/* font */
@font-face {
  font-family: 'Pretendard';
  src: url('https://cdn.banggooso.com/assets/fonts/PretendardVariable.woff2') format('woff2');
  font-weight: 400;
}

@font-face {
  font-family: 'Pretendard';
  src: url('https://cdn.banggooso.com/assets/fonts/PretendardVariable.woff2') format('woff2');
  font-weight: 500;
}

@font-face {
  font-family: 'Pretendard';
  src: url('https://cdn.banggooso.com/assets/fonts/PretendardVariable.woff2') format('woff2');
  font-weight: 600;
}

@font-face {
  font-family: 'Pretendard';
  src: url('https://cdn.banggooso.com/assets/fonts/PretendardVariable.woff2') format('woff2');
  font-weight: 700;
}

@font-face {
  font-family: 'Pretendard';
  src: url('https://cdn.banggooso.com/assets/fonts/PretendardVariable.woff2') format('woff2');
  font-weight: 800;
}

@font-face {
  font-family: 'DungGeunMo';
  src: url('https://cdn.banggooso.com/assets/images/game245/font/DungGeunMo.ttf');
}

html,
body {
  font-size: 16px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  overscroll-behavior: none;
  font-family: 'Pretendard';
  text-align: center;
}

button,
li,
ul,
dt,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
div,
a,
p,
span,
b {
  transform: skew(0);
}

button,
a {
  cursor: pointer;
}

button:disabled {
  cursor: default;
}

.game-wrapper {
  height: 100dvh !important;
  letter-spacing: normal;
}

.hidden {
  display: none !important;
}

@media (max-width: 500px) {
  html,
  body {
    font-size: 3.2vw;
  }
}

.cursor-p {
  cursor: pointer;
}

/* common */
.game-wrapper.basic .app-header {
  height: 4.0625rem;
  width: 100%;
  position: absolute;
  background: rgba(76, 56, 56, 0.1);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  z-index: 1;
  border-bottom: 0;
}

