/* 로그인 페이지 시작 */

.login_inner {
    padding: 80px 16px 80px;
    max-width: 390px;
    margin: 0 auto;
    min-height: 100%;
}

.login_top {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.login_wrap {
    margin-top: 64px;
    width: 100%;
}

.sns_wrap > p,
.login_form_item > p {
    color: #000000;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 20px;
}

.sns_wrap > div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.sns_wrap a {
    width: 100%;
    background: #7064FE;
    border-radius: 8px;
    padding: 12px 10px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -1px;
}

.sns_wrap a:last-child {
    margin-bottom: 0;
}

.sns_wrap a p {
    position: relative;
}

.re_login {
    padding: 2px 10px;
    background: #ffffff;
    color: #221F0B;
    border-radius: 50px;    
    font-size: 12px;
    font-weight: 700;
    margin-left: 10px;
    letter-spacing: -1px;
    position: relative;
    position: absolute;
    right: -80px;
    top: 50%;
    transform: translate(0, -50%);    
}

.re_login::before {
    display: block;
    content: '';
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translate(0, -50%);
    width:0;
    height:0;
    border: 6px solid transparent;
    border-right-color:#ffffff;
}

.sns_wrap a img {
    margin-right: 10px;
}

.sns_wrap .sns_kakao {
    background: #ffe500;
    color: #221F0B;
}

.sns_wrap .sns_naver {
    background: #03C75A;
}

.sns_naver .re_login {
    color: #03C75A;
}

.sns_wrap .sns_google {
    background: #4285F4;
}

.sns_google .re_login {
    color: #4285F4;
}

.btn_wrap .re_login {
    color: #7064FE;
    padding: 5px 10px;
}

.login_line,
.join_line {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.login_line hr,
.join_line hr {
    width: 39%;
    height: 1px;
    background: #cbcbd2;
}

.login_line p,
.join_line p {
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    color: #cbcbd2;
    margin: 50px auto;
    width: 20%;
}

.login_form_item input {
    padding: 0 12px;
    height: 46px;
    line-height: 46px;
    border: 1px solid #efeff2;
    border-radius: 8px;
    font-size: 16px;
    width: 100%;
    color: #0a0a0c;
}

.login_form_item input::placeholder {
    color: #efeff2;
}

.login_form_item+.login_form_item {
    margin-top: 12px;
}

.login_btn_wrap {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
    color: #CBCBD2;
    font-size: 12px;
}

.login_btn_wrap a {
    color: #41414C;
}

.login_top .btn_wrap button {
    margin-top: 52px;
    color: #ffffff;
    width: 100%;
    padding: 16px;
    font-size: 16px;
    border-radius: 5px;
    background-color: #7064FE;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.login_top .btn_wrap button p {
    position: relative;
}

.login_btm {
    margin-top: 20px;
}

.login_btm_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    flex-direction: column;
    flex-wrap: wrap;
}

.login_btm_wrap p {
    font-size: 16px;
    color: #8b8b9b;
}

.login_btm_wrap button {
    color: #ffffff;
    padding: 8px 14px;
    border-radius: 5px;
    height: auto;
    width: auto;
}

@media (max-width : 575px) {
    .sns_wrap a img {
        margin-right: 5px;
    }

    .sns_wrap a {
        font-size: 0.9rem;
    }

    .sns_wrap a:last-child {
        margin-bottom: 0;
    }

    .sns_wrap a p {
        position: relative;
    }

    .re_login {
        padding: 2px 5px;
        font-size: 0.7rem;
        right: -65px;
    }
    .btn_wrap .re_login {
        right: -80px;
    }
}

/* 로그인 페이지 끝 */

/* 회원가입 페이지 시작 */

.join .join_logo {
    width: 72px;
    margin: 0 auto;
    padding: 23px 0;
    position: absolute;
    left: 64px;
    top: 64px;
    padding: 0;
}

.join_inner {
    padding: 64px 16px 52px;
}


.join_wrap {
    border-top: 1px solid #f3f3f5;
}

.join_inner {
    padding: 32px 16px;
    max-width: 390px;
    width: 100%;
    margin: 0 auto;
}

.join_inner .sns_wrap > p {
    color: #000000;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin: 30px 0 20px;
}

.join_inner .join_cnt > p {
    color: #000000;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 20px;
}

.join_inner>.tit {
    font-size: 20px;
    font-weight: 700;
    color: #0a0a0c;
    text-align: center;
}

.join_wrap .btn_wrap {
    margin: 52px 0 100px 0;
}

/* 회원기입 페이지 끝 */

/* 이메일/비밀번호 찾기 시작 */

.myInfo_wrap {
    padding: 64px 16px 52px;
    max-width: 390px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.myInfo_wrap .tit {
    font-size: 28px;
    font-weight: 400;
    color: #0a0a0c;
}

.myInfo_wrap .txt {
    margin-top: 32px;
    font-size: 16px;
    color: #41414c;
    text-align: center;
}

.myInfo_wrap > p {
    font-size: 16px;
    font-weight: 300;
    color: #8b8b9b;
    margin: 20px 0;
}

.myInfo_wrap .result {
    margin-top: 24px;
    font-size: 20px;
    font-weight: 700;
    color: #7064fe;
}

.myInfo_wrap .txt_red {
    color: #F65858;
}

.myInfo_wrap .btn_wrap {
    margin-top: 52px;
    width: 100%;
}

.myInfo_wrap .btn_wrap .btn+.btn {
    margin-top: 12px;
}

.myInfo_wrap .reset_pw_ipt {
    margin-top: 32px;
    width: 100%;
}

.myInfo_wrap .find_reset,
.myInfo_wrap .find_match,
.myInfo_wrap .find_error {
    width: 100%;
}

.myInfo_wrap .find_reset button,
.myInfo_wrap .find_match button,
.myInfo_wrap .find_error button {
    margin-top: 12px;
}

/* 이메일/비밀번호 찾기 끝 */