.mc-widget-gallery{overflow:visible !important;}
.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;vertical-align:middle !important;text-align:left;}
.mc-widget-gallery .mc-widget-title,
.mc-widget-gallery .mc-widget-title a{font-size:16px !important;color:#555 !important;line-height:1.6;font-weight:600;}

.mc-widget-gallery .mc-gallery-item-style{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.mb-gallery-basic-m1 .mc-gallery-item-wrap{border: none !important;}
.mc-widget-gallery.mb-gallery-basic-m1 .mc-gallery-item-img{border: none !important;}
.mc-widget-gallery.mb-gallery-basic-m1 .mc-gallery-item-title{text-align:left !important;padding:2px 3px 0px 5px !important;}
.mc-widget-gallery.mb-gallery-basic-m1 .mc-gallery-item-content{text-align:left !important;padding:3px 3px 1px 5px !important;}
.mc-widget-gallery.mb-gallery-basic-m1 .mc-gallery-item-price{text-align:left !important;padding:6px 4px 1px 5px !important;}

.mc-widget-gallery.mb-gallery-basic-m3 .mc-gallery-item-wrap{border: none !important;}
.mc-widget-gallery.mb-gallery-basic-m3 .mc-gallery-item-img{border: none !important;}
.mc-widget-gallery.mb-gallery-basic-m4 .mc-gallery-item-wrap{border: none !important;}
.mc-widget-gallery.mb-gallery-basic-m4 .mc-gallery-item-img{border: none !important;}
.mc-widget-gallery.mb-gallery-basic-m8 .mc-gallery-item-wrap{border: none !important;}
.mc-widget-gallery.mb-gallery-basic-m8 .mc-gallery-item-img{border: none !important;}
.mc-widget-gallery.mb-gallery-basic-m4 .mc-gallery-item-title{text-align:left !important;padding:0 3px 2px 3px !important;}
.mc-widget-gallery.mb-gallery-basic-m4 .mc-gallery-item-content{text-align:left !important;padding:1px 3px 1px 3px !important;}
.mc-widget-gallery.mb-gallery-basic-m4 .mc-gallery-item-price{text-align:right !important;padding-right:5px !important;}
.mc-widget-gallery.mb-gallery-basic-m7 .mc-gallery-item-title{text-align:left !important;padding:0 3px 0px 14px !important;}
.mc-widget-gallery.mb-gallery-basic-m7 .mc-gallery-item-content{text-align:left !important;padding:4px 3px 1px 14px !important;}
.mc-widget-gallery.mb-gallery-basic-m7 .mc-gallery-item-price{text-align:left !important;padding-left:14px !important;}
.mc-widget-gallery.mb-list-basic-m1 .mc-gallery-item-title{font-size:14px !important;}

.mc-widget-gallery .mc-gallery-item-title{font-weight:600;color:#555;text-align:center;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;padding:0px 10px;font-size:15px !important;line-height:1.4 !important;}
.mc-widget-gallery .mc-gallery-item-content{color: #555;text-align: center;text-overflow: ellipsis;overflow: hidden;white-space: normal;font-size:13px !important;line-height:1.6 !important;padding: 5px 5px 0;min-height:45px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;;word-wrap:break-word;}
.mc-widget-gallery .mc-gallery-item-price{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;text-align:center;padding:2px 5px 1px;font-size:14px !important;}
.mc-widget-gallery .mc-gallery-item-regular-price span{text-decoration:line-through;font-size:11px;color:#BBB}
.mc-widget-gallery .mc-gallery-item-sale-price span{font-weight:700;line-height:22px;color:#686868;font-size:14px;}

/* 상품 갤러리 모션 */
.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:9px 0 10px;
}

.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);}