﻿:root {
  --ink: #111827;
  --muted: #5b6472;
  --line: #d8dde5;
  --teal: #108b90;
  --teal-dark: #086469;
  --gold: #c6972f;
  --bg: #f4f7f8;
  --dark: #0a0f14;
  --panel: #ffffff;
  --max: 1200px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html.home-snap-active {
  scroll-behavior: auto;
}

main [id] {
  scroll-margin-top: 104px;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Inter", "Noto Sans KR", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  background: #fff;
  letter-spacing: 0;
  overflow-x: hidden;
  word-break: keep-all;
  overflow-wrap: normal;
  hyphens: none;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

img {
  max-width: 100%;
}

.btn,
.badge,
.chip,
.tab,
.footer-col a,
.footer-col p,
.fact-card,
.business-card,
.quick-card,
.download-card,
.client-card,
.filter-group,
.timeline-item,
.office,
.info-card,
.q-card,
.project-card,
.contact-panel,
.location-item,
.map-card,
.branch-card,
.global-office,
.branch-map-caption,
.branch-naver-slot,
.global-google-slot,
.global-map-status,
.map-info {
  overflow-wrap: normal;
}

.header-inner > *,
.section-head > *,
.two-column > *,
.project-toolbar > *,
.contact-layout > *,
.location-layout > *,
.cta-box > *,
.footer-grid > *,
.footer-brand-lockup > *,
.branch-naver-slot > *,
.global-google-slot > *,
.fact-grid > *,
.business-grid > *,
.project-grid > *,
.q-grid > *,
.quick-grid > *,
.download-grid > *,
.client-grid > *,
.filter-panel > *,
.timeline-list > *,
.office-grid > *,
.domestic-branches > *,
.global-office-grid > *,
.home-hero-inner > *,
.home-hero-board > *,
.home-hero-strip-inner > *,
.home-overview-layout > *,
.home-panel-grid > *,
.home-business-grid > *,
.home-project-layout > *,
.home-project-board > *,
.home-project-stats > *,
.home-network-layout > *,
.home-qhse-grid > * {
  min-width: 0;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 30;
  height: 82px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, .18);
  background: rgba(5, 10, 15, .58);
  backdrop-filter: blur(12px);
  color: #fff;
  overflow: visible;
}

.site-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 82px;
  height: 286px;
  background:
    linear-gradient(90deg, rgba(8, 100, 105, .96), rgba(16, 139, 144, .94));
  border-top: 1px solid rgba(140, 242, 245, .28);
  border-bottom: 1px solid rgba(140, 242, 245, .32);
  box-shadow: 0 28px 46px rgba(8, 73, 78, .24);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
  visibility: hidden;
}

.site-header:hover::after,
.site-header:focus-within::after {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

.header-inner {
  width: min(1440px, calc(100% - 56px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  position: relative;
  z-index: 2;
}

.brand {
  display: flex;
  align-items: center;
  min-width: 212px;
}

.brand img {
  width: 214px;
  height: auto;
  display: block;
}

.nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 1.75vw, 26px);
  margin-left: clamp(24px, 2.6vw, 44px);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
}

.nav-item {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 82px;
}

html:lang(ko) .nav {
  display: flex;
  flex: 0 1 auto;
  justify-content: flex-start;
  gap: clamp(46px, 4.8vw, 70px);
  max-width: none;
  margin-left: clamp(22px, 2.8vw, 42px);
  font-size: 15px;
  text-transform: none;
}

html:lang(ko) .nav-item {
  flex: 0 0 auto;
  width: auto;
  justify-content: flex-start;
}

html:lang(ko) .nav-item:nth-child(6) {
  margin-left: clamp(6px, .8vw, 14px);
}

html:lang(ko) .nav-item > a {
  justify-content: flex-start;
  text-align: left;
}

html:lang(ko) .nav-dropdown {
  width: 126px;
  min-width: 126px;
}

html:lang(en) .header-inner {
  width: min(1540px, calc(100% - 40px));
  gap: 14px;
}

html:lang(en) .nav {
  flex: 0 1 auto;
  justify-content: flex-start;
  min-width: 0;
  gap: clamp(50px, 4vw, 68px);
  margin-left: clamp(30px, 2.8vw, 42px);
}

html:lang(en) .nav-item {
  flex: 0 0 auto;
  justify-content: flex-start;
}

html:lang(en) .nav-item > a {
  justify-content: flex-start;
  text-align: left;
}

html:lang(en) .nav-dropdown {
  width: 124px;
  min-width: 124px;
}

html:lang(en) .nav-item:nth-child(5) .nav-dropdown,
html:lang(en) .nav-item:nth-child(6) .nav-dropdown {
  width: 112px;
  min-width: 112px;
}

html:lang(en) .nav-dropdown a {
  width: 100%;
  min-width: 0;
  min-height: 48px;
  padding-inline: 6px;
  font-size: 13px;
  line-height: 1.28;
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: normal;
}

html:lang(en) .header-actions {
  gap: 9px;
  margin-left: auto;
}

html:lang(en) .header-actions .btn {
  padding-inline: 14px;
  font-size: 13px;
}

.nav-item > a {
  display: inline-flex;
  align-items: center;
  height: 100%;
  position: relative;
}

.nav-item > a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 18px;
  width: 0;
  height: 2px;
  background: #8cf2f5;
  border-radius: 999px;
  transform: translateX(-50%);
  transition: width .18s ease;
}

.nav a {
  color: rgba(255, 255, 255, .84);
  transition: color .18s ease;
}

.nav a:hover,
.nav a[aria-current="page"] {
  color: #8cf2f5;
}

.nav-item:hover > a::after,
.nav-item:focus-within > a::after,
.nav-item > a[aria-current="page"]::after {
  width: 100%;
}

.nav-dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 3;
  width: max-content;
  min-width: 150px;
  padding: 10px 0 16px;
  background: transparent;
  border: 0;
  box-shadow: none;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -4px);
  transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
  visibility: hidden;
}

.site-header:hover .nav-dropdown,
.site-header:focus-within .nav-dropdown {
  opacity: 1;
  pointer-events: none;
  transform: translate(-50%, 0);
  visibility: visible;
}

.nav-dropdown a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  pointer-events: auto;
  width: auto;
  min-width: 150px;
  min-height: 42px;
  margin: 0;
  padding: 0 14px;
  box-sizing: border-box;
  overflow: hidden;
  color: rgba(255, 255, 255, .82);
  font-size: 12px;
  line-height: 1.35;
  text-align: center;
  text-transform: none;
  white-space: nowrap;
  transform: translateY(0);
  transition: color .16s ease, text-shadow .18s ease, transform .16s ease;
}

.nav-dropdown a::before {
  content: "";
  position: absolute;
  inset: 5px 8px 7px;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(140, 242, 245, .04), rgba(140, 242, 245, .34), rgba(255, 255, 255, .1));
  border-radius: 3px;
  opacity: 0;
  transform: scaleX(.78);
  transition: opacity .16s ease, transform .18s ease;
}

.nav-dropdown a::after {
  content: "";
  position: absolute;
  left: 50%;
  right: auto;
  bottom: 6px;
  width: 0;
  height: 2px;
  background: #8cf2f5;
  border-radius: 999px;
  transform: translateX(-50%);
  transition: width .16s ease;
}

html:lang(ko) .nav-dropdown a {
  font-size: 14px;
  width: 100%;
  min-width: 0;
  padding-inline: 8px;
  white-space: normal;
  word-break: keep-all;
}

.nav-dropdown a:hover,
.nav-dropdown a:focus-visible {
  color: #fff;
  outline: 0;
  text-shadow: 0 0 10px rgba(140, 242, 245, .72), 0 0 22px rgba(255, 255, 255, .34);
  transform: translateY(-1px);
}

.nav-dropdown a:hover::before,
.nav-dropdown a:focus-visible::before {
  opacity: 1;
  transform: scaleX(1);
}

.nav-dropdown a:hover::after,
.nav-dropdown a:focus-visible::after {
  width: min(72px, calc(100% - 56px));
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
  white-space: nowrap;
}

.intranet-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .22);
  color: rgba(255, 255, 255, .78);
  font-size: 0;
  font-weight: 800;
  line-height: 0;
  transition: color .18s ease, border-color .18s ease, background .18s ease;
}

.intranet-link::before {
  content: "IN";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background:
    linear-gradient(135deg, rgba(16, 139, 144, .96), rgba(14, 103, 129, .96));
  color: #fff;
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .02em;
}

.intranet-link::after {
  content: "";
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 5px;
  height: 5px;
  background: #8cf2f5;
}

.intranet-link:hover {
  color: #fff;
  border-color: rgba(140, 242, 245, .62);
  background: rgba(140, 242, 245, .09);
}

html:lang(ko) .intranet-link {
  text-transform: none;
}

.language {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  font-weight: 800;
}

.language a,
.language b {
  color: #fff;
}

.language a {
  color: rgba(255, 255, 255, .66);
}

.language a[aria-current="true"],
.language b {
  color: #fff;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  font-weight: 800;
  font-size: 14px;
  line-height: 1.18;
  text-align: center;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.header-actions .btn {
  white-space: nowrap;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: var(--teal);
  color: #fff;
}

.btn-primary:hover {
  background: var(--teal-dark);
}

.btn-ghost {
  border-color: rgba(255, 255, 255, .58);
  color: #fff;
  background: transparent;
}

.btn-ghost:hover {
  background: rgba(255, 255, 255, .12);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,.42);
  background: transparent;
  color: #fff;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.menu-toggle span,
.menu-toggle span::before,
.menu-toggle span::after {
  display: block;
  width: 20px;
  height: 2px;
  background: currentColor;
  content: "";
  position: relative;
}

.menu-toggle span::before {
  position: absolute;
  top: -7px;
}

.menu-toggle span::after {
  position: absolute;
  top: 7px;
}

.mobile-menu {
  display: none;
  position: fixed;
  inset: 82px 0 auto;
  z-index: 29;
  background: rgba(255,255,255,.98);
  border-bottom: 1px solid var(--line);
  padding: 18px 28px 28px;
}

.mobile-menu.open {
  display: block;
}

.mobile-menu a {
  display: block;
  padding: 15px 0;
  color: var(--ink);
  border-bottom: 1px solid var(--line);
  font-weight: 800;
  text-transform: uppercase;
}

.mobile-menu a.mobile-sub {
  padding: 10px 0 10px 18px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  text-transform: none;
}

.hero,
.page-hero {
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(3, 10, 16, .84) 0%, rgba(3, 10, 16, .58) 45%, rgba(3, 10, 16, .2) 100%),
    var(--hero-image) center / cover no-repeat;
}

.hero {
  min-height: clamp(720px, 82vh, 900px);
}

.page-hero {
  min-height: clamp(430px, 54vh, 620px);
}

.hero::after,
.page-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 126px;
  background: linear-gradient(0deg, rgba(10, 15, 20, 1), rgba(10, 15, 20, 0));
  pointer-events: none;
}

.hero-inner,
.page-hero-inner,
.wrap {
  width: min(var(--max), calc(100% - 56px));
  margin: 0 auto;
}

.hero-inner,
.page-hero-inner {
  position: relative;
  z-index: 1;
  padding-top: 72px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: #9ef2f5;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 42px;
  height: 2px;
  background: var(--gold);
}

.hero h1,
.page-hero h1 {
  margin: 0;
  max-width: 900px;
  font-weight: 800;
  line-height: 1.03;
}

.hero h1 {
  font-size: clamp(44px, 5.4vw, 78px);
}

.page-hero h1 {
  font-size: clamp(40px, 4.6vw, 68px);
}

.hero p,
.page-hero p {
  max-width: 720px;
  margin: 24px 0 34px;
  color: rgba(255, 255, 255, .86);
  font-size: 19px;
  line-height: 1.62;
  font-weight: 500;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.subnav {
  position: relative;
  z-index: 2;
  margin-top: -58px;
  background: rgba(16, 139, 144, .78);
  color: #fff;
}

.subnav-inner {
  width: min(var(--max), calc(100% - 56px));
  min-height: 58px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  font-size: 14px;
  font-weight: 800;
}

.subnav a {
  color: rgba(255,255,255,.82);
}

.subnav a[aria-current="page"] {
  color: #fff;
}

.category-nav {
  margin-top: -72px;
  background: rgba(16, 139, 144, .58);
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.category-nav .subnav-inner {
  min-height: 72px;
  gap: clamp(6px, 1.1vw, 18px);
}

.category-nav a {
  position: relative;
  flex: 0 0 clamp(118px, 10vw, 176px);
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, .74);
  font-size: clamp(14px, 1vw, 20px);
  font-weight: 780;
  line-height: 1.18;
  text-align: center;
  text-wrap: balance;
  word-break: keep-all;
  overflow: hidden;
  transform: translateY(0);
  transition: color .18s ease, text-shadow .2s ease, transform .18s ease, font-weight .18s ease;
}

.category-nav a::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 5px;
  width: min(82px, 62%);
  height: 2px;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(140, 242, 245, .2), #8cf2f5 45%, rgba(255, 255, 255, .94));
  border-radius: 999px;
  box-shadow: 0 0 10px rgba(140, 242, 245, .28);
  opacity: .92;
  transform: translateX(-50%) scaleX(0);
  transform-origin: left center;
  transition: transform .26s ease, background-color .2s ease, box-shadow .2s ease;
}

.category-nav a::after {
  content: none;
}

.category-nav a:hover,
.category-nav a:focus-visible,
.category-nav a[aria-current="page"] {
  color: #fff;
  font-weight: 850;
  outline: 0;
  text-shadow: 0 0 8px rgba(140, 242, 245, .52), 0 0 18px rgba(255, 255, 255, .26);
  transform: translateY(-1px);
}

.category-nav a:hover::before,
.category-nav a:focus-visible::before,
.category-nav a[aria-current="page"]::before {
  transform: translateX(-50%) scaleX(1);
}

.category-nav a[aria-current="page"]::before {
  background: #fff;
  box-shadow: 0 0 8px rgba(255, 255, 255, .3);
}

.section {
  padding: clamp(72px, 8vw, 104px) 0;
}

body.home-snap-active {
  overscroll-behavior-y: contain;
}

body.home-snap-active .page-hero,
body.home-snap-active main > .section {
  min-height: 100vh;
  scroll-margin-top: 0;
}

body.home-snap-active main > .section {
  display: flex;
  align-items: center;
}

body.home-snap-active main > .section > .wrap {
  width: min(var(--max), calc(100% - 56px));
}

.home-main .wrap,
.home-hero-inner,
.home-hero-strip-inner {
  width: min(1360px, calc(100% - 56px));
}

.home-hero {
  min-height: 100vh;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(3, 10, 16, .9) 0%, rgba(3, 10, 16, .62) 44%, rgba(3, 10, 16, .24) 100%),
    var(--hero-image) center / cover no-repeat;
}

.home-hero::after {
  height: 220px;
  background: linear-gradient(0deg, rgba(10, 15, 20, .98), rgba(10, 15, 20, 0));
}

