body {
  overflow-x: auto !important;
}
html *:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(4, 81, 169, 0.25) !important;
}
/* ============================================
    HEADER
============================================ */
header#masthead {
  border-bottom: 1px solid #e4e4e4;
  position: sticky !important;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
}

.ast-container header {
  border: 0;
}

header .elementor-187 .elementor-element.elementor-element-75556a3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  /* max-width: 2560px; */
  max-width: 1300px;
  height: 100%;
  margin: 0 auto;
  padding-left: clamp(53px, (100vw - 1025px) / 17.92 + 53px, 96px);
  padding-right: clamp(53px, (100vw - 1025px) / 17.92 + 53px, 96px);
  flex-wrap: nowrap;
}

.elementor-187 .elementor-element.elementor-element-deb9534 {
  width: auto !important;
}

.hfe-site-logo a {
  display: block;
  width: 100%;
}

.hfe-site-logo-set {
  display: inline-flex;
  align-items: center;
}

.hfe-site-logo-container {
  display: inline-flex;
  width: 20.8rem;
}

.hfe-site-logo-container img {
  margin-top: 0.4rem;
  width: 16rem !important;
}

/* ============================================
    MEGA MENU WRAPPER
    ============================================ */
.ksla-mega-wrapper {
  position: fixed;
  left: 0;
  width: 100vw;
  height: 0;
  overflow: hidden;
  background: #fff;
  z-index: 10000;
  border-top: 1px solid #e4e4e4;
  transition: height 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.ksla-mega-wrapper.is-ready {
  opacity: 1;
  visibility: visible;
}

/* 서브메뉴 공통 스타일 */
.ksla-mega-wrapper .ksla-mega-sub {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 3;
}

.ksla-mega-wrapper .ksla-mega-sub[data-state="open"] {
  opacity: 1;
  pointer-events: auto;
}

/* ============================================
    1DEPTH MENU (TOP LEVEL)
    ============================================ */
.ksla-menu {
  display: flex;
  height: 7rem;
  align-items: center;
}

.ksla-top {
  position: static;
  line-height: 70px;
}

.ksla-top:first-child .ksla-top-link {
  padding-left: 0;
}

/* 1depth 링크 */
.ksla-top-link {
  display: inline-flex;
  align-items: center;
  padding-left: calc(min(3.6rem, 1.875vw) / 2);
  padding-right: calc(min(3.6rem, 1.875vw) / 2);
  font-size: 1.8rem;
  font-weight: 600;
  color: #1d1d1d;
}

.ksla-top-link span {
  position: relative;
  z-index: 21;
}

/* hover 영역 확장 */
.ksla-top-link span::before {
  content: "";
  position: absolute;
  top: calc(50% + 0.2rem);
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 4rem;
}

/* underline 효과 */
.ksla-top-link span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  display: block;
  width: 0;
  height: 2px;
  background-color: #317ec4;
  transition: width 0.3s ease;
}

.ksla-top-link:hover span::after {
  width: 100%;
}

@media screen and (max-width: 1279px) {
  .ksla-nav.mo-openable .ksla-menu {
    display: block;
  }
  .ksla-menu {
    display: none;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: auto;
    max-width: 40rem;
    background-color: #ffffff;
    z-index: 10009;
  }
}

/* ============================================
    MEGA MENU INNER
    ============================================ */
.ksla-mega-inner {
  display: flex;
  width: 100%;
  /* max-width: 2560px; */
  max-width: 1300px;
  padding: 0 clamp(53px, (100vw - 1025px) / 17.92 + 53px, 96px);
  margin: 0 auto;
}

/* 왼쪽 설명 영역 */
.ksla-mega-inner .ksla-sub-desc {
  width: 20.2rem;
  padding-top: 3.2rem;
  padding-bottom: 4.8rem;
  border-right: 1px solid #e4e4e4;
}

.ksla-sub-desc .ksla-desc-title {
  color: #1d1d1d;
  padding-top: 0.25em;
  padding-bottom: 0.4166666667em;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 2.6rem;
}

.ksla-sub-desc .ksla-desc-text {
  color: #717171;
  padding-right: 3.6rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
  font-size: 1.5rem;
  opacity: 0.9;
  word-break: keep-all;
}

/* 오른쪽 메뉴 리스트 */
.ksla-mega-inner .ksla-menu-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.6rem;
  row-gap: 1.6rem;
  width: calc(100% - 20.2rem);
  padding-top: 3.2rem;
  padding-bottom: 4rem;
  padding-left: max(2.8rem, 2.0833vw);
  align-content: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
}

/* ============================================
    2DEPTH MENU
============================================ */
.ksla-mega-sub {
  display: none !important;
}

.ksla-mega-wrapper .ksla-mega-sub {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 3;
  display: flex !important;
}

.ksla-mega-wrapper .ksla-mega-sub[data-state="open"] {
  opacity: 1;
  pointer-events: auto;
}

.ksla-sub {
  min-width: calc(100% / 3 - 1.6rem);
  height: fit-content;
}

