@import url("https://www.home-learn.co.kr/web_font/GmarketSansTtf.css");
*,
html {
  outline: none;
  font-family: "Pretendard";
}

.bold {
  font-weight: bold;
}

.point-color1 {
  color: #8c7bea;
}

.point-color2 {
  color: #5f9fff;
}

.point-color3 {
  color: #605ce9;
}

.point-color4 {
  color: #8548e5;
}

.up_on_scroll {
  opacity: 0;
  transform: translateY(50px);
  transition: transform 1.1s, opacity 1s, delay 1.4s;
}
.up_on_scroll.active {
  opacity: 1;
  transform: translateY(0);
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes move {
  from {
    transform: translate(0%, 0%);
  }
  to {
    transform: translate(-300%, 200%);
    opacity: 0;
  }
}
.slick-slide {
  height: auto;
}

.fade_slide .slick-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
  width: 100%;
  margin: 20px 0 0 0;
}
.fade_slide .slick-dots li {
  width: 15px;
  height: 15px;
  background: #e5e5e5;
  border-radius: 50%;
  cursor: pointer;
}
.fade_slide .slick-dots li button {
  font-size: 0;
}
.fade_slide .slick-dots li.slick-active {
  background: #b2b2b2;
}
@media (max-width: 1023px) {
  .fade_slide .slick-dots li.slick-active {
    background: #969bff;
  }
}
@media (max-width: 1023px) {
  .fade_slide .slick-dots li {
    width: 25px;
    height: 25px;
    background: rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 767px) {
  .fade_slide .slick-dots li {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 1023px) {
  .fade_slide .slick-dots {
    margin: 21px 0 0 0;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
}
@media (max-width: 767px) {
  .fade_slide .slick-dots {
    margin: 14px 0 0 0;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.fade_slide .slick-dots {
  position: absolute;
  left: 0;
}

.LearningSpace_3D {
  overflow: hidden;
}
.LearningSpace_3D .sc_comm .bold {
  font-weight: bold;
}
.LearningSpace_3D .sc_comm .inner {
  max-width: 1280px;
  padding: 0 40px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1023px) {
  .LearningSpace_3D .sc_comm .inner {
    max-width: 720px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .LearningSpace_3D .sc_comm .inner {
    padding: 0 20px;
  }
}
.LearningSpace_3D .sc_comm .character-talk .bubble {
  display: flex;
}
@media (max-width: 1023px) {
  .LearningSpace_3D .sc_comm .character-talk .bubble-left .bubble-txt {
    text-align: left;
  }
}
.LearningSpace_3D .sc_comm .character-talk .bubble-right {
  justify-content: flex-end;
}
@media (max-width: 1023px) {
  .LearningSpace_3D .sc_comm .character-talk .bubble-right .bubble-txt {
    text-align: right;
  }
}
.LearningSpace_3D .sc_comm .character-talk .bubble2 {
  margin: 4px 0 33px;
}
@media (max-width: 1023px) {
  .LearningSpace_3D .sc_comm .character-talk .bubble2 {
    margin: 27px 0 41px;
  }
}
@media (max-width: 767px) {
  .LearningSpace_3D .sc_comm .character-talk .bubble2 {
    margin: 17px 0 27px;
  }
}
@media (max-width: 1023px) {
  .LearningSpace_3D .sc_comm .character-talk .bubble {
    display: block;
  }
}
.LearningSpace_3D .sc_comm .shootingStar {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.LearningSpace_3D .sc_comm .shootingStar img {
  position: absolute;
}
.LearningSpace_3D .sc_comm .shootingStar1 {
  top: 20px;
  left: 500px;
  animation: move 4s linear infinite;
}
@media (max-width: 1023px) {
  .LearningSpace_3D .sc_comm .shootingStar1 {
    top: -50px;
    left: auto;
    right: 0;
  }
}
.LearningSpace_3D .sc_comm .shootingStar2 {
  top: 150px;
  right: 0;
  animation: move 6s linear infinite;
}
@media (max-width: 1023px) {
  .LearningSpace_3D .sc_comm .shootingStar2 {
    top: 240px;
    right: auto;
    left: 160px;
  }
}
.LearningSpace_3D .sc_comm .shootingStar3 {
  top: 0;
  left: 440px;
  animation: move 4s linear infinite;
}
@media (max-width: 1023px) {
  .LearningSpace_3D .sc_comm .shootingStar3 {
    top: 40px;
    left: 160px;
  }
}
.LearningSpace_3D .sc_comm .shootingStar4 {
  top: 220px;
  right: 230px;
  animation: move 6s linear infinite;
}
@media (max-width: 1023px) {
  .LearningSpace_3D .sc_comm .shootingStar4 {
    top: 160px;
    right: -120px;
  }
}
.LearningSpace_3D .sc_comm .comm_con .con_head {
  display: flex;
  align-items: center;
  position: relative;
  padding: 41px 20px 37px;
  border-radius: 45px 45px 0 0;
}
.LearningSpace_3D .sc_comm .comm_con .con_head h2 {
  width: 416px;
  font-size: 0;
}
@media (max-width: 1300px) {
  .LearningSpace_3D .sc_comm .comm_con .con_head h2 {
    width: 376px;
  }
}
.LearningSpace_3D .sc_comm .comm_con .con_head h4 {
  width: calc(100% - 416px);
  line-height: 1.4;
  font-size: 25px;
  font-weight: 300;
  color: #000;
  text-align: left;
  word-break: keep-all;
}
@media (max-width: 1300px) {
  .LearningSpace_3D .sc_comm .comm_con .con_head h4 {
    font-size: 1.92vw;
    width: calc(100% - 376px);
  }
}
.LearningSpace_3D .sc_comm .comm_con .con_head1 {
  background: linear-gradient(to right, #a6b8fe, #4955dc);
}
.LearningSpace_3D .sc_comm .comm_con .con_head2 {
  background: linear-gradient(to right, #ca95ff, #ab48f9);
}
.LearningSpace_3D .sc_comm .comm_con .con_head3 {
  background: linear-gradient(to right, #f78852, #b43d96);
}
.LearningSpace_3D .sc_comm .comm_con .con_body {
  display: flex;
  justify-content: center;
  gap: 0 41px;
  padding: 60px 85px;
  background: #fff;
  border-radius: 0 0 45px 45px;
}
.LearningSpace_3D .sc_comm .comm_con .con_body h4 {
  font-size: 22px;
  font-weight: 400;
  color: #000;
  line-height: 1.4;
  margin: 32px 0 0 0;
}
.LearningSpace_3D .sc_comm .comm_con .con_body h4.bold {
  font-weight: 700;
}
@media (max-width: 1300px) {
  .LearningSpace_3D .sc_comm .comm_con .con_body h4 {
    margin: 2.46vw 0 0 0;
    font-size: 1.69vw;
  }
}
.LearningSpace_3D .sc_comm .comm_con .con_body img {
  -o-object-fit: none;
     object-fit: none;
}
@media (max-width: 1300px) {
  .LearningSpace_3D .sc_comm .comm_con .con_body img {
    -o-object-fit: inherit;
       object-fit: inherit;
  }
}
@media (max-width: 1300px) {
  .LearningSpace_3D .sc_comm .comm_con .con_body {
    padding: 4.62vw 6.54vw;
  }
}
.LearningSpace_3D .sc_comm.sc_hero {
  position: relative;
  padding: 134px 0 98px;
  background: url(/front/imgs/LearningSpace_3D/img_hero_bg.jpg) no-repeat top/auto 100%, linear-gradient(to bottom, #afa3f2, #8383eb);
}
.LearningSpace_3D .sc_comm.sc_hero .tit_box h4 {
  font-size: 30px;
  font-weight: 400;
  color: #000;
  line-height: 1.35;
}
.LearningSpace_3D .sc_comm.sc_hero .tit_box h2 {
  margin: 19px 0 28px;
  font-size: 0;
}
.LearningSpace_3D .sc_comm.sc_hero .tit_box > div {
  height: 65px;
  line-height: 65px;
  font-size: 34px;
  font-weight: 200;
  color: #fff;
  display: inline-block;
  padding: 0 39px;
  background: #000;
  border-radius: 32.5px;
}
.LearningSpace_3D .sc_comm.sc_hero .tit_box > div span {
  background-image: -webkit-linear-gradient(-45deg, #f7a4c9, #9c8aec);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.LearningSpace_3D .sc_comm.sc_hero .video_container {
  margin: 60px 5.57vw 71px;
  border: 40px solid #fff;
  border-radius: 35px;
  background: #fff;
  outline: 2px solid #eef1f3;
}
.LearningSpace_3D .sc_comm.sc_hero .video_container .video_wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
  pointer-events: none;
}
.LearningSpace_3D .sc_comm.sc_hero .video_container .video_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  border: 1px solid #eef1f3;
  border-radius: 15px;
}
.LearningSpace_3D .sc_comm.sc_hero .video_container .video_wrap iframe,
.LearningSpace_3D .sc_comm.sc_hero .video_container .video_wrap video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  border-radius: 15px;
}
.LearningSpace_3D .sc_comm.sc_quiz {
  position: relative;
  z-index: 10;
  padding: 81px 0 111px;
  overflow: hidden;
  background: url(/front/imgs/LearningSpace_3D/img_quiz_bg.jpg) no-repeat top/auto 100%, #171f43;
}
.LearningSpace_3D .sc_comm.sc_quiz .floating-character {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1920px;
  z-index: 15;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-60px);
  transition: 1.5s cubic-bezier(0.22, 0.68, 0, 1.71);
  transition-property: opacity, visibility, transform;
}
.LearningSpace_3D .sc_comm.sc_quiz .floating-character img {
  position: absolute;
  animation: float 2.5s ease-in-out infinite;
}
.LearningSpace_3D .sc_comm.sc_quiz .floating-character img:first-child {
  top: 73px;
  left: -352px;
}
.LearningSpace_3D .sc_comm.sc_quiz .floating-character img:last-child {
  top: 319px;
  right: -353px;
  animation-delay: 1s;
}
@media (max-width: 1630px) {
  .LearningSpace_3D .sc_comm.sc_quiz .floating-character img {
    height: 25.57vw;
  }
}
.LearningSpace_3D .sc_comm.sc_quiz .floating-character.fix {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.LearningSpace_3D .sc_comm.sc_quiz .sc_quiz-1 .tit_box h2 {
  font-size: 0;
}
.LearningSpace_3D .sc_comm.sc_quiz .sc_quiz-1 .tit_box h4 {
  font-size: 33px;
  font-weight: 200;
  color: #fff;
  line-height: 1.3;
  margin: 40px 0 66px;
}
.LearningSpace_3D .sc_comm.sc_quiz .sc_quiz-1 .tit_box .point-color1 {
  color: #969bff;
}
.LearningSpace_3D .sc_comm.sc_quiz .sc_quiz-1 .con_box {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 3.65vw;
       column-gap: 3.65vw;
  padding: 0 6.51vw;
}
.LearningSpace_3D .sc_comm.sc_quiz .sc_quiz-1 .con_box > div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  font-size: 28px;
  font-weight: 300;
  color: #000;
  line-height: 1.4;
  flex: 1;
  aspect-ratio: 1;
  padding: 21px 0 0 0;
}
.LearningSpace_3D .sc_comm.sc_quiz .sc_quiz-1 .con_box > div:nth-child(1) {
  background: url(/front/imgs/LearningSpace_3D/img_quiz1_con1_bg.png) no-repeat top/cover;
}
.LearningSpace_3D .sc_comm.sc_quiz .sc_quiz-1 .con_box > div:nth-child(2) {
  background: url(/front/imgs/LearningSpace_3D/img_quiz1_con2_bg.png) no-repeat top/cover;
}
.LearningSpace_3D .sc_comm.sc_quiz .sc_quiz-1 .con_box > div:nth-child(3) {
  background: url(/front/imgs/LearningSpace_3D/img_quiz1_con3_bg.png) no-repeat top/cover;
}
.LearningSpace_3D .sc_comm.sc_quiz .sc_quiz-2 .tit_box {
  margin: 111px 0 50px;
}
.LearningSpace_3D .sc_comm.sc_quiz .sc_quiz-2 .tit_box h2 {
  font-size: 55px;
  font-weight: 200;
  color: #fff;
}
.LearningSpace_3D .sc_comm.sc_quiz .sc_quiz-2 .con_box {
  margin: 0 0 62px 0;
}
.LearningSpace_3D .sc_comm.sc_quiz .sc_quiz-2 .con_box:last-child {
  margin: 0;
}
.LearningSpace_3D .sc_comm.sc_quiz .sc_quiz-3 .character-talk {
  margin: 81px 0 55px;
}
.LearningSpace_3D .sc_comm.sc_quiz .sc_quiz-3 .comm_con .con_body {
  border-radius: 45px;
}
.LearningSpace_3D .sc_comm.sc_quiz .sc_quiz-3 .comm_con .con_body > div {
  width: calc(50% - 20.5px);
}
.LearningSpace_3D .sc_comm.sc_quiz .sc_quiz-3 .comm_con .con_body > div h4 {
  margin: 59px 0 0 0;
}
.LearningSpace_3D .sc_comm.sc_quiz .sc_quiz-3 .bott_con {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 100px 0 0 0;
  background: url(/front/imgs/LearningSpace_3D/img_quiz3_bott_bg.png) no-repeat top;
  background-size: 100% 100%;
}
.LearningSpace_3D .sc_comm.sc_quiz .sc_quiz-3 .bott_con img {
  position: absolute;
  bottom: 5px;
  left: 44px;
}
@media (max-width: 1300px) {
  .LearningSpace_3D .sc_comm.sc_quiz .sc_quiz-3 .bott_con img {
    height: 18.69vw;
  }
}
.LearningSpace_3D .sc_comm.sc_quiz .sc_quiz-3 .bott_con h3 {
  font-size: 30px;
  font-weight: 200;
  color: #fff;
  line-height: 1.4;
  padding: 58px 75px 60px 0;
  text-align: left;
  word-break: keep-all;
}
@media (max-width: 1300px) {
  .LearningSpace_3D .sc_comm.sc_quiz .sc_quiz-3 .bott_con h3 {
    padding: 5vw 5.77vw 5vw 0;
    font-size: 2.31vw;
  }
}
.LearningSpace_3D .sc_comm.sc_quiz .sc_quiz-4 {
  padding: 153px 0 0;
}
.LearningSpace_3D .sc_comm.sc_quiz .sc_quiz-4 .tit_box h2 {
  font-size: 55px;
  font-weight: 200;
  color: #fff;
  line-height: 1.3;
  margin: 38px 0 63px;
}
.LearningSpace_3D .sc_comm.sc_quiz .sc_quiz-4 .con_box {
  display: flex;
  justify-content: center;
  gap: 0 52px;
}
.LearningSpace_3D .sc_comm.sc_quiz .sc_quiz-4 .con_box .slick-list {
  border: 2px solid #f7f7f7;
  border-radius: 1px;
}
.LearningSpace_3D .sc_comm.sc_quiz .sc_quiz-4 .con_box .slick-dots li {
  background: rgba(255, 255, 255, 0.1);
}
.LearningSpace_3D .sc_comm.sc_quiz .sc_quiz-4 .con_box .slick-dots li.slick-active {
  background: #969bff;
}
.LearningSpace_3D .sc_comm.sc_floating .floating_banner {
  padding: 21px 0;
}
.LearningSpace_3D .sc_comm.sc_floating .slick-slide {
  height: auto;
  margin: 0 25px;
}
.LearningSpace_3D .sc_comm.sc_homeMe {
  padding: 142px 0 130px;
  background: #e7ecf2;
}
.LearningSpace_3D .sc_comm.sc_homeMe .inner {
  max-width: 1300px;
}
.LearningSpace_3D .sc_comm.sc_homeMe .tit_box {
  margin: 0 0 53px 0;
}
.LearningSpace_3D .sc_comm.sc_homeMe .tit_box .character-talk {
  position: relative;
}
.LearningSpace_3D .sc_comm.sc_homeMe .tit_box .character-talk img:last-child {
  position: absolute;
  right: 140px;
}
.LearningSpace_3D .sc_comm.sc_homeMe .tit_box h2 {
  font-size: 55px;
  font-weight: 200;
  color: #000;
  margin: 13px 0 23px;
}
.LearningSpace_3D .sc_comm.sc_homeMe .tit_box h2 span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.LearningSpace_3D .sc_comm.sc_homeMe .tit_box h5 {
  font-size: 22px;
  font-weight: 400;
  color: #000;
  line-height: 1.4;
}
.LearningSpace_3D .sc_comm.sc_homeMe .con_box img {
  display: block;
  margin: 0 auto;
}
.LearningSpace_3D .sc_comm.sc_homeMe .con_box .img_slide {
  padding: 0 0 55px 0;
}
.LearningSpace_3D .sc_comm.sc_homeMe .con_box .img_slide .slick-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -20px;
  width: 100%;
  z-index: 10;
}
.LearningSpace_3D .sc_comm.sc_homeMe .con_box .img_slide .slick-dots li {
  flex: 1;
  height: auto;
  background: none;
}
.LearningSpace_3D .sc_comm.sc_homeMe .con_box .img_slide .slick-dots li button {
  width: 40px;
  height: 40px;
  line-height: 43px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  font-family: GmarketSansTtf;
  border-radius: 50%;
  background: #6d2c1c;
  text-align: center;
}
.LearningSpace_3D .sc_comm.sc_homeMe .con_box .txt_slide .slick-track {
  display: flex;
}
.LearningSpace_3D .sc_comm.sc_homeMe .con_box .txt_slide .slick-slide {
  display: flex;
  justify-content: center;
  flex: 1;
  aspect-ratio: 1/0.8;
  min-height: 235px;
  position: relative;
  padding: 44px 0;
  margin: 0 20px 0 0;
  background: #fff;
  border-radius: 20px;
  counter-increment: num;
}
.LearningSpace_3D .sc_comm.sc_homeMe .con_box .txt_slide .slick-slide::before {
  content: "0" counter(num);
  width: 65px;
  height: 65px;
  line-height: 69px;
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  display: none;
  font-family: GmarketSansTtf;
  background: #6d2c1c;
  border-radius: 50%;
  letter-spacing: 1px;
}
.LearningSpace_3D .sc_comm.sc_homeMe .con_box .txt_slide .slick-slide > div {
  width: 100%;
}
.LearningSpace_3D .sc_comm.sc_homeMe .con_box .txt_slide .slick-slide > div h3 {
  font-size: 26px;
  font-weight: 700;
  color: #000;
  margin: 0 0 11px 0;
}
@media (max-width: 1300px) {
  .LearningSpace_3D .sc_comm.sc_homeMe .con_box .txt_slide .slick-slide > div h3 {
    font-size: 23px;
  }
}
.LearningSpace_3D .sc_comm.sc_homeMe .con_box .txt_slide .slick-slide > div h5 {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  line-height: 1.4;
}
.LearningSpace_3D .sc_comm.sc_homeMe .con_box .txt_slide .slick-slide > div h5 span {
  display: block;
}
@media (max-width: 1300px) {
  .LearningSpace_3D .sc_comm.sc_homeMe .con_box .txt_slide .slick-slide > div h5 {
    font-size: 17px;
  }
}
.LearningSpace_3D .sc_comm.sc_homeMe .con_box .txt_slide .slick-slide.slick-current {
  background: linear-gradient(120deg, #ffed66, #f7b253);
}
.LearningSpace_3D .sc_comm.sc_homeMe .con_box .txt_slide .slick-slide:last-child {
  margin: 0;
}
@media (max-width: 1300px) {
  .LearningSpace_3D .sc_comm.sc_homeMe .con_box .txt_slide .slick-slide {
    min-height: 215px;
  }
}
.LearningSpace_3D .sc_comm.sc_tree {
  position: relative;
  padding: 130px 0 395px;
  background: url(/front/imgs/LearningSpace_3D/img_tree_bg.jpg) no-repeat top/auto 100%, linear-gradient(to right, #d8fade, #c4cffc);
}
.LearningSpace_3D .sc_comm.sc_tree .inner {
  position: static;
}
.LearningSpace_3D .sc_comm.sc_tree .tit_box h3 {
  font-size: 40px;
  font-weight: 700;
  color: #000;
  margin: 0 0 33px 0;
}
.LearningSpace_3D .sc_comm.sc_tree .tit_box h4 {
  font-size: 26px;
  font-weight: 400;
  color: #000;
  line-height: 1.4;
}
.LearningSpace_3D .sc_comm.sc_tree .con_box {
  position: absolute;
  transform: translate(-50%, 0);
  bottom: -73px;
  left: 50%;
  width: 100%;
}
.LearningSpace_3D .sc_comm.sc_ending {
  padding: 177px 0 110px;
  background: url(/front/imgs/LearningSpace_3D/img_ending_bg.jpg) no-repeat top, #4446cd;
}
.LearningSpace_3D .sc_comm.sc_ending .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 0 55px;
  max-width: 1365px;
}
.LearningSpace_3D .sc_comm.sc_ending .left-column {
  position: relative;
  z-index: 1;
}
.LearningSpace_3D .sc_comm.sc_ending .left-column img {
  margin: 0 0 -62px 0;
}
.LearningSpace_3D .sc_comm.sc_ending .right-column .bubble {
  display: block;
}
.LearningSpace_3D .sc_comm.sc_ending_banner {
  padding: 62px 0;
  background: #e7ecf2;
}
.LearningSpace_3D .sc_comm.sc_ending_banner .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 22px;
}
.LearningSpace_3D .sc_comm.sc_ending_banner h2 {
  font-size: 40px;
  color: #000;
}
@media (max-width: 1919px) {
  .LearningSpace_3D .sc_comm.sc_quiz .floating-character img:first-child {
    top: 73px;
    left: -18.34vw;
  }
  .LearningSpace_3D .sc_comm.sc_quiz .floating-character img:last-child {
    top: 319px;
    right: -18.39vw;
  }
}
@media (max-width: 1023px) {
  .LearningSpace_3D .sc_comm .comm_con .con_head {
    flex-flow: column;
    gap: 22px 0;
    padding: 46px 20px 37px;
  }
  .LearningSpace_3D .sc_comm .comm_con .con_head h2 {
    width: auto;
  }
  .LearningSpace_3D .sc_comm .comm_con .con_head h4 {
    width: 100%;
    font-size: 29px;
    text-align: center;
  }
  .LearningSpace_3D .sc_comm .comm_con .con_head2 h4 p, .LearningSpace_3D .sc_comm .comm_con .con_head3 h4 p {
    display: inline;
  }
  .LearningSpace_3D .sc_comm .comm_con .con_body {
    flex-flow: column;
    gap: 57px 0;
    padding: 70px 0 80px;
  }
  .LearningSpace_3D .sc_comm .comm_con .con_body h4 {
    margin: 16px 0 0 0;
    font-size: 30px;
  }
  .LearningSpace_3D .sc_comm.sc_hero {
    padding: 150px 0 107px;
    background: url(/front/imgs/LearningSpace_3D/img_hero_bg_MO.jpg) no-repeat top/100% 100%, linear-gradient(to bottom, #afa3f2, #8383eb);
  }
  .LearningSpace_3D .sc_comm.sc_hero .inner {
    padding: 0;
  }
  .LearningSpace_3D .sc_comm.sc_hero .tit_box h4 {
    font-size: 33px;
  }
  .LearningSpace_3D .sc_comm.sc_hero .tit_box h2 {
    margin: 28px 0 23px;
  }
  .LearningSpace_3D .sc_comm.sc_hero .tit_box > div {
    height: 70px;
    line-height: 71px;
    padding: 0 41px;
    font-size: 36px;
    border-radius: 35px;
  }
  .LearningSpace_3D .sc_comm.sc_hero .video_container {
    margin: 55px 40px 103px;
    border-width: 35px;
  }
  .LearningSpace_3D .sc_comm.sc_quiz {
    padding: 135px 0 160px;
    background: url(/front/imgs/LearningSpace_3D/img_quiz_bg_MO.jpg) no-repeat top/auto 100%, #1f244b;
  }
  .LearningSpace_3D .sc_comm.sc_quiz .floating-character img {
    height: auto;
  }
  .LearningSpace_3D .sc_comm.sc_quiz .floating-character img:first-child {
    top: 465px;
    left: -50px;
  }
  .LearningSpace_3D .sc_comm.sc_quiz .floating-character img:last-child {
    top: 287px;
    right: -24px;
  }
  .LearningSpace_3D .sc_comm.sc_quiz .sc_quiz-1 .tit_box h4 {
    margin: 36px 0 0;
  }
  .LearningSpace_3D .sc_comm.sc_quiz .sc_quiz-1 .con_box {
    display: inline-flex;
    gap: 0 81px;
    width: 100%;
    padding: 290px 17px 0;
    margin: 150px 0 0 0;
  }
  .LearningSpace_3D .sc_comm.sc_quiz .sc_quiz-1 .con_box > div {
    width: 270px;
    height: 270px;
    max-width: 270px;
    padding: 0;
    font-size: 30px;
  }
  .LearningSpace_3D .sc_comm.sc_quiz .sc_quiz-1 .con_box > div:nth-child(1) {
    position: absolute;
    top: 0;
  }
  .LearningSpace_3D .sc_comm.sc_quiz .sc_quiz-2 .tit_box {
    margin: 166px 0 55px;
  }
  .LearningSpace_3D .sc_comm.sc_quiz .sc_quiz-2 .tit_box h2 p:first-child {
    margin: 0 0 20px 0;
    font-size: 42px;
  }
  .LearningSpace_3D .sc_comm.sc_quiz .sc_quiz-2 .con_box {
    max-width: 640px;
    margin: 0 auto 60px;
  }
  .LearningSpace_3D .sc_comm.sc_quiz .sc_quiz-2 .con_box:last-child {
    margin: 0 auto;
  }
  .LearningSpace_3D .sc_comm.sc_quiz .sc_quiz-3 {
    /*
    .character-talk {
        margin: 100px 0 80px;

        .bubble4 {
            margin: 0 0 30px 0;
        }
    }
    .comm_con {
        .con_body {
            & > div {
                width: 100%;

                h4 {
                    margin: 58px 0 0 0;
                }
                &:first-child {
                    h4 {
                        margin: 16px 0 0 0;
                    }
                }
            }
        }
    }
    */
  }
  .LearningSpace_3D .sc_comm.sc_quiz .sc_quiz-3 .inner {
    max-width: 640px;
  }
  .LearningSpace_3D .sc_comm.sc_quiz .sc_quiz-3 .bott_con {
    justify-content: center;
    flex-flow: column;
    gap: 20px 0;
    margin: 130px auto 0;
    background: url(/front/imgs/LearningSpace_3D/img_quiz3_bott_bg_MO.png) no-repeat top;
  }
  .LearningSpace_3D .sc_comm.sc_quiz .sc_quiz-3 .bott_con img {
    height: auto;
    position: static;
    margin-top: -57px;
  }
  .LearningSpace_3D .sc_comm.sc_quiz .sc_quiz-3 .bott_con h3 {
    width: 100%;
    line-height: 1.3;
    padding: 0 0 64px;
    font-size: 35px;
    text-align: center;
  }
  .LearningSpace_3D .sc_comm.sc_quiz .sc_quiz-3 .bott_con h3 p:first-child {
    margin-bottom: 11px;
    font-size: 30px;
  }
  .LearningSpace_3D .sc_comm.sc_quiz .sc_quiz-4 {
    padding: 55px 0 0;
  }
  .LearningSpace_3D .sc_comm.sc_quiz .sc_quiz-4 .inner {
    padding: 0;
  }
  .LearningSpace_3D .sc_comm.sc_quiz .sc_quiz-4 .tit_box h2 {
    margin: 38px 0 50px;
    font-size: 54px;
  }
  .LearningSpace_3D .sc_comm.sc_quiz .sc_quiz-4 .con_box {
    max-width: 560px;
    margin: 0 auto;
  }
  .LearningSpace_3D .sc_comm.sc_quiz .sc_quiz-4 .con_box .slick-dots {
    margin: 31px 0 0 0;
  }
  .LearningSpace_3D .sc_comm.sc_floating .slick-slide {
    margin: 0 18px;
  }
  .LearningSpace_3D .sc_comm.sc_homeMe {
    padding: 130px 0;
  }
  .LearningSpace_3D .sc_comm.sc_homeMe .inner {
    max-width: 800px;
  }
  .LearningSpace_3D .sc_comm.sc_homeMe .tit_box {
    margin: 0 0 43px 0;
  }
  .LearningSpace_3D .sc_comm.sc_homeMe .tit_box .character-talk {
    display: flex;
    align-items: center;
    flex-flow: column;
  }
  .LearningSpace_3D .sc_comm.sc_homeMe .tit_box .character-talk img:first-child {
    order: 2;
    padding: 0 0 0 16px;
  }
  .LearningSpace_3D .sc_comm.sc_homeMe .tit_box .character-talk img:last-child {
    order: 1;
    position: static;
  }
  .LearningSpace_3D .sc_comm.sc_homeMe .tit_box h2 {
    margin: 42px 0 35px;
  }
  .LearningSpace_3D .sc_comm.sc_homeMe .tit_box h5 {
    font-size: 32px;
  }
  .LearningSpace_3D .sc_comm.sc_homeMe .tit_box h5 p {
    display: inline;
  }
  .LearningSpace_3D .sc_comm.sc_homeMe .con_box .img_slide {
    padding: 0 0 61px 0;
  }
  .LearningSpace_3D .sc_comm.sc_homeMe .con_box .txt_slide .slick-track {
    flex-flow: column;
  }
  .LearningSpace_3D .sc_comm.sc_homeMe .con_box .txt_slide .slick-slide {
    justify-content: flex-start;
    align-items: center;
    gap: 0 29px;
    width: 100%;
    max-width: 640px;
    min-height: auto;
    aspect-ratio: initial;
    padding: 50px 26px;
    margin: 0 0 20px 0;
  }
  .LearningSpace_3D .sc_comm.sc_homeMe .con_box .txt_slide .slick-slide::before {
    display: block;
  }
  .LearningSpace_3D .sc_comm.sc_homeMe .con_box .txt_slide .slick-slide > div {
    width: calc(100% - 94px);
    text-align: left;
  }
  .LearningSpace_3D .sc_comm.sc_homeMe .con_box .txt_slide .slick-slide > div h3 {
    margin: 0 0 19px 0;
    font-size: 33px;
  }
  .LearningSpace_3D .sc_comm.sc_homeMe .con_box .txt_slide .slick-slide > div h5 {
    font-size: 27px;
  }
  .LearningSpace_3D .sc_comm.sc_homeMe .con_box .txt_slide .slick-slide > div h5 span {
    display: inline;
  }
  .LearningSpace_3D .sc_comm.sc_tree {
    padding: 132px 0 437px;
  }
  .LearningSpace_3D .sc_comm.sc_tree .tit_box h3 {
    margin: 0 0 20px 0;
    font-size: 55px;
  }
  .LearningSpace_3D .sc_comm.sc_tree .tit_box h4 {
    font-size: 29px;
    white-space: nowrap;
  }
  .LearningSpace_3D .sc_comm.sc_tree .con_box {
    bottom: -75px;
  }
  .LearningSpace_3D .sc_comm.sc_ending {
    padding: 195px 0 104px;
    background: url(/front/imgs/LearningSpace_3D/img_ending_bg_MO.jpg) no-repeat top/cover, linear-gradient(to bottom, #8868d4, #4850cf);
  }
  .LearningSpace_3D .sc_comm.sc_ending .inner {
    align-items: center;
    flex-flow: column;
    gap: 0;
    padding: 0;
  }
  .LearningSpace_3D .sc_comm.sc_ending .left-column img {
    margin: 0;
  }
  .LearningSpace_3D .sc_comm.sc_ending .right-column {
    width: 100%;
  }
  .LearningSpace_3D .sc_comm.sc_ending_banner {
    width: 100%;
    padding: 0;
  }
  .LearningSpace_3D .sc_comm.sc_ending_banner .inner {
    justify-content: center;
    align-items: flex-end;
    gap: 0;
    max-width: 720px;
    height: 200px;
    padding: 0;
  }
  .LearningSpace_3D .sc_comm.sc_ending_banner h2 {
    line-height: 1.3;
    padding: 0 0 43px 0;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .LearningSpace_3D .sc_comm .comm_con .con_head {
    gap: 3.06vw 0;
    padding: 6.39vw 2.78vw 5.14vw;
    border-radius: 6.25vw 6.25vw 0 0;
  }
  .LearningSpace_3D .sc_comm .comm_con .con_head h4 {
    font-size: 4.03vw;
  }
  .LearningSpace_3D .sc_comm .comm_con .con_body {
    gap: 7.92vw 0;
    padding: 9.72vw 0 11.11vw;
    border-radius: 0 0 6.25vw 6.25vw;
  }
  .LearningSpace_3D .sc_comm .comm_con .con_body h4 {
    margin: 2.22vw 0 0 0;
    font-size: 4.17vw;
  }
  .LearningSpace_3D .sc_comm.sc_hero {
    padding: 20.83vw 0 14.86vw;
    background-size: cover;
  }
  .LearningSpace_3D .sc_comm.sc_hero .tit_box h4 {
    font-size: 4.58vw;
  }
  .LearningSpace_3D .sc_comm.sc_hero .tit_box h2 {
    margin: 3.89vw 0 3.19vw;
  }
  .LearningSpace_3D .sc_comm.sc_hero .tit_box > div {
    height: 9.72vw;
    line-height: 9.86vw;
    padding: 0 5.69vw;
    font-size: 5vw;
    border-radius: 4.86vw;
  }
  .LearningSpace_3D .sc_comm.sc_hero .video_container {
    margin: 7.64vw 5.56vw 14.31vw;
    border-width: 4.86vw;
  }
  .LearningSpace_3D .sc_comm.sc_quiz {
    padding: 18.75vw 0 22.22vw;
    background-size: cover;
  }
  .LearningSpace_3D .sc_comm.sc_quiz .floating-character img {
    height: 49.03vw;
  }
  .LearningSpace_3D .sc_comm.sc_quiz .floating-character img:first-child {
    top: 64.58vw;
    left: -6.94vw;
  }
  .LearningSpace_3D .sc_comm.sc_quiz .floating-character img:last-child {
    top: 39.86vw;
    right: -3.33vw;
  }
  .LearningSpace_3D .sc_comm.sc_quiz .sc_quiz-1 .inner {
    padding: 0;
  }
  .LearningSpace_3D .sc_comm.sc_quiz .sc_quiz-1 .tit_box h4 {
    font-size: 4.58vw;
    line-height: 1.4;
    margin: 5vw 0 0;
  }
  .LearningSpace_3D .sc_comm.sc_quiz .sc_quiz-1 .con_box {
    gap: 0 11.25vw;
    margin: 20.83vw 0 0;
    padding: 40.28vw 2.36vw 0;
  }
  .LearningSpace_3D .sc_comm.sc_quiz .sc_quiz-1 .con_box > div {
    width: 37.5vw;
    height: 37.5vw;
    max-width: 37.5vw;
    padding: 1.96vw 0 0 0;
    font-size: 4.17vw;
  }
  .LearningSpace_3D .sc_comm.sc_quiz .sc_quiz-2 .tit_box {
    margin: 23.06vw 0 7.64vw;
  }
  .LearningSpace_3D .sc_comm.sc_quiz .sc_quiz-2 .tit_box h2 {
    font-size: 7.64vw;
  }
  .LearningSpace_3D .sc_comm.sc_quiz .sc_quiz-2 .tit_box h2 p:first-child {
    margin: 0 0 2.78vw 0;
    font-size: 5.83vw;
  }
  .LearningSpace_3D .sc_comm.sc_quiz .sc_quiz-2 .con_box {
    margin: 0 auto 8.33vw;
  }
  .LearningSpace_3D .sc_comm.sc_quiz .sc_quiz-3 {
    /*
    .character-talk {
        margin: 66px 0 53px;

        .bubble4 {
            margin: 0 0 20px 0;
        }
    }
    .comm_con {
        .con_body {
            border-radius: 30px;

            & > div {
                h4 {
                    margin: 38px 0 0 0;
                }
                &:first-child {
                    h4 {
                        margin: 10px 0 0 0;
                    }
                }
            }
        }
    }
    */
  }
  .LearningSpace_3D .sc_comm.sc_quiz .sc_quiz-3 .inner {
    max-width: 100%;
  }
  .LearningSpace_3D .sc_comm.sc_quiz .sc_quiz-3 .bott_con {
    gap: 2.78vw 0;
    margin: 18.06vw auto 0;
    background-size: contain;
  }
  .LearningSpace_3D .sc_comm.sc_quiz .sc_quiz-3 .bott_con img {
    height: 24.44vw;
    margin-top: -7.92vw;
  }
  .LearningSpace_3D .sc_comm.sc_quiz .sc_quiz-3 .bott_con h3 {
    padding: 0 0 8.89vw;
    font-size: 4.86vw;
  }
  .LearningSpace_3D .sc_comm.sc_quiz .sc_quiz-3 .bott_con h3 p:first-child {
    margin-bottom: 1.53vw;
    font-size: 4.17vw;
  }
  .LearningSpace_3D .sc_comm.sc_quiz .sc_quiz-4 {
    padding: 7.64vw 0 0;
  }
  .LearningSpace_3D .sc_comm.sc_quiz .sc_quiz-4 .tit_box h2 {
    margin: 5.28vw 0 6.94vw;
    font-size: 7.5vw;
  }
  .LearningSpace_3D .sc_comm.sc_quiz .sc_quiz-4 .con_box {
    max-width: 77.78vw;
  }
  .LearningSpace_3D .sc_comm.sc_quiz .sc_quiz-4 .con_box .slick-dots {
    margin: 4.31vw 0 0 0;
  }
  .LearningSpace_3D .sc_comm.sc_floating .floating_banner {
    padding: 2.92vw 0;
  }
  .LearningSpace_3D .sc_comm.sc_floating .slick-slide {
    margin: 0 2.5vw;
  }
  .LearningSpace_3D .sc_comm.sc_floating .slick-slide img {
    height: 9.44vw;
  }
  .LearningSpace_3D .sc_comm.sc_homeMe {
    padding: 18.06vw 0;
  }
  .LearningSpace_3D .sc_comm.sc_homeMe .tit_box {
    margin: 0 0 5.97vw 0;
  }
  .LearningSpace_3D .sc_comm.sc_homeMe .tit_box .character-talk img:first-child {
    padding: 0 0 0 2.22vw;
    height: 31.67vw;
  }
  .LearningSpace_3D .sc_comm.sc_homeMe .tit_box .character-talk img:last-child {
    height: 25.42vw;
  }
  .LearningSpace_3D .sc_comm.sc_homeMe .tit_box h2 {
    margin: 5.83vw 0 4.86vw;
    font-size: 7.64vw;
  }
  .LearningSpace_3D .sc_comm.sc_homeMe .tit_box h2 img {
    height: 11.67vw;
  }
  .LearningSpace_3D .sc_comm.sc_homeMe .tit_box h5 {
    font-size: 4.44vw;
  }
  .LearningSpace_3D .sc_comm.sc_homeMe .con_box .img_slide {
    padding: 0 0 8.47vw 0;
  }
  .LearningSpace_3D .sc_comm.sc_homeMe .con_box .txt_slide .slick-slide {
    gap: 0 4.03vw;
    max-width: 88.89vw;
    padding: 6.94vw 3.61vw;
    margin: 0 0 2.78vw 0;
    border-radius: 2.78vw;
  }
  .LearningSpace_3D .sc_comm.sc_homeMe .con_box .txt_slide .slick-slide > div {
    width: calc(100% - 13.06vw);
  }
  .LearningSpace_3D .sc_comm.sc_homeMe .con_box .txt_slide .slick-slide > div h3 {
    margin: 0 0 2.64vw 0;
    font-size: 4.58vw;
  }
  .LearningSpace_3D .sc_comm.sc_homeMe .con_box .txt_slide .slick-slide > div h5 {
    font-size: 3.75vw;
  }
  .LearningSpace_3D .sc_comm.sc_tree {
    padding: 18.33vw 0 60.69vw;
  }
  .LearningSpace_3D .sc_comm.sc_tree .tit_box h3 {
    margin: 0 0 2.78vw 0;
    font-size: 7.64vw;
  }
  .LearningSpace_3D .sc_comm.sc_tree .tit_box h4 {
    font-size: 4.03vw;
  }
  .LearningSpace_3D .sc_comm.sc_tree .con_box {
    bottom: -10.42vw;
  }
  .LearningSpace_3D .sc_comm.sc_tree .con_box img {
    height: 56.67vw;
  }
  .LearningSpace_3D .sc_comm.sc_ending {
    padding: 16.95vw 0 13.56vw;
  }
  .LearningSpace_3D .sc_comm.sc_ending_banner .inner {
    height: 26.08vw;
    justify-content: flex-start;
  }
  .LearningSpace_3D .sc_comm.sc_ending_banner .inner img {
    width: auto;
    height: 39.37vw;
  }
  .LearningSpace_3D .sc_comm.sc_ending_banner h2 {
    padding: 0 0 5.61vw 0;
    font-size: 5.22vw;
  }
}
@media (max-width: 480px) {
  .LearningSpace_3D .sc_comm.sc_quiz .sc_quiz-1 .con_box > div:nth-child(1) {
    width: 204px;
  }
  .LearningSpace_3D .sc_comm.sc_quiz .sc_quiz-1 .con_box > div:nth-child(1) {
    width: 204px;
  }
  .LearningSpace_3D .sc_comm.sc_quiz .sc_quiz-1 .con_box > div:nth-child(1) {
    width: 204px;
  }
}