@charset "UTF-8";

#filterLayer {
	position: absolute;
	display: none;
	min-width: 360px;
	min-height: 180px;
	background: #fff;
	border: 1px solid #D7D7D7;
	font-size: 14px;
}

.filter_section {
	padding: 10px;
	min-width:160px;
	flex-grow: 1;
}
.filter_section:last-child {
	min-width: 0px;
}

.filter_section_title {
	padding-bottom: 5px;
	border-bottom: 1px solid #D7D7D7;
}

.filter_section > ul::-webkit-scrollbar {
	display: none;
}

.filter_section > ul{
/* 	width: 170px; */
	min-height: 150px;
	padding: 5px 0 10px 0;
	display: flex;
	align-content: flex-start;
	flex-direction: column;
	flex-wrap: wrap;
	overflow: auto;
	cursor: pointer;
}

.filter_section > ul > li {
	padding: 3px 10px 3px 0;
}

.filter_section > ul > li.selected {
	background: #dfe0f0;
	font-weight: bold;
	color: #3434b3;
}

.filter_section > ul > li:hover {
	background: #e5e6f0;
	font-weight: bold;
	color: #666;
}

.filter_section > ul > li:active {
	background: #dfe0f0;
	font-weight: bold;
	color: #3434b3;
}

.result_option_area .filter_option .btn_filter{display: inline-flex; font-size:15px; font-weight:bold; letter-spacing: -0.1em; color:#333;}
.result_option_area .filter_option .btn_filter:before{content:url('/images/icn-filter.png'); display:block; margin-right:5px;}

.filter_option a {
	display: inline-flex;
}
.ddc_banner_style {
	box-shadow: 0px 3px 7px 0 rgb(0 0 0 / 30%);
	position: absolute;
	top: -3px;
	margin-left: 30px;
}
.filter_option a:nth-child(3) .ddc_banner_style {
	left: 550px;
}
/*category search area*/
.category_search_area {
	position: relative;
	border: 1px solid #c4c4c4;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 334px;
	height: 37px;
	background: #fff;
	padding-right: 10px;
	margin-right: -10px;
}

.category_search_area .category_search_input {
	width: 100%;
	border: none;
	height: 35px;
}

.category_search_area .category_search_input::placeholder {
	color: #858383;
	letter-spacing: -0.5px;
	font-size: 12px;
}

.category_search_area .btn_category_search {
	width: 20px;
	height: 20px;
	display: inline-block;
	background: url(/images/icn-category-search.png) no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}
