.filter {
	display: none;
}
.mt0{margin-top:0 !important;}
.mb100 { margin-bottom:100px !important;}
.mb140{ margin-bottom:140px !important;}
.filter h3 {
	position: relative;
    height: 50px;
    line-height: 50px;
    background: #fff;
    font-size: 16px;
    font-weight: 700;
    color: #363636;
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid #E6E6E6;
    text-align: center;
}
.filter h3 .close {
    position: absolute;
    top: 12px;
    left: 15px;
    width: 24px;
    height: 24px;
    background: url(../images/ico-close.svg?v=1)no-repeat 50% 50% / 14px;
}
.filter form > div {
	position: relative;
	padding: 25px 20px;
	border-top: 1px solid #e6e6e6;
}
.filter h3 + div {
	border-top: 0;
}
.filter h4 {
	font-size: 14px;
	font-weight: 700;
	color: #222;
	margin-bottom: 15px;
}
.filter h4 .num {
	color: #EC463D;
	margin-left: 5px;
}
.filter h4 .refresh {
	display: none;
	vertical-align: middle;
	width: 15px;
	height: 15px;
	background: url("../images/ico-refresh.svg?v=1")no-repeat 50% 50% / 100%;
	margin-left: 5px;
}
.filter .ques_btn {
	position: absolute;
    top: 25px;
    right: 20px;
}
.filter form > div .check {
	position: absolute;
	top: 0;
	right: 25px;
}
.filter form > div .check input {
	display: none;
}
.filter form > div .check input + label {
	position: relative;
	display: inline-block;
	padding: 1px 0 1px 20px;
	font-size: 12px;
}
.filter form > div .check input + label:before {
	content: '';
	display: block;
    width: 15px;
    height: 15px;
    border: 1px solid #A5AEBC;
    border-radius: 3px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
}
.filter form > div .check input:checked + label:before {
	background: #0047FF url("../images/check.svg?v=1")no-repeat 50% 50% / 11px;
    border: 1px solid #0047FF;
}
.filter form > div.price_form {
	padding-bottom: 50px;
}
.filter form > div.price_form .check {
	right: 0;
}
.filter_select > div {
	position: relative;
}
.filter_line {
	position: static!important;
    width: 100%;
    z-index: 1;
    margin: 0 auto;
}
.filter_line span {
	display: block;
	position: absolute;
    top: -10px;
    width: 1px;
    height: 14px;
    background: #E6E6E6;
}
div.hslider { 
	padding: 0; 
	width: 100%; 
	height: 6px; 
	background: #F5F5F5;
	border-radius: 100px;
	margin: 0 auto;
}
.filter_select .flex {
	align-items: center;
	margin: 25px 0 -30px;
}
.filter_select .flex input {
	width: 100%;
	border: 1px solid #E6E6E6;
	border-radius: 4px;
	font-size: 14px;
	padding: 10px 15px;
	box-sizing: border-box;
}
.filter_select .flex span {
	font-size: 13px;
	font-weight: 500;
	color: #494949;
	margin: 0 7px;
}
.filter .filter_select {
	position: relative;
	margin-top: 25px;
}
.filter .filter_line span {
	position: absolute;
	background: #e6e6e6;
	top: -4px;
	width: 1px;
	height: 14px;
}
.filter .noUi-target {
	height: 6px;
    background: #e6e6e6;
	border-radius: 100px;
}
.filter .noUi-horizontal .noUi-handle {
	right: -17px;
}
.filter .flex {
	margin-top: 15px;
}
.filter .flex > div {
	flex: 1;
	font-size: 14px;
	color: #363636;
}
.filter #slider-padding-value-max.tool1:after,
.filter #slider-padding-value-max2.tool1:after {
	content: '+';
}


.category_form > p {
	margin: 15px 0;
	font-size: 12px;
}
.category_form {
	font-size: 0;
}
.category_form .category {
	margin: -3px;
}
.category_form .category button {
	display: inline-block;
	background: #fff;
    border: 1px solid #E6E6E6;
    border-radius: 100px;
    margin: 4px 8px 4px 0;
    color: #ababab;
    font-size: 13px;
    padding: 7px 12px;
    box-sizing: border-box;
}
.category_form .category button.disabled {
	color: #8e8e8e!important;
	background: #f5f5f5!important;
	border: 1px solid #f5f5f5!important;
}
.category_form .category button.active {
	color: #EC463D;
	background: #FDEDEC;
	border: 1px solid #EC463D;
}
.category_form .c2 {
    border-top: 1px solid #e6e6e6;
    margin-left: -20px;
    width: 320px;
    padding: 5px 20px 0;
    box-sizing: border-box;
    margin-bottom: -20px;
    margin-top: 9px;
}
.category_form .c1 button,
.category_form .c2 button {
	width: calc(33.333% - 6px);
}
.category_form .c1 button:last-child,
.category_form .c2 button:last-child {
	margin-right: 0;
}

