/* -------- 로그인 -------- */

.login-logo {width: 100px; margin-top: 130px; margin-bottom: 30px;} 
.login {padding: 0 20px; position: relative; height: 100vh; display: flex; flex-direction: column; align-items: center;}
.login-txt {padding-top: 80px;}
.login-txt h2 {font-size: 26px; color: #444; font-weight: bold; line-height: 1.4; margin-bottom: 10px;}
.login-txt span {font-size: 16px; color: #777;}

.login-input {display: flex; flex-direction: column; align-items: center; gap: 12px; width: 100%;}
.login-input ul {display: flex; margin-top: 10PX;}
.login-input ul li {padding: 0 12px; color: #4e4e4e; position: relative;}
.login-input ul li:first-child::after {content: ""; display: block; width: 1px; height: 12px; background: #ddd; position: absolute; top: 50%; right: 0; transform: translateY(-50%);}


.other-login {width: 100%; margin-top: 58px;}
.other-login .ot-txt { margin-bottom: 20px; position: relative;}

.other-login .ot-txt p {text-align: center; font-size: 14PX; color: #555;}
.other-login ul {display: flex; align-items: center; justify-content: center; gap: 20px;}
.other-login ul li {width: 45px;}
.done {margin-top: 40px !important;}
.bt-find > p {color: #6a6a6a; text-align: center; margin-top: 40px; margin-bottom: 20px;}
.bt-find > p em {display: inline-block; margin-left: 10px; font-weight: 600; color: #353535; text-decoration: underline;}

.bt-find {width: 100%; position: fixed; bottom: 0; left: 0;}
.bt-find ul {display: flex; border-top: 1px solid #eee;}
.bt-find ul li {width: 50%; text-align: center; padding: 20px 0; font-size: 14px; font-weight: 500;}
.bt-find ul li:first-child {border-right: 1px solid #eee;}

/* -------- 회원가입 -------- */

.join .input-wrap {margin-top: 20px;}
.id-wrap {display: flex !important; gap: 10px; width: 100%;}
.join button {margin-top: 0; height: 50px;}
.join .id-wrap button {width: 100px; font-size: 14px;}
.join .phone-wrap button {width: 100px; font-size: 14px;}
.num-confirm {margin-top: 10px; position: relative;}
.num-confirm p {position: absolute; top: 50%; right: 20px; transform: translateY(-50%); color: #FB8500; font-size: 12px;}

/* -------- 아이디 찾기 -------- */

.join h2 {font-size: 20px; font-weight: 700;}
.done-txt {display: flex; flex-direction: column; align-items: center; justify-content: center; margin-top: 120px;}
.done-txt > span {width: 80px;}
.join-con h2 {margin: 30px 0; font-size: 20px;}
.done-txt h2 span {display: inline-block; font-size: 18px !important; color: #FB8500 !important; padding: 0 !important; font-weight: bold;} 

/* -------- 인트로 -------- */

.intro {width: 100%; height: 100vh; background: url(../img/intro.png) no-repeat center/cover; display: flex; align-items: center; justify-content: center;}
.intro .intro-logo {width: 160px;}



@media (max-width:380px){

    .login-txt {padding-top: 70px;}
    .other-login .ot-txt {margin-bottom: 15px;}
    .other-login > p {margin-top: 30px;}
}

