/* BASIC css start */
.xans-search-form {
	margin: 0 0 20px;
}
/* .searchbox */
.xans-search-form .searchbox {
	margin: 21px 0 20px;
	padding: 17px 20px 35px 270px;
}
.xans-search-form .searchbox .item {
	margin: 5px 0 0;
	color: #353535;
	line-height: 20px;
*zoom:1;
}
.xans-search-form .searchbox .item:after {
	content: "";
	display: block;
	clear: both;
}
.xans-search-form .searchbox .item strong {
	float: left;
	width: 160px;
	padding: 2px 10px 0 0;
	text-align: right;
}
.xans-search-form .searchbox .item input {
	padding-left: 10px;
}

.xans-search-form .searchbox .item input[name="prize1"],
.xans-search-form .searchbox .item input[name="company1"],
.xans-search-form .searchbox .item input[name="content1"]{width: 400px;}


.xans-search-form .searchbox .item input[name="money1"],
.xans-search-form .searchbox .item input[name="money2"]{width: 147px;}

.xans-search-form .searchbox .popular {
	margin: 6px 0 0 170px;
	font-size: 11px;
	line-height: 18px;
*zoom:1;
}
.xans-search-form .searchbox .popular.xans-search-hotkeyword {
	margin-bottom: 17px;
}
.xans-search-form .searchbox .popular:after {
	content: "";
	display: block;
	clear: both;
}
.xans-search-form .searchbox .popular strong {
	float: left;
	min-width: 113px;
	padding: 0 10px 0 0;
	color: #6b6b6b;
	text-align: right;
}
.xans-search-form .searchbox .popular p a {
	margin: 0 3px 0 0;
	padding: 0 0 0 8px;
	color: #757575;
	background: url("/design/butyda/pc/img/bg_popular_search.gif") no-repeat 0 3px;
}
.xans-search-form .searchbox .popular p a:first-child {
	padding-left: 0;
	background: none;
}
.xans-search-form .searchbox .popular a:hover {
	color: #fe7b05;
	text-decoration: none;
}
.xans-search-form .searchbox .button {
	margin: 30px 0 0 170px;
}
.xans-search-form .noData {
	padding: 50px 0;
	text-align: center;
	line-height: 1.8em;
}
.xans-search-form .noData > strong {
	display: block;
	color: #000;
}
.xans-search-form .noData > strong.warning {
	display: block;
	color: #333;
}
.xans-search-form .noData ul {
	margin: 10px 0 0;
}

    /* 1265px 이하 */
    @media all and (max-width:1265px) {
.xans-search-form .searchbox {
	padding: 17px 20px 35px 170px;
}
}
/* Input Size */
.xans-search-form .searchbox #category_no,  .xans-search-form .searchbox #order_by {
	width: 400px;
}
.xans-search-form .searchbox #search_type {
	width: 120px;
}
.xans-search-form .searchbox #keyword {
	width: 265px;
}
.xans-search-form .searchbox #product_price1 {
	width: 131px;
}
.xans-search-form .searchbox #product_price2 {
	width: 131px;
}
/* searchResult */
.xans-search-form .searchResult {
	height: 40px;
	line-height: 40px;
	margin: 0 0 40px;
	text-align: right;
	border-bottom: 1px solid #ddd;
	background: #fff;
}
/* 상품개수 */
.xans-search-form .searchResult .record {
	float: left;
	padding: 0 0 0 15px;
	line-height: 30px;
}
.xans-search-form .searchResult .record strong {
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 0 15px;
	background: #333;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 13px;
	color: #fff;
	text-align: center;
}
/* 상품정렬버튼 */
.xans-search-form .searchResult .listType {
	display: inline;
	letter-spacing: -4px;
}
.xans-search-form .searchResult .listType li {
	position: relative;
	top: -1px;
	display: inline-block;
*display:inline;
*zoom:1;
	margin: 0 0 0 -1px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: url('/design/butyda/pc/_wg/img/bg_slash_b.png') #fafafa;
	letter-spacing: 0;
	text-align: center;
	cursor: pointer;
	transition: background .3s ease;
	-webkit-trasition: background .3s ease;
}


.xans-search-form .searchResult .listType li a{padding:15px;}

.xans-search-form .searchResult .listType li:last-child {
	border-right: 1px solid #ddd;
}

.xans-search-form .searchResult .listType li.sort {
	height: 41px;
	background: #fff;
	border-bottom: none;
	font-weight: bold;
}
.xans-search-form .searchResult .listType li.sort:hover {
	text-decoration: none;
	background: #fff;
}
/* 검색 리스트 컬러칩 보정 */
.ec-base-product .prdList li .chips {
	margin: 5px 2px 2px !important;
}
.ec-base-product .prdList li .chips:first-child {
	margin: 5px 2px 2px !important;
}

/* BASIC css end */

