/* 공통 */
@font-face {
  font-family: 'GangwonEduAll';
  font-weight: 400;
  font-style: normal;
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2201-2@1.0/GangwonEduAllLight.eot');
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2201-2@1.0/GangwonEduAllLight.eot?#iefix')
      format('embedded-opentype'),
    url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2201-2@1.0/GangwonEdu_OTFLightA.woff') format('woff'),
    url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2201-2@1.0/GangwonEdu_OTFLightA.tff') format('truetype');
  font-display: swap;
}

:root {
  --game-161-color: #4b3f31;
  --game-161-sub-color: #fbf1e8;
  --game-161-normal-color: #626262;
  --game-161-border-line-color: #8b8b8b;
  --game-161-font: 'GmarketSans';
  --game-161-sub-font: 'GangwonEduAll';
  --game-161-big-size: 1.2rem;
  --game-161-super-big-size: 1.7rem;
}
.game-btn-wrapper > .game-btn {
  border-radius: 5px;
}

.game-btn {
  color: white;
  box-shadow: none !important;
  border: none !important;
}

.btn-game-start {
  background-color: #fbf1e8 !important;
  border-radius: 0.4rem !important;
  border: 3px solid var(--game-161-color) !important;
  color: var(--game-161-color);
  font-family: var(--game-161-font) !important;
  box-shadow: 0 0.3rem var(--game-161-color) !important;
  line-height: 2.5rem !important;
  font-size: 1.2rem !important;
  padding-top: 5px !important;
  margin-bottom: 0 !important;
  width: 100%;
}
.game-wrapper {
  touch-action: pan-y;
  letter-spacing: 0.01rem !important;
}
.game-wrapper .game-title {
  background-color: var(--game-161-color) !important;
  font-family: var(--game-161-sub-font) !important;
  color: white;
}
.game-wrapper .game-intro {
  padding-bottom: 0rem !important;
  height: 52.7rem;
}
.app .app-header.intro-header {
  z-index: 1;
  width: 100%;
  border: none;
  background-color: #fffbf8;
}

.app .app-header.test-header {
  border: none;
}

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

/* 인트로 페이지 */
.game-intro {
  position: relative;
  background-color: #4e5687 !important;
  background-image: url('https://cdn.banggooso.com/assets/images/game161/page/intro.png');
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.game-intro .game-count {
  margin: 2rem auto 0 !important;
}
.game-intro .game-count .count-label {
  font-weight: 700;
  font-family: var(--game-161-font);
  color: #1c2b47;
}
.game-intro .game-count .count-label:before {
  background: #ffd3b1 !important;
  bottom: 0.35rem;
}
.game-intro .share-sns-list span {
  color: #1c2b47;
  font-family: 'noto Sans KR';
  font-weight: 700;
}
.game-intro .result-box .result-box-title,
.game-intro .result-box .result-box-title2 small {
  color: white !important;
}

.game-intro .btn-wrap {
  margin-bottom: 1rem;
}

.game-intro > dl.game-count {
  top: 41.5rem;
}
.game-intro .game-count .count-num {
  color: #1c2b47;
  line-height: 1.3;
}
.game-intro .result-box .result-box-title:before {
  background-color: #ffffff;
}

.game-intro .most-type-wrap > div {
  border: none;
}

.game-intro .share-sns-list .list-title .countBox .countImg {
  background-image: url('https://cdn.banggooso.com/assets/images/game161/common/share.png');
  transform: scale(0.8);
}

.game-intro .volBox {
  margin: 1rem auto 0;
  text-align: center;
  font-size: 0.7rem;
  letter-spacing: 0;
  color: white;
}

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

.game-wrapper .app-main {
  height: 100vh;
  color: white;
  background-color: var(--game-161-sub-color);
}

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

.app-header.page .app-sound.off {
  background-image: url('https://cdn.banggooso.com/assets/images/game85/off.png');
  background-size: 55%;
  position: absolute;
  right: 2.5rem;
  z-index: 99;
  width: 2.3rem !important;
}

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

.premium-bg {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
}

/*팝업 뜨는 것들 기본 퍼블리싱*/
.game-wrap .say-text,
.game-wrap .pop-text {
  position: absolute;
  color: #ffffff;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.1rem;
  border: 3px solid white;
  background-color: rgba(44, 29, 15, 0.8);
  width: 90%;
  padding: 1.5rem;
  bottom: 10%;
  font-family: var(--game-161-font);
  font-weight: 500;
}
.game-wrap .say-text {
  color: black;
  background-color: var(--game-161-sub-color);
  width: 57%;
  padding: 1.9rem 0 2.2rem;
  bottom: 60%;
  line-height: 0.8rem;
  border: 2px solid black !important;
  border-radius: 140px / 70px;
  font-size: 0.9rem;
}

.app .app-header.intro-header,
.game-wrapper .app-header {
  background-color: var(--game-161-sub-color);
}
/* 결과 페이지 */
.result .app-logo {
  width: 16rem !important;
  background-color: var(--game-161-sub-color);
}
.game-result {
  background-color: var(--game-161-sub-color);
  color: var(--game-161-color) !important;
  height: auto;
  padding: 1rem 20px 0;
}
.thumb-img-text {
  color: black;
  font-size: 1rem !important;
  padding-top: 0.3rem;
}

.game-result .img-box img {
  width: 100%;
}

.game-result #result-title {
  padding-top: 0.5rem;
}
.game-result #result-title p {
  color: var(--game-161-color);
  font-size: 1.8rem;
  font-family: var(--game-161-sub-font) !important;
  font-weight: 700;
  line-height: 1.3rem;
}
.game-result #result-title .result-title-point {
  color: #f28251;
}

