@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');
@import url("/css/theme.css");

* { box-sizing: border-box; }

/* 페이지 스크롤바 */
html {
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
}

html::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

html::-webkit-scrollbar-track {
  background: transparent;
}

html::-webkit-scrollbar-thumb {
  min-height: 48px;
  border: 2px solid transparent;
  border-radius: 999px;
  background: transparent;
  background-clip: padding-box;
}

html.scrollbar-active {
  scrollbar-color: color-mix(in srgb, var(--primary, #2ab7b1) 22%, #9eacb2) transparent;
}

html.scrollbar-active::-webkit-scrollbar-thumb {
  background: color-mix(in srgb, var(--primary, #2ab7b1) 22%, #9eacb2);
  background-clip: padding-box;
}

html.scrollbar-active::-webkit-scrollbar-thumb:hover {
  background: color-mix(in srgb, var(--primary, #2ab7b1) 42%, #899aa2);
  background-clip: padding-box;
}

html::-webkit-scrollbar-corner {
  background: transparent;
}

body {
  margin: 0;
  font-family: 'NanumSquare', 'Noto Sans KR', sans-serif;
  color: #1f252b;
  background: #fff;
}

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

/* common sub header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: 68px;
  background: var(--primary, #2ab7b1);
  box-shadow: 0 8px 24px rgba(0,0,0,.10);
}

.header-inner {
  max-width: 1440px;
  height: 100%;
  margin: 0 auto;
  padding: 0 12vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
}

.brand img {
  width: 150px;
  display: block;
}

.gnb {
  flex: 1;
  display: flex;
  justify-content: center;
  gap: 44px;
  font-size: 17px;
  font-weight: 700;
}

.gnb-item {
  height: 68px;
  display: flex;
  align-items: center;
}

.gnb-item > a {
  position: relative;
  padding: 23px 0 22px;
  color: rgba(255,255,255,.94);
}

.gnb-item > a.active,
.gnb-item:hover > a,
.gnb-item.is-open > a {
  color: var(--navy, #0f2638);
}

.gnb-item > a.active::after,
.gnb-item:hover > a::after,
.gnb-item.is-open > a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  height: 3px;
  background: var(--navy, #0f2638);
  border-radius: 999px;
}

.gnb-sub {
  position: fixed;
  top: 68px;
  left: 0;
  right: 0;
  height: 214px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 28px;
  padding: 0 12vw 52px;
  background: #f4f6f7;
  border-bottom: 1px solid #e5e8eb;
  box-shadow: 0 14px 26px rgba(0,0,0,.08);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.gnb-sub::before {
  content: attr(data-title);
  position: absolute;
  left: 12vw;
  top: 50px;
  color: var(--navy, #102437);
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -.055em;
}

.gnb-item.is-open .gnb-sub {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.gnb-sub a {
  color: #344757;
  font-size: 18px;
  font-weight: 700;
}

.gnb-sub a + a::before {
  content: "|";
  margin: 0 28px 0 0;
  color: #b8c0c7;
  font-weight: 300;
}

.gnb-sub a:hover {
  color: var(--primary, #2ab7b1);
}

.header-actions {
  display: flex;
  gap: 8px;
}

.outline-btn {
  width: 96px;
  height: 34px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.85);
  border-radius: 999px;
  background: #fff;
  color: var(--primary, #2ab7b1);
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  line-height: 34px;
  text-align: center;
  display: inline-block;
  white-space: nowrap;
  cursor: pointer;
}

/* content */
.page-wrap {
  max-width: 1440px;
  margin: 0 auto;
  padding: 70px 44px 110px;
}

.page-head {
  position: relative;
  margin-bottom: 74px;
  padding-bottom: 34px;
  border-bottom: 2px solid #222;
}

.page-head h1 {
  margin: 0;
  color: #111;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -.055em;
}

.breadcrumb {
  position: absolute;
  right: 0;
  bottom: 38px;
  margin: 0;
  color: #8a8f94;
  font-size: 13px;
  font-weight: 300;
}

/* company */
.greeting {
  max-width: 1160px;
  margin: 0 auto;
}

.portrait {
  position: relative;
  width: 420px;
  overflow: hidden;
  box-shadow: 0 18px 42px rgba(0,0,0,.08);
}

.portrait img {
  width: 100%;
  height: 620px;
  object-fit: cover;
  display: block;
}

.portrait::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 160px;
  background: linear-gradient(0deg, #fff 0%, rgba(255,255,255,0) 100%);
}

.portrait span {
  position: absolute;
  right: 28px;
  bottom: 28px;
  z-index: 1;
  color: #fff;
  font-size: 26px;
  font-weight: 300;
  font-style: italic;
  text-shadow: 0 4px 12px rgba(0,0,0,.42);
}

.greeting-hero {
  position: relative;
  margin-bottom: 64px;
  padding: 10px 0 42px;
  border-bottom: 1px solid #dfe6e8;
}

.greeting-eyebrow {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 18px;
  color: var(--primary-dark, #087e72);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .2em;
}

.message .greeting-hero h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--navy, #102437);
  font-size: clamp(28px, 2.6vw, 38px);
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: -.055em;
  word-break: keep-all;
}

.message .welcome {
  position: relative;
  z-index: 1;
  margin: 22px 0 0;
  color: #71808a;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 400;
}

.message-body {
  width: 100%;
}

.message-body > p {
  margin: 0 0 22px;
  color: #53616b;
  font-size: 17px;
  line-height: 1.88;
  font-weight: 400;
  text-indent: 1.15em;
  word-break: keep-all;
}

.message-body .opening {
  margin-bottom: 28px;
  color: var(--navy, #102437);
  font-size: 21px;
  text-indent: 0;
}

.message-body .closing {
  margin-top: 30px;
  color: var(--navy, #102437);
  font-weight: 600;
  text-indent: 0;
}

.greeting-quote {
  position: relative;
  margin: 36px 0;
  padding: 30px 36px 32px 40px;
  border-left: 5px solid var(--primary, #2ab7b1);
  background: #f4f9f9;
}

.greeting-quote span {
  display: block;
  margin-bottom: 11px;
  color: var(--primary-dark, #087e72);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .18em;
}

.greeting-quote strong {
  color: var(--navy, #102437);
  font-size: 25px;
  line-height: 1.55;
  letter-spacing: -.035em;
}

.greeting-values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 38px 0;
}

.greeting-values > div {
  min-height: 210px;
  padding: 28px 26px;
  border: 1px solid #e1e9eb;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(16,36,55,.045);
}

.greeting-values span {
  display: block;
  margin-bottom: 26px;
  color: var(--primary, #2ab7b1);
  font-size: 12px;
  font-weight: 900;
}

.greeting-values strong {
  display: block;
  margin-bottom: 12px;
  color: var(--navy, #102437);
  font-size: 19px;
}

.greeting-values p {
  margin: 0;
  color: #687681;
  font-size: 14px;
  line-height: 1.75;
}

.ceo-signoff {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  width: 100%;
  margin: 38px 0 0;
  padding-top: 12px;
}

.ceo-signoff-meta {
  display: grid;
  gap: 7px;
  text-align: right;
}

.ceo-signoff-meta small {
  color: #89959d;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .04em;
}

.ceo-signoff-meta strong {
  color: var(--navy, #102437);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -.02em;
}

.signature-crop {
  position: relative;
  display: block;
  width: 156px;
  height: 76px;
  overflow: hidden;
  background: #fff;
}

.signature-crop img {
  position: absolute;
  width: 290px;
  max-width: none;
  height: auto;
  left: -80px;
  top: -56px;
  filter: grayscale(1) brightness(1.75) contrast(5.5);
  mix-blend-mode: multiply;
}

/* history */
.history-section {
  padding: 16px 8px 28px;
}

.history-timeline {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(var(--history-rows), auto);
  grid-auto-flow: column;
  column-gap: clamp(54px, 7vw, 112px);
  row-gap: 0;
  max-width: 1120px;
  margin: 0 auto;
}

.history-timeline-item {
  position: relative;
  min-width: 0;
  padding: 7px 12px 54px 38px;
  border-left: 2px solid #9fd8d5;
  border-left: 2px solid color-mix(in srgb, var(--primary, #2ab7b1) 55%, #d9e4e8);
}

.history-timeline-item::after {
  content: "";
  position: absolute;
  left: -2px;
  bottom: 0;
  width: 2px;
  height: 26px;
  background: linear-gradient(to bottom, currentColor, transparent);
  color: #9fd8d5;
  color: color-mix(in srgb, var(--primary, #2ab7b1) 55%, #d9e4e8);
}

.history-marker {
  position: absolute;
  top: 12px;
  left: -8px;
  width: 14px;
  height: 14px;
  border: 3px solid var(--primary, #2ab7b1);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 5px rgba(42, 183, 177, .1);
  box-shadow: 0 0 0 5px color-mix(in srgb, var(--primary, #2ab7b1) 10%, transparent);
}

.history-year-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 13px;
}

.history-year-row h3 {
  margin: 0;
  color: var(--navy, #102437);
  font-size: clamp(25px, 2.3vw, 34px);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -.045em;
}

.history-current {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 3px 9px;
  border-radius: 999px;
  background: #e9f8f7;
  background: color-mix(in srgb, var(--primary, #2ab7b1) 12%, #fff);
  color: var(--primary-dark, var(--primary, #2ab7b1));
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
}

.history-content {
  color: #55636d;
  font-size: 15px;
  line-height: 1.75;
  overflow-wrap: anywhere;
}

.history-content > :first-child { margin-top: 0; }
.history-content > :last-child { margin-bottom: 0; }

.history-content p {
  margin: 0 0 9px;
}

.history-content ul,
.history-content ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.history-content li {
  position: relative;
  margin: 5px 0;
  padding-left: 15px;
}

.history-content li::before {
  content: "";
  position: absolute;
  top: .78em;
  left: 0;
  width: 5px;
  height: 2px;
  border-radius: 99px;
  background: var(--primary, #2ab7b1);
  background: color-mix(in srgb, var(--primary, #2ab7b1) 75%, #71808b);
}

.history-content table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
}

.history-content th,
.history-content td {
  padding: 7px 9px;
  border: 1px solid #dce4e8;
  text-align: left;
}

.company-content-empty {
  padding: 58px 28px;
  border: 1px dashed #d5dde2;
  border-radius: 22px;
  background: #fafcfc;
  color: #697681;
  text-align: center;
}

.company-content-empty strong {
  display: block;
  margin-bottom: 10px;
  color: var(--navy, #102437);
  font-size: 21px;
}

.company-content-empty p { margin: 0; }

/* footer */
.footer {
  background: #eee;
  padding: 24px 0;
}

.footer-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 44px;
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px 38px;
  color: #999;
  text-align: left;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  width: fit-content;
}

.footer-logo {
  width: 148px;
  height: auto;
  margin: 0;
  display: block;
}

.footer-company { min-width: 0; }

.footer-policy-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

.footer-policy-links a {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 2px 12px;
  border-radius: 7px;
  text-decoration: none;
  transition: background-color .2s ease, color .2s ease;
}

.footer-policy-links a + a::before {
  width: 1px;
  height: 12px;
  margin-right: 12px;
  background: rgba(255, 255, 255, .24);
  content: "";
}

.footer-policy-links a:hover,
.footer-policy-links a:focus-visible {
  background: rgba(255, 255, 255, .1);
}

.footer-policy-links .footer-policy-primary {
  font-weight: 800;
}

.footer-info {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 24px;
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 500;
}

.footer-info + .footer-info { margin-top: 3px; }

.footer-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
}

.copyright {
  margin: 0;
  color: #999;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}

@media (max-width: 1050px) {
  .footer-inner {
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 16px 28px;
  }

  .footer-meta {
    grid-column: 1 / -1;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    padding-top: 12px;
    border-top: 1px solid rgba(255,255,255,.1);
  }
}

@media (max-width: 700px) {
  .footer { padding: 24px 0 22px; }
  .footer-inner {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 0 22px;
    text-align: center;
  }
  .footer-brand { margin: 0 auto; }
  .footer-logo { width: 138px; }
  .footer-info { justify-content: center; gap: 2px 16px; font-size: 13px; }
  .footer-meta {
    grid-column: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding-top: 13px;
  }
  .footer-policy-links { justify-content: center; }
}

/* page top */
.page-top-button {
  position: fixed;
  z-index: 900;
  right: 28px;
  bottom: 28px;
  display: grid;
  width: 56px;
  height: 56px;
  padding: 7px 0 6px;
  place-content: center;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 16px;
  background: rgba(16,36,55,.94);
  color: #fff;
  box-shadow: 0 12px 30px rgba(8,25,38,.22);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity .22s ease, visibility .22s ease, transform .22s ease, background-color .2s ease;
  backdrop-filter: blur(8px);
}

.page-top-button.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.page-top-button:hover {
  background: var(--primary,#2ab7b1);
  transform: translateY(-3px);
}

.page-top-button:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--primary,#2ab7b1) 45%, transparent);
  outline-offset: 3px;
}

.page-top-arrow {
  display: block;
  font-size: 19px;
  font-weight: 500;
  line-height: 1;
}

.page-top-label {
  display: block;
  margin-top: 3px;
  font-size: 9px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .12em;
}

body.product-modal-open .page-top-button { opacity: 0; visibility: hidden; }

/* policy / open-source notice */
.policy-page {
  max-width: 1120px;
}

.policy-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
  padding-bottom: 28px;
  border-bottom: 1px solid #dfe6e9;
}

.policy-head .policy-eyebrow {
  display: block;
  margin-bottom: 9px;
  color: var(--primary, #20b8b0);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .14em;
}

.policy-head h1 {
  margin: 0;
  color: var(--navy, #102437);
  font-size: clamp(32px, 4vw, 48px);
  letter-spacing: -.04em;
}

.policy-effective-date {
  flex: none;
  margin: 0;
  color: #697681;
  font-size: 14px;
}

.policy-intro {
  margin: 0 0 28px;
  padding: 24px 26px;
  border: 1px solid #dfe9e9;
  border-radius: 18px;
  background: #f7fbfb;
  color: #43515d;
  line-height: 1.8;
}

.policy-content {
  display: grid;
  gap: 16px;
}

.policy-section {
  padding: 28px 30px;
  border: 1px solid #e2e7ea;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(16, 36, 55, .04);
}

.policy-section h2 {
  margin: 0 0 16px;
  color: var(--navy, #102437);
  font-size: 21px;
  letter-spacing: -.025em;
}

.policy-section h3 {
  margin: 20px 0 8px;
  color: var(--navy, #102437);
  font-size: 16px;
}

.policy-section p,
.policy-section li {
  color: #52606b;
  font-size: 15px;
  line-height: 1.75;
}

.policy-section p { margin: 0; }
.policy-section p + p { margin-top: 10px; }
.policy-section ul { margin: 0; padding-left: 20px; }
.policy-section a { color: #087f79; font-weight: 700; }

.policy-table-wrap {
  overflow-x: auto;
  border: 1px solid #e2e7ea;
  border-radius: 12px;
}

.policy-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  background: #fff;
  font-size: 14px;
}

.policy-table th,
.policy-table td {
  padding: 15px 17px;
  border-bottom: 1px solid #e7ecee;
  color: #52606b;
  text-align: left;
  vertical-align: top;
  line-height: 1.65;
}

.policy-table th {
  background: #f5f8f9;
  color: var(--navy, #102437);
  font-weight: 800;
}

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

.license-name {
  display: block;
  color: var(--navy, #102437);
  font-weight: 800;
}

.license-version {
  display: block;
  margin-top: 3px;
  color: #7b8790;
  font-size: 12px;
}

.policy-note {
  margin-top: 18px !important;
  color: #77838c !important;
  font-size: 13px !important;
}

@media (max-width: 1000px) {
  .site-header { height: auto; }
  .header-inner { padding: 18px 22px; flex-wrap: wrap; gap: 18px; }
  .brand img { width: 138px; }
  .gnb { order: 3; width: 100%; justify-content: flex-start; gap: 24px; overflow-x: auto; font-size: 14px; }
  .gnb-item { height: auto; }
  .gnb-item > a { padding: 6px 0 10px; }
  .gnb-sub { display: none !important; }
  .page-wrap { padding: 42px 22px 70px; }
  .page-head { margin-bottom: 44px; }
  .page-head h1 { font-size: 34px; }
  .breadcrumb { position: static; margin-top: 14px; text-align: left; }
  .greeting { grid-template-columns: 1fr; gap: 38px; }
  .portrait { width: 100%; max-width: 420px; }
  .portrait img { height: auto; }
  .greeting-hero { margin-bottom: 48px; padding: 4px 0 34px; }
  .message .greeting-hero h2 { font-size: clamp(26px, 4.4vw, 34px); }
  .message .welcome { margin-top: 18px; font-size: 16px; }
  .message-body > p { font-size: 16px; line-height: 1.85; }
  .message-body .opening { font-size: 19px; }
  .greeting-quote { margin: 32px 0; padding: 28px 32px; }
  .greeting-quote strong { font-size: 22px; }
  .greeting-values { grid-template-columns: 1fr; margin: 34px 0; }
  .greeting-values > div { min-height: 0; }
  .greeting-values span { margin-bottom: 16px; }
  .ceo-signoff { margin-top: 30px; }
  .history-section { padding-right: 2px; padding-left: 7px; }
  .history-timeline {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    grid-auto-flow: row;
    grid-auto-rows: auto;
  }
  .history-timeline-item { padding-right: 4px; padding-bottom: 44px; }
  .policy-head { align-items: flex-start; flex-direction: column; }
  .policy-section { padding: 23px 20px; }
}

@media (max-width: 560px) {
  .greeting-hero { margin-right: 0; margin-left: 0; padding: 0 0 30px; }
  .message .greeting-hero h2 { font-size: 24px; line-height: 1.45; }
  .message-body > p { line-height: 1.85; word-break: normal; }
  .greeting-quote { padding: 26px 22px; }
  .greeting-quote strong { font-size: 20px; }
  .greeting-values > div { padding: 24px 22px; }
  .ceo-signoff { gap: 4px; }
  .ceo-signoff-meta small { font-size: 11px; }
  .ceo-signoff-meta strong { font-size: 15px; }
  .signature-crop { width: 130px; height: 66px; }
  .signature-crop img { width: 245px; left: -68px; top: -48px; }
  .footer-policy-links { flex-wrap: wrap; }
  .footer-policy-links a { padding-right: 12px; padding-left: 12px; }
  .footer-policy-links a + a::before { margin-right: 12px; }
  .policy-intro { padding: 20px; }
  .page-top-button { right: 16px; bottom: 16px; width: 50px; height: 50px; border-radius: 14px; }
}


/* =========================
   회사소개 하위 탭 공통 fragment
========================= */
.page-head {
  margin-bottom: 48px;
  padding-bottom: 22px;
  border-bottom: 2px solid #222;
}
.page-title-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.page-tabs {
  display: flex;
  align-items: center;
  gap: 38px;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
}
.page-tabs a {
  color: #344757;
}
.page-tabs a.active,
.page-tabs a:hover {
  color: var(--primary, #2ab7b1);
}
.page-tabs a + a::before {
  content: "|";
  margin-right: 38px;
  color: #b8c0c7;
  font-weight: 300;
}

/* 사업소개·제품소개 상단 메뉴 공통 */
.section-menu-head {
  margin-bottom: 48px;
  padding-bottom: 22px;
  border-bottom: 2px solid #222;
}
.section-menu-tabs {
  display: flex;
  align-items: center;
  gap: 38px;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
}
.section-menu-tabs a { color: #344757; white-space: nowrap; }
.section-menu-tabs a.active,
.section-menu-tabs a:hover { color: var(--primary,#2ab7b1); }
.section-menu-tabs a + a::before {
  content: "|";
  margin-right: 38px;
  color: #b8c0c7;
  font-weight: 300;
}

/* =========================
   조직도 - CMS 카드형 최종
========================= */
.org-section {
  padding-top: 4px;
}
.org-chart {
  max-width: 1320px;
  margin: 0 auto;
  text-align: center;
}
.org-ceo {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 280px;
  height: 68px;
  padding: 0 46px;
  border-radius: 999px;
  background: var(--navy, #102437);
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  box-shadow: 0 14px 30px rgba(16, 36, 55, .18);
}
.org-connector {
  position: relative;
  height: 110px;
  margin: 0 48px;
}
.org-connector::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 2px;
  height: 56px;
  background: #cfd6dc;
  transform: translateX(-50%);
}
.org-connector::after {
  content: "";
  position: absolute;
  left: 6.25%;
  right: 6.25%;
  top: 56px;
  height: 2px;
  background: #cfd6dc;
}
.org-connector span {
  position: absolute;
  top: 56px;
  width: 2px;
  height: 54px;
  background: #cfd6dc;
  transform: translateX(-50%);
}
.org-connector span:nth-child(1) { left: 6.25%; }
.org-connector span:nth-child(2) { left: 37.5%; }
.org-connector span:nth-child(3) { left: 62.5%; }
.org-connector span:nth-child(4) { left: 93.75%; }

.org-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.org-card {
  position: relative;
  border: 1px solid #e2e6ea;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(0,0,0,.06);
  overflow: hidden;
}
.org-card h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  height: 72px;
  margin: 0;
  border-radius: 22px 22px 0 0;
  background: linear-gradient(135deg, var(--primary, #2ab7b1) 0%, #22aaa4 100%);
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}
.org-card h3 span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(16,36,55,.20);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  flex-shrink: 0;
}
.org-card > p {
  margin: 22px 24px 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #eef1f3;
  color: #4f5f6d;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}
.org-card ul {
  margin: 0;
  padding: 0 24px 26px;
  list-style: none;
}
.org-card-body > p {
  margin: 0;
  padding: 0 24px 24px;
  color: #66737f;
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
}
.org-card li {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
  padding: 14px 0;
  border-bottom: 1px solid #eef1f3;
  text-align: left;
}
.org-card li:last-child {
  border-bottom: 0;
}
.org-card li strong {
  color: #222;
  font-size: 15px;
  font-weight: 700;
}
.org-card li em {
  color: #777;
  font-size: 13px;
  line-height: 1.45;
  font-style: normal;
  font-weight: 300;
}

@media (max-width: 1000px) {
  .page-title-row { display: block; }
  .page-tabs { gap: 20px; overflow-x: auto; font-size: 15px; }
  .page-tabs a + a::before { margin-right: 20px; }
  .section-menu-tabs { gap: 20px; overflow-x: auto; font-size: 15px; }
  .section-menu-tabs a + a::before { margin-right: 20px; }
  .org-connector { display: none; }
  .org-grid { grid-template-columns: 1fr; gap: 28px; }
}

.location-info-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}

.location-box {
  position: relative;
  padding: 36px 40px 38px;
  border: 1px solid #e2e6ea;
  border-radius: 26px;
  background: linear-gradient(180deg, #fff 0%, #f9fbfb 100%);
  box-shadow: 0 18px 42px rgba(0,0,0,.07);
  overflow: hidden;
}

.location-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: var(--primary, #2ab7b1);
}

.location-box h3 {
  margin: 0 0 26px;
  color: var(--navy, #102437);
  font-size: 26px;
  font-weight: 700;
}

.location-dl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 28px;
  margin: 0;
}

.location-dl > div {
  padding: 18px 20px;
  border: 1px solid #edf1f3;
  border-radius: 16px;
  background: #fff;
}

.location-dl dt {
  margin-bottom: 8px;
  color: var(--primary, #2ab7b1);
  font-size: 14px;
  font-weight: 700;
}

.location-dl dd {
  margin: 0;
  color: #333;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 500;
}

.location-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
}

.location-actions a {
  min-width: 160px;
  height: 46px;
  border-radius: 999px;
  background: var(--primary, #2ab7b1);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
}

.location-actions a:last-child {
  background: var(--navy, #102437);
}

@media (max-width: 1000px) {
  .location-dl {
    grid-template-columns: 1fr;
  }

  .location-box {
    padding: 30px 22px;
  }

  .location-actions {
    flex-direction: column;
  }

  .location-actions a {
    width: 100%;
  }
}

/* =========================
   sub header responsive fix
========================= */
@media (max-width: 1280px) {
  .header-inner {
    padding: 0 5vw;
    gap: 28px;
  }

  .header-actions {
    display: none;
  }

  .gnb {
    gap: 34px;
    flex: 0 1 auto;
  }

  .gnb-item > a {
    white-space: nowrap;
  }
}

@media (max-width: 1100px) {
  .gnb {
    gap: 24px;
    font-size: 15px;
  }
}

/* =========================
   placeholder pages
========================= */
.placeholder-page {
  padding: 24px 0 40px;
}

.placeholder-card {
  min-height: 280px;
  padding: 54px 58px;
  border: 1px solid #e2e6ea;
  border-radius: 24px;
  background: linear-gradient(180deg, #fff 0%, #f8fbfb 100%);
  box-shadow: 0 16px 38px rgba(0,0,0,.05);
}

.placeholder-kicker {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--primary, #2ab7b1);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
}

.placeholder-card h2 {
  margin: 0 0 18px;
  color: var(--navy, #102437);
  font-size: 34px;
  font-weight: 700;
}

.placeholder-card p {
  margin: 0 0 12px;
  color: #555;
  font-size: 16px;
  line-height: 1.8;
}

.placeholder-note {
  color: #888 !important;
  font-size: 14px !important;
}

/* =========================
   product category list
========================= */
.product-list-page {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.product-category-intro {
  padding: 4px 0 36px;
}

.product-category-kicker {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--primary, #2ab7b1);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.product-category-intro h2 {
  margin: 0 0 12px;
  color: var(--navy, #102437);
  font-size: 34px;
  font-weight: 700;
  letter-spacing: -.045em;
}

.product-category-intro p {
  margin: 0;
  color: #666;
  font-size: 16px;
  line-height: 1.8;
}

.product-detail-row {
  display: grid;
  grid-template-columns: 420px minmax(0, 1fr);
  gap: 70px;
  align-items: stretch;
  padding: 50px 0;
  border-top: 1px solid #eef1f3;
}

.product-detail-row.reverse {
  grid-template-columns: minmax(0, 1fr) 420px;
}

.product-detail-row.reverse .product-detail-image {
  order: 2;
}

.product-detail-row.reverse .product-detail-content {
  order: 1;
}

.product-detail-image {
  min-height: 430px;
  border-radius: 2px;
  overflow: hidden;
  background: #f4f6f7;
  box-shadow: 0 14px 32px rgba(0,0,0,.07);
}

.product-detail-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-logo-text {
  display: inline-block;
  margin-bottom: 18px;
  color: #163a78;
  font-size: 28px;
  font-weight: 700;
}

.product-detail-content h3 {
  margin: 0 0 38px;
  color: #111;
  font-size: 34px;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: -.05em;
}

.product-detail-block {
  margin-bottom: 28px;
}

.product-detail-block h4,
.product-point span {
  display: block;
  margin-bottom: 12px;
  color: #193b73;
  font-size: 17px;
  font-weight: 700;
}

.product-detail-block ul {
  margin: 0;
  padding-left: 18px;
}

.product-detail-block li {
  margin-bottom: 8px;
  color: #555;
  font-size: 15px;
  line-height: 1.65;
}

.product-point {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  max-width: 520px;
  margin-bottom: 18px;
  padding: 18px 22px;
  border: 1px solid #e1e5e9;
  border-radius: 6px;
  background: #fff;
}

.product-point span {
  margin: 0;
}

.product-point p {
  margin: 0;
  color: #555;
  font-size: 15px;
  line-height: 1.65;
}

.product-spec-table {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0;
  padding: 18px 24px;
  border-radius: 6px;
  background: #f4f4f4;
  gap: 12px 28px;
}

.product-spec-table div {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 12px;
}

.product-spec-table dt {
  color: #111;
  font-size: 14px;
  font-weight: 700;
}

.product-spec-table dd {
  margin: 0;
  color: #666;
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 1000px) {
  .product-detail-row,
  .product-detail-row.reverse {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .product-detail-row.reverse .product-detail-image,
  .product-detail-row.reverse .product-detail-content {
    order: initial;
  }

  .product-detail-image {
    min-height: 280px;
  }

  .product-detail-content h3 {
    font-size: 26px;
    margin-bottom: 26px;
  }

  .product-point,
  .product-spec-table,
  .product-spec-table div {
    grid-template-columns: 1fr;
  }
}

/* =========================
   final responsive header fix
========================= */
@media (max-width: 1280px) {
  .header-inner { padding: 0 5vw; gap: 30px; }
  .header-actions { display: none; }
  .gnb { gap: 34px; flex: 0 1 auto; }
  .gnb-item > a { white-space: nowrap; }
}

@media (max-width: 1000px) {
  .site-header { height: auto; }
  .header-inner {
    height: auto;
    min-height: 126px;
    padding: 18px 22px 14px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
  }
  .brand img { width: 165px; }
  .gnb {
    order: 2;
    width: 100%;
    flex: none;
    justify-content: center;
    gap: 28px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 8px 2px;
    font-size: 15px;
    line-height: 1;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .gnb::-webkit-scrollbar { display: none; }
  .gnb-item { height: auto; flex: 0 0 auto; }
  .gnb-item > a {
    display: inline-block;
    padding: 8px 0 11px;
    line-height: 1.2;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
  }
  .gnb-item > a.active::after,
  .gnb-item:hover > a::after,
  .gnb-item.is-open > a::after { bottom: 0; }
  .gnb-sub { display: none; }
  .page-wrap { padding-top: 42px; }
}

@media (max-width: 560px) {
  .header-inner { align-items: flex-start; }
  .brand img { width: 145px; }
  .gnb { justify-content: flex-start; gap: 24px; padding-left: 0; padding-right: 0; }
}

/* 제품 카테고리 설명 박스 제거용 */
.product-category-intro { display: none; }
.product-detail-row:first-of-type { padding-top: 28px; }

/* =========================
   공통 게시판
========================= */
.board-page { padding-top: 10px; }
.board-top { display:flex; justify-content:flex-end; margin-bottom:14px; color:#777; font-size:14px; }
.board-top p { margin:0; }
.board-top strong { color:var(--primary, #2ab7b1); font-weight:800; }
.board-table { width:100%; border-collapse:collapse; border-top:2px solid var(--navy, #102437); font-size:15px; }
.board-table th { height:58px; border-bottom:1px solid #dfe4e8; color:var(--navy, #102437); font-weight:800; background:#fafafa; }
.board-table td { height:60px; border-bottom:1px solid #edf1f3; color:#555; text-align:center; }
.board-table td.title { text-align:left; color:#222; font-weight:600; }
.board-table td.title a:hover { color:var(--primary, #2ab7b1); }
.board-pagination { display:flex; justify-content:center; gap:6px; margin-top:28px; }
.board-pagination a { width:34px; height:34px; border:1px solid #dfe4e8; border-radius:50%; color:#555; display:inline-flex; align-items:center; justify-content:center; font-size:13px; font-weight:700; }
.board-pagination a.active { background:var(--primary, #2ab7b1); border-color:var(--primary, #2ab7b1); color:#fff; }

/* =========================
   온라인 입사지원
========================= */
.apply-page { padding-top:10px; }
.apply-form { display:grid; grid-template-columns:repeat(2,1fr); gap:22px 28px; padding:42px 46px; border:1px solid #e2e6ea; border-radius:22px; background:#fff; box-shadow:0 14px 32px rgba(0,0,0,.05); }
.form-row { display:flex; flex-direction:column; gap:10px; }
.form-row.full { grid-column:1 / -1; }
.form-row label { color:var(--navy, #102437); font-size:15px; font-weight:800; }
.form-row label span { color:var(--primary, #2ab7b1); }
.form-row input, .form-row select, .form-row textarea { width:100%; min-height:46px; padding:0 14px; border:1px solid #dfe4e8; border-radius:8px; font-family:inherit; font-size:14px; }
.form-row textarea { min-height:160px; padding:14px; resize:vertical; }
.application-file-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; }
.application-file-field { min-width:0; }
.application-file-field > label { display:flex; align-items:center; justify-content:space-between; margin-bottom:10px; color:var(--navy,#102437); font-size:15px; font-weight:800; }
.application-file-field > label em { color:#8a969f; font-size:12px; font-style:normal; font-weight:700; }
.application-file-control { display:grid; gap:8px; padding:20px; border:1px dashed #cbd6dc; border-radius:14px; background:#f9fbfb; }
.application-file-control strong { color:var(--navy,#102437); font-size:15px; }
.application-file-control small { color:#75828b; font-size:12px; line-height:1.5; }
.application-file-control input[type=file] { min-height:auto; padding:9px 10px; border-radius:8px; background:#fff; font-size:12px; }
.file-upload-box { display:flex; flex-direction:column; gap:12px; }
.file-upload-trigger { display:flex; flex-direction:column; justify-content:center; gap:6px; min-height:110px; padding:24px 28px; border:1px dashed #cfd8dc; border-radius:14px; background:#fafcfc; cursor:pointer; transition:all .2s ease; }
.file-upload-trigger:hover, .file-upload-trigger.is-dragover { border-color:var(--primary, #2ab7b1); background:#edfafa; box-shadow:0 0 0 4px rgba(42,183,177,.08); }
.file-upload-trigger strong { color:var(--navy, #102437); font-size:17px; font-weight:800; }
.file-upload-trigger span { color:#777; font-size:14px; line-height:1.6; }
.file-list { margin:0; padding:0; list-style:none; border:1px solid #edf1f3; border-radius:12px; background:#fff; overflow:hidden; }
.file-list li { padding:14px 18px; border-bottom:1px solid #f1f3f5; color:#555; font-size:14px; line-height:1.5; }
.file-list li:last-child { border-bottom:0; }
.file-list li.empty { color:#999; }
.privacy-box { grid-column:1 / -1; margin-top:6px; padding:24px; border:1px solid #e2e6ea; border-radius:16px; background:#fafafa; }
.privacy-box h3 { margin:0 0 14px; color:var(--navy, #102437); font-size:18px; font-weight:800; }
.privacy-content { max-height:220px; overflow-y:auto; padding:18px; border:1px solid #e2e6ea; border-radius:10px; background:#fff; }
.privacy-content p { margin:0 0 14px; color:#555; font-size:14px; line-height:1.7; }
.privacy-content table { width:100%; border-collapse:collapse; font-size:14px; }
.privacy-content th, .privacy-content td { padding:13px 14px; border:1px solid #edf1f3; line-height:1.65; text-align:left; }
.privacy-content th { width:150px; color:var(--navy, #102437); background:#f4f6f7; font-weight:800; }
.privacy-content td { color:#555; }
.privacy-check { margin-top:14px; display:flex; align-items:center; gap:8px; color:#555; font-size:14px; font-weight:500; }
.form-actions { grid-column:1 / -1; display:flex; justify-content:center; margin-top:10px; }
.form-actions button { width:180px; height:48px; border:0; border-radius:999px; background:var(--primary, #2ab7b1); color:#fff; font-family:inherit; font-size:15px; font-weight:800; cursor:pointer; }
@media (max-width:1000px) { .apply-form { grid-template-columns:1fr; padding:30px 22px; } .application-file-grid { grid-template-columns:1fr; } }


/* =========================
   채용정보 공통
   sub.css 맨 아래에 추가
========================= */

.recruit-guide {
  padding-top: 10px;
}

.recruit-section {
  margin-bottom: 58px;
}

.recruit-section h3 {
  position: relative;
  margin: 0 0 24px;
  padding-left: 16px;
  color: #111;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -.04em;
}

.recruit-section h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 5px;
  height: 24px;
  background: var(--primary, #2ab7b1);
  border-radius: 999px;
}

.recruit-text-box {
  padding: 26px 30px;
  border: 1px solid #e3e8ec;
  border-radius: 16px;
  background: #fafafa;
}

.recruit-text-box p {
  margin: 0;
  color: #555;
  font-size: 16px;
  line-height: 1.9;
  font-weight: 500;
}

.recruit-text-box strong {
  color: var(--navy, #102437);
  font-weight: 800;
}

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

.recruit-process li {
  position: relative;
  min-height: 198px;
  padding: 26px 18px;
  border: 1px solid #e3e8ec;
  border-radius: 18px;
  background: #fff;
  text-align: center;
  box-shadow: 0 12px 28px rgba(0,0,0,.045);
}

.recruit-process li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -16px;
  top: 50%;
  width: 16px;
  height: 1px;
  background: #cfd6dc;
}

.process-icon {
  width: 62px;
  height: 62px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: var(--primary, #2ab7b1);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(42,183,177,.22);
}

.recruit-process strong {
  display: block;
  margin-bottom: 10px;
  color: var(--navy, #102437);
  font-size: 16px;
  font-weight: 800;
}

.recruit-process p {
  margin: 0;
  color: #666;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
}

.recruit-system-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.recruit-system-card {
  padding: 32px 34px;
  border: 1px solid #e3e8ec;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(0,0,0,.05);
}

.system-card-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid #eef1f3;
}

.system-card-head span {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--navy, #102437);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
}

.system-card-head h4 {
  margin: 0;
  color: var(--primary, #2ab7b1);
  font-size: 23px;
  font-weight: 800;
  letter-spacing: -.035em;
}

.recruit-system-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.recruit-system-card li {
  position: relative;
  margin-bottom: 14px;
  padding-left: 14px;
  color: #555;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 500;
}

.recruit-system-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #b8c0c7;
}

.recruit-system-card li strong {
  margin-right: 8px;
  color: var(--navy, #102437);
  font-weight: 800;
}

/* 게시판 */
.board-page {
  padding-top: 10px;
}

.board-top {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 14px;
  color: #777;
  font-size: 14px;
}

.board-top p {
  margin: 0;
}

.board-top strong {
  color: var(--primary, #2ab7b1);
  font-weight: 800;
}

.board-table {
  width: 100%;
  border-collapse: collapse;
  border-top: 2px solid var(--navy, #102437);
  font-size: 15px;
}

.board-table th {
  height: 58px;
  border-bottom: 1px solid #dfe4e8;
  color: var(--navy, #102437);
  font-weight: 800;
  background: #fafafa;
}

.board-table td {
  height: 60px;
  border-bottom: 1px solid #edf1f3;
  color: #555;
  text-align: center;
}

.board-table td.title {
  text-align: left;
  color: #222;
  font-weight: 600;
}

.board-table td.title a:hover {
  color: var(--primary, #2ab7b1);
}

.board-pagination {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 28px;
}

.board-pagination a {
  width: 34px;
  height: 34px;
  border: 1px solid #dfe4e8;
  border-radius: 50%;
  color: #555;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
}

.board-pagination a.active {
  background: var(--primary, #2ab7b1);
  border-color: var(--primary, #2ab7b1);
  color: #fff;
}

/* 온라인 입사지원 */
.apply-page {
  padding-top: 10px;
}

.apply-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px 28px;
  padding: 42px 46px;
  border: 1px solid #e2e6ea;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(0,0,0,.05);
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.form-row.full {
  grid-column: 1 / -1;
}

.form-row label {
  color: var(--navy, #102437);
  font-size: 15px;
  font-weight: 800;
}

.form-row label span {
  color: var(--primary, #2ab7b1);
}

.form-row input,
.form-row select,
.form-row textarea {
  width: 100%;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid #dfe4e8;
  border-radius: 8px;
  font-family: inherit;
  font-size: 14px;
}

.form-row textarea {
  min-height: 160px;
  padding: 14px;
  resize: vertical;
}

.file-upload-box {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.file-upload-trigger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  min-height: 110px;
  padding: 24px 28px;
  border: 1px dashed #cfd8dc;
  border-radius: 14px;
  background: #fafcfc;
  cursor: pointer;
  transition: all .2s ease;
}

.file-upload-trigger:hover,
.file-upload-trigger.is-dragover {
  border-color: var(--primary, #2ab7b1);
  background: #edfafa;
  box-shadow: 0 0 0 4px rgba(42,183,177,.08);
}

.file-upload-trigger strong {
  color: var(--navy, #102437);
  font-size: 17px;
  font-weight: 800;
}

.file-upload-trigger span {
  color: #777;
  font-size: 14px;
  line-height: 1.6;
}

.file-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #edf1f3;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}

.file-list li {
  padding: 14px 18px;
  border-bottom: 1px solid #f1f3f5;
  color: #555;
  font-size: 14px;
  line-height: 1.5;
}

.file-list li:last-child {
  border-bottom: 0;
}

.file-list li.empty {
  color: #999;
}

.privacy-box {
  grid-column: 1 / -1;
  margin-top: 6px;
  padding: 24px;
  border: 1px solid #e2e6ea;
  border-radius: 16px;
  background: #fafafa;
}

.privacy-box h3 {
  margin: 0 0 14px;
  color: var(--navy, #102437);
  font-size: 18px;
  font-weight: 800;
}

.privacy-content {
  max-height: 220px;
  overflow-y: auto;
  padding: 18px;
  border: 1px solid #e2e6ea;
  border-radius: 10px;
  background: #fff;
}

.privacy-content p {
  margin: 0 0 14px;
  color: #555;
  font-size: 14px;
  line-height: 1.7;
}

.privacy-content table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.privacy-content th,
.privacy-content td {
  padding: 13px 14px;
  border: 1px solid #edf1f3;
  line-height: 1.65;
  text-align: left;
}

.privacy-content th {
  width: 150px;
  color: var(--navy, #102437);
  background: #f4f6f7;
  font-weight: 800;
}

.privacy-content td {
  color: #555;
}

.privacy-check {
  margin-top: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #555;
  font-size: 14px;
  font-weight: 500;
}

.form-actions {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.form-actions button {
  width: 180px;
  height: 48px;
  border: 0;
  border-radius: 999px;
  background: var(--primary, #2ab7b1);
  color: #fff;
  font-family: inherit;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
}

@media (max-width: 1100px) {
  .recruit-process {
    grid-template-columns: repeat(2, 1fr);
  }

  .recruit-process li:not(:last-child)::after {
    display: none;
  }
}

@media (max-width: 1000px) {
  .recruit-process,
  .recruit-system-grid,
  .apply-form {
    grid-template-columns: 1fr;
  }

  .recruit-system-card {
    padding: 28px 24px;
  }

  .apply-form {
    padding: 30px 22px;
  }
}



/* =========================
   고객사 / 협력사
========================= */
.logo-section{padding-top:10px}
.logo-category{margin-bottom:72px}
.logo-category-head{margin-bottom:28px}
.logo-category-head .eyebrow,
.partner-intro .eyebrow{display:inline-block;margin-bottom:8px;color:var(--primary, #2ab7b1);font-size:14px;font-weight:800;letter-spacing:.14em}
.logo-category-head h3,
.partner-intro h3{margin:0;color:#111;font-size:42px;font-weight:800;letter-spacing:-.04em}
.logo-category-head p,
.partner-intro p{margin:10px 0 0;color:#666;font-size:16px;line-height:1.8}
.logo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.logo-card{min-height:132px;padding:20px;border:1px solid #dde3e8;border-radius:12px;background:#fff;display:flex;align-items:center;justify-content:center;color:#243444;font-size:28px;font-weight:800;box-shadow:0 6px 18px rgba(0,0,0,.03)}
.partner-showcase{padding-top:10px}
.partner-intro{padding:34px 38px;border:1px solid #e5eaee;border-radius:22px;background:linear-gradient(135deg,#f7fbfb 0%,#ffffff 100%);margin-bottom:26px}
.partner-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.partner-card{padding:26px 28px;border:1px solid #e1e7eb;border-radius:18px;background:#fff;box-shadow:0 12px 26px rgba(0,0,0,.04)}
.partner-card strong{display:block;color:var(--navy, #102437);font-size:24px;font-weight:800;letter-spacing:-.02em}
.partner-card span{display:block;margin-top:8px;color:#66737f;font-size:15px;line-height:1.7}

@media (max-width:1000px){
  .logo-grid,.partner-grid{grid-template-columns:1fr}
  .logo-category-head h3,.partner-intro h3{font-size:32px}
}

.logo-sample-notice{margin:0 0 28px;color:#8a949d;font-size:13px;line-height:1.6}.logo-section{padding-top:8px}.logo-category{margin-bottom:78px}.logo-category-head{margin-bottom:26px;text-align:center}.logo-category-head .eyebrow,.partner-intro .eyebrow{display:inline-block;margin-bottom:8px;color:var(--primary, #2ab7b1);font-size:13px;font-weight:800;letter-spacing:.14em}.logo-category-head h3,.partner-intro h3{margin:0;color:#111;font-size:42px;font-weight:800;letter-spacing:-.04em}.logo-category-head p,.partner-intro p{margin:10px 0 0;color:#666;font-size:16px;line-height:1.8}.logo-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.sample-logo{position:relative;min-height:116px;padding:18px 14px;border:1px solid #dfe5e9;border-radius:12px;background:#fff;display:flex;flex-direction:column;gap:6px;align-items:center;justify-content:center;box-shadow:0 8px 20px rgba(0,0,0,.035)}.sample-logo strong{color:#17283a;font-size:22px;font-weight:900;line-height:1.15;text-align:center;letter-spacing:-.04em}.sample-logo span{color:#8a949d;font-size:12px;font-weight:700}.sample-logo.public strong{color:#173f7a}.sample-logo.education strong{color:#192a56}.sample-logo.enterprise strong{color:#111}.partner-showcase{padding-top:8px}.partner-intro{padding:34px 38px;border:1px solid #e5eaee;border-radius:22px;background:linear-gradient(135deg,#f7fbfb 0%,#ffffff 100%);margin-bottom:24px}.partner-logo-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.partner-logo-card{position:relative;min-height:120px;padding:28px 30px 28px 34px;border:1px solid #e0e6ea;border-radius:20px;background:#fff;box-shadow:0 12px 28px rgba(0,0,0,.045)}.partner-logo-card::before{content:"";position:absolute;left:0;top:26px;bottom:26px;width:5px;border-radius:0 999px 999px 0;background:var(--primary, #2ab7b1)}.partner-logo-card strong{display:block;color:var(--navy, #102437);font-size:28px;font-weight:900;line-height:1.2;letter-spacing:-.04em}.partner-logo-card span{display:block;margin-top:10px;color:#66737f;font-size:14px;font-weight:700}
@media (max-width:1200px){.logo-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:900px){.logo-grid{grid-template-columns:repeat(2,1fr)}.partner-logo-grid{grid-template-columns:1fr}.logo-category-head h3,.partner-intro h3{font-size:32px}}


/* =========================
   고객사/협력사 이미지 로고 카드
========================= */
.image-logo-card {
  min-height: 156px;
  padding: 0;
  overflow: hidden;
}

.image-logo-card img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 132px;
  object-fit: contain;
}

.image-partner-card {
  padding: 0;
  overflow: hidden;
  min-height: 128px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-partner-card::before {
  display: none;
}

.image-partner-card img {
  display: block;
  width: 100%;
  height: 128px;
  object-fit: contain;
}

.logo-sample-notice {
  margin: 0 0 28px;
  color: #8a949d;
  font-size: 13px;
  line-height: 1.6;
}



/* =========================
   공통 게시판 - notice/library
========================= */
.board-page {
  padding-top: 10px;
}

.board-top {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 14px;
  color: #777;
  font-size: 14px;
}

.board-top p {
  margin: 0;
}

.board-top strong {
  color: var(--primary, #2ab7b1);
  font-weight: 800;
}

.board-table {
  width: 100%;
  border-collapse: collapse;
  border-top: 2px solid var(--navy, #102437);
  font-size: 15px;
}

.board-table th {
  height: 58px;
  border-bottom: 1px solid #dfe4e8;
  color: var(--navy, #102437);
  font-weight: 800;
  background: #fafafa;
}

.board-table td {
  height: 60px;
  border-bottom: 1px solid #edf1f3;
  color: #555;
  text-align: center;
}

.board-table td.title {
  text-align: left;
  color: #222;
  font-weight: 600;
}

.board-table td.title a:hover {
  color: var(--primary, #2ab7b1);
}

.board-pagination {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 28px;
}

.board-pagination a {
  width: 34px;
  height: 34px;
  border: 1px solid #dfe4e8;
  border-radius: 50%;
  color: #555;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
}

.board-pagination a.active {
  background: var(--primary, #2ab7b1);
  border-color: var(--primary, #2ab7b1);
  color: #fff;
}

/* =========================
   고객사 / 협력사 이미지 로고
========================= */
.logo-sample-notice {
  margin: 0 0 28px;
  color: #8a949d;
  font-size: 13px;
  line-height: 1.6;
}

.logo-section {
  padding-top: 8px;
}

.logo-category {
  margin-bottom: 78px;
}

.logo-category-head {
  margin-bottom: 26px;
  text-align: center;
}

.logo-category-head .eyebrow,
.partner-intro .eyebrow {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--primary, #2ab7b1);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .14em;
}

.logo-category-head h3,
.partner-intro h3 {
  margin: 0;
  color: #111;
  font-size: 42px;
  font-weight: 800;
  letter-spacing: -.04em;
}

.logo-category-head p,
.partner-intro p {
  margin: 10px 0 0;
  color: #666;
  font-size: 16px;
  line-height: 1.8;
}

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

.image-logo-card {
  min-height: 132px;
  padding: 0;
  border: 1px solid #dfe5e9;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,.035);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.image-logo-card:hover {
  transform: translateY(-3px);
  border-color: rgba(42,183,177,.45);
  box-shadow: 0 14px 30px rgba(0,0,0,.07);
}

.image-logo-card img {
  display: block;
  max-width: 100%;
  max-height: 62px;
  object-fit: contain;
}

.partner-showcase {
  padding-top: 8px;
}

.partner-intro {
  padding: 34px 38px;
  border: 1px solid #e5eaee;
  border-radius: 22px;
  background: linear-gradient(135deg,#f7fbfb 0%,#ffffff 100%);
  margin-bottom: 24px;
}

.partner-logo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.image-partner-card {
  min-height: 168px;
  padding: 0;
  border: 1px solid #e0e6ea;
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(0,0,0,.045);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.image-partner-card::before {
  display: none;
}

.image-partner-card img {
  display: block;
  max-width: 100%;
  max-height: 70px;
  object-fit: contain;
}

.company-logo-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  color: inherit;
  text-decoration: none;
}

.company-logo-visual {
  display: flex;
  width: 100%;
  min-height: 104px;
  padding: 20px 24px 16px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.image-partner-card .company-logo-visual {
  display: flex;
  flex: 1 1 auto;
  width: 100%;
  min-height: 116px;
  margin: 0;
  padding: 24px 38px 18px;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.image-logo-card .company-logo-visual img {
  max-width: 140px;
}

.image-partner-card .company-logo-visual img {
  display: block;
  width: auto;
  height: auto;
  max-width: 240px;
  max-height: 70px;
  margin: 0 auto;
  object-fit: contain;
  object-position: center;
}

.company-logo-card .company-logo-name {
  display: flex;
  width: 100%;
  min-height: 48px;
  margin: 0;
  padding: 11px 12px 12px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-top: 1px solid #edf1f3;
  background: #fbfcfd;
  color: var(--navy, #102437);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: -.02em;
  text-align: center;
  word-break: keep-all;
}

.image-partner-card .company-logo-name {
  min-height: 52px;
  font-size: 16px;
}

.company-logo-card > .company-logo-name:only-child {
  min-height: inherit;
  border-top: 0;
  background: linear-gradient(145deg, #fff 0%, #f7fafb 100%);
  font-size: 18px;
}

@media (max-width: 1200px) {
  .logo-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 900px) {
  .logo-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .partner-logo-grid {
    grid-template-columns: 1fr;
  }

  .logo-category-head h3,
  .partner-intro h3 {
    font-size: 32px;
  }
}


/* =========================
   고객사 intro 통일
========================= */
.client-intro {
  margin-bottom: 24px;
}

/* =========================
   사업이력 게시판
========================= */
.history-board-page {
  padding-top: 10px;
}

.history-filter {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 14px;
}

.history-filter select {
  width: 240px;
  height: 44px;
  padding: 0 14px;
  border: 1px solid #dfe4e8;
  border-radius: 8px;
  background: #fff;
  color: #333;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
}

.history-table {
  width: 100%;
  border-collapse: collapse;
  border-top: 2px solid var(--navy, #102437);
  font-size: 15px;
}

.history-table th {
  height: 58px;
  border-bottom: 1px solid #dfe4e8;
  color: var(--navy, #102437);
  font-weight: 800;
  background: #fafafa;
  text-align: center;
}

.history-table td {
  min-height: 64px;
  padding: 18px 16px;
  border-bottom: 1px solid #edf1f3;
  color: #555;
  text-align: center;
  line-height: 1.55;
}

.history-table .project-title {
  color: #333;
  text-align: left;
  font-weight: 800;
}

@media (max-width: 900px) {
  .history-table {
    min-width: 860px;
  }

  .history-board-page {
    overflow-x: auto;
  }
}


/* =========================
   사업소개 공통 인트로 박스
========================= */
.business-intro {
  padding: 34px 38px;
  border: 1px solid #e5eaee;
  border-radius: 22px;
  background: linear-gradient(135deg,#f7fbfb 0%,#ffffff 100%);
  margin-bottom: 28px;
}

.business-intro .eyebrow {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--primary, #2ab7b1);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .14em;
}

.business-intro h3 {
  margin: 0;
  color: #111;
  font-size: 42px;
  font-weight: 800;
  letter-spacing: -.04em;
}

.business-intro p {
  margin: 10px 0 0;
  color: #666;
  font-size: 16px;
  line-height: 1.8;
}

.business-field-page {
  padding-top: 10px;
}

.business-card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.business-area-card {
  padding: 32px 34px;
  border: 1px solid #e3e8ec;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(0,0,0,.045);
}

.business-area-card span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: var(--navy, #102437);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.business-area-card h4 {
  margin: 0 0 12px;
  color: var(--primary, #2ab7b1);
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -.04em;
}

.business-area-card p {
  margin: 0;
  color: #555;
  font-size: 15px;
  line-height: 1.75;
}

@media (max-width: 900px) {
  .business-intro {
    padding: 28px 24px;
  }

  .business-intro h3 {
    font-size: 32px;
  }

  .business-card-grid {
    grid-template-columns: 1fr;
  }
}


/* =========================
   SITE MAP MODAL
========================= */
.outline-btn.site-map-open {
  border: 0;
  cursor: pointer;
  font-family: inherit;
}

.site-map-lock {
  overflow: hidden;
}

.site-map-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

.site-map-modal.is-open {
  display: block;
}

.site-map-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 18, 30, .58);
  backdrop-filter: blur(4px);
}

.site-map-panel {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(1120px, calc(100vw - 48px));
  max-height: calc(100vh - 72px);
  overflow-y: auto;
  transform: translate(-50%, -50%);
  padding: 44px 48px;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 30px 80px rgba(0,0,0,.25);
}

.site-map-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-start;
  margin-bottom: 34px;
}

.site-map-head span {
  display: block;
  margin-bottom: 8px;
  color: var(--primary, #2ab7b1);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .14em;
}

.site-map-head h2 {
  margin: 0;
  color: var(--navy, #102437);
  font-size: 42px;
  font-weight: 900;
  letter-spacing: -.05em;
}

.site-map-close {
  width: 46px;
  height: 46px;
  border: 1px solid #dfe5e9;
  border-radius: 50%;
  background: #fff;
  color: var(--navy, #102437);
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.site-map-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
}

.site-map-grid section {
  padding: 26px 22px;
  border: 1px solid #e4e9ed;
  border-radius: 20px;
  background: linear-gradient(180deg,#fff 0%,#f8fbfb 100%);
}

.site-map-grid h3 {
  margin: 0 0 18px;
  color: var(--navy, #102437);
  font-size: 20px;
  font-weight: 900;
}

.site-map-grid a {
  display: block;
  padding: 8px 0;
  color: #586672;
  font-size: 15px;
  font-weight: 700;
  transition: color .2s ease, transform .2s ease;
}

.site-map-grid a:hover {
  color: var(--primary, #2ab7b1);
  transform: translateX(3px);
}

.site-map-foot {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid #edf1f3;
  text-align: right;
}

.site-map-foot a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  padding: 0 22px;
  border-radius: 999px;
  background: var(--navy, #102437);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

@media (max-width: 1000px) {
  .site-map-panel {
    padding: 32px 24px;
  }

  .site-map-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .site-map-head h2 {
    font-size: 34px;
  }
}

@media (max-width: 560px) {
  .site-map-grid {
    grid-template-columns: 1fr;
  }
}


/* =========================
   경영이념
========================= */
.philosophy-page {
  padding-top: 10px;
}

.philosophy-quote {
  margin-bottom: 52px;
  text-align: center;
}

.philosophy-quote .quote-line {
  width: 140px;
  height: 2px;
  margin: 0 auto 36px;
  background: linear-gradient(90deg,#ddd 0%,#ddd 38%,var(--primary, #2ab7b1) 38%,var(--primary, #2ab7b1) 62%,#ddd 62%,#ddd 100%);
}

.philosophy-quote p {
  margin: 0;
  color: #666;
  font-size: 24px;
  line-height: 1.7;
  font-weight: 400;
  letter-spacing: -.04em;
}

.philosophy-quote strong {
  color: var(--primary, #2ab7b1);
  font-weight: 800;
}

.philosophy-intro {
  max-width: 980px;
  margin: 0 auto 52px;
  padding: 36px 42px;
  border: 1px solid #e5eaee;
  border-radius: 22px;
  background: linear-gradient(135deg,#f7fbfb 0%,#fff 100%);
  text-align: center;
}

.philosophy-intro span {
  color: var(--primary, #2ab7b1);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .14em;
}

.philosophy-intro h2 {
  margin: 12px 0 16px;
  color: var(--navy, #102437);
  font-size: 34px;
  font-weight: 900;
  letter-spacing: -.05em;
}

.philosophy-intro p {
  margin: 0;
  color: #555;
  font-size: 16px;
  line-height: 1.85;
}

.philosophy-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px;
  margin-bottom: 54px;
}

.philosophy-grid article {
  text-align: center;
}

.philosophy-icon {
  width: 112px;
  height: 112px;
  margin: 0 auto 24px;
  border: 4px solid #087c76;
  border-radius: 50%;
  color: #087c76;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  font-weight: 900;
}

.philosophy-grid h3 {
  margin: 0 0 18px;
  color: #555;
  font-size: 26px;
  font-weight: 800;
}

.philosophy-grid p {
  margin: 0;
  color: #666;
  font-size: 17px;
  line-height: 1.8;
  word-break: keep-all;
}

.philosophy-bottom {
  padding: 34px 38px;
  border-radius: 22px;
  background: var(--navy, #102437);
  text-align: center;
}

.philosophy-bottom h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 26px;
  font-weight: 900;
}

.philosophy-bottom p {
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: 16px;
  line-height: 1.8;
}

.remote-card {
  padding: 44px;
  border: 1px solid #e4e9ed;
  border-radius: 22px;
  background: #fff;
  text-align: center;
  box-shadow: 0 14px 32px rgba(0,0,0,.05);
}

.remote-card h2 {
  margin: 0 0 12px;
  color: var(--navy, #102437);
  font-size: 32px;
  font-weight: 900;
}

.remote-card p {
  margin: 0 0 22px;
  color: #666;
}

.remote-card a {
  display: inline-flex;
  height: 42px;
  padding: 0 22px;
  border-radius: 999px;
  background: var(--primary, #2ab7b1);
  color: #fff;
  align-items: center;
  justify-content: center;
  font-weight: 800;
}

@media (max-width: 1000px) {
  .philosophy-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .philosophy-intro h2 {
    font-size: 28px;
  }
}

@media (max-width: 640px) {
  .philosophy-grid {
    grid-template-columns: 1fr;
  }

  .philosophy-quote p {
    font-size: 20px;
  }
}


/* =========================
   문의하기
========================= */
.contact-page {
  padding-top: 10px;
}

.contact-form {
  margin-top: 34px;
  padding: 38px;
  border: 1px solid #e4e9ed;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(0,0,0,.04);
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 20px;
}

.form-field {
  margin-bottom: 20px;
}

.form-field label {
  display: block;
  margin-bottom: 10px;
  color: var(--navy, #102437);
  font-size: 16px;
  font-weight: 800;
}

.form-field label span {
  color: var(--primary, #2ab7b1);
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  padding: 15px 16px;
  border: 1px solid #d8e0e5;
  border-radius: 14px;
  background: #fff;
  color: var(--navy, #102437);
  font-size: 15px;
  font-family: inherit;
  box-sizing: border-box;
}

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

.privacy-box {
  margin-top: 10px;
  padding: 24px;
  border: 1px solid #e4e9ed;
  border-radius: 18px;
  background: #f8fbfb;
}

.privacy-box h4 {
  margin: 0 0 14px;
  color: var(--navy, #102437);
  font-size: 18px;
  font-weight: 900;
}

.privacy-scroll {
  max-height: 120px;
  overflow-y: auto;
  padding: 16px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #e4e9ed;
  color: #666;
  font-size: 14px;
  line-height: 1.8;
}

.agree-check {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  color: var(--navy, #102437);
  font-size: 15px;
  font-weight: 700;
}

.form-actions {
  margin-top: 28px;
  text-align: center;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  height: 52px;
  padding: 0 28px;
  border: 0;
  border-radius: 999px;
  background: var(--primary, #2ab7b1);
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
}

@media (max-width: 768px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-form {
    padding: 24px 18px;
  }
}


/* =========================
   SITE MAP MODAL - FINAL
========================= */
.site-map-lock {
  overflow: hidden;
}

.site-map-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
}

.site-map-modal.is-open {
  display: block;
}

.site-map-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(6, 18, 31, .58);
  backdrop-filter: blur(5px);
}

.site-map-panel {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(1120px, calc(100vw - 48px));
  max-height: calc(100vh - 70px);
  overflow-y: auto;
  transform: translate(-50%, -50%);
  padding: 44px 48px;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 34px 90px rgba(0,0,0,.28);
}

.site-map-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 34px;
}

.site-map-head span {
  display: block;
  margin-bottom: 8px;
  color: var(--primary, #2ab7b1);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .16em;
}

.site-map-head h2 {
  margin: 0;
  color: var(--navy, #102437);
  font-size: 42px;
  font-weight: 900;
  letter-spacing: -.055em;
}

.site-map-close {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border: 1px solid #dfe6ea;
  border-radius: 50%;
  background: #fff;
  color: var(--navy, #102437);
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.site-map-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.site-map-grid section {
  min-height: 220px;
  padding: 26px 22px;
  border: 1px solid #e5eaee;
  border-radius: 20px;
  background: linear-gradient(180deg, #fff 0%, #f8fbfb 100%);
}

.site-map-grid h3 {
  margin: 0 0 18px;
  color: var(--navy, #102437);
  font-size: 20px;
  font-weight: 900;
}

.site-map-grid a {
  display: block;
  padding: 8px 0;
  color: #586672;
  font-size: 15px;
  font-weight: 700;
}

.site-map-grid a:hover {
  color: var(--primary, #2ab7b1);
}

.site-map-foot {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid #edf1f3;
  text-align: right;
}

.site-map-foot a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  padding: 0 22px;
  border-radius: 999px;
  background: var(--navy, #102437);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}

button.site-map-open {
  cursor: pointer;
  font-family: inherit;
}

/* =========================
   BOARD DESIGN - FINAL
========================= */
.board-page,
.history-board-page {
  padding-top: 18px;
}

.board-top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 18px;
  color: #7b8794;
  font-size: 14px;
}

.board-top p {
  margin: 0;
}

.board-top strong {
  color: var(--primary, #2ab7b1);
  font-weight: 900;
}

.board-table,
.history-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-top: 0 !important;
  border: 1px solid #e3e9ed;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 14px 32px rgba(0,0,0,.035);
  font-size: 15px;
}

.board-table thead,
.history-table thead {
  background: #f7fafb;
}

.board-table th,
.history-table th {
  height: 58px;
  border-bottom: 1px solid #e3e9ed;
  color: var(--navy, #102437);
  font-weight: 900;
  background: #f7fafb !important;
  text-align: center;
}

.board-table td,
.history-table td {
  height: 62px;
  padding: 16px 18px;
  border-bottom: 1px solid #edf2f4;
  color: #586672;
  text-align: center;
  background: #fff;
}

.board-table tr:last-child td,
.history-table tr:last-child td {
  border-bottom: 0;
}

.board-table td.title,
.history-table .project-title {
  text-align: left;
  color: #1f2d3a;
  font-weight: 800;
}

.board-table td.title a {
  color: inherit;
}

.board-table td.title a:hover {
  color: var(--primary, #2ab7b1);
}

.history-filter {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.history-filter form {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  flex-wrap: wrap;
}

.history-filter-field {
  display: grid;
  gap: 8px;
}

.history-filter label {
  color: #63717c;
  font-size: 12px;
  font-weight: 800;
}

.history-filter select {
  width: 240px;
  height: 44px;
  padding: 0 14px;
  border: 1px solid #d8e0e5;
  border-radius: 12px;
  background: #fff;
  color: var(--navy, #102437);
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
}

.history-search-control {
  display: flex;
  align-items: center;
  gap: 8px;
}

.history-search-control input {
  width: min(360px, 38vw);
  height: 44px;
  padding: 0 15px;
  border: 1px solid #d8e0e5;
  border-radius: 12px;
  background: #fff;
  color: var(--navy, #102437);
  font-family: inherit;
  font-size: 14px;
  outline: none;
}

.history-search-control input:focus {
  border-color: var(--primary, #2ab7b1);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--primary, #2ab7b1) 14%, transparent);
}

.history-search-control button,
.history-filter-reset {
  display: inline-flex;
  height: 44px;
  padding: 0 17px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.history-search-control button {
  border: 1px solid var(--navy, #102437);
  background: var(--navy, #102437);
  color: #fff;
  cursor: pointer;
}

.history-filter-reset {
  border: 1px solid #d8e0e5;
  background: #fff;
  color: #697680;
}

.history-search-control button:hover,
.history-filter-reset:hover {
  border-color: var(--primary, #2ab7b1);
}

.history-filter p {
  margin: 0 0 10px;
  color: #77848d;
  font-size: 13px;
}

.history-filter p strong {
  color: var(--primary, #2ab7b1);
  font-size: 15px;
}

.history-filter noscript button {
  height: 40px;
  padding: 0 16px;
  border: 0;
  border-radius: 10px;
  background: var(--navy, #102437);
  color: #fff;
  font: inherit;
  font-weight: 800;
}

.board-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 30px;
}

.board-pagination a,
.board-pagination span {
  width: 36px;
  height: 36px;
  border: 1px solid #dfe6ea;
  border-radius: 50%;
  color: #586672;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
  background: #fff;
}

.board-pagination a:hover {
  border-color: var(--primary, #2ab7b1);
  color: var(--primary, #2ab7b1);
}

.board-pagination a.active {
  background: var(--primary, #2ab7b1);
  border-color: var(--primary, #2ab7b1);
  color: #fff;
}

.board-pagination .page-direction { font-size: 20px; font-weight: 500; }
.board-pagination .disabled { color: #bdc6cb; background: #f7f9fa; }
.history-table .history-empty { height: 150px; color: #87939b; text-align: center; font-weight: 600; }

@media (max-width: 1000px) {
  .site-map-panel {
    padding: 32px 24px;
  }

  .site-map-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .site-map-head h2 {
    font-size: 34px;
  }
}

@media (max-width: 640px) {
  .site-map-grid {
    grid-template-columns: 1fr;
  }

  .site-map-panel {
    width: calc(100vw - 28px);
    padding: 28px 18px;
  }

  .board-table,
  .history-table {
    min-width: 760px;
  }

  .board-page,
  .history-board-page {
    overflow-x: auto;
  }

  .history-filter {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }

  .history-filter form { width: 100%; display: grid; grid-template-columns: 1fr; }
  .history-filter select { width: 100%; }
  .history-search-control { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; }
  .history-search-control input { width: 100%; }
  .history-filter p { margin: 0; text-align: right; }
}


/* =========================
   FINAL POLISH - BOARD COLOR
========================= */
.board-table,
.history-table {
  border: 1px solid #d4dde3 !important;
  border-top: 4px solid var(--primary, #2ab7b1) !important;
  border-radius: 16px !important;
  box-shadow: 0 16px 36px rgba(16,36,55,.065) !important;
}

.board-table th,
.history-table th {
  background: #eefafa !important;
  color: var(--navy, #102437) !important;
  border-bottom: 1px solid #cdd9df !important;
}

.board-table td,
.history-table td {
  border-bottom: 1px solid #e2e9ed !important;
  color: #4f5f6d !important;
}

.board-table td.title,
.history-table .project-title {
  color: var(--navy, #102437) !important;
  font-weight: 900 !important;
}

.board-top strong {
  color: #159f9a !important;
}

.board-pagination a.active {
  background: #159f9a !important;
  border-color: #159f9a !important;
}

/* =========================
   FINAL POLISH - LOCATION PAGE
========================= */
.location-info,
.location-card,
.location-guide,
.office-info,
.office-guide,
.company-location-info {
  border-top: 0 !important;
}

.location-card,
.location-guide,
.office-info,
.company-location-info {
  border-radius: 22px !important;
  border: 1px solid #e5eaee !important;
  background: linear-gradient(135deg,#f7fbfb 0%,#fff 100%) !important;
  box-shadow: 0 14px 32px rgba(0,0,0,.045) !important;
}

.location-card::before,
.location-guide::before,
.office-info::before,
.company-location-info::before {
  display: none !important;
}

.location-page .business-intro,
.location-section .business-intro {
  margin-bottom: 28px;
}

.location-info h2,
.location-card h2,
.location-guide h2,
.office-info h2,
.company-location-info h2 {
  color: var(--navy, #102437) !important;
  font-weight: 900 !important;
}

.location-info-item,
.location-detail-item,
.office-info-item,
.company-location-item {
  border: 1px solid #e1e8ec !important;
  border-radius: 16px !important;
  background: #fff !important;
}

.location-info-item strong,
.location-detail-item strong,
.office-info-item strong,
.company-location-item strong {
  color: #159f9a !important;
}

.location-actions a,
.location-actions button,
.map-actions a,
.map-actions button {
  box-shadow: none !important;
}

/* =========================
   SITE MAP MODAL FINAL SAFETY
========================= */
.site-map-modal {
  position: fixed !important;
  inset: 0 !important;
  z-index: 999999 !important;
  display: none;
}

.site-map-modal.is-open {
  display: block !important;
}

.site-map-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(6,18,31,.58);
  backdrop-filter: blur(5px);
}

.site-map-panel {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(1120px, calc(100vw - 48px));
  max-height: calc(100vh - 70px);
  overflow-y: auto;
  transform: translate(-50%, -50%);
  padding: 44px 48px;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 34px 90px rgba(0,0,0,.28);
}

.site-map-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 34px;
}

.site-map-head span {
  display: block;
  margin-bottom: 8px;
  color: var(--primary, #2ab7b1);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .16em;
}

.site-map-head h2 {
  margin: 0;
  color: var(--navy, #102437);
  font-size: 42px;
  font-weight: 900;
  letter-spacing: -.055em;
}

.site-map-close {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border: 1px solid #dfe6ea;
  border-radius: 50%;
  background: #fff;
  color: var(--navy, #102437);
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.site-map-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.site-map-grid section {
  min-height: 220px;
  padding: 26px 22px;
  border: 1px solid #e5eaee;
  border-radius: 20px;
  background: linear-gradient(180deg,#fff 0%,#f8fbfb 100%);
}

.site-map-grid h3 {
  margin: 0 0 18px;
  color: var(--navy, #102437);
  font-size: 20px;
  font-weight: 900;
}

.site-map-grid a {
  display: block;
  padding: 8px 0;
  color: #586672;
  font-size: 15px;
  font-weight: 700;
}

.site-map-grid a:hover {
  color: var(--primary, #2ab7b1);
}

.site-map-foot {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid #edf1f3;
  text-align: right;
}

.site-map-foot a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  padding: 0 22px;
  border-radius: 999px;
  background: var(--navy, #102437);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}

.site-map-lock {
  overflow: hidden;
}

button.site-map-open {
  cursor: pointer;
  font-family: inherit;
}

@media (max-width: 1000px) {
  .site-map-panel {
    padding: 32px 24px;
  }
  .site-map-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .site-map-head h2 {
    font-size: 34px;
  }
}

@media (max-width: 640px) {
  .site-map-grid {
    grid-template-columns: 1fr;
  }
}


/* ===== HOTFIX: location simplification ===== */
.location-page .business-intro,
.location-section .business-intro {
  display: none !important;
}

.location-card,
.location-guide,
.office-info,
.company-location-info,
.location-info {
  border-top: 0 !important;
}

.location-card::before,
.location-guide::before,
.office-info::before,
.company-location-info::before,
.location-info::before {
  display: none !important;
}

.location-card,
.location-guide,
.office-info,
.company-location-info,
.location-info {
  background: #fff !important;
  border: 1px solid #e5eaee !important;
  box-shadow: 0 16px 36px rgba(0,0,0,.05) !important;
}

.location-info-item,
.location-detail-item,
.office-info-item,
.company-location-item {
  background: #fff !important;
  border: 1px solid #e5eaee !important;
}

.location-info h2,
.location-card h2,
.location-guide h2,
.office-info h2,
.company-location-info h2 {
  color: var(--navy, #102437) !important;
}

.location-info-item strong,
.location-detail-item strong,
.office-info-item strong,
.company-location-item strong {
  color: var(--primary, #2ab7b1) !important;
}

/* make sure main buttons are clickable/visible */
.site-map-open {
  cursor: pointer !important;
}


/* ===== FINAL HOTFIX 3 ===== */
.location-box {
  border-top: 1px solid #e5eaee !important;
  background: #fff !important;
}
.location-box::before {
  content: none !important;
  display: none !important;
  height: 0 !important;
  background: transparent !important;
}
.location-info-grid .location-box,
.location-page .location-box {
  overflow: hidden;
}
.logo[href="/"],
.brand[href="/"] {
  cursor: pointer;
}
.site-map-open,
.sitemap-btn {
  cursor: pointer !important;
}


/* =========================
   FINAL THEME PATCH
   - board accent removed
   - navy header
   - dark footer
========================= */

/* 게시판 민트 포인트 라인 제거 */
.board-table,
.history-table {
  border-top: 1px solid #d8e1e6 !important;
  border-radius: 16px !important;
}

.board-table th,
.history-table th {
  background: #f6f8fa !important;
  color: var(--navy, #102437) !important;
  border-bottom: 1px solid #d8e1e6 !important;
}

.board-pagination a.active {
  background: var(--navy, #102437) !important;
  border-color: var(--navy, #102437) !important;
  color: #fff !important;
}

.board-top strong {
  color: var(--navy, #102437) !important;
}

/* 서브페이지 상단 메뉴 네이비 */
.site-header {
  background: var(--navy, #102437) !important;
}

.header-inner {
  background: transparent !important;
}

.site-header .gnb-item > a,
.site-header .header-actions a,
.site-header .header-actions button {
  color: #fff !important;
}

.site-header .gnb-item > a.active,
.site-header .gnb-item:hover > a {
  color: var(--primary, #2ab7b1) !important;
}

.site-header .gnb-item > a.active::after,
.site-header .gnb-item:hover > a::after,
.site-header .gnb-item.is-open > a::after {
  background: var(--primary, #2ab7b1) !important;
}

.site-header .outline-btn {
  border-color: rgba(255,255,255,.65) !important;
  background: rgba(255,255,255,.08) !important;
  color: #fff !important;
}

.site-header .outline-btn:hover {
  background: var(--primary, #2ab7b1) !important;
  border-color: var(--primary, #2ab7b1) !important;
  color: #fff !important;
}

/* 드롭다운은 흰색 유지 */
.site-header .gnb-sub {
  background: #fff !important;
}

.site-header .gnb-sub a {
  color: #344554 !important;
}

.site-header .gnb-sub a:hover {
  color: var(--primary, #2ab7b1) !important;
}

/* 메인페이지 상단 메뉴 네이비 */
body.page-main header {
  background: var(--navy, #102437) !important;
}

body.page-main header .gnb a,
body.page-main header .right a,
body.page-main header .right button {
  color: #fff !important;
}

body.page-main header .nav-item > a:hover,
body.page-main header .nav-item:hover > a {
  color: var(--primary, #2ab7b1) !important;
}

body.page-main header .center-btn,
body.page-main header .sitemap-btn {
  border-color: rgba(255,255,255,.65) !important;
  background: rgba(255,255,255,.08) !important;
  color: #fff !important;
}

body.page-main header .center-btn:hover,
body.page-main header .sitemap-btn:hover {
  background: var(--primary, #2ab7b1) !important;
  border-color: var(--primary, #2ab7b1) !important;
}

/* 메인 드롭다운은 흰색 유지 */
body.page-main header .submenu {
  background: #fff !important;
}

body.page-main header .submenu a {
  color: #344554 !important;
}

body.page-main header .submenu a:hover {
  color: var(--primary, #2ab7b1) !important;
}

/* footer 어두운 배경 */
.site-footer,
.footer,
footer {
  background: #0b1b2b !important;
  color: rgba(255,255,255,.78) !important;
}

.site-footer *,
.footer *,
footer * {
  color: rgba(255,255,255,.78) !important;
}

.site-footer a,
.footer a,
footer a {
  color: #fff !important;
}

.site-footer strong,
.footer strong,
footer strong,
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
footer h1,
footer h2,
footer h3,
footer h4 {
  color: #fff !important;
}

.site-footer .footer-logo img,
.footer .footer-logo img,
footer .footer-logo img {
  filter: brightness(0) invert(1) opacity(.92);
}

/* 혹시 footer 내부 구분선 */
.site-footer,
.footer,
footer {
  border-top: 0 !important;
}


/* =========================
   FINAL DESIGN LOCK
   - unified header buttons
   - transparent intro header
   - gray dark footer
   - logo home link
========================= */

/* 버튼 디자인 통일 */
.header-pill-btn,
.site-header .header-pill-btn,
body.page-main header .header-pill-btn {
  min-width: 150px;
  height: 54px;
  padding: 0 28px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: inherit;
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  box-sizing: border-box;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}

.header-pill-btn:hover,
.site-header .header-pill-btn:hover,
body.page-main header .header-pill-btn:hover {
  background: var(--primary, #2ab7b1);
  border-color: var(--primary, #2ab7b1);
  color: #fff;
}

/* 기존 버튼 클래스와 충돌 방지 */
.site-header .outline-btn,
body.page-main header .center-btn,
body.page-main header .sitemap-btn {
  min-width: 150px;
  height: 54px;
  padding: 0 28px;
  border: 1px solid rgba(255,255,255,.72) !important;
  border-radius: 999px;
  background: rgba(255,255,255,.08) !important;
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: inherit;
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  box-sizing: border-box;
}

/* 메인 인트로 헤더: 기본 투명, hover 시 네이비 */
body.page-main header {
  background: transparent !important;
  box-shadow: none !important;
  transition: background .25s ease, box-shadow .25s ease;
}

body.page-main header:hover,
body.page-main header.is-open,
body.page-main header:focus-within {
  background: rgba(16,36,55,.96) !important;
  box-shadow: 0 10px 30px rgba(0,0,0,.14) !important;
}

/* 메인 헤더 드롭다운 열릴 때도 배경 유지 */
body.page-main header .nav-item:hover ~ .right,
body.page-main header:hover .right {
  color: #fff;
}

/* 서브 헤더는 네이비 유지 */
.site-header {
  background: var(--navy, #102437) !important;
}

/* footer: 회색계열 어두운 배경 */
.site-footer,
.footer,
footer {
  background: var(--footer, #2f3338) !important;
  color: rgba(255,255,255,.76) !important;
}

.site-footer *,
.footer *,
footer * {
  color: #fff !important;
}

/* Footer 정책 링크는 일반 정보보다 어두운 회색으로 표시 */
.footer .footer-policy-links a,
footer .footer-policy-links a {
  color: rgba(255,255,255,.56) !important;
  font-weight: 650;
}

.footer .footer-policy-links .footer-policy-primary,
footer .footer-policy-links .footer-policy-primary {
  color: rgba(255,255,255,.56) !important;
  font-weight: 700;
}

.site-footer a,
.footer a,
footer a,
.site-footer strong,
.footer strong,
footer strong,
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
footer h1,
footer h2,
footer h3,
footer h4 {
  color: #fff !important;
}

.site-footer .footer-logo img,
.footer .footer-logo img,
footer .footer-logo img {
  filter: brightness(0) invert(1) opacity(.92);
}

/* 로고 링크 안전 */
.logo,
.brand {
  cursor: pointer;
}

@media (max-width: 1280px) {
  .header-pill-btn,
  .site-header .header-pill-btn,
  body.page-main header .header-pill-btn {
    min-width: 136px;
    height: 50px;
    padding: 0 22px;
    font-size: 16px;
  }
}


/* =========================
   FINAL BUTTON + PHILOSOPHY MINT PATCH
========================= */

/* 원격지원 / SITE MAP 버튼 크기 축소 */
.header-pill-btn,
.site-header .header-pill-btn,
body.page-main header .header-pill-btn,
.site-header .outline-btn,
body.page-main header .center-btn,
body.page-main header .sitemap-btn {
  min-width: 126px !important;
  height: 44px !important;
  padding: 0 22px !important;
  font-size: 15px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255,255,255,.72) !important;
  background: rgba(255,255,255,.06) !important;
  color: #fff !important;
}

/* hover: 흰 배경 + 네이비 글자 */
.header-pill-btn:hover,
.site-header .header-pill-btn:hover,
body.page-main header .header-pill-btn:hover,
.site-header .outline-btn:hover,
body.page-main header .center-btn:hover,
body.page-main header .sitemap-btn:hover {
  background: #fff !important;
  border-color: #fff !important;
  color: var(--navy, #102437) !important;
}

/* 경영이념 하단 방향 박스 민트색 변경 */
.philosophy-bottom {
  background: var(--primary, #2ab7b1) !important;
  border-radius: 22px !important;
  box-shadow: 0 18px 36px rgba(42,183,177,.18) !important;
}

.philosophy-bottom h3,
.philosophy-bottom p {
  color: #fff !important;
}

/* 경영이념 아이콘 민트톤 보정 */
.philosophy-icon {
  border-color: var(--primary, #2ab7b1) !important;
  color: var(--primary, #2ab7b1) !important;
}

.philosophy-quote strong,
.philosophy-intro span {
  color: var(--primary, #2ab7b1) !important;
}

@media (max-width: 1280px) {
  .header-pill-btn,
  .site-header .header-pill-btn,
  body.page-main header .header-pill-btn,
  .site-header .outline-btn,
  body.page-main header .center-btn,
  body.page-main header .sitemap-btn {
    min-width: 116px !important;
    height: 42px !important;
    padding: 0 18px !important;
    font-size: 14px !important;
  }
}


/* =========================
   REAL FINAL HEADER TWEAK
========================= */

/* 메뉴 글자 줄바꿈 방지 */
.site-header .gnb,
body.page-main header .gnb {
  gap: 42px !important;
}

.site-header .gnb-item > a,
body.page-main header .nav-item > a {
  white-space: nowrap !important;
  word-break: keep-all !important;
  writing-mode: horizontal-tb !important;
  text-orientation: mixed !important;
  line-height: 1.15 !important;
  letter-spacing: -.03em !important;
}

/* 서브 헤더 메뉴 두께 아주 살짝만 완화 */
.site-header .gnb-item > a {
  font-weight: 700 !important;
}

body.page-main header .nav-item > a {
  font-weight: 700 !important;
}

/* 활성 메뉴 밑줄도 살짝 얇게 */
.site-header .gnb-item > a.active::after,
.site-header .gnb-item:hover > a::after,
.site-header .gnb-item.is-open > a::after,
body.page-main header .nav-item > a.active::after,
body.page-main header .nav-item:hover > a::after {
  height: 4px !important;
  border-radius: 999px !important;
}

/* 원격지원 / SITE MAP 밑줄 제거 */
.header-pill-btn,
.header-pill-btn:hover,
.site-header .header-pill-btn,
.site-header .header-pill-btn:hover,
body.page-main header .header-pill-btn,
body.page-main header .header-pill-btn:hover,
.site-header .outline-btn,
.site-header .outline-btn:hover,
body.page-main header .center-btn,
body.page-main header .center-btn:hover,
body.page-main header .sitemap-btn,
body.page-main header .sitemap-btn:hover {
  text-decoration: none !important;
}

/* 버튼 내부 텍스트 줄바꿈 방지 */
.header-pill-btn,
.site-header .header-pill-btn,
body.page-main header .header-pill-btn {
  white-space: nowrap !important;
}

/* 헤더 버튼 약간만 컴팩트 유지 */
.header-pill-btn,
.site-header .header-pill-btn,
body.page-main header .header-pill-btn,
.site-header .outline-btn,
body.page-main header .center-btn,
body.page-main header .sitemap-btn {
  min-width: 126px !important;
  height: 44px !important;
  font-size: 15px !important;
  font-weight: 800 !important;
}

/* 화면 줄어들 때도 메뉴가 세로로 꺾이지 않게 */
@media (max-width: 1400px) {
  .site-header .gnb,
  body.page-main header .gnb {
    gap: 32px !important;
  }

  .site-header .gnb-item > a,
  body.page-main header .nav-item > a {
    font-size: 16px !important;
  }
}

@media (max-width: 1180px) {
  .site-header .gnb,
  body.page-main header .gnb {
    gap: 24px !important;
  }

  .site-header .gnb-item > a,
  body.page-main header .nav-item > a {
    font-size: 15px !important;
  }

  .header-pill-btn,
  .site-header .header-pill-btn,
  body.page-main header .header-pill-btn {
    min-width: 112px !important;
    padding: 0 18px !important;
  }
}




/* =========================
   HEADER ALIGN CORRECTION
========================= */

/* 본문 page-wrap과 같은 1440px 기준, 좌우 44px 여백 */
.site-header .header-inner {
  width: 100% !important;
  max-width: 1440px !important;
  margin: 0 auto !important;
  padding-left: 44px !important;
  padding-right: 44px !important;
  box-sizing: border-box !important;
}

/* 화면이 좁아질 때 과도한 가로 확장 방지 */
.site-header .gnb {
  min-width: 0 !important;
}

.site-header .brand {
  flex: 0 0 auto !important;
}

.site-header .header-actions {
  flex: 0 0 auto !important;
}

@media (max-width: 1280px) {
  .site-header .header-inner {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }

  .site-header .gnb {
    gap: 26px !important;
  }
}

@media (max-width: 1100px) {
  .site-header .header-inner {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }

  .site-header .gnb {
    gap: 20px !important;
  }
}
.content-detail-view,.content-detail-view .page-wrap{background:#fff}.content-detail-page{padding:38px 44px;border:1px solid #e3e8ec;border-radius:20px;background:#fff}.content-detail-page header{padding-bottom:24px;border-bottom:1px solid #e7ecef;background:#fff}.content-detail-page header span{color:var(--primary,#2ab7b1);font-weight:800}.content-detail-page h2{margin:10px 0;color:var(--navy,#102437);font-size:34px}.content-detail-page time{color:#8a949d}.content-detail-body{min-height:260px;padding:36px 0;color:#394956;line-height:1.8;background:#fff}.content-detail-body img{max-width:100%}.content-attachment,.content-list-button{display:inline-flex;margin-right:8px;padding:12px 18px;border-radius:10px;font-weight:800}.content-attachment{background:#eef8f7;color:var(--primary,#2ab7b1)}.content-list-button{background:var(--navy,#102437);color:#fff}

/* CMS 연동 제품 소개 */
.product-list-page {
  gap: 42px;
  padding-bottom: 40px;
}
.product-category-hero {
  position: relative;
  display: flex;
  min-height: 170px;
  margin-bottom: 6px;
  padding: 30px 40px;
  align-items: flex-end;
  justify-content: space-between;
  overflow: hidden;
  border: 1px solid #e7edef;
  border-radius: 28px;
  background: linear-gradient(135deg,#f4fbfa 0%,#fff 62%,#f2f6f8 100%);
}
.product-category-hero::before {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  top: -170px;
  right: -40px;
  border: 60px solid var(--primary,#2ab7b1);
  border-radius: 50%;
  opacity: .1;
}
.product-category-hero::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 150px;
  height: 5px;
  border-radius: 0 999px 999px 0;
  background: var(--primary,#2ab7b1);
}
.product-category-hero > div:first-child { position: relative; z-index: 1; max-width: 780px; }
.product-category-hero .product-category-kicker {
  margin-bottom: 14px;
  color: var(--primary,#2ab7b1);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
}
.product-category-hero h2 {
  margin: 0;
  color: var(--navy,#102437);
  font-size: clamp(32px,3.2vw,44px);
  font-weight: 900;
  letter-spacing: -.055em;
}
.product-category-hero p { margin: 10px 0 0; color: #63717c; font-size: 15px; line-height: 1.7; }
.product-category-count {
  position: relative;
  z-index: 1;
  display: grid;
  min-width: 112px;
  text-align: right;
}
.product-category-count strong { color: var(--primary,#2ab7b1); font-size: 38px; line-height: 1; }
.product-category-count span { margin-top: 7px; color: #8b969e; font-size: 10px; font-weight: 900; letter-spacing: .16em; }

.product-showcase-list { display: grid; gap: 34px; }
.product-showcase-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px,35%) minmax(0,1fr);
  min-height: 440px;
  overflow: hidden;
  border: 1px solid #e4eaee;
  border-radius: 28px;
  background: linear-gradient(145deg,#fff 0%,#fbfcfd 100%);
  box-shadow: 0 20px 48px rgba(15,38,56,.075);
  transition: transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}
.product-showcase-card::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg,var(--primary,#2ab7b1),var(--navy,#102437));
}
.product-showcase-card:hover { transform: translateY(-3px); border-color: #d7e3e7; box-shadow: 0 26px 58px rgba(15,38,56,.11); }
.product-showcase-card.reverse { grid-template-columns: minmax(0,1fr) minmax(280px,35%); }
.product-showcase-card.reverse .product-showcase-media { order: 2; }
.product-showcase-card.reverse .product-showcase-content { order: 1; }
.product-showcase-media {
  position: relative;
  min-height: 440px;
  overflow: hidden;
  background: linear-gradient(145deg,#edf4f5,#dfe8eb);
}
.product-showcase-media::before {
  content: "";
  position: absolute;
  width: 230px;
  height: 230px;
  top: -105px;
  left: -105px;
  border: 42px solid rgba(255,255,255,.5);
  border-radius: 50%;
  pointer-events: none;
}
.product-showcase-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,transparent 55%,rgba(8,25,38,.22));
  pointer-events: none;
}
.product-showcase-media img { width: 100%; height: 100%; padding: 24px; object-fit: contain; transition: transform .55s ease; }
.product-showcase-card:hover .product-showcase-media img { transform: scale(1.025); }
.product-image-placeholder {
  display: flex;
  height: 100%;
  min-height: 440px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: var(--navy,#102437);
  background: radial-gradient(circle at 30% 25%,rgba(255,255,255,.95),transparent 28%),linear-gradient(145deg,#eff7f7,#dbe6e9);
}
.product-image-placeholder span { color: var(--primary,#2ab7b1); font-size: 54px; font-weight: 900; letter-spacing: -.06em; }
.product-image-placeholder strong { margin-top: 3px; font-size: 12px; letter-spacing: .3em; }
.product-showcase-content { display: flex; min-width: 0; padding: 40px 46px; justify-content: center; flex-direction: column; }
.product-showcase-head > span { display: inline-flex; width: fit-content; margin-bottom: 13px; padding: 6px 10px; border-radius: 999px; background: #edf8f7; color: var(--primary,#2ab7b1); font-size: 11px; font-weight: 900; letter-spacing: .08em; }
.product-showcase-head > strong { display: block; color: #163a78; font-size: 23px; font-weight: 900; }
.product-showcase-head h3 { margin: 11px 0 28px; color: var(--navy,#102437); font-size: clamp(28px,2.5vw,40px); line-height: 1.3; font-weight: 900; letter-spacing: -.055em; }
.product-showcase-description { margin-bottom: 24px; color: #52616d; font-size: 15px; line-height: 1.75; }
.product-showcase-description h4 { margin: 0 0 13px; color: var(--navy,#102437); font-size: 15px; }
.product-showcase-description h4 span { display: inline-block; width: 22px; height: 3px; margin: 0 8px 4px 0; border-radius: 99px; background: var(--primary,#2ab7b1); }
.product-showcase-description p { margin: 0 0 10px; }
.product-showcase-description img { max-width: 100%; height: auto; }
.product-showcase-description ul,.product-showcase-description ol { margin: 10px 0; padding-left: 21px; }
.product-showcase-description.product-overview,
.product-showcase-description.product-features {
  padding: 19px 21px;
  border: 1px solid #e4ebed;
  border-radius: 12px;
}
.product-showcase-description.product-overview {
  border-left: 4px solid var(--primary,#2ab7b1);
  background: #fff;
  box-shadow: 0 8px 20px rgba(15,38,56,.035);
}
.product-showcase-description.product-features {
  border-left: 4px solid var(--navy,#102437);
  background: #f7fafb;
}
.product-features ul,.product-features ol { margin-bottom: 0; }
.product-features li { margin-bottom: 7px; }
.product-showcase-meta {
  display: grid;
  grid-template-columns: 70px minmax(0,1fr);
  gap: 14px;
  align-items: center;
  margin-bottom: 25px;
  padding: 14px 17px;
  border: 1px solid #e1e7ea;
  border-radius: 10px;
  background: #fafcfc;
}
.product-showcase-meta span { color: var(--navy,#102437); font-size: 13px; font-weight: 900; }
.product-showcase-meta p { margin: 0; color: #66747f; font-size: 14px; }
.product-showcase-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.product-action {
  display: inline-flex;
  min-height: 46px;
  padding: 0 17px;
  align-items: center;
  justify-content: space-between;
  gap: 17px;
  border: 1px solid #dce4e8;
  border-radius: 11px;
  background: #fff;
  color: var(--navy,#102437);
  font-size: 13px;
  font-weight: 900;
  transition: transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.product-action:hover { transform: translateY(-2px); border-color: var(--primary,#2ab7b1); box-shadow: 0 9px 20px rgba(15,38,56,.09); }
.product-action.primary { border-color: var(--primary,#2ab7b1); background: var(--primary,#2ab7b1); color: #fff; }
.product-action.digital { color: #163a78; }
.product-action.proposal { color: #4e5c67; }
.product-action b { font-size: 17px; }
.product-empty-state { padding: 90px 30px; border: 1px dashed #d6e0e4; border-radius: 24px; text-align: center; background: #fafcfc; }
.product-empty-state span { display: block; color: var(--primary,#2ab7b1); font-size: 12px; font-weight: 900; letter-spacing: .18em; }
.product-empty-state strong { display: block; margin-top: 12px; color: var(--navy,#102437); font-size: 27px; }
.product-empty-state p { margin: 10px 0 0; color: #7b878f; }

@media (max-width: 1050px) {
  .product-showcase-card,.product-showcase-card.reverse { grid-template-columns: 1fr; }
  .product-showcase-card.reverse .product-showcase-media,.product-showcase-card.reverse .product-showcase-content { order: initial; }
  .product-showcase-media,.product-image-placeholder { min-height: 300px; }
  .product-showcase-content { padding: 42px; }
}
@media (max-width: 680px) {
  .product-category-hero { min-height: 0; padding: 34px 28px; align-items: flex-start; flex-direction: column; gap: 28px; }
  .product-category-count { min-width: 0; text-align: left; }
  .product-category-count strong { font-size: 36px; }
  .product-showcase-card { min-height: 0; border-radius: 20px; }
  .product-showcase-media,.product-image-placeholder { min-height: 220px; }
  .product-showcase-content { padding: 30px 24px 34px; }
  .product-showcase-actions { display: grid; grid-template-columns: 1fr; }
  .product-action { width: 100%; }
}

/* 제품 소개 미니멀 카드 조정 */
.product-list-page { gap: 30px; }
.product-category-hero { background: #fafbfc; }
.product-category-hero::before,
.product-category-hero::after,
.product-showcase-card::before,
.product-showcase-media::before,
.product-showcase-media::after { display: none; }
.product-category-hero .product-category-kicker { color: #7a8790; }
.product-category-count strong { color: var(--navy,#102437); font-size: 34px; }

.product-showcase-list { gap: 20px; }
.product-showcase-card,
.product-showcase-card.reverse {
  grid-template-columns: minmax(230px,30%) minmax(0,1fr);
  min-height: 280px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(15,38,56,.045);
  cursor: pointer;
}
.product-showcase-card.reverse {
  grid-template-columns: minmax(0,1fr) minmax(230px,30%);
}
.product-showcase-card:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--primary,#2ab7b1) 45%, transparent);
  outline-offset: 4px;
}
.product-showcase-card.reverse .product-showcase-media,
.product-showcase-card.reverse .product-showcase-content { order: initial; }
.product-showcase-card.reverse .product-showcase-media {
  order: 2;
  border-right: 0;
  border-left: 1px solid #edf0f2;
}
.product-showcase-card.reverse .product-showcase-content { order: 1; }
.product-showcase-card:hover {
  transform: none;
  border-color: #d7e0e4;
  box-shadow: 0 12px 30px rgba(15,38,56,.065);
}
.product-showcase-media {
  min-height: 280px;
  border-right: 1px solid #edf0f2;
  background: #f4f6f7;
}
.product-showcase-media img { display: block; padding: 20px; }
.product-showcase-card:hover .product-showcase-media img { transform: none; }
.product-image-placeholder { min-height: 280px; background: #f4f6f7; }
.product-image-placeholder span { color: #87939b; font-size: 42px; }

.product-showcase-content { padding: 28px 34px; }
.product-showcase-head > span {
  display: block;
  margin-bottom: 9px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #7b8790;
  font-size: 11px;
  letter-spacing: .06em;
}
.product-showcase-head > strong { color: #29445f; font-size: 19px; }
.product-showcase-head h3 {
  margin: 8px 0 18px;
  color: #697680;
  font-size: 14px;
  line-height: 1.65;
  font-weight: 600;
  letter-spacing: -.015em;
}
.product-certifications {
  display: flex;
  gap: 7px;
  margin: -3px 0 16px;
  flex-wrap: wrap;
}
.product-certifications span {
  display: inline-flex;
  padding: 6px 10px;
  gap: 6px;
  align-items: center;
  border: 1px solid #d8e2e6;
  border-radius: 8px;
  background: #f8fafb;
  color: #3e5666;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: -.01em;
}
.product-certifications span::before {
  content: "✓";
  color: var(--primary,#2ab7b1);
  font-size: 11px;
  font-weight: 900;
}
.product-showcase-description { margin-bottom: 12px; font-size: 14px; line-height: 1.7; }
.product-showcase-description.product-overview,
.product-showcase-description.product-features {
  display: flex;
  height: 220px;
  min-height: 220px;
  padding: 14px 16px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #e4ebed;
  border-left-width: 1px;
  border-radius: 9px;
  box-shadow: none;
}
.product-showcase-description.product-overview { background: #fff; }
.product-showcase-description.product-features { background: #f7f8f9; }
.product-showcase-description h4 { margin-bottom: 9px; font-size: 14px; }

.product-description-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 12px;
  margin-bottom: 12px;
}

.product-description-grid .product-showcase-description {
  margin-bottom: 0;
}

.product-description-scroll {
  min-height: 0;
  padding: 0 10px 4px 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: color-mix(in srgb, var(--primary, #2ab7b1) 48%, #c7d0d5) transparent;
}

.product-description-scroll::-webkit-scrollbar { width: 6px; }
.product-description-scroll::-webkit-scrollbar-track { background: transparent; }
.product-description-scroll::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: color-mix(in srgb, var(--primary, #2ab7b1) 48%, #c7d0d5);
}
.product-description-scroll::-webkit-scrollbar-thumb:hover {
  background: color-mix(in srgb, var(--primary, #2ab7b1) 68%, #9eabb2);
}

.product-showcase-actions { gap: 8px; }
.product-action {
  min-height: 40px;
  padding: 0 14px;
  border-radius: 8px;
  font-size: 12px;
  transition: border-color .2s ease,background .2s ease;
  cursor: pointer;
}
.product-action:hover { transform: none; border-color: #aebbc3; background: #f7f8f9; box-shadow: none; }
.product-action.primary { border-color: #cfd8dd; background: var(--navy,#102437); }

@media (max-width: 1050px) {
  .product-showcase-card,
  .product-showcase-card.reverse { grid-template-columns: 1fr; }
  .product-showcase-card.reverse .product-showcase-media,
  .product-showcase-card.reverse .product-showcase-content { order: initial; }
  .product-showcase-media,.product-image-placeholder { min-height: 240px; }
  .product-showcase-media,
  .product-showcase-card.reverse .product-showcase-media {
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #edf0f2;
  }
  .product-showcase-content { padding: 30px; }
}
@media (max-width: 680px) {
  .product-showcase-media,.product-image-placeholder { min-height: 190px; }
  .product-showcase-content { padding: 24px 20px 26px; }
  .product-description-grid { grid-template-columns: 1fr; }
  .product-showcase-description.product-overview,
  .product-showcase-description.product-features {
    height: 190px;
    min-height: 190px;
  }
}

/* 제품 소개 모달 */
body.product-modal-open { overflow: hidden; }

.product-modal {
  position: fixed;
  z-index: 3000;
  inset: 0;
  display: flex;
  padding: 34px;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: visibility .2s ease, opacity .2s ease;
}

.product-modal.is-open {
  visibility: visible;
  opacity: 1;
}

.product-modal-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(8, 23, 35, .72);
  backdrop-filter: blur(6px);
  cursor: pointer;
}

.product-modal-panel {
  position: relative;
  z-index: 1;
  width: min(1080px, 100%);
  max-height: min(880px, calc(100vh - 68px));
  padding: 42px;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 36px 100px rgba(4, 17, 27, .32);
  scrollbar-width: thin;
  scrollbar-color: #bbc7cc transparent;
  transform: translateY(14px) scale(.985);
  transition: transform .24s ease;
}

.product-modal.is-open .product-modal-panel { transform: translateY(0) scale(1); }

.product-modal-panel::-webkit-scrollbar { width: 7px; }
.product-modal-panel::-webkit-scrollbar-track { background: transparent; }
.product-modal-panel::-webkit-scrollbar-thumb { border-radius: 999px; background: #bbc7cc; }

.product-modal-close {
  position: absolute;
  z-index: 2;
  top: 18px;
  right: 18px;
  display: inline-flex;
  width: 42px;
  height: 42px;
  padding: 0 0 3px;
  align-items: center;
  justify-content: center;
  border: 1px solid #dce4e7;
  border-radius: 50%;
  background: rgba(255,255,255,.92);
  color: var(--navy,#102437);
  font-family: Arial, sans-serif;
  font-size: 27px;
  line-height: 1;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}

.product-modal-close:hover { background: #f0f4f5; transform: rotate(4deg); }
.product-modal-close:focus-visible { outline: 3px solid color-mix(in srgb, var(--primary,#2ab7b1) 42%, transparent); outline-offset: 2px; }

.product-modal-heading {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 34px;
  align-items: center;
  margin-bottom: 28px;
}

.product-modal-image {
  height: 220px;
  overflow: hidden;
  border: 1px solid #e4eaed;
  border-radius: 16px;
  background: #f4f6f7;
}

.product-modal-image img { width: 100%; height: 100%; padding: 18px; object-fit: contain; }
.product-modal-image .product-image-placeholder { height: 100%; min-height: 0; }
.product-modal-image .product-image-placeholder span { font-size: 38px; }

.product-modal-title > span {
  color: var(--primary,#2ab7b1);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .09em;
}

.product-modal-title h2 {
  margin: 8px 54px 10px 0;
  color: var(--navy,#102437);
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.2;
  letter-spacing: -.05em;
}

.product-modal-title > p {
  margin: 0;
  color: #66747e;
  font-size: 15px;
  line-height: 1.7;
}

.product-modal-certifications { margin: 18px 0 0; }

.product-modal-description-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 14px;
}

.product-modal-description {
  padding: 24px 25px;
  border: 1px solid #e2e8eb;
  border-radius: 15px;
  background: #fafcfc;
  color: #4f5e69;
  font-size: 14px;
  line-height: 1.8;
}

.product-modal-description h3 {
  margin: 0 0 15px;
  color: var(--navy,#102437);
  font-size: 18px;
  letter-spacing: -.025em;
}

.product-modal-description p:first-child { margin-top: 0; }
.product-modal-description p:last-child { margin-bottom: 0; }
.product-modal-description img { max-width: 100%; height: auto; }
.product-modal-description ul,
.product-modal-description ol { margin: 8px 0; padding-left: 20px; }

.product-modal-overview { background: #fff; }
.product-modal-features { background: #f7fafb; }
.product-modal-actions { margin-top: 22px; }

/* CMS 위지윅 본문 공통 표 */
.cms-rich-content {
  max-width: 100%;
  overflow-x: auto;
  overflow-wrap: anywhere;
  scrollbar-width: thin;
  scrollbar-color: #bec9ce transparent;
}

.cms-rich-content::-webkit-scrollbar { height: 7px; }
.cms-rich-content::-webkit-scrollbar-track { background: transparent; }
.cms-rich-content::-webkit-scrollbar-thumb { border-radius: 999px; background: #bec9ce; }

.cms-rich-content table {
  width: 100%;
  min-width: 520px;
  margin: 18px 0;
  border-collapse: collapse;
  border-spacing: 0;
  background: #fff;
  color: #43535f;
  font-size: 14px;
  line-height: 1.6;
}

.cms-rich-content caption {
  padding: 0 0 10px;
  color: var(--navy,#102437);
  font-weight: 800;
  text-align: left;
}

.cms-rich-content th,
.cms-rich-content td {
  min-width: 90px;
  padding: 13px 15px;
  border: 1px solid #dce4e7;
  text-align: left;
  vertical-align: middle;
}

.cms-rich-content th {
  background: #f1f5f6;
  color: var(--navy,#102437);
  font-weight: 800;
}

.cms-rich-content tbody tr:nth-child(even) td { background: #fafcfc; }
.cms-rich-content img { max-width: 100%; height: auto; }

/* 제품 모달에서는 표를 박스 폭에 맞추고 셀 내용을 자동 줄바꿈한다. */
.product-modal-description.cms-rich-content {
  min-width: 0;
  overflow-x: hidden;
}

.product-modal-description.cms-rich-content > div {
  min-width: 0;
  max-width: 100%;
}

.product-modal-description.cms-rich-content table {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  table-layout: fixed;
}

.product-modal-description.cms-rich-content th,
.product-modal-description.cms-rich-content td {
  min-width: 0;
  padding: 11px 12px;
  white-space: normal !important;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.product-modal-description.cms-rich-content th *,
.product-modal-description.cms-rich-content td * {
  max-width: 100% !important;
  white-space: normal !important;
  overflow-wrap: anywhere;
}

@media (max-width: 820px) {
  .product-modal { padding: 18px; }
  .product-modal-panel { max-height: calc(100vh - 36px); padding: 30px 24px; border-radius: 19px; }
  .product-modal-heading { grid-template-columns: 1fr; gap: 22px; }
  .product-modal-image { height: 190px; }
  .product-modal-title h2 { margin-right: 45px; }
}

@media (max-width: 560px) {
  .product-modal { padding: 0; align-items: flex-end; }
  .product-modal-panel { width: 100%; max-height: 92vh; padding: 25px 18px 28px; border-radius: 20px 20px 0 0; }
  .product-modal-close { top: 13px; right: 13px; width: 38px; height: 38px; }
  .product-modal-image { height: 160px; }
  .product-modal-description-grid { grid-template-columns: 1fr; }
  .product-modal-description { padding: 20px; }
  .product-modal-description.cms-rich-content table { font-size: 12px; }
  .product-modal-description.cms-rich-content th,
  .product-modal-description.cms-rich-content td { padding: 8px 7px; }
  .product-modal-actions { display: grid; grid-template-columns: 1fr; }
}

/* R&D */
.rnd-page-head { margin-bottom: 48px; }
.rnd-hero {
  display: grid;
  grid-template-columns: minmax(0,1.35fr) minmax(320px,.65fr);
  min-height: 420px;
  margin-bottom: 92px;
  overflow: hidden;
  border-radius: 26px;
  background: var(--navy,#102437);
  color: #fff;
}
.rnd-hero-copy { padding: 62px 68px; }
.rnd-hero-copy > span,
.rnd-section-title > span,
.rnd-principles > div > span { color: var(--primary,#2ab7b1); font-size: 12px; font-weight: 900; letter-spacing: .16em; }
.rnd-hero-copy h2 { margin: 18px 0 22px; font-size: clamp(36px,4vw,58px); line-height: 1.22; letter-spacing: -.055em; }
.rnd-hero-copy p { max-width: 670px; margin: 0; color: rgba(255,255,255,.72); font-size: 16px; line-height: 1.9; }
.rnd-hero-keywords { display: grid; padding: 34px; gap: 1px; background: rgba(255,255,255,.08); }
.rnd-hero-keywords div { display: grid; padding: 24px 22px; align-content: center; border-bottom: 1px solid rgba(255,255,255,.12); }
.rnd-hero-keywords div:last-child { border-bottom: 0; }
.rnd-hero-keywords small { color: var(--primary,#2ab7b1); font-weight: 900; }
.rnd-hero-keywords strong { margin: 6px 0; font-size: 17px; letter-spacing: .04em; }
.rnd-hero-keywords span { color: rgba(255,255,255,.58); font-size: 13px; }
.rnd-section { margin-bottom: 94px; }
.rnd-section-title { margin-bottom: 34px; }
.rnd-section-title h2 { margin: 10px 0 8px; color: var(--navy,#102437); font-size: 38px; letter-spacing: -.045em; }
.rnd-section-title p { margin: 0; color: #6b7881; line-height: 1.7; }
.rnd-focus-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.rnd-focus-grid article { min-height: 310px; padding: 34px 30px; border: 1px solid #e1e7ea; border-radius: 18px; background: #fff; }
.rnd-focus-grid article > span { display: block; margin-bottom: 42px; color: #98a6ad; font-size: 12px; font-weight: 900; }
.rnd-focus-grid h3 { margin: 0 0 9px; color: var(--navy,#102437); font-size: 18px; }
.rnd-focus-grid strong { display: block; margin-bottom: 18px; color: var(--primary,#2ab7b1); font-size: 22px; }
.rnd-focus-grid p { margin: 0; color: #63717b; font-size: 14px; line-height: 1.8; }
.rnd-process-section { margin-bottom: 94px; padding: 46px 48px; border-radius: 22px; background: #f5f7f8; }
.rnd-section-title.compact { margin-bottom: 28px; }
.rnd-process { display: grid; grid-template-columns: repeat(4,1fr); margin: 0; padding: 0; list-style: none; }
.rnd-process li { display: flex; min-height: 150px; padding: 24px; gap: 16px; border-left: 1px solid #dce3e6; }
.rnd-process li:first-child { border-left: 0; }
.rnd-process li > span { color: var(--primary,#2ab7b1); font-size: 11px; font-weight: 900; }
.rnd-process strong { color: var(--navy,#102437); font-size: 17px; }
.rnd-process p { margin: 12px 0 0; color: #65737d; font-size: 13px; line-height: 1.7; }
.rnd-principles { display: grid; grid-template-columns: minmax(300px,.75fr) minmax(0,1.25fr); gap: 76px; align-items: start; }
.rnd-principles h2 { margin: 16px 0 0; color: var(--navy,#102437); font-size: 34px; line-height: 1.45; letter-spacing: -.05em; }
.rnd-principles ul { margin: 0; padding: 0; list-style: none; }
.rnd-principles li { display: grid; grid-template-columns: 190px 1fr; padding: 22px 0; gap: 24px; border-bottom: 1px solid #e4e9ec; }
.rnd-principles li:first-child { padding-top: 0; }
.rnd-principles strong { color: var(--navy,#102437); font-size: 15px; }
.rnd-principles p { margin: 0; color: #65737d; font-size: 14px; line-height: 1.7; }
.business-field-empty { padding: 64px 30px; border: 1px solid #e4e9ec; border-radius: 18px; text-align: center; color: #75828b; }
.business-field-empty strong { display: block; margin-bottom: 8px; color: var(--navy,#102437); font-size: 20px; }
.business-field-empty p { margin: 0; }

/* 홈페이지 모바일 내비게이션 및 콘텐츠 폭 보정 */
.mobile-menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.52);
  border-radius: 14px;
  background: rgba(255,255,255,.06);
  align-items: center;
  justify-items: center;
  align-content: center;
  gap: 5px;
  cursor: pointer;
}

.mobile-menu-toggle span {
  display: block;
  width: 21px;
  height: 2px;
  border-radius: 999px;
  background: #fff;
}

.policy-page,
.policy-content,
.policy-section,
.policy-table-wrap { min-width: 0; }
.policy-table-wrap { width: 100%; max-width: 100%; }

.mobile-table-scroll {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  border-radius: 16px;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-inline: contain;
}

.mobile-table-hint {
  display: none;
  margin: 0 0 9px;
  color: #6d7b85;
  font-size: 12px;
  text-align: right;
}

.board-pagination .active {
  background: var(--navy, #102437) !important;
  border-color: var(--navy, #102437) !important;
  color: #fff !important;
}

@media (max-width: 1000px) {
  .site-header .header-inner {
    min-height: 76px;
    padding: 14px 20px !important;
    flex-wrap: nowrap;
    gap: 16px;
  }

  .site-header .brand img { width: 138px; }
  .site-header .gnb,
  .site-header .header-actions { display: none !important; }
  .site-header .mobile-menu-toggle { display: grid; margin-left: auto; flex: 0 0 auto; }

  .page-tabs,
  .section-menu-tabs {
    margin-right: -8px;
    margin-left: -8px;
    padding: 0 8px;
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }
  .page-tabs::-webkit-scrollbar,
  .section-menu-tabs::-webkit-scrollbar { display: none; }
  .page-tabs a,
  .section-menu-tabs a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    flex: 0 0 auto;
    scroll-snap-align: start;
  }
  .page-tabs a + a::before,
  .section-menu-tabs a + a::before { margin-right: 14px; }

  .board-page,
  .history-board-page { overflow-x: visible; }
  .mobile-table-hint { display: block; }
  .mobile-table-scroll .board-table,
  .mobile-table-scroll .history-table { min-width: 760px; }
  .content-detail-page { padding: 30px 24px; }
  .content-detail-page h2 { font-size: 28px; line-height: 1.35; }
}

@media (max-width: 640px) {
  .site-map-panel {
    left: 0;
    top: 0;
    width: 100%;
    height: 100dvh;
    max-height: none;
    padding: 22px 18px 30px;
    border-radius: 0;
    transform: none;
  }
  .site-map-head {
    position: sticky;
    z-index: 2;
    top: -22px;
    margin: -22px -18px 16px;
    padding: 22px 18px 16px;
    align-items: center;
    background: rgba(255,255,255,.97);
    border-bottom: 1px solid #e6ecef;
  }
  .site-map-head h2 { font-size: 30px; }
  .site-map-close { width: 46px; height: 46px; flex: 0 0 auto; }
  .site-map-grid { grid-template-columns: 1fr; gap: 10px; }
  .site-map-grid section { padding: 16px 18px; border-radius: 16px; }
  .site-map-grid h3 { margin-bottom: 6px; font-size: 18px; }
  .site-map-grid a { display: flex; min-height: 44px; padding: 8px 0; align-items: center; }
  .site-map-foot { margin-top: 18px; padding-top: 18px; text-align: left; }
  .site-map-foot a { width: 100%; min-height: 48px; }

  .policy-page { padding-right: 18px; padding-left: 18px; }
  .policy-section { padding: 22px 18px; }
  .business-intro h3 {
    font-size: 28px;
    line-height: 1.3;
    word-break: keep-all;
  }
  .content-detail-page { padding: 25px 18px; border-radius: 16px; }
  .content-detail-page h2 { font-size: 25px; }
  .content-detail-body { padding-top: 28px; }
}

/* 6개 대메뉴에 맞춘 사이트맵과 헤더 간격 */
.site-map-grid { grid-template-columns: repeat(3,1fr); }
.site-header .gnb { gap: 28px !important; }

@media (max-width: 1050px) {
  .site-map-grid { grid-template-columns: repeat(2,1fr); }
  .rnd-hero { grid-template-columns: 1fr; }
  .rnd-hero-keywords { grid-template-columns: repeat(3,1fr); }
  .rnd-hero-keywords div { border-right: 1px solid rgba(255,255,255,.12); border-bottom: 0; }
  .rnd-focus-grid { grid-template-columns: 1fr; }
  .rnd-focus-grid article { min-height: 0; }
  .rnd-process { grid-template-columns: repeat(2,1fr); }
  .rnd-principles { grid-template-columns: 1fr; gap: 36px; }
}
@media (max-width: 680px) {
  .rnd-hero-copy { padding: 42px 26px; }
  .rnd-hero-keywords { grid-template-columns: 1fr; padding: 20px; }
  .rnd-hero-keywords div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .rnd-process-section { padding: 34px 22px; }
  .rnd-process { grid-template-columns: 1fr; }
  .rnd-process li { border-left: 0; border-top: 1px solid #dce3e6; }
  .rnd-process li:first-child { border-top: 0; }
  .rnd-principles li { grid-template-columns: 1fr; gap: 8px; }
  .site-map-grid { grid-template-columns: 1fr; }
}
