@charset "UTF-8";

/* =============== 10대 렌딩 시작 */
.header-wrapper.active {
  background: rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(20px);
}
.header-wrapper.active .header_app_bar {
  background: none;
  border-color: transparent;
}
.common-landing-content {
  padding-bottom: 158px;
}
/* .common-landing-content .swiper-slide {
  aspect-ratio: 300 / 420;
} */
.common-landing-content video {
  display: block;
  pointer-events: none; /* 클릭 불가 */
}
.hero-section {
  position: relative;
  margin-top: 98px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* height: calc(100vh - 98px); */
  overflow: hidden;
  width: 100%;
  aspect-ratio: 375 / 710;
}
/* 스크롤 힌트 컨테이너 */
.scroll-hint-container {
  position: absolute;
  top: 55%;
  right: calc(35px * var(--scale));
  z-index: 9999;
  pointer-events: none;

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;

  opacity: 1;
  transition: opacity 0.4s ease-out;
}
.scroll-hint-container.hidden {
  opacity: 0;
  visibility: hidden;
}

/* 손가락 아이콘 */
.scroll-hint-icon {
  font-size: 80px;
  animation: bounce 1.5s ease-in-out infinite;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}

/* 바운싱 애니메이션 */
@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-25px);
  }
}
.hero-section .landing-main-video-area {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.hero-section .landing-main-video-area video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
}
.hero-section .hero-section-inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: calc(120px * var(--scale));
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.15) -4.95%,
    rgba(0, 0, 0, 0.62) 93.73%
  );
}
.hero-section .title {
  color: var(--On-Color-White-White, #fff);
  text-align: center;
  font-size: calc(36px * var(--scale));
  font-weight: 800;
  line-height: 135%;
  letter-spacing: calc(1.44px * var(--scale));
}

.why-section {
  text-align: center;
  background-color: #f5f6f8;
}
.why-section .why-title-area {
  padding-top: calc(80px * var(--scale));
  padding-bottom: calc(40px * var(--scale));
}
.why-section .why-title {
  margin: 0;
  padding-bottom: calc(40px * var(--scale));
  color: #000;
  text-align: center;
  font-size: calc(30px * var(--scale));
  font-weight: 700;
  line-height: 145%;
  letter-spacing: calc(0.3px * var(--scale));
}
.why-section .why-title-area .title-deco {
  display: inline-block;
  width: calc(4px * var(--scale));
  height: calc(32px * var(--scale));
  background: linear-gradient(180deg, #d9d9d9 0%, #737373 100%);
}
.why-section .why-item + .why-item {
  margin-top: calc(80px * var(--scale));
}
.why-section .why-item:last-of-type {
  padding-bottom: calc(80px * var(--scale));
}
.why-section .why-item .why-image-wrapper {
  border-radius: calc(12px * var(--scale));
  margin-bottom: calc(40px * var(--scale));
}
.why-image-wrapper img {
  max-width: 100%;
}
.why-section .why-item .why-text {
  color: #000;
  font-size: calc(30px * var(--scale));
  font-weight: 700;
  line-height: 145%;
  letter-spacing: calc(0.3px * var(--scale));
}
.why-section .why-box {
  padding: calc(16px * var(--scale)) calc(12px * var(--scale))
    calc(16px * var(--scale)) calc(40px * var(--scale));
  margin: calc(85px * var(--scale)) calc(24px * var(--scale)) 0;
  display: flex;
  align-items: center;
  gap: calc(19px * var(--scale));
  border-radius: calc(24px * var(--scale));
  background: var(--Black-150, #dadbde);
}
.why-section .why-description {
  margin: 0;
  color: var(--Black-800, #353941);
  font-size: calc(19px * var(--scale));
  font-weight: 700;
  line-height: 135%;
  letter-spacing: 0.19px;
  text-align: left;
}

.education-section {
  margin: 0 calc(24px * var(--scale));
}
.education-section .education-title {
  margin: calc(80px * var(--scale)) 0 calc(64px * var(--scale));
  color: #000;
  font-size: calc(36px * var(--scale));
  font-weight: 800;
  line-height: 145%;
  letter-spacing: 0.36px;
}
.education-section .education-cont {
  margin-bottom: calc(56px * var(--scale));
  padding-bottom: calc(56px * var(--scale));
  border-bottom: 1px solid #d3d3d3;
}
.education-section .education-cont:last-child {
  margin: 0;
  border: none;
}
.education-section .comparison-container {
  display: flex;
  gap: calc(13px * var(--scale));
}
.education-section .comparison-container .comparison-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: calc(12px * var(--scale));
  width: 100%;
  padding: calc(19px * var(--scale)) calc(16px * var(--scale));
  border-radius: calc(19px * var(--scale));
  background: var(--Black-100, #eff1f3);
}
.education-section .comparison-container .comparison-item-title {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(4px * var(--scale));
  color: var(--Black-600, #6c6f75);
  font-size: calc(16px * var(--scale));
  font-weight: 700;
  line-height: 135%;
  letter-spacing: calc(-0.32px * var(--scale));
}
.education-section .comparison-container .comparison-item-list {
  margin: 0;
}
.education-section .comparison-container .comparison-item-list li {
  color: var(--Black-600, #6c6f75);
  font-size: calc(15px * var(--scale));
  font-weight: 600;
  line-height: 135%;
  letter-spacing: calc(0.3px * var(--scale));
  text-align: left;
  list-style: inside;
  display: list-item;
}
.education-section .comparison-item.item-2 .comparison-item-title {
  background: linear-gradient(90deg, #3bba53 0%, #1c812f 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.education-section .comparison-item.item-2 .comparison-item-list li {
  color: #2cad70;
  font-weight: 800;
}
.education-section .education-desc {
  margin-top: calc(16px * var(--scale));
  padding: calc(16px * var(--scale)) calc(12px * var(--scale));
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(8px * var(--scale));
  border-radius: calc(19px * var(--scale));
  background: var(--Black-500, #888a90);
  color: var(--On-Color-White-White, #fff);
  font-size: calc(17px * var(--scale));
  font-weight: 600;
  line-height: 135%;
  letter-spacing: calc(0.17px * var(--scale));
}
.education-section .education-approach-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(8px * var(--scale));
  text-align: center;
}
.education-section .approach-item-title {
  display: inline-block;
  position: relative;
  margin-top: 0;
  margin-bottom: calc(14px * var(--scale));
  padding: calc(8px * var(--scale)) calc(16px * var(--scale));
  color: #fff;
  text-align: center;
  background-color: #a3a5aa;
  border-radius: 999px;
  font-size: calc(13px * var(--scale));
  font-weight: 700;
  line-height: 123%;
}
.education-section .approach-item-title::before {
  position: absolute;
  bottom: -18px;
  left: 50%;
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  transform: rotate(45deg) translateX(-50%);
  background-color: inherit;
}
.education-section .point .approach-item-title {
  background-color: #353941;
}
.education-section .approach-item-img {
  margin: calc(8px * var(--scale)) auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(120px * var(--scale));
  height: calc(120px * var(--scale));
  border-radius: 9999px;
  background-color: #f0f2f4;
}
.education-section .point .approach-item-img {
  background-color: #fceed0;
}
.education-section .approach-item-text {
  margin: calc(8px * var(--scale)) auto 0;
  color: #353941;
  font-size: calc(14px * var(--scale));
  font-weight: 700;
  line-height: 135%;
  letter-spacing: calc(-0.28px * var(--scale));
}
.education-section .approach-item-text span {
  color: #3539416b;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.education-section .approach-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(32px * var(--scale));
  height: calc(32px * var(--scale));
  border-radius: 999px;
  background: var(--Black-800, #353941);
}
.education-section .approach-divider .approach-divider-text {
  color: #fff;
  text-align: center;
  font-size: calc(14px * var(--scale));
  font-weight: 600;
  line-height: 100%;
}
.education-section .education-graphic {
  display: flex;
  justify-content: center;
  text-align: center;
}
.education-section .education-graphic .education-graphic-arrow {
  padding-top: calc(40px * var(--scale));
}
.education-section .education-graphic-desc-1 {
  margin: 0 auto;
  display: flex;
  width: calc(96px * var(--scale));
  height: calc(95px * var(--scale));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: calc(4px * var(--scale));
  border-radius: calc(8px * var(--scale));
  border: calc(2px * var(--scale)) dashed var(--Core-Outline, #d1d2d4);
  background: var(--Black-10, #fafafc);
  color: #f14654;
  font-size: calc(16px * var(--scale));
  font-weight: 700;
  line-height: 135%;
  letter-spacing: calc(0.32px * var(--scale));
}
.education-section .education-graphic-desc-2 {
  margin: calc(8px * var(--scale)) auto 0;
  display: flex;
  width: calc(96px * var(--scale));
  height: calc(102px * var(--scale));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: calc(8px * var(--scale));
  background: #727e97;
  color: var(--On-Color-White-White, #fff);
  font-size: calc(14px * var(--scale));
  font-weight: 500;
  line-height: 135%;
}
.education-section .education-graphic-desc-3 {
  margin: 0 auto;
  display: flex;
  width: calc(96px * var(--scale));
  height: calc(205px * var(--scale));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: calc(8px * var(--scale));
  background: #2cad70;
  color: var(--On-Color-White-White, #fff);
  font-size: calc(16px * var(--scale));
  font-weight: 600;
  line-height: 165%;
}
.education-section .education-graphic-name {
  display: block;
  margin: calc(16px * var(--scale)) auto calc(6px * var(--scale));
  color: rgba(53, 57, 65, 0.42);
  text-align: center;
  font-size: calc(16px * var(--scale));
  font-weight: 700;
  line-height: 135%;
  letter-spacing: calc(-0.32px * var(--scale));
}
.education-section .education-graphic-icon {
  margin: calc(6px * var(--scale)) 0;
  text-align: center;
}
.education-section .graphic-item-2 .education-graphic-name {
  color: #2cad70;
}
.education-section .education-graphic-text {
  margin:0;
  display: flex;
  width: calc(132px * var(--scale));
  height: calc(126px * var(--scale));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: calc(4px * var(--scale));
  border-radius: calc(19px * var(--scale));
  background: var(--Black-100, #eff1f3);
  text-align: center;
  font-size: calc(15px * var(--scale));
}
.education-section .graphic-item-1 .education-graphic-text {
  color: var(--Black-600, #6c6f75);
  font-weight: 600;
  line-height: 145%;
}
.education-section .graphic-item-2 .education-graphic-text {
  color: var(--Black-800, #353941);
  font-weight: 700;
  line-height: 156%;
}
.education-section .education-text {
  margin-top: calc(32px * var(--scale));
  color: var(--Black-600, #6c6f75);
  font-size: calc(13px * var(--scale));
  font-weight: 500;
  line-height: 145%;
  text-align: center;
}
.education-section .education-text span {
  color: #2cad70;
  font-size: inherit;
  font-weight: 700;
  line-height: inherit;
}

.guide-section {
  padding: calc(120px * var(--scale)) 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: calc(16px * var(--scale));
  background-color: #f5f6f8;
}
.guide-section .guide-section-text {
  margin-bottom: 0;
  text-align: center;
  font-size: calc(26px * var(--scale));
  font-weight: 800;
  line-height: 165%;
  letter-spacing: calc(0.065px * var(--scale));
  background: linear-gradient(104deg, #6fae7b 6.74%, #06751b 69.9%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.skills-section {
  margin: 0 calc(24px * var(--scale));
}
.skills-section .skills-title {
  margin: calc(80px * var(--scale)) 0 calc(52px * var(--scale));
  color: #353941;
  font-size: calc(30px * var(--scale));
  font-weight: 800;
  line-height: 145%;
  letter-spacing: calc(0.3px * var(--scale));
}
.common-landing-content .skills-title .text-bg {
  margin-left: calc(-5px * var(--scale));
  padding-left: calc(5px * var(--scale));
  padding-right: calc(5px * var(--scale));
}
.common-landing-content .skills-title .text-line {
  bottom: 0;
}
.skills-section .skills-item {
  margin-bottom: calc(56px * var(--scale));
  padding: calc(16px * var(--scale)) calc(24px * var(--scale))
    calc(24px * var(--scale));
  border-radius: calc(24px * var(--scale));
  background: rgba(44, 173, 112, 0.16);
}
.skills-section .skills-icon-box {
  margin-bottom: calc(8px * var(--scale));
}
.skills-section .skills-icon-box img {
  display: block;
}
.skills-section .skills-item-text {
  margin-bottom: calc(32px * var(--scale));
  color: #353941;
  font-size: calc(19px * var(--scale));
  font-weight: 700;
  line-height: 145%;
  letter-spacing: calc(0.19px * var(--scale));
}
.skills-section .skills-item-text span {
  color: rgba(53, 57, 65, 0.52);
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.skills-section .skills-video-box {
  position: relative;
  margin-bottom: calc(12px * var(--scale));
  width: calc(280px * var(--scale));
  height: calc(240px * var(--scale));
  overflow: hidden;
  border-radius: calc(12px * var(--scale));
}
.skills-section .skills-video-box video {
  position: absolute;
  left: 50%;
  bottom: -26px;
  transform: translateX(-50%);
  width: 100%;
  height: auto;
}
.skills-section .skills-video-text {
  color: rgba(53, 57, 65, 0.52);
  font-size: calc(14px * var(--scale));
  font-weight: 500;
  line-height: 135%;
  letter-spacing: calc(0.14px * var(--scale));
}

.team-section .team-title-area {
  padding: calc(120px * var(--scale)) calc(24px * var(--scale));
  background-color: #f5f6f8;
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: calc(16px * var(--scale));
}
.team-section .team-title {
  margin:0;
  color: var(--Black-800, #353941);
  font-family: Pretendard;
  font-size: calc(32px * var(--scale));
  font-style: normal;
  font-weight: 800;
  line-height: 165%;
  letter-spacing: calc(0.08px * var(--scale));
}
.team-section .team-sub-text {
  padding: calc(80px * var(--scale)) calc(24px * var(--scale))
    calc(56px * var(--scale));
  font-size: calc(32px * var(--scale));
  font-weight: 800;
  line-height: 145%;
  background: linear-gradient(
    95deg,
    #01c8d6 1.93%,
    #00a9ea 29.22%,
    #2ed686 56.51%,
    #ffc642 63.8%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.team-section .swiper-slide img {
  border-radius: calc(24px * var(--scale));
  overflow: hidden;
}
.team-section .swiper-slide:nth-child(2) img {
  border: 4px solid #d1d2d4;
  box-sizing: border-box;
  padding: 0;
}
.team-section .team-intro-content {
  padding: 0 calc(24px * var(--scale));
}
.team-section .image-with-caption {
  margin-bottom: calc(16px * var(--scale));
  text-align: center;
}
.team-section .image-with-caption img {
  max-width: 100%;
  height: auto;
}
.team-section .image-with-caption figcaption {
  color: rgba(53, 57, 65, 0.62);
  font-size: calc(15px * var(--scale));
  font-weight: 600;
  line-height: 165%;
  letter-spacing: calc(0.038px * var(--scale));
  text-align: left;
}
.team-section .team-info-box {
  display: flex;
  flex-direction: column;
  gap: calc(16px * var(--scale));
}
.team-section .team-info-box .team-info-text {
  margin: 0;
  display: flex;
  padding: calc(19px * var(--scale)) 0 calc(19px * var(--scale))
    calc(32px * var(--scale));
  align-items: center;
  justify-content: flex-start;
  gap: calc(4px * var(--scale));
  border-radius: calc(24px * var(--scale));
  background: #f0f2f4;
  color: var(--Black-800, #353941);
  font-size: calc(19px * var(--scale));
  font-weight: 700;
  line-height: 135%;
  /* letter-spacing: calc(0.76px * var(--scale)); */
}
.team-section .team-info-box .team-info-text:nth-child(1) {
  padding-left: 0;
  justify-content: center;
  color: #fff;
  background: linear-gradient(90deg, #71a3fb 0%, #a469fa 100%);
}
.team-section .team-info-box .team-info-text img {
  display: inline-block;
  margin-right: calc(8px * var(--scale));
}
.team-section .team-info-box .team-info-text span {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  background: linear-gradient(90deg, #f87785 0%, #e30018 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.team-section .team-banner {
  margin: calc(52px * var(--scale)) calc(24px * var(--scale))
    calc(120px * var(--scale));
}
.team-section .team-banner img {
  width: 100%;
}
.team-section .team-slide-inner {
  margin: 0 16px;
  padding: calc(28px * var(--scale)) 0 calc(28px * var(--scale))
    calc(17px * var(--scale));
  display: flex;
  width: calc(100% - (17px * var(--scale)));
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  border-radius: calc(24px * var(--scale));
  box-sizing: border-box;
  background: #f5f6f8;
}
.team-section .team-slide-inner-title {
  color: var(--Black-800, #353941);
  font-size: calc(14px * var(--scale));
  font-weight: 800;
  line-height: 155%;
}
.team-section .team-slide-inner-text {
  margin: 0;
  text-align: left;
  color: var(--Black-600, #6c6f75);
  font-size: calc(7.5px * var(--scale));
  font-weight: 600;
  line-height: 165%;
}

.achievements-section {
  padding: calc(42px * var(--scale)) 0 0;
}
.achievements-section .swiper-slide {
  border-radius: calc(24px * var(--scale));
  overflow: hidden;
}
.achievements-section .teenagers-banner-cont {
  margin: 0 auto;
  padding: calc(42px * var(--scale)) 0;
  overflow: hidden;
}
.achievements-section .achievements-slide-inner {
  margin: 0 auto;
  display: flex;
  /* width: 100%;
  height: 100%;
  aspect-ratio: 654 / 860; */
  /* width: calc(702px - 32px); */
  /* height: 915px; */
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-radius: calc(24px * var(--scale));
  box-sizing: border-box;
}
.achievements-section .achievements-slide-inner.fir {
  padding: calc(40px * var(--scale)) calc(18px * var(--scale))
    calc(24px * var(--scale));
  background: linear-gradient(147deg, #3a89f7 0%, #4dbec1 98.61%);
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
}
.achievements-section .achievements-slide-inner.last {
  padding: calc(40px * var(--scale)) calc(13.5px * var(--scale))
    calc(24px * var(--scale));
  background: url("/img/m/landing/achievements-bg.png") center center no-repeat;
  background-size: cover;
}
.achievements-section .achievements-text-area {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.achievements-section .achievements-text {
  margin: 0;
  color: var(--On-Color-White-High-Emphasis, #fff);
  font-size: calc(27px * var(--scale));
  font-weight: 800;
  line-height: 125%; /* 33.75px */
  letter-spacing: calc(0.54px * var(--scale));
}
.achievements-section .last .achievements-text {
  color: #1a1e27;
}
.achievements-section .last .achievements-text span {
  color: #0da6ff;
  font-weight: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}
.achievements-section .achievements-grid-box {
  width: 100%;
  display: grid;
  grid-template: 1fr 1fr / 1fr 1fr;
  gap: calc(16px * var(--scale));
}
.achievements-section .achievements-grid-box .achievements-grid-item {
  display: flex;
  padding: calc(12px * var(--scale)) 0;
  flex-direction: column;
  align-items: center;
  gap: calc(8px * var(--scale));
  border-radius: calc(12px * var(--scale));
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07);
  justify-content: space-between;
  width: 100%;
}
.achievements-section .achievements-grid-text {
  color: var(--Black-900, #1a1e27);
  text-align: center;
  font-size: calc(16px * var(--scale));
  font-weight: 800;
  line-height: 135%;
}
.achievements-section .achievements-grid-text span {
  color: #1a7dff;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.achievements-section .achievements-list {
  width: 100%;
}
.achievements-section .achievements-list li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(6px * var(--scale));
  padding: calc(12px * var(--scale)) calc(8px * var(--scale))
    calc(12px * var(--scale)) calc(35px * var(--scale));
  border-radius: calc(10px * var(--scale));
  background: url("/img/m/landing/icon-check.svg") #fff 16px center no-repeat;
  background-size: 32px 32px;
  color: var(--On-Color-Black-High-Emphasis, #1a1e27);
  font-size: calc(16px * var(--scale));
  font-weight: 700;
  line-height: normal;
  letter-spacing: calc(-0.32px * var(--scale));
}
.achievements-section .achievements-list li + li {
  margin-top: calc(8.67px * var(--scale));
}
.achievements-section .achievements-list li span {
  color: var(--On-Color-Black-Medium-Emphasis, #6c6f75);
  font-size: calc(14px * var(--scale));
  font-weight: 400;
  line-height: 100%; /* 14px */
}

/* 리뷰 슬라이드 컨텐츠 */
.reviews-section {
  padding: calc(42px * var(--scale)) 0;
}
.review-swiper .swiper-slide {
  height: unset;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 calc(8px * var(--scale));
}
.review-swiper .swiper-slide:nth-child(1).swiper-slide-active {
  padding-left: 2px;
}
.review-cont {
  height: 100%;
  display: flex;
  width: 100%;
  padding: calc(32px * var(--scale)) calc(24px * var(--scale));
  background: var(--Black-50, #f5f6f8);
  flex-direction: column;
  justify-content: space-between;
  gap: calc(24px * var(--scale));
  box-sizing: border-box;
  align-items: flex-start;
  border-radius: calc(24px * var(--scale));
}
.review-cont-inner {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: calc(12px * var(--scale));
  text-align: left;
}
.review-cont .profile-img-box img {
  width: calc(64px * var(--scale));
  height: calc(64px * var(--scale));
}
.review-cont .review-title {
  color: var(--Black-800, #353941);
  font-size: calc(22px * var(--scale));
  font-weight: 700;
  line-height: 145%; /* 1.72188rem */
}
.review-cont .review-cont-text {
  padding-top: calc(16px * var(--scale));
  color: #6c6f75;
  font-size: calc(16px * var(--scale));
  font-weight: 600;
  line-height: 145%; /* 1.26875rem */
  word-break: keep-all;
  background-image: url("/img/m/landing/Talkingup_fill.svg");
  background-repeat: no-repeat;
  background-size: calc(16px * var(--scale));
  background-position: 0 0;
}
.review-name {
  padding: calc(10px * var(--scale));
  color: #2cad70;
  border-radius: 999px;
  background: #e3f5ec;
  font-size: calc(12px * var(--scale));
  font-weight: 700;
  line-height: 133.333%;
}

/* 슬라이드 컨텐츠 공통 스타일 */
.admissions-section .teenagers-banner-cont {
  margin: 0 auto;
  padding: calc(42px * var(--scale)) 0;
  overflow: hidden;
}

.teenagers-banner-cont .teenagers-banner-title {
  padding: 0 calc(24px * var(--scale));
  margin: 0 0 calc(24px * var(--scale));
  color: #353941;
  font-size: calc(30px * var(--scale));
  font-weight: 800;
  line-height: 135%;
  letter-spacing: calc(0.3px * var(--scale));
}
.teenagers-banner-cont .teenagers-banner-sub-text {
  margin-bottom: calc(2px * var(--scale));
  display: block;
  color: rgba(53, 57, 65, 0.62);
  font-size: calc(19px * var(--scale));
  font-weight: 500;
  letter-spacing: calc(0.19px * var(--scale));
  line-height: normal;
}
.teenagers-banner-cont .swiper-area {
  text-align: center;
  overflow: hidden;
  padding: 0 calc(27.5px * var(--scale));
}
.teenagers-banner-cont .swiper-slide > img,
.teenagers-banner-cont .swiper-slide a,
.team-section .team-slide-inner {
  display: block;
}
.teenagers-banner-cont .swiper-slide > img,
.teenagers-banner-cont .swiper-slide > a,
.achievements-section .achievements-slide-inner,
.team-section .team-slide-inner {
  /* max-width: 100%;
  max-height: 100%;
  box-sizing: border-box; */
  width: 610px;
  height: 854px;
  margin: 0 auto;
}

.teenagers-banner-cont .swiper-slide-active:nth-child(1) > img,
.teenagers-banner-cont .swiper-slide-active:nth-child(1) > a,
.achievements-section
  .swiper-slide-active:nth-child(1)
  .achievements-slide-inner.fir,
.team-section .swiper-slide-active:nth-child(1) .team-slide-inner {
  margin: 0 auto 0 0;
}

.common-landing-content .fixed-area {
  padding: calc(6px * var(--scale)) calc(12px * var(--scale));
  width: calc(234px * var(--scale));
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 9999;
  transform: translateX(-50%);
  border-radius: 999px;
  background: rgba(218, 219, 222, 0.22);
  backdrop-filter: blur(8px);
}
.common-landing-content .fixed-area .btn-consult {
  padding: calc(16px * var(--scale));
  display: block;
  border-radius: 999px;
  background: var(--mambo-yellow-600-primary, #feb015);
  color: var(--On-Color-White-White, #fff);
  text-align: center;
  font-size: calc(16px * var(--scale));
  font-weight: 700;
  line-height: 125%;
}

/* 10대 랜딩 공통 스타일 */
.common-landing-content .text-bg {
  display: inline-block;
  padding: 0 calc(12px * var(--scale));
  border-radius: 9999px;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.common-landing-content .text-bg.yellow {
  background-color: #fcef69;
}
.common-landing-content .text-bg.green {
  background-color: #7bee88;
}
.common-landing-content .text-bg.pink {
  background-color: #ff81b3;
}
.common-landing-content .text-line-box {
  display: inline-block;
  position: relative;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.common-landing-content .text-line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -9px;
  width: 100%;
}
/* =============== 10대 렌딩 끝 */



/* =============== 제과제빵 랜딩 시작 */
/* ===== Intro Section ===== */
.intro-section {
	position: relative;
	background-color: #fefcf9;
	overflow: hidden;
}
.intro-bread-wrapper {
	position: absolute;
	right: 0;
	top: 160px;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
}
.intro-content {
	position: relative;
	z-index: 1;
	padding: 136px 48px 80px 48px;
	display: flex;
	flex-direction: column;
	gap: 80px;
	align-items: flex-end;
}
.intro-title-block {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	min-height: 982px;
}
.intro-heading-area {
	display: flex;
	flex-direction: column;
	gap: 32px;
}
.intro-heading {
	font-weight: 700;
	font-size: 64px;
	color: #1a1e27;
	letter-spacing: -1.28px;
	line-height: 1.4;
	margin: 0;
}
.intro-heading .intro-em {
	font-size: 72px;
	font-weight: 800;
	color: #ff9254;
	font-style: normal;
}
.intro-cards-area {
	display: flex;
	flex-direction: column;
	gap: 32px;
}
.intro-card-box {
	background: #fff;
	border-radius: 24px;
	padding: 32px;
	display: flex;
	gap: 24px;
	align-items: center;
	box-shadow: 0 2px 2px rgba(0,0,0,0.12), 0 2px 3px rgba(0,0,0,0.07);
}
.intro-card-col {
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
	width: 164px;
	flex-shrink: 0;
}
.intro-icon-wrap {
	position: relative;
	overflow: hidden;
	flex-shrink: 0;
}
.intro-icon-1 { width: 80px; height: 80px; }
.intro-icon-2 { width: 84px; height: 80px; }
.intro-icon-3 { width: 76px; height: 80px; }
.intro-card-label {
	display: flex;
	flex-direction: column;
	gap: 16px;
	align-items: center;
	text-align: center;
}
.intro-card-label strong {
	font-weight: 600;
	font-size: 28px;
	color: #1a1e27;
	line-height: normal;
	white-space: nowrap;
}
.intro-card-label p {
	font-weight: 500;
	font-size: 26px;
	color: #6c6f75;
	line-height: normal;
	margin: 0;
}
.intro-card-divider {
	width: 1px;
	height: 158px;
	background-color: #dadbde;
	flex-shrink: 0;
}
.intro-note-box {
	background: #fdf9ef;
	border-radius: 24px;
	padding: 16px 32px;
	display: flex;
	gap: 32px;
	align-items: center;
}
.intro-note-icon {
	display:flex;
	align-items: center;
	justify-content:center;
	width: 60px;
	height: 60px;
	flex-shrink: 0;
	border-radius: 999px;
	background: #FEB015
}
.intro-note-text {
	font-weight: 500;
	font-size: 30px;
	color: #1a1e27;
	line-height: 1.35;
	margin: 0;
}
.intro-note-text .intro-em {
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	color: #ff9254;
	text-decoration: underline;
}
.intro-location {
	display: flex;
	flex-direction: column;
	gap: 14px;
	text-align: right;
}
.intro-location-title {
	font-weight: 600;
	font-size: 30px;
	color: #51545b;
	line-height: 1.35;
	margin: 0;
}
.intro-location-list {
	font-weight: 500;
	font-size: 26px;
	color: #6c6f75;
	line-height: 1.35;
	margin: 0;
}

/* ===== Pain Section ===== */
.pain-section {
	background-color: #f5f6f8;
	padding: 112px 48px;
	display: flex;
	flex-direction: column;
	gap: 64px;
}
.pain-title-block {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.pain-label {
	font-weight: 600;
	font-size: 30px;
	color: #f14654;
	line-height: normal;
	margin: 0;
}
.pain-title {
	font-weight: 700;
	font-size: 52px;
	color: #191f28;
	letter-spacing: -1.04px;
	line-height: 1.4;
	margin: 0;
}
.pain-cards-list {
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.pain-card {
	background: #fff;
	border-radius: 32px;
	padding: 40px;
	display: flex;
	gap: 32px;
	align-items: center;
}
.pain-card-num {
	background: #f2f4f6;
	border-radius: 999px;
	width: 72px;
	height: 72px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	font-weight: 600;
	font-size: 28px;
	color: #8b95a1;
}
.pain-card-text {
	font-weight: 600;
	font-size: 30px;
	color: #1a1e27;
	line-height: 1.55;
	margin: 0;
	flex: 1;
}

/* ===== Philo Section ===== */
.philo-section {
	background-color: #fff;
	padding: 112px 48px;
	display: flex;
	flex-direction: column;
	gap: 36px;
}
.philo-header {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.philo-label {
	font-weight: 600;
	font-size: 30px;
	color: #18b96e;
	line-height: normal;
	margin: 0;
}
.philo-heading {
	font-weight: 700;
	font-size: 52px;
	color: #191f28;
	letter-spacing: -1.04px;
	line-height: 1.4;
	margin: 0;
}
.philo-desc {
	font-weight: 500;
	font-size: 26px;
	color: #6c6f75;
	line-height: 1.55;
	margin: 22px 0 0;
}
.philo-circle-area {
	display: flex;
	position: relative;
	height: 434px;
}
.philo-circle-labels {
	position: absolute;
	left: 422px;
	top: 58px;
	display: flex;
	flex-direction: column;
	gap: 25px;
}
.philo-circle-label-item {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.philo-circle-label-title {
	font-weight: 700;
	font-size: 28px;
	color: #ff8621;
	margin: 0;
}
.philo-circle-label-desc {
	font-weight: 500;
	font-size: 26px;
	color: #51545b;
	white-space: nowrap;
	margin: 0;
}
.philo-note-box {
	background: #FDF9EF;
	border-radius: 24px;
	padding: 24px 32px;
	display: flex;
	gap: 44px;
	align-items: center;
}
.philo-note-icon {
	display:flex;
	align-items: center;
	justify-content:center;
	width: 60px;
	height: 60px;
	flex-shrink: 0;
	border-radius: 999px;
	background: #FEB015
}

.philo-note-text {
	font-weight: 500;
	font-size: 30px;
	color: #1a1e27;
	line-height: 130%;
	margin: 0;
}
.philo-em {
	font-size: 32px;
	color:#FF9254;
	font-style: unset;
	font-weight: 700
}

/* ===== Result Section ===== */
.result-section {
	background-color: #fff;
	padding: 112px 48px;
	display: flex;
	flex-direction: column;
	gap: 36px;
}
.result-header {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.result-label {
	font-weight: 600;
	font-size: 30px;
	color: #18b96e;
	line-height: normal;
	margin: 0;
}
.result-heading {
	font-weight: 700;
	font-size: 52px;
	color: #191f28;
	letter-spacing: -1.04px;
	line-height: 1.4;
	margin: 0;
}
.result-card {
	display: flex;
	gap: 32px;
	align-items: center;
	padding: 48px;
	border-radius: 32px;
	overflow: hidden;
}
.result-card.not-card { background-color: #eff1f3; }
.result-card.yes-card { background-color: #e8fff4; }
.result-card-circle {
	width: 96px;
	height: 96px;
	border-radius: 999px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	overflow: hidden;
}
.result-card.not-card .result-card-circle { background-color: #fff; }
.result-card.yes-card .result-card-circle { background-color: #18b96e; }
.result-card-circle-icon {
	font-style: normal;
	line-height: normal;
	white-space: nowrap;
}
.result-card.not-card .result-card-circle-icon { font-size: 60px; color: #8b95a1; }
.result-card.yes-card .result-card-circle-icon { font-size: 40px; color: #fff; font-weight: 700; }
.result-card-text {
	display: flex;
	flex-direction: column;
	gap: 8px;
	overflow: hidden;
}
.result-card-sub {
	font-weight: 600;
	font-size: 28px;
	line-height: normal;
	margin: 0;
	white-space: nowrap;
}
.result-card.not-card .result-card-sub { color: #8b95a1; }
.result-card.yes-card .result-card-sub { color: #18b96e; }
.result-card-main {
	font-family: 'Pretendard', sans-serif;
	font-weight: 700;
	font-size: 30px;
	line-height: normal;
	margin: 0;
	white-space: nowrap;
}
.result-card.not-card .result-card-main { color: #191f28; }
.result-card.yes-card .result-card-main { color: #1a1e27; }

/* ===== Curriculum Section ===== */
.curriculum-section {
	background-color: #fff;
	padding: 112px 48px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 64px;
}
.curriculum-header {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.curriculum-label {
	font-weight: 600;
	font-size: 30px;
	color: #3182f6;
	line-height: normal;
	margin: 0;
}
.curriculum-heading {
	font-weight: 700;
	font-size: 52px;
	color: #191f28;
	letter-spacing: -1.04px;
	line-height: 1.4;
	margin: 0;
}
.curriculum-tracks {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 48px;
}
.curriculum-track {
	display: flex;
	flex-direction: column;
	gap: 24px;
	padding: 48px;
	border-radius: 32px;
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
}
.curriculum-track.track-01 { background-color: #fff9f1; }
.curriculum-track.track-02 { background-color: #e9f3ff; }
.curriculum-track-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
	width: 100%;
}
.curriculum-track-badge {
	font-weight: 700;
	font-size: 26px;
	color: #8b95a1;
	letter-spacing: 2.08px;
	white-space: nowrap;
	margin: 0;
}
.track-02 .curriculum-track-badge {
	font-weight: 600;
	font-size: 24px;
	letter-spacing: 1.92px;
}
.curriculum-track-thumb {
	position: relative;
	overflow: hidden;
	flex-shrink: 0;
	pointer-events: none;
	height: 184px;
}
.track-01 .curriculum-track-thumb { width: 280px; }
.track-02 .curriculum-track-thumb { width: 332px; }

.curriculum-track-body {
	display: flex;
	flex-direction: column;
	gap: 24px;
	width: 100%;
}
.curriculum-track-title {
	font-weight: 700;
	font-size: 40px;
	color: #191f28;
	letter-spacing: -0.4px;
	line-height: normal;
	margin: 0;
}
.curriculum-track-desc {
	font-weight: 400;
	font-size: 28px;
	color: #6c6f75;
	line-height: 1.65;
	margin: 0;
}
.curriculum-logos {
	position: relative;
	width: 600px;
}
.curriculum-logo-grid {
	display: grid;
	grid-template-columns: repeat(3, 200px);
	grid-auto-rows: 116px;
}
.curriculum-logo-dots {
	position: absolute;
	bottom: 26px;
	left: 50%;
	font-weight: 900;
	font-size: 26px;
	color: #6c6f75;
	letter-spacing: 4px;
	margin: -20px 0 0 0;
	text-align: center;
	transform: rotate(90deg) translateX(-50%);
}

.bakery-landing-content.common-landing-content .education-section .education-title {
	font-size: calc(26px * var(--scale));
}
.bakery-landing-content.common-landing-content .education-section .education-graphic-desc-1 {
	background: #FFF0F1;
	border-color: #F14654
}

.bakery-landing-content.common-landing-content .skills-section .skills-title,
.bakery-landing-content.common-landing-content .team-section .team-title,
.bakery-landing-content.common-landing-content .team-section .team-sub-text{
	font-size: calc(26px * var(--scale));
}
.bakery-landing-content.common-landing-content .team-section .team-sub-text {
background-image:linear-gradient(
    95deg,
    #01c8d6 1.93%,
    #00a9ea 29.22%,
    #2ed686 46.51%,
    #FFC642 59.8%
  )
}
.bakery-landing-content.common-landing-content .education-section .education-title {
	margin-bottom: 80px;
}
.team-title-em {
	font-size: 60px;
	color:#FEB015;
	font-weight: 800;
	font-style: unset;
}
/* =============== 제과제빵 랜딩 끝 */