@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('../img/down.png') right center no-repeat;
	background-position	: right 5px center;
}

.top_select_b a.cur
{
	background		: url('../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_input input
{
	font-family		: 'Malgun Gothic', '맑은 고딕', 'AppleGothic', 'Sans-serif';
	font-size		: 14px;
	color			: #282829;
	font-weight		: 700;
	line-height		: 46px;
	width			: 65%;
	padding-left	: 12px;
	border			: none;
	height			: 46px;
}

.top_btn
{
	background		: #5c6066;
	display			: inline-block;
	width			: 57px;
	height			: 46px;
	line-height		: 46px;
	text-align		: center;
	border-radius	: 0 20px 20px 0;
}












.quan_mm2
{
	width				:	1200px; 
	margin-top				:	55px;
	border-left		:	none;
}

.quan_mm2 .section 
{
	padding-bottom	:	20px;
	width				:	16.584%;
	border-left		:	1px solid #cccccc;
	float				:	left;
}


.quan_mm2 .section h2
{
	font-family		:	'Malgun Gothic', '맑은 고딕', 'AppleGothic', 'Sans-serif';
	font-size			:	14px ; 
	color				:	#000;
	font-weight		:	700;
	text-align		: center;
	line-height		:	40px; 
	display			:	block;
	margin-bottom	:	10px;

}

.quan_mm2 .section:hover h2
{
	background: url('../img/line1.png') center 37px no-repeat;

}

.quan_mm2 .section a
{
	font-family		:	'Malgun Gothic', '맑은 고딕', 'AppleGothic', 'Sans-serif';
	font-size			:	13px ; 
	color				:	#454545;
	text-align		: center;
	font-weight		:	600;
	line-height		:	36px; 
	display			:	block;
}
.quan_mm2 .section a:hover
{
	color			: #eb6400;
	text-decoration	:	underline;
}
