@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard-dynamic-subset.min.css");
html {
  height: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  overflow: auto;
  height: 100%;
}
body * {
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-optical-sizing: auto;
}
body.dialog_visible {
  overflow: hidden;
}

body {
  display: flex;
  flex-direction: column;
}

.main {
  padding: 16px 16px 24px;
  background-color: #fff;
}
.main .page_title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 8px;
  min-height: 40px;
}
.main .page_title .depth1 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.25;
  color: #727272;
  letter-spacing: -1px;
  transition: all 0.1s ease-out;
}
.main .page_title .depth2 {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.25;
  color: #0b1215;
  letter-spacing: -1px;
  transition: all 0.1s ease-out;
}

.section_title_wrap {
  display: flex;
  align-items: center;
  gap: 0 16px;
  margin-bottom: 16px;
  margin-top: 40px;
}
.section_title_wrap .section__title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.25;
  color: #444444;
  letter-spacing: -1px;
  transition: all 0.1s ease-out;
  flex-grow: 1;
  margin-top: -10px;
  margin-bottom: 10px;
}
.section_title_wrap .btn--view_more {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  gap: 0 4px;
  min-height: 40px;
  padding: 8px 20px 8px 16px;
  border-radius: 4px;
  transition: all 0.1s ease-out;
  cursor: pointer;
}
.section_title_wrap .btn--view_more .btn_icon,
.section_title_wrap .btn--view_more .btn__icon {
  width: 24px;
  height: 24px;
}
.section_title_wrap .btn--view_more .btn_icon path,
.section_title_wrap .btn--view_more .btn__icon path {
  fill: #444444;
  transition: all 0.1s ease-out;
}
.section_title_wrap .btn--view_more .btn_txt,
.section_title_wrap .btn--view_more .btn__txt {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.33;
  color: #444444;
  transition: all 0.1s ease-out;
  margin-left: 4px;
  transition: all 0.1s ease-out;
}
.section_title_wrap .btn--view_more:hover,
.section_title_wrap .btn--view_more:focus {
  background-color: #f5f7fa;
}
.section_title_wrap .btn--view_more.primary {
  background-color: #1462df;
}
.section_title_wrap .btn--view_more.primary .btn_icon path,
.section_title_wrap .btn--view_more.primary .btn__icon path {
  fill: #fff;
}
.section_title_wrap .btn--view_more.primary .btn_txt,
.section_title_wrap .btn--view_more.primary .btn__txt {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.33;
  color: #fff;
  transition: all 0.1s ease-out;
}
.section_title_wrap .btn--view_more.primary:hover,
.section_title_wrap .btn--view_more.primary:focus {
  background-color: #1257c6;
}
.section_title_wrap .btn--view_more.toner {
  background-color: #fff;
  border: 1px solid #1462df;
}
.section_title_wrap .btn--view_more.toner .btn_icon path,
.section_title_wrap .btn--view_more.toner .btn__icon path {
  fill: #1462df;
}
.section_title_wrap .btn--view_more.toner .btn_txt,
.section_title_wrap .btn--view_more.toner .btn__txt {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.33;
  color: #1462df;
  transition: all 0.1s ease-out;
}
.section_title_wrap .btn--view_more.toner:hover,
.section_title_wrap .btn--view_more.toner:focus {
  background-color: #edf4ff;
}
.section_title_wrap .btn--view_more.outlined {
  border: 1px solid #d2d5da;
  background-color: #fff;
}
.section_title_wrap .btn--view_more.outlined .btn_icon path,
.section_title_wrap .btn--view_more.outlined .btn__icon path {
  fill: #85878b;
}
.section_title_wrap .btn--view_more.outlined .btn_txt,
.section_title_wrap .btn--view_more.outlined .btn__txt {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.33;
  color: #444444;
  transition: all 0.1s ease-out;
}
.section_title_wrap .btn--view_more.outlined:hover,
.section_title_wrap .btn--view_more.outlined:focus {
  background-color: #f5f7fa;
}
.section_title_wrap .btn--view_more.tertiary {
  background-color: #aade14;
}
.section_title_wrap .btn--view_more.tertiary .btn_icon path,
.section_title_wrap .btn--view_more.tertiary .btn__icon path {
  fill: #0b1215;
}
.section_title_wrap .btn--view_more.tertiary .btn_txt,
.section_title_wrap .btn--view_more.tertiary .btn__txt {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.33;
  color: #0b1215;
  transition: all 0.1s ease-out;
}
.section_title_wrap .btn--view_more.tertiary:hover,
.section_title_wrap .btn--view_more.tertiary:focus {
  background-color: #9bd100;
}
.section_title_wrap .btn--view_more[disabled] {
  border: none;
  background-color: #f5f5f5;
}
.section_title_wrap .btn--view_more[disabled] .btn_icon path,
.section_title_wrap .btn--view_more[disabled] .btn__icon path {
  fill: #afafaf;
}
.section_title_wrap .btn--view_more[disabled] .btn_txt,
.section_title_wrap .btn--view_more[disabled] .btn__txt {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.33;
  color: #afafaf;
  transition: all 0.1s ease-out;
}
.section_title_wrap .btn--view_more[disabled]:hover,
.section_title_wrap .btn--view_more[disabled]:focus {
  background-color: #f5f5f5;
}
.section_title_wrap .btn--view_more.outlined {
  background-color: transparent;
}
.section_title_wrap .btn--view_more.outlined:hover,
.section_title_wrap .btn--view_more.outlined:focus {
  background-color: #eceff6;
}

