@charset "utf-8";

/* ***** reset ***** */
* {word-break:keep-all;word-wrap:break-word;padding:0;margin:0;border:none;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;/* box-sizing:border-box; */-webkit-tap-highlight-color:rgba(0,0,0,0);}
*:before, *:after {box-sizing:border-box; word-break:keep-all; word-wrap:break-word;}

html {font-size: 10px; color: #26282C; font-weight: 400; height:100%; -webkit-text-size-adjust:none; font-family: "SpoqaHan", "Apple SD Gothic Neo", sans-serif, Arial; font-weight: normal;}
body {width:100%; height:100%; padding:0; margin:0; word-break:keep-all; -webkit-touch-allout:none; -webkit-text-size-adjust:none;}
h1, h2, h3, h4, h5, h6 {font-size:inherit; color:inherit; font-weight:700; -webkit-font-smoothing:subpixel-antialiased; margin:0; padding:0;}
b, strong {font-weight:700;}
em {font-style:inherit;}
legend, hr, caption {overflow:hidden; width:0; height:0; font-size:0; line-height:0;}
address,caption,cite,code,dfn,em,var {font-style:normal; font-weight:normal;}
img {vertical-align:middle; border:none;}
fieldset{border:0px; vertical-align:middle; background:none;}
dl, ul, ol, menu, li {list-style:none;}
table {width:100%; border-collapse:collapse; border-spacing:0;}
iframe {width:100%; height: 100%; padding:0; margin:0; vertical-align:middle; border:0 none; overflow: hidden;}
button, input, optgroup, select, textarea {font:inherit;}
button,label {cursor:pointer; border:none; background:none;}
th{font-weight: 400;}
table,th,tr,td{border: 1px solid #eee;}
input{width: 100%; height: 100%; outline: none;}
select{outline: none;}

input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {-webkit-appearance: none; margin: 0;}
[type="number"] {-moz-appearance: textfield;}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    box-shadow: 0 0 0px 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s;
}
input:autofill,
input:autofill:hover,
input:autofill:focus,
input:autofill:active {
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    box-shadow: 0 0 0px 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s;
}

*::placeholder{color:rgba(34,34,34,.3) !important;}
*:-ms-input-placeholder{color:rgba(34,34,34,.3) !important;}
*::-webkit-input-placeholder{color:rgba(34,34,34,.3) !important;}

a {color:inherit; text-decoration:none; padding:0; margin:0;}
a:hover {color:inherit; text-decoration:none;}
a:active {background-color:transparent;}

.overflow{
    overflow: hidden;
}
body.f9{
    background: #F9FAFC;
}

html, body {
    height: 100%;
    margin: 0;
}

body {
    display: flex;
    flex-direction: column;
}

.wrap {
    flex: 1; 
    display: flex;
    flex-direction: column;
}

#warning 
{
    width: 100%;
    padding: 2.4rem;
    background: #F7F8FB;
}
#warning p span 
{
    color: #FC504F;
}

header{
    position: sticky;
    top: 0;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 54px;
    background-color: #fff;
    width: 1000px;
    margin: 0 auto;
    padding: 16px;
}
body.f9 header{
    background-color: transparent;
}
header button{
    width: 24px;
    height: 24px;
    background: url("/images/back_icon.png") 0 0 no-repeat;
    background-size: 100%;
}
header button.close{
    width: 24px;
    height: 24px;
    background: url("/images/close_btn2.png") 0 0 no-repeat;
    background-size: 100%;
}
header span{
    font-size: 1.7rem;
    flex: 1;
    margin-left: -2.4rem;
    text-align: center;
}
.wrap{
    width: 580px;
    background: #fff;
    margin: 0 auto;
}
.wrap dl{
    display: flex;
    justify-content: space-between;
}

/* 메인 메뉴 */
.main_header{
    padding: 2.4rem;
}
.main_header .mn img{
    height: 2.3rem;
    cursor: pointer;
} 
.main_header .lang_mn .lang_btn{
    width: 140px;
    background: #EDF0F8;
    border-radius: 20px;
    font-size: 1.4rem;
    font-weight: 500;
    padding: 1rem 1.6rem;
}
.main_header .lang_mn .langwrap{
    display: none;
}
.main_header .lang_mn .langwrap.active{
    display: block;
}
.main_header .lang_mn .lang_btn::before{
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/lang_icon.png) 0 0 no-repeat;
    background-size: 100%;
    vertical-align: middle;
    margin-right: 0.8rem;
}
.main_header .lang_mn .lang_btn i{
    display: inline-block;
    width: 1rem;
    height: 0.6rem;
    background: url(../images/arrow.png) 0 0 no-repeat;
    transform: rotate(180deg);
    background-size: 100%;
    vertical-align: middle;
    margin-left: 1rem;
    transition: all .4s;
}
.main_header .lang_mn .lang_btn.active i.arrow {
    transform: rotate(0);
}

