/* 인트로 */

.game-intro .btn-game-start {
  color: #ffffff;
  background-color: #a6be5d;
}

.game-result .result-box h3.result-box-title span:before,
.game-result .result-box h3.result-box-title p:before,
.app-main .result-bot-text .mark,
.game-result .result-box.type .result-box-title:before,
.game-result .result-box.most .result-box-title:before,
.game-wrap .game-progress .game-progress-inner,
.game-intro .result-box .result-box-title:before,
.game-intro .game-count .count-label:before {
  background-color: #a4b262;
}

.game-wrapper.basic .test-lists-wrap .title:before {
  background-color: #bbcd83;
}

.game-wrapper.basic .game-result .result-box,
.game-intro .result-box {
  border-color: #ffe099;
  background-color: #fff7e1;
}

.game-wrapper .test-lists-wrap .test-lists .test-list-item {
  border-color: #ffeabb;
  background-color: #fff7e1;
}

.game-wrapper .test-lists-wrap .test-lists .test-list-item:first-child {
  border-color: #f7cd6e;
}

.game-wrapper .test-lists-wrap .test-lists .test-list-item:nth-child(2) {
  border-color: #ffd87f;
}

.game-wrapper .test-lists-wrap .test-lists .test-list-item:nth-child(3) {
  border-color: #ffe099;
}

.test-lists-wrap .test-lists .test-list-item .item-wrap .item-info .item-title {
  font-size: 0.83rem;
}

.game-wrapper.basic .game-title.page {
  color: #a4b262;
}

.game-wrapper.basic .app-header.page {
  border-bottom: 2px solid #a4b262;
}

.game-wrapper.basic .app-header {
  background-color: #fff2cf;
}

.game-wrap .game-body .question-options button.question-option {
  border: 2px solid #bbcd83;
}

.game-wrapper.basic .game-title,
.game-wrap .game-body .question-options button.question-option:hover,
.game-wrap .game-body .question-options button.question-option:visited,
.game-wrap .game-body .question-options button.question-option:focus {
  background-color: #bbcd83;
  color: white;
}

.test-lists-wrap .title:before,
.game-result .recommend-list:before,
.game-wrapper.basic .game-result .btn_myranking > a {
  background-color: #bbcd83;
}

.game-result .num-statement > span {
  color: #a4b262;
}

.game-wrapper.basic .game-result .btn_retest a {
  background-color: #8ea44b;
  color: #ffffff;
}

.test-lists-wrap .test-lists .test-list-item .item-wrap .item-info .item-title p {
  color: #8ea44b;
}

.game-wrapper.basic .game-result .result-bot-text .subtitle {
  color: #a6be5d;
}

.test-lists-wrap .test-lists .test-list-item.rank_list .num {
  text-shadow: 3px 4px 0px #bbcd83;
}

.test-lists-wrap .test-lists .test-list-item.rank_list .percen {
  background-color: #ffffff;
}

.app-main {
  background: url('https://cdn.banggooso.com/assets/images/game62/back.jpg') repeat;
}

.test-lists-wrap .test-lists .test-list-item.rank_list .percen {
  font-weight: 500;
}

.game-result #result-title h2 {
  color: #a4b262;
}

.game-result #result-title h1 {
  font-size: 1.5rem;
}

.game-wrapper.basic .game-result .thumb-img-text {
  font-weight: 900;
  color: #404e0f;
}

.game-wrapper.basic .result-box .img-halt-box ul.list > li span.label-top,
.game-result .good,
.game-result .bad {
  text-shadow: 0.1rem 0.1rem #bbcd83;
  font-family: 'Jalnan', sans-serif;
}

.game-result .result-bot-text p {
  font-weight: 700;
}

.game-wrapper.basic .game-result .result-bot-text .subtitle::before {
  display: inline-block;
  content: '';
  width: 0.3rem;
  height: 0.3rem;
  background: #a6be5d;
  border-radius: 2rem;
  margin-right: 0.3rem;
  vertical-align: middle;
}

strong.strong-color {
  font-weight: 900;
  color: #a6be5d;
}

.game-result .result-box .result-box-title > p {
  font-size: 1.2rem;
}

.game-result .btn-other-type {
  width: 90%;
  max-width: 18rem;
  text-align: center;
  margin: 1.5rem auto 0;
  cursor: pointer;
}

.game-result .btn-other-type a {
  display: block;
  line-height: 3.5rem;
  border-width: 0.2rem;
  border-style: solid;
  border-radius: 3rem;
  box-shadow: 0.25rem 0.25rem #222222;
  background-color: #bbcd83;
  font-size: 1.1rem;
  font-weight: 700;
  font-family: 'jalnan', sans-serif;
}

.game-result .btn-other-type + .btn-other-type a {
  background-color: #8ea44b;
  color: #ffffff;
  border-color: #222222;
}

.game-wrap .game-body .question-title {
  font-size: 1.1rem;
  line-height: 1.45;
}