/* ============================================
  RESET & BASE
  ============================================ */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  padding: 0 !important;
  overflow-x: auto !important;
}

html * {
  transition: outline-color 0.2s, outline-offset 0.1s;
}

html *:focus {
  outline: 1px solid #0451a9;
}

a {
  text-decoration: none;
}

/* ============================================
  HEADER
  ============================================ */
header#masthead {
  position: sticky !important;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-bottom: 1px solid #e4e4e4;
}

.ast-container header {
  border: 0;
}

/* Header Container */
header .elementor-187 .elementor-element.elementor-element-75556a3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: calc(130rem + (clamp(2.4rem, (100vw - 1025px) / 17.92 + 2.4rem, 9.6rem) * 2));
  height: 100%;
  margin: 0 auto;
  padding-left: clamp(24px, (100vw - 1025px) / 17.92 + 24px, 96px);
  padding-right: clamp(24px, (100vw - 1025px) / 17.92 + 24px, 96px);
  flex-wrap: nowrap;
}

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

/* Logo */
.hfe-site-logo a {
  display: flex;
  align-items: center;
  width: 100%;
}

.hfe-site-logo a:focus {
  outline: none;
}

.hfe-site-logo a:focus img {
  outline: 1px solid #0451a9;
  outline-offset: 1px;
}

.hfe-site-logo-set {
  display: inline-flex;
  align-items: center;
  width: 28rem;
  margin-bottom: 0.4rem;
}

.hfe-site-logo-container {
  display: inline-flex;
  padding-right: 3.6rem;
  max-height: 6rem;
}

.hfe-site-logo-container img {
  max-height: 6rem;
}

/* ============================================
  NAVIGATION
  ============================================ */
/* 1Depth Menu */
.ksla-menu {
  display: flex;
  align-items: center;
  height: 7rem;
}

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

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

.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: 2.1rem;
  font-weight: 600;
  color: #1d1d1d;
}

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

/* Hover Area */
.ksla-top-link span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 3.6rem;
}

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

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

.ksla-top .ksla-top-link:focus {
  outline: none;
}

.ksla-top .ksla-top-link:focus span::before {
  outline: 1px solid #0451a9;
  outline-offset: 1px;
}

/* ============================================
  MEGA MENU
  ============================================ */
.elementor-187 .elementor-element.elementor-element-7a78403 {
  width: calc(100% - 40rem);
}
/* Wrapper */
.ksla-mega-wrapper {
  position: fixed;
  left: 0;
  width: 100vw;
  height: 0;
  overflow: hidden;
  background: #fff;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: height 0.3s ease;
}

.ksla-mega-wrapper.is-ready {
  opacity: 1;
  visibility: visible;
}

.ksla-mega-wrapper.is-open {
  opacity: 1;
  visibility: visible;
  border-top: 1px solid #e4e4e4;
}

/* Inner Container */
.ksla-mega-inner {
  display: flex;
  width: 100%;
  max-width: calc(130rem + (clamp(2.4rem, (100vw - 1025px) / 17.92 + 2.4rem, 9.6rem) * 2));
  margin: 0 auto;
  padding-left: clamp(24px, (100vw - 1025px) / 17.92 + 24px, 96px);
  padding-right: clamp(24px, (100vw - 1025px) / 17.92 + 24px, 96px);
}

/* Description Area */
.ksla-mega-inner .ksla-sub-desc {
  width: 28.4rem;
  padding-top: 3.2rem;
  padding-bottom: 4.8rem;
  border-right: 1px solid #e4e4e4;
}

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

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

/* Menu List */
.ksla-mega-inner .ksla-menu-list {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
  width: calc(100% - 28.4rem);
  padding-top: 3.2rem;
  padding-bottom: 4rem;
  padding-left: max(2.8rem, 2.0833vw);
  column-gap: 1.6rem;
  row-gap: 1.6rem;
}

/* Submenu Common */
.ksla-mega-sub {
  display: none !important;
}

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

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

/* ============================================
  2DEPTH MENU
  ============================================ */
.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-sub:focus-within {
  border-radius: 0.6rem;
}

/* Arrow Icon */
.ksla-2depth .chev {
  width: 2.4rem;
  height: 2.4rem;
  margin-left: 0.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);
}

.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;
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  color: #1d1d1d;
}

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

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

/* Underline Effect */
.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;
  justify-content: flex-end;
  gap: 1.6rem;
  height: 100%;
  min-width: max-content;
}

.header-utils > * {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex: 0 0 auto;
  height: 100%;
}

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

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

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

.header-utils > * > span {
  font-size: 13px;
  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;
  border-radius: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 78%;
  color: #1d1d1d;
  background-color: transparent;
  text-decoration: none;
  box-shadow: none;
}

.header-utils button,
.header-utils a {
  width: 4.2rem;
}

/* ============================================
  SCROLL TO TOP
  ============================================ */
#ast-scroll-top {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 9999px;
}

#ast-scroll-top svg {
  width: 1.4rem !important;
  margin-top: 0.3rem;
}

/* ============================================
  KBOARD STYLES
  ============================================ */
#kboard-default-list .kboard-search input:focus,
#kboard-default-editor input[type="text"]:focus {
  outline: 1px solid #0451a9;
}

#kboard-default-editor input[type="checkbox"] {
  width: 1.6rem !important;
  height: 1.6rem;
  margin: 0.2rem 0.2rem 0 0;
}

/* ============================================
  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;
  z-index: 2 !important;
  transition: opacity 0.3s ease;
}

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

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

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

/* Sheet Container */
.ksla-sheet {
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  width: calc(100% - 60rem);
  height: 100%;
  padding-top: 6rem;
  padding-bottom: clamp(5.2rem, 6.25vmax, 6rem);
  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;
  transform: translateX(100%);
  transition: transform 0.34s cubic-bezier(0.22, 0.61, 0.36, 1);
}

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

/* Sheet Header */
.ksla-sheet__header {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.ksla-sheet__header h2 {
  margin: 0;
  font-size: 4.4rem;
  font-weight: 700;
}

/* Close Button */
.ksla-sheet__close {
  position: absolute;
  top: 3.2rem;
  right: 9.2rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: 1.5rem;
  line-height: 1;
  color: #1d1d1d;
  box-shadow: none;
  cursor: pointer;
}

.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;
}

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

.ksla-sheet__body:focus {
  outline: none;
}

/* Sheet Navigation */
.ksla-sheet__nav,
.ksla-sheet-menu {
  display: grid;
  row-gap: max(3.2rem, 2.5vw);
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Common Link Styles */
.ksla-sheet__nav a,
.ksla-sheet-menu a {
  display: inline-block;
  position: relative;
  color: #1d1d1d;
  text-decoration: none;
  transition: color 0.2s ease;
}

/* Sheet Link with Arrow */
.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;
}

/* Depth 0 (Top Level) */
.depth-0 > .sheet-row {
  padding: 1.2rem 2rem;
  border-radius: 0.8rem;
  font-size: 1.9rem;
  font-weight: 600;
  color: #1d1d1d;
  background-color: #f8f8f8;
}

/* Depth 1 */
.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;
}

/* Submenu Container */
.ksla-sheet__body .sheet-sub {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem 0;
  margin-top: 1.2rem;
  margin-left: 0;
  padding-left: 0;
}

/* Depth 2 Items */
.ksla-sheet__body .sheet-sub > li:not(.depth-2 li) {
  min-width: 22rem;
  padding: 0 2rem;
}

.ksla-sheet__body .sheet-sub > li:not(.depth-2 li):not(:last-child) {
  border-right: 1px solid #f0f0f0;
}

.ksla-sheet__body .sheet-sub > li:nth-child(5):not(.depth-2 li):not(:last-child) {
  border-right: 0;
}

/* Depth 2 Links */
.ksla-sheet__body .sheet-sub > li > a.sheet-link {
  position: relative;
  padding-bottom: 0.4rem;
  font-weight: 600;
}

.ksla-sheet__body .sheet-sub > li > a.sheet-link:hover {
  color: #317ec4;
}

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

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

.ksla-sheet__body .sheet-sub > li > .sheet-sub a.sheet-link:hover {
  color: #317ec4;
}

/* Underline Effect for Depth 3 */
.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%;
}

/* Body Scroll Lock */
.body-noscr {
  overflow: hidden;
  touch-action: none;
}

/* ============================================
  FOOTER
  ============================================ */
.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: calc(130rem + (clamp(2.4rem, (100vw - 1025px) / 17.92 + 2.4rem, 9.6rem) * 2));
  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;
}

/* Footer Top Menu */
.ksla-footer__top {
  width: 100%;
  max-width: 100%;
  padding: 0;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.06);
}

.ksla-footer__top .ksla-footer__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  width: 100%;
  max-width: calc(130rem + (clamp(2.4rem, (100vw - 1025px) / 17.92 + 2.4rem, 9.6rem) * 2));
  margin: 0 auto;
  padding-left: clamp(2.4rem, (100vw - 1025px) / 17.92 + 2.4rem, 9.6rem);
  padding-right: clamp(2.4rem, (100vw - 1025px) / 17.92 + 2.4rem, 9.6rem);
}

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

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

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

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

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

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

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

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

/* Toggle Menu */
.ksla-toggle {
  position: relative;
}

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

.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;
}

/* Footer Bottom Info */
.ksla-footer__bottom {
  width: 100%;
  max-width: calc(130rem + (clamp(2.4rem, (100vw - 1025px) / 17.92 + 2.4rem, 9.6rem) * 2));
  margin: 0 auto;
  padding-left: clamp(2.4rem, (100vw - 1025px) / 17.92 + 2.4rem, 9.6rem);
  padding-right: clamp(2.4rem, (100vw - 1025px) / 17.92 + 2.4rem, 9.6rem);
}

.ksla-footer__bottom .ksla-footer__inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 3.2rem;
  padding: 2.4rem 0 2.8rem;
}

/* Footer Brand */
.ksla-footer__brand .logo {
  width: 18rem;
  opacity: 0.5;
}

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

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

/* ============================================
  LNB (Left Navigation Bar)
  ============================================ */
/* Sidebar Container */
.widget-area.secondary {
  position: sticky;
  top: 9.6rem;
  flex: 0 0 24rem;
  max-width: 24rem;
  height: max-content;
  margin-top: 0 !important;
  padding-right: 0 !important;
  border-right: 0 !important;
}

/* LNB Wrapper */
.ksla-lnb {
  display: block;
  width: 24rem;
  z-index: 1;
}

.ksla-lnb .wp-block-advanced-sidebar-menu-pages {
  padding: 1.4rem 0 1.8rem;
}

