@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Nanum+Gothic&display=swap");

* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
}

html {
  overflow-y: scroll;
  overflow-x: hidden;
}

body {
  font-family: "Nanum Gothic", sans-serif;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  border: 0;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

section {
  width: 100%;
  height: auto;
  margin-top: 70px;
}

#all_map {
  width: 1600px;
  margin: 0 auto;
}

#left_subpage {
  float: left;
  width: 250px;
}

#left_subpage .top {
  height: 130px;
  background-color: #58b532;
  color: #fff;
  font-size: 28px;
  text-align: center;
  line-height: 130px;
  font-weight: 700;
}

.accordion dl {
  width: 250px;
}

.accordion dt {
  height: 35px;
  line-height: 35px;
  padding: 5px 10px;
  background: #fff url(../images/bg.png) repeat-y 100% 0;
  color: #3b3b3b;
  margin-bottom: 3px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}

.accordion dt > a {
  color: #3b3b3b;
  margin-bottom: 0;
}

.accordion dd {
  padding: 8px 10px 12px;
  width: 230px;
  margin: -3px 0 3px;
  background-color: #f4ffef;
  border-bottom: 1px solid #ccc;
}

.accordion dd > a {
  line-height: 35px;
  color: #3b3b3b;
}

.accordion dd > a::before {
  content: "•";
  color: #58b532;
}

/* 초기 상태에서 dd 숨기기 */
.accordion dd {
  display: none;
}

/* show 클래스가 추가되면 dd를 표시 */
.accordion dd.show {
  display: block;
}

/* 기본 상태 화살표 */
.accordion dt::after {
  content: "▼";
  font-size: 10px;
  float: right;
  margin-right: 10px;
  transition: transform 0.2s ease;
}

.accordion dt.no-arrow::after {
  content: "";
}

/* 활성화 상태 화살표 (▲) */
.accordion dt.active::after {
  content: "▲";
}

#map_info {
  width: 1000px;
  float: left;
  margin-left: 100px;
}

#map {
  width: 100%;
}

#map > h1 {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: solid 2px #58b532;
}

/* 날씨 위젯 */
.api {
  float: right;
  margin: 15px 0;
  width: auto;
}

.temp_info {
  width: auto;
  display: inline-block;
  text-align: right;
}

.temp_info .cname::before {
  content: "현재 날씨ㅣ";
  color: #f28f00;
  font-weight: bold;
}

.temp_info > div {
  width: auto;
  float: left;
  margin-left: 5px;
}

#table_center {
  float: left;
}

#table_center > #text_table {
  width: 100%;
  float: left;
}

#table_center > #text_table:first-child {
  margin-bottom: 50px;
}

#table_center > #text_table:last-child {
  margin-bottom: 50px;
}

#table_center > #text_table > h3 {
  margin-bottom: 15px;
  color: #58b532;
  font-size: 24px;
  font-weight: 700;
}

#table_center > #text_table tr:nth-child(2n) {
  border-top: 1px solid #fff;
}

#table_center > #text_table th {
  width: 150px;
  background-color: #f28f00;
  padding: 15px;
  color: #fff;
  border-collapse: collapse;
  box-sizing: border-box;
}

#table_center > #text_table td {
  width: 1000px;
  padding: 15px;
  line-height: 30px;
  border-bottom: 1px solid #f28f00;
  border-collapse: collapse;
  box-sizing: border-box;
  letter-spacing: -0.8px;
}

#table_center > #text_table table {
  border-top: 1px solid #f28f00;
  border-left: 1px solid #f28f00;
  border-bottom: 1px solid #f28f00;
  border-collapse: collapse;
}
