.single-recruit .os_info_images {
  width: 100%;
  margin: 0 0 20px;
}
.single-recruit .os_info_images img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  margin-top: 10px;
}
.single-recruit .os_info_images img:first-child {
  margin-top: 0;
}

.single-recruit .os_info_images.main_slider {
  width: 100%;
  margin: 0 0 20px;
  overflow: hidden;
  position: relative;
}
.single-recruit .os_info_images.main_slider .swiper-container {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding-bottom: 18px;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}
.single-recruit .os_info_images.main_slider .swiper-wrapper {
  width: 100%;
  box-sizing: border-box;
}
.single-recruit .os_info_images.main_slider .swiper-slide {
  width: 100%;
  flex-shrink: 0;
  box-sizing: border-box;
}
.single-recruit .os_info_images.main_slider .swiper-slide img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  margin: 0;
}
.single-recruit .os_info_images.main_slider .swiper-button-prev,
.single-recruit .os_info_images.main_slider .swiper-button-next {
  color: #fff !important;
  opacity: 1 !important;
  transform: scale(0.6);
  top: calc(50% - 15px);
}
.single-recruit .os_info_images.main_slider .swiper-pagination {
  bottom: -4px;
}
.single-recruit .os_info_images.main_slider .swiper-pagination-bullet-active {
  background: #ff8c82;
}