.home-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 460px);
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
  padding-top: 112px;
  padding-bottom: 150px;
}

.home-hero-copy h1 {
  max-width: 940px;
}

.home-hero-board {
  display: grid;
  gap: 12px;
  padding: 16px;
  background: rgba(4, 20, 26, .56);
  border: 1px solid rgba(140, 242, 245, .22);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.home-hero-link {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 8px 14px;
  align-items: center;
  min-height: 88px;
  padding: 18px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .1);
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.home-hero-link:hover {
  transform: translateX(3px);
  background: rgba(16, 139, 144, .42);
  border-color: rgba(140, 242, 245, .36);
}

.home-hero-link span {
  grid-row: 1 / 3;
  color: #8cf2f5;
  font-size: 13px;
  font-weight: 900;
}

.home-hero-link strong {
  color: #fff;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 850;
}

.home-hero-link small {
  color: rgba(255, 255, 255, .68);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.home-hero-strip {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(7, 20, 25, .86);
  border-top: 1px solid rgba(255, 255, 255, .14);
}

.home-hero-strip-inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-height: 126px;
}

.home-hero-strip-inner > div {
  padding: 26px 28px;
  border-left: 1px solid rgba(255, 255, 255, .12);
}

.home-hero-strip-inner > div:first-child {
  border-left: 0;
}

.home-hero-strip strong {
  display: block;
  color: #fff;
  font-size: clamp(25px, 2.2vw, 38px);
  line-height: 1;
  font-weight: 900;
}

.home-hero-strip span {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, .68);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
}

.home-overview-layout {
  display: grid;
  grid-template-columns: minmax(320px, .82fr) minmax(0, 1.18fr);
  gap: clamp(34px, 5vw, 70px);
  align-items: center;
}

.home-overview-copy h2,
.home-project-copy h2 {
  max-width: 660px;
}

.home-keyline-list {
  display: grid;
  gap: 10px;
  margin-top: 34px;
}

.home-keyline-list a {
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 58px;
  padding: 0 20px;
  background: #fff;
  border: 1px solid var(--line);
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.home-keyline-list a:hover {
  transform: translateX(3px);
  border-color: rgba(16, 139, 144, .35);
  box-shadow: 0 10px 24px rgba(16, 24, 40, .08);
}

.home-keyline-list span {
  color: var(--teal);
  font-size: 13px;
  font-weight: 900;
}

.home-keyline-list strong {
  color: var(--ink);
  font-size: 16px;
  font-weight: 850;
}

.home-overview-panel {
  display: grid;
  grid-template-columns: minmax(260px, .9fr) minmax(0, 1fr);
  min-height: 500px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 24px 58px rgba(16, 24, 40, .08);
}

.home-panel-image {
  min-height: 100%;
  background:
    linear-gradient(180deg, rgba(6, 22, 28, .06), rgba(6, 22, 28, .38)),
    var(--image) center / cover no-repeat;
}

.home-panel-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.home-panel-grid article {
  min-height: 250px;
  padding: 26px;
  border-left: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.home-panel-grid article:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.home-panel-grid strong {
  color: var(--teal);
  font-size: 13px;
  font-weight: 900;
}

.home-panel-grid span {
  display: block;
  margin-top: 30px;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.22;
  font-weight: 850;
}

.home-panel-grid p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.62;
  font-weight: 500;
}

.home-business-section .section-head {
  margin-bottom: 28px;
}

.home-business-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: minmax(210px, 1fr);
  gap: 16px;
}

.home-business-tile {
  position: relative;
  overflow: hidden;
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
  color: #fff;
  background: #1d252d;
}

.home-business-tile-large {
  grid-column: span 2;
  grid-row: span 2;
  min-height: 436px;
}

.home-business-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--image) center / cover no-repeat;
  transform: scale(1.01);
  transition: transform .55s ease;
}

.home-business-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(2, 9, 14, .02), rgba(2, 9, 14, .58)),
    linear-gradient(90deg, rgba(16, 139, 144, .28), rgba(16, 139, 144, .04));
}

.home-business-tile:hover::before {
  transform: scale(1.07);
}

.home-business-tile small,
.home-business-tile h3,
.home-business-tile p {
  position: relative;
  z-index: 1;
}

.home-business-tile small {
  color: #8cf2f5;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.home-business-tile h3 {
  margin: 14px 0 10px;
  font-size: clamp(24px, 2vw, 34px);
  line-height: 1.16;
  font-weight: 900;
}

.home-business-tile p {
  max-width: 420px;
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 15px;
  line-height: 1.58;
  font-weight: 600;
}

.home-project-layout {
  display: grid;
  grid-template-columns: minmax(320px, .76fr) minmax(0, 1.24fr);
  gap: clamp(36px, 5vw, 76px);
  align-items: center;
}

.home-project-copy .btn {
  margin-top: 32px;
}

.home-project-board {
  display: grid;
  gap: 18px;
}

.home-project-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.home-project-stats article,
.home-project-list {
  background: #fff;
  border: 1px solid var(--line);
}

.home-project-stats article {
  min-height: 132px;
  padding: 24px;
}

.home-project-stats strong {
  display: block;
  color: var(--teal);
  font-size: 25px;
  line-height: 1.15;
  font-weight: 900;
}

.home-project-stats span {
  display: block;
  margin-top: 18px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 700;
}

.home-project-list {
  display: grid;
}

.home-project-list a {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr) 76px;
  gap: 18px;
  align-items: center;
  min-height: 82px;
  padding: 0 24px;
  border-bottom: 1px solid var(--line);
  transition: background .2s ease, color .2s ease;
}

.home-project-list a:last-child {
  border-bottom: 0;
}

.home-project-list a:hover {
  background: #f8fbfb;
}

.home-project-list span {
  color: var(--teal);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.home-project-list strong {
  color: var(--ink);
  font-size: 17px;
  line-height: 1.35;
  font-weight: 850;
}

.home-project-list em {
  justify-self: end;
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
}

.home-network-layout {
  display: grid;
  grid-template-columns: minmax(360px, .95fr) minmax(0, 1.05fr);
  gap: 18px;
  align-items: stretch;
}

.home-network-map {
  min-height: 440px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 34px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(8, 100, 105, .94), rgba(7, 20, 25, .86)),
    url('https://hyoungwon.com/img/featured_4.jpg') center / cover no-repeat;
}

.home-network-title strong {
  display: block;
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.08;
  font-weight: 900;
}

.home-network-title span {
  display: block;
  margin-top: 14px;
  color: rgba(255, 255, 255, .72);
  font-weight: 700;
}

.home-location-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 42px 0;
}

.home-location-row span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .16);
  font-size: 14px;
  font-weight: 850;
}

.home-qhse-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.home-qhse-grid a {
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.home-qhse-grid a:hover {
  transform: translateY(-3px);
  border-color: rgba(16, 139, 144, .35);
  box-shadow: 0 18px 34px rgba(16, 24, 40, .1);
}

.home-qhse-grid small {
  color: var(--teal);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.home-qhse-grid strong {
  display: block;
  margin-top: 34px;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.2;
  font-weight: 900;
}

.home-qhse-grid p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.58;
  font-weight: 500;
}

.section.dark {
  background: var(--dark);
  color: #fff;
}

.section.dark.sustainability-card-backdrop {
  background:
    radial-gradient(circle at 50% 0%, rgba(16, 139, 144, .14), transparent 36%),
    linear-gradient(180deg, #e8f1f2 0%, #dbe9eb 100%);
  box-shadow: inset 0 -1px 0 rgba(16, 139, 144, .18);
  color: var(--ink);
}

.section.dark.sustainability-card-backdrop .q-card {
  color: #fff;
}

.section.dark.ci-color-section {
  background:
    radial-gradient(circle at 18% 12%, rgba(0, 156, 166, .14), transparent 34%),
    linear-gradient(180deg, #edf6f7 0%, #dfeaec 100%);
  color: var(--ink);
}

.section.dark.ci-color-section .section-label {
  color: var(--teal);
}

.section.dark.ci-color-section .section-head p {
  color: #5d6876;
}

.section.dark.ci-color-section .color-swatch {
  box-shadow: 0 18px 34px rgba(20, 38, 45, .1);
}

.section.soft {
  background: var(--bg);
}

.home-overview,
.home-project-section,
.home-network-section {
  position: relative;
  overflow: hidden;
}

.home-overview > .wrap,
.home-project-section > .wrap,
.home-network-section > .wrap {
  position: relative;
  z-index: 1;
}

.home-overview::before,
.home-project-section::before,
.home-network-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-overview::before {
  background-image:
    linear-gradient(90deg, rgba(244, 247, 248, .95) 0%, rgba(244, 247, 248, .82) 45%, rgba(244, 247, 248, .58) 100%),
    url("../assets/media/home-bg-overview.jpg");
  opacity: .94;
}

.home-business-section {
  position: relative;
  overflow: hidden;
  background: #0e2529;
}

.home-business-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(4, 18, 22, .64) 0%, rgba(6, 42, 47, .5) 48%, rgba(16, 139, 144, .24) 100%),
    url("../assets/media/home-bg-business.jpg") center / cover no-repeat;
  opacity: .96;
}

.home-business-section > .wrap {
  position: relative;
  z-index: 1;
}

.home-project-section::before {
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, .95) 0%, rgba(255, 255, 255, .84) 48%, rgba(255, 255, 255, .58) 100%),
    url("../assets/media/home-bg-project.jpg");
  opacity: .92;
}

.home-network-section::before {
  background-image:
    linear-gradient(135deg, rgba(244, 247, 248, .95) 0%, rgba(244, 247, 248, .78) 56%, rgba(244, 247, 248, .54) 100%),
    url("../assets/media/home-bg-network.jpg");
  opacity: .92;
}

.category-detail[hidden],
.category-gateway[hidden] {
  display: none;
}

.gateway-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.gateway-card {
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.gateway-card:hover {
  transform: translateY(-4px);
  border-color: rgba(16, 139, 144, .38);
  box-shadow: 0 18px 36px rgba(16, 24, 40, .12);
}

.gateway-card small {
  color: var(--teal);
  font-size: 13px;
  font-weight: 800;
}

.gateway-card h3 {
  margin: 34px 0 12px;
  color: var(--ink);
  font-size: 26px;
  line-height: 1.2;
}

.gateway-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.58;
  font-weight: 500;
}

.career-gateway-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.gateway-card.has-media {
  min-height: 310px;
  justify-content: flex-start;
  overflow: hidden;
}

.gateway-card-media {
  display: block;
  margin: -28px -28px 20px;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #e8eff1;
}

.gateway-card-media img,
.career-detail-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.9) contrast(1.04);
}

.gateway-card-media img {
  transition: transform .35s ease;
}

.gateway-card.has-media:hover .gateway-card-media img {
  transform: scale(1.045);
}

.gateway-card.has-media h3 {
  margin-top: 18px;
  font-size: 24px;
}

main[data-category-page="business"] .gateway-grid {
  gap: 20px;
}

main[data-category-page="business"] .gateway-card.has-media {
  min-height: 360px;
  padding: 0;
  background: #fff;
  border-color: #d4dee3;
  box-shadow: 0 1px 0 rgba(16, 24, 40, .03);
}

main[data-category-page="business"] .gateway-card-media {
  position: relative;
  margin: 0;
  aspect-ratio: 16 / 9;
  background: #dfe7e9;
}

main[data-category-page="business"] .gateway-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(3, 17, 24, .06), rgba(3, 17, 24, .22)),
    linear-gradient(90deg, rgba(0, 122, 128, .16), rgba(255, 255, 255, 0));
}

main[data-category-page="business"] .gateway-card-media img {
  filter: grayscale(.34) saturate(.58) brightness(.9) contrast(1.03);
}

main[data-category-page="business"] .gateway-card.has-media small {
  display: block;
  margin: 24px 28px 0;
}

main[data-category-page="business"] .gateway-card.has-media h3 {
  margin: 14px 28px 12px;
  font-size: 24px;
}

main[data-category-page="business"] .gateway-card.has-media p {
  margin: 0 28px 28px;
}

main[data-category-page="business"] .image-panel {
  position: relative;
  overflow: hidden;
  background-color: #dfe7e9;
  filter: grayscale(.24) saturate(.68) brightness(.9) contrast(1.03);
}

.business-intro-row {
  margin-bottom: clamp(34px, 5vw, 64px);
}

.business-photo-slider {
  position: relative;
  z-index: 0;
  isolation: isolate;
  overflow: visible;
  border: 1px solid #d4e1e4;
  background: #eef5f6;
}

.business-photo-slider::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: clamp(-48px, -4vw, -36px);
  bottom: clamp(-72px, -5vw, -48px);
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background:
    radial-gradient(circle at 50% 0%, rgba(16, 139, 144, .08), transparent 34%),
    linear-gradient(180deg, #e8f1f2 0%, #dbe9eb 100%);
  box-shadow:
    inset 0 1px 0 rgba(16, 139, 144, .12),
    inset 0 -1px 0 rgba(16, 139, 144, .12);
}

.business-photo-stage {
  position: relative;
  overflow: hidden;
  height: clamp(320px, 42vw, 560px);
}

.business-photo-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  animation: businessPhotoFade 16s infinite;
}

.business-photo-slide:nth-child(2) {
  animation-delay: 4s;
}

.business-photo-slide:nth-child(3) {
  animation-delay: 8s;
}

.business-photo-slide:nth-child(4) {
  animation-delay: 12s;
}

.business-photo-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  animation: businessPhotoZoom 16s infinite;
  animation-delay: inherit;
}

.business-photo-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 20, 27, .72), rgba(8, 20, 27, .26) 46%, rgba(8, 20, 27, .04) 100%),
    linear-gradient(0deg, rgba(8, 20, 27, .36), transparent 44%);
  pointer-events: none;
}

.business-photo-slide figcaption {
  position: absolute;
  left: clamp(24px, 4vw, 58px);
  bottom: clamp(24px, 4vw, 54px);
  z-index: 1;
  max-width: 520px;
  color: #fff;
}

.business-photo-slide figcaption span {
  display: inline-block;
  margin-bottom: 12px;
  color: #8cf2f5;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.business-photo-slide figcaption strong {
  display: block;
  font-size: clamp(26px, 3.2vw, 44px);
  line-height: 1.18;
  font-weight: 900;
  word-break: keep-all;
}

.business-photo-slider.is-manual-ready .business-photo-slide,
.business-photo-slider.is-manual-ready .business-photo-slide img,
.business-photo-slider.is-manual-ready .business-photo-dots span::before {
  animation: none;
}

.business-photo-slider.is-manual-ready .business-photo-slide {
  opacity: 0;
  transition: opacity .42s ease;
}

.business-photo-slider.is-manual-ready .business-photo-slide.is-active {
  z-index: 1;
  opacity: 1;
}

.business-photo-slider.is-manual-ready .business-photo-slide.is-active img {
  transform: scale(1.04);
  transition: transform 4s linear;
}

.business-photo-control {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .42);
  background: rgba(4, 18, 24, .46);
  color: #fff;
  cursor: pointer;
  font-size: 34px;
  font-weight: 300;
  line-height: 1;
  transform: translateY(-50%);
  transition: background .18s ease, border-color .18s ease, transform .18s ease;
}