.card {
  display: flex;
  flex-direction: column;
  padding: 10px 20px;
  border-radius: 8px;
  background-color: #fff;
  max-height: 180px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}
.card .title_wrap {
  display: flex;
  gap: 0 8px;
  margin-bottom: 16px;
  flex-direction: column;
  gap: 5px;
}
.card .title_wrap .color_chip {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 4px;
}
.card .title_wrap .card__title {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.33;
  color: #444444;
  transition: all 0.1s ease-out;
}
.card .title_wrap .card__title sub {
  vertical-align: sub;
  font-size: smaller;
}
.card .value {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.25;
  color: #0b1215;
  letter-spacing: -1px;
  transition: all 0.1s ease-out;
}
.card .extra_info_group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 4px;
  margin-top: 4px;
}
.card .extra_info_group .icon--arrow_up {
  display: block;
}
.card .extra_info_group .icon--arrow_up path {
  fill: #00d15d;
}
.card .extra_info_group .icon--no_change {
  display: none;
}
.card .extra_info_group .amount_info {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.33;
  color: #137250;
  transition: all 0.1s ease-out;
}
.card .extra_info_group .comparison_info {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.33;
  color: #727272;
  transition: all 0.1s ease-out;
}
.card .extra_info_group.down .icon--arrow_up {
  transform: rotate(180deg);
}
.card .extra_info_group.down .icon--arrow_up path {
  fill: #e8001f;
}
.card .extra_info_group.down .amount_info {
  color: #e8001f;
}
.card .extra_info_group.equal .icon--arrow_up {
  display: none;
}
.card .extra_info_group.equal .icon--no_change {
  display: block;
}
.card .extra_info_group.equal .icon--no_change path {
  fill: #85878b;
}
.card .extra_info_group.equal .amount_info {
  color: #444444;
}

.main_footer_wrap {
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-top: 1px solid #d2d5da;
}

.main {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background-color: #f5f7fa;
}

.page_title_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 16px;
  margin-bottom: 32px;
}
.page_title_wrap .btn--refresh {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: transparent;
  transition: all 0.1s ease-out;
  cursor: pointer;
}
.page_title_wrap .btn--refresh .btn_icon,
.page_title_wrap .btn--refresh .btn__icon {
  width: 24px;
  height: 24px;
}
.page_title_wrap .btn--refresh .btn_icon path,
.page_title_wrap .btn--refresh .btn__icon path {
  fill: #85878b;
  transition: all 0.1s ease-out;
}
.page_title_wrap .btn--refresh:hover,
.page_title_wrap .btn--refresh:focus {
  background-color: #eceff6;
}
.page_title_wrap .btn--refresh.primary {
  background-color: #1462df;
}
.page_title_wrap .btn--refresh.primary .btn_icon path,
.page_title_wrap .btn--refresh.primary .btn__icon path {
  fill: #fff;
}
.page_title_wrap .btn--refresh.primary:hover,
.page_title_wrap .btn--refresh.primary:focus {
  background-color: #1257c6;
}
.page_title_wrap .btn--refresh.toner {
  border: 1px solid #1462df;
  background-color: transparent;
}
.page_title_wrap .btn--refresh.toner .btn_icon path,
.page_title_wrap .btn--refresh.toner .btn__icon path {
  fill: #1462df;
}
.page_title_wrap .btn--refresh.toner:hover,
.page_title_wrap .btn--refresh.toner:focus {
  background-color: #edf4ff;
}
.page_title_wrap .btn--refresh.warning:hover,
.page_title_wrap .btn--refresh.warning:focus {
  background-color: transparent;
}
.page_title_wrap .btn--refresh.warning:hover .btn_icon path,
.page_title_wrap .btn--refresh.warning:hover .btn__icon path,
.page_title_wrap .btn--refresh.warning:focus .btn_icon path,
.page_title_wrap .btn--refresh.warning:focus .btn__icon path {
  fill: #e8001f;
}

