
:root {
  --anim-duration: 3000ms;
  /* Font Scale */
  --title-xxl: 6rem;
  --title-xl:  5.4rem;
  --title-lg:  4.8rem;
  --title-md:  4.2rem;
  --title-sm:  3.6rem;
  --title-xs:  3rem; 

  --body-xxl: 2.4rem; /*600*/
  --body-xl: 2.2rem; /*600*/
  --body-lg: 2rem; /*600*/
  --body-md: 1.8rem; /*500*/
  --body-sm: 1.6rem; /*400*/
  --body-xs: 1.4rem; /*400*/

  --caption: 1.4rem;

  /* Spacing Scale */
  --space-lg: 4rem;     /* 40px */
  --space-md: 2rem;     /* 20px */
  --space-sm: 1rem;     /* 10px */
}

.main-title{font-size: 2.4rem; font-weight: 600;padding-top: 14px;text-align: center;}

h1{font-size: var(--title-xxl);}
h2{font-size: var(--title-xl);}
h3{font-size: var(--title-lg);}
h4{font-size: var(--title-md);}
h5{font-size: var(--title-sm);}
h6{font-size: var(--title-xs);}

.body-lg{
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 500;
  padding-bottom: 40px;
}


html, body, * {
  font-family: 'Pretendard', sans-serif;
  margin: 0;
  line-height: 1.4;
  box-sizing: border-box;
  padding: 0;
  font-size: 62.5%;  /* 16px * 62.5% = 10px → 1rem = 10px  보통의 브라우저가 16px로 기준을 잡음*/
  list-style: none;
}
.fixedBanner > div{
  background: url("../assets/sub/winterbooster_reservation.png") no-repeat center / cover !important;
}
/**/
/*고해상도*/ 
@media (min-width: 1921px) {
  .curriculum-graphic {
    display: flex;
    justify-content: flex-end;
    margin: 0 auto;
    max-width: 1020px; /* ✅ 이거 필요함 */
  }
}