.ksla-2depth {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1.2rem 1.2rem 1.2rem 1.6rem;
  border-radius: 0.6rem;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  color: #1d1d1d;
  background-color: #f8f8f8;
  transition: all 0.18s ease;
}

.ksla-sub:hover .ksla-2depth {
  color: white;
  background-color: #317ec4;
}

/* 화살표 아이콘 */
.ksla-2depth .chev {
  margin-left: 0.4rem;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9 17L14 12L9 7' stroke='%238e8e8e' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center center;
  color: #8e8e8e;
  transform: translateX(3px);
  transition: all 0.3s ease;
}

.ksla-2depth:hover .chev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9 17L14 12L9 7' stroke='%23ffffff' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  transform: translateX(-2px);
}

/* 3depth가 있으면 화살표 숨김 */
.ksla-sub:has(> .ksla-3depth) > .ksla-2depth .chev {
  display: none;
}

/* ============================================
    3DEPTH MENU
============================================ */
.ksla-3depth {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0.8rem 1.2rem 0.2rem 1.6rem;
}

.ksla-3depth-child {
  width: fit-content;
  line-height: 1.5;
}

.ksla-3depth-child a {
  display: block;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  color: #1d1d1d;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.6rem;
}

.ksla-3depth-child a:hover {
  color: #317ec4;
}

.ksla-3depth-child a span {
  position: relative;
}

/* underline 효과 */
.ksla-3depth-child a span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: #317ec4;
  transition: width 0.3s ease;
}

.ksla-3depth-child a:hover span::after {
  width: 100%;
}

.ksla-3depth-child:last-child a {
  padding-bottom: 0;
}

/* ============================================
    HEADER UTILITIES
============================================ */
.header-utils {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  justify-content: flex-end;
}

