/* 공통 */

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

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

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

/* intro */

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

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

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

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

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

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

.game-wrap .game-body .no-image .question-title {
  font-size: 1.1rem;
  margin: 5rem auto 3rem;
}

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

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

/* 결과페이지 */

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

.game-result #result-title h2 {
  font-size: 1.35rem;
  color: #ff7884;
}

.game-result #result-title h1 {
  color: #000000;
  font-size: 1.43rem;
}

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

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

.app-main .result-bot-text .subtitle:first-child {
  margin-top: 0 !important;
}

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

.game-wrapper.basic .game-result .btn_retest a {
  background-color: #ff7884;
  color: #222222;
  background-image: url('https://cdn.banggooso.com/assets/images/common/re-test-b.png');
}

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

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

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

/* 이벤트 섹션 */

.game-result .sub-ment {
  text-align: justify;
  font-size: 0.85rem;
}

.game-result .brand-section .brand-image {
  width: 33%;
  padding-top: 0.2rem;
  margin-right: 0.5rem;
  float: left;
}

.game-result .brand-section .brand-image > img {
  width: 100%;
}

.game-result .brand-section .brand-text > p > b {
  color: #ff7884;
}

.game-result .event-btn > a {
  width: 90%;
  margin-top: 0.7rem;
  display: inline-block;
  line-height: 2.8;
  background-color: #ff7884;
  color: #000000;
  border: 0.2rem solid #000000;
  border-radius: 3rem;
  box-shadow: 0.25rem 0.25rem #000000;
  font-size: 1.2rem;
  font-family: 'jalnan', sans-serif;
  cursor: pointer;
}

/* 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.76rem;
}

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

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

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

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

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