:root {
  --navy: #111;
  --ink: #111;
  --muted: #666;
  --line: #e5e5e5;
  --bg: #f4f4f4;
  --white: #fff;
  --gold: #f5c400;
  --green: #2ea44f;
  --header-h: 80px;
  --ease: cubic-bezier(.22, 1, .36, 1);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Noto Sans KR", "Apple SD Gothic Neo", sans-serif;
  color: var(--ink);
  background: #000;
  line-height: 1.7;
  min-width: 320px;
}
body.inner { background: #fff; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: 0; background: none; }
ul, ol { list-style: none; }
.wrap { width: min(1400px, calc(100% - 48px)); margin: 0 auto; }
.en { font-family: "Montserrat", sans-serif; letter-spacing: .08em; }

.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 200;
  height: var(--header-h);
  display: flex; align-items: center;
  transition: background .25s, box-shadow .25s;
}
.site-header.is-light,
.site-header.sub {
  background: #fff;
  box-shadow: 0 1px 0 #eee;
}
.site-header .inner {
  width: min(1480px, calc(100% - 40px));
  margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px;
}
.brand { display: flex; flex-direction: column; gap: 1px; color: #fff; }
.site-header.is-light .brand,
.site-header.sub .brand { color: #111; }
.brand strong {
  font-family: "Montserrat", sans-serif;
  font-size: 22px; font-weight: 800; letter-spacing: .04em;
}
.brand strong span { position: relative; }
.brand strong span::after {
  content: ""; position: absolute; left: 50%; top: 16%;
  width: 1.5px; height: 68%; background: currentColor; transform: translateX(-50%);
}
.brand em { font-style: normal; color: var(--gold); }
.brand small {
  font-size: 9px; letter-spacing: .16em; opacity: .7; text-transform: uppercase;
}
.nav { display: flex; align-items: center; margin-left: auto; }
.nav > li { position: relative; }
.nav > li > a {
  display: block; color: #fff; font-size: 15px; font-weight: 500;
  padding: 28px 16px; white-space: nowrap;
}
.site-header.is-light .nav > li > a,
.site-header.sub .nav > li > a { color: #111; }
.nav > li > a:hover,
.nav > li.is-on > a { color: var(--gold) !important; }
.dropdown {
  position: absolute; top: 100%; left: 50%;
  transform: translateX(-50%);
  min-width: 220px; padding: 12px 0;
  background: #fff; box-shadow: 0 12px 32px rgba(0,0,0,.12);
  opacity: 0; visibility: hidden; transition: .18s;
}
.nav > li:hover .dropdown { opacity: 1; visibility: visible; }
.dropdown a { display: block; padding: 10px 22px; font-size: 14px; color: #333; }
.dropdown a:hover { background: #f5f5f5; }
.head-tel {
  flex: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 700; font-size: 15px;
  color: var(--gold); letter-spacing: .04em;
  white-space: nowrap;
}
.head-cta {
  flex: none;
  display: inline-flex; align-items: center; justify-content: center;
  height: 38px; padding: 0 16px;
  background: var(--gold); color: #111; font-weight: 700; font-size: 13px;
}
.burger {
  display: none; width: 42px; height: 42px; color: #fff;
  flex-direction: column; justify-content: center; align-items: center; gap: 6px;
}
.site-header.is-light .burger,
.site-header.sub .burger { color: #111; }
.burger span { display: block; width: 22px; height: 1.5px; background: currentColor; }

.side-dots {
  position: fixed; right: 22px; top: 50%; transform: translateY(-50%);
  z-index: 180; display: flex; flex-direction: column; gap: 12px;
}
.side-dots a {
  width: 10px; height: 10px; border-radius: 50%;
  border: 2px solid var(--gold); background: transparent;
}
.side-dots a.is-on { background: var(--gold); }

.panel {
  height: 100vh; min-height: 700px;
  position: relative; overflow: hidden;
  scroll-snap-align: start;
}
html.home { scroll-snap-type: y mandatory; }

.hero { background: #000; }
.hero-slide {
  position: absolute; inset: 0; opacity: 0;
  background: #000 center/cover no-repeat;
  transition: opacity 1s var(--ease);
  transform: scale(1.04);
}
.hero-slide.is-on { opacity: 1; animation: ken 7.5s ease-out forwards; }
@keyframes ken {
  from { transform: scale(1); }
  to { transform: scale(1.08); }
}
.hero-slide::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.28) 0%, rgba(0,0,0,.42) 55%, rgba(0,0,0,.55) 100%);
}
.hero-slide.s1 { background-image: url("../img/hospital2.jpg"); }
.hero-slide.s2 { background-image: url("../img/hero-deal.jpg"); }
.hero-slide.s3 { background-image: url("../img/office.jpg"); }
.hero-copy {
  position: relative; z-index: 2; height: 100%;
  display: flex; flex-direction: column; justify-content: center; align-items: center;
  text-align: center; color: #fff; padding: 0 24px;
}
.hero-kicker {
  font-family: "Montserrat", sans-serif;
  letter-spacing: .42em; font-size: 12px; font-weight: 700;
  color: var(--gold); margin-bottom: 18px;
}
.hero-copy h2 {
  font-size: clamp(28px, 4.4vw, 54px); font-weight: 700;
  letter-spacing: -.02em; line-height: 1.35;
  transition: opacity .35s;
}
.hero-line {
  display: block; width: 42px; height: 2px; background: var(--gold);
  margin: 0 auto 18px;
}
.hero-sub {
  margin-top: 16px; font-size: 15px; letter-spacing: .12em;
  opacity: .82; font-family: "Montserrat", sans-serif;
}
.hero-cta { margin-top: 32px; }
.hero-cta .btn.ghost { color: #fff; }
.hero-nav {
  position: absolute; z-index: 3; top: 50%; transform: translateY(-50%);
  width: 48px; height: 64px; color: #fff; font-size: 40px; opacity: .7;
}
.hero-nav:hover { opacity: 1; }
.hero-nav.prev { left: 24px; }
.hero-nav.next { right: 48px; }
.hero-dots {
  position: absolute; z-index: 3; left: 50%; bottom: 88px;
  transform: translateX(-50%); display: flex; gap: 8px;
}
.hero-dots button { width: 42px; height: 3px; background: rgba(255,255,255,.45); }
.hero-dots button.is-on { background: var(--gold); }
.scroll-ind {
  position: absolute; z-index: 3; left: 50%; bottom: 28px;
  transform: translateX(-50%);
  font-family: "Montserrat", sans-serif;
  font-size: 10px; letter-spacing: .28em; color: #fff;
}
.scroll-ind::after {
  content: ""; display: block; width: 1px; height: 26px;
  margin: 8px auto 0; background: #fff;
  animation: drip 1.6s ease-in-out infinite;
}
@keyframes drip {
  0% { transform: scaleY(0); transform-origin: top; opacity: 0; }
  40% { transform: scaleY(1); opacity: 1; }
  100% { transform: scaleY(1); transform-origin: bottom; opacity: 0; }
}

.panel-title {
  position: absolute; left: 48px; top: 108px; z-index: 2; color: #fff;
}
.panel-title h2 { font-size: 28px; font-weight: 700; }
.panel-title h2 span {
  display: inline-block; margin-left: 10px;
  font-family: "Montserrat", sans-serif; font-size: 13px;
  letter-spacing: .22em; font-weight: 600; opacity: .85;
}

.works { background: #000; color: #fff; }
.works-inner {
  height: 100%; padding: 168px 72px 60px;
  display: flex; flex-direction: column;
}
.filters {
  display: flex; flex-wrap: wrap; gap: 8px;
  justify-content: center; margin-bottom: 28px;
}
.filters button {
  color: #fff; border: 1px solid rgba(255,255,255,.55);
  padding: 8px 16px; font-size: 13px; background: transparent;
}
.filters button.is-on { background: #fff; color: #111; }
.works-track-wrap { position: relative; flex: 1; min-height: 0; }
.works-track {
  display: flex; gap: 0; height: 100%;
  overflow: hidden;
}
.work-card {
  flex: 0 0 25%;
  display: flex; flex-direction: column;
  border: 1px solid rgba(255,255,255,.85);
  background: #000;
  min-height: 0;
  height: 100%;
  color: #fff;
}
a.work-card:hover { background: #0d0d0d; }
.work-card.is-hide { display: none !important; }
.work-photo { position: relative; height: 46%; min-height: 220px; overflow: hidden; flex: none; }
.work-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
a.work-card:hover .work-photo img { transform: scale(1.07); }
.work-photo strong {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 48px 16px 18px;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,.78));
  font-size: 20px; font-weight: 700; text-align: center;
}
.work-card ul {
  flex: 1; padding: 8px 18px 0;
  display: grid; align-content: start;
}
.work-card li {
  display: grid; grid-template-columns: 52px 1fr; gap: 10px;
  padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,.14);
  font-size: 13px; text-align: left;
}
.work-card li span { display: block; opacity: .45; font-size: 12px; }
.work-more {
  display: block; padding: 14px 0 16px; text-align: center;
  font-size: 12px; font-style: normal; letter-spacing: .16em; color: var(--gold);
}
.works-arrow {
  position: absolute; top: 42%; z-index: 3;
  width: 44px; height: 64px; color: #fff; font-size: 42px; line-height: 1;
  opacity: .85;
}
.works-arrow.prev { left: -8px; }
.works-arrow.next { right: -8px; }

.fields { background: #111; }
.field-grid {
  position: absolute; inset: var(--header-h) 0 0;
  display: flex;
}
.field-card {
  position: relative; color: #fff;
  background: #222 center/cover no-repeat;
  display: flex; align-items: flex-end; justify-content: center;
  padding: 0 12px 56px; text-align: center;
  flex: 1 1 0; min-width: 0;
  transition: flex .45s var(--ease);
}
.field-card:hover { flex: 1.55 1 0; }
.field-card::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.68));
  transition: background .3s;
}
.field-card:hover::after {
  background: linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.42));
}
.field-card strong {
  position: relative; z-index: 1; display: block;
  font-size: 22px; font-weight: 700;
}
.field-card small {
  display: block; margin-top: 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 11px; letter-spacing: .22em; font-weight: 600; opacity: .75;
}
.field-card em {
  display: block; margin-top: 12px; font-style: normal; font-size: 13px; font-weight: 400;
  opacity: 0; transform: translateY(8px); transition: .3s var(--ease);
}
.field-card:hover em { opacity: .95; transform: none; }
.field-card::before {
  content: ""; position: absolute; left: 50%; bottom: 28px; z-index: 1;
  width: 0; height: 2px; background: var(--gold); transform: translateX(-50%);
  transition: width .3s;
}
.field-card:hover::before { width: 36px; }
.field-card.f1 { background-image: url("../img/asset.jpg"); }
.field-card.f2 { background-image: url("../img/contract.jpg"); }
.field-card.f3 { background-image: url("../img/industry.jpg"); }
.field-card.f4 { background-image: url("../img/hospital.jpg"); }
.field-card.f5 { background-image: url("../img/consult.jpg"); }
.field-card.f6 { background-image: url("../img/public.jpg"); }

.platform {
  background: #000 url("../img/office.jpg") center/cover no-repeat;
  color: #fff; min-height: 100vh; height: auto;
}
.platform::before {
  content: ""; position: absolute; inset: 0;
  background: rgba(0,0,0,.62);
}
.platform-inner {
  position: relative; z-index: 1;
  height: auto; padding: 150px 64px 28px;
  display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center;
}
.platform-copy h3 {
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.35; font-weight: 700; margin-bottom: 16px;
}
.platform-lead { font-size: 17px; opacity: .8; max-width: 520px; }
.hub-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 10px; margin-top: 28px; max-width: 560px;
}
.hub-grid a {
  padding: 16px 14px;
  border: 1px solid rgba(255,255,255,.22);
}
.hub-grid a:hover { border-color: var(--gold); }
.hub-grid b {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 12px; letter-spacing: .1em; color: var(--gold); margin-bottom: 6px;
}
.hub-grid span { font-size: 13px; opacity: .85; }
.platform-steps {
  position: relative; z-index: 1;
  width: min(1240px, calc(100% - 128px));
  margin: 0 auto 56px;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
}
.platform-steps li {
  padding: 20px 18px;
  border: 1px solid rgba(255,255,255,.2);
  background: rgba(0,0,0,.28);
}
.platform-steps b {
  display: block; font-family: "Montserrat", sans-serif;
  color: var(--gold); font-size: 12px; letter-spacing: .12em; margin-bottom: 8px;
}
.platform-steps span { display: block; font-size: 16px; font-weight: 600; }
.platform-steps p { margin-top: 8px; font-size: 13px; opacity: .7; }
.hub-stats {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 12px; margin-top: 36px; max-width: 520px;
}
.hub-stats a {
  padding: 18px 14px;
  border: 1px solid rgba(255,255,255,.22);
  text-align: center;
}
.hub-stats a:hover { border-color: var(--gold); }
.hub-stats b {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 28px; color: var(--gold); margin-bottom: 4px;
}
.hub-stats span { font-size: 13px; opacity: .8; }
.hub-visual { text-align: center; }
.hub-visual img { margin: 0 auto; max-height: 460px; width: auto; }
.hub-list { display: grid; gap: 12px; }
.hub-item {
  display: grid; grid-template-columns: 72px 1fr; gap: 14px;
  padding: 16px 18px; border: 1px solid rgba(255,255,255,.18);
}
.hub-item b { font-family: "Montserrat", sans-serif; color: var(--gold); font-size: 18px; display: flex; align-items: center; }
.hub-item span { font-size: 14px; color: rgba(255,255,255,.78); }
a.hub-item:hover { border-color: var(--gold); }
body.inner .hub-item { border-color: #e5e5e5; }
body.inner .hub-item span { color: #555; }
.news-list { max-width: 860px; }
.news-item {
  display: grid; grid-template-columns: 120px 1fr; gap: 24px;
  padding: 28px 0; border-bottom: 1px solid var(--line);
}
.news-item time { color: var(--muted); font-family: "Montserrat", sans-serif; font-size: 13px; padding-top: 4px; }
.news-item h3 { font-size: 20px; margin-bottom: 8px; }
.news-item p { color: var(--muted); font-size: 15px; }

.contact-panel {
  background: #0a0a0a url("../img/hero-meet.jpg") center/cover no-repeat;
  color: #fff; min-height: 100vh; height: auto;
}
.contact-panel::before {
  content: ""; position: absolute; inset: 0;
  background: rgba(0,0,0,.58);
}
.cta-block, .contact-panel .site-footer, .home-links, .home-news { position: relative; z-index: 1; }
.home-links {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 16px; width: min(1100px, calc(100% - 48px));
  margin: 0 auto; padding: 36px 0 0;
}
.home-links a {
  min-height: 170px; position: relative;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 22px 20px; background: #111 center/cover no-repeat;
}
.home-links a::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.15), rgba(0,0,0,.72));
}
.home-links strong, .home-links span { position: relative; z-index: 1; }
.home-links strong { font-size: 20px; }
.home-links span { margin-top: 4px; font-size: 13px; opacity: .8; }
.home-links .hl1 { background-image: url("../img/office.jpg"); }
.home-links .hl2 { background-image: url("../img/hero-meet.jpg"); }
.home-links .hl3 { background-image: url("../img/public.jpg"); }
.cta-block { text-align: center; padding: 48px 24px 72px; }
.cta-block h2 { font-size: clamp(26px, 3.2vw, 40px); line-height: 1.4; }
.cta-block p { margin: 16px 0 32px; opacity: .8; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 160px; height: 48px; padding: 0 20px;
  background: var(--gold); color: #111; font-weight: 700;
}
.btn.ghost { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.55); margin-left: 8px; }
.btn.ghost:hover { border-color: #fff; }

.site-footer { background: rgba(0,0,0,.78); color: rgba(255,255,255,.7); padding: 48px 0 24px; font-size: 13px; border-top: 1px solid rgba(255,255,255,.12); }
body.inner .site-footer { background: #000; }
.ft-top { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 28px; margin-bottom: 28px; }
.site-footer .brand { color: #fff; }
.site-footer h4 { color: #fff; margin-bottom: 12px; }
.site-footer li { margin-bottom: 7px; }
.ft-copy { border-top: 1px solid rgba(255,255,255,.12); padding-top: 16px; font-size: 12px; opacity: .45; }

.page-visual {
  height: 420px; display: flex; align-items: flex-end;
  background: #111 center/cover no-repeat; color: #fff; position: relative;
}
.page-visual::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.22), rgba(0,0,0,.62));
}
.page-visual.v-company { background-image: url("../img/office.jpg"); }
.page-visual.v-biz { background-image: url("../img/asset.jpg"); }
.page-visual.v-medical { background-image: url("../img/hospital.jpg"); }
.page-visual.v-mobility { background-image: url("../img/mobility.jpg"); }
.page-visual.v-consult { background-image: url("../img/consult.jpg"); }
.page-visual.v-platform { background-image: url("../img/hero-deal.jpg"); }
.page-visual.v-news { background-image: url("../img/hero-meet.jpg"); }
.page-visual.v-contact { background-image: url("../img/office.jpg"); }
.pv-copy {
  position: relative; z-index: 1;
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto 56px;
}
.pv-copy p {
  font-family: "Montserrat", sans-serif;
  letter-spacing: .28em; font-size: 12px; font-weight: 700;
  color: var(--gold); margin-bottom: 10px;
}
.page-visual h1 {
  font-size: clamp(32px, 4.4vw, 50px);
  letter-spacing: -.02em; font-weight: 700;
}
.crumb {
  background: #fff; border-bottom: 1px solid var(--line);
  height: 56px; display: flex; align-items: center;
  font-size: 13px; color: var(--muted);
}
.crumb .wrap { display: flex; gap: 10px; align-items: center; }
.page { padding: 80px 0 120px; background: #fff; }
#rental, #install, #lease, #b2c, #b2b, #b2g, #flow, #notice, #guide { scroll-margin-top: 110px; }
.page h2.tit { font-size: 32px; margin-bottom: 12px; }
.lead { color: var(--muted); font-size: 17px; margin-bottom: 40px; max-width: 720px; }
.tabs { display: flex; flex-wrap: wrap; border-bottom: 1px solid var(--line); margin-bottom: 40px; }
.tabs a {
  padding: 14px 22px; font-size: 15px; color: var(--muted);
  border-bottom: 2px solid transparent; margin-bottom: -1px;
}
.tabs a.is-on { color: #111; border-color: var(--gold); font-weight: 700; }
.cols { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.feature { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 28px 0 8px; }
.feature article { padding: 28px 24px; background: var(--bg); border-top: 3px solid var(--gold); }
.feature h3 { font-size: 18px; margin-bottom: 10px; }
.feature p, .feature li { color: var(--muted); font-size: 14px; }
.feature ul { display: grid; gap: 8px; margin-top: 12px; }
.feature li::before { content: "· "; color: var(--gold); }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 0 0 48px; }
.value-grid article { padding: 28px 24px; background: var(--bg); border-top: 3px solid var(--gold); }
.value-grid h3 { font-size: 18px; margin-bottom: 10px; }
.value-grid p { color: var(--muted); font-size: 14px; }
.timeline { border-left: 2px solid var(--gold); margin: 20px 0 0 8px; padding-left: 28px; }
.timeline li { position: relative; padding: 0 0 36px; }
.timeline li::before {
  content: ""; position: absolute; left: -35px; top: 6px;
  width: 12px; height: 12px; border-radius: 50%; background: var(--gold);
}
.timeline strong { display: block; font-family: "Montserrat", sans-serif; color: #b8860b; margin-bottom: 6px; }
.info-table { width: 100%; border-collapse: collapse; }
.info-table th, .info-table td {
  padding: 16px 18px; border-bottom: 1px solid var(--line);
  text-align: left; vertical-align: top; font-size: 15px;
}
.info-table th { width: 140px; color: var(--muted); font-weight: 500; background: var(--bg); }
.map-box { height: 420px; background: #dde3ea; margin-top: 28px; }
.map-box iframe { width: 100%; height: 100%; border: 0; }
.form { display: grid; gap: 14px; max-width: 720px; }
.form label { font-size: 13px; color: var(--muted); }
.form input, .form textarea, .form select {
  width: 100%; padding: 14px 16px; border: 1px solid var(--line); font: inherit;
}
.form textarea { min-height: 160px; resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.note { font-size: 13px; color: var(--muted); margin-top: 8px; }
.more { display: inline-flex; margin-top: 20px; font-size: 13px; letter-spacing: .1em; }
.sec-h { font-size: 22px; margin: 8px 0 18px; }
.split {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 56px; align-items: center; margin: 56px 0;
}
.split.rev .split-fig { order: 2; }
.split-fig img { width: 100%; height: 360px; object-fit: cover; }
.split-copy .num {
  font-family: "Montserrat", sans-serif;
  color: var(--gold); font-size: 12px; letter-spacing: .18em; font-weight: 700;
  margin-bottom: 8px;
}
.split-copy h3 { font-size: 26px; margin-bottom: 12px; }
.split-copy p { color: var(--muted); margin-bottom: 14px; }
.split-copy ul { display: grid; gap: 8px; }
.split-copy li { color: #444; font-size: 15px; }
.split-copy li::before { content: "· "; color: var(--gold); }
.photo-cards {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 20px; margin: 8px 0 56px;
}
.photo-card { border: 1px solid var(--line); background: #fff; }
.photo-card img { width: 100%; height: 190px; object-fit: cover; }
.photo-card > div { padding: 22px 20px 26px; }
.photo-card h3 { font-size: 18px; margin-bottom: 8px; }
.photo-card p { color: var(--muted); font-size: 14px; }
.proc {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 14px; margin: 8px 0 56px;
}
.proc li { padding: 24px 20px; background: var(--bg); }
.proc b {
  display: block; font-family: "Montserrat", sans-serif;
  color: var(--gold); font-size: 12px; letter-spacing: .12em; margin-bottom: 10px;
}
.proc span { font-size: 15px; font-weight: 600; }
.compare { width: 100%; border-collapse: collapse; margin: 8px 0 56px; font-size: 14px; }
.compare th, .compare td {
  padding: 14px 16px; border-bottom: 1px solid var(--line); text-align: center;
}
.compare th:first-child, .compare td:first-child {
  text-align: left; background: var(--bg); font-weight: 500; width: 22%;
}
.compare thead th { background: #111; color: #fff; font-weight: 600; }
.cta-bar { background: #111; color: #fff; padding: 40px 0; }
.cta-bar .wrap { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.cta-bar strong { display: block; font-size: 22px; margin-bottom: 6px; }
.cta-bar span { opacity: .72; font-size: 14px; }
.contact-cards {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 18px; margin: 0 0 48px;
}
.contact-cards article { padding: 28px 24px; background: var(--bg); border-top: 3px solid var(--gold); }
.contact-cards b { display: block; font-size: 13px; color: var(--muted); margin-bottom: 8px; font-weight: 500; }
.contact-cards strong { font-size: 20px; }
.contact-cards p { margin-top: 8px; color: var(--muted); font-size: 14px; }
.news-feature {
  display: grid; grid-template-columns: 1.05fr 1fr;
  gap: 40px; align-items: center; margin-bottom: 48px;
  padding-bottom: 48px; border-bottom: 1px solid var(--line);
}
.news-feature img { width: 100%; height: 300px; object-fit: cover; }
.news-feature time { font-family: "Montserrat", sans-serif; color: var(--muted); font-size: 13px; }
.news-feature h3 { font-size: 28px; margin: 10px 0 14px; }
.news-feature .more { color: #111; font-weight: 700; }
.news-board { width: 100%; border-collapse: collapse; margin: 0 0 56px; }
.news-board th, .news-board td {
  padding: 18px 16px; border-bottom: 1px solid var(--line); font-size: 15px; text-align: left;
}
.news-board thead th { background: #111; color: #fff; font-weight: 600; font-size: 13px; }
.news-board .num, .news-board .date {
  font-family: "Montserrat", sans-serif; color: var(--muted); font-size: 13px; white-space: nowrap;
}
.news-board .num { width: 64px; }
.news-board .date { width: 110px; }
.news-board .cat { width: 88px; }
.news-board .tag {
  display: inline-block; font-size: 12px; padding: 3px 8px;
  border: 1px solid var(--gold); color: #b8860b; font-weight: 600;
}
.news-board a { font-weight: 600; }
.news-board tbody tr:hover td { background: var(--bg); }
.article-hero { width: 100%; height: 380px; object-fit: cover; margin-bottom: 36px; }
.article-meta { color: var(--muted); font-size: 14px; margin-bottom: 28px; }
.article-meta time { font-family: "Montserrat", sans-serif; margin-right: 12px; }
.article-body { max-width: 820px; }
.article-body a { font-weight: 700; border-bottom: 1px solid var(--gold); }
.article-body ul, .article-body ol { margin: 0 0 24px; display: grid; gap: 8px; }
.article-body li { color: #444; font-size: 16px; }
.article-body li::before { content: "· "; color: var(--gold); }
.article-nav { display: flex; justify-content: space-between; gap: 16px; margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--line); font-size: 14px; }
.home-news {
  position: relative; z-index: 1;
  width: min(1100px, calc(100% - 48px));
  margin: 0 auto; padding: 130px 0 0;
}
.home-news-head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 8px; }
.home-news-head .hero-kicker { margin-bottom: 0; }
.home-news-head a { font-size: 13px; letter-spacing: .08em; opacity: .8; }
.home-news-list { border-top: 1px solid rgba(255,255,255,.22); }
.home-news-list a {
  display: grid; grid-template-columns: 88px 52px 1fr;
  gap: 16px; align-items: center;
  padding: 18px 4px; border-bottom: 1px solid rgba(255,255,255,.18);
}
.home-news-list a:hover { color: var(--gold); }
.home-news-list time { font-family: "Montserrat", sans-serif; font-size: 13px; opacity: .7; }
.home-news-list b {
  font-size: 12px; font-weight: 600; color: var(--gold); letter-spacing: .04em;
}
.home-news-list strong { font-size: 16px; font-weight: 600; }
.faq { display: grid; gap: 0; margin: 8px 0 8px; }
.faq details { border-bottom: 1px solid var(--line); padding: 18px 0; }
.faq summary { cursor: pointer; font-weight: 600; font-size: 16px; }
.faq p { margin-top: 10px; color: var(--muted); font-size: 14px; }
.hub-box { background: #0b1c33; padding: 28px; }
.loc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 0 0 28px; }
.loc-grid article { padding: 24px; background: var(--bg); }
.loc-grid h3 { font-size: 16px; margin-bottom: 10px; }
.loc-grid p { color: var(--muted); font-size: 14px; line-height: 1.8; }

@media (max-width: 1100px) {
  .field-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
  .field-card { flex: none; }
  .field-card:hover { flex: none; }
  .work-card { flex-basis: 50%; }
  .platform-inner, .ft-top, .cols, .feature, .form-row, .value-grid, .hub-stats, .hub-grid,
  .split, .photo-cards, .proc, .contact-cards, .news-feature, .loc-grid, .home-links { grid-template-columns: 1fr; }
  .works-inner { padding: 140px 20px 40px; }
  .head-tel, .head-cta { display: none; }
}
@media (max-width: 980px) {
  html.home { scroll-snap-type: none; }
  .nav { display: none; }
  .nav.is-open {
    display: flex; flex-direction: column;
    position: absolute; top: var(--header-h); left: 0; right: 0;
    background: #fff; padding: 8px 0 16px;
  }
  .nav.is-open > li > a { color: #111; padding: 12px 20px; }
  .dropdown { position: static; transform: none; opacity: 1; visibility: visible; box-shadow: none; }
  .burger { display: flex; }
  .side-dots { display: none; }
  .panel { height: auto; min-height: 100vh; }
  .hero { height: 100vh; }
  .field-grid { position: relative; inset: auto; grid-template-columns: 1fr 1fr; min-height: 720px; }
  .field-card { min-height: 240px; }
  .work-card { flex-basis: 100%; }
  .page-visual { height: 240px; }
  .hero-nav { display: none; }
  .home-links { grid-template-columns: 1fr; padding-top: 36px; }
  .home-news { padding-top: 100px; }
  .home-news-list a { grid-template-columns: 72px 1fr; }
  .home-news-list b { display: none; }
  .platform-steps { width: calc(100% - 48px); grid-template-columns: 1fr 1fr; margin-bottom: 40px; }
  .hub-grid { grid-template-columns: 1fr 1fr; max-width: none; }
  .news-board .num, .news-board .cat { display: none; }
  .news-item { grid-template-columns: 1fr; gap: 8px; }
  .platform-inner { padding: 140px 24px 48px; }
  .panel-title { left: 24px; }
  .split.rev .split-fig { order: 0; }
  .cta-bar .wrap { flex-direction: column; align-items: flex-start; }
  .split-fig img, .news-feature img, .article-hero { height: 240px; }
  .hub-hero, .ch-grid, .co-story, .ct-grid { grid-template-columns: 1fr; }
  .hub-hero { min-height: auto; padding: 120px 24px 48px; }
  .ch-col { min-height: 320px; }
  .co-hero, .ct-hero { min-height: 360px; padding: 140px 24px 48px; }
  .news-mast { padding: 120px 24px 32px; }
  .news-paper article { grid-template-columns: 1fr; }
}

/* —— 회사소개: 큰 슬로건 + 숫자 포인트 —— */
body.skin-company { background: #f3f1ec; }
body.skin-company .page { background: transparent; padding-top: 36px; }
.co-hero {
  min-height: 58vh; display: flex; flex-direction: column; justify-content: flex-end;
  padding: 140px 0 56px;
  background: #111 url("../img/office.jpg") center/cover no-repeat;
  color: #fff; position: relative;
}
.co-hero::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.25), rgba(0,0,0,.72));
}
.co-hero .wrap { position: relative; z-index: 1; }
.co-hero p {
  font-family: "Montserrat", sans-serif; letter-spacing: .42em;
  color: var(--gold); font-size: 12px; font-weight: 700; margin-bottom: 18px;
}
.co-hero h1 {
  font-size: clamp(32px, 5vw, 58px); font-weight: 700; line-height: 1.3;
}
body.skin-company .tabs { border-color: #ddd; background: transparent; }
.co-story {
  display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px;
  align-items: center; margin: 12px 0 56px;
}
.co-story img { width: 100%; height: 460px; object-fit: cover; }
.co-story h2 { font-size: clamp(26px, 3vw, 40px); line-height: 1.4; margin-bottom: 18px; }
.co-story p { color: #555; margin-bottom: 14px; }
.co-points {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px;
  background: #ddd; margin: 0 0 56px; border: 1px solid #ddd;
}
.co-points li { background: #fff; padding: 36px 28px; }
.co-points b {
  display: block; font-family: "Montserrat", sans-serif;
  color: var(--gold); font-size: 13px; letter-spacing: .14em; margin-bottom: 12px;
}
.co-points h3 { font-size: 20px; margin-bottom: 10px; }
.co-points p { color: #666; font-size: 14px; }
body.skin-company .info-table { background: #fff; }

/* —— 플랫폼: 다크 허브, 채널 3칸 —— */
body.skin-hub { background: #070707; color: #fff; }
body.skin-hub .site-footer { background: #000; }
.hub-hero {
  min-height: 100vh; padding: 140px 64px 64px;
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center;
}
.hub-hero h1 {
  font-size: clamp(32px, 4.6vw, 56px); font-weight: 700; line-height: 1.3; margin-bottom: 18px;
}
.hub-hero .lead { color: rgba(255,255,255,.72); max-width: 520px; }
.hub-hero-fig {
  background: #0b1c33; padding: 32px; display: flex; align-items: center; justify-content: center;
}
.hub-hero-fig img { max-height: 480px; width: auto; margin: 0 auto; }
.ch-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
}
.ch-col {
  min-height: 72vh; padding: 48px 36px;
  display: flex; flex-direction: column; justify-content: flex-end;
  background: #111 center/cover no-repeat; position: relative;
}
.ch-col::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.15), rgba(0,0,0,.78));
}
.ch-col > * { position: relative; z-index: 1; }
.ch-col.ch-b2c { background-image: url("../img/contract.jpg"); }
.ch-col.ch-b2b { background-image: url("../img/hospital.jpg"); }
.ch-col.ch-b2g { background-image: url("../img/public.jpg"); }
.ch-col b {
  font-family: "Montserrat", sans-serif; color: var(--gold);
  font-size: 13px; letter-spacing: .18em; margin-bottom: 10px;
}
.ch-col h2 { font-size: 32px; margin-bottom: 12px; }
.ch-col p { opacity: .82; font-size: 15px; max-width: 320px; }
.hub-rail {
  width: min(1240px, calc(100% - 80px));
  margin: 0 auto; padding: 72px 0 88px;
}
.hub-rail h2 { font-size: 22px; margin-bottom: 28px; }
.hub-rail ol {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
}
.hub-rail li {
  padding: 28px 22px;
  border-top: 2px solid var(--gold);
  background: #111;
}
.hub-rail strong {
  display: block; font-family: "Montserrat", sans-serif;
  color: var(--gold); font-size: 12px; letter-spacing: .12em; margin-bottom: 10px;
}
.hub-rail span { font-size: 18px; font-weight: 600; }
.hub-rail p { margin-top: 8px; font-size: 13px; opacity: .65; }

/* —— 소식: 신문형 마스트헤드 —— */
body.skin-news { background: #efece4; }
.news-mast {
  padding: 130px 0 28px;
  border-bottom: 3px solid #111;
}
.news-mast .wrap {
  display: flex; justify-content: space-between; align-items: flex-end; gap: 24px;
}
.news-mast p {
  font-family: "Montserrat", sans-serif; letter-spacing: .4em;
  color: #b8860b; font-size: 12px; font-weight: 700; margin-bottom: 10px;
}
.news-mast h1 {
  font-family: "Montserrat", sans-serif; font-size: clamp(48px, 8vw, 92px);
  font-weight: 800; letter-spacing: -.04em; line-height: .9;
}
.news-mast em { font-style: normal; font-size: 14px; color: #666; padding-bottom: 8px; }
.news-paper { padding: 48px 0 100px; }
.news-paper article {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 40px; align-items: center;
  padding: 40px 0; border-bottom: 1px solid #cfc8b8;
}
.news-paper article:last-child { border-bottom: 0; }
.news-paper img { width: 100%; height: 320px; object-fit: cover; }
.news-paper time {
  font-family: "Montserrat", sans-serif; font-size: 13px; color: #888; display: block; margin-bottom: 10px;
}
.news-paper h2 { font-size: clamp(24px, 3vw, 34px); line-height: 1.4; margin-bottom: 14px; }
.news-paper p { color: #555; margin-bottom: 16px; }
.news-paper .more { font-weight: 700; letter-spacing: .06em; font-size: 13px; }
body.skin-news .page { background: transparent; padding: 40px 0 80px; }

/* —— 문의: 큰 전화번호 히어로 —— */
body.skin-contact { background: #fff; }
.ct-hero {
  min-height: 52vh; display: flex; flex-direction: column;
  justify-content: flex-end; padding: 140px 0 56px;
  background: #0a0a0a url("../img/hero-meet.jpg") center/cover no-repeat;
  color: #fff; position: relative; text-align: center;
}
.ct-hero::after {
  content: ""; position: absolute; inset: 0; background: rgba(0,0,0,.58);
}
.ct-hero .wrap { position: relative; z-index: 1; }
.ct-hero p.k {
  font-family: "Montserrat", sans-serif; letter-spacing: .42em;
  color: var(--gold); font-size: 12px; font-weight: 700; margin-bottom: 16px;
}
.ct-num {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(40px, 7vw, 84px); font-weight: 800; letter-spacing: -.03em;
  color: #fff; line-height: 1;
}
.ct-num:hover { color: var(--gold); }
.ct-hero .sub { margin-top: 16px; opacity: .78; }
.ct-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 56px;
  padding: 64px 0 40px;
}
body.skin-contact .page { padding-top: 0; }

@media (max-width: 980px) {
  .co-points, .hub-rail ol { grid-template-columns: 1fr; }
  .news-mast .wrap { flex-direction: column; align-items: flex-start; }
  .hub-rail { width: calc(100% - 40px); }
}
