.portal-notice {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 1.25rem 0 2.5rem;
}
.portal-notice-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}
.portal-notice-table th,
.portal-notice-table td {
  padding: 0.75rem 0.5rem;
  border-bottom: 1px solid rgba(127, 127, 127, 0.28);
  text-align: left;
  vertical-align: middle;
}
.portal-notice-table thead th {
  font-weight: 700;
  font-size: 0.82rem;
  opacity: 0.7;
}
.portal-notice-no {
  width: 4.5rem;
  text-align: center;
  white-space: nowrap;
  opacity: 0.75;
}
.portal-notice-date {
  width: 7.5rem;
  white-space: nowrap;
  opacity: 0.75;
}
.portal-notice-table td.portal-notice-no,
.portal-notice-table th.portal-notice-no,
.portal-notice-table td.portal-notice-date,
.portal-notice-table th.portal-notice-date {
  text-align: center;
}
.portal-notice-table a {
  color: inherit;
  font-weight: 600;
  text-decoration: none;
}
.portal-notice-table a:hover {
  text-decoration: underline;
}
.portal-notice-empty {
  text-align: center;
  opacity: 0.65;
  padding: 2rem 0.5rem !important;
}
.portal-notice-crumb {
  margin: 0 0 0.6rem;
  font-size: 0.88rem;
}
.portal-notice-crumb a {
  color: inherit;
  text-decoration: none;
  opacity: 0.75;
}
.portal-notice-crumb a:hover {
  text-decoration: underline;
}
.portal-notice-meta {
  margin: 0.35rem 0 1.25rem;
  font-size: 0.88rem;
  opacity: 0.7;
}
.portal-notice-body {
  white-space: pre-wrap;
  line-height: 1.75;
  word-break: break-word;
}
