@charset "UTF-8";
@use "sass:math";
/* =============================================== ==========================
    ## 공통 믹스인 모음
  ================================================= ======================== */
@use 'sass:math';
/* 기준 화면 너비 */
/* pixel을 vw로 변환해주는 함수 */
.sc_wrap img {
  display: block;
  margin: 0 auto; }

.sc_wrap .inner {
  max-width: 1200px;
  margin: 0 auto;
  font-family: 'Pretendard';
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.sc_wrap .up_scroll {
  -webkit-transition: opacity 1s, delay 1.5s, -webkit-transform 1.1s;
  transition: opacity 1s, delay 1.5s, -webkit-transform 1.1s;
  -o-transition: transform 1.1s, opacity 1s, delay 1.5s;
  transition: transform 1.1s, opacity 1s, delay 1.5s;
  transition: transform 1.1s, opacity 1s, delay 1.5s, -webkit-transform 1.1s; }

.sc_wrap em {
  color: #0c12ff;
  background: none; }

.sc_wrap b {
  font-weight: 700; }

.sc_wrap .show-mo {
  display: none !important; }

.sc_wrap .tit {
  line-height: 60px;
  color: #000;
  font-size: 50px;
  font-weight: 700; }

.sc_wrap .s_tit {
  padding-left: 28px;
  line-height: 40px;
  color: #000;
  font-size: 40px;
  font-weight: 700; }

.sc_wrap .txt {
  line-height: 30px;
  color: #000;
  font-size: 30px;
  font-weight: 300; }

.sc_wrap .desc {
  line-height: 22px;
  color: #000;
  font-size: 19px;
  font-weight: 400; }

.sc_hero {
  background: #0c11ff; }

.sc_1 {
  padding: 150px 0;
  background: #0c1326; }

.sc_1 .tit {
  margin: 30px 0 70px; }

.sc_1 .txt, .sc_1 .tit {
  color: #fff; }

.sc_2 {
  padding: 140px 0;
  background: #dfe3ea; }

.sc_2 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.sc_2 .tit {
  margin-top: 60px; }

.sc_2 .box.up_scroll {
  opacity: 0;
  -webkit-transition: opacity 1s, delay 1.5s, -webkit-transform 1.1s;
  transition: opacity 1s, delay 1.5s, -webkit-transform 1.1s;
  -o-transition: transform 1.1s, opacity 1s, delay 1.5s;
  transition: transform 1.1s, opacity 1s, delay 1.5s;
  transition: transform 1.1s, opacity 1s, delay 1.5s, -webkit-transform 1.1s; }

.sc_2 .box.up_scroll.active > li {
  opacity: 0; }

.sc_2 .box.up_scroll.active > li:nth-child(1) {
  -webkit-animation: bubble_in 0.5s linear forwards 0.2s;
          animation: bubble_in 0.5s linear forwards 0.2s; }

.sc_2 .box.up_scroll.active > li:nth-child(2) {
  -webkit-animation: bubble_in 0.5s linear forwards 0.4s;
          animation: bubble_in 0.5s linear forwards 0.4s; }

.sc_2 .box.up_scroll.active > li:nth-child(3) {
  -webkit-animation: bubble_in 0.5s linear forwards 0.6s;
          animation: bubble_in 0.5s linear forwards 0.6s; }

.sc_2 .box.up_scroll.active > li:nth-child(4) {
  -webkit-animation: bubble_in 0.5s linear forwards 0.8s;
          animation: bubble_in 0.5s linear forwards 0.8s; }

.sc_2 .box li {
  position: relative;
  width: 610px;
  height: 170px;
  padding: 40px 0 40px 226px;
  margin-bottom: 20px;
  border-radius: 30px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.sc_2 .box li:nth-child(even) {
  background: #000cff; }

.sc_2 .box li:nth-child(even) .txt, .sc_2 .box li:nth-child(even) .desc {
  color: #fff; }

.sc_2 .box li:nth-child(even) em {
  color: #00eaff; }

.sc_2 .box li:last-child {
  margin-bottom: 0;
  background: url(https://xcdn.home-learn.com/sigongweb/middle/front/event/2023/testPreGate/imgs/img_benefit.png) no-repeat calc(100% - 37px) top, #000cff; }

.sc_2 .box li i {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 226px;
  height: 170px;
  border-radius: 30px 0 0 30px; }

.sc_2 .box li i.icon_1 {
  background: url(https://xcdn.home-learn.com/sigongweb/middle/front/event/2023/testPreGate/imgs/img_sc2_box2_1.png) no-repeat center; }

.sc_2 .box li i.icon_2 {
  background: url(https://xcdn.home-learn.com/sigongweb/middle/front/event/2023/testPreGate/imgs/img_sc2_box2_2.png) no-repeat center; }

.sc_2 .box li i.icon_3 {
  background: url(https://xcdn.home-learn.com/sigongweb/middle/front/event/2023/testPreGate/imgs/img_sc2_box2_3.png) no-repeat center; }

.sc_2 .box li i.icon_4 {
  background: url(https://xcdn.home-learn.com/sigongweb/middle/front/event/2023/testPreGate/imgs/img_sc2_box2_4.png) no-repeat center; }

.sc_2 .box li .txt {
  width: 100%;
  margin-bottom: 20px;
  font-weight: 700; }

.sc_3 {
  padding: 150px 0 130px; }

.sc_3 .tit {
  margin: 33px 0 58px;
  line-height: 50px;
  font-weight: 700; }

.sc_3 .s_tit {
  position: relative;
  margin: 80px 0 60px; }

.sc_3 .s_tit::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0006ff; }

.sc_3 .box1 {
  border-top: 3px solid #000; }

.sc_3 .box1 > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 387px;
  padding-right: 50px;
  border-bottom: 1px solid #000; }

.sc_3 .box1 > li:nth-child(1) {
  background: url(https://xcdn.home-learn.com/sigongweb/middle/front/event/2023/testPreGate/imgs/img_sc3_box_1.png) no-repeat calc(100% - 50px); }

.sc_3 .box1 > li:nth-child(2) {
  background: url(https://xcdn.home-learn.com/sigongweb/middle/front/event/2023/testPreGate/imgs/img_sc3_box_2.png) no-repeat calc(100% - 50px); }

.sc_3 .box1 > li:nth-child(3) {
  background: url(https://xcdn.home-learn.com/sigongweb/middle/front/event/2023/testPreGate/imgs/img_sc3_box_3.png) no-repeat calc(100% - 50px); }

.sc_3 .box1 > li:nth-child(4) {
  background: url(https://xcdn.home-learn.com/sigongweb/middle/front/event/2023/testPreGate/imgs/img_sc3_box_4.png) no-repeat calc(100% - 50px); }

.sc_3 .box1 > li:nth-last-child(2) {
  border-bottom: 1px solid #dcdfe4;
  background: url(https://xcdn.home-learn.com/sigongweb/middle/front/event/2023/testPreGate/imgs/img_benefit.png) no-repeat 284px top, url(https://xcdn.home-learn.com/sigongweb/middle/front/event/2023/testPreGate/imgs/img_sc3_box_4.png) no-repeat calc(100% - 50px); }

.sc_3 .box1 > li:last-child {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 308px;
  padding: 50px 0 0 40px;
  line-height: 27px;
  color: #000;
  font-size: 17px;
  font-weight: 500;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.sc_3 .box1 > li:last-child > ul ul {
  padding-left: 20px; }

.sc_3 .box1 > li:last-child > ul ul > li {
  position: relative;
  padding-left: 15px; }

.sc_3 .box1 > li:last-child > ul ul > li i {
  position: absolute;
  left: 0; }

.sc_3 .box1 .btn_detail {
  display: block;
  max-width: 85px;
  margin-top: 50px;
  padding-right: 26px;
  background: url(https://xcdn.home-learn.com/sigongweb/middle/front/event/2023/testPreGate/imgs/icon_arrow.png) no-repeat right; }

.sc_3 .box2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.sc_3 .box2 > li {
  width: calc(50% - 20px);
  height: 410px;
  padding: 60px 292px 50px 60px;
  border-radius: 25px;
  background: #f3f5f8; }

.sc_3 .box2 > li:first-child {
  padding: 60px 60px 50px 60px;
  background: #0c12ff; }

.sc_3 .box2 > li:first-child * {
  color: #fff; }

.sc_3 .box2 > li:first-child .desc {
  border-bottom: 1px solid #fff; }

.sc_3 .box2 > li:first-child ul li {
  padding-left: 15px;
  color: #c9e2ff; }

.sc_3 .box2 > li:first-child ul li:first-child {
  padding-left: 0;
  font-weight: 400;
  color: #1fffed; }

.sc_3 .box2 > li:first-child ul li:first-child::after {
  display: none; }

.sc_3 .box2 > li:first-child ul li::after {
  content: "- "; }

.sc_3 .box2 > li .txt {
  margin-bottom: 0; }

.sc_3 .box2 > li .desc {
  display: block;
  padding-bottom: 20px;
  margin: 30px 0 40px;
  border-bottom: 1px solid #000; }

.sc_3 .box2 > li ul li {
  position: relative;
  padding-left: 10px;
  line-height: 27px;
  color: #000;
  font-size: 17px;
  font-weight: 300; }

.sc_3 .box2 > li ul li::after {
  content: "· ";
  position: absolute;
  top: 0;
  left: 0; }

.sc_3 .box2 .f_slide {
  position: absolute;
  top: 60px;
  right: 60px;
  width: 201px;
  height: 282px; }

.sc_3 .box2 .btn_detail {
  display: inline-block;
  width: 130px;
  height: 35px;
  padding-left: 30px;
  margin-top: 30px;
  line-height: 35px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  border-radius: 17px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(https://xcdn.home-learn.com/sigongweb/middle/front/event/2023/testPreGate/imgs/icon_arrow_w.png) no-repeat calc(100% - 16px), #0c12ff; }

.sc_3 .box > li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.sc_3 .box .txt {
  width: 100%;
  margin-bottom: 40px;
  font-weight: 700; }

.sc_3 .desc {
  width: 100%;
  margin: 0;
  line-height: 26px; }

.sc_3 .desc em {
  display: block;
  padding-bottom: 26px;
  font-weight: 500; }

.sc_3 .desc span {
  display: block;
  padding-top: 26px;
  color: #9f9f9f; }

.sc_3 .desc b {
  font-weight: 400; }

.sc_4 {
  background: #02060a; }

.sc_banner {
  z-index: 999;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #144fe6;
  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: 1080px;
  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: 89.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_banner .btn_wrap {
    max-width: 720px;
    height: 100%; }
  .sc_banner .btn_wrap > a {
    width: 50%;
    height: 100%; } }

@-webkit-keyframes bubble_in {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@keyframes bubble_in {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@media (max-width: 1023px) {
  .sc_wrap .show-pc {
    display: none; }
  .sc_wrap .show-mo {
    display: block !important; }
  .sc_wrap .inner {
    max-width: 720px; }
  .sc_wrap .tit {
    line-height: 78px;
    font-size: 65px; }
  .sc_wrap .s_tit {
    padding-left: 28px;
    line-height: 44px;
    font-size: 44px; }
  .sc_wrap .txt {
    line-height: 30px;
    font-size: 30px; }
  .sc_wrap .desc {
    line-height: 34px;
    font-size: 24px; }
  .sc_1 {
    padding: 170px 0; }
  .sc_1 .tit {
    margin: 30px 0 70px; }
  .sc_1 .txt, .sc_1 .tit {
    padding: 0 62px;
    color: #fff; }
  .sc_2 {
    padding: 170px 0; }
  .sc_2 .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 62px; }
  .sc_2 .tit {
    margin: 30px 0 80px; }
  .sc_2 .txt {
    font-weight: 700; }
  .sc_2 .box {
    width: 100%; }
  .sc_2 .box li {
    width: 100%;
    height: auto;
    aspect-ratio: 149/25;
    padding: 45px 0 45px 188px;
    margin-bottom: 40px;
    border-radius: 30px; }
  .sc_2 .box li:last-child {
    background: url(https://xcdn.home-learn.com/sigongweb/middle/front/event/2023/testPreGate/imgs/img_benefit.png) no-repeat calc(100% - 34px) top, #000cff; }
  .sc_2 .box li i {
    width: 188px;
    height: 200px;
    border-radius: 30px 0 0 30px; }
  .sc_2 .box li .txt {
    margin-bottom: 20px; }
  .sc_3 {
    padding: 150px 0 170px; }
  .sc_3 .inner {
    padding: 0 62px; }
  .sc_3 .inner > .txt {
    font-size: 30px;
    font-weight: 700; }
  .sc_3 .tit {
    margin: 34px 0 58px;
    line-height: 1;
    font-size: 58px; }
  .sc_3 .txt {
    line-height: 1;
    font-size: 45px; }
  .sc_3 .s_tit {
    padding-top: 100px;
    margin: 100px 0 58px;
    border-top: 1px solid #000; }
  .sc_3 .s_tit::after {
    top: 102px;
    width: 10px;
    height: 10px; }
  .sc_3 .box1 > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto;
    padding: 100px 0; }
  .sc_3 .box1 > li:nth-child(1) {
    background: url(https://xcdn.home-learn.com/sigongweb/middle/front/event/2023/testPreGate/imgs/img_sc3_box_1_MO.png) no-repeat left 240px; }
  .sc_3 .box1 > li:nth-child(2) {
    background: url(https://xcdn.home-learn.com/sigongweb/middle/front/event/2023/testPreGate/imgs/img_sc3_box_2_MO.png) no-repeat left 240px; }
  .sc_3 .box1 > li:nth-child(3) {
    background: url(https://xcdn.home-learn.com/sigongweb/middle/front/event/2023/testPreGate/imgs/img_sc3_box_3_MO.png) no-repeat left 240px; }
  .sc_3 .box1 > li:nth-child(4) {
    background: url(https://xcdn.home-learn.com/sigongweb/middle/front/event/2023/testPreGate/imgs/img_sc3_box_4_MO.png) no-repeat left 240px; }
  .sc_3 .box1 > li:nth-last-child(2) {
    padding-bottom: 70px;
    border-bottom: none; }
  .sc_3 .box1 > li:nth-last-child(2) .desc {
    letter-spacing: -0.07px; }
  .sc_3 .box1 > li:last-child {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: auto;
    padding: 60px 40px;
    line-height: 45px;
    font-size: 24px;
    border-radius: 25px;
    border-bottom: none;
    background: #eef2f7; }
  .sc_3 .box1 > li:last-child em {
    font-weight: 700; }
  .sc_3 .box1 > li:last-child > ul ul {
    padding-left: 27px;
    line-height: 35px; }
  .sc_3 .box1 > li:last-child > ul ul > li {
    padding-left: 12px; }
  .sc_3 .box1 .btn_detail {
    max-width: 120px;
    margin-top: 50px;
    padding-right: 0;
    line-height: 21px;
    font-size: 21px;
    font-weight: 700;
    background: url(https://xcdn.home-learn.com/sigongweb/middle/front/event/2023/testPreGate/imgs/icon_arrow_MO.png) no-repeat right; }
  .sc_3 .box2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .sc_3 .box2 > li {
    width: 100%;
    height: auto;
    padding: 60px 317px 60px 50px;
    border-radius: 25px; }
  .sc_3 .box2 > li:first-child {
    padding: 60px 40px 60px 50px;
    margin-bottom: 60px; }
  .sc_3 .box2 > li:first-child ul li {
    padding-left: 12px; }
  .sc_3 .box2 > li:first-child ul li:first-child {
    font-weight: 400; }
  .sc_3 .box2 > li:last-child .desc {
    padding-bottom: 30px;
    margin-bottom: 30px;
    line-height: 34px;
    font-size: 24px; }
  .sc_3 .box2 > li:last-child ul li {
    line-height: 40px;
    font-size: 24px; }
  .sc_3 .box2 > li .txt {
    font-size: 36px;
    letter-spacing: 2.88px; }
  .sc_3 .box2 > li .desc {
    padding: 0 0 40px 0;
    margin: 28px 0 26px; }
  .sc_3 .box2 > li ul li {
    padding-left: 10px;
    line-height: 25px;
    font-size: 19px; }
  .sc_3 .box2 .f_slide {
    top: auto;
    bottom: 60px;
    right: 40px;
    width: 245px;
    height: 344px; }
  .sc_3 .box2 .btn_detail {
    width: 163px;
    height: 45px;
    padding-left: 32px;
    margin-top: 40px;
    line-height: 45px;
    font-size: 21px;
    border-radius: 23px;
    background: url(https://xcdn.home-learn.com/sigongweb/middle/front/event/2023/testPreGate/imgs/icon_arrow_w_MO.png) no-repeat calc(100% - 23px), #0c12ff; }
  .sc_3 .box .txt {
    margin-bottom: 29px;
    font-weight: 700; }
  .sc_3 .desc {
    line-height: 36px;
    font-size: 26px; }
  .sc_3 .desc em {
    padding-bottom: 430px;
    font-weight: 700; }
  .sc_3 .desc span {
    padding-top: 36px;
    font-weight: 300; }
  .sc_3 .desc b {
    font-weight: 700; } }

@media (max-width: 767px) {
  .sc_wrap .tit {
    line-height: 39px;
    font-size: 32px; }
  .sc_wrap .s_tit {
    padding-left: 14px;
    line-height: 22px;
    font-size: 22px; }
  .sc_wrap .txt {
    line-height: 14px;
    font-size: 14px; }
  .sc_wrap .desc {
    line-height: 16px;
    font-size: 12px; }
  .sc_1 {
    padding: 84px 30px; }
  .sc_1 .tit {
    margin: 14px 0 34px; }
  .sc_1 .txt, .sc_1 .tit {
    padding: 0; }
  .sc_2 {
    padding: 84px 0; }
  .sc_2 .inner {
    padding: 0 30px; }
  .sc_2 .tit {
    margin: 14px 0 40px; }
  .sc_2 .box li {
    padding: 22px 0 22px 94px;
    margin-bottom: 20px;
    border-radius: 14px; }
  .sc_2 .box li:last-child {
    background: url(https://xcdn.home-learn.com/sigongweb/middle/front/event/2023/testPreGate/imgs/img_benefit.png) no-repeat calc(100% - 17px) top, #000cff;
    background-size: 45px; }
  .sc_2 .box li i {
    width: 94px;
    height: 100%;
    border-radius: 14px 0 0 14px; }
  .sc_2 .box li i.icon_1 {
    background-size: 51px; }
  .sc_2 .box li i.icon_2 {
    background-size: 62px; }
  .sc_2 .box li i.icon_3 {
    background-size: 48px; }
  .sc_2 .box li i.icon_4 {
    background-size: 62px; }
  .sc_2 .box li .txt {
    margin-bottom: 10px; }
  .sc_3 {
    padding: 74px 0 84px; }
  .sc_3 .inner {
    padding: 0 30px; }
  .sc_3 .inner > .txt {
    font-size: 14px; }
  .sc_3 .tit {
    margin: 16px 0 28px;
    font-size: 28px; }
  .sc_3 .txt {
    font-size: 422x; }
  .sc_3 .s_tit {
    padding-top: 50px;
    margin: 50px 0 28px; }
  .sc_3 .s_tit::after {
    top: 50px;
    width: 5px;
    height: 5px; }
  .sc_3 .box1 > li {
    padding: 50px 0; }
  .sc_3 .box1 > li:nth-child(1) {
    background: url(https://xcdn.home-learn.com/sigongweb/middle/front/event/2023/testPreGate/imgs/img_sc3_box_1_MO.png) no-repeat left 120px;
    background-size: 294px; }
  .sc_3 .box1 > li:nth-child(2) {
    background: url(https://xcdn.home-learn.com/sigongweb/middle/front/event/2023/testPreGate/imgs/img_sc3_box_2_MO.png) no-repeat left 120px;
    background-size: 294px; }
  .sc_3 .box1 > li:nth-child(3) {
    background: url(https://xcdn.home-learn.com/sigongweb/middle/front/event/2023/testPreGate/imgs/img_sc3_box_3_MO.png) no-repeat left 120px;
    background-size: 294px; }
  .sc_3 .box1 > li:nth-child(4) {
    background: url(https://xcdn.home-learn.com/sigongweb/middle/front/event/2023/testPreGate/imgs/img_sc3_box_4_MO.png) no-repeat left 120px;
    background-size: 294px; }
  .sc_3 .box1 > li:nth-last-child(2) {
    padding-bottom: 34px; }
  .sc_3 .box1 > li:nth-last-child(2) .desc {
    letter-spacing: -0.03px; }
  .sc_3 .box1 > li:last-child {
    padding: 30px 20px;
    line-height: 22px;
    font-size: 12px;
    border-radius: 12px; }
  .sc_3 .box1 > li:last-child > ul ul {
    padding-left: 13px;
    line-height: 16px; }
  .sc_3 .box1 > li:last-child > ul ul > li {
    padding-left: 6px; }
  .sc_3 .box1 .btn_detail {
    max-width: 60px;
    margin-top: 24px;
    line-height: 10px;
    font-size: 10px;
    background: url(https://xcdn.home-learn.com/sigongweb/middle/front/event/2023/testPreGate/imgs/icon_arrow_MO.png) no-repeat right;
    background-size: 4px; }
  .sc_3 .box2 > li {
    padding: 30px 158px 30px 24px;
    border-radius: 12px; }
  .sc_3 .box2 > li:first-child {
    padding: 30px 20px 30px 24px;
    margin-bottom: 30px; }
  .sc_3 .box2 > li:first-child ul li {
    padding-left: 6px; }
  .sc_3 .box2 > li:last-child .desc {
    padding-bottom: 14px;
    margin-bottom: 14px;
    line-height: 16px;
    font-size: 12px; }
  .sc_3 .box2 > li:last-child ul li {
    line-height: 20px;
    font-size: 12px; }
  .sc_3 .box2 > li .txt {
    font-size: 18px;
    letter-spacing: 1.44px; }
  .sc_3 .box2 > li .desc {
    padding: 0 0 20px 0;
    margin: 14px 0 13px; }
  .sc_3 .box2 > li ul li {
    padding-left: 5px;
    line-height: 12px;
    font-size: 9px; }
  .sc_3 .box2 .f_slide {
    bottom: 30px;
    right: 20px;
    width: 122px;
    height: 172px; }
  .sc_3 .box2 .btn_detail {
    width: 81px;
    height: 22px;
    padding-left: 16px;
    margin-top: 20px;
    line-height: 22px;
    font-size: 10px;
    border-radius: 10px;
    background: url(https://xcdn.home-learn.com/sigongweb/middle/front/event/2023/testPreGate/imgs/icon_arrow_w_MO.png) no-repeat calc(100% - 10px), #0c12ff;
    background-size: 4px; }
  .sc_3 .box .txt {
    margin-bottom: 14px; }
  .sc_3 .desc {
    line-height: 18px;
    font-size: 13px; }
  .sc_3 .desc em {
    padding-bottom: 214px; }
  .sc_3 .desc span {
    padding-top: 18px; } }

.footer {
  padding-bottom: 150px; }

@media (max-width: 767px) {
  .footer {
    padding-bottom: 100px; } }
