@charset "utf-8";
/** 에러페이지 **/
.error_section h2 { font-size: 20px; font-weight: 700; line-height: 32px; text-align: center; }
.error_section h2::before { width: 64px; height: 64px; background: url(../image/icon/icon_error.svg) no-repeat center center; background-size: contain; content: ''; display: block; margin: 0 auto 16px; }
.error_section p { font-size: var(--font-small); line-height: 22px; margin-top: 16px; }
.error_section .btn_box_wrap { margin-top: 48px; }