/*
* SMART PHONE
*/
@media screen and (max-width: 1024px)
{
	header {
		height: 65px;
	}
	header ul {
		display: none;
	}
}
