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

.pg-unit-price{--c-primary:#2E4A2F;--c-accent:#C9A227;--c-bg:#FAF8F2;--c-line:#E4DFCF;font-family:'Nanum Gothic',sans-serif;background:var(--c-bg)}
.pg-unit-price h1,.pg-unit-price h2,.pg-unit-price h3{font-family:'Nanum Myeongjo',serif}

.pg-unit-price .d-hero{position:relative;color:#fff;padding:140px 0 74px;overflow:hidden}
.pg-unit-price .d-hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}
.pg-unit-price .d-hero::after{content:"";position:absolute;inset:0;background:linear-gradient(110deg,rgba(20,30,20,.78),rgba(20,30,20,.32));z-index:-1}
.pg-unit-price .d-hero .wrap{max-width:960px}
.pg-unit-price .d-hero .d-eyebrow{color:var(--c-accent);font-weight:700;letter-spacing:.08em;font-size:.85rem;text-shadow:0 2px 8px rgba(0,0,0,.6)}
.pg-unit-price .d-hero h1{font-size:clamp(2rem,4.4vw,3rem);margin:14px 0 18px;text-shadow:0 2px 10px rgba(0,0,0,.65)}
.pg-unit-price .d-hero p{font-size:1.06rem;color:#eee;max-width:640px;line-height:1.7;text-shadow:0 2px 8px rgba(0,0,0,.6)}
.pg-unit-price .d-hero .d-cta-row{margin-top:28px;display:flex;gap:12px;flex-wrap:wrap}
.pg-unit-price .btn-gold{border:2px solid var(--c-accent);color:#fff;background:transparent;border-radius:3px;padding:12px 26px;font-weight:700;display:inline-block;text-decoration:none}
.pg-unit-price .btn-gold.solid{background:var(--c-accent);border-color:var(--c-accent);color:#26310f}

.pg-unit-price .d-summary{padding:46px 0 8px;font-size:1.04rem;color:#3d3d33;border-bottom:1px solid var(--c-line)}
.pg-unit-price .d-summary .wrap{max-width:960px}

.pg-unit-price .d-split{padding:60px 0}
.pg-unit-price .d-split .wrap{display:grid;grid-template-columns:1.6fr 1fr;gap:64px;align-items:start}
.pg-unit-price .d-split h2{font-size:1.4rem;color:var(--c-primary);border-left:4px solid var(--c-accent);padding-left:14px;margin:0 0 16px}
.pg-unit-price .d-split article h2:not(:first-child){margin-top:34px}
.pg-unit-price .d-split article p{margin:0 0 16px;line-height:1.9;color:#3d3d33}
.pg-unit-price .d-side{padding:8px 0 0 28px;border-left:1px solid var(--c-line)}
.pg-unit-price .d-side h3{font-size:1.02rem;color:var(--c-primary);margin:0 0 14px;font-weight:400}
.pg-unit-price .d-side ul{margin:0;padding:0;list-style:none;color:#54543f;font-size:.94rem;line-height:2.1}
.pg-unit-price .d-side li{border-bottom:1px dashed var(--c-line);padding-bottom:6px;margin-bottom:6px}
@media (max-width:820px){.pg-unit-price .d-split .wrap{grid-template-columns:1fr;gap:30px}.pg-unit-price .d-side{border-left:none;border-top:1px solid var(--c-line);padding:24px 0 0}}

.pg-unit-price .d-photos{padding:20px 0 60px}
.pg-unit-price .d-photos h2{font-size:1.3rem;color:var(--c-primary);text-align:center;margin:0 0 26px;font-weight:400}
.pg-unit-price .d-photos .grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;max-width:820px;margin:0 auto}
.pg-unit-price .d-photos figure{margin:0;background:#fff;border-radius:4px;overflow:hidden;box-shadow:0 4px 14px rgba(46,74,47,.1)}
.pg-unit-price .d-photos img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block}
.pg-unit-price .d-photos figcaption{padding:12px 14px;font-size:.88rem;color:#5a5a4a;text-align:center}
@media (max-width:600px){.pg-unit-price .d-photos .grid{grid-template-columns:1fr}}

.pg-unit-price .d-table-section,.pg-unit-price .d-criteria{padding:56px 0;border-top:1px solid var(--c-line)}
.pg-unit-price .d-table-section h2,.pg-unit-price .d-criteria h2{font-size:1.35rem;color:var(--c-primary);text-align:center;margin:0 0 24px;font-weight:400}
.pg-unit-price table.d-price-table{width:100%;border-collapse:collapse;background:#fff;font-size:.92rem}
.pg-unit-price table.d-price-table th{background:var(--c-primary);color:#fff;padding:13px 16px;text-align:left;font-weight:700}
.pg-unit-price table.d-price-table td{padding:13px 16px;border-top:1px solid var(--c-line);color:#3d3d33;vertical-align:top}
.pg-unit-price table.d-price-table tr:nth-child(even) td{background:#F4F1E6}
@media (max-width:700px){.pg-unit-price .d-table-wrap{overflow-x:auto}.pg-unit-price table.d-price-table{min-width:620px}}

.pg-unit-price .d-glossary{padding:56px 0;background:#F4F1E6}
.pg-unit-price .d-glossary .wrap{max-width:860px}
.pg-unit-price .d-glossary h2{font-size:1.35rem;color:var(--c-primary);text-align:center;margin:0 0 26px;font-weight:400}
.pg-unit-price .d-g-item{border-top:1px solid var(--c-line);padding:18px 0}
.pg-unit-price .d-g-item dt{font-family:'Nanum Myeongjo',serif;font-weight:700;color:var(--c-primary);margin-bottom:8px}
.pg-unit-price .d-g-item dd{margin:0;color:#3d3d33;line-height:1.8}

.pg-unit-price .d-note{padding:40px 0}
.pg-unit-price .d-note .wrap{max-width:960px;background:#F1EAD4;border-left:4px solid var(--c-accent);padding:16px 20px;font-size:.92rem;color:#4a4022;border-radius:3px}

.pg-unit-price .d-cta-band{background:var(--c-primary);padding:60px 0;text-align:center}
.pg-unit-price .d-cta-band h2{color:#fff;font-size:1.6rem;margin:0 0 12px}
.pg-unit-price .d-cta-band p{color:#dfe6df;margin:0 0 24px}
