@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');
html,
body {
  margin: 0;
  font-family: 'Pretendard', sans-serif;
  font-size: 14px;
  color: #fff;
  background: #000;
  overflow: hidden;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently*/
}
html *,
body * {
  box-sizing: border-box;
  margin: 0;
  word-break: keep-all;
}
html a,
body a {
  text-decoration: none;
  color: #fff;
}
.orientation {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: #000;
}
@media (orientation: portrait) {
  .orientation {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .orientation img {
    width: 100%;
    height: auto;
  }
}
canvas.webgl {
  width: 100%;
  height: 100%;
}
.global {
  position: fixed;
  font-size: 10px;
  color: #fff;
  bottom: 10px;
  font-weight: 300;
}
.global.left {
  left: 10px;
}
.global.right {
  right: 10px;
}
.global.right > a {
  display: inline-block;
  margin-right: 10px;
}
.global.right > a:last-child {
  margin-right: 0;
}
.global .logo {
  font-size: 14px;
  height: 1em;
  display: block;
  margin-bottom: 0.5em;
}
.intro {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 20px);
  height: 100%;
  left: 10px;
  top: 10px;
  font-size: 14px;
}
@media screen and (max-width:980px) {
  .intro {
    font-size: 11px;
  }
}
.intro .wrap {
  position: relative;
  width: 100%;
  height: 55vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.intro .countdown {
  font-weight: 900;
  line-height: 15px;
  text-align: center;
}
.intro .desc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 1.25em;
  text-align: center;
  font-weight: 400;
}
#player {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  background: #000;
  z-index: 999;
}
.player_btn {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  cursor: pointer;
  display: none;
}