.business-photo-control:hover,
.business-photo-control:focus-visible {
  background: rgba(16, 139, 144, .82);
  border-color: rgba(140, 242, 245, .72);
  outline: 0;
  transform: translateY(-50%) scale(1.04);
}

.business-photo-prev {
  left: clamp(16px, 2.8vw, 34px);
}

.business-photo-next {
  right: clamp(16px, 2.8vw, 34px);
}

.business-photo-dots {
  position: absolute;
  right: clamp(22px, 3.2vw, 46px);
  bottom: clamp(22px, 3.2vw, 42px);
  z-index: 2;
  display: flex;
  gap: 9px;
}

.business-photo-dots span {
  width: 34px;
  height: 3px;
  overflow: hidden;
  background: rgba(255, 255, 255, .36);
}

.business-photo-dots span::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #8cf2f5;
  transform: scaleX(0);
  transform-origin: left;
  animation: businessDotProgress 16s infinite;
}

.business-photo-dots span:nth-child(2)::before {
  animation-delay: 4s;
}

.business-photo-dots span:nth-child(3)::before {
  animation-delay: 8s;
}

.business-photo-dots span:nth-child(4)::before {
  animation-delay: 12s;
}

.business-photo-slider.is-manual-ready .business-photo-dots span {
  background: rgba(255, 255, 255, .32);
}

.business-photo-slider.is-manual-ready .business-photo-dots span::before {
  transform: scaleX(0);
}

.business-photo-slider.is-manual-ready .business-photo-dots span.is-active::before {
  animation: businessDotProgressActive 4s linear forwards;
}

@keyframes businessPhotoFade {
  0%,
  20% {
    opacity: 1;
  }

  25%,
  100% {
    opacity: 0;
  }
}

@keyframes businessPhotoZoom {
  0%,
  25% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.06);
  }
}

@keyframes businessDotProgress {
  0% {
    transform: scaleX(0);
  }

  20% {
    transform: scaleX(1);
  }

  25%,
  100% {
    transform: scaleX(0);
  }
}

@keyframes businessDotProgressActive {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .business-photo-slide,
  .business-photo-slide img,
  .business-photo-dots span::before {
    animation: none;
  }

  .business-photo-slide {
    opacity: 0;
  }

  .business-photo-slide:first-child {
    opacity: 1;
  }

  .business-photo-slide img {
    transform: none;
  }
}

.career-detail-photo {
  height: 260px;
  margin: -12px 0 32px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #e8eff1;
}

.career-detail-photo img {
  object-position: center;
}

.career-detail-photo-right img {
  object-position: 62% center;
}

.career-values-grid,
.career-focus-grid,
.career-system-grid,
.career-job-grid {
  display: grid;
  gap: 18px;
}

.career-values-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
}

.career-value-card {
  position: relative;
  overflow: hidden;
  min-height: 272px;
  padding: 30px;
  background: linear-gradient(145deg, #fff 0%, #f7fbfb 58%, #eef8f8 100%);
  color: var(--ink);
  border: 1px solid #d7e4e7;
  box-shadow: 0 18px 38px rgba(17, 24, 39, .06);
}

.career-value-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--teal), #8ee7ea);
}

.career-value-card::after {
  content: "";
  position: absolute;
  right: -54px;
  bottom: -64px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(16, 139, 144, .08);
  pointer-events: none;
}

.career-value-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  background: #e4f5f5;
  color: var(--teal);
  border: 1px solid rgba(16, 139, 144, .18);
  font-weight: 800;
}

.career-value-card h3 {
  margin: 0 0 14px;
  color: var(--ink);
  font-size: 28px;
  line-height: 1.18;
}

.career-value-card p {
  margin: 0;
  color: #596474;
  line-height: 1.64;
  font-weight: 500;
}

.career-focus-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 18px;
}

.career-focus-grid article,
.career-system-grid article,
.career-job-grid article {
  background: #fff;
  border: 1px solid var(--line);
}

.career-focus-grid article {
  padding: 22px;
}

.career-focus-grid strong,
.career-system-grid small,
.career-job-grid small {
  display: block;
  margin-bottom: 12px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.career-focus-grid span {
  display: block;
  color: var(--muted);
  line-height: 1.56;
  font-weight: 500;
}

.career-system-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 28px 0 18px;
}

.career-system-grid article,
.career-job-grid article {
  position: relative;
  overflow: hidden;
  min-height: 250px;
  padding: 30px;
  background: linear-gradient(145deg, #fff 0%, #f7fbfb 58%, #eef8f8 100%);
  border-color: #d7e4e7;
  box-shadow: 0 18px 38px rgba(17, 24, 39, .06);
}

.career-system-grid article::before,
.career-job-grid article::before,
.career-system-grid + .fact-grid .fact-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--teal), #8ee7ea);
}

.career-system-grid article::after,
.career-job-grid article::after,
.career-system-grid + .fact-grid .fact-card::after {
  content: "";
  position: absolute;
  right: -54px;
  bottom: -64px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(16, 139, 144, .08);
  pointer-events: none;
}

.career-system-grid small,
.career-job-grid small {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-bottom: 22px;
  padding: 0 14px;
  background: #e4f5f5;
  color: var(--teal);
  border: 1px solid rgba(16, 139, 144, .18);
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
}

.career-system-grid h3,
.career-job-grid h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.2;
}

.career-system-grid p,
.career-job-grid p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
  font-weight: 500;
}

.career-job-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
}

.career-system-grid + .fact-grid .fact-card {
  position: relative;
  overflow: hidden;
  padding: 24px;
  background: linear-gradient(145deg, #fff 0%, #f7fbfb 58%, #eef8f8 100%);
  border-color: #d7e4e7;
  box-shadow: 0 14px 30px rgba(17, 24, 39, .05);
}

.career-system-grid + .fact-grid .fact-card strong {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: #e4f5f5;
  color: var(--teal);
  border: 1px solid rgba(16, 139, 144, .18);
  font-size: 18px;
  line-height: 1;
  font-weight: 800;
}

.career-system-grid + .fact-grid .fact-card span {
  position: relative;
  z-index: 1;
  color: #596474;
}

.career-process-board {
  display: grid;
  gap: 30px;
  margin-top: 34px;
}

.career-apply-guide {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  border: 1px solid var(--line);
  background: #fff;
}

.career-apply-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  background: #0f171f;
  color: #fff;
}

.career-apply-title span,
.career-recruit-head span {
  display: block;
  margin-bottom: 10px;
  color: #75edf0;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.career-apply-title strong {
  display: block;
  font-size: 28px;
  line-height: 1.18;
}

.career-apply-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.career-apply-grid article {
  padding: 28px;
  border-left: 1px solid var(--line);
}

.career-apply-grid small {
  display: block;
  margin-bottom: 10px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 900;
}

.career-apply-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
  font-size: 15px;
  font-weight: 500;
}

.career-recruit-panel {
  background: #fff;
  border: 1px solid var(--line);
}

.career-recruit-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  padding: 30px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, #fff 0%, #f7fbfb 100%);
}

.career-recruit-head span {
  color: var(--teal);
}

.career-recruit-head h3 {
  margin: 0;
  color: var(--ink);
  font-size: 30px;
  line-height: 1.2;
}

.career-recruit-head p {
  margin: 0;
  max-width: 420px;
  color: var(--muted);
  line-height: 1.6;
  font-size: 15px;
  font-weight: 500;
}

.career-recruit-list {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.career-recruit-list-compact {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.career-recruit-step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 214px;
  min-width: 0;
  padding: 28px 16px 24px;
  border-left: 1px solid var(--line);
  text-align: center;
}

.career-recruit-step:first-child {
  border-left: 0;
}

.career-recruit-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 64px;
  right: -8px;
  z-index: 2;
  width: 15px;
  height: 15px;
  border-top: 2px solid rgba(16, 139, 144, .55);
  border-right: 2px solid rgba(16, 139, 144, .55);
  transform: rotate(45deg);
  background: #fff;
}

.career-recruit-icon {
  position: relative;
  width: 76px;
  height: 76px;
  margin-bottom: 18px;
  border: 1px solid rgba(16, 139, 144, .22);
  border-radius: 50%;
  background: rgba(16, 139, 144, .08);
  color: var(--teal);
}

.career-recruit-icon::before,
.career-recruit-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.career-recruit-icon.is-doc::before {
  width: 24px;
  height: 30px;
  border: 2px solid currentColor;
  border-radius: 3px;
}

.career-recruit-icon.is-doc::after {
  width: 14px;
  height: 2px;
  background: currentColor;
  box-shadow: 0 7px 0 currentColor;
  transform: translate(-50%, -1px);
}

.career-recruit-icon.is-review::before {
  width: 24px;
  height: 24px;
  border: 2px solid currentColor;
  border-radius: 50%;
  transform: translate(-58%, -58%);
}

.career-recruit-icon.is-review::after {
  width: 17px;
  height: 2px;
  background: currentColor;
  transform: translate(2px, 11px) rotate(45deg);
}

.career-recruit-icon.is-test::before {
  width: 28px;
  height: 28px;
  border: 2px solid currentColor;
  border-radius: 3px;
}

.career-recruit-icon.is-test::after {
  width: 16px;
  height: 8px;
  border-left: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  transform: translate(-50%, -42%) rotate(-45deg);
}

.career-recruit-icon.is-interview::before {
  width: 30px;
  height: 22px;
  border: 2px solid currentColor;
  border-radius: 12px;
  transform: translate(-56%, -54%);
}

.career-recruit-icon.is-interview::after {
  width: 18px;
  height: 13px;
  border: 2px solid currentColor;
  border-radius: 9px;
  transform: translate(4px, 1px);
}

.career-recruit-icon.is-medical::before {
  width: 28px;
  height: 5px;
  background: currentColor;
}

.career-recruit-icon.is-medical::after {
  width: 5px;
  height: 28px;
  background: currentColor;
}

.career-recruit-icon.is-final::before {
  width: 32px;
  height: 32px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.career-recruit-icon.is-final::after,
.career-recruit-icon.is-offer::after {
  width: 17px;
  height: 9px;
  border-left: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  transform: translate(-50%, -55%) rotate(-45deg);
}

.career-recruit-icon.is-offer::before {
  width: 30px;
  height: 22px;
  border: 2px solid currentColor;
  border-radius: 5px;
}

.career-recruit-step small {
  display: block;
  margin-bottom: 10px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
}

.career-recruit-step strong {
  display: block;
  color: var(--ink);
  font-size: 21px;
  line-height: 1.25;
}

html:lang(en) .career-recruit-step strong {
  font-size: 18px;
  line-height: 1.22;
}

.career-recruit-step em {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-style: normal;
  font-size: 13px;
  font-weight: 700;
}

.detail-chips {
  margin-top: 28px;
}

.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 38px;
}

.section-label {
  color: var(--teal);
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.dark .section-label {
  color: #8cf2f5;
}

.section h2 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(31px, 3.8vw, 50px);
  line-height: 1.08;
  font-weight: 800;
}

.section-head p,
.lead {
  margin: 0;
  max-width: 520px;
  color: var(--muted);
  line-height: 1.68;
  font-size: 16px;
  font-weight: 500;
}

.dark .section-head p,
.dark .lead {
  color: rgba(255,255,255,.68);
}

.two-column {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr);
  gap: clamp(32px, 5vw, 60px);
  align-items: center;
}

.image-panel {
  min-height: 460px;
  background: var(--image) center / cover no-repeat;
  border: 1px solid rgba(255,255,255,.12);
}

.greetings-layout {
  display: grid;
  grid-template-columns: minmax(0, 820px) minmax(300px, 390px);
  gap: clamp(42px, 6vw, 82px);
  align-items: start;
}

.greetings-copy {
  max-width: none;
}

.greetings-kicker {
  margin: 0 0 14px;
  color: var(--teal);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
}

.greetings-copy h2 {
  margin-bottom: 26px;
  max-width: 780px;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.12;
  text-wrap: balance;
}

.greetings-copy h2.greetings-quote {
  max-width: 860px;
  margin-top: 16px;
  margin-bottom: 30px;
  color: var(--ink);
  font-size: clamp(28px, 2.7vw, 40px);
  line-height: 1.32;
  font-weight: 900;
}

.greetings-copy h2 span,
.greetings-copy .lead span {
  display: block;
}

.greetings-copy .lead {
  max-width: 820px;
  font-size: 17px;
  line-height: 1.78;
  font-weight: 650;
  text-wrap: pretty;
}

.greetings-body {
  display: grid;
  gap: 18px;
  margin-top: 30px;
  max-width: 820px;
  padding-left: 24px;
  border-left: 3px solid rgba(16, 139, 144, .28);
}

.greetings-body p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.76;
  text-wrap: pretty;
}

.ceo-signature {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 36px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
}

.ceo-signature img {
  display: block;
  width: min(330px, 52vw);
  height: auto;
  mix-blend-mode: multiply;
  filter: contrast(1.08);
}

.ceo-signature strong {
  display: block;
  color: var(--ink);
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: .08em;
}

.ceo-signature span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.ceo-portrait {
  margin: 0;
  padding: 14px;
  background: #fff;
  border: 1px solid var(--line);
}

.ceo-portrait > img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
}

.ceo-portrait figcaption {
  padding: 16px 4px 2px;
}

.ceo-portrait figcaption span,
.ceo-portrait figcaption strong {
  display: block;
}

.ceo-portrait figcaption span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.ceo-portrait figcaption strong {
  margin-top: 4px;
  color: var(--ink);
  font-size: 19px;
  font-weight: 800;
}

.ceo-portrait .ceo-signature-portrait {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.ceo-portrait .ceo-signature-portrait img {
  display: block;
  width: min(210px, 58%);
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  mix-blend-mode: multiply;
  filter: contrast(1.08);
}

.ceo-portrait .ceo-signature-portrait strong {
  margin: 0;
  color: var(--ink);
  font-size: clamp(18px, 1.5vw, 24px);
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: .05em;
  white-space: nowrap;
}

.philosophy-mission {
  display: grid;
  grid-template-columns: minmax(280px, .8fr) minmax(0, 1fr);
  gap: clamp(34px, 5vw, 64px);
  align-items: center;
  margin-top: 46px;
}

.philosophy-image {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
}

.philosophy-image img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.philosophy-copy h3,
.philosophy-vision-head h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(25px, 2.6vw, 36px);
  line-height: 1.22;
  font-weight: 800;
}

.philosophy-copy p,
.philosophy-vision-head p,
.vision-card p {
  color: var(--muted);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.72;
}

.philosophy-copy p {
  max-width: 640px;
  margin: 18px 0 0;
}

.philosophy-vision {
  margin-top: 72px;
}

.philosophy-vision-head {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(300px, .7fr);
  gap: clamp(26px, 4vw, 48px);
  align-items: end;
  margin-bottom: 28px;
}

.philosophy-vision-head p {
  margin: 0;
}

.philosophy-vision-side {
  display: grid;
  gap: 18px;
}

