@charset "UTF-8";
@font-face {
  font-family: "Pretendard";
  src: url("fonts/Pretendard/Pretendard-Thin.woff2") format("woff2"), url("fonts/Pretendard/Pretendard-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("fonts/Pretendard/Pretendard-ExtraLight.woff2") format("woff2"), url("fonts/Pretendard/Pretendard-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("fonts/Pretendard/Pretendard-Light.woff2") format("woff2"), url("fonts/Pretendard/Pretendard-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("fonts/Pretendard/Pretendard-Regular.woff2") format("woff2"), url("fonts/Pretendard/Pretendard-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("fonts/Pretendard/Pretendard-Medium.woff2") format("woff2"), url("fonts/Pretendard/Pretendard-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("fonts/Pretendard/Pretendard-SemiBold.woff2") format("woff2"), url("fonts/Pretendard/Pretendard-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("fonts/Pretendard/Pretendard-Bold.woff2") format("woff2"), url("fonts/Pretendard/Pretendard-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("fonts/Pretendard/Pretendard-ExtraBold.woff2") format("woff2"), url("fonts/Pretendard/Pretendard-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("fonts/Pretendard/Pretendard-Black.woff2") format("woff2"), url("fonts/Pretendard/Pretendard-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GmarketSans";
  src: url("fonts/GmarketSans/GmarketSans-Bold.woff2") format("woff2"), url("fonts/GmarketSans/GmarketSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* reset */
html,
body,
div,
span,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
button,
abbr,
address,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
footer,
header,
section,
summary {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* HTML5 display-role reset for older browsers */
body,
html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Pretendard", sans-serif;
  font-size: 14px;
  color: #fff;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: none;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

a {
  text-decoration: none;
  color: inherit;
}

address {
  font-style: normal;
}

button {
  display: inline-block;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

select {
  appearance: none;
}
select::-ms-expand {
  display: none;
}

input,
button,
a,
select,
option {
  font-family: inherit;
  font-size: inherit;
}

input[type=checkbox],
input[type=radio] {
  -webkit-appearance: none;
  position: absolute;
  vertical-align: middle;
}
input[type=checkbox]::-ms-check,
input[type=radio]::-ms-check {
  border: solid 1px #fff;
}

input[type=text]::-ms-clear {
  display: none;
}

caption,
hr {
  overflow: hidden;
  position: relative;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  background: 0 0;
  font-size: 0;
  color: transparent;
  line-height: 0;
  text-indent: 100%;
}

pre {
  word-break: break-all;
  white-space: pre-line;
}

li {
  list-style: none;
}

strong,
b {
  font-weight: normal;
}

/* Accessibility Navigation */
#accNav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999999;
  width: 100%;
  height: 0;
}

#accNav a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin-left: -1px;
  margin-bottom: -1px;
  text-align: center;
  color: #fff;
  white-space: nowrap;
}

#accNav a:focus,
#accNav a:hover,
#accNav a:active {
  z-index: 1000;
  width: 100%;
  height: auto;
  padding: 5px 0;
  background: #444;
  color: #fff;
  font-weight: 700;
}

/* common */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

.hidden {
  overflow: hidden;
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  text-indent: -9999px;
}

.txt-center {
  text-align: center !important;
}

.txt-left {
  text-align: left !important;
}

.txt-right {
  text-align: right !important;
}

.pos-r {
  position: relative;
}

.va-t {
  vertical-align: top;
}

.flex {
  display: flex;
}
.flex.ac {
  align-items: center;
}
.flex.sb {
  justify-content: space-between;
}
.flex.top {
  align-items: flex-start;
}
.flex.bottom {
  align-items: flex-end;
}
.flex.right {
  justify-content: flex-end;
}

input {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 4px 12px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
  outline: none;
  font-size: 14px;
  color: #ffffff;
}
input.right {
  text-align: right;
}
input.datepicker {
  padding-left: 32px;
  background-image: url("../images/icon/icon-calendar-s-lg.svg");
  background-repeat: no-repeat;
  background-position: 12px center;
}
input.datepicker.time {
  background-image: url("../images/icon/icon-time-s-lg.svg");
}
input.datepicker.readonly {
  background-color: #312A61 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  cursor: default !important;
}
input.search {
  padding-right: 32px;
  background-image: url("../images/icon/icon-search.svg");
  background-repeat: no-repeat;
  background-position: right 12px center;
}
input::placeholder {
  color: #b3aada;
}
input[readonly=readonly]:not(.datepicker) {
  background-color: #312A61 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  cursor: default !important;
}
input:disabled {
  opacity: 0.4;
  cursor: default !important;
}
input.w140 {
  width: 140px !important;
  min-width: 140px !important;
}

.search-input {
  position: relative;
  width: 100%;
}
.search-input input {
  padding-right: 32px;
}
.search-input .btn.search {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url("../images/icon/icon-search.svg");
  background-repeat: no-repeat;
  background-position: center;
}

/* select 초기화 */
select {
  border-radius: 0;
  /* 아이폰 사파리 보더 없애기 */
  -webkit-appearance: none;
  /* 화살표 없애기 for chrome*/
  -moz-appearance: none;
  /* 화살표 없애기 for firefox*/
  appearance: none;
  /* 화살표 없애기 공통*/
  outline: none;
}
select::-ms-expand {
  display: none;
}
select:focus-visible {
  outline: 1px solid;
}

.select {
  position: relative;
  min-width: 120px;
  z-index: 1;
}

.date-week > .select:nth-child(2) {
  flex: 0 0 70px;
}
.date-week > .select:nth-child(3) {
  flex: 0 0 60px;
}
.select:has(.select-arrow-active) {
  z-index: 11;
}
.select select {
  display: none;
}
.select .select-selected {
  position: relative;
  width: 100%;
  height: 40px;
  line-height: 32px;
  padding: 4px 12px;
  font-size: 14px;
  text-align: left;
  color: #FFF;
  word-break: keep-all;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.1);
  cursor: pointer;
}
.select .select-selected::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 18px;
  width: 6px;
  height: 4px;
  background: url("../images/icon/icon-arrow-xs-g.svg") no-repeat center;
}
.select .select-selected.select-arrow-active {
  border-radius: 4px 4px 0 0;
  background-color: #321981;
  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.25);
}
.select .select-selected.select-arrow-active::after {
  top: 17px;
  transform: rotate(180deg);
}
.select .select-selected.select-arrow-active + .select-items {
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
}
.select .select-selected.readonly {
  background-color: rgba(59, 50, 110, 0.4) !important;
  cursor: default;
}
.select .select-selected.readonly::after {
  opacity: 0.5;
}
.select .select-selected.disabled {
  background: rgba(255, 255, 255, 0.05) !important;
  color: rgba(255, 255, 255, 0.5) !important;
  cursor: default;
}
.select .select-selected.disabled::after {
  opacity: 0.5;
}
.select .select-items {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  padding: 0 6px 8px 6px;
  border-radius: 0 0 4px 4px;
  background-color: #321981;
  z-index: 10;
  max-height: 200px;
  overflow-y: auto;
}
.select .select-items div {
  display: flex;
  align-items: center;
  width: 100%;
  height: 28px;
  padding: 4px 6px;
  font-size: 14px;
  color: rgb(179, 170, 218);
  text-align: left;
  border-radius: 4px;
  cursor: pointer;
}
.select .select-items div:hover {
  background-color: rgba(0, 0, 0, 0.2);
  color: #FFF;
}
.select .select-items.select-hide {
  display: none;
}
.select.primary {
  min-width: 110px;
}
.select.primary .select-selected {
  height: 36px;
  padding-right: 26px;
  font-weight: bold;
  line-height: 28px;
  background: var(--BTN-A, linear-gradient(99deg, #FE670C -0.12%, #E53240 22.66%, #4E148F 113.81%));
  box-shadow: none;
}
.select.primary .select-selected::after {
  top: 16px;
}
.select.primary .select-selected.select-arrow-active {
  border-radius: 4px;
}
.select.primary .select-selected.select-arrow-active::after {
  transform: rotate(180deg);
}
.select.primary .select-selected.select-arrow-active + .select-items {
  box-shadow: none;
}
.select.primary .select-items {
  top: calc(100% + 2px);
  padding: 6px;
  border-radius: 4px;
}
.select:disabled.select-selected {
  opacity: 0.4;
}
.select.w80 {
  width: 80px !important;
  min-width: 80px !important;
}
.select.w100 {
  width: 100px !important;
  min-width: 100px !important;
}
.select.w140 {
  width: 140px !important;
  min-width: 140px !important;
}

textarea {
  position: relative;
  width: 100%;
  min-height: 160px;
  max-height: 160px;
  overflow-y: auto;
  padding: 12px;
  border-radius: 4px;
  background-color: #3e3c69;
  border: none;
  resize: none;
  outline: none;
  font-size: 14px;
  color: #fff;
  font-family: "Pretendard", sans-serif;
  padding-right: 1px;
  line-height: 1.4;
}
textarea::-webkit-scrollbar {
  width: 8px;
  border-radius: 4px;
}
textarea::-webkit-scrollbar-thumb {
  background-color: rgba(119, 112, 178, 0.5);
  border-radius: 4px;
}
textarea::-webkit-scrollbar-track {
  background-color: rgba(119, 112, 178, 0.5);
  border-radius: 4px;
}
textarea::placeholder {
  color: #b3aada;
  -webkit-text-fill-color: #b3aada;
  opacity: 1;
}
textarea:empty::before {
  content: attr(data-placeholder);
  position: absolute;
  top: 12px;
  left: 12px;
  color: #b3aada;
  pointer-events: none;
  font-size: 14px;
  line-height: 1.4;
}
textarea:focus::before {
  display: none;
}
textarea:read-only, textarea[readonly], textarea[readonly=readonly] {
  background-color: #312A61;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  cursor: default !important;
}
textarea:disabled {
  opacity: 0.4;
  cursor: default !important;
}

.tab-wrap .tab-list {
  display: flex;
  align-items: center;
  height: 40px;
  min-height: 40px;
  margin-bottom: 16px;
  border-radius: 8px;
  overflow: hidden;
}
.tab-wrap .tab-list li {
  flex: 1;
}
.tab-wrap .tab-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  min-height: 40px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 14px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
  word-break: keep-all;
}
.tab-wrap .tab-list li.active a, .tab-wrap .tab-list li:hover a {
  background: linear-gradient(135deg, #fe670c 0%, #e53240 20%, #4e148f 100%);
  color: #fff;
}
.tab-wrap .tab-list li:first-child a {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.tab-wrap .tab-list li:last-child a {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.tab-wrap .tab-cont {
  display: none;
  visibility: hidden;
  opacity: 0;
  height: 0;
  color: #000;
}
.tab-wrap .tab-cont.active {
  display: block;
  visibility: visible;
  opacity: 1;
  flex-grow: 1;
}

.btn-area {
  display: flex;
  align-items: center;
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: transparent;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  font-family: inherit;
}
.btn .hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  white-space: nowrap;
}
.btn.view {
  width: 36px;
  min-width: 36px;
  height: 36px;
  background-color: rgba(255, 255, 255, 0.1);
  background-image: url("../images/icon/icon-view.svg");
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 4px;
}
.btn.view:hover {
  background-color: #4423a9;
}
.btn.setting {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  background-image: url("../images/icon/icon-setting-info-m-b.svg");
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px;
}
.btn.setting:hover {
  background-color: #4423a9;
}
.btn.setting-chart {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  background-image: url("../images/icon/icon-setting-chart-m-b.svg");
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px;
}
.btn.setting-chart:hover {
  background-color: #4423a9;
}
.btn.refresh {
  width: 16px;
  height: 16px;
  background: url("../images/icon/icon-refresh-s-g.svg") no-repeat center;
}
.btn.play {
  width: 16px;
  height: 16px;
  background: url("../images/icon/icon-play-s-g.svg") no-repeat center;
}
.btn.stop {
  width: 16px;
  height: 16px;
  background: url("../images/icon/icon-stop-s-g.svg") no-repeat center;
}
.btn.delete {
  width: 36px;
  min-width: 36px;
  height: 36px;
  border-radius: 4px;
  background-image: url("../images/icon/icon-trash.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.1);
}
.btn.delete:hover {
  background-color: #4423A9;
}
.btn.reset {
  width: 100%;
  height: 36px;
  padding: 4px 12px 4px 10px;
  gap: 4px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.btn.reset:hover {
  background-color: #4423A9;
}
.btn.eyes {
  width: 20px;
  height: 20px;
  background-image: url("../images/icon/icon-eye-dis-w.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.btn.eyes.show {
  background-image: url("../images/icon/icon-eye-w.svg");
}
.btn.clear {
  width: 16px;
  height: 16px;
  background-image: url("../images/icon/icon-form-del.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.btn.popup-open {
  width: 20px;
  height: 20px;
  background-image: url("../images/icon/icon-expand.svg");
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.1);
}
.btn.popup-open:hover {
  background-color: #4423A9;
}
.btn.download {
  position: relative;
  width: 36px;
  min-width: 36px;
  height: 36px;
  background: var(--BTN-A, linear-gradient(99deg, #FE670C -0.12%, #E53240 22.66%, #4E148F 113.81%));
  border-radius: 4px;
}
.btn.download::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background-image: url("../images/icon/icon-download.svg");
  background-repeat: no-repeat;
}
.btn.download:hover {
  background: linear-gradient(279deg, #FE670C -13.81%, #E53240 8.98%, #692AAE 100.12%);
}
.btn.primary {
  height: 36px;
  padding: 8px 12px;
  background: var(--BTN-A, linear-gradient(99deg, #FE670C -0.12%, #E53240 22.66%, #4E148F 113.81%));
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
}
.btn.primary:hover {
  background: linear-gradient(279deg, #FE670C -13.81%, #E53240 8.98%, #692AAE 100.12%);
}
.btn.gray {
  height: 36px;
  padding: 8px 12px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
.btn.file-delete {
  width: 20px;
  height: 20px;
  min-width: 20px;
  background-image: url("../images/icon/icon-close-s-w.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}
.btn.file-delete:hover {
  background-color: #4423A9;
}
.btn.full {
  width: 100%;
}
.btn.prev {
  width: 16px;
  height: 48px;
  background-image: url("../images/icon/icon-pagi-prev-w.svg");
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.05);
  background-repeat: no-repeat;
  background-position: center;
}
.btn.prev:hover {
  background-color: #4423A9;
}
.btn.add {
  width: 24px;
  height: 24px;
  background-image: url("../images/icon/icon-mapplus-s-w.svg");
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  background-position: center;
}
.btn.add:hover {
  background-color: #4423A9;
}
.btn.delete.xs {
  width: 16px;
  height: 16px;
  background-image: url("../images/icon/icon-close-s-w.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.btn.map-layer {
  width: 36px;
  height: 36px;
  background-image: url("../images/icon/icon-maplayer-s-w.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(56, 36, 146, 0.8);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
.btn.map-layer:hover {
  background-image: url("../images/icon/icon-maplayer-hov.svg");
}
.btn.map-legend {
  width: 36px;
  height: 36px;
  background-image: url("../images/icon/icon-mapindex-s-w.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(56, 36, 146, 0.8);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
.btn.map-legend:hover {
  background-image: url("../images/icon/icon-mapindex-hov.svg");
}
.btn.map-plus {
  width: 36px;
  height: 36px;
  background-image: url("../images/icon/icon-mapplus-s-w.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(56, 36, 146, 0.8);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.15);
  border-radius: 4px 4px 0 0;
}
.btn.map-plus:hover {
  background-image: url("../images/icon/icon-mapplus-hov.svg");
}
.btn.map-minus {
  width: 36px;
  height: 36px;
  background-image: url("../images/icon/icon-mapmiuns-s-w.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(56, 36, 146, 0.8);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.15);
  border-radius: 0 0 4px 4px;
  border-top: solid 1px #4933ad;
}
.btn.map-minus:hover {
  background-image: url("../images/icon/icon-mapmiuns-hov.svg");
}
.btn.expand {
  width: 16px;
  height: 16px;
  background: url("../images/icon/icon-expand-s-g.svg") no-repeat center;
}
.btn.arrow-close {
  width: 16px;
  height: 16px;
  background: url("../images/icon/icon-arrow-s-surface-close.svg") no-repeat center;
}
.btn.arrow-open {
  width: 16px;
  height: 16px;
  background: url("../images/icon/icon-arrow-s-surface-open.svg") no-repeat center;
}
.btn.panel-toggle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 48px;
  border-radius: 4px;
  background: #0D1235;
  z-index: 10;
}
.btn.panel-toggle[data-panel=left] {
  right: -24px;
  border-radius: 0 4px 4px 0;
  background-image: url("../images/icon/icon-close-s.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.btn.panel-toggle[data-panel=left]:hover {
  background-image: url("../images/icon/icon-close-s-hov.svg");
}
.btn.panel-toggle[data-panel=left].open {
  background-image: url("../images/icon/icon-open-s.svg");
}
.btn.panel-toggle[data-panel=left].open:hover {
  background-image: url("../images/icon/icon-open-s-hov.svg");
}
.btn.panel-toggle[data-panel=right] {
  left: -24px;
  border-radius: 4px 0 0 4px;
  background-image: url("../images/icon/icon-open-s.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.btn.panel-toggle[data-panel=right]:hover {
  background-image: url("../images/icon/icon-open-s-hov.svg");
}
.btn.panel-toggle[data-panel=right].open {
  background-image: url("../images/icon/icon-close-s.svg");
}
.btn.panel-toggle[data-panel=right].open:hover {
  background-image: url("../images/icon/icon-close-s-hov.svg");
}
.btn.panel-toggle:hover {
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.15);
}

.radio-group {
  display: flex;
  align-items: center;
  gap: 16px;
}

.radio {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
}
.radio input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 0;
  height: 0;
}
.radio input[type=radio]:disabled {
  cursor: default !important;
}
.radio input[type=radio]:disabled + label {
  cursor: default !important;
}
.radio input[type=radio]:disabled + label::before {
  background-image: url("../images/icon/icon-radio-disabled.svg");
}
.radio input[type=radio][readonly=readonly] {
  cursor: default !important;
  pointer-events: none !important;
}
.radio input[type=radio][readonly=readonly] + label {
  cursor: default !important;
  pointer-events: none !important;
}
.radio label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  color: #ffffff;
  padding-left: 24px;
  line-height: 20px;
}
.radio label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("../images/icon/icon-radio.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.radio input[type=radio]:checked + label::before {
  background-image: url("../images/icon/icon-radio-checked.svg");
}
.radio input[type=radio]:checked:disabled + label::before {
  background-image: url("../images/icon/icon-radio-checked-disabled.svg");
}

.toggle-switch {
  position: relative;
  width: 24px;
  height: 14px;
  background-color: #413c71;
  border-radius: 40px;
  cursor: pointer;
  transition: background-color 0.1s ease;
}
.toggle-switch .toggle-label {
  font-size: 12px;
  font-weight: 500;
  color: #b3aada;
  user-select: none;
}
.toggle-switch .toggle-slider-wrapper {
  position: relative;
  width: 40px;
  height: 20px;
  background-color: #000;
  border-radius: 20px;
  transition: background-color 0.1s ease;
}
.toggle-switch.active,
.toggle-switch.active .toggle-slider-wrapper {
  background-color: #b3aada;
}
.toggle-switch .toggle-slider {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  transition: transform 0.1s ease;
}
.toggle-switch.active .toggle-slider {
  transform: translateX(10px);
}
.population-flow .toggle-switch.active .toggle-slider {
  transform: translateX(20px);
}
.population-flow .toggle-switch .toggle-slider {
  width: 16px;
  height: 16px;
}
.population-flow .toggle-switch {
  width: 40px;
  height: 20px;
}

.checkbox {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
}
.checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 0;
  height: 0;
}
.checkbox label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 12px;
  color: #fff;
  padding-left: 24px;
  line-height: 1.4;
}
.checkbox label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("../images/icon/icon-checkbox.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.checkbox input[type=checkbox]:checked + label::before {
  background-image: url("../images/icon/icon-checkbox-checked.svg");
}
.checkbox.lg label {
  font-size: 16px;
  font-weight: 600;
  padding-left: 28px;
}
.checkbox.lg label::before {
  margin-top: -1px;
}

#locationDropdown .select-items .checkbox {
  margin-bottom: 8px;
  min-height: 35px;
  padding: 6px 0;
  align-items: flex-start;
}
#locationDropdown .select-items .checkbox:last-child {
  margin-bottom: 0;
}
#locationDropdown .select-items .checkbox:hover {
  align-items: center;
}
#locationDropdown .select-items .checkbox label {
  line-height: 1.3;
  word-break: keep-all;
  white-space: normal;
  align-items: flex-start;
  padding-top: 2px;
}
#locationDropdown .select-items .checkbox:hover label {
  align-items: center;
  padding-top: 0;
}
#locationDropdown .select-items .checkbox label::before {
  top: 2px;
  transform: none;
}
#locationDropdown .select-items .checkbox:hover label::before {
  top: 50%;
  transform: translateY(-50%);
}

.scrollbar {
  overflow-y: auto;
  padding-right: 1px;
}
.scrollbar::-webkit-scrollbar {
  width: 8px;
  border-radius: 4px;
}
.scrollbar::-webkit-scrollbar-thumb {
  background-color: rgba(119, 112, 178, 0.5);
  border-radius: 4px;
}
.scrollbar::-webkit-scrollbar-track {
  background-color: rgba(119, 112, 178, 0.5);
  border-radius: 4px;
}

.flatpickr-calendar.open {
  width: 250px;
  padding: 8px;
  border-radius: 4px;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.15);
  background-color: #321981;
}
.flatpickr-calendar.open .flatpickr-months {
  position: relative;
  height: 32px;
  align-items: center;
  margin: 0 0 4px 0;
}
.flatpickr-calendar.open .flatpickr-prev-month {
  top: 4px;
  width: 24px;
  height: 24px;
  padding: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon/icon-arrow-prev.svg");
}
.flatpickr-calendar.open .flatpickr-prev-month svg {
  display: none;
}
.flatpickr-calendar.open .flatpickr-next-month {
  top: 4px;
  width: 24px;
  height: 24px;
  padding: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon/icon-arrow-next.svg");
}
.flatpickr-calendar.open .flatpickr-next-month svg {
  display: none;
}
.flatpickr-calendar.open .flatpickr-month {
  height: 24px;
}
.flatpickr-calendar.open .flatpickr-month .flatpickr-current-month {
  position: initial;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 24px;
  padding: 0 24px;
  font-size: 18px;
  font-family: "Pretendard", "Noto Sans KR", "Malgun Gothic", "맑은 고딕", "Apple SD Gothic Neo", "AppleGothic", sans-serif;
  width: 100%;
}
.flatpickr-calendar.open .flatpickr-month .flatpickr-current-month .flatpickr-monthDropdown-months {
  width: 57px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon/icon-date-down.svg");
  background-position: right 0 center;
  padding: 0;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.flatpickr-calendar.open .flatpickr-month .flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background-color: initial;
}
.flatpickr-calendar.open .flatpickr-month .flatpickr-current-month .numInputWrapper {
  width: 60px;
}
.flatpickr-calendar.open .flatpickr-month .flatpickr-current-month .numInputWrapper input.cur-year {
  padding: 0;
  font-size: 18px;
  line-height: 1;
  color: #ffffff;
}
.flatpickr-calendar.open .flatpickr-month .flatpickr-current-month .numInputWrapper input.cur-year:hover {
  background: initial;
}
.flatpickr-calendar.open .flatpickr-month .flatpickr-current-month .numInputWrapper input.cur-year::selection {
  background: transparent;
}
.flatpickr-calendar.open .flatpickr-month .flatpickr-current-month .numInputWrapper span {
  opacity: 1;
  border: none;
  width: 14px;
  height: 10px;
  padding: 0;
}
.flatpickr-calendar.open .flatpickr-month .flatpickr-current-month .numInputWrapper span::after {
  display: none;
}
.flatpickr-calendar.open .flatpickr-month .flatpickr-current-month .numInputWrapper span.arrowUp {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon/icon-date-up.svg");
}
.flatpickr-calendar.open .flatpickr-month .flatpickr-current-month .numInputWrapper span.arrowDown {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon/icon-date-down.svg");
}
.flatpickr-calendar.open .flatpickr-month .flatpickr-current-month .numInputWrapper:hover {
  background-color: initial;
}
.flatpickr-calendar.open .flatpickr-weekdays {
  height: 30px;
}
.flatpickr-calendar.open .flatpickr-weekdays .flatpickr-weekdaycontainer {
  gap: 4px;
}
.flatpickr-calendar.open .flatpickr-weekdays span.flatpickr-weekday {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  max-width: 30px;
  height: 30px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  color: #b3aada;
}
.flatpickr-calendar.open .flatpickr-days {
  width: 100%;
}
.flatpickr-calendar.open .flatpickr-days .dayContainer {
  width: 100%;
  min-width: initial;
  max-width: initial;
  justify-content: flex-start;
  column-gap: 4px;
}
.flatpickr-calendar.open .flatpickr-days .dayContainer .flatpickr-day {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  max-width: 30px;
  height: 30px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  color: #b3aada;
  border-radius: 8px;
  border: none;
}

.flatpickr-calendar.open .flatpickr-days .dayContainer .flatpickr-day.selected {
  background-color: #724ce8;
  color: #fff;
}
.flatpickr-calendar.open .flatpickr-days .dayContainer .flatpickr-day:hover:not(.selected) {
  background-color: rgba(84, 48, 243, 0.3);
}
.flatpickr-calendar.open .flatpickr-days .dayContainer .flatpickr-day.prevMonthDay {
  opacity: 0;
}
.flatpickr-calendar.open .flatpickr-days .dayContainer .flatpickr-day.nextMonthDay {
  display: none;
}
.flatpickr-calendar.open .flatpickr-days .dayContainer .flatpickr-day.flatpickr-disabled,
.flatpickr-calendar.open .flatpickr-days .dayContainer .flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(179, 170, 218, 0.1);
}
.flatpickr-calendar.open.hasTime {
  width: 200px;
  padding: 0;
}
.flatpickr-calendar.open.hasTime .flatpickr-time {
  height: 36px;
  max-height: 36px;
  box-sizing: border-box;
  border-top: none;
  line-height: 36px;
}
.flatpickr-calendar.open.hasTime .flatpickr-time .numInputWrapper {
  width: 64px;
  height: 36px;
  padding: 0;
  text-align: left;
}
.flatpickr-calendar.open.hasTime .flatpickr-time .numInputWrapper input {
  width: 64px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background: initial !important;
}
.flatpickr-calendar.open.hasTime .flatpickr-time .numInputWrapper input:hover {
  background: initial;
}
.flatpickr-calendar.open.hasTime .flatpickr-time .numInputWrapper input::selection {
  background: transparent;
}
.flatpickr-calendar.open.hasTime .flatpickr-time .numInputWrapper span {
  right: 4px;
  border: none;
  width: 12px;
  height: 8px;
  padding: 0;
}
.flatpickr-calendar.open.hasTime .flatpickr-time .numInputWrapper span::after {
  display: none;
}
.flatpickr-calendar.open.hasTime .flatpickr-time .numInputWrapper span.arrowUp {
  top: 9px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon/icon-date-up-xs.svg");
}
.flatpickr-calendar.open.hasTime .flatpickr-time .numInputWrapper span.arrowDown {
  top: inherit;
  bottom: 9px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon/icon-date-down-xs.svg");
}
.flatpickr-calendar.open.hasTime .flatpickr-time .numInputWrapper:hover {
  background-color: rgba(84, 48, 243, 0.1);
}
.flatpickr-calendar.open.hasTime .flatpickr-time .flatpickr-time-separator {
  height: 36px;
  margin: 0;
  font-size: 14px;
  color: #ffffff;
}
.flatpickr-calendar.open::after, .flatpickr-calendar.open::before {
  display: none;
}

.pagination {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 10px;
}
.pagination a,
.pagination button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  font-size: 14px;
  color: #b3aada;
  background-repeat: no-repeat;
  background-position: center;
}
.pagination a:hover, .pagination a.active,
.pagination button:hover,
.pagination button.active {
  border-radius: 4px;
  background-color: #321981;
  color: #fff;
  font-weight: bold;
}
.pagination .prev {
  background-image: url(../images/icon/icon-pagi-prev.svg);
}
.pagination .prev:hover {
  background-image: url(../images/icon/icon-pagi-prev-w.svg);
}
.pagination .next {
  background-image: url(../images/icon/icon-pagi-next.svg);
}
.pagination .next:hover {
  background-image: url(../images/icon/icon-pagi-next-w.svg);
}
.pagination .first {
  background-image: url(../images/icon/icon-pagi-first.svg);
}
.pagination .first:hover {
  background-image: url(../images/icon/icon-pagi-first-w.svg);
}
.pagination .last {
  background-image: url(../images/icon/icon-pagi-last.svg);
}
.pagination .last:hover {
  background-image: url(../images/icon/icon-pagi-last-w.svg);
}

.attach-area {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100px;
  padding: 12px;
  border-radius: 4px;
  background-color: #3e3c69;
  transition: background-color 0.2s, border-color 0.2s;
}
.attach-area.drag-over {
  background-color: #4a4775;
  border: 2px dashed #b3aada;
}
.attach-area .attach-empty {
  display: block;
  width: 100%;
  height: 100%;
}
.attach-area .attach-empty .file-attach {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
  color: #b3aada;
}
.attach-area .attach-list {
  display: none;
}
.attach-area .attach-item {
  display: flex;
  align-items: center;
}
.attach-area .attach-item .file-name {
  flex: 1;
  max-width: 320px;
  font-size: 14px;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 8px;
}
.attach-area .attach-item .btn.file-delete {
  flex-shrink: 0;
}

#header {
  width: 80px;
  height: inherit;
  min-height: inherit;
  background: linear-gradient(135deg, #4e148f 0%, #e53240 95.5%, #fe670c 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 500;
  transition: width 0.3s ease;
}
#header .gnb-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 16px 0;
}
#header .gnb-wrap .logo {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#header .gnb-wrap .logo .logo-default {
  transition: all 0.3s ease;
  display: block;
}
#header .gnb-wrap .logo .logo-full {
  transition: all 0.3s ease;
  display: none;
}
#header .gnb-wrap .gnb {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1px;
  padding: 0 16px;
}
#header .gnb-wrap .gnb .gnb-item {
  width: 52px;
  height: 52px;
  background: transparent;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-bottom: 0;
}
#header .gnb-wrap .gnb .gnb-item.active .menu-content {
  background: rgba(0, 0, 0, 0.18);
}
#header .gnb-wrap .gnb .gnb-item .menu-content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 52px;
  gap: 4px;
  border-radius: 8px;
}
#header .gnb-wrap .gnb .gnb-item .menu-content img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  transform: translateX(2px);
}
#header .gnb-wrap .gnb .gnb-item .menu-content .menu-text {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  width: 0;
  overflow: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
#header .gnb-wrap .gnb .gnb-item .submenu {
  width: 100%;
  background: transparent;
  display: none;
  flex-direction: column;
  gap: 1px;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease, max-height 0.3s ease;
}
#header .gnb-wrap .gnb .gnb-item .submenu .submenu-item {
  height: 29px;
  padding: 8px 8px 8px 36px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-10px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, background 0.2s ease, color 0.2s ease;
}
#header .gnb-wrap .gnb .gnb-item .submenu .submenu-item:hover {
  background: rgba(0, 0, 0, 0.15);
  color: #ffffff;
}
#header .gnb-wrap .util {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#header .gnb-wrap .util .logout-area {
  display: flex;
  align-items: center;
  height: 18px;
  gap: 2px;
  margin-bottom: 8px;
  cursor: pointer;
  border-bottom: solid 1px rgba(255, 255, 255, 0.08);
}
#header .gnb-wrap .util .logout-area span {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
}
#header .gnb-wrap .util .copyright {
  height: 18px;
  margin-top: 8px;
}
#header .gnb-wrap .util .copyright span {
  color: rgba(255, 255, 255, 0.75);
  font-size: 12px;
}
#header:hover {
  width: 240px;
}
#header:hover .gnb-wrap .logo .logo-default {
  display: none !important;
}
#header:hover .gnb-wrap .logo .logo-full {
  display: block !important;
}
#header:hover .gnb-wrap .gnb-item {
  align-items: flex-start;
  width: 100%;
  height: auto;
}
#header:hover .gnb-wrap .gnb-item:hover .menu-content .menu-text {
  color: #ffffff !important;
}
#header:hover .gnb-wrap .gnb-item.active .menu-content {
  height: auto;
  background: initial;
}
#header:hover .gnb-wrap .gnb-item.active .menu-content .menu-text {
  color: #ffffff !important;
}
#header:hover .gnb-wrap .gnb-item .menu-content {
  height: 40px;
  justify-content: flex-start;
  padding: 8px;
}
#header:hover .gnb-wrap .gnb-item .menu-content img {
  transform: translateX(0);
}
#header:hover .gnb-wrap .gnb-item .menu-content .menu-text {
  opacity: 1 !important;
  visibility: visible !important;
  width: auto !important;
  color: rgba(255, 255, 255, 0.5) !important;
  transition: opacity 0.3s ease, visibility 0.3s ease, color 0.3s ease;
}
#header:hover .gnb-wrap .gnb-item .submenu {
  display: flex !important;
  opacity: 1 !important;
  visibility: visible !important;
  max-height: none !important;
}
#header:hover .gnb-wrap .gnb-item .submenu .submenu-item {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateX(0) !important;
}

