/* 베란다수리 곰팡이 전용 — 공통 CSS 파일에 병합하지 말 것 */
.pg-mold{
  --pg-primary:#1B6E5B;
  --pg-secondary:#57B894;
  --pg-bg:#F2FAF7;
  --pg-text:#123328;
  --pg-accent:#FF8A65;
  --pg-radius:24px;
  --pg-maxw:860px;
  --pg-leading:1.75;
  color:var(--pg-text);
}
.pg-mold h1,.pg-mold h2,.pg-mold h3{font-family:"Pretendard",sans-serif;font-weight:700}
.pg-mold .pg-summary{background:var(--pg-bg);padding:48px 0}
.pg-mold .pg-summary .container{max-width:1120px}
.pg-mold .pg-summary-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:8px}
.pg-mold .pg-summary-card{background:#fff;border-radius:var(--pg-radius);padding:26px 20px;box-shadow:0 10px 26px rgba(18,51,40,.07);text-align:center}
.pg-mold .pg-summary-card .num{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:999px;background:var(--pg-primary);color:#fff;font-weight:700;font-size:.9rem;margin-bottom:12px}
.pg-mold .pg-summary-card h3{font-size:1rem;color:var(--pg-primary);margin-bottom:8px}
.pg-mold .pg-summary-card p{font-size:.86rem;line-height:var(--pg-leading);color:var(--pg-text)}
.pg-mold .pg-layout{padding:64px 0}
.pg-mold .pg-layout .container{max-width:var(--pg-maxw);display:block}
.pg-mold .pg-toc{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 14px;margin-bottom:36px;padding-bottom:22px;border-bottom:1px solid #DCF0E7}
.pg-mold .pg-toc a{color:var(--pg-secondary);font-size:.88rem;text-decoration:none;padding:6px 14px;border-radius:999px;background:var(--pg-bg)}
.pg-mold .pg-toc a:hover{color:#fff;background:var(--pg-primary)}
.pg-mold .pg-section{padding:26px 0;text-align:center}
.pg-mold .pg-section + .pg-section{margin-top:4px}
.pg-mold .pg-section h2{font-size:1.34rem;color:var(--pg-primary);margin-bottom:16px}
.pg-mold .pg-section p{line-height:var(--pg-leading);margin-bottom:14px;font-size:.98rem;text-align:left}
.pg-mold .pg-case{background:var(--pg-bg);border-radius:var(--pg-radius);padding:22px 26px;margin:18px 0;text-align:left}
.pg-mold .pg-case .tag{display:inline-block;font-size:.76rem;font-weight:700;color:var(--pg-accent);margin-bottom:8px}
.pg-mold .pg-case p{margin-bottom:0}
.pg-mold .pg-ba{max-width:700px;margin:28px auto 0}
.pg-mold .pg-ba-pair{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.pg-mold .pg-ba-pair figure{margin:0}.pg-mold .pg-ba-pair img{width:100%;height:auto;aspect-ratio:1/1;object-fit:cover;border-radius:var(--pg-radius);display:block}
.pg-mold .pg-ba-pair figcaption{margin-top:8px;font-size:.82rem;text-align:center;color:var(--pg-secondary)}
.pg-mold .pg-ba-note{margin-top:12px;font-size:.8125rem;opacity:.75;text-align:center}
.pg-mold .pg-cta-group{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px;justify-content:center}
.pg-mold .pg-cta{display:inline-flex;align-items:center;gap:8px;padding:12px 22px;border-radius:999px;font-weight:700;font-size:.92rem;text-decoration:none}
.pg-mold .pg-cta--call{background:var(--pg-primary);color:#fff}
.pg-mold .pg-cta--sms{background:#fff;color:var(--pg-primary);border:1.5px solid var(--pg-primary)}
@media (max-width:860px){
  .pg-mold .pg-summary-grid{grid-template-columns:repeat(2,1fr)}
  .pg-mold .pg-ba-pair{gap:12px}
  .pg-mold .pg-toc{gap:6px 10px}
}
