/*
https://www.dafont.com/eraser.font
Eraser.ttf 는 대소문자를 구분하지 않아서 erasdust.ttf 선택
*/
@font-face {
  font-family: "EraserDust";
  src: url("/fonts/EraserDust/EraserDust.eot");
  src: url("/fonts/EraserDust/EraserDust.eot?#iefix")
      format("embedded-opentype"),
    url("/fonts/EraserDust/EraserDust.woff2") format("woff2"),
    url("/fonts/EraserDust/EraserDust.woff") format("woff"),
    url("/fonts/EraserDust/EraserDust.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Eraser";
  src: url("/fonts/EraserRegular/EraserRegular.eot");
  src: url("/fonts/EraserRegular/EraserRegular.eot?#iefix")
      format("embedded-opentype"),
    url("/fonts/EraserRegular/EraserRegular.woff2") format("woff2"),
    url("/fonts/EraserRegular/EraserRegular.woff") format("woff"),
    url("/fonts/EraserRegular/EraserRegular.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: EraserDust, sans-serif;

  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

img {
  border-style: none;
}

canvas#unity-canvas {
  position: absolute;
  width: 100%;
  height: 100%;
}

#unity-loading-bar {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
}

#unity-logo {
  width: 192px;
  height: 192px;
  background: url("android-icon-192x192.png") no-repeat center;
}

#unity-progress-bar-empty {
  width: 192px;
  height: 18px;
  margin-top: 10px;
  background: url("./images/progress-bar-empty-light.png") no-repeat center;
}
#unity-progress-bar-full {
  width: 0%;
  height: 18px;
  margin-top: 10px;
  background: url("./images/progress-bar-full-light.png") no-repeat center;
}

.form-lobby {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
}

.form-lobby input {
  font-family: EraserDust, sans-serif;
  background: transparent;
  border: none;
  outline: none;
  font-size: 32px;
  text-align: center;
}

.good-bottom .sl {
  position: fixed;
  bottom: 0%;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}

.good-left {
  position: fixed;
  top: 260px;
  left: 0;
  z-index: 1;
}

.good-right {
  position: fixed;
  top: 260px;
  right: 0;
  z-index: 1;
}

.good-top {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}
