/*@charset "UTF-8";*/

@font-face {
  font-family: 'SpoqaHanSansNeo';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SpoqaHanSansNeo-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'SpoqaHanSansNeo';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SpoqaHanSansNeo-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'SpoqaHanSansNeo';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SpoqaHanSansNeo-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}


body{
  /*background-color: #f8f8f8;*/
  background-color: #000000;
}
*{
  font-family: 'SpoqaHanSansNeo', 'SCoreDream', 'Pretendard', 'Noto Sans KR', sans-serif;
}
.sb-topnav{
  /*opacity: 0;*/
}
.sb-topnav:hover{
  opacity: 1;
}

main {
  display: inline-flex;
  height: 100%;
}

main .dashboard{
  min-height: calc(100vh - 125px);
}
.dashboard-start{

}
.dashboard-start-top{
}
.dashboard-start-top .container{
  font-size: 0.9em;
}
.dashboard-start-top .container .fs-5{
  font-size: 1.1em !important;
}
.dashboard-start-bottom{
  /*height: calc(100vh - 605px);*/
}
.dashboard-start-bottom .card-text{

}
.dashboard-start-logo{
  height: 100px;
}
.dashboard-start-logo img{
  margin-top: 10px;
  height: 80px;
}
.dashboard-center{
}
.dashboard-center > .card{
  background: #cccccc;
  height: calc(100vh - 173px);
}
.dashboard-center .card-body canvas{
  border-radius: 0.2rem;
}
.dashboard-end{
  height: calc(100vh - 211px)
}
@media (min-width: 800px) {
  .col-lg-400{
    width: 450px !important;
  }
}

.dashboard-end-top{

}
.dashboard-end-bottom div[data-g-id]{
  height: 120px;
}
#toast-container.ga-toast-center{
  top: 15%;
  width: 100%;
}
#toast-container.ga-toast-center .toast{
  width: 500px;
  margin: 10px auto 0;
}
#toast-container.ga-toast-center .toast-title,
#toast-container.ga-toast-center .toast-message{
  font-size: 1.5em;
}

.sb-topnav .navbar-brand{
  background-color: #2F2F35;
}
.sb-sidenav-dark{
  background-color: #2F2F35;
}
.bg-dark{
  background-color: #1F1F23 !important;
}
.dashboard{
  background-color: #222529;
  color: #ffffff;
  height: 100%;
}
.dashboard{
  max-width: 1600px;
}
.dashboard .card{
  background-color: #2a2c3188;
}
.dashboard #chart1 .donut{

}

.rect-auto, .c100.s .slice {
  clip: rect(auto, auto, auto, auto);
}

.pie, .c100 .bar, .c100.s .fill {
  position: absolute;
  border: 0.08em solid #307bbb;
  width: 0.84em;
  height: 0.84em;
  clip: rect(0em, 0.5em, 1em, 0em);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.pie-fill, .c100.s .bar:after, .c100.s .fill{
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.c100 {
  position: relative;
  font-size: 120px;
  width: 1em;
  height: 1em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  float: left;
  margin: 0 0.1em 0.1em 0;
  background-color: #EDEDED;
}
.c100 *, .c100 *:before, .c100 *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.c100.center {
  float: none;
  margin: 0 auto;
}
.c100 {
  font-size: 8rem;
}
.c100 > span {
  margin-top: 1.6em;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0.2em;
  color: #666666;
  display: block;
  text-align: center;
  white-space: nowrap;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.c100:after {
  position: absolute;
  top: 0.08em;
  left: 0.08em;
  display: block;
  content: " ";
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: white;
  width: 0.84em;
  height: 0.84em;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.c100 .slice {
  position: absolute;
  width: 1em;
  height: 1em;
  clip: rect(0em, 1em, 1em, 0.5em);
}

.c100:hover {
  cursor: default;
}
.c100:hover:after {
  top: 0.04em;
  left: 0.04em;
  width: 0.92em;
  height: 0.92em;
}
.c100 .bar, .c100 .fill {
  border-color: #6ad877 !important;
}
.c100.type01 .bar, .c100.type01 .fill {
  border-color: #E93E6A !important;
}
.chart-Value.type01{
  color: #E93E6A !important;
}
.c100.type02 .bar, .c100.type02 .fill {
  border-color: #9D82BF !important;
}
.chart-Value.type02{
  color: #9D82BF !important;
}
.c100.type03 .bar, .c100.type03 .fill {
  border-color: #74DCBB !important;
}
.chart-Value.type03{
  color: #74DCBB !important;
}
.c100:hover > span {
  color: #000000;
  font-weight: bold;
}
.bullet::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  background-color: #0dcaf0;
  vertical-align: middle;
  margin-right: 0.1em;
}
.bullet-normal::before{
  background-color: #6ad877;
}
.bullet-danger::before{
  background-color: #F49938;
}
.dashboard .table{
  color: #fff;
  font-size: 0.9em;
}
.dashboard .table th{
  color: #ececec;
}
.dashboard .table th, .dashboard .table td{
  border: 0;
  text-align: center;
}
.bg-24272b{
  background-color: #24272b;
}
.ga-light-gray {
  color: #000!important;
  background-color: #606367 !important;
}
.ga-container{
  padding: 0.01em 16px;
  height: 8px;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.ga-container:hover{
  height: 12px;
}
.ga-color-step1{
  color: #fff!important;
  background-color: #df6457 !important;
}
.ga-color-step2{
  color: #fff!important;
  background-color: #F49938 !important;
}
.ga-color-step3{
  color: #fff!important;
  background-color: #6ad877 !important;
}
.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  border-color: #fB9676;
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  border-color: #517BAD;
}
#loader-wrapper{
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255,255,255,0.1);
  z-index: 1100;
  cursor: pointer;
}
#loader-wrapper .loading {
  position: relative;
  left: 0;
  top: 40%;
  z-index: 1;
  margin: auto auto auto auto;
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid #4db1ff;
  width: 60px;
  height: 60px;
  -webkit-animation: loader-wrapper-spin 2s linear infinite;
  animation: loader-wrapper-spin 2s linear infinite;
}
@keyframes loader-wrapper-spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@keyframes blink-effect {
  50% {
    background-color: rgba(0, 0, 0, 0);
  }
}

.blink {
  animation: blink-effect 1s step-end 3;
}
.gis-map-nav-state {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: transparent;
}

