html, body {
	height: 100%;
	margin: 0;
	overflow:auto;
	/*touch-action:none;  터치 동작 비활성화 */
}