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

@font-face {
  font-family: "NanumSquareNeo";
  font-weight: 400;
  font-style: normal;
  font-display: auto;
  src: url(../fonts/NanumGothic-Regular.woff2) format("woff2");
}
@font-face {
  font-family: "NanumSquareNeo";
  font-weight: 500;
  font-style: normal;
  font-display: auto;
  src: url(../fonts/NanumGothic-Bold.woff2) format("woff2");
}
@font-face {
  font-family: "NanumSquareNeo";
  font-weight: 600;
  font-style: normal;
  font-display: auto;
  src: url(../fonts/NanumGothic-ExtraBold.woff2) format("woff2");
}

@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff")
    format("woff");
  font-weight: 400;
  font-style: normal;
}

body {
  /*background-color: #f8f8f8;*/
  background-color: #000000;
}
* {
  font-family: "NanumSquareNeo", "Pretendard", 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);
  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 {
}
.dabmc-site-label {
  background-color: #aa2626;
  padding: 2px 4px;
  border-radius: 2px;
  margin-right: 10px;
  font-size: 1.1em;
}
.warning .dabmc-site-label {
  background-color: #cf5113;
  padding: 2px 4px;
  border-radius: 2px;
  margin-right: 10px;
  font-size: 1.1em;
}
.caution .dabmc-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 .bmc-box-input.date input {
  font-size: 1rem;
  color: #777;
}

.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: 1em;
}
.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;
}
.bmc-container {
}
.bmc-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;
}
.bmc-left-menu:hover,
.bmc-left-menu.active {
  color: #3dec8d;
  background-color: #193022;
  border-radius: 5px;
}
.bmc-left-menu svg:first-child {
  padding: 2px;
}
.bmc-left-menu:hover svg:first-child,
.bmc-left-menu:hover .bmc-left-menu-icon svg:first-child,
.bmc-left-menu.active
  svg:first-child
  .bmc-left-menu.active
  .bmc-left-menu-icon
  svg:first-child {
  border-radius: 0.3rem;
  padding: 2px;
  fill: #3dec8d;
}

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

.bmc-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;
}

.bmc-pg-secondary02 .progress-bar {
  background-color: #ff718b !important;
}
.bmc-pg-secondary03 .progress-bar {
  background-color: #5685f7 !important;
}

.bmc-text-black {
  color: #222222 !important;
}
.bmc-text-white {
  color: #ffffff !important;
}
.bmc-text-blue {
  color: #4a5cff !important;
}
.bmc-text-green {
  color: #17b89e !important;
}
.bmc-text-lightgreen {
  color: #3dec8d !important;
}
.bmc-text-font_primary {
  color: #222222 !important;
}
.bmc-text-font_secondary01 {
  color: #777777 !important;
}
.bmc-text-font_secondary02 {
  color: #a4a4a4 !important;
}
.bmc-text-font_secondary03 {
  color: rgba(255, 255, 255, 0.8) !important;
}
.bmc-text-primary {
  color: #3dec8d !important;
}
.bmc-text-secondary01 {
  color: #4ac6ff !important;
}
.bmc-text-secondary02 {
  color: #ff9abe !important;
}
.bmc-text-secondary03 {
  color: #4c5eff !important;
}
.bmc-text-secondary04 {
  color: #6066f0 !important;
}
.bmc-text-secondary05 {
  color: #c0d3ff !important;
}
.bmc-text-accent {
  color: #00d078 !important;
}

.bmc-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);
}

.bmc-bg-black {
  background-color: #222222;
}
.bmc-bg-white {
  background-color: #ffffff;
}
.bmc-bg-blue {
  background-color: #4a5cff;
}
.bmc-bg-green {
  background-color: #17b89e !important;
}
.bmc-bg-lightgreen {
  background-color: #3dec8d !important;
}
.bmc-bg-gray1 {
  background-color: #f5f5f5;
}
.bmc-bg-gray2 {
  background-color: #eeeeee;
}
.bmc-bg-gray3 {
  background-color: #dedede;
}
.bmc-bg-gray4 {
  background-color: #b7b7b7;
}
.bmc-bg-gray5 {
  background-color: #54585a !important;
}
.bmc-bg-gray6 {
  background-color: #f9f9f9;
}
.bmc-bg-primary {
  background-color: #3dec8d;
}
.bmc-bg-secondary01 {
  background-color: #30e4c7 !important;
}
.bmc-bg-secondary02 {
  background-color: #ff718b !important;
}
.bmc-bg-secondary03 {
  background-color: #5685f7 !important;
}
.bmc-bg-secondary04 {
  background-color: #6066f0 !important;
}
.bmc-bg-secondary05 {
  background-color: #c0d3ff !important;
}
.bmc-bg-accent {
  background-color: #00d078;
}

.bmc-fill-white {
  fill: #ffffff !important;
}
.bmc-fill-green {
  fill: #17b89e !important;
}
.bmc-fill-lightgreen {
  fill: #3dec8d !important;
}
.bmc-fill-gray {
  fill: #8e8e8e;
}
.bmc-fill-primary {
  fill: #3dec8d;
}
.bmc-fill-secondary01 {
  fill: #30e4c7;
}
.bmc-fill-secondary02 {
  fill: #ff718b;
}
.bmc-fill-secondary03 {
  fill: #5685f7;
}
.bmc-fill-secondary04 {
  fill: #6066f0;
}
.bmc-fill-secondary05 {
  fill: #c0d3ff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.bmc-modal .modal-body::-webkit-scrollbar {
  background: #ffffff;
}
.bmc-modal .modal-body::-webkit-scrollbar-thumb {
  background: #dfe1e2;
}

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

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

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

