.u-hidden {
  display: none !important;
}

@media only screen and (min-width: 1140px), only print {
  .u-hidden\@lg {
    display: none !important;
  }
}
@media only screen and (min-width: 992px), only print {
  .u-hidden\@md\+ {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.9999px) {
  .u-hidden\@md {
    display: none !important;
  }
}
@media only screen and (max-width: 1139.99999px) {
  .u-hidden\@md- {
    display: none !important;
  }
}
@media only screen and (max-width: 767.9999px) {
  .u-hidden\@sm {
    display: none !important;
  }
}
@media only screen and (min-width: 767.9999px) {
  .u-hidden\@sm\+ {
    display: none !important;
  }
}
.carousel {
  position: relative;
}
.carousel__slide {
  display: flex !important;
  flex-direction: column;
}
.carousel--hero {
  overflow: visible !important;
}
.carousel--event, .carousel--future {
  width: 100vw;
  max-width: 1056px;
}
.carousel--event .carousel__slide, .carousel--future .carousel__slide {
  padding-top: 20px;
}

@media only screen and (max-width: 768px) {
  .carousel--event .carousel, .carousel--future .carousel {
    width: 100vw;
  }
  .carousel--event .carousel__wrapper, .carousel--future .carousel__wrapper {
    padding-left: 20px;
  }
  .carousel--event .carousel__slide, .carousel--future .carousel__slide {
    padding-top: 20px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media only screen and (max-width: 767.9999px) {
  .carousel {
    max-width: 100vw;
  }
  .carousel__slide {
    justify-content: center;
    align-items: center;
  }
}
.carousel--future {
  max-width: 100vw;
}
@media only screen and (max-width: 768px) {
  .carousel--future .carousel__wrapper {
    padding-left: 0;
  }
}

.carouselNav--hero, .carouselNav--app {
  position: absolute;
  z-index: 5;
  left: 120px;
  bottom: -70px;
}
.carouselNav--hero .carouselNav__pagination.swiper-pagination-bullets, .carouselNav--app .carouselNav__pagination.swiper-pagination-bullets {
  display: flex;
  justify-content: center;
  width: -moz-fit-content !important;
  width: fit-content !important;
  gap: 20px;
}
.carouselNav--hero .carouselNav__pagination.swiper-pagination-bullets .swiper-pagination-bullet, .carouselNav--app .carouselNav__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  position: relative;
  width: 50px;
  height: auto;
  margin: 0;
  margin-top: 3px;
  opacity: 0.5;
  border-radius: 0;
  left: 0 !important;
  background: transparent !important;
  color: #fff;
  transition: 0.3s;
}
.carouselNav--hero .carouselNav__pagination.swiper-pagination-bullets .swiper-pagination-bullet::after, .carouselNav--app .carouselNav__pagination.swiper-pagination-bullets .swiper-pagination-bullet::after {
  content: "";
  top: 0px;
  left: 0;
  position: absolute;
  width: 50px;
  height: 1px;
  background: #fff;
  opacity: 0.5;
  transition: opacity 0.3s, color 0.3s;
}
@media (hover: hover) {
  .carouselNav--hero .carouselNav__pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover::after, .carouselNav--app .carouselNav__pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover::after {
    top: -1px;
    height: 2px;
    background: #6ebb20;
  }
}
.carouselNav--hero .carouselNav__pagination.swiper-pagination-bullets .swiper-pagination-bullet-active, .carouselNav--app .carouselNav__pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
  opacity: 1;
}
.carouselNav--hero .carouselNav__pagination.swiper-pagination-bullets .swiper-pagination-bullet-active::after, .carouselNav--app .carouselNav__pagination.swiper-pagination-bullets .swiper-pagination-bullet-active::after {
  top: -1.5px;
  height: 3px;
  background: #6ebb20;
  opacity: 1;
}
.carouselNav--hero .carouselNav__pagination.swiper-pagination-bullets .swiper-pagination-bullet-active-prev, .carouselNav--hero .carouselNav__pagination.swiper-pagination-bullets .swiper-pagination-bullet-active-next, .carouselNav--app .carouselNav__pagination.swiper-pagination-bullets .swiper-pagination-bullet-active-prev, .carouselNav--app .carouselNav__pagination.swiper-pagination-bullets .swiper-pagination-bullet-active-next {
  transform: scale(1) !important;
}
@media (hover: hover) {
  .carouselNav--hero .carouselNav__pagination.swiper-pagination-bullets .swiper-pagination-bullet-active:hover::after, .carouselNav--app .carouselNav__pagination.swiper-pagination-bullets .swiper-pagination-bullet-active:hover::after {
    top: -1.5px;
    height: 3px;
    background: #6ebb20;
  }
}
.carouselNav--hero .carouselNav__pagination.swiper-pagination-lock, .carouselNav--app .carouselNav__pagination.swiper-pagination-lock {
  display: none;
}

@media only screen and (max-width: 992px) {
  .carouselNav--hero, .carouselNav--app {
    left: 50%;
    bottom: -110px;
  }
}
@media only screen and (max-width: 768px) {
  .carouselNav--hero, .carouselNav--app {
    left: 50%;
    bottom: -70px;
  }
}
.carouselNav--app {
  position: absolute;
  z-index: 5;
  left: 270px;
  bottom: -70px;
}
.carouselNav--app .carouselNav__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  color: #001810;
}
.carouselNav--app .carouselNav__pagination.swiper-pagination-bullets .swiper-pagination-bullet::after {
  background: #6ebb20;
}
.carouselNav--app .carouselNav__pagination.swiper-pagination-bullets .swiper-pagination-bullet-active::after {
  top: -1.5px;
  height: 3px;
  background: #6ebb20;
  opacity: 1;
}
.carouselNav--app .carouselNav__pagination.swiper-pagination-lock {
  display: none;
}

