/* Page css : home */

ul.content_list {
	width : 100%;
	position :relative;
}
ul.content_list > li {
	overflow: hidden;
	background-color : rgb(245,245,245);
	background-image: url(../../../images/common/loading.gif);
	background-position: center;
	background-repeat: no-repeat;
}
ul.content_list > li >  a > img {
	width : 100%;
	width : 100%;
}
ul.content_list > li.more >  a {
	display : block;
	height: 100%;
	width : 100%;
	background-color : rgb(240,240,240); 
}
ul.content_list > li.more >  a > span {
	display : block;
	position : absolute;
	margin-top : -0.55em;
	top : 50%;
	width : 100%;
	font-family: "FuturaHeavy", "NanumGothicBold";
	text-align: center;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 0.18em;
}
ul.content_list > li.more >  dl > dt {
	font-family: "FuturaHeavy", "NanumGothicBold";
	font-size: 1em !important;
	margin-bottom : -1em !important;
}