.header-utils > * {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.header-utils > *:hover i,
.header-utils > *:hover span {
  color: #317ec4;
}

.header-utils > *:hover span {
  text-decoration: underline;
}

.header-utils > * > i {
  display: inline-flex;
  width: 24px;
  height: 24px;
  font-size: 17px;
  color: #1d1d1d;
  align-items: center;
  justify-content: center;
}

.header-utils > * > span {
  font-size: 12px;
  font-weight: 600;
  line-height: 78%;
  color: #1d1d1d;
  white-space: nowrap;
  text-decoration: none;
  transition: color 0.2s;
}

.header-utils button {
  padding: 0;
  height: unset;
  border: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 78%;
  color: #1d1d1d;
  border-radius: 0;
  text-decoration: none;
  box-shadow: none;
  background-color: transparent;
}

/* ============================================
    DIM LAYER
============================================ */
.header-dim {
  position: fixed;
  top: auto;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 2 !important;
}

.header-dim.active {
  opacity: 1;
  pointer-events: auto;
}

/* ============================================
    RESPONSIVE - TABLET
============================================ */
@media screen and (max-width: 1440px) {
  .hfe-site-logo-container img {
    width: 12rem !important;
  }
  .hfe-site-logo-container,
  .ksla-mega-inner .ksla-sub-desc {
    width: 14.7rem;
  }
}

@media screen and (max-width: 1279px) {
  .ksla-mega-inner {
    flex-direction: column;
    padding: 2rem 0;
    height: calc(100dvh - 6rem - 6.7rem);
    overflow-y: auto;
  }

  .ksla-mega-inner .ksla-sub-desc {
    display: none;
  }
}

/* ============================================
    RESPONSIVE - MOBILE
============================================ */
@media (max-width: 1024px) {
  .ksla-top .ksla-mega-sub {
    position: static;
    display: none;
    min-width: auto;
    margin: 8px 0 0;
    padding: 12px 16px;
    border-radius: 10px;
  }

  .ksla-top.is-open > .ksla-mega-sub {
    display: block;
  }

  .ksla-mega-sub {
    display: block;
  }

  .ksla-sub--desc {
    border-right: 0;
    padding-right: 0;
    margin-bottom: 12px;
  }

  .ksla-2depth {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
}

.ksla-sheet-dim {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  z-index: 12000;
}

.ksla-sheet-dim.is-active {
  opacity: 1;
  pointer-events: auto;
}

.ksla-sheet {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  background: #fff;
  transform: translateX(100%);
  transition: transform 0.34s cubic-bezier(0.22, 0.61, 0.36, 1);
  display: flex;
  flex-direction: column;
  padding-top: 11rem;
  padding-bottom: clamp(5.2rem, 6.25vmax, 12rem);
  padding-left: max(6.4rem, 3.75vw);
  padding-right: clamp(53px, (100vw - 1025px) / 17.92 + 53px, 96px);
  background-color: #ffffff;
  overflow-y: auto;
  z-index: 12010;
}

.ksla-sheet.is-active {
  transform: translateX(0);
}

.ksla-sheet__header {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.ksla-sheet__header h2 {
  margin: 0;
  font-size: 5.6rem;
  font-weight: 700;
}
.ksla-sheet__close {
  position: absolute;
  top: 3.2rem;
  right: 9.2rem;
  border: 0;
  background: transparent;
  padding: 0;
  color: #1d1d1d;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: none;
  border-radius: 0;
}
.ksla-sheet__close:hover {
  background: transparent;
  color: inherit;
}
.ksla-sheet__close span {
  display: inline-flex;
  align-items: center;
}
.ksla-sheet__close i {
  margin-left: 0.4rem;
  font-size: 2rem;
}

.ksla-sheet__body {
  display: flex;
  flex-direction: column;
  row-gap: max(4rem, 3.3333vw);
  margin-top: max(3.2rem, 2.5vw);
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

/* 전체 시트 내 메뉴 기본 */
.ksla-sheet__nav,
.ksla-sheet-menu {
  display: grid;
  row-gap: max(4rem, 3.3333vw);
  margin-top: max(3.2rem, 2.5vw);
  list-style: none;
  margin: 0;
  padding: 0;
}

/* 공통 링크 스타일 */
.ksla-sheet__nav a,
.ksla-sheet-menu a {
  display: inline-block;
  position: relative;
  color: #1d1d1d;
  text-decoration: none;
  transition: color 0.2s ease;
}

.depth-0 > .sheet-row {
  padding: 1.2rem 2rem;
  border-radius: 0.8rem;
  color: #1d1d1d;
  font-size: 1.9rem;
  font-weight: 600;
  background-color: #f8f8f8;
}
.sheet-item.depth-1 .sheet-link {
  display: flex;
  align-items: center;
  font-size: 1.7rem;
  font-weight: bold;
}
.sheet-item.depth-1 .sheet-link:hover {
  color: #317ec4;
}

/* 바디 스크롤 잠금 */
.body-noscr {
  overflow: hidden;
  touch-action: none;
}

/* 2depth (직속 하위 메뉴) */
.ksla-sheet__body .sheet-sub {
  display: flex;
  margin-left: 0;
  padding-left: 0;
  margin-top: 1.2rem;
  gap: 1.6rem 0;
  flex-wrap: wrap;
}

/* 2depth 리스트 항목 */
.ksla-sheet__body .sheet-sub > li:not(.depth-2 li) {
  min-width: 19rem;
  padding: 0 2rem;
}
.ksla-sheet__body .sheet-sub > li:not(.depth-2 li):not(:last-child) {
  border-right: 1px solid #f0f0f0;
}

/* 3depth */
.ksla-sheet__body .sheet-sub > li > .sheet-sub {
  display: grid;
  row-gap: 0.4rem;
  margin-top: 1rem;
}

/* 2depth 링크 */
.ksla-sheet__body .sheet-sub > li > a.sheet-link {
  font-weight: 600;
  padding-bottom: 0.4rem;
  position: relative;
}
.ksla-sheet__body .sheet-sub > li > a.sheet-link:hover {
  color: #317ec4;
}

/* 3depth 링크 */
.ksla-sheet__body .sheet-sub > li > .sheet-sub a.sheet-link {
  display: inline-flex;
  position: relative;
  font-weight: 400;
  font-size: 1.4rem;
  color: #1d1d1d;
}
.ksla-sheet__body .sheet-sub > li > .sheet-sub a.sheet-link:hover {
  color: #317ec4;
}

/* 밑줄 효과 */
.ksla-sheet__body .sheet-sub.depth-2 a.sheet-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: #317ec4;
  transition: width 0.3s ease;
}
.ksla-sheet__body .sheet-sub.depth-2 a.sheet-link:hover::after {
  width: 100%;
}

@media all and (max-width: 1279px) {
  .ksla-menu {
    height: 6rem;
  }
  .ksla-sheet {
    padding: 0;
    width: min(420px, 80vw);
  }
  .ksla-sheet__header {
    padding: 0 2rem;
    flex: 0 0 6.1rem;
    border-bottom: 1px solid #e4e4e4;
    justify-content: space-between;
  }
  .ksla-sheet__header h2 {
    font-size: 2rem;
  }
  .ksla-sheet__close {
    position: relative;
    inset: unset;
  }
  .ksla-sheet__body {
    margin: 2rem 0 4rem;
    padding: 0 2rem;
  }
  .ksla-sheet-menu {
    gap: 2.4rem;
  }
  .ksla-sheet__body .sheet-sub {
    flex-direction: column;
  }
  .ksla-sheet__body .sheet-sub > li {
    line-height: 4.4rem;
  }
  .ksla-sheet__body .sheet-sub > li.depth-2 {
    margin-left: 1rem;
  }
  .ksla-sheet__body .sheet-sub > li:not(.depth-2 li):not(:last-child) {
    border: transparent;
  }
  .ksla-sheet__body .sheet-sub > li > .sheet-sub {
    margin-top: 0;
  }
  .ksla-sheet__body .sheet-sub > li > .sheet-sub a.sheet-link {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 1024px) {
  header .elementor-187 .elementor-element.elementor-element-75556a3 {
    padding-left: max(2rem, 5.12821vw);
    padding-right: max(2rem, 5.12821vw);
  }
}

/* 기본 링크 + 아이콘 정렬 */
.sheet-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
}

.sheet-arrow img {
  width: 2.4rem;
  height: 2.4rem;
  opacity: 0.7;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.sheet-link:hover .sheet-arrow img {
  transform: translateX(2px);
  opacity: 1;
}

@media screen and (max-width: 1279px) {
  .ksla-mega-wrapper {
    display: none !important;
  }
}

/* ================================
    KSLA Footer Style
================================ */

.ksla-footer {
  background: #2d323c;
  color: #ffffff;
  font-size: 14px;
}

.ksla-footer__inner {
  max-width: 172.8rem;
}

.ksla-footer__top,
.ksla-footer__bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin: 0 auto;
  padding-left: clamp(53px, (100vw - 1025px) / 17.92 + 53px, 96px);
  padding-right: clamp(53px, (100vw - 1025px) / 17.92 + 53px, 96px);
  flex-wrap: nowrap;
}

/* ───────── 상단 메뉴 행 ───────── */
.ksla-footer__top {
  padding: 0;
  width: 100%;
  max-width: 100%;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.06);
}
.ksla-footer__top .ksla-footer__inner {
  display: grid;
  width: 100%;
  max-width: 1300px;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  /* border: 0.1rem solid rgba(255, 255, 255, 0.06); */
  border-width: 0;
  padding-left: clamp(53px, (100vw - 1025px) / 17.92 + 53px, 96px);
  padding-right: clamp(53px, (100vw - 1025px) / 17.92 + 53px, 96px);
}

.ksla-footer__item {
  width: 100%;
  height: 100%;
  border-right: 0.1rem solid rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  height: 5.6rem;
  font-size: 1.6rem;
  color: #a7afbe;
}

.ksla-footer__item:first-child {
  border-left: 0.1rem solid rgba(255, 255, 255, 0.06);
}

.ksla-footer__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2.4rem;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  color: #a7afbe;
  font-weight: 600;
  text-decoration: none;
}

.ksla-footer__link:hover {
  color: inherit;
}

.ksla-footer__item button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2.4rem;
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  font-weight: 600;
  color: #a7afbe;
  border-radius: unset;
  background-color: transparent;
}