.philosophy-vision-side img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 1px solid var(--line);
}

.vision-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.vision-card {
  min-height: 220px;
  padding: 28px 24px;
  background: #fff;
  border: 1px solid var(--line);
}

.vision-card strong {
  display: block;
  color: var(--teal);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.vision-card h4 {
  margin: 18px 0 12px;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.28;
  font-weight: 800;
}

.vision-card p {
  margin: 0;
  font-size: 15px;
}

.fact-grid,
.business-grid,
.project-grid,
.q-grid {
  display: grid;
  gap: 22px;
}

.fact-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.business-grid,
.q-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.project-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fact-card,
.office,
.info-card {
  background: #fff;
  border: 1px solid var(--line);
  padding: 24px;
}

.quick-grid,
.download-grid,
.client-grid,
.filter-panel,
.timeline-list {
  display: grid;
  gap: 18px;
}

.quick-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.quick-card,
.download-card,
.client-card,
.timeline-item {
  background: #fff;
  border: 1px solid var(--line);
  padding: 24px;
}

.quick-card strong,
.download-card strong,
.timeline-item strong {
  display: block;
  color: var(--teal);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.quick-card h3,
.download-card h3,
.timeline-item h3 {
  margin: 12px 0 10px;
  font-size: 22px;
  line-height: 1.2;
}

.quick-card p,
.download-card p,
.timeline-item p,
.client-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.58;
  font-weight: 500;
}

.fact-card strong {
  display: block;
  color: var(--teal);
  font-size: 34px;
  line-height: 1;
}

.fact-card span,
.office p,
.info-card p {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  line-height: 1.55;
  font-weight: 500;
}

.business-card {
  min-height: 420px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  color: #fff;
  background: #1d252d;
}

.business-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--image) center / cover no-repeat;
  transition: transform .5s ease;
}

.business-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.04), rgba(0,0,0,.78));
}

.business-card:hover::before {
  transform: scale(1.07);
}

.business-card-content {
  position: relative;
  z-index: 1;
  padding: 28px;
}

.business-card small,
.office small,
.info-card small {
  display: block;
  margin-bottom: 12px;
  color: var(--teal);
  font-weight: 800;
  text-transform: uppercase;
}

.business-card small {
  color: #9ef2f5;
}

.business-card h3,
.office h3,
.info-card h3 {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.18;
}

.business-card p {
  margin: 0;
  color: rgba(255,255,255,.78);
  line-height: 1.56;
  font-size: 15px;
}

.project-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 26px;
}

.filter-panel {
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 26px;
}

.filter-group {
  background: #fff;
  border: 1px solid var(--line);
  padding: 18px;
}

.filter-group b {
  display: block;
  margin-bottom: 12px;
  color: var(--ink);
  font-size: 13px;
  text-transform: uppercase;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 12px;
  background: var(--bg);
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  transition: transform .18s ease, background .18s ease, border-color .18s ease, color .18s ease;
}

button.chip {
  cursor: pointer;
  font-family: inherit;
}

button.chip:hover {
  transform: translateY(-1px);
  border-color: rgba(16, 139, 144, .45);
  color: var(--teal);
}

button.chip.active {
  background: var(--teal);
  border-color: var(--teal);
  color: #fff;
}

.tabs {
  display: inline-flex;
  flex-wrap: nowrap;
  max-width: 100%;
  gap: 10px;
}

.tab {
  flex: 0 0 118px;
  min-width: 0;
  min-height: 42px;
  border: 1px solid var(--line);
  background: #fff;
  padding: 0 18px;
  cursor: pointer;
  font-weight: 800;
  color: var(--muted);
  transition: transform .18s ease, background .18s ease, border-color .18s ease, color .18s ease;
}

.tab:hover {
  transform: translateY(-1px);
  border-color: rgba(16, 139, 144, .45);
  color: var(--teal);
}

.tab.active {
  background: var(--teal);
  border-color: var(--teal);
  color: #fff;
}

.project-card {
  background: #fff;
  border: 1px solid var(--line);
  min-height: 372px;
  display: flex;
  flex-direction: column;
  transition: transform .2s ease, box-shadow .2s ease;
}

.project-card[hidden] {
  display: none;
}

.project-table-wrap {
  overflow-x: hidden;
  background: #fff;
  border: 1px solid var(--line);
}

.project-table {
  width: 100%;
  min-width: 0;
  border-collapse: collapse;
  table-layout: fixed;
  background: #fff;
}

.project-table th,
.project-table td {
  padding: 18px 12px;
  border-bottom: 1px solid var(--line);
  text-align: center;
  vertical-align: middle;
  overflow-wrap: anywhere;
  word-break: normal;
}

.project-table th {
  color: var(--ink);
  font-size: 15px;
  font-weight: 900;
  background: #fff;
}

.project-table td {
  color: #2f3744;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
}

.project-table tbody tr:last-child td {
  border-bottom: 0;
}

.project-table tbody tr:hover td {
  background: #f8fbfb;
}

.project-table th:nth-child(1),
.project-table td:nth-child(1) {
  width: 9%;
}

.project-table th:nth-child(2),
.project-table td:nth-child(2) {
  width: 12%;
}

.project-table th:nth-child(3),
.project-table td:nth-child(3) {
  width: 12%;
}

.project-table th:nth-child(4),
.project-table td:nth-child(4) {
  width: 23%;
}

.project-table th:nth-child(5),
.project-table td:nth-child(5) {
  width: 11%;
}

.project-table th:nth-child(6),
.project-table td:nth-child(6) {
  width: 10%;
}

.project-table th:nth-child(7),
.project-table td:nth-child(7) {
  width: 14%;
  white-space: nowrap;
  overflow-wrap: normal;
}

.project-table th:nth-child(8),
.project-table td:nth-child(8) {
  width: 9%;
}

.project-table tbody tr[hidden] {
  display: none;
}

.project-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(16, 24, 40, .12);
}

.project-card img {
  width: 100%;
  aspect-ratio: 1.45 / 1;
  object-fit: cover;
  display: block;
}

.project-content {
  padding: 20px 21px 22px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
}

.project-content h3 {
  margin: 0;
  min-height: 62px;
  font-size: 22px;
  line-height: 1.28;
}

.project-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: 0 10px;
  background: rgba(198, 151, 47, .14);
  color: #85610d;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.badge-ongoing {
  background: rgba(16, 139, 144, .14);
  color: var(--teal-dark);
}

.q-card {
  position: relative;
  min-height: 252px;
  background: #111922;
  border: 1px solid rgba(255,255,255,.12);
  padding: 26px;
  overflow: hidden;
}

.q-card.has-bg {
  background-color: #111922;
  background-image:
    linear-gradient(140deg, rgba(9, 17, 24, .9), rgba(10, 58, 64, .76)),
    var(--image);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.q-card.has-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 16% 18%, rgba(128, 235, 238, .16), transparent 34%);
  opacity: .88;
}

.q-card > * {
  position: relative;
  z-index: 1;
}

.q-card b {
  color: var(--gold);
  font-size: 13px;
  text-transform: uppercase;
}

.q-card h3 {
  margin: 18px 0 12px;
  font-size: 24px;
}

.q-card p {
  margin: 0;
  color: rgba(255,255,255,.68);
  line-height: 1.58;
}

.ci-logo-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: 22px;
  align-items: stretch;
}

.ci-logo-panel {
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(28px, 4vw, 54px);
  background: #fff;
  border: 1px solid var(--line);
}

.ci-logo-panel.is-dark {
  background: #101820;
}

.ci-logo-panel img {
  max-height: 230px;
  object-fit: contain;
}

.ci-statement {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 4vw, 46px);
  background: #f7fafb;
  border: 1px solid var(--line);
}

.ci-statement h2 {
  margin: 0 0 16px;
  font-size: clamp(28px, 3.5vw, 48px);
  line-height: 1.12;
}

.ci-statement p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.72;
  font-weight: 500;
}

.color-system {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.color-swatch {
  min-height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 18px;
  background: var(--swatch);
  color: var(--swatch-text, #fff);
  border: 1px solid rgba(0, 0, 0, .08);
}

.color-swatch strong {
  display: block;
  font-size: 16px;
  line-height: 1.25;
}

.color-swatch span {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  font-weight: 800;
  opacity: .82;
}

.download-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.download-card {
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.download-card .btn {
  align-self: flex-start;
  margin-top: 20px;
}

.media-board-nav {
  display: flex;
  gap: 10px;
  margin: -8px 0 36px;
  flex-wrap: wrap;
}

.media-board-nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  background: #eef4f5;
  border: 1px solid var(--line);
  color: #3c4654;
  font-weight: 800;
}

.media-board-nav a:hover {
  background: var(--teal);
  border-color: var(--teal);
  color: #fff;
}

.media-section-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin: 0 0 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.media-section-title span {
  display: block;
  color: var(--ink);
  font-size: 26px;
  font-weight: 800;
}

.media-section-title p {
  margin: 8px 0 0;
  color: var(--muted);
  font-weight: 600;
}

.media-section-title a {
  color: var(--teal);
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.press-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.press-card {
  min-height: 510px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  transition: background .3s ease, color .3s ease, transform .3s ease, box-shadow .3s ease;
}

.press-card:hover {
  background: #2f3843;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 20px 40px rgba(17, 24, 39, .14);
}

.press-card-copy {
  min-height: 40%;
  padding: 28px 26px 22px;
}

.press-card small {
  display: block;
  color: var(--teal);
  font-size: 13px;
  font-weight: 800;
}

.press-card h3 {
  margin: 12px 0 0;
  font-size: 19px;
  line-height: 1.45;
  word-break: keep-all;
}

.press-card img {
  width: 100%;
  height: 60%;
  min-height: 255px;
  margin-top: auto;
  object-fit: cover;
  transition: transform .45s ease;
}

.press-card:hover img {
  transform: scale(1.06);
}

.press-card:hover small {
  color: #9ef2f5;
}

.notice-heading {
  margin-top: 68px;
}

.notice-table-wrap {
  overflow-x: auto;
  background: #fff;
  border: 1px solid var(--line);
}

.notice-table {
  width: 100%;
  min-width: 820px;
  border-collapse: collapse;
  table-layout: fixed;
}

.notice-table th,
.notice-table td {
  padding: 20px 18px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: middle;
}

.notice-table th {
  color: var(--ink);
  font-size: 15px;
  font-weight: 800;
  background: #f8fbfb;
}

.notice-table td {
  color: #2f3744;
  font-size: 14px;
  font-weight: 600;
}

.notice-table tbody tr:last-child td {
  border-bottom: 0;
}

.notice-table tbody tr:hover td {
  background: #f8fbfb;
}

.table-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
}

.table-pagination[hidden] {
  display: none;
}

.pagination-button {
  min-width: 38px;
  height: 38px;
  padding: 0 12px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.pagination-button:hover:not(:disabled) {
  transform: translateY(-1px);
  border-color: rgba(16, 139, 144, .45);
  color: var(--teal);
}

.pagination-button.active {
  border-color: var(--teal);
  background: var(--teal);
  color: #fff;
}

.pagination-button:disabled:not(.active) {
  cursor: default;
  opacity: .45;
}

.notice-table th:nth-child(1),
.notice-table td:nth-child(1) {
  width: 9%;
  text-align: center;
}

.notice-table th:nth-child(2),
.notice-table td:nth-child(2) {
  width: 54%;
}

.notice-table th:nth-child(3),
.notice-table td:nth-child(3) {
  width: 13%;
}

.notice-table th:nth-child(4),
.notice-table td:nth-child(4) {
  width: 15%;
}

.notice-table th:nth-child(5),
.notice-table td:nth-child(5) {
  width: 9%;
  text-align: center;
}

.notice-table a {
  color: var(--ink);
  font-weight: 800;
}

.notice-table a:hover {
  color: var(--teal);
}

.notice-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  min-height: 28px;
  padding: 0 10px;
  background: #e9f5f5;
  color: var(--teal);
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.notice-badge.is-open {
  background: #e4f6f3;
  color: #078582;
}

.notice-badge.is-closed {
  background: #eef1f4;
  color: #687382;
}

.career-notice-table {
  min-width: 1160px;
}

.career-filter-panel {
  grid-template-columns: minmax(190px, .78fr) minmax(420px, 1.8fr) minmax(170px, .65fr);
  margin: 30px 0 26px;
}

.career-notice-table th,
.career-notice-table td {
  padding: 17px 28px;
  line-height: 1.45;
}

.career-notice-table tbody tr[data-career-job] {
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease;
}

.career-notice-table tbody tr[data-career-job]:hover td,
.career-notice-table tbody tr[data-career-job]:focus-visible td {
  background: #f1fbfb;
}

.career-notice-table tbody tr[data-career-job]:focus-visible {
  outline: 3px solid rgba(16, 139, 144, .26);
  outline-offset: -3px;
}

.career-notice-table th:nth-child(1),
.career-notice-table td:nth-child(1) {
  width: 8%;
}

.career-notice-table th:nth-child(2),
.career-notice-table td:nth-child(2) {
  width: 34%;
}

.career-notice-table th:nth-child(3),
.career-notice-table td:nth-child(3) {
  width: 34%;
}

.career-notice-table th:nth-child(4),
.career-notice-table td:nth-child(4) {
  width: 12%;
  text-align: center;
  white-space: nowrap;
}

.career-notice-table th:nth-child(5),
.career-notice-table td:nth-child(5) {
  width: 12%;
  text-align: center;
  white-space: nowrap;
}

.career-notice-table a {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  text-decoration: none;
}

.career-notice-table a::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  opacity: 0;
  transform: rotate(45deg);
  transition: opacity .18s ease, transform .18s ease;
}

.career-notice-table a:hover::after {
  opacity: 1;
  transform: translateX(3px) rotate(45deg);
}

.career-notice-table tbody tr[data-career-job]:hover a,
.career-notice-table tbody tr[data-career-job]:focus-visible a {
  color: var(--teal);
}

.career-notice-table tbody tr[data-career-job]:hover a::after,
.career-notice-table tbody tr[data-career-job]:focus-visible a::after {
  opacity: 1;
  transform: translateX(3px) rotate(45deg);
}

.career-posting-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 34px;
}

.career-posting-summary article {
  min-height: 112px;
  padding: 22px;
  background: #fff;
  border: 1px solid var(--line);
}

.career-posting-summary small {
  display: block;
  margin-bottom: 12px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 900;
}

.career-posting-summary strong {
  display: block;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.45;
  font-weight: 850;
}

.career-posting-card {
  padding: clamp(30px, 4vw, 52px);
  background: #fff;
  border: 1px solid var(--line);
}

.career-posting-card[id] {
  scroll-margin-top: 130px;
}

.career-posting-card + .career-posting-card {
  margin-top: 22px;
}

.career-posting-card h3 {
  margin: 0 0 22px;
  color: var(--ink);
  font-size: clamp(22px, 2.2vw, 32px);
  line-height: 1.2;
}

.career-posting-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.career-posting-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.career-posting-list li {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.72;
  font-weight: 650;
}

.career-posting-list li.is-preferred {
  color: var(--ink);
  font-weight: 850;
}

.career-posting-list li::before {
  content: "";
  position: absolute;
  top: .76em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--teal);
}

