/* 공통 */

.game-intro .result-box .result-box-title:before,
.game-intro .game-count .count-label:before,
.game-result .result-box h3.result-box-title p:before,
.game-wrapper.basic .test-lists-wrap .title:before,
.game-result .result-box.type .result-box-title:before,
.game-result .result-box.most .result-box-title:before {
  background: #ffd524;
}

.game-result .recommend-list:before {
  background-color: #ffd524;
}

.game-result .img-halt-box .list > li a:nth-child(4):hover {
  color: #ffffff;
}

.result-box .img-halt-box ul.list > li span.label-top.first,
.result-box .img-halt-box ul.list > li span.label-top.second,
.game-result .result-box.most .img-halt-box .list li:last-child > span.label-top,
.game-result .result-box.most .img-halt-box .list li:last-child > span.label-top.first {
  text-shadow: 0.1rem 0.1rem #ffd524;
}

/* intro */

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

/* 문제페이지 - 공통 */

.game-wrapper .test-progress-header {
  border-top: 0.1rem solid #ffd524;
}

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

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

.game-wrapper .game-body .question-options .question-option:active,
.game-wrapper .game-body .question-options .question-option:focus {
  background-color: #ffd524;
}

.game-wrapper .game-progress .game-progress-inner {
  background-color: #ffd524;
}

.test-controller-top .game-stage-wrap {
  font-weight: 700;
}

/* 결과페이지 */

.game-wrapper .game-title {
  background-color: #ffd524;
}

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

.game-result #result-title h1 {
  color: #000000;
}

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

.game-result .result-bot-text .subtitle {
  color: #ffd524;
}

.game-result .result-bot-text .mark {
  background-color: #ffd524;
}

.game-wrapper.basic .game-result .btn_retest a {
  background-color: #73C265;
  border-radius: 3rem;
}

.game-result .good,
.game-result .bad {
  text-shadow: 0.1rem 0.1rem #ffd524;
}

.game-result .result-box.most .btn_myranking a {
  background-color: #35964C;
  color: #ffffff;
  border-radius: 3rem;
}

.game-wrapper.basic .game-result .result-box.most .btn_myranking a::after {
  background-image: url('https://cdn.banggooso.com/assets/images/common/grape-w.png');
}

.game-result .insta-event-wrap {
  border: 0.1875rem solid #f2f2f2;
  border-radius: 0.3125rem;
  text-align: center;
  padding: 1.5rem 1.1rem;
  margin-top: 1rem;
}

.game-result .insta-event-wrap > img {
  width: 100%;
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: -o-crisp-edges; /* Opera */
  image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}

.game-btn-wrapper {
  margin: 1rem auto 0;
}

.event-btn-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.game-btn-wrapper > .game-btn {
  font-family: 'Jalnan';
  border-color: #000000;
  border-radius: 1.7rem;
  box-shadow: 0.2rem 0.2rem black;
  font-size: 0.9rem;
  background-color: #35964C;
  color: #ffffff;
  border-width: 0.15rem;
}

.event-btn-wrapper .event-btn {
  width: 48%;
  height: 4.5rem;
  line-height: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.insta-event-wrap .warning-text {
  margin-top: 1rem;
  font-size: 0.5rem;
  color: #b9b9b9;
}

/* list-type*/

.game-wrapper .test-lists-wrap .test-lists .test-list-item .item-wrap .item-info .item-title span:nth-child(2) {
  font-size: 0.9rem;
}

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

.game-wrapper.basic .test-lists-wrap .test-lists .test-list-item .item-wrap .item-info .item-title p {
  color: #35964C;
  font-size: 0.85rem;
}

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

.app .test-lists-wrap .test-lists .test-list-item:first-child {
  border-color: #ffd524;
}

.app .test-lists-wrap .test-lists .test-list-item:nth-child(2) {
  border-color: #ffe26f;
}

.app .test-lists-wrap .test-lists .test-list-item:nth-child(3) {
  border-color: #ffeeab;
}