.game-result .result-box .result-box-title {
  color: black;
}

.game-result #result-title .img-box {
  margin: 0 1.5rem;
  width: auto;
}
.game-result .result-box .game-btn-wrapper {
  margin: 0.5rem auto;
  width: 90%;
}

.game-result .game-btn-wrapper .event-btn {
  background-color: #332311;
  color: white;
  line-height: 1.2rem;
  padding: 0.65rem 0.4rem 0.4rem;
  font-size: 1.1rem;
  font-family: var(--game-161-font);
}

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

.game-btn-wrapper {
  margin: 0rem auto 0rem !important;
  width: 88.8% !important;
}
.game-result .btn_retest {
  margin-bottom: 3rem !important;
}
.game-result .btn_retest > a {
  background-color: #332311;
  font-family: var(--game-161-font);
  font-size: 1.1rem;
  font-weight: 500;
  color: #fbf1e8;
  padding-top: 0.3rem;
}

.game-intro .share-sns-list {
  position: absolute;
  top: 41rem;
  background-color: #f9f1e9;
  background: linear-gradient(to bottom, transparent 73%, #f9f1e9 74%);
  padding-top: 5.7rem;
  padding-bottom: 5rem;
}
.game-result .share-sns-list span {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 800;
  color: var(--game-161-color);
}

.avatar-wrap > .img-object,
.avatar-wrap > .object-background,
.capture-wrap > .img-object {
  position: absolute;
  width: 100%;
}

#step04sub01 .say-text .point {
  font-weight: 600;
}
#step05 .memo {
  display: none;
}
#step05 .memo .point {
  display: inline-block;
}
#step05 .memo .point::before {
  content: '';
  height: 0.5rem;
  bottom: 0.15rem;
  background-color: #efe0d0;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
}

.fadeout-bg {
  z-index: 1;
}

.resultbox-slide {
  text-align: justify;
  font-size: 0.75rem;
}

/* 브랜드 소구 */
.game-result .result-box .result-box-sub-wrap {
  display: flex;
}

.game-result .result-box .result-box-sub-wrap > img {
  width: 8rem;
  height: 8rem;
}

.game-result .result-box .result-box-img-sub-wrap {
  margin-left: 0.5rem;
}

.game-result .result-box .result-box-img-sub-wrap > p {
  line-height: 1rem;
}

