.mc-widget-gallery a{font-family:inherit;text-decoration:none;}
.mc-widget-gallery .mc-widget-title{padding:7px 8px 3px !important;margin-bottom:9px !important;border-bottom: 2px solid #dbdbdb;font-size:16px;vertical-align:middle !important;text-align:left;font-weight:500;}
.mc-widget-gallery .mc-gallery-item-box{float:left;position:relative;}
.mc-widget-gallery .mc-gallery-item-wrap{margin:5px;border: 1px solid #DDD !important;}
.mc-widget-gallery .mc-gallery-item-img{text-align:center !important;border-bottom: 1px solid #DDD !important;padding:0px;}

.mc-widget-gallery .mc-gallery-item-title{font-weight:bold;color:#6A6A6A;text-align:center;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;padding:0px 5px;font-size:14px;}
.mc-widget-gallery .mc-gallery-item-content{color: #6A6A6A;text-align: center;text-overflow: ellipsis;overflow: hidden;white-space: normal;padding: 5px 5px 0;height:40px;-webkit-line-clamp:2;word-wrap:break-word;}
.mc-widget-gallery .mc-gallery-item-price{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;text-align:center;padding:5px 5px 0;}

.mc-widget-gallery .mc-gallery-item-regular-price{text-decoration:line-through;font-size:11px;color:#BBB}
.mc-widget-gallery .mc-gallery-item-sale-price{font-weight:bold;line-height:22px;color:#888;font-size:13px;}

/* 상품 갤러리 모션 */
.mc-widget-gallery .mc-gallery-item-wrap .mc-gallery-item-img {overflow:hidden;}
.mc-widget-gallery .mc-gallery-item-wrap .mc-gallery-item-img>div{transform:scale(1); z-index:1;transition:transform 0.35s;-webkit-transition:transform 0.35s;-moz-transition:transform 0.35s;-o-transition:transform 0.35s;-ms-transition:transform 0.35s;}
.mc-widget-gallery .mc-gallery-item-wrap .mc-gallery-item-img>div:hover{transform:scale(1.1);}

.mc-widget-gallery .mc-gallery-item-wrap .mc-gallery-item-text-box{
	padding:10px 0;
}

.mc-widget-gallery2 .mc-gallery-item-wrap{background:#f6f6f6;margin:10px;}
.mc-widget-gallery2 .mc-gallery-item-img{
	width:190px;
	height:190px;
	margin:25px auto 24px;
	border-radius:50%;
}

.mc-widget-gallery2 .mc-gallery-item-text-box{position:relative;padding:20px 0px !important;}
.mc-widget-gallery2 .mc-gallery-item-text-box:before{
	content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 26px;
    margin-left: -13px;
    border-top: 1px solid #000;
}
.mc-widget-gallery2 .mc-gallery-item-wrap .mc-gallery-item-content{
	padding:10px 5px 0 !important;
	height:50px;
}

.mc-widget-gallery2 .mc-gallery-item-price{
	padding:7px 5px 0px;
}


.mc-widget-gallery3 .mc-gallery-item-wrap{position:relative;}
.mc-widget-gallery3 .mc-gallery-item-wrap .mc-gallery-item-text-box{
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-100px;
	margin-left:-100px;
	padding:20% 10px 15px;
	width:200px;
	height:200px;

	background-color:rgba(0,0,0,0.4);
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	transition:all 0.3s ease;
	opacity:0;
}

.mc-widget-gallery3 .mc-gallery-item-wrap .mc-gallery-item-title{
	padding:0;
	font-weight:normal;
	color:#fff;
}

.mc-widget-gallery3 .mc-gallery-item-wrap .mc-gallery-item-content{
	text-align:center;text-overflow: ellipsis;overflow: hidden;
	padding:5px 0 0 !important;
	color:#fff;
}
.mc-widget-gallery3 .mc-gallery-item-wrap .mc-gallery-item-price{
	padding:5px 0 0;
}
.mc-widget-gallery3 .mc-gallery-item-wrap .mc-gallery-item-regular-price{
	display:block;
	color:#fff;
}
.mc-widget-gallery3 .mc-gallery-item-wrap .mc-gallery-item-regular-price span{color:#fff;}
.mc-widget-gallery3 .mc-gallery-item-wrap .mc-gallery-item-sale-price{color:#fff;}
.mc-widget-gallery3 .mc-gallery-item-wrap .mc-gallery-item-sale-price span{color:#fff;}

.mc-widget-gallery3 .mc-gallery-item-wrap:hover .mc-gallery-item-text-box{opacity:1 !important;}
.mc-widget-gallery3 .mc-gallery-item-wrap .mc-gallery-item-img>div:hover{transform:scale(1);}




.mc-widget-gallery4 .mc-gallery-item-wrap{
	border:0 !important;
	margin:10px 15px !important;
}
.mc-widget-gallery4 .mc-gallery-item-wrap .mc-gallery-item-text-box{
	padding:14px 0;
}
.mc-widget-gallery4 .mc-gallery-item-wrap .mc-gallery-item-img{
	border-radius:10px;
}
.mc-widget-gallery4 .mc-gallery-item-wrap .mc-gallery-item-title{
	padding:0 0 14px !important;
	border-bottom:2px solid #eee;
	font-weight:normal;
}

.mc-widget-gallery4 .mc-gallery-item-wrap .mc-gallery-item-price{
	padding:10px 0 0 !important;
}
.mc-widget-gallery4 .mc-gallery-item-wrap .mc-gallery-item-content{
	text-align:center;
	text-overflow: ellipsis;overflow: hidden;
	padding:10px 20px 0 !important;height:50px;
}






.mc-widget-gallery5 .mc-gallery-item-wrap{position:relative;}
.mc-widget-gallery5 .mc-gallery-item-wrap .mc-gallery-item-text-box{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:260px;
	background-color:rgba(0,0,0,0.3);
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	transition:all 0.3s ease;
	opacity:0;
	padding:30% 10px 15px;
}

.mc-widget-gallery5 .mc-gallery-item-wrap .mc-gallery-item-title{
	padding:0;
	font-weight:600;
	color:#fff;
}

.mc-widget-gallery5 .mc-gallery-item-wrap .mc-gallery-item-content{
	color: #6A6A6A;text-align:center;text-overflow: ellipsis;overflow: hidden;
	padding:10px 10px 0 !important;height:50px;
	color:#fff;
}
.mc-widget-gallery5 .mc-gallery-item-wrap .mc-gallery-item-price{
	padding:10px 10px 0 !important;
}
.mc-widget-gallery5 .mc-gallery-item-wrap .mc-gallery-item-regular-price{
	display:block;
	color:#fff;
}
.mc-widget-gallery5 .mc-gallery-item-wrap .mc-gallery-item-regular-price span{color:#fff;}
.mc-widget-gallery5 .mc-gallery-item-wrap .mc-gallery-item-sale-price{color:#fff;}
.mc-widget-gallery5 .mc-gallery-item-wrap .mc-gallery-item-sale-price span{color:#fff;}

.mc-widget-gallery5 .mc-gallery-item-wrap:hover .mc-gallery-item-text-box{opacity:1 !important;}
.mc-widget-gallery5 .mc-gallery-item-wrap .mc-gallery-item-img>div:hover{transform:scale(1);}
