/* 공통 */

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

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

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



.game-wrapper .game-body .question-options .question-option:active,
.game-wrapper .game-body .question-options .question-option:focus,
.game-intro .btn-game-start {
  background-color: #25ac39;
  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 /
    auto 1rem;
}

/* 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 #ebf3ca;
  font-family: 'jalnan', sans-serif;
}

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

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

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



.game-result #result-title h2 {
  font-family: 'Jalnan', sans-serif;
  letter-spacing: 0;
  font-size: 1.5rem;
  color: #25ac39;
  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;
  margin-bottom: 0.5rem;
}



.game-result .title > small {
  font-size: 1.5rem;
  color: #25ac39;
  margin-bottom: 0;
}

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

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


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

.game-wrap .game-body .question-options button.question-option:hover,
.game-wrap .game-body .question-options button.question-option:active {
  background-color: #25ac39;
  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 .game-title {
  background-color: #25ac39;
  color: #ffffff;
}

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

.game-wrapper .game-progress .game-progress-inner {
  background-color: #25ac39;
}
.test-controller-top .game-stage-wrap {
  font-weight: 700;
}
/* 결과페이지 */

.game-result {
  background: #ffffff;
}


.game-wrapper.basic .game-title.page,
.game-result .num-statement > span {
  color: #25ac39;
}

.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.2rem;
  padding: 0 0.35rem;
}

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

.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: #25ac39;
  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 #ebf3ca;
  color: #222222;
}

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

.result-box > .result-bot-text > .btn-other-type {
  background-color: #25ac39;
  border-color: #222222;
  color: #ffffff;
  box-shadow: 0.25rem 0.25rem 0 #222222;
  margin: 1rem 0;
  line-height: 2.5rem;
  padding: 0.6rem 0;
  display: inline-block;
  width: 90%;
  border-width: 0.2rem;
  border-style: solid;
  font-size: 1.15rem;
  font-weight: 700;
  font-family: 'jalnan', sans-serif;
  border-radius: 3rem;
}

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

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

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

/* 결과 페이지 - 그래프 */

.circle-chart-wrapper > .circle-chart-inside {
  font-family: 'jalnan', sans-serif;
}

.circle-chart-wrapper > .circle-chart-inside .circle-chart-box p.circle-chart-text {
  color: #96672b;
}

/* 결과 페이지 - 닉네임 추천 */

.game-result .recommend-nickname {
  margin-top: 0.5rem;
}

.game-result .recommend-nickname-text {
  background: #fff8ce;
  border-radius: 0.6rem;
  border: 1px solid #c3c3c3;
}

.game-result .recommend-nickname-text::before {
  content: '';
  background: #25ac39;
  position: absolute;
  top: 0;
  left: 1.3rem;
  width: 0.1rem;
  height: 100%;
  z-index: 2;
}

.game-result .recommend-nickname-text p {
  font-size: 0.85rem;
  color: #25ac39;
  border-bottom: 1px solid #eae9e0;
  text-align: left;
  padding: 0.3rem 2rem 0.3rem 3rem;
  line-height: 1.4;
  text-indent: -1rem;
  font-weight: 500;
}

.game-result .recommend-nickname-text p::before {
  content: '-';
  margin-right: 0.4rem;
}

.game-result .recommend-nickname-text p:last-child {
  border-bottom: 0;
}

/* 결과 페이지 - 카페 바로 가기 */

.game-result .result-copy {
  text-align: center;
  color: #f1b724;
  font-family: 'Jalnan', sans-serif;
  font-size: 0.85rem;
  margin: 1.3rem 0;
}

.game-result .cafe-list-box {
  display: flex;
  align-items: center;
  margin: 1rem 0;
}

.game-result .cafe-list-box .cafe-list-box-circle {
  border-radius: 100%;
  border: 0.2rem solid #25ac39;
  overflow: hidden;
  width: 5rem;
  height: 5rem;
  margin-right: 0.7rem;
}

.game-result .cafe-list-box-text {
  width: calc(100% - 5.7rem);
  float: left;
  text-align: left;
  font-family: 'RixGulim', sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
}

.game-result .cafe-list-box-btn {
  background-color: #936625;
  border: none;
  border-radius: 1rem;
  color: #fcfcfc;
  display: block;
  padding: 0.15rem 0;
  margin-top: 0.2rem;
  text-align: center;
  font-family: 'RixGulim', sans-serif;
  font-weight: 500;
  font-size: 0.8rem;
  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: 1rem;
  line-height: 1.3;
  word-break: keep-all;
}

.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;
  text-shadow: 3px 4px 0px #ebf3ca;
  width: 16%;
}

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

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

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

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

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

.game-wrapper .app-header .app-logo.result-logo {
  width: auto;
  background: transparent url('https://cdn.banggooso.com/assets/images/game56/LOGO.png') no-repeat center center / 58%;
}

@media screen and (max-width: 500px) {
  .game-wrapper.basic .game-body .question-options .question-option {
    font-size: 0.95rem;
  }

  .game-wrapper .test-lists-wrap .test-lists .test-list-item .item-wrap .item-info .item-title span:nth-child(2) {
    font-size: 0.9rem;
  }
}
