.news-archive {
  background-color: #077695;
  border: 2px solid #0B6078;
}
.news-archive h6 {
  color: #FFCB00;
}
.news-archive .news-archive-days {
  border-bottom: 1px solid #C2C2C2;
}
.news-archive .news-archive-days a {
  text-decoration: none;
}
.news-archive .news-archive-days a span {
  color: #ffffff;
  font-size: 15px;
}
.news-archive .news-archive-days a .new-archive-date {
  color: #FFCB00;
  font-size: 12px;
}
.news-archive .news-archive-days a .new-archive-subcat {
  color: #FFF;
  font-size: 12px;
}
.news-archive .archive-news-btn {
  font-size: 16px;
  cursor: pointer;
  border: 2px solid #0B6078;
  border-radius: 3px;
  background: #fff;
  color: #fff;
  padding: 1px;
  top: 0px;
}
.news-archive .archive-news-btn .inner-btn {
  background: #0B6078;
  border-radius: 3px;
  padding: 5px 10px;
}

.road-weather-announcment {
  scroll-behavior: smooth;
}
.road-weather-announcment .road-weather-announcment-body {
  line-height: 30px;
  font-size: 14px;
}
.road-weather-announcment .road-weather-announcment-body .road-weather-announcment-timing {
  background-color: rgba(14, 159, 200, 0.3);
  border: 2px solid #077695;
}
.road-weather-announcment .road-weather-announcment-body .road-weather-announcment-date {
  color: #04ABD9;
  font-size: 20px;
}
.road-weather-announcment .road-weather-announcment-body .road-weather-annoucment-style {
  border: 1px solid #707070;
  color: #413e3e;
}
.road-weather-announcment .road-weather-announcment-body .road-weather-announcment-last {
  background-color: rgba(255, 125, 25, 0.2);
  border: 2px solid #FF6745;
}
.road-weather-announcment .road-weather-announcment-body .road-weather-announcment-last span {
  color: #1E1D1D;
}
.road-weather-announcment .road-weather-announcment-body .road-weather-announcment-last .road-weather-announcment-last-predict-site {
  font-size: 20px;
  color: #053B4A;
}
