
.user-wrap {
    width: 500px; max-width: 100%; margin: 0 auto; padding: 70px 0 70px;
    .sso-tit {
        position: relative; font-size: 1.6rem; font-weight: 600; text-align: center; margin-bottom: 15px;
        span {
            display: inline-block; padding: 0 20px; background: #fff; position: relative; z-index: 1; color: #727a83;
        }
        &:after {
            content: ''; width: 100%; height: 1px; position: absolute; bottom: 50%; transform: translateY(-50%); left: 0; border-bottom: 1px dashed #aaa;
        }

    }
    .form-group {
        padding-top: 0 !important;
    }
    .portal-sso-login {
        margin:20px 0 50px;
        .btn-wrap {
            margin-top: 0;
            .a-btn {
                margin-top: 0 !important; display: flex; align-items: center; justify-content: center; gap: 10px;
                img {
                    width: 27px; height: 27px;
                }
            }
        }
    }
    .btn-wrap:not(.foot-btn) {
        .a-btn,
        button {
            padding: 13px 18px; font-size: 1.5rem; margin-top: 10px; font-weight: 600;
        }
    }
    .logo-area {
        text-align: center; padding-bottom: 30px;
        img {
            width: 240px; height: auto;
        }
    }
    .find-account {
        padding-top: 10px; text-align: right;
        a {
            font-size: 1.5rem; color: #666; 
            &:hover {
                text-decoration: underline;
            }
        }
    }
    // 아이디,비밀번호 찾기 및 비회원 예약조회 도입부
    .title {
        font-size: 3.2rem; font-weight: 700; text-align: center; padding-bottom: 20px;
    }
    .result {
        margin-top: 15px;
        .txt-box {
            background: #F4F4F4; padding: 15px; font-size: 1.6rem; font-weight: 600; border-radius: 5px; text-align: center;
            &.result {
                padding: 50px 15px;
            }
            span {
                color: var(--theme);
                &.red {
                    color: #e11616;
                }
            }
        }
    }
    .input-wrap {
        .input-text {
            margin-bottom: 5px;
        }
    }

    /* 아이디,비밀번호 찾기 */
    .find-tab-area {
        display: flex; align-items: center; justify-content: center; max-width: 100%; margin-top: 20px;
        .item {
            flex: 1; display: block; text-align: center; padding: 0 0 20px; border-bottom: 1px solid #aaa; font-weight: 500; color: #777; font-size: 1.6rem;
            &:hover {
                color: #333;
            }
            &.active {
                color: var(--dark); border-bottom: 2px solid var(--dark); font-weight: 700;
            }
        }
    }
    .find-notice {
        padding: 13px 0; text-align: center; background: #edeff1; border-radius: 5px; margin-top: 20px;
        .txt {
            font-size: 1.5rem; color: #212e55;
        }
    }
    .btn-back {
        padding-top: 20px; text-align: center;
        a {
            font-size: 1.5rem; color: #666; text-decoration: underline;
        }
    }
}

.guest-account {
    border-top: 1px dashed #c5c5c5; margin-top: 20px; padding-top: 20px;
    p {
        text-align: center; color: #666;
    }
}



@media (max-width: 1200px) {
    .user-wrap {
        .logo-area {
            padding-bottom: 20px;
            img {
                width: 200px;
            }
        }
    }
}


@media (max-width: 680px) {
    .user-wrap {
        .portal-sso-login {
            margin: 30px 0 40px;
        }
        .sso-tit {
            font-size: 1.4rem; margin-bottom: 10px;
            span {
                padding: 0 15px;
            }
        }
        .title {
            font-size: 2.5rem; padding-bottom: 15px;
        }
        .result {
            .txt-box {
                font-size: 1.5rem;
            }
        }
        .find-tab-area {
            .item {
                font-size: 1.5rem; padding: 0 0 10px;
            }
        }
        .find-notice {
            margin-top: 15px; padding: 10px; word-break: keep-all; line-height: 1.2;
            .txt {
                font-size: 1.4rem;
            }
        }
    }
}


@media (max-width: 500px) {
    .user-wrap {
        width: 100%; padding: 60px 0 60px;
        .logo-area {
            padding-bottom: 0;
            img {
                width: 150px;
            }
        }
    }
}
