.swiper_area {
  position: relative;
}
.swiper_area .btn_move {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  z-index: 1;
}
.swiper_area .swiper_prev {
  left: 0;
}
.swiper_area .swiper_next {
  right: 0;
}

.sec .swiper-pagination {
  position: relative;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
}

.label {
  display: flex;
  flex-wrap: wrap;
}

.label li {
  padding: 0 16px;
  height: 26px;
  background: #1a1a1a;
  border-radius: 52px;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  letter-spacing: -0.457692px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  margin-bottom: 8px;
}

.label li.s2 {
  background: #ffb26c;
}
.label li.s3 {
  background: #00247d;
}
.label li.s4 {
  background: #f55251;
}
.label li.s5 {
  background: #17dd7e;
}
.label li.s6 {
  background: #ffffff;
  border: 1px solid #375ff0;
  color: #375ff0;
}

.label li.s7,
.label.finish {
  min-width: 91px;
  height: 26px;
  background: linear-gradient(270.04deg, #ff8c00 -16.33%, #ff0000 111.46%);
  border-radius: 47px;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.457692px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 6px;
}
.label li.s7::before,
.label.finish::before {
  content: '';
  width: 13px;
  height: 19px;
  background: url(../../images/content/challenge/finish.svg) no-repeat center / 100%;
  display: block;
  margin-right: 6px;
}
.m_sec01 {
  background: #f8f8fa;
  padding: 200px 0 0;
  margin-top: -58px;
}
.m_sec01 .inner-flex-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.m_sec01 h2 {
  font-weight: 600;
  font-size: 54px;
  line-height: 62px;
  letter-spacing: -0.01em;
  color: #1a1a1a;
  text-align: center;
}

.m_sec01 h2 > span {
  color: #375ff0;
}
.m_sec01 p {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #4e5968;
  margin: 16px 0 80px;
}
.m_sec02 {
  padding: 120px 0 0;
}
.m_sec02 .inner-flex-col {
  max-width: 1240px;
}

.m_sec02 .inner {
  max-width: 1240px;
}

.m_sec02 .tit_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 16px;
  margin: auto;
  max-width: 1080px;
}
.m_sec02 .tit_area .left {
  display: flex;
  align-items: flex-end;
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
}
.m_sec02 .tit_area .cnt {
  font-size: 24px;
  line-height: 29px;
  color: #375ff0;
  margin-left: 12px;
}
.m_sec02 .tit_area .swiper-pagination {
  width: auto;
}

.m_sec02 .tit_area .swiper-pagination-bullet {
  width: 24px;
  height: 24px;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #767676;
  background: none;
  margin: 0;
  opacity: 1;
}

.m_sec02 .tit_area .swiper-pagination-bullet-active {
  background: #00247d;
  border-radius: 100%;
  color: #ffffff;
}
.m_sec02 .swiper_area {
  padding-bottom: 120px;
}
.m_sec02 .swiper {
  padding-top: 40px;
  max-width: 1080px;
  margin: auto;
}

.m_sec02 .btn_blue {
  width: 100%;
  max-width: 320px;
  height: 50px;
  background: #375ff0;
  border-radius: 12px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.523077px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px auto 0;
  cursor: pointer;
}

.m_sec02 .swiper-slide {
  justify-content: flex-start;
}

.m_sec02 .card {
  background: #ffffff;
  border: 2px solid #eaedee;
  border-radius: 12px;
  text-align: left;
  max-width: 347px;
  box-shadow: 0 12px 24px rgba(160, 160, 160, 0.2);
}
.m_sec02 .card + .card {
  margin-left: 20px;
}

.m_sec02 .card .img_wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  margin-top: -1px;
}
.m_sec02 .card .img_wrap .label {
  position: absolute;
  top: 24px;
  left: 16px;
}
.m_sec02 .card .img_wrap img {
  width: 100%;
}
.m_sec02 .card .cont {
  padding: 20px 30px 24px;
  min-width: auto;
}

.m_sec02 .card h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.784615px;
  color: #10182b;
  margin: 16px 0 10px;
}
.m_sec02 .card .desc {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #e0e0e0;
}
.m_sec02 .card .desc ul {
  flex: 1;
}
.m_sec02 .card .desc ul li {
  position: relative;
  font-family: 'Pretendard';
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.523077px;
  color: #1a1a1a;
  padding-left: 14px;
}

