html,
body {
  -webkit-text-size-adjust: none; /* 크롬, 사파리, 오페라 신버전 */
  -ms-text-size-adjust: none; /* IE */
  -moz-text-size-adjust: none; /* 파이어폭스 */
  -o-text-size-adjust: none; /* 오페라 구버전 */
}
html {
  height: 100vh;
  width: 100vw;
}

body {
  background-image: url(../img/main.jpg);
  background-size: cover;
  background-position: center top;
}

* {
  font-family: 'Jua', sans-serif;
}
ul {
  list-style: none;
}
/* linear-gradient(to right, transparent, mistyrose), */

.img_load {
  width: 0;
  height: 0;
}
