@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: 1023px) {
  .show_mo {
    display: block; }
  .show_pc {
    display: none !important; } }

.sc_main {
  padding: 120px 0; }

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

.sc_main .cont_w_inner {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0; }

.sc_main .tit {
  margin-bottom: 80px;
  font-size: 50px;
  font-weight: 700;
  color: #000;
  line-height: 1;
  letter-spacing: -1px; }

.sc_main .tit span {
  color: #148ce6; }

.sc_main .tit .dot {
  position: relative;
  font-weight: 700;
  font-family: "Pretendard"; }

.sc_main .tit .dot::after {
  content: "";
  position: absolute;
  bottom: 7px;
  right: -17px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #148ce6; }

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

.sc_main .tabs {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.sc_main .tab_nav_item {
  cursor: pointer;
  width: calc(100%/5);
  font-size: 20px;
  font-weight: 500;
  color: #999;
  line-height: 80px;
  text-align: center;
  background: #f4f7f9; }

.sc_main .tab_nav_item.current {
  color: #fff;
  background: #148ce6; }

.sc_main .tab_nav_item:first-child {
  border-radius: 10px 0 0 10px; }

.sc_main .tab_nav_item:last-child {
  border-radius: 0 10px 10px 0; }

.sc_main .tab_video {
  cursor: pointer; }

.sc_main .tab_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.sc_main .tab_item {
  display: none;
  padding: 38px 58px 52px;
  border-radius: 20px;
  background: #f4f7f9; }

.sc_main .tab_item.current {
  display: block; }

.sc_main .tab_tit {
  padding-left: 20px;
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 700;
  color: #000;
  line-height: 1;
  letter-spacing: -0.52px;
  white-space: nowrap; }

.sc_main .tab_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 11.3px 11.3px 51px 0 rgba(171, 175, 178, 0.2);
          box-shadow: 11.3px 11.3px 51px 0 rgba(171, 175, 178, 0.2); }

.sc_main .tab_cont img {
  display: block; }

.sc_main .btn_basic {
  display: inline-block;
  padding: 0 56px 0 30px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 48px;
  letter-spacing: -0.32px;
  border-radius: 25px;
  background: url(/assets/image/main/ico_arrow_r.png) no-repeat calc(100% - 30px);
  border: 1px solid #fff; }

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

.sc_textbooks .tab_nav_item, .sc_system .tab_nav_item {
  width: 25%; }

.sc_teacher {
  background: #eef7fe; }

.sc_teacher_cont {
  margin-bottom: 30px; }

.sc_teacher_cont .txt, .sc_teacher_cont .tit {
  text-align: center; }

.sc_teacher .tab_nav_item, .sc_teacher .tab_item {
  background: #fff; }

.sc_teacher .tab_cont {
  padding: 4px;
  aspect-ratio: 16/9; }

.sc_teacher .tab_cont > div, .sc_teacher .tab_cont img {
  width: 1075px;
  border-radius: 20px;
  overflow: hidden; }

@media (min-width: 1024px) {
  .sc_teacher .tab_item {
    height: 745px;
    padding: 65px 58px; } }

.sc_exam {
  padding-bottom: 0;
  background: #f4f7f9; }

.sc_exam .txt, .sc_exam .tit {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0; }

.sc_exam_cont {
  -webkit-transition: opacity 0.5s ease-out, delay 0.9s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.5s ease-out, delay 0.9s ease-out, -webkit-transform 0.6s ease-out;
  -o-transition: transform 0.6s ease-out, opacity 0.5s ease-out, delay 0.9s ease-out;
  transition: transform 0.6s ease-out, opacity 0.5s ease-out, delay 0.9s ease-out;
  transition: transform 0.6s ease-out, opacity 0.5s ease-out, delay 0.9s ease-out, -webkit-transform 0.6s ease-out; }

@media (min-width: 1024px) {
  .sc_exam_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .sc_exam_box .box_bg {
    -webkit-animation: stepin2 5s steps(3) infinite;
            animation: stepin2 5s steps(3) infinite;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s; } }

.sc_exam_swiper {
  width: 100%; }

.sc_exam .box_bg {
  z-index: 1;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100%/3);
  height: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background: -o-linear-gradient(308deg, #0dccff, #4760ff);
  background: linear-gradient(142deg, #0dccff, #4760ff); }

.sc_exam .box_bg_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.sc_exam .box_item {
  z-index: 1;
  width: calc(100%/3);
  height: 720px;
  padding: 188px 0px;
  text-align: center; }

.sc_exam .box_item_bg1 {
  position: absolute;
  top: 0;
  left: calc(calc(100%/3)*0);
  width: calc(100%/3);
  height: 720px;
  background: url(/assets/image/main/img_exam_item1.png) no-repeat center;
  background-size: cover; }

.sc_exam .box_item:nth-child(1) .box_tit::before {
  background: url(/assets/image/main/ico_exam_item1.png) no-repeat top;
  background-size: 92px; }

.sc_exam .box_item_bg2 {
  position: absolute;
  top: 0;
  left: calc(calc(100%/3)*1);
  width: calc(100%/3);
  height: 720px;
  background: url(/assets/image/main/img_exam_item2.png) no-repeat center;
  background-size: cover; }

.sc_exam .box_item:nth-child(2) .box_tit::before {
  background: url(/assets/image/main/ico_exam_item2.png) no-repeat top;
  background-size: 92px; }

.sc_exam .box_item_bg3 {
  position: absolute;
  top: 0;
  left: calc(calc(100%/3)*2);
  width: calc(100%/3);
  height: 720px;
  background: url(/assets/image/main/img_exam_item3.png) no-repeat center;
  background-size: cover; }

.sc_exam .box_item:nth-child(3) .box_tit::before {
  background: url(/assets/image/main/ico_exam_item3.png) no-repeat top;
  background-size: 92px; }

.sc_exam .box_tit {
  margin: 0 0 26px;
  font-size: 35px;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
  letter-spacing: -0.7px;
  text-align: center;
  -webkit-transition: opacity 0.5s ease-out, delay 0.9s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.5s ease-out, delay 0.9s ease-out, -webkit-transform 0.6s ease-out;
  -o-transition: transform 0.6s ease-out, opacity 0.5s ease-out, delay 0.9s ease-out;
  transition: transform 0.6s ease-out, opacity 0.5s ease-out, delay 0.9s ease-out;
  transition: transform 0.6s ease-out, opacity 0.5s ease-out, delay 0.9s ease-out, -webkit-transform 0.6s ease-out; }

.sc_exam .box_tit:before {
  content: "";
  display: block;
  width: 100%;
  height: 62px;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.sc_exam .box_desc {
  margin: 0 0 26px;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  line-height: 1.5;
  letter-spacing: -0.4px;
  text-align: center;
  white-space: nowrap; }

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

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

@-webkit-keyframes stepin2 {
  0% {
    left: 0; }
  100% {
    left: 100%; } }

@keyframes stepin2 {
  0% {
    left: 0; }
  100% {
    left: 100%; } }

.sc_review {
  padding: 0 0 120px;
  text-align: center;
  background: #f4f7f9; }

.sc_review .cont_inner {
  max-width: none;
  padding: 0; }

.sc_review .tit {
  line-height: 1.15; }

.sc_review .slide_box {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.sc_review .slide_box.box1 {
  max-width: 1200px;
  margin: 0 auto 120px; }

@media (min-width: 1024px) {
  .sc_review .slide_box.box1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; } }

.sc_review .slide_box.box1 .slide_desc {
  padding-top: 120px;
  min-width: 305px; }

.sc_review .slide_box.box2 .slide_desc {
  max-width: 1200px;
  margin: 0 auto; }

.sc_review .slide_desc {
  text-align: left; }

.sc_review .review_swiper {
  width: 2000px;
  padding: 120px 0 50px;
  margin-left: auto;
  overflow: hidden; }

.sc_review .review_swiper .swiper-slide {
  width: 720px;
  margin-right: 40px;
  border-radius: 20px;
  background: #fff; }

.sc_review .review_swiper .swiper-slide img {
  opacity: 0.2; }

.sc_review .review_swiper .swiper-slide-active {
  -webkit-box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.16); }

.sc_review .review_swiper .swiper-slide-active img {
  opacity: 1; }

.sc_review .review_swiper_paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: absolute;
  top: auto;
  left: -305px;
  bottom: 0px;
  width: 100%;
  max-width: 1200px;
  height: 2px;
  background: #e6e6e6; }

.sc_review .review_swiper_paging .swiper-pagination-bullet {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 2px;
  margin: 0;
  border: none;
  background: #a7a7a7; }

.sc_review .review_swiper_paging .swiper-pagination-bullet-active {
  opacity: 1;
  -webkit-animation-name: countingBar;
          animation-name: countingBar;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

@-webkit-keyframes countingBar {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

@keyframes countingBar {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

.sc_review .review_swiper_control {
  position: absolute;
  left: -305px;
  bottom: 50px;
  width: 90px;
  height: 40px; }

.sc_review .review_swiper_control button {
  width: 40px;
  height: 40px;
  right: 0;
  opacity: 1;
  background: url(/assets/image/main/ico_arrow.svg) no-repeat center;
  z-index: 5; }

.sc_review .review_swiper_control button::before {
  display: none; }

.sc_review .review_swiper_control button.swiper-button-next {
  left: auto;
  right: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.sc_review .linear_swiper {
  height: 240px; }

.sc_review .linear_swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
     transition-timing-function: linear; }

.sc_review .linear_swiper .swiper-slide {
  width: 1373px; }

.sc_up {
  background: url(/assets/image/main/bg_up.png) no-repeat top, -webkit-gradient(linear, left top, right top, from(#2d06a6), to(#661a9d));
  background: url(/assets/image/main/bg_up.png) no-repeat top, -o-linear-gradient(left, #2d06a6, #661a9d);
  background: url(/assets/image/main/bg_up.png) no-repeat top, linear-gradient(90deg, #2d06a6, #661a9d);
  background-size: 1920px 100%; }

.sc_up .cont_inner::after {
  content: "";
  position: absolute;
  top: -120px;
  left: -350px;
  width: 860px;
  aspect-ratio: 215 / 113;
  background: url(/assets/image/main/ico_medal.png) no-repeat top; }

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

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

.sc_analysis {
  background: #f4f7f9; }

.sc_analysis .box {
  overflow: hidden;
  padding: 122px 0 50px; }

.sc_analysis .box2 {
  margin-top: 80px; }

.sc_analysis .box1 {
  background: url(/assets/image/main/bg_analysis_box1.png) no-repeat center;
  background-size: 100% 100%; }

.sc_analysis .box2 {
  background: url(/assets/image/main/bg_analysis_box2.png) no-repeat center;
  background-size: 100% 100%; }

.sc_analysis .txt {
  margin-bottom: 0; }

.sc_analysis .tit {
  margin: 16px 0 30px; }

.sc_analysis .tit span {
  color: #11fe7b; }

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

.sc_analysis .center_swiper {
  padding-bottom: 66px; }

.sc_analysis .swiper-slide {
  opacity: 0.2; }

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

.sc_analysis .swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

.sc_analysis .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin: 0 !important;
  border: none;
  background: #000 !important;
  opacity: 0.3; }

.sc_analysis .swiper-pagination-bullet:last-child {
  margin-left: 15px !important; }

.sc_analysis .swiper-pagination-bullet-active {
  opacity: 1; }

.sc_device {
  padding: 220px 0;
  text-align: center;
  background: #FF6833; }

.sc_device.bg1 {
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  background: #FF6833; }

.sc_device.bg1 .slide_desc::after {
  color: #FF6833; }

.sc_device.bg2 {
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  background: #C4CCD6; }

.sc_device.bg2 .slide_desc::after {
  color: #C4CCD6; }

.sc_device.bg3 {
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  background: #21432D; }

.sc_device.bg3 .slide_desc::after {
  color: #21432D; }

.sc_device.bg1 .slide_desc::after {
  color: #FFF700; }

.sc_device.bg2 .slide_desc::after {
  color: #6E6E6E; }

.sc_device.bg3 .slide_desc::after {
  color: #0ED55D; }

.sc_device.bg1 .slide_desc::after {
  content: "홈런북 스마트커버"; }

.sc_device.bg2 .slide_desc::after {
  content: "홈런북 프리미엄 퓨어그레이"; }

.sc_device.bg3 .slide_desc::after {
  content: "홈런북 프리미엄 에버그린"; }

.sc_device .inner {
  max-width: none;
  padding: 0; }

.sc_device .slide_box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.sc_device .slide_desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 455px;
  padding-top: 38px;
  margin-right: 240px;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.sc_device .slide_desc::after {
  content: "홈런북 스마트커버";
  position: absolute;
  top: 0;
  font-size: 34px;
  font-weight: 500;
  color: #0ed55d;
  line-height: 1; }

.sc_device .slide_desc h3 {
  margin-top: 20px;
  font-size: 50px;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
  letter-spacing: -1px; }

.sc_device .slide_list {
  position: relative;
  width: 340px;
  height: 340px; }

.sc_device .slide_list::after {
  content: "";
  position: absolute;
  top: -105px;
  left: -118px;
  width: 280px;
  height: 278px;
  background: url(https://www.home-learn.co.kr/front/imgs/main_2023/bg_top_obj_1_2.png) no-repeat;
  background-size: 280px; }

.sc_device .device_list {
  width: 1000px;
  height: 340px;
  overflow: hidden; }

.sc_device .device_list .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 340px;
  height: 340px; }

.sc_device .device_list .swiper-slide img {
  width: 274px; }

.sc_device .device_list .swiper-slide-prev {
  opacity: 0; }

.sc_device .device_origin {
  position: absolute;
  top: 0;
  width: 340px;
  height: 340px;
  border-radius: 45px;
  background: #fff;
  overflow: hidden;
  z-index: 1; }

.sc_device .device_origin .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.sc_device .device_origin .swiper-slide img {
  width: 274px; }

.sc_device .device_origin .swiper-slide-active {
  opacity: 0; }

.sc_device .device_origin small {
  color: #0ED55D;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3; }

.sc_only {
  text-align: center;
  background: url(/assets/image/main/bg_only.png) no-repeat top, -webkit-gradient(linear, left top, right top, color-stop(50%, #000c29), color-stop(50%, #001b41));
  background: url(/assets/image/main/bg_only.png) no-repeat top, -o-linear-gradient(left, #000c29 50%, #001b41 50%);
  background: url(/assets/image/main/bg_only.png) no-repeat top, linear-gradient(to right, #000c29 50%, #001b41 50%);
  background-size: 1920px 100%; }

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

@media (max-width: 1023px) {
  .sc_main {
    padding: 160px 0; }
  .sc_main .cont_inner, .sc_main .cont_w_inner {
    max-width: 720px;
    padding: 0 40px; }
  .sc_main .tit {
    margin-bottom: 90px;
    line-height: 1.2;
    font-size: 65px;
    letter-spacing: -1.3px; }
  .sc_main .tit .dot::after {
    bottom: 11px;
    right: -20px;
    width: 12px;
    height: 12px; }
  .sc_main .txt {
    margin-bottom: 21px;
    font-size: 34px;
    letter-spacing: -0.68px; }
  .sc_main .tabs {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 18px 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 30px;
    margin-bottom: 0; }
  .sc_main .tab_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 80px 0;
    border-radius: 20px;
    background: #f4f7f9; }
  .sc_main .tab_nav_item {
    width: calc((100% - 20px) / 2);
    line-height: 91px;
    font-size: 24px;
    font-weight: 600;
    background: #fff; }
  .sc_main .tab_nav_item:nth-child(n) {
    border-radius: 10px; }
  .sc_main .tab_item {
    padding: 0;
    text-align: center; }
  .sc_main .tab_mo_tit {
    margin-bottom: 30px;
    font-size: 42px;
    font-weight: 700;
    color: #148ce6;
    line-height: 1;
    letter-spacing: -0.84px; }
  .sc_main .tab_tit {
    padding: 0;
    margin-bottom: 30px;
    line-height: 1.25;
    font-size: 32px;
    letter-spacing: -0.64px; }
  .sc_main .tab_cont {
    padding: 0 30px;
    aspect-ratio: auto;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: none; }
  .sc_main .tab_cont img {
    border-radius: 20px;
    -webkit-box-shadow: 11.3px 11.3px 51px 0 rgba(171, 175, 178, 0.2);
            box-shadow: 11.3px 11.3px 51px 0 rgba(171, 175, 178, 0.2); }
  .sc_main .btn_basic {
    z-index: 10;
    padding: 0 70px 0 40px;
    line-height: 65px;
    font-size: 24px;
    letter-spacing: -0.49px;
    border-radius: 32px;
    background: url(/assets/image/main/ico_arrow_r.png) no-repeat calc(100% - 40px); }
  .sc_teacher .cont_inner {
    padding: 0; }
  .sc_teacher_cont {
    margin-bottom: 0; }
  .sc_teacher .txt {
    line-height: 1.25; }
  .sc_teacher .tabs {
    width: 100%;
    padding: 0 40px;
    margin: 0 auto; }
  .sc_teacher .tab_box {
    gap: 75px 0; }
  .sc_teacher .tab_nav_item, .sc_teacher .tab_item {
    background: #fff; }
  .sc_teacher .tab_nav_item {
    width: calc((100% - 40px) / 3); }
  .sc_teacher .tab_box {
    padding: 0;
    background: none; }
  .sc_teacher .tab_cont {
    padding: 0;
    border-radius: 0; }
  .sc_teacher .tab_cont > div, .sc_teacher .tab_cont img {
    border-radius: 0; }
  .sc_exam {
    padding-bottom: 0; }
  .sc_exam_swiper {
    width: 900px; }
  .sc_exam .box_item {
    opacity: 1;
    width: 600px;
    height: 650px;
    padding-top: 178px;
    padding: 122px 0;
    border-radius: 20px; }
  .sc_exam .box_item.item1 {
    background: url(/assets/image/main/img_exam_item1.png) no-repeat center;
    background-size: cover; }
  .sc_exam .box_item.item1 .box_tit::before {
    background: url(/assets/image/main/ico_exam_item1.png) no-repeat top;
    background-size: 99px; }
  .sc_exam .box_item.item2 {
    background: url(/assets/image/main/img_exam_item2.png) no-repeat center;
    background-size: cover; }
  .sc_exam .box_item.item2 .box_tit::before {
    background: url(/assets/image/main/ico_exam_item2.png) no-repeat top;
    background-size: 99px; }
  .sc_exam .box_item.item3 {
    background: url(/assets/image/main/img_exam_item3.png) no-repeat center;
    background-size: cover; }
  .sc_exam .box_item.item3 .box_tit::before {
    background: url(/assets/image/main/ico_exam_item3.png) no-repeat top;
    background-size: 99px; }
  .sc_exam .box_tit {
    z-index: 1;
    margin-bottom: 25px;
    font-size: 45px;
    letter-spacing: -0.91px; }
  .sc_exam .box_tit:before {
    width: 100%;
    height: 60px;
    margin-bottom: 30px; }
  .sc_exam .box_desc {
    z-index: 1;
    font-size: 25px;
    letter-spacing: -0.51px; }
  .sc_exam .swiper-slide {
    margin-right: 30px; }
  .sc_exam .swiper-slide-active::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    border-radius: 20px;
    background: -o-linear-gradient(325deg, #17b8fd, #3c6ff6);
    background: linear-gradient(125deg, #17b8fd, #3c6ff6); }
  .sc_review {
    padding: 160px 0; }
  .sc_review .cont_inner {
    max-width: none;
    padding: 0; }
  .sc_review .tit {
    line-height: 1.15; }
  .sc_review .slide_box {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .sc_review .slide_box.box1 {
    max-width: 720px;
    padding: 0 40px;
    margin: 0 auto; }
  .sc_review .slide_box.box1 .tit {
    margin-bottom: 0; }
  .sc_review .slide_box.box1 .slide_desc {
    padding-top: 0;
    min-width: none; }
  .sc_review .slide_box.box2 .slide_desc {
    max-width: 720px;
    padding: 0 40px; }
  .sc_review .slide_desc {
    text-align: left; }
  .sc_review .review_swiper {
    width: 880px;
    padding: 0;
    margin: 0 auto;
    overflow: hidden; }
  .sc_review .review_swiper .swiper-slide {
    width: 440px;
    padding: 90px 0 160px;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: none; }
  .sc_review .review_swiper .swiper-slide img {
    opacity: 0.2; }
  .sc_review .review_swiper .swiper-slide-active img {
    opacity: 1;
    border-radius: 20px;
    -webkit-box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.16); }
  .sc_review .linear_swiper {
    height: 273px; }
  .sc_review .linear_swiper .swiper-slide {
    width: 2203px;
    height: 273px; }
  .sc_up {
    position: relative;
    padding: 170px 0 130px;
    background: url(/assets/image/main/bg_up_MO.png) no-repeat top, -webkit-gradient(linear, left top, left bottom, from(#2d06a6), to(#661a9d));
    background: url(/assets/image/main/bg_up_MO.png) no-repeat top, -o-linear-gradient(top, #2d06a6, #661a9d);
    background: url(/assets/image/main/bg_up_MO.png) no-repeat top, linear-gradient(180deg, #2d06a6, #661a9d);
    background-size: 600px;
    background-position: calc(100% - 120px) top; }
  .sc_up .cont_inner {
    padding: 0; }
  .sc_up .cont_inner::after {
    display: none; }
  .sc_up .cont_inner::before {
    content: "";
    position: absolute;
    top: -205px;
    left: -30px;
    width: 252px;
    height: 197px;
    background: url(/assets/image/main/ico_up_badge.png) no-repeat center;
    background-size: cover; }
  .sc_up .txt, .sc_up .tit {
    padding-left: 40px;
    text-align: left; }
  .sc_up .tit {
    margin-bottom: 60px; }
  .sc_analysis .cont_inner {
    padding: 0; }
  .sc_analysis .box {
    border-radius: 40px;
    text-align: center; }
  .sc_analysis .box .txt {
    font-size: 32px; }
  .sc_analysis .box .tit {
    margin: 15px 0 40px;
    line-height: 1.2;
    font-size: 50px; }
  .sc_analysis .box1 {
    position: relative;
    padding: 170px 0 90px;
    background: url(/assets/image/main/ico_clover.png) no-repeat center 120px, url(/assets/image/main/ico_bg_clover.png) no-repeat bottom left, url(/assets/image/main/ico_bg_clover2.png) no-repeat right 343px, -o-linear-gradient(315deg, #3700AD, #6007E6);
    background: url(/assets/image/main/ico_clover.png) no-repeat center 120px, url(/assets/image/main/ico_bg_clover.png) no-repeat bottom left, url(/assets/image/main/ico_bg_clover2.png) no-repeat right 343px, linear-gradient(135deg, #3700AD, #6007E6); }
  .sc_analysis .box1 > img {
    margin: 0 auto; }
  .sc_analysis .box1 .center_swiper {
    padding: 135px 0 105px;
    margin-bottom: 50px;
    background: url(/assets/image/main/bg_analysis_box1_cslide.png) no-repeat top; }
  .sc_analysis .box2 {
    padding: 120px 0 96px;
    margin-top: 70px;
    background: url(/assets/image/main/ico_half.png) no-repeat center 70px, url(/assets/image/main/ico_bg_clover2.png) no-repeat right 243px, -o-linear-gradient(315deg, #7A00AD, #6007E6);
    background: url(/assets/image/main/ico_half.png) no-repeat center 70px, url(/assets/image/main/ico_bg_clover2.png) no-repeat right 243px, linear-gradient(135deg, #7A00AD, #6007E6); }
  .sc_analysis .box2 .swiper-slide {
    width: 550px; }
  .sc_analysis .center_swiper {
    overflow: hidden;
    position: relative;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0; }
  .sc_analysis .swiper-slide {
    width: 352px; }
  .sc_analysis .swiper-pagination {
    left: 50%;
    bottom: 60px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .sc_analysis .swiper-pagination-bullet {
    width: 24px;
    height: 24px; }
  .sc_analysis .swiper-pagination-bullet:nth-child(n) {
    margin-left: 20px !important; }
  .sc_analysis .swiper-pagination-bullet:first-child {
    margin-left: 0 !important; }
  .sc_analysis .swiper-pagination-bullet-active {
    opacity: 1;
    background: #4e04cd !important; }
  .sc_device .slide_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .sc_device .slide_desc {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 100%;
    height: auto;
    padding: 56px 0 105px;
    margin: 0;
    text-align: center; }
  .sc_device .slide_desc::after {
    content: "NEW 홈런북";
    width: 100%;
    color: #0ED55D;
    font-size: 34px;
    letter-spacing: -0.68px; }
  .sc_device .slide_desc h3 {
    margin: 0;
    line-height: 1.2;
    font-size: 65px;
    letter-spacing: -1.3px; }
  .sc_device .slide_list {
    width: 100%;
    height: 430px;
    max-width: 640px;
    margin: 0 auto; }
  .sc_device .slide_list::after {
    top: -129px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    max-width: 720px;
    height: 388px;
    background: url(https://www.home-learn.co.kr/front/imgs/main_2023/bg_top_obj_1_2.png) no-repeat;
    background-size: contain; }
  .sc_device .device_list {
    width: 1000px;
    height: 430px;
    margin-left: 105px;
    overflow: hidden; }
  .sc_device .device_list .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 430px;
    height: 430px; }
  .sc_device .device_list .swiper-slide img {
    width: 329px; }
  .sc_device .device_list .swiper-slide-prev {
    opacity: 0; }
  .sc_device .device_origin {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 430px;
    height: 430px;
    border-radius: 90px; }
  .sc_device .device_origin .swiper-slide img {
    width: 329px; }
  .sc_device .device_origin small {
    color: #0ED55D;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3; }
  .sc_only {
    background: -o-linear-gradient(315deg, #000c29, #001b41);
    background: linear-gradient(135deg, #000c29, #001b41); }
  .sc_only .tit, .sc_only .txt {
    padding-left: 2.78vw;
    text-align: left; } }

@media (max-width: 767px) {
  .sc_main {
    padding: 22.22vw 0; }
  .sc_main .cont_inner, .sc_main .cont_w_inner {
    padding: 0 5.56vw; }
  .sc_main .tit {
    margin-bottom: 12.5vw;
    font-size: 9.03vw;
    letter-spacing: -0.18vw; }
  .sc_main .tit .dot::after {
    bottom: 1.53vw;
    right: -2.78vw;
    width: 1.67vw;
    height: 1.67vw; }
  .sc_main .txt {
    margin-bottom: 2.92vw;
    font-size: 4.72vw;
    letter-spacing: -0.09vw; }
  .sc_main .tabs {
    gap: 2.5vw 2.78vw;
    padding: 0 4.17vw; }
  .sc_main .tab_box {
    gap: 6.94vw 0;
    padding: 11.11vw 0;
    border-radius: 2.78vw; }
  .sc_main .tab_nav_item {
    width: calc((100% - 2.78vw) / 2);
    line-height: 12.64vw;
    font-size: 3.33vw; }
  .sc_main .tab_nav_item:nth-child(n) {
    border-radius: 1.39vw; }
  .sc_main .tab_mo_tit {
    margin-bottom: 4.17vw;
    font-size: 5.83vw;
    letter-spacing: -0.12vw; }
  .sc_main .tab_tit {
    margin-bottom: 4.17vw;
    font-size: 4.44vw;
    letter-spacing: -0.09vw; }
  .sc_main .tab_cont {
    padding: 0 4.17vw; }
  .sc_main .tab_cont img {
    border-radius: 2.78vw;
    -webkit-box-shadow: 1.57vw 1.57vw 7.08vw 0 rgba(171, 175, 178, 0.2);
            box-shadow: 1.57vw 1.57vw 7.08vw 0 rgba(171, 175, 178, 0.2); }
  .sc_main .btn_basic {
    z-index: 10;
    padding: 0 9.72vw 0 5.56vw;
    line-height: 9.03vw;
    font-size: 3.33vw;
    letter-spacing: -0.07vw;
    border-radius: 4.44vw;
    background: url(/assets/image/main/ico_arrow_r.png) no-repeat calc(100% - 5.56vw);
    background-size: 2.22vw; }
  .sc_teacher .cont_inner {
    padding: 0; }
  .sc_teacher .tabs {
    padding: 0 5.56vw; }
  .sc_teacher .tab_box {
    gap: 10.42vw 0;
    padding: 0; }
  .sc_teacher .tab_cont {
    padding: 0; }
  .sc_teacher .tab_cont img {
    border-radius: 0; }
  .sc_teacher .tab_nav_item {
    width: calc((100% - 5.56vw) / 3); }
  .sc_exam_swiper {
    width: 125vw; }
  .sc_exam .box_item {
    width: 83.33vw;
    height: 90.28vw;
    padding: 16.67vw 0;
    border-radius: 2.78vw; }
  .sc_exam .box_tit {
    margin-bottom: 3.47vw;
    font-size: 6.25vw;
    letter-spacing: -0.13vw; }
  .sc_exam .box_tit:before {
    height: 8.33vw;
    margin-bottom: 4.17vw;
    background-size: 13.75vw !important; }
  .sc_exam .box_desc {
    font-size: 3.47vw;
    letter-spacing: -0.07vw; }
  .sc_exam .swiper-slide {
    margin-right: 4.17vw; }
  .sc_exam .swiper-slide-active::after {
    border-radius: 2.78vw; }
  .sc_review {
    padding: 22.22vw 0; }
  .sc_review .cont_inner {
    padding: 0; }
  .sc_review .slide_box.box1 {
    padding: 0 5.56vw; }
  .sc_review .slide_box.box2 .slide_desc {
    padding: 0 5.56vw; }
  .sc_review .review_swiper {
    width: 122.22vw; }
  .sc_review .review_swiper .swiper-slide {
    width: 61.11vw;
    padding: 12.5vw 0 22.22vw;
    margin-right: 5.56vw; }
  .sc_review .review_swiper .swiper-slide-active img {
    border-radius: 2.78vw;
    -webkit-box-shadow: 1.39vw 1.39vw 4.17vw 0 rgba(0, 0, 0, 0.16);
            box-shadow: 1.39vw 1.39vw 4.17vw 0 rgba(0, 0, 0, 0.16); }
  .sc_review .linear_swiper {
    height: 37.92vw; }
  .sc_review .linear_swiper .swiper-slide {
    width: 305.97vw;
    height: 37.92vw; }
  .sc_up {
    position: relative;
    padding: 23.61vw 0 18.06vw;
    background: url(/assets/image/main/bg_up_MO.png) no-repeat top, -webkit-gradient(linear, left top, left bottom, from(#2d06a6), to(#661a9d));
    background: url(/assets/image/main/bg_up_MO.png) no-repeat top, -o-linear-gradient(top, #2d06a6, #661a9d);
    background: url(/assets/image/main/bg_up_MO.png) no-repeat top, linear-gradient(180deg, #2d06a6, #661a9d);
    background-size: 80vw;
    background-position: right top; }
  .sc_up .cont_inner {
    padding: 0; }
  .sc_up .cont_inner::after {
    display: none; }
  .sc_up .cont_inner::before {
    content: "";
    position: absolute;
    top: -28.47vw;
    left: -4.17vw;
    width: 35.00vw;
    height: 27.36vw;
    background: url(/assets/image/main/ico_up_badge.png) no-repeat center;
    background-size: cover; }
  .sc_up .txt, .sc_up .tit {
    padding-left: 5.56vw;
    text-align: left; }
  .sc_up .tit {
    margin-bottom: 8.33vw; }
  .sc_analysis .cont_inner {
    padding: 0 5.56vw; }
  .sc_analysis .box {
    border-radius: 5.56vw;
    text-align: center; }
  .sc_analysis .box .txt {
    font-size: 4.44vw; }
  .sc_analysis .box .tit {
    margin: 2.08vw 0 5.56vw;
    line-height: 1.2;
    font-size: 6.94vw; }
  .sc_analysis .box1 {
    position: relative;
    padding: 23.61vw 0 12.50vw;
    background: url(/assets/image/main/ico_clover.png) no-repeat center 16.67vw, url(/assets/image/main/ico_bg_clover.png) no-repeat bottom left, url(/assets/image/main/ico_bg_clover2.png) no-repeat right 47.64vw, -o-linear-gradient(315deg, #3700AD, #6007E6);
    background: url(/assets/image/main/ico_clover.png) no-repeat center 16.67vw, url(/assets/image/main/ico_bg_clover.png) no-repeat bottom left, url(/assets/image/main/ico_bg_clover2.png) no-repeat right 47.64vw, linear-gradient(135deg, #3700AD, #6007E6);
    background-size: 4.17vw, 88.89vw, 54.58vw, auto; }
  .sc_analysis .box1 > img {
    width: 76.39vw;
    margin: 0 auto; }
  .sc_analysis .box1 .center_swiper {
    padding: 18.75vw 0 14.58vw;
    margin-bottom: 6.94vw;
    background: url(/assets/image/main/bg_analysis_box1_cslide.png) no-repeat top;
    background-size: 100% 100%; }
  .sc_analysis .box2 {
    padding: 16.67vw 0 13.33vw;
    margin-top: 9.72vw;
    background: url(/assets/image/main/ico_half.png) no-repeat center 9.72vw, url(/assets/image/main/ico_bg_clover2.png) no-repeat right 33.75vw, -o-linear-gradient(315deg, #7A00AD, #6007E6);
    background: url(/assets/image/main/ico_half.png) no-repeat center 9.72vw, url(/assets/image/main/ico_bg_clover2.png) no-repeat right 33.75vw, linear-gradient(135deg, #7A00AD, #6007E6);
    background-size: 4.17vw, 54.58vw, auto; }
  .sc_analysis .box2 .swiper-slide {
    width: 76.39vw; }
  .sc_analysis .center_swiper {
    overflow: hidden;
    position: relative;
    max-width: 76.39vw;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0; }
  .sc_analysis .swiper-slide {
    width: 48.89vw; }
  .sc_analysis .swiper-pagination {
    left: 50%;
    bottom: 8.33vw;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .sc_analysis .swiper-pagination-bullet {
    width: 3.33vw;
    height: 3.33vw; }
  .sc_analysis .swiper-pagination-bullet:nth-child(n) {
    margin-left: 2.78vw !important; }
  .sc_analysis .swiper-pagination-bullet:first-child {
    margin-left: 0 !important; }
  .sc_analysis .swiper-pagination-bullet-active {
    opacity: 1;
    background: #4e04cd !important; }
  .sc_device .slide_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .sc_device .slide_desc {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 100%;
    height: auto;
    padding: 7.78vw 0 14.58vw;
    margin: 0;
    text-align: center; }
  .sc_device .slide_desc::after {
    content: "NEW 홈런북";
    width: 100%;
    color: #0ED55D;
    font-size: 4.72vw;
    letter-spacing: -0.09vw; }
  .sc_device .slide_desc h3 {
    margin: 0;
    line-height: 1.2;
    font-size: 9.03vw;
    letter-spacing: -0.18vw; }
  .sc_device .slide_list {
    width: 100%;
    height: 59.72vw;
    max-width: 88.89vw;
    margin: 0 auto; }
  .sc_device .slide_list::after {
    top: -17.92vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    max-width: 100.00vw;
    height: 53.89vw;
    background: url(https://www.home-learn.co.kr/front/imgs/main_2023/bg_top_obj_1_2.png) no-repeat;
    background-size: contain; }
  .sc_device .device_list {
    width: 138.89vw;
    height: 59.72vw;
    margin-left: 14.58vw;
    overflow: hidden; }
  .sc_device .device_list .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 59.72vw;
    height: 59.72vw; }
  .sc_device .device_list .swiper-slide img {
    width: 45.69vw; }
  .sc_device .device_list .swiper-slide-prev {
    opacity: 0; }
  .sc_device .device_origin {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 59.72vw;
    height: 59.72vw;
    border-radius: 12.50vw; }
  .sc_device .device_origin .swiper-slide img {
    width: 45.69vw; }
  .sc_device .device_origin small {
    color: #0ED55D;
    font-size: 3.33vw;
    font-weight: 700;
    line-height: 1.3; }
  .sc_only .cont_inner {
    padding: 0 2.78vw; } }

.sc_hero {
  position: relative; }

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

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

.hero_visual .swiper-container {
  height: calc(100vh - 60px);
  max-height: 700px;
  z-index: 2; }

.hero_visual .swiper-wrapper {
  z-index: 2; }

.hero_visual .swiper-slide {
  overflow: hidden;
  padding-bottom: 225px;
  -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;
  width: 100%;
  height: 4px;
  max-width: 1200px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: absolute;
  bottom: 217px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

.hero_visual .swiper-pagination {
  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;
  gap: 0 4px; }

.hero_visual .swiper-pagination-bullet {
  display: block;
  cursor: pointer;
  width: 47px;
  height: 4px;
  margin: 0;
  border-radius: 2px;
  border: none;
  background: rgba(255, 255, 255, 0.5); }

.hero_visual .swiper-pagination-bullet-active {
  background: #148ce6; }

.hero_visual .swiper-pagination-bullet-active:hover {
  background: #148ce6; }

.hero_visual .swiper-pagination-bullet:hover, .hero_visual .swiper-pagination-bullet:focus {
  background: #148ce6; }

@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%); }

.hero__tit {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  line-height: 1.15;
  letter-spacing: -1px;
  text-align: left; }

.hero__txt {
  display: block;
  margin-top: 30px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 1.5;
  letter-spacing: -0.36px;
  text-align: left; }

.hero__btn {
  z-index: 10;
  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;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 80px;
  max-width: 1200px; }

.hero__btn .txt {
  width: calc(100% - 500px);
  padding-left: 30px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  line-height: 80px;
  text-align: left;
  background: url(/assets/image/main/ico_flower.png) no-repeat left;
  background-size: 20px; }

.hero__btn a {
  overflow: hidden;
  position: relative;
  width: 250px;
  height: 80px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  line-height: 80px;
  text-align: center; }

.hero__btn a::after {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: -100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background: #148ce6;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.hero__btn a.on::after {
  bottom: 0; }

.hero__btn::after {
  z-index: -2;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: 80px;
  background: rgba(0, 0, 0, 0.2); }

@media (max-width: 1023px) {
  .show-pc {
    display: none !important; }
  .show-mo {
    display: block; }
  .hero_visual {
    padding-top: 0; }
  .hero_visual .swiper-container {
    height: calc(100vh - 60px);
    max-height: 1200px;
    z-index: 2; }
  .hero_visual .swiper-slide {
    padding-bottom: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .hero_visual .swiper-controller {
    max-width: 720px;
    height: 9px;
    gap: 0 10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    bottom: 248px;
    margin: 0 auto; }
  .hero_visual .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 40px; }
  .hero_visual .swiper-pagination-bullet {
    width: 90px;
    height: 9px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.7);
    border: none; }
  .hero_visual .swiper-pagination-bullet-active {
    background: #148ce6; }
  .hero_visual .swiper-pagination-bullet-active:hover {
    background: #148ce6; }
  .hero_visual .swiper-pagination-bullet:hover, .hero_visual .swiper-pagination-bullet:focus {
    background: #148ce6; }
  .hero__img img {
    margin: 0 auto; }
  .hero__cont {
    max-width: 720px;
    height: auto;
    padding: 0 40px;
    top: 735px; }
  .hero__tit {
    font-size: 60px;
    letter-spacing: -1.3px; }
  .hero__txt {
    margin-top: 22px;
    font-size: 28px;
    letter-spacing: -0.56px; }
  .hero__btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 720px;
    height: 236px; }
  .hero__btn .txt {
    width: 100%;
    padding-left: 80px;
    line-height: 116px;
    font-size: 28px;
    letter-spacing: -0.57px;
    background: url(/assets/image/main/ico_flower.png) no-repeat 40px;
    background-size: 24px; }
  .hero__btn a {
    width: 50%;
    height: 120px;
    line-height: 120px;
    font-size: 25px;
    letter-spacing: -0.51px;
    text-align: center; }
  .hero__btn::after {
    width: 100vw;
    height: 120px;
    background: rgba(26, 26, 26, 0.2); } }

@media (max-width: 767px) {
  .hero_visual .swiper-container {
    height: auto;
    max-height: 166.67vw; }
  .hero_visual .swiper-controller {
    height: 1.25vw;
    gap: 0 1.39vw;
    bottom: 34.44vw; }
  .hero_visual .swiper-pagination {
    margin: 0 0 0 5.56vw; }
  .hero_visual .swiper-pagination-bullet {
    width: 12.5vw;
    height: 1.25vw;
    border-radius: 0.42vw; }
  .hero_visual .swiper-pagination-bullet-active {
    background: #148ce6; }
  .hero_visual .swiper-pagination-bullet-active:hover {
    background: #148ce6; }
  .hero_visual .swiper-pagination-bullet:hover, .hero_visual .swiper-pagination-bullet:focus {
    background: #148ce6; }
  .hero__cont {
    padding: 0 5.56vw;
    top: 102.08vw; }
  .hero__tit {
    font-size: 8.33vw;
    letter-spacing: -0.18vw; }
  .hero__txt {
    margin-top: 3.06vw;
    font-size: 3.89vw;
    letter-spacing: -0.08vw; }
  .hero__btn {
    height: 32.78vw; }
  .hero__btn .txt {
    padding-left: 11.11vw;
    line-height: 16.11vw;
    font-size: 3.89vw;
    letter-spacing: -0.08vw;
    background-position: 5.56vw;
    background-size: 3.33vw; }
  .hero__btn a {
    height: 16.67vw;
    line-height: 16.67vw;
    font-size: 3.47vw;
    letter-spacing: -0.07vw x; }
  .hero__btn::after {
    height: 16.67vw; } }

.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; } }
