@charset "UTF-8";
/* =============================================== ==========================
   ## 공통 믹스인 모음
   ================================================= ======================== */
input[type=checkbox] {
  position: absolute;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
  white-space: nowrap;
  width: 1px;
  height: 1px;
}

* {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.base-box, .services-item, .popular-learning__item {
  border: 1px solid #d9d9d9;
}
.base-box p, .services-item p, .popular-learning__item p {
  background: #ffffff;
  text-align: center;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 400;
  font-family: "Pretendard";
  color: #000000;
}

.no-scroll {
  overflow: hidden;
  touch-action: none;
}

.dim.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: none !important;
}

.sub_inner {
  max-width: 1280px;
  padding: 0 40px;
}
.sub-hero {
  padding-bottom: 70px;
}
.sub-hero .sub_inner {
  padding: 0;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sub-hero__cta {
  background: #fff5ef;
  border-radius: 10px;
  position: absolute;
  top: -95px;
  right: 0;
}
.sub-hero__cta::after {
  content: "";
  pointer-events: none;
  background: url("../../images/overview/sub_hero_cta_character.png") no-repeat top/contain;
  width: 214px;
  height: 112px;
  position: absolute;
  right: 2px;
  bottom: -30px;
}
.sub-hero__cta-link {
  padding: 40px;
}
.sub-hero__cta-desc {
  font-size: 20px;
  font-weight: 700;
  font-family: "Pretendard";
  color: #ff6833;
}
.sub-hero__cta-title {
  margin: 9px 0 20px;
  font-size: 18px;
  font-weight: 400;
  font-family: "Pretendard";
  color: #000000;
}
.sub-hero__cta-button {
  font-size: 20px;
  font-weight: 700;
  font-family: "Pretendard";
  color: #000000;
}
.sub-hero__cta-button img {
  padding-left: 4px;
  position: relative;
  top: -1px;
}

.popular-learning {
  background: #f5f5f5;
  padding: 50px 0 57px;
}
.popular-learning__title {
  margin-bottom: 30px;
  letter-spacing: -0.5px;
  font-size: 34px;
  font-weight: 700;
  font-family: "Pretendard";
}
.popular-learning__item {
  cursor: pointer;
}
.popular-learning__item.rank::before {
  display: block;
  z-index: 5;
  text-align: center;
  padding-top: 8px;
  position: absolute;
  top: -12px;
  right: -19px;
  width: 40px;
  height: 53px;
  font-size: 20px;
  font-weight: 700;
  font-family: "Pretendard";
  color: #ffffff;
  background: url("../../images/overview/icon_rank_badge.svg") no-repeat top/contain;
}
.popular-learning__item.rank1::before {
  content: "1";
}
.popular-learning__item.rank2::before {
  content: "2";
}
.popular-learning__item.rank3::before {
  content: "3";
}
.popular-learning__item.rank4::before {
  content: "4";
}
.popular-learning__item.rank5::before {
  content: "5";
}
.popular-learning__content {
  grid-template-columns: repeat(5, 1fr);
  display: grid;
  justify-content: center;
  gap: 0 20px;
}
.popular-learning__img-wrap img {
  width: 100%;
}
.popular-learning__name {
  font-weight: 600 !important;
}

.overview {
  position: relative;
}
.overview__filters {
  padding: 60px 0;
  border-bottom: 1px solid #d9d9d9;
}
.overview__services {
  padding: 60px 0 160px;
}
.overview__overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5em;
  font-family: "Pretendard";
  color: #ffffff;
  background: rgba(0, 0, 0, 0.8);
  pointer-events: auto;
}
.overview__overlay--inner {
  height: 100%;
  max-height: calc(100% - 121px);
}

