.containerWrap .container .contentsWrap[data-ui="sub"] {
    padding: 0 !important;
    min-height: 100vh;
    background: #0b1220 !important;
}

.rev-login-shell {
    min-height: 100vh;
    background: #0b1220;
}

.rev-top-mini {
    height: 36px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(15, 23, 42, 0.9);
    color: #cbd5e1;
    font-size: 12px;
}

.rev-top-mini__inner,
.rev-top-nav__inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 16px;
}

.rev-top-mini__inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rev-top-mini__left,
.rev-top-mini__right {
    display: inline-flex;
    align-items: center;
    gap: 14px;
}

.rev-top-mini a {
    color: #e2e8f0;
}

.rev-top-nav {
    height: 64px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(15, 23, 42, 0.72);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.rev-top-nav__inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rev-logo {
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.rev-nav-links {
    display: inline-flex;
    align-items: center;
    gap: 20px;
}

.rev-nav-links a {
    color: #dbe5f3;
    font-size: 14px;
    font-weight: 600;
}

.rev-login {
    position: relative;
    min-height: calc(100vh - 100px);
    padding: 34px 16px;
    overflow: hidden;
    border-radius: 22px;
    font-family: 'Noto Sans KR', sans-serif;
}

.rev-login__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: url('https://cdn.projectrev.store/board/free/2026/02/a674d3282b0f0268a3c7c04f42bdea31_5M8T3ytz_ee496bd8496db9aa5bd3cf6f9bc486fb3b4dffb2.png');
    background-size: cover;
    background-position: center;
    filter: blur(2px);
    transform: scale(1.06);
}

.rev-login::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(110deg, rgba(0, 0, 0, 0.72) 0%, rgba(17, 24, 39, 0.48) 48%, rgba(67, 56, 202, 0.3) 100%);
}

.rev-login__inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr minmax(360px, 440px);
    gap: 44px;
    align-items: center;
}

.rev-login__hero {
    color: #fff;
}

.rev-login__hero h1 {
    margin: 0;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 64px;
    line-height: .92;
    letter-spacing: -.02em;
    text-transform: uppercase;
    text-shadow: 0 8px 18px rgba(0, 0, 0, 0.45);
}

.rev-login__hero h1 span {
    background: linear-gradient(90deg, #ddd6fe 0%, #a78bfa 45%, #6366f1 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.rev-login__hero p {
    max-width: 540px;
    margin: 28px 0 0;
    color: rgba(226, 232, 240, 0.95);
    font-size: 15px;
    line-height: 1.75;
}

.rev-login__panel {
    padding: 30px 28px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.52);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 24px 38px rgba(17, 24, 39, 0.3);
}

.rev-login__head {
    text-align: center;
    margin-bottom: 18px;
}

.rev-login__head h2 {
    margin: 0;
    color: #111827;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.rev-login__head p {
    margin: 8px 0 0;
    color: #475569;
    font-size: 13px;
}

.rev-login__form label {
    display: block;
    margin: 12px 0 6px;
    color: #334155;
    font-size: 13px;
    font-weight: 700;
}

.rev-login__form input[type='text'],
.rev-login__form input[type='password'] {
    width: 100%;
    height: 48px;
    padding: 0 14px;
    border: 1px solid rgba(148, 163, 184, 0.38);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.72);
    color: #0f172a;
    font-size: 14px;
    box-sizing: border-box;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.rev-login__form input[type='text']:focus,
.rev-login__form input[type='password']:focus {
    border-color: #8b5cf6;
    box-shadow: 0 0 0 4px rgba(139, 92, 246, 0.18);
    outline: 0;
}

.rev-login__row {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.rev-login__auto {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #475569;
    font-size: 13px;
}

.rev-login__auto input {
    width: 15px;
    height: 15px;
    appearance: auto;
    -webkit-appearance: checkbox;
}

.rev-login__row a {
    color: #7c3aed;
    font-size: 13px;
    font-weight: 700;
}

.rev-login__submit {
    margin-top: 14px;
    width: 100%;
    height: 50px;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(120deg, #8b5cf6 0%, #7c3aed 100%);
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 14px 22px rgba(124, 58, 237, 0.35);
}

.rev-login__divider {
    position: relative;
    margin: 20px 0 14px;
    text-align: center;
}

.rev-login__divider::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    border-top: 1px solid rgba(100, 116, 139, 0.26);
}

.rev-login__divider span {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    background: rgba(255, 255, 255, 0.7);
    color: #64748b;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.rev-login #sns_login.snsLoginWrp {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.rev-login #sns_login.snsLoginWrp > h3 {
    display: none;
}

.rev-login #sns_login .sns-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin: 0;
}

.rev-login #sns_login .sns-icon {
    width: 48px !important;
    min-width: 48px;
    height: 48px !important;
    min-height: 48px !important;
    padding: 0 !important;
    float: none !important;
    border-radius: 999px !important;
    border: 1px solid rgba(148, 163, 184, 0.34);
    background: #fff;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 12px rgba(15, 23, 42, 0.1);
}

.rev-login #sns_login .sns-icon:nth-child(odd) {
    margin-right: 0 !important;
}

.rev-login #sns_login .sns-brand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.rev-login #sns_login .sns-logo {
    width: 24px;
    height: 24px;
    border: 0;
    background: transparent;
}

.rev-login #sns_login .sns-logo img {
    width: 24px;
    height: 24px;
}

.rev-login #sns_login .txt,
.rev-login #sns_login .sns-arrow,
.rev-login #sns_login .ico {
    display: none !important;
}

.rev-login__signup {
    margin: 18px 0 2px;
    text-align: center;
    color: #475569;
    font-size: 13px;
}

.rev-login__signup a {
    color: #7c3aed;
    font-weight: 800;
}

@media (max-width: 1024px) {
    .rev-login__inner {
        grid-template-columns: 1fr;
        max-width: 480px;
        gap: 18px;
    }

    .rev-login__hero {
        display: none;
    }
}

@media (max-width: 560px) {
    .rev-top-mini {
        display: none;
    }

    .rev-top-nav {
        height: 58px;
    }

    .rev-nav-links {
        display: none;
    }

    .rev-login {
        border-radius: 0;
        padding: 14px 10px;
        min-height: calc(100vh - 58px);
    }

    .rev-login__panel {
        padding: 22px 16px;
        border-radius: 16px;
    }

    .rev-login__head h2 {
        font-size: 24px;
    }
}
