@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;
}

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

@font-face {
  font-family: 'Namum-Square-Neo-Light';
  src: url('https://cdn.banggooso.com/assets/images/game239/font/NanumSquareNeo-aLt.ttf');
}

@font-face {
  font-family: 'Namum-Square-Neo-Regular';
  src: url('https://cdn.banggooso.com/assets/images/game239/font/NanumSquareNeo-bRg.ttf');
}

@font-face {
  font-family: 'Namum-Square-Neo-Bold';
  src: url('https://cdn.banggooso.com/assets/images/game239/font/NanumSquareNeo-cBd.ttf');
}

@font-face {
  font-family: 'Namum-Square-Neo-Extra-Bold';
  src: url('https://cdn.banggooso.com/assets/images/game239/font/NanumSquareNeo-dEb.ttf');
}

@font-face {
  font-family: 'Namum-Square-Neo-Heavy-Bold';
  src: url('https://cdn.banggooso.com/assets/images/game239/font/NanumSquareNeo-eHv.ttf');
}

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

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

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

@font-face {
  font-family: 'UhBee-jung-BOLD';
  src: url('https://cdn.banggooso.com/assets/images/game239/font/UhBee-jung-BOLD.ttf');
}

html,
body {
  font-size: 16px;
  margin: 0;
  padding: 0;
  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 .app-main {
  background-color: #fbd9a0;
}

.game-wrapper .game-intro {
  overflow: auto;
  padding: 0;
  background-image: url('https://cdn.banggooso.com/assets/images/game239/intro/intro_bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.game-wrapper .game-result {
  padding: 0;
  background: #ffdea7;
}

.game-wrapper .game-wrap {
  padding: 0;
  width: 100%;
  height: 100%;
  max-height: 1030px;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* 헤더 */
.game-wrapper .app-header {
  display: flex;
  background: #ffe5ba !important;
  z-index: 999;
  width: 100%;
  height: 3.75rem;
  border: none;
  backdrop-filter: blur(12.5px);
  -webkit-backdrop-filter: blur(12.5px);
}

.game-wrapper .app-header.result .sound {
  visibility: hidden;
}

.game-wrapper .app-header .app-header-btn.back {
  display: block;
  background-image: url('https://cdn.banggooso.com/assets/images/game239/common/back.png');
  background-size: 80%;
  width: 3.5rem;
  position: relative;
}

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

.game-wrapper .app-header .sound {
  display: block;
  background-image: url('https://cdn.banggooso.com/assets/images/game239/common/on.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.625rem;
  height: 2.625rem;
  margin-right: 1.25rem;
}

.game-wrapper .app-header .sound.off {
  background-image: url('https://cdn.banggooso.com/assets/images/game239/common/off.png') !important;
}

/* 팝업 */
.dim {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 2rem;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.dim .container {
  width: 100%;
  border-radius: 0.75rem;
  background: #fff3bd;
  box-shadow: 0px 4px 0px 0px rgba(255, 255, 255, 0.5) inset;
  display: flex;
  padding: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.dim .container .sound {
  width: 7.5rem;
  height: 5.4375rem;
}

.dim .container p {
  color: #594530;
  text-align: center;
  font-family: 'Watermelon-Regular';
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 2.625rem */
  letter-spacing: -0.035rem;
}

.dim .container .btn-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.75rem;
  gap: 1.25rem;
}

.dim .container .btn-container .play,
.dim .container .btn-container .mute {
  cursor: pointer;
  border-radius: 3.125rem;
  background: #594530;
  box-shadow: 0px 5px 0px 0px rgba(255, 255, 255, 0.25) inset;
  display: flex;
  padding: 1rem 1.5rem 1.25rem 1.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  flex: 1 0 0;
  color: #fff;
  text-align: center;
  font-family: 'KCC-Ganpan';
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.0375rem;
}

/* 문제 페이지 */
.wrap {
  height: 100%;
  position: relative;
  transform: skew(-0.03deg);
}

.wrap .intro-header {
  width: 100%;
  height: 31.875rem;
}

.wrap .intro-container {
  padding: 0 2rem 2.5rem;
}

.wrap .name-input {
  border-radius: 0.625rem;
  background: #ffffff;
  box-shadow: 0px 5px 0px 0px rgba(190, 190, 190, 0.25) inset;
  display: flex;
  padding: 1.125rem 1.375rem 1.375rem 1.375rem;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  width: 100%;
  align-self: stretch;
  text-align: center;
  font-family: 'Watermelon-Regular';
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.0325rem;
}

.wrap .name-input::placeholder {
  color: #bebebe;
}

.wrap .game-count {
  margin: 0;
}

.wrap .intro-speech {
  width: 23.25rem;
  height: 5.125rem;
  margin: 1.25rem auto 0;
  display: flex;
}

.wrap .game-count .count-num-container {
  justify-content: center;
  margin-top: 1rem;
  display: flex;
  color: #614a31;
  text-align: center;
  font-family: 'Namum-Square-Neo-Regular';
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.wrap .game-count .count-num-container .count-num {
  font-family: 'Namum-Square-Neo-Extra-Bold';
  color: #614a31;
  text-align: center;
  font-size: 1.25rem;
  font-style: normal;
  line-height: normal;
}

.wrap .start {
  cursor: pointer;
  width: 100%;
  border-radius: 3.125rem;
  background: #594530;
  box-shadow: 0px 5px 0px 0px rgba(255, 255, 255, 0.25) inset;
  display: flex;
  padding: 1.25rem 1.75rem 1.5rem 1.75rem;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  align-self: stretch;
  color: #fff;
  text-align: center;
  font-family: 'KCC-Ganpan';
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.0375rem;
  margin-top: 1.75rem;
}

.wrap.step-01 {
  background-image: url('https://cdn.banggooso.com/assets/images/game239/step/invitation_bg.jpg');
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.wrap.step-01 .invitation-card-1,
.wrap.step-01 .invitation-card-2,
.wrap.step-01 .invitation-card-3 {
  width: 100%;
  height: 100%;
  background-size: cover;
  position: absolute;
}

.wrap.step-01 .invitation-card-1,
.wrap.step-01 .invitation-card-2 {
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.wrap.step-01 .invitation-card-3 {
  transition: opacity 1s ease, transform 1s ease;
}

.wrap.step-01 .invitation-card-1 {
  background-image: url('https://cdn.banggooso.com/assets/images/game239/step/invitation_card_1.png');
  transform: translateY(50px);
  opacity: 0.4;
}

.wrap.step-01 .invitation-card-2 {
  background-image: url('https://cdn.banggooso.com/assets/images/game239/step/invitation_card_2.png');
}

.wrap.step-01 .invitation-card-3 {
  background-image: url('https://cdn.banggooso.com/assets/images/game239/step/invitation_card_3.png');
}

.wrap.step-01 .invitation-card-1.fade-in,
.wrap.step-01 .invitation-card-2.fade-in,
.wrap.step-01 .invitation-card-3.fade-in {
  transform: translateY(0px);
  opacity: 1;
}

.wrap.step-01 .invitation-card-1.fade-out,
.wrap.step-01 .invitation-card-2.fade-out,
.wrap.step-01 .invitation-card-3.fade-out {
  transform: translateY(0px);
  opacity: 0;
}

.wrap.step-01 .invitation-card-3 .nickname {
  color: #614a31;
  text-align: center;
  font-family: 'UhBee-jung-BOLD';
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transform: rotate(-1deg);
  position: absolute;
  margin-top: 27%;
  left: 49%;
  transform: translateX(-50%);
}

.wrap.step-01 .touch-screen-box.fade-in {
  opacity: 1;
}

.wrap.step-01 .touch-screen-box.fade-out {
  opacity: 0;
}

.wrap.step-01 .touch-screen-box {
  width: 100%;
  padding: 0 2rem 3.12rem;
  transition: opacity 0.7s ease;
}

.wrap.step-01 .touch-screen-box p {
  width: 100%;
  padding: 1rem 0rem;
  border-radius: 0.625rem;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  color: #614a31;
  text-align: center;
  font-family: 'Namum-Square-Neo-Bold';
  font-size: 1.125rem;
  line-height: 140%; /* 1.575rem */
}

.wrap.step-02,
.wrap.step-03,
.wrap.step-04 {
  background-color: #fbd9a0;
}

.wrap.step-03 .bounce-in {
  height: 18.75rem;
  width: 18.75rem;
  position: absolute;
  top: 0.62rem;
  left: 50%;
  animation: bounce-in 0.7s ease forwards;
}

.wrap.step-02 .playground,
.wrap.step-03 .playground,
.wrap.step-04 .playground {
  background: linear-gradient(180deg, rgba(251, 217, 160, 0) 60.42%, #fbd9a0 98.06%),
    url('https://cdn.banggooso.com/assets/images/game239/step/playground.png') lightgray 50% / cover no-repeat;
  width: 100%;
  height: 20rem;
  opacity: 0.8;
}

.wrap.step-04 .playground {
  opacity: 0.5;
}

.wrap.step-04 .rules-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 31.25rem;
  height: 31.25rem;
}

.wrap.step-04 .rules-box .game-rules {
  width: 100%;
  height: 100%;
}

.wrap.step-04 .rules-box .button-box {
  padding: 0 20px;
  width: 100%;
}

.wrap.step-04 .rules-box .button-box button {
  cursor: pointer;
  width: 100%;
  border-radius: 3.125rem;
  background: #594530;
  box-shadow: 0px 5px 0px 0px rgba(255, 255, 255, 0.25) inset;
  display: flex;
  padding: 1.25rem 1.75rem 1.5rem 1.75rem;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  flex: 1 0 0;
}

.wrap.step-04 .rules-box .button-box button span {
  color: #fff;
  text-align: center;
  font-family: 'KCC-Ganpan';
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.0375rem;
}

@keyframes bounce-in {
  0% {
    opacity: 0;
    transform: translateX(-50%) scale(0.3);
  }
  50% {
    opacity: 1;
    transform: translateX(-50%) scale(1.05);
  }
  70% {
    transform: translateX(-50%) scale(0.9);
  }
  100% {
    transform: translateX(-50%) scale(1);
  }
}

.wrap.step-02 .soyeon-speech-container,
.wrap.step-03 .soyeon-speech-container {
  padding: 0 2rem 2rem;
}

.wrap.step-02 .soyeon-speech-container .name-box,
.wrap.step-03 .soyeon-speech-container .name-box {
  border-radius: 0.75rem 0.75rem 0rem 0rem;
  background: #ff8c48;
  box-shadow: 0px 4px 0px 0px rgba(255, 255, 255, 0.25) inset;
  display: inline-flex;
  padding: 0.75rem 1.25rem;
  justify-content: center;
  align-items: center;
}

.wrap.step-02 .soyeon-speech-container .name-box span,
.wrap.step-03 .soyeon-speech-container .name-box span {
  color: #fff;
  text-align: center;
  font-family: 'KCC-Ganpan';
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.035rem;
}

.wrap.step-02 .soyeon-speech-container .speech-box,
.wrap.step-03 .soyeon-speech-container .speech-box {
  position: relative;
}

.wrap.step-02 .soyeon-speech-container .speech-box .soyeon,
.wrap.step-03 .soyeon-speech-container .speech-box .soyeon {
  position: absolute;
  width: 7.5rem;
  right: 0;
  bottom: 24%;
}

.wrap.step-02 .soyeon-speech-container .speech-box .speech,
.wrap.step-03 .soyeon-speech-container .speech-box .speech {
  border-radius: 0rem 0.75rem 0.75rem 0.75rem;
  background: #fff3bd;
  box-shadow: 0px 4px 0px 0px rgba(255, 255, 255, 0.5) inset;
  padding: 1.5rem 2.75rem 1.75rem 1.5rem;
}

.wrap.step-03 .soyeon-speech-container .speech-box .speech.second-speech {
  display: none;
}

.wrap.step-02 .soyeon-speech-container .speech-box .speech span,
.wrap.step-03 .soyeon-speech-container .speech-box .speech span {
  color: #594530;
  font-family: 'Watermelon-Regular';
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.035rem;
}

.wrap.step-02 .soyeon-speech-container .speech-box .speech .next,
.wrap.step-03 .soyeon-speech-container .speech-box .speech .next {
  position: absolute;
  width: 1.6875rem;
  height: 1.6875rem;
  right: 0.9375rem;
  bottom: 0.625rem;
}

.wrap.step-03 {
  overflow: scroll;
}

.wrap.step-03 .rock-paper-scissors-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrap.step-03 .rock-paper-scissors-box img {
  width: 10rem;
  filter: drop-shadow(0px 0px 20px #ffedd0);
  will-change: filter;
  cursor: pointer;
}

.wrap.step-03 .rock-paper-scissors-box img:active {
  opacity: 0.5;
}

.wrap.step-03 .rock-paper-scissors-box img.no-active {
  cursor: default;
}

.wrap.step-03 .rock-paper-scissors-box img.no-active:active {
  opacity: 1;
}

.wrap.step-03 .select-text-container {
  padding: 0 2rem 3.13rem;
  margin-top: 3.75rem;
}

.wrap.step-03 .select-text-container .select-text-box {
  border-radius: 0.625rem;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(2px);
  display: flex;
  padding: 1rem 0rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  flex: 1 0 0;
}

.wrap.step-03 .select-text-container .select-text-box p {
  color: #614a31;
  text-align: center;
  font-family: 'Namum-Square-Neo-Bold';
  font-size: 1.125rem;
  font-style: normal;
  line-height: 140%; /* 1.575rem */
}

.wrap.step-03 .clicked-image {
  width: 10rem;
  height: 10rem;
  margin: 2rem auto 0;
}

/* 플레이 화면 */
.wrap #click-area #click-animation {
  z-index: 999;
  position: absolute;
  pointer-events: none;
  visibility: hidden;
  width: 80px;
  height: 80px;
  background-size: cover;
}

.wrap #click-area {
  height: 100%;
}

.wrap #picture-container {
  height: 100%;
  margin: 0 auto;
}

.wrap #picture-container #picture-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  user-select: none;
  pointer-events: none;
}

.wrap #picture-container #picture-box #picture {
  width: 3072px;
}

.wrap #picture-container .footer-box {
  padding: 0 1.25rem;
  position: fixed; /*모바일에선 fixed, pc에선 absolute가 된다*/
  bottom: 0;
  z-index: 1;
  padding-bottom: 3.12rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.wrap #picture-container .footer-box .skip {
  border-radius: 3.125rem;
  background: #f57637;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25), 0px 4px 0px 0px rgba(255, 255, 255, 0.25) inset;
  display: flex;
  padding: 0.5rem 1rem 0.75rem 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  margin-bottom: 0.7rem;
  align-self: flex-end;
  cursor: pointer;
  pointer-events: auto;
}

.wrap #picture-container .footer-box .skip .skip-arrow {
  width: 1.125rem;
}

.wrap #picture-container .footer-box .skip p {
  color: #fff;
  text-align: center;
  font-family: 'KCC-Ganpan';
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.0225rem;
}

.wrap #picture-container .footer-box .character-container {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
  justify-content: flex-end;
}

