/* font */

@font-face {
  font-family: 'S-CoreDream-4Regular';
  src: url('https://cdn.banggooso.com/assets/fonts/S-CoreDream-4Regular.eot');
  src: url('https://cdn.banggooso.com/assets/fonts/S-CoreDream-4Regular.eot?#iefix') format('embedded-opentype'),
    url('https://cdn.banggooso.com/assets/fonts/S-CoreDream-4Regular.woff2') format('woff2'),
    url('https://cdn.banggooso.com/assets/fonts/S-CoreDream-4Regular.woff') format('woff'),
    url('https://cdn.banggooso.com/assets/fonts/S-CoreDream-4Regular.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'S-CoreDream-5Medium';
  src: url('https://cdn.banggooso.com/assets/fonts/S-CoreDream-5Medium.eot');
  src: url('https://cdn.banggooso.com/assets/fonts/S-CoreDream-5Medium.eot?#iefix') format('embedded-opentype'),
    url('https://cdn.banggooso.com/assets/fonts/S-CoreDream-5Medium.woff2') format('woff2'),
    url('https://cdn.banggooso.com/assets/fonts/S-CoreDream-5Medium.woff') format('woff'),
    url('https://cdn.banggooso.com/assets/fonts/S-CoreDream-5Medium.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'S-CoreDream-7ExtraBold';
  src: url('https://cdn.banggooso.com/assets/fonts/S-CoreDream-7ExtraBold.eot');
  src: url('https://cdn.banggooso.com/assets/fonts/S-CoreDream-7ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('https://cdn.banggooso.com/assets/fonts/S-CoreDream-7ExtraBold.woff2') format('woff2'),
    url('https://cdn.banggooso.com/assets/fonts/S-CoreDream-7ExtraBold.woff') format('woff'),
    url('https://cdn.banggooso.com/assets/fonts/S-CoreDream-7ExtraBold.ttf') format('truetype');
  font-style: normal;
}

/* 공통 */

.game-intro .result-box .result-box-title:before,
.game-intro .game-count .count-label:before,
.game-result .result-box.most .result-box-title:before,
.game-result .result-box h3.result-box-title p:before {
  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 {
  background: none;
  text-indent: 0;
  color: #000000;
  text-shadow: 0.1rem 0.1rem #ffd524;
  height: auto;
}

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

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

/* intro */

.game-wrapper.basic .game-intro-text {
  font-family: 'S-CoreDream-5Medium', sans-serif;
}

.game-wrapper.basic .game-intro-text .research-text {
  font-family: 'RixGulimEB', sans-serif;
  text-decoration: underline;
}

.game-intro .btn-game-start {
  background-color: #ffd524;
  color: #222222;
}

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

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

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

.app .app-header .header-title {
  font-weight: 600;
  font-size: 0.95rem;
  text-align: center;
  line-height: 2.48rem;
  font-family: 'RixGulimEB', sans-serif;
}

.game-wrap.background-kakao {
  background-color: rgb(143, 175, 200);
}

.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-wrap.test-progress-header > .test-controller {
  padding: 0 1.625rem;
}

.game-wrap .game-body .question-options button.question-option {
  font-family: 'S-CoreDream-5Medium', sans-serif;
  background-color: #ffffff;
  border-radius: 1rem;
  border: 2px solid #393939;
}

.game-wrapper .game-body .question-options .question-option:active,
.game-wrapper .game-body .question-options .question-option:focus {
  background-color: #ffd524;
}

.game-wrap .game-body .question-image {
  margin: 1.6rem auto 1.625rem;
  width: 87%;
  margin-left: 13%;
}

.game-wrap .game-body .no-image .question-title {
  font-family: 'S-CoreDream-5Medium', sans-serif;
  font-size: 1.1rem;
  margin: 5rem auto 3rem;
}
 
.game-wrap .game-body{ 
  position: relative;
} 

.game-wrap .game-body .question-title {
  position: absolute;
  top: 3.65rem;
  left :7rem;
  font-size: 1.1rem;
  text-align: left;
}

.game-wrapper .game-body .question-content {
  color: #000000;
  padding-left: 3rem;
  position: absolute;
  top: 1.18rem;
  font-weight: 600;
  font-size: 0.85rem;
}

.game-wrap .game-body .question-content::before {
  content: '';
  display: inline-block;
  background-image: url('https://cdn.banggooso.com/assets/images/game1010/kakao_icon.png');
  background-size: 100%;
  background-repeat: no-repeat;
  width: 2.5rem;
  height: 2.4rem;
  position: absolute;
  left: 0;
}

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

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

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

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

/* 결과페이지 */

.game-wrapper .game-title.result {
  color: #212529;
}

.game-result #result-title h2 {
  font-family: 'S-CoreDream-4Regular', sans-serif;
  letter-spacing: 0;
  font-size: 1.14rem;
  font-weight: 500;
  color: #404040;
  margin-bottom: 0;
  margin-top: 0.9rem;
}

.game-result #result-title h1 {
  font-family: 'S-CoreDream-7ExtraBold', sans-serif;
  color: #222222;
  font-size: 1.8125rem;
  font-weight: 900;
  word-break: keep-all;
  word-wrap: break-word;
  margin-bottom: 1.2rem;
}

.game-result #result-title h1 p {
  line-height: 1.2em;
}

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

.game-result #result-title {
  padding: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url('https://cdn.banggooso.com/assets/images/game1010/result/kakao_title_long.png');
}

