@charset "utf-8";

/* List */
.list-item .tack-check { right: 10px; bottom: 10px; z-index: 1; position: absolute; font-weight:normal; }
.list-item .tack-check-left { left: 10px; bottom: 10px; z-index: 1; position: absolute; font-weight:normal; }
.list-item .list-img { position:relative; overflow:hidden; }
.list-item .list-img img { width:100%; height:auto; }
.list-item .list-date { position:absolute; bottom:10px; padding:0px 10px; font-size:12px; line-height:23px; }
.list-item .list-date.left { left:0px; }
.list-item .list-date.right { right:0px; }
.list-row.clearfix { float:none !important; padding:0 !important; margin:0 !important; width:100% !important }

/* List item 가운데 정렬 */
.list-item {
	text-align: center;
}

/* Shop Subject - 제목 (금액보다 크고 굵게) */
.list-item h2.shop-subject {
	display: block;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	margin: 10px 5px 4px;
	text-align: center;
	color: #333;
}
.list-item h2.shop-subject a {
	color: #333;
	text-decoration: none;
}

/* Shop Price - 금액 (제목보다 작게, 볼드) */
.list-item .shop-price {
	margin: 0 5px 5px;
	text-align: center;
}
.list-item .shop-price .price-value {
	font-size: 15px;
	font-weight: 700;
	color: #222;
	letter-spacing: -0.3px;
}

/* Responsive */
@media all and (max-width:767px) {
	.responsive .list-row { width:50% !important }
}
@media all and (max-width:420px) {
	.responsive .list-row { width:100% !important }
}
