@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&display=swap');

.pg-detached-house{--c-primary:#2C3E50;--c-accent:#E67E22;--c-bg:#FFFFFF;--c-line:#E4E8EC;font-family:'Nanum Gothic',sans-serif}
.pg-detached-house .d-hero{position:relative;color:#fff;overflow:hidden}
.pg-detached-house .d-hero img{display:block;width:100%;height:clamp(140px,22vw,240px);object-fit:cover}
.pg-detached-house .d-hero::after{content:"";position:absolute;inset:0;background:linear-gradient(100deg,rgba(44,62,80,.82),rgba(44,62,80,.42))}
.pg-detached-house .d-hero .wrap{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;max-width:960px}
.pg-detached-house .d-hero .d-eyebrow{color:var(--c-accent);font-weight:800;letter-spacing:.06em;font-size:.82rem}
.pg-detached-house .d-hero h1{font-family:'Nanum Gothic',sans-serif;font-weight:800;font-size:clamp(1.5rem,3.6vw,2.3rem);margin:8px 0 10px}
.pg-detached-house .d-hero p{font-size:.98rem;color:#e7ebee;max-width:600px;line-height:1.6}
.pg-detached-house .d-cta-row{margin-top:16px;display:flex;gap:10px}
.pg-detached-house .btn-dh{padding:11px 22px;border-radius:4px;font-weight:700;text-decoration:none;display:inline-block;border:2px solid var(--c-accent)}
.pg-detached-house .btn-dh.solid{background:var(--c-accent);color:#fff}
.pg-detached-house .btn-dh.line,.pg-detached-house .btn-dh:not(.solid){color:#fff}

.pg-detached-house .d-summary{padding:36px 0 10px;color:#444;border-bottom:1px solid var(--c-line)}
.pg-detached-house .d-summary .wrap{max-width:960px}
.pg-detached-house .d-summary p{line-height:1.8;margin:0}

.pg-detached-house .d-mag{padding:48px 0}
.pg-detached-house .d-mag .wrap{max-width:1080px;display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.pg-detached-house .mag-col h2{font-weight:800;color:var(--c-primary);font-size:1.08rem;border-left:4px solid var(--c-accent);padding-left:12px;margin:0 0 12px}
.pg-detached-house .mag-col p{margin:0;color:#455060;line-height:1.8;font-size:.95rem}
@media (max-width:820px){.pg-detached-house .d-mag .wrap{grid-template-columns:1fr}}

.pg-detached-house .d-photos{padding:48px 0;background:#F7F8F9}
.pg-detached-house .d-photos .wrap{max-width:960px}
.pg-detached-house .d-photos h2{font-weight:800;color:var(--c-primary);font-size:1.3rem;text-align:center;margin:0 0 24px}
.pg-detached-house .d-photos .grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.pg-detached-house .d-photos figure{margin:0;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 14px rgba(44,62,80,.1)}
.pg-detached-house .d-photos img{width:100%;aspect-ratio:3/2;object-fit:cover;display:block}
.pg-detached-house .d-photos figcaption{padding:10px 14px;font-size:.86rem;color:#5a5a5a;text-align:center}
@media (max-width:600px){.pg-detached-house .d-photos .grid{grid-template-columns:1fr}}

.pg-detached-house .d-compare{padding:48px 0}
.pg-detached-house .d-compare .wrap{max-width:960px}
.pg-detached-house .d-compare h2{font-weight:800;color:var(--c-primary);font-size:1.3rem;text-align:center;margin:0 0 22px}
.pg-detached-house table.d-cmp-table{width:100%;border-collapse:collapse;font-size:.92rem}
.pg-detached-house table.d-cmp-table th{background:var(--c-primary);color:#fff;padding:12px 14px;text-align:left}
.pg-detached-house table.d-cmp-table td{padding:12px 14px;border-top:1px solid var(--c-line);color:#333;vertical-align:top}
.pg-detached-house table.d-cmp-table tr:nth-child(even) td{background:#F7F8F9}
.pg-detached-house .d-cmp-note{margin:12px 0 0;font-size:.84rem;color:#777}
@media (max-width:700px){.pg-detached-house .d-table-wrap{overflow-x:auto}.pg-detached-house table.d-cmp-table{min-width:600px}}

.pg-detached-house .d-steps{padding:48px 0;background:#F7F8F9}
.pg-detached-house .d-steps .wrap{max-width:820px}
.pg-detached-house .d-steps h2{font-weight:800;color:var(--c-primary);font-size:1.3rem;text-align:center;margin:0 0 26px}
.pg-detached-house .d-step-list{list-style:none;margin:0;padding:0;display:grid;gap:14px}
.pg-detached-house .d-step-list li{display:flex;gap:16px;align-items:flex-start;background:#fff;border-radius:8px;padding:16px 18px;box-shadow:0 2px 8px rgba(44,62,80,.08)}
.pg-detached-house .d-step-no{flex:none;width:32px;height:32px;border-radius:50%;background:var(--c-accent);color:#fff;font-weight:800;display:flex;align-items:center;justify-content:center;font-size:.95rem}
.pg-detached-house .d-step-list h3{margin:0 0 6px;color:var(--c-primary);font-size:1rem}
.pg-detached-house .d-step-list p{margin:0;color:#455060;line-height:1.7;font-size:.92rem}

.pg-detached-house .d-faq{padding:48px 0}
.pg-detached-house .d-faq .wrap{max-width:860px}
.pg-detached-house .d-faq h2{font-weight:800;color:var(--c-primary);font-size:1.3rem;text-align:center;margin:0 0 24px}
.pg-detached-house .d-faq-item{border-top:1px solid var(--c-line);padding:16px 0}
.pg-detached-house .d-faq-item dt{font-weight:800;color:var(--c-primary);margin-bottom:6px}
.pg-detached-house .d-faq-item dd{margin:0;color:#455060;line-height:1.75;font-size:.94rem}

.pg-detached-house .d-note{padding:0 0 40px}
.pg-detached-house .d-note .wrap{max-width:960px;background:#FBEFE4;border-left:4px solid var(--c-accent);padding:16px 20px;font-size:.9rem;color:#5a4636;border-radius:4px}

.pg-detached-house .d-cta-band{background:var(--c-primary);padding:50px 0;text-align:center}
.pg-detached-house .d-cta-band h2{color:#fff;font-weight:800;font-size:1.4rem;margin:0 0 10px}
.pg-detached-house .d-cta-band p{color:#dfe4e8;margin:0 0 20px}
