window.innerWidth + 창틀, 스크롤 크기 = window.outerWith window.innerHeight + 창틀, 스크롤 크기 = window.outerHeight 100vh 는 window.innerHeight 스크롤 이벤트 생성 $(window).on('scroll',, function(){ if( (screen.width > 992) ){ } }) 창크기 변경시 이벤트 생성 $(window).on('scroll', function(){ if( (screen.width > 992) ){ } })