@import "reset.css";
@import "fontawesome.css";
@import "monitoring_this_machine.css?ver=1.2.3";
@import "monitoring_setting.css?ver=1.2.3";
@import "monitoring_all_machine.css?ver=1.2.3";
@import "monitoring_file_sender.css?ver=1.2.3";
@import "monitoring_utilization.css?ver=1.2.3";
@import "monitoring_list_machine.css?ver=1.2.3";
@import "monitoring_list_machine2.css?ver=1.2.3";
@import "monitoring_cctv.css?ver=1.2.3";
@import "g1date_selector.css?ver=1.2.3";

@font-face {
  font-family: "Noto Sans KR";
  src: url("/fonts/NotoSansKR-Regular.otf") format("otf");
}

* {
  box-sizing: border-box;
}

body {
  font-size: 62.5%;
  background-color: #333;
  font-family: "Noto Sans KR", sans-serif;
  min-height: 100vh;
  /* 뷰포트의 100% 높이를 줍니다. */
  display: flex;
  flex-direction: column;
}

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

.pointer_cursor {
  cursor: pointer;
}

.max_header_wrapper {
  display: none;
}

.header_wrapper {
  position: fixed;
  top: 0px;
  width: 100%;
  background-color: #333;
  z-index: 20000;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.monitoring_menu {

  width: 100%;
  height: 75px;
  font-size: 12px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  overflow: hidden;
}

.monitoring_menu:nth-child(odd) {
  border-left: 1px solid #333;
  border-right: 1px solid #333;
}

.monitoring_menu:nth-child(1) {
  width: 18%;
}

.monitoring_menu:nth-child(2) {
  width: 18%;
}

.monitoring_menu:nth-child(3) {
  width: 18%;
}

.monitoring_menu:nth-child(4) {
  width: 13%;
}

.monitoring_menu:nth-child(5) {
  width: 13%;
}

.monitoring_menu:nth-child(6) {
  width: 10%;
}

.monitoring_menu:nth-child(7) {
  width: 10%;
}

.monitoring_menu:nth-child(8) {
  width: 10%;
}


header a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.max_main {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  min-height: 100vh;
}

.main {
  margin-top: 75px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  min-height: calc(100vh - 115px);
}

.max_footer {
  display: none;
}

.footer {
  width: 100%;
  background-color: #999999;
  height: 40px;
  margin-top: auto;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.max_container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%;
}

.logo_box {
  display: none;
}

@media (min-width: 576px) {
  .container {
    max-width: 560px;
  }

  header a {}

  .logo_box {
    display: none;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }

  header a {}

  .logo_box {
    display: block;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }

  header a {}
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }

  header a {}
}