.bmc-modal-div {
  margin-bottom: 25px;
}
.bmc-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;
}

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

.bmc-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;
}

.bmc-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;
}

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

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

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

.bmc-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;
}

.bmc-modal .table {
  font-size: 14px;
  font-family: "Noto Sans KR";
  border-top: 1px solid #dadada;
}

.bmc-modal .table tr {
  border-bottom: 1px solid #dadada;
}

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

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

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

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

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

/* 공통 - 폼 */

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

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

.bmc-form.input.search {
}

.bmc-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;
}

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

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

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

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

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

.form-check-input.bmc-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.bmc-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.bmc-check {
  border: 1px solid #dadada !important;
  background-color: #ffffff !important;
}
.form-check-input[type="checkbox"].bmc-check {
  border-radius: 0 !important;
}

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

.form-check-input.bmc-check:checked {
  border-color: #0175ff !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='%230175ff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E") !important;
}

.form-check-input.bmc-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.bmc-select {
  color: #777;
  /*font-size: 0.8rem;*/
  padding: 7px 6px;
}

.form-select.bmc-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");
}

.bmc-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.bmc-input-label {
  color: #777777;
  font-family: "Pretendard";
  font-weight: 400;
  font-size: 14px;
}

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

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

.table.bmc-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 {
  background-color: #f9f9f9;
  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: #777;
  font-weight: 500;
  line-height: 21px;
}

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

/* 공통 - 버튼 스타일 */
.bmc-btn img,
.bmc-btn svg {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
.bmc-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;
}
.bmc-btn.bmc-p-tb9 {
  padding-top: 13px;
  padding-bottom: 13px;
}
.bmc-btn.search.p {
  border-color: #656565;
  background-color: #656565;
  color: #ffffff;
}
.bmc-btn.search.l {
  border-color: #e1e1e1;
  background-color: #fafafa;
  color: #a4a4a4;
}

.bmc-btn.normal.p {
  border-color: #00d078;
  background-color: #00d078;
  color: #ffffff;
}

.bmc-btn.normal.l {
  border-color: #00d078;
  background-color: #ffffff;
  color: #00d078;
}

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

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

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

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

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

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

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

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

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

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

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

/* 공통 - 상태 박스 */
.bmc-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;
}

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

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

.bmc-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;
}

#bmc-out-loader-wrapper {
  display: none;
}
#bmc-loader-wrapper,
#bmc-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;
}
#bmc-loader-wrapper .loading,
#bmc-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: bmc-loader-wrapper-spin 2s linear infinite;
  animation: bmc-loader-wrapper-spin 2s linear infinite;
}
@keyframes bmc-loader-wrapper-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-folder-open {
  display: none !important;
}
.fa-angle-right {
  margin-right: 5px;
}
.bmc-login {
  background-color: #cccccc;
  height: 100vh;
}
.bmc-login .carousel,
.bmc-login .slider-wrapper,
.bmc-login .slider-wrapper .slider,
.bmc-login .slider-wrapper .slider .slide img {
  height: 100vh;
}
.bmc-login .slide {
  animation: bmc-login 18s infinite;
}

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

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

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

.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: #f0f4ff;
  border: none;
  border-radius: 5px;
  color: #3561eb !important;
}

.bmc-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 0.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;
}
.react-datepicker-wrapper {
}
.react-datepicker__input-container input {
  width: inherit !important;
  height: auto !important;
  background-color: white !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: 0px 0px 10px 10px;
  overflow: hidden;
}
#map .ol-control {
  display: none;
}
.bmc-arrow {
  border: solid #ffffff66;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  cursor: pointer;
}
.bmc-arrow:hover {
  border-color: #12e573 !important;
}
.bmc-arrow.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

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

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

.bmc-arrow.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/**********************************************

  BMC 스타일

***********************************************/

.w-screen {
  width: 100vw !important;
  max-width: 100vw !important;
}

.h-screen {
  height: 100vh !important;
  max-height: 100vh !important;
}

.bmc-menu-site-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  padding: 10px 30px;
}

.bmc-menu-site-header-title {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  padding: 10px 0 10px 10px;
  letter-spacing: -0.025rem;
  color: #fff;
  width: 300px;
  font-size: 1.375rem;
  font-weight: 500;

  /** for the dropdown indicator */
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white' stroke='white' stroke-width='0' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1.5rem center;
  background-size: 1em;
}

.bmc-menu-site-header-title.site {
  background-color: #0f244d;
  border-radius: 0;
  padding: 10px 0 10px 10px;
  color: #fff;
  width: 300px;
}

.bmc-menu-site-head-header-title {
  background-color: #00aac7;
  letter-spacing: -0.025rem;
  color: #fff;
  width: 300px;
  font-size: 1.5rem;
  font-weight: 600;
}

.bmc-menu-site-head-header-sys-nm {
  display: flex;
  margin-right: 10px;
  letter-spacing: -0.025rem;
  color: #fff;
  width: 210px;
  font-size: 1.5rem;
  font-weight: 500;
}

.bmc-menu-site-head-header-weeks {
  color: #fff;
  font-size: 1.125rem;
  letter-spacing: -0.025rem;
}
.bmc-menu-site-head-header-time {
  font-size: 1rem;
  letter-spacing: -0.025rem;
  color: rgba(255, 255, 255, 0.7);
}

