$(function(){ Splitting(); //메인 swiper 슬라이드 var swiper = new Swiper('.main_slide', { speed:500, loop:true, allowTouchMove: false, autoplay: { delay:5000, }, pagination: { el: '.main_pagination', clickable:true, }, navigation: { nextEl: '.main_slide .next', prevEl: '.main_slide .prev', }, effect:'fade', breakpoints: { 1279: { allowTouchMove: true, }, } }); //section4 notice swiper 슬라이드 var swiper = new Swiper('.notice_slide', { speed:500, slidesPerView: 'auto', pagination: { el: '.notice_pagination', type: 'progressbar', }, navigation: { nextEl: '.notice_slide .next', prevEl: '.notice_slide .prev', }, }); });