@charset "UTF-8";

 /* Swipper
---------------------------------*/
.swiper__area{
  position: relative;
}
.carousel-slider .swiper-slide {
  max-width: 400px !important;
  margin:10px 20px 40px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .carousel-slider .swiper-slide {
    width: 90% !important;
    margin:10px 10px 40px;
  }
}

.swiper-controller{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0px;
  }
.swiper-controller .swiper-button-next,
.swiper-controller .swiper-button-prev {
  position: relative;
  top: auto;
  margin-top: auto;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #cccccc;
}
.swiper-controller .swiper-button-prev {
  left: auto;
  margin-right: 25px;
  }
.swiper-controller .swiper-button-next {
  right: auto;
  margin-left: 25px;
}
.swiper-controller .swiper-pagination {
  position: relative;
  text-align: center;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom, .swiper-pagination-fraction {
  width: auto;
}

.swiper-pagination{
  bottom: 1px!important;
  left: 0;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
 margin: 0 3px;
}
.swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  display: inline-block;
  border-radius: 100%;
  background: #111;
  opacity: .3;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #015db2;
}
.swiper-active-switch {
  background-color: #111;
}
.swiper-button-prev,
.swiper-button-next {
  transform: scale(1);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border:2px solid #666;
  transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  background-size: 20px auto;
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.swiper-button-prev:after{
  background: url("/pro/seller/lp_04/assets/img/slider-prev.svg") no-repeat 50% 50%;
}
.swiper-button-next:after{
  background: url("/pro/seller/lp_04/assets/img/slider-next.svg") no-repeat 50% 50%;
}
.swiper-button-next,.swiper-button-prev {
  background-image: none;
}
.swiper-button-prev:hover,.swiper-button-next:hover{
  border:1px solid #015db2;
}