.m_sec02 .card .desc ul li::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #375ff0;
  border-radius: 100%;
  position: absolute;
  top: 8px;
  left: 0;
}
.m_sec02 .card .desc .tutor {
  margin-left: 8px;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  overflow: hidden;
}

.m_sec02 .card .desc .tutor img {
  width: 100%;
}
.m_sec02 .card .price_area li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: 'Pretendard';
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.523077px;
  color: #1a1a1a;
}

.m_sec02 .card .price_area li + li {
  margin-top: 4px;
}
.m_sec02 .card .price_area .price {
  display: flex;
  align-items: center;
  justify-content: center;
}
.m_sec02 .card .price_area .dis {
  padding: 0 6px;
  height: 18px;
  background: #f55251;
  border-radius: 18px;
  font-family: 'Pretendard';
  font-weight: 600;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: -0.523077px;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.m_sec02.no_result .swiper-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 160px 0 220px;
  text-align: center;
}
.m_sec02.no_result .swiper-wrapper > p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  margin: 12px 0 32px;
}
.m_sec02.no_result .swiper-wrapper .go_back {
  height: 48px;
  background: #ffffff;
  border: 1px solid #375ff0;
  border-radius: 37px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #375ff0;
  padding: 12px 40px;
}
.m_sec02.no_result .btn_move {
  display: none;
}
.m_sec03 {
  background: #eff3fe;
  padding: 120px 20px;
}
.m_sec03 .inner-flex-col {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 1080px;
}
.m_sec03 .tit_are {
  font-weight: 700;
  font-size: 40px;
  line-height: 46px;
  color: #333333;
  text-align: center;
}