.main_header .lang_mn .langwrap{
    width: 140px;
    position: fixed;
    border-radius: 16px;
    border: 1px solid #EDF0F8;
    background: #fff;
    box-shadow: 0px 2px 30px 0px #00000014;
    text-align: center;
    font-size: 1.7rem;
    font-weight: 400;
    margin-top: 0.4rem;
}
.main_header .lang_mn .langwrap li{
    padding: 1rem;
    cursor: pointer;
}

.main_header .mn_mob .menuWrap li.off,
.main_header .mn_pc .mn label.off{
    display: none;
}

.main .contentWrap{
    margin-bottom: 4rem;
}
.main .contentWrap .content{
    position: relative;
    margin: 0 2rem;
    width: calc(100% - 4rem);
    height: 350px;
    border-radius: 24px;
    padding: 3.2rem 2.4rem;
}
.main .contentWrap .content#content1{
    background: url(/images/main_c_bg1.png) 0 0 no-repeat;
    background-size: 100%;
}
.main .contentWrap .content#content2{
    background: url(/images/type3-2_en.png) 0 0 no-repeat;
    background-size: 100%;
}
.main .contentWrap .content + .content{
    margin-top: 2.4rem;
}
.main .contentWrap .content h2{
    font-size: 2.8rem;
    font-weight: 600;
    color: #fff;
}
.main .contentWrap .content .linkWrap{
    position: absolute;
    bottom: 1.6rem;
    width: calc(100% - 4rem);
    border-radius: 16px;
    background: #fff;
}
.main .contentWrap .content .linkWrap a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 2.4rem;
}
.main .contentWrap .content .linkWrap a::before{
    content: '';
    display: inline-block;
    width: 56px;
    height: 48px;
}
.main .contentWrap .content:first-child .linkWrap a::before{
    background: url(../images/main_c_img1.png) 0 0 no-repeat;
    background-size: 100%;
}
.main .contentWrap .content:last-child .linkWrap a::before{
    background: url(../images/main_c_img2.png) 0 0 no-repeat;
    background-size: 100%;
}
.main .contentWrap .content .linkWrap a::after{
    content: '';
    display: inline-block;
    width: 6px;
    height: 9px;
    background: url(../images/arr_icon.png) 0 0 no-repeat;
    background-size: 100%;
}
.main .contentWrap .content .linkWrap a p{
    flex: 1;
    margin-left: 1.6rem;
    font-size: 1.4rem;
    font-weight: 400;
}
.main .contentWrap .content .linkWrap a p span{
    font-size: 1.4rem;
    font-weight: 500;
    color: #1B45F5;
}
.main .contentWrap .content .linkWrap a p span em{
    font-size: 1.6rem;
    font-weight: 600;
}

