/* #FF9F49 */
html #wib_Header { display: block !important; } 
#container { padding-top: 54px; } 
.btn_full { padding: 0 0 0 0; border: 1px solid #eee; background: #eee; color: #000; line-height: 41.59px; height: 41.59px; box-sizing: border-box; text-align: center; min-width: none; max-width: none; width: 100%; font-weight: 500; font-size: 15px; letter-spacing: -0.03em; font-weight: 400; border-radius:7px; } 
.btn_line { padding: 0 0 0 0; border: 1px solid #FF9F49; background: #FFF; color: #FF9F49; line-height: 50px; height: 50px; box-sizing: border-box; text-align: center; min-width: none; max-width: none; width: 100%; font-weight: 500; font-size: 15px; letter-spacing: -0.03em; } 

.navi_g { display: none; } 

.inp_rdo input { transition: all 0.3s; background: url('/data/skin/front/designwib/wib/img/icon/radio_off.svg')no-repeat center left; } 
.inp_rdo input:checked { background: url('/data/skin/front/designwib/wib/img/icon/radio_on.svg')no-repeat center left; } 
/*____________________

 로그인
 _____________________*/
.login { padding: 10px 27px 0px; } 
.login_tab { display: grid; grid-template-columns: 50% 50%; text-align: center; height: 33px; vertical-align: top; border-bottom: 1px solid #DDD; margin-bottom: 25px; } 
.login_tab h3 { position: relative; font-weight: 400; font-size: 15px; line-height: 15px; color: #999999; transition: all 0.3s; border: 2px solid transparent; margin-bottom: -1px; } 
.login_tab h3.on { font-weight: 700; font-size: 15px; color: #FF9F49; } 
.login_tab h3::after { transition: all 0.3s; background: #FF9F49; content: ''; display: inline-block; width: 0%; height: 2px; bottom: -2px; position: absolute; left: 0;} 
.login_tab h3.on::after { background: #FF9F49; content: ''; display: inline-block; width: 100%; height: 2px; bottom: -2px; position: absolute; left: 0; } 

.login .login_box dl dd { padding: 0 0 7px 0; } 
.login .login_box dl dd input { border: 1px solid #DDDDDD; height: 48px; line-height: 48px; font-weight: 400; font-size: 14px; color: #000000; border-radius: 10px !important; padding-left: 14px; } 
.login .login_box dl dd input::placeholder { font-weight: 400; font-size: 14px; color: #999999; } 


.login .guest_order_box form { display: none; } 

.login .login_find,
.login .login_find_btn{
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 10px;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
.login .login_find li,
.login .login_find_btn li{
    list-style: none;
    margin: 0;
    padding: 0;
}
.login .login_find li + li::before,
.login .login_find_btn li + li::before{
    content: "";
    display: inline-block;
    width: 1px;
    height: 12px;
    background: #DDDDDD;
    margin: 0 10px 0 0;
    vertical-align: -1px;
}
.login .login_find a,
.login .login_find_btn a{
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    color: #555555;
    padding: 0;
    letter-spacing: -0.02em;
}

.login .link_wrap { display: flex; justify-content: space-between; padding-top: 0; align-items: center; } 
.login .link_wrap a { font-weight: 400; font-size: 14px; line-height: 14px; color: #555555; padding: 0 15px; } 
.login .link_wrap a:first-of-type { padding-left: 0; } 
.login .link_wrap a:last-of-type { padding-right: 0; border-left: 1px solid #DDD; } 
.login .login_box .submit { padding: 10px 0 0 0; } 
.login .login_box .submit .btn_line { display: inline-block; margin-top: 8px; font-weight: 400; } 
.login .login_box .submit a { font-weight: 500; font-size: 15px; line-height: 49px; letter-spacing: -0.03em; } 
.login .login_box .inp_chk { font-weight: 400; font-size: 14px; line-height: 14px; color: #000000; padding: 0 0 0 0; } 
.login .login_box .inp_chk input#saveId{
    -webkit-appearance: none;
    appearance: none;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
    width: 18px;
    height: 18px;
    margin: 0 6px 0 0;
    border: 1px solid #DDDDDD !important;
    border-radius: 6px;
    background: #FFFFFF !important;
    background-image: none !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: auto !important;
    vertical-align: -3px;
    position: relative !important;
    left: auto !important;
    top: auto !important;
    clip: auto !important;
    clip-path: none !important;
}
.login .login_box .inp_chk input#saveId:checked{
    background: #333333 !important;
    border-color: #333333 !important;
    background-image: none !important;
}
.login .login_box .inp_chk input#saveId:checked::after{
    content: "";
    position: absolute;
    left: 5px;
    top: 2px;
    width: 5px;
    height: 9px;
    border: solid #FFFFFF;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.login .login_box .inp_chk input#saveId + label{margin:0;}

.login_top .toptxt {font-size:16px; font-weight:500; color:#000; line-height:24px; letter-spacing:-0.03em; text-align:center; margin:100px 0;}
.login_top .btn_login_box ul { display: flex; justify-content: center; padding-top: 10px; align-items: center; } 
.login_top .btn_login_box ul li { font-weight: 400; font-size: 14px; line-height: 14px; color: #555555; padding: 0 15px; } 
.login_top .btn_login_box ul li a {font-weight: 400; font-size: 14px; line-height: 14px; color: #555555;}
.login_top .btn_login_box ul li:first-of-type { padding-left: 0; } 
.login_top .btn_login_box ul li:last-of-type { padding-right: 0; border-left: 1px solid #DDD; } 

html .login .login_box .sns_login li.kakao {    background: unset;background-size: unset;height: auto;padding-left: unset;} 
html .login .login_box .sns_login li.kakao img{height:auto;width:auto;}
html .login .login_box .sns_login li{border:0px;}
html .login .login_box .sns_login{ margin-top: 0 !important; padding-top: 0 !important; }

html .login .login_box .sns_login li.naver {    background: unset;background-size: unset;height: auto;padding-left: unset;} 
html .login .login_box .sns_login li.naver img{height:auto;width:auto;}

.login .guest_order_box dl dd { padding: 0 0 7px 0; } 
.login .guest_order_box dl:last-of-type dd { padding: 0; } 
.login .guest_order_box dl dd input { border: 1px solid #DDDDDD; height: 48px; line-height: 48px; font-weight: 400; font-size: 14px; color: #000000; border-radius: 10px; padding-left: 14px; } 
.login .guest_order_box dl dd input::placeholder { font-weight: 400; font-size: 14px; color: #999999; } 
.login .guest_order_box fieldset p { padding: 17px 0 30px 25px; font-weight: 400; font-size: 14px; line-height: 20px; letter-spacing: -0.03em; color: #000000; background: url(../img/icon/icon-alert.svg) no-repeat left 20px; } 
.login .guest_order_box fieldset .btn_line { margin-top: 8px; display: inline-block; font-weight: 500; font-size: 15px; line-height: 49px; letter-spacing: -0.03em; font-weight: 400; } 
.login .guest_order_box .guest_txt { margin-bottom: 30px; text-align: center; background: #F9F9F9; padding: 40px 8px; font-weight: 400; font-size: 14px; line-height: 20px; letter-spacing: -0.03em; color: #000000; } 
.login .guest_order_box .wib-guest-order-help{
    margin: 12px 0 0;
    font-size: 12px;
    line-height: 18px;
    color: #555555;
    word-break: keep-all;
    text-align: center;
    padding: 0 !important;
    background: none !important;
    background-image: none !important;
}
.login .guest_order_box .wib-guest-order-help a{
    color: inherit;
    font-weight: 700 !important;
    text-decoration: underline !important;
    text-underline-offset: 3px;
}

/* 비회원 주문조회 안내 멘트(본스킨 덮임 방지) */
.login #formOrderLogin .js-caution.wib-guest-order-help,
.login .guest_order_box .js-caution.wib-guest-order-help{
    margin: 12px 0 0 !important;
    padding: 0 !important;
    background: none !important;
    background-image: none !important;
    font-size: 12px !important;
    line-height: 18px !important;
    color: #555555 !important;
    font-weight: 400 !important;
    letter-spacing: -0.02em;
    text-align: center !important;
}
.login #formOrderLogin .js-caution.wib-guest-order-help a,
.login .guest_order_box .js-caution.wib-guest-order-help a{
    font-weight: 700 !important;
    text-decoration: underline !important;
    text-underline-offset: 3px;
}




/*____________________

 아이디 찾기
 _____________________*/
.find_id { padding: 40px 27px 0px; } 
.find_id .find_txt { display: none; } 
.find_id fieldset > span { display: grid; grid-template-columns: 50% 50%; text-align: center; height: 33px; vertical-align: top; border-bottom: 1px solid #DDD; margin-bottom: 25px; padding: 0 0 0 0; } 
.find_id fieldset > span > span { position: relative; } 
.find_id fieldset > span label { font-weight: 400; font-size: 15px; line-height: 15px; color: #999999; margin: 0 0 0 0; } 
.find_id fieldset > span label::after { transition: all 0.3s; display: inline-block; content: ''; width: 100%; height: 2px; background: transparent; position: absolute; bottom: -1px; left: 0; } 
.find_id fieldset > span label.on { transition: all 0.3s; font-weight: 700; font-size: 15px; line-height: 15px; color: #FF9F49; } 
.find_id fieldset > span label::after {  transition: all 0.3s; display: inline-block; content: ''; width: 0%; height: 2px; background: #FF9F49; position: absolute; bottom: -1px; left: 0; } 
.find_id fieldset > span label.on::after { display: inline-block; content: ''; width: 100%; height: 2px; background: #FF9F49; position: absolute; bottom: -1px; left: 0; } 
.find_id fieldset > span input { display: none; } 
.find_id fieldset dl dd { padding-bottom: 7px; position: relative; } 
.find_id fieldset dl dd input { border: 1px solid #DDDDDD; height: 48px; line-height: 48px; font-weight: 400; font-size: 14px; color: #000000; } 
.find_id fieldset dl dd input::placeholder { font-weight: 400; font-size: 14px; color: #999999; } 
.find_id .input_email { width: 100% !important; padding-right: 48%; } 
.find_id .email_select { border: none; height: 49px; background: url(/data/skin/front/designwib/wib/img/icon/icon-drop-full.svg) no-repeat right 15px center; font-weight: 400; font-size: 14px; color: #999999; padding-left: 15px;} 
.find_id .email_select_box { position: absolute; right: 0; top: 0; } 
.find_id .email_select_box::after{content: "";display: inline-block;width: 1px;height: 15px;;background: #DDDDDD;position: absolute;top:17px;left: 0;}
.find_id .find_id_msg { padding: 52px 55px; text-align: center; font-weight: 400; font-size: 14px; line-height:1.5; letter-spacing: -0.03em; color: #000000; border: none; background: #F9F9F9; margin: 0 0 10px 0; } 
.find_id .find_id_msg .c-red { font-weight: 700; font-size: 14px; color: #FF9F49; letter-spacing: 0.03em; } 
.find_id .find_id_btn { margin: 22px 0 0 0; } 
.join_link { padding-top: 20px; display: flex; justify-content: center; } 
.join_link li { font-weight: 400; font-size: 15px; line-height: 15px; color: #000000; padding: 0 15px; } 
.join_link li:first-of-type { border-right: 1px solid #DDD; } 
.join_link li:first-of-type a { font-weight: 500; } 

/*____________________

 비밀번호 찾기
 _____________________*/
 .find_password { padding: 40px 27px 0px; } 
 .find_password .find_txt { padding: 0 0 25px 0; font-weight: 400; font-size: 15px; line-height: 15px; text-align: center; letter-spacing: -0.03em; color: #555555; } 
 .find_password fieldset dl dd { padding-bottom: 17px; } 
 .find_password fieldset dl dd:last-of-type { padding-bottom: 30px; } 
 .find_password fieldset dl dd input { border: 1px solid #DDDDDD; height: 48px; line-height: 48px; font-weight: 400; font-size: 14px; color: #000000; } 
 .find_password fieldset dl dd input::placeholder { font-weight: 400; font-size: 14px; color: #999999; } 
/*____________________

 본인인증
 _____________________*/
 .user_certification { padding: 40px 27px 0px; } 
 .user_certification .tit { padding: 0 0 25px 0; } 
 .user_certification .tit span { font-weight: 400; font-size: 15px; line-height: 15px; text-align: center; letter-spacing: -0.03em; color: #555555; } 
 .user_certification .inp_tx:first-of-type { padding-top: 30px; } 
 .user_certification .inp_tx:last-of-type { padding-bottom: 30px; } 
 .user_certification .inp_tx { margin: 0 0 0 0; padding: 13px 25px 13px 25px; background: #F9F9F9; border: none; } 
 .user_certification .pw_find_next_btn { margin: 30px 0 0 0; } 
 .user_certification .inp_tx label { font-weight: 500; font-size: 14px; line-height: 14px; letter-spacing: -0.03em; color: #000000; } 
 .user_certification .inp_tx p { font-weight: 400; font-size: 13px; line-height: 1.2; letter-spacing: -0.03em; color: #000000; padding: 7px 0 0 28px } 
 .user_certification .inp_tx span,
 .user_certification .inp_tx strong { font-weight: 400; font-size: 13px; line-height: 13px; letter-spacing: 0.03em; color: #999999; } 
 .user_certification .caution_msg1,.user_certification_confirm .inp_tx p { font-size: 12px; color:#DE1F18; font-weight: 400; margin-top: 10px; } 
 .user_certification .caution_msg1 strong,.user_certification_confirm .inp_tx p span { font-weight: 400 !important; } 
 .user_certification_confirm { padding: 40px 27px 60px; } 
 .user_certification_confirm .tit { padding: 0 0 25px 0; } 
 .user_certification_confirm .tit span { font-weight: 400; font-size: 15px; line-height: 15px; text-align: center; letter-spacing: -0.03em; color: #555555; } 
 .user_certification_confirm .inp_tx input { border: 1px solid #DDDDDD; height: 48px; line-height: 48px; font-weight: 400; font-size: 14px; color: #000000; } 
 .user_certification_confirm .inp_tx input::placeholder { font-weight: 400; font-size: 14px; color: #999999; } 
 .user_certification_confirm .pw_find_confirm_btn { margin: 30px 0 0 0; } 
/*비밀번호 변경*/
 .find_password_reset { padding: 40px 27px 60px; } 
 .find_password_reset .tit { padding: 0 0 25px 0; text-align: center; } 
 .find_password_reset .tit span { font-weight: 400; font-size: 15px; line-height: 15px; letter-spacing: -0.03em; color: #555555; } 
 .find_password_reset .inp_tx { margin: 0 0 7px 0; } 
 .find_password_reset .inp_tx:last-of-type { margin-bottom: 30px; } 
 .find_password_reset .inp_tx input { border: 1px solid #DDDDDD; height: 48px; line-height: 48px; font-weight: 400; font-size: 14px; color: #000000; } 
 .find_password_reset .inp_tx input::placeholder { font-weight: 400; font-size: 14px; color: #999999; } 
 .c_blue { font-weight: 400; font-size: 12px; line-height: 12px; letter-spacing: -0.03em; color: #15542C; padding: 0 0 20px 0; } 
 .c_blue::before { display: inline-block; content: ''; vertical-align: middle; background: url(../img/icon/alert-green.svg) no-repeat left; width: 16px; height: 16px; margin-right: 7px; } 
 .c_red { font-weight: 400; font-size: 12px; line-height: 12px; letter-spacing: -0.03em; color: #DE1F18; padding: 0 0 20px 0; } 
 .c_red::before { display: inline-block; content: ''; vertical-align: middle; background: url(../img/icon/alert-red.svg) no-repeat left; width: 16px; height: 16px; margin-right: 7px; }