@charset "utf-8";

.plan_top {
  position: relative;
  height: 300px;
  width: 100%;
}
.plan_banner {
  background: url(../img/study_plan/banner.png) no-repeat center bottom;
  background-size: cover;
  background-position: 0 100%;
}

.plan_top h2 {
  position: relative;
  z-index: 2;
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.9px;
  text-align: center;
  color: #ffffff;
  padding-top: 120px;
  /* 2022-08-02 패딩수정 */
}
.plan_top p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: -0.45px;
  text-align: center;
  color: #ffffff;
  padding-top: 10px;
}

.plan_title {
  position: relative;
  /* top: 140px; */
}
.plan_title h4 {
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: -0.8px;
  text-align: center;
  color: #333333;
}

.plan_title p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.4px;
  text-align: center;
  color: #666666;
}

.plan_title p.txt-gr {
  font-size: 14px;
  color: #999999;
  letter-spacing: -0.35px;
}

.plan-pad-img {
  width: 1260px;
  margin: 0 auto;
  max-height: 1200px;
  padding-top: 74px;
}
.planPad1 img {
  position: relative;
  left: 12px;
  top: -120px;
}
.planPad1.swiper-container {
  /* top: -234px;
    padding-bottom: 60px; */
  display: block;
}
.planPad1 .swiper-slide {
  /* padding-top: 120px; */
}
.planPad1 .swiper-button-next:after,
.planPad1 .swiper-button-prev:after {
  font-size: 0;
}
.planPad1 .swiper-button-next:focus,
.planPad1 .swiper-button-prev:focus {
  outline: none;
  outline: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.planPad1 .swiper-button-prev {
  background: url("../img/study_plan/arr-left.png") no-repeat;
  left: 9px;
  right: auto;
  width: 38px;
  height: 71px;
  top: 40%;
}
.planPad1 .swiper-button-prev.swiper-button-disabled {
  background: url("../img/study_plan/arr-left-off.png") no-repeat;
  opacity: 1;
}
.planPad1 .swiper-button-next {
  background: url("../img/study_plan/arr-right.png") no-repeat;
  right: 9px;
  left: auto;
  width: 38px;
  height: 71px;
  top: 40%;
}
.planPad1 .swiper-button-next.swiper-button-disabled {
  background: url("../img/study_plan/arr-right-off.png") no-repeat;
  opacity: 1;
}

.planPad1.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 23%;
}

.planPad1 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 0.2;
  background-color: #000000;
  vertical-align: middle;
}

.planPad1 .swiper-pagination-bullet-active {
  width: 20px;
  height: 10px;
  opacity: 1;
  border-radius: 50px;
  background: #808080;
  vertical-align: middle;
}

.mobile-img {
  display: none;
}

.pc-img {
  display: block;
}

.subject_list {
  display: flex;
  justify-content: flex-start;
  margin: 0 auto;
  width: 1260px;
  margin-top: 80px;
}

.subject_list::before {
  content: "";
  display: inline-block;
  /* 2020-11-27 width 수정 */
  /* min-width: 69%; */
  min-width: 1215px;
  /*  */
  height: 2px;
  background: #e0e0e0;
  position: absolute;
  top: 50px;
}

.subject_list li p {
  font-size: 24px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.5;
  letter-spacing: -0.6px;
  text-align: center;
  color: #c1c1c1;
}

.subject_list li span {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.4px;
  text-align: center;
  color: #c1c1c1;
  min-height: 48px;
  display: inline-block;
}

.subject_list a li {
  cursor: pointer;
  margin-right: 8px;
  text-align: center;
  letter-spacing: -0.5px;
  width: 243px;
  height: 108px;
}
.subject_list a li:last-child {
  margin-right: 0;
}
.subject_list a li.sl-one p::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c1c1c1;
  position: relative;
  left: 215px;
  top: 15px;
}

.subject_list a li.sl-two p::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c1c1c1;
  position: relative;
  left: 190px;
  top: 15px;
}

.subject_list a li.sl-three p::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c1c1c1;
  position: relative;
  left: 203px;
  top: 15px;
}

.subject_list a li.sl-fourth p::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c1c1c1;
  position: relative;
  left: 168px;
  top: 15px;
}