.mn_pc{
    max-width: 1200px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

/* footer */
footer{
    width: 100%;
    background: #fff;
    padding: 2.8rem 2.4rem;
}
footer .footer_mn{
    display: flex;
    justify-content: space-between;
    margin-bottom: 2.4rem;
    font-size: 1.6rem;
    font-weight: 400;
}
footer .footer_mn .terms{
    display: flex;
}
footer .footer_mn .terms div{
    margin-right: 1.6rem;
}
footer .footer_mn .terms div:first-child::after{
    content: '';
    display: inline-block;
    width: 1px;
    height: 50%;
    background: #00000026;
    margin-left: 1.6rem;
}
footer .footer_mn img{
    width: 98px;
    object-fit: contain;
}
footer .footer_info{
    margin-bottom: 2.4rem;
}
footer .footer_info,
footer p{
    color: #8C949E;
}
footer .footer_info li{
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
    font-weight: 400;
}
footer .footer_info li span + span{
    margin-left: 2.4rem;
}
footer .footer_info a,
footer .footer_info em{
    color: #26282C;
    border-bottom: 1px solid #26282C;
}
.footer p{
    font-size: 1.2rem;
    font-weight: 400;
}
.footerWrap{
    max-width: 1200px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

/* 팝업 */
.layerView {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    font-family: 'Pretendard JP';
    opacity: 0;
    transition: all .2s;
}
.layerView:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
}
.layerView.on {
    opacity: 1;
    z-index: 9998;
}
.layerView.on .layer_body {
    margin-top: 0;
}
.layerView.on .bottom_sheet, .layerView.on .bottom_full {
    bottom: 0;
}
.layer_body {
    position: absolute;
    top: 50%;
    left: 24px;
    right: 24px;
    z-index: 1;
    padding-top: 28px;
    border-radius: 24px;
    background-color: #fff;
    transform: translateY(-50%);
    transition: all .2s;
}
.layer_body .popup_container {
    padding: 0 20px;
}
.layer_body .popup_container > em {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
    padding-left: 3.2rem;
    height: 24px;
    font-weight: 700;
    font-size: 1.6rem;
    color: #26282c;
    padding-left: 4rem;
}
.layer_body .popup_container > em:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
}
.layer_body .popup_container > em.failure:before {
    background: url('/images/pop_failure.png') 0 0 no-repeat;
    background-size: 100%;
}
.layer_body .popup_container > em.success:before {
    background: url('/images/pop_success.png') 0 0 no-repeat;
    background-size: 100%;
}
.layer_body .popup_container > em.info:before {
    background: url('/images/pop_exc.png') 0 0 no-repeat;
    background-size: 100%;
}
.layer_body .popup_button,
.bottom_sheet .bottom_btn {
    display: flex;
    gap: 8px;
    padding: 0 16px 16px;
}
.layer_body .popup_button button,
.bottom_sheet .bottom_btn button{
    width: 100%;
    height: 56px;
    font-weight: 500;
    font-size: 1.6rem;
    color: #696E76;
    border-radius: 12px;
    background-color: #F4F6FB;
}
.layer_body .popup_button button.line {
    color: #171C61;
    border: solid 1px #171C61;
    background-color: #fff;
}
.layer_body .alert_content {
    margin-bottom: 3.2rem;
    font-size: 1.6rem;
    color: #26282C;
    line-height: 24px;
    text-align: center;
}
.layer_body .alert_content b {
    font-weight: 700;
}
input[type="text"]:disabled {
    background: red;
}

/* Bottom Sheet */
.bottom_sheet {
    position: absolute;
    bottom: -100%;
    left: 0;
    z-index: 1;
    width: 100%;
    background-color: #fff;
    border-radius: 24px 24px 0 0;
    transition: all .15s;
}
.bottom_sheet > a {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}
.bottom_sheet .bs_body {
    position: relative;
    padding: 40px 24px 32px;
    text-align: center;
}

.bottom_sheet .bs_body p{
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.4rem;
}
.bottom_sheet .bs_body p + p{
    margin-top: 2rem;
}
.bottom_sheet .bs_body .popupClose{
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 1;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
}
.bottom_sheet .bs_body .popupClose:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 20px;
    height: 20px;
    background: url(../images/clear_btn.png) no-repeat;
    background-size: 100%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

/* Bottom Full */
.bottom_full {
    position: absolute;
    bottom: -100%;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transition: all .2s;
}

/* btnWrap */
.btnWrap{
    width: 1000px;
    position: fixed;
    bottom: 0;
    padding: 1.6rem;
    background: #fff;
    z-index: 1;
}
.btnWrap div{
    display: flex;
    margin-bottom: 2.4rem;
}
.btnWrap #agree{
    display: none;
    position: relative;
}
.btnWrap #agree + label::before{
    content: '';
    display: block; 
    width:24px;
    height:24px;
    background: url("/images/Check.png") 0 0 no-repeat; 
    background-size: 100%;
    position: absolute;
}
.btnWrap #agree + label{
    margin-bottom: 2.4rem;
}
.btnWrap #agree + .t_line{
    margin-bottom: 4rem;
}

