html,body {
  font-family: 'Nanum Gothic', sans-serif !important;
}
ul, ol {
	padding: 0;
	margin: 0;
	list-style: none;
}
a {
	color: inherit;
}
a:hover {
	color: inherit;
}
a.alink {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
}

.pagination-custom {
  height: 40px;
  text-align: center;
}
.pagination-custom div a {
  position: absolute;
  color: inherit;
  font-size: 14px;
  height: 40px;
  left: 0; right: 0;
  margin: auto;
}
.pagination-custom div i {
  font-size: 22px;
  line-height: 40px;
}
.pagination-custom div {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  margin: 0 2px;
  color: #7e7e7e;
  line-height: 40px;
}
.pagination-custom .pagination-number {

}
.pagination-custom .pagination-edge {

}
.pagination-custom .pagination-current {
  color: #18a689;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 2px solid #18a689;
}
.pagination-empty {
  padding: 30px 0;
  color: #999;
  text-align: center;
}