/* 공통 */
:root {
  --game-171-font: 'Pretendard';
  --game-171-color: #c881e1;
}
.game-btn {
  font-family: var(--game-171-font);
  background-color: #7f7f7f;
  font-size: 1.2rem;
  color: white;
  border-color: #222222;
  cursor: pointer;
}

.game-wrapper .game-title {
  background-color: transparent;
  background-image: url(https://cdn.banggooso.com/assets/images/game171/result_background.jpg);
  background-size: 100% 90%;
}
.game-wrapper .game-title img {
  margin-top: 0.1rem;
  width: 56%;
}

/* 인트로 페이지 */
.game-loading-wrap {
  display: block;
  height: auto;
}
.game-intro .img-box {
  padding: 2rem 3rem 0;
  margin-bottom: 3rem;
}
.game-intro .img-box img {
  width: 100%;
}
.game-intro .intro-calendar {
  margin: 1rem auto 6.5rem;
  background-image: url(https://cdn.banggooso.com/assets/images/game171/intro_calendar.png);
  background-size: 100% 100%;
  width: 196px;
  height: 216px;
  overflow: hidden;
  padding: 29px 9px 9px;
  position: relative;
  transform: scale(1.3);
}

@keyframes animatedBackground {
  0% {
    background-position: 0px 2848px;
  }
  100% {
    background-position: 0px;
  } /* set this to the height of the image */
}

.game-intro .intro-calendar::after {
  content: '';
  position: absolute;
  width: 178px;
  height: 178px;
  left: 50%;
  top: 52%;
  transform: translate(-50%, -50%);
  background-image: url(https://cdn.banggooso.com/assets/images/game171/intro.png);
  background-position: 0px 0px;
  background-repeat: repeat-y;
  background-size: cover;
  animation: animatedBackground 80s linear infinite;
}

.game-intro .intro-upper-wrapper img {
  width: 100%;
}
.game-intro .intro-lower-wrapper {
  background: white;
  border-radius: 1rem 1rem 0 0;
  box-shadow: 0rem -0.4rem 1rem rgba(0, 0, 0, 0.13);
  margin-top: -2rem;
  height: auto;
  padding-top: 4rem;
}
.game-intro .btn-game-start {
  position: absolute;
  font-size: 1.2rem;
  display: inline-block;
  width: 100%;
  box-shadow: none;
  border-radius: 3rem;
  font-size: 1.3rem;
  text-align: center;
  line-height: 3rem;
  background: #d065ff;
  font-weight: 900;
  font-family: var(--game-171-font);
  letter-spacing: 0rem;
  border: 3px solid white;
  box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.2);
}
.game-intro-text > p {
  text-decoration: underline;
  font-weight: 900;
}

.game-intro .nickname-wrap {
  display: flex;
  justify-content: center;
  padding: 8.5rem 0rem 1rem;
}
.game-intro .nickname-wrap .nickname {
  height: 2.5rem;
  font-family: var(--game-171-font);
  width: 40%;
  border-radius: 0.3rem;
  text-align: center;
  background-color: #f6f6f6;
  border: 3px solid var(--game-161-color);
  color: #9b9b9b;
  font-size: 0.8rem;
  font-weight: 100;
}
.game-intro .btn-wrap {
  margin: 0.5rem auto;
  width: 16rem;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 0%;
  margin-top: -1.6rem;
}
.game-intro .volBox {
  font-size: 0.8rem;
  color: #0c0c0c;
  text-align: center;
  font-family: var(--game-171-font);
  font-weight: 500;
}
.game-intro .result-box .result-box-title > span {
  font-family: var(--game-171-font);
}
.game-intro .result-box .result-box-title:before {
  background-color: #f7e7ff;
}
.game-intro .game-count {
  margin-bottom: 2rem;
}
.game-intro .game-count .count-label {
  font-family: var(--game-171-font);
  font-weight: 800;
  font-size: 1.5rem;
}
.game-intro .game-count .count-label:before {
  background-color: transparent;
  height: 0.8rem;
}
.game-intro .game-count .count-num {
  font-family: var(--game-171-font);
}
.app-main .progress-bottom {
  background-color: #eae2da;
}
.progress-bottom .progress .progress-inner {
  background-color: var(--game-171-color);
}
/* 문제 페이지 */
.game-body.test-step-1::before,
.game-body.test-step-2::before,
.game-body.test-step-3::before,
.game-body.test-step-4::before,
.game-body.test-step-5::before,
.game-body.test-step-6::before,
.game-body.test-step-7::before,
.game-body.test-step-8::before,
.game-body.test-step-9::before,
.game-body.test-step-10::before,
.game-body.test-step-11::before,
.game-body.test-step-12::before {
  content: '';
  background-color: black;
  opacity: 0.2;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  position: absolute;
}
.game-body.test-step-1 {
  background-image: url(https://cdn.banggooso.com/assets/images/game171/month/month1.jpg);
}
.game-body.test-step-2 {
  background-image: url(https://cdn.banggooso.com/assets/images/game171/month/month2.jpg);
}
.game-body.test-step-3 {
  background-image: url(https://cdn.banggooso.com/assets/images/game171/month/month3.jpg);
}
.game-body.test-step-4 {
  background-image: url(https://cdn.banggooso.com/assets/images/game171/month/month4.jpg);
}
.game-body.test-step-5 {
  background-image: url(https://cdn.banggooso.com/assets/images/game171/month/month5.jpg);
}
.game-body.test-step-6 {
  background-image: url(https://cdn.banggooso.com/assets/images/game171/month/month6.jpg);
}
.game-body.test-step-7 {
  background-image: url(https://cdn.banggooso.com/assets/images/game171/month/month7.jpg);
}
.game-body.test-step-8 {
  background-image: url(https://cdn.banggooso.com/assets/images/game171/month/month8.jpg);
}
.game-body.test-step-9 {
  background-image: url(https://cdn.banggooso.com/assets/images/game171/month/month9.jpg);
}
.game-body.test-step-10 {
  background-image: url(https://cdn.banggooso.com/assets/images/game171/month/month10.jpg);
}
.game-body.test-step-11 {
  background-image: url(https://cdn.banggooso.com/assets/images/game171/month/month11.jpg);
}
.game-body.test-step-12 {
  background-image: url(https://cdn.banggooso.com/assets/images/game171/month/month12.jpg);
}
.game-body.test-step-1,
.game-body.test-step-2,
.game-body.test-step-3,
.game-body.test-step-4,
.game-body.test-step-5,
.game-body.test-step-6,
.game-body.test-step-7,
.game-body.test-step-8,
.game-body.test-step-9,
.game-body.test-step-10,
.game-body.test-step-11,
.game-body.test-step-12 {
  background-size: 100% 100%;
  padding-top: 7rem;
}
.game-wrapper .app-header.page {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 9999;
  width: 100%;
  transform: translateX(-50%);
  max-width: 500px;
  background: transparent;
  border: none;
}
.game-wrapper .app-header.page .app-home {
  background-image: url(https://cdn.banggooso.com/assets/images/game85/home.png);
}
.game-wrapper .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-header-btn.back {
  background: transparent url(https://cdn.banggooso.com/assets/images/icons/back-arrow-w.png) no-repeat center center /
    auto 1rem !important;
}
.progress-bottom .progress {
  width: 84%;
  left: 46%;
}
.progress-bottom .percen {
  font-family: var(--game-171-font);
  color: #0c0c0c;
}

.game-wrap .game-body .question-image {
  transform: translate(0%, 0%);
  margin: 2rem 0 0;
}
.game-wrap .game-body .question-options .question-option:focus,
.game-wrap .game-body .question-options .question-option:active {
  background-color: transparent !important;
  background-image: url(https://cdn.banggooso.com/assets/images/game171/option_active.png);
}
.game-wrap .game-title {
  color: #000000 !important;
}
.game-wrap .game-body .question-options .question-option + .question-option {
  margin-top: 0;
}
.game-wrapper.basic .test-progress-header {
  display: none;
}
.game-wrap .game-body .question-options .question-option {
  background-color: transparent;
  background-image: url(https://cdn.banggooso.com/assets/images/game171/option.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  padding: 1rem 0 1.6rem;
  color: #362e38;
  border: none;
  border-radius: unset;
}
.game-wrap .game-body .question-options button.question-option {
  font-family: var(--game-171-font);
  font-weight: 600;
  font-size: 1rem !important;
}
.game-body .question-title {
  display: none;
  margin-top: 3rem;
}

.app-main .game-intro {
  background-image: url(https://cdn.banggooso.com/assets/images/game171/intro_note.png);
  background-size: 100% 100% !important;
  padding-bottom: 0;
}
/* 결과 페이지 */
.game-wrapper.basic .app-main {
  background-color: transparent;
  background-image: url(https://cdn.banggooso.com/assets/images/game171/result_background.jpg);
  background-size: 100% 90%;
}
.game-wrapper.basic .game-result {
  padding: 1rem 1rem 0;
}

.game-result #result-title .common-title {
  color: #8b5ba1;
  font-family: 'GmarketSans';
  font-weight: 500;
  font-size: 1.3rem;
}
.game-result #result-title .result-subtitle {
  color: #362e38;
  font-family: 'GmarketSans';
  font-size: 1.8rem;
  font-weight: 900;
}
.game-result #result-title .result-title {
  background-image: url(https://cdn.banggooso.com/assets/images/game171/purple_mainTitle.png);
  background-size: 100% 100%;
  font-family: 'GmarketSans';
  font-size: 2.7rem;
  font-weight: 900;
  padding-top: 0.4rem;
  position: absolute;
  width: 70%;
  top: -10%;
  transform: translateX(-50%);
  left: 50%;
}
.game-result #result-title .result-picture-wrapper {
  background-image: url(https://cdn.banggooso.com/assets/images/game171/note.png);
  background-size: 100% 100%;
  position: relative;
  margin-top: 2.5rem;
  padding-bottom: 0.1rem;
}
.game-result p.num-statement > span,
.game-result #result-title p.num-statement {
  padding-top: 1.1rem;
  font-size: 0.8rem;
  color: #817c7a;
  font-family: var(--game-171-font);
  font-weight: 100;
  margin-bottom: 0.6rem;
}
.game-result #result-title .result-picture-wrapper .result-picture {
  width: 80%;
  margin: 0.3rem auto 0;
  position: relative;
}
.game-result #result-title .result-picture-wrapper .result-picture img {
  width: 100%;
  box-shadow: 0rem 0.2rem 0.5rem rgba(0, 0, 0, 0.2);
}
.game-result #result-title .right-tape,
.game-result #result-title .left-tape {
  width: 4rem;
  height: 1rem;
  background: rgba(208, 196, 173, 0.67);
  position: absolute;
  transform: translate(-50%, -50%) rotate(-45deg);
  left: 5%;
  top: 6.1%;
}
.game-result #result-title .right-tape {
  transform: translate(-50%, -50%) rotate(45deg);
  left: 95.5%;
}
.game-result #result-title .img-box {
  margin: 0.6rem 0;
}
.game-result #result-title .img-box .thumb-img-text {
  font-family: var(--game-171-font);
  font-weight: 400;
  color: #565656;
  font-size: 0.75rem;
}

.game-wrapper.basic .game-result .result-box {
  border: none;
  padding: 0;
  margin: 0;
}

.game-wrapper.basic .game-result .result-box.most {
  margin-top: 3rem;
}
.game-result .btn_myranking {
  margin: 1.5rem 0 1rem;
  width: 100%;
}
.game-result .result-box .game-btn-wrapper {
  padding: 2rem 0 1rem;
  margin: auto;
  width: 100%;
}

.game-result .btn-game-start,
.game-result .btn_retest > a,
.game-result .btn_myranking > a,
.game-result .event-page .event2-wrapper .join-btn,
.game-result .event-page .event1-wrapper .hashtag-btn,
.game-result .wv .blind-btn,
.game-result .popup-btn,
.game-result .result-box .landing-btn {
  background-color: var(--game-171-color) !important;
  font-family: var(--game-171-font) !important;
  height: 3.9rem;
  font-size: 1.4rem !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) !important;
  border: 3px solid white !important;
  font-weight: 500 !important;
}
.game-wrapper.basic .game-result .result-box .btn_myranking > a::after {
  background-image: url('https://cdn.banggooso.com/assets/images/common/grape-w.png');
}
.game-result .btn_retest {
  margin: auto;
  width: 100%;
}

/* 블라인드 섹션 */
.game-result .wv.soongan {
  display: none;
}
.game-result .wv .wv-img {
  background-image: url(https://cdn.banggooso.com/assets/images/game171/blind-postit.png);
  background-size: 100% 100%;
  text-align: center;
  font-weight: 900;
  color: #5b5b5b;
  display: inline-block;
  padding: 0.5rem 2.3rem 0.7rem;
  font-family: var(--game-171-font);
  display: inline-block;
  margin: auto;
}

.game-result .wv .game-btn-wrapper {
  padding: 0.7rem 0;
  position: relative;
}
.game-result .dot-wrapper > span {
  line-height: 1.2rem;
  font-size: 2rem;
  color: #919191;
  margin: 0;
  display: block;
}
.game-result .mate-wrapper-list {
  /* filter: blur(10px);
  -webkit-filter: blur(10px); */
}
.game-result .mate-wrapper-list.banggooso {
  height: 15rem;
  /* overflow: hidden; */
}
.game-result .mate-wrapper-list.soongan {
  filter: blur(0px);
  -webkit-filter: blur(0px);
}
.game-result .mate-wrapper .wv {
  position: absolute;
  width: 88%;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  z-index: 1;
}
.game-result .mate-wrapper .wv.banggooso {
  top: 52%;
}
.game-result .mate-wrapper .wv .wv-img:first-child {
  font-size: 1.3rem;
  color: var(--game-171-color);
  font-weight: 900;
}
.game-result .popup-btn {
  display: inline-flex;
  width: 85%;
  justify-content: center;
  align-items: center;
  border-radius: 3rem;
  color: white;
}
.game-result .popup-btn-wrapper {
  margin-top: 1rem;
}
.game-result .detail .result-box .result-bot-text {
  padding: 0 1.2rem;
}
.game-result .detail .result-box .result-bot-text .mark + p {
  color: #565656;
  padding: 0 1rem;
  margin-bottom: 0.2rem;
  font-family: var(--game-171-font);
}
.game-result .detail .result-box .result-bot-text .mark + p span {
  font-weight: 900;
}
.game-result .detail .result-box .result-bot-text .mark {
  background-color: #565656;
}

.game-result .detail .result-box .result-bot-text b {
  font-weight: 700;
}
.game-result .result-box .result-box-title {
  background-image: url(https://cdn.banggooso.com/assets/images/game171/brown_title.png);
  background-size: 100% 100%;
  font-size: 1.1rem;
  font-family: var(--game-171-font);
  position: relative;
  display: inline-block;
  color: #362e38;
  padding: 0.4rem 1.4rem 0.55rem;
  font-weight: 600;
  margin: 2rem 0 0.5rem;
}

.game-result .btn_myranking a {
  background-color: var(--game-171-color);
  color: white;
}
.game-result .btn_retest a {
  background-image: url('https://cdn.banggooso.com/assets/images/common/re-test-w.png') !important;
  background-position: 75% center !important;
  padding-left: 0.7rem;
}
/* 공유 */
.soongan .share-sns-list .list li:nth-child(2) {
  display: none;
}
.game-result .share-sns-list {
  color: #0c0c0c;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  font-size: 0.85rem;
}
.game-result .share-sns-list span {
  margin: 0;
  font-size: 0.85rem;
  font-family: var(--game-171-font);
  letter-spacing: 0;
}

.game-result .share-sns-list .list-title .countBox .countNumber {
  font-size: 0.85rem;
}

.game-result .mate-wrapper {
  background-image: url(https://cdn.banggooso.com/assets/images/game171/back1.png);
  background-size: 100% 100%;
  height: 42rem;
  margin-top: 3rem;
  position: relative;
  padding: 2.5rem 1rem 0;
}
.game-result .mate-wrapper.banggooso {
  /* height: 25rem; */
}
.game-result .mate-wrapper-list span {
  font-family: var(--game-171-font);
  font-weight: 800;
  font-size: 1rem;
  display: block;
  margin-top: 0.2rem;
  color: #3d3d3d;
}
.game-result .mate-wrapper .mate-place {
  margin: 1.2rem 0 1rem;
}
.game-result .mate-wrapper .mate-text {
  color: #565656;
  font-size: 0.8rem;
  margin: 1rem 0 2rem;
}

.game-result .result-box .mate-wrapper-title {
  background-image: url(https://cdn.banggooso.com/assets/images/game171/purple_title.png);
  background-size: 100% 100%;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: -2%;
  width: 15rem;
  font-size: 1.1rem;
  font-family: var(--game-171-font);
  padding: 0.4rem 1.5rem 0.55rem;
  font-weight: 800;
}

.game-result .mate-wrapper .mate-title {
  color: #8942a1;
  font-family: var(--game-171-font);
  font-weight: 600;
  font-size: 1.2rem;
}
.game-result .mate-wrapper hr {
  background-color: rgba(86, 86, 86, 0.27);
  height: 0.05rem;
  width: 100%;
}
.game-result .mate-wrapper .worst-mate-wrapper .mate-title {
  margin-top: 2rem;
}

.game-result .mate-wrapper .popup-notice {
  font-size: 0.7rem;
  color: #909090;
  margin-bottom: 0.7rem;
}
.game-result .result-bottom-text {
  margin-top: 1.3rem;
  padding: 0 2rem;
}
/* 이벤트 페이지 */
.game-result .event-page {
  width: 100%;
}
.game-result .event-page .game-btn-wrapper {
  width: 100%;
}
.game-result .event-page .event2-wrapper .event2-picture img,
.game-result .event-page .event1-wrapper .event-picture img {
  width: 100%;
}
.game-result .event-page .event1-wrapper .event-picture img {
  padding-top: 0rem;
  margin: 2rem 0;
}
.game-result .event-page .event2-wrapper {
  margin-top: 3rem;
  position: relative;
}
.game-result .event-page .event2-wrapper .game-btn-wrapper {
  position: absolute;
  bottom: 6%;
  padding: 0 1.4rem;
}

/* 가장 많은 유형 순위 */
.game-intro .result-box .result-box-title2 {
  color: #565656;
  font-weight: 400;
  margin-top: 0;
}
.game-result .result-box .result-box-title2 > small,
.game-intro .result-box .result-box-title2 > small {
  font-family: var(--game-171-font);
  color: #0c0c0c;
  font-weight: 100;
}
.game-result .result-box.most .result-box-title {
  background-image: none;
  font-size: 1.3rem;
  font-family: var(--game-171-font);
  padding: 0;
  margin: 1rem 0 0;
}
.game-result .result-box.most .result-box-title span {
  color: #0c0c0c;
}
.game-result .result-box.most .result-box-title:before {
  background-color: transparent;
}
.game-result .result-box.most .most-box {
  border: 0.18rem solid #d9d9d9;
  border-radius: 0.5rem;
}
.game-intro .result-box {
  border: none;
  margin: 0 1.2rem;
}
.game-intro .result-box .most-box {
  border: 0.17rem solid #f2f2f2;
  padding: 1.5rem;
  border-radius: 0.6rem;
}
.game-intro .share-sns-list {
  margin: 0 auto 2rem;
}
.game-intro .share-sns-list .list-title {
  font-size: 0.9rem;
  font-weight: 900;
  font-family: var(--game-171-font);
}
.game-intro .result-box .img-halt-box ul.list > li span.label-top {
  text-shadow: unset;
  font-family: var(--game-171-font);
  font-weight: 900;
}
.game-result .result-box .img-halt-box ul.list > li span.label-top {
  text-shadow: unset;
  font-family: var(--game-171-font);
  font-weight: 900;
  color: var(--game-171-color);
  font-weight: 500;
}
.game-intro .result-box .img-halt-box ul.list > li span.label-bottom > em,
.game-intro .result-box .img-halt-box ul.list > li span.label-bottom span {
  color: #0c0c0c;
  font-weight: 500;
}
.game-result .result-box .img-halt-box ul.list > li span.label-bottom > em,
.game-result .result-box .img-halt-box ul.list > li span.label-bottom span {
  font-family: var(--game-171-font);
  color: #565656;
  font-weight: 100;
}
.result-box .img-halt-box ul.list > li span.label-bottom span {
  line-height: 1.35;
}

/* 유형 순위 페이지 */
.game-wrapper.basic .rank_title_wrap {
  background-image: url(https://cdn.banggooso.com/assets/images/game171/purple_mainTitle.png);
  background-size: 100% 100%;
  font-family: 'GmarketSans';
  font-size: 1.7rem;
  font-weight: 900;
  width: 64%;
  margin: 0.6rem auto;
  height: 4rem;
  display: flex;
  align-items: center;
}

.test-lists-wrap .title {
  font-family: 'GmarketSans';
  font-weight: 900;
  font-size: 1.4rem;
  color: #362e38;
  padding-bottom: 0.2rem;
}
.test-lists-wrap .title:before {
  background-color: unset !important;
}
.test-lists .test-list-item.rank_list {
  background-color: rgba(255, 255, 255, 0.7);
}
.test-lists-wrap .test-lists .test-list-item.rank_list .num {
  text-shadow: none !important;
  font-family: var(--game-171-font);
  font-weight: 900;
}
.test-lists-wrap .test-lists .test-list-item .item-title > p {
  color: var(--game-171-color) !important;
  font-family: var(--game-171-font);
  font-weight: 500;
}
.test-lists-wrap .test-lists .test-list-item.rank_list .percen span,
.test-lists-wrap .test-lists .test-list-item.rank_list .percen {
  background-color: #ededed;
  font-family: var(--game-171-font);
  font-weight: 100;
  font-size: 0.6rem;
  padding-top: 0.05rem;
}
.game-wrapper .test-lists-wrap .test-lists .test-list-item:first-child {
  border: 0.2rem solid var(--game-171-color);
}
.game-wrapper .test-lists-wrap .test-lists .test-list-item:nth-child(2) {
  border: 0.2rem solid #daacea;
}
.game-wrapper .test-lists-wrap .test-lists .test-list-item:nth-child(3) {
  border: 0.2rem solid #e4cbed;
}
.game-wrapper .test-lists-wrap .test-lists .test-list-item {
  border: 0.2rem solid #d8d8d8;
}
.game-wrapper.basic .test-lists-wrap .test-lists .test-list-item .item-wrap .item-info .item-title span {
  line-height: 1.3;
  font-family: var(--game-171-font);
  font-size: 1.1rem;
}
.game-wrapper.basic .test-lists-wrap .test-lists .test-list-item .item-wrap .item-info .item-title {
  margin-bottom: 0;
}
.game-wrapper.basic .test-lists-wrap .test-lists .test-list-item .item-wrap .item-info .item-title p {
  font-size: 0.9rem;
  margin-bottom: 0;
}
.test-lists-wrap .test-lists .test-list-item .item-wrap .item-info .item-tags li {
  font-size: 1.1rem;
  font-family: var(--game-171-font);
}
/* 결과페이지 최하단 추천탭 */
.game-result .recommend-list .inner {
  margin-top: 5rem;
}
.game-result .recommend-list:before {
  background-color: #5b4c60;
}
.game-result .recommend-list .inner .title {
  margin-bottom: 0;
}
.game-result .recommend-list .slide-box .slide-text {
  background-color: transparent;
}
.game-result .recommend-list .swiper-container {
  padding-top: 1.5rem;
}
/* 실시간 유형 순위 */
.game-wrapper.basic .test-lists-wrap .test-lists .test-list-item .item-wrap .item-info .item-title > p {
  display: none;
}
.game-wrapper.basic .test-lists-wrap .test-lists .test-list-item .item-wrap .item-info .item-title span::before {
  content: '나와 어울리는 월은';
  position: absolute;
  bottom: 99%;
  color: var(--game-171-color);
  font-family: var(--game-171-font);
  font-weight: 500;
  font-size: 0.9rem;
}
.game-wrapper.basic .result-box .img-halt-box ul.list > li span.label-bottom {
  font-family: var(--game-171-font);
}