.btnWrap #agree:checked + label::before{
    width:24px;
    height:24px;
    background: url("/images/Check_active.png") 0 0 no-repeat; 
    background-size: 100%;
}
.btnWrap #agree + label span{
    position: absolute;
    left: 6rem;
    font-size: 1.4rem;
    font-weight: 400;
}
/* .btnWrap.inner #agree + label span{
    left: 6rem;
} */

.btnWrap label a{
    color: #266DFF;
    font-size: 1.4rem;
    font-weight: 400;
    border-bottom: 1px solid #266DFF;
}
.btnWrap button{
    width: 100%;
    padding: 1.6rem 0;
    background: #EFF0F5;
    border-radius: 12px;
    color: #C5C9D6;
    font-size: 1.6rem;
    font-weight: 500;
}

.layer_body .popup_button button.active,
.bottom_sheet .bottom_btn button.active,
.btnWrap button.active{
    background: #171C61!important;
    color: #fff!important;
}
.btnWrap.type2 button:first-child{
    color: #171C61;
    background: #F4F6FB;
}
.btnWrap.type3 button:first-child{
    color: #171C61;
    background: #fff;
    border: 1px solid #171C61;
    padding: 1.4rem 0;
}
.btnWrap.tBtn{
    display: flex;
}
.btnWrap.tBtn button + button{
    margin-left: 0.8rem;
}
.btnWrap.tBtn button.refundBtn{
    background: #fff;
    border: 1px solid #EFF0F5;
}
.btnWrap.tBtn button.refundBtn.active{
    color: #171C61;
    border: 1px solid #171C61;
}
.btnWrap.inner{
    padding: 1.6rem;
    right: 0;
    left: 0;
}


/* dot lisst */
.dot {
    font-size: 1.4rem;
    font-weight: 400;
    color: #26282C;
    margin-bottom: 0.8rem;
}
.dot dt,
.dot li{
    position: relative;
    margin-left: 10px;
    font-size: 1.4rem;
    font-weight: 400;
    margin-bottom: 0.4rem;
}
.dot dt::before,
.dot li::before {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    background: #26282C;
    border-radius: 50%;
    margin-right: 0.5rem;
    position: absolute;
    top: 10px;
    left: -10px;
}
.dot.gray dt,
.dot.gray li{
    color: #696E76;
}
.dot.gray dt::before,
.dot.gray li::before{
    background: #696E76;
}
/* formWrap*/
.contentWrap.formWrap{
    height: 100%;
}
.contentWrap.formWrap .forms{
    height: 100%;
}
.contentWrap.formWrap .forms form{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* content forms */
.content.forms .formDiv +.formDiv{
    margin-top: 3rem;
}
.content.forms .formDiv label{
    font-size: 1.3rem;
    font-weight: 500;
}
.content.forms .formDiv input{
    font-size: 2rem;
    font-weight: 500;
    padding-bottom: 1.2rem;
    border-bottom: 1px solid #EFF0F5;
}
.content.forms .formDiv label + input,
.content.forms .formDiv label + div{
    margin-top: 1.3rem;
}
.content.forms .formDiv span{
    font-size: 1.3rem;
    font-weight: 500;
}
.content.forms .formDiv button.popupBtn,
.content.forms .formDiv button.bankBtn,
.content.forms .formDiv button.insBtn{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 2rem;
    font-weight: 500;
    margin-top: 1.3rem;
    padding-bottom: 1.2rem;
    border-bottom: 1px solid #EFF0F5;
}
.content.forms .formDiv button.bankBtn::after,
.content.forms .formDiv button.insBtn::after{
    content: '';
    display: inline-block;
    width: 12px;
    height: 8px;
    background: url("/images/chevron-down.png") 0 0 no-repeat;
    background-size: 100%;
}
.content.forms .formDiv.rf_form_number > div{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #EFF0F5;
    padding-bottom: 3px;
}
.content.forms .formDiv.rf_form_number > div input{
    border-bottom: 0;
}
.content.forms .formDiv.rf_form_number > div .time{
    color: #F14A76;
    font-size: 1.4rem;
    font-weight: 300;
    margin-right: 1.6rem;
}
.content.forms .formDiv button.bank_certBtn{
    color: #C5C9D6;
    font-size: 1.4rem;
    font-weight: 400;
    background: #EFF0F5;
    padding: 1rem 1.6rem;
}
.content.forms .formDiv button.bank_certBtn.on{
    color: #fff;
    background: #1B45F5;
}
.content.forms .formDiv button.certComBtn{
    width: 100%;
    font-size: 1.5rem;
    font-weight: 500;
    background: #C2F05F;
    box-shadow: 0px 4px 10px 0px #0000001A;
    border-radius: 24px;
    padding: 1.85rem;
    margin: 1.6rem 0;
}
.content.forms .formDiv button.certComBtn.on{
    opacity: 20%;
}
.content.forms .formDiv .error{
    color: #F14A76;
    font-size: 1.3rem;
    font-weight: 400;
    margin-top: 1rem;
    display: none;
}
.content.forms .formDiv .error.on{
    display: block;
}
.content.forms .formDiv .error::before{
    content: '';
    display: inline-block;
    width: 4px;
    height: 12px;
    background: url("/images/input_error.png") 0 0 no-repeat;
    background-size: 100%;
    margin: 0 0.8rem;
    vertical-align: middle;
}


/* nodata */
.nodata{
    background: #fff;
    display: none;
}
.nodata span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.6rem;
    font-weight: 400;
    color: #AAB0B8;
    text-align: center;
}
.nodata span::before{
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    background: url("/images/nodata_icon.png") 0 0 no-repeat;
    background-size: 100%;
    margin-left: 50%;
    margin-bottom: 2rem;
    transform: translateX(-50%);
}



