@charset "EUC-KR";

/*
 * ÀÏ½Ã°Å·¡Áß´Ü¾È³» ÆË¾÷
 * 2022.09.28 KIM DONG HA
 */

#ERR_PC, #ERR_PC * {
    margin: 0;
    padding: 0;
    list-style: none;
    letter-spacing: -0.1em;
    line-height: 1.75;
    font-family:  'NotoSansKR', '¸¼Àº °íµñ', 'Malgun Gothic', 'AppleGothicNeoSD', 'Apple SD »êµ¹°íµñ Neo', 'Microsoft NeoGothic', 'Droid sans', sans-serif;
    box-sizing: border-box;
    outline: none;
    -webkit-outline: none;
    -ms-outline: none;
    -o-outline: none;
    -moz-outline: none;
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    -o-appearance:none;
    background: none;
}

#ERR_PC .pop_alarm_box {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
}
#ERR_PC .pop_alarm_box .bg_wrap {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
}

#ERR_PC .pop_alarm_box .error_pc {
	display: block;
    width: 920px;
    height: 760px;
    margin: auto;
    padding: 100px 40px 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: #fff;
}

#ERR_PC .error_pc header {
    padding-bottom: 16px;
}
#ERR_PC .error_pc header h1 {
	height: auto;
    font-weight: 700;
    font-size: 76px;
    color: #e5483d;
}
#ERR_PC .error_pc header h1 span {
    display: block;
    font-weight: 700;
    font-size: 32px;
    line-height: 0.5;
    color: #666;
}
#ERR_PC .error_pc .main_container {
    position: relative;
}
#ERR_PC .error_pc .main_container section h2 {
    font-size: 0;
}
#ERR_PC .error_pc .main_container .error_txt .desc_txt {
    width: 600px;
    padding-bottom: 20px;
    font-weight: 500;
    font-size: 15px;
    color: #666;
}
#ERR_PC .error_pc .main_container .error_txt .info_box {
    width: 520px;
    padding: 18px 24px;
    background-color: #f2f5f9;
    border-radius: 12px;
}
#ERR_PC .error_pc .main_container .error_txt .info_box li {
    display: table;
    padding-bottom: 6px;
}
#ERR_PC .error_pc .main_container .error_txt .info_box li p {
    display: table-cell;
    font-weight: 400;
    font-size: 13px;
    color: #666;
}
#ERR_PC .error_pc .main_container .error_txt .info_box li .info_head {
    width: 70px;
}
#ERR_PC .error_pc .main_container .error_txt .info_box li .info_body .hidden_btn {
	width: auto;
	text-decoration: none;
	color: inherit !important;
	cursor: default;
}
#ERR_PC .error_pc .main_container .main_img {
    width: 280px;
    position: absolute;
    bottom: calc(50% - 140px);
    right: 0;
}
#ERR_PC .error_pc .main_container .main_img img {
    width: 100%;
}

#ERR_PC .error_pc footer {
    padding-top: 70px;
    position: relative;
}
#ERR_PC .error_pc footer .hidden_close {
    position: absolute;
    bottom: 0;
}
#ERR_PC .error_pc footer .hidden_close a {
	text-decoration: none;
	color: #fff !important;
	cursor: default;
}
#ERR_PC .error_pc footer .border_txt {
    position: relative;
    z-index: 1;
    font-weight: 400;
    font-size: 22px;
    text-align: center;
    color: #204b85;
}
#ERR_PC .error_pc footer .border_txt .txt_center {
    position: relative;
    z-index: 1;
}
#ERR_PC .error_pc footer .border_txt::before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: -1;
    background-color: #204b85;
}
#ERR_PC .error_pc footer .border_txt .txt_center::before {
    content: '';
    width: calc(100% + 40px);
    height: 100%;
    position: absolute;
    left: -20px;
    top: 0;
    z-index: -1;
    background-color: #fff;
}
#ERR_PC .error_pc footer .wfc_footer_logo {
    width: 180px;
    height: 30px;
    margin: 60px auto;
    font-size: 0;
}
#ERR_PC .error_pc footer .wfc_footer_logo img {
    width: 100%;
}

