/**
 * gridstack SASS styles 11.1.2
 * Copyright (c) 2021-2024 Alain Dumesny - see GridStack root license
 */
.grid-stack {
  position: relative;
}

.grid-stack-rtl {
  direction: ltr;
}
.grid-stack-rtl > .grid-stack-item {
  direction: rtl;
}

.grid-stack-placeholder > .placeholder-content {
  background-color: rgba(0, 0, 0, 0.1);
  margin: 0;
  position: absolute;
  width: auto;
  z-index: 0 !important;
}

.grid-stack > .grid-stack-item {
  position: absolute;
  padding: 0;
}
.grid-stack > .grid-stack-item > .grid-stack-item-content {
  margin: 0;
  position: absolute;
  width: auto;
  overflow-x: hidden;
  overflow-y: auto;
}
.grid-stack > .grid-stack-item.size-to-content:not(.size-to-content-max) > .grid-stack-item-content {
  overflow-y: hidden;
}

.grid-stack-item > .ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}
.grid-stack-item.ui-resizable-disabled > .ui-resizable-handle, .grid-stack-item.ui-resizable-autohide > .ui-resizable-handle {
  display: none;
}
.grid-stack-item > .ui-resizable-ne,
.grid-stack-item > .ui-resizable-nw,
.grid-stack-item > .ui-resizable-se,
.grid-stack-item > .ui-resizable-sw {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="%23666" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 20 20"><path d="m10 3 2 2H8l2-2v14l-2-2h4l-2 2"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
}
.grid-stack-item > .ui-resizable-ne {
  transform: rotate(45deg);
}
.grid-stack-item > .ui-resizable-sw {
  transform: rotate(45deg);
}
.grid-stack-item > .ui-resizable-nw {
  transform: rotate(-45deg);
}
.grid-stack-item > .ui-resizable-se {
  transform: rotate(-45deg);
}
.grid-stack-item > .ui-resizable-nw {
  cursor: nw-resize;
  width: 20px;
  height: 20px;
  top: 0;
}
.grid-stack-item > .ui-resizable-n {
  cursor: n-resize;
  height: 10px;
  top: 0;
  left: 25px;
  right: 25px;
}
.grid-stack-item > .ui-resizable-ne {
  cursor: ne-resize;
  width: 20px;
  height: 20px;
  top: 0;
}
.grid-stack-item > .ui-resizable-e {
  cursor: e-resize;
  width: 10px;
  top: 15px;
  bottom: 15px;
}
.grid-stack-item > .ui-resizable-se {
  cursor: se-resize;
  width: 20px;
  height: 20px;
}
.grid-stack-item > .ui-resizable-s {
  cursor: s-resize;
  height: 10px;
  left: 25px;
  bottom: 0;
  right: 25px;
}
.grid-stack-item > .ui-resizable-sw {
  cursor: sw-resize;
  width: 20px;
  height: 20px;
}
.grid-stack-item > .ui-resizable-w {
  cursor: w-resize;
  width: 10px;
  top: 15px;
  bottom: 15px;
}
.grid-stack-item.ui-draggable-dragging > .ui-resizable-handle {
  display: none !important;
}
.grid-stack-item.ui-draggable-dragging {
  will-change: left, top;
  cursor: move;
}
.grid-stack-item.ui-resizable-resizing {
  will-change: width, height;
}

.ui-draggable-dragging,
.ui-resizable-resizing {
  z-index: 10000;
}
.ui-draggable-dragging > .grid-stack-item-content,
.ui-resizable-resizing > .grid-stack-item-content {
  box-shadow: 1px 4px 6px rgba(0, 0, 0, 0.2);
  opacity: 0.8;
}

.grid-stack-animate,
.grid-stack-animate .grid-stack-item {
  transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s;
}

.grid-stack-animate .grid-stack-item.ui-draggable-dragging,
.grid-stack-animate .grid-stack-item.ui-resizable-resizing,
.grid-stack-animate .grid-stack-item.grid-stack-placeholder {
  transition: left 0s, top 0s, height 0s, width 0s;
}

.grid-stack > .grid-stack-item[gs-y="0"] {
  top: 0px;
}

.grid-stack > .grid-stack-item[gs-x="0"] {
  left: 0%;
}

.gs-12 > .grid-stack-item {
  width: 8.333%;
}
.gs-12 > .grid-stack-item[gs-x="1"] {
  left: 8.333%;
}
.gs-12 > .grid-stack-item[gs-w="2"] {
  width: 16.667%;
}
.gs-12 > .grid-stack-item[gs-x="2"] {
  left: 16.667%;
}
.gs-12 > .grid-stack-item[gs-w="3"] {
  width: 25%;
}
.gs-12 > .grid-stack-item[gs-x="3"] {
  left: 25%;
}
.gs-12 > .grid-stack-item[gs-w="4"] {
  width: 33.333%;
}
.gs-12 > .grid-stack-item[gs-x="4"] {
  left: 33.333%;
}
.gs-12 > .grid-stack-item[gs-w="5"] {
  width: 41.667%;
}
.gs-12 > .grid-stack-item[gs-x="5"] {
  left: 41.667%;
}
.gs-12 > .grid-stack-item[gs-w="6"] {
  width: 50%;
}
.gs-12 > .grid-stack-item[gs-x="6"] {
  left: 50%;
}
.gs-12 > .grid-stack-item[gs-w="7"] {
  width: 58.333%;
}
.gs-12 > .grid-stack-item[gs-x="7"] {
  left: 58.333%;
}
.gs-12 > .grid-stack-item[gs-w="8"] {
  width: 66.667%;
}
.gs-12 > .grid-stack-item[gs-x="8"] {
  left: 66.667%;
}
.gs-12 > .grid-stack-item[gs-w="9"] {
  width: 75%;
}
.gs-12 > .grid-stack-item[gs-x="9"] {
  left: 75%;
}
.gs-12 > .grid-stack-item[gs-w="10"] {
  width: 83.333%;
}
.gs-12 > .grid-stack-item[gs-x="10"] {
  left: 83.333%;
}
.gs-12 > .grid-stack-item[gs-w="11"] {
  width: 91.667%;
}
.gs-12 > .grid-stack-item[gs-x="11"] {
  left: 91.667%;
}
.gs-12 > .grid-stack-item[gs-w="12"] {
  width: 100%;
}

