.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#000000;--e-global-color-text:#272727;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Raleway";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Raleway";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Raleway";--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"Raleway";--e-global-typography-accent-font-weight:500;background-color:#FFFFFF;font-family:"Raleway", Sans-serif;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* 메뉴 바로 아래 tooltip 스타일 */
.academics-toast {
  position: absolute;
  left: 50%;
  top: calc(100% + 6px); /* 메뉴 아래 약간 간격 */
  transform: translateX(-50%);
  background: rgba(0,0,0,0.9);
  color: #fff;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 6px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease;
  z-index: 9999;
}
.academics-toast.show {
  opacity: 1;
}

/* -----------------------------------
   🔹 기본 헤더 스타일 (투명 상태)
----------------------------------- */
.site-header {
  background: transparent;
  transition:
    background-color 0.25s ease,
    box-shadow 0.25s ease,
    backdrop-filter 0.25s ease,
    padding 0.25s ease;

  z-index: 999;
}

/* -----------------------------------
   🔹 스크롤 후 Sticky 상태 (고정 + 배경색 + 그림자)
----------------------------------- */
.elementor-sticky--effects.site-header {
  background: rgba(255, 255, 255, 0.92); /* 밝은 헤더용 */
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  backdrop-filter: saturate(160%) blur(8px); /* 유리 느낌 */
  padding: 0 0; /* 스크롤 후 컴팩트하게 */
}

/* 다크 모드 헤더를 쓰는 경우 (선택사항) */
body.dark .elementor-sticky--effects.site-header {
  background: rgba(20, 20, 20, 0.88);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}

/* -----------------------------------
   🔹 로고 축소 효과 (scroll 시 scale down)
----------------------------------- */
/* 기본 상태: 원래 크기 */
.site-header .logo-shrink img,
.site-header .logo-shrink .custom-logo {
  transition: transform 0.25s ease, filter 0.25s ease;
  transform-origin: left center; /* 왼쪽 기준으로 작아지게 */
}

/* Sticky 상태: 살짝 축소 */
.elementor-sticky--effects.site-header .logo-shrink img,
.elementor-sticky--effects.site-header .logo-shrink .custom-logo {
  transform: scale(0.7); /* 0.85~0.95로 취향 조정 가능 */
}

/* -----------------------------------
   🔹 메뉴 텍스트 컬러 조정 (투명 → 밝은 배경 대비)
----------------------------------- */
.site-header a {
  color: #fff; /* 투명 배경 위일 때 흰색 */
  transition: color 0.25s ease;
}

.elementor-sticky--effects.site-header a {
  color: #111; /* 흰 배경 위에서는 어두운 글자 */
}

/* -----------------------------------
   🔹 반응형 보정 (선택)
----------------------------------- */
@media (max-width: 767px) {
  .site-header {
    padding: 14px 0;
  }
  .elementor-sticky--effects.site-header {
    padding: 6px 0;
  }
}

/* 모션 민감 사용자(접근성) */
@media (prefers-reduced-motion: reduce) {
  .site-header .logo-shrink img,
  .site-header {
    transition: none !important;
  }
}/* End custom CSS */