@charset "UTF-8";

header {
	text-align: left;
	position: fixed;
	top: -150px;
	left: 0;
	width: 100%;
	background: #1C6B4B;
	transition: all 0.3s;
}

header.active {
	top: 0;
}

header img {
	width: 1400px;
}

.main {
	width: 100%;
	margin: 0 auto;
}
.main img {
	width: 100%;
}
