@import url(https://use.typekit.net/afj3ein.css);
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;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

input:focus {
  outline: none;
}

button {
  background: none;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
}

input {
  padding: 0;
}

@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  src: url(assets/fonts/832fda20a327ba5b.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  src: url(assets/fonts/e750b571e8417b8e.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  src: url(assets/fonts/6d48a5f30232a246.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  src: url(assets/fonts/5d76ef66d2b834cf.woff) format("woff");
}
* {
  margin: 0;
  padding: 0;
  color: unset;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}
*:focus {
  outline: none;
}

::-webkit-scrollbar {
  display: none;
}

:root {
  --maxWidth: 800px;
  --minWidth: 300px;
  --minHeight: 640px;
  --minHeight2: 410px;
  --Raw-Primary-Black: #0F0F0F;
  --Raw-Primary-White: #F9FEFF;
  --Raw-Primary-Blue: #2E6FF1;
  --Raw-Primary-Green: #14DC46;
  --Raw-Primary-Red: #DD3333;
  --Raw-Secondary-Red: #340707;
  --Social-Kakao: #FEE500;
  --Gray-Gray-10: #F9FEFF;
  --Gray-Gray-20: #C5C6CD;
  --Gray-Gray-30: #A4A5AC;
  --Gray-Gray-40: #83858B;
  --Gray-Gray-50: #73757A;
  --Gray-Gray-60: #73757A;
  --Gray-Gray-70: #5B5D63;
  --Gray-Gray-80: #42444A;
  --Gray-Gray-90: #20242A;
  --Gray-Gray-100: #0F0F0F;
}

body {
  width: 100%;
  height: 100dvh;
  background-color: #EFEFEF;
}

button,
a {
  color: #211917;
  outline: none;
  border: none;
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.event-container {
  position: fixed;
  overflow: auto;
  left: 0;
  top: 0;
  width: 100%;
  height: 100dvh;
  font-family: "Pretendard";
  background-color: #fff;
}
.event-container button {
  cursor: pointer;
  touch-action: manipulation;
}
.event-container img {
  width: 100%;
  vertical-align: bottom;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}
.event-container .event-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  min-width: var(--minWidth);
  min-height: calc(var(--minHeight) - 50px);
  height: calc(100% - 50px);
  max-height: -moz-max-content;
  max-height: max-content;
}
.event-container.guest .button-status {
  background-color: #211917;
  font-size: 13px;
  font-weight: 400;
}
.event-container.guest .button-status .txt {
  padding: 0 10px;
}
.event-container.guest .button-status .txt::before {
  display: block;
}
.event-container.guest .button-close {
  font-size: 0;
  padding: 20px 20px 8px 20px;
  margin: 0;
}
.event-container.guest .event-content {
  min-height: calc(var(--minHeight2) - 40px);
  height: calc(100% - 40px);
}
.event-container.login .button-status {
  font-size: 15px;
  font-weight: 500;
  margin-top: 24px;
}
.event-container.login .button-status .txt {
  margin: 0 auto;
}
.event-container.login .button-status::after {
  background-color: #2A2A2A;
}
.event-container.login .button-close {
  font-size: 0;
  padding: 20px 20px 8px 20px;
  margin: 0;
}
.event-container.login .event-content {
  min-height: calc(var(--minHeight2) - 40px);
  height: calc(100% - 40px);
}
.event-container.game-start {
  background-color: #EFEFEF;
}
.event-container.game-start .button-start {
  min-width: 148px;
}
.event-container.game-start .button-link-event {
  text-align: center;
  margin: 0 auto;
  color: #fff;
  border-radius: 100px;
  padding: 10px 17px;
  width: auto;
  min-width: 148px;
  height: 40px;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
}
.event-container.game-start .button-link-event .button-background {
  background-color: #B0B0B0;
}
.event-container.game-start .button-link-event .label {
  color: #fff;
}
.event-container.game-start .floating {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.event-container.game-start .event-content {
  padding-top: 60px;
}
.event-container.game-start .main-txt-title-xl {
  margin-top: 7px;
}
.event-container.game-start .main-txt-title-xl .bold {
  color: #000;
}
.event-container.game-start .noti-text {
  opacity: 0;
}
.event-container.game-start.is-selected.disable-game:not(.is-started) .button-preview {
  pointer-events: none;
}
.event-container.game-start.is-selected.disable-game:not(.is-started) .noti-text {
  opacity: 1;
  transition: opacity 0.2s cubic-bezier(0.11, 0, 0.5, 0);
}
.event-container.fail {
  background-color: #0F0E0E;
}
.event-container.fail .event-content {
  overflow: hidden;
}
.event-container.fail .event-content::before {
  content: "";
  width: 100%;
  height: 620px;
  top: -427px;
  min-width: var(--minWidth);
  position: absolute;
  background: linear-gradient(180deg, #FFECEE 0%, #0F0E0E 100%);
}
.event-container.fail .button-close {
  font-size: 0;
}
.event-container.fail .button-close::after {
  filter: invert(1);
}
.event-container.fail .button-restart {
  border: 1px solid #fff;
}
.event-container.fail .button-restart .txt {
  display: inline-block;
  width: calc(100% - 80px);
  text-align: center;
}
.event-container.fail .itle-xxl {
  font-family: "Pretendard";
  font-weight: 500;
  font-size: 40px;
  line-height: 1.3;
  letter-spacing: -4%;
  text-align: center;
  vertical-align: middle;
}
.event-container.fail .main-txt-title-xl .title-xl-bold.sub-content {
  font-size: 16px;
  letter-spacing: -0.05rem;
  line-height: 1;
}
.event-container .event-header {
  position: sticky;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
  max-width: var(--maxWidth);
  min-width: var(--minWidth);
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  z-index: 1;
}
.event-container .button-close {
  font-size: 0;
  padding: 15px;
  margin: 5px 5px 3px 0;
}
.event-container .button-close::after {
  background-image: url(assets/images/ico-close.svg);
  content: "";
  width: 12px;
  height: 12px;
  background-size: cover;
  display: block;
}
.event-container .main-txt-title {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0 12px;
}
.event-container .main-txt-title .sub-top {
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.04em;
}
.event-container .main-txt-title-complete {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 12px;
  margin: 0 0 20px;
}
.event-container .main-txt-title-complete .sub {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.07em;
  margin-bottom: 20px;
}
.event-container .main-txt-title-complete .title-italic {
  font-family: "ivypresto-display", serif;
  font-style: italic;
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 0.01em;
  text-align: center;
}
.event-container .main-txt-title-xl {
  padding: 0 12px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 15px;
}
.event-container .main-txt-title-xl .title-xl {
  font-weight: 500;
  font-size: 30px;
  line-height: 130%;
  letter-spacing: -0.04em;
}
.event-container .main-txt-title-xl .title-xl .bold {
  font-weight: 600;
  color: #2A2A2A;
}
.event-container .main-txt-title-xl .sub-top {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.04em;
  margin-top: 2px;
}
.event-container .main-txt-title-xl .title-xxl {
  font-weight: 700;
  font-size: 50px;
  text-align: center;
  line-height: 80%;
  letter-spacing: -0.04em;
  color: #fff;
  margin-bottom: 22px;
}
.event-container .main-txt-title-xl .title-xl-bold {
  font-weight: 600;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: -0.05em;
  text-align: center;
  color: #fff;
  max-width: 204px;
}
.event-container .title {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.04em;
  text-align: center;
  vertical-align: middle;
}
.event-container .title .bold {
  font-family: "ivypresto-display", serif;
  font-weight: 700;
  font-size: 24px;
  color: #C2947B;
  line-height: 120%;
}
.event-container .sub {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: -0.05em;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
}
.event-container .sub .bold {
  font-weight: 600;
}
.event-container .img-box {
  max-width: 284px;
  width: calc(100% - 24px);
  position: relative;
  margin: 34px auto 10px;
  height: calc(100% - 212px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.event-container .img-box img {
  width: 100%;
}
.event-container .button-status {
  max-width: 210px;
  min-height: 45px;
  width: calc(100% - 24px);
  border-radius: 100px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  color: #fff;
  position: relative;
  padding: 10px 17px;
  overflow: hidden;
}
.event-container .button-status .txt {
  letter-spacing: -0.05em;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  z-index: 1;
}
.event-container .button-status .txt::before {
  content: "";
  background-image: url(assets/images/ico-kakao.svg);
  min-width: 22px;
  height: 21px;
  background-size: cover;
  margin-right: 10px;
  display: none;
}
.event-container .button-status::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.event-container .guest-box {
  font-weight: 400;
  font-size: 11px;
  letter-spacing: -0.02em;
  opacity: 0.7;
  height: 48px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 12px;
  margin: 0 auto;
}
.event-container .guest-box .button-login {
  text-decoration: underline;
  padding: 10px;
  font-size: inherit;
}
.event-container .guest-box .button-login .button-background {
  background-color: #000;
}
.event-container .img-wrap {
  position: relative;
  height: calc(100% - 186px);
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}
.event-container .img-wrap .item {
  color: #E68C84;
  position: relative;
  max-width: 375px;
  width: 100%;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.event-container .img-wrap .coupon {
  max-width: 167px;
  width: 57%;
  position: absolute;
  right: -9%;
  bottom: -9.6%;
}
.event-container .game-wrap {
  width: calc(100% - 24px);
  max-width: 239px;
  margin: 32px auto 0;
}
.event-container .game-wrap .timer-container {
  position: relative;
}
.event-container .game-wrap .timer-container .button-preview {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 42px;
  height: 42px;
}
.event-container .game-wrap .timer-container .button-preview::before {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  background-color: #BEBEBE;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  border-radius: 50%;
}
.event-container .game-wrap .timer-container .button-preview::after {
  content: "";
  position: relative;
  z-index: 1;
  width: 19px;
  height: 12px;
  background-image: url(assets/images/ico-preview.svg);
  background-size: cover;
  display: block;
  margin: 0 17px;
}
.event-container .game-wrap .game-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 10px auto;
  padding: 10px;
  border-radius: 15px;
  background-color: #E8E8E8;
  overflow: hidden;
}
.event-container .game-wrap .game-container .piece {
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.event-container .game-wrap .game-container .piece img {
  height: 100%;
}
.event-container .game-wrap .game-container .game-inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  border-radius: 15px;
  overflow: hidden;
}
.event-container .game-wrap .game-container .game-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.event-container .game-wrap .game-container .game-box {
  border-radius: 15px;
  background-color: #DAC5C7;
  padding: 10px;
  width: 100%;
  position: relative;
  aspect-ratio: 1/1;
}
.event-container .game-wrap .game-container .game-box .game-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.event-container .game-wrap .button-start {
  display: block;
  margin: 0 auto;
  color: #fff;
  border-radius: 100px;
  padding: 10px 17px;
  width: 75px;
  height: 40px;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
}
.event-container .game-wrap .button-start .button-background {
  background-color: #2A2A2A;
}
.event-container .event-content-inner {
  width: 100%;
  min-height: calc(100dvh - 349px);
  max-width: 360px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.event-container .circle-img-wrap {
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  max-width: 360px;
  min-height: 308px;
}
.event-container .circle-img-wrap .emoji {
  margin: 0 auto;
  background-color: #fff;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.event-container .circle-img-wrap .emoji img {
  width: 70px;
  height: 71px;
}
.event-container .circle-img-wrap .item-1 {
  width: 120px;
  position: absolute;
  left: -50px;
  top: 7.5%;
}
.event-container .circle-img-wrap .item-2 {
  width: 100px;
  position: absolute;
  right: -40px;
  top: 44.5%;
}
.event-container .circle-img-wrap .item-3 {
  width: 129px;
  position: absolute;
  left: -53px;
  bottom: -12.4%;
}

.button-group-guest {
  display: flex;
  flex-direction: column;
  gap: 1px;
  margin-bottom: 0px;
  position: relative;
  width: 100%;
  min-height: auto;
}

.button-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 32px;
  position: relative;
  width: 100%;
  min-height: 186px;
}

.button-60 {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: -0.04em;
  padding: 10px 17px;
  min-height: 60px !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  max-width: 290px;
  width: calc(100% - 24px);
  margin: 0 auto;
  position: relative;
  border-radius: 110px;
}
.button-60 .txt {
  height: 18px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.button-60 .round {
  width: 40px;
  aspect-ratio: 1/1;
  border: 1px solid #2A2A2A;
  color: #2A2A2A;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 17px;
  overflow: hidden;
  opacity: 0;
  z-index: 2;
}

.button-restart {
  color: #fff;
}
.button-restart .button-background {
  background-color: #121315;
}
.button-restart .txt {
  display: inline-block;
  width: calc(100% - 80px);
  text-align: center;
}

.button-share {
  background-color: #fff;
  border: 1px solid #000;
}
.button-share .round {
  font-size: 0;
}

.button-copy {
  color: #fff;
}
.button-copy .button-background {
  background-color: #121315;
}
.button-copy .txt {
  display: inline-block;
  width: calc(100% - 80px);
  text-align: center;
}
.button-copy .round::after {
  position: relative;
  content: "";
  background-image: url(assets/images/ico-download.svg);
  width: 13px;
  height: 14px;
  background-size: cover;
}
@media screen and (max-width: 290px) {
  .button-copy:not(.button-share) {
    justify-content: flex-start;
  }
}

.time-record {
  font-weight: 500;
  font-size: 16px;
  line-height: 13px;
  letter-spacing: -0.02em;
  color: #fff;
  background-color: #121315;
  width: -moz-max-content;
  width: max-content;
  padding: 5px 12px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 5px;
  border-radius: 80px;
  height: 30px;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
}
.time-record::before {
  content: "";
  display: block;
  background-image: url(assets/images/ico-alarm.png);
  background-size: cover;
  width: 17px;
  height: 17px;
}
.time-record .time {
  max-width: calc(100% - 22px);
}
.time-record .timer {
  height: unset;
  max-height: unset;
  padding: 0;
  margin: 0;
  background-color: transparent;
}
.time-record .timer .num {
  font-size: 16px;
  letter-spacing: -0.02em;
}

.coupon-wrap {
  position: relative;
  width: calc(100% - 24px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  height: 100%;
  min-height: 280px;
  max-height: calc(var(--vh) - 353px);
}
@media screen and (max-height: 700px) {
  .coupon-wrap {
    justify-content: flex-start;
  }
}
.coupon-wrap .coupon {
  position: relative;
}
.coupon-wrap .coupon .coupon-bg {
  max-width: 265px;
  width: 100%;
  font-size: 0;
}
.coupon-wrap .danger-icon {
  background: url(assets/images/ico-danger.svg);
  background-size: cover;
  width: 17px;
  height: 17px;
  margin: 0 auto;
  display: block;
  margin-top: 13px;
  font-size: 0;
}
.coupon-wrap .coupon-code {
  position: absolute;
  width: 83%;
  height: 10%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  border-radius: 2px;
  top: 52%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translate(0, -50%);
}
.coupon-wrap .coupon-code .input-code {
  font-family: "Pretendard";
  font-weight: 400;
  font-size: min(5vw, 16px);
  line-height: 140%;
  letter-spacing: -0.02em;
  border: none;
  width: 90%;
  height: 100%;
  overflow: hidden;
  text-align: center;
}
.coupon-wrap .coupon-code .input-code:disabled {
  color: #211917;
  opacity: 1;
}

.noti .sub {
  margin-top: 9px;
}

.tooltip {
  color: #fff;
  font-family: "Pretendard";
  font-weight: 500;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: -0.06rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 206px;
  margin: 0 auto;
  padding: 0 12px;
  opacity: 0;
  transform: translateY(80%) scale(0.9);
  transform-origin: center center;
}
.tooltip::after {
  content: "";
  width: 22px;
  background-image: url(assets/images/tooltip.png);
  position: absolute;
  background-size: cover;
  bottom: -10px;
  height: 21px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}
.tooltip .tooltip-inner {
  background-color: #494949;
  padding: 5px 13px 7px;
  border-radius: 20px;
  margin: 0 auto;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
}

.accordion-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Pretendard";
}
.accordion-container .button-accordion {
  z-index: 99;
  width: calc(100% - 24px);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #828282;
  letter-spacing: -0.04em;
  line-height: 126%;
  font-size: 13px;
  font-weight: 400;
  height: 46px;
  margin: 0 auto;
}
.accordion-container .button-accordion .ico {
  transition: transform 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  background-image: url(assets/images/ico-down.svg);
  width: 9px;
  height: 5px;
  background-size: cover;
  transform: scaleY(1);
}
.accordion-container .button-accordion .ico.reverse {
  transform: scaleY(-1);
}

.accordion-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: height 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  display: none;
}
.accordion-content.show {
  display: block;
}
.accordion-content .accordion-inner {
  padding: 38px 12px 155px;
  background-color: #000;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.accordion-content .accordion-inner .img {
  max-width: 314px;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.game-ui {
  position: relative;
  width: 100%;
}

.game-inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.canvas-area {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 18px;
  overflow: visible;
}
.canvas-area canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  pointer-events: auto;
  border-radius: 18px;
}

.timer {
  position: relative;
  padding: 0 14px;
  margin: 0 auto 10px;
  width: -moz-max-content;
  width: max-content;
  height: 35px;
  max-height: 35px;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-items: center;
  border-radius: 24px;
  background-color: #BEBEBE;
  overflow: hidden;
}
.timer .icon-dotgroup {
  position: relative;
  margin: 13px 4px;
  transform: translateY(1px);
  z-index: 3;
  width: 3px;
  height: 9px;
  background-image: url(assets/images/icon-dotgroup.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.timer .num {
  position: relative;
  min-width: 22px;
  font-weight: 500;
  font-size: 18px;
  text-align: left;
  z-index: 3;
  color: var(--Raw-Primary-White);
  font-variant-numeric: tabular-nums;
}
.timer .num:nth-of-type(1) {
  text-align: right;
}
.timer .background {
  pointer-events: none;
  background-color: var(--Gray-Gray-90);
  z-index: 1;
}
.timer .line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid var(--Raw-Primary-White);
  border-radius: 24px;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
}

.event-container {
  display: none;
  opacity: 0;
}

.sub-top,
.title-xl,
.container-floating,
.container-inner {
  opacity: 0;
}

#canvas-destination {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#canvas-destination canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.game-hint {
  position: absolute;
  top: 0;
  left: 0;
  width: 99.5%;
  height: 99.5%;
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: 10;
  pointer-events: none;
}
.game-hint img {
  opacity: 0.9;
}

.visible-hint .game-hint {
  opacity: 1;
}

.is-prevent #canvas-destination {
  pointer-events: none;
}

[data-layer=DUPLICATE_15] .coupon {
  padding: 70px 0;
  font-family: "Pretendard";
  font-weight: 500;
  font-size: 26px;
  line-height: 130%;
  letter-spacing: -7%;
  text-align: center;
}

[data-layer=NO-CHANCE] .button-share {
  border: none;
}
[data-layer=NO-CHANCE] .button-share .button-background {
  background-color: #2A2A2A;
  transition: background-color 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
[data-layer=NO-CHANCE] .button-share::after {
  display: none;
}
[data-layer=NO-CHANCE] .button-share .label {
  z-index: 2;
}
[data-layer=NO-CHANCE] .button-share:disabled .button-background {
  background-color: #9E9E9E;
}
[data-layer=NO-CHANCE] .floating {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
[data-layer=NO-CHANCE] .img-wrap {
  height: -moz-max-content;
  height: max-content;
  margin-top: 20px;
}

@media (hover: hover), (-moz-touch-enabled: 0), (pointer: fine) {
  .button-scale {
    transition: transform 0.2s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .button-scale:not(:disabled):active {
    transform: scale(0.9) !important;
    transition: transform 0.2s cubic-bezier(0.5, 1, 0.89, 1);
  }
}
.sub-content,
.content {
  opacity: 0;
  visibility: hidden;
}

.title-content {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 4px;
}
.title-content .bold {
  display: flex;
  flex-direction: row;
}
.title-content[data-no-stagger=true] {
  flex-direction: column;
}
.title-content[data-no-stagger=true] .title-inner {
  position: relative;
  display: block;
  overflow: hidden;
}
.title-content[data-no-stagger=true] .title-inner .title-el {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  opacity: 0;
  gap: 4px;
  transform: translateY(110%);
}

.title-content,
.floating {
  opacity: 0;
}

.button-scale {
  position: relative;
  border-radius: 100px;
  overflow: hidden;
  background-color: transparent !important;
}
.button-scale.--solid {
  border: none;
}
.button-scale.--solid .button-background {
  background-color: #fff;
  border: 1px solid #000;
}
.button-scale .button-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transform: scaleX(0.5);
  opacity: 0;
  z-index: 1;
  border-radius: 100px;
}
.button-scale .label {
  position: relative;
  opacity: 0;
  z-index: 2;
}
[data-layer=FAIL] .button-restart {
  border: none !important;
}
[data-layer=FAIL] .button-restart .button-background {
  background-color: transparent;
  border: 1px solid #fff;
}
[data-layer=FAIL] .button-share .button-background {
  background-color: #fff;
}
[data-layer=FAIL] .point,
[data-layer=FAIL] .emoji {
  opacity: 0;
  transform: scale(0.8);
}
[data-layer=FAIL] .emoji {
  opacity: 0;
  transform: scale(0.7);
}

canvas[style*="position: absolute"] + div {
  display: none !important;
}

body {
  font-size: 0 !important;
}

[data-layer=guest] .event-header {
  height: 40px;
}
[data-layer=guest] .button-login .button-background {
  background-color: #1E1817;
}
[data-layer=guest] .button-login .label {
  z-index: 3;
}
[data-layer=guest] .img-box {
  height: auto;
}

.button-debug {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 2vw;
  z-index: 10000;
  width: 250px;
}
.button-debug input {
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 4px;
  padding: 6px 10px;
  font-size: 16px;
  width: 70px;
}
.button-debug button {
  background-color: #000;
  color: white;
  border-radius: 100px;
  padding: 10px 20px;
  overflow: hidden;
}
.button-debug .log {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 10px 10px;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  word-break: keep-all;
  word-wrap: break-word;
}
.button-debug .log span {
  display: inline-block;
  line-height: 1.2;
}
.button-debug .log span:nth-of-type(even) {
  color: #e91e63;
}

.noti-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 10px;
  color: #fff;
  font-size: 14px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: 20;
  pointer-events: none;
}

[data-layer=SUCCESS_60] .button-share:disabled {
  opacity: 0.7;
}

[data-layer=SUCCESS_15] .button-group {
  min-height: 130px;
}

body[data-loggedin=true] [data-layer=guest] {
  display: none;
}

button:disabled {
  pointer-events: none;
}

.button-restart:disabled .round {
  display: none;
}

[data-layer=DUPLICATE_15] .button-scale .label,
[data-layer=SUCCESS_15] .button-scale .label,
[data-layer=SUCCESS_60] .button-scale .label {
  font-size: 16px !important;
}/*# sourceMappingURL=common.css.map */

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