/* 공통 */

.game-intro .result-box .result-box-title:before,
.game-intro .game-count .count-label:before,
.game-result .result-box h3.result-box-title p:before,
.game-wrapper.basic .test-lists-wrap .title:before,
.game-result .result-box.type .result-box-title:before,
.game-result .result-box.most .result-box-title:before {
  background: #9fc7bd;
}

.game-result .recommend-list:before {
  height: 17rem;
  background-color: #275348;
}

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

.game-wrapper.basic .game-intro {
  text-align: center;
}

.game-wrapper.basic .game-intro .btn-game-start {
  border: 0.25rem solid #000000;
  box-shadow: 0.3rem 0.4rem 0 #222222;
  font-weight: 400;
}

.game-wrapper.basic .game-intro .btn-wrap {
  margin: 2.1875rem auto 1.5rem;
}

.game-wrapper.basic .game-intro .btn-wrap + .warning-text {
  margin-bottom: 3rem;
}

.result-box .result-box-title > span,
.game-result .result-box .result-box-title,
.game-result .result-box .result-box-title p,
.game-result .result-box.most .btn_myranking a,
.game-result .btn_retest a,
.test-lists-wrap .test-lists .test-list-item .item-wrap .item-info .item-title p,
.test-lists-wrap .test-lists .test-list-item .item-wrap .item-info .item-title span,
.test-lists-wrap .title,
.jalnan {
  font-family: 'jalnan' !important;
  font-weight: 400 !important;
}

/* intro */

.game-intro .game-intro-title,
.game-wrapper .game-body .question-options .question-option,
.game-intro .game-intro-text,
.game-intro .game-count .count-num,
.result-box .img-halt-box ul.list > li span.label-top.first,
.result-box .img-halt-box ul.list > li span.label-top.second,
.result-box .img-halt-box ul.list > li span.label-bottom,
.game-result .result-box .result-box-title,
.game-intro .result-box .result-box-title {
  color: #222222;
}

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

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

.game-wrapper.basic .game-intro-text.intro-sub-title {
  color: #275348;
  font-size: 1.05rem;
  font-weight: 900;
}

.game-wrapper.basic .game-intro-text {
  color: #909090;
}

.game-wrapper.basic .game-intro-text span {
  font-family: RixGulim, sans-serif;
  font-weight: 700;
}

/* 문제페이지 - 공통 */
.game-result #result-title {
  padding-top: 0;
  margin-bottom: 0.5rem;
}

.game-result #result-title h1 {
  margin-bottom: 0.9375rem;
}

.game-result #result-title h1,
.game-result #result-title h2,
.game-result .num-statement > span {
  font-family: 'jalnan';
  font-weight: 400;
}



.game-result #result-title h2 {
  font-size: 1.5rem;
  color: #275348;
  margin-bottom: 0;
}

.game-result #result-title .num-statement {
  font-family: RixGulim, sans-serif;
}


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


.game-wrapper .game-body.no-image.test-step-0 .question-title {
  font-family: 'jalnan';
  font-size: 1.5rem;
  margin: 5rem auto 3rem;
}

.game-wrapper .test-step-0 .question-content {
  text-align: center;
  margin-bottom: 4.5rem;
  font-family: 'jalnan';
  font-size: 1rem;
}

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

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

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

.game-body.test-step-13 .question-title {
  display: none;
}

.game-body.test-step-13 .question-options {
  opacity: 0;
  visibility: hidden;
  animation: showBtn 0.5s forwards;
  animation-delay: 0.5s; /* animation 아래쪽에 */
}

.game-wrap .game-body.test-step-13 .question-options .question-option {
  font-family: 'jalnan', sans-serif;
  font-size: 1.3rem;
  background-color: #275348;
  border: 0.185rem solid black;
  box-shadow: 0.25rem 0.25rem #222222;
  color: #fff;
}

