
/*.clientSection {background-color: #f7f7f7;}*/
.ListBlock { position:relative; overflow: hidden; }

.marquee1 {margin-top:30px; }
.marquee2 {margin-top:50px; }
.marquee .swiper-slide { display:inline-block; width:20%; padding-left: 15px; padding-right: 15px; }
.marquee .gall-thum { position:relative; aspect-ratio: 100 / 40; background-color: #fff;}
.marquee .gall-thum img { position: absolute; width:100%; height:100%; object-fit:cover; }
.marquee .swiper-wrapper{-webkit-transition-timing-function:linear!important; transition-timing-function:linear!important; }

@keyframes marqueeAnime{
  0%{
    transform:translateX(0%);
  }
  100%{
    transform:translateX(-200%);
  }
}
@keyframes marqueeAnime2{
  0%{
    transform:translateX(0%);
  }
  100%{
    transform:translateX(200%);
  }
}

@media screen and (max-width:1200px){
  .marquee1 {margin-top:0; }
  .marquee2 {margin-top:30px; }
  .marquee .swiper-slide { width:25%;}
}
@media screen and (max-width:768px){
  .marquee .swiper-slide { width:33.33%;}
}

@media screen and (max-width:560px){
  .marquee2 {margin-top:10px; }
  .marquee .swiper-slide { width:50%; padding-left: 7px; padding-right: 7px;}
}