.career-posting-process {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.career-posting-process li {
  min-height: 104px;
  padding: 18px 14px;
  background: #f7fbfb;
  border: 1px solid var(--line);
  text-align: center;
}

.career-posting-process small {
  display: block;
  margin-bottom: 10px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 900;
}

.career-posting-process strong {
  display: block;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.35;
  font-weight: 850;
}

.career-posting-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.notice-article {
  background: #fff;
  border: 1px solid var(--line);
  padding: clamp(28px, 4vw, 48px);
}

.notice-back-link {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  margin-bottom: 28px;
  padding: 0 14px;
  background: #eef4f5;
  color: var(--teal);
  font-size: 14px;
  font-weight: 800;
}

.notice-back-link:hover {
  background: var(--teal);
  color: #fff;
}

.notice-article-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}

.notice-article-head h2 {
  margin: 0;
  max-width: 820px;
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.15;
}

.notice-meta {
  min-width: 210px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
  text-align: right;
}

.notice-meta span {
  display: block;
}

.notice-summary {
  margin: 24px 0 28px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
  font-weight: 600;
}

.notice-document-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: -8px 0 28px;
  padding: 0;
  list-style: none;
}

.notice-document-list li {
  min-height: 54px;
  background: #f6fafb;
  border: 1px solid var(--line);
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
}

.notice-document-link {
  display: flex;
  align-items: center;
  min-height: 76px;
  width: 100%;
  padding: 18px 20px;
  transition: background .18s ease, color .18s ease;
}

.notice-document-link:hover,
.notice-document-link:focus-visible {
  background: var(--teal);
  color: #fff;
  outline: 0;
}

.notice-image-stack {
  display: grid;
  gap: 18px;
}

.notice-financial-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
}

.notice-image-card {
  margin: 0;
  padding: 12px;
  background: #f8fbfc;
  border: 1px solid var(--line);
}

.notice-image-stack img {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  display: block;
  border: 1px solid var(--line);
  background: #fff;
}

.notice-image-link {
  display: block;
  position: relative;
  cursor: zoom-in;
}

.notice-image-link::after {
  content: "확대";
  position: absolute;
  right: 10px;
  bottom: 10px;
  min-height: 28px;
  padding: 5px 10px;
  background: rgba(10, 15, 20, .72);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity .18s ease, transform .18s ease;
}

.notice-image-link:hover::after,
.notice-image-link:focus-visible::after {
  opacity: 1;
  transform: translateY(0);
}

.notice-image-link:focus-visible {
  outline: 3px solid rgba(16, 139, 144, .34);
  outline-offset: 3px;
}

.notice-image-card img {
  max-width: none;
  border: 0;
}

.notice-lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(16px, 3vw, 36px);
  background: rgba(5, 10, 15, .82);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity .36s ease, visibility .36s ease;
}

.notice-lightbox.open {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.notice-lightbox-dialog {
  position: relative;
  width: min(1180px, 100%);
  max-height: calc(100vh - 72px);
  padding: 42px 18px 18px;
  background: #fff;
  border: 1px solid rgba(255,255,255,.2);
  opacity: 0;
  transform: translateY(22px) scale(.982);
  transition: opacity .38s ease, transform .48s cubic-bezier(.16, .84, .24, 1);
}

.notice-lightbox.open .notice-lightbox-dialog {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.notice-lightbox-title {
  position: absolute;
  top: 14px;
  left: 18px;
  right: 62px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.4;
}

.notice-lightbox-close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 36px;
  height: 36px;
  border: 0;
  background: var(--teal);
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

.notice-lightbox-body {
  max-height: calc(100vh - 140px);
  overflow: auto;
  background: #f4f7f8;
}

.notice-lightbox-body img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
}

.office-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.client-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.client-card {
  min-height: 118px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.client-card b {
  display: block;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.25;
}

.client-card p {
  margin-top: 8px;
  font-size: 13px;
}

.timeline-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.history-slider {
  margin-top: 44px;
  position: relative;
}

.history-stage-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-bottom: 18px;
  background: #fff;
  border: 1px solid var(--line);
}

.history-stage-nav button {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 84px;
  padding: 18px 20px 20px;
  border: 0;
  border-right: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  transition: background .18s ease, color .18s ease;
}

.history-stage-nav button:last-child {
  border-right: 0;
}

.history-stage-nav button::after {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 0;
  height: 3px;
  background: var(--teal);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .24s ease;
}

.history-stage-nav button span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.history-stage-nav button:hover,
.history-stage-nav button:focus-visible,
.history-stage-nav button.active {
  background: #f6fbfc;
  color: var(--teal);
  outline: 0;
}

.history-stage-nav button:hover span,
.history-stage-nav button:focus-visible span,
.history-stage-nav button.active span {
  color: var(--teal);
}

.history-stage-nav button:hover::after,
.history-stage-nav button:focus-visible::after,
.history-stage-nav button.active::after {
  transform: scaleX(1);
}

.history-slider-shell {
  position: relative;
  padding: 0 56px;
}

.history-slider-viewport {
  overflow: hidden;
  border: 0;
  background: transparent;
}

.history-periods {
  display: flex;
  gap: 0;
  transition: transform .42s cubic-bezier(.22, .86, .28, 1);
  will-change: transform;
}

.history-period {
  flex: 0 0 100%;
  min-width: 100%;
  display: grid;
  grid-template-columns: minmax(280px, 340px) minmax(0, 1fr);
  min-height: 0;
  padding: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 24px 48px rgba(16, 24, 40, .08);
}

.history-period-head {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 24px;
  min-height: 100%;
  padding: clamp(30px, 4vw, 46px);
  background:
    linear-gradient(150deg, rgba(11, 32, 40, .96), rgba(8, 100, 105, .9)),
    radial-gradient(circle at 24% 16%, rgba(140, 242, 245, .18), transparent 32%);
  border-bottom: 0;
}

.history-period-head > span {
  display: inline-flex;
  width: fit-content;
  padding-bottom: 9px;
  color: #8cf2f5;
  font-size: 16px;
  font-weight: 900;
  border-bottom: 2px solid rgba(140, 242, 245, .72);
}

.history-period-head h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.15;
  font-weight: 900;
}

.history-period-head p {
  margin: 12px 0 0;
  max-width: 520px;
  color: rgba(255, 255, 255, .72);
  line-height: 1.72;
  font-weight: 600;
}

.history-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-content: start;
  margin: 0;
  padding: clamp(26px, 3.5vw, 42px);
  background:
    linear-gradient(180deg, #fff 0%, #f8fbfc 100%);
}

.history-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 196px;
  padding: 26px 28px 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-left: 3px solid var(--teal);
  box-shadow: 0 12px 30px rgba(16, 24, 40, .05);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.history-item:hover {
  transform: translateY(-2px);
  border-color: rgba(16, 139, 144, .32);
  box-shadow: 0 18px 34px rgba(16, 24, 40, .09);
}

.history-date {
  color: var(--teal);
  font-size: 36px;
  line-height: 1;
  font-weight: 900;
}

.history-events {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.history-events li {
  position: relative;
  display: block;
  padding-left: 18px;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.62;
  font-weight: 650;
}

.history-events li::before {
  content: "";
  position: absolute;
  top: .7em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--teal);
}

.history-events strong {
  display: none;
}

.history-events span {
  display: block;
}

.history-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(16, 139, 144, .28);
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  transform: translateY(-50%);
  box-shadow: 0 12px 28px rgba(16, 24, 40, .09);
  transition: background .18s ease, border-color .18s ease, opacity .18s ease, transform .18s ease;
}

.history-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--teal);
  border-right: 2px solid var(--teal);
}

.history-arrow-prev {
  left: 0;
}

.history-arrow-prev::before {
  transform: translate(-35%, -50%) rotate(-135deg);
}

.history-arrow-next {
  right: 0;
}

.history-arrow-next::before {
  transform: translate(-65%, -50%) rotate(45deg);
}

.history-arrow:hover,
.history-arrow:focus-visible {
  background: var(--teal);
  border-color: var(--teal);
  outline: 0;
  transform: translateY(-50%) scale(1.04);
}

.history-arrow:hover::before,
.history-arrow:focus-visible::before {
  border-color: #fff;
}

.history-arrow:disabled {
  cursor: default;
  opacity: .28;
}

.history-arrow:disabled:hover {
  background: #fff;
  border-color: rgba(16, 139, 144, .32);
  transform: translateY(-50%);
}

.history-arrow:disabled:hover::before {
  border-color: var(--teal);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 410px);
  gap: 46px;
  align-items: start;
}

.contact-panel {
  background: #fff;
  color: var(--ink);
  border: 1px solid var(--line);
  padding: 28px;
}

.location-layout {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(360px, 1fr);
  gap: 46px;
  align-items: stretch;
}

.location-list {
  display: grid;
  gap: 14px;
}

.location-item {
  background: #fff;
  border: 1px solid var(--line);
  padding: 22px;
}

.location-item small {
  display: block;
  margin-bottom: 10px;
  color: var(--teal);
  font-weight: 800;
  text-transform: uppercase;
}

.location-item h3 {
  margin: 0 0 10px;
  font-size: 22px;
}

.location-item p {
  margin: 0;
  color: var(--muted);
  line-height: 1.56;
  font-weight: 500;
}

.map-card {
  min-height: 480px;
  background: #fff;
  border: 1px solid var(--line);
  display: grid;
  grid-template-rows: 1fr auto;
}

.map-preview {
  position: relative;
  overflow: hidden;
  min-height: 340px;
  background:
    linear-gradient(90deg, rgba(216, 221, 229, .54) 1px, transparent 1px),
    linear-gradient(0deg, rgba(216, 221, 229, .54) 1px, transparent 1px),
    linear-gradient(135deg, rgba(16, 139, 144, .14), rgba(198, 151, 47, .12)),
    #f8fafb;
  background-size: 46px 46px, 46px 46px, auto, auto;
}

.map-preview::before,
.map-preview::after {
  content: "";
  position: absolute;
  background: rgba(16, 139, 144, .22);
}

.map-preview::before {
  width: 72%;
  height: 24px;
  left: -8%;
  top: 46%;
  transform: rotate(-18deg);
}

.map-preview::after {
  width: 26px;
  height: 82%;
  left: 58%;
  top: -10%;
  transform: rotate(28deg);
}

.map-pin {
  position: absolute;
  left: 52%;
  top: 48%;
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
  width: 72px;
  height: 72px;
  border-radius: 50% 50% 50% 0;
  background: var(--teal);
  transform-origin: center;
  box-shadow: 0 18px 40px rgba(16, 24, 40, .22);
}

.map-pin::after {
  content: "";
  position: absolute;
  inset: 22px;
  border-radius: 50%;
  background: #fff;
}

.map-badge {
  position: absolute;
  left: 24px;
  top: 24px;
  z-index: 2;
  background: #03c75a;
  color: #fff;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 900;
}

.map-info {
  padding: 24px;
}

.map-info h3 {
  margin: 0 0 10px;
  font-size: 24px;
}

.map-info p {
  margin: 0 0 20px;
  color: var(--muted);
  line-height: 1.6;
  font-weight: 500;
}

.domestic-branches {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.branch-card {
  background: #fff;
  border: 1px solid var(--line);
  padding: 24px;
  min-height: 384px;
  display: flex;
  flex-direction: column;
}

.branch-card small {
  display: block;
  margin-bottom: 12px;
  color: var(--teal);
  font-weight: 800;
  text-transform: uppercase;
}

.branch-card h3 {
  margin: 0 0 12px;
  font-size: 23px;
}

.branch-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.58;
  font-weight: 500;
}

.branch-mini-map {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  margin-top: auto;
  padding-top: 20px;
}

