/* GSAP Smooth Scroll - Lenis required styles
 * Author: inostone
 */
html.lenis,
html.lenis body {
	height: auto;
}

.lenis.lenis-smooth {
	scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
	overscroll-behavior: contain;
}

.lenis.lenis-stopped {
	overflow: hidden;
}

.lenis.lenis-scrolling iframe {
	pointer-events: none;
}

/* 모바일에서 끊김 줄이기 위해 GPU 합성 강제 */
html.lenis body {
	-webkit-overflow-scrolling: touch;
}