.summary_group {
  display: flex;
  flex-direction: column;
  gap: 32px 0;
  margin-bottom: 32px;
}

.summary--rtu_error .card_list,
.summary--facility_error .card_list,
.summary--inquiry .card_list {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
}

.facility_status_area {
  margin-bottom: 50px;
}
.facility_status_area .chart_group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px 0;
  margin-bottom: 32px;
}
.facility_status_area .legend_list {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
  min-width: 120px;
}
.facility_status_area .legend {
  display: flex;
  align-items: center;
  gap: 0 8px;
}
.facility_status_area .legend .color_chip {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  border-radius: 4px;
}
.facility_status_area .legend .label {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.33;
  color: #444444;
  transition: all 0.1s ease-out;
  flex-grow: 1;
  text-align: left;
}
.facility_status_area .legend .percentage {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.33;
  color: #444444;
  transition: all 0.1s ease-out;
  flex-shrink: 0;
}
.facility_status_area .card_list {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
}
.facility_status_area .color_chip.entire {
  background-color: #ccd0ff;
  padding: 10px;
}
.facility_status_area .color_chip.normal {
  background-color: #c4c3ff;
  padding: 10px;
}
.facility_status_area .color_chip.not_working {
  background-color: #9798f7;
  padding: 10px;
}
.facility_status_area .color_chip.error {
  background-color: #717ad5;
  padding: 10px;
}
.facility_status_area .color_chip.preparing {
  background-color: #565ee9;
  padding: 10px;
}

.energy_area .content_wrap {
  margin-bottom: 40px;
  max-width: 1000px;
}

.energy_area .section_title_wrap {
  flex-direction: column;
  align-items: flex-start;
  gap: 16px 0;
}

.energy_area .section_title_wrap .chip_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 12px;
}

.energy_area .section_title_wrap .chip {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  min-height: 40px;
  padding: 8px 16px;
  border: 1px solid #85878b;
  border-radius: 4px;
  background-color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.33;
  color: #444444;
  transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  cursor: pointer;
}
.energy_area .section_title_wrap .chip:hover,
.energy_area .section_title_wrap .chip:focus {
  background-color: #eceff6;
}
.energy_area .section_title_wrap .chip.selected {
  border-color: #1462df;
  background-color: #818bff;
  color: #fff;
}
.energy_area .chart_group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px 0;
  margin-bottom: 32px;
}
.energy_area .legend {
  display: flex;
  align-items: center;
  gap: 0 8px;
}
.energy_area .legend .color_chip {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  border-radius: 4px;
}
.energy_area .legend .color_chip.acc {
  background-color: #818bff;
}
.energy_area .legend .label {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.33;
  color: #444444;
  transition: all 0.1s ease-out;
}
.energy_area .card_list {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
}

/* 통합모니터링시스템 h2 추가부분입니다 */

.rtuchart_area h2 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.25;
  color: #444444;
  letter-spacing: -1px;
  transition: all 0.1s ease-out;
  flex-grow: 1;
  margin-bottom: 20px;
}

/*  */

/* rtuchart_area 추가부분입니다 */

.rtuchart_area {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow-x: auto;
  max-height: 500px;
  margin-bottom: -30px;
}

#chart_area {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

#chart_area :hover {
  background-color: #818bff;
}

#chart_area th {
  border: 1px solid #ccc;
  word-wrap: break-word;
  background-color: #f1f1f1;
  text-align: center;
  font-size: 20px;
}

