@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;800&display=swap");
#empty-case {
  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;
}
#empty-case img {
  max-width: 100%;
  height: 100%;
}

/* FLOAT ICON SCSS: START*/
#float-icon {
  position: fixed;
  right: 3rem;
  bottom: 3rem;
  z-index: 11;
}
#float-icon img {
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  max-width: 12rem;
  width: 100%;
  height: 12rem;
  -o-object-fit: contain;
     object-fit: contain;
}
#float-icon:hover svg {
  -webkit-transform: rotate(6.276deg);
      -ms-transform: rotate(6.276deg);
          transform: rotate(6.276deg);
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

/* FLOAT ICON SCSS: END*/
/* INTER VIEW SCSS: START*/
#banner {
  position: relative;
  height: 100vh;
  width: 100%;
  top: 0;
  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;
}
#banner .banner__bg {
  position: absolute;
  max-width: 100%;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(99%, hsl(0, 0%, 100%))), url("../Image/HomePage/Banner.png") no-repeat center/cover;
  background: -o-linear-gradient(top, transparent 80%, hsl(0, 0%, 100%) 99%), url("../Image/HomePage/Banner.png") no-repeat center/cover;
  background: linear-gradient(to bottom, transparent 80%, hsl(0, 0%, 100%) 99%), url("../Image/HomePage/Banner.png") no-repeat center/cover;
}
#banner .banner__bg img {
  display: none;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#banner .banner__bg video {
  display: none;
}
#banner .banner__bg .thumbnail {
  display: none;
}

#banner .banner__btn {
  z-index: 1;
}
#banner .banner__btn .view__btn {
  text-transform: capitalize;
  background-color: hsla(0, 0%, 100%, 0.8);
  -webkit-animation: bounce2 2s ease infinite;
          animation: bounce2 2s ease infinite;
}
@-webkit-keyframes bounce2 {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-1.5rem);
            transform: translateY(-1.5rem);
  }
  60% {
    -webkit-transform: translateY(-1.5rem);
            transform: translateY(-1.5rem);
  }
}
@keyframes bounce2 {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-1.5rem);
            transform: translateY(-1.5rem);
  }
  60% {
    -webkit-transform: translateY(-1.5rem);
            transform: translateY(-1.5rem);
  }
}


/* INTER VIEW SCSS: END */
/* INTRODUCTION SCSS: START */
#introduction {
  width: 100%;
  margin-bottom: 8rem;
}
#introduction .introduction__wrapper__desktop {
  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: 100%;
  gap: 5rem;
}
#introduction .introduction__wrapper__desktop .introduction__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  width: 60%;
  height: 100%;
}
#introduction .introduction__wrapper__desktop .introduction__img img {
  border-radius: 1rem;
  max-width: 100%;
  width: 100%;
  height: 100%;
}
#introduction .introduction__wrapper__desktop .introduction__content {
  max-width: 90%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -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;
}
#introduction .introduction__wrapper__desktop .introduction__content--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
#introduction .introduction__wrapper__desktop .introduction__content--title .message {
  width: 100%;
  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;
  gap: 2rem;
}
#introduction .introduction__wrapper__desktop .introduction__content--title .message svg {
  max-width: 10rem;
  width: 100%;
  height: 100%;
}
#introduction .introduction__wrapper__desktop .introduction__content--title .message h3 {
  padding: 0.4rem 1rem;
  font-size: 2rem;
  text-transform: uppercase;
  line-height: 2.4rem;
}
#introduction .introduction__wrapper__desktop .introduction__content--title h2 {
  font-size: 2.4rem;
  line-height: 4.8rem;
  text-transform: uppercase;
  color: hsl(44, 97%, 53%);
}
#introduction .introduction__wrapper__desktop .introduction__content--text {
  width: 80%;
}
#introduction .introduction__wrapper__desktop .introduction__content--text p {
  width: 100%;
  margin: 1rem 0;
  font-size: 1.6rem;
}
#introduction .introduction__wrapper__desktop .introduction__content--signature {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
#introduction .introduction__wrapper__desktop .introduction__content--signature img {
  max-width: 20.4rem;
  height: 7.8rem;
}
#introduction .introduction__wrapper__desktop .introduction__content--signature span {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.4rem;
}
#introduction .introduction__wrapper__mobile {
  display: none;
}

/* INTRODUCTION SCSS: END */
/* EDUCATION SCSS : START */
#education {
  position: relative;
  width: 100%;
  padding: 0;
}
#education .education__wrapper {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  padding: 8rem 5%;
  -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;
  background-color: hsl(46, 90%, 62%);
}
#education .education__wrapper .vector {
  max-width: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: -5rem;
}
#education .education__wrapper .vector img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#education .education__wrapper .detail {
  background: url(../Image/HomePage/EducationDetail.svg) no-repeat center/cover;
}
#education .education__wrapper .education__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
}
#education .education__wrapper .education__content--text {
  width: 50%;
  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;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
#education .education__wrapper .education__content--text p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
}
#education .education__wrapper .education__content--text .introduction__content--link a {
  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;
  gap: 1rem;
  border-radius: unset;
  font-size: 1.6rem;
}
#education .education__wrapper .education__content--text .introduction__content--link a .btn__icon {
  height: 2.4rem;
  width: 2.4rem;
  border-radius: 50%;
  background-color: hsl(0, 0%, 0%);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#education .education__wrapper .education__content--text .introduction__content--link a .btn__icon img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#education .education__wrapper .education__content--text .introduction__content--link a:hover .btn__icon {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin-left: 0.5rem;
}
#education .education__wrapper .education__content .content__wrap {
  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;
  gap: 3rem;
}
#education .education__wrapper .education__content .content__wrap .education__content--catalog {
  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;
  gap: 1.2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2rem;
  background-color: hsl(50, 100%, 81%);
  border-radius: 1.6rem;
  width: 12.22rem;
}
#education .education__wrapper .education__content .content__wrap .education__content--catalog svg {
  width: 8rem;
  height: 8rem;
  -o-object-fit: contain;
     object-fit: contain;
}
#education .education__wrapper .education__content .content__wrap .education__content--catalog span {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

