.error_page {height: 100%; word-break:keep-all;}
.error_page h1 {height:clamp(45px, 10vw, 150px);}
.error_page h1 img {height:clamp(26px, 5vw, 49px);}
.error_page_inner {max-width:1920px; width:100%; min-height:100%; display: flex; flex-direction: column;  margin:0 auto; padding:clamp(30px, 6vw, 100px) 10px; position: relative;}
.error_page_content {/*height: calc(100% - clamp(45px, 10vw, 150px)); display: flex; flex-direction: column; justify-content: center;*/ font-size: var(--lg-font-size); line-height: 1.4em;}
.error_page_content .main_txt {font-size:clamp(26px, 6vw, 52px); font-weight:800; line-height:1.4em; margin-bottom: 0.4em;}
.system_check {max-width:1400px; width: 100%; margin: 0 auto; padding-top: clamp(30px, 6vw, 100px);}
.system_check .img {position: absolute; right: 0px; bottom: 0px; z-index: -1; max-width: clamp(200px, 70vw, 794px);}
.guide_message {padding-top: 0.5em;}
.guide_message > li + li {margin-top:0.8em;}
.guide_message > li {display: flex; align-items: center; gap: 0.5em;}
.guide_message .subj {min-width: 6.11em; height: 2.5em; font-size: var(--font-size); display: flex; justify-content: center; align-items: center; color: #fff; background: var(--deep-key-color); border-radius: 30px; align-self: flex-start;}
.guide_message .subs {flex: 1; font-family: 'KBFGDisplay'; font-weight:700;}
.system_check_wrap {display: flex; justify-content: space-between; align-items: center; margin: 0 auto; gap:1em;}
.system_check_wrap .system_check {padding-top: 0px; width: auto; margin: 0px;}
.system_check_wrap .btns {padding-top: clamp(25px, 5vw, 58px); display: flex; gap:5px;}
.system_check_wrap .btns a {max-width:15.625em; border-radius: 90px;}
.system_check_wrap .img {max-width: clamp(170px, 40vw, 100%);}
.system_check_wrap .img img {max-height:78vw}

/* 980px 이하 */
@media screen and (max-width:979px) {
	.system_check_wrap {flex-direction: column; padding-top: clamp(25px, 5vw, 58px);}
    .system_check_wrap .system_check {text-align: center;}
    .system_check_wrap .btns {justify-content: center;}
}
