/* 공통 */

.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: #ffec9f;
}

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

.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 {
  text-shadow: 0.1rem 0.1rem #ffec9f;
}

.game-wrapper.basic .app-header {
  background-color: #d6edfb;
  border-bottom: 1px solid #d6edfb
}

.game-wrapper.basic .bg-pattern {
  background-image: url('https://cdn.banggooso.com/assets/images/game67/BACKGROUND.png');
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100%;
}

.game-wrapper .app-header .app-logo.header-logo {
  width: auto;
  background: transparent url('https://cdn.banggooso.com/assets/images/game67/LOGO.png') no-repeat center center / 47%;
}

/* intro */

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

.game-intro .result-box {
  border: none;
  background-color: rgba(255, 255, 255, 0.52);
}

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

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

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

.game-wrapper .game-body .question-options .question-option {
  font-size: 0.9rem;
  min-height: 4rem;
}

.game-wrapper .game-body .question-options .question-option:active,
.game-wrapper .game-body .question-options .question-option:focus {
  background-color: #03428b;
  color: #ffffff;
  border: 0.0625rem solid #03428b;
}

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

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

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

/* 결과페이지 */

.game-wrapper .game-title {
  background-color: #03428b;
  color: #ffffff;
}

.game-result #result-title h2 {
  font-size: 1.4rem;
  color: #03428b;
}

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

.game-wrapper.basic .game-result .result-box {
  border: none;
  background-color: rgba(255, 255, 255, 0.52);
}

.game-result .result-bot-text > p > b {
  font-weight: 800;
}

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

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

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

.game-result .event-btn {
  margin-top: 1rem;
}

.game-result .event-btn > a {
  width: 100%;
  display: inline-block;
  line-height: 3.5rem;
  border-radius: 3rem;
  box-shadow: 0.25rem 0.25rem black;
  font-size: 1.3rem;
  background-repeat: no-repeat;
  font-weight: 700;
  font-family: 'jalnan', sans-serif;
  background-color: #03428b;
  border: 0.25rem solid #000000;
  color: #ffffff;
  background-size: 1.1rem;
  background-position: 79% center;
}

.game-result .btn-bottom-text {
  margin-top: 0.7rem;
  font-size: 0.5em;
  color: #9b9b9b;
}

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

.game-wrapper.basic .game-result .good, .game-wrapper.basic .game-result .bad {
  font-size: 1rem;
}

.game-wrapper.basic .game-result .btn_retest a {
  background-color: #03428b;
}

.game-result .result-box.most .btn_myranking a {
  background-color: #ffec9f;
}

.game-wrapper.basic .result-box .img-halt-box ul.list > li span.label-bottom > span {
  font-size: 0.8rem;
}

/* list-type*/

.game-wrapper.basic .test-lists-wrap {
  background-image: url('https://cdn.banggooso.com/assets/images/game67/BACKGROUND.png');
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100%;
}

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

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

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

.test-lists-wrap .test-lists .test-list-item .item-wrap .item-info .item-tags li {
  font-size: 0.7rem;
}

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

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

.game-wrapper .test-lists-wrap .test-lists .test-list-item {
  background-color: rgba(255, 255, 255, 0.52);
}

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

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

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