@charset "utf-8";
@font-face {
  font-family: 'Nanum Square';
  font-weight: 400;
  src: url('../fonts/NanumSquareR.eot');
  src: url('../fonts/NanumSquareR.eot?#iefix') format('embedded-opentype'),
       url('../fonts/NanumSquareR.woff2') format('woff2'),
       url('../fonts/NanumSquareR.woff') format('woff'),
       url('../fonts/NanumSquareR.ttf') format('truetype');
}
@font-face {
  font-family: 'Nanum Square';
  font-weight: 700;
  src: url('../fonts/NanumSquareB.eot');
  src: url('../fonts/NanumSquareB.eot?#iefix') format('embedded-opentype'),
       url('../fonts/NanumSquareB.woff2') format('woff2'),
       url('../fonts/NanumSquareB.woff') format('woff'),
       url('../fonts/NanumSquareB.ttf') format('truetype');
}

* {
  margin: 0;
  padding: 0;
  font-family: 'Nanum Square', sans-serif;
}
html {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
body {
  width: 100%;
  height: 100%;
  background-image: url('../images/prepare.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1920px;
  position: relative;
}
@media only screen and (max-width:550px) {
  body {
    background-size: 1280px;
  }
}
.content {
  position: absolute;
  top: calc(50% + 170px);
  left: 50%;
  transform: translate(-50%, -50%);
}
.content > p {
  margin-bottom: 40px;
  line-height: 24px;
  text-align: center;
  transform: skew(-0.05deg);
}
.content > a {
  width: 270px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  background-color: #4132d6;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #FFF;
  display: block;
}