aboutHistory.css 1.52 KB
.about-history {
  padding-top: 147px;
}
.about-history__title {
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  color: #F5851A;
  max-width: 400px;
  width: 100%;
  margin-right: 40px;
}
.about-history__title > span {
  display: block;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #ABB2BF;
  margin-top: 16px;
}

.about-history-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.swiper-about-history {
  width: 880px;
  height: 160px;
}

.swiper-wrapper-about {
  width: 880px;
  height: 160px;
}

.swiper-slide-about-history {
  height: 100%;
  width: 100%;
  position: relative;
}

.slide-about-history-year {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #F5851A;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
}

.slide-about-history-text {
  display: inline-block;
  max-width: 650px;
  margin-left: 200px;
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  color: #333B49;
  position: absolute;
  top: 35%;
  left: 0;
}

.swiper-button-next__about-history,
.swiper-button-prev__about-history {
  position: absolute;
}

.swiper-button-prev__about-history {
  top: calc(68% + 54px) !important;
  left: 475px !important;
  width: 19px !important;
  height: 15px !important;
}

.swiper-button-next__about-history {
  top: calc(49% - 54px) !important;
  left: 475px !important;
  width: 19px !important;
  height: 15px !important;
}

.about-history-container [class^=swiper-button-]::after {
  content: "";
}