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

@font-face {
  font-family: 'GeekbleMalang-700';
  src: url('https://cdn.banggooso.com/assets/images/game215/font/GeekbleMalang2TTF.ttf');
  font-weight: 700;
}

@font-face {
  font-family: 'EliceDigitalBaeum-400';
  src: url('https://cdn.banggooso.com/assets/images/game215/font/EliceDigitalBaeum_Regular.ttf');
  font-weight: 400;
}

@font-face {
  font-family: 'EliceDigitalBaeum-700';
  src: url('https://cdn.banggooso.com/assets/images/game215/font/EliceDigitalBaeum_Bold.ttf');
  font-weight: 700;
}

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

@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: 'GangwonEdu_OTFBoldA';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2201-2@1.0/GangwonEdu_OTFBoldA.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SUIT-Bold';
  src: url('https://cdn.banggooso.com/assets/images/game215/font/SUIT-Bold.ttf');
}
@font-face {
  font-family: 'SUIT-SemiBold';
  src: url('https://cdn.banggooso.com/assets/images/game215/font/SUIT-SemiBold.ttf');
}

@font-face {
  font-family: 'GongGothicMedium';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/GongGothicMedium.woff') format('woff');
}

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

/* reset.css */

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

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

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

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

.game-wrapper .app-header .app-logo {
  background-size: 85%;
}

.game-wrapper .app-header .app-header-btn.back {
  background-image: url('https://cdn.banggooso.com/assets/images/icons/back-arrow-b.png');
  background-size: 30%;
}

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

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

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

/* 인트로 */

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #f2e3c4;
}

.container img {
  width: 100%;
  height: 100%;
}

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

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

.section {
  width: 50%;
  height: 3.75rem;
  text-align: start;
  border-radius: 3.125rem;
  background-color: #ffffff;
  padding-left: 2rem;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  background-image: url('https://cdn.banggooso.com/assets/images/game215/images/arrow_down.png');
  background-position: 90% center;
  background-repeat: no-repeat;
  background-size: 12%;
  font-family: 'EliceDigitalBaeum-400';
  font-size: 1.375rem;
  color: #989898;
}

.city {
  width: 50%;
  height: 3.75rem;
  text-align: start;
  background-color: #ffffff;
  border-radius: 3.125rem;
  outline: none;
  padding-left: 2rem;
  appearance: none;
  -webkit-appearance: none;
  background-image: url('https://cdn.banggooso.com/assets/images/game215/images/arrow_down.png');
  background-position: 90% center;
  background-repeat: no-repeat;
  background-size: 12%;
  font-family: 'EliceDigitalBaeum-400';
  font-size: 1.375rem;
  color: #989898;
}

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

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

#nickname {
  width: 100%;
  height: 3.75rem;
  background-color: #ffffff;
  border-radius: 3.125rem;
  text-align: center;
  font-size: 1.375rem;
  font-weight: 400;
  font-family: 'EliceDigitalBaeum-400';
  outline: none;
}

#nickname::placeholder {
  color: #a9aaaa;
}

.bottom-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #dbc18f;
  position: relative;
}

.bottom-container .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.game-intro .btn-wrap {
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}

