.auth-shell { position:relative; overflow:hidden; background:#001C4D; }
.auth-shell::before { content:''; position:absolute; left:0; right:0; top:0; height:292px; background:var(--navy); }
.auth-shell .mobile-main { position:relative; z-index:1; padding:0 16px 34px; }
.auth-logo { display:grid; justify-items:center; gap:12px; padding:42px 18px 82px; color:var(--white); text-align:center; }
.brand-auth-logo { padding-bottom:96px; }
.auth-shell:has(.brand-auth-logo)::before { height:342px; }
.compact-auth-logo { padding-top:34px; padding-bottom:76px; }
.auth-logo img { width:98px; height:98px; border-radius:18px; object-fit:cover; box-shadow:0 14px 28px rgba(0,28,77,.18); }
.auth-logo h1 { margin:0; font-size:34px; }
.auth-logo h1 em { color:var(--orange); font-style:normal; }
.auth-logo p { margin:0; color:#FFFFFF; line-height:1.5; font-size:18px; }
.auth-card { margin-top:-56px; padding:20px; border:1px solid #FFFFFF; border-radius:var(--radius); background:var(--white); box-shadow:0 14px 34px rgba(0,28,77,.14); }
.auth-card h2 { margin:0 0 10px; color:var(--navy); font-size:26px; }
.auth-card p { margin:0 0 14px; color:var(--gray); line-height:1.5; font-size:17px; }
.pin-row { display:grid; grid-template-columns:repeat(6,1fr); gap:7px; }
.pin-row input { width:100%; height:56px; border:1px solid var(--line); border-radius:var(--radius); text-align:center; font-size:22px; font-weight:900; }
.password-pin-row { margin-bottom:14px; }
.auth-links { display:flex; align-items:center; justify-content:center; gap:12px; margin-top:16px; color:var(--navy); font-size:16px; font-weight:800; }
.done-icon { display:flex; align-items:center; justify-content:center; width:70px; height:70px; margin:0 auto 14px; border-radius:50%; background:#FFFFFF; color:var(--green); font-size:36px; font-weight:900; }
.message-preview { padding:12px; border-radius:var(--radius); background:#FFFFFF; color:#001C4D; font-size:13px; line-height:1.55; }
.login-auth-shell { display:flex; flex-direction:column; min-height:100vh; min-height:100svh; background:#001C4D; }
.login-auth-shell::before { display:none; }
.login-auth-shell .mobile-main { display:flex; flex:1; align-items:center; max-width:430px; padding:40px 24px; }
.page-signup-root,.page-signup { min-height:100%; background:#001C4D; }
.login-auth-shell.signup-auth-shell { background:#001C4D; }
.login-auth-shell.signup-auth-shell .mobile-main { box-sizing:border-box; flex:1; align-items:stretch; width:100%; max-width:648px; padding:30px 16px 0; background:#001C4D; }
.login-page { display:flex; flex-direction:column; width:100%; padding:0; background:#FFFFFF; }
.auth-flow-page { --auth-line:#D8DEE8; --auth-soft:#F4F6F8; --auth-soft-blue:#EEF2F7; --auth-muted:#6F7888; --auth-yellow-soft:#FFF8D6; }
.login-page.signup-page { min-height:100%; background:transparent; }
.login-intro { display:grid; justify-items:center; gap:0; text-align:center; }
.signup-page .login-intro { flex:0 0 auto; }
.login-intro img { width:116px; height:116px; object-fit:contain; }
.login-intro h1 { margin:-8px 0 0; color:var(--navy); font-size:27px; font-weight:900; line-height:1.25; letter-spacing:-.02em; }
.login-intro h1 em { color:var(--orange); font-style:normal; }
.signup-page .login-intro img { width:116px; height:116px; padding:8px; border-radius:24px; background:#001C4D; }
.signup-page .login-intro h1 { display:inline-flex; align-items:center; margin:-4px 0 0; color:var(--navy); font-size:30px; font-weight:900; line-height:1.2; letter-spacing:-.04em; }
.signup-page .login-intro h1 span { color:#FFFFFF; }
.signup-page .login-intro h1 em { color:#FEE005; background:none; -webkit-text-fill-color:#FEE005; text-shadow:none; filter:none; }
.login-intro p { margin:12px 0 0; color:var(--navy); font-size:20px; font-weight:900; line-height:1.48; letter-spacing:-.02em; }
.login-form { display:grid; gap:0; margin-top:clamp(38px,7vh,64px); }
.login-field { display:grid; gap:9px; color:var(--navy); font-size:15px; font-weight:900; }
.login-field input { width:100%; min-height:56px; padding:0 16px; border:1px solid var(--auth-line); border-radius:var(--radius); outline:0; background:#F8F9FB; color:#001C4D; font-size:19px; }
.login-field input:focus,.login-password-field input:focus { border-color:var(--navy); box-shadow:0 0 0 3px rgba(0,28,77,.1); }
.login-field input::placeholder { color:#8A93A2; font-weight:400; }
.login-password-field { min-width:0; margin:22px 0 0; padding:0; border:0; }
.login-password-field legend { margin-bottom:9px; padding:0; color:var(--navy); font-size:15px; font-weight:900; }
.login-password-field .password-pin-row { margin:0; }
.login-password-field input { min-width:0; height:56px; border-color:var(--auth-line); outline:0; background:#F8F9FB; color:var(--navy); }
.login-password-field .is-masked-pin { color:var(--navy); font-family:Arial,sans-serif; }
.login-button { min-height:58px; margin-top:26px; background:var(--navy); }
.login-links { justify-content:space-between; gap:20px; width:100%; margin-top:12px; font-size:18px; }
.login-links a { display:inline-flex; align-items:center; min-height:44px; }
.auth-flow-form { margin-top:38px; }
.auth-flow-form .auth-code-field { margin-top:0; }
.auth-flow-form .auth-confirm-field { margin-top:22px; }
.auth-flow-form .message-preview { margin-top:18px; padding:14px 16px; border:1px solid var(--auth-line); background:var(--auth-soft); color:#394457; font-size:13px; font-weight:600; line-height:1.65; }
.auth-return-links { justify-content:center; margin-top:12px; font-size:17px; }
.auth-return-links a { display:inline-flex; align-items:center; min-height:44px; }
.auth-complete { justify-items:center; text-align:center; }
.auth-complete h2 { margin:0; color:var(--navy); font-size:23px; }
.auth-complete .tag-row { justify-content:center; margin-top:18px; }
.auth-complete .login-button { margin-top:26px; }
.auth-flow-guide { margin:0 0 22px; padding:14px 16px; border:1px solid var(--auth-line); border-radius:14px; background:var(--auth-soft); color:#4F5969; font-size:14px; font-weight:600; line-height:1.55; text-align:center; }
.signup-progress { display:flex; box-sizing:border-box; flex:0 0 auto; align-items:center; justify-content:center; gap:clamp(4px,1.7vw,10px); width:100%; max-width:600px; margin:24px auto 0; padding:0 8px; color:#001C4D; font-size:clamp(12px,3.2vw,16px); font-weight:800; white-space:nowrap; }
.signup-progress span { color:rgba(255,255,255,.72); }
.signup-progress span.is-complete { color:#FFFFFF; }
.signup-progress span.is-current { color:#FEE005; font-weight:900; }
.signup-progress i { color:#FFFFFF; font-style:normal; opacity:.78; }
.login-auth-shell.signup-auth-shell .mobile-main { max-width:648px; }
.signup-content-area { display:flex; box-sizing:border-box; flex:1 0 auto; align-items:center; justify-content:center; width:100%; max-width:600px; min-height:500px; margin:30px auto 0; padding:36px 28px; border-radius:30px; background:#FFFFFF; }
.signup-content-inner { width:100%; max-width:430px; margin-top:0; }
.signup-card-heading { display:grid; gap:7px; margin-bottom:24px; text-align:center; }
.signup-card-heading h2 { margin:0; color:var(--navy); font-size:22px; font-weight:900; line-height:1.35; letter-spacing:-.03em; }
.signup-card-heading p { margin:0; color:var(--auth-muted); font-size:14px; font-weight:600; line-height:1.55; }
.signup-method-content-area { min-height:500px; }
.signup-method-form { max-width:480px; }
.signup-method-list { display:grid; gap:14px; }
.signup-method-card { position:relative; display:grid; gap:8px; padding:20px; border:1px solid var(--auth-line); border-radius:20px; background:#FFFFFF; color:var(--navy); transition:border-color .2s ease,transform .2s ease; }
.signup-method-card:hover { transform:translateY(-2px); border-color:#001C4D; }
.signup-method-card.is-kakao { border-color:#E3C900; background:#FFFDF0; }
.signup-method-card > strong { font-size:19px; font-weight:900; line-height:1.35; }
.signup-method-card > p { margin:0; color:#4E5B70; font-size:13px; font-weight:600; line-height:1.55; }
.signup-method-card > em { display:flex; align-items:center; justify-content:center; min-height:46px; margin-top:4px; border-radius:13px; background:#001C4D; color:#FFFFFF; font-size:14px; font-style:normal; font-weight:900; }
.signup-method-card.is-kakao > em { background:#FEE500; color:#191919; }
.signup-method-return { margin-top:16px; }
.signup-method-return a { justify-content:center; width:100%; min-height:52px; border:1px solid var(--auth-line); border-radius:15px; background:#FAFBFC; }
.signup-kakao-progress { display:flex; box-sizing:border-box; flex:0 0 auto; align-items:center; justify-content:center; gap:clamp(3px,1.2vw,8px); width:100%; max-width:600px; margin:24px auto 0; padding:0 4px; color:#FFFFFF; font-size:clamp(11px,2.8vw,14px); font-weight:800; white-space:nowrap; }
.signup-kakao-progress span:first-child { color:#FEE005; }
.signup-kakao-progress i { color:rgba(255,255,255,.7); font-style:normal; }
.signup-kakao-content-area { min-height:520px; }
.signup-kakao-form { max-width:480px; }
.signup-kakao-data-section { margin-top:4px; }
.signup-kakao-data-section h3 { margin:0 0 10px; color:var(--navy); font-size:15px; font-weight:900; }
.signup-kakao-data-list { display:flex; flex-wrap:wrap; gap:8px; padding:16px; border:1px solid var(--auth-line); border-radius:16px; background:#F5F7FA; }
.signup-kakao-data-list span { padding:8px 10px; border-radius:10px; background:#FFFFFF; color:var(--navy); font-size:12px; font-weight:800; }
.signup-kakao-data-section > p { margin:10px 0 0; color:#6B7688; font-size:11px; font-weight:600; line-height:1.55; }
.signup-kakao-button { display:flex; align-items:center; justify-content:center; gap:10px; width:100%; min-height:58px; margin-top:18px; border:0; border-radius:16px; background:#FEE500; color:#191919; font-size:15px; font-weight:900; }
.signup-kakao-button span { display:inline-flex; align-items:center; justify-content:center; width:25px; height:25px; border-radius:50%; background:#191919; color:#FEE500; font-size:13px; font-weight:900; }
.signup-kakao-review-status { display:block; margin-top:9px; color:#747F90; font-size:11px; font-weight:600; line-height:1.5; text-align:center; }
.signup-terms-all { display:grid; grid-template-columns:24px minmax(0,1fr) auto; align-items:center; gap:12px; min-height:66px; padding:0 18px; border:1px solid #C9D1DD; border-radius:18px; background:#FFFFFF; color:var(--navy); font-size:17px; font-weight:900; cursor:pointer; }
.signup-terms-all:has(input:checked) { border-color:#E2BC20; background:var(--auth-yellow-soft); }
.signup-terms-all::after { content:'›'; color:#657083; font-size:30px; font-weight:400; line-height:1; }
.signup-terms-form input[type="checkbox"] { appearance:none; -webkit-appearance:none; flex:0 0 24px; width:24px; height:24px; margin:0; border:2px solid #001C4D; border-radius:5px; background:#FFFFFF center/15px 11px no-repeat; cursor:pointer; }
.signup-terms-form input[type="checkbox"]:checked { border-color:var(--navy); background-color:var(--navy); background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 12'%3E%3Cpath d='M1.5 6.2 5.7 10.4 14.5 1.6' fill='none' stroke='%23fff' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }
.signup-terms-form input[type="checkbox"]:focus-visible { outline:3px solid rgba(0,28,77,.16); outline-offset:2px; }
.signup-terms-list { display:grid; gap:0; margin-top:14px; overflow:hidden; border:1px solid var(--auth-line); border-radius:18px; background:#FFFFFF; }
.signup-term-row { display:grid; grid-template-columns:minmax(0,1fr) auto; align-items:stretch; min-height:66px; border-bottom:1px solid var(--auth-line); background:#FFFFFF; }
.signup-term-row:has(input:checked) { background:#FAFBFC; }
.signup-term-row:last-child { border-bottom:0; }
.signup-term-row label { display:flex; min-width:0; align-items:center; gap:12px; padding:12px 4px 12px 18px; color:var(--navy); cursor:pointer; }
.signup-term-row label > span { display:flex; min-width:0; align-items:center; gap:7px; }
.signup-term-row strong { color:var(--navy); font-size:14px; font-weight:800; line-height:1.45; }
.signup-term-row small { flex:0 0 auto; padding:4px 8px; border-radius:999px; background:#ECEFF3; color:#626C7B; font-size:11px; font-weight:700; line-height:1; }
.signup-term-row small.is-required { background:#FFF3C5; color:#A77800; }
.signup-term-row button { display:inline-flex; align-items:center; justify-content:center; min-width:54px; padding:0 14px 0 8px; border:0; background:transparent; color:#596477; font-size:13px; font-weight:700; white-space:nowrap; }
.signup-terms-form .login-button { position:relative; display:flex; align-items:center; justify-content:center; min-height:58px; margin-top:20px; padding:0 48px; border-radius:16px; text-align:center; }
.signup-terms-form > .login-button::after { content:'›'; position:absolute; right:22px; font-size:31px; font-weight:400; line-height:1; }
.signup-terms-form .auth-return-links { width:100%; margin-top:14px; }
.signup-terms-form .auth-return-links a { justify-content:center; width:100%; min-height:54px; border:1px solid var(--auth-line); border-radius:16px; background:#FAFBFC; }
.signup-identity-form { grid-template-rows:auto minmax(140px,1fr) auto auto auto; min-height:420px; }
.signup-identity-visual { display:flex; flex-direction:column; align-items:center; justify-content:center; margin-bottom:16px; padding:4px 18px 12px; border-radius:22px; background:#FFFFFF; text-align:center; }
.signup-identity-visual img { width:160px; height:160px; object-fit:contain; }
.signup-identity-visual strong { margin-top:8px; color:var(--navy); font-size:18px; font-weight:900; }
.signup-identity-phone { margin-bottom:18px; }
.signup-identity-phone small { color:var(--auth-muted); font-size:12px; font-weight:400; line-height:1.55; }
.signup-action-button { position:relative; display:flex; align-items:center; justify-content:center; min-height:58px; margin-top:0; padding:0 48px; border-radius:16px; background:var(--navy); text-align:center; }
.signup-action-button::after { content:'›'; position:absolute; right:22px; font-size:31px; font-weight:400; line-height:1; }
.signup-identity-form .auth-return-links { width:100%; margin-top:14px; }
.signup-identity-form .auth-return-links a { justify-content:center; width:100%; min-height:54px; border:1px solid var(--auth-line); border-radius:16px; background:#FAFBFC; }
.signup-password-form { display:flex; flex-direction:column; min-height:420px; }
.signup-password-form .signup-card-heading { flex:0 0 auto; }
.signup-password-form .signup-verified-information { flex:0 0 auto; margin-bottom:16px; }
.signup-verified-information { display:grid; gap:9px; margin-bottom:18px; padding:14px 16px; border:1px solid var(--auth-line); border-radius:var(--radius); background:var(--auth-soft-blue); }
.signup-verified-information > strong { color:var(--navy); font-size:14px; font-weight:900; }
.signup-verified-information label { display:grid; grid-template-columns:82px minmax(0,1fr); align-items:center; gap:10px; }
.signup-verified-information label span { color:#001C4D; font-size:12px; font-weight:700; }
.signup-verified-information label input { width:100%; min-width:0; height:38px; padding:0 11px; border:1px solid var(--auth-line); border-radius:10px; background:#FFFFFF; color:var(--navy); font-size:14px; font-weight:800; }
.signup-password-field { display:grid; flex:0 0 auto; gap:9px; margin:0; padding:14px 18px 18px; border:1px solid var(--auth-line); border-radius:18px; background:var(--auth-soft); }
.signup-password-field.auth-confirm-field { margin:14px 0 0; }
.signup-password-field > strong { color:var(--navy); font-size:14px; font-weight:900; line-height:1.35; }
.signup-password-field .pin-row { gap:8px; }
.signup-password-field .pin-row input { height:56px; border:1px solid var(--auth-line); border-radius:12px; background:#FFFFFF; }
.signup-password-actions { display:flex; flex:1; align-items:flex-end; width:100%; min-height:86px; padding-top:28px; }
.signup-password-actions .signup-action-button { flex:0 0 auto; width:100%; margin:0; }
.signup-complete-form { display:flex; flex-direction:column; align-items:center; min-height:420px; text-align:center; }
.signup-complete-message { display:flex; flex:1; flex-direction:column; align-items:center; justify-content:center; width:100%; padding:8px 0 28px; }
.signup-complete-message > img { width:168px; height:168px; object-fit:contain; }
.signup-complete-message h2 { margin:12px 0 0; color:var(--navy); font-size:24px; font-weight:900; line-height:1.35; letter-spacing:-.03em; }
.signup-complete-message > p { margin:10px 0 0; color:#001C4D; font-size:15px; font-weight:700; line-height:1.6; }
.signup-complete-services { display:grid; grid-template-columns:repeat(3,1fr); gap:8px; width:100%; margin-top:24px; }
.signup-complete-services span { display:flex; align-items:center; justify-content:center; min-height:46px; padding:0 8px; border-radius:14px; background:var(--auth-yellow-soft); color:var(--navy); font-size:13px; font-weight:800; }
.signup-complete-services span:nth-child(2) { background:var(--auth-soft); }
.signup-complete-services span:nth-child(3) { background:var(--auth-soft-blue); }
.signup-complete-message small { margin-top:16px; color:var(--auth-muted); font-size:12px; font-weight:600; line-height:1.55; }
.signup-complete-form .signup-action-button { flex:0 0 auto; width:100%; margin-top:auto; }
.auth-access-form { display:flex; flex-direction:column; min-height:500px; }
.login-app-open-banner { position:fixed; top:calc(10px + env(safe-area-inset-top)); left:50%; z-index:120; display:grid; grid-template-columns:42px minmax(0,1fr) auto 28px; align-items:center; gap:10px; box-sizing:border-box; width:calc(100% - 24px); max-width:430px; min-height:66px; padding:9px 9px 9px 11px; transform:translateX(-50%); border:1px solid rgba(255,255,255,.72); border-radius:18px; background:rgba(255,255,255,.9); box-shadow:0 10px 28px rgba(0,28,77,.18); backdrop-filter:blur(16px); -webkit-backdrop-filter:blur(16px); animation:login_app_banner_slide_down .38s ease-out both; }
.login-app-open-banner[hidden] { display:none; }
.login-app-open-banner > img { width:42px; height:42px; border-radius:11px; background:#001C4D; object-fit:contain; }
.login-app-open-banner > span { display:grid; min-width:0; gap:2px; }
.login-app-open-banner > span strong { overflow:hidden; color:#001C4D; font-size:14px; font-weight:900; line-height:1.3; text-overflow:ellipsis; white-space:nowrap; }
.login-app-open-banner > span small { overflow:hidden; color:#657083; font-size:11px; font-weight:600; line-height:1.35; text-overflow:ellipsis; white-space:nowrap; }
.login-app-open-banner > a { display:flex; align-items:center; justify-content:center; min-height:36px; padding:0 12px; border:1px solid rgba(0,28,77,.16); border-radius:11px; background:#001C4D; color:#FFFFFF; font-size:12px; font-weight:900; white-space:nowrap; }
.login-app-open-banner > button { position:relative; width:28px; height:36px; padding:0; border:0; background:transparent; }
.login-app-open-banner > button::before,.login-app-open-banner > button::after { content:''; position:absolute; top:17px; left:7px; width:14px; height:1.5px; background:#7B8493; }
.login-app-open-banner > button::before { transform:rotate(45deg); }
.login-app-open-banner > button::after { transform:rotate(-45deg); }
@keyframes login_app_banner_slide_down { from { transform:translate(-50%,-120%); opacity:0; } to { transform:translate(-50%,0); opacity:1; } }
.auth-access-page .signup-content-area { min-height:0; }
.auth-access-page .auth-access-form { min-height:0; }
.auth-access-field { gap:9px; color:var(--navy); font-size:14px; font-weight:900; }
.auth-access-field input { min-height:56px; border-radius:14px; font-size:17px; }
.auth-access-password { display:grid; gap:9px; margin:18px 0 0; }
.auth-access-password > strong { color:var(--navy); font-size:14px; font-weight:900; line-height:1.35; }
.auth-access-password .pin-row { gap:8px; }
.auth-access-password .pin-row input { height:56px; border:1px solid var(--auth-line); border-radius:12px; }
.auth-access-form .login-portal-options { margin-top:16px; }
.auth-access-form .signup-action-button { width:100%; margin-top:22px; }
.auth-access-links { display:grid; grid-template-columns:repeat(2,1fr); gap:10px; width:100%; margin-top:14px; }
.auth-access-links a { display:flex; align-items:center; justify-content:center; min-height:52px; border:1px solid var(--auth-line); border-radius:14px; background:var(--auth-soft); color:var(--navy); font-size:14px; font-weight:700; }
.password-find-form { display:flex; flex-direction:column; min-height:470px; }
.password-find-visual { display:flex; flex:1; align-items:center; justify-content:center; min-height:180px; margin-bottom:22px; padding:10px; border-radius:22px; background:#FFFFFF; }
.password-find-visual img { width:180px; height:180px; object-fit:contain; }
.password-find-form .signup-action-button { width:100%; margin-top:24px; }
.password-find-return { width:100%; margin-top:14px; }
.password-find-return a { justify-content:center; width:100%; min-height:54px; border:1px solid var(--auth-line); border-radius:16px; background:#FAFBFC; }
.not-found-form { display:flex; flex-direction:column; align-items:center; min-height:460px; text-align:center; }
.not-found-message { display:flex; flex:1; flex-direction:column; align-items:center; justify-content:center; width:100%; padding:10px 0 30px; }
.not-found-message img { width:180px; height:160px; object-fit:contain; }
.not-found-message strong { margin-top:10px; color:var(--navy); font-size:24px; font-weight:900; line-height:1.35; letter-spacing:-.03em; }
.not-found-message p { margin:12px 0 0; color:#001C4D; font-size:14px; font-weight:600; line-height:1.65; }
.not-found-actions { display:grid; flex:0 0 auto; gap:12px; width:100%; }
.not-found-actions .signup-action-button { width:100%; margin:0; }
.not-found-actions > a:last-child { display:flex; align-items:center; justify-content:center; width:100%; min-height:54px; border:1px solid var(--auth-line); border-radius:16px; background:var(--auth-soft); color:var(--navy); font-size:15px; font-weight:800; }
.signup-verified-phone { display:none; gap:6px; margin-bottom:22px; padding:14px 16px; border:1px solid var(--auth-line); border-radius:var(--radius); background:var(--auth-soft-blue); }
.signup-verified-phone.is-visible { display:grid; }
.signup-verified-phone span { color:#001C4D; font-size:13px; font-weight:700; }
.signup-verified-phone strong { color:var(--navy); font-size:19px; }
.page-signup.is-signup-term-open { overflow:hidden; }
.signup-term-modal { position:fixed; inset:0; z-index:90; display:none; align-items:center; justify-content:center; padding:15px; background:rgba(0,28,77,.72); }
.signup-term-modal.is-active { display:flex; }
.signup-term-dialog { display:grid; grid-template-rows:auto minmax(0,1fr) auto; width:100%; height:calc(100vh - 30px); height:calc(100dvh - 30px); overflow:hidden; border-radius:20px; background:#FFFFFF; }
.signup-term-dialog header { display:flex; align-items:center; min-height:68px; padding:18px 20px; border-bottom:1px solid var(--auth-line); }
.signup-term-dialog h2 { margin:0; color:var(--navy); font-size:20px; }
.signup-term-content { min-height:0; overflow-y:auto; padding:22px 20px; color:#001C4D; font-size:14px; font-weight:500; line-height:1.75; overscroll-behavior:contain; }
.signup-term-content p { margin:0 0 12px; }
.signup-term-content p:last-child { margin-bottom:0; }
.signup-term-dialog footer { display:flex; flex:0 0 auto; justify-content:center; padding:12px 20px calc(12px + env(safe-area-inset-bottom)); border-top:1px solid var(--auth-line); background:#FAFBFC; }
.signup-term-dialog footer button { width:116px; min-height:42px; padding:0 18px; border:0; border-radius:12px; background:var(--navy); color:#FFFFFF; font-size:14px; font-weight:900; }
.page-signup.is-signup-alert-open { overflow:hidden; }
.signup-alert-modal { position:fixed; inset:0; z-index:95; display:none; align-items:center; justify-content:center; padding:15px; background:rgba(0,28,77,.72); }
.signup-alert-modal.is-active { display:flex; }
.signup-alert-dialog { display:grid; justify-items:center; width:100%; max-width:420px; padding:28px 24px 22px; border-radius:22px; background:#FFFFFF; text-align:center; }
.signup-alert-icon { display:flex; align-items:center; justify-content:center; width:46px; height:46px; margin-bottom:16px; border-radius:50%; background:var(--auth-yellow-soft); color:#B98A00; font-size:25px; font-weight:900; }
.signup-alert-dialog h2 { margin:0; color:var(--navy); font-size:20px; font-weight:900; line-height:1.4; }
.signup-alert-dialog p { margin:10px 0 22px; color:#001C4D; font-size:14px; font-weight:600; line-height:1.65; white-space:pre-line; }
.signup-alert-dialog button { width:116px; min-height:44px; padding:0 18px; border:0; border-radius:12px; background:var(--navy); color:#FFFFFF; font-size:14px; font-weight:900; }
.signup-page .tag.orange { background:var(--auth-yellow-soft); color:#A77800; }
.auth-copyright-footer { width:100%; max-width:430px; margin:0 auto; padding:18px 24px 26px; background:#FFFFFF; text-align:center; }
.auth-copyright-footer .footer-copy { display:block; padding:0; border:0; color:#001C4D; font-size:11px; font-weight:500; }
.signup-auth-shell .auth-copyright-footer { max-width:none; margin:50px auto 0; padding:0 24px calc(50px + env(safe-area-inset-bottom)); background:#001C4D; }
.signup-auth-shell .auth-copyright-footer .footer-copy { color:rgba(255,255,255,.62); }
.auth-shell .service-footer.is-auth-information { max-width:none; margin:0 auto; padding:30px 16px calc(42px + env(safe-area-inset-bottom)); background:#001C4D; color:#FFFFFF; }
.auth-shell .service-footer.is-auth-information .service-footer-content { box-sizing:border-box; gap:0; width:100%; max-width:600px; margin:0 auto; padding:0; border:0; border-radius:0 !important; }
.auth-shell .service-footer.is-auth-information .footer-notice { padding:0; border:0; border-radius:0 !important; background:transparent; color:#FFFFFF; }
.auth-shell .service-footer.is-auth-information .footer-company { margin-top:18px; padding:18px 0 0; border:0; border-top:1px solid rgba(255,255,255,.28); border-radius:0 !important; background:transparent; color:#FFFFFF; }
.auth-shell .service-footer.is-auth-information .footer-company strong { color:#FFFFFF; }
.auth-shell .service-footer.is-auth-information > .footer-copy { color:#FFFFFF; text-align:center; }
.login-auth-shell.login-portal-shell .mobile-main { display:block; max-width:none; padding:0; }
.login-portal { width:100%; min-height:100vh; min-height:100svh; background:#FFFFFF; }
.login-portal-header { display:flex; align-items:center; width:100%; height:60px; padding:0 20px; background:#FFFFFF; }
.login-portal-header a { display:inline-flex; align-items:center; gap:7px; color:var(--navy); }
.login-portal-header img { width:46px; height:46px; object-fit:contain; }
.login-portal-header span { font-size:20px; font-weight:900; }
.login-portal-header b { color:var(--navy); }
.login-portal-header em { color:var(--orange); font-style:normal; }
.login-portal-body { display:flex; flex-direction:column; align-items:center; width:100%; min-height:calc(100vh - 60px); min-height:calc(100svh - 60px); padding:clamp(46px,8vh,76px) 20px 30px; background:#FFFFFF; }
.login-portal-card { width:100%; max-width:430px; padding:30px; border:0; border-radius:18px; background:#FFFFFF; box-shadow:0 12px 30px rgba(0,28,77,.07); }
.login-portal-card h1 { margin:0 0 26px; color:#001C4D; font-size:26px; line-height:1.2; text-align:left; }
.login-portal-form { margin-top:0; }
.login-portal-form .login-field { font-weight:400; }
.login-portal-form .login-password-field legend { font-weight:400; }
.login-portal-options { display:flex; align-items:center; justify-content:space-between; gap:16px; margin-top:18px; color:#001C4D; font-size:13px; font-weight:400; }
.login-option-check { position:relative; display:inline-flex; align-items:center; gap:8px; min-height:40px; font-weight:400; cursor:pointer; }
.login-option-check input { position:absolute; width:1px; height:1px; margin:-1px; overflow:hidden; opacity:0; }
.login-option-check i { position:relative; display:inline-flex; align-items:center; justify-content:center; width:21px; height:21px; border:1px solid #BFC7D2; border-radius:5px; background:#FFFFFF; }
.login-option-check i::after { content:''; display:none; width:9px; height:5px; transform:translateY(-1px) rotate(-45deg); border-left:2px solid #FFFFFF; border-bottom:2px solid #FFFFFF; }
.login-option-check input:checked + i { border-color:var(--navy); background:var(--navy); }
.login-option-check input:checked + i::after { display:block; }
.login-option-check input:focus + i { box-shadow:0 0 0 3px rgba(0,28,77,.12); }
.login-option-notices { display:grid; gap:8px; }
.login-option-notices p { display:none; margin:0; padding:12px 14px; border:1px solid var(--auth-line); border-radius:var(--radius); background:var(--auth-soft); color:#4F5969; font-size:14px; font-weight:400; line-height:1.65; }
.login-option-notices p.is-visible { display:block; }
.login-portal-form .login-button { margin-top:18px; }
.login-portal-links { justify-content:space-between; width:100%; margin-top:14px; color:#001C4D; font-size:15px; font-weight:400; }
.login-portal-links a { display:inline-flex; align-items:center; min-height:40px; font-weight:400; }
.login-portal-copy { margin:40px 0 0; color:#001C4D; font-size:11px; font-weight:400; text-align:center; }
@media (max-width:699px) {
	.login-portal,.login-portal-body { background:#FFFFFF; }
	.login-portal-card { box-shadow:none; }
	.signup-method-content-area,.signup-kakao-content-area { padding-right:20px; padding-left:20px; }
}
@media (min-width:700px) {
	.auth-shell::before { height:310px; }
	.auth-shell:has(.brand-auth-logo)::before { height:360px; }
	.auth-shell .mobile-main { max-width:430px; padding-top:0; }
	.auth-card { margin-top:-58px; }
	.login-auth-shell .mobile-main { max-width:430px; padding:40px 24px; }
	.signup-content-area { padding:42px 44px; }
	.signup-term-dialog { width:min(620px,calc(100vw - 64px)); height:min(760px,calc(100vh - 64px)); border-radius:24px; }
}
@media (max-height:700px) {
	.login-intro img { width:88px; height:88px; }
	.signup-page .login-intro img { width:82px; height:82px; }
	.login-form { margin-top:26px; }
}