.game-wrapper.basic .game-result .thumb-img-text {
  font-family: 'RixGulimEB', sans-serif;
  font-size: 0.88rem;
  font-weight: 800;
}

.game-result .num-statement {
  font-family: 'S-CoreDream-4Regular', sans-serif;
  text-align: center;
  font-weight: 800;
  color: #969696;
  margin-bottom: 25px;
  line-height: 1.5;
  font-size: 0.78125rem;
}

.game-result .num-statement > span {
  font-family: 'S-CoreDream-7ExtraBold', sans-serif;
  color: #222;
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
}

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

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

.game-result .result-box,
.result-box.most {
  border: 0.2rem solid #f2f2f2;
}

.game-result .result-text-image > img {
  width: 100%;
  margin-top: 1rem;
}

.game-result .my-kakao-type {
  text-align: center;
  margin-top: 2rem;
}

.game-result .my-kakao-type > p {
  font-size: 1.09375rem;
  font-family: 'Jalnan', sans-serif;
  letter-spacing: -0.5px;
  color: #222222;
}

.game-result .my-kakao-type > img {
  width: 100%;
}

.game-wrapper.basic .game-result .btn_retest a {
  background-color: #ffd524;
  border-color: #000000;
  background-size: 1.1rem;
  background-position: 79% center;
  background-image: url('https://cdn.banggooso.com/assets/images/common/re-test-b.png');
  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;
}

.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-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;
  font-size: 0.9375rem;
}

.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 .youtube-box {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.game-result .youtube-box .youtube-title {
  font-family: 'S-CoreDream-7ExtraBold', sans-serif;
  font-size: 0.985rem;
  margin-bottom: 0.5rem;
  line-height: 1.4em;
}

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

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

/* list-type*/

.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 .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 rgb(255 213 36);
  width: 16%;
}

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

.test-lists-wrap .test-lists .test-list-item .item-wrap .item-info > img {
  z-index: 5;
  margin-left: -0.36rem;
  margin-top: -0.1em;
  position: absolute;
  width: 0.6rem;
}

@media screen and (max-width: 500px) {
  .test-lists-wrap .test-lists .test-list-item .item-wrap .item-info > img {
    width: 0.5rem;
    margin-left: -1.1vw;
    margin-top: -0.05rem;
  }
}

.test-lists-wrap .test-lists .test-list-item .item-wrap .item-info .item-title {
  background: #ffd731;
  border: 0.12rem solid #000;
  border-radius: 0.4rem;
  padding: 0.3rem 1.5rem;
  text-align: center;
  font-family: 'S-CoreDream-7ExtraBold';
  font-weight: 700;
  font-size: 0.8375rem;
  position: relative;
  z-index: 3;
}

.test-lists-wrap .test-lists .test-list-item.rank_list .percen {
  width: 4rem;
}

.test-lists-wrap .test-lists .test-list-item .item-wrap .item-info .item-tags {
  display: block;
}

.test-lists-wrap .test-lists .test-list-item .item-wrap .item-info .item-tags li:nth-of-type(1) {
  font-family: 'S-CoreDream-7ExtraBold';
  font-size: 0.88rem;
}

.test-lists-wrap .test-lists .test-list-item .item-wrap .item-info .item-tags li:nth-of-type(2) {
  font-family: 'S-CoreDream-4Regular';
  font-size: 0.65rem;
  margin-left: 0;
}

.game-wrapper .test-lists-wrap .test-lists .test-list-item {
  border: 0;
  border-bottom: 1px solid #e1e1e1;
  border-radius: 0;
  margin-bottom: 0;
  padding: 1.5rem 0.7rem;
}

.game-wrapper .test-lists-wrap .test-lists .test-list-item:last-child {
  border-bottom: 0;
}
