/* 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: 'ChungjuKimSaeng';
  src: url('https://cdn.banggooso.com/assets/images/game260/fonts/ChungjuKimSaeng.ttf') format('truetype'),
    url('https://cdn.banggooso.com/assets/images/game260/fonts/ChungjuKimSaeng.ttf') format('opentype');
  font-style: normal;
}

html,
body {
  font-size: 16px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  overscroll-behavior: none;
  font-family: 'ChungjuKimSaeng';
  touch-action: manipulation;
}

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

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

.game-wrapper .app-main {
  background-color: #e4d8c7;
}

.game-wrapper .app-header .app-header-btn.back {
  background: url('https://cdn.banggooso.com/assets/images/game260/common/back_white.png') no-repeat center/0.66669rem
    1.3265rem;
  flex-shrink: 0;
  width: 3.5rem;
}

.game-wrapper .app-header .app-logo {
  width: 9.3025rem;
  background: url('https://cdn.banggooso.com/assets/images/game260/common/logo_white.png') no-repeat center/contain;
}

.game-wrapper .app-header .sound-btn {
  background: url('https://cdn.banggooso.com/assets/images/game260/common/sound_white.png') no-repeat center/2rem
    1.75rem;
  width: 2rem;
  height: 1.75rem;
  position: absolute;
  padding: 2rem;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.game-wrapper .app-header .sound-btn.off:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80%;
  height: 2px;
  background: #fff;
  transform-origin: left;
  transform: rotate(315deg) translate(-50%);
}

.hidden {
  display: none !important;
}

/* 인트로 */
.game-intro {
  height: auto;
  background-color: #e4d8c7;
}

.game-wrapper .game-intro {
  padding-bottom: 6.25rem;
}

.game-wrapper.basic .app-header.intro {
  background: rgba(0, 0, 0, 0.4);
}

.game-intro .content {
  height: 100%;
  gap: 30px;
  padding: 0 1.87rem;
  position: relative;
}

.game-intro .content:after {
  content: '';
  display: block;
  position: absolute;
  width: 103%;
  height: 26.01rem;
  background: url(https://cdn.banggooso.com/assets/images/game260/result/result_page_background.png) no-repeat bottom /
    100% 100%;
  top: 0;
  background-size: cover;
  left: -0.5rem;
  z-index: -1;
}

.game-intro .content .only-top-pad {
  padding-top: 5.81rem;
}

.game-intro .content .top-bg {
  width: 27.24694rem;
  height: 33.36006rem;
  flex-shrink: 0;
  aspect-ratio: 435.95/533.76;
  margin-bottom: 1.45rem;
  background: url('https://cdn.banggooso.com/assets/images/game260/intro/intro_top_bg.png') no-repeat center/contain;
}

.game-intro .content .colb-tag {
  position: absolute;
  top: 5.03rem;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  width: 9.62rem;
  height: 1.5rem;
  background: url('https://cdn.banggooso.com/assets/images/game260/intro/ico_col.png') no-repeat center/contain;
}

.game-intro .start {
  display: flex;
  height: 5rem;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  align-self: stretch;
  border-radius: 1rem;
  border: 2px solid #36251a;
  background: #564134;
  box-shadow: 0px 10px 0px 0px #36251a;
  color: #fff;
  text-align: right;
  font-family: ChungjuKimSaeng;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
  /* 100% */
  letter-spacing: -0.07rem;
  width: 100%;
}

.game-intro input {
  width: 100%;
  height: 4.125rem;
  position: static;
  display: block;
  display: flex;
  padding: 1.25rem;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 0.75rem;
  border: 2px solid #564134;
  background: #fff;
  color: #685245;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.055rem;
  margin-bottom: 0.75rem;
}

.game-intro input::placeholder {
  color: rgba(104, 82, 69, 0.6);
}

.game-intro input:placeholder-shown {
  color: rgba(104, 82, 69, 0.1);
  text-align: center;
  font-family: 'Pretendard';
  background: #fff;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.055rem;
}

.game-intro .content .psn-mny-container {
  display: flex;
  width: 100%;
}

.game-intro .content .psn-mny-wrap {
  display: inline-flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  padding: 2.38rem 0 2.38rem;
  margin-bottom: 0;
  flex: 1;
  position: relative;
}

.game-intro .content .psn-mny-wrap:first-of-type:before {
  content: '';
  display: block;
  position: absolute;
  right: -0rem;
  width: 0.125rem;
  height: 5rem;
  flex-shrink: 0;
  border-radius: 1.25rem;
  opacity: 0.5;
  background: #867365;
}

.game-intro .content .psn-mny-wrap dt {
  color: #685245;
  text-align: center;
  font-family: 'ChungjuKimSaeng';
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.125rem;
  /* 121.429% */
  letter-spacing: -0.07rem;
}

.game-intro .content .psn-mny-wrap dd {
  color: #867365;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.game-intro .content .mny_info_box {
  display: flex;
  flex-flow: column;
  width: 27.5rem;
  height: 7.75rem;
  padding: 0.25rem 1rem 0rem 1.5rem;
  justify-content: center;
  align-items: flex-start;
  gap: 0.25rem;
  border-radius: 1.25rem;
  background: rgba(86, 65, 52, 0.4);
  position: relative;
  overflow: hidden;
  clip-path: inset(0 0 0 0);
}

.game-intro .content .mny_info_box:after {
  content: '';
  display: block;
  position: absolute;
  background: url('https://cdn.banggooso.com/assets/images/game260/step/person_2.png') no-repeat 0 1.8rem / cover;
  width: 6.6615rem;
  height: 9.5rem;
  right: 0.85rem;
  flex-shrink: 0;
  aspect-ratio: 90.58/120;
  background-size: 100% 100%;
}

.game-intro .content .mny_info_box .text {
  color: #fff;
  font-family: 'Pretendard';
  font-size: 1.0625rem;
  line-height: 140%;
  /* 1.4875rem */
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.0425rem;
}

.game-intro .content .mny_info_box span {
  color: #ece3d3;
  font-family: 'Pretendard';
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 1.05rem */
  letter-spacing: -0.03rem;
}

.game-intro .share-container {
  padding: 2.25rem 0 2.5rem;
  position: relative;
}

.game-intro .share-container:after {
  content: '';
  display: block;
  position: absolute;
  width: 27.5rem;
  height: 0.09375rem;
  bottom: 0;
  background: url('https://cdn.banggooso.com/assets/images/game260/step/alert_dash_line.png') no-repeat center/cover;
}

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

.game-intro .share-sns-list .list-title {
  color: #564134;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.0125rem;
  margin-bottom: 0.75rem;
}

.game-intro .share-sns-list .list {
  display: flex;
  gap: 0.88rem;
  align-items: center;
  justify-content: center;
}

.share-sns-list .btn-share {
  width: 3.375rem;
  height: 3.375rem;
}

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

.game-intro .share-sns-list .list li:nth-child(1) {
  order: 1;
}

.game-intro .share-sns-list .list li:nth-child(2) {
  order: 3;
}

.game-intro .share-sns-list .list li:nth-child(3) {
  order: 2;
}

.game-intro .share-sns-list .list li:nth-child(4) {
  order: 4;
}

.game-intro .share-sns-list .list li:nth-child(5) {
  order: 5;
}

.game-intro .share-sns-list .btn-share.kakao {
  background-image: url('https://cdn.banggooso.com/assets/images/game260/common/share_kakao.png');
}

.game-intro .share-sns-list .btn-share.instagram {
  background-image: url('https://cdn.banggooso.com/assets/images/game260/common/share_instagram.png');
}

.game-intro .share-sns-list .btn-share.facebook {
  background-image: url('https://cdn.banggooso.com/assets/images/game260/common/share_facebook.png');
}

.game-intro .share-sns-list .btn-share.twitter {
  background-image: url('https://cdn.banggooso.com/assets/images/game260/common/share_x.png');
}

.game-intro .share-sns-list .btn-share.link-copy {
  background-image: url('https://cdn.banggooso.com/assets/images/game260/common/share_link.png');
}

.game-intro .real-time {
  padding-top: 2.5rem;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
}

.game-intro .real-time h4 {
  color: #564134;
  font-family: 'ChungjuKimSaeng';
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.125rem;
  /* 121.429% */
  letter-spacing: -0.07rem;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  gap: 0.25rem;
}

.game-intro .real-time h4:after,
.game-intro .real-time h4:before {
  content: '';
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  aspect-ratio: 1/1;
  background: url('https://cdn.banggooso.com/assets/images/game260/intro/intro_flower.png') no-repeat center/cover;
}

.game-intro .real-time span {
  color: #564134;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.0375rem;
  opacity: 0.6;
}

.game-intro .real-time ul {
  display: flex;
  padding: 1.625rem 1.875rem 1.75rem 1.875rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  align-self: stretch;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.3);
  margin-top: 1.25rem;
}

.game-intro .real-time li {
  width: 100%;
  align-items: center;
  display: flex;
  gap: 1rem;
}

.game-intro .real-time li:first-child:after {
  content: '';
  display: block;
  width: 23.75rem;
  height: 1px;
  background: #564134;
  position: absolute;
  bottom: 0;
  opacity: 0.2;
}

.game-intro .real-time li:last-child:before {
  content: '';
  display: block;
  width: 23.75rem;
  height: 1px;
  background: #564134;
  position: absolute;
  top: 0;
  opacity: 0.2;
}

.game-intro .real-time li:first-child {
  padding-bottom: 1.25rem;
  position: relative;
}

.game-intro .real-time li:last-child {
  padding-top: 1.25rem;
  position: relative;
}

.game-intro .real-time .rank {
  display: flex;
  width: 1.75rem;
  height: 1.5rem;
  flex-direction: column;
  justify-content: center;
  color: #564134;
  font-family: 'Pretendard';
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.045rem;
}

.game-intro .real-time .name {
  opacity: 1;
  flex: 1;
  color: #564134;
  font-family: 'Pretendard';
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.125rem;
  /* 154.545% */
  letter-spacing: -0.055rem;
  text-align: left;
}

