.hnews-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr); }
  @media screen and (max-width: 1200px) {
    .hnews-row {
      --col-gap: 1.2rem;
      --row-gap: 1.2rem; } }

@media screen and (min-width: 1201px) {
  .hnews-col {
    margin-bottom: calc(var(--row-gap) / 2); } }

.hnews-col:nth-child(1), .hnews-col:nth-child(2) {
  grid-column: span 2;
  grid-row: span 3; }
  @media screen and (max-width: 900px) {
    .hnews-col:nth-child(1), .hnews-col:nth-child(2) {
      grid-column: span 3; } }
  @media screen and (max-width: 500px) {
    .hnews-col:nth-child(1), .hnews-col:nth-child(2) {
      grid-column: span 6; } }

.hnews-col:nth-child(3), .hnews-col:nth-child(4), .hnews-col:nth-child(5) {
  grid-column: span 2;
  grid-row: span 1; }
  @media screen and (max-width: 900px) {
    .hnews-col:nth-child(3), .hnews-col:nth-child(4), .hnews-col:nth-child(5) {
      grid-column: span 6; } }
  @media screen and (min-width: 501px) {
    .hnews-col:nth-child(3) .newsit, .hnews-col:nth-child(4) .newsit, .hnews-col:nth-child(5) .newsit {
      background-color: #F5F5F5; }
      .hnews-col:nth-child(3) .newsit-img, .hnews-col:nth-child(4) .newsit-img, .hnews-col:nth-child(5) .newsit-img {
        display: none; }
      .hnews-col:nth-child(3) .newsit-tt, .hnews-col:nth-child(3) .newsit-txt, .hnews-col:nth-child(4) .newsit-tt, .hnews-col:nth-child(4) .newsit-txt, .hnews-col:nth-child(5) .newsit-tt, .hnews-col:nth-child(5) .newsit-txt {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }
      .hnews-col:nth-child(3) .newsit-tt, .hnews-col:nth-child(4) .newsit-tt, .hnews-col:nth-child(5) .newsit-tt {
        --f-sz: clamp(1.7rem, calc(1.1rem + 0.75vw), 2rem);
        font-size: var(--f-sz);
        color: #0F0F0F; }
      .hnews-col:nth-child(3) .newsit-txt, .hnews-col:nth-child(4) .newsit-txt, .hnews-col:nth-child(5) .newsit-txt {
        font-size: 1.4rem; }
      .hnews-col:nth-child(3) .newsit-btn, .hnews-col:nth-child(4) .newsit-btn, .hnews-col:nth-child(5) .newsit-btn {
        display: none; } }

.hadvise {
  position: relative;
  overflow: hidden; }
  .hadvise .title .txt {
    --f-sz: 1.6rem;
    font-size: var(--f-sz); }
    @media screen and (max-width: 800px) {
      .hadvise .title .txt {
        --f-sz: 1.4rem; } }
  .hadvise-bg {
    position: absolute;
    inset: 0;
    z-index: -1; }
    .hadvise-bg img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      display: block; }
  .hadvise-frm {
    position: relative;
    z-index: 2;
    padding: var(--dist60); }
    @media screen and (max-width: 1200px) {
      .hadvise-frm {
        padding: var(--dist60) 1.2rem; } }
    .hadvise-frm-head {
      --pad: 2rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: var(--pad);
      padding-bottom: var(--pad);
      border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
      margin-bottom: var(--pad); }
      @media screen and (max-width: 1200px) {
        .hadvise-frm-head {
          --pad: 1.6rem; } }
    .hadvise-frm-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 2rem; }
  .hadvise-contact {
    padding: 1rem;
    border-radius: 4rem;
    width: 100%;
    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;
    min-height: 4.8rem; }
    .hadvise-contact .txt {
      color: #ffffff;
      font-family: var(--font-sec);
      --f-sz: clamp(1.7rem, calc(1.1rem + 0.75vw), 2rem);
      font-size: var(--f-sz);
      font-weight: 400; }
      @media screen and (max-width: 800px) {
        .hadvise-contact .txt {
          font-size: 1.6rem; } }
      .hadvise-contact .txt span {
        font-weight: 700; }
  .hadvise-bdy {
    background-color: #ffffff;
    border-radius: var(--dist24);
    overflow: hidden;
    -webkit-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.11);
    position: relative;
    z-index: 1; }
  .hadvise-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .hadvise-inner {
    padding: var(--dist40);
    background: linear-gradient(115deg, #FFFBEB 0.53%, #FFEAEB 111.44%);
    height: 100%;
    position: relative;
    z-index: 1; }
  .hadvise-des {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 95%; }
    @media screen and (max-width: 500px) {
      .hadvise-des {
        width: 100%; } }
    .hadvise-des-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      gap: var(--dist32); }
  .hadvise-content {
    padding: var(--dist20);
    background-color: #ffffff;
    border-radius: 1.6rem;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1); }
    .hadvise-content .mona-content {
      width: 80%; }
      @media screen and (max-width: 500px) {
        .hadvise-content .mona-content {
          width: 100%; } }
      .hadvise-content .mona-content ul {
        list-style: none;
        padding-left: unset;
        margin: unset; }
      .hadvise-content .mona-content p {
        --f-sz: clamp(1.7rem, calc(1.1rem + 0.75vw), 2rem);
        font-size: var(--f-sz);
        font-family: var(--font-sec);
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 0.8rem;
        font-weight: 600; }
        @media screen and (max-width: 1200px) {
          .hadvise-content .mona-content p {
            --f-sz: 1.6rem;
            font-size: var(--f-sz); } }
  @media screen and (max-width: 1200px) and (max-width: 800px) {
    .hadvise-content .mona-content p {
      --f-sz: 1.4rem; } }
      .hadvise-content .mona-content li {
        --f-sz: clamp(1.7rem, calc(1.1rem + 0.75vw), 2rem);
        font-size: var(--f-sz);
        font-family: var(--font-sec);
        --wh: 2.4rem;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 0.8rem;
        font-weight: 600;
        color: #1e1e1e; }
        @media screen and (max-width: 1200px) {
          .hadvise-content .mona-content li {
            --f-sz: 1.6rem;
            font-size: var(--f-sz); } }
  @media screen and (max-width: 1200px) and (max-width: 800px) {
    .hadvise-content .mona-content li {
      --f-sz: 1.4rem; } }
        .hadvise-content .mona-content li::before {
          content: "";
          width: var(--wh);
          height: var(--wh);
          display: block;
          -ms-flex-negative: 0;
          flex-shrink: 0;
          background: url(../../assets/images/icon-check.png);
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain; }
  .hadvise-col {
    width: 50%; }
    @media screen and (max-width: 900px) {
      .hadvise-col {
        width: 100% !important; } }
  .hadvise-intro {
    padding: var(--dist20);
    border-radius: 1.2rem;
    width: 35rem;
    max-width: 100%;
    position: relative;
    z-index: 1; }
    .hadvise-intro .txt {
      --f-sz: clamp(2rem, calc(1rem + 1.25vw), 2.5rem);
      font-size: var(--f-sz);
      color: #ffffff;
      text-transform: uppercase;
      font-weight: 700;
      font-family: var(--font-pri); }
      @media screen and (max-width: 1200px) {
        .hadvise-intro .txt {
          --f-sz: clamp(1.6rem, calc(1.2rem + 0.5vw), 1.8rem);
          font-size: var(--f-sz); } }
      @media screen and (max-width: 500px) {
        .hadvise-intro .txt {
          font-size: 1.4rem; } }
  .hadvise-img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 44%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
    -webkit-transition: all 0.45s ease;
    transition: all 0.45s ease; }
    @media screen and (max-width: 900px) {
      .hadvise-img {
        width: 23%; } }
    .hadvise-img.is-inview {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
      opacity: 1;
      -webkit-transition-delay: 0.5s;
      transition-delay: 0.5s; }
    .hadvise-img .inner {
      width: 100%; }
      .hadvise-img .inner img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        display: block; }
  .hadvise .book {
    width: 30%;
    top: 74%;
    left: 40%; }
  .hadvise .cup {
    width: 15%;
    left: 80%;
    top: 2%;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); }
    .hadvise .cup.is-inview {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); }
    .hadvise .cup-in {
      -webkit-transform: rotate(-30deg);
      transform: rotate(-30deg); }
  .hadvise .spring {
    width: 5%;
    z-index: 2;
    left: 45%;
    top: 3%; }