.subject_list a li.active p {
  color: #333333;
}
.subject_list a li.active span {
  color: #666666;
}
.subject_list a li.active::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #333333;
  position: relative;
  top: -74.6px;
}
.subject_list a li.sl-one.active p::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #333333;
  position: relative;
  left: 29px;
  top: 15px;
}

.subject_list a li.sl-two.active p::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #333333;
  position: relative;
  left: 53px;
  top: 15px;
}

.subject_list a li.sl-three.active p::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #333333;
  position: relative;
  left: 38px;
  top: 15px;
}

.subject_list a li.sl-fourth.active p::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #333333;
  position: relative;
  left: 74px;
  top: 15px;
}

.subject_list2 {
  display: block;
  margin: 0 auto;
  width: 1260px;
  font-size: 0;
  margin-top: 80px;
}

.subject_list2::before {
  content: "";
  display: inline-block;
  min-width: 1215px;
  height: 2px;
  background: #e0e0e0;
  position: absolute;
  top: 50px;
  width: 1245px;
}

.subject_list2 li p {
  font-size: 24px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.5;
  letter-spacing: -0.6px;
  text-align: center;
  color: #c1c1c1;
  position: relative;
}

.subject_list2 li span {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.4px;
  text-align: center;
  color: #c1c1c1;
  min-height: 48px;
  display: inline-block;
}

.subject_list2 li {
  cursor: pointer;
  margin-right: 8px;
  text-align: center;
  letter-spacing: -0.5px;
  width: 243px;
  height: 108px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.subject_list2 li:last-child {
  margin-right: 0;
}
.subject_list2 li p {
  position: relative;
}
.subject_list2 li.sl-one p::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c1c1c1;
  position: relative;
  /* left: 215px; */
  left: 193px;
  top: 15px;
}

.subject_list2 li.sl-two p::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c1c1c1;
  position: relative;
  left: 190px;
  top: 15px;
}

.subject_list2 li.sl-three p::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c1c1c1;
  position: relative;
  left: 203px;
  top: 15px;
}

.subject_list2 li.sl-fourth p::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c1c1c1;
  position: relative;
  left: 168px;
  top: 15px;
}

.subject_list2 li.active p {
  color: #333333;
}
.subject_list2 li.active span {
  color: #666666;
}
.subject_list2 li.active::after {
  content: "";
  display: inline-block;
  width: calc(100% + 1px);
  height: 2px;
  background: #333333;
  position: absolute;
  top: 50px;
  left: -1px;
}
.subject_list2 li.active p::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #333333;
  position: absolute;
  right: -8px;
  bottom: 5px;
}
.subject_list2 li:last-child.active p::after {
  display: none;
}
/*
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
모바일 영역 모바일 영역 모바일 영역 모바일 영역 모바일 영역 모바일 영역
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
*/

