@charset "utf-8";

/* 공통 { */
#login_new .font-18 {font-size: 18px;}
#login_new .font-16 {font-size: 16px;}
#login_new .font-14 , #login_new .captcha_box{font-size: 14px;}
#login_new .font-12 {font-size: 12px;}

#login_new .font-b {font-weight: 700;}
#login_new .color-999 {color:#999;}
#login_new .color-000 {color:#000;}
#login_new .letter-05 , #login_new .captcha_box{letter-spacing: -0.5px;}

#login_new .fl {float:left;}
#login_new .fr {float: right;}
#login_new .cb {clear: both;}

.required, textarea.required {
    background-position: right 5px center !important;
}

/* } */

/* 로그인 { */
#login_new {width: 100%; height: 100%;}
#login_new .sub_div {padding-top: 5%; padding-bottom: 150px;}
#login_new .login_div {width: 450px;margin: 0 auto;background-color: #fff;border-radius: 15px;box-shadow: 30px 30px 70px rgba(0,0,0,0.1);}
#login_new .login_wrap {padding: 40px 40px 40px 40px; text-align: center;}
#login_new .ci_full {width: 120px;}
#login_new .api_join {border-top: 1px solid #eee;padding: 40px;}
#login_new .login_join {margin-top: 40px;}
#login_new .login_join_t {margin-top: 25px;}
#login_new .login_input_id {margin-top: 30px; position: relative;}
#login_new .login_input_id svg {position: absolute; top:12px; right:12px;}
#login_new .login_input_pw {margin-top: 10px; position: relative;}
#login_new .login_input_pw svg {position: absolute; top:12px; right:12px;}
#login_new .login_input{width: 100%;text-indent: 15px;height: 48px;background-color: #f1f1f1;border: 0px;border-radius: 4px;}
#login_new .login_input:focus{outline: none !important; box-shadow: none !important; border:0px !important;}
#login_new .login_b {margin-top: 10px;font-size: 13px;}
#login_new .login_b_li1 {float: left; margin-top: 2px;}
#login_new .login_b_li2 {float: right;}
#login_new .login_btn_d {margin-top: 25px;}
#login_new .login_btns {width: 100%;height: 48px;background-color: #000;border: 0px;border-radius: 4px;color: #fff;text-align: center;}
#login_new .login_join_btn {}


#login_new .login_input_basic {margin-top: 10px; position: relative;}
#login_new .login_input_half {width:49.5%;display: inline-block; margin-top: 10px; position: relative;}
#login_new .login_input_checkbox {width:49.5%;display: inline-block; margin-top: 10px; position: relative;}
#login_new .login_input_basic svg {position: absolute; top:12px; right:12px;}


#login_new #login_password_lost {
    display: inline-block;
    border: 1px solid #eee;
    color: #999;
    border-radius: 4px;
    padding: 2px 5px;
    line-height: 20px;
}


/* } */


/* 체크박스 리셋 { */
.magic-checkbox + label:after {
    top: 4px;
    left: 7px;
    box-sizing: border-box;
    width: 6px;
    height: 9px;
    transform: rotate(45deg);
    border-width: 2px;
    border-style: solid;
    border-color: #000;
    border-top: 0;
    border-left: 0;
}
/* } */

/* SNS 리셋 { */
#sns_login {margin-top: 20px !important; padding-top: 10px !important;}
#sns_login .txt {display: none !important;}
#sns_login .sns-icon {
    width: 40px !important;
    margin: 0 1px 1px !important;
    padding-left: 0px !important;
    display: inline-block !important; 
    border-bottom: 0px !important;
    border-radius: 4px !important;
}
#sns_login h3 {display: none !important;}
/* } */

/* 반응형 1024px{ */
@media all and (max-width:1024px) {

    #login_new .sub_div {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    
    #login_new .login_wrap {
        padding: 20px 20px 20px 20px;
    }
    
    #login_new .login_div {
        width: 100%;
        border-radius: 0px;
        box-shadow: none;
    }
    
}
/* } */
/*captcha_box*/
.member_bg{
    background: url('../../../../images/2025/total-bg.jpg');
    background-size:cover !important;
    height:100vh;
}
.member_bg2{
    height:100%;
}
.member_bg2 .register_div{
    width:80% !important;
}
.member_bg2 .sub_div{
    margin-top:20px;
    margin-bottom:50px;
    padding-bottom:50px;
}
.login_ul, .login_b, .login_btn_d, .login_join_t{
    padding:0;
}
.login_ul li, .login_b li{
    list-style: none;
}
.login_wrap h5{
    font-size:1.5rem;
}


