/* 
http://www.ybyin.com 
2018-03-02
*/

/* ----------------------------   从下到上 -----------------------------------*/

.Family_list {position:relative; width:290px; top:60px; }

.menu_list { position:absolute; overflow:hidden;width:100%;}


.menu_list .menu_head {
	position:absolute; z-index:2; bottom:0px; width:100%; background:#fff;
}
.menu_list .menu_head a{
	background:url('../Family_site/over01.jpg') right center no-repeat#fff; display:block;
	font-family		:	'Nanum Gothic', '나눔고딕', 'AppleGothic', 'sans-serif';
	border:1px solid #e5e5e5; text-decoration:none;
	font-size:20px; color:#303030;line-height:60px; padding-left:20px;
}

.menu_list .current a{background:url('../Family_site/out01.jpg') right center no-repeat#fff; }
.menu_list .menu_body div {padding:5px 0; border:1px solid #cecece;}
.menu_list .menu_body {position:absolute;z-index:1;  background:#fff; width:100%; top:-1px;}
.menu_list .menu_body a
{
	font-family		:	'Nanum Gothic', '나눔고딕', 'AppleGothic', 'sans-serif';
	display:block; padding-left:10px; color:#a7a7a7; line-height:30px; font-weight:normal; font-size:16px; 
 }










/* ----------------------------   从 上到下 -----------------------------------

.Family_list {top:0px}
.menu_list {overflow:visible;}
.menu_list .menu_head {top:0px;}
.menu_list .menu_body {top:26px; display:none;}
.menu_list .menu_head a {background:url('../Family_site/out01.jpg') right center no-repeat#fff;}
.menu_list .current a {background:url('../Family_site/over01.jpg') right center no-repeat#fff;}*/

