/* 갤러리형 게시판 최신글 섹션 A-Col4 */
.product2-03 {
	position: relative;
}
.product2-03.cover-background {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.product2-03 .bg-cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.0);
}
.product2-03 .product2-03-flex-col2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: start;
}
.product2-03 .product2-03-flex-col2 > div:first-child {
	width: 25%;
}
.product2-03 .product2-03-flex-col2 > div:last-child {
	width: 70%;
}
.product2-03 .product2-03-flex {
	width: 100%;
	display: flex;
	flex-wrap: wrap; 
	row-gap: 30px;
	column-gap: 20px;
}
.product2-03 .img-hover-ban-1 {position: relative;height: 100%;}
.product2-03 .img-hover-ban-1:hover {
	-webkit-box-shadow:2px 3px 3px 2px rgba(0,0,0,0.0);
	-moz-box-shadow:2px 3px 3px 2px rgba(0,0,0,0.0);
	box-shadow:2px 3px 3px 2px rgba(0,0,0,0.0);
}
.product2-03.white-bg .img-hover-ban-1 {
	background: transparent;
	height: 100%;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 5px;
	padding: 15px;
	transition: all 0.3s ease;
}
.product2-03.white-bg .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);
	*/
}
.product2-03 .img-hover-ban-1 .img-zoom-zone {overflow: hidden;}
.product2-03 .img-hover-ban-1 .img-zoom-zone img {display: block;transition: all 0.3s ease;width: 100%;height: auto;}
.product2-03 .img-hover-ban-1:hover .img-zoom-zone img {transform: scale(1.0);-webkit-transform:scale(1.0);-moz-transform:scale(1.0);-o-transform:scale(1.0);}
.product2-03 .img-hover-ban-1 .text-box-zone {
    position: relative;
	padding: 1.6em 0.4em;
    text-decoration: none;
}
.product2-03 .img-hover-ban-1 .text-box-zone h5 {
	text-align: left;
	color: #fff;
	letter-spacing: -0.05em;
	font-weight: 700;
}
.product2-03 .img-hover-ban-1 .text-box-zone h6 {
	text-align: left;
	color: #cacaca;
	letter-spacing: -0.05em;
	font-weight: 600;
}
.product2-03 .img-hover-ban-1 .text-box-zone p {
	text-align: left;
	margin-top: 15px;
	color: #cacaca;
	line-height: 1.2;
}
.product2-03.white-bg .img-hover-ban-1 .text-box-zone h5 {
	color: #323232;
}
.product2-03.white-bg .img-hover-ban-1 .text-box-zone h6 {
	color: #323232;
}
.product2-03.white-bg .img-hover-ban-1 .text-box-zone p {
	color: #727272;
}
.product2-03 .animation-btn {
	margin-top: 50px;
}
.product2-03 .product2-03-flex-con.block .img-hover-ban-1 {
	display: flex;
	flex-direction: column;
	row-gap: 2.4em;
	padding: 0 15px 40px;
}
.product2-03 .product2-03-flex-con.block .img-hover-ban-1 .img-zoom-zone {
	order: 2;
}
.product2-03 .product2-03-flex-con.block .img-hover-ban-1 .text-box-zone {
	order: 1;
}
.product2-03 .product2-03-flex-con.block .img-hover-ban-1 .text-box-zone h6 {
	display: flex;
	flex-wrap: wrap;
}
.product2-03 .product2-03-flex-con.block .img-hover-ban-1 .text-box-zone h6 small {
	width: 100%;
}
@media only screen and (min-width: 992px) {
	.product2-03 .product2-03-flex .product2-03-flex-con {
		width: calc((100% - 20px) / 2);
	}
	.product2-03 .product2-03-flex .product2-03-flex-con.block {
		width: 100%;
	}
}
@media only screen and (max-width: 1199px) {
	.product2-03 .product2-03-flex-col2 > div:first-child,
	.product2-03 .product2-03-flex-col2 > div:last-child {
		width: 100%;
	}
}
@media only screen and (max-width: 991px) {
	.product2-03.section .container {
		padding-top: min(18.75vw, 120px);
		padding-bottom: min(18.75vw, 120px);
	}
	.product2-03 .product2-03-flex .product2-03-flex-con {
		width: calc((100% - 20px) / 2);
	}
	.product2-03 .product2-03-flex .product2-03-flex-con.block {
		width: 100%;
	}
	.product2-03 .product2-03-flex-con.block .img-hover-ban-1 {
		row-gap: 0.6em;
	}
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 420px) {
	.product2-03 .product2-03-flex .product2-03-flex-con {
		width: 100%;
	}
}
@media only screen and (max-width: 360px) {
}
