@import url('https://fonts.googleapis.com/css2?family=Gowun+Batang&display=swap');

.pg-sewer{--c-primary:#4A4E69;--c-accent:#C9ADA7;font-family:'Gowun Batang',serif}
.pg-sewer .d-hero{position:relative;overflow:hidden;color:#fff;padding:130px 0 60px;text-align:center}
.pg-sewer .d-hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}
.pg-sewer .d-hero::after{content:"";position:absolute;inset:0;background:rgba(74,78,105,.55);z-index:-1}
.pg-sewer .d-hero .d-eyebrow,.pg-sewer .d-hero h1,.pg-sewer .d-hero p{text-shadow:0 2px 10px rgba(0,0,0,.6)}
.pg-sewer .d-hero .wrap{max-width:700px;margin:0 auto}
.pg-sewer .d-hero .d-eyebrow{background:rgba(255,255,255,.16);padding:5px 16px;border-radius:2px;font-size:.82rem}
.pg-sewer .d-hero h1{font-size:clamp(1.9rem,4.2vw,2.7rem);margin:16px 0}
.pg-sewer .d-hero p{color:#e6dfe6}
.pg-sewer .btn-e{padding:13px 28px;text-decoration:none;display:inline-block;border-bottom:2px solid var(--c-accent);color:#fff;font-weight:700}
.pg-sewer .d-cta-row{margin-top:22px;display:flex;gap:20px;justify-content:center}

.pg-sewer .d-summary{padding:36px 0;text-align:center;color:#3a3a45;font-family:'Noto Sans KR',sans-serif}
.pg-sewer .d-summary .wrap{max-width:700px;margin:0 auto}

.pg-sewer .d-slide-wrap{padding:20px 0 56px}
.pg-sewer .d-slide-wrap > .wrap > h2{color:var(--c-primary);text-align:center;font-size:1.5rem;margin:0 0 26px}
.pg-sewer .slide-track{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;padding:6px 4px 20px}
.pg-sewer .slide-card{flex:0 0 78%;max-width:340px;scroll-snap-align:start;background:#F6F1EF;border-radius:14px;padding:24px}
.pg-sewer .slide-card h3{margin:0 0 10px;color:var(--c-primary);font-size:1.08rem}
.pg-sewer .slide-card p{margin:0;color:#4a4750;font-family:'Noto Sans KR',sans-serif;font-size:.92rem;line-height:1.8}
@media (min-width:860px){.pg-sewer .slide-card{flex:0 0 30%}}

.pg-sewer .d-photos{padding:0 0 56px}
.pg-sewer .d-photos .wrap{max-width:900px}
.pg-sewer .d-photos h2{color:var(--c-primary);text-align:center;font-size:1.4rem;margin:0 0 24px}
.pg-sewer .d-photos .grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.pg-sewer .d-photos figure{margin:0;background:#F6F1EF;border-radius:10px;overflow:hidden}
.pg-sewer .d-photos img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block}
.pg-sewer .d-photos figcaption{padding:10px 12px;font-size:.86rem;color:#4a4750;text-align:center;font-family:'Noto Sans KR',sans-serif}
@media (max-width:700px){.pg-sewer .d-photos .grid{grid-template-columns:1fr}}

.pg-sewer .d-note{padding:0 0 40px}
.pg-sewer .d-note .wrap{max-width:820px;background:#F1EAE8;border-left:4px solid var(--c-accent);padding:16px 20px;font-size:.92rem;color:#3a3a45;font-family:'Noto Sans KR',sans-serif}

.pg-sewer .d-faq{padding:56px 0;background:#F6F1EF}
.pg-sewer .d-faq .wrap{max-width:820px}
.pg-sewer .d-faq h2{color:var(--c-primary);font-size:1.4rem;text-align:center;margin:0 0 24px}
.pg-sewer .d-faq-item{border-bottom:1px solid #e5dcd9;padding:16px 0;font-family:'Noto Sans KR',sans-serif}
.pg-sewer .d-faq-item dt{font-weight:700;color:var(--c-primary);margin-bottom:6px}
.pg-sewer .d-faq-item dd{margin:0;color:#4a4750;line-height:1.75}

.pg-sewer .d-cta-band{background:var(--c-accent);padding:50px 0;text-align:center}
.pg-sewer .d-cta-band h2{color:#2f2a2a;font-size:1.4rem;margin:0 0 10px}
.pg-sewer .d-cta-band p{color:#463c3c;margin:0 0 20px;font-family:'Noto Sans KR',sans-serif}
