@font-face {
  font-family: Korea;
  src: url('/gl/205/font/YJ_Obang_TTF.ttf');
}

@font-face {
  font-family: score;
  src: url('https://cdn.banggooso.com/assets/fonts/SBAggro-Bold.woff');
}

@font-face {
  font-family: text-font;
  src: url('https://cdn.banggooso.com/assets/fonts/SBAggro-Medium.woff');
}

@font-face {
  font-family: text;
  src: url('https://cdn.banggooso.com/assets/fonts/SBAggro-Light.ttf');
}

@property --angle {
  syntax: '<angle>';
  inherits: false;
  initial-value: 0deg;
}
@property --hue {
  syntax: '<number>';
  inherits: false;
  initial-value: 0;
}

:root {
  --game-205-main-color: rgb(179, 0, 0);
  --game-205-black-color: #373c3f;
}

* {
  margin: 0;
  padding: 0;
  font-family: 'Pretendard';
}

.game-wrapper .app-header .app-header-btn.back {
  height: 100%;
  background: transparent url(https://cdn.banggooso.com/assets/images/game205/etc/back-arrow-b.png) no-repeat center
    center / auto 1rem;
}

.app-header.page .app-sound {
  background-image: url('https://cdn.banggooso.com/assets/images/game205/etc/on.png');
  background-size: 70%;
  position: absolute;
  right: 2.5rem;
  z-index: 99;
}

.app-header.page .app-sound.off {
  background-image: url(https://cdn.banggooso.com/assets/images/game205/etc/off.png);
  background-size: 70%;
  position: absolute;
  right: 2.5rem;
  z-index: 99;
}

.app-header.page .app-home {
  background-image: url('https://cdn.banggooso.com/assets/images/game205/etc/home.png');
  background-size: 70%;
  position: absolute;
  right: 0.5rem;
  z-index: 99;
}

img {
  user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
}

/* 인트로 */
select option[value=''][disabled] {
  display: none;
}

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

.game-intro {
  position: relative;
  background-color: white;
}

.app-title {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  position: relative;
}

.app-title img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
}

.main-title {
  font-family: Korea;
  font-size: 4rem;
  color: var(--game-205-main-color);
  line-height: 4rem;
  font-style: italic;
}

.sub-title {
  font-family: Pretendard;
  font-size: 1rem;
}

.container {
  background-color: white;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  margin-top: 98%;
}

.input-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.2rem;
  padding-top: 1.2rem;
}

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

.section {
  width: 50%;
  height: 80%;
  text-align: start;
  border-radius: 0.5rem;
  background-color: #f5f4f2;
  padding: 0 1.5rem;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  background-image: url('https://cdn.banggooso.com/assets/images/game205/etc/arrow-down.png');
  background-position: 90% center;
  background-repeat: no-repeat;
  background-size: 7%;
  font-family: 'Pretendard';
  font-size: 0.9rem;
  font-weight: 500;
  color: #4c515a;
}

.city {
  width: 50%;
  height: 80%;
  text-align: start;
  background-color: #f5f4f2;
  border-radius: 0.5rem;
  padding: 0 1.5rem;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  background-image: url('https://cdn.banggooso.com/assets/images/game205/etc/arrow-down.png');
  background-position: 90% center;
  background-repeat: no-repeat;
  background-size: 7%;
  font-family: 'Pretendard';
  font-size: 0.9rem;
  font-weight: 500;
  color: #4c515a;
}

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

#nickname {
  width: 90%;
  height: 2.6rem;
  background-color: #f5f4f2;
  border-radius: 0.5rem;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 500;
  outline: none;
}

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

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

.game-intro .btn-game-start {
  background-color: #ff6464;
  color: white;
  width: 90%;
  height: auto;
  border: none;
  border-radius: 0.5rem;
  font-weight: 700;
  font-size: 1.2rem;
  box-shadow: none;
  line-height: 3rem;
  font-family: 'Pretendard';
}

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

.game-intro .game-count,
.game-intro .guest-count {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 0 1rem 0;
  font-family: text-font;
}

/* .game-intro .game-count {
  padding-right: 1.610625rem;
} */

.game-intro .guest-count {
  border-left: solid 1.64px #e9eaea;
  padding-left: 0.610625rem;
  width: 12.8125rem;
}