.game-intro .real-time .rate {
  color: var(--b-1, #685245);
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.045rem;
  opacity: 0.6;
  margin-left: auto;
  text-align: right;
}

/* 스토리 */
.story-container {
  width: 100%;
  height: 100%;

  position: absolute;
  top: 0;
  z-index: 990;
}

.story-container .story-wrapper {
  width: 100%;
  height: 100%;
}

.story-container .story-wrapper .story-content {
  width: auto;
  height: 100%;
  display: flex;
}

.story-container .story-wrapper .skip {
  position: absolute;
  bottom: 2.5rem;
  right: 1.49rem;
  display: flex;
  width: 6.625rem;
  height: 3rem;
  padding-top: 0.1875rem;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 0.75rem;
  border: 2px solid #443933;
  background: #fff0e7;
  color: #443933;
  font-family: ChungjuKimSaeng;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
  letter-spacing: -0.05rem;
  cursor: pointer;
}

.story-container .story {
  width: 31.25rem;
  height: 100%;
  position: absolute;
}

.story-container .story_1:before,
.story-container .story_2:before,
.story-container .story_3:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 31.25rem;
  height: 12.5rem;
  background: linear-gradient(0deg, #1f170f 0%, rgba(0, 0, 0, 0) 100%);
}

.story-container .story_1 {
  background: url('https://cdn.banggooso.com/assets/images/game260/step/story_bg_1.png') no-repeat top/cover;
}

.story-container .story_2 {
  background: url('https://cdn.banggooso.com/assets/images/game260/step/story_bg_2.png') no-repeat top/cover;
}

.story-container .story_3 {
  background: url('https://cdn.banggooso.com/assets/images/game260/step/story_bg_3.png') no-repeat top/cover;
}

.story-container .story_1 .text span {
  letter-spacing: normal;
}

.story-container .story_1::after {
  content: '';
  width: 100%;
  height: 45rem;
  background: url('https://cdn.banggooso.com/assets/images/game260/step/story_bg_sub_1.png') no-repeat center/contain;
  position: absolute;
  top: 13.0625rem;
  left: 0;
  z-index: -1;
}

.story-container .story_2::after {
  content: '';
  width: 100%;
  height: 59.71875rem;
  background: url('https://cdn.banggooso.com/assets/images/game260/step/story_bg_sub_2.png') no-repeat center/100%;
  position: absolute;
  top: 2rem;
  left: 0;
  z-index: -1;
}

.story-container .story_3::after {
  content: '';
  width: 100%;
  height: 45rem;
  background: url(https://cdn.banggooso.com/assets/images/game260/step/story_bg_sub_3.png) no-repeat center / contain;
  position: absolute;
  top: 13.0625rem;
  left: 0;
  z-index: -1;
  background-size: cover;
}

.story-container .story .text {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding-top: 4.0625rem;
  text-align: center;
  gap: 1rem;
}

.story-container .story .text span {
  color: #fff;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75rem;
  margin-top: 2rem;
}

.story-container .story .text p {
  color: #fff;
  text-align: center;
  font-family: ChungjuKimSaeng;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.8125rem;
}

.story-container .story_1 .text p {
  font-size: 1.75rem;
}

.story-container .story_2 .text span,
.story-container .story_2 .text p {
  color: #473b39;
}

.story-container .story_3 .text span {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.875rem;
  letter-spacing: -0.05rem;
  position: relative;
}

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

.game-wrapper .info-container.active {
  display: flex;
}

.game-wrapper .info-container .info-wrapper {
  display: flex;
  width: 28.125rem;
  height: 23.375rem;
  flex-direction: column;
  align-items: center;
  border-radius: 0.875rem;
  background: url('https://cdn.banggooso.com/assets/images/game260/step/info_search_bg.png') no-repeat center/100% 100%;
}

.game-wrapper .info-container .info-content {
  position: relative;
  width: 100%;
  height: 100%;
}

.game-wrapper .info-container .info-content .text-box {
  position: absolute;
  display: flex;
  padding: 1.5rem 1.25rem 1.375rem 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.375rem;
  align-self: stretch;
  border-radius: 0.625rem;
  border: 2px solid #564134;
  background: #fffcf6;
  top: 5.63rem;
  left: 1.29rem;
  width: calc(100% - 2.5rem);
}

.game-wrapper .info-container .info-content .text-box span:first-child {
  padding-top: 0;
}

.game-wrapper .info-container .info-content .text-box span:last-child {
  padding-bottom: 0;
}

.game-wrapper .info-container .info-content .text-box span:last-child:after {
  content: none;
}

.game-wrapper .info-container .info-content .text-box span {
  color: #564134;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  padding-bottom: 0.38rem;
  position: relative;
  width: 100%;
}

.game-wrapper .info-container .info-content .text-box span:after {
  content: '';
  display: block;
  position: absolute;
  width: 22.5rem;
  height: 0.07813rem;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  border-bottom: 0.07813rem solid rgba(86, 65, 52, 0.8);
}

.game-wrapper .info-container .info-content .text-box span b {
  color: #564134;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 1.575rem */
}

.game-wrapper .info-container #close-info {
  display: inline-flex;
  width: 2.25rem;
  height: 2.07488rem;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 1.06rem;
  right: 0.94rem;
  background: url('https://cdn.banggooso.com/assets/images/game260/step/info_search_close.png') no-repeat center/contain;
  cursor: pointer;
}

.game-wrapper .story-content #info-view {
  position: relative;
  color: #fff;
  display: inline-flex;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.875rem;
  letter-spacing: -0.05rem;
  align-items: baseline;
  margin-left: 0.25rem;
  margin-right: 3.75rem;
}

.game-wrapper .story-content #info-view:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 1px;
  border-bottom: 1.5px solid #fff;
  z-index: -1;
}

.game-wrapper .story-content .text .chat-bb {
  position: absolute;
  right: 0;
  top: 0.42rem;
}

.game-wrapper .story-content .text .chat-bb span {
  color: #503333;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.0375rem;
  width: 2.22381rem;
  display: inline-block;
  position: absolute;
  margin: 0;
  margin-left: 0.65rem;
  top: 0.24rem;
}

.game-wrapper .story-content .text svg {
  content: 'click';
  width: 3.17688rem;
  height: 1.4375rem;

  color: #503333;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.0375rem;
}

.game-wrapper .story-content #info-view > i {
  content: '';
  position: static;
  width: 1.5rem;
  height: 1.5rem;
  aspect-ratio: 1/1;
  background: url('https://cdn.banggooso.com/assets/images/game260/step/info_view_ico.png') no-repeat center/contain;
  transform: translateY(0.35rem);
}

.game-wrapper .story-container .story-finish-container {
  width: 31.25rem;
  height: 100%;
  background: rgba(214, 211, 207, 0.6);
  backdrop-filter: blur(12.5px);
  -webkit-backdrop-filter: blur(12.5px);
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
}

.game-wrapper .story-container .story-finish-container .story-finish-text {
  width: 28.5625rem;
  height: 23.375rem;
  align-self: stretch;
  background: url('https://cdn.banggooso.com/assets/images/game260/step/story_finish_bg.png') no-repeat center/100% 100%;
  text-align: center;
  display: flex;
  align-items: center;
  flex-flow: column;
}

.game-wrapper .story-container .story-finish-container .story-finish-text h4 {
  padding-top: 2.73rem;
  color: #564134;
  text-align: center;
  font-family: ChungjuKimSaeng;
  font-size: 1.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.25rem;
  letter-spacing: -0.0775rem;
  margin-bottom: 1.15rem;
}

.game-wrapper .story-container .story-finish-container .story-finish-text .text-box {
  width: 23.125rem;
  height: 14.45681rem;
  background: url('https://cdn.banggooso.com/assets/images/game260/step/story_finish_text_bg.png') no-repeat center/100%
    100%;
  padding: 1.27rem 1.63rem 1.4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.game-wrapper .story-container .story-finish-container .story-finish-text .text-box p {
  color: #564134;
  text-align: center;
  font-family: ChungjuKimSaeng;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.25rem;
  /* 150% */
  letter-spacing: -0.06rem;
}

.game-wrapper .story-container .story-finish-container .story-finish-text .text-box span {
  color: rgba(86, 65, 52, 0.8);
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  position: relative;
}

.game-wrapper .story-container .story-finish-container .story-finish-text .text-box span:before {
  content: '';
  width: 0.625rem;
  height: 0.84644rem;
  transform: rotate(90deg);
  flex-shrink: 0;
  background: url('https://cdn.banggooso.com/assets/images/game260/step/story_finish_ico.png') no-repeat center/contain;
  position: absolute;
  bottom: calc(100% + 0.58rem);
  left: 50%;
  transform: translateX(-50%);
}

.game-wrapper #story-finish-btn {
  cursor: pointer;
  display: flex;
  margin: 0 auto;
  margin-top: 1.25rem;
  width: 24.375rem;
  padding: 1.75rem 3.75rem 1.5rem 3.75rem;
  justify-content: center;
  align-items: center;
  border-radius: 1rem;
  border: 2px solid #422a1b;
  background: #564134;
  box-shadow: 0px 8px 0px 0px #422a1b;
  color: #fff;
  text-align: right;
  font-family: ChungjuKimSaeng;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
  letter-spacing: -0.07rem;
}

.game-wrapper {
  position: relative;
  width: 500px;
  height: 100vh;
  overflow: hidden;
}

.game-wrapper .game-rule-container {
  background: rgba(214, 211, 207, 0.6);
  backdrop-filter: blur(12.5px);
  -webkit-backdrop-filter: blur(12.5px);
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.game-wrapper .game-rule-container .game-rule-wrapper {
  width: 28.25rem;
}

.game-wrapper .game-rule-container #gameStart {
  display: flex;
  width: 24.375rem;
  height: 5rem;
  padding: 0.75rem 3.75rem;
  justify-content: center;
  align-items: center;
  border-radius: 1rem;
  border: 2px solid #564134;
  background: #564134;
  box-shadow: 0px -8px 0px 0px rgba(0, 0, 0, 0.1) inset;
  color: #fff;
  font-family: ChungjuKimSaeng;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
  letter-spacing: -0.07rem;
  margin: 0 auto;
  margin-top: 1.25rem;
}

