.notice-page {
  background: #fff;
}

.notice-main {
  padding-bottom: 72px;
}

.notice-search {
  margin-bottom: 24px;
}

.notice-list {
  overflow: hidden;
  border-top: 2px solid #193754;
  border-bottom: 1px solid #dfe8f2;
}

.notice-card {
  margin: 0;
  border-bottom: 1px solid #e4ebf3;
  background: #fff;
  transition: background-color .2s ease;
}

.notice-card:last-child {
  border-bottom: 0;
}

.notice-card:hover {
  background: #f8fbff;
}

.notice-card__link {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 44px;
  gap: 24px;
  align-items: center;
  padding: 27px 22px;
  color: inherit;
}

.notice-card__content {
  min-width: 0;
}

.notice-card__meta {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 9px;
  color: #7b899a;
  font-size: 13px;
}

.notice-card__meta > span {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  padding: 3px 9px;
  border-radius: 999px;
  background: #edf5ff;
  color: #146be8;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
}

.notice-card__meta time {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.notice-card__title {
  margin: 0 0 9px;
  color: #122b49;
  font-size: 20px;
  font-weight: 750;
  line-height: 1.45;
  letter-spacing: -.025em;
}

.notice-card__summary {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: #5d6c7e;
  font-size: 15px;
  line-height: 1.7;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.notice-card__arrow {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid #dce6f0;
  border-radius: 50%;
  color: #4f6680;
  background: #fff;
  transition: color .2s ease, border-color .2s ease, transform .2s ease;
}

.notice-card__link:hover .notice-card__title,
.notice-card__link:focus-visible .notice-card__title {
  color: #146be8;
}

.notice-card__link:hover .notice-card__arrow,
.notice-card__link:focus-visible .notice-card__arrow {
  border-color: #9fc3f4;
  color: #146be8;
  transform: translateX(3px);
}

.notice-card__link:focus-visible {
  outline: 3px solid rgba(20, 107, 232, .2);
  outline-offset: -3px;
}

.notice-empty {
  border: 0;
  border-radius: 0;
}

.notice-pagination {
  margin-top: 32px;
}

.notice-detail-main {
  padding-bottom: 72px;
}

.notice-article {
  max-width: 920px;
}

.notice-detail-page .content-article__header {
  position: relative;
}

.notice-detail__badge {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  margin-right: 10px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #edf5ff;
  color: #146be8;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
}

.notice-richtext {
  min-height: 260px;
}

.notice-richtext > :first-child {
  margin-top: 0;
}

.notice-detail-actions {
  margin-top: 42px;
}

@media (max-width: 767.98px) {
  .notice-main {
    padding-top: 28px;
    padding-bottom: 52px;
  }

  .notice-card__link {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    padding: 23px 4px;
  }

  .notice-card__title {
    font-size: 18px;
  }

  .notice-card__summary {
    font-size: 14px;
  }

  .notice-card__arrow {
    display: none;
  }

  .notice-detail-main {
    padding-bottom: 52px;
  }

  .notice-richtext {
    min-height: 180px;
  }

  .notice-detail-actions {
    margin-top: 30px;
  }
}