.branch-map-visual {
  position: relative;
  height: 86px;
  overflow: hidden;
  border: 1px solid #d9e7ea;
  background:
    linear-gradient(135deg, transparent 0 26%, rgba(16, 139, 144, .18) 26% 30%, transparent 30% 100%),
    linear-gradient(28deg, transparent 0 42%, rgba(255, 255, 255, .95) 42% 47%, transparent 47% 100%),
    radial-gradient(circle at 74% 30%, rgba(16, 139, 144, .18), transparent 22%),
    linear-gradient(180deg, #eef6f7, #f8fbfb);
}

.branch-map-visual::before,
.branch-map-visual::after {
  content: "";
  position: absolute;
  height: 2px;
  background: rgba(54, 79, 92, .18);
  transform-origin: left center;
}

.branch-map-visual::before {
  left: -12px;
  top: 24px;
  width: 132px;
  transform: rotate(18deg);
}

.branch-map-visual::after {
  left: 8px;
  bottom: 22px;
  width: 118px;
  transform: rotate(-26deg);
}

.branch-local-pin {
  position: absolute;
  z-index: 2;
  width: 15px;
  height: 15px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 7px rgba(16, 139, 144, .18), 0 10px 22px rgba(16, 24, 40, .18);
  transform: translate(-50%, -50%);
}

.branch-paju .branch-local-pin { left: 38%; top: 32%; }
.branch-yongin .branch-local-pin { left: 58%; top: 48%; }
.branch-gumi .branch-local-pin { left: 66%; top: 63%; }

.branch-map-caption strong,
.branch-map-caption span {
  display: block;
}

.branch-map-caption strong {
  color: var(--ink);
  font-size: 15px;
  font-weight: 900;
}

.branch-map-caption span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.branch-naver-slot {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  margin-top: 16px;
  padding: 14px;
  border: 1px solid #d9e7ea;
  background: #f8fbfb;
}

.branch-naver-slot.is-pending {
  border-style: dashed;
  background: #fbfcfc;
}

.branch-naver-slot span,
.branch-naver-slot strong {
  display: block;
}

.branch-naver-slot div > span {
  margin-bottom: 5px;
  color: var(--teal);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
}

.branch-naver-slot strong {
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
}

.branch-naver-slot .btn {
  min-height: 38px;
  padding: 10px 14px;
  font-size: 13px;
}

.branch-map-status {
  justify-self: end;
  padding: 9px 10px;
  color: #667985;
  background: #edf3f4;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.global-network-panel {
  background: linear-gradient(180deg, #fff 0%, #f7fafb 100%);
  border: 1px solid #d5e0e3;
  padding: 28px;
}

.world-map {
  position: relative;
  width: 100%;
  aspect-ratio: 1600 / 820;
  margin-top: 26px;
  overflow: hidden;
  background:
    repeating-linear-gradient(90deg, rgba(46, 61, 69, .035) 0 1px, transparent 1px 96px),
    repeating-linear-gradient(0deg, rgba(46, 61, 69, .028) 0 1px, transparent 1px 86px),
    radial-gradient(circle at 50% 44%, rgba(255, 255, 255, .82), transparent 58%),
    linear-gradient(180deg, #f6f8f9, #e8eef0);
  border: 1px solid #d4dee1;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .62);
}

.world-map-img,
.world-map svg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  opacity: .92;
  filter: none;
  mix-blend-mode: normal;
  pointer-events: none;
}

.world-map::after {
  content: "GLOBAL NETWORK";
  position: absolute;
  left: 24px;
  bottom: 20px;
  z-index: 1;
  color: rgba(26, 43, 55, .52);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  pointer-events: none;
}

.world-map path {
  fill: #d9e4e7;
  stroke: #c4d2d6;
  stroke-width: 1.2;
}

.map-marker {
  position: absolute;
  z-index: 2;
  transform: translate(-50%, -50%);
  border: 0;
  padding: 0;
  background: none;
  color: inherit;
  font: inherit;
}

.map-marker::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 6px rgba(16, 139, 144, .16), 0 12px 24px rgba(16, 24, 40, .18);
  transition: transform .24s ease, box-shadow .24s ease, background .24s ease;
}

.map-marker[data-map-name] {
  cursor: pointer;
}

.map-marker[data-map-name]:hover::before,
.map-marker[data-map-name]:focus-visible::before,
.map-marker.is-active::before {
  transform: scale(1.14);
  background: #16a7ad;
  box-shadow: 0 0 0 8px rgba(16, 139, 144, .2), 0 14px 30px rgba(16, 24, 40, .22);
}

.map-marker:focus-visible {
  outline: none;
}

.map-marker span {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  padding: 7px 10px;
  background: rgba(10, 32, 44, .9);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(16, 24, 40, .12);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .18s ease, visibility .18s ease;
}

.map-marker:hover span,
.map-marker:focus-visible span,
.map-marker.is-active span {
  opacity: 1;
  visibility: visible;
}

.map-marker.us-tx { left: 87%; top: 33.8%; }
.map-marker.us-ga { left: 90.1%; top: 31.3%; }
.map-marker.us-in { left: 89.5%; top: 27.7%; }
.map-marker.mx { left: 85.7%; top: 36.1%; }
.map-marker.in { left: 36.4%; top: 34.6%; }
.map-marker.vn { left: 44.1%; top: 38.8%; }

.map-marker.vn span,
.map-marker.us-ga span,
.map-marker.us-in span,
.map-marker.mx span {
  left: auto;
  right: 18px;
}

.map-marker.in span {
  left: auto;
  right: 18px;
  top: -18px;
  transform: none;
}

.map-marker.us-tx span {
  left: auto;
  right: 18px;
  top: 18px;
  transform: none;
}

.map-marker.us-ga span {
  left: auto;
  right: 18px;
  top: -22px;
  transform: none;
}

.map-marker.us-in span {
  left: auto;
  right: 18px;
  top: -62px;
  transform: none;
}

.map-marker.mx span,
.map-marker.vn span {
  left: auto;
  right: 18px;
  top: 18px;
  transform: none;
}

.map-marker.mx span {
  top: 52px;
}

.map-info-card {
  position: absolute;
  left: var(--map-card-x, 24px);
  top: var(--map-card-y, 24px);
  right: auto;
  bottom: auto;
  z-index: 4;
  width: min(320px, calc(100% - 48px));
  padding: 18px 18px 16px;
  background: rgba(255, 255, 255, .96);
  border: 1px solid #c9d8dc;
  box-shadow: 0 20px 42px rgba(16, 24, 40, .18);
  color: var(--ink);
  backdrop-filter: blur(10px);
  animation: mapInfoIn .22s ease both;
}

.map-info-card[hidden] {
  display: none;
}

.map-info-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 28px;
  height: 28px;
  border: 0;
  background: transparent;
  color: #5d6a73;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.map-info-head {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 12px;
  align-items: center;
  padding-right: 24px;
}

.map-info-flag {
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  width: 48px;
  height: 36px;
  border: 1px solid #d7e1e4;
  background: #f8fafb;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .72);
}

.map-info-flag img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.map-info-region {
  display: block;
  margin-bottom: 4px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 900;
}

.map-info-name {
  display: block;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.25;
}

.map-info-address {
  margin: 14px 0 0;
  color: #53606b;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
}

@keyframes mapInfoIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.global-office-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.global-office {
  background: #f8fafb;
  border: 1px solid var(--line);
  padding: 16px;
  min-height: 360px;
  display: flex;
  flex-direction: column;
}

.global-office small {
  display: block;
  margin-bottom: 8px;
  color: var(--teal);
  font-weight: 800;
  text-transform: uppercase;
}

.global-office h3 {
  margin: 0 0 8px;
  font-size: 18px;
}

