@charset "UTF-8";

/* ---------------
	ABOUT US
-------------------------------------------------------*/
.about .about-wrap .about-top-wrap {
	width: 100%;
	min-height: 382px;
	background: url(../images/about/about-bg-earth.jpg) no-repeat left top;
	background-size: cover;
}
.about .about-wrap .about-top-wrap .about-top-txt {
	width: 100%;
	padding: 80px 0 0 16.15%;
	display: block;
	text-align: left;
}
.about .about-wrap .about-top-wrap .about-top-txt p {
	max-width: 400px;
	word-break: normal;
}

.about .about-wrap .about-box {
	width: 100%;
	max-width: 1030px;
	margin: 0 auto;
}
.about .about-wrap .about-box ul li {
	width: 498px;
	margin-bottom: 50px;
	display: inline-block;
}
.about .about-wrap .about-box ul li:nth-child(2n) {
	margin-left: 30px;
}
.about .about-wrap .about-box ul li .img_box {
	width: 498px;
	height: 154px;
	margin-bottom: 16px;
	display: table;
	border: #dbdbdb 1px solid;
}
.about .about-wrap .about-box ul li .img_box .logo {
	width: 249px;
	height: 154px;
	display: table-cell;
	vertical-align: middle;
}
.about .about-wrap .about-box ul li .img_box .img {
	width: 249px;
	height: 154px;
	display: table-cell;
	vertical-align: middle;
}
.about .about-wrap .about-box ul li p {
	display: block;
	font-size: 12px;
}