.bmc-bg-pane {
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 5px 10px 0 rgba(96, 94, 131, 0.25);
  color: #1f1b39;
  padding: 16px !important;
}

.bmc-text-menutitle {
  color: #615e83;
  padding-bottom: 0.875rem;
  margin: 0 10px;
}

.bmc-text-menutitle.active {
  color: #0e254c;
  border-bottom: 2px solid #0e254c;
  font-weight: 500;
}

/* 사이드 메뉴 */
.bmc-sidemenu {
  border: 1px solid #e1e1e1 !important;
  margin-bottom: 5px !important;
  width: 50px !important;
  height: 50px !important;
  padding: 10px !important;
  border-radius: 10px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.bmc-sidemenu:hover,
.bmc-sidemenu.active {
  background-color: #4c5eff !important;
  border: 1px solid #4c5eff !important;
}

.bmc-sidemenu:hover .bmc-sidemenu-icon.f svg:first-child,
.bmc-sidemenu.active .bmc-sidemenu-icon.f svg:first-child {
  fill: #fff;
}

.bmc-sidemenu:hover .bmc-sidemenu-icon.s svg:first-child,
.bmc-sidemenu.active .bmc-sidemenu-icon.s svg:first-child {
  stroke: #fff;
}

.bmc-sidemenu-icon {
  width: 25px;
  height: 25px;
}

.bmc-sidemenu-icon.f svg:first-child {
  fill: #a1a8af;
}

.bmc-sidemenu-icon.s svg:first-child {
  stroke: #a1a8af;
}

.bmc-sidemenu-icon.f:hover svg:first-child,
.bmc-sidemenu-icon.f.active svg:first-child {
  fill: #fff;
}

.bmc-sidemenu-icon.s:hover svg:first-child,
.bmc-sidemenu-icon.s.active svg:first-child {
  stroke: #fff;
}

.bmc-sidemenu-tooltip {
  color: #757575 !important;
  padding: 5px 5px 5px 20px !important;
  display: flex !important;
  margin-bottom: 1px !important;
  justify-content: flex-start !important;
  align-items: center !important;
  border-radius: 8px !important;
}
.bmc-sidemenu-tooltip:hover,
.bmc-sidemenu-tooltip.active {
  color: #1f1b39 !important;
  font-weight: 600 !important;
  background-color: #f6f6f6 !important;
  border-radius: 8px !important;
}

/* 폰트 색상 */
.bmc-txt-color-main {
  color: #0175ff;
}
.bmc-txt-color-primary {
  color: #1f1b39;
}
.bmc-txt-color-board-title {
  color: #615e83;
}
.bmc-txt-color-gray-01 {
  color: #777;
}
.bmc-txt-color-01 {
  color: #5685f7;
}
.bmc-txt-color-02 {
  color: #4ac6ff;
}
.bmc-txt-color-03 {
  color: #d39aff;
}
.bmc-txt-color-danger {
  color: #ff2147;
}

/* 폰트 사이즈 */
.bmc-txt-size-h1 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.25rem;
}
.bmc-txt-size-h2 {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 2rem;
}
.bmc-txt-size-h3 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.75rem;
}
.bmc-txt-size-h4 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5rem;
}
.bmc-txt-size-h5 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25rem;
}
.bmc-txt-size-b1 {
  font-size: 2rem;
  line-height: 2.25rem;
}
.bmc-txt-size-b2 {
  font-size: 1.75rem;
  line-height: 2rem;
}
.bmc-txt-size-b3 {
  font-size: 1.5rem;
  line-height: 1.75rem;
}
.bmc-txt-size-b4 {
  font-size: 1.25rem;
  line-height: 1.5rem;
}
.bmc-txt-size-b5 {
  font-size: 1rem;
  line-height: 1.25rem;
}
.bmc-txt-size-b6 {
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.bmc-txt-size-b7 {
  font-size: 0.75rem;
  line-height: 1rem;
}

/* 폰트 굵기 */
.bmc-txt-weight-4 {
  font-weight: 400;
}
.bmc-txt-weight-5 {
  font-weight: 500;
}
.bmc-txt-weight-6 {
  font-weight: 600;
}

/* 배경 색상 */
.bmc-bg-primary {
  background-color: #f8f9fe !important;
}
.bmc-bg-gray-01 {
  background-color: #fafafa !important;
}
.bmc-bg-color-01 {
  background-color: #eff3ff !important;
}
.bmc-bg-color-02 {
  background-color: #ecf8ff !important;
}
.bmc-bg-color-03 {
  background-color: #fff5f6 !important;
}
.bmc-bg-color-04 {
  background-color: #fffbeb !important;
}
.bmc-bg-color-05 {
  background-color: #f8f3ff !important;
}
.bmc-bg-color-06 {
  background-color: #ecf8ee !important;
}
.bmc-bg-second-01 {
  background-color: #3561eb !important;
}
.bmc-bg-second-02 {
  background-color: #4ac5ff !important;
}
.bmc-bg-second-03 {
  background-color: #d39aff !important;
}

/* 버튼 스타일 */
.bmc-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: 10px 16px;
  gap: 4px;
  border-radius: 4px;
}
.bmc-btn.bmc-p-tb9 {
  padding-top: 13px;
  padding-bottom: 13px;
}
.bmc-btn.search.p {
  border-color: #656565;
  background-color: #656565;
  color: #ffffff;
}
.bmc-btn.search.l {
  border-color: #e1e1e1;
  background-color: #fafafa;
  color: #a4a4a4;
}