.game-result .result-box .resultbox-slide-toggle {
  font-size: 0.95rem;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

/*이미지 슬라이더*/
.game-result .result-box .brand-slide-wrapper {
  width: 100%;
  overflow: auto;
  padding: 0.5rem 1rem 0rem 1rem;
}
.game-result .result-box .swiper-slide {
  width: 70%;
  margin: 0.4rem 0;
}
.game-result .result-box .swiper-slide:last-child {
  margin-right: 0.3rem;
}
.game-result .result-box .slide-box {
  width: 100%;
}
.game-result .result-box .slide-box > img {
  width: 100%;
  height: 100%;
  margin-right: 0.3rem;
  box-shadow: 2px 2px 5px rgb(0 0 0 / 30%);
}
.game-result .result-box .swiper-slide:first-child .slide-box > img {
  border-radius: 0.8rem 0 0 0.8rem;
}
.game-result .result-box .swiper-slide:last-child .slide-box > img {
  border-radius: 0 0.8rem 0.8rem 0;
}

.game-result .check-list-sub-title,
#step07 {
  text-align: center;
}

#viewer {
  height: 100vh;
  margin: 0 auto;
}
#step06 #container {
  filter: blur(5px);
}
.blur {
  background-color: rgba(0, 0, 0, 0.5);
}
#container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  user-select: none;
  pointer-events: none;
}
#container img {
  width: 3072px;
  aspect-ratio: 1.77;
}

.full-page .click-black {
  margin: auto;
  margin-top: 0.5rem;
  scale: 0.7;
}
.full-page .click-black:before {
  content: '';
  height: 0.7rem;
  bottom: 0.15rem;
  background-color: #efe0d0;
  position: absolute;
  left: 50%;
  width: 20%;
  z-index: -1;
  transform: translateX(-47%);
}
/* 타이머, 말풍선 부분 */
#step07 .step7-footer {
  bottom: 1.5rem;
  z-index: 2;
  position: fixed;
  justify-content: flex-end;
  right: 1rem;
  display: flex;
  touch-action: pan-y;
}

#step07 .target-image {
  background-image: url('https://cdn.banggooso.com/assets/images/game161/tip.png');
  background-size: 100% 100%;
  width: 17rem;
  height: 4rem;
  justify-content: center;
  display: flex;
  align-items: center;
  margin-right: 0.3rem;
  margin-top: 2.3rem;
  min-width: 220px;
  min-height: 45px;
}

#step07 .target-image .tip {
  width: 15rem;
  font-size: 0.7rem;
  font-family: var(--game-161-font);
  color: var(--game-161-color);
  margin-right: 0.6rem;
  margin-top: 0.1rem;
  line-height: 1.3;
  padding: 1rem 0rem;
  min-width: 220px;
  min-height: 45px;
  white-space: pre-line;
}

#step07 .target-wrapper .target-item {
  width: 4.7rem;
  height: 4.7rem;
  position: relative;
  margin: 0 auto;
}
#step07 .target-wrapper .target-item img {
  background-color: #f4e4d3;
  width: 85%;
  border-radius: 50%;
  position: absolute;
  z-index: 3;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  aspect-ratio: 1/1;
}
svg {
  position: absolute;
  left: 0;
  top: 0;
  stroke-dashoffset: 0;
}

.target-item .target-circle {
  stroke: #f28251;
  stroke-width: 5;
  stroke-dasharray: 277;
  animation: stroke-ani 46s linear;
  transform: translate(-50%, -50%) rotate(-90deg);
}