.wrap #picture-container .footer-box .character-container .character-text {
  width: 100%;
  height: 6.375rem;
  border-radius: 0.75rem;
  background: #fff3bd;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25), 0px 4px 0px 0px rgba(255, 255, 255, 0.5) inset;
  display: flex;
  align-items: center;
  padding: 1rem 0.875rem;
  flex: 1 0 0;
}

.wrap #picture-container .footer-box .character-container .character-text span {
  color: #594530;
  font-family: 'Watermelon-Regular';
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.1875rem; /* 145.833% */
  white-space: pre;
}

.wrap #picture-container .footer-box .character-container .target-item {
  width: 7.5rem;
  height: 7.5rem;
  position: relative;
  pointer-events: auto;
}

.wrap #picture-container .footer-box .character-container .target-item .target-circle {
  stroke: #ffffff;
  stroke-width: 9;
  stroke-dasharray: 263.89;
  animation: stroke-ani 36s linear;
  transform: rotate(-90deg);
  transform-origin: center;
  animation-play-state: running;
}

.wrap #picture-container .footer-box .character-container .target-item .target-circle.paused {
  animation-play-state: paused;
}

@keyframes stroke-ani {
  0% {
    stroke-dashoffset: 263.89;
    stroke: #594530;
  }
  77.5% {
    stroke: #594530;
  }
  78% {
    stroke: #ff7b39;
    opacity: 1;
  }
  78.5% {
    opacity: 0;
  }
  79% {
    opacity: 1;
  }
  79.5% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  80.5% {
    opacity: 0;
  }
  81% {
    opacity: 1;
  }
  81.5% {
    opacity: 0;
  }
  82% {
    opacity: 1;
  }
  82.5% {
    opacity: 0;
  }
  83% {
    opacity: 1;
  }
  83.5% {
    opacity: 0;
  }
  84% {
    opacity: 1;
  }
  84.5% {
    opacity: 0;
  }
  85% {
    opacity: 1;
  }
  85.5% {
    opacity: 0;
  }
  86% {
    opacity: 1;
  }
  86.5% {
    opacity: 0;
  }
  87% {
    opacity: 1;
  }
  87.5% {
    opacity: 0;
  }
  88% {
    opacity: 1;
  }
  88.5% {
    opacity: 0;
  }
  89% {
    opacity: 1;
  }
  89.5% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  90.5% {
    opacity: 0;
  }
  91% {
    opacity: 1;
  }
  91.5% {
    opacity: 0;
  }
  92% {
    opacity: 1;
  }
  92.5% {
    opacity: 0;
  }
  93% {
    opacity: 1;
  }
  93.5% {
    opacity: 0;
  }
  94% {
    opacity: 1;
  }
  94.5% {
    opacity: 0;
  }
  95% {
    opacity: 1;
  }
  95.5% {
    opacity: 0;
  }
  96% {
    opacity: 1;
  }
  96.5% {
    opacity: 0;
  }
  97% {
    opacity: 1;
  }
  97.5% {
    opacity: 0;
  }
  98% {
    opacity: 1;
  }
  98.5% {
    opacity: 0;
  }
  99% {
    opacity: 1;
  }
  99.5% {
    opacity: 0;
  }
  100% {
    stroke-dashoffset: 0;
    stroke: red;
    opacity: 1;
  }
}

