/* ===========================================
 * jobs use css
=========================================== */

.jobs_main{
	padding: 70px 0;
}
.jobs_mainInner h2{
	text-align: center;
	font-size: 32px;
	color: #133B6B;
	margin-bottom: 60px;
}
.jobs_mainInner .block{
	display: flex;
	justify-content: space-between;
}
.jobs_mainInner .block .box{
	width: calc( 100% / 3);
	border-right: 1px solid #DADADA;
	box-sizing: border-box;
	padding: 0 30px;
}
.jobs_mainInner .block .box:last-of-type{
	border-right: 0
}
.jobs_mainInner .block .box .img_box{
	width: 306px;
	height: 306px;
	margin-bottom: 60px;
}
.jobs_mainInner .block .box .img_box img{
	width: 306px;
	height: 306px;
	object-fit: cover;
}
.jobs_mainInner .block .box .text_box h3{
	text-align: center;
	font-size: 20px;
	color: #133B6B;
	margin-bottom: 40px;
}


.jobs_link{
	background-image: linear-gradient(0deg, transparent calc(100% - 1px), #cbd9e2 calc(100% - 1px)),
		linear-gradient(90deg, transparent calc(100% - 1px), #cbd9e2 calc(100% - 1px));
	background-size: 16px 16px;
	background-repeat: repeat;
	background-position: center center;
	background-color: #d4e3ec;
	height: 270px;
	overflow: visible;
}

.jobs_linkInner .block{
	width: 620px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.jobs_linkInner .block .text_box{
	width: 292px;
	height: 171px;
	margin: 50px 0;
}
.jobs_linkInner .block .text_box img{
	width: 292px;
	height: 171px;
	object-fit: cover;
}
.jobs_linkInner .block .img_box{
	width: 280px;
	background: url("../img/jobs/img07.png") no-repeat;
	background-position: right 0 top 20px;
	margin-top: -12px;
}
.jobs_linkInner .block .img_box img{
	width: 188px;
	height: 285px;
	object-fit: cover;
	transition: .4s;
	transform-origin: bottom center;
}
.jobs_linkInner .block .img_box a:hover{
	opacity: 1;
}
.jobs_linkInner .block .img_box img:hover{
	transform: scale(1.1);
}
.jobs_link.second .img_box{
	margin-top: -27px;
	background-position: right 0 top 35px;
}
.jobs_link.second .img_box img {
	width: 230px;
	height: 298px;
	object-fit: cover;
	transition: .4s;
	transform-origin: bottom center;
}



@media screen and (max-width:640px){



	.jobs_main{
		padding: 70px 0;
	}
	.jobs_mainInner h2{
		text-align: center;
		font-size: 32px;
		color: #133B6B;
		margin-bottom: 0;
	}
	.jobs_mainInner .block{
		display: block;
		justify-content: space-between;
	}
	.jobs_mainInner .block .box{
		width: 580px;
		border-right: 0;
		border-bottom: 1px solid #DADADA;
		box-sizing: border-box;
		padding: 60px 0;
	}
	.jobs_mainInner .block .box:last-of-type{
		border-right: 0;
		border-bottom: 0;
	}
	.jobs_mainInner .block .box .img_box{
		width: 306px;
		height: 306px;
		margin: 0 auto 40px;
	}
	.jobs_mainInner .block .box .img_box img{
		width: 306px;
		height: 306px;
		object-fit: cover;
	}
	.jobs_mainInner .block .box .text_box h3{
		text-align: center;
		font-size: 28px;
		color: #133B6B;
		margin-bottom: 40px;
	}


	.jobs_link{
		background-image: linear-gradient(0deg, transparent calc(100% - 1px), #cbd9e2 calc(100% - 1px)),
			linear-gradient(90deg, transparent calc(100% - 1px), #cbd9e2 calc(100% - 1px));
		background-size: 16px 16px;
		background-repeat: repeat;
		background-position: center center;
		background-color: #d4e3ec;
		height: 270px;
		overflow: visible;
	}

	.jobs_linkInner .block{
		width: 580px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.jobs_linkInner .block .text_box{
		width: 292px;
		height: 171px;
		margin: 50px 0;
	}
	.jobs_linkInner .block .text_box img{
		width: 292px;
		height: 171px;
		object-fit: cover;
	}
	.jobs_linkInner .block .img_box{
		width: 280px;
		background: url("../img/jobs/img07.png") no-repeat;
		background-position: right 0 top 20px;
		margin-top: -12px;
	}
	.jobs_linkInner .block .img_box img{
		width: 188px;
		height: 285px;
		object-fit: cover;
		transition: .4s;
		transform-origin: bottom center;
	}
	.jobs_linkInner .block .img_box a:hover{
		opacity: 1;
	}
	.jobs_linkInner .block .img_box img:hover{
		transform: scale(1);
	}
	.jobs_link.second .img_box{
		margin-top: -27px;
		background-position: right 0 top 35px;
	}
	.jobs_link.second .img_box img {
		width: 230px;
		height: 298px;
		object-fit: cover;
		transition: .4s;
		transform-origin: bottom center;
	}
	
}

