@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/JalnanGothic/JalnanGothic.css");
@import url("https://mid.home-learn.co.kr/adlanding/web_font/NotoSansKR.css");
@use "sass:math";
/* =============================================== ==========================
    ## 공통 믹스인 모음
  ================================================= ======================== */
@use 'sass:math';
/* 기준 화면 너비 */
/* pixel을 vw로 변환해주는 함수 */
.homelearn .hero {
  position: relative;
  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;
  height: 100vh; }

.js .homelearn .hero {
  opacity: 0; }

.homelearn .hero__video {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.homelearn .hero__video video {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: none;
  height: 100%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%); }

@media (max-width: 44.99em) and (orientation: landscape) {
  .homelearn .hero__video video {
    height: auto; } }

@media (min-width: 60em) {
  .homelearn .hero__video video {
    height: auto; } }

.homelearn .hero__dimmed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 15;
  opacity: 0.5;
  background-color: rgba(32, 32, 32, 0.8); }

.homelearn .hero__cont {
  overflow: hidden;
  position: relative;
  z-index: 20;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center; }

.homelearn .hero__h {
  color: inherit; }

.homelearn .hero__scrollguidance {
  position: absolute;
  z-index: 20;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: jump 0.7s ease-in infinite;
          animation: jump 0.7s ease-in infinite; }

