* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  user-select: none;
  -webkit-touch-callout: none;
}

:lang(ko) {
  word-break: keep-all;
}

html,
body {
  height: 100%;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  word-break: break-all;
}

html {
  overflow: hidden;
}

body {
  line-height: 1;
  word-break: keep-all;
  color: #333;
  background: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, "Segoe UI Emoji", "Segoe UI Symbol";
  letter-spacing: normal;
  touch-action: none;
  overflow-x: hidden;
  overflow-y: auto;
}

a {
  color: #333;
  text-decoration: none;
}

img {
  border: none;
  vertical-align: top;
  width: 100%;
  height: 100%; /* image-rendering: -webkit-optimize-contrast; */
  object-fit: cover;
}

ul, ol, li {
  list-style: none;
}

address {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6, div, ul, li, ol, dl, dt, dd, section, a, nav, p {
  box-sizing: border-box;
  font-weight: normal;
}

i {
  font-style: normal;
}

button {
  border: none;
  background: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, "Segoe UI Emoji", "Segoe UI Symbol";
  cursor: pointer;
  color: #333;
  display: block;
  box-sizing: border-box;
}

input {
  -webkit-appearance: none;
  background: none;
  border: none;
  box-sizing: border-box;
}

select {
  background-color: #fff;
  -webkit-appearance: none;
  appearance: none;
  color: #333;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

#load, #loading {
  width: 100vw;
  height: 100vh;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3000;
}

#loading .sk-three-bounce {
  background-color: transparent;
}
#loading .sk-three-bounce .sk-child {
  background-color: #ffd800;
}

#wrap {
  /* opacity: 0; */
}

/* #load img{
  width: 120px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} */
.sk-three-bounce {
  margin: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: transparent;
  will-change: transform;
}

.sk-three-bounce .sk-child {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: black;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: loadAni 1.4s ease-in-out 0s infinite both;
  animation: loadAni 1.4s ease-in-out 0s infinite both;
}

.sk-three-bounce .sk-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.sk-three-bounce .sk-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@keyframes loadAni {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*# sourceMappingURL=Reset.css.map */
