/* 공통 */

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

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

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



/* intro */

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


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

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

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

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

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


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

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

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

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

/* 결과페이지 */

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

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

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

.game-result .title {
  margin-bottom: 0.5rem;
}

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

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

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

.game-wrapper.basic .game-result .btn_retest a {
  background-color: #ff91a1;
  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 #ff91a1;
  color: #222222;
}

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

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

.game-wrapper.basic .result-box .img-halt-box ul.list > li span.label-bottom {
  display: flex;
  height: 3.5rem;
  flex-direction: column;
  justify-content: space-around;
  margin-bottom: 0.8rem;
}

.game-wrapper.basic .result-box .img-halt-box ul.list > li span.label-bottom > span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.game-wrapper.basic .result-box.type .img-halt-box ul.list > li span.label-bottom {
  height: 2rem;
  justify-content: center;
  padding-top: 0.5rem;
}

.game-wrapper.basic .result-box .img-halt-box ul.list > li span.label-bottom br {
  display: none;
}

.game-result .img-halt-box .list li > span.label-bottom > span {
  line-height: 1.3;
}

/* 결과페이지 - 상태 바 */

.game-result .result-bar {
  margin: 1rem 0;
}

.game-result .result-bar .bar-title {
  text-align: center;
  font-size: 0.95rem;
  font-weight: 600;
  color: #f76389;
}

.game-result .result-bar .bar-image {
  margin-top: 0.3rem;
  width: 100%;
}

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

/* 이벤트 섹션 */

.game-result .result-bot-text > p > b {
  color: #ff91a1;
}

.game-result .event-btn > a {
  width: 90%;
  margin-top: 0.7rem;
  padding: 0.3rem 0;
  display: inline-block;
  background-color: #ff91a1;
  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.86rem;
}

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

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

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

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

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