@media only screen and (max-width: 992px) {
  .carouselNav--app {
    left: 50%;
    bottom: -150px;
  }
}
@media only screen and (max-width: 768px) {
  .carouselNav--app {
    left: 50%;
    bottom: 50px;
  }
}
@media only screen and (max-width: 476px) {
  .carouselNav--app {
    left: 50%;
    bottom: -80px;
  }
}

.o-pagination {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  padding-top: 10px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  background: transparent;
}

.MainBlock__top__img.sm {
  -o-object-fit: cover;
     object-fit: cover;
  height: 450px;
  max-width: 100vw;
}
.MainBlock__top__descript {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.MainBlock__top__descript[data-v-541d5cca] {
  padding: 50px 60px;
  min-height: 376px;
}
@media only screen and (max-width: 992.9999px) {
  .MainBlock__top__descript[data-v-541d5cca] {
    max-height: 250px;
    min-height: auto;
    flex-direction: row;
  }
}
@media only screen and (max-width: 767.9999px) {
  .MainBlock__top__descript[data-v-541d5cca] {
    position: relative !important;
    flex-direction: column;
    padding: 30px;
    max-height: unset;
    top: 0;
    right: 0;
    margin-top: -40px;
  }
}
@media only screen and (max-width: 767.9999px) {
  .MainBlock__top__descript {
    padding-top: 0px;
  }
}
.MainBlock__top__action {
  align-self: flex-end;
}
@media only screen and (max-width: 1200px) {
  .MainBlock__bg[data-v-541d5cca] {
    padding: 350px 0 600px 0;
  }
}
@media only screen and (max-width: 992px) {
  .MainBlock__bg[data-v-541d5cca] {
    padding: 350px 0 400px 0;
  }
}
@media only screen and (max-width: 767.9999px) {
  .MainBlock__bg[data-v-541d5cca] {
    top: 30%;
  }
}
.MainBlock__content[data-v-541d5cca] {
  margin-top: 100px;
}
@media only screen and (max-width: 992px) {
  .MainBlock__content[data-v-541d5cca] {
    margin-top: 140px;
  }
}
@media only screen and (max-width: 768px) {
  .MainBlock__content[data-v-541d5cca] {
    margin-top: 0px;
    padding-top: 100px;
  }
}
.MainBlock__page__arrow[data-v-541d5cca] {
  position: relative;
  right: 0;
}
.MainBlock__page__arrow[data-v-541d5cca] a {
  width: 70px;
  height: 70px;
}
.MainBlock__page__arrow[data-v-541d5cca] a img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767.9999px) {
  .MainBlock__page__arrow[data-v-541d5cca] a {
    width: 50px;
    height: 50px;
  }
}

