$(function(){ if($(window).width()>767){ ScollText(".about-part03 dd .c"); ScollText(".about-part05 dd .c"); } $(".about-part07 .ll").hover(function(){ $(this).addClass("show"); $("h2.tl").hide(); $(".about-part07 .rr").removeClass("show") $("h2.tr").show(); }) $(".about-part07 .rr").hover(function(){ $(this).addClass("show"); $("h2.tr").hide(); $(".about-part07 .ll").removeClass("show") $("h2.tl").show(); }) }) function ScollText(obj){ if($(obj).length>0){ $(obj).mCustomScrollbar({ mouseWheelPixels:500, autoDraggerLength:false, advanced: { autoScrollOnFocus: "" } }); } }