.game-intro .game-count .count-label,
.game-intro .guest-count .count-label {
  font-size: 1.1rem;
  font-weight: 400;
  border-radius: 0.7rem;
  width: 10rem;
  text-align: center;
  padding: 0;
  font-family: text-font;
  color: #373c3f;
  margin-bottom: 0.2rem;
}

.count-num {
  font-weight: bold;
  transform: translateY(-0.4rem);
}

.game-intro .game-count .count-num,
.game-intro .guest-count .count-num {
  color: #373c3f;
  font-family: text-font;
  font-size: 1.2575rem;
  font-weight: 400;
}

.game-intro .guest-count .count-num,
.game-intro .guest-count .count-label {
  color: #ff6464;
}

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

.share-sns-list .list-title {
  margin-bottom: 0.3rem;
  color: #373c3f;
}

.share-sns-list .list-title .countBox .countImg {
  transform: translateY(0.1rem);
}

.share-sns-list .list-title span,
.share-sns-list .list-title .countBox .countNumber {
  font-family: text-font;
  font-weight: 400;
}

.share-sns-list .btn-share.kakao {
  background-image: url('https://cdn.banggooso.com/assets/images/icons/btn-share-kakao-b.png');
  background-position: center;
  background-size: 90%;
  width: 3rem;
  height: 3rem;
}

.share-sns-list .btn-share.twitter {
  background-image: url('https://cdn.banggooso.com/assets/images/icons/btn-share-twitter-b.png');
  background-position: center;
  background-size: 90%;
  transform: translateY(-0.05rem);
  width: 3rem;
  height: 3rem;
}

.share-sns-list .btn-share.link-copy {
  background-image: url('https://cdn.banggooso.com/assets/images/icons/btn-share-linkcopy-b.png');
  background-position: center;
  background-size: 90%;
  width: 3rem;
  height: 3rem;
}

.game-intro .share-sns-list {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1rem;
}

.game-intro .share-sns-list:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 1px;
  width: calc(90% - 13px * 2);
  border-bottom: 1px solid #252c311a;
  transform: translateX(-50%);
}

.share-sns-list .list {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 0.3rem;
  padding-bottom: 2.5rem;
}

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

.ranking {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.5rem 0 1rem 0;
  gap: 0.5rem;
}

.ranking > p:first-child {
  width: 100%;
  text-align: center;
  font-size: 1.35rem;
  font-weight: bold;
  font-family: text;
}

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

.first,
.second,
.third {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  gap: 0.7rem;
}

.first {
  background-color: #f5f4f2;
}

.second {
  background-color: #fafaf9;
}

.third {
  background-color: #fcfcfb;
}

.first img,
.second img,
.third img {
  width: 1.8rem;
  height: auto;
}

.first > div,
.second > div,
.third > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-weight: bold;
  font-size: 1.1rem;
  transform: translateY(0.15rem);
}

.first > div p,
.second > div p,
.third > div p {
  line-height: 1rem;
}

.first > div .manse-count,
.second > div .manse-count,
.third > div .manse-count {
  font-size: 0.7rem;
  color: #373c3f87;
}

.donation-text {
  font-size: 1rem;
  text-align: center;
  font-weight: 500;
  line-height: 1.4rem;
}

.donation {
  font-size: 0.8rem;
  color: #373c3f87;
  font-weight: 500;
  margin-top: 0.2rem;
}

.donation-alert {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0.5rem 0 1.2rem 0;
}

.donation-alert img {
  width: 80%;
  height: auto;
}

.gs-retail-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.59625rem;
}

.gs-retail-container img {
  width: 90%;
  height: auto;
  margin-top: 0.5rem;
}

/* 게임 step */
.skip {
  width: 4rem;
  height: 2rem;
  position: absolute;
  bottom: 1rem;
  right: 1.5rem;
  cursor: pointer;
}

.counter.text-size-md {
  font-size: 2.5rem;
}

.counter.text-size-sm {
  font-size: 1.8rem;
}

