/* BASIC css start */
/* 상단 이미지 */
#topBanner { clear:both; width:100%; height:auto; margin:0 auto; text-align:center; }
#topBanner p.banner { max-width:100%; height:auto; }
#topBanner p.banner img { max-width:100%; height:auto; }

/* 분류 타이틀 */
.list_title { clear:both; text-align:center; padding:0 0 30px;  }
.list_title h2 { font-size:13px; letter-spacing:1px; font-weight:normal; }

/* 분류 추천상품 */
.list_recmd_pro { clear:both; margin:0 0 70px !important; padding:0 0 30px; border-bottom:1px solid #e8e8e8; }
.list_recmd_pro .prdList > li { margin-bottom:20px !important; position:relative; }
.list_recmd_pro .prdList .thumbnail { position:relative; }
.list_recmd_pro .prdList .thumbnail:after {
	 position:absolute;
	 bottom:0;
	 left:0;
	 display:block;
	 content:"";
	 width:100%;
	 height:1px;
	 background-color:#555;
	 transform:scale3d(0,1,1);
	 transform-origin:center center;
	 transition:transform .3s;
}

.list_recmd_pro .prdList .thumbnail:hover:after {
	 transform:scale3d(1,1,1);
}

.list_recmd_pro .prdList .infoBox { display:none; width:100%; height:auto; overflow:hidden; position:absolute; bottom:20px; left:0; z-index:99; }
.list_recmd_pro .prdList .infoBox p { font-family:'Lato', 'Nanum Gothic', sans-serif; font-size:11px; line-height:18px; letter-spacing:0.02em; text-align:center; cursor:pointer; }
.list_recmd_pro .prdList .infoBox p.name { color:#555; font-weight:bold; padding-bottom:5px; }
.list_recmd_pro .prdList .infoBox p.price { color:#555; }
/* //분류 추천상품 */

/* 중분류 */
.cate-wrap { clear:both; }
.cate-wrap .mcate { clear:both; font-size:0; text-align:center; margin:-10px 0 30px; }
.cate-wrap .mcate li { display:inline-block; *display:inline; *zoom:1; padding:0 10px; background:url(/design/lacuisine9/onedesign/images/line_menu.png) 0 50% no-repeat; vertical-align:top; }
.cate-wrap .mcate li:first-child { background:none; }
.cate-wrap .mcate li > a { display:inline-block; color:#888; font-size:11px; letter-spacing:1px; }
.cate-wrap .mcate li > a:hover { color:#222; text-decoration:none; }


/* BASIC css end */