/* 1Depth Items */
.ksla-lnb ul.parent-sidebar-menu > li {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

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

/* 1Depth Header Link */
.ksla-lnb .parent-sidebar-menu > li:first-child > a.menu-link {
  display: block;
  height: auto;
  padding: 4.6rem 2rem 15.3rem 2rem;
  border-radius: 1.6rem;
  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%;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 3rem;
  text-align: center;
  color: #fff;
  pointer-events: none;
}

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

.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,
.ksla-lnb .grandchild-sidebar-menu li {
  margin-bottom: 0 !important;
  list-style: none;
}

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

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

/* 2Depth Links */
.ksla-lnb .child-sidebar-menu a.menu-link {
  position: relative;
  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;
  border-bottom: 1px dashed #dadcdf;
  z-index: 1;
  transition: color 0.18s ease;
}

.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;
}

/* Focus Area */
.ksla-lnb .child-sidebar-menu li a::before,
.ksla-lnb .current-menu-item a.menu-link::before,
.ksla-lnb .grandchild-sidebar-menu a.menu-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 3.6rem;
  border-radius: 0.4rem;
  z-index: 0;
}

.ksla-lnb .child-sidebar-menu li a::before {
  height: 4rem;
}

/* Focus Outline */
.ksla-lnb .child-sidebar-menu li a:focus,
.ksla-lnb .current-menu-item a.menu-link:focus,
.ksla-lnb .grandchild-sidebar-menu a.menu-link:focus {
  outline: none;
}

.ksla-lnb .child-sidebar-menu li a:focus::before,
.ksla-lnb .current-menu-item a.menu-link:focus::before,
.ksla-lnb .grandchild-sidebar-menu a.menu-link:focus::before {
  outline: 1px solid #0451a9;
  outline-offset: 1px;
  z-index: 1;
}

/* Border Management */
.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;
}

/* Dropdown Arrow */
.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 {
  top: 2px;
  transform: rotate(-135deg);
}

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

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

/* 3Depth Links */
.ksla-lnb .grandchild-sidebar-menu li a {
  padding-right: 1.6rem !important;
  font-size: 1.4rem !important;
}

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

/* ============================================
  CONTAINER
  ============================================ */
/* Site Content */
.site-content {
  min-height: calc(100vh - 36rem);
  padding: 7rem 0 10rem;
  background: #fff url(/wp-content/uploads/2025/10/section-bg.png) repeat-x center 0;
  box-sizing: border-box;
}

body.home .site-content {
  min-height: auto;
  padding: 0;
  background: none;
}

/* Container */
.ast-container {
  width: 100%;
  max-width: calc(130rem + (clamp(2.4rem, (100vw - 1025px) / 17.92 + 2.4rem, 9.6rem) * 2));
  margin: 0 auto;
  padding-left: clamp(24px, (100vw - 1025px) / 17.92 + 24px, 96px);
  padding-right: clamp(24px, (100vw - 1025px) / 17.92 + 24px, 96px);
}

/* Primary Content */
.ast-left-sidebar #primary {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0 0 0 4.4rem;
  padding: 0;
  border-left: 0;
}

/* ============================================
  ENTRY HEADER
  ============================================ */
header.entry-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 3.2rem !important;
  padding-bottom: 3.8rem;
}

/* Subtitle */
header.entry-header .entry-subtitle-en {
  display: block;
  flex: 1 1 100%;
  margin-bottom: 0.4rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: #717171;
}

/* Title */
header.entry-header .entry-title {
  flex: 0 0 60%;
  margin-bottom: 0;
  font-size: clamp(2.4rem, 4vw, 3.2rem);
  font-weight: bold;
  color: #1d1d1d;
}

/* Breadcrumbs */
.ast-breadcrumbs-wrapper,
.ast-breadcrumbs-wrapper * {
  display: inline-block;
  width: auto;
}

header.entry-header .ast-breadcrumbs-wrapper {
  flex: 0 0 40%;
  line-height: 3.8rem;
}

.ast-breadcrumbs-wrapper span,
.ast-breadcrumbs-wrapper .trail-items li::after {
  font-size: 1.3rem;
}

.ast-breadcrumbs-wrapper li.trail-item:not(.trail-begin) span {
  line-height: 130%;
}

.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;
}

/* ============================================
  ORGANIZATION CHART
  ============================================ */
.org-chart {
  display: grid;
  row-gap: 0;
}

/* Top Section */
.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: 11.2rem;
  height: 11.2rem;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #0045c9;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  color: #ffffff;
}

/* Right Section */
.org-chart .right {
  position: relative;
  display: flex;
  justify-content: flex-end;
  width: 50%;
  margin: 0 0 0 auto;
  padding: 3.2rem 0;
}

.org-chart .right::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.5px;
  height: 100%;
  background-color: #999;
}

.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;
  top: 50%;
  left: 0;
  width: 70%;
  height: 0.5px;
  background-color: #999;
  z-index: 1;
}

/* Common Box Styles */
.org-chart .right .kesli-box > div,
.org-chart .left .wrap-box > div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13.2rem;
  margin: 0 auto;
  padding: 1.3rem 0;
  border: 1px solid #999;
  border-radius: 0.6rem;
  background-color: #f0f0f0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  color: #1d1d1d;
  overflow: hidden;
  z-index: 2;
}

/* Left Section */
.org-chart .left .wrap-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.org-chart .left .wrap-box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 15%;
  width: 40%;
  height: 0.5px;
  background-color: #999;
  z-index: 1;
}

.org-chart .left .wrap-box > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  flex-shrink: 0;
  min-width: 13.2rem;
  margin: 0 auto;
}

.org-chart .left .wrap-box > div:nth-child(2) {
  border-color: #d1e1ff;
  background-color: #d1e1ff;
  color: #0038a3;
}

.org-chart .left .wrap-box > div:last-child {
  border-color: transparent;
  background-color: transparent;
}

/* Part Section */
.org-chart .part {
  position: relative;
}

.org-chart .part-container {
  position: relative;
  width: calc(100% - 17rem);
  margin: 0 auto;
  padding: 2.4rem 2.5% 1.4rem 2.5%;
  border: 1px solid #999;
  border-radius: 1.2rem;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}

.org-chart .part-container h5 {
  display: block;
  padding: 1rem 0;
  border-radius: 5px;
  background-color: #1a3247;
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
}

.org-chart .part-container ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 1.6rem;
  margin: 1rem 0;
  padding: 1.2rem 1.6rem;
  border: dashed 1px #999;
  border-radius: 0.6rem;
}

.org-chart .part-container ul li {
  flex: 0 0 calc(50% - 1.6rem);
}

.org-chart .part-container ul li a {
  position: relative;
  display: block;
  width: fit-content;
  padding: 0.5rem 0.5rem 0.5rem 2rem;
  font-size: 15px;
  text-align: left;
  color: #717171;
  text-decoration: none;
  z-index: 2;
}

.org-chart .part-container ul li a:focus {
  border-radius: 0.6rem;
}

.org-chart .part-container ul li a::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  display: block;
  width: 3px;
  height: 3px;
  background: #717171;
  transform: translateY(-50%);
}

.org-chart .part-container ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.15em 0.25em;
  border-radius: 0.6rem;
  background-color: #efefef;
  opacity: 0;
  z-index: -1;
  transform: translate(-50%, -50%);
}

.org-chart .part-container ul li a:hover::after {
  opacity: 1;
}

/* ============================================
  ORGANIZATION MODAL
  ============================================ */
.org-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.org-modal.is-open {
  display: flex;
  width: 100%;
  max-width: 100vw;
  margin: 0 !important;
}

/* Overlay */
.org-modal__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
}

/* Dialog */
.org-modal__dialog {
  position: relative;
  display: flex;
  flex-direction: column;
  width: min(90vw, 420px);
  max-width: 720px;
  max-height: 80vh;
  padding: 24px 28px 28px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}

/* Close Button */
.org-modal__close {
  position: absolute;
  top: 20px;
  right: 24px;
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  border-radius: 6px;
  background: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #1d1d1d;
  box-shadow: none;
  cursor: pointer;
  transition: all 0.2s ease;
}

.org-modal__close:hover {
  background: #f2f3f5;
  color: #1d1d1d;
}

/* Header */
.org-modal__header {
  margin-bottom: 12px;
}

.org-modal__header h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #222;
}

/* Body */
.org-modal__body {
  font-size: 14px;
  color: #444;
}

.org-modal__body ul {
  padding-left: 0;
}

/* Description List */
.org-modal__desc {
  margin: 0 0 16px;
  padding-left: 1.2em;
}

.org-modal__desc li {
  font-size: 1.6rem;
}

/* 정관 */
/* ============================================
  COMMON SECTION BLOCK
  ============================================ */
.section-block {
  margin-bottom: 5rem;
}

.section-block h2 {
  padding-left: 1.2rem;
  margin-bottom: 1rem;
  border-left: 4px solid #003c8f;
  font-size: 1.8rem;
  font-weight: 700;
  color: #003c8f;
}

.section-block h2 span {
  margin-left: 6px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #777;
}

/* ============================================
  RULES (정관)
  ============================================ */
.rule {
  position: relative;
  width: 100%;
  margin: 0 auto;
  font-size: 13px;
  box-sizing: border-box;
}

.rule * {
  margin: 0;
  padding: 0;
}

.rule h3 {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}

.rule b {
  display: block;
  margin-bottom: 0.8rem;
  color: #1d1d1d;
}

/* Rule Button */
.rule .rule_btn {
  text-align: right;
}

.rule .rule_btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.8rem 0 1.6rem;
  border-radius: 0.6rem;
  background: #317ec4;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 3.6rem;
  color: white;
  text-decoration: none;
}

.rule .rule_btn a:hover,
.rule .rule_btn a:focus {
  background: #1a5e9c;
}

/* Rule Top */
.rule .rule_top {
  margin-top: 40px;
  text-align: right;
}

.rule .rule_top ul {
  display: inline-block;
}

.rule .rule_top ul li {
  line-height: 20px;
  text-align: left;
}

.rule .rule_top p {
  font-size: 15px;
}

.rule .rule_top p + ul {
  margin-top: 15px;
}

/* Rule Info */
.rule dl.rule_info dt {
  margin-top: 40px;
  font-size: 23px;
  font-weight: bold;
  text-align: left;
}

.rule dl.rule_info dd {
  margin-top: 25px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #464646;
}

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

.map-container {
  max-width: 1200px;
  margin: 0 auto;
}

#daumRoughmapContainer1761722493852 {
  width: 100% !important;
}

.cont {
  display: none;
}

.address-box {
  margin-top: 2.4rem;
  padding: 2.4rem;
  border: 1px solid #dedede;
  border-radius: 0.6rem;
  background-color: #fbfbfb;
}

.address-box strong {
  display: block;
  margin-bottom: 1.2rem;
  padding-bottom: 1.2rem;
  width: 100%;
  border-bottom: 1px solid #dedede;
}

.address-box strong i {
  margin-right: 0.8rem;
}

.address-box dl {
  display: flex;
  margin-top: 1.2rem;
  width: 100%;
  align-items: center;
}

