.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 .card-list > li {
  align-items: center;
  width: 100%;
  margin-bottom: 10rem;
}

.section-1 .card-list > li .text-box .title {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
}

.section-1 .card-list > li .text-box .desc {
  color: #fff;
  margin-top: 1rem;
  font-size: 1.2rem;
}

.section-1 .card-list > li .img-box .img-cont {
  position: relative;
}

.section-1 .card-list > li .img-box .img-cont .img {
  border-radius: 20px;
  width: 100%;
  overflow: hidden;
}

.section-1 .card-list > li .img-box .img-cont .img > img {
  width: 100%;
}

.section-1 .card-list > li .img-box .img-cont .icon {
  z-index: 1;
  background-color: #fff;
  border-radius: 20px;
  max-width: 100px;
  padding: 15px;
  position: absolute;
  bottom: -55px;
  right: 25px;
}

.section-1 .card-list > li .img-box .img-cont .icon > img {
  width: 100%;
}

.section-1 .card-list > li .img-box .no {
  color: #2478d7;
  max-width: calc(100% - 125px);
  margin-top: .5rem;
  font-size: 1rem;
}

.section-1 .card-list > li .img-box .desc {
  color: #fff;
  max-width: calc(100% - 125px);
  font-size: 1.2rem;
}

.section-3 {
  margin-top: 10rem;
}

.section-3 > .title {
  color: #fff;
  margin-bottom: 3rem;
  font-size: 2.5rem;
  font-weight: 500;
}

.section-3 .left-box {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.section-3 .left-box .text {
  text-align: center;
  position: absolute;
  top: 40%;
  transform: translateY(-40%);
}

.section-3 .left-box .text > span:first-of-type {
  color: #fac001;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  display: block;
}

.section-3 .left-box .text > span:nth-of-type(2) {
  color: #fff;
  font-size: 1rem;
}

.section-3 .left-box img {
  max-width: 100%;
}

.section-3 .vision-list {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.section-3 .vision-list .vision-item {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.section-3 .vision-list .vision-item .icon {
  background-color: #2f5597;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  padding: 15px;
  display: flex;
}

.section-3 .vision-list .vision-item .icon > img {
  width: 100%;
}

.section-3 .vision-list .vision-item .desc {
  width: calc(100% - 90px);
  padding-left: 60px;
  font-size: 1rem;
}

.section-3 .vision-list .vision-item .desc > li {
  color: #fff;
  text-indent: 3px;
}

.section-3 .vision-list .vision-item .desc > li:first-of-type {
  list-style: initial;
  text-indent: 0;
}

.section-4 {
  margin-top: 10rem;
}

.section-4 > .title {
  color: #fff;
  margin-bottom: 3rem;
  font-size: 2.5rem;
  font-weight: 500;
}

.section-4 .box-list .box > div {
  background-color: #141e2f;
  border-radius: 30px;
  width: calc(100% - 1.5rem);
  margin: 0 .75rem;
  padding-top: calc(100% - 1.5rem);
  position: relative;
}

.section-4 .box-list .box > div > div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.section-4 .box-list .box > div > div .icon {
  max-width: 90px;
  margin-bottom: 2rem;
}

.section-4 .box-list .box > div > div .icon > img {
  width: 100%;
}

.section-4 .box-list .box > div > div .title {
  color: #2478d7;
  font-size: 1rem;
}

.section-4 .box-list .box > div > div .desc {
  color: #fff;
  font-size: 1.2rem;
}

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

  .section-1 .card-list > li .img-box .img-cont .icon {
    max-width: 80px;
  }

  .section-1 .card-list > li .img-box .no {
    font-size: 1.3rem;
  }

  .section-1 .card-list > li .img-box .desc {
    max-width: calc(100% - 110px);
    font-size: 1.4rem;
  }

  .section-3 .left-box img {
    max-width: 90%;
  }

  .section-3 .left-box .text > span:first-of-type {
    font-size: 2rem;
  }

  .section-3 .left-box .text > span:nth-of-type(2) {
    font-size: 1.5rem;
  }

  .section-3 .vision-list .vision-item .desc {
    padding-left: 30px;
    font-size: 1.1rem;
  }

  .section-4 .box-list .box > div > div .icon {
    max-width: 60px;
  }

  .section-4 .box-list .box > div > div .title {
    font-size: 1.4rem;
  }

  .section-4 .box-list .box > div > div .desc {
    font-size: 1.5rem;
  }
}
/*# sourceMappingURL=summary.65df28cb.css.map */
