@charset 'UTF-8';

/* loading */
.slick-loading .slick-list {
	background: url("../images/common/ajax-loader.gif") center center no-repeat;
}

/* mv_csl */
@media only screen and (max-width:767.98px) {
  .mv_csl{
    opacity: 0;
    transition: all 0.6s ease;
  }
  .mv_csl.slick-initialized{
    opacity: 1;
  }
}

/* mv_csl Dots */
@media only screen and (max-width:767.98px) {
  .mv_csl .slick-dots {
    display: flex;
    justify-content: center;
  }
  .mv_csl .slick-dots li{
    cursor: pointer;
  }
  .mv_csl .slick-dots li:last-child{
    margin: 0;
  }
  .mv_csl .slick-dots li button {
    position: relative;
    display: block;
    width: 20px;
    height: 40px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
  }
  .mv_csl .slick-dots li button:hover:before,
  .mv_csl .slick-dots li button:focus:before {
    opacity: 1;
  }
  .mv_csl .slick-dots li button:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background-color: #ddd;
  }
  .mv_csl .slick-dots li.slick-active button:before {
    background-color: #222;
  }
}
