body {
  position: relative;
  max-width: 750px;
  margin: 0 auto;
}
body .mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.7);
}
body .modal {
  display: none;
  text-align: center;
  position: fixed;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 624px;
  width: 100%;
  padding: 0 32px;
  box-sizing: border-box;
  z-index: 2;
}
body .modal .modal-contents {
  background: #ffffff;
  border-radius: 12px;
  padding: 44px 24px;
}
body .modal .modal-contents .lottie {
  position: absolute;
  width: 150%;
  height: 150%;
  top: -70px;
  left: -25%;
}
body .modal .modal-contents .winning-ico,
body .modal .modal-contents .winning-title,
body .modal .modal-contents .confirm-btn {
  width: 100%;
}
body .modal .modal-contents .unwinning-ico {
  width: 53.125%;
}
body .modal .modal-contents .confirm-btn {
  position: relative;
  z-index: 1;
}
body .modal .modal-contents .winning-title {
  margin-top: 24px;
  margin-bottom: 29px;
}
body header {
  box-sizing: border-box;
  height: 60px;
  padding: 14px 0;
  padding-left: 20px;
}
body header .logo {
  width: 103.5px;
  height: 32px;
  background: url("../img/logo.svg") no-repeat center/103.5px 32px;
}
body header .logo .blind {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
}
body main {
  overflow: hidden;
}
body main .bg1,
body main .bg {
  width: 100%;
}
body main .video-area {
  position: absolute;
  z-index: 1;
  top: 46%;
  width: 100%;
  padding-bottom: 56.25%;
  background-color: black;
}
body main .video-area video {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
}
body main .contents {
  display: none;
  position: relative;
}
body main .contents .center {
  text-align: center;
  position: absolute;
  top: 34%;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}
body main .contents .center .roulette-area {
  margin-top: 24px;
  position: relative;
}
body main .contents .center .roulette-area .niddle {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url("../img/niddle.png") no-repeat center/100% 100%;
}
body main .contents .center .start-btn {
  width: 100%;
  margin-top: 34px;
  padding: 0 20px;
  box-sizing: border-box;
}
body main .contents .center .roulette {
  width: 100%;
}

/* npx sass --watch css/index.scss css/index.css */

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