.address-box dt {
  flex: 0 0 10%;
  font-size: 1.5rem;
  color: #444;
}

.address-box dd {
  margin: 0;
  font-size: 1.5rem;
  color: #444;
}


/* ============================================
  VISION & MISSION
  ============================================ */
.intro-vision {
  line-height: 1.6;
  color: #1d1d1d;
}

.intro-vision p {
  margin-bottom: 0;
}

/* Mission */
.mission-content {
  padding: 2rem;
  border: 2px solid #003c8f;
  border-radius: 1.2rem;
  background: #f9fcff;
  text-align: center;
}

.mission-content p {
  font-size: 2rem;
}

.mission-content strong {
  font-size: 2.2rem;
}

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

.vision-content p {
  font-size: 2rem;
}

/* ============================================
  CORE VALUES (핵심가치)
  ============================================ */
.value-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.2rem;
  margin-top: 1rem;
  padding: 0 !important;
  list-style: none;
}

.value-grid li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 12rem;
  padding: 1.2rem;
  border: 1px solid #d8e2f4;
  border-radius: 1rem;
  background: #f6f8fc;
  box-sizing: border-box;
  transition: all 0.2s ease;
}

.value-grid li:hover {
  background: #eef5ff;
  transform: translateY(-2px);
}

.value-grid span {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #003c8f;
}

.value-grid strong {
  display: block;
  font-size: 1.4rem;
  color: #222;
}

.value-grid p {
  font-size: 1.5rem;
  color: #666;
}

/* ============================================
  GOALS (주요 목표)
  ============================================ */
.goals {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}

.goal {
  padding: 1.6rem 2rem;
  border: 1px solid #e0e6ef;
  border-radius: 8px;
  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;
  margin-bottom: 0.4rem;
  font-size: 1.7rem;
  font-weight: 600;
  color: #003c8f;
}

.goal h3 span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 0.8rem;
  padding: 0.4rem;
  border-radius: 50%;
  background: #003c8f;
  font-size: 1.2rem;
  color: white;
}

.goal p {
  font-size: 1.4rem;
  color: #444;
}

/* ============================================
  HISTORY (연혁)
  ============================================ */
.image-placeholder {
  max-width: 60rem;
  margin: 2.4rem auto 6.4rem;
}

.history ul {
  padding: 0;
}

.history ul li {
  display: flex;
  align-items: start;
  padding: 2.4rem;
  border: 1px solid #f6f6f6;
  border-radius: 1.2rem;
  background: white;
  transition: 0.3s ease;
}

.history ul li:hover {
  background: #f6f6f6;
}

.history ul li ~ li {
  margin-top: 1.6rem;
}

.history ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 2.4rem;
  padding: 0 1.2rem;
  border: 1px solid #317ec4;
  border-radius: 0.6rem;
  background: #e6f3ff;
  font-size: 1.6rem;
  font-weight: bold;
  color: #317ec4;
}

.history ul li p {
  font-size: 1.6rem;
  font-weight: 500;
  color: #333333;
}

/* ============================================
  ACTIVITIES (활동)
  ============================================ */
.activities > ul {
  padding: 0;
}

.activities > ul > li {
  width: 100%;
  padding: 2.4rem;
  border-radius: 1.2rem;
  background: #fbf9fa;
  box-sizing: border-box;
}

.activities > ul > li ~ li {
  margin-top: 1.6rem;
}

.activities > ul > li h4 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #317ec4;
}

.activities > ul > li p {
  color: #1d1d1d;
}

/* Activity Sub List */
.activities > ul > li > ul {
  padding: 0;
}

.activities > ul > li > ul li {
  padding: 1.6rem;
  border-left: 4px solid #1e88e5;
  border-radius: 0.5rem;
  background: white;
}

.activities > ul > li > ul li:nth-child(2) {
  border-color: #1976d2;
}

.activities > ul > li > ul li:nth-child(3) {
  border-color: #1565c0;
}

.activities > ul > li > ul li:nth-child(4) {
  border-color: #0d47a1;
}

.activities > ul > li > ul li ~ li {
  margin-top: 1.2rem;
}

.activities > ul > li > ul li h6 {
  margin-bottom: 1.2rem;
  font-size: 1.6rem;
  font-weight: bold;
  color: #1d1d1d;
}

.activities > ul > li > ul li p {
  color: #717171;
}

/* ============================================
  GREETING (회장인사말)
  ============================================ */
.greeting {
  padding-top: 3.6rem;
  color: #1d1d1d;
}

.greeting-wrap {
  margin: 0 auto;
}

.greeting-header {
  margin: 0;
}

/* Title */
.greeting-title {
  display: inline-block;
  margin: 0 0 0.8rem;
  font-size: clamp(2.4rem, 4.5vw, 3.2rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: #1d1d1d;
  background: linear-gradient(transparent 60%, #c5e4ff 60%);
}

.greeting-sub-title {
  margin: 0 0 2.4rem;
  font-size: clamp(1.8rem, 1.6vw, 2.2rem);
  font-weight: 700;
  color: #1d1d1d;
}

/* Grid Layout */
.greeting-grid {
  display: grid;
  grid-template-columns: 1fr minmax(auto, 320px);
  gap: clamp(1.6rem, 4vw, 4.8rem);
  align-items: start;
}

.greeting-left {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* Body Text */
.greeting-body p,
.greeting-full p {
  margin: 0 0 1.1em;
  font-size: clamp(1.6rem, 1.8vw, 1.5rem);
  line-height: 1.9;
  word-break: keep-all;
  text-wrap: pretty;
}

.greeting-body.lead p:first-child {
  position: relative;
  padding-bottom: 2px;
}

.greeting-body p:last-child {
  margin-bottom: 0;
}

.greeting-full {
  margin-top: clamp(20px, 3vw, 36px);
}

.greeting-full p + .signoff {
  margin-top: 4.4rem;
}

/* Figure */
.greeting-figure {
  position: sticky;
  top: 16px;
  align-self: end;
  margin: 0;
}

.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;
  text-align: center;
  color: #717171;
}

/* Signature */
.signoff {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 1.25rem;
}

.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;
  min-height: 3.2rem;
  margin-bottom: 0;
  padding-right: clamp(60px, 8vw, 110px);
  font-size: 2rem;
  font-weight: 600;
  text-align: right;
}

p.signoff .signature {
  position: absolute;
  top: 50%;
  right: 0;
  width: auto;
  object-fit: contain;
  transform: translateY(-50%);
}

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

/* ============================================
  MENTORING (멘토링)
  ============================================ */
.mentoring-hero {
  padding: 28px 0 8px;
  border-bottom: 1px solid #e5e7eb;
}

.mentoring-apply,
.mentoring-reports {
  padding: 24px 0;
}

.mentoring-apply ol {
  margin-left: 18px;
}

.mentoring-sep {
  margin: 28px 0;
  border: 0;
  border-top: 1px solid #e5e7eb;
}

/* CTA Row */
.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

/* Buttons */
.btn {
  display: inline-block;
  padding: 10px 14px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  color: #111827;
  text-decoration: none;
}

.btn.primary {
  border-color: #1e40af;
  background: #1e40af;
  color: #fff;
}

.btn.ghost {
  background: transparent;
}

/* Report Links */
.report-links {
  display: grid;
  gap: 8px;
  padding: 0;
  list-style: none;
}

.report-links a {
  padding-bottom: 2px;
  border-bottom: 1px dashed #cbd5e1;
  text-decoration: none;
}

/* ============================================
  MEMBERSHIP (회원 공통)
  ============================================ */
/* Page Header */
.membership-page-header {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px dashed #e4e4e4;
}

.membership-page-header h1,
.membership-page-header h2 {
  margin-bottom: 4px;
  font-size: 24px;
  font-weight: 700;
  color: #1d1d1d;
}

.membership-page-header p {
  margin-bottom: 0;
  font-size: 15px;
  color: #666;
}

/* Section */
.membership-section {
  margin-bottom: 50px;
}

/* Section Title */
.membership-section-title {
  padding-left: 20px;
  margin-bottom: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='68' height='68' viewBox='0 0 68 68' fill='none'%3E%3Cpath d='M63.3029 33.9408C63.3029 29.4581 55.0854 25.6497 43.632 24.2499C42.2313 12.7974 38.4229 4.58 33.9411 4.57906C29.4584 4.57906 25.65 12.7965 24.2502 24.2499C12.7977 25.6507 4.58031 29.459 4.57936 33.9408C4.57936 38.4236 12.7968 42.2319 24.2502 43.6317C25.651 55.0842 29.4593 63.3016 33.9411 63.3026C38.4239 63.3026 42.2322 55.0852 43.632 43.6317C55.0845 42.231 63.3019 38.4226 63.3029 33.9408Z' fill='url(%23paint0_linear_1528_2974)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1528_2974' x1='49.4975' y1='18.3845' x2='18.3848' y2='49.4972' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230095DA'/%3E%3Cstop offset='0.5' stop-color='%233135CB'/%3E%3Cstop offset='1' stop-color='%231D2856'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px;
  font-size: 20px;
  font-weight: 700;
  color: #464646;
}

.membership-section-title.big {
  font-size: 2.4rem;
  background-size: 2rem;
}

.membership-section-text {
  margin-bottom: 0 !important;
  font-size: 14px;
  color: #666;
}

/* Tables */
.membership-table,
.table {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
}

.membership-table th,
.membership-table td,
.table th,
.table td {
  padding: 16px;
  text-align: center;
  border-top: 1px solid #ebeef4;
  border-bottom: 1px solid #ebeef4;
  border-right: 1px solid #ebeef4;
}

.membership-table th,
.table th {
  border-top: 2px solid #1d1d1d;
  border-left: 1px solid transparent;
  background-color: #f5f6fa;
  font-size: 15px;
  font-weight: 600;
  color: #333;
}

.table th {
  border-top: 1px solid #ebeef4;
  border-left: 2px solid #1d1d1d;
}

.membership-table th:last-child,
.table th:last-child {
  border-right: 1px solid transparent;
}

.membership-table td,
.table td {
  border-left: 1px solid transparent;
  background-color: #ffffff;
  font-size: 15px;
}

.membership-table td:first-child,
.table td:first-child {
  border-left: 1px solid transparent;
  background-color: #fbfbfb;
  font-weight: 600;
  color: #1d1d1d;
}

.table td:last-child {
  border-right: 0;
}

.membership-table td.membership-name {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1d1d1d;
}

.membership-table td:last-child {
  border-right: 0;
  font-size: 1.7rem;
  font-weight: bold;
  color: #0067db;
}

.membership-table td .btn-box {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.membership-table .file-download-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 4px 8px;
  width: 24px;
  height: 24px;
  padding: 0;
  border-radius: 50%;
  background-color: #0451a9;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='13' viewBox='0 0 10 13' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.79482 0.999767C5.33976 0.376248 6.1367 0 7.10589 0C8.05618 0 8.81882 0.398736 9.32283 1.03932C9.80386 1.65069 10 2.4156 10 3.11791V8.19338C10 9.53973 9.30935 10.7425 8.4049 11.5809C7.4996 12.4201 6.26999 13 5.00853 13C3.74784 13 2.51475 12.4208 1.60565 11.5828C0.697668 10.7458 0 9.54268 0 8.19338V4.1753C0 3.62301 0.439458 3.17529 0.981555 3.17529C1.52365 3.17529 1.96311 3.62301 1.96311 4.1753V8.19338C1.96311 8.82964 2.30448 9.52982 2.92276 10.0997C3.53995 10.6687 4.32033 11 5.00853 11C5.696 11 6.47135 10.6693 7.08377 10.1016C7.69706 9.53311 8.03691 8.83257 8.03691 8.19338V3.11791C8.03691 2.76905 7.93649 2.475 7.7911 2.29022C7.66867 2.13463 7.47503 1.99999 7.10589 1.99999C6.66358 1.99999 6.41183 2.15712 6.26097 2.32975C6.09355 2.52132 5.99008 2.80428 5.99008 3.11789V7.98189C5.99008 8.53418 5.55062 8.9819 5.00853 8.9819C4.46645 8.9819 4.027 8.53418 4.027 7.98189V3.11789C4.027 2.38034 4.26643 1.60438 4.79482 0.999767Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: center center;
  color: #fff;
  border: 1px solid #0451a9;
  border-radius: 9999px;
  cursor: pointer;
  text-decoration: none;
  line-height: 1.2;
  flex-shrink: 0;
}

/* Notice Box */
.membership-notice {
  margin-top: 16px;
  padding: 12px 24px;
  border-left: 3px solid #6c757d;
  border-radius: 6px;
  background-color: #f8f9fa;
  font-size: 13px;
  color: #495057;
}

/* Info List */
.entry-content ul.membership-info-list,
.membership-info-list {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.membership-info-list li {
  display: flex;
  align-items: flex-start;
  padding: 12px;
  border-bottom: 1px dashed #e4e4e4;
  font-size: 15px;
  color: #333;
}

.membership-info-list li:last-child {
  border-bottom: none;
}

.membership-info-label {
  min-width: 180px;
  flex-shrink: 0;
  font-weight: 600;
  color: #1d1d1d;
}

.membership-info-value {
  flex: 1;
  color: #333;
}

/* Attention Box */
.membership-attention-box {
  margin: 25px 0;
  padding: 20px 24px;
  border-left: 3px solid #ffdd77;
  border-radius: 6px;
  background-color: #fdfbf4;
}

.membership-attention-title {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 700;
  color: #f2a300;
}

.entry-content ul.membership-attention-list,
.membership-attention-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.membership-attention-list li {
  position: relative;
  padding: 2px 0 2px 16px;
  font-size: 14px;
  line-height: 1.6;
  color: #555;
}

.membership-attention-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 15px;
  font-weight: bold;
  color: #ffdd77;
  transform: translateY(-50%);
}

/* Download List */
.entry-content ul.membership-download-list,
.membership-download-list {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}

.membership-download-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 12px 0;
  padding: 10px 16px;
  border: 1px solid #ebeef4;
  border-radius: 6px;
  background-color: #f8f9fa;
  transition: all 0.2s;
}

