/* top search select */
.select_search {
	position: relative;
	float: left;
	width: 160px;
	min-height: 32px;
	font-family: 'Noto Sans KR';
	color: #666666;
	font-weight: 300;
	background-color: #fff;
	transition: all 375ms ease-in-out;
}

.select_search .icon_select_mate {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 16px;
	/* height: 22px; */
	transition: all 275ms;
}

.select_search select {
	position: absolute;
	overflow: hidden;
	height: 0px;
	opacity: 0;
	display: none;
}

.select_search .cont_list_select_mate {
	position: relative;
	float: left;
	width: 100%;
}

.select_search .cont_select_int {
	position: absolute;
	left: -4px;
	top: 7px;
	z-index: 999;
	overflow: hidden;
	height: 0px;
	width: 162px;
	background-color: #fff;
	margin-bottom: 0px;
	margin-top: 0px;
	box-shadow: 1px 4px 10px -2px rgba(0, 0, 0, 0.2);
	transition: all 375ms ease-in-out;
}

.select_search .cont_select_int li {
	position: relative;
	float: left;
	width: 147px;
	background-color: #fff;
	list-style-type: none;
	padding: 10px 0 10px 15px;
	margin: 0px;
	transition: all 275ms ease-in-out;
	display: block;
	cursor: pointer;
	font-size: 16px;
	color:#666666;
}

.select_search .cont_select_int li:last-child {
	border-radius: 3px;
	border-bottom: 0px;
}

.select_search .cont_select_int li:hover {
	background-color: #EEEEEE;
}

.select_search .cont_select_int .active {
	background-color: #EEEEEE;
}

.select_search .selecionado_opcion {
	padding: 10px 0 10px 20px;
	width: calc(100% - 20px);
	display: block;
	margin: 0px;
	cursor: pointer;
	font-size: 17px;
	font-family: 'Noto Sans KR';
	font-weight: 300;
}

/* lang select */
.select_lang {
	position: relative;
/*	float: left;*/
	width: 75px;
	min-height: 24px;
	font-family: 'dotum';
	font-size:13px;
	color: #666666;
	font-weight: 300;
	background-color: #fff;
	transition: all 375ms ease-in-out;
}

.select_lang .icon_select_mate {
	position: absolute;
	top: 2px;
	right: 10px;
	font-size: 0px;
	height: 7px;
	transition: all 275ms;
}

.select_lang select {
	position: absolute;
	overflow: hidden;
	height: 0px;
	opacity: 0;
	display: none;
}

.select_lang .cont_list_select_mate {
	position: relative;
	float: left;
	width: 100%;
}

.select_lang .cont_select_int {
	position: absolute;
	left: -9px;
	top: 10px;
	z-index: 999;
	overflow: hidden;
	height: 0px;
	width: 95px;
	background-color: #fff;
	margin-bottom: 0px;
	margin-top: 0px;
	box-shadow: 1px 4px 10px -2px rgba(0, 0, 0, 0.2);
	transition: all 375ms ease-in-out;
}

.select_lang .cont_select_int li {
	position: relative;
	float: left;
	width: 95px;
	background-color: #fff;
	list-style-type: none;
	padding: 10px 0 10px 15px;
	margin: 0px;
	transition: all 275ms ease-in-out;
	display: block;
	cursor: pointer;
	font-size: 13px;
	color:#666666;
}

.select_lang .cont_select_int li:last-child {
	border-radius: 3px;
	border-bottom: 0px;
}

.select_lang .cont_select_int li:hover {
	background-color: #EEEEEE;
}

.select_lang .cont_select_int .active {
	background-color: #EEEEEE;
}

.select_lang .selecionado_opcion {
/*	padding: 10px 0 10px 15px;*/
	width: calc(100% - 15px);
	display: block;
	margin: 0px;
	cursor: pointer;
	font-size: 13px;
	font-family: 'dotum';
}


/* footer select */
.select_footer {
	position: relative;
	/*	float: left;*/
	width: 181px;
	min-height: 24px;
	font-family: 'dotum';
	font-size:13px;
	color: #666666;
	font-weight: 300;
	background-color: #fff;
	transition: all 375ms ease-in-out;
}

.select_footer .icon_select_mate {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 0px;
	height: 7px;
	transition: all 275ms;
}

.select_footer select {
	position: absolute;
	overflow: hidden;
	height: 0px;
	opacity: 0;
	display: none;
}

.select_footer .cont_list_select_mate {
	position: relative;
	float: left;
	width: 100%;
}

.select_footer .cont_select_int {
	position: absolute;
	left: -1px;
	bottom: 48px;
	z-index: 999;
	overflow: hidden;
	height: 0px;
	width: 182px;
	background-color: #fff;
	margin-bottom: 0px;
	margin-top: 0px;
/*	box-shadow: 1px 0px 10px -4px rgba(0, 0, 0, 0.2);*/
	transition: all 375ms ease-in-out;
}

