/* 공통 */
:root {
  --game-105-color: #e60012;
  --game-105-sub-color: #ffdddb;
  --game-105-2nd-color: #ff6e65;
  --game-105-font: 'jalnan', sans-serif;
  --game-105-big-size: 1.2rem;
  --game-105-super-big-size: 2rem;
}
.game-btn {
  font-family: 'jalnan', sans-serif !important;
  background-color: var(--game-105-color) !important;
  font-size: var(--game-105-big-size) !important;
  color: #ffffff;
  border-color: #222222;
}
.game-wrapper .game-title {
  font-family: 'jalnan', sans-serif !important;
  background-color: var(--game-105-color);
  color: #ffffff;
}

.game-wrapper .app-header .app-logo {
  background-image: url('https://cdn.banggooso.com/assets/images/game105/intro/logo.png');
  background-size: auto 65% !important;
  width: 15rem !important;
}

/* 인트로 페이지 */
.bg-pattern {
  background-image: url('https://cdn.banggooso.com/assets/images/game105/intro/background.png');
  background-repeat: repeat-y !important;
  background-position: top !important;
  background-size: 100%;
}

.header-pattern {
  background-image: url('https://cdn.banggooso.com/assets/images/game105/intro/background.png') !important;
  background-size: cover !important;
}
.game-intro .result-box {
  border: 3px solid #f9bb1f;
}

.game-intro .img-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.game-intro .img-box img:nth-child(1) {
  width: 85%;
  margin-top: 0.5rem;
}

.game-intro .btn-wrap {
  margin: -2rem auto 2.1875rem;
  width: 13.847rem;
}

.game-intro-text > p {
  font-weight: 900;
}
.game-intro .btn-game-start {
  background-color: var(--game-105-color) !important;
  color: #ffffff;
}
.game-intro .result-box .result-box-title:before,
.game-intro .game-count .count-label:before {
  background-color: var(--game-105-sub-color) !important;
}

/* 문제 페이지 */
.game-wrapper .game-wrap {
  padding: 0;
}
.app .app-header.page {
  border-bottom: 1px solid var(--game-105-color) !important;
}
.game-wrapper .test-progress-header {
  border-top: 0.1rem solid var(--game-105-color) !important;
}
.game-wrap .game-body .question-options .question-option:focus,
.game-wrap .game-body .question-options .question-option:active {
  background-color: var(--game-105-color) !important;
  color: #ffffff;
}
.game-wrap .game-title {
  color: #212529;
}
.game-wrap .game-header .game-stage-title {
  margin: -0.2rem 0 0.85rem;
  text-align: center;
  font-family: 'RixGulimEB';
  font-size: 0.8rem;
  font-weight: 800;
}
.game-wrapper.basic .test-progress-header .game-header .game-timer .game-timer-progressbar-inner {
  background-color: var(--game-105-color) !important;
}
.game-wrap .game-progress .game-progress-inner {
  background-color: var(--game-105-color) !important;
}
.game-wrap .game-body .question-title b {
  color: var(--game-105-color) !important;
}
.game-wrap .game-body .question-title u {
  text-decoration: underline;
}

/* 퀴즈형 뒤로가기 삭제 */
.game-wrapper.basic .test-controller-top .back-btn-wrap {
  visibility: hidden;
}

/* 결과 페이지 */
.game-wrapper.basic .game-result .img-box img {
  width: 75%;
}

hr.gray-bar {
  border: 1px solid #f2f2f2;
  width: 85%;
  text-align: center;
  margin: 0.9rem auto;
}

.game-result .teacher-mention .under-line {
  font-size: 1rem;
  font-weight: 700;
  display: inline-block;
}
.game-result .teacher-mention .under-line::before {
  content: '';
  height: 0.5rem;
  bottom: 0.15rem;
  background-color: var(--game-105-sub-color);
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
}
.game-result .teacher-mention img {
  width: 40%;
  margin: 1rem;
}
.game-result #result-title {
  font-family: var(--game-105-font) !important;
  padding-top: 0;
}
.game-result #result-title h2 {
  color: var(--game-105-color);
}

.game-result .score-result-title {
  color: black !important;
  margin-top: -0.5rem;
  font-size: 1.3rem !important;
}

.game-result #result-title h1 {
  font-size: 1.8rem;
}
.game-result p.num-statement > span {
  font-family: var(--game-105-font) !important;
  color: var(--game-105-color) !important;
}
.game-result #result-title .img-box {
  margin-bottom: 1.5rem;
}
.game-result .circle-chart-wrapper {
  font-family: var(--game-105-font) !important;
}
.game-result .detail .result-box .result-box-title p {
  font-size: 1.2rem;
  margin-bottom: 0.4rem;
}
.game-result .result-box p {
  font-size: 0.85rem;
}
.game-result .detail .result-box .result-bot-text .mark {
  background-color: var(--game-105-color) !important;
}
.game-result .detail .result-box .result-bot-text .subtitle {
  color: var(--game-105-color) !important;
}
.game-result .detail .result-box .result-bot-text .subtitle > .mark {
  background-color: var(--game-105-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-105-color) !important;
}
.game-result .detail .result-box .game-btn-wrapper {
  margin: 1.5rem auto 0;
}
.game-result .brand-btn .game-btn {
  line-height: 1.5rem;
  padding: 0.5rem;
}

.game-result .brand-btn .insta-btn {
  background-color: var(--game-105-2nd-color) !important;
}

.game-result .brand-btn .coupon-btn {
  font-size: 1.1rem !important;
}

.game-result .result-box h3.result-box-title span:before,
.game-result .result-box h3.result-box-title p:before {
  background-color: var(--game-105-sub-color) !important;
}
.game-result .ablility-wrap .ability-box .progress-bar span {
  background: var(--game-105-color) !important;
}
.game-result .btn_myranking a {
  background-image: url('https://cdn.banggooso.com/assets/images/common/grape-w.png') !important;
  background-color: var(--game-105-2nd-color) !important;
  background-position: 85% center !important;
  background-repeat: no-repeat;
  padding-right: 30px !important;
  color: white;
}
.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-105-color) !important;
}

.game-result .num-statement {
  font-size: 0.75rem;
}

.game-result .num-statement > span {
  font-size: 0.9rem;
}

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

/* 랭킹페이지 */
.rankingBox .myRanking h3::before,
.rankingBox .topRanking h3::before {
  background-color: var(--game-105-sub-color) !important;
}
.test-lists-wrap .rankingBox div > ul > li > ul > li:nth-of-type(2) {
  width: 30%;
}
.test-lists-wrap .rankingBox .list_content_div > ul > li:nth-of-type(1) {
  background-color: var(--game-105-color) !important;
}
.test-lists-wrap .rankingBox .list_content_div > ul > li:nth-of-type(2) {
  background-color: #fa9f83;
}
.test-lists-wrap .rankingBox .list_content_div > ul > li:nth-of-type(3) {
  background-color: #f9c3b3;
}
