문의하기

Zoom은 언제나 더 좋은 제품과 서비스를 제공하기 위해 귀를 기울이고 있습니다. 여러분의 소중한 의견을 들려주세요.

Contact us at Zoom
ul > li').removeClass('active'); } }); // End $(window).resize(function() { $('.ez__dropdown-toggle, .ez__xsScrollableContent > ul > li').removeClass('active'); if(window.innerWidth > 768) { $("header").addClass('open-mobilemenu'); } else { $("header").removeClass('open-mobilemenu'); } }); // Update the Sticky Class $(window).scroll(function(){ var header= $('header'), scroll = $(window).scrollTop(); if (scroll >= 200) header.addClass('sticky'); else header.removeClass('sticky'); }); })();