.wrap #picture-container .footer-box .character-container .target-item #timer {
  position: absolute;
  z-index: 999;
}

.wrap #picture-container .footer-box .character-container .target-item img {
  background-color: #fff2d4;
  width: 92%;
  border-radius: 50%;
  border: 8px solid white;
  position: absolute;
  object-fit: contain;
  z-index: 3;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  aspect-ratio: 1/1;
}

.wrap #picture-container .footer-box .gauge-list {
  border-radius: 3.125rem;
  overflow: hidden;
  width: 100%;
  display: flex;
  height: 0.75rem;
  justify-content: space-evenly;
  gap: 0.38rem;
}

/* 깜빡이는 애니메이션 정의 */
@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

.wrap #picture-container .footer-box .gauge-list .gauge.blink {
  animation: blink 1s infinite; /* 1초 동안 깜빡이는 애니메이션 */
}

.wrap #picture-container .footer-box .gauge-list .gauge {
  background-color: #fffaf1;
  opacity: 0.5;
  width: 100%;
}

.wrap #picture-container .footer-box .gauge-list .gauge.collect-gauge {
  background-color: #ff935d;
  opacity: 1;
}

.wrap #picture-container .footer-box .gauge-list .gauge.fail-gauge {
  background-color: #000000;
  opacity: 0.3;
}

.wrap .show {
  position: absolute;
  pointer-events: auto !important;
}

.wrap .show img {
  z-index: 999999;
  position: relative;
}

.wrap .collect-effect {
  position: absolute;
  width: 80px;
  height: 80px;
  z-index: 9999;
  transform: translate(-50%, -50%);
}

/* 결과 보러 가기 팝업 */
.wrap .end-game-popup {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  padding: 0 2rem;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99999;
}

.wrap .end-game-popup .end-game-container {
  width: 100%;
  border-radius: 0.75rem;
  background: #fff3bd;
  box-shadow: 0px 4px 0px 0px rgba(255, 255, 255, 0.5) inset;
  padding: 1.5rem;
}

.wrap .end-game-popup .end-game-container .title {
  color: #594530;
  text-align: center;
  font-family: 'KCC-Ganpan';
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.04rem;
}

.wrap .end-game-popup .end-game-container button {
  width: 100%;
  margin-top: 0.75rem;
  border-radius: 3.125rem;
  background: #594530;
  box-shadow: 0px 5px 0px 0px rgba(255, 255, 255, 0.25) inset;
  display: flex;
  padding: 1rem 1.5rem 1.25rem 1.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  flex: 1 0 0;
  color: #fff;
  text-align: center;
  font-family: 'KCC-Ganpan';
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.0375rem;
  cursor: pointer;
}

.wrap .end-game-popup .end-game-container .img-box {
  width: 100%;
  padding: 0 0.87rem;
  margin: 1rem 0;
}

.wrap .end-game-popup .end-game-container .img-box img {
  width: 100%;
}

/* 결과 페이지 */
.game-result {
  text-align: center;
  margin: 0 auto;
}

.game-result .result-title-box {
  margin: 3.12rem auto 0;
  border-radius: 1.875rem;
  background: #ff8c48;
  box-shadow: 0px 4px 0px 0px rgba(255, 255, 255, 0.25) inset;
  display: flex;
  width: 18.0625rem;
  padding: 0.875rem 0;
  flex-direction: column;
  align-items: center;
}

.game-result .result-title-box p {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-family: 'Watermelon-Regular';
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.03rem;
}

.game-result .result-title-box p span {
  color: #fff;
  text-align: center;
  font-family: 'KCC-Ganpan';
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.03rem;
}