.m_sec03 .tit_are h2 {
  margin: 20px 0 60px;
}
.m_sec03 ul {
  padding: 70px 60px;
  background: #ffffff;
  box-shadow: 8px 24px 54px rgba(35, 52, 116, 0.08);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.m_sec03 ul li {
  position: relative;
  font-weight: 500;
  font-size: 28px;
  line-height: 33px;
  color: #333333;
  padding-left: 48px;
}

.m_sec03 ul li::before {
  content: '';
  width: 32px;
  height: 32px;
  background: url(../../images/content/challenge/icon_chk.svg) no-repeat center / 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.m_sec03 ul li + li {
  margin-top: 40px;
}

.m_sec04 {
  background: #f8f8fa;
  padding: 120px 0;
}
.m_sec04 .inner-flex-col {
  max-width: 1240px;
}

.m_sec04 h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  color: #1a1a1a;
  margin-bottom: 12px;
}
.m_sec04 .swiper_area {
  max-width: 1080px;
  margin: auto;
}
.m_sec04 .swiper-wrapper {
  padding: 48px 0;
}
.m_sec04 .swiper-slide {
  max-width: 347px;
}
.m_sec04 .box {
  max-width: 347px;
  background: #ffffff;
  border: 1px solid #eaedee;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  padding: 40px;
  font-family: 'Pretendard';
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.025em;
  color: #333333;
  text-align: left;
  cursor: pointer;
}
.m_sec04 .box .star {
  display: flex;
  margin-bottom: 24px;
}
.m_sec04 .box .star li {
  width: 24px;
  height: 24px;
  background: url(../../images/content/challenge/star.svg) no-repeat center / 100%;
}
.m_sec04 .box .star li.off {
  background-image: url(../../images/content/challenge/star_off.svg);
}
.m_sec04 .box .star li + li {
  margin-left: 4px;
}
.m_sec04 .box .review {
  text-align: left;
  display: -webkit-box;
  word-wrap: break-word;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.m_sec04 .box .user {
  display: flex;
  align-items: center;
  margin-top: 32px;
}
.m_sec04 .box .img_wrap {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  margin-right: 16px;
  overflow: hidden;
}
.m_sec04 .box .info {
  display: flex;
  flex-direction: column;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #10182b;
  flex: 1;
}
.m_sec04 .box .info small {
  font-size: 14px;
}
.m_sec04 .box .info .name {
  font-size: 16px;
  color: #96999c;
  margin-top: 2px;
}
.m_sec04 .box .img_wrap img {
  width: 100%;
}
.m_sec04 .swiper_area .swiper_prev {
  left: -80px;
  z-index: 1;
}
.m_sec04 .swiper_area .swiper_next {
  right: -80px;
  z-index: 1;
}
/* pop_review */
.pop_review {
  padding: 0;
  width: auto;
}
.pop_review .icon_close {
  background: none;
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
}
.pop_review .box {
  width: calc(100vw - 40px);
  max-width: 500px;
  background: #ffffff;
  padding: 40px;
  font-family: 'Pretendard';
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.025em;
  color: #333333;
  text-align: left;
}
.pop_review .box .star {
  display: flex;
  margin-bottom: 24px;
}
.pop_review .box .star li {
  width: 24px;
  height: 24px;
  background: url(../../images/content/challenge/star.svg) no-repeat center / 100%;
}
.pop_review .box .star li.off {
  background-image: url(../../images/content/challenge/star_off.svg);
}
.pop_review .box .star li + li {
  margin-left: 4px;
}
.pop_review .box .review {
  text-align: left;
  max-height: 50vh;
  overflow: auto;
}
.pop_review .box .user {
  display: flex;
  align-items: center;
  margin-top: 32px;
}
.pop_review .box .img_wrap {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  margin-right: 16px;
  overflow: hidden;
}
.pop_review .box .info {
  display: flex;
  flex-direction: column;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #10182b;
  flex: 1;
}
.pop_review .box .info small {
  font-size: 14px;
}
.pop_review .box .info .name {
  font-size: 16px;
  color: #96999c;
  margin-top: 2px;
}
.pop_review .box .img_wrap img {
  width: 100%;
}

.m_sec05 {
  background: #375ff0;
  padding: 100px 20px;
  text-align: center;
}

.m_sec05 h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 54px;
  text-align: center;
  color: #ffffff;
  margin: 32px 0 40px;
}

.m_sec05 .link {
  padding: 0 40px;
  height: 66px;
  background: #00247d;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.24);
  border-radius: 51px;
  font-weight: 600;
  font-size: 20px;
  line-height: 34px;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.d_sec01 {
  background: #f8f8fa;
  padding: 108px 20px;
}

.d_sec01 .inner-flex-col {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1080px;
}

.d_sec01 .left h2 {
  font-weight: 500;
  font-size: 50px;
  line-height: 68px;
  color: #333333;
  margin: 24px 0;
}

.d_sec01 .left h2 strong {
  font-weight: 600;
}
.d_sec01 .left p {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #4e5968;
}

.d_sec01 .left p > span {
  color: #375ff0;
}
.d_sec01 .right img {
  max-width: 100%;
}
.d_sec02 {
  padding: 120px 0;
}
.d_sec02 .inner {
  max-width: 1080px;
  display: flex;
}

.d_sec02 .left {
  min-width: 673px;
  margin-right: 60px;
}

.sub_sec + .sub_sec {
  margin-top: 100px;
}
.sub_sec .tit_area {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.sub_sec h3 {
  position: relative;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  color: #333333;
  padding-left: 16px;
  margin-bottom: 20px;
}
.sub_sec .tit_area h3 {
  margin-bottom: 0;
  margin-right: 12px;
}
.sub_sec h3::before {
  content: '';
  width: 4px;
  height: 24px;
  background: #375ff0;
  position: absolute;
  top: 5px;
  left: 0;
}
.sub_sec .box.sky {
  background: #f5f7fe;
  border-radius: 16px;
  padding: 40px;
}
.sub_sec .dot li {
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  padding-left: 16px;
}

.sub_sec .dot li::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #375ff0;
  position: absolute;
  top: 8px;
  left: 0;
}

.sub_sec01 .box h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #333333;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 12px;
  margin-bottom: 24px;
  word-break: keep-all;
  text-indent: -7px;
  padding-left: 7px;
}

.sub_sec01 .box h4 strong {
  font-weight: 600;
}
.sub_sec01 .box .dot li {
  display: flex;
  align-items: center;
}

.sub_sec01 .box .dot li:nth-child(2) {
  flex-direction: column;
  align-items: flex-start;
}
.sub_sec01 .box .dot li + li {
  margin-top: 16px;
}
.sub_sec01 .box .dot li .name {
  font-weight: 600;
  margin-right: 4px;
}
.sub_sec01 .dot .degree {
  width: 100%;
  background: #ffffff;
  border-radius: 8px;
  padding: 12px 20px;
  margin-top: 8px;
}

.sub_sec01 .dot .degree > div {
  position: relative;
  padding-left: 16px;
}

.sub_sec01 .dot .degree > div::before {
  content: '';
  width: 8px;
  border-top: 2px solid #4e5968;
  position: absolute;
  top: 11px;
  left: 0;
}

.sub_sec02 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sub_sec02 ul li {
  width: calc(50% - 10px);
  padding: 40px;
  background: #f5f7fe;
  border-radius: 16px;
}
.sub_sec02 ul li:nth-child(n + 3) {
  margin-top: 20px;
}
.sub_sec02 ul li .num {
  width: 40px;
  height: 40px;
  background: #ffffff;
  box-shadow: 0 4px 8px rgba(87, 104, 165, 0.16);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #375ff0;
}
.sub_sec02 ul li .tit {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #333333;
  margin: 24px 0 12px;
}

.sub_sec02 ul li .desc {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #4e5968;
  text-align: left;
}

.sub_sec03 h3 {
  padding-left: 0;
  padding-top: 20px;
  margin-bottom: 16px;
}

.sub_sec03 h3::before {
  width: 24px;
  height: 4px;
  top: 0;
}
.sub_sec03 .list1 {
  margin-bottom: 60px;
}
.sub_sec03 .list1 li + li {
  margin-top: 8px;
}

.sub_sec03 h4 {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #375ff0;
}

.sub_sec03 h4::before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../../images/content/challenge/icon_chk.svg) no-repeat center / 100%;
  margin-right: 8px;
}

