@charset "utf-8";

#main.notice-detail-page .section.bg-f {
  padding: 40px;
}

.notice-detail-page .article {
  margin-bottom: 40px;
}

.notice-detail-page .article-title {
  padding: 16px 20px;
  background: #f5f7fa;
  border-top: 2px solid #292929;
  border-bottom: 2px solid #292929;
}

.notice-detail-page .article-title h2 {
  font-weight: 800;
  color: var(--color-6);
}

.notice-detail-page .article-content {
  line-height: 1.87;
  padding: 70px;
  border-bottom: 2px solid #292929;
}

.notice-detail-page .button-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
