*,
*::before,
*::after { box-sizing: border-box; }

:root{
  --bg:#f7f4ee;
  --paper:#fffdf8;
  --ink:#1e2320;
  --muted:#5c675f;
  --line:#d8d1c3;
  --accent:#2f6f5e;
  --accent-2:#c98244;
  --soft:#eef4f0;
  --warm:#f5ede3;
  --shadow:0 18px 36px rgba(34,38,35,.08);
  --radius:24px;
}

html{scroll-behavior:smooth;}
body{
  margin:0;
  font-family:"Pretendard","Noto Sans KR","Apple SD Gothic Neo",Arial,sans-serif;
  color:var(--ink);
  background:
    radial-gradient(circle at top right, rgba(201,130,68,.10), transparent 24%),
    linear-gradient(180deg, #fbf8f3 0%, #f7f4ee 100%);
  line-height:1.75;
  word-break:keep-all;
}
a{color:inherit;text-decoration:none;}
img{display:block;max-width:100%;}
.container{width:min(1180px, calc(100% - 40px)); margin:0 auto;}

.site-header{
  position:sticky; top:0; z-index:50;
  backdrop-filter: blur(14px);
  background:rgba(251,248,243,.86);
  border-bottom:1px solid rgba(30,35,32,.08);
}
.header-inner{
  min-height:78px; display:flex; align-items:center; justify-content:space-between; gap:20px;
}
.brand-wrap{display:flex; flex-direction:column; gap:3px;}
.brand{
  font-size:26px; font-weight:900; letter-spacing:-.03em;
}
.brand-sub{font-size:12px; color:var(--muted);}
.main-nav{display:flex; gap:20px; flex-wrap:wrap;}
.main-nav a{
  font-size:14px; font-weight:700; color:#32423a;
}
.header-call, .btn-primary, .cta-phone, .floating-call{
  display:inline-flex; align-items:center; justify-content:center;
  background:var(--accent); color:#fff;
  border-radius:999px;
  box-shadow:0 12px 24px rgba(47,111,94,.18);
}
.header-call{min-width:168px; height:48px; padding:0 18px; font-weight:800; font-size:14px;}

.hero-section{padding:34px 0 22px;}
.hero-shell{
  display:grid; grid-template-columns:1.08fr .92fr; gap:24px;
}
.hero-copy, .hero-side, .panel, .post-card, .info-card, .section-card, .faq-item, .cta-strip, .article-shell, .article-main, .article-side, .small-card{
  background:var(--paper);
  border:1px solid var(--line);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
}
.hero-copy{
  padding:42px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.75), rgba(255,255,255,.92)),
    linear-gradient(135deg, rgba(47,111,94,.08), rgba(201,130,68,.08));
}
.eyebrow, .label, .mini{
  display:inline-flex; align-items:center; justify-content:center;
  min-height:32px; padding:0 12px; border-radius:999px; font-size:12px; font-weight:800;
}
.eyebrow{background:#edf5f2; color:var(--accent); border:1px solid rgba(47,111,94,.12); margin-bottom:18px;}
.hero-copy h1{
  margin:0 0 16px;
  font-size:54px; line-height:1.08; letter-spacing:-.05em;
}
.lead{margin:0; font-size:17px; color:#39443d;}
.hero-actions{display:flex; gap:12px; flex-wrap:wrap; margin-top:28px;}
.btn{display:inline-flex; align-items:center; justify-content:center; min-width:168px; height:52px; padding:0 20px; border-radius:14px; font-weight:800;}
.btn-secondary{background:#fff; border:1px solid var(--line); color:#26312b;}
.quick-points{display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; margin-top:26px;}
.quick-points div{
  padding:14px 16px; border-radius:16px; background:#faf7f1; border:1px solid #e7dece; font-size:14px; color:#455148; font-weight:700;
}

.hero-side{
  padding:28px;
  display:grid; gap:18px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.94), rgba(255,255,255,.98)),
    linear-gradient(135deg, rgba(201,130,68,.10), rgba(47,111,94,.06));
}
.hero-side h2{margin:0 0 12px; font-size:28px; line-height:1.25;}
.check-list, .bullet-list{margin:0; padding-left:20px;}
.check-list li+li, .bullet-list li+li{margin-top:8px;}
.hot-areas{display:flex; flex-wrap:wrap; gap:10px; margin-top:6px;}
.hot-areas span, .tag-row span, .region-cloud span{
  display:inline-flex; align-items:center; min-height:38px; padding:0 14px; border-radius:999px;
  background:#f4eee6; border:1px solid #e5dbc9; color:#52463a; font-size:13px; font-weight:800;
}
.cta-phone{width:100%; min-height:58px; font-size:22px; font-weight:900;}
.side-note{font-size:13px; color:#647066;}

.page-main{padding:10px 0 80px;}
.section{margin-top:30px;}
.section-head{display:flex; flex-direction:column; gap:10px; margin-bottom:18px;}
.section-head h2, .article-shell h1, .article-main h2, .article-main h3, .article-side h3, .cta-strip h2{margin:0; line-height:1.3; letter-spacing:-.03em;}
.section-head h2{font-size:34px;}
.section-head p, .article-main p, .article-side p, .faq-item p{margin:0; color:#455148;}
.label{background:#f3ebe1; color:#8b5e31; border:1px solid #ead8c2;}
.grid-3{display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px;}
.grid-4{display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:18px;}

.post-card, .info-card, .section-card, .small-card{padding:24px;}
.post-card strong, .info-card strong, .small-card strong{display:block; font-size:20px; margin-bottom:10px;}
.post-card p, .info-card p, .small-card p{font-size:15px; color:#4b574f;}
.post-card:hover, .info-card:hover, .small-card:hover{
  transform:translateY(-2px);
  transition:.18s ease;
}
.post-link{
  display:inline-flex; align-items:center; justify-content:center;
  min-width:124px; height:42px; margin-top:14px;
  border-radius:12px; background:#f0f6f3; color:var(--accent); font-weight:800; border:1px solid #d8e8e1;
}
.region-cloud{display:flex; flex-wrap:wrap; gap:10px;}
.process-grid{display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:18px;}
.step{
  padding:24px; border-radius:22px; background:linear-gradient(180deg,#fffdf8,#fbf7ef); border:1px solid var(--line); box-shadow:var(--shadow);
}
.step b{
  display:inline-flex; width:42px; height:42px; align-items:center; justify-content:center;
  border-radius:14px; background:var(--accent); color:#fff; margin-bottom:14px; font-weight:900;
}
.step strong{display:block; margin-bottom:8px; font-size:19px;}
.step p{margin:0; color:#4b574f;}

.article-shell{padding:32px; margin-bottom:24px;}
.article-shell h1{font-size:40px; margin-top:10px;}
.article-grid{display:grid; grid-template-columns:minmax(0,1fr) 320px; gap:24px; align-items:start;}
.article-main, .article-side{padding:28px;}
.section-block + .section-block{margin-top:28px;}
.info-list{display:flex; flex-direction:column;}
.info-row{
  display:grid; grid-template-columns:130px 1fr; gap:18px; padding:16px 0;
  border-bottom:1px dashed rgba(30,35,32,.12);
}
.info-row:last-child{border-bottom:0;}
.info-row strong{font-size:15px;}
.tag-row{display:flex; flex-wrap:wrap; gap:10px; margin-top:20px;}
.side-links{display:grid; gap:10px;}
.side-links a{
  display:block; padding:14px 16px; border-radius:16px; background:#f8f3eb; border:1px solid #eadfce; color:#39443d; font-weight:700;
}
.call-panel{
  margin-top:18px; padding:18px; border-radius:20px; background:#f0f6f3; border:1px solid #d8e8e1;
}
.call-panel a{
  display:inline-flex; width:100%; min-height:50px; align-items:center; justify-content:center;
  border-radius:12px; background:var(--accent); color:#fff; font-weight:800; margin-top:10px;
}
.faq-list{display:grid; gap:14px;}
.faq-item{padding:22px;}
.faq-item h3{margin:0 0 10px; font-size:21px;}

.cta-strip{
  margin-top:28px; padding:30px 28px; display:flex; align-items:center; justify-content:space-between; gap:20px;
  border-left:8px solid var(--accent-2);
  background:linear-gradient(180deg,#fffdf9,#fbf6ee);
}
.cta-strip p{margin:8px 0 0; color:#4b574f;}
.footer{
  margin-top:46px; padding:36px 0 42px; border-top:1px solid rgba(30,35,32,.08);
}
.footer-inner{
  display:grid; grid-template-columns:1.1fr .9fr .9fr; gap:20px;
}
.footer-box{
  padding:20px; border-radius:20px; background:#fffdf8; border:1px solid var(--line);
}
.footer-box h3{margin:0 0 10px; font-size:18px;}
.footer-box p, .footer-box li{margin:0; color:#4b574f; font-size:14px;}
.footer-box ul{margin:0; padding-left:18px;}
.floating-call{
  position:fixed; right:18px; bottom:18px;
  min-width:180px; height:54px; padding:0 18px; font-weight:900; z-index:30;
}

@media (max-width: 1024px){
  .hero-shell, .article-grid, .footer-inner{grid-template-columns:1fr;}
  .grid-4, .process-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .grid-3{grid-template-columns:repeat(2,minmax(0,1fr));}
  .hero-copy h1{font-size:44px;}
  .sidebar-sticky{position:static;}
}

@media (max-width: 720px){
  .container{width:min(100% - 28px, 1180px);}
  .header-inner{min-height:70px; flex-wrap:wrap; padding:12px 0;}
  .main-nav{display:none;}
  .hero-copy, .hero-side, .article-shell, .article-main, .article-side, .post-card, .info-card, .section-card, .faq-item, .small-card{padding:22px;}
  .hero-copy h1{font-size:34px;}
  .lead{font-size:15px;}
  .quick-points, .grid-3, .grid-4, .process-grid{grid-template-columns:1fr;}
  .section-head h2{font-size:28px;}
  .article-shell h1{font-size:32px;}
  .info-row{grid-template-columns:1fr; gap:8px;}
  .cta-strip{flex-direction:column; align-items:flex-start;}
  .cta-phone{font-size:18px;}
  .floating-call{left:14px; right:14px; width:auto;}
}