.chart-wrap.scrollbar {
  overflow-y: auto;
  overflow-x: hidden;
}

#wrap {
  display: flex;
  width: 100%;
  height: 100%;
  min-width: 1920px;
  min-height: 930px;
  overflow: hidden;
}
#wrap:has(.pdf-page) {
  overflow: initial;
  min-width: 760px;
}

#container {
  flex: 1;
  display: flex;
  position: relative;
  margin-left: 80px;
  background-color: #f7f7f7;
}
#container:not(:has(.left-panel)) .map-area .data-filter {
  left: 16px;
}
#container:not(:has(.right-panel)) .map-area .map-tool {
  right: 16px;
}
#container .map-area {
  position: relative;
  width: 100%;
  height: 100%;
}
#container .map-area .map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#container .map-area .map .image-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#container .map-area .data-filter {
  position: absolute;
  top: 16px;
  left: var(--data-filter-left, calc(var(--left-panel-width, 360px) + 16px));
  width: auto;
  min-width: 149px;
  transition: left 0.3s ease;
  border-radius: 4px;
  background: linear-gradient(321deg, #0D1235 -26.51%, #270D5B 100%);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.15);
}
#container .map-area .data-filter .head {
  position: relative;
  display: flex;
  align-items: center;
  height: 36px;
  padding: 8px 30px 8px 12px;
  gap: 4px;
  cursor: pointer;
}
#container .map-area .data-filter .head h3 {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}
#container .map-area .data-filter .head .arrow {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url("../images/icon/icon-mapplus-s-w.svg");
  background-repeat: no-repeat;
  background-position: center;
}
#container .map-area .data-filter .cont {
  display: none;
  padding: 4px 12px 12px 12px;
}
#container .map-area .data-filter .cont dl {
  display: grid;
  column-gap: 8px;
  row-gap: 6px;
  grid-template-columns: 19% auto;
}
#container .map-area .data-filter .cont dl.type2 {
  grid-template-columns: 25% auto;
}
#container .map-area .data-filter .cont dl dt {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: bold;
  color: #b3aada;
}
#container .map-area .data-filter .cont dl dd {
  flex: 1;
  display: flex;
  align-items: center;
  column-gap: 8px;
}
#container .map-area .data-filter .cont dl dd:has(.separator) {
  column-gap: 4px;
}
#container .map-area .data-filter .cont dl dd .select {
  width: 100%;
  min-width: initial;
}
#container .map-area .data-filter .cont dl dd .select.w50 {
  max-width: 50px;
}
#container .map-area .data-filter .cont dl + .btn {
  margin-top: 10px;
}
#container .map-area .data-filter .cont .filter-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
#container .map-area .data-filter .cont .filter-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
#container .map-area .data-filter .cont .filter-list li:has(.toggle-switch) {
  justify-content: flex-start;
}
#container .map-area .data-filter .cont .filter-list li:has(.toggle-switch) .label {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4;
  color: #ffffff;
}
#container .map-area .data-filter .cont .filter-list li .radio {
  min-width: 110px;
}
#container .map-area .data-filter .cont .filter-list li .radio label {
  font-size: 13px;
  font-weight: bold;
  color: #b3aada;
}
#container .map-area .data-filter .cont .filter-list li .select,
#container .map-area .data-filter .cont .filter-list li input {
  width: 100%;
}
#container .map-area .data-filter .cont .info-txt {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 5px;
  padding-left: 16px;
  color: #b3aada;
  font-size: 12px;
  line-height: 1.4;
}
#container .map-area .data-filter .cont .info-txt::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 12px;
  height: 12px;
  background: url("../images/icon/icon-info-xs.svg") no-repeat center;
}
#container .map-area .data-filter.open {
  width: 266px;
}
#container .map-area .data-filter.open .head .arrow {
  background-image: url("../images/icon/icon-mapmiuns-s-w.svg");
}
#container .map-area .data-filter.open .cont {
  display: block;
}
#container .map-area .data-filter.type2 {
  width: auto;
}
#container .map-area .data-filter.type2.open {
  width: 284px;
}
#container .map-area .data-filter.type3 {
  width: auto;
}
#container .map-area .data-filter.type3.open {
  width: 190px;
}
#container .map-area .map-type {
  position: absolute;
  top: 16px;
  right: var(--map-type-right, calc(var(--right-panel-width, 540px) + 16px));
  display: flex;
  gap: 4px;
  transition: right 0.3s ease;
}
#container .map-area .map-type li {
  border-radius: 4px;
  overflow: hidden;
}
#container .map-area .map-type li.active, #container .map-area .map-type li:hover {
  outline: solid 1px #3747db;
}
#container .map-area .map-type li.active span, #container .map-area .map-type li:hover span {
  color: #fff;
}
#container .map-area .map-type li button {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 56px;
  height: 50px;
  outline: solid 0.5px #0d1235;
  background-color: #0d1236;
}
#container .map-area .map-type li button span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 18px;
  font-size: 10px;
  font-weight: 600;
  color: #a3a0af;
}
#container .map-area .map-tool {
  position: absolute;
  bottom: 16px;
  right: var(--map-tool-right, calc(var(--right-panel-width, 540px) + 16px));
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: right 0.3s ease;
}
#container .map-area .map-tool .tool-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
#container .map-area .map-tool .tool-list.zoom-tool {
  gap: 0;
}
#container .map-area .map-tool .tool-list .tool-item {
  position: relative;
  width: 36px;
  height: 36px;
}
#container .map-area .toast-alarm {
  position: absolute;
  bottom: 20px;
  left: 45%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 15;
}
#container .map-area .toast-alarm .alarm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 720px;
  height: 41px;
  padding: 0 8px 0 16px;
  border-radius: 8px;
  border: 1px solid #E53240;
  background: rgba(229, 50, 64, 0.8);
  backdrop-filter: blur(2px);
  color: #ffffff;
}
#container .map-area .toast-alarm .alarm.step-1 {
  opacity: 1;
}
#container .map-area .toast-alarm .alarm.step-2 {
  opacity: 0.5;
}
#container .map-area .toast-alarm .alarm.step-3 {
  opacity: 0.2;
}
#container .map-area .toast-alarm .alarm .dot {
  width: 3px;
  height: 3px;
  background: #f08c94;
  border-radius: 50%;
}
#container .map-area .toast-alarm .alarm .alarm-content {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
}
#container .map-area .toast-alarm .alarm .flex {
  display: flex;
  align-items: center;
  gap: 16px;
}
#container .map-area .toast-alarm .alarm .alarm-data {
  display: flex;
  align-items: center;
  gap: 8px;
}
#container .map-area .toast-alarm .alarm .alarm-data .data-item {
  display: flex;
  align-items: center;
  gap: 4px;
}
#container .map-area .toast-alarm .alarm .alarm-data .data-item .text {
  font-size: 14px;
  font-weight: 700;
}
#container .map-area .toast-alarm .alarm .alarm-data .data-item .unit {
  font-size: 14px;
  opacity: 0.7;
}
#container .map-area .toast-alarm .alarm .alarm-actions {
  display: flex;
  align-items: center;
  gap: 4px;
}
#container .map-area .toast-alarm .alarm .alarm-actions .btn.text {
  padding: 4px 10px;
  border-radius: 4px;
  background-color: #ca1a27;
  font-size: 13px;
  font-weight: 600;
  color: #ffffff;
}
#container .map-area .toast-alarm .alarm .alarm-actions .btn.text:hover {
  background-color: #9D141F;
}
#container .map-area .toast-alarm .alarm .alarm-actions .btn.location {
  width: 24px;
  height: 24px;
  background-image: url("../images/icon/icon-location-s-surface-w.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ca1a27;
  border-radius: 4px;
}
#container .map-area .toast-alarm .alarm .alarm-actions .btn.location:hover {
  background-color: #9D141F;
}
#container .map-area .toast-alarm .alarm .alarm-actions .btn.close {
  width: 24px;
  height: 24px;
  background-image: url("../images/icon/icon-close-s-w.svg");
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 4px;
}
#container .map-area .toast-alarm .alarm .alarm-actions .btn.close:hover {
  background-color: #9D141F;
}
#container.left-panel-closed {
  --data-filter-left: 16px;
}
#container.right-panel-closed {
  --map-type-right: 16px;
  --map-tool-right: 16px;
}
#container.both-panels-closed {
  --data-filter-left: 16px;
  --map-type-right: 16px;
  --map-tool-right: 16px;
}

