/* ### COMMON ### */
.math100-main .custom-main-content span {
  font-weight: 800;
  font-size: 28px;
}
.math100-main .custom-main-content span {
  opacity: 0.55;
}

/* ### Intro ### */
.intro-section {
  padding: var(--page-top-padding) 0 var(--box-padding);
  text-align: center;
}
.intro-section .custom-main-title {
  background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
}
.intro-section .custom-type-btnPoint {
  margin: 50px 0 0;
  background: var(--gradient);
}
.intro-section .custom-type-btnPoint.fixed {
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
}

/* ### marquee ### */
.marquee-section {
  width: 100%;
  padding: 70px 0 0;
}
.marquee-wrap {
  width: 100%;
  display: flex;
  margin: 0;
  padding: 0;
  gap: 0px;
  overflow: hidden;
}
.marquee-list {
  padding: 15px 0;
  display: flex;
}
.marquee-wrap img {
  width: 450px;
  margin: 0 15px;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0,0,0,0.04);
}

.marquee-box {
  animation: marqueeToLeft11 10s infinite linear;
}
.marquee-wrap.custom-marquee-02 .marquee-box {
  animation-direction: reverse;
}
@keyframes marqueeToLeft11 {
  /* 0% { transform: translateX(0); }
	50% { transform: translateX(-100%); }
	50.01% { transform: translateX(100%); }
	100% { transform: translateX(0); } */
  0% {
    transform: translate3d(0px, 0px, 0px); 
  }
  100% {
    transform: translate3d(-25%, 0px, 0px); 
  }
}
/* @keyframes marqueeToLeft12 {
  0% { transform: translateX(-200%) }
  100% { transform: translateX(0) }
} */
/* @keyframes marqueeToRight11 {
  0% { transform: translateX(0); }
	50% { transform: translateX(100%); }
	50.01% { transform: translateX(-100%); }
	100% { transform: translateX(0); }
} */
/* @keyframes marqueeToRight12 {
  0% { transform: translateX(-200%) }
  100% { transform: translateX(0) }
}  */

/* ### review ### */
.review-section {
  padding: var(--page-padding) 0;
  overflow: hidden;
}
.review-section .custom-main-title-wrap {
  text-align: center;
}
.review-section .custom-main-title-sub i {
  color: var(--ct-warning);
}

/* --- review content --- */
.review-slide {
  margin: 0 25px;
  transform: scale(0.9);
  filter: blur(1.5px);
  opacity: 0.5;
}
.review-slide.slick-current {
  transform: scale(1);
  filter: blur(0);
  opacity: 1;
}

/* thumb */
.review-slide-thumb {
  margin: 0 0 30px;
}
.review-slide-thumb img {
  display: block;
  width: 100%;
}

/* desc - top */
.review-desc-top {
  margin: 0 0 14px;
  overflow: hidden;
}
.review-desc-top .badge {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}
.review-badge-wrap .badge:not(:last-child) {
  margin-right: 4px;
}
.review-desc-top :is(> .badge, .review-badge-wrap) {
  float: left;
}
.review-user-info {
  float: right;
}
.review-user-info span {
  font-weight: 400;
  font-size: 13px;
  color: var(--ct-text-muted);
}
.review-user-verified:before {
  content: '·';
  padding: 0 7px;
}
.review-user-verified i {
  color: var(--ct-success);
}

/* desc - middle */
.review-desc-middle .review-title {
  font-weight: 800;
  font-size: 24px;
}
.review-desc-middle .review-content {
  margin: 5px 0 0;
  font-size: 15px;
  line-height: 1.5em;
}

/* desc - bottom */
.review-desc-bottom {
  margin: 14px 0 0;
}
.review-additional-list {
  padding: var(--mobile-pd);
  border-radius: 14px;
  background: #fafbfc;
}
.review-additional-item {
  display: flex;
  align-items: center;
  gap: 7px;
}
.review-additional-item:not(:last-child) {
  margin: 0 0 12px;
  padding: 0 0 12px;
  border-bottom: 1px solid var(--ct-border-color);
}
.review-additional-icon {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid var(--ct-border-color);
  background: var(--point-light);
}
.review-additional-icon img {
  width: 17px;
}
.review-additional-desc {
  width: calc(100% - calc(35px + 7px));
}
.review-additional-desc strong {
  line-height: 1em;
  font-weight: 700;
  font-size: 15px;
}
.review-additional-desc span {
  display: block;
  margin: 2px 0 0;
  line-height: 1em;
  word-break: keep-all;
  font-weight: 400;
  font-size: 13px;
  color: var(--ct-text-muted);
}