#chart_area td {
  border: 1px solid #ccc;
  padding: 5px;
  word-wrap: break-word;
  background-color: #ffffff;
  text-align: center;
  font-size: 14px;
}

.area {
  width: 100px;
}

th.area {
  vertical-align: middle;
  text-align: center;
}

th.subtitle {
  vertical-align: middle;
  line-height: 25px;
}

/*  */

/* .chart_wrap {
  width: 372.25px;
  height: 196.61px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f0f0f0;
}

.energygraph {
  width: 100%;
  height: 100%;
  object-fit: fill;
  display: block;
} */

/* 기상정보 추가부분입니다 */

.entire_wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: -30px;
}

.depth3 {
  line-height: 20px;
  display: block;
  text-align: right;
  font-weight: 500;
}

.weather_information {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 14px;
  justify-content: flex-end;
}

.weather_box {
  display: flex;
  align-items: center;
}

.weather_icon {
  width: 24px;
  height: 24px;
}

.weather_desc {
  color: #555;
}

.weather_item {
  display: flex;
  align-items: center;
  gap: 6px;
}

span.weather_humidity {
  text-align: center;
  line-height: 15px;
}

.card.value {
  padding-top: 70px;
}

.weather_icon {
  width: 50px;
  margin-left: 15px;
}

.weather_icon img {
  margin-top: -20px;
}
.weather_status_area {
  min-width: 200px;
}

.weather_status_area .card_list {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.weather_status_area .card {
  flex: 1 1 150px;
  background: #fff;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  min-height: 300px;
  align-items: center;
  padding-top: 50px;
  gap: 30px;
  margin-top: 20px;
}

.weather_status_area .main_weather_info {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.weather_status_area .temperature_info .temp {
  font-size: 24px;
  font-weight: bold;
}
.card__title {
  display: flex;
  align-items: center;
  font-size: 18px;
  gap: 8px;
}

.btn--refresh {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
}

p.weatherstate {
  font-size: 15px;
  font-weight: 500;
}

.weather_information {
  background-color: #fff;
  border-radius: 12px;
  padding: 8px 12px 8px 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

span.weather_temp,
span.weather_humidity,
span.weather_sunrise,
span.weather_sunset,
span.weather_sunny {
  font-weight: 400;
}

/* 에너지원별 발전현황 상자추가부분입니다 */

.energy_area {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin: 28px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section_title_wrap {
  display: flex;
  align-items: flex-start;
}

.energy_area .chart_group {
  position: relative;
  width: 100%;
  height: 100%;
}

.energy_area .chart_wrap {
  width: 100%;
  height: 100%;
  margin-top: -10px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.energy_area .chart_wrap .energygraph {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 설비가동현황 상자추가부분입니다 */

.facility_status_area {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  padding: 0 24px 24px 24px;
  margin: 24px 0;
  box-sizing: border-box;
}

.section_title_wrap {
  margin-bottom: 16px;
}

.section__title {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

.content_wrap {
  display: flex;
  gap: 24px;
}

.chart_group {
  width: 240px;
  text-align: center;
}

.chart_wrap {
  width: 100%;
  height: auto;
  margin-bottom: 12px;
}

.chart_wrap img {
  width: 100%;
  max-width: 160px;
  height: auto;
}

.legend_list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.legend {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}

.color_chip {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 8px;
  display: inline-block;
}

.color_chip.normal {
  background: #4caf50;
}
.color_chip.not_working {
  background: #ff9800;
}
.color_chip.error {
  background: #f44336;
}
.color_chip.preparing {
  background: #9e9e9e;
}

.value {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 8px 0;
}

.extra_info_group {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #777;
  font-size: 13px;
}

.amount_info {
  font-weight: bold;
}

.chart_group1 {
  margin-top: 30px;
}

/* 통합모니터링시스템 상자추가부분입니다 */

.rtuchart_area {
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  padding: 24px;
  margin: 24px 0;
  box-sizing: border-box;
}

.rtuchart_area .section__title {
  font-size: 20px;
  margin-bottom: 20px;
  color: #333;
  text-align: left;
}

#chart_area {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  text-align: center;
}

#chart_area th,
#chart_area td {
  border: 1px solid #ddd;
  padding: 12px 16px;
  vertical-align: middle;
}

#chart_area th {
  background-color: #f5f5f5;
  color: #333;
  background-color: #818bff;
}

#chart_area td {
  background-color: #fff;
  color: #333;
}

#chart_area .area {
  background-color: #f9f9f9;
  text-align: center;
  color: #333;
}

#chart_area .subtitle {
  font-size: 14px;
  color: #333333;
}

#chart_area tr:nth-child(even) {
  background-color: #f9f9f9;
}

