@charset "UTF-8";
@use "sass:math";
/* =============================================== ==========================
    ## 공통 믹스인 모음
  ================================================= ======================== */
@use 'sass:math';
/* 기준 화면 너비 */
/* pixel을 vw로 변환해주는 함수 */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

b {
  font-weight: bold; }

p {
  margin: 0; }

.specialSubject {
  margin: 0 auto;
  color: #000;
  text-align: center; }

.specialSubject .show-mo {
  display: none; }

.specialSubject .inner {
  max-width: 1280px;
  padding: 0 40px;
  margin: 0 auto; }

.specialSubject .point {
  color: #4e00c4; }

.specialSubject .neon {
  color: #1affa3;
  font-weight: 700; }

.specialSubject .tit {
  font-size: 50px;
  font-weight: 800;
  font-family: "Paperlogy";
  color: #000;
  line-height: 1.18;
  letter-spacing: -1px; }

.specialSubject .tit * {
  font-family: "Paperlogy"; }

.specialSubject .tit.wh {
  color: #FFF; }

.specialSubject .txt {
  font-size: 24px;
  font-weight: 600;
  font-family: "Pretendard";
  line-height: 1.2;
  letter-spacing: -0.48px; }

.specialSubject .sub {
  display: block;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 500;
  font-family: "Pretendard";
  color: #000;
  line-height: 1.2;
  letter-spacing: -0.8px; }

.specialSubject .sub.wh {
  color: #FFF; }

.specialSubject .desc {
  font-size: 18px;
  font-weight: 300;
  font-family: "Pretendard";
  line-height: 1.2;
  letter-spacing: -0.36px; }

.specialSubject .popModal {
  position: fixed;
  top: 0px;
  left: 0px;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.7);
  width: 100vw;
  height: 100vh;
  z-index: 100;
  opacity: 0;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  z-index: 99991; }

.specialSubject .popModal.active {
  opacity: 1;
  pointer-events: auto; }

.specialSubject .popModal_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1030px;
  aspect-ratio: 16/9;
  background-color: #222; }

.specialSubject .popModal_close {
  position: absolute;
  top: -60px;
  right: 0;
  display: block;
  width: 50px;
  line-height: 0;
  margin: 0 auto;
  cursor: pointer; }

.specialSubject .popModal_body {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto; }

.specialSubject .popModal_body iframe {
  width: 100%;
  height: 100%; }

.specialSubject_hero {
  padding: 100px 0 46px;
  background: url(/assets/image/specialSubject/hero_bg.png) no-repeat top, #c7c4e9; }

.specialSubject_hero .tit {
  line-height: 1.18;
  font-size: 60px;
  letter-spacing: -2.4px; }

.specialSubject_hero .sub {
  margin: 10px 0 30px; }

.specialSubject_hero .hero_slide .swiper-slide {
  width: 334px;
  margin-right: 36px;
  opacity: 0.5;
  border-radius: 5px;
  -webkit-box-shadow: 4px 4px 4px 0 rgba(17, 0, 64, 0.14);
          box-shadow: 4px 4px 4px 0 rgba(17, 0, 64, 0.14); }

.specialSubject_hero .hero_slide .swiper-slide-prev, .specialSubject_hero .hero_slide .swiper-slide-next, .specialSubject_hero .hero_slide .swiper-slide-active {
  opacity: 1; }

.specialSubject_teacher {
  position: relative;
  padding: 100px 0 38px;
  background: url(/assets/image/specialSubject/teacher_bg.png) no-repeat top, -webkit-gradient(linear, left top, left bottom, from(#6b15c3), to(#34159a));
  background: url(/assets/image/specialSubject/teacher_bg.png) no-repeat top, -o-linear-gradient(top, #6b15c3, #34159a);
  background: url(/assets/image/specialSubject/teacher_bg.png) no-repeat top, linear-gradient(to bottom, #6b15c3, #34159a); }

@media (min-width: 64em) {
  .specialSubject_teacher::after {
    z-index: 2;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 376px;
    background: url(/assets/image/specialSubject/teacher_cover_bg.png) no-repeat center; } }

.specialSubject_teacher .txt,
.specialSubject_teacher .desc {
  position: relative;
  z-index: 1;
  color: #FFF; }

.specialSubject_teacher .txt {
  margin-top: 20px;
  font-weight: 600; }

.specialSubject_teacher .box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 30px;
  margin-top: 43px; }

.specialSubject_teacher .box_wrap > div {
  width: 390px;
  padding: 40px 0 30px;
  border-radius: 5px; }

.specialSubject_teacher .box_wrap > div::before {
  content: "";
  position: absolute;
  top: -13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 35px;
  height: 35px;
  background: url(/assets/image/specialSubject/ico_chk.svg) no-repeat center; }

.specialSubject_teacher .box_wrap > div::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: overlay;
  background: rgba(0, 0, 0, 0.46); }

.specialSubject_teacher .box_wrap .txt {
  margin: 0 0 10px;
  font-weight: 700; }

.specialSubject_teacher .teacher_slide {
  margin-top: 60px; }

.specialSubject_lecture {
  padding: 100px 0;
  background: url(/assets/image/specialSubject/lecture_bg.png) no-repeat top, #d8d8e7; }

.specialSubject_lecture .txt {
  margin-top: 20px; }

.specialSubject_lecture .box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
  margin-top: 50px; }

.specialSubject_lecture .box_wrap .txt {
  margin: 0 0 10px;
  color: #FFF;
  font-weight: 700; }

.specialSubject_lecture .box_wrap .point {
  color: #8f70ff; }

.specialSubject_lecture .box_wrap .desc {
  color: #FFF; }

.specialSubject_lecture .box_wrap > div {
  width: 590px;
  padding: 350px 0 20px;
  border-radius: 5px; }

.specialSubject_lecture .box_wrap > div:nth-child(1) {
  background: url(/assets/image/specialSubject/lecture_box1_bg.png) no-repeat top, #000; }

.specialSubject_lecture .box_wrap > div:nth-child(2) {
  background: url(/assets/image/specialSubject/lecture_box2_bg.png) no-repeat top, #000; }

.specialSubject_cont {
  padding: 100px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#6400bb), color-stop(35%, #1e0082), color-stop(63%, #473aff), to(#210065));
  background: -o-linear-gradient(top, #6400bb, #1e0082 35%, #473aff 63%, #210065);
  background: linear-gradient(to bottom, #6400bb, #1e0082 35%, #473aff 63%, #210065);
  background-position: top; }

.specialSubject_cont .txt {
  margin-top: 20px;
  color: #FFF; }

.specialSubject_cont .cont_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 50px 0 36px;
  background: rgba(0, 0, 0, 0.2); }

.specialSubject_cont .cont_nav_item {
  cursor: pointer;
  width: calc(100%/7);
  font-size: 20px;
  font-weight: 400;
  font-family: "Pretendard";
  color: #FFF;
  line-height: 80px;
  border-right: 1px solid rgba(255, 255, 255, 0.2); }

.specialSubject_cont .cont_nav_item:last-child {
  border: none; }

.specialSubject_cont .cont_nav_item:has(+ .on) {
  border-right: none; }

.specialSubject_cont .cont_nav_item.on {
  z-index: 1;
  border: none;
  color: #1affa3;
  font-weight: 700; }

.specialSubject_cont .cont_nav_item.on::after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 96px;
  background: url(/assets/image/specialSubject/cont_nav_on.png) no-repeat top; }

.specialSubject_cont .cont_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 30px 0; }

.specialSubject_cont .cont_item {
  display: none;
  padding: 50px 40px 50px 606px; }

.specialSubject_cont .cont_item.on {
  display: block; }

.specialSubject_cont .cont_item.hide {
  display: none !important; }

.specialSubject_cont .cont_item.item1 {
  background: url(/assets/image/specialSubject/cont_video1_bg.png) no-repeat left; }

.specialSubject_cont .cont_item.item2 {
  background: url(/assets/image/specialSubject/cont_video2_bg.png) no-repeat left; }

.specialSubject_cont .cont_item.item3 {
  background: url(/assets/image/specialSubject/cont_video3_bg.png) no-repeat left; }

.specialSubject_cont .cont_item.item4 {
  background: url(/assets/image/specialSubject/cont_video4_bg.png) no-repeat left; }

.specialSubject_cont .cont_item.item5 {
  background: url(/assets/image/specialSubject/cont_video5_bg.png) no-repeat left; }

.specialSubject_cont .cont_item.item6 {
  background: url(/assets/image/specialSubject/cont_video6_bg.png) no-repeat left; }

.specialSubject_cont .cont_item.item7 {
  background: url(/assets/image/specialSubject/cont_video7_bg.png) no-repeat left; }

.specialSubject_cont .cont_item.item8 {
  background: url(/assets/image/specialSubject/cont_video8_bg.png) no-repeat left; }

.specialSubject_cont .cont_item.item9 {
  background: url(/assets/image/specialSubject/cont_video9_bg.png) no-repeat left; }

.specialSubject_cont .cont_item.item10 {
  background: url(/assets/image/specialSubject/cont_video10_bg.png) no-repeat left; }

.specialSubject_cont .cont_item.item11 {
  background: url(/assets/image/specialSubject/cont_video11_bg.png) no-repeat left; }

.specialSubject_cont .cont_item.item12 {
  background: url(/assets/image/specialSubject/cont_video12_bg.png) no-repeat left; }

.specialSubject_cont .cont_item.item13 {
  background: url(/assets/image/specialSubject/cont_video13_bg.png) no-repeat left; }

.specialSubject_cont .cont_item.item14 {
  background: url(/assets/image/specialSubject/cont_video14_bg.png) no-repeat left; }

.specialSubject_cont .cont_item.item15 {
  background: url(/assets/image/specialSubject/cont_video15_bg.png) no-repeat left; }

.specialSubject_cont .cont_item.item16 {
  background: url(/assets/image/specialSubject/cont_video16_bg.png) no-repeat left; }

.specialSubject_cont .cont_item.item17 {
  background: url(/assets/image/specialSubject/cont_video17_bg.png) no-repeat left; }

.specialSubject_cont .cont_item.item18 {
  background: url(/assets/image/specialSubject/cont_video18_bg.png) no-repeat left; }

.specialSubject_cont .video_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px; }

.specialSubject_cont .btn_add {
  width: 226px;
  height: 50px;
  margin-top: 50px;
  font-size: 18px;
  font-weight: 400;
  font-family: "Pretendard";
  color: #FFF;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
  border-radius: 25px;
  -webkit-box-shadow: inset 0 0 0 1px #FFF;
          box-shadow: inset 0 0 0 1px #FFF; }

.specialSubject_intensive {
  position: relative;
  padding: 100px 0;
  background: url(/assets/image/specialSubject/intensive_bg.png) no-repeat top, #cbd2eb; }

.specialSubject_intensive::after {
  content: "";
  position: absolute;
  top: -36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 72px;
  height: 72px;
  background: url(/assets/image/specialSubject/ico_plus.png) no-repeat center; }

.specialSubject_intensive .txt {
  margin: 20px 0 30px; }

.specialSubject_intensive .bubble {
  width: 446px;
  height: 136px;
  padding: 25px 0 53px;
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  font-family: "Pretendard";
  color: #FFF;
  line-height: 1.2;
  letter-spacing: -0.48px;
  text-align: center;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: url(/assets/image/specialSubject/intensive_bubble.png) no-repeat center; }

.specialSubject_intensive .bubble::after {
  display: none; }

.specialSubject_intensive .intensive_slide {
  margin-top: 30px;
  text-align: left; }

.specialSubject_intensive .intensive_slide .sub {
  margin: 0 0 10px;
  letter-spacing: -0.4px;
  font-weight: 700; }

.specialSubject_intensive .intensive_slide .desc {
  padding-left: 54px;
  margin-top: 10px;
  line-height: 1.25;
  color: #000;
  font-weight: 600; }

.specialSubject_intensive .intensive_slide .swiper-slide {
  width: calc((100% - 60px)/3);
  height: 334px;
  padding: 20px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.3); }

@media (min-width: 64em) {
  .specialSubject_intensive .intensive_slide .swiper-wrapper {
    gap: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.specialSubject_intensive .nm {
  display: inline-block;
  width: 63px;
  height: 37px;
  margin-right: 10px;
  font-size: 20px;
  font-weight: 700;
  font-family: "Pretendard";
  color: #FFF;
  line-height: 37px;
  text-align: center;
  font-style: normal;
  border-radius: 18px;
  background-color: var(--nmColor, #333); }

.specialSubject_intensive .label {
  position: absolute;
  top: 0;
  left: 0;
  width: 54px; }

@media (max-width: 63.99em) {
  .specialSubject .show-pc {
    display: none; }
  .specialSubject .show-mo {
    display: initial; }
  .specialSubject .inner {
    max-width: 720px; }
  .specialSubject .txt {
    line-height: 1.28;
    font-size: 28px;
    letter-spacing: -0.56px; }
  .specialSubject .sub {
    margin-top: 20px;
    line-height: 1.28;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.56px; }
  .specialSubject .desc {
    line-height: 1.28;
    font-size: 28px;
    letter-spacing: -0.56px; }
  .specialSubject .popModal_wrap {
    width: 100%;
    max-width: 720px; }
  .specialSubject .popModal_close {
    top: -80px;
    right: 30px;
    width: 54px; }
  .specialSubject_hero {
    padding: 100px 0 568px;
    background: url(/assets/image/specialSubject/hero_bg_MO.png) no-repeat top, #c7c4e9; }
  .specialSubject_hero .sub {
    margin: 20px 0 0; }
  .specialSubject_teacher {
    padding: 100px 0;
    background: url(/assets/image/specialSubject/teacher_bg_MO.png) no-repeat top, -webkit-gradient(linear, left top, left bottom, from(#6b15c3), to(#34159a));
    background: url(/assets/image/specialSubject/teacher_bg_MO.png) no-repeat top, -o-linear-gradient(top, #6b15c3, #34159a);
    background: url(/assets/image/specialSubject/teacher_bg_MO.png) no-repeat top, linear-gradient(to bottom, #6b15c3, #34159a); }
  .specialSubject_teacher .txt {
    margin-top: 20px; }
  .specialSubject_teacher .box_wrap {
    margin-top: 63px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 53px 0; }
  .specialSubject_teacher .box_wrap > div {
    width: 580px;
    padding: 40px 0 30px;
    border-radius: 5px; }
  .specialSubject_teacher .box_wrap > div::before {
    top: -13px;
    width: 35px;
    height: 35px;
    background: url(/assets/image/specialSubject/ico_chk.svg) no-repeat center;
    background-size: 100% 100%; }
  .specialSubject_teacher .box_wrap .txt {
    margin: 0 0 10px;
    line-height: 1.17;
    font-size: 34px;
    letter-spacing: -0.68px; }
  .specialSubject_teacher .box_wrap .desc {
    line-height: 1.28;
    font-size: 28px;
    letter-spacing: -0.56px; }
  .specialSubject_teacher .teacher_slide {
    margin-top: 547px; }
  .specialSubject_lecture {
    padding: 100px 0;
    background: url(/assets/image/specialSubject/lecture_bg_MO.png) no-repeat top, #d8d8e7; }
  .specialSubject_lecture .txt {
    margin-top: 30px; }
  .specialSubject_lecture .box_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 50px 0;
    margin-top: 50px; }
  .specialSubject_lecture .box_wrap .txt {
    font-size: 34px;
    letter-spacing: -0.68px; }
  .specialSubject_lecture .box_wrap .desc {
    font-weight: 400; }
  .specialSubject_lecture .box_wrap > div {
    width: 591px;
    padding: 350px 0 20px;
    border-radius: 5px; }
  .specialSubject_lecture .box_wrap > div:nth-child(1) {
    background: url(/assets/image/specialSubject/lecture_box1_bg_MO.png) no-repeat top, #000;
    background-size: 100% auto; }
  .specialSubject_lecture .box_wrap > div:nth-child(2) {
    background: url(/assets/image/specialSubject/lecture_box2_bg_MO.png) no-repeat top, #000;
    background-size: 100% auto; }
  .specialSubject_cont {
    padding: 100px 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#6400bb), color-stop(35%, #1e0082), color-stop(63%, #473aff), to(#210065));
    background: -o-linear-gradient(top, #6400bb, #1e0082 35%, #473aff 63%, #210065);
    background: linear-gradient(to bottom, #6400bb, #1e0082 35%, #473aff 63%, #210065); }
  .specialSubject_cont .txt {
    margin-top: 30px; }
  .specialSubject_cont .cont_nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 80px 0 50px; }
  .specialSubject_cont .cont_nav_item {
    cursor: pointer;
    width: calc(100%/3);
    line-height: 110px;
    font-size: 26px; }
  .specialSubject_cont .cont_nav_item:nth-child(4), .specialSubject_cont .cont_nav_item:last-child {
    border: none; }
  .specialSubject_cont .cont_nav_item:nth-child(-n+4) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  .specialSubject_cont .cont_nav_item:has(+ * + * + .on) {
    border-bottom: none; }
  .specialSubject_cont .cont_nav_item.on {
    background: #000;
    border-bottom: none; }
  .specialSubject_cont .cont_nav_item.on::after {
    display: none; }
  .specialSubject_cont .cont_wrap {
    gap: 50px 0; }
  .specialSubject_cont .cont_item {
    padding: 420px 30px 40px; }
  .specialSubject_cont .cont_item.item1 {
    background: url(/assets/image/specialSubject/cont_video1_bg_MO.png) no-repeat left;
    background-size: 100% 100%; }
  .specialSubject_cont .cont_item.item2 {
    background: url(/assets/image/specialSubject/cont_video2_bg_MO.png) no-repeat left;
    background-size: 100% 100%; }
  .specialSubject_cont .cont_item.item3 {
    background: url(/assets/image/specialSubject/cont_video3_bg_MO.png) no-repeat left;
    background-size: 100% 100%; }
  .specialSubject_cont .cont_item.item4 {
    background: url(/assets/image/specialSubject/cont_video4_bg_MO.png) no-repeat left;
    background-size: 100% 100%; }
  .specialSubject_cont .cont_item.item5 {
    background: url(/assets/image/specialSubject/cont_video5_bg_MO.png) no-repeat left;
    background-size: 100% 100%; }
  .specialSubject_cont .cont_item.item6 {
    background: url(/assets/image/specialSubject/cont_video6_bg_MO.png) no-repeat left;
    background-size: 100% 100%; }
  .specialSubject_cont .cont_item.item7 {
    background: url(/assets/image/specialSubject/cont_video7_bg_MO.png) no-repeat left;
    background-size: 100% 100%; }
  .specialSubject_cont .cont_item.item8 {
    background: url(/assets/image/specialSubject/cont_video8_bg_MO.png) no-repeat left;
    background-size: 100% 100%; }
  .specialSubject_cont .cont_item.item9 {
    background: url(/assets/image/specialSubject/cont_video9_bg_MO.png) no-repeat left;
    background-size: 100% 100%; }
  .specialSubject_cont .cont_item.item10 {
    background: url(/assets/image/specialSubject/cont_video10_bg_MO.png) no-repeat left;
    background-size: 100% 100%; }
  .specialSubject_cont .cont_item.item11 {
    background: url(/assets/image/specialSubject/cont_video11_bg_MO.png) no-repeat left;
    background-size: 100% 100%; }
  .specialSubject_cont .cont_item.item12 {
    background: url(/assets/image/specialSubject/cont_video12_bg_MO.png) no-repeat left;
    background-size: 100% 100%; }
  .specialSubject_cont .cont_item.item13 {
    background: url(/assets/image/specialSubject/cont_video13_bg_MO.png) no-repeat left;
    background-size: 100% 100%; }
  .specialSubject_cont .cont_item.item14 {
    background: url(/assets/image/specialSubject/cont_video14_bg_MO.png) no-repeat left;
    background-size: 100% 100%; }
  .specialSubject_cont .cont_item.item15 {
    background: url(/assets/image/specialSubject/cont_video15_bg_MO.png) no-repeat left;
    background-size: 100% 100%; }
  .specialSubject_cont .cont_item.item16 {
    background: url(/assets/image/specialSubject/cont_video16_bg_MO.png) no-repeat left;
    background-size: 100% 100%; }
  .specialSubject_cont .cont_item.item17 {
    background: url(/assets/image/specialSubject/cont_video17_bg_MO.png) no-repeat left;
    background-size: 100% 100%; }
  .specialSubject_cont .cont_item.item18 {
    background: url(/assets/image/specialSubject/cont_video18_bg_MO.png) no-repeat left;
    background-size: 100% 100%; }
  .specialSubject_cont .video_wrap {
    gap: 0 14px; }
  .specialSubject_intensive {
    padding: 100px 0;
    background: url(/assets/image/specialSubject/intensive_bg_MO.png) no-repeat top, -o-linear-gradient(215deg, #cdd4ec, #d7daed);
    background: url(/assets/image/specialSubject/intensive_bg_MO.png) no-repeat top, linear-gradient(-125deg, #cdd4ec, #d7daed); }
  .specialSubject_intensive::after {
    display: none; }
  .specialSubject_intensive .inner {
    overflow: hidden;
    padding: 0; }
  .specialSubject_intensive .txt {
    margin: 30px 0 40px; }
  .specialSubject_intensive .bubble {
    width: 534px;
    height: 157px;
    padding: 26px 0 0;
    line-height: 1.28;
    font-size: 28px;
    letter-spacing: -0.56px;
    background: url(/assets/image/specialSubject/intensive_bubble_MO.png) no-repeat center;
    background-size: cover; }
  .specialSubject_intensive .bubble::after {
    display: none; }
  .specialSubject_intensive .intensive_slide {
    padding-left: 40px;
    margin-top: 30px;
    overflow: visible; }
  .specialSubject_intensive .intensive_slide .sub {
    margin: 0 0 30px;
    font-size: 34px;
    letter-spacing: -0.68px; }
  .specialSubject_intensive .intensive_slide .desc {
    padding-left: 85px;
    margin-top: 20px;
    line-height: 1.25;
    color: #000;
    font-weight: 600; }
  .specialSubject_intensive .intensive_slide .swiper-slide {
    width: 580px;
    height: 551px;
    padding: 40px 20px 20px 30px;
    margin-right: 40px;
    border-radius: 5px; }
  .specialSubject_intensive .nm {
    width: 101px;
    height: 55px;
    margin-right: 20px;
    line-height: 55px;
    font-size: 29px;
    letter-spacing: -0.58px;
    border-radius: 27px; }
  .specialSubject_intensive .label {
    width: 85px; } }

@media (max-width: 47.99em) {
  .specialSubject .inner {
    padding: 0 5.56vw; }
  .specialSubject .tit {
    font-size: 6.94vw;
    letter-spacing: -0.14vw; }
  .specialSubject .txt {
    font-size: 3.89vw;
    letter-spacing: -0.08vw; }
  .specialSubject .sub {
    margin-top: 2.78vw;
    font-size: 3.89vw;
    letter-spacing: -0.08vw; }
  .specialSubject .desc {
    font-size: 3.89vw;
    letter-spacing: -0.08vw; }
  .specialSubject .popModal_close {
    top: -11.11vw;
    right: 4.17vw;
    width: 7.5vw; }
  .specialSubject_hero {
    padding: 13.89vw 0 78.89vw;
    background: url(/assets/image/specialSubject/hero_bg_MO.png) no-repeat top, #c7c4e9;
    background-size: 100% 125.28vw; }
  .specialSubject_hero .inner {
    padding: 0; }
  .specialSubject_hero .tit {
    font-size: 8.33vw;
    letter-spacing: -0.33vw; }
  .specialSubject_hero .sub {
    margin: 2.78vw 0 0; }
  .specialSubject_teacher {
    padding: 13.89vw 0;
    background: url(/assets/image/specialSubject/teacher_bg_MO.png) no-repeat top, -webkit-gradient(linear, left top, left bottom, from(#6b15c3), to(#34159a));
    background: url(/assets/image/specialSubject/teacher_bg_MO.png) no-repeat top, -o-linear-gradient(top, #6b15c3, #34159a);
    background: url(/assets/image/specialSubject/teacher_bg_MO.png) no-repeat top, linear-gradient(to bottom, #6b15c3, #34159a);
    background-size: 100% 100%; }
  .specialSubject_teacher .txt {
    margin-top: 2.78vw; }
  .specialSubject_teacher .box_wrap {
    margin-top: 8.75vw;
    gap: 7.36vw 0; }
  .specialSubject_teacher .box_wrap > div {
    width: 80.56vw;
    padding: 5.56vw 0 4.17vw;
    border-radius: 0.69vw; }
  .specialSubject_teacher .box_wrap > div::before {
    top: -1.81vw;
    width: 4.86vw;
    height: 4.86vw; }
  .specialSubject_teacher .box_wrap .txt {
    margin: 0 0 1.39vw;
    font-size: 4.72vw;
    letter-spacing: -0.09vw; }
  .specialSubject_teacher .box_wrap .desc {
    font-size: 3.89vw;
    letter-spacing: -0.08vw; }
  .specialSubject_teacher .teacher_slide {
    margin-top: 75.97vw; }
  .specialSubject_lecture {
    padding: 13.89vw 0;
    background: url(/assets/image/specialSubject/lecture_bg_MO.png) no-repeat top, #d8d8e7;
    background-size: 100% 100%; }
  .specialSubject_lecture .txt {
    margin-top: 4.17vw; }
  .specialSubject_lecture .box_wrap {
    gap: 6.94vw 0;
    margin-top: 6.94vw; }
  .specialSubject_lecture .box_wrap .txt {
    font-size: 4.72vw;
    letter-spacing: -0.09vw; }
  .specialSubject_lecture .box_wrap > div {
    width: 82.08vw;
    padding: 48.61vw 0 2.78vw;
    border-radius: 0.69vw; }
  .specialSubject_cont {
    padding: 13.89vw 0; }
  .specialSubject_cont .txt {
    margin-top: 4.17vw; }
  .specialSubject_cont .cont_nav {
    margin: 11.11vw 0 6.94vw; }
  .specialSubject_cont .cont_nav_item {
    line-height: 15.28vw;
    font-size: 3.61vw; }
  .specialSubject_cont .cont_wrap {
    gap: 6.94vw 0; }
  .specialSubject_cont .cont_item {
    padding: 58.33vw 4.17vw 5.56vw; }
  .specialSubject_cont .video_wrap {
    gap: 0 1.94vw; }
  .specialSubject_intensive {
    padding: 13.89vw 0;
    background: url(/assets/image/specialSubject/intensive_bg_MO.png) no-repeat top, -o-linear-gradient(215deg, #cdd4ec, #d7daed);
    background: url(/assets/image/specialSubject/intensive_bg_MO.png) no-repeat top, linear-gradient(-125deg, #cdd4ec, #d7daed);
    background-size: 100% 100%; }
  .specialSubject_intensive .inner {
    padding: 0; }
  .specialSubject_intensive .txt {
    margin: 4.17vw 0 5.56vw; }
  .specialSubject_intensive .bubble {
    width: 74.17vw;
    height: 21.81vw;
    padding: 3.61vw 0 0;
    font-size: 3.89vw;
    letter-spacing: -0.08vw; }
  .specialSubject_intensive .intensive_slide {
    padding-left: 5.56vw;
    margin-top: 4.17vw; }
  .specialSubject_intensive .intensive_slide .sub {
    margin: 0 0 4.17vw;
    font-size: 4.72vw;
    letter-spacing: -0.09vw; }
  .specialSubject_intensive .intensive_slide .desc {
    padding-left: 11.81vw;
    margin-top: 2.78vw; }
  .specialSubject_intensive .intensive_slide .swiper-slide {
    width: 80.56vw;
    height: 76.53vw;
    padding: 5.56vw 2.78vw 2.78vw 4.17vw;
    margin-right: 5.56vw;
    border-radius: 0.69vw; }
  .specialSubject_intensive .intensive_slide .swiper-slide img {
    width: 72.22vw; }
  .specialSubject_intensive .nm {
    width: 14.03vw;
    height: 7.64vw;
    margin-right: 2.78vw;
    line-height: 7.64vw;
    font-size: 4.03vw;
    letter-spacing: -0.08vw;
    border-radius: 3.75vw; }
  .specialSubject_intensive .label {
    width: 11.81vw; } }
