html *,
body {
    font-family: "NEXON Lv2 Gothic", "-apple-system", "sans-serif";
}

.full-height-section {
    min-height: 100vh;
    background-color: #272929;
    display: flex;
    align-items: center;
}

.login-box {
    max-width: 820px;
    margin: auto;
    min-height: 540px;
    border: none;
    display: flex;
    padding: 0;
    overflow: hidden;
    border-radius: 24px;
}

.is-mobile .login-box {
    max-width: 320px;
    min-height: auto;
    border-radius: 8px;
    border: none;
    margin: auto;

}

.login-box-inner {
    width: 50%;
    padding: 64px;
}

.is-mobile .login-box-inner {
    width: 100%;
    padding: 40px;
    justify-content: center;

}

.login-box-color {
    background-color: #fde567;
    display: flex;
    align-items: center;
}

.login-box-color.login-box-color-error {
    background-color: #f66f6f;
}

.login-box-white {
}

.icon-container {
    background: white;
    padding: 32px;
    border-radius: 50%;
    height: 148px;
    width: 148px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.is-mobile .icon-container {
    padding: 20px;
    height: 96px;
    width: 96px;
}

.login-box-content {
    width: 100%;
    margin-top: 48px;
}

.is-mobile .login-box-content {
    margin-top: 40px;
    margin-bottom: 40px;
}

.login-box-title {
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.07em;
}

.is-mobile .login-box-title {
    font-size: 21px;
    word-break: keep-all;

}

.separator {
    width: 92px;
    height: 4px;
    background: #565656;
    margin-top: 13px;
    margin-bottom: 20px;
}

.is-mobile .separator {
    height: 3px;
    margin-top: 8px;
}

.separator.is-white {
    background-color: white;
}

.login-box-paragraph {
    font-size: 16px;
    letter-spacing: -0.05em;
    color: #565656;
    word-break: keep-all;
    line-height: 1.4;
    font-weight: 400;
}

.is-mobile .login-box-paragraph {
    font-size: 15px;
    word-break: break-all;
    text-align: justify;
}

.login-box-paragraph:not(:last-child) {
    margin-bottom: 16px;
}

.logo-img {
    width: 182px;
    display: block;
    margin: auto;
}

.is-mobile .logo-img {
    width: 152px;
}

.logo-container {
    margin-bottom: 24px;
}

.google-logo-container {
}

.google-logo-img {
    width: 232px;
    display: block;
    margin: auto;
}

.btn-container {
    margin-top: 24px;
}

.button.is-large.login-page-btn {
    letter-spacing: -0.05em;
    font-size: 16px;
    font-weight: 700;
    min-height: 48px;
}

.btn-container .login-page-btn:not(:last-child) {
    margin-bottom: 8px;
}

.offline-page-section {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.offline-page-section-inner {
    padding: 32px;
    max-width: 428px;
}

.offline-img-container {
    text-align: center;
    margin-bottom: 16px;
}

.offline-img {
    max-width: 144px;
}

.offline-page-title {
    font-size: 18px;
    font-weight: 700;
    color: #505354;
    line-height: 1.2;
    margin-bottom: 6px;
    letter-spacing: -0.04rem;
    text-align: center;
}

.offline-page-description {
    font-size: 16px;
    font-weight: 500;
    color: #a89a99;
    line-height: 1.4;
    letter-spacing: -0.04rem;
    text-align: center;
    margin-bottom: 24px;
}

.back-online-action-row {
    text-align: center;
}

/* 작은 기기에 대응 */
@media (max-width: 640px) {
    .offline-img {
        max-width: 100% !important;
    }
}
