/*-----------------------------------------
loading
------------------------------------------*/
#loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  background: #212121;
  display: flex;
  justify-content: center;
  align-items: center;
}

#loading .image {
  width: 70%;
}

#loading .image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
