
.pc{display: block;}
.mo{display: none;}
#content{
    position: relative;
    background-color: #030043;
    height: 100vh;
    overflow-y: auto;
    background-image: url('/layouts/xe_kimtajo_layout/img/pang_img/sub/login/login_bg.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 50%;
    padding-top: 0;
}
.header_wrap,
footer,
.quickMenu{display: none;}

.header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 92%;
    height: var(--s80);
    max-width: 1400px;
    margin: 0 auto;
}
.header .whitelogo{
    width: 119px;
    height: 50px;
    max-height: 65px;
}
.language .lang_btn{
    color: #fff;
}
.language{
    margin-right: 10%;
}
.language.active .lang_list{
    left: 50%;
transform: translateX(-50%);
}
.language .lang_btn::after{
    filter: invert(1);
}

.sec{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 92%;
    max-width: 1400px;
    margin: 0 auto;
    padding: var(--s100) 0;
    color: #fff;
}
.color{
    color: var(--NeonGreen);
}

.common_box{
    width: 45%;
    position: relative;
    z-index: 1;}
.common_box > div p:nth-child(1){
    font-size: var(--s20);
    font-weight: 600;
}
.common_box > div p:nth-child(2){
    font-size: var(--s40);
    font-weight: 600;
}
.common_box > div span{
    font-size: var(--s16);
    font-weight: 200;
}

.common_box form{
    margin-top: var(--s50);
}
.common_box form > div{
    display: flex;
    flex-direction: column;
}
.common_box form .pw{
    margin-top: var(--s20);
}
.common_box form input:not([type="checkbox"]){
    width: 100%;
    margin-top: 10px;
    padding: 20px;
    box-sizing: border-box;
    outline: none;
    border: 2px solid #666666;
    border-radius: 40px;
    background: transparent;
    color: #ffffff;
    appearance: none;
    font-size: 16px;
}

.common_box .find_id{
    margin:var(--s20) 0;
}
.common_box .find_id a{
    color: #fff;
    text-align: right;
}

.common_box form .submit_btn{
    width: 100%;
    background-color: rgb(36, 232, 156, 0.3) !important;
    border: 2px solid #666666;
    padding: 10px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    appearance: none;
    transition: 0.3s;
    display: inline-block;
    user-select: none;
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    border-radius: 40px;
}
.common_box .submit_btn:hover{
    border: 2px solid var(--NeonGreen);
}

.common_box .create_btn{
    margin-top: var(--s30);
}
.common_box .create_btn span{
    font-size: var(--s16);
    font-weight: 200;
    color: #dddddd;
}
.common_box .create_btn span:nth-child(2){
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
    color: #fff;
    font-size: var(--s25);
    font-weight: 600;
}


.register_box{
    display: none;
}

.line{
    width: 2px;
    height: -webkit-fill-available;
    background-color: var(--NeonGreen);
}
.txt_box{
    width: 45%;
    position: relative;
    z-index: 1;
}
.txt_box p:nth-child(1){
    font-size: var(--s40);
    font-weight: 600;
}
.txt_box p:nth-child(2){
    margin-top: var(--s50);
    font-size: var(--s20);
    font-weight: 400;
    line-height: 1.5;
}
@media screen and (max-width: 1024px){

    :root{
        --s12: 8px;
        --s16: 12px;
        --s18: 14px;
        --s20: 16px;
        --s25: 18px;
        --s30: 20px;
        --s35: 25px;
        --s40: 30px;
        --s50: 40px;
        --s60: 45px;
        --s80: 60px;
        --s100: 50px;
        --s150: 100px;
    
        --NeonGreen: #24e89c;
    }
    .cont_wrap .sub_title{
        width: 90%;
    }


    .common_box{width: 100%;}
    .line{
        display: none;
    }
    .txt_box{
        display: none;
    }
    .language .lang_list{
        width: 100%;
        min-width: 80px;
    }




}







@media screen and (max-width: 767px){
    .pc{display: none;}
    .mo{display: block;}
    .cont_wrap .sub_title{
        width: 100%;
    }


    .line{
        width: 2px;
        height: 100%;
        background-color: var(--NeonGreen);
    }

}
