광주 주요 스토리
<html>
STORY DATA
주요 스토리(전체 리스트)
광주를 대표하는
소재 중심의
짧은 이야기
<a href="javascript:void(0);" onclick="toggleTable()" style="font-size: 0.95em; color: #0366CC; text-decoration: none;">▶ 전체 리스트 펼치기</a>
<script>
function toggleTable() {
var t = document.getElementById("tableArea");
if (t.style.display === "none") {
t.style.display = "block";
} else {
t.style.display = "none";
}
}
</script>
STORY DATA
카테고리별로 만나는 주요 스토리
<button type="button" class="filter-btn">종교</button>
<button type="button" class="filter-btn">문화</button>
<button type="button" class="filter-btn">경제</button>
<butt