.global-office p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.global-mini-map {
  position: relative;
  aspect-ratio: 16 / 5;
  height: auto;
  margin-top: auto;
  overflow: hidden;
  border: 1px solid #d9e7ea;
  background:
    repeating-linear-gradient(90deg, rgba(46, 61, 69, .035) 0 1px, transparent 1px 34px),
    repeating-linear-gradient(0deg, rgba(46, 61, 69, .028) 0 1px, transparent 1px 30px),
    linear-gradient(180deg, #f4f7f8, #fbfdfd);
}

.global-map-img {
  position: absolute;
  z-index: 0;
  left: var(--mini-map-x, 0);
  top: var(--mini-map-y, 0);
  width: var(--mini-map-width, 100%);
  max-width: none;
  height: auto;
  min-height: 100%;
  object-fit: contain;
  opacity: .86;
  filter: none;
  mix-blend-mode: normal;
  pointer-events: none;
}

.global-local-pin {
  position: absolute;
  z-index: 2;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 5px rgba(16, 139, 144, .16), 0 7px 16px rgba(16, 24, 40, .14);
  transform: translate(-50%, -50%);
}

.global-us-ga,
.global-us-in,
.global-us-tx,
.global-mx {
  --mini-map-width: 155%;
  --mini-map-x: -72%;
  --mini-map-y: -35%;
}

.global-in,
.global-vn {
  --mini-map-width: 155%;
  --mini-map-x: -12%;
  --mini-map-y: -35%;
}

.global-us-tx .global-local-pin { left: 62.9%; top: 50.9%; }
.global-us-ga .global-local-pin { left: 67.7%; top: 44.5%; }
.global-us-in .global-local-pin { left: 66.7%; top: 35.4%; }
.global-mx .global-local-pin { left: 60.8%; top: 56.7%; }
.global-in .global-local-pin { left: 44.4%; top: 52.9%; }
.global-vn .global-local-pin { left: 56.4%; top: 63.5%; }

.global-google-slot {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 12px;
  padding: 12px;
  border: 1px solid #d9e7ea;
  background: #fff;
}

.global-google-slot.is-pending {
  border-style: dashed;
  background: #fbfcfc;
}

.global-google-slot span,
.global-google-slot strong {
  display: block;
}

.global-google-slot div > span {
  margin-bottom: 5px;
  color: var(--teal);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
}

.global-google-slot strong {
  color: var(--ink);
  font-size: 13px;
  line-height: 1.25;
  font-weight: 900;
}

.global-google-slot .btn {
  width: 100%;
  min-height: 36px;
  padding: 9px 10px;
  font-size: 12px;
}

.global-map-status {
  width: 100%;
  padding: 9px 10px;
  color: #667985;
  background: #edf3f4;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.field {
  margin-bottom: 12px;
}

.field label {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: #fff;
  min-height: 44px;
  padding: 10px 12px;
  color: var(--ink);
  border-radius: 0;
}

.field textarea {
  min-height: 112px;
  resize: vertical;
}

.cta {
  background:
    linear-gradient(90deg, rgba(10, 15, 20, .92), rgba(10, 15, 20, .58)),
    url("https://hyoungwon.com/img/FireProtection.jpg") center / cover no-repeat;
  color: #fff;
}

.cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.cta h2 {
  max-width: 780px;
}

.cta p {
  max-width: 640px;
  color: rgba(255,255,255,.72);
  line-height: 1.65;
}

.site-footer {
  background: #4f5a68;
  color: #fff;
  padding: 52px 0 34px;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(540px, 1.75fr) .82fr .92fr 1fr;
  gap: 42px;
  align-items: start;
}

.footer-brand-lockup {
  display: grid;
  grid-template-columns: 250px 1px minmax(220px, 1fr);
  gap: 28px;
  align-items: center;
  max-width: 620px;
}

.footer-brand-mark {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-symbol {
  width: 230px;
  max-width: 100%;
  display: block;
}

.footer-divider {
  width: 1px;
  height: 178px;
  background: rgba(255, 255, 255, .78);
}

.footer-title {
  min-width: 220px;
  font-size: clamp(30px, 2.45vw, 40px);
  line-height: 1.08;
  font-weight: 800;
}

.footer-col h4 {
  margin: 0 0 14px;
  font-size: 16px;
  text-transform: uppercase;
}

.footer-col a,
.footer-col p {
  display: block;
  margin: 8px 0;
  color: rgba(255,255,255,.76);
  line-height: 1.48;
  font-weight: 600;
  font-size: 14px;
}

.copyright {
  margin-top: 42px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.22);
  color: rgba(255,255,255,.6);
  font-size: 13px;
}

@media (min-width: 1921px) {
  :root {
    --max: 1320px;
  }

  .brand img {
    width: 232px;
  }

  .hero h1 {
    max-width: 980px;
  }
}

@media (max-width: 1360px) {
  .header-inner {
    width: min(1280px, calc(100% - 40px));
    gap: 16px;
  }

  .brand {
    min-width: 212px;
  }

  .brand img {
    width: 214px;
  }

  .nav {
    gap: clamp(12px, 1.35vw, 20px);
    margin-left: clamp(16px, 1.8vw, 28px);
    font-size: 12px;
  }

  html:lang(ko) .nav {
    gap: clamp(34px, 3.6vw, 52px);
    max-width: none;
    margin-left: clamp(14px, 1.6vw, 24px);
    font-size: 14px;
  }

  .header-actions {
    gap: 8px;
  }

  .intranet-link {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
  }

  .intranet-link::before {
    width: 22px;
    height: 22px;
    font-size: 10px;
  }

  .intranet-link::after {
    right: 7px;
    bottom: 7px;
  }

  .header-actions .btn {
    min-height: 38px;
    padding-inline: 14px;
    font-size: 13px;
  }

  .language {
    gap: 5px;
    font-size: 12px;
  }

  .footer-grid {
    grid-template-columns: minmax(460px, 1.45fr) minmax(130px, .8fr) minmax(160px, .9fr) minmax(150px, .9fr);
    gap: 30px;
  }

  .footer-brand-lockup {
    grid-template-columns: 220px 1px minmax(190px, 1fr);
    gap: 24px;
  }

  .footer-symbol {
    width: 205px;
  }

  .footer-title {
    min-width: 190px;
    font-size: clamp(28px, 2.2vw, 36px);
  }

  .career-gateway-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1180px) {
  .site-header::after,
  .nav-dropdown {
    display: none;
  }

  .nav {
    display: none;
  }

  html:lang(ko) .nav,
  html:lang(en) .nav {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .two-column,
  .greetings-layout,
  .philosophy-mission,
  .philosophy-vision-head,
  .ci-logo-grid,
  .contact-layout,
  .location-layout,
  .footer-grid,
  .cta-box,
  .home-hero-inner,
  .home-overview-layout,
  .home-overview-panel,
  .home-project-layout,
  .home-network-layout {
    grid-template-columns: 1fr;
  }

  .home-hero-inner {
    padding-bottom: 190px;
  }

  .home-hero-board,
  .home-hero-strip-inner,
  .home-business-grid,
  .home-panel-grid,
  .home-project-stats,
  .home-qhse-grid {
    grid-template-columns: 1fr 1fr;
  }

  .home-business-tile-large {
    grid-column: span 2;
    grid-row: span 1;
    min-height: 300px;
  }

  .career-gateway-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .career-values-grid,
  .career-system-grid,
  .career-job-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .career-focus-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .career-apply-guide {
    grid-template-columns: 1fr;
  }

  .career-apply-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .career-apply-grid article:first-child {
    border-left: 0;
  }

  .career-recruit-head {
    display: block;
  }

  .career-recruit-head p {
    margin-top: 10px;
  }

  .career-recruit-list,
  .career-recruit-list-compact {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .career-recruit-step {
    border-top: 1px solid var(--line);
  }

  .career-recruit-step:nth-child(3n + 1) {
    border-left: 0;
  }

  .career-recruit-step:not(:last-child)::after {
    content: none;
  }

  .home-panel-image {
    min-height: 320px;
  }

  .ceo-portrait {
    max-width: 420px;
  }

  .cta-box {
    display: block;
  }

  .fact-grid,
  .color-system,
  .business-grid,
  .project-grid,
  .q-grid,
  .gateway-grid,
  .press-grid,
  .office-grid,
  .quick-grid,
  .download-grid,
  .filter-panel,
  .client-grid,
  .timeline-list,
  .vision-grid,
  .history-list,
  .domestic-branches,
  .global-office-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 1320px) {
  html:lang(en) .site-header::after,
  html:lang(en) .nav-dropdown {
    display: none;
  }

  html:lang(en) .nav {
    display: none;
  }

  html:lang(en) .menu-toggle {
    display: inline-flex;
  }
}

@media (max-width: 900px) {
  .career-filter-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .site-header {
    height: 72px;
  }

  .mobile-menu {
    inset: 72px 0 auto;
    padding-inline: 18px;
  }

  .header-inner,
  .hero-inner,
  .page-hero-inner,
  .subnav-inner,
  .wrap {
    width: min(100% - 32px, var(--max));
  }

  .header-inner {
    gap: 12px;
  }

  .header-actions {
    gap: 8px;
  }

  .brand {
    min-width: 0;
  }

  .brand img {
    width: 176px;
  }

  .header-actions .btn {
    display: none;
  }

  .header-actions .intranet-link {
    display: none;
  }

  .hero {
    min-height: 710px;
  }

  .page-hero {
    min-height: 430px;
  }

  .home-hero {
    min-height: 100vh;
  }

  .home-hero-inner {
    padding-top: 108px;
    padding-bottom: 34px;
  }

  .home-hero-board {
    grid-template-columns: 1fr;
    padding: 12px;
  }

  .home-hero-link {
    min-height: 74px;
    padding: 14px;
  }

  .home-hero-link strong {
    font-size: 19px;
  }

  .home-hero-strip {
    position: relative;
  }

  .home-hero-strip-inner,
  .home-panel-grid,
  .home-business-grid,
  .home-project-stats,
  .home-qhse-grid {
    grid-template-columns: 1fr;
  }

  .home-hero-strip-inner {
    width: 100%;
    min-height: 0;
  }

  .home-hero-strip-inner > div {
    padding: 18px 24px;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
  }

  .home-hero-strip-inner > div:first-child {
    border-top: 0;
  }

  .home-keyline-list a,
  .home-project-list a {
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 16px 18px;
  }

  .home-overview-panel {
    min-height: 0;
  }

  .home-panel-grid article {
    min-height: 0;
    border-left: 0;
  }

  .home-panel-grid article:nth-last-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .home-panel-grid article:last-child {
    border-bottom: 0;
  }

  .home-business-tile,
  .home-business-tile-large {
    grid-column: span 1;
    grid-row: span 1;
    min-height: 260px;
  }

  .home-network-map {
    min-height: 360px;
    padding: 26px;
  }

  .hero h1,
  .page-hero h1 {
    font-size: clamp(34px, 12vw, 48px);
  }

  .hero p,
  .page-hero p {
    font-size: 16px;
  }

  .subnav {
    display: none;
  }

  .category-nav {
    display: block;
    margin-top: 0;
  }

  .category-nav .subnav-inner {
    width: 100%;
    min-height: 52px;
    overflow-x: auto;
    justify-content: flex-start;
    padding: 0 12px;
  }

  .category-nav a {
    flex: 0 0 auto;
    min-height: 52px;
    min-width: 96px;
    padding: 0 12px;
    font-size: 13px;
  }

  .category-nav a::before {
    bottom: 5px;
    width: min(70px, 64%);
  }

  .category-nav a::after {
    content: none;
  }

  .section-head {
    display: block;
  }

  .section-head p,
  .lead {
    margin-top: 16px;
  }

  .greetings-kicker {
    font-size: 15px;
  }

  .greetings-copy h2 {
    font-size: 28px;
    line-height: 1.18;
  }

  .greetings-body p {
    font-size: 15px;
    line-height: 1.76;
  }

  .ceo-signature {
    align-items: center;
    gap: 20px;
  }

  .ceo-signature img {
    width: min(230px, 62vw);
  }

  .philosophy-mission {
    margin-top: 34px;
  }

  .philosophy-vision {
    margin-top: 50px;
  }

  .vision-grid {
    grid-template-columns: 1fr;
  }

  .vision-card {
    min-height: 0;
  }

  .media-section-title {
    display: block;
  }

  .media-section-title a {
    display: inline-flex;
    margin-top: 12px;
  }

  .press-card {
    min-height: 430px;
  }

  .press-card img {
    min-height: 230px;
  }

  .notice-heading {
    margin-top: 52px;
  }

  .notice-article-head {
    display: block;
  }

  .notice-meta {
    min-width: 0;
    margin-top: 16px;
    text-align: left;
  }

  .fact-grid,
  .color-system,
  .business-grid,
  .project-grid,
  .q-grid,
  .gateway-grid,
  .press-grid,
  .office-grid,
  .quick-grid,
  .download-grid,
  .filter-panel,
  .client-grid,
  .timeline-list,
  .notice-document-list,
  .notice-financial-grid,
  .domestic-branches,
  .global-office-grid {
    grid-template-columns: 1fr;
  }

  .career-values-grid,
  .career-focus-grid,
  .career-system-grid,
  .career-job-grid,
  .career-apply-grid,
  .career-recruit-list,
  .career-recruit-list-compact {
    grid-template-columns: 1fr;
  }

  .career-value-card {
    min-height: 0;
    padding: 24px;
  }

  .business-photo-stage {
    height: 300px;
  }

  .business-photo-slide figcaption {
    right: 24px;
    bottom: 46px;
  }

  .business-photo-dots {
    right: auto;
    left: 24px;
    bottom: 22px;
  }

  .business-photo-dots span {
    width: 26px;
  }

  .career-value-card h3,
  .career-system-grid h3,
  .career-job-grid h3 {
    font-size: 22px;
  }

  .career-apply-title {
    padding: 24px;
  }

  .career-apply-title strong {
    font-size: 24px;
  }

  .career-apply-grid article {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding: 20px;
  }

  .career-recruit-head {
    padding: 24px;
  }

  .career-recruit-head h3 {
    font-size: 25px;
  }

  .career-recruit-step,
  .career-recruit-step:nth-child(3n + 1) {
    align-items: center;
    min-height: 0;
    padding: 20px;
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .career-recruit-step:first-child {
    border-top: 0;
  }

  .career-recruit-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 14px;
  }

  .career-focus-grid article,
  .career-system-grid article,
  .career-job-grid article {
    padding: 20px;
  }

  .business-card {
    min-height: 350px;
  }

  .image-panel {
    min-height: 330px;
  }

  .project-toolbar {
    align-items: center;
    flex-direction: row;
  }

  .tabs {
    width: auto;
    display: inline-flex;
    overflow-x: auto;
  }

  .tab {
    min-height: 42px;
    min-width: 0;
    padding: 0 6px;
  }

  .contact-layout {
    display: block;
  }

  .location-layout {
    display: block;
  }

  .map-card {
    margin-top: 28px;
    min-height: 420px;
  }

  .history-item {
    grid-template-columns: 1fr;
    gap: 10px;
    min-height: 0;
  }

  .history-stage-nav {
    grid-template-columns: 1fr;
  }

  .history-stage-nav button {
    min-height: 68px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .history-stage-nav button:last-child {
    border-bottom: 0;
  }

  .history-list {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .history-slider-shell {
    padding: 0;
  }

  .history-arrow {
    top: auto;
    bottom: 18px;
    transform: none;
  }

  .history-arrow-prev {
    left: 18px;
  }

  .history-arrow-next {
    right: 18px;
  }

  .history-period {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 0 0 78px;
  }

  .history-period-head {
    grid-template-columns: 1fr;
    gap: 10px;
    min-height: 0;
    padding: 28px 24px;
  }

  .history-period-head h3 {
    font-size: 24px;
  }

  .history-date {
    font-size: 24px;
  }

  .history-events li {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 10px;
    font-size: 15px;
  }

  .branch-naver-slot {
    grid-template-columns: 1fr;
  }

  .branch-naver-slot .btn {
    width: 100%;
  }

  .branch-map-status {
    justify-self: start;
  }

  .world-map {
    aspect-ratio: 1.55 / 1;
    min-height: 0;
  }

  .map-marker span {
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
    font-size: 11px;
    padding: 6px 8px;
  }

  .map-marker.us-tx span {
    left: auto;
    right: 18px;
    top: -34px;
    transform: none;
  }

  .map-marker.us-ga span {
    left: auto;
    right: 18px;
    top: 18px;
    transform: none;
  }

  .map-marker.mx span,
  .map-marker.in span,
  .map-marker.vn span {
    left: auto;
    right: 18px;
    top: 22px;
    transform: none;
  }

  .map-info-card {
    left: 12px;
    right: 12px;
    top: auto;
    bottom: 12px;
    width: auto;
    padding: 14px;
  }

  .map-info-head {
    grid-template-columns: 42px 1fr;
    gap: 10px;
  }

  .map-info-flag {
    width: 42px;
    height: 32px;
    font-size: 22px;
  }

  .map-info-name {
    font-size: 16px;
  }

  .map-info-address {
    font-size: 13px;
  }

  .footer-brand-lockup {
    grid-template-columns: 150px 1px minmax(150px, 1fr);
    gap: 18px;
    max-width: 100%;
  }

  .footer-brand-mark {
    justify-content: center;
  }

  .footer-symbol {
    width: 142px;
  }

  .footer-divider {
    width: 1px;
    height: 132px;
  }

  .footer-title {
    min-width: 0;
    font-size: 26px;
  }

  .contact-panel {
    margin-top: 28px;
    padding: 22px;
  }

  html {
    -webkit-text-size-adjust: 100%;
  }

  .site-header {
    height: 66px;
  }

  .mobile-menu {
    inset: 66px 0 auto;
    max-height: calc(100vh - 66px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .home-main .wrap,
  .home-hero-inner,
  .home-hero-strip-inner {
    width: min(100% - 32px, var(--max));
  }

  .brand img {
    width: 158px;
  }

  .hero {
    min-height: 620px;
  }

  .page-hero {
    min-height: 360px;
    align-items: flex-end;
  }

  .home-hero {
    min-height: 0;
    display: block;
  }

  .home-hero-inner {
    display: block;
    padding-top: 104px;
    padding-bottom: 26px;
  }

  .home-hero-board {
    gap: 10px;
    margin-top: 24px;
  }

  .home-hero-link {
    min-height: 68px;
    grid-template-columns: 38px minmax(0, 1fr);
    padding: 13px 14px;
  }

  .home-hero-link strong {
    font-size: 18px;
  }

  .home-hero-link small {
    font-size: 12px;
  }

  .home-hero-strip-inner > div {
    padding: 17px 0;
  }

  .home-overview-panel {
    box-shadow: none;
  }

  .home-business-tile,
  .home-business-tile-large {
    min-height: 230px;
    padding: 24px;
  }

  .home-network-map {
    min-height: 320px;
    padding: 24px;
  }

  .home-qhse-grid a {
    min-height: 174px;
    padding: 22px;
  }

  .home-qhse-grid strong {
    margin-top: 24px;
  }

  .career-gateway-grid {
    grid-template-columns: 1fr;
  }

  .gateway-card.has-media {
    min-height: 0;
  }

  .gateway-card-media {
    margin: -22px -22px 18px;
    aspect-ratio: 16 / 8.5;
  }

  .gateway-card.has-media h3 {
    margin-top: 15px;
    font-size: 22px;
  }

  .career-detail-photo {
    height: 190px;
    margin: -6px 0 24px;
  }

  .hero h1,
  .page-hero h1 {
    font-size: clamp(31px, 9.6vw, 42px);
    line-height: 1.14;
  }

  .hero p,
  .page-hero p {
    margin: 18px 0 24px;
    font-size: 15px;
    line-height: 1.7;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    width: 100%;
  }

  .hero-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .section {
    padding: 56px 0;
  }

  .section h2 {
    font-size: clamp(26px, 7.6vw, 34px);
    line-height: 1.18;
  }

  .section-label {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .section-head {
    margin-bottom: 26px;
  }

  .gateway-card {
    min-height: 170px;
    padding: 22px;
  }

  .notice-article {
    padding: 22px;
  }

  .notice-article-head {
    padding-bottom: 18px;
  }

  .notice-article-head h2 {
    font-size: clamp(24px, 7.2vw, 32px);
    line-height: 1.18;
  }

  .notice-summary {
    margin: 18px 0 22px;
    font-size: 15px;
    line-height: 1.72;
  }

  .notice-document-link {
    min-height: 58px;
    padding: 14px 16px;
  }

  .notice-image-card {
    padding: 8px;
  }

  .career-posting-summary,
  .career-posting-grid,
  .career-posting-process {
    grid-template-columns: 1fr;
  }

  .career-posting-card {
    padding: 22px;
  }

  .career-posting-process li {
    min-height: 0;
  }

  .project-toolbar {
    align-items: stretch;
    flex-direction: column;
    min-width: 0;
  }

  .tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    gap: 6px;
    padding-bottom: 2px;
  }

  .tab {
    min-width: 0;
    width: 100%;
    padding: 0 8px;
    white-space: normal;
    line-height: 1.2;
  }

  .project-toolbar .btn {
    width: 100%;
    justify-content: center;
  }

  .filter-panel {
    gap: 12px;
  }

  .filter-group {
    padding: 16px;
  }

  .chips {
    gap: 7px;
  }

  .chip {
    min-height: 34px;
    padding: 0 11px;
    font-size: 12px;
  }

  .project-table-wrap {
    overflow: visible;
    background: transparent;
    border: 0;
  }

  .project-table,
  .project-table thead,
  .project-table tbody,
  .project-table tr,
  .project-table th,
  .project-table td {
    display: block;
  }

  .project-table {
    min-width: 0;
    background: transparent;
  }

  .project-table thead {
    display: none;
  }

  .project-table tbody {
    display: grid;
    gap: 14px;
  }

  .project-table tr {
    background: #fff;
    border: 1px solid var(--line);
  }

  .project-table td {
    width: 100% !important;
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 12px;
    padding: 13px 16px;
    border-bottom: 1px solid var(--line);
    text-align: left;
    font-size: 13px;
  }

  .project-table td::before {
    color: var(--teal);
    font-size: 12px;
    font-weight: 900;
  }

  .project-table td:nth-child(1)::before {
    content: "Region";
  }

  .project-table td:nth-child(2)::before {
    content: "Client";
  }

  .project-table td:nth-child(3)::before {
    content: "Contractor";
  }

  .project-table td:nth-child(4)::before {
    content: "Project";
  }

  .project-table td:nth-child(5)::before {
    content: "Business";
  }

  .project-table td:nth-child(6)::before {
    content: "Scope";
  }

  .project-table td:nth-child(7)::before {
    content: "Period";
  }

  .project-table td:nth-child(8)::before {
    content: "Status";
  }

  html:lang(ko) .project-table td:nth-child(1)::before {
    content: "지역";
  }

  html:lang(ko) .project-table td:nth-child(2)::before {
    content: "발주처";
  }

  html:lang(ko) .project-table td:nth-child(3)::before {
    content: "원청사";
  }

  html:lang(ko) .project-table td:nth-child(4)::before {
    content: "공사명";
  }

  html:lang(ko) .project-table td:nth-child(5)::before {
    content: "사업분야";
  }

  html:lang(ko) .project-table td:nth-child(6)::before {
    content: "공종";
  }

  html:lang(ko) .project-table td:nth-child(7)::before {
    content: "기간";
  }

  html:lang(ko) .project-table td:nth-child(8)::before {
    content: "상태";
  }

  .project-table td:last-child {
    border-bottom: 0;
  }

  .career-notice-table,
  .career-notice-table thead,
  .career-notice-table tbody,
  .career-notice-table tr,
  .career-notice-table th,
  .career-notice-table td {
    display: block;
  }

  .career-notice-table {
    min-width: 0;
    background: transparent;
  }

  .career-notice-table thead {
    display: none;
  }

  .career-notice-table tbody {
    display: grid;
    gap: 14px;
  }

  .career-notice-table tr {
    background: #fff;
    border: 1px solid var(--line);
  }

  .career-notice-table td {
    width: 100% !important;
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 12px;
    padding: 13px 16px;
    border-bottom: 1px solid var(--line);
    text-align: left !important;
    font-size: 13px;
    white-space: normal !important;
  }

  .career-notice-table td::before {
    color: var(--teal);
    font-size: 12px;
    font-weight: 900;
  }

  .career-notice-table td:nth-child(1)::before {
    content: "Type";
  }

  .career-notice-table td:nth-child(2)::before {
    content: "Posting";
  }

  .career-notice-table td:nth-child(3)::before {
    content: "Duties";
  }

  .career-notice-table td:nth-child(4)::before {
    content: "Location";
  }

  .career-notice-table td:nth-child(5)::before {
    content: "Status";
  }

  html:lang(ko) .career-notice-table td:nth-child(1)::before {
    content: "구분";
  }

  html:lang(ko) .career-notice-table td:nth-child(2)::before {
    content: "공고명";
  }

  html:lang(ko) .career-notice-table td:nth-child(3)::before {
    content: "담당 업무";
  }

  html:lang(ko) .career-notice-table td:nth-child(4)::before {
    content: "근무지";
  }

  html:lang(ko) .career-notice-table td:nth-child(5)::before {
    content: "상태";
  }

  .career-notice-table td:last-child {
    border-bottom: 0;
  }

  .footer-brand-lockup {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .footer-divider {
    width: 100%;
    height: 1px;
  }

  .footer-grid {
    gap: 30px;
  }

  .site-footer {
    padding: 56px 0 30px;
  }

  .notice-lightbox {
    align-items: flex-end;
    padding: 10px;
  }

  .notice-lightbox-dialog {
    width: 100%;
    max-height: calc(100vh - 20px);
    padding: 52px 10px 10px;
  }

  .notice-lightbox-title {
    top: 14px;
    left: 12px;
    right: 54px;
    font-size: 13px;
  }

  .notice-lightbox-close {
    top: 10px;
    right: 10px;
    width: 34px;
    height: 34px;
  }

  .notice-lightbox-body {
    max-height: calc(100vh - 92px);
  }

  .notice-lightbox-body img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 380px) {
  .brand img {
    width: 144px;
  }

  .language {
    font-size: 12px;
    gap: 4px;
  }

  .footer-brand-lockup {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .branch-mini-map {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 12px;
  }

  .branch-map-visual {
    height: 76px;
  }

  .footer-symbol {
    width: 118px;
  }

  .footer-title {
    font-size: 22px;
  }

  .menu-toggle {
    width: 40px;
    height: 40px;
  }

  .home-hero-inner,
  .page-hero-inner,
  .wrap,
  .home-main .wrap,
  .home-hero-strip-inner {
    width: min(100% - 28px, var(--max));
  }

  .hero h1,
  .page-hero h1 {
    font-size: clamp(29px, 9.2vw, 36px);
  }

  .project-table td {
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 10px;
    padding: 12px 14px;
  }

  .career-notice-table td {
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 10px;
    padding: 12px 14px;
  }
}


/* ===== KENTRA additions ===== */

.brand-text {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  color: #fff;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: .16em;
  line-height: 1;
  white-space: nowrap;
}

.brand-text em {
  font-style: normal;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .22em;
  color: #8cf2f5;
}

.footer-brand-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  color: #fff;
  font-size: clamp(30px, 2.6vw, 42px);
  font-weight: 900;
  letter-spacing: .14em;
  line-height: 1;
}

.footer-brand-text em {
  font-style: normal;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .3em;
  color: rgba(255, 255, 255, .72);
}

.map-marker.kr { left: 49.8%; top: 29.4%; }

.map-marker.kr span {
  left: auto;
  right: 18px;
  top: -18px;
  transform: none;
}


/* ===== KENTRA beautify pass ===== */

.brand { gap: 12px; }

.brand-mark { width: 40px; height: 40px; flex: 0 0 auto; display: block; }

.brand-lockup { display: flex; flex-direction: column; gap: 4px; }

.brand-lockup .brand-text { font-size: 21px; letter-spacing: .18em; }

.brand-sub {
  color: rgba(255, 255, 255, .52);
  font-size: 8.5px;
  font-weight: 800;
  letter-spacing: .3em;
  text-transform: uppercase;
  white-space: nowrap;
}

@media (max-width: 760px) {
  .brand-sub { display: none; }
  .brand-mark { width: 34px; height: 34px; }
  .brand-lockup .brand-text { font-size: 18px; }
}

.language {
  gap: 0;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  background: rgba(255, 255, 255, .07);
}

.language span { display: none; }

.language a {
  padding: 4px 11px;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: .08em;
  transition: color .2s ease, background .2s ease;
}

.language a:hover { color: #fff; }

.language a[aria-current="true"] {
  background: #8cf2f5;
  color: #06282a;
}

.hero-chip {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  margin-bottom: 18px;
  padding: 8px 15px;
  border: 1px solid rgba(140, 242, 245, .38);
  border-radius: 999px;
  background: rgba(5, 32, 34, .46);
  color: #bff4f6;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  backdrop-filter: blur(6px);
}

.hero-chip::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 4px rgba(198, 151, 47, .22);
}

@keyframes kentraRise {
  to { opacity: 1; transform: none; }
}

@media (prefers-reduced-motion: no-preference) {
  .home-hero-copy > * {
    opacity: 0;
    transform: translateY(18px);
    animation: kentraRise .7s cubic-bezier(.2, .7, .2, 1) forwards;
  }

  .home-hero-copy > :nth-child(1) { animation-delay: .05s; }
  .home-hero-copy > :nth-child(2) { animation-delay: .13s; }
  .home-hero-copy > :nth-child(3) { animation-delay: .21s; }
  .home-hero-copy > :nth-child(4) { animation-delay: .3s; }
  .home-hero-copy > :nth-child(5) { animation-delay: .4s; }

  .home-hero-board .home-hero-link {
    opacity: 0;
    transform: translateY(22px);
    animation: kentraRise .7s cubic-bezier(.2, .7, .2, 1) forwards;
  }

  .home-hero-board .home-hero-link:nth-child(1) { animation-delay: .4s; }
  .home-hero-board .home-hero-link:nth-child(2) { animation-delay: .49s; }
  .home-hero-board .home-hero-link:nth-child(3) { animation-delay: .58s; }
  .home-hero-board .home-hero-link:nth-child(4) { animation-delay: .67s; }

  .home-hero-strip-inner > div {
    opacity: 0;
    transform: translateY(14px);
    animation: kentraRise .6s ease-out forwards;
  }

  .home-hero-strip-inner > div:nth-child(1) { animation-delay: .55s; }
  .home-hero-strip-inner > div:nth-child(2) { animation-delay: .63s; }
  .home-hero-strip-inner > div:nth-child(3) { animation-delay: .71s; }
  .home-hero-strip-inner > div:nth-child(4) { animation-delay: .79s; }

  .page-hero:not(.home-hero) .page-hero-inner > * {
    opacity: 0;
    transform: translateY(16px);
    animation: kentraRise .65s cubic-bezier(.2, .7, .2, 1) forwards;
  }

  .page-hero:not(.home-hero) .page-hero-inner > :nth-child(1) { animation-delay: .05s; }
  .page-hero:not(.home-hero) .page-hero-inner > :nth-child(2) { animation-delay: .14s; }
  .page-hero:not(.home-hero) .page-hero-inner > :nth-child(3) { animation-delay: .24s; }

  .kentra-reveal {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity .6s ease, transform .6s cubic-bezier(.2, .7, .2, 1);
    transition-delay: var(--reveal-delay, 0ms);
  }

  .kentra-reveal.kentra-revealed {
    opacity: 1;
    transform: none;
  }
}

.section.dark:not(.sustainability-card-backdrop):not(.ci-color-section) {
  background-image: radial-gradient(rgba(140, 242, 245, .13) 1px, transparent 1.6px);
  background-size: 34px 34px;
}

.gateway-card,
.global-office,
.vision-card,
.office,
.fact-card,
.home-hero-link,
.home-qhse-grid a,
.home-keyline-list a {
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease;
}

.gateway-card:hover,
.global-office:hover,
.vision-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 44px rgba(8, 100, 105, .16);
}

.office:hover,
.fact-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(8, 100, 105, .12);
}

.btn { transition: transform .18s ease, box-shadow .18s ease, background .2s ease, border-color .2s ease, color .2s ease; }

.btn:hover { transform: translateY(-1px); }

.btn-light {
  background: #fff;
  border-color: #fff;
  color: #086469;
  font-weight: 800;
  min-height: 50px;
  padding: 0 30px;
}

.btn-light:hover {
  background: #dffafb;
  border-color: #dffafb;
  color: #06565a;
}

.project-table tbody tr { transition: background .2s ease; }

.project-table tbody tr:hover { background: #edf6f7; }

.badge { border-radius: 999px; }

@media (min-width: 861px) {
  .subnav.category-nav {
    position: sticky;
    top: 82px;
    z-index: 24;
    background: rgba(6, 74, 78, .92);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: 0 12px 30px rgba(6, 74, 78, .22);
  }
}

.greetings-copy .ceo-signature strong {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .12em;
  color: var(--muted);
  text-transform: uppercase;
}

.message-visual {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-self: start;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 24px 50px rgba(17, 24, 39, .1);
}

.message-visual img {
  display: block;
  width: 100%;
  min-height: 380px;
  height: 100%;
  object-fit: cover;
}

.message-visual figcaption {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px 20px;
  border-top: 1px solid var(--line);
}

.message-visual figcaption span {
  color: var(--teal);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.message-visual figcaption strong {
  color: var(--ink);
  font-size: 16px;
  font-weight: 800;
}

#compliance .office-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.section.dark.sustainability-card-backdrop .section-head p,
.section.dark.ci-color-section .section-head p {
  color: var(--muted);
}

.synergy-card {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 26px;
  margin: 0 0 36px;
  padding: 30px 36px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 24px 50px rgba(17, 24, 39, .08);
}

.synergy-node { display: flex; flex-direction: column; gap: 6px; }

.synergy-node small {
  color: var(--teal);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.synergy-node strong {
  color: var(--ink);
  font-size: clamp(19px, 1.8vw, 24px);
  font-weight: 900;
  letter-spacing: .05em;
}

.synergy-node span { color: var(--muted); font-size: 14px; }

.synergy-node.synergy-right { align-items: flex-end; text-align: right; }

.synergy-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  padding: 10px 0;
}

.synergy-line {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  background-image: linear-gradient(90deg, var(--teal) 55%, transparent 45%);
  background-size: 14px 2px;
  opacity: .7;
}

@media (prefers-reduced-motion: no-preference) {
  .synergy-line { animation: synergyFlow 1.1s linear infinite; }
}

@keyframes synergyFlow {
  to { background-position: 14px 0; }
}

.synergy-tag {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 18px;
  border-radius: 999px;
  background: var(--teal-dark);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  white-space: nowrap;
}

.synergy-tag::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
}

@media (max-width: 860px) {
  .synergy-card { grid-template-columns: 1fr; padding: 26px 22px; text-align: center; }
  .synergy-node, .synergy-node.synergy-right { align-items: center; text-align: center; }
  .synergy-link { min-width: 0; }
  .synergy-line { left: 18%; right: 18%; }
}

.cta-band {
  position: relative;
  overflow: hidden;
  padding: 86px 0;
  background: linear-gradient(118deg, #05393d, #108b90 58%, #0e6781);
  color: #fff;
}

.cta-band::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, var(--gold), rgba(198, 151, 47, 0) 65%);
}

.cta-band::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, .13) 1px, transparent 1.6px);
  background-size: 30px 30px;
  pointer-events: none;
}

.cta-band .wrap { position: relative; z-index: 1; }

.cta-band-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.cta-band .eyebrow { color: #8cf2f5; }

.cta-band h2 {
  margin: 10px 0 12px;
  color: #fff;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.16;
  font-weight: 900;
}

.cta-band p {
  margin: 0;
  max-width: 640px;
  color: rgba(255, 255, 255, .78);
  font-size: 16px;
  line-height: 1.6;
}

.site-footer { position: relative; }

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, var(--teal), var(--gold));
}

::selection { background: rgba(16, 139, 144, .28); }

:focus-visible { outline: 2px solid var(--teal); outline-offset: 2px; }

.mobile-menu {
  background: rgba(255, 255, 255, .97);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}


/* ===== KENTRA 100-point pass ===== */

.icon-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 14px;
  border: 1px solid rgba(16, 139, 144, .18);
  border-radius: 13px;
  background: rgba(16, 139, 144, .09);
  color: var(--teal-dark);
}

.icon-chip svg { width: 23px; height: 23px; }

.home-qhse-grid .icon-chip { margin-bottom: 10px; }

.gateway-card-media { position: relative; }

.gateway-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(165deg, rgba(8, 100, 105, .16), rgba(8, 100, 105, 0) 58%);
}