.ksla-footer__item button:hover {
  background-color: transparent;
  color: inherit;
}

.ksla-footer__btn {
  background: none;
  color: #ffffff;
  border: 0;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
}

.ksla-footer__btn .ico {
  display: inline-block;
  transition: 0.25s;
}

.ksla-toggle {
  position: relative;
}

.ksla-toggle__menu {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.25s ease, opacity 0.25s ease;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  background: #191e26;
  border: 0.1rem solid rgba(255, 255, 255, 0.06);
  padding: 1rem 2.4rem;
  list-style: none;
  min-width: 180px;
  z-index: 30;
}

.ksla-toggle[aria-open="true"] .ksla-toggle__menu {
  opacity: 1;
}

.ksla-toggle__menu li + li {
  margin-top: 6px;
}
.ksla-toggle__menu a {
  display: block;
  padding: 1rem 0;
  font-size: 1.6rem;
  font-weight: 700;
  color: #a7afbe;
  text-decoration: none;
}
.ksla-toggle__menu a:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* ───────── 하단 정보 행 ───────── */
.ksla-footer__bottom .ksla-footer__inner {
  display: flex;
  width: 100%;
  gap: 3.2rem;
  justify-content: space-between;
  padding: 2.4rem 0 2.8rem;
}

.ksla-footer__brand .logo {
  font-weight: 800;
  letter-spacing: 0.04em;
  margin-right: 0.8rem;
}

.ksla-footer__brand .sub {
  opacity: 0.8;
  font-size: 1.3rem;
}

.ksla-footer__info {
  text-align: right;
  color: #cfd6df;
  line-height: 1.7;
}

/* ───────── 반응형 ───────── */
@media (max-width: 1024px) {
  .ksla-footer__top {
    grid-template-columns: 1fr 1fr;
  }
}

@media all and (max-width: 820px) {
  .ksla-footer {
    position: relative;
    border-top: 0.1rem solid rgba(255, 255, 255, 0.06);
  }
  .ksla-footer__top {
    padding: 0;
    border-bottom: 0;
  }
  .ksla-footer__top .ksla-footer__inner {
    padding: 0;
    grid-template-columns: repeat(2, 2fr);
    border-right: 0;
  }
  .ksla-footer__item {
    position: static;
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.06);
  }
  .ksla-footer__item:first-child {
    border-left: 0;
  }
  .ksla-footer__item:nth-child(2n) {
    border-right: 0;
  }
  .ksla-footer__link,
  .ksla-footer__item button {
    padding: 0;
    justify-content: center;
  }
  .ksla-toggle__menu {
    min-width: 100vw;
    left: 0;
    right: 0;
    bottom: calc(100% + 1px);
    padding: 1rem 2rem;
  }
  .ksla-footer__bottom {
    padding: 0 2rem;
  }
  .ksla-footer__bottom .ksla-footer__inner {
    flex-wrap: wrap;
  }
  .ksla-footer__info {
    text-align: left;
    font-size: 1.3rem;
  }
}