.bmc-btn.normal.p {
  border-color: #3561eb;
  background-color: #3561eb;
  color: #ffffff;
}

.bmc-btn.normal.l {
  border-color: #3561eb;
  background-color: #ffffff;
  color: #3561eb;
}

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

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

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

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

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

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

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

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

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

.bmc-btn.lblue.p {
  border-color: #4ac5ff;
  background-color: #4ac5ff;
  color: #fff;
  fill: #fff;
}
.bmc-btn.lblue.l {
  border-color: #4ac5ff;
  background-color: #ffffff;
  color: #4ac5ff;
  fill: #4ac5ff;
}

.bmc-btn.lpurple.p {
  border-color: #d299ff;
  background-color: #d299ff;
  color: #fff;
  fill: #fff;
}
.bmc-btn.lpurple.l {
  border-color: #d299ff;
  background-color: #ffffff;
  color: #d299ff;
  fill: #d299ff;
}

.bmc-btn.confirm.p {
  border-color: #3561eb;
  background-color: #3561eb;
  color: #fff;
  fill: #fff;
}
.bmc-btn.confirm.l {
  border-color: #3561eb;
  background-color: #ffffff;
  color: #3561eb;
  fill: #3561eb;
}

.bmc-btn.cancel.p {
  border-color: #e5e5ef;
  background-color: #eff2f7;
  color: #605e83;
  fill: #605e83;
}
.bmc-btn.cancel.l {
  border-color: #605e83;
  background-color: #ffffff;
  color: #605e83;
  fill: #605e83;
}

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

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

.bmc-modal .modal-header {
  color: #1d1b39;
  border-color: #fafafa;
  background-color: #fafafa;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: -0.08em;
  border-radius: 8px 8px 0 0;
  border-bottom: 1px solid #dfe7ec;
}

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

.bmc-modal .modal-body::-webkit-scrollbar {
  background: #ffffff;
}
.bmc-modal .modal-body::-webkit-scrollbar-thumb {
  background: #dfe1e2;
}

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

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

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

.bmc-modal-div {
  margin-bottom: 25px;
}
.bmc-modal-div .div-header {
  background-color: #fff;
  border-bottom: 1px solid #615e83;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bmc-modal-div .div-body {
  color: #605e83;
  padding: 8px 10px;
  font-size: 14px;
}
.bmc-modal-div .div-body-borderless {
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  padding: 8px 10px;
  font-size: 14px;
}

.bmc-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;
}

.bmc-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;
}

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

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

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

.bmc-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;
}

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

/* 테이블 스타일 */
table.bmc-table-primary {
  border-top: none !important;
  border-bottom: none !important;
  color: #777777;
  letter-spacing: -0.05em;
  line-height: 20px;
}

table.bmc-table-primary thead tr th {
  background-color: #2b358b;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  font-weight: 500;
  color: white;
  text-align: center;
}

table.bmc-table-primary thead tr th:first-child {
  border-top-left-radius: 10px;
  border-left: 1px solid #eeeeee;
}
table.bmc-table-primary thead tr th:last-child {
  border-top-right-radius: 10px;
  border-right: 1px solid #eeeeee;
}

table.bmc-table-primary tbody tr td {
  color: #777777;
  font-weight: 400;
  border-bottom: 1px solid #eeeeee;
}

table.bmc-table-primary tbody tr td:first-child {
  border-left: 1px solid #eeeeee;
}
table.bmc-table-primary tbody tr td:last-child {
  border-right: 1px solid #eeeeee;
}

.dataTables_wrapper {
  background-color: white;
  padding: 15px 0;
}

/*  */
.bmc-login.carousel-root .carousel .slide .legend {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  top: 40px;
  bottom: 0;
  margin-left: 0;
  width: 100%;
  opacity: 100;
  left: 0;
  right: 10px;
  border-radius: 10px;
  background: transparent;
  color: #fff;
  padding: 10px;
  font-size: 22px;
  text-align: right;
}

.bmc-login.carousel-root .control-dots {
  position: absolute;
  top: 0;
  margin: 10px 0;
  padding: 0;
  text-align: right;
  width: 100%;
  z-index: 1;
}

.bmc-login.carousel-root .carousel-status {
  display: none;
}

.copyright {
  text-align: right;
  position: absolute;
  bottom: 20px;
  margin-left: 10px;
  width: 100%;
  opacity: 100;
  right: 0;
  border-radius: 10px;
  background: transparent;
  color: #fff;
  padding: 10px;
  font-size: 16px;
}

/* 본사 종합 관제 상황실*/
.bmc-mctrl-alarm {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 15px;
  border-radius: 50px;
}

.bmc-mctrl-user {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 50px;
}

.ge-search table select.form-select:not(.sh-date-picker) {
  padding-right: 35px !important;
}

.react-datepicker__header {
  height: 50px !important;
  padding: 0 !important;
  background-color: #1f1f23 !important;
  border: none !important;
  position: relative;
  text-align: center;
}
.react-datepicker__current-month {
  color: black !important;
}

.bmc-logo-text {
  font-size: 14px;
  font-weight: 500;
  color: #afafaf;
  letter-spacing: -0.025rem;
  margin-top: 0.1rem;
}

.bmc-manager-main-header {
  background-color: #ffffff;
  padding: 15px 30px;
  height: 85px;
}

.bmc-manager-sub-header {
  background-color: #00a0bb;
  height: 55px;
}

.header-icon-border {
  border: 1px solid #e8e8e8;
  border-radius: 30px;
  width: 50px;
  height: 50px;
}