.hmember {
  position: relative;
  overflow: hidden; }
  .hmember .dcor {
    position: absolute; }
    @media screen and (max-width: 1200px) {
      .hmember .dcor {
        display: none; } }
    .hmember .dcor img {
      display: block;
      width: 100%;
      -webkit-animation: DownUp 4s linear infinite;
      animation: DownUp 4s linear infinite; }
    .hmember .dcor.x1 {
      width: 20%;
      top: 0;
      left: 0;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
    .hmember .dcor.x2 {
      width: 10%;
      top: 0;
      right: 0;
      -webkit-transform: translateX(50%);
      transform: translateX(50%); }
  .hmember-wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: var(--dist160); }
  .hmember-slider {
    position: relative; }
    @media screen and (max-width: 1000px) {
      .hmember-slider .swiper-slide {
        width: calc(4 / 12 * 100%); } }
    @media screen and (max-width: 768px) {
      .hmember-slider .swiper-slide {
        width: 50%; } }
    @media screen and (max-width: 350px) {
      .hmember-slider .swiper-slide {
        width: 100%; } }
  .hmember .gldecor.recipe {
    width: 8vw;
    left: 15%;
    top: 5%; }
  .hmember .gldecor.recipe-1 {
    width: 6vw;
    left: auto;
    right: 2%;
    top: 25%; }
  .hmember .gldecor.axis {
    width: 8vw;
    left: 75%;
    top: 5%; }
  .hmember .gldecor.math {
    width: 8vw;
    left: 10%;
    top: 50%; }
  .hmember .gldecor.smile {
    width: 5vw;
    left: 85%;
    top: 13%; }
  .hmember .gldecor.vector {
    width: 8vw;
    left: 2%;
    top: 25%; }
  .hmember .gldecor.circle {
    width: 7vw;
    left: auto;
    right: 2%;
    top: 50%; }

