/* 이미지 휘도 박스형 섹션 A */
.em-multibanner-1 .img-hover-text2 {
    position: relative;
	background: #323335;
}
.em-multibanner-1 .img-hover-text2 img {
	opacity: 0.9;
    display: block;
	transition: all 0.3s ease;
}
.em-multibanner-1 .img-hover-text2:hover img {
	opacity: 0.5;
}
.em-multibanner-1 .img-hover-text2 .distext {
    position: absolute;
	left: 10%;
    right: 10%;
	bottom: 12%;
    text-decoration: none;
	transition: all 0.3s ease;
}
.em-multibanner-1 .img-hover-text2:hover .distext {
	bottom: 20%;
}
.em-multibanner-1 .img-hover-text2 .distext .hidtext {
	opacity: 1;
	transition: all 0.3s ease;
}
.em-multibanner-1 .img-hover-text2:hover .distext .hidtext {
	opacity: 1;
}
.em-multibanner-1 .img-hover-text2 .distext .hidtext h5.less-mar-4 {margin-top: 0;margin-bottom: 0;}
.em-multibanner-1 .img-hover-text2 .distext .hidtext p {line-height: 1.4em;}
.em-multibanner-1 .img-hover-text2 .distext .hidtext .margin-top-1 {margin-top: 5px;}
.em-multibanner-1 .img-hover-text2 .distext .hidtext .margin-bottom-1 {margin-bottom: 0;}


@media only screen and (max-width: 1024px) {	
	.em-multibanner-1 .img-hover-text2 .distext {left: 5%;right: 5%;bottom: 10%;}
	.em-multibanner-1 .img-hover-text2:hover .distext {bottom: 10%;}
}
@media only screen and (max-width: 1000px) {
}
@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 800px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 640px) {
	.em-product-recent-1 .col-xs-12 {padding-left: 5px;padding-right: 5px;}
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 360px) {
}
@media only screen and (max-width: 320px) {
}