/* BASIC css start */
/* Uneedcomms Keepgrow CSS */
body{height:max-content;}
#wrap{min-height:calc(100vh - 25vh); padding-bottom:0!important;}
#login-custom {
    position: relative;
    width: 100%;
    margin-top: 25vh;
    left: -8%;
}
#login-custom h2 {
    font-size: var(--f-2);
    padding: 0 0 var(--p-1);

}
#login-custom .login-box {

}
#login-custom .login-box ul {
    width: 100%;
}
#login-custom .login-box ul li {
    width: 100%;
    display: block;
    margin: 0 0 var(--p-1);

}
#login-custom .login-box ul li input {
    width: 100%;
    height: 30px;
    background: var(--back1);
    border: 1px solid;
    border-width: 0 0 1px;
    border-color: var(--gray) !important;
    font-size: var(--f-1);
}


#login-custom .login-box .label-box {
    font-size:0;
        margin:0 0 var(--p-1);
            display: flex;
    align-items: center;
}
#login-custom .login-box .label-box label:first-child{
    width: 0;
    height: 0;
    overflow: hidden;
    
}
#login-custom .login-box .label-box label{
    font-size: var(--f-1);
    display: inline-flex;
    align-items: center;
    line-height: 1;
    font-weight: 400;
}
#login-custom .login-box .label-box label input {
    width: 14px;
    height: 14px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    background: transparent;
    border: 1px solid #000;
    box-sizing: border-box;
    margin: 0 5px 0 0px;
    
}
#login-custom .login-box .label-box label input:checked {
    background:#000;
}

#login-custom .login-box .label-box p {
    display: flex;
    align-items: center;
    margin:0 0 0 auto;
    font-size: var(--f-1);
}
#login-custom .login-box .label-box p a {
    border-bottom: 1px solid #000;
    margin: 0 5px;
}
#login-custom .login-box .act {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#login-custom .login-box .act .a-button {
    width: 100%
}

#login-custom .login-box .act p {
    display: flex;
    align-items: center;
        
}
#login-custom .login-box .act p a {
    border-bottom: 1px solid #000;
    margin: 0 5px;
}


#login-custom .login-box .or {
    width: 100%;
    margin: var(--p-1) 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1;
    font-size: var(--f-1);
    gap: 10px;
    color: var(--gray);
}
#login-custom .login-box .or:before,
#login-custom .login-box .or:after{
    content:" ";
    flex: 1;
    height: 1px;
    background: var(--gray);
}

#login-custom .login-box .textsx {
    font-size: var(--f-1);
    padding: 0 0 var(--p-0);
}
#login-custom .login-box .sns-login-button {
    display:flex;
    width: 100%;
    align-items: center;
    font-size: 0;
    justify-content: center;
    gap:30px;

}

.login-box{}
.login-box table{}
.login-box table tr{}
.login-box table tr td{width:75%; padding-top: 20px;}
.login-box table tr td input{width:100%; border:none; border-bottom:1px solid black; padding:5px 0;}
.col-30 {
    width: 15%!important;
}
.sns-login-button a{border:none; display:block; justify-content:start; height:20px;}
.sns-login-button a img{width:30px;}
a.a-button{background:black;}
a.a-button span{color:white;}
a.a-button:after{}
/* sns login button override (kakao/naver only) */
#login-custom .login-box .sns-login-button {
    display: block;
    width: 100%;
    margin-top: 8px;
}
#login-custom .login-box .sns-login-button > div + div {
    margin-top: 8px;
}
#login-custom .login-box .sns-login-button .sns-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 30px;
    box-sizing: border-box;
    text-decoration: none;
    border: 1px solid #d9d9d9;
    gap: 8px;
}
#login-custom .login-box .sns-login-button .sns-btn-label {
    font-size: 11px;
    line-height: 1;
}
#login-custom .login-box .sns-login-button .sns-btn-kakao {
    background: #f5df00;
    border-color: #f5df00;
    color: #111;
}
#login-custom .login-box .sns-login-button .sns-btn-naver {
    background: #fff;
    border-color: #d9d9d9;
    color: #111;
}
#login-custom .login-box .sns-login-button .sns-btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: none;
}
#login-custom .login-box .sns-login-button .sns-btn-icon-kakao {
    position: relative;
    width: 11px;
    height: 9px;
    background: #2f1b0c;
    border-radius: 9px;
}
#login-custom .login-box .sns-login-button .sns-btn-icon-kakao:after {
    content: "";
    position: absolute;
    left: 2px;
    bottom: -3px;
    width: 0;
    height: 0;
    border-top: 3px solid #2f1b0c;
    border-right: 3px solid transparent;
}
#login-custom .login-box .sns-login-button .sns-btn-icon-naver {
    color: #00c73c;
    font-weight: 700;
    font-size: 13px;
    line-height: 1;
}

/* login button/sns spacing + typography tune (pc) */
#login-custom .login-box .act .a-button span {
    font-size: 12px;
    font-weight: 500;
}
#login-custom .login-box .sns-login-button {
    margin-top: -9px;
}
#login-custom .login-box .sns-login-button > div + div {
    margin-top: 11px;
}
#login-custom .login-box .sns-login-button .sns-btn-label {
    font-size: 12px;
    font-weight: 500;
}

/* strict button height 30 */
#login-custom .login-box .act .a-button,
#login-custom .login-box .sns-login-button .sns-btn {
    height: 30px;
}

/* BASIC css end */