.sub_sec03 .list2 {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
  margin-top: 16px;
}

.sub_sec03 .list2 li + li {
  margin-top: 8px;
}
.sub_sec04 {
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 100px;
}
.sub_sec04 ul {
  background: #f7f7f7;
  border-radius: 16px;
  padding: 40px;
}

.sub_sec04 ul li + li {
  margin-top: 12px;
}
.sub_sec04 ul li > a {
  display: block;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #375ff0;

  margin-top: 2px;
}

.sub_sec04 ul li > a > span {
  text-decoration: underline;
}
.sub_sec05 h3 {
  padding-left: 0;
}

.sub_sec05 h3::before {
  display: none;
}
.d_sec02 .right {
  min-width: 347px;
  position: relative;
}
.d_sec02 .right .wrap {
  position: sticky;
  top: 120px;
}
.d_sec02 .right .box.border {
  background: #ffffff;
  border: 2px solid #eaedee;
  box-shadow: 4px 8px 20px rgba(221, 224, 226, 0.5), -4px -6px 10px #ffffff;
  border-radius: 12px;
  padding: 30px 40px;
  margin: 16px 0 12px;
}

.d_sec02 .box.border h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  color: #10182b;
  margin-bottom: 20px;
}
.d_sec02 .box.border .price_area {
  border-top: 2px solid #e0e0e0;
  border-bottom: 2px solid #e0e0e0;
  padding: 20px 0;
}

.d_sec02 .box.border .price_area li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: 'Pretendard';
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.523077px;
  color: #1a1a1a;
}

.d_sec02 .box.border .price_area li .price_label {
  font-size: 13px !important;
}

.d_sec02 .box.border .price_area li + li {
  margin-top: 4px;
}

.d_sec02 .box.border .price_area li .price {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  text-align: right;
  letter-spacing: -0.523077px;
  color: #1a1a1a;
  display: flex;
  align-items: center;
}
.d_sec02 .box.border .price_area li .dis,
#panel_top_price .box.border .price_area li .dis {
  padding: 0 6px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f55251;
  border-radius: 18px;
  font-weight: 600;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: -0.523077px;
  color: #ffffff;
  margin-right: 8px;
}
.d_sec02 .box.border .btn_apply {
  width: 100%;
  height: 50px;
  background: #375ff0;
  border-radius: 12px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.523077px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  cursor: pointer;
}
.d_sec02 .help li {
  font-family: 'Pretendard';
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.523077px;
  color: #4e5968;
  display: flex;
  align-items: center;
}

.d_sec02 .help li + li {
  margin-top: 2px;
}
.d_sec02 .help li .hover_area {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 4px;
}

.d_sec02 .help li .hover_area .icon {
  cursor: pointer;
}

.d_sec02 .help li .hover_box {
  position: absolute;
  top: 18px;
  left: 0;
  background: #ffffff;
  border: 2px solid #eaedee;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 16px;
  max-width: 312px;
  width: calc(100vw - 40px);
  display: none;
}
.d_sec02 .help li .hover_area:hover .hover_box {
  display: block;
}
.d_sec02 .help li .hover_box .close {
  display: none;
}

