ul.history
{
	margin: 20px 0 0 0;
}

ul.history li
{
	padding: 20px 0 0 0;
	line-height: 24px;
}

ul.history li.first_child
{
	padding: 0 0 0 0;
}

ul.history li span
{
	display: block;
	font-family: Georgia, "Georgia";
	font-size: 26px;
	font-weight: bold;
	color: #977041;
}

ul.history li ul
{
	padding: 0 0 30px 0;
	overflow: hidden;
	background: url("/images/common/bg_dotline.jpg") 0 bottom repeat-x;
}

ul.history li ul.last_child
{
	background: none;
}

ul.history li ul li
{
	clear: both;
	padding: 8px 0 0 0;
}

ul.history li ul li span
{
	float: left;
	width: 97px;
	padding: 6px 0 0 0;
	text-align: left;
	line-height: 19px;
	font-family: "Nanum Gothic", "나눔고딕", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", Gulim, "굴림";
	font-size: 13px;
	font-weight: 700;
	color: #790000;
}

ul.history li ul li ul
{
	padding: 0 0 0 0;
	background: none;
}

ul.history li ul li ul li
{
	padding: 5px 0 0 0;
	line-height: 19px;
}

@media screen and (min-width: 760px)
{
	ul.history li
	{
		padding: 0 0 0 0;
	}

	ul.history li span
	{
		float: left;
		width: 127px;
		padding: 10px 0 0 0;
		text-align: left;
		font-size: 28px;
	}

	ul.history li ul
	{
		padding: 0 0 15px 0;
	}
}