$(".que").click(function () { $(this).next(".anw").stop().slideToggle(300); $(this).toggleClass('on').siblings().removeClass('on'); $(this).next(".anw").siblings(".anw").slideUp(200); // 1개씩 펼치기 });