/* ============================================
    LNB
============================================ */
.widget-area.secondary {
  /* margin-top: 7.6rem !important; */
  margin-top: 0 !important;
  padding-right: 0 !important;
  border-right: 0 !important;
  flex: 0 0 24rem;
  max-width: 24rem;
}

@media all and (max-width: 1279px) {
  .widget-area.secondary {
    display: none;
  }
}

/* 카드 래퍼 */
.ksla-lnb {
  display: block;
  width: 24rem;
  z-index: 1;
}

.widget-area.secondary {
  position: sticky;
  top: 9.6rem;
  height: max-content;
}

/* 내부 여백 */
.ksla-lnb .wp-block-advanced-sidebar-menu-pages {
  padding: 1.4rem 0 1.8rem;
}

/* ------------------- 1DEPTH 링크 (head) ------------------- */
.ksla-lnb ul.parent-sidebar-menu > li {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

.ksla-lnb .parent-sidebar-menu > li:first-child > a.menu-link {
  display: block;
  padding: 0;
  background-color: #317ec4;
  background-image: url("/wp-content/uploads/2025/10/lnb-bg.png");
  background-repeat: no-repeat, no-repeat;
  background-position: top center;
  background-size: 120%;
  border-radius: 1.6rem;
  height: auto;
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 3rem;
  /* padding: 5.6rem 2rem 15.3rem 2rem; */
  padding: 4.6rem 2rem 15.3rem 2rem;
  pointer-events: none;
}

.ksla-lnb .parent-sidebar-menu > li:last-child {
  padding-bottom: 6px;
}

.ksla-lnb li.current_page_item > a.menu-link::before {
  display: none;
}

/* ul */
.ksla-lnb .child-sidebar-menu[data-level="1"] {
  padding: 3.6rem 2rem;
  background-color: #fff;
  position: relative;
  /* top: -10.7rem; */
  top: -12.1rem;
  width: 100%;
  border: 1px solid #dadcdf;
  border-radius: 1.6rem;
}

.ksla-lnb .child-sidebar-menu li,
.ksla-lnb .grandchild-sidebar-menu li {
  margin-bottom: 0 !important;
}

/* ------------------- 2Depth ------------------- */
.ksla-lnb .child-sidebar-menu {
  margin: 0.8rem 0 1.2rem 0;
  padding: 0;
  border-top: 1px solid #e9edf5;
}
.ksla-lnb .child-sidebar-menu li {
  list-style: none;
}

.ksla-lnb .child-sidebar-menu li a {
  border-radius: 0.8rem;
}

.ksla-lnb .child-sidebar-menu li[data-open="true"] > a {
  color: #317ec4;
  background: rgb(49, 126, 196, 0.1);
  border-color: transparent;
}

.ksla-lnb .child-sidebar-menu a.menu-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.6rem 1.2rem;
  font-size: 1.7rem;
  font-weight: 600;
  color: #1d1d1d;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease;
  border-bottom: 1px dashed #dadcdf;
  transition: color 0.18s ease;
}

.ksla-lnb .child-sidebar-menu li:has(+ li[data-open="true"]) > a.menu-link {
  border-bottom-color: transparent;
}

.ksla-lnb .child-sidebar-menu li:not([data-open="true"]):last-child > a.menu-link {
  border-bottom: none;
}

.ksla-lnb .child-sidebar-menu a.menu-link:hover {
  color: #317ec4;
}

.ksla-lnb .child-sidebar-menu .current_page_item > a.menu-link,
.ksla-lnb .child-sidebar-menu .current-menu-item > a.menu-link {
  color: #317ec4;
}

.ksla-lnb .child-sidebar-menu > li.has_children > a::after {
  content: "";
  position: relative;
  top: -2px;
  width: 0.8rem;
  height: 0.8rem;
  margin-left: auto;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}
.ksla-lnb .child-sidebar-menu > li[data-open="true"] > a::after {
  transform: rotate(-135deg);
  top: 2px;
}

/* ------------------- 3depth ------------------- */
.ksla-lnb .grandchild-sidebar,
.ksla-lnb .grandchild-sidebar-menu {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.25s ease;
  margin: 0;
  padding: 0;
}

.ksla-lnb .grandchild-sidebar-menu li {
  margin: 0 auto;
  width: calc(100% - 1rem);
}

.ksla-lnb .grandchild-sidebar-menu li a {
  padding-right: 1.6rem !important;
  font-size: 1.5rem !important;
}

.ksla-lnb .grandchild-sidebar-menu li a:hover {
  border-bottom: 1px dashed #dadcdf;
}

/* .ksla-lnb .grandchild-sidebar-menu li a::after {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(-45deg);
} */

