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

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

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

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

@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');
@font-face {
  font-family: 'Pretendard-Regular';
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
  font-style: normal;
}
@font-face {
  font-family: 'Pretendard-Bold';
  src: url('https://cdn.banggooso.com/sr/assets/fonts/Pretendard-Bold.otf') format('opentype'),
    url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-Thin.woff2https://cdn.banggooso.com/sr/assets/fonts/Pretendard-Bold.woff2')
      format('woff2'),
    url('https://cdn.banggooso.com/sr/assets/fonts/Pretendard-Bold.woff') format('woff');
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard-Medium';
  src: url('https://cdn.banggooso.com/sr/assets/fonts/Pretendard-Medium.otf') format('opentype'),
    url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-Thin.woff2https://cdn.banggooso.com/sr/assets/fonts/Pretendard-Medium.woff2')
      format('woff2'),
    url('https://cdn.banggooso.com/sr/assets/fonts/Pretendard-Medium.woff') format('woff');
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard-Regular';
  src: url('https://cdn.banggooso.com/sr/assets/fonts/Pretendard-Regular.otf') format('opentype'),
    url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-Thin.woff2https://cdn.banggooso.com/sr/assets/fonts/Pretendard-Regular.woff2')
      format('woff2'),
    url('https://cdn.banggooso.com/sr/assets/fonts/Pretendard-Regular') format('woff');
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard-SemiBold';
  src: url('https://cdn.banggooso.com/sr/assets/fonts/Pretendard-SemiBold.otf') format('opentype'),
    url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-Thin.woff2https://cdn.banggooso.com/sr/assets/fonts/Pretendard-SemiBold.woff2')
      format('woff2'),
    url('https://cdn.banggooso.com/sr/assets/fonts/Pretendard-SemiBold') format('woff');
  font-style: normal;
}

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

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

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

.game-wrapper .game-intro {
  padding: 0;
}

.game-wrapper .app-header .app-logo.intro-logo,
.game-wrapper .page .app-logo,
.game-wrapper .app-header.result .app-logo,
.game-wrapper .app-header.result-test-header .app-logo {
  background-size: contain;
  background-image: url('https://cdn.banggooso.com/assets/bing/main/result/logo.png');
  width: 25.438rem;
}

.game-wrapper .app-header .app-logo.bing-logo {
  background-size: contain;
  background-image: url('https://cdn.banggooso.com/assets/bing/header/logo.png');
  width: 10.625rem;
}

.img-width {
  width: 100%;
}

.img-width.bigger {
  width: 120%;
}

.bold-txt {
  font-family: 'Pretendard-Bold';
}
.txt-center {
  text-align: center;
}
.pos-rel {
  position: relative;
  width: 100%;
  height: 100%;
}

/* 전체 큰 레이아웃 */
.game-wrapper.basic .app-header,
.game-wrapper .app-header.page {
  border: none !important;
  position: relative;
}

.app .app-header.intro-header {
  position: fixed;
  z-index: 1;
  width: 100%;
  border: none;
}

.game-wrapper .app-header .app-header-btn.back {
  background-image: url('https://cdn.banggooso.com/assets/bing/main/result/arrow_back.png');
  background-size: 23%;
  width: 3.5rem;
}

.game-wrapper .app-header .app-header-btn.back.bing {
  background-image: url('https://cdn.banggooso.com/assets/bing/story/arrow_back.png');
  background-size: 55%;
  width: 4.5rem;
}