.d_sec02 .help li .hover_box .table_wrap {
  border: 1px solid #b9b9b9;
  border-radius: 4px;
}
.d_sec02 .help li .hover_box table {
  width: 100%;
}

.d_sec02 .help li .hover_box th,
.d_sec02 .help li .hover_box tr {
  border-bottom: 1px solid #b9b9b9;
}
.d_sec02 .help li .hover_box th,
.d_sec02 .help li .hover_box td {
  height: 32px;
  vertical-align: middle;
}

.d_sec02 .help li .hover_box tr:last-child {
  border-bottom: none;
}

.d_sec02 .help li .hover_box th {
  background: rgba(0, 0, 0, 0.06);
  text-align: center;
}
.d_sec02 .help li .hover_box th:nth-child(1) {
  border-right: 1px solid #b9b9b9;
}
.d_sec02 .help li .hover_box td {
  padding: 0 8px;
}
.d_sec02 .help li .hover_box td:nth-child(1) {
  border-right: 1px solid #b9b9b9;
}

.d_sec03.m_sec02 {
  background: #eff3fe;
}

@media all and (max-width: 768px) {
  .apply_btn_wrap .btn_gray {
    margin-top: 0 !important;
  }

  .price_notice {
    margin-bottom: 24px;
  }

  #category-tabs {
    margin: 18px 0 0 !important;
  }

  .swiper_area .btn_move {
    width: 40px;
    height: 40px;
    z-index: 0;
  }
  .swiper_area .swiper_prev {
    left: 20px;
  }
  .swiper_area .swiper_next {
    right: 20px;
  }

  .m_sec01 {
    padding: 188px 0 0;
    margin-top: -48px;
  }

  .m_sec01 h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #00247d;
  }

  .m_sec01 h2 > span {
    display: block;
  }
  .m_sec01 p {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    margin: 12px 0 68px;
    max-width: 200px;
  }
  .m_sec01 img {
    max-width: 400px;
  }
  .m_sec02 {
    padding: 80px 0 0;
  }

  .m_sec02 .tit_area {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 12px;
  }
  .m_sec02 .tit_area .left {
    font-size: 20px;
    line-height: 24px;
  }
  .m_sec02 .tit_area .cnt {
    font-size: 16px;
    line-height: 19px;
    margin-left: 8px;
  }
  .m_sec02 .tit_area .swiper-pagination.pc_ver {
    display: none;
  }
  .m_sec02 .swiper_area {
    padding-bottom: 80px;
  }
  .m_sec02 .swiper {
    z-index: 0;
  }
  .m_sec02 .swiper-wrapper {
    padding: 32px 0;
  }

  .m_sec02 .card {
    min-width: 280px;
    width: calc(100vw - 80px);
  }

  .m_sec02 .card .img_wrap.finish::before {
    top: 12px;
    left: 12px;
  }

  .m_sec02 .card .cont {
    padding: 20px;
  }

  .m_sec02 .card h4 {
    font-size: 16px;
    line-height: 24px;
    margin: 12px 0 10px;
    min-height: 48px;
  }
  .m_sec02 .card .desc {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }

  .m_sec02 .card .desc ul li {
    font-size: 12px;
    line-height: 20px;
  }

  .m_sec02 .card .desc ul li::before {
    top: 7px;
  }
  .m_sec02 .card .desc .tutor {
    width: 50px;
    height: 50px;
  }

  .m_sec02 .card .price_area li {
    font-size: 14px;
    line-height: 22px;
  }

  .m_sec02 .card .price_area li + li {
    margin-top: 0;
  }

  .d_sec02 .box.border .price_area li .price_label {
    font-size: 16px !important;
  }

  .d_sec02 .box.border .price_area {
    border-top: none !important;
  }

  .m_sec02.no_result .swiper-wrapper {
    padding: 110px 0;
  }
  .m_sec02.no_result .swiper-wrapper > p {
    font-size: 14px;
    line-height: 20px;
    margin: 8px 0 24px;
  }
  .m_sec02.no_result .swiper-wrapper .go_back {
    height: 44px;
    font-size: 14px;
    line-height: 20px;
  }

  .m_sec03 {
    padding: 80px 20px;
  }

  .m_sec03 .tit_are {
    font-size: 24px;
    line-height: 36px;
  }
  .m_sec03 .tit_are img {
    width: 28px;
  }
  .m_sec03 .tit_are h2 {
    margin: 12px 0 40px;
    max-width: 230px;
  }
  .m_sec03 ul {
    padding: 32px 20px;
    max-width: 500px;
  }

  .m_sec03 ul li {
    font-size: 18px;
    line-height: 26px;
    padding-left: 36px;
    word-break: keep-all;
  }

  .m_sec03 ul li::before {
    width: 20px;
    height: 26px;
  }
  .m_sec03 ul li + li {
    margin-top: 20px;
  }

  .m_sec04 {
    padding: 80px 0;
  }

  .m_sec04 h2 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 0;
  }

  .m_sec04 .swiper-wrapper {
    padding: 40px 0;
  }

  .m_sec04 .box {
    padding: 32px 24px;
    font-size: 16px;
    line-height: 24px;
  }
  .m_sec04 .box .star {
    margin-bottom: 16px;
  }
  .m_sec04 .box .star li {
    width: 20px;
    height: 20px;
  }

  .m_sec04 .box .star li + li {
    margin-left: 0;
  }
  .m_sec04 .box .user {
    margin-top: 24px;
  }
  .m_sec04 .box .img_wrap {
    width: 50px;
    height: 50px;
    margin-right: 12px;
  }
  .m_sec04 .box .info {
    font-size: 16px;
    line-height: 20px;
  }
  .m_sec04 .box .info small {
    font-size: 12px;
  }
  .m_sec04 .box .info .name {
    font-size: 14px;
  }

  /* pop_review */
  .pop_review .box {
    padding: 32px 24px;
    font-size: 16px;
    line-height: 24px;
  }
  .pop_review .box .star {
    margin-bottom: 16px;
  }
  .pop_review .box .star li {
    width: 20px;
    height: 20px;
  }

  .pop_review .box .star li + li {
    margin-left: 0;
  }
  .pop_review .box .user {
    margin-top: 24px;
  }
  .pop_review .box .img_wrap {
    width: 50px;
    height: 50px;
    margin-right: 12px;
  }
  .pop_review .box .info {
    font-size: 16px;
    line-height: 20px;
  }
  .pop_review .box .info small {
    font-size: 12px;
  }
  .pop_review .box .info .name {
    font-size: 14px;
  }

  .m_sec04 .swiper_area .swiper_prev {
    left: 20px;
  }
  .m_sec04 .swiper_area .swiper_next {
    right: 20px;
  }

  .m_sec05 {
    padding: 80px 20px;
  }
  .m_sec05 img {
    width: 128px;
  }
  .m_sec05 h2 {
    font-size: 24px;
    line-height: 34px;
    margin: 20px 0 32px;
  }
  .m_sec05 h2 span {
    display: none;
  }

  .m_sec05 h2::before {
    content: '브릿센트와 공부하니 이렇게 달라졌어요!';
    width: 215px;
    display: block;
    margin: auto;
  }
  .m_sec05 .link {
    padding: 0 30px;
    height: 50px;
    font-size: 16px;
    line-height: 26px;
  }

  .d_sec01 {
    padding: 80px 20px 0;
  }

  .d_sec01 .inner-flex-col {
    flex-direction: column;
    max-width: 400px;
  }
  .d_sec01 .left {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .d_sec01 .left h2 {
    font-size: 32px;
    line-height: 44px;
    margin: 16px 0;
  }
  .d_sec01 .left h2 strong {
    display: block;
  }

  .d_sec01 .left p {
    font-size: 16px;
    line-height: 24px;
  }
  .d_sec01 .right {
    padding: 20px;
  }
  .d_sec02 {
    padding: 80px 20px;
  }
  .d_sec02 .inner-flex-col {
    flex-direction: column-reverse;
    max-width: 500px;
  }
  .d_sec02 .left {
    min-width: auto;
    max-width: 500px;
    margin-right: 0;
    margin-top: 80px;
  }

  .sub_sec + .sub_sec {
    margin-top: 80px;
  }
  .sub_sec .tit_area {
    margin-bottom: 16px;
  }
  .sub_sec h3 {
    font-size: 20px;
    line-height: 26px;
    padding-left: 12px;
    margin-bottom: 16px;
  }

  .sub_sec h3::before {
    height: 27px;
    top: 2px;
  }
  .sub_sec .box.sky {
    padding: 32px 20px;
  }
  .sub_sec .dot li {
    font-size: 14px;
    line-height: 24px;
    padding-left: 14px;
  }

  .sub_sec .dot li::before {
    width: 6px;
    height: 6px;
  }

  .sub_sec01 .box h4 {
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 8px;
    margin-bottom: 20px;
  }

  .sub_sec01 .box .dot li + li {
    margin-top: 12px;
  }

  .sub_sec01 .dot .degree {
    padding: 12px 16px;
  }

  .sub_sec01 .dot .degree > div {
    padding-left: 14px;
  }

  .sub_sec01 .dot .degree > div::before {
    width: 6px;
  }

  .sub_sec02 ul {
    flex-direction: column;
  }

  .sub_sec02 ul li {
    width: 100%;
    padding: 32px;
  }
  .sub_sec02 ul li + li,
  .sub_sec02 ul li:nth-child(n + 3) {
    margin-top: 12px;
  }
  .sub_sec02 ul li .num {
    width: 32px;
    height: 32px;
    font-size: 16px;
    line-height: 24px;
  }
  .sub_sec02 ul li .tit {
    font-size: 18px;
    line-height: 26px;
  }

  .sub_sec02 ul li .desc {
    font-size: 14px;
    line-height: 20px;
  }

  .sub_sec03 h3 {
    padding-top: 16px;
    padding-left: 0;
    margin-bottom: 12px;
  }

  .sub_sec03 h3::before {
    width: 20px;
    height: 4px;
    top: 0;
  }
  .sub_sec03 .list1 {
    margin-bottom: 40px;
  }

  .sub_sec03 .list2 {
    padding: 24px 16px;
  }

  .sub_sec04 {
    padding-bottom: 80px;
  }
  .sub_sec04 ul {
    padding: 32px 20px;
  }

  .sub_sec04 ul li > a {
    font-size: 12px;
    line-height: 18px;
  }

  .d_sec02 .right .wrap {
    position: relative;
    top: unset;
  }
  .d_sec02 .right .box.border {
    border: 2px solid #eaedee;
    box-shadow: 4px 8px 20px rgba(221, 224, 226, 0.5), -4px -6px 10px #ffffff;
    border-radius: 12px;
    padding: 20px;
  }

  .d_sec02 .right .box.border p {
    text-align: left !important;
  }

  .d_sec02 .box.border .price_area li {
    font-size: 14px;
    line-height: 20px;
  }

  .d_sec02 .box.border .price_area li + li {
    margin-top: 2px;
  }

  .d_sec02 .box.border .payment_confirm {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 390px;
    background: #ffffff;
    padding: 0 20px !important;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 8%);
    z-index: 5;
  }

  .d_sec02 .box.border .btn_wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: #ffffff;
    padding: 20px;
    z-index: 10;
  }
  .d_sec02 .box.border .btn_apply {
    max-width: 500px;
    margin: auto;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .d_sec02 .help li .hover_box {
    padding: 0 20px 20px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 8px 8px 8px rgb(0 0 0 / 15%), 0 0 0 9999px rgb(0 0 0 / 70%);
    z-index: 3;
  }
  .d_sec02 .help li .hover_area:hover .hover_box {
    display: unset;
  }
  .d_sec02 .help li .hover_box .close {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 12px 0;
  }
  .d_sec02 .help li .hover_box th {
    font-weight: 600;
    font-size: 12px;
    line-height: 130%;
    color: #000000;
  }

  .d_sec02 .help li .hover_box td {
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #000000;
  }

  .d_sec03.m_sec02 .swiper_area {
    padding-bottom: 120px;
  }
}