.membership-download-item:hover {
  border-color: #317ec4;
  background-color: #f6faff;
}

.membership-download-name {
  font-size: 15px;
  color: #333;
}

.ast-single-post .entry-content .membership-download-btn {
  padding: 8px 20px;
  border: 1px solid #317ec4;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #317ec4;
  text-decoration: none;
  transition: all 0.2s;
}

.ast-single-post .entry-content .membership-download-btn:hover {
  background-color: #317ec4;
  color: #fff;
}

/* Contact Section */
.membership-contact {
  margin: 20px 0;
  padding: 30px;
  border: 1px solid #ebeef4;
  border-radius: 8px;
  background-color: #fbfbfb;
}

.membership-contact h3 {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  color: #1d1d1d;
}

.membership-contact > p {
  margin-bottom: 20px;
  font-size: 14px;
  color: #666;
}

.membership-contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 15px;
  margin-top: 20px;
}

.membership-contact-item {
  display: flex;
  align-items: center;
  padding: 16px;
  border: 1px solid #ebeef4;
  border-radius: 6px;
  background-color: #ffffff;
}

.membership-contact-item:last-child {
  grid-column: span 3;
}

.membership-contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  flex-shrink: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, #e1f5ff 0%, #daedff 100%);
  font-size: 18px;
  color: #0a3c65;
}

.membership-contact-details h4 {
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 600;
  color: #666;
}

.membership-contact-details p {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
  color: #1d1d1d;
  word-break: keep-all;
}

/* ============================================
  MEMBERSHIP FEE (회비납부)
  ============================================ */
.membership-fee-page-header {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px dashed #e4e4e4;
}

.membership-fee-table td:last-child {
  border-right: 1px solid transparent;
  font-size: 17px;
  font-weight: 700;
  color: #317ec4;
}

.membership-fee-notice {
  margin-top: 16px;
  padding: 12px 24px;
  border-left: 3px solid #6c757d;
  border-radius: 6px;
  background-color: #f8f9fa;
  font-size: 13px;
  color: #495057;
}

/* ============================================
  MEMBERSHIP APPLY (회원신청)
  ============================================ */
.membership-apply-page-header {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px dashed #e4e4e4;
}

/* Apply Steps */
.membership-apply-steps {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.membership-apply-step {
  position: relative;
  flex: 1;
  min-width: 200px;
  padding: 20px;
  border: 1px solid #ebeef4;
  border-radius: 8px;
  background-color: #fbfbfb;
  text-align: center;
}

.membership-apply-step:not(:last-child)::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: -17px;
  font-size: 14px;
  font-weight: bold;
  color: #317ec4;
  z-index: 1;
  transform: translateY(-50%);
}

.membership-apply-step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin: 0 auto 15px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0095da 0%, #3135cb 50%, #1d2856 100%);
  font-size: 20px;
  font-weight: bold;
  color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.membership-apply-step-title {
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 600;
  color: #1d1d1d;
}

.membership-apply-step-desc {
  font-size: 14px;
  color: #666;
}

/* ============================================
  MEMBER TYPE (정회원 기관)
  ============================================ */
/* Form Download List */
.form-download-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 16px;
}

.ast-single-post .entry-content .form-download-list a {
  padding: 12px 16px;
  border: 1px solid #317ec4;
  border-radius: 6px;
  background-color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  color: #317ec4;
  text-decoration: none !important;
  cursor: pointer;
  transition: all 0.2s;
}

.ast-single-post .entry-content .form-download-list a:hover {
  background-color: #f8f9fa;
}

.form-download-list > *:only-child {
  grid-column: 1 / -1;
}

/* Member Type Details */
.member-type-details {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 20px;
}

.member-type-card {
  padding: 20px;
  border: 1px solid #ebeef4;
  border-radius: 8px;
  background-color: #fbfbfb;
}

.member-type-card h4 {
  margin-bottom: 12px;
  padding-left: 1.2rem;
  border-left: 3px solid #1d1d1d;
  font-size: 16px;
  font-weight: 700;
  color: #1d1d1d;
}

.member-type-card p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #666;
}

/* Benefits Grid */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 20px;
}

.benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  border: 1px solid #ebeef4;
  border-radius: 6px;
  background-color: #fbfbfb;
}

.benefit-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, #e1f5ff 0%, #daedff 100%);
  font-size: 20px;
}

.benefit-content h4 {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 600;
  color: #1d1d1d;
}

.benefit-content p {
  font-size: 13px;
  line-height: 1.5;
  color: #666;
}

/* Process Steps */
.process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 16px;
}

.process-step {
  position: relative;
}

.process-step:not(:last-child)::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: -17px;
  font-size: 16px;
  font-weight: bold;
  color: #317ec4;
  z-index: 1;
  transform: translateY(-50%);
}

.process-number {
  position: relative;
}

.process-number span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-bottom: 12px;
  border-radius: 6px;
  background: linear-gradient(135deg, #0095da 0%, #3135cb 50%, #1d2856 100%);
  font-size: 12px;
  font-weight: bold;
  color: white;
}

.process-number span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #3135cb;
  transform: translateY(-50%);
}

.process-title {
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 600;
  color: #1d1d1d;
}

.process-desc {
  font-size: 13px;
  line-height: 1.5;
  color: #666;
}

/* ============================================
  EVENT APPLICATION (행사신청)
  ============================================ */
.kb-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  margin-top: 8%;
}

.kb-actions button {
  padding: 12px 16px;
  border-radius: 6px;
  font-size: 15px;
}

/* Modal */
.kb-modal {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9999;
}

.kb-modal-inner {
  width: 90%;
  max-width: 480px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  animation: popIn 0.3s ease;
}

.kb-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.2rem 1rem 2rem;
  border-bottom: 1px solid #e4e4e4;
}

.kb-modal-header h3 {
  margin: 0;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  color: #1d1d1d;
}

.kb-modal-close {
  width: 3.4rem;
  height: 3.4rem;
  padding: 0;
  border-radius: 0.6rem;
  background: transparent;
  font-size: 1.6rem;
  color: #1d1d1d;
  box-shadow: none;
  cursor: pointer;
}

.kb-modal-close:hover,
.kb-modal-close:focus {
  background: #f8f8f8;
  color: #1d1d1d;
}

.kb-modal-content {
  padding: 2rem;
}

.kb-modal-content form > lable {
  display: inline-block;
  margin-bottom: 0.4rem;
}

/* Form Reset */
#kb-apply-form,
#kb-apply-form *,
#kb-check-form,
#kb-check-form * {
  all: unset;
  display: revert;
  box-sizing: border-box;
}

#kb-apply-form input,
#kb-check-form input,
#kb-apply-form button,
#kb-check-form button,
#kb-apply-form select,
#kb-check-form select,
#kb-apply-form textarea,
#kb-check-form textarea {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font: inherit;
  line-height: 1.4;
  color: inherit;
  box-shadow: none;
  outline: none;
  appearance: none;
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

#kb-apply-form button,
#kb-check-form button {
  width: 100%;
  padding: 1.2rem;
  border-radius: 0.6rem;
  background: #317ec4;
  text-align: center;
  color: white;
  cursor: pointer;
}

#kb-apply-form input:focus,
#kb-check-form input:focus,
#kb-apply-form textarea:focus,
#kb-check-form textarea:focus,
#kb-apply-form select:focus,
#kb-check-form select:focus {
  border-color: #317ec4;
  box-shadow: 0 0 0 3px rgba(49, 126, 196, 0.25);
}

#kb-apply-form ul,
#kb-check-form ul,
#kb-apply-form ol,
#kb-check-form ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

