@font-face{
font-family:"Nanum Gothic";
src:url('../fonts/NanumGothic.eot');
src:url('../fonts/NanumGothic.eot?#iefix') format('embedded-opentype'),
url('../fonts/NanumGothic.woff') format('woff'),
url('../fonts/NanumGothic.ttf') format('truetype');
url('../fonts/NanumGothic.svg#NanumGothic') format('svg')
src:local(※), url('/fonts/NanumGothic.woff') format('woff');
}

#latest {
    clear: both;
    float: left;
	margin:0;
    padding: 0px;
    width: 300px;
    height:150px;
	position:relative;
}
#latest dt.latestblue {
    height: 10px;
    width:286px;;
	padding:10px 8px 5px;
	margin-bottom:15px;
	font-size:14px;
	font-weight:bold;
	font-family:'Nanum Gothic', sans-serif;
}
#latest dt.latestblue a {text-decoration:none;}
#latest dt.latestblue a span{float:right;color:#dbdbdb;}
#latest dt.latestblue a span:hover{color:#f2cdc1;}
#latest dd {
    background:url("dot.gif") no-repeat 2px 6px;
    color: #7b7979;
    font-size: 12px;
	margin:0px 0px 0px 20px;
    padding: 0 0 10px 9px;
}
#latest dd a {
    color: #7b7979;
    font-size: 12px;
}