/* BASIC css start */
/* BASIC css start */
#login .login #keyboard {margin-top:20px; padding:0 15px;}
#login .tab {padding:0 15px; margin-top:30px;}
#login .tab a {width:50%; height:34px; border:1px solid #bdbdbd; border-top:3px solid #bdbdbd; border-bottom:1px solid #ab3e41; display: inline-block; text-align: center; line-height: 30px; box-sizing: border-box; background-color:#fbfbfb; }
#login .tab a.act {color:#ab3e41; background-color:#fff; border:1px solid #ab3e41;  border-top:3px solid #ab3e41; border-bottom:0px none; font-weight:bold;}
#login .login .loginInput {margin-top: 10px;}
#login .nonmember {margin-top:20px; display:none;}
#login .nonmember fieldset {padding:0 15px;}

#inquiryOrder { display:none; }
#inquiryOrder .txt { margin:15px 15px 0; padding:0; }
#inquiryOrder .frm { overflow:hidden; width:200px; margin:35px auto 0; }
#inquiryOrder .frm dt, 
#inquiryOrder .frm dd { float:left; }
#inquiryOrder .frm dt { width:60px; margin-top:5px; line-height:32px; font-weight:bold; letter-spacing:-1px; }
#inquiryOrder .frm dd { width:140px; }
#inquiryOrder .frm input[type=text] { width:100%; height:32px; line-height:32px; margin-top:5px; padding:0 5px; border:1px solid #c6c6c6; background:#fbfbfb; border-radius:0; }
#inquiryOrder .btns { margin:40px 10px 20px; }
#inquiryOrder .btns a { margin-top:10px; }

.loginTitle {
    margin: 80px 0 0;
    text-align: center;
}

.loginTitle h3 {
    color: #121212;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
}

.loginTitle p {
    color: #555;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin-top: 4px;
}
 

.login-container {padding: 20px 16px;}

.login-box { 
}

.login-box h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.login-box .input input {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 12px;
    border: 1px solid #dedede;
    box-sizing: border-box;
    border-radius: 6px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    font-weight: 400;
    color: #121212;
}
.login-box .input input::placeholder{color:#999;}
.options {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-top: 2px;
    font-size: 12px;
    color: #999;
    height: 20px;
}

.options a {
    text-decoration: none;
    font-size: 14px;
    color: #121212;
}

.login-btn, .signup-btn {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: none;
    background-color: #ff691f;
    color: #fff;
    font-size: 16px;
    margin-bottom: 6px;
    cursor: pointer;
    display: block;
    text-align: center;
    box-sizing: border-box;
    border-radius: 6px;
    font-weight: 700;
}

.signup-btn {
    background-color: #fff;
    border: 1px solid #ff691f;
    color: #121212;
}

.social-login {
    text-align: center;
}

.sns-icons {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.sns-icons img {
    width: 40px;
    height: 40px;
    margin: 0 5px;
}
 
 
.sns-join {padding-top: 34px;text-align: center;font-size: 0;line-height: 0;}
.sns-join p  {margin-bottom: 20px;font-size: 18px;font-weight: 700;line-height: 26px;text-align: center;}
.sns-join a {display: inline-block;margin: 0 8px;}

.not-login {
    text-align: center;
    padding-top: 40px;
}

.not-login a {
    color: #555;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: underline;
}
.labelArea {
    display: flex;
    gap: 10px;
}
.labelArea label input {margin-right: 7px;}

/* 기본 탭 스타일 */

.tab-navi {
    display: flex;
    margin-bottom: 12px;
}

.tab {
    border: 0;
    cursor: pointer;
    border: 1px solid #f6f6f6;
    width: 100%;
    text-align: center;
    color: #999;
    background: #f6f6f6;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    border-bottom: 1px solid #121212;
}
.tab:first-child {border-right:0}
.tab + .tab {border-left:0}
.tab.on {
    background-color: #fff;
    font-weight: 600;
    border: 1px solid #121212;
    border-bottom: 0;
    color: #121212;
}

/* 아이디/비밀번호 찾기 콘텐츠 숨기기 */
.member-box {
    display: none;
}

.member-box.active {
    display: block; 
}



.labelArea { 
    color: #121212;
    font-size: 14px;
} 
/* BASIC css end */


/* BASIC css end */

