.wrap {
  width: 100%;
}

.wrap .cont {
  width: 72.5vw;
  margin: 0 auto;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-bold {
  font-weight: bold;
}

.flex-sb-center {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: '';
  display: none;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: none;
  opacity: 1;
  border: 1px solid #fff;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

.main-color {
  color: #1e5abc;
}

.sub-color {
  color: #d6b067;
}

@media (max-width: 1920px) {
  /*.wrap .cont {
    width: 1200px;
  }*/
}

@media (max-width: 1400px) {
  /*.wrap .cont {
    width: 1000px;
  }*/
}

@media (max-width: 768px) {
  .wrap .cont {
    width: 94%;
  }

  .flex-sb-center {
    flex-wrap: wrap;
  }
}