.recruit {
	background-image: url(../img/recruit2.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	border: 1px solid #069;
	padding-top: 1em;
	padding-right: 3em;
	padding-left: 3em;
	padding-bottom: 600px;
}
.recruit1 {
	background-image: url(../img/recruit1.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 103px;
	width: 90%;
	margin-top: 1.5em;
}
.recruit2  {
	margin-top: 1em;
	font-size: 1.8em;
	color: #333;
	font-weight: bold;
	font-family: "微軟正黑體";
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1em;
	line-height: 35px;
	letter-spacing: 0.1em;
}

.recruit3 {
	font-size: 1.2em;
	font-family: "微軟正黑體";
}

.recruit3 .tel {
	font-family: Arial;
	font-size: 1.2em;
	color: #F20000;
}

.recruit3 img {
	margin-top: 0.5em;
	width: 130px;
}
/**********************************/
@media(max-width:1440px){}
@media(max-width:1366px){}
@media(max-width:1280px){}
@media(max-width:1024px){}
@media(max-width: 991px){
	.recruit {
	background-image: url(../img/recruit2_sm.png);	
	}
	.recruit1 {
	background-image: url(../img/recruit1_sm.png);
	height: 85px;
	margin-top: 1em;
	}
	.recruit2  {
	margin-top: 1em;
	font-size: 1.3em;
	margin-bottom: 1em;
}


	
@media(max-width:768px){
	.recruit {
	background-image: url(../img/recruit2_sm.png);	
	padding-top: 0.5em;
	padding-right: 1.5em;
	padding-left: 1.5em;
    padding-bottom: 350px;
	}
	.recruit1 {
	background-image: url(../img/recruit1_xs.png);
	height: 49px;
	width: 90%;
	margin-top: 1em;
}
.recruit3 img {
	margin-top: 0.5em;
	width: 100px;
	}
@media(max-width:640px){
	.recruit {
	background-image: url(../img/recruit2_xs.png);
	padding-bottom: 350px;
	}
	

}
	}
@media(max-width:480px){}
@media(max-width:320px){}