.game-wrapper .game-rule-container .game-rule-wrapper .game-rule-content {
  height: 35rem;
  display: flex;
  padding: 2.5rem 1.25rem 0rem 1.25rem;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  border-radius: 1rem;
  border: 2px solid #564134;
  /* background: rgb(243, 238, 229); */
  background: url('https://cdn.banggooso.com/assets/images/game260/step/game_rule_bg.png') no-repeat top / cover;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  position: relative;
  overflow: hidden;
  background-size: 103% 107%;
  background-position: 50% -0.2rem;
}

.game-wrapper .game-rule-container .game-rule-wrapper .game-rule-content::before,
.game-wrapper .game-rule-container .game-rule-wrapper .game-rule-content::after {
  /* content: ''; */
  width: 2.25006rem;
  height: 2.25rem;
  aspect-ratio: 36/36;
  position: absolute;
  top: -0.05rem;
}

.game-wrapper .game-rule-container .game-rule-wrapper .game-rule-content::before {
  left: -0.05rem;
  background: url('https://cdn.banggooso.com/assets/images/game260/step/outline_left.png') no-repeat center/cover;
}

.game-wrapper .game-rule-container .game-rule-wrapper .game-rule-content::after {
  right: -0.05rem;
  background: url('https://cdn.banggooso.com/assets/images/game260/step/outline_right.png') no-repeat center/cover;
}

.game-wrapper .game-rule-container .game-rule-wrapper .game-rule-content h4 {
  color: #564134;
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.08rem;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.game-wrapper .game-rule-container .game-rule-wrapper .game-rule-content h4:after,
.game-wrapper .game-rule-container .game-rule-wrapper .game-rule-content h4:before {
  content: '';
  display: inline-block;
  width: 1.01569rem;
  height: 0.75rem;
  aspect-ratio: 16.25/12;
  background: url('https://cdn.banggooso.com/assets/images/game260/common/heading_sign.png') no-repeat center/cover;
}

.game-wrapper .game-rule-container .game-rule-wrapper .game-rule-content h4:before {
  transform: rotate(180deg);
}

.game-wrapper .game-rule-container .game-rule-wrapper .game-rule-content .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  /* margin-top: 1.25rem; */
  overflow: hidden;
}

.game-wrapper .game-rule-container .game-rule-wrapper .game-rule-content .dash_bg {
  width: 25rem;
  height: 0.1rem;
  background: url('https://cdn.banggooso.com/assets/images/game260/step/alert_dash_line.png') no-repeat center/cover;
}

.game-wrapper .game-rule-container .game-rule-wrapper .game-rule-content .text {
  color: #685245;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.1875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.0475rem;
}

.game-wrapper .game-rule-container .game-rule-wrapper .game-rule-content .swiper-slide:nth-of-type(1) .text {
  padding: 1.5rem 0 4.25rem;
}

.game-wrapper .game-rule-container .game-rule-wrapper .game-rule-content .swiper-slide:nth-of-type(2) .text {
  padding: 1.75rem 0rem 1.5rem 0rem;
}

.game-wrapper .game-rule-container .game-rule-wrapper .game-rule-content .swiper-slide:nth-of-type(3) .text {
  padding: 2.63rem 0rem 2.37rem 0rem;
}

.game-wrapper .game-rule-container .game-rule-wrapper .game-rule-content .text p {
  text-align: center;
  font-family: ChungjuKimSaeng;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.06rem;
  margin-bottom: 0.25rem;
}

.game-wrapper .game-rule-container .game-rule-wrapper .game-rule-content .text b {
  color: #685245;
  font-family: 'Pretendard';
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.05rem;
}

.game-wrapper .game-rule-container .game-rule-wrapper .game-rule-content .swiper-container .progress-img {
  width: 100%;
  height: 3.75rem;
  margin-bottom: 0.75rem;
}

.game-wrapper .game-rule-container .game-rule-wrapper .game-rule-content .swiper-container .rule1-img-wrap {
  width: 100%;
}

.game-wrapper .game-rule-container .game-rule-wrapper .game-rule-content .swiper-container .rule1-img-wrap:before {
  content: '';
  position: absolute;
  top: 10.09rem;
  left: 50%;
  transform: translateX(-50%);
  width: 2.91356rem;
  height: 2.58106rem;
  background: url('https://cdn.banggooso.com/assets/images/game260/step/rule_step_1_arrow.png') no-repeat center/cover;
  z-index: 1;
}

.game-wrapper .game-rule-container .game-rule-wrapper .game-rule-content .swiper-container .rule1-img {
  width: 100%;
  height: 28.25rem;
  position: relative;
  object-fit: contain;
  object-position: top;
}

.game-wrapper .game-rule-container .game-rule-wrapper .game-rule-content .swiper-container .rule2-img {
  width: 23.375rem;
  height: 15.75rem;
  flex-shrink: 0;
  margin-top: 1.27rem;
}

.game-wrapper .game-rule-container .game-rule-wrapper .game-rule-content .swiper-container .rule3-img {
  width: 23.375rem;
  height: 15.75rem;
  flex-shrink: 0;
  margin-top: 1.27rem;
}

.game-wrapper .game-rule-container .game-rule-wrapper .game-rule-content .swiper-container .swiper-wrapper {
  display: flex;
  /* gap: 2.44rem */
}

.game-wrapper .game-rule-container .game-rule-wrapper .game-rule-content .swiper-container .swiper-slide {
  height: auto;
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 0 0.81rem;
}

.game-wrapper .game-rule-container .game-rule-wrapper .game-rule-content .swiper-container .swiper-pagination {
  bottom: 2.5rem;
  display: flex;
  justify-content: center;
  gap: 0.55rem;
}

.game-wrapper .game-rule-container .game-rule-wrapper .game-rule-content .swiper-container .swiper-pagination span {
  margin: 0;
  width: 0.6rem;
  height: 0.6rem;
  background: #fff;
  border: 2px solid #564134;
  opacity: 1;
}

.game-wrapper
  .game-rule-container
  .game-rule-wrapper
  .game-rule-content
  .swiper-container
  .swiper-pagination
  span.swiper-pagination-bullet-active {
  background: #564134;
}

.game-wrapper .defeat-alert-container {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100vh;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  background: rgba(187, 179, 174, 0.6);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  z-index: 1;
  display: none;
}

.game-wrapper .defeat-alert-container.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.game-wrapper .defeat-alert-container.active .defeat-alert-wrapper {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0 1.5rem;
}

.game-wrapper .defeat-alert-container.active .defeat-alert-wrapper .defeat-alert-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  border-radius: 1rem;
}

.game-wrapper .defeat-alert-container.active .defeat-alert-wrapper .defeat-alert-content img {
  width: 100%;
  object-fit: contain;
}

.game-wrapper .defeat-alert-container #goResult {
  display: flex;
  width: 24.375rem;
  height: 5rem;
  padding: 1.75rem 3.75rem 1.5rem 3.75rem;
  justify-content: center;
  align-items: center;
  border-radius: 1rem;
  border: 2px solid #564134;
  background: #564134;
  box-shadow: 0px 8px 0px 0px #422a1b;
  color: #fff;
  text-align: right;
  font-family: ChungjuKimSaeng;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
  letter-spacing: -0.07rem;
  margin: 0 auto;
  margin-top: 1.25rem;
}

.defeat-no-goal-img,
.defeat-goal-img {
  display: none;
}

.defeat-no-goal-img.active,
.defeat-goal-img.active {
  display: block;
}

.game-wrapper.basic .app-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 31.25rem;
  height: 4.0625rem;
  background: rgba(79, 70, 61, 0.4);
  background-blend-mode: multiply;
  z-index: 999;
  border-bottom: 0;
}

.field {
  position: relative;
  width: 100%;
  height: 100%;
  background: url('https://cdn.banggooso.com/assets/images/game260/step/game_background_road.png') no-repeat
    bottom/cover;
}

.field .top_fix_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 31.25rem;
  height: 19.1875rem;
  /* height: calc(19.1875rem - 3.75rem); */
  background: url('https://cdn.banggooso.com/assets/images/game260/step/top_fixed_background.png') no-repeat
    bottom/cover;
  z-index: 510;
  display: block;
  padding-top: 4.0625rem;
}

.field .top_fix_background:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 17.46875rem;
  background: linear-gradient(180deg, #382e23 2.41%, rgba(56, 46, 35, 0) 71.68%);
}

