:root { font-family: 'Pretendard', 'Noto Sans KR', system-ui, sans-serif; color: #0f2740; background: #f1f4f7; }
* { box-sizing: border-box; }
body { margin: 0; }
[hidden] { display: none !important; }
body[data-view="respondent"] #adminApp { display: none; }
body[data-view="admin"] #guidebook,
body[data-view="admin"] #survey { display: none; }
.page { max-width: 1120px; margin: 0 auto; padding: 10px 14px 80px; }
.hero { color: white; padding: 34px 40px 36px; border-radius: 18px; background: linear-gradient(135deg, #14517f, #0f6dad); box-shadow: 0 14px 34px rgba(15, 53, 101, .18); }
.badge { display: inline-flex; padding: 7px 14px; border: 0; border-radius: 999px; background: rgba(255,255,255,.16); font-weight: 800; font-size: 13px; }
h1 { margin: 22px 0 14px; font-size: clamp(30px, 4vw, 42px); line-height: 1.16; letter-spacing: 0; }
.hero p { max-width: 980px; margin: 0; font-size: 16px; line-height: 1.7; opacity: .96; font-weight: 700; }
.notice, .message { display: flex; align-items: center; gap: 10px; padding: 14px 16px; border-radius: 16px; background: #fff7e6; color: #6d4300; font-weight: 700; }
.notice { margin-top: 24px; background: rgba(255,255,255,.18); color: white; }
.notice strong { flex: 0 0 auto; }
.intro-note { margin-top: 18px; padding: 18px 22px; border-left: 5px solid #136aa9; border-radius: 14px; background: #ffffff; box-shadow: 0 10px 24px rgba(18, 32, 51, .06); color: #24384f; font-size: 14px; line-height: 1.7; font-weight: 800; }
.intro-note p { margin: 0; }
.survey-meta { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 12px; margin-top: 24px; padding: 18px; border-radius: 22px; background: white; box-shadow: 0 18px 50px rgba(18, 32, 51, .08); }
.survey-meta div { min-height: 82px; padding: 16px; border: 1px solid #dce6ef; border-radius: 16px; background: #fbfdff; }
.survey-meta span { display: block; margin-bottom: 8px; color: #5b6f86; font-size: 13px; font-weight: 900; }
.survey-meta strong { display: block; color: #0f3565; font-size: 17px; line-height: 1.35; }
.survey-meta a { color: inherit; text-decoration: none; }
.survey-meta a:hover { text-decoration: underline; }
.admin-shell { margin-top: 24px; padding: 26px; border-radius: 24px; background: #ffffff; box-shadow: 0 18px 50px rgba(18, 32, 51, .08); }
.admin-head { display: flex; justify-content: space-between; gap: 18px; align-items: flex-start; padding-bottom: 18px; border-bottom: 1px solid #e4ebf2; }
.admin-head h2 { margin: 4px 0 8px; color: #0f3565; font-size: 26px; }
.admin-head p { margin: 0; color: #4f6175; line-height: 1.6; font-weight: 800; }
.admin-actions { display: flex; gap: 10px; flex-wrap: wrap; justify-content: flex-end; }
.admin-stats { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; margin: 18px 0; }
.admin-stats article { padding: 14px 16px; border: 1px solid #dce6ef; border-radius: 14px; background: #fbfdff; }
.admin-stats span { display: block; color: #5b6f86; font-size: 12px; font-weight: 900; }
.admin-stats strong { display: block; margin-top: 6px; color: #0f3565; font-size: 24px; }
.admin-stats .small-stat { font-size: 14px; line-height: 1.4; word-break: keep-all; }
.admin-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 14px; }
.admin-panel { padding: 18px; border: 1px solid #dce6ef; border-radius: 16px; background: #fbfdff; }
.admin-panel h3 { margin: 0 0 14px; color: #0f3565; font-size: 18px; }
.admin-section-title { display: flex; justify-content: space-between; gap: 16px; align-items: flex-start; margin-bottom: 14px; }
.admin-section-title h3 { margin: 0; }
.admin-section-title p, .admin-note { margin: 0; color: #5b6f86; font-size: 13px; line-height: 1.55; font-weight: 800; }
.compact input, .compact select, .compact textarea { padding: 10px 12px; border-radius: 10px; font-size: 13px; }
.admin-survey-preview { display: grid; gap: 22px; }
.admin-preview-section { padding: 18px; border: 1px solid #dce6ef; border-radius: 18px; background: white; }
.admin-preview-section .section-title { margin: 0 0 18px; }
.admin-preview-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.question-admin-row { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; gap: 10px; align-items: start; padding: 12px; border: 1px solid #dce6ef; border-radius: 14px; background: #fbfdff; cursor: grab; }
.question-admin-row.drag-over { border-color: #0f766e; box-shadow: 0 0 0 3px rgba(15, 118, 110, .12); }
.question-preview-main.is-hidden { opacity: .45; }
.admin-fake-control { min-height: 43px; padding: 11px 13px; border: 1px dashed #cbd8e5; border-radius: 12px; background: white; color: #7a899a; font-size: 13px; line-height: 1.45; }
.admin-fake-control.textarea { min-height: 86px; }
.question-help { margin: 7px 0 0; color: #6b7d91; font-size: 12px; line-height: 1.45; font-weight: 800; }
.question-toggles { display: flex; gap: 10px; align-items: center; color: #24344a; font-size: 13px; font-weight: 900; white-space: nowrap; }
.question-toggles input { width: auto; }
.row-order-actions { display: flex; gap: 6px; flex-wrap: wrap; justify-content: flex-end; }
.mini { min-height: 34px; padding: 8px 10px; border-radius: 10px; font-size: 12px; }
.question-edit-panel { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; padding-top: 10px; border-top: 1px solid #e4ebf2; }
.question-edit-panel[hidden] { display: none; }
.category-admin-list details { padding: 10px 0; border-top: 1px solid #e4ebf2; }
.category-admin-list details:first-child { border-top: 0; padding-top: 0; }
.category-admin-list summary { cursor: pointer; color: #0f3565; font-weight: 900; }
.category-admin-list p { margin: 8px 0 0; color: #4f6175; font-size: 13px; line-height: 1.5; }
.guide-admin-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.guide-admin-list span { padding: 8px 10px; border-radius: 999px; background: #eef8f5; color: #0f766e; font-size: 12px; font-weight: 900; }
.response-preview { display: grid; gap: 8px; }
.response-preview article { display: flex; justify-content: space-between; gap: 10px; padding: 10px 12px; border-radius: 12px; background: white; border: 1px solid #e4ebf2; }
.response-preview span { color: #6b7d91; font-size: 12px; }
.guidebook { margin-top: 24px; padding: 30px; border-radius: 28px; background: #ffffff; box-shadow: 0 18px 50px rgba(18, 32, 51, .08); }
.guide-shell { display: grid; gap: 18px; }
.guide-overview { display: grid; grid-template-columns: .9fr 1.45fr; gap: 18px; padding: 22px; border: 1px solid #dce6ef; border-radius: 22px; background: linear-gradient(135deg, #fbfdff, #f2f8fb); }
.guide-overview h2 { margin: 4px 0 8px; color: #0f3565; font-size: 28px; line-height: 1.2; }
.guide-overview p { margin: 0; color: #4f6175; line-height: 1.65; font-weight: 800; }
.process-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.process-card { position: relative; min-height: 170px; padding: 18px 18px 18px 56px; border: 1px solid #d2e3ef; border-radius: 18px; background: white; }
.process-card span { position: absolute; left: 18px; top: 18px; display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 50%; background: #0f766e; color: white; font-size: 14px; font-weight: 900; }
.process-card h3 { margin: 0 0 10px; color: #0f3565; font-size: 17px; line-height: 1.35; }
.process-card ul { margin: 0; padding-left: 18px; color: #24344a; line-height: 1.6; font-size: 14px; font-weight: 800; }
.field-reference { margin: -6px 0 20px; padding: 18px; border: 1px solid #dce6ef; border-radius: 18px; background: #f8fbfe; }
.field-reference h3 { margin: 4px 0 14px; color: #0f3565; font-size: 18px; line-height: 1.4; }
.field-reference-note { margin: -6px 0 14px; color: #55677d; font-size: 13px; line-height: 1.55; font-weight: 800; }
.field-reference-note b { color: #0f766e; }
.answer-architecture { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin: 14px 0; }
.answer-architecture article { position: relative; min-height: 116px; padding: 16px 14px 14px 52px; border: 1px solid #d5e3ef; border-radius: 12px; background: #fff; }
.answer-architecture span { position: absolute; left: 14px; top: 16px; display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 50%; background: #0f766e; color: #fff; font-weight: 900; }
.answer-architecture strong { display: block; color: #0f3565; font-size: 14px; }
.answer-architecture p { margin: 8px 0 0; color: #5b6f86; font-size: 12px; line-height: 1.5; font-weight: 800; }
.multi-answer-rule { margin: 14px 0 16px; padding: 14px 16px; border-radius: 12px; border: 1px solid #bfe3d9; background: #eef8f5; }
.multi-answer-rule strong { display: block; margin-bottom: 5px; color: #0f766e; }
.multi-answer-rule p { margin: 0; color: #24453f; font-size: 13px; line-height: 1.65; font-weight: 800; }
.multi-answer-rule b { color: #0f3565; }
.major-field-list { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.major-field-list article { position: relative; padding: 14px 16px 56px; border: 1px solid #d2e3ef; border-radius: 16px; background: white; }
.major-field-list strong { display: block; margin-bottom: 6px; padding-right: 126px; color: #0f3565; font-size: 15px; }
.major-field-list p { margin: 0; color: #4f6175; font-size: 13px; line-height: 1.5; }
.field-meta { display: grid; gap: 6px; margin-top: 10px; padding-top: 10px; border-top: 1px solid #e0e8f0; }
.field-meta span { display: block; color: #5b6f86; font-size: 12px; line-height: 1.45; font-weight: 800; }
.field-meta b { display: inline-block; margin-right: 6px; color: #0f766e; }
.field-draft-button { position: absolute; top: 12px; right: 12px; min-height: 30px; padding: 6px 10px; border: 1px solid #bfe3d9; border-radius: 10px; background: #eef8f5; color: #173f3a; font-size: 12px; }
.field-add-button { position: absolute; right: 12px; bottom: 12px; min-height: 30px; padding: 6px 10px; border: 1px solid #c8d7e5; border-radius: 10px; background: #fff; color: #0f3565; font-size: 12px; }
.field-add-button:hover { border-color: #0f766e; color: #0f766e; }
.guide-nav { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-bottom: 4px; }
.guide-nav > div { text-align: center; }
.guide-nav strong { color: #0f3565; font-size: 18px; }
.guide-arrow { width: 46px; height: 46px; padding: 0; border-radius: 50%; font-size: 30px; line-height: 1; }
.guide-window { overflow: hidden; border-radius: 22px; touch-action: pan-y; }
.guide-track { display: flex; transition: transform .32s ease; }
.guide-slide { flex: 0 0 100%; min-width: 0; padding: 2px; }
.guide-slide-card { min-height: 100%; padding: 22px; border: 1px solid #dce6ef; border-radius: 22px; background: #fbfdff; }
.guidebook-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 24px; margin-bottom: 22px; }
.guidebook-head h2 { margin: 4px 0 8px; color: #0f3565; font-size: 30px; line-height: 1.2; }
.guidebook-head p { margin: 0; max-width: 780px; color: #4f6175; line-height: 1.65; }
.guide-label { color: #0f766e; font-size: 13px; font-weight: 900; }
.guide-actions { display: flex; flex-direction: column; align-items: stretch; gap: 10px; flex: 0 0 210px; }
.guide-apply { display: flex; align-items: center; gap: 9px; justify-content: center; min-height: 48px; padding: 12px 14px; border-radius: 14px; background: #eef8f5; color: #173f3a; font-weight: 900; border: 1px solid #bfe3d9; cursor: pointer; }
.guide-apply input { width: 17px; flex: 0 0 auto; }
.guide-layout { display: grid; grid-template-columns: minmax(0, 1fr); gap: 16px; }
.guide-panel { padding: 22px; border: 1px solid #dce6ef; border-radius: 18px; background: #fbfdff; }
.guide-field-panel { background: white; }
.guide-panel h3 { margin: 0 0 14px; color: #0f3565; font-size: 22px; }
.guide-panel dl { display: grid; grid-template-columns: 140px minmax(0, 1fr); gap: 12px 16px; margin: 0; }
.guide-panel dt { color: #0f766e; font-weight: 900; }
.guide-panel dd { margin: 0; color: #24344a; line-height: 1.65; }
.guide-callout { margin: 18px 0 0; padding: 16px; border-left: 4px solid #0f766e; border-radius: 12px; background: #eef8f5; color: #173f3a; line-height: 1.65; font-weight: 800; }
.guide-panel details { border-top: 1px solid #dce6ef; padding: 14px 0; }
.guide-panel details:first-of-type { border-top: 0; padding-top: 0; }
.guide-panel details:last-child { padding-bottom: 0; }
.guide-panel summary { color: #122033; font-weight: 900; cursor: pointer; }
.guide-panel ul { margin: 10px 0 0; padding-left: 18px; color: #24344a; line-height: 1.65; }
.guide-panel li + li { margin-top: 8px; }
.guide-panel details p { margin: 10px 0 0; color: #24344a; }
.guide-effects { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.guide-effects h3 { grid-column: 1 / -1; }
.guide-effects div { padding: 16px; border-radius: 14px; background: white; border: 1px solid #e0e8f0; }
.guide-effects strong { color: #0f3565; }
.guide-effects p { margin: 8px 0 0; color: #4f6175; line-height: 1.6; }
.tech-list { display: flex; flex-wrap: wrap; gap: 10px; }
.tech-chip { display: inline-flex; align-items: center; min-height: 38px; padding: 8px 13px; border: 1px solid #bfdbfe; border-radius: 999px; background: #eff6ff; color: #164e8f; font-weight: 900; }
.example-note { margin: 18px 0 0; padding: 14px 16px; border-radius: 14px; background: #eef8f5; color: #173f3a; line-height: 1.65; font-weight: 800; }
.guide-dots { display: flex; justify-content: center; gap: 8px; }
.guide-dot { width: 10px; height: 10px; min-width: 10px; padding: 0; border-radius: 50%; background: #cbd8e5; border: 0; }
.guide-dot.active { background: #0f766e; transform: scale(1.25); }
.card { margin-top: 24px; padding: 32px; border-radius: 18px; background: white; box-shadow: 0 14px 34px rgba(18, 32, 51, .08); }
.section-title { display: flex; align-items: center; gap: 14px; margin: 10px 0 22px; color: #0f3565; }
.section-title svg { flex: 0 0 auto; }
.section-title h2 { margin: 0; font-size: 22px; letter-spacing: 0; }
.section-title p { margin: 4px 0 0; color: #68788b; }
.demands-head { margin-top: 34px; }
.demands-head .secondary { margin-left: auto; }
.grid { display: grid; gap: 16px; }
.grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid .full { grid-column: 1 / -1; }
.demand-scroll-hint { margin: -4px 0 14px; padding: 11px 14px; border-radius: 10px; background: #f1f7fb; color: #4f6175; font-size: 13px; line-height: 1.5; font-weight: 800; }
#demands { display: flex; gap: 16px; overflow-x: auto; overflow-y: hidden; scroll-snap-type: x mandatory; scroll-padding: 2px; padding: 2px 2px 18px; margin: 0 -2px; overscroll-behavior-x: contain; }
#demands::-webkit-scrollbar { height: 10px; }
#demands::-webkit-scrollbar-track { border-radius: 999px; background: #eef3f7; }
#demands::-webkit-scrollbar-thumb { border-radius: 999px; background: #b7c9d9; }
#demands::-webkit-scrollbar-thumb:hover { background: #8aa8be; }
.field { display: flex; flex-direction: column; gap: 7px; font-weight: 800; color: #24344a; }
.field b { color: #de3b3b; margin-left: 2px; }
.field em { color: #6b7d91; font-size: 12px; font-style: normal; line-height: 1.45; font-weight: 750; }
.other-subcategory-field { margin-top: -2px; padding: 14px; border: 1px solid #bfe3d9; border-radius: 12px; background: #f3fffb; }
input, select, textarea { width: 100%; border: 1px solid #d7e0ea; border-radius: 14px; padding: 13px 14px; font: inherit; color: #122033; background: #fbfdff; outline: none; transition: .15s; }
input:focus, select:focus, textarea:focus { border-color: #0b7b8f; box-shadow: 0 0 0 4px rgba(11,123,143,.12); background: white; }
textarea { resize: vertical; line-height: 1.55; }
.full { margin-top: 16px; }
.demand-card { flex: 0 0 100%; max-width: 100%; box-sizing: border-box; margin: 0; padding: 22px; border: 1px solid #dce6ef; border-radius: 22px; background: linear-gradient(180deg, #fbfdff, #f6f9fc); scroll-snap-align: start; }
.demand-rule-note { margin: 0 0 14px; padding: 12px 14px; border-radius: 10px; background: #f1f7fb; color: #4f6175; font-size: 13px; line-height: 1.55; font-weight: 800; }
.demand-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; }
.demand-top h3 { margin: 0; color: #0f3565; font-size: 21px; }
.demand-card-actions { display: flex; gap: 8px; align-items: center; }
.demand-card-actions .secondary,
.demand-card-actions .ghost { min-height: 38px; padding: 9px 12px; border-radius: 10px; }
.demand-add-menu { margin: -4px 0 16px auto; max-width: 560px; padding: 14px; border: 1px solid #d7e5ef; border-radius: 12px; background: #f7fbff; box-shadow: 0 16px 30px rgba(19, 42, 68, .08); }
.demand-add-menu[hidden] { display: none; }
.demand-add-menu p { margin: 0 0 10px; color: #4f6175; font-size: 13px; font-weight: 900; }
.demand-add-menu div { display: flex; flex-wrap: wrap; gap: 8px; }
.demand-add-menu .mini { min-height: 34px; padding: 7px 10px; border-radius: 9px; font-size: 12px; }
.docent-tour-panel { margin: 18px 0 0; padding: 20px; border: 1px solid #cfe0ef; border-radius: 14px; background: #f3f8fc; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr); gap: 18px; align-items: end; }
.docent-tour-panel[hidden] { display: none; }
.docent-tour-copy h4 { margin: 6px 0 6px; color: #102a52; font-size: 20px; }
.docent-tour-copy p { margin: 0 0 8px; color: #4f5f73; font-weight: 800; line-height: 1.55; }
.docent-tour-copy p strong { display: inline-block; min-width: 74px; color: #0f3565; }
.docent-tour-copy a { color: #0f65a8; font-weight: 900; text-decoration: none; }
.docent-tour-copy a:hover { text-decoration: underline; }
.official-link-toggle { margin-top: 10px; padding: 10px 12px; border: 1px solid #cfe0ef; border-radius: 10px; background: #fff; }
.official-link-toggle summary { color: #0f766e; cursor: pointer; font-weight: 900; }
.official-link-toggle a { display: inline-block; margin-top: 9px; }
.tour-section { margin-top: 28px; padding: 28px 0 0; border-top: 1px solid #e4ebf2; }
.tour-title { margin-bottom: 16px; }
.tour-info-table { margin-bottom: 18px; }
.tour-info-table p { display: grid; grid-template-columns: 120px minmax(0, 1fr); gap: 12px; align-items: start; }
.tour-info-table strong { min-width: 0; color: #0f3565; }
.tour-choice-grid { align-items: end; }
.tour-action-panel { margin-top: 14px; padding: 18px; border: 1px solid #cfe0ef; border-radius: 14px; background: #f3f8fc; }
.tour-action-panel[hidden] { display: none; }
.tour-action-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(280px, 1.1fr); gap: 16px; align-items: end; }
.tour-link-group { min-height: 100%; padding: 14px; border: 1px solid #d8e8f5; border-radius: 12px; background: white; }
.tour-link-group strong { display: block; margin-bottom: 10px; color: #0f3565; font-size: 14px; }
.tour-links { display: flex; flex-wrap: wrap; gap: 8px; }
.tour-links a { display: inline-flex; align-items: center; justify-content: center; min-height: 34px; padding: 8px 10px; border: 1px solid #b9d9ec; border-radius: 999px; background: #f7fcff; color: #0f65a8; font-size: 13px; font-weight: 900; text-decoration: none; }
.tour-links a:hover { background: #eef8ff; }
.eyebrow { margin: 0 0 4px; color: #5b6f86; font-size: 13px; font-weight: 900; }
.source-note { margin: 0 10px 0 auto; padding: 8px 10px; border-radius: 999px; background: #eef8f5; color: #0f766e; font-size: 13px; font-weight: 900; }
button, .secondary.link { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 0; border-radius: 14px; padding: 13px 18px; background: #0f766e; color: white; font: inherit; font-weight: 900; text-decoration: none; cursor: pointer; }
button:hover, .secondary.link:hover { filter: brightness(.95); }
button:disabled { opacity: .55; cursor: progress; }
.secondary { border: 1px solid #cbd8e5; background: white; color: #0f3565; }
.ghost { background: #fff0f0; color: #b42318; padding: 9px 12px; }
.privacy-card { margin-top: 28px; padding: 28px 0 0; border-top: 1px solid #e4ebf2; }
.privacy-card h2 { margin: 0 0 18px; color: #0f3565; font-size: 22px; }
.privacy-box { padding: 18px 20px; border: 1px solid #cfe1f1; border-radius: 14px; background: #f6fbff; color: #18314b; line-height: 1.75; font-size: 14px; }
.privacy-box p { margin: 0; }
.privacy-box p + p { margin-top: 4px; }
.consent { display: flex; align-items: flex-start; gap: 10px; margin: 18px 0 12px; padding: 14px 16px; border: 1px solid #d7e0ea; border-radius: 12px; background: #fbfdff; color: #173f3a; font-weight: 800; }
.consent input { width: 18px; margin-top: 2px; }
.privacy-footnote { margin: 10px 0 0; color: #7a899a; font-size: 13px; }
.message { margin: 16px 0; }
.message.ok { background: #eaf8ef; color: #146c35; }
.actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 26px; }
.actions button { min-width: 118px; }
@media (max-width: 900px) { .survey-meta, .admin-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); } .guide-overview, .admin-grid, .admin-preview-grid, .question-admin-row, .question-edit-panel { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .page { padding: 10px 10px 48px; } .hero, .card, .guidebook, .admin-shell { padding: 24px; border-radius: 18px; } .survey-meta, .admin-stats { grid-template-columns: 1fr; padding: 14px; border-radius: 20px; } .survey-meta div { min-height: auto; } .admin-head, .admin-section-title, .process-grid, .major-field-list, .answer-architecture, .guidebook-head, .section-title, .demand-top { align-items: flex-start; flex-wrap: wrap; grid-template-columns: 1fr; } .admin-actions { width: 100%; justify-content: stretch; } .admin-actions button { flex: 1; } .demand-card-actions { width: 100%; justify-content: flex-end; } .demand-add-menu { max-width: none; margin-left: 0; } .major-field-list article { padding-bottom: 14px; } .major-field-list strong { padding-right: 0; } .field-draft-button, .field-add-button { position: static; margin-top: 10px; } .guidebook-head .secondary, .guide-actions { width: 100%; flex-basis: 100%; } .guide-panel dl, .grid.two, .guide-effects, .docent-tour-panel, .tour-action-grid { grid-template-columns: 1fr; } .source-note { order: 3; width: 100%; margin: 10px 0 0; text-align: center; } .demands-head .secondary { margin-left: 0; width: 100%; } .actions > * { width: 100%; } }

/* Modern campaign-form refresh */
:root { color: #172033; background: #eef3f7; }
body { background: radial-gradient(circle at top left, rgba(32, 132, 166, .12), transparent 34rem), #eef3f7; }
.page { max-width: 1180px; padding: 24px 18px 86px; }
.hero { position: relative; overflow: hidden; padding: 44px 48px 46px; border: 1px solid rgba(255,255,255,.5); border-radius: 10px; background: linear-gradient(135deg, #102a52 0%, #155b88 58%, #0b7b8f 100%); box-shadow: 0 24px 70px rgba(20, 44, 78, .18); }
.hero::after { content: ""; position: absolute; inset: auto -80px -120px auto; width: 360px; height: 360px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.badge { border-radius: 7px; background: rgba(255,255,255,.12); font-size: 12px; letter-spacing: 0; }
h1 { max-width: 760px; margin-top: 24px; font-size: clamp(34px, 4.8vw, 56px); font-weight: 900; }
.hero p { max-width: 820px; font-size: 17px; font-weight: 650; opacity: .92; }
.intro-note { position: relative; margin-top: 18px; padding: 18px 22px 18px 58px; border: 1px solid #cfe7e5; border-left: 0; border-radius: 10px; background: #f7fffd; box-shadow: 0 12px 32px rgba(19, 85, 96, .08); }
.intro-note::before { content: "선물"; position: absolute; left: 18px; top: 17px; display: inline-flex; align-items: center; justify-content: center; min-width: 28px; height: 28px; padding: 0 6px; border-radius: 7px; background: #0f766e; color: white; font-size: 11px; font-weight: 900; }
.survey-meta { gap: 10px; padding: 0; background: transparent; box-shadow: none; }
.survey-meta div { min-height: 76px; padding: 15px 16px; border-color: #d8e3ea; border-radius: 8px; background: rgba(255,255,255,.82); box-shadow: 0 10px 24px rgba(26, 44, 68, .05); }
.survey-meta span { color: #647287; font-size: 12px; }
.survey-meta strong { color: #102a52; font-size: 15px; }
.card, .guidebook, .admin-shell { border: 1px solid #dbe5ec; border-radius: 10px; box-shadow: 0 22px 60px rgba(26, 44, 68, .09); }
.section-title { align-items: flex-start; padding-bottom: 14px; border-bottom: 1px solid #e6edf2; }
.section-title h2 { font-size: 24px; font-weight: 900; color: #102a52; }
.section-title p { color: #647287; font-weight: 650; }
.field-reference, .demand-card, .admin-panel, .guide-panel, .guide-slide-card { border-radius: 10px; background: #fbfdff; }
.demand-card { padding: 24px; border-color: #dbe5ec; background: white; box-shadow: 0 12px 34px rgba(26, 44, 68, .06); }
.demand-top h3 { color: #102a52; font-size: 23px; }
.eyebrow { color: #718094; text-transform: none; }
.field { gap: 8px; color: #243247; font-size: 14px; }
input, select, textarea { border-color: #d6e0e8; border-radius: 8px; background: #f9fbfd; font-size: 15px; }
input:focus, select:focus, textarea:focus { border-color: #0891b2; box-shadow: 0 0 0 3px rgba(8,145,178,.14); }
button, .secondary.link { border-radius: 8px; background: #0f766e; }
.secondary { background: white; border-color: #cfdbe5; color: #102a52; }
.docent-tour-panel { grid-column: 1 / -1; margin: 0; border-radius: 8px; border-color: #b8e2de; background: linear-gradient(135deg, #f2fffc, #f3f9ff); }
.docent-tour-copy h4 { color: #102a52; }
.docent-tour-copy a { color: #0f766e; }
.privacy-card { border-top-color: #e6edf2; }
.privacy-box, .consent { border-radius: 8px; }
.actions button { min-width: 132px; }
@media (max-width: 760px) { .page { padding-top: 14px; } .hero, .card, .guidebook, .admin-shell { border-radius: 10px; padding: 24px; } .intro-note { padding-left: 20px; } .intro-note::before { position: static; margin: 0 0 8px; } }

/* Event-registration visual refresh */
:root { color: #14233c; background: #f6f9fc; }
body { background: linear-gradient(180deg, #ffffff 0, #f3f8fb 420px, #eef4f8 100%); }
.page { max-width: 1480px; padding: 0 28px 92px; }
.hero {
  position: relative;
  min-height: 332px;
  margin: 0 -28px;
  padding: 72px max(56px, calc((100vw - 1390px) / 2 + 56px)) 48px;
  border: 0;
  border-bottom: 1px solid #dce6ef;
  border-radius: 0;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 54%, #eef7ff 100%);
  box-shadow: none;
  color: #102a52;
}
.hero::before {
  content: "";
  position: absolute;
  right: max(28px, calc((100vw - 1390px) / 2 + 28px));
  bottom: 42px;
  width: min(42vw, 560px);
  height: 178px;
  background:
    linear-gradient(#9fc5ee, #9fc5ee) 0 72% / 100% 2px no-repeat,
    linear-gradient(#9fc5ee, #9fc5ee) 18% 44% / 54px 2px no-repeat,
    linear-gradient(#9fc5ee, #9fc5ee) 71% 38% / 60px 2px no-repeat,
    linear-gradient(#9fc5ee, #9fc5ee) 84% 67% / 92px 2px no-repeat;
  border-bottom: 2px solid #9fc5ee;
  border-radius: 0;
  opacity: .72;
}
.hero::after {
  content: "";
  position: absolute;
  right: max(76px, calc((100vw - 1390px) / 2 + 76px));
  bottom: 70px;
  width: min(34vw, 440px);
  height: 120px;
  border: 2px solid #9fc5ee;
  border-bottom: 0;
  border-left: 0;
  border-radius: 70% 60% 0 0;
  opacity: .46;
}
.badge { padding: 0; border-radius: 0; background: transparent; color: #102a52; font-size: 17px; font-weight: 900; }
h1 { max-width: 820px; margin: 50px 0 22px; color: #102a52; font-size: clamp(42px, 5.3vw, 64px); line-height: 1.08; letter-spacing: 0; }
.hero p { max-width: 820px; color: #263b59; font-size: 18px; line-height: 1.72; font-weight: 750; opacity: 1; }
.intro-note {
  display: flex;
  align-items: center;
  min-height: 104px;
  margin: 30px 0 0;
  padding: 24px 170px 24px 126px;
  border: 1px solid #bfe8e5;
  border-radius: 12px;
  background: linear-gradient(90deg, #f0fffd 0%, #f8ffff 68%, #e9f7f4 100%);
  box-shadow: 0 16px 38px rgba(15, 118, 110, .09);
  color: #173f3a;
  font-size: 16px;
}
.intro-note::before {
  content: "\C120\BB3C";
  left: 28px;
  top: 50%;
  width: 68px;
  height: 68px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: linear-gradient(135deg, #0f766e, #0891b2);
  color: white;
  font-size: 15px;
}
.intro-note::after {
  content: "";
  position: absolute;
  right: 34px;
  top: 50%;
  width: 78px;
  height: 78px;
  transform: translateY(-50%);
  border: 3px solid rgba(15, 118, 110, .28);
  border-radius: 18px;
  box-shadow: inset 28px 0 0 rgba(15, 118, 110, .08), inset 0 30px 0 rgba(15, 118, 110, .06);
}
.survey-meta {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 30px;
  padding: 18px 0;
  border: 1px solid #dce6ef;
  border-radius: 12px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 20px 48px rgba(24, 42, 68, .08);
}
.survey-meta div {
  position: relative;
  min-height: 88px;
  padding: 16px 22px 16px 88px;
  border: 0;
  border-left: 1px solid #dce6ef;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.survey-meta div:first-child { border-left: 0; }
.survey-meta div::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 18px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #edf6ff;
  box-shadow: inset 0 0 0 1px #d7e7f5;
}
.survey-meta div:nth-child(even)::before { background: #eafaf7; box-shadow: inset 0 0 0 1px #cfeee7; }
.survey-meta span { margin: 0 0 7px; color: #65758a; font-size: 13px; }
.survey-meta strong { color: #102a52; font-size: 16px; line-height: 1.45; }
.guidebook, .card, .admin-shell {
  border-radius: 12px;
  border-color: #dce6ef;
  box-shadow: 0 18px 46px rgba(24, 42, 68, .08);
}
.guidebook { padding: 34px; }
.guide-slide-card, .guide-panel, .field-reference, .demand-card {
  border-radius: 12px;
}
.guide-nav { padding: 6px 0 16px; }
.guide-arrow {
  width: 42px;
  height: 42px;
  border: 1px solid #d7e3ed;
  background: white;
  color: #102a52;
  box-shadow: 0 8px 20px rgba(24, 42, 68, .06);
}
.guide-actions { flex-basis: 190px; }
.guide-apply { border-radius: 10px; }
.card { padding: 36px; }
input, select, textarea { min-height: 50px; border-radius: 9px; background: #fbfdff; }
textarea { min-height: 118px; }
button, .secondary.link { min-height: 48px; border-radius: 9px; }
.actions button:not(.secondary) { background: #0f3565; }

@media (max-width: 1100px) {
  .hero { padding-right: 32px; }
  .hero::before, .hero::after { opacity: .18; }
  .survey-meta { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .survey-meta div:nth-child(3) { border-left: 0; border-top: 1px solid #dce6ef; }
  .survey-meta div:nth-child(4) { border-top: 1px solid #dce6ef; }
}
@media (max-width: 760px) {
  .page { padding: 0 12px 64px; }
  .hero { margin: 0 -12px; min-height: auto; padding: 42px 24px 34px; }
  .hero::before, .hero::after { display: none; }
  h1 { margin-top: 34px; font-size: 38px; }
  .intro-note { display: block; min-height: auto; padding: 20px; }
  .intro-note::before { transform: none; width: auto; height: 28px; }
  .intro-note::after { display: none; }
  .survey-meta { grid-template-columns: 1fr; padding: 0; }
  .survey-meta div, .survey-meta div:nth-child(3), .survey-meta div:nth-child(4) { min-height: 74px; border-left: 0; border-top: 1px solid #dce6ef; }
  .survey-meta div:first-child { border-top: 0; }
  .guidebook, .card, .admin-shell { padding: 22px; }
}

/* Final concept-aligned responsive polish */
html, body { min-width: 0; overflow-x: hidden; }
:root { color: #10213b; background: #f5f8fb; }
body { background: linear-gradient(180deg, #ffffff 0, #f7fbff 360px, #eef4f8 100%); }
.page {
  width: min(100%, 1480px);
  max-width: none;
  margin: 0 auto;
  padding: 0 clamp(20px, 3.4vw, 56px) 88px;
}
.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .86fr);
  gap: clamp(24px, 4vw, 72px);
  align-items: center;
  align-content: center;
  min-height: clamp(260px, 27vw, 380px);
  margin: 0 calc(clamp(20px, 3.4vw, 56px) * -1);
  padding: clamp(44px, 6vw, 78px) clamp(20px, 3.4vw, 56px) clamp(36px, 4vw, 56px);
  border: 0;
  border-bottom: 1px solid #e3ebf2;
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.97) 58%, rgba(238,247,255,.9) 100%);
  box-shadow: none;
  color: #102a52;
}
.hero::before,
.hero::after { display: none; }
.hero-copy { position: relative; z-index: 1; min-width: 0; }
.hero-illustration {
  position: relative;
  z-index: 0;
  display: block;
  width: min(100%, 620px);
  height: auto;
  justify-self: end;
  opacity: .92;
}
.badge {
  display: block;
  width: fit-content;
  padding: 0;
  color: #102a52;
  background: transparent;
  border-radius: 0;
  font-size: clamp(14px, 1.2vw, 18px);
  font-weight: 900;
}
h1 {
  max-width: min(940px, 100%);
  margin: clamp(32px, 4vw, 54px) 0 clamp(14px, 1.8vw, 24px);
  color: #102a52;
  font-size: clamp(36px, 4.1vw, 62px);
  line-height: 1.12;
  font-weight: 950;
  letter-spacing: 0;
  text-wrap: balance;
  word-break: keep-all;
  overflow-wrap: normal;
}
.hero p {
  max-width: min(840px, 100%);
  color: #263b59;
  font-size: clamp(15px, 1.25vw, 19px);
  line-height: 1.74;
  font-weight: 750;
}
.intro-note {
  min-height: 96px;
  margin-top: 30px;
  padding: 23px clamp(92px, 11vw, 170px) 23px 122px;
  border: 1px solid #bfe8e5;
  border-radius: 12px;
  background: linear-gradient(90deg, #effffb 0%, #fbffff 70%, #eefaf7 100%);
  box-shadow: 0 16px 38px rgba(15, 118, 110, .08);
  color: #173f3a;
  font-size: clamp(14px, 1.05vw, 16px);
  line-height: 1.68;
}
.intro-note::before {
  content: "\C120\BB3C";
  left: 28px;
  top: 50%;
  width: 66px;
  min-width: 66px;
  height: 66px;
  padding: 0;
  transform: translateY(-50%);
  border-radius: 50%;
  background: linear-gradient(135deg, #0f766e, #0891b2);
  color: #ffffff;
  font-size: 15px;
  font-weight: 950;
}
.intro-note::after {
  width: clamp(58px, 5.5vw, 80px);
  height: clamp(58px, 5.5vw, 80px);
  right: clamp(22px, 3vw, 36px);
  opacity: .7;
  border: 3px solid rgba(15, 118, 110, .25);
  border-radius: 14px;
  background:
    linear-gradient(90deg, transparent 42%, rgba(15, 118, 110, .2) 42% 58%, transparent 58%),
    linear-gradient(0deg, transparent 42%, rgba(15, 118, 110, .2) 42% 58%, transparent 58%);
  box-shadow: none;
}
.survey-meta {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 30px;
  padding: 0;
  overflow: hidden;
  border: 1px solid #dde7ef;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 20px 48px rgba(24, 42, 68, .08);
}
.survey-meta div {
  min-height: 108px;
  padding: 22px 22px 20px 88px;
  border: 0;
  border-left: 1px solid #e1e9f0;
  border-radius: 0;
  background: #ffffff;
}
.survey-meta div:first-child { border-left: 0; }
.survey-meta div::before {
  display: flex;
  align-items: center;
  justify-content: center;
  content: "";
  left: 26px;
  top: 28px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #0f3565;
  font-size: 12px;
  font-weight: 950;
}
.survey-meta div:nth-child(1)::before { content: "\BD99"; }
.survey-meta div:nth-child(2)::before { content: "\B2F4"; color: #0f766e; }
.survey-meta div:nth-child(3)::before { content: "\BB38"; }
.survey-meta div:nth-child(4)::before { content: "\D68C"; color: #0f766e; }
.survey-meta span {
  display: block;
  margin-bottom: 7px;
  color: #65758a;
  font-size: 13px;
  font-weight: 900;
}
.survey-meta strong {
  display: block;
  color: #102a52;
  font-size: clamp(14px, 1.05vw, 16px);
  line-height: 1.45;
  word-break: keep-all;
}
.guidebook, .card, .admin-shell {
  margin-top: 30px;
  border-radius: 12px;
  border: 1px solid #dce6ef;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(24, 42, 68, .08);
}
.guidebook { padding: clamp(24px, 2.4vw, 36px); }
.guide-slide-card, .guide-panel, .field-reference, .demand-card, .privacy-box, .consent {
  border-radius: 12px;
}
.card { padding: clamp(24px, 2.6vw, 38px); }
.section-title h2 { font-size: clamp(24px, 2.1vw, 31px); }
.section-title p { font-size: clamp(14px, 1.1vw, 17px); line-height: 1.55; }
.field-reference {
  padding: clamp(18px, 2vw, 24px);
  background: #f8fbfe;
}
.major-field-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.major-field-list article {
  border-radius: 12px;
}
.demand-card {
  padding: clamp(20px, 2.2vw, 28px);
  background: #ffffff;
}
input, select, textarea {
  min-height: 50px;
  border-radius: 9px;
}
button, .secondary.link {
  min-height: 48px;
  border-radius: 9px;
}
.field-draft-button, .field-add-button {
  min-height: 30px;
}

@media (max-width: 1280px) {
  .page { width: min(100%, 1180px); }
  .hero { grid-template-columns: minmax(0, 1fr) minmax(300px, .62fr); }
  h1 { max-width: 760px; font-size: clamp(34px, 4.5vw, 54px); }
  .hero-illustration { width: min(100%, 480px); opacity: .7; }
}
@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; }
  .hero-illustration { display: none; }
  .survey-meta { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .survey-meta div:nth-child(3) { border-left: 0; border-top: 1px solid #e1e9f0; }
  .survey-meta div:nth-child(4) { border-top: 1px solid #e1e9f0; }
  .major-field-list { grid-template-columns: 1fr; }
  .answer-architecture { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
  .page { padding: 0 14px 64px; }
  .hero {
    margin: 0 -14px;
    min-height: auto;
    padding: 38px 20px 30px;
  }
  .hero-illustration { display: none; }
  h1 {
    margin-top: 28px;
    font-size: clamp(31px, 9.4vw, 42px);
    line-height: 1.15;
    word-break: keep-all;
  }
  .hero p { font-size: 15px; line-height: 1.65; }
  .intro-note {
    display: block;
    min-height: auto;
    padding: 18px 18px 18px 20px;
    font-size: 14px;
  }
  .intro-note::before {
    position: static;
    display: inline-flex;
    width: auto;
    min-width: 42px;
    height: 28px;
    margin: 0 0 10px;
    padding: 0 10px;
    transform: none;
    border-radius: 8px;
  }
  .intro-note::after { display: none; }
  .survey-meta { grid-template-columns: 1fr; }
  .survey-meta div,
  .survey-meta div:nth-child(3),
  .survey-meta div:nth-child(4) {
    min-height: 84px;
    padding: 18px 18px 18px 78px;
    border-left: 0;
    border-top: 1px solid #e1e9f0;
  }
  .survey-meta div:first-child { border-top: 0; }
  .survey-meta div::before { left: 18px; top: 20px; }
  .guidebook, .card, .admin-shell { padding: 20px; }
  .grid.two { grid-template-columns: 1fr; }
  .answer-architecture { grid-template-columns: 1fr; }
  .major-field-list article { padding-bottom: 14px; }
  .field-draft-button, .field-add-button { position: static; margin-top: 10px; width: 100%; }
}
