.tbl_calendar {
  width: 100%;
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}

.tbl_calendar caption {
  font-weight: bold;
  border-bottom: solid 1px #707070;
  padding-bottom: 5px;
  font-size: 16px;
}


.tbl_calendar .sat {
  color: #6495ed !important;
}

.tbl_calendar .sun,
.tbl_calendar .holiday {
  color: #ef0024;
}

.tbl_calendar td {
  padding: 4px !important;
  text-align: center !important;
  border-bottom: 1px solid #e9eef2 !important;
}

.tbl_calendar th {
  padding: 4px !important;
  text-align: center !important;
  border-bottom: 1px solid #707070 !important;
  background-color: #f8f9fa; !important;
}

.index-news {
  margin-bottom: 24px;
}

.index-news ul li {
    border-bottom: 1px solid #D8DFE4;
    padding: 16px 0;
}

.index-news ul li .news_date {
    color: #484848;
}

.index-news ul li .news_title {
    font-size: 16px;
    line-height: 1.4;
    margin-top: 4px;
}

.index-news ul li .news_title a {
    color: #234B64;
    text-decoration: underline;
}

.index-news ul li .news_title a:hover {
    text-decoration: none;
}



@media screen and (min-width: 768px) {

}

@media screen and (min-width: 992px) {
  .index-news ul li {
      display: flex;
  }
  .index-news ul li .news_date {
    width: 160px;
  }
  .index-news ul li .news_title {
    width: calc(100% - 160px);
    margin-top: 0;
  }
}