#kb-apply-form table,
#kb-check-form table {
  border-collapse: collapse;
  border-spacing: 0;
}

#kb-apply-form fieldset,
#kb-check-form fieldset {
  margin: 0;
  padding: 0;
  border: none;
  min-inline-size: 0;
}

#kb-apply-form legend,
#kb-check-form legend {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

#kb-apply-form label,
#kb-check-form label {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 1.4rem;
  font-weight: 600;
  cursor: pointer;
}

#kb-apply-form small,
#kb-check-form small,
#kb-apply-form .hint,
#kb-check-form .hint {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: #666;
}

/* Form Messages */
#kb-apply-form .kb-form-message,
#kb-check-form .kb-form-message {
  margin-top: 0.8rem;
}

#kb-apply-form .kb-form-message.success,
#kb-check-form .kb-form-message.success {
  margin: 1.6rem 0;
  padding: 0.8rem 1.2rem;
  border: 1px solid #c3e6cb;
  border-radius: 0.6rem;
  background: #eafaee;
  font-size: 1.3rem;
  color: #155724;
}

#kb-apply-form .kb-form-message.error,
#kb-check-form .kb-form-message.error {
  margin: 1.6rem 0;
  padding: 0.8rem 1.2rem;
  border: 1px solid #f5c6cb;
  border-radius: 0.6rem;
  background: #fff0f1;
  font-size: 1.3rem;
  color: #c41928;
}

#kb-apply-form [hidden],
#kb-check-form [hidden] {
  display: none !important;
}

/* Form Groups */
#kb-apply-form .form-group,
#kb-check-form .form-group {
  margin-bottom: 1.2rem;
}

#kb-apply-form input,
#kb-check-form input {
  width: 100%;
  padding: 0.6rem;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  font-size: 15px;
}

/* ============================================
  MAIN PAGE LAYOUT
  ============================================ */
body.home .site-content .ast-container {
  max-width: unset;
  padding: unset;
  overflow: hidden;
}

body.home .site-content .ast-container #primary {
  position: relative;
  margin: unset;
}

/* ============================================
  HERO SECTION
  ============================================ */
.home-hero {
  width: 100%;
  position: relative;
  padding: 0;
  background: #f4f6f9;
}

/* .home-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 49rem;
  background: url("/wp-content/uploads/CK_ti245a35202.png") no-repeat center / cover;
  filter: brightness(0.6);
  transform: scale(1.05);
  z-index: -1;
} */

.home-hero-inner {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 auto;
  padding: 4rem clamp(2.4rem, (100vw - 1025px) / 17.92 + 2.4rem, 9.6rem);
  width: calc(100% - 1.6rem);
  max-width: calc(130rem + (clamp(2.4rem, (100vw - 1025px) / 17.92 + 2.4rem, 9.6rem) * 2));
  min-height: 520px;
  gap: 2.4rem;
}

.home-hero .left {
  flex: 0 1 56%;
  max-width: 56%;
  position: relative;
  overflow: hidden;
  border-radius: 1.2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  overflow: hidden;
}

.home-hero .right {
  flex: 0 1 44%;
  max-width: 44%;
}

.home-hero .left .swiper,
.home-hero .left .swiper-slide {
  width: 100%;
  height: 100%;
}

.home-hero .left .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.swiper-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  max-width: calc(130rem + (clamp(2.4rem, (100vw - 1025px) / 17.92 + 2.4rem, 9.6rem) * 2));
  height: 48rem;
  margin: 0 auto;
  padding: 6.4rem 5.4rem;
  border-radius: 0;
  background: none;
}

/* Hero Content */
.home-hero-sub {
  margin-bottom: 0.6rem;
  font-size: 1rem;
  color: #333;
}

.home-hero-title {
  margin-bottom: 1.6rem;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.45px;
  color: #fff;
  word-break: keep-all;
  z-index: 2;
}

.home-hero-text {
  margin-bottom: 4rem;
  font-size: 1.9rem;
  font-weight: 600;
  letter-spacing: -0.45px;
  color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 2;
}

.home-hero-btn {
  display: inline-flex;
  gap: 1rem;
  padding: 1.2rem 2rem;
  border-radius: 9999px;
  background: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  color: #1d1d1d;
  text-decoration: none;
  transition: all 0.2s ease;
  z-index: 2;
}

.home-hero-btn:hover {
  background-color: #ecf5f9;
}

.home-hero-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background-color: #fff;
}

.home-hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
  z-index: 1;
}

/* Hero Controls */
.home-hero-controls {
  display: flex;
  position: absolute;
  left: 50%;
  bottom: 6rem;
  margin: 0 auto;
  padding: 0.8rem 1rem;
  border-radius: 99rem;
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateX(-50%);
  align-items: center;
  gap: 0 1.2rem;
  z-index: 2;
}

.home-hero-controls button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  padding: unset;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.home-hero-controls button i {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
}

/* Pause/Play Button */
.home-hero-controls .hero-pause {
  position: relative;
  width: 2.4rem;
  height: 2.4rem;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}

.home-hero-controls .hero-pause::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.6rem;
  height: 1.6rem;
  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%3Cmask id='mask0_pause' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='-1' width='16' height='18'%3E%3Crect width='1.99999' height='7.99994' rx='0.999994' transform='matrix(1 0 0 -1 5 11.9999)' fill='%23fff'/%3E%3Crect width='1.99999' height='7.99994' rx='0.999994' transform='matrix(1 0 0 -1 9 11.9999)' fill='%23fff'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_pause)'%3E%3Crect width='16' height='16' transform='matrix(1 0 0 -1 0 16)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  z-index: 2;
  transform: translate(-50%, -50%);
}

.home-hero-controls .hero-pause[aria-pressed="true"]::before {
  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%3Cmask id='mask0_play' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='-1' width='16' height='18'%3E%3Cpath d='M6.3999 10.9749C6.3999 11.3819 6.87455 11.6042 7.18719 11.3437L10.7574 8.36852C10.9877 8.17662 10.9877 7.82294 10.7574 7.63103L7.18719 4.65587C6.87455 4.39534 6.3999 4.61765 6.3999 5.02461V10.9749Z' fill='%23fff'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_play)'%3E%3Crect width='16' height='16' transform='matrix(1 0 0 -1 0 16)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
}


/* Progress Circle */
.home-hero-controls .hero-pause .circle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.home-hero-controls .hero-pause .circle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  border: 0.2rem solid #317ec4;
  border-radius: 50%;
  box-sizing: border-box;
  pointer-events: none;
  z-index: 0;
}

.home-hero-controls .hero-pause .circle svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.4rem;
  height: 2.4rem;
  overflow: visible;
  z-index: 1;
  color: #fff;
}

.home-hero-controls .hero-pause .circle .progress {
  stroke-width: 2;
  stroke: #fff;
  fill: none;
  stroke-dasharray: 69.115;
  stroke-dashoffset: 69.115;
  transition: none !important;
}

.home-hero-controls .hero-pause[aria-pressed="true"] .circle .progress {
  animation: none;
}

/* Pagination */
.home-hero-controls .hero-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 5.5rem;
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
  color: rgba(255,255,255,0.4);
}

.home-hero-controls .swiper-pagination-current {
  color: #fff;
}


/* hero 영역 우측 grid 카드 */
.home-hero-core {
  background-color: #f5f7fb;
}

.home-hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem;
}

@media (min-width: 768px) {
  .home-hero-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.hero-card {
  position: relative;
  padding: 2.4rem;
  border-radius: 1.6rem;
  background-color: #ffffff;
  border: 0.1rem solid #d7e3f4;
  box-shadow: 0 0.8rem 2.4rem rgba(0, 0, 0, 0.04); 
  overflow: hidden;
  transition:
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.hero-card::before {
  content: "";
  position: absolute;
  top: -4.8rem;
  right: -4.8rem;
  width: 16rem;
  height: 16rem;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #e2f2ff 0, #f5f7fb 60%, transparent 100%);
  opacity: 0.9;
}

.hero-card:hover {
  box-shadow: 0 1.2rem 3.2rem rgba(0, 0, 0, 0.08);
  transform: translateY(-0.2rem);
}

.hero-card-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 0.8rem;
  background-color: #008dc8;
  color: #ffffff;
  margin-bottom: 1.6rem;
  font-size: 1.8rem;
}

.hero-card-title {
  position: relative;
  z-index: 1;
  margin: 0 0 0.4rem;
  display: flex;
  align-items: baseline;
  font-size: 2.0rem;
  font-weight: 700;
  color: #003c8f;
  letter-spacing: -0.03em;
}

.hero-card-title-accent {
  font-size: 2.4rem;
  font-weight: 800;
  color: #008dc8;
}

.hero-card-subtitle {
  position: relative;
  z-index: 1;
  margin: 0 0 1.2rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: #515151;
}

.hero-card-list {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-card-list li {
  position: relative;
  padding-left: 1.6rem; 
  font-size: 1.4rem; 
  font-weight: 500;
  color: #444444;
  line-height: 1.6;
  word-break: keep-all;
}

.hero-card-list li + li {
  margin-top: 0.4rem;
}

.hero-card-list li::before {
  content: "";
  position: absolute;
  top: 0.9rem;
  left: 0;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 99rem;
  background-color: #008dc8;
}

.hero-card-note {
  display: block;
  font-size: 1.3rem;
  color: #6b7280;
}



/* ============================================
  MENU SUMMARY
  ============================================ */
.menu-summary {
  padding: 1.6rem clamp(2.4rem, (100vw - 1025px) / 17.92 + 2.4rem, 9.6rem);
  width: 100%;
  border-bottom: 1px solid #eee;
}

.menu-summary ul {
  display: flex;
  margin: 0 auto;
  width: 100%;
  max-width: 130rem;
  justify-content: space-between;
  gap: 0 1.6rem;
}

.menu-summary ul li {
  min-width: 0;
}

/* 자주찾는메뉴 */
.menu-summary ul li:first-child {
  display: flex;
  align-items: center;
  flex: 0 1 auto;
  margin-right: 3.2rem;
}

.menu-summary ul li strong {
  display: inline-block;
  position: relative;
  padding-bottom: 1.2rem;
  font-size: 2rem;
  font-weight: 800;
}

.menu-summary ul li strong::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 3.2rem;
  height: 0.3rem;
  background: #317EC4;
}

.menu-summary ul .menu {
  display: flex;
  padding: 1.6rem;
  align-items: center;
  width: 100%;
  font-size: 1.7rem;
  font-weight: 600;
  border-radius: 1.2rem;
  letter-spacing: -0.035rem;
  color: #333333;
  transition: all 0.2s ease;
  justify-content: space-between;
  gap: 1.2rem;
}

.menu-summary ul .menu:hover {
  background: #f8f9fa;
  transform: translateY(-3px);
  /* box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08); */
}

.menu-summary ul .menu .icon {
  width: 5.2rem;
  height: 5.2rem;
  background: #f0f4f8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--primary-color);
  transition: all 0.3s;
  flex-shrink: 1;
}

.menu-summary ul .menu:hover .icon {
  background:#003580;
}

.menu-summary ul .menu .icon img {
  width: 3.2rem;
  height: 3.2rem;
}

.menu-summary ul .menu:hover .icon img {
  filter: brightness(100);
  -webkit-filter: brightness(100);
}

.menu-summary ul .menu span {
  position: relative;
  white-space: nowrap;
}

.menu-summary ul .menu span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: width 0.3s ease;
}