.game-intro .btn-game-start {
  background-image: url('https://cdn.banggooso.com/assets/images/game215/images/large_button.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  width: 28.125rem;
  height: 4.75rem;
  border: none;
  font-size: 1.875rem;
  box-shadow: none;
  line-height: 4.75rem;
  font-family: 'GeekbleMalang';
}

.game-intro .btn-game-start span {
  display: block;
  margin-top: 0.6rem;
}

.game-intro .btn-game-start:active {
  background-color: #f5f4f2;
  color: #a9aaaa;
}

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

.game-intro .game-count {
  width: 9.25rem;
  height: 4.813rem;
  margin: 0 2rem;
}

.game-intro .game-count div,
.game-intro .guest-count div {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  color: #503c29;
  gap: 0.5rem;
  line-height: 2.172rem;
}

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

.game-intro .guest-count {
  margin: 0 2rem;
}

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

.game-intro .game-count .count-label,
.game-intro .guest-count .count-label {
  font-family: 'GeekbleMalang';
  font-size: 1.75rem;
  color: #b39066;
  text-align: center;
}

.game-intro .game-count .count-num,
.game-intro .guest-count .count-num {
  font-family: 'EliceDigitalBaeum-700';
  font-weight: 700;
  font-size: 1.5rem;
  color: #503c29;
  text-align: center;
}

.game-intro .guest-count {
  width: 9.25rem;
  height: 4.813rem;
}

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

.line {
  margin-top: 2rem;
  width: 28.25rem;
  height: auto;
}

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

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

.ranking > p {
  margin: 2rem 0;
  font-family: 'GeekbleMalang';
  color: #503c29;
  font-size: 1.75rem;
  line-height: 2.013rem;
}

.rank {
  width: 25rem;
  height: 13.313rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url('https://cdn.banggooso.com/assets/images/game215/images/ranking_background.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 3rem;
}

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

.rank .section-rank > div {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rank .section-rank > div > p {
  font-family: 'EliceDigitalBaeum-400';
  color: #b79b64;
  font-size: 1.125rem;
}

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

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

.first div .number,
.second div .number,
.third div .number {
  font-family: 'EliceDigitalBaeum-400';
  color: #7a644f;
  font-size: 1.125rem;
}

.manse-count {
  font-size: 1.125rem;
  font-family: 'EliceDigitalBaeum-400';
  color: #7a644f;
  letter-spacing: normal;
}

/* 스토리 */

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

.story_1 p {
  text-align: center;
  margin-top: 1.5rem;
  font-family: 'EliceDigitalBaeum-400';
  color: #f4bbc280;
  font-size: 1.25rem;
  line-height: 2.25rem;
  letter-spacing: normal;
}

.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 {
  width: 5.438rem;
  height: 2.75rem;
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  z-index: 999;
}

.story_2 {
  background-image: url('https://cdn.banggooso.com/assets/images/game215/images/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/game215/images/story_3.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0;
}

.story_3 .story_3_dudung {
  background-image: url('https://cdn.banggooso.com/assets/images/game215/images/story_3_dudung.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.story_3 .story_3_word1 {
  background-image: url('https://cdn.banggooso.com/assets/images/game215/images/story_3_word1.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: flex-start;
  width: 20rem;
  height: 10rem;
  transform: translateX(-1rem);
}

.story_3 .story_3_word2 {
  background-image: url('https://cdn.banggooso.com/assets/images/game215/images/story_3_word2.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: flex-end;
  width: 16.5rem;
  height: 7rem;
  transform: translate(2rem, -4rem);
  display: flex;
  justify-content: center;
  padding-top: 1.8rem;
  margin-bottom: 5rem;
  font-size: 1.2rem;
  font-family: 'SUIT-Bold';
  color: #503c29;
}

.story_3 .nickname {
  position: absolute;
  top: 75%;
  left: 75%;
  transform: translate(-75%, -75%);
  font-family: 'GeekbleMalang';
  font-size: 1.75rem;
  line-height: 2.013rem;
  color: #503c29;
}

.story_4 {
  background-image: url('https://cdn.banggooso.com/assets/images/game215/images/story_4.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 2.5rem 0;
}

.story_4 .mission {
  width: 21.75rem;
  height: 6.25rem;
}

.story_4 .bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.story_4 .bottom .message {
  background-color: #ffffffd9;
  border: 2px solid #705c5533;
  border-radius: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 28.125rem;
  height: 9rem;
  padding-top: 1.2rem;
}

.story_4 .bottom .message .bold {
  font-family: 'EliceDigitalBaeum-700';
  font-size: 1.5rem;
  line-height: 2.125rem;
  color: #503c29;
  text-align: center;
}

.story_4 .bottom .message .alert {
  font-family: 'EliceDigitalBaeum-400';
  font-size: 1.125rem;
  line-height: 1.629rem;
  color: #503c29;
  text-align: center;
}

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

.dim .game-modal-container {
  background-image: url('https://cdn.banggooso.com/assets/images/game215/images/popup_background.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 28.063rem;
  height: 27.375rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.dim .game-rule {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  width: 8.25rem;
  height: 3.125rem;
  background-image: url('https://cdn.banggooso.com/assets/images/game215/images/popup_title.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  color: #7a644f;
  line-height: 2.25rem;
  transform: translateY(0.2rem);
}

.dim .game-modal-container .content {
  padding: 1rem;
  width: 28.063rem;
  height: 25rem;
}

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

.dim .start-btn {
  width: 28.125rem;
  height: 4.25rem;
  display: flex;
  justify-content: center;
  font-size: 1.75rem;
  color: #7a644f;
  background-image: url('https://cdn.banggooso.com/assets/images/game215/images/small_lightbrown.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80% 100%;
  margin-top: 1.5rem;
  padding-top: 0.5rem;
}

.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;
  background-color: #dbc18f;
  overflow: hidden;
}

.game-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1rem;
  position: relative;
}

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

.game-top {
  width: 100%;
  background-color: #f4f1d9;
}

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

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

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

.score-container {
  width: 12.313em;
  height: 3.25em;
  background-image: url('https://cdn.banggooso.com/assets/images/game215/images/heart-container.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1em;
}

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

.score-container .score {
  font-size: 1.5em;
  text-align: center;
  color: #664f47;
}

.lunch-container {
  width: 8.813em;
  height: 3.25em;
  background-image: url('https://cdn.banggooso.com/assets/images/game215/images/lunch-container.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1em;
}

.lunch-container .text {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  font-size: 1.5em;
  color: #664f47;
}

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

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

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

.next-container {
  width: 5.813em;
  height: 3.625em;
  background-image: url('https://cdn.banggooso.com/assets/images/game215/images/next-container.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.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-container img {
  width: 2.5em;
  height: 2.5em;
  transform: translateY(-0.2em);
}

.game-character-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
}

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

.game-character-container .words {
  background-image: url('https://cdn.banggooso.com/assets/images/game215/images/game-message-container.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 21.313em;
  height: 5.375em;
  display: flex;
  align-items: center;
  padding-left: 2em;
}

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

.art-board {
  width: 100%;
  height: 1em;
}

.finish {
  width: 100%;
  height: 7.875em;
  background-color: #dbc18f;
  display: flex;
  justify-content: center;
  align-items: center;
}

.finish-container {
  width: 15em;
  height: 2.533em;
  background-image: url('https://cdn.banggooso.com/assets/images/game215/images/finish-container.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.875em;
  color: white;
  padding-bottom: 0.7rem;
}

.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: 11px;
  }
}

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

.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 {
  background-color: #f4f1d9;
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

.capture-wrap {
  width: 22.75rem;
  font-family: 'GangwonEdu_OTFBoldA';
  font-size: 1.375rem;
  color: #9f8257;
}

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

.capture-wrap .zero-result-description {
  width: 22.75rem;
  height: 28.438rem;
  background-image: url('https://cdn.banggooso.com/assets/images/game215/images/zero-result-description.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 4rem;
}

.capture-wrap .result-description {
  width: 22.75rem;
  height: 28.438rem;
  background-image: url('https://cdn.banggooso.com/assets/images/game215/images/result-description.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 4rem;
}

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

.capture-wrap .result-description-text {
  display: flex;
  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;
}

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

.capture-wrap .result-description-text ul li > p:nth-child(1) {
  text-align: end;
  color: #c1995d;
  position: relative;
  top: 50%;
  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 .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;
  color: #c1995d;
}

.result-game-title {
  position: absolute;
  bottom: 2.5rem;
  left: 2rem;
  font-size: 1rem;
  letter-spacing: normal;
  font-family: 'GeekbleMalang';
  font-weight: 400;
  color: #9f8257;
}

.result-description-message {
  font-size: 1rem;
  margin-top: 1.5rem;
  line-height: 1.145rem;
  letter-spacing: normal;
  text-align: center;
  color: #c1995d;
}

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

.thumb-img-text {
  text-align: center;
  font-family: 'Pretendard-500';
  color: #b79b64;
  margin: 0.5rem 0;
}

.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.5rem;
  margin-top: 3rem;
}

.current-ranking > p:nth-child(1) {
  font-size: 1.75rem;
  font-weight: bold;
  text-align: center;
  font-family: text;
  color: #503c29;
  font-family: 'GeekbleMalang';
  font-weight: 400;
}

.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 1rem 0;
}

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

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

.filter-container .text1,
.filter-container .text2 {
  font-family: 'EliceDigitalBaeum-700';
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 2rem;
  color: #b79b64;
  font-size: 1.063rem;
  cursor: pointer;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f3e1ac;
  border-radius: 3.125rem;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: '';
  height: 3.063rem;
  width: 6.438rem;
  left: 0;
  top: 0;
  background-color: #7a644f;
  border-radius: 3.125rem;
  transition: 0.4s;
}

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

.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: 8.938rem;
  background-color: #7a644f;
  position: relative;
}

.first-place {
  margin-top: 0.7rem;
  padding: 0.9rem 1.2rem;
}

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

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

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

.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.875rem;
  font-family: 'EliceDigitalBaeum';
  color: white;
  line-height: 2.715rem;
  font-weight: 700;
}

.first-place-description > span {
  font-family: 'EliceDigitalBaeum';
  font-size: 1.5rem;
  color: white;
  letter-spacing: normal;
  font-weight: 400;
}

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

.rank-container .second-place,
.rank-container .third-place {
  width: 13.75rem;
  height: 6.375rem;
  background-color: #a99377;
  border-radius: 1rem;
  position: relative;
}

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

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

.second-place-description div:last-child,
.third-place-description div:last-child {
  font-family: 'EliceDigitalBaeum';
  font-size: 1.05rem;
  color: white;
  letter-spacing: normal;
  font-weight: 400;
}

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

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

.rest .scrollbar {
  width: 90%;
  height: 23rem;
  border: 1px solid #705c5533;
  background-color: white;
  border-radius: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.5rem 0;
  margin-top: 0.5rem;
  position: relative;
}

.rest .scrollbar p {
  position: absolute;
  bottom: 1rem;
  width: 100%;
  text-align: center;
  color: #989898;
  font-family: 'EliceDigitalBaeum-400';
  font-size: 0.938rem;
  letter-spacing: normal;
}

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

.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.7rem 0.7rem 0.7rem 0.2rem;
  width: 95%;
  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;
}

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

.rest ul li:not(:last-child) {
  border-bottom: 1px solid #96969633;
}

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

.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: 28%;
}

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

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

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

.contents-more .contents-main {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 1.7rem 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: #503c29;
  font-family: 'Pretendard-700';
  font-size: 1.3rem;
  text-align: left;
}

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

.game-result .recommend-list .inner .title {
  color: #373c3f;
  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.4rem solid #373c3f;
  height: auto;
}

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

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

.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 {
  background-image: url('https://cdn.banggooso.com/assets/images/game215/images/popup-background.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 28.063rem;
  height: 27.938rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.game-finish .game-finish-text {
  font-family: 'GeekbleMalang';
  color: #503c29;
  font-size: 2.125rem;
  text-align: center;
  line-height: 2.375rem;
}

.game-finish .game-finish-sub {
  font-family: 'EliceDigitalBaeum-400';
  font-size: 1.125rem;
  text-align: center;
  line-height: 1.629rem;
  color: #7a644f;
  padding-bottom: 1rem;
}

.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.114rem;
  height: 3.114rem;
}

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

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

.event-container {
  width: 100%;
  background-color: #f4f1d9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.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,
.more,
.done {
  width: 23.063rem;
  height: auto;
}

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

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

.restart-game img {
  width: 90%;
  height: auto;
}

.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: 1rem 0 !important;
}

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

.game-over-container {
  width: 24.75rem;
  height: 15.25rem;
  background-color: #ffffffe5;
  border: 2px solid #705c5533;
  border-radius: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.game-over-container p {
  text-align: center;
  font-family: 'EliceDigitalBaeum-400';
  font-size: 1.5rem;
  line-height: 2.125rem;
  color: #503c29;
}

.game-over-container img {
  width: 20.75rem;
  height: 4.25rem;
}

.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;
  font-weight: 700;
  line-height: 1.267rem;
  letter-spacing: -0.0175rem;
  margin-top: 1rem;
}
