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