.bing-header .home,
.app-header.page .home,
.result-test-header .home {
  background-image: url('https://cdn.banggooso.com/assets/bing/story/home.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 2.5rem;
  height: 2.5rem;
  display: inline-block;
  position: absolute;
  top: 0.75rem;
  right: 1.25rem;
}

.game-wrapper.basic .game-wrap {
  position: relative;
  width: 100%;
}

.game-wrapper.basic .app-header {
  height: 4rem;
  border: none;
}

.game-wrapper .app-header.page {
  position: relative;
  height: 4rem;
}

.game-wrapper.basic .app-header {
  background: rgba(0, 0, 0, 0.2) !important;
  -webkit-backdrop-filter: blur(12.5px);
  backdrop-filter: blur(12.5px);
  z-index: 999;
  position: absolute;
  width: 100%;
}

.app-header .sound {
  background-image: url('https://cdn.banggooso.com/assets/bing/main/intro/on.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: 0.75rem;
  right: 1rem;
}

.app-header .sound.bing {
  right: 4rem;
}

.app-header .sound.off {
  background-image: url('https://cdn.banggooso.com/assets/bing/main/intro/off.png') !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.header-area {
  width: 100%;
  height: 4.063rem;
  background-color: #1c032f;
}
.game-wrapper .app-main,
.game-wrapper .app-intro {
  height: 100dvh;
  color: #000000;
}
.app-intro {
  flex-grow: 1;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  scroll-behavior: smooth;
  background-color: #17c6bd;
}
/* 게임 인트로 */
.game-intro,
.game-wrapper .game-intro {
  padding-bottom: 0 !important;
}
.game-intro .img-box {
  margin-bottom: 0 !important;
  padding-top: 11.5rem;
  width: 96%;
  margin: 0 auto;
}
.intro-input-wrap {
  position: relative;
  z-index: 12;
  display: flex;
  flex-direction: column;
  margin: 13rem auto 0 auto;
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.intro-start-btn {
  font-family: 'Pretendard-Medium';
  font-size: 1.5rem;
  line-height: 1.7rem;
  text-align: center;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  width: 90%;
  height: 5.313rem;
  background: linear-gradient(294.09deg, rgba(255, 249, 199, 0) -13.02%, rgba(249, 255, 179, 0.5) 74.57%), #e2006d;
  border: 1px solid #ffffff;
  box-shadow: 0px 0px 12px #ffffff;
  border-radius: 0.938rem;
  padding: 0 1.25rem;
}

.intro-start-btn:active {
  opacity: 0.6;
}

.intro-start-btn .star {
  width: 1rem;
  height: auto;
}

.intro-start-btn .start {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6875rem;
  letter-spacing: normal;
}

.intro-start-btn .start .bgm {
  width: 4.1875rem;
  height: auto;
}

.intro-input {
  box-sizing: border-box;
  width: 90%;
  height: 5.313rem;
  font-size: 1.5rem;
  background: rgba(43, 0, 76, 0.64);
  border: 1px solid #ffffff;
  border-radius: 0.625rem;
  color: white !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.intro-input input {
  box-sizing: border-box;
  text-align: center;
  width: 90%;
  height: 4rem;
  font-size: 1.5rem;
  background-color: transparent;
  outline: none;
  color: white;
  font-family: 'Pretendard-500';
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px rgba(43, 0, 76, 0.64) inset;
}

.intro-input img {
  width: 0.938rem;
  height: auto;
}

.intro-input .left {
  rotate: 180deg;
}

.intro-input input::placeholder {
  color: white;
  opacity: 70%;
  font-family: 'Pretendard';
}

.intro-bg-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  background: radial-gradient(50% 50% at 50% 50%, #77d6ff 13.5%, #002992 87%);
  mix-blend-mode: multiply;
  opacity: 0.76;
}
.intro-forest-area {
  width: 100%;
  position: absolute;
  z-index: 10;
  height: 90vh;
}

.intro-forest-area .glow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  animation: glow 2s infinite;
}

@keyframes glow {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.intro-forest-area .shine {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.intro-bottom {
  width: 100%;
  background-color: #17c6bd;
  background: linear-gradient(180deg, #17c6bd 0%, #008881 100%);
  position: absolute;
  bottom: -51.3rem;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* padding: 18rem 1.875rem 0 1.875rem; */
}

.intro-bottom.banggooso {
  bottom: -53.8rem !important;
}

.intro-bottom .line {
  width: 27.5rem;
  height: 0.0625rem;
  opacity: 0.4;
  background: #fff;
}
/* 참여 수 */
.game-intro .game-count {
  margin: 0;
  text-align: center;
  position: absolute;
  top: 15rem;
}
.game-intro .game-count .count-label:before {
  background-color: transparent !important;
}
.game-intro .game-count .count-label {
  color: white !important;
  font-size: 1.55rem;
  font-family: 'Pretendard-SemiBold';
  line-height: normal;
}
.game-intro .game-count .count-num {
  color: white !important;
  font-size: 2.75rem !important;
  line-height: normal;
}
/* 인트로 공유 */
.intro-share-box {
  /* border-top: 0.5px solid rgba(255, 255, 255, 0.5); */
  padding-top: 2rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.intro-share-box .link,
.intro-share-box .share-api {
  display: flex;
  width: 11.25rem;
  height: 4rem;
  padding: 0.625rem 1.75rem 0.625rem 1.375rem;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  flex-shrink: 0;
  border-radius: 62.4375rem;
  border: 1px solid #fff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 53.43%, rgba(255, 255, 255, 0.36) 100%),
    rgba(255, 255, 255, 0.04);
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.1);
}

.intro-share-box .link img,
.intro-share-box .share-api img {
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
}

.intro-share-box .link p,
.intro-share-box .share-api p {
  color: #fff;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.5rem;
}
/* 가장 많은 유형 */

.game-intro .result-box {
  background-image: url('https://cdn.banggooso.com/assets/bing/main/intro/most_type_container.png') !important;
}

.game-result .result-box.most {
  margin: 2.5rem 0 5rem 0 !important;
}

.game-intro .result-box,
.game-result .result-box.most {
  padding: 0;
  margin: 0 0 3rem 0 !important;
  width: 27.5rem;
  height: 30.6875rem;
  border: none;
  filter: drop-shadow(0px 6px 15px rgba(0, 0, 0, 0.1));
  background-image: url('https://cdn.banggooso.com/assets/bing/main/result/most_type_container.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: 'Pretendard';
}

.game-result .result-box.most {
  margin: 2.5rem 0 !important;
  padding: 2.5rem 1.1rem !important;
}

.game-result .result-box.most .result-box-title > span {
  line-height: 1.625rem;
}

.game-result .result-box.most .result-box-title2 {
  margin: 0;
}

.game-result .page-full {
  margin: 0;
}

.result-box .img-halt-box ul.list > li span.label-top {
  text-shadow: none;
  color: #fff;
  text-align: center;
  font-family: 'Pretendard-500';
  font-size: 1.3125rem;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.01313rem;
}

.result-box .img-halt-box ul.list > li a .label-bottom span {
  color: #fff;
  text-align: center;
  font-family: 'Pretendard-600';
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.06rem;
  margin-bottom: 0.25rem;
}

.result-box .img-halt-box ul.list > li span.label-bottom > em {
  color: #fff;
  text-align: center;
  font-family: 'Pretendard-500';
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.00875rem;
  opacity: 0.7;
}

.game-wrapper.basic .result-box .img-halt-box ul.list > li span.label-top {
  margin: 0;
  margin-bottom: 0.25rem;
  opacity: 0.7;
}

.game-wrapper.basic .result-box .img-halt-box ul.list > li span.label-bottom {
  margin: 0 0 0.5rem 0;
}

.game-intro .result-box .result-box-title:before,
.game-result .result-box .result-box-title:before {
  background-color: transparent !important;
}
.game-intro .result-box .result-box-title > span,
.game-result .result-box .result-box-title > span {
  color: white !important;
  font-size: 1.62rem;
  font-family: 'Pretendard-Bold';
  font-weight: initial !important;
}
.game-intro .result-box .result-box-title2 > small,
.game-result .result-box.most .result-box-title2 > small {
  font-size: 0.875rem;
  color: white;
  font-family: 'Pretendard-400';
  font-weight: initial !important;
}

.game-intro .img-halt-box .list a {
  padding: 0;
  width: fit-content;
}

.game-intro .img-halt-box .list li div {
  background-image: url('https://cdn.banggooso.com/assets/bing/main/intro/most_type_content.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.game-result .img-halt-box {
  margin: 0;
  margin-top: 1.25rem;
}

.game-result .img-halt-box .list li div {
  background-image: url('https://cdn.banggooso.com/assets/bing/main/result/most_type_content_white.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.game-intro .img-halt-box .list li div img,
.game-result .img-halt-box .list li div img {
  max-width: 10rem;
  height: 10rem;
}
/* 문제 페이지 */
.game-wrapper.basic .game-intro {
  padding-bottom: 0 !important;
  background-color: #9effe6;
  background-image: url('https://cdn.banggooso.com/assets/bing/main/bg/bg1.png');
  background-size: 100%;
  background-position: top -165% right 0em;
  /* background-position: top 160% right 0em; */
  background-repeat: no-repeat;
  position: relative;
  /* height: 100vh; */
}

/* 결과 */

.app-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
}

.game-wrapper.basic .game-result {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(174deg, #1c032f 59.07%, #94143b 98.45%);
  padding: 0;
  width: 100%;
}

.user {
  color: #fff;
  font-family: 'Pretendard-400';
  font-size: 1.75rem;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.018rem;
  padding: 2rem 0 1rem 0;
}

.user span {
  font-family: 'Pretendard-700';
}

.top {
  display: flex;
}

.result-image {
  width: 12.313rem;
  height: 12.313rem;
  position: relative;
}

.result-image .magic-bing {
  width: 12.313rem;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.result-image .result-bing {
  width: 12.313rem;
  height: 12.313rem;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.result-image .result-bing img {
  width: 120%;
  object-fit: contain;
}

.img-object {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.capture-wrap {
  /* border: 1.5px solid rgba(255, 231, 242, 0.5); */
  width: 27.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* padding: 1.5rem; */
}

.capture-wrap img {
  width: 100%;
  height: auto;
}

.summary {
  width: 12rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1rem;
}

.summary .deco img {
  width: 8.5rem;
  height: auto;
}

.summary .star {
  width: 0.625rem;
  height: auto;
  filter: drop-shadow(0 0 0.2rem #ff62b7);
}

.summary .title {
  color: #fff;
  text-align: center;
  font-family: 'Pretendard-700';
  font-size: 2.262rem;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.213rem;
  text-shadow: 0 0 1.25rem #ff62b7;
}

.summary .desc {
  width: 100%;
  font-size: 1.125rem;
}

.summary .desc ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.summary .desc ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.summary .desc ul li .key {
  color: #d9a0bb;
  text-align: center;
  font-family: 'Pretendard-600';
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.011rem;
  margin-right: 0.5rem;
}

.summary .desc ul li .line {
  flex: 1;
  height: 1px;
  background-color: #d9a0bb;
}

.summary .desc ul li .value {
  color: #f5e1eb;
  font-family: 'Pretendard-400';
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.011rem;
  margin-left: 0.5rem;
}

.middle {
  width: 100%;
  margin-bottom: 1rem;
}

.middle ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1rem;
}

.middle ul li {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: 'Pretendard-400';
  font-size: 1.25rem;
  font-style: normal;
  line-height: 1.813rem;
  letter-spacing: -0.025rem;
}

.middle ul li .square {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.25rem;
  border: 1.5px solid #d9a0bb;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.3) 100%);
  margin-right: 1rem;
}

.friend {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.friend img {
  width: 9.5rem;
  height: auto;
}

.friend p {
  font-size: 1rem;
  font-family: 'Pretendard';
}

.capture-wrap .line {
  width: 100%;
  height: 1px;
  background-color: white;
}

.capture-wrap .bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-family: 'Pretendard';
  font-size: 1rem;
  margin-top: 0.7rem;
}

.game-wrapper.basic .game-result .thumb-img-text {
  color: #fff;
  text-align: center;
  font-family: 'Pretendard-400';
  font-weight: 400;
  font-size: 1rem;
  font-style: normal;
  line-height: 100%;
  letter-spacing: -0.02rem;
  margin: 1rem 0;
}

.share {
  color: #fff;
  text-align: center;
  font-family: 'Pretendard-700';
  font-size: 1.25rem;
  font-style: normal;
  line-height: 2.063rem;
  letter-spacing: -0.028rem;
  margin: 1.25rem 0;
  opacity: 0.7;
}

.stars {
  width: 2.5rem;
  height: auto;
  margin-bottom: 2rem;
}

.result-summary {
  width: 27.5rem;
  height: 20.25rem;
  background-image: url('https://cdn.banggooso.com/assets/bing/main/result/container.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.result-summary .title {
  width: 18.125rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  font-family: 'Pretendard-700';
  font-size: 1.75rem;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.018rem;
  margin-top: 3rem;
  filter: drop-shadow(0 0 0.5rem #ff62b7);
}

.result-summary .title span {
  color: #ffb9d6;
  font-family: 'Pretendard-700';
  font-size: 1.75rem;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.018rem;
}

.result-summary .front {
  position: absolute;
  top: 0;
  left: 0;
  width: 1rem;
  height: auto;
  filter: drop-shadow(0 0 0.2rem #ff62b7);
}

.result-summary .back {
  position: absolute;
  top: 0;
  right: 0;
  rotate: 180deg;
  width: 1rem;
  height: auto;
  filter: drop-shadow(0 0 0.2rem #ff62b7);
}

.result-summary .content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1.75rem;
  gap: 1rem;
}

.result-summary .content .price-container {
  width: 8.75rem;
  height: 10rem;
  background-image: url('https://cdn.banggooso.com/assets/bing/main/result/price_background.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
}

.result-summary .content img {
  width: 8.375rem;
  height: auto;
  margin: 0 0.2rem;
}

.result-summary .content p {
  color: #fff;
  font-family: 'Pretendard-500';
  font-size: 1rem;
  font-style: normal;
  line-height: 1.625rem;
  letter-spacing: -0.02rem;
}

.result-summary .content p span {
  color: #ffb9d6;
}

.event {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.event_1,
.event_2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.event_1 {
  margin: 5rem 0 3.75rem 0;
}

.event_2 {
  margin: 2.5rem 0;
}

.event_1 .text,
.event_2 .text {
  width: 7.5rem;
  height: 2.5rem;
  filter: drop-shadow(0 0.25rem 0.5rem rgba(34, 25, 41, 0.3));
  border-radius: 2.5rem;
  border: 1px solid rgba(255, 185, 214, 0.5);
  background: linear-gradient(166deg, rgba(0, 0, 0, 0.1) 2.09%, rgba(255, 96, 153, 0.41) 88.22%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffb9d6;
  text-align: center;
  font-family: 'Pretendard-700';
  font-size: 1.125rem;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.023rem;
}

.event_1 .title img,
.event_2 .title img {
  width: 0.75rem;
  height: 2.5rem;
}

.event_1 .title,
.event_2 .title {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 1.25rem #ff62b7;
  font-family: 'Pretendard-700';
  font-size: 2.5rem;
  font-style: normal;
  line-height: 2.5rem;
  margin: 1.5rem 0;
}

.event_1 .sub-title {
  margin-bottom: 0.5rem;
}

.event_2 .sub-title {
  margin-bottom: 1.5rem;
}

.event_1 .sub-title,
.event_2 .sub-title {
  color: #fff;
  text-align: center;
  text-shadow: 0 0 1.25rem #ff62b7;
  font-family: 'Pretendard-600';
  font-size: 1.5rem;
  font-style: normal;
  line-height: 2.125rem;
  letter-spacing: -0.015rem;
}

.event_1 > p {
  color: #d8d2dd;
  text-align: center;
  font-family: 'Pretendard-400';
  font-size: 1.375rem;
  font-style: normal;
  line-height: 2rem;
  letter-spacing: -0.015rem;
}

.event_1 > p span {
  font-family: 'Pretendard-700';
}

.mySwiper {
  width: 25rem;
  height: 16.25rem;
  flex-shrink: 0;
  border-radius: 0.9375rem;
  border: 1px solid rgba(255, 185, 214, 0.5);
  background: rgba(255, 185, 214, 0.1);
  margin-top: 2rem;
}

.mySwiper .swiper-slide img {
  width: 100%;
  height: auto;
}

.mySwiper .swiper-pagination-bullet {
  background-color: #fff !important;
  opacity: 0.8 !important;
  width: 0.375rem !important;
  height: 0.375rem !important;
}

.mySwiper .swiper-pagination-bullet-active {
  background-color: #f3468e !important;
  opacity: 1 !important;
}

.event1_price p {
  text-align: center;
  color: #d8d2dd;
  font-family: 'Pretendard-400';
  font-size: 1.25rem;
  font-style: normal;
  line-height: 2rem;
  letter-spacing: -0.013rem;
  margin: 1rem 0 2.5rem 0;
}

.event1_price p span {
  color: #fff;
  text-align: center;
  font-family: 'Pretendard-600';
  font-size: 1.25rem;
  font-style: normal;
  line-height: 2rem;
  letter-spacing: -0.013rem;
}

.lg_button {
  background-image: url('https://cdn.banggooso.com/assets/bing/main/result/lg_button.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 27.5rem;
  height: 4.375rem;
  color: #592539;
  text-align: center;
  text-shadow: 0 0 0.625rem rgba(255, 52, 128, 0.2);
  font-family: 'Pretendard-700';
  font-size: 1.563rem;
  font-style: normal;
  line-height: 2.5rem;
  filter: drop-shadow(0px 0px 16px #ff1b51);
  display: flex;
  justify-content: center;
  align-items: center;
}

.lg_button:active {
  opacity: 0.6;
}

.lg_button img {
  width: 1.875rem;
  height: 1.875rem;
}

.lg_button.restart {
  text-shadow: none;
}

.event_1 .period {
  color: #d8d2dd;
  font-family: 'Pretendard-400';
  font-size: 1rem;
  font-style: normal;
  line-height: 1.75rem;
  margin-top: 1.5rem;
}

.event_1 .period span {
  font-family: 'Pretendard-700';
}

.event .line {
  width: 90%;
  height: 1px;
  background-color: white;
  opacity: 0.2;
}

.event_2 .event2_price {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.event_2 .event2_price .first {
  width: 26.25rem;
  height: 17.7rem;
  background-image: url('https://cdn.banggooso.com/assets/bing/main/result/first.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 1.25rem #ff62b7;
  font-family: 'Pretendard-700';
  font-size: 1.25rem;
  font-style: normal;
  line-height: 2.125rem;
  letter-spacing: -0.013rem;
  margin-bottom: 1.5rem;
}

.event_2 .event2_price .first > img {
  width: 20rem;
  height: auto;
  transform: translateY(0.7rem);
}

.event_2 .event2_price .first div {
  transform: translateY(-0.3rem);
}

.event_2 .event2_price .first p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

.event_2 .event2_price .first span {
  font-family: 'Pretendard-400';
  font-size: 1.125rem;
}

.event_2 .event2_price .first p img {
  width: 0.5rem;
  height: auto;
}

.event_2 .event2_price .rest {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}

.event_2 .event2_price .rest .second {
  background-image: url('https://cdn.banggooso.com/assets/bing/main/result/second.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 11.875rem;
  height: 14.5rem;
  color: #fff;
  text-align: center;
  font-family: 'Pretendard-700';
  font-size: 1rem;
  font-style: normal;
  line-height: 1.25rem;
  letter-spacing: -0.01rem;
}

.event_2 .event2_price .rest .second img {
  width: 11.75rem;
  height: auto;
  margin-top: 1rem;
}

.event_2 .event2_price .rest .second span,
.event_2 .event2_price .rest .third span {
  font-size: 0.875rem;
  font-family: 'Pretendard-400';
}

.event_2 .event2_price .rest .third {
  background-image: url('https://cdn.banggooso.com/assets/bing/main/result/third.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 11.875rem;
  height: 14.5rem;
  color: #fff;
  text-align: center;
  font-family: 'Pretendard-700';
  font-size: 1rem;
  font-style: normal;
  line-height: 1.25rem;
  letter-spacing: -0.01rem;
}

.event_2 .event2_price .rest .third img {
  width: 8rem;
  height: auto;
  margin: 1.2rem 0 0.4rem 0;
}

.steps {
  width: 27.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 0.938rem;
  border: 1px solid rgba(255, 185, 214, 0.5);
  background: rgba(255, 185, 214, 0.1);
  padding: 2.5rem 0;
}

.steps .top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  letter-spacing: normal;
}

.steps-line {
  width: 90%;
  height: 1px;
  background-color: white;
  opacity: 0.2;
  margin: 2rem 0;
}

.event-step1,
.event-step2 {
  color: #ffb9d6;
  text-align: center;
  font-family: 'Pretendard-700';
  font-size: 1.375rem;
  font-style: normal;
  line-height: 1.5rem;
  text-transform: uppercase;
}

.steps .top img {
  width: 0.875rem;
  height: auto;
}

.steps .top p {
  color: #fff;
  font-family: 'Pretendard-500';
  font-size: 1.375rem;
  font-style: normal;
  line-height: 2.125rem;
  text-align: center;
}

.steps .top p span {
  color: #fff;
  text-align: center;
  font-family: 'Pretendard-700';
  font-size: 1.375rem;
  font-style: normal;
  line-height: 2.125rem;
}

.steps .bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.steps .bottom > p:nth-child(1) {
  color: #fff;
  font-family: 'Pretendard-700';
  font-size: 1.25rem;
  font-style: normal;
  line-height: 1.875rem;
  letter-spacing: normal;
}

.steps .bottom > p:nth-child(1) span {
  color: #ffb9d6;
  font-family: 'Pretendard-700';
}

.steps .bottom > p:nth-child(2) {
  margin-bottom: 1rem;
  color: #fff;
  text-align: center;
  font-family: 'Pretendard-500';
  font-size: 1.25rem;
  font-style: normal;
  line-height: 1.875rem;
  letter-spacing: normal;
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.steps .bottom > p:nth-child(2) img {
  width: 1.5rem;
  height: auto;
}

.steps .bottom > p:nth-child(2) span {
  margin-left: 0.2rem;
}

.steps .bottom .tags {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  font-family: 'Pretendard-500';
}

.steps .bottom .tags .tag1,
.steps .bottom .tags .tag2 {
  border-radius: 3.125rem;
  border: 1px solid #fff;
  background: rgba(255, 185, 214, 0.2);
  padding: 0.625rem 1.25rem;
  letter-spacing: normal;
  color: white;
}

.md_button {
  width: 23.75rem;
  height: 4.375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url('https://cdn.banggooso.com/assets/bing/main/result/md_button.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  filter: drop-shadow(0 0 1rem #ff1b51);
  color: #592539;
  text-align: center;
  font-family: 'Pretendard-700';
  font-size: 1.5rem;
  font-style: normal;
  line-height: 2.5rem;
  margin: 1rem 0 2rem 0;
}

.md_button:active {
  opacity: 0.6;
}

.steps .bottom > p:last-child {
  color: #dcd1d5;
  font-family: 'Pretendard-400';
  font-size: 1rem;
  font-style: normal;
  line-height: 1.75rem;
  letter-spacing: normal;
}

.match-totem {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 3rem;
}

.match-totem-title {
  color: #fff;
  text-align: center;
  font-family: 'Pretendard-700';
  font-size: 1.75rem;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.018rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-shadow: 0 0 1.25rem #ff62b7;
  gap: 0.5rem;
  margin-bottom: 2rem;
}

.match-totem-title .star {
  width: 0.75rem;
  height: auto;
  filter: drop-shadow(0 0 0.2rem #ff62b7);
}

.match-totem .totem-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.match-totem .totem_1,
.match-totem .totem_2 {
  display: flex;
  width: 27.5rem;
  height: 10rem;
  border-radius: 0.938rem;
  border: 1px solid rgba(255, 185, 214, 0.5);
  background: rgba(255, 185, 214, 0.1);
  align-items: center;
  justify-content: space-between;
  padding-right: 1rem;
}

.match-totem .totem_1 .text,
.match-totem .totem_2 .text {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-left: 2rem;
}

.match-totem .totem_1 .text .rank,
.match-totem .totem_2 .text .rank {
  color: #fff;
  text-align: right;
  font-family: 'Pretendard-700';
  font-size: 1.75rem;
  width: 2.675rem;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.018rem;
  margin: 0;
}

.match-totem .totem_1 .text .vertical-line,
.match-totem .totem_2 .text .vertical-line {
  width: 1px;
  height: 1.875rem;
  opacity: 0.5;
  background: #fff;
}

.match-totem .totem_1 .text .totem,
.match-totem .totem_2 .text .totem {
  color: #fff;
  text-shadow: 0 0 0.938rem rgba(184, 0, 143, 0.7), 0 0 0.875rem rgba(227, 182, 255, 0.5);
  font-family: 'Pretendard-700';
  font-size: 1.75rem;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.018rem;
}

.match-totem .totem_1 img,
.match-totem .totem_2 img {
  width: 10rem;
  height: 10rem;
  object-fit: contain;
}

.share-sns {
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.share-sns.result {
  margin-top: 3.5rem;
}

.share-sns .link img,
.share-sns .share-api img {
  width: 3rem;
  height: 3rem;
  flex-shrink: 0;
}

.share-sns .link,
.share-sns .share-api {
  display: flex;
  width: 8.75rem;
  height: 7.5rem;
  padding: 0.625rem 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.125rem;
  flex-shrink: 0;
  border-radius: 1rem;
  border: 1.5px solid #fff;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.04) 5.89%, rgba(255, 0, 92, 0.2) 108.51%);
}

.share-sns .link p,
.share-sns .share-api p {
  color: #fff;
  text-align: center;
  font-family: 'Pretendard-700';
  font-size: 1.5rem;
  font-style: normal;
  line-height: 2.25rem;
}
.game-wrap .full-page {
  height: 100dvh;
  position: relative;
  display: flex;
  flex-direction: column;
}

/* 콘텐츠 더보기 */

.contents-more-below {
  width: 27.25rem;
  height: auto;
  margin-bottom: 5rem;
}

.contents-more .contents-main .contents-logo img {
  width: 50%;
}

.contents-more .contents-list .game-btn {
  width: 90%;
  border-radius: 0;
  margin: 0;
  text-align: left;
  padding: 1.5rem 1.7rem;
  position: relative;
  letter-spacing: 0.1px;
  font-size: 1.2rem !important;
  background-color: transparent !important;
  border: none !important;
  border-top: 1px solid #ffffff33 !important;
  cursor: pointer;
  color: white;
  font-family: 'Pretendard-600';
  font-weight: 500;
}

.contents-more .contents-list .game-btn:before {
  left: 90%;
  width: 2rem;
  height: 2rem;
  background-image: url('https://cdn.banggooso.com/assets/bing/main/result/expand_more.png');
  background-size: contain;
}

.contents-more {
  background: transparent;
  border: none;
  margin: 2.7rem 0;
  flex-direction: column;
  width: 100%;
}

.contents-more .contents-main {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 1.7rem 1.7rem 1rem 1.875rem;
}

.contents-more .contents-list {
  margin: 0 0 0.7rem 0;
  border-left: 1px solid #373c3f;
  border-left: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contents-more .contents-list > div {
  border-top: 1px solid #373c3f;
}

.contents-more .contents-main .sub-text {
  color: white;
  font-family: 'Pretendard-700';
  font-size: 1.3rem;
  text-align: left;
}

.btn-white-round {
  width: 15.5rem;
  height: 4.00025rem;
  flex-shrink: 0;
  border-radius: 2.00013rem;
  background: #000;
  color: #fff;
  text-align: center;
  font-family: 'RixGulim EB';
  font-size: 1.25006rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.025rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.game-result .recommend-list:before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}

.game-result .recommend-list .inner {
  padding: 0 3rem;
  width: 34rem;
}

.game-result .recommend-list .inner .title {
  color: white;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  padding-left: 0;
  margin-left: 0;
}

.game-result .recommend-list .slide-box {
  width: 10.83406rem;
  height: 13.33425rem;
  background-image: url('https://cdn.banggooso.com/assets/bing/main/result/recommend-container.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent !important;
  border: none;
}

.game-result .recommend-list .slide-box .img-box {
  width: 10.168rem;
  height: 10.168rem;
  border-radius: 0.25rem;
}

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

.game-result .recommend-list .swiper-slide + .swiper-slide {
  margin-left: 3.875rem;
}

.game-result .recommend-list .slide-box .slide-text {
  background-color: transparent;
  color: #fff;
  font-family: 'Pretendard-700';
  font-size: 1.00006rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.022rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3rem;
}

.game-result .recommend-list .slide-box .link {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 0;
  padding-top: 0.45rem;
}

.game-result .recommend-list .btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6rem 0;
}

/* 애니메이션  */
@keyframes fairyMove {
  0% {
    transform: translate(0%, 0%);
  }

  50% {
    transform: translate(0%, -3.7%);
  }

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

@keyframes swordBlink {
  0% {
    opacity: 0%;
  }

  50% {
    opacity: 100%;
  }

  100% {
    opacity: 0%;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0%;
  }

  100% {
    opacity: 100%;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 100%;
  }

  100% {
    opacity: 0%;
  }
}
@keyframes fadeOut2 {
  0% {
    opacity: 0%;
  }
  50% {
    opacity: 100%;
  }

  100% {
    opacity: 0%;
  }
}
@keyframes swordWave {
  0% {
    transform: rotate(-20deg);
    transform: translate(-20%, -20%);
  }

  50% {
    transform: translate(50%, 50%);
    transform: rotate(20deg);
  }

  100% {
    transform: rotate(-20deg);
    transform: translate(-20%, -20%);
  }
}
@keyframes yogurtDown {
  0% {
    transform: translate(0%, -50%);
  }

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

@keyframes increaseWidth {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
    scale: 0.3;
    opacity: 100%;
    /* 회전 각도 시작점 */
  }
  100% {
    transform: rotate(180deg);
    scale: 3;
    opacity: 0%;
  }
}
@keyframes boongAni {
  0% {
    transform: translate(0, 0%);
  }

  50% {
    transform: translate(0, -5%);
  }

  100% {
    transform: translate(0, 0%);
  }
}
@keyframes boong2Ani {
  0% {
    transform: translate(0, 0%);
  }

  50% {
    transform: translate(0, -8%);
  }

  100% {
    transform: translate(0, 0%);
  }
}
@keyframes fishAni {
  0% {
    transform: translate(0, 0%);
  }

  50% {
    transform: translate(0, -3%);
  }

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

@keyframes fishLight {
  0% {
    opacity: 0%;
    transform: translate(0, 0%);
  }

  50% {
    opacity: 70%;
    transform: translate(0, -3%);
  }

  100% {
    opacity: 0%;
    transform: translate(0, 0%);
  }
}
/* @keyframes fishNoLight {
  0% {
    opacity: 100%;
    transform: translate(0, 0%);
  }

  50% {
    transform: translate(0, -3%);
  }

  100% {
    opacity: 100%;
    transform: translate(0, 0%);
  }
} */
@keyframes cloudAni {
  0% {
    transform: translate(0, 2%);
  }

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

  100% {
    transform: translate(0, 2%);
  }
}
@keyframes cloudLeft {
  0% {
    transform: translate(0%, 0%);
  }

  100% {
    transform: translate(-15%, 0%);
  }
}

@keyframes cloudRight {
  0% {
    transform: translate(0%, 0%);
  }

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

/* 문제페이지 : step 별 */
.step {
  width: 100%;
  height: 100dvh;
  position: relative;
  background-size: cover;
  overflow: hidden;
  background-position-x: center;
  background-position-y: center;
}
.common-btn {
  color: white;
  display: flex;
  margin: 0 auto;
  width: 100%;
  height: 6rem;
  /* left: calc(50% - 440px / 2);
  bottom: 5rem; */
  text-align: center;
  background: rgba(28, 3, 47, 0.85);
  box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  justify-content: space-between;
  padding: 0 1.25rem;
  align-items: center;
  font-size: 1.3125rem;
  font-family: 'Pretendard-Medium';
  z-index: 13;
}

.common-btn:active {
  opacity: 50%;
}

.vector-img {
  width: 1rem;
  display: flex;
}

.story-question {
  position: absolute;
  top: 5.75rem;
  left: 0;
  padding: 0 1rem;
  z-index: 2;
  animation: fadeIn 1.2s 1;
}

.story-answer {
  padding: 0 1.875rem;
  width: 100%;
  position: absolute;
  bottom: 5rem;
  display: flex;
  flex-direction: column;
  gap: 0.62rem;
  z-index: 1;
}

/* step1 */

.step1 {
  background: linear-gradient(180deg, #9effe9 40%, #86ffab 60%);
  overflow: hidden;
  /* 추가 */
}
.step1 .tap-notice {
  position: relative;
  width: 100%;
  height: 102dvh;
  display: none;
}
.step1 .tap-notice img {
  position: absolute;
  bottom: 0;
  width: 105%;
  left: -3%;
}
.step1 .forest-bg {
  position: absolute;
  top: 35%;
  width: 100%;
  transition: transform 3s ease-in-out, top 3s ease-in-out;
  /* top 속성에도 transition 추가 */
}

.step1 .forest-bg img {
  width: 100%;
  object-fit: contain;
}

.step1 .expanded {
  transform: translate(5%, -25%) scale(1.8);
  top: 0%;
  height: 100vh;
  /* top을 0%로 변경 */
}

.step1 .grass-area {
  position: absolute;
  z-index: 10;

  width: 100%;
  /* 추가 */
  height: 100%;
  /* 추가 */
}

.step1 .wood-up {
  bottom: -5%;
}

.step1 .wood-txt {
  position: relative;
  width: 100%;
}

.step1 .wood-txt-img {
  display: none;
  position: absolute;
  bottom: 30%;
  z-index: 12;
  width: 100%;
  padding: 3.9rem;
}

.step1 .fadeIn-txt {
  display: flex !important;
  animation: fadeIn 5s 1;
}

.step1-common-btn {
  display: none;
  position: absolute;
  margin: 0 auto;
  width: 90%;
  height: 4.6em;
  left: 5%;
  bottom: 5rem;
  text-align: center;
  background: rgba(28, 3, 47, 0.85);
  box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  justify-content: space-between;
  padding: 0 1.25rem;
  align-items: center;
  color: white;
  font-size: 1.3125rem;
  font-family: 'Pretendard-Medium';
}

.step1-common-btn:active {
  opacity: 50%;
}

.step1 .vector-img {
  width: 1rem;
  display: flex;
}

.grass-t1 .grass-img-width,
.grass-t2 .grass-img-width,
.grass-t3 .grass-img-width,
.grass-t4 .grass-img-width {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100000;
}

.grass-b1 .grass-img-width,
.grass-b2 .grass-img-width,
.grass-b3 .grass-img-width,
.grass-b4 .grass-img-width {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100000;
}
.grass {
  position: absolute;
  height: 100vh;
  width: 100%;
  /* transition: transform 3.5s ease-in-out; */
}

.grass-t1,
.grass-t3,
.grass-b1,
.grass-b3 {
  z-index: 11;
}

.grass-t2,
.grass-t4,
.grass-b2,
.grass-b4 {
  z-index: 12;
}

.grass-move-t1 {
  transition: transform 3.8s ease-in-out;
  animation-delay: 1ms;
  animation-timing-function: cubic-bezier(0.38, -0.15, 0.27, 0.88);
  animation-duration: 3500ms;
  transform: translate(-64%, -100%) rotate(-20deg);
}

.grass-move-t3 {
  transition: transform 3.8s ease-in-out;
  animation-delay: 1ms;
  animation-timing-function: cubic-bezier(0.38, -0.15, 0.27, 0.88);
  animation-duration: 3500ms;
  transform: translate(74%, -100%) rotate(5deg);
}

.grass-move-t2 {
  transition: transform 5.5s ease-in-out;
  animation-delay: 1ms;
  animation-timing-function: cubic-bezier(0.38, -0.15, 0.27, 0.88);
  animation-duration: 3500ms;
  transform: translate(-164%, -150%) rotate(-30deg);
}

.grass-move-t4 {
  transition: transform 5.5s ease-in-out;
  animation-delay: 1ms;
  animation-timing-function: cubic-bezier(0.38, -0.15, 0.27, 0.88);
  animation-duration: 3500ms;
  transform: translate(174%, -150%) rotate(10deg);
}

.grass-move-b1 {
  transition: transform 4.5s ease-in-out;
  animation-delay: 1ms;
  animation-timing-function: cubic-bezier(0.38, -0.15, 0.27, 0.88);
  animation-duration: 3500ms;
  transform: translate(-64%, 100%) rotate(-20deg);
}

.grass-move-b3 {
  transition: transform 4.5s ease-in-out;
  animation-delay: 1ms;
  animation-timing-function: cubic-bezier(0.38, -0.15, 0.27, 0.88);
  animation-duration: 3500ms;
  transform: translate(74%, 80%) rotate(35deg);
}

.grass-move-b2 {
  transition: transform 8s ease-in-out;
  animation-delay: 1ms;
  animation-timing-function: cubic-bezier(0.38, -0.15, 0.27, 0.88);
  animation-duration: 3500ms;
  transform: translate(-64%, 150%) rotate(-30deg);
}

.grass-move-b4 {
  transition: transform 8s ease-in-out;
  animation-delay: 1ms;
  animation-timing-function: cubic-bezier(0.38, -0.15, 0.27, 0.88);
  animation-duration: 3500ms;
  transform: translate(174%, 180%) rotate(20deg);
}

.step1-wood-area {
  position: absolute;
  width: 100%;
  bottom: -150%;
  transition: bottom 3s ease-in-out;
}

.step1-skip-area {
  width: 5.7rem;
  margin-top: 5.875rem;
  margin-right: 1.875rem;
  margin-left: auto;
  z-index: 13;
  position: relative;
  display: none;
}

.first-wood-area {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background-image: url('https://cdn.banggooso.com/assets/bing/main/item/wood.png');
  background-size: contain;
  width: 100%;
  bottom: 0 !important;
  height: 100vh;
  background-position: center;
  background-position-y: 100%;
  background-repeat: no-repeat;
}

.first-wood-txt {
  font-family: 'RIDIBATANG';
  text-align: center;
  font-weight: 400;
  color: #501363;
  font-size: 1.5rem;
  line-height: 2rem;
  position: absolute;
  bottom: 35%;
  text-shadow: 0px 0px 10px #fbdfff, -1px -1px 0px rgba(255, 255, 255, 0.5);
  margin-top: 4rem;
  opacity: 0;
}
/* step2 */
.fairy-area {
  width: 7.5rem;
  position: absolute;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  bottom: -8%;
  left: 35%;
  animation: fairyMove 2s infinite;
}

.fairy-img {
  width: 100%;
  position: relative;
  z-index: 5;
}

.fairy-light {
  position: absolute;
  top: -30%;
  left: -15%;
  width: 150%;
}

.sword-notice {
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 80%;
  z-index: -1;
}

.light-cover {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  display: none;
}

.light-cover img {
  width: 100%;
}

.light-show {
  display: block !important;
  animation: swordBlink 2s forwards;
}
.step9 .sword-area {
  position: absolute;
  bottom: 0%;
  left: 37%;
  width: 20%;
  animation: swordWave 2s infinite;
}
/* ios 스크롤 안되게 */
/* 커스텀할때 새로고침 방지 */
body {
  overflow: hidden;
  overscroll-behavior: none;
}
#scroll-container {
  height: 100%;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

/* 칼 드래그 확인 부분 */
.step10 .sword-area {
  position: absolute;
  bottom: -5%;
  left: 37%;
  width: 20%;
}
.step10 .sword-shake-area {
  position: absolute;
  width: 20rem;
  cursor: pointer;
  z-index: 10;
  display: none;
}
.step10 .sword-shake-area img {
  animation: increaseWidth 0.5s linear forwards;
  height: 4.5rem !important;
}
.step10 .yogurt-shining {
  position: absolute;
  width: 120%;
  animation: fadeOut2 1.8s infinite;
  z-index: 1;
}
.step10 .shake1 {
  transform: rotate(-45deg);
  top: 40%;
  left: -5%;
}

.step10 .shake2 {
  top: 27%;
  right: 0%;
  transform: rotate(45deg);
}

.step10 .shake3 {
  transform: rotate(45deg);
  top: 59%;
  right: 0%;
}
.step10 .yogurt2-area {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100dvh;
}
.step10 .bottom-notice {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.step10 .item {
  width: 90%;
  height: 70%;
  left: 5%;
  top: 15%;
  position: absolute;
  background-color: transparent;
  z-index: 50;
}
.yogurt-area {
  width: 100%;
  height: 100dvh;
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.step9 .yogurt-area {
  transform: translate(0%, -50%);
  animation: yogurtDown 3.5s forwards;
}
/* 물뿜는 구간 */
.step11 .sword-area {
  position: absolute;
  bottom: -5%;
  left: 37%;
  width: 20%;
}
.yogurt-action {
  position: absolute;
  width: 100%;
  height: 100dvh;
  top: 0;
  display: none;
}
.yogurt-action img {
  width: 100%;
  height: 100dvh;
  object-fit: cover;
}
/* 바다 차오름 */
.sea-area {
  height: 0vh;
  position: absolute;
  bottom: 0;
  width: 100%;
}

:root {
  --blue-dark: #ffad87;
  --blue: #ffad87;
  --blue-light: #ffd48b;
  --green: #ffad87;
  --stage-bg: #ffad87;
}
[v-cloak] {
  display: none;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}

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

.waves {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: 0.4s transform ease;
  transform-origin: bottom center;
}

.wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: wave 1s linear infinite;
}

.wave--front {
  z-index: 2;
  color: var(--blue-light);
}

.wave--back {
  z-index: 1;
  color: var(--blue);
  animation-direction: reverse;
}

.water {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: currentColor;
}

.water svg {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 99.9%;
}

.water:first-of-type {
  transform: translate(-100%, 0);
}

svg {
  fill: currentColor;
}

@keyframes wave {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(50%, 0.5em, 0);
  }
  100% {
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes pulseAway {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.4);
  }
}
/* step 12~ 바닷 속 구간  */

/* 뮬벙율 인터랙션 */
.bubble-area {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  overflow: hidden;
}

@import url('https://fonts.googleapis.com/css?family=Lilita+One');

.bubble {
  position: absolute;
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 90%);
  box-shadow: inset -7px -5px 15px rgba(255, 255, 255, 0.7), inset -1px -1px 0px rgba(255, 255, 255, 0.7),
    inset -2px -1px 6px rgba(255, 255, 255, 0.7);
}

.bubble:active {
  display: none;
}

.b1 {
  animation: floatup 10s linear infinite, sideways 5s ease-in-out infinite alternate;
  left: 10%;
  top: 100%;
}

.b2 {
  animation: floatup 5s linear infinite, sideways 4s ease-in-out 1s infinite alternate;
  left: 15%;
  top: 30%;
  transform: scale(0.7);
}

.b3 {
  animation: floatup 4s linear infinite, sideways 6s ease-in-out 6s infinite alternate;
  left: 20%;
  transform: scale(1.2);
}

.b4 {
  animation: floatup 6s linear infinite, sideways 5s ease-in-out 3s infinite alternate;
  left: 25%;
  top: 90%;
  transform: scale(0.5);
}

.b5 {
  animation: floatup 8s linear infinite, sideways 6s ease-in-out 3s infinite alternate;
  left: 30%;
  top: 30%;
  transform: scale(1.1);
}

.b6 {
  animation: floatup 7s linear infinite, sideways 4s ease-in-out 3.5s infinite alternate;
  left: 40%;
  top: 50%;
  transform: scale(0.7);
}

.b7 {
  animation: floatup 6s linear infinite, sideways 5s ease-in-out 4s infinite alternate;
  left: 90%;
  top: 90%;
  transform: scale(0.6);
}

@keyframes floatup {
  0% {
    margin-top: 50%;
  }

  100% {
    margin-top: -50%;
  }
}

@keyframes sideways {
  0% {
    margin-left: 0em;
  }

  100% {
    margin-left: 20em;
  }
}

.step13 .storm-img {
  margin-top: 18rem;
  scale: 1.3;
  width: 100%;
  position: absolute;
  animation: rotate 1.2s cubic-bezier(0.05, 0, 0.37, 1) infinite;
}

.step14 .common-btn {
  display: none;
}

.step14 .common-btn-show {
  display: flex !important;
}
.step14 .boong-img {
  width: 70%;
  height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  animation: boongAni 3s infinite;
}

.step15 .boong-img-last {
  width: 70%;
  height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  animation: boongAni 3s infinite;
}
.boong-selecting {
  width: 90%;
  position: absolute;
  bottom: -10%;
  left: -39%;

  z-index: 1;
}
.step17 .boong-selecting,
.step18 .boong-selecting,
.step19 .boong-selecting {
  animation: boong2Ani 3s infinite;
}
.step20 .boong-selecting {
  animation: boong2Ani 1.8s infinite;
}
.step21 .boong-selecting {
  animation: boong2Ani 1.5s infinite;
}
.step22 .boong-selecting {
  animation: boong2Ani 1s infinite;
}
.step23 .boong-selecting {
  animation: boong2Ani 0.8s infinite;
}
.jellyfish-area {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100dvh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.step17 .jellyfish-area {
  margin-top: -5rem;
  animation: fadeIn 5s 1;
}
.step17 .jellyfish-1 {
  width: 30%;
  opacity: 70%;
  transform: rotate(10deg);
  position: relative;
}
.bg-fade {
  width: 100%;
  height: 100dvh;
  position: absolute;
  top: 0;
  z-index: 0;
  animation: fadeIn 3s 1;
}
.bg-fade img {
  height: 100dvh;
}
.step17 .bg-fade img {
  width: 100%;
  height: 100dvh;
  object-fit: cover;
}
.jelly-light {
  position: absolute;
  top: 0;
  animation: fishLight 2s infinite;
}
.jelly-default {
  position: absolute;
  top: 0;
  animation: fishAni 2s infinite;
}
.step18 .jellyfish-1,
.step19 .jellyfish-1 {
  width: 70%;
  transform: rotate(10deg);
  position: absolute;
  left: -1%;
  top: 30%;
}

.step18 .jellyfish-2,
.step19 .jellyfish-2 {
  width: 50%;
  /* animation: fishAni 2.5s infinite; */
  position: absolute;
  left: 43%;
  top: 43%;
  transform: rotate(-39deg);
}

.step18 .jellyfish-3,
.step19 .jellyfish-3 {
  width: 30%;
  position: absolute;
  left: 25%;
  top: 55%;
  transform: rotate(3deg);
}

/* step20 */
.step20 .jellyfish-1 {
  width: 85%;
  transform: rotate(10deg);
  position: absolute;
  left: -20%;
  top: 30%;
}

.step20 .jellyfish-2 {
  width: 70%;
  transform: rotate(-39deg);
  position: absolute;
  left: 43%;
  top: 43%;
}

.step20 .jellyfish-3 {
  width: 50%;
  transform: rotate(3deg);
  position: absolute;
  left: 15%;
  top: 55%;
  opacity: 70%;
}

/* step21 */
.step21 .jellyfish-1 {
  width: 95%;
  transform: rotate(10deg);
  position: absolute;
  left: -50%;
  top: 10%;
}

.step21 .jellyfish-2 {
  width: 85%;
  transform: rotate(-39deg);
  position: absolute;
  left: 50%;
  top: 25%;
}

.step21 .jellyfish-3 {
  width: 50%;
  transform: rotate(3deg);
  position: absolute;
  left: -10%;
  top: 50%;
  opacity: 80%;
}

/* step22 */
.step22 .jellyfish-1 {
  width: 100%;
  transform: rotate(10deg);
  position: absolute;
  left: -58%;
  top: 5%;
}

.step22 .jellyfish-2 {
  width: 95%;
  transform: rotate(-39deg);
  position: absolute;
  left: 63%;
  top: 20%;
}

.step22 .jellyfish-3 {
  width: 70%;
  transform: rotate(15deg);
  position: absolute;
  left: -32%;
  top: 50%;
  opacity: 80%;
}

/* step17 부터~ */
.step7 .story-answer {
  top: 0;
  padding: 0 1.875rem;
  height: 100dvh !important;
  width: 100%;
  display: flex !important;
  justify-content: center !important;
  flex-direction: column !important;
  gap: 0.62rem;
  align-items: center !important;
}
.step14 .story-answer,
.step18 .story-answer,
.step32 .story-answer {
  margin-left: -1.875rem !important;
  z-index: 2;
}
.step17 .common-btn {
  display: flex;
  color: white;
  position: absolute;
  bottom: 5rem;
  margin: 0 auto;
  width: 100%;
  height: 6rem;
  text-align: center;
  background: rgba(28, 3, 47, 0.85);
  box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  justify-content: space-between;
  padding: 0 1.25rem;
  align-items: center;
  font-size: 1.3em;
  font-family: 'Pretendard-Regular';
}

/* step18부터 */
.step18 .common-btn {
  box-shadow: 0px 0px 10px #f0bce9, 0px 0px 25px #ff39df, 0px 7px 15px rgba(0, 0, 0, 0.25) !important;
}
.story-answer-ver2 {
  margin-top: 24rem;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  gap: 1rem;
  z-index: 2;
}
.story-answer-ver3 {
  position: absolute !important;
  width: 100%;
  top: 0;
  height: 100%;
  display: flex;
  gap: 1rem;
  justify-content: center;
  padding: 0 1.875rem;
  align-items: center;
}
.common-btn-ver2 {
  display: flex;
  flex-direction: column;
  color: white;
  width: 100%;
  margin: 0 auto;

  height: 18rem;
  text-align: center;

  background: linear-gradient(323.13deg, #1c032f 17.86%, rgba(14, 3, 47, 0.5) 92.86%);
  box-shadow: 0px 0px 10px #f0bce9, 0px 0px 25px #ff39df;
  border-radius: 15px;
  justify-content: space-between;
  padding: 1.813rem 0;
  align-items: center;
  font-size: 1.3125rem;
  font-family: 'Pretendard-Medium';
  z-index: 13;
}
.story-answer-ver3 .common-btn-ver2 {
  box-shadow: 0px 0px 10px #b2fdff, 0px 0px 25px #5f9fff !important;
}
.common-btn-ver2:active {
  opacity: 50%;
}
.boong-dark-bg {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 2;
  left: 0;
  height: 100dvh;
  mix-blend-mode: multiply;
}
.fader-bg-1 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100dvh;
  animation: fadeOut2 2s forwards;
}
.fader-bg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100dvh;
  animation: fadeOut 5s forwards;
}
.fader-bg img {
  height: 100vh;
}
.boong-dark-bg-1 {
  animation: fadeOut2 2s forwards;
}
.boong-dark-bg img {
  height: 100%;
}
.step20 .boong-dark-bg {
  opacity: 20%;
}
.step21 .boong-dark-bg {
  opacity: 50%;
}
.step22 .boong-dark-bg {
  opacity: 80%;
}

/* step 23~ 구름 */
.step24 .boong-dark-bg {
  animation: fadeOut 5s forwards;
}
.cloud-area {
  width: 100%;
  height: 100%;
}
.bar-area {
  position: absolute;
  bottom: -7%;
  left: 39%;
  display: flex;
  width: 5em;
  transform: rotate(0deg);
}
@keyframes barMoveRight {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(20deg);
  }
}
@keyframes barMoveLeft {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-20deg);
  }
}
.cloud {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.cloud img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100000;
}
.step24 .cloud-1,
.step25 .cloud-1,
.step26 .cloud-1 {
  z-index: 10;
}

.step24 .cloud-2,
.step25 .cloud-2,
.step26 .cloud-2 {
  z-index: 9;
}

.step24 .cloud-3,
.step25 .cloud-3,
.step26 .cloud-3 {
  z-index: 8;
}

.step24 .cloud-4,
.step25 .cloud-4,
.step26 .cloud-4 {
  z-index: 7;
}

.step24 .cloud-5,
.step25 .cloud-5,
.step26 .cloud-5 {
  z-index: 6;
}

.step24 .cloud-6,
.step25 .cloud-6,
.step26 .cloud-6 {
  z-index: 5;
}

.cloud-left {
  animation: cloudLeft 2s forwards;
}

.cloud-right {
  animation: cloudRight 2s forwards;
}
.step27 .cloud-1 {
  z-index: 10;
  animation: cloudLeft 2s forwards;
}

.step27 .cloud-2 {
  z-index: 9;
  animation: cloudRight 2s forwards;
}

.step27 .cloud-3 {
  z-index: 8;
  animation: cloudLeft 2s forwards;
}

.step27 .cloud-4 {
  z-index: 7;
  animation: cloudRight 2s forwards;
}

.step27 .cloud-5 {
  z-index: 6;
}

.step27 .cloud-6 {
  z-index: 5;
}

.step28 .cloud-1 {
  z-index: 10;
  left: -40%;
  animation: cloudLeft 2.7s forwards;
}

.step28 .cloud-2 {
  z-index: 9;
  right: -40%;
  animation: cloudRight 2s forwards;
}

.step28 .cloud-3 {
  z-index: 8;
  left: -20%;
  animation: cloudLeft 2.5s forwards;
}

.step28 .cloud-4 {
  z-index: 7;
  right: -20%;
  animation: cloudRight 3s forwards;
}

.step28 .cloud-5 {
  z-index: 6;
  animation: cloudLeft 3s forwards;
}

.step28 .cloud-6 {
  z-index: 5;
  animation: cloudRight 3s forwards;
}

.step29 .cloud-1 {
  z-index: 10;
  left: -90%;
  animation: cloudLeft 3s forwards;
}
.step29 .cloud-2 {
  z-index: 9;
  right: -90%;
  animation: cloudRight 2s forwards;
}

.step29 .cloud-3 {
  z-index: 8;
  left: -60%;
  animation: cloudLeft 2s forwards;
}

.step29 .cloud-4 {
  z-index: 7;
  right: -60%;
  animation: cloudRight 3s forwards;
}

.step29 .cloud-5 {
  z-index: 6;
  left: -60%;
  animation: cloudLeft 2.5s forwards;
}

.step29 .cloud-6 {
  z-index: 5;
  right: -60%;
  animation: cloudRight 3s forwards;
}

/* step 30~ 마무리 */
/* 별똥별 */

.shooting-area {
  overflow: hidden;
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-size: cover;
  animation: animateBg 50s linear infinite;
}

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

  50% {
    transform: scale(1.2);
  }
}

.shooting-area span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1), 0 0 0 8px rgba(255, 255, 255, 0.1), 0 0 20px rgba(255, 255, 255, 0.1);
  animation: animate 3s linear infinite;
}

.shooting-area span::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 300px;
  height: 1px;
  background: linear-gradient(90deg, #fff, transparent);
}

@keyframes animate {
  0% {
    transform: rotate(315deg) translateX(0);
    opacity: 1;
  }

  70% {
    opacity: 1;
  }

  100% {
    transform: rotate(315deg) translateX(-1000px);
    opacity: 0;
  }
}

.shooting-area span:nth-child(1) {
  top: 0;
  right: 0;
  left: initial;
  animation-delay: 0s;
  animation-duration: 1s;
}

.shooting-area span:nth-child(2) {
  top: 0;
  right: 80px;
  left: initial;
  animation-delay: 0.2s;
  animation-duration: 3s;
}

.shooting-area span:nth-child(3) {
  top: 80;
  right: 0px;
  left: initial;
  animation-delay: 0.4s;
  animation-duration: 2s;
}

.shooting-area span:nth-child(4) {
  top: 0;
  right: 180px;
  left: initial;
  animation-delay: 0.6s;
  animation-duration: 1.5s;
}

.shooting-area span:nth-child(5) {
  top: 0;
  right: 400px;
  left: initial;
  animation-delay: 0.8s;
  animation-duration: 2.5s;
}

.shooting-area span:nth-child(6) {
  top: 0;
  right: 600px;
  left: initial;
  animation-delay: 1s;
  animation-duration: 3s;
}

.shooting-area span:nth-child(7) {
  top: 300px;
  right: 0px;
  left: initial;
  animation-delay: 1.2s;
  animation-duration: 1.75s;
}

.shooting-area span:nth-child(8) {
  top: 0px;
  right: 700px;
  left: initial;
  animation-delay: 1.4s;
  animation-duration: 1.25s;
}

.shooting-area span:nth-child(9) {
  top: 0px;
  right: 1000px;
  left: initial;
  animation-delay: 0.75s;
  animation-duration: 2.25s;
}

.shooting-area span:nth-child(9) {
  top: 0px;
  right: 450px;
  left: initial;
  animation-delay: 2.75s;
  animation-duration: 2.75s;
}

.step31 .wood-last-txt,
.step32 .wood-last-txt {
  position: absolute;
  top: 18rem;
  width: 18rem;
  z-index: 10;
  left: 6.3rem;
}

.wood-area {
  bottom: -7%;
  position: absolute;
}

.step31 .last-wood-txt,
.step32 .last-wood-txt {
  font-family: 'RIDIBATANG';
  text-align: center;
  font-weight: 400;
  color: #501363;
  font-size: 1.2rem;
  line-height: 2.375rem;
  text-shadow: 0px 0px 16px rgba(255, 124, 209, 0.6);
  margin-top: 1rem;
}

.step31 .wood-area,
.step32 .wood-area {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background-image: url('https://cdn.banggooso.com/assets/bing/main/item/wood2.png');
  background-size: contain;
  width: 100%;
  bottom: 0 !important;
  height: 100dvh;
  background-position: center;
  background-position-y: 100%;
  background-repeat: no-repeat;
}

.skip-area {
  width: 6rem;
  margin-left: auto;
  margin-top: 5.875rem;
  margin-right: 1.875rem;
  position: relative;
  z-index: 10;
}

.step32 .wood-last-txt {
  position: absolute;
  top: 21rem;
  width: 20.7rem;
  z-index: 10;
  left: 5rem;
}

.step32 .finish-btn .common-btn {
  height: 6rem !important;
  background: linear-gradient(294.09deg, rgba(255, 249, 199, 0) -13.02%, rgba(249, 255, 179, 0.5) 74.57%), #e2006d !important;
  border: 1px solid #ffffff !important;
  box-shadow: 0px 0px 12px #ff44a9, 0px 5px 40px rgba(255, 255, 255, 0.35) !important;
  font-size: 1.5rem !important;
  /* margin-bottom: 3rem !important; */
}

.step32 .finish-btn {
  width: 100%;
  height: 100%;
  padding: 0 1.875rem;
}

/* 미디어 쿼리 */

@media (max-height: 700px) {
  .story-question {
    top: 6rem !important;
  }
  .story-answer-ver2 {
    margin-top: 20rem !important;
  }
  .common-btn {
    height: 5em !important;
    font-size: 1.2em !important;
  }
}
@media (max-width: 450px) {
  .story-answer-ver3 {
    top: 0;
  }

  .story-answer-ver2,
  .story-answer {
    font-size: 14px;
  }
  .intro-input-wrap {
    font-size: 14px;
  }
  .intro-input {
    font-size: 1.1em !important;
  }
}

@media (max-width: 450px) and (min-width: 380px) {
  .step31 .last-wood-txt,
  .step32 .last-wood-txt {
    font-size: 1.3rem;
  }
  .wood-area {
    bottom: -5% !important;
  }
  .step14 .story-answer {
    bottom: 8rem !important;
  }
  .finish-btn .story-answer {
    bottom: 5rem !important;
  }
  .step32 .finish-btn .common-btn {
    font-size: 1.4em !important;
  }
  .story-answer-ver3 {
    top: 5%;
  }

  .story-answer-ver2,
  .story-answer {
    font-size: 14px;
  }
  .intro-input-wrap {
    font-size: 14px;
  }
  .intro-input {
    font-size: 1.1em !important;
  }
  .bar-area {
    left: 39% !important;
  }
}
@media (max-width: 380px) and (max-height: 775px) {
  .step31 .last-wood-txt,
  .step32 .last-wood-txt {
    margin-top: 1rem !important;
    font-size: 1.1rem !important;
    line-height: 2rem !important;
  }
}
@media (min-width: 383px) and (max-height: 660px) {
  .step31 .last-wood-txt,
  .step32 .last-wood-txt {
    margin-top: 1rem !important;
    font-size: 1.05rem !important;
    line-height: 1.7rem !important;
  }
}
@media (max-width: 380px) {
  /* .step31 .last-wood-txt,
  .step32 .last-wood-txt {
    margin-top: 12rem;
    font-size: 1.3rem;
  } */
  .skip-area {
    width: 6rem !important;
  }
  .step32 .finish-btn .common-btn {
    font-size: 1.2em !important;
  }
  .story-answer-ver3 {
    top: 0;
  }

  .common-btn {
    font-size: 1.2em !important;
  }
  .intro-input-wrap {
    font-size: 14px;
  }
  .intro-input {
    font-size: 1.1em !important;
  }
  .common-btn-ver2 {
    font-size: 1.02em !important;
  }
  .step19 .common-btn-ver2,
  .step21 .common-btn-ver2,
  .step22 .common-btn-ver2 {
    font-size: 1.2em !important;
  }
  .first-wood-txt {
    margin-top: 13rem !important;
    font-size: 1.8rem !important;
  }
}

@media (max-width: 350px) {
  .wood-area {
    bottom: 0% !important;
  }
}

@media (max-height: 700px) and (min-height: 660px) {
  .first-wood-txt {
    margin-top: 3rem !important;
    font-size: 1.4rem !important;
  }

  .step31 .last-wood-txt,
  .step32 .last-wood-txt {
    margin-top: 1rem !important;
    font-size: 1rem !important;
    line-height: 2rem !important;
  }
  .story-question {
    top: 6rem !important;
  }
  .story-answer-ver2 {
    margin-top: 20rem !important;
  }
  .common-btn {
    height: 5em !important;
    font-size: 1.2em !important;
  }
  .bar-area {
    width: 4em !important;
    left: 39% !important;
  }
  .story-answer {
    bottom: 3rem !important;
  }
  .step32 .story-answer {
    bottom: 5rem !important;
  }
  .step14 .story-answer {
    bottom: 7rem !important;
  }
}
@media (max-width: 380px) and(max-height:880px) and (min-height: 700px) {
  .step31 .last-wood-txt,
  .step32 .last-wood-txt {
    margin-top: 1rem !important;
    font-size: 1.3rem !important;
  }
}
@media (max-height: 660px) {
  .story-answer-ver3 {
    top: 15% !important;
  }
  .common-btn-ver2 {
    font-size: 1em !important;
    height: 15rem !important;
  }
  .bar-area {
    bottom: -9% !important;
    left: 41% !important;
    width: 3.5em !important;
  }
}
@media (max-width: 380px) and (max-height: 660px) {
  .first-wood-txt {
    margin-top: 4rem !important;
    font-size: 1.6rem !important;
  }
}

@media (max-width: 355px) and (max-height: 750px) {
  .first-wood-txt {
    margin-top: 4rem !important;
    font-size: 1.6rem !important;
  }

  .step31 .last-wood-txt,
  .step32 .last-wood-txt {
    margin-top: 1rem !important;
    font-size: 1.1rem !important;
    line-height: 2rem !important;
  }
  .bar-area {
    bottom: -9% !important;
    left: 42% !important;
    width: 3em !important;
  }
  .story-answer-ver3 {
    top: 12% !important;
  }
  .common-btn-ver2 {
    font-size: 0.87em !important;
    height: 40% !important;
  }
}
@media (max-width: 420px) and (min-height: 640px) {
  .step10 .shake2 {
    top: 32% !important;
    right: 0% !important;
    transform: rotate(45deg) !important;
  }
}
@media (max-width: 355px) and (min-height: 800px) {
  .step31 .last-wood-txt,
  .step32 .last-wood-txt {
    margin-top: 12rem !important;
  }
}

.first_period {
  color: #968d9e;
  font-family: 'Pretendard-700';
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.16px;
}

.rank-page {
  background: linear-gradient(174deg, #1c032f 59.07%, #94143b 98.45%);
  padding-top: 4rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.test-lists-wrap .title {
  color: #fff;
  text-align: center;
  font-family: 'Pretendard-700';
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.015rem;
  opacity: 0.7;
  margin: 0;
  margin-top: 2rem;
}

.test-lists-wrap .title:before {
  background-color: transparent !important;
}

.rank-title {
  display: flex;
  width: 27.5rem;
  padding-bottom: 2.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  color: #fff;
  text-align: center;
  font-family: 'Pretendard-700';
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.02rem;
  text-shadow: 0px 0px 20px #ff62b7;
}

.rank-title img {
  width: 0.75rem;
  height: auto;
}

.game-wrapper .test-lists-wrap .test-lists .test-list-item {
  display: flex;
  width: 27.5rem;
  padding: 0rem 1.25rem;
  justify-content: center;
  align-items: center;
  border-radius: 0.9375rem;
  border: 1px solid rgba(255, 185, 214, 0.5);
  background: rgba(255, 185, 214, 0.1);
}

.test-lists-wrap .test-lists .test-list-item .item-wrap .content {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.test-lists-wrap .test-lists .test-list-item.rank_list .num {
  color: #fff;
  text-align: right;
  font-family: 'Pretendard-700';
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.01875rem;
  text-shadow: none;
  opacity: 0.7;
}

.test-lists-wrap .test-lists .test-list-item.rank_list .percen {
  display: flex;
  font-family: 'Pretendard';
  align-items: center;
  font-weight: 500;
  justify-content: center;
  border-radius: 0.33331rem;
  background: rgba(255, 185, 214, 0.2);
  color: white;
  width: 9.625rem;
  font-size: 0.9375rem;
  margin-bottom: 0.62rem;
}

.test-lists-wrap .test-lists .test-list-item .item-wrap .item-info {
  margin-left: 1rem;
}

.test-lists-wrap .test-lists .test-list-item .item-wrap .item-info p {
  color: #fff;
  font-family: 'Pretendard-500';
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem;
}

.game-wrapper.basic .test-lists-wrap .test-lists .test-list-item .item-wrap .item-info .item-title p {
  color: #fff;
  text-shadow: 0px 0px 20px #ff62b7;
  font-family: 'Pretendard-700';
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.875rem;
  margin-top: 0.12rem;
}

.test-lists-wrap .line {
  width: 27.5rem;
  height: 0.0625rem;
  opacity: 0.2;
  background: #fff;
  margin: 1.25rem 0 2rem 0;
}

.test-lists-wrap .test-lists .test-list-item .item-wrap {
  display: flex;
  justify-content: space-between;
}

.game-wrapper.basic .test-lists-wrap {
  padding-bottom: 5rem;
  background-position: center;
}

.game-result .btn_myranking {
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.game-wrapper.basic .game-result .btn_myranking > a {
  background-image: url('https://cdn.banggooso.com/assets/bing/main/result/most_type_button.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 23.75rem;
  height: 4.375rem;
  box-shadow: none;
  border: none;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  font-family: 'Pretendard-700';
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.5rem;
  margin-top: 1.88rem;
}

.game-wrapper.basic .game-result .btn_myranking > a:after {
  display: none !important;
}

.margin-bottom {
  width: 100%;
  margin-bottom: 6.25rem;
}

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

.share-sns-list .list-title {
  color: #fff;
  text-align: center;
  font-family: 'Pretendard-600';
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.01375rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.game-result .share-sns-list span {
  color: #fff;
  text-align: center;
  font-family: 'Pretendard-600';
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.01375rem;
}

.game-result .share-sns-list {
  margin: 3rem 0 0 0;
  transform: translateY(-0.7rem);
}

.intro-bottom.banggooso .share-sns-list .list-title {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.share-sns-list .list-title .countBox {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.2rem;
}

.share-sns-list .list-title .countBox .countImg {
  background-image: url('https://cdn.banggooso.com/assets/bing/main/share/share.png');
  width: 1.25rem;
  height: 1.25rem;
  padding: 0;
  opacity: 0.6;
}

.share-sns-list .list-title .countBox .countNumber {
  color: #fff;
  text-align: center;
  font-family: 'Pretendard-500';
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem;
  letter-spacing: -0.01125rem;
  opacity: 0.6;
}

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

.share-sns-list .list li + li {
  margin-left: 0.87rem;
}

.share-sns-list .btn-share.kakao {
  background-image: url('https://cdn.banggooso.com/assets/bing/main/share/kakao.png');
}

.share-sns-list .btn-share.instagram {
  background-image: url('https://cdn.banggooso.com/assets/bing/main/share/instagram.png');
}

.share-sns-list .btn-share.facebook {
  background-image: url('https://cdn.banggooso.com/assets/bing/main/share/facebook.png');
}

.share-sns-list .btn-share.twitter {
  background-image: url('https://cdn.banggooso.com/assets/bing/main/share/twitter.png');
}

.share-sns-list .btn-share.link-copy {
  background-image: url('https://cdn.banggooso.com/assets/bing/main/share/link.png');
}

.game-result .share-sns-list .btn-share.kakao {
  background-image: url('https://cdn.banggooso.com/assets/bing/main/share/result_kakao.png');
}

.game-result .share-sns-list .btn-share.instagram {
  background-image: url('https://cdn.banggooso.com/assets/bing/main/share/result_instagram.png');
}

.game-result .share-sns-list .btn-share.facebook {
  background-image: url('https://cdn.banggooso.com/assets/bing/main/share/result_facebook.png');
}

.game-result .share-sns-list .btn-share.twitter {
  background-image: url('https://cdn.banggooso.com/assets/bing/main/share/result_twitter.png');
}

.game-result .share-sns-list .btn-share.link-copy {
  background-image: url('https://cdn.banggooso.com/assets/bing/main/share/result_link.png');
}
