var location = document.querySelector(".lan_tour_img_position").offsetTop; window.scrollTo({ top: location + 190, behavior: "smooth" }); // 맨아래로 이동 window.scrollTo({ top: document.body.scrollHeight, behavior: "smooth" });