.selectValueWrap {
	width: 360px;
	height: 52px;
	position: relative;
}
.customSelect .selectedValue {
	width: 360px;
	height: 52px;
	line-height: 50px;
	padding: 0 16px;
	color: #292929;
	cursor: pointer;
	background-color: #fff;
	border: 1px solid #eeeeee;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.select-open .selectedValue{
	border:1px solid #3167ff !important;
}
.customSelect .selectList {
width: 360px;
z-index: 100;
position: absolute;
left: -999em;
top: -999em;
margin: 4px 0 0;
list-style: none;
background-color: #ffffff;
border: 1px solid #eee;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

.customSelect.select-open .selectList {
	left: 0 !important;
	top: auto !important;
}
.customSelect .selectList dl {
	width: 100% !important;
	background: #fff;	
}
.customSelect .selectList dl.defaultScrollbar {
	overflow-x: hidden;
	overflow-y: scroll;	
}
.customSelect dl, .customSelect dd {
	margin: 0;
}
.customSelect dd {
	zoom: 1;
	cursor: pointer;
}
.customSelect .disabled {
	color: #999;
	cursor: default;
}
.customSelect .selected {
	width: 100%;
	color: #292929;
	font-weight: 500;
	text-decoration: none;
	background-color: none;
}
.customSelect .selectList dd.hovered {
	background: #f5f5f8;
	width: 100%;
}
.customSelect .selectList dd.disabled.hovered {
	background: none;
	color: #999;
}
.customSelect dt {
	font-weight: bold;
	font-style: italic;
	padding: 2px 10px 2px 6px;
}	
.customSelect dd {
/*	padding: 2px 10px 2px 8px;*/
	cursor: pointer;
    font-weight: 400;
    line-height: 50px;
    list-style: none;
    min-height: 50px;
    outline: none;
    padding-left: 16px;
    padding-right: 16px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #292929;
} 
.hasJS select.custom {
	position: absolute;
	left: -999em;
}
.hasJS select.custom.use-default {
	position: absolute;
	left: auto;
	height: auto;
	width: 100%;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	opacity: 0;
	/* prevents iOS from zooming in on field */
	font-size: 16px;
}
.customSelect.focused .selectedValue {
	box-shadow: 0 0 2px #00aedb;
}
.customSelect.disabled .selectedValue {
	border: 1px solid #ccc;
	color: #ccc;
	cursor: default;
}
.customSelect .caret {
	display: inline-block;
	width: 15px;
	height: 9px;
	background: url(../images/icon_open.png); 
}
.select-open .caret {
	display: inline-block;
	width: 15px;
	height: 9px;
	background: url(../images/icon_open.png);
	transform: rotate(180deg);
}
.customSelect .selectValueWrap .caret {
	position: absolute;
	top: 23px;
	right: 16px;
	cursor: pointer;
}

/*스크롤바*/
.customSelect .jspPane {
	overflow-x: hidden;
	width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.customSelect .jspVerticalBar {
	background: none;
	width: 8px;
}
.customSelect .jspHorizontalBar {
	height: 0;
	overflow: hidden;
}
.customSelect .jspTrack {
	background: #fff;
	right: 5px;
	border-radius: 5px;
}
.customSelect .jspDrag {
	border-radius: 5px;
	color: #000;
	
/*
	opacity: .5;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #fff;
	*background-color: #fff;
	background-image: -moz-linear-gradient(top, #444444, #222222);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
	background-image: -webkit-linear-gradient(top, #444444, #222222);
	background-image: -o-linear-gradient(top, #444444, #222222);
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
*/
}
