@charset "utf-8";

@import url(common-ui.css);

html, body, div, button, ul, li { margin: 0; padding: 0; border: 0; outline: none; }
html, body { width: 100%; height: 100%; vertical-align: baseline;
  touch-action: none;
  -ms-touch-action: none;
  overscroll-behavior: none;
}
li { list-style-type: none; }
html, body, #scale-layer { overscroll-behavior: none; }

/* 마우스 오버 효과 */
.btn-over { transition: all 0.3s; will-change: auto; }
.btn-over:hover { transform: scale(1.1); }

#preload-wrap { position: absolute; opacity: 0.1; }

#scale-layer {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: none;
}

#wrap { position: relative; width: 1920px; height: 1080px; transform-origin: left top; }