.game-wrapper .game-wrap {
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

#step01 {
  background-image: url('https://cdn.banggooso.com/assets/images/game205/background/step1_background.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

#step01 .pop-text,
#step02 .pop-text,
#step03 .pop-text,
#step04 .pop-text {
  width: 100%;
  height: 32%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#step01 .pop-text .step1_1,
#step01 .pop-text .step1_2,
#step01 .pop-text .step1_3 {
  opacity: 0;
  transition: opacity 0.5s;
  font-family: text;
  color: #373c3f;
}

#step01 .step-image,
#step02 .step-image {
  width: 100%;
  height: 68%;
  position: relative;
}

#step01 .step1_1_image,
#step01 .step1_2_image,
#step01 .step1_3_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s;
  object-fit: contain;
  object-position: top;
}

#step01 .step1_1_image,
#step02 .step2_1_image {
  align-self: flex-start;
}

#step01 .step1_2_image,
#step02 .step2_2_image {
  align-self: flex-end;
}

#step01 .step1_3_image,
#step02 .step2_3_image {
  align-self: flex-start;
}

#step02 {
  background-image: url('https://cdn.banggooso.com/assets/images/game205/background/step2_background.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

#step02 .pop-text .step2_1 {
  opacity: 0;
  transition: opacity 0.7s;
  font-family: text;
  color: #373c3f;
}

#step02 .step2_1_image,
#step02 .step2_2_image,
#step02 .step2_3_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.7s;
  object-fit: contain;
  object-position: top;
}

#step03 {
  background-image: url('https://cdn.banggooso.com/assets/images/game205/background/step34_background.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  color: #373c3f;
}

#step03 .hand-flag,
#step04 .hand-flag {
  width: 100%;
  height: 68%;
  object-fit: contain;
  object-position: bottom;
}

#step04 {
  background-image: url('https://cdn.banggooso.com/assets/images/game205/background/step34_background.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  color: #373c3f;
}

#step05 {
  background: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#step05 .preload {
  display: none;
}

.swiper {
  margin: 2rem 0 0.2rem 0;
}

.swiper .swiper-wrapper li {
  width: 12rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1rem;
  opacity: 0.5;
  background-color: #999999;
}

.swiper-slide-active {
  opacity: 1 !important;
  background-color: #a3d5de !important;
}

.swiper .swiper-wrapper li img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
}

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

.select-instruction {
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 5rem;
  color: var(--game-205-black-color);
}

.select-character {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.instruction > p {
  width: 100%;
  text-align: center;
  color: #a8abad;
  margin-bottom: 2rem;
  font-size: 0.7rem;
}

.game-instruction {
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.2rem;
  border-radius: 1rem;
  background-color: #f5f4f2;
  padding: 0.7rem 1rem 0 1.5rem;
}

.game-instruction div {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.game-instruction div p {
  font-weight: bold;
  color: var(--game-205-black-color);
  font-size: 1rem;
}

.game-instruction img {
  width: 4rem;
  height: 5.5rem;
  object-fit: contain;
  align-self: flex-end;
}

.instruction-detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.1rem;
}

.instruction-detail li {
  font-size: 0.8rem;
  color: var(--game-205-black-color);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
}

.instruction-detail li:nth-child(2) {
  line-height: 1rem;
}

.instruction-detail li:nth-child(1) .dot,
.instruction-detail li:last-child .dot {
  margin: 0;
}

.dot {
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  background-color: var(--game-205-black-color);
}

.start {
  width: 90%;
  height: 3rem;
  border-radius: 0.5rem;
  background-color: #ff6464;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 1rem;
  margin: 1rem 0;
  cursor: pointer;
}

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

#step06 {
  background-image: url('https://cdn.banggooso.com/assets/images/game205/background/main-background.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background-image 1s ease-in-out;
}

#step06 > p {
  font-weight: 600;
  color: #908f89;
  margin-bottom: 0.5rem;
  font-size: 0.8rem;
}

#step06 > p > span {
  color: #373c3f;
}

.mini-phrase {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  pointer-events: none;
  font-weight: bold;
  z-index: 3;
}

.mini-phrase::selection {
  background-color: transparent;
}

.mini-phrase .mini-phrase-container {
  position: relative;
  width: 90%;
  padding: 1rem;
  border-radius: 1rem;
  pointer-events: none;
  background-color: white;
}

