
:root{
  --bg:#f6f3ee;
  --paper:#fffdf9;
  --ink:#27231d;
  --sub:#6f665c;
  --line:#e5ddd1;
  --brand:#c46a2f;
  --brand-deep:#8e4e24;
  --accent:#2d6a73;
  --soft:#efe5d7;
  --shadow:0 20px 50px rgba(48,36,24,.08);
  --radius:26px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Arial,"Apple SD Gothic Neo","Noto Sans KR",sans-serif;
  background:
    radial-gradient(circle at top right, rgba(196,106,47,.08), transparent 22%),
    linear-gradient(180deg,#fbf8f4 0%, #f6f3ee 100%);
  color:var(--ink);
  line-height:1.72;
  word-break:keep-all;
}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.container{max-width:1180px;margin:0 auto;padding:0 22px}
.site-top{
  position:sticky;top:0;z-index:1000;
  background:rgba(255,253,249,.9);
  border-bottom:1px solid rgba(111,102,92,.12);
  backdrop-filter:blur(12px);
}
.site-top__inner{
  min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:16px;
}
.branding{display:flex;flex-direction:column;gap:6px}
.branding__name{font-size:24px;font-weight:900;letter-spacing:-.5px}
.branding__sub{font-size:12px;color:var(--sub)}
.top-nav{display:flex;gap:18px;flex-wrap:wrap}
.top-nav a{font-size:14px;font-weight:800;color:#584f46}
.top-call,.btn-primary,.aside-call a,.cta-band a,.entry-card a{
  background:linear-gradient(135deg,var(--brand),#e39c54);
  color:#fff;font-weight:900;
  box-shadow:0 16px 30px rgba(196,106,47,.22);
}
.top-call{
  min-width:170px;height:48px;border-radius:999px;padding:0 18px;
  display:inline-flex;align-items:center;justify-content:center;font-size:14px
}

.hero{
  padding:34px 0 18px;
}
.hero__shell{
  display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);gap:24px;
}
.hero__lead{
  background:var(--paper);
  border:1px solid var(--line);
  border-radius:34px;
  padding:44px;
  box-shadow:var(--shadow);
  position:relative;
  overflow:hidden;
}
.hero__lead::after{
  content:"";
  position:absolute;right:-60px;top:-60px;width:240px;height:240px;
  background:radial-gradient(circle, rgba(45,106,115,.12), transparent 68%);
}
.kicker,.pill,.mini-label{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:34px;padding:0 14px;border-radius:999px;font-size:12px;font-weight:900;
}
.kicker{
  background:#f3e3d5;color:var(--brand-deep);border:1px solid #e5c5a8;margin-bottom:18px;
}
.hero__lead h1{
  margin:0 0 18px;font-size:52px;line-height:1.08;letter-spacing:-1.3px;
}
.hero__lead p{margin:0;font-size:17px;color:var(--sub)}
.hero__action{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-width:170px;height:54px;border-radius:16px;padding:0 22px;font-size:15px;font-weight:900
}
.btn-ghost{
  color:var(--ink);background:#fff;border:1px solid var(--line)
}
.hero__chips,.districts,.tag-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
.hero__chips span,.districts span,.tag-list span{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:38px;padding:0 14px;border-radius:13px;
  background:#fff;border:1px solid var(--line);font-size:13px;font-weight:800;color:#534a42
}
.hero__panel{
  display:grid;gap:18px;
}
.note-box,.spot-box,.section-card,.entry-card,.side-box,.cta-band,.faq-box,.article-card{
  background:var(--paper);
  border:1px solid var(--line);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
}
.note-box{padding:28px}
.note-box h2{margin:0 0 12px;font-size:28px}
.checks{margin:0;padding-left:20px;color:var(--sub)}
.checks li+li{margin-top:8px}
.call-stack{
  margin-top:18px;padding:18px;border-radius:20px;background:#f7efe5;border:1px dashed #d5b89a
}
.call-stack a{
  display:flex;align-items:center;justify-content:center;
  width:100%;min-height:58px;border-radius:16px;background:var(--accent);color:#fff;font-size:22px;font-weight:900
}
.call-stack p{margin:10px 0 0;font-size:13px;color:var(--sub)}
.spot-box{padding:24px;background:linear-gradient(180deg,#fffaf4 0%, #fffdf9 100%)}
.spot-box h3{margin:0 0 10px;font-size:20px}
.spot-box p{margin:0;color:var(--sub);font-size:14px}

main{padding:8px 0 82px}
.section{margin-top:30px}
.section__head{display:flex;justify-content:space-between;gap:18px;align-items:end;margin-bottom:18px}
.section__head h2{margin:0 0 8px;font-size:34px;letter-spacing:-.5px}
.section__head p{margin:0;color:var(--sub)}
.pill{
  background:#eef5f6;color:var(--accent);border:1px solid #d5e7ea;margin-bottom:12px
}
.grid-3,.grid-4,.article-grid,.faq-grid{display:grid;gap:18px}
.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.section-card{padding:26px}
.section-card strong,.entry-card h3,.article-card h1,.article-card h2,.article-card h3{display:block;color:var(--ink)}
.section-card strong{font-size:22px;margin-bottom:10px}
.section-card p,.entry-card p,.article-card p,.article-card li{color:var(--sub);font-size:15px}
.entry-card{padding:26px;display:flex;flex-direction:column}
.mini-label{background:#f6efe6;color:#9b5a2e;border:1px solid #ead4be;margin-bottom:12px}
.entry-card h3{margin:0 0 10px;font-size:24px;line-height:1.35}
.entry-card p{margin:0}
.entry-card a{
  margin-top:16px;align-self:flex-start;
  display:inline-flex;align-items:center;justify-content:center;
  min-width:130px;height:42px;border-radius:12px;padding:0 16px;font-size:13px
}
.timeline{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.step{
  padding:22px;border-radius:24px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow)
}
.step b{
  display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:14px;
  background:var(--accent);color:#fff;margin-bottom:14px;font-size:18px
}
.step strong{display:block;font-size:18px;margin-bottom:8px}
.step p{margin:0;color:var(--sub);font-size:14px}

.article-hero{padding:34px;margin-bottom:24px}
.article-hero h1{margin:0 0 14px;font-size:42px;line-height:1.14;letter-spacing:-1px}
.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:24px;align-items:start}
.article-block+.article-block{margin-top:28px}
.duo-list{display:grid;gap:16px}
.duo-item{
  display:grid;grid-template-columns:130px 1fr;gap:18px;padding:16px 0;border-bottom:1px dashed var(--line)
}
.duo-item:last-child{border-bottom:0}
.duo-item strong{font-size:15px}
.bullets{margin:0;padding-left:20px}
.bullets li+li{margin-top:8px}
.side-box{padding:22px}
.side-box h3{margin:0 0 12px;font-size:22px}
.side-links{display:grid;gap:10px}
.side-links a{
  display:block;padding:14px 16px;border-radius:16px;background:#faf6f0;border:1px solid var(--line);color:#544a41
}
.aside-call{padding:20px}
.aside-call strong{display:block;margin-bottom:10px;font-size:18px}
.aside-call a{
  width:100%;min-height:50px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center
}
.faq-box{padding:28px}
.faq-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.faq-item{padding-top:18px;border-top:1px dashed var(--line)}
.faq-item:nth-child(-n+2){padding-top:0;border-top:0}
.faq-item h3{margin:0 0 8px;font-size:20px}
.faq-item p{margin:0;color:var(--sub)}
.cta-band{
  margin-top:28px;padding:30px;display:flex;justify-content:space-between;gap:18px;align-items:center;
  background:linear-gradient(135deg,#fff7ef 0%, #f3ece3 100%);
  border-left:6px solid var(--brand)
}
.cta-band h2{margin:0 0 6px;font-size:30px}
.cta-band p{margin:0;color:var(--sub)}
.cta-band a{
  min-width:280px;min-height:58px;border-radius:16px;padding:0 24px;
  display:inline-flex;align-items:center;justify-content:center;font-size:20px
}
.footer{
  margin-top:40px;padding:36px 0 48px;background:#f0e9df;border-top:1px solid rgba(111,102,92,.15)
}
.footer__inner{
  display:grid;grid-template-columns:1.2fr 1fr .9fr;gap:20px
}
.footer h3,.footer h4{margin:0 0 10px}
.footer p,.footer li{margin:0;color:#655c52;font-size:14px}
.footer ul{margin:0;padding-left:18px}
.footer-phone a{
  display:inline-flex;align-items:center;justify-content:center;
  width:100%;min-height:52px;border-radius:14px;background:var(--accent);color:#fff;font-weight:900
}

@media (max-width:1024px){
  .hero__shell,.article-layout,.footer__inner{grid-template-columns:1fr}
  .grid-3,.grid-4,.timeline,.faq-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .top-nav{display:none}
  .side-box{position:static}
}
@media (max-width:720px){
  .container{padding:0 16px}
  .hero__lead,.note-box,.spot-box,.section-card,.entry-card,.faq-box,.article-card,.cta-band{border-radius:22px}
  .hero__lead{padding:30px}
  .hero__lead h1{font-size:38px}
  .section__head h2{font-size:28px}
  .grid-3,.grid-4,.timeline,.faq-grid{grid-template-columns:1fr}
  .section__head{display:block}
  .article-hero h1{font-size:34px}
  .duo-item{grid-template-columns:1fr}
  .cta-band{flex-direction:column;align-items:flex-start}
  .cta-band a{min-width:100%;width:100%}
  .top-call{display:none}
}
