/* BASIC css start */
/* BASIC css start */
 





/* ±âº» ¼³Á¤ */
input[type=checkbox]{width: 20px !important;height: 20px !important;background-image: url(/design/laura33/img/checkbox_off.svg) !important;background-position: center center !important;background-size: contain !important;background-repeat: no-repeat !important;border: none !important;appearance: none !important;-webkit-appearance: none !important;border-radius: 0 !important;background-color: transparent !important;}
input[type=checkbox]:checked{background-image: url(/design/laura33/img/checkbox_on.svg) !important;background-position: center center !important;background-size: contain !important;background-repeat: no-repeat !important;border: none !important;}

.login-container {
    max-width: 320px;
    margin: 0 auto;
    padding: 44px 0;
}
.goHome {
    text-align: center;
    padding-bottom: 40px;
}

.goHome img {
    width: 170px;
}
.SMSheaderContainer, #footer_container {display:none;}

/* Çì´õ */
.login-header h1 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 12px;
    color: #121212;
}
.login-header p {
    color: #939393;
    line-height: 1;
    margin-bottom: 20px;
    font-size: 11px;
}
 
.coupon-wrap {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 27px;
}
.coupon-card {    position: relative;} 
.coupon-card + .coupon-card{
    margin-top: -3px;
}
.coupon-card img {width:100%;}
.coupon-card .left {
    position: absolute;
    top: 3%;
    left: 9%;
    color: #fff;
    font-family: 'Montserrat', 'SUIT', sans-serif;
    font-size: 22px;
    font-weight: 600;
    /* background: #000; */
    height: 88%;
    width: 24%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.2;
}

.coupon-card .right {
    position: absolute;
    top: 3%;
    right: 9%;
    color: #fff;
    font-family: 'Montserrat', 'SUIT', sans-serif;
    font-size: 16px;
    height: 88%;
    width: 55%;
    display: flex;
    align-items: center;
    line-height: 1.6; 
    justify-content: center;
    text-align: center;
}

.coupon-card span {
    color: #FFE500;
} 
/* ¼Ò¼È ¹öÆ° */
.sns-login-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 8px;
}
.sns-login-wrap > div {
    position: relative;
}

.sns-login-wrap > div > span {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    background: url(/design/laura33/img/recent.svg) no-repeat;
    width: 69px;
    height: 26px;
    background-size: contain;
}
.sns-login-wrap > div > span img {
    display: none;
}
.btn-sns {
    width: 100%;
    height: 50px;
    border-radius: 0;
    border: 1px solid #e2e2e2;
    font-size: 13px;
    font-weight: 400;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    position: relative;
    color: #121212;
}
.btn-sns img {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.btn-kakao {background-color: #FFE500;border: 1px solid #FFE500;}
.recent-badge {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    background: #fee500;
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 10px;
    font-weight: bold;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.recent-badge::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    border-top: 6px solid #fee500;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

/* ÇÏ´Ü ¸µÅ© */
.footer-links {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 17px 0;
}
.footer-links li {
}
.footer-links li:not(:last-child)::after {
    content: '|';
    margin: 0 12px;
    color: #e9e9e9;
    height: 10px;
    width: 1px;
    display: inline-block;
}
.footer-links a {color: #999;font-size: 13px;line-height: 1;}
#commonLoginWrap {display:none;}
.info-detail li{padding-bottom:20px;}
.info-detail li > span{font-size:14px;font-weight:400;line-height:1;color:#121212;display:block;margin-bottom: 10px;}
.info-detail li > .input input:not([type=checkbox]){
    width:100%;
    border: solid 1px #E9E9E9 !important;
    padding: 0 10px !important;
    font-size: 14px !important;
    height: 40px !important;
    line-height: 40px !important;
    }
.info-detail li > label{font-size:14px; font-weight:500; line-height:17px; color:#666;}
.info-detail li label {color:#121212;font-size:14px;display: inline-flex;gap: 8px;align-items: center;}
.info-detail li label + label {
    margin-left: 8px;
}
#SMS_style .info-detail li label input[type=checkbox]{width: 20px !important;height: 20px !important;background-image: url(/design/laura33/img/checkbox_off.svg) !important;background-position: center center !important;background-size: contain !important;background-repeat: no-repeat !important;border: none !important;appearance: none !important;-webkit-appearance: none !important;border-radius: 0 !important;background-color: transparent !important;}
#SMS_style .info-detail li label input[type=checkbox]:checked{background-image: url(/design/laura33/img/checkbox_on.svg) !important;background-position: center center !important;background-size: contain !important;background-repeat: no-repeat !important;border: none !important;}


.loginMiddle .btn_Black {
    background: #121212 !important;
    color: #fff !important;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 !important;
}
.find_info{margin-top:20px; text-align:center;}
.find_info a{ font-size:13px; font-weight:400; line-height:1; color:#999;}

.loginBottom{margin-top: 50px;}
.loginBottom h4{font-size:16px;font-weight: 500;line-height: 1;color: #121212;margin-bottom: 8px;}
.loginBottom p{font-size: 11px;font-weight:500;line-height: 1;color: #939393;margin-bottom: 14px;}
.loginBottom a{font-size: 13px;font-weight: 400;color: #121212;border: 1px solid #E2E2E2;height: 45px;display: flex;align-items: center;justify-content: center;}
.loginBottom a.kakao{background-color: #FFE500;border: 1px solid #FFE500;margin-bottom: 12px;
    position: relative;}
.loginBottom a.kakao img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
}  
/* BASIC css end */


/* BASIC css end */

