*:active {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  background-color: #000;
  margin: 0;
  overflow: hidden;
  font-size: 16px;
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

.load_page {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgb(30, 30, 30);
}

.load {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 260px;
  height: 0px;
  padding-top: 260px;
  margin-top: -130px;
  margin-left: -130px;
  background-size: 100% 100%;
}

#r_blue {
  background-image: url("load_src/r_blue.png");
  animation: spin_r 4s infinite linear;
}

#r_red {
  background-image: url("load_src/r_red.png");
  animation: spin_r 2s infinite linear reverse;
}

#r_txt {
  background-image: url("load_src/r_txt.png");
  animation: spin_r 20s infinite linear;
}

.perc {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 170px;
  height: 58px;
  transform: translate(-50%, -50%);
}

@font-face {
  font-family: Gravedigger;
  src: url("load_src/Gravedigger.otf");
  font-style: normal;
  font-weight: normal;
}

.perc_txt {
  position: absolute;
  top: 0%;
  text-align: center;
  width: 62.5px;
  height: 58px;
  font-family: Gravedigger;
  font-size: 54px;
  color: rgb(255, 255, 255);
}

#perc_txt1 {
  left: 5%;
}

#perc_txt2 {
  right: 25%;
}

#perc_p {
  position: absolute;
  width: 45px;
  height: 39px;
  bottom: 0%;
  right: 0%;
  background-image: url("load_src/tper.png");
  background-size: 100% 100%;
}

@keyframes spin_r {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
  ;
}

#main_canvas_container {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

#logo {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 106px;
  height: 40px;
  background-image: url("assets/logo.png");
  background-size: 100% 100%;
}

.hide {
  visibility: hidden;
}

#_auto_rotate {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 72px;
  height: 37px;
  background-image: url("img_src/btn_rot.png");
  background-size: 100% 100%;
  z-index: 6;
}

#_fac {
  position: absolute;
  bottom: 20px;
  right: 112px;
  width: 72px;
  height: 37px;
  background-image: url("img_src/btn_facx.png");
  background-size: 100% 100%;
  z-index: 6;
}

#_prev {
  position: absolute;
  bottom: 20px;
  right: 204px;
  width: 72px;
  height: 37px;
  background-image: url("img_src/prev.png");
  background-size: 100% 100%;
  visibility: hidden;
}

#_prev:hover {
  background-image: url("img_src/prevx.png");
}

.click:hover {
  cursor: pointer;
}

.hover_anim {
  animation: scale 2s infinite;
}

@keyframes scale {
  0% {
    color: rgb(255, 255, 255);
  }
  50% {
    color: rgb(0, 255, 255);
  }
  100% {
    color: rgb(255, 255, 255);
  }
}

.menu {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 54px;
  height: 54px;
  visibility: hidden;
  z-index: 11;
}

.menu p {
  position: absolute;
  font-family: "Nanum Square";
  font-weight: bold;
  top: 0%;
  right: 120%;
  width: 100px;
  height: 54px;
  text-align: right;
  visibility: hidden;
  font-size: 16px;
  color: rgb(255, 255, 255);
}

#shadow {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  z-index: 5;
}

.slider {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 1024px;
  height: 683px;
  margin-left: -512px;
  margin-top: -341.5px;
  visibility: hidden;
  z-index: 20;
}

.slider_under {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 1044px;
  height: 758px;
  background-color: rgb(0, 0, 0);
  display: none;
}

.slider_under p {
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 20px;
  color: rgb(255, 255, 255);
}

.slider_image {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
}

.dot_pos {
  position: absolute;
  cursor: default;
  bottom: 0%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translateX(-50%);
  text-align: center;
}

.dot {
  cursor: pointer;
  height: 1em;
  width: 1em;
  margin: 0 0.1em;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}

.active, .dot:hover {
  background-color: #717171;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 0.5em;
  padding: 1em;
  margin-top: -1.5em;
  color: rgb(255, 255, 255);
  font-weight: bold;
  font-size: 1em;
  background-color: rgba(0, 0, 0, 0.4);
}

.next {
  right: 0;
}

.prev:hover, .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.slide_click:hover {
  cursor: pointer;
}

.close {
  position: absolute;
  top: 0.6em;
  right: 0.6em;
  width: 3.125em;
  height: 3.125em;
}

@media screen and (max-width: 700px), screen and (max-height: 700px) {
  body {
    font-size: 12px;
  }
}
