.c43769-login-page,
.c43769-login-page button,
.c43769-login-page input {
    font-family: "Noto Sans KR", "Noto Sans", "Malgun Gothic", Arial, sans-serif;
}

.c43769-login-hero { background: linear-gradient(125deg, #f2f7e8 0%, #f8fbf1 68%, #edf5df 100%); }
.c43769-login-hero::after { border-color: rgba(134, 189, 25, .16); }
.c43769-login-hero p { color: #5f9308; }
.c43769-login-hero h1 { color: #365b05; }

.c43769-login-page .c43769-mega-menu { width: 100%; }
.c43769-login-wrap { max-width: 1180px; }
.c43769-login-card {
    width: min(100%, 720px);
    margin: 34px auto 0;
    padding: 48px;
    border: 1px solid #e1e5e8;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(32, 52, 63, .08);
    box-sizing: border-box;
}

.c43769-login-form { width: min(100%, 500px); margin: 0 auto; }
.c43769-login-fields { display: grid; gap: 16px; }
.c43769-login-fields label { display: grid; gap: 8px; min-width: 0; }
.c43769-login-fields label > span,
.c43769-recovery-phone legend {
    color: #43515a;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
}
.c43769-login-fields input {
    width: 100%;
    height: 52px;
    padding: 0 16px;
    border: 1px solid #ccd4d9;
    border-radius: 10px;
    background: #fff;
    color: #18252d;
    font-size: 16px;
    box-sizing: border-box;
}
.c43769-login-fields input:focus { outline: 3px solid rgba(134, 189, 25, .24); border-color: #5f9308; }
.c43769-login-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 24px; }
.c43769-login-actions button {
    min-height: 52px;
    padding: 0 18px;
    border-radius: 10px;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
    cursor: pointer;
}
.c43769-login-primary { border: 1px solid #5f9308; background: #5f9308; color: #fff; }
.c43769-login-primary:hover,
.c43769-login-primary:focus-visible { background: #4b7805; }
.c43769-login-secondary { border: 1px solid #9ca9b0; background: #fff; color: #26373f; }
.c43769-login-secondary:hover,
.c43769-login-secondary:focus-visible { border-color: #5f9308; color: #5f9308; }
.c43769-login-account-notice {
    display: grid;
    gap: 4px;
    margin: 24px 0 0;
    color: #e01818;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
}
.c43769-login-account-notice span { display: block; }

.c43769-recovery-panel {
    width: min(100%, 560px);
    margin: 38px auto 0;
    padding-top: 34px;
    border-top: 1px solid #dce2e5;
}
.c43769-recovery-panel[hidden] { display: none; }
.c43769-recovery-panel h2 { margin: 0 0 20px; color: #18252d; font-size: 28px; line-height: 1.35; text-align: center; }
.c43769-recovery-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 20px; }
.c43769-recovery-tabs label { position: relative; cursor: pointer; }
.c43769-recovery-tabs input { position: absolute; opacity: 0; }
.c43769-recovery-tabs span {
    display: flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    border: 1px solid #d5dce0;
    border-radius: 10px;
    background: #f8fafb;
    color: #33454e;
    font-size: 15px;
    font-weight: 600;
}
.c43769-recovery-tabs input:checked + span { border-color: #86bd19; background: #f2f7e8; color: #4b7805; }
.c43769-recovery-tabs input:focus-visible + span { outline: 3px solid rgba(134, 189, 25, .24); }
.c43769-recovery-id-row[hidden] { display: none; }
.c43769-recovery-email-row[hidden] { display: none; }
.c43769-recovery-phone[hidden] { display: none; }
.c43769-recovery-phone { margin: 0; padding: 0; border: 0; }
.c43769-recovery-phone legend { margin-bottom: 8px; }
.c43769-recovery-phone > div { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 8px; align-items: center; }
.c43769-recovery-phone > div > span { color: #78868d; text-align: center; }
.c43769-recovery-frame { display: block; width: 100%; min-height: 0; margin-top: 20px; border: 0; }
.c43769-recovery-frame.has-result { min-height: 260px; border: 1px solid #e1e5e8; border-radius: 10px; }
.c43769-pw-result {
    display: grid;
    gap: 14px;
    margin-top: 22px;
    padding: 20px;
    border: 1px solid #d9e8ba;
    border-radius: 12px;
    background: #f7faef;
    text-align: center;
}
.c43769-pw-result[hidden] { display: none; }
.c43769-pw-result p { margin: 0; color: #26373f; font-size: 16px; line-height: 1.7; font-weight: 600; }
.c43769-pw-result button { width: min(100%, 260px); min-height: 48px; margin: 0 auto; }
.c43769-pw-result button:disabled { border-color: #aeb9be; background: #d8dfe2; color: #6f7d84; cursor: not-allowed; }
.c43769-code-panel,
.c43769-reset-panel { display: grid; gap: 12px; padding-top: 18px; border-top: 1px solid #d5e3df; }
.c43769-code-panel[hidden],
.c43769-reset-panel[hidden] { display: none; }
.c43769-code-panel label,
.c43769-reset-panel label { display: grid; gap: 8px; text-align: left; }
.c43769-code-panel label > span,
.c43769-reset-panel label > span { color: #43515a; font-size: 15px; line-height: 1.5; font-weight: 600; }
.c43769-code-panel input,
.c43769-reset-panel input {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    border: 1px solid #ccd4d9;
    border-radius: 10px;
    background: #fff;
    color: #18252d;
    font-size: 16px;
    box-sizing: border-box;
}
.c43769-code-panel input { letter-spacing: .18em; text-align: center; }
.c43769-code-panel input:focus,
.c43769-reset-panel input:focus { outline: 3px solid rgba(134, 189, 25, .24); border-color: #5f9308; }
.c43769-code-timer { color: #b2432f !important; font-size: 14px !important; }
.c43769-reset-panel > p { font-size: 14px; font-weight: 500; }

@media (max-width: 600px) {
    .c43769-login-card { margin-top: 24px; padding: 28px 18px; border-radius: 16px; }
    .c43769-login-fields label > span,
    .c43769-recovery-phone legend,
    .c43769-login-fields input,
    .c43769-login-actions button,
    .c43769-recovery-tabs span { font-size: 15px; }
    .c43769-login-actions { grid-template-columns: 1fr; }
    .c43769-login-account-notice { font-size: 14px; }
    .c43769-recovery-panel h2 { font-size: 24px; }
    .c43769-recovery-phone > div { gap: 5px; }
    .c43769-recovery-phone input { padding: 0 8px; text-align: center; }
}
