@font-face {
	font-family: 'NanumGothic';
	font-style: normal;
	font-weight: normal;
	src: url('http://commondatastorage.googleapis.com/fontfacekr-fonts/NanumGothic.eot');
	src: local('NanumGothic'), local('나눔고딕'), url('http://commondatastorage.googleapis.com/fontfacekr-fonts/NanumGothic.woff') format('woff');
}

@font-face{
	font-family: 'NanumGothicBold';
	font-style: normal;
	font-weight: bold;
	src: url('../../inc/font/NanumGothicBold.eot');
	src: local('NanumGothicBold'), url('../../inc/font/NanumGothicBold.woff') format('woff'), url('../../inc/font/NanumGothicBold.ttf') format('truetype');
}

/* default setting */
* {margin:0; padding:0; font-family:'NanumGothicBold',돋움,Arial, sans-serif;}
body {
	margin:0; padding:0; 
	font-size:12px; 
	line-height:1.2;
	color:#777; 
}
img, fieldset				{border:0;}
ul, ol							{list-style-type:none;}
dt, dd, h1 ,h2, h3, h4, h5, h6, strong	{padding:0; margin:0; font-weight:normal;}
a, a:link, a:visited, a:hover, a:active {text-decoration:none;}

/* 행사안내 */
#wrapper{position:relative; margin:0 auto; width:1200px; height:800px;}

#info_wrapper{
	display:none; 
	z-index:10; 
	position:absolute; 
	top:185px; left:155px; 
	overflow:auto; overflow-x:hidden; 
	width:900px; height: 560px;
	scrollbar-face-color:#333;
	scrollbar-arrow-color:#fff;
	scrollbar-3dlight-color:#fff;
	scrollbar-track-color:#fff;
	scrollbar-highlight-color:#333;
	scrollbar-shadow-color:#333;
	scrollbar-darkshadow-color:#333;

}
#info_wrapper li{
	position:relative; 
	float:left; 
	margin:0 17px 17px 0;
	width:281px; 
	height:177px;
}
#info_wrapper li.end{margin-right:0;}

#info_wrapper dl{
	margin:17px 19px 0px; 
	width:auto; 
	line-height:18px;
}
#info_wrapper dt{width:auto; color:#000; font-size:14px; font-weight:bold; letter-spacing:-1px; }
#info_wrapper dt a{color:#000;}
#info_wrapper dd{font-size:12px;letter-spacing:-1px}
#info_wrapper dd.date{padding:3px 0 7px; color:#ff8370; font-weight:bold; letter-spacing:-1px}
#info_wrapper dd.top-dot{padding-top:9px; background:url(../images/dot_line.gif) repeat-x 0 0;}

#info_wrapper li.over{background: url(../images/bg_info.jpg) no-repeat 0 0;}
#info_wrapper .over dt a{color:#fff;}
#info_wrapper .over dd.date{color:#ff8370;}
#info_wrapper .over dd{color:#fff;}

#info_wrapper .btn{position:absolute; bottom:12px; left:20px;}