@charset "UTF-8";
.careers-banner {
	width: 100%;
	height: auto;
}
.careers-welcome {
	text-align: center;
	font-size: 28px;
	margin: 40px 0;
}
.careers-img {
	width: 100%;
	height: auto;
	display: inline-table;
}
.careers-img  img {
	width: 25%;
	float: left;
	display: inline-block;
	margin-left: 6%;
}
.careers-emp {
	/*margin-top: 7px;*/
}
.careers-plan {
	margin-top: 11px;
}
.careers-find {
	text-align: center;
	font-size: 28px;
	margin: 80px 0 40px;
}
.careers-find-detail {
	background: url(../img/careers-bg.png) no-repeat;
	width: 100%;
	height: auto;
	background-size: 100% auto;
}
.careers-find-detail .detail-content {
	width: 45%;
	display:inline-block;
}
.detail-title {
	font-size: 18px;
	display: inline-block;
	margin: 10px 5%;
}
.detail-main {
	width: 90%;
	/* box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.3); */
	padding-left: 5%;
}
.detail-img{
	width: 100%;
	height: auto;
	
}
.detail-txt {
	font-size: 16px;
	padding: 10px;
}


@media screen and (max-width: 768px), print{

	.careers-find-detail .detail-content {
		width: 100%;
		display: inline-block;
		padding: 10px;
	}
}