1$('.slider-01').slick({ 2 arrows: false, 3 dots: false, 4 infinite: true, 5 slidesToShow: 4, 6 adaptiveHeight: true, 7 autoplay: true, 8 speed: 500, 9 autoplaySpeed: 3000, 10 accessibility: false 11}); 12 13$('.silder-02').slick({ 14 arrows: false, 15 dots: false, 16 infinite: true, 17 slidesToShow: 4, 18 adaptiveHeight: true, 19 autoplay: true, 20 speed: 500, 21 autoplaySpeed: 3000, 22 accessibi