/* ============================================
    container
============================================ */
.site-content {
  padding: 7rem 0 10rem;
  min-height: calc(100vh - 36rem);
  box-sizing: border-box;
  background: #fff url(/wp-content/uploads/2025/10/section-bg.png) repeat-x center 0;
}
.ast-container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding-left: clamp(24px, (100vw - 1025px) / 17.92 + 24px, 96px);
  padding-right: clamp(24px, (100vw - 1025px) / 17.92 + 24px, 96px);
}
.ast-left-sidebar #primary {
  /* margin: 0 0 0 7.6rem; */
  margin: 0 0 0 4.4rem;
  /* padding: clamp(5.6rem, 38px + 2.1875vmax, 8rem) 0 clamp(8.8rem, 10.41667vmax, 20rem); */
  padding: 0;
  border-left: 0;
  flex: 1 1 auto;
  min-width: 0;
}

header.entry-header {
  display: flex;
  margin-bottom: 3.2rem !important;
  padding-bottom: 3.8rem;
  /* border-bottom: 1px dashed #a6a6a6; */
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
header.entry-header .entry-subtitle-en {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: #717171;
  flex: 1 1 100%;
}
header.entry-header .entry-title {
  margin-bottom: 0;
  font-size: clamp(2.4rem, 4vw, 3.2rem);
  font-weight: bold;
  color: #1d1d1d;
  flex: 0 0 60%;
}
.ast-breadcrumbs-wrapper,
.ast-breadcrumbs-wrapper * {
  display: inline-block;
  width: auto;
}
header.entry-header .ast-breadcrumbs-wrapper {
  line-height: 3.8rem;
  flex: 0 0 40%;
}
.ast-breadcrumbs-wrapper span,
.ast-breadcrumbs-wrapper .trail-items li::after {
  font-size: 1.3rem;
}
.ast-breadcrumbs-wrapper .trail-items li:first-child a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ast-breadcrumbs-wrapper .trail-items li:first-child span {
  width: 1.6rem;
  height: 3rem;
  font-size: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M13 12.6286V6.45714C13 6.24 12.9512 6.03429 12.8536 5.84C12.7559 5.64571 12.6214 5.48571 12.45 5.36L8.325 2.27429C8.08438 2.09143 7.80938 2 7.5 2C7.19063 2 6.91563 2.09143 6.675 2.27429L2.55 5.36C2.37813 5.48571 2.24338 5.64571 2.14575 5.84C2.04813 6.03429 1.99954 6.24 2 6.45714V12.6286C2 13.0057 2.13475 13.3287 2.40425 13.5975C2.67375 13.8663 2.99734 14.0005 3.375 14H5.4375C5.63229 14 5.79546 13.9342 5.927 13.8025C6.05854 13.6709 6.12454 13.5081 6.125 13.3143V9.88571C6.125 9.69143 6.191 9.52868 6.323 9.39748C6.455 9.26628 6.61817 9.20046 6.8125 9.2H8.1875C8.38229 9.2 8.54546 9.26583 8.677 9.39748C8.80854 9.52914 8.87454 9.69188 8.875 9.88571V13.3143C8.875 13.5086 8.941 13.6715 9.073 13.8032C9.205 13.9349 9.36817 14.0005 9.5625 14H11.625C12.0031 14 12.3267 13.8658 12.5958 13.5975C12.8648 13.3291 12.9995 13.0062 13 12.6286Z' fill='%23717171'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
}
.ast-breadcrumbs-wrapper .trail-items li::after {
  padding: 0 0.5em;
}

@media all and (max-width: 1279px) {
  .site-content {
    padding: 2rem 0 3.2rem;
  }
  .ast-left-sidebar #primary {
    margin: 0;
  }
  header.entry-header .entry-title,
  header.entry-header .ast-breadcrumbs-wrapper {
    flex: 1 1 100%;
  }
  header.entry-header .entry-title {
    margin-top: clamp(2rem, 5vw, 1.6rem);
    text-align: center;
    align-items: center;
    order: 1;
  }
  header.entry-header .entry-subtitle-en {
    /* order: 2; */
    display: none;
  }
  header.entry-header .ast-breadcrumbs-wrapper {
    /* margin-bottom: 2.4rem; */
    text-align: center;
    align-items: center;
    order: 3;
  }
  .ast-breadcrumbs-wrapper span,
  .ast-breadcrumbs-wrapper .trail-items li::after {
    font-size: 1.2rem;
  }
}