.header-logout-icon-border {
  border: 1px solid #e8e8e8;
  border-radius: 30px;
  height: 50px;
  padding: 0px 5px;
  margin-left: 15px;
}

.header-logout-icon-border .header-user-name {
  font-size: 13px;
  font-weight: 500;
}

.header-logout-icon-border .header-company-name {
  font-size: 12px;
  font-weight: 300;
}

.header-login-user-info {
  margin-left: 5px;
}

.bmc-manager-header-menu .mainHeaderMenu.top-menu {
  color: #666 !important;
  font-weight: 500 !important;
  font-size: 1.2em !important;
}

.bmc-manager-header-menu .mainHeaderMenu.top-menu:hover {
  color: #00879e !important;
}

.bmc-manager-header-menu .btn-success {
  font-size: 16px;
  font-weight: 400;
  color: #3d3d3d !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}

.bmc-manager-header-menu .btn-success:focus {
  font-size: 16px;
  font-weight: 500;
  color: #00879e !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: 0 0 0 0 #ffffff !important;
}

.dropdown-arrow-none .dropdown-toggle::after {
  display: none;
}

.bmc-manager-header-menu .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 0.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.bmc-manager-header-menu .dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.25rem 0rem !important;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.bmc-manager-header-menu .dropdown-item-div {
  padding: 10px 10px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
}

.bmc-manager-header-menu .dropdown-item-div:hover {
  padding: 10px 10px;
  background-color: #e5f4f6;
  color: #01788c;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
}

.bmc-manager-header-menu .dropdown-menu > a:hover {
  background-color: #ffffff !important;
}

.header-bell-count {
  width: 20px;
  height: 20px;
  background-color: #ff7180;
  border-radius: 20px;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  position: absolute;
  left: 100%;
  top: 20%;
  transform: translate(-50%, -50%);
}

.bmc-manager-sub-header-title {
  font-size: 17px;
  font-weight: 400;
  color: #ffffff;
}

.bmc-manager-sub-header-title-select {
  background-color: #00a0bb;
  color: #ffffff;
  font-size: 17px;
  font-weight: 450;
}

.bmc-manager-sub-header-title-select:after {
  background-color: #00a0bb;
  color: #ffffff;
  font-size: 15px;
  font-weight: 450;
  border: 0px !important;
  outline: 0 !important;
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.25) !important;
}

.bmc-manager-sub-header-title-select:before {
  background-color: #00a0bb;
  color: #ffffff;
  font-size: 15px;
  font-weight: 450;
  border: 0px !important;
  outline: 0 !important;
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.25) !important;
}

.bmc-manager-sub-header-title-select:focus {
  background-color: #00a0bb;
  color: #ffffff;
  font-size: 15px;
  font-weight: 450;
  border: 0px !important;
  outline: 0 !important;
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.25) !important;
}

.bmc-manager-sub-right-header {
  color: #ffffff;
}

.sub-right-header-week {
  font-weight: 500;
}

.sub-right-header-time {
  color: #74ffff;
  font-weight: 500;
}

.sub-right-header-separator {
  opacity: 0.3;
  font-size: 20px;
}

.sub-right-header-weather {
  padding: 13px 0;
  font-size: 14px;
}

.sub-right-header-wind {
  padding: 13px 0;
  font-size: 14px;
}

.sub-right-header-dust {
  padding: 13px 0;
  font-size: 14px;
}

.bmc-manager-sub-right-header .text-point {
  font-size: 17px;
  font-weight: 500;
  color: #74ffff;
}

.bmc-manager-sub-header .btn-success {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff !important;
  background-color: #00a0bb !important;
  border-color: #00a0bb !important;
}

.bmc-manager-sub-header .btn-success:focus {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff !important;
  background-color: #00a0bb !important;
  border-color: #00a0bb !important;
  box-shadow: 0 0 0 0 #ffffff !important;
}

.bmc-manager-sub-header .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 0.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.bmc-manager-sub-header .dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.25rem 0 !important;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.bmc-manager-sub-header .dropdown-item-div {
  padding: 10px 10px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 300;
}

.bmc-manager-sub-header .dropdown-item-div:hover {
  padding: 10px 10px;
  background-color: #00879e;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
}

.bmc-manager-sub-header .dropdown-menu > a:hover {
  background-color: #ffffff !important;
}

.bmc-manager-sub-header .dropdown {
  align-self: center;
}

.ho-monitoring-main-left-area {
  padding: 20px;
}
.ss-monitoring-main-left-area {
  padding: 15px;
}

.ho-monitoring-main-right-area {
  width: 400px;
  border-left: 1px solid #ecedf3 !important;
}

.ho-monitoring-main-left-area .left-area-total {
  width: 450px;
}

.ss-monitoring-main-left-area .left-area-total {
  width: 450px;
}

.map-in-total-text {
  font-size: 17px;
  font-weight: 500;
}

.map-in-total-box {
  border-radius: 0.3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  cursor: pointer;
}

.map-in-total-box.idx0 {
  background-color: #f2f9ff;
  border: 1px solid #fff;
}
.map-in-total-box.idx0.active {
  border: 1px solid #2e9eff;
}

.map-in-total-box.idx1 {
  background-color: #fffbeb;
  border: 1px solid #fff;
}
.map-in-total-box.idx1.active {
  border: 1px solid #ffcc00;
}

.map-in-total-box.idx2 {
  background-color: #fff3f4;
  border: 1px solid #fff;
}
.map-in-total-box.idx2.active {
  border: 1px solid #ff99a2;
}