/* loading */
.loadingWrap{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000024;
    z-index: 2;
    display: none;
}
.loadingWrap.ing{
    display: block;
}

.loadingWrap .loader:before{
    content: "";
    position: absolute;
    top: 0px;
    left: -25px;
    height: 12px;
    width: 12px;
    border-radius: 12px;
    -webkit-animation: loader10g 3s ease-in-out infinite;
        animation: loader10g 3s ease-in-out infinite;
}
.loadingWrap .loader{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    width: 12px;
    height: 12px;
    border-radius: 12px;
    -webkit-animation: loader10m 3s ease-in-out infinite;
        animation: loader10m 3s ease-in-out infinite;
}
.loadingWrap .loader:after{
    content: "";
    position: absolute;
    top: 0px;
    left: 25px;
    height: 12px;
    width: 12px;
    border-radius: 12px;
    -webkit-animation: loader10d 3s ease-in-out infinite;
        animation: loader10d 3s ease-in-out infinite;
}

@-webkit-keyframes loader10g{
    0%{background-color: #808080;}
    25%{background-color: rgba(255, 255, 255, 1);}
    50%{background-color: #808080;}
    75%{background-color: #808080;}
    100%{background-color: #808080;}
}
@keyframes loader10g{
    0%{background-color: #808080;}
    25%{background-color: rgba(255, 255, 255, 1);}
    50%{background-color: #808080;}
    75%{background-color: #808080;}
    100%{background-color: #808080;}
}

@-webkit-keyframes loader10m{
    0%{background-color: #808080;}
    25%{background-color: #808080;}
    50%{background-color: rgba(255, 255, 255, 1);}
    75%{background-color: #808080;}
    100%{background-color: #808080;}
}
@keyframes loader10m{
    0%{background-color: #808080;}
    25%{background-color: #808080;}
    50%{background-color: rgba(255, 255, 255, 1);}
    75%{background-color: #808080;}
    100%{background-color: #808080;}
}

@-webkit-keyframes loader10d{
    0%{background-color: #808080;}
    25%{background-color: #808080;}
    50%{background-color: #808080;}
    75%{background-color: rgba(255, 255, 255, 1);}
    100%{background-color: #808080;}
}
@keyframes loader10d{
    0%{background-color: #808080;}
    25%{background-color: #808080;}
    50%{background-color: #808080;}
    75%{background-color: rgba(255, 255, 255, 1);}
    100%{background-color: #808080;}
}