/* 공통 */

.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-result .recommend-list:before,
.game-wrapper.basic .test-lists-wrap .title:before {
  background-color: #fe3190;
}

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



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

.game-intro .btn-game-start {
  border: 0.25rem solid #222222;
  box-shadow: 0.3rem 0.4rem 0 #222222;
}

.game-wrapper .app-header .app-header-btn.back {
  height: 100%;
  background: transparent url('https://cdn.banggooso.com/assets/images/icons/back-arrow-b.png') no-repeat center center /
    23%;
}

.game-wrapper .game-title {
  background-color: #fe3190;
  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 #f695c5;
}

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

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

.app .app-header.page {
  border-bottom: 1px solid #fe3190;
  position: relative;
}

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


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

.game-wrap .game-body .question-options button.question-option {
  min-height: 4rem;
  padding: 0.7rem;
  border-radius: 1.1rem;
}

.game-wrap .game-body .question-options .question-option:focus,
.game-wrap .game-body .question-options .question-option:active {
  background-color: #fe3190;
  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.basic .test-progress-header {
  padding: 0 1.625rem;
  height: auto;
  display: block;
}

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

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

/* 결과페이지 */

.game-result {
  background: #ffffff;
}

.game-result .graph-box {
  width: 100%;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.game-result .graph-box .result-graph {
  display: inline-block;
}

.game-result .graph-box .result-graph > img {
  width: 6.1875rem;
}



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

.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 .result-box-ment {
  margin-top: 1rem;
  text-align: justify;
  font-size: 0.85rem;
  font-weight: 550;
  color: #666666;
}

.game-result .result-bot-text .result-box-ment .result-main-ment {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.6rem;
}


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

.game-wrapper .game-title {
  font-size: 1.25rem;
}

.game-wrapper.basic .game-result .result-box.first-box {
  transform: none;
  padding: 1.5rem 1.1rem 0.7rem 1.1rem;
}

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

.game-result .result-box .result-box-title {
  font-size: 1.01rem;
}

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

.game-result .result-bot-text .warning-text {
  font-size: 0.5rem;
  color: #a1a1a1;
}

.game-result .btn_retest a {
  background-color: #fed525;
  border: 0.25rem solid #000000;
  color: #ffffff;
  box-shadow: 0.25rem 0.25rem #222222 !important;
}

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

.game-result .result-box.most .btn_myranking a {
  background-color: #7dc7e9;
  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;
  color: #000000;
}

.game-wrapper.basic .game-result .btn_retest a {
  background-image: url('https://cdn.banggooso.com/assets/images/common/re-test-b.png');
  padding-right: 1.5rem;
}

.game-wrapper .game-result .result-box.most .btn_myranking a::after {
  background-image: url('https://cdn.banggooso.com/assets/images/common/grape-b.png') !important;
}

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

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

.result-box .img-halt-box ul.list.most_types > li span.label-bottom > span {
  font-weight: 700;
  font-family: 'RixGulim';
}

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

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

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

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

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

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

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

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

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

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