.news-wrapper {
  max-width: min(90%, 1500px);
  margin: 0 auto;
  padding: 60px 40px;
  font-family: 'Noto Sans KR', sans-serif;

}
@media  (min-width: 320px) and (max-width: 767px){
	.news-wrapper {max-width:100%;padding:10px}
	.news-filter {min-width:100%}
	.news-line {display:block !important}
}
.news-filter {
  margin-bottom: 20px;
	width:10%;
}

.news-filter select {
  padding: 10px 10px;
  font-size: 18px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fafafa;
  color: #333;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.news-filter option:hover, .news-filter option:active, .news-filter option:focus{
	background-color:#0cb4ce !important
}

.news-line {
  display: grid;
  grid-template-columns: 120px 1fr 100px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid #eee;
}

.news-line:first-child {
  border-top: 1px solid #333;
}
.news-line:last-child {
  border-bottom: 1px solid #333;
}
.news-line a {
  display: contents;
  text-decoration: none;
  color: #333;
}

.news-category {
  font-weight: 500;
  color: #0cb4ce
;
}

.news-headline {
  font-size: 20px;
  font-weight: 600;
  padding-left: 10px;
}

.news-date {
  font-size: 18px;
  color: #888;
  text-align: right;
	font-family:'Open Sans', sans-serif;
	Font-weight:300;
}

.load-more-wrapper {
  text-align: center;
  margin-top: 40px;
}

#load-more {
  padding: 10px 24px;
  font-size: 18px;
  background: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
}

#load-more:hover {
  background: #e0e0e0;
}
.pagination {
  text-align: center;
  margin-top: 40px;
}

.pagination a,
.pagination span {
  display: inline-block;
  margin: 0 5px;
  padding: 8px 12px;
  font-size: 16px;
  color: #515151;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-decoration: none;
}

.pagination .current {
  background-color: #0cb4ce;
  color: #fff;
  border-color: #0cb4ce;
}