/* 회사소개 페이지 전용 */
.page-company .menu a.active { color: var(--blue); }
.page-company main .wrap,
.page-company .localnav .wrap {
  width: min(1080px, calc(100% - 48px));
}
.page-company .subhero > .wrap {
  width: min(1180px, calc(100% - 96px));
}

.subhero {
  position: relative; overflow: hidden; color: #fff;
  min-height: var(--subpage-hero-h); display: flex; align-items: center;
  background:
    linear-gradient(110deg, rgba(4,20,40,.94), rgba(9,46,86,.88) 56%, rgba(21,92,165,.55)),
    url("../images/company.jpg") center / cover no-repeat;
}
.subhero:before {
  content: ""; position: absolute; inset: -10%;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 52px 52px;
  transform: perspective(700px) rotateX(55deg) translateY(-70px); opacity: .45;
}
.subhero:after {
  content: ""; position: absolute; width: 520px; height: 520px;
  border: 1px solid rgba(112,190,255,.2); border-radius: 50%;
  right: -120px; top: -180px;
  box-shadow: 0 0 0 70px rgba(75,154,225,.06), 0 0 0 150px rgba(75,154,225,.035);
}
.subhero-inner {
  position: relative; z-index: 2;
  display: flex; align-items: center; justify-content: space-between;
  gap: 48px; text-align: left;
  box-sizing: border-box;
}
.subhero-copy { max-width: 680px; flex: 1 1 auto; margin: 0; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 13px; font-weight: 800; letter-spacing: .16em; color: #9bcfff;
}
.eyebrow:before { content: ""; width: 28px; height: 2px; background: #76bfff; }
.subhero h1 {
  font-size: clamp(36px, 5vw, 64px); line-height: 1.15;
  margin: 20px 0 22px; letter-spacing: -.05em;
}
.subhero p {
  font-size: 17px; line-height: 1.8; color: #d4dfeb; max-width: 680px; margin: 0;
}
.hero-stat {
  display: grid; grid-template-columns: repeat(2, minmax(130px, 168px)); gap: 12px;
  flex: 0 0 auto; width: auto; max-width: none; justify-content: start;
}
.hero-stat div {
  padding: 20px 18px; border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.08); border-radius: 14px; backdrop-filter: blur(8px);
  text-align: left;
}
.hero-stat b { display: block; font-size: 22px; color: #fff; letter-spacing: -.02em; }
.hero-stat span { display: block; margin-top: 6px; font-size: 12px; color: rgba(255,255,255,.68); line-height: 1.4; }

.localnav {
  position: sticky; top: var(--header-h, 84px); z-index: 40;
  background: #fff; border-bottom: 1px solid var(--line);
}
.localnav .wrap { display: flex; justify-content: center; gap: 6px; }
.localnav a {
  padding: 18px 22px; font-size: 14px; font-weight: 750; color: #667386;
  transition: color .2s;
}
.localnav a:hover { color: var(--blue); }

.page-company section:not(.subhero) {
  padding: 95px 0;
  scroll-margin-top: calc(var(--header-h) + 68px);
}
.section-head { text-align: center; margin-bottom: 48px; }
.tag { font-size: 12px; font-weight: 900; letter-spacing: .16em; color: var(--blue); }
.section-head h2 {
  font-size: clamp(30px, 4vw, 44px); line-height: 1.25; letter-spacing: -.045em; margin: 14px 0;
}
.section-head p {
  font-size: 16px; line-height: 1.75; color: var(--muted); max-width: 700px; margin: auto;
}

.intro-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center;
  max-width: 1000px; margin: 0 auto;
}
.intro-copy h3 {
  font-size: clamp(26px, 3vw, 34px); line-height: 1.35; letter-spacing: -.04em; margin: 12px 0 22px;
}
.intro-copy p { font-size: 16px; line-height: 1.9; color: #586477; }
.signature {
  margin-top: 28px; padding-top: 25px; border-top: 1px solid var(--line);
  display: flex; align-items: center; gap: 17px;
}
.signature strong { display: block; font-size: 17px; }
.signature span { font-size: 13px; color: var(--muted); }
.intro-visual {
  min-height: 420px; border-radius: 28px; position: relative; overflow: hidden;
  background: #dceaf8; box-shadow: var(--shadow);
}
.intro-visual img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
}
.intro-visual:before {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(160deg, rgba(255,255,255,.72) 0%, rgba(255,255,255,.18) 42%, rgba(4,20,40,.35) 100%);
}
.visual-label { position: absolute; left: 32px; top: 34px; color: var(--navy); z-index: 2; }
.visual-label small { display: block; font-size: 12px; letter-spacing: .15em; font-weight: 900; }
.visual-label b { display: block; font-size: 26px; margin-top: 9px; line-height: 1.25; }