@keyframes stroke-ani {
  0% {
    stroke-dashoffset: 277;
    stroke: #f28251;
  }
  77.5% {
    stroke: #f28251;
  }
  78% {
    stroke: red;
    opacity: 1;
  }
  78.5% {
    opacity: 0;
  }
  79% {
    opacity: 1;
  }
  79.5% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  80.5% {
    opacity: 0;
  }
  81% {
    opacity: 1;
  }
  81.5% {
    opacity: 0;
  }
  82% {
    opacity: 1;
  }
  82.5% {
    opacity: 0;
  }
  83% {
    opacity: 1;
  }
  83.5% {
    opacity: 0;
  }
  84% {
    opacity: 1;
  }
  84.5% {
    opacity: 0;
  }
  85% {
    opacity: 1;
  }
  85.5% {
    opacity: 0;
  }
  86% {
    opacity: 1;
  }
  86.5% {
    opacity: 0;
  }
  87% {
    opacity: 1;
  }
  87.5% {
    opacity: 0;
  }
  88% {
    opacity: 1;
  }
  88.5% {
    opacity: 0;
  }
  89% {
    opacity: 1;
  }
  89.5% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  90.5% {
    opacity: 0;
  }
  91% {
    opacity: 1;
  }
  91.5% {
    opacity: 0;
  }
  92% {
    opacity: 1;
  }
  92.5% {
    opacity: 0;
  }
  93% {
    opacity: 1;
  }
  93.5% {
    opacity: 0;
  }
  94% {
    opacity: 1;
  }
  94.5% {
    opacity: 0;
  }
  95% {
    opacity: 1;
  }
  95.5% {
    opacity: 0;
  }
  96% {
    opacity: 1;
  }
  96.5% {
    opacity: 0;
  }
  97% {
    opacity: 1;
  }
  97.5% {
    opacity: 0;
  }
  98% {
    opacity: 1;
  }
  98.5% {
    opacity: 0;
  }
  99% {
    opacity: 1;
  }
  99.5% {
    opacity: 0;
  }
  100% {
    stroke-dashoffset: 0;
    stroke: red;
    opacity: 1;
  }
}
.show {
  background-color: transparent;
  /* opacity : 0.5; */
  position: absolute;
  pointer-events: visible !important;
  transform: translate(-50%, -50%);
}

#container > .show > .collect-effect {
  width: 80px;
  height: 80px;
}

input::placeholder {
  color: #ae957b;
}
.nickname-wrap {
  height: 42px;
  display: flex;
  justify-content: center;
  padding: 28.5rem 0rem 1rem;
}
.nickname-wrap .nickname {
  height: 2.5rem;
  font-family: var(--game-161-font);
  width: 40%;
  border-radius: 0.3rem;
  text-align: center;
  background-color: #fff2e4;
  border: 3px solid var(--game-161-color);
  color: var(--game-161-color);
}

#viewer .gauge-list {
  background-color: #fffbf8;
  width: 100%;
  display: flex;
  height: 17px;
  z-index: 1;
  justify-content: space-evenly;
  position: fixed; /*모바일에선 fixed, pc에선 absolute가 된다*/
  bottom: 0;
}
#viewer .gauge-list > .gauge {
  background-color: #f4e4d3;
  width: 15%;
  margin: 6px 2px;
}
#viewer .gauge-list > .gauge.collect-gauge {
  background-color: #f28251;
}
#viewer .gauge-list > .gauge.fail-gauge {
  background-color: #4b3f31;
}
.skip-btn {
  background-color: #ffd3b1;
  border-radius: 17px;
  border: 2.5px solid var(--game-161-color);
  color: var(--game-161-color);
  font-family: var(--game-161-font);
  box-shadow: 0 0.2rem var(--game-161-color);
  font-size: 0.7rem;
  padding: 0.2rem 0.3rem 0 0.5rem;
  text-align: left;
  margin-bottom: 0.5rem;
  min-width: 66px;
}
#step05 .memo,
#step08 .memo {
  background-image: url('https://cdn.banggooso.com/assets/images/game161/memo.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 85%;
  margin: auto;
  text-align: center;
  padding: 1.2rem 1rem 1.2rem;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  color: var(--game-161-color);
  font-family: 'GangwonEduAll';
  font-weight: 600;
  line-height: 1.4rem;
  z-index: 1;
  font-size: 1rem;
}
#step08 .memo {
  line-height: 1.5rem;
  transform: translate(-50%, -50%) scale(0.2);
  transform-origin: center center;
  animation: scaleUp 0.5s forwards;
}

@keyframes scaleUp {
  to {
    transform: translate(-50%, -50%) scale(1);
  }
}

