/* 차트 이미지 (임시) */
.cf-chart {
  text-align: center;
}
.cf-chart img {
  width: 100%;
  max-width: 100%;
}

/* 지도 이미지 임시 */
.cf-map-wrap .cf-map img {
  width: 100%;
  max-width: 100%;
}

.cf-map-wrap .cf-table-box {
  max-height: none;
}

.cf-map-wrap .cf-map-legend {
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  z-index: 9;
}

.cf-map-legend .color01 {
  background: #eef2f9;
}
.cf-map-legend .color02 {
  background: #c7d2e5;
}
.cf-map-legend .color03 {
  background: #8398bd;
}
.cf-map-legend .color04 {
  background: #44649d;
}
.cf-map-legend .color05 {
  background: #1246a3;
}
