/* 공통 */

.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 {
  background: #ffd524;
}

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

.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,
.game-result .result-box.most .img-halt-box .list li:last-child > span.label-top,
.game-result .result-box.most .img-halt-box .list li:last-child > span.label-top.first {
  background: none;
  text-indent: 0;
  color: #000000;
  text-shadow: 0.1rem 0.1rem #ffd524;
  height: auto;
}

.game-wrapper .game-wrap {
  padding: 0;
}

.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: #ffd524;
  color: #222222;
}

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

/* intro */

.game-intro .game-count .count-label,
.game-intro .result-box .result-box-title {
  padding: 0 0.35rem;
}

.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 #ffd524;
  font-family: 'Jalnan', sans-serif;
}

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

.game-wrapper.basic .game-intro .game-intro-text p {
  text-decoration: underline;
}

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

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

.game-result #result-title {
  padding: 0;
}

.game-result #result-title h2 {
  font-family: 'Jalnan', sans-serif;
  letter-spacing: 0;
  font-size: 1.5rem;
  color: #222222;
  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 #result-title h1 p {
  line-height: 1.2em;
}

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

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

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

.game-wrap.test-progress-header > .test-controller {
  padding: 0 1.625rem;
}

.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: #ffd524;
  color: #ffffff;
}

.game-wrap .game-body .question-image {
  margin: 1rem auto 1.625rem;
}

.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: #ffd524;
  color: #222222;
}

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

.game-wrapper .game-progress .game-progress-inner {
  background-color: #ffd524;
}
.test-controller-top .game-stage-wrap {
  font-weight: 700;
}

/* 결과페이지 */

.game-result {
  background: #ffffff;
}

.game-result .share-sns-list span {
  margin: 0;
  font-size: 1rem;
}

.game-result .result-bot-text .mark + p {
  margin-bottom: 0.05rem;
}

.game-wrapper.basic .game-title.page {
  color: #ffd524;
  vertical-align: baseline;
}

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

.game-result .num-statement > span {
  font-family: 'Jalnan', sans-serif;
}

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

.game-result .result-bot-text .subtitle {
  color: #222222;
  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: #ffd524;
  border: 0.25rem solid #000000;
  color: #222222;
  box-shadow: 0.25rem 0.25rem #222222 !important;
  background-image: url('https://cdn.banggooso.com/assets/images/common/re-test-b.png') !important;
}

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

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

/*  선배  */

.game-result #result-title h1:first-line {
  color: #6f6f6f;
}

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

.game-result .result-box .result-bottom-box ul {
  display: flex;
  justify-content: space-between;
}

.game-result .result-box .result-bottom-box li {
  width: 48%;
  margin: 1rem 0;
}

.game-result .result-box .result-bottom-box p {
  font-family: 'Jalnan', sans-serif;
  font-size: 0.85rem;
  line-height: 2rem;
}

.game-result .result-box .result-bottom-box div {
  border: 0.2rem solid #ffd524;
  border-radius: 0.6rem;
  font-size: 0.8rem;
  padding: 1rem 0.5rem;
  font-weight: 900;
  background: #f2f2f2;
  word-break: keep-all;
}

.game-result .relation-btn {
  display: inline-block;
  width: 75%;
  margin: 0 auto 1.5rem;
  padding: 0.6rem 0;
  border: 0.2rem solid #000000;
  border-radius: 3rem;
  box-shadow: 0.25rem 0.25rem 0 black;
  background: #ffd524;
  font-family: 'Jalnan', sans-serif;
  font-size: 1.3rem;
  text-align: center;
  line-height: 1.8rem;
}

/* 하단 유튜브 영역 */

.game-result .youtube-box {
  margin-bottom: 2rem;
  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: 12rem;
}

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

/*  list-match  */

.test-lists-wrap .list-match-table {
  font-family: 'Jalnan', sans-serif;
  text-align: center;
  width: 100%;
}

.test-lists-wrap .list-match-table li {
  height: 7rem;
  border-bottom: 1.5rem solid #ffffff;
}

.test-lists-wrap .list-match-table .list-match-title {
  height: 3rem;
}

.test-lists-wrap .list-match-table .list-match-title a {
  line-height: 3rem;
  height: 3rem;
}

.test-lists-wrap .list-match-table li a {
  display: inline-block;
  width: calc((100% / 3) - 0.17rem);
  height: 7rem;
  border-bottom: 0.25rem solid #ffffff;
  background: no-repeat center 25% / auto 70%;
}

.test-lists-wrap .list-match-table li a:nth-child(1) {
  background-color: #ededed;
  color: #666666;
}

.test-lists-wrap .list-match-table li a:nth-child(2) {
  background-color: #e2a3b8;
  color: #ffffff;
}

.test-lists-wrap .list-match-table li a:nth-child(3) {
  background-color: #a8cfef;
  color: #ffffff;
}

.test-lists-wrap .list-match-table li a p {
  width: 100%;
  position: absolute;
  bottom: 0.35rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.7rem;
}

/* list-type*/

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

.game-wrapper .test-lists-wrap .title {
  padding: 0 0.35rem;
}

.game-wrapper.basic .test-lists-wrap .title:before {
  height: 40%;
  left: 0;
  bottom: 0;
}

.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 #ffd524;
  width: 16%;
}

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

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

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

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

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

/* 앱 다운 유도 팝업 */

.new-popup.popup-module .popup .popup-message-box {
  font-size: 0.9rem !important;
  padding: 1.3rem 0.5rem 1.5rem !important;
  width: 75% !important;
}

.popup-module .popup .popup-message-box p {
  line-height: 1.5rem;
}

.popup-module .popup .popup-message-box span {
  display: inline-block;
}

.popup-module .popup .popup-message-box span:before {
  background-color: #ffe100;
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.5rem;
}