.recommend-items h2 {
	color: #05AF41;}


.recommend-items .prd-lst-unit {
	margin-bottom: 30px;}

.weekly h2 {
	margin-top: 30px;}

.weekly ul {
	margin: 0 auto;
	padding: 0;
	max-width: 639px;}

.weekly li {
	text-align: center;
	margin: 0 0 30px 0;
	padding: 0;}

.weekly-itm {
	text-align: center;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	width: 302px;}

.weekly-cap {
	position: absolute;
	bottom: -152px;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 152px;
	background: rgba(0,0,0,.6);
	-webkit-transition: .2s;
	transition: .2s;}

.weekly-cap p {
	color: #FFF;
	font-size: 12px;
	text-align: center;
	margin: 1em;}

.weekly-cap a {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	width: 302px;
	height: 152px;
	color: #FFF;
	text-decoration: none;}

.weekly-itm:hover .weekly-cap {
	bottom: 0;}


/* media 768 */
@media (max-width: 768px) {
.weekly-itm {
	width: 100%}
}