/* 갤러리형 게시판 최신글 섹션 A-Col4 */
.imgbanner-2-zoom {
	background-color: #CFC98D;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.imgbanner-2-zoom .bg-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.75);
}
.imgbanner-2-zoom .imgbanner-2-zoom-flex {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.imgbanner-2-zoom .imgbanner-2-zoom-flex > div:first-child {
	width: 30%;
}
.imgbanner-2-zoom .imgbanner-2-zoom-flex > div:last-child {
	width: 65%;
}
.imgbanner-2-zoom .imgbanner-2-zoom-flex2 {
	display: flex;
	flex-wrap: wrap;
	row-gap: 40px;
}
.imgbanner-2-zoom .img-hover-ban-1 {position: relative;background: transparent;height: 100%;transition: all 0.3s ease;}
.imgbanner-2-zoom .img-hover-ban-1:hover {
	-webkit-box-shadow:0 rgba(0,0,0,0.1);
	-moz-box-shadow:0 rgba(0,0,0,0.1);
	box-shadow:0 rgba(0,0,0,0.1);
}
.imgbanner-2-zoom .img-hover-ban-1 .img-zoom-zone {overflow: hidden;}
.imgbanner-2-zoom .img-hover-ban-1 .img-zoom-zone img {display: block;transition: all 0.3s ease;width: 100%;height: auto;}
.imgbanner-2-zoom .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);}
.imgbanner-2-zoom .img-hover-ban-1 .text-box-zone {
    position: relative;
	padding: 20px 5px 0;
    text-decoration: none;
}
.imgbanner-2-zoom .img-hover-ban-1 .text-box-zone h6 {
	text-align: center;
	color: #101010;
	font-weight: 600;
}
.imgbanner-2-zoom .img-hover-ban-1 .text-box-zone p {
	text-align: center;
	margin-top: 15px;
	color: #323232;
	line-height: 1.1;
}
.imgbanner-2-zoom .animation-btn {
    margin-top: 50px;
}
@media only screen and (min-width: 992px) {
	.imgbanner-2-zoom .imgbanner-2-zoom-flex2 {
		column-gap: 30px;
	}
	.imgbanner-2-zoom .imgbanner-2-zoom-flex2 .imgbanner-2-zoom-flex2-con {
		width: calc((100% - 60px) / 3);
	}
}
@media only screen and (min-width: 1200px) {
	.imgbanner-2-zoom .imgbanner-2-zoom-flex2 {
		column-gap: 45px;
	}
	.imgbanner-2-zoom .imgbanner-2-zoom-flex2 .imgbanner-2-zoom-flex2-con {
		width: calc((100% - 90px) / 3);
	}
}
@media only screen and (max-width: 1199px) {
	.imgbanner-2-zoom .imgbanner-2-zoom-flex > div:first-child,
	.imgbanner-2-zoom .imgbanner-2-zoom-flex > div:last-child {
		width: 100%;
	}
}
@media only screen and (max-width: 991px) {
	.imgbanner-2-zoom.section .container {
		padding-top: min(14.75vw, 100px);
		padding-bottom: min(5.25vw, 50px);
	}
	.imgbanner-2-zoom .imgbanner-2-zoom-flex2 {
		column-gap: 20px;
	}
	.imgbanner-2-zoom .imgbanner-2-zoom-flex2 .imgbanner-2-zoom-flex2-con {
		width: calc((100% - 20px) / 2);
	}
}
@media only screen and (max-width: 640px) {
	.imgbanner-2-zoom .imgbanner-2-zoom-flex2 {
		column-gap: 10px;
	}
	.imgbanner-2-zoom .imgbanner-2-zoom-flex2 .imgbanner-2-zoom-flex2-con {
		width: calc((100% - 10px) / 2);
	}
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 420px) {
	.imgbanner-2-zoom .imgbanner-2-zoom-flex2 .imgbanner-2-zoom-flex2-con {
		width: 100%;
	}
}
@media only screen and (max-width: 360px) {
}
