/* 공통 */

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

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

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

/* intro */

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


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

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

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

.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: #6144b2;
  color: #ffffff;
}

.game-wrapper.basic .game-body.no-image .question-title {
  font-size: 1.3rem;
}

.game-wrap .game-body.test-step-5 .question-title {
  font-size: 0.98rem;
}

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

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

/* 결과페이지 */

.game-wrapper.basic .game-result .img-box img {
  width: 58%;
}

.game-wrapper .game-title {
  background-color: #6144b2;
  color: #ffffff;
}

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

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

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

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

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

.game-wrapper.basic .game-result .btn_retest a {
  background-color: #6144b2;
}

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

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

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

/* 이벤트 섹션 */

.game-result .brand-coupon-box {
  display: flex;
  justify-content: space-between;
  margin-top: 0.5rem;
}

.game-result .common-coupon-box {
  display: flex;
  justify-content: space-between;
  margin: 0.2rem 0;
}

.game-result .brand-coupon-box .brand-coupon {
  width: 49.5%;
}

.game-result .common-coupon-box .common-coupon {
  width: 33%;
}

.game-result .brand-coupon-box .brand-coupon > img, .game-result .common-coupon-box .common-coupon > 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-result .event-btn > a {
  width: 90%;
  margin-top: 0.7rem;
  margin-bottom: 0.4rem;
  display: inline-block;
  line-height: 2.8;
  background-color: #6144b2;
  color: #ffffff;
  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;
}

.game-result .warning-text {
  font-size: 0.6rem;
  margin-top: 0.3rem;
  color: #999999;
}

/* 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 #9274e8;
}

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

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

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

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