/* 공통 */

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

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

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

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

.game-wrapper.basic .app-header {
  background-color: #bef1ff;
  border-bottom: 0;
}

.game-wrapper.basic .bg-topbottom {
  background-image: url('https://cdn.banggooso.com/assets/images/game59/TOP.png'),
    url('https://cdn.banggooso.com/assets/images/game59/BOTTOM.png'),
    url('https://cdn.banggooso.com/assets/images/game59/BACKGROUND.jpg');
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-position: center top, center bottom, center top;
  background-size: 100%;
}

/* intro */

.game-wrapper.basic .game-intro.bg-topbottom {
  background-position: center top 14rem, center bottom, center top 14rem;
}


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

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

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

.game-result #result-title h2 {
  font-size: 1.5rem;
  color: #c02133;
  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: #c02133;
  margin-bottom: 0;
}

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

.game-wrap .game-progress {
  background-color: #ffffff;
}

.game-wrapper.basic .test-controller-top .back-btn-wrap:before {
  background: transparent url('https://cdn.banggooso.com/assets/images/icons/back-arrow-g.png') no-repeat left center /
    18%;
}

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


.game-wrap .game-body .question-options button.question-option {
  padding: 0.7rem;
  min-height: 4rem;
  background-color: #dbf8ff;
  border: 3px solid #ffffff;
}

.game-wrap .game-body .question-options button.question-option:hover,
.game-wrap .game-body .question-options button.question-option:active {
  background-color: #c02133;
  color: #ffffff;
  border: 3px solid #c02133;
}


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

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

/* 결과페이지 */

.game-wrapper.basic .game-result.bg-topbottom {
  background-position: center top, center bottom 15rem, center top;
}

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

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

.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 #f2f2f2;
  background-color: #dbf8ff;
}

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

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

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

.game-result .event-btn {
  margin-top: 1rem;
}

.game-wrapper.basic .game-result .btn_retest a {
  background-color: #c02133;
  border: 0.25rem solid #000000;
  color: #ffffff;
  box-shadow: 0.25rem 0.25rem #222222 !important;
  background-size: 1.1rem;
  background-position: 79% center;
}

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

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

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

.game-result .insta-event-wrap {
  padding: 1.5rem 0;
  margin-top: 1rem;
  background-color: #dbf8ff;
  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 {
  width: 85%;
  margin-top: 0.3rem;
  display: inline-block;
  line-height: 3.5rem;
  background-color: #c02133;
  color: #ffffff;
  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;
}

/* list-type*/

.game-wrapper.basic .test-lists-wrap {
  background-image: url('https://cdn.banggooso.com/assets/images/game59/TOP.png'),
    url('https://cdn.banggooso.com/assets/images/game59/BOTTOM.png'),
    url('https://cdn.banggooso.com/assets/images/game59/BACKGROUND.jpg');
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-position: center top, center bottom 2.5rem, center top;
  background-size: 100%;
  background-color: #bbf0ff;
}


.game-wrapper .test-lists-wrap .test-lists .test-list-item .item-wrap .item-info .item-title span:nth-child(2) {
  font-size: 0.85rem;
  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 #ff7e7e;
  width: 16%;
}

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

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

.test-lists-wrap .test-lists .test-list-item.rank_list .percen {
  background-color: #ededed;
}

.app .test-lists-wrap .test-lists .test-list-item.rank_list {
  background-color: #dbf8ff;
}

.app .test-lists-wrap .test-lists .test-list-item:first-child {
  border-color: #c02133;
}

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

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