/* 공통 */
:root {
  --game-83-color: #f3353f;
  --game-83-sub-color: #ff757c;
  --game-83-2nd-color: #ff757c;
  --game-83-3rd-color: #ffb4b8;
  --game-83-font: 'jalnan', sans-serif;
  --game-83-big-size: 1.2rem;
  --game-83-super-big-size: 1.8rem;
}
.game-btn {
  font-family: var(--game-83-font) !important;
  background-color: var(--game-83-color) !important;
  font-size: var(--game-83-big-size) !important;
  color: white;
  border-color: #222222;
}
.game-wrapper .game-title {
  font-family: var(--game-83-font) !important;
  background-color: var(--game-83-color) !important;
  color: #ffffff;
}

/* 인트로 페이지 */
.game-intro-text > p {
  text-decoration: underline;
  font-weight: 900;
}
.game-intro .result-box .result-box-title:before,
.game-intro .game-count .count-label:before {
  background-color: var(--game-83-sub-color) !important;
}

/* 문제 페이지 */
.game-wrapper .game-wrap {
  padding: 0;
}
.app .app-header.page {
  border-bottom: 1px solid var(--game-83-color) !important;
}
.game-wrapper .test-progress-header {
  border-top: 0.1rem solid var(--game-83-color) !important;
}
.game-wrap .game-body .question-options .question-option:focus,
.game-wrap .game-body .question-options .question-option:active {
  background-color: var(--game-83-color) !important;
  color: #ffffff;
}
.game-wrap .game-title {
  color: var(--game-83-color) !important;
}
.game-wrap .game-progress .game-progress-inner {
  background-color: var(--game-83-color) !important;
}

/* 결과 페이지 */
.game-result #result-title {
  font-family: var(--game-83-font) !important;
  padding-top: 0;
}
.game-result #result-title h2 {
  color: var(--game-83-color) !important;
}
.game-result #result-title h1 {
  font-size: var(--game-83-super-big-size);
}
.game-result p.num-statement > span {
  font-family: var(--game-83-font) !important;
  color: var(--game-83-color) !important;
}
.game-result #result-title .img-box {
  margin-bottom: 1.5rem;
}
.circle-chart-text {
  font-family: var(--game-83-font) !important;
}
.game-result .detail .result-box .result-bot-text .mark {
  background-color: var(--game-83-color) !important;
}
.game-result .detail .result-box .result-bot-text .subtitle {
  color: var(--game-83-color) !important;
}
.game-result .detail .result-box .result-bot-text .subtitle > .mark {
  background-color: var(--game-83-color) !important;
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.4rem;
  margin-left: -0.05rem;
}
.game-result .detail .result-box .result-bot-text b {
  color: var(--game-83-color) !important;
}
.game-result .detail .result-box .result-bot-text .brand-bold {
  font-weight: 900;
}
.game-result .detail .result-box .brand-slide-wrapper {
  width: 100%;
  overflow: auto;
}
.game-result .detail .result-box .brand-section .swiper-slide {
  width: 17rem;
  margin: 0.4rem 0;
}
.game-result .detail .result-box .brand-section .slide-box {
  width: 100%;
  height: 13rem;
}
.game-result .detail .result-box .brand-section .slide-box > img {
  width: auto;
  height: 100%;
  margin-right: 0.3rem;
  box-shadow: 2px 2px 5px rgb(0 0 0 / 30%);
  border-radius: 0.8rem;
}
.game-result .detail .result-box .brand-bottom {
  font-size: 0.8rem;
  text-align: left;
  padding: 0 1.2rem;
}
.game-result .detail .result-box .brand-bottom .brand-logo {
  width: 3.5rem;
  float: right;
  top: -1px;
}
.game-result .result-box .brand-section .game-btn-wrapper {
  margin: 1rem auto;
}
.game-result .result-box .brand-section .video-event-btn > a {
  background-color: var(--game-83-2nd-color) !important;
}
.game-result .result-box .brand-section .game-btn-wrapper > a {
  color: #222222;
}
.game-result .result-box .result-box-title:before,
.game-result .result-box h3.result-box-title span:before,
.game-result .result-box h3.result-box-title p:before {
  background-color: var(--game-83-sub-color) !important;
}
.game-result .btn_myranking a {
  background-color: var(--game-83-sub-color) !important;
  color: #222222;
}
.game-result .btn_retest a {
  background-image: url('https://cdn.banggooso.com/assets/images/common/re-test-w.png') !important;
  background-position: 80% center !important;
  padding-right: 30px !important;
}
.game-result .share-sns-list span {
  margin: 0;
  font-size: 1rem;
}
.game-result .recommend-list:before {
  background-color: var(--game-83-color) !important;
}

/* 유형별 궁합 */
.result-box .good,
.result-box .bad {
  text-shadow: 0.1rem 0.1rem var(--game-83-sub-color) !important;
}

/* 가장 많은 유형 순위 */
.result-box .img-halt-box ul.list > li span.label-top {
  text-shadow: 0.1rem 0.1rem var(--game-83-sub-color) !important;
  font-family: var(--game-83-font) !important;
}
.result-box .img-halt-box ul.list > li span.label-bottom span {
  line-height: 1.5;
}

/* 유형 순위 페이지 */
.test-lists-wrap .title {
  font-family: var(--game-83-font) !important;
}
.test-lists-wrap .title::before {
  background-color: var(--game-83-sub-color) !important;
}
.test-lists-wrap .test-lists .test-list-item.rank_list .num {
  text-shadow: 3px 4px 0px var(--game-83-color) !important;
}
.test-lists-wrap .test-lists .test-list-item .item-title > p {
  color: var(--game-83-color) !important;
}
.test-lists-wrap .test-lists .test-list-item.rank_list .percen {
  background-color: #ededed;
}
.test-lists-wrap .test-lists .test-list-item:first-child {
  border-color: var(--game-83-color);
}
.test-lists-wrap .test-lists .test-list-item:nth-child(2) {
  border-color: var(--game-83-2nd-color);
}
.test-lists-wrap .test-lists .test-list-item:nth-child(3) {
  border-color: var(--game-83-3rd-color);
}