/* Common Panel Styles */
.left-panel, .right-panel, .bottom-panel {
  position: absolute;
  z-index: 3;
  background: #0d1235;
}

.left-panel .inner, .right-panel .inner, .bottom-panel .inner {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 20px;
  width: 100%;
  height: 100%;
  background: inherit;
}

.left-panel .inner:before, .right-panel .inner:before, .bottom-panel .inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.right-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: var(--right-panel-width, 540px);
  height: 100%;
  background-color: rgba(38, 25, 89, 0.8);
  backdrop-filter: blur(10px);
  z-index: 100;
  transition: right 0.3s ease-in-out;
}
.right-panel.full {
  width: 100%;
}
.right-panel.full .inner .panel-cont .chart-wrap .chart-box {
  height: 264px;
  min-height: 264px;
}
.right-panel.full .inner .panel-cont .chart-wrap .chart-box.flex-1 {
  height: 100%;
}
.right-panel.closed {
  right: calc(-1 * var(--right-panel-width, 540px));
}
.right-panel .inner:before {
  background: linear-gradient(-41deg, rgb(13, 18, 53) 0%, rgb(13, 18, 53) 80%, rgba(114, 0, 213, 0.4) 100%);
}
.right-panel .inner .panel-head {
  position: relative;
}
.right-panel .inner .panel-head.border-bottom {
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}
.right-panel .inner .panel-head.only-title {
  display: flex;
  align-items: center;
  height: 48px;
}
.right-panel .inner .panel-head.only-title + .panel-cont {
  margin-top: 16px;
}
.right-panel .inner .panel-head .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.right-panel .inner .panel-head .title .flex {
  display: flex;
  align-items: center;
  gap: 8px;
}
.right-panel .inner .panel-head .title .flex.gap16 {
  gap: 16px;
}
.right-panel .inner .panel-head .title h2 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}
.right-panel .inner .panel-head .title .sub-text {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 2px;
}
.right-panel .inner .panel-head .title .sub-text span {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  color: #b3aada;
}
.right-panel .inner .panel-head .title .btn.primary {
  min-width: 100px;
}
.right-panel .inner .panel-cont {
  position: relative;
  flex-grow: 1;
  min-height: 0;
  margin-top: 10px;
}
.right-panel .inner .panel-cont:has(.chart-box) {
  margin-top: 16px;
}
.right-panel .inner .panel-cont:has(.chart-box) .chart-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 16px;
}
.right-panel .inner .panel-cont:has(.chart-box) .chart-wrap .sub-title {
  width: 100%;
  height: auto;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  color: #a386ff;
}
.right-panel .inner .panel-cont:has(.chart-box) .chart-wrap .sub-title.mt16 {
  margin-top: 16px;
}
.right-panel .inner .panel-cont:has(.chart-box) .chart-wrap.scrollbar {
  flex: 1 1 auto;
  overflow-y: auto;
  overflow-x: hidden;
  min-height: 0;
  max-height: 100%;
}
.right-panel .inner .panel-cont:has(.chart-box) .chart-wrap.grid3 {
  flex-wrap: wrap;
  flex-direction: row;
}
.right-panel .inner .panel-cont:has(.chart-box) .chart-wrap.grid3 .chart-box {
  width: calc(33.3333333333% - 12px);
  height: calc(33.3333333333% - 12px);
}
.right-panel .inner .panel-cont:has(.chart-box) .chart-wrap.grid3:has(.sub-title) {
  row-gap: 8px;
}
.right-panel .inner .panel-cont:has(.chart-box) .chart-wrap.grid3:has(.sub-title) .chart-box {
  height: calc(50% - 45px);
}
.right-panel .inner .panel-cont:has(.chart-box) .chart-wrap.grid2 {
  flex-direction: row;
  flex-wrap: wrap;
}
.right-panel .inner .panel-cont:has(.chart-box) .chart-wrap.grid2 .chart-box {
  width: calc(50% - 8px);
  height: calc(50% - 8px);
}
.right-panel .inner .panel-cont:has(.chart-box) .chart-wrap.grid4x2 {
  flex-grow: 1;
  height: calc(100% - 20px);
  flex-wrap: wrap;
  flex-direction: row;
  gap: 10px;
}
.right-panel .inner .panel-cont:has(.chart-box) .chart-wrap.grid4x2 .chart-box {
  width: calc(25% - 7.5px); /* 한 줄에 4개 배치 */
  height: calc(50% - 5px); /* 총 2줄 */
  flex-grow: initial;
}
.right-panel .inner .panel-cont .tab-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.right-panel .inner .panel-cont .grid-wrap {
  display: flex;
  gap: 16px;
  height: 100%;
}
.right-panel .inner .panel-cont .chart-wrap:has(.list-box.chart:first-child:last-child) .list-box.chart,
.right-panel .inner .panel-cont .grid-wrap:has(.list-box.chart:first-child:last-child) .list-box.chart {
  max-height: 100%;
  height: 100%;
}
.right-panel .inner .panel-cont .chart-wrap:has(.list-box.chart:first-child:not(:last-child)) .list-box.chart,
.right-panel .inner .panel-cont .grid-wrap:has(.list-box.chart:first-child:not(:last-child)) .list-box.chart {
  max-height: 100%;
  height: 49%;
}
.right-panel .inner .panel-cont .chart-wrap .chart-row,
.right-panel .inner .panel-cont .chart-wrap .grid-row,
.right-panel .inner .panel-cont .grid-wrap .chart-row,
.right-panel .inner .panel-cont .grid-wrap .grid-row {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  height: 100%;
  gap: 16px;
}
.right-panel .inner .panel-cont .chart-wrap .chart-row.column,
.right-panel .inner .panel-cont .chart-wrap .grid-row.column,
.right-panel .inner .panel-cont .grid-wrap .chart-row.column,
.right-panel .inner .panel-cont .grid-wrap .grid-row.column {
  flex-direction: column;
}
.right-panel .inner .panel-cont .chart-wrap .chart-row .chart-row,
.right-panel .inner .panel-cont .chart-wrap .grid-row .chart-row,
.right-panel .inner .panel-cont .grid-wrap .chart-row .chart-row,
.right-panel .inner .panel-cont .grid-wrap .grid-row .chart-row {
  width: 100%;
}
.right-panel .inner .panel-cont .chart-wrap .chart-box,
.right-panel .inner .panel-cont .grid-wrap .chart-box {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  gap: 4px;
  padding: 16px;
  border-radius: 8px;
  background-image: linear-gradient(153deg, rgba(156, 67, 255, 0.15) 0%, rgba(156, 67, 255, 0.1) 101%);
}
.right-panel .inner .panel-cont .chart-wrap .chart-box.sm,
.right-panel .inner .panel-cont .grid-wrap .chart-box.sm {
  height: 250px;
}
.right-panel .inner .panel-cont .chart-wrap .chart-box.sm + .table,
.right-panel .inner .panel-cont .grid-wrap .chart-box.sm + .table {
  margin-top: 16px;
}
.right-panel .inner .panel-cont .chart-wrap .chart-box .chart-title,
.right-panel .inner .panel-cont .grid-wrap .chart-box .chart-title {
  display: flex;
  align-items: center;
  gap: 8px;
}
.right-panel .inner .panel-cont .chart-wrap .chart-box .chart-title.side,
.right-panel .inner .panel-cont .grid-wrap .chart-box .chart-title.side {
  justify-content: space-between;
}
.right-panel .inner .panel-cont .chart-wrap .chart-box .chart-title.side .checkbox.lg label::before,
.right-panel .inner .panel-cont .grid-wrap .chart-box .chart-title.side .checkbox.lg label::before {
  margin-top: -2px;
}
.right-panel .inner .panel-cont .chart-wrap .chart-box .chart-title h3,
.right-panel .inner .panel-cont .grid-wrap .chart-box .chart-title h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
}
.right-panel .inner .panel-cont .chart-wrap .chart-box .chart-title .date,
.right-panel .inner .panel-cont .grid-wrap .chart-box .chart-title .date {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  color: #b3aada;
}
.right-panel .inner .panel-cont .chart-wrap .chart-box .chart-title .right,
.right-panel .inner .panel-cont .grid-wrap .chart-box .chart-title .right {
  display: flex;
  align-items: center;
  gap: 8px;
}
.right-panel .inner .panel-cont .chart-wrap .chart-box .chart-title .right .select + .label,
.right-panel .inner .panel-cont .grid-wrap .chart-box .chart-title .right .select + .label {
  margin-left: 8px;
}
.right-panel .inner .panel-cont .chart-wrap .chart-box .chart-title .right span,
.right-panel .inner .panel-cont .grid-wrap .chart-box .chart-title .right span {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  color: #b3aada;
}
.right-panel .inner .panel-cont .chart-wrap .chart-box .chart-title .right span.label,
.right-panel .inner .panel-cont .grid-wrap .chart-box .chart-title .right span.label {
  font-size: 14px;
  min-width: 52px;
}
.right-panel .inner .panel-cont .chart-wrap .chart-box .chart-cont,
.right-panel .inner .panel-cont .grid-wrap .chart-box .chart-cont {
  flex-grow: 1;
}
.right-panel .inner .panel-cont .chart-wrap .chart-box .chart-cont:has(.data-group),
.right-panel .inner .panel-cont .grid-wrap .chart-box .chart-cont:has(.data-group) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 8px 10px;
  gap: 10px;
}
.right-panel .inner .panel-cont .chart-wrap .chart-box .chart-cont .chart-nodata,
.right-panel .inner .panel-cont .grid-wrap .chart-box .chart-cont .chart-nodata {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 13px;
  line-height: 1.4;
  color: #b3aada;
}
.right-panel .inner .panel-cont .chart-wrap .chart-box .chart-cont .chart,
.right-panel .inner .panel-cont .grid-wrap .chart-box .chart-cont .chart {
  width: 100%;
  height: 100%;
}
.right-panel .inner .panel-cont .chart-wrap .grid-box,
.right-panel .inner .panel-cont .grid-wrap .grid-box {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 30px 24px;
  border-radius: 8px;
  background-image: linear-gradient(153deg, rgba(156, 67, 255, 0.15) 0%, rgba(156, 67, 255, 0.1) 101%);
}
.right-panel .inner .panel-cont .chart-wrap .grid-box.side,
.right-panel .inner .panel-cont .grid-wrap .grid-box.side {
  min-width: 540px;
  max-width: 540px;
}
.right-panel .inner .panel-cont .chart-wrap .grid-box .grid-title,
.right-panel .inner .panel-cont .grid-wrap .grid-box .grid-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.right-panel .inner .panel-cont .chart-wrap .grid-box .grid-title h3,
.right-panel .inner .panel-cont .grid-wrap .grid-box .grid-title h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  text-align: left;
  color: #fff;
}
.right-panel .inner .panel-cont .chart-wrap .grid-box .grid-cont,
.right-panel .inner .panel-cont .grid-wrap .grid-box .grid-cont {
  flex-grow: 1;
}
.right-panel .inner .panel-cont .chart-wrap .grid-box .grid-cont .filter,
.right-panel .inner .panel-cont .grid-wrap .grid-box .grid-cont .filter {
  position: relative;
  margin-top: 16px;
  margin-bottom: 24px;
}
.right-panel .inner .panel-cont .chart-wrap .grid-box .grid-cont .filter:has(.btn-area),
.right-panel .inner .panel-cont .grid-wrap .grid-box .grid-cont .filter:has(.btn-area) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.right-panel .inner .panel-cont .chart-wrap .grid-box .grid-cont .filter li,
.right-panel .inner .panel-cont .grid-wrap .grid-box .grid-cont .filter li {
  display: flex;
  align-items: center;
}
.right-panel .inner .panel-cont .chart-wrap .grid-box .grid-cont .filter li .label,
.right-panel .inner .panel-cont .grid-wrap .grid-box .grid-cont .filter li .label {
  display: flex;
  align-items: center;
  margin-right: 12px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
  color: #b3aada;
}
.right-panel .inner .panel-cont .chart-wrap .grid-box .grid-cont .filter li .data,
.right-panel .inner .panel-cont .grid-wrap .grid-box .grid-cont .filter li .data {
  display: flex;
  align-items: center;
  gap: 8px;
}
.right-panel .inner .panel-cont .chart-wrap .grid-box .grid-cont .filter li .data:has(input.datepicker),
.right-panel .inner .panel-cont .grid-wrap .grid-box .grid-cont .filter li .data:has(input.datepicker) {
  gap: 4px;
}
.right-panel .inner .panel-cont .chart-wrap .grid-box .grid-cont .filter li .data input.datepicker,
.right-panel .inner .panel-cont .grid-wrap .grid-box .grid-cont .filter li .data input.datepicker {
  width: 140px;
}
.right-panel .inner .panel-cont .chart-wrap .grid-box .grid-cont .filter li .data .select,
.right-panel .inner .panel-cont .grid-wrap .grid-box .grid-cont .filter li .data .select {
  width: 140px;
}
.right-panel .inner .panel-cont .chart-wrap .grid-box .grid-cont .filter li .data .search-input,
.right-panel .inner .panel-cont .grid-wrap .grid-box .grid-cont .filter li .data .search-input {
  width: 400px;
}
.right-panel .inner .panel-cont .chart-wrap .grid-box .grid-cont .filter li .data + .label,
.right-panel .inner .panel-cont .grid-wrap .grid-box .grid-cont .filter li .data + .label {
  margin-left: 24px;
}
.right-panel .inner .panel-cont .chart-wrap .grid-box .grid-cont .filter li.btn-area,
.right-panel .inner .panel-cont .grid-wrap .grid-box .grid-cont .filter li.btn-area {
  gap: 8px;
}
.right-panel .inner .panel-cont .chart-wrap .grid-box .grid-cont .filter li.btn-area .btn.primary,
.right-panel .inner .panel-cont .grid-wrap .grid-box .grid-cont .filter li.btn-area .btn.primary {
  width: 70px;
  min-width: 70px;
}
.right-panel .inner .panel-cont .chart-wrap .grid-box .grid-cont .total,
.right-panel .inner .panel-cont .grid-wrap .grid-box .grid-cont .total {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 5px;
  font-size: 14px;
  color: #b3aada;
  line-height: 1.4;
}
.right-panel .inner .panel-cont .chart-wrap .grid-box .grid-cont .total .count,
.right-panel .inner .panel-cont .grid-wrap .grid-box .grid-cont .total .count {
  font-weight: 600;
  color: #fff;
}
.right-panel .inner .panel-cont .chart-wrap .grid-box .grid-cont .info-box,
.right-panel .inner .panel-cont .grid-wrap .grid-box .grid-cont .info-box {
  display: grid;
  grid-template-columns: 80px 1fr;
  row-gap: 6px;
  column-gap: 8px;
  margin-top: 8px;
  margin-bottom: 16px;
  padding: 12px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.1);
}
.right-panel .inner .panel-cont .chart-wrap .grid-box .grid-cont .info-box dt,
.right-panel .inner .panel-cont .grid-wrap .grid-box .grid-cont .info-box dt {
  display: flex;
  align-items: center;
  min-height: 20px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  color: #b3aada;
}
.right-panel .inner .panel-cont .chart-wrap .grid-box .grid-cont .info-box dd,
.right-panel .inner .panel-cont .grid-wrap .grid-box .grid-cont .info-box dd {
  display: flex;
  align-items: center;
  min-height: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.right-panel .inner .panel-cont .chart-wrap .grid-box .grid-cont.tab-wrap .tab-list,
.right-panel .inner .panel-cont .grid-wrap .grid-box .grid-cont.tab-wrap .tab-list {
  margin-top: 16px;
  margin-bottom: 24px;
  margin-right: 24px;
}
.right-panel .inner .panel-cont .chart-wrap .grid-box .grid-cont.tab-wrap .tab-list li a,
.right-panel .inner .panel-cont .grid-wrap .grid-box .grid-cont.tab-wrap .tab-list li a {
  min-width: 120px;
}
.right-panel .inner .panel-cont .chart-wrap .grid-box .grid-cont .table.tabulator .tabulator-header .tabulator-headers,
.right-panel .inner .panel-cont .grid-wrap .grid-box .grid-cont .table.tabulator .tabulator-header .tabulator-headers {
  height: 40px !important;
}
.right-panel .inner .panel-cont .chart-wrap .grid-box .grid-cont .table.tabulator .tabulator-header .tabulator-headers .tabulator-col,
.right-panel .inner .panel-cont .grid-wrap .grid-box .grid-cont .table.tabulator .tabulator-header .tabulator-headers .tabulator-col {
  height: 40px !important;
}
.right-panel .inner .panel-cont .chart-wrap .grid-box .grid-cont .table.tabulator .tabulator-header .tabulator-headers .tabulator-col .tabulator-col-content .tabulator-col-title,
.right-panel .inner .panel-cont .grid-wrap .grid-box .grid-cont .table.tabulator .tabulator-header .tabulator-headers .tabulator-col .tabulator-col-content .tabulator-col-title {
  font-size: 14px;
}
.right-panel .inner .panel-cont .chart-wrap .grid-box .grid-cont .table.horizontal,
.right-panel .inner .panel-cont .grid-wrap .grid-box .grid-cont .table.horizontal {
  margin: 16px 0;
}

.right-panel .inner .panel-cont .grid-wrap .grid-box .grid-cont #view-initial {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.right-panel .inner .panel-cont .chart-wrap .grid-box .grid-cont .table-empty,
.right-panel .inner .panel-cont .grid-wrap .grid-box .grid-cont #view-initial .table-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 13px;
  line-height: 1.4;
  color: #b3aada;
}
.right-panel .inner .panel-cont .chart-wrap .grid-box .grid-cont .table-empty .btn.primary,
.right-panel .inner .panel-cont .grid-wrap .grid-box .grid-cont .table-empty .btn.primary {
  width: 70px;
  min-width: 70px;
}
.right-panel .inner .panel-cont .chart-wrap .grid-box .grid-cont .btn-area,
.right-panel .inner .panel-cont .grid-wrap .grid-box .grid-cont .btn-area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.right-panel .inner .panel-cont .chart-wrap .grid-box .grid-cont .btn-area .btn:not(.delete, .reset),
.right-panel .inner .panel-cont .grid-wrap .grid-box .grid-cont .btn-area .btn:not(.delete, .reset) {
  min-width: 100px;
  width: 100px;
}
.right-panel .inner .panel-cont .info-txt {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 4px;
  padding-left: 16px;
  color: #b3aada;
  font-size: 12px;
  line-height: 1.4;
}
.right-panel .inner .panel-cont .info-txt::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 12px;
  height: 12px;
  background: url("../images/icon/icon-info-xs.svg") no-repeat center;
}
.right-panel .inner .panel-cont .divider {
  margin: 8px 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}
