/* 공통 */
:root {
  --game-1003-color: #ffd524;
  --game-1003-sub-color: #35964c;
  --game-1003-2nd-color: #ffe88d;
  --game-1003-3rd-color: #fcf0bf;
  --game-1003-font: 'jalnan', sans-serif;
  --game-1003-big-size: 1.2rem;
  --game-1003-super-big-size: 1.8125rem;
  --game-1003-font-en: 'LeagueSpartan';
}
.game-btn {
  font-family: var(--game-1003-font) !important;
  background-color: var(--game-1003-color) !important;
  font-size: var(--game-1003-big-size) !important;
  color: white;
  border-color: #222222;
}
.game-wrapper .game-title {
  font-family: var(--game-1003-font) !important;
  background-color: var(--game-1003-sub-color) !important;
  color: #ffffff;
}

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

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

/* 결과 페이지 */
.game-result #result-title {
  padding-top: 0;
}
.game-result #result-title h2 {
  color: var(--game-1003-sub-color) !important;
}
.game-result #result-title h1 {
  font-size: var(--game-1003-super-big-size);
}
.game-result p.num-statement > span {
  font-family: var(--game-1003-font) !important;
  color: var(--game-1003-sub-color) !important;
}
.game-result #result-title .img-box {
  margin-bottom: 1.5rem;
}
.game-result .result-box .result-box-text-detail {
  font-size: 0.8rem;
  color: #666666;
  margin-top: 1.5rem;
  word-break: keep-all;
}
.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-1003-color) !important;
}
.game-result .btn_myranking a {
  background-color: #9ddbff !important;
  color: #222222;
}
.game-wrapper.basic .game-result .btn_myranking a::after {
  content: '';
  width: 0.9rem;
  height: 1.2rem;
  background-image: url(https://cdn.banggooso.com/assets/images/common/grape-b.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  margin-left: 0.5rem;
  position: relative;
  top: 2px;
}
.game-result .btn_retest a {
  background-image: url('https://cdn.banggooso.com/assets/images/common/re-test-b.png') !important;
  background-position: 80% center !important;
  padding-right: 30px !important;
  color: #222222;
}
.game-result .share-sns-list span {
  margin: 0;
  font-size: 1rem;
}
.game-result .recommend-list:before {
  background-color: var(--game-1003-color) !important;
}

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

/* 브랜드 섹션 */
.game-result .youtube-box {
  margin-bottom: 2.5rem;
  text-align: center;
}
.game-result .youtube-box .youtube-title {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.game-result .youtube-box .youtube-video {
  width: 100%;
  height: 12rem;
}
.game-result .youtube-box .youtube-video > iframe {
  width: 100%;
  height: 100%;
}

/* 유형 순위 페이지 */
.test-lists-wrap .title {
  font-family: var(--game-1003-font) !important;
}
.test-lists-wrap .title::before {
  background-color: var(--game-1003-color) !important;
}
.test-lists-wrap .test-lists .test-list-item.rank_list .num {
  text-shadow: 3px 4px 0px var(--game-1003-color) !important;
}
.test-lists-wrap .test-lists .test-list-item .item-title > p {
  color: var(--game-1003-sub-color) !important;
  font-size: 0.85rem !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-1003-color);
}
.test-lists-wrap .test-lists .test-list-item:nth-child(2) {
  border-color: var(--game-1003-2nd-color);
}
.test-lists-wrap .test-lists .test-list-item:nth-child(3) {
  border-color: var(--game-1003-3rd-color);
}

/* 다국어 */
/* 인트로 페이지 */
body.en-US .game-intro .game-intro-title {
  font-size: 1.3rem;
}

/* 문제 페이지 */
body.en-US .game-wrapper .game-title {
  font-size: 1rem !important;
}

/* 결과 페이지 */
body.en-US .game-result .btn_myranking a {
  font-size: 1.05rem !important;
}

body.en-US,
body.en-US input,
body.en-US text-area,
body.en-US button,
body.en-US .game-result .recommend-list .slide-box .slide-text,
body.en-US .game-result .img-halt-box .list li > span.label-bottom > em,
body.en-US .game-result .recommend-list .inner .title,
body.en-US .game-result .recommend-list .btn-wrap,
body.en-US .pop_induce .pop_1216 p.btn_retest_1216,
body.en-US .test-lists-wrap .rankingBox div > ul,
body.en-US .rankingBox .myRanking .afterlogin,
body.en-US .result-box .img-halt-box ul.list > li span.label-bottom,
body.en-US .game-wrap .game-body .question-options button.question-option {
  font-family: var(--game-1003-font-en) !important;
}