@media all and (max-width: 400px) {
  .m_sec02 .card {
    max-width: 280px;
    min-width: auto;
  }
}

.iframe-container {
  margin: 100px 0;
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  border-radius: 48px;
  z-index: 1;
  overflow: hidden;
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#category-tabs {
  margin: 26px auto 0 auto;
  max-width: 1080px;
}

.newsletter_sec {
  background-color: #eff3fe;
  padding: 80px 20px;
}

.newsletter_sec img {
  width: 281px;
  display: block;
  margin: 0 auto;
}

.newsletter_sec h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 43px;
  letter-spacing: -0.02em;
  text-align: center;
  margin: 40px 0 20px 0;
}

.newsletter_sec .btn {
  margin: 20px auto;
  width: 384px;
}

@media all and (max-width: 768px) {
  .newsletter_sec h2 {
    font-size: 22px;
  }

  .newsletter_sec img {
    width: 200px;
  }

  .newsletter_sec .btn {
    width: 80%;
  }
}

.m_sec02 .card .period_area li {
  display: flex;
  align-items: center;
  font-family: 'Pretendard';
  font-size: 14px;
  line-height: 26px;
  letter-spacing: -0.523077px;
  color: #919191;
}

.m_sec02 .card .period_area li + li {
  margin-top: 4px;
}