.map-in-total-box.idx3 {
  background-color: #f8f3ff;
  border: 1px solid #fff;
}
.map-in-total-box.idx3.active {
  border: 1px solid #d2b1ff;
}

.map-in-total-box.idx4 {
  background-color: #ecf8ee;
  border: 1px solid #fff;
}
.map-in-total-box.idx4.active {
  border: 1px solid #52ba63;
}

.map-top-items {
  padding: 15px 20px;
}

.map-top-item-first {
  width: 100px;
}

.map-top-item {
  min-height: 110px;
}

.map-top-item > div {
  padding: 10px;
}

.monitoring-left-tab > div {
  width: 100%;
  height: 100%;
}

.realMap-bottom-label {
  text-align: center;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 17px;
}
.realMap-right-bottom-label {
  text-align: left;
  position: absolute;
  bottom: 17px;
  right: 17px;
}
.realMap-right-bottom-label img {
  display: inline-block;
}

.traffic-light-title {
  font-size: 14px;
  font-weight: 300;
}

.traffic-light-contents {
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.monitoring-traffic-light {
  border: 2px solid #f5f5f5;
  background-color: #fff;
  width: 150px;
  height: 50px;
  box-shadow: 4.9px 4.9px 10px 0 rgba(0, 0, 0, 0.15);
}

.site-status-selectbox-title {
  font-size: 14px;
  font-weight: 400;
}

.site-status-selectbox {
  font-size: 14px !important;
  height: 40px;
  border: 0.5px solid #a1a8af !important;
  opacity: 0.8;
}

.cctv-plus {
  font-size: 12px;
  font-weight: 400;
  border: 1px solid #ebebf4;
  padding: 5px;
  border-radius: 5px;
}

.monitoring-notice-date {
  font-size: 14px;
  font-weight: 500;
  color: #615e83;
}

.monitoring-notice-text {
  font-size: 14px;
  font-weight: 400;
  color: #615e83;
}

*::-webkit-scrollbar {
  width: 3px; /*스크롤바의 너비*/
}

*::-webkit-scrollbar-thumb {
  background-color: #2b358b55; /*스크롤바의 색상*/
}

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

.bmc-manager-main-header-v2 {
  background-color: #2b358b;
}

.main-header-logo-v2 {
  padding: 10px 30px;
}

.bmc-manager-header-menu-v2 .mainHeaderMenu-v2.top-menu-v2 {
  color: #d6d7e8 !important;
  font-weight: 500 !important;
  font-size: 20px !important;
  padding: 10px 25px;
  border-radius: 10px 10px 0px 0px;
}

.bmc-manager-header-menu-v2 .mainHeaderMenu-v2.top-menu-v2:hover {
  color: #abb4ff !important;
}

.bmc-manager-header-menu-v2 .btn-success {
  font-size: 16px;
  font-weight: 400;
  color: #3d3d3d !important;
  background-color: #2b358b !important;
  border-color: #2b358b !important;
}

.bmc-manager-header-menu-v2 .btn-success:focus {
  font-size: 16px;
  font-weight: 500;
  color: #abb4ff !important;
  background-color: #050e63 !important;
  border-color: #050e63 !important;
  box-shadow: 0 0 0 0 #050e63 !important;
}

.bmc-manager-header-menu-v2 .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 0.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.bmc-manager-header-menu-v2 .dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.25rem 0rem !important;
  margin: 0;
  font-size: 16px;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.bmc-manager-header-menu-v2 .dropdown-item-div-v2 {
  padding: 10px 10px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
}

.bmc-manager-header-menu-v2 .dropdown-item-div-v2:hover {
  padding: 10px 10px;
  background-color: #eceefb;
  color: #4c5eff;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
}

.bmc-manager-header-menu-v2 .dropdown-menu > a:hover {
  background-color: #ffffff !important;
}

.header-bell-count-v2 {
  width: 20px;
  height: 20px;
  background-color: #ff7180;
  border-radius: 20px;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  position: absolute;
  left: 100%;
  top: 20%;
  transform: translate(-50%, -50%);
}

.header-user-name-v2 {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}
.weather-info-date {
  font-size: 19px;
  font-weight: 500;
}
.weather-info-time {
  font-size: 25px;
  font-weight: 500;
}
.weather-info-AM-PM {
  font-size: 15px;
  font-weight: 400;
}

.weather-info-temperature {
  font-size: 35px;
  font-weight: 500;
}

.weather-info-summery {
  font-size: 18px;
  font-weight: 500;
}

.weather-info-explanation {
  font-size: 16px;
  font-weight: 400;
}

.weather-info-item {
  background-color: #f8f8f8;
  color: #555555;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
}

.weather-info-item-value {
  font-size: 15px;
  font-weight: 500;
}

.traffic-light-title-v2 {
  font-size: 17px;
  font-weight: 500;
}
.traffic-light-contents-v2 {
  font-size: 18px;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 10px;
}

.danger-log-count {
  font-size: 17px;
  font-weight: 500;
}
.danger-log-date {
  font-size: 15px;
  font-weight: 400;
}
.sos-wrk-stop-info {
  background-color: #fff5f6;
  border-radius: 7px;
  border: 1px solid #ff2147;
  color: #ff2147;
  font-size: 16px;
  font-weight: 500;
}

.no-action-count-v2 {
  background-color: #dbf2ff;
  border-radius: 7px;
  font-size: 15px;
  font-weight: 500;
  color: #555555;
}

.no-action-target-v2 {
  background-color: #fbeaec;
  border-radius: 7px;
  font-size: 15px;
  font-weight: 500;
  color: #555555;
}

.no-action-target-total-v2 {
  background-color: #e1eaff;
  border-radius: 7px;
  font-size: 15px;
  font-weight: 500;
  color: #555555;
}

.etc-graph-total-title {
  font-size: 18px;
  font-weight: 500;
  color: #555555;
}

.etc-graph-total-count {
  font-size: 30px;
  font-weight: 500;
}

.etc-graph-total-gun {
  font-size: 18px;
  font-weight: 400;
}

.bmc-area-title-v2 {
  font-size: 19px;
  font-weight: 600;
}
.bmc-area-title-v3 {
  font-size: 18px;
  font-weight: 600;
}

.graph-label-icon {
  font-size: 12px;
}
.graph-label-text {
  font-size: 15px;
}

.in-map-label-v2 {
  background-color: #ffffff;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  color: #262626;
  box-shadow: 0 0 3px #ccc;
}
.bmc-group-01 {
  font-size: 10px;
}
.ol-overlaycontainer {
  display: none;
}
.ol-overlaycontainer-stopevent {
  width: auto !important;
  height: auto !important;
}
.ol-overlay-container.ol-selectable .layer-wrap {
  background-color: coral;
  white-space: nowrap;
  color: white;
  padding: 3px;
  border: 2px #ff0000 solid;
  border-radius: 5px;
}

.site-sidebar-btn-top {
  border-radius: 5px !important;
  border: 1px solid #1f2771 !important;
  padding: 5px 5px 5px 5px !important;
  margin: 5px 10px !important;
}
.site-sidebar-btn-top p {
  font-size: 17px !important;
  font-weight: 500 !important;
  color: #eeefff !important;
}

.site-sidebar-btn-child {
  font-size: 15px !important;
  font-weight: 450 !important;
}

.site-sidebar-btn-child .bmc-left-menu-icon {
  display: none !important;
}

.shss-font-SD > li {
  display: none !important;
}

.bmc-left-menu-icon {
  min-width: 25px !important;
  width: 25px !important;
}

.bmc-left-menu-icon.active {
  fill: none !important;
}

.bmc-left-menu-icon.active svg:first-child {
  fill: none !important;
}

.bmc-left-menu-icon.active svg:first-child {
  fill: none !important;
}

.bmc-left-menu-icon svg:first-child {
  fill: none !important;
}

.site-sidebar-menu ul {
  padding: 8px 10px !important;
  border: 1px solid #050e63;
  background-color: #050e63;
  border-radius: 5px;
  margin: 0px 10px !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #d4d9ff !important;
}

.site-sidebar-menu ul p {
  padding: 2px 0px !important;
}

.site-sidebar-menu ul a {
  padding: 0px !important;
}

.site-sidebar-btn-top .MuiSvgIcon-root {
  display: none !important;
}

.sidebar-btn-child-forward {
  font-size: 11px !important;
  padding-right: 5px !important;
}

.site-toolbar {
  padding-left: 180px;
}

.bmc-vm-01 * {
  vertical-align: middle;
}

.bmc-menu-site-header-title-v2 {
  background-color: #2b358b;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
}

.toolbar-system-title {
  font-size: 20px;
  font-weight: 500;
}

.site-header-bell-count {
  width: 10px;
  height: 10px;
  background-color: #ff7180;
  border-radius: 10px;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  position: absolute;
  left: 100%;
  top: 20%;
  transform: translate(-50%, -50%);
}

.site-header-user-name {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}

.site-sidebar-btn-top:hover {
  background-color: #4c5eff !important;
}

.site-sidebar-btn-child p:hover {
  color: #8e9aff !important;
}

.bmc-site-area-title {
  font-size: 16px;
  font-weight: 600;
}

.bmc-site-bg-pane {
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 5px 10px 0 rgba(96, 94, 131, 0.25);
  color: #1f1b39;
  padding: 12px 12px !important;
}

.site-monitoring-traffic-light-area {
  border-radius: 5px;
  border: 1px solid #e1e1e1;
  padding: 10px 0px;
}

.site-monitoring-traffic-light {
  border: 2px solid #f5f5f5;
  background-color: #fff;
  width: 140px;
  height: 50px;
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2);
}

