@charset "utf-8";

#footer 
{
	border-top		: 1px solid #E0E0E0;
	border-bottom	: 1px solid #E0E0E0;
	height			: 69px;
}

#footer ul.ufl li
{
	padding			: 0px 9px 0px 8px;
	border-left		: 1px solid #e0e0e0;
}

#footer ul.ufl
{
	margin-top		: 24px;
	float			: left;
}

#footer ul.ufl li:first-child
{
	padding-left	: 0px;
	border-left		: 0px solid #e0e0e0;
}

#footer a
{
	font-family		: 'Noto Sans KR', '노토산스', 'AppleGothic', 'Sans-serif';
	font-weight		: 400;
	font-size		: 14px;
	color			: #000;
	letter-spacing	: -1px;
}






#family_site .family_open
{
	font-family		: 'Noto Sans KR', '노토산스', 'AppleGothic', 'Sans-serif';
	font-weight		: 400;
	color			: #000;
	font-size		: 14px;	
	letter-spacing	: -1px;
	padding-left	: 8px;
	display			: block;
	border			: 1px solid #9E9E9E;
	line-height		: 36px;
	height			: 36px;
	border-radius	: 4px;
	background		: url('../img/menu/f_btn1.svg') center left no-repeat;
	background-position : 90% 8px;

	
}

#family_site
{
	position		: relative;
	width			: 112px;
	top				: 16px;
}

#family_site ul li a
{
	font-family		: 'Noto Sans KR', '노토산스', 'AppleGothic', 'Sans-serif';
	font-weight		: 300;
	color			: #212121;
	font-size		: 14px;
	line-height		: 30px;
	padding-left	: 16px;
	display			: block;
}

#family_site ul li a:hover
{
	font-weight		: 700;
	color			: #212121;	
}

#family_site ul
{
	position		: absolute;
	width			: 100%;
	background		: #fff;
	border			: 1px solid #9E9E9E;
	padding			: 5px 0;
	border-radius	: 4px;

}

#family_site .dropdownSingle
{
	width			: 100%;
	padding-top		: 6px;
}

.foot_text1
{
	font-family		: 'Noto Sans KR', '노토산스', 'AppleGothic', 'Sans-serif';
	font-weight		: 700;
	color			: #000;
	font-size		: 14px;
	line-height		: 250%;
	letter-spacing	: -1px;
	display			: block;
}

footer p
{
	font-family		: 'Noto Sans KR', '노토산스', 'AppleGothic', 'Sans-serif';
	font-weight		: 300;
	color			: #000;
	font-size		: 14px;
	line-height		: 150%;
	letter-spacing	: -1px;
	display			: block;
}

.foot_button
{
	font-family		: 'Noto Sans KR', '노토산스', 'AppleGothic', 'Sans-serif';
	font-weight		: 400;
	color			: #212121;;
	font-size		: 12px;
	background		: #fff;
	height			: 25px;
	padding			: 2px 8px 5px 8px;
	border-radius	: 4px;
	border			: 1px solid #E0E0E0;
}


footer address
{
	font-family		: 'Noto Sans KR', '노토산스', 'AppleGothic', 'Sans-serif';
	font-weight		: 300;
	color			: #616161;
	font-size		: 12px;
	line-height		: 150%;
	border-top		: 1px solid #E0E0E0;
	font-style		: normal;
	padding			: 40px 0 80px 0;
	margin-top		: 40px;
}


