#list h1{
	margin-top: 40px;
}

.categories_nav{
	color: #c4c4c4;
	margin-top: 30px;
	font-size: 13px;
}
.categories_nav>select{
	border: 0px solid #efefef;
	height:23px;
	vertical-align:top;
	color: #c4c4c4;
}
.categories_nav .button {
	display: inline-block;
	font-style: italic;
	color: #c4c4c4;
  /*border: 1px solid #b8b8b8;*/
	border: 1px solid #e9e9e9;
	padding: 3px 5px;
	margin-left: 5px;
}
.categories_nav .button a{
	font-style: italic;
}
.categories_nav .button:hover{
	cursor: pointer;
}
.categories {
	/* color: #b8b8b8; */
	font-size: 17px;
	text-align: center;
}

/* 카테고리간 구분선 
.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;border-right:2px solid #ddd;}
.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;}
.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;}