.right-panel .inner .panel-cont .setting-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 26px;
  margin: 8px 0;
}
.right-panel .inner .panel-cont .setting-head .total {
  font-size: 12px;
  line-height: 1.4;
  color: #daddf0;
}
.right-panel .inner .panel-cont .setting-head .btn-area .btn {
  height: 26px;
  padding: 4px 8px;
  font-size: 13px;
}
.right-panel .inner .panel-cont .setting-cont {
  height: calc(100% - 72px);
}
.right-panel .inner .panel-cont .setting-cont .chart-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.right-panel .inner .panel-cont .setting-cont .chart-list li {
  position: relative;
  display: flex;
  align-items: center;
  height: 45px;
  gap: 8px;
  padding: 11px 14px;
  border-radius: 4px;
  background-color: #211c4e;
  cursor: pointer;
}
.right-panel .inner .panel-cont .setting-cont .chart-list li .chart-number {
  width: 20px;
  min-width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.05);
  font-size: 9px;
  font-weight: bold;
  color: #b3aada;
}
.right-panel .inner .panel-cont .setting-cont .chart-list li .chart-title {
  font-size: 13px;
  line-height: 1.4;
  color: #fff;
}
.right-panel .inner .panel-cont .setting-cont .chart-list li .chart-info {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 4px;
}
.right-panel .inner .panel-cont .setting-cont .chart-list li .chart-info .chart-label {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 62px;
  height: 23px;
  padding: 4px 10px;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.05);
  font-size: 11px;
  font-weight: bold;
  color: #fff;
}
.right-panel .inner .panel-cont .setting-cont .chart-list li:nth-of-type(1), .right-panel .inner .panel-cont .setting-cont .chart-list li:nth-of-type(2), .right-panel .inner .panel-cont .setting-cont .chart-list li:nth-of-type(3) {
  background-color: #321981;
}
.right-panel .inner .panel-cont .setting-cont .chart-list li:nth-of-type(1) .chart-number, .right-panel .inner .panel-cont .setting-cont .chart-list li:nth-of-type(2) .chart-number, .right-panel .inner .panel-cont .setting-cont .chart-list li:nth-of-type(3) .chart-number {
  background: var(--BTN-A, linear-gradient(99deg, #FE670C -0.12%, #E53240 22.66%, #4E148F 113.81%));
  color: #fff;
}
.right-panel .tab-wrap .tab-list.top-fixed {
  position: absolute;
  top: -60px;
  right: 0;
  margin: 0;
}

.right-wide-panel {
  position: relative;
  width: 920px;
  min-width: 920px;
  height: 100%;
  z-index: 3;
  transition: right 0.3s ease;
}
.right-wide-panel .inner {
  position: relative;
  display: flex;
  gap: 16px;
  padding: 20px;
  width: 100%;
  height: 100%;
  background: #0d1235;
}
.right-wide-panel .inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-41deg, rgb(13, 18, 53) 0%, rgb(13, 18, 53) 60%, rgba(114, 0, 213, 0.4) 100%);
}
.right-wide-panel .inner .col {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 432px;
  z-index: 1;
  min-height: 0;
}
.right-wide-panel .inner .grid-box {
  flex-grow: 1;
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  height: 100vh;
  min-height: 0;
  overflow: hidden;
  border-radius: 8px;
  background-image: linear-gradient(120deg, rgba(156, 67, 255, 0.15) 100%);
  flex: 1 1 auto;
}
.right-wide-panel .inner .grid-box:has(.header-row2) {
  max-height: 308px;
  min-height: 308px;
}
.right-wide-panel .inner .grid-box .grid-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.right-wide-panel .inner .grid-box .grid-head .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
}
.right-wide-panel .inner .grid-box .grid-head .select {
  min-width: 100px;
}
.right-wide-panel .inner .grid-box .grid-cont {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-grow: 1;
  min-height: 0;
  overflow: hidden;
  flex: 1 1 auto;
}
.right-wide-panel .inner .grid-box .grid-cont .table-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 10px;
}
.right-wide-panel .inner .grid-box .grid-cont .table.tabulator {
  height: 100% !important;
  flex: 1 1 auto;
  min-height: 0;
}
.right-wide-panel .inner .grid-box .grid-cont .table.tabulator .tabulator-header {
  flex: 0 0 auto;
}
.right-wide-panel .inner .grid-box .grid-cont .table.tabulator .tabulator-tableholder {
  flex: 1 1 auto;
  height: 100% !important;
  max-height: 100% !important;
  overflow: auto !important;
}
.right-wide-panel .inner .grid-box .grid-cont .time-txt {
  margin-top: 10px;
}

