ul#new_list {
  font-size: 12px; /* 전체 글자 크기 설정 */
  padding: 0;
  margin: 0;
  list-style: none;
}

li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-bottom: 1px solid #eee;
}

.thumb img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 4px;
}

.new_tit {
  font-weight: bold;
  color: #333;
  display: block;
  margin-bottom: 5px;
}

.excerpt {
  color: #666;
  margin-bottom: 5px;
}

.newli_info {
  color: #999;
  font-size: 11px; /* 정보 영역은 살짝 작게 */
}

.today-highlight {
  background: #ffffff;
  border-left: 5px solid #ff9800;
}

.notice-highlight {
  background-color: #e8f4fd;
  border-left: 5px solid #2196F3;
}

.banner {
  color: #8cc152;
  text-align: center;
  padding: 10px;
  margin-top: 10px;
  font-size: 13px;
}