/* V2.5 Responsive Design */
@media all and (max-width: 768px) {
  .m_sec02.landing .card {
    max-width: 100% !important;
    width: 100% !important;
    display: flex !important;
    height: 100% !important;
  }

  .m_sec02.landing .card .img_wrap {
    width: 50% !important;
  }

  .m_sec02.landing .card .cont {
    width: 50% !important;
  }

  .ep_list > li {
    height: 175px;
    min-height: 175px !important;
  }

  .m_sec02.landing .card .img_wrap img {
    height: 100%;
  }

  .m_sec02.landing .card h4 {
    font-size: 18px;
    line-height: 24px;
    margin: 20px 0;
  }

  .m_sec02.landing .card .period_area li {
    font-size: 14px;
  }
}

@media all and (max-width: 580px) {
  .m_sec02.landing .card .period_area li {
    font-size: 11px;
  }
}

@media all and (max-width: 485px) {
  .m_sec02.landing .card .period_area li {
    font-size: 10px;
  }
}

@media all and (max-width: 450px) {
  .m_sec02.landing .card .period_area li {
    display: none;
  }
}

@media all and (max-width: 450px) {
  .ep_list > li {
    height: 130px;
    min-height: 130px !important;
  }

  .m_sec02.landing .card .cont {
    width: 55% !important;
    padding: 15px;
  }

  .label li {
    font-size: 10px;
    padding: 10px;
  }

  .m_sec02.landing .card h4 {
    font-size: 14px;
    line-height: 24px;
    margin: 15px 0;
  }
}

