@charset "UTF-8";
.swiper-slide {
    text-align: center;
    max-width: 1200px!important;
    margin: 0 auto!important;
  }
  .swiper-slide-onlyone .swiper-button-next, .swiper-slide-onlyone .swiper-button-prev{
    display: none!important;
  }
  .swiper-button-prev {
    background-image: url(/study/common/images/mv_left.png);
    background-position: left center !important;
    background-size: 100%;
    width: 52px;
    height: 100px;
    left: -2px;
    z-index: 100;
  }

 .swiper-button-next {
    background-image: url(/study/common/images/mv_right.png);
    background-position: right center !important;
    background-size: 100%;
    width: 53px;
    height: 100px;
    right: -2px;
  }

  .swiper-button-next, .swiper-button-prev{
    color:rgba(0,0,0,0);
    z-index: 50000;
  }
  .swiper-horizontal{
    position: initial;
  }
  .include .bx-viewport {
    overflow: inherit !important;
  }
  .swiper-only{
    max-width: 1200px;
  }
  .swiper-slide-visible{
    width: 1200px;
  }
  .swiper-slide-onlyone>.swiper-wrapper>.swiper-slide{
    max-width: 50vw;
    margin: 0 auto;
   }
   .swiper-pagination-bullet{
    width:10px;
    height:10px;
    border-radius: 100px;
    margin: 0 10px;
    background: #000!important;
    z-index: 5000;
  }
  .swiper-pagination-bullet-active{
    background: #2b4180!important; z-index: 5000;
  }
  .swiper-disabled .swiper-slide  {
opacity: 1 !important;
}
@media screen and (max-width: 600px) {
    @charset "UTF-8";
    .swiper-button-next{
        width: 32px;
        height: 62px;
      }
      .swiper-button-prev {
        width: 32px;
        height: 62px;
      }
      .swiper-horizontal{
        position: relative;
      }
}
@media screen and (min-width: 600px) and (max-width: 1210px) {
    @charset "UTF-8";


    .swiper-slide-onlyone>.swiper-wrapper>.swiper-slide {
      max-width: 100vw;
    }
    .swiper{
        overflow:hidden;
      }
}