.services-text {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 700;
  font-family: "Pretendard";
  color: #000000;
}
.services-total {
  color: #ff6833;
}
.services-list {
  grid-template-columns: repeat(4, 1fr);
  display: grid;
  gap: 50px 21px;
}
.services-list__empty {
  display: block;
}
.services-item {
  cursor: pointer;
}
.services-item__empty {
  text-align: center;
}
.services-detail {
  background: #ffffff;
  overflow: hidden auto;
  width: 100%;
  height: 100%;
  max-width: 720px;
  /* 상세 팝업 내 텍스트 */
  /* END 상세 팝업 내 텍스트 */
}
.services-detail__close {
  position: absolute;
  top: -5px;
  right: -50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 39px;
  height: 39px;
}
.services-detail__close::before, .services-detail__close::after {
  content: "";
  position: absolute;
  background: #ffffff;
  width: 100%;
  height: 2px;
}
.services-detail__close::before {
  transform: rotate(45deg);
}
.services-detail__close::after {
  transform: rotate(-45deg);
}
.services-detail__slider .slick-slider, .services-detail__slider .slick-list, .services-detail__slider .slick-track {
  height: 432px !important;
}
.services-detail__slider .slick-slide {
  height: auto;
  height: 432px !important;
  max-height: 432px !important;
  min-height: 432px !important;
}
.services-detail__slider .slick-slide video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.services-detail__slider .slick-dots {
  margin-top: 20px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 0 5px;
}
.services-detail__slider .slick-dots li:focus-visible,
.services-detail__slider .slick-dots button:focus-visible {
  outline: none;
}
.services-detail__slider .slick-dots button {
  font-size: 0;
  border-radius: 50%;
  background: #d9d9d9;
  display: block;
  width: 12px;
  height: 12px;
}
.services-detail__slider .slick-active button {
  background: #ff6833;
}
.services-detail__text {
  color: #000000;
  padding: 28px 40px 60px;
}
.services-detail__goals {
  font-size: 20px;
  font-weight: 700;
  font-family: "Pretendard";
}
.services-detail__title {
  margin: 7px 0 21px;
  font-size: 40px;
  font-weight: 700;
  font-family: "Pretendard";
}
.services-detail__tags {
  display: flex;
  flex-flow: wrap;
  gap: 10px;
}
.services-detail__tags li {
  padding: 0 10px;
  border-radius: 3px;
  background: #fff5ef;
  font-size: 16px;
  font-weight: 400;
  font-family: "Pretendard";
  color: #ff6833;
  line-height: 25px;
}
.services-detail__desc {
  padding-top: 30px;
  margin-top: 20px;
}
.services-detail__desc::before {
  content: "";
  background: #d9d9d9;
  position: absolute;
  top: 0;
  left: -40px;
  width: 100%;
  height: 1px;
  min-width: 720px;
}
.services-detail__desc h4 {
  font-size: 20px;
  font-weight: 700;
  font-family: "Pretendard";
}
.services-detail__desc h4 span {
  top: -2px;
  margin-right: 7px;
}
.services-detail__description {
  word-break: keep-all;
  margin-top: 10px;
  white-space: pre-line;
  font-size: 18px;
  font-weight: 400;
  font-family: "Pretendard";
  line-height: 1.5;
}
.services-detail .video-control__btn {
  cursor: pointer;
  z-index: 10;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.services-detail::-webkit-scrollbar-track {
  background-color: transparent;
}
.services-detail::-webkit-scrollbar-button {
  display: none;
}
.services-detail::-webkit-scrollbar {
  width: 12px;
}
@media (max-width: 767px) {
  .services-detail::-webkit-scrollbar {
    width: 1.67vw;
    border-radius: 1.3vw;
  }
}
.services-detail::-webkit-scrollbar-thumb {
  background: #dbdbdb;
  background-clip: content-box;
  border: 3px solid transparent;
  border-radius: 12px;
}
@media (max-width: 767px) {
  .services-detail::-webkit-scrollbar-thumb {
    border-width: 0.42vw;
    border-radius: 1.67vw;
  }
}

.filter-title {
  font-size: 20px;
  font-weight: 700;
  font-family: "Pretendard";
  color: #000000;
}
.filter-title-wrap {
  padding-top: 7px;
  display: flex;
  align-items: center;
  gap: 0 12px;
  width: 100%;
  max-width: 177px;
}
.filter-reset img {
  width: 20px;
  height: 19px;
}
.filter-group {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
}
.filter-group:last-child {
  margin-bottom: 0;
}
.filter-list {
  display: flex;
  flex-flow: wrap;
  gap: 10px;
}
.filter-list .filter-item {
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 500;
  font-family: "Pretendard";
  color: #000000;
}
.filter-list .filter-item label {
  padding: 0 20px;
  line-height: 40px;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.filter-list .filter-item.active {
  border-color: #ff6833;
  color: #ff6833;
  background: #fff5ef;
}
@media (min-width: 1024px) and (max-width: 1300px) {
  .filter-list {
    gap: 0.77vw;
  }
}
@media (max-width: 1023px) {
  .filter-list .filter-item {
    display: inline-block;
    letter-spacing: -0.9px;
    font-size: 28px;
    font-weight: 700;
    font-family: "Pretendard";
  }
  .filter-list .filter-item label {
    padding: 0 25px;
    line-height: 64px;
  }
}
@media (max-width: 767px) {
  .filter-list {
    gap: 1.39vw;
  }
  .filter-list .filter-item {
    font-size: 3.89vw;
    border-radius: 0.83vw;
  }
  .filter-list .filter-item label {
    padding: 0 3.47vw;
    line-height: 8.89vw;
  }
}

.selected-filters {
  display: none;
}

@media (min-width: 1024px) and (max-width: 1300px) {
  .sub-hero__cta {
    right: 20px;
  }
  .sub-hero__cta::after {
    width: 16.46vw;
    height: 8.62vw;
    right: 2px;
    bottom: -2.31vw;
  }
  .sub-hero__cta-link {
    padding: 3.08vw;
  }
  .sub-hero__cta-desc {
    font-size: 1.54vw;
  }
  .sub-hero__cta-title {
    font-size: 1.38vw;
    margin: 0.69vw 0 1.54vw;
  }
  .sub-hero__cta-button {
    font-size: 1.54vw;
  }
  .sub-hero__cta-button img {
    padding-left: 0.31vw;
  }
  .popular-learning__content {
    gap: 0 1.54vw;
  }
  .overview .services-list {
    gap: 3.85vw 1.62vw;
  }
}
@media (max-width: 1023px) {
  .base-box p, .popular-learning__item p, .services-item p {
    padding: 20px 0 21px;
    font-size: 28px;
    font-weight: 700;
    font-family: "Pretendard";
  }
  .sub_inner {
    max-width: 720px;
    padding: 0 40px;
  }
  .sub-hero .s_sub {
    margin-bottom: 0;
    font-size: 34px;
    font-weight: 700;
    font-family: "Pretendard";
    color: #000000;
  }
  .sub-hero .sub_inner {
    padding: 0 40px;
    max-width: 720px;
    align-items: flex-start;
    flex-flow: column;
    gap: 70px 0;
  }
  .sub-hero__cta {
    width: 100%;
    position: relative;
    top: auto;
    font-size: 30px;
    font-weight: 700;
    font-family: "Pretendard";
  }
  .sub-hero__cta::after {
    pointer-events: none;
    background: url("../../images/overview/sub_hero_cta_character_MO.png") no-repeat top/contain;
    width: 210px;
    height: 110px;
    transform: translate(0, -50%);
    top: 50%;
    right: 10px;
    bottom: auto;
  }
  .sub-hero__cta-link {
    width: 100%;
  }
  .sub-hero__cta-desc {
    display: inline;
    font-size: inherit;
  }
  .sub-hero__cta-button {
    font-size: inherit;
  }
  .sub-hero__cta-button img {
    top: -3px;
    width: 25px;
    height: 15px;
  }
  .popular-learning {
    padding: 70px 0;
  }
  .popular-learning__inner {
    max-width: 100%;
    padding: 0;
  }
  .popular-learning__title {
    font-size: 40px;
    max-width: 640px;
    margin: 0 auto 34px;
  }
  .popular-learning__content {
    display: block;
  }
  .popular-learning__item {
    margin-right: 40px;
    border: none;
    width: 520px;
    height: 100%;
    max-height: 389px;
  }
  .popular-learning__item.rank::before {
    font-size: 35px;
    padding-top: 14px;
    top: -22px;
    right: -33px;
    width: 70px;
    height: 86px;
  }
  .popular-learning__img-wrap img {
    border: 1px solid #d9d9d9;
  }
  .popular-learning__name {
    border: 1px solid #d9d9d9;
    border-top: none;
  }
  .popular-learning .slick-list {
    overflow: visible;
  }
  .popular-learning .slick-track {
    padding: 21px 0 3px;
    margin-left: calc((100% - 640px) / 2);
  }
  .overview__filters {
    overflow-y: auto;
  }
  .overview__filters.mobileVer {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    padding: 0;
  }
  .overview__filters.filter-open {
    padding: 82px 0 210px;
    opacity: 1;
    visibility: visible;
    background: #ffffff;
    max-width: 720px;
    max-height: calc(100% - 194px);
  }
  .overview__filters-wrapper {
    padding: 0 26px 0 40px;
  }
  .overview__services {
    padding: 102px 0 128px;
  }
  .overview__overlay {
    align-items: flex-end;
  }
  .overview__overlay--inner {
    overflow: initial;
    max-height: calc(100% - 194px);
  }
  .services-text {
    font-size: 34px;
    margin-bottom: 0;
    letter-spacing: -0.5px;
  }
  .services-text__wrap {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .services-filter__btn {
    border-radius: 50%;
    background: #f5f5f5;
    width: 60px;
    height: 60px;
  }
  .services-filter__btn img {
    margin-left: 4px;
  }
  .services-list {
    gap: 30px 20px;
    grid-template-columns: repeat(2, 1fr);
  }
  .services-list__empty {
    margin-top: 100px;
  }
  .services-item p {
    padding: 12px 0;
    border-top: 1px solid #d9d9d9;
    font-size: 24px;
    font-weight: 400;
    font-family: "Pretendard";
  }
  .services-item__empty {
    font-size: 24px;
    font-weight: 500;
    font-family: "Pretendard";
    line-height: 1.5;
  }
  .services-detail {
    background: #ffffff;
    overflow: hidden auto;
    margin: 0 auto;
    width: 100%;
    max-width: 720px;
    /* 상세 팝업 내 텍스트 */
    /* END 상세 팝업 내 텍스트 */
  }
  .services-detail__text {
    padding: 36px 40px 140px;
  }
  .services-detail__close {
    top: -95px;
    right: 30px;
    width: 60px;
    height: 60px;
  }
  .services-detail__slider .slick-dots {
    gap: 0 15px;
    margin-top: 30px;
  }
  .services-detail__slider .slick-dots button {
    width: 22px;
    height: 22px;
  }
  .services-detail__goals {
    font-size: 30px;
  }
  .services-detail__title {
    font-size: 50px;
  }
  .services-detail__tags li {
    font-size: 24px;
    font-family: "Pretendard";
    line-height: 34px;
  }
  .services-detail__desc {
    padding-top: 51px;
    margin-top: 60px;
  }
  .services-detail__desc h4 {
    font-size: 30px;
  }
  .services-detail__description {
    font-size: 28px;
    margin-top: 21px;
  }
  .filter-title {
    font-size: 34px;
  }
  .filter-title-wrap {
    max-width: 100%;
    padding: 0;
    gap: 0 16px;
  }
  .filter-reset img {
    width: 38px;
    height: 34px;
  }
  .filter-group {
    margin-bottom: 0;
    padding-bottom: 70px;
    align-items: unset;
    flex-flow: wrap;
    gap: 51px 0;
  }
  .filter-group:last-child {
    padding-bottom: 0;
  }
  .filter-footer {
    text-align: center;
    padding: 50px 0;
    background: #ffffff;
    position: fixed;
    transform: translate(-50%, 0);
    bottom: 0;
    left: 50%;
    width: 100%;
    max-width: 640px;
  }
  .filter-footer button {
    display: block;
    border-radius: 15px;
    background: #ff6833;
    margin: 0 auto;
    width: 100%;
    font-size: 34px;
    font-weight: 700;
    font-family: "Pretendard";
    color: #ffffff;
    line-height: 110px;
  }
  .filter-remove-btn {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    top: -4px;
    margin-left: 9px;
    width: 22px;
    height: 22px;
  }
  .filter-remove-btn::before, .filter-remove-btn::after {
    content: "";
    background: #000000;
    position: absolute;
    width: 100%;
    height: 3px;
  }
  .filter-remove-btn::before {
    transform: rotate(45deg);
  }
  .filter-remove-btn::after {
    transform: rotate(-45deg);
  }
  .selected-filters {
    display: flex;
    flex-flow: wrap;
    gap: 10px;
    margin: 40px 0 50px;
  }
  .selected-filters .filter-item {
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 500;
    font-family: "Pretendard";
    color: #000000;
  }
  .selected-filters .filter-item label {
    padding: 0 20px;
    line-height: 40px;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
  }
  .selected-filters .filter-item.active {
    border-color: #ff6833;
    color: #ff6833;
    background: #fff5ef;
  }
}
@media (max-width: 1023px) and (min-width: 1024px) and (max-width: 1300px) {
  .selected-filters {
    gap: 0.77vw;
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  .selected-filters .filter-item {
    display: inline-block;
    letter-spacing: -0.9px;
    font-size: 28px;
    font-weight: 700;
    font-family: "Pretendard";
  }
  .selected-filters .filter-item label {
    padding: 0 25px;
    line-height: 64px;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  .selected-filters {
    gap: 1.39vw;
  }
  .selected-filters .filter-item {
    font-size: 3.89vw;
    border-radius: 0.83vw;
  }
  .selected-filters .filter-item label {
    padding: 0 3.47vw;
    line-height: 8.89vw;
  }
}
@media (max-width: 767px) {
  #sub_page_head_title {
    padding: 11.11vw 20px 0;
  }
  .base-box p, .popular-learning__item p, .services-item p {
    padding: 2.78vw 0 2.92vw;
    font-size: 3.89vw;
  }
  .sub_inner {
    padding: 0 20px;
  }
  .sub-hero {
    padding-bottom: 9.72vw;
  }
  .sub-hero .s_sub {
    font-size: 4.72vw;
  }
  .sub-hero .sub_inner {
    gap: 9.72vw 0;
    padding: 0 20px;
  }
  .sub-hero__cta {
    font-size: 4.72vw;
    border-radius: 1.39vw;
  }
  .sub-hero__cta::after {
    right: 1.39vw;
    width: 29.17vw;
    height: 15.28vw;
  }
  .sub-hero__cta-link {
    padding: 5.56vw;
  }
  .sub-hero__cta-button img {
    top: -0.42vw;
    padding-left: 0.56vw;
    width: 3.47vw;
    height: 2.08vw;
  }
  .popular-learning {
    padding: 9.72vw 0;
  }
  .popular-learning__inner {
    padding: 0;
  }
  .popular-learning__title {
    font-size: 5.56vw;
    margin: 0 auto 4.72vw;
    padding-left: 20px;
  }
  .popular-learning__item {
    margin-right: 5.56vw;
    border: none;
    width: 72.5vw;
    max-height: 53.61vw;
  }
  .popular-learning__item.rank::before {
    font-size: 4.86vw;
    padding-top: 1.94vw;
    top: -3.06vw;
    right: -4.58vw;
    width: 9.72vw;
    height: 11.94vw;
  }
  .popular-learning .slick-track {
    padding-top: 2.92vw;
    margin-left: calc((100% - 88.89vw) / 2);
  }
  .overview__filters.filter-open {
    padding: 11.39vw 0 29.17vw;
    max-height: calc(100% - 26.94vw);
  }
  .overview__filters-wrapper {
    padding: 0 3.61vw 0 5.56vw;
  }
  .overview__services {
    padding: 14.17vw 0 17.78vw;
  }
  .overview__overlay--inner {
    width: 100%;
    max-height: calc(100% - 26.94vw);
  }
  .services-text {
    font-size: 4.72vw;
  }
  .services-filter__btn {
    width: 8.33vw;
    height: 8.33vw;
  }
  .services-filter__btn img {
    margin-left: 0;
    height: 4.17vw;
  }
  .services-list {
    gap: 4.17vw 2.78vw;
  }
  .services-list__empty {
    margin-top: 13.89vw;
  }
  .services-item p {
    font-size: 3.33vw;
    padding: 1.67vw 0;
  }
  .services-item__empty {
    font-size: 3.33vw;
  }
  .services-detail {
    /* 상세 팝업 내 텍스트 */
    /* END 상세 팝업 내 텍스트 */
  }
  .services-detail__text {
    padding: 5vw 5.56vw 19.44vw;
  }
  .services-detail__close {
    top: -13.19vw;
    right: 4.17vw;
    width: 8.33vw;
    height: 8.33vw;
  }
  .services-detail__slider .slick-slider, .services-detail__slider .slick-container {
    overflow: hidden !important;
  }
  .services-detail__slider .slick-slider, .services-detail__slider .slick-list, .services-detail__slider .slick-track {
    height: 60vw !important;
  }
  .services-detail__slider .slick-slide {
    height: 60vw !important;
    max-height: 60vw !important;
    min-height: 60vw !important;
  }
  .services-detail__slider .slick-dots {
    gap: 0 2.08vw;
    margin-top: 4.17vw;
  }
  .services-detail__slider .slick-dots button {
    width: 3.06vw;
    height: 3.06vw;
  }
  .services-detail__goals {
    font-size: 4.17vw;
  }
  .services-detail__title {
    font-size: 6.94vw;
  }
  .services-detail__tags {
    gap: 1.39vw;
  }
  .services-detail__tags li {
    border-radius: 0.42vw;
    padding: 0 1.39vw;
    font-size: 3.33vw;
    font-family: "Pretendard";
    line-height: 4.72vw;
  }
  .services-detail__desc {
    padding-top: 7.08vw;
    margin-top: 8.33vw;
  }
  .services-detail__desc h4 {
    font-size: 4.17vw;
  }
  .services-detail__description {
    font-size: 3.89vw;
    margin-top: 2.92vw;
  }
  .services-detail .video-control__btn {
    width: vw(110px);
    height: vw(78px);
  }
  .filter-title {
    font-size: 4.72vw;
  }
  .filter-title-wrap {
    gap: 0 2.22vw;
  }
  .filter-reset img {
    width: 5.28vw;
    height: 4.72vw;
  }
  .filter-group {
    gap: 7.08vw 0;
    padding-bottom: 9.72vw;
  }
  .filter-footer {
    padding: 6.94vw 0;
    max-width: 88.89vw;
  }
  .filter-footer button {
    border-radius: 2.08vw;
    font-size: 4.72vw;
    font-family: "Pretendard";
    line-height: 15.28vw;
  }
  .filter-remove-btn {
    top: -0.56vw;
    margin-left: 1.25vw;
    width: 3.06vw;
    height: 3.06vw;
  }
  .filter-remove-btn::before, .filter-remove-btn::after {
    height: 2px;
  }
  .selected-filters {
    margin: 5.56vw 0 6.94vw;
  }
}
@media (max-width: 480px) {
  .overview__overlay--inner {
    max-height: calc(100% - 38.06vw);
  }
}