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

/* 상품목록타이틀 */
.prd_list_page .title h2 { padding-bottom: 15px; float: left; font-size: 18px; line-height: 20px; font-family: "Open Sans","Nanum Gothic","dotum","arial",AppleGothic,sans-serif; font-weight: 500; letter-spacing: 4px; color: #000; }
.prd_list_page .prdCount { padding-bottom: 15px; float: left; line-height: 20px; font-size: 11px; color: #e07073;  }

/* 상품목록 베스트 */
.recomm_prd_list { border-bottom: 1px #ddd solid; padding-bottom: 50px !important; margin-bottom: 50px !important; }
.recomm_prd_list li .box { position: relative; }
.best_icon { background: none;  top: 10px; left: 10px; padding: 10px 0;  font-weight: 300; font-family: "Montserrat","Nanum Gothic",sans-serif; position: absolute; width: 50px; height: 30px; display: block; border: 1px #e07073 solid; z-index: 99; font-size: 11px; font-weight: 500; text-transform: uppercase; line-height: 15px; color: #e07073; text-align: center; border-radius: 3px; }
.best_icon strong { font-size: 13px; font-weight: 500; }

/* 상품중분류 */
.menuCategory { width: 100%; height: auto; clear: both; margin-bottom: 50px;  } 
.menuCategory > li { line-height: 15px; display:inline-block; *display:inline; *zoom:1; margin-bottom: 5px; padding: 15px 15px 0 0; }
.menuCategory > li a.sel { font-weight: bold; }


/* 상품목록 정렬 */
.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; }


/* 분류별 추천상품 */
.recmdBox { width: 100%; height:auto; overflow:hidden; margin:0 auto 50px !important; background:#f6f6f6; padding:30px 20px; }
.recmdBox .list_title { clear:both; text-align:center; width:160px; height:38px; margin:0 auto;  }
.recmdBox .list_title h2 { line-height:38px; font-weight:normal; font-size:13px; letter-spacing:1px; background:#fff; border-radius:20px; }

.prd_default.recmdBox .prdList { width:100% !important; margin-left:0; margin-top:20px; }
.prd_default.recmdBox .prdList > li { margin:0; }
.prd_default.recmdBox .prdList .thumbnail { margin:0 7px 0px !important;}
.prd_default.recmdBox .prdList .description { border:1px solid #e8e8e8; border-top:0; box-sizing:border-box; background:#fff; margin:0 7px !important; padding:15px 0 !important; }









/* BASIC css end */

