$(function(){ $('.con_slide .box_slide').slick({ speed: 2000, autoplaySpeed: 5000, autoplay: true, infinite: true, swipe: true, fade: true, dots: true, arrows: false }); $match_item_concept = $('.con_concept .cell_right .box_list .list').find('.item'); match_outerHeight($match_item_concept, 2); });