@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Fraunces:opsz,wght@9..144,600;9..144,700&display=swap";:root{--font-body: "Plus Jakarta Sans", "Noto Sans KR", system-ui, -apple-system, "Segoe UI", sans-serif;--font-title: "Fraunces", "Noto Serif KR", serif;--ink-900: #14213d;--ink-700: #2f3f68;--ink-500: #5f6e92;--sky-100: #eef6ff;--sky-200: #dcecff;--sky-300: #c9e1ff;--gold-200: #ffe7b8;--gold-300: #ffd788;--surface: rgba(255, 255, 255, .82);--surface-strong: rgba(255, 255, 255, .93);--line: rgba(104, 139, 188, .3);--shadow-soft: 0 18px 40px rgba(32, 77, 146, .09);--shadow-strong: 0 20px 60px rgba(17, 40, 91, .14);font-family:var(--font-body);line-height:1.5;font-weight:400;color:var(--ink-900);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}html,body,#app{min-height:100%}body{margin:0;background:radial-gradient(circle at 8% -12%,#d3e9fff2,#d3e9ff00 45%),radial-gradient(circle at 95% 5%,#ffe8b4eb,#ffe8b400 40%),radial-gradient(circle at 50% 100%,#daeeffa6,#daeeff00 55%),linear-gradient(160deg,#f8fbff,#f2f8ff 45%,#f8fcff);color:inherit}body:before{content:"";position:fixed;inset:0;pointer-events:none;background-image:linear-gradient(rgba(150,181,219,.13) 1px,transparent 1px),linear-gradient(90deg,rgba(150,181,219,.13) 1px,transparent 1px);background-size:32px 32px;-webkit-mask-image:radial-gradient(circle at center,rgba(0,0,0,.65),transparent 85%);mask-image:radial-gradient(circle at center,rgba(0,0,0,.65),transparent 85%)}a{color:inherit}h1,h2,h3{font-family:var(--font-title);letter-spacing:.01em}@keyframes fadeRise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){body{background:radial-gradient(circle at 16% -8%,#d3e9fff2,#d3e9ff00 48%),radial-gradient(circle at 100% 0%,#ffe8b4c7,#ffe8b400 42%),linear-gradient(160deg,#f8fbff,#f2f8ff 45%,#f8fcff)}}.app-shell[data-v-2ce1b70d]{min-height:100vh;max-width:1240px;margin:0 auto;display:flex;flex-direction:column;gap:20px;padding:26px 24px 34px}.popup-shell[data-v-2ce1b70d]{max-width:none;padding:0;gap:0}.app-header[data-v-2ce1b70d]{position:sticky;top:10px;z-index:20;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;padding:14px 16px;border-radius:18px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:var(--surface);box-shadow:var(--shadow-soft);border:1px solid var(--line);animation:fadeRise .45s ease}.logo-left-wrap[data-v-2ce1b70d],.logo-right-wrap[data-v-2ce1b70d]{display:flex;align-items:center;min-height:36px;min-width:120px}.logo-left-wrap[data-v-2ce1b70d]{justify-content:flex-start}.logo-right-wrap[data-v-2ce1b70d]{justify-content:flex-end}.logo-left[data-v-2ce1b70d],.logo-right[data-v-2ce1b70d]{height:32px;width:auto;object-fit:contain}.app-nav[data-v-2ce1b70d]{display:flex;justify-content:center;gap:8px;flex-wrap:wrap}.app-nav a[data-v-2ce1b70d]{color:var(--ink-700);text-decoration:none;font-weight:700;padding:8px 13px;border-radius:999px;border:1px solid transparent;transition:all .22s ease}.app-nav a[data-v-2ce1b70d]:hover{background:var(--surface-strong);border-color:var(--line);transform:translateY(-1px)}.app-nav a.router-link-active[data-v-2ce1b70d]{background:linear-gradient(135deg,#2a63ad,#3f7dc8);color:#fff;box-shadow:0 10px 24px #24529838}.app-main[data-v-2ce1b70d]{flex:1;animation:fadeRise .5s ease}.app-footer[data-v-2ce1b70d]{padding:18px 16px;min-height:72px;color:#8e9cbc;display:flex;flex-direction:column;align-items:flex-start;gap:4px;font-size:13px;border:1px solid var(--line);border-radius:14px;background:var(--surface)}.footer-line[data-v-2ce1b70d]{margin:0;color:#7f8eaf;line-height:1.45}.footer-notice[data-v-2ce1b70d]{color:#6a7a9c}.footer-company[data-v-2ce1b70d]{color:#7f8eaf;font-size:13px;font-weight:400}.app-footer a[data-v-2ce1b70d]{color:var(--ink-700);text-decoration:none}.footer-link[data-v-2ce1b70d]{border:none;background:none;color:var(--ink-700);text-decoration:underline;cursor:pointer;padding:0 0 0 8px;font:inherit}.privacy-backdrop[data-v-2ce1b70d]{position:fixed;inset:0;background:#0b1c3e6b;display:grid;place-items:center;z-index:100}.privacy-modal[data-v-2ce1b70d]{width:min(760px,92vw);max-height:84vh;border-radius:16px;border:1px solid var(--line);background:var(--surface-strong);box-shadow:var(--shadow-strong);display:flex;flex-direction:column;overflow:hidden}.privacy-head[data-v-2ce1b70d]{display:flex;justify-content:space-between;align-items:center;padding:12px 14px;border-bottom:1px solid var(--line)}.privacy-body[data-v-2ce1b70d]{padding:14px;overflow:auto;color:var(--ink-700)}.privacy-frame[data-v-2ce1b70d]{width:100%;min-height:58vh;border:none;border-radius:10px;background:#fff}.close-btn[data-v-2ce1b70d]{border:1px solid var(--line);border-radius:8px;padding:6px 10px;background:#fff;cursor:pointer}@media(max-width:768px){.app-shell[data-v-2ce1b70d]{padding:16px 12px 24px}.app-header[data-v-2ce1b70d]{position:static;grid-template-columns:1fr;gap:10px}.logo-left-wrap[data-v-2ce1b70d],.logo-right-wrap[data-v-2ce1b70d]{min-width:0;justify-content:center}.logo-left[data-v-2ce1b70d],.logo-right[data-v-2ce1b70d]{height:26px}}.main-page[data-v-0c51350a]{display:flex;flex-direction:column;align-items:stretch;gap:20px}.main-page>section[data-v-0c51350a]{width:100%}.card[data-v-0c51350a]{background:var(--surface);border:1px solid var(--line);border-radius:20px;padding:16px 10px;box-shadow:var(--shadow-soft);animation:fadeRise .4s ease both}.hero[data-v-0c51350a]{position:relative;display:flex;justify-content:space-between;align-items:center;gap:14px;flex-wrap:wrap;padding:22px 18px;background:radial-gradient(circle at 0% 0%,#d3eaffe6,#d3eaff00 45%),radial-gradient(circle at 100% 100%,#ffe5aea6,#ffe5ae00 46%),#ffffffc7}.hero-text[data-v-0c51350a]{margin:4px 0 0;color:var(--ink-700)}.hero-sub-note[data-v-0c51350a]{margin:4px 0 0;color:var(--ink-500);font-size:12px}.hero-actions[data-v-0c51350a]{display:flex;gap:8px;align-items:center}.alert-list[data-v-0c51350a]{margin:10px 0 0;padding-left:18px;color:var(--ink-700)}.hero-meta[data-v-0c51350a]{display:flex;gap:8px;flex-wrap:wrap;font-weight:700;color:#0f172a}.section-title[data-v-0c51350a]{margin:0 0 10px;font-weight:700;color:var(--ink-900)}.card-head[data-v-0c51350a]{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 10px}.link-btn[data-v-0c51350a]{border:1px solid var(--line);background:var(--surface-strong);padding:8px 12px;border-radius:999px;text-decoration:none;color:var(--ink-700);font-weight:700;white-space:nowrap;transition:all .2s ease;cursor:pointer}.link-btn[data-v-0c51350a]:hover{transform:translateY(-1px);box-shadow:0 10px 20px #2357a329}.icon-btn[data-v-0c51350a]{width:34px;height:34px;padding:0;display:inline-flex;align-items:center;justify-content:center;font-size:14px;line-height:1;color:#6b7280}.share-icon[data-v-0c51350a]{width:14px;height:14px;fill:currentColor}.icon-btn[data-v-0c51350a]:hover{color:#4b5563}.track[data-v-0c51350a]{position:relative;padding:16px 10px 24px}.line[data-v-0c51350a]{position:absolute;top:24px;left:16px;right:16px;height:6px;background:#bacfe8cc;border-radius:999px}.nodes[data-v-0c51350a]{display:grid;grid-template-columns:repeat(6,1fr);gap:0;position:relative;z-index:1}.node[data-v-0c51350a]{width:24px;height:24px;border-radius:999px;background:#e3eaf4;margin:12px auto 0;border:2px solid rgba(255,255,255,.95);box-shadow:0 0 0 1px #92afd459;display:flex;align-items:center;justify-content:center;color:#9aa9c3;font-size:12px;font-weight:700}.node.done[data-v-0c51350a]{background:#2a63ad;box-shadow:0 8px 16px #23559e47;color:#fff}.node.current[data-v-0c51350a]{background:#fff;color:#1f4d93;border-color:#5b8fd6;box-shadow:0 0 0 3px #4f82cc38}.step-labels[data-v-0c51350a]{display:grid;grid-template-columns:repeat(6,1fr);gap:8px;margin-top:8px;padding:0 10px}.step-label[data-v-0c51350a]{text-align:center;border:1px solid rgba(110,151,204,.22);border-radius:6px;padding:5px 4px;background:#ffffffd9;font-size:12px;line-height:1.35;color:#8a98b5}.step-label.done[data-v-0c51350a]{color:#1f3d74;background:#e8f2ffe6;border-color:#5889c859}.status-text[data-v-0c51350a]{margin:6px 10px 0;color:var(--ink-700)}.two-col[data-v-0c51350a]{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;width:100%}.tall[data-v-0c51350a]{min-height:400px}.panel-box[data-v-0c51350a]{border:1px solid rgba(123,160,210,.28);border-radius:14px;min-height:320px;padding:12px;background:#ffffffdb}.result-card .panel-box[data-v-0c51350a]{min-height:0}.placeholder[data-v-0c51350a]{color:var(--ink-500);padding:8px}.table-list[data-v-0c51350a]{border:1px solid rgba(123,160,210,.2);border-radius:10px;overflow:hidden;background:#ffffffeb}.table-list .row[data-v-0c51350a]{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));padding:8px 10px;gap:6px;align-items:center;border-bottom:1px solid rgba(208,220,236,.95)}.qna-home-table .row[data-v-0c51350a]{grid-template-columns:80px minmax(0,1fr) 140px}.qna-home-table .text-ellipsis[data-v-0c51350a]{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.qna-home-table .qna-time[data-v-0c51350a]{font-size:12px}.table-list .row.head[data-v-0c51350a]{background:linear-gradient(180deg,#e7f2ffe0,#f1f8ffe0);font-weight:700;color:#6b7280;font-size:14px}.upload-table .row[data-v-0c51350a]{grid-template-columns:minmax(260px,2.2fr) minmax(110px,1fr) minmax(110px,1fr)}.result-text[data-v-0c51350a]{margin:0 0 8px;color:var(--ink-700)}.income-grid[data-v-0c51350a]{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px}.income-grid article[data-v-0c51350a]{border:1px solid rgba(112,153,208,.22);border-radius:12px;padding:10px 12px;background:#ffffffe6}.income-grid article.tax-card[data-v-0c51350a]{background:linear-gradient(135deg,#fff3e0f2,#ffe8c2eb);border-color:#e0a65b59}.summary-label[data-v-0c51350a]{margin:0;color:var(--ink-500);font-size:12px}.summary-value[data-v-0c51350a]{margin:6px 0 0;font-size:1.1rem;font-weight:700;text-align:center}.formula-text[data-v-0c51350a]{margin:12px 2px 0;color:var(--ink-700);font-size:13px;line-height:1.6}.link-like[data-v-0c51350a]{background:none;border:none;padding:0;text-align:left;color:#1f5aa7;cursor:pointer;font:inherit}.link-like[data-v-0c51350a]:hover{text-decoration:underline}.notice-backdrop[data-v-0c51350a]{position:fixed;inset:0;background:#0f172a5c;display:grid;place-items:center;z-index:80}.notice-modal[data-v-0c51350a]{width:min(860px,94vw);max-height:86vh;border:1px solid var(--line);border-radius:16px;background:var(--surface-strong);box-shadow:var(--shadow-strong);display:flex;flex-direction:column;overflow:hidden}.notice-head[data-v-0c51350a]{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;border-bottom:1px solid var(--line)}.notice-head .section-title[data-v-0c51350a]{margin:0}.notice-body[data-v-0c51350a]{padding:14px;overflow:auto}.notice-html[data-v-0c51350a]{color:var(--ink-700);line-height:1.6}.notice-html[data-v-0c51350a] .alert-mainpage{color:var(--ink-700);display:flex;flex-direction:column;gap:14px}.notice-html[data-v-0c51350a] .alert-mainpage .hero{border:1px solid rgba(115,156,210,.28);border-radius:14px;padding:14px 16px;background:linear-gradient(180deg,#e9f5ffcc,#f8fcffe6)}.notice-html[data-v-0c51350a] .alert-mainpage h3{margin:0 0 8px;color:var(--ink-900)}.notice-html[data-v-0c51350a] .alert-mainpage p{margin:0}.notice-html[data-v-0c51350a] .alert-mainpage .notice-list{margin:0;padding-left:20px;display:grid;gap:8px}.notice-html[data-v-0c51350a] .alert-mainpage .panel{border:1px solid rgba(115,156,210,.24);border-radius:12px;padding:12px 14px;background:#ffffffdb}.notice-html[data-v-0c51350a] .alert-mainpage .meta{border-radius:10px;padding:10px 12px;background:#fffaece6;border:1px dashed rgba(198,153,73,.45)}.notice-html[data-v-0c51350a] .alert-mainpage .link-blue{color:#1f5aa7;font-weight:700;text-decoration:underline;cursor:pointer}.notice-html[data-v-0c51350a] .alert-mainpage .link-blue:hover{color:#174a8a}@media(max-width:768px){.two-col[data-v-0c51350a]{grid-template-columns:1fr}}.upload-page[data-v-1f5c1f22]{display:flex;flex-direction:column;gap:16px}.card[data-v-1f5c1f22]{background:var(--surface);border:1px solid var(--line);border-radius:20px;padding:14px 10px;box-shadow:var(--shadow-soft);animation:fadeRise .4s ease both}.header-card[data-v-1f5c1f22]{padding:2px 2px 0;background:transparent;border:0;box-shadow:none}.header-card .title[data-v-1f5c1f22]{margin:0 10px;font-size:26px;font-weight:700;letter-spacing:-.02em;color:var(--ink-900)}.notice[data-v-1f5c1f22]{display:flex;justify-content:space-between;align-items:center;gap:12px;background:radial-gradient(circle at 80% 20%,#ffe1a273,#ffe1a200 45%),#ecf6ffdb;border:1px dashed rgba(86,132,190,.42);border-radius:14px;padding:12px 16px;color:var(--ink-900)}.notice-copy[data-v-1f5c1f22]{flex:1}.notice-copy p[data-v-1f5c1f22]{margin:0}.notice-copy p+p[data-v-1f5c1f22]{margin-top:6px}.control-card[data-v-1f5c1f22]{padding:16px 14px}.upload-guide-card[data-v-1f5c1f22]{padding:14px 16px;color:#174a85;background:#ecf6ffdb;border:1px dashed rgba(86,132,190,.42);font-weight:600}.control-row[data-v-1f5c1f22]{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;align-items:center}.control-label[data-v-1f5c1f22]{font-weight:700;margin-right:2px}select[data-v-1f5c1f22]{min-width:400px;padding:10px 14px;font-size:1rem;border-radius:10px;border:1px solid rgba(123,160,210,.55);background:#fffffff5}button[data-v-1f5c1f22]{padding:9px 15px;border-radius:10px;border:1px solid transparent;background:#fffffff5;cursor:pointer;font-weight:700;transition:all .2s ease}button[data-v-1f5c1f22]:hover{transform:translateY(-1px)}.link-btn[data-v-1f5c1f22]{border:1px solid var(--line);background:var(--surface-strong);border-radius:999px;color:var(--ink-700)}button.primary[data-v-1f5c1f22]{background:linear-gradient(135deg,#2a63ad,#3f7dc8);color:#fff;box-shadow:0 12px 24px #23559e38}button.danger[data-v-1f5c1f22]{color:#b91c1c;border-color:#de656547;background:#feeaeaf2;padding:0 10px;min-height:14px;line-height:1.1}.actions>button[data-v-1f5c1f22]{height:25px;min-height:25px;padding:0 8px;font-size:12px;line-height:1;border-radius:8px}.actions>button[data-v-1f5c1f22]:not(.danger){color:#1f4d93;border-color:#5d8ccd59;background:#e7f2fff2}.actions>button.danger[data-v-1f5c1f22]{height:25px;min-height:25px;padding:0 8px;font-size:12px;line-height:1}.table-head[data-v-1f5c1f22],.table-row[data-v-1f5c1f22]{display:grid;grid-template-columns:80px 180px 1fr 120px 120px 140px;gap:8px;align-items:center;font-size:1em}.table-head[data-v-1f5c1f22]{font-weight:700;padding-bottom:8px;border-bottom:1px solid rgba(164,193,228,.78);color:#6b7280}.table-body[data-v-1f5c1f22]{display:flex;flex-direction:column;gap:10px;padding-top:8px}.table-row[data-v-1f5c1f22]{padding:4px 0;border-bottom:1px solid rgba(212,223,239,.92)}.table-row>span[data-v-1f5c1f22]:first-child{padding-left:20px}.placeholder-row[data-v-1f5c1f22]{padding:10px;color:var(--ink-500)}.ellipsis[data-v-1f5c1f22]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.actions[data-v-1f5c1f22]{display:flex;gap:6px;align-items:center}.notice-backdrop[data-v-1f5c1f22]{position:fixed;inset:0;background:#0f172a5c;display:grid;place-items:center;z-index:80}.notice-modal[data-v-1f5c1f22]{width:min(860px,94vw);max-height:86vh;border:1px solid var(--line);border-radius:16px;background:var(--surface-strong);box-shadow:var(--shadow-strong);display:flex;flex-direction:column;overflow:hidden}.notice-head[data-v-1f5c1f22]{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;border-bottom:1px solid var(--line)}.notice-head .section-title[data-v-1f5c1f22]{margin:0}.notice-body[data-v-1f5c1f22]{padding:14px;overflow:auto}.notice-html[data-v-1f5c1f22]{color:var(--ink-700);line-height:1.6}.notice-html[data-v-1f5c1f22] .link-blue{color:#1f5aa7;font-weight:700;text-decoration:underline;cursor:pointer}@media(max-width:900px){.notice[data-v-1f5c1f22]{flex-direction:column;align-items:flex-start}.table-head[data-v-1f5c1f22],.table-row[data-v-1f5c1f22]{grid-template-columns:1fr 1fr;grid-template-rows:repeat(3,auto)}.actions[data-v-1f5c1f22]{justify-content:flex-start}}.process-page[data-v-74b5837b]{display:flex;flex-direction:column;gap:18px;animation:fadeRise .45s ease}.process-overview[data-v-74b5837b]{border:1px solid var(--line);border-radius:20px;padding:16px 12px;background:var(--surface);box-shadow:var(--shadow-soft)}.process-head[data-v-74b5837b]{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 10px}.section-title[data-v-74b5837b]{margin:0 0 10px;font-size:20px;font-weight:700;color:var(--ink-900);letter-spacing:-.01em}.section-badge[data-v-74b5837b]{margin-left:8px;display:inline-flex;align-items:center;padding:3px 8px;border-radius:999px;border:1px solid rgba(88,137,200,.35);background:#e8f2ffe6;color:#1f3d74;font-size:12px;font-weight:600}.track[data-v-74b5837b]{position:relative;padding:16px 10px 24px}.line[data-v-74b5837b]{position:absolute;top:24px;left:16px;right:16px;height:6px;background:#bacfe8cc;border-radius:999px}.nodes[data-v-74b5837b]{display:grid;grid-template-columns:repeat(6,1fr);gap:0;position:relative;z-index:1}.node[data-v-74b5837b]{width:24px;height:24px;border-radius:999px;background:#e3eaf4;margin:12px auto 0;border:2px solid rgba(255,255,255,.95);box-shadow:0 0 0 1px #92afd459;display:flex;align-items:center;justify-content:center;color:#9aa9c3;font-size:12px;font-weight:700}.node.done[data-v-74b5837b]{background:#2a63ad;box-shadow:0 8px 16px #23559e47;color:#fff}.node.current[data-v-74b5837b]{background:#fff;color:#1f4d93;border-color:#5b8fd6;box-shadow:0 0 0 3px #4f82cc38}.step-labels[data-v-74b5837b]{display:grid;grid-template-columns:repeat(6,1fr);gap:8px;margin-top:8px;padding:0 10px}.step-label[data-v-74b5837b]{text-align:center;border:1px solid rgba(110,151,204,.22);border-radius:6px;padding:5px 4px;background:#ffffffd9;font-size:12px;line-height:1.35;color:#8a98b5}.step-label.done[data-v-74b5837b]{color:#1f3d74;background:#e8f2ffe6;border-color:#5889c859}.error-msg[data-v-74b5837b]{margin:0;color:#b91c1c;font-size:14px}.loading-msg[data-v-74b5837b]{margin:0;color:var(--ink-700);font-size:14px}.muted[data-v-74b5837b]{margin:0;color:var(--ink-500)}.schedule[data-v-74b5837b]{border:1px solid var(--line);border-radius:20px;padding:16px 12px;background:var(--surface);box-shadow:var(--shadow-soft)}.schedule-table-wrap[data-v-74b5837b]{margin-top:12px;overflow-x:auto}.schedule-table[data-v-74b5837b]{width:100%;border-collapse:collapse;min-width:760px}.schedule-table th[data-v-74b5837b],.schedule-table td[data-v-74b5837b]{border:1px solid rgba(164,193,228,.78);padding:8px 10px;text-align:left;vertical-align:top}.schedule-table th[data-v-74b5837b]{background:#e7f2ffe0;font-weight:700;font-size:1rem;color:#6b7280;text-align:center}.schedule-table td[data-v-74b5837b]{font-size:14px;line-height:1.45}.schedule-table tr.current-period-row td[data-v-74b5837b]{border-top:1.5px solid #dc2626;border-bottom:1.5px solid #dc2626;background:#fef2f28c}.schedule-table tr.current-period-row td[data-v-74b5837b]:first-child{border-left:1.5px solid #dc2626}.schedule-table tr.current-period-row td[data-v-74b5837b]:last-child{border-right:1.5px solid #dc2626}.empty-cell[data-v-74b5837b]{text-align:center;color:var(--ink-500)}.schedule-note[data-v-74b5837b]{margin:10px 2px 0;font-size:13px;color:var(--ink-500)}.header-card[data-v-daea9347]{padding:2px 2px 0;background:transparent;border:0;box-shadow:none}.header-card .title[data-v-daea9347]{margin:0 10px;font-size:26px;font-weight:700;letter-spacing:-.02em;color:var(--ink-900)}.notice[data-v-daea9347]{display:flex;justify-content:space-between;align-items:center;gap:12px;background:radial-gradient(circle at 80% 20%,#ffe1a273,#ffe1a200 45%),#ecf6ffdb;border:1px dashed rgba(86,132,190,.42);border-radius:14px;padding:12px 16px;color:var(--ink-900)}.notice-copy[data-v-daea9347]{flex:1}.notice-copy p[data-v-daea9347]{margin:0}.notice-copy p+p[data-v-daea9347]{margin-top:6px}.notice-copy p.notice-small[data-v-daea9347]{font-size:12px;color:var(--ink-500)}.link-btn[data-v-daea9347]{border:1px solid var(--line);background:var(--surface-strong);padding:8px 12px;border-radius:999px;color:var(--ink-700);cursor:pointer}.notice-backdrop[data-v-daea9347]{position:fixed;inset:0;background:#0f172a5c;display:grid;place-items:center;z-index:80}.notice-modal[data-v-daea9347]{width:min(860px,94vw);max-height:86vh;border:1px solid var(--line);border-radius:16px;background:var(--surface-strong);box-shadow:var(--shadow-strong);display:flex;flex-direction:column;overflow:hidden}.notice-head[data-v-daea9347]{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;border-bottom:1px solid var(--line)}.notice-head .section-title[data-v-daea9347]{margin:0}.notice-body[data-v-daea9347]{padding:14px;overflow:auto}.notice-html[data-v-daea9347]{color:var(--ink-700);line-height:1.6}.notice-html[data-v-daea9347] .link-blue{color:#1f5aa7;font-weight:700;text-decoration:underline;cursor:pointer}@media(max-width:900px){.notice[data-v-daea9347]{flex-direction:column;align-items:flex-start}}.result-page[data-v-9898220e]{display:flex;flex-direction:column;gap:16px;animation:fadeRise .45s ease}.section-title[data-v-9898220e]{margin:0 0 10px;font-size:20px;font-weight:700;font-family:var(--font-body);letter-spacing:-.01em;color:var(--ink-900)}.card[data-v-9898220e]{padding:14px 12px;border:1px solid var(--line);border-radius:18px;background:var(--surface);box-shadow:var(--shadow-soft)}.status-banner[data-v-9898220e]{margin:0;padding:10px 12px;border-radius:12px;border:1px solid rgba(112,153,208,.3);background:#edf5ffe6;color:#1f4d93;font-size:120%;font-weight:700}.income-grid[data-v-9898220e]{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px}.income-grid article[data-v-9898220e]{border:1px solid rgba(112,153,208,.22);border-radius:12px;padding:10px 12px;background:#ffffffe6}.income-grid article.tax-card[data-v-9898220e]{background:linear-gradient(135deg,#fff3e0f2,#ffe8c2eb);border-color:#e0a65b59}.summary-label[data-v-9898220e]{margin:0;color:var(--ink-500);font-size:12px}.summary-value[data-v-9898220e]{margin:6px 0 0;font-size:1.1rem;font-weight:700;text-align:center}.formula-text[data-v-9898220e]{margin:12px 2px 0;color:var(--ink-700);font-size:13px;line-height:1.6}.file-list[data-v-9898220e]{margin:0;padding-left:0;color:var(--ink-700);list-style:none}.file-list li[data-v-9898220e]{display:block}.file-list li+li[data-v-9898220e]{margin-top:6px}.file-item-btn[data-v-9898220e]{border:0;background:transparent;padding:0;margin:0;display:inline-flex;align-items:center;gap:8px;color:#1f4d93;text-decoration:underline;cursor:pointer;font:inherit}.file-icon[data-v-9898220e]{width:16px;height:16px;flex:0 0 auto}.muted[data-v-9898220e]{margin:0;color:var(--ink-500)}.error-msg[data-v-9898220e]{margin:0;color:#b91c1c}.result-page[data-v-735e3d75]{display:flex;flex-direction:column;gap:16px;font-size:14px;animation:fadeRise .45s ease}.section-title[data-v-735e3d75]{margin:0 0 10px;font-size:20px;font-weight:700;font-family:var(--font-body);letter-spacing:-.01em;color:var(--ink-900)}.card[data-v-735e3d75]{padding:14px 12px;border:1px solid var(--line);border-radius:18px;background:var(--surface);box-shadow:var(--shadow-soft)}.income-grid[data-v-735e3d75]{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px}.income-grid article[data-v-735e3d75]{border:1px solid rgba(112,153,208,.22);border-radius:12px;padding:10px 12px;background:#ffffffe6}.income-grid article.tax-card[data-v-735e3d75]{background:linear-gradient(135deg,#fff3e0f2,#ffe8c2eb);border-color:#e0a65b59}.formula-summary[data-v-735e3d75]{margin-top:12px;padding:10px 12px;border-radius:10px;border:1px dashed rgba(112,153,208,.38);background:#f4f9ffd9}.formula-summary p[data-v-735e3d75]{margin:0;color:var(--ink-700);font-size:13px;line-height:1.5}.formula-summary p+p[data-v-735e3d75]{margin-top:4px}.summary-label[data-v-735e3d75]{margin:0;color:var(--ink-500);font-size:12px}.summary-value[data-v-735e3d75]{margin:6px 0 0;font-size:1.1rem;font-weight:700;text-align:center}.meta-row[data-v-735e3d75]{margin:8px 0 0;color:var(--ink-700)}.expect-table[data-v-735e3d75]{width:100%;border-collapse:collapse;table-layout:fixed;border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#ffffffeb}.expect-table th[data-v-735e3d75],.expect-table td[data-v-735e3d75]{padding:10px 12px;border-bottom:1px solid rgba(112,153,208,.22);color:var(--ink-800);font-size:14px}.expect-table th[data-v-735e3d75]{background:#edf5fff2;color:#6b7280;font-weight:700;text-align:center}.expect-table td[data-v-735e3d75]{text-align:center}.expect-table td.file-cell[data-v-735e3d75]{text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-link[data-v-735e3d75]{border:0;background:transparent;padding:0;margin:0;font:inherit;color:#1f4d93;text-decoration:underline;cursor:pointer}.expect-table td.broker-cell[data-v-735e3d75]{text-align:left}.expect-table td.income-cell[data-v-735e3d75]{text-align:right}.expect-table td.total-label[data-v-735e3d75]{text-align:center;font-weight:700}.expect-table td.total-income[data-v-735e3d75]{font-weight:700}.expect-table tbody tr.total-row td[data-v-735e3d75]{background:#edf5ff8c}.expect-table tbody tr:last-child td[data-v-735e3d75]{border-bottom:0}.muted[data-v-735e3d75]{margin:0;color:var(--ink-500)}.error-msg[data-v-735e3d75]{margin:0;color:#b91c1c}.qna-page[data-v-1f6b5b40]{display:flex;flex-direction:column;gap:16px;animation:fadeRise .45s ease}.muted[data-v-1f6b5b40]{margin:0;color:var(--ink-500)}.error-msg[data-v-1f6b5b40]{margin:0;color:#b91c1c}.qna-table-wrap[data-v-1f6b5b40]{border:1px solid var(--line);border-radius:16px;overflow:hidden;background:var(--surface);box-shadow:var(--shadow-soft)}.qna-table-head[data-v-1f6b5b40]{display:grid;grid-template-columns:160px 1fr 170px;gap:10px;padding:10px 12px;font-weight:700;color:#6b7280;background:#e7f2ffe0;border-bottom:1px solid rgba(164,193,228,.78)}.qna-table-body[data-v-1f6b5b40]{max-height:360px;overflow-y:auto;background:#fffffff0}.qna-empty[data-v-1f6b5b40]{padding:16px 12px;color:var(--ink-500)}.qna-row[data-v-1f6b5b40]{display:grid;grid-template-columns:160px 1fr 170px;gap:10px;padding:12px;align-items:start;border-bottom:1px solid rgba(212,223,239,.92)}.qna-row.selected[data-v-1f6b5b40]{background:#ebf5ffa8}.qna-type[data-v-1f6b5b40]{display:flex;align-items:center;gap:8px}.type-badge[data-v-1f6b5b40]{width:28px;height:28px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;letter-spacing:.02em;color:#1d4f97;background:linear-gradient(180deg,#e9f2ff,#dfeeff);border:1px solid rgba(93,140,205,.45)}.qna-row .qna-type .type-label[data-v-1f6b5b40]{color:#335680;font-size:13px;font-weight:700}.qna-row .qna-type .type-badge[data-v-1f6b5b40]{box-shadow:0 4px 10px #275faa26;transition:transform .18s ease,box-shadow .18s ease}.qna-row:hover .qna-type .type-badge[data-v-1f6b5b40]{transform:translateY(-1px);box-shadow:0 8px 16px #275faa33}.qna-content[data-v-1f6b5b40]{min-width:0}.qna-title[data-v-1f6b5b40]{margin:0;font-weight:700;color:var(--ink-900)}.qna-title-btn[data-v-1f6b5b40]{width:100%;min-width:0;border:0;background:transparent;padding:0;margin:0;font:inherit;font-weight:400;color:#1f4d93;text-align:left;cursor:pointer;text-decoration:underline;display:inline-flex;align-items:center;gap:6px;font-size:1em}.qna-title-text[data-v-1f6b5b40]{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.answer-tag[data-v-1f6b5b40]{flex:0 0 auto;display:inline-flex;align-items:center;height:18px;padding:0 6px;border-radius:999px;background:#16a34a;color:#fff;font-size:11px;font-weight:700;line-height:1;text-decoration:none}.qna-time[data-v-1f6b5b40]{color:var(--ink-500);font-size:13px}.qna-editor[data-v-1f6b5b40]{display:flex;flex-direction:column;gap:10px;border:1px solid var(--line);border-radius:16px;padding:12px;background:var(--surface);box-shadow:var(--shadow-soft)}.qna-title-input[data-v-1f6b5b40],.qna-memo-input[data-v-1f6b5b40]{width:100%;border:1px solid rgba(123,160,210,.55);border-radius:12px;background:#fffffff5;padding:11px 12px;font:inherit}.qna-memo-input[data-v-1f6b5b40]{min-height:150px;resize:vertical}.qna-actions[data-v-1f6b5b40]{display:flex;align-items:center;gap:10px;justify-content:space-between}.qna-actions-left[data-v-1f6b5b40]{display:inline-flex;align-items:center;gap:20px}.attach-box[data-v-1f6b5b40]{border:1px solid rgba(123,160,210,.45);border-radius:12px;background:#f7fbffd9;padding:10px 12px}.attach-head[data-v-1f6b5b40]{display:flex;align-items:baseline;gap:8px;margin-bottom:8px}.attach-hint[data-v-1f6b5b40]{color:var(--ink-500);font-size:12px}.attach-error[data-v-1f6b5b40]{margin:6px 0 0;color:#b91c1c;font-size:12px}.attach-input[data-v-1f6b5b40]{width:100%}.attach-list[data-v-1f6b5b40]{list-style:none;margin:8px 0 0;padding:0;display:flex;flex-direction:column;gap:6px}.attach-list li[data-v-1f6b5b40]{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:6px 8px;border:1px solid rgba(190,209,233,.8);border-radius:8px;background:#fff}.attach-empty[data-v-1f6b5b40]{margin:0;color:var(--ink-500);font-size:13px}.attach-view[data-v-1f6b5b40]{border:0;background:transparent;padding:0;margin:0;color:#1f4d93;cursor:pointer;text-decoration:underline;font:inherit}.attach-name[data-v-1f6b5b40]{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.attach-remove[data-v-1f6b5b40]{border:1px solid rgba(169,35,35,.2);background:#fff;color:#9f1d1d;border-radius:8px;padding:4px 8px;cursor:pointer;font:inherit}.qna-actions button[data-v-1f6b5b40]{border:1px solid transparent;background:linear-gradient(135deg,#2a63ad,#3f7dc8);color:#fff;padding:5px 16px;border-radius:12px;cursor:pointer;font-weight:700;box-shadow:0 8px 20px #23559e33}.secondary-btn[data-v-1f6b5b40]{border:1px solid rgba(123,160,210,.45);background:#fff;color:#1f4d93;box-shadow:none}.danger-btn[data-v-1f6b5b40]{border:1px solid rgba(185,28,28,.26);background:#fff;color:#b91c1c;box-shadow:none}.qna-actions button[data-v-1f6b5b40]:disabled{opacity:.6;cursor:not-allowed}.register-note[data-v-1f6b5b40]{font-size:12px;color:var(--ink-500)}.confirm-backdrop[data-v-1f6b5b40]{position:fixed;inset:0;background:#0f172a59;display:grid;place-items:center;z-index:120}.confirm-modal[data-v-1f6b5b40]{width:min(460px,92vw);border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:var(--shadow-strong);padding:16px}.confirm-text[data-v-1f6b5b40]{margin:0;color:var(--ink-900);line-height:1.5}.confirm-actions[data-v-1f6b5b40]{margin-top:14px;display:flex;justify-content:flex-end;gap:8px}.confirm-actions button[data-v-1f6b5b40]{border:1px solid var(--line);border-radius:8px;padding:6px 12px;font:inherit;cursor:pointer}.confirm-yes[data-v-1f6b5b40]{background:#b91c1c;color:#fff;border-color:#b91c1c}.confirm-no[data-v-1f6b5b40]{background:#fff;color:var(--ink-700)}@media(max-width:860px){.qna-table-head[data-v-1f6b5b40]{display:none}.qna-row[data-v-1f6b5b40]{grid-template-columns:1fr}.qna-time[data-v-1f6b5b40]{font-size:12px}}.gate-page[data-v-c878c403]{min-height:60vh;display:grid;place-items:center}.gate-card[data-v-c878c403]{width:min(560px,92vw);border:1px solid var(--line);border-radius:16px;padding:24px;background:var(--surface);box-shadow:var(--shadow-soft)}.title[data-v-c878c403]{margin:0 0 8px;font-size:24px;color:var(--ink-900)}.desc[data-v-c878c403],.info[data-v-c878c403]{margin:0 0 14px;color:var(--ink-700)}.notice[data-v-c878c403]{margin:0 0 14px;color:#a15c00}.error[data-v-c878c403]{margin:0 0 14px;color:#cc2f3a;font-weight:700}.btn[data-v-c878c403]{border:1px solid var(--line);border-radius:10px;padding:10px 14px;font-weight:700;background:var(--surface-strong)}.error-page[data-v-57aabb59]{min-height:60vh;display:grid;place-items:center}.error-card[data-v-57aabb59]{width:min(520px,92vw);border:1px solid var(--line);border-radius:16px;padding:24px;background:var(--surface);box-shadow:var(--shadow-soft)}.title[data-v-57aabb59]{margin:0 0 10px;font-size:24px;color:var(--ink-900)}.message[data-v-57aabb59]{margin:0;color:#cc2f3a;font-weight:700}.popup-wrap[data-v-5cba2088]{position:fixed;inset:0;min-height:100vh;display:flex;justify-content:center;align-items:center;padding:3px;background:#11111173;z-index:30;overflow:hidden}.panel[data-v-5cba2088]{display:flex;flex-direction:column;align-items:flex-start;position:relative;width:100%;height:calc(100vh - 6px);min-height:0;background:#fff;border:0;padding:0;border-radius:20px;box-shadow:0 20px 50px #00000040;overflow-y:auto;overflow-x:hidden;--content-width: 100%;--upload-gap: 8px;--file-btn-width: 80px}.panel[data-v-5cba2088],.panel[data-v-5cba2088] *{box-sizing:border-box;font-family:Spoqa Han Sans Neo,sans-serif}.head[data-v-5cba2088]{position:relative;width:100%;min-height:52px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 12px 0 20px;background:#fff;flex:none}.popup-wrap h1[data-v-5cba2088]{margin:0;width:92px;height:24px;font-family:Spoqa Han Sans Neo,sans-serif;font-style:normal;font-weight:500;font-size:16px;line-height:24px;display:flex;align-items:center;white-space:nowrap;color:#111;flex:none;order:0;flex-grow:0}.close-btn[data-v-5cba2088]{width:28px;height:28px;border:0;background:transparent;padding:0;font-weight:300;font-size:28px;line-height:28px;color:#111}.popup-wrap h2[data-v-5cba2088]{margin:0;font-size:clamp(18px,2vw,24px);line-height:1.45;font-weight:700;letter-spacing:-.5px;color:#111}.popup-wrap h3[data-v-5cba2088]{margin:0;font-size:clamp(15px,1.6vw,18px);line-height:1.5;font-weight:700;color:#111}.popup-wrap h3.doc-title[data-v-5cba2088]{margin:0;width:auto;height:24px;font-style:normal;font-weight:500;font-size:16.5px;line-height:27px;letter-spacing:-.5px;color:#111;flex:1 1 auto;min-width:0;order:0;text-align:left;white-space:nowrap}.hint[data-v-5cba2088],.error[data-v-5cba2088]{width:calc(100% - 40px);margin:10px 20px 0;overflow-wrap:anywhere}.hint[data-v-5cba2088]{color:#4f6288;font-size:clamp(12px,1.3vw,14px);line-height:1.5;text-decoration:none}.error[data-v-5cba2088]{padding:10px 12px;border-radius:8px;color:#9f1d2d;background:#fff2f3;border:1px solid #ffd7dc;font-size:clamp(12px,1.3vw,14px);line-height:1.5}.page[data-v-5cba2088]{width:100%;padding:24px 20px 74px;flex:none;min-height:0;overflow-y:visible}.page-upload[data-v-5cba2088]{height:auto;display:flex;flex-direction:column;align-items:flex-start;gap:16px}.intro-title[data-v-5cba2088],.sub-copy-group[data-v-5cba2088],.doc-block[data-v-5cba2088],.extra-doc-list[data-v-5cba2088],.extra-doc[data-v-5cba2088],.extra-doc-head[data-v-5cba2088],.doc-title-row[data-v-5cba2088],.upload-controls[data-v-5cba2088],.upload-row[data-v-5cba2088],.table-wrap[data-v-5cba2088],.section-wrap[data-v-5cba2088]{width:var(--content-width);min-width:0}.intro-title[data-v-5cba2088]{width:152px;height:52px;display:flex;align-items:center;flex:none;order:0;flex-grow:0;font-style:normal;font-weight:500;font-size:18px;line-height:26px;letter-spacing:-.5px;color:#111}.popup-wrap p.sub-copy[data-v-5cba2088]{margin:0;width:304px;height:18px;font-family:Spoqa Han Sans Neo,sans-serif;font-style:normal;font-weight:250;font-size:12px;line-height:18px;color:#7d8590;text-decoration:none;flex:none;order:0;align-self:stretch;flex-grow:0;overflow-wrap:anywhere}.sub-copy-group[data-v-5cba2088],.doc-block[data-v-5cba2088],.extra-doc-list[data-v-5cba2088],.extra-doc[data-v-5cba2088],.section-wrap[data-v-5cba2088]{display:flex;flex-direction:column;align-items:flex-start}.sub-copy-group[data-v-5cba2088]{gap:4px;margin-bottom:16px}.doc-block[data-v-5cba2088],.extra-doc[data-v-5cba2088]{gap:12px}.extra-doc-list[data-v-5cba2088],.section-wrap[data-v-5cba2088]{gap:14px}.extra-doc-head[data-v-5cba2088],.doc-title-row[data-v-5cba2088]{display:flex;align-items:center;justify-content:space-between;gap:12px}.extra-doc-head strong[data-v-5cba2088]{font-size:clamp(13px,1.4vw,15px);line-height:1.45;font-weight:700;color:#2c3250;overflow-wrap:anywhere}.extra-doc-remove[data-v-5cba2088]{width:16px;height:16px;border:0;padding:0;background:transparent;color:#777e8c;font-size:16px;line-height:16px}.page-upload .doc-block+.doc-block[data-v-5cba2088]{margin-top:28px}.doc-block[data-v-5cba2088]:first-of-type{margin-top:0}.text-link[data-v-5cba2088]{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:0;gap:10px;flex:none;margin:0 0 0 auto;width:51px;height:20px;white-space:nowrap;border:0;background:transparent;color:#999ea4;font-size:clamp(12px,1.3vw,14px);font-weight:400;line-height:1.65;text-align:right;text-decoration:underline;text-underline-offset:3px}.text-link[data-v-5cba2088]:hover{color:#2a3fec}.upload-controls[data-v-5cba2088]{display:flex;align-items:center}.secu-select-trigger[data-v-5cba2088]{width:100%;min-height:40px;border:0;border-radius:6px;padding:10px 12px 10px 16px;background:#f7f7f7;font-family:Spoqa Han Sans Neo,sans-serif;font-style:normal;font-weight:500;font-size:14px;line-height:20px;color:#111;display:flex;align-items:center;justify-content:space-between;gap:12px;text-align:left;order:0;flex-grow:0}.secu-select-arrow[data-v-5cba2088]{width:13px;height:13px;position:relative;display:flex;align-items:center;justify-content:center;flex:none;order:1;flex-grow:0}.secu-select-arrow[data-v-5cba2088]:before{content:"";position:absolute;top:50%;left:50%;width:6px;height:6px;border-right:1px solid #111111;border-bottom:1px solid #111111;transform:translate(-50%,-60%) rotate(45deg)}.popup-wrap button[data-v-5cba2088]{cursor:pointer}.upload-row[data-v-5cba2088]{display:flex;align-items:stretch;gap:var(--upload-gap)}.popup-wrap .fake-input[data-v-5cba2088]{flex:1 1 auto;min-width:0;min-height:40px;border-radius:6px;background:#f7f7f7;color:#8f959d;font-family:Spoqa Han Sans Neo,sans-serif;font-style:normal;font-weight:300;font-size:14px;line-height:20px;display:flex;align-items:center;padding:10px 16px;overflow-wrap:anywhere;white-space:normal}.fake-input.has-file[data-v-5cba2088]{color:#000}.popup-wrap .fake-input.has-file[data-v-5cba2088]:hover{color:#2a3fec!important}.popup-wrap button.file-btn[data-v-5cba2088]{display:flex;justify-content:center;align-items:center;flex:0 0 auto;width:80px;height:40px;border:0;border-radius:6px;background:#f4f6f9;color:#000;font-family:Spoqa Han Sans Neo,sans-serif;font-style:normal;font-weight:300;font-size:13px;line-height:20px;text-align:center;order:0;flex-grow:0}.popup-wrap button.file-btn[data-v-5cba2088]:hover{color:#2a3fec}.file-btn-mini[data-v-5cba2088]{width:40px;font-size:12px}.file-name-link[data-v-5cba2088]{border:0;background:transparent;margin:0;color:#000;text-align:left;text-decoration:none;font:inherit}.popup-wrap button.fake-input.has-file.file-name-link[data-v-5cba2088]:hover,.popup-wrap .file-name-link[data-v-5cba2088]:hover{color:#2a3fec!important}.popup-wrap button[data-v-5cba2088]:disabled{opacity:.5;cursor:not-allowed}.table-wrap[data-v-5cba2088]{display:flex;flex-direction:column;gap:var(--upload-gap)}.table-head[data-v-5cba2088],.table-row[data-v-5cba2088]{display:grid;grid-template-columns:90px 150px minmax(0,1fr) 100px 110px 120px;gap:var(--upload-gap);align-items:center}.table-head[data-v-5cba2088]{font-size:clamp(11px,1.2vw,12px);color:#5a6f95;font-weight:700;border-bottom:1px solid #d9e3f3;padding-bottom:6px}.table-row[data-v-5cba2088]{font-size:clamp(11px,1.2vw,12px);border-bottom:1px solid #e8eef8;padding:4px 0}.ellipsis[data-v-5cba2088]{overflow:hidden;text-overflow:ellipsis;white-space:normal;overflow-wrap:anywhere}.actions[data-v-5cba2088]{display:flex;flex-wrap:wrap;gap:6px}.actions button[data-v-5cba2088]{min-height:24px;font-size:11px;padding:0 8px}.actions .danger[data-v-5cba2088]{color:#b91c1c}.bottom[data-v-5cba2088]{width:100%;min-height:64px;display:flex;justify-content:center;align-items:center;gap:12px;padding:0 16px 12px;background:#fff;margin-top:0;flex:none}.nav-buttons[data-v-5cba2088]{display:flex;gap:var(--upload-gap);width:auto;flex:none;order:0;flex-grow:0}.nav[data-v-5cba2088]{display:flex;flex-direction:row;justify-content:center;align-items:center;flex:none;width:154px;height:52px;border-radius:8px;border:0;font-family:Spoqa Han Sans Neo,sans-serif;font-style:normal;font-weight:500;font-size:16px;line-height:24px;text-align:center;align-self:stretch;flex-grow:0}.nav.prev[data-v-5cba2088]{background:#f4f6f9;color:#333950}.nav.next[data-v-5cba2088]{background:#2a3fec;color:#fff}.secu-sheet-wrap[data-v-5cba2088]{position:fixed;inset:0;z-index:40;display:flex;align-items:center;justify-content:center;background:#11111140}.secu-sheet[data-v-5cba2088]{display:flex;flex-direction:column;width:100%;height:100%;background:#f4f4f4;border-radius:20px;padding:12px 16px 8px}.secu-sheet-head[data-v-5cba2088]{width:100%;min-height:50px;display:flex;flex-direction:column;align-items:flex-start;padding:0;flex:none;order:0;flex-grow:0}.secu-sheet-head-top[data-v-5cba2088],.secu-sheet-head-bottom[data-v-5cba2088]{width:100%;display:flex}.secu-sheet-head-top[data-v-5cba2088]{justify-content:flex-end;align-items:flex-start;padding-right:0}.secu-sheet-head-bottom[data-v-5cba2088]{justify-content:flex-start;align-items:center;width:320px}.secu-sheet-close[data-v-5cba2088]{width:16px;height:16px;border:0;border-radius:50%;background:#d5dbe3;color:#111;font-size:16px;line-height:16px;padding:0;flex:none;margin-left:auto}.secu-sheet-title[data-v-5cba2088]{margin-top:0;font-weight:600;font-size:clamp(20px,2.2vw,24px);line-height:1.45;letter-spacing:-.5px;color:#111;text-align:left}.secu-sheet-body[data-v-5cba2088]{width:100%;min-height:0;flex:1;overflow-y:hidden;margin-top:2px;display:flex}.secu-list[data-v-5cba2088]{width:100%;height:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));column-gap:var(--upload-gap);row-gap:4px;align-content:space-between;padding:0}.secu-item[data-v-5cba2088]{width:100%;min-height:28px;display:flex;align-items:center;justify-content:flex-start;gap:var(--upload-gap);padding:0;border:0;background:transparent}.secu-item-image[data-v-5cba2088]{width:min(156px,100%);height:28px;display:block;object-fit:contain;object-position:left center}.notice-wrap[data-v-5cba2088]{position:fixed;inset:0;z-index:60;display:flex;justify-content:center;align-items:center;background:#1113;padding:16px}.notice-pop[data-v-5cba2088]{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:32px 20px 20px;gap:10px;width:min(100%,32rem);min-height:156px;background:#fff;border-radius:16px}.notice-content[data-v-5cba2088]{display:flex;flex-direction:column;align-items:center;gap:32px;width:min(100%,280px)}.notice-message[data-v-5cba2088]{margin:0;width:min(100%,280px);min-height:20px;font-weight:500;font-size:clamp(13px,1.4vw,15px);line-height:1.5;display:flex;align-items:center;justify-content:center;text-align:center;color:#777e8c;white-space:pre-line;overflow-wrap:anywhere}.notice-buttons[data-v-5cba2088]{display:flex;align-items:center;gap:12px;width:min(100%,280px);height:52px}.notice-btn[data-v-5cba2088]{flex:1 1 0;height:52px;border:0;border-radius:8px;font-weight:500;font-size:clamp(15px,1.6vw,16px);line-height:1.5;text-align:center}.notice-btn-cancel[data-v-5cba2088]{background:#f4f6f9;color:#333950}.notice-btn-main[data-v-5cba2088]{background:#2a3fec;color:#fff}@media(max-width:860px){.table-head[data-v-5cba2088],.table-row[data-v-5cba2088]{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.popup-wrap[data-v-5cba2088]{padding:0}.panel[data-v-5cba2088]{height:100vh;border-radius:0}.head[data-v-5cba2088],.page[data-v-5cba2088],.bottom[data-v-5cba2088]{padding-left:16px;padding-right:16px}}.popup-wrap[data-v-c0b5ccee]{position:fixed;inset:0;min-height:100vh;display:flex;justify-content:center;align-items:center;padding:3px;background:#11111173;z-index:30;overflow:hidden}.panel[data-v-c0b5ccee]{display:flex;flex-direction:column;align-items:flex-start;position:relative;width:100%;height:calc(100vh - 6px);min-height:0;background:#fff;border:0;padding:0;border-radius:20px;box-shadow:0 20px 50px #00000040;overflow-y:auto;overflow-x:hidden;--content-width: 100%;--upload-gap: 8px;--file-btn-width: 80px}.panel[data-v-c0b5ccee],.panel[data-v-c0b5ccee] *{box-sizing:border-box;font-family:Spoqa Han Sans Neo,sans-serif}.head[data-v-c0b5ccee]{position:relative;width:100%;min-height:52px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 12px 0 20px;background:#fff;flex:none}.popup-wrap h1[data-v-c0b5ccee]{margin:0;width:92px;height:24px;font-family:Spoqa Han Sans Neo,sans-serif;font-style:normal;font-weight:500;font-size:16px;line-height:24px;display:flex;align-items:center;white-space:nowrap;color:#111;flex:none;order:0;flex-grow:0}.close-btn[data-v-c0b5ccee]{width:28px;height:28px;border:0;background:transparent;padding:0;font-weight:300;font-size:28px;line-height:28px;color:#111}.popup-wrap h2[data-v-c0b5ccee]{margin:0;font-size:clamp(18px,2vw,24px);line-height:1.45;font-weight:700;letter-spacing:-.5px;color:#111}.popup-wrap h3[data-v-c0b5ccee]{margin:0;font-size:clamp(15px,1.6vw,18px);line-height:1.5;font-weight:700;color:#111}.popup-wrap h3.doc-title[data-v-c0b5ccee]{margin:0;width:auto;height:24px;font-style:normal;font-weight:500;font-size:16.5px;line-height:27px;letter-spacing:-.5px;color:#111;flex:1 1 auto;min-width:0;order:0;text-align:left;white-space:nowrap}.hint[data-v-c0b5ccee],.error[data-v-c0b5ccee]{width:calc(100% - 40px);margin:10px 20px 0;overflow-wrap:anywhere}.hint[data-v-c0b5ccee]{color:#4f6288;font-size:clamp(12px,1.3vw,14px);line-height:1.5;text-decoration:none}.error[data-v-c0b5ccee]{padding:10px 12px;border-radius:8px;color:#9f1d2d;background:#fff2f3;border:1px solid #ffd7dc;font-size:clamp(12px,1.3vw,14px);line-height:1.5}.page[data-v-c0b5ccee]{width:100%;padding:24px 20px 74px;flex:none;min-height:0;overflow-y:visible}.page-upload[data-v-c0b5ccee]{height:auto;display:flex;flex-direction:column;align-items:flex-start;gap:16px}.intro-title[data-v-c0b5ccee],.sub-copy-group[data-v-c0b5ccee],.doc-block[data-v-c0b5ccee],.extra-doc-list[data-v-c0b5ccee],.extra-doc[data-v-c0b5ccee],.extra-doc-head[data-v-c0b5ccee],.doc-title-row[data-v-c0b5ccee],.upload-controls[data-v-c0b5ccee],.upload-row[data-v-c0b5ccee],.table-wrap[data-v-c0b5ccee],.section-wrap[data-v-c0b5ccee]{width:var(--content-width);min-width:0}.intro-title[data-v-c0b5ccee]{width:152px;height:52px;display:flex;align-items:center;flex:none;order:0;flex-grow:0;font-style:normal;font-weight:500;font-size:18px;line-height:26px;letter-spacing:-.5px;color:#111}.popup-wrap p.sub-copy[data-v-c0b5ccee]{margin:0;width:304px;height:18px;font-family:Spoqa Han Sans Neo,sans-serif;font-style:normal;font-weight:250;font-size:12px;line-height:18px;color:#7d8590;text-decoration:none;flex:none;order:0;align-self:stretch;flex-grow:0;overflow-wrap:anywhere}.sub-copy-group[data-v-c0b5ccee],.doc-block[data-v-c0b5ccee],.extra-doc-list[data-v-c0b5ccee],.extra-doc[data-v-c0b5ccee],.section-wrap[data-v-c0b5ccee]{display:flex;flex-direction:column;align-items:flex-start}.sub-copy-group[data-v-c0b5ccee]{gap:4px;margin-bottom:16px}.doc-block[data-v-c0b5ccee],.extra-doc[data-v-c0b5ccee]{gap:12px}.extra-doc-list[data-v-c0b5ccee],.section-wrap[data-v-c0b5ccee]{gap:14px}.extra-doc-head[data-v-c0b5ccee],.doc-title-row[data-v-c0b5ccee]{display:flex;align-items:center;justify-content:space-between;gap:12px}.extra-doc-head strong[data-v-c0b5ccee]{font-size:clamp(13px,1.4vw,15px);line-height:1.45;font-weight:700;color:#2c3250;overflow-wrap:anywhere}.extra-doc-remove[data-v-c0b5ccee]{width:16px;height:16px;border:0;padding:0;background:transparent;color:#777e8c;font-size:16px;line-height:16px}.page-upload .doc-block+.doc-block[data-v-c0b5ccee]{margin-top:28px}.doc-block[data-v-c0b5ccee]:first-of-type{margin-top:0}.text-link[data-v-c0b5ccee]{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:0;gap:10px;flex:none;margin:0 0 0 auto;width:51px;height:20px;white-space:nowrap;border:0;background:transparent;color:#999ea4;font-size:clamp(12px,1.3vw,14px);font-weight:400;line-height:1.65;text-align:right;text-decoration:underline;text-underline-offset:3px}.text-link[data-v-c0b5ccee]:hover{color:#2a3fec}.upload-controls[data-v-c0b5ccee]{display:flex;align-items:center}.secu-select-trigger[data-v-c0b5ccee]{width:100%;min-height:40px;border:0;border-radius:6px;padding:10px 12px 10px 16px;background:#f7f7f7;font-family:Spoqa Han Sans Neo,sans-serif;font-style:normal;font-weight:500;font-size:14px;line-height:20px;color:#111;display:flex;align-items:center;justify-content:space-between;gap:12px;text-align:left;order:0;flex-grow:0}.secu-select-arrow[data-v-c0b5ccee]{width:13px;height:13px;position:relative;display:flex;align-items:center;justify-content:center;flex:none;order:1;flex-grow:0}.secu-select-arrow[data-v-c0b5ccee]:before{content:"";position:absolute;top:50%;left:50%;width:6px;height:6px;border-right:1px solid #111111;border-bottom:1px solid #111111;transform:translate(-50%,-60%) rotate(45deg)}.popup-wrap button[data-v-c0b5ccee]{cursor:pointer}.upload-row[data-v-c0b5ccee]{display:flex;align-items:stretch;gap:var(--upload-gap)}.popup-wrap .fake-input[data-v-c0b5ccee]{flex:1 1 auto;min-width:0;min-height:40px;border-radius:6px;background:#f7f7f7;color:#8f959d;font-family:Spoqa Han Sans Neo,sans-serif;font-style:normal;font-weight:300;font-size:14px;line-height:20px;display:flex;align-items:center;padding:10px 16px;overflow-wrap:anywhere;white-space:normal}.fake-input.has-file[data-v-c0b5ccee]{color:#000}.popup-wrap .fake-input.has-file[data-v-c0b5ccee]:hover{color:#2a3fec!important}.popup-wrap button.file-btn[data-v-c0b5ccee]{display:flex;justify-content:center;align-items:center;flex:0 0 auto;width:80px;height:40px;border:0;border-radius:6px;background:#f4f6f9;color:#000;font-family:Spoqa Han Sans Neo,sans-serif;font-style:normal;font-weight:300;font-size:13px;line-height:20px;text-align:center;order:0;flex-grow:0}.popup-wrap button.file-btn[data-v-c0b5ccee]:hover{color:#2a3fec}.file-btn-mini[data-v-c0b5ccee]{width:40px;font-size:12px}.file-name-link[data-v-c0b5ccee]{border:0;background:transparent;margin:0;color:#000;text-align:left;text-decoration:none;font:inherit}.popup-wrap button.fake-input.has-file.file-name-link[data-v-c0b5ccee]:hover,.popup-wrap .file-name-link[data-v-c0b5ccee]:hover{color:#2a3fec!important}.popup-wrap button[data-v-c0b5ccee]:disabled{opacity:.5;cursor:not-allowed}.table-wrap[data-v-c0b5ccee]{display:flex;flex-direction:column;gap:var(--upload-gap)}.table-head[data-v-c0b5ccee],.table-row[data-v-c0b5ccee]{display:grid;grid-template-columns:90px 150px minmax(0,1fr) 100px 110px 120px;gap:var(--upload-gap);align-items:center}.table-head[data-v-c0b5ccee]{font-size:clamp(11px,1.2vw,12px);color:#5a6f95;font-weight:700;border-bottom:1px solid #d9e3f3;padding-bottom:6px}.table-row[data-v-c0b5ccee]{font-size:clamp(11px,1.2vw,12px);border-bottom:1px solid #e8eef8;padding:4px 0}.ellipsis[data-v-c0b5ccee]{overflow:hidden;text-overflow:ellipsis;white-space:normal;overflow-wrap:anywhere}.actions[data-v-c0b5ccee]{display:flex;flex-wrap:wrap;gap:6px}.actions button[data-v-c0b5ccee]{min-height:24px;font-size:11px;padding:0 8px}.actions .danger[data-v-c0b5ccee]{color:#b91c1c}.bottom[data-v-c0b5ccee]{width:100%;min-height:64px;display:flex;justify-content:center;align-items:center;gap:12px;padding:0 16px 12px;background:#fff;margin-top:0;flex:none}.nav-buttons[data-v-c0b5ccee]{display:flex;gap:var(--upload-gap);width:auto;flex:none;order:0;flex-grow:0}.nav[data-v-c0b5ccee]{display:flex;flex-direction:row;justify-content:center;align-items:center;flex:none;width:154px;height:52px;border-radius:8px;border:0;font-family:Spoqa Han Sans Neo,sans-serif;font-style:normal;font-weight:500;font-size:16px;line-height:24px;text-align:center;align-self:stretch;flex-grow:0}.nav.prev[data-v-c0b5ccee]{background:#f4f6f9;color:#333950}.nav.next[data-v-c0b5ccee]{background:#2a3fec;color:#fff}.secu-sheet-wrap[data-v-c0b5ccee]{position:fixed;inset:0;z-index:40;display:flex;align-items:center;justify-content:center;background:#11111140}.secu-sheet[data-v-c0b5ccee]{display:flex;flex-direction:column;width:100%;height:100%;background:#f4f4f4;border-radius:20px;padding:12px 16px 8px}.secu-sheet-head[data-v-c0b5ccee]{width:100%;min-height:50px;display:flex;flex-direction:column;align-items:flex-start;padding:0;flex:none;order:0;flex-grow:0}.secu-sheet-head-top[data-v-c0b5ccee],.secu-sheet-head-bottom[data-v-c0b5ccee]{width:100%;display:flex}.secu-sheet-head-top[data-v-c0b5ccee]{justify-content:flex-end;align-items:flex-start;padding-right:0}.secu-sheet-head-bottom[data-v-c0b5ccee]{justify-content:flex-start;align-items:center;width:320px}.secu-sheet-close[data-v-c0b5ccee]{width:16px;height:16px;border:0;border-radius:50%;background:#d5dbe3;color:#111;font-size:16px;line-height:16px;padding:0;flex:none;margin-left:auto}.secu-sheet-title[data-v-c0b5ccee]{margin-top:0;font-weight:600;font-size:clamp(20px,2.2vw,24px);line-height:1.45;letter-spacing:-.5px;color:#111;text-align:left}.secu-sheet-body[data-v-c0b5ccee]{width:100%;min-height:0;flex:1;overflow-y:hidden;margin-top:2px;display:flex}.secu-list[data-v-c0b5ccee]{width:100%;height:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));column-gap:var(--upload-gap);row-gap:4px;align-content:space-between;padding:0}.secu-item[data-v-c0b5ccee]{width:100%;min-height:28px;display:flex;align-items:center;justify-content:flex-start;gap:var(--upload-gap);padding:0;border:0;background:transparent}.secu-item-image[data-v-c0b5ccee]{width:min(156px,100%);height:28px;display:block;object-fit:contain;object-position:left center}.notice-wrap[data-v-c0b5ccee]{position:fixed;inset:0;z-index:60;display:flex;justify-content:center;align-items:center;background:#1113;padding:16px}.notice-pop[data-v-c0b5ccee]{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:32px 20px 20px;gap:10px;width:min(100%,32rem);min-height:156px;background:#fff;border-radius:16px}.notice-content[data-v-c0b5ccee]{display:flex;flex-direction:column;align-items:center;gap:32px;width:min(100%,280px)}.notice-message[data-v-c0b5ccee]{margin:0;width:min(100%,280px);min-height:20px;font-weight:500;font-size:clamp(13px,1.4vw,15px);line-height:1.5;display:flex;align-items:center;justify-content:center;text-align:center;color:#777e8c;white-space:pre-line;overflow-wrap:anywhere}.notice-buttons[data-v-c0b5ccee]{display:flex;align-items:center;gap:12px;width:min(100%,280px);height:52px}.notice-btn[data-v-c0b5ccee]{flex:1 1 0;height:52px;border:0;border-radius:8px;font-weight:500;font-size:clamp(15px,1.6vw,16px);line-height:1.5;text-align:center}.notice-btn-cancel[data-v-c0b5ccee]{background:#f4f6f9;color:#333950}.notice-btn-main[data-v-c0b5ccee]{background:#2a3fec;color:#fff}@media(max-width:860px){.table-head[data-v-c0b5ccee],.table-row[data-v-c0b5ccee]{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.popup-wrap[data-v-c0b5ccee]{padding:0}.panel[data-v-c0b5ccee]{height:100vh;border-radius:0}.head[data-v-c0b5ccee],.page[data-v-c0b5ccee],.bottom[data-v-c0b5ccee]{padding-left:16px;padding-right:16px}}.popup-wrap[data-v-de71fcae]{position:fixed;inset:0;min-height:100vh;display:flex;justify-content:center;align-items:center;padding:3px;background:#11111173;z-index:30;overflow:hidden}.panel[data-v-de71fcae]{display:flex;flex-direction:column;align-items:flex-start;position:relative;width:100%;height:calc(100vh - 6px);min-height:0;background:#fff;border:0;padding:0;border-radius:20px;box-shadow:0 20px 50px #00000040;overflow-y:auto;overflow-x:hidden;--content-width: 100%;--upload-gap: 8px;--file-btn-width: 80px}.panel[data-v-de71fcae],.panel[data-v-de71fcae] *{box-sizing:border-box;font-family:Spoqa Han Sans Neo,sans-serif}.head[data-v-de71fcae]{position:relative;width:100%;min-height:52px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 12px 0 20px;background:#fff;flex:none}.popup-wrap h1[data-v-de71fcae]{margin:0;width:92px;height:24px;font-family:Spoqa Han Sans Neo,sans-serif;font-style:normal;font-weight:500;font-size:16px;line-height:24px;display:flex;align-items:center;white-space:nowrap;color:#111;flex:none;order:0;flex-grow:0}.close-btn[data-v-de71fcae]{width:28px;height:28px;border:0;background:transparent;padding:0;font-weight:300;font-size:28px;line-height:28px;color:#111}.popup-wrap h2[data-v-de71fcae]{margin:0;font-size:clamp(18px,2vw,24px);line-height:1.45;font-weight:700;letter-spacing:-.5px;color:#111}.popup-wrap h3[data-v-de71fcae]{margin:0;font-size:clamp(15px,1.6vw,18px);line-height:1.5;font-weight:700;color:#111}.popup-wrap h3.doc-title[data-v-de71fcae]{margin:0;width:auto;height:24px;font-style:normal;font-weight:500;font-size:16.5px;line-height:27px;letter-spacing:-.5px;color:#111;flex:1 1 auto;min-width:0;order:0;text-align:left;white-space:nowrap}.hint[data-v-de71fcae],.error[data-v-de71fcae]{width:calc(100% - 40px);margin:10px 20px 0;overflow-wrap:anywhere}.hint[data-v-de71fcae]{color:#4f6288;font-size:clamp(12px,1.3vw,14px);line-height:1.5;text-decoration:none}.error[data-v-de71fcae]{padding:10px 12px;border-radius:8px;color:#9f1d2d;background:#fff2f3;border:1px solid #ffd7dc;font-size:clamp(12px,1.3vw,14px);line-height:1.5}.page[data-v-de71fcae]{width:100%;padding:24px 20px 74px;flex:none;min-height:0;overflow-y:visible}.page-upload[data-v-de71fcae]{height:auto;display:flex;flex-direction:column;align-items:flex-start;gap:16px}.intro-title[data-v-de71fcae],.sub-copy-group[data-v-de71fcae],.doc-block[data-v-de71fcae],.extra-doc-list[data-v-de71fcae],.extra-doc[data-v-de71fcae],.extra-doc-head[data-v-de71fcae],.doc-title-row[data-v-de71fcae],.upload-controls[data-v-de71fcae],.upload-row[data-v-de71fcae],.table-wrap[data-v-de71fcae],.section-wrap[data-v-de71fcae]{width:var(--content-width);min-width:0}.intro-title[data-v-de71fcae]{width:152px;height:52px;display:flex;align-items:center;flex:none;order:0;flex-grow:0;font-style:normal;font-weight:500;font-size:18px;line-height:26px;letter-spacing:-.5px;color:#111}.popup-wrap p.sub-copy[data-v-de71fcae]{margin:0;width:304px;height:18px;font-family:Spoqa Han Sans Neo,sans-serif;font-style:normal;font-weight:250;font-size:12px;line-height:18px;color:#7d8590;text-decoration:none;flex:none;order:0;align-self:stretch;flex-grow:0;overflow-wrap:anywhere}.sub-copy-group[data-v-de71fcae],.doc-block[data-v-de71fcae],.extra-doc-list[data-v-de71fcae],.extra-doc[data-v-de71fcae],.section-wrap[data-v-de71fcae]{display:flex;flex-direction:column;align-items:flex-start}.sub-copy-group[data-v-de71fcae]{gap:4px;margin-bottom:16px}.doc-block[data-v-de71fcae],.extra-doc[data-v-de71fcae]{gap:12px}.extra-doc-list[data-v-de71fcae],.section-wrap[data-v-de71fcae]{gap:14px}.extra-doc-head[data-v-de71fcae],.doc-title-row[data-v-de71fcae]{display:flex;align-items:center;justify-content:space-between;gap:12px}.extra-doc-head strong[data-v-de71fcae]{font-size:clamp(13px,1.4vw,15px);line-height:1.45;font-weight:700;color:#2c3250;overflow-wrap:anywhere}.extra-doc-remove[data-v-de71fcae]{width:16px;height:16px;border:0;padding:0;background:transparent;color:#777e8c;font-size:16px;line-height:16px}.page-upload .doc-block+.doc-block[data-v-de71fcae]{margin-top:28px}.doc-block[data-v-de71fcae]:first-of-type{margin-top:0}.text-link[data-v-de71fcae]{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:0;gap:10px;flex:none;margin:0 0 0 auto;width:51px;height:20px;white-space:nowrap;border:0;background:transparent;color:#999ea4;font-size:clamp(12px,1.3vw,14px);font-weight:400;line-height:1.65;text-align:right;text-decoration:underline;text-underline-offset:3px}.text-link[data-v-de71fcae]:hover{color:#2a3fec}.upload-controls[data-v-de71fcae]{display:flex;align-items:center}.secu-select-trigger[data-v-de71fcae]{width:100%;min-height:40px;border:0;border-radius:6px;padding:10px 12px 10px 16px;background:#f7f7f7;font-family:Spoqa Han Sans Neo,sans-serif;font-style:normal;font-weight:500;font-size:14px;line-height:20px;color:#111;display:flex;align-items:center;justify-content:space-between;gap:12px;text-align:left;order:0;flex-grow:0}.secu-select-arrow[data-v-de71fcae]{width:13px;height:13px;position:relative;display:flex;align-items:center;justify-content:center;flex:none;order:1;flex-grow:0}.secu-select-arrow[data-v-de71fcae]:before{content:"";position:absolute;top:50%;left:50%;width:6px;height:6px;border-right:1px solid #111111;border-bottom:1px solid #111111;transform:translate(-50%,-60%) rotate(45deg)}.popup-wrap button[data-v-de71fcae]{cursor:pointer}.upload-row[data-v-de71fcae]{display:flex;align-items:stretch;gap:var(--upload-gap)}.popup-wrap .fake-input[data-v-de71fcae]{flex:1 1 auto;min-width:0;min-height:40px;border-radius:6px;background:#f7f7f7;color:#8f959d;font-family:Spoqa Han Sans Neo,sans-serif;font-style:normal;font-weight:300;font-size:14px;line-height:20px;display:flex;align-items:center;padding:10px 16px;overflow-wrap:anywhere;white-space:normal}.fake-input.has-file[data-v-de71fcae]{color:#000}.popup-wrap .fake-input.has-file[data-v-de71fcae]:hover{color:#2a3fec!important}.popup-wrap button.file-btn[data-v-de71fcae]{display:flex;justify-content:center;align-items:center;flex:0 0 auto;width:80px;height:40px;border:0;border-radius:6px;background:#f4f6f9;color:#000;font-family:Spoqa Han Sans Neo,sans-serif;font-style:normal;font-weight:300;font-size:13px;line-height:20px;text-align:center;order:0;flex-grow:0}.popup-wrap button.file-btn[data-v-de71fcae]:hover{color:#2a3fec}.file-btn-mini[data-v-de71fcae]{width:40px;font-size:12px}.file-name-link[data-v-de71fcae]{border:0;background:transparent;margin:0;color:#000;text-align:left;text-decoration:none;font:inherit}.popup-wrap button.fake-input.has-file.file-name-link[data-v-de71fcae]:hover,.popup-wrap .file-name-link[data-v-de71fcae]:hover{color:#2a3fec!important}.popup-wrap button[data-v-de71fcae]:disabled{opacity:.5;cursor:not-allowed}.table-wrap[data-v-de71fcae]{display:flex;flex-direction:column;gap:var(--upload-gap)}.table-head[data-v-de71fcae],.table-row[data-v-de71fcae]{display:grid;grid-template-columns:90px 150px minmax(0,1fr) 100px 110px 120px;gap:var(--upload-gap);align-items:center}.table-head[data-v-de71fcae]{font-size:clamp(11px,1.2vw,12px);color:#5a6f95;font-weight:700;border-bottom:1px solid #d9e3f3;padding-bottom:6px}.table-row[data-v-de71fcae]{font-size:clamp(11px,1.2vw,12px);border-bottom:1px solid #e8eef8;padding:4px 0}.ellipsis[data-v-de71fcae]{overflow:hidden;text-overflow:ellipsis;white-space:normal;overflow-wrap:anywhere}.actions[data-v-de71fcae]{display:flex;flex-wrap:wrap;gap:6px}.actions button[data-v-de71fcae]{min-height:24px;font-size:11px;padding:0 8px}.actions .danger[data-v-de71fcae]{color:#b91c1c}.bottom[data-v-de71fcae]{width:100%;min-height:64px;display:flex;justify-content:center;align-items:center;gap:12px;padding:0 16px 12px;background:#fff;margin-top:0;flex:none}.nav-buttons[data-v-de71fcae]{display:flex;gap:var(--upload-gap);width:auto;flex:none;order:0;flex-grow:0}.nav[data-v-de71fcae]{display:flex;flex-direction:row;justify-content:center;align-items:center;flex:none;width:154px;height:52px;border-radius:8px;border:0;font-family:Spoqa Han Sans Neo,sans-serif;font-style:normal;font-weight:500;font-size:16px;line-height:24px;text-align:center;align-self:stretch;flex-grow:0}.nav.prev[data-v-de71fcae]{background:#f4f6f9;color:#333950}.nav.next[data-v-de71fcae]{background:#2a3fec;color:#fff}.secu-sheet-wrap[data-v-de71fcae]{position:fixed;inset:0;z-index:40;display:flex;align-items:center;justify-content:center;background:#11111140}.secu-sheet[data-v-de71fcae]{display:flex;flex-direction:column;width:100%;height:100%;background:#f4f4f4;border-radius:20px;padding:12px 16px 8px}.secu-sheet-head[data-v-de71fcae]{width:100%;min-height:50px;display:flex;flex-direction:column;align-items:flex-start;padding:0;flex:none;order:0;flex-grow:0}.secu-sheet-head-top[data-v-de71fcae],.secu-sheet-head-bottom[data-v-de71fcae]{width:100%;display:flex}.secu-sheet-head-top[data-v-de71fcae]{justify-content:flex-end;align-items:flex-start;padding-right:0}.secu-sheet-head-bottom[data-v-de71fcae]{justify-content:flex-start;align-items:center;width:320px}.secu-sheet-close[data-v-de71fcae]{width:16px;height:16px;border:0;border-radius:50%;background:#d5dbe3;color:#111;font-size:16px;line-height:16px;padding:0;flex:none;margin-left:auto}.secu-sheet-title[data-v-de71fcae]{margin-top:0;font-weight:600;font-size:clamp(20px,2.2vw,24px);line-height:1.45;letter-spacing:-.5px;color:#111;text-align:left}.secu-sheet-body[data-v-de71fcae]{width:100%;min-height:0;flex:1;overflow-y:hidden;margin-top:2px;display:flex}.secu-list[data-v-de71fcae]{width:100%;height:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));column-gap:var(--upload-gap);row-gap:4px;align-content:space-between;padding:0}.secu-item[data-v-de71fcae]{width:100%;min-height:28px;display:flex;align-items:center;justify-content:flex-start;gap:var(--upload-gap);padding:0;border:0;background:transparent}.secu-item-image[data-v-de71fcae]{width:min(156px,100%);height:28px;display:block;object-fit:contain;object-position:left center}.notice-wrap[data-v-de71fcae]{position:fixed;inset:0;z-index:60;display:flex;justify-content:center;align-items:center;background:#1113;padding:16px}.notice-pop[data-v-de71fcae]{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:32px 20px 20px;gap:10px;width:min(100%,32rem);min-height:156px;background:#fff;border-radius:16px}.notice-content[data-v-de71fcae]{display:flex;flex-direction:column;align-items:center;gap:32px;width:min(100%,280px)}.notice-message[data-v-de71fcae]{margin:0;width:min(100%,280px);min-height:20px;font-weight:500;font-size:clamp(13px,1.4vw,15px);line-height:1.5;display:flex;align-items:center;justify-content:center;text-align:center;color:#777e8c;white-space:pre-line;overflow-wrap:anywhere}.notice-buttons[data-v-de71fcae]{display:flex;align-items:center;gap:12px;width:min(100%,280px);height:52px}.notice-btn[data-v-de71fcae]{flex:1 1 0;height:52px;border:0;border-radius:8px;font-weight:500;font-size:clamp(15px,1.6vw,16px);line-height:1.5;text-align:center}.notice-btn-cancel[data-v-de71fcae]{background:#f4f6f9;color:#333950}.notice-btn-main[data-v-de71fcae]{background:#2a3fec;color:#fff}@media(max-width:860px){.table-head[data-v-de71fcae],.table-row[data-v-de71fcae]{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.popup-wrap[data-v-de71fcae]{padding:0}.panel[data-v-de71fcae]{height:100vh;border-radius:0}.head[data-v-de71fcae],.page[data-v-de71fcae],.bottom[data-v-de71fcae]{padding-left:16px;padding-right:16px}}.ops-wrap[data-v-52a6963f]{--ops-bg: linear-gradient(180deg, #f3f7fb 0%, #e8eef6 100%);--ops-ink: #172033;--ops-muted: #5d6983;--ops-line: #c8d2e3;--ops-line-strong: #7c8ba4;--ops-card: rgba(255, 255, 255, .92);--ops-card-strong: #ffffff;--ops-accent: #1f4f96;--ops-accent-soft: #edf4ff;--ops-shadow: 0 22px 48px rgba(24, 43, 74, .12);max-width:1240px;margin:0 auto;display:grid;gap:20px;padding:28px;font-family:Segoe UI,Noto Sans KR,sans-serif;color:var(--ops-ink);background:var(--ops-bg)}.hero-panel[data-v-52a6963f]{border:1px solid rgba(116,134,168,.3);background:radial-gradient(circle at top right,rgba(31,79,150,.16),transparent 34%),linear-gradient(135deg,#fffffff5,#f2f7ffeb);border-radius:24px;padding:28px 30px;box-shadow:var(--ops-shadow)}.ops-board[data-v-52a6963f]{border-radius:24px;background:#ffffffb8;border:1px solid rgba(124,139,164,.28);box-shadow:var(--ops-shadow);overflow:hidden}.tab-strip[data-v-52a6963f]{display:flex;gap:0;padding:20px 22px 0;border-bottom:4px solid #23426d;background:linear-gradient(180deg,#fcfdfff5,#f1f6fde6)}.tab-button[data-v-52a6963f]{position:relative;border:1px solid #8090ab;border-bottom:none;border-radius:0;background:linear-gradient(180deg,#fff,#f5f8fd);color:#10223f;padding:15px 22px 13px;min-width:220px;font-size:15px;font-weight:800;letter-spacing:-.01em;cursor:pointer;transform:none;transition:background .2s ease,color .2s ease,border-color .2s ease;z-index:0}.tab-button[data-v-52a6963f]:after{content:"";position:absolute;left:-1px;right:-1px;bottom:-4px;height:4px;background:#23426d}.tab-button+.tab-button[data-v-52a6963f]{margin-left:8px}.tab-button.active[data-v-52a6963f]{background:linear-gradient(180deg,#e0e7f1,#ccd7e7);color:#36445e;z-index:2}.tab-button.active[data-v-52a6963f]:after{background:linear-gradient(180deg,#e0e7f1,#ccd7e7)}.tab-button[data-v-52a6963f]:hover{color:#10223f}.tab-panel-shell[data-v-52a6963f]{padding:26px}.panel-header[data-v-52a6963f]{margin-bottom:18px}.panel-header h2[data-v-52a6963f]{margin:0;font-size:28px;letter-spacing:-.03em}.panel-caption[data-v-52a6963f]{margin:8px 0 0;color:var(--ops-muted);font-size:15px;line-height:1.6}.panel-grid[data-v-52a6963f]{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:18px}.entry-stack[data-v-52a6963f]{display:grid;gap:18px}.plain-panel[data-v-52a6963f]{display:grid;gap:0}.plain-log-panel[data-v-52a6963f]{align-content:start}.headline[data-v-52a6963f]{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}.headline-copy h1[data-v-52a6963f]{margin:8px 0 10px;font-size:36px;line-height:1.1;letter-spacing:-.04em}.eyebrow[data-v-52a6963f]{margin:0;color:var(--ops-accent);font-size:12px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.mode-badge[data-v-52a6963f]{padding:10px 14px;border-radius:10px;border:1px solid rgba(31,79,150,.22);background:var(--ops-accent-soft);color:var(--ops-accent);font-size:13px;line-height:1.3;font-weight:700;white-space:nowrap}.section-title[data-v-52a6963f]{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}.section-title h3[data-v-52a6963f]{margin:0;font-size:22px;letter-spacing:-.03em}.section-tag[data-v-52a6963f]{padding:6px 10px;border-radius:999px;background:#1f4f9617;color:var(--ops-accent);font-size:12px;font-weight:800}.plain-log-panel .section-title h3[data-v-52a6963f],.plain-log-panel .section-tag[data-v-52a6963f]{color:#eef5ff}.plain-log-panel .section-tag[data-v-52a6963f]{background:#9fc7ff24}.row[data-v-52a6963f]{display:grid;grid-template-columns:196px minmax(0,1fr);gap:14px;align-items:start;margin-bottom:14px}label[data-v-52a6963f]{padding-top:12px;font-size:14px;font-weight:800;color:#25334f}input[data-v-52a6963f],select[data-v-52a6963f],textarea[data-v-52a6963f]{width:100%;box-sizing:border-box;padding:12px 14px;border:1px solid var(--ops-line);border-radius:12px;background:var(--ops-card-strong);font:inherit;font-size:14px;color:var(--ops-ink);transition:border-color .2s ease,box-shadow .2s ease}input[data-v-52a6963f]:focus,select[data-v-52a6963f]:focus,textarea[data-v-52a6963f]:focus{outline:none;border-color:#5e84bb;box-shadow:0 0 0 4px #1f4f961a}input[readonly][data-v-52a6963f]{background:#eef3fa;color:#50607e}textarea[data-v-52a6963f]{min-height:144px;resize:vertical;line-height:1.6}.btns[data-v-52a6963f]{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}button[data-v-52a6963f]{border:1px solid #163f7d;background:linear-gradient(180deg,#2a5fa9,#1f4f96);color:#fff;padding:11px 16px;border-radius:12px;cursor:pointer;font:inherit;font-size:14px;font-weight:800;transition:transform .16s ease,box-shadow .16s ease,background .16s ease}button[data-v-52a6963f]:hover{transform:translateY(-1px);box-shadow:0 10px 20px #1f4f9633}button.secondary[data-v-52a6963f]{background:#fff;color:#1f4f96;border-color:#aebbd0}button[data-v-52a6963f]:disabled{opacity:.6;cursor:not-allowed}.muted[data-v-52a6963f]{margin:0;color:var(--ops-muted);font-size:16px;line-height:1.65}.radios[data-v-52a6963f]{display:flex;align-items:center;gap:18px;flex-wrap:wrap;padding-top:4px}.radios label[data-v-52a6963f]{display:inline-flex;align-items:center;gap:8px;padding-top:0;font-weight:700}.radios input[data-v-52a6963f]{width:auto}.inline-group[data-v-52a6963f]{display:grid;grid-template-columns:1fr auto;gap:10px}.inline-group button[data-v-52a6963f]{white-space:nowrap}.yn-grid[data-v-52a6963f]{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.yn-item[data-v-52a6963f]{display:grid;grid-template-rows:auto auto;gap:8px}.yn-item label[data-v-52a6963f]{padding-top:0;font-weight:700;font-size:13px}pre[data-v-52a6963f]{background:#0b1220;color:#d1e7ff;padding:16px;border-radius:16px;overflow:auto;font-size:13px;line-height:1.65;margin:18px 0 0;white-space:pre-wrap;word-break:break-word;min-height:220px;border:1px solid rgba(120,158,209,.16)}@media(max-width:768px){.ops-wrap[data-v-52a6963f]{padding:16px}.hero-panel[data-v-52a6963f],.tab-panel-shell[data-v-52a6963f]{padding:18px}.headline[data-v-52a6963f]{flex-direction:column}.mode-badge[data-v-52a6963f]{white-space:normal}.tab-strip[data-v-52a6963f]{overflow-x:auto;padding:16px 16px 0;border-bottom-width:3px}.tab-button[data-v-52a6963f]{min-width:max-content;padding:13px 16px 11px;font-size:14px}.panel-header h2[data-v-52a6963f]{font-size:24px}.headline-copy h1[data-v-52a6963f]{font-size:29px}.panel-grid[data-v-52a6963f],.row[data-v-52a6963f]{grid-template-columns:1fr}label[data-v-52a6963f]{padding-top:0}.yn-grid[data-v-52a6963f]{grid-template-columns:1fr}}