.game-result .result-capture-box-wrap {
  background-image: url('https://cdn.banggooso.com/assets/images/game239/result/result_bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}

.game-result .result-capture-box-wrap .result-image {
  overflow: hidden;
  min-width: 21.875rem;
  max-height: 34.375rem;
  width: 21.875rem;
  height: 34.375rem;
  margin: 0 auto;
  background-size: cover;
  background-image: url('https://cdn.banggooso.com/assets/images/game239/result/result_capture_image.jpg');
  position: relative;
}

.game-result .result-capture-box-wrap .result-image .img-object {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.game-result .result-capture-box-wrap .result-image .play-info-box {
  text-align: center;
  width: 100%;
}

.game-result .result-capture-box-wrap .result-image .play-info-box .play-info-box-title {
  padding-top: 3rem;
  color: #614a31;
  text-align: center;
  -webkit-text-stroke-width: 0.4px;
  -webkit-text-stroke-color: #614a31;
  font-family: 'Watermelon-Regular';
  font-size: 2.0625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.75rem; /* 133.333% */
  letter-spacing: -0.04125rem;
}

.game-result .result-capture-box-wrap .result-image .play-info-box .result-data-container,
.game-result .result-capture-box-wrap .result-image .play-info-box .result-data-container .result-data-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.game-result .result-capture-box-wrap .result-image .play-info-box .result-data-container:nth-child(3) {
  gap: 20px;
  margin-top: 7px;
}

.game-result .result-capture-box-wrap .result-image .play-info-box .result-data-container .highlighter {
  position: relative;
}

.game-result .result-capture-box-wrap .result-image .play-info-box .result-data-container .highlighter::after {
  content: '';
  background: #ffd8b4;
  bottom: -0.125rem;
  left: -0.438rem;
  z-index: -1;
  display: block;
  position: absolute;
  width: 3rem;
  height: 0.875rem;
  flex-shrink: 0;
}

.game-result .result-capture-box-wrap .result-image .play-info-box .result-data-container .highlighter.long::after {
  width: 4.813rem;
}

.game-result .result-capture-box-wrap .result-image .play-info-box .result-data-container .highlighter .title {
  color: #614a31;
  margin: 0;
  text-align: center;
  -webkit-text-stroke-width: 0.019rem;
  -webkit-text-stroke-color: #614a31;
  font-family: 'Watermelon-Regular';
  font-size: 1.188rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.game-result .result-capture-box-wrap .result-image .play-info-box .result-data-container .value {
  color: #614a31;
  text-align: center;
  font-family: 'KCC-Ganpan';
  font-size: 1.313rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 8px;
}

.game-result .result-capture-box-wrap .result-image .play-info-box .result-data-container .value .point {
  color: #ff8c48;
}

.game-result .result-capture-box-wrap .result-image .character-box {
  margin-top: 3px;
  position: relative;
  height: 14.375rem;
}

.game-result .result-capture-box-wrap .result-image .character-box .not-found {
  width: 100%;
  height: 100%;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
}

.game-result .result-capture-box-wrap .result-image .character-box img {
  width: 6.25rem;
  height: 8.125rem;
  position: absolute;
}

.game-result .result-capture-box-wrap .result-image .character-box.find-1 img {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.game-result .result-capture-box-wrap .result-image .character-box.find-2 img:nth-child(1) {
  left: 20%;
  top: 20%;
}

.game-result .result-capture-box-wrap .result-image .character-box.find-2 img:nth-child(2) {
  right: 20%;
  top: 30%;
}

.game-result .result-capture-box-wrap .result-image .character-box.find-3 img:nth-child(1) {
  left: 19%;
  top: 10%;
}

.game-result .result-capture-box-wrap .result-image .character-box.find-3 img:nth-child(2) {
  right: 19%;
  top: 0%;
}

.game-result .result-capture-box-wrap .result-image .character-box.find-3 img:nth-child(3) {
  right: 33%;
  bottom: 0%;
}

.game-result .result-capture-box-wrap .result-image .character-box.find-4 img:nth-child(1) {
  left: 17%;
  top: 4%;
}

.game-result .result-capture-box-wrap .result-image .character-box.find-4 img:nth-child(2) {
  right: 25%;
  top: 5%;
}

.game-result .result-capture-box-wrap .result-image .character-box.find-4 img:nth-child(3) {
  left: 30%;
  bottom: 0%;
}

.game-result .result-capture-box-wrap .result-image .character-box.find-4 img:nth-child(4) {
  right: 9%;
  bottom: 5%;
}

.game-result .result-capture-box-wrap .result-image .character-box.find-5 img:nth-child(1) {
  left: 15%;
  top: -1%;
}

.game-result .result-capture-box-wrap .result-image .character-box.find-5 img:nth-child(2) {
  right: 33%;
  top: 8%;
}

.game-result .result-capture-box-wrap .result-image .character-box.find-5 img:nth-child(3) {
  right: 9%;
  top: -4%;
}

.game-result .result-capture-box-wrap .result-image .character-box.find-5 img:nth-child(4) {
  left: 26%;
  bottom: -1%;
}

.game-result .result-capture-box-wrap .result-image .character-box.find-5 img:nth-child(5) {
  right: 18%;
  bottom: -2%;
}

.game-result .result-capture-box-wrap .result-image .character-box.find-6 img:nth-child(1) {
  left: 7%;
  top: -1%;
}

.game-result .result-capture-box-wrap .result-image .character-box.find-6 img:nth-child(2) {
  left: 31%;
  top: 8%;
}

.game-result .result-capture-box-wrap .result-image .character-box.find-6 img:nth-child(3) {
  right: 17%;
  top: -4%;
}

.game-result .result-capture-box-wrap .result-image .character-box.find-6 img:nth-child(4) {
  left: 13%;
  bottom: -1%;
}

.game-result .result-capture-box-wrap .result-image .character-box.find-6 img:nth-child(5) {
  right: 30%;
  bottom: -2%;
}

.game-result .result-capture-box-wrap .result-image .character-box.find-6 img:nth-child(6) {
  right: 7%;
  bottom: 6%;
}

.game-result .result-capture-box-wrap .result-image .speech-bubble-box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2.5rem;
}

.game-result .result-capture-box-wrap .result-image .speech-bubble-box .speech-bubble {
  padding-top: 0.375rem;
  display: flex;
  justify-content: center;
  width: 15.344rem;
  height: 4rem;
  background-size: cover;
  background-image: url('https://cdn.banggooso.com/assets/images/game239/result/speech_bubble.png');
}

.game-result .result-capture-box-wrap .result-image .speech-bubble-box .speech-bubble .play-time {
  color: #613018;
  text-align: center;
  font-family: 'KCC-Ganpan';
  font-size: 1.688rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.game-result .result-capture-box-wrap .image-download-text {
  color: #614a31;
  text-align: center;
  font-family: 'Namum-Square-Neo-Bold';
  font-size: 1rem;
  font-style: normal;
  line-height: 140%; /* 1.4rem */
  margin-top: 0.25rem;
}

.game-result .select-children-wrap {
  padding-bottom: 2.5rem;
  background-color: #ffdea7;
}

.game-result .select-children-wrap .secret-text-container {
  padding: 0 2rem;
}

.game-result .select-children-wrap .secret-text-container .secret-text-box {
  background-image: url('https://cdn.banggooso.com/assets/images/game239/result/secret_box.png');
  background-size: cover;
  filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.1));
  width: 100%;
  margin-top: 3.69rem;
  padding: 0.69rem 0 0.75rem;
}

.game-result .select-children-wrap .secret-text-container .secret-text-box p:nth-child(1) {
  color: #594530;
  text-align: center;
  font-family: 'Watermelon-Regular';
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.025rem;
}

.game-result .select-children-wrap .secret-text-container .secret-text-box p:nth-child(2) {
  margin-top: 0.31rem;
  color: #594530;
  text-align: center;
  -webkit-text-stroke-width: 0.20000000298023224px;
  -webkit-text-stroke-color: #594530;
  font-family: 'Watermelon-Regular';
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.0375rem;
}

.game-result .select-children-wrap .select-children-text-box {
  margin: 1.5rem auto;
  border-radius: 0.625rem;
  background: #fad18d;
  width: 27.25rem;
  padding: 1rem 0.81rem;
}

.game-result .select-children-wrap .select-children-text-box .select-children-text {
  color: #614a31;
  text-align: center;
  font-family: 'Namum-Square-Neo-Bold';
  font-size: 1.125rem;
  font-style: normal;
  margin-bottom: 0.62rem;
  line-height: 140%; /* 1.575rem */
}

.game-result .select-children-wrap .select-children-text-box .select-children-list {
  display: flex;
  gap: 0.62rem;
  justify-content: space-between;
}

.game-result .select-children-wrap .select-children-text-box .select-children-list > div {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 6.64063rem;
  border: 4px solid #ffffff;
  padding: 0.44119rem 0.27463rem 0.11031rem 0.27688rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #fff2d4;
  cursor: pointer;
}

.game-result .select-children-wrap .select-children-text-box .select-children-list > div.active {
  background: #fd6c1e;
  border: 4px solid #ff8c48;
  overflow: auto;
}

.game-result .select-children-wrap .select-children-text-box .select-children-list > div.active::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  background-image: url('https://cdn.banggooso.com/assets/images/game239/result/icon_check.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  bottom: 0;
}

.game-result .select-children-wrap .select-children-text-box .select-children-list > div img {
  width: 3.1985rem;
  height: 3.1985rem;
}

.game-result .select-children-wrap .children-info-wrap {
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 5.2rem;
}

.game-result .select-children-wrap .children-info-wrap .title-box {
  z-index: 9;
  position: relative;
  top: 1.2rem;
}

.game-result .select-children-wrap .children-info-wrap img {
  width: 10.125rem;
  position: absolute;
  right: 0;
  bottom: 17%;
  z-index: -1;
}

.game-result .select-children-wrap .children-info-wrap .title-box .name {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff914f;
  box-shadow: 0px 4px 0px 0px rgba(255, 255, 255, 0.25) inset;
  width: 4.875rem;
  height: 2.6875rem;
  flex-shrink: 0;
  color: #fff;
  text-align: center;
  font-family: 'KCC-Ganpan';
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.0275rem;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.game-result .select-children-wrap .children-info-wrap .title-box .description {
  background-color: #fff3bd;
  box-shadow: 0px 4px 0px 0px rgba(255, 255, 255, 0.5) inset;
  width: 17.125rem;
  height: 3.5625rem;
  flex-shrink: 0;
  color: #594530;
  font-family: 'Watermelon-Regular';
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.0325rem;
  border-bottom-left-radius: 12px;
  border-top-right-radius: 12px;
  display: flex;
  align-items: center;
  border-bottom-right-radius: 12px;
  padding-left: 0.94rem;
}

.game-result .select-children-wrap .children-info-wrap .children-info {
  display: flex;
  padding: 2.375rem 1.625rem 1.5rem 1.625rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  align-self: stretch;
  border-radius: 1.875rem;
  background: #fffaeb;
  color: #614a31;
  text-align: center;
  font-family: 'Namum-Square-Neo-Regular';
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 1.875rem */
  gap: 0;
}

.game-result .select-children-wrap .children-info-wrap .children-info span {
  color: #614a31;
  font-family: 'Namum-Square-Neo-Bold';
  font-size: 1.25rem;
  font-style: normal;
  line-height: 150%;
}

.game-result .children-ten-check-wrap {
  padding: 2.5rem 0 0;
  width: 100%;
  background-color: #ffdea7;
}

.game-result .children-ten-check-wrap .ten-check-container {
  padding: 0 2rem;
}

.game-result .children-ten-check-wrap .ten-check-container .ten-check-box {
  background-image: url('https://cdn.banggooso.com/assets/images/game239/result/secret_box.png');
  background-size: cover;
  filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.1));
  width: 100%;
  padding: 0.69rem 0 0.75rem;
}

.game-result .children-ten-check-wrap .ten-check-container .ten-check-box p:nth-child(1) {
  color: #594530;
  text-align: center;
  font-family: 'Watermelon-Regular';
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.025rem;
}

.game-result .children-ten-check-wrap .ten-check-container .ten-check-box p:nth-child(2) {
  margin-top: 0.31rem;
  color: #594530;
  text-align: center;
  -webkit-text-stroke-width: 0.20000000298023224px;
  -webkit-text-stroke-color: #594530;
  font-family: 'Watermelon-Regular';
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.0375rem;
}

.game-result .children-ten-check-wrap .content {
  width: 100%;
  background: linear-gradient(
    180deg,
    #ffdea7 2.5%,
    #725739 12.38%,
    #231a0c 22.07%,
    #231a0c 60.81%,
    #281e0f 93.17%,
    #372a19 94.24%,
    #7b6347 96.74%,
    #ffdea7 99.23%
  );
}

.game-result .children-ten-check-wrap .target-item {
  width: 7.5rem;
  height: 7.5rem;
  margin: 1.5rem auto 0;
  position: relative;
}

.game-result .children-ten-check-wrap .target-item .target-circle {
  stroke: #594530;
  stroke-width: 9;
  stroke-dasharray: 263.89;
  animation: stroke-ani-2 36s linear infinite;
  transform: rotate(-90deg);
  transform-origin: center;
  animation-play-state: running;
}

@keyframes stroke-ani-2 {
  0% {
    stroke-dashoffset: 263.89;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

.game-result .children-ten-check-wrap .target-item #timer {
  position: absolute;
  z-index: 999;
  left: 0;
  width: 100%;
}

.game-result .children-ten-check-wrap .target-item img {
  width: 92%;
  border-radius: 50%;
  border: 8px solid white;
  position: absolute;
  object-fit: contain;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  aspect-ratio: 1/1;
}

.game-result .children-ten-check-wrap .target-item .bg {
  width: 92%;
  border-radius: 50%;
  position: absolute;
  object-fit: contain;
  background-color: #fff2d4;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  aspect-ratio: 1/1;
}

.game-result .children-ten-check-wrap .target-item .border {
  position: absolute;
  width: 92%;
  border: 8px solid white;
  top: 50%;
  aspect-ratio: 1/1;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 9;
}

.game-result .children-ten-check-wrap .content .content-description {
  margin: 1.5rem 0 2.25rem;
  color: #edd6af;
  text-align: center;
  font-family: 'Namum-Square-Neo-Regular';
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.875rem */
  letter-spacing: -0.025rem;
}

.game-result .children-ten-check-wrap .content .content-description P:nth-child(1) {
  color: #fff5e4;
  font-family: 'Namum-Square-Neo-Bold';
  margin-bottom: 1rem;
}

.game-result .children-ten-check-wrap .content .content-description span {
  color: #fff5e4;
  font-family: 'Namum-Square-Neo-Bold';
  font-size: 1.25rem;
  font-style: normal;
  line-height: 150%;
  letter-spacing: -0.025rem;
}

.game-result .children-ten-check-wrap .content .swiper .swiper-wrapper {
  padding: 0;
}

.game-result .children-ten-check-wrap .content .swiper .swiper-pagination {
  position: relative;
  bottom: 0;
  top: 0;
  margin: 1rem 0 2.5rem;
}

.game-result .children-ten-check-wrap .content .swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #ffffff;
  opacity: 0.3;
}

.game-result .children-ten-check-wrap .content .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffffff;
  opacity: 1;
}

.game-result .children-ten-check-wrap .content .swiper .swiper-wrapper .swiper-slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(116, 80, 19, 0.63) 0%, rgba(116, 80, 19, 0.63) 100%);
  z-index: 1;
  pointer-events: none; /* 오버레이가 클릭 이벤트를 방해하지 않도록 설정 */
  border-radius: 0.625rem;
}