/* Container & Top-Header */
.container {
    max-width: 1020px;
    margin: 0 auto;
    padding: 0 30px;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

.section{
  text-align: center;
  padding-top: 100px;
  background: linear-gradient(180deg, #fff, #ebf4ff, #c0d5ff);
}

.title-container{
  padding-bottom: 10px;
}

.bottom-text{
  margin-bottom: 10px;
}
/* Hero section styles */
.hero {
  padding-top: 130px;
  background: linear-gradient(180deg, #0C3C81, #061A40);
  height: auto;
}

.hero-wrapper{
  max-width: 1020px;
  color: #fff;

  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;

  padding: 120px 0;
  gap: 200px;
  margin: 0 auto;
  background: url("../assets/sub/hero-booster-bg.svg") no-repeat;
}

.hero-container{
  text-align: left;
}

.hero h3{
  text-align: left;
  font-family: 'Pretendard', sans-serif;
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 124%; /* 81.84px */

  background: linear-gradient(180deg, #b2d8ff, #ffffff);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero p{
  padding-top: 12px;
  line-height: 1.6;
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
}

.hero-image img{
  width: 420px;
}


/*Title, Sub-title*/
.gradient-text {
  background: linear-gradient(90deg, #0f68ce, #0C3C81);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  font-size: 4.2rem;
  line-height: 1.6;
}

h1{
  font-weight: 600;
}

.brMobile{
  display: none;
}
.brDesktop{
  display: inline;
}

.description{
  margin: 0 auto 40px;
  text-align: center;
  font-size: 20px;
  color: #666;
  line-height: 1.6;
}

.banner{
  width: 100%;
  background: linear-gradient(180deg, #cddeff, #f1f5ff);
  padding: 80px 0;
  text-align: center;
}

.banner h3{
  color: #000000;
  font-weight: 600;
}

.banner .gradient-text{
  font-size: 3.6rem;
}

.banner p{
  padding-top: 10px;
  font-size: 2rem;
}



/* schedule Section*/
.schedule-cards-mobile{display: none;}
.schedule-cards {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.schedule-section {
  display: flex;
  justify-content: flex-start; /* 꼭 필요! */
  margin-bottom: 100px;
  margin-top: 50px;
  max-width: 1020px;
}
#schedule{
  padding: 100px 0px 0px;
  text-align: center;
  background: linear-gradient(180deg, #c0d5ff, #fcfdff);
}

.schedule-container{
  width: 370px;
  padding: 24px 25px;
  text-align: left;
  background: linear-gradient(#fff) padding-box,
  linear-gradient(90deg, #006dea, #114aac) border-box;
  border: 2px solid transparent;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 6px 18px rgba(49, 130, 246, 0.20);
}

.schedule-container h6{
  font-size: 2.4rem;
  font-weight: 700;
  padding-bottom: 14px;
  line-height: 1.6;
  background: linear-gradient(90deg, #0f68ce, #0C3C81);
  -webkit-background-clip: text;  /* clip bg to text */
  -webkit-text-fill-color: transparent; /* hide normal text color */
}

.schedule-container span{
  border: 1px solid transparent;
  background:
  linear-gradient(#fff) padding-box,
  linear-gradient(90deg, #006dea, #0C3C81) border-box;
  margin-bottom: 14px;
}

.schedule-container .body-lg{
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.6;
  padding-bottom: 20px;
}

.caption{
  font-size: 1.4rem;
  color: #757575;
}

.schedule-section > div {
  margin-left: -20px;
}

.schedule-section > div:first-child {
  margin-left: 0; /* 첫 카드는 정상 위치 */
}

.schedule-cards img {
  max-width: 200px;
  padding-bottom: 30px;
  width: 100%;
  margin: 0 auto;
}

.classesimg-mobile{
  display: none;
}

.schedule-section > div:nth-child(2) {
  transform: translateY(-20px);
}
#classes{
  background: linear-gradient(180deg, #fff, #ebf4ff);
  padding-top: 0px;
}

.btn-classes {
  display: inline-block;
  padding: 20px 20px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(90deg, #0e396b, #4171ab); /* your gradient */
  
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.25s ease;
  width: 90%;
  max-width: 1020px;
}

/* Hover state: swap colors */
.btn-classes:hover {
  color: #023268; /* text turns black */
  background: #fff; /* background becomes white */
  border-color: #023268; /* stroke changes */
  outline: 2px solid #0e396b;
}

#classes img{
  margin: 0 auto;
  width: 90%;
  max-width: 1020px;
  box-shadow: 0 6px 18px rgba(49, 130, 246, 0.20);
  border-radius: 10px;
}

#meal{
  background: linear-gradient(180deg, #ebf4ff, #c0d5ff);
}

#meal img{
  margin: 0 auto;
  width: 90%;
  max-width: 1020px;
}
#timetable{
  background: linear-gradient(180deg, #fff, #ebf4ff);
  padding-top: 50px;
}
#timetable img{
  margin: 0 auto;
  max-width: 1020px;
  width: 90%;
}

#benefit{
  background: linear-gradient(180deg,#ebf4ff, #fff);
}
.benefit-cards img{
  width: 400px;
}

.benefit-cards{
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1020px;
  margin: 0 auto;
  gap: 20px;
}


#banner02{
  margin-top: 100px;
  background: linear-gradient(90deg,#0C3C81, #061A40);
  color: #fff;
}

#banner02 h3{
  color: #fff;
}

/* ====== Tri Swiper Base ====== */
.triSwiper {
  --tri-gap: 60px;          /* 카드 간격 */
  --tri-radius: 20px;
  --tri-shadow: 0 10px 10px rgba(0,0,0,0.02);
  --tri-card-height: auto; /* 고정 높이 */
  position: relative;
  width: 100%;
  padding: 100px 0 0 16px ;          /* 모바일 안전 여백 */
  background:linear-gradient(180deg,#e5fcf2, #e5f8fa);
}

/* Swiper 컨테이너 */
.triSwiper-container {
  overflow: visible; /* 카드가 살짝 튀어나와도 보이도록 */
}

/* 카드 3장 보이기 위한 기본 간격 */
.triSwiper .swiper {
  padding: 0; /* 필요시 조정 */
}

.triSwiper .swiper-wrapper {
  align-items: stretch;
}

.triSwiper .swiper-slide {
  height: auto;             /* 내부 카드가 높이 제어 */
  display: flex;
}

/* ====== Card ====== */
.tri-card {
  display: flex;
  gap: 16px;
  width: 100%;
  height: var(--tri-card-height);
  border-radius: var(--tri-radius);
  background: #fff;
  box-shadow: var(--tri-shadow);
  overflow: hidden;
  padding: 24px;
}

.tri-card__text {
  display: flex;
  flex-direction: column;
}

.tri-card__text h3{
  font-size: 2.8rem;
}

.tri-tag {
  margin: 0 0 8px 0;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: .2px;
  color: #000;
}

.tri-headline {
  margin: 0 0 10px 0;
  font-size: 24px;
  line-height: 1.35;
  font-weight: 700;
  background: linear-gradient(90deg, #3182F6, #5309FF);
  -webkit-background-clip: text;  /* clip bg to text */
  -webkit-text-fill-color: transparent; /* hide normal text color */
}

.tri-desc {
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
  color: #333;
}

/* 이미지 박스 + 컬러 도형 */
.tri-card__image {
  position: relative;
  display: grid;
  place-items: end center;
  overflow: visible;
}

.tri-card__image::before {
  content: "";
  position: absolute;
  inset: 10% 0 0 0;           /* 상단 컬러 도형 */
  background: linear-gradient(135deg, #FFAC3F, #FF85B8 70%);
  border-bottom-left-radius: 120px;
  border-bottom-right-radius: 120px;
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  opacity: .18;
  transform: translateY(-6%);
}

.tri-card__image img {
  width: 90%;
  max-width: 220px;
  height: auto;
  object-fit: contain;
  z-index: 1;
  filter: drop-shadow(0 8px 22px rgba(0,0,0,.12));
}

/* ====== Navigation Buttons (카드 사이에 배치) ====== */
.tri-nav {
  position: absolute;
  top: 63%;
  transform: translate(-50%, -50%); /* X는 각각에서 덮어씀 */
  z-index: 5;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: #f8ffed;
  color: #9edb47;
  box-shadow: 0 6px 18px rgba(118, 228, 162, 0.25);
  display: grid;
  place-items: center;
  cursor: pointer;
}

/* 버튼을 ‘카드 사이’ 시각적 위치로 고정 */
.tri-prev { left: 33.3%; }
.tri-next { left: 67.5%; }

/* hover */
.tri-nav:hover { filter: brightness(.96); }


.enrollment-process{
  width: 100%;
  padding-top:80px;
  padding-bottom: 80px;
}

.enrollment-process img{
  width: 90%;
  min-width: 300px;
  max-width: 1020px;
  align-items: center;
}

#consultation{
  padding-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background:linear-gradient(180deg, #ebf4ff, #fff, #c0d5ff);

}

.consultation-form{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
  margin: 0 auto;
}
#consultation .arrow img{
  width: 90%; 
  min-width: 300px; 
  max-width: 1020px; 
  margin: 0 auto;
  padding-bottom:30px;
}

.enrollment-process{
  display: flex;
  flex-direction: column;
  align-items: center;
}

/*Accordion*/
.accordion-toggle {
  background: linear-gradient(90deg, #0C3C81, #061A40);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.faq{
  text-decoration:none;
  color: #3182F6;
  font-weight:600;
}



/* --- Tablet Controls & Layout --- */
.resultSwiper-container{display: none;}
.enrollment-process .desktop{display: block;}
.enrollment-process .tablet{display: none;}
.enrollment-process .mobile{display:none; }

/*whybooster*/
#whybooster{
  background: linear-gradient(180deg, #c0d5ff, #E4F5FF, #E3F4FF);
}

.whybooster-container{
  background: 
  url("../assets/00.main/key-bg.svg") no-repeat center center,
  linear-gradient(180deg, #c0d5ff, #ebf4ff);
  width: 100%;
  height: 1020px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.whybooster-container h1{
  color: #fff;
  padding-bottom: 60px;
}

.whybooster-container h2{
  background: linear-gradient(90deg, #93aaca, #175ad6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}


.whybooster-cards {
  display: flex;
  flex-direction: row;
  gap: 20px;
  max-width: 1020px;
  margin: 20px;
  text-align: left;
  
}

.whybooster-card {
  display: flex;
  flex-direction: column;
  align-items: left;
  gap: 20px;
  border: 2px solid transparent;
  background:
  linear-gradient(#fff) padding-box,
  linear-gradient(90deg, #7db3ff, #2d72f1) border-box;
  border-radius: 20px;
  padding: 40px 30px;
  box-shadow: 0 6px 18px rgba(53, 120, 245, 0.15);
  width: 400px;
}

.whybooster-content-area{
  justify-content: center;
}

.whybooster-content-area h5 {
  font-size: 3.2rem;
  font-weight: 600;
  margin-top: 20px;
}

.whybooster-content-area h6{
  font-size: 2rem;
  font-weight: 500;
  display: inline-block;
  background: linear-gradient(90deg, #074db0, #5583d9);
  color: #fff;
  padding: 6px 12px;
  margin-right: 4px;
  border-radius: 10px;
}

.whybooster-content-area ul {
  list-style-type: disc;
  margin: 0;
}

.whybooster-card span{
  width: 100%;
  height: 1px;
  border: 1px solid #c1d6ff;
}

.whybooster-card li {
  font-size: 2rem;
  line-height: 1.7;
  color: #222;
}

#module-mobile{display: none;}
#program-mobile{display: none;}
.aiso-right-mobile{display: none;}
.classes-cards-mobile{display: none;}

  @media (max-width: 1020px){

.only-desktop {display: inline;}
.only-tablet {display: none;}
.only-mobile {display: none;}

/*Title, Sub-title*/
.gradient-text {
  font-size: 4rem;
  line-height: 1.6;
}

.bottom-text{
  font-size: 5rem;
  margin-bottom: 8px;
  line-height: 1.6;
}

.description{
  font-size: 14px;
  max-width: 90vw;
  margin: 10px auto 30px;
  font-weight: 400;
}


/* schedule Period Section*/
.schedule-cards{display: none;}
.schedule-cards-mobile{
  display: flex; 
  width: 100%;
  height: 100%;
}

.schedule-swiper-wrapper {
  display: flex;
  width: 1300px;
  height: 400px;
  margin-bottom: 80px;
}

.schedule-swiper-slide{
  padding: 24px 25px;
  text-align: left;

  border: 2px solid transparent;
  background:
  linear-gradient(#fff) padding-box,
  linear-gradient(90deg, #006dea, #114aac) border-box;
  border-radius: 20px;

  display: flex;
  flex-direction: column;
  box-shadow: 0 6px 18px rgba(49, 130, 246, 0.20);
}

.schedule-swiper-slide h5{
  font-size: 3.2rem;
  line-height: 1.4;
  padding-bottom: 50px;
}

.schedule-swiper-slide h6{
  font-size: 2.6rem;
  font-weight: 600;
  padding-bottom: 14px;
  line-height: 1.6;
  background: linear-gradient(90deg, #0f68ce, #0C3C81);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.schedule-swiper-slide span{
  border: 1px solid transparent;
  background:
  linear-gradient(#fff) padding-box,
  linear-gradient(90deg, #006dea, #114aac) border-box;
  margin-bottom: 14px;
}

.schedule-swiper-slide .body-lg{
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.6;
  padding-bottom: 20px;
  text-align: left;
}

.schedule-swiper-slide img {
  max-width: 200px;
  padding-bottom: 30px;
  width: 100%;
  margin: 0 auto;
}

/* Classes Period Section*/
.classesimg{display: none;}
.classes-cards-mobile{
  display: flex; 
  width: 100%;
  height: 100%;
}

.classes-swiper-wrapper {
  display: flex;
  width: 1300px;
  margin-bottom: 30px;
}

.classes-swiper-slide img {
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
  border-radius: 20px;

  display: flex;
  flex-direction: column;
  box-shadow: 0 6px 18px rgba(49, 130, 246, 0.20);
}

.caption{
  font-size: 1.4rem;
  color: #757575;
}

.enrollment-process{
  width: 100%;
  padding-top:80px;
  padding-bottom: 40px;
}


.hero-image img{
  width: 390px;
}


/*whybooster*/
#whybooster{
  padding-top: 0px;
}

.whybooster-container{
  height: 1200px;
}
.whybooster-container h1{
  font-size: 5.2rem;
}

.whybooster-container h2{
  font-size: 5rem;
}

.whybooster-card{
  padding: 38px 30px;
  height: 360px;
}

.whybooster-cards{
  max-width: 840px;
  gap: 10px;
  margin: 10px;
  align-items: center;
}

.whybooster-content-area h3{
  width: 278px;
}

.whybooster-card li{
  padding-left:0px;
}

.key-container h2{
  font-size: 4.6rem;
}

.key-container h1{
  font-size: 5rem;
}
.whybooster-card span{
  width: 100%;
  height: 1px;
  border: 1px solid #c1d6ff;
}

/*triSwiper*/
  .triSwiper .swiper {
    padding: 0;
  }
  .tri-card {
    padding: 20px;
  }
  .tri-prev { left: 39.5%; display: none; } /* 2장 기준 살짝 재조정 */
  .tri-next { left: 81%; display: none; }

.tri-card__text .gradient-text{font-size: 2.4rem;}

/*accordion*/
.accordion{width: 760px;}
.accordion-container{width: 800px; margin-top: 60px;}
.accordion-toggle{padding-left: 10px;}
.accordion-icon svg{width: 30px; height: 30px;}
.hero-wrapper{
  gap: 40px;
}
}
/*Tablet - 615px ~ 830px*/
@media (max-width: 830px) {
.enrollment-process .desktop{display: none;}
.enrollment-process .tablet{display: block;}
.enrollment-process .mobile{display:none; }
.brMobile{display: inline;}

.btn-classes{
  font-size: 2rem;
}

/*hero-830px*/

.hero-wrapper{
  padding: 30px 0 50px;
  flex-direction: column;
  gap: 30px;
}

.hero-container{
  order: 1;
}

.hero h3{
  padding-top: 20px;
  font-size: 3.4rem;
  text-align: center;
}

.hero p{
  font-size: 1.8rem;
  text-align: center;
}

.gradient-text{font-size: 2.6rem;}
.bottom-text{font-size: 3.6rem;}

.banner .gradient-text{
  font-size: 3rem;
}

.banner h3{font-size: 3.2rem;}

.banner p{font-size: 1.6rem;}


/*schedule-swiper*/
.schedule-swiper-slide h6{
  font-size: 2.4rem;
  font-weight: 600;
  padding-bottom: 14px;
  line-height: 1.6;
}
.schedule-swiper-slide h5{
  font-size: 3rem;
}

/*whybooster*/
#whybooster{
  padding-top: 0px;
}

.whybooster-container h2{
  font-size: 3.4rem;
}

.whybooster-container h1{
  font-size: 3.6rem;
}

.whybooster-cards{
  flex-direction: column;
}

.whybooster-card{
  width: 370px;
  padding: 24px;
  gap: 10px;
  height: 100%;
}

.whybooster-card h3{
  font-size: 1.8rem;
}
.whybooster-content-area h3{
  width: 200px;
}

.whybooster-card h6{
  font-size: 1.7rem;
}

.whybooster-card li{
  font-size: 1.6rem;
  width: 100%;
}

.whybooster-container h1{
  padding-bottom: 10px;
}

#benefit{
  padding-top:0px;
}

.benefit-cards{
  flex-direction: column;
}

.benefit-cards img{
  width: 370px;
}

.classesimg{
  display: none;
}

.classesimg-mobile{
  display: block;
  width: 90%;
}

}

@media (max-width: 570px) {
.only-desktop {display: none;}
.only-tablet {display: none;}
.only-mobile {display: inline;}
.brMobile{
  display: inline;
}
.brDesktop{display: none;}
/*Responsive Font-size Control*/
h1{font-size: 2.8rem;}
h2{font-size: 2.6rem;}
h4{font-size: 2.4rem;}
.text-content-block h5{font-size: 2rem;}
h6{font-size: 1.6rem;}

.body-lg{font-size: 1.6rem;}
.body-md{font-size: 1.7rem;}
.title-md{font-size: 2.3rem;}
.btn-classes{
  font-size: 1.6rem;
  padding: 10px;
}
.gradient-text{
  font-size: 2rem;
}
.bottom-text{
  font-size: 2.2rem;
}

#schedule{
  padding: 60px 0px 0px;
}

.section{
  padding-top: 60px;
}
.slide-title{font-size: 2rem;}
.text-content-block{padding: 0rem 1rem 20rem;}
.slide-description{font-size: 1.48rem; line-height: 1.4;}
.main-title{font-size: 1.9rem;}

/*Responsive Image Control*/
.enrollment-process .desktop{display: none;}
.enrollment-process .tablet{display: none;}
.enrollment-process .mobile{display:block; }

/*SYSTEM*/
.system-text-mobile{font-size: 1.8rem; line-height: 1.5;display: block;padding-bottom: 4px;}
.system-swiper-slide{padding: 20px;}

/*HERO*/
.hero h3{
  line-height: 1.4;
  font-size: 2.4rem;
}

.hero p{
  font-size: 1.8rem;
}

.hero-image img{
  width: 310px;
}
.hero-wrapper{
  gap: 10px;
}


/*BANNER*/
.banner{
  padding:30px 0;
}
.banner .gradient-text{
  font-size: 2rem;
}

.banner h3{
  font-size: 2.2rem;
}

/*schedule*/
.schedule-swiper-slide{
  padding: 20px;
}
.schedule-swiper-wrapper{
  height: 320px;
}
.schedule-swiper-slide h5{
  font-size: 2rem;
  padding-bottom: 30px;
}

.schedule-swiper-slide img{
  max-width: 150px;
}

.schedule-swiper-slide h6{
  font-size: 2rem;
}

.schedule-swiper-slide .body-lg{
  font-size: 1.7rem;

}

.caption{
  font-size: 1.4rem;
}


/*whybooster*/
#whybooster{
  padding-top: 60px;
}

.whybooster-container h2{
  font-size: 2.2rem;
}

.whybooster-container h1{
  font-size: 2.4rem;
}

.whybooster-container{
  height: 1020px;
}

.whybooster-card{
  flex-direction: column;
  width: 330px;
  padding: 20px 0 20px 24px;
  gap: 6px;
  align-items: flex-start;
}

.whybooster-card h6{
  font-size: 1.6rem;
}

.whybooster-card h5{
  font-size: 2rem;
}

.whybooster-card li{
  font-size: 1.6rem;
  width: 100%;
}

.whybooster-container h1{
  padding-bottom: 10px;
}

.whybooster-card span{display: none;}

.benefit-cards img{
  width: 200px;
}

#banner02{margin-top: 50px;}

/*TESTIMONIAL*/
.tri-card__text .gradient-text{font-size: 1.8rem;}
.tri-desc{font-size: 1.6rem; padding-top: 4px;}
.tri-tag{font-size: 1.6rem;}

.consultation-form iframe{width: 90%; height: 940px; margin:0 auto;}


.slide-card-mobile .body-lg{text-align: left;}
.slide-card-mobile{width: 360px; padding: 10px 20px; height: 400px;}
.slide-card-mobile img{width: 150px; height: 150px; margin-left: 70px;}
.slide-card-mobile button{width: 310px; font-size: 2rem;}

#consultation{padding-top: 60px;}

/*RESULT */
.enrollment-process{padding: 30px 0;}
#consultation .arrow{display: flex; flex-direction: column; align-items: center;}
.result-card .body-xxl{font-size: 1.8rem;}

.accordion-toggle{padding-left: 10px; font-size: 1.6rem;}
.accordion-text{font-size: 1.6rem;}
.accordion-text strong{font-size: 1.6rem;}
.accordion-icon svg{width: 30px; height: 30px;}
}
