$(document).ready(function(){ /* 성공적인 시스템*/ $('.ad_lo').slick({ slidesToShow:5, arrows:true, autoplay: true, autoplaySpeed:1000, responsive: [ { breakpoint:1380, settings: { slidesToShow:4 } }, { breakpoint:1024, settings: { slidesToShow:3 } }, { breakpoint:767, settings: { slidesToShow:2 } } ] }); /* 리뷰 */ $('.movie_lo').slick({ slidesToShow:4, arrows:true, autoplay: true, autoplaySpeed:1000, centerMode: true, centerPadding: '0px', responsive: [ { breakpoint:1280, centerMode:false, settings: { slidesToShow:3 } }, { breakpoint:768, settings: { slidesToShow:2 } }, { breakpoint:500, settings: { slidesToShow:2 } } ] }); });