@keyframes ldio-34kr862n6p4-1 {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(-45deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@keyframes ldio-34kr862n6p4-2 {
  0% {
    transform: rotate(180deg);
  }

  50% {
    transform: rotate(225deg);
  }

  100% {
    transform: rotate(180deg);
  }
}

.ldio-34kr862n6p4>div:nth-child(2) {
  transform: translate(-15px, 0);
}

.ldio-34kr862n6p4>div:nth-child(2) div {
  position: absolute;
  top: 40px;
  left: 40px;
  width: 120px;
  height: 60px;
  border-radius: 120px 120px 0 0;
  background: #f8b26a;
  animation: ldio-34kr862n6p4-1 1s linear infinite;
  transform-origin: 60px 60px;
}

.ldio-34kr862n6p4>div:nth-child(2) div:nth-child(2) {
  animation: ldio-34kr862n6p4-2 1s linear infinite;
}

.ldio-34kr862n6p4>div:nth-child(2) div:nth-child(3) {
  transform: rotate(-90deg);
  animation: none;
}

@keyframes ldio-34kr862n6p4-3 {
  0% {
    transform: translate(190px, 0);
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  100% {
    transform: translate(70px, 0);
    opacity: 1;
  }
}

.ldio-34kr862n6p4>div:nth-child(1) {
  display: block;
}

.ldio-34kr862n6p4>div:nth-child(1) div {
  position: absolute;
  top: 92px;
  left: -8px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #e15b64;
  animation: ldio-34kr862n6p4-3 1s linear infinite;
}

.ldio-34kr862n6p4>div:nth-child(1) div:nth-child(1) {
  animation-delay: -0.67s;
}

.ldio-34kr862n6p4>div:nth-child(1) div:nth-child(2) {
  animation-delay: -0.33s;
}

.ldio-34kr862n6p4>div:nth-child(1) div:nth-child(3) {
  animation-delay: 0s;
}

.loadingio-spinner-bean-eater-7ipcvjpcpx6 {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
}

.ldio-34kr862n6p4 {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0;
  /* see note above */
}

.ldio-34kr862n6p4 div {
  box-sizing: content-box;
}

/* generated by https://loading.io/ */

.switch {
  position: relative;
  display: block;
  vertical-align: top;
  width: 40px;
  height: 20px;
  padding: 3px;
  margin: 0 10px 10px 0;
  background: linear-gradient(to bottom, #eeeeee, #ffffff 25px);
  background-image: -webkit-linear-gradient(top, #eeeeee, #ffffff 25px);
  border-radius: 18px;
  box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  box-sizing: content-box;
}

.switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  box-sizing: content-box;
}

.switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  text-transform: uppercase;
  background: #eceeef;
  border-radius: inherit;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12),
    inset 0 0 2px rgba(0, 0, 0, 0.15);
  box-sizing: content-box;
}

.switch-label:before,
.switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: 0px;
  line-height: 1;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
  box-sizing: content-box;
}

.switch-label:before {
  content: attr(data-off);
  right: 11px;
  color: #aaaaaa;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}

.switch-label:after {
  content: attr(data-on);
  left: 11px;
  color: #ffffff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  opacity: 0;
}

.switch-input:checked~.switch-label {
  background: #e1b42b;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15),
    inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.switch-input:checked~.switch-label:before {
  opacity: 0;
}

.switch-input:checked~.switch-label:after {
  opacity: 1;
}

.switch-handle {
  position: absolute;
  top: 0px;
  left: 4px;
  width: 28px;
  height: 28px;
  background: linear-gradient(to bottom, #ffffff 40%, #f0f0f0);
  background-image: -webkit-linear-gradient(top, #ffffff 40%, #f0f0f0);
  border-radius: 100%;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.switch-handle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  background: linear-gradient(to bottom, #eeeeee, #ffffff);
  background-image: -webkit-linear-gradient(top, #eeeeee, #ffffff);
  border-radius: 6px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}

.switch-input:checked~.switch-handle {
  left: 74px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

/* Transition
========================== */
.switch-label,
.switch-handle {
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}

.switch-flat {
  padding: 0;
  background: #fff;
  background-image: none;
}

.switch-flat .switch-label {
  background: #fff;
  border: solid 2px #eceeef;
  box-shadow: none;
}

.switch-flat .switch-label:after {
  color: #0088cc;
}

.switch-flat .switch-handle {
  top: -1px;
  left: -1px;
  background: #dadada;
  width: 22px;
  height: 22px;
  box-shadow: none;
}

.switch-flat .switch-handle:before {
  background: #eceeef;
}

.switch-flat .switch-input:checked~.switch-label {
  background: #fff;
  border-color: #0088cc;
}

.switch-flat .switch-input:checked~.switch-handle {
  left: 20px;
  background: #0088cc;
  box-shadow: none;
}

@keyframes ldio-v9g64d0prq-1 {
  0% {
    top: 3.249999999999993px;
    height: 93.50000000000001px;
  }

  50% {
    top: 22.5px;
    height: 55px;
  }

  100% {
    top: 22.5px;
    height: 55px;
  }
}

@keyframes ldio-v9g64d0prq-2 {
  0% {
    top: 8.062499999999993px;
    height: 83.87500000000001px;
  }

  50% {
    top: 22.5px;
    height: 55px;
  }

  100% {
    top: 22.5px;
    height: 55px;
  }
}

@keyframes ldio-v9g64d0prq-3 {
  0% {
    top: 12.875px;
    height: 74.25px;
  }

  50% {
    top: 22.5px;
    height: 55px;
  }

  100% {
    top: 22.5px;
    height: 55px;
  }
}

.ldio-v9g64d0prq div {
  position: absolute;
  width: 15px;
}

.ldio-v9g64d0prq div:nth-child(1) {
  left: 17.5px;
  background: #58acf4;
  animation: ldio-v9g64d0prq-1 1s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  animation-delay: -0.2s;
}

.ldio-v9g64d0prq div:nth-child(2) {
  left: 42.5px;
  background: #105edd;
  animation: ldio-v9g64d0prq-2 1s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  animation-delay: -0.1s;
}

.ldio-v9g64d0prq div:nth-child(3) {
  left: 67.5px;
  background: #0b3075;
  animation: ldio-v9g64d0prq-3 1s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  animation-delay: undefineds;
}

.loadingio-spinner-pulse-emy5icxonkt {
  width: 23px;
  height: 23px;
  display: inline-block;
  overflow: hidden;
  background: none;
}

.ldio-v9g64d0prq {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(0.23);
  backface-visibility: hidden;
  transform-origin: 0 0;
  /* see note above */
}

.ldio-v9g64d0prq div {
  box-sizing: content-box;
}

/* generated by https://loading.io/ */

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 32px;
}