/* EDUCATION SCSS : START */
/* PROGRAM SCSS: START */
#program {
  width: 100%;
}
#program .program__wrapper {
  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;
  gap: 5rem;
}
#program .program__wrapper .detail {
  background: url(../Image/HomePage/EducationDetail.svg) no-repeat center/cover;
}
#program .program__wrapper .program__cover {
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));
  gap: 1.6rem;
}
#program .program__wrapper .program__cover .program__box {
  width: 100%;
  height: 90%;
}
#program .program__wrapper .program__cover .program__box--img {
  position: relative;
  width: 100%;
  cursor: pointer;
}
#program .program__wrapper .program__cover .program__box--img img {
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#program .program__wrapper .program__cover .program__box--img .img__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  -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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  gap: 1rem;
  background-color: hsla(46, 100%, 85%, 0.7);
}
#program .program__wrapper .program__cover .program__box--img .img__inner span {
  font-size: 2rem;
  font-weight: 700;
  line-height: 3.2rem;
}
#program .program__wrapper .program__cover .program__box--img .img__inner h2 {
  padding: 0.4rem 1rem;
  font-size: 3.4rem;
  line-height: 4.8rem;
  width: 98%;
  background-color: hsla(0, 0%, 100%, 0.8);
  border-radius: 4rem;
  text-align: center;
}
#program .program__wrapper .program__cover .program__box--img .img__inner h2 span {
  font-size: 1.6rem;
  line-height: 2rem;
}
#program .program__wrapper .program__cover .program__box--img .img__inner .offer__btn {
  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;
  cursor: pointer;
  padding: 1rem;
  border-radius: 3rem;
  background-color: transparent;
}
#program .program__wrapper .program__cover .program__box--img .img__inner .offer__btn .btn__icon {
  height: 2.4rem;
  width: 2.4rem;
  border-radius: 50%;
  background-color: hsl(0, 0%, 0%);
}
#program .program__wrapper .program__cover .program__box--img .img__inner .offer__btn .btn__icon svg {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#program .program__wrapper .program__cover .program__box--img:hover .img__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#program .program__wrapper .program__cover .program__box h3 {
  font-size: 2.4rem;
  line-height: 3.2rem;
  text-align: center;
  margin-top: 2.3rem;
  font-weight: 700;
  text-transform: uppercase;
}

/* PROGRAM SCSS: END */
/* ABOUT SCSS:START*/
#about {
  width: 100%;
  padding: 5.5rem 0;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#about .about__detail {
  position: relative;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#about .about__detail img {
  max-width: 17.6rem;
  width: 100%;
  height: 8.8rem;
}
#about .about__detail h2 {
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  line-height: normal;
  width: 74.5rem;
}
#about .about__detail .cloud1 {
  position: absolute;
  left: 15rem;
  top: 20rem;
}
#about .about__detail .cloud2 {
  position: absolute;
  top: 10rem;
  right: 8rem;
}
#about .about__content {
  width: 100%;
  height: 105rem;
  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;
  background: url(../Image/HomePage/About/about__bg.png) no-repeat center/cover;
}
#about .about__content .content__wrapper {
  position: relative;
  max-width: 111rem;
  width: 100%;
  height: 97rem;
  background-color: hsl(0, 0%, 100%);
  border-radius: 50rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  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 .about__content .content__wrapper .resImg {
  display: none;
}
#about .about__content .content__wrapper img {
  display: block;
  width: 60rem;
  height: auto;
}
#about .about__content .content__wrapper .box {
  position: absolute;
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 2.4rem;
}
#about .about__content .content__wrapper .box .box__title {
  cursor: pointer;
  width: 50%;
  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.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#about .about__content .content__wrapper .box .box__title--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;
  gap: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#about .about__content .content__wrapper .box .box__title svg {
  width: 7.5rem;
  height: 7.5rem;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#about .about__content .content__wrapper .box .box__title span {
  font-size: 1.6rem;
  font-weight: 600;
  color: hsl(0, 0%, 0%);
  line-height: 2rem;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#about .about__content .content__wrapper .box .box__title #arrowDown {
  display: none;
}
#about .about__content .content__wrapper .box .box__text {
  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;
  visibility: hidden;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  padding: 1.6rem;
  border-radius: 1.6rem;
  background-color: hsl(51, 96%, 89%);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#about .about__content .content__wrapper .box .box__text p {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8rem;
}
#about .about__content .content__wrapper .top-left {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  top: 20rem;
  left: -12rem;
}
#about .about__content .content__wrapper .top-left .box__title {
  width: 40%;
}
#about .about__content .content__wrapper .top-center {
  top: -3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#about .about__content .content__wrapper .top-center .box__title {
  width: 100%;
}
#about .about__content .content__wrapper .top-center .box__title--icon {
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
      -ms-flex-direction: unset;
          flex-direction: unset;
}
#about .about__content .content__wrapper .top-right {
  top: 15rem;
  right: -12rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#about .about__content .content__wrapper .bottom-left {
  bottom: 10rem;
  left: -7rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#about .about__content .content__wrapper .bottom-left .box__title {
  width: 60%;
}
#about .about__content .content__wrapper .bottom-center {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#about .about__content .content__wrapper .bottom-center .box__title {
  width: 75%;
  gap: unset;
}
#about .about__content .content__wrapper .bottom-center .box__title svg {
  width: 16.5rem;
}
#about .about__content .content__wrapper .bottom-center .box__title--icon {
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
      -ms-flex-direction: unset;
          flex-direction: unset;
}
#about .about__content .content__wrapper .bottom-right {
  bottom: 14rem;
  right: -10.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#about .about__content .content__wrapper .aboutHover:hover .box__title span {
  color: hsl(3, 82%, 58%);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#about .about__content .content__wrapper .aboutHover:hover .box__text {
  visibility: unset;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

