.notice-single-page {
  padding: 80px 0 140px;
}
@media (max-width: 870px) {
  .notice-single-page {
    padding: 40px 0 80px;
  }
}
.notice-single-page .return-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #0F1A45;
  font-weight: bold;
  margin-bottom: 30px;
}
.notice-single-page .return-btn .circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0F1A45;
}
.notice-single-page .notice-article {
  background: #fff;
  border-top: 2px solid #0F1A45;
  padding-top: 28px;
}
.notice-single-page .notice-date {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #666;
  margin-bottom: 14px;
}
.notice-single-page .notice-title {
  font-size: 34px;
  line-height: 1.4;
  margin: 0 0 32px;
  color: #0F1A45;
}
@media (max-width: 870px) {
  .notice-single-page .notice-title {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.notice-single-page .notice-content {
  font-size: 16px;
  line-height: 2;
  color: #0F1A45;
}
.notice-single-page .notice-content p {
  margin-bottom: 1.2em;
}/*# sourceMappingURL=single-notice.css.map */