@charset "UTF-8";

p {margin: 0}

/* =============== 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 {
  background-color: #f5f6f8;
  padding-top: 64px;
  padding-bottom: 158px;
}
.common-landing-content section:nth-last-of-type(1) {
	padding-bottom:240px
}
.common-landing-content video {
  display: block;
  pointer-events: none; /* 클릭 불가 */
}
.hero-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  /* height: calc(100vh - 98px); */
  overflow: hidden;
  width: 1000px;
  height: 620px;
  border-radius: 40px;
  overflow: hidden;
}
.hero-section .landing-main-video-area {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}
.hero-section .landing-main-video-area .video-text {
  color: rgba(255, 255, 255, 0.62);
  position: absolute;
  top: 22px;
  right: 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 145%;
  letter-spacing: 0.64px;
  z-index: 10;
}
.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;
  bottom: 40px;
  z-index: 99;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.hero-section .title-small {
  color: rgba(255, 255, 255, 0.62);
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 145%;
  letter-spacing: 1.04px;
  margin-bottom: 4px;
}
.hero-section .title {
  color: var(--On-Color-White-White, #fff);
  text-align: center;
  font-size: 52px;
  font-weight: 900;
  line-height: 145%;
  letter-spacing: 2.08px;
}

.why-section {
  text-align: center;
  background: #fff;
}
.why-section .why-title-area {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f5f6f8;
}
.why-section .why-title {
  margin: 0;
  padding-bottom: 40px;
  color: #000;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 145%;
  letter-spacing: 0.48px;
}
.why-section .why-title-area .title-deco {
  display: inline-block;
  width: 6px;
  height: 64px;
  background: linear-gradient(180deg, #d9d9d9 0%, #737373 100%);
}
.why-section .why-item + .why-item {
  margin-top: 80px;
}
.why-section .why-item:last-of-type {
  padding-bottom: 80px;
}
.why-section .why-item .why-image-wrapper {
  margin-top: 130px;
}
.why-image-wrapper img {
  border-radius: 12px;
  max-width: 100%;
  width: 592px;
  height: 320px;
}
.why-section .why-item .why-text {
  padding-top: 52px;
  color: #000;
  font-size: 32px;
  font-weight: 700;
  line-height: 145%;
  letter-spacing: 0.32px;
  margin: 0 0 -10px;
}
.why-section .why-box {
  display: flex;
  width: 592px;
  padding: 24px 24px 24px 40px;
  margin: 200px auto 160px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 24px;
  background: var(--Black-150, #dadbde);
}
.why-section .why-description {
  margin: 0;
  color: var(--Black-800, #353941);
  font-size: 26px;
  font-weight: 700;
  line-height: 135%;
  letter-spacing: 0.26px;
  text-align: left;
  margin-left: 40px;
}

.education-section {
  background-color: #fff;
}
.education-cont-wrap {
  display: flex;
  padding: 120px 0;
  margin: 0 80px;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  gap: 135px;
}
.education-cont-wrap {
  border-bottom: 1px solid #eff1f3;
}
.education-cont-wrap:last-child {
  border: none;
}
.education-section .education-title-small {
  color: var(--On-Color-Black-Medium-Emphasis, #6c6f75);
  font-family: Pretendard;
  font-size: 22px;
  font-weight: 600;
  line-height: 145%;
  letter-spacing: 0.22px;
}
.education-section .education-cont-text {
  flex-grow: 1;
}
.education-section .education-cont-detail {
  flex-grow: 1;
  padding: 0;
}
.education-section .education-title {
  color: var(--On-Color-Black-High-Emphasis, #1a1e27);
  font-size: 40px;
  font-weight: 800;
  line-height: 140%;
  letter-spacing: 0.4px;
}
.education-section .education-cont {
  border-bottom: 1px solid #d3d3d3;
}
.education-section .education-cont:last-child {
  border: none;
}
.education-section .comparison-container {
  display: flex;
  gap: 24px;
}
.education-section .comparison-container .comparison-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  padding: 19px 0;
  border-radius: 19px;
  background: var(--Black-100, #eff1f3);
}
.education-section .comparison-container .comparison-item-title {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: var(--Black-600, #6c6f75);
  font-size: 22px;
  font-weight: 700;
  line-height: 135%;
  letter-spacing: -0.44px;
}
.education-section .comparison-container .comparison-item-list {
  font-size: 19px;
  font-weight: 600;
  line-height: 145%;
  letter-spacing: 0.76px;
  margin: 0;
}
.education-section .comparison-container .comparison-item-list li {
  color: var(--Black-600, #6c6f75);
  font-size: 19px;
  font-weight: 600;
  line-height: 135%;
  letter-spacing: 0.3px;
  text-align: left;
}
.education-section .comparison-container .comparison-item-list li:before {
    content: '• ';
}
.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: 700;
  line-height: 145%;
  letter-spacing: 1.14px;
}
.education-section .education-desc {
  margin: 24px 0px 0px 0px;
  padding: 24px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 19px;
  background: var(--Black-500, #888a90);
  color: var(--On-Color-White-White, #fff);
  font-size: 20px;
  font-weight: 700;
  line-height: 135%;
  letter-spacing: 0.22px;
}
.education-section .education-desc img {
  display: flex;
  width: 26px;
  height: 26px;
  padding: 1.3px 4.322px 1.294px 3.9px;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
}
.education-section .education-approach-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  text-align: center;
}
.education-section .approach-item-title {
  display: inline-block;
  position: relative;
  margin-top: 0;
  margin-bottom: 6px;
  padding: 8px 16px;
  color: #fff;
  text-align: center;
  background-color: #a3a5aa;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}
.education-section .approach-item-title::before {
  position: absolute;
  bottom: -10px;
  left: 50%;
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  transform: rotate(45deg) translateX(-50%);
  background-color: inherit;
}
.education-section .point .approach-item-title {
  background-color: #353941;
}
.education-section .approach-item-img {
  margin: 8px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 9999px;
  background-color: #f0f2f4;
}
.education-section .point .approach-item-img {
  background-color: #fceed0;
}
.education-section .approach-item-text {
  margin: 8px auto 0;
  color: #353941;
  font-size: 19px;
  font-weight: 700;
  line-height: 135%;
  letter-spacing: -0.28px;
}
.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: 40px;
  height: 40px;
  border-radius: 999px;
  background: var(--Black-800, #353941);
  flex-direction: column;
  justify-content: center;
}
.education-section .approach-divider .approach-divider-text {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
}
.education-section .education-graphic {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  text-align: center;
}
.education-section .education-graphic .education-graphic-arrow {
  padding-top: 60px;
}
.education-section .education-graphic-desc-1 {
  margin: 0 auto;
  display: flex;
  width: 120px;
  height: 95px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 8px;
  border: 2px dashed #d1d2d4;
  background: var(--Black-10, #fafafc);
  color: #f14654;
  font-size: 21px;
  font-weight: 700;
  line-height: 135%;
  letter-spacing: 0.42px;
  box-sizing: border-box;
}
.education-section .education-graphic-desc-2 {
  margin: 8px auto 0;
  display: flex;
  width: 120px;
  height: 102px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: #727e97;
  color: var(--On-Color-White-White, #fff);
  font-size: 19px;
  font-weight: 500;
  line-height: 135%;
}
.education-section .education-graphic-desc-3 {
  margin: 0 auto;
  display: flex;
  width: 120px;
  height: 205px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 8px;
  background: #2cad70;
  color: var(--On-Color-White-White, #fff);
  font-size: 21px;
  font-weight: 700;
  line-height: 165%;
}
.education-section .education-graphic-name {
  color: rgba(53, 57, 65, 0.42);
  text-align: center;
  display: block;
  margin: 16px 0px 6px 0px;
  font-size: 19px;
  font-weight: 700;
  line-height: 135%;
  letter-spacing: -0.38px;
}
.education-section .graphic-item-2 .education-graphic-name {
  color: #2cad70;
}
.education-section .education-graphic-text {
  margin: 0;
  display: flex;
  width: 152px;
  height: 140px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 19px;
  background: var(--Black-100, #eff1f3);
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 145%;
}
.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: 40px 0px 0px 0px;
  color: var(--Black-600, #6c6f75);
  font-size: 13px;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 145%;
}
.education-section .education-text span {
  color: #2cad70;
  font-size: inherit;
  font-size: 15px;
  font-weight: 700;
  line-height: inherit;
  line-height: 145%;
}

.guide-section {
  padding: 120px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  background-color: #eff1f3;
}
.guide-section .guide-section-text {
  text-align: center;
  font-size: 40px;
  font-weight: 800;
  line-height: 165%;
  letter-spacing: 0.1px;
  background: linear-gradient(104deg, #6fae7b 6.74%, #06751b 69.9%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.skills-section {
  padding-bottom: 60px;
  background: #fff;
  overflow: hidden;
}
.skills-section .skills-title {
  padding: 120px 130px;
  color: #353941;
  font-size: 30px;
  font-weight: 800;
  line-height: 145%;
  letter-spacing: 0.3px;
}
.skills-section .swiper-custom-prev {
  left: 106px;
}
.skills-section .swiper-custom-next {
  right: 106px;
}
.skills-section .swiper-slide,
.skills-section .skills-align-box {
  width: 360px;
  height: 627px;
  padding: 32px 40px;
  border-radius: 24px;
  background: rgba(44, 173, 112, 0.16);
  box-sizing: border-box;
}
.common-landing-content .skills-title .text-bg {
  margin-left: -5px;
  padding-left: 5px;
  padding-right: 5px;
}
.common-landing-content .skills-title .text-line {
  bottom: 0;
}
.skills-section .skills-icon-box {
  margin-bottom: 8px;
}
.skills-section .skills-icon-box img {
  display: block;
}
.skills-section .skills-item-text {
  margin-bottom: 32px;
  color: #353941;
  font-size: 26px;
  font-weight: 700;
  line-height: 145%;
  letter-spacing: 0.26px;
}
.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: 12px;
  width: 280px;
  height: 250px;
  overflow: hidden;
  border-radius: 12px;
}
.skills-section .skills-video-box video {
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  width: 100%;
  height: auto;
}
.skills-section .skills-video-text {
  margin: 0;
  color: rgba(53, 57, 65, 0.52);
  font-size: 14px;
  font-weight: 500;
  line-height: 135%;
  letter-spacing: 0.14px;
}
.skills-section .swiper-area {
  padding: 0 40px 0 130px;
  margin: 0 auto;
}
.skills-section .swiper-container.admissions-swiper {
  width: 100%;
}

/* 이미지 컨텐츠 영역 */
.admissions-section {
  padding: 60px 130px 0;
  background-color: #fff;
}
.admissions-section .teenagers-banner-cont {
  margin: 120px 130px;
  padding: 0;
}
.admissions-section .teenagers-banner-cont:nth-child(1) {
  margin-top: 0;
}
.admissions-section .teenagers-banner-cont:last-child {
  margin-bottom: 0;
}
.admissions-section .teenagers-banner-detail {
  padding-bottom: 120px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
}
.admissions-section .teenagers-banner-detail a,
.admissions-section .teenagers-banner-detail img {
  width: 350px;
  height: 490px;
}

.team-section {
  background-color: #fff;
}
.team-section .team-title-area {
  display: flex;
  padding: 96px 130px 120px 130px;
  align-items: start;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  background-color: #eff1f3;
}
.team-section .team-title {
  color: var(--Black-800, #353941);
  text-align: center;
  font-family: Pretendard;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 165%;
  letter-spacing: 0.1px;
}
.team-section .team-sub-text-area {
  padding: 80px 190px 56px 190px;
  display: flex;
  align-items: center;
}
.team-section .team-sub-text {
  font-size: 40px;
  font-weight: 800;
  line-height: 145%;
  background: linear-gradient(
    95deg,
    #01c8d6 1.93%,
    #00a9ea 29.22%,
    #2ed686 56.51%,
    #ffc642 83.8%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.team-section .swiper-slide {
  width: 320px;
  height: 448px;
  border-radius: 24px;
  overflow: hidden;
}
.team-section .swiper-slide img {
  width: 100%;
}
/* .team-section .swiper-slide:nth-child(2) img {
  width: 654px;
  border: 4px solid #d1d2d4;
  box-sizing: border-box;
  padding: 0;
} */
.team-section .team-intro-content {
  display: flex;
  padding: 0 24px 120px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  padding-bottom: 52px;
}
.team-section .image-with-caption {
  margin-bottom: 16px;
  text-align: center;
}
.team-section .image-with-caption img {
  width: 620px;
  height: 540.367px;
  stroke-width: 4px;
  stroke: rgba(53, 57, 65, 0.82);
}
.team-section .image-with-caption figcaption {
  text-align: left;
  color: rgba(53, 57, 65, 0.62);
  font-size: 15px;
  font-weight: 600;
  line-height: 165%;
  letter-spacing: 0.038px;
}
.team-section .team-info-box {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.team-section .team-info-box .team-info-text {
  margin: 0;
  display: flex;
  padding: 19px 32px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 24px;
  background: #f0f2f4;
  color: var(--Black-800, #353941);
  font-size: 22px;
  font-weight: 700;
  line-height: 135%;
}
.team-section .team-info-box .team-info-text:nth-child(1) {
  padding: 26px 32px;
  justify-content: center;
  color: #fff;
  border-radius: 22px;
  background: linear-gradient(90deg, #71a3fb 0%, #a469fa 100%);
}
.team-section .team-info-box .team-info-text img {
  display: inline-block;
  margin-right: 8px;
}
.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 {
  width: 620px;
  margin: 0 auto 120px;
}
.team-section .team-slide-inner {
  padding: 28px 0 28px 17px;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  border-radius: 24px;
  box-sizing: border-box;
  background: #f5f6f8;
}
.team-section .team-slide-inner-title {
  color: var(--Black-800, #353941);
  font-size: 14px;
  font-weight: 800;
  line-height: 145%;
}
.team-section .team-slide-inner-text {
  margin: 0;
  text-align: left;
  color: var(--Black-600, #6c6f75);
  font-size: 8px;
  font-weight: 600;
  line-height: 165%;
}

.achievements-section {
  background-color: #fff;
}
.achievements-section .swiper-slide {
  width: 320px;
  height: 448px;
  border-radius: 24px;
  overflow: hidden;
}
.achievements-section .teenagers-banner-cont {
  margin: 0 auto;
  overflow: hidden;
}
.achievements-section .achievements-slide-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
}
.achievements-section .achievements-slide-inner.fir {
  padding: 40px 18px 24px;
  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: 40px 13.5px 24px;
  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: 30px;
  font-weight: 700;
  line-height: 125%;
}
.achievements-section .last .achievements-text {
  color: #1a1e27;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 0.64px;
}
.achievements-section .last .achievements-text span {
  color: #0da6ff;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.achievements-section .achievements-grid-box {
  width: 100%;
  display: grid;
  grid-template: 1fr 1fr / 1fr 1fr;
  gap: 16px;
}
.achievements-section .achievements-grid-box .achievements-grid-item {
  display: flex;
  padding: 12px 0;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  border-radius: 12px;
  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: 16px;
  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%;
  margin: 0;
}
.achievements-section .achievements-list li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  padding: 12px 8px 12px 37px;
  border-radius: 10px;
  background: url("/img/m/landing/icon-check.svg") #fff 10px center no-repeat;
  background-size: 19px 19px;
  color: var(--On-Color-Black-High-Emphasis, #1a1e27);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.32px;
  line-height: normal;
}
.achievements-section .achievements-list li + li {
  margin-top: 8.67px;
}
.achievements-section .achievements-list li span {
  color: var(--On-Color-Black-Medium-Emphasis, #6c6f75);
  font-size: 14px;
  font-weight: 400;
  line-height: 100%; /* 14px */
}

/* 리뷰 슬라이드 컨텐츠 */
.skills-section + .reviews-section {
  padding-top:60px
}
.reviews-section.teenagers-banner-cont {
  padding-bottom: 120px;
  background-color: #fff;
}
.review-swiper .swiper-slide {
  height: unset;
  overflow: hidden;
  box-sizing: border-box;
  width: 320px;
  height: 424px;
  background: var(--Black-50, #f5f6f8);
  border-radius: 24px;
}
.review-cont {
  padding: 32px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  box-sizing: border-box;
  align-items: flex-start;
}
.review-cont-inner {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  text-align: left;
}
.review-cont .profile-img-box img {
  width: 64px;
  height: 64px;
}
.review-cont .review-title {
  color: var(--Black-800, #353941);
  font-size: 24px;
  font-weight: 700;
  line-height: 145%;
}
.review-cont .review-cont-text {
  margin: 0;
  padding-top: 16px;
  color: #6c6f75;
  font-size: 16px;
  font-weight: 600;
  line-height: 145%;
  word-break: keep-all;
  background-image: url("/img/m/landing/Talkingup_fill.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 0 0;
}
.review-name {
  padding: 10px;
  color: #2cad70;
  border-radius: 999px;
  background: #e3f5ec;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

/* 슬라이드 컨텐츠 공통 스타일 */
.teenagers-banner-cont {
  position: relative;
  overflow: hidden;
  padding-bottom: 120px;
}
.teenagers-banner-title {
  margin-bottom: 24px;
  color: #353941;
  font-size: 30px;
  font-weight: 800;
  line-height: 135%;
  letter-spacing: 0.3px;
}
.teenagers-banner-cont .teenagers-banner-title {
  padding: 0 130px;
}
.teenagers-banner-sub-text {
  margin-bottom: 2px;
  display: block;
  color: rgba(53, 57, 65, 0.62);
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.19px;
  line-height: normal;
}
.common-landing-content .swiper-area {
  position: relative;
}
.teenagers-banner-cont .swiper-area {
  margin: 0 106px;
  padding: 0 24px;
  text-align: center;
  overflow: hidden;
}
.teenagers-banner-cont .swiper-slide a {
  display: block;
}
.teenagers-banner-cont .swiper-slide > img,
.teenagers-banner-cont .swiper-slide > a {
  max-width: 100%;
  max-height: 100%;
}

.common-landing-content .swiper-custom-prev,
.common-landing-content .swiper-custom-next {
  position: absolute;
  top: 50%;
  z-index: 9;
  width: 48px;
  height: 48px;
  transform: translateY(-50%);
  border-radius: 9999px;
  background-color: rgba(255, 255, 255, 0.82);
  background-size: 32px;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
  cursor: pointer;
}
.common-landing-content .swiper-custom-prev {
  background-image: url("/img/icon/arrow-prev.svg");
}
.common-landing-content .swiper-custom-next {
  background-image: url("/img/icon/arrow-next.svg");
}

.teenagers-banner-cont .swiper-custom-prev {
  left: 3px;
}
.teenagers-banner-cont .swiper-custom-next {
  right: 3px;
}

/* 10대 랜딩 공통 스타일 */
.common-landing-content .text-bg {
  display: inline-block;
  padding: 0 12px;
  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: -4px;
  width: 100%;
}

/* 고정 이벤트 바 ===== */
.event-bar {
  position: fixed;
  bottom: 40px;
  left: 50%;
  z-index: 1000;
  transform: translateX(-50%);
  background: #fff6f0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 999px;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(6px);
  padding: 8px 16px;
  width: 100%;
  max-width: 1000px;
}
.event-content {
  display: flex;
  align-items: center;
  gap: 8px;
}
.event-label {
  color: #faa700;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.28px;
  background: #f9e6be;
  border-radius: 999px;
  padding: 6px 8px;
  margin-right: 6px;
}
.event-desc {
  color: var(--Black-900, #1a1e27);
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 0.053px;
}
a.event-btn {
  padding: 12px 48px;
  text-decoration: none;
  color: var(--On-Color-White-High-Emphasis, #fff);
  text-align: center;
  font-size: 19px;
  font-weight: 600;
  line-height: 20px;
  border-radius: 999px;
  background: var(--Orange-900, #feb015);
}
/* //고정 이벤트 바 ===== */
/* =============== 10대 랜딩 끝 */


/* =============== 제과제빵 랜딩 시작 */
.bakery-landing-content.common-landing-content {background: #fff; padding:0}
/* ===== intro-section ===== */
.intro-section {
    position: relative;
    background-color: #fefcf9;
    overflow: hidden;
}
.intro-bread-wrap {
    position: absolute;
    right: 0;
    top: 0 ;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}
.intro-bread-clip img {
    max-width: 100%;
}
.intro-content {
    position: relative;
    padding: 64px 120px 80px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: flex-end;
}
.intro-main {
    height: 605px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.intro-heading-group {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.intro-title {
    font-size: 40px;
    font-weight: 700;
    color: #1a1e27;
    letter-spacing: -0.8px;
    line-height: 1.4;
}
.intro-title .intro-title-pt {
    font-size: 52px;
    font-weight: 800;
    color: #ff9254;
}
.intro-cards-group {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.intro-info-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 24px 32px;
    display: flex;
    align-items: center;
    gap: 22px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.15), 0 2px 3px rgba(0,0,0,0.07);
    width: fit-content;
}
.intro-info-col {
    width: 102px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.intro-info-col-icon {
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}
.intro-info-col-icon img {
    position: absolute;
    max-width: none;
}
.intro-info-col-icon.icon-1 { width: 56px; height: 56px; }
.intro-info-col-icon.icon-1 img { width: 570.45%; height: 378.39%; left: -58.21%; top: -125.13%; }
.intro-info-col-icon.icon-2 { width: 59px; height: 56px; }
.intro-info-col-icon.icon-2 img { width: 570.45%; height: 400.53%; left: -234.47%; top: -141.49%; }
.intro-info-col-icon.icon-3 { width: 53px; height: 56px; }
.intro-info-col-icon.icon-3 img { width: 617.21%; height: 388.14%; left: -452.05%; top: -135.57%; }
.intro-info-col-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
}
.intro-info-col-label {
    font-size: 18px;
    font-weight: 600;
    color: #1a1e27;
    white-space: nowrap;
}
.intro-info-col-desc {
    font-size: 15px;
    font-weight: 500;
    color: #6c6f75;
    line-height: normal;
}
.intro-info-divider {
    width: 1px;
    height: 79px;
    background-color: #dadbde;
    flex-shrink: 0;
}
.intro-note-box {
    background: #fdf9ef;
    border-radius: 12px;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    width: 458px;
    box-sizing: border-box;
}
.intro-note-icon {
    width: 40px;
    height: 40px;
    display:flex;
	align-items: center;
	justify-content:center;
	border-radius: 999px;
	background: #FEB015
}
.intro-note-icon img {
    width: 20px;
    display: block;
}
.intro-note-text {
	margin: 0;
    font-size: 21px;
    font-weight: 500;
    color: #1a1e27;
    line-height: 1.35;
    white-space: nowrap;
}
 .intro-note-text .intro-note-accent {
    font-size: 22px;
    font-weight: 700;
    color: #ff9254;
    text-decoration: underline;
}
.intro-location {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 7px;
    text-align: right;
}
.intro-location-title {
    font-size: 15px;
    font-weight: 600;
    color: #51545b;
    line-height: 1.35;
}
.intro-location-list {
    font-size: 13px;
    font-weight: 500;
    color: #6c6f75;
    line-height: 1.35;
}
/* ===== pain-section ===== */
.pain-section {
    background-color: #f5f6f8;
    padding: 56px 120px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.pain-header {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.pain-label {
    font-size: 19px;
    font-weight: 600;
    color: #f14654;
    line-height: normal;
}
.pain-heading {
    font-size: 32px;
    font-weight: 700;
    color: #191f28;
    line-height: 1.4;
}
.pain-cards {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}
.pain-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    overflow: hidden;
}
.pain-card-num {
    background: #f2f4f6;
    border-radius: 999px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 600;
    color: #8b95a1;
}
.pain-card-text {
	margin:0;
    flex: 1;
    font-size: 17px;
    font-weight: 600;
    color: #1a1e27;
}
.pain-card-text .pain-accent {
    font-weight: 700;
    color: #feb015;
    font-size: inherit;
}
/* ===== philo-section ===== */
.philo-section {
    background-color: #ffffff;
    padding: 80px 120px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.philo-header {
    display: flex;
    flex-direction: column;
    gap: 21px;
}
.philo-header-top {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.philo-label {
    font-size: 19px;
    font-weight: 600;
    color: #18b96e;
}
.philo-heading {
    font-size: 32px;
    font-weight: 700;
    color: #191f28;
    line-height: 1.4;
}
.philo-desc {
    font-size: 15px;
    font-weight: 500;
    color: #6c6f75;
    line-height: 1.55;
}
.philo-body {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}
.philo-circle-area {
    position: relative;
    height: 318px;
}
.philo-circle-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 344px;
    height: 318px;
    overflow: hidden;
    pointer-events: none;
}
.philo-circle-img img {
    position: absolute;
    width: 140.15%;
    height: 100.23%;
    left: -0.43%;
    top: -0.06%;
    max-width: none;
}
.philo-circle-label {
    position: absolute;
    left: 359px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.philo-circle-label.label-1 { top: 48px; }
.philo-circle-label.label-2 { top: 123px; }
.philo-circle-label.label-3 { top: 200px; }
.philo-circle-label-title {
    font-size: 19px;
    font-weight: 700;
    color: #ff8621;
}
.philo-circle-label-desc {
    font-size: 17px;
    font-weight: 500;
    color: #51545b;
    white-space: nowrap;
}
.philo-note-box {
    background: #FDF9EF;
    border-radius: 12px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    width: 100%;
    box-sizing: border-box;
}
.philo-note-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background: #FEB015;
}
.philo-note-icon img {
    width: 20px;
    display: block;
}
.philo-note-text {
    font-size: 18px;
    font-weight: 500;
    color: #1a1e27;
    line-height: 1.65;
    white-space: nowrap;
}
.philo-note-text .philo-em {
	font-size: 19px;
	color:#FF9254;
	font-weight: 700;
	font-style: unset;
}

/* ===== result-section ===== */
.result-section { background-color: #ffffff; padding: 80px 120px; display: flex; flex-direction: column; gap: 50px; }
.result-header { display: flex; flex-direction: column; gap: 10px; }
.result-label { font-size: 19px; font-weight: 600; color: #18b96e; }
.result-heading { font-size: 32px; font-weight: 700; color: #191f28; line-height: 1.4; }
.result-cards { display: flex; flex-direction: column; gap: 18px; width: 100%; }
.result-card { border-radius: 16px; padding: 24px; display: flex; align-items: center; gap: 16px; }
.result-card.not-card { background-color: #eff1f3; }
.result-card.yes-card { background-color: #e8fff4; }
.result-card-circle { width: 48px; height: 48px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.result-card.not-card .result-card-circle { background-color: #ffffff; }
.result-card.yes-card .result-card-circle { background-color: #18b96e; }
.result-card-circle-icon { font-size: 30px; color: #8b95a1; line-height: 1; }
.result-card.yes-card .result-card-circle-icon { font-size: 20px; color: #ffffff; font-weight: 700; }
.result-card-text { display: flex; flex-direction: column; gap: 4px; }
.result-card-sublabel { font-size: 19px; font-weight: 600; line-height: normal; }
.result-card.not-card .result-card-sublabel { color: #8b95a1; }
.result-card.yes-card .result-card-sublabel { color: #18b96e; }
.result-card-desc { font-size: 19px; font-weight: 700; line-height: normal; color: #191f28; }

/* ===== curriculum-section ===== */
.curriculum-section { background-color: #ffffff; padding: 56px 120px; display: flex; flex-direction: column; gap: 32px; }
.curriculum-header { display: flex; flex-direction: column; gap: 10px; }
.curriculum-label { font-size: 15px; font-weight: 600; color: #3182f6; }
.curriculum-heading { font-size: 26px; font-weight: 700; color: #191f28; line-height: 1.4; letter-spacing: -0.52px; }
.curriculum-tracks { display: flex; flex-direction: column; gap: 24px; width: 100%; }
.curriculum-track { border-radius: 16px; padding: 24px; overflow: hidden; display: flex; flex-direction: column; }
.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; margin-bottom: -40px; overflow: hidden; }
.curriculum-track-num { font-size: 13px; font-weight: 700; color: #8b95a1; letter-spacing: 1.04px; white-space: nowrap; }
.curriculum-track.track-02 .curriculum-track-num { font-size: 12px; font-weight: 600; letter-spacing: 0.96px; }
.curriculum-track-img { position: relative; overflow: hidden; flex-shrink: 0; }
.curriculum-track-img.img-01 { width: 243px; height: 160px; }
.curriculum-track-img.img-02 { width: 289px; height: 160px; }
.curriculum-track-body { display: flex; flex-direction: column; gap: 12px; }
.curriculum-track-title { font-size: 20px; font-weight: 700; color: #191f28; letter-spacing: -0.2px; line-height: normal; }
.curriculum-track-desc { font-size: 14px; font-weight: 400; color: #6c6f75; line-height: 1.65; }

.curriculum-logos {text-align: center}
.curriculum-logos img{display: inline-block;}

.skills-align-box-wrap {display: flex; gap:40px; justify-content: center;}

.bakery-landing-content.common-landing-content section:nth-last-of-type(1){padding:0}
.team-title-em {
	font-size: 52px;
	color:#FEB015;
	font-weight: 800;
	font-style: unset;
}
.bakery-landing-content .education-section .education-graphic-desc-1 {background: #FFF0F1; border-color:#F14654}
/* =============== 제과제빵 랜딩 끝 */