.deverlopement-history {
  padding: 0 0 30px;
}

@media (min-width: 1200px) {
  .deverlopement-history {
    padding: 0 0 60px;
  }
}

@media (min-width: 1680px) {
  .deverlopement-history {
    padding: 0 0 120px;
  }
}

.deverlopement-history .title-w-line {
  background: linear-gradient(360deg, #ffffff 0%, #e1f0ef 100%);
  padding: 30px 0 0;
}

@media (min-width: 1200px) {
  .deverlopement-history .title-w-line {
    padding: 60px 0 0;
  }
}

@media (min-width: 1680px) {
  .deverlopement-history .title-w-line {
    padding: 120px 0 0;
  }
}

#jsSwiper_devHistory .swiper-pagination {
  position: static;
}

#jsSwiper_devHistory .swiper-pagination-bullet {
  background: #bdbdbd;
  width: 30px;
  height: 4px;
  margin: 0 5px;
  border-radius: 0%;
}

@media (min-width: 992px) {
  #jsSwiper_devHistory .swiper-pagination-bullet {
    width: 60px;
  }
}

#jsSwiper_devHistory .swiper-pagination-bullet-active {
  background: #FE7C4D;
}

#jsSwiper_devHistory .swiper-slide {
  height: auto;
}

#jsSwiper_devHistory .box {
  position: relative;
  background: #fff;
  padding: 20px;
  padding-left: 0;
  min-height: 100%;
  padding-right: 20px;
}

@media (min-width: 1680px) {
  #jsSwiper_devHistory .box {
    min-height: calc(100vh - 190px);
    padding: 38% 0;
    padding-right: 40px;
  }
}

#jsSwiper_devHistory .box.overlay {
  opacity: 0.5;
}

#jsSwiper_devHistory .box::before {
  content: '';
  position: absolute;
  background-image: url(../images/rectangle-svg-dev-history.svg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateX(50%);
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
}

#jsSwiper_devHistory .box::after {
  content: '';
  position: absolute;
  background-image: url(../images/rectangle-svg-arrow.svg);
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateX(50%);
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
}

@media (min-width: 768px) {
  #jsSwiper_devHistory .box::after {
    background-size: auto;
    right: 15px;
  }
}

#jsSwiper_devHistory .box .num {
  display: block;
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  color: #FE7C4D;
  margin-bottom: 15px;
}

@media (min-width: 1200px) {
  #jsSwiper_devHistory .box .num {
    font-size: 48px;
  }
}

@media (min-width: 1680px) {
  #jsSwiper_devHistory .box .num {
    font-size: 64px;
    margin-bottom: 30px;
  }
}

#jsSwiper_devHistory .box .desc {
  display: block;
  font-weight: 400;
  line-height: calc(30 / 20);
  color: #111111;
  font-size: 16px;
}

@media (min-width: 992px) {
  #jsSwiper_devHistory .box .desc {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  #jsSwiper_devHistory .box .desc {
    font-size: 20px;
  }
}

#jsSwiper_devHistory .box .desc ul {
  padding: 0;
  margin: 0;
}

#jsSwiper_devHistory .box .desc li {
  position: relative;
  font-weight: 400;
  line-height: calc(30 / 20);
  color: #111111;
  padding-left: 1.5rem;
  margin-bottom: 10px;
  font-size: 14px;
}

@media (min-width: 768px) {
  #jsSwiper_devHistory .box .desc li {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  #jsSwiper_devHistory .box .desc li {
    font-size: 20px;
  }
}

#jsSwiper_devHistory .box .desc li::before {
  content: '\2022';
  position: absolute;
  left: 0;
  display: inline-block;
  width: 1rem;
  text-align: center;
  color: currentColor;
}