.history-block {
  margin-top: 64px; padding-top: 56px; border-top: 1px solid var(--line);
  max-width: 1000px; margin-left: auto; margin-right: auto;
}
.history-head {
  display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 32px;
}
.history-head h3 {
  font-size: clamp(26px, 3vw, 34px); line-height: 1.25; margin: 8px 0 0; letter-spacing: -.04em;
}
.history-head p { max-width: 480px; color: var(--muted); line-height: 1.8; margin: 0; }
.business-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.business-strip article {
  padding: 22px 16px; border: 1px solid var(--line); border-radius: 16px; background: #fff;
  box-shadow: 0 10px 30px rgba(6,22,41,.05);
  transition: transform .3s var(--ease), box-shadow .3s;
}
.business-strip article:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.business-strip small { color: var(--blue); font-weight: 900; letter-spacing: .08em; }
.business-strip b { display: block; margin: 10px 0 8px; font-size: 16px; }
.business-strip p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.vision { background: var(--soft); }
.vision-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
  max-width: 1000px; margin: 0 auto;
}
.vision-card {
  background: #fff; border: 1px solid #e4eaf1; border-radius: 21px; padding: 28px 22px;
  min-height: 240px; transition: .25s; position: relative; overflow: hidden;
}
.vision-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.vision-card:after {
  content: ""; position: absolute; width: 105px; height: 105px; border-radius: 50%;
  background: #edf5ff; right: -35px; bottom: -35px;
}
.icon {
  width: 52px; height: 52px; border-radius: 15px; background: #e9f3ff; color: var(--blue);
  display: grid; place-items: center; font-size: 23px; margin-bottom: 24px; position: relative; z-index: 1;
}
.vision-card b { display: block; font-size: 18px; margin-bottom: 10px; position: relative; z-index: 1; }
.vision-card p { font-size: 14px; line-height: 1.75; color: var(--muted); margin: 0; position: relative; z-index: 1; }