.left-panel {
  top: 0;
  left: 0;
  width: var(--left-panel-width, 360px);
  height: 100%;
  transition: left 0.3s ease;
}
.left-panel.closed {
  left: calc(-1 * var(--left-panel-width, 360px));
}
.left-panel .inner:before {
  background: linear-gradient(-41deg, rgb(13, 18, 53) 0%, rgb(13, 18, 53) 60%, rgba(114, 0, 213, 0.4) 100%);
}
.left-panel .inner .panel-head {
  position: relative;
}
.left-panel .inner .panel-head:has(.txt) .title {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.left-panel .inner .panel-head .time-txt {
  margin-top: 0;
  margin-bottom: 2px;
}
.left-panel .inner .panel-head .time-txt span {
  font-size: 14px;
}
.left-panel .inner .panel-head .time-txt span + span::before {
  margin: -2px 8px 0;
  vertical-align: middle;
}
.left-panel .inner .panel-head .title {
  margin-bottom: 16px;
}
.left-panel .inner .panel-head .title.mb0 {
  margin-bottom: 0;
}
.left-panel .inner .panel-head .title .sub-title {
  display: flex;
  align-items: center;
  width: fit-content;
  height: 24px;
  padding: 2px 12px;
  margin-bottom: 8px;
  border-radius: 14px;
  background-color: #510a9d;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.left-panel .inner .panel-head .title h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}
.left-panel .inner .panel-head .txt {
  color: #daddf0;
  font-size: 12px;
  line-height: 1.4;
}
.left-panel .inner .panel-cont {
  position: relative;
  flex-grow: 1;
  margin-top: 16px;
  min-height: 0;
  overflow: hidden;
}
.left-panel .inner .panel-cont .tab-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.left-panel .inner .panel-cont .tab-wrap .tab-list {
  margin-bottom: 12px;
}
.left-panel .inner .panel-cont .radio-group-box {
  flex-shrink: 0;
  padding: 12px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.1);
}
.left-panel .inner .panel-cont .radio-group-box .radio-group-title {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  color: #b3aada;
}
.left-panel .inner .panel-cont .radio-group-box .radio-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.left-panel .inner .panel-cont .setting-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 26px;
  margin-top: 30px;
  margin-bottom: 8px;
}
.left-panel .inner .panel-cont .setting-head .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
}
.left-panel .inner .panel-cont .setting-head .btn-area {
  gap: 4px;
}
.left-panel .inner .panel-cont .setting-head .btn-area .btn {
  height: 26px;
  padding: 4px 8px;
  font-size: 13px;
}
.left-panel .inner .panel-cont .setting-cont {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.left-panel .inner .panel-cont .setting-cont.scrollbar {
  max-height: calc(100% - 316px);
}
.left-panel .inner .panel-cont .setting-item {
  padding: 12px;
  border-radius: 4px;
  background-color: #261959;
}
.left-panel .inner .panel-cont .setting-item.nodata {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
  font-size: 13px;
  text-align: center;
  color: #b3aada;
  line-height: 1.4;
}
.left-panel .inner .panel-cont .setting-item.nodata img {
  margin: 0 auto 8px;
}
.left-panel .inner .panel-cont .setting-item .setting-item-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.left-panel .inner .panel-cont .setting-item .setting-item-head .title {
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
}
.left-panel .inner .panel-cont .setting-item .setting-item-head .btn-area {
  gap: 4px;
}
.left-panel .inner .panel-cont .setting-item .setting-item-cont dl dt {
  margin-bottom: 4px;
}
.left-panel .inner .panel-cont .setting-item dl {
  display: flex;
  flex-direction: column;
}
.left-panel .inner .panel-cont .setting-item dl dt {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4;
  color: #b3aada;
  margin-bottom: 8px;
}
.left-panel .inner .panel-cont .setting-item dl dd {
  display: flex;
  align-items: center;
  gap: 4px;
}
.left-panel .inner .panel-cont .setting-item dl dd .select {
  width: 100%;
}
.left-panel .inner .panel-cont .setting-item dl dd + dt {
  margin-top: 16px;
}
.left-panel .inner .filter {
  display: flex;
  align-items: center;
  gap: 8px;
}
.left-panel .inner .filter .input-wrap {
  display: flex;
  flex: 1;
  border-radius: 8px;
  overflow: hidden;
}
.left-panel .inner .filter .input-wrap input {
  border-radius: 0;
}
.left-panel .inner .filter.column {
  flex-direction: column;
}
.left-panel .inner .filter.column li {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.left-panel .inner .filter.column li .label {
  display: flex;
  align-items: center;
  min-width: 52px;
}
.left-panel .inner .filter.column li .label:has(.radio) {
  width: auto;
  gap: 10px;
  margin-right: 4px;
}
.left-panel .inner .filter.column li .label span {
  font-size: 14px;
  font-weight: bold;
  color: #b3aada;
}
.left-panel .inner .filter.column li .data {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 6px;
}
.left-panel .inner .filter.column li .data.w64 {
  max-width: 64px;
}
.left-panel .inner .filter.column li .data.w80 {
  max-width: 80px;
}
.left-panel .inner .filter.column li .data .flex {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.left-panel .inner .filter.column li .data .select,
.left-panel .inner .filter.column li .data input {
  width: 100%;
  min-width: initial;
}
.left-panel .inner .filter.column li .data + .label {
  margin-left: 4px;
}
.left-panel .inner .filter + .table {
  margin-top: 16px;
}
/* 하단 패널 */
.bottom-panel {
    bottom: 0;
    right: 0;
    left: var(--bottom-panel-left, var(--left-panel-width, 400px)); /* JS에서 업데이트하는 변수 사용 */
    height: 400px;
    min-height: 200px;
    transition: height 0.3s ease, left 0.3s ease, transform 0.3s ease;
}
.bottom-panel.closed {
    transform: translateY(100%);
}
.bottom-panel .inner:before {
    background: linear-gradient(-41deg, rgb(13, 18, 53) 0%, rgb(13, 18, 53) 80%, rgba(114, 0, 213, 0.4) 100%);
}
.bottom-panel .inner > * {
    position: relative;
}
/* 하단 패널 토글 버튼 */
.bottom-panel .btn.panel-toggle[data-panel="bottom"] {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%) rotate(-90deg);
    width: 24px;
    height: 48px;
    border-radius: 0 4px 4px 0;
    background: #0D1235;
    background-image: url("../images/icon/icon-open-s.svg");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 20; /* z-index 증가 */
}
.bottom-panel.closed .btn.panel-toggle[data-panel="bottom"] {
    background-image: url("../images/icon/icon-close-s.svg");
}
/* Panel Resizer Styles */
.panel-resizer {
  position: absolute;
  z-index: 200;
  background-color: transparent;
  transition: background-color 0.2s;
}

/* Right Panel Resizer */
.right-panel .panel-resizer {
  top: 0;
  left: -3px; /* 패널 왼쪽 경계선 중앙에 위치하도록 조정 */
  width: 7px;  /* 마우스 반응 영역을 넓게 잡음 */
  height: 100%;
  cursor: col-resize;
  background-color: transparent; /* 배경은 투명 */
  z-index: 200;
}

.right-panel .panel-resizer::before,
.right-panel .panel-resizer::after {
  content: '';
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(79, 0, 167, 0.5); /* 기존 보라색 계열 선 색상 */
  transition: background-color 0.2s;
}

/* 첫 번째 선 */
.right-panel .panel-resizer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 1px;
  width: 1px;
  height: 100%;
  background-color: rgba(156, 67, 255, 0.4); /* 연한 보라색 */
  transition: background-color 0.2s;
}

/* 두 번째 선 */
.right-panel .panel-resizer::after {
  content: '';
  position: absolute;
  top: 0;
  left: 4px; /* 3px 간격을 둠 */
  width: 1px;
  height: 100%;
  background-color: rgba(156, 67, 255, 0.4);
  transition: background-color 0.2s;
}

/* 마우스 호버 또는 드래그(resizing) 시 선 색상 강조 */
.right-panel .panel-resizer:hover::before,
.right-panel .panel-resizer.resizing::before,
.right-panel .panel-resizer:hover::after,
.right-panel .panel-resizer.resizing::after {
  background-color: rgba(156, 67, 255, 0.8);
}

.right-panel .panel-resizer:hover,
.right-panel .panel-resizer.resizing {
  background-color: rgba(156, 67, 255, 0.5);
}

.right-panel.closed .panel-resizer,
.right-panel.full .panel-resizer {
  display: none;
}
/* 하딘 패널 활성화 여부에 따라 지도 툴 위치 조정 */
#container:has(.bottom-panel) .map-area .map-tool {
    bottom: calc(var(--bottom-panel-height, 300px) + 16px);
    transition: bottom 0.3s ease;
}
#container:has(.bottom-panel.closed) .map-area .map-tool {
    bottom: 16px;
}
#container:has(.bottom-panel.closed) .map-area .map-popup-wrapper {
    bottom: 45px;
}
.bottom-panel .inner .panel-head .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bottom-panel .inner .panel-head .title > div:first-child {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.bottom-panel .inner .panel-head .title span {
    font-size: 14px;
    font-weight: 600;
    color: #b3aada;
    margin-bottom: 2px;
}
.bottom-panel .inner .panel-head .title .main-text {
    display: flex;
    align-items: flex-end;
    gap: 10px;
}
.bottom-panel .inner .panel-head .title .main-text h2 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
}
.bottom-panel .inner .panel-cont:has(.chart-box) {
    margin-top: 8px;
}
.bottom-panel .inner .panel-cont:has(.chart-box) .chart-wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 16px;
}
.bottom-panel .inner .panel-cont .chart-wrap .chart-box, .bottom-panel .inner .panel-cont .grid-wrap .chart-box {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    gap: 4px;
    padding: 16px 16px 4px;
    border-radius: 8px;
    background-image: linear-gradient(153deg, rgba(156, 67, 255, 0.15) 0%, rgba(156, 67, 255, 0.1) 101%);
}
.bottom-panel .inner .panel-cont .chart-wrap .chart-box .chart-title, .bottom-panel .inner .panel-cont .grid-wrap .chart-box .chart-title {
    display: flex;
    align-items: center;
    gap: 8px;
}
.bottom-panel .inner .panel-cont .chart-wrap .chart-box .chart-title h3, .bottom-panel .inner .panel-cont .grid-wrap .chart-box .chart-title h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    color: #fff;
}
.bottom-panel .inner .panel-cont .chart-wrap .chart-box .chart-cont, .bottom-panel .inner .panel-cont .grid-wrap .chart-box .chart-cont {
    flex-grow: 1;
}
.bottom-panel .inner .panel-cont {
    height: calc(100% - 48px); /* 헤더 높이를 제외한 나머지 높이 */
    margin-top: 0;
}
.bottom-panel .inner .panel-cont .chart-wrap {
    height: 100%;
}
.bottom-panel .inner .panel-cont .chart-wrap .chart-box {
    height: 100%;
    min-height: 0; /* Flexbox 높이 버그 방지 */
}
.bottom-panel .inner .panel-cont .chart-wrap .chart-box .chart-cont {
    height: calc(100% - 30px); /* 차트 제목 제외 높이 */
    flex-grow: 1;
}
.bottom-panel .inner .panel-cont .chart-wrap .chart-box .chart-cont .chart-nodata,
.bottom-panel .inner .panel-cont .grid-wrap .chart-box .chart-cont .chart-nodata {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 13px;
  line-height: 1.4;
  color: #b3aada;
}
.panel-list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
  overflow: hidden;
}
.panel-list li {
  display: flex;
  flex-direction: column;
  background-color: #2c2261;
  border-radius: 8px;
  overflow: hidden;
}
.panel-list li.active {
  background-color: #321981;
  flex-grow: 1;
  min-height: 0;
  overflow: hidden;
}
.left-panel .panel-list li.active {
  flex-grow: 0;
}
.panel-list li.active .list-title {
  padding-bottom: 0;
}
.panel-list li.active .list-title h2 {
  color: #ffffff;
}
.panel-list li.active .list-cont {
  display: flex;
  flex-grow: 1;
  overflow-y: auto;
  min-height: 0;
}
.panel-list li.active .list-cont::-webkit-scrollbar {
  width: 6px;
}
.panel-list li.active .list-cont::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  cursor: pointer;
}
.panel-list li.active .list-cont::-webkit-scrollbar-track {
  background: transparent;
}
.panel-list li .list-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
}
.panel-list li .list-title h2 {
  font-size: 16px;
  font-weight: 600;
  color: #b3aada;
  line-height: 22px;
}
.panel-list li .list-title .btn-area {
  gap: 8px;
}
.panel-list li .list-cont {
  display: none;
  flex-direction: column;
  flex-grow: 1;
  padding: 0 16px 16px;
}
.panel-list li .list-cont > div {
  flex-grow: 1;
}
.panel-list li .list-cont .list-box {
  padding: 12px;
  margin-top: 8px;
  border-radius: 4px;
  background-color: #261959;
}
.panel-list li .list-cont .list-box.text {
  flex-grow: 0;
}
.panel-list li .list-cont .list-box.text dl {
  display: grid;
  grid-template-columns: 50px 1fr;
  row-gap: 4px;
}
.panel-list li .list-cont .list-box.text dl dt {
  font-size: 14px;
  color: #b3aada;
  line-height: 1.5;
}
.panel-list li .list-cont .list-box.text dl dd {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  line-height: 1.5;
}
.panel-list li .list-cont .list-box.text dl dd::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  margin: -1px 8px 0;
  background-color: #9ba2ad;
  border-radius: 50%;
  vertical-align: middle;
}
.panel-list li .list-cont .list-box.chart {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.panel-list li .list-cont .list-box.chart .chart-title h3 {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
.panel-list li .list-cont .list-box.chart .chart-cont {
  flex-grow: 1;
}
.panel-list li .list-cont .chart-wrap {
  display: flex;
  flex-direction: column;
}
.panel-list li .list-cont .time-area {
  flex-grow: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
}
.panel-list li .list-cont .time-area .btn-area {
  display: flex;
  gap: 4px;
}
.panel-list li .list-cont .time-area .time-text {
  color: #b3aada;
  font-size: 12px;
}
.panel-list li .list-cont .population-wrap {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 8px;
}
.panel-list li:nth-child(1) .list-cont .population-wrap,
.panel-list li:nth-child(2) .list-cont .population-wrap {
  cursor: pointer;
}
.panel-list li .list-cont .population-wrap .population-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 0;
  padding: 12px;
  border-radius: 4px;
  background-color: #261959;
  gap: 20px;
}
.panel-list li .list-cont .population-wrap .population-item .location-name {
  font-size: 15px;
  line-height: 1.4;
  text-align: left;
  color: #fff;
}
.panel-list li .list-cont .population-wrap .population-item .population-detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.panel-list li .list-cont .population-wrap .population-item .population-detail .detail-left,
.panel-list li .list-cont .population-wrap .population-item .population-detail .detail-right {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.panel-list li .list-cont .population-wrap .population-item .population-detail .detail-left .detail-info,
.panel-list li .list-cont .population-wrap .population-item .population-detail .detail-right .detail-info {
  min-width: 100px;
}
.panel-list li .list-cont .population-wrap .population-item .population-detail .detail-left .detail-info .label,
.panel-list li .list-cont .population-wrap .population-item .population-detail .detail-right .detail-info .label {
  font-size: 12px;
  line-height: 1.4;
  text-align: left;
  color: #b3aada;
}
.panel-list li .list-cont .population-wrap .population-item .population-detail .detail-left .detail-info .value-group,
.panel-list li .list-cont .population-wrap .population-item .population-detail .detail-right .detail-info .value-group {
  display: flex;
  align-items: baseline;
  gap: 4px;
}
.panel-list li .list-cont .population-wrap .population-item .population-detail .detail-left .detail-info .value-group .value,
.panel-list li .list-cont .population-wrap .population-item .population-detail .detail-right .detail-info .value-group .value {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}
.panel-list li .list-cont .population-wrap .population-item .population-detail .detail-left .detail-info .value-group .value.blue,
.panel-list li .list-cont .population-wrap .population-item .population-detail .detail-right .detail-info .value-group .value.blue {
  color: #40b6ff;
}
.panel-list li .list-cont .population-wrap .population-item .population-detail .detail-left .detail-info .value-group .value.green,
.panel-list li .list-cont .population-wrap .population-item .population-detail .detail-right .detail-info .value-group .value.green {
  color: #03e935;
}
.panel-list li .list-cont .population-wrap .population-item .population-detail .detail-left .detail-info .value-group .value.yellow,
.panel-list li .list-cont .population-wrap .population-item .population-detail .detail-right .detail-info .value-group .value.yellow {
  color: #fad51c;
}
.panel-list li .list-cont .population-wrap .population-item .population-detail .detail-left .detail-info .value-group .value.orange,
.panel-list li .list-cont .population-wrap .population-item .population-detail .detail-right .detail-info .value-group .value.orange {
  color: #ff6624;
}
.panel-list li .list-cont .population-wrap .population-item .population-detail .detail-left .detail-info .value-group .value.red,
.panel-list li .list-cont .population-wrap .population-item .population-detail .detail-right .detail-info .value-group .value.red {
  color: #ea2424;
}
.panel-list li .list-cont .population-wrap .population-item .population-detail .detail-left .detail-info .value-group .unit,
.panel-list li .list-cont .population-wrap .population-item .population-detail .detail-right .detail-info .value-group .unit {
  color: #ffffff;
  font-size: 18px;
}

.panel-list li .list-cont .top5-wrap {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 8px;
}
.panel-list li .list-cont .top5-wrap .population-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 0;
  padding: 12px;
  border-radius: 4px;
  background-color: #261959;
  gap: 20px;
}
.panel-list li .list-cont .top5-wrap .population-item .location-name {
  font-size: 15px;
  line-height: 1.4;
  text-align: left;
  color: #fff;
}
.panel-list li .list-cont .top5-wrap .population-item .population-detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.panel-list li .list-cont .top5-wrap .population-item .population-detail .detail-left,
.panel-list li .list-cont .top5-wrap .population-item .population-detail .detail-right {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.panel-list li .list-cont .top5-wrap .population-item .population-detail .detail-left .detail-info,
.panel-list li .list-cont .top5-wrap .population-item .population-detail .detail-right .detail-info {
  min-width: 100px;
}
.panel-list li .list-cont .top5-wrap .population-item .population-detail .detail-left .detail-info .label,
.panel-list li .list-cont .top5-wrap .population-item .population-detail .detail-right .detail-info .label {
  font-size: 12px;
  line-height: 1.4;
  text-align: left;
  color: #b3aada;
}
.panel-list li .list-cont .top5-wrap .population-item .population-detail .detail-left .detail-info .value-group,
.panel-list li .list-cont .top5-wrap .population-item .population-detail .detail-right .detail-info .value-group {
  display: flex;
  align-items: baseline;
  gap: 4px;
}
.panel-list li .list-cont .top5-wrap .population-item .population-detail .detail-left .detail-info .value-group .value,
.panel-list li .list-cont .top5-wrap .population-item .population-detail .detail-right .detail-info .value-group .value {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}
.panel-list li .list-cont .top5-wrap .population-item .population-detail .detail-left .detail-info .value-group .value.blue,
.panel-list li .list-cont .top5-wrap .population-item .population-detail .detail-right .detail-info .value-group .value.blue {
  color: #40b6ff;
}
.panel-list li .list-cont .top5-wrap .population-item .population-detail .detail-left .detail-info .value-group .value.green,
.panel-list li .list-cont .top5-wrap .population-item .population-detail .detail-right .detail-info .value-group .value.green {
  color: #03e935;
}
.panel-list li .list-cont .top5-wrap .population-item .population-detail .detail-left .detail-info .value-group .value.yellow,
.panel-list li .list-cont .top5-wrap .population-item .population-detail .detail-right .detail-info .value-group .value.yellow {
  color: #fad51c;
}
.panel-list li .list-cont .top5-wrap .population-item .population-detail .detail-left .detail-info .value-group .value.orange,
.panel-list li .list-cont .top5-wrap .population-item .population-detail .detail-right .detail-info .value-group .value.orange {
  color: #ff6624;
}
.panel-list li .list-cont .top5-wrap .population-item .population-detail .detail-left .detail-info .value-group .value.red,
.panel-list li .list-cont .top5-wrap .population-item .population-detail .detail-right .detail-info .value-group .value.red {
  color: #ea2424;
}
.panel-list li .list-cont .top5-wrap .population-item .population-detail .detail-left .detail-info .value-group .unit,
.panel-list li .list-cont .top5-wrap .population-item .population-detail .detail-right .detail-info .value-group .unit {
  color: #ffffff;
  font-size: 18px;
}

.situation-page {
  flex-direction: column;
  background-color: #181822;
}
.situation-page .situation-header {
  height: 100px;
  min-height: 100px;
  display: flex;
  align-items: center;
  background-color: #181822;
}
.situation-page .situation-header .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 24px;
}
.situation-page .situation-header .header-inner .title-area {
  flex: 1;
  text-align: center;
  gap: 4px;
}
.situation-page .situation-header .header-inner .title-area h1 .title-text {
  font-size: 36px;
  font-weight: 600;
  color: #ffffff;
}
.situation-page .situation-header .header-inner .title-area h1 .title-text.highlight {
  color: #ff5e91;
}
.situation-page .situation-header .header-inner .util-area {
  display: flex;
  align-items: center;
  gap: 4px;
}
.situation-page .situation-header .header-inner .util-area li .user-info {
  display: flex;
  align-items: center;
  height: 40px;
  gap: 6px;
  padding: 0 16px;
  background: #252b3a;
  border-radius: 20px;
}
.situation-page .situation-header .header-inner .util-area li .user-info span {
  font-size: 15px;
  color: #d8dde8;
}
.situation-page .situation-header .header-inner .util-area li .logout,
.situation-page .situation-header .header-inner .util-area li .login {
  width: 40px;
  height: 40px;
  background: #252b3a;
  border: none;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.situation-page #container {
  height: calc(100% - 100px);
  padding: 0 20px 20px;
  margin-left: 0;
  gap: 20px;
  background-color: #181822;
}
.situation-page #container .panel {
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 100%;
  background: transparent;
}
.situation-page #container .panel .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 12px;
  padding: 0 16px;
  width: 100%;
  height: 44px;
  min-height: 44px;
}
.situation-page #container .panel .head .title {
  display: flex;
  align-items: center;
  gap: 8px;
}
.situation-page #container .panel .head .title .icon {
  width: 24px;
  height: 24px;
  background: linear-gradient(135deg, #fe670c, #e53240, #4e148f);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.situation-page #container .panel .head .title .icon img {
  width: 20px;
  height: 20px;
}
.situation-page #container .panel .head .title .title-text {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.situation-page #container .panel .head .statistics {
  display: flex;
  align-items: center;
  gap: 20px;
}
.situation-page #container .panel .head .statistics .traffic-volume,
.situation-page #container .panel .head .statistics .speed {
  display: flex;
  align-items: center;
  gap: 10px;
}
.situation-page #container .panel .head .statistics .traffic-volume .label,
.situation-page #container .panel .head .statistics .speed .label {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.situation-page #container .panel .head .statistics .traffic-volume .value,
.situation-page #container .panel .head .statistics .speed .value {
  color: #02bbff;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.situation-page #container .panel .head .statistics .divider {
  width: 1px;
  height: 12px;
  background: #474d5b;
}
.situation-page #container .panel .cont {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
.situation-page #container .panel .cont .flex {
  display: flex;
  gap: 12px;
}
.situation-page #container .panel .chart-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: linear-gradient(135deg, #1a1f2d, #1d2433);
  border-radius: 12px;
  padding: 16px;
}
.situation-page #container .panel .chart-box .chart-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.situation-page #container .panel .chart-box .chart-head .title {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.situation-page #container .panel .chart-box .chart-head .subtxt {
  font-size: 14px;
  font-weight: 500;
  color: #a9abb8;
  letter-spacing: -0.4px;
}
.situation-page #container .panel .chart-box .chart-cont {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.situation-page #container .panel .chart-box .chart-cont .chart-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  gap: 8px;
}
.situation-page #container .panel .chart-box .chart-cont .chart-item .chart {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  flex: 0 0 auto;
}
.situation-page #container .panel .chart-box .chart-cont .chart-item .chart-label {
  font-size: 14px;
  font-weight: 700;
  color: #b3aada;
  text-align: center;
  line-height: 1.4;
}
.situation-page #container .panel .chart-box .chart-cont .chart {
  width: 100%;
  height: 100%;
  flex: 1;
}
.situation-page #container .panel.traffic {
  width: 30%;
}
.situation-page #container .panel.traffic .head {
  background-color: #242b57;
}
.situation-page #container .panel.traffic .cont .flex {
  height: 36%;
}
.situation-page #container .panel.traffic .cont .flex .chart-box {
  height: 100%;
}
.situation-page #container .panel.traffic .chart-box:first-child, .situation-page #container .panel.traffic .chart-box:last-child {
  height: 32%;
}
.situation-page #container .panel.map {
  width: 42%;
}
.situation-page #container .panel.map .head {
  gap: 8px;
  padding: 0;
}
.situation-page #container .panel.map .head .select,
.situation-page #container .panel.map .head input {
  width: 100%;
}
.situation-page #container .panel.map .head input:focus-visible {
  background-color: #2b3140;
}
.situation-page #container .panel.map .cont {
  height: calc(100% - 100px);
}
.situation-page #container .panel.map .map-area {
  display: flex;
  flex-direction: column;
  max-height: calc(100% - 243px);
  gap: 12px;
  background: linear-gradient(135deg, #1a1f2d, #1d2433);
  border-radius: 12px;
  padding: 20px 16px;
  overflow: hidden;
}
.situation-page #container .panel.map .map-area .map-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.situation-page #container .panel.map .map-area .map-head .location-info {
  display: flex;
  align-items: center;
  gap: 8px;
}
.situation-page #container .panel.map .map-area .map-head .location-info .location-name {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}
.situation-page #container .panel.map .map-area .map-head .location-info .data-period {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}
.situation-page #container .panel.map .map-area .map-head .map-filters {
  display: flex;
  align-items: center;
  gap: 8px;
}
.situation-page #container .panel.map .map-area .map-head .map-filters .radio-group {
  display: flex;
  gap: 8px;
}
.situation-page #container .panel.map .map-area .map-head .map-filters .radio-group .radio label {
  font-size: 16px;
}
.situation-page #container .panel.map .map-area .map-head .map-filters .radio-group .radio label::before {
  width: 20px;
  height: 20px;
  background-image: url("../images/situation/icon-radio.svg");
}
.situation-page #container .panel.map .map-area .map-head .map-filters .radio-group .radio input[type=radio]:checked + label::before {
  background-image: url("../images/situation/icon-radio-checked.svg");
}
.situation-page #container .panel.map .map-area .map-head .map-filters .map-controls {
  display: flex;
  gap: 4px;
}
.situation-page #container .panel.map .map-area .map-head .map-filters .map-controls .play-btn,
.situation-page #container .panel.map .map-area .map-head .map-filters .map-controls .stop-btn,
.situation-page #container .panel.map .map-area .map-head .map-filters .map-controls .reload-btn {
  width: 24px;
  height: 24px;
}
.situation-page #container .panel.map .map-area .map {
  position: relative;
  flex-grow: 1;
  width: auto;
  height: auto;
  max-height: calc(100% - 33px);
}
.situation-page #container .panel.map .map-area .map-popup {
  min-width: 242px;
  border-radius: 16px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.15);
  background: rgba(34, 39, 53, 0.9);
}
.situation-page #container .panel.map .map-area .map-popup .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: auto;
  border-radius: initial;
  padding: 16px 0 8px;
  margin: 0 16px 8px;
  height: initial;
  min-height: initial;
  border-bottom: 1px solid #414f72;
}
.situation-page #container .panel.map .map-area .map-popup .head .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
.situation-page #container .panel.map .map-area .map-popup .head .btn-close {
  background: url(../images/icon/icon-close-m-w.svg) no-repeat center;
}
.situation-page #container .panel.map .map-area .map-popup .cont {
  padding: 0 16px 16px;
  gap: 8px;
}
.situation-page #container .panel.map .map-area .map-popup .cont .info-box ul {
  gap: 4px;
}
.situation-page #container .panel.map .map-area .map-popup .cont .info-box ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 23px;
  padding: 0;
  background-color: initial;
  gap: 16px;
}
.situation-page #container .panel.map .map-area .map-popup .cont .info-box ul li .tit {
  min-width: 52px;
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #d8dde8;
}
.situation-page #container .panel.map .map-area .map-popup .cont .info-box ul li p {
  font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.situation-page #container .panel.map .map-area .map-popup .cont .btn-area {
  gap: 8px;
}
.situation-page #container .panel.map .map-area .map-popup .cont .btn-area .btn {
  height: 31px;
  border-radius: 8px;
}
.situation-page #container .panel.map .flex {
  height: 243px;
}
.situation-page #container .panel.population {
  width: 30%;
}
.situation-page #container .panel.population .head {
  gap: 8px;
  padding: 0;
}
.situation-page #container .panel.population .head .inflow,
.situation-page #container .panel.population .head .outflow {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 16px;
  height: 44px;
  border-radius: 8px;
}
.situation-page #container .panel.population .head .inflow .value,
.situation-page #container .panel.population .head .outflow .value {
  font-size: 18px;
  font-weight: bold;
  text-align: right;
}
.situation-page #container .panel.population .head .inflow {
  background-color: #1b3a42;
}
.situation-page #container .panel.population .head .inflow .value {
  color: #04f4f8;
}
.situation-page #container .panel.population .head .outflow {
  background: #431918;
}
.situation-page #container .panel.population .head .outflow .value {
  color: #d91515;
}
.situation-page #container .panel.population .chart-box:nth-child(1), .situation-page #container .panel.population .chart-box:nth-child(3) {
  height: 32%;
}
.situation-page #container .panel.population .chart-box:nth-child(2) {
  height: 36%;
}
.situation-page .select .select-selected {
  height: 44px;
  padding: 10px 16px;
  border-radius: 12px;
  background-color: #2b3140;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
.situation-page .select .select-selected::after {
  right: 16px;
  top: 14px;
  width: 16px;
  height: 16px;
  background: url("../images/situation/icon-open.svg") no-repeat center;
}
.situation-page .select .select-selected.select-arrow-active {
  border-radius: 12px 12px 0 0;
  background: #2b3140;
  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.25);
  border-top: solid 1px rgba(255, 255, 255, 0.05);
}
.situation-page .select .select-selected.select-arrow-active::after {
  transform: rotate(180deg);
}
.situation-page .select .select-selected.select-arrow-active + .select-items {
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
}
.situation-page .select .select-selected.disabled {
  background: #2b3140 !important;
  color: rgba(255, 255, 255, 0.5) !important;
  cursor: default;
}
.situation-page .select .select-selected.disabled::after {
  opacity: 0.5;
}
.situation-page .select .select-items {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  padding: 10px 16px;
  border-radius: 0 0 12px 12px;
  background: #2b3140;
  overflow: hidden;
  z-index: 10;
  border-top: solid 1px rgba(255, 255, 255, 0.05);
}
.situation-page .select .select-items div {
  height: 38px;
  padding: 0;
  font-size: 16px;
  color: #b4bacc;
}
.situation-page .select .select-items div:hover {
  background: inherit;
  color: #FFF;
}
.situation-page .select:disabled.select-selected {
  border: solid 1px #d1d6dd;
  background-color: #d9dce1;
  color: #414858;
}
.situation-page input {
  height: 44px;
  padding: 10px 16px;
  border-radius: 12px;
  background-color: #2b3140;
  font-size: 16px;
}
.situation-page input.datepicker {
  padding-left: 16;
  background-image: url("../images/situation/icon-calendar.svg");
  background-position: right 12px center;
}
.situation-page input:focus-visible {
  background-color: rgba(255, 255, 255, 0.15);
}
.situation-page input::placeholder {
  color: rgb(179, 170, 218);
}
.situation-page input::-webkit-input-placeholder {
  color: rgb(179, 170, 218);
}
.situation-page input::-moz-placeholder {
  color: rgb(179, 170, 218);
}
.situation-page input:disabled {
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.5);
}