#chart_area tr:hover {
  background-color: #f1f1f1;
}

#chart_area .area {
  text-align: center;
}

#chart_area tr:last-child {
  background-color: #eaeaea;
  color: #333;
}

#chart_area td,
#chart_area th {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

#chart_area td:not(.area):empty {
  color: #85878b;
}

#chart_area thead tr:first-child th {
  background-color: #818bff;
  height: 30px;
  color: #ffffff;
}

#chart_area thead tr:nth-child(2) th {
  background-color: #818bff;

  color: #ffffff;
}

/*  */

/* .chart_wrap {
  background-image: url(../img/energy\ graph.png);
  background-size: cover;
} */

/*  */

@media screen and (min-width: 600px) {
  .summary--rtu_error .card_list,
  .summary--facility_error .card_list {
    flex-direction: row;
    gap: 0 16px;
  }
  .summary--rtu_error .card,
  .summary--facility_error .card {
    width: calc(50% - 8px);
  }
  .summary--inquiry {
    width: calc(50% - 8px);
  }
  .facility_status_area .chart_group {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2px;
    margin-bottom: 32px;
  }
  .facility_status_area .card_list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px 16px;
  }
  .facility_status_area .card {
    width: calc(50% - 8px);
  }
  .energy_area .chart_group {
    margin-bottom: 32px;
  }
  .energy_area .card_list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px 16px;
  }
  .energy_area .card {
    width: calc(50% - 8px);
  }
}

@media screen and (min-width: 1024px) {
  .summary_group {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px 16px;
  }
  .summary--rtu_error,
  .summary--facility_error {
    width: calc(66.66% - 5px);
  }
  .summary--rtu_error .card_list,
  .summary--facility_error .card_list {
    border-radius: 8px;
    background-color: #fff;
  }
  .summary--inquiry {
    width: calc(33.33% - 11px);
  }
  .facility_status_area .card {
    width: calc(33.33% - 11px);
  }
  .energy_area .section_title_wrap {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 16px 16px;
  }
  .energy_area .card {
    width: calc(33.33% - 11px);
  }
  #chart_area th {
    border: 1px solid #ccc;
    padding: 10px;
    word-wrap: break-word;
    background-color: #f1f1f1;
    text-align: center;
    font-size: 16px;
  }
}

@media screen and (min-width: 1280px) {
  body {
    flex-direction: row;
  }
  .main {
    padding: 32px 24px 24px;
  }
  .main_footer_wrap {
    width: 100%;
    transition: all 0.2s ease-out;
    border-top: none;
    border-left: 1px solid #d2d5da;
  }
  .page_title_wrap {
    gap: 0 24px;
    margin-bottom: 32px;
  }
  .summary_group {
    gap: 32px 24px;
  }
  .summary--rtu_error,
  .summary--facility_error {
    width: calc(66.66% - 8px);
  }
  .summary--rtu_error .card_list,
  .summary--facility_error .card_list {
    gap: 0 24px;
  }
  .summary--rtu_error .card,
  .summary--facility_error .card {
    width: calc(50% - 12px);
  }
  .summary--inquiry {
    width: calc(33.33% - 16px);
  }
  .facility_status_area .card_list {
    gap: 24px 24px;
  }
  .facility_status_area .card {
    width: calc(33.33% - 16px);
  }
  .energy_area .section_title_wrap {
    gap: 16px 24px;
  }
  .energy_area .card_list {
    gap: 24px 24px;
  }
  .energy_area .card {
    width: calc(33.33% - 16px);
  }
  #chart_area th {
    border: 1px solid #ccc;
    padding: 0.5px;
    word-wrap: break-word;
    background-color: #f1f1f1;
    text-align: center;
    font-size: 16px;
  }
}

