window.addEventListener('load', function(){ // 스크롤 위치 복원을 수동으로 설정 history.scrollRestoration = "manual"; // 페이지 로드 시 상단으로 스크롤 window.scrollTo(0, 0); commonEvent(); // AOS AOS.init({ duration:800, // offset:100, once: true, }); enableProtection(); },false);