.price_area .club_select {
  width: 100%;
  margin-bottom: 25px;
}

.price_notice {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.7;
  color: #6c757d;
  margin-top: 10px;
}

.option_description {
  display: block !important;
  margin-bottom: 25px;
}

.option_description span {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.7;
  color: #6c757d;
  margin-top: 10px;
  list-style: disc;
  display: list-item;
}

.price_notice {
  list-style: disc;
  margin-top: 30px;
}

.apply_btn_wrap .btn_gray {
  margin-top: 30px;
}

@media all and (max-width: 768px) {
}

.challenge_detail_table_container {
  display: flex;
}

.challenge_detail_table_container span {
  line-height: 1;
}

.challenge_detail_table_container td,
.challenge_detail_table_container th {
  padding: 20px 0;
}

.challenge_detail_table_container th {
  text-align: left;
  font-weight: normal;
  color: #828282;
}

.challenge_detail_table_container {
  font-size: 14px;
}

.challenge_detail_table_container .extra_info {
  color: #96999c;
  font-size: 12px;
  display: block;
  margin-top: 10px;
}

.challenge_detail_table_container td {
  padding: 16px 12px;
}

.challenge_detail_table_container table {
  width: 100%;
}

.challenge_detail_table_container td {
  height: 65px;
}

.challenge_detail_table_container p {
  line-height: 1.5;
  font-weight: 500;
  text-align: left;
}

@media all and (max-width: 580px) {
  .challenge_detail_table_container {
    flex-direction: column;
  }

  .challenge_detail_table_container table {
    width: 100%;
  }
}

.additional_info {
  line-height: 2;
  white-space: pre-line;
  width: 100%;
  text-align: center;
  font-size: 15px;
  display: block;
  margin: 40px 0;
}

.club_btn {
  display: block;
  height: 60px;
  color: #fff !important;
  background-color: #333333;
  width: 75%;
  padding: 20px 0;
  text-align: center;
  border-radius: 8px;
  cursor: pointer;
  margin: 0 auto 25px;
}

.price_notice p {
  text-align: left !important;
}

.payment_confirm_details {
  padding: 20px;
}

.payment_confirm_details span {
  font-size: 16px;
}

.payment_confirm .close_arrow {
  margin: 3px auto 10px;
  display: block;
  width: 27px;
  cursor: pointer;
}