@media screen and (min-width: 1600px) {
  .summary_group {
    flex-wrap: nowrap;
    gap: 0 24px;
  }
  .summary--rtu_error,
  .summary--facility_error {
    width: calc((100% - 36px) * 0.4);
    flex-shrink: 0;
  }
  .summary--inquiry {
    width: auto;
    flex-grow: 1;
    flex-shrink: 0;
  }
  .facility_status_area .content_wrap {
    display: flex;
    align-items: center;
    gap: 0 24px;
    max-height: 30px;
    margin-top: 140px;
  }
  .facility_status_area .chart_group {
    flex-shrink: 0;
    /* width: calc((100% - 36px) * 0.4);
    margin-bottom: 0; */
  }
  .facility_status_area .card_list {
    flex-grow: 1;
  }
  .energy_area .content_wrap {
    display: flex;
    align-items: center;
    gap: 0 24px;
  }
  .energy_area .chart_group {
    flex-shrink: 0;
    width: calc((100% - 36px) * 0.4);
  }
  .energy_area .card_list {
    flex-grow: 1;
    max-width: 1920px;
  }
  .energy_area .section__title {
    margin-top: 20px;
  }
}

.energy_facility_group {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  max-height: 450px;
  margin-top: 30px;
}

ul.filter_list {
  display: flex;
  gap: 10px;
}

.card .value {
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.25;
  color: #818bff;
  letter-spacing: -1px;
  transition: all 0.1s ease-out;
}

.card .title_wrap .card__title {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.33;
  color: #444444;
  transition: all 0.1s ease-out;
  font-weight: 500;
}

.chart_group {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}

.content_wrap {
  gap: 40px;
}

/* 반응형 추가부분입니다 */

@media screen and (max-width: 600px) {
  th.subtitle {
    font-size: 14px !important;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: break-word;
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;
    vertical-align: middle;
    width: auto;
    letter-spacing: 0.5px;
  }

  th.area,
  th,
  td.area,
  td {
    font-size: 14px !important;
    vertical-align: middle;
    width: auto;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: break-word;
    letter-spacing: 0.5px;
  }
  .depth3 {
    white-space: nowrap;
    width: 200px;
    text-align: center;
  }
  .entire_wrap {
    text-align: center;
    display: flex;
    flex-direction: column;
  }
  .weather_information {
    display: flex;
    gap: 18px;
    font-size: 14px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 100%;
    box-sizing: border-box;
  }
  .page_title_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 16px;
    margin-bottom: 20px;
  }

  .filter {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .filter__label {
    font-size: 14px;
  }

  .input--date input {
    padding: 8px;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
  }
  .card .title_wrap .card__title {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.33;
    color: #444444;
    transition: all 0.1s ease-out;
  }
  th.subtitle {
    font-size: 12px !important;
  }

  .card .title_wrap {
    display: flex;
    align-items: center;
    gap: 0 8px;
    margin-bottom: 16px;
    flex-direction: column;
  }
  .energy_facility_group {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .card .extra_info_group .comparison_info {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.33;
    color: #727272;
    transition: all 0.1s ease-out;
  }
}

@media screen and (max-width: 1280px) {
  th.subtitle {
    font-size: 14px;
    white-space: nowrap;
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;
    width: 100px;
  }

  th.area,
  th,
  td.area,
  td {
    font-size: 14px !important;
  }
  .card .title_wrap .card__title {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.33;
    color: #444444;
    transition: all 0.1s ease-out;
  }

  .main .page_title .depth2 {
    width: 40px;
  }
  span .weather_humidity {
    width: 60px;
  }
  .card .title_wrap {
    display: flex;
    align-items: center;
    gap: 0 8px;
    margin-bottom: 16px;
    flex-direction: row;
  }
  .energy_facility_group {
    max-height: 630px;
  }
  .card .extra_info_group .comparison_info {
    font-size: 1.2rem;
  }
  .energy_facility_group {
    max-height: 1000px;
    display: flex;
    flex-direction: column;
  }

  .card .extra_info_group .comparison_info {
    font-size: 0.8rem;
  }
  #chart_area th {
    text-overflow: ellipsis;
  }

  .facility_status_area {
    margin-top: -100px;
  }
}

@media screen and (max-width: 1600px) {
  .card .value {
    font-size: 1.4rem;
  }

  .card .title_wrap .card__title {
    font-size: 0.9rem;
  }

  .card .extra_info_group .amount_info {
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.33;
    color: #137250;
    transition: all 0.1s ease-out;

    /*  */
  }
}
