/* 공통 */
:root {
  --game-76-color: #ffd73f;
  --game-76-font: 'jalnan', sans-serif;
  --game-76-big-size: 1.2rem;
  --game-76-super-big-size: 2rem;
}
.game-btn {
  font-family: 'jalnan', sans-serif !important;
  background-color: var(--game-76-color) !important;
  font-size: var(--game-76-big-size) !important;
}
.game-wrapper .game-title {
  font-family: 'jalnan', sans-serif !important;
  background-color: var(--game-76-color);
}

/* 인트로 페이지 */
.game-intro-text > p {
  text-decoration: underline;
  font-weight: 900;
}

/* 문제 페이지 */

.game-wrap .game-body .question-options .question-option:focus,
.game-wrap .game-body .question-options .question-option:active {
  background-color: var(--game-76-color) !important;
}
.game-wrap .game-title {
  color: var(--game-76-color) !important;
}

/* 결과 페이지 */
.game-result #result-title {
  font-family: var(--game-76-font) !important;
  padding-top: 0;
}
.game-result #result-title h2 {
  color: var(--game-76-color) !important;
  font-size: 1.5em;
}
.game-result #result-title h1 {
  font-size: var(--game-76-super-big-size);
}
.game-result p.num-statement > span {
  font-family: var(--game-76-font) !important;
  color: var(--game-76-color) !important;
}
.game-result #result-title .img-box {
  margin-bottom: 1.5rem;
}
.circle-chart-text {
  font-family: var(--game-76-font) !important;
}
.game-result .detail .result-box .result-box-title p {
  font-size: 0.9rem;
}
.game-result .detail .result-box .result-bot-text .mark {
  background-color: var(--game-76-color) !important;
}
.game-result .detail .result-box .result-bot-text .subtitle {
  color: var(--game-76-color) !important;
}
.game-result .detail .result-box .result-bot-text .subtitle > .mark {
  background-color: var(--game-76-color) !important;
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.4rem;
  margin-left: -0.05rem;
}
.game-result .result-box .result-box-title:before {
  background-color: var(--game-76-color) !important;
}
.game-result .btn_retest a {
  background-image: url('https://cdn.banggooso.com/assets/images/common/re-test-b.png') !important;
  color: #222222;
}
.game-result .recommend-list:before {
  background-color: var(--game-76-color) !important;
}
.game-btn-wrapper {
  margin: 2rem auto 2.5rem;
}

/* 가장 많은 유형 순위 */
.result-box .img-halt-box ul.list > li span.label-top {
  text-shadow: 0.1rem 0.1rem var(--game-76-color) !important;
  font-family: var(--game-76-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-76-font) !important;
}
.test-lists-wrap .title::before {
  background-color: var(--game-76-color) !important;
}
.test-lists-wrap .test-lists .test-list-item.rank_list .num {
  text-shadow: 3px 4px 0px var(--game-76-color) !important;
}
.test-lists-wrap .test-lists .test-list-item .item-title > p {
  color: var(--game-76-color) !important;
}

/* 궁합 페이지 */
.result-match-list-wrap {
  padding: 2rem 0 4rem;
}
.result-match-list-wrap .result-match-list-title {
  text-align: center;
  margin-bottom: 1.5rem;
  font-size: var(--game-76-big-size);
}
.result-match-list-wrap .result-match-list-title > span {
  display: inline-block;
  font-family: var(--game-76-font) !important;
}
.result-match-list-wrap .result-match-list-title > span:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0.15rem;
  width: 100%;
  height: 0.5rem;
  background-color: var(--game-76-color) !important;
  z-index: -1;
}
.result-match-list-wrap ul.result-match-list > li.result-match-list-item {
  padding: 1rem 0.7rem;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  border: 0.2rem solid #f2f2f2;
}
.result-match-list-wrap ul.result-match-list > li.result-match-list-item .result-match-img-box {
  display: flex;
  flex-direction: row;
}
.result-match-list-wrap ul.result-match-list > li.result-match-list-item .result-match-img-box img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
}
.result-match-list-wrap ul.result-match-list > li.result-match-list-item .result-match-img-box .heart-icon-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1rem;
}
.result-match-list-wrap ul.result-match-list > li.result-match-list-item .result-match-desc-box {
  margin-top: 1rem;
}
.result-match-list-wrap ul.result-match-list > li.result-match-list-item .result-match-desc-box .mark {
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 0.3rem;
  background-color: var(--game-76-color) !important;
  float: left;
  margin-top: 0.5rem;
  margin-right: 0.5rem;
}