#step06 .blur,
#step08 .blur {
  height: 100vh;
  position: absolute;
  z-index: 1;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
#step08 .click-black {
  transform: scale(0.7);
  position: absolute;
  right: 5%;
  bottom: 5%;
}
/* #step09 */
.step09.back-img.outcoming-img {
  z-index: 1;
}
.game-wrap .back-img {
  width: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 2s;
}

#step10-white {
  display: block;
  z-index: 1;
}
#step12 .go-result {
  position: absolute;
  top: 70%;
  width: 90%;
  transform: translate(-50%, -50%);
  left: 50%;
  background: white !important;
  padding: 1rem 1rem 1.1rem 4.3rem !important;
  line-height: 1.3rem !important;
  font-size: 1.3rem !important;
  text-align: center;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
#step12 .go-result-title {
  line-height: 1.3rem;
}
#step12 .go-result-point {
  font-weight: bold;
  font-size: 1.3rem;
}
#step12 .go-result:after {
  content: '';
  width: 20px;
  height: 20px;
  background-image: url('https://cdn.banggooso.com/assets/images/game161/common/double_arrow.png');
  background-repeat: no-repeat;
  background-size: contain;
}
#step12 .go-result:active:after {
  background-image: url('https://cdn.banggooso.com/assets/images/game161/common/double_arrow_w.png');
}

#step06 {
  background-image: url('https://cdn.banggooso.com/assets/images/game161/page/blur.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  padding: 2rem;
}
#step06 img {
  width: 100%;
}
#step06 .guide {
  margin-top: 6rem;
}
#step06 a {
  display: none;
}
#step06 > .mission-wrapper {
  margin-top: 1rem;
}

#step06 .mission-wrapper .btn-game-start {
  padding-left: 0.5rem;
}
#step06 .mission-wrapper .btn-wrap {
  text-align: center;
  justify-content: center;
  display: flex;
}
#step12 .go-result:active,
#step06 > .mission-wrapper .btn-game-start:active {
  background-color: #f28251 !important;
  color: white !important;
}
#step06 .mission-wrapper .game-intro {
  background-image: none;
  background-color: transparent !important;
}

.game-result .record-wrapper {
  margin-top: 1rem;
  display: flex;
}
.game-result .record-wrapper .record-box {
  border: 0.2rem solid var(--game-161-color);
  text-align: center;
  font-family: 'GmarketSans';
  width: 80%;
  margin: 0.4rem;
  border-radius: 0.5rem;
}
.game-result .record-wrapper .record-box .record-title {
  background-color: var(--game-161-color);
  color: white;
  font-size: 0.8rem;
  font-weight: 100;
  padding: 0.2rem 0 0.1rem;
}
.game-result .record-wrapper .record-box .record-title img {
  width: 1rem;
  padding-bottom: 0.2rem;
}
.game-result .record-wrapper .record-box .my-record {
  font-size: 1.2rem;
  color: var(--game-161-color);
  background-color: #fffbf8;
  border-radius: 0rem 0rem 0.4rem 0.4rem;
  padding: 0.3rem 0 0.1rem;
}
.game-result .check-wrapper {
  background-image: url('https://cdn.banggooso.com/assets/images/game161/memo2.png');
  background-size: 100% 100%;
  margin-bottom: 1rem 0 0.5rem;
}
.game-result .check-title {
  margin-top: 1.3rem;
  font-size: 1.3rem;
  font-weight: 700;
  font-family: 'GmarketSans';
  text-align: center;
}
.game-result .check-title:before {
  background-color: var(--game-161-sub-color);
  content: '';
  height: 0.7rem;
  position: absolute;
  left: 28%;
  width: 43%;
  top: 42%;
  z-index: -1;
}
.game-result .check-wrapper .check-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: 0.2rem;
  margin-bottom: 0.2rem;
  font-family: var(--game-161-font);
}
.game-result .check-wrapper .check-list .check-row {
  margin: 0 0.9rem;
}

