@charset "UTF-8";
/*폰트*/
@font-face {
  font-family: "NS_ROUNDEB";
  src: url("../font/NanumSquareRoundOTFEB.woff") format("woff");
}
@font-face {
  font-family: "NS_ROUNDL";
  src: url("../font/NanumSquareRoundOTFL.woff") format("woff");
}
@font-face {
  font-family: "NS_ROUNDR";
  src: url("../font/NanumSquareRoundOTFR.woff") format("woff");
}
@font-face {
  font-family: "NS_ROUNDB";
  src: url("../font/NanumSquareRoundOTFB.woff") format("woff");
}
@font-face {
  font-family: "NotoSansKR-Bold";
  src: url("../font/NotoSansKR-Bold.woff") format("woff");
}
html {
  background-color: #FFF;
}

body {
  position: relative;
  font-family: "NS_ROUNDB", sans-serif;
  visibility: hidden;
  touch-action: manipulation;
}
body.onLoad {
  visibility: visible;
}

video {
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}

.instrument {
  position: absolute;
  width: 1920px;
  height: 1080px;
  background-color: #FFFAEA;
}
.instrument .content {
  overflow: hidden;
}/*# sourceMappingURL=common.css.map */