.dataTable th, .dataTable td{
  white-space: nowrap;
}
.text-ga-primary{
  color: #4ab857 !important;
}
.ui-datepicker{
  z-index: 1060 !important;
}
input[type='number']{
  text-align: right;
}
.sb-sidenav .sb-sidenav-menu .sb-sidenav-menu-nested .nav-link{
  font-size: 0.9em;
}
.news .card-text{
  margin-top: -37px;
}
.news .nav-link{
  color: #fff;
  font-size: 0.9em;
}
.news .nav-link.active{
  color: #fff;
  background-color: black;
  border: none;
}
.news .nav-tabs{
  border-bottom: 1px solid black;
  padding-bottom: 4px;
}
.news .tab-pane a{
  font-size: 1em;
  margin-bottom: 0.6rem;
}
.dashboard-circle{
  position: relative;
  border: 2px solid #86D580;
  height: 20px;
  border-radius:50%;
  width: 20px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin-right: 10px;
}
.inner-circle{
  position: absolute;
  display: inline-block;
  margin: auto;
  height: 10px;
  width: 10px;
  left:3px;
  top:3px;
  background-color: #86D580;
  border-radius:50%;
}
.dashboard-title{
  vertical-align: middle;
}
@media (min-width: 800px) {
  .dashboard-info{
    position: absolute;
    width: 430px;
    top: 20px;
    left: 30px;
    background-color: #00000099;
  }
  .dashboard-site{
    position: absolute;
    width: 400px;
    height: 100%;
    top: 0;
    background-color: #00000099;
  }
}
.danger-message-box{
  z-index: 1100;
  background-color: #bd2e2d;
  width: 600px;
  color: white;
  display: none;
  position: absolute;
  top: 0;
}
.danger-message-box .card-title{
  border-bottom: 1px #9e2a2a solid;
  padding-bottom: 15px;
}
.danger-message-box .btn-message-button{
  background-color: #ce5757;
  color: white;
}
/*CAUTION,WARNING,DANGER*/
.danger-message-box.caution{
  background-color: #f8b133;
}
.danger-message-box.caution .card-title{
  border-bottom: 1px #c68526 solid;
}
.danger-message-box.caution .btn-message-button{
  background-color: #eda235;
}
.danger-message-box.warning{
  background-color: #f16b29;
}
.danger-message-box.warning .card-title{
  border-bottom: 1px #cc5a29 solid;
}
.danger-message-box.warning .btn-message-button{
  background-color: #ed7845;
}
.danger-message-box .danger-message-body{
  height: 150px;
}
.danger-message-box .prev  span,
.danger-message-box .next  span{
  display: block;
  margin-top: 70px;
}

.caution-message-color{
  background-color: #f8b133;
  color: white;
}
.warning-message-color{
  background-color: #ef7133;
  color: white;
}
.danger-message-color{
  background-color: #bd2e2d;
  color: white;
}
.tab07-container .bg-cccccc{
  font-size: 0.7em;
}
.tab07-container .bg-darkgreen{
  background-color: #dcdcdc;
  font-size: 0.7em;
  border: 0;
}

.required .input-group-text:first-child::after{
  content: '*';
  color: #E05185;
}
.required .form-label::after{
  content: '*';
  color: #E05185;
}
.pt-z8{
  padding-top: 0.8em;
}
.bg-search{
  background-color: #eee;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.text-ga-dg{
  padding: 0.375rem 0.75rem;
  font-size: 0.6rem !important;
  font-weight: 400;
  line-height: 2em;
  color: #9c9b9b;
  text-align: center;
  white-space: nowrap;
  background-color: white;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.w-ga-f{
  width: 30px !important;
  border-width: 0 !important;
  padding: 1px !important;
}
.tab7-table .alert-label{

}
.tab7-table textarea{
  min-width: 200px !important;
}
.tab7-table input{
  min-width: 60px !important;
  margin-right : 1px;
}
.tab7-table td{
  border-right: 1px solid #dee2e6 !important;
  font-size: 0.9em;
}
.tab7-table .input-group .form-control{
  font-size: 0.9em;
}
.bg-cccccc{
  background-color: #cccccc;
}
.text-ga-w87{
  width: 87% !important;
}
.item-hide{
  display: none;
}
.item-show{
  display: inline-block;
}
.file-button{
  background-color: #6c757d;
  color: white;
  cursor: pointer;
  padding: 0.3rem 0.8rem 0.3rem 0.8rem;
  border-radius: 0.3rem;
}
.bg-00000099{
  background-color: #00000099;
}
.text-d56652{
  color: #d56652;
}
.scrollbar{
}
.scrollbar::-webkit-scrollbar {
  width: 5px; /*스크롤바의 너비*/
}

.scrollbar::-webkit-scrollbar-thumb {
  background-color: gray; /*스크롤바의 색상*/
}

.scrollbar::-webkit-scrollbar-track {
  background-color: #1a1d21; /*스크롤바 트랙 색상*/
}

.hr-sect {
  display: flex;
  flex-basis: 100%;
  align-items: center;
  color: rgba(198, 198, 198, 1.0);
  font-size: 13px;
  margin: 8px 0px;
}
.hr-sect::before{
  content: "";
  flex-grow: 1;
  background: #c6c6c6;
  height: 1px;
  font-size: 0px;
  line-height: 0px;
  margin: 0px 16px 0px 0px;
}
.hr-sect::after {
  content: "";
  flex-grow: 1;
  background: #c6c6c6;
  height: 1px;
  font-size: 0px;
  line-height: 0px;
  margin: 0px 0px 0px 16px;
}
.sign-input{
  background-color: white;
  width: 70%;
  margin:auto;
  color: black;
  border: none;
}
.sign-input:focus{

}
.dashboard-link-item .card-body{
  height: calc((100vh - 346px) / 4);
  min-height: 156px;
}
.dashboard-link-item .ga-link-icon{
  width: 90px;
  height: 90px;
}
.dashboard .table > :not(:first-child),
.dashboard .dataTable-table > :not(:first-child) {
  border-top: 1px solid black !important;
}
.dashboard .table thead{

}
.dashboard .sensor-normal{
  background-color: #4ab857;
  padding: 2px 4px;
  border-radius: 2px;
  font-size: 0.8em;
  margin-right: 3px;
}
.dashboard .sensor-caution{
  background-color: #ef7133;
  padding: 2px 4px;
  border-radius: 2px;
  font-size: 0.8em;
  margin-right: 3px;
}
.dashboard .sensor-warning{
  background-color: #ef7133;
  padding: 2px 4px;
  border-radius: 2px;
  font-size: 0.8em;
  margin-right: 3px;
}
.dashboard .sensor-value{
  display: inline-block;
  width: 50px;
}
.dashboard .table th{
  background-color: #cccccc17;
}
.tbm-table{

}
.tbm-table th{
  vertical-align: middle;
}
.tbm-table th{
  border: #1a1d21 1px solid !important;
}
.tbm-table td{
  border-bottom: #1a1d21 1px solid !important;
}
.tbm-table th:first-child{
  border-left: none !important;
}
.tbm-table td:last-child{
  border-right: none !important;
}
.tbm-table {
  border-top: #1a1d21 1px solid !important;
  border-bottom: #cccccc22 2px solid !important;
}
.dashboard .table th{

}
.dash-site-label{
  background-color: #aa2626;
  padding: 2px 4px;
  border-radius: 2px;
  margin-right: 10px;
  font-size: 1.1em;
}
.warning .dash-site-label{
  background-color: #cf5113;
  padding: 2px 4px;
  border-radius: 2px;
  margin-right: 10px;
  font-size: 1.1em;
}
.caution .dash-site-label{
  background-color: #cd9215;
  padding: 2px 4px;
  border-radius: 2px;
  margin-right: 10px;
  font-size: 1.1em;
}
.max-400{
  max-width: 400px;
  white-space: normal !important;
}
.min-300{
  min-width: 300px;
  white-space: normal !important;
}
#tab03-contents .active{
  background-color: #0c584177;
}
#tab05-contents .active{
  background-color: #0c415877;
}
#tab06-contents .active{
  background-color: #0c415877;
}
.standard {

}
.standard .nav-link{
  color: #b1b1b1;
  font-size: 0.9em;
  background-color: transparent;
  border: none;
}
.standard .nav-link.active{
  color: #00b55c;
  border-bottom: 2px solid #00b55c;
  background: transparent;
}
.standard.nav-tabs{
  border-bottom: 1px solid #b1b1b1;
}
.btn-ga-primary{
  background-color: #00b55c;
  color: white;
}
.btn-ga-secondary{
  background-color: #595b5d;
  color: white;
}
.btn-ga-search{
  background-color: #00aab5;
  color: white;
}
.btn-ga-danger{
  background-color: #e12c3f !important;
  color: white !important;
}
.btn-ga-outline-primary{
  background-color: transparent;
  color: #00b55c;
  border-color: #00b55c;
}
.btn-ga-outline-secondary{
  background-color: transparent;
  color: #595b5d;
  border-color: #595b5d;
}
.btn-ga-black{
  background-color: black;
  color: white;
}
.btn-ga-white{
  background-color: white;
  border-color: black;
}

