@charset "utf-8";
/* CSS Document */

#topArtImgWrap .swiper-slide{
  opacity: 0;
  visibility: hidden;
}

#topArtImgWrap .swiper-slide-active{
  opacity: 1;
  visibility: visible;
}

#topArt .swiper-pagination{
  height: 0;
}

#topArt,
.detailSwiper {
  position: relative; }
  #topArt .swiper-pagination,
  .detailSwiper .swiper-pagination {
    display: block; }
  #topArt .swiper-slide,
  .detailSwiper .swiper-slide {
    margin-bottom: 0; }
  #topArt .swiper-pagination-bullet,
  .detailSwiper .swiper-pagination-bullet {
    width: 70px;
    height: 2px;
    border-radius: 0;
    margin: 0 0px;
    background-color: black;
    opacity: 1;
    position: relative; }
    #topArt .swiper-pagination-bullet:after,
    .detailSwiper .swiper-pagination-bullet:after {
      content: "";
      display: block;
      width: 0%;
      width: 100%;
      opacity: 0;
      height: 2px;
      background-color: rgba(224, 224, 224, 0.9);
      position: absolute;
      z-index: 2;
      top: 0;
      left: 0; }
  #topArt .swiper-pagination-bullet:nth-child(1),
  .detailSwiper .swiper-pagination-bullet:nth-child(1) {
    background-color: rgba(0, 0, 0, 0.15); }
  #topArt .swiper-pagination-bullet:nth-child(2),
  .detailSwiper .swiper-pagination-bullet:nth-child(2) {
    background-color: rgba(0, 0, 0, 0.35); }
  #topArt .swiper-pagination-bullet:nth-child(3),
  .detailSwiper .swiper-pagination-bullet:nth-child(3) {
    background-color: rgba(0, 0, 0, 0.55); }
  #topArt .swiper-pagination-bullet:nth-child(4),
  .detailSwiper .swiper-pagination-bullet:nth-child(4) {
    background-color: rgba(0, 0, 0, 0.75); }
  #topArt .swiper-pagination-bullet:nth-child(5),
  .detailSwiper .swiper-pagination-bullet:nth-child(5) {
    background-color: rgba(0, 0, 0, 0.95); }
  #topArt .swiper-pagination-bullet:nth-child(6),
  .detailSwiper .swiper-pagination-bullet:nth-child(6) {
    background-color: black; }
  #topArt .swiper-pagination-bullet:nth-child(7),
  .detailSwiper .swiper-pagination-bullet:nth-child(7) {
    background-color: black; }
  #topArt .swiper-pagination-bullet-active:after,
  .detailSwiper .swiper-pagination-bullet-active:after {
    opacity: 1;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1); }

.detailSwiper .swiper-pagination-bullet {
  bottom: 20px; }
.detailSwiper .swiper-pagination-bullet {
  width: 30px; }

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom: 40px;
}

@media only print, only screen and (min-width: 18.75em){

#mainVisualSlider .swiper-pagination-bullet, .detailSwiper .swiper-pagination-bullet{
  width: 32.5px;
}

#topArt .swiper-pagination{
  position: relative;
  bottom: 40px;
  z-index: 7777;
}

}

@media only print, only screen and (min-width: 1000px){

#mainVisualSlider .swiper-pagination-bullet, .detailSwiper .swiper-pagination-bullet{
  width: 70px;
}

#topArt .swiper-pagination{
  position: absolute;
  bottom: 40px;
  left: 30px;
  z-index: 7777;
}

}