@charset "UTF-8";
@import url("https://www.home-learn.co.kr/web_font/pretendard/pretendard.css");
@use "sass:math";
/* =============================================== ==========================
    ## 공통 믹스인 모음
  ================================================= ======================== */
@use 'sass:math';
/* 기준 화면 너비 */
/* pixel을 vw로 변환해주는 함수 */
b {
  font-weight: 700; }

.sc_wrap img {
  display: block;
  margin: 0 auto; }

.sc_wrap .show_mo {
  display: none !important; }

.sc_wrap .tit {
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  text-align: center; }

.sc_wrap .tit span {
  color: #1459c1; }

.sc_wrap .tit.line2 {
  color: #000;
  line-height: 70px; }

.sc_wrap .tit .letter {
  font-weight: 700; }

.sc_wrap .txt {
  font-size: 30px;
  font-weight: 400;
  font-family: "NotoSansKR";
  color: #000;
  line-height: 1;
  text-align: center; }

.sc_hero {
  padding-bottom: 134px;
  background: url(/assets/image/miracleExamProvision/bg_hero.jpg) no-repeat top, -o-linear-gradient(325deg, #edd8df, #6f7fcd, #5257aa);
  background: url(/assets/image/miracleExamProvision/bg_hero.jpg) no-repeat top, linear-gradient(125deg, #edd8df, #6f7fcd, #5257aa);
  background-size: 1920px 100%; }

.sc_hero .box {
  max-width: 1280px;
  padding: 62px 0 70px;
  margin: 0 auto;
  text-align: center;
  border-radius: 35px;
  background: rgba(255, 255, 255, 0.85);
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

@media (min-width: 1024px) and (max-width: 1280px) {
  .sc_hero .box {
    width: calc(100% - 40px);
    padding: 70px 20px; } }

.sc_hero .box_book {
  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; }

.sc_hero .box_book > li:last-child {
  margin-left: 90px; }

.sc_hero .box_book > li:last-child a {
  position: relative; }

.sc_hero .box_book > li:last-child a::after {
  content: '';
  position: absolute;
  top: -19px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 250px;
  height: 49px;
  background: url(/assets/image/miracleExamProvision/bubble_payment.png) no-repeat; }

.sc_hero .box_book a {
  display: block;
  margin-top: 59px; }

.sc_hero .sub_tit {
  font-size: 50px;
  font-weight: 700;
  color: #000;
  line-height: 1.2; }

.sc_hero .sub_tit span {
  color: #6741a9; }

.sc_hero .txt {
  display: inline-block;
  margin: 32px 0 56px;
  font-size: 20px;
  font-weight: 300;
  color: #000;
  line-height: 1;
  text-align: center; }

.sc_hero .txt strong {
  display: block; }

.sc_hero .txt strong span {
  font-family: 'NotoSansKR'; }

.sc_hero .txt strong:last-child {
  margin-top: 8px; }

.sc1 .txt span, .sc2 .txt span {
  color: #6741a9; }

.sc1 .txt b, .sc2 .txt b {
  position: relative; }

.sc1 .txt b::after, .sc2 .txt b::after {
  content: '';
  position: absolute;
  top: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #6a10c7; }

.sc1 .tit, .sc2 .tit {
  margin: 26px 0 39px;
  color: #d9c8ee; }

.sc1 .tit span, .sc2 .tit span {
  color: #6741a9; }

.sc1 .box, .sc2 .box {
  height: 517px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 65px 0 0 0;
  border-radius: 35px;
  background: #f7f6f4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center; }

.sc1 .box_txt, .sc2 .box_txt {
  padding-top: 8px;
  font-size: 20px;
  font-weight: 300;
  color: #000;
  line-height: 1; }

.sc1 .box_desc, .sc2 .box_desc {
  position: relative;
  display: inline-block;
  padding-left: 137px;
  margin: 0 0 40px 0;
  font-size: 35px;
  font-weight: 300;
  color: #000;
  line-height: 1; }

.sc1 .box_desc span, .sc2 .box_desc span {
  color: #6741a9; }

.sc1 .box_desc::after, .sc2 .box_desc::after {
  content: 'Point 1';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 121px;
  height: 56px;
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  line-height: 2.1;
  text-align: center;
  border-radius: 15px;
  background: -webkit-gradient(linear, left top, right top, from(#88d0cf), to(#063dbc));
  background: -o-linear-gradient(left, #88d0cf, #063dbc);
  background: linear-gradient(to right, #88d0cf, #063dbc); }

.sc1 {
  padding: 120px 0;
  background: -webkit-gradient(linear, left top, right top, from(#063dbc), to(#6a10c7));
  background: -o-linear-gradient(left, #063dbc, #6a10c7);
  background: linear-gradient(to right, #063dbc, #6a10c7); }

.sc1 .txt {
  color: #fff; }

.sc1 .txt span {
  color: #fff; }

.sc1 .txt b::after {
  background: #fff; }

.sc1 .box1 {
  height: 429px;
  padding: 60px 0 0 253px;
  margin-bottom: 0;
  text-align: left; }

.sc1 .box1 ul li {
  position: relative;
  padding-left: 187px; }

.sc1 .box1 ul li:nth-child(2) {
  margin: 39px 0 36px; }

.sc1 .box1 .box_tit {
  position: absolute;
  top: 0;
  left: 0;
  width: 151px;
  height: 78px;
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  line-height: 78px;
  font-style: normal;
  text-align: center;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, right top, from(#88d0cf), to(#063dbc));
  background: -o-linear-gradient(left, #88d0cf, #063dbc);
  background: linear-gradient(to right, #88d0cf, #063dbc); }

.sc1 .box1 .box_tit small {
  font-size: 30px; }

.sc1 .box1 .box_desc {
  display: block;
  padding: 0;
  margin: 13px 0 0;
  font-weight: 700; }

.sc1 .box1 .box_desc::after {
  display: none; }

.sc2 {
  padding: 130px 0;
  background: #ebeae8; }

.sc2 .tit {
  color: #000; }

.sc2 .txt b {
  font-weight: 400; }

.sc2 .box3 {
  margin: 100px auto; }

.sc2 .box3 .box_desc::after {
  content: 'Point 2';
  background: -webkit-gradient(linear, left top, right top, from(#7776ff), to(#ae2cf1));
  background: -o-linear-gradient(left, #7776ff, #ae2cf1);
  background: linear-gradient(to right, #7776ff, #ae2cf1); }

.sc2 .box4 {
  height: 490px;
  margin-bottom: 100px; }

.sc2 .box4 .box_desc::after {
  content: 'Point 3'; }

.sc2 .box5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  height: 375px;
  padding: 0; }

.sc2 .box5 .box_desc {
  padding: 81px 0 0 0;
  margin: 0 0 0 50px;
  font-weight: 700;
  text-align: left; }

.sc2 .box5 .box_desc::after {
  content: 'Point 4';
  top: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  background: -webkit-gradient(linear, left top, right top, from(#7776ff), to(#ae2cf1));
  background: -o-linear-gradient(left, #7776ff, #ae2cf1);
  background: linear-gradient(to right, #7776ff, #ae2cf1); }

.sc2 .box5 .box_desc b {
  display: block;
  margin-top: 60px;
  line-height: 1;
  font-size: 25px; }

.sc2 .box5 .box_desc span {
  display: block;
  margin: 14px 0 30px;
  line-height: 1;
  color: #000;
  font-size: 20px;
  font-weight: 400; }

.sc2 .box5 .box_desc small {
  line-height: 1;
  color: #7e7e7e;
  font-size: 18px;
  font-weight: 300; }

.sc2 .box5 img {
  margin: 0; }

.sc3 {
  background: #000; }

.sc4 {
  padding: 140px 0 130px;
  background: #efefef; }

.sc4 img {
  margin: 0; }

.sc4 .txt,
.sc4 .tit {
  text-align: left; }

.sc4 .txt {
  font-weight: 300; }

.sc4 .tit {
  margin: 30px 0 60px; }

.sc4 .tit span {
  color: #6741a9; }

.sc4 .desc {
  font-size: 24px;
  font-weight: 300;
  color: #000;
  line-height: 1.4; }

.sc4 .top_contents {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1280px;
  margin: 0 auto 98px;
  margin-bottom: 98px; }

.sc4 .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 201px;
  max-width: 1280px;
  margin: 0 auto;
  border-radius: 25px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.sc4 .box .txt {
  display: block;
  padding-left: 63px;
  line-height: 45px;
  font-family: 'Pretendard';
  font-size: 33px; }

.sc4 .box .txt.icon_chk {
  background: url(/assets/image/miracleExamProvision/icon_chk.png) no-repeat left; }

.sc4 .box .txt.icon_plus {
  background: url(/assets/image/miracleExamProvision/icon_plus.png) no-repeat left; }

.sc4 .box .desc {
  position: absolute;
  left: 63px;
  top: 38px;
  width: 100%;
  margin-top: 38px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  font-weight: 400; }

.sc4 .box .btn_haru {
  position: relative;
  z-index: 5;
  display: block;
  width: 266px;
  height: 50px;
  margin-top: 46px;
  margin: 40px 0 0 auto;
  line-height: 50px;
  font-family: 'Pretendard';
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  border-radius: 25px;
  background: #000; }

.sc4 .box1 {
  padding-left: 94px; }

.sc4 .box1 img {
  margin-right: 62px; }

.sc4 .box2 {
  padding-left: 91px;
  margin: 40px auto; }

.sc4 .box2 img {
  margin-right: 67px; }

.sc4 .box3 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 247px;
  padding: 0 49px 0 49px; }

.sc4 .box3 .box_contents {
  width: 100%;
  padding-top: 56px; }

.sc4 .box3 .desc {
  top: 118px;
  margin-top: 0;
  line-height: 27px;
  color: #000;
  font-size: 20px;
  font-weight: 300; }

.sc4 .box3 .desc > span {
  color: #3017ae;
  font-weight: 600; }

.sc4 .box_contents {
  position: relative;
  padding-bottom: 4px; }

.sc4 .box_img {
  position: absolute;
  top: 70px;
  right: 0;
  padding-bottom: 12px; }

.sc5 {
  padding: 130px 0;
  background: url(/assets/image/miracleExamProvision/bg_sc4.png) no-repeat top, #000;
  text-align: center; }

.sc5 .txt {
  position: relative;
  display: inline-block;
  padding-bottom: 40px;
  margin-bottom: 40px;
  color: #fff;
  font-family: 'NotoSansKR'; }

.sc5 .txt::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 67px;
  height: 1px;
  background: #fff; }

.sc5 .txt b {
  position: relative; }

.sc5 .txt b::after {
  content: '';
  position: absolute;
  top: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff; }

.sc5 .tit {
  line-height: 70px;
  color: #fff;
  font-family: 'NotoSansKR';
  font-weight: 300; }

.sc5 .tit span {
  color: #9140ff; }

.sc5 .tit:nth-last-child(2) {
  position: relative;
  margin-bottom: 58px; }

.sc5 .tit:nth-last-child(2) > span {
  font-weight: 700;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, right top, from(#88cde8), to(#6a3ddb));
  background: -o-linear-gradient(left, #88cde8 0%, #6a3ddb 100%);
  background: linear-gradient(to right, #88cde8 0%, #6a3ddb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.sc5 .tit:nth-last-child(2)::after {
  content: '';
  position: absolute;
  top: -100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 117px;
  background: #fff;
  opacity: 0.2; }

.sc5 .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1015px;
  height: 330px;
  padding-left: 200px;
  margin: 60px auto 176px;
  background: url(/assets/image/miracleExamProvision/bg_sc4_box.png) no-repeat center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.sc5 .box ul li {
  padding-left: 36px;
  line-height: 45px;
  color: #000;
  font-family: 'Pretendard';
  font-size: 26px;
  font-weight: 700;
  text-align: left;
  background: url(/assets/image/miracleExamProvision/icon_chk2.png) no-repeat left; }

.sc5 .box ul li span {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  color: #fff;
  font-weight: 600;
  border-radius: 17px;
  background: #9140ff; }

.sc5 .box_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.sc5 .box_btn a:last-child {
  margin-left: 115px;
  position: relative; }

.sc5 .box_btn a:last-child::after {
  content: '';
  position: absolute;
  top: -19px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 250px;
  height: 49px;
  background: url(/assets/image/miracleExamProvision/bubble_payment.png) no-repeat; }

.sc_banner {
  z-index: 99;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #000;
  text-align: center; }

.sc_banner .btn_wrap {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 1060px;
  width: 100%;
  height: 120px; }

.sc_banner .btn_wrap > a {
  width: 150px;
  height: 56px;
  margin-top: 10px; }

.sc_banner .btn_wrap > a:last-child {
  margin-left: 10px; }

@media (max-width: 1200px) {
  .sc_banner .btn_wrap {
    max-width: 88.33vw;
    height: 10vw; }
  .sc_banner .btn_wrap > a {
    width: 12.5vw;
    height: 4.67vw; }
  .sc_banner .btn_wrap > a:last-child {
    margin-left: 10px; } }

@media (max-width: 1023px) {
  .sc_wrap .show_pc {
    display: none; }
  .sc_wrap .show_mo {
    display: block !important; }
  .sc_wrap .tit {
    line-height: 1;
    font-size: 61px; }
  .sc_wrap .tit.line2 {
    line-height: 70px; }
  .sc_wrap .tit .letter {
    letter-spacing: -3.66px; }
  .sc_wrap .txt {
    line-height: 1;
    font-size: 30px; }
  .sc_hero {
    padding-bottom: 130px;
    background: url(/assets/image/miracleExamProvision/bg_hero_MO.jpg) no-repeat bottom, -o-linear-gradient(325deg, #edd8df, #6f7fcd, #6b71bb);
    background: url(/assets/image/miracleExamProvision/bg_hero_MO.jpg) no-repeat bottom, linear-gradient(125deg, #edd8df, #6f7fcd, #6b71bb);
    background-size: 720px 100%; }
  .sc_hero .box {
    max-width: 640px;
    height: auto;
    padding: 90px 0 110px;
    border-radius: 35px; }
  .sc_hero .box_book a {
    display: block;
    margin-top: 0px; }
  .sc_hero .box_book a:last-child {
    position: relative;
    margin-top: 64px; }
  .sc_hero .box_book a:last-child::after {
    content: '';
    position: absolute;
    top: -24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 311px;
    height: 62px;
    background: url(/assets/image/miracleExamProvision/bubble_payment_MO.png) no-repeat;
    background-size: cover; }
  .sc_hero .sub_tit {
    line-height: 61px;
    font-size: 50px; }
  .sc_hero .txt {
    max-width: 600px;
    width: 100%;
    padding: 23px 0 30px;
    margin: 50px auto 0;
    line-height: 1.3;
    font-size: 27px;
    border-radius: 23px;
    background: #fff; }
  .sc_hero .txt strong:last-child {
    margin-top: 20px;
    line-height: 1; }
  .sc1, .sc2 {
    padding: 140px 0 130px; }
  .sc1 .txt b, .sc2 .txt b {
    font-weight: 300; }
  .sc1 .txt b::after, .sc2 .txt b::after {
    top: -4px;
    width: 5px;
    height: 5px; }
  .sc1 .tit, .sc2 .tit {
    margin: 24px 0 34px; }
  .sc1 .box, .sc2 .box {
    max-width: 640px;
    height: auto;
    padding: 60px 0 90px;
    border-radius: 35px; }
  .sc1 .box_txt, .sc2 .box_txt {
    padding-top: 0;
    line-height: 1;
    font-size: 25px; }
  .sc1 .box_desc, .sc2 .box_desc {
    position: relative;
    display: inline-block;
    padding: 85px 0 0;
    margin: 0 0 50px 0;
    font-size: 34px; }
  .sc1 .box_desc b, .sc2 .box_desc b {
    font-weight: 300; }
  .sc1 .box_desc strong, .sc2 .box_desc strong {
    display: block;
    padding-top: 8px;
    font-size: 40px;
    font-weight: 700; }
  .sc1 .box_desc span, .sc2 .box_desc span {
    color: #6741a9; }
  .sc1 .box_desc::after, .sc2 .box_desc::after {
    content: 'Point 1';
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 121px;
    height: 56px;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    line-height: 2.1;
    text-align: center;
    border-radius: 15px;
    background: -webkit-gradient(linear, left top, right top, from(#88d0cf), to(#063dbc));
    background: -o-linear-gradient(left, #88d0cf, #063dbc);
    background: linear-gradient(to right, #88d0cf, #063dbc); }
  .sc1 .box .f_slide .slick-dots, .sc2 .box .f_slide .slick-dots {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .sc1 .box .f_slide .slick-dots > li, .sc2 .box .f_slide .slick-dots > li {
    width: 81px;
    height: 6px;
    border-radius: 3px;
    background: #e0e0e0; }
  .sc1 .box .f_slide .slick-dots > li.slick-active, .sc2 .box .f_slide .slick-dots > li.slick-active {
    background: #a543f4; }
  .sc1 .box .f_slide .slick-dots > li:last-child, .sc2 .box .f_slide .slick-dots > li:last-child {
    margin-left: 22px; }
  .sc1 .box .f_slide .slick-dots > li button, .sc2 .box .f_slide .slick-dots > li button {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
    text-indent: -999rem;
    border: 1px solid 0; }
  .sc1 {
    padding: 142px 0 130px;
    background: -o-linear-gradient(325deg, #063dbc, #6a10c7);
    background: linear-gradient(125deg, #063dbc, #6a10c7); }
  .sc1 .tit {
    line-height: 1.13; }
  .sc1 .box1 {
    height: auto;
    padding: 60px 0 63px 40px; }
  .sc1 .box1 ul li {
    position: relative;
    padding: 98px 0 0 0; }
  .sc1 .box1 ul li::after {
    width: 151px;
    height: 78px;
    line-height: 78px;
    font-size: 35px;
    border-radius: 20px; }
  .sc1 .box1 ul li:nth-child(2) {
    margin: 53px 0 58px; }
  .sc1 .box1 .box_desc {
    margin: 16px 0 0;
    font-size: 34px;
    letter-spacing: -1.36px; }
  .sc1 .box .box_tit {
    width: 151px;
    height: 78px;
    font-size: 40px;
    border-radius: 20px; }
  .sc1 .box .box_tit small {
    font-size: 34px;
    vertical-align: bottom; }
  .sc2 .box2 .slick-dots {
    display: none !important; }
  .sc2 .box3 {
    margin: 90px auto;
    padding-bottom: 40px; }
  .sc2 .box3 .box_desc::after {
    content: 'Point 2';
    background: -webkit-gradient(linear, left top, right top, from(#7776ff), to(#ae2cf1));
    background: -o-linear-gradient(left, #7776ff, #ae2cf1);
    background: linear-gradient(to right, #7776ff, #ae2cf1); }
  .sc2 .box3 .slick-dots {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .sc2 .box4 {
    padding-bottom: 0;
    margin-bottom: 90px; }
  .sc2 .box5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 70px; }
  .sc2 .box5 .box_desc {
    margin: 0 0 50px; }
  .sc2 .box5 .box_desc::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .sc2 .box5 .box_desc .show_pc {
    display: none; }
  .sc4 {
    padding: 128px 0 133px;
    background: #efefef; }
  .sc4 .txt {
    font-family: 'Pretendard'; }
  .sc4 .txt strong {
    font-weight: 700; }
  .sc4 .tit {
    margin: 30px 0 0; }
  .sc4 .desc {
    line-height: 34px;
    color: #000;
    font-family: 'Pretendard';
    font-size: 24px;
    font-weight: 300; }
  .sc4 .top_contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0; }
  .sc4 .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 640px;
    height: auto;
    border-radius: 25px; }
  .sc4 .box_img {
    top: auto;
    bottom: 77px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    padding-bottom: 0; }
  .sc4 .box_img img {
    margin: 0 auto; }
  .sc4 .box_desc {
    margin-bottom: 507px; }
  .sc4 .box .txt {
    padding-left: 65px;
    line-height: 45px;
    font-size: 30px; }
  .sc4 .box .desc {
    position: initial;
    display: block;
    margin: 14px 0 0 65px;
    font-size: 24px;
    line-height: 24px; }
  .sc4 .box .btn_haru {
    width: 454px;
    height: 86px;
    margin: 43px auto 0;
    line-height: 86px;
    font-size: 30px;
    border-radius: 42px; }
  .sc4 .box1 {
    padding: 0 0 50px 0; }
  .sc4 .box1 img {
    margin-right: 0; }
  .sc4 .box2 {
    padding: 0 0 50px 0;
    margin: 60px auto 92px; }
  .sc4 .box2 img {
    margin-right: 0; }
  .sc4 .box3 {
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
    padding: 0 0 50px; }
  .sc4 .box3 .box_contents {
    padding-top: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .sc4 .box3 .txt.icon_plus,
  .sc4 .box3 .desc {
    padding: 0 0 0 100px; }
  .sc4 .box3 .txt.icon_plus {
    background: none; }
  .sc4 .box3 .desc {
    margin: 30px 0 0;
    line-height: 34px;
    font-size: 27px; }
  .sc4 .box3 .desc > span {
    position: relative;
    padding-left: 15px; }
  .sc4 .box3 .desc > span::after {
    content: '';
    position: absolute;
    top: 14px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #4a42ff; }
  .sc4 .box3::after {
    content: '';
    position: absolute;
    top: -41.5px;
    left: 50%;
    width: 83px;
    height: 83px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url(/assets/image/miracleExamProvision/icon_plus_MO.png);
    background-size: cover; }
  .sc4 .box_contents {
    padding-bottom: 0; }
  .sc4 .box_desc {
    max-width: 640px;
    width: 100%;
    padding-left: 21px; }
  .sc5 {
    padding: 152px 0 140px;
    background: url(/assets/image/miracleExamProvision/bg_sc4_MO.png) no-repeat top, #000; }
  .sc5 .txt {
    padding-bottom: 50px;
    margin-bottom: 55px; }
  .sc5 .txt::after {
    width: 67px;
    height: 1px; }
  .sc5 .txt b::after {
    top: -19px;
    width: 5px;
    height: 5px; }
  .sc5 .tit {
    line-height: 70px; }
  .sc5 .tit:nth-last-child(2) {
    margin-bottom: 70px; }
  .sc5 .tit:nth-last-child(2)::after {
    top: -100%;
    height: 147px; }
  .sc5 .box {
    max-width: 640px;
    height: 389px;
    padding-left: 40px;
    margin: 60px auto 272px;
    background: url(/assets/image/miracleExamProvision/bg_sc4_box_MO.png) no-repeat center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .sc5 .box ul li {
    padding-left: 41px;
    line-height: 52px;
    font-size: 28px;
    background: url(/assets/image/miracleExamProvision/icon_chk2.png) no-repeat left; }
  .sc5 .box ul li span {
    height: 41px;
    line-height: 41px;
    padding: 0 15px;
    border-radius: 20px; }
  .sc5 .box ul li:nth-child(2) {
    line-height: 40px; }
  .sc5 .box_btn a:last-child {
    margin-left: 37px; }
  .sc5 .box_btn a:last-child::after {
    display: none; } }

@media (max-width: 1023px) and (max-width: 767px) {
  .sc_wrap .tit {
    font-size: 8.47222vw; }
  .sc_wrap .tit.line2 {
    line-height: 9.72222vw; }
  .sc_wrap .tit .letter {
    letter-spacing: -0.50833vw; }
  .sc_wrap .txt {
    font-size: 4.16667vw; }
  .sc_hero {
    padding-bottom: 18.05556vw;
    background-size: cover; }
  .sc_hero .box {
    max-width: 88.88889vw;
    padding: 12.5vw 0 15.27778vw;
    border-radius: 4.86111vw; }
  .sc_hero .box_book a {
    width: 77.22222vw;
    margin: 0 auto; }
  .sc_hero .box_book a:last-child {
    margin-top: 8.88889vw; }
  .sc_hero .box_book a:last-child::after {
    top: -3.33333vw;
    width: 43.19444vw;
    height: 8.61111vw; }
  .sc_hero .sub_tit {
    line-height: 8.47222vw;
    font-size: 6.94444vw; }
  .sc_hero .txt {
    max-width: 83.33333vw;
    padding: 3.19444vw 0 4.16667vw;
    margin: 6.94444vw auto 0vw;
    font-size: 3.75vw;
    border-radius: 3.19444vw; }
  .sc_hero .txt strong:last-child {
    margin-top: 2.77778vw; }
  .sc1, .sc2 {
    padding: 19.44444vw 0 18.05556vw; }
  .sc1 .txt b::after, .sc2 .txt b::after {
    top: -0.55556vw;
    width: 0.69444vw;
    height: 0.69444vw; }
  .sc1 .tit, .sc2 .tit {
    margin: 3.33333vw 0 4.72222vw; }
  .sc1 .box, .sc2 .box {
    max-width: 88.88889vw;
    padding: 8.33333vw 0 12.5vw;
    border-radius: 4.86111vw; }
  .sc1 .box_txt, .sc2 .box_txt {
    font-size: 3.47222vw; }
  .sc1 .box_desc, .sc2 .box_desc {
    padding: 11.80556vw 0 0vw;
    margin: 0 0 6.94444vw 0;
    font-size: 4.72222vw; }
  .sc1 .box_desc strong, .sc2 .box_desc strong {
    padding-top: 1.11111vw;
    font-size: 5.55556vw; }
  .sc1 .box_desc::after, .sc2 .box_desc::after {
    width: 16.80556vw;
    height: 7.77778vw;
    font-size: 3.61111vw;
    border-radius: 2.08333vw; }
  .sc1 .box .f_slide .slick-dots > li, .sc2 .box .f_slide .slick-dots > li {
    width: 11.25vw;
    height: 0.83333vw;
    border-radius: 0.41667vw; }
  .sc1 .box .f_slide .slick-dots > li:last-child, .sc2 .box .f_slide .slick-dots > li:last-child {
    margin-left: 3.05556vw; }
  .sc1 {
    padding: 19.72222vw 0 18.05556vw; }
  .sc1 .box1 {
    padding: 8.33333vw 0 8.75vw 5.55556vw; }
  .sc1 .box1 ul li {
    padding: 13.61111vw 0 0 0; }
  .sc1 .box1 ul li::after {
    width: 20.97222vw;
    height: 10.83333vw;
    line-height: 10.83333vw;
    font-size: 4.86111vw;
    border-radius: 2.77778vw; }
  .sc1 .box1 ul li:nth-child(2) {
    margin: 7.36111vw 0 8.05556vw; }
  .sc1 .box1 .box_desc {
    margin: 2.22222vw 0 0;
    font-size: 4.72222vw;
    letter-spacing: -0.18889vw; }
  .sc1 .box .box_tit {
    width: 20.97222vw;
    height: 10.83333vw;
    line-height: 10.83333vw;
    font-size: 5.55556vw;
    border-radius: 2.77778vw; }
  .sc1 .box .box_tit small {
    font-size: 4.72222vw; }
  .sc2 .box3 {
    margin: 12.5vw auto;
    padding-bottom: 5.55556vw; }
  .sc2 .box4 {
    margin-bottom: 12.5vw; }
  .sc2 .box5 {
    padding-bottom: 9.72222vw; }
  .sc2 .box5 .box_desc {
    margin: 0 0 6.94444vw; }
  .sc4 {
    padding: 17.77778vw 0 18.47222vw; }
  .sc4 .tit {
    margin: 4.16667vw 0 0; }
  .sc4 .desc {
    line-height: 4.72222vw;
    font-size: 3.33333vw; }
  .sc4 .box {
    max-width: 88.88889vw;
    border-radius: 3.47222vw; }
  .sc4 .box_img {
    bottom: 10.69444vw; }
  .sc4 .box_desc {
    margin-bottom: 70.41667vw; }
  .sc4 .box .txt {
    padding-left: 9.02778vw;
    line-height: 6.25vw;
    font-size: 4.16667vw; }
  .sc4 .box .desc {
    margin: 1.94444vw 0 0 9.02778vw;
    font-size: 3.33333vw;
    line-height: 3.33333vw; }
  .sc4 .box .btn_haru {
    width: 63.05556vw;
    height: 11.94444vw;
    margin: 5.97222vw auto 0;
    line-height: 11.94444vw;
    font-size: 4.16667vw;
    border-radius: 5.83333vw; }
  .sc4 .box1 {
    padding: 0 0 6.94444vw 0; }
  .sc4 .box2 {
    padding: 0 0 6.94444vw 0;
    margin: 8.33333vw auto 12.77778vw; }
  .sc4 .box3 {
    padding: 0 0 6.94444vw; }
  .sc4 .box3 .txt.icon_plus,
  .sc4 .box3 .desc {
    padding: 0 0 0 13.88889vw; }
  .sc4 .box3 .desc {
    margin: 4.16667vw 0 0;
    line-height: 4.72222vw;
    font-size: 3.75vw; }
  .sc4 .box3 .desc > span {
    padding-left: 2.08333vw; }
  .sc4 .box3 .desc > span::after {
    top: 1.94444vw;
    width: 0.69444vw;
    height: 0.69444vw; }
  .sc4 .box3::after {
    top: -5.76389vw;
    width: 11.52778vw;
    height: 11.52778vw; }
  .sc4 .box_desc {
    max-width: 88.88889vw;
    padding-left: 2.91667vw; }
  .sc5 {
    padding: 21.11111vw 0 19.44444vw;
    background: url(/assets/image/miracleExamProvision/bg_sc4_MO.png) no-repeat top, #000;
    background-size: cover; }
  .sc5 .txt {
    padding-bottom: 6.94444vw;
    margin-bottom: 7.63889vw; }
  .sc5 .txt::after {
    width: 9.30556vw;
    height: 0.13889vw; }
  .sc5 .txt b::after {
    top: -2.63889vw;
    width: 0.69444vw;
    height: 0.69444vw; }
  .sc5 .tit {
    line-height: 9.72222vw; }
  .sc5 .tit:nth-last-child(2) {
    margin-bottom: 9.72222vw; }
  .sc5 .tit:nth-last-child(2)::after {
    height: 20.41667vw; }
  .sc5 .box {
    max-width: 88.88889vw;
    height: 54.02778vw;
    padding-left: 5.55556vw;
    margin: 8.33333vw auto 37.77778vw;
    background: url(/assets/image/miracleExamProvision/bg_sc4_box_MO.png) no-repeat center;
    background-size: cover; }
  .sc5 .box ul li {
    padding-left: 5.69444vw;
    line-height: 7.22222vw;
    font-size: 3.88889vw;
    background: url(/assets/image/miracleExamProvision/icon_chk2.png) no-repeat left;
    background-size: 3.05556vw; }
  .sc5 .box ul li span {
    height: 5.69444vw;
    line-height: 5.69444vw;
    padding: 0 2.08333vw;
    border-radius: 2.77778vw; }
  .sc5 .box ul li:nth-child(2) {
    line-height: 5.55556vw; }
  .sc5 .box_btn a {
    width: 41.66667vw; }
  .sc5 .box_btn a:last-child {
    margin-left: 5.13889vw; } }

@media (max-width: 59.99em) {
  .floating {
    display: block; }
  .sc_banner {
    display: none; } }
