*{
	margin: 0;
	padding: 0;
}

.cf:after{
	content:"";
	display: block;
	clear: both;
}

.fl{
	float: left;
}

li{
	list-style: none;
}

ul{
	width: 800px;
	height: auto;
}

ul li{
	position: relative;
	top: 100px;  /* 포지션 메뉴 위치 선정*/
	left: 300px; /* 포지션 메뉴 위치 선정*/
	margin: 0 10px;
	padding: 2% 0px;
	height: 100%;
	text-align: center;
}

.bd{
	position: absolute;
	width: 0%; /* 가로 선값을 0으로 해놓고 스크립트에서 늘어나게 설정한다. */
	height: 1px; /* 선의 높이 즉 두께 */
	left: 50%;
	bottom: 0; /* 10px 주면 글씨 바로 아래 라인이 붙게 된다. */
	background: #000;
}