.game-wrapper .app-header .app-logo {
  width: auto;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.game-wrapper .app-header .app-logo .logo-img-1 {
  width: 6.97675rem;
  height: 1.5rem;
  aspect-ratio: 111.63/24;
}

.game-wrapper .app-header .app-logo .logo-img-2 {
  width: 4.42338rem;
  height: 1.25rem;
}

.game-wrapper .app-header .app-logo .logo-mid-ico {
  width: 0.79888rem;
  height: 0.79844rem;
}

.game-wrapper .app-header .app-header-btn.back {
  background: transparent url(https://cdn.banggooso.com/assets/images/game265/common/back-arrow-w.png) no-repeat center
    center / 0.9rem 1.4265rem;
}

.house-background-wrapper {
  width: 100%;
  height: 100%;
  padding-top: 4.0625rem;
  position: relative;
  background: linear-gradient(180deg, #000 7.06%, #7240fe 28.4%, #895ffc 48.01%);
  overflow-y: scroll;
}

.house-background-wrapper::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: url(https://cdn.banggooso.com/assets/images/game265/common/background_house.png) no-repeat top / contain;
  background-position-y: calc(4.0625rem + 1.06rem);
}

.huddle-popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
}

.huddle-popup-wrapper .huddle-popup-inner {
  display: flex;
  width: 27.5rem;
  padding: 2rem 1.5rem 1.25rem 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 1.25rem;
  background: #fff;
}

.huddle-popup-wrapper .huddle-popup-inner h4 {
  color: #0c0c0c;
  text-align: center;
  font-family: Pretendard;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.02rem;
  margin-bottom: 0.62rem;
}

.huddle-popup-wrapper .huddle-popup-inner p {
  color: #6a6a6a;
  text-align: center;
  font-family: Pretendard;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75rem;
  /* 140% */
  letter-spacing: -0.0125rem;
  margin-bottom: 1.5rem;
}

.huddle-popup-wrapper .huddle-popup-inner .btn-wrapper {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.huddle-popup-wrapper .huddle-popup-inner .btn-wrapper button {
  display: flex;
  height: 4.5rem;
  padding: 0.625rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  align-self: stretch;
  border-radius: 0.75rem;
  color: #000;
  font-family: Pretendard;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.huddle-popup-wrapper .huddle-popup-inner .btn-wrapper .btn-continue {
  background: #7240fe;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0.62rem;
}

.huddle-popup-wrapper .huddle-popup-inner .btn-wrapper .btn-save {
  border: 1.5px solid #000;
  font-weight: 700;
  background-color: #fff;
}

.huddle-popup-wrapper .huddle-popup-inner .btn-wrapper .btn-exit {
  background-color: #fff;
}

.input-alert-wrapper {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  width: 27.5rem;
  padding: 1.125rem 1.5rem;
  align-items: center;
  gap: 1rem;
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  z-index: 9999;

  opacity: 0;
  top: -5rem;
  transition: all 0.3s ease-in-out;
}

.input-alert-wrapper.active {
  opacity: 1;
  top: 5.0625rem;
}

.input-alert-wrapper span {
  width: 1.75rem;
  height: 1.75rem;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  background: url(https://cdn.banggooso.com/assets/images/game265/common/ico_error.png) no-repeat center / cover;
  border-radius: 50%;
}

.input-alert-wrapper p {
  color: #fff;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: 'Pretendard';
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.375rem;
  /* 122.222% */
  text-align: left;
}

.star-wrapper {
  width: 100%;
  height: 20rem;
  position: absolute;
  top: 0rem;
  left: 0;
  z-index: 1;
}

.star-wrapper .star {
  position: absolute;
}

.star-wrapper .star.cicle-star {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  opacity: 0;
}

.star-wrapper .star.cicle-star span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  animation-fill-mode: forwards;
  transform-origin: left center;
  animation-duration: 0.5s;
  animation-delay: 0.3s;
  background-color: rgba(195, 173, 255, 1);
}

.star-wrapper .star.cicle-star span:nth-of-type(1) {
  transform: rotate(0deg);
}

.star-wrapper .star.cicle-star span:nth-of-type(2) {
  transform: rotate(45deg);
}

.star-wrapper .star.cicle-star span:nth-of-type(3) {
  transform: rotate(90deg);
}

.star-wrapper .star.cicle-star span:nth-of-type(4) {
  transform: rotate(135deg);
}

.star-wrapper .star.cicle-star span:nth-of-type(5) {
  transform: rotate(180deg);
}

.star-wrapper .star.cicle-star span:nth-of-type(6) {
  transform: rotate(225deg);
}

.star-wrapper .explosion {
  position: absolute;
  top: 6rem;
  right: 7.32rem;
  width: 9.3px;
  height: 3px;
}

.star-wrapper .explosion div {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  /* width: 100%; */
  height: 100%;
  background-color: #fff;
  filter: drop-shadow(0 0 8px rgba(137, 95, 252, 1)) drop-shadow(0 0 15px rgba(195, 173, 255, 1));
  border-radius: 500px;
  animation-fill-mode: forwards;
  transform-origin: left center;
  animation-duration: 0.5s;
  animation-delay: 0.3s;
}

.star-wrapper .explosion.active p {
  position: absolute;
  transform: rotate(90deg);
  transform-origin: left;
  bottom: calc(0% - 1.5rem);
  left: 0;
  width: 0.8125rem;
  height: 100%;
  background-color: #fff;
  filter: drop-shadow(0 0 8px rgba(137, 95, 252, 1)) drop-shadow(0 0 15px rgba(195, 173, 255, 1));
  animation: explode-line 0.2s cubic-bezier(0.9, 0.45, 0.58, 1) forwards;
}

.star-wrapper .explosion.active div:nth-of-type(1) {
  animation-name: explode1;
  transform: rotate(0) translate(0, 0);
}

.star-wrapper .explosion.active div:nth-of-type(2) {
  animation-name: explode2;
  transform: rotate(45deg) translate(0, 0);
}

.star-wrapper .explosion.active div:nth-of-type(3) {
  animation-name: explode3;
  transform: rotate(90deg) translate(0, 0);
}

.star-wrapper .explosion.active div:nth-of-type(4) {
  animation-name: explode4;
  transform: rotate(135deg) translate(0, 0);
}

.star-wrapper .explosion.active div:nth-of-type(5) {
  animation-name: explode5;
  transform: rotate(180deg) translate(0, 0);
}

.star-wrapper .explosion.active div:nth-of-type(6) {
  animation-name: explode6;
  transform: rotate(225deg) translate(0, 0);
}

.star-wrapper .explosion.active div:nth-of-type(7) {
  animation-name: explode7;
  transform: rotate(270deg) translate(0, 0);
}

.star-wrapper .explosion.active div:nth-of-type(8) {
  animation-name: explode8;
  transform: rotate(315deg) translate(0, 0);
}

.star-wrapper .star.cicle-star.active span:nth-of-type(1) {
  animation-name: circle1;
  transform: rotate(0) translate(0, 0);
}

.star-wrapper .star.cicle-star.active span:nth-of-type(2) {
  animation-name: circle2;
  transform: rotate(45deg) translate(0, 0);
}

.star-wrapper .star.cicle-star.active span:nth-of-type(3) {
  animation-name: circle3;
  transform: rotate(90deg) translate(0, 0);
}

.star-wrapper .star.cicle-star.active span:nth-of-type(4) {
  animation-name: circle4;
  transform: rotate(135deg) translate(0, 0);
}

.star-wrapper .star.cicle-star.active span:nth-of-type(5) {
  animation-name: circle5;
  transform: rotate(180deg) translate(0, 0);
}

.star-wrapper .star.cicle-star.active span:nth-of-type(6) {
  animation-name: circle6;
  transform: rotate(225deg) translate(0, 0);
}

.star-wrapper .star.cicle-star.active span:nth-of-type(7) {
  animation-name: circle7;
  transform: rotate(270deg) translate(0, 0);
}

.star-wrapper .star.cicle-star.active span:nth-of-type(8) {
  animation-name: circle8;
  transform: rotate(315deg) translate(0, 0);
}

@keyframes explode-line {
  0% {
    width: 1.615rem;
    bottom: calc(0% - 5rem);
  }

  100% {
    width: 0.8125rem;
    bottom: calc(0% - 1.5rem);
  }
}

@keyframes explode1 {
  0% {
    width: 0%;
    transform: rotate(0) translate(0, 0);
  }

  50% {
    width: 300%;
    transform: rotate(0) translate(0, 0);
  }

  100% {
    width: 100%;
    transform: rotate(0) translate(100%, 0);
  }
}

@keyframes explode2 {
  0% {
    width: 0%;
    transform: rotate(45deg) translate(0, 0);
  }

  50% {
    width: 300%;
    transform: rotate(45deg) translate(0, 0);
  }

  100% {
    width: 100%;
    transform: rotate(45deg) translate(100%, 0);
  }
}

@keyframes explode3 {
  0% {
    width: 0%;
    transform: rotate(90deg) translate(0, 0);
  }

  50% {
    width: 300%;
    transform: rotate(90deg) translate(0, 0);
  }

  100% {
    width: 100%;
    transform: rotate(90deg) translate(100%, 0);
  }
}

@keyframes explode4 {
  0% {
    width: 0%;
    transform: rotate(135deg) translate(0, 0);
  }

  50% {
    width: 300%;
    transform: rotate(135deg) translate(0, 0);
  }

  100% {
    width: 100%;
    transform: rotate(135deg) translate(100%, 0);
  }
}

@keyframes explode5 {
  0% {
    width: 0%;
    transform: rotate(180deg) translate(0, 0);
  }

  50% {
    width: 300%;
    transform: rotate(180deg) translate(0, 0);
  }

  100% {
    width: 100%;
    transform: rotate(180deg) translate(100%, 0);
  }
}

@keyframes explode6 {
  0% {
    width: 0%;
    transform: rotate(225deg) translate(0, 0);
  }

  50% {
    width: 300%;
    transform: rotate(225deg) translate(0, 0);
  }

  100% {
    width: 100%;
    transform: rotate(225deg) translate(100%, 0);
  }
}

@keyframes explode7 {
  0% {
    width: 0%;
    transform: rotate(270deg) translate(0, 0);
  }

  50% {
    width: 300%;
    transform: rotate(270deg) translate(0, 0);
  }

  100% {
    width: 100%;
    transform: rotate(270deg) translate(100%, 0);
  }
}

@keyframes explode8 {
  0% {
    width: 0%;
    transform: rotate(315deg) translate(0, 0);
  }

  50% {
    width: 300%;
    transform: rotate(315deg) translate(0, 0);
  }

  100% {
    width: 100%;
    transform: rotate(315deg) translate(100%, 0);
  }
}

@keyframes circle1 {
  0% {
    width: 0%;
    transform: rotate(0) translate(0, 0);
  }

  50% {
    width: 200%;
    transform: rotate(0) translate(0, 0);
  }

  100% {
    width: 100%;
    transform: rotate(0) translate(200%, 0);
  }
}

@keyframes circle2 {
  0% {
    width: 0%;
    transform: rotate(45deg) translate(0, 0);
  }

  50% {
    width: 200%;
    transform: rotate(45deg) translate(0, 0);
  }

  100% {
    width: 100%;
    transform: rotate(45deg) translate(200%, 0);
  }
}

@keyframes circle3 {
  0% {
    width: 0%;
    transform: rotate(90deg) translate(0, 0);
  }

  50% {
    width: 200%;
    transform: rotate(90deg) translate(0, 0);
  }

  100% {
    width: 100%;
    transform: rotate(90deg) translate(200%, 0);
  }
}

@keyframes circle4 {
  0% {
    width: 0%;
    transform: rotate(135deg) translate(0, 0);
  }

  50% {
    width: 200%;
    transform: rotate(135deg) translate(0, 0);
  }

  100% {
    width: 100%;
    transform: rotate(135deg) translate(200%, 0);
  }
}

@keyframes circle5 {
  0% {
    width: 0%;
    transform: rotate(180deg) translate(0, 0);
  }

  50% {
    width: 200%;
    transform: rotate(180deg) translate(0, 0);
  }

  100% {
    width: 100%;
    transform: rotate(180deg) translate(200%, 0);
  }
}

@keyframes circle6 {
  0% {
    width: 0%;
    transform: rotate(225deg) translate(0, 0);
  }

  50% {
    width: 200%;
    transform: rotate(225deg) translate(0, 0);
  }

  100% {
    width: 100%;
    transform: rotate(225deg) translate(200%, 0);
  }
}

@keyframes circle7 {
  0% {
    width: 0%;
    transform: rotate(270deg) translate(0, 0);
  }

  50% {
    width: 200%;
    transform: rotate(270deg) translate(0, 0);
  }

  100% {
    width: 100%;
    transform: rotate(270deg) translate(200%, 0);
  }
}

@keyframes circle8 {
  0% {
    width: 0%;
    transform: rotate(315deg) translate(0, 0);
  }

  50% {
    width: 200%;
    transform: rotate(315deg) translate(0, 0);
  }

  100% {
    width: 100%;
    transform: rotate(315deg) translate(200%, 0);
  }
}

/* intro */
.inner-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-flow: column;
}

.game-intro .house-background-wrapper {
  display: flex;
  align-items: center;
  flex-flow: column;
  background: linear-gradient(180deg, #000 15.67%, #7240fe 59.72%, #895ffc 100%);
}

.game-intro .house-background-wrapper:before {
  z-index: 0;
  background: url(https://cdn.banggooso.com/assets/images/game265/common/only_intro_house_bg.png) no-repeat top / 100%;
  background-position-y: 6.29rem;
}

.inner-wrapper > .bg-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-flow: column;
}

.game-intro .star-wrapper {
  top: 4.0625rem;
}

.game-intro .stellar-wrapper:before {
  background-position-y: 4.0625rem;
  height: 18.375rem;
  z-index: 1;
}

.game-intro .confetti-wrapper {
  top: 4.0625rem;
}

.confetti-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 18.8125rem;
  z-index: 1;
}

.confetti-wrapper.stop-fixed .confetti-bg-el {
  width: 100%;
  height: 100%;
  background: url(https://cdn.banggooso.com/assets/images/game265/common/top_fixed_stop_conffeti.png) no-repeat center /
    contain;
}

.game-wrapper.basic .app-main .game-intro {
  height: 100%;
  padding: 0;
}

.game-wrapper.basic .app-main .game-intro .content {
  height: auto;
  padding: 0;
}

.game-intro .count-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  padding: 2.5rem 0rem 1.25rem 0rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  width: 27.5rem;
}

.game-intro .count-wrap span {
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.015rem;
}

.game-intro .count-wrap p {
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.0275rem;
}

.game-intro .content .tmst-wrapper {
  display: flex;
  width: 100%;
  padding: 2.5rem 1.875rem 4.25rem 1.875rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
  background: #f4f3f8;
}

.game-intro .content .tmst-wrapper > span {
  color: #5a5863;
  font-family: 'Pretendard';
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.0125rem;
}

.game-intro .content .tmst-wrapper ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.game-intro .content .tmst-wrapper ul li {
  color: #7e7a88;
  font-family: 'Pretendard';
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75rem;
  /* 155.556% */
  letter-spacing: -0.01125rem;
}

.game-intro .content .tmst-wrapper ul li.mt-20 {
  margin-top: 1.25rem;
}

.game-intro .content .tmst-wrapper ul li p {
  margin-top: 0.5rem;
  margin-bottom: 1.25rem;
  padding-left: 1rem;
  position: relative;
}

.game-intro .content .tmst-wrapper ul li p::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -0.5rem;
  width: 0.42313rem;
  height: 3.5rem;
  border-radius: 62.4375rem;
  background: #d9d9d9;
}

.game-intro .content .tmst-wrapper ul li p,
.game-intro .content .tmst-wrapper ul li b {
  font-weight: 700;
}

.game-intro .content .tmst-wrapper ul > li {
  position: relative;
  padding-left: 1.5rem;
}

.game-intro .content .tmst-wrapper ul > li:before {
  content: '';
  display: block;
  position: absolute;
  top: 0.75rem;
  left: 0.6rem;
  width: 0.26rem;
  height: 0.26rem;
  border-radius: 50%;
  background-color: rgba(126, 122, 136, 1);
}

.game-intro .starlight-wrapper {
  position: absolute;
  top: 4.0625rem;
  left: 0;
  width: 100%;
  height: 18.8125rem;
  flex-shrink: 0;
}

.game-intro .starlight-wrapper .starlight-el {
  z-index: 15;
  position: absolute;
  width: 0.8125rem;
  height: 0.90238rem;
  flex-shrink: 0;
  /* animation: starlight 1.3s infinite linear; */
}

.game-intro .starlight-wrapper .starlight-el:nth-child(1) {
  top: 8.34rem;
  left: 0.21rem;
}

.game-intro .starlight-wrapper .starlight-el:nth-child(2) {
  top: 6.3rem;
  left: 9.58rem;
}

.game-intro .starlight-wrapper .starlight-el:nth-child(3) {
  bottom: 4.83rem;
  right: 3.87rem;
}

.game-intro .starlight-wrapper .starlight-el:nth-child(4) {
  top: 1.5rem;
  right: 7rem;
}

@keyframes starlight {
  0% {
    filter: drop-shadow(0px 0px 0px #c3adff) drop-shadow(0px 0px 0px #895ffc);
  }

  50% {
    filter: drop-shadow(0px 0px 2px #c3adff) drop-shadow(0px 0px 2px #895ffc);
  }

  100% {
    filter: drop-shadow(0px 0px 0px #c3adff) drop-shadow(0px 0px 0px #895ffc);
  }
}

.game-intro .ttl {
  background: url(https://cdn.banggooso.com/assets/images/game265/common/heading_ttl.png) no-repeat center / cover;
  width: 20.625rem;
  height: 10.47713rem;
  aspect-ratio: 330/167.63;
  margin-top: 6.63rem;
  margin-bottom: 1.64rem;
}

.game-intro .sub-ttl {
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.125rem;
  /* 154.545% */
  letter-spacing: -0.01375rem;
}

.game-intro .sub-ttl b {
  color: #fff;
  font-family: 'Pretendard';
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.125rem;
  letter-spacing: -0.01375rem;
}

.game-intro .slot-machine-container {
  width: 27.6395rem;
  height: 16.50925rem;
  flex-shrink: 0;
  border-radius: 1.25rem;
  margin-top: 1.39rem;
  margin-bottom: 2.12rem;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
  position: relative;
}

.game-intro .slot-machine-container:after {
  content: '';
  display: block;
  position: absolute;
  left: -1px;
  top: -1px;
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  background: url(https://cdn.banggooso.com/assets/images/game265/common/slot_bg.png) no-repeat center / 100% 100%;
}

.game-intro .pin {
  position: absolute;
  top: 50%;
  width: 1.73119rem;
  height: 1.9975rem;
  flex-shrink: 0;
  aspect-ratio: 31.96/27.7;
  transform: translateY(-50%);
  z-index: 1;
}

.game-intro .pin-left {
  left: -0.5rem;
  background: url(https://cdn.banggooso.com/assets/images/game265/common/slot_pin_left.png) no-repeat center / 150%;
}

.game-intro .pin-right {
  right: -0.5rem;
  background: url(https://cdn.banggooso.com/assets/images/game265/common/slot_pin_right.png) no-repeat center / 150%;
}

.game-intro .slot-machine-box {
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 1.25rem;
}

.game-intro .slot-machine-box:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4.32rem;
  border-radius: 1.25rem 1.25rem 0rem 0rem;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5) 16.66%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 1;
}

.game-intro .slot-machine-box:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4.32rem;
  border-radius: 1.25rem 1.25rem 0rem 0rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 16.66%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 1;
}

.game-intro .slot {
  flex: 1;
  height: 100%;
}

.game-intro .slot .number {
  width: 100%;
  text-align: center;
  font-size: 4.125rem;
  font-weight: 700;
  font-family: 'Pretendard';
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.game-intro .slot .number.operator-minus {
  background: url(https://cdn.banggooso.com/assets/images/game265/common/operator_min_black.png) no-repeat center / 40%;
  filter: grayscale(1);
}

.game-intro .slot .number.operator-plus {
  background: url(https://cdn.banggooso.com/assets/images/game265/common/operator_plus_black.png) no-repeat center / 40%;
  filter: grayscale(1);
}

.game-intro .slot .number.operator-divide {
  background: url(https://cdn.banggooso.com/assets/images/game265/common/operator_div_black.png) no-repeat center / 40%;
  filter: grayscale(1);
}

.game-intro .slot .number.operator-multiply {
  background: url(https://cdn.banggooso.com/assets/images/game265/common/operator_mult_black.png) no-repeat center / 40%;
  filter: grayscale(1);
}

.game-intro .btn-start {
  display: flex;
  height: 5rem;
  padding: 1.6875rem 0.625rem;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  align-self: stretch;
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0px 0px 24px 0px rgba(114, 64, 254, 0.3);
  color: #000;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.01375rem;
  margin: 0 1.88rem;
}

.game-intro .btn-calib {
  display: flex;
  height: 5rem;
  padding: 1.6875rem 0.625rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  align-self: stretch;
  border-radius: 1.25rem;
  background: #000;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.3);
  color: #fff;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.01375rem;
  margin: 0 1.88rem;
  margin-top: 1rem;
}

.game-intro .content .share-box {
  display: flex;
  padding: 3.75rem 0rem 3.4375rem 0rem;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  align-self: stretch;
  position: relative;
}

.game-intro .content .share-box button {
  display: flex;
  width: 12.5rem;
  height: 4.25rem;
  padding: 1.6875rem 0.625rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border-radius: 1rem;
  border-radius: 4.375rem;
  background: #380dad;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.3);
  color: #fff;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.01375rem;
  /* 2.45rem */
}

.game-intro .content .share-box .share-sns-list {
  margin-bottom: 0;
}

.game-intro .content .share-box .share-sns-list .list-title {
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.625rem;
  /* 118.182% */
  letter-spacing: -0.01375rem;
  margin-bottom: 0;
}

.game-intro .content .share-box .share-sns-list .list-title span {
  display: none;
}

.game-intro .content .share-box .share-sns-list .list-title .countBox {
  margin-left: 0;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  justify-content: center;
}

.game-intro .content .share-box .share-sns-list .list-title .countBox .countImg {
  width: 1.375rem;
  height: 1.375rem;
  padding-bottom: 0;
  background: url(https://cdn.banggooso.com/assets/images/game265/common/share_ico.png) no-repeat center / contain;
}

.game-intro .content .share-box .share-sns-list .list-title .countBox .countNumber {
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem;
  /* 100% */
  letter-spacing: -0.0125rem;
}

.game-intro .content .share-box .share-sns-list .list {
  display: none;
  gap: 1rem;
  justify-content: center;
}

.game-intro .content .share-box .share-sns-list .list li {
  margin: 0;
}

.game-intro .star-wrapper .star.cc-1 {
  top: 2.73rem;
  left: 10.25rem;
}

.game-intro .star-wrapper .star.cc-2 {
  top: 4.61rem;
  left: 19.55rem;
}

.game-intro .star-wrapper .star.ex-1 {
  top: 6.56rem;
  left: 4.5rem;
}

.game-intro .star-wrapper .star.ex-2 {
  top: 6.36rem;
  right: 6.31rem;
}

/* main */
.game-wrapper.basic .app-header {
  display: block !important;
}

.game-wrapper .game-wrap {
  height: 100%;
}

.game-wrapper .content-inner {
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 5.09rem;
}

.game-wrap .starlight-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 18.8125rem;
  flex-shrink: 0;
}

.game-wrap .starlight-wrapper .starlight-el {
  z-index: 15;
  position: absolute;
  width: 0.8125rem;
  height: 0.90238rem;
  flex-shrink: 0;
  /* animation: starlight 1.3s infinite linear; */
}

.game-wrap .starlight-wrapper .starlight-el:nth-child(1) {
  top: 4.34rem;
  left: 3.51rem;
}

.game-wrap .starlight-wrapper .starlight-el:nth-child(2) {
  top: 0.4rem;
  left: 21.58rem;
}

.game-wrap .starlight-wrapper .starlight-el:nth-child(3) {
  bottom: 11.33rem;
  right: 2.87rem;
}

@keyframes starlight {
  0% {
    filter: drop-shadow(0px 0px 0px #c3adff) drop-shadow(0px 0px 0px #895ffc);
  }

  50% {
    filter: drop-shadow(0px 0px 0px #c3adff) drop-shadow(0px 0px 0px #895ffc);
  }

  100% {
    filter: drop-shadow(0px 0px 0px #c3adff) drop-shadow(0px 0px 0px #895ffc);
  }
}

.game-wrap .house-background-wrapper {
  background: linear-gradient(180deg, #000 15.67%, #7240fe 59.72%, #895ffc 100%),
    linear-gradient(180deg, #000 15.67%, #3a1d87 59.72%, #4820b8 100%);
}

.game-wrap .house-background-wrapper:before {
  background-size: cover;
}

.stellar-wrapper {
  width: 100%;
  height: 100%;
}

.stellar-wrapper:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://cdn.banggooso.com/assets/images/game265/common/stellar_black_sky.png) no-repeat top/ contain;
}

.content-inner .sml-ttl {
  background: url(https://cdn.banggooso.com/assets/images/game265/common/heading_ttl.png) no-repeat center / cover;
  width: 6.27488rem;
  height: 3.1875rem;
  flex-shrink: 0;
  aspect-ratio: 100.4/51;
}

.calculator-wrapper input::-webkit-outer-spin-button,
.calculator-wrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.calculator-wrapper input[type='number'] {
  -moz-appearance: textfield;
}

.calculator-wrapper {
  box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.3);
  margin-top: 2.25rem;
  border-radius: 0.75rem;
  overflow: hidden;
}

.calculator-wrapper .calculator-list {
  display: flex;
  width: 28.375rem;
  height: 17.3125rem;
  border-radius: 0.75rem 0.75rem 0rem 0rem;
  background: rgba(255, 255, 255, 0.45);
  justify-content: center;
  gap: 0.75rem;
  padding: 1.78rem 0;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  position: relative;
  background: linear-gradient(
      280deg,
      #8c8c8c -3.46%,
      #ccc 16.9%,
      #e4e4e4 34.34%,
      #c5c5c5 48.43%,
      rgba(255, 255, 255, 0.6) 69.92%,
      #a2a2a2 84.78%,
      #e2e2e2 114.15%,
      #848484 135.44%
    ),
    #b5b6b9;
  overflow: hidden;
}

.calculator-wrapper .calculator-list::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://cdn.banggooso.com/assets/images/game265/common/bg_masking.png) no-repeat top / cover;
}

.calculator-wrapper .calculator-list li {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 0.625rem;
}

.calculator-wrapper .calculator-list li .user {
  display: inline-flex;
  align-items: center;
  padding: 0rem 1.25rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border-radius: 62.4375rem;
  background: #000;
  color: #fff;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.01125rem;
  max-width: 7.8125rem;
  height: 2.375rem;
}

.calculator-wrapper .calculator-list li .user span {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  max-width: 7.8125rem;
}

.calculator-wrapper .calculator-list li .not-current-user {
  background: rgba(0, 0, 0, 0.4);
}

.calculator-wrapper .calculator-list li input {
  display: flex;
  width: 8.4375rem;
  height: 10.875rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border-radius: 1.25rem;
  border: 2px solid #000;
  background: #fff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
  color: #000;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.0375rem;
}

.calculator-wrapper .calculator-list li input:read-only {
  border: none;
}

.calculator-wrapper .calculator-list li input::placeholder {
  color: #000;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.625rem;
  /* 130% */
  letter-spacing: -0.0125rem;
}

.calculator-wrapper .calculator-list li input:disabled {
  border: none;
  background: #8b8b8b;
}

.calculator-wrapper .calculator-list li input:disabled + p {
  color: #fff;
}

.calculator-wrapper .calculator-list li .input-txt-wrap {
  position: relative;
}

.calculator-wrapper .calculator-list li .input-txt-wrap p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #000;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.625rem;
  /* 130% */
  display: flex;
  align-items: center;
  justify-content: center;
}

.calculator-wrapper .calculator-list li .input-txt-wrap #maker-value + p {
  animation: scaleAnimation 1.5s infinite linear;
}

@keyframes scaleAnimation {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

.calculator-wrapper .calculator-list li .calculator-operator {
  display: flex;
  width: 5.625rem;
  height: 5.625rem;
  padding: 1.375rem 1.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #895ffc;
  margin-bottom: 2.25rem;
  color: #fff;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 3.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.0325rem;
}

.calculator-wrapper .calculator-result {
  display: flex;
  width: 28.375rem;
  height: 6.25rem;
  padding: 0rem 5.5rem 0rem 1.75rem;
  align-items: center;
  background: #000;
  border-radius: 0rem 0rem 0.75rem 0.75rem;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  background: linear-gradient(
    94deg,
    #c6c6c6 11.29%,
    #fff 31.06%,
    #fff 57.09%,
    #fff 73.22%,
    #c6c6c6 86.88%,
    #c6c6c6 91.46%
  );
}

.calculator-wrapper .calculator-result .calculator-sum {
  width: 3.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #202020;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 4.0625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.75rem;
  /* 92.308% */
  letter-spacing: -0.04063rem;
  padding-bottom: 0.6rem;
}

.calculator-wrapper .calculator-result b {
  display: block;
  flex: 1;
  color: #000;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.0375rem;
}

.info-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 1.875rem 1.875rem 0rem 0rem;
  background: rgba(105, 60, 213, 1);
  padding: 2.25rem 1.75rem 0;
  margin-top: 3.75rem;
}

.info-wrapper .scroll-view {
  overflow-y: auto;
}

.info-wrapper ul {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
}

.info-wrapper ul li {
  display: flex;
  color: #fff;
  font-family: 'Pretendard';
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.875rem;
  padding-left: 0.75rem;
  /* 150% */
}

.info-wrapper ul li span {
  display: flex;
  width: 1.875rem;
  height: 1.875rem;
  padding: 0.625rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.01125rem;
  margin-right: 1rem;
}

.info-wrapper .btn-wrapper {
  padding: 2rem 0 2.5rem;
  position: static;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}

.info-wrapper .alert-btn {
  display: flex;
  width: 100%;
  height: 4.5rem;
  padding: 1.6875rem 0.625rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  align-self: stretch;
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.3);
  color: #000;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.01375rem;
}

.info-wrapper .btn-wrapper .alert-btn:disabled {
  box-shadow: none;
  background: linear-gradient(0deg, #c3c3c3 0%, #c3c3c3 100%), #7240fe;
  color: rgba(255, 255, 255, 0.5);
}

.person-info-wrapper {
  position: fixed;
  height: 100%;
  width: 100%;
  /* display: flex; */
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
}

.person-info-wrapper .person-info-inner {
  display: flex;
  width: 25rem;
  height: 26.875rem;
  padding: 2rem 0rem 5.5rem 0rem;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: height 0.2s ease-in-out;
}

.person-info-wrapper .person-info-inner.text-view {
  padding: 2rem 0rem 1.5rem 0rem;
  height: 36.25rem;
}

.person-info-wrapper .person-info-inner .close-btn {
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  position: absolute;
  top: 1.19rem;
  right: 1.19rem;
  background: url(https://cdn.banggooso.com/assets/images/game265/common/ico_close_grey.png) no-repeat center / contain;
}

.person-info-wrapper .person-info-inner h4 {
  display: flex;
  text-align: left;
  padding: 0rem 1.25rem 0.5rem 1.75rem;
  gap: 0.375rem;
  color: #0c0c0c;
  font-family: Pretendard;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.1875rem;
  letter-spacing: -0.01625rem;
}

.person-info-wrapper .person-info-inner > p {
  display: flex;
  padding: 0rem 1.25rem 1rem 1.75rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  color: rgba(12, 12, 12, 0.7);
  font-family: Pretendard;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4375rem;
  /* 143.75% */
  letter-spacing: -0.01rem;
  text-align: left;
}

.person-info-wrapper .input-wrapper {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  padding: 0 1.5rem;
  gap: 0.5rem;
}

.person-info-wrapper .input-wrapper input {
  width: 100%;
  display: flex;
  height: 3.375rem;
  padding: 0rem 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  flex: 1 100%;
  border-radius: 0.75rem;
  background: #f4f4f4;
  color: #333;
  font-family: Pretendard;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  /* 120% */
  letter-spacing: -0.0125rem;
}

.person-info-wrapper .input-wrapper input::placeholder {
  color: #a2a2a2;
  font-family: Pretendard;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  /* 120% */
  letter-spacing: -0.0125rem;
}

.person-info-wrapper .checkbox-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.person-info-wrapper .checkbox-wrapper input {
  cursor: pointer;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  clip: rect(0 0 0 0);
}

.person-info-wrapper .checkbox-wrapper input + label {
  display: flex;
  cursor: pointer;
  padding: 0.75rem 0rem 0.625rem 0.625rem;
  align-items: center;
  gap: 0.5rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  color: #333;
  font-family: Pretendard;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  /* 133.333% */
  letter-spacing: -0.01125rem;
}

.person-info-wrapper .checkbox-wrapper .scroll-txt-btn {
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  aspect-ratio: 1/1;
  position: static;
  display: block;
  margin-left: auto;
  background: url(https://cdn.banggooso.com/assets/images/game265/common/ico_keyboard_arrow_top_grey.png) no-repeat
    center / contain;
  transform: rotate(180deg);
}

.person-info-wrapper .checkbox-wrapper input + label:before {
  content: '';
  display: flex;
  width: 1.25rem;
  height: 1.25rem;
  padding: 0.5rem 0.4375rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  aspect-ratio: 1/1;
  border-radius: 0.375rem;
  background: url(https://cdn.banggooso.com/assets/images/game265/common/ico_check_dft_white.png) no-repeat center /
    0.66681rem 0.50106rem #dedede;
}

.person-info-wrapper .checkbox-wrapper input:checked + label:before {
  background: url(https://cdn.banggooso.com/assets/images/game265/common/ico_check_dft_white.png) no-repeat center /
    0.66681rem 0.50106rem #7240fe;
}

.person-info-wrapper .checkbox-wrapper .scroll-txt-btn.active {
  transform: rotate(0);
}

.person-info-wrapper .scroll-txt-wrapper {
  flex: 1;
  display: flex;
  flex-flow: column wrap;
  transition: all 0.3s ease;
  width: 100%;
  padding: 0 1.5rem;
}

.person-info-wrapper .scroll-txt-wrapper.active {
  overflow-y: scroll;
  flex-flow: row wrap;
  padding-bottom: 0;
}

.person-info-wrapper .scroll-txt-wrapper .scroll-txt-inner {
  max-height: 0;
  opacity: 0;
  text-align: left;
}

.person-info-wrapper .scroll-txt-wrapper.active .scroll-txt-inner {
  max-height: none;
  opacity: 1;
  padding: 0.125rem 0.75rem 4.25rem 0.75rem;
  color: rgba(51, 51, 51, 0.5);
  font-family: Pretendard;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  /* 162.5% */
  letter-spacing: -0.01rem;
}

.person-info-wrapper .scroll-txt-wrapper.active .scroll-txt-inner span {
  position: relative;
  padding-left: 1rem;
}

.person-info-wrapper .scroll-txt-wrapper.active .scroll-txt-inner .mt-5 {
  font-weight: 400;
  margin-top: 0.5rem;
  display: inline-block;
}

.person-info-wrapper .scroll-txt-wrapper.active .scroll-txt-inner span::before {
  content: '';
  position: absolute;
  top: 0.5rem;
  left: 0.2rem;
  width: 0.2rem;
  height: 0.2rem;
  background: rgba(153, 153, 153, 1);
  border-radius: 50%;
  display: block;
}

.person-info-wrapper .footer-fixed-wrap {
  width: 100%;
  padding: 1rem 1.5rem 1.25rem 1.5rem;
  align-items: flex-start;
  gap: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 10.25%);
  position: absolute;
  bottom: 0;
}

.person-info-wrapper .footer-fixed-wrap button {
  display: flex;
  height: 3.75rem;
  padding: 0.625rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  flex: 1 0 0;
  border-radius: 0.75rem;
  background: #7240fe;
  color: #fff;
  font-family: Pretendard;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.person-info-wrapper .footer-fixed-wrap button.disabled {
  background: rgba(114, 64, 254, 0.5);
}

.exit-alert-wrapper {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1100;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.exit-alert-wrapper .exit-alert-inner {
  display: flex;
  width: 27.5rem;
  padding: 2rem 1.5rem 1.25rem 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 1.25rem;
  background: #fff;
}

.exit-alert-wrapper .exit-alert-inner h4 {
  color: #0c0c0c;
  text-align: center;
  font-family: Pretendard;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.02rem;
  margin-bottom: 0.63rem;
}

.exit-alert-wrapper .exit-alert-inner p {
  color: #6a6a6a;
  text-align: center;
  font-family: Pretendard;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75rem;
  /* 140% */
  letter-spacing: -0.0125rem;
  margin-bottom: 1.5rem;
}

.exit-alert-wrapper .exit-alert-inner .continue-btn {
  display: flex;
  height: 4.5rem;
  padding: 0.625rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  align-self: stretch;
  border-radius: 0.75rem;
  background: #7240fe;
  color: #fff;
  font-family: Pretendard;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.exit-alert-wrapper .exit-alert-inner .exit-btn {
  display: flex;
  height: 4.5rem;
  justify-content: center;
  align-items: center;
  padding: 1.75rem 0rem 1.25rem 0rem;
  color: #000;
  font-family: Pretendard;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: none;
}

/* result */
.game-wrapper.basic .game-result {
  padding: 0;
  /* height: 100%; */
  /* overflow: hidden; */
}

.game-result .content-inner {
  padding-top: 3.75rem;
  padding-bottom: 2.61rem;
}

.game-result .house-background-wrapper {
  background: linear-gradient(180deg, #000 15.67%, #7240fe 59.72%, #895ffc 100%),
    linear-gradient(180deg, #000 15.67%, #3a1d87 59.72%, #4820b8 100%);
}

.game-result .house-background-wrapper::before {
  background-size: 100%;
  background-position-y: calc(4.0625rem + 1.06rem);
}

.game-result .starlight-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 18.8125rem;
  flex-shrink: 0;
}

.game-result .starlight-wrapper .starlight-el {
  z-index: 15;
  position: absolute;
  width: 0.8125rem;
  height: 0.90238rem;
  flex-shrink: 0;
  /* animation: starlight 1.3s infinite linear; */
}

.game-result .starlight-wrapper .starlight-el:nth-child(1) {
  top: 4.34rem;
  left: 3.51rem;
}

.game-result .starlight-wrapper .starlight-el:nth-child(2) {
  top: 0.4rem;
  left: 21.58rem;
}

.game-result .starlight-wrapper .starlight-el:nth-child(3) {
  bottom: 11.33rem;
  right: 2.87rem;
}

.game-result .content-inner .chat-bbl {
  margin-top: 2.25rem;
  color: #fff;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.75rem;
  /* 155.556% */
  display: flex;
  padding: 0.5rem 1.25rem;
  justify-content: center;
  align-items: center;
  gap: 0;
  border-radius: 0.75rem;
  background: #895ffc;
  box-shadow: 0px 0px 12px 0px rgba(61, 26, 160, 0.4);
}

.game-result .content-inner .chat-bbl b {
  font-weight: 600;
  max-width: 7.8125rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: inherit;
}

.game-result .content-inner .chat-bbl:after {
  content: '';
  display: block;
  position: absolute;
  top: calc(100% - 0.05rem);
  left: 50%;
  transform: translateX(-50%);
  width: 0.875rem;
  height: 0.625rem;
  background: url(https://cdn.banggooso.com/assets/images/game265/common/chat_bb_bottom.png) no-repeat center / 100%
    100%;
  z-index: -1;
}

.game-result .content-inner .share-txt {
  color: #fff;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.125rem;
  /* 125% */
  letter-spacing: -0.025rem;
  margin-top: 1.37rem;
  width: 100%;
  height: 6.25rem;
}

.game-result .content-inner .share-txt span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.game-result .content-inner .share-txt b {
  text-align: center;
  font-family: 'Pretendard';
  font-size: 2.625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.125rem;
  /* 119.048% */
  letter-spacing: -0.02625rem;
  background: linear-gradient(90deg, #52b1fe 0%, #fff 50.96%, #b477ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.game-result .content-inner .share-txt span b {
  font-size: 2.5rem;
  max-width: 17.125rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
  background: initial;
  color: #fff;
  -webkit-text-fill-color: initial;
}

.game-result .no-player-num-alert-txt {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  /* 120% */
  letter-spacing: -0.0125rem;
  margin-top: 5.42rem;
}

.game-result .no-player-num-alert-txt img {
  width: 1.5rem;
  height: 1.5rem;
  aspect-ratio: 1/1;
}

.game-result .btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  width: 100%;
  padding: 0 1.88rem;
  margin-top: 1.75rem;
}

.game-result .btn-wrapper button {
  display: flex;
  height: 5rem;
  padding: 1.6875rem 0.625rem;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  flex: 1 0 0;
  border-radius: 1.25rem;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.3);
}

.game-result .btn-wrapper .btn-save {
  background: linear-gradient(0deg, #000 0%, #000 100%), #7240fe;
  color: #fff;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.01375rem;
}

.game-result .btn-wrapper .btn-share {
  background: #fff;
  color: #000;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.01375rem;
  height: 4.5rem;
}

.game-result .redirect-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.game-result .redirect-wrapper .redirect-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 0.63rem;
  background: #8b8b8b;
  backdrop-filter: blur(2.5px);
  border-radius: 1.25rem;
  z-index: 1;
}

.game-result .redirect-wrapper .redirect-inner button {
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 50%;
  background: url(https://cdn.banggooso.com/assets/images/game265/common/ico_replay_black.png) no-repeat 50% 45% /
    1.125rem 1.28519rem #fff;
}

.game-result .redirect-wrapper .redirect-inner span {
  color: #fff;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.625rem;
  /* 130% */
  letter-spacing: -0.0125rem;
}

.calculator-maker-btn {
  display: flex;
  width: 5.625rem;
  height: 5.625rem;
  padding: 1rem 1.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 62.5rem;
  border: 0px solid #000;
  margin-bottom: 2.25rem;
  color: #000;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.0125rem;
  animation: scale 2s infinite ease-in-out;
  transform: scale(1);
  position: relative;
  overflow: hidden;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
}

.calculator-maker-btn canvas {
  width: 113%;
  height: 113%;
  position: absolute;
  z-index: 1;
  background: url(https://cdn.banggooso.com/assets/images/game265/common/caculator_mixed_color.png) no-repeat center /
    100% 100%;
  background-blend-mode: screen, normal, normal;
}

.calculator-maker-btn span {
  text-shadow: 0px 0px 20px #fff;
  position: relative;
  z-index: 2;
  pointer-events: none;
}

.calculator-maker-btn::before {
  content: '';
  position: absolute;
  top: -35px;
  left: -20px;
  width: 1.4375rem;
  height: 9.375rem;
  transform: rotate(27deg);
  background: rgba(255, 255, 255, 1);
  mix-blend-mode: overlay;
  filter: blur(10px);
  animation: whiteFlash 2s infinite ease-in-out;
  z-index: 2;
}

@keyframes whiteFlash {
  0% {
    left: -1.25rem;
  }

  50% {
    left: 100%;
  }

  100% {
    left: -1.25rem;
  }
}

@keyframes scale {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.btn-go-site {
  display: flex;
  height: 5rem;
  padding: 1.6875rem 0.625rem;
  justify-content: center;
  align-items: center;
  gap: 0.375rem;
  align-self: stretch;
  border-radius: 1.25rem;
  background: #7240fe;
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.3);
  color: #fff;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.01375rem;
}

.result-content-wrapper {
  height: 100%;
}

.result-content-wrapper.success .star-wrapper {
  height: 21.5rem;
}

.result-content-wrapper.success .star-wrapper .star.cicle-star span {
  background-color: #fff;
  filter: drop-shadow(0 0 8px rgba(137, 95, 252, 1)) drop-shadow(0 0 15px rgba(195, 173, 255, 1));
}

.result-content-wrapper .chat-bbl {
  border-radius: 0.75rem;
  background: #895ffc;
  display: flex;
  padding: 0.5rem 1.25rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  position: relative;
}

.result-content-wrapper .chat-bbl svg {
  width: 2.1rem;
  height: 2.0125rem;
  position: absolute;
  left: calc(100% + 2.61rem);
}

.result-content-wrapper .chat-bbl svg path {
  stroke-width: 0;
  stroke-dasharray: 1000 1000;
  animation: dash 1.5s cubic-bezier(0.69, 0.26, 0.49, 0.99) forwards 0.5s;
  will-change: stroke-dashoffset;
}

@keyframes dash {
  from {
    stroke-width: 5;
    stroke-dashoffset: 1000;
  }

  to {
    stroke-width: 5;
    stroke-dashoffset: 0;
  }
}

.result-content-wrapper.success .share-txt b {
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.5rem;
  /* 133.333% */
  letter-spacing: -0.01875rem;
  background: linear-gradient(90deg, #52b1fe 0%, #fff 45.67%, #b477ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.result-content-wrapper.success .content-inner .share-txt {
  margin-top: 1.38rem;
  flex-flow: column;
}

.result-content-wrapper.success .calculator-wrapper .calculator-result b {
  color: #895ffc;
}

.result-content-wrapper.success .house-background-wrapper {
  background: linear-gradient(180deg, #e2d7ff 3.68%, #7240fe 40.73%, #4912e0 100%);
}

.result-content-wrapper.success .house-background-wrapper::before {
  top: 0;
  background: url(https://cdn.banggooso.com/assets/images/game265/common/background_house_success.png) no-repeat top /
    100%;
  background-position-y: calc(4.0625rem + 1.06rem);
  height: 100%;
}

.result-content-wrapper .btn-wrap {
  margin-top: 2.37rem;
  width: 100%;
  display: flex;
  flex-flow: column;
  gap: 0.75rem;
}

.result-content-wrapper .btn-wrap button {
  margin: 0 1.87rem;
  display: flex;
  height: 4.5rem;
  padding: 1.6875rem 0.625rem;
  justify-content: center;
  align-items: center;
  gap: 0.375rem;
  align-self: stretch;
  border-radius: 1.25rem;
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.3);
  color: #000;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.01375rem;
  background-color: #fff;
}

.result-content-wrapper .btn-wrap button:nth-child(2) {
  background: #7240fe;
  color: #fff;
}

.result-content-wrapper.fail .share-txt b {
  color: #895ffc;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.5rem;
  /* 133.333% */
  letter-spacing: -0.01875rem;
  background: initial;
  -webkit-background-clip: none;
  -webkit-text-fill-color: initial;
}

.result-content-wrapper.fail .calculator-wrapper .calculator-result b {
  color: #000;
}

.result-content-wrapper.fail .house-background-wrapper {
  background: linear-gradient(180deg, #000 15.67%, #3a1d87 100%);
}

.result-content-wrapper.fail .house-background-wrapper::before {
  top: 0;
  background: url(https://cdn.banggooso.com/assets/images/game265/common/background_house_fail.png) no-repeat top / 100%;
  background-position-y: calc(4.0625rem + 1.06rem);
}

.result-content-wrapper .calculator-wrapper .calculator-list li input:focus {
  border: none;
}

.success-info-modal-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.success-info-modal-wrapper .success-info-modal-content {
  display: flex;
  width: 25rem;
  height: 36.25rem;
  padding: 2rem 1.5rem 1.25rem 1.5rem;
  flex-direction: column;
  align-items: center;
  gap: 1.12rem;
  flex-shrink: 0;
  border-radius: 1.25rem;
  background: #fff;
  position: relative;
}

.success-info-modal-wrapper .success-info-modal-content .close {
  position: absolute;
  top: 1.19rem;
  right: 1.25rem;
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  z-index: 1;
  background: url(https://cdn.banggooso.com/assets/images/game265/common/ico_close_grey.png) no-repeat center / cover;
}

.success-info-modal-wrapper .success-info-modal-content h2 {
  color: #0c0c0c;
  font-family: Pretendard;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.02rem;
  text-align: left;
  width: 100%;
}

.success-info-modal-wrapper .success-info-modal-content .scroll-txt {
  display: flex;
  width: 100%;
  height: 24.5rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  overflow-y: scroll;
  text-align: left;
}

.success-info-modal-wrapper .success-info-modal-content .scroll-txt .scroll-txt-inner {
  display: flex;
  width: 100%;
  height: auto;
}

.success-info-modal-wrapper .success-info-modal-content .scroll-txt .scroll-txt-inner > ul {
  display: flex;
  flex-flow: column;
  gap: 1.12rem;
}

.success-info-modal-wrapper .success-info-modal-content .scroll-txt .scroll-txt-inner > ul > li {
  color: rgba(51, 51, 51, 0.5);
  font-family: Pretendard;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.625rem;
  /* 162.5% */
  letter-spacing: -0.01rem;
}

.success-info-modal-wrapper .success-info-modal-content .scroll-txt .scroll-txt-inner > ul > li li {
  color: rgba(51, 51, 51, 0.5);
  font-family: Pretendard;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: -0.01rem;
  position: relative;
  padding-left: 1.5rem;
}

.success-info-modal-wrapper .success-info-modal-content .scroll-txt .scroll-txt-inner > ul > li li:before {
  content: '';
  display: block;
  position: absolute;
  top: 0.75rem;
  left: 0.6rem;
  width: 0.26rem;
  height: 0.26rem;
  border-radius: 50%;
  background-color: rgba(153, 153, 153, 1);
}

.success-info-modal-wrapper .success-info-modal-content .scroll-txt .scroll-txt-inner > ul > li li p {
  position: relative;
  padding-left: 1rem;
  margin-top: 0.37rem;
}

.success-info-modal-wrapper .success-info-modal-content .scroll-txt .scroll-txt-inner > ul > li li p:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -0.1rem;
  width: 0.29813rem;
  height: 3.5rem;
  border-radius: 62.4375rem;
  background: #d9d9d9;
}

.success-info-modal-wrapper .success-info-modal-content .scroll-txt .scroll-txt-inner > ul > li > p {
  color: rgba(51, 51, 51, 0.5);
  font-family: Pretendard;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  /* 162.5% */
  letter-spacing: -0.01rem;
}

.success-info-modal-wrapper .success-info-modal-content .scroll-txt .scroll-txt-inner > ul > li > p span {
  font-weight: 700;
}

.success-info-modal-wrapper .success-info-modal-content .btn-pickup-house {
  display: flex;
  height: 3.75rem;
  padding: 0.625rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  width: 100%;
  border-radius: 0.75rem;
  background: #7240fe;
  color: #fff;
  font-family: Pretendard;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: auto;
}

.game-result .star-wrapper .star.cc-1 {
  top: 7.8rem;
  left: 6.58rem;
}

.game-result .star-wrapper .star.cc-2 {
  top: 17.53rem;
  left: auto;
  right: 2.34rem;
}

.game-result .star-wrapper .star.ex-1 {
  top: 5.53rem;
  left: auto;
  right: 9.34rem;
}

.game-result .star-wrapper .star.ex-2 {
  top: 16.53rem;
  left: 3.94rem;
}

.game-result .insta-link {
  display: flex;
  color: #fff;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.3125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.01313rem;
  margin-top: 1.5rem;
  gap: 0.37rem;
}

.game-result .insta-link::after {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  aspect-ratio: 1/1;
  background: url(https://cdn.banggooso.com/assets/images/game265/common/ico_white_chev.png) no-repeat center / cover;
}

.calculator-wrapper .calculator-list li .calculator-operator.add {
  background: url(https://cdn.banggooso.com/assets/images/game265/common/operator_plus.png) no-repeat center / 3.375rem
    3.375rem #895ffc;
}

.calculator-wrapper .calculator-list li .calculator-operator.sub {
  background: url(https://cdn.banggooso.com/assets/images/game265/common/operator_min.png) no-repeat center / 3.375rem
    3.375rem #895ffc;
}

.calculator-wrapper .calculator-list li .calculator-operator.div {
  background: url(https://cdn.banggooso.com/assets/images/game265/common/operator_div.png) no-repeat center / 3.375rem
    3.375rem #895ffc;
}

.calculator-wrapper .calculator-list li .calculator-operator.mul {
  background: url(https://cdn.banggooso.com/assets/images/game265/common/operator_mult.png) no-repeat center / 3.375rem
    3.375rem #895ffc;
}