.game-result #result-title,
.check-list-sub-title {
  padding-top: 0.5rem;
}
.game-result .check-list-sub-title,
.game-result .check-wrapper .check-list-wrapper {
  margin-bottom: 1.5rem;
}
.game-result .check-wrapper .check-list-wrapper .check-list .check {
  width: 1.4rem;
  margin-bottom: 0.5rem;
}
.game-result .result-box {
  padding: 0 !important;
  border: 0.1875rem solid transparent !important;
  margin: 0.5rem 0rem 0rem !important;
}
.game-result .click-box,
.game-result .story-box {
  border: 3px solid var(--game-161-color);
  margin: 1rem 0 0.8rem 0;
  border-radius: 0.7rem;
  font-size: 0.85rem;
  width: 100%;
  box-shadow: 0 0.3rem var(--game-161-color) !important;
  background-color: var(--game-161-sub-color);
}
.game-result .click-box {
  background-color: #fbd6ae;
  margin-bottom: 2rem;
}
.game-result .click-box.active {
  background-color: var(--game-161-sub-color);
}
.game-result .click-box .click-text {
  font-weight: 700;
  font-size: 1rem;
  margin-top: 0.1rem;
}
.story-box .swiper-slide {
  opacity: 0 !important;
}

.story-box .swiper-slide-active {
  display: block;
  opacity: 1 !important;
  font-family: 'Inter';
  color: var(--game-161-font-color);
  border-radius: 0.03rem;
  margin: auto;
}

.story-box {
  height: 20rem;
}
.click-box {
  padding: 0 !important;
}
.click-box .click-contents {
  padding: 1rem 0;
  font-size: 1.2rem;
  font-family: var(--game-161-sub-font);
  background-color: var(--game-161-color);
  color: white;
  padding-bottom: 1.3rem;
  border-radius: 0.4rem 0.4rem 0.5rem 0.5rem;
  margin-left: -1px;
  margin-right: -1px;
}
.click-box .click-more {
  font-family: var(--game-161-font);
  font-size: 0.8rem;
  font-weight: 500;
  padding: 1rem;
  letter-spacing: -0.05rem;
  display: none;
}
.click-box.active .click-more {
  display: block;
}
.click-box .click-btn {
  background-color: #fbd6ae;
  font-size: 1.1rem;
  color: #f28251;
  font-family: var(--game-161-font);
  padding: 0.7rem 0 0.5rem;
  border-radius: 0 0 0.5rem 0.5rem;
  display: flex;
  justify-content: center;
}
.arrow {
  width: 35% !important;
  margin: 0 1rem 0.1rem;
}
.swiper-button-next,
.swiper-button-prev {
  background-size: 0.8rem;
  top: 55% !important;
}
.swiper-button-next {
  background-image: url('https://cdn.banggooso.com/assets/images/game129/slider_next.png');
  background-repeat: no-repeat;
  right: -0.1rem !important;
}

.swiper-button-prev {
  background-image: url('https://cdn.banggooso.com/assets/images/game129/slider_prev.png');
  background-repeat: no-repeat;
  left: 0.5rem !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
  font-size: 1.5rem !important;
}

.swiper-pagination-bullet-active {
  background-color: #df9372 !important;
}
.game-result .result-box .resultbox-slide-toggle {
  font-size: 0.95rem;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}
.game-result .result-slider {
  width: 88%;
  margin: auto;
  text-align: center;
  background-color: #f4e4d3;
}
.game-result .result-box .desc-section {
  background: #f4e4d3;
  margin: 0 -23px;
  padding: 0 20px 0.1rem;
}
.game-result .target-info-title {
  text-align: center;
  font-family: var(--game-161-sub-font);
  font-size: 1.6rem;
  color: var(--game-161-color);
  font-weight: 700;
  line-height: 2rem;
  padding-top: 1.5rem;
}
.game-result .bros-wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
}
.game-result .result-box .bros-image,
.game-result .result-box .target-image {
  width: 32%;
  background: #fffbf8;
  border: 3px solid var(--game-161-color);
  border-radius: 4rem;
  margin: auto;
  overflow: hidden;
  margin-top: 1.2rem;
}
.game-result .result-box .bros-image {
  margin: 1.2rem 1rem 0 !important;
}
.game-result .result-box .target-name {
  margin: 0rem;
  color: var(--game-161-color);
  font-size: 1.5rem;
  font-family: var(--game-161-sub-font);
  font-weight: 700;
}
.game-result .result-box .target-info {
  margin-top: 0.7rem;
  font-family: var(--game-161-font);
  font-size: 0.85rem;
  font-weight: 400;
  color: var(--game-161-color);
}

