html, body {
	height: 100%;
	margin: 0;
	overflow:auto;
	overscroll-behavior-y: contain; /*새로그림 방지*/
	/*touch-action:none;  터치 동작 비활성화 */
}