.field .top_fix_background .person {
  width: 100%;
  margin: 0 auto;
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.field .top_fix_background .person span {
  display: block;
  width: 6.875rem;
  height: 9.075rem;
  flex-shrink: 0;
  aspect-ratio: 110/145.2;
}

.field .top_fix_background .person span:nth-child(1) {
  background: url('https://cdn.banggooso.com/assets/images/game260/step/person_1.png') no-repeat center/contain;
  transform: translateX(-2.5rem);
}

.field .top_fix_background .person span:nth-child(2) {
  background: url('https://cdn.banggooso.com/assets/images/game260/step/person_2.png') no-repeat center/contain;
  transform: translateX(1.5rem);
}

.field .top_fix_background .person span:nth-child(3) {
  background: url('https://cdn.banggooso.com/assets/images/game260/step/person_3.png') no-repeat center/contain;
  transform: translateX(4.3rem);
}

.field .top_fix_background .timer {
  position: relative;
  margin: 0 auto;
  width: 25.3125rem;
  height: 5.2rem;
  padding: 0.94rem 0 1.69rem;
  background: url('https://cdn.banggooso.com/assets/images/game260/step/progress_background.png') no-repeat center/cover;
  max-width: 100%;
  z-index: 999;
  border-radius: 0.75rem;
}

.field .top_fix_background .timer .progressbar-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.field .top_fix_background .timer .progressbar-text {
  display: block;
  position: relative;
  width: auto;
  color: #fffff2;
  font-family: ChungjuKimSaeng;
  font-size: 2.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
  letter-spacing: normal;
}

.field .top_fix_background .timer .progressbar-text:before {
  z-index: -1;
  content: attr(data-content);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-text-stroke: 4px #40311f;
}

.field .top_fix_background .timer .progressbar {
  position: absolute;
  color: #ffce74;
  top: 0;
  left: 0;
  width: 0%;
  overflow: hidden;
  line-height: normal;
  white-space: nowrap;
  display: inline-block;
}

.field .top_fix_background .timer .progressbar:before {
  z-index: -1;
  content: attr(data-content);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-text-stroke: 4px #40311f;
}

.field .top_fix_background .goal {
  position: static;
  display: inline-flex;
  min-width: 5.8125rem;
  height: 2.5rem;
  align-items: center;
  justify-content: space-between;
  gap: 0.375rem;
  border-radius: 0.75rem;
  border: 2px solid #2b1f18;
  background: #cfac97;
  box-shadow: 0px 2px 0px 0px #2b1f18;
  color: #563f32;
  text-align: center;
  font-family: ChungjuKimSaeng;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  z-index: 999;
  margin: 0.5rem 0.63rem 1.25rem 1rem;
  padding: 0.375rem 0.75rem 0.375rem 0.625rem;
}

.field .top_fix_background .goal .flower {
  background: url('https://cdn.banggooso.com/assets/images/game260/step/count_flower.png') no-repeat center/cover;
}

.field .top_fix_background .goal .flower-txt,
.field .top_fix_background .donate .money-txt {
  margin-top: 2px;
}

.field .top_fix_background .donate {
  display: flex;
  min-width: 6.125rem;
  height: 2.5rem;
  align-items: center;
  justify-content: space-between;
  gap: 0.375rem;
  flex-shrink: 0;
  border-radius: 0.75rem;
  border: 2px solid #2b1f18;
  background: #e5ae8e;
  box-shadow: 0px 2px 0px 0px #2b1f18;
  color: #563f32;
  text-align: right;
  font-family: ChungjuKimSaeng;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: inline-flex;
  margin: 0.5rem 0 1.25rem 0;
  padding: 0.375rem 0.75rem 0.375rem 0.625rem;
  transform: translateX(-0.2rem);
}

.field .top_fix_background .donate .money {
  background: url(https://cdn.banggooso.com/assets/images/game260/result/my_rank_coin.png) no-repeat center / cover;
  width: 1.375rem;
  height: 1.375rem;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}

.field .top_fix_background .pole {
  position: absolute;
  top: 0;
  right: 5.81rem;
  width: 5.625rem;
  height: 24.375rem;
  background: url('https://cdn.banggooso.com/assets/images/game260/step/pole.png') no-repeat bottom/100% 100%;
  z-index: 888;
}

.field .bottom_fix_background {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 31.25rem;
  height: 14.6875rem;
  background: url('https://cdn.banggooso.com/assets/images/game260/step/bottom_fixed_background.png') no-repeat
    center/cover;
  z-index: 888;
}

.field .player,
.field .enemy {
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 12px;
  z-index: 1000;
  width: 10rem;
  height: 10rem;
}

.field .player {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: top 0.1s linear;
  bottom: 0;
  z-index: 777;
}

/* load */
.field .player.hanbok_woman.stay::after {
  content: '';
  background: url('https://cdn.banggooso.com/assets/images/game260/step/hanbok_woman_active.png') no-repeat center/cover;
}

.field .player.army_woman.stay::after {
  content: '';
  background: url('https://cdn.banggooso.com/assets/images/game260/step/army_woman_active.png') no-repeat center/cover;
}

.field .player.nurse_woman.stay::after {
  content: '';
  background: url('https://cdn.banggooso.com/assets/images/game260/step/nurse_woman_active.png') no-repeat center/cover;
}

.field .player.fulldress_man.stay::after {
  content: '';
  background: url('https://cdn.banggooso.com/assets/images/game260/step/fulldress_man_active.png') no-repeat
    center/cover;
}

.field .player.student_man.stay::after {
  content: '';
  background: url('https://cdn.banggooso.com/assets/images/game260/step/student_man_active.png') no-repeat center/cover;
}

.field .player.monk_man.stay::after {
  content: '';
  background: url('https://cdn.banggooso.com/assets/images/game260/step/monk_man_active.png') no-repeat center/cover;
}

.field .player.hanbok_woman.stay::before {
  content: '';
  background: url('https://cdn.banggooso.com/assets/images/game260/step/hanbok_woman_active_2.png') no-repeat
    center/cover;
}

.field .player.army_woman.stay::before {
  content: '';
  background: url('https://cdn.banggooso.com/assets/images/game260/step/army_woman_active_2.png') no-repeat center/cover;
}

.field .player.nurse_woman.stay::before {
  content: '';
  background: url('https://cdn.banggooso.com/assets/images/game260/step/nurse_woman_active_2.png') no-repeat
    center/cover;
}

.field .player.fulldress_man.stay::before {
  content: '';
  background: url('https://cdn.banggooso.com/assets/images/game260/step/fulldress_man_active_2.png') no-repeat
    center/cover;
}

.field .player.student_man.stay::before {
  content: '';
  background: url('https://cdn.banggooso.com/assets/images/game260/step/student_man_active_2.png') no-repeat
    center/cover;
}

.field .player.monk_man.stay::before {
  content: '';
  background: url('https://cdn.banggooso.com/assets/images/game260/step/monk_man_active_2.png') no-repeat center/cover;
}

/* stay */
.field .player.hanbok_woman.stay {
  background: url('https://cdn.banggooso.com/assets/images/game260/step/hanbok_woman_default.png') no-repeat
    center/cover !important;
}

.field .player.army_woman.stay {
  background: url('https://cdn.banggooso.com/assets/images/game260/step/army_woman_default.png') no-repeat center/cover !important;
}

.field .player.nurse_woman.stay {
  background: url('https://cdn.banggooso.com/assets/images/game260/step/nurse_woman_default.png') no-repeat center/cover !important;
}

.field .player.fulldress_man.stay {
  background: url('https://cdn.banggooso.com/assets/images/game260/step/fulldress_man_default.png') no-repeat
    center/cover !important;
}

.field .player.student_man.stay {
  background: url('https://cdn.banggooso.com/assets/images/game260/step/student_man_default.png') no-repeat center/cover !important;
}

.field .player.monk_man.stay {
  background: url('https://cdn.banggooso.com/assets/images/game260/step/monk_man_default.png') no-repeat center/cover !important;
}

/* step_1 상태의 캐릭터 이미지 */
.field .player.hanbok_woman.step_1 {
  background: url('https://cdn.banggooso.com/assets/images/game260/step/hanbok_woman_active.png') no-repeat center/cover;
}

.field .player.army_woman.step_1 {
  background: url('https://cdn.banggooso.com/assets/images/game260/step/army_woman_active.png') no-repeat center/cover;
}

.field .player.nurse_woman.step_1 {
  background: url('https://cdn.banggooso.com/assets/images/game260/step/nurse_woman_active.png') no-repeat center/cover;
}

.field .player.fulldress_man.step_1 {
  background: url('https://cdn.banggooso.com/assets/images/game260/step/fulldress_man_active.png') no-repeat
    center/cover;
}

.field .player.student_man.step_1 {
  background: url('https://cdn.banggooso.com/assets/images/game260/step/student_man_active.png') no-repeat center/cover;
}

.field .player.monk_man.step_1 {
  background: url('https://cdn.banggooso.com/assets/images/game260/step/monk_man_active.png') no-repeat center/cover;
}

/* step_2 상태의 캐릭터 이미지 */
.field .player.hanbok_woman.step_2 {
  background: url('https://cdn.banggooso.com/assets/images/game260/step/hanbok_woman_active_2.png') no-repeat
    center/cover;
}

.field .player.army_woman.step_2 {
  background: url('https://cdn.banggooso.com/assets/images/game260/step/army_woman_active_2.png') no-repeat center/cover;
}

.field .player.nurse_woman.step_2 {
  background: url('https://cdn.banggooso.com/assets/images/game260/step/nurse_woman_active_2.png') no-repeat
    center/cover;
}

.field .player.fulldress_man.step_2 {
  background: url('https://cdn.banggooso.com/assets/images/game260/step/fulldress_man_active_2.png') no-repeat
    center/cover;
}

.field .player.student_man.step_2 {
  background: url('https://cdn.banggooso.com/assets/images/game260/step/student_man_active_2.png') no-repeat
    center/cover;
}

.field .player.monk_man.step_2 {
  background: url('https://cdn.banggooso.com/assets/images/game260/step/monk_man_active_2.png') no-repeat center/cover;
}

.field .enemy {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0.4rem);
  bottom: 0;
  background: url('https://cdn.banggooso.com/assets/images/game260/step/enemy_default.png') no-repeat center/cover;
}

.field .flower {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  background: url('https://cdn.banggooso.com/assets/images/game260/step/count_flower.png') no-repeat center/cover;
}

.field .floating-flower {
  position: absolute;
  bottom: -1rem;
  left: 8.22rem;
  display: flex;
  padding: 0.1875rem 0.625rem 0.1875rem 0.5rem;
  align-items: center;
  gap: 0.1875rem;
  border-radius: 62.4375rem;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  transform: translateY(30px);
  opacity: 0;
  color: #674b2b;
}

.field .floating-flower.active {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.field .floating-flower .floating-txt {
  display: inline-block;
  margin-bottom: -0.1rem;
}

body.turn_enemy .enemy {
  background: url('https://cdn.banggooso.com/assets/images/game260/step/enemy_active.png') no-repeat center/cover;
}

.end_line {
  position: absolute;
  top: 22.92rem;
  left: 0;
  width: 100%;
  height: 0.375rem;
  background: url('https://cdn.banggooso.com/assets/images/game260/step/end_line_background.png') no-repeat center/cover;
  z-index: -1;
}

.start_line {
  position: absolute;
  bottom: 10rem;
  left: 0;
  width: 100%;
  height: 0.375rem;
  background: url('https://cdn.banggooso.com/assets/images/game260/step/end_line_background.png') no-repeat center/cover;
  z-index: 700;
}

input {
  position: absolute;
  left: 10%;
  top: 25%;
  width: 100px;
  height: 50px;
  border: 1px solid #000;
  border-radius: 10px;
  z-index: 999;
}

/* result */
.game-wrapper.basic .app-header.result {
  background: #292018;
  background-blend-mode: multiply;
}

.game-wrapper.basic .game-result {
  padding: 0;
}

.game-wrapper.basic .inner-bg {
  background: url('https://cdn.banggooso.com/assets/images/game260/result/result_new_bg.png') repeat-y top/100% 100%;
}

.game-wrapper.basic .app-header {
  background: #4f463d;
  background-blend-mode: multiply;
}

.game-wrapper.basic .result-content {
  padding-top: 4rem;
}

.game-wrapper.basic .result-content .top_speech_bb {
  width: 100%;
  height: 6.8rem;
  background: url('https://cdn.banggooso.com/assets/images/game260/step/game_background_road.png') no-repeat top/cover;
  position: relative;
}

.game-wrapper.basic .result-content .top_speech_bb:before,
.game-wrapper.basic .result-content .top_speech_bb:after {
  content: '';
  display: inline-block;
  position: absolute;
}

.game-wrapper.basic .result-content .top_speech_bb:before {
  width: 6.4375rem;
  height: 8.9375rem;
  top: 1.25rem;
  left: 1.26rem;
  background: url('https://cdn.banggooso.com/assets/images/game260/result/thx_speech_psn.png') no-repeat top/contain;
}

.game-wrapper.basic .result-content .top_speech_bb:after {
  left: 7.55rem;
  top: 2.06rem;
  width: 22.49163rem;
  height: 3.6375rem;
  background: url('https://cdn.banggooso.com/assets/images/game260/result/thx_speech_bb.png') no-repeat center/contain;
}

.game-wrapper.basic .capture-content {
  padding: 1.75rem 1.875rem 0;
  margin-bottom: 1.5rem;
}

.game-wrapper.basic .capture-content > h3 {
  color: #79675c;
  text-align: center;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.06rem;
  margin-bottom: 1rem;
}

.game-wrapper.basic .capture-content > h3:before {
  content: '';
  display: block;
  background: url('https://cdn.banggooso.com/assets/images/game260/result/crape_top.png') no-repeat center/contain;
  width: 0.75rem;
  height: 1.01569rem;
  aspect-ratio: 16.25/12;
  margin: 0 auto;
  margin-bottom: 0.62rem;
}

.game-wrapper.basic .capture-content > h3 > span {
  color: #564134;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.08rem;
}

.game-wrapper.basic .capture-content .capture-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.game-wrapper.basic .capture-content .capture-wrap {
  position: relative;
  background: url('https://cdn.banggooso.com/assets/images/game260/result/crape_default.png') no-repeat center/cover;
  width: 22.5rem;
  height: 29.6875rem;
  flex-shrink: 0;
  box-shadow: 0px 2px 6px 0px rgba(86, 65, 52, 0.5);
  padding: 0 2.81rem;
}

.game-wrapper.basic .capture-content .capture-wrap .img-object {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 1;
}

.game-wrapper.basic .capture-content .capture-wrap .crape-star {
  position: absolute;
  top: 2.46rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 0.31rem;
}

.game-wrapper.basic .capture-content .capture-wrap .crape-star span {
  display: block;
  width: 0.43775rem;
  height: 0.43775rem;
  background: url('https://cdn.banggooso.com/assets/images/game260/result/crape_star.png') no-repeat center/cover;
}

.game-wrapper.basic .capture-content .capture-wrap .crape-star span.center {
  width: 0.67213rem;
  height: 0.67213rem;
}

.game-wrapper.basic .capture-content .capture-wrap .flowers {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.game-wrapper.basic .capture-content .capture-wrap .top-text {
  display: block;
  width: 100%;
  margin-top: 3.86rem;
}

.game-wrapper.basic .capture-content .capture-wrap .top-text > span {
  display: block;
  font-size: 0.6875rem;
  color: #948478;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.0275rem;
  margin-bottom: 0.25rem;
}

.game-wrapper.basic .capture-content .capture-wrap .top-text > h4 {
  color: #685245;
  text-align: center;
  font-family: ChungjuKimSaeng;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.08rem;
  margin-bottom: 0.74rem;
}

.game-wrapper.basic .capture-content .capture-wrap .top-text p {
  color: #685245;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.035rem;
  margin-bottom: 1.78rem;
}

.game-wrapper.basic .capture-content .capture-wrap .top-text p > span {
  font-family: 'Pretendard';
  font-weight: 700;
}

.game-wrapper.basic .capture-content .capture-wrap > ul {
  display: flex;
  flex-flow: column;
  gap: 0.88rem;
  margin-bottom: 2.17rem;
}

.game-wrapper.basic .capture-content .capture-wrap > ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #685648;
  font-family: 'Pretendard';
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.0425rem;
}

.game-wrapper.basic .capture-content .capture-wrap > ul span {
  position: relativee;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.game-wrapper.basic .capture-content .capture-wrap > ul span:before {
  content: '';
  display: block;
  background: url('https://cdn.banggooso.com/assets/images/game260/result/list_sign_star.png') no-repeat center/cover;
  width: 0.3125rem;
  height: 0.3125rem;
  aspect-ratio: 1/1;
}

.game-wrapper.basic .capture-content .capture-wrap > ul li b {
  color: #4d453b;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.05rem;
}

.game-wrapper.basic .capture-content .capture-wrap .bottom-text {
  display: flex;
  flex-flow: column;
  align-items: center;
}

.game-wrapper.basic .capture-content .capture-wrap .bottom-text p {
  color: rgba(104, 82, 69, 0.8);
  text-align: center;
  font-family: 'Pretendard';
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.035rem;
}

.game-wrapper.basic .capture-content .capture-wrap .bottom-text p b {
  color: #685245;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.035rem;
}

.game-wrapper.basic .capture-content .capture-wrap .bottom-text img {
  margin-top: 0.89rem;
  margin-bottom: 0.19rem;
  display: flex;
  height: 1.37563rem;
  align-items: center;
  gap: 0.25406rem;
  aspect-ratio: 129.04/22.01;
}

.game-wrapper.basic .capture-content .capture-wrap .bottom-text .date {
  color: #685245;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.03rem;
}

.game-wrapper.basic .capture-content .capture-desc {
  margin-top: 0.75rem;
  color: #685245;
  text-align: center;
  font-family: Pretendard;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.022rem;
  opacity: 0.8;
}

.game-wrapper.basic .memorial-box {
  display: flex;
  width: 31.25rem;
  padding: 1.25rem 0rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  background: rgba(86, 65, 52, 0.1);
  color: #564134;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 1.75rem */
  letter-spacing: normal;
}

.game-wrapper.basic .plus-info-text {
  margin-top: 0.75rem;
  text-align: center;
  color: rgba(86, 65, 52, 0.6);
  text-align: center;
  font-family: 'Pretendard';
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.1875rem;
  /* 126.667% */
}

.game-wrapper.basic .rank-content {
  padding: 0 1.875rem 3.12rem;
  border-bottom: 3px solid #564134;
  margin-top: 3.75rem;
}

.game-wrapper.basic .rank-content h4 {
  color: #564134;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.07rem;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.game-wrapper.basic .rank-content h4:before {
  content: '';
  display: block;
  background: url('https://cdn.banggooso.com/assets/images/game260/common/heading_sign.png') no-repeat center/cover;
  width: 0.93106rem;
  height: 0.6875rem;
  aspect-ratio: 14.9/11;
}

.game-wrapper.basic .rank-content .rank-block {
  display: flex;
  padding: 1.1875rem 1.5rem 1.1875rem 1.25rem;
  gap: 0.375rem;
  border-radius: 0.75rem;
  border: 2px solid #564134;
  box-shadow: 0px -8px 0px 0px rgba(104, 82, 69, 0.2) inset;
}

.game-wrapper.basic .rank-content .rank-block .ells {
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  max-width: 6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-orient: vertical;
}

.game-wrapper.basic .rank-content .user-rank {
  margin-bottom: 2.5rem;
}

.game-wrapper.basic .rank-content .user-rank .rank-block {
  justify-content: flex-start;
  align-items: center;
  background: #f9e5d2;
  color: #685245;
  font-family: 'Pretendard';
  font-size: 1.3125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.055rem;
  gap: 0.38rem;
  position: relative;
}

.game-wrapper.basic .rank-content .user-rank .rank-block span {
  display: inline-flex;
  align-items: center;
}

.game-wrapper.basic .rank-content .user-rank .rank-block:before {
  content: '';
  display: block;
  background: url('https://cdn.banggooso.com/assets/images/game260/result/my_rank_coin.png') no-repeat center/cover;
  width: 1.75rem;
  height: 1.75538rem;
  aspect-ratio: 28/28.09;
}

.game-wrapper.basic .rank-content .user-rank .rank-block b {
  font-weight: 600;
  letter-spacing: -0.0525rem;
  font-family: 'ChungjuKimSaeng';
}

.game-wrapper.basic .rank-content .real-time-rank .top-rank {
  display: flex;
  flex-flow: row wrap;
  gap: 1rem;
  margin-bottom: 1rem;
}

.game-wrapper.basic .rank-content .real-time-rank .rank-block {
  color: #6a574c;
  font-family: ChungjuKimSaeng;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.065rem;
  flex-flow: column;
  position: relative;
  word-break: keep-all;
}

.game-wrapper.basic .rank-content .real-time-rank .rank-1 {
  flex: 1 100%;
  height: 6.875rem;
  padding: 1rem 1.5rem 1.25rem;
  gap: 0.375rem;
  background: #ffe7bf;
  overflow: hidden;
}

.game-wrapper.basic .rank-content .real-time-rank .rank-1 .money {
  font-size: 1.25rem;
}

.game-wrapper.basic .rank-content .real-time-rank .rank-1 .bg {
  position: absolute;
  width: 7.57144rem;
  height: 6.875rem;
  aspect-ratio: 121.14/110;
  position: absolute;
  right: 2.07rem;
  top: 0.25rem;
  background: url('https://cdn.banggooso.com/assets/images/game260/result/rank_1_bg.png') no-repeat center/cover;
}

.game-wrapper.basic .rank-content .real-time-rank .rank-2 {
  flex: 1;
  height: 6.875rem;
  padding: 1rem;
  color: #564134;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.05rem;
  height: 6.875rem;
  justify-content: space-between;
  gap: 0.5rem;
  overflow: hidden;
  background: #deb9a2;
  box-shadow: none;
}

.game-wrapper.basic .rank-content .real-time-rank .rank-2::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0px -8px 0px 0px rgba(104, 82, 69, 0.2) inset;
  z-index: 2;
  /* .bg보다 위에 표시 */
  border-radius: 0.75rem;
}

.game-wrapper.basic .rank-content .real-time-rank .rank-2 .bg {
  position: absolute;
  width: 5.45025rem;
  height: 4.03675rem;
  aspect-ratio: 87.2/64.59;
  position: absolute;
  right: -0.93888rem;
  bottom: -0.41831rem;
  background: url('https://cdn.banggooso.com/assets/images/game260/result/rank_2_bg.png') no-repeat center/cover;
}

.game-wrapper.basic .rank-content .real-time-rank .rank-3 {
  flex: 1;
  height: 6.875rem;
  padding: 1rem;
  color: #564134;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.05rem;
  height: 6.875rem;
  justify-content: space-between;
  gap: 0.5rem;
  overflow: hidden;
  background: #d3ba9f;
  box-shadow: none;
}

.game-wrapper.basic .rank-content .real-time-rank .rank-3::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0px -8px 0px 0px rgba(104, 82, 69, 0.2) inset;
  z-index: 2;
  /* .bg보다 위에 표시 */
  border-radius: 0.75rem;
}

.game-wrapper.basic .rank-content .real-time-rank .rank-3 .bg {
  position: absolute;
  width: 5.45025rem;
  height: 4.03675rem;
  aspect-ratio: 87.2/64.59;
  position: absolute;
  right: -0.93888rem;
  bottom: -0.41831rem;
  background: url('https://cdn.banggooso.com/assets/images/game260/result/rank_3_bg.png') no-repeat right
    bottom/5.45906rem 4.05688rem #d3ba9f;
}

.game-wrapper.basic .rank-content .real-time-rank .rank-block .money {
  color: #6a574c;
  font-family: 'Pretendard';
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.045rem;
  opacity: 0.8;
}

.game-wrapper.basic .rank-content .real-time-rank .rank-block .els {
  font-style: normal;
  max-width: 15.5rem;
}

.game-wrapper.basic .rank-content .real-time-rank .rank-1 .els {
  max-width: 15rem;
  font-size: 1.875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.game-wrapper.basic .rank-content .real-time-rank .rank-block.rank-2 .els,
.game-wrapper.basic .rank-content .real-time-rank .rank-block.rank-3 .els {
  max-width: 8.5rem;
  height: 3.25rem;
  word-break: normal;
  overflow: hidden;

  color: #564134;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.05rem;
}

.game-wrapper.basic .rank-content .real-time-rank .rank-2 .money {
  color: #564134;
  font-family: 'Pretendard';
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.035rem;
}

.game-wrapper.basic .rank-content .real-time-rank .rank-3 .money {
  color: #564134;
  font-family: 'Pretendard';
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.035rem;
}

.game-wrapper.basic .rank-content .real-time-rank .rank-block .tag {
  position: absolute;
  top: -1px;
  right: -1px;
  display: flex;
  padding: 0.3125rem 0.9375rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.8);
  text-align: right;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.035rem;
  border-radius: 0rem 0.75rem 0rem 0.75rem;
  background: #564134;
}

.game-wrapper.basic .rank-content .real-time-rank .top-under-rank {
  height: 20rem;
  display: flex;
  flex-flow: column;
  border-radius: 0.75rem;
  border: 2px solid #564134;
  background: #f7f2eb;
  box-shadow: 0px -4px 0px 0px rgba(0, 0, 0, 0.1) inset;
  overflow: hidden;
  /* padding: 0.75rem 0 4.0625rem 0.94rem; */
  padding: 0.75rem 0 0rem 0.94rem;
  padding-right: 0.37rem;
}

.game-wrapper.basic .rank-content .real-time-rank .top-under-rank ul {
  flex: 1;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding-right: 0.37rem;
  padding-bottom: 4.0625rem;
}

.game-wrapper.basic .rank-content .real-time-rank .top-under-rank ul::-webkit-scrollbar {
  width: 0.3125rem;
  height: 16.25rem;
  display: block !important;
}

.game-wrapper.basic .rank-content .real-time-rank .top-under-rank ul::-webkit-scrollbar-thumb {
  background-color: #806453;
  border-radius: 0.27681rem;
}

.game-wrapper.basic .rank-content .real-time-rank .top-under-rank ul::-webkit-scrollbar-track {
  background: #d9d0c8;
  border-radius: 0.27681rem;
  height: 1rem;
}

.game-wrapper.basic .rank-content .real-time-rank .top-under-rank ul li {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  padding: 0.75rem 1.75rem 1rem 1rem;
  border-bottom: 2px solid rgba(177, 156, 143, 0.5);
}

.game-wrapper.basic .rank-content .real-time-rank .top-under-rank ul li span {
  color: #564134;
  font-family: 'Pretendard';
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  opacity: 0.8;
  font-style: normal;
}

.game-wrapper.basic .rank-content .real-time-rank .top-under-rank ul li span:nth-child(1) {
  font-weight: 800;
  opacity: 1;
  flex: 0 1.1rem;
}

.game-wrapper.basic .rank-content .real-time-rank .top-under-rank ul li span:nth-child(3) {
  margin-left: auto;
}

.game-wrapper.basic .rank-content .real-time-rank .top-under-rank .rank-desc {
  display: inline-flex;
  width: 100%;
  height: 4.0625rem;
  padding: 1.5625rem 5.96875rem 1.25rem 5.84375rem;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  color: #564134;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(247, 242, 235, 0) -80.77%, #f7f2eb 40.54%);
  z-index: 0;
}

.game-wrapper.basic .rank-content .real-time-rank .top-under-rank .rank-desc:before {
  /* content: ''; */
  display: block;
  width: 100%;
  height: 80%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -15;
}

.game-wrapper.basic .history-content {
  background: #e4d8c7;
  padding: 3.75rem 1.88rem 5rem;
}

.game-wrapper.basic .history-content h3 {
  color: #564134;
  font-family: 'ChungjuKimSaeng';
  font-size: 1.5625rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.01563rem;
  margin-bottom: 2.38rem;
}

.game-wrapper.basic .history-content h3 b {
  display: block;
  margin-top: 0.5rem;
  color: #564134;
  font-family: 'ChungjuKimSaeng';
  font-size: 1.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.01813rem;
}

.game-wrapper.basic .history-content .swiper-container {
  width: 100%;
  height: 100%;
}

.game-wrapper.basic .history-content .swiper-container .swiper-wrapper {
  display: flex;
}

.game-wrapper.basic .history-content .swiper-container .swiper-slide {
  display: flex;
  width: 25rem;
  height: 25.625rem;
  flex-shrink: 0;
  background-color: red;
  align-self: stretch;
}

.game-wrapper.basic .history-content .swiper-container .swiper-slide:nth-of-type(1) {
  background: url('https://cdn.banggooso.com/assets/images/game260/result/swiper_slide_1.png') no-repeat center/cover;
}

.game-wrapper.basic .history-content .swiper-container .swiper-slide:nth-of-type(2) {
  background: url('https://cdn.banggooso.com/assets/images/game260/result/swiper_slide_2.png') no-repeat center/cover;
}

.game-wrapper.basic .history-content .swiper-container .swiper-slide:nth-of-type(3) {
  background: url('https://cdn.banggooso.com/assets/images/game260/result/swiper_slide_3.png') no-repeat center/cover;
}

.game-wrapper.basic .history-content .swiper-container .swiper-slide:nth-of-type(4) {
  background: url('https://cdn.banggooso.com/assets/images/game260/result/swiper_slide_4.png') no-repeat center/cover;
}

.game-wrapper.basic .history-content .swiper-container .swiper-slide:nth-of-type(5) {
  background: url('https://cdn.banggooso.com/assets/images/game260/result/swiper_slide_5.png') no-repeat center/cover;
}

.game-wrapper.basic .history-content .swiper-container .swiper-pagination {
  position: static;
  display: flex;
  width: 27.5rem;
  padding: 1.125rem 0rem 0 0rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.55rem;
}

.game-wrapper.basic .history-content .swiper-container .swiper-pagination span {
  width: 0.5rem;
  height: 0.5rem;
  background-color: #f7f0ed;
  border: 2px solid #564134;
  border-radius: 50%;
  opacity: 1;
  margin: 0;
  box-sizing: content-box;
}

.game-wrapper.basic .history-content .swiper-container .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: rgba(66, 49, 39, 0.8);
}

