@charset "UTF-8";
/* ---------------------------------------------------------------------------
 * rem($px)
 * - px → rem 변환 (기준: 16px = 1rem)
 * - 사용 예: fn.rem(32) → 2rem
 * ------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------
 * dim($level, $base: #000)
 * - 배경/오버레이 등 dim 처리용 alpha 값 생성
 * - $level: 투명도 (0~100), math.clamp로 범위 보정
 * - $base: 색상 (기본: #000)
 * 사용 예:
 *   dim(60)       → rgba(#000, 0.6)
 *   dim(12, #fff) → rgba(#fff, 0.12)
 * ------------------------------------------------------------------------- */
@font-face {
  font-family: "Pretendard Std";
  font-weight: 900;
  src: url("/assets/fonts/PretendardStd-Black.woff2") format("woff2"), url("/assets/fonts/PretendardStd-Black.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard Std";
  font-weight: 800;
  src: url("/assets/fonts/PretendardStd-ExtraBold.woff2") format("woff2"), url("/assets/fonts/PretendardStd-ExtraBold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard Std";
  font-weight: 700;
  src: url("/assets/fonts/PretendardStd-Bold.woff2") format("woff2"), url("/assets/fonts/PretendardStd-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard Std";
  font-weight: 600;
  src: url("/assets/fonts/PretendardStd-SemiBold.woff2") format("woff2"), url("/assets/fonts/PretendardStd-SemiBold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard Std";
  font-weight: 500;
  src: url("/assets/fonts/PretendardStd-Medium.woff2") format("woff2"), url("/assets/fonts/PretendardStd-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard Std";
  font-weight: 400;
  src: url("/assets/fonts/PretendardStd-Regular.woff2") format("woff2"), url("/assets/fonts/PretendardStd-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard Std";
  font-weight: 300;
  src: url("/assets/fonts/PretendardStd-Light.woff2") format("woff2"), url("/assets/fonts/PretendardStd-Light.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard Std";
  font-weight: 200;
  src: url("/assets/fonts/PretendardStd-ExtraLight.woff2") format("woff2"), url("/assets/fonts/PretendardStd-ExtraLight.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard Std";
  font-weight: 100;
  src: url("/assets/fonts/PretendardStd-Thin.woff2") format("woff2"), url("/assets/fonts/PretendardStd-Thin.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "KLLE Noto";
  font-weight: 900;
  src: url("/assets/fonts/NotoSans-Black.woff2") format("woff2"), url("/assets/fonts/NotoSans-Black.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "KLLE Noto";
  font-weight: 700;
  src: url("/assets/fonts/NotoSans-Bold.woff2") format("woff2"), url("/assets/fonts/NotoSans-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "KLLE Noto";
  font-weight: 500;
  src: url("/assets/fonts/NotoSans-Medium.woff2") format("woff2"), url("/assets/fonts/NotoSans-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "KLLE Noto";
  font-weight: 400;
  src: url("/assets/fonts/NotoSans-Regular.woff2") format("woff2"), url("/assets/fonts/NotoSans-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "KLLE Noto";
  font-weight: 350;
  src: url("/assets/fonts/NotoSans-DemiLight.woff2") format("woff2"), url("/assets/fonts/NotoSans-DemiLight.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "KLLE Noto";
  font-weight: 300;
  src: url("/assets/fonts/NotoSans-Light.woff2") format("woff2"), url("/assets/fonts/NotoSans-Light.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "KLLE Noto";
  font-weight: 100;
  src: url("/assets/fonts/NotoSans-Thin.woff2") format("woff2"), url("/assets/fonts/NotoSans-Thin.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Lato;
  font-weight: 900;
  src: url("/assets/fonts/Lato-Black.woff2") format("woff2"), url("/assets/fonts/Lato-Black.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Lato;
  font-weight: 800;
  src: url("/assets/fonts/Lato-Heavy.woff2") format("woff2"), url("/assets/fonts/Lato-Heavy.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Lato;
  font-weight: 700;
  src: url("/assets/fonts/Lato-Bold.woff2") format("woff2"), url("/assets/fonts/Lato-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Lato;
  font-weight: 600;
  src: url("/assets/fonts/Lato-Semibold.woff2") format("woff2"), url("/assets/fonts/Lato-Semibold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Lato;
  font-weight: 500;
  src: url("/assets/fonts/Lato-Medium.woff2") format("woff2"), url("/assets/fonts/Lato-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Lato;
  font-weight: 400;
  src: url("/assets/fonts/Lato-Regular.woff2") format("woff2"), url("/assets/fonts/Lato-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Lato;
  font-weight: 300;
  src: url("/assets/fonts/Lato-Light.woff2") format("woff2"), url("/assets/fonts/Lato-Light.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Lato;
  font-weight: 200;
  src: url("/assets/fonts/Lato-Thin.woff2") format("woff2"), url("/assets/fonts/Lato-Thin.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Lato;
  font-weight: 100;
  src: url("/assets/fonts/Lato-Hairline.woff2") format("woff2"), url("/assets/fonts/Lato-Hairline.woff") format("woff");
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

ul,
ol {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img,
picture {
  display: block;
  max-width: 100%;
}

img {
  -webkit-user-drag: none;
}

input,
button,
textarea,
select {
  font: inherit;
}

button {
  cursor: pointer;
  background: none;
  border: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-text-fill-color: inherit !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

input:-webkit-autofill::selection {
  color: inherit !important;
  background-color: transparent !important;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01s !important;
    animation-duration: 0.01s !important;
    animation-iteration-count: 1 !important;
  }
}
body {
  min-height: 100vh;
  font-family: "KLLE Noto", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  letter-spacing: -0.02em;
  word-break: keep-all;
  overflow-wrap: break-word;
  text-rendering: optimizespeed;
}
@supports (height: 100dvh) {
  body {
    min-height: 100dvh;
  }
}

:where([x-apple-data-detectors], [x-apple-data-detectors] *) {
  color: inherit !important;
  text-decoration: none !important;
  -webkit-text-fill-color: currentcolor !important;
}

:where(:not(a)[x-apple-data-detectors], :not(a)[x-apple-data-detectors] *) {
  pointer-events: none;
  cursor: inherit;
}

/* Skip Navigation */
[data-scroll] {
  opacity: 0;
  transform: translate3d(0, 1.5rem, 0);
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition-delay: calc(var(--scroll-delay, 0) * 1s);
}

[data-scroll].is-inview {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
  [data-scroll] {
    transition: none;
    transition-delay: 0s;
  }
}
/* -----------------------------------------------------------------------------
 * full-height (모바일 뷰포트 높이 보정)
 *
 * - iOS/안드 주소창·툴바 변화에도 화면 높이(래퍼 min-height) 안정화
 * - 100vh 기본 → 100dvh 우선 → 미지원 시 --vh로 대체
 * - 최상위 래퍼에 @include full-height;
 * --------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
 * 브레이크포인트
 *
 * - 사용 예시:
 *   @include mq($min: 768px) {
 *     .container {
 *       width: 100%;
 *     }
 *   }
 *   @include mq($max: 768px) {
 *     .container {
 *       width: 100%;
 *     }
 *   }
 *   @include mq($min: 768px, $max: 1024px) {
 *     .container {
 *       width: 100%;
 *     }
 *   }
 * --------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------
 * hoverable-only / common-mouse-event
 * - hoverable-only: 마우스/트랙패드 등 호버 가능한 장치에서만 스타일 적용
 * - common-mouse-event: hover, focus-visible, active에서 동일 스타일 적용
 *   (호버 가능한 장치면 hover + focus/active 적용, 아닌 장치는 focus/active만)
 * - 사용 예:
 *   @include common-mouse-event {
 *     outline: 1px solid #000;
 *   }
 * ------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------
 * background 믹스인
 * - 역할: 배경 색상, 이미지, 반복, 위치, 크기를 한 번에 설정
 * - 기본값:
 *     $url: 'none' (이미지 없음)
 *     $color: color.white(ffffff)
 *     $repeat: no-repeat
 *     $position: center
 *     $size: contain
 * - 사용 시 주의:
 *     배경 이미지는 www/assets/img/ → URL /assets/img/ 기준 상대 경로
 *     예: "ills/temp.png" → /assets/img/ills/temp.png
 * - 사용 예시:
 *     @use '../abstracts/mixins' as mx;
 *     .example {
 *       @include mx.background("ills/temp.png");
 *       @include mx.background("none", color.gray(5d5d5d));
 *     }
 * ------------------------------------------------------------------------- */
/* input search 초기화 */
@keyframes reveal-up {
  from {
    opacity: 0;
    transform: translate3d(0, 1.125rem, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes arrow-bounce {
  0%, 100% {
    transform: translate(-50%, 0) rotate(45deg);
  }
  50% {
    transform: translate(-50%, 0.5rem) rotate(45deg);
  }
}
@keyframes beam-sweep {
  from {
    opacity: 1;
    transform: translateX(-100%);
  }
  to {
    opacity: 0;
    transform: translateX(0);
  }
}
.kl-layout {
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
  justify-content: flex-start;
  min-height: 100vh;
  background: #fafafa;
}
@supports (height: 100dvh) {
  .kl-layout {
    min-height: 100dvh;
  }
}
.kl-layout__inner {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  justify-content: flex-start;
  flex: 1;
  width: 100%;
  min-width: 0;
  max-width: 76.125rem;
  margin-inline: auto;
}
@media (min-width: 1025px) {
  .kl-layout__inner {
    padding: 0 2.5rem;
  }
}
@media (min-width: 961px) and (max-width: 1024px) {
  .kl-layout__inner {
    padding: 0 1.5rem;
  }
}

.kl-side {
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
  justify-content: center;
  position: sticky;
  top: 0;
  z-index: 1;
  flex-grow: 1;
  align-self: flex-start;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  padding: 5rem 0;
}
@media (max-width: 960px) {
  .kl-side {
    display: none;
  }
}
.kl-side__inner {
  width: 100%;
}
.kl-side__logo {
  height: 3.75rem;
  animation-delay: 0s;
}
@media (min-width: 961px) and (max-width: 1024px) {
  .kl-side__logo {
    height: 3.5rem;
  }
}
.kl-side__logo img {
  display: block;
  width: auto;
  height: 100%;
}
.kl-side__greeting {
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 1rem;
  margin: 3rem 0 1.5rem;
}
.kl-side__greeting-title {
  font-family: "Pretendard Std", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
  color: #000;
  letter-spacing: -0.02em;
  color: #7d7d7d;
}
.kl-side__greeting-title strong {
  font: inherit;
  font-weight: 700;
  color: #000;
}
.kl-side__greeting-desc {
  font-family: "Pretendard Std", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6;
  color: #000;
  letter-spacing: -0.02em;
  color: #7d7d7d;
}
.kl-side__slogan {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.5rem;
}
.kl-side__slogan::before {
  display: block;
  width: 1px;
  height: 6.875rem;
  content: "";
  background: #afafb1;
}
.kl-side__slogan-message {
  font-family: "Pretendard Std", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.25;
  color: #000;
  letter-spacing: 0.01em;
}
.kl-side__slogan-message strong {
  font: inherit;
  color: #203b92;
}
@media (min-width: 961px) and (max-width: 1024px) {
  .kl-side__slogan-message {
    font-size: 2.25rem;
  }
}
.kl-side__logo, .kl-side__reveal-line, .kl-side__slogan::before {
  animation: reveal-up 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.kl-side__reveal-line {
  display: block;
}
.kl-side__greeting-title > .kl-side__reveal-line {
  animation-delay: 0.35s;
}
.kl-side__greeting-desc > .kl-side__reveal-line:nth-child(1) {
  animation-delay: 0.7s;
}
.kl-side__greeting-desc > .kl-side__reveal-line:nth-child(2) {
  animation-delay: 1.05s;
}
.kl-side__slogan::before {
  animation-delay: 1.4s;
}
.kl-side__slogan-message > .kl-side__reveal-line:nth-child(1) {
  animation-delay: 1.75s;
}
.kl-side__slogan-message > .kl-side__reveal-line:nth-child(2) {
  animation-delay: 2.1s;
}

.kl-body {
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 100%;
  max-width: 35.125rem;
  background: #fff;
}
@media (min-width: 961px) {
  .kl-body {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 960px) {
  .kl-body {
    max-width: 100%;
  }
}

.kl-header {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  position: sticky;
  top: 0;
  z-index: 100;
  flex-shrink: 0;
  gap: 0.75rem;
  background: #fff;
}
.kl-header::after {
  position: absolute;
  right: 0;
  bottom: -0.625rem;
  left: 0;
  height: 0.625rem;
  pointer-events: none;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, transparent 100%);
}
.kl-header__top {
  flex-shrink: 0;
  width: 100%;
  padding: 1.25rem 2rem 0;
}
@media (max-width: 480px) {
  .kl-header__top {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
.kl-header__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.kl-header__logo {
  display: inline-block;
  height: 2.125rem;
}

.kl-gnb {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  justify-content: center;
  position: relative;
  flex-wrap: nowrap;
  gap: 3.5rem;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  padding: 0 2rem;
  overflow: auto hidden;
  scrollbar-width: none;
}
.kl-gnb[data-gnb-overflow] {
  justify-content: flex-start;
}
.kl-gnb::-webkit-scrollbar {
  display: none;
}
.kl-gnb[data-gnb-grow] .kl-gnb__item[aria-current=page]::after {
  animation: kl-gnb-bar-in 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
@media (max-width: 480px) {
  .kl-gnb {
    justify-content: flex-start;
  }
}
.kl-gnb__item {
  font-family: "Pretendard Std", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6;
  color: #000;
  letter-spacing: -0.02em;
  position: relative;
  flex-shrink: 0;
  padding: 0.25rem 0;
  color: #000;
  text-align: center;
  text-decoration: none;
  transition: color 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.kl-gnb__item::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: calc(100% + 1rem);
  height: 0.125rem;
  pointer-events: none;
  content: "";
  background: #1252a1;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
}
@media (prefers-reduced-motion: reduce) {
  .kl-gnb__item::after {
    transition: none;
  }
}
.kl-gnb__item[aria-current=page] {
  color: #1252a1;
}
.kl-gnb__item[aria-current=page]::after {
  transform: translateX(-50%) scaleX(1);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.kl-gnb__item[data-gnb-leave]::after {
  transform: translateX(-50%) scaleX(0);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (any-hover: hover) and (any-pointer: fine) {
  .kl-gnb__item:hover:hover {
    color: #1252a1;
  }
}
.kl-gnb__item:focus-visible, .kl-gnb__item:active {
  color: #1252a1;
}
@media (max-width: 480px) {
  .kl-gnb__item {
    font-size: 1rem;
    font-weight: 600;
  }
}

@keyframes kl-gnb-bar-in {
  from {
    transform: translateX(-50%) scaleX(0);
  }
  to {
    transform: translateX(-50%) scaleX(1);
  }
}
.kl-footer {
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
  justify-content: flex-start;
}
@media (min-width: 481px) {
  .kl-footer {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
@media (max-width: 480px) {
  .kl-footer {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
.kl-footer {
  gap: 1rem;
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
  margin-top: auto;
  background: #f5f5f5;
}
.kl-footer__company {
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 1rem;
}
.kl-footer__company p {
  font-family: "Pretendard Std", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  color: #8d8d8d;
  letter-spacing: -0.02em;
  font-style: normal;
}
.kl-footer__company p a {
  font: inherit;
  color: inherit;
  text-decoration: none;
}
@media (any-hover: hover) and (any-pointer: fine) {
  .kl-footer__company p a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 480px) {
  .kl-footer__company p {
    font-size: 0.75rem;
  }
}
.kl-footer__copyright {
  font-family: "Pretendard Std", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  color: #989898;
  letter-spacing: -0.02em;
}
.kl-footer__copyright span {
  font-weight: 400;
}
@media (max-width: 480px) {
  .kl-footer__copyright {
    font-size: 0.75rem;
  }
}
.kl-footer__social {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0.75rem;
}
.kl-footer__social a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.kl-footer__social a {
  flex-shrink: 0;
  width: 1.75rem;
  height: 1.75rem;
}
@media (max-width: 480px) {
  .kl-footer__social {
    gap: 0.5rem;
  }
  .kl-footer__social a {
    width: 1.5rem;
    height: 1.5rem;
  }
}

/* ic-size */
.ic {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-color: currentcolor;
}

.ic-phone {
  -webkit-mask: url(/assets/images/icon/ic-phone.svg) no-repeat center/contain;
          mask: url(/assets/images/icon/ic-phone.svg) no-repeat center/contain;
}

.ic-map {
  -webkit-mask: url(/assets/images/icon/ic-map.svg) no-repeat center/contain;
          mask: url(/assets/images/icon/ic-map.svg) no-repeat center/contain;
}

.ic-heart {
  -webkit-mask: url(/assets/images/icon/ic_heart.svg) no-repeat center/contain;
          mask: url(/assets/images/icon/ic_heart.svg) no-repeat center/contain;
}

.ic-star {
  -webkit-mask: url(/assets/images/icon/ic_star.svg) no-repeat center/contain;
          mask: url(/assets/images/icon/ic_star.svg) no-repeat center/contain;
}

.ic-graduation-cap {
  -webkit-mask: url(/assets/images/icon/ic_graduation-cap.svg) no-repeat center/contain;
          mask: url(/assets/images/icon/ic_graduation-cap.svg) no-repeat center/contain;
}

.ic-arrow-right {
  -webkit-mask: url(/assets/images/icon/ic_arrow_right.svg) no-repeat center/contain;
          mask: url(/assets/images/icon/ic_arrow_right.svg) no-repeat center/contain;
}

.ic-up {
  -webkit-mask: url(/assets/images/icon/ic-up.svg) no-repeat center/contain;
          mask: url(/assets/images/icon/ic-up.svg) no-repeat center/contain;
}

.ic-down {
  -webkit-mask: url(/assets/images/icon/ic-down.svg) no-repeat center/contain;
          mask: url(/assets/images/icon/ic-down.svg) no-repeat center/contain;
}

.ic-same {
  -webkit-mask: url(/assets/images/icon/ic-same.svg) no-repeat center/contain;
          mask: url(/assets/images/icon/ic-same.svg) no-repeat center/contain;
}

.ic-time {
  -webkit-mask: url(/assets/images/icon/ic-time.svg) no-repeat center/contain;
          mask: url(/assets/images/icon/ic-time.svg) no-repeat center/contain;
}

.ic-about-flow-01 {
  -webkit-mask: url(/assets/images/icon/ic_about_flow01.svg) no-repeat center/contain;
          mask: url(/assets/images/icon/ic_about_flow01.svg) no-repeat center/contain;
}

.ic-about-flow-02 {
  -webkit-mask: url(/assets/images/icon/ic_about_flow02.svg) no-repeat center/contain;
          mask: url(/assets/images/icon/ic_about_flow02.svg) no-repeat center/contain;
}

.ic-about-flow-03 {
  -webkit-mask: url(/assets/images/icon/ic_about_flow03.svg) no-repeat center/contain;
          mask: url(/assets/images/icon/ic_about_flow03.svg) no-repeat center/contain;
}

.ic-about-flow-04 {
  -webkit-mask: url(/assets/images/icon/ic_about_flow04.svg) no-repeat center/contain;
          mask: url(/assets/images/icon/ic_about_flow04.svg) no-repeat center/contain;
}

.ic-about-flow-05 {
  -webkit-mask: url(/assets/images/icon/ic_about_flow05.svg) no-repeat center/contain;
          mask: url(/assets/images/icon/ic_about_flow05.svg) no-repeat center/contain;
}

.ic-about-flow-06 {
  -webkit-mask: url(/assets/images/icon/ic_about_flow06.svg) no-repeat center/contain;
          mask: url(/assets/images/icon/ic_about_flow06.svg) no-repeat center/contain;
}

.klle-banner-slider {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: var(--banner-aspect-w)/var(--banner-aspect-h);
  contain: layout style paint;
  overflow: hidden;
  touch-action: pan-y;
  -webkit-user-select: none;
          user-select: none;
}
.klle-banner-slider .klle-banner-track {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  justify-content: flex-start;
  width: calc(var(--slide-count, 1) * 100%);
  height: 100%;
  will-change: transform;
}
.klle-banner-slider .klle-banner-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.klle-banner-slider .klle-banner-slide {
  flex-shrink: 0;
  width: calc(100% / var(--slide-count, 1));
  height: 100%;
  background: #d6d6d6;
}
.klle-banner-slider .klle-banner-slide img {
  -webkit-user-drag: none;
}
.klle-banner-slider .klle-banner-dots {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  justify-content: flex-start;
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  z-index: 2;
  gap: 0.625rem;
  transform: translateX(-50%);
}
.klle-banner-slider .klle-banner-dot {
  flex-shrink: 0;
  border-radius: 50%;
  transition: background 0.3s, opacity 0.3s;
}

.teacher-card {
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 1.875rem;
}
.teacher-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.teacher-card__thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 449/322;
  overflow: hidden;
  border-radius: 1.25rem;
}
.teacher-card__thumb::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 50%;
  content: "";
  background: linear-gradient(180deg, rgba(207, 221, 234, 0) 0%, rgba(49, 57, 81, 0.8) 100%);
}
.teacher-card__placeholder {
  width: 100%;
  height: 100%;
  background: #d2dbe6;
}
.teacher-card__overlay {
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
  justify-content: flex-start;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  z-index: 10;
  gap: 0.25rem;
  padding: 1.25rem;
  color: #fff;
}
.teacher-card__name {
  font-family: "Pretendard Std", sans-serif;
  font-size: 1.5625rem;
  font-weight: 800;
  line-height: 1.6;
  color: #395698;
  letter-spacing: -0.02em;
}
@media (max-width: 480px) {
  .teacher-card__name {
    font-size: 1.25rem;
  }
}
.teacher-card__desc {
  font-family: "KLLE Noto", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
  color: #fff;
  letter-spacing: -0.02em;
}
@media (max-width: 480px) {
  .teacher-card__desc {
    font-size: 0.875rem;
  }
}
.teacher-card__buttons {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0.5rem;
  width: 100%;
}
@media (max-width: 768px) {
  .teacher-card__buttons {
    gap: 0.75rem;
  }
}
.teacher-card__button {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  font-family: "KLLE Noto", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
  color: #000;
  letter-spacing: -0.02em;
  flex: 1 0 0;
  width: calc(50% - 0.25rem);
  min-width: 13.75rem;
  height: 3.125rem;
  padding: 0 1rem;
  border-radius: 0.375rem;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
@media (max-width: 768px) {
  .teacher-card__button {
    height: 3rem;
    font-size: 1rem;
    font-weight: 500;
  }
}
.teacher-card__button--outline {
  color: #183a9e;
  background: #fff;
  border: 1px solid #cacfdd;
}
@media (any-hover: hover) and (any-pointer: fine) {
  .teacher-card__button--outline:hover {
    color: #1b458f;
    background: #f5f5f5;
    border-color: #b5b5b5;
  }
}
.teacher-card__button--solid {
  border: none;
  color: #fff;
  background: #1b458f;
}
@media (any-hover: hover) and (any-pointer: fine) {
  .teacher-card__button--solid:hover {
    background: #102775;
  }
}
.teacher-card__button--solid:focus-visible, .teacher-card__button--solid:active {
  background: #102775;
}

.keyword-tags {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0.25rem;
}
.keyword-tags__item {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  font-family: "KLLE Noto", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  color: #848484;
  letter-spacing: -0.02em;
  height: 1.75rem;
  padding: 0 0.5rem;
  background: #e8eeff;
  border-radius: 0.25rem;
}
@media (max-width: 480px) {
  .keyword-tags__item {
    height: 1.5rem;
    font-size: 0.75rem;
  }
}
