main .notice-container {
  border-radius: 25px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 50px 50px;
  margin: 50px auto;
  width: 95%;
  max-width: 900px;
}
main .notice-container .notice-section {
  margin-bottom: 30px;
  text-align: center;
}
main .notice-container .notice-section .notice-title {
  font-size: 1.5rem;
  font-weight: 600;
  display: inline-block;
  border-bottom: 1px solid #aaa;
  margin-bottom: 10px;
}
main .notice-container .notice-section .notice-content {
  font-size: 0.95rem;
  line-height: 1.5rem;
  text-align: left;
  list-style: disc;
}

/*# sourceMappingURL=notice.css.map */
