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

.pg-process{--c-primary:#144552;--c-accent:#F4B942;--c-bg:#EAF2F4;font-family:'Nanum Gothic',sans-serif;background:var(--c-bg)}
.pg-process h1,.pg-process h2,.pg-process h3{font-family:'Do Hyeon',sans-serif;font-weight:400}

.pg-process .d-hero{position:relative;color:#fff;padding:150px 0 80px;overflow:hidden;background:var(--c-primary);min-height:420px}
.pg-process .d-hero img{position:absolute;inset:0;width:60%;height:100%;object-fit:cover;clip-path:polygon(0 0,100% 0,72% 100%,0 100%);z-index:0}
.pg-process .d-hero::after{content:"";position:absolute;inset:0;background:var(--c-primary);clip-path:polygon(56% 0,100% 0,100% 100%,28% 100%);z-index:0}
.pg-process .d-hero .wrap{position:relative;z-index:1;max-width:1080px;margin-left:auto;margin-right:8%}
.pg-process .d-hero .d-eyebrow{color:var(--c-accent);font-weight:700;letter-spacing:.08em;font-size:.85rem}
.pg-process .d-hero h1{font-size:clamp(1.9rem,4.2vw,2.7rem);margin:14px 0 16px}
.pg-process .d-hero p{max-width:480px;line-height:1.7;color:#dceef2}
.pg-process .d-hero .d-cta-row{margin-top:26px;display:flex;gap:12px}
.pg-process .btn-p{padding:12px 26px;border-radius:4px;font-weight:700;text-decoration:none;display:inline-block;border:2px solid var(--c-accent);color:#fff}
.pg-process .btn-p.solid{background:var(--c-accent);color:var(--c-primary)}
@media (max-width:760px){
  .pg-process .d-hero{padding:120px 0 50px}
  .pg-process .d-hero img{width:100%;clip-path:none;opacity:.28}
  .pg-process .d-hero::after{clip-path:none;background:linear-gradient(180deg,rgba(20,69,82,.55),var(--c-primary) 70%)}
  .pg-process .d-hero .wrap{margin:0 5%;max-width:none}
  .pg-process .d-hero p{max-width:none}
}

.pg-process .d-summary{padding:44px 0 10px;color:#2c4a52}
.pg-process .d-summary .wrap,.pg-process .d-why .wrap{max-width:880px}
.pg-process .d-summary p{line-height:1.8}

.pg-process .d-why{padding:20px 0 50px}
.pg-process .d-why h2{color:var(--c-primary);font-size:1.4rem;margin:0 0 14px}
.pg-process .d-why p{line-height:1.85;color:#334c53}

.pg-process .d-timeline{padding:20px 0 56px}
.pg-process .d-timeline .wrap{max-width:880px}
.pg-process .d-timeline h2{color:var(--c-primary);font-size:1.5rem;margin:0 0 30px}
.pg-process .tl{list-style:none;margin:0;padding:0 0 0 8px;position:relative}
.pg-process .tl::before{content:"";position:absolute;left:19px;top:8px;bottom:8px;width:2px;background:#c6dde1}
.pg-process .tl li{position:relative;display:flex;gap:22px;padding:0 0 34px 0}
.pg-process .tl li:last-child{padding-bottom:0}
.pg-process .tl-dot{flex:none;width:40px;height:40px;border-radius:50%;background:var(--c-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-family:'Do Hyeon',sans-serif;font-size:1.1rem;z-index:1}
.pg-process .tl-body h3{color:var(--c-primary);font-size:1.15rem;margin:4px 0 8px}
.pg-process .tl-body p{margin:0;line-height:1.85;color:#2f4c54}
@media (max-width:820px){
  .pg-process .tl::before{left:15px}
  .pg-process .tl-dot{width:32px;height:32px;font-size:.95rem}
  .pg-process .tl li{gap:14px}
}

.pg-process .d-photos{padding:50px 0;background:#fff}
.pg-process .d-photos h2{color:var(--c-primary);font-size:1.4rem;text-align:center;margin:0 0 24px}
.pg-process .d-photos .grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.pg-process .d-photos figure{margin:0;border-radius:8px;overflow:hidden;background:var(--c-bg)}
.pg-process .d-photos img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block}
.pg-process .d-photos figcaption{padding:10px 12px;font-size:.86rem;color:#4a6169;text-align:center}
@media (max-width:760px){.pg-process .d-photos .grid{grid-template-columns:1fr}}

.pg-process .d-check{padding:50px 0}
.pg-process .d-check .wrap{max-width:820px}
.pg-process .d-check h2{color:var(--c-primary);font-size:1.4rem;text-align:center;margin:0 0 24px}
.pg-process .d-check ul{list-style:none;margin:0;padding:0;display:grid;gap:10px}
.pg-process .d-check li{display:flex;gap:12px;align-items:flex-start;background:#fff;border-radius:6px;padding:14px 16px;font-size:.95rem;color:#2f4c54}
.pg-process .d-check svg{flex:none;margin-top:2px}

.pg-process .d-note{padding:0 0 40px}
.pg-process .d-note .wrap{max-width:880px;background:#fff;border-left:4px solid var(--c-accent);padding:16px 20px;font-size:.92rem;color:#144552;border-radius:4px}

.pg-process .d-faq{padding:50px 0;background:#fff}
.pg-process .d-faq .wrap{max-width:820px}
.pg-process .d-faq h2{color:var(--c-primary);font-size:1.4rem;text-align:center;margin:0 0 24px}
.pg-process .d-faq-item{border-top:1px solid #c6dde1;padding:18px 0}
.pg-process .d-faq-item dt{font-weight:700;color:var(--c-primary);margin-bottom:8px}
.pg-process .d-faq-item dd{margin:0;color:#2f4c54;line-height:1.8}

.pg-process .d-cta-band{background:var(--c-primary);padding:56px 0;text-align:center}
.pg-process .d-cta-band h2{color:#fff;font-size:1.5rem;margin:0 0 10px}
.pg-process .d-cta-band p{color:#cfe6ea;margin:0 0 22px}