/* @media (max-width: 767px) { 2022-01-04 수정 분기점 이상 */
@media (max-width: 900px) {
  .mobile-img {
    display: block;
  }
  .pc-img {
    display: none;
  }
  .plan_banner {
    background: url("../img/study_plan/m-banner.png") no-repeat;
    background-size: cover;
    background-position: 0 100%;
  }
  .plan_top {
    position: relative;
    height: 40vw;
    width: 100%;
    margin-top: 62px;
  }
  .plan_top h2 {
    padding-top: 26px;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: -0.6px;
    text-align: center;
    color: #ffffff;
  }
  .plan_top p {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.46;
    letter-spacing: -0.33px;
    text-align: center;
    color: #ffffff;
    text-align: center;
    margin: 0 auto;
  }
  .plan_bottom {
    width: 100%;
  }
  .mobile-img .plan_title {
    display: block;
    position: relative;
    top: -15px;
  }
  .mobile-img .plan_title .swiper-container {
    height: 472px;
  }

  /* .mobile-img .plan_title img {
        width: 100vw;
        position: relative;
        top: -30px;
        left: 10px;
    } */
  .mobile-img .plan_title .mobile-pad-wrap {
    position: absolute;
    left: 53%;
    bottom: auto;
    transform: translate(-50%, -50%);
    top: 47%;
  }
  .mobile-img .plan_title .mobile-pad-wrap img {
    width: 110vw;
  }
  .pad-txt2 {
    position: relative;
    top: 55%;
    padding: 0 19px;
  }

  .mobile-img .plan_title .sl-fourth .mobile-pad-wrap,
  .mobile-img .plan_title .sl-fifth .mobile-pad-wrap {
    position: absolute;
    left: 53%;
    bottom: auto;
    transform: translate(-50%, -50%);
    top: 37%;
  }
  .mobile-img .plan_title .sl-fourth .pad-txt2,
  .mobile-img .plan_title .sl-fifth .pad-txt2 {
    position: relative;
    top: 51%;
    padding: 0 19px;
  }
  .mobile-img .plan_title h4 {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: -0.5px;
    text-align: center;
    color: #333333;
    padding-bottom: 6px;
  }
  .mobile-img .plan_title p {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.4px;
    text-align: center;
    color: #666666;
  }
  .mobile-img .plan_title p.txt-gr {
    font-size: 12px;
    letter-spacing: -0.3px;
    color: #999999;
  }
  .pad-txt {
    padding: 0 24px;
    position: relative;
    top: 0;
  }
  .plan-progress {
    position: relative;
    left: 17px;
    width: 100%;
    margin: 0 auto;
  }
  .m-pad1,
  .m-pad2,
  .m-pad3,
  .m-pad4 .m-pad5 {
    padding-top: 50px;
  }
  .subject_list {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 30px 24px 0;
  }
  .subject_list a {
    cursor: pointer;
    display: block;
    margin-right: 8px;
    text-align: center;
    width: 17.8%;
    height: auto;
  }
  .subject_list a li {
    width: auto;
    height: auto;
  }
  .subject_list a li.active::before {
    background: #333333;
  }

  .subject_list a li.sl-one.active p::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #333333;
    position: relative;
    left: -25px;
    top: -34px;
  }

  .subject_list a li.sl-two.active p::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #333333;
    position: relative;
    left: -25px;
    top: -34px;
    z-index: 1;
  }

  .subject_list a li.sl-three.active p::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #333333;
    position: relative;
    left: -25px;
    top: -34px;
  }

  .subject_list a li.sl-fourth.active p::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #333333;
    position: relative;
    left: -13px;
    top: -34px;
  }
  .subject_list a li.sl-fifth.active p::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #333333;
    position: relative;
    left: -24px;
    top: -34px;
  }
  .subject_list a li.active::after {
    display: none;
  }
  .subject_list::before {
    top: 0;
    left: 0;
    content: "";
    display: inline-block;
    width: 100%;
    min-width: auto;
    height: 2px;
    background: #e0e0e0;
    position: relative;
  }
  .subject_list li p {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    color: #c1c1c1;
  }
  .subject_list a li.sl-one p {
    text-indent: -9px;
  }
  .subject_list a li.sl-two p {
    text-indent: -7px;
  }
  .subject_list a li.sl-three p {
    text-indent: -7px;
  }
  .subject_list a li.sl-fourth p {
    text-indent: -8px;
  }
  .subject_list a li.sl-fifth p {
    text-indent: -8px;
  }

  .subject_list a li.sl-one.active p {
    text-indent: -18px;
  }
  .subject_list a li.sl-two.active p {
    text-indent: -17px;
  }
  .subject_list a li.sl-three.active p {
    text-indent: -17px;
  }
  .subject_list a li.sl-fourth.active p {
    text-indent: -16px;
  }
  .subject_list a li.sl-fifth.active p {
    text-indent: -15px;
  }

  .subject_list a li.sl-one p::before,
  .subject_list a li.sl-two p::before,
  .subject_list a li.sl-three p::before,
  .subject_list a li.sl-fourth p::before,
  .subject_list a li.sl-fifth p::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #c1c1c1;
    position: relative;
    top: -16px;
  }

  .subject_list a li.sl-one p::before {
    left: 14px;
  }
  .subject_list a li.sl-two p::before {
    left: 15px;
  }
  .subject_list a li.sl-three p::before {
    left: 20px;
  }
  .subject_list a li.sl-fourth p::before {
    left: 14px;
  }
  .subject_list a li.sl-fifth p::before {
    left: 9px;
  }

  .subject_list a li.sl-one.active p::before,
  .subject_list a li.sl-two.active p::before,
  .subject_list a li.sl-three.active p::before,
  .subject_list a li.sl-fourth.active p::before,
  .subject_list a li.sl-fifth.active p::before {
    background: transparent;
  }

  .planPad2 .swiper-button-prev,
  .planPad2 .swiper-button-next {
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
  }

  .planPad2 .swiper-button-next {
    background: url(../img/common/m-next_on.png) no-repeat;
    right: 10px;
  }
  .planPad2 .swiper-button-prev {
    background: url(../img/common/m-prev_on.png) no-repeat;
    left: 10px;
  }
  .planPad2 .swiper-button-prev.swiper-button-disabled {
    background: url(../img/common/m-prev_off.png) no-repeat;
    opacity: 1;
    left: 10px;
  }
  .planPad2 .swiper-button-next.swiper-button-disabled {
    background: url(../img/common/m-next_off.png) no-repeat;
    opacity: 1;
    right: 10px;
  }
  .planPad2 .swiper-button-next:after,
  .planPad2 .swiper-button-prev:after {
    font-size: 0;
  }

  .subject_list2 {
    width: 100%;
    padding: 0 15px;
    margin-top: 40px;
  }
  .subject_list2::before {
    min-width: auto;
    width: 76%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
  .subject_list2 li {
    width: 20%;
    margin: 0;
    height: auto;
  }
  .subject_list2 li p,
  .subject_list2 li span {
    display: none;
  }
  .subject_list2 li p.m_ver {
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 1.33;
    letter-spacing: -0.3px;
    text-align: center;
    color: #333333;
    padding-top: 10px;
  }
  .subject_list2 li p::before {
    position: absolute !important;
    left: 50% !important;
    top: -3px !important;
    transform: translateX(-50%) !important;
    display: block !important;
  }
  .subject_list2 li:last-child p::after,
  .subject_list2 li:last-child.active p::after {
    display: block !important;
  }
  .subject_list2 li.active p::after {
    position: absolute !important;
    left: 50% !important;
    top: -3px !important;
    transform: translateX(-50%) !important;
  }
  .subject_list2 li.sl-fifth p::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #c1c1c1;
    position: relative;
    left: 168px;
    top: 15px;
  }
  .subject_list2 li:first-child.active::after {
    display: none;
  }
  .subject_list2 li.active::after {
    left: auto !important;
    right: 50% !important;
    top: 0px !important;
    width: calc(100% - 3px);
  }

  .plan_title h4 {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: -0.5px;
    text-align: center;
    color: #333333;
    padding-bottom: 6px;
  }
  .plan_title p {
    display: none;
  }
  .plan_title div.m_ver p {
    display: block;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.4px;
    text-align: center;
    color: #666666;
  }
  .plan_title div.m_ver {
    padding: 0 20px;
    margin-top: -72px;
    margin-bottom: 50px;
  }
  .plan_title div.m_ver p.txt-gr {
    font-size: 12px;
    letter-spacing: -0.3px;
    color: #999999;
  }
  .plan-pad-img,
  .planPad1.swiper-container,
  .planPad1 img {
    width: 100%;
  }
  .plan-pad-img {
    padding-top: 40px;
  }
  .planPad1 img {
    top: -40px;
    width: 110vw;
    left: -3.5%;
  }

  .planPad1.swiper-container-horizontal > .swiper-pagination-bullets {
    display: none;
  }

  .planPad1 .swiper-button-prev,
  .planPad1 .swiper-button-next {
    left: auto;
    top: 43%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
  }

  .planPad1 .swiper-button-next {
    background: url(../img/common/m-next_on.png) no-repeat;
    right: 10px;
    background-size: cover;
  }
  .planPad1 .swiper-button-prev {
    background: url(../img/common/m-prev_on.png) no-repeat;
    left: 10px;
    background-size: cover;
  }
  .planPad1 .swiper-button-prev.swiper-button-disabled {
    background: url(../img/common/m-prev_off.png) no-repeat;
    opacity: 1;
    left: 10px;
    background-size: cover;
  }
  .planPad1 .swiper-button-next.swiper-button-disabled {
    background: url(../img/common/m-next_off.png) no-repeat;
    opacity: 1;
    right: 10px;
    background-size: cover;
  }
  .planPad1 .swiper-button-next:after,
  .planPad1 .swiper-button-prev:after {
    font-size: 0;
  }

  .planPad1 .swiper-button-next:focus,
  .planPad1 .swiper-button-prev:focus {
    outline: none;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .head > .head_inner > ol > li.free {
    display: none;
  }
}
@media (max-width: 376px) {
  .subject_list a {
    width: 17.5%;
  }
}