.gateway-card-media img,
.philosophy-image img,
.message-visual img {
  filter: saturate(.86) contrast(1.05);
}

.philosophy-image { position: relative; }

.philosophy-image::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(165deg, rgba(8, 100, 105, .14), rgba(8, 100, 105, 0) 60%);
}

.image-panel {
  background:
    linear-gradient(165deg, rgba(8, 100, 105, .22), rgba(8, 100, 105, 0) 55%),
    var(--image) center / cover no-repeat;
}

@media (prefers-reduced-motion: no-preference) {
  .home-hero::before {
    content: "";
    position: absolute;
    top: -18%;
    left: -12%;
    width: 58vw;
    height: 58vw;
    background: radial-gradient(circle, rgba(16, 139, 144, .3), transparent 62%);
    filter: blur(34px);
    pointer-events: none;
    animation: kentraGlow 9s ease-in-out infinite alternate;
  }

  @keyframes kentraGlow {
    from { transform: translate3d(0, 0, 0) scale(1); opacity: .65; }
    to { transform: translate3d(7vw, 5vh, 0) scale(1.16); opacity: 1; }
  }
}

.skip-link {
  position: fixed;
  top: -64px;
  left: 16px;
  z-index: 120;
  padding: 11px 18px;
  border-radius: 8px;
  background: var(--teal-dark);
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  transition: top .2s ease;
}

.skip-link:focus-visible { top: 14px; }

.hp-field { display: none !important; }


/* ===== global network overhaul ===== */

.office-flag {
  display: block;
  width: 32px;
  height: 22px;
  margin-bottom: 12px;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(17, 24, 39, .1);
}

.global-office { position: relative; }

.global-office-grid .global-office.is-kentra { grid-column: 1 / -1; }

.global-office.is-kentra {
  border-color: rgba(198, 151, 47, .55);
  box-shadow: 0 18px 40px rgba(198, 151, 47, .14);
}

.global-office.is-kentra::after {
  content: attr(data-tag);
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 5px 12px;
  border-radius: 999px;
  background: linear-gradient(120deg, var(--gold), #d9af52);
  color: #241a04;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .16em;
}

.map-marker.is-kentra::before {
  background: var(--gold);
  box-shadow: 0 0 0 6px rgba(198, 151, 47, .24), 0 10px 22px rgba(16, 24, 40, .28);
}

.map-marker.is-kentra span {
  opacity: 1;
  visibility: visible;
}

@media (prefers-reduced-motion: no-preference) {
  .map-marker.is-kentra::before {
    animation: kentraPulse 2.4s ease-in-out infinite;
  }

  @keyframes kentraPulse {
    0%, 100% { box-shadow: 0 0 0 5px rgba(198, 151, 47, .26), 0 10px 22px rgba(16, 24, 40, .28); }
    50% { box-shadow: 0 0 0 11px rgba(198, 151, 47, .1), 0 10px 22px rgba(16, 24, 40, .28); }
  }
}

.synergy-countries {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  grid-column: 1 / -1;
  margin-top: 8px;
  padding-top: 18px;
  border-top: 1px dashed var(--line);
}

.synergy-countries span {
  padding: 6px 13px;
  border: 1px solid rgba(16, 139, 144, .18);
  border-radius: 999px;
  background: rgba(16, 139, 144, .07);
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .05em;
}

.project-table tr.is-kentra-row {
  background: rgba(198, 151, 47, .08);
}

.project-table tr.is-kentra-row:hover {
  background: rgba(198, 151, 47, .14);
}

.network-more {
  margin: 20px 0 0;
  text-align: right;
}

.network-more a {
  color: var(--teal-dark);
  font-weight: 800;
}

.hero-slogans {
  margin: 16px 0 0;
  color: #8cf2f5;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}