.table-ga-primary {
  background-color: #f6f6f6;
}
.tab07-container .table thead th{
  font-weight: normal;
}
.tab07-container .table tbody{
  border-top: 1px solid #dee2e6 !important;
}
.ga-card{
  background-color: #ffffffaa;
  -moz-box-shadow: 0 0 3px #ccc;
  -webkit-box-shadow: 0 0 3px #ccc;
  box-shadow: 0 0 3px #ccc;
}
.btn-ge-modify{
  color: #E05185;
  background-color: transparent;
}
.btn-ge-modify:hover{
  color: #E07185;
  font-weight: bold;
}
.btn-ge-modify-01{
  color: #2F2F35;
  background-color: transparent;
}
.btn-ge-modify-01:hover{
  color: #2F2F35;
  font-weight: bold;
}
.btn-ga-remove{
  color: #9c9b9b;
  background-color: transparent;
}
.btn-ga-remove:hover{
  color: #6c6b6b;
  font-weight: bold;
}
.btn-ga-exit{
  color: #e12c3f;
  background-color: transparent;
}
.btn-ga-exit:hover{
  color: #c10c1f;
  font-weight: bold;
}
hr {
  margin: 1rem 0;
  color: #d5d5d5;
  background-color: #d5d5d5;
  border: 0;
  opacity: 1;
}
table.dataTable thead th, table.dataTable thead td{
  color: #313539;
  font-size: 1rem;
  padding-top: 10px;
  padding-bottom: 10px;
}
table.dataTable tbody th, table.dataTable tbody td{
  color: #414549;
  font-size: 1rem;
  padding-top: 10px;
  padding-bottom: 10px;
}
.dataTables_scrollHead .dataTable{
  border-top: 1px solid #ced4da;
}
.dataTable thead{
  background-color: #f6f6f6;
}
table.dataTable.stripe>tbody>tr.odd>*, table.dataTable.display>tbody>tr.odd>* {
  box-shadow: none;
}
table.dataTable thead tr>.dtfc-fixed-left, table.dataTable thead tr>.dtfc-fixed-right{
  background-color: #f6f6f6;
}
table.dataTable tbody tr{
  background-color: #fefefe;
}
table.dataTable tbody tr>.dtfc-fixed-left, table.dataTable tbody tr>.dtfc-fixed-right{
  background-color: #fefefe;
}
.dataTables_info{
  margin-bottom: 6px;
}
.modal-header{
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
.bg-ga-dark{
    background-color: #bbbaba;
}
.bg-ga-secondary{
  background-color: #ececec;
}
.form-control[readonly]:not(:disabled){
  background-color: white;
}
.gm-primary{
  border-color: red;
  border-width: 3px;
  border-style: double;
  background-color: #ff00ff11;
}
.ge-modal .modal-header{
  background-color: #202024;
  color: white;
}
.ge-modal .ge-modal-title01{
  color: #2F2F35;
  font-size: 17px;
  font-weight: bold;
}
.ge-modal .input-group-text{
  background-color: transparent;
  border-width: 0;
  color: #2F2F35;
}
.ge-modal .input-group-text:first-child{
  min-width: 80px;
  align-items: normal;
}

.ge-modal .form-control{
  border-radius: 0.2rem !important;
}
.ge-modal .ge-image-area{
  background-color: #F9F9FA !important;
  border-radius: 0.2rem !important;
  display: inline-block;
  border:none;
}
.ge-modal .ge-image-area img{
  border-radius: 0.2rem !important;
  border: 1px solid #ced4da;
}
.ge-modal textarea{
  resize: none;
}
.ge-sign-modal .modal-header{
  background-color: #202024;
  color: white;
}
.ge-sign-modal .ge-modal-title01{
  color: #2F2F35;
  font-size: 17px;
  font-weight: bold;
}
.ge-sign-modal .input-group-text{
  min-width: 80px;
  background-color: transparent;
  border-width: 0;
  color: #2F2F35;
  align-items: normal;
}
.ge-sign-modal .form-control, .ge-sign-modal .form-select{
  background-color: #F9F9FA !important;
  border-radius: 0.2rem !important;
  border: #DADADA 1px solid;
}

.btn-ge-primary{
  background: linear-gradient(180deg, #E03F8C 0%, #FF5570 100%) !important;
  color: white !important;
}
.btn-ge-primary:hover{
  color: white;
}
.btn-ge-secondary{
  background-color: #585959;
  color: white;
}
.btn-ge-secondary:hover{
  color: white;
}
.ge-page .input-group-text{
  background-color: transparent;
  border-width: 0;
  color: #2F2F35;
}
.ge-page .form-control{
  border-radius: 0.2rem !important;
}
.ge-page h5{
  font-weight: bold;
}
.ge-nav-tabs{
  margin-top: 1.5rem;
}
.ge-nav-tabs .nav-link{
  background-color: transparent !important;
  border: none;
  color: #2F2F35;
  font-weight: bold;
  cursor: pointer;
}
.ge-nav-tabs .active{
  color: #E05185 !important;
  border-color: inherit !important;
  border-bottom: 1px #E05185 solid;
}
.ge-page .ge-search{
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  background-color: white;
  padding: 0.95rem;
  box-shadow: 0 0 2px #ccc;
}

.ge-search table input.form-control,
.ge-search table select.form-select
{
  font-size: 1rem;
  color: #777;
  padding: 8px 10px;
}
.ge-search table select.form-select:not(.sh-date-picker)
{
  padding-right: 35px !important;
}

.ge-search table .sh-box-input.date input
{
  font-size: 1rem;
  color: #777;
}

.nav-tabs{
}
.nav-tabs .nav-link{
  background-color: white !important;
}
.nav-tabs .nav-link:not(.active){
  border-bottom: 1px solid #dee2e6 !important;
}
.ge-result ::-webkit-scrollbar{
  width: 5px;
  background: rgba(255,255,255,1);
}
.ge-result ::-webkit-scrollbar-thumb{
  background: rgb(200, 200, 200);
  border-radius: 10px;
}
.ge-page .ge-result{
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  background-color: white;
  padding: 0.95rem;
  box-shadow: 0 0 2px #ccc;
}
.ge-page .ge-result .ge-dt-total{
  color: #E05185;
}
.ge-page .ge-result .dt-button{
  padding: 0.25rem 1rem;
  font-size: 0.8em;
  border-width: 0;
  border-radius: 0.25rem;
}
.ge-page .ge-result .dt-button:hover{
  border-width: 0;
  background-color: black;
}
.ge-page .ge-result .ge-dt-button-primary{
  background: linear-gradient(180deg, #E03F8C 0%, #FF5570 100%);
  color: white;
}
.ge-page .ge-result .ge-dt-button-primary:hover{
  background: linear-gradient(180deg, #E03F8C 0%, #FF5570 100%);
}
.ge-page .ge-result .ge-dt-button-excel:hover{
  background-color: black;
}
.ge-page table.dataTable *{
  font-size: 14px;
}
.ge-page .dataTables_info{
  font-size: 0.9em;
  color: #414549;
}
.ge-page .dataTables_paginate{
  font-size: 0.9em;
}
.ge-page table.dataTable.row-border tbody th,
.ge-page table.dataTable.row-border tbody td,
.ge-page table.dataTable.display tbody th,
.ge-page table.dataTable.display tbody td{
  border-top: 1px solid #DADADA;
}
.ge-page .dataTables_wrapper.no-footer .dataTables_scrollBody{
  border-bottom: 1px solid #DADADA;
}
.ge-page .dataTables_scrollHead .dataTable{
  border-top: 1px solid #DADADA;
}
.ge-page table.dataTable thead th,
.ge-page table.dataTable thead td{
  background-color: #F9F9FA;
}
.ge-page .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.ge-page .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
  background: none;
  border: none;
  color: #414549 !important;
}
.ge-page .dataTables_wrapper .dataTables_paginate .paginate_button{
  padding: 0.25rem 0.25rem;
  color: gray !important;
}
.ge-result .dataTables_wrapper .dataTables_scrollHeadInner{
  padding-right: 0 !important;
}
.sb-sidenav-menu .nav{
  padding: 0.75rem;
}
.sb-sidenav-menu .nav-link {
  color: #BEBEBE;
  background: none;
  border-radius: 0.3rem;
  margin-bottom: 0.3rem;
}
.sb-sidenav-menu .nav-link .sb-nav-link-icon {
  margin-top: -2px;
}
.sb-sidenav-menu .nav-link .sb-nav-link-icon svg path{
  fill: #BEBEBE;
}
.sb-sidenav-menu .nav-link:hover .sb-nav-link-icon svg path{
  fill: white;
}
.sb-sidenav-menu .nav-link.active .sb-nav-link-icon svg path{
  fill: white;
}
.sb-sidenav-menu .nav-link:hover {
  color: #FFFFFF;
  background: linear-gradient(180deg, #E03F8Caa 0%, #FF5570aa 100%);
}
.sb-sidenav-menu .nav-link.active {
  color: #FFFFFF;
  background: linear-gradient(180deg, #E03F8C 0%, #FF5570 100%);
}
.sb-sidenav-menu .nav-link.active .sb-nav-link-icon {
  color: #FFFFFF;
}
.sb-sidenav .sb-sidenav-menu .nav .nav-link{
  font-size: 1.0em;
}
.sb-sidenav .sb-sidenav-menu .nav .sb-sidenav-menu-heading {
  padding: 0.7rem 1rem 0.75rem;
  font-size: 0.9rem;
  font-weight: bold;
  text-transform: uppercase;
}
.ge-grid01{

}
.btn-check:checked + .btn-ge-check,
.btn-check:active + .btn-ge-check {
  color: #E05185;
  background-color: white;
  border-color: #E05185;
}
.btn-check + .btn-ge-check {
  color: #B1B1B1;
  background-color: white;
  border-color: #B1B1B1;
}

.ge-table01 thead th, .ge-table01 thead td{
  background-color: #F9F9FA;
  color: #2F2F35;
  border-color: #C2C2C2;
  border-left-width: 0;
  border-right-width: 0;
}
.ge-table01 tbody td{
  background-color: #F9F9FA;
  color: #2F2F35;
  border-color: #C2C2C2;
  border-left-width: 0;
  border-right-width: 0;
}
.table > :not(:first-child), .dataTable-table > :not(:first-child){
  border-top: none!important;
}
.ge-title01{
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  color: #2F2F35;
  font-size: 16px;
  border-bottom: 1px solid #DADADA;
}
.ge-add01{
  background-color: #F6F7F9;
  width: 100%;
  text-align: center;
  padding: 0.5rem;
  border: none;
}
.form-check-input:checked{
  background-color: #E05185;
  border-color: #E05185;
}

.ge-bhall{
  background-image: url("/admin/static/images/bhall.png");
  background-size: contain;
}
.ge-rect-area{
  position: absolute;
  top:0;
}
.ge-rect-cell{
  border: 3px solid #aaaaaa55;
  display: inline-block;
  position: absolute;
}
.ge-rect-select{
  border: 3px solid #E05185;
  background-color: #E0518599;
}
.ge-rect{
  border: 3px solid #E05185;
  display: inline-block;
  border-radius: 3px;
  position: absolute;
}
.ge-arrow-l{
  background-image: url("/admin/static/icon/arrow_left.png");
  background-repeat: no-repeat;
  background-position: center 220px;
}
.ge-arrow-r{
  background-image: url("/admin/static/icon/arrow_right.png");
  background-repeat: no-repeat;
  background-position: center 220px;
}
.ge-place-info-container .input-group-text{
  word-break: break-all;
  white-space: break-spaces;
}
.ge-btn-dngr-01{
  background-color: #585959;
  color: white;
  font-size: 12px !important;
}
.ge-btn-dngr-01:hover{
  color: white;
  font-weight: bold;
}
main{
  background-color: #ff0000;
}
.sh-container{

}
.sh-top-title{
  font-weight: bold !important;
  background-color: #161617;
  border-radius: 100px;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.sh-left-menu:hover, .sh-left-menu.active{
  color : #3DEC8D;
  background-color: #193022;
  border-radius: 5px;
}
.sh-left-menu svg:first-child{
  padding: 2px;
}
.sh-left-menu:hover svg:first-child,
.sh-left-menu:hover .sh-left-menu-icon svg:first-child,
.sh-left-menu.active svg:first-child
.sh-left-menu.active .sh-left-menu-icon svg:first-child{
  border-radius: 0.3rem;
  padding: 2px;
  fill : #3DEC8D;
}

.sh-left-menu-icon:hover, .sh-left-menu-icon.active{
  fill : #3DEC8D;
}
.sh-left-menu-icon svg:first-child{
  fill : #8E8E8E;
  padding: 2px;
  width: 24px;
}
.sh-left-menu-icon:hover svg:first-child, .sh-left-menu-icon.active svg:first-child{
  border-radius: 0.3rem;
  padding: 2px;
  fill : #3DEC8D;
}

.sh-menu-scroll{
  height: 100vh;
  overflow-y: scroll;
}

::-webkit-scrollbar{
  width: 5px;
  background: rgba(30,31,35,1);
}
::-webkit-scrollbar-thumb{
  background: rgb(119, 119, 119);
  border-radius: 10px;
}

.progress-bar {
  background-color: #30E4C7 !important;
}

.sh-pg-secondary02 .progress-bar { background-color: #FF718B !important; }
.sh-pg-secondary03 .progress-bar { background-color: #5685F7 !important; }

.sh-font-SD { font-family: 'SCoreDream'}
.sh-font-SP { font-family: 'SpoqaHanSansNeo'}

.sh-text-black { color: #222222 !important; }
.sh-text-white { color: #ffffff !important; }
.sh-text-blue { color: #4A5CFF !important; }
.sh-text-green { color: #17B89E !important; }
.sh-text-lightgreen { color: #3DEC8D !important; }
.sh-text-font_primary { color: #222222 !important; }
.sh-text-font_secondary01 { color: #777777 !important; }
.sh-text-font_secondary02 { color: #A4A4A4 !important; }
.sh-text-font_secondary03 { color: rgba(255,255,255,0.8) !important; }
.sh-text-primary { color: #3DEC8D !important; }
.sh-text-secondary01 { color: #30E4C7 !important; }
.sh-text-secondary02 { color: #FF718B !important; }
.sh-text-secondary03 { color: #5685F7 !important; }
.sh-text-secondary04 { color: #6066F0 !important; }
.sh-text-secondary05 { color: #C0D3FF !important; }
.sh-text-accent { color: #00d078 !important; }

.sh-bg-pane {
  background-image: linear-gradient(to bottom right, #363636, #1E1F23);
  border: 2px solid rgba(71,71,71,0.5);
  box-shadow: 4px 6px 10px rgba(0,0,0,0.8);
}

.sh-bg-pane.ss {
  background-image: linear-gradient(to bottom right, rgba(54,54,54,0.5), #1E1F23);
  border: 2px solid rgba(71,71,71,0.5);
  box-shadow: 4px 6px 10px rgba(0,0,0,0.8);
}

.sh-bg-black { background-color: #222222; }
.sh-bg-white { background-color: #ffffff; }
.sh-bg-blue { background-color: #4A5CFF; }
.sh-bg-green { background-color: #17B89E !important; }
.sh-bg-lightgreen { background-color: #3DEC8D !important; }
.sh-bg-gray1 { background-color: #f5f5f5; }
.sh-bg-gray2 { background-color: #eeeeee; }
.sh-bg-gray3 { background-color: #dedede; }
.sh-bg-gray4 { background-color: #b7b7b7; }
.sh-bg-gray5 { background-color: #54585A !important; }
.sh-bg-pane { background-color: #1E1F23; }
.sh-bg-primary { background-color: #3DEC8D; }
.sh-bg-secondary01 { background-color: #30E4C7!important; }
.sh-bg-secondary02 { background-color: #FF718B!important; }
.sh-bg-secondary03 { background-color: #5685F7!important; }
.sh-bg-secondary04 { background-color: #6066F0!important; }
.sh-bg-secondary05 { background-color: #C0D3FF!important; }
.sh-bg-accent { background-color: #00d078; }

.sh-fill-white { fill: #ffffff !important; }
.sh-fill-green { fill: #17B89E !important; }
.sh-fill-lightgreen { fill: #3DEC8D !important; }
.sh-fill-gray { fill: #8E8E8E; }
.sh-fill-primary { fill: #3DEC8D; }
.sh-fill-secondary01 { fill: #30E4C7; }
.sh-fill-secondary02 { fill: #FF718B; }
.sh-fill-secondary03 { fill: #5685F7; }
.sh-fill-secondary04 { fill: #6066F0; }
.sh-fill-secondary05 { fill: #C0D3FF; }

.sh-bd-line { border-color: #EEEEEE; }
.sh-bd-line_dark { border-color: #2E2E2E; width: 125px; }
.sh-bd-line_gray { border-color: #777777; }
.sh-bd-menutitle {
  border-bottom: 3px solid #00d078;
  padding-bottom: 0.57rem;
}

.sh-bg-th {
  background-color: #F5F7F8;
  --bs-table-bg: #F5F7F8;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  min-width: 80px;
}

.sh-fw-3 { font-weight: 300!important; }
.sh-fw-4 { font-weight: 400!important; }
.sh-fw-5 { font-weight: 500!important; }
.sh-fw-6 { font-weight: 600!important; }

.sh-fs-h1 { font-size: 2rem!important;}
.sh-fs-h2 { font-size: 1.5rem!important;}
.sh-fs-h3 { font-size: 1.25rem!important;}
.sh-fs-h4 { font-size: 1.13rem!important;}
.sh-fs-b1 { font-size: 1.13rem!important;}
.sh-fs-b2 { font-size: 1rem!important;}
.sh-fs-b3 { font-size: 0.88em!important;}
.sh-fs-b4 { font-size: 0.75em!important;}

.sh-lh-h1 { line-height: 2rem!important;}
.sh-lh-h2 { line-height: 1.5rem!important;}
.sh-lh-h3 { line-height: 1.25rem!important;}
.sh-lh-h4 { line-height: 1.13rem!important;}
.sh-lh-b1 { line-height: 1.13rem!important;}
.sh-lh-b2 { line-height: 1rem!important;}
.sh-lh-b3 { line-height: 0.88em!important;}
.sh-lh-b4 { line-height: 0.75em!important;}

.sh-modal .modal-body.sh-modal-table-w100 .dataTables_scrollHeadInner,
.sh-modal .modal-body.sh-modal-table-w100 .dataTables_scrollBody{
  width: 100%!important;
}
.sh-modal .modal-body.sh-modal-table-w100 .dataTables_scrollBody::-webkit-scrollbar {
  height: 5px;
  background: #ffffff;
}
.sh-modal.sh-modal-1280 .modal-dialog{
  max-width: 1280px;
}
.sh-modal.sh-modal-800 .modal-dialog{
  max-width: 800px;
}

table.sh-table-primary {
  border-top: none!important;
  border-bottom: none!important;
  color: #777777;
  letter-spacing: -0.05em;
  line-height: 20px;
}

table.sh-table-primary thead tr th {
  background-color: #00D078;
  color: #ffffff;
  border-bottom: none;
}

table.sh-table-primary thead tr th:first-child {
  border-top-left-radius: 10px;
}
table.sh-table-primary thead tr th:last-child {
  border-top-right-radius: 10px;
}

table.sh-table-primary tbody tr td {
  color: #777777;
  font-weight: 400;
  border-left: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
table.sh-table-primary tbody tr td:last-child {
  border-right: 1px solid #eeeeee;
}

.modal.sh-modal {
  color: #222222;
  top: 55%;
  left: 50%;
  right: auto;
  bottom: auto;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 1500;
}

.sh-modal .modal-content {
  border: none;
  border-radius: 8px;
}

.sh-modal .modal-header{
  color: #ffffff;
  border-color: #00BF6D;
  background-color: #00BF6D;
  font-family:'SCoreDream';
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: -0.08em;
  border-radius: 8px 8px 0 0;
}

.sh-modal .modal-body {
  max-height: 75vh;
  overflow-y: auto;
}

.sh-modal .modal-body::-webkit-scrollbar {
  background: #ffffff;
}
.sh-modal .modal-body::-webkit-scrollbar-thumb {
  background: #DFE1E2;
}

.sh-modal .modal-footer {
  border-top: none;
}

.modal.sh-modal.sub .modal-fullscreen {
  width: 80vw;
  height: 80vh;
  top: 5%;
  left: 10%;
}

.modal.sh-modal.sub .modal-content{
  box-shadow: 4px 6px 10px rgba(0,0,0,0.8);
}
.modal.sh-modal.sub .modal-header{
  color: #ffffff;
  border-color: #313233;
  background-color: #313233;
}

.sh-modal-div {
  margin-bottom: 25px;
}
.sh-modal-div .div-header {
  background-color: #f5f5f5;
  border-radius: 8px 8px 0 0;
  border: 1px solid #eeeeee;
  border-bottom: 1px solid #00BF6D;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sh-modal-div .div-body{
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  padding: 8px 10px;
  font-size: 14px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.sh-modal-div .div-body-borderless{
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  padding: 8px 10px;
  font-size: 14px;

}

.sh-modal-div .div-body-flat{
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  padding: 8px 10px;
  font-size: 14px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.sh-modal-div .div-footer{
  border: 1px solid #eeeeee;
  display: flex;
  align-items: center;
  padding: 8px 16px;
  font-size: 14px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.sh-modal-div.under .div-header {
  border: none;
  border-bottom: 1px solid #262626;
  padding: 10px 0;
  width: 100%;
  background-color: #ffffff;
}

.sh-modal-div.under .div-body{
  border: none;
  padding: 10px 0;
}

.sh-modal-div.under .div-body table tr td{
  color: #777777;
}

.sh-modal-div .div-footer{
  border: 1px solid #eeeeee;
  display: flex;
  align-items: center;
  padding: 8px 16px;
  font-size: 14px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.sh-modal .table {
  font-size: 14px;
  font-family: 'Noto Sans KR';
  border-top: 1px solid #DADADA;
}

.sh-modal .table tr {
  border-bottom: 1px solid #DADADA;
}

.sh-modal .table th {
  background-color: #f5f7f8;
  font-weight: 500;
  padding-left: 8px;
}
.sh-modal .table td {
  padding-left: 8px;
  padding-right: 8px;
}
.sh-modal input.form-control, .sh-modal textarea.form-control, select.form-select{
  font-family: 'SpoqaHanSansNeo';
  font-size: 0.8rem;
  color: #777777;
  box-sizing: border-box;
  padding: 8px 10px;
  border-radius: 4px;
  border: 1px solid #dadada;
  background-color: #ffffff;
}

.sh-modal input.form-control:disabled.all-white {
  font-family: 'SpoqaHanSansNeo';
  font-size: 0.8rem;
  color: #777777;
  box-sizing: border-box;
  padding: 7px 6px 7px 6px;
  border-radius: 4px;
  border: none;
  background-color: #ffffff;
}

.sh-modal .table.sub {
  border-top: 1px solid #262626;
  vertical-align: middle;
}

.sh-modal .table.sub th {
  background-color: #f5f7f8;
  font-size: 0.8rem;
  font-weight: 500;
  text-align: center;
}

.sh-modal .table.sub td {
  font-size: 0.8rem;
  vertical-align: middle;
}

/* 공통 - 폼 */

.sh-form {
  border: 1px solid #dadada;
  border-radius: 4px;
  padding: 9px 8px 9px 16px;
  background-color: #ffffff;
  color: #262626;
}

.sh-form:disabled{
  color: #a4a4a4;
  background-color: #e9ecef !important;
}

.sh-form.input.search {

}

.sh-form.input {
  background: #ffffff;
  border: 1px solid #dadada;
  border-radius: 4px;
  color: #262626;
  font-size: 14px;
  letter-spacing: -0.05em;
  width: 100%;
  padding: 7px 10px;
}

.sh-box-input {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border: 1px solid #dadada;
  border-radius: 4px;
}
.sh-box-input.date svg {
  stroke: #262626;
}
.sh-box-input.date input {
  color: #777;
  border: none;
}
.sh-box-input.date.disabled {
  background: #fafafa;
  color: #a4a4a4;
}
.sh-box-input.date.disabled input{
  background: #fafafa;
  color: #a4a4a4;
}
.sh-box-input.date.disabled svg {
  stroke: #a4a4a4;
}

.sh-box-form {
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #dfe1e2;
}

.sh-box-form.gray{
  background-color: #f5f7f8;
}

.form-check-input.sh-radio {
  border: 1px solid #dadada!important;
  background-color: #ffffff!important;
}

.form-check-input.sh-radio:focus {
  box-shadow: none;
}

.form-check-input.sh-radio:checked {
  border-color: #00D078!important;
  background-color: #ffffff!important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%2300D078'/%3e%3c/svg%3e")!important;
}

.form-check-input.sh-radio:disabled {
  border-color: #E1E1E1!important;
  background-color: #ffffff!important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23E1E1E1'/%3e%3c/svg%3e")!important;
}

.form-check-input.sh-check {
  border: 1px solid #dadada!important;
  background-color: #ffffff!important;
}

.form-check-input.sh-check:focus {
  box-shadow: none;
}

.form-check-input.sh-check:checked {
  border-color: #00D078!important;
  background-color: #ffffff!important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%2300D078' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E")!important;
}

.form-check-input.sh-check:disabled {
  border-color: #E1E1E1!important;
  background-color: #ffffff!important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23E1E1E1' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E")!important;
}

.form-select.sh-select {
  color: #777;
  font-size: 0.8rem;
  padding: 7px 6px;
}

.form-select.sh-select.ss {
  background-color: rgba(0,0,0,0.05);
  color: #777;
  font-size: 1rem;
  padding: 7px 6px;
  border-color: rgba(255,255,255,0.1);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23777777' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}

.sh-input.ss {
  background-color: rgba(0,0,0,0.05);
  color: #777;
  font-size: 1rem;
  padding: 7px 6px;
  border-color: rgba(255,255,255,0.1);
}

.form-check-label.sh-input-label {
  color: #777777;
  font-family: 'Pretendard';
  font-weight: 400;
  font-size: 14px;
}

/* 공통 - 테이블 스타일 */
.table.sh-checklist {
  border-top: none;
}

.table.sh-checklist tr {
  border-top: none;
  border-bottom: none;
}

.table.sh-checklist th {
  background-color: #ffffff;
  color: #ff5656;
  font-weight: 500;
  line-height: 21px;
  border-top: none;
  border-bottom: 1px solid #dfe1e2;
}

.table.ss td {
  color: #262626;
  font-weight: 400;
  line-height: 20px;
  border-top: none;
  border-bottom: 1px dotted #dfe1e2;
}

.table.ss {
  border-top: none;
}

.table.ss tr {
  border-top: none;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.table-responsive {
  overflow-y: auto;
  height: 54vh;
}

.table.ss thead {
  position: sticky;
  top: 0;
  background-color: #2a2a2c;
  border-top: none;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.table.ss thead th {
  border-top: none;
  border-bottom: 1px solid #515152;
  padding: 15px 0;
  font-size: 16px;
  color: rgba(255,255,255,0.4);
  font-weight: 500;
  line-height: 21px;
}

.table.ss td {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: 20px;
  border-top: none;
  border-bottom: 1px dotted #dfe1e2;
  padding: 15px 0;
}

/* 공통 - 버튼 스타일 */
.sh-btn img, .sh-btn svg {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
.sh-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-width: 1px;
  border-style: solid;
  font-size: 1rem;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.07em;
  padding: 8px 10px;
  gap: 4px;
  border-radius: 4px;
}
.sh-btn.sh-p-tb9 {
  padding-top: 13px;
  padding-bottom: 13px;
}
.sh-btn.search.p {
  border-color: #656565;
  background-color: #656565;
  color: #ffffff;
}
.sh-btn.search.l {
  border-color: #e1e1e1;
  background-color: #fafafa;
  color: #a4a4a4;
}

.sh-btn.normal.p {
  border-color: #00D078;
  background-color: #00D078;
  color: #ffffff;
}

.sh-btn.normal.l{
  border-color: #00D078;
  background-color: #ffffff;
  color: #00D078;
}

.sh-btn.black.l {
  border-color: #262626;
  background-color: #ffffff;
  color: #262626;
}

.sh-btn.gray.l {
  border-color: #999999;
  background-color: #ffffff;
  color: #7E7E7E;
}

.sh-btn.gray.p {
  border-color: #828282;
  background-color: #828282;
  color: #ffffff;
}

.sh-btn.gray.view {
  border-color: #999999;
  background-color: #ffffff;
  color: #7E7E7E;
}
.sh-btn.gray.add {
  border-color: #b7b7b7;
  background-color: #ffffff;
  color: #777777;
  fill: #777777;
}

.sh-btn.pill {
  border-radius: 30px;
}

.sh-btn.pill {
  padding: 10px 40px;
  font-size: 16px;
}

.sh-btn.pill.p {
  border-color: #000000;
  background-color: #000000;
  color: #ffffff;
}

.sh-btn.pill.l {
  border-color: #000000;
  background-color: #ffffff;
  color: #000000;
}

.sh-btn.pill.attach {
  border-color: #e1e1e1;
  background-color: #fafafa;
  color: #a4a4a4;
}

/* 공통 - 버튼 스타일 */

.sh-tree-view::-webkit-scrollbar {
  background: rgba(255,255,255,1);
}
.sh-tree-view::-webkit-scrollbar-thumb {
  background: rgba(119,119,119,0.8);
}

/* 공통 - 상태 박스 */
.sh-box-status {
  width: 70px;
  height: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  gap: 10px;
  border-radius: 4px;
  font-size: 15px;
  line-height: 19px;
  margin: 0 auto;
}

.sh-box-status.writing {
  border: 1px solid #5685f7;
  color: #5685f7;
}
.sh-box-status.request {
  border: 1px solid #ff8f51;
  color: #ff8f51;
}
.sh-box-status.approval {
  border: 1px solid #00bf6d;
  color: #00bf6d;
}
.sh-box-status.approvaldone {
  border: 1px solid #777777;
  color: #777777;
}
.sh-box-status.refuse {
  border: 1px solid #ff5656;
  color: #ff5656;
}

.sh-headoffice-menu div {
  font-family: 'SCoreDream';
  font-weight: 500;
  font-size: 18px;
  padding-bottom: 5px;
}

.sh-headoffice-menu div.active {
  color: #12E573;
  border-bottom: 3px solid #12E573;
}

.rmsc {
  --rmsc-h: none !important;
  --rmsc-p: 0 !important;
}

.rmsc .dropdown-container {
  border: none !important;
  font-size: 0.8rem;
}

.rmsc .dropdown-content .panel-content {
  padding: 10px;
}

.rmsc .dropdown-content .panel-content .select-panel {
  background-color: #fff;
}

.rmsc .dropdown-content .panel-content .select input {
  background-color: #fff;
}

.rmsc .dropdown-content .panel-content .options .select-item {
  padding-top: 5px;
  padding-bottom: 5px;
}

.rmsc .dropdown-content .panel-content .options .select-item.selected {
  background-color: #fff;
}

.rmsc .dropdown-content .panel-content .options .select-item .item-renderer input[type='checkbox']:checked {
  background: #00D078;
}

#sh-out-loader-wrapper{
  display: none;
}
#sh-loader-wrapper, #sh-out-loader-wrapper{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255,255,255,0.1);
  z-index: 1100;
  cursor: pointer;
}
#sh-loader-wrapper .loading, #sh-out-loader-wrapper .loading {
  position: absolute;
  left: calc(50% - 45px);
  top: calc(50% - 45px);
  z-index: 1;
  margin: auto auto auto auto;
  border: 12px solid #f3f3f3;
  border-radius: 50%;
  border-top: 12px solid rgb(61, 236, 141);
  width: 90px;
  height: 90px;
  -webkit-animation: sh-loader-wrapper-spin 2s linear infinite;
  animation: sh-loader-wrapper-spin 2s linear infinite;
}
@keyframes sh-loader-wrapper-spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.fa-folder-open {
  display: none !important;
}
.fa-angle-right {
  margin-right: 5px;
}

.sh-login .slide {
  animation: sh-login 18s infinite;
}

.sh-login .slide:nth-child(1) {
  animation-delay: 0s;
}

.sh-login .slide:nth-child(2) {
  animation-delay: -6s;
}

.sh-login .slide:nth-child(3) {
  animation-delay: -12s;
}

@keyframes sh-login {
  0%, 27%, 100% {
    opacity: 1;
    animation-timing-function: ease;
    z-index: -1;
  }
  33% {
    opacity: 0;
    animation-timing-function: step-end;
    z-index: -1;
  }
  94% {
    opacity: 1;
    animation-timing-function: ease;
    z-index: -2;
  }
}

.dataTables_wrapper .dataTables_paginate {
  text-align: center;
  float: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background-image: none;
  background-color: #00D078;
  border: none;
  border-radius: 5px;
  color: #fff !important;
}

.sh-empty-screen{
  background-image: url(/bg_login.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

/* fade in */

@keyframes slide-fade-in-dropdown-animation {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}

.slide-fade-in-dropdown {
  overflow: hidden;
}

.slide-fade-in-dropdown > ul {
  animation: slide-fade-in-dropdown-animation .4s ease;
}

/* fade out */

@keyframes slide-fade-out-dropdown-animation {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-100%);
  }
}

.slide-fade-out-dropdown {
  overflow: hidden;
}

.slide-fade-out-dropdown > ul {
  animation: slide-fade-out-dropdown-animation 0.4s ease;
  animation-fill-mode: forwards;
}

.components-dropdown > ul {
  position: relative;
  top: 5px;
  margin-top: 0;
  margin-bottom: 5px;
  padding-left: 0;
  list-style: none;
}
.fitWidth .react-datepicker-wrapper{
  width: 100% !important;
}
.react-datepicker__input-container input{
  width: inherit !important;
  height: auto !important;
  background-color: white !important;
}
.react-datepicker__input-container input:disabled{
  background-color: transparent !important;
}
.react-datepicker__current-month{
  color: white !important;
  padding-top: 10px;
  padding-bottom: 10px;
}
.react-datepicker__navigation{
  margin-top: 10px;
}
.react-datepicker__day-names{
  background-color: #121212;
}
.react-datepicker__day--selected{
  padding: 3px;
}
#map canvas{
  border-radius: 10px;
  overflow: hidden;
}
#map .ol-control{
  display: none;
}
.sh-arrow {
  border: solid #ffffff66;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  cursor: pointer;
}
.sh-arrow:hover {
  border-color: #12E573 !important;
}
.sh-arrow.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.sh-arrow.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.sh-arrow.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.sh-arrow.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.sh-select-w-auto {
  width: auto !important;
  padding-right: 32px !important;
}
.loading-cctv{
  width: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.sh-txt-size-b7 { font-size: 0.75rem; line-height: 1rem; }
.sh-txt-color-gray-01 { color: #777; }
.ol-overlay-container.ol-selectable .layer-wrap{
  background-color: coral;
  white-space: nowrap;
  color: white;
  padding: 3px;
  border: 2px #ff0000 solid;
  border-radius: 5px;
}

.ss-dash-site-table{
  table-ayout:fixed;
  width: 100%;
  border: 1px solid #E0E7ED;
  border-radius: 8px;
  border-style: hidden;
  box-shadow: 0 0 0 1px #E0E7ED;
}

.ss-dash-site-table th{
  font-size: 15px;
  font-weight: 500;
  padding: 13px 0px !important;
  background-color: #F9F9F9 !important;
}
.ss-dash-site-table td{
  color: #828282;
  border-top: 1px solid #E0E7ED;
}


.ss-dash-site-table-th-left{
  -moz-border-radius-topleft: 8px;
  box-shadow: 0 0 0 1px #E0E7ED;
}

.ss-dash-site-table-th-right{
  -moz-border-radius-topright: 8px;
  box-shadow: 0 0 0 1px #E0E7ED;
}

.top-z-index{
  z-index: 9999 !important;
}

.row-hover:hover {
  background-color: #f0f0f0; /* Light grey background on hover */
}

.datepicker-header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px; /* Adjust the space between elements */
}

.datepicker-header select {
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.custom-select-wrapper {
  position: relative;
  display: inline-block;
  width: 130px; /* Match the width of the select */
}

.custom-select {
  appearance: none; /* Remove default styling */
  -webkit-appearance: none; /* Remove default styling in Safari */
  -moz-appearance: none; /* Remove default styling in Firefox */
  width: 100%;
  background-color: #025747;
  color: white;
  padding: 10px; /* Adjust padding as needed */
  border: 1px solid #025747;
  border-radius: 4px; /* Optional: add some border radius */
  font-weight: bold;
  text-align: center;
  pointer-events: none;
  cursor: default;
}

.custom-select-wrapper::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  pointer-events: none;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: white; /* Change chevron color here */
}

.custom-select-wrapper:hover .custom-select {
  background-color: #024A41; /* Change background color on hover */
}

.custom-select-wrapper:hover .custom-select + .options {
  display: block;
}

.options {
  display: none;
  position: absolute;
  background-color: #025747;
  width: 100%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  font-weight: bolder;
}

.options div {
  padding: 10px;
  cursor: pointer;
  color: white;
}

.options div:hover {
  background-color: #024A41;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.map-type-btn-area{
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
}
.map-type-btn-area .map-type-btn{
  border: 1px solid #dadada;
  background-color: rgb(24, 107, 91);
  padding: 6px 10px 6px;
  color: white;
  cursor: pointer;
}
.map-type-btn-area .map-type-btn:first-child{
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.map-type-btn-area .map-type-btn:last-child{
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

