@charset "UTF-8";

/* 아이디찾기 실패 */
.main-wrap {
    position: relative;
    background-image: url(../../images/common/login_page.webp);
    min-height: 100vh;
    padding-top: calc(var(--header-section-height) + 40px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.text-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgba(165, 167, 229, 0.5);
}

.text-box>img {
    width: 450px;
}

.btn-box {
    position: absolute;
    left: 50%;
    top: 87%;
    transform: translate(-50%, -50%);
    width: 370px;
    display: flex;
    justify-content: space-between;
}
.btn-box>button>a {
    display: block;
}
.btn-box>button>a>img {
    width: 100%;
}
.btn-box>button:nth-child(1) {
    margin-right: 10px;
}

/* 아이디찾기 성공 */
.variable-value {
    position: absolute;
    left: 50%;
    top: 60.5%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.variable-value>p:nth-child(1) {
    font-size: 18px;
    font-weight: 600;
}

.variable-value>p:nth-child(2) {
    padding-top: 10px;
    color: #E6057F;
    font-weight: bold;
    font-size: 22px;
}

/* 비밀번호 찾기 */
.phone-btn-box {
    position: absolute;
    left: 50%;
    top: 70%;
    transform: translate(-50%, -50%);
    width: 370px;
    display: flex;
    justify-content: space-between;
}
.phone-btn-box>button>a {
    display: block;
}
.phone-btn-box form button a img {
    width: 100%;
}

.join-membership-reset-password {
    position: absolute;
    left: 50%;
    top: 83%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
}

.join-membership-reset-password li:nth-child(1) {
    width: 71px;
    height: 30px;
    margin-right: 30px;
}

.join-membership-reset-password li:nth-child(2) {
    width: 100px;
    height: 30px;
    margin-left: 10px;
}

.join-membership-reset-password li:nth-child(1)>a,
.join-membership-reset-password li:nth-child(2)>a {
    display: block;
    width: 100px;
    height: 30px;
}

/* 아이디 찾기 */

/* 비밀번호 재설정 */
.pw-resetting-input {
    position: absolute;
    left: 50%;
    top: 57.3%;
    transform: translate(-50%, -50%);
}
.my-id {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.my-id>p:nth-child(1) {
    color: #888;
    font-size: 18px;
    font-weight: 500;
    margin-right: 15px;
}

.my-id>p:nth-child(2) {
    font-size: 17px;
    color: #888;
    font-weight: bold;
}

.pw-resetting-input>div:nth-child(2)>input {
    border: 1px solid #ccc;
    border-radius: 7px;
    width: 366px;
    height: 55px;
    padding: 0 15px;
    background-color: transparent;
}
.pw-resetting-input>div:nth-child(2)>p {
    margin-top: 6px;
}

.pw-resetting-input>div:nth-child(3)>input {
    border: 1px solid #ccc;
    border-radius: 7px;
    width: 366px;
    height: 55px;
    background-color: transparent;
    margin-top: 16px;
    padding: 0 15px;
}
.pw-resetting-input>div:nth-child(3)>p {
    margin-top: 6px;
}
.pw-resetting-input>div>p {
    color: #999999;
    font-size: 14px;
}

/* 반응형 */
@media (max-width: 632px) {
    .main-wrap {
        background-color: #fff;
        background-image: none;
    }

    .text-box {
        box-shadow: none;
    }
}

@media (max-width: 510px) {
    .text-box {
        width: 90%;
        box-sizing: border-box;
    }

    .btn-box {
        width: 74.5vw;
        box-sizing: border-box;
    }

    .text-box>img {
        width: 100%;
        box-sizing: border-box;
    }

    .btn-box>button:nth-child(1) {
        margin-right: 10px;
    }
    .variable-value {
        top: 59.5%;
    }

    .variable-value>p:nth-child(1) {
        font-size: 15px;
    }

    .variable-value>p:nth-child(2) {
        padding-top: 0;
        color: #E6057F;
        font-weight: bold;
        font-size: 17px;
    }
    .phone-btn-box {
        width: 74.5vw;
    }
    .pw-resetting-input {
        width: 74.5vw;
        box-sizing: border-box;
    }
    .pw-resetting-input {
        position: absolute;
        left: 50%;
        top: 61%;
        transform: translate(-50%, -50%);
    }
    .pw-resetting-input>div:nth-child(2)>input {
        width: 100%;
        height: 45px;
        box-sizing: border-box;
        padding: 0 4vw;
        font-size: 15px;
    }
    .pw-resetting-input>div:nth-child(3)>input {
        width: 100%;
        box-sizing: border-box;
        height: 45px;
        margin-top: 2.9vw;
        padding: 0 4vw;
        font-size: 15px;
    }
    .pw-resetting-btn-box {
        margin-top: 70px;
    }
    .my-id {
        flex-direction: column;
    }
    .my-id>p:nth-child(1) {
        margin:33px 0 1vw 0;
    }

}
