/* section1Bottom.css: 레이아웃 관련 스타일만 포함 */
.section1-bottom {
  padding: 10px;
  margin-top: 10px;
  /* 색상 관련 속성은 color.css에서 지정 */
}

.section1-bottom .theme-map-wrapper {
  text-align: center;
}

.section1-bottom .theme-map-wrapper .section-title {
  font-size: 1rem;
  margin-bottom: 10px;
}

.map-container {
  border-radius: 4px;
  overflow: auto;
}

.theme-map-wrapper {
  height: 100%;
}

/* 테마뷰 전체 컨테이너 */
.treemap-box {
    position: relative;
    overflow: auto;
  height: 100%;
}

.map-container {
  height: calc(95% - 50px);
}