/* ### AcademyMgt ### */
.academyMgt-section {}

/* ### testBank ### */
.testBank-section {
  padding: var(--page-padding) 0;
}

/* ### Mark ### */
.mark-section {
  padding: var(--page-padding) 0;
}

/* ### Welfare(복지) ### */
.welfare-section {
  padding: 350px 0 0;
}
.welfare-section .custom-main-content span {
  font-weight: 400;
  font-size: 16px;
  opacity: 1;
}

/* ### faq ### */
.faq-inner {
  padding-top: 180px;
}
.faq-kakao,
.faq-kakao:hover {
  color: var(--point);
}

/* ### join section ### */
.join-section {
  padding: 100px 0 90px;
  background: #171820;
  text-align: center;
}
.join-section-inner .custom-main-title {
  background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.3em;
}
.join-section-inner .custom-type-btnPoint {
  margin-top: 30px;
  background: var(--gradient);
}

/* 반응형 */
@media (max-width: 1199.98px) {
  /* ### common ### */
  .math100-main .custom-main-content span {
    font-size: 16px;
  }

  /* ### intro ### */
  .marquee-section {
    padding-top: 30px;
  }

  /* ### review ### */
  .review-slide {
    transform: scale(1);
    filter: blur(0);
    opacity: 1;
  }

  /* ### 학원 관리 ### */
  .academyMgt-section {
    padding: 100px 0 0;
  }
}
@media (max-width: 767.98px) {
  /* ### intro ### */
  .intro-section .custom-type-btnPoint {
    margin: 30px 0 0;
  }
  .marquee-wrap img {
    width: 280px;
    margin: 0 7px;
  }
  .custom-marquee-01 .marquee-list {
    padding-bottom: 7px;
  }
  .custom-marquee-02 .marquee-list {
    padding-top: 7px;
  }

  /* ### review ### */
  .review-section .custom-main-title-wrap {
    padding: 0 var(--mobile-pd);
    text-align: left;
  }

  /* --- review content --- */
  .review-slide {
    margin: 0 var(--mobile-pd);
  }
  .review-slick .slick-dots {
    margin: 30px 0 0;
  }

  /* thumb */
  .review-slide-thumb {
    margin: 0 0 17px;
  }

  /* desc - top */
  .review-desc-top {
    margin: 0 0 10px;
  }
  .review-desc-top .badge {
    height: 22px;
    line-height: 22px;
    font-size: 13px;
  }
  .review-desc-top :is(> .badge, .review-badge-wrap) {
    float: none;
  }
  .review-user-info {
    float: none;
    display: block;
    margin: 6px 0 0;
  }

  /* desc - middle */
  .review-desc-middle .review-title {
    font-size: 18px;
  }
  .review-desc-middle .review-content {
    font-size: 14px;
  }

  /* desc - bottom */
  .review-desc-bottom {
    margin: 10px 0 0;
  }
  .review-additional-desc strong {
    font-size: 13px;
  }
  .review-additional-desc span {
    line-height: 1.25em;
    font-size: 12px;
  }

  /* ### 학원 관리 ### */
  .academyMgt-section {
    padding-top: 70px;
  }
  .academyMgt-section .custom-main-title-wrap {
    text-align: left;
  }

  /* ### 문제은행 ### */
  .testBank-section .custom-main-title + div span {
    display: inline-block;
  }

  /* ### 복지 ### */
  .welfare-section {
    padding-top: 100px;
  }
  .welfare-section .custom-main-content span {
    font-size: 14px;
  }

  /* ### join section ### */
  .join-section {
    padding: 50px 0;
  }
}        