.eventCard {
  display: flex;
  flex-direction: column;
}
.eventCard__link {
  display: inline-flex;
  position: relative;
  perspective: 500px;
  perspective-origin: 100px 100px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767.9999px) {
  .eventCard__link {
    margin-bottom: 0;
  }
}
.eventCard__img {
  width: 320px !important;
  height: 320px !important;
  -o-object-fit: cover;
     object-fit: cover;
  transform-style: preserve-3d;
  transform: rotateY(15deg);
  transition: all 0.5s;
}
.eventCard__img:hover {
  transform: rotateY(0);
}
@media only screen and (max-width: 767.9999px) {
  .eventCard__img {
    margin-bottom: 60px;
    transform: rotateY(9deg);
  }
  .eventCard__img:hover {
    transform: rotateY(12deg);
  }
}
.eventCard__arrow {
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  bottom: -8%;
  right: 15%;
  z-index: 2;
}
@media only screen and (max-width: 767.9999px) {
  .eventCard__arrow {
    background-color: rgba(255, 255, 255, 0.8);
    width: 60px;
    height: 60px;
    bottom: 10%;
  }
}
.eventCard__tag {
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  margin-bottom: 14px;
  justify-content: start;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  color: #fff;
  letter-spacing: normal;
  background-color: #1c9f80;
  padding: 5px 10px;
  border-radius: 30px;
  margin-right: 10px;
}
.eventCard__desc {
  font-weight: 400;
  line-height: 30px;
  color: #001810;
  letter-spacing: normal;
  margin-top: 20px;
}
.eventCard--future .eventCard__img {
  width: 420px !important;
  height: 220px !important;
  transform: rotateY(-15deg);
}
.eventCard--future .eventCard__img:hover {
  transform: rotateY(0);
}
@media only screen and (max-width: 767.9999px) {
  .eventCard--future .eventCard__img {
    margin-bottom: 60px;
    transform: rotateY(-9deg);
  }
  .eventCard--future .eventCard__img:hover {
    transform: rotateY(-9deg);
  }
}
.eventCard--future .eventCard__arrow {
  background-color: rgba(255, 255, 255, 0.8509803922);
  bottom: -18%;
  right: 10%;
}
@media only screen and (max-width: 767.9999px) {
  .eventCard--future .eventCard__arrow {
    background-color: rgba(255, 255, 255, 0.8);
    width: 50px;
    height: 50px;
    bottom: 10%;
  }
}

.mobileMenu__cancel {
  cursor: pointer;
}

@media (max-width: 767px) {
  .container[data-v-5fd76d40] {
    max-width: 569px;
    padding: 0 0 0 15px;
  }
}
.scrollMenu .isScroll {
  opacity: 0;
  display: none;
}
.scrollMenu a {
  transition: 0.3s;
}

.scrollMenu2 .isScroll {
  opacity: 1;
  display: flex;
}
.scrollMenu2 a {
  color: #000 !important;
}
.scrollMenu2 .isTop {
  opacity: 0;
  display: none;
}

.menu__logo.isScroll {
  width: 166px;
}

@media (max-width: 767px) {
  .topContent__center li[data-v-5fd76d40],
  .topContent__center .swiper-slide[data-v-5fd76d40],
  .topContent .swiper li[data-v-5fd76d40],
  .topContent .swiper .swiper-slide[data-v-5fd76d40] {
    position: relative;
    width: 220px;
  }
}
.innovateMain__content[data-v-9b3a4bae] {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.innovateMain__content li[data-v-9b3a4bae] {
  position: relative;
  width: 30%;
  margin-bottom: 85px;
}

.innovateMain__content li .innovateMain__cotent__transWrap[data-v-9b3a4bae] {
  position: relative;
  perspective: 500px;
  perspective-origin: 100px 100px;
  margin-bottom: 50px;
}

.innovateMain__content li .innovateMain__cotent__transWrap__box[data-v-9b3a4bae] {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transform: rotateY(15deg);
  transition: all 0.5s;
}
.innovateMain__content li .innovateMain__cotent__transWrap__box[data-v-9b3a4bae]:hover {
  transform: rotateY(0deg);
}

.innovateMain__content li .innovateMain__cotent__link[data-v-9b3a4bae] {
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8509803922);
  position: absolute;
  right: 15%;
  bottom: -4%;
}

.innovateMain__content li .innovateMain__cotent__detail[data-v-9b3a4bae] {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
  justify-content: start;
}

@media (max-width: 767px) {
  .innovateMain__content[data-v-9b3a4bae] {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .innovateMain__content li[data-v-9b3a4bae] {
    width: 99%;
  }
}
@media (max-width: 767px) {
  .innovateMain__content li .innovateMain__cotent__transWrap[data-v-9b3a4bae] {
    margin-left: 10%;
  }
}
.innovateMain__content li .innovateMain__cotent__title h3[data-v-9b3a4bae] {
  font-weight: 500;
  line-height: normal;
  color: #001810;
  letter-spacing: normal;
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .bottomContent .swiper .swiper-slide[data-v-afb19967] {
    height: 450px;
  }
}
.text__more[data-v-afb19967] {
  z-index: 5;
}

body {
  width: 100%;
  height: auto;
  min-height: unset;
}

#app {
  height: 0;
}/*# sourceMappingURL=style.css.map */