@keyframes showBtn {
  0% {
    visibility: visible;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}

/* 결과페이지 */
.sub-character-title {
  font-family: 'jalnan', sans-serif;
  font-size: 1.3rem;
  color: #275348;
  margin-bottom: 2rem;
}

.game-result {
  background-color: #ffffff;
}

.game-result .thumb-img-text {
  color: #222222;
}

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

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

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

.game-result .result-box .result-box-title:before {
  content: none;
}

.game-result .result-bot-text .warning-text {
  font-size: 0.5rem;
  color: #a1a1a1;
}

.instaSnsWrap {
  padding: 1.5rem 0;
  margin-top: 1rem;
  text-align: center;
}

.instaSnsWrap a {
  display: inline-block;
  border: 0.2rem solid #222222;
  font-weight: 700;
  font-family: 'jalnan';
  border-radius: 3rem;
  width: 90%;
  font-size: 1rem;
  line-height: 1.3rem;
  padding: 0.5rem 0;
}

.result-box > .result-bot-text > a:last-child,
.instaSnsWrap a {
  background-color: #275348;
  border-color: #222222;
  color: #ffffff;
  box-shadow: 0.25rem 0.25rem #222222;
}

.game-result .result-box.type .result-box-title:before,
.game-result .result-box.most .result-box-title:before {
  content: '';
}

.game-result ul.heart-ul {
  display: flex;
  justify-content: space-around;
  margin-top: 1rem;
}

.game-result ul.heart-ul li {
  width: 47%;
  font-family: 'jalnan';
}

.game-result ul.heart-ul li > p {
  color: #275348;
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 0.6rem;
}

.game-result ul.heart-ul li > div {
  background: #275348;
  border: 0.2rem solid #ffc0bb;
  border-radius: 0.4rem;
  color: white;
  line-height: 1.3;
  font-size: 0.95rem;
  height: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.game-result .subtitle.video {
  margin: 1.5rem 0 0.3rem;
}

.game-result .result-bot-text .subtitle {
  color: #275348;
  font-weight: 400;
}

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

.game-result .result-bot-text .mark + p span {
  color: #052363;
  font-weight: 700;
  font-size: 0.95rem;
}

.game-result .btn_retest a {
  background-color: #275348;
  border: 0.25rem solid #000;
  color: #ffffff;
}

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

.game-result .result-box.most .btn_myranking a {
  background-color: #9fc7bd;
  border-color: #222222;
  color: #ffffff;
}

.game-wrapper.basic .game-result .btn_retest > a,
.game-wrapper.basic .game-result .btn_myranking > a {
  font-size: 1.3rem;
}

.game-wrapper.basic .result-box > .result-bot-text + a {
  margin-top: 2rem;
  border: none;
  display: block;
  width: 95%;
  margin: 2rem auto 0;
}

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

.game-result .img-box {
  width: 80%;
  margin: 0.9375rem auto 0;
}

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

.insta-sns-title {
  font-family: 'jalnan', sans-serif;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  color: #9fc7bd;
}

.insta-sns-title.sns-title-sub {
  font-size: 1rem;
  margin-bottom: 0.1rem;
  margin-top: 4rem;
}

.exchange-goods-popup p:first-child {
  color: #9fc7bd;
  font-size: 1rem;
  font-family: 'jalnan', sans-serif;
  text-align: center;
  padding: 1.2rem 0 0;
}

.insta-sns-title span,
.exchange-goods-popup span {
  font-size: 1.12rem;
  color: #275348;
}

.insta-coupon {
  margin-bottom: 0.2rem;
}

.insta-coupon + .thumb-img-text {
  margin-bottom: 2rem;
}

.insta-step-wrap {
  padding: 0 1rem;
  margin-bottom: 2rem;
}

.insta-step-wrap li {
  display: flex;
  text-align: left;
  font-size: 0.8rem;
  margin-bottom: 0.4rem;
  word-break: keep-all;
}

.insta-step-wrap li span {
  font-weight: 900;
  color: #275348;
}

.insta-step-wrap li .step-title {
  padding-right: 0.7rem;
}

.insta-step-wrap li:last-child {
  margin-bottom: 0;
}

.insta-duration {
  font-weight: 900;
  color: #275348;
  letter-spacing: 0.04rem;
  margin-bottom: 1.5rem;
}

.insta-duration .insta-duration-title {
  font-size: 0.8rem;
}

.insta-duration .insta-date {
  color: #ff823d;
}

.warning-text {
  text-align: left;
  padding: 0 0.5rem;
}

.game-wrapper.basic .game-intro .warning-text {
  display: inline-block;
  margin-bottom: 3rem;
}

.warning-text p {
  font-size: 0.6rem;
  font-weight: 600;
  color: #757575;
  line-height: 1rem;
  display: flex;
}

.warning-text p::before {
  content: '-';
  margin-right: 0.2rem;
}

#progressBarwrap {
  width: 100%;
  padding: 1.5rem 0;
}

#progressBarwrap #progressBar {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 2rem;
  margin-top: 1rem;
}