/* ============================================
    조직도
============================================ */
.org-chart {
  display: grid;
  row-gap: 0;
}
.org-chart .top {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.org-chart .top .box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13.2rem;
  height: 13.2rem;
  background-color: #0045c9;
  border-radius: 50%;
  margin: 0 auto;
  color: #ffffff;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.9rem;
}
.org-chart .right {
  position: relative;
  display: flex;
  justify-content: flex-end;
  width: 50%;
  padding: 3.2rem 0;
  margin: 0 0 0 auto;
}
.org-chart .right::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.5px;
  height: 100%;
  background-color: #e4e4e4;
}
.org-chart .right .kesli-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.8rem;
  flex-shrink: 0;
  width: calc(100% / 1.5);
}
.org-chart .right .kesli-box::after {
  content: "";
  position: absolute;
  background-color: #e4e4e4;
  z-index: 1;
  top: 50%;
  left: 0;
  width: 70%;
  height: 0.5px;
}
.org-chart .right .kesli-box > div,
.org-chart .left .wrap-box > div {
  margin: 0 auto;
  width: 13.2rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.6rem;
  overflow: hidden;
  z-index: 2;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  padding: 1.3rem 0;
  background-color: #f0f0f0;
  color: #1d1d1d;
  border: 1px solid #e4e4e4;
  text-align: center;
}
.org-chart .left .wrap-box {
  display: flex;
  position: relative;
  justify-content: space-between;
  width: 100%;
}
.org-chart .left .wrap-box::after {
  content: "";
  position: absolute;
  background-color: #e4e4e4;
  z-index: 1;
  top: 50%;
  left: 15%;
  width: 40%;
  height: 0.5px;
}
.org-chart .left .wrap-box > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.8rem;
  flex-shrink: 0;
  min-width: 13.2rem;
  margin: 0 auto;
  align-items: center;
}
.org-chart .left .wrap-box > div:nth-child(2) {
  color: #0038a3;
  border-color: #d1e1ff;
  background-color: #d1e1ff;
}
.org-chart .left .wrap-box > div:last-child {
  border-color: transparent;
  background-color: transparent;
}
.org-chart .part {
  position: relative;
}
/* .org-chart .part::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  background-color: #e4e4e4;
  z-index: 1;
  width: 0.5px;
  height: 100%;
} */
.org-chart .part-container {
  position: relative;
  justify-content: space-between;
  display: flex;
}
.org-chart .part-container:last-child {
  margin: -2.6rem 0 0;
}
.org-chart .part-container::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #e4e4e4;
  z-index: 1;
  width: 100%;
  height: 0.5px;
}
.org-chart .part-container > * {
  display: flex;
  flex-basis: 11.981%;
  flex-shrink: 0;
  width: 11.981%;
  align-items: center;
  justify-content: center;
  border-radius: 0.6rem;
  overflow: hidden;
  z-index: 2;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  padding: 1.3rem 0;
  background-color: #ffffff;
  color: #1d1d1d;
  border: 1px solid #e4e4e4;
  text-align: center;
}
.v-connector {
  grid-row: 2;
  justify-self: center;
  width: 0.5px;
  height: 100%;
  background: #e4e4e4;
  border-radius: 999px;
}

/* 정관 */
.rule {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  font-size: 13px;
}
.rule * {
  padding: 0;
  margin: 0;
}
.rule h3 {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
}
.rule b {
  display: block;
  margin-bottom: 0.8rem;
  color: #1d1d1d;
}
.rule .rule_btn {
  text-align: right;
}
.rule .rule_btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #317ec4;
  font-weight: 600;
  padding: 0 0.8rem 0 1.6rem;
  line-height: 3.6rem;
  border-radius: 0.6rem;
  font-size: 1.5rem;
  color: white;
  text-decoration: none;
}
.rule .rule_btn a:hover,
.rule .rule_btn a:focus {
  background: #1a5e9c;
}
.rule .rule_top {
  text-align: right;
  margin-top: 40px;
}
.rule .rule_top ul {
  display: inline-block;
}
.rule .rule_top ul li {
  text-align: left;
  line-height: 20px;
}
.rule .rule_top p {
  font-size: 15px;
}
.rule .rule_top p + ul {
  margin-top: 15px;
}
.rule dl.rule_info dt {
  text-align: left;
  margin-top: 40px;
  font-weight: bold;
  font-size: 23px;
}
.rule dl.rule_info dd {
  margin-top: 25px;
  font-weight: 400;
  line-height: 1.5;
  font-size: 1.6rem;
  color: #464646;
}

/* 찾아오시는 길 */
#daumRoughmapContainer1761722027656 {
  margin: unset;
}

/* 비전과 목표 */
.intro-vision {
  color: #1d1d1d;
  line-height: 1.6;
}
.intro-vision p {
  margin-bottom: 0;
}

/* 공통 섹션 블록 */
.section-block {
  margin-bottom: 5rem;
}
.section-block h2 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #003c8f;
  border-left: 4px solid #003c8f;
  padding-left: 1.2rem;
  margin-bottom: 1rem;
}
.section-block h2 span {
  font-size: 1.4rem;
  color: #777;
  font-weight: 400;
  margin-left: 6px;
}

/* 미션 */
.mission-content {
  border: 2px solid #003c8f;
  border-radius: 1.2rem;
  padding: 2rem;
  text-align: center;
  background: #f9fcff;
}
.mission-content p {
  font-size: 2rem;
}
.mission-content strong {
  font-size: 2.2rem;
}

