@charset "utf-8";


.top_select
{
	position		: relative;
	display			: inline-block;
	width			: 120px;
	height			: 46px;
	float			: left;
}

.top_select
{
	
}

.top_select_b a
{
	display			: block;
	font-family		: 'Malgun Gothic', '맑은 고딕', 'AppleGothic', 'Sans-serif';
	font-weight		: 700;
	font-size		: 14px;
	color			: #282829;
	line-height		: 46px;
	padding-left	: 26px;
	background		: url('https://cdn2.domeggook.com/service-assets/domeme/search/common/design/img/down.png') right center no-repeat;
	background-position	: right 5px center;
}

.top_select_b a.cur
{
	background		: url('https://cdn2.domeggook.com/service-assets/domeme/search/common/design/img/up.png') right center no-repeat;
	background-position	: right 5px center;
}

.top_select2
{
	position		: absolute;
	top				: 40px;
	padding-top		: 6px;
	left			: 15px;
	width			: 100px;
	display			: none;
}

.top_select2_brd
{
	border			: 1px solid #212121;
	border-radius	: 0px;
	padding			: 5px 0; 
	background		: #fff;
	/*box-shadow		: 0px 20px 20px rgba(0, 0, 0, 0.1);*/
}

.top_select2 a
{
	display			: block;
	font-family		: 'Malgun Gothic', '맑은 고딕', 'AppleGothic', 'Sans-serif';
	font-weight		: 600;
	font-size		: 14px;
	color			: #212121;
	text-align		: left;
	padding-left	: 16px;
	line-height		: 28px;

}

.top_select2 a:hover
{
	text-decoration	: none;
	color			: #000;
	font-weight		: 600;
	background		: #dddddd;

}

.top_input
{
	
	width			: 600px;
	border			: 2px solid #5c6066;
	border-radius	: 50px;
	
}



.top_btn
{
	background		: #5c6066;
	display			: inline-block;
	width			: 57px;
	height			: 46px;
	line-height		: 46px;
	text-align		: center;
	border-radius	: 0 20px 20px 0;
}