.map-tool-popup {
  position: absolute;
  right: calc(100% + 4px);
  bottom: 0;
  border-radius: 4px;
  background: var(--DB_tootip, linear-gradient(307deg, #0D1235 3.88%, #270D5B 100%));
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.15);
  z-index: 16;
}
.map-tool-popup .popup-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 36px;
  padding: 8px 12px;
  gap: 4px;
}
.map-tool-popup .popup-head span {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
}
.map-tool-popup .popup-head span em {
  font-style: normal;
  color: #b097ff;
}
.map-tool-popup .popup-head span em::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 8px;
  margin: -1px 4px 0 5px;
  background-color: rgba(255, 255, 255, 0.2);
}
.map-tool-popup .popup-head .btn.close {
  width: 16px;
  height: 16px;
  background: url("../images/icon/icon-close-s-w.svg") no-repeat center;
  border: none;
}
.map-tool-popup .popup-cont {
  padding: 4px 12px 12px;
}
.map-tool-popup .popup-cont ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.map-tool-popup .popup-cont ul li {
  display: flex;
  align-items: center;
  height: 20px;
}
.map-tool-popup .popup-cont .legend-list {
  gap: 2px;
  background-color: #211a58;
  padding: 10px 8px;
}
.map-tool-popup .popup-cont .legend-list:has(.range-legend) {
  padding: 10px 6px;
}
.map-tool-popup .popup-cont .legend-list.row {
  flex-direction: row;
  justify-content: center;
  gap: 16px;
}
.map-tool-popup .popup-cont .legend-list.row .legend-item .legend-subject {
  min-width: auto;
}
.map-tool-popup .popup-cont .legend-list .legend-item {
  display: flex;
  align-items: center;
  height: 20px;
  gap: 20px;
}
.map-tool-popup .popup-cont .legend-list .legend-item .legend-subject {
  display: flex;
  align-items: center;
  gap: 4px;
  min-width: 54px;
}
.map-tool-popup .popup-cont .legend-list .legend-item .legend-subject .legend-color {
  width: 8px;
  height: 8px;
  border-radius: 4px;
}
.map-tool-popup .popup-cont .legend-list .legend-item .legend-subject .legend-label {
  font-size: 12px;
  font-weight: 500;
  color: #b3aada;
  line-height: 1;
}
.map-tool-popup .popup-cont .legend-list .legend-item .legend-value {
  font-size: 12px;
  font-weight: 500;
  color: #b3aada;
  line-height: 1;
  text-align: left;
}
.map-tool-popup .popup-cont .range-legend {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  gap: 8px;
}
.map-tool-popup .popup-cont .range-legend .range-item {
  width: 32px;
  min-width: 32px;
  height: 100%;
  flex-grow: 0;
  border-radius: 2px;
  background-image: linear-gradient(to bottom, #3019b7 0%, #bccfe6);
}
.map-tool-popup .popup-cont .range-legend .range-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  align-items: flex-end;
}
.map-tool-popup .popup-cont .range-legend .range-text p {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  color: #b3aada;
}
.map-tool-popup .popup-cont .range-legend.inflow {
  height: auto;
  justify-content: center;
}
.map-tool-popup .popup-cont .range-legend.inflow .range-item {
  width: 32px;
  min-width: 32px;
  height: 100%;
  flex-grow: 0;
  border-radius: 2px;
  background-image: initial;
}
.map-tool-popup .popup-cont .range-legend.inflow .range-text {
  height: -webkit-fill-available;
}
.map-tool-popup.layer {
  width: 147px;
}
.map-tool-popup.legend:has(.range-legend) {
  width: 180px;
}
.map-tool-popup.legend:has(.heatmap-legend) {
  width: 210px;
}
.map-tool-popup.legend:has(.commu-legend) {
  width: 321px;
}
.map-tool-popup.legend:has(.congestion-legend) {
  width: 175px;
}
.map-tool-popup.legend .heatmap-legend {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 70px;
}
.map-tool-popup.legend .heatmap-legend .legend-labels {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
.map-tool-popup.legend .heatmap-legend .legend-labels .min-label,
.map-tool-popup.legend .heatmap-legend .legend-labels .max-label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 15px;
  font-size: 10px;
  font-weight: 500;
  color: #b3aada;
  text-align: center;
}
.map-tool-popup.legend .heatmap-legend .gradient-container {
  position: relative;
  height: 9px;
  background: #211a58;
  border-radius: 10px;
}
.map-tool-popup.legend .heatmap-legend .gradient-container .gradient-bar {
  width: 100%;
  height: 9px;
  background: linear-gradient(90deg, #006fff 0%, #30f388 32.69%, #e6e62f 68.1%, #ff0404 100%);
  border-radius: 10px;
}
.map-tool-popup.legend .heatmap-legend .gradient-container .gradient-line {
  width: 1px;
  height: 13px;
  background: #ffffff;
}
.map-tool-popup.legend .heatmap-legend .gradient-container .gradient-line::before {
  position: absolute;
  top: calc(100% + 4px);
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 8px;
  height: 7px;
  background: url(../images/icon/icon-heatmap.svg) no-repeat center;
}
.map-tool-popup.legend .commu-legend .legend-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #211a58;
  border-radius: 4px;
  padding: 10px 8px;
  margin-bottom: 4px;
}
.map-tool-popup.legend .commu-legend .legend-section:last-child {
  margin-bottom: 0;
}
.map-tool-popup.legend .commu-legend .legend-section .legend-title {
  font-size: 12px;
  font-weight: 700;
  color: #b3aada;
  line-height: 1.4;
}
.map-tool-popup.legend .commu-legend .legend-section .legend-items {
  display: flex;
  gap: 6px;
}
.map-tool-popup.legend .commu-legend .legend-section .legend-items .legend-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.map-tool-popup.legend .commu-legend .legend-section .legend-items .legend-item .legend-bar {
  width: 66px;
  height: 4px;
  border-radius: 2px;
  margin-bottom: 4px;
}
.map-tool-popup.legend .commu-legend .legend-section .legend-items .legend-item .legend-bar.dashed {
  display: flex;
  align-items: center;
}
.map-tool-popup.legend .commu-legend .legend-section .legend-items .legend-item .legend-bar.dashed .line {
  width: 100%;
  height: 3px;
  border-radius: 4px;
}
.map-tool-popup.legend .commu-legend .legend-section .legend-items .legend-item .legend-bar.dashed.red {
  gap: 1px;
}
.map-tool-popup.legend .commu-legend .legend-section .legend-items .legend-item .legend-bar.dashed.red .line {
  background-color: #ea2424;
}
.map-tool-popup.legend .commu-legend .legend-section .legend-items .legend-item .legend-bar.dashed.yellow {
  gap: 5px;
}
.map-tool-popup.legend .commu-legend .legend-section .legend-items .legend-item .legend-bar.dashed.yellow .line {
  background-color: #fad51c;
}
.map-tool-popup.legend .commu-legend .legend-section .legend-items .legend-item .legend-bar.dashed.green {
  gap: 10px;
}
.map-tool-popup.legend .commu-legend .legend-section .legend-items .legend-item .legend-bar.dashed.green .line {
  background-color: #03e935;
}
.map-tool-popup.legend .commu-legend .legend-section .legend-items .legend-item .legend-text {
  font-size: 12px;
  font-weight: 500;
  color: #b3aada;
  text-align: center;
  line-height: 1;
}
.map-tool-popup.legend .congestion-legend .legend-item .legend-subject {
  min-width: auto;
}
.map-tool-popup.speed {
  width: max-content;
}
.map-tool-popup.carbon {
  width: max-content;
}