.site-traffic-light-explanation {
  font-size: 13px;
  font-weight: 400;
}

.site-sos-wrk-stop-info {
  background-color: #fff5f6;
  border-radius: 7px;
  border: 1px solid #fff5f6;
  color: #ff2147;
  font-size: 14px;
  font-weight: 500;
}

.sos-wrk-stop-total {
  color: #262626;
  font-weight: 500;
  font-size: 14px;
}

.site-multiple-info {
  border-radius: 10px;
  background-color: #d6daff;
}

.site-multiple-dday-text {
  font-size: 18px;
  font-weight: 400;
}

.site-multiple-dday-value {
  font-size: 22px;
  font-weight: 500;
  color: #262626;
}
.site-multiple-date-text {
  font-size: 13px;
  font-weight: 400;
  color: #555555;
}
.site-multiple-date-value {
  font-size: 15px;
  font-weight: 500;
  color: #262626;
}

.site-multiple-woker-title {
  font-size: 13px;
  font-weight: 400;
  color: #555555;
}

.site-multiple-woker-name {
  font-size: 15px;
  font-weight: 500;
  color: #262626;
}

.site-notice-item {
  border-radius: 5px;
  border: 1px solid #b3b4b6;
}

.site-title-name {
  font-size: 16px;
  font-weight: 600;
}

