@font-face {
  font-family: 'NanumSquareRoundL';
  src: url('https://cdn.banggooso.com/assets/fonts/NanumSquareRoundL.ttf') format('truetype'),
    url('https://cdn.banggooso.com/assets/fonts/NanumSquareRoundL.otf') format('opentype'),
    url('https://cdn.banggooso.com/assets/fonts/NanumSquareRoundL.woff') format('woff');
}

@font-face {
  font-family: 'NanumSquareRoundR';
  src: url('https://cdn.banggooso.com/assets/fonts/NanumSquareRoundR.ttf') format('truetype'),
    url('https://cdn.banggooso.com/assets/fonts/NanumSquareRoundR.otf') format('opentype'),
    url('https://cdn.banggooso.com/assets/fonts/NanumSquareRoundR.woff') format('woff');
}

@font-face {
  font-family: 'NanumSquareRoundB';
  src: url('https://cdn.banggooso.com/assets/fonts/NanumSquareRoundB.ttf') format('truetype'),
    url('https://cdn.banggooso.com/assets/fonts/NanumSquareRoundB.otf') format('opentype'),
    url('https://cdn.banggooso.com/assets/fonts/NanumSquareRoundB.woff') format('woff');
}

@font-face {
  font-family: 'NanumSquareRoundEB';
  src: url('https://cdn.banggooso.com/assets/fonts/NanumSquareRoundEB.ttf') format('truetype'),
    url('https://cdn.banggooso.com/assets/fonts/NanumSquareRoundEB.otf') format('opentype'),
    url('https://cdn.banggooso.com/assets/fonts/NanumSquareRoundEB.woff') format('woff');
}

@font-face {
  font-family: 'YEONGJUPunggiGinseng-400';
  src: url('https://cdn.banggooso.com/assets/fonts/YEONGJUPunggiGinseng.ttf') format('truetype'),
    url('https://cdn.banggooso.com/assets/fonts/YEONGJUPunggiGinseng.otf') format('opentype');
  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: 'RIDIBATANG';
  src: url('https://cdn.banggooso.com/assets/fonts/RIDIBATANG.otf') format('opentype');
  font-style: normal;
}

:root {
  --easing: cubic-bezier(0.7, 0, 0.3, 1);
  --duration: 0.5s;
}

/* reset.css */

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 .game-intro {
  padding: 0;
}

.game-wrapper .app-header .app-header-btn.back {
  background-image: url('https://cdn.banggooso.com/assets/images/game223/intro/chevron_left.png');
  background-size: 80%;
  width: 3.5rem;
}

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

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

.game-wrapper .app-header {
  background: rgba(0, 0, 0, 0.4) !important;
  z-index: 999;
  position: absolute;
  width: 100%;
  height: 4rem;
  border: none;
}

.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.result .sound {
  display: none;
}

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

.hidden {
  display: none;
}

/* 공통 */
.light-yeongju {
  font-family: 'YEONGJUPunggiGinseng-400';
}

.bold-nanum {
  font-family: 'NanumSquareRoundB';
}

.extra-bold-nanum {
  font-family: 'NanumSquareRoundEB';
}

.ridibatang-400 {
  font-family: 'RIDIBATANG';
  font-weight: 400;
}

.ridibatang-700 {
  font-family: 'RIDIBATANG';
  font-weight: 700;
}

.w-full {
  width: 100%;
}

.w-auto {
  width: auto;
}

.h-full {
  height: 100%;
}

.h-auto {
  height: auto;
}

.text-center {
  text-align: center;
}

.text-xxs {
  font-size: 0.75rem;
}

.text-xs {
  font-size: 0.875rem;
}

.text-sm {
  font-size: 1.25rem;
}

.text-md {
  font-size: 1.375rem;
}

.text-lg {
  font-size: 1.5rem;
}

.text-xl {
  font-size: 1.75rem;
}

.text-2xl {
  font-size: 1.875rem;
}

.text-3xl {
  font-size: 2rem;
}

.color-white-900 {
  color: rgba(255, 255, 255);
}

.color-white-700 {
  color: rgba(255, 255, 255, 0.8);
}

.color-brown-700 {
  color: rgba(87, 76, 66, 0.8);
}

.color-brown-600 {
  color: rgba(104, 82, 69, 0.8);
}

.color-brown-500 {
  color: #685245;
}

.color-brown-300 {
  color: #867365;
}

.absolute {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}

.line-height-130 {
  line-height: 130%;
}

.line-height-140 {
  line-height: 140%;
}

.letter-spacing-n {
  letter-spacing: normal;
}

/* 인트로 */

.top-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff5e8;
  padding-top: 4rem;
}

.top-container .title-wrapper {
  position: absolute;
  top: 4rem;
}

.top-container .title-wrapper .coin-plus-one {
  width: 4.0625rem;
  height: auto;
  position: absolute;
  z-index: 999;
  animation: coin-animation 0.5s ease-in-out;
}

@keyframes coin-animation {
  0% {
    transform: translateY(5rem);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.top-container .title-wrapper .intro-image {
  width: 31.25rem;
  height: 37.5625rem;
}

.top-container .title-wrapper .tmp-title {
  color: #685245;
  text-align: center;
  font-family: 'YEONGJUPunggiGinseng-400';
  font-size: 5rem;
  font-style: normal;
  line-height: 130%; /* 6.5rem */
  letter-spacing: -0.2rem;
}

.top-container .title-wrapper .tmp-sub-title {
  color: rgba(104, 82, 69, 0.8);
  text-align: center;
  font-family: 'NanumSquareRoundB';
  font-size: 1.5rem;
  font-style: normal;
  line-height: 140%; /* 2.1rem */
  letter-spacing: -0.06rem;
}

.bottom-container {
  background-color: #ece3d3;
  display: flex;
  width: 31.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bottom-container .intro-notice {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0.5rem 0 1.5rem;
}

.bottom-container .intro-notice img {
  width: 28.25rem;
  height: auto;
}

.title-container {
  width: 13.813rem;
  height: 19.125rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.container .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  font-size: 5.5rem;
  font-family: 'GeekbleMalang-700';
}

.container .title img {
  width: 8rem;
  height: 6.25rem;
  transform: translateY(1rem);
}

.title-text {
  height: 13.625rem;
  color: #7a644f;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.title-text .lunch-text {
  color: #644a2c;
}

.title-text span {
  line-height: 6.5rem;
}

.container .sub-title {
  width: 100%;
  font-size: 1.75rem;
  font-family: 'GeekbleMalang';
  font-weight: 400;
  color: #a99376;
  line-height: 2.375rem;
  margin-top: 1rem;
}

.input-wrap {
  width: 28.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding-top: 1.2rem;
  margin-top: 30rem;
}

.city:disabled {
  background-color: #e4e4e4;
}

.nickname-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#nickname {
  width: 100%;
  height: 4.0625rem;
  background-color: #ffffff;
  border: 2px solid #ded4c1;
  border-radius: 1.25rem;
  color: #685245;
  text-align: center;
  font-family: 'NanumSquareRoundB';
  font-size: 1.375rem;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.055rem;
  outline: none;
}

#nickname::placeholder {
  opacity: 0.6;
}

#nickname:disabled {
  -webkit-opacity: 1 !important;
  opacity: 1 !important;
}

