:root{
  --bg:#f4f7f1;
  --bg2:#edf3e7;
  --surface:#ffffff;
  --surface2:#f9fbf7;
  --text:#20302a;
  --muted:#5a6f67;
  --line:#d8e3d5;
  --primary:#2d7c63;
  --primary2:#1d5b48;
  --accent:#dff1e7;
  --soft:#eef7f2;
  --shadow:0 18px 40px rgba(28,72,55,.10);
  --radius:26px;
  --max:1200px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--text);
  font-family:"Pretendard","Apple SD Gothic Neo","Noto Sans KR",sans-serif;
  background:linear-gradient(180deg,var(--bg) 0%, #f7faf4 30%, var(--bg2) 100%);
  line-height:1.72;
}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
.container{width:min(calc(100% - 34px),var(--max));margin:0 auto}
.skip-link{position:absolute;left:-9999px}
.skip-link:focus{left:14px;top:14px;z-index:999;background:#fff;padding:12px 14px;border-radius:12px}
.topline{background:#183f33;color:#eef8f2;font-size:14px}
.topline-inner{min-height:44px;display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}
.site-header{position:sticky;top:0;z-index:30;background:rgba(244,247,241,.88);backdrop-filter:blur(12px);border-bottom:1px solid rgba(216,227,213,.8)}
.header-inner{min-height:84px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.brandbox{display:flex;flex-direction:column;gap:5px}
.brand{font-size:29px;font-weight:900;letter-spacing:-.04em}
.brand-sub{font-size:14px;color:var(--muted)}
.main-nav{display:flex;gap:18px;flex-wrap:wrap;font-weight:700;color:#2d4139}
.main-nav a:hover,.foot-links a:hover,.post-links a:hover{color:var(--primary)}
.header-phone,.cta-btn,.solid-btn,.post-phone,.mini-chip{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 18px;border-radius:999px;font-weight:800}
.header-phone,.cta-btn,.post-phone,.mini-chip{background:linear-gradient(135deg,var(--primary) 0%, var(--primary2) 100%);color:#fff;box-shadow:0 14px 26px rgba(29,91,72,.22)}
.solid-btn{background:#fff;border:1px solid var(--line);color:var(--primary2)}
.hero{padding:72px 0 52px}
.hero-grid{display:grid;grid-template-columns:1.18fr .82fr;gap:28px;align-items:stretch}
.hero-panel,.hero-side,.card,.section-card,.service-card,.area-card,.related-card,.faq-item,.post-card,.notice-card{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:var(--radius)}
.hero-panel{padding:34px}
.hero-side{padding:28px;background:linear-gradient(180deg,#ffffff 0%, var(--surface2) 100%)}
.eyebrow{display:inline-flex;padding:8px 12px;border-radius:999px;background:var(--accent);color:var(--primary2);font-size:13px;font-weight:800;margin-bottom:16px}
.hero h1{margin:0 0 14px;font-size:52px;line-height:1.14;letter-spacing:-.05em}
.hero p{margin:0;color:#31453d;font-size:18px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}
.badge-row{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:26px}
.badge{padding:18px;border-radius:22px;background:var(--soft);border:1px solid #d6e9df}
.badge strong{display:block;font-size:15px;margin-bottom:5px}
.badge span{display:block;color:var(--muted);font-size:14px}
.side-title{margin:0 0 10px;font-size:24px;letter-spacing:-.03em}
.side-note{margin:0 0 18px;color:var(--muted)}
.clean-list,.dot-list{list-style:none;padding:0;margin:0}
.clean-list li,.dot-list li{position:relative;padding-left:20px;margin:0 0 11px}
.clean-list li:before,.dot-list li:before{content:"";position:absolute;left:0;top:10px;width:8px;height:8px;border-radius:50%;background:var(--primary)}
.info-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:0 0 58px}
.card{padding:24px}
.card h3,.section-card h3,.service-card h3,.area-card h3,.related-card h3,.post-card h3{margin:0 0 10px;letter-spacing:-.03em}
.card p,.section-card p,.service-card p,.area-card p,.related-card p,.post-card p,.notice-card p{margin:0;color:var(--muted)}
.section{padding:0 0 58px}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:18px;margin-bottom:22px;flex-wrap:wrap}
.section-head h2{margin:0 0 8px;font-size:34px;letter-spacing:-.04em}
.section-head p{margin:0;color:var(--muted)}
.quick-tabs{display:flex;gap:10px;flex-wrap:wrap}
.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.section-card,.service-card,.area-card,.related-card,.post-card,.faq-item,.notice-card{padding:24px}
.number{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:14px;background:var(--accent);color:var(--primary2);font-size:14px;font-weight:900;margin-bottom:14px}
.post-links{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.post-links a{display:block;padding:18px 18px 18px 20px;background:#fff;border-radius:22px;border:1px solid var(--line);box-shadow:var(--shadow);font-weight:700;min-height:100%}
.post-links a span{display:block;margin-top:8px;font-size:14px;color:var(--muted);font-weight:500}
.notice-card{background:linear-gradient(135deg,#173e32 0%, #265b47 100%);color:#f5fbf8;border:none}
.notice-card p,.notice-card li{color:#e4f1eb}
.notice-card h2{margin:0 0 10px;font-size:32px;letter-spacing:-.04em}
.notice-card .cta-btn,.notice-card .solid-btn{margin-top:18px}
.faq-list{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.faq-item h3{margin:0 0 8px;font-size:20px}
.footer{background:#102a22;color:#dce9e3;padding:46px 0 90px;margin-top:16px}
.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:20px}
.footer-title{font-size:24px;font-weight:900;margin-bottom:10px}
.footer p{margin:0 0 10px;color:#bed1c8}
.foot-links{display:flex;flex-direction:column;gap:10px}
.mobile-call{position:fixed;left:14px;right:14px;bottom:14px;z-index:40;display:none;align-items:center;justify-content:center;min-height:56px;border-radius:999px;background:linear-gradient(135deg,var(--primary),var(--primary2));color:#fff;font-weight:900;box-shadow:0 16px 30px rgba(29,91,72,.26)}
.post-hero{padding:58px 0 24px}
.post-shell{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:24px;align-items:start}
.post-article{padding:34px}
.post-article h1{margin:8px 0 14px;font-size:42px;line-height:1.2;letter-spacing:-.05em}
.post-article h2{margin:30px 0 10px;font-size:26px;letter-spacing:-.04em}
.post-article p{margin:0 0 14px;color:#334740}
.post-article ul{padding-left:20px;color:#334740}
.post-article li{margin-bottom:8px}
.breadcrumb{display:flex;gap:8px;flex-wrap:wrap;color:var(--muted);font-size:14px}
.summary-box{padding:18px 20px;border:1px solid var(--line);border-radius:22px;background:var(--soft);margin:20px 0}
.side-stack{display:flex;flex-direction:column;gap:16px;position:sticky;top:106px}
.side-stack .card,.side-stack .post-card{box-shadow:none}
.small-label{display:inline-flex;padding:7px 11px;border-radius:999px;background:var(--accent);color:var(--primary2);font-size:12px;font-weight:800;margin-bottom:10px}
.callout{padding:20px;border-radius:22px;background:#fff;border:1px solid var(--line)}
.callout strong{display:block;margin-bottom:8px;font-size:18px}
@media (max-width:1080px){
  .hero-grid,.post-shell,.footer-grid,.grid-4,.grid-3,.grid-2,.info-strip,.faq-list,.post-links,.badge-row{grid-template-columns:1fr 1fr}
  .post-shell{grid-template-columns:1fr}
  .side-stack{position:static}
}
@media (max-width:760px){
  .header-inner{min-height:78px}
  .main-nav{display:none}
  .hero{padding-top:52px}
  .hero h1{font-size:38px}
  .section-head h2{font-size:28px}
  .footer-grid,.grid-4,.grid-3,.grid-2,.info-strip,.faq-list,.post-links,.hero-grid,.badge-row{grid-template-columns:1fr}
  .hero-panel,.hero-side,.section-card,.service-card,.area-card,.related-card,.post-card,.faq-item,.card,.notice-card,.post-article{padding:22px}
  .mobile-call{display:flex}
  .footer{padding-bottom:110px}
}