.game-wrapper.basic .total-donate {
  padding: 0 1.88rem;
  width: 100%;
  display: flex;
  flex-flow: column;
}

.game-wrapper.basic .total-donate .only_bg {
  background: url('https://cdn.banggooso.com/assets/images/game260/result/paper_bg.png');
  border-radius: 0rem 0rem 1.25rem 1.25rem;
}

.game-wrapper.basic .total-donate .top-fx {
  width: 100%;
  height: 2.1875rem;
  flex-shrink: 0;
  border-radius: 1.25rem 1.25rem 0rem 0rem;
  border: 2px solid #564134;
  background: #564134;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.95rem;
}

.game-wrapper.basic .total-donate .top-fx span {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  transform: rotate(-45deg);
  flex-shrink: 0;
  aspect-ratio: 1/1;
  background: rgba(255, 255, 255, 0.8);
}

.game-wrapper.basic .total-donate .donate-top {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-bottom: 1.88rem;
  position: relative;
  border-left: 2px solid #564134;
  border-right: 2px solid #564134;
}

.game-wrapper.basic .total-donate .donate-top:after {
  content: '';
  display: block;
  position: absolute;
  width: 23.75rem;
  height: 0.09375rem;
  background: url(https://cdn.banggooso.com/assets/images/game260/step/alert_dash_line.png) no-repeat center / cover;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.game-wrapper.basic .total-donate .donate-top .money {
  margin-top: 1.75rem;
  width: 1.99388rem;
  height: 2rem;
  flex-shrink: 0;
  aspect-ratio: 31.9/32;
  background: url(https://cdn.banggooso.com/assets/images/game260/result/my_rank_coin.png) no-repeat center / cover;
}

.game-wrapper.basic .total-donate .donate-top h4 {
  color: #564134;
  text-align: center;
  font-family: 'ChungjuKimSaeng';
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 2.45rem */
  letter-spacing: -0.0175rem;
  margin-top: 0.75rem;
}

.game-wrapper.basic .total-donate .donate-top > span {
  color: #564134;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 3.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 100%;
  display: block;
  margin-bottom: 1.5rem;
}

.game-wrapper.basic .total-donate .donate-top p ~ p {
  margin-top: 0.62rem;
}

.game-wrapper.basic .total-donate .donate-top p {
  color: #564134;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75rem;
  /* 155.556% */
  letter-spacing: -0.045rem;
}

.game-wrapper.basic .total-donate .donate-top p b {
  color: #564134;
  font-family: 'Pretendard';
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75rem;
  letter-spacing: -0.045rem;
}

.game-wrapper.basic .total-donate .donate-bot {
  padding-top: 6.6rem;
  border-left: 2px solid #564134;
  border-right: 2px solid #564134;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.game-wrapper.basic .total-donate .donate-bot .progress {
  width: 100%;
  width: 25rem;
  height: 3.125rem;
  flex-shrink: 0;
  margin: 0 auto;
  margin-bottom: 1.03rem;
  position: relative;
}

.game-wrapper.basic .total-donate .donate-bot .progress .overflow-wrap {
  overflow: hidden;
  height: 100%;
  width: 100%;
  background-color: #fff;
  border-radius: 62.4375rem;
  border: 2px solid #564134;
}

.game-wrapper.basic .total-donate .donate-bot .progress .current-progress {
  display: flex;
  max-width: 100%;
  width: 9.9375rem;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 1.875rem;
  flex-shrink: 0;
  border-radius: 62.4375rem 0rem 0rem 62.4375rem;
  /* border: 2px solid #564134; */
  background: #a1826f;
  top: 0;
  left: 0;
  position: absolute;
  min-width: 3.5rem;
}

.game-wrapper.basic .total-donate .donate-bot .progress .inner-progress {
  position: absolute;
  left: 3.5rem;
  top: 0;
  min-width: 3.5rem;
  max-width: calc(100% - 3.5rem);
  width: 100%;
  height: 100%;
}

.game-wrapper.basic .total-donate .donate-bot .progress .inner-progress:after {
  content: '';
  position: absolute;
  width: 5.04613rem;
  height: 3.75rem;
  aspect-ratio: 80.74/60;
  top: 50%;
  right: 1.4rem;
  transform: translateY(-50%);
  background: url('https://cdn.banggooso.com/assets/images/game260/result/progress_flower.png') no-repeat center/contain;
}

.game-wrapper.basic .total-donate .donate-bot .progress .money-bubble {
  flex-shrink: 0;
  position: absolute;
  bottom: calc(100% + 1.12rem);
  background: url('https://cdn.banggooso.com/assets/images/game260/result/current_money_bubble.png') no-repeat
    center/contain;
  color: #fff;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  font-family: 'Pretendard';
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 1.38125rem */
  letter-spacing: -0.0425rem;
  width: 6.875rem;
  height: 3.12481rem;
  text-align: center;
  padding-top: 0.62rem;
  right: 0%;
}

.game-wrapper.basic .total-donate .donate-bot .percentage b {
  color: #564134;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 1.4625rem */
}

.game-wrapper.basic .total-donate .donate-bot .percentage {
  display: inline-flex;
  padding: 0.375rem 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  border-radius: 62.4375rem;
  background: rgba(255, 255, 255, 0.7);
  color: #564134;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 1.38125rem */
  margin-bottom: 1.25rem;
}

.game-wrapper.basic .total-donate .donate-bot p {
  color: #564134;
  font-family: 'Pretendard';
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.875rem;
  letter-spacing: -0.05rem;
  text-align: center;
}

.game-wrapper.basic .total-donate .donate-bot p b {
  color: #564134;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.875rem;
  /* 150% */
  letter-spacing: -0.05rem;
}

.game-wrapper.basic .total-donate .donate-bot span {
  display: block;
  color: rgba(86, 65, 52, 0.7);
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 1.38125rem */
  letter-spacing: -0.0425rem;
  margin: 0.75rem 0 1.25rem;
}

.game-wrapper.basic .total-donate .info {
  display: flex;
  padding: 1.25rem 0rem 1.5rem 0rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  background: rgba(86, 65, 52, 0.14);
  border-left: 2px solid #564134;
  border-right: 2px solid #564134;
  border-bottom: 2px solid #564134;
  border-radius: 0rem 0rem 1.25rem 1.25rem;
  box-shadow: 0px 4px 0px 0px #564134;
}

.game-wrapper.basic .total-donate .info p {
  width: 100%;
  text-align: center;
  color: #564134;
  font-family: 'Pretendard';
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.875rem;
  letter-spacing: -0.05rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.game-wrapper.basic .total-donate .info p ~ p {
  margin-top: 0.13rem;
}

.game-wrapper.basic .total-donate .info > span {
  margin-top: 0.5rem;
  display: block;
  text-align: center;
  color: #564134;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 1.4rem */
  letter-spacing: -0.04rem;
  opacity: 0.5;
}

.game-wrapper.basic .total-donate .info p .ico-1 {
  background: url('https://cdn.banggooso.com/assets/images/game260/result/result_ico.png') no-repeat center/contain;
  width: 6.35831rem;
  height: 1.75rem;
  display: inline-block;
}

.game-wrapper.basic .total-donate .info p .ico-2 {
  background: url('https://cdn.banggooso.com/assets/images/game260/result/gs25.png') no-repeat center/contain;
  width: 3.63969rem;
  height: 1.125rem;
  aspect-ratio: 58.24/18;
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 0.25rem;
}

.game-wrapper.basic .total-donate .info p b {
  color: #564134;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.3125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 1.8375rem */
  letter-spacing: -0.0525rem;
}

.game-wrapper.basic .donate-content {
  background: #e4d8c7;
  /* padding-bottom: 5rem; */
}

.game-wrapper.basic .donate-content h3 {
  color: #564134;
  font-family: ChungjuKimSaeng;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.0175rem;
  padding-left: 1.38rem;
  padding-bottom: 1.5rem;
}

.game-wrapper.basic .donate-content > div {
  display: flex;
  width: 27.5rem;
  height: 22.5rem;
  padding: 2rem 0rem 1.75rem 0rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 1.875rem;
  flex-shrink: 0;
  border-radius: 1.25rem;
  border: 2px solid #564134;
  background: #fff;
  box-shadow: 0px -8px 0px 0px rgba(104, 82, 69, 0.2) inset;
  margin: 0 auto;
}

.game-wrapper.basic .donate-content #reset {
  display: flex;
  width: 25rem;
  height: 5rem;
  padding: 0.75rem;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  color: #fff;
  text-align: right;
  font-family: 'ChungjuKimSaeng';
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
  letter-spacing: -0.07rem;
  margin: 0 auto;
  border-radius: 1rem;
  border: 2px solid #36251a;
  background: #564134;
  box-shadow: 0px 10px 0px 0px #36251a;
  margin-top: 1.25rem;
}

.game-wrapper.basic .donate-content #reset svg {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  margin-left: 0.25rem;
}

.game-wrapper.basic .game-result .other-content {
  width: 27.5rem;
  margin: 0 auto;
  margin-bottom: 3.75rem;
  border-radius: 1.25rem;
  border: 2px solid #564134;
  background: url(<path-to-image>) lightgray 50% / cover no-repeat, #f4ede0;
  overflow: hidden;
}

.game-wrapper.basic .game-result .other-content .jst-bg {
  background: #9d8271;
  height: 1.25rem;
  width: 100%;
  display: block;
}

.game-wrapper.basic .game-result .other-content h4 {
  position: relative;
  background: #f5efe4;
  display: flex;
  padding: 0.75rem 0rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  align-self: stretch;
  color: #564134;
  text-align: center;
  font-family: 'ChungjuKimSaeng';
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 2.45rem */
  letter-spacing: -0.0175rem;
}

.game-wrapper.basic .game-result .other-content h4:before,
.game-wrapper.basic .game-result .other-content h4:after {
  content: '';
  height: 1.01569rem;
  width: 0.75rem;
  aspect-ratio: 16.25/12;
  background: url('https://cdn.banggooso.com/assets/images/game260/result/crape_top.png') no-repeat center/cover;
  transform: rotate(90deg);
}

.game-wrapper.basic .game-result .other-content h4:before {
  transform: rotate(-90deg);
}

.game-wrapper.basic .game-result .other-content .h4-bg {
  width: 100%;
  height: 0.4375rem;
  display: block;
  background: #d9c3b6;
  border-top: 2px solid #564134;
  border-bottom: 2px solid #564134;
}

.game-wrapper.basic .game-result .other-content .content {
  display: flex;
  padding: 1.5rem 1.875rem 2.5rem 1.875rem;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  background: url('https://cdn.banggooso.com/assets/images/game260/result/wht_paper_bg.png') center;
}

.game-wrapper.basic .game-result .other-content .content img {
  width: 100%;
}

.game-wrapper.basic .game-result .other-content .content .text {
  width: 100%;
  padding: 1.25rem 0;
  text-align: center;
  letter-spacing: normal;
}

.game-wrapper.basic .game-result .other-content .content .text p {
  color: #564134;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0.38rem;
}

.game-wrapper.basic .game-result .other-content .content .text span {
  color: #564134;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 1.575rem */
}

.game-wrapper.basic .game-result .other-content .content .btn-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.game-wrapper.basic .game-result .other-content .content .btn-wrap button {
  display: flex;
  width: 22.5rem;
  height: 4.375rem;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  align-self: stretch;
  border-radius: 1rem;
  border: 2px solid #36251a;
  background: #564134;
  box-shadow: 0px 10px 0px 0px #36251a;
  color: #fff;
  text-align: right;
  font-family: 'ChungjuKimSaeng';
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
  /* 107.692% */
  letter-spacing: -0.065rem;
}

.game-wrapper.basic .game-result .other-content .content .btn-wrap .chat {
  display: inline-flex;
  padding: 0.375rem 1.625rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border-radius: 62.4375rem;
  background: #d39781;
  color: #fff;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
  /* 188.235% */
  letter-spacing: -0.01063rem;
  margin-bottom: 1rem;
  position: relative;
}

.game-wrapper.basic .game-result .other-content .content .btn-wrap .chat:before {
  content: '';
  display: block;
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 0.875rem;
  height: 0.625rem;
  background-color: #d39781;
  transform-origin: center;
}

.game-result .share-sns-list {
  padding: 3.75rem 0rem 4.12rem 0rem;
  gap: 1.25rem;
  margin: 0;
}

.game-result .share-sns-list {
  margin-bottom: 0;
}

.game-result .share-sns-list .list-title {
  color: #564134;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.0125rem;
  margin-bottom: 0.75rem;
}

.game-result .share-sns-list .list {
  display: flex;
  gap: 0.88rem;
  align-items: center;
  justify-content: center;
}

.game-result .share-sns-list span {
  color: #564134;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.0125rem;
}

.game-result .share-sns-list .list li + li {
  margin: 0;
}

.game-result .share-sns-list .list li:nth-child(1) {
  order: 1;
}

.game-result .share-sns-list .list li:nth-child(2) {
  order: 3;
}

.game-result .share-sns-list .list li:nth-child(3) {
  order: 2;
}

.game-result .share-sns-list .list li:nth-child(4) {
  order: 4;
}

.game-result .share-sns-list .list li:nth-child(5) {
  order: 5;
}

.game-result .share-sns-list .btn-share.kakao {
  background-image: url('https://cdn.banggooso.com/assets/images/game260/common/share_kakao.png');
}

.game-result .share-sns-list .btn-share.instagram {
  background-image: url('https://cdn.banggooso.com/assets/images/game260/common/share_instagram.png');
}

.game-result .share-sns-list .btn-share.facebook {
  background-image: url('https://cdn.banggooso.com/assets/images/game260/common/share_facebook.png');
}

.game-result .share-sns-list .btn-share.twitter {
  background-image: url('https://cdn.banggooso.com/assets/images/game260/common/share_x.png');
}

.game-result .share-sns-list .btn-share.link-copy {
  background-image: url('https://cdn.banggooso.com/assets/images/game260/common/share_link.png');
}

.game-result .contents-more {
  background: #998376;
  border-radius: 0;
  flex-flow: wrap;
  margin: 0;
  padding-bottom: 2.25rem;
  padding-top: 2.5rem;
}

.game-result .contents-more .contents-main {
  flex: 1 100%;
  margin: 0;
  align-items: flex-start;
  padding: 0 1.8rem 1rem;
}

.game-result .contents-more .contents-main .contents-logo {
  width: 8.75rem;
  height: 1.875rem;
  background: url('https://cdn.banggooso.com/assets/images/game255/logo_white.png') no-repeat center center/cover;
}

.game-result .contents-more .contents-main .contents-logo img {
  display: none;
}

.game-result .contents-more .contents-main .sub-text {
  color: #fff;
  font-family: 'Pretendard';
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.125rem;
  /* 141.667% */
}

.game-result .contents-more .contents-list {
  flex: 1 100%;
  padding: 0;
  border-left: 0;
}

.game-result .contents-more .contents-list .game-btn {
  margin: 0;
  border: 0;
  background: transparent;
  padding: 1.75rem 1.94rem;
  display: flex;
  justify-content: space-between;
  order: 1;
  border-radius: 0;
  border-top: 1.333px solid #fff;
  margin-top: 0.38rem;
}

.game-result .contents-more .contents-list .game-btn a {
  color: #fff;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-family: 'Pretendard';
  order: -1;
}

.game-result .contents-more .contents-list .game-btn:before {
  display: block;
  position: static;
  width: 2rem;
  height: 2rem;
  background: url('https://cdn.banggooso.com/assets/images/game255/chevron_white.png') no-repeat center center/cover;
  transform-origin: center;
  transform: rotate(180deg);
}

.game-result .recommend-list {
  margin: 0;
  background-color: #998376;
}

.game-result .recommend-list .inner .title {
  color: #fff;
  font-family: 'Pretendard';
  font-size: 1.50013rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.033rem;
  padding: 0;
  margin: 0;
  padding-left: 1.46rem;
  margin-bottom: 0.48rem;
}

.game-result .recommend-list .swiper-container {
  padding: 0;
  padding-left: 2.17rem;
  margin-bottom: 3.25rem;
}

.game-result .recommend-list .slide-box .img-box {
  height: 10.83406rem;
}

.game-result .recommend-list .swiper-slide {
  width: 10.83406rem;
  height: 13.33425rem;
}

.game-result .recommend-list .slide-box {
  width: 10.83406rem;
  height: 13.33425rem;
  border: 0.3rem solid #685245;
}

.game-result .recommend-list .slide-box .slide-text {
  background-color: #fff;
  color: #000;
  font-size: 1.00006rem;
  font-family: 'Pretendard';
  font-weight: 700;
  letter-spacing: -0.02rem;
}

.game-result .recommend-list .btn-wrap {
  padding-bottom: 4rem;
  position: relative;
  z-index: 999;
}

.game-result .recommend-list .btn-wrap .btn-white-round {
  width: 15.25rem;
  height: 4.00025rem;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #564134;
  color: #fff;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.25006rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.0275rem;
}

.game-result .recommend-list:before {
  height: 16rem;
}

.bgm-container,
.exit-container {
  position: fixed;
  display: flex;
  width: 100%;
  height: 100vh;
  padding: 0 1.875rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
  top: 0;
}

.bgm-container .bgm-wrapper {
  display: flex;
  width: 100%;
  padding: 2rem 1.875rem 2.25rem 1.875rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 1.25rem;
  border: 2px solid #564134;
  background: url('https://cdn.banggooso.com/assets/images/game260/result/paper_bg.png') no-repeat center center/cover;
}

.bgm-container .bgm-wrapper img {
  width: 5rem;
  height: 6.05069rem;
  aspect-ratio: 80/96.81;
  margin-bottom: 0.75rem;
}

.bgm-container .bgm-wrapper p {
  color: #573b3b;
  text-align: center;
  font-family: 'ChungjuKimSaeng';
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.125rem;
  /* 141.667% */
}

.bgm-container .btn-wrap {
  margin-top: 1.25rem;
  margin-bottom: 0;
  display: flex;
  width: 100%;
  gap: 0.75rem;
}

.bgm-container .btn-wrap button {
  display: flex;
  padding: 1.125rem 0.625rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  flex: 1 0 0;
  color: #fff;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 1.7875rem */
}

.bgm-container .btn-wrap .play-bgm {
  border-radius: 1rem;
  border: 2px solid #36251a;
  background: linear-gradient(0deg, #564134 0%, #564134 100%), rgba(255, 179, 197, 0.95);
  box-shadow: 0px 4px 0px 0px #422a1b;
}

.bgm-container .btn-wrap .del-bgm {
  border-radius: 1rem;
  border: 2px solid #36251a;
  background: linear-gradient(0deg, #876855 0%, #876855 100%), rgba(255, 179, 197, 0.95);
  box-shadow: 0px 4px 0px 0px #422a1b;
}

.bgm-container {
  display: none;
}

.exit-container {
  display: none;
}

.exit-container .exit-wrapper {
  display: flex;
  width: 26.25rem;
  padding: 2.75rem 1.875rem 2.25rem 1.875rem;
  flex-direction: column;
  align-items: center;
  border-radius: 1.25rem;
  border: 2px solid #564134;
  background: url('https://cdn.banggooso.com/assets/images/game260/result/paper_bg.png') no-repeat center center/cover;
}

.exit-container .exit-wrapper p {
  color: #573b3b;
  text-align: center;
  font-family: 'ChungjuKimSaeng';
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.125rem;
  /* 106.25% */
  margin-bottom: 0.75rem;
}

.exit-container .exit-wrapper span {
  color: #573b3b;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.875rem;
  /* 136.364% */
}

.exit-container .btn-wrap {
  margin-top: 1.25rem;
  display: flex;
  width: 100%;
  gap: 0.75rem;
}

.exit-container .btn-wrap button {
  display: flex;
  padding: 1.125rem 0.625rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  flex: 1 0 0;
  color: #fff;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 1.7875rem */
}

.exit-container .btn-wrap .play {
  border-radius: 1rem;
  border: 2px solid #36251a;
  background: linear-gradient(0deg, #564134 0%, #564134 100%), rgba(255, 179, 197, 0.95);
  box-shadow: 0px 4px 0px 0px #422a1b;
}

.exit-container .btn-wrap .ext {
  border-radius: 1rem;
  border: 2px solid #36251a;
  background: linear-gradient(0deg, #876855 0%, #876855 100%), rgba(255, 179, 197, 0.95);
  box-shadow: 0px 4px 0px 0px #422a1b;
}

.story-container .story-wrapper .story-content {
  position: relative;
}

.story-content .next {
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 62.4375rem;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  width: 3.75rem;
  height: 3.75rem;
  padding: 0.125rem 0.75rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  aspect-ratio: 1/1;
  z-index: 1;
  cursor: pointer;
}

.story-content .prev {
  position: absolute;
  left: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 62.4375rem;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  width: 3.75rem;
  height: 3.75rem;
  padding: 0.125rem 0.75rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  aspect-ratio: 1/1;
  z-index: 1;
  cursor: pointer;
}

.loader {
  width: 3.75rem;
  aspect-ratio: 4;
  --_g: no-repeat radial-gradient(circle closest-side, #fff 90%, #0000);
  background: var(--_g) 0% 50%, var(--_g) 50% 50%, var(--_g) 100% 50%;
  background-size: calc(100% / 3) 100%;
  animation: l7 1s infinite linear;
}

.story-container .story-wrapper .story-content .yellow-bg {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20rem;
  background: rgba(254, 242, 229, 1);
  z-index: -1;
}

@keyframes l7 {
  33% {
    background-size: calc(100% / 3) 0%, calc(100% / 3) 100%, calc(100% / 3) 100%;
  }

  50% {
    background-size: calc(100% / 3) 100%, calc(100% / 3) 0%, calc(100% / 3) 100%;
  }

  66% {
    background-size: calc(100% / 3) 100%, calc(100% / 3) 100%, calc(100% / 3) 0%;
  }
}

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

  .game-wrapper {
    width: 100%;
  }
}
