@charset "utf-8";
#about{
	background: url("../img/aboutBg_190322.jpg") no-repeat center top;
	background-size: cover;
	position: relative;
	min-height: 660px;
}

#about header {
	display: none;
}

.about_text{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
	width: 479px;
	margin-top: 30px;
}


.about_text img {
	width: 100%;
}