.mini-phrase .mini-phrase-container div {
  font-size: 1rem;
}

.mini-phrase .mini-phrase-container div::selection {
  background-color: transparent;
}

.mini-phrase .mini-phrase-container div span {
  color: #ed5d77;
}

.mini-phrase .mini-phrase-container div .orange {
  color: #d46d0e;
}

.mini-phrase .mini-phrase-container p {
  position: absolute;
  right: 1rem;
  top: -1.25rem;
  width: auto;
  height: auto;
  font-size: 0.7rem;
  color: white;
  background-color: #ed5d77;
  border-radius: 0.5rem 0.5rem 0 0;
  padding: 0.1rem 0.7rem;
}

.mini-phrase .mini-phrase-container p span {
  border-radius: 50%;
  --color: hsl(31, 94%, 61%);
  background: conic-gradient(var(--color) var(--angle), transparent calc(var(--angle)));
}

@keyframes conic-effect {
  0% {
    --angle: -1deg;
  }

  100% {
    --angle: 360deg;
  }
}

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

.game-page {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 0;
}

.pop-text {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  font-family: text;
  color: #373c3f;
}

.counter {
  position: relative;
  width: 100%;
  height: auto;
  font-size: 3rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 3rem;
  font-family: score;
  z-index: 2;
  user-select: none;
  transition: color 0.3s linear;
  color: #373c3f;
}

.counter::selection {
  background-color: transparent;
}

.counter.animate {
  animation: counterAnimation 0.3s;
}

@keyframes counterAnimation {
  0%,
  100% {
    -webkit-transform: 0;
    -moz-transform: 0;
    transform: 0;
    color: var(--game-205-black-color);
  }
  10% {
    -webkit-transform: rotate(6deg) translate3d(12px, -12px, 0) scale(0.95);
    -moz-transform: rotate(6deg) translate3d(12px, -12px, 0) scale(0.95);
  }
  20% {
    -webkit-transform: rotate(6deg) translate3d(15px, -12px, 0) scale(0.95);
    -moz-transform: rotate(6deg) translate3d(15px, -12px, 0) scale(0.95);
  }
}

.game-character {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.game-character::selection {
  background-color: transparent;
}

.game-character img {
  width: 80%;
  height: auto;
  position: relative;
  z-index: 2;
  pointer-events: none;
}

.game-character img::selection {
  background-color: transparent;
}

.changing-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 2s ease-in-out;
  background-image: url('https://cdn.banggooso.com/assets/images/game205/background/flower-background.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.endManse {
  width: 90%;
  height: 3rem;
  border-radius: 0.5rem;
  margin: 1rem 1rem 0.2rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  background-color: var(--game-205-black-color);
  color: white;
  position: relative;
  z-index: 1;
}

.endManse:active {
  background-color: white;
  color: var(--game-205-black-color);
}

.endManse::selection {
  background-color: transparent;
}

.endManse #step06 > p {
  position: relative;
  width: 100%;
  font-size: 0.7rem;
  color: #373c3fb2;
  font-weight: 500;
  text-align: center;
  margin-bottom: 1rem;
  z-index: 1;
}

#step07,
#step08,
#step09,
#step10 {
  background-image: url('https://cdn.banggooso.com/assets/images/game205/background/main-background.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

#step08 .pop-text {
  font-size: 1.7rem;
  margin-top: 3rem;
  height: 7.813rem;
  position: relative;
}

#step08 .pop-text::before {
  content: '+1';
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translate(-50%, 0);
  animation: riseAndFade 2s ease-in-out;
  opacity: 0;
  color: #8a9ea2;
  font-size: 1.7rem;
}

#step09 .pop-text {
  font-size: 2.2rem;
  margin-top: 3rem;
  height: 7.813rem;
}

#step09 .pop-text::before {
  content: '+2';
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translate(-50%, 0);
  animation: riseAndFade 2s ease-in-out;
  opacity: 0;
  color: #8a9ea2;
  font-size: 1.7rem;
}

#step10 .pop-text {
  font-size: 2.7rem;
  margin-top: 3rem;
  height: 7.813rem;
}

#step10 .pop-text::before {
  content: '+3';
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translate(-50%, 0);
  animation: riseAndFade 2s ease-in-out;
  opacity: 0;
  color: #8a9ea2;
  font-size: 1.7rem;
}

