/* 갤러리형 게시판 최신글 섹션 A-Col4 */
.em-imgbanner-2 .em-imgbanner-2-flex {
	width: 100%;
	display: flex;
	flex-wrap: wrap; 
	row-gap: 30px;
}
.em-imgbanner-2 .img-hover-ban-1 {position: relative;background: #fff;height: 100%;transition: all 0.3s ease;}
.em-imgbanner-2 .img-hover-ban-1:hover {
	-webkit-box-shadow:2px 3px 3px 2px rgba(0,0,0,0.1);
	-moz-box-shadow:2px 3px 3px 2px rgba(0,0,0,0.1);
	box-shadow:2px 3px 3px 2px rgba(0,0,0,0.1);
}
.em-imgbanner-2 .img-hover-ban-1 .img-zoom-zone {overflow: hidden;}
.em-imgbanner-2 .img-hover-ban-1 .img-zoom-zone img {display: block;transition: all 0.3s ease;width: 100%;height: auto;}
.em-imgbanner-2 .img-hover-ban-1:hover .img-zoom-zone img {transform: scale(1.2);-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-o-transform:scale(1.2);}
.em-imgbanner-2 .img-hover-ban-1 .text-box-zone {
    position: relative;
	padding: 1.6em 0.4em;
    text-decoration: none;
}
.em-imgbanner-2 .img-hover-ban-1 .text-box-zone h5 {
	text-align: center;
	color: #323232;
	letter-spacing: -0.05em;
	font-weight: 700;
}
.em-imgbanner-2 .img-hover-ban-1 .text-box-zone h6 {
	text-align: center;
	color: #323232;
	letter-spacing: -0.05em;
	font-weight: 500;
}
.em-imgbanner-2 .img-hover-ban-1 .text-box-zone p {
	text-align: center;
	margin-top: 15px;
	color: #727272;
	line-height: 1.2;
}
@media only screen and (min-width: 992px) {
}
@media only screen and (max-width: 991px) {
	.em-imgbanner-2.section .container {
		padding-top: min(14.75vw, 100px);
		padding-bottom: min(5.25vw, 50px);
	}
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 360px) {
}
