/* sub Visual */
.sub_lnb {position: relative; width: 100%; height: 80px; background-color: #0033c3;}
.sub_lnb:after {content:''; position:absolute; right:10%; top:0; width:380px; height:100%; background:linear-gradient(to right, #fff, rgba(255, 255, 255, .2)); transform:skew(-58deg); opacity:0.15; z-index: 1;}
.sub_lnb .inner {display: flex; align-items: center; justify-content: space-between;}
.sub_lnb strong {font-size: 18px; font-weight: 600; color: #fff; line-height: 80px;}

/* navigation */
.navigation {position: relative; z-index: 2;}
.navigation li {position: relative; display: inline-block; padding: 0 10px;}
.navigation li:first-child {padding-left: 0;}
.navigation li:after {content: ''; position: absolute; top: 50%; right: 0; margin-top: -7px; width: 1px; height: 14px; background-color: rgba(255, 255, 255, .2);}
.navigation li:last-child:after {content: none;}
.navigation li a {font-size: 1rem; color: #fff;}

/* sub common */
#contents {padding: 100px 0 150px;}

.sub_tit {margin-bottom: 60px;}
.sub_tit h3 {display: inline-block; font-size: 40px; font-weight: 800; margin-right: 20px; vertical-align: middle;}
.sub_tit .txt_eng {position: relative; font-size: 14px; font-weight: 600; color: #0033c3; display: inline-block; padding-left: 70px; vertical-align: middle; letter-spacing: 0; text-transform: uppercase;}
.sub_tit .txt_eng:before {content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 60px; height: 1px; background-color: #ddd;}

.txt_box {background-color: #F8FAFB; padding: 30px 30px;}
.txt_box ul li {font-size: 1rem; margin: 5px 0; word-break: keep-all;}

/* contents common */
.cont_tit {margin-bottom: 30px;}
.cont_tit h4 {font-size: 24px; font-weight: 800;}

/* .desc_list {} */
.desc_list > li {position: relative; padding-left: 12px; text-align: left; color: #333; font-size: 1rem;}
.desc_list > li + li {margin-top: 5px;}
.desc_list > li:before {content: ''; position: absolute; top: 10px; left: 0; width: 4px; height: 4px; background: #3D63CC; border-radius: 50%; display: inline-block; vertical-align: middle; margin-bottom: 4px;}
.desc_list > li > ul > li {position: relative; font-size: 1rem; color: #666;}
.desc_list > li > ul > li:before {content: '-'; margin-right: 5px;}

/* 결과조회 */
.result_box {border-top: 2px solid #222; border-bottom: 1px solid #eee; padding: 30px 0;}
.result_box .result_tit {padding-bottom: 30px; border-bottom: 1px solid #eee; margin-bottom: 40px; text-align: center;}
.result_box .result_tit h3 {font-size: 24px; font-weight: 600;}
.result_box .result_tit p {color: #999; margin-top: 10px;}
.result_box > h3 {font-size: 40px; font-weight: 800; text-align: center;}
.result_box .txt_box {margin: 40px 0;}
.result_box .info dl {border-bottom: 1px solid #ddd; padding: 15px 0;}
.result_box .info dl:first-child {border-top: 1px solid #ddd;}
.result_box .info dl * {display: inline-block; vertical-align: top; font-size: 1rem;}
.result_box .info dl dt {font-weight: 600; width: 180px; color: #999;}
.result_box .info dl dd {width: calc(100% - 180px);}
.result_box > p {font-size: 18px;}
.result_box .thank_txt {font-size: 24px; font-weight: 600; margin-top: 40px;}

/* login */
.login_box {max-width: 520px; margin: 0 auto; background-color: #f8f9fb; padding: 60px 60px;}
.login_box .input_field {position: relative; font-size: 0; width: 100%; background-color: #f8f9fb; border-radius: 60px; text-align: left;}
.login_box .input_field + .input_field {margin-top: 30px;}
.login_box .input_field label {display: block; font-weight: 800; margin-bottom: 10px;}
.login_box .input_field input {display: block; width: 100%; height: 60px; background-color: #fff; border: 1px solid #ddd; border-radius: 0;}
.login_box .input_field:after {content: ''; position: absolute; top: 50%; right: 30px; margin-top: -9px; width: 18px; height: 18px; background: no-repeat 50% 50%; background-size: auto 18px;}
.login_box .input_field.id:after {background-image: url(/images/page/contents/icon_user.png);}
.login_box .input_field.pw:after {background-image: url(/images/page/contents/icon_pw.png);}
.login_box .login_btn {display: block; width: 100%; height: 60px; background-color: #0033c3; border-radius: 0; margin-top: 40px; text-align: center;}
.login_box .login_btn span {color: #fff; font-size: 18px; font-weight: 600; line-height: 60px;}
.login_box .checkbox {margin-top: 20px;}

/* sns login */
.login_box .sns_btn_wrap {margin-top: 40px;}
.login_box .sns_btn_wrap .tit {position: relative; display: block; text-align: center; margin-bottom: 25px;}
.login_box .sns_btn_wrap .tit:after {content: ''; position: absolute; top: 50%; left: 0; width: 100%; height: 1px; background-color: #ddd;}
.login_box .sns_btn_wrap .tit strong {position: relative; font-size: 18px; font-weight: 800; background-color: #f8f8f8; padding: 0 20px; z-index: 1;}
/* .login_box .sns_btn_wrap > div {text-align: center; margin-bottom: 25px;} */
.login_box .sns_btn_wrap a {display: block; width: 100%; height: 60px; border-radius: 0; margin-bottom: 10px; text-align: center;}
.login_box .sns_btn_wrap a span {font-weight: 600; line-height: 60px;}
.login_box .sns_btn_wrap a span:before {content: ''; display: inline-block; width: 30px; height: 30px; background: no-repeat 50% 50%; background-size: 30px auto; vertical-align: middle; margin-left: 5px;}
.login_box .sns_btn_wrap a.kakao_btn {background-color: #fee500; color: #191919;}
.login_box .sns_btn_wrap a.kakao_btn span:before {background-image: url(/images/page/contents/kakao_btn_icon.svg);}
.login_box .sns_btn_wrap a.naver_btn {background-color: #03c75a; color: #fff;}
.login_box .sns_btn_wrap a.naver_btn span:before {background-image: url(/images/page/contents/naver_btn_icon.svg);}
.login_box .sns_btn_wrap a.google_btn {background-color: #fff; border: 1px solid #E2E2E2;}
.login_box .sns_btn_wrap a.google_btn span:before {background-image: url(/images/page/contents/google_btn_icon.svg);}

/* 개인정보 수집 및 이용 동의서 */
.agree_wrap {margin-top: 60px;}
.agree_box {padding: 30px 30px; border: 1px solid #eee;}
.agree_box p {word-break: keep-all;}
.agree_box h3 {font-size: 20px; font-weight: 600; color: #0033c3; margin: 20px 0 30px;}
.agree_wrap .checkbox {margin-top: 20px;}

/* layer popup */
.layer_pop_wrap {display: none; position: fixed; top: 0; left: 0; z-index: 1000; width: 100%; height: 100%; background: rgba(0,0,0,.6); display: block;}
.layer_pop_box {position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 500; width: 90%; max-width: 1200px; max-height: 810px; background: #fff; border-radius: 4px;}
.layer_pop_box .layer_close {position: absolute; top: 0; right: 0; z-index: 10; display: block; width: 60px; height: 60px; background: url(/images/page/contents/icon_close.png) no-repeat 50% 50%; background-size: 16px auto;}
.layer_pop_box .layer_pop_header {position: fixed; width: 100%; padding: 14px 20px 15px; background: #f8f8f8; border-bottom: 1px solid #eee; border-radius: 4px 4px 0 0;}
.layer_pop_header > h3 {font-size: 20px; font-weight: 600; color: #333;}
.layer_pop_body {padding: 30px 30px; margin-top: 60px; max-height: 765px; overflow-x: hidden; overflow-y: auto;}
.layer_pop_body .cont_box {display: block; margin-bottom: 20px;}
.layer_pop_body .cont_box .tit {background-color: #f8f8f8; padding: 20px 10px; text-align: center; border-radius: 10px; margin-bottom: 20px;}
.layer_pop_body .cont_box .tit h3 {font-size: 18px; font-weight: 500;}
.layer_pop_body .cont_box .form_group {text-align: center;}
.layer_pop_box .btn_wrap {border-top: 1px solid #eee; text-align: center; padding-top: 20px; margin-top: 20px;}

@media (max-width: 1400px) {
    /* sub common */
    .sub_tit h3 {font-size: 36px;}
}

@media (max-width: 1200px) {
    /* sub common */
    #contents {padding: 80px 0 120px;}

    .sub_tit {margin-bottom: 40px;}
    .sub_tit h3 {font-size: 32px;}

    /* contents common */
    .cont_tit {margin-bottom: 20px;}
    .cont_tit h4 {font-size: 20px;}
}

@media (max-width: 1024px) {
    /* sub visual */
    .sub_lnb strong {font-size: 1rem;}

    /* sub common */
    #contents {padding: 60px 0 100px;}
    .sub_tit h3 {font-size: 28px;}

    /* 결과조회 */
    .result_box > h3  {font-size: 32px;}

}

@media (max-width: 768px) {
    /* sub visual */
    .sub_lnb {height: 60px;}
    .sub_lnb strong {line-height: 60px;}

    /* sub common */
    .sub_tit h3 {font-size: 24px;}

    .txt_box {padding: 20px 20px;}

    /* contents common */
    .cont_tit h4 {font-size: 18px;}

    .login_box .input_field input {height: 50px;}
    .login_box .login_btn {height: 50px;}
    .login_box .login_btn span {line-height: 50px; font-size: 16px;}
    .login_box .sns_btn_wrap a {height: 50px;}
    .login_box .sns_btn_wrap a span {line-height: 50px;}

    .layer_pop_header > h3 {font-size: 17px;}
    .layer_pop_body .cont_box .tit h3 {font-size: 1rem;}
}

@media (max-width: 576px) {
    /* sub common */
    .sub_tit h3 {font-size: 20px;}

    /* 결과조회 */
    .result_box .result_tit h3 {font-size: 20px;}
    .result_box > h3  {font-size: 24px;}
    .result_box > p {font-size: 1rem;}
    .result_box .thank_txt {font-size: 18px;}

    .login_box {padding: 60px 40px;}
    .login_box .sns_btn_wrap .tit strong {font-size: 1rem;}

    /* 개인정보 수집 및 이용 동의서 */
    .agree_box {padding: 20px 20px;}
}

@media (max-width: 420px) {
    .login_box {padding: 50px 30px;}
}