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

.home-banner .banner {
  position: relative;
  margin: 0 auto 20px;
  max-width: 500px; }

.home-banner .banner img {
  width: 100%; }

.home-banner .banner .btn {
  min-width: 110px; }

.home-banner .banner__cont {
  position: absolute;
  top: 30px;
  left: 20px;
  width: 70%; }

.home-banner .banner__cate {
  display: block;
  color: #202020;
  font-family: "S-CoreDream", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: .1em; }

.home-banner .banner__h {
  margin-top: 10px;
  font-family: "S-CoreDream", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: -0.05em; }

.home-banner .banner__desc {
  margin-top: 8px;
  font-size: 1.6rem;
  line-height: 1.6;
  word-break: keep-all;
  word-wrap: break-word; }

.home-banner .banner--invert {
  color: #FFF; }

.home-banner .banner--invert .banner__cate,
.home-banner .banner--invert .banner__h,
.home-banner .banner--invert .banner__desc {
  color: #FFF; }

@media (max-width: 768px) {
  .home-banner .banner .banner__h {
    margin-bottom: 6px; }
  .home-banner .banner .banner__desc {
    display: none; } }

@media (min-width: 60em) {
  .home-banner {
    padding-left: 50%;
    margin-bottom: 100px; }
  .home-banner .banner {
    margin-left: 10px;
    max-width: none; }
  .home-banner .banner__cont {
    top: 18px; }
  .home-banner .banner--big {
    position: absolute;
    top: 0;
    left: 0;
    right: 50%;
    bottom: 0;
    height: auto;
    margin-left: 0;
    padding-right: 10px; } }

@media (max-width: 1120px) and (min-width: 960px) {
  .home-banner .banner {
    margin-bottom: 16px; } }

@media (min-width: 85.375em) {
  .home-banner .banner__h {
    font-size: 3rem; }
  .home-banner .banner__cont {
    top: 40px;
    left: 40px;
    width: 60%; } }

.show_mo {
  display: none; }

@media (max-width: 63.99em) {
  .show_mo {
    display: block; }
  .show_pc {
    display: none !important; } }

.main i {
  font-style: normal; }

.main .t_center {
  text-align: center; }

.main video, .main iframe {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%; }

.main .cont_inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0; }

.main .cont_w_inner {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0;
  text-align: center; }

.main .point {
  color: #fa6432;
  font-weight: 700; }

.main .sub {
  display: block;
  font-size: 24px;
  font-weight: 700;
  font-family: "Pretendard";
  line-height: 1.2;
  letter-spacing: -0.48px;
  text-align: center; }

.main .desc {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  font-family: "Pretendard";
  color: #000;
  line-height: 1.25;
  letter-spacing: -0.6px;
  text-align: center; }

.main .tit {
  margin: 20px 0;
  font-size: 65px;
  font-weight: 700;
  font-family: "Paperlogy";
  color: #000;
  line-height: 1.18;
  letter-spacing: -1px;
  text-align: center; }

.main .tit .point {
  font-family: "Paperlogy"; }

.main .tit.small {
  margin: 0 0 20px;
  color: #fff;
  line-height: 1.17;
  font-size: 60px;
  letter-spacing: -1.2px; }

.main .txt {
  margin-bottom: 20px;
  font-size: 34px;
  font-weight: 600;
  font-family: "Pretendard";
  color: #148ce6;
  line-height: 1; }

.main .box_tit {
  font-size: 50px;
  font-weight: 800;
  font-family: "Paperlogy";
  color: #fff;
  line-height: 1.17;
  letter-spacing: -1px;
  text-align: center; }

.main .box_tit .point {
  font-weight: 800;
  font-family: "Paperlogy"; }

.main .box_txt {
  font-size: 30px;
  font-weight: 700;
  font-family: "Pretendard";
  color: #fff;
  line-height: 1.2;
  letter-spacing: -0.6px; }

.main .box_sub {
  padding-bottom: 33px;
  font-size: 27px;
  font-weight: 700;
  font-family: "Pretendard";
  color: #fff;
  line-height: 1.2;
  letter-spacing: -0.54px;
  text-align: center; }

.main .box_desc {
  margin: 10px 0 0;
  font-size: 18px;
  font-weight: 300;
  font-family: "Pretendard";
  color: #fff;
  line-height: 1.2;
  letter-spacing: -0.36px;
  text-align: center; }

.main_list_review {
  padding: 24px 0 40px; }

.main_list_review .review_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0; }

.main_list_review .review_item [class^="item"] {
  position: relative;
  overflow: hidden; }

.main_list_review .review_item [class^="item"] img:first-child {
  position: relative;
  display: block;
  visibility: hidden; }

.main_list_review .review_item [class^="item"] img {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 1s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 1s cubic-bezier(0.4, 0, 0.2, 1); }

.main_list_review .review_item > div {
  padding-right: 60px; }

.main_list_review .review_item > div::after {
  content: "";
  position: absolute;
  top: 0;
  right: 30px;
  width: 1px;
  height: 70px;
  background: #d9d9d9;
  border-radius: 0.5px; }

.main_list_review .review_item > div:last-child {
  padding-right: 0; }

.main_list_review .review_item > div:last-child::after {
  display: none; }

.main_list_cont {
  padding-bottom: 40px; }

.main_list_cont .cont_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px; }

.main_list_cont .list_visual {
  width: 820px; }