.homelearn .hero__scrollguidance .icon {
  font-size: 40px;
  color: #202020; }

@-webkit-keyframes jump {
  0% {
    bottom: 30px; }
  50% {
    bottom: 40px; }
  100% {
    bottom: 30px; } }

@keyframes jump {
  0% {
    bottom: 30px; }
  50% {
    bottom: 40px; }
  100% {
    bottom: 30px; } }

.homelearn .hero.is-invert .hero__cont, .homelearn .hero.is-invert .hero__cap {
  color: #FFF; }

.homelearn .hero.is-invert .hero__scrollguidance .icon {
  color: #FFF; }

@media (orientation: portrait) {
  .Mobile.Safari .homelearn .hero__scrollguidance {
    margin-bottom: 16%; } }

@media (orientation: landscape) and (max-width: 59.99em) {
  .homelearn .hero__scrollguidance {
    display: none; } }

@media (min-width: 45em) {
  .homelearn .hero__cont {
    max-width: 840px; } }

@media (min-width: 60em) {
  .homelearn .hero {
    height: 100vh; }
  .homelearn .hero__scrollguidance {
    -webkit-transform: translateU(40px);
        -ms-transform: translateU(40px);
            transform: translateU(40px); } }

.about .point-content__box {
  max-width: 640px;
  margin: 3rem auto 0;
  text-align: center;
  background-color: #FFF; }

.about .point-content .func {
  margin-top: 3rem; }

.about .content-swiper {
  position: absolute;
  top: 9%;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 750px; }

.about .content-swiper-bg {
  position: relative;
  pointer-events: none; }

.about .content-swiper-wrapper {
  position: relative;
  max-width: 950px;
  margin: 0 4rem; }

.about .content-swiper-wrapper .swiper-pagination {
  margin-top: 1rem; }

.about .content-swiper-wrapper .swiper-button-prev {
  left: -40px; }

.about .content-swiper-wrapper .swiper-button-next {
  right: -40px; }

.about .content-swiper-wrapper .swiper-slide img,
.about .content-swiper-wrapper .swiper-slide video {
  max-width: none;
  width: 100%; }

@media (min-width: 45em) {
  .about .content-swiper {
    top: 18%;
    max-width: 750px; }
  .about .content-swiper-wrapper {
    margin: 0 auto; } }

@media (max-width: 85.365em) {
  .about .content-swiper {
    top: 18%;
    max-width: 550px; }
  .about .content-swiper-wrapper {
    max-width: 700px; } }

@media (max-width: 59.99em) {
  .about .content-swiper {
    top: 18%;
    max-width: 56vw;
    min-width: 275px; }
  .about .content-swiper-wrapper {
    max-width: 70vw;
    min-width: 350px; } }

@media (min-width: 60em) {
  .about .content-swiper-wrapper {
    margin-top: 5rem; }
  .about .content-swiper-wrapper .swiper-button-prev {
    left: -100px; }
  .about .content-swiper-wrapper .swiper-button-next {
    right: -100px; } }

.about .point-chat.point {
  padding: 0; }

.about .point-chat .sticky {
  background-color: #22828D; }

.about .point-chat .flow {
  background-color: #42C2D1; }

.about .point-chat .banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  padding: 2.5rem 2rem;
  background-color: #42C2D1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }

@media (max-width: 59.99em) {
  .about .point-chat .banner.is-active {
    opacity: 1; }
  .about .point-chat .banner.is-completed {
    position: relative; } }

.about .point-chat .banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(4, 67, 106, 0.2)), to(rgba(4, 67, 106, 0)));
  background: -o-linear-gradient(bottom, rgba(4, 67, 106, 0.2) 0%, rgba(4, 67, 106, 0) 100%);
  background: linear-gradient(0deg, rgba(4, 67, 106, 0.2) 0%, rgba(4, 67, 106, 0) 100%);
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%); }

@media (min-width: 60em) {
  .about .point-chat {
    position: relative;
    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; }
  .about .point-chat::before, .about .point-chat::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    width: 50%; }
  .about .point-chat::before {
    left: 0;
    background-color: #22828D; }
  .about .point-chat::after {
    right: 0;
    background-color: #42C2D1; }
  .about .point-chat .banner {
    position: absolute;
    left: auto;
    right: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
    padding: 4rem;
    opacity: 1; } }

.about .chat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.about .chat + .chat {
  margin-top: 4rem; }

.about .chat-wrap {
  padding: 4rem 0 6rem; }

.about .chat__icon {
  display: block;
  overflow: hidden;
  width: 60px;
  height: 60px;
  margin-bottom: 1rem;
  border-radius: 50%; }

.about .chat .bubble {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 385px;
  margin: 0.9rem auto 0 1rem; }

.about .chat .question {
  max-width: 435px;
  padding-top: 2rem;
  padding-bottom: 2rem; }

.about .chat .question::after {
  display: none; }

.about .chat .question__box {
  margin: 1.5rem 0;
  padding: 1rem 1.2rem;
  border: 1px solid rgba(32, 32, 32, 0.2); }

.about .chat .question__box .ul {
  margin-bottom: 0; }

.about .chat .question__box .ul > li {
  margin-top: 0; }

.about .chat .question__box .blank {
  display: inline-block;
  width: 35px;
  border-bottom: 1px solid rgba(32, 32, 32, 0.2); }

.about .chat .question__list {
  margin-bottom: 0; }

.about .chat .question__list li {
  margin-top: 0rem;
  letter-spacing: -0.025em; }

.about .chat:nth-child(odd) .chat__icon {
  margin-left: auto; }

.about .chat:nth-child(odd) .bubble {
  margin-left: auto;
  margin-right: 1rem;
  background-color: #fff675; }

.about .chat:nth-child(odd) .bubble:after {
  border-left-color: #fff675; }

@media (min-width: 60em) {
  .about .chat-wrap {
    padding: 6rem 0 16rem 4rem; } }

@media (min-width: 85.375em) {
  .about .chat {
    position: relative;
    padding-left: 8rem; }
  .about .chat-wrap {
    padding-left: 9rem; }
  .about .chat__icon {
    position: absolute;
    top: 15px;
    left: 0; }
  .about .chat .question {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 2.5rem; }
  .about .chat .question__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .about .chat .question__list li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%; }
  .about .chat:nth-child(odd) {
    padding-left: 0;
    padding-right: 8rem; }
  .about .chat:nth-child(odd) .chat__icon {
    right: 0; } }

.about .point-system {
  overflow: hidden; }

.about .system__h {
  text-align: center;
  margin: 7.5rem 0 2.5rem; }

.about .system .circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 210px;
  height: 210px;
  margin: 0 auto;
  background-color: rgba(185, 229, 245, 0.5);
  border-color: #B9E5F5;
  border-radius: 50%;
  font-size: 1.8rem; }

.about .system .circle-cont__icon {
  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; }

.about .system .circle-cont__icon:before {
  content: '\ea2f';
  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;
  font-size: 9.5rem;
  line-height: 1; }

.about .system .circle-cont__desc {
  margin-top: -1rem;
  display: block;
  font-size: 1.8rem; }

.about .system .circle__desc {
  display: block;
  width: 100%;
  text-align: center; }

@media (min-width: 60em) {
  .about .system .circle {
    width: 240px;
    height: 240px; } }

.about .system-diagram-1 .circle-svg-wrap {
  position: relative;
  text-align: center; }

.about .system-diagram-1 .circle-svg-wrap + .circle-svg-wrap:not(.circle-svg-wrap--em) {
  margin-top: -2.4rem; }

.about .system-diagram-1 .circle-svg-wrap .circle {
  stroke-width: 1px;
  stroke: #032B44;
  fill: transparent; }

.about .system-diagram-1 .circle-svg-wrap .circle-cont {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #032B44;
  opacity: 0; }

.about .system-diagram-1 .circle-svg-wrap--em {
  margin-top: 10rem; }

.about .system-diagram-1 .circle-svg-wrap--em .circle {
  fill: #032B44;
  opacity: 0; }

.about .system-diagram-1 .circle-svg-wrap--em .circle-cont {
  color: #FFF; }

.about .system-diagram-1 .circle-svg-wrap--em .circle-cont__icon:before {
  content: '\ea1a';
  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; }

.about .system-diagram-1 .circle-svg-wrap--em .line {
  position: absolute;
  display: block;
  top: -101px;
  left: 50%;
  width: 1px;
  height: 103px;
  background-color: #032B44;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center; }

.about .system-diagram-2 .circle {
  opacity: 0; }

.about .system-diagram-2 .circle + .circle {
  margin-top: -4.4rem; }

.about .system-diagram-2 .circle:nth-child(1) {
  -webkit-transform: translateX(-15vw);
      -ms-transform: translateX(-15vw);
          transform: translateX(-15vw); }

.about .system-diagram-2 .circle:nth-child(2) {
  -webkit-transform: translateX(15vw);
      -ms-transform: translateX(15vw);
          transform: translateX(15vw); }

@media (min-width: 85.375em) {
  .about .system + .system {
    margin-top: 10rem; }
  .about .system__h {
    margin-bottom: 3rem; }
  .about .system [class*='system-diagram'] {
    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; }
  .about .system-diagram-1 .circle-svg-wrap + .circle-svg-wrap:not(.circle-svg-wrap--em) {
    margin-top: 0rem;
    margin-left: -4rem; }
  .about .system-diagram-1 .circle-svg-wrap--em {
    margin-top: 0rem;
    margin-left: 18rem; }
  .about .system-diagram-1 .circle-svg-wrap--em .circle {
    fill: #032B44; }
  .about .system-diagram-1 .circle-svg-wrap--em .circle-cont {
    color: #FFF; }
  .about .system-diagram-1 .circle-svg-wrap--em .line {
    position: absolute;
    display: block;
    top: 50%;
    left: -181px;
    width: 1px;
    height: 182px;
    background-color: #032B44;
    -webkit-transform: rotate(270deg) scaleY(0);
        -ms-transform: rotate(270deg) scaleY(0);
            transform: rotate(270deg) scaleY(0);
    -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
            transform-origin: top center; }
  .about .system-diagram-2 .circle {
    opacity: 0;
    margin: 0; }
  .about .system-diagram-2 .circle + .circle {
    margin-top: 0;
    margin-left: -4rem; } }

.about .point-data {
  position: relative;
  overflow: hidden;
  padding: 0 2rem 8rem; }

.about .point-data .sticky {
  padding-bottom: 2rem; }

@media (min-width: 60em) {
  .about .point-data {
    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;
    padding: 0 0 12rem; }
  .about .point-data .sticky {
    padding-top: 8vh; }
  .about .point-data .flow__inner {
    max-width: 550px; } }

.about .data {
  max-width: 330px;
  margin: auto; }

.about .data-wrap {
  margin-top: 8rem;
  padding: 0 2rem; }

.about .data + .data {
  margin-top: 8rem; }

.about .data:nth-child(odd) {
  text-align: right; }

.about .data__cont, .about .data__desc {
  margin: auto; }

.about .data__img {
  position: relative;
  z-index: 0;
  overflow: hidden;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 330px;
  margin: 2rem 0 1.5rem;
  padding: 16px 14px;
  background-color: #FFF;
  border-radius: 15px;
  -webkit-box-shadow: 2px 3px 8px 0px rgba(0, 0, 0, 0.05) inset, 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 3px 8px 0px rgba(0, 0, 0, 0.05) inset, 0px 2px 5px 0px rgba(0, 0, 0, 0.2); }

.about .data__img::before {
  content: '';
  position: absolute;
  bottom: 16px;
  left: 14px;
  right: 14px;
  height: 10%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%); }

.about .data__desc {
  display: block;
  text-align: left;
  word-break: keep-all;
  word-wrap: break-word; }

@media (min-width: 60em) {
  .about .data + .data {
    margin-top: 9rem; }
  .about .data-wrap {
    padding-top: 7rem; }
  .about .data-wrap:first-child {
    margin-top: 0;
    padding-top: 0; } }

@media (min-width: 85.375em) {
  .about .data-wrap {
    padding-top: 10rem; }
  .about .data .data + .data {
    margin-top: 10rem; }
  .about .data:nth-child(odd) {
    margin-left: 0; }
  .about .data:nth-child(odd) .bubble {
    top: 25px;
    right: 25px;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); }
  .about .data:nth-child(even) {
    margin-right: 0; }
  .about .data:nth-child(even) .bubble {
    top: 140px;
    left: 25px;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); }
  .about .data .bubble {
    position: absolute;
    z-index: 1; }
  .about .data .bubble-wrap {
    position: relative;
    z-index: 1; }
  .about .data__img {
    margin-top: 0; }
  .about .data__cont, .about .data__desc {
    position: relative;
    display: block;
    text-align: left; } }

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

.tit {
  line-height: 1.16;
  color: #000;
  font-size: 60px;
  font-weight: 200;
  font-family: 'Pretendard', sans-serif;
  letter-spacing: normal;
  text-align: center; }

.s_tit {
  line-height: 1;
  color: #000;
  font-size: 33px;
  font-weight: 300;
  font-family: 'Pretendard', sans-serif;
  letter-spacing: normal;
  text-align: center;
  font-family: 'JalnanGothic', sans-serif; }

.txt {
  line-height: 1.25;
  color: #000;
  font-size: 40px;
  font-weight: 200;
  font-family: 'Pretendard', sans-serif;
  letter-spacing: normal;
  text-align: center; }

.sc_wrap * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.sc_wrap .inner {
  max-width: 1280px;
  padding: 0 40px;
  margin: 0 auto; }

.sc_wrap b {
  display: inline-block;
  font-weight: bold; }

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

.sc_wrap i {
  z-index: 1;
  position: absolute; }

.sc_wrap small {
  font-size: 100%; }

.sc_wrap .icon_obj1 {
  left: 0;
  bottom: -90px;
  width: 275px;
  aspect-ratio: 275/272;
  background: url(/assets/image/homelearn/about/icon_obj1.png); }

.sc_hero {
  position: relative;
  padding-bottom: 135px;
  background: url(/assets/image/homelearn/about/bg_hero.png) no-repeat top, #477bc2; }

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

.sc_hero .motion {
  margin-top: 52px; }

.sc_hero .motion li {
  line-height: 80px;
  color: #1b1b1b;
  font-size: 40px;
  font-weight: 400;
  font-family: 'Pretendard', sans-serif;
  letter-spacing: normal;
  text-align: center;
  opacity: 0.2; }

.sc_hero .motion li.on {
  font-size: 45px;
  font-weight: 700;
  opacity: 1 !important;
  background: url(/assets/image/homelearn/about/bg_hero_motion.png) no-repeat top; }

.sc1 {
  padding: 140px 0 130px;
  background: #f0f2f3; }

.sc1_container {
  position: relative;
  padding-top: 135px; }

.sc1 .tit {
  margin-bottom: 50px;
  text-align: center; }

.sc1 .tit span {
  color: #477bc2; }

.sc1 .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%; }

.sc1 .swiper-pagination-bullet {
  width: 243px;
  height: 80px;
  margin: 0 20px 0 0;
  line-height: 80px;
  color: #477bc2;
  font-size: 22px;
  font-weight: 700;
  font-family: 'Pretendard', sans-serif;
  letter-spacing: normal;
  text-align: center;
  border-color: #477bc2;
  border-radius: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

.sc1 .swiper-pagination-bullet-active, .sc1 .swiper-pagination-bullet:hover, .sc1 .swiper-pagination-bullet:focus {
  position: relative;
  color: #fff;
  background: #477bc2; }

.sc1 .swiper-pagination-bullet-active::after, .sc1 .swiper-pagination-bullet:hover::after, .sc1 .swiper-pagination-bullet:focus::after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top: 20px solid #477bc2;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 0px solid transparent; }

.sc1 .swiper-pagination-bullet:hover, .sc1 .swiper-pagination-bullet:focus {
  position: relative;
  color: #477bc2;
  background: none; }

.sc1 .swiper-pagination-bullet:hover::after, .sc1 .swiper-pagination-bullet:focus::after {
  display: none; }

.sc1 .swiper-pagination-bullet:nth-child(n+3) {
  color: #22afe6;
  border-color: #22afe6; }

.sc1 .swiper-pagination-bullet:nth-child(n+3).swiper-pagination-bullet-active {
  color: #fff;
  background: #22afe6; }

.sc1 .swiper-pagination-bullet:nth-child(n+3).swiper-pagination-bullet-active::after {
  border-top-color: #22afe6; }

.sc1 .swiper-pagination-bullet:nth-child(n+3):hover, .sc1 .swiper-pagination-bullet:nth-child(n+3):focus {
  color: #22afe6;
  background: none; }

.sc1 .swiper-pagination-bullet:nth-child(n+3):hover::after, .sc1 .swiper-pagination-bullet:nth-child(n+3):focus::after {
  display: none; }

.sc1 .swiper-pagination-bullet:last-child {
  margin-right: 0; }

.sc2 {
  position: relative;
  padding: 70px 0 87px;
  background: url(/assets/image/homelearn/about/bg_sc2.png) no-repeat top, #001339; }

.sc2::after {
  content: "";
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 307px;
  background: url(/assets/image/homelearn/about/bg_sc2_icon.png) no-repeat top; }

.sc2 img {
  position: relative;
  z-index: 1; }

.sc2 .txt {
  margin-top: 23px;
  color: #fff; }

.sc2 .txt span {
  color: #1e61e3; }

.sc3 {
  padding: 217px 0 130px;
  background: url(/assets/image/homelearn/about/icon_obj2.png) no-repeat top, url(/assets/image/homelearn/about/bg_sc3.jpg) no-repeat top, -webkit-gradient(linear, left top, right top, color-stop(50%, #016bfc), color-stop(50%, #477bc2));
  background: url(/assets/image/homelearn/about/icon_obj2.png) no-repeat top, url(/assets/image/homelearn/about/bg_sc3.jpg) no-repeat top, -o-linear-gradient(left, #016bfc 50%, #477bc2 50%);
  background: url(/assets/image/homelearn/about/icon_obj2.png) no-repeat top, url(/assets/image/homelearn/about/bg_sc3.jpg) no-repeat top, linear-gradient(to right, #016bfc 50%, #477bc2 50%);
  background-size: auto, auto 100%; }

.sc3 .tit {
  margin: 40px 0 70px;
  line-height: 1; }

.sc3 .tit span {
  color: #fff; }

.sc3 .s_tit {
  color: #b2d3ff; }

.sc3 .swiper-wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.sc3 .swiper-slide {
  width: calc((100% - 60px)/3); }

.sc3 .btn_detail {
  display: block;
  width: 380px;
  height: 87px;
  margin: 50px auto 0;
  line-height: 87px;
  color: #006bfd;
  font-size: 26px;
  font-weight: 700;
  font-family: 'Pretendard', sans-serif;
  letter-spacing: -1.04px;
  text-align: center;
  border-radius: 43px;
  background: #000; }

.sc4 {
  padding: 137px 0 140px;
  background: -webkit-gradient(linear, right top, left top, from(#fff), to(#cde1ff));
  background: -o-linear-gradient(right, #fff, #cde1ff);
  background: linear-gradient(to left, #fff, #cde1ff); }

.sc4 .s_tit {
  color: #477bc2; }

.sc4 .tit {
  margin: 40px 0 58px;
  line-height: 1; }

.sc4 .tit small {
  font-size: 100%; }

.sc4 .tab_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  margin-bottom: 27px; }

.sc4 .tab_item {
  width: 155px;
  height: 132px;
  padding-top: 58px;
  line-height: 1;
  color: #4a80cb;
  font-size: 24px;
  font-weight: 700;
  font-family: 'Pretendard', sans-serif;
  letter-spacing: normal;
  text-align: center;
  cursor: pointer; }

.sc4 .tab_item:nth-child(1) {
  background: url(/assets/image/homelearn/about/img_sc4_tab1.png); }

.sc4 .tab_item:nth-child(1).on {
  background: url(/assets/image/homelearn/about/img_sc4_tab1_on.png); }

.sc4 .tab_item:nth-child(2) {
  background: url(/assets/image/homelearn/about/img_sc4_tab2.png); }

.sc4 .tab_item:nth-child(2).on {
  background: url(/assets/image/homelearn/about/img_sc4_tab2_on.png); }

.sc4 .tab_item:nth-child(3) {
  background: url(/assets/image/homelearn/about/img_sc4_tab3.png); }

.sc4 .tab_item:nth-child(3).on {
  background: url(/assets/image/homelearn/about/img_sc4_tab3_on.png); }

.sc4 .tab_item:nth-child(4) {
  background: url(/assets/image/homelearn/about/img_sc4_tab4.png); }

.sc4 .tab_item:nth-child(4).on {
  background: url(/assets/image/homelearn/about/img_sc4_tab4_on.png); }

.sc4 .tab_item:nth-child(5) {
  background: url(/assets/image/homelearn/about/img_sc4_tab5.png); }

.sc4 .tab_item:nth-child(5).on {
  background: url(/assets/image/homelearn/about/img_sc4_tab5_on.png); }

.sc4 .tab_item.on {
  color: #fff; }

.sc4 .tab_item:last-child {
  margin-right: 0; }

.sc4 .tab_tag {
  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;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px; }

.sc4 .tab_tag li {
  display: block;
  padding: 14px 38px;
  line-height: 1;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Pretendard', sans-serif;
  letter-spacing: -0.8px;
  text-align: center;
  word-break: keep-all;
  border: 1px solid #487ec6;
  border-radius: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.sc4 .tab_tag li span {
  color: #497dc6; }

.sc4 .tab_tag li:nth-child(2) {
  padding-left: 30px;
  padding-right: 30px; }

.sc4 .tab_cont {
  display: none; }

.sc4 .tab_cont.on {
  display: block; }

.sc4 .item_swiper {
  margin-top: 30px; }

.sc4 .swiper-wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.sc4 .swiper-slide {
  width: calc((100% - 40px)/2);
  border-radius: 25px; }

.sc4 .swiper-slide a {
  display: block; }

.sc5 {
  padding: 206px 0 92px;
  background: url(/assets/image/homelearn/about/bg_sc5.jpg) no-repeat top, #001339;
  background-size: auto 100%; }

.sc5 .txt {
  color: #fff; }

.sc5 .txt span {
  color: #036cfb; }

.sc6 {
  padding: 128px 0 140px;
  background: url(/assets/image/homelearn/about/bg_sc6.png) no-repeat bottom, -webkit-gradient(linear, left top, right top, color-stop(50%, #041a67), color-stop(50%, #00104c));
  background: url(/assets/image/homelearn/about/bg_sc6.png) no-repeat bottom, -o-linear-gradient(left, #041a67 50%, #00104c 50%);
  background: url(/assets/image/homelearn/about/bg_sc6.png) no-repeat bottom, linear-gradient(to right, #041a67 50%, #00104c 50%); }

.sc6 .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1;
  color: #fff;
  font-weight: 700; }

.sc6 .tit span {
  padding-left: 105px;
  background: url(/assets/image/homelearn/about/icon_ai.png) no-repeat left top;
  background-size: 91px; }

.sc6 .tit strong {
  padding: 0 10px;
  font-weight: 700;
  background: -webkit-linear-gradient(0deg, #f800ff, #00daff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.sc6 .txt_ai {
  display: block;
  padding-right: 14px; }

.sc6 small {
  display: block;
  margin: 24px 0 70px;
  line-height: 1;
  color: #fff;
  font-size: 30px;
  font-weight: 100;
  font-family: 'Pretendard', sans-serif;
  letter-spacing: normal;
  text-align: center; }

.sc6 .center_swiper > .swiper-wrapper > .swiper-slide:nth-child(1) img {
  width: calc((100% - 40px)/2); }

.sc6 .fade_swiper {
  overflow: hidden;
  position: relative;
  width: 580px;
  margin-top: 40px;
  border-radius: 25px; }

.sc6 .fade_swiper .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%; }

.sc6 .fade_swiper .swiper-pagination-bullet {
  width: 17px;
  height: 17px;
  margin: 0 10px 0 0;
  border-color: transparent;
  background: #dbdbdb; }

.sc6 .fade_swiper .swiper-pagination-bullet:last-child {
  margin-right: 0; }

.sc6 .fade_swiper .swiper-pagination-bullet-active {
  background: #0024bd; }

.sc6 .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px; }

.sc6 .swiper-slide img {
  margin: 0; }

@media (min-width: 64em) {
  .sc6 .center_swiper > .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.sc7 {
  padding: 117px 0 140px;
  background: url(/assets/image/homelearn/about/bg_sc7.jpg) no-repeat bottom, -webkit-gradient(linear, left top, right top, color-stop(50%, #c9d9f2), color-stop(50%, #c6daf3));
  background: url(/assets/image/homelearn/about/bg_sc7.jpg) no-repeat bottom, -o-linear-gradient(left, #c9d9f2 50%, #c6daf3 50%);
  background: url(/assets/image/homelearn/about/bg_sc7.jpg) no-repeat bottom, linear-gradient(to right, #c9d9f2 50%, #c6daf3 50%);
  background-size: auto 100%; }

.sc7 .inner {
  padding: 0; }

.sc7 .tit {
  margin: 35px 0 65px;
  line-height: 1.16;
  font-size: 60px; }

.sc7 .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.sc7 .box1 {
  margin-bottom: 144px; }

.sc7 .box1 li {
  padding: 40px 25px;
  border-radius: 25px;
  background: #fff; }

.sc7 .box li {
  width: calc((100% - 30px) /3); }

.sc7 .box li:nth-child(2) {
  margin: 0 15px; }

.sc7 .swiper-wrapper {
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px; }

.sc7 .swiper-slide {
  width: calc((100% - 30px) / 3); }

.sc7 h5 {
  line-height: 1;
  color: #000;
  font-size: 33px;
  font-weight: 700;
  font-family: 'Pretendard', sans-serif;
  letter-spacing: normal;
  text-align: center; }

.sc7 p {
  margin: 15px 0 25px;
  line-height: 1.4;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  font-family: 'Pretendard', sans-serif;
  letter-spacing: normal;
  text-align: center; }

.sc8 {
  padding: 114px 0 140px; }

.sc8 .tit {
  margin: 35px 0 70px; }

.sc8 .box li {
  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;
  border-radius: 25px;
  background: #63c2fe; }

.sc8 .box li:last-child {
  margin-top: 38px;
  background: #487ec7; }

.sc8 .box img {
  width: 60%;
  max-width: 715px;
  margin: 0; }

.sc8 h4 {
  padding-right: 40px;
  line-height: 1.4;
  color: #000;
  font-size: 30px;
  font-weight: 300;
  font-family: 'Pretendard', sans-serif;
  letter-spacing: normal;
  text-align: center;
  text-align: left; }

.sc9 {
  padding: 90px 0;
  background: url(/assets/image/homelearn/about/bg_sc9.jpg) no-repeat top, -webkit-gradient(linear, left top, right top, color-stop(50%, #01114f), color-stop(50%, #011254));
  background: url(/assets/image/homelearn/about/bg_sc9.jpg) no-repeat top, -o-linear-gradient(left, #01114f 50%, #011254 50%);
  background: url(/assets/image/homelearn/about/bg_sc9.jpg) no-repeat top, linear-gradient(to right, #01114f 50%, #011254 50%); }

.sc10 {
  padding: 140px 0 145px;
  background: url(/assets/image/homelearn/about/bg_sc10.jpg) no-repeat top, -webkit-gradient(linear, left top, right top, color-stop(50%, #02c6ff), color-stop(50%, #8b9dff));
  background: url(/assets/image/homelearn/about/bg_sc10.jpg) no-repeat top, -o-linear-gradient(left, #02c6ff 50%, #8b9dff 50%);
  background: url(/assets/image/homelearn/about/bg_sc10.jpg) no-repeat top, linear-gradient(to right, #02c6ff 50%, #8b9dff 50%);
  background-size: auto 100%; }

.sc10 .inner {
  position: relative;
  max-width: none;
  padding: 0; }

.sc10 .tit {
  margin-bottom: 32px;
  line-height: 1.2;
  color: #fff;
  font-family: 'JalnanGothic', sans-serif; }

.sc10 .tit span {
  color: #0600ff;
  font-family: inherit; }

.sc10 .tit span:last-child {
  color: #131b7f; }

.sc10 .tit .icon_arrow {
  position: relative; }

.sc10 .tit .icon_arrow::after {
  content: "";
  position: absolute;
  top: -18px;
  right: 0;
  width: 22px;
  height: 49px;
  background: url(/assets/image/homelearn/about/icon_arrow.png) no-repeat; }

.sc10 .slide_wrap {
  position: absolute;
  left: 0;
  bottom: -15px;
  max-width: 100%; }

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

.sc10 .swiper-slide {
  width: 1690px; }

.sc11 {
  padding: 130px 0 135px;
  background: url(/assets/image/homelearn/about/bg_sc11.jpg) no-repeat bottom, #000; }

.sc11 .txt {
  margin: 106px 0 40px;
  color: #fff; }

.sc11 .txt span {
  color: #009aff; }

.sc11 .btn_free {
  display: block;
  width: 440px;
  height: 90px;
  margin: 0 auto;
  text-align: center;
  border-radius: 45px;
  background: #fff; }

.sc11 .btn_free span {
  line-height: 92px;
  color: #000;
  font-size: 28px;
  font-weight: normal;
  font-family: 'Pretendard', sans-serif;
  letter-spacing: normal;
  text-align: center;
  font-family: 'JalnanGothic', sans-serif;
  background: -webkit-linear-gradient(0deg, #3a84cb, #00106f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

@media (min-width: 64em) {
  .sc_wrap .center_swiper > .swiper-pagination {
    display: none; } }

@media (max-width: 63.99em) {
  .show-pc {
    display: none !important; }
  .show-mo {
    display: block !important; }
  .tit {
    line-height: 1.16;
    font-size: 60px; }
  .s_tit {
    font-size: 33px; }
  .txt {
    line-height: 50px;
    font-size: 37px; }
  .sc_wrap .inner {
    max-width: 720px;
    padding: 0 40px; }
  .sc_hero {
    position: relative;
    padding-bottom: 60px;
    background: #477bc2; }
  .sc_hero .inner {
    max-width: none;
    padding: 0; }
  .sc_hero .motion {
    margin-top: 50px; }
  .sc_hero .motion li {
    line-height: 80px;
    font-size: 40px; }
  .sc_hero .motion li.on {
    font-size: 45px;
    background: url(/assets/image/homelearn/about/bg_hero_motion_MO.png) no-repeat top; }
  .sc1 {
    position: relative;
    padding: 220px 0 160px; }
  .sc1 .inner {
    max-width: none; }
  .sc1::after {
    content: "";
    position: absolute;
    top: -32px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 275px;
    aspect-ratio: 275/218;
    background: url(/assets/image/homelearn/about/icon_obj1_MO.png) no-repeat;
    background-size: cover; }
  .sc1_container {
    padding-top: 225px; }
  .sc1 .tit {
    margin-bottom: 60px;
    font-size: 70px; }
  .sc1 .tab_swiper {
    max-width: 720px;
    margin: 0 auto; }
  .sc1 .swiper-pagination {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .sc1 .swiper-pagination-bullet {
    width: 320px;
    height: 80px;
    margin: 0;
    line-height: 80px;
    font-size: 27px;
    border-radius: 40px; }
  .sc1 .swiper-pagination-bullet:nth-child(2n) {
    margin-left: 20px; }
  .sc1 .swiper-pagination-bullet:nth-child(n+3) {
    margin-top: 15px; }
  .sc1 .swiper-pagination-bullet-active::after, .sc1 .swiper-pagination-bullet:hover::after, .sc1 .swiper-pagination-bullet:focus::after {
    display: none; }
  .sc1 .swiper-pagination-bullet:nth-child(n+3).swiper-pagination-bullet-active::after, .sc1 .swiper-pagination-bullet:nth-child(n+3):hover::after, .sc1 .swiper-pagination-bullet:nth-child(n+3):focus::after {
    display: none; }
  .sc2 {
    padding: 60px 0 78px;
    background: url(/assets/image/homelearn/about/bg_sc2_MO.png) no-repeat top, #001339; }
  .sc2::after {
    z-index: 1;
    top: 172px;
    height: 207px;
    background: url(/assets/image/homelearn/about/bg_sc2_icon_MO.png) no-repeat top; }
  .sc2 .txt {
    margin-top: 120px; }
  .sc3 {
    padding: 288px 0 160px;
    background: url(/assets/image/homelearn/about/icon_obj2_MO.png) no-repeat top, -webkit-gradient(linear, left top, right top, color-stop(30%, #1d72e6), to(#477bc2));
    background: url(/assets/image/homelearn/about/icon_obj2_MO.png) no-repeat top, -o-linear-gradient(left, #1d72e6 30%, #477bc2);
    background: url(/assets/image/homelearn/about/icon_obj2_MO.png) no-repeat top, linear-gradient(to right, #1d72e6 30%, #477bc2);
    background-size: auto, auto 100%; }
  .sc3 .inner {
    max-width: none;
    padding: 0; }
  .sc3 b {
    width: 100%; }
  .sc3 .tit {
    margin: 40px 0 70px;
    line-height: 1.16; }
  .sc3 .swiper-slide {
    width: 100%;
    max-width: 380px; }
  .sc3 .btn_detail {
    width: 380px;
    height: 87px;
    margin: 50px auto 0;
    font-size: 26px;
    letter-spacing: -1.04px;
    border-radius: 43px; }
  .sc4 {
    padding: 160px 0; }
  .sc4 .inner {
    padding: 0; }
  .sc4 .tit {
    margin: 40px 0 70px; }
  .sc4 .tit small {
    letter-spacing: -3.6px; }
  .sc4 .tab_nav {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    margin-bottom: 0; }
  .sc4 .tab_item {
    width: 116px;
    height: 160px;
    padding-top: 57px;
    line-height: 1.2;
    font-size: 26px; }
  .sc4 .tab_item:nth-child(1) {
    background: url(/assets/image/homelearn/about/img_sc4_tab1_MO.png);
    background-size: cover; }
  .sc4 .tab_item:nth-child(1).on {
    background: url(/assets/image/homelearn/about/img_sc4_tab1_MO_on.png);
    background-size: cover; }
  .sc4 .tab_item:nth-child(2) {
    background: url(/assets/image/homelearn/about/img_sc4_tab2_MO.png);
    background-size: cover; }
  .sc4 .tab_item:nth-child(2).on {
    background: url(/assets/image/homelearn/about/img_sc4_tab2_MO_on.png);
    background-size: cover; }
  .sc4 .tab_item:nth-child(3) {
    background: url(/assets/image/homelearn/about/img_sc4_tab3_MO.png);
    background-size: cover; }
  .sc4 .tab_item:nth-child(3).on {
    background: url(/assets/image/homelearn/about/img_sc4_tab3_MO_on.png);
    background-size: cover; }
  .sc4 .tab_item:nth-child(4) {
    background: url(/assets/image/homelearn/about/img_sc4_tab4_MO.png);
    background-size: cover; }
  .sc4 .tab_item:nth-child(4).on {
    background: url(/assets/image/homelearn/about/img_sc4_tab4_MO_on.png);
    background-size: cover; }
  .sc4 .tab_item:nth-child(5) {
    background: url(/assets/image/homelearn/about/img_sc4_tab5_MO.png);
    background-size: cover; }
  .sc4 .tab_item:nth-child(5).on {
    background: url(/assets/image/homelearn/about/img_sc4_tab5_MO_on.png);
    background-size: cover; }
  .sc4 .tab_cont {
    padding-left: 40px; }
  .sc4 .item_swiper {
    margin-top: 50px; }
  .sc4 .swiper-slide {
    width: 100%;
    max-width: 580px;
    border-radius: 25px; }
  .sc5 {
    padding: 206px 0 92px;
    background: url(/assets/image/homelearn/about/bg_sc5_MO.jpg) no-repeat top, #001339; }
  .sc5 .txt {
    line-height: 1.25;
    font-size: 40px; }
  .sc6 {
    padding: 168px 0 160px;
    background: #00114e; }
  .sc6 .tit span {
    padding-left: 0;
    background: none; }
  .sc6 .tit b {
    display: initial !important; }
  .sc6 .tit strong {
    padding: 0 10px 0 0; }
  .sc6 .mt40 {
    margin-top: 40px !important; }
  .sc6 small {
    margin: 30px 0 70px;
    font-size: 30px; }
  .sc6 .center_swiper {
    padding-bottom: 64px; }
  .sc6 .fade_swiper {
    width: 580px;
    border-radius: 25px; }
  .sc6 .fade_swiper:first-child {
    margin-top: 0; }
  .sc6 .fade_swiper .swiper-slide {
    padding: 0; }
  .sc6 .fade_swiper .swiper-pagination {
    display: none; }
  .sc6 .swiper-slide {
    width: 100%;
    padding: 0 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0; }
  .sc6 .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%; }
  .sc6 .swiper-pagination-bullet {
    width: 24px;
    height: 24px;
    border-color: transparent;
    background: #dbdbdb;
    opacity: 0.2; }
  .sc6 .swiper-pagination-bullet:nth-child(n) {
    margin: 0 20px 0 0; }
  .sc6 .swiper-pagination-bullet:last-child {
    margin: 0; }
  .sc6 .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1; }
  .sc7 {
    padding: 44px 0 160px;
    background: #c2dcf8; }
  .sc7 .inner {
    max-width: none;
    padding: 0; }
  .sc7 .tit {
    margin: 48px 0 70px;
    line-height: 1.16;
    font-size: 60px; }
  .sc7 .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .sc7 .box1 {
    max-width: 600px;
    margin: 0 auto 150px; }
  .sc7 .box1 li {
    padding: 50px 42px;
    border-radius: 25px;
    background: #fff; }
  .sc7 .box li {
    width: 100%; }
  .sc7 .box li:nth-child(2) {
    margin: 50px 0; }
  .sc7 .box img {
    max-width: 508px;
    margin: 0 auto; }
  .sc7 .swiper-wrapper {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0; }
  .sc7 .swiper-slide {
    width: 100%;
    max-width: 470px; }
  .sc7 h5 {
    font-size: 33px; }
  .sc7 p {
    margin: 20px 0 30px;
    font-size: 26px;
    letter-spacing: -1.04px; }
  .sc8 {
    padding: 96px 0 160px; }
  .sc8 .tit {
    margin: 50px 0 70px; }
  .sc8 .box li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-top: 60px;
    border-radius: 25px; }
  .sc8 .box li:last-child {
    margin-top: 60px; }
  .sc8 .box img {
    width: auto;
    max-width: 640px; }
  .sc8 h4 {
    padding-right: 0;
    font-size: 30px;
    text-align: center; }
  .sc9 {
    padding: 90px 0 100px;
    background: url(/assets/image/homelearn/about/bg_sc9_MO.jpg) no-repeat top, -webkit-gradient(linear, left top, right top, color-stop(50%, #0a1765), color-stop(50%, #081a66));
    background: url(/assets/image/homelearn/about/bg_sc9_MO.jpg) no-repeat top, -o-linear-gradient(left, #0a1765 50%, #081a66 50%);
    background: url(/assets/image/homelearn/about/bg_sc9_MO.jpg) no-repeat top, linear-gradient(to right, #0a1765 50%, #081a66 50%); }
  .sc10 {
    padding: 140px 0;
    background: url(/assets/image/homelearn/about/bg_sc10_MO.jpg) no-repeat bottom, -webkit-gradient(linear, left top, left bottom, from(#4aa5ff), to(#9cb2fe));
    background: url(/assets/image/homelearn/about/bg_sc10_MO.jpg) no-repeat bottom, -o-linear-gradient(top, #4aa5ff, #9cb2fe);
    background: url(/assets/image/homelearn/about/bg_sc10_MO.jpg) no-repeat bottom, linear-gradient(to bottom, #4aa5ff, #9cb2fe);
    background-size: auto 100%; }
  .sc10 .inner {
    position: relative;
    max-width: none;
    padding: 0; }
  .sc10 .tit {
    margin-bottom: 65px;
    font-size: 66px; }
  .sc10 .tit .icon_arrow::after {
    top: -18px;
    width: 24px;
    height: 54px;
    background: url(/assets/image/homelearn/about/icon_arrow_MO.png) no-repeat;
    background-size: cover; }
  .sc10 .slide_wrap {
    bottom: -10px; }
  .sc10 .swiper-slide {
    width: 1750px; }
  .sc11 {
    padding: 130px 0 140px;
    background: url(/assets/image/homelearn/about/bg_sc11_MO.jpg) no-repeat bottom, #000; }
  .sc11 .inner {
    max-width: none;
    padding: 0; }
  .sc11 .txt {
    margin: 143px 0 50px;
    font-size: 40px; }
  .sc11 .btn_free {
    width: 520px;
    height: 110px;
    border-radius: 55px; }
  .sc11 .btn_free span {
    line-height: 115px;
    font-size: 33px; } }

@media (max-width: 47.99em) {
  .tit {
    font-size: 8.33vw; }
  .s_tit {
    font-size: 4.58vw; }
  .txt {
    line-height: 6.94vw;
    font-size: 5.14vw; }
  .sc_wrap .inner {
    padding: 0 20px; }
  .sc_hero {
    padding-bottom: 8.33vw; }
  .sc_hero .motion {
    margin-top: 6.94vw; }
  .sc_hero .motion li {
    line-height: 11.11vw;
    font-size: 5.56vw; }
  .sc_hero .motion li.on {
    font-size: 6.25vw;
    background: url(/assets/image/homelearn/about/bg_hero_motion_MO.png) no-repeat top;
    background-size: 100%; }
  .sc1 {
    padding: 30.56vw 0 22.22vw; }
  .sc1::after {
    top: -4.44vw;
    width: 38.19vw; }
  .sc1_container {
    padding-top: 31.25vw; }
  .sc1 .tit {
    margin-bottom: 8.33vw;
    font-size: 9.72vw; }
  .sc1 .swiper-pagination-bullet {
    width: calc(50% - 1.39vw);
    height: 11.11vw;
    line-height: 11.11vw;
    font-size: 3.75vw;
    border-radius: 5.56vw; }
  .sc1 .swiper-pagination-bullet:nth-child(2n) {
    margin-left: 2.78vw; }
  .sc1 .swiper-pagination-bullet:nth-child(n+3) {
    margin-top: 2.08vw; }
  .sc2 {
    padding: 8.33vw 0 10.83vw;
    background: url(/assets/image/homelearn/about/bg_sc2_MO.png) no-repeat top, #001339;
    background-size: auto 100%; }
  .sc2::after {
    top: 23.89vw;
    height: 28.75vw;
    background: url(/assets/image/homelearn/about/bg_sc2_icon_MO.png) no-repeat top;
    background-size: cover; }
  .sc2 .txt {
    margin-top: 16.67vw; }
  .sc3 {
    padding: 40.00vw 0 22.22vw;
    background: url(/assets/image/homelearn/about/icon_obj2_MO.png) no-repeat top, -webkit-gradient(linear, left top, right top, color-stop(30%, #1d72e6), to(#477bc2));
    background: url(/assets/image/homelearn/about/icon_obj2_MO.png) no-repeat top, -o-linear-gradient(left, #1d72e6 30%, #477bc2);
    background: url(/assets/image/homelearn/about/icon_obj2_MO.png) no-repeat top, linear-gradient(to right, #1d72e6 30%, #477bc2);
    background-size: 33.06vw, auto 100%; }
  .sc3 .inner {
    padding: 0; }
  .sc3 .tit {
    margin: 5.56vw 0 9.72vw; }
  .sc3 .swiper-slide {
    max-width: 52.78vw; }
  .sc3 .btn_detail {
    width: 52.78vw;
    height: 12.08vw;
    margin: 6.94vw auto 0;
    line-height: 12.08vw;
    font-size: 3.61vw;
    letter-spacing: -0.14vw;
    border-radius: 5.97vw; }
  .sc4 {
    padding: 22.22vw 0; }
  .sc4 .tit {
    margin: 5.56vw 0 9.72vw; }
  .sc4 .tit small {
    letter-spacing: -0.50vw; }
  .sc4 .tab_nav {
    -webkit-column-gap: 2.78vw;
       -moz-column-gap: 2.78vw;
            column-gap: 2.78vw; }
  .sc4 .tab_item {
    width: 16.11vw;
    height: 22.22vw;
    padding-top: 7.92vw;
    font-size: 3.61vw; }
  .sc4 .tab_cont {
    padding-left: 0; }
  .sc4 .item_swiper {
    margin-top: 6.94vw; }
  .sc4 .swiper-slide {
    max-width: 80.56vw;
    border-radius: 3.47vw; }
  .sc5 {
    padding: 28.61vw 0 12.78vw;
    background: url(/assets/image/homelearn/about/bg_sc5_MO.jpg) no-repeat top, #001339;
    background-size: auto 100%; }
  .sc5 .txt {
    font-size: 5.56vw; }
  .sc6 {
    padding: 23.33vw 0 22.22vw; }
  .sc6 .tit {
    line-height: 1.16; }
  .sc6 .tit strong {
    padding: 0 1.39vw 0 0; }
  .sc6 .mt40 {
    margin-top: 5.56vw !important; }
  .sc6 small {
    margin: 4.17vw 0 9.72vw;
    font-size: 4.17vw; }
  .sc6 .center_swiper {
    padding-bottom: 8.89vw; }
  .sc6 .fade_swiper {
    width: 100%;
    border-radius: 3.47vw; }
  .sc6 .swiper-slide {
    width: 100%;
    padding: 0 4.17vw; }
  .sc6 .swiper-pagination-bullet {
    width: 3.33vw;
    height: 3.33vw; }
  .sc6 .swiper-pagination-bullet:nth-child(n) {
    margin: 0 2.78vw 0 0; }
  .sc7 {
    padding: 6.11vw 0 22.22vw; }
  .sc7 .inner {
    padding: 0; }
  .sc7 .tit {
    margin: 6.67vw 0 9.72vw;
    font-size: 8.33vw; }
  .sc7 .box1 {
    max-width: 83.33vw;
    margin: 0 auto 20.83vw; }
  .sc7 .box1 li {
    padding: 6.94vw 5.83vw;
    border-radius: 3.47vw; }
  .sc7 .box li:nth-child(2) {
    margin: 6.94vw 0; }
  .sc7 .box img {
    max-width: 70.56vw; }
  .sc7 .swiper-slide {
    max-width: 65.28vw; }
  .sc7 h5 {
    font-size: 4.58vw; }
  .sc7 p {
    margin: 2.78vw 0 4.17vw;
    font-size: 3.61vw;
    letter-spacing: -0.14vw; }
  .sc8 {
    padding: 13.33vw 0 22.22vw; }
  .sc8 .tit {
    margin: 6.94vw 0 9.72vw; }
  .sc8 .box li {
    padding-top: 8.33vw;
    border-radius: 3.47vw; }
  .sc8 .box li:last-child {
    margin-top: 8.33vw; }
  .sc8 .box img {
    max-width: 88.89vw; }
  .sc8 h4 {
    font-size: 4.17vw; }
  .sc9 {
    padding: 12.50vw 0 13.89vw;
    background: url(/assets/image/homelearn/about/bg_sc9_MO.jpg) no-repeat top, -webkit-gradient(linear, left top, right top, color-stop(50%, #0a1765), color-stop(50%, #081a66));
    background: url(/assets/image/homelearn/about/bg_sc9_MO.jpg) no-repeat top, -o-linear-gradient(left, #0a1765 50%, #081a66 50%);
    background: url(/assets/image/homelearn/about/bg_sc9_MO.jpg) no-repeat top, linear-gradient(to right, #0a1765 50%, #081a66 50%);
    background-size: auto 100%; }
  .sc10 {
    padding: 19.44vw 0; }
  .sc10 .tit {
    margin-bottom: 9.03vw;
    font-size: 9.17vw; }
  .sc10 .tit .icon_arrow::after {
    top: -2.50vw;
    width: 3.33vw;
    height: 7.50vw; }
  .sc10 .slide_wrap {
    bottom: -1.39vw; }
  .sc10 .swiper-slide {
    width: 243.06vw; }
  .sc11 {
    padding: 18.06vw 0 19.44vw;
    background: url(/assets/image/homelearn/about/bg_sc11_MO.jpg) no-repeat bottom, #000;
    background-size: auto 100%; }
  .sc11 .txt {
    margin: 19.86vw 0 6.94vw;
    font-size: 5.56vw; }
  .sc11 .btn_free {
    width: 72.22vw;
    height: 15.28vw;
    border-radius: 7.64vw; }
  .sc11 .btn_free span {
    line-height: 15.97vw;
    font-size: 4.58vw; } }

.diagnostic .hero {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(100vh - 60px);
  background-image: url(../image/homelearn/diagnostic-test/hero-sm.jpg);
  background-position: 50% 50%;
  background-size: cover; }

.diagnostic .hero__cap {
  color: #22828D; }

.diagnostic .hero__h {
  margin: 1.5rem 0 15rem;
  color: #242A2D; }

.diagnostic .hero .bubble {
  position: absolute;
  top: 65%;
  left: 25%; }

@media (min-width: 35em) {
  .diagnostic .hero .bubble {
    left: 40%; } }

@media (min-width: 45em) {
  .diagnostic .hero .bubble {
    top: 70%; } }

@media (min-width: 60em) {
  .diagnostic .hero {
    height: calc(100vh - 160px);
    background-image: url(../image/homelearn/diagnostic-test/hero-lg.jpg); }
  .diagnostic .hero__h {
    margin-bottom: 23rem; }
  .diagnostic .hero .bubble {
    padding: 1rem 1.5rem;
    left: 50%; }
  .diagnostic .hero .bubble--1 {
    top: 15%;
    -webkit-transform: translateX(-459px);
        -ms-transform: translateX(-459px);
            transform: translateX(-459px); }
  .diagnostic .hero .bubble--2 {
    top: 22%;
    -webkit-transform: translateX(240px);
        -ms-transform: translateX(240px);
            transform: translateX(240px); }
  .diagnostic .hero .bubble--3 {
    top: 50%;
    -webkit-transform: translateX(-420px);
        -ms-transform: translateX(-420px);
            transform: translateX(-420px); }
  .diagnostic .hero .bubble--4 {
    top: 45%;
    -webkit-transform: translateX(230px);
        -ms-transform: translateX(230px);
            transform: translateX(230px); }
  .diagnostic .hero .bubble--5 {
    top: 66%;
    -webkit-transform: translateX(100px);
        -ms-transform: translateX(100px);
            transform: translateX(100px); } }

@media (min-width: 85.375em) {
  .diagnostic .hero .bubble--1 {
    top: 19%;
    -webkit-transform: translateX(-629px);
        -ms-transform: translateX(-629px);
            transform: translateX(-629px); }
  .diagnostic .hero .bubble--2 {
    -webkit-transform: translateX(323px);
        -ms-transform: translateX(323px);
            transform: translateX(323px); }
  .diagnostic .hero .bubble--3 {
    top: 37%;
    -webkit-transform: translateX(-570px);
        -ms-transform: translateX(-570px);
            transform: translateX(-570px); }
  .diagnostic .hero .bubble--4 {
    top: 42%;
    -webkit-transform: translateX(390px);
        -ms-transform: translateX(390px);
            transform: translateX(390px); }
  .diagnostic .hero .bubble--5 {
    top: 60%;
    -webkit-transform: translateX(140px);
        -ms-transform: translateX(140px);
            transform: translateX(140px); } }

.diagnostic .overview {
  padding-top: 9rem;
  padding-bottom: 10rem;
  text-align: center; }

.diagnostic .overview__logo {
  width: 210px;
  height: 76px;
  margin-bottom: 2rem; }

.diagnostic .overview__p {
  margin: 0;
  color: #202020; }

@media (min-width: 45em) {
  .diagnostic .overview__p span {
    display: block; } }

@media (min-width: 60em) {
  .diagnostic .overview {
    padding-top: 10.5rem;
    padding-bottom: 12rem; }
  .diagnostic .overview__logo {
    width: 260px;
    height: 84px;
    margin-bottom: 3rem; } }

.diagnostic .l-wrap.tab-big-title {
  padding-top: 78px; }

.diagnostic .l-wrap.tab-title {
  padding: 68px 0 84px; }

.diagnostic .l-wrap.tab-title .service__h {
  margin: 0;
  padding-bottom: 18px; }

.diagnostic__comment {
  margin: 0;
  color: #1b2122;
  font-size: 1.8rem;
  line-height: 2rem;
  text-align: center; }

.diagnostic .service {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background: #F5F7F7; }

.diagnostic .service__h {
  text-align: center; }

.diagnostic .service__head {
  padding-top: 5rem;
  padding-bottom: 3rem;
  text-align: center; }

.diagnostic .service__sub br {
  display: none; }

.diagnostic .service__p {
  margin-top: 1rem;
  margin-bottom: 0; }

.diagnostic .service__list .item {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 400px;
  margin: 0 auto 2rem;
  padding: 4rem 2rem 3rem;
  text-align: center;
  border: 1px solid rgba(32, 32, 32, 0.1);
  background-color: #FFF;
  -webkit-transition: background-color .5s;
  -o-transition: background-color .5s;
  transition: background-color .5s;
  cursor: pointer; }

.diagnostic .service__list .item__icon {
  display: block;
  width: 100px;
  height: 100px;
  margin: auto; }

.diagnostic .service__list .item__h {
  margin-top: 2.5rem; }

.diagnostic .service__list .item__p {
  position: absolute;
  top: 3.5rem;
  right: 1rem;
  left: 1rem;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
  opacity: 0;
  color: #FFF;
  word-break: keep-all;
  word-wrap: break-word; }

.diagnostic .service__list .item::before, .diagnostic .service__list .item::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 30px;
  width: 12px;
  height: 3px;
  margin-left: -7px;
  -webkit-transition: -webkit-transform .2s ease background-color .2s ease;
  transition: -webkit-transform .2s ease background-color .2s ease;
  -o-transition: transform .2s ease background-color .2s ease;
  transition: transform .2s ease background-color .2s ease;
  transition: transform .2s ease background-color .2s ease, -webkit-transform .2s ease background-color .2s ease;
  background-color: #353f43; }

.diagnostic .service__list .item::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }

.diagnostic .service__list .item:hover, .diagnostic .service__list .item:focus {
  background-color: #22828D; }

.diagnostic .service__list .item:hover .item__h, .diagnostic .service__list .item:focus .item__h {
  color: #FFF; }

.diagnostic .service__list .item:hover .item__p, .diagnostic .service__list .item:focus .item__p {
  opacity: 1; }

.diagnostic .service__list .item:hover::after, .diagnostic .service__list .item:focus::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  background-color: #FFF; }

@media (min-width: 60em) {
  .diagnostic .service {
    padding-top: 8.5rem;
    padding-bottom: 3rem; }
  .diagnostic .service__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    margin: 0 -10px; }
  .diagnostic .service__list .item {
    width: calc(1/3*100% - (1 - 1/3)*30px);
    margin: 0 10px 20px; } }

@media (min-width: 85.375em) {
  .diagnostic .service__h {
    margin-bottom: 3rem; }
  .diagnostic .service__item {
    position: relative;
    padding-top: 4rem; }
  .diagnostic .service__head {
    position: absolute;
    top: 4rem;
    left: 0;
    width: 200px;
    padding: 0;
    text-align: left; }
  .diagnostic .service__sub br {
    display: inline; }
  .diagnostic .service__list {
    margin: 0;
    padding-left: 220px; } }

.diagnostic .service.math {
  padding-bottom: 115px; }

.diagnostic .service.math .math-inner {
  width: 838px;
  margin: 0 auto; }

@media (max-width: 63.99em) {
  .diagnostic .service.math .math-inner {
    width: 90%; } }

.diagnostic .service.math .math-inner .service__list {
  padding-left: 0; }

.diagnostic .service.math .math-inner .btn-frame {
  padding: 15px 0 64px;
  text-align: center; }

@media (max-width: 47.99em) {
  .diagnostic .service.math .math-inner .btn-frame {
    padding: 0 0 54px; } }

.diagnostic .service.math .math-inner .btn-frame .btn__color {
  margin-left: 15px;
  background-color: #22828d;
  border-color: #22828d;
  color: #fff; }

@media (max-width: 47.99em) {
  .diagnostic .service.math .math-inner .btn-frame .btn__color {
    margin-top: 17px;
    margin-left: 0; } }

.diagnostic .service.math .math-inner .btn-frame .btn__color:hover {
  background-color: #f37720;
  border-color: #f37720;
  color: #fff; }

.diagnostic .service.math .math-inner .result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0 auto 48px;
  padding: 24px 113px;
  border: 1px solid #dfe1e1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  text-align: center; }

@media (max-width: 63.99em) {
  .diagnostic .service.math .math-inner .result {
    padding: 10px; } }

@media (max-width: 47.99em) {
  .diagnostic .service.math .math-inner .result {
    display: block;
    padding: 28px 19px; } }

.diagnostic .service.math .math-inner .result__title {
  margin: 0 auto;
  color: #1e1e1e;
  font: 2.5rem "S-CoreDream", sans-serif;
  line-height: 3.5rem; }

.diagnostic .service.math .math-inner .result .line-vertical {
  display: inline-block;
  width: 3px;
  height: 23px;
  margin: 0 36px 0 33px;
  background-color: #22828d; }

@media (max-width: 47.99em) {
  .diagnostic .service.math .math-inner .result .line-vertical {
    width: 23px;
    height: 3px;
    margin: 13px 0; } }

.diagnostic .service.math .math-inner .result .select-frame {
  margin-right: 20px; }

@media (max-width: 47.99em) {
  .diagnostic .service.math .math-inner .result .select-frame {
    width: 100%; } }

.diagnostic .service.math .math-inner .result .select-frame select {
  width: 319px;
  border-color: #d6d6d6;
  font-size: 20px; }

@media (max-width: 47.99em) {
  .diagnostic .service.math .math-inner .result .select-frame select {
    width: 100%; } }

.diagnostic .service.math .math-inner .result .btn.btn--em {
  border-radius: 0;
  font-size: 18px; }

@media (max-width: 63.99em) {
  .diagnostic .service.math .math-inner .result .btn.btn--em {
    margin: 0 auto; } }

@media (max-width: 47.99em) {
  .diagnostic .service.math .math-inner .result .btn.btn--em {
    width: 100%;
    margin-top: 10px;
    padding-top: 19px;
    padding-bottom: 19px; } }

.diagnostic .service.math .math-inner .notice-frame {
  border-top: 1px solid #dfe1e1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 26px; }

.diagnostic .service.math .math-inner .notice-frame h4 {
  padding-bottom: 11px;
  color: #1b2122;
  font-size: 1.8rem;
  font-weight: 700; }

.diagnostic .service.math .math-inner .notice-frame .icon-mark {
  display: inline-block;
  width: 17px;
  height: 18px;
  background: url(../image/homelearn/diagnostic-test/icon_mark.png) no-repeat center/contain;
  vertical-align: -3px; }

.diagnostic .service.math .math-inner .notice-frame ul.notice-list li {
  position: relative;
  padding: 3px 0 0 10px;
  color: #8d8d8d;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px; }

@media (max-width: 47.99em) {
  .diagnostic .service.math .math-inner .notice-frame ul.notice-list li {
    font-size: 18px;
    line-height: 25px; } }

.diagnostic .service.math .math-inner .notice-frame ul.notice-list li::before {
  content: '-';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 1px; }

.diagnostic .service.math .math-inner .notice-frame ul.notice-list li:first-child {
  padding-top: 0; }

.diagnostic .feature {
  position: relative; }

.diagnostic .feature::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 50%;
  left: 0;
  background: #F5F7F7; }

.diagnostic .feature .l-wrap {
  padding: 5rem 0 4rem;
  background-image: url(../image/homelearn/diagnostic-test/feature-bg.jpg);
  background-position: 60% 50%;
  background-size: cover; }

.diagnostic .feature__h {
  margin-bottom: 3rem;
  text-align: center;
  color: #FFF; }

.diagnostic .feature .ul {
  margin: 0 20px;
  color: #FFF; }

.diagnostic .feature .ul li::before {
  background: #FFF; }

@media (min-width: 45em) {
  .diagnostic .feature .l-wrap {
    padding-left: 46px;
    padding-right: 46px; }
  .diagnostic .feature .ul {
    margin: 0; } }

@media (min-width: 60em) {
  .diagnostic .feature .l-wrap {
    padding: 8rem 10rem;
    background-position: 50% 50%; } }

.diagnostic .recommend {
  padding-top: 7rem;
  padding-bottom: 8rem; }

.diagnostic .recommend__h {
  margin-bottom: 4rem;
  text-align: center; }

.diagnostic .recommend .faq {
  margin-bottom: 0; }

.diagnostic .recommend .faq .item__toggle::before {
  content: 'Q';
  display: block;
  font-size: 15px;
  color: #58686F; }

.diagnostic .recommend .faq .item__cont p {
  margin: 0; }

.diagnostic .recommend .faq .item__cont ul {
  margin-top: 1rem;
  margin-bottom: 0;
  padding-top: 2rem;
  border-top: 1px solid #DFE4E6; }

@media (min-width: 60em) {
  .diagnostic .recommend {
    padding-top: 9rem;
    padding-bottom: 12rem; }
  .diagnostic .recommend__h {
    margin-bottom: 5.5rem; }
  .diagnostic .recommend .faq .item__toggle::before {
    position: absolute;
    top: 20px;
    left: 50px; }
  .diagnostic .recommend .faq .item__cont ul {
    margin-top: 2rem; }
  .diagnostic .recommend .faq .item__cont ul li {
    display: inline-block;
    margin-left: 3rem; }
  .diagnostic .recommend .faq .item__cont ul li:first-child {
    margin-left: 0; } }

.media-holder {
  overflow: hidden;
  position: relative;
  height: 0; }

.media-holder__child {
  position: absolute;
  top: 0;
  left: 0; }

.i-screamedu {
  padding-top: 0; }

.i-screamedu .hero__cap {
  display: block;
  margin-bottom: 2rem; }

.i-screamedu .hero__cap i {
  font-family: "NotoSans", sans-serif;
  font-style: normal; }

.i-screamedu .l-cont {
  position: relative;
  z-index: 10; }

.i-screamedu .overview {
  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;
  text-align: center;
  margin: 0 20px;
  padding-bottom: 5rem;
  min-height: calc(100vh - 160px); }

.i-screamedu .overview__img {
  width: 200px;
  margin-bottom: 10px; }

.i-screamedu .overview__p {
  color: #FFF;
  margin-top: 1.5em;
  margin-bottom: 0;
  word-break: keep-all;
  word-wrap: break-word; }

.i-screamedu .overview__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 4rem; }

.i-screamedu .overview__list li {
  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: 50%;
  margin: 1rem 0; }

.i-screamedu .overview__list li img {
  width: auto !important; }

@media (max-width: 44.99em) {
  .i-screamedu .overview__p br {
    display: none; } }

@media (min-width: 60em) {
  .i-screamedu .overview {
    margin-bottom: 0;
    padding-bottom: 12rem; }
  .i-screamedu .overview__p {
    margin-top: 6rem; }
  .i-screamedu .overview__p + .overview__p {
    margin-top: 4rem; }
  .i-screamedu .overview__list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 1040px;
    margin: calc(5rem + 5vh) auto 0; }
  .i-screamedu .overview__list li {
    width: 260px;
    padding: 0;
    -ms-flex-negative: 1;
        flex-shrink: 1; }
  .i-screamedu .overview__list li img {
    width: auto !important; } }

.i-screamedu .value {
  overflow: hidden;
  position: relative;
  padding-top: 10rem;
  background: #FFF; }

.i-screamedu .value .media-holder {
  padding-bottom: 58.27%; }

.i-screamedu .value__img-box {
  zoom: 1; }

.i-screamedu .value__img-box::before {
  content: '';
  display: block; }

.i-screamedu .value__img-box::after {
  content: '';
  display: table;
  clear: both; }

.i-screamedu .value__img-wrap {
  width: 75%; }

.i-screamedu .value__img-wrap--2 {
  float: right;
  margin-top: 1rem; }

.i-screamedu .value__img {
  display: block;
  width: 100%; }

.i-screamedu .value__cont {
  position: relative;
  margin: 6rem 20px 0; }

.i-screamedu .value__cap {
  color: #22828D; }

.i-screamedu .value__h {
  margin-left: -0.05em;
  margin-top: 0.7rem; }

.i-screamedu .value__p {
  margin-top: 4rem;
  margin-bottom: 0;
  color: #353f43; }

.i-screamedu .value__p + .value__p {
  margin-top: 3rem; }

@media (min-width: 60em) {
  .i-screamedu .value {
    margin-top: 16rem;
    padding-top: 0;
    padding-bottom: 10rem; }
  .i-screamedu .value__visual {
    padding-bottom: 100vh; }
  .i-screamedu .value__img-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .i-screamedu .value__img-wrap {
    width: auto;
    width: 70%;
    max-width: 1200px;
    height: 640px; }
  .i-screamedu .value__img-wrap--1 {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .i-screamedu .value__img-wrap--2 {
    float: none;
    margin-top: 0;
    margin-left: 40px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .i-screamedu .value .media-holder {
    height: 100%;
    padding-bottom: 0; }
  .i-screamedu .value__cont {
    margin-top: 10rem;
    width: 550px;
    margin-left: 40%; }
  .i-screamedu .value__p {
    margin-top: 6rem; }
  .i-screamedu .value__p + .value__p {
    margin-top: 3.5rem; } }

@media (min-width: 85.375em) {
  .i-screamedu .value__cont {
    width: 620px; } }

.i-screamedu .world-map {
  overflow: hidden;
  padding: 8rem 0 4rem;
  background: #FFF;
  text-align: center; }

.i-screamedu .world-map__pad {
  width: 800px;
  padding-right: 20px; }

.i-screamedu .world-map__img {
  display: block;
  width: 100%; }

@media (min-width: 45em) {
  .i-screamedu .world-map__pad {
    width: 1060px;
    max-width: 100%; } }

@media (min-width: 60em) {
  .i-screamedu .world-map__pad {
    margin-left: auto;
    margin-right: auto; } }

@media (min-width: 85.375em) {
  .i-screamedu .world-map {
    padding: 10rem 0 12rem; } }

.i-screamedu .conclusion {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 100vh;
  background-color: #202020;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.i-screamedu .conclusion__bg {
  position: absolute;
  top: -300px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../image/homelearn/i-screamedu/conclusion-bg-sm.jpg) center top no-repeat;
  background-size: cover; }

.i-screamedu .conclusion__cont {
  position: relative;
  max-width: 840px;
  margin: 0 20px;
  padding-bottom: 8rem; }

.i-screamedu .conclusion__h {
  color: #FFF;
  margin: 0 0 1.2em;
  word-break: keep-all;
  word-wrap: break-word; }

.i-screamedu .conclusion__h br {
  display: none; }

.i-screamedu .conclusion__img {
  max-width: 200px; }

@media (min-width: 45em) {
  .i-screamedu .conclusion__h br {
    display: inline; } }

@media (min-width: 60em) {
  .i-screamedu .conclusion__bg {
    background-image: url(../image/homelearn/i-screamedu/conclusion-bg-lg.jpg); }
  .i-screamedu .conclusion__cont {
    padding-bottom: calc(70px + 4vh); }
  .i-screamedu .conclusion__h {
    margin-bottom: 2em; } }

.learner {
  padding-top: 0;
  scroll-behavior: smooth; }

.learner .indicator {
  position: fixed;
  z-index: 15;
  top: 50%;
  right: 50px;
  margin: auto;
  text-align: right;
  -webkit-transform: translatey(-50%);
      -ms-transform: translatey(-50%);
          transform: translatey(-50%); }

.learner .indicator li {
  display: block; }

@media (max-width: 44.99em) {
  .learner .indicator {
    display: none; } }

.learner .txt-flex {
  font-style: normal;
  background: -o-linear-gradient(45deg, #04436A, #22828D, #42C2D1);
  background: linear-gradient(45deg, #04436A, #22828D, #42C2D1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.IE .learner .txt-flex {
  background: none;
  color: #22828D; }

.learner .swiper-pagination-bullet:first-child {
  display: none; }

.learner .show-mo {
  display: none; }

.learner .br {
  display: none; }

.learner .hero {
  background: #f5f7f7; }

.learner .hero__video {
  background: #f5f7f7;
  border: none !important; }

.learner .hero__video .video-rwd {
  height: 100%; }

.learner .hero__cont {
  max-width: 100%;
  overflow: initial; }

.learner .hero__cont > img {
  margin: 0 auto 87px; }

.learner .hero__img {
  -webkit-animation: imgmove 1.5s alternate infinite;
          animation: imgmove 1.5s alternate infinite; }

.learner .hero__img img {
  max-width: 100%;
  width: 100%; }

.learner .scene {
  position: relative;
  height: 100vh;
  min-height: 500px;
  -webkit-box-sizing: initial;
          box-sizing: initial; }

.learner .scene-scroll-wrap {
  background: #f5f7f7; }

.learner .scene.overview {
  padding-top: 160px;
  height: calc(100vh - 160px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.learner .scene .pad {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  background-size: cover;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.learner .scene__logo {
  display: block;
  margin-bottom: 19px; }

.learner .scene__deco {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 100%;
  overflow: hidden; }

.learner .scene__deco .marquee-wrap {
  white-space: nowrap; }

.learner .scene__deco .marquee-wrap.is-clone {
  position: absolute;
  top: 0;
  left: 0; }

.learner .scene__deco .marquee {
  display: inline-block; }

.learner .scene__deco i {
  font-family: "S-CoreDream", sans-serif;
  letter-spacing: -0.03em;
  font-size: 20rem;
  font-style: normal;
  margin: 0 5rem; }

.learner .scene--light {
  padding-top: 160px;
  height: calc(100vh - 160px);
  background-color: #e7f5fe; }

.learner .scene--light .scene__h {
  margin-bottom: 30px;
  color: #000;
  font-size: 64px;
  font-weight: 500;
  line-height: 60px;
  letter-spacing: -1.92px;
  font-family: 'S-CoreDream', sans-serif; }

.learner .scene--light .scene__s {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  font-family: 'S-CoreDream', sans-serif;
  font-family: 'NotoSansKR'; }

.learner .scene--light .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 80px;
  padding-bottom: 92px; }

@media (min-width: 960px) and (max-width: 1150px) {
  .learner .scene--light .box {
    display: block;
    margin-top: 10px;
    padding-bottom: 0; }
  .learner .scene--light .box ul {
    margin-top: 30px; }
  .learner .scene--light .box img {
    max-width: 450px; } }

.learner .scene--light .box img {
  -webkit-animation: imgmove 1.5s alternate infinite;
          animation: imgmove 1.5s alternate infinite; }

.learner .scene--light .box ul {
  padding-left: 64px; }

.learner .scene--light .box ul li {
  margin-bottom: 30px;
  text-align: left; }

.learner .scene--light .box ul li:last-child {
  margin-bottom: 0; }

.learner .scene--light .box ul li h4 {
  color: #000;
  font-size: 27px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: normal;
  font-family: 'S-CoreDream', sans-serif;
  font-family: 'NotoSansKR'; }

.learner .scene--light .box ul li span {
  display: block;
  margin-top: 10px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  font-family: 'S-CoreDream', sans-serif;
  font-family: 'NotoSansKR'; }

.learner .scene--flexible {
  padding-top: 160px;
  height: calc(100vh - 160px);
  background-color: #fff; }

.learner .scene--flexible .scene__h {
  margin-bottom: 28px;
  color: #000;
  font-size: 64px;
  font-weight: 500;
  line-height: 60px;
  letter-spacing: -1.92px;
  font-family: 'S-CoreDream', sans-serif; }

.learner .scene--flexible .scene__s {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  font-family: 'S-CoreDream', sans-serif;
  font-family: 'NotoSansKR'; }

.learner .scene--flexible .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 34px;
  padding-bottom: 97px; }

@media (min-width: 960px) and (max-width: 1150px) {
  .learner .scene--flexible .box {
    display: block;
    margin-top: 10px;
    padding-bottom: 0; }
  .learner .scene--flexible .box img {
    max-width: 450px; }
  .learner .scene--flexible .box ul {
    margin-top: 30px; } }

.learner .scene--flexible .box img {
  -webkit-animation: imgmove 1.5s alternate infinite;
          animation: imgmove 1.5s alternate infinite; }

.learner .scene--flexible .box ul {
  padding: 25px 92px 0 0; }

.learner .scene--flexible .box ul li {
  margin-bottom: 30px;
  text-align: left; }

.learner .scene--flexible .box ul li:last-child {
  margin-bottom: 0; }

.learner .scene--flexible .box ul li h4 {
  color: #000;
  font-size: 27px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: normal;
  font-family: 'S-CoreDream', sans-serif;
  font-family: 'NotoSansKR'; }

.learner .scene--flexible .box ul li span {
  display: block;
  margin-top: 10px;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  font-family: 'S-CoreDream', sans-serif;
  font-family: 'NotoSansKR'; }

.learner .scene--preference {
  padding-top: 160px;
  height: calc(100vh - 160px);
  background: #42c2d1; }

.learner .scene--preference .scene__h {
  padding-top: 8px;
  margin-bottom: 28px;
  color: #000;
  font-size: 64px;
  font-weight: 500;
  line-height: 61px;
  letter-spacing: -1.92px;
  font-family: 'S-CoreDream', sans-serif; }

.learner .scene--preference .scene__s {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  font-family: 'S-CoreDream', sans-serif;
  font-family: 'NotoSansKR'; }

.learner .scene--smart {
  padding-top: 160px;
  height: calc(100vh - 160px);
  background: #42c2d1; }

.learner .scene--smart .pad {
  position: relative; }

.learner .scene--smart .scene__s {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: normal;
  font-family: 'S-CoreDream', sans-serif;
  font-family: 'NotoSansKR';
  z-index: 2; }

.learner .scene--smart .scene__h {
  margin: 27px 0 48px;
  color: #000;
  font-size: 50px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: -1.5px;
  font-family: 'S-CoreDream', sans-serif;
  z-index: 2; }

.learner .scene--smart img {
  z-index: 2; }

.learner .scene--smart .scene__f {
  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;
  margin: 44px 0 42px; }

.learner .scene--smart .scene__f li {
  padding: 0 30px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  font-family: 'S-CoreDream', sans-serif;
  font-family: 'NotoSansKR';
  border-right: 1px solid #25adc0; }

.learner .scene--smart .scene__f li:first-child {
  padding-left: 0; }

.learner .scene--smart .scene__f li:last-child {
  padding-right: 0;
  border: none; }

.learner .scene--smart .scene__deco {
  top: 30%; }

.learner .scene--smart .scene__deco i {
  margin: 0 170px;
  color: rgba(34, 130, 141, 0.6);
  font-size: 200px;
  font-weight: 500;
  line-height: 162px;
  letter-spacing: -6px;
  font-family: 'S-CoreDream', sans-serif; }

.learner .scene--smart .btn {
  width: 176px;
  height: 46px;
  padding: 0;
  background: #000;
  border-radius: 23px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 46px;
  letter-spacing: normal;
  font-family: 'S-CoreDream', sans-serif; }

.learner .scene--smart .btn:hover, .learner .scene--smart .btn:focus {
  outline: none;
  border: none; }

.learner .scene.premium {
  padding-top: 160px;
  height: calc(100vh - 160px); }

.learner .scene.premium .pad {
  position: relative; }

.learner .scene.premium .scene__h {
  margin: 27px 0 48px;
  color: #000;
  font-size: 50px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: -1.5px;
  font-family: 'S-CoreDream', sans-serif;
  z-index: 2; }

.learner .scene.premium img {
  z-index: 2; }

.learner .scene.premium .scene__f {
  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;
  margin: 44px 0 42px; }

.learner .scene.premium .scene__f li {
  padding: 0 30px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  font-family: 'S-CoreDream', sans-serif;
  font-family: 'NotoSansKR';
  border-right: 1px solid #dedfe0; }

.learner .scene.premium .scene__f li:first-child {
  padding-left: 0; }

.learner .scene.premium .scene__f li:last-child {
  padding-right: 0;
  border: none; }

.learner .scene.premium .btn {
  width: 176px;
  height: 46px;
  padding: 0;
  background: #000;
  border-radius: 23px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 46px;
  letter-spacing: normal;
  font-family: 'S-CoreDream', sans-serif; }

.learner .scene.premium .btn:hover, .learner .scene.premium .btn:focus {
  outline: none;
  border: none; }

.learner .scene--premium1 {
  background: #eef1f3; }

.learner .scene--premium1 .scene__s {
  color: #353f43;
  font-size: 18px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: normal;
  font-family: 'S-CoreDream', sans-serif;
  font-family: 'NotoSansKR';
  z-index: 2; }

.learner .scene--premium1 .scene__deco {
  top: 30%; }

.learner .scene--premium1 .scene__deco i {
  margin: 0 200px;
  color: #dadbdc;
  font-size: 200px;
  font-weight: 500;
  line-height: 162px;
  letter-spacing: -6px;
  font-family: 'S-CoreDream', sans-serif; }

.learner .scene--premium2 {
  background: #e7fef1; }

.learner .scene--premium2 .scene__s {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: normal;
  font-family: 'S-CoreDream', sans-serif;
  font-family: 'NotoSansKR';
  z-index: 2; }

.learner .scene--premium2 .scene__deco {
  top: 30%; }

.learner .scene--premium2 .scene__deco i {
  margin: 0 200px;
  color: #bee2cd;
  font-size: 200px;
  font-weight: 500;
  line-height: 162px;
  letter-spacing: -6px;
  font-family: 'S-CoreDream', sans-serif; }

.learner .scene--premium3.premium {
  padding: 160px 0 115px;
  height: 100%;
  background: #e8e7fe; }

.learner .scene--premium3.premium .scene__f {
  margin-bottom: 30px; }

.learner .scene--premium3.premium .scene__f .show-mo {
  display: none; }

.learner .scene--premium3.premium .scene__s {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: normal;
  font-family: 'S-CoreDream', sans-serif;
  font-family: 'NotoSansKR';
  z-index: 2; }

.learner .scene--premium3.premium .scene__deco {
  top: 30%; }

.learner .scene--premium3.premium .scene__deco i {
  margin: 0 200px;
  color: #c8c6f4;
  font-size: 200px;
  font-weight: 500;
  line-height: 162px;
  letter-spacing: -6px;
  font-family: 'S-CoreDream', sans-serif; }

.learner .scene--premium3.premium .scene__h {
  margin: 27px 0 40px; }

.learner .scene--premium3.premium small {
  display: block;
  margin-bottom: 49px;
  color: #72878f;
  font-size: 15px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: normal;
  font-family: 'S-CoreDream', sans-serif;
  font-family: 'NotoSansKR'; }

@media (min-width: 60em) {
  .learner .scene {
    min-height: 800px; }
  .learner .scene__deco {
    top: 39%; }
  .learner .scene__deco i {
    margin: 0 30rem; }
  .learner .scene__img img {
    max-width: none; }
  .learner .scene--flexible .scene__desc {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -35rem;
    text-align: left; } }

.learner .overview__h {
  color: inherit;
  margin-top: 0;
  margin-bottom: 2rem; }

.learner .overview__list {
  margin-top: 0; }

.learner .overview__list p {
  margin: 0; }

.learner .overview__list .item:nth-child(2) {
  margin: 24px 0; }

.learner .overview__list .item__h {
  color: #000;
  font-size: 64px;
  font-weight: 500;
  line-height: 64px;
  letter-spacing: -1.92px;
  font-family: 'S-CoreDream', sans-serif; }

@-webkit-keyframes imgmove {
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes imgmove {
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@media (max-width: 59.99em) {
  .learner .show-pc {
    display: none; }
  .learner .show-mo {
    display: block; }
  .learner .hero {
    position: relative;
    height: auto;
    padding: 247px 0 184px; }
  .learner .hero__video {
    background: #f5f7f7;
    border: none !important; }
  .learner .hero__cont {
    max-width: 100%;
    margin: 0 auto;
    padding: 0; }
  .learner .hero__cont > img {
    margin: 0 auto 140px; }
  .learner .hero__cont .device-swiper-wrapper .swiper-slide {
    max-width: 499px; }
  .learner .hero__cont .device-swiper-wrapper .swiper-controller {
    display: none; }
  .learner .hero__scrollguidance {
    -webkit-animation: jump_mo 0.7s ease-in infinite;
            animation: jump_mo 0.7s ease-in infinite; }
  @-webkit-keyframes jump_mo {
    0% {
      bottom: 125px; }
    50% {
      bottom: 130px; }
    100% {
      bottom: 125px; } }
  @keyframes jump_mo {
    0% {
      bottom: 125px; }
    50% {
      bottom: 130px; }
    100% {
      bottom: 125px; } }
  .learner .scene.overview {
    padding: 400px 0;
    height: auto;
    min-height: auto; }
  .learner .scene.overview .item:nth-child(2) {
    margin: 26px 0; }
  .learner .scene.overview .item__h {
    font-size: 72px;
    line-height: 72px;
    letter-spacing: -2.16px; }
  .learner .scene__logo {
    display: block;
    margin-bottom: 41px; }
  .learner .scene--light {
    padding: 200px 0;
    height: auto; }
  .learner .scene--light .scene__h {
    margin-bottom: 38px;
    font-size: 72px;
    line-height: 68px;
    letter-spacing: -2.16px; }
  .learner .scene--light .scene__s {
    font-size: 32px; }
  .learner .scene--light .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 82px;
    padding-bottom: 0; }
  .learner .scene--light .box ul {
    margin-top: 79px;
    padding-left: 36px; }
  .learner .scene--light .box ul li {
    margin-bottom: 50px; }
  .learner .scene--light .box ul li h4 {
    font-size: 36px;
    line-height: 36px; }
  .learner .scene--light .box ul li span {
    margin-top: 25px;
    font-size: 32px; }
  .learner .scene--light .box ul li span br {
    display: none; }
  .learner .scene--light .box ul li span br.br {
    display: block; }
  .learner .scene--flexible {
    padding: 200px 0;
    height: auto; }
  .learner .scene--flexible .scene__h {
    margin-bottom: 39px;
    font-size: 72px;
    line-height: 69px;
    letter-spacing: -2.16px; }
  .learner .scene--flexible .scene__s {
    font-size: 32px; }
  .learner .scene--flexible .scene__s .br {
    display: block; }
  .learner .scene--flexible .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 50px;
    padding-bottom: 0; }
  .learner .scene--flexible .box ul {
    padding: 79px 0 0 26px; }
  .learner .scene--flexible .box ul li {
    margin-bottom: 50px; }
  .learner .scene--flexible .box ul li h4 {
    font-size: 36px;
    line-height: 36px; }
  .learner .scene--flexible .box ul li span {
    margin-top: 25px;
    font-size: 32px; }
  .learner .scene--flexible .box ul li span br {
    display: none; }
  .learner .scene--flexible .box ul li span br.br {
    display: block; }
  .learner .scene--preference {
    padding: 400px 0;
    height: auto;
    min-height: auto; }
  .learner .scene--preference .scene__h {
    padding-top: 0px;
    margin-bottom: 40px;
    font-size: 72px;
    line-height: 69px;
    letter-spacing: -2.16px; }
  .learner .scene--preference .scene__s {
    font-size: 32px; }
  .learner .scene--preference .scene__s .br {
    display: block; }
  .learner .scene--smart {
    padding: 200px 0;
    height: auto;
    min-height: auto; }
  .learner .scene--smart .scene__s {
    font-size: 32px;
    line-height: 30px; }
  .learner .scene--smart .scene__h {
    margin: 36px 0 80px;
    font-size: 66px;
    line-height: 63px;
    letter-spacing: -1.98px; }
  .learner .scene--smart .scene__f {
    max-width: 548px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 80px auto 86px; }
  .learner .scene--smart .scene__f li {
    position: relative;
    width: 252px;
    height: 104px;
    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;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
    font-size: 32px;
    border-right: none;
    margin-right: 10px;
    margin-bottom: 10px; }
  .learner .scene--smart .scene__f li:nth-child(2n) {
    margin-left: 10px;
    margin-right: 0; }
  .learner .scene--smart .scene__f li:nth-child(2n)::before {
    position: absolute;
    left: -10px;
    top: 0;
    width: 1px;
    height: 104px;
    background: rgba(56, 171, 184, 0.6);
    content: ''; }
  .learner .scene--smart .scene__f li:nth-child(n + 3) {
    margin-top: 10px;
    margin-bottom: 0px; }
  .learner .scene--smart .scene__f li:nth-child(n + 3)::after {
    position: absolute;
    left: 0;
    top: -10px;
    width: 252px;
    height: 1px;
    background: rgba(56, 171, 184, 0.6);
    content: ''; }
  .learner .scene--smart .scene__deco {
    top: 33%; }
  .learner .scene--smart .scene__deco i {
    margin: 0 250px;
    font-size: 200px;
    line-height: 162px;
    letter-spacing: -6px; }
  .learner .scene--smart .btn {
    width: 450px;
    height: 110px;
    border-radius: 55px;
    font-size: 36px;
    line-height: 108px; }
  .learner .scene.premium {
    padding: 200px 0;
    height: auto;
    min-height: auto; }
  .learner .scene.premium .scene__h {
    margin: 36px 0 79px;
    font-size: 66px;
    line-height: normal;
    letter-spacing: -1.98px; }
  .learner .scene.premium .scene__h .br {
    display: block; }
  .learner .scene.premium .scene__f {
    max-width: 548px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 80px auto 86px; }
  .learner .scene.premium .scene__f li {
    position: relative;
    width: 252px;
    height: 104px;
    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;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
    font-size: 32px;
    border-right: none;
    margin-right: 10px;
    margin-bottom: 10px; }
  .learner .scene.premium .scene__f li:nth-child(2n) {
    margin-left: 10px;
    margin-right: 0; }
  .learner .scene.premium .scene__f li:nth-child(2n)::before {
    position: absolute;
    left: -10px;
    top: 0;
    width: 1px;
    height: 104px;
    background: rgba(199, 203, 206, 0.6);
    content: ''; }
  .learner .scene.premium .scene__f li:nth-child(n + 3) {
    margin-top: 10px;
    margin-bottom: 0px; }
  .learner .scene.premium .scene__f li:nth-child(n + 3)::after {
    position: absolute;
    left: 0;
    top: -10px;
    width: 252px;
    height: 1px;
    background: rgba(199, 203, 206, 0.6);
    content: ''; }
  .learner .scene.premium .scene__f li:last-child br {
    display: none; }
  .learner .scene.premium .scene__f li:last-child br.br {
    display: block; }
  .learner .scene.premium .btn {
    width: 450px;
    height: 110px;
    border-radius: 55px;
    font-size: 36px;
    line-height: 108px; }
  .learner .scene--premium1 {
    background: #eef1f3; }
  .learner .scene--premium1 .scene__s {
    color: #000;
    font-size: 32px;
    line-height: 30px; }
  .learner .scene--premium1 .scene__deco {
    top: 33%; }
  .learner .scene--premium1 .scene__deco i {
    margin: 0 185px;
    font-size: 200px;
    line-height: 162px;
    letter-spacing: -6px; }
  .learner .scene--premium2 .scene__s {
    color: #000;
    font-size: 32px;
    line-height: 30px; }
  .learner .scene--premium2 .scene__deco {
    top: 33%; }
  .learner .scene--premium2 .scene__deco i {
    margin: 0 185px;
    font-size: 200px;
    line-height: 162px;
    letter-spacing: -6px; }
  .learner .scene--premium3.premium {
    background: #e8e7fe; }
  .learner .scene--premium3.premium .scene__f {
    max-width: 548px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 80px auto 86px; }
  .learner .scene--premium3.premium .scene__f li {
    position: relative;
    width: 252px;
    height: 104px;
    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;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
    font-size: 32px;
    border-right: none;
    margin-right: 10px;
    margin-bottom: 10px; }
  .learner .scene--premium3.premium .scene__f li:nth-child(3) {
    margin-left: 10px;
    margin-right: 0; }
  .learner .scene--premium3.premium .scene__f li:nth-child(3)::before {
    position: absolute;
    left: -10px;
    top: 0;
    width: 1px;
    height: 104px;
    background: rgba(199, 203, 206, 0.6);
    content: ''; }
  .learner .scene--premium3.premium .scene__f li:nth-child(3) br {
    display: none; }
  .learner .scene--premium3.premium .scene__f li:nth-child(3) br.br {
    display: block; }
  .learner .scene--premium3.premium .scene__f li:nth-child(1), .learner .scene--premium3.premium .scene__f li:nth-child(3) {
    margin-top: 10px;
    margin-bottom: 0px; }
  .learner .scene--premium3.premium .scene__f li:nth-child(1)::after, .learner .scene--premium3.premium .scene__f li:nth-child(3)::after {
    position: absolute;
    left: 0;
    top: auto;
    bottom: -10px;
    width: 252px;
    height: 1px;
    background: rgba(199, 203, 206, 0.6);
    content: ''; }
  .learner .scene--premium3.premium .scene__f li:last-child {
    width: 100%;
    margin-top: 16px; }
  .learner .scene--premium3.premium .scene__f li:last-child::before, .learner .scene--premium3.premium .scene__f li:last-child::after {
    display: none; }
  .learner .scene--premium3.premium .scene__f li:last-child br {
    display: block; }
  .learner .scene--premium3.premium .scene__f .show-mo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .learner .scene--premium3.premium .scene__f .show-pc {
    display: none; }
  .learner .scene--premium3.premium .scene__s {
    color: #000;
    font-size: 32px;
    line-height: 30px; }
  .learner .scene--premium3.premium .scene__deco {
    top: 33%; }
  .learner .scene--premium3.premium .scene__deco i {
    margin: 0 185px;
    font-size: 200px;
    line-height: 162px;
    letter-spacing: -6px; }
  .learner .scene--premium3.premium .scene__h {
    margin: 36px 0 66px; }
  .learner .scene--premium3.premium small {
    margin-bottom: 100px;
    font-size: 30px; }
  .learner .scene--premium3.premium small .br {
    display: block; } }

@media (max-width: 44.99em) {
  .learner .hero {
    padding: 122px 0 92px; }
  .learner .hero__cont > img {
    margin: 0 auto 70px;
    max-width: 280px; }
  .learner .hero__cont .device-swiper-wrapper .swiper-slide {
    max-width: 248px; }
  .learner .hero__scrollguidance {
    -webkit-animation: jump_mo 0.7s ease-in infinite;
            animation: jump_mo 0.7s ease-in infinite; }
  @-webkit-keyframes jump_mo {
    0% {
      bottom: 62px; }
    50% {
      bottom: 65px; }
    100% {
      bottom: 65px; } }
  @keyframes jump_mo {
    0% {
      bottom: 62px; }
    50% {
      bottom: 65px; }
    100% {
      bottom: 65px; } }
  .learner .scene.overview {
    padding: 200px 0;
    height: auto;
    min-height: auto; }
  .learner .scene.overview .overview__list .item {
    opacity: 1 !important; }
  .learner .scene.overview .item:nth-child(2) {
    margin: 13px 0; }
  .learner .scene.overview .item__h {
    font-size: 36px;
    line-height: 36px;
    letter-spacing: -1.08px; }
  .learner .scene__logo {
    max-width: 32px;
    margin: 0 auto 20px; }
  .learner .scene--light {
    padding: 100px 0; }
  .learner .scene--light .scene__h {
    margin-bottom: 19px;
    font-size: 36px;
    line-height: 34px;
    letter-spacing: -1.08px; }
  .learner .scene--light .scene__s {
    font-size: 16px; }
  .learner .scene--light .box {
    margin-top: 41px; }
  .learner .scene--light .box > img {
    max-width: 318px;
    margin: 0 auto; }
  .learner .scene--light .box ul {
    margin-top: 38px;
    padding-left: 18px; }
  .learner .scene--light .box ul li {
    margin-bottom: 25px; }
  .learner .scene--light .box ul li h4 {
    font-size: 18px;
    line-height: 18px; }
  .learner .scene--light .box ul li span {
    margin-top: 12px;
    font-size: 16px; }
  .learner .scene--flexible {
    padding: 100px 0; }
  .learner .scene--flexible .scene__h {
    margin-bottom: 19px;
    font-size: 36px;
    line-height: 34px;
    letter-spacing: -1.08px; }
  .learner .scene--flexible .scene__s {
    font-size: 16px; }
  .learner .scene--flexible .box {
    margin-top: 25px; }
  .learner .scene--flexible .box > img {
    max-width: 310px;
    margin: 0 auto; }
  .learner .scene--flexible .box ul {
    padding: 39px 0 0 13px; }
  .learner .scene--flexible .box ul li {
    margin-bottom: 25px; }
  .learner .scene--flexible .box ul li h4 {
    font-size: 18px;
    line-height: 18px; }
  .learner .scene--flexible .box ul li span {
    margin-top: 12px;
    font-size: 16px; }
  .learner .scene--preference {
    padding: 200px 0; }
  .learner .scene--preference .scene__h {
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 34px;
    letter-spacing: -1.08px;
    opacity: 1 !important; }
  .learner .scene--preference .scene__s {
    font-size: 16px;
    opacity: 1 !important; }
  .learner .scene--smart {
    padding: 100px 0; }
  .learner .scene--smart .scene__s {
    font-size: 16px;
    line-height: 15px; }
  .learner .scene--smart .scene__h {
    margin: 18px 0 40px;
    font-size: 33px;
    line-height: 31px;
    letter-spacing: -0.99px; }
  .learner .scene--smart img {
    max-width: 250px;
    margin: 0 auto; }
  .learner .scene--smart .scene__f {
    max-width: 274px;
    margin: 40px auto 43px; }
  .learner .scene--smart .scene__f li {
    width: 126px;
    height: 52px;
    font-size: 16px;
    margin-right: 5px;
    margin-bottom: 5px; }
  .learner .scene--smart .scene__f li:nth-child(2n) {
    margin-left: 5px; }
  .learner .scene--smart .scene__f li:nth-child(2n)::before {
    left: -5px;
    height: 52px; }
  .learner .scene--smart .scene__f li:nth-child(n + 3) {
    margin-top: 5px; }
  .learner .scene--smart .scene__f li:nth-child(n + 3)::after {
    top: -5px;
    width: 126px; }
  .learner .scene--smart .scene__deco {
    top: 33%; }
  .learner .scene--smart .scene__deco i {
    margin: 0 124px;
    font-size: 100px;
    line-height: 80px;
    letter-spacing: -3px; }
  .learner .scene--smart .btn {
    width: 225px;
    height: 54px;
    border-radius: 27px;
    font-size: 18px;
    line-height: 52px; }
  .learner .scene.premium {
    padding: 100px 0; }
  .learner .scene.premium .scene__h {
    margin: 18px 0 39px;
    font-size: 33px;
    letter-spacing: -0.99px; }
  .learner .scene.premium .scene__f {
    max-width: 274px;
    margin: 40px auto 43px; }
  .learner .scene.premium .scene__f li {
    width: 126px;
    height: 52px;
    font-size: 16px;
    margin-right: 5px;
    margin-bottom: 5px; }
  .learner .scene.premium .scene__f li:nth-child(2n) {
    margin-left: 10px; }
  .learner .scene.premium .scene__f li:nth-child(2n)::before {
    left: -5px;
    height: 52px; }
  .learner .scene.premium .scene__f li:nth-child(n + 3) {
    margin-top: 5px; }
  .learner .scene.premium .scene__f li:nth-child(n + 3)::after {
    top: -5px;
    width: 126px; }
  .learner .scene.premium .btn {
    width: 224px;
    height: 54px;
    border-radius: 27px;
    font-size: 18px;
    line-height: 52px; }
  .learner .scene--premium1 .scene__s {
    font-size: 16px;
    line-height: 15px; }
  .learner .scene--premium1 img {
    max-width: 244px;
    margin: 0 auto; }
  .learner .scene--premium1 .scene__deco {
    top: 33%; }
  .learner .scene--premium1 .scene__deco i {
    margin: 0 92px;
    font-size: 100px;
    line-height: 80px;
    letter-spacing: -3px; }
  .learner .scene--premium2 .scene__s {
    font-size: 16px;
    line-height: 15px; }
  .learner .scene--premium2 img {
    max-width: 242px;
    margin: 0 auto; }
  .learner .scene--premium2 .scene__deco {
    top: 33%; }
  .learner .scene--premium2 .scene__deco i {
    margin: 0 92px;
    font-size: 100px;
    line-height: 80px;
    letter-spacing: -3px; }
  .learner .scene--premium3.premium > .pad > img {
    max-width: 294px;
    margin: 0 auto; }
  .learner .scene--premium3.premium .scene__f {
    max-width: 274px;
    margin: 40px auto 43px; }
  .learner .scene--premium3.premium .scene__f li {
    width: 126px;
    height: 52px;
    font-size: 16px;
    margin-right: 5px;
    margin-bottom: 5px; }
  .learner .scene--premium3.premium .scene__f li:nth-child(3) {
    margin-left: 5px; }
  .learner .scene--premium3.premium .scene__f li:nth-child(3)::before {
    left: -5px;
    height: 52px; }
  .learner .scene--premium3.premium .scene__f li:nth-child(1), .learner .scene--premium3.premium .scene__f li:nth-child(3) {
    margin-top: 5px; }
  .learner .scene--premium3.premium .scene__f li:nth-child(1)::after, .learner .scene--premium3.premium .scene__f li:nth-child(3)::after {
    top: auto;
    bottom: -5px;
    width: 126px; }
  .learner .scene--premium3.premium .scene__f li:last-child {
    margin-top: 8px; }
  .learner .scene--premium3.premium .scene__s {
    color: #000;
    font-size: 16px;
    line-height: 15px; }
  .learner .scene--premium3.premium .scene__deco {
    top: 33%; }
  .learner .scene--premium3.premium .scene__deco i {
    margin: 0 92px;
    font-size: 100px;
    line-height: 80px;
    letter-spacing: -3px; }
  .learner .scene--premium3.premium .scene__h {
    margin: 18px 0 33px; }
  .learner .scene--premium3.premium small {
    margin-bottom: 50px;
    font-size: 15px; } }

.loadmap .hero {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(100vh - 60px); }

.loadmap .hero__video {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.loadmap .hero__cap {
  color: #22828D; }

.loadmap .hero__h {
  margin: 1.5rem 0 15rem;
  color: #242A2D; }

@media (min-width: 60em) {
  .loadmap .hero {
    height: calc(100vh - 160px); } }

.loadmap .overview {
  position: relative; }

.loadmap .overview__frame {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 50%;
  border: 1px solid #FFF; }

.loadmap .overview__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  height: 100vh; }

.loadmap .overview__cap {
  color: #22828D; }

.loadmap .overview__h {
  margin: 1.5rem 0;
  color: #242A2D; }

.loadmap .value {
  position: relative;
  padding-top: 10rem;
  background: rgba(245, 247, 247, 0.5);
  z-index: 10; }

.loadmap .value__item {
  max-width: 640px;
  margin: 0 auto;
  padding-bottom: 10rem; }

.loadmap .value__img {
  margin-bottom: 3.5rem; }

.loadmap .value__cap {
  color: #22828D; }

.loadmap .value__h {
  margin-top: 1rem;
  margin-bottom: 1.5rem; }

.loadmap .value__h em {
  color: #22828D;
  background-color: transparent; }

.loadmap .value__p {
  margin: 0;
  color: #353f43;
  word-break: keep-all;
  word-wrap: break-word; }

@media (min-width: 60em) {
  .loadmap .value__h {
    margin-bottom: 2.5rem; }
  .loadmap .value__img, .loadmap .value__cont {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
    margin: 0; }
  .loadmap .value__img {
    margin-top: -15rem; }
  .loadmap .value__cont {
    padding-left: 10px;
    padding-right: 10%; }
  .loadmap .value__item {
    height: calc(100vh - 160px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: none;
    margin: 0;
    padding: 0; }
  .loadmap .value__item:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .loadmap .value__item:nth-child(odd) .value__cont {
    padding-left: 10%;
    padding-right: 10px; }
  .loadmap .value__item:nth-child(odd) .value__img {
    text-align: right;
    padding-left: 20px; } }

.loadmap .conclusion {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center; }

.loadmap .conclusion img {
  max-width: 300px; }

.loadmap .conclusion__logo {
  margin: 0 auto;
  width: 158px;
  height: 25px; }

@media (min-width: 60em) {
  .loadmap .conclusion__logo {
    width: 165px;
    height: 60px; } }

.popo-info {
  background: url(../image/homelearn/popo-info/popo_bg.gif) no-repeat;
  background-position: center top 185px;
  background-size: contain; }

.popo-info .show-mo {
  display: none; }

@media (max-width: 63.99em) {
  .popo-info {
    background-image: url(../image/homelearn/popo-info/popo_bg_MO.gif);
    background-position: initial; } }

.popo-info .hero {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(100vh - 152px); }

@media (orientation: portrait) {
  .Mobile.Safari .popo-info .hero__scrollguidance {
    margin-bottom: -110px; } }

.popo-info .hero__cont {
  padding-top: 30px; }

.popo-info .hero__cap {
  color: #22828D; }

.popo-info .hero__h {
  margin: 0;
  padding-bottom: 36px;
  color: #1b2122;
  font-size: 64px; }

@media (max-width: 47.99em) {
  .popo-info .hero__h {
    font-size: 3.6rem; } }

@media (max-width: 47.99em) {
  .popo-info .hero .popo__img {
    width: 60%;
    padding: 3% 0; } }

.popo-info .feature .l-wrap h2 {
  font: 4.6rem "S-CoreDream", sans-serif;
  letter-spacing: -3px;
  text-align: center; }

@media (max-width: 47.99em) {
  .popo-info .feature .l-wrap h2 {
    padding-top: 73px;
    font-size: 2.8rem; } }

.popo-info .feature__txt {
  margin: 0;
  padding: 35px 0 53px;
  font-size: 2rem;
  font-weight: 500;
  text-align: center; }

@media (max-width: 47.99em) {
  .popo-info .feature__txt {
    font-size: 1.6rem;
    line-height: 2rem; } }

.popo-info .feature .swiper-panorama {
  padding-bottom: 160px;
  text-align: center; }

.popo-info .feature .swiper-panorama .learner-frame {
  display: inline-block;
  position: relative;
  text-align: center; }

.popo-info .feature .swiper-panorama .swiper-container {
  width: 1440px;
  margin: 0 auto;
  padding-top: 33px; }

.popo-info .feature .swiper-panorama .swiper-container .swiper-slide {
  padding: 33px;
  opacity: 0.4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.popo-info .feature .swiper-panorama .swiper-container .swiper-slide.swiper-slide-active {
  background: url(../image/homelearn/popo-info/learner_frame.png) no-repeat center/contain;
  opacity: 1; }

.popo-info .feature .swiper-panorama .swiper-container .swiper-pagination {
  bottom: 0;
  padding: 74px 0 13px; }

.popo-info .feature .swiper-panorama .swiper-container .swiper-pagination span.swiper-pagination-bullet {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0 10px;
  padding: 0 35px;
  border: 0;
  border-radius: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 2px #e8edf4;
          box-shadow: 0px 0px 20px 2px #e8edf4;
  font-size: 23px;
  font-weight: 400;
  line-height: 63px; }

@media (max-width: 89.99em) {
  .popo-info .feature .swiper-panorama .swiper-container .swiper-pagination span.swiper-pagination-bullet {
    padding: 0 20px;
    font-size: 19px;
    line-height: 50px; } }

@media (max-width: 71.4375em) {
  .popo-info .feature .swiper-panorama .swiper-container .swiper-pagination span.swiper-pagination-bullet {
    margin-bottom: 25px; } }

.popo-info .feature .swiper-panorama .swiper-container .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #ff7800;
  color: #fff; }

@media (max-width: 99.99em) {
  .popo-info .feature .swiper-panorama .swiper-container {
    width: 100%; } }

@media (max-width: 47.99em) {
  .popo-info .feature .swiper-panorama .swiper-container {
    padding-top: 0; } }

.popo-info .feature .slick-frame {
  width: 100%; }

.popo-info .feature .slick-frame .slick-slider.mo-view {
  width: 83%;
  margin: 0 auto; }

.popo-info .feature .slick-frame .slick-slider.mo-view .slick-slide {
  padding: 28px 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.popo-info .feature .slick-frame .slick-slider.mo-view .slick-slide.slick-current.slick-active {
  background: url(../image/homelearn/popo-info/learner_frame.png) no-repeat;
  background-position: center top 6px;
  background-size: contain; }

.popo-info .feature .slick-frame .slick-slider.mo-index {
  margin-top: 38px;
  margin-bottom: 88px; }

.popo-info .feature .slick-frame .slick-slider.mo-index .slick-list .slick-track .slick-slide {
  width: auto;
  height: auto;
  margin: 0 7px;
  padding: 0 7px;
  border: 0;
  border-radius: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 2px #e8edf4;
          box-shadow: 0px 0px 20px 2px #e8edf4;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 4.5rem;
  text-align: center; }

.popo-info .feature .slick-frame .slick-slider.mo-index .slick-list .slick-track .slick-slide.slick-active.slick-current {
  background-color: #ff7800;
  color: #fff; }

.popo-info .feature .solo-list {
  width: 1060px;
  margin: 0 auto; }

@media (max-width: 68.75em) {
  .popo-info .feature .solo-list {
    width: 93%; } }

.popo-info .feature .solo-list .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media (max-width: 47.99em) {
  .popo-info .feature .solo-list .list-item {
    display: block; } }

.popo-info .feature .solo-list .list-item .img-frame {
  width: 40%; }

@media (max-width: 64.0625em) {
  .popo-info .feature .solo-list .list-item .img-frame {
    width: 45%; } }

@media (max-width: 47.99em) {
  .popo-info .feature .solo-list .list-item .img-frame {
    display: block;
    width: 93%;
    margin: 0 auto; } }

.popo-info .feature .solo-list .list-item .img-frame img {
  display: block;
  width: 405px;
  margin: 0 auto;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 15px #b3bdd4;
          box-shadow: 0px 0px 15px #b3bdd4; }

.popo-info .feature .solo-list .list-item .txt-frame {
  width: 60%;
  padding-left: 39px; }

@media (max-width: 64.0625em) {
  .popo-info .feature .solo-list .list-item .txt-frame {
    width: 55%;
    padding-left: 20px; } }

@media (max-width: 47.99em) {
  .popo-info .feature .solo-list .list-item .txt-frame {
    width: 100%;
    padding-left: 0; } }

.popo-info .feature .solo-list .list-item .txt-frame .frame-title {
  color: #032b44;
  font: 3.0rem "S-CoreDream", sans-serif; }

@media (max-width: 47.99em) {
  .popo-info .feature .solo-list .list-item .txt-frame .frame-title {
    width: 93%;
    margin: 35px auto 0;
    font-size: 2.4rem; } }

@media (max-width: 64.0625em) {
  .popo-info .feature .solo-list .list-item .txt-frame .frame-title {
    font-size: 2.8rem; } }

.popo-info .feature .solo-list .list-item .txt-frame .frame-comment {
  color: #353f43;
  font-size: 1.8rem;
  line-height: 2.5rem; }

@media (max-width: 47.99em) {
  .popo-info .feature .solo-list .list-item .txt-frame .frame-comment {
    width: 93%;
    margin: 27px auto 0;
    font-size: 1.6rem;
    line-height: 2.3rem; } }

.popo-info .feature .solo-list .list-item:first-child {
  margin-bottom: 79px; }

@media (max-width: 47.99em) {
  .popo-info .feature .solo-list .list-item:first-child {
    margin-bottom: 20px; } }

.popo-info .feature .swiper-solo {
  text-align: center;
  display: inline-block;
  position: relative;
  text-align: center; }

@media (max-width: 47.99em) {
  .popo-info .feature .swiper-solo {
    width: 60vw; } }

.popo-info .feature .swiper-solo .swiper-container {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 16%;
  width: 745px; }

@media (max-width: 63.99em) {
  .popo-info .feature .swiper-solo .swiper-container {
    top: 16%;
    width: 76vw; } }

@media (max-width: 47.99em) {
  .popo-info .feature .swiper-solo .swiper-container {
    top: 14%;
    width: 46vw; } }

@media (max-width: 44.99em) {
  .popo-info .feature .swiper-solo .swiper-container {
    top: 12%; } }

.popo-info .feature .swiper-solo .swiper-button-prev {
  left: -109px; }

@media (max-width: 47.99em) {
  .popo-info .feature .swiper-solo .swiper-button-prev {
    left: -34px;
    margin-top: 0;
    top: 35%; } }

.popo-info .feature .swiper-solo .swiper-button-next {
  right: -89px;
  margin-top: -52px; }

@media (max-width: 47.99em) {
  .popo-info .feature .swiper-solo .swiper-button-next {
    right: -30px;
    margin-top: 0;
    top: 35%; } }

@media (max-width: 47.99em) {
  .popo-info .feature .swiper-solo .swiper-pagination {
    padding: 12px 0 31px; } }

.popo-info .feature .swiper-solo .swiper-title {
  line-height: 2rem; }

.popo-info .feature.first {
  padding: 87px 0 137px;
  background-color: rgba(241, 244, 249, 0.5); }

@media (max-width: 47.99em) {
  .popo-info .feature.first {
    margin: 87px 0 0;
    padding: 0;
    padding-bottom: 80px; } }

.popo-info .feature.second {
  padding: 0 0 154px;
  text-align: center; }

@media (max-width: 47.99em) {
  .popo-info .feature.second {
    padding: 0 0 98px; } }

.popo-info .feature.second .l-wrap {
  padding: 111px 0 0; }

@media (max-width: 47.99em) {
  .popo-info .feature.second .l-wrap {
    padding: 0; } }

.popo-info .feature.second .feature__txt {
  padding: 14px 0 39px;
  font-family: "S-CoreDream", sans-serif; }

@media (max-width: 47.99em) {
  .popo-info .feature.second .feature__txt {
    padding-top: 10px;
    font-size: 2rem;
    line-height: 2.7rem; } }

.popo-info .feature.last {
  padding-bottom: 47px; }

.popo-info .feature.last .solo-list {
  width: 835px; }

@media (max-width: 63.99em) {
  .popo-info .feature.last .solo-list {
    width: 93%;
    margin: 0 auto; } }

.popo-info .feature.last .solo-list .list-item .img-frame img {
  -webkit-box-shadow: none;
          box-shadow: none; }

.popo-info .feature.last .solo-list .list-item .txt-frame .frame-title {
  padding: 40px 0 36px;
  letter-spacing: -2.5px; }

.popo-info .feature.last .solo-list .list-item .txt-frame .btn {
  padding: 16px 30px;
  font-size: 1.8rem; }

@media (max-width: 47.99em) {
  .popo-info .feature.last .solo-list .list-item .txt-frame {
    text-align: center; } }

@media (max-width: 47.99em) {
  .popo-info .feature.last .solo-list .list-item .img-frame {
    width: 70%; } }

.popo-info .cooperation-frame {
  padding: 37px 0 59px;
  background-color: #f8f8f8; }

@media (max-width: 47.99em) {
  .popo-info .cooperation-frame {
    padding: 37px 0; } }

.popo-info .cooperation-frame ul.cooperation-list {
  overflow: hidden;
  width: 1070px;
  margin: 0 auto; }

@media (max-width: 63.99em) {
  .popo-info .cooperation-frame ul.cooperation-list {
    width: 100%; } }

.popo-info .cooperation-frame ul.cooperation-list li {
  float: left;
  margin-left: 37px;
  text-align: center; }

@media (max-width: 63.99em) {
  .popo-info .cooperation-frame ul.cooperation-list li {
    float: none;
    margin-top: 30px;
    margin-left: 0; } }

.popo-info .cooperation-frame ul.cooperation-list li .cooperation-txt {
  color: #8b8b8b;
  font-size: 1.4rem;
  line-height: 1.8rem; }

.popo-info .cooperation-frame ul.cooperation-list li:first-child {
  margin-left: 0; }

@media (max-width: 47.99em) {
  .popo-info .cooperation-frame ul.cooperation-list li:first-child {
    margin-top: 0; } }

@media (max-width: 47.99em) {
  .popo-info .none-mo {
    display: none; }
  .popo-info .show-mo {
    display: block; } }

.faq {
  position: relative;
  margin-bottom: 4rem; }

.faq::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #148ce6; }

.faq .noitem {
  border-top: 0; }

.faq .item {
  border-bottom: 1px solid rgba(32, 32, 32, 0.1); }

.faq .item__toggle, .faq .item__cont {
  padding: 2.5rem 2rem; }

.faq .item__toggle {
  position: relative;
  padding-right: 4rem; }

.faq .item__toggle:after {
  content: '\ea02';
  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;
  right: 10px;
  top: 50%;
  font-size: 2.6rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }

.faq .item__cont {
  background-color: #F5F7F7;
  font-size: 1.6rem;
  word-break: keep-all;
  word-wrap: break-word; }

.faq .item__cont::before {
  content: 'A';
  display: block;
  font-family: "S-CoreDream", sans-serif; }

.faq .item__cont p:first-child {
  margin-top: 0; }

.faq .item__cont p:last-child {
  margin-bottom: 0; }

.faq .item__cate, .faq .item__h {
  display: block;
  margin: 0;
  word-break: keep-all;
  word-wrap: break-word; }

.faq .item__cate {
  color: #58686F;
  font-size: 1.5rem;
  font-weight: 300; }

.faq .item__h {
  font-size: 1.6rem; }

.faq .item.is-active .item__toggle::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
      -ms-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg); }

@media (min-width: 60em) {
  .faq .item__toggle {
    padding: 2.1rem 11rem 2.1rem 15rem; }
  .faq .item__toggle::after {
    right: 45px; }
  .faq .item__cate {
    position: absolute;
    top: 50%;
    left: 0;
    width: 11rem;
    text-align: center;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .faq .item__cont {
    position: relative;
    padding: 3rem 11rem 3rem 15rem; }
  .faq .item__cont::before {
    position: absolute;
    top: 30px;
    left: 50px;
    padding-top: 0; } }
