@charset "utf-8";
.banner.company {
	background-image: url(../img/company/company_banner.jpg);
}
.sec-company {
	padding: 2% 0 5%;
	font-size: 16px;
}
.sec-company .company-profile {
	width: 84.375%;
	margin: 0 auto;
	border-top: 4px solid #2E6B36;
	border-bottom: 4px solid #2E6B36;
	font-size: 18px;
}
.sec-company .company-profile table {
	width: 100%;
}
.sec-company .company-profile table th,
.sec-company .company-profile table td {
	text-align: left;
	vertical-align: top;
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom: 2px solid #A7A9AC;
	font-weight: 500;
}
.sec-company .company-profile table tr:last-child th,
.sec-company .company-profile table tr:last-child td {
	border-bottom: 0;
}
.sec-company .company-profile table th {
	width: 30.5%;
	padding-left: 4.5%;
	padding-right: 3%;
	color: #2E6B36;
	letter-spacing: 2px;
}
.sec-company .company-profile table td p {
	margin-bottom: 1em;
}
.sec-company .company-profile table td p:last-child {
	margin-bottom: 0;
}
.location {
	margin: 4% 0 7%;
	position: relative;
}
.location .map,
.location .map .view-map {
	position: absolute;
	left: 0;
	width: 55.83333%;
}
.location .map {
	top: 0;
	height: 100%;
}
.location .map .view-map {
	top: 100%;
	width: 100%;
	margin-top: 5px;
}
.location .map .company-map {
	width: 100%;
	height: 100%;
}
.location .head-office {
	float: right;
	width: 41.38889%;
}
.location .map .view-map .map-large {
	color: #808285;
	font-size: 0.833em;
	font-weight: 300;
	text-decoration: underline;
}
@media (max-width: 1170px) {
	.sec-company .company-profile {
		font-size: 17px;
	}
}
@media (max-width: 1080px) {
	.sec-company .company-profile {
		font-size: 16px;
	}
}
@media (max-width: 960px) {
	.sec-company .company-profile {
		font-size: 15px;
	}
}
@media (max-width: 890px) {
	.sec-company .company-profile {
		font-size: 14px;
	}
}
@media (max-width: 750px) {
	.sec-company .company-profile {
		font-size: 13px;
	}
}
@media (max-width: 680px) {
	.sec-company .company-profile {
		width: 100%;
		border-width: 2px;
	}
	.sec-company .company-profile table th,
	.sec-company .company-profile table td {
		border-width: 1px;
	}
	.sec-company .company-profile table th {
		width: 27%;
		letter-spacing: 0;
	}
	.location .map,
	.location .map .view-map {
		position: static;
		width: auto;
	}
	.location .map .company-map {
		min-height: 200px;
	}
	.location .head-office {
		float: none;
		width: auto;
		margin-top: 20px;
		text-align: center;
	}
}