@import url("style-theme.css?v=3.11");
@import url("style-w.css?v=1") only screen and (min-width: 1281px) ;
@import url("style-w.css?v=1") only screen and (min-width: 768px) and (max-width: 1024px);
@import url("style-m.css?v=1") only screen and (max-width: 767px);

/* modfiy header */
@media (max-width: 900px) {
	/*
	.head-web{
		display: none;
	}

	.head-mobile{
		display: block;
	}
	*/
}

body{
	display: none;
}


