.table {
  width: 100%;
  border-top: 1px solid #fed136;
}

@media screen and (max-width: 568px) {
  .table {
    width: calc( 100% + 40px );
    margin-left: -20px;
  }
}

.table th {
  background-color: rgba(254, 209, 54, 0.6);
  height: 60px;
  border-bottom: 1px solid #fed136;
  color: #666;
  font-weight: normal;
}

.table td {
  text-align: center;
  height: 50px;
  border-bottom: 1px solid #f0f0f0;
  color: #888;
}

.table td a {
  color: #888;
}

.table td a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 568px) {
  .table .date {
    font-size: 12px;
  }
}

.sub__top__bg {
  background-image: url("/resources/imgs/notice/bg_top.jpg");
}