.menu-summary ul .menu:hover span::after {
  width: 100%;
}

/* ============================================
  NOTICE SECTION
  ============================================ */
.home-board {
  position: relative;
  padding: 5rem 0;
  /* background-color: #f8f8f8; */
  /* background-color: #f7fbff; */
  /* background-image: url(/wp-content/uploads/2025/11/main-notice-bg.png); */
  /* background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; */
}

.home-board-inner {
  margin: 0 auto;
  padding-left: clamp(2.4rem, (100vw - 1025px) / 17.92 + 2.4rem, 9.6rem);
  padding-right: clamp(2.4rem, (100vw - 1025px) / 17.92 + 2.4rem, 9.6rem);
  max-width: calc(130rem + (clamp(2.4rem, (100vw - 1025px) / 17.92 + 2.4rem, 9.6rem) * 2));
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 0 4.4rem;
}

/* Section Title */
.home-section-title,
.home-section-sub-title,
.pdf-head,
.partner-strip__head {
  margin: 0 auto 5rem;
  font-size: 3.6rem;
  font-weight: 800;
  /* line-height: 1; */
  text-align: left;
  color: #222;
}

.home-section-title {
  margin-bottom: 4.4rem;
  width: 100%;
  color: #333;
  grid-column: 1 / -1;
}

.home-section-sub-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 4.5rem;
  margin-bottom: 2.4rem;
  border-bottom: 2px solid #003580;
  padding-bottom: 1rem;
  font-size: 2.4rem;
}

.home-section-sub-title a {
  display: flex;
  align-items: center;
  padding: 0.2rem 0;
  background: transparent;
  font-size: 1.5rem;
  font-weight: 500;
  color: #1d1d1d;
}

.home-section-sub-title a svg {
  margin-left: 0.8rem;
  margin-bottom: 0.3rem;
}

.home-section-sub-title a:hover {
  color: #317ec4;
}

.home-section-sub-title a:hover svg {
  fill: #317ec4;
}

/* Notice List */
.home-board-latest {
  display: flex;
  flex-direction: column;
}

.home-board-post {
  display: flex;
  align-items: center;
  align-self: center;
  gap: 16px;
  width: 100%;
}

.home-board-post ~ .home-board-post {
  border-top: 1px solid #e4e4e4;
}

.home-board-post:first-child a {
  padding-top: 0;
}

.home-board-post > a {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px 0;
}

.home-board-title {
  position: relative;
  max-width: 75%;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: keep-all;
}

.home-board-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: rgb(49, 126, 196);
  transition: width 0.3s;
}

.home-board-post > a:hover .home-board-title {
  color: #317ec4;
}

.home-board-post > a:hover .home-board-title::after {
  width: 100%;
}

.home-board-date {
  margin-left: auto;
  font-size: 1.6rem;
  color: #717171;
}

/* ============================================
  REPORT SECTION
  ============================================ */
.home-report {
  width: 100%;
  overflow: hidden;
}

.home-report-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 22rem;
  padding: 4rem clamp(2.4rem, (100vw - 1025px) / 17.92 + 2.4rem, 9.6rem);
  /* border-radius: 16px; */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  overflow: hidden;
}

.home-report-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  filter: blur(12px);
}

.home-report-inner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: -1;
}

.home-report-content {
  position: relative;
  margin: 0 auto;
  width: 130rem;
  color: #fff;
  z-index: 1;
}

.report-eyebrow {
  margin-bottom: 1rem;
  font-size: 1.6rem;
  opacity: 0.9;
}

.report-title {
  margin-bottom: 1.5rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
  color: white;
}

.report-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.8rem 1.6rem;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 0.8rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  transition: background 0.3s;
}

.report-btn:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}

.report-btn:focus,
.report-btn:active {
  border-radius: 0.8rem;
  color: white;
}

.report-btn:hover i {
  animation: arrow-wiggle 1s ease-in-out infinite;
}

/* ============================================
  GALLERY SECTION
  ============================================ */
/* .home-gallery {
  max-width: calc(130rem + (clamp(2.4rem, (100vw - 1025px) / 17.92 + 2.4rem, 9.6rem) * 2));
  margin: 0 auto;
  padding: 5rem clamp(2.4rem, (100vw - 1025px)/17.92 + 2.4rem, 9.6rem);
} */

.home-gallery-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}

.home-gallery-title {
  display: flex;
  width: 100%;
  min-height: 4.5rem;
  max-height: 4.5rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.4rem;
  font-weight: 800;
  border-bottom: 2px solid #003580;
  padding-bottom: 1rem;
  font-size: 2.4rem;
}

.home-gallery-title a {
  display: flex;
  align-items: center;
  padding: 0.2rem 0;
  background: transparent;
  font-size: 1.5rem;
  font-weight: 500;
  color: #1d1d1d;
}

.home-gallery-title a:hover {
  color: #317ec4;
}

.home-gallery-title a svg {
  margin-left: 0.8rem;
  margin-bottom: 0.3rem;
}

/* Gallery Tabs */
.home-gallery-tabs {
  display: flex;
  gap: 1.2rem;
}

.gallery-tab {
  padding: 1.2rem 2.4rem;
  border: none;
  border-radius: 1.2rem;
  background: #f8f8f8;
  font-size: 1.8rem;
  font-weight: 500;
  color: #656f83;
  cursor: pointer;
  transition: all 0.2s ease;
}

.gallery-tab:focus {
  border-radius: 1.2rem;
}

.gallery-tab.is-active {
  background: #317ec4;
  color: #fff;
}

/* Gallery Grid */
.home-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.4rem;
}

.gallery-card a {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.gallery-card a:focus {
  outline: none;
}

.gallery-thumb {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 0.8rem;
  background: #ddd;
  overflow: hidden;
}

.gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease-in-out;
}

.gallery-card:hover img {
  transform: scale(1.05);
}

.gallery-card a .desc {
  margin: 1.6rem 0.4rem 0;
}

.gallery-badge {
  display: inline-block;
  align-self: flex-start;
  width: auto;
  padding: 0.4rem 0.8rem;
  border-radius: 6px;
  background: #ebebeb;
  font-size: 1.2rem;
  font-weight: 600;
  color: #717171;
}

.gallery-title {
  margin: 0.8rem 0 1.2rem;
  min-height: calc(1.45em * 2);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: -0.7px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: 0.2s ease;
}

.gallery-card:hover .gallery-title {
  color: #317ec4;
}

.gallery-date {
  margin: 2rem 0 1.2rem;
  font-size: 1.2rem;
  color: #888;
}

/* ============================================
  PDF CARDS
  ============================================ */
.pdf-head {
  display: flex;
  margin-bottom: 2.4rem;
  align-items: center;
  justify-content: space-between;
  gap: 2.4rem;
}

.pdf-head h2 {
  font-size: 3.6rem;
}

.pdf-tabs-nav {
  display: flex;
  gap: 0.8rem;
}

.pdf-tabs-nav {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
}

.pdf-tabs-nav::-webkit-scrollbar {
  display: none;
}

.pdf-tab-button {
  flex: 0 0 auto;
  white-space: nowrap;
}

.pdf-tab-button {
  padding: 1.2rem 1.6rem;
  background: #F8F8F8;
  cursor: pointer;
  border: 1px solid #ddd;
  border-radius: 99rem;
  font-size: 1.5rem;
  color: #656F83;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.pdf-tab-button.is-active {
  background: #317EC4;
  color: #fff;
}

.pdf-tab-panel {
  display: none;
}

.pdf-tab-panel.is-active {
  display: block;
}

.pdf-cards {
  padding: 6rem 0;
  background: #f8f9fa;
}

.pdf-inner {
  margin: 0 auto;
  padding-left: clamp(2.4rem, (100vw - 1025px) / 17.92 + 2.4rem, 9.6rem);
  padding-right: clamp(2.4rem, (100vw - 1025px) / 17.92 + 2.4rem, 9.6rem);
  max-width: calc(130rem + (clamp(2.4rem, (100vw - 1025px) / 17.92 + 2.4rem, 9.6rem) * 2));
}

.pdf-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(19rem, 1fr));
  gap: 2.4rem;
}

.pdf-grid p {
  margin: 4.4rem auto;
}

