/* 공통 */

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

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

.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 {
  text-shadow: 0.1rem 0.1rem #d0d0d0;
}

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

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

/* intro */

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

.game-intro .game-intro-title {
  color: #ff0f6c;
}

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

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

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


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

.game-wrap .game-body .question-options button.question-option:focus,
.game-wrap .game-body .question-options button.question-option:active {
  background-color: #ff0f6c;
  color: #ffffff;
}


.game-wrap .game-body .no-image .question-title {
  font-size: 1.1rem;
  margin: 5rem auto 3rem;
}

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

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

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

.game-wrapper.basic .test-progress-header .game-header .game-timer .game-timer-progressbar-inner {
  background-color: #ff0f6c;
}

.game-wrapper.basic .game-wrap .game-header {
  flex-direction: column;
}

.game-wrap .game-header .game-stage-title {
  margin: -0.2rem 0 0.85rem;
  text-align: center;
  font-family: 'RixGulimEB';
  font-size: 0.8rem;
  font-weight: 800;
}

/* 결과페이지 */

.game-wrapper .game-title {
  background-color: #ff0f6c;
  color: #ffffff;
}

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

.game-result #result-title h1 {
  color: #222222;
  font-size: 1.6rem;
  word-break: keep-all;
  word-wrap: break-word;
}

.game-result #result-title h1 p:first-child {
  line-height: 1.5;
}

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

.game-result {
  height: auto;
  background: #ffffff;
}


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

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

.game-wrapper .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;
  padding: 1.5rem 1.1rem;
}

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

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

.game-result .result-bot-text > p > b {
  color: #ff0f6c;
  font-weight: 700;
}

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

.game-wrapper.basic .game-result .btn_myranking > a {
  padding-right: 10%;
  background-position: 80% center;
  background-image: url('https://cdn.banggooso.com/assets/images/common/grape-b.png');
  background-repeat: no-repeat;
  color: #222222;
  border-color: #222222;
  background-color: #d0d0d0;
  box-shadow: 0.25rem 0.25rem #222222;
}

.game-wrapper.basic .game-result .btn_retest > a {
  border-width: 0;
  box-shadow: none;
  padding: 0;
  background-color: #ffffff;
}

.game-btn-wrapper > .game-btn > img, .btn-wrap > a > img, .game-result .event-btn > a {
  width: 100%;
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: -o-crisp-edges; /* Opera */
  image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}

.game-btn-wrapper {
  margin: 2rem auto 0.5rem;
  width: 90%;
}

.game-btn-wrapper.trand-btn > .game-btn {
  font-family: 'Jalnan';
  box-shadow: 0.25rem 0.25rem #222222;
  border-color: #222222;
  background-color: #d0d0d0;
  font-size: 1.13rem;
  padding: 0.1rem 0;
  line-height: 1.65rem;
}

.game-result .event-btn {
  width: 90%;
  margin: 0 auto;
}

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

.game-result .result-circle-box {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.game-result .result-draw-circle {
  width: 25%;
  display: inline-block;
}

.game-result .circle-ment {
  width: 70%;
  display: inline-block;
  text-align: left;
  font-size: 0.9rem;
  font-weight: 700;
}

.game-result .result-draw-circle .circle-chart {
  width: 4.5rem;
  height: 4.5rem;
  position: relative;
  margin: 0.5rem 0 0 0;
}

.game-result .result-draw-circle .circle-chart__circle {
  animation: circle-chart-fill 2s reverse;
  transform: rotate(-90deg);
  transform-origin: center;
}

@keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}

.result-draw-circle .circle-chart-text {
  font-size: 0.87rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000000;
  font-family: 'Jalnan';
}

/*  결과페이지 - 능력치  */

.game-result .ablility-wrap .ability-box .progress-bar span {
  background: #ff0f6c;
}

/* 퀴즈형 뒤로가기 삭제 */

.game-wrapper.basic .test-controller-top .back-btn-wrap {
  visibility: hidden;
}

/* list-type*/

.game-wrapper .test-lists-wrap .test-lists .test-list-item.rank_list .num {
  margin-right: 0.2rem;
  width: 16%;
  text-shadow: 3px 4px 0px #ff0f6c;
}

.game-wrapper.basic .test-lists-wrap .test-lists .test-list-item .item-wrap .item-info .item-title p {
  color: #ff0f6c;
  font-size: 0.95rem;
  margin-bottom: 0.3rem;
}

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

/*  ranking */

.rankingBox .myRanking h3::before,
.rankingBox .topRanking h3::before {
  background-color: #d0d0d0;
}

.test-lists-wrap .rankingBox .list_content_div > ul > li:nth-of-type(1) {
  background-color: #ff0f6c;
}

.test-lists-wrap .rankingBox .list_content_div > ul > li:nth-of-type(2) {
  background-color: #ff5194;
}

.test-lists-wrap .rankingBox .list_content_div > ul > li:nth-of-type(3) {
  background-color: #ff87b6;
}

.rankingBox .list_content_div {
  height: 27rem;
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden; /*화면에 보이는 랭킹 수가 많아질 경우 auto*/
}

.test-lists-wrap .rankingBox div > ul > li > ul > li:nth-of-type(2) {
  width: 30%;
}

.rankingBox .myRanking .btn_refresh img,
.rankingBox .topRanking .btn_refresh img {
  width: 100%;
}