.student-slider {
  position: relative; }
  @media screen and (max-width: 500px) {
    .student-slider {
      padding: 0 1.6rem; } }
  .student-slider .swiper-slide {
    width: calc(5 / 12 * 100%); }
    @media screen and (max-width: 1000px) {
      .student-slider .swiper-slide {
        width: 60%; } }
    @media screen and (max-width: 700px) {
      .student-slider .swiper-slide {
        width: 80%; } }
    @media screen and (max-width: 500px) {
      .student-slider .swiper-slide {
        width: 100%; } }
  .student-slider .swiper-gr {
    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; }
    @media screen and (max-width: 600px) {
      .student-slider .swiper-gr {
        margin: 1.6rem auto 0; } }
    .student-slider .swiper-gr .swiper-next,
    .student-slider .swiper-gr .swiper-prev {
      position: relative;
      left: auto;
      right: auto;
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); }
    .student-slider .swiper-gr .swiper-pagination {
      display: none; }

.hintro {
  position: relative;
  z-index: 2; }
  .hintro-bdy {
    position: relative;
    padding: 4.5rem 0; }
    @media screen and (max-width: 768px) {
      .hintro-bdy {
        padding: 4.5rem 0 0; } }
  .hintro-bg {
    position: absolute;
    inset: 0;
    z-index: -1;
    background-color: #96171A; }
    .hintro-bg img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      display: block;
      mix-blend-mode: multiply; }
  .hintro-img {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow: hidden;
    width: 70%; }
    @media screen and (max-width: 1040px) {
      .hintro-img {
        width: 68%; } }
    @media screen and (max-width: 768px) {
      .hintro-img {
        width: 95%;
        position: relative; } }
    .hintro-img .inner {
      width: 100%; }
      .hintro-img .inner img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        display: block;
        -o-object-position: top;
        object-position: top; }
  @media screen and (max-width: 768px) {
    .hintro-inner {
      width: 80rem;
      max-width: 100%;
      margin: 0 auto 3rem; } }
  .hintro-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.4rem;
    text-align: left;
    color: #ffffff;
    width: 40%; }
    @media screen and (max-width: 768px) {
      .hintro-item {
        text-align: center;
        width: 100%; } }
    .hintro-item .txt {
      --f-sz: 1.6rem;
      font-size: var(--f-sz);
      font-family: var(--font-sec); }
      @media screen and (max-width: 800px) {
        .hintro-item .txt {
          --f-sz: 1.4rem; } }
    .hintro-item .numbber {
      --f-sz: clamp(3.4rem, calc(-1.8rem + 6.5vw), 6rem);
      font-size: var(--f-sz);
      font-weight: 700;
      position: relative;
      line-height: 130%;
      font-family: var(--font-pri); }
      .hintro-item .numbber::after {
        content: "+";
        --f-sz: clamp(3.4rem, calc(-1.8rem + 6.5vw), 6rem);
        font-size: var(--f-sz);
        font-weight: 700;
        line-height: 130%; }
  @media screen and (min-width: 769px) {
    .hintro-col:nth-child(even) .hintro-item {
      margin-left: auto;
      text-align: right; } }

