.wrap {
	*zoom: 1;
	
	font-family: '나눔고딕';
}
.wrap::after {
	content: '';
	display: block;
	clear: both;	
}
.content {
	width:calc(100% - 240px);
	/* Firefox */
	width: -moz-calc(100% - 240px);
	/* WebKit */
	width:: -webkit-calc(100% - 240px);
	/* Opera */
	width: -o-calc(100% - 240px);
	/* Standard */
	width: calc(100% - 240px);
}
.product_section {
	width:1000px;
}
.product_section .event_box {
	width:860px;
	margin-left: 90px;
	padding: 20px 0px 30px 0px;
	text-align:left;
}
/* 로딩박스 */
.excel_download_section div.loading_box {
	display: block;
	width: 100%;
	height: 0px;
	border: 0;
	text-align: left;
	overflow: hidden;
	transition: all 0.3s ease-out 0s;
	
	margin-top: 10px;
}
.excel_download_section div.loading_box span.loading_text {
	display: inline-block;
	height: 64px;
	line-height: 64px;
	vertical-align: top;
	letter-spacing: 1px;
	
	font-size: 44px;
	
	margin-left: 15px;
}
.event_btn2 {
	margin-left: 40px;
}

.dbc_event_banner{
    width: 1000px;
    padding-top: 40px;
    padding-left: 20px;
}