@keyframes riseAndFade {
  0% {
    transform: translate(-50%, 0);
    opacity: 0;
  }
  25% {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  75% {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -100%);
    opacity: 0;
  }
}

#step07 .pop-text-first,
#step07 .pop-text-second {
  opacity: 0;
  transition: opacity 1s ease-in-out;
  text-align: center;
  font-weight: bold;
  font-family: text;
  font-size: 1.2rem;
  height: 6.25rem;
  color: #373c3f;
}

#step07 .pop-text-second {
  display: none;
}

#step07 .pop-text-second p {
  font-size: 0.8rem;
  color: #8a9ea2;
  background-image: url('https://cdn.banggooso.com/assets/images/game205/etc/arrow-down-gray.png');
  background-position: 78% center;
  background-repeat: no-repeat;
  background-size: 5%;
  font-weight: 600;
  letter-spacing: 0.005rem;
}

#step07 img {
  width: 80%;
  height: auto;
  margin-top: 7.5rem;
}

#step08 img,
#step09 img,
#step10 img {
  width: 80%;
  height: auto;
  margin-top: 3rem;
}

#step08 .fade-in,
#step09 .fade-in,
#step10 .fade-in {
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  position: relative;
  z-index: 1;
}

#step08 .interaction-bg,
#step09 .interaction-bg,
#step10 .interaction-bg {
  width: 100%;
  height: 100%;
  background-color: #373c3f;
  position: absolute;
  top: 0;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  z-index: 9999;
}

.bottom-content {
  width: 100%;
  position: absolute;
  bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}

.date {
  width: 50%;
  border-radius: 1rem;
  font-size: 1rem;
  font-weight: 700;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
}

#step10 .finish {
  margin-top: 5rem;
  width: 90%;
  border-radius: 0.5rem;
  background-color: var(--game-205-black-color);
  color: white;
  padding: 0.5rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  font-size: 1rem;
  font-weight: 700;
}

#step10 .finish:active {
  background-color: white;
  color: var(--game-205-black-color);
}

/* 결과 페이지 */
.app-main.result {
  background-color: #f5f4f2;
}

.game-result {
  padding: 0;
}

.game-wrapper .game-title-custom {
  background-color: var(--game-205-black-color);
  color: white;
  font-family: text;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.05rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.8rem;
}

.game-title-custom img {
  width: 9rem;
  height: auto;
}

.result-container {
  width: 101%;
  transform: translateX(-1px);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 2rem;
  background-color: white;
}

.current-ranking {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.current-ranking p {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  font-family: text;
  color: #373c3f;
}

.filter-container {
  width: 9rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f5f4f2;
  border-radius: 1rem;
}

.filter-container .text1,
.filter-container .text2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 2rem;
  color: #a9aaaa;
  font-size: 0.8rem;
  font-weight: bold;
  cursor: pointer;
}

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

.slider:before {
  position: absolute;
  content: '';
  height: 2rem;
  width: 5rem;
  left: 0;
  top: 0;
  background-color: var(--game-205-black-color);
  border-radius: 1rem;
  transition: 0.4s;
}

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

.selected {
  color: white !important;
}

.result-container > p {
  text-align: center;
  font-size: 1rem;
  margin-top: 2rem;
  font-weight: 600;
  color: #a9aaaa;
  line-height: 1.2rem;
}

.result-container > p > span {
  color: var(--game-205-black-color);
}

.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: 90%;
  height: 5.5rem;
  background-color: var(--game-205-black-color);
}

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

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

.first-place img {
  width: 2.8rem;
  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-between;
  gap: 0.5rem;
}

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

.first-place-description > span {
  font-size: 0.8rem;
  color: #a9aaaa;
  letter-spacing: 0.01rem;
  font-weight: 500;
  transform: translateY(0.4rem);
}

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

.rank-container .second-place,
.rank-container .third-place {
  width: 44%;
  height: 5.5rem;
  background-color: #6d6d6d;
  border-radius: 1rem;
}

.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.1rem;
  color: white;
  line-height: 1.3rem;
  font-weight: 700;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.second-place-description div:last-child,
