/* 공통 */

.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-wrap .app-main .mark,
.game-wrapper.basic .test-lists-wrap .title:before {
  background: #ffdd92;
}

.game-result .result-box.type .result-box-title:before,
.game-result .result-box.most .result-box-title:before {
  background: #eb9393;
}

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

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

/* intro */

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

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

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

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

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

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

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

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

/* 결과페이지 */

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

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

.game-result #result-title h1 {
  color: #eb9393;
  font-size: 1.4rem;
}

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

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

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

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

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

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

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

.btn-gray-round {
  background-color: #eb9393;
}

/* 이벤트 섹션 */

.game-result .result-box .brand-section {
  font-size: 0.85rem;
  text-align: justify;
}

.game-result .result-box .brand-slide-wrapper {
  width: 100%;
  overflow: auto;
}

.game-result .result-box .brand-section .swiper-slide {
  margin-top: 0.4rem;
  width: 17.5rem;
}

.game-result .result-box .brand-section .slide-box {
  width: 100%;
  height: 13rem;
}

.game-result .result-box .brand-section .slide-box > img {
  width: auto;
  height: 95%;
  margin-right: 0.3rem;
  border-radius: 0.8rem;
  box-shadow: 2px 2px 5px rgb(0 0 0 / 30%);
}

.game-result .result-box .brand-section .swiper-slide + .swiper-slide {
  margin-left: 0.2rem;
}

.game-result .result-bot-text > p > b {
  font-weight: 900;
  color: #eb9393;
}

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

.game-result .insta-event-wrap > img {
  width: 100%;
}

.game-result .insta-event-wrap > a {
  width: 85%;
  margin-top: 0.3rem;
  display: inline-block;
  line-height: 2.8;
  background-color: #eb9393;
  color: #222222;
  border: 0.2rem solid #222222;
  border-radius: 3rem;
  box-shadow: 0.25rem 0.25rem #222222;
  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 #ffdd92;
}

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

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

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

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