/* ABOUT SCSS: END*/
/* COMMENT SCSS: START*/
#comment {
  position: relative;
  width: 100%;
}
#comment .comment__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 2.8rem;
}
#comment .comment__title img {
  max-width: 13.2rem;
  width: 100%;
  height: 13.2rem;
}
#comment .comment__title h2 {
  font-size: 4.8rem;
  line-height: 6.4rem;
  font-weight: 600;
  margin-left: 1.4rem;
}
#comment .comment__box {
  width: 100%;
  height: 100%;
}
#comment .comment__box .commentSwiper {
  width: 100%;
  height: 100%;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(50rem, 1fr));
  gap: 1.6rem;
}
#comment .comment__box .commentSwiper .box-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  height: 100%;
  background-color: hsl(0, 0%, 92%);
  border-radius: 1.6rem;
  width: 100%;
}
#comment .comment__box .commentSwiper .box-slide .text {
  width: 100%;
  height: 100%;
}
#comment .comment__box .commentSwiper .box-slide .text p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
}
#comment .comment__box .commentSwiper .box-slide .user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#comment .comment__box .commentSwiper .box-slide .user img {
  width: 11.7rem;
  height: 11.7rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
#comment .comment__box .commentSwiper .box-slide .user p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
}
#comment .swiper-pagination-bullet {
  width: 1.6rem;
  height: 1.6rem;
  border: 3px solid hsl(44, 97%, 53%);
  background-color: transparent;
}
#comment .swiper-pagination-bullets.swiper-pagination-horizontal {
  width: unset;
  left: 5%;
  bottom: 0;
}
#comment .swiper-pagination-bullet-active {
  background-color: hsl(44, 97%, 53%) !important;
}

/* COMMENT SCSS: END*/
/* registration: START */
#registration {
  width: 100%;
  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;
  margin: 0 0 7rem;
  z-index: 10;
}
#registration .registration__img {
  max-width: 62.8rem;
  width: 100%;
}
#registration .registration__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#registration .registration__form {
  position: relative;
  max-width: 62.6rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
  border-radius: 3.2rem;
  padding: 3.2rem;
  gap: 3.2rem;
  background: hsl(0, 0%, 92%);
}
#registration .registration__form h2 {
  font-size: 4.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 6.4rem;
  text-align: center;
}
#registration .registration__form form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
  -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;
}
#registration .registration__form form .field {
  position: relative;
  width: 100%;
  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;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
#registration .registration__form form .field .label-before, #registration .registration__form form .field input:focus + label, #registration .registration__form form .field input:valid + label {
  -webkit-transform: translateY(-1rem);
      -ms-transform: translateY(-1rem);
          transform: translateY(-1rem);
  font-size: 1.2rem;
  font-weight: 400;
}
#registration .registration__form form .field label {
  position: absolute;
  top: 1.5rem;
  left: 1rem;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
  -webkit-transition: 300ms all;
  -o-transition: 300ms all;
  transition: 300ms all;
  color: #BBB;
}
#registration .registration__form form .field label::after {
  position: absolute;
  content: attr(title);
  top: 0;
  right: -1rem;
  color: hsl(3, 82%, 58%);
}
#registration .registration__form form .field input {
  width: 100%;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
  height: 5.4rem;
  padding: 1rem;
  -webkit-transition: 300ms all;
  -o-transition: 300ms all;
  transition: 300ms all;
  background-color: hsl(0, 0%, 100%);
  border-radius: 0.8rem;
  border: none;
}
#registration .registration__form form .field input:focus {
  outline: 1px solid hsl(44, 97%, 53%);
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
  height: 6rem;
}
#registration .registration__form form .field input:valid {
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
  height: 6rem;
}
#registration .registration__form form .field input:focus + label {
  color: hsl(0, 0%, 73%);
}
#registration .registration__form form .btn__form {
  padding: 1rem;
  width: 14.3rem;
  height: 4.4rem;
  border-radius: 0.8rem;
  background-color: hsl(44, 97%, 53%);
  font-weight: 700;
}
#registration .registration__form::before {
  position: absolute;
  content: "";
  height: 15.2rem;
  width: 15.2rem;
  border-radius: 50%;
  background-color: hsl(46, 90%, 62%);
  right: -5rem;
  bottom: -3rem;
  z-index: -1;
}
#registration .registration__form::after {
  position: absolute;
  content: "";
  height: 11.6rem;
  width: 11.6rem;
  border-radius: 50%;
  border: 0.1rem solid hsl(46, 90%, 62%);
  left: -5rem;
  top: -3rem;
  z-index: -1;
}

/* registration: END */
/*LIBRARY SCSS: START*/
#library {
  width: 100%;
  padding: unset;
}
#library .library__wrapper {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5rem 8%;
  gap: 3rem;
  -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;
  background-color: hsl(51, 96%, 89%);
}
#library .library__wrapper .bg-top {
  position: absolute;
  top: -12rem;
  left: 0;
  width: 100%;
  height: 35rem;
}
#library .library__wrapper .bg-top img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#library .library__wrapper .detail {
  max-width: 39rem;
  height: 9rem;
  background: url(../Image/HomePage/LibraryDetail.svg) no-repeat center/cover;
  z-index: 10;
}
#library .library__wrapper .libraray__desktop {
  width: 90%;
  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;
  gap: 1rem;
  z-index: 10;
}
#library .library__wrapper .libraray__desktop .library__link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#library .library__wrapper .libraray__desktop .library__link .library__btn {
  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;
  gap: 1rem;
  border-radius: unset;
  font-size: 1.6rem;
  background-color: transparent;
}
#library .library__wrapper .libraray__desktop .library__link .library__btn .btn__icon {
  height: 2.4rem;
  width: 2.4rem;
  border-radius: 50%;
  background-color: hsl(0, 0%, 0%);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#library .library__wrapper .libraray__desktop .library__link .library__btn .btn__icon svg {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#library .library__wrapper .libraray__desktop .library__grid {
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(40rem, 1fr));
  gap: 1.6rem;
  z-index: 10;
}
#library .library__wrapper .libraray__desktop .library__grid--box {
  max-width: 100%;
  width: 100%;
  height: 100%;
  border-radius: 1.2rem;
}
#library .library__wrapper .libraray__desktop .library__grid--box img {
  height: 100%;
  width: 100%;
  border-radius: 1.2rem;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#library .library__wrapper .libraray__desktop .library__grid--box img:hover {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  scale: 1.025;
}
#library .library__wrapper .responsive__library {
  display: none;
}