.game-result .result-box .swiper-button-next,
.game-result .result-box .swiper-button-prev {
  top: 35% !important;
}

.game-result .bank {
  padding: 1rem 0;
  font-family: var(--game-129-font) !important;
  font-size: 0.7rem;
}
.game-btn-wrapper .gift-btn,
.game-btn-wrapper .ranking-btn,
.game-result .bank .bank-amount {
  text-align: center;
  color: #fbf1e8;
  width: 100%;
  margin: 0.5rem auto 0.5rem;
  padding: 1.1rem 1rem 1rem;
}
.game-result .bank .bank-amount {
  background: var(--game-161-color);
  border-radius: 10px;
  font-family: var(--game-161-sub-font);
}
.game-btn-wrapper .gift-btn,
.game-btn-wrapper .ranking-btn {
  border-radius: 5px;
  font-family: var(--game-161-font);
  font-size: 1.1rem;
}
.game-btn-wrapper .ranking-btn {
  background: #625443;
  margin-top: 1.5rem;
}
.game-btn-wrapper .gift-btn {
  background: #e86932;
}

.game-result .bank .bank-amount p {
  font-size: 1rem;
  line-height: 1.9rem;
}

.game-result .bank .bank-amount p:last-child {
  font-size: 0.5rem;
  line-height: 1rem;
}

.game-result .bank .bank-amount .current-amount {
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--game-161-sub-color);
  letter-spacing: -2px;
}

.game-result .bank .progress-total {
  width: 100%;
  height: 7px;
  background: #2d2121;
  border-radius: 3px;
}
.game-result .bank .bank-amount .bank-point {
  color: #f28251;
}
.game-result .bank .progress-total .progress-inner {
  background-color: #ffb393;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 3px;
}

.game-result .bank .max-amount {
  color: #ffffff;
  font-size: 0.8rem;
  line-height: 2rem;
  text-align: center;
}

.game-result .bank .bank-notice {
  color: #6c6c6c;
  font-size: 0.5625rem;
  width: 80%;
  margin: 0.5rem auto;
}

.game-result .bank .bank-maximum-amount {
  color: var(--game-129-font-color);
}

.game-result .bank .bank-detail-desc {
  color: #7d5d5d;
  font-size: 0.65rem;
  margin-top: 0.5rem;
  font-family: 'RixGulim M';
  font-weight: bold;
}
.game-result .story-box-sub-title,
.game-result .check-list-sub-title,
.game-result .bank .sub-title {
  color: #9a8265;
  font-size: 0.6rem;
  font-family: var(--game-161-font);
}
.game-result .bank .sub-title {
  color: #ecddcb;
}
.game-result .capture-wrap {
  position: relative;
  width: 70vw;
  max-width: 360px;
  height: 70vw;
  max-height: 360px;
  margin: 1rem auto 0;
  text-align: initial;
  border-radius: 0.4rem;
}

.rankingBox {
  margin: 2rem -0.5rem;
  padding: 0;
}
.topRanking h3,
.rankingBox .myRanking h3,
.rankingBox .myRanking .myNum {
  font-family: var(--game-161-sub-font);
}
.rankingBox .myRanking .myNum {
  font-weight: 700;
  padding-top: 0.5rem;
}