.main_list_cont .list__a {
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.main_list_cont .swiper-slide {
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 610px; }

.main_list_cont .swiper-controller {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  max-width: 210px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0;
  background: #fff; }

.main_list_cont .swiper-controller-inner {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0; }

.main_list_cont .swiper-pagination {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #FFF; }

@media (min-width: 1024px) {
  .main_list_cont .swiper-container {
    padding-left: 210px; }
  .main_list_cont .swiper-pagination {
    width: 190px; }
  .main_list_cont .swiper-pagination-bullet {
    width: 100%;
    height: 44px;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    font-family: "Pretendard";
    color: #000;
    line-height: 44px;
    letter-spacing: -0.3px;
    border-radius: 5px;
    border: 1px solid #d9d9d9;
    background: #fff !important; }
  .main_list_cont .swiper-pagination-bullet-active {
    color: #fff;
    font-weight: 600;
    background: #000 !important; }
  .main_list_cont .swiper-pagination-bullet-active::after {
    content: "";
    position: absolute;
    right: -8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-right: 0;
    border-left-color: #000;
    border-width: 6px;
    border-right-width: 8px;
    border-left-width: 8px; } }

.main_list_cont .list_notice {
  width: 360px;
  height: 200px;
  padding: 34px 20px;
  border: 1px solid #d9d9d9;
  border-radius: 5px; }

.main_list_cont .list_notice h3 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  font-family: "Pretendard";
  line-height: 1.2;
  letter-spacing: -0.48px; }

.main_list_cont .list_notice h3 span {
  color: #148ce6; }

.main_list_cont .list_notice li {
  margin-bottom: 10px; }

.main_list_cont .list_notice li:last-child {
  margin-bottom: 0; }

.main_list_cont .list_notice a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-size: 18px;
  font-weight: 400;
  font-family: "Pretendard";
  color: #707070;
  line-height: 1.1;
  letter-spacing: -0.72px; }

.main_orangeRibbon {
  padding: 180px 0 110px;
  background: url(/assets/image/main/orangeRibbon_bg.jpg) no-repeat top, -webkit-gradient(linear, left bottom, left top, color-stop(76.3%, #230b47), color-stop(35%, #d1d1d1));
  background: url(/assets/image/main/orangeRibbon_bg.jpg) no-repeat top, -o-linear-gradient(bottom, #230b47 76.3%, #d1d1d1 35%);
  background: url(/assets/image/main/orangeRibbon_bg.jpg) no-repeat top, linear-gradient(to top, #230b47 76.3%, #d1d1d1 35%); }

.main_orangeRibbon .sub {
  color: #fa6432; }

.main_orangeRibbon .desc {
  margin-bottom: 50px; }

.main_orangeRibbon .box {
  margin-bottom: 82px;
  text-align: center; }

.main_orangeRibbon .box:last-child {
  margin-bottom: 0; }

.main_orangeRibbon .box_tit {
  margin: 20px 0 72px; }

.main_orangeRibbon .box_tit .point {
  color: #c0ff2a; }

.main_orangeRibbon .box_txt {
  padding: 48px 0 30px;
  background: #000; }

.main_orangeRibbon .box_wrap {
  max-width: 1200px;
  margin: 0 auto; }

.main_orangeRibbon .box_wrap > .sub {
  padding-top: 127px;
  color: #fff;
  background: url(/assets/image/main/orangeRibbon_tit_obj.png) no-repeat center 80px; }

.main_orangeRibbon .box_cont {
  padding: 20px 0 30px;
  background: #fff; }

.main_orangeRibbon .box_video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 30px; }

.main_orangeRibbon .box > .sub {
  z-index: 1;
  position: absolute;
  top: -32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 191px;
  height: 65px;
  margin: 0 auto;
  line-height: 65px;
  color: #000;
  background: #c0ff2a;
  border-radius: 32px; }

.main_orangeRibbon .box .desc {
  margin-bottom: 20px;
  font-weight: 700; }

.main_etoos .point {
  color: #00ffc2; }

.main_etoos .point > span {
  font-weight: 300;
  line-height: 1;
  vertical-align: 5px; }

.main_etoos .sub, .main_etoos .desc {
  color: #fff; }

.main_etoos .box_tit {
  margin: 20px 0 10px; }

.main_etoos.hero {
  padding: 244px 0 0;
  background-color: #e3e3e3;
  background-image: url(/assets/image/main/etoos_hero_bg.png), -webkit-gradient(linear, left top, left bottom, from(#280058), to(#570d94));
  background-image: url(/assets/image/main/etoos_hero_bg.png), -o-linear-gradient(top, #280058, #570d94);
  background-image: url(/assets/image/main/etoos_hero_bg.png), linear-gradient(to bottom, #280058, #570d94);
  background-repeat: no-repeat, no-repeat;
  background-position: top, bottom;
  background-size: auto, 100% 512px; }

.main_etoos.hero .sub {
  color: #7f1ee0; }

.main_etoos.hero .tit {
  line-height: 1.17;
  margin-bottom: 23px; }

.main_etoos.hero .graidient {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#b41ee0), to(#29018a));
  background: -o-linear-gradient(left, #b41ee0, #29018a);
  background: linear-gradient(to right, #b41ee0, #29018a);
  -webkit-background-clip: text;
  color: transparent;
  cursor: pointer;
  font-family: "Paperlogy"; }

.main_etoos.hero .desc {
  color: #000;
  margin-bottom: 35px; }

.main_etoos.cont1 {
  padding: 47px 0 0;
  background-image: url(/assets/image/main/etoos_tit_obj.png), -webkit-gradient(linear, left top, left bottom, from(#580d94), color-stop(47%, #931ee0), to(#6e0ca1));
  background-image: url(/assets/image/main/etoos_tit_obj.png), -o-linear-gradient(top, #580d94, #931ee0 47%, #6e0ca1);
  background-image: url(/assets/image/main/etoos_tit_obj.png), linear-gradient(to bottom, #580d94, #931ee0 47%, #6e0ca1);
  background-repeat: no-repeat, no-repeat;
  background-position: top, center top;
  background-size: auto, 100%; }

.main_etoos.cont1 .cont_inner {
  max-width: none; }

.main_etoos.cont1 .box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 50px 0 0;
  padding: 532px 0 40px;
  background: url(/assets/image/main/etoos_cont1_bg.png) no-repeat top; }

.main_etoos.cont1 .box2 {
  padding: 0 181px; }

.main_etoos.cont1 .box2::before, .main_etoos.cont1 .box2::after {
  content: "";
  position: absolute;
  top: 6px;
  width: 1px;
  height: 100px;
  background: rgba(255, 255, 255, 0.4); }

.main_etoos.cont1 .box2::before {
  left: 90px; }

.main_etoos.cont1 .box2::after {
  right: 90px; }

.main_etoos.cont2 {
  overflow: hidden;
  padding: 167px 0 0;
  background-image: url(/assets/image/main/etoos_cont2_bg.png), -webkit-gradient(linear, left top, left bottom, from(#6d0ca0), color-stop(51%, #5c0483), to(#7c13b8));
  background-image: url(/assets/image/main/etoos_cont2_bg.png), -o-linear-gradient(top, #6d0ca0, #5c0483 51%, #7c13b8);
  background-image: url(/assets/image/main/etoos_cont2_bg.png), linear-gradient(to bottom, #6d0ca0, #5c0483 51%, #7c13b8);
  background-repeat: no-repeat, no-repeat;
  background-position: center -30px, center top;
  background-size: auto, 100% 100%; }

.main_etoos.cont2 ul.desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0;
  font-weight: 700; }

.main_etoos.cont2 ul.desc li:nth-child(2) {
  padding: 0 82px; }

.main_etoos.cont2 ul.desc li:nth-child(2)::before, .main_etoos.cont2 ul.desc li:nth-child(2)::after {
  content: "";
  position: absolute;
  top: 5px;
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.3); }

.main_etoos.cont2 ul.desc li:nth-child(2)::before {
  left: 40px; }

.main_etoos.cont2 ul.desc li:nth-child(2)::after {
  right: 40px; }

.main_etoos.cont2 .box1 {
  z-index: 1;
  max-width: 752px;
  padding: 17px;
  margin: 0 auto;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.69);
  -webkit-box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, 0.16); }

.main_etoos.cont2 .box1 img {
  width: 100%; }

@media (min-width: 1024px) {
  .main_etoos.cont2 .box2 {
    position: absolute;
    bottom: 82px; } }

.main_etoos.cont2 .linear_slide {
  width: 100%; }

.main_etoos.cont2 .linear_slide .linear_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: marquee 50s linear infinite;
          animation: marquee 50s linear infinite; }

.main_etoos.cont2 .linear_slide .linear_inner img {
  margin-right: 27px; }

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(-33.3333%);
            transform: translateX(-33.3333%); }
  100% {
    -webkit-transform: translateX(-66.6667%);
            transform: translateX(-66.6667%); } }

@keyframes marquee {
  0% {
    -webkit-transform: translateX(-33.3333%);
            transform: translateX(-33.3333%); }
  100% {
    -webkit-transform: translateX(-66.6667%);
            transform: translateX(-66.6667%); } }

.main_etoos.cont3 {
  padding: 167px 0 0;
  background-image: url(/assets/image/main/etoos_cont3_bg.png), -webkit-gradient(linear, left bottom, left top, from(#6d0ca0), color-stop(51%, #5c0483), to(#7c13b8));
  background-image: url(/assets/image/main/etoos_cont3_bg.png), -o-linear-gradient(bottom, #6d0ca0, #5c0483 51%, #7c13b8);
  background-image: url(/assets/image/main/etoos_cont3_bg.png), linear-gradient(to top, #6d0ca0, #5c0483 51%, #7c13b8);
  background-repeat: no-repeat, no-repeat;
  background-position: top, center top;
  background-size: auto, 100% calc(100% - 80px); }

.main_etoos.cont3 .box_wrap {
  margin-top: 20px; }

@media (min-width: 1024px) {
  .main_etoos.cont3 .box_wrap {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1920px; } }

.main_etoos.cont3 .box1 {
  padding-bottom: 270px; }

.main_etoos.cont3 .box1 .swiper-slide {
  text-align: center; }

.main_etoos.cont3 .box1 .fade_controller {
  z-index: 2;
  width: 1200px;
  position: absolute;
  top: 254px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

.main_etoos.cont3 .box1 .fade_controller .swiper-button {
  width: 44px;
  height: 44px; }

.main_etoos.cont3 .box1 .fade_controller .swiper-button::before {
  display: none; }

.main_etoos.cont3 .box1 .fade_controller .swiper-button-prev {
  background: url(/assets/image/main/swiper_prev.png) no-repeat center; }

.main_etoos.cont3 .box1 .fade_controller .swiper-button-next {
  background: url(/assets/image/main/swiper_next.png) no-repeat center; }

@media (min-width: 1024px) {
  .main_etoos.cont3 .box1 .box_cover {
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); } }

.main_etoos.cont3 .box2 {
  top: -80px;
  margin-bottom: -80px;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(#400777), to(#080013)) no-repeat;
  background: -o-linear-gradient(top, #400777, #080013) no-repeat;
  background: linear-gradient(to bottom, #400777, #080013) no-repeat;
  background-size: 1920px calc(100% - 80px);
  background-position: bottom; }

.main_etoos.cont3 .box2 .tab_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
  background: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px); }

.main_etoos.cont3 .box2 .tab_nav_item {
  cursor: pointer;
  width: 240px;
  font-size: 24px;
  font-weight: 400;
  font-family: "Pretendard";
  color: #fff;
  line-height: 80px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.2); }

.main_etoos.cont3 .box2 .tab_nav_item:last-child {
  border: none; }

.main_etoos.cont3 .box2 .tab_nav_item.current {
  font-weight: 700;
  border: none;
  background: -o-linear-gradient(340deg, #b41ee0 6%, #29018a 94%);
  background: linear-gradient(110deg, #b41ee0 6%, #29018a 94%); }

.main_etoos.cont3 .box2 .tab_nav_item.current::after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 96px;
  background: url(/assets/image/main/etoos_cont3_tab_on.png) no-repeat top; }

.main_etoos.cont3 .box2 .tab_item {
  display: none;
  max-width: 917px;
  padding-bottom: 55px;
  margin: 0 auto; }

.main_etoos.cont3 .box2 .tab_item.current {
  display: block; }

.main_subject .point {
  color: #ffff03; }

.main_subject .sub {
  color: #fff; }

.main_subject.hero {
  padding: 242px 0 0;
  background-color: #e3e3e3;
  background-image: url(/assets/image/main/subject_hero_bg.png), -webkit-gradient(linear, left top, left bottom, color-stop(6%, #030058), color-stop(71%, #0d91f8), to(#0952b3));
  background-image: url(/assets/image/main/subject_hero_bg.png), -o-linear-gradient(top, #030058 6%, #0d91f8 71%, #0952b3);
  background-image: url(/assets/image/main/subject_hero_bg.png), linear-gradient(to bottom, #030058 6%, #0d91f8 71%, #0952b3);
  background-repeat: no-repeat, no-repeat;
  background-position: top, bottom;
  background-size: auto, 100% calc(100% - 799px); }

.main_subject.hero .point {
  color: #097cff; }

.main_subject.hero .sub.point {
  color: #097cff;
  line-height: 34px; }

.main_subject.hero .sub.point i {
  padding: 2px 10px;
  margin: 0 0 0 7px;
  color: #fff;
  border-radius: 17px;
  background: #097cff; }

.main_subject.hero .desc {
  margin-bottom: 8px; }

.main_subject.hero .box {
  width: 380px;
  padding: 257px 0 28px;
  border-radius: 5px;
  text-align: center; }

@media (min-width: 1024px) {
  .main_subject.hero .box_wrap .swiper-wrapper {
    gap: 50px 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .main_subject.hero .box_wrap .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 30px;
    width: 100%; } }

.main_subject.hero .box1 {
  background: url(/assets/image/main/subject_hero_box1.png) no-repeat top, #000; }

.main_subject.hero .box1 .sub {
  background: url(/assets/image/main/subject_hero_chk1.png) no-repeat left; }

.main_subject.hero .box2 {
  background: url(/assets/image/main/subject_hero_box2.png) no-repeat top, #000; }

.main_subject.hero .box2 .sub {
  background: url(/assets/image/main/subject_hero_chk2.png) no-repeat left; }

.main_subject.hero .box3 {
  background: url(/assets/image/main/subject_hero_box3.png) no-repeat top, #000; }

.main_subject.hero .box3 .sub {
  background: url(/assets/image/main/subject_hero_chk3.png) no-repeat left; }

.main_subject.hero .box4 {
  background: url(/assets/image/main/subject_hero_box4.png) no-repeat top, #000; }

.main_subject.hero .box4 .sub {
  background: url(/assets/image/main/subject_hero_chk4.png) no-repeat left; }

.main_subject.hero .box5 {
  background: url(/assets/image/main/subject_hero_box5.png) no-repeat top, #000; }

.main_subject.hero .box5 .sub {
  background: url(/assets/image/main/subject_hero_chk5.png) no-repeat left; }

.main_subject.hero .box6 {
  background: url(/assets/image/main/subject_hero_box6.png) no-repeat top, #000; }

.main_subject.hero .box6 .sub {
  background: url(/assets/image/main/subject_hero_chk6.png) no-repeat left; }

.main_subject.hero .box .sub {
  display: inline-block;
  padding-left: 30px;
  color: #fff; }

.main_subject.cont1 {
  padding: 167px 0 0;
  background-image: url(/assets/image/main/subject_cont1_obj.png), -webkit-gradient(linear, left top, left bottom, from(#0952b3), color-stop(20%, #030a63), color-stop(58%, #0e93fb), to(#030d66));
  background-image: url(/assets/image/main/subject_cont1_obj.png), -o-linear-gradient(top, #0952b3, #030a63 20%, #0e93fb 58%, #030d66);
  background-image: url(/assets/image/main/subject_cont1_obj.png), linear-gradient(to bottom, #0952b3, #030a63 20%, #0e93fb 58%, #030d66);
  background-repeat: no-repeat, no-repeat;
  background-position: center 120px, bottom; }

.main_subject.cont1 .box_tit {
  margin: 20px 0 50px; }

.main_subject.cont1 i.sub {
  display: inline-block;
  width: 181px;
  height: 65px;
  color: #000;
  line-height: 65px;
  border-radius: 32px;
  background: #ffff03; }

.main_subject.cont1 .box {
  text-align: center; }

.main_subject.cont1 .box_txt {
  padding: 30px 0;
  line-height: 1.25;
  background: #148ce6; }

.main_subject.cont1 .box_txt span {
  color: #000; }

.main_subject.cont1 .box_img {
  padding: 20px 0 30px;
  background: #fff; }

.main_subject.cont1 .box_desc {
  margin: 0 0 20px;
  color: #000;
  font-size: 20px;
  font-weight: 700; }

.main_subject.cont1 .box1 {
  margin-bottom: 50px; }

@media (min-width: 1024px) {
  .main_subject.cont1 .box1 .swiper-pagination-bullet:nth-child(4) {
    padding: 16px 0;
    line-height: 1.2; } }

.main_subject.cont1 .tab_slide {
  margin: 20px 0 0; }

.main_subject.cont1 .tab_slide .swiper-controller {
  margin: 0; }

.main_subject.cont1 .tab_slide .swiper-controller-inner {
  width: 100%; }

.main_subject.cont1 .swiper-pagination {
  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;
  width: 100%;
  height: 80px;
  margin-bottom: 26px;
  background: rgba(0, 0, 0, 0.2); }

.main_subject.cont1 .swiper-pagination-bullet {
  cursor: pointer;
  width: 240px;
  height: 80px;
  padding: 28px 0;
  font-size: 20px;
  font-weight: 400;
  font-family: "Pretendard";
  color: #fff;
  line-height: 1.1;
  margin: 0;
  text-align: center;
  border: none;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0; }

.main_subject.cont1 .swiper-pagination-bullet:last-child {
  border: none; }

.main_subject.cont1 .swiper-pagination-bullet:hover {
  color: #ffff03;
  font-weight: 700;
  background: #000; }

.main_subject.cont1 .swiper-pagination-bullet-active {
  color: #ffff03;
  font-weight: 700;
  border: none;
  background: #000; }

.main_subject.cont1 .swiper-pagination-bullet-active::after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 96px;
  background: url(/assets/image/main/subject_cont1_tab_on.png) no-repeat top; }

.main_subject.cont1 .tab_item {
  display: none;
  max-width: 917px;
  padding-bottom: 55px;
  margin: 0 auto; }

.main_subject.cont1 .tab_item.current {
  display: block; }

.main_subject.cont2 {
  padding: 167px 0 110px;
  background-image: url(/assets/image/main/subject_cont1_obj.png), -webkit-gradient(linear, left top, left bottom, from(#030e67), color-stop(44%, #0e96fe), to(#030058));
  background-image: url(/assets/image/main/subject_cont1_obj.png), -o-linear-gradient(top, #030e67, #0e96fe 44%, #030058);
  background-image: url(/assets/image/main/subject_cont1_obj.png), linear-gradient(to bottom, #030e67, #0e96fe 44%, #030058);
  background-repeat: no-repeat, no-repeat;
  background-position: center 120px, top; }

.main_subject.cont2 .box_tit {
  margin: 20px 0 10px; }

.main_subject.cont2 .desc {
  color: #fff; }

.main_subject.cont2 .swiper-slide {
  width: calc((100% - 60px) /3);
  height: auto; }

.main_subject.cont2 .box {
  width: 100%;
  padding: 257px 0 28px;
  border-radius: 5px;
  text-align: center; }

@media (min-width: 1024px) {
  .main_subject.cont2 .box_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.main_subject.cont2 .box1 {
  background: url(/assets/image/main/subject_cont2_box1.png) no-repeat top, #000; }

.main_subject.cont2 .box2 {
  background: url(/assets/image/main/subject_cont2_box2.png) no-repeat top, #000; }

.main_subject.cont2 .box3 {
  background: url(/assets/image/main/subject_cont2_box3.png) no-repeat top, #000; }

.main_subject.cont2 .box .sub {
  display: inline-block;
  padding-left: 30px;
  color: #fff;
  background: url(/assets/image/main/subject_cont2_chk.png) no-repeat left; }

.main_manage {
  padding: 226px 0 110px;
  background: url(/assets/image/main/manage_bg.png) no-repeat bottom, -webkit-gradient(linear, left top, left bottom, from(#2f0067), color-stop(50%, #6f00ee), to(#2f0167));
  background: url(/assets/image/main/manage_bg.png) no-repeat bottom, -o-linear-gradient(top, #2f0067, #6f00ee 50%, #2f0167);
  background: url(/assets/image/main/manage_bg.png) no-repeat bottom, linear-gradient(to bottom, #2f0067, #6f00ee 50%, #2f0167); }

.main_manage .point {
  color: #19efff; }

.main_manage p.desc {
  color: #fff;
  line-height: 1.2; }

.main_manage .swiper-slide {
  width: calc(50% - 30px);
  height: auto; }

.main_manage .box {
  width: 100%;
  background: url(/assets/image/main/manage_box_top.png) no-repeat top; }

.main_manage .box_wrap {
  margin-top: 50px; }

@media (min-width: 1024px) {
  .main_manage .box_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 50px 60px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.main_manage .box_img {
  padding-bottom: 30px;
  background: #fff; }

.main_manage .box_img ul {
  padding-left: 40px;
  margin: 0;
  color: #000;
  font-weight: 700; }

.main_manage .box_img ul li {
  line-height: 1.25;
  padding-left: 35px;
  text-align: left;
  background: url(/assets/image/main/manage_box_chk.png) no-repeat left top; }

.main_manage .box_img ul li:first-child {
  margin-bottom: 10px; }

.main_manage .box .sub {
  padding: 6px 0 38px 30px;
  text-align: left; }

.main_review {
  padding: 110px 0;
  background: url(/assets/image/main/review_bg.png) no-repeat bottom, #000331; }

.main_review .cont_inner {
  max-width: none; }

.main_review .point {
  color: #00dcff; }

.main_review .desc {
  color: #fff; }

.main_review .swiper-slide {
  padding-top: 80px;
  width: 599px;
  opacity: 0.4; }

.main_review .swiper-slide .desc {
  opacity: 0;
  line-height: 1.2;
  padding-top: 30px;
  margin-top: 20px;
  background: url(/assets/image/main/review_slide_on.png) no-repeat top; }

.main_review .swiper-slide::after {
  opacity: 0;
  content: "";
  position: absolute;
  top: 30px;
  left: -40px;
  width: 344px;
  height: 124px; }

.main_review .swiper-slide.review1::after {
  background: url(/assets/image/main/review_slide1_badge.png) no-repeat center; }

.main_review .swiper-slide.review2::after {
  background: url(/assets/image/main/review_slide1_badge.png) no-repeat center; }

.main_review .swiper-slide.review3::after {
  background: url(/assets/image/main/review_slide1_badge.png) no-repeat center; }

.main_review .swiper-slide.review4::after {
  background: url(/assets/image/main/review_slide1_badge.png) no-repeat center; }

.main_review .swiper-slide.review5::after {
  background: url(/assets/image/main/review_slide1_badge.png) no-repeat center; }

.main_review .swiper-slide.review6::after {
  background: url(/assets/image/main/review_slide1_badge.png) no-repeat center; }

.main_review .swiper-slide-active {
  opacity: 1; }

.main_review .swiper-slide-active .desc {
  opacity: 1; }

.main_review .swiper-slide-active::after {
  opacity: 1; }

.main_form {
  padding: 110px 0;
  background: url(/assets/image/main/form_bg.png) no-repeat bottom, #e3e3e3; }

.main_form .tit.small {
  margin-bottom: 50px;
  color: #000; }

.main_form .point {
  color: #148ce6; }

.main_form .box1 {
  padding: 50px 60px 40px 700px;
  margin-bottom: 40px;
  border-radius: 5px;
  background: url(/assets/image/main/form_cont.png) no-repeat 60px 30px, #f5f5f5; }

.main_form .box_desc {
  margin: 0;
  color: #000; }

.main_form .form_group {
  margin-bottom: 20px; }

.main_form .prv_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px; }

.main_form input {
  width: 440px;
  height: 64px;
  padding-left: 40px;
  font-size: 22px;
  font-weight: 400;
  font-family: "Pretendard";
  color: #000;
  border-radius: 10px;
  border: none; }

.main_form input::-webkit-input-placeholder {
  color: #999; }

.main_form input::-moz-placeholder {
  color: #999; }

.main_form input:-ms-input-placeholder {
  color: #999; }

.main_form input::-ms-input-placeholder {
  color: #999; }

.main_form input::placeholder {
  color: #999; }

.main_form input:first-child {
  margin-bottom: 14px; }

.main_form .prv_label {
  font-weight: 700; }

.main_form .prv_cont {
  z-index: 1;
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: auto;
  display: none;
  padding: 20px 34px 20px 20px;
  border: 1px solid #000;
  background: #fff; }

.main_form .prv_cont.current {
  display: block; }

.main_form .prv_cont p {
  margin: 0; }

.main_form .btn_prv {
  font-size: 16px;
  font-weight: 400;
  font-family: "Pretendard";
  color: #bbb;
  line-height: 1.2;
  border-bottom: 1px solid #bbb; }

.main_form .btn_free {
  width: 440px;
  height: 80px;
  padding: 0;
  border-radius: 40px;
  background: #148ce6; }

@media (max-width: 63.99em) {
  .main .cont_inner,
  .main .cont_w_inner {
    max-width: 720px;
    padding: 0; }
  .main .sub {
    font-size: 30px;
    letter-spacing: -0.68px; }
  .main .desc {
    line-height: 1.3;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -0.84px; }
  .main .tit {
    margin: 30px 0 20px;
    font-size: 60px;
    letter-spacing: -1.2px; }
  .main .txt {
    margin-bottom: 20px;
    font-size: 34px;
    font-weight: 600;
    font-family: "Pretendard";
    color: #148ce6;
    line-height: 1; }
  .main .box_tit {
    font-size: 50px;
    letter-spacing: -1px; }
  .main .box_txt {
    font-size: 40px;
    letter-spacing: -0.8px; }
  .main .box_sub {
    padding-bottom: 30px;
    font-size: 34px;
    letter-spacing: -0.68px; }
  .main .box_desc {
    margin: 10px 0 0;
    line-height: 1.25;
    font-size: 28px;
    letter-spacing: -0.56px; }
  .main_list_review {
    padding: 0;
    border-bottom: 1px solid #d9d9d9;
    background: #f5f5f5; }
  .main_list_review .review_item > div {
    padding-right: 0; }
  .main_list_review .review_item > div::after {
    display: none; }
  .main_list_cont {
    padding: 30px 0 50px; }
  .main_list_cont .cont_inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px 0;
    padding: 0 40px; }
  .main_list_cont .list_visual {
    width: 640px; }
  .main_list_cont .swiper-slide {
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 610px; }
  .main_list_cont .swiper-controller {
    left: auto;
    top: 20px;
    right: 20px;
    width: 100%;
    height: 16px;
    max-width: none;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 0;
    background: none; }
  .main_list_cont .swiper-pagination {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    color: #FFF; }
  .main_list_cont .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    margin: 0;
    font-size: 0;
    border: none;
    background: rgba(0, 0, 0, 0.2); }
  .main_list_cont .swiper-pagination-bullet-active {
    background: #000; }
  .main_list_cont .list_notice {
    width: 100%;
    height: auto;
    padding: 0;
    border: none;
    border-radius: 0; }
  .main_list_cont .list_notice h3 {
    margin-bottom: 20px;
    font-size: 34px;
    letter-spacing: -0.68px; }
  .main_list_cont .list_notice li {
    margin-bottom: 15px; }
  .main_list_cont .list_notice li:last-child {
    margin-bottom: 0; }
  .main_list_cont .list_notice a {
    line-height: 1.2;
    font-size: 30px;
    letter-spacing: -1.2px; }
  .main_orangeRibbon {
    padding: 220px 0 110px;
    background-color: #e6e6e6;
    background-image: url(/assets/image/main/orangeRibbon_bg_top_MO.jpg), -webkit-gradient(linear, left top, left bottom, from(#210a3d), color-stop(46%, #411fe2), to(#400a91));
    background-image: url(/assets/image/main/orangeRibbon_bg_top_MO.jpg), -o-linear-gradient(top, #210a3d, #411fe2 46%, #400a91);
    background-image: url(/assets/image/main/orangeRibbon_bg_top_MO.jpg), linear-gradient(to bottom, #210a3d, #411fe2 46%, #400a91);
    background-repeat: no-repeat, no-repeat;
    background-position: top, center 862px;
    background-size: auto, 100% calc(100% - 862px); }
  .main_orangeRibbon .sub {
    color: #fa6432; }
  .main_orangeRibbon .desc {
    margin-bottom: 50px; }
  .main_orangeRibbon .box {
    margin-bottom: 118px; }
  .main_orangeRibbon .box:last-child {
    margin-bottom: 0; }
  .main_orangeRibbon .box_tit {
    margin: 20px 0 98px; }
  .main_orangeRibbon .box_txt {
    padding: 69px 0 40px; }
  .main_orangeRibbon .box_wrap {
    max-width: 720px;
    padding: 0 40px; }
  .main_orangeRibbon .box_wrap > .sub {
    padding-top: 162px;
    background: url(/assets/image/main/orangeRibbon_tit_obj_MO.png) no-repeat center 100px; }
  .main_orangeRibbon .box_cont {
    padding: 30px 0 50px; }
  .main_orangeRibbon .box_video {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px 0; }
  .main_orangeRibbon .box > .sub {
    top: -38px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 240px;
    height: 77px;
    line-height: 77px;
    border-radius: 38px; }
  .main_orangeRibbon .box .desc {
    margin-bottom: 40px; }
  .main_etoos .box_tit {
    margin: 20px 0 30px; }
  .main_etoos.hero {
    padding: 300px 0 0;
    background-color: #e6e6e6;
    background-image: url(/assets/image/main/etoos_hero_bg_MO.png), -webkit-gradient(linear, left top, left bottom, from(#280058), to(#560d93));
    background-image: url(/assets/image/main/etoos_hero_bg_MO.png), -o-linear-gradient(top, #280058, #560d93);
    background-image: url(/assets/image/main/etoos_hero_bg_MO.png), linear-gradient(to bottom, #280058, #560d93);
    background-repeat: no-repeat, no-repeat;
    background-position: top, center 964px;
    background-size: auto, 100% calc(100% - 964px); }
  .main_etoos.hero .sub {
    color: #7f1ee0; }
  .main_etoos.hero .tit {
    line-height: 1.17;
    margin-bottom: 23px; }
  .main_etoos.hero .graidient {
    display: inline-block;
    background: -webkit-gradient(linear, left top, right top, from(#b41ee0), to(#29018a));
    background: -o-linear-gradient(left, #b41ee0, #29018a);
    background: linear-gradient(to right, #b41ee0, #29018a);
    -webkit-background-clip: text;
    color: transparent;
    cursor: pointer;
    font-family: "Paperlogy"; }
  .main_etoos.hero .desc {
    color: #000;
    margin-bottom: 35px; }
  .main_etoos.cont1 {
    padding: 162px 0 0;
    background-image: url(/assets/image/main/etoos_tit_obj_MO.png), -webkit-gradient(linear, left top, left bottom, from(#580d94), color-stop(47%, #931ee0), to(#6e0ca1));
    background-image: url(/assets/image/main/etoos_tit_obj_MO.png), -o-linear-gradient(top, #580d94, #931ee0 47%, #6e0ca1);
    background-image: url(/assets/image/main/etoos_tit_obj_MO.png), linear-gradient(to bottom, #580d94, #931ee0 47%, #6e0ca1);
    background-repeat: no-repeat, no-repeat;
    background-position: center 100px, center top;
    background-size: auto, 100%; }
  .main_etoos.cont1 .cont_inner {
    max-width: none; }
  .main_etoos.cont1 .box {
    width: 100%; }
  .main_etoos.cont1 .box .sub {
    font-size: 34px;
    letter-spacing: -0.68px; }
  .main_etoos.cont1 .box .box_desc {
    margin: 10px 0 80px;
    font-size: 28px;
    font-weight: 300;
    letter-spacing: -0.56px; }
  .main_etoos.cont1 .box .box_desc::after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 600px;
    height: 1px;
    background: rgba(255, 255, 255, 0.4); }
  .main_etoos.cont1 .box_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    padding: 869px 0 100px;
    background: url(/assets/image/main/etoos_cont1_bg_MO.png) no-repeat top; }
  .main_etoos.cont1 .box2 {
    padding: 0; }
  .main_etoos.cont1 .box2::before, .main_etoos.cont1 .box2::after {
    display: none; }
  .main_etoos.cont1 .box3 .box_desc {
    margin-bottom: 0; }
  .main_etoos.cont1 .box3 .box_desc::after {
    display: none; }
  .main_etoos.cont2 {
    padding: 162px 0 100px;
    background-image: url(/assets/image/main/etoos_cont2_bg_MO.png), -webkit-gradient(linear, left top, left bottom, from(#6d0ca0), color-stop(51%, #5c0483), to(#7c13b8));
    background-image: url(/assets/image/main/etoos_cont2_bg_MO.png), -o-linear-gradient(top, #6d0ca0, #5c0483 51%, #7c13b8);
    background-image: url(/assets/image/main/etoos_cont2_bg_MO.png), linear-gradient(to bottom, #6d0ca0, #5c0483 51%, #7c13b8);
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center top;
    background-size: auto, 100%; }
  .main_etoos.cont2 ul.desc {
    margin: 40px 0; }
  .main_etoos.cont2 ul.desc li:nth-child(2) {
    padding: 0 100px; }
  .main_etoos.cont2 ul.desc li:nth-child(2)::before {
    top: 15px;
    height: 40px;
    left: 50px; }
  .main_etoos.cont2 ul.desc li:nth-child(2)::after {
    right: 50px; }
  .main_etoos.cont2 .box1 {
    max-width: 524px;
    padding: 12px;
    border-radius: 5px;
    background: #000;
    -webkit-box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, 0.16); }
  .main_etoos.cont2 .linear_slide {
    width: 100%;
    height: 272px;
    margin-top: 20px; }
  .main_etoos.cont2 .linear_slide .linear_inner {
    -webkit-animation: marquee 75s linear infinite;
            animation: marquee 75s linear infinite; }
  .main_etoos.cont2 .linear_slide .linear_inner img {
    margin-right: 27px; }
  .main_etoos.cont3 {
    padding: 162px 0 0;
    background-image: url(/assets/image/main/etoos_cont3_bg_MO.png), -webkit-gradient(linear, left bottom, left top, from(#6d0ca0), color-stop(51%, #5c0483), to(#7c13b8));
    background-image: url(/assets/image/main/etoos_cont3_bg_MO.png), -o-linear-gradient(bottom, #6d0ca0, #5c0483 51%, #7c13b8);
    background-image: url(/assets/image/main/etoos_cont3_bg_MO.png), linear-gradient(to top, #6d0ca0, #5c0483 51%, #7c13b8);
    background-repeat: no-repeat, no-repeat;
    background-position: top, center top;
    background-size: auto, 100% calc(100% - 100px); }
  .main_etoos.cont3 .box_wrap {
    margin-top: 0; }
  .main_etoos.cont3 .box1 {
    padding-bottom: 0; }
  .main_etoos.cont3 .box1 .swiper-slide {
    text-align: center; }
  .main_etoos.cont3 .box2 {
    top: -100px;
    margin-bottom: -100px;
    background: none; }
  .main_etoos.cont3 .box2 .tab_nav {
    margin-bottom: 60px; }
  .main_etoos.cont3 .box2 .tab_nav_item {
    width: calc(720px / 5);
    line-height: 100px;
    font-size: 24px; }
  .main_etoos.cont3 .box2 .tab_nav_item.current {
    font-weight: 700;
    border: none;
    background: none; }
  .main_etoos.cont3 .box2 .tab_nav_item.current::after {
    z-index: -1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 96px;
    background: url(/assets/image/main/etoos_cont3_tab_on_MO.png) no-repeat top;
    height: 116px; }
  .main_etoos.cont3 .box2 .tab_item {
    max-width: 720px;
    padding: 0 50px 60px; }
  .main_subject.hero {
    padding: 273px 0 100px;
    background-color: #e6e6e6;
    background-image: url(/assets/image/main/subject_hero_bg_MO.png), -webkit-gradient(linear, left top, left bottom, color-stop(6%, #030058), color-stop(71%, #0d91f8), to(#0952b3));
    background-image: url(/assets/image/main/subject_hero_bg_MO.png), -o-linear-gradient(top, #030058 6%, #0d91f8 71%, #0952b3);
    background-image: url(/assets/image/main/subject_hero_bg_MO.png), linear-gradient(to bottom, #030058 6%, #0d91f8 71%, #0952b3);
    background-repeat: no-repeat, no-repeat;
    background-position: top, center 1038px;
    background-size: auto, 100% 100%; }
  .main_subject.hero .point {
    color: #097cff; }
  .main_subject.hero .sub.point {
    color: #097cff;
    line-height: 34px; }
  .main_subject.hero .sub.point i {
    padding: 2px 14px;
    margin: 0 0 0 7px;
    border-radius: 19px; }
  .main_subject.hero .desc {
    margin-bottom: 0; }
  .main_subject.hero .box {
    width: 100%;
    padding: 314px 0 30px;
    border-radius: 5px;
    text-align: center; }
  .main_subject.hero .box_wrap {
    padding: 0 40px; }
  .main_subject.hero .box_wrap .swiper-slide {
    width: 100%; }
  .main_subject.hero .box_wrap .swiper-slide > div {
    margin-bottom: 40px; }
  .main_subject.hero .box_wrap .swiper-slide > div:last-child {
    margin-bottom: 0; }
  .main_subject.hero .box_wrap .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 15px;
    bottom: 0;
    margin-top: 30px; }
  .main_subject.hero .box_wrap .swiper-pagination-bullet {
    display: block;
    width: 22px;
    height: 22px;
    margin: 0;
    border: none;
    background: rgba(0, 0, 0, 0.3); }
  .main_subject.hero .box_wrap .swiper-pagination-bullet-active {
    background: #fff; }
  .main_subject.hero .box1 {
    background: url(/assets/image/main/subject_hero_box1_MO.png) no-repeat top, #000; }
  .main_subject.hero .box1 .sub {
    background: url(/assets/image/main/subject_hero_chk1_MO.png) no-repeat left; }
  .main_subject.hero .box2 {
    background: url(/assets/image/main/subject_hero_box2_MO.png) no-repeat top, #000; }
  .main_subject.hero .box2 .sub {
    background: url(/assets/image/main/subject_hero_chk2_MO.png) no-repeat left; }
  .main_subject.hero .box3 {
    background: url(/assets/image/main/subject_hero_box3_MO.png) no-repeat top, #000; }
  .main_subject.hero .box3 .sub {
    background: url(/assets/image/main/subject_hero_chk3_MO.png) no-repeat left; }
  .main_subject.hero .box4 {
    background: url(/assets/image/main/subject_hero_box4_MO.png) no-repeat top, #000; }
  .main_subject.hero .box4 .sub {
    background: url(/assets/image/main/subject_hero_chk4_MO.png) no-repeat left; }
  .main_subject.hero .box5 {
    background: url(/assets/image/main/subject_hero_box5_MO.png) no-repeat top, #000; }
  .main_subject.hero .box5 .sub {
    background: url(/assets/image/main/subject_hero_chk5_MO.png) no-repeat left; }
  .main_subject.hero .box6 {
    background: url(/assets/image/main/subject_hero_box6_MO.png) no-repeat top, #000; }
  .main_subject.hero .box6 .sub {
    background: url(/assets/image/main/subject_hero_chk6_MO.png) no-repeat left; }
  .main_subject.hero .box .sub {
    padding-left: 46px;
    font-size: 34px;
    letter-spacing: -0.68px; }
  .main_subject.cont1 {
    padding: 162px 0 100px;
    background-image: url(/assets/image/main/subject_cont1_obj_MO.png), -webkit-gradient(linear, left top, left bottom, from(#0952b3), color-stop(32%, #030a63), color-stop(66%, #0e93fb), to(#030d66));
    background-image: url(/assets/image/main/subject_cont1_obj_MO.png), -o-linear-gradient(top, #0952b3, #030a63 32%, #0e93fb 66%, #030d66);
    background-image: url(/assets/image/main/subject_cont1_obj_MO.png), linear-gradient(to bottom, #0952b3, #030a63 32%, #0e93fb 66%, #030d66);
    background-repeat: no-repeat, no-repeat;
    background-position: center 100px, bottom; }
  .main_subject.cont1 .box_tit {
    margin: 20px 0 60px; }
  .main_subject.cont1 i.sub {
    width: 230px;
    height: 70px;
    line-height: 70px;
    border-radius: 35px; }
  .main_subject.cont1 .box {
    text-align: center; }
  .main_subject.cont1 .box_txt {
    padding: 40px 0;
    font-size: 34px;
    letter-spacing: -0.68px; }
  .main_subject.cont1 .box_img {
    padding: 30px 0 50px;
    background: #fff; }
  .main_subject.cont1 .box_desc {
    margin: 0 0 30px;
    font-size: 28px;
    letter-spacing: -0.84px; }
  .main_subject.cont1 .box1 {
    margin-bottom: 80px; }
  .main_subject.cont1 .box1 .swiper-pagination-bullet:nth-child(4) {
    width: calc((100%/3)*2); }
  .main_subject.cont1 .box2 .swiper-pagination-bullet:nth-child(4), .main_subject.cont1 .box2 .swiper-pagination-bullet:nth-child(5) {
    width: 50%; }
  .main_subject.cont1 .tab_slide {
    margin: 40px 0 0; }
  .main_subject.cont1 .swiper-controller {
    margin: 0; }
  .main_subject.cont1 .swiper-pagination {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
    margin-bottom: 40px;
    background: rgba(0, 0, 0, 0.2); }
  .main_subject.cont1 .swiper-pagination-bullet {
    cursor: pointer;
    width: calc(100%/3);
    height: 110px;
    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;
    padding: 0;
    font-size: 26px;
    margin: 0;
    text-align: center;
    border: none;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0; }
  .main_subject.cont1 .swiper-pagination-bullet:nth-child(3) {
    border-right: none; }
  .main_subject.cont1 .swiper-pagination-bullet:last-child {
    border: none; }
  .main_subject.cont1 .swiper-pagination-bullet:nth-child(4), .main_subject.cont1 .swiper-pagination-bullet:nth-child(5) {
    border-top: 1px solid rgba(255, 255, 255, 0.2); }
  .main_subject.cont1 .swiper-pagination-bullet:hover {
    color: #ffff03;
    font-weight: 700;
    background: #000; }
  .main_subject.cont1 .swiper-pagination-bullet-active {
    color: #ffff03;
    font-weight: 700;
    border: none;
    background: #000; }
  .main_subject.cont1 .swiper-pagination-bullet-active::after {
    display: none; }
  .main_subject.cont1 .tab_item {
    display: none;
    max-width: 917px;
    padding-bottom: 55px;
    margin: 0 auto; }
  .main_subject.cont1 .tab_item.current {
    display: block; }
  .main_subject.cont2 {
    padding: 162px 0 100px;
    background-image: url(/assets/image/main/subject_cont1_obj_MO.png), -webkit-gradient(linear, left bottom, left top, from(#0952b3), color-stop(56%, #0e96fe), to(#030d66));
    background-image: url(/assets/image/main/subject_cont1_obj_MO.png), -o-linear-gradient(bottom, #0952b3, #0e96fe 56%, #030d66);
    background-image: url(/assets/image/main/subject_cont1_obj_MO.png), linear-gradient(to top, #0952b3, #0e96fe 56%, #030d66);
    background-repeat: no-repeat, no-repeat;
    background-position: center 100px, bottom; }
  .main_subject.cont2 .box_tit {
    margin: 20px 0 30px; }
  .main_subject.cont2 .desc {
    margin-bottom: 50px; }
  .main_subject.cont2 .box {
    width: 100%;
    padding: 392px 0 40px;
    border-radius: 5px; }
  .main_subject.cont2 .box1 {
    background: url(/assets/image/main/subject_cont2_box1_MO.png) no-repeat top, #000; }
  .main_subject.cont2 .box2 {
    background: url(/assets/image/main/subject_cont2_box2_MO.png) no-repeat top, #000; }
  .main_subject.cont2 .box3 {
    background: url(/assets/image/main/subject_cont2_box3_MO.png) no-repeat top, #000; }
  .main_subject.cont2 .box_desc {
    margin-top: 20px; }
  .main_subject.cont2 .box .sub {
    padding-left: 46px;
    background: url(/assets/image/main/subject_cont2_chk_MO.png) no-repeat left; }
  .main_subject.cont2 .swiper-slide {
    width: 580px;
    margin-right: 40px; }
  .main_manage {
    padding: 272px 0 100px;
    background: url(/assets/image/main/manage_bg_MO.png) no-repeat top, -webkit-gradient(linear, left top, left bottom, from(#2f0067), color-stop(50%, #6f00ee), to(#2f0167));
    background: url(/assets/image/main/manage_bg_MO.png) no-repeat top, -o-linear-gradient(top, #2f0067, #6f00ee 50%, #2f0167);
    background: url(/assets/image/main/manage_bg_MO.png) no-repeat top, linear-gradient(to bottom, #2f0067, #6f00ee 50%, #2f0167); }
  .main_manage p.desc {
    margin-bottom: 60px;
    line-height: 1.3; }
  .main_manage .mSwiper {
    padding: 0 0 0 40px; }
  .main_manage .swiper-slide {
    width: 580px;
    margin-right: 40px; }
  .main_manage .box {
    width: 580px;
    background: url(/assets/image/main/manage_box_top_MO.png) no-repeat top; }
  .main_manage .box_wrap {
    margin: 0; }
  .main_manage .box_img {
    height: 607px;
    padding: 30px 26px 0 28px; }
  .main_manage .box_img ul {
    padding: 30px 0 0; }
  .main_manage .box_img ul li {
    line-height: 1.25;
    letter-spacing: -0.84px;
    padding-left: 48px;
    background: url(/assets/image/main/manage_box_chk_MO.png) no-repeat left top; }
  .main_manage .box_img ul li:first-child {
    margin-bottom: 20px; }
  .main_manage .box4 .box_img li {
    letter-spacing: -1.1px; }
  .main_manage .box .sub {
    padding: 6px 0 43px 30px;
    font-size: 24px;
    letter-spacing: -0.48px; }
  .main_review {
    padding: 100px 0;
    background: url(/assets/image/main/review_bg_MO.png) no-repeat bottom, -webkit-gradient(linear, left top, left bottom, from(#000018), color-stop(#00267e), to(#000018));
    background: url(/assets/image/main/review_bg_MO.png) no-repeat bottom, -o-linear-gradient(top, #000018, #00267e, #000018);
    background: url(/assets/image/main/review_bg_MO.png) no-repeat bottom, linear-gradient(to bottom, #000018, #00267e, #000018); }
  .main_review .swiper-slide {
    padding-top: 80px;
    width: 599px;
    opacity: 0.4; }
  .main_review .swiper-slide .desc {
    padding-top: 48px;
    margin-top: 30px;
    background: url(/assets/image/main/review_slide_on_MO.png) no-repeat top; }
  .main_review .swiper-slide::after {
    position: absolute;
    top: 30px;
    left: -40px;
    width: 344px;
    height: 124px; }
  .main_review .swiper-slide.review1::after {
    background: url(/assets/image/main/review_slide1_badge_MO.png) no-repeat center; }
  .main_review .swiper-slide.review2::after {
    background: url(/assets/image/main/review_slide1_badge_MO.png) no-repeat center; }
  .main_review .swiper-slide.review3::after {
    background: url(/assets/image/main/review_slide1_badge_MO.png) no-repeat center; }
  .main_review .swiper-slide.review4::after {
    background: url(/assets/image/main/review_slide1_badge_MO.png) no-repeat center; }
  .main_review .swiper-slide.review5::after {
    background: url(/assets/image/main/review_slide1_badge_MO.png) no-repeat center; }
  .main_review .swiper-slide.review6::after {
    background: url(/assets/image/main/review_slide1_badge_MO.png) no-repeat center; }
  .main_review .swiper-slide-active {
    opacity: 1; }
  .main_review .swiper-slide-active .desc {
    opacity: 1; }
  .main_review .swiper-slide-active::after {
    opacity: 1; }
  .main_form {
    padding: 100px 0;
    background: url(/assets/image/main/form_bg_MO.png) no-repeat bottom, #e6e6e6; }
  .main_form .tit.small {
    margin-bottom: 60px; }
  .main_form .tit.small span {
    display: block;
    margin-bottom: 10px;
    font-size: 40px; }
  .main_form .box_wrap {
    padding: 0 40px; }
  .main_form .box1 {
    padding: 423px 40px 40px;
    margin-bottom: 60px;
    border-radius: 5px;
    background: url(/assets/image/main/form_cont_MO.png) no-repeat center 40px, #f5f5f5; }
  .main_form .box_desc {
    margin: 0;
    color: #000; }
  .main_form .form_group {
    margin-bottom: 20px; }
  .main_form .prv_group {
    margin-top: 30px; }
  .main_form input {
    width: 100%;
    height: 90px;
    padding-left: 30px;
    font-size: 30px;
    letter-spacing: -0.6px;
    border-radius: 10px;
    border: none; }
  .main_form input::-webkit-input-placeholder {
    color: #888; }
  .main_form input::-moz-placeholder {
    color: #888; }
  .main_form input:-ms-input-placeholder {
    color: #888; }
  .main_form input::-ms-input-placeholder {
    color: #888; }
  .main_form input::placeholder {
    color: #888; }
  .main_form input:first-child {
    margin-bottom: 14px; }
  .main_form .prv_cont {
    top: 40px;
    padding: 20px 34px 20px 20px;
    font-size: 20px; }
  .main_form .btn_prv {
    font-size: 24px;
    letter-spacing: -0.48px; }
  .main_form .btn_free {
    width: 100%;
    height: 100px;
    padding: 0;
    line-height: 100px;
    font-size: 30px;
    letter-spacing: -0.6px;
    border-radius: 10px; } }

@media (max-width: 47.99em) {
  .main .sub {
    font-size: 4.17vw;
    letter-spacing: -0.09vw; }
  .main .desc {
    font-size: 3.89vw;
    letter-spacing: -0.12vw; }
  .main .tit {
    margin: 4.17vw 0 2.78vw;
    font-size: 8.33vw;
    letter-spacing: -0.17vw; }
  .main .tit.small {
    margin: 0 0 2.78vw;
    font-size: 8.33vw;
    letter-spacing: -0.17vw; }
  .main .txt {
    margin-bottom: 2.78vw;
    font-size: 4.72vw; }
  .main .box_tit {
    font-size: 6.94vw;
    letter-spacing: -0.14vw; }
  .main .box_txt {
    font-size: 5.56vw;
    letter-spacing: -0.11vw; }
  .main .box_sub {
    padding-bottom: 4.17vw;
    font-size: 4.72vw;
    letter-spacing: -0.09vw; }
  .main .box_desc {
    margin: 1.39vw 0 0;
    font-size: 3.89vw;
    letter-spacing: -0.08vw; }
  .main_list_cont {
    padding: 4.17vw 0 6.94vw; }
  .main_list_cont .cont_inner {
    gap: 4.17vw 0;
    padding: 0 5.56vw; }
  .main_list_cont .list_visual {
    width: 100%;
    aspect-ratio: 64/31; }
  .main_list_cont .swiper-slide {
    width: 610px; }
  .main_list_cont .swiper-controller {
    top: 2.78vw;
    right: 2.78vw;
    height: 2.22vw; }
  .main_list_cont .swiper-pagination {
    gap: 0 1.39vw; }
  .main_list_cont .swiper-pagination-bullet {
    width: 2.22vw;
    height: 2.22vw; }
  .main_list_cont .list_notice h3 {
    margin-bottom: 2.78vw;
    font-size: 4.72vw;
    letter-spacing: -0.68px; }
  .main_list_cont .list_notice li {
    margin-bottom: 2.08vw; }
  .main_list_cont .list_notice a {
    font-size: 4.17vw;
    letter-spacing: -0.17vw; }
  .main_orangeRibbon {
    padding: 30.56vw 0 15.28vw;
    background-image: url(/assets/image/main/orangeRibbon_bg_top_MO.jpg), -webkit-gradient(linear, left top, left bottom, from(#210a3d), color-stop(46%, #411fe2), to(#400a91));
    background-image: url(/assets/image/main/orangeRibbon_bg_top_MO.jpg), -o-linear-gradient(top, #210a3d, #411fe2 46%, #400a91);
    background-image: url(/assets/image/main/orangeRibbon_bg_top_MO.jpg), linear-gradient(to bottom, #210a3d, #411fe2 46%, #400a91);
    background-repeat: no-repeat, no-repeat;
    background-position: top, center 119.72vw;
    background-size: 100%, 100% calc(100% - 119.72vw); }
  .main_orangeRibbon .desc {
    margin-bottom: 6.94vw; }
  .main_orangeRibbon .box {
    margin-bottom: 16.39vw; }
  .main_orangeRibbon .box_tit {
    margin: 2.78vw 0 13.61vw; }
  .main_orangeRibbon .box_txt {
    padding: 9.58vw 0 5.56vw; }
  .main_orangeRibbon .box_wrap {
    max-width: 720px;
    padding: 0 5.56vw; }
  .main_orangeRibbon .box_wrap > .sub {
    padding-top: 22.5vw;
    background: url(/assets/image/main/orangeRibbon_tit_obj_MO.png) no-repeat center 13.89vw;
    background-size: 3.33vw; }
  .main_orangeRibbon .box_cont {
    padding: 4.17vw 0 6.94vw; }
  .main_orangeRibbon .box_video {
    gap: 4.17vw 0;
    padding: 0 6.25vw; }
  .main_orangeRibbon .box > .sub {
    top: -5.28vw;
    width: 33.33vw;
    height: 10.69vw;
    line-height: 10.69vw;
    border-radius: 5.28vw; }
  .main_orangeRibbon .box .desc {
    margin-bottom: 5.56vw; }
  .main_etoos .box_tit {
    margin: 2.78vw 0 4.17vw; }
  .main_etoos.hero {
    padding: 41.67vw 0 0;
    background-image: url(/assets/image/main/etoos_hero_bg_MO.png), -webkit-gradient(linear, left top, left bottom, from(#280058), to(#560d93));
    background-image: url(/assets/image/main/etoos_hero_bg_MO.png), -o-linear-gradient(top, #280058, #560d93);
    background-image: url(/assets/image/main/etoos_hero_bg_MO.png), linear-gradient(to bottom, #280058, #560d93);
    background-repeat: no-repeat, no-repeat;
    background-position: top, center 133.89vw;
    background-size: 100% 133.89vw, 100% calc(100% - 133.33vw);
    background-repeat: no-repeat, repeat; }
  .main_etoos.hero .tit {
    margin-bottom: 3.19vw; }
  .main_etoos.hero .desc {
    margin-bottom: 4.86vw; }
  .main_etoos.cont1 {
    padding: 22.5vw 0 0;
    background-image: url(/assets/image/main/etoos_tit_obj_MO.png), -webkit-gradient(linear, left top, left bottom, from(#580d94), color-stop(47%, #931ee0), to(#6e0ca1));
    background-image: url(/assets/image/main/etoos_tit_obj_MO.png), -o-linear-gradient(top, #580d94, #931ee0 47%, #6e0ca1);
    background-image: url(/assets/image/main/etoos_tit_obj_MO.png), linear-gradient(to bottom, #580d94, #931ee0 47%, #6e0ca1);
    background-repeat: no-repeat, no-repeat;
    background-position: center 13.89vw, center top;
    background-size: 3.33vw, 100%; }
  .main_etoos.cont1 .box .sub {
    font-size: 4.72vw;
    letter-spacing: -0.09vw; }
  .main_etoos.cont1 .box .box_desc {
    margin: 1.39vw 0 11.11vw;
    font-size: 3.89vw;
    letter-spacing: -0.08vw; }
  .main_etoos.cont1 .box .box_desc::after {
    bottom: -5.56vw;
    width: 83.33vw;
    height: 1px;
    background: rgba(255, 255, 255, 0.2); }
  .main_etoos.cont1 .box_wrap {
    padding: 120.69vw 0 13.89vw;
    background: url(/assets/image/main/etoos_cont1_bg_MO.png) no-repeat bottom;
    background-size: 100% auto; }
  .main_etoos.cont1 .box3 .box_desc {
    margin-bottom: 0; }
  .main_etoos.cont1 .box3 .box_desc::after {
    display: none; }
  .main_etoos.cont2 {
    padding: 22.5vw 0 13.89vw;
    background-image: url(/assets/image/main/etoos_cont2_bg_MO.png), -webkit-gradient(linear, left top, left bottom, from(#6d0ca0), color-stop(51%, #5c0483), to(#7c13b8));
    background-image: url(/assets/image/main/etoos_cont2_bg_MO.png), -o-linear-gradient(top, #6d0ca0, #5c0483 51%, #7c13b8);
    background-image: url(/assets/image/main/etoos_cont2_bg_MO.png), linear-gradient(to bottom, #6d0ca0, #5c0483 51%, #7c13b8);
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center top;
    background-size: 100%, 100%; }
  .main_etoos.cont2 ul.desc {
    margin: 5.56vw 0; }
  .main_etoos.cont2 ul.desc li:nth-child(2) {
    padding: 0 13.89vw; }
  .main_etoos.cont2 ul.desc li:nth-child(2)::before {
    top: 2.08vw;
    height: 5.56vw;
    left: 6.94vw; }
  .main_etoos.cont2 ul.desc li:nth-child(2)::after {
    right: 6.94vw; }
  .main_etoos.cont2 .box1 {
    max-width: 72.78vw;
    padding: 1.67vw;
    border-radius: 0.69vw;
    background: #000;
    -webkit-box-shadow: 0.42vw 0.42vw 2.78vw 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0.42vw 0.42vw 2.78vw 0 rgba(0, 0, 0, 0.16); }
  .main_etoos.cont2 .linear_slide {
    height: 37.78vw;
    margin-top: 2.78vw; }
  .main_etoos.cont2 .linear_slide .linear_inner {
    -webkit-animation: marquee 75s linear infinite;
            animation: marquee 75s linear infinite; }
  .main_etoos.cont2 .linear_slide .linear_inner img {
    height: 37.78vw;
    margin-right: 3.75vw; }
  .main_etoos.cont3 {
    padding: 22.5vw 0 0;
    background-image: url(/assets/image/main/etoos_cont3_bg_MO.png), -webkit-gradient(linear, left bottom, left top, from(#6d0ca0), color-stop(51%, #5c0483), to(#7c13b8));
    background-image: url(/assets/image/main/etoos_cont3_bg_MO.png), -o-linear-gradient(bottom, #6d0ca0, #5c0483 51%, #7c13b8);
    background-image: url(/assets/image/main/etoos_cont3_bg_MO.png), linear-gradient(to top, #6d0ca0, #5c0483 51%, #7c13b8);
    background-repeat: no-repeat, no-repeat;
    background-position: top, center top;
    background-size: 100% 100%, 100%; }
  .main_etoos.cont3 .box_wrap {
    margin-top: 0; }
  .main_etoos.cont3 .box1 {
    padding-bottom: 0; }
  .main_etoos.cont3 .box1 .swiper-slide {
    text-align: center; }
  .main_etoos.cont3 .box2 {
    top: -13.89vw;
    margin-bottom: -13.89vw; }
  .main_etoos.cont3 .box2 .tab_nav {
    height: 13.89vw;
    margin-bottom: 8.33vw; }
  .main_etoos.cont3 .box2 .tab_nav_item {
    width: 20%;
    line-height: 13.89vw;
    font-size: 3.33vw; }
  .main_etoos.cont3 .box2 .tab_nav_item.current::after {
    height: 16.11vw;
    background-size: cover; }
  .main_etoos.cont3 .box2 .tab_item {
    padding: 0 6.94vw 8.33vw; }
  .main_subject .cont_inner {
    padding: 0 5.56vw; }
  .main_subject.hero {
    padding: 37.92vw 0 13.89vw;
    background-color: #e6e6e6;
    background-image: url(/assets/image/main/subject_hero_bg_MO.png), -webkit-gradient(linear, left top, left bottom, color-stop(6%, #030058), color-stop(71%, #0d91f8), to(#0952b3));
    background-image: url(/assets/image/main/subject_hero_bg_MO.png), -o-linear-gradient(top, #030058 6%, #0d91f8 71%, #0952b3);
    background-image: url(/assets/image/main/subject_hero_bg_MO.png), linear-gradient(to bottom, #030058 6%, #0d91f8 71%, #0952b3);
    background-repeat: no-repeat, no-repeat;
    background-position: top, center 144.17vw;
    background-size: 100% 144.17vw, 100% calc(100% - 143.61vw);
    background-repeat: no-repeat, repeat; }
  .main_subject.hero .cont_inner {
    padding: 0; }
  .main_subject.hero .sub.point {
    line-height: 4.72vw; }
  .main_subject.hero .sub.point i {
    padding: 0.28vw 1.94vw;
    margin: 0 0 0 0.97vw;
    border-radius: 2.64vw; }
  .main_subject.hero .box {
    padding: 43.61vw 0 4.17vw;
    border-radius: 0.69vw; }
  .main_subject.hero .box_wrap {
    padding: 0 5.56vw; }
  .main_subject.hero .box_wrap .swiper-slide > div {
    margin-bottom: 5.56vw; }
  .main_subject.hero .box_wrap .swiper-slide > div:last-child {
    margin-bottom: 0; }
  .main_subject.hero .box_wrap .swiper-pagination {
    gap: 0 2.08vw;
    margin-top: 4.17vw; }
  .main_subject.hero .box_wrap .swiper-pagination-bullet {
    width: 3.06vw;
    height: 3.06vw; }
  .main_subject.hero .box1 {
    background: url(/assets/image/main/subject_hero_box1_MO.png) no-repeat top, #000;
    background-size: 100% 39.44vw; }
  .main_subject.hero .box1 .sub {
    background: url(/assets/image/main/subject_hero_chk1_MO.png) no-repeat left;
    background-size: 5vw; }
  .main_subject.hero .box2 {
    background: url(/assets/image/main/subject_hero_box2_MO.png) no-repeat top, #000;
    background-size: 100% 39.44vw; }
  .main_subject.hero .box2 .sub {
    background: url(/assets/image/main/subject_hero_chk2_MO.png) no-repeat left;
    background-size: 5vw; }
  .main_subject.hero .box3 {
    background: url(/assets/image/main/subject_hero_box3_MO.png) no-repeat top, #000;
    background-size: 100% 39.44vw; }
  .main_subject.hero .box3 .sub {
    background: url(/assets/image/main/subject_hero_chk3_MO.png) no-repeat left;
    background-size: 5vw; }
  .main_subject.hero .box4 {
    background: url(/assets/image/main/subject_hero_box4_MO.png) no-repeat top, #000;
    background-size: 100% 39.44vw; }
  .main_subject.hero .box4 .sub {
    background: url(/assets/image/main/subject_hero_chk4_MO.png) no-repeat left;
    background-size: 5vw; }
  .main_subject.hero .box5 {
    background: url(/assets/image/main/subject_hero_box5_MO.png) no-repeat top, #000;
    background-size: 100% 39.44vw; }
  .main_subject.hero .box5 .sub {
    background: url(/assets/image/main/subject_hero_chk5_MO.png) no-repeat left;
    background-size: 5vw; }
  .main_subject.hero .box6 {
    background: url(/assets/image/main/subject_hero_box6_MO.png) no-repeat top, #000;
    background-size: 100% 39.44vw; }
  .main_subject.hero .box6 .sub {
    background: url(/assets/image/main/subject_hero_chk6_MO.png) no-repeat left;
    background-size: 5vw; }
  .main_subject.hero .box .sub {
    padding-left: 6.39vw;
    font-size: 4.72vw;
    letter-spacing: -0.09vw; }
  .main_subject.cont1 {
    padding: 22.5vw 0 13.47vw;
    background-image: url(/assets/image/main/subject_cont1_obj_MO.png), -webkit-gradient(linear, left top, left bottom, from(#0952b3), color-stop(32%, #030a63), color-stop(66%, #0e93fb), to(#030d66));
    background-image: url(/assets/image/main/subject_cont1_obj_MO.png), -o-linear-gradient(top, #0952b3, #030a63 32%, #0e93fb 66%, #030d66);
    background-image: url(/assets/image/main/subject_cont1_obj_MO.png), linear-gradient(to bottom, #0952b3, #030a63 32%, #0e93fb 66%, #030d66);
    background-repeat: no-repeat, no-repeat;
    background-position: center 13.89vw, bottom;
    background-size: 3.33vw, cover; }
  .main_subject.cont1 .box_tit {
    margin: 2.78vw 0 8.33vw; }
  .main_subject.cont1 i.sub {
    width: 31.94vw;
    height: 9.72vw;
    line-height: 9.72vw;
    border-radius: 4.86vw; }
  .main_subject.cont1 .box_txt {
    padding: 5.56vw 0;
    font-size: 4.72vw;
    letter-spacing: -0.09vw; }
  .main_subject.cont1 .box_img {
    padding: 4.17vw 0 6.94vw; }
  .main_subject.cont1 .box_img img {
    width: 76.39vw; }
  .main_subject.cont1 .box_desc {
    margin: 0 0 4.17vw;
    font-size: 3.89vw;
    letter-spacing: -0.12vw; }
  .main_subject.cont1 .box1 {
    margin-bottom: 11.11vw; }
  .main_subject.cont1 .box1 .swiper-pagination-bullet:nth-child(4) {
    width: calc((100%/3)*2); }
  .main_subject.cont1 .box2 .swiper-pagination-bullet:nth-child(4), .main_subject.cont1 .box2 .swiper-pagination-bullet:nth-child(5) {
    width: 50%; }
  .main_subject.cont1 .tab_slide {
    margin: 5.56vw 0 0; }
  .main_subject.cont1 .swiper-controller {
    margin: 0; }
  .main_subject.cont1 .swiper-controller-inner {
    width: 100%; }
  .main_subject.cont1 .swiper-pagination {
    margin-bottom: 5.56vw;
    background: rgba(0, 0, 0, 0.2); }
  .main_subject.cont1 .swiper-pagination-bullet {
    width: calc(100%/3);
    height: 15.28vw;
    font-size: 3.61vw;
    letter-spacing: -0.09vw; }
  .main_subject.cont2 {
    padding: 22.5vw 0 13.89vw;
    background-image: url(/assets/image/main/subject_cont1_obj_MO.png), -webkit-gradient(linear, left bottom, left top, from(#0952b3), color-stop(56%, #0e96fe), to(#030d66));
    background-image: url(/assets/image/main/subject_cont1_obj_MO.png), -o-linear-gradient(bottom, #0952b3, #0e96fe 56%, #030d66);
    background-image: url(/assets/image/main/subject_cont1_obj_MO.png), linear-gradient(to top, #0952b3, #0e96fe 56%, #030d66);
    background-repeat: no-repeat, no-repeat;
    background-position: center 13.89vw, top;
    background-size: 3.33vw, 100% 100%; }
  .main_subject.cont2 .box_tit {
    margin: 2.78vw 0 4.17vw; }
  .main_subject.cont2 .desc {
    margin-bottom: 6.94vw; }
  .main_subject.cont2 .box {
    width: 100%;
    padding: 54.44vw 0 5.56vw;
    border-radius: 0.69vw; }
  .main_subject.cont2 .box1 {
    background: url(/assets/image/main/subject_cont2_box1_MO.png) no-repeat top, #000;
    background-size: 100% 49.17vw; }
  .main_subject.cont2 .box2 {
    background: url(/assets/image/main/subject_cont2_box2_MO.png) no-repeat top, #000;
    background-size: 100% 49.17vw; }
  .main_subject.cont2 .box3 {
    background: url(/assets/image/main/subject_cont2_box3_MO.png) no-repeat top, #000;
    background-size: 100% 49.17vw; }
  .main_subject.cont2 .box_desc {
    margin-top: 2.78vw; }
  .main_subject.cont2 .box .sub {
    padding-left: 6.39vw;
    background: url(/assets/image/main/subject_cont2_chk_MO.png) no-repeat left;
    background-size: 5.28vw; }
  .main_subject.cont2 .swiper-container {
    overflow: visible; }
  .main_subject.cont2 .swiper-slide {
    width: 80.56vw;
    margin-right: 5.56vw; }
  .main_manage {
    padding: 37.78vw 0 13.89vw;
    background: url(/assets/image/main/manage_bg_MO.png) no-repeat top, -webkit-gradient(linear, left top, left bottom, from(#2f0067), color-stop(50%, #6f00ee), to(#2f0167));
    background: url(/assets/image/main/manage_bg_MO.png) no-repeat top, -o-linear-gradient(top, #2f0067, #6f00ee 50%, #2f0167);
    background: url(/assets/image/main/manage_bg_MO.png) no-repeat top, linear-gradient(to bottom, #2f0067, #6f00ee 50%, #2f0167);
    background-size: 100% auto, 100%; }
  .main_manage p.desc {
    margin-bottom: 8.33vw; }
  .main_manage .mSwiper {
    padding: 0 0 0 5.56vw; }
  .main_manage .swiper-slide {
    width: 80.56vw;
    margin-right: 5.56vw; }
  .main_manage .box {
    width: 80.56vw;
    background: url(/assets/image/main/manage_box_top_MO.png) no-repeat top;
    background-size: 100% auto; }
  .main_manage .box_wrap {
    margin: 0; }
  .main_manage .box_img {
    height: 84.31vw;
    padding: 4.17vw 3.61vw 0 3.89vw; }
  .main_manage .box_img ul {
    padding: 4.17vw 0 0; }
  .main_manage .box_img ul li {
    white-space: nowrap;
    letter-spacing: -0.12vw;
    padding-left: 6.67vw;
    background: url(/assets/image/main/manage_box_chk_MO.png) no-repeat left top;
    background-size: 3.89vw; }
  .main_manage .box_img ul li:first-child {
    margin-bottom: 2.78vw; }
  .main_manage .box4 .box_img li {
    letter-spacing: -0.15vw; }
  .main_manage .box .sub {
    padding: 0.83vw 0 5.97vw 4.17vw;
    font-size: 3.33vw;
    letter-spacing: -0.07vw; }
  .main_review {
    padding: 13.89vw 0;
    background: url(/assets/image/main/review_bg_MO.png) no-repeat bottom, -webkit-gradient(linear, left top, left bottom, from(#000018), color-stop(#00267e), to(#000018));
    background: url(/assets/image/main/review_bg_MO.png) no-repeat bottom, -o-linear-gradient(top, #000018, #00267e, #000018);
    background: url(/assets/image/main/review_bg_MO.png) no-repeat bottom, linear-gradient(to bottom, #000018, #00267e, #000018);
    background-size: 100% auto; }
  .main_review .swiper-slide {
    padding-top: 11.11vw;
    width: 83.19vw; }
  .main_review .swiper-slide .desc {
    padding-top: 6.67vw;
    margin-top: 4.17vw;
    background: url(/assets/image/main/review_slide_on_MO.png) no-repeat top;
    background-size: 25.69vw; }
  .main_review .swiper-slide::after {
    position: absolute;
    top: 30px;
    left: -40px;
    top: 4.17vw;
    left: -5.56vw;
    width: 47.78vw;
    height: 17.22vw; }
  .main_review .swiper-slide.review1::after {
    background: url(/assets/image/main/review_slide1_badge_MO.png) no-repeat center;
    background-size: contain; }
  .main_review .swiper-slide.review2::after {
    background: url(/assets/image/main/review_slide1_badge_MO.png) no-repeat center;
    background-size: contain; }
  .main_review .swiper-slide.review3::after {
    background: url(/assets/image/main/review_slide1_badge_MO.png) no-repeat center;
    background-size: contain; }
  .main_review .swiper-slide.review4::after {
    background: url(/assets/image/main/review_slide1_badge_MO.png) no-repeat center;
    background-size: contain; }
  .main_review .swiper-slide.review5::after {
    background: url(/assets/image/main/review_slide1_badge_MO.png) no-repeat center;
    background-size: contain; }
  .main_review .swiper-slide.review6::after {
    background: url(/assets/image/main/review_slide1_badge_MO.png) no-repeat center;
    background-size: contain; }
  .main_form {
    padding: 13.89vw 0;
    background: url(/assets/image/main/form_bg_MO.png) no-repeat top, #e6e6e6;
    background-size: 100% auto; }
  .main_form .tit.small {
    margin-bottom: 8.33vw; }
  .main_form .tit.small span {
    margin-bottom: 1.39vw;
    font-size: 5.56vw; }
  .main_form .box_wrap {
    padding: 0 5.56vw; }
  .main_form .box1 {
    padding: 58.75vw 5.56vw 5.56vw;
    margin-bottom: 8.33vw;
    border-radius: 0.69vw;
    background: url(/assets/image/main/form_cont_MO.png) no-repeat center 5.56vw, #f5f5f5;
    background-size: 77.78vw auto; }
  .main_form .box_desc {
    margin: 0;
    color: #000; }
  .main_form .form_group {
    margin-bottom: 2.78vw; }
  .main_form .prv_group {
    margin-top: 4.17vw; }
  .main_form input {
    width: 100%;
    height: 12.5vw;
    padding-left: 4.17vw;
    font-size: 4.17vw;
    letter-spacing: -0.08vw;
    border-radius: 1.39vw; }
  .main_form input:first-child {
    margin-bottom: 1.94vw; }
  .main_form .prv_cont {
    top: 5.56vw;
    padding: 2.78vw 4.72vw 2.78vw 2.78vw;
    font-size: 2.78vw; }
  .main_form .btn_prv {
    font-size: 3.33vw;
    letter-spacing: -0.07vw; }
  .main_form .btn_free {
    width: 100%;
    height: 13.89vw;
    padding-bottom: 0;
    line-height: 13.89vw;
    font-size: 4.17vw;
    letter-spacing: -0.08vw;
    border-radius: 1.39vw; } }

.main_hero {
  position: relative;
  padding: 0; }

.hero__a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10; }

.hero_visual {
  position: relative;
  text-align: center;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.hero_visual .swiper-container {
  height: 480px;
  max-height: 480px;
  z-index: 2; }

.hero_visual .swiper-wrapper {
  padding-left: 210px; }

.hero_visual .swiper-slide {
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.hero_visual .swiper-slide-active .hero__cont {
  opacity: 1;
  visibility: visible;
  z-index: 2; }

.hero_visual .swiper-controller {
  z-index: 10;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 42px;
  max-width: 1200px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0; }

.hero_visual .swiper-controller-inner {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 836px;
  padding: 0; }

.hero_visual .swiper-pagination {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 12px;
  width: 100%;
  color: #FFF; }

.hero_visual .swiper-pagination-bullet {
  width: calc((100% - 36px)/4);
  height: 42px;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  font-family: "Pretendard";
  color: rgba(255, 255, 255, 0.6);
  line-height: 42px;
  letter-spacing: -0.64px;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background: none !important; }

.hero_visual .swiper-pagination-bullet-active {
  color: #fff;
  font-weight: 700;
  border-color: #fff; }

@media (min-width: 1024px) and (max-width: 2000px) {
  .hero__img img {
    position: relative;
    min-width: 1920px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    margin: 0; } }

.hero__cont {
  width: 100%;
  height: 193px;
  max-width: 1200px;
  position: absolute;
  top: 214px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 0 !important; }

@media (max-width: 1023px) {
  .show-pc {
    display: none !important; }
  .show-mo {
    display: block; }
  .hero_visual {
    padding-top: 0; }
  .hero_visual .swiper-container {
    height: 900px;
    max-height: 900px;
    z-index: 2; }
  .hero_visual .swiper-slide {
    padding-bottom: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .hero_visual .swiper-slide-active {
    opacity: 1 !important; }
  .hero_visual .swiper-controller {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: auto;
    max-width: 720px;
    bottom: 20px;
    margin: 0; }
  .hero_visual .swiper-controller-inner {
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0 20px 0 0;
    border-radius: 0;
    background: transparent; }
  .hero_visual .swiper-pagination {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 12px;
    width: 125px;
    color: #FFF; }
  .hero_visual .swiper-pagination-fraction {
    bottom: 0;
    font-size: 18px;
    font-weight: 200; }
  .hero_visual .swiper-pagination-fraction > span {
    width: 16px;
    padding: 8px 0;
    font-size: 24px;
    font-weight: 500;
    font-family: "Pretendard";
    color: #fff;
    line-height: 1.2; }
  .hero_visual .swiper-pagination-total {
    opacity: 0.4; }
  .hero__img img {
    margin: 0 auto; }
  .hero__cont {
    max-width: 720px;
    height: auto;
    padding: 0 40px;
    top: 735px; } }

@media (max-width: 767px) {
  .hero_visual .swiper-container {
    width: 100%;
    aspect-ratio: 4/5;
    height: auto; }
  .hero_visual .swiper-controller {
    bottom: 2.78vw; }
  .hero_visual .swiper-controller-inner {
    padding: 0 2.78vw 0 0; }
  .hero_visual .swiper-pagination {
    gap: 0 1.67vw;
    width: 17.36vw; }
  .hero_visual .swiper-pagination-fraction {
    font-size: 2.5vw; }
  .hero_visual .swiper-pagination-fraction > span {
    width: 2.22vw;
    padding: 1.11vw 0;
    font-size: 3.33vw; } }

.home-popup #agreePopup {
  position: fixed;
  left: 40px;
  top: 220px;
  z-index: 101; }

.home-popup #agreePopup .agree-popup-inner {
  display: inline-block;
  position: relative; }

.home-popup #agreePopup .agree-popup-inner a {
  position: absolute;
  opacity: 0.9;
  text-indent: -9999em; }

.home-popup #agreePopup .agree-popup-inner a.today-x-btn {
  right: 43px;
  top: 9px;
  width: 120px; }

.home-popup #agreePopup .agree-popup-inner a.x-btn {
  right: 8px;
  top: 8px;
  width: 28px; }

.home-popup #agreePopup .agree-popup-inner a.use-btn {
  left: 50%;
  bottom: 40px;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  width: 310px;
  height: 45px; }

.evtPopupDim {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999; }

#evtPopup.home-popup {
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 700px;
  height: 830px;
  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;
  z-index: 999; }

#evtPopup.home-popup > .evt-popup-frame .evt-popup-inner {
  position: relative; }

#evtPopup.home-popup > .evt-popup-frame .evt-popup-btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer; }

#evtPopup.home-popup > .evt-popup-frame .evt-popup-inner-foot {
  text-align: right;
  color: #fff; }

#evtPopup.home-popup > .evt-popup-frame .evt-popup-inner-foot a {
  color: #fff; }

#evtPopup.home-popup .mo_pop {
  display: none; }

@media (max-width: 960px) {
  #evtPopup.home-popup {
    width: 95%;
    height: auto; }
  #evtPopup.home-popup .pc_pop {
    display: none; }
  #evtPopup.home-popup .mo_pop {
    display: initial; } }

@media (min-width: 665px) and (max-width: 943px) {
  #evtPopup.home-popup > .evt-popup-frame .evt-popup-inner {
    width: 630px;
    height: 750px;
    margin: 0 auto; } }

.evtPopupDim {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999; }

#evtPopupIndex.index-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(calc(-50% + 0.5px), calc(-50% + 1px));
      -ms-transform: translate(calc(-50% + 0.5px), calc(-50% + 1px));
          transform: translate(calc(-50% + 0.5px), calc(-50% + 1px));
  width: 100%;
  max-width: 715px;
  height: 796px;
  padding: 0;
  background: url(/assets/image/popup/230504_bg_one_price_pop.png) no-repeat top;
  z-index: 999; }

#evtPopupIndex.index-popup > .evt-popup-frame {
  max-width: 623px;
  margin: 0 auto; }

#evtPopupIndex.index-popup > .evt-popup-frame .evt-popup-inner {
  position: relative;
  padding: 80px 90px 0;
  background: none; }

#evtPopupIndex.index-popup > .evt-popup-frame .evt-popup-inner > h4 {
  margin-bottom: 38px;
  line-height: 26px;
  color: #365370;
  font-family: 'Pretendard';
  font-size: 26px;
  font-weight: 700;
  text-align: center; }

#evtPopupIndex.index-popup > .evt-popup-frame .evt-popup-inner > h5 {
  position: absolute;
  left: 50%;
  bottom: -60px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  line-height: 21px;
  color: #365370;
  font-family: 'Pretendard';
  font-size: 21px;
  font-weight: 700;
  text-align: center; }

#evtPopupIndex.index-popup > .evt-popup-frame .evt-popup-inner > .pop_scroll {
  height: 365px;
  padding-right: 18px;
  overflow-y: auto;
  color: #000;
  font-family: 'Pretendard';
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: -0.18px;
  word-break: keep-all;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

#evtPopupIndex.index-popup > .evt-popup-frame .evt-popup-inner > .pop_scroll::-webkit-scrollbar {
  width: 8px; }

#evtPopupIndex.index-popup > .evt-popup-frame .evt-popup-inner > .pop_scroll::-webkit-scrollbar-thumb {
  background-color: #dae3ed; }

#evtPopupIndex.index-popup > .evt-popup-frame .evt-popup-inner > .pop_scroll::-webkit-scrollbar-track {
  width: 8px;
  background: rgba(0, 0, 0, 0.05); }

#evtPopupIndex.index-popup > .evt-popup-frame .evt-popup-inner > .pop_scroll > span {
  color: #4076af;
  font-weight: 600; }

#evtPopupIndex.index-popup > .evt-popup-frame .evt-popup-inner > .pop_scroll a {
  display: block;
  padding-right: 86px;
  margin-top: 22px;
  max-width: 185px;
  font-weight: 700;
  font-size: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(/assets/image/popup/230504_icon_right.png) right 4px no-repeat; }

#evtPopupIndex.index-popup > .evt-popup-frame .evt-popup-inner > .pop_scroll a.show-mo {
  display: none; }

#evtPopupIndex.index-popup > .evt-popup-frame .evt-popup-inner > .pop_scroll a > span {
  color: #365370; }

#evtPopupIndex.index-popup > .evt-popup-frame .evt-popup-btn-close {
  position: absolute;
  top: 0;
  right: -9%;
  width: 9%;
  height: 9%;
  cursor: pointer; }

#evtPopupIndex.index-popup > .evt-popup-foot {
  position: absolute;
  left: 40px;
  top: 785px; }

#evtPopupIndex.index-popup > .evt-popup-foot a {
  opacity: 80%;
  line-height: 15px;
  color: #fff;
  font-family: 'Pretendard';
  font-size: 14px;
  font-weight: 300; }

#evtPopupIndex.index-popup > .evt-popup-foot a.x-btn {
  padding-left: 15px;
  margin-left: 15px;
  border-left: 1px solid #fff; }

@media (max-width: 59.99em) {
  #evtPopupIndex.index-popup {
    max-width: 640px;
    height: 913px;
    background: url(/assets/image/popup/230504_bg_one_price_pop_MO.png) no-repeat top; }
  #evtPopupIndex.index-popup > .evt-popup-frame {
    max-width: none;
    padding: 0 10px 0 7px;
    margin: 0 auto;
    background: none; }
  #evtPopupIndex.index-popup > .evt-popup-frame .evt-popup-inner {
    padding: 126px 74px 0; }
  #evtPopupIndex.index-popup > .evt-popup-frame .evt-popup-inner > h4 {
    margin-bottom: 30px;
    line-height: 30px;
    font-size: 30px; }
  #evtPopupIndex.index-popup > .evt-popup-frame .evt-popup-inner > h5 {
    bottom: -65px;
    line-height: 24px;
    font-size: 24px; }
  #evtPopupIndex.index-popup > .evt-popup-frame .evt-popup-inner > .pop_scroll {
    height: 435px;
    padding: 0;
    overflow-y: hidden;
    font-size: 21px;
    line-height: 26px;
    letter-spacing: -0.21px; }
  #evtPopupIndex.index-popup > .evt-popup-frame .evt-popup-inner > .pop_scroll > a {
    padding-right: 86px;
    margin-top: 17px;
    max-width: 250px;
    font-size: 21px;
    letter-spacing: -0.42px;
    background: url(/assets/image/popup/230504_icon_right.png) right 4px no-repeat; }
  #evtPopupIndex.index-popup > .evt-popup-frame .evt-popup-inner > .pop_scroll > a.show-pc {
    display: none; }
  #evtPopupIndex.index-popup > .evt-popup-frame .evt-popup-inner > .pop_scroll > a.show-mo {
    display: block; }
  #evtPopupIndex.index-popup > .evt-popup-frame .evt-popup-btn-close {
    right: 0;
    width: 9%;
    height: 9%; }
  #evtPopupIndex.index-popup > .evt-popup-foot {
    top: 900px;
    left: 10px; } }

@media (max-width: 44.99em) {
  #evtPopupIndex.index-popup {
    max-width: 320px;
    height: 456px;
    background: url(/assets/image/popup/230504_bg_one_price_pop_MO.png) no-repeat top;
    background-size: 100%; }
  #evtPopupIndex.index-popup > .evt-popup-frame {
    padding: 0 5px 0 3px; }
  #evtPopupIndex.index-popup > .evt-popup-frame .evt-popup-inner {
    padding: 63px 37px 0; }
  #evtPopupIndex.index-popup > .evt-popup-frame .evt-popup-inner > h4 {
    margin-bottom: 15px;
    line-height: 15px;
    font-size: 15px; }
  #evtPopupIndex.index-popup > .evt-popup-frame .evt-popup-inner > h5 {
    bottom: -32px;
    line-height: 12px;
    font-size: 12px; }
  #evtPopupIndex.index-popup > .evt-popup-frame .evt-popup-inner > .pop_scroll {
    height: 217px;
    font-size: 10px;
    line-height: 13px;
    letter-spacing: -0.1px; }
  #evtPopupIndex.index-popup > .evt-popup-frame .evt-popup-inner > .pop_scroll > a {
    padding-right: 43px;
    margin-top: 8px;
    max-width: 125px;
    font-size: 10px;
    letter-spacing: -0.21px;
    background: url(/assets/image/popup/230504_icon_right.png) right 4px no-repeat;
    background-size: 37px; }
  #evtPopupIndex.index-popup > .evt-popup-foot {
    right: 5px;
    top: 445px; }
  #evtPopupIndex.index-popup > .evt-popup-foot a {
    line-height: 10px;
    font-size: 10px; }
  #evtPopupIndex.index-popup > .evt-popup-foot a.x-btn {
    padding-left: 6px;
    margin-left: 6px; } }

.home-recent {
  max-width: 500px;
  margin: 0 auto 8rem; }

@media (min-width: 60em) {
  .home-recent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    margin-bottom: 10rem; }
  .home-recent .home-notice,
  .home-recent .home-sbanner {
    width: 50%; } }

.home-notice {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3rem 2rem 0;
  background: #F5F7F7; }

.home-notice .news {
  margin-top: 1.5rem; }

.home-notice .news-btn:before {
  content: '\ea08';
  display: inline-block;
  font-family: 'icon';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  position: absolute;
  top: 2.5rem;
  right: 1.5rem;
  font-size: 2.5rem; }

.home-notice .news__item {
  padding: 2.6rem 0;
  border-top: 1px solid rgba(32, 32, 32, 0.1); }

.home-notice .news__item:first-child {
  border-top: 2px solid rgba(32, 32, 32, 0.6); }

.home-notice .news__cate {
  color: #58686F; }

.home-notice .news__h {
  height: 22px;
  margin: 0;
  font-size: 1.6rem;
  color: #242A2D;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  word-wrap: normal; }

@media (min-width: 60em) {
  .home-notice {
    padding: 4rem 4rem 2rem; }
  .home-notice .news-btn::before {
    top: 3.5rem;
    right: 4rem; }
  .home-notice .news__item {
    padding: 1.9rem 0; }
  .home-notice .news__a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .home-notice .news__cate {
    display: block;
    width: 150px; }
  .home-notice .news__h {
    width: calc(100% - 150px); } }

.home-sbanner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3rem 2rem;
  text-align: center;
  background: #f1e7de; }

.home-sbanner .sbanner {
  padding: 3rem 2rem;
  background: #FFF; }

.home-sbanner .sbanner__cap {
  margin: 0;
  margin-bottom: 2rem;
  font-size: 1.4rem;
  font-weight: 400;
  color: #202020;
  line-height: 1.4; }

.home-sbanner .sbanner__h {
  margin-bottom: 2rem; }

@media (min-width: 60em) {
  .home-sbanner {
    padding: 3rem; }
  .home-sbanner .sbanner {
    padding: 2.5rem 2rem 3rem; }
  .home-sbanner .sbanner-img {
    max-width: 300px; }
  .home-sbanner .sbanner__cap {
    margin-bottom: 1rem; } }

.home-review {
  text-align: center;
  margin: 0 auto 40px; }

.home-review .review {
  margin-top: 40px; }

.home-review .review__a {
  display: block; }

.home-review .review__a img {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }

.no-touchevents .home-review .review__a:hover img, .no-touchevents .home-review .review__a:focus img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); }

.home-review .review__cont {
  padding: 15px 0; }

.home-review .review__cate {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  color: #202020; }

.home-review .review__h {
  margin: 1rem 0;
  color: #353f43; }

.home-review .review__info {
  display: block;
  font-size: 1.5rem; }

.home-review .review-btn {
  margin: 2.5rem 0 9rem; }

.home-review .review-btn__link {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 56px;
  line-height: 56px;
  border: 1px solid #93A3A9;
  border-radius: 50%; }

.home-review .review-btn__link::before, .home-review .review-btn__link::after {
  content: '';
  position: absolute;
  width: 20px;
  top: 50%;
  left: 50%;
  height: 0;
  border-bottom: 2px solid #202020; }

.home-review .review-btn__link::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(90deg);
          transform: translateX(-50%) translateY(-50%) rotate(90deg); }

.home-review .review-btn__link::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(180deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(180deg);
          transform: translateX(-50%) translateY(-50%) rotate(180deg); }

@media (min-width: 45em) {
  .home-review {
    max-width: none; } }

@media (min-width: 60em) {
  .home-review .review {
    margin-top: 6rem; }
  .home-review .review__h {
    margin: 1rem 3rem 1.8rem;
    word-break: keep-all;
    word-wrap: break-word; }
  .home-review .review-btn {
    margin: 2.8rem 0 9rem; } }