.third-place-description div:last-child {
  font-size: 0.7rem;
  color: #ffffffb2;
  letter-spacing: 0.02rem;
  font-weight: 500;
}

.second-place img,
.third-place img {
  width: 2rem;
  height: auto;
}

.rest {
  width: 100%;
  height: 17rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}

.rest .scrollbar {
  width: 90%;
  height: 100%;
  background-color: #f5f4f2;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.5rem 0;
}

.rest .scrollbar ul {
  width: 95%;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: auto;
}

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

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

.rest ul::-webkit-scrollbar-thumb {
  background-color: #969696;
  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: #969696;
  font-size: 0.8rem;
}

.my-location {
  color: #ff6464 !important;
}

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

.rest ul li div .rank-index {
  width: 1rem;
  height: 1rem;
}

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

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

.activist {
  width: 90%;
  background-color: var(--game-205-black-color);
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 4rem;
}

.activist-container {
  width: 100%;
  padding: 1.3rem;
}

.activist .info {
  width: 100%;
  height: 11rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #6d6d6d;
}

.activist .info > div {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-weight: 500;
  gap: 3.5rem;
}

.activist .info > div > p:nth-child(1) {
  align-self: flex-start;
  background-color: white;
  color: #373c3f;
  border-radius: 5rem;
  font-weight: 700;
  padding: 0 1rem;
  text-align: center;
}

.activist .info > div > p:nth-child(2) {
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: bold;
}

.activist .info > div > p:nth-child(2) > span {
  font-size: 1rem;
  font-weight: 500;
  color: #6d6d6d;
}

.activist .info img {
  width: 7.5rem;
  height: auto;
  border-radius: 0.3rem;
  border: 2px solid white;
}

.activist .desc {
  color: #ffffffcc;
  text-align: center;
  font-size: 0.75rem;
  padding-top: 1.5rem;
  letter-spacing: normal;
}

.activist .btn {
  width: 90%;
  padding: 0.7rem 0;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  font-size: 1.1rem;
  font-weight: 700;
  color: #373c3f;
}

.phrase {
  width: 90%;
  text-align: center;
  margin-top: 2rem;
}

.phrase > p:nth-child(1) {
  font-size: 0.9rem;
  font-weight: 800;
  color: #999999;
  position: relative;
}

.phrase > p:nth-child(1) .left {
  position: absolute;
  top: -0.5rem;
  left: 1rem;
  width: 1.5rem;
  height: auto;
}

.phrase > p:nth-child(1) .right {
  position: absolute;
  top: 0;
  right: 1rem;
  width: 1.5rem;
  height: auto;
}

.phrase > p:nth-child(2) {
  font-size: 1.1rem;
  font-weight: 800;
  color: #373c3f;
}

.current-donation {
  width: 90%;
  border-radius: 1rem;
  background-color: #f5f4f2;
  margin: 2rem 0 2.5rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem;
}

.current-donation > p:nth-child(1) {
  width: 100%;
  text-align: center;
  font-weight: 700;
  border-bottom: 1px solid #252c311a;
  padding-bottom: 1rem;
  color: #373c3f;
}

.current-donation p .current-donation-location {
  position: relative;
}

.current-donation p .current-donation-location:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 7.3rem;
  height: 0.7rem;
  background-color: #ff5d5d33;
  z-index: -1;
}

.current-donation p .current-donation-period {
  display: inline;
  color: #969696;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: normal;
}

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

.current-donation div > p:last-child {
  font-weight: bold;
  text-align: center;
  margin-top: 1rem;
  vertical-align: middle;
}

.current-donation div .sponsor {
  color: #373c3f;
}

.current-donation div > p:last-child span {
  display: inline;
  font-family: text;
  font-size: 1rem;
  color: #373c3f;
  vertical-align: middle;
}

.current-donation div img {
  width: 4rem;
  height: auto;
  transform: translateY(-0.1rem);
}

.money-goal {
  font-size: 0.8rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0 0.5rem 0;
}

.money-goal span {
  display: inline;
  color: #ff6464 !important;
  font-size: 0.8rem;
  font-weight: 700;
}

.progress-track {
  width: 100%;
  height: 0.5rem;
  border-radius: 1rem;
  background-color: white;
  position: relative;
}

