:root {
  --green:#8CBF26;
  --dark:#20242A;
  --dark2:#111827;
  --text:#111827;
  --muted:#64748B;
  --line:#E5E7EB;
  --soft:#F7FAF4;
  --white:#FFFFFF;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Pretendard,"Noto Sans KR",Arial,sans-serif;color:var(--text);background:#fff;letter-spacing:-.02em}
a{color:inherit;text-decoration:none}
.container{max-width:1240px;margin:0 auto;padding:0 28px}
.header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);border-bottom:1px solid rgba(226,232,240,.8);backdrop-filter:blur(14px)}
.header-inner{height:82px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.logo img{height:50px;width:auto;display:block}
.nav{display:flex;gap:30px;font-size:14px;font-weight:800;color:#475569}
.nav a:hover{color:var(--green)}
.top-cta{background:var(--dark);color:#fff;border-radius:999px;padding:13px 20px;font-weight:900;box-shadow:0 12px 28px rgba(17,24,39,.16)}
.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 74% 20%,rgba(140,191,38,.30),transparent 34%),linear-gradient(120deg,#20242A 0%,#111827 62%,#29313A 100%);color:#fff}
.hero .container{padding:92px 28px 78px;display:grid;grid-template-columns:1.02fr .98fr;gap:58px;align-items:center}
.badge{display:inline-flex;align-items:center;gap:10px;padding:10px 16px;border-radius:999px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.15);font-size:14px;font-weight:900;color:#E5E7EB}
.badge:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--green)}
h1{font-size:clamp(42px,4.2vw,56px);line-height:1.12;margin:24px 0 0;font-weight:900;letter-spacing:-.055em;word-break:keep-all}
h1 .title-line{display:block;color:#fff;white-space:nowrap}
h1 .title-accent{color:var(--green)}
.hero-text{font-size:19px;line-height:1.75;color:#D8DEE8;margin:28px 0 0;max-width:660px;word-break:keep-all}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:36px}
.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:18px;padding:17px 24px;font-weight:950}
.btn.green{background:var(--green);color:#fff;box-shadow:0 18px 42px rgba(140,191,38,.26)}
.btn.ghost{border:1px solid rgba(255,255,255,.28);color:#fff}
.hero-panel{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:36px;padding:24px;box-shadow:0 28px 90px rgba(0,0,0,.26)}
.hero-panel-title{font-size:13px;color:#CBD5E1;font-weight:950;letter-spacing:.18em;margin:0 0 18px}
.kpi-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.kpi{background:#fff;color:var(--dark);border-radius:26px;padding:24px;min-height:142px}
.kpi b{font-size:38px;line-height:1;color:var(--green);display:block}
.kpi strong{display:block;font-size:17px;margin-top:12px;line-height:1.35;word-break:keep-all}
.kpi p{font-size:13px;line-height:1.6;color:var(--muted);margin:9px 0 0;word-break:keep-all}
section{scroll-margin-top:90px}
.section{padding:96px 0}
.section.alt{background:var(--soft);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.head{max-width:820px;margin:0 auto 46px;text-align:center}
.kicker{font-size:13px;font-weight:950;color:var(--green);letter-spacing:.20em}
h2{font-size:clamp(32px,3.6vw,48px);line-height:1.16;margin:14px 0 0;letter-spacing:-.045em;word-break:keep-all}
.head p{font-size:18px;line-height:1.75;color:var(--muted);margin:18px 0 0}
.cases{display:grid;grid-template-columns:1fr 1fr;gap:28px}
.case-card{background:#fff;border:1px solid var(--line);border-radius:34px;overflow:hidden;box-shadow:0 14px 36px rgba(15,23,42,.08)}
.case-img{position:relative;height:306px;background:#EEF2F7;overflow:hidden}
.case-img img{width:100%;height:100%;object-fit:cover;display:block;transition:.5s}
.case-card:hover .case-img img{transform:scale(1.025)}
.case-img:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.48),transparent 56%)}
.case-img span{position:absolute;z-index:1;top:22px;left:22px;background:var(--green);color:#fff;border-radius:999px;padding:9px 14px;font-weight:950}
.case-body{padding:28px}
.case-type{font-size:13px;font-weight:950;color:var(--green);letter-spacing:.08em}
.case-body h3{font-size:28px;margin:9px 0 12px;letter-spacing:-.04em;word-break:keep-all}
.case-body strong{display:block;color:#334155;margin-bottom:12px}
.case-body p{color:var(--muted);line-height:1.7;margin:0}
.business{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.biz{background:#fff;border:1px solid var(--line);border-radius:30px;padding:34px 30px;box-shadow:0 12px 30px rgba(15,23,42,.055);min-height:250px}
.biz i{display:flex;width:48px;height:48px;border-radius:18px;background:var(--green);color:white;align-items:center;justify-content:center;font-style:normal;font-weight:950;margin-bottom:20px}
.biz h3{font-size:21px;line-height:1.34;margin:0 0 14px;font-weight:850;letter-spacing:-.035em;word-break:keep-all}
.biz p{color:var(--muted);font-size:16px;line-height:1.72;margin:0;word-break:keep-all}
.logos{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px}
.logo-card{background:#fff;border:1px solid var(--line);border-radius:28px;padding:22px 18px;text-align:center;min-height:174px;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 12px 30px rgba(15,23,42,.06)}
.logo-img{height:56px;display:flex;align-items:center;justify-content:center;margin-bottom:18px;width:100%}
.logo-img img{max-width:170px;max-height:62px;object-fit:contain}
.logo-card b{font-size:14px;line-height:1.35;word-break:keep-all;color:#0f172a;font-weight:800}
.logo-card span{margin-top:8px;font-size:12px;color:var(--muted);font-weight:800}
.igachi{display:grid;grid-template-columns:.9fr 1.1fr;gap:30px;align-items:center}
.igachi-photo{border-radius:34px;overflow:hidden;box-shadow:0 24px 64px rgba(15,23,42,.14);background:#fff}
.igachi-photo img{width:100%;display:block;object-fit:cover}
.igachi-copy{background:var(--dark);color:#fff;border-radius:34px;padding:40px;position:relative;overflow:hidden}
.igachi-copy:after{content:"";position:absolute;right:-90px;top:-90px;width:260px;height:260px;border-radius:50%;background:rgba(140,191,38,.24);filter:blur(8px)}
.igachi-copy>*{position:relative;z-index:1}
.igachi-copy p{font-size:18px;line-height:1.75;color:#D8DEE8}
.chips{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:24px}
.chip{background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.12);border-radius:18px;padding:15px;font-weight:900}
.process{background:var(--dark);color:#fff;border-radius:36px;padding:42px;display:grid;grid-template-columns:.8fr 1.2fr;gap:36px;align-items:center}
.process p{color:#D8DEE8;line-height:1.75}
.steps{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.step{background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.12);border-radius:22px;padding:22px;text-align:center;font-weight:900}
.step b{display:flex;align-items:center;justify-content:center;width:36px;height:36px;margin:0 auto 12px;border-radius:50%;background:var(--green)}
.contact{background:linear-gradient(120deg,#20242A,#111827);color:#fff;padding:92px 0}
.contact-grid{display:grid;grid-template-columns:1fr .85fr;gap:44px;align-items:start}
.contact p{color:#D8DEE8;font-size:18px;line-height:1.75}
.form{background:#fff;color:var(--text);border-radius:34px;padding:30px;box-shadow:0 28px 80px rgba(0,0,0,.22)}
.form input,.form textarea,.form select{width:100%;border:1px solid var(--line);border-radius:18px;padding:15px 16px;margin-bottom:12px;font:inherit;outline:none}
.form button{width:100%;border:0;border-radius:18px;background:var(--green);color:#fff;padding:17px;font-weight:950;font-size:16px}
footer{padding:34px 0;background:#111827;color:#94A3B8;font-size:14px}


.client-groups{display:grid;gap:26px}
.client-group{background:#fff;border:1px solid var(--line);border-radius:34px;padding:26px;box-shadow:0 12px 32px rgba(15,23,42,.055)}
.client-group-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}
.client-group-head h3{margin:0;font-size:22px;letter-spacing:-.035em}
.client-group-head span{font-size:13px;font-weight:900;color:var(--green);letter-spacing:.12em}
.client-group .logos{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}
.logo-text-only{font-size:30px;font-weight:950;letter-spacing:-.04em;color:#111827;line-height:1}
.logo-sub{font-size:13px;color:#64748B;font-weight:800;margin-top:8px}

/* Agency delivery refinements */
.head{max-width:760px}
.section{padding:104px 0}
.badge{letter-spacing:-.015em}
.btn{transition:.22s ease}
.btn:hover,.top-cta:hover{transform:translateY(-1px)}
.case-card,.biz,.logo-card{transition:.25s ease}
.case-card:hover,.biz:hover,.logo-card:hover{transform:translateY(-3px)}
.logo-img{height:68px}
.logo-img img{filter:none}
@media(min-width:1081px){
  .hero .container{grid-template-columns:0.95fr 1.05fr}
  .business{align-items:stretch}
}

@media(max-width:1080px){
  .hero .container,.igachi,.process,.contact-grid{grid-template-columns:1fr}
  .logos{grid-template-columns:repeat(3,1fr)}
  .business{grid-template-columns:repeat(2,1fr)}
  .nav{display:none}
}
@media(max-width:680px){
  .container{padding:0 18px}
  h1{font-size:44px;line-height:1.12}
  .hero-text{font-size:17px}
  .biz{min-height:auto}
  .header-inner{height:74px}
  .logo img{height:42px}
  .hero .container{padding-top:60px}
  .cases,.business,.kpi-grid,.logos,.steps,.chips{grid-template-columns:1fr}
  .case-img{height:236px}
  .section{padding:72px 0}
}

/* Logo overflow fix */
.logo-card{
  overflow:hidden;
}
.logo-img{
  width:100%;
  overflow:hidden;
}
.logo-img img{
  display:block;
  width:auto;
  height:auto;
  max-width:82% !important;
  max-height:52px !important;
  object-fit:contain !important;
  margin:0 auto;
}
@media(max-width:680px){
  .logo-card{
    min-height:132px !important;
    padding:18px 10px !important;
  }
  .logo-img{
    height:58px !important;
  }
  .logo-img img{
    max-width:78% !important;
    max-height:46px !important;
  }
  .logo-text-only{
    font-size:24px !important;
    max-width:100%;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
  }
}


.logo-img img[alt="시대인재"]{
  max-width:88% !important;
  max-height:44px !important;
}


.logo-img img[alt="시대인재"]{max-width:95% !important;max-height:58px !important;}
.logo-img img[alt="이지웰"]{max-width:92% !important;max-height:52px !important;}

/* Contact enquiry link */
.contact-link-card h3 {
  margin: 0 0 12px;
  font-size: 26px;
  letter-spacing: -0.04em;
}
.contact-link-card p {
  margin: 0 0 24px;
  color: #64748B;
  font-size: 16px;
  line-height: 1.7;
}
.form-link-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 18px;
  background: var(--green);
  color: #fff;
  padding: 18px;
  font-weight: 950;
  font-size: 17px;
  text-decoration: none;
}
.form-link-btn:hover {
  filter: brightness(0.96);
}

.footer-info {
  display: grid;
  gap: 8px;
  line-height: 1.7;
  color: #CBD5E1;
  font-size: 14px;
  word-break: keep-all;
}
@media(max-width:680px) {
  .footer-info {
    font-size: 12px;
    line-height: 1.65;
  }
}


/* Group company */
.group-company-wrap{
  background:#F8FAFC;
  border:1px solid var(--line);
  border-radius:36px;
  padding:28px;
  box-shadow:0 16px 40px rgba(15,23,42,.04);
}
.group-company-hero{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:28px;
  align-items:center;
}
.group-company-copy h2{
  margin-top:10px;
  margin-bottom:18px;
}
.group-company-copy p{
  margin:0;
  max-width:560px;
  color:var(--muted);
  line-height:1.75;
}
.group-company-focus{
  display:flex;
  justify-content:center;
}
.group-orbit{
  position:relative;
  width:300px;
  height:300px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.group-orbit-ring{
  position:absolute;
  border:1px solid #DCE6F8;
  border-radius:999px;
}
.group-orbit .ring-1{width:250px;height:250px;}
.group-orbit .ring-2{width:180px;height:180px;}
.group-orbit-dot{
  position:absolute;
  width:7px;height:7px;border-radius:50%;
  background:#88A8F2;
}
.group-orbit .dot-1{top:28px;left:50%;transform:translateX(-50%);}
.group-orbit .dot-2{left:26px;top:50%;transform:translateY(-50%);}
.group-orbit .dot-3{right:26px;top:50%;transform:translateY(-50%);}
.group-focus-card{
  position:relative;
  z-index:2;
  width:168px;
  min-height:168px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:999px;
  box-shadow:0 16px 30px rgba(15,23,42,.06);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:24px;
  text-align:center;
}
.group-focus-card img{
  max-width:100px;
  max-height:74px;
  object-fit:contain;
  margin-bottom:10px;
}
.group-focus-card strong{
  font-size:15px;
  letter-spacing:-.02em;
}
.group-company-grid{
  margin-top:26px;
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:14px;
}
.group-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  padding:22px 18px;
  text-align:center;
  box-shadow:0 10px 24px rgba(15,23,42,.04);
}
.group-card-logo{
  height:74px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:14px;
}
.group-card-logo img{
  max-width:90%;
  max-height:62px;
  object-fit:contain;
}
.group-card h3{
  margin:0;
  font-size:16px;
  letter-spacing:-.02em;
}
.group-card-name{
  margin-top:6px;
  color:#1E3A8A;
  font-weight:800;
}
.group-card p{
  margin:10px 0 0;
  font-size:14px;
  line-height:1.65;
  color:var(--muted);
  word-break:keep-all;
}
@media(max-width:1080px){
  .group-company-hero{
    grid-template-columns:1fr;
  }
  .group-company-copy p{
    max-width:none;
  }
  .group-company-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}
@media(max-width:680px){
  .group-company-wrap{
    padding:22px 16px;
    border-radius:28px;
  }
  .group-orbit{
    width:240px;
    height:240px;
  }
  .group-orbit .ring-1{width:210px;height:210px;}
  .group-orbit .ring-2{width:150px;height:150px;}
  .group-focus-card{
    width:148px;
    min-height:148px;
    padding:18px;
  }
  .group-company-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .group-card{
    padding:18px 14px;
  }
  .group-card-logo{
    height:58px;
  }
  .group-card-logo img{
    max-height:50px;
  }
  .group-card h3{
    font-size:15px;
  }
  .group-card p{
    font-size:13px;
  }
}

/* Group company moved below contact */
.group-section-after-contact{
  background:#F7FAF4;
  border-top:1px solid var(--line);
}
.group-company-wrap{
  background:#fff;
}
.group-focus-card,
.group-card{
  text-decoration:none;
  color:inherit;
}
.group-focus-card{
  transition:.25s ease;
}
.group-focus-card:hover{
  transform:translateY(-3px);
  box-shadow:0 20px 42px rgba(15,23,42,.10);
}
.group-card{
  display:block;
  cursor:pointer;
  transition:.25s ease;
}
.group-card:hover{
  transform:translateY(-3px);
  border-color:rgba(140,191,38,.45);
  box-shadow:0 16px 34px rgba(15,23,42,.09);
}
.group-card:focus-visible,
.group-focus-card:focus-visible{
  outline:3px solid rgba(140,191,38,.35);
  outline-offset:4px;
}
.group-card:after{
  content:"공식 사이트 이동";
  display:inline-flex;
  margin-top:12px;
  font-size:12px;
  color:var(--green);
  font-weight:900;
  opacity:0;
  transform:translateY(3px);
  transition:.2s ease;
}
.group-card:hover:after{
  opacity:1;
  transform:translateY(0);
}

/* Wonder Mobility focus card: no external link */
.group-focus-card-static{
  cursor:default;
}
.group-focus-card-static:hover{
  transform:none;
  box-shadow:0 16px 30px rgba(15,23,42,.06);
}


/* Group company option 2: horizontal intro + card list */
.group-company-wrap-option2{
  background:#fff;
  border:1px solid var(--line);
  border-radius:34px;
  padding:34px;
  box-shadow:0 16px 40px rgba(15,23,42,.05);
}
.group-company-intro{
  display:grid;
  grid-template-columns:1.25fr .75fr;
  gap:28px;
  align-items:stretch;
  margin-bottom:26px;
}
.group-company-intro .group-company-copy{
  background:linear-gradient(135deg,#F8FAFC 0%,#FFFFFF 100%);
  border:1px solid var(--line);
  border-radius:28px;
  padding:34px;
}
.group-company-intro .group-company-copy h2{
  font-size:clamp(30px,3vw,42px);
  line-height:1.18;
  margin:12px 0 16px;
}
.group-company-intro .group-company-copy p{
  max-width:680px;
  color:var(--muted);
  line-height:1.78;
  margin:0;
  word-break:keep-all;
}
.group-tags{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:24px;
}
.group-tags span{
  display:inline-flex;
  align-items:center;
  border-radius:999px;
  padding:9px 13px;
  background:#EEF6E3;
  color:#49720D;
  font-size:12px;
  font-weight:900;
  letter-spacing:.02em;
}
.group-company-logo-panel{
  position:relative;
  background:#111827;
  border-radius:28px;
  padding:34px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  min-height:250px;
  overflow:hidden;
  color:#fff;
  text-align:center;
}
.group-company-logo-panel:before{
  content:"";
  position:absolute;
  width:220px;
  height:220px;
  right:-70px;
  top:-70px;
  border-radius:50%;
  background:rgba(140,191,38,.22);
  filter:blur(6px);
}
.group-company-logo-panel:after{
  content:"";
  position:absolute;
  width:180px;
  height:180px;
  left:-80px;
  bottom:-90px;
  border-radius:50%;
  background:rgba(255,255,255,.08);
}
.group-company-logo-panel img{
  position:relative;
  z-index:1;
  max-width:185px;
  max-height:110px;
  object-fit:contain;
  background:#fff;
  border-radius:20px;
  padding:18px;
  box-shadow:0 18px 34px rgba(0,0,0,.18);
}
.group-company-logo-panel strong{
  position:relative;
  z-index:1;
  margin-top:18px;
  font-size:22px;
  letter-spacing:-.03em;
}
.group-hub-label{
  position:absolute;
  z-index:1;
  top:22px;
  left:22px;
  color:var(--green);
  font-size:12px;
  font-weight:950;
  letter-spacing:.14em;
}
.group-company-grid-option2{
  margin-top:0;
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:16px;
}
.group-company-grid-option2 .group-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  padding:24px 18px;
  min-height:220px;
}
.group-company-grid-option2 .group-card-logo{
  height:70px;
}
.group-company-grid-option2 .group-card-logo img{
  max-width:92%;
  max-height:60px;
}
@media(max-width:1080px){
  .group-company-intro{
    grid-template-columns:1fr;
  }
  .group-company-grid-option2{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}
@media(max-width:680px){
  .group-company-wrap-option2{
    padding:18px;
    border-radius:28px;
  }
  .group-company-intro .group-company-copy{
    padding:24px 20px;
    border-radius:24px;
  }
  .group-company-logo-panel{
    min-height:210px;
    padding:28px 20px;
  }
  .group-company-logo-panel img{
    max-width:155px;
    max-height:92px;
  }
  .group-company-grid-option2{
    grid-template-columns:1fr;
  }
  .group-company-grid-option2 .group-card{
    min-height:auto;
  }
}