.timeline-bar {
  position: absolute;
  top: 0;
  left: calc(100% + 4px);
  display: flex;
  align-items: center;
  height: 36px;
  background: linear-gradient(307deg, #0D1235 3.88%, #270D5B 100%);
  border-radius: 4px;
  padding: 8px;
  gap: 6px;
}
.timeline-bar .separator {
  width: 1px;
  height: 8px;
  margin: 0 4px;
  background: #d9d9d9;
}
.timeline-bar .timeline {
  display: flex;
  align-items: center;
  gap: 2px;
}
.timeline-bar .timeline .timeset-time {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 500;
  color: #b3aada;
  cursor: pointer;
}
.timeline-bar .timeline .timeset-time.timeset-day-text {
  width: auto;
  padding: 4px 6px;
  font-weight: 600;
  white-space: nowrap;
}
.timeline-bar .timeline .timeset-time.selected {
  background: linear-gradient(135deg, #fe670c 0%, #e53240 30.77%, #892070 100%);
  color: #ffffff;
}

.map-popup,
.popup {
  position: relative;
  width: auto;
  min-width: 220px;
  border-radius: 8px;
  background: var(--DB_tootip, linear-gradient(307deg, #0D1235 3.88%, #270D5B 100%));
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.15);
}
.map-popup .head,
.popup .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px;
  padding: 8px 12px;
  gap: 8px;
}
.map-popup .head .flex,
.popup .head .flex {
  display: flex;
  align-items: center;
  gap: 8px;
}
.map-popup .head .flex span,
.popup .head .flex span {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  color: #b3aada;
}
.map-popup .head .title,
.popup .head .title {
  font-weight: 600;
  font-size: 15px;
  color: #ffffff;
  line-height: 1.4;
}
.map-popup .head .btn-close,
.popup .head .btn-close {
  width: 16px;
  height: 16px;
  background: url("../images/icon/icon-close-s-w.svg") no-repeat center;
  background-size: contain;
  border: none;
  cursor: pointer;
}
.map-popup .cont,
.popup .cont {
  padding: 0 12px 12px;
}
.map-popup .cont .info-box ul,
.popup .cont .info-box ul {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.map-popup .cont .info-box ul li,
.popup .cont .info-box ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 26px;
  padding: 4px 8px;
  background-color: #211a58;
  gap: 8px;
}
.map-popup .cont .info-box ul li .tit,
.popup .cont .info-box ul li .tit {
  min-width: 68px;
  color: #b3aada;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.4;
}
.map-popup .cont .info-box ul li .tit.bold,
.popup .cont .info-box ul li .tit.bold {
  color: #a386ff;
}
.map-popup .cont .info-box ul li p,
.popup .cont .info-box ul li p {
  font-weight: 500;
  font-size: 13px;
  text-align: right;
  color: #ffffff;
  line-height: 1.4;
  white-space: nowrap;
}
.map-popup .cont .info-box ul li p img,
.popup .cont .info-box ul li p img {
  vertical-align: middle;
}
.map-popup .cont .info-box ul li p.red,
.popup .cont .info-box ul li p.red {
  color: #ea2424;
}
.map-popup .cont .info-box ul li p.orange,
.popup .cont .info-box ul li p.orange {
  color: #ff6624;
}
.map-popup .cont .info-box ul li p.green,
.popup .cont .info-box ul li p.green {
  color: #03e935;
}
.map-popup .cont .info-box ul li.column,
.popup .cont .info-box ul li.column {
  flex-direction: column;
  row-gap: 4px;
  height: auto;
}
/* 인구밀도/존재인구 팝업 색상 */
.map-popup .info-box .value.green {
    color: #03e935;
}
.map-popup .info-box .value.yellow {
    color: #fad51c;
}
.map-popup .info-box .value.orange {
  color: #ff6624;
}
.map-popup .info-box .value.red {
    color: #ea2424;
}
.map-popup .info-box .value.blue {
    color: #40b6ff;
}
.map-popup .cont .info-box ul li.column > div,
.popup .cont .info-box ul li.column > div {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 25px;
}
.map-popup .cont .info-box ul li.column .flex,
.popup .cont .info-box ul li.column .flex {
  position: relative;
  gap: 14px;
  width: 100%;
  justify-content: space-between;
}
.map-popup .cont .info-box ul li.column .flex + .flex::before,
.popup .cont .info-box ul li.column .flex + .flex::before {
  position: absolute;
  top: 5px;
  left: -12px;
  content: "";
  display: inline-block;
  width: 1px;
  height: 8px;
  background-color: #524784;
  vertical-align: middle;
}
.map-popup .cont .chart,
.popup .cont .chart {
  width: 100%;
  height: 100%;
}
.map-popup .cont .chart-nodata,
.popup .cont .chart-nodata {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 13px;
  line-height: 1.4;
  color: #b3aada;
  text-align: center;
}
.map-popup .cont .chart-nodata img,
.popup .cont .chart-nodata img {
  width: 48px;
  height: 48px;
}
.map-popup .cont .chart-nodata p,
.popup .cont .chart-nodata p {
  margin: 0;
  color: #b3aada;
}
.map-popup .cont .video-wrap .video-info,
.popup .cont .video-wrap .video-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.map-popup .cont .video-wrap .video-info .text-wrap,
.popup .cont .video-wrap .video-info .text-wrap {
  display: flex;
  align-items: center;
}
.map-popup .cont .video-wrap .video-info .text-wrap .name,
.popup .cont .video-wrap .video-info .text-wrap .name {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
}
.map-popup .cont .video-wrap .video-info .text-wrap .value,
.popup .cont .video-wrap .video-info .text-wrap .value {
  display: flex;
  align-items: center;
  gap: 6px;
}
.map-popup .cont .video-wrap .video-info .text-wrap .value span,
.popup .cont .video-wrap .video-info .text-wrap .value span {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
}
.map-popup .cont .video-wrap .video-info .text-wrap .value span.bold,
.popup .cont .video-wrap .video-info .text-wrap .value span.bold {
  font-weight: bold;
  color: #b3aada;
}
.map-popup .cont .video-wrap .video-info .text-wrap .divider,
.popup .cont .video-wrap .video-info .text-wrap .divider {
  width: 1px;
  height: 8px;
  background-color: #524784;
  margin: 0 10px;
}
.map-popup .cont .video-wrap .video-box,
.popup .cont .video-wrap .video-box {
  width: 100%;
  height: 450px;
  margin-top: 8px;
  border-radius: 4px;
  overflow: hidden;
}
.map-popup .cont .video-wrap .video-box video,
.popup .cont .video-wrap .video-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.map-popup .cont .btn-area,
.popup .cont .btn-area {
  margin-top: 8px;
  gap: 8px;
}
.map-popup .cont .btn-area .btn,
.popup .cont .btn-area .btn {
  flex: 1;
}
.map-popup.wide,
.popup.wide {
  width: 840px;
  background: rgba(39, 13, 91, 0.9);
}
.map-popup.wide .head,
.popup.wide .head {
  height: 53px;
  padding: 20px 20px 10px;
}
.map-popup.wide .head .title,
.popup.wide .head .title {
  font-size: 18px;
}
.map-popup.wide .head .btn-close,
.popup.wide .head .btn-close {
  width: 24px;
  height: 24px;
  background: url(../images/icon/icon-close-lg-w.svg) no-repeat center;
}
.map-popup.wide .cont,
.popup.wide .cont {
  padding: 0 20px 20px;
}
.map-popup.full,
.popup.full {
  width: calc(100% - 154px);
  height: calc(100% - 160px);
}
.map-popup.full .cont,
.popup.full .cont {
  height: calc(100% - 53px);
}
.map-popup.alarm,
.popup.alarm {
  width: 330px;
  background: #250e58;
}
.map-popup.alarm .head,
.popup.alarm .head {
  height: auto;
  padding: 20px 20px 10px;
}
.map-popup.alarm .head .title,
.popup.alarm .head .title {
  font-size: 18px;
}
.map-popup.alarm .head .btn-close,
.popup.alarm .head .btn-close {
  width: 24px;
  height: 24px;
  background: url(../images/icon/icon-close-lg-w.svg) no-repeat center;
}
.map-popup.alarm .cont,
.popup.alarm .cont {
  padding: 0 20px 20px;
}
.map-popup .msg-box,
.popup .msg-box {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 83px;
  padding: 16px;
  border-radius: 4px;
  background-color: #261959;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  text-align: center;
}

.map-popup-wrapper .pin-icon {
  margin-top: 4px;
}
.map-popup-wrapper .pin-icon img {
  display: block;
  margin: 0 auto;
}

/* OD 경로 정보 팝업 */
.od-popup-wrapper {
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  z-index: 1100;
}

.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: rgba(9, 10, 47, 0.6);
}
.popup-overlay .map-popup,
.popup-overlay .popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pin {
  cursor: pointer;
}
.pin .default:hover {
  content: url("../images/icon/pin-default-hov.png");
}
.pin .fastival:hover {
  content: url("../images/icon/pin-fastival-hov.png");
}
.pin .traffic:hover {
  content: url("../images/icon/pin-traffic-hov.png");
}
.pin .success:hover {
  content: url("../images/icon/pin-success-hov.png");
}
.pin .error:hover {
  content: url("../images/icon/pin-error-hov.png");
}

.table.tabulator {
  display: flex;
  flex-direction: column;
  background: transparent;
  border: none;
}
.table.tabulator .tabulator-header {
  background-color: #321981;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  border-radius: 8px 8px 0 0;
}
.table.tabulator .tabulator-header .tabulator-headers {
  height: 33px;
}
.table.tabulator .tabulator-header .tabulator-headers .tabulator-col {
  justify-content: center;
  height: 33px;
  background-color: #321981;
  border-right: none;
}
.table.tabulator .tabulator-header .tabulator-headers .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
  background-image: url("../images/icon/icon-arrow-xs-g.svg");
}
.table.tabulator .tabulator-header .tabulator-headers .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
  transform: rotate(180deg);
}
.table.tabulator .tabulator-header .tabulator-headers .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover {
  background-color: #321981 !important;
}
.table.tabulator .tabulator-header .tabulator-headers .tabulator-col.tabulator-col-group .tabulator-col-group-cols {
  border-top: solid 1px rgba(255, 255, 255, 0.1);
}
.table.tabulator .tabulator-header .tabulator-headers .tabulator-col .tabulator-col-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 33px;
  padding: 8px 0;
}
.table.tabulator .tabulator-header .tabulator-headers .tabulator-col .tabulator-col-content .tabulator-col-title-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

/* 도로 데이터 분석 - 테이블 헤더 스타일 조정 */
.road-traffic-table.tabulator .tabulator-header .tabulator-headers .tabulator-col .tabulator-col-content .tabulator-col-title-holder {
    gap: 1px;
}
.road-traffic-table.tabulator .tabulator-header .tabulator-headers .tabulator-col[tabulator-field="retSggNm"] .tabulator-col-content,
.road-traffic-table.tabulator .tabulator-header .tabulator-headers .tabulator-col[tabulator-field="retSggNm"] .tabulator-col-content .tabulator-col-title-holder {
    justify-content: flex-end;
}
.road-traffic-table.tabulator .tabulator-header .tabulator-headers .tabulator-col[tabulator-field="retSumTrfv"] .tabulator-col-content,
.road-traffic-table.tabulator .tabulator-header .tabulator-headers .tabulator-col[tabulator-field="retSumTrfv"] .tabulator-col-content .tabulator-col-title-holder {
    justify-content: flex-start;
}

.table.tabulator .tabulator-header .tabulator-headers .tabulator-col .tabulator-col-content .tabulator-col-title {
  width: auto;
  padding-right: 0;
  font-size: 12px;
  font-weight: 700;
  color: #b3aada;
  text-align: center;
  line-height: 1.4;
}
.table.tabulator .tabulator-header .tabulator-headers .tabulator-col .tabulator-col-content .tabulator-col-title .checkbox {
  width: 24px;
  height: 24px;
}
.table.tabulator .tabulator-header .tabulator-headers .tabulator-col .tabulator-col-content .tabulator-col-title .unit {
  font-weight: 400;
}
.table.tabulator .tabulator-header .tabulator-headers .tabulator-col .tabulator-col-content .tabulator-col-sorter {
  position: relative;
  right: initial;
  top: initial;
}
.table.tabulator .tabulator-header .tabulator-headers .tabulator-col .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
  border: none !important;
  width: 10px;
  height: 10px;
  background-image: url("../images/icon/icon-arrow-xs-g.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.table.tabulator .tabulator-tableholder {
  background: transparent;
}
.table.tabulator .tabulator-tableholder::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  border-radius: 4px;
}
.table.tabulator .tabulator-tableholder::-webkit-scrollbar-thumb {
  background-color: rgba(119, 112, 178, 0.5);
  border-radius: 4px;
}
.table.tabulator .tabulator-tableholder::-webkit-scrollbar-track {
  background-color: rgba(119, 112, 178, 0.5);
  border-radius: 4px;
}
.table.tabulator .tabulator-tableholder::-webkit-scrollbar-corner {
  background: transparent;
}
.table.tabulator .tabulator-tableholder .tabulator-table {
  width: 100%;
  min-width: fit-content;
  background-color: transparent;
}
.table.tabulator .tabulator-tableholder .tabulator-table .tabulator-row {
  display: flex;
  align-items: center;
  background-color: #292759;
  color: #ffffff;
  border-bottom: solid 1px #31305e;
}
.table.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.summary-row {
  background-color: #41279a;
}
.table.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell {
  min-height: 44px;
  padding: 12px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-right: none;
  background: transparent;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  white-space: pre-wrap;
  word-break: break-word;
}
.table.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell .icon {
  display: flex;
}
.table.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell:has(.txt-left) {
  justify-content: flex-start;
}
.table.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell:has(.id) {
  padding: 12px 16px;
}
.table.tabulator .tabulator-tableholder .tabulator-table .tabulator-row:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table.tabulator .tabulator-tableholder .tabulator-table .tabulator-row:hover:not(.summary-row) .tabulator-cell {
  color: #a386ff;
}
.table.tabulator .tabulator-tableholder .tabulator-table .tabulator-row:hover:not(.summary-row) .tabulator-cell .icon.history img {
  content: url("../images/icon/icon-file-history-hov.svg");
}