#progressBarwrap #progressBar .count {
  width: 3.5rem;
  height: 3.5rem;
  border-width: 0.25rem;
  border-style: solid;
  border-radius: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  z-index: 1;
  font-size: 1.3rem;
}

#progressBarwrap #progressBar .before-count {
  left: 0;
  border-color: #275348;
  color: #275348;
}

#progressBarwrap #progressBar .next-count {
  right: 0;
  border-color: #4095ff;
  color: #4095ff;
}

#progressBarwrap #progressBar #fill {
  width: 70%;
  background: #4095ff;
  height: 100%;
}

#progressBarwrap #progressBar #fill .before-fill {
  background: #275348;
  left: 0%;
  display: inline-block;
  height: 100%;
  position: absolute;
  z-index: 1;
}

#progressBarwrap #progressBar #fill .before-fill > img {
  display: block;
  position: absolute;
  width: 3rem;
  top: -0.5rem;
  right: -1.5rem;
}

#progressBarwrap > p:first-child {
  color: #275348;
  font-family: 'jalnan';
  text-align: center;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}

#progressBarwrap > .progress-title > img {
  width: 65%;
}

#progressBarwrap > .progress-title > p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #656565;
  font-size: 1.1rem;
}

.game-result .recommend-list .btn-wrap {
  padding-bottom: 7.65625rem;
}

.exchange-goods {
  position: fixed;
  width: 18rem;
  transform: translateX(-50%);
  left: 50%;
  bottom: 2.2rem;
  background-color: #275348;
  color: #ffffff;
  border-color: #000;
  border-width: 0.2rem;
  border-style: solid;
  border-radius: 3rem;
  box-shadow: 0.25rem 0.25rem #000;
  padding: 0.3rem 0;
  cursor: pointer;
}

.exchange-goods p:first-child {
  color: #9fc7bd;
}

.exchange-goods p:last-child {
  font-family: 'jalnan', sans-serif;
  font-size: 1.2rem;
}

.exchange-goods-popup-wrap {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.exchange-goods-popup-wrap .exchange-goods-popup {
  background-color: #fff;
  border-radius: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 480px;
}

.exchange-goods-popup-wrap .exchange-goods-popup .goods-popup-coupon-box {
  border-bottom: 1px solid #aaa;
  text-align: center;
  padding: 0.5rem 0 1rem;
  position: relative;
}

.exchange-goods-popup-wrap .exchange-goods-popup .goods-popup-coupon-box img {
  width: 95%;
}

.exchange-goods-popup-wrap .exchange-goods-popup button {
  background-color: transparent;
  font-size: 0.8rem;
  display: block;
  padding: 0.5rem 0;
  font-weight: 700;
  text-align: center;
  width: 100%;
}

.youtube-links {
  margin: 1rem auto;
}

.youtube-links li {
  margin-bottom: 1.5rem;
  text-align: center;
}

.youtube-links li:last-child {
  margin-bottom: 0;
}

.youtube-links li p {
  color: #275348;
  font-family: 'jalnan', sans-serif;
  font-size: 1rem;
  margin-bottom: 0.3rem;
}

.youtube-links li a {
  display: inline-block;
}
.youtube-links li img {
  max-width: 410px;
  width: 100%;
}

/*********************************/

/* list-type*/

.test-lists-wrap .title,
.test-lists-wrap .test-lists .test-list-item .item-wrap .item-info .item-title span,
.test-lists-wrap .test-lists .test-list-item.rank_list .num,
.test-lists-wrap .test-lists .test-list-item .item-wrap .item-info .item-tags li {
  color: #222222;
}

.test-lists-wrap .test-lists .test-list-item.rank_list .num {
  text-shadow: 3px 4px 0px #9fc7bd;
}

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

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

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

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

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

.game-wrapper.basic .app-main {
  position: relative;
}

.game-wrapper.basic .test-lists-wrap {
  padding-bottom: 8rem;
}

.test-lists-wrap + .all-cnt {
  position: relative;
  top: -6rem;
  text-align: center;
  color: #6e6e6e;
  font-size: 10px;
}
/**************************************************/

.game-wrapper.basic .game-result .result-box {
  padding: 0.4rem 0 0.8rem;
}
.game-wrapper.basic .game-result .result-box.most {
  padding: 1.5rem 1.1rem;
}
.game-wrapper.basic .game-result .result-box .result-bot-text {
  padding: 0 1.3rem;
}

.game-wrapper.basic .test-header .app-logo {
  background-size: contain;
  margin: 3px auto 0;
}
