.lt__event {
  max-width: 2000px;
  margin: 0 auto;
  padding-bottom: 200px;
  background: var(--orange);
  position: relative;
  overflow: hidden;
}
.lt__event .event__wrapper {
  width: 1400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lt__event .event__title {
  width: 580px;
  color: #fff;
}
.lt__event .event__title h3 {
  font-size: 48px;
}
.lt__event .event__title .event__more {
  font-size: 18px;
  color: #fff;
  width: 10em;
  height: 2.5em;
  margin-top: 2em;
  padding-bottom: 0.2em;
  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;
  border: 2px solid #fff;
  border-radius: 300px;
}
.lt__event .event__slider {
  width: calc(100% - 580px);
}
.lt__event .event__slider .swiper {
  width: 1260px;
}
.lt__event .event__slider .swiper-slide {
  width: 400px;
  border-radius: 20px;
  overflow: hidden;
  margin-right: 20px;
  color: #fff;
}
.lt__event .event__slider .swiper-slide .thumb__img {
  display: none;
}
.lt__event .event__slider .swiper-slide .thumb__img.--active {
  display: block;
}
.lt__event .event__slider .swiper-slide img {
  width: 100%;
}

/* ========================= max-width: 1420px ========================= */
@media screen and (max-width: 1420px) {
  .lt__event .event__title {
    width: 400px;
  }
  .lt__event .event__wrapper {
    width: 100%;
  }
}
/* ========================= max-width: 768px ========================= */
@media screen and (max-width: 768px) {
  .lt__event {
    background: #fff;
    padding-bottom: 100px;
  }
  .lt__event .event__title {
    width: 100%;
    color: #3e3e3e;
    text-align: center;
  }
  .lt__event .event__title h3 {
    font-size: 44px;
    padding-top: 3em;
    font-weight: normal;
  }
  .lt__event .event__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lt__event .event__slider .swiper {
    width: 100vw;
  }
  .lt__event .event__slider .swiper-slide {
    width: 60vw;
  }
}
/* ========================= max-width: 600px ========================= */
@media screen and (max-width: 600px) {
  .lt__event .event__title h3 {
    font-size: 34px;
  }
}/*# sourceMappingURL=style.css.map */