적용 방법:$(".slick-slider").on("afterChange", function(){ ...}); 레퍼런스: afterChange(slick, currentSlide)슬라이드 후 호출 beforeChange(slick, currentSlide)슬라이드 전 호출 적용 예시)const sEl = $(".slider"); const elem = $(".slider .box"); $("#count").html( "1 / " + elem.length + "" ); sEl.slick({ dots: true, arrows: true, infinite: true, autoplay: true, ..