/* 비전 */
.vision-content {
  background: linear-gradient(135deg, #003c8f, #004cba);
  color: #fff;
  border-radius: 12px;
  padding: 2rem;
  text-align: center;
  font-size: 1.1rem;
}
.vision-content p {
  font-size: 2rem;
}

/* 핵심가치 */
.value-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.2rem;
  margin-top: 1rem;
  list-style: none;
  padding: 0 !important;
}
.value-grid li {
  background: #f6f8fc;
  border: 1px solid #d8e2f4;
  border-radius: 1rem;
  padding: 1.2rem;
  text-align: center;
  transition: all 0.2s ease;
  min-height: 12rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.value-grid li:hover {
  background: #eef5ff;
  transform: translateY(-2px);
}
.value-grid span {
  display: block;
  font-weight: 700;
  color: #003c8f;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.value-grid strong {
  display: block;
  color: #222;
  font-size: 1.4rem;
}
.value-grid p {
  font-size: 1.5rem;
  color: #666;
}

/* 주요 목표 */
.goals {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}
.goal {
  border: 1px solid #e0e6ef;
  border-radius: 8px;
  padding: 1.6rem 2rem;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
}
.goal h3 {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.7rem;
  font-weight: 600;
  color: #003c8f;
  margin-bottom: 0.4rem;
}
.goal h3 span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.8rem;
  font-size: 1.2rem;
  width: 2.4rem;
  height: 2.4rem;
  padding: 0.4rem;
  background: #003c8f;
  color: white;
  border-radius: 50%;
}
.goal p {
  color: #444;
  font-size: 1.4rem;
}

@media (max-width: 900px) {
  .value-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .mission-content,
  .vision-content {
    font-size: 1rem;
    padding: 1.6rem;
  }
  .value-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .goal h3 {
    align-items: flex-start;
  }
}
@media (max-width: 500px) {
  .value-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* ============================================
    회장인사말
============================================ */
.greeting {
  padding-top: 3.6rem;
  color: #1d1d1d;
}
.greeting-wrap {
  margin: 0 auto;
}
.greeting-header {
  margin: 0;
}
.greeting-title {
  font-size: clamp(2.4rem, 4.5vw, 3.2rem);
  line-height: 1.1;
  letter-spacing: -0.01em;
  font-weight: 700;
  color: #1d1d1d;
  margin: 0 0 0.8rem;
  display: inline-block;
  background: linear-gradient(transparent 60%, #c5e4ff 60%);
}
.greeting-sub-title {
  margin: 0 0 2.4rem;
  color: #1d1d1d;
  font-weight: 700;
  font-size: clamp(1.8rem, 1.6vw, 2.2rem);
}
.greeting-grid {
  display: grid;
  grid-template-columns: 1fr minmax(auto, 190px);
  gap: clamp(1.6rem, 4vw, 4.8rem);
  align-items: start;
}
.greeting-left {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.greeting-body p,
.greeting-full p {
  font-size: clamp(1.6rem, 1.8vw, 1.5rem);
  line-height: 1.9;
  word-break: keep-all;
  margin: 0 0 1.1em;
  text-wrap: pretty;
}
.greeting-body.lead p:first-child {
  position: relative;
  padding-bottom: 2px;
}
.greeting-body p:last-child {
  margin-bottom: 0;
}
.greeting-full p + .signoff {
  margin-top: 4.4rem;
}
.greeting-figure {
  margin: 0;
  position: sticky;
  top: 16px;
  align-self: end;
}
.greeting-figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  filter: saturate(0.95) contrast(1.05);
}
.greeting-figure figcaption {
  margin-top: 0.5rem;
  font-size: 1.4rem;
  color: #717171;
  text-align: center;
}
.greeting-full {
  margin-top: clamp(20px, 3vw, 36px);
}
.signoff {
  margin-top: 1.25rem;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 12px;
}
.signoff p {
  margin: 0;
  font-weight: 600;
  color: #1e293b;
}
.signoff .signature {
  width: clamp(120px, 18vw, 180px);
  height: auto;
  object-fit: contain;
  image-rendering: auto;
  filter: contrast(1.05);
}

p.signoff {
  position: relative;
  text-align: right;
  margin-bottom: 0;
  padding-right: clamp(60px, 8vw, 110px);
  min-height: 3.2rem;
  font-weight: 600;
  font-size: 2rem;
}
p.signoff .signature {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  object-fit: contain;
}

@media (max-width: 900px) {
  .greeting {
    padding-top: 0;
  }
  .greeting-grid {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
  .greeting-figure {
    position: static;
    width: fit-content;
    margin: 0 auto;
    order: -1;
    margin-bottom: 0.5rem;
  }
  .greeting-figure img {
    width: fit-content;
  }
}

@media print {
  .greeting-wrap {
    padding: 0;
  }
  .greeting-figure img {
    filter: none;
    box-shadow: none;
  }
  .greeting-figure {
    position: static;
  }
}

/* ============================================
    게시판
============================================ */
.kboard-default-poweredby,
.kboard-thumbnail-poweredby,
.kboard-contact-from-poweredby,
.kboard-avatar-poweredby {
  display: none;
}