.site-notice-icon {
  background-color: #d6daff;
  border-radius: 10px;
  width: 35px;
  font-size: 12px;
  padding: 2px;
  font-weight: 500;
}
.site-notice-icon2 {
  background-color: #ffd6da;
  border-radius: 10px;
  font-size: 11px;
  padding: 2px 7px;
  display: inline-block;
  font-weight: 500;
}

.site-notice-contents {
  font-size: 13px;
}

.site-notice-date {
  font-size: 13px;
  font-weight: 400;
  color: black;
}

.monitoring-contents-area-title {
  font-size: 18px;
  font-weight: 700;
}

.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 {
  border-radius: 8px;
  box-shadow: 0 0 0 1px #e0e7ed;
}

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

.ivst-ttl-item-area {
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  height: 70px;
  font-size: 16px;
}

.ivst-st-stts .ivst-srch-text {
  font-size: 17px;
  font-weight: 450;
}

.ivst-site-position {
  font-size: 17px;
}

.ivst-site-text {
  font-size: 15px;
  font-weight: 500;
}
.ivst-site-bf-date {
  font-size: 15px;
  font-weight: 400;
}
.ivst-site-af-value {
  font-size: 16px;
  font-weight: 600;
}

.fs-cstm-10 {
  font-size: 10px;
}
.fs-cstm-11 {
  font-size: 11px;
}
.fs-cstm-12 {
  font-size: 12px;
}
.fs-cstm-13 {
  font-size: 13px;
}
.fs-cstm-14 {
  font-size: 14px;
}
.fs-cstm-15 {
  font-size: 15px;
}
.fs-cstm-16 {
  font-size: 16px;
}
.fs-cstm-17 {
  font-size: 17px;
}
.fs-cstm-18 {
  font-size: 18px;
}
.fs-cstm-19 {
  font-size: 19px;
}
.fs-cstm-20 {
  font-size: 20px;
}

.fw-cstm-300 {
  font-weight: 300;
}
.fw-cstm-350 {
  font-weight: 350;
}
.fw-cstm-400 {
  font-weight: 400;
}
.fw-cstm-450 {
  font-weight: 450;
}
.fw-cstm-500 {
  font-weight: 500;
}
.fw-cstm-550 {
  font-weight: 550;
}
.fw-cstm-600 {
  font-weight: 600;
}
.fw-cstm-650 {
  font-weight: 650;
}
.fw-cstm-700 {
  font-weight: 700;
}

.calendar-notice-item {
  border-bottom: 1px dashed #e1e1e1;
  padding: 10px 0px;
}

.calendar-notice-icon-blue {
  border: 1px solid #0075ff;
  border-radius: 5px;
  padding: 2px;
  color: #0075ff;
  font-weight: 500;
  font-size: 15px;
}
.calendar-notice-icon-pink {
  border: 1px solid #c240ff;
  border-radius: 5px;
  padding: 2px;
  color: #c240ff;
  font-weight: 500;
  font-size: 15px;
}

.calendar-notice-title {
  color: #555555;
}
.fclty-notice-date {
  font-size: 16px;
  font-weight: 500;
  color: #555555;
}

.fclty-notice-table {
  table-ayout: fixed;
  width: 100%;
  border: 1px solid #e0e7ed;
  border-radius: 8px;
  border-style: hidden;
  box-shadow: 0 0 0 1px #e0e7ed;
  margin-bottom: 7px !important;
}

.fclty-notice-table th {
  font-size: 16px;
  font-weight: 500;
  padding: 13px 0px !important;
  background-color: #f9f9f9 !important;
}
.fclty-notice-table td {
  color: #828282;
  border-top: 1px solid #e0e7ed;
  font-size: 16px;
  font-weight: 400;
  padding: 15px 0px !important;
}

.fclty-notice-table-th-left {
  border-radius: 8px;
  box-shadow: 0 0 0 1px #e0e7ed;
}

.fclty-notice-table-th-right {
  border-radius: 8px;
  box-shadow: 0 0 0 1px #e0e7ed;
}

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

/* 250617 msjeong CCTV 관리 개선 작업 */
.bmc-box-status-cctv {
  width: 70px;
  height: 32px;
  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;
}

.bmc-box-status-cctv.approvaldone {
  border: 1px solid #777777;
  color: #777777;
}

.cctv-td {
  color: #777;
}

.bmc-bg-th-cctv {
  background-color: #3b459b !important;
  --bs-table-bg: #3b459b;
  color: white;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  white-space: normal;
  flex: 1 1 200px;
  max-width: 250px;
  min-width: 200px;
  min-height: 70px;
  padding: 10px 10px;
  line-height: 1.5;
  word-break: keep-all;
}

.bmc-bg-td {
  background-color: #ffffff !important;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  white-space: normal;
  flex: 1 1 200px;
  max-width: 250px;
  min-width: 200px;
  min-height: 70px;
  user-select: none;
  cursor: pointer;
  padding: 10px 10px;
  line-height: 1.5;
  word-break: keep-all;
}

.cctv-tab {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.92rem !important;
}

.cctv-tab > div {
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
}

.cctv-tab > div:first-child {
  border-left: 1px solid #dee2e6;
}

.cctv-tab > div:last-child {
  border-right: 1px solid #dee2e6;
}

.cctv-flex {
  width: 90% !important;
  margin: 0 auto;
  gap: 0px;
}

.cctv-hr {
  margin: 5px auto 0;
}