.main_wrap {
    width: 100%;
    height: 100%;
    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
}
select {
    word-wrap: normal;
    height: 48px;
    width: 100%;
    text-indent: 15px;
    border-radius: 5px;
    border: 0.8px solid #cccccc;
    color:#757575;
}
select:focus{
    border: 1.2px solid #cccccc;
}

.float_right {
    float: right;
    color: #999;
    font-size: 12px;
    text-decoration: underline;
}

.btn_more_opt:hover {
    color: #000;
}

.terms_box {
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 4px;
    background: #fdfdfd;
}

.terms_content {
    width: 100%;
    height: 150px;
    padding: 10px;
    border: none;
    background: transparent;
    font-size: 13px;
    line-height: 1.6;
    color: #666;
    resize: none;
}

.toggle_terms {
    cursor: pointer;
}

/* 아코디언 애니메이션 */
.terms_box {
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.terms_box.show {
    max-height: 200px;
}
#login_new .captcha_box{width: 100%;text-indent: 7px;height: 30px;background-color: #f1f1f1;border: 0px;border-radius: 4px;}
#login_new .captcha_box:focus{outline: none !important; box-shadow: none !important; border:0px !important;}
#login_new .captcha_box:focus{outline: none !important; box-shadow: none !important; border:0px !important;}
input[type="checkbox"], input[type="radio"] {
    position: absolute;
    display: none;
}

input[type="checkbox"] + label {
    padding-left: 30px !important;
}
input[type="checkbox"] + label {
    position: relative;
    padding-left: 30px;
    margin-right: 0px;
    cursor: pointer;
    vertical-align: middle;
    padding-top: 0px;
    padding-bottom: 4px;
    line-height: 25px;
}

input[type="checkbox"]:checked + label:before {
    border: 1px solid #25282B;
    background: #fff;
}
input[type="radio"]:checked + label:before, input[type="checkbox"]:checked + label:before {
    animation-name: none;
}
input[type="checkbox"] + label:before {
}
input[type="checkbox"] + label:before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 25px;
    height: 25px;
    content: '';
    border: 1px solid #ddd;
    border-radius: 6px;
    background-color: #fff;
}input[type="radio"]:checked + label:after, input[type="checkbox"]:checked + label:after {
    display: block;
}
input[type="checkbox"] + label:after {
    top: 5px;
    left: 10px;
    box-sizing: border-box;
    width: 6px;
    height: 11px;
    transform: rotate(45deg);
    border-width: 1.7px;
    border-style: solid;
    border-color: #25282B;
    border-top: 0;
    border-left: 0;
}
input[type="radio"] + label:after, input[type="checkbox"] + label:after {
    position: absolute;
    display: none;
    content: '';
}
#captcha #captcha_img{
    height:30px;
}
#captcha #captcha_key {
    margin: 0 0 0 3px;
    padding: 0 5px;
    width: 90px;
    height: 40px;
    border: 1px solid #ccc;
    background: #fff;
    font-size: 1.333em;
    font-weight: bold;
    text-align: center;
    border-radius: 3px;
    vertical-align: top;
}
#captcha #captcha_mp3{
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    background: transparent;
    vertical-align: middle;
    overflow: hidden;
    cursor: pointer;
    background: url(../plugin/kcaptcha/img/cp_btn_img.png) no-repeat;
    text-indent: -999px;
    border-radius: 3px;
}
#captcha #captcha_reload {
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    vertical-align: middle;
    overflow: hidden;
    cursor: pointer;
    text-indent: -999px;
    border-radius: 3px;
    background: url(../../../theme/rb.basic/rb.img/icon/cp_btn_img.png) no-repeat 0 -40px;
    border: 1px solid #ddd;
}


    #captcha legend{
        display: none;
    }


#captcha #captcha_img {
    height: 35px !important;
    margin-top: 5px !important;
}
#captcha #captcha_img {
    border: 0px;
    height: 28px;
    margin-top: 7px;
    width: auto;
}
#captcha #captcha_img {
    height: 40px;
    border: 1px solid #898989;
    vertical-align: top;
    padding: 0;
    margin: 0;
}


.btn1 {
    background: #1A2A5B;
    color: #fff;
}

.btn1 {
    padding: 5px 15px;
    border-radius: 5px;
}
.btn1 {
    padding: 11px 40px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}


