// -------- (Promotion Instagram) ½½¶óÀ̵å -------- function instaInit() { const TrandingSlider = new Swiper('.tranding-slider', { effect: 'coverflow', autoplay: { delay: 4000, disableOnInteraction: false }, grabCursor: true, centeredSlides: true, loop: true, slidesPerView: 'auto', coverflowEffect: { rotate: 0, stretch: 0, depth: 100, modifier: 2.5, }, pagination: { el: '.swiper-pagination', clickable: true, }, navigation: { nextEl: '.swiper-button-next', prevEl: '.swiper-button-prev', } }); } // -------- (Promotion Instagram) ½½¶óÀ̵å --------