.select_footer .cont_select_int li {
	position: relative;
	float: left;
	width: 182px;
	background-color: #fff;
	list-style-type: none;
	padding: 8px 0 8px 15px;
	margin: 0px;
	transition: all 275ms ease-in-out;
	display: block;
	cursor: pointer;
	font-size: 14px;
	color:#888;
	height:auto;
	text-align: left;
}

.select_footer .cont_select_int li:last-child {
	border-radius: 3px;
	border-bottom: 0px;
}

.select_footer .cont_select_int li:hover {
	background-color: #EEEEEE;
}

.select_footer .cont_select_int .active {
	background-color: #EEEEEE;
}

.select_footer .selecionado_opcion {
	/*	padding: 10px 0 10px 15px;*/
	width: calc(100% - 15px);
	display: block;
	margin: 0px;
	cursor: pointer;
	font-size: 14px;
	line-height: 48px;
	font-family: 'dotum';
}


.sub_menu_block {
	position: relative;
	/*	float: left;*/
	/* width: 219px; */
	width: 260px;
	min-height: 24px;
	font-family: 'dotum';
	font-size:13px;
	color: #666666;
	font-weight: 300;
	background-color: #fff;
	transition: all 375ms ease-in-out;
	border-right:1px solid #ebeef3;
}

.sub_menu_block .icon_select_mate {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 0px;
	height: 7px;
	transition: all 275ms;
}

.sub_menu_block select {
	position: absolute;
	overflow: hidden;
	height: 0px;
	opacity: 0;
	display: none;
}

.sub_menu_block .cont_list_select_mate {
	position: relative;
	float: left;
	width: 100%;
}

.sub_menu_block .cont_select_int {
	position: absolute;
	left: -1px;
	top: 0;
	z-index: 999;
	overflow: hidden;
	height: 0px;
	width: 219px;
	background-color: #fff;
	margin-bottom: 0px;
	margin-top: 0px;
/*	box-shadow: 1px 0px 10px -4px rgba(0, 0, 0, 0.2);*/
	transition: all 375ms ease-in-out;
}

.sub_menu_block .cont_select_int li {
	position: relative;
	float: left;
	width: calc(100% - 15px);
	background-color: #fff;
	list-style-type: none;
	padding: 8px 0 8px 15px;
	margin: 0px;
	transition: all 275ms ease-in-out;
	display: block;
	cursor: pointer;
	font-size: 14px;
	color:#888;
	height:auto;
	text-align: left;
}

.sub_menu_block .cont_select_int li:last-child {
	border-radius: 3px;
	border-bottom: 0px;
}

.sub_menu_block .cont_select_int li:hover {
	background-color: #EEEEEE;
}

.sub_menu_block .cont_select_int .active {
	background-color: #EEEEEE;
}

.sub_menu_block .selecionado_opcion {
		padding: 0px 0 0px 15px;
	width: calc(100% - 15px);
	display: block;
	margin: 0px;
	cursor: pointer;
	font-size: 15px;
	line-height: 48px;
	font-family: 'dotum';
}


/* board search select */
.board_search_select_box {
	position: relative;
	/*	float: left;*/
	width: 153px;
	min-height: 24px;
	font-size:15px;
	color: #666666;
	font-weight: 300;
	background-color: #fff;
	transition: all 375ms ease-in-out;
	border:1px solid #333333;
}

.board_search_select_box .icon_select_mate {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 0px;
	height: 7px;
	transition: all 275ms;
}

.board_search_select_box select {
	position: absolute;
	overflow: hidden;
	height: 0px;
	opacity: 0;
	display: none;
}

.board_search_select_box .cont_list_select_mate {
	position: relative;
	float: left;
	width: 100%;
}

.board_search_select_box .cont_select_int {
	position: absolute;
	left: -1px;
	top: 1px;
	z-index: 999;
	overflow: hidden;
	height: 0px;
	width: 153px;
	background-color: #fff;
	margin-bottom: 0px;
	margin-top: 0px;
/*	box-shadow: 1px 0px 10px -4px rgba(0, 0, 0, 0.2);*/
	transition: all 375ms ease-in-out;
}

.board_search_select_box .cont_select_int li {
	position: relative;
	float: left;
	width: calc(100% - 15px);
	background-color: #fff;
	list-style-type: none;
	padding: 8px 0 8px 15px;
	margin: 0px;
	transition: all 275ms ease-in-out;
	display: block;
	cursor: pointer;
	font-size: 14px;
	color:#888;
	height:auto;
	text-align: left;
}

.board_search_select_box .cont_select_int li:last-child {
	border-radius: 3px;
	border-bottom: 0px;
}

.board_search_select_box .cont_select_int li:hover {
	background-color: #EEEEEE;
}

.board_search_select_box .cont_select_int .active {
	background-color: #EEEEEE;
}

.board_search_select_box .selecionado_opcion {
	padding: 0px 0 0px 15px;
	width: calc(100% - 15px);
	display: block;
	margin: 0px;
	cursor: pointer;
	font-size: 15px;
	line-height: 43px;
	font-family: 'dotum';
}