.mong {
  padding: 3rem 0;
}

.mong .wrap {
  width: 90%;
  max-width: 1200px !important;
  margin: 0 auto;
}

.mong .text1 {
  margin-bottom: 10px !important;
}

.mong .text2 {
  text-align: center;
  font-size: 1.8rem;
}

.mong .text2 span {
  color: #0178de;
  margin-bottom: 3rem;
  font-weight: 600;
}

.mong .image-swiper {
  width: 100%;

}

.mong .image-swiper-wrap {
  position: relative;
}

.mong .image-swiper img {
  width: 100%;
  height: auto;
  display: block;
}

.mong .image-swiper {
  position: relative;
  overflow: hidden;
}



.mong .swiper-button-prev,
.mong .swiper-button-next {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

.mong .swiper-button-prev::after,
.mong .swiper-button-next::after {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}

.mong .swiper-button-prev {
  left: -60px;
}

.mong .swiper-button-next {
  right: -60px;
}

.mong p {
  background-color: #0178de;
  padding: 5px 10px;
  width: fit-content;
  color: #fff;
  margin: 2rem auto 0;
  font-size: 2.1rem;
  font-weight: 700;
}

.mong p br {
  display: none;
}

/* 모바일에서는 안쪽으로 */
@media (max-width: 1024px) {
  .mong .swiper-button-prev {
    left: -15px;
  }

  .mong .swiper-button-next {
    right: -15px;
  }

  .mong .swiper-button-prev,
  .mong .swiper-button-next {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-size: cover;
  }

  .mong p br {
    display: block;
  }
}