.wg-goods {
	
	margin:20px 0px 0px 0px;
	position: relative;
}
.wg-goods-title {
	padding-bottom:20px;
}
.wg-goods-title .title {
	padding:5px 0;
	font-size:22px;
	font-weight:bold;
	color:#1c1d1d;
}
.wg-goods-title .title-desc {
	font-size:14px;
	color:#6b6b6b;
}
.wg-goodslist {
	margin-right:-20px;
}
.wg-goodslist .goodswrap {
	width:204px;
	height:204px;
	float:left;
	margin-right:10px;
	background-color:#fff;
	margin-bottom:100px;
}
.wg-goodslist .goodswrap:nth-child(5n){margin-right:0;}
.wg-goodslist .goodswrap .goods-imgwrap {
	position:relative;
	width:164px;
	height:164px;
	margin:20px;
}
.wg-goodslist .goodswrap .goods-imgwrap .imgbox {
	display:table;
	width:164px;
	height:164px;
	border-spacing:0;
}
.wg-goodslist .goodswrap .goods-imgwrap .imgbox > div {
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}
.wg-goodslist .goodswrap .goods-imgwrap .goods-img {
	cursor: pointer;
	box-shadow: 0 18px 10px -10px #333;
	max-width:164px;
	max-height:164px;
	width:auto;
	height:auto;
	
}
.wg-goodslist .goodswrap .goods-overlay {
padding-left:5px;
	/*position:absolute;
	left:0;
	top:0;*/
	width:100%;
	height:80px;
	/*background:url(img/transparent_50.png);*/
	/*display:none;*/
	color:#000;
	
}
.wg-goodslist .goods-overlay > div {
	display:table;
	width:100%;
	height:100%;
	border-spacing:0;
}
.wg-goodslist .goods-overlay > div > div {
	/*display:table-cell;*/
	text-align:left;
	vertical-align:middle;
}
.wg-goods-title img{position:absolute;
right:10px;top:20px;}

.wg-goodslist .goods-overlay .goods-title {
	
	margin-top: 10px;
    margin-bottom: 3px;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Yoon Gothic', 'Open Sans', 'malgun gothic','Nanum Gothic', 돋움, dotum;
    color: #585858;
    letter-spacing: -1px;
	padding-bottom: 7px;
    border-bottom: 1px solid #D3D3D3;
}
.wg-goodslist .goods-overlay .goods-subtitle {
	color: #7F7F7F;
    font-size: 13px;
    font-family: 'Nanum Gothic', 돋움, dotum;
    height: 10px;
	padding-top:5px;
	
}


.wg-goodslist .goods-overlay .goods-price {
	font-size: 12px;
    font-family: Roboto,'Nanum Gothic' ,돋움, dotum;
    padding-top: 15px;
	font-weight: normal;
    color: #4bb;
    font-family: times new roman;
}

/*.wg-goodslist .goodswrap .goods-imgwrap:hover .goods-overlay {
	display:block;
}*/

.wg-goodslist .goodswrap:nth-child(1){}