/* ===== 산불 섹션 새 구조 ===== */
.wf-box {
  background: #fff;
}

.wf-lead {
  margin: 0 0 12px;
  line-height: 1.7;
  color: #222;
}

/* 각 블록 */
.wf-block {
  margin-top: 12px;
}

.wf-head {
  margin: 0 0 6px;
  font-weight: 800;
  color: #0b4da2;
}

/* ▷ 리스트 스타일 */
.wf-list {
  list-style: none; /* 기본 ● 제거 */
  padding-left: 0;
  margin: 0;
}

.wf-list li {
  position: relative;
  padding-left: 18px; /* 아이콘 공간 */
  margin: 4px 0;
  line-height: 1.75;
}

.wf-list li::before {
  content: '▷';
  position: absolute;
  left: 0;
  top: 0;
  color: #000;
  font-weight: 700;
}

/* 단락 텍스트 */
.wf-text {
  margin: 0;
  line-height: 1.75;
}

.wf-note {
  color: #666;
  font-size: 0.92em;
  margin-left: 4px;
}

/* 신고 안내 박스 */
.wf-callout {
  margin-top: 14px;
  padding-top: 0;
  border-top: none;
}

.wf-callout-title {
  margin-bottom: 6px;
  font-weight: 800;
  color: #0b4da2;
}

.wf-callout-body {
  line-height: 1.7;
  color: #222;
}

/* 제목 앞 파란 동그라미 */
.wf-head {
  position: relative;
  padding-left: 18px;
  font-weight: 800;
  color: #0b4da2;
}

.wf-head::before {
  content: '○';
  position: absolute;
  left: 0;
  top: 0;
  color: #0b4da2;
  font-weight: 800;
}
/* ===== 파란 동그라미 제목 ===== */
.gf-head {
  position: relative;
  padding-left: 18px;
  font-weight: 900;
  color: #0b4da2;
  margin-bottom: 6px;
}

.gf-head::before {
  content: '○';
  position: absolute;
  left: 0;
  top: 0;
  color: #0b4da2;
  font-weight: 900;
}

/* ===== ▷ 삼각형 리스트 ===== */
.gf-tri-list {
  list-style: none;
  margin: 4px 0 12px;
  padding: 0;
}

.gf-tri-list li {
  position: relative;
  padding-left: 18px;
  margin: 4px 0;
  line-height: 1.7;
  font-weight: 600;
}

.gf-tri-list li::before {
  content: '▷';
  position: absolute;
  left: 0;
  top: 0;
  color: #000;
  font-weight: 800;
}

.gf-event-title {
  font-weight: 800;
}

.gf-colon {
  margin-right: 4px;
}

.gf-sports {
  font-weight: 400; /* 얇게 */
}

/* : 뒤 텍스트는 검정 + 기본 굵기 */
.wf-inline {
  color: #222;
  font-weight: 400;
}

/* 파란 안내 박스 */
.blue-box {
  margin-top: 14px;
  padding: 12px 14px;
  background: #d8edf7;
  border-radius: 8px;
  font-weight: 600;
  line-height: 1.7;
}

/* 붉은 강조 */
.highlight-red {
  color: #d32f2f;
  font-weight: 800;
}

/* 파란 강조 */
.highlight-blue {
  color: #0076c8;
  font-weight: 800;
}

/* 하늘 강조 */
.highlight-sky {
  color: #00bfff;
  font-weight: 800;
}

.blue-box {
  margin-bottom: 14px;
  padding: 12px 14px;
  background: #d8edf7;
  border-radius: 8px;
  line-height: 1.7;
  font-weight: 600;
}

.highlight-pink {
  color: #ff2a8a;
  font-weight: 800;
}

.highlight-blue {
  color: #0076c8;
  font-weight: 800;
}

.table-container table {
  border-top: 1px solid #e3e3e3;
}

.table-container table td,
.table-container table th {
  text-align: center;
  vertical-align: middle;
}