.rankingBox .myRanking {
  background-color: #f4e4d3;
  color: var(--game-161-color);
  padding: 1.4rem 0 1rem;
  border: 4px solid white;
}
.rankingBox .myRanking h3 {
  font-size: 1.6rem;
}
.rankingBox .myRanking h3:before {
  background-color: #fff2e4;
}
.rankingBox .myRanking .allNum {
  margin: 0.6rem 0 0.1rem;
}
.rankingBox .topRanking h3::before {
  background-color: #efe0d0 !important;
}
.rankingBox .myRanking h3:before,
.rankingBox .topRanking h3::before {
  left: -3%;
  width: 106%;
  height: 60%;
  top: 67%;
}
.rankingBox .topRanking {
  background-color: var(--game-161-sub-color);
  color: var(--game-161-color);
  margin: 0.1rem 0rem 2rem;
  padding: 1.4rem 1.8rem;
  border: none;
}

.rankingBox .topRanking h3 {
  font-family: var(--game-161-sub-font);
  font-size: 1.5rem;
}
.rankingBox .list_content_div > ul > li:nth-of-type(1) > ul > li:nth-of-type(1)::after {
  background-image: none;
}
.rankingBox .list_content_div > ul > li:nth-of-type(2) > ul > li:nth-of-type(1)::after {
  background-image: none;
}
.rankingBox .list_content_div > ul > li:nth-of-type(3) > ul > li:nth-of-type(1)::after {
  background-image: none;
}
.rankingBox .list_content_div > ul > li:nth-of-type(1) {
  background-color: #fffbf8;
  color: var(--game-161-font);
}
.rankingBox .list_content_div > ul > li:nth-of-type(2) {
  background-color: #ffcba6;
  color: var(--game-161-font);
}
.rankingBox .list_content_div > ul > li:nth-of-type(3) {
  background-color: #f28251;
  color: var(--game-161-font);
}
.rankingBox .list_content_div > ul > li {
  background-color: var(--game-161-color);
  color: #fbf1e8;
}
.rankingBox div > ul > li > ul > li:nth-of-type(1) {
  font-family: var(--game-161-sub-font);
  font-size: 1.1rem;
  padding-bottom: 0.3rem;
  padding-top: 0.2rem;
}
.rankingBox div > ul > li > ul > li:nth-of-type(2),
.rankingBox div > ul > li > ul > li:nth-of-type(3),
.rankingBox div > ul > li > ul > li:nth-of-type(4) {
  padding-top: 0.5rem;
}
.rankingBox div > ul > li {
  padding: 0;
}
.rankingBox div > ul > li > ul {
  font-size: 0.8rem;
}
.rankingBox .myRanking .btn_refresh,
.rankingBox .topRanking .btn_refresh {
  right: 10%;
  top: 1.4rem;
}
.rankingBox .topRanking .topRanking-subtitle {
  font-family: var(--game-161-sub-font);
  font-size: 0.8rem;
  color: var(--game-161-color);
  font-weight: 600;
}
.bank-title {
  margin-top: 3rem;
}
.bank-title .campaign-title {
  font-family: var(--game-161-sub-font);
  font-weight: 600;
  font-size: 1.4rem;
}
.bank-title .campaign-memo {
  background-image: url('https://cdn.banggooso.com/assets/images/game161/memo04.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 2rem 0 3.7rem;
  font-size: 1.1rem;
  margin-top: 1rem;
  font-family: var(--game-161-sub-font);
  font-weight: 600;
  line-height: 1.4rem;
}
.bank-title .campaign-memo .point {
  position: relative;
}
.bank-title .campaign-memo .point:before {
  content: '';
  height: 0.5rem;
  bottom: -0.15rem;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
  background-color: #cbb195;
}

.share-sns-list .list-title .countBox .countImg {
  background-image: 80%;
  padding-bottom: 1.1rem;
}
.share-sns-list .list-title .countBox .countNumber {
  color: #1c2b47;
  font-family: 'noto sans kr';
  font-weight: 700;
}
.game-result .share-sns-list .list-title .countBox .countNumber {
  color: var(--game-161-color);
  font-family: 'noto sans kr';
  font-weight: 700;
  font-size: 0.8rem;
}

.insta-event-wrap .game-btn-wrapper {
  display: flex;
}
.campaign-btn {
  background: #e86932 !important;
}