.table.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-row-selected:not(.summary-row) .tabulator-cell {
  background-color: rgba(156, 67, 255, 0.25); 
  color: #a386ff;
}
.table.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-row-selected:not(.summary-row) .tabulator-cell .icon.history img {
  filter: brightness(1.3);
}

.table01.tabulator .tabulator-tableholder .tabulator-table .tabulator-row:hover:not(.summary-row) .tabulator-cell {
  color: #a386ff;
  cursor: pointer;
}

.table01.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-row-selected:not(.summary-row) .tabulator-cell {
  background-color: rgba(156, 67, 255, 0.25); 
  color: #a386ff;
}
.table.tabulator .tabulator-tableholder .tabulator-placeholder .table-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.table.tabulator .tabulator-tableholder .tabulator-placeholder .table-empty img {
  width: 60px;
  height: 60px;
}
.table.tabulator .tabulator-tableholder .tabulator-placeholder .table-empty p {
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
  color: #b3aada;
  font-weight: 400;
}
.table.tabulator.header-row2 .tabulator-header {
  min-height: 66px;
}
.table.tabulator.header-row2 .tabulator-header .tabulator-col {
  height: 33px;
  justify-content: center;
}
.table.tabulator.header-row2 .tabulator-header .tabulator-col-group {
  height: 66px;
}
.table.tabulator.header-row3 .tabulator-header {
  min-height: 50px;
}
.table.tabulator.header-row3 .tabulator-header .tabulator-col {
  height: 50px;
  justify-content: center;
}
.table.tabulator.header-row3 .tabulator-header .tabulator-col-group {
  height: 50px;
}
.table.tabulator:has(.table-empty) {
  height: 100%;
  border-bottom: 1px solid #31305E;
  background: var(--sub-box, linear-gradient(166deg, rgba(156, 67, 255, 0.15) 0%, rgba(156, 67, 255, 0.1) 100.58%));
}
.table.tabulator:has(.table-empty) .tabulator-tableholder {
  height: 100% !important;
}
.table.tabulator .tabulator-col-resize-handle {
  display: none;
}
.table .label {
  min-width: 40px;
  height: 22px;
  padding: 4px 10px;
  border-radius: 100px;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.4;
}
.table .label.green {
  background-color: #16c31c;
  color: #fff;
}
.table .label.red {
  background-color: #ea2424;
  color: #fff;
}
.table.horizontal {
  width: 100%;
  border-collapse: collapse;
}
.table.horizontal tbody tr {
  border-bottom: 1px solid #31305e;
  background-color: #292759;
}
.table.horizontal tbody tr:first-child th {
  border-radius: 8px 0 0 0;
}
.table.horizontal tbody tr:last-child {
  border-bottom: none;
}
.table.horizontal tbody tr:last-child th {
  border-radius: 0 0 0 8px;
}
.table.horizontal tbody th {
  height: 52px;
  padding: 12px;
  background-color: #321981;
  font-size: 14px;
  font-weight: 700;
  color: #b3aada;
  line-height: 1.4;
  text-align: left;
}
.table.horizontal tbody td {
  position: relative;
  height: 52px;
  padding: 12px 16px;
}
.table.horizontal tbody td .flex {
  display: flex;
  align-items: center;
  gap: 6px;
}
.table.horizontal tbody td .flex.input3 {
  gap: 16px;
}
.table.horizontal tbody td .flex.input3 > div {
  display: flex;
  align-items: center;
  gap: 4px;
}
.table.horizontal tbody td .flex.input3 input {
  width: 70px;
  min-width: 70px;
}
.table.horizontal tbody td .flex.input3 span {
  font-size: 13px;
  font-weight: bold;
  color: #b3aada;
  line-height: 1.4;
  white-space: nowrap;
}
.table.horizontal tbody td .input-wrap {
  position: relative;
}
.table.horizontal tbody td input {
  background-color: #3e3c69;
}
.table.horizontal tbody td .msg-error {
  margin-top: 6px;
}
.table.horizontal tbody td .btn-form {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.table.horizontal .msg-error {
  font-size: 12px;
  line-height: 1.4;
  color: #ff6767;
}
.table.horizontal .msg-error::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: -2px 4px 0 0;
  background: url("../images/icon/icon-error-xs.svg") no-repeat center;
  vertical-align: middle;
}

.time-txt {
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.time-txt::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: -2px 2px 0 0;
  background: url("../images/icon/icon-clock.svg") no-repeat center;
  vertical-align: middle;
}
.time-txt span {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  color: #b3aada;
}
.time-txt span + span::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 8px;
  margin: 0 4px;
  background-color: #b3aada;
}

.filter-btn {
  display: flex;
  align-items: center;
  gap: 1px;
}
.filter-btn .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  height: 26px;
  padding: 4px 8px;
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}
.filter-btn .btn:first-child {
  border-radius: 4px 0 0 4px;
}
.filter-btn .btn:last-child {
  border-radius: 0 4px 4px 0;
}
.filter-btn .btn.active, .filter-btn .btn:hover {
  background-color: #4423a9;
}
.filter-btn.wide .btn {
  min-width: 88px;
}
.filter-btn.md .btn {
  min-width: 72 px;
}

.custom-select {
  position: relative;
  width: 100%;
  background-color: #2b3140;
  border-radius: 12px;
  z-index: 10;
}
.custom-select .select-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px;
  height: 44px;
  cursor: pointer;
}
.custom-select .select-title .select-text {
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
}
.custom-select .select-title .select-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  background: url(../images/situation/icon-open.svg) no-repeat center;
}
.custom-select .select-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #2b3140;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.custom-select .select-options.open {
  display: flex;
}
.custom-select .select-options .select-column {
  flex: 1;
  border-right: 1px solid #363c4a;
}
.custom-select .select-options .select-column .select-header {
  background-color: #20283a;
  border-bottom: 1px solid #363c4a;
  padding: 10px 16px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #b4bacc;
  line-height: 24px;
}
.custom-select .select-options .select-column .select-list {
  max-height: 198px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 8px;
}
.custom-select .select-options .select-column .select-list::-webkit-scrollbar {
  width: 6px;
}
.custom-select .select-options .select-column .select-list::-webkit-scrollbar-track {
  background: transparent;
}
.custom-select .select-options .select-column .select-list::-webkit-scrollbar-thumb {
  background-color: #4f5667;
  border-radius: 10px;
}
.custom-select .select-options .select-column .select-list::-webkit-scrollbar-thumb:hover {
  background-color: #5a6172;
}
.custom-select .select-options .select-column .select-list .select-item {
  padding: 10px 8px;
  height: 38px;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #b4bacc;
  line-height: 24px;
  cursor: pointer;
}
.custom-select .select-options .select-column .select-list .select-item.active, .custom-select .select-options .select-column .select-list .select-item:hover {
  color: #fff;
}
.custom-select.open {
  border-radius: 12px 12px 0 0;
}
.custom-select.open .select-title .select-icon {
  transform: rotate(180deg);
}

.chart-item-group {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex: 1;
}
.chart-item-group .chart-item {
  flex: 1;
  width: 100%;
  max-width: 220px;
  height: 220px;
}
.chart-item-group .chart-item:first-child:last-child {
  max-width: 220px;
  height: 220px;
}

.data-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  gap: 20px;
}
.data-list li {
  display: flex;
  flex-direction: column;
}
.data-list li .sub-txt {
  height: 21px;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  color: #b3b1e3;
}
.data-list li .data-bar {
  width: 100%;
  height: 20px;
  margin-bottom: 16px;
  border-radius: 999px;
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  background-color: #30296b;
}
.data-list li .data-bar .data-bar-fill {
  height: 100%;
  box-shadow: 0 2px 8px 0 rgba(3, 233, 53, 0.7);
  background-color: #03e935;
  border-radius: 999px;
}

.data-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}
.data-group .data-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px;
  padding: 8px;
  background-color: #150f44;
}
.data-group .data-item .data-label {
  font-size: 14px;
  font-weight: bold;
  color: #b3aada;
}
.data-group .data-item .data-value {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: right;
}
.data-group .data-item .data-value .blue {
  color: #40b6ff;
}
.data-group .data-item .data-value .green {
  color: #03e935;
}
.data-group .data-item .data-value .red {
  color: #ea2424;
}
.data-group .data-item .data-value .right {
  color: #b3aada;
}

.login-page {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 940px;
  overflow: hidden;
}
.login-page .login-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/img/img-login-bg@2x.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.login-page .login-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.login-page .login-box {
  position: relative;
  width: 600px;
  padding: 80px 80px 74px;
  background: linear-gradient(135deg, rgb(44, 12, 103) 0%, rgba(13, 18, 53, 0.8) 100%);
  border-radius: 40px;
  border: 4px solid rgba(156, 67, 255, 0.5);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(156, 67, 255, 0.3) inset;
}
.login-page .login-header {
  text-align: center;
  margin-bottom: 30px;
}
.login-page .login-header .logo-area {
  margin-bottom: 20px;
}
.login-page .login-header .logo-area .logo-img {
  width: 183px;
}
.login-page .login-header .login-title {
  font-size: 32px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.5;
  letter-spacing: 0;
}
.login-page .login-form .input-wrap {
  position: relative;
}
.login-page .login-form .input-wrap input {
  height: 48px;
  background-color: #3e3c69;
  padding: 4px 12px;
  border-radius: 4px;
}
.login-page .login-form .input-wrap .btn-form {
  display: flex;
  align-items: center;
  gap: 4px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
}
.login-page .login-form .input-wrap + .input-wrap {
  margin-top: 8px;
}
.login-page .login-form .btn.primary {
  height: 48px;
  margin-top: 20px;
  font-size: 16px;
}
.login-page .login-footer {
  text-align: center;
  padding-top: 20px;
}
.login-page .login-footer .contact-text {
  font-size: 14px;
  color: #b3aada;
  margin-bottom: 4px;
}
.login-page .login-footer .contact-info {
  font-size: 14px;
  color: #b3aada;
}

.pdf-page {
  position: relative;
  width: 100%;
  height: 1112px;
  background-color: #ffffff;
  padding: 0;
}
.pdf-page .pdf-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  background-color: #ffffff;
}
.pdf-page .pdf-header {
  position: relative;
  width: 100%;
  height: 94px;
  background-color: #ededed;
  border-bottom: solid 4px #4423a9;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 40px 50px 20px;
}
.pdf-page .pdf-header .pdf-title {
  font-size: 24px;
  font-weight: bold;
  color: #222222;
}
.pdf-page .pdf-header .pdf-logo {
  height: 34px;
}
.pdf-page .pdf-header .pdf-logo img {
  height: 100%;
  width: auto;
}
.pdf-page .pdf-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
  padding: 20px 30px 50px;
  background-color: #ffffff;
}
.pdf-page .pdf-section {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.pdf-page .pdf-section:last-of-type {
  margin-bottom: 0;
}
.pdf-page .pdf-section .section-title {
  font-size: 18px;
  font-weight: bold;
  color: #222222;
}
.pdf-page .pdf-section .section-title + .section-charts {
  margin-top: 8px;
}
.pdf-page .pdf-section .section-table {
  margin-top: 8px;
}
.pdf-page .pdf-section .section-table table {
  width: 100%;
  border-collapse: collapse;
  border-top: solid 2px #4d3d80;
}
.pdf-page .pdf-section .section-table table tbody tr {
  border-bottom: solid 1px #d3d1df;
}
.pdf-page .pdf-section .section-table table tbody tr th {
  height: 42px;
  padding: 10px 12px;
  background-color: #f2f3f9;
  font-size: 14px;
  font-weight: 500;
  color: #2b293a;
  line-height: 1.5;
  text-align: left;
}
.pdf-page .pdf-section .section-table table tbody tr td {
  height: 42px;
  padding: 10px 16px;
  font-size: 13px;
  color: #413c71;
  line-height: 1.5;
  text-align: left;
}
.pdf-page .pdf-section .section-charts {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  gap: 8px;
}
.pdf-page .pdf-section .chart-item {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  max-height: 292px;
  height: 100%;
  padding: 20px;
  border-radius: 8px;
  background-color: #f2f3f9;
}
.pdf-page .pdf-section .chart-item .chart-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 600;
  color: #4c4e58;
  margin-bottom: 4px;
}
.pdf-page .pdf-section .chart-item .chart-title .date {
  font-size: 14px;
  font-weight: normal;
  text-align: right;
  color: #70727d;
}
.pdf-page .pdf-section .chart-item .chart-area {
  width: 100%;
  height: 100%;
}
.pdf-page .pdf-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 0;
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  text-align: center;
}
.pdf-page .pdf-pagination span {
  font-size: 13px;
  color: #4c4e58;
  line-height: 1.5;
}
.custom-alert-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.custom-alert-box {
    width: 360px;
    background: white;
    border-radius: 10px;
    border: 2px solid #36454F;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    overflow: hidden;
    animation: popupFade 0.2s ease-out;
}

.custom-alert-header {
    padding: 15px;
    font-size: 17px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    color: #000;
}

.custom-alert-close {
    cursor: pointer;
    font-size: 20px;
    line-height: 17px;
}

.custom-alert-body {
    padding: 18px 18px 9px;
    font-size: 14px;
    color: #444;
}

.custom-alert-footer {
    padding: 15px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.custom-alert-footer button {
    min-width: 100px;
    padding: 8px 0;
    margin: 0 10px;
    background: #444;
    color: white;
    border-radius: 6px;
    border: none;
    cursor: pointer;
}

.custom-alert-footer button:hover {
    background: #333;
}

@keyframes popupFade {
    from { opacity: 0; transform: scale(0.95); }
    to { opacity: 1; transform: scale(1); }
}


/* Tabulator 합계 행 인터랙션 방지 */
.no-click-row {
  pointer-events: none;
}

/* 축제일 조회 필터 셀렉트 박스 세로 정렬 */
.data.date-festival {
  flex-direction: column;
  gap: 8px; /* 필요에 따라 간격 조정 */
}
\n.display-none { display: none !important; }

.road-traffic-table .tabulator-cell { 
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

/* 지도 레이어 로딩 인디케이터 */
.map-loading-indicator {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    background: rgba(0, 0, 0, 0.75);
    border-radius: 8px;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    gap: 12px;
    pointer-events: none;
}

.map-loading-indicator .loading-spinner {
    width: 24px;
    height: 24px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

.map-loading-indicator .loading-text {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* 인파분석 - 축제/행사 테이블 헤더 스타일 조정 */
.table02.tabulator .tabulator-col-title-holder {
    gap: 1px !important;
}
.table02.tabulator .tabulator-col[tabulator-field="category"] .tabulator-col-content {
    justify-content: flex-end !important;
}
.table02.tabulator .tabulator-cell[tabulator-field="category"] {
    justify-content: flex-end !important;
}
.table02.tabulator .tabulator-col[tabulator-field="fstvlBgngYmd"] .tabulator-col-content,
.table02.tabulator .tabulator-col[tabulator-field="fstvlEndYmd"] .tabulator-col-content {
    justify-content: flex-start !important;
}
.table02.tabulator .tabulator-cell[tabulator-field="fstvlBgngYmd"],
.table02.tabulator .tabulator-cell[tabulator-field="fstvlEndYmd"] {
    justify-content: flex-start !important;
}
.table02.tabulator .tabulator-cell[tabulator-field="trgtRgnNm"] {
    white-space: pre-wrap !important;
    word-break: keep-all !important;
}

.input-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.input-wrapper input[type="text"] {
    padding-right: 40px;
}

.input-clear {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.input-clear::before {
    content: '×';
    font-size: 24px;
    color: #999;
    line-height: 1;
}

.input-clear:hover::before {
    color: #333;
}

/* 파일 업로드 영역 */
.file-upload-area {
    width: 100%;
}

.file-upload-box {
    /* border: 2px dashed #ddd; */
    border-radius: 4px;
    padding: 40px 20px;
    text-align: center;
    background-color: #3e3c69;
}

.file-upload-box p {
    margin: 0 0 15px 0;
    color: #b3aada;
    font-size: 14px;
}

.file-upload-box #file-upload-btn {
    margin-top: 10px;
}

.file-name-display {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    background-color: #312A61;
    border-radius: 4px;
}

.file-name-display .file-name {
    flex: 1;
    color: #333;
    font-size: 14px;
}

.btn-remove-file {
    width: 24px;
    height: 24px;
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-remove-file::before {
    content: '×';
    font-size: 20px;
    color: #999;
    line-height: 1;
}

.btn-remove-file:hover::before {
    color: #333;
}

/* 필수 입력 항목 표시 */
.required::after {
  content: '*';
  color: #ff0000;
  margin: 0 4px;
  vertical-align: middle;
}