.game-result .children-ten-check-wrap .content .swiper .swiper-wrapper .swiper-slide {
  background-size: cover;
  border-radius: 0.625rem;
}

.game-result .children-ten-check-wrap .content .swiper .swiper-wrapper .swiper-slide.slide-1 {
  background-image: url('https://cdn.banggooso.com/assets/images/game239/result/swiper_1.jpg');
}

.game-result .children-ten-check-wrap .content .swiper .swiper-wrapper .swiper-slide.slide-2 {
  background-image: url('https://cdn.banggooso.com/assets/images/game239/result/swiper_2.jpg');
}

.game-result .children-ten-check-wrap .content .swiper .swiper-wrapper .swiper-slide.slide-3 {
  background-image: url('https://cdn.banggooso.com/assets/images/game239/result/swiper_3.jpg');
}

.game-result .children-ten-check-wrap .content .swiper .swiper-wrapper .swiper-slide.slide-4 {
  background-image: url('https://cdn.banggooso.com/assets/images/game239/result/swiper_4.jpg');
}

.game-result .children-ten-check-wrap .content .swiper .swiper-wrapper .swiper-slide.slide-5 {
  background-image: url('https://cdn.banggooso.com/assets/images/game239/result/swiper_5.jpg');
}

.game-result .children-ten-check-wrap .content .swiper .swiper-wrapper .swiper-slide.slide-6 {
  background-image: url('https://cdn.banggooso.com/assets/images/game239/result/swiper_6.jpg');
}