.pdf-grid:has(> .pdf-card:only-child) {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.pdf-grid:has(> .pdf-card:nth-last-child(n+2)) {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.pdf-card {
  height: 100%;
}

.pdf-card a {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
  padding: 1.6rem;
  background: #fff;
  border-radius: 1.2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s;
}

.pdf-card a:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.pdf-card a:hover .pdf-title {
  color: #317ec4;
  transition: 0.2s ease;
}

/* .pdf-card a:hover img {
  transform: scale(1.09);
} */

/* PDF Thumbnail */
.pdf-thumb {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 3 / 4;
  /* border: 1px solid #ebedf0; */
  border-radius: 1.2rem;
  background: #f9f9f9;
  overflow: hidden;
}

.pdf-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease-in-out;
}

.pdf-thumb-loading {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #f5f6f8;
}

.pdf-thumb-loading .spinner {
  width: 3.2rem;
  height: 3.2rem;
  border: 3px solid rgba(0, 0, 0, 0.1);
  border-top-color: #317ec4;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

.pdf-thumb-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pdf-title {
  margin: 1.6rem 0.4rem 0.8rem;
  min-height: calc(1.45em * 1);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: -0.7px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pdf-date {
  margin: 0 0.4rem;
  font-size: 1.3rem;
  color: #80848a;
}

.pdf-thumb-placeholder {
  width: 100%;
  aspect-ratio: 3 / 4;
  background: #f2f3f5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pdf-thumb-placeholder i {
  font-size: 4rem;
  font-weight: 300;
  color: #909090;
  opacity: 0.7;
}

/* ============================================
  PARTNER STRIP
  ============================================ */
.partner-strip {
  background: #f5f5f5;
}

.partner-strip__head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: calc(130rem + (clamp(2.4rem, (100vw - 1025px) / 17.92 + 2.4rem, 9.6rem) * 2));
  margin: 0 auto 2.4rem;
  padding: 6rem clamp(2.4rem, (100vw - 1025px) / 17.92 + 2.4rem, 9.6rem) 0;
}

.partner-strip__head h2 {
  font-size: 3.6rem;
}

.partner-strip__desc {
  margin-left: 3.2rem;
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: 500;
  color: #717171;
}

.partner-strip__marquee {
  position: relative;
  padding-bottom: 6rem;
  overflow: hidden;
}

.partner-strip__track {
  display: flex;
  gap: 1.8rem;
  width: max-content;
  padding-top: 0.6rem;
  animation: partner-scroll 50s linear infinite;
}

.partner-strip__group {
  display: flex;
  gap: 1.6rem;
  flex: 0 0 auto;
}

/* Partner Card */
.partner-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 23rem;
  height: 11.2rem;
  border-radius: 1.6rem;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.partner-card img {
  max-width: 70%;
  max-height: 70%;
  object-fit: contain;
  z-index: 1;
}

.partner-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 1.6rem;
  background: linear-gradient(100deg, #317ec4 0%, var(--secondary, #0451a9) 100%);
  opacity: 0;
  z-index: 2;
  transition: opacity 0.3s ease;
}

.partner-card::after {
  content: "이동하기 ↗";
  position: absolute;
  top: 50%;
  left: 50%;
  width: max-content;
  padding: 1rem 1.8rem;
  border-radius: 9999px;
  background: #fff;
  font-size: 1.45rem;
  font-weight: 600;
  color: #1d1d1d;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
  opacity: 0;
  pointer-events: none;
  z-index: 3;
  transform: translate(-50%, -50%);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.partner-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.04), 0 0 12px 0 rgba(0, 0, 0, 0.16);
}

.partner-card:hover::before {
  opacity: 1;
}

.partner-card:hover::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.partner-card:hover img {
  display: none;
}

/* ============================================
  CI INTRODUCTION
  ============================================ */
.default-logo-box {
  position: relative;
  border: 1px solid #e4e4e4;
  border-radius: 0.6rem;
  background: #fff url(/wp-content/uploads/2025/11/check_bg.gif) center center;
}

.default-logo-box img {
  display: block;
  max-width: 40%;
  margin: 4rem auto;
}

.default-logo-box + a {
  display: block;
  margin-top: 1.6rem;
  padding: 0.8rem 1.6rem;
  border-radius: 0.6rem;
  background: #317ec4;
  font-size: 1.5rem;
  text-align: center;
  color: #fff;
  text-decoration: none !important;
  transition: all 0.2s ease;
}

.default-logo-box + a:hover {
  background-color: #1a5e9c;
}

.type-logo-box {
  display: flex;
  gap: 3.2rem;
}

.type-logo-box > * {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #e4e4e4;
  border-radius: 0.6rem;
  background: #fff;
  flex: 1 1 auto;
}

.type-logo-box > * img {
  display: block;
  flex: 1 1 auto;
  max-width: 40%;
  margin: 4rem auto;
  object-fit: contain;
}

.type-logo-box > * span {
  display: block;
  padding: 1rem 0;
  border-top: 1px solid #e4e4e4;
  font-weight: 600;
  text-align: center;
}

/* ============================================
  UTILITIES
  ============================================ */
.pum-theme-955 .pum-container,
.pum-theme-default-theme .pum-container {
  overflow: hidden;
}

.kboard-card-grid > .kboard-list-empty-item {
  grid-column: 1 / -1;
}

.ksla-list-empty {
  width: 100%;
  padding: 6rem 0;
  text-align: center;
}

.brochure-kr object + a {
  display: none;
}

.brochure-kr a.wp-block-file__button {
  margin-left: auto;
  padding: 1rem 2.4rem;
  height: 3.6rem;
  line-height: 1.1;
  font-size: 1.5rem;
  border-radius: 0.6rem;
}

.wp-block-file__button,
.wpcf7-submit {
  line-height: 1 !important;
  font-size: 1.5rem !important;
  height: 4.4rem !important;
  padding: 1.5rem 2rem !important;
  border-radius: 0.6rem !important;
}

/* 멘토링 신청서 다운로드 */
.mentoring-download {
  margin: 25px 0;
  border-left: 3px solid #77d9ff;
  border-radius: 6px;
  background-color: #f4fbfd;
  display: flex;
  padding: 1.6rem 0 1.6rem 2.6rem;
  font-size: 1.5rem;
  align-items: center;
  justify-content: space-between;
}

.mentoring-download > span {
  font-size: 16px;
  font-weight: 700;
  color: #00729e;
}

.mentoring-download > span i {
  margin-right: 0.8rem;
}

.mentoring-download button {
  padding: 0 4.4rem;
  font-size: 1.5rem;
  color: #00729e;
  background: transparent;
  border: transparent;
  box-shadow: none;
  transition: color 0.2s ease;
}

.mentoring-download button:hover {
  color: #00bbea;
}

.mentoring-download button:focus {
  outline: none;
}

.mentoring-download button span {
  position: relative;
}

.mentoring-download button span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: #00bbea;
  transition: width 0.3s ease;
}

.mentoring-download button:hover span::after {
  width: 100%;
}

/* KBoard 게시물 상세일 때 숨기기 */
#kboard-document .mentoring-download,
#kboard-default-editor + .mentoring-download {
    display: none !important;
}

/* ============================================
  RESPONSIVE - DESKTOP & TABLET
  ============================================ */
/* 1440px */
@media screen and (max-width: 1440px) {
  .hfe-site-logo-set {
    width: auto;
    margin-bottom: 0;
  }
  /* .hfe-site-logo-container img {
    width: 7rem !important;
  } */

  .hfe-site-logo-container,
  .ksla-mega-inner .ksla-sub-desc {
    width: 28rem;
  }
}

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

  .ksla-mega-inner {
    flex-direction: column;
    height: calc(100dvh - 6rem - 6.7rem);
    padding: 2rem 0;
    overflow-y: auto;
  }

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

  .ksla-menu {
    height: 6rem;
  }

  .ksla-nav.mo-openable .ksla-menu {
    display: block;
  }

  .ksla-menu {
    position: relative;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 40rem;
    height: auto;
    background-color: #ffffff;
    z-index: 10009;
  }

  /* Sheet */
  .ksla-sheet {
    width: min(420px, 80vw);
    padding: 0;
  }

  .ksla-sheet__header {
    flex: 0 0 6.1rem;
    padding: 0 2rem;
    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;
  }

  /* Content */
  .site-content {
    padding: 2rem 0 3.2rem;
  }

  .ast-left-sidebar #primary {
    margin: 0;
  }

  /* Entry Header */
  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 {
    display: none;
  }

  header.entry-header .ast-breadcrumbs-wrapper {
    text-align: center;
    align-items: center;
    order: 3;
  }

  .ast-breadcrumbs-wrapper span,
  .ast-breadcrumbs-wrapper .trail-items li::after {
    font-size: 1.2rem;
  }

  /* Sidebar */
  .widget-area.secondary {
    display: none;
  }

  /* Header Element */
  body:not(.rtl) .elementor-187 .elementor-element.elementor-element-b1cd642 {
    right: 1.6rem;
  }
}

/* 1232px */
@media (max-width: 1232px) {
  /* Hero */
  .swiper-inner {
    width: calc(100% - 4rem);
    margin: 2rem;
    padding: 3.2rem;
  }

  .swiper-inner::before {
    display: none;
  }

  .home-hero-illust {
    left: unset;
    right: 1.2rem;
    bottom: 1.2rem;
    width: 36%;
    height: unset;
  }

  .home-hero-title,
  .home-hero-text {
    color: #fff;
  }

  .home-hero-title {
    margin-top: 0;
    font-size: clamp(2.2rem, 4vw, 4.4rem);
  }

  .home-hero-text {
    width: 60%;
    margin-bottom: 2.4rem;
    font-size: clamp(1.5rem, 2vw, 1.8rem);
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: keep-all;
    overflow-wrap: break-word;
    white-space: normal !important;
  }

  .home-hero-controls {
    display: none;
  }

  /* Menu Summary */
  .menu-summary {
    width: unset;
    height: unset;
    margin-top: 0;
    /* margin-bottom: 0.4rem; */
    padding: 1.8rem 2rem 2rem;
  }

  .menu-summary ul {
    display: grid;
    grid-template-columns: repeat(3, 33.33%);
    gap: 0.8rem 0;
  }

  .menu-summary ul li:first-child {
    display: none;
  }

  .menu-summary ul .menu {
    padding: 1.6rem;
    background: transparent;
    flex-direction: column;
    gap: 1.2rem;
  }

  .menu-summary ul .menu:hover,
  .menu-summary ul .menu:focus {
    background: transparent;
    box-shadow: unset;
    transform: unset;
  }

  .menu-summary ul .menu:hover span,
  .menu-summary ul .menu:focus span {
    color: #1d1d1d;
  }

  .menu-summary ul .menu img {
    width: 4rem;
    height: 4rem;
  }

  .menu-summary ul .menu span {
    font-size: clamp(1.4rem, 2vw, 1.6rem);
  }
}

