/* 공통 */

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

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

.game-wrapper.basic .app-header {
  border-bottom: 0;
}

/* intro */

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

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

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

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

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

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

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

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

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

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

/* 결과페이지 */

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

.game-result #result-title h1 {
  color: #222222;
}

.game-result .title > small {
  color: #c02133;
}

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

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

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

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

.game-result .result-bot-text .subtitle {
  font-weight: normal;
  color: #767676;
}

.game-result .result-box .subtitle .subtitle.mark {
  width: 0.35rem;
  height: 0.35rem;
  background-color: #767676;
  margin-right: 0.45rem;
  margin-top: 0.5rem;
}

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

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

.game-wrapper.basic .game-result .btn_retest a {
  background-color: #ffff00;
  color: #222222;
  background-image: url(https://cdn.banggooso.com/assets/images/common/re-test-b.png); /*re-test-black*/
}

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

.game-wrapper .game-result .result-box.most .btn_myranking a::after {
  background-image: url('https://cdn.banggooso.com/assets/images/game42/icon/list-w.png') !important; /*graph-w가 없어 game42의 이미지를 이용하였습니다*/
}

.game-result .btn-gray-round {
  color: #000000;
}

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

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

.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 .event-btn {
  margin-top: 1rem;
}

.game-result .event-btn > a {
  width: 90%;
  display: inline-block;
  line-height: 2.7;
  background-color: #ffff00;
  border: 0.2rem solid #222222;
  border-radius: 3rem;
  box-shadow: 0.25rem 0.25rem #222222 !important;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: 'jalnan', sans-serif;
  cursor: pointer;
  line-height: 1.6rem;
  padding: 0.1rem 0;
}

.game-result .event-btn > a > img {
  width: 95%;
}

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

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

.game-result .insta-event-wrap #copyBtn,
.game-result .insta-event-wrap #checkWinnerBtn {
  width: 85%;
  margin-top: 0.3rem;
  display: inline-block;
  line-height: 3.5rem;
  background-color: #ffff00;
  border: 0.25rem solid #222222;
  border-radius: 3rem;
  box-shadow: 0.25rem 0.25rem #222222 !important;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: 'jalnan', sans-serif;
  cursor: pointer;
}

.game-result .insta-event-wrap #copyBtn {
  margin-bottom: 0.7rem;
}

/* 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.85rem;
}

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

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

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

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

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

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