@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
:root{
  --navy:#0b2d5c;
  --deep:#071a35;
  --blue:#1e40af;
  --gold:#f5b94c;
  --soft:#f8fafc;
  --text:#0f172a;
  --muted:#64748b;
  --line:#e2e8f0;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body,input,select,textarea,button,a,p,span,strong,b,em,small,div,h1,h2,h3,h4,h5,h6,dt,dd,li{
  font-family:'Pretendard','Pretendard Variable',-apple-system,BlinkMacSystemFont,system-ui,'Segoe UI',sans-serif!important;
  letter-spacing:-.035em;
}
body{margin:0;color:var(--text);background:#fff;word-break:keep-all;font-weight:500;line-height:1.5}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.wrap{width:min(1180px,calc(100% - 40px));margin:0 auto}

.topbar{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(226,232,240,.9)}
.nav{height:70px;display:flex;align-items:center;justify-content:space-between}
.brand span{display:block;font-size:23px;font-weight:900;letter-spacing:.025em;color:var(--navy)}
.brand small{display:block;margin-top:2px;color:#64748b;font-size:13px;font-weight:700;letter-spacing:-.02em}
.tel{font-size:21px;font-weight:900;color:var(--navy);letter-spacing:-.02em}

.hero{position:relative;overflow:hidden;padding:76px 0 72px;background:linear-gradient(135deg,#eef6ff 0%,#fff 52%,#fff6df 100%)}
.hero:before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 78% 18%,rgba(30,64,175,.16),transparent 34%),radial-gradient(circle at 12% 78%,rgba(245,185,76,.13),transparent 34%)}
.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:.92fr 1.08fr;gap:52px;align-items:center}
.hero-copy{max-width:520px}
.eyebrow,.section-kicker{display:inline-flex;align-items:center;min-height:30px;padding:0 13px;border-radius:999px;background:#fff;border:1px solid #dbeafe;color:var(--blue);font-size:13px;font-weight:900;letter-spacing:.04em}
.hero h1{margin:16px 0 18px;font-size:clamp(40px,4.7vw,66px);line-height:1.05;font-weight:900;letter-spacing:-.065em;color:#071a35}
.hero h1 strong{display:inline-block;color:var(--blue);font-weight:900;letter-spacing:-.055em}
.lead{max-width:460px;margin:0 0 24px;color:#334155;font-size:20px;line-height:1.62;font-weight:650;letter-spacing:-.045em}
.hero-badges{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:28px}
.hero-badges span{display:inline-flex;align-items:center;min-height:36px;padding:0 13px;background:#fff;border:1px solid #dbeafe;border-radius:999px;color:#1e293b;font-size:14px;font-weight:800;box-shadow:0 8px 20px rgba(15,23,42,.05)}
.actions{display:flex;gap:11px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;min-width:144px;height:52px;padding:0 24px;border-radius:14px;font-size:16px;font-weight:900;transition:.2s}
.btn:hover{transform:translateY(-2px)}
.primary{background:var(--navy);color:#fff;box-shadow:0 14px 30px rgba(11,45,92,.22)}
.secondary{background:#fff;color:var(--navy);border:1px solid #bfdbfe}
.hero-card{position:relative;border-radius:28px;overflow:hidden;box-shadow:0 26px 70px rgba(15,23,42,.18);border:8px solid #fff;background:#fff}
.hero-card img{width:100%;height:560px;object-fit:cover;object-position:center top}
.floating{position:absolute;left:20px;bottom:20px;display:flex;flex-direction:column;gap:4px;background:rgba(7,26,53,.88);color:#fff;border:1px solid rgba(255,255,255,.22);border-radius:18px;padding:17px 20px;font-size:15px;font-weight:800;line-height:1.25;backdrop-filter:blur(8px)}
.floating b{color:var(--gold);font-size:24px;font-weight:900;letter-spacing:-.045em}

.quick{padding:24px 0;background:var(--navy);color:#fff}
.quick-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.quick-grid div{padding:20px;border-radius:18px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14)}
.quick-grid b{display:block;margin-bottom:6px;color:var(--gold);font-size:13px;font-weight:900;letter-spacing:.04em}
.quick-grid strong{display:block;font-size:19px;font-weight:900}
.quick-grid span{display:block;margin-top:5px;color:#cbd5e1;font-size:14px;font-weight:600}

.section{padding:88px 0}
.bg-soft{background:var(--soft)}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.reverse{grid-template-columns:.92fr 1.08fr}
.section h2{margin:14px 0 20px;font-size:clamp(31px,3.4vw,48px);line-height:1.18;font-weight:900;letter-spacing:-.055em;color:#071a35}
.desc{margin:0 0 26px;color:#475569;font-size:18px;line-height:1.72;font-weight:600}
.narrow{max-width:720px;margin-left:auto;margin-right:auto}
.check-list{list-style:none;padding:0;margin:0;display:grid;gap:10px}
.check-list li{position:relative;padding:15px 17px 15px 42px;background:#fff;border:1px solid var(--line);border-radius:14px;color:#1e293b;font-size:16px;font-weight:760;box-shadow:0 8px 22px rgba(15,23,42,.04)}
.check-list li:before{content:'✓';position:absolute;left:17px;top:15px;color:var(--blue);font-weight:900}
.image-panel{border-radius:26px;overflow:hidden;box-shadow:0 22px 58px rgba(15,23,42,.12);background:#fff}
.image-panel img{width:100%;height:100%;max-height:540px;object-fit:cover}

.hedge{position:relative;overflow:hidden;background:linear-gradient(135deg,#06172f 0%,#0b2d5c 100%);color:#fff}
.hedge:before{content:'';position:absolute;right:-14%;top:-18%;width:520px;height:520px;border-radius:50%;background:rgba(245,185,76,.12);filter:blur(10px)}
.hedge-layout{position:relative;z-index:1;display:grid;grid-template-columns:.84fr 1.16fr;gap:44px;align-items:center}
.hedge .section-kicker{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.16)}
.gold{color:var(--gold)!important}
.hedge h2{color:#fff;font-size:clamp(34px,3.4vw,52px)}
.hedge .desc{color:#dbeafe;font-size:17px}
.safe-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.safe-cards div{padding:18px 14px;border-radius:16px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.15)}
.safe-cards strong{display:block;color:var(--gold);font-size:19px;font-weight:900}
.safe-cards span{display:block;margin-top:6px;color:#e2e8f0;font-size:13px;font-weight:650}
.hedge-slider{border-radius:28px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.16);padding:18px;box-shadow:0 24px 64px rgba(0,0,0,.22);backdrop-filter:blur(8px)}
.slider-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px;color:#fff}
.slider-head strong{display:block;font-size:18px;font-weight:900}
.slider-head span{display:block;margin-top:3px;color:#cbd5e1;font-size:13px;font-weight:650}
.slider-controls{display:flex;gap:7px;flex-shrink:0}
.slider-controls button{width:38px;height:38px;border:1px solid rgba(255,255,255,.25);border-radius:50%;background:rgba(255,255,255,.12);color:#fff;font-size:26px;line-height:1;cursor:pointer}
.slider-viewport{overflow:hidden;border-radius:20px;background:#fff}
.slider-track{display:flex;transition:transform .45s ease}
.hedge-slide{flex:0 0 100%;background:#fff;color:var(--text)}
.hedge-slide figure{margin:0;height:430px;background:#f1f5f9;display:flex;align-items:center;justify-content:center;overflow:hidden}
.hedge-slide img{width:100%;height:100%;object-fit:contain;background:#eef2f7}
.slide-caption{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 18px;border-top:1px solid #e2e8f0}
.slide-caption b{color:var(--navy);font-size:18px;font-weight:900}
.slide-caption span{color:var(--muted);font-size:14px;font-weight:700;text-align:right}
.slider-dots{display:flex;justify-content:center;gap:7px;margin-top:14px}
.slider-dots button{width:8px;height:8px;border:0;border-radius:99px;background:rgba(255,255,255,.35);cursor:pointer;transition:.2s}
.slider-dots button.active{width:26px;background:var(--gold)}

.center{text-align:center}
.option-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-top:36px}
.option-grid div{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px 10px;color:#1e293b;font-size:18px;font-weight:850;box-shadow:0 12px 28px rgba(15,23,42,.05)}
.bg-navy{background:var(--navy)}
.white,.white .desc,.bg-navy h2{color:#fff}
.plan-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:38px;text-align:left}
.plan-grid article{background:#fff;color:var(--text);border-radius:22px;overflow:hidden;padding:15px;box-shadow:0 16px 34px rgba(0,0,0,.15)}
.plan-grid img{width:100%;height:210px;object-fit:contain;background:#f8fafc;border-radius:14px}
.plan-grid h3{margin:16px 0 6px;color:#071a35;font-size:21px;font-weight:900}
.plan-grid p{margin:0 0 5px;color:#64748b;font-size:13px;font-weight:700}
.info-box{background:#f8fafc;border:1px solid var(--line);border-radius:22px;padding:22px}
.info-box dl{display:grid;grid-template-columns:88px 1fr;gap:12px;margin:0;padding:14px 0;border-bottom:1px solid var(--line)}
.info-box dl:last-child{border-bottom:0}
.info-box dt{color:var(--blue);font-weight:900}
.info-box dd{margin:0;font-weight:800}

.contact{padding:86px 0 120px;background:linear-gradient(135deg,#0b2d5c,#1e40af);color:#fff;text-align:center}
.contact-box{border:1px solid rgba(255,255,255,.18);border-radius:32px;padding:48px 20px;background:rgba(255,255,255,.08)}
.contact p{margin:0 0 12px;color:#dbeafe;font-weight:800}
.contact h2{margin:0 0 20px;font-size:clamp(32px,3.8vw,52px);line-height:1.18;font-weight:900;color:#fff}
.big-tel{display:inline-block;color:var(--gold);font-size:clamp(40px,5.5vw,72px);font-weight:900;letter-spacing:-.045em}
.notice{font-size:13px!important;margin-top:24px!important;color:#cbd5e1!important}
.sticky-call{position:fixed;left:0;right:0;bottom:0;z-index:60;background:var(--gold);color:#0f172a;text-align:center;font-size:18px;font-weight:900;padding:15px;box-shadow:0 -10px 30px rgba(15,23,42,.16)}

.contact-form-wrap{margin-top:32px;background:#fff;border-radius:24px;padding:24px;box-shadow:0 22px 60px rgba(15,23,42,.18);color:#0f172a;text-align:left;max-width:940px;margin-left:auto;margin-right:auto}
.form-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.form-grid input,.form-grid select{width:100%;height:52px;border:1px solid #dbe3ef;border-radius:12px;padding:0 14px;background:#fff;color:#0f172a;font-size:15px;font-weight:600}
.agree{margin-top:14px;color:#475569;font-size:14px;font-weight:700}
.agree label{display:inline-flex;align-items:center;gap:7px}
.privacy-open{margin-left:8px;border:0;background:transparent;color:var(--blue);font-size:14px;font-weight:900;text-decoration:underline;cursor:pointer}
.submit{width:100%;height:58px;margin-top:15px;border:0;border-radius:14px;background:var(--navy);color:#fff;font-size:18px;font-weight:900;cursor:pointer}
.submit:disabled{opacity:.6;cursor:wait}
.privacy-modal{position:fixed;inset:0;z-index:200;background:rgba(15,23,42,.7);display:none;align-items:center;justify-content:center;padding:20px}
.privacy-modal.open{display:flex}
.privacy-box{width:min(640px,100%);max-height:82vh;overflow:auto;background:#fff;border-radius:22px;color:#0f172a}
.privacy-head{display:flex;align-items:center;justify-content:space-between;padding:22px 24px;border-bottom:1px solid #e2e8f0}
.privacy-head h3{margin:0;font-size:22px;font-weight:900}
.privacy-close{width:38px;height:38px;border:0;border-radius:50%;background:#f1f5f9;font-size:24px;cursor:pointer}
.privacy-content{padding:24px;color:#475569;line-height:1.75}
.privacy-content h4{margin:18px 0 6px;color:var(--navy);font-weight:900}
.privacy-content h4:first-child{margin-top:0}

@media(max-width:980px){
  .wrap{width:min(100% - 28px,760px)}
  .nav{height:64px}.brand span{font-size:21px}.tel{font-size:18px}
  .hero{padding:56px 0 48px}.hero-grid,.two-col,.reverse,.hedge-layout{grid-template-columns:1fr;gap:32px}.hero-copy{max-width:none}.hero h1{font-size:48px}.lead{font-size:18px}.hero-card img{height:420px}
  .quick-grid{grid-template-columns:repeat(2,1fr)}.section{padding:68px 0}.option-grid,.plan-grid{grid-template-columns:repeat(2,1fr)}
  .safe-cards{grid-template-columns:1fr}.image-panel img{max-height:none}.reverse .image-panel{order:2}.reverse>div:last-child{order:1}
  .hedge-slide figure{height:390px}.form-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:560px){
  .wrap{width:calc(100% - 24px)}.nav .tel{font-size:16px}.brand small{font-size:12px}
  .hero{padding:42px 0 40px}.eyebrow,.section-kicker{font-size:12px;min-height:28px;padding:0 11px}.hero h1{font-size:38px;margin:13px 0 14px}.lead{font-size:16px;margin-bottom:20px}.hero-badges{gap:7px;margin-bottom:22px}.hero-badges span{min-height:32px;font-size:12px;padding:0 11px}.btn{width:100%;height:50px;font-size:15px}.hero-card{border-width:6px;border-radius:22px}.hero-card img{height:310px}.floating{left:14px;bottom:14px;padding:13px 15px;border-radius:15px}.floating b{font-size:20px}
  .quick-grid,.option-grid,.plan-grid{grid-template-columns:1fr}.quick-grid div{padding:17px}.section h2{font-size:30px}.desc{font-size:16px}.check-list li{font-size:15px}.hedge-slide figure{height:360px}.slide-caption{display:block}.slide-caption span{display:block;text-align:left;margin-top:4px;font-size:12px}.slider-head{align-items:flex-start}.slider-head strong{font-size:16px}.slider-head span{font-size:12px}.slider-controls button{width:34px;height:34px}.plan-grid img{height:220px}.info-box dl{grid-template-columns:1fr;gap:4px}.big-tel{font-size:42px}.sticky-call{font-size:16px;padding:14px}.contact-form-wrap{padding:18px;border-radius:20px}.form-grid{grid-template-columns:1fr}.form-grid input,.form-grid select{height:50px}.submit{height:54px;font-size:17px}
}


/* 2026-06-09 detail fix: font hierarchy, separated hedge cards, clean location */
body,input,select,textarea,button,a,p,span,strong,b,em,small,div,h1,h2,h3,h4,h5,h6,dt,dd,li,label{
  font-family:'Pretendard','Pretendard Variable',-apple-system,BlinkMacSystemFont,system-ui,'Segoe UI',sans-serif!important;
  font-synthesis:none;
}
.hero{padding:68px 0 66px;background:linear-gradient(135deg,#f3f8ff 0%,#ffffff 54%,#fff4d7 100%)}
.hero-grid{grid-template-columns:.82fr 1.18fr;gap:46px}
.hero-copy{max-width:470px}
.hero h1{font-size:clamp(38px,4.2vw,58px);line-height:1.08;letter-spacing:-.055em;margin:14px 0 14px}
.hero h1 strong{color:#0b2d5c}
.lead{font-size:18px;line-height:1.62;max-width:420px;margin-bottom:22px;color:#334155;font-weight:650}
.hero-badges{margin-bottom:24px}
.hero-badges span{min-height:34px;font-size:13px;padding:0 12px}
.hero-card{border-radius:26px;border-width:7px;box-shadow:0 20px 54px rgba(15,23,42,.16)}
.hero-card:before{content:'구서역 포르투나';position:absolute;left:18px;top:18px;z-index:2;height:34px;padding:0 14px;border-radius:999px;background:rgba(255,255,255,.92);color:#0b2d5c;display:flex;align-items:center;font-size:13px;font-weight:900;box-shadow:0 8px 22px rgba(15,23,42,.12)}
.hero-card img{height:500px;object-fit:cover;object-position:center top;filter:saturate(.96) contrast(.98)}
.floating{left:18px;bottom:18px;padding:15px 18px;border-radius:16px}
.floating span{font-size:13px;color:#dbeafe;font-weight:800}
.floating b{font-size:22px;color:#f5b94c;letter-spacing:-.035em}

.hedge-layout{grid-template-columns:.78fr 1.22fr;gap:46px}
.hedge h2{font-size:clamp(32px,3vw,46px);line-height:1.18;letter-spacing:-.055em}
.hedge .desc{font-size:16px;line-height:1.75;max-width:460px}
.hedge-slider{padding:20px;border-radius:30px;background:linear-gradient(145deg,rgba(255,255,255,.14),rgba(255,255,255,.07))}
.slider-viewport{border-radius:22px;background:transparent;overflow:hidden}
.slider-track{align-items:stretch}
.hedge-slide{background:transparent;color:#0f172a;padding:2px;display:flex;flex-direction:column}
.hedge-slide figure{height:360px;margin:0;border-radius:20px;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:0 14px 38px rgba(0,0,0,.18)}
.hedge-slide img{width:100%;height:100%;object-fit:contain;background:#fff;padding:14px}
.hedge-slide:nth-child(7) figure{height:360px;background:#f8fafc}
.hedge-slide:nth-child(7) img{padding:0;object-fit:contain}
.slide-caption{margin-top:12px;padding:15px 18px;border:1px solid rgba(255,255,255,.16);border-radius:16px;background:rgba(255,255,255,.10);color:#fff;border-top:1px solid rgba(255,255,255,.16)}
.slide-caption b{color:#f5b94c;font-size:17px}
.slide-caption span{color:#dbeafe;font-size:13px}
.slider-head strong{font-size:17px}.slider-head span{font-size:12px}
.safe-cards div{padding:16px 13px}.safe-cards strong{font-size:18px}

.location-card{position:relative;background:linear-gradient(135deg,#edf4ff,#ffffff);padding:28px;display:flex;align-items:center;justify-content:center;min-height:420px;border:1px solid #e2e8f0;box-shadow:0 20px 52px rgba(15,23,42,.10)}
.location-card img{width:min(100%,520px);height:auto;max-height:none;object-fit:contain;border-radius:18px;box-shadow:0 16px 42px rgba(15,23,42,.16);background:#fff}
.location-tel{position:absolute;left:32px;right:32px;bottom:28px;display:flex;align-items:center;justify-content:center;gap:8px;min-height:54px;border-radius:14px;background:#0b2d5c;color:#fff;font-size:17px;font-weight:850;box-shadow:0 12px 28px rgba(11,45,92,.22)}
.location-tel b{color:#f5b94c;font-size:24px;font-weight:900;letter-spacing:-.02em}

.sticky-call a:before{content:'☎ ';font-weight:900}.sticky-call{background:#f5b94c;color:#071a35}

@media(max-width:980px){
  .hero-grid,.hedge-layout{grid-template-columns:1fr;gap:30px}
  .hero-copy{max-width:none}.hero h1{font-size:44px}.lead{font-size:17px}.hero-card img{height:390px}
  .hedge-slide figure{height:340px}.location-card{min-height:360px;padding:22px 22px 86px}.location-tel{left:22px;right:22px;bottom:20px}
}
@media(max-width:560px){
  .hero{padding:36px 0 38px}.hero h1{font-size:34px;line-height:1.12}.lead{font-size:15.5px}.hero-card img{height:290px}.hero-card:before{height:30px;font-size:12px;left:14px;top:14px}.floating b{font-size:19px}
  .hedge h2{font-size:30px}.hedge .desc{font-size:15px}.hedge-slider{padding:14px;border-radius:22px}.hedge-slide figure{height:300px}.hedge-slide img{padding:10px}.hedge-slide:nth-child(7) figure{height:320px}.slide-caption{padding:13px 14px}.slide-caption b{font-size:15px}.safe-cards{grid-template-columns:1fr}.slider-head{display:block}.slider-controls{margin-top:10px}
  .location-card{padding:16px 16px 78px;min-height:330px;border-radius:22px}.location-tel{min-height:48px;font-size:14px}.location-tel b{font-size:20px}.location-card img{border-radius:14px}
}
