ul {
  list-style: disc;
  margin-left: 20px;
}
.static-content {
  width: 70%;
  margin: 0 auto;
  background: linear-gradient(to bottom, #ffffff, #ffffff99);
  border-radius: 24px;
  padding: 40px 0px 50px;
  color: #222;
  font-size: 16px;
  line-height: 1.8;
  word-break: break-word;
  margin-top: 20px;
  border: 2px solid #fff;
  margin-bottom: 100px;
  /* max-height: 70vh;
  overflow: auto; */
}
.s .static-content {
  width: 92%;
  padding: 14px 16px 30px;
  border-radius: 16px;
}
.static-body {
  width: 70%;
  margin: 0 auto;
  font-size: 16px;
  color: #222;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 1.4px;
}
.s .static-body {
  font-size: 13px;
  width: 100%;
  line-height: 1.6;
  letter-spacing: 1.2px;
}
.static-header {
  display: flex;
  gap: 14px;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  padding-bottom: 12px;
  border-bottom: 4px dotted #40cbff;
}
.s .static-header {
  font-size: 16px;
  padding-bottom: 8px;
  margin-bottom: 20px;
}
.heading-lv3 + .heading-lv3 {
  margin-top: 70px;
}
.s .heading-lv3 + .heading-lv3 {
  margin-top: 40px;
}
.static-body h4 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 700;
  margin-top: 30px;
}
.s .static-body h4 {
  font-size: 14px;
  margin-top: 20px;
}
.static-body h4::before {
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #27c5ff 10%, #006ed6 50%);
}
.s .static-body h4::before {
  width: 10px;
  height: 10px;
}
.static-body a {
  color: #222;
  text-decoration: underline;
}
.static-body a:hover {
  color: #0c72be;
}
.notice-main-content-link-item {
  display: flex;
  margin-top: 16px;
  width: 100%;
}
.s .notice-main-content-link-item {
  flex-direction: column;
  margin-top: 12px;
  gap: 4px;
}
.notice-main-content-link .notice-main-content-link-item-title {
  width: 35%;
  font-weight: 700;
}
.s .notice-main-content-link .notice-main-content-link-item-title {
  width: 100%;
}
.notice-main-content-link .notice-main-content-link-item-text {
  width: 65%;
}
.s .notice-main-content-link .notice-main-content-link-item-text {
  width: 100%;
}
.achievement-check-table-wrapper {
  overflow-x: auto;
  margin-top: 20px;
}
.achievement-check-table {
  width: 100%;
  max-width: 900px;
  border-collapse: collapse;
  font-size: 14px;
}
.s .achievement-check-table {
  font-size: 12px;
  min-width: 600px;
}
.achievement-check-table th,
.achievement-check-table td {
  padding: 8px;
  border: 1px solid #ccc;
  text-align: left;
}
.s .achievement-check-table th,
.s .achievement-check-table td {
  padding: 6px 4px;
}
.achievement-check-table th {
  background-color: #f0f0f0;
  font-weight: 700;
}
.achievement-check-table td:nth-child(1),
.achievement-check-table td:nth-child(3),
.achievement-check-table td:nth-child(4),
.achievement-check-table td:nth-child(5) {
  text-align: center;
}