.game-result .children-ten-check-wrap .content .swiper .swiper-wrapper .swiper-slide.slide-7 {
  background-image: url('https://cdn.banggooso.com/assets/images/game239/result/swiper_7.jpg');
}

.game-result .children-ten-check-wrap .content .swiper .swiper-wrapper .swiper-slide.slide-8 {
  background-image: url('https://cdn.banggooso.com/assets/images/game239/result/swiper_8.jpg');
}

.game-result .children-ten-check-wrap .content .swiper .swiper-wrapper .swiper-slide.slide-9 {
  background-image: url('https://cdn.banggooso.com/assets/images/game239/result/swiper_9.jpg');
}

.game-result .children-ten-check-wrap .content .swiper .swiper-wrapper .swiper-slide.slide-10 {
  background-image: url('https://cdn.banggooso.com/assets/images/game239/result/swiper_10.jpg');
}

.game-result .children-ten-check-wrap .content .swiper .swiper-wrapper .swiper-slide {
  width: 27.25rem;
  height: 18.6875rem;
  transform: scale(0.92);
  transition: transform 0.3s ease;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.game-result .children-ten-check-wrap .content .swiper .swiper-wrapper .swiper-slide-active {
  transform: scale(1);
  transition: transform 0.3s ease;
}

.game-result .children-ten-check-wrap .content .swiper .swiper-wrapper .swiper-content {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
}

.game-result .children-ten-check-wrap .content .swiper .swiper-wrapper .swiper-content .swiper-title {
  color: #fff;
  text-align: left;
  padding: 1.13rem 0 0 1.5rem;
}

.game-result .children-ten-check-wrap .content .swiper .swiper-wrapper .swiper-content .swiper-title p:nth-child(1) {
  color: #fff;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  font-family: 'Namum-Square-Neo-Bold';
  font-size: 1.25rem;
  font-style: normal;
  line-height: 150%; /* 1.875rem */
}

.game-result .children-ten-check-wrap .content .swiper .swiper-wrapper .swiper-content .swiper-title p:nth-child(2) {
  color: #fff;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  font-family: 'Namum-Square-Neo-Heavy-Bold';
  font-size: 2.5rem;
  font-style: normal;
  line-height: 140%; /* 3.5rem */
}

.game-result .children-ten-check-wrap .content .swiper .swiper-wrapper .swiper-content .swiper-title p:nth-child(3) {
  color: #fff;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  font-family: 'Namum-Square-Neo-Regular';
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: 0.37rem;
}

.game-result .children-ten-check-wrap .content .impression-text-container {
  margin-bottom: 1rem;
  padding: 0 2rem;
}

.game-result .children-ten-check-wrap .content .impression-text-container .impression-text-box {
  display: flex;
  padding: 1rem 0rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border-radius: 0.625rem;
  background: rgba(250, 209, 141, 0.1);
}

.game-result .children-ten-check-wrap .content .impression-text-container .impression-text-box p {
  color: #fff5e4;
  text-align: center;
  font-family: 'Namum-Square-Neo-Bold';
  font-size: 1.125rem;
  font-style: normal;
  line-height: 140%; /* 1.575rem */
}

.game-result .children-ten-check-wrap .content .response-wrap {
  padding: 0 3.94rem;
  margin-bottom: 4.5rem;
  display: flex;
  justify-content: space-around;
}

.game-result .children-ten-check-wrap .content .response-wrap.disabled {
  pointer-events: none;
  cursor: not-allowed;
}

.game-result .children-ten-check-wrap .content .response-wrap .response-item .response-image-box {
  display: flex;
  width: 4.25rem;
  height: 4.25rem;
  padding: 0.3125rem;
  justify-content: center;
  align-items: center;
  border-radius: 6.64063rem;
  border: 4px solid #fff;
  background: #fff2d4;
  cursor: pointer;
}

.game-result .children-ten-check-wrap .content .response-wrap .response-item .response-image-box.active {
  border: 4px solid #ff8c48;
  background: #fd6c1e;
}

.game-result .children-ten-check-wrap .content .response-wrap .response-item .response-image-box img {
  width: 3.625rem;
  height: 3.625rem;
}

.game-result .children-ten-check-wrap .content .response-wrap .response-item .response-key {
  color: #edd6af;
  text-align: center;
  font-family: 'Namum-Square-Neo-Regular';
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  margin: 0.5rem 0;
  line-height: 140%; /* 1.4rem */
}

.game-result .children-ten-check-wrap .content .response-wrap .response-item .response-s_cnt {
  color: #fff;
  text-align: center;
  font-family: 'Namum-Square-Neo-Heavy-Bold';
  font-size: 1.25rem;
  font-style: normal;
  line-height: 140%; /* 1.75rem */
}

/* 이벤트 박스 */
.game-result .children-ten-check-wrap .content .event-container-1,
.game-result .children-ten-check-wrap .content .event-container-2 {
  padding: 0 2rem;
}

.game-result .children-ten-check-wrap .content .event-container-2 {
  margin-top: 1.5rem;
}

.game-result .children-ten-check-wrap .content .event-container-1 .event-box-1,
.game-result .children-ten-check-wrap .content .event-container-2 .event-box-2 {
  padding: 1.5rem 1.5rem 2rem;
  border-radius: 1.875rem;
  background: rgba(250, 209, 141, 0.1);
}

.game-result .children-ten-check-wrap .content .event-container-2 .event-box-2 {
  margin-bottom: 7rem;
}

.game-result .children-ten-check-wrap .content .event-container-1 .event-box-1 .event-text-1,
.game-result .children-ten-check-wrap .content .event-container-2 .event-box-2 .event-text-1 {
  color: rgba(255, 245, 228, 0.9);
  text-align: center;
  font-family: 'Watermelon-Regular';
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 1.925rem */
}

.game-result .children-ten-check-wrap .content .event-container-1 .event-box-1 .event-text-2,
.game-result .children-ten-check-wrap .content .event-container-2 .event-box-2 .event-text-2 {
  margin: 0.25rem 0 0.5rem;
  color: #edd6af;
  text-align: center;
  font-family: 'Namum-Square-Neo-Bold';
  font-size: 1.375rem;
  font-style: normal;
  line-height: 140%; /* 1.925rem */
}

.game-result .children-ten-check-wrap .content .event-container-1 .event-box-1 img {
  width: 18.1875rem;
  margin: 1rem 0;
}

.game-result .children-ten-check-wrap .content .event-container-2 .event-box-2 img {
  width: 16.75rem;
  margin: 1rem 0;
}

.game-result .children-ten-check-wrap .content .event-container-1 .event-box-1 .event-text-3,
.game-result .children-ten-check-wrap .content .event-container-2 .event-box-2 .event-text-3 {
  color: #fff5e4;
  text-align: center;
  font-family: 'Namum-Square-Neo-Regular';
  font-size: 1.125rem;
  font-style: normal;
  line-height: 140%;
  letter-spacing: -0.0225rem;
  margin-bottom: 1.75rem;
  opacity: 0.7;
}

.game-result .children-ten-check-wrap .content .event-container-2 .event-box-2 .event-text-3 {
  margin-bottom: 1.75rem;
}

.game-result .children-ten-check-wrap .content .event-container-1 .event-box-1 .event-text-3 span,
.game-result .children-ten-check-wrap .content .event-container-2 .event-box-2 .event-text-3 span {
  font-family: 'Namum-Square-Neo-Bold';
}

.game-result .children-ten-check-wrap .content .event-container-2 .event-box-2 .event-text-4 {
  color: #edd6af;
  text-align: center;
  font-family: 'Namum-Square-Neo-Bold';
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 0.25rem;
}

.game-result .children-ten-check-wrap .content .event-container-1 .event-box-1 .form-box,
.game-result .children-ten-check-wrap .content .event-container-2 .event-box-2 .form-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}

