@charset "UTF-8";
/* 게시판 상세 - 게시글 본문 이미지 슬라이드(tag_photoslide) */
.article .tag_photoslide.swiper {
  position: relative;
  overflow: hidden;
  margin: 40px 0 0;
}

.article .tag_photoslide.swiper .swiper-wrapper {
  display: flex;
}

.article .tag_photoslide.swiper .swiper-slide {
  flex-shrink: 0;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center;
}

.article .tag_photoslide.swiper .swiper-slide .image {
  display: inline-block;
  max-width: 100%;
  max-height: 580px;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

.article .tag_photoslide.swiper .swiper-slide img {
  max-width: 100%;
  max-height: 580px;
  width: auto;
  height: auto;
}

.article .tag_photoslide.swiper .swiper-slide .caption {
  margin-top: 12px;
}

.article .tag_photoslide.swiper .boardPhotoSwiperPrev,
.article .tag_photoslide.swiper .boardPhotoSwiperNext {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
}

.article .tag_photoslide.swiper .boardPhotoSwiperPrev {
  left: 8px;
}

.article .tag_photoslide.swiper .boardPhotoSwiperNext {
  right: 8px;
}

.article .tag_photoslide.swiper .boardPhotoSwiperPrev.disabled,
.article .tag_photoslide.swiper .boardPhotoSwiperNext.disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.3;
}
