/* BASIC css start */
/*Ä¿½ºÅÒ Çì´õ1*/
.custom-header{
    position:relative;
    width:100%;
    height:58px;
    line-height:58px;
    border-bottom:1px solid #eeeeee;
    text-align:center;
}
.custom-header h1.logo{
    display:inline-block;
}
.custom-header h1.logo > a{
    display:inline-block;
    vertical-align:top;
    width: 89px;
}
.custom-header h1.logo > a > img{
    width:100%;
    height:auto;
    vertical-align:middle;
}
.custom-header .btn-back{
    position:absolute;
    top:0;
    left:0;
    width:58px;
    height:58px;
    line-height:58px;
    text-align:center;
}
.custom-header .btn-back > img {
    width:10px;
    height:auto;
    vertical-align:middle;
}
/*·Î±×ÀÎ ÆäÀÌÁö*/
.login-container{
   padding-top:42px;
   padding-bottom:74px;
}
.login-container .t1{
    text-align:center;
    line-height:40px;
    font-family:'Lora';
    font-size:30px;
    color:#333333;
}
.login-container .sns-login-wrap{
    padding:0 15px;
    margin-top:29px;
}
.login-container .sns-login-wrap > .row{
    margin-bottom:8px;
}
.login-container .sns-login-wrap > .row > a{
    display:block;
    height:45px;
    line-height:45px;
    text-align:center;
    font-family:'Noto Sans KR';
    font-size:13px;
    color:#000;
    border-radius:5px;
    background:#fff;
    border:1px solid #000;
}
.login-container .sns-login-wrap > .row > a.btn-kakao-login{
    background-color:#f7e409;
    background-image:url('/design/huit8/img/mobile/icon_kakao_login.png');
    background-repeat:no-repeat;
    background-position:left 20px center;
    background-size:auto 13px;
    border:0px;
}
.login-container .sns-login-wrap > .row > a.btn-naver-login{
    background-color:#19ce60;
    background-image:url('/design/huit8/img/mobile/icon_naver_login.png');
    background-repeat:no-repeat;
    background-position:left 20px center;
    background-size:auto 13px;
    border:0px;
} 
.login-container .sns-login-wrap > .row > a.btn-apple-login{
    background-color:#000000;
    color:#ffffff;
    background-image:url('/design/huit8/img/mobile/icon_apple_login.png');
    background-repeat:no-repeat;
    background-position:left 20px center;
    background-size:auto 18px;
    border:0px;
}

.join-benefit-wrap{
    margin-top:30px;
    margin-bottom:20px;
    padding:0 20px;
}

.join-benefit-wrap > ul > li{
    display:inline-block;
    vertical-align:top;
    width:100%;
    box-sizing:border-box;
    text-align:center;
}


.join-benefit-wrap > ul > li > .icon > img{
    width:100%;
    height:auto;
    vertical-align:top;
}
.join-benefit-wrap > ul > li > p{
    margin-top:5px;
    line-height:12px;
    font-family:'Nanum Square';
    font-size:10px;
    font-weight:bold;
    color:#000000;
    letter-spacing:-0.5px;
}

/*·Î±×ÀÎ Æû*/
.login-form-wrap {
    margin:0 15px;
    padding-bottom:16px;
    border-bottom:1px solid #333;
}
.login-form-wrap .login-toggle-btns{
    font-size:0px;
    padding-top:20px;
    border-top:1px solid #e6e6e6;
}
.login-form-wrap .login-toggle-btns > li{
    display:inline-block;
    vertical-align:top;
    width:50%;
}
.login-form-wrap .login-toggle-btns > li a{
    display:block;
    height:43px;
    line-height:43px;
    background:#fafafa;
    border:1px solid #eeeeee;
    font-size:12px;
    color:#999999;
    font-family:'Noto Sans KR';
    text-align:center;
    
}
.login-form-wrap .login-toggle-btns > li:first-child a{
    border-radius:5px 0 0 5px;
}
.login-form-wrap .login-toggle-btns > li:nth-child(2) a{
    border-radius:0 5px 5px 0;
}
.login-form-wrap .login-toggle-btns > li a.active{
    background:#fff;
    border:1px solid #aaaaaa;
    color:#333;
}

.input-form-wrap{
    margin-top:20px;
}
.input-form-wrap .input-row > input{
    width:100%;
    padding:0 20px;
    height:40px;
    line-height:40px;
    border:1px solid #dddddd;
    color:#333;
    font-size:12px;
}
.input-form-wrap .input-row > input::placeholder{
    color:#999999;
}
.input-form-wrap .input-row:first-child input{
    border-radius:5px 5px 0 0;
    border-bottom:0px;
}
.input-form-wrap .input-row:last-child input{
    border-radius: 0 0 5px 5px;
}

input[type=checkbox], input[type=radio] {
    -webkit-appearance: none !important;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    width: 10px;
    height: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    border-radius: 0px !important;
    background-image: url('/design/huit8/img/mobile/check02_off.png')!important;
    background-size: 100% !important;
    background-color: transparent !important;
    border: 0px;
    transition: .4s;
}
input[type=checkbox]:checked, input[type=radio]:checked {
    border-radius: 0px!important;
    color: #333!important;
    background-image: url('/design/huit8/img/mobile/check02_on.png')!important;
    background-position: center!important;
    background-size: 100%!important;
    background-color: transparent!important;
    border-left-color: transparent!important;
    border-right-color: transparent!important;
    border: 0px!important;
}

.loginCheckBox{
    position:relative;
    margin-top:15px;
}
.loginCheckBox .input-check{
    display:inline-block;
    vertical-align:top;
    margin-right:13px;
}
.loginCheckBox .input-check.right{
    position:absolute;
    top:0;
    right:0;
}
.loginCheckBox .input-check label{
    height:10px;
    line-height:10px;
    vertical-align:top;
}
.loginCheckBox .input-check label > input{
    vertical-align:middle;
}
.loginCheckBox .input-check label > span{
    display:inline-block;
    padding-left:5px;
    vertical-align:middle;
    font-size:10px;
    color:#333;
}

.login-btn-wrap {
    margin-top:20px;
}
.login-btn-wrap > a{
    display:block;
    text-align:center;
}
.login-btn-wrap > a.btn-login{
    height:45px;
    line-height:45px;
    background:#31363d;
    font-size:15px;
    color:#fff;
    letter-spacing:-1.1px;
    border-radius:4.5px;
}
.login-btn-wrap > a.btn-find{
    margin-top:15px;
    height:20px;
    line-height:20px;
    font-size:10px;
    color:#333333;
}

/*Ä«Ä«¿À ½ÌÅ© Á¤º¸*/
.info-kakao-sync-wrap{
    padding:0 15px;
    margin-top:25px;
}

.info-kakao-sync-wrap > h3{
    line-height:19px;
    font-size:12px;
    font-weight:bold;
    color:#333;
}
.info-kakao-sync-wrap > h4{
    line-height:19px;
    font-size:12px;
    color:#666666;
}
.info-kakao-sync-wrap > p{
    margin-top:9px;
    display:inline-block;
    vertical-align:top;
    line-height:15px;
    font-size:10px;
    color:#999999;
}

/* BASIC css end */

