/* 공통 */

.game-intro .result-box .result-box-title:before,
.game-intro .game-count .count-label:before,
.game-result .result-box.type .result-box-title:before,
.game-result .result-box.most .result-box-title:before,
.game-result .result-box h3.result-box-title p:before,
.game-wrapper.basic .test-lists-wrap .title:before,
.game-result .recommend-list:before {
  background-color: #f12f48;
}

.game-result .img-halt-box .list > li a:nth-child(4):hover {
  color: #ffffff;
}



/* intro */


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

.game-intro .game-intro-title {
  font-size: 1.6rem;
}

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


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

.app .app-header.page {
  border-bottom: 1px solid #f82b4c;
}

.game-wrapper.basic .test-controller-top > .back-btn-wrap button {
  color: #999999;
}


.game-wrap .game-body .question-options button.question-option {
  min-height: 3.125rem;
  padding: 0.625rem 0.9375rem;
}

.game-wrap .game-body .question-options button.question-option:focus,
.game-wrap .game-body .question-options button.question-option:active {
  background-color: #f82b4c;
  color: #ffffff;
}


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

.game-wrapper .test-step-0 .question-content {
  text-align: center;
  margin-bottom: 4.5rem;
  font-family: 'Dolbomche_R', sans-serif;
  font-size: 1rem;
}

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

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

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

/* 결과페이지 */

.game-result {
  background: #ffffff;
}

.game-wrapper .game-title {
  background-color: #f82b4c;
  color: #ffffff;
  font-size: 1.25rem;
}

.game-result .result-box .result-box-title p {
  font-size: 1.1rem;
  padding: 0 0.35rem;
  color: #000000;
}



.game-result #result-title h2 {
  font-family: 'Jalnan', sans-serif;
  letter-spacing: 0;
  font-size: 1.5rem;
  color: #f82b4c;
}

.game-result #result-title h1 {
  color: #222222;
  font-size: 1.8125rem;
  font-family: 'Jalnan', sans-serif;
  word-break: keep-all;
  word-wrap: break-word;
}




.game-result .result-bot-text p {
  color: #666666;
  margin-bottom: 0.05rem;
  font-size: 0.81rem;
  font-weight: 600;
  text-align: justify;
}

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

.game-result .result-box,
.result-box.most {
  border: 0.2rem solid #f1f1f1;
}

.game-wrapper.basic .game-result .result-bot-text .subtitle {
  color: #f12f48;
  font-size: 0.81rem;
  font-weight: 800;
}

.game-result .result-box .subtitle.circle::before {
  content: '●';
  position: absolute;
  left: -0.7rem;
  font-size: 0.4rem;
  line-height: 1.2rem;
}

.game-wrapper.basic .result-box > .result-bot-text .event-num {
  color: #f12f48;
  text-indent: -1rem;
  font-family: 'Jalnan', sans-serif;
  font-size: .88125rem;
  vertical-align: middle;
}

.game-wrapper.basic .result-box > .result-bot-text > a:last-child {
  width: 90%;
  padding: 0.4rem 0;
  box-shadow: 0.15rem 0.15rem #f12f48;
  background-repeat: no-repeat;
  background-color: #ff7288;
  border-color: #f12f48;
  border-width: 0.15rem;
  color: #ffffff;
  font-size: 1.2rem;
}

.game-wrapper.basic .result-box > .result-bot-text > a:last-child > p {
  font-size: 0.95rem;
  color: #ffffff;
  text-align: center;
}

.game-result .img-halt-box .list li > span.label-bottom > span,
.result-box .img-halt-box ul.list > li a span {
  font-family: 'Jalnan';
}

.game-result .btn_retest a {
  background-color: #fa2a4a;
  border: 0.25rem solid #000000;
  color: #ffffff;
}

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

.game-result .result-box.most .btn_myranking a {
  background-color: #ff8ea0;
  border-color: #222222;
  color: #222222;
  box-shadow: 0.25rem 0.25rem #222222;
}

.game-wrapper.basic .game-result .btn_retest > a,
.game-wrapper.basic .game-result .btn_myranking > a {
  font-size: 1.15rem;
}

.game-wrapper.basic .game-result .btn_retest a {
  background-size: 1.1rem;
  background-position: 79% center;
}

.game-result .btn-gray-round {
  background-color: #d2d2d2;
  color: #ffffff;
}

.game-result .youtube-box {
  margin: 0 -0.85rem 2rem -0.85rem;
  text-align: center;
}

.game-result .youtube-box .youtube-title {
  font-size: 0.985rem;
  margin-bottom: 0.5375rem;
}

.game-result .youtube-box .youtube-video {
  padding: 0;
  height: 15rem;
}

.game-result .youtube-box .youtube-video > iframe {
  width: 100%;
  height: 100%;
}

.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-between;
  margin: 0.7rem 0;
}

.game-wrapper.basic .result-box.type .img-halt-box ul.list > li span.label-bottom {
  height: 2rem;
  justify-content: center;
  line-height: 0.3;
}

.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%;
}

/*********************************/

/* list-type*/


.game-wrapper.basic .test-lists-wrap .test-lists .test-list-item .item-wrap .item-info .item-title span {
  font-size: 1rem;
  line-height: 1.3;
}

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

.game-wrapper.basic .test-lists-wrap .test-lists .test-list-item.rank_list .num {
  margin-right: 0.2rem;
}

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

.test-lists-wrap .title:before {
  background-color: #f82b4c;
}

.test-lists-wrap .test-lists .test-list-item .item-wrap .item-info .item-tags li {
  font-family: 'Jalnan', sans-serif;
  font-size: 0.625rem;
}

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

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

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

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