/* BASIC css start */
/*** 상품분류페이지 ***/
.prd_list_page { width: 100%; height: auto; position: relative; }

/* 상품중분류 */
.menuCategory { width: 100%; height: auto; clear: both;  } 
.menuCategory li { line-height: 15px; display:inline-block; *display:inline; *zoom:1; margin-bottom: 20px; padding: 15px 15px 0 0; }

/* 상품목록타이틀 */
.prd_list_page .title h2 { padding-bottom: 15px; float: left; font-size: 18px; line-height: 20px; font-family: "Roboto",sans-serif; font-weight: 500; letter-spacing: 4px; color: #000; }
.prd_list_page .prdCount { padding-bottom: 15px; float: left; padding-left: 10px; line-height: 20px; font-size: 11px; color: #666;  }
.prd_list_page .prdCount strong { margin: 0 5px; }

/* 상품목록 정렬 */
.prd_list_page .function { padding-bottom: 15px; float: right; }
.prd_list_page .function li { float: left; padding-left: 10px; line-height: 20px; }
.prd_list_page .function li a { color: #666; font-size: 11px; }


/* 상품목록 베스트 */
.recomm_prd_list { border-bottom: 1px #ddd solid;margin-bottom: 50px; }
.recomm_prd_list li .box { position: relative; }
.best_icon { background: #f9f8f8;  top: 10px; left: 10px; padding: 10px 0; font-family: 'Roboto', sans-serif; position: absolute; width: 50px; height: 30px; display: block; border: 2px #c07291 solid; z-index: 999; font-size: 12px; font-weight: 500; text-transform: uppercase; line-height: 15px; color: #c07291; text-align: center; }
.best_icon strong { font-size: 15px; font-weight: 600; }


.item-page { margin-top: 40px; text-align: center; }
.item-page a { padding: 0 5px; }
.item-page a:hover,
.item-page a.now { font-weight: bold; letter-spacing: -1px; }
/* BASIC css end */