.gs-1 > .grid-stack-item {
  width: 100%;
}

.gs-2 > .grid-stack-item {
  width: 50%;
}

.gs-2 > .grid-stack-item[gs-w="1"] {
  width: 50%;
}
.gs-2 > .grid-stack-item[gs-x="1"] {
  left:50%;
}
.gs-2 > .grid-stack-item[gs-w="2"] {
  width:100%;
}


/* 20250103 - 커스텀 */
.grid-stack > .grid-stack-item > .grid-stack-item-content {overflow-y:hidden;}
.grid-stack {background:#ececee !important;}
.grid-stack-item-content .grid-stack {background:none !important;}
.grid-stack > .grid-stack-item.grid-stack-sub-grid > .grid-stack-item-content {background:rgba(0,0,0,0.05)}
.grid-stack > .grid-stack-item > .grid-stack-item-content {box-shadow:2px 2px 2px #00000005; border:1px solid #d5d5d5;}
.stat-chart {background-color:#fff !important;}
.stat-map {background-color:#fff !important;}
.grid-stack-item .type span {display:inline-block; padding:2px 10px; border-radius:20px; background:#f6f6f6; color:#000; font-size:13px;font-weight: bold;}
.grid-stack-item.type_1 .type span {background:#f2f3fb; color:#5455a2;}
.grid-stack-item.type_2 .type span {background:#ffeddf; color:#ff7300;}
.grid-stack-item.type_3 .type span {background:#fbf0fc; color:#c067be;}
.grid-stack-item.type_4 .type span {background:#e7feeb; color:#16a82f;}
.grid-stack-item.type_5 .type span {background:#e4f5ff; color:#1387d0;}
.grid-stack-item.type_6 .type span {background:#fdf8eb; color:#e7bc5a;}
.grid-stack-item.type_7 .type span {background:#f9e0e0; color:#db2f32;}
.grid-stack-item.type_8 .type span {background:#e0f9ef; color:#037549;}
.grid-stack-item.type_9 .type span {background:#fceffb; color:#9b3c92;}
.grid-stack-item.type_10 .type span {background:#fef2f6; color:#cd4677;}
.grid-stack-item.type_11 .type span {background:#e8e3f1; color:#4b15ab;}
.grid-stack-item.type_12 .type span {background:#eefcff; color:#36555b;}
.grid-stack-item.type_13 .type span {background:#d8f8ff; color:#065262;}
.grid-stack-item .grid-stack-item-content {background-repeat:no-repeat; background-position:bottom 10px right 10px;}
.grid-stack-item.type_1 .grid-stack-item-content {background-image:url(../../img/dashboard/icon_type_1.png);}
.grid-stack-item.type_2 .grid-stack-item-content {background-image:url(../../img/dashboard/icon_type_2.png);}
.grid-stack-item.type_3 .grid-stack-item-content {background-image:url(../../img/dashboard/icon_type_3.png);}
.grid-stack-item.type_4 .grid-stack-item-content {background-image:url(../../img/dashboard/icon_type_4.png);}
.grid-stack-item.type_5 .grid-stack-item-content {background-image:url(../../img/dashboard/icon_type_5.png);}
.grid-stack-item.type_6 .grid-stack-item-content {background-image:url(../../img/dashboard/icon_type_6.png);}
.grid-stack-item.type_7 .grid-stack-item-content {background-image:url(../../img/dashboard/icon_type_7.png);}
.grid-stack-item.type_8 .grid-stack-item-content {background-image:url(../../img/dashboard/icon_type_8.png);}
.grid-stack-item.type_9 .grid-stack-item-content {background-image:url(../../img/dashboard/icon_type_9.png);}
.grid-stack-item.type_10 .grid-stack-item-content {background-image:url(../../img/dashboard/icon_type_10.png);}
.grid-stack-item.type_11 .grid-stack-item-content {background-image:url(../../img/dashboard/icon_type_11.png);}
.grid-stack-item.type_12 .grid-stack-item-content {background-image:url(../../img/dashboard/icon_type_12.png);}
.grid-stack-item.type_13 .grid-stack-item-content {background-image:url(../../img/dashboard/icon_type_13.png);}
.close-btn {text-indent:-9999px; right:2px !important; width:20px; height:20px; border-radius:50%; background:#f14e6b !important; transform:rotate(45deg);}
.close-btn::after {position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); content:''; display:block; width:10px; height:2px; background-color:#fff;}
.close-btn::before {position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); content:''; display:block; width:2px; height:10px; background-color:#fff;}