/* 1024px */
@media (max-width: 1024px) {
  .home-hero-inner {
    flex-direction: column;
    min-height: auto;
  }

  .home-hero-inner {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  
  .home-hero .left {
    flex: 0 0 100%;
    max-width: 100%;
    border-radius: 0;
    box-shadow: none;
  }

  .home-hero .right {
    display: none;
  }

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

  .home-board-inner {
    grid-template-columns: 1fr;
    gap: 3.2rem;
  }

  .home-section-title {
    margin-bottom: 0;
  }

  /* Navigation */
  .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 {
    margin-bottom: 12px;
    padding-right: 0;
    border-right: 0;
  }

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

  /* Footer */
  .ksla-footer__top {
    grid-template-columns: 1fr 1fr;
  }

  /* Header */
  header .elementor-187 .elementor-element.elementor-element-75556a3 {
    padding-left: max(2rem, 5.12821vw);
    padding-right: max(2rem, 5.12821vw);
  }

  body:not(.rtl) .elementor-187 .elementor-element.elementor-element-b1cd642 {
    right: 1.6rem;
  }
}

/* ============================================
  RESPONSIVE - TABLET
  ============================================ */
/* 900px */
@media (max-width: 900px) {
  .value-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .greeting {
    padding-top: 0;
  }

  .greeting-grid {
    grid-template-columns: 1fr;
    gap: 4rem;
  }

  .greeting-figure {
    position: static;
    width: fit-content;
    margin: 0 auto 0.5rem;
    order: -1;
  }

  .greeting-figure img {
    width: fit-content;
  }
}

/* 820px */
@media (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 {
    grid-template-columns: repeat(3, 1fr);
    padding: 0;
    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__item:last-child {
    border-right: 0;
  }

  .ksla-footer__link,
  .ksla-footer__item button {
    padding: 0;
    justify-content: center;
  }

  .ksla-toggle__menu {
    left: 0;
    right: 0;
    bottom: calc(100% + 1px);
    min-width: 100vw;
    padding: 1rem 2rem;
  }

  .ksla-footer__bottom {
    padding: 0 2rem;
  }

  .ksla-footer__bottom .ksla-footer__inner {
    flex-wrap: wrap;
    padding: 2.4rem 0 2.8rem;
  }

  .ksla-footer__info {
    font-size: 1.3rem;
    text-align: left;
  }
}

/* ============================================
  RESPONSIVE - MOBILE
  ============================================ */
/* 768px */
@media (max-width: 768px) {
  /* Container */
  .ast-container {
    padding: 0 2rem;
  }

  .hfe-site-logo-container {
    width: 21rem;
  }

  .pdf-inner {
    padding: 0;
  }

  .pdf-head {
    gap: 1.2rem;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  /* 회장 인사말 */
  .greeting-body p,
  .greeting-full p {
    word-break: inherit;
    text-wrap: inherit;
  }

  /* Mission & Vision */
  .mission-content,
  .vision-content {
    padding: 1.6rem;
    font-size: 1rem;
  }

  .mission-content strong,
  .mission-content p,
  .vision-content p strong {
    font-size: 1.6rem;
  }

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

  .goal h3 {
    align-items: flex-start;
  }

  /* Membership */
  .membership-page-header h1 {
    font-size: 22px;
  }

  .membership-section-title {
    font-size: 18px;
  }

  .membership-info-list li {
    flex-direction: column;
    gap: 8px;
  }

  .membership-download-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
  }

  .membership-download-btn {
    align-self: stretch;
    text-align: center;
  }

  .membership-contact {
    padding: 16px;
  }

  .membership-contact-item:last-child {
    grid-column: span 1;
  }

  /* Membership Table */
  .membership-table {
    border: none;
  }
  .membership-table thead {
    display: none; /* 헤더 감춤 */
  }  .membership-table tr {
    display: block;
    background: #fff;
    padding: 16px;
    margin-bottom: 16px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  }

  .membership-table td {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 6px 0;
    font-size: 14px;
    line-height: 1.5;
  }

  /* 제목 (data-label 값) */
  .membership-table td::before {
    content: attr(data-label);
    font-weight: 600;
    color: #555;
    flex-shrink: 0;
    width: 95px;
  }

  /* 값 부분 */
  .membership-table td[data-label] {
    text-align: right;
    white-space: normal;
    word-break: keep-all;
  }

  /* 소개자료 버튼을 오른쪽 정렬 */
  .membership-table td:last-child {
    justify-content: flex-start;
  }

  /* 마지막 줄의 작은 보조 텍스트 스타일 유지 */
  .membership-table td span {
    display: inline-block;
    margin-top: 4px;
  }

  .membership-notice,
  .membership-attention-box {
    padding: 1.2rem 1.6rem;
  }

  /* Membership Table Card Style */
  .membership-table.card,
  .membership-table.card thead,
  .membership-table.card tbody,
  .membership-table.card th,
  .membership-table.card td,
  .membership-table.card tr {
    display: block;
    width: 100%;
    border: none;
  }

  .membership-table.card thead {
    display: none;
  }

  .membership-table.card tr {
    margin-bottom: 12px;
    padding: 16px;
    border: 1px solid #ebeef4;
    border-radius: 6px;
    background: #fff;
    box-shadow: none;
  }

  .membership-table.card td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border: none;
    border-bottom: 1px solid #ebeef4;
    background: transparent;
    text-align: right !important;
  }

  .membership-table.card td:first-child {
    padding-top: 0;
  }

  .membership-table.card td:last-child {
    padding-bottom: 0;
    border: none;
  }

  .membership-table.card td::before {
    content: attr(data-label);
    margin-bottom: 0;
    flex: 0 0 92px;
    font-size: 1.3rem;
    font-weight: 600;
    text-align: left;
    color: #666;
  }

  .membership-table td,
  .table td,
  .membership-table td.membership-name {
    font-size: 1.4rem;
  }

  /* .membership-table.card td:last-child {
    justify-content: flex-end;
  } */

  /* Membership Table EN Style */
  .membership-table.en {
    width: 100%;
    border: 0;
    border-collapse: collapse;
    font-size: 14px;
  }

  .membership-table.en thead {
    display: none;
  }

  .membership-table.en tbody tr {
    display: block;
    margin-bottom: 1rem;
    padding: 0.8rem 1rem;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    background: #fff;
  }

  .membership-table.en tbody td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.6rem 0;
    border: none;
    border-bottom: 1px solid #f0f0f0;
    background: transparent;
  }

  .membership-table.en tbody td:last-child {
    border-bottom: none;
  }

  .membership-table.en tbody td::before {
    content: attr(data-label);
    font-weight: 600;
    color: #444;
  }

  /* Membership Apply */
  .membership-apply-steps {
    flex-direction: column;
  }

  .membership-apply-step:not(:last-child)::after {
    content: "↓";
    top: auto;
    right: auto;
    left: 50%;
    bottom: -22px;
    transform: translateX(-50%);
  }

  .membership-contact-item {
    align-items: flex-start;
    flex-direction: column;
    gap: 1.6rem;
  }

  .membership-contact-details {
    margin-left: 0.4rem;
  }

  .membership-contact-icon {
    width: 3.2rem;
    height: 3.2rem;
  }

  .form-download-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .member-type-details {
    grid-template-columns: 1fr;
  }

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

  .process-steps {
    grid-template-columns: 1fr;
  }

  .process-step:not(:last-child)::after {
    content: "↓";
    top: auto;
    right: auto;
    left: 50%;
    bottom: -16px;
    transform: translateX(-50%);
  }

  /* Home Sections */
  .home-section-title {
    font-size: 2.6rem;
    margin-bottom: 4rem;
  }

  .home-board-title {
    width: 80%;
    font-size: 1.5rem;
  }

  .home-board-date {
    font-size: 1.1rem;
  }

  .home-board,
  .home-gallery {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }

  .home-gallery-head {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1.6rem;
  }

  .gallery-title {
    font-size: 1.8rem;
  }

  .home-gallery-title {
    font-size: 2.4rem;
  }

  .home-gallery-tabs {
    gap: 0.8rem;
  }

  .gallery-tab {
    padding: 0.8rem 1.6rem;
  }

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

  .gallery-thumb {
    border-radius: 0.6rem;
  }

  .home-report-inner {
    height: unset;
    padding: 3.2rem 2.4rem;
  }

  .home-report-content {
    max-width: 100%;
  }

  .report-eyebrow {
    width: 80%;
    font-size: 1.4rem;
    word-break: keep-all;
  }

  .report-title {
    font-size: 2rem;
  }

  .partner-strip__head {
    flex-wrap: wrap;
    padding: 4.4rem 2rem 0;
  }

  .home-section-title,
  .home-section-sub-title,
  .pdf-head,
  .partner-strip__head,
  .partner-strip__head h2 {
    font-size: 2.4rem;
    margin: 0 auto 2.4rem;
  }

  .pdf-head h2 {
    font-size: 2.4rem;

  }

  .home-section-sub-title {
    padding-bottom: 1.6rem;
    margin-bottom: 1.6rem;
  }

  .home-section-sub-title,
  .home-gallery-title {
    font-size: 1.8rem;
    font-weight: 700;
  }

  .home-board-post > a {
    padding: 0;
  }

  .home-board-latest > * ~ * {
    margin-top: 1.6rem;
  }

  .home-board-post ~ .home-board-post {
    border-top: 0;
  }

  .partner-strip__desc {
    margin-left: 0;
    font-size: 1.6rem;
    line-height: 140%;
  }

  .home-section-title {
    margin-bottom: 3.2rem;
  }

  .home-report-inner {
    border-radius: 0;
  }

  .partner-strip__head h2 {
    margin: 0 0 1.6rem 0;
    text-align: left;
  }

  .partner-strip__marquee {
    padding-bottom: 4.4rem;
  }

  .pdf-cards {
    padding: 4.4rem clamp(2.4rem, (100vw - 1025px) / 17.92 + 2.4rem, 9.6rem);
  }

  .pdf-grid {
    display: flex;
    gap: 2.4rem;
    padding-bottom: 0.4rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .pdf-grid > .pdf-card {
    flex: 0 0 19rem;
    min-width: 19rem;
    scroll-snap-align: start;
  }

  .partner-card {
    min-width: 16rem;
    height: 9.2rem;
  }

  /* CI */
  .default-logo-box img {
    max-width: 70%;
  }

  .type-logo-box {
    flex-direction: column;
    gap: 1.6rem;
  }

  /* mentoring */
  .mentoring-download {
    padding: 1.6rem 1.6rem 0;
    flex-direction: column;
  }
    .mentoring-download button {
      box-shadow: none !important;
    }
}

/* 728px */
@media (max-width: 728px) {
  .swiper-inner {
    height: 24.8rem;
  }

  .home-hero-btn {
    /* margin-top: auto; */
    padding: 0.8rem 1.6rem;
    font-size: 1.4rem;
  }
}

/* 600px */
@media (max-width: 600px) {
  .ksla-core__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .home-hero .right {
    padding: 0;
  }

  .org-chart {
    width: 100%;
    box-sizing: border-box;
  }

  .org-chart .top .box {
    width: 6rem;
    height: 6rem;
    margin: unset;
    font-size: 1.6rem;
  }

  .org-chart .left .wrap-box > div {
    width: 30%;
    min-width: 8rem;
  }

  .org-chart .left .wrap-box > div:first-child {
    font-size: 1.2rem;
  }

  .org-chart .right .kesli-box > div {
    width: 50%;
  }

  .org-chart .part-container {
    width: 100%;
  }

  .org-chart .part-container ul {
    gap: 0.2rem;
  }

  .org-chart .part-container ul li {
    flex: 1 1 49%;
  }

  .org-modal__dialog {
    width: 92vw;
    padding: 2rem 2.4rem;
  }

  .org-modal__close {
    top: 16px;
    right: 16px;
  }
}

/* 500px */
@media (max-width: 500px) {
  .swiper-inner {
    margin: 0;
    padding: 3.2rem;
    width: 100%;
    height: 28.8rem;
  }

  .home-hero-text {
    width: 100%;
  }

  .value-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* 480px */
@media (max-width: 480px) {
}

/* 330px */
@media (max-width: 330px) {
  .ksla-sheet__body .sheet-sub > li:not(.depth-2 li) {
    padding: 0 10px;
  }
}

/* ============================================
  PRINT
  ============================================ */
@media print {
  .greeting-wrap {
    padding: 0;
  }

  .greeting-figure {
    position: static;
  }

  .greeting-figure img {
    filter: none;
    box-shadow: none;
  }
}

/* ============================================
  ANIMATIONS
  ============================================ */
@keyframes popIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes bnr-process-pc {
  from {
    stroke-dashoffset: 69.115;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes arrow-wiggle {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(4px);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes partner-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