.filter .btn_area {
	position: static;
    width: 100%;
    margin: 0;
    padding: 20px 20px 40px;
    border-bottom: 0;
    box-sizing: border-box;
}
.filter .btn_area button {
	display: block;
	width: 100%;
	height: 46px;
	font-size: 16px;
	font-weight: 500;
	border-radius: 4px;
	margin: 15px 0;
}
.filter button.all_refresh {
	position: absolute;
	top: 9px;
    right: 10px;
	color: #222;
	border: 1px solid #E6E6E6;
	background: #fff url("../images/ico-refresh.svg?v=1")no-repeat 8px 8px;
	margin: 0;
	text-indent: 22px;
	width: 80px;
	height: 30px;
	font-size: 13px;
}
.filter button.alco_reset{
	top:25px;
}



.filter .btn_area button.complete_btn {
	background: #222;
	border: 1px solid #222;
	color: #fff;
}


.sake_filter,
.wine_filter {
	display: none;
	position: fixed;
    top: 0;
    right: 0;
    max-width: 600px;
    width: 100%;
    height: 100vh;
    z-index: 12;
    background: #fafafa;
    border-radius: 0;
    border: 0;
    overflow-y: auto;
    margin-top: 0;
}



.filter_form .combo_box input[type=text]{
	display: block;
	background: #FFFFFF url("../images/ico-arrow-down-black.svg?v=1")no-repeat 95% 50%;
	border: 1px solid #E6E6E6;
	border-radius: 4px;
	width: 100%;
	height: 40px;
	padding: 0 40px 0 10px;
	margin-top: 15px;
	font-size: 14px;
	box-sizing: border-box;
}
.filter_form .combo_box .ui.selection.dropdown {
	width: 100%;
	background: #fff url('../images/arrow-down.svg?v=1') no-repeat calc(100% - 20px) 50% / 12px;
	font-size: 14px;
}
.filter_form .combo_box .ui.selection.dropdown i {
	display: none;
}
.filter_form .combo_box .category {
	margin-bottom: 10px;
}


@media screen and (min-width: 1360px) {
	.filter {
		display: block!important;
		margin-top:40px; /* 221227 라인맞추려고 추가 */
	}
	.filter h3 .close {
		display: none;
	}
	.sake_filter,
	.wine_filter {
		display: block;
	    position: static;
	    width: 320px;
	    margin-top: 60px;
	    height: auto;
	    border: 1px solid #E6E6E6;
	    border-radius: 4px;
	    box-sizing: border-box;
	    z-index: 1;
	    overflow-y: visible;
	}
	.wine_filter {
		display: none;
	}
	.sake_filter{
		margin-top:14px;
	}
}
@media screen and (max-width: 1360px) {
	.filter h3 {
		position: fixed;
		width: 100%;
		z-index: 3;
	}
	.sake_filter, .wine_filter {
		display: none;
		top: 0;
	    height: 100vh;
	    max-height: 100vh;
	    max-width: 100%;
	    transition: all .2s;
	    z-index: 99999;
	}
	.sake_filter.open, .wine_filter.open {
		padding-bottom: 120px;
		box-sizing: border-box;
	}
	.filter .btn_area {
		padding-top: 40px;
		position: fixed;
		bottom: 0;
		background: #fafafa;
	}
	.filter .btn_area button.all_refresh {
		position: fixed;
		top: 26.5vh;
    	z-index: 4;
	}
	.filter .btn_area button.complete_btn {
	    border-radius: 0;
	    margin: 0;
	}
	.filter_form h3 + div {
		padding-top: 70px;
	}

	.category_form .c2 {
	    width: calc(100% - -40px);
	}
}

@media screen and (max-width: 768px) {
	.filter button.alco_reset{
		top:9px;
	}
}