@font-face {
  font-family: "NanumSquareNeo";
  src: url("https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "NanumSquareNeo";
  src: url("https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-dEb.woff2") format("woff2");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

:root {
  --ink: #17201d;
  --muted: #5f6d68;
  --paper: #f5f3ec;
  --surface: #fff;
  --navy: #202c3b;
  --green: #087f5b;
  --green-dark: #066747;
  --green-soft: #e7f2ed;
  --blue: #2f63d7;
  --question-violet: #5b4b8a;
  --question-violet-dark: #493971;
  --amber: #9b5b13;
  --amber-soft: #fbf1df;
  --red: #9f3e35;
  --line: #d9dfdb;
  --shadow: 0 22px 60px rgba(23, 32, 29, .08);
}

* { box-sizing: border-box; }
html { min-width: 320px; color: var(--ink); background: var(--paper); scroll-behavior: smooth; }
body { margin: 0; font-family: "NanumSquareNeo", "Segoe UI", sans-serif; line-height: 1.65; word-break: keep-all; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
[hidden] { display: none !important; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 9px 13px; color: #fff; background: var(--navy); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.guide-header { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 28px; padding: 0 max(24px, calc((100vw - 1180px) / 2)); border-bottom: 1px solid rgba(255,255,255,.12); color: #fff; background: var(--navy); }
.brand { display: flex; align-items: center; gap: 11px; }
.brand-mark { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 9px; color: #fff; background: linear-gradient(135deg, #2fa3bc, #17967e); font-weight: 800; }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 14px; }
.brand small { color: #b8c4cf; font-size: 10px; }
.guide-header nav { display: flex; align-items: center; gap: 10px; font-size: 15px; }
.guide-header nav a:hover { color: #aee4cf; }
.guide-home-link { margin-right: 5px; padding: 10px 8px; color: #fff; font-weight: 700; }
.guide-nav-action { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; padding: 0 16px; border: 1px solid transparent; border-radius: 8px; color: #fff !important; font-weight: 700; }
.guide-nav-action.consultation { background: var(--blue); }
.guide-nav-action.blog { background: var(--green); }
.guide-nav-action.remote { color: var(--blue) !important; background: #fff; border-color: #a9c1f2; }
.guide-nav-action.question { background: var(--question-violet); }
.guide-nav-action.question:hover { background: var(--question-violet-dark); }

@media (min-width: 821px) {
  .guide-nav-action { height: 44px; padding: 0 10px; white-space: nowrap; }
  .guide-nav-action.consultation { width: 136px; }
  .guide-nav-action.blog,
  .guide-nav-action.remote,
  .guide-nav-action.question { width: 114px; }
}

main { width: min(calc(100% - 40px), 1180px); margin: 0 auto; padding: 70px 0 80px; }
.guide-hero { display: grid; grid-template-columns: minmax(0, .85fr) minmax(480px, 1.15fr); gap: clamp(45px, 7vw, 96px); align-items: center; }
.eyebrow { margin: 0 0 10px; color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.guide-intro h1 { margin: 0; font-size: clamp(38px, 5vw, 64px); line-height: 1.12; letter-spacing: -.055em; }
.guide-intro > p:not(.eyebrow) { max-width: 520px; margin: 22px 0 0; color: var(--muted); font-size: 15px; }
.guide-principles { display: grid; gap: 11px; margin: 28px 0 0; padding: 0; list-style: none; color: #34423d; font-size: 12px; }
.guide-principles li { position: relative; padding-left: 22px; }
.guide-principles li::before { position: absolute; left: 0; content: "✓"; color: var(--green); font-weight: 800; }
.guide-principles .guide-handoff-principle { color: var(--ink); font-size: 13px; font-weight: 800; }

.question-panel { padding: 28px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); box-shadow: var(--shadow); }
.question-panel label { display: block; margin-bottom: 12px; font-size: 17px; font-weight: 800; }
.question-panel textarea { width: 100%; min-height: 142px; resize: vertical; padding: 17px; border: 1px solid #cbd4cf; border-radius: 9px; color: var(--ink); background: #fbfcfb; font-size: 14px; line-height: 1.65; }
.question-panel textarea:focus { outline: 3px solid rgba(8, 127, 91, .15); border-color: var(--green); }
.question-footer { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 12px; }
.question-footer span { color: var(--muted); font-size: 10px; }
.question-footer button { min-width: 150px; min-height: 44px; border: 0; border-radius: 8px; color: #fff; background: var(--green); font-size: 12px; font-weight: 800; }
.question-footer button:hover { background: var(--green-dark); }
.question-footer button:disabled { cursor: wait; opacity: .55; }
.example-questions { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 20px; padding-top: 17px; border-top: 1px solid var(--line); }
.example-questions > span { width: 100%; margin-bottom: 2px; color: var(--muted); font-size: 9px; font-weight: 800; }
.example-questions button { min-height: 31px; padding: 6px 9px; border: 1px solid #cdd8d2; border-radius: 999px; color: #3e514a; background: #f7faf8; font-size: 10px; }
.example-questions button:hover { border-color: var(--green); color: var(--green-dark); }
.privacy-note { margin: 15px 0 0; color: #7b6552; font-size: 9px; }

.guide-status { display: flex; gap: 13px; align-items: flex-start; margin-top: 55px; padding: 15px 18px; border: 1px solid var(--line); border-radius: 10px; background: rgba(255,255,255,.65); }
.status-mark { display: grid; flex: none; width: 23px; height: 23px; place-items: center; border-radius: 50%; color: #fff; background: #6c7974; font-size: 11px; font-weight: 800; }
.guide-status strong { display: block; font-size: 12px; }
.guide-status p { margin: 3px 0 0; color: var(--muted); font-size: 10px; }
.guide-status[data-tone="success"] { border-color: #c8ded4; background: var(--green-soft); }
.guide-status[data-tone="success"] .status-mark { background: var(--green); }
.guide-status[data-tone="attention"] { border-color: #eed7b1; background: var(--amber-soft); }
.guide-status[data-tone="attention"] .status-mark { background: var(--amber); }
.guide-status[data-tone="error"] { border-color: #ecc5c1; background: #fae9e7; }
.guide-status[data-tone="error"] .status-mark { background: var(--red); }

.guide-results { scroll-margin-top: 24px; margin-top: 32px; }
.guide-results > header { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 16px; }
.guide-results h2, .guide-handoff h2 { margin: 0; font-size: clamp(25px, 3vw, 34px); letter-spacing: -.04em; }
.reset-button { border: 0; color: var(--blue); background: transparent; font-size: 10px; font-weight: 800; }
.result-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.result-card { display: flex; min-height: 330px; flex-direction: column; padding: 23px; border: 1px solid var(--line); border-radius: 11px; background: #fff; }
.result-order { color: #a1aaa5; font-size: 10px; font-weight: 800; }
.result-category { margin-top: 30px; color: var(--green); font-size: 9px; font-weight: 800; }
.result-card h3 { margin: 8px 0 13px; font-size: 17px; line-height: 1.45; letter-spacing: -.02em; }
.result-card p { margin: 0; color: var(--muted); font-size: 11px; }
.result-card a { align-self: flex-start; margin-top: auto; padding-top: 22px; color: var(--blue); font-size: 11px; font-weight: 800; }
.result-card a::after { content: "  →"; }
.empty-result { grid-column: 1 / -1; padding: 30px; border: 1px dashed #d1bab6; border-radius: 11px; background: #fff; }
.empty-result strong { font-size: 15px; }
.empty-result p { margin: 6px 0 0; color: var(--muted); font-size: 11px; }
.resolution-panel { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 14px; padding: 22px 24px; border: 1px solid var(--line); border-radius: 11px; background: #eef2ef; }
.resolution-panel strong { font-size: 14px; }
.resolution-panel p { margin: 4px 0 0; color: var(--muted); font-size: 10px; }
.resolution-actions { display: flex; flex: none; gap: 8px; }
.resolution-actions button { min-height: 39px; padding: 8px 12px; border-radius: 7px; font-size: 10px; font-weight: 800; }
.resolved-button { border: 1px solid #b9c6c0; color: #43534c; background: #fff; }
.unresolved-button { border: 1px solid var(--green); color: #fff; background: var(--green); }

.guide-handoff { display: grid; gap: 24px; margin-top: 20px; padding: 30px; border-radius: 13px; color: #fff; background: var(--navy); }
.guide-handoff .eyebrow { color: #83d5b7; }
.handoff-intro > p:last-child { max-width: 760px; margin: 10px 0 0; color: #c2cbd4; font-size: 11px; }
.inquiry-form { display: grid; gap: 18px; padding: 24px; border-radius: 11px; color: var(--ink); background: #fff; }
.inquiry-context { display: grid; grid-template-columns: minmax(190px, .65fr) minmax(0, 1.35fr); gap: 20px; padding: 16px; border: 1px solid #c9ded4; border-radius: 9px; background: var(--green-soft); }
.inquiry-context strong { font-size: 12px; }
.inquiry-context p { margin: 3px 0 0; color: var(--muted); font-size: 9px; }
.inquiry-context ul { display: grid; gap: 5px; margin: 0; padding-left: 18px; color: #385047; font-size: 10px; }
.inquiry-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.inquiry-form label { display: grid; gap: 6px; }
.inquiry-form label > span { color: #43504b; font-size: 10px; font-weight: 800; }
.inquiry-form label b { color: #b54136; }
.inquiry-form input[type="text"],
.inquiry-form select,
.inquiry-form textarea { width: 100%; border: 1px solid #cbd4cf; border-radius: 8px; color: var(--ink); background: #fbfcfb; font-size: 12px; }
.inquiry-form input[type="text"], .inquiry-form select { min-height: 43px; padding: 9px 11px; }
.inquiry-form textarea { resize: vertical; min-height: 128px; padding: 12px; line-height: 1.65; }
.inquiry-form input:focus, .inquiry-form select:focus, .inquiry-form textarea:focus { outline: 3px solid rgba(8,127,91,.14); border-color: var(--green); }
.inquiry-detail-field small { color: #7b6552; font-size: 9px; }
.honeypot-field { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.consent-field { grid-template-columns: auto 1fr; align-items: start; gap: 9px !important; padding: 13px 14px; border-radius: 8px; background: #f2f4f2; }
.consent-field input { width: 17px; height: 17px; margin: 1px 0 0; accent-color: var(--green); }
.consent-field span { font-weight: 400 !important; line-height: 1.6; }
.inquiry-submit-row { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.inquiry-submit-row p { margin: 0; color: var(--muted); font-size: 9px; }
.inquiry-submit-row p[data-tone="error"] { color: var(--red); }
.inquiry-submit-row p[data-tone="success"] { color: var(--green-dark); }
.inquiry-submit-row button { min-width: 150px; min-height: 44px; border: 0; border-radius: 8px; color: #fff; background: var(--green); font-size: 11px; font-weight: 800; }
.inquiry-submit-row button:hover { background: var(--green-dark); }
.inquiry-submit-row button:disabled { cursor: wait; opacity: .6; }
.fallback-link { margin: -4px 0 0; color: var(--muted); font-size: 9px; }
.fallback-link a { color: var(--blue); font-weight: 800; text-decoration: underline; text-underline-offset: 2px; }
.inquiry-success { display: flex; align-items: center; gap: 15px; padding: 22px; border: 1px solid rgba(255,255,255,.18); border-radius: 10px; background: rgba(255,255,255,.08); }
.inquiry-success > span { display: grid; flex: none; width: 38px; height: 38px; place-items: center; border-radius: 50%; color: var(--green-dark); background: #b7ead6; font-weight: 800; }
.inquiry-success strong { font-size: 14px; }
.inquiry-success p { margin: 4px 0 0; color: #cbd4dc; font-size: 10px; }
.inquiry-success .secondary-action { display: inline-flex; min-height: 40px; align-items: center; margin-left: auto; padding: 8px 13px; border: 1px solid #647382; border-radius: 7px; color: #fff; font-size: 10px; font-weight: 800; }
.primary-action { color: #fff; background: var(--green); }
.secondary-action { border: 1px solid #536170; color: #e7ebef; }

.guide-footer { display: flex; justify-content: space-between; gap: 20px; padding: 24px max(24px, calc((100vw - 1180px) / 2)); border-top: 1px solid var(--line); color: var(--muted); background: #edece6; font-size: 9px; }
.guide-footer p { margin: 0; }

@media (max-width: 900px) {
  .guide-hero { grid-template-columns: 1fr; }
  .guide-intro { max-width: 700px; }
  .result-list { grid-template-columns: 1fr; }
  .result-card { min-height: auto; }
  .result-card a { margin-top: 22px; }
  .resolution-panel { align-items: flex-start; flex-direction: column; }
  .inquiry-context { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .guide-header { min-height: 68px; padding: 0 16px; }
  .brand small { display: none; }
  .guide-header nav { gap: 6px; }
  .guide-header nav > a { display: none; }
  .guide-header nav > .consultation,
  .guide-header nav > .question { display: inline-flex; min-height: 38px; padding: 0 10px; }
  .guide-header nav > .consultation { font-size: 0; }
  .guide-header nav > .consultation::after { content: "상담문의"; font-size: 12px; }
  .guide-header nav > .question { font-size: 12px; }
  main { width: min(calc(100% - 28px), 1180px); padding: 44px 0 58px; }
  .guide-intro h1 { font-size: 38px; }
  .guide-intro > p:not(.eyebrow) { font-size: 13px; }
  .question-panel { padding: 20px 17px; }
  .question-footer { align-items: stretch; flex-direction: column; }
  .question-footer button { width: 100%; }
  .guide-status { margin-top: 32px; }
  .guide-results > header { align-items: flex-start; flex-direction: column; }
  .resolution-actions { width: 100%; flex-direction: column; }
  .resolution-actions button { width: 100%; justify-content: center; }
  .guide-handoff { padding: 25px 20px; }
  .inquiry-form { margin: 0 -8px; padding: 18px 15px; }
  .inquiry-grid { grid-template-columns: 1fr; }
  .inquiry-submit-row, .inquiry-success { align-items: stretch; flex-direction: column; }
  .inquiry-submit-row button, .inquiry-success .secondary-action { width: 100%; justify-content: center; margin-left: 0; }
  .guide-footer { flex-direction: column; }
}
