.section-1 .banner-img > img {
  border-radius: 20px;
  max-width: 100%;
}

.section-1 .sticky-box > div {
  height: calc(100vh - 350px);
  transition: all .5s ease-in-out;
  top: 0;
}

.section-1 .sticky-box > div.sticky {
  transform: translateY(100px);
}

.section-1 .sticky-box > div .title {
  color: #fff;
  font-size: 3rem;
}

.section-1 .sticky-box > div .sub {
  color: #aaa;
  font-size: 1.5rem;
}

.section-1 .sticky-box > div .img {
  border-radius: 30px;
  height: 450px;
  display: flex;
}

.section-1 .sticky-box > div .img img {
  width: 100%;
}

.section-1 .card-list > li {
  align-items: center;
  width: 100%;
  display: flex;
}

.section-1 .card-list > li .no {
  color: #fff;
  width: 80px;
  font-size: 1.5rem;
}

.section-1 .card-list > li .no.color {
  color: #fac001;
}

.section-1 .card-list > li .icon {
  width: 30px;
  padding: 105px 0;
  position: relative;
}

.section-1 .card-list > li .icon .circle {
  background-color: #aaa;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin: auto;
}

.section-1 .card-list > li .icon .circle.color {
  background-color: #fac001;
}

.section-1 .card-list > li .icon.last:before {
  height: 50%;
}

.section-1 .card-list > li .icon:before {
  content: "";
  z-index: -1;
  background-color: #aaa;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.section-1 .card-list > li .desc {
  color: #fff;
  width: calc(100% - 110px);
  padding-left: 40px;
  font-size: 1.4rem;
}

.section-1 .card-list > li .desc.color, .section-1 .card-list > li .desc .color {
  color: #fac001;
}

@media (width <= 768px) {
  .section-1 {
    padding-top: 5rem;
  }

  .section-1 .sticky-box > div .img {
    align-items: center;
    max-height: 320px;
  }

  .section-1 .sticky-box > div .img > img {
    margin-bottom: 100px;
  }

  .section-1 .card-list > li .no {
    padding-left: 15px;
  }
}
/*# sourceMappingURL=history.801320e2.css.map */