.game-result .children-ten-check-wrap .content .event-container-2 .event-box-2 .form-box {
  border-bottom: 1px solid rgba(237, 214, 175, 0.15);
}

.game-result .children-ten-check-wrap .content .event-container-1 .event-box-1 .form-box img,
.game-result .children-ten-check-wrap .content .event-container-2 .event-box-2 .form-box img {
  width: 1.25rem;
  height: 1.25rem;
  margin: 0;
}

.game-result .children-ten-check-wrap .content .event-container-1 .event-box-1 .form-box .event-text-4,
.game-result .children-ten-check-wrap .content .event-container-2 .event-box-2 .form-box .event-text-5 {
  color: #fff5e4;
  text-align: center;
  font-family: 'Namum-Square-Neo-Extra-Bold';
  font-size: 1.5rem;
  font-style: normal;
  line-height: 140%;
  letter-spacing: -0.03rem;
  margin: 0 0.25rem;
}

.game-result .children-ten-check-wrap .content .event-container-2 .event-box-2 .form-box .event-text-5 {
  font-family: 'Namum-Square-Neo-Bold';
}

.game-result .children-ten-check-wrap .content .event-container-2 .event-box-2 .hash-tag-container {
  margin-top: 1rem;
}

.game-result .children-ten-check-wrap .content .event-container-2 .event-box-2 .hash-tag-container .event-text-6 {
  color: #fff5e4;
  text-align: center;
  font-family: 'Namum-Square-Neo-Bold';
  font-size: 1.125rem;
  font-style: normal;
  line-height: 140%; /* 1.575rem */
  margin-bottom: 0.25rem;
}

.game-result .children-ten-check-wrap .content .event-container-2 .event-box-2 .hash-tag-container .hash-tag-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.75rem;
}

.game-result
  .children-ten-check-wrap
  .content
  .event-container-2
  .event-box-2
  .hash-tag-container
  .hash-tag-box
  .insta-box {
  margin-right: 1.25rem;
}

.game-result
  .children-ten-check-wrap
  .content
  .event-container-2
  .event-box-2
  .hash-tag-container
  .hash-tag-box
  .insta-box
  img,
.game-result
  .children-ten-check-wrap
  .content
  .event-container-2
  .event-box-2
  .hash-tag-container
  .hash-tag-box
  .twitter-box
  img {
  width: 2rem;
  height: 2rem;
  margin: 0 0.5rem 0 0;
}

.game-result .children-ten-check-wrap .content .event-container-2 .event-box-2 .hash-tag-container .hash-tag-box span {
  color: #edd6af;
  text-align: center;
  font-family: 'Namum-Square-Neo-Bold';
  font-size: 1.125rem;
  font-style: normal;
  line-height: 140%; /* 1.575rem */
}

.game-result .children-ten-check-wrap .content .event-container-2 .event-box-2 .hash-tag-container .hash-tag-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}

.game-result .children-ten-check-wrap .content .event-container-2 .event-box-2 .hash-tag-container .hash-tag-list .tag {
  display: flex;
  padding: 0.5rem 0.875rem 0.625rem 0.875rem;
  align-items: center;
  gap: 0.25rem;
  border-radius: 3.125rem;
  background: #edd6af;
  color: #594530;
  text-align: center;
  font-family: 'Namum-Square-Neo-Bold';
  font-size: 1.125rem;
  font-style: normal;
  line-height: 140%; /* 1.575rem */
}

.game-result .children-ten-check-wrap .content .event-container-2 .event-box-2 .hash-tag-container .hash-tag-list a {
  display: flex;
  padding: 0.5rem 0.875rem 0.625rem 0.875rem;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  border-radius: 3.125rem;
  background: #f57637;
  color: #fff;
  text-align: center;
  font-family: 'Namum-Square-Neo-Extra-Bold';
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 800;
  line-height: 140%; /* 1.575rem */
  cursor: pointer;
}

.game-result .children-ten-check-wrap .content .event-container-1 .event-box-1 .event-button,
.game-result .children-ten-check-wrap .content .event-container-2 .event-box-2 .event-button {
  display: flex;
  height: 5.3125rem;
  padding: 1.25rem 1.75rem 1.5rem 1.75rem;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  width: 100%;
  align-self: stretch;
  border-radius: 3.125rem;
  background: #f57637;
  box-shadow: 0px 5px 0px 0px rgba(255, 255, 255, 0.25) inset;
  margin-bottom: 1rem;
  cursor: pointer;
}

.game-result .children-ten-check-wrap .content .event-container-2 .event-box-2 .event-button {
  margin: 1rem 0;
  display: inline-block;
}

.game-result .children-ten-check-wrap .content .event-container-1 .event-box-1 .event-button span,
.game-result .children-ten-check-wrap .content .event-container-2 .event-box-2 .event-button span {
  color: #fff;
  text-align: center;
  font-family: 'KCC-Ganpan';
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.0375rem;
}

