@charset "utf-8";

@import 'reset.css';
@import 'fonts.css';

* {
  -webkit-tap-highlight-color: transparent;
}

/* 공통 */
.hidden {
  display: none !important;
}
.disable {
  pointer-events: none !important;
}


html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #393939;
}

#wrap {
  position: relative;
  width: 1600px;
  height: 900px;
  /* color: #2b2b2d;
  font-family: 'NSquareREB'; */
}