.progress-track .progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ff6464;
  height: 100%;
  border-radius: 1rem;
}

.money-amount {
  width: 100%;
}

.money-amount p {
  width: 100%;
  text-align: center;
  padding: 0.7rem 0;
  border-radius: 0.5rem;
  background-color: #373c3f;
  color: white;
}

.money-amount p span {
  font-size: 1rem;
  color: #ff6464 !important;
}

.donation-limit {
  font-size: 0.7rem;
  color: #252c3180;
  margin: 0.5rem 0;
  font-weight: 500;
}

.donation-fulfilled {
  font-size: 0.7rem;
  color: #252c3180;
  text-align: center;
  font-weight: 500;
}

.donation-indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.donation-desc {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 2.5rem 0 1rem 0;
  letter-spacing: initial;
  color: #373c3f;
}

.donation-desc span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.capture-wrapper {
  width: 70%;
  height: 24rem;
}

.capture-wrap {
  width: 100%;
  height: 100%;
  background-color: #384e6f;
  position: relative;
  overflow: hidden;
}

.capture-wrap p {
  width: auto;
  text-align: start;
  padding: 1.5rem 2rem 0 2rem;
  color: white;
  font-size: 1.1rem;
  font-weight: 700;
}

.capture-wrap ul {
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0.5rem;
}

.capture-wrap ul li {
  width: 95%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 1rem;
  color: #ffffffb2;
  font-size: 0.9rem;
}

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

.capture-wrap ul li:last-child span:last-child {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

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

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

.capture-wrap img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  width: 65%;
  height: auto;
}

.capture-wrap .sm-text {
  font-family: text;
  font-size: 0.6rem;
  position: absolute;
  bottom: 1rem;
  left: 1.7rem;
  color: #ffffff80;
}

.img-object {
  width: 100.4% !important;
  height: 100.4% !important;
  position: absolute;
  top: 0;
}

.thumb-img-text {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  color: #969696;
}

.gs-event {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}

.event-container {
  width: 90%;
  background-color: white;
  border-radius: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.2rem;
}

.event-container .event-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #373c3f;
}

.event-container .event-desc {
  width: 95%;
  text-align: center;
  font-weight: 700;
  font-size: 1rem;
  border-bottom: 1px solid #dadada;
  padding: 1rem 0;
  color: #373c3f;
}

.event-container .event-desc img {
  width: 3rem;
  height: auto;
  transform: translateY(-0.1rem);
}

.event-container .event-present {
  text-align: center;
  font-size: 0.8rem;
  padding: 1rem 0;
  font-weight: 700;
  color: #373c3f;
}

.event-container .event-present img {
  width: 2.5rem;
  height: auto;
  transform: translateY(-0.01rem);
}

.event-container .event-present span {
  font-size: 0.6rem;
  color: #969696;
  font-weight: 600;
}

.event-container .event-img {
  width: 95%;
  height: 7.5rem;
  background-color: white;
  border-radius: 0.5rem;
}

.event-container .event-img img {
  width: 100%;
  height: auto;
}

.event-container .event-btn {
  width: 95%;
  height: 3rem;
  border-radius: 0.5rem;
  background-color: var(--game-205-black-color);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0;
  font-weight: bold;
}

.event-container .event-period {
  text-align: center;
  font-size: 0.7rem;
  color: #a9aaaa;
  line-height: 0.9rem;
}

/* 콘텐츠 더보기 */
.contents-more .contents-main .contents-logo img {
  width: 28%;
}

.contents-more .contents-list .game-btn {
  width: 100%;
  border-radius: 0;
  margin: 0;
  font-weight: bold;
  text-align: left;
  padding: 1.25rem 1.5rem;
  position: relative;
  letter-spacing: 0.1px;
  font-size: 1rem !important;
  background-color: transparent !important;
  border: none !important;
  border-top: 1px solid #dadada !important;
  cursor: pointer;
  color: #373c3f;
}
.contents-more .contents-list .game-btn:before {
  left: 90%;
}

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

.contents-more .contents-main {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 1.5rem 1.5rem 0.75rem 1.5rem;
}

.contents-more .contents-list {
  margin: 0 0 0.5rem 0;
  border-left: 1px solid var(--game-204-text-black-color);
  border-left: none;
}

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

