@charset "UTF-8";
#mainimage {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-top: 105px;
	background-size: cover !important;
}
#mainimage .box {
	max-width: 730px;
	background: rgb(255 255 255 / 70%);
	padding: 30px;
}
#mainimage .box h1 {
	font-size: 38px;
	color: #222222;
	position: relative;
	padding-bottom: 40px;
	margin: 0 0 40px 0;
}
#mainimage .box h1:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 120px;
	height: 3px;
	background: #2F5051;
}
#mainimage .box p {
	font-size: 20px;
}
#mainimage .box p>strong {
	font-size: 24px;
}
/*COMPANY(CORPORATE) PROFILE*/
#CORPORATE {
	padding: 70px 0;
}
#CORPORATE .box h3 {
	font-size: 30px;
	margin-bottom: 30px;
}
#CORPORATE .box th {
	text-align: left;
	width: 30%;
	background: #F9F9F9;
	padding: 35px 40px;
	border: 1px solid #D3D3D3;
}
#CORPORATE .box td {
	padding: 35px 40px;
	border: 1px solid #D3D3D3;
}
/*MESSAGE FROM OUR PRESIDENT*/
#PRESIDENT {
	padding: 0 0 70px 0;
}
#PRESIDENT .inner {
	position: relative;
}
#PRESIDENT .box {
	background: #EDEDED;
	border-radius: 25px;
	padding: 70px 30px 70px 195px;
	margin-left: 160px;
	position: relative;
}
#PRESIDENT .box h3 {
	font-size: 30px;
	margin-bottom: 30px;
	position: relative;
}
#PRESIDENT .box p {
	font-size: 22px;
	line-height: 1.5;
	font-weight: 300;
}
#PRESIDENT .box .img_area {
	position: absolute;
	left: -224px;
	top: 50%;
	-webkit-transform: translate(15%, -50%);
	transform: translate(15%, -50%);
}
/*OFFICE ADDRESS*/
#OfficeAddress {
	padding: 0 0 70px 0;
}
#OfficeAddress .box {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
#OfficeAddress .box .em_map {
	margin-right: 40px;
	overflow: hidden;
	border-radius: 10px;
	max-width: 650px;
}
#OfficeAddress .box .map_content {
	max-width: calc(460px - 40px);
}
#OfficeAddress .box .map_content h3 {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 20px;
	font-size: 20px;
}
#OfficeAddress .box .map_content h3 img {
	margin-right: 10px;
}
/*FACTORY ADDRESS*/
#FactoryAddress {
	padding: 0 0 70px 0;
}
#FactoryAddress .box {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
#FactoryAddress .box .em_map {
	margin-right: 40px;
	overflow: hidden;
	border-radius: 10px;
	max-width: 650px;
}
#FactoryAddress .box .map_content {
	max-width: calc(460px - 40px);
}
#FactoryAddress .box .map_content h3 {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 20px;
}
#FactoryAddress .box .map_content h3 img {
	margin-right: 10px;
}
#FactoryAddress .box .map_content p {
	font-weight: 300;
}