.live-in {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

.city {
  display: flex;
  width: 13.75rem;
  height: 3.75rem;
  padding: 1rem 3rem 1rem 1.25rem;
  align-items: center;
  color: #685245;
  text-align: center;
  font-family: 'NanumSquareRoundB';
  font-size: 1.375rem;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.055rem;
  border-radius: 1.25rem;
  border: 2px solid #ded4c1;
  background-color: #fff;
  background-image: url('https://cdn.banggooso.com/assets/images/game252/arrow-down.png');
  background-position: 90% center;
  background-repeat: no-repeat;
  background-size: 12%;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
}

.section {
  display: flex;
  width: 13.75rem;
  height: 3.75rem;
  padding: 1rem 3rem 1rem 1.25rem;
  align-items: center;
  color: #685245;
  text-align: center;
  font-family: 'NanumSquareRoundB';
  font-size: 1.375rem;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.055rem;
  border-radius: 1.25rem;
  border: 2px solid #ded4c1;
  background-color: #fff;
  background-image: url('https://cdn.banggooso.com/assets/images/game252/arrow-down.png');
  background-position: 90% center;
  background-repeat: no-repeat;
  background-size: 12%;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
}

.section:disabled {
  background-color: #ded4c1;
}

.top-container .start-button-wrapper {
  margin: 1rem 0 2rem;
  display: flex;
  width: 28.25rem;
  height: 5rem;
  align-items: center;
  justify-content: center;
  border-radius: 1.25rem;
  background: linear-gradient(95deg, #c45047 13.29%, #4e529c 86.71%), #c65045;
  box-shadow: 0px -4px 0px 0px rgba(0, 0, 0, 0.1) inset;
}

.top-container .start-button-wrapper .start-button {
  color: #fff;
  font-family: 'YEONGJUPunggiGinseng-400';
  font-size: 1.75rem;
  font-style: normal;
  line-height: 1.75rem; /* 100% */
  letter-spacing: -0.07rem;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.game-intro .count-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.5rem 1.5rem 0.5rem 1.5rem;
}

.game-intro .game-count {
  width: 13.375rem;
  gap: 0.25rem;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.game-intro .game-count div,
.game-intro .guest-count div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  color: #867365;
  text-align: center;
  font-family: 'NanumSquareRoundB';
  font-size: 1.5rem;
  font-style: normal;
  line-height: normal;
  opacity: 0.8;
}

.game-intro .seperate-line {
  width: 2px;
  height: 5rem;
  background-color: #867365;
}

.game-intro .game-count .count-label:before {
  display: none;
}

.game-intro .game-count .count-label,
.game-intro .guest-count .count-label {
  color: #685245;
  text-align: center;
  font-family: 'YEONGJUPunggiGinseng-400';
  font-size: 1.75rem;
  font-style: normal;
  line-height: 2.125rem; /* 121.429% */
  letter-spacing: -0.07rem;
}

.game-intro .game-count .count-num,
.game-intro .guest-count .count-num {
  color: #867365;
  text-align: center;
  font-family: 'NanumSquareRoundB';
  font-size: 1.5rem;
  font-style: normal;
  line-height: normal;
}

.game-intro .guest-count {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin: 0;
  width: 13.375rem;
}

.intro-message {
  width: 28.25rem;
  height: auto;
}

.line {
  width: 28.25rem;
  height: auto;
}

.line.no-margin {
  margin: 0;
}

.ranking {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 5rem;
}

.ranking > p {
  margin: 2rem 0 1.25rem;
  color: var(--b-1, #685245);
  font-family: 'YEONGJUPunggiGinseng-400';
  font-size: 1.75rem;
  font-style: normal;
  line-height: 2.125rem; /* 121.429% */
  letter-spacing: -0.07rem;
  display: flex;
  gap: 0.5rem;
}

.ranking .taegeuk {
  width: 1.9375rem;
  height: 1.9375rem;
}

.rank {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 3rem;
  gap: 0.5rem;
}

.rank .personal-rank,
.rank .section-rank {
  width: 13.875rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 1.25rem;
  background-color: #ded4c1;
  padding: 1.4375rem 0.6875rem 0.6875rem 0.6875rem;
}

.rank .personal-rank > div > p,
.rank .section-rank > div > p {
  color: #685245;
  text-align: center;
  font-family: 'YEONGJUPunggiGinseng-400';
  font-size: 1.5rem;
  font-style: normal;
  line-height: 2.125rem; /* 141.667% */
  letter-spacing: -0.06rem;
}

.rank .section-rank > div > p {
  margin-bottom: 1.5rem;
}

.rank .personal-rank > div > p .only-login {
  display: block;
  text-align: center;
  font-family: 'NanumSquareRoundB';
  font-size: 0.625rem;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.025rem;
  margin-bottom: 0.75rem;
  opacity: 0.6;
}

.rank .section-rank > div > .title {
  display: flex;
  align-items: center;
  font-family: 'GeekbleMalang';
  font-size: 1.75rem;
  line-height: 2.125rem;
  color: #b79b64;
  gap: 0.5rem;
}

.rank .section-rank > div > .title img {
  width: 2.25rem;
  height: 2.25rem;
}

.rank .section-rank > div > .title p {
  color: #947754;
}

.first,
.second,
.third {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.88rem 0.25rem;
  border-top: 2px solid #68524522;
}

.first .user-name,
.second .user-name,
.third .user-name,
.first .section-name,
.second .section-name,
.third .section-name {
  height: 2.375rem;
  color: #685245;
  text-align: right !important;
  font-family: 'NanumSquareRoundEB' !important;
  font-size: 1rem !important;
  font-style: normal;
  line-height: 1.2rem !important;
  letter-spacing: -0.04rem !important;
  margin: 0 !important;
}

.first div,
.second div,
.third div {
  display: flex;
  gap: 1rem;
  font-family: 'EliceDigitalBaeum-700';
  color: #503c29;
  font-size: 1.25rem;
  align-self: flex-start;
}

.first div .number,
.second div .number,
.third div .number {
  color: #685245;
  text-align: center;
  font-family: 'NanumSquareRoundEB';
  font-size: 1.125rem;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.045rem;
}

.score-count {
  color: #685245;
  text-align: center;
  font-family: 'NanumSquareRoundB';
  font-size: 0.875rem;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.035rem;
  opacity: 0.6;
}

/* 스토리 */

.story_1 {
  background-image: url('https://cdn.banggooso.com/assets/images/game252/story-1.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.story_1 .text,
.story_2 .text,
.story_3 .text,
.story_4 .text {
  padding-top: 6.5rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0) 100%);
  display: flex;
  flex-direction: column;
}

.story_1 .text,
.story_2 .text,
.story_4 .text {
  gap: 0.5rem;
}

.story_3 .text {
  gap: 0.25rem;
}

.story_1 .text p,
.story_2 .text p,
.story_3 .text p {
  letter-spacing: normal;
  line-height: 2.1rem;
}

.story_1_image,
.story_2_image,
.story_3_image,
.story_4_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.story_1 .skip,
.story_2 .skip,
.story_3 .skip {
  display: inline-flex;
  padding: 0.75rem;
  align-items: center;
  border-radius: 1.25rem;
  background-color: #685245;
  box-shadow: 0px -4px 0px 0px rgba(0, 0, 0, 0.1) inset;
  position: absolute;
  bottom: 2.5rem;
  left: 1.5rem;
  color: #fff;
  font-family: 'YEONGJUPunggiGinseng-400';
  font-size: 1.25rem;
  font-style: normal;
  line-height: 1.75rem; /* 140% */
  letter-spacing: -0.05rem;
}

.story_2 {
  background-image: url('https://cdn.banggooso.com/assets/images/game252/story-2.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.story_3 {
  background-image: url('https://cdn.banggooso.com/assets/images/game252/story-3.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.story_4 {
  background-image: url('https://cdn.banggooso.com/assets/images/game252/story-4.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.story_4 .dim {
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
}

.story_4 .alert {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.story_4 .alert .game-start-alert {
  width: 25rem;
  height: auto;
}

.story_4 .alert .game-start-button {
  display: flex;
  width: 23.125rem;
  height: 5rem;
  justify-content: center;
  align-items: center;
  border-radius: 1.25rem;
  background-color: #4e529c;
  box-shadow: 0px -4px 0px 0px rgba(0, 0, 0, 0.1) inset;
  color: #fff;
  font-family: 'YEONGJUPunggiGinseng-400';
  font-size: 1.75rem;
  font-style: normal;
  line-height: 1.75rem; /* 100% */
  letter-spacing: -0.07rem;
}

.story_4 .bottom .btn {
  background-color: transparent;
  background-image: url('https://cdn.banggooso.com/assets/images/game215/images/large_button.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: 'GeekbleMalang';
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28.125rem;
  height: 4.75rem;
  font-size: 1.875rem;
  padding-bottom: 0.7rem;
}

/* 게임 모달 */

.dim {
  width: 100%;
  height: 100%;
  background-color: #00000099;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  gap: 1rem;
}

.dim .game-modal-container {
  background-image: url('https://cdn.banggooso.com/assets/images/game252/background.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 28.25rem;
  height: 31.6875rem;
  padding: 2.5rem 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 1.25rem;
  border: 2px solid #ded4c1;
  background-color: lightgray;
}

.dim .game-rule {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-size: 2rem;
  color: #685245;
  line-height: 2.25rem;
  height: 3.75rem;
}

.dim .game-modal-container .content {
  padding-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.dim .game-modal-container .content .page {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
}

.dim .game-modal-container .content .image-wrapper {
  height: 7.75rem;
  margin-bottom: 0.75rem;
}

.dim .start-btn {
  display: flex;
  width: 23.125rem;
  height: 5rem;
  padding: 0.75rem;
  justify-content: center;
  align-items: center;
  border-radius: 1.25rem;
  background-color: #4e529c;
  box-shadow: 0px -4px 0px 0px rgba(0, 0, 0, 0.1) inset;
  color: #fff;
  font-family: 'YEONGJUPunggiGinseng-400';
  font-size: 1.75rem;
  font-style: normal;
  line-height: 1.75rem;
  letter-spacing: -0.07rem;
}

.instruction-main {
  font-family: 'GeekbleMalang-700';
  text-align: start;
  color: #503c29;
  font-size: 1.875rem;
  line-height: 2.375rem;
  width: 90%;
}

.instruction-sub {
  font-family: 'EliceDigitalBaeum-400';
  text-align: start;
  color: #7a644f;
  font-size: 1.063rem;
  width: 90%;
}

.instruction-sub span {
  font-family: 'EliceDigitalBaeum-700';
}

.instruction-image {
  width: 23.063rem;
  height: auto;
}

.swiper-pagination-bullet-active {
  background-color: #7a644f !important;
}

/* .swiper {
  width: 28.063rem;
  height: 25rem;
  background-color: #ece4c3;
  border-radius: 1rem;
} */

.swiper .swiper-wrapper li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 1rem;
  color: white;
  gap: 0.5rem;
}

/* 게임 구간 */

.game-wrap {
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
}

.game-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1rem;
  position: relative;
  padding-top: 4rem;
  background-image: url('https://cdn.banggooso.com/assets/images/game252/background.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.game-container > div {
  display: flex;
  flex-direction: column;
}

.game-top {
  width: 100%;
}

.game-info-container {
  display: flex;
  justify-content: center;
  gap: 7.5em;
  align-items: center;
  margin: 1.44em 1.5em 0 1.5em;
}

.canvas-container {
  width: 100%;
  background-color: #f3eee3;
  display: flex;
  justify-content: center;
  align-items: center;
}

.canvas {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f4f1d9;
  border-style: none solid;
}

.score-container {
  width: 15em;
  height: 3.25em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1em;
  border-radius: 1.25em;
  background: #685245;
  box-shadow: 0px -4px 0px 0px rgba(0, 0, 0, 0.1) inset;
}

.score-container img {
  width: 2.25em;
  height: auto;
}

.score-container .score {
  font-size: 1.5em;
  color: #fff;
  text-align: center;
  font-family: 'YEONGJUPunggiGinseng-400';
  font-style: normal;
  line-height: 1.75rem; /* 140% */
  letter-spacing: -0.05rem;
}

.lunch-container {
  width: 8.813em;
  height: 3.25em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1em;
  border-radius: 1.25rem;
  background: #685245;
  box-shadow: 0px -4px 0px 0px rgba(0, 0, 0, 0.1) inset;
}

.lunch-container .text {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.2em;
  font-size: 1.5em;
  color: #fff;
  text-align: center;
  font-family: 'YEONGJUPunggiGinseng-400';
  font-style: normal;
  line-height: 1.75rem; /* 140% */
  letter-spacing: -0.05rem;
}

.lunch-container .text div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.next {
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateY(-0.25em);
}

.next > img {
  width: 4em;
  height: auto;
  transform: translateY(0.2em);
  position: relative;
  z-index: 999;
}

.next-container {
  width: 5.75em;
  height: 4em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 1.25em;
  border: 2px solid #ded4c1;
  background: #fff;
  box-shadow: 0px -4px 0px 0px rgba(221, 205, 190, 0.4) inset;
}

.next p {
  font-family: 'DarumadropOne';
  font-size: 1.5rem;
  line-height: 1.25rem;
  color: white;
  text-shadow: -4px 0px #664f47, 0px 4px #664f47, 4px 0px #664f47, 0px -4px #664f47;
  position: relative;
  z-index: 99;
}

.next .next-text {
  width: 2.6875em;
  height: 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.75em;
  background-color: #685245;
  color: #fff;
  text-align: center;
  font-family: 'YEONGJUPunggiGinseng-400';
  font-size: 0.875em;
  font-style: normal;
  line-height: 140%; /* 1.225rem */
  position: absolute;
  top: -1em;
  left: 0;
}

.next-container img {
  width: 2.5em;
  height: 2.5em;
}

.game-character-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.25em;
}

.game-character-container img {
  width: 7.5625em;
  height: auto;
}

.game-character-container .words {
  background-image: url('https://cdn.banggooso.com/assets/images/game252/game-message-container.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20.48388em;
  height: 5.52088em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.game-character-container .words .phrase {
  color: #685245;
  font-family: 'YEONGJUPunggiGinseng-400';
  font-size: 1.25em;
  line-height: 1.5em;
}

.wood {
  width: 100%;
  height: 1em;
}

.finish {
  width: 100%;
  background-color: #ebcaab;
  display: flex;
  align-items: center;
  flex: 1;
  padding-top: 1.5rem;
}

.finish-container {
  width: 16.5em;
  height: 3em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'YEONGJUPunggiGinseng-400';
  font-size: 1.75em;
  color: white;
  border-radius: 1.25rem;
  background-color: #c65045;
  box-shadow: 0px -4px 0px 0px rgba(0, 0, 0, 0.1) inset;
}

.dim-light {
  background-color: #00000026;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}

.dim-light img {
  width: 24.75rem;
  height: 10.5rem;
}

@media (max-height: 668px) {
  .game-container {
    font-size: 10px;
  }
}

@media (max-height: 568px) {
  .game-container {
    font-size: 9px;
  }
}

@media (max-height: 375px) {
  .game-container {
    font-size: 8px;
  }
}

.control-button {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0;
  gap: 2rem;
}

/* 로딩 페이지 */

.loading {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.loading-top {
  width: 100%;
  height: 25%;
  background-color: #f4f1d9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.loading-top p {
  font-family: 'GeekbleMalang';
  font-size: 2.25rem;
  line-height: 2.25rem;
  text-align: center;
  color: #664f47;
}

.loading-dots {
  text-align: center;
  width: 100%;
}

.loading-dots--dot {
  animation: dot-keyframes 1.5s infinite ease-in-out;
  background-color: #664f47;
  border-radius: 0.625rem;
  display: inline-block;
  height: 0.625rem;
  width: 0.625rem;
}

.loading-dots--dot:nth-child(2) {
  animation-delay: 0.5s;
}

.loading-dots--dot:nth-child(3) {
  animation-delay: 1s;
}

@keyframes dot-keyframes {
  0% {
    opacity: 0.4;
    transform: scale(1, 1);
  }

  50% {
    opacity: 1;
    transform: scale(1.2, 1.2);
  }

  100% {
    opacity: 0.4;
    transform: scale(1, 1);
  }
}

.loading-bottom {
  position: relative;
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background-color: #dbc18f;
  padding: 1.5rem 0;
}

.loading-bottom .loading-text-background {
  background-image: url('https://cdn.banggooso.com/assets/images/game215/images/loading-text-background.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 28.25rem;
  height: 9.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.loading-bottom .loading-text-background p {
  color: #947754;
  font-size: 1.25rem;
  font-family: 'EliceDigitalBaeum-400';
  transform: translateY(-0.5rem);
  line-height: 2rem;
}

.loading-bottom .loading-text-background p span {
  font-size: 1.5rem;
  color: #503c29;
  font-family: 'EliceDigitalBaeum-700';
}

.loading-bottom .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.loading-lunch-container {
  position: relative;
}

.loading-lunch,
.loading-hat {
  width: 15.625rem !important;
  height: 15.625rem;
}

.loading-hat {
  animation: closeLunch 1s linear;
  position: absolute;
  top: -1.5rem;
  left: 0;
}

@keyframes closeLunch {
  from {
    opacity: 0;
    transform: translateY(-2rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.loading-bottom-message {
  width: 28.25rem !important;
  height: 5.375rem;
}

/* 결과 페이지 */

.result-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: relative;
}

.result-title {
  color: #503c29;
  font-size: 1.75rem;
  padding: 2.5rem 0 0.75rem 0;
}

.capture-wrap {
  width: 23.375rem;
  height: 30.375rem;
  font-family: 'GangwonEdu_OTFBoldA';
  font-size: 1.375rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3rem 0 2.5rem;
}

.capture-wrap .certificate {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.donation-indicator > img {
  width: 22.75rem;
  height: auto;
}

.capture-wrapper {
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  border-radius: 0.625rem;
}

.capture-wrap .result-description > p:nth-child(1) span {
  color: #674e37;
}

.capture-wrap .result-description-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 0.5rem;
  width: 85%;
}

.capture-wrap .result-description-text > p {
  text-align: center;
  letter-spacing: normal;
  font-size: 1.375rem;
}

.capture-wrap .result-description-text span {
  color: #674e37;
}

.capture-wrap .result-description-text ul {
  font-size: 1.125rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 1.5rem 0 1.88rem;
  gap: 0.75rem;
}

.capture-wrap .result-description-text .certificate-line {
  width: 18.125rem;
  height: 0.25rem;
}

.capture-wrap .result-description-text ul li {
  display: flex;
  gap: 0.4rem;
  width: 14.5rem;
  transform: translateX(-0.2rem);
  justify-content: space-between;
}

.capture-wrap .result-description-text ul li > p:nth-child(1) {
  text-align: end;
  position: relative;
  top: 50%;
  color: #928e8b;
  transform: translateY(-50%);
}

.capture-wrap .result-description-text ul li > p:nth-child(2) {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.capture-wrap .result-description-text ul li > p:nth-child(2) span {
  color: #674e37;
  letter-spacing: normal;
  font-weight: 700;
}

.capture-wrap .certificate-title {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.capture-wrap .flower,
.event-container .flower {
  width: 2rem;
  height: auto;
}

.capture-wrap .flower.reverse,
.event-container .flower.reverse {
  transform: rotateY(180deg);
}

.capture-wrap .result-description > p:nth-child(1),
.capture-wrap .zero-result-description > p:nth-child(1) {
  margin-top: 1rem;
}

.capture-wrap .result-description .stamp,
.capture-wrap .zero-result-description .stamp {
  width: 5.625rem;
  height: 5.625rem;
  position: absolute;
  top: 0;
  right: 0;
}

.capture-wrap .result-description .character,
.capture-wrap .zero-result-description .character {
  width: 7.895rem;
  height: 7.895rem;
}

.capture-wrap .result-description .current-date,
.capture-wrap .zero-result-description .current-date {
  position: absolute;
  bottom: 2.4rem;
  right: 2rem;
  font-size: 1rem;
  letter-spacing: normal;
}

.result-game-title {
  bottom: 2.5rem;
  left: 2rem;
  font-size: 1rem;
  letter-spacing: normal;
}

.current-date {
  color: #928e8b;
}

.result-description-message {
  font-size: 0.875rem;
  line-height: 1.145rem;
  letter-spacing: normal;
  text-align: center;
  color: #928e8b;
  margin-bottom: 1rem;
}

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

.thumb-img-text {
  text-align: center;
  font-family: 'Pretendard-500';
  color: #685245;
  margin: 0.75rem 0;
  opacity: 0.8;
  letter-spacing: -0.022rem;
}

.landing-btn {
  width: 28.125rem;
  height: 4.688rem;
  background-image: url('https://cdn.banggooso.com/assets/images/game215/images/finish-container.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.875rem;
  line-height: 2.156rem;
}

.current-ranking {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  margin-top: 3rem;
}

.current-ranking .first-place-image {
  width: 5.26319rem;
  height: 2.5rem;
  position: absolute;
  top: -0.75rem;
  right: -5.5rem;
}

.current-ranking .ranking-text {
  width: 28.25rem;
  padding: 1.25rem 1.5rem;
  background-color: #ece3d3;
  border-radius: 1.25rem;
}

.rank-description,
.rank-information {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.375rem;
  font-family: 'EliceDigitalBaeum-400';
  color: #947754;
  margin: 0.7rem 0 2.5rem 0;
}

.rank-description span,
.rank-information p span {
  font-family: 'EliceDigitalBaeum-700';
  color: #503c29;
}

.filter-container {
  width: 9rem;
  height: 2.3125rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f5f4f2;
  border-radius: 3.125rem;
  margin-top: 1.75rem;
}

.filter-container .text1,
.filter-container .text2 {
  font-family: 'NanumSquareRoundEB';
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5.6875rem;
  color: #685245;
  font-size: 1.063rem;
  cursor: pointer;
  opacity: 0.5;
}

.filter-container .text1.selected,
.filter-container .text2.selected {
  color: #fff;
  opacity: 1;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(104, 82, 69, 0.2);
  border-radius: 3.125rem;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: '';
  width: 4.6875rem;
  height: 2.3125rem;
  left: 0;
  top: 0;
  background-color: #685245;
  border-radius: 2.5rem;
  transition: 0.4s;
}

.slider.selected:before {
  transform: translateX(95%);
}

.selected {
  color: white !important;
}

.result-rank {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.rank-information {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.7rem;
}

.result-rank .first-place {
  width: 28.25rem;
  height: 6.8125rem;
  background: linear-gradient(95deg, #c45047 13.29%, #4e529c 86.71%);
  box-shadow: 0px -4px 0px 0px rgba(0, 0, 0, 0.1) inset;
  position: relative;
  overflow: hidden;
  margin-top: 0.7rem;
  padding: 1.25rem;
}

.second-place,
.third-place {
  padding: 1rem;
}

.first-place img {
  position: absolute;
  top: 0.8rem;
  right: 1rem;
  width: 9.375rem;
  height: auto;
}

.first-place {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-radius: 1.25rem;
}

.second-place,
.third-place {
  justify-content: space-between;
  align-items: flex-start;
  border-radius: 1rem;
}

.first-place-description {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.first-place-description > p {
  font-size: 1.75rem;
  color: white;
  line-height: 2.715rem;
  font-weight: 700;
}

.first-place-description > span {
  font-size: 1rem;
  color: white;
  letter-spacing: normal;
  font-weight: 400;
  opacity: 0.8;
}

.rank-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.7rem;
}

.rank-container .second-place {
  width: 13.75rem;
  height: 6.875rem;
  background-color: #685245;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
}

.rank-container .third-place {
  width: 13.75rem;
  height: 6.875rem;
  background-color: #9a8c84;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
}

.second-place-description,
.third-place-description {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.second-place-description div:first-child,
.third-place-description div:first-child {
  font-size: 1.25rem;
  color: white;
  line-height: 1.75rem;
  font-weight: 700;
  display: flex;
  width: 8.125rem;
  justify-content: space-between;
}

.second-place-description div:first-child span,
.third-place-description div:first-child span {
  line-height: 130%;
}

.second-place-description div:last-child,
.third-place-description div:last-child {
  opacity: 0.8;
  font-size: 0.875rem;
  color: white;
  letter-spacing: normal;
  font-weight: 400;
}

.second-place img,
.third-place img {
  position: absolute;
  top: 2.75rem;
  right: 0.5rem;
  width: 6rem;
  height: auto;
}

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

.rest .scrollbar {
  width: 28.25rem;
  height: 20rem;
  border: 2px solid #ded4c1;
  background-color: #fff;
  border-radius: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.75rem 0;
  margin-top: 0.5rem;
  position: relative;
}

.rest .scrollbar p {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 4.0625rem;
  text-align: center;
  color: #989898;
  font-size: 1rem;
  letter-spacing: normal;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) -80.77%, #fff 46.92%);
  padding: 1.625rem 0;
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.rest .scrollbar ul {
  width: 26.6875rem;
  height: 19.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: auto;
  font-family: 'EliceDigitalBaeum';
  font-weight: 400;
  font-size: 1.125rem;
  padding-bottom: 3rem;
}

.rest ul::-webkit-scrollbar {
  display: flex;
  width: 0.3rem;
}

.rest ul::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  border-radius: 1rem;
}

.rest ul::-webkit-scrollbar-thumb {
  background-color: #7a644f;
  border-radius: 1rem;
  height: 5rem;
}

.rest ul li {
  padding: 0.75rem 1.75rem 1rem 1rem;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: space-between;
  color: #674e37;
}

.rest ul li div {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.rest ul li div .rank-index {
  width: 1rem;
  height: 1.6rem;
  color: #674e37;
  opacity: 0.8;
}

.rest ul li div .rank-location {
  font-weight: 700;
  color: #674e37;
  opacity: 0.8;
}

.rest ul li .rank-amount {
  opacity: 0.8;
}

.rest ul li:not(:last-child) {
  border-bottom: 2px solid rgba(222, 212, 193, 0.5);
}

.rest p {
  font-size: 0.7rem;
  color: #969696;
  margin-top: 0.5rem;
}

.rest img {
  width: 28.188rem;
  height: 4.25rem;
  margin: 2rem 0;
}

.result-middle > div {
  width: 100%;
  height: 49.063rem;
  background-image: url('https://cdn.banggooso.com/assets/images/game215/images/result-background.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.result-donation-description {
  width: 25.375rem;
  height: 24.313rem;
  background-image: url('https://cdn.banggooso.com/assets/images/game215/images/result-donation-description.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.result-donation-description p {
  margin-top: 9.25rem;
}

.game-result {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.game-result .result-container {
  width: 100%;
  background-image: url('https://cdn.banggooso.com/assets/images/game252/background.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 4rem;
}

.result-middle div p:nth-child(1) {
  text-align: center;
  font-family: 'GeekbleMalang';
  font-size: 1.75rem;
  line-height: 2.375rem;
  color: #947754;
}

.result-middle div p:nth-child(1) span {
  color: #664f47;
}

.result-middle div .result-donation-description p {
  font-family: 'SUIT-SemiBold';
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #503c29;
}

.result-middle div .result-donation-description p span {
  font-family: 'SUIT-Bold';
  color: #503c29;
}

.result-middle div div .text_1 {
  font-family: 'GeekbleMalang';
  font-size: 1.5rem;
  text-align: center;
  color: #947754;
  line-height: 1.725rem;
}

.result-middle div div .text_2 {
  font-family: 'GeekbleMalang';
  font-size: 2rem;
  text-align: center;
  color: #7a644f;
  line-height: 2.3rem;
}

.result-middle div div .text_2 span {
  color: #503c29;
}

.result-middle div div .text_2 img {
  width: 2.5rem;
  height: auto;
}

.game-result .landing {
  margin: 0;
  width: 28.188rem;
  height: 4.75rem;
}

.game-result .landing > a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url('https://cdn.banggooso.com/assets/images/game215/images/large_button.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  color: white;
  width: 100%;
  height: 100%;
  border: none;
  font-size: 1.875rem;
  box-shadow: none;
  line-height: 4.75rem;
  font-family: 'GeekbleMalang';
  padding: 0;
  padding-bottom: 0.7rem;
}

.foot {
  background-color: black;
  display: none;
  flex-direction: column;
  align-items: center;
}

.foot .credit-container {
  width: 100%;
  height: 43rem;
  background-color: black;
  overflow: scroll;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.foot .credit-container .credit {
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.foot .credit-top-container {
  width: 100%;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
}

.foot .credit-top-container .credit-top {
  width: 27.25rem;
  height: auto;
}

.foot .credit-container .credit .thanks {
  width: 100%;
  text-align: start;
  font-family: 'SUIT-Bold';
  font-size: 1.5rem;
  color: white;
  line-height: 2.25rem;
  margin-bottom: 4rem;
}

.foot .credit-container .credit .desc {
  width: 100%;
  height: 9.625rem;
  display: flex;
  justify-content: space-between;
  margin: 1rem 0 2rem 0;
}

.foot .credit-container .credit .desc ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.foot .credit-container .credit .desc ul li {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
}

.foot .credit-container .credit .desc ul li p:nth-child(1) {
  font-family: 'SUIT-Bold';
  color: white;
  font-size: 1.125rem;
  width: 7.438rem;
  text-align: end;
}

.foot .credit-container .credit .desc ul li p:nth-child(2) {
  font-family: 'SUIT-SemiBold';
  color: #ffffffcc;
  font-size: 1.125rem;
  text-align: start;
}

.foot .credit-container .credit .desc img {
  width: 10.838rem;
  height: 9.375rem;
  transform: translateX(1rem);
}

.donate-from-for-away {
  width: 100%;
  text-align: center;
  font-family: 'SUIT';
  color: white;
  font-size: 1.125rem;
  margin: 2.5rem 0;
}

.foot .credit-container .credit .message {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 5rem 0;
}

.foot .credit-container .credit .message .credit-message {
  width: 9.375rem;
  height: auto;
}

.foot .credit-container .credit .message p {
  font-family: 'SUIT';
  font-weight: 400;
  font-size: 1rem;
  text-align: center;
  line-height: 1.375rem;
  margin: 2rem 0 1rem 0;
  color: white;
}

.foot .credit-container .credit .message .happy-alliance {
  width: 16.563rem;
  height: auto;
}

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

.credit-logo {
  width: 100%;
  height: auto;
}

.foot .credit-container .credit {
  animation: credit-animation 20s linear;
  transform: translateY(-110rem);
}

@keyframes credit-animation {
  from {
    transform: translateY(20rem);
  }

  to {
    transform: translateY(-110rem);
  }
}

.foot-container {
  width: 100%;
  background-color: #a99376;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}

/* 공유하기 */

.game-result .share-sns-list span {
  font-family: 'Pretendard-700';
  color: #7a644f;
}

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

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

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

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

/* 콘텐츠 더보기 */

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

.contents-more .contents-list .game-btn {
  width: 100%;
  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 #ffffff77 !important;
  cursor: pointer;
  font-family: 'Pretendard-600';
  font-weight: 500;
}

.contents-more .contents-list .game-btn a {
  color: #fff;
  font-family: 'NanumSquareRoundB';
  font-size: 1.375rem;
}

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

.contents-more {
  background-color: #685245;
  border: none;
  flex-direction: column;
  margin: 0;
  border-radius: 0;
  width: 100%;
}

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

.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: #fff;
  font-family: 'NanumSquareRoundEB';
  font-size: 1.5rem;
  text-align: left;
}

.game-result .recommend-list .inner {
  padding: 2.06rem 1rem 0 1rem;
  background-color: #685245;
}

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

.game-result .recommend-list:before {
  background-color: #7a644f;
}

.game-result .recommend-list .slide-box {
  border: 0.2rem solid #fff;
}

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

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

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

.dim-game-finish,
.dim-game-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background-color: #00000066;
}

.game-finish,
.lottery {
  width: 28.25rem;
  height: 14.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 1.25rem;
  border: 2px solid #ded4c1;
  background-image: url('https://cdn.banggooso.com/assets/images/game252/background.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: lightgray;
}

.close-exit,
.close-finish,
.close-lottery {
  width: 1.75rem;
  height: 1.75rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.desc_2 {
  font-family: 'EliceDigitalBaeum-400';
  font-size: 1.125rem;
  color: #947754;
}

.desc_2 span {
  font-family: 'EliceDigitalBaeum-700';
  color: #503c29;
}

.share-sns-list .list-title .countBox .countNumber {
  font-family: 'Pretendard-500';
  color: #7a644f;
  letter-spacing: normal;
}

.share-sns-list .list-title .countBox .countImg {
  background-image: url('https://cdn.banggooso.com/assets/images/game215/images/share.png');
}

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

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

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

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

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

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

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

.friend {
  margin: 1.5rem 0 3rem 0;
  width: 28.188rem;
  height: auto;
}

.event-container {
  display: flex;
  width: 28.25rem;
  padding: 2rem 0rem;
  flex-direction: column;
  align-items: center;
  border-radius: 1.25rem;
  border: 2px solid #ded4c1;
  background: #fff;
  box-shadow: 0px -4px 0px 0px rgba(0, 0, 0, 0.1) inset;
  gap: 0.5rem;
}

.event-container .event-title {
  font-size: 2.5rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.event-container .period {
  display: flex;
  padding: 0.25rem 0.75rem;
  justify-content: center;
  align-items: center;
  border-radius: 1.25rem;
  background-color: #f3eee7;
  font-size: 1rem;
}

.event-container .period p {
  opacity: 0.7;
}

.event-container .price {
  border-radius: 1.25rem;
}

.event-container .price img {
  width: 25.25rem;
  height: auto;
}

.event-container .method {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}

.event-container .method .first-step,
.event-container .method .second-step,
.event-container .method .third-step {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  border-radius: 1.25rem;
  background-color: #f3eee7;
  padding: 1rem;
  width: 25rem;
}

.event-container .method .first-step .first-text,
.event-container .method .second-step .second-text,
.event-container .method .third-step .third-text {
  margin-right: 0.5rem;
}

.event-container .method .second-step {
  display: flex;
  flex-direction: column;
}

.event-container .method .second-step .hashtag {
  display: flex;
  padding: 0 0.75rem 0 1rem;
  height: 4.5rem;
  justify-content: space-between;
  align-items: center;
  border-radius: 1.25rem;
  background-color: #fff;
}

.event-container .method .second-step .hashtag .hashtags {
  width: 16.0625rem;
  height: auto;
}

.event-container .method .second-step .hashtag .copy {
  display: flex;
  height: 2.5rem;
  padding: 0.125rem 0.75rem;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  border-radius: 2.375rem;
  background-color: #685245;
  color: #fff;
  text-align: center;
  font-family: 'NanumSquareRoundB';
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1rem; /* 88.889% */
}

.event-container .method .second-step .hashtag .copy .copy-image {
  width: 0.875rem;
  height: 1rem;
}

.event-container .method .first-step .coin,
.event-container .method .third-step .coin {
  transform: translateY(-0.1rem);
}

.event-container .method .second-step .coin {
  transform: translateY(0.25rem);
  margin-right: 0.25rem;
}

.event-container .method .second-step .coin,
.event-container .method .second-step .second-text {
  align-self: flex-start;
  display: flex;
}

.event-container .method .second-step .copy-wrapper {
  height: 4.5rem;
  display: flex;
  align-items: center;
  align-self: unset !important;
}

.event-container .method .second-step .second-step-top {
  width: 100%;
}

.event-container .method .second-step div {
  display: flex;
}

.event-container .method .coin {
  width: 1.25rem;
  height: 1.25rem;
}

.event1,
.event2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.event1 .title,
.event2 .title {
  font-family: 'GeekbleMalang';
  color: #b79b64;
  font-size: 1.5rem;
  margin: 2.5rem 0;
}

.event1 .title span,
.event2 .title span {
  color: #664f47;
  font-size: 2rem;
}

.event1 .title span img {
  width: 1.625rem;
  height: 2rem;
}

.event1 p {
  font-size: 0.875rem;
}

.event2 p {
  font-size: 0.875rem;
  font-family: 'EliceDigitalBaeum-700';
  text-align: center;
  color: #7a644f;
  margin-bottom: 1rem;
}

.event1 .event-date,
.event2 .event-date {
  font-family: 'EliceDigitalBaeum-400';
  margin-top: 2rem;
  color: #a99376;
  text-align: center;
}

.event1 .event-date span {
  font-family: 'EliceDigitalBaeum-700';
}

.event1 .event1-image {
  width: 28.25rem;
  height: auto;
}

.event2 .event2-image {
  width: 23.75rem;
  height: auto;
}

.event1 .fireworks {
  width: 31.25rem;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.event2 .event2-steps {
  margin: 2rem 0;
  width: 24.75rem;
  height: auto;
}

.event1 .lottery-btn {
  margin-top: 1rem;
  position: relative;
  z-index: 99;
}

.event1 .lottery-btn,
.event2 .hashtag {
  width: 28.188rem;
  height: auto;
}

.go,
.stop {
  width: 23.063rem;
  height: auto;
}

.buttons {
  display: flex;
  justify-content: center;
  gap: 1.12rem;
  margin-top: 1rem;
}

.done,
.more {
  display: flex;
  width: 11.25rem;
  justify-content: center;
  align-items: center;
  border-radius: 1.25rem;
  background-color: #685245;
  color: #fff;
  box-shadow: 0px -4px 0px 0px rgba(0, 0, 0, 0.1) inset;
  padding: 1rem;
}

.done {
  background-color: #867365;
}

.lottery-modal {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  justify-content: center;
  align-items: center;
  background-color: #00000099;
  width: 100%;
  height: 100%;
}

.lottery-modal .submit {
  width: 23.063rem;
  height: auto;
}

.lottery-modal .lottery p:nth-child(1) {
  font-family: 'EliceDigitalBaeum-700';
  font-size: 1.25rem;
  line-height: 1.81rem;
  color: #7a644f;
}

.lottery-modal .lottery p:nth-child(2) {
  font-family: 'EliceDigitalBaeum-400';
  font-size: 1rem;
  line-height: 1.448rem;
  color: #7a644f;
}

.lottery-modal .lottery .input {
  width: 23.063rem;
  height: 7.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.lottery-modal .lottery .input div {
  display: flex;
  align-items: center;
}

.lottery-modal .lottery .input span {
  display: flex;
  font-family: 'EliceDigitalBaeum-700';
  line-height: 1.81rem;
  color: #7a644f;
  font-size: 1.25rem;
  width: 4.063rem;
  text-align: start;
}

.lottery-modal .lottery .input input {
  width: 16.5rem;
  height: 3.375rem;
  border-radius: 3.125rem;
  text-align: center;
  font-family: 'EliceDigitalBaeum-400';
  font-size: 1.125rem;
}

.success,
.fail {
  display: none;
  justify-content: center;
  align-items: center;
}

.success img,
.fail img {
  width: 28.188rem;
  height: auto;
}

.gap {
  width: 28.188rem;
  height: 4.75rem;
  border-radius: 0.625rem;
  background-color: #b79b6426;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 1.5rem;
}

.gap-image {
  width: 3.75rem;
  height: 5.313rem;
  position: absolute;
  bottom: 0;
  right: 1rem;
}

.front,
.back,
.equal {
  font-size: 1.125rem;
}

.front span,
.back span {
  font-size: 1.25rem;
}

.credit-container {
  background-color: black;
}

.result-bottom-container {
  background: linear-gradient(180deg, rgba(235, 202, 171, 0) 0%, #ebcaab 20%);
}

.result-bottom-container .result-bottom {
  /* transform: translateY(-13.5rem); */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.result-bottom-container .news {
  width: 37.5rem;
  height: 46.875rem;
  position: relative;
  background-image: url('https://cdn.banggooso.com/assets/images/game252/newspaper-back.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.result-bottom-container .news #iframe {
  width: 25rem;
  height: 14.125rem;
  position: absolute;
  top: 6rem;
}

.result-bottom-container .news .news-image {
  width: 28.25rem;
  height: auto;
}

.result-bottom-container .donation {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.result-bottom-container .donation .donate-amount {
  display: flex;
  justify-content: center;
  width: 25rem;
  height: 16.5rem;
}

.result-bottom-container .donation .donate-amount img {
  width: 15.625rem;
  height: 11.25rem;
}

.result-bottom-container .donation .donate-amount .amount {
  display: flex;
  width: 25rem;
  height: 6.0625rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 1.25rem;
  border: 1px solid #f3eee7;
  background: linear-gradient(0deg, #fff 0%, #fff 100%), var(--b-1, #685245);
  box-shadow: 0px -4px 0px 0px rgba(0, 0, 0, 0.1) inset;
  position: absolute;
  bottom: 0;
  margin-bottom: 1.25rem;
}

.result-bottom-container .donation .donate-amount .amount p {
  font-size: 1rem;
  font-style: normal;
  line-height: 130%; /* 1.3rem */
  letter-spacing: -0.04rem;
  opacity: 0.7;
}

.result-bottom-container .donation .donate-amount .amount span {
  color: #685245;
  text-align: center;
  font-family: 'NanumSquareRoundEB';
  font-size: 2.5rem;
  font-style: normal;
  line-height: 130%; /* 3.25rem */
  letter-spacing: -0.1rem;
}

.result-bottom-container .donation .donate-amount .amount span .score-coin {
  width: 2rem;
  height: 2rem;
}

.result-bottom-container .donation .period {
  display: flex;
  padding: 0.25rem 0.75rem;
  justify-content: center;
  align-items: center;
  border-radius: 1.25rem;
  background-color: rgba(255, 255, 255, 0.4);
  color: #685245;
  text-align: center;
  font-family: 'NanumSquareRoundB';
  font-size: 1.125rem;
  font-style: normal;
  line-height: 130%; /* 1.4625rem */
  letter-spacing: -0.045rem;
  margin-top: 0.5rem;
}

.result-bottom-container .donation .line {
  width: 26.25rem;
  height: 0.25rem;
  margin: 1.5rem 0;
}

.result-bottom-container .donation .goal p {
  color: #685245;
  text-align: center;
  font-family: 'NanumSquareRoundB';
  font-size: 1.125rem;
  font-style: normal;
  line-height: 130%; /* 1.4625rem */
  letter-spacing: -0.045rem;
}

.result-bottom-container .donation .goal p span {
  font-family: 'NanumSquareRoundEB';
  font-size: 1.375rem;
}

.result-bottom-container .donation .goal .percentage {
  display: flex;
  width: 25rem;
  padding: 0.25rem;
  flex-direction: column;
  justify-content: center;
  border-radius: 1.25rem;
  border: 2px solid #f3eee7;
  background: #fff;
}

.result-bottom-container .donation .goal .percentage .percentage-bar {
  width: 100%;
  height: 2rem;
  border-radius: 1.25rem;
  background: linear-gradient(95deg, #c45047 13.29%, #4e529c 86.71%), var(--red, #c65045);
}

.result-bottom-container .donation .goal ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #685245;
  font-family: 'NanumSquareRoundB';
  font-size: 0.75rem;
  font-style: normal;
  line-height: 130%; /* 0.975rem */
  letter-spacing: -0.03rem;
  padding: 0 1.5rem;
}

.result-bottom-container .donation .goal .sponsor {
  display: flex;
  width: 25rem;
  padding: 0.75rem 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.result-bottom-container .donation .goal .sponsor img {
  width: 100%;
  height: auto;
}

.write-form {
  width: 23.125rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-style: normal;
  line-height: 1.75rem;
  letter-spacing: -0.07rem;
  border-radius: 1.25rem;
  background-color: #c65045;
  box-shadow: 0px -4px 0px 0px rgba(0, 0, 0, 0.1) inset;
}

.restart-game {
  width: 28.25rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-style: normal;
  line-height: 1.75rem;
  letter-spacing: -0.07rem;
  border-radius: 1.25rem;
  background-color: #4e529c;
  box-shadow: 0px -4px 0px 0px rgba(0, 0, 0, 0.1) inset;
  margin-top: 2.5rem;
}

.good-influence {
  font-family: 'SUIT';
  font-weight: 400;
  font-size: 1.125rem;
  color: white;
  margin-bottom: 5rem;
  text-align: center;
}

.game-intro .share-sns-list {
  margin: 0 0 2rem 0 !important;
}

.share-sns-list .list-title span {
  color: #867365;
  text-align: center;
  font-family: 'NanumSquareRoundB';
  font-size: 1.25rem;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.0125rem;
}

.game-over-container {
  width: 28.25rem;
  height: 14.75rem;
  background-image: url('https://cdn.banggooso.com/assets/images/game252/background.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.25rem;
  border: 2px solid #ded4c1;
  background-color: lightgray;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.game-over-container .fine {
  display: flex;
  width: 11.25rem;
  padding: 1rem;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 1.25rem;
  background-color: #685245;
  box-shadow: 0px -4px 0px 0px rgba(0, 0, 0, 0.1) inset;
}

.bottom-container .warning {
  width: 28.25rem;
  text-align: center;
  font-family: 'EliceDigitalBaeum-700';
  font-size: 0.875rem;
  line-height: 1.267rem;
  color: #947754;
}

.bottom-container .summary {
  margin: 1rem 0 4rem 0;
  width: 28.25rem;
  text-align: start;
  font-family: 'EliceDigitalBaeum-700';
  font-size: 0.625rem;
  line-height: 0.905rem;
  color: #b79b64;
  letter-spacing: normal;
}

.cookie {
  width: 28.188rem;
  height: auto;
}

.ranking-first-place {
  background-color: #ffefcf;
  width: 100%;
  height: 2.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'EliceDigitalBaeum-400';
  font-size: 1.313rem;
  line-height: 1.875rem;
  color: #7a644f;
}

.notice {
  font-family: 'EliceDigitalBaeum-400';
  font-size: 0.938rem;
  line-height: 1.358rem;
  color: #a99377;
  padding-left: 1rem;
}

.game-sound {
  display: none;
  background-image: url('https://cdn.banggooso.com/assets/images/game215/images/on.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.75rem;
  height: 1.75rem;
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
}

.game-sound.off {
  background-image: url('https://cdn.banggooso.com/assets/images/game215/images/off.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.animation {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  opacity: 0.65;
}

.level-summary {
  display: flex;
  flex-direction: column;
  font-family: 'GongGothicMedium';
  margin-top: 0.7rem;
}

.level-summary > p:nth-child(1) {
  font-size: 0.875rem;
  line-height: 1.438rem;
  color: white;
  background-color: #c1995d;
  width: max-content;
  padding: 0 0.5rem;
  height: 1.563rem;
  border-radius: 0.375rem;
  text-align: center;
}

.level-summary > p:nth-child(2) {
  font-size: 0.813rem;
  color: #b6986c;
  font-weight: 300;
}

.level-summary div {
  display: flex;
  font-size: 0.813rem;
}

.level-summary div > p:nth-child(1) {
  color: #c1995d;
  margin-right: 0.3rem;
}

.steps {
  font-family: 'EliceDigitalBaeum-700';
  letter-spacing: normal;
  width: 4.375rem;
  height: 2rem;
  border-radius: 0.5rem;
  color: #7a644f;
  background-color: #dbc18f;
  align-self: flex-start;
  margin: 0 0 0 1rem;
  font-size: 0.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tip {
  font-size: 1rem;
  font-family: 'EliceDigitalBaeum-700';
  color: #b2936d;
  margin-top: 1rem;
}

.tip span {
  color: #7a644f;
}

.goal {
  color: #b2936d;
  text-align: center;
  font-family: 'EliceDigitalBaeum-700';
  font-size: 0.875rem;
  line-height: 1.267rem;
  letter-spacing: -0.0175rem;
  margin: 1rem 0 1.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.btn-white-round {
  width: 15.25106rem;
  height: 4.00025rem;
  border-radius: 2.00013rem;
  background-color: #c65045;
  color: #fff;
  font-size: 1.25006rem;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px -4px 0px 0px rgba(0, 0, 0, 0.1) inset;
}

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

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

.game-result .recommend-list .slide-box .link {
  display: inline-block;
  padding: 0;
  height: 100% !important;
}

.game-result .recommend-list .slide-box .slide-text {
  width: 100% !important;
  margin: 0;
  padding: 0;
}

.sponsor-logo {
  display: flex;
  flex-direction: column;
  width: 28.25rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 4.5rem;
  border-radius: 1.25rem;
  border: 2px solid #ded4c1;
  background-color: #fff;
  box-shadow: 0px -4px 0px 0px rgba(0, 0, 0, 0.1) inset;
  padding: 1.75rem 0 1.25rem;
}

.sponsor-logo p {
  display: flex;
  padding: 0.25rem 0.75rem;
  justify-content: center;
  align-items: center;
  border-radius: 1.25rem;
  background: #f3eee7;
  opacity: 0.7;
}

.sponsor-logo-image {
  width: 12.875rem;
  height: auto;
  margin: 0.75rem 0 1rem;
}

.sponsor-logo .cta-button {
  display: flex;
  width: 23.125rem;
  height: 5rem;
  align-items: center;
  justify-content: center;
  border-radius: 1.25rem;
  background-color: #685245;
  box-shadow: 0px -4px 0px 0px rgba(0, 0, 0, 0.1) inset;
  font-size: 1.5rem;
  color: #fff;
}

.content-text-2 {
  font-size: 1.0625rem;
}

.share-sns-list .list-title .countBox .countImg {
  background-image: url('https://cdn.banggooso.com/assets/images/game241/share.png');
  background-position: center;
  background-size: contain;
  width: 1.25rem;
  height: 1.25rem;
  padding: 0;
  transform: translateY(-0.2rem);
  opacity: 0.7;
}

.share-sns-list .list-title .countBox .countNumber {
  color: #685245;
  text-align: center;
  font-family: 'Pretendard-500';
  font-weight: 500;
  font-size: 1.25rem;
  font-style: normal;
  line-height: 1.25rem; /* 111.111% */
  letter-spacing: -0.01125rem;
  opacity: 0.7;
}

.second-notice {
  font-size: 1rem;
}
