#list h1{
	margin-top: 40px;
}
/* 카테고리간 구분선 
.categories li{
	display: inline-block;
}
.categories li::before, .categories li:last-child::after{
	content: '|';
	margin: 0 15px;
	color: #b8b8b8;
}
*/
.categories li{
	display: inline-block;
	padding: 0 15px;
	border-right:1px solid #ddd;
}
.categories li:last-child{
	border-right:none;
}
.categories li.on{
	color: #666666;
}

.category {
	text-align: center;
	margin: 120px 0 60px;
	color: #848484;
	font-size: 22px;
}
.category li{
	display: inline-block;
}
.category li a{
	display:block;
	padding: 0 45px 30px;
}
.category li a:hover{
	border-bottom: 1px solid rgba(204, 204, 204, 0.3);
}
.category li a.on{
	border-bottom: 1px solid #cccccc;
}
.bottom_visual {
	margin: 120px 0;
}
.bottom_visual img{
	width: 100%;
}


/* 카테고리그룹 출력 */
.subCategoryBox {margin:0 auto;}
.subCategoryBox caption {display:none;}
.subCategoryBox td{border-left:2px solid #ddd;}
.subCategoryBox td a{display:block;padding:0px 20px;}
.subCategoryBox td.selCategory{font-weight:bold;}


/* 브랜드 상품목록 디자인 CSS */
.brandEventBnr{margin:25px 0px;}
.brandInfoImage{margin:25px 0px;}
.brandInfoText{padding-bottom:25px;border-bottom:1px solid #eee;box-sizing:border-box}
.brandCateGroup{overflow:hidden;margin-bottom:25px;}
.brandCateGroup h4{padding:5px 10px;height:30px;line-height:30px;font-size:16px; font-weight:600;}
.brandCateGroup table{background:#eeeeee;}
.brandCateGroup caption{display:none;}
.brandCateGroup th{padding:7px 10px;width:25%;background:#f7f7f7;text-align:left;}
.brandCateGroup td{padding:7px 10px;background:#ffffff;}


/* 상품검색결과 디자인 CSS */
.prSearchForm{margin-bottom:20px;padding:10px;border:1px solid #eeeeee;overflow:hidden;}
.prSearchTitle{float:left;width:85px;}
.prSearchInsert{float:left;}
.prSearchInsert caption{display:none;}
.prSearchInsert th{padding-right:20px;}
.prSearchInsert select{width:180px;font-size:12px;}
.prSearchButton{float:right;}

/*(주)써지덴트*/
.wrapper{width:100%;min-width:100%;}
.categories_nav, #list h1, #list .cateGroup,.category ul,#list .panel,#list .product_sort, #list .sub_cate_product, #list .product_page{
    width: 75%;
    min-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#list .product_page, #list .product_sort{margin-top:80px;margin-bottom:20px;    height: 40px;}
#list .category li a.on {
border-bottom: 0px solid #000;
    background: #ffffff url(/data/design/images/etc/icon_categoryOn.png)no-repeat;
    color: #222222;
    font-weight: bold;
    background-position: 92%;
}
#list .category li a {
    display: block;
    padding: 0px;
    width: 160px;
    line-height: 60px;
    font-size: 20px;
    font-weight: normal;
    color: #cccccc;
    letter-spacing: -1px;
    background: #f2f2f2 url(/data/design/images/etc/icon_categoryOff.png)no-repeat;
    background-position: 92%;
    text-align: left;
    padding-left: 30px;
}
#list .category li a:hover{border-bottom:0px;}
#list .category {
text-align: center;
    margin: 0px;
    color: #848484;
    font-size: 22px;
    background: #e5e5e5;
    overflow: hidden;
    padding-top: 30px;
    margin-top: 50px;
}
#list .grayBg{background: url(/data/design/images/etc/bg_e5e5e5.gif) repeat-x;background-position: 30px 0px;}
#list .grayBg .panel{padding:40px;border:1px solid #e5e5e5;background:#ffffff;border-top:0px;}
#list .grayBg .product_item{border:0px;}
#list .grayBg .product_item .product_info{padding:20px 0px;}

.subVisualWrap{display:none;}