@import url('https://fonts.googleapis.com/css2?family=Gowun+Batang:wght@400;700&family=Noto+Sans+KR:wght@300;400;500;600;700;800&display=swap');

:root {
  --max: 1240px;
  --navy: #0b2c49;
  --blue: #126aa2;
  --mint: #43a68c;
  --ink: #15232f;
  --muted: #667581;
  --line: rgba(20, 45, 62, .13);
  --paper: #f6f8f8;
  --white: #fff;
  --radius: 24px;
  --shadow: 0 24px 70px rgba(5, 28, 46, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: 'Noto Sans KR', sans-serif; word-break: keep-all; overflow-x:hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.wrap { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }
.proposal-bar { height: 42px; background: #071b2a; color: rgba(255,255,255,.84); display:flex; align-items:center; position: relative; z-index: 40; font-size: 12px; letter-spacing:.02em; }
.proposal-inner { width:min(var(--max),calc(100% - 48px)); margin:auto; display:flex; align-items:center; justify-content:space-between; gap:16px; }
.proposal-tabs { display:flex; gap:4px; }
.proposal-tabs a { width:25px; height:25px; display:grid; place-items:center; border:1px solid rgba(255,255,255,.28); border-radius:50%; }
.proposal-tabs a.active,.proposal-tabs a:hover { background:#fff; color:#071b2a; }
.site-header { height:86px; position:absolute; z-index:30; top:42px; left:0; right:0; color:#fff; border-bottom:1px solid rgba(255,255,255,.22); }
.header-inner { height:100%; display:flex; align-items:center; justify-content:space-between; }
.brand { display:flex; align-items:center; gap:13px; font-weight:700; line-height:1.15; }
.brand-mark { width:40px; height:40px; position:relative; display:grid; place-items:center; border-radius:50%; border:1px solid currentColor; font-size:10px; letter-spacing:.06em; }
.brand-mark::after { content:''; position:absolute; width:24px; height:7px; border-radius:50%; border:1px solid currentColor; transform:rotate(-12deg); }
.brand small { display:block; font-size:9px; font-weight:500; letter-spacing:.09em; opacity:.72; margin-top:4px; }
.main-nav { display:flex; align-items:center; gap:42px; font-size:15px; font-weight:500; }
.header-tools { display:flex; align-items:center; gap:10px; }
.round-tool { width:38px; height:38px; display:grid; place-items:center; border:1px solid rgba(255,255,255,.45); border-radius:50%; background:transparent; color:inherit; cursor:pointer; }
.menu-dots { width:15px; display:grid; grid-template-columns:repeat(2,4px); gap:4px; }
.menu-dots i { width:4px; height:4px; border:1px solid currentColor; border-radius:50%; }
.hero { min-height:720px; position:relative; display:flex; align-items:center; overflow:hidden; background-position:center; background-size:cover; color:#fff; }
.hero::before { content:''; position:absolute; inset:0; pointer-events:none; }
.hero-content { position:relative; z-index:2; padding-top:78px; }
.eyebrow { display:flex; align-items:center; gap:12px; font-size:12px; letter-spacing:.22em; font-weight:700; text-transform:uppercase; }
.eyebrow::before { content:''; width:34px; height:1px; background:currentColor; }
.hero h1 { font-size:clamp(44px,5.2vw,76px); line-height:1.18; letter-spacing:-.045em; margin:24px 0 24px; max-width:800px; }
.hero-copy { max-width:580px; font-size:18px; line-height:1.85; opacity:.9; font-weight:300; }
.hero-actions { display:flex; gap:12px; margin-top:36px; }
.btn { min-height:50px; display:inline-flex; align-items:center; justify-content:center; gap:18px; padding:0 25px; border-radius:999px; border:1px solid rgba(255,255,255,.55); font-size:14px; font-weight:600; }
.btn.primary { background:#fff; color:#123049; border-color:#fff; }
.btn .arrow { font-size:20px; line-height:0; }
.hero-index { position:absolute; z-index:3; right:max(24px,calc((100% - var(--max))/2)); bottom:48px; display:flex; align-items:center; gap:16px; font-size:12px; letter-spacing:.12em; }
.hero-index .line { width:120px; height:1px; background:rgba(255,255,255,.4); position:relative; }
.hero-index .line::after { content:''; position:absolute; left:0; top:0; width:25%; height:2px; background:#fff; }
.quick { position:relative; z-index:5; margin-top:-36px; }
.quick-grid { display:grid; grid-template-columns:repeat(4,1fr); background:#fff; box-shadow:var(--shadow); border-radius:18px; overflow:hidden; }
.quick a { min-height:122px; display:flex; align-items:center; gap:16px; padding:28px 30px; border-right:1px solid var(--line); transition:.25s ease; }
.quick a:last-child { border:0; }
.quick a:hover { transform:translateY(-3px); background:#f7fbfd; }
.quick-icon { width:48px; height:48px; border-radius:16px; background:#eef5f7; display:grid; place-items:center; color:var(--blue); font-size:21px; flex:0 0 auto; }
.quick b { display:block; font-size:15px; }
.quick span { display:block; font-size:12px; color:var(--muted); margin-top:7px; }
.section { padding:110px 0; }
.section-head { display:flex; justify-content:space-between; align-items:end; gap:30px; margin-bottom:48px; }
.section-kicker { font-size:12px; font-weight:800; letter-spacing:.15em; color:var(--blue); text-transform:uppercase; }
.section h2 { font-size:clamp(32px,3.2vw,48px); letter-spacing:-.045em; line-height:1.25; margin:12px 0 0; }
.section-desc { color:var(--muted); line-height:1.8; max-width:500px; font-size:15px; }
.business-grid { display:grid; grid-template-columns:1.4fr 1fr 1fr; gap:18px; }
.business-card { min-height:340px; border-radius:var(--radius); overflow:hidden; position:relative; padding:34px; color:#fff; display:flex; flex-direction:column; justify-content:flex-end; background:#164766; }
.business-card::before { content:''; position:absolute; inset:0; background:linear-gradient(180deg,transparent 20%,rgba(4,21,33,.82)); }
.business-card > * { position:relative; z-index:1; }
.business-card small { letter-spacing:.12em; opacity:.72; }
.business-card h3 { margin:10px 0 9px; font-size:26px; }
.business-card p { margin:0; opacity:.76; line-height:1.7; font-size:13px; }
.business-card.card-main { min-height:470px; grid-row:span 2; }
.business-card.card-2 { background:linear-gradient(145deg,#18839a,#54ad91); }
.business-card.card-3 { background:linear-gradient(145deg,#745e49,#c39362); }
.business-card.card-4 { background:linear-gradient(145deg,#16374f,#245f87); }
.notice-section { background:#fff; }
.notice-layout { display:grid; grid-template-columns:1fr 1.55fr; gap:80px; align-items:start; }
.notice-intro h2 { font-size:48px; margin:12px 0 18px; }
.notice-intro p { color:var(--muted); line-height:1.8; }
.notice-list { border-top:2px solid var(--ink); }
.notice-item { display:grid; grid-template-columns:92px 1fr 22px; gap:20px; align-items:center; min-height:92px; border-bottom:1px solid var(--line); }
.notice-item time { font-size:12px; color:var(--muted); }
.notice-item strong { font-size:15px; font-weight:600; }
.notice-item .tag { display:inline-block; color:var(--blue); font-size:10px; letter-spacing:.08em; margin-right:12px; }
.gallery-grid { display:grid; grid-template-columns:repeat(12,1fr); grid-auto-rows:80px; gap:16px; }
.gallery-card { border-radius:18px; padding:24px; color:#fff; position:relative; overflow:hidden; display:flex; align-items:end; background-size:cover; background-position:center; }
.gallery-card::before { content:''; position:absolute; inset:0; background:linear-gradient(180deg,transparent 35%,rgba(5,22,32,.75)); }
.gallery-card span { position:relative; z-index:1; font-weight:600; }
.gallery-card:nth-child(1) { grid-column:span 7; grid-row:span 4; background:linear-gradient(145deg,#1289a8,#152f49); }
.gallery-card:nth-child(2) { grid-column:span 5; grid-row:span 3; background:linear-gradient(145deg,#c28a4c,#7f5b43); }
.gallery-card:nth-child(3) { grid-column:span 5; grid-row:span 3; background:linear-gradient(145deg,#347c71,#113f52); }
.gallery-card:nth-child(4) { grid-column:span 7; grid-row:span 2; background:linear-gradient(145deg,#566a8a,#272f47); }
.site-footer { background:#0d2638; color:#fff; padding:70px 0 40px; }
.footer-top { display:flex; justify-content:space-between; gap:40px; padding-bottom:50px; border-bottom:1px solid rgba(255,255,255,.12); }
.footer-brand { font-size:20px; font-weight:700; }
.footer-note { font-size:13px; line-height:1.8; color:rgba(255,255,255,.55); max-width:600px; }
.footer-bottom { padding-top:28px; display:flex; justify-content:space-between; font-size:11px; color:rgba(255,255,255,.45); }

/* A — 공공 신뢰형 */
.theme-a .hero { background-image:url('assets/hero-a.png'); }
.theme-a .hero::before { background:linear-gradient(90deg,rgba(3,29,50,.74) 0%,rgba(3,29,50,.34) 44%,rgba(3,29,50,.02) 77%); }
.theme-a .hero h1 em { font-style:normal; color:#80e2d3; }

/* B — 문화 에디토리얼형 */
.theme-b { --paper:#f5f0e8; --ink:#27231e; --blue:#d66248; --line:rgba(49,36,25,.15); }
.theme-b .site-header { color:#251f1a; border-color:rgba(40,30,20,.16); }
.theme-b .round-tool { border-color:rgba(40,30,20,.35); }
.theme-b .hero { background-image:url('assets/hero-b.png'); align-items:flex-end; min-height:780px; color:#211e1b; }
.theme-b .hero::before { background:linear-gradient(90deg,rgba(248,239,224,.94) 0%,rgba(248,239,224,.72) 36%,transparent 60%); clip-path:polygon(0 0,58% 0,45% 100%,0 100%); }
.theme-b .hero-content { padding-bottom:100px; }
.theme-b .hero h1 { font-family:'Gowun Batang',serif; font-size:66px; max-width:640px; font-weight:700; }
.theme-b .hero-copy { max-width:510px; }
.theme-b .btn { border-color:rgba(40,30,20,.4); }
.theme-b .btn.primary { color:#fff; background:#c8543f; border-color:#c8543f; }
.theme-b .hero-index { color:#fff; }
.theme-b .quick { margin-top:0; }
.theme-b .quick-grid { border-radius:0; box-shadow:none; background:#241f1b; color:#fff; }
.theme-b .quick a { border-color:rgba(255,255,255,.12); }
.theme-b .quick a:hover { background:#322b25; }
.theme-b .quick-icon { border-radius:50%; background:#c8543f; color:#fff; }
.theme-b .quick span { color:rgba(255,255,255,.52); }
.theme-b .section h2 { font-family:'Gowun Batang',serif; }
.theme-b .business-grid { grid-template-columns:repeat(3,1fr); }
.theme-b .business-card,.theme-b .business-card.card-main { min-height:410px; grid-row:auto; border-radius:0; }
.theme-b .business-card:nth-child(1) { transform:translateY(30px); background:linear-gradient(160deg,#a74a3b,#5b2925); }
.theme-b .business-card:nth-child(2) { background:linear-gradient(160deg,#1b6267,#11383d); }
.theme-b .business-card:nth-child(3) { transform:translateY(30px); background:linear-gradient(160deg,#c08f51,#6f4931); }
.theme-b .business-card:nth-child(4) { display:none; }
.theme-b .notice-section { background:#28221e; color:#fff; }
.theme-b .notice-intro p,.theme-b .notice-item time { color:rgba(255,255,255,.55); }
.theme-b .notice-list { border-color:#fff; }
.theme-b .notice-item { border-color:rgba(255,255,255,.15); }

/* C — 한국적 조형형 */
.theme-c { --paper:#f6f0e6; --ink:#143f3b; --blue:#dd6c51; --line:rgba(20,63,59,.15); }
.theme-c .site-header { color:#143f3b; border-color:rgba(20,63,59,.13); }
.theme-c .round-tool { border-color:rgba(20,63,59,.35); }
.theme-c .hero { background-image:url('assets/hero-c.png'); color:#143f3b; min-height:760px; background-position:center bottom; }
.theme-c .hero::before { background:linear-gradient(90deg,rgba(246,240,230,.97),rgba(246,240,230,.60) 40%,transparent 62%); }
.theme-c .hero h1 { font-family:'Gowun Batang',serif; font-size:68px; }
.theme-c .hero h1 em { color:#d4634c; font-style:normal; }
.theme-c .btn { border-color:rgba(20,63,59,.4); }
.theme-c .btn.primary { background:#154a45; color:#fff; border-color:#154a45; }
.theme-c .hero-index { color:#143f3b; }
.theme-c .hero-index .line { background:rgba(20,63,59,.25); }
.theme-c .hero-index .line::after { background:#143f3b; }
.theme-c .quick-grid { border-radius:36px; }
.theme-c .quick-icon { background:#f5ddd2; color:#bd513e; border-radius:50%; }
.theme-c .section-head { align-items:center; }
.theme-c .section h2 { font-family:'Gowun Batang',serif; }
.theme-c .business-grid { grid-template-columns:repeat(2,1fr); }
.theme-c .business-card,.theme-c .business-card.card-main { min-height:270px; grid-row:auto; border-radius:120px 24px 24px 24px; padding-left:74px; }
.theme-c .business-card:nth-child(2n) { border-radius:24px 120px 24px 24px; }
.theme-c .business-card.card-2 { background:linear-gradient(145deg,#d7755c,#9e4337); }
.theme-c .business-card.card-3 { background:linear-gradient(145deg,#1e7068,#104840); }
.theme-c .notice-section { background:#e8ddce; }
.theme-c .notice-list { border-color:#17443f; }

/* D — 생태 관광형 */
.theme-d { --paper:#f1f1e8; --ink:#27382d; --blue:#607a45; --line:rgba(39,56,45,.16); }
.theme-d .hero { background-image:url('assets/hero-d.png'); color:#fff; min-height:750px; align-items:flex-end; }
.theme-d .hero::before { background:linear-gradient(180deg,rgba(24,31,26,.1),rgba(24,31,26,.8)); }
.theme-d .hero-content { padding-bottom:100px; width:min(var(--max),calc(100% - 48px)); display:grid; grid-template-columns:1.15fr .85fr; align-items:end; gap:60px; }
.theme-d .hero h1 { font-family:'Gowun Batang',serif; font-size:54px; margin-bottom:0; }
.theme-d .hero-copy { border-left:1px solid rgba(255,255,255,.55); padding-left:34px; }
.theme-d .hero-actions { grid-column:2; margin-top:-50px; padding-left:34px; }
.theme-d .quick { margin-top:0; }
.theme-d .quick-grid { border-radius:0; box-shadow:none; background:#26382d; color:#fff; }
.theme-d .quick a { border-color:rgba(255,255,255,.12); }
.theme-d .quick a:hover { background:#354b3c; }
.theme-d .quick-icon { background:#e1ae69; color:#26382d; }
.theme-d .quick span { color:rgba(255,255,255,.55); }
.theme-d .business-grid { grid-template-columns:repeat(4,1fr); }
.theme-d .business-card,.theme-d .business-card.card-main { min-height:390px; grid-row:auto; border-radius:180px 180px 20px 20px; padding:34px 28px; }
.theme-d .business-card.card-main { background:linear-gradient(145deg,#536a3e,#263c31); }
.theme-d .business-card.card-2 { background:linear-gradient(145deg,#a77848,#67482f); }
.theme-d .business-card.card-3 { background:linear-gradient(145deg,#637a73,#324943); }
.theme-d .business-card.card-4 { background:linear-gradient(145deg,#55623c,#2b3727); }
.theme-d .notice-section { background:#dfe1d3; }

/* E — 광역 확장형 */
.theme-e { --paper:#061b2c; --ink:#ecf7ff; --blue:#6de6d3; --muted:#91aab9; --line:rgba(154,213,231,.15); }
.theme-e .proposal-bar { background:#020c15; }
.theme-e .hero { background-image:url('assets/hero-e.png'); min-height:800px; align-items:center; }
.theme-e .hero::before { background:linear-gradient(90deg,rgba(3,16,28,.08) 0%,rgba(3,16,28,.18) 46%,rgba(3,16,28,.77) 64%,rgba(3,16,28,.96) 100%); }
.theme-e .hero-content { margin-left:auto; width:49%; padding-left:60px; }
.theme-e .hero h1 { font-size:64px; }
.theme-e .hero h1 em { color:#65e2d0; font-style:normal; }
.theme-e .btn.primary { background:#62e1ce; color:#042032; border-color:#62e1ce; }
.theme-e .hero-index { left:max(24px,calc((100% - var(--max))/2)); right:auto; }
.theme-e .quick { margin-top:-58px; }
.theme-e .quick-grid { background:rgba(7,37,56,.92); color:#fff; border:1px solid rgba(111,224,214,.18); backdrop-filter:blur(18px); }
.theme-e .quick a { border-color:rgba(255,255,255,.10); }
.theme-e .quick a:hover { background:rgba(70,184,180,.12); }
.theme-e .quick-icon { background:rgba(101,226,208,.12); color:#65e2d0; }
.theme-e .quick span { color:#8ca7b6; }
.theme-e .section { background:#061b2c; }
.theme-e .business-card { border:1px solid rgba(101,226,208,.18); background:linear-gradient(145deg,#0e4153,#071e30); }
.theme-e .business-card.card-2 { background:linear-gradient(145deg,#0c5961,#082735); }
.theme-e .business-card.card-3 { background:linear-gradient(145deg,#344b39,#162d31); }
.theme-e .business-card.card-4 { background:linear-gradient(145deg,#1c385d,#0b263d); }
.theme-e .notice-section { background:#082338; color:#fff; }
.theme-e .notice-list { border-color:#66e2d0; }
.theme-e .notice-item { border-color:rgba(255,255,255,.12); }
.theme-e .notice-item time { color:#91aab9; }
.theme-e .gallery-card { border:1px solid rgba(101,226,208,.16); }

/* 선택 화면 */
.selector { background:#081c2b; color:#fff; min-height:100vh; padding-bottom:80px; }
.selector-head { padding:72px 0 46px; }
.selector-head .label { color:#69dfce; font-size:12px; letter-spacing:.18em; }
.selector-head h1 { font-size:clamp(38px,5vw,68px); letter-spacing:-.05em; margin:16px 0; }
.selector-head p { color:#9ab0bd; line-height:1.8; max-width:760px; }
.brief-pills { display:flex; flex-wrap:wrap; gap:9px; margin-top:26px; }
.brief-pills span { padding:9px 13px; border:1px solid rgba(255,255,255,.14); border-radius:999px; color:#b8c9d1; font-size:12px; }
.selector-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:20px; }
.select-card { min-height:380px; border-radius:22px; overflow:hidden; position:relative; background-size:cover; background-position:center; display:flex; align-items:end; padding:30px; }
.select-card:last-child { grid-column:1/-1; min-height:430px; }
.select-card::before { content:''; position:absolute; inset:0; background:linear-gradient(180deg,transparent 20%,rgba(2,13,22,.9)); transition:.3s ease; }
.select-card:hover::before { background:linear-gradient(180deg,rgba(2,13,22,.04),rgba(2,13,22,.96)); }
.select-card .content { position:relative; z-index:1; display:flex; justify-content:space-between; align-items:end; width:100%; gap:20px; }
.select-card small { color:#6de2d1; letter-spacing:.1em; }
.select-card h2 { margin:7px 0 5px; font-size:28px; }
.select-card p { color:#afc0c8; margin:0; font-size:13px; }
.select-card .go { width:48px; height:48px; border:1px solid rgba(255,255,255,.4); border-radius:50%; display:grid; place-items:center; flex:0 0 auto; }
.select-card.a { background-image:url('assets/hero-a.png'); }
.select-card.b { background-image:url('assets/hero-b.png'); }
.select-card.c { background-image:url('assets/hero-c.png'); }
.select-card.d { background-image:url('assets/hero-d.png'); }
.select-card.e { background-image:url('assets/hero-e.png'); }
.selector-foot { padding-top:40px; color:#7f98a5; font-size:12px; line-height:1.8; }

@media (max-width: 1000px) {
  .main-nav { display:none; }
  .business-grid,.theme-b .business-grid,.theme-d .business-grid { grid-template-columns:repeat(2,1fr); }
  .business-card.card-main { grid-row:auto; min-height:340px; }
  .notice-layout { grid-template-columns:1fr; gap:42px; }
  .theme-d .hero-content { display:block; }
  .theme-d .hero-copy { margin-top:30px; }
  .theme-d .hero-actions { margin:24px 0 0 34px; }
  .theme-e .hero-content { width:58%; }
}

@media (max-width: 700px) {
  .wrap,.proposal-inner { width:min(100% - 32px,var(--max)); }
  .proposal-inner { gap:8px; }
  .proposal-inner > span { max-width:120px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; flex:1 1 auto; }
  .proposal-tabs { gap:2px; flex:0 0 auto; }
  .proposal-tabs a { width:23px; height:23px; }
  .site-header { height:72px; }
  .brand { font-size:13px; }
  .brand-mark { width:34px; height:34px; }
  .hero,.theme-b .hero,.theme-c .hero,.theme-d .hero,.theme-e .hero { min-height:660px; background-position:center; align-items:center; }
  .hero-content,.theme-b .hero-content,.theme-d .hero-content,.theme-e .hero-content { padding:90px 0 30px; width:calc(100% - 32px); margin:0 auto; }
  .hero h1,.theme-b .hero h1,.theme-c .hero h1,.theme-d .hero h1,.theme-e .hero h1 { font-size:38px; line-height:1.3; overflow-wrap:break-word; }
  .hero-copy { font-size:15px; }
  .hero-actions { flex-wrap:wrap; }
  .hero-index { bottom:24px; right:16px; }
  .theme-b .hero::before,.theme-c .hero::before { clip-path:none; background:linear-gradient(180deg,rgba(246,240,230,.70),rgba(246,240,230,.95)); }
  .theme-d .hero::before { background:linear-gradient(180deg,rgba(24,31,26,.15),rgba(24,31,26,.9)); }
  .theme-d .hero-copy { border:0; padding:0; }
  .theme-d .hero-actions { margin:24px 0 0; padding:0; }
  .theme-e .hero::before { background:linear-gradient(180deg,rgba(3,16,28,.35),rgba(3,16,28,.92)); }
  .quick,.theme-e .quick { margin-top:0; }
  .quick-grid { grid-template-columns:repeat(2,1fr); border-radius:0; }
  .quick a { padding:16px; min-height:112px; min-width:0; flex-direction:column; align-items:flex-start; gap:8px; }
  .quick-icon { width:40px; height:40px; }
  .quick a > span:last-child { min-width:0; }
  .quick span { max-width:100%; }
  .section { padding:76px 0; }
  .section-head { display:block; }
  .section-desc { margin-top:20px; }
  .business-grid,.theme-b .business-grid,.theme-c .business-grid,.theme-d .business-grid { grid-template-columns:1fr; }
  .business-card,.business-card.card-main,.theme-b .business-card,.theme-b .business-card.card-main,.theme-c .business-card,.theme-c .business-card.card-main,.theme-d .business-card,.theme-d .business-card.card-main { min-height:290px; transform:none!important; border-radius:24px; }
  .notice-item { grid-template-columns:70px 1fr 18px; gap:10px; }
  .gallery-grid { display:grid; grid-template-columns:1fr; grid-auto-rows:220px; }
  .gallery-card,.gallery-card:nth-child(n) { grid-column:auto; grid-row:auto; }
  .footer-top,.footer-bottom { display:block; }
  .footer-note { margin-top:22px; }
  .footer-bottom span { display:block; margin-bottom:8px; }
  .selector-grid { grid-template-columns:1fr; }
  .select-card,.select-card:last-child { grid-column:auto; min-height:300px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior:auto; } * { transition:none!important; } }
