.wrap {
	*zoom: 1;
	
	font-family: '나눔고딕';
}
.wrap::after {
	content: '';
	display: block;
	clear: both;	
}

/* 하단 페이징 */
#remote_con{
	width: 100%;
	background-color: #fff;
	border-top: 1px solid #f9f9f9;
	z-index: 990;
	opacity: 0.85;
	transition: all 0.3s ease-out 0s;
	padding: 15px 0px;
	text-align: center;
}
#remote_con .page_section {
	*zoom:1;
		
	display: flex;
	margin: 0 auto;
}
#remote_con .page_section > li{
	cursor: pointer;
}
#remote_con .page_section > li.btn_page {
	display: block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	text-align: center;

	color: #656565;
	font-size: 12px;

	margin-right: 3px;
}
#remote_con .page_section > li.page_active {
	color: #eee;
	border: 1px solid #333;
	background-color: #333;
}

/* 로딩박스 */
.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;
}

#remote_con .loading_box {
	display: none;
	position: absolute;
	top: 10px;
	right: 10px;
}
#remote_con .loading_box .loading_img {
}
#remote_con .loading_box .loading_text {
	display: none;
	letter-spacing: 2px;
	
	color: #808080;
	font-size: 30px;
	font-weight: 600;
}

.loading_box {
}

.copyright > p {
	line-height: 140%;
	text-align: right;
	
	color: #808080;
	font-size: 12px;
	
	padding: 30px;
	padding-bottom: 15px;
}