.slider {
text-align: center;
}
.scrollboxImg {
	width: 218px;
	height: 135px;
	border: 1px solid #CDCDCD;
	position: relative;
	opacity: 1;
	-webkit-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.scrollboxImg img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.topimgbox {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.imgbox {
	position: relative;
	text-align: center;
	width: auto;
	height: auto;
	background: rgb(224,224,224);
}

.imgbox img {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	max-width: 100%;
	max-height: 100%;
	margin: 0;
	transform: translate(-50%, -50%);
}

.recruit-content__first {
	margin: 0 auto;
	text-align: center;
}
.recruit-content__first p {
	text-align: left;
}
.recruit-content__first .imgbox {
	width: 100%;
	height: 525px;
}
.clm-2__limg .imgbox {
	width: 530px;
	height: 306px;
}
.clm-2 .imgbox {
	width: 100%;
	height: 250px;
}
.txtbox {
	width: 420px;
}
@media screen and (max-width: 812px) {
	.scrollboxImg {
		width: 120px;
		height: 74px;
	}
	.imgbox {
		background: none;
	}
	.imgbox img {
		position: relative;
		top: 0;
		left: 0;
		text-align: center;
		max-width: 100%;
		max-height: 100%;
		width: 100%;
		margin: 0;
		transform: translate(0, 0);
	}
	.recruit-content__first .imgbox {
		width: 100%;
		height: auto;
	}
	.clm-2__limg .imgbox {
		width: 100%;
		height: auto;
	}
	.clm-2 .imgbox {
		width: 100%;
		height: auto;
	}
	.txtbox {
		width: 100%;
	}

}
@media screen and (max-width: 480px) {
	.scrollboxImg {
		width: 100px;
		height: 62px;
	}
}

/*# sourceMappingURL=recruit.css.map */