.contents-more .contents-main .sub-text {
  color: #373c3f;
  font-family: 'Pretendard';
  font-weight: 700;
  font-size: 1.1rem;
  text-align: left;
}

/* 다시하기 */
.game-result .btn_retest {
  margin: 0;
  width: 100%;
}

.game-result .btn_retest > a {
  width: 90%;
  background-color: var(--game-205-black-color);
  border-radius: 0.5rem;
  border: none;
  box-shadow: none;
  line-height: 3rem;
  font-weight: bold;
  background-position: 70% center;
  background-size: 1rem;
  padding-right: 1rem;
}

/* 추천 콘텐츠 */

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

.game-result .recommend-list:before {
  background-color: var(--game-205-black-color);
}

.game-result .recommend-list .slide-box {
  border: 0.3rem solid var(--game-205-black-color);
}

.game-result .recommend-list .btn-wrap {
  padding: 0.6rem;
  margin-bottom: 2rem;
}

/* 독립운동가 리스트 */

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

.activists-container-title {
  font-family: text;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 1.5rem 0 0.5rem 0;
  color: #373c3f;
}

.activists-container p {
  text-align: start;
  position: relative;
  color: white;
}

.activists-container .list-desc {
  text-align: center;
  font-size: 0.8rem;
  color: #969696;
  margin-bottom: 1rem;
}

.activists-container p .left {
  position: absolute;
  top: -0.5rem;
  left: 0.5rem;
  width: 1.2rem;
  height: auto;
}

.activists-container p .right {
  position: absolute;
  top: 0;
  right: 0.5rem;
  width: 1.2rem;
  height: auto;
}

.activist-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.activist-list .activist {
  width: 87%;
  margin: 0;
}

.back-to-result {
  width: 87%;
  background-color: var(--game-205-black-color);
  border-radius: 0.5rem;
  font-weight: bold;
  margin: 1rem 0 5rem 0;
  color: white;
  text-align: center;
  padding: 0.5rem 0;
}

.back-to-result:active {
  background-color: white;
  color: #373c3f;
}

/* 팝업 */

#dim-class {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: center;
}

#dim-class .close {
  position: absolute;
  top: 0.7rem;
  right: 1.2rem;
  cursor: pointer;
}

#dim-class .close img {
  width: 0.7rem;
  height: 0.7rem;
}

.popup-container {
  width: 90%;
  background-color: white;
  border-radius: 1.5rem;
  padding: 1.5rem;
}

.popup-container .popup-title {
  text-align: center;
  font-weight: bold;
}

.popup-container .popup-period {
  text-align: center;
  color: #252c3180;
  font-size: 0.7rem;
}

.popup-container .popup-desc {
  border-top: 1px solid #252c311a;
  border-bottom: 1px solid #252c311a;
  font-size: 0.7rem;
  padding: 1rem 0;
  margin: 1rem 0;
}

.popup-container .popup-desc ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.popup-container .popup-desc ul li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.popup-container .popup-desc ul li .strong {
  align-self: flex-start;
  margin-top: 0.5rem;
}

.popup-container .popup-desc ul li.dot {
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background-color: black;
}

.agree {
  font-size: 0.8rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

#checkbox {
  width: 1rem;
  height: 1rem;
  background-color: #f5f4f2;
}

.information {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
}

.information .name {
  text-align: center;
  width: 40%;
  height: 2.5rem;
  background-color: #f5f4f2;
  border-radius: 0.5rem;
  font-size: 0.8rem;
  outline: none;
}

.information .number {
  text-align: center;
  width: 60%;
  height: 2.5rem;
  background-color: #f5f4f2;
  border-radius: 0.5rem;
  font-size: 0.8rem;
  outline: none;
  -moz-appearance: none;
  appearance: none;
}

.information .number::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.coupon-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3rem;
  background-color: #373c3f;
  color: white;
  border-radius: 0.5rem;
  margin-top: 0.5rem;
  font-weight: bold;
}

.coupon-btn:active {
  background-color: white;
  color: #373c3f;
}

/* ETC */

.game-btn-wrapper.btn_retest {
  margin-top: 0.5rem;
}

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

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