@charset "UTF-8";
/* CSS Document */

	body{
		overflow: hidden;
	}
@media(max-width: 993px) {
	body{
		overflow: auto;
	}
}