.game-result .children-ten-check-wrap .content .event-container-1 .event-box-1 .event-text-5,
.game-result .children-ten-check-wrap .content .event-container-2 .event-box-2 .event-text-7 {
  color: #edd6af;
  text-align: center;
  font-family: 'Namum-Square-Neo-Regular';
  font-size: 1.0625rem;
  font-style: normal;
  line-height: 140%; /* 1.4875rem */
  letter-spacing: -0.02125rem;
  opacity: 0.5;
}

.game-result .children-ten-check-wrap .result-invitation-box {
  width: 100%;
  position: relative;
  margin-top: 1.5rem;
}

.game-result .children-ten-check-wrap .result-invitation-box img {
  width: 100%;
}

.game-result .children-ten-check-wrap .result-invitation-box p {
  color: #e3cbad;
  text-align: center;
  font-family: 'UhBee-jung-BOLD';
  font-size: 1.75rem;
  font-style: normal;
  position: absolute;
  left: 51%;
  bottom: 19%;
  -webkit-text-stroke-width: 0.4000000059604645px;
  -webkit-text-stroke-color: #e3cbad;
  transform: translateX(-50%) rotate(-1deg);
}

.game-result .children-ten-check-wrap .result-invitation-box .img-object {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  -webkit-user-select: none; /* Safari 및 Chrome */
  -ms-user-select: none; /* Internet Explorer */
  user-select: none; /* 표준 속성 */
}

/* 공유하기 */
.game-result .share-sns-list {
  margin: 0;
  position: relative;
  bottom: 0.5rem;
}

.game-result .share-sns-list {
  bottom: 0.5rem;
}

.game-result .share-sns-list .list-title,
.game-intro .share-sns-list .list-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}

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

.game-result .share-sns-list .list .btn-share,
.game-intro .share-sns-list .list .btn-share {
  width: 3.75rem;
  height: 3.75rem;
}

.game-result .share-sns-list .btn-share.kakao,
.game-intro .share-sns-list .btn-share.kakao {
  background-image: url('https://cdn.banggooso.com/assets/images/game239/share/kakao.png');
  background-size: contain;
}

.game-result .share-sns-list .btn-share.instagram,
.game-intro .share-sns-list .btn-share.instagram {
  background-image: url('https://cdn.banggooso.com/assets/images/game239/share/instargram.png');
  background-size: contain;
}

.game-result .share-sns-list .btn-share.twitter,
.game-intro .share-sns-list .btn-share.twitter {
  background-image: url('https://cdn.banggooso.com/assets/images/game239/share/twitter.png');
  background-size: contain;
}

.game-result .share-sns-list .btn-share.facebook,
.game-intro .share-sns-list .btn-share.facebook {
  background-image: url('https://cdn.banggooso.com/assets/images/game239/share/facebook.png');
  background-size: contain;
}

.game-result .share-sns-list .btn-share.link-copy,
.game-intro .share-sns-list .btn-share.link-copy {
  background-image: url('https://cdn.banggooso.com/assets/images/game239/share/link.png');
  background-size: contain;
}

.game-result .share-sns-list .list-title span,
.game-intro .share-sns-list .list-title span {
  color: #614a31;
  text-align: center;
  font-family: 'Namum-Square-Neo-Heavy-Bold';
  font-size: 1.125rem;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
}

.game-result .share-sns-list .list-title .countBox,
.game-intro .share-sns-list .list-title .countBox {
  margin-left: 0.25rem;
  display: flex;
}

.game-result .share-sns-list .list-title .countBox .countImg,
.game-intro .share-sns-list .list-title .countBox .countImg {
  background-image: url('https://cdn.banggooso.com/assets/images/game239/common/share.png');
  background-position: center;
  background-size: contain;
  width: 1.125rem;
  height: 1.125rem;
}

.game-result .share-sns-list .list-title .countBox .countNumber,
.game-intro .share-sns-list .list-title .countBox .countNumber {
  margin-left: 0.62rem;
  color: #614a31;
  font-family: 'Namum-Square-Neo-Bold';
  font-size: 1.125rem;
  font-style: normal;
  line-height: normal;
}

/* 다시하기 */
.game-result .restart-box {
  margin: 3.25rem 0 5.75rem;
  padding: 0 2rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
}

.game-result .restart {
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3.125rem;
  background: #594530;
  box-shadow: 0px 5px 0px 0px rgba(255, 255, 255, 0.25) inset;
  padding: 1.25rem 1.75rem 1.5rem 1.75rem;
}

.game-result .restart img {
  width: 2rem;
  margin-left: 0.25rem;
  height: 2rem;
}

.game-result .restart a {
  color: #fff;
  text-align: center;
  font-family: 'KCC-Ganpan';
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.0375rem;
}

/* 콘텐츠 더보기 */

.contents-more {
  background-color: #bcc98f;
  border-radius: 1.875rem 1.875rem 0rem 0rem;
  border: none;
  flex-direction: column;
  width: 100%;
  margin: 0;
  padding: 2rem 0;
}

.contents-more .contents-main .contents-logo img {
  width: 8.334rem;
}

.contents-more .contents-list {
  padding: 0 1.06rem !important;
}

.contents-more .contents-list .game-btn {
  width: 100%;
  border-radius: 0;
  margin: 0;
  text-align: left;
  padding: 1.66681rem 2.00013rem;
  position: relative;
  letter-spacing: 0.1px;
  background-color: transparent !important;
  border: none !important;
  border-top: 1.333px solid #97a559 !important;
  cursor: pointer;
  font-family: 'Pretendard-500';
  font-size: 1.3125rem !important;
  line-height: normal;
}

.contents-more .contents-list .game-btn a {
  color: #503c29;
  font-weight: 600;
}

.contents-more .contents-list .game-btn:before {
  left: 90%;
  width: 2rem;
  height: 2rem;
  background-size: 27%;
  background-position: center;
}

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

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

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

.contents-more .contents-main .sub-text {
  color: #503c29;
  font-family: 'Pretendard-700';
  font-weight: 700;
  font-size: 1.50013rem;
  font-style: normal;
  line-height: 2.16681rem;
  letter-spacing: normal;
}

/* 추천 콘텐츠 */
.game-result .recommend-list .inner .title {
  color: #000;
  font-family: 'Pretendard-500';
  font-size: 1.49969rem;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.033rem;
  margin-bottom: 0.5rem;
  padding-left: 3.2rem;
}

.game-result .recommend-list {
  background-color: #bcc98f;
}

.game-result .recommend-list:before {
  background-color: #97a559;
  height: 16rem;
}

.btn-white-round {
  width: 15.26381rem;
  height: 4.00363rem;
  font-size: 1.25113rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.game-result .recommend-list .inner {
  padding: 0 1.5rem;
}

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

.game-result .recommend-list .swiper-slide {
  width: 10.831rem;
  height: 13.33044rem;
}

.game-result .recommend-list .slide-box {
  width: 10.831rem;
  height: 13.33044rem;
  border: 0.3rem solid #000000;
}

.game-result .recommend-list .slide-box .img-box {
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 0;
  width: 100.5%;
  height: 100%;
}

.game-result .recommend-list .slide-box .slide-text {
  width: 10.164rem;
  padding: 0;
  position: absolute;
  bottom: 0.2rem;
  left: 51%;
  transform: translateX(-50%);
  color: #000;
  font-family: 'Pretendard-700';
  font-weight: 700;
  font-size: 0.99981rem;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  display: flex;
  justify-content: center;
  align-items: center;
}

.game-result .recommend-list .slide-box .link {
  padding: 0;
}

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

.game-result .container .background-pattern {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: -1;
}
