@charset "utf-8";
/* CSS Document */

.companyHeadList {
	margin-bottom: 70px;
	margin-top: 50px;
}

.contentsHead	{
	margin-bottom: 100px;
}

.section {
	margin-top: 100px;
}

.roopSlide img {
	width: 100%;
}

.footMessage {
	margin-top: 100px;
}
.companyHeadList{
	margin-bottom: 100px;
}


@media screen and (max-width: 767px) {
	.companyHeadList {
		margin-top: 30px;
		margin-bottom: 0;
	}
	.contentsHead	{
		margin-bottom: 30px;
	}

	.section {
		margin-top: 60px;
	}
	.section .txt .name img {
		width: 269px;
	}
	.footMessage {
		margin-top: 0;
	}
}