.value-detail {
  margin-top: 40px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 22px;
  max-width: 1000px; margin-left: auto; margin-right: auto;
}
.value-panel {
  padding: 32px; border-radius: 22px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow);
}
.value-panel.dark {
  background: linear-gradient(145deg, var(--navy2), var(--navy)); color: #fff; border: 0;
}
.value-panel h3 { font-size: 24px; margin: 0 0 20px; }
.goal-list { display: grid; gap: 4px; }
.goal-list div {
  display: flex; align-items: flex-start; gap: 13px; padding: 13px 0;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.goal-list div:last-child { border-bottom: 0; }
.goal-list i {
  font-style: normal; width: 28px; height: 28px; border-radius: 9px;
  display: grid; place-items: center; background: rgba(255,255,255,.12); font-weight: 900; flex: 0 0 auto;
}
.goal-list span { line-height: 1.65; color: rgba(255,255,255,.8); font-size: 14px; }
.milestone-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.milestone-grid div { padding: 18px; border-radius: 14px; background: var(--soft); }
.milestone-grid b { display: block; color: var(--navy); font-size: 18px; }
.milestone-grid span { display: block; margin-top: 6px; color: var(--muted); font-size: 13px; line-height: 1.55; }

.ceo-grid {
  display: grid; grid-template-columns: .85fr 1.15fr; gap: 40px; align-items: center;
  max-width: 1000px; margin: 0 auto;
}
.ceo-portrait {
  min-height: 440px; border-radius: 28px; position: relative; overflow: hidden;
  background: #e8eef4;
  box-shadow: var(--shadow);
}
.ceo-portrait img {
  display: block; width: 100%; height: 100%; min-height: 440px;
  object-fit: cover; object-position: center;
}
.ceo-portrait:after {
  content: "CEO"; position: absolute; right: 24px; top: 24px;
  font-size: 64px; font-weight: 900; color: rgba(255,255,255,.28); letter-spacing: -.04em;
  pointer-events: none;
}
.section-number {
  display: inline-block; font-size: 12px; font-weight: 900; letter-spacing: .14em; color: var(--blue); margin-bottom: 14px;
}
.ceo-copy .quote {
  font-size: clamp(24px, 2.8vw, 32px); line-height: 1.4; letter-spacing: -.03em; margin: 0 0 22px;
}
.ceo-copy p { font-size: 15px; line-height: 1.9; color: #586477; }
.ceo-sign {
  margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line);
}
.ceo-sign span { display: block; font-size: 15px; font-weight: 800; color: var(--navy); }

.page-company .network {
  background:
    linear-gradient(135deg, rgba(6,24,45,.94), rgba(12,55,102,.9)),
    url("../images/network-bg.jpg") center / cover no-repeat;
  color: #fff; overflow: hidden;
}
.page-company .network .section-head p { color: rgba(255,255,255,.65); }
.page-company .network .tag { color: #83c5ff; }
.network-layout {
  display: grid; grid-template-columns: 1.1fr .9fr; gap: 24px; align-items: stretch;
  max-width: 1000px; margin: 0 auto;
}
.mapbox {
  position: relative; min-height: 480px; border: 1px solid rgba(255,255,255,.13);
  border-radius: 25px; overflow: hidden; background: #071b35;
}
.mapbox-photo img {
  width: 100%; height: 100%; object-fit: contain; object-position: center; min-height: 480px;
  background: #071b35;
}
.network-side { display: grid; gap: 12px; }
.network-card {
  padding: 20px; border-radius: 18px;
  background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.13);
  transition: background .25s, transform .25s;
}
.network-card:hover { background: rgba(255,255,255,.12); transform: translateX(4px); }
.network-card small { font-size: 11px; color: #7ec1ff; letter-spacing: .12em; font-weight: 800; }
.network-card h3 { margin: 8px 0; font-size: 17px; }
.network-card p { margin: 0; font-size: 13px; line-height: 1.65; color: rgba(255,255,255,.63); }

.closing {
  padding: 90px 0; background: var(--navy); color: #fff; text-align: center;
}
.closing h2 { font-size: clamp(28px, 3.4vw, 38px); margin: 0 0 16px; line-height: 1.35; }
.closing p { color: rgba(255,255,255,.7); line-height: 1.7; margin: 0; }
.closing .buttons { margin-top: 30px; display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 14px 22px; border-radius: 10px; font-weight: 800;
  transition: transform .25s, box-shadow .25s;
}
.btn:hover { transform: translateY(-2px); }
.btn.white { background: #fff; color: var(--navy); }
.btn.line { border: 1px solid rgba(255,255,255,.35); color: #fff; }

@media (max-width: 1100px) {
  .business-strip { grid-template-columns: repeat(3, minmax(0,1fr)); }
}
@media (max-width: 1000px) {
  .intro-grid, .network-layout, .ceo-grid, .value-detail { grid-template-columns: 1fr; }
  .vision-grid { grid-template-columns: repeat(2, 1fr); }
  .business-strip { grid-template-columns: repeat(2, 1fr); }
  .mapbox-photo img { min-height: 320px; }
  .subhero { min-height: auto; height: auto; }
  .subhero-inner {
    flex-direction: column; align-items: flex-start; gap: 28px;
    padding: 64px 0; min-height: auto; height: auto;
  }
  .hero-stat { grid-template-columns: repeat(2, minmax(0,1fr)); width: 100%; max-width: 420px; }
}
@media (max-width: 640px) {
  .page-company main .wrap,
  .page-company .localnav .wrap { width: min(100% - 28px, 1080px); }
  .page-company .subhero > .wrap { width: min(100% - 40px, 1180px); }
  .localnav { overflow: auto; }
  .localnav .wrap { justify-content: flex-start; width: max-content; }
  .localnav a { padding: 16px 14px; }
  .subhero-inner { padding: 56px 0; gap: 22px; }
  .subhero h1 { font-size: clamp(32px, 8vw, 40px); }
  .subhero p { font-size: 15px; }
  .hero-stat { grid-template-columns: 1fr 1fr; max-width: 100%; }
  .intro-visual, .ceo-portrait { min-height: 320px; }
  .vision-grid, .business-strip, .milestone-grid { grid-template-columns: 1fr; }
  .history-head { display: block; }
  .closing .buttons { flex-direction: column; padding: 0 20px; }
  .page-company section:not(.subhero) { padding: 72px 0; }
  .subhero h1 br,
  .section-head h2 br,
  .intro-copy h3 br,
  .history-head h3 br,
  .ceo-copy .quote br,
  .closing h2 br,
  .closing p br { display: none; }
}
