/* 갤러리형 게시판 최신글 섹션 A-Col4 */
.em-gallboardlatest-1-col4 .img-hover-text2 {position: relative;background: #323335;}
.em-gallboardlatest-1-col4 .img-hover-text2 img {opacity: 1.0;display: block;transition: all 0.3s ease;width: 100%;height: auto;}
.em-gallboardlatest-1-col4 .img-hover-text2:hover img {opacity: 0.3;}
.em-gallboardlatest-1-col4 .img-hover-text2 .distext {
    position: absolute;
	left: 10%;
    right: 10%;
	bottom: 10%;
    text-decoration: none;
	transition: all 0.3s ease;
}
.em-gallboardlatest-1-col4 .img-hover-text2:hover .distext {
	bottom: 20%;
}
.em-gallboardlatest-1-col4 .img-hover-text2 .distext .hidtext {
	opacity: 1;
	transition: all 0.3s ease;
}
.em-gallboardlatest-1-col4 .img-hover-text2:hover .distext .hidtext {
	opacity: 1;
}
.em-gallboardlatest-1-col4 .img-hover-text2 .distext .hidtext h6 {
	text-shadow: 1px 1px 1px #000;
}
.em-gallboardlatest-1-col4 .img-hover-text2 .distext .hidtext p {
	margin-top: 10px;
	color: #fff;
	line-height: 1.2;
	text-shadow: 1px 1px 1px #000;
}
@media only screen and (min-width: 992px) {
	.em-gallboardlatest-1-col4 .img-hover-text2 .distext .hidtext h4 {font-size: 18px;}
}
@media only screen and (max-width: 360px) {
	.em-gallboardlatest-1-col4 .img-hover-text2 .distext .hidtext h4 {font-size: 18px;}
}
