/* 2022-12-26 로딩바 */
#full-loader {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.45);
  z-index: 10000;
}
#full-loader-text {
  margin: 15px 0 0;
  font-weight: 300;
  font-size: 16px;
  color: #e5e5e5;
}
.loader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}