/*LIBRARY SCSS: END*/
/* VIDEO SCSS: START */
#video {
  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;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url(../Image/HomePage/Video/background-video-section.jpg) no-repeat center/cover;
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), url(../Image/HomePage/Video/background-video-section.jpg) no-repeat center/cover;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), url(../Image/HomePage/Video/background-video-section.jpg) no-repeat center/cover;
  background-attachment: fixed;
}
#video .video__wrapper {
  max-width: 100rem;
}
#video .video__wrapper video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* VIDEO SCSS: END */
@media screen and (max-width: 1440px) {
  #float-icon img {
    height: 10rem;
    max-width: 10rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #introduction .introduction__wrapper__desktop .introduction__img {
    width: 80%;
  }
  #introduction .introduction__wrapper__desktop .introduction__img img {
    border-radius: 1rem;
    max-width: 100%;
    width: 100%;
    height: 100%;
  }
  #introduction .introduction__wrapper__desktop .introduction__content--title .message {
    gap: 1rem;
  }
  #introduction .introduction__wrapper__desktop .introduction__content--title .message svg {
    max-width: 8rem;
  }
  #introduction .introduction__wrapper__desktop .introduction__content--title h2 {
    font-size: 2.2rem;
  }
  #introduction .introduction__wrapper__desktop .introduction__content--text {
    width: 100%;
  }
  #introduction .introduction__wrapper__desktop .introduction__content--text p {
    font-size: 1.5rem;
  }
  #introduction .introduction__wrapper__desktop .introduction__content--btn button {
    line-height: unset;
  }
  #education .education__wrapper {
    padding: 5rem;
  }
  #education .education__wrapper .vector {
    top: -10%;
  }
  #education .education__wrapper .education__content .content__wrap .education__content--catalog {
    padding: 2rem 1rem;
  }
  #comment .swiper-pagination-bullets.swiper-pagination-horizontal {
    width: unset;
    left: 5rem;
    bottom: 0;
  }
  #registration {
    margin-bottom: 10rem;
  }
  #registration .registration__img {
    max-width: 50rem;
  }
  #registration .registration__form {
    max-width: 56.5rem;
  }
  #registration .registration__form h2 {
    font-size: 4rem;
    line-height: 5.4rem;
  }
  #library .library__wrapper {
    padding: 5rem 0 2rem;
  }
  #library .library__wrapper .detail {
    max-width: 36rem;
    height: 8rem;
  }
  #library .library__wrapper .libraray__desktop {
    width: 80%;
  }
  #library .library__wrapper .libraray__desktop .library__grid {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    gap: 1.6rem;
  }
  #video .video__wrapper {
    max-width: 80rem;
  }
}
@media screen and (max-width: 1368px) {
  #float-icon img {
    height: 12rem;
    max-width: 12rem;
  }
  #library .library__wrapper .library__grid {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    gap: 1.6rem;
  }
}
@media screen and (max-width: 991px) {
  #float-icon img {
    height: 9rem;
    max-width: 9rem;
  }
  #banner {
    height: 80vh;
  }
  #banner .banner__btn .view__btn {
    font-size: 1.6rem;
    padding: 0.8rem 1rem;
  }
  #banner .banner__btn .view__btn svg {
    width: 2.8rem;
    height: 2.8rem;
  }
  #introduction {
    margin-bottom: unset;
  }
  #introduction .introduction__wrapper__desktop {
    gap: 2rem;
  }
  #introduction .introduction__wrapper__desktop .introduction__content--title .message svg {
    max-width: 6rem;
  }
  #introduction .introduction__wrapper__desktop .introduction__content--title .message h3 {
    font-size: 1.5rem;
  }
  #introduction .introduction__wrapper__desktop .introduction__content--title h2 {
    line-height: 3rem;
  }
  #introduction .introduction__wrapper__desktop .introduction__content--text p {
    font-size: 1.4rem;
  }
  #introduction .introduction__wrapper__desktop .introduction__content--signature img {
    max-width: 13.4rem;
    height: 5.8rem;
  }
  #introduction .introduction__wrapper__desktop .introduction__content--signature span {
    font-size: 1.4rem;
  }
  #education .education__wrapper {
    padding: 8rem 3rem 2rem;
    gap: 2rem;
  }
  #education .education__wrapper .vector {
    top: 0;
  }
  #education .education__wrapper .detail {
    max-width: 52.5rem;
    height: 7rem;
    border-radius: 2rem;
    background: url(../Image/HomePage/EducationDetail.svg) no-repeat center/contain;
  }
  #education .education__wrapper .detail h1 {
    font-size: 3rem;
  }
  #education .education__wrapper .education__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #education .education__wrapper .education__content--text {
    gap: 1rem;
    width: 100%;
  }
  #education .education__wrapper .education__program {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
  }
  #education .education__wrapper .education__program .program__box {
    max-width: 48%;
  }
  #education .education__wrapper .education__program .program__box h3 {
    font-size: 2.2rem;
    line-height: 2.2rem;
    margin-top: 2rem;
  }
  #education .education__wrapper .education__program .program__box--img .img__inner {
    gap: 0.5rem;
  }
  #education .education__wrapper .education__program .program__box--img .img__inner h2 {
    font-size: 3rem;
    width: 94%;
  }
  #program .program__wrapper .detail {
    max-width: 52.5rem;
    height: 7rem;
    border-radius: 2rem;
    background: url(../Image/HomePage/EducationDetail.svg) no-repeat center/contain;
  }
  #program .program__wrapper .detail h1 {
    font-size: 3rem;
  }
  #program .program__wrapper .program__cover {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
  }
  #program .program__wrapper .program__cover .program__box {
    max-width: 48%;
  }
  #program .program__wrapper .program__cover .program__box h3 {
    font-size: 2.2rem;
    line-height: 2.2rem;
    margin-top: 2rem;
  }
  #program .program__wrapper .program__cover .program__box--img .img__inner {
    gap: 0.5rem;
  }
  #program .program__wrapper .program__cover .program__box--img .img__inner h2 {
    font-size: 3rem;
    width: 94%;
  }
  #about {
    padding: 2rem 0;
  }
  #about .about__detail img {
    max-width: 10rem;
  }
  #about .about__detail h2 {
    font-size: 3.5rem;
  }
  #about .about__detail .cloud1 {
    height: 4.8rem;
    left: 11rem;
    top: 16rem;
  }
  #about .about__detail .cloud2 {
    height: 4.8rem;
    top: 14rem;
    right: 3rem;
  }
  #about .about__content {
    max-width: 100%;
    width: 100%;
    height: 70rem;
    background: url(../Image/HomePage/About/about__bg.png) no-repeat center/cover;
  }
  #about .about__content .content__wrapper {
    max-width: 70%;
    width: 100%;
    height: 60rem;
  }
  #about .about__content .content__wrapper img {
    max-width: 35rem;
    width: 100%;
  }
  #about .about__content .content__wrapper .box {
    max-width: 40%;
    width: 100%;
  }
  #about .about__content .content__wrapper .box .box__title svg {
    width: 5rem;
    height: 5rem;
  }
  #about .about__content .content__wrapper .box .box__title span {
    font-size: 1.4rem;
  }
  #about .about__content .content__wrapper .box .box__text {
    width: 100%;
  }
  #about .about__content .content__wrapper .top-left {
    top: 7rem;
    left: -14rem;
  }
  #about .about__content .content__wrapper .top-center {
    max-width: 80%;
    top: -4rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #about .about__content .content__wrapper .top-center .box__text {
    width: 100%;
  }
  #about .about__content .content__wrapper .top-right {
    top: 0;
    right: -13rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #about .about__content .content__wrapper .bottom-left {
    bottom: 0rem;
    left: -11rem;
  }
  #about .about__content .content__wrapper .bottom-left .box__title {
    width: 50%;
  }
  #about .about__content .content__wrapper .bottom-center {
    max-width: 80%;
    bottom: -3rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #about .about__content .content__wrapper .bottom-center .box__text {
    width: 100%;
  }
  #about .about__content .content__wrapper .bottom-center .box__title {
    width: 40%;
  }
  #about .about__content .content__wrapper .bottom-center .box__title--icon svg {
    width: 10rem;
    height: 6rem;
  }
  #about .about__content .content__wrapper .bottom-right {
    max-width: 40%;
    bottom: 3rem;
    right: -12rem;
  }
  #about .about__content .content__wrapper .bottom-right .box__title {
    width: 40%;
  }
  #comment .comment__title img {
    max-width: 8rem;
    height: 8rem;
  }
  #comment .comment__title h2 {
    font-size: 3.5rem;
    line-height: 4.4rem;
  }
  #comment .comment__box .commentSwiper .box-slide .text p {
    font-size: 1.4rem;
  }
  #comment .comment__box .commentSwiper .box-slide .user img {
    width: 8rem;
    height: 8rem;
  }
  #comment .comment__box .commentSwiper .box-slide .user p {
    font-size: 1.4rem;
    line-height: 1.6rem;
    margin: 0.5rem 0;
  }
  #comment .swiper-pagination-bullets.swiper-pagination-horizontal {
    left: 3rem;
    bottom: -1rem;
  }
  #registration {
    margin: 5rem 0 8rem;
  }
  #registration .registration__img {
    max-width: 45rem;
  }
  #registration .registration__form {
    max-width: 50rem;
  }
  #registration .registration__form::before {
    right: -3rem;
  }
  #library .library__wrapper {
    gap: 1.5rem;
  }
  #library .library__wrapper .bg-top {
    top: -7rem;
    height: 25rem;
  }
  #library .library__wrapper .bg-top img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  #library .library__wrapper .detail {
    max-width: 32rem;
    height: 7.5rem;
    background: url(../Image/HomePage/LibraryDetail.svg) no-repeat center/contain;
  }
  #library .library__wrapper .detail h1 {
    font-size: 3rem;
  }
  #library .library__wrapper .libraray__desktop .library__grid {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(26rem, 1fr));
    gap: 1.6rem;
  }
  #video .video__wrapper {
    max-width: 60rem;
  }
}
@media screen and (max-width: 820px) {
  #education .education__wrapper {
    padding-top: 5rem;
  }
  #about .about__content .content__wrapper {
    max-width: 80%;
    width: 100%;
    height: 60rem;
  }
  #about .about__content .content__wrapper img {
    max-width: 25rem;
  }
  #about .about__content .content__wrapper .box {
    max-width: 45%;
    width: 100%;
  }
  #about .about__content .content__wrapper .box .box__title {
    width: 40%;
  }
  #about .about__content .content__wrapper .box .box__text {
    width: 80%;
  }
  #about .about__content .content__wrapper .top-left {
    max-width: 40%;
    top: 4rem;
    left: -10rem;
  }
  #about .about__content .content__wrapper .top-center {
    max-width: 80%;
    top: -2rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #about .about__content .content__wrapper .top-right {
    max-width: 40%;
    top: -2rem;
    right: -9rem;
  }
  #about .about__content .content__wrapper .top-right .box__text {
    width: 80%;
  }
  #about .about__content .content__wrapper .bottom-left {
    max-width: 40%;
    bottom: -0.5rem;
    left: -10rem;
  }
  #about .about__content .content__wrapper .bottom-center {
    max-width: 80%;
    bottom: 1rem;
  }
  #about .about__content .content__wrapper .bottom-right {
    max-width: 40%;
    bottom: 6rem;
    right: -9rem;
  }
  #registration .registration__img {
    max-width: 35rem;
  }
  #registration .registration__form {
    max-width: 45rem;
  }
  #registration .registration__form h2 {
    font-size: 2rem;
    line-height: 3.4rem;
    font-weight: 700;
  }
  #library .library__wrapper .bg-top img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  #library .library__wrapper .libraray__desktop .library__grid {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(23rem, 1fr));
    gap: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  #banner {
    height: 50vh;
    
  }
  #banner .banner__btn .view__btn {
    font-size: 1.5rem;
    padding: 0.8rem 1rem;
  }
  #banner .banner__btn .view__btn svg {
    width: 2.8rem;
    height: 2.8rem;
  }
  #introduction {
    margin-bottom: 4rem;
  }
  #introduction .introduction__wrapper__desktop {
    display: none;
  }
  #introduction .introduction__wrapper__mobile {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    width: 100%;
  }
  #introduction .introduction__wrapper__mobile .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2rem;
    width: 100%;
    height: 100%;
  }
  #introduction .introduction__wrapper__mobile .top .introduction__img {
    max-width: 40%;
    width: 100%;
  }
  #introduction .introduction__wrapper__mobile .top .introduction__img img {
    height: 100%;
    width: 100%;
    border-radius: 8px;
  }
  #introduction .introduction__wrapper__mobile .top .introduction__content--title {
    width: 100%;
  }
  #introduction .introduction__wrapper__mobile .top .introduction__content--title .message {
    width: 100%;
    gap: 1rem;
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #introduction .introduction__wrapper__mobile .top .introduction__content--title .message svg {
    max-width: 20%;
  }
  #introduction .introduction__wrapper__mobile .top .introduction__content--title .message h3 {
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 600;
  }
  #introduction .introduction__wrapper__mobile .top .introduction__content--title .message h2 {
    font-size: 2.2rem;
    text-transform: uppercase;
    color: hsl(46, 90%, 62%);
  }
  #introduction .introduction__wrapper__mobile .introduction__content {
    width: 100%;
  }
  #introduction .introduction__wrapper__mobile .introduction__content p {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  #introduction .introduction__wrapper__mobile .introduction__content--signature {
    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;
  }
  #introduction .introduction__wrapper__mobile .introduction__content--signature img {
    max-width: 20rem;
  }
  #introduction .introduction__wrapper__mobile .introduction__content--signature span {
    font-size: 1.4rem;
    font-weight: 600;
  }
  #education .education__wrapper .vector {
    top: -0.8rem;
  }
  #education .education__wrapper .detail {
    max-width: 44rem;
    height: 6rem;
    border-radius: 2rem;
  }
  #education .education__wrapper .detail h1 {
    font-size: 2.5rem;
  }
  #education .education__wrapper .education__content--text p {
    font-size: 1.8rem;
  }
  #education .education__wrapper .education__content .content__wrap .education__content--catalog span {
    font-size: 1.8rem;
  }
  #about {
    padding: 1rem 2rem;
    width: 100%;
  }
  #about .about__detail img {
    max-width: 10rem;
  }
  #about .about__detail h2 {
    width: 100%;
    font-size: 2.5rem;
  }
  #about .about__detail .cloud1,
  #about .about__detail .cloud2 {
    display: none;
  }
  #about .about__content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background: unset;
    height: unset;
  }
  #about .about__content .content__wrapper {
    margin-top: 2rem;
    height: unset;
    width: 100%;
    border-radius: unset;
    -ms-flex-wrap: unset;
        flex-wrap: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
  }
  #about .about__content .content__wrapper img {
    display: none;
  }
  #about .about__content .content__wrapper .resImg {
    display: block;
    max-width: 40rem;
    height: 27rem;
    margin-bottom: 2rem;
  }
  #about .about__content .content__wrapper .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
    position: relative;
    max-width: 100%;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    width: 100%;
  }
  #about .about__content .content__wrapper .box .box__title {
    cursor: unset;
    padding: 1rem 2rem;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: hsl(106, 42%, 94%);
  }
  #about .about__content .content__wrapper .box .box__title--icon {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    gap: 2rem;
  }
  #about .about__content .content__wrapper .box .box__title--icon svg {
    width: 4.5rem;
    height: 4.5rem;
  }
  #about .about__content .content__wrapper .box .box__title--icon span {
    font-size: 1.8rem;
    line-height: normal;
  }
  #about .about__content .content__wrapper .box .box__title #arrowDown {
    display: block;
    width: 2rem;
    height: 1.2rem;
  }
  #about .about__content .content__wrapper .box .active #arrowDown {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }
  #about .about__content .content__wrapper .box .box__text {
    -webkit-box-shadow: unset;
            box-shadow: unset;
    border-radius: unset;
    visibility: hidden;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
    overflow: hidden;
    max-height: 0;
    overflow: hidden;
    background-color: hsl(0, 0%, 100%);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    opacity: 1;
    padding: 0.2rem 2rem;
  }
  #about .about__content .content__wrapper .box .box__text p {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  #about .about__content .content__wrapper .box .showAccordion {
    max-height: 100%;
    visibility: unset;
  }
  #comment .comment__title img {
    max-width: 8rem;
    height: 8rem;
  }
  #comment .comment__title h2 {
    font-size: 3.5rem;
    line-height: 4.4rem;
  }
  #comment .comment__box .commentSwiper .box-slide .text p {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  #comment .comment__box .commentSwiper .box-slide .user img {
    width: 10rem;
    height: 10rem;
  }
  #comment .comment__box .commentSwiper .box-slide .user p {
    font-size: 1.6rem;
    line-height: 2rem;
    margin: 1rem 0;
  }
  #comment .swiper-pagination-bullets.swiper-pagination-horizontal {
    left: 2rem;
    bottom: 0;
  }
  #registration {
    margin: 5rem 0;
  }
  #registration .registration__form::before {
    right: -2rem;
  }
  #library {
    gap: 1rem;
  }
  #library .library__wrapper .detail {
    max-width: 28rem;
    height: 6.5rem;
    border-radius: 2rem;
  }
  #video .video__wrapper {
    max-width: 50rem;
  }
}
@media screen and (max-width: 600px) {
  #program,
  #video {
    display: none !important;
  }
  #library .libraray__desktop {
    display: none !important;
  }
}
@media screen and (max-width: 450px) {
  #empty-case {
    margin-top: 10rem;
    height: 60vh;
  }
  #empty-case img {
    max-width: 90%;
  }
  #float-icon {
    display: none;
  }
  #banner {
    height: unset;
    margin: 2rem 0 0 0;
    padding: 3rem 0 0 0 !important;
  }
  #banner .banner__bg {
    position: relative;
    z-index: unset;
    background:unset;
  }

  #banner .banner__bg video {
    display: block;
    width: 100%;
  }
  #banner .banner__bg video video::-webkit-media-controls {
    display: none !important;
  }
  #banner .banner__bg video video::-webkit-media-controls-start-playback-button {
    display: none !important;
  }
  #banner .banner__bg .thumbnail {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    position: absolute;
    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: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  #banner .banner__bg .thumbnail .thumbnail__img {
    position: absolute;
    inset: 0;
    display: unset;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
     object-fit: cover;
     opacity: 1;
    -webkit-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
  #banner .banner__bg .thumbnail .control-video-btn {
    position: absolute;
    z-index: 1;
    padding: 1.5rem;
    border-radius: 50%;
    border: none;
    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;
    background-color: hsl(0, 0%, 92%);
    opacity: 1;
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
  }
  #banner .banner__bg .thumbnail .control-video-btn svg {
    width: 2rem;
    height: 2rem;
    opacity: 1;
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
  }
  #banner .banner__bg .thumbnail .control-video-btn svg.hiddenIcon {
    display: none;
    opacity: 1;
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
  }
  #banner .banner__bg .thumbnail.hiddenThumbnail {
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
  #banner .banner__btn,
  #banner .banner__icon {
    display: none;
  }
  #introduction {
    margin-bottom: 4rem;
  }
  #introduction .introduction__wrapper__desktop {
    display: none;
  }
  #introduction .introduction__wrapper__mobile {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    width: 100%;
  }
  #introduction .introduction__wrapper__mobile .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2rem;
    width: 100%;
    height: 100%;
  }
  #introduction .introduction__wrapper__mobile .top .introduction__img {
    max-width: 40%;
    width: 100%;
  }
  #introduction .introduction__wrapper__mobile .top .introduction__img img {
    height: 100%;
    width: 100%;
  }
  #introduction .introduction__wrapper__mobile .top .introduction__content--title {
    width: 100%;
  }
  #introduction .introduction__wrapper__mobile .top .introduction__content--title .message {
    width: 100%;
    gap: 1rem;
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #introduction .introduction__wrapper__mobile .top .introduction__content--title .message img {
    max-width: 20%;
  }
  #introduction .introduction__wrapper__mobile .top .introduction__content--title .message h3 {
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 600;
    line-height: normal;
  }
  #introduction .introduction__wrapper__mobile .top .introduction__content--title .message h2 {
    font-size: 1.4rem;
    text-transform: uppercase;
    color: hsl(46, 90%, 62%);
    line-height: normal;
  }
  #introduction .introduction__wrapper__mobile .introduction__content {
    width: 100%;
  }
  #introduction .introduction__wrapper__mobile .introduction__content p {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  #introduction .introduction__wrapper__mobile .introduction__content--btn {
    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;
    cursor: pointer;
    padding: 0.4rem 1rem;
    border-radius: 3rem;
    background-color: hsl(0, 0%, 100%);
    -webkit-box-shadow: 0px 2px 4px 0px hsla(47, 100%, 29%, 0.15);
            box-shadow: 0px 2px 4px 0px hsla(47, 100%, 29%, 0.15);
  }
  #introduction .introduction__wrapper__mobile .introduction__content--btn .btn__icon {
    height: 2.4rem;
    width: 2.4rem;
    border-radius: 50%;
    background-color: hsl(0, 0%, 0%);
  }
  #introduction .introduction__wrapper__mobile .introduction__content--btn .btn__icon img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #education .education__wrapper .vector {
    top: 0;
    height: 9rem;
  }
  #education .education__wrapper .vector img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  #education .education__wrapper .detail {
    max-width: 33.5rem;
    height: 4.5rem;
    border-radius: 1.2rem;
    background: url(../Image/HomePage/EducationDetail.svg) no-repeat center/contain;
  }
  #education .education__wrapper .detail h1 {
    font-size: 2rem;
  }
  #education .education__wrapper .education__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #education .education__wrapper .education__content--text {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
  #education .education__wrapper .education__content--text p {
    font-size: 1.6rem;
  }
  #education .education__wrapper .education__content .content__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2rem;
  }
  #education .education__wrapper .education__program {
    display: none;
  }
  #about {
    padding: 1rem 2rem;
    width: 100%;
  }
  #about .about__detail img {
    width: 6rem;
    height: 4rem;
    margin-bottom: 0.5rem;
  }
  #about .about__detail h2 {
    width: 70%;
    font-size: 1.6rem;
  }
  #about .about__detail .cloud1,
  #about .about__detail .cloud2 {
    display: none;
  }
  #about .about__content .content__wrapper .resImg {
    max-width: 25rem;
    height: 17rem;
  }
  #about .about__content .content__wrapper .box .box__title--icon {
    gap: 1rem;
  }
  #about .about__content .content__wrapper .box .box__title--icon svg {
    width: 2.4rem;
    height: 2.4rem;
  }
  #about .about__content .content__wrapper .box .box__title--icon span {
    font-size: 1.4rem;
  }
  #about .about__content .content__wrapper .box .box__title #arrowDown {
    width: 1.2rem;
  }
  #about .about__content .content__wrapper .box .box__text p {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  #comment .comment__title img {
    max-width: 6rem;
    width: 100%;
    height: 6rem;
  }
  #comment .comment__title h2 {
    font-size: 2rem;
    line-height: 3rem;
    margin-left: 2rem;
  }
  #comment .comment__box .commentSwiper .box-slide {
    width: 100%;
    gap: 2rem;
  }
  #comment .comment__box .commentSwiper .box-slide .text {
    width: 100%;
  }
  #comment .comment__box .commentSwiper .box-slide .text p {
    font-size: 1.4rem;
  }
  #comment .comment__box .commentSwiper .box-slide .user {
    gap: 2rem;
  }
  #comment .comment__box .commentSwiper .box-slide .user img {
    width: 8rem;
    height: 8rem;
  }
  #comment .swiper-pagination-bullets.swiper-pagination-horizontal {
    width: unset;
    left: 2rem;
    bottom: -1rem;
  }
  #registration {
    -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: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    margin: 5rem 0;
  }
  #registration .registration__img {
    display: none;
  }
  #registration .registration__form {
    max-width: unset;
    width: 100%;
    border-radius: 2rem;
    padding: 2rem;
  }
  #registration .registration__form h2 {
    font-size: 3rem;
    font-weight: 600;
    line-height: 4rem;
  }
  #registration .registration__form form .field .label-before, #registration .registration__form form .field input:valid + label, #registration .registration__form form .field input:focus + label {
    font-size: 1.1rem;
  }
  #registration .registration__form form .field input {
    font-size: 1.6rem;
  }
  #registration .registration__form form .btn__form {
    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: 10rem;
    padding: 1.5rem 0.5rem;
    font-size: 1.8rem;
  }
  #registration .registration__form::before {
    right: -2rem;
    bottom: -3rem;
  }
  #registration .registration__form::after {
    left: -2rem;
    top: -2rem;
  }
  #library {
    gap: 3rem;
  }
  #library .library__wrapper {
    position: relative;
    padding: 2rem 3rem 4rem;
  }
  #library .library__wrapper .bg-top {
    top: -6rem;
    height: 15rem;
  }
  #library .library__wrapper .library__grid {
    display: none;
  }
  #library .library__wrapper .detail {
    max-width: 21rem;
    height: 4.8rem;
    border-radius: 1.5rem;
    background: url(../Image/HomePage/LibraryDetail.svg) no-repeat center/contain;
  }
  #library .library__wrapper .detail h1 {
    font-size: 2.2rem;
  }
  #library .library__wrapper .responsive__library {
    display: block;
    width: 100%;
    height: 100%;
  }
  #library .library__wrapper .responsive__library .libSwiper {
    width: 100%;
  }
  #library .library__wrapper .responsive__library .libSwiper .lib-slide {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 1rem;
  }
  #library .library__wrapper .responsive__library .libSwiper .lib-slide img {
    height: 100%;
    width: 100%;
    border-radius: 1rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #library .library__wrapper .responsive__library .libSwiper .lib-slide .btn {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    padding: 0.8rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.8rem;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.1rem;
    -webkit-box-shadow: 0px 2px 4px 0px hsla(47, 100%, 29%, 0.15);
            box-shadow: 0px 2px 4px 0px hsla(47, 100%, 29%, 0.15);
  }
  #library .library__wrapper .responsive__library .libSwiper .lib-slide .btn .btn__icon {
    width: 1.8rem;
    height: 1.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    background-color: hsl(0, 0%, 0%);
  }
  #library .library__wrapper .responsive__library .libSwiper .lib-slide .btn .btn__icon svg {
    width: 4rem;
    height: 4rem;
  }
  #library .library__wrapper .responsive__library .swiper-pagination-bullet {
    width: 1.6rem;
    height: 1.6rem;
    border: 3px solid hsl(44, 97%, 53%);
    background-color: transparent;
  }
  #library .library__wrapper .responsive__library .swiper-pagination-bullet-active {
    background-color: hsl(44, 97%, 53%) !important;
  }
}
@media screen and (max-width: 375px) {
  #introduction .introduction__wrapper__mobile .introduction__content p {
    font-size: 1.4rem;
  }
  #education .education__wrapper .education__content--text p {
    font-size: 1.4rem;
  }
  #education .education__wrapper .education__content--text .introduction__content--link a {
    font-size: 1.4rem;
  }
  #education .education__wrapper .education__content--text .introduction__content--link a .btn__icon {
    height: 2rem;
    width: 2rem;
  }
  #education .education__content .content__wrap .education__content--catalog {
    padding: 2rem;
  }
  #about .about__detail h2 {
    font-size: 2rem;
  }
  #about .about__content .content__wrapper .box .box__text p {
    font-size: 1.4rem;
    line-height: 2.5rem;
  }
  #comment .comment__box .commentSwiper .box-slide {
    height: 20rem;
  }
  #comment .comment__box .commentSwiper .box-slide .text {
    height: 7rem;
  }
}