
:root{--navy:#071127;--ink:#09162d;--line:#e5e9ef;--muted:#606b7b;--accent:#6475ff}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Pretendard,"Noto Sans KR","Apple SD Gothic Neo",Arial,sans-serif;color:var(--ink);background:#fff}
a{color:inherit;text-decoration:none}
.top{height:72px;padding:0 4.1vw;background:var(--navy);display:flex;align-items:center;position:sticky;top:0;z-index:30;border-bottom:1px solid rgba(255,255,255,.08)}
.logo img{width:130px;display:block}
.top nav{margin:auto;display:flex;gap:46px;color:#fff;font-size:11px;font-weight:800}
.top nav a:hover{color:#8bd7ff}
.staff-top{width:32px;height:32px;border:1px solid rgba(255,255,255,.55);border-radius:50%;display:grid;place-items:center;color:white;opacity:.75;font-size:11px}
.hamb,.mobile-nav{display:none}

.hero{height:430px;display:grid;grid-template-columns:1fr 1fr;background:radial-gradient(circle at 73% 52%,#102c67 0,#091a3a 34%,#061027 69%);color:#fff;overflow:hidden}
.hero-copy{padding:76px 0 0 6vw}
.hero h1{font-size:64px;letter-spacing:.01em;margin:0 0 17px;line-height:1;font-weight:800}
.hero h2{font-size:18px;margin:0 0 17px}
.hero p{font-size:16px;line-height:1.7;margin:0;color:#eef4ff}
.hero-btn{display:inline-flex;gap:40px;border:1px solid rgba(255,255,255,.7);border-radius:3px;margin-top:28px;padding:13px 18px;font-size:12px;font-weight:800}
.hero-btn:hover{background:#fff;color:var(--navy)}
.hero-mark{display:flex;align-items:center;justify-content:center}
.hero-mark img{width:min(340px,68%);filter:drop-shadow(0 20px 28px rgba(38,111,255,.22))}

.business-strip{display:grid;grid-template-columns:repeat(4,1fr);padding:22px 4vw 27px;background:#fff;border-bottom:1px solid var(--line)}
.business-strip article{text-align:center;min-height:166px;padding:9px 16px;border-right:1px solid var(--line);position:relative}
.business-strip article:last-child{border-right:0}
.symbol{font-size:34px;color:#0a2250;margin:4px 0 14px}
.business-strip h3{font-size:13px;margin:0 0 8px}
.business-strip p{font-size:11px;color:#566274;line-height:1.65;margin:0 0 13px}
.business-strip a{font-size:10px;font-weight:800;color:#0b2048}
.planning{position:absolute;right:14px;top:4px;font-size:8px;letter-spacing:.09em;border:1px solid #ccd3de;border-radius:12px;padding:4px 7px;color:#778394}

.overview{display:grid;grid-template-columns:1.03fr 1.03fr 1.08fr 1.08fr .94fr;gap:10px;background:#fafbfc;padding:20px 16px 16px}
.box{background:#fff;border:1px solid #e3e8ef;border-radius:6px;padding:24px 16px 17px;min-height:400px;position:relative}
.tab{position:absolute;top:-12px;left:16px;right:16px;height:22px;line-height:22px;text-align:center;background:#0b1b45;color:#fff;border-radius:3px;font-size:10px;font-weight:800}
.box h2{font-size:17px;line-height:1.15;margin:4px 0 10px}
.box>p{font-size:11px;line-height:1.6;color:#596575}
.photo{width:100%;height:96px;object-fit:cover;border-radius:2px;margin:4px 0 12px}
.values>div{display:flex;gap:9px;border-top:1px solid #edf0f4;padding:9px 0}
.values b{min-width:50px;font-size:9px}
.values span{font-size:9px;line-height:1.4;color:#5e697a}
.business-photo{height:124px}
.business-list{display:flex;flex-direction:column;gap:7px}
.business-list span{font-size:10px;font-weight:700;border-bottom:1px solid #edf0f4;padding-bottom:7px}
.business-list em{font-size:7px;font-style:normal;background:#eef1f5;color:#788394;border-radius:3px;padding:2px 4px;margin-left:4px}
.brand-card{border:1px solid #e5e9ef;border-radius:5px;padding:10px;text-align:center;margin-top:10px}
.brand-card img{width:100%;height:137px;object-fit:contain}
.brand-card a{display:inline-block;border:1px solid #cbd3df;border-radius:3px;padding:6px 12px;font-size:9px;font-weight:700}
.coming-box{height:58px;border:1px solid #e5e9ef;border-radius:5px;margin-top:12px;display:grid;place-items:center;color:#99a3b1;font-size:9px}
.cafe-photo{height:117px}
.ddd-lockup{height:142px;display:grid;place-items:center;background:#fff;overflow:hidden}
.ddd-lockup img{width:100%;height:100%;object-fit:contain}
.coming-state{text-align:center;color:#7c8797;font-size:9px;font-weight:800;letter-spacing:.07em}
.contact dl{margin:27px 0}
.contact dt{font-size:9px;font-weight:800;color:#697485;margin-top:16px}
.contact dd{font-size:11px;margin:3px 0 0;word-break:break-all}
.contact-btn{display:block;background:#071a43;color:#fff;text-align:center;border-radius:3px;padding:11px;margin-top:26px;font-size:10px;font-weight:800}

footer{min-height:58px;background:var(--navy);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 4.1vw;color:#fff;font-size:9px}
footer>img{width:122px}
footer>span{opacity:.75}
footer>div{display:flex;gap:26px;justify-content:flex-end;align-items:center}
.employee{border:1px solid rgba(139,100,255,.72);border-radius:4px;padding:7px 13px;opacity:.72}
.employee:hover{opacity:1}

@media(max-width:1020px){
  .overview{grid-template-columns:repeat(2,1fr)}
  .contact{grid-column:span 2}
  .top nav{gap:24px}
  .hero h1{font-size:56px}
}
@media(max-width:720px){
  .top{height:64px;padding:0 20px}
  .top nav,.staff-top{display:none}
  .logo img{width:120px}
  .hamb{display:block;margin-left:auto;border:0;background:none;padding:8px}
  .hamb span{display:block;width:23px;height:2px;background:white;margin:5px 0}
  .mobile-nav{position:fixed;inset:64px 0 0;background:var(--navy);z-index:25;color:#fff;padding:34px 24px;flex-direction:column;gap:23px;font-size:25px;font-weight:800;transform:translateX(100%);transition:.28s}
  .mobile-nav.open{display:flex;transform:none}
  .staff-mobile{font-size:12px;margin-top:auto;border-top:1px solid rgba(255,255,255,.12);padding-top:20px;opacity:.65}
  .hero{height:560px;display:block;position:relative}
  .hero-copy{padding:55px 24px 0}
  .hero h1{font-size:48px}
  .hero h2{font-size:18px}
  .hero p{font-size:14px}
  .hero-mark{position:absolute;left:0;right:0;bottom:10px;height:245px}
  .hero-mark img{width:230px}
  .business-strip{grid-template-columns:1fr 1fr;padding:18px 12px}
  .business-strip article{min-height:160px;border-bottom:1px solid var(--line)}
  .business-strip article:nth-child(2){border-right:0}
  .business-strip article:nth-child(3),.business-strip article:nth-child(4){border-bottom:0}
  .overview{grid-template-columns:1fr;padding:23px 13px;gap:24px}
  .box,.contact{grid-column:auto;min-height:0}
  .photo{height:auto;max-height:230px}
  .brand-card img{height:190px}
  .ddd-lockup{height:220px}
  footer{grid-template-columns:1fr;gap:15px;padding:28px 20px}
  footer>div{justify-content:flex-start;flex-wrap:wrap}
  footer>span{order:3}
}

/* v1.1 readability update */
.hero p{font-size:18px;line-height:1.8}
.hero h2{font-size:21px}
.hero-btn{font-size:14px;padding:15px 21px}
.hero-mark img{width:min(390px,76%);filter:drop-shadow(0 18px 28px rgba(38,111,255,.18))}

.business-strip{padding:30px 4vw 34px}
.business-strip article{min-height:205px;padding:14px 18px}
.symbol{height:68px;margin:3px 0 14px;display:flex;align-items:center;justify-content:center}
.symbol img{width:58px;height:58px;display:block}
.business-strip h3{font-size:16px;margin:0 0 10px}
.business-strip p{font-size:13px;line-height:1.72;margin:0 0 14px}
.business-strip a{font-size:12px}
.planning{font-size:9px;padding:5px 8px}

.overview{gap:14px;padding:26px 18px 22px}
.box{padding:30px 20px 22px;min-height:475px}
.tab{height:28px;line-height:28px;font-size:12px;top:-14px}
.box h2{font-size:22px;line-height:1.18;margin:6px 0 12px}
.box>p{font-size:13px;line-height:1.7}
.photo{height:125px;margin:8px 0 16px}
.values>div{padding:12px 0;gap:12px}
.values b{min-width:62px;font-size:11px}
.values span{font-size:11px;line-height:1.55}
.business-photo{height:150px}
.business-list{gap:9px}
.business-list span{font-size:12px;padding-bottom:9px}
.business-list em{font-size:8px;padding:3px 5px}
.brand-card{padding:14px;margin-top:14px}
.brand-card img{height:165px}
.brand-card a{font-size:11px;padding:8px 14px}
.coming-box{height:70px;font-size:11px}
.cafe-photo{height:145px}
.ddd-lockup{height:170px}
.coming-state{font-size:10px;margin-top:5px}
.contact dt{font-size:11px;margin-top:19px}
.contact dd{font-size:13px;margin-top:5px}
.contact-btn{padding:13px;font-size:12px;margin-top:30px}
footer{min-height:68px;font-size:10px}

@media(max-width:1200px){
  .overview{grid-template-columns:repeat(3,1fr)}
  .cafe-box,.contact{grid-column:auto}
}
@media(max-width:900px){
  .overview{grid-template-columns:repeat(2,1fr)}
  .box{min-height:0}
  .contact{grid-column:auto}
}
@media(max-width:720px){
  .hero p{font-size:16px}
  .hero h2{font-size:19px}
  .hero-mark img{width:250px}
  .business-strip article{min-height:190px;padding:14px 10px}
  .symbol{height:62px}.symbol img{width:52px;height:52px}
  .business-strip h3{font-size:14px}
  .business-strip p{font-size:12px}
  .overview{grid-template-columns:1fr;gap:28px;padding:30px 14px}
  .box{padding:32px 22px 24px}
  .box h2{font-size:23px}
  .box>p{font-size:14px}
  .photo,.business-photo,.cafe-photo{height:auto;max-height:260px}
  .brand-card img{height:220px}
  .ddd-lockup{height:250px}
}
