/* slide when active (when play last to first) */ 
.slick-slide[aria-hidden="false"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"]  {
  transition-delay: 2.5s;
  transform: scale(.9);
}

.slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
  transition-delay: 2.5s;
  transform: scale(.9);
  opacity: 1;
}

/* custom_exosphere_add.css로 옮김 */
/* @keyframes slideshow {
  0% { transform: translateX(0%);}
  100% { transform: translateX(-50.2%);}
}

.client_rolling {
  animation: slideshow 90s linear infinite;
}
.client_rolling-m {
  animation: slideshow 90s reverse linear infinite;
} */

