/* ==========================================================================
   정원엔시스 메인 페이지 리뉴얼
   ========================================================================== */

.zw-main { font-family: 'Pretendard', sans-serif; color: #181924; overflow-x: hidden; font-size: 15px; }
.zw-main * { box-sizing: border-box; }
.zw-main img { max-width: none; }

.zw-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.zw-label-row { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; }
.zw-label-accent { width: 28px; height: 3px; background: #1273ce; flex-shrink: 0; }
.zw-label-row span {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #1e86e8;
}

.zw-heading {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 40px;
  line-height: 1.2;
  color: #181924;
  margin: 0;
}
.zw-heading.on-dark,
.zw-heading.on-dark-blue { color: #fff; }

.zw-heading-divider { display: flex; align-items: center; gap: 4px; margin: 24px 0 36px; }
.zw-heading-divider .long { width: 48px; height: 3px; background: #68b6ff; }
.zw-heading-divider .short { width: 8px; height: 3px; background: #68b6ff; opacity: .4; }
.zw-heading-divider .dot { width: 4px; height: 3px; background: #68b6ff; opacity: .2; }
.zw-heading-divider.on-dark .long,
.zw-heading-divider.on-dark .short,
.zw-heading-divider.on-dark .dot { background: #68b6ff; }

.zw-learn-more {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 12px 20px 12px 24px;
  border: 1.5px solid #111;
  border-radius: 30px;
  background: transparent;
  color: #111;
  font-family: 'Pretendard', sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  transition: background .25s ease, color .25s ease;
}
.zw-learn-more:hover { background: #111; color: #fff; }
.zw-learn-more img { width: 6px; height: 6px; }
.zw-learn-more.on-dark { border-color: #fff; color: #fff; }
.zw-learn-more.on-dark:hover { background: #fff; color: #10193c; }

/* ---------- HERO ---------- */
.zw-hero {
  position: relative;
  width: 100%;
  height: 1000px;
  overflow: hidden;
  background: #dfe6ec;
}
@media (min-width: 1920px) {
  .zw-hero {
    height: 52.0833vw;
  }
}
.zw-hero-swiper {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.zw-hero-swiper .swiper-slide {
  position: absolute;
  inset: 0;
}
.zw-hero-swiper .swiper-slide {
  opacity: 0;
  z-index: 0;
  transition: opacity 0.6s ease;
}
.zw-hero-swiper .swiper-slide.is-hero-active {
  opacity: 1;
  z-index: 1;
}
.zw-hero .bg-photo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 0;
}
.zw-hero .bg-photo.hero-bg-contain {
  object-fit: contain;
}

.zw-hero-inner {
  position: relative;
  z-index: 3;
  max-width: 1400px;
  margin: 0 auto;
  height: 100%;
  padding: 0 0px;
  pointer-events: none;
}
.zw-hero-inner > * {
  pointer-events: auto;
}
.zw-hero-txt {
  position: absolute;
  left: max(20px, calc(50% - 680px));
  top: 50%;
  transform: translateY(-58%);
  max-width: 652px;
  z-index: 2;
}
.zw-hero-txt .zw-label-row span { white-space: nowrap; }
.zw-hero-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 56px;
  line-height: 1.2;
  letter-spacing: -1.74px;
  color: #181924;
  margin: 0 0 20px;
}
.zw-hero-desc {
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: -0.44px;
  color: #000;
  margin: 0 0 32px;
}

.zw-hero-slide-nav {
  position: absolute;
  left: 20px;
  bottom: 90px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 31px;
}
.zw-hero-slide-nav .arrows { display: flex; align-items: center; gap: 10px; }
.zw-hero-slide-nav .arrows button {
  width: 32px; height: 32px; padding: 8px;
  border: none; background: none; cursor: pointer;
}
.zw-hero-slide-nav .arrows button img { width: 100%; height: 100%; }
.zw-hero-slide-nav .arrows .hero-toggle {
  display: flex; align-items: center; justify-content: center;
}
.zw-hero-slide-nav .arrows .hero-toggle .icon-pause { display: flex; align-items: center; gap: 3px; }
.zw-hero-slide-nav .arrows .hero-toggle .icon-pause .bar { width: 3px; height: 12px; background: #000; border-radius: 1px; }
.zw-hero-slide-nav .arrows .hero-toggle .icon-play {
  display: none;
  width: 0; height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #000;
  margin-left: 2px;
}
.zw-hero-slide-nav .arrows .hero-toggle.is-paused .icon-pause { display: none; }
.zw-hero-slide-nav .arrows .hero-toggle.is-paused .icon-play { display: block; }
.zw-hero-slide-nav .progress { display: flex; align-items: center; gap: 35px; }
.zw-hero-slide-nav .bar { position: relative; width: 120px; height: 2px; background: #b6cbdd; }
.zw-hero-slide-nav .bar span { position: absolute; left: 0; top: 0; width: 30px; height: 2px; background: #000; }
.zw-hero-slide-nav .count {
  font-family: 'Pretendard', sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.27px;
  color: #000;
}

.js-hero-slide1-only {
  transition: opacity 0.4s ease;
}

.zw-hero-solutions {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 165px;
}
.zw-hero-solutions ul { list-style: none; margin: 0; padding: 0; }
.zw-hero-solutions li {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0,0,0,.1);
}
.zw-hero-solutions li:last-child { margin-bottom: 0; }
.zw-hero-solutions a { text-decoration: none; color: #273242; display: block; }
.zw-hero-solutions .sol-title { font-family: 'Pretendard', sans-serif; font-weight: 700; font-size: 20px; margin: 0 0 2px; }
.zw-hero-solutions .sol-sub { font-family: 'outfit', sans-serif; font-size: 12px; margin: 0; color: #273242; }

.zw-hero-badge {
  position: absolute;
  left: 50%;
  top: 500px;
  transform: translateX(38px);
  width: 320px;
  height: 87px;
  z-index: 3;
}
.zw-hero-badge img {
  width: 100%; height: 100%; object-fit: contain;
  filter: drop-shadow(0 2px 10px rgba(0,0,0,.5));
}

/* ---------- ABOUT ---------- */
.zw-about {
  position: relative;
  width: 100%;
  min-height: 1000px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.zw-about .bg-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}
.zw-about-inner {
  position: relative;
  z-index: 2;
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  padding: 80px 20px;
}
.zw-about-text { max-width: 727px; }
.zw-about-text p {
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: -0.27px;
  margin: 0 0 24px;
}
.zw-about-stats { display: flex; align-items: flex-start; padding-top: 40px; }
.zw-about-stats .stat { display: flex; flex-direction: column; gap: 4px; padding: 0 32px; }
.zw-about-stats .stat:first-child { padding-left: 0; }
.zw-about-stats .stat .num { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 32px; }
.zw-about-stats .stat .num.accent { color: #3e9cf4; }
.zw-about-stats .stat .lbl { font-family: 'Montserrat', sans-serif; font-size: 12px; white-space: nowrap; }
.zw-about-stats .divider { width: 1px; height: 80px; background: #1e3a5f; }

/* ---------- PRODUCT ---------- */
.zw-product {
  position: relative;
  width: 100%;
  min-height: 1000px;
  background: #10193c;
  overflow: hidden;
  padding: 195px 0 0;
}
.zw-product .bg-photo {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; opacity: .9;
}
.zw-product-inner { position: relative; z-index: 2; max-width: 1400px; margin: 0 auto; padding: 0 0px; }
.zw-product-photo {
  position: absolute;
  right: max(20px, calc(50% - 700px + 40px));
  top: 195px;
  width: 693px;
  max-width: 40vw;
  height: 473px;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
.zw-product-photo.is-product-active {
  opacity: 1;
  pointer-events: auto;
  z-index: 3;
}
.zw-product-photo-frame { position: absolute; inset: 40px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.zw-product-photo-frame img { display: block; width: 100%; height: 100%; object-fit: contain; }
.zw-product-desc {
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.36px;
  max-width: 516px;
  margin: 32px 0 32px;
}
.zw-product-tabs {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 195px;
  z-index: 2;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 0px;
  border-bottom: 1px solid #57a4f2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}
.zw-product-tabs .nav-tabs {
  display: flex;
  gap: 48px;
  flex: 1 1 auto;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.zw-product-tabs .nav-tabs::-webkit-scrollbar { display: none; }
.zw-product-tabs .tab {
  position: relative;
  padding: 30px 0;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
}
.zw-product-tabs .tab.active::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: -1px;
  height: 3px;
  background: #fff;
}
.zw-product-tabs .carousel-arrows { display: flex; gap: 12px; padding: 23px 0; flex-shrink: 0; }
.zw-product-tabs .carousel-arrows button {
  width: 44px; height: 44px; border-radius: 22px; background: #fff;
  border: none; display: flex; align-items: center; justify-content: center; cursor: pointer;
}
.zw-product-tabs .carousel-arrows img { width: 16px; height: 16px; }

/* ---------- CORE COMPETENCIES ---------- */
.zw-core {
  position: relative;
  width: 100%;
  padding: 100px 0;
  background: #fff;
  overflow: hidden;
}
.zw-core::before {
  content: '';
  position: absolute;
  right: 2px; top: 0;
  width: 764px; height: 946px;
  max-width: 45%;
  background: #ebedf4;
  opacity: .5;
  border-bottom-left-radius: 500px;
  z-index: 0;
}
.zw-core-inner { position: relative; z-index: 1; max-width: 1400px; margin: 0 auto; padding: 0 0px; }
.zw-core-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 60px;
}
.zw-core-card {
  position: relative;
  height: 506px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(15,23,42,.15);
  color: #fff;
  text-decoration: none;
  display: block;
}
.zw-core-card img.bg {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
}
.zw-core-card::after {
  content: '';
  position: absolute; inset: 0;
  background: rgba(28,28,32,.3);
}
.zw-core-card .card-body {
  position: absolute; inset: 0;
  z-index: 1;
  padding: 84px 40px 0;
  text-align: center;
}
.zw-core-card .card-title { font-size: 34px; font-weight: 700; margin: 0 0 16px; line-height: 1.4; }
.zw-core-card .accent-divider { width: 32px; height: 3px; background: #fff; border-radius: 100px; margin: 0 auto 32px; }
.zw-core-card .card-desc { font-size: 18px; font-weight: 500; line-height: 1.6; }
.zw-core-card .explore-more {
  position: absolute; left: 50%; bottom: 24px; transform: translateX(-50%);
  display: flex; align-items: center; gap: 6px;
  font-family: 'Inter', sans-serif; font-weight: 600; font-size: 13px; white-space: nowrap;
}
.zw-core-card .explore-more img { width: 14px; height: 14px; }

/* ---------- BUSINESS / NEWS ---------- */
.zw-business {
  position: relative;
  width: 100%;
  padding: 100px 0 90px;
  background: #f8f9fb;
  overflow: hidden;
}
.zw-business .bg-photo {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; opacity: .5;
}
.zw-business-inner { position: relative; z-index: 1; max-width: 1400px; margin: 0 auto; padding: 0 0px; }
.zw-business .swiper { margin-top: 60px; overflow: hidden; }
.zw-business-card {
  display: block;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 24px -4px rgba(15,23,42,.05);
  text-decoration: none;
  color: inherit;
  height: 508px;
}
.zw-business-card .photo { height: 321px; overflow: hidden; position: relative; }
.zw-business-card .photo img { width: 100%; height: 100%; object-fit: cover; }
.zw-business-card .txt { padding: 20px; }
.zw-business-card .title {
  font-size: 20px; font-weight: 500; color: #181924; line-height: 1.6;
  margin: 0 0 10px;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.zw-business-card .date { font-size: 18px; color: #898a8f; margin: 0; }
.zw-business .swiper-pagination { position: static; margin-top: 40px; text-align: center; }
.zw-business .swiper-pagination-bullet { width: 16px; height: 16px; background: #d9dce3; opacity: 1; margin: 0 5px; }
.zw-business .swiper-pagination-bullet-active { background: #1786d3; }

/* ---------- IR ---------- */
.zw-ir {
  position: relative;
  width: 100%;
  padding: 100px 0;
  background: #fff;
  border-bottom: 1px solid #ddd;
}
.zw-ir-inner { max-width: 1400px; margin: 0 auto; padding: 0 0px; }
.zw-ir-grid {
  display: grid;
  grid-template-columns: 844px 1fr;
  gap: 31px;
  margin-top: 60px;
  align-items: stretch;
}
.zw-ir-photo {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  min-height: 461px;
  background: #0b1d3a;
}
.zw-ir-photo img { width: 100%; height: 100%; object-fit: cover; }
.zw-ir-photo .overlay {
  position: absolute; inset: 0;
  padding: 35px;
  display: flex; flex-direction: column; justify-content: space-between;
  background: linear-gradient(180deg, rgba(6,20,46,.55) 0%, rgba(6,20,46,.15) 35%, rgba(6,20,46,.75) 100%);
  color: #fff;
}
.zw-ir-photo .kosdaq-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 20px;
  padding: 6px 14px;
  font-size: 13px; font-weight: 700; color: #1769d2;
  width: fit-content;
}
.zw-ir-photo .company {
  font-size: 18px; font-weight: 700; color: #8ccaff; margin: 24px 0 4px;
}
.zw-ir-photo .company-kr { font-size: 38px; font-weight: 700; color: #fff; margin: 0 0 16px; }
.zw-ir-photo .desc { font-size: 17px; letter-spacing: -0.51px; color: #c9d7ea; line-height: 1.5; margin: 0 0 24px; }
.zw-ir-photo .meta { display: flex; gap: 32px; }
.zw-ir-photo .meta .lbl { font-size: 13px; color: #91a9c9; margin: 0 0 6px; }
.zw-ir-photo .meta .val { font-size: 24px; font-weight: 700; color: #fff; margin: 0; }
.zw-ir-photo .go-btn {
  position: absolute; right: 35px; bottom: 35px;
  width: 60px; height: 58px;
}
.zw-ir-photo .go-btn .circle { position: absolute; inset: 0; width: 100%; height: 100%; }
.zw-ir-photo .go-btn .glyph { position: absolute; left: 50%; top: 50%; width: 23px; height: 21px; transform: translate(-50%, -50%); }

.zw-ir-side { display: flex; flex-direction: column; gap: 20px; height: 100%; }
.zw-ir-card {
  display: block; text-decoration: none; color: inherit;
  border-radius: 20px;
  background: #f7f7fa;
  padding: 27px;
}
.zw-ir-card.wide { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.zw-ir-card .icon { width: 70px; height: 68px; flex-shrink: 0; }
.zw-ir-card .icon img { width: 100%; height: 100%; }
.zw-ir-card .go { width: 49px; height: 48px; flex-shrink: 0; }
.zw-ir-card .cat { font-size: 13px; font-weight: 700; margin: 0 0 6px; }
.zw-ir-card .tit { font-size: 24px; font-weight: 700; color: #101828; margin: 0 0 6px; }
.zw-ir-card .desc { font-size: 14px; color: #667085; margin: 0; }
.zw-ir-card .more-link { font-size: 13px; font-weight: 700; margin-top: 20px; display: inline-block; }

.zw-ir-bottom-row { display: flex; gap: 21px; flex: 1; }
.zw-ir-bottom-row .zw-ir-card { flex: 1; display: flex; flex-direction: column; }
.ir-card-row { display: flex; align-items: center; gap: 20px; }
.zw-ir-bottom-row .zw-ir-card .more-link { margin-top: auto; align-self: flex-end; }
.zw-ir-card.stock .cat { color: #13a594; }
.zw-ir-card.stock .more-link { color: #13a594; }
.zw-ir-card.report {
  background: #1c56a9;
  position: relative;
  overflow: hidden;
  color: #fff;
}
.zw-ir-card.report .bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .3; }
.zw-ir-card.report .cat, .zw-ir-card.report .tit, .zw-ir-card.report .desc, .zw-ir-card.report .more-link { position: relative; z-index: 1; color: #fff; }
.zw-ir-card.report .cat { color: #d9ecff; }
.zw-ir-card.report .desc { color: #e5f1ff; }

/* ---------- responsive ---------- */
@media (max-width: 1400px) {
  .zw-hero-txt { left: 20px; max-width: 42%; }
  .zw-hero-title { font-size: 40px; }
  .zw-hero-desc { font-size: 18px; margin: 0 0 24px; }
  .zw-hero-solutions { display: none; }
  .zw-hero-badge { display: none; }
  .zw-product { min-height: auto; padding: 90px 0 60px; }
  .zw-product-photo { position: relative; right: auto; top: auto; width: 100%; max-width: 500px; height: auto; aspect-ratio: 693 / 473; margin: 40px auto 0; }
  .zw-product-photo:not(.is-product-active) { display: none; }
  .zw-product-tabs { position: relative; left: auto; right: auto; bottom: auto; margin: 40px auto 0; }
  .zw-core-grid { grid-template-columns: repeat(4, 1fr); }
  .zw-core-card { height: 440px; }

  .zw-heading { font-size: 32px; }
  .zw-core-card .card-title { font-size: 28px; }
  .zw-ir-photo .company-kr { font-size: 30px; }
}
@media (max-width: 1280px) {
  .zw-about-inner, .zw-core-inner, .zw-ir-inner { padding: 0px 20px; }
  .zw-business{padding: 100px 20px;}
  .zw-product { padding-left:20px; padding-right:20px;}
  .zw-about{min-height: 800px;}
  .zw-core-grid { grid-template-columns: repeat(4, 1fr); }
  .zw-ir-grid {grid-template-columns: 544px 1fr; gap: 25px;margin-top: 60px;}
  .zw-product-tabs .nav-tabs{gap:20px}

}
@media (max-width: 900px) {
  .zw-hero { height: 600px; padding: 0; }
  .zw-hero-inner { height: auto; }
  .zw-hero-txt {
    position: absolute;
    top: 90px;
    left: 20px;
    right: 20px;
    transform: none;
    max-width: 100%;
    padding: 0;
  }
  .zw-hero-slide-nav { display: none; }
  .zw-about { min-height: auto; padding: 60px 0; }

  .zw-product { min-height: auto; padding: 90px 20px 60px; }
  .zw-core-grid { grid-template-columns: repeat(2, 1fr); }
  .zw-core-card { height: 400px; }
  .zw-business-card { height: 420px; }
  .zw-business-card .photo { height: 260px; }
  .zw-ir-bottom-row { flex-direction: column; }
  .zw-ir-grid{grid-template-columns: repeat(1, 1fr);}

  .zw-heading { font-size: 28px; }
  .zw-hero-title { font-size: 32px; }
  .zw-hero-desc { font-size: 16px; }
  .zw-about-text p { font-size: 16px; }
  .zw-product-desc { font-size: 16px; }
  .zw-core-card .card-title { font-size: 24px; }
  .zw-core-card .card-desc { font-size: 16px; }
  .zw-about-stats .stat .num { font-size: 24px; }
  .zw-ir-photo .company-kr { font-size: 26px; }
  .zw-ir-photo .desc { font-size: 15px; }
  .zw-ir-card .tit { font-size: 20px; }
  .zw-business-card .title { font-size: 18px; }
}
@media (max-width: 640px) {
  .zw-core-grid { grid-template-columns: repeat(1, 1fr); }
  .zw-core-card { height: 340px; }
  .zw-business-card { height: 360px; }
  .zw-business-card .photo { height: 210px; }

  .zw-heading { font-size: 24px; }
  .zw-hero-title { font-size: 28px; }
  .zw-core-card .card-title { font-size: 22px; }
  .zw-ir-photo .company-kr { font-size: 22px; }
  .zw-about-stats .stat .num { font-size: 20px; }

  .zw-about-stats { flex-wrap: wrap; row-gap: 20px; }
  .zw-about-stats .stat { flex: 1 1 0; min-width: 0; padding: 0 8px; }
  .zw-about-stats .stat:first-child { padding-left: 0; }
  .zw-about-stats .stat .lbl { white-space: normal; }
  .zw-about-stats .divider { display: none; }
}

/* ==========================================================================
   헤더 / 전체메뉴 (Figma: Component > header, main-menu)
   ========================================================================== */
.zw-site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 500;
  transition: background .25s ease, box-shadow .25s ease;
}

.zw-site-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .32) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: -1;
  transition: opacity .25s ease;
  opacity: 1;
}

.zw-site-header.scrolled,
.zw-site-header.menu-open {
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .08);
}

.zw-site-header.scrolled::before,
.zw-site-header.menu-open::before {
  opacity: 0;
}

/* 전체메뉴 open: */
.zw-site-header.mainmenu-open {
  background: transparent;
  box-shadow: none;
}
.zw-site-header.mainmenu-open::before {
  opacity: 0;
}

.zw-header-inner {
  position: relative;
  height: 100%;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
}

.zw-header-logo {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
}

.zw-header-logo img {
  height: 32px;
  width: auto;
  display: block;
}

.zw-header-logo .icon-dark {
  display: none;
}

.zw-site-header.scrolled .zw-header-logo .icon-light,
.zw-site-header.menu-open .zw-header-logo .icon-light {
  display: none;
}

.zw-site-header.scrolled .zw-header-logo .icon-dark,
.zw-site-header.menu-open .zw-header-logo .icon-dark {
  display: block;
}

.zw-site-header.mainmenu-open .zw-header-logo .icon-light {
  display: block;
}
.zw-site-header.mainmenu-open .zw-header-logo .icon-dark {
  display: none;
}

.zw-site-header.mainmenu-open .zw-header-logo {
  visibility: hidden;
}

.zw-header-nav {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}

.zw-nav-primary,
.zw-nav-pills {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.zw-nav-primary {
  gap: 35px;
}

.zw-nav-pills {
  gap: 0;
  background: rgba(255, 255, 255, .3);
  border-radius: 50px;
  height: 38px;
  padding: 0 40px;
  transition: background .25s ease;
}

.zw-site-header.scrolled .zw-nav-pills,
.zw-site-header.menu-open .zw-nav-pills {
  background: #f6f8fa;
}

.zw-nav-pills li+li::before {
  content: '';
}

.zw-nav-pills li {
  position: relative;
}

.zw-nav-pills li+li {
  margin-left: 50px;
}

.zw-nav-primary>li,
.zw-nav-pills>li {
  position: relative;
}

.zw-nav-primary>li>a,
.zw-nav-pills>li>a {
  display: block;
  font-weight: 400;
  font-size: 17px;
  letter-spacing: -0.18px;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  padding: 30px 0;
  transition: color .2s ease;
}

.zw-site-header.scrolled .zw-nav-primary>li>a,
.zw-site-header.scrolled .zw-nav-pills>li>a,
.zw-site-header.menu-open .zw-nav-primary>li>a,
.zw-site-header.menu-open .zw-nav-pills>li>a {
  color: #181924;
}

.zw-nav-primary>li:hover>a,
.zw-nav-pills>li:hover>a,
.zw-nav-primary>li.active>a,
.zw-nav-pills>li.active>a {
  color: #2c66cf;
}

.zw-header-hamburger {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  margin-left: 40px;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
  position: relative;
  z-index: 20;
  outline: none;
}

.zw-header-hamburger:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.zw-header-hamburger .bar {
  position: absolute;
  left: 2px;
  width: 28px;
  height: 2px;
  border-radius: 1px;
  background: #fff;
  transition: transform .3s ease, opacity .3s ease, background .25s ease, width .3s ease, top .3s ease;
}
.zw-header-hamburger .bar1 { top: 6px; }
.zw-header-hamburger .bar2 { top: 15px; }
.zw-header-hamburger .bar3 { top: 24px; }

.zw-site-header.scrolled .zw-header-hamburger .bar,
.zw-site-header.menu-open .zw-header-hamburger .bar {
  background: #181924;
}

.zw-site-header.mainmenu-open .zw-header-inner {
  justify-content: space-between;
}
.zw-site-header.mainmenu-open .zw-header-nav {
  display: none;
}
.zw-site-header.mainmenu-open .zw-header-hamburger .bar {
  background: #fff;
}
.zw-site-header.mainmenu-open .zw-header-hamburger .bar1 {
  top: 15px;
  transform: rotate(45deg);
}
.zw-site-header.mainmenu-open .zw-header-hamburger .bar2 {
  opacity: 0;
}
.zw-site-header.mainmenu-open .zw-header-hamburger .bar3 {
  top: 15px;
  width: 28px;
  transform: rotate(-45deg);
}

/* dropdown panel */
.zw-dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  background: #fff;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 12px 24px rgba(15, 23, 42, .12);
  padding: 15px;
  display: flex;
  align-items: flex-start;
  gap: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(6px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s;
}

.zw-nav-primary>li:hover .zw-dropdown,
.zw-nav-pills>li:hover .zw-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.zw-dd-group {
  margin-bottom: 6px;
}

.zw-dd-group:last-child {
  margin-bottom: 0;
}

.zw-dd-brands {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 15px;
}

.zw-dd-brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 5px 15px;
  border-radius: 4px;
  min-width: 120px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.16px;
  color: #181924;
  text-decoration: none;
  white-space: nowrap;
}

.zw-dd-brand:hover,
.zw-dd-brand.active {
  background: #f6f8fa;
}

.zw-dd-brand img {
  width: 6px;
  height: auto;
  flex-shrink: 0;
}

.zw-dd-divider {
  align-self: stretch;
  width: 0;
  margin-left: 0;
  background: #dee2e9;
  overflow: hidden;
  transition: width .3s ease, margin-left .3s ease;
}

.zw-dd-subpanel {
  display: flex;
  flex-direction: column;
  width: 0;
  max-width: 0;
  min-width: 0;
  overflow: hidden;
  transition: max-width .3s ease;
}

.zw-dropdown.has-selection .zw-dd-divider {
  width: 1px;
  margin-left: 15px;
}

.zw-dropdown.has-selection .zw-dd-subpanel {
  width: auto;
  max-width: 220px;
}

.zw-dd-sub {
  display: none;
  flex-direction: column;
  gap: 6px;
  padding: 4px 15px;
  white-space: nowrap;
}

.zw-dd-sub.active {
  display: flex;
}

.zw-dd-sub a {
  display: block;
  padding: 8px 0;
  font-weight: 500;
  font-size: 14px;
  color: #606060;
  text-decoration: none;
  white-space: nowrap;
}

.zw-dd-sub a:hover {
  color: #2c66cf;
}

.zw-dd-flat {
  padding: 5px 15px;
}

@media (max-width: 1400px) {
  .zw-nav-primary,
  .zw-nav-pills {
    display: none;
  }

  .zw-header-inner {
    justify-content: space-between;
    padding: 0 20px;
  }
}
@media (max-width: 1280px) {
}

.zw-mainmenu-backdrop {
  display: none;
}

/* ===== 전체보기 (main-menu) ===== */
.zw-mainmenu {
  position: fixed;
  inset: 0;
  z-index: 490;
  background: rgba(8, 10, 16, .85);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  padding-top: 133px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-32px);
  transition: opacity .5s cubic-bezier(.22,1,.36,1), transform .55s cubic-bezier(.22,1,.36,1), visibility .55s;
  overflow-y: auto;
}

.zw-mainmenu.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

body.zw-menu-locked {
  position: fixed;
  left: 0;
  right: 0;
  overflow: hidden;
}

.zw-mm-inner {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 60px 0px;
}

.zw-mm-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 45px;
}

.zw-mm-col {
  flex: 0 0 148px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .5s ease, transform .5s ease;
}
.zw-mainmenu.open .zw-mm-col {
  opacity: 1;
  transform: translateY(0);
}
.zw-mm-col:nth-child(1) { transition-delay: .15s; }
.zw-mm-col:nth-child(2) { transition-delay: .2s; }
.zw-mm-col:nth-child(3) { transition-delay: .25s; }
.zw-mm-col:nth-child(4) { transition-delay: .3s; }
.zw-mm-col:nth-child(5) { transition-delay: .35s; }
.zw-mm-col:nth-child(6) { transition-delay: .4s; }
.zw-mm-col:nth-child(7) { transition-delay: .45s; }
.zw-mm-col:nth-child(8) { transition-delay: .5s; }
.zw-mm-col:nth-child(9) { transition-delay: .55s; }

.zw-mm-heading {
  margin: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.56px;
  color: #fff;
}

.zw-mm-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}

.zw-mm-group {
  width: 100%;
}

.zw-mm-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  box-sizing: border-box;
  padding: 5px 0;
  border-bottom: 1px solid rgba(222, 226, 233, .2);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.27px;
  color: #fff;
  text-decoration: none;
}

.zw-mm-item:hover {
  color: #6fa2ff;
}

.zw-mm-item img {
  width: 8px;
  height: auto;
  flex-shrink: 0;
  transform: rotate(90deg);
}

.zw-mm-sub {
  display: flex;
  flex-direction: column;
  width: 100%;
  opacity: .6;
}

.zw-mm-sub a {
  display: block;
  padding: 4px 0;
  opacity: .8;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #fff;
  text-decoration: none;
}

.zw-mm-sub a:hover {
  opacity: 1;
  color: #6fa2ff;
}

/* ===== 전체메뉴: 반응형(<=1400px)에서는 우측 슬라이드 + 1/2/3depth 아코디언 ===== */
@media (max-width: 1400px) {
  .zw-header-logo{
    z-index: 10;
  }
  .zw-mainmenu {
    left: auto;
    width: min(420px, 88vw);
    padding-top: 100px;
    background: #0b0f1a;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    opacity: 1;
    transform: translateX(100%);
    transition: transform .4s cubic-bezier(.22,1,.36,1), visibility .4s;
    box-shadow: -12px 0 40px rgba(0,0,0,.45);
  }
  .zw-mainmenu.open {
    transform: translateX(0);
  }

  .zw-mainmenu-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 489;
    background: rgba(5, 7, 12, .6);
    opacity: 0;
    pointer-events: none;
    transition: opacity .4s ease;
  }
  .zw-mainmenu-backdrop.open {
    opacity: 1;
    pointer-events: auto;
  }

  .zw-mm-inner { max-width: none; padding: 0 24px 60px; }
  .zw-mm-grid { display: block; }

  .zw-mm-col {
    flex: none;
    display: block;
    gap: 0;
    opacity: 1;
    transform: none;
    transition: none;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
  }
  .zw-mm-col:nth-child(n) { transition-delay: 0s; }

  .zw-mm-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 18px 0;
    cursor: pointer;
    user-select: none;
  }
  .zw-mm-heading::after {
    content: '';
    width: 9px;
    height: 9px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    transition: transform .3s ease;
    flex-shrink: 0;
  }
  .zw-mm-col.open .zw-mm-heading::after { transform: rotate(-135deg); }

  .zw-mm-list {
    max-height: 0;
    overflow: hidden;
    gap: 0;
    transition: max-height .35s ease;
  }

  .zw-mm-item { cursor: pointer; }
  .zw-mm-group:has(> .zw-mm-sub) > .zw-mm-item img { display: none; }
  .zw-mm-group:has(> .zw-mm-sub) > .zw-mm-item::after {
    content: '';
    width: 8px;
    height: 8px;
    flex-shrink: 0;
    background-image: url(../images/main/header-chevron-right.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: rotate(90deg);
    transition: transform .3s ease;
  }
  .zw-mm-group.open > .zw-mm-item::after { transform: rotate(-90deg); }

  .zw-mm-sub {
    max-height: 0;
    overflow: hidden;
    opacity: 1;
    transition: max-height .3s ease;
  }
  .zw-mm-sub a { padding: 8px 0 8px 16px; }
}

/* ==========================================================================
   푸터
   ========================================================================== */
.zw-footer {
  background: #0b0f14;
  padding: 72px 20px 48px;
}

.zw-footer * {
  box-sizing: border-box;
}

.zw-footer-inner {
  max-width: 1400px;
  margin: 0 auto;
}

.zw-footer-content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.zw-footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 388px;
  max-width: 100%;
}

.zw-footer-brand img {
  height: 59px;
  width: auto;
}

.zw-footer-privacy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  padding: 0 20px;
  border-radius: 50px;
  background: #fff;
  color: #0b0f14;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.24px;
  text-decoration: none;
}

.zw-footer-info {
  flex: 1;
  min-width: 280px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.zw-footer-info .label {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.28px;
  color: rgba(255, 255, 255, .7);
  margin: 0;
}

.zw-footer-info .addr {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.24px;
  color: #fff;
  margin: 0;
}

.zw-footer-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}

.zw-footer-meta span.item {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.24px;
  color: #fff;
}

.zw-footer-meta span.item a {
  color: #fff;
  text-decoration: none;
}

.zw-footer-meta span.sep {
  width: 1px;
  height: 10px;
  background: rgba(255, 255, 255, .3);
}

.zw-footer-divider {
  height: 1px;
  background: rgba(255, 255, 255, .08);
  margin: 40px 0 20px;
}

.zw-footer-copyright {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: -0.195px;
  color: rgba(255, 255, 255, .7);
  margin: 0;
}

@media (max-width:700px) {
  .zw-footer-content {
    flex-direction: column;
  }
}

/* ===== 헤더: 타블렛 이하 높이 축소 ===== */
@media (max-width: 900px) {
  .zw-site-header { height: 72px; }
  .zw-mainmenu { padding-top: 72px; }
}

/* ==========================================================================
   콘텐츠 페이지 공용 스킨 (view.skin.php에서 사용)
   ========================================================================== */

.visual-wrapper {
    overflow: hidden;
    height: 660px;
    margin-bottom: 80px;
    position: relative;
    background-color: #173473;
}
.visual-wrapper::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
}
.sub-visual {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}
.sub-visual.visual-intro1 {
    background-image: url('../images/company/hero-building-bg.png');
    background-position: center 40%;
}
.visual-img {
    transform: scale(1.2);
    transition: transform 3s ease-out;
}
.visual-img.active {
    transform: scale(1.0);
}
.tit-sub-visu {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    max-width: 150rem;
    margin: 0 auto;
    padding: 0 5rem;
    box-sizing: border-box;
    transform: translateY(-40%);
    opacity: 0;
    color: #fff;
    z-index: 20;
    transition: opacity 1.2s ease-out, transform 1.2s ease-out;
}
.tit-sub-visu.active {
    opacity: 1;
    transform: translateY(-50%);
}
.tit-sub-visu .h-tit {
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 68px;
    letter-spacing: -0.68px;
    line-height: 1.1;
}
.tit-sub-visu .h-desc {
    margin: 0;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: -0.4px;
    line-height: 1.1;
}
.nav-sub-visu {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 150rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0 5rem;
    box-sizing: border-box;
    z-index: 20;
    height: auto;
}
.nav-sub-visu .frame-1600 {
    max-width: none;
    width: 100%;
    padding: 0;
    margin: 0;
    border-top: 1px solid rgba(255,255,255,.5);
}
.nav-sub-visu ul.subnavi3 {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 48px;
    height: 90px;
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: space-around;
}
.nav-sub-visu ul.subnavi3 li {
   width: 100%;
   height: 100%;
    border: none;
    background: none;
    color: rgba(255,255,255,.5);
}
.nav-sub-visu ul.subnavi3 li.on {
    background: none;
    color: #fff;
}
.nav-sub-visu ul.subnavi3 li:hover {
    background: none;
    color: #fff;
}
.nav-sub-visu ul.subnavi3 a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    padding: 0;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: -0.4px;
    color: inherit;
    white-space: nowrap;
}
.layout_default {max-width:1400px; width:100%; margin:0 auto; padding: 0 0px 150px; box-sizing: border-box;}

.page-title-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dee2e9;
    margin-bottom: 100px;
}
.page-title-bar .page-title {
    margin: 0;
    font-weight: 800;
    font-size: 46px;
    line-height: 1.3;
    letter-spacing: -1px;
    color: #181924;
    white-space: nowrap;
}
.page-title-bar .breadcrumb {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
    background: #fff;
}
.page-title-bar .breadcrumb a,
.page-title-bar .breadcrumb span {
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.16px;
    color: #606060;
    text-decoration: none;
    white-space: nowrap;
}
.page-title-bar .breadcrumb img.crumb-icon {
    width: 13px;
    height: 14px;
    margin-right: 6px;
}
.page-title-bar .breadcrumb img.crumb-chevron {
    width: 6px;
    height: 10px;
}
.page-title-bar .breadcrumb .crumb-current {
    font-weight: 700;
    color: #181924;
}
@media (max-width: 1280px) {
  .tit-sub-visu{max-width: 100%;}
  .nav-sub-visu{max-width: 100%;}
}

@media (max-width: 768px) {
    .page-title-bar { flex-wrap: wrap;margin-bottom: 50px; }
    .page-title-bar .page-title { font-size: 28px; white-space: normal; }
    .page-title-bar .breadcrumb { display: none; }
}

/* [추가] 모바일 대응 그리드 및 타이틀 */
@media (max-width: 768px) {
    .visual-wrapper { height: 360px; margin-bottom: 40px; }
    .tit-sub-visu { padding: 0 2rem; top: 50%; }
    .tit-sub-visu .h-tit { font-size: 32px; }
    .tit-sub-visu .h-desc { font-size: 14px; }
    .nav-sub-visu {
        display: block;
        top: auto;
        bottom: 0;
        margin-top: 0;
        padding: 0 2rem;
        overflow-x: visible;
        
    }
    .nav-sub-visu .frame-1600 {  }
    .nav-sub-visu ul.subnavi3 {
        flex-wrap: nowrap;
        overflow-x: auto;
        height: auto;
        gap: 24px;
        padding: 14px 0;
    }
    .nav-sub-visu ul.subnavi3 li { height: auto; }
    .nav-sub-visu ul.subnavi3 a { font-size: 14px; height: auto; padding: 4px 0; white-space: nowrap; }
    .row:not([class*="row-cols"]) { display: block !important; margin: 0 0 40px!important; }
    .col-6, .col-12 { width: 100% !important; padding: 0 !important; margin-bottom: 40px !important; }
    .location-path { display: none !important; }
    .subtitle li:first-child { font-size: 3.2em !important; }
    .layout_default{padding: 0 0px 10px;}
}

@media (max-width: 1400px) {
    .layout_default { width: calc(100% - 40px); margin-left: auto; margin-right: auto; padding-left: 0; padding-right: 0; }
}

.progress{ background: transparent !important; height: auto !important;}

/* ==========================================================================
   공통 모달 (개인정보 처리방침 등)
   ========================================================================== */
.zw-modal { position: fixed; inset: 0; z-index: 9999; display: none; }
.zw-modal.is-open { display: block; }
.zw-modal-overlay { position: absolute; inset: 0; background: rgba(15, 23, 42, 0.6); }
.zw-modal-dialog { position: relative; width: 90%; max-width: 800px; max-height: 80vh; margin: 6vh auto 0; background: #fff; border-radius: 12px; display: flex; flex-direction: column; overflow: hidden; box-shadow: 0 24px 60px rgba(0, 0, 0, 0.3); }
.zw-modal-header { display: flex; align-items: center; justify-content: space-between; padding: 24px 32px; border-bottom: 1px solid #e6e9ed; flex-shrink: 0; }
.zw-modal-header h3 { font-size: 22px; font-weight: 800; color: #181924; margin: 0; }
.zw-modal-close { background: none; border: none; font-size: 28px; line-height: 1; color: #8a92a3; cursor: pointer; padding: 4px 8px; }
.zw-modal-close:hover { color: #181924; }
.zw-modal-body { padding: 24px 32px 32px; overflow-y: auto; color: #475569; font-size: 14px; line-height: 1.7; word-break: keep-all; }
.zw-modal-body h4 { font-size: 16px; font-weight: 700; color: #181924; margin: 28px 0 10px; }
.zw-modal-body h4:first-child { margin-top: 0; }
.zw-modal-body p { margin: 0 0 12px; }
.zw-modal-body ul { margin: 0 0 12px; padding-left: 20px; }
.zw-modal-body li { margin-bottom: 6px; }
.zw-modal-body .zw-modal-note { color: #8a92a3; font-size: 13px; margin-top: 20px; }

@media (max-width: 600px) {
    .zw-modal-dialog { width: 94%; max-height: 86vh; margin-top: 4vh; }
    .zw-modal-header { padding: 18px 20px; }
    .zw-modal-body { padding: 16px 20px 24px; }
}