.hpartner {
  position: relative;
  background: linear-gradient(0deg, #FFF1F1 0%, #FFF1F1 100%), linear-gradient(115deg, #FFFBEB 0.53%, #FFEAEB 111.44%);
  overflow: hidden; }
  .hpartner-slider {
    position: relative; }
    .hpartner-slider .splide__track {
      width: 100%; }
    .hpartner-slider .splide__arrows,
    .hpartner-slider .splide__pagination {
      display: none; }
    .hpartner-slider .splide__slide {
      width: -webkit-fit-content !important;
      width: -moz-fit-content !important;
      width: fit-content !important; }
    .hpartner-slider .swiper-slide {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
  .hpartner-bdy {
    overflow: hidden; }
  .hpartner-item {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 0 5rem; }
    @media screen and (max-width: 1200px) {
      .hpartner-item {
        padding: 0 2rem; } }
    @media screen and (max-width: 800px) {
      .hpartner-item {
        padding: 0 1rem; } }
    .hpartner-item .inner {
      height: 10rem; }
      @media screen and (max-width: 1200px) {
        .hpartner-item .inner {
          height: 8rem; } }
      @media screen and (max-width: 800px) {
        .hpartner-item .inner {
          height: 6rem; } }
      @media screen and (max-width: 600px) {
        .hpartner-item .inner {
          height: 4rem; } }
      @media screen and (max-width: 400px) {
        .hpartner-item .inner {
          height: 3rem; } }
      .hpartner-item .inner:hover img {
        -webkit-filter: unset;
        filter: unset; }
      .hpartner-item .inner img {
        height: 100%;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        -o-object-fit: contain;
        object-fit: contain;
        display: block;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%); }

.hcourse {
  position: relative;
  background-color: #FFFAEB;
  z-index: 1; }
  .hcourse .gldecor.hat {
    top: 2%;
    left: 5%; }
  .hcourse .gldecor.book {
    left: 80%;
    top: 70%;
    width: 20vw; }
    @media screen and (max-width: 800px) {
      .hcourse .gldecor.book {
        bottom: 2%;
        top: auto; } }
  .hcourse .card::before {
    position: absolute;
    content: "";
    --wicon: 3rem;
    width: var(--wicon);
    height: var(--wicon);
    background-image: url(../../assets/images/arrow-up.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: calc(100% - var(--wicon) / 2);
    left: 50%;
    -webkit-transform: translate(-50%, 1rem);
    transform: translate(-50%, 1rem);
    opacity: 0;
    -webkit-transition: all 0.45s ease;
    transition: all 0.45s ease; }
  .hcourse-inner {
    border-radius: var(--dist40);
    background-color: #ffffff;
    overflow: hidden; }
  .hcourse-des {
    padding: var(--dist40);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: var(--dist20);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    -webkit-transition: all 1s ease;
    transition: all 1s ease; }
    @media screen and (max-width: 700px) {
      .hcourse-des {
        padding: 1rem 1rem 2rem; } }
    @media screen and (max-width: 500px) {
      .hcourse-des {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center; } }
    .hcourse-des-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: var(--dist20); }
      .hcourse-des-inner .head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0.8rem; }
        .hcourse-des-inner .head .txt {
          --f-sz: clamp(1.6rem, calc(1.2rem + 0.5vw), 1.8rem);
          font-size: var(--f-sz);
          color: #757575;
          font-weight: 400;
          font-family: var(--font-sec); }
          @media screen and (max-width: 700px) {
            .hcourse-des-inner .head .txt {
              font-size: 1.4rem; } }
        .hcourse-des-inner .head .list {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          gap: var(--dist24); }
        .hcourse-des-inner .head .item {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          gap: 0.8rem;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .hcourse-des-inner .head .item img {
            width: 2.4rem;
            height: 2.4rem;
            display: block;
            -o-object-fit: contain;
            object-fit: contain; }
            @media screen and (max-width: 700px) {
              .hcourse-des-inner .head .item img {
                width: 2rem;
                height: 2rem; } }
          .hcourse-des-inner .head .item .txt {
            --f-sz: 1.6rem;
            font-size: var(--f-sz);
            color: #1E1E1E; }
            @media screen and (max-width: 800px) {
              .hcourse-des-inner .head .item .txt {
                --f-sz: 1.4rem; } }
      .hcourse-des-inner .tt {
        --f-sz: clamp(2.8rem, calc(0.4rem + 3vw), 4rem);
        font-size: var(--f-sz);
        color: #1E1E1E;
        font-family: var(--font-pri);
        font-weight: 700; }
      .hcourse-des-inner .mona-content p,
      .hcourse-des-inner .mona-content li {
        color: #767676;
        --f-sz: 1.6rem;
        font-size: var(--f-sz);
        font-weight: 500;
        font-family: var(--font-sec); }
        @media screen and (max-width: 800px) {
          .hcourse-des-inner .mona-content p,
          .hcourse-des-inner .mona-content li {
            --f-sz: 1.4rem; } }
      .hcourse-des-inner .mona-content ul {
        list-style: none; }
      .hcourse-des-inner .mona-content ul,
      .hcourse-des-inner .mona-content ol {
        padding-left: 0; }
      .hcourse-des-inner .mona-content li {
        --wh: 2.4rem;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 0.8rem; }
        .hcourse-des-inner .mona-content li::before {
          content: "";
          width: var(--wh);
          height: var(--wh);
          display: block;
          -ms-flex-negative: 0;
          flex-shrink: 0;
          background: url(../../assets/images/icon-check.png);
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain; }
  .hcourse-img {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition: all 1s ease;
    transition: all 1s ease; }
    .hcourse-img .inner {
      display: block;
      padding-top: calc((453 / 632) * 100%);
      position: relative;
      overflow: hidden;
      width: 100%;
      height: 100%; }
      .hcourse-img .inner img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        display: block; }
  .hcourse-thumb-slider {
    position: relative;
    z-index: 2; }
    @media screen and (max-width: 800px) {
      .hcourse-thumb-slider {
        display: none; } }
    .hcourse-thumb-slider .swiper-slide-thumb-active .card::before {
      opacity: 1;
      -webkit-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
    .hcourse-thumb-slider .swiper-slide-thumb-active .card .card-inner::before {
      -webkit-transform: scale(2);
      transform: scale(2); }
    .hcourse-thumb-slider .swiper-slide-thumb-active .card .card-inner .txt {
      color: #ffffff; }
  .hcourse-slider {
    z-index: 10;
    position: relative; }
    .hcourse-slider .swiper-gr {
      margin: 0;
      position: relative;
      z-index: 10; }
      .hcourse-slider .swiper-gr .swiper-prev,
      .hcourse-slider .swiper-gr .swiper-next {
        position: static; }
    .hcourse-slider .swiper-slide .hcourse-des {
      -webkit-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      opacity: 0; }
    .hcourse-slider .swiper-slide .hcourse-img {
      -webkit-transform: translate(50%, 0);
      transform: translate(50%, 0);
      opacity: 0; }
    .hcourse-slider .swiper-slide-active .hcourse-des {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
      opacity: 1; }
    .hcourse-slider .swiper-slide-active .hcourse-img {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
      opacity: 1; }
    @media screen and (min-width: 801px) {
      .hcourse-slider .swiper-pagination {
        display: none; } }
  @media screen and (max-width: 700px) {
    .hcourse-row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; } }
  @media screen and (max-width: 700px) {
    .hcourse-col {
      width: 100%; } }

.hinfo {
  position: relative;
  overflow: hidden;
  padding-top: 12rem; }
  @media screen and (max-width: 1200px) {
    .hinfo {
      padding-top: 6rem; } }
  @media screen and (max-width: 800px) {
    .hinfo {
      padding-top: 3rem; } }
  .hinfo .gldecor.recipe {
    width: 8vw;
    left: 15%;
    top: 5%; }
  .hinfo .gldecor.recipe-1 {
    width: 6vw;
    left: auto;
    right: 2%;
    top: 35%; }
  .hinfo .gldecor.axis {
    width: 8vw;
    left: 75%;
    top: 5%; }
  .hinfo .gldecor.math {
    width: 8vw;
    left: 10%;
    top: 50%; }
  .hinfo .gldecor.smile {
    width: 5vw;
    left: 85%;
    top: 14%; }
  .hinfo .gldecor.vector {
    width: 8vw;
    left: 2%;
    top: 25%; }
  .hinfo .gldecor.circle {
    width: 7vw;
    left: auto;
    right: 2%;
    top: 70%; }
  .hinfo-img {
    --mg: 11rem;
    position: relative;
    width: calc(100% + var(--mg));
    margin-left: calc(-1 * var(--mg));
    z-index: 1; }
    @media screen and (max-width: 1400px) {
      .hinfo-img {
        --mg: 6rem; } }
    @media screen and (max-width: 768px) {
      .hinfo-img {
        width: 70%;
        margin: 0 auto; } }
    .hinfo-img::before {
      position: absolute;
      content: "";
      background-color: #ABC8FF;
      width: 100%;
      padding-top: calc(180 / 180 * 100%);
      border-radius: 100%;
      z-index: -1;
      top: 20%;
      left: -15%;
      -webkit-animation: jelly 4s infinite;
      animation: jelly 4s infinite; }
    .hinfo-img::after {
      position: absolute;
      content: "";
      background-color: #F3C0D7;
      width: 100%;
      padding-top: calc(180 / 180 * 100%);
      border-radius: 100%;
      z-index: -1;
      top: 30%;
      left: 25%;
      scale: 0.5;
      -webkit-animation: jelly 4s infinite;
      animation: jelly 4s infinite;
      -webkit-animation-delay: 0.4s;
      animation-delay: 0.4s; }
    .hinfo-img .inner {
      width: 100%; }
      .hinfo-img .inner img {
        width: 100%;
        display: block; }
  .hinfo-item:nth-child(1) .hinfo-box {
    --delay: 0.1s; }
  .hinfo-item:nth-child(2) .hinfo-box {
    --delay: 0.2s; }
  .hinfo-item:nth-child(3) .hinfo-box {
    --delay: 0.3s; }
  .hinfo-item:nth-child(4) .hinfo-box {
    --delay: 0.4s; }
  .hinfo-item:nth-child(5) .hinfo-box {
    --delay: 0.5s; }
  .hinfo-item:nth-child(6) .hinfo-box {
    --delay: 0.6s; }
  .hinfo-item:nth-child(7) .hinfo-box {
    --delay: 0.7s; }
  .hinfo-item:nth-child(8) .hinfo-box {
    --delay: 0.8s; }
  .hinfo-item:nth-child(9) .hinfo-box {
    --delay: 0.9s; }
  .hinfo-item:nth-child(10) .hinfo-box {
    --delay: 1s; }
  .hinfo-box {
    padding: var(--dist32);
    background-color: #ffffff;
    border-radius: var(--dist20);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: var(--dist20);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0px 8px 24px 0px rgba(15, 32, 45, 0.12);
    box-shadow: 0px 8px 24px 0px rgba(15, 32, 45, 0.12);
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
    opacity: 0;
    --delay: 0.1s;
    height: 100%; }
    .hinfo-box.is-inview {
      -webkit-animation: bounceInRight 1s forwards;
      animation: bounceInRight 1s forwards;
      opacity: 1;
      -webkit-animation-delay: var(--delay);
      animation-delay: var(--delay); }
      .hinfo-box.is-inview .des {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        -webkit-transition-delay: 0.75s;
        transition-delay: 0.75s; }
    .hinfo-box .icon {
      --wicon: 8.4rem;
      width: var(--wicon);
      height: calc(var(--wicon) - 1rem);
      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-transition: all 0.75s ease;
      transition: all 0.75s ease; }
      @media screen and (max-width: 1200px) {
        .hinfo-box .icon {
          --wicon: 6rem; } }
      .hinfo-box .icon img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        display: block; }
    .hinfo-box .tt {
      --f-sz: clamp(1.9rem, calc(0.9rem + 1.25vw), 2.4rem);
      font-size: var(--f-sz);
      font-weight: 700;
      font-family: var(--font-pri);
      color: #1E1E1E;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
    .hinfo-box .txt {
      --f-sz: clamp(1.6rem, calc(1.2rem + 0.5vw), 1.8rem);
      font-size: var(--f-sz);
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      font-family: var(--font-thr);
      color: #5a5a5a; }
      @media screen and (max-width: 1200px) {
        .hinfo-box .txt {
          font-size: 1.4rem; } }
    .hinfo-box .des {
      -webkit-transform: translateY(3rem);
      transform: translateY(3rem);
      opacity: 0;
      -webkit-transition: all 0.75s ease;
      transition: all 0.75s ease; }
  .hinfo-inner {
    margin-bottom: 2rem; }
  @media screen and (max-width: 1400px) {
    .hinfo-col:nth-child(1) {
      width: calc(5 / 12 * 100%); } }
  @media screen and (max-width: 768px) {
    .hinfo-col:nth-child(1) {
      width: 100%;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; } }
  @media screen and (max-width: 1400px) {
    .hinfo-col:nth-child(2) {
      width: calc(7 / 12 * 100%); } }
  @media screen and (max-width: 768px) {
    .hinfo-col:nth-child(2) {
      width: 100%; } }

.hgallery {
  margin-bottom: 2rem;
  position: relative;
  overflow: hidden; }
  .hgallery-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem; }
    .hgallery-slider .splide {
      --col-gap: 2rem;
      --row-gap: 2rem; }
    .hgallery-slider .splide__slide {
      width: calc(4 / 12 * 100%) !important; }
      @media screen and (max-width: 600px) {
        .hgallery-slider .splide__slide {
          width: 50% !important; } }
  .hgallery-item {
    width: 100%; }
  .hgallery-img {
    width: 100%;
    border-radius: var(--dist20);
    overflow: hidden;
    cursor: pointer; }
    .hgallery-img-inner {
      display: block;
      padding-top: calc((352 / 695) * 100%);
      position: relative;
      overflow: hidden;
      width: 100%;
      height: 100%; }
      .hgallery-img-inner img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        display: block; }

/*# sourceMappingURL=home.css.map */
