/* 공통 */
:root {
  --game-188-color: #32261AF2;
  --game-188-font: 'pretendard', sans-serif;
}

.game-btn {
  font-family: 'pretendard', sans-serif !important;
  background-color: #2E2A27 !important;
  font-size: var(--game-188-big-size) !important;
  color: #ffffff;
}

.app .app-header.test-header {
  border: none;
} 

.game-wrapper .app-header .app-header-btn.back {
  height: 100%;
  background: transparent url(https://cdn.banggooso.com/assets/images/icons/back-arrow-w.png) no-repeat center center /
    auto 1rem;
}

.game-wrapper .app-header .app-header-btn.back.ranking,
.game-wrapper .test-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 /
    auto 1rem;
}

.app .app-header.intro-header {
  background-color: #756658;
  position: fixed;
  z-index: 1;
  width: 100%;
 border-bottom: 2px solid #FFFFFF80;
  background-image: transparent url(https://cdn.banggooso.com/assets/images/icons/back-arrow-b.png) no-repeat center center /
  auto 1rem !important;
}

#modal .modal-cont.wrong-answer > p {
  color: #000000;
}

#modal .modal-cont.wrong-answer .closeHint {
  color: #000000;
}

/* 인트로 페이지 */
.game-intro  .bg{
position: absolute;
width: 100%;
}
.game-intro  .bg img{
  width: 100%;
  }
.game-intro {
  position: relative;
  padding-bottom: 3rem;
}

.game-intro .user-nickname input {
  width: 100%;
  height: 3.5rem;
  background: #FFFAEC;
  border-radius: 8px;
  border: 2px solid var(--game-188-color);
  text-align: center;
  font-size: 1.1rem;
  color: #363636;
  box-sizing: border-box;
  font-weight: 900;
}

.share-sns-list .list-title .countBox .countImg {
  background-image: url('https://cdn.banggooso.com/assets/images/icons/icon-reply.png');
}

/* 문제페이지 - 힌트 & 오답 모달 */

.modal-cont.wrong-answer {
  height: auto !important;
}

.modal-bg .modal-cont .Hint02 p.hint {
  font-size: 1.5rem;
}

.modal-bg .modal-cont .Hint02 .hint-title .color-white {
    background-color: #0C0C0C;
    color: #fff;
    font-size: 0.9rem;
}

.modal-bg .modal-cont #answer {
  font-weight: 600;
  color: #5B5B5B;
  background: url('https://cdn.banggooso.com/assets/images/game188/right.png') right 40% / auto 60% no-repeat;
}
.modal-bg .closeHint.close{
  background: url('https://cdn.banggooso.com/assets/images/game188/close.png') center center / contain no-repeat;
  width: 1.3rem;
  height: 1.3rem;
  margin: 0.5rem;
}

#modal .hint-title {
  font-size: 0.9rem;
  background-color: #FFE2B6;
  color: #000;
}

#modal .modal-bg .modal-cont p.hint {
  font-size: 0.9rem;
  font-weight: 900;
}
#modal .modal-bg .modal-cont{
  height: 15rem;
}

.modal-bg .modal-cont .Hint01,
.modal-bg .modal-cont .Hint02 {
  color: #000000;
}
#modal.one{
  z-index: 9999;
}

/* 문제 페이지 */
.game-wrapper .game-wrap {
  padding: 0;
  width: 100%;
  height: 100%;
  max-height: 1030px;
  overflow: hidden;
  background-color: #000;
}

.game-wrap .full-page {
  height:100%;
  position: relative;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.game-wrap .black-overlay {
  height: 100vh;
  position: relative;
  background-color:#00000070;
  ;
}

.game-wrapper .app-main {
  height: 100vh;
  color: #ffffff;
}

.app-header.page .app-sound {
  background-image: url('https://cdn.banggooso.com/assets/images/game85/on.png');
  background-size: 70%;
  position: absolute;
  right: 2.5rem;
  z-index: 99;
}

.app-header.page .app-sound.off {
  background-image: url('https://cdn.banggooso.com/assets/images/game85/off.png');
  background-size: 55%;
  position: absolute;
  right: 2.5rem;
  z-index: 99;
}

.app-header.page .app-home {
  background-image: url('https://cdn.banggooso.com/assets/images/game85/home.png');
  background-size: 70%;
  position: absolute;
  right: 0.5rem;
  z-index: 99;
}

.premium-bg {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
}

.premium-char {
  width: 23rem;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  bottom: 0%;
}

.premium-obj {
  z-index: 999;
  width: 95%;
  position: absolute;
  left: 50%;
  top: 25%;
  transform: translateX(-50%);
}

.premium-item {
  width: 25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
}

.game-wrap .game-title {
  color: var(--game-188-color) !important;
}

/* --- 문제 페이지 답안 선택지 --- */
.select-area {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 6rem;
  top: 75%;
  width: 100%;
  text-align:center;
}

.game-wrap .select-area a,
.game-wrap .select-area button {
  padding: 1rem 0rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2.5px solid #32261A;
  border-radius: 100px;
  background-color: #fff;
  color: #32261A;
  white-space: nowrap;
  font-weight: 800;
  margin: 0.5rem auto;
  width: 90%;
  font-size: 1rem;
}

.game-wrap .select-area a:active,
.game-wrap .select-area button:active {
  background-color:#FFE2B6;
}

/* pop-text */
.game-wrap .pop-text {
  border-radius: 100%;
  position: absolute;
  padding: 1.5rem 2rem;
  border: 2.5px solid #ffffff;
  background-color: #32261AF2;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  left: 50%;
  top: 30%;
  transform: translateX(-50%);
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}

/* step03sub1*/
.game-wrap .bg-text {
  background-image: url('https://cdn.banggooso.com/assets/images/game188/chat.png');
  background-size: 18rem auto;
  background-repeat: no-repeat;
  position: absolute;
  width: 18rem;
  height: 30rem;
  display: block;
  bottom: -10%;
  left: 10%;
  font-size: 1.1rem;
  text-align: center;
}

.game-wrap .bg-text div:nth-child(1){
  position: absolute;
  text-align: center;
  width: 11.5rem;
  top: 6%;
}

.game-wrap .bg-text div:nth-child(2){
  position: absolute;
  left: 42%;
  top: 21%;
}

/* basic-text */
.game-wrap .basic-text {
  width: 90%;
  margin: 0 auto;
  border-radius: 5px;
  padding: 1rem;
  border: 2.5px solid #ffffff;
  background-color: #32261AF2;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  font-size: 1.1rem;
  z-index: 9999;
  position: relative;
}

#hero {
  border: 2.5px solid #391800 !important;
  background-color: #FFFFFFF2 !important;
  color: #391800 !important;
  font-weight: 600;
}


.game-wrap .basic-text .speaker {
  top: 0;
  left: 0.5rem;
  position: absolute;
  transform: translateY(-100%);
  padding: 0.2rem 1.5rem;
  background-color: #221C16F2;
  border: 2.5px solid #FFFFFF;
  border-radius: 4px 4px 0px 0px;
  font-size: 1rem;

}

/* next-button */
.game-wrap .next-button {
  height: 4.2rem;
  line-height: 4.1rem;
  border: 2.5px solid #32261A;
  z-index: 9999;
  width: 90%;
  margin: 0 auto;
  border-radius: 100px;
   background-color: #FFE2B6;
  color: #32261A;
  text-align: center;
  font-size: 1.1rem;
  box-shadow: 0px 6px 0px 0px #32261A;
font-weight: 700;
font-family: var(--game-188-font);

}
.game-wrap .next-button img{
  width: 0.8rem;
  padding-left: 0.2rem;
  padding-bottom: 0.1rem;
}

/* --- question none --- */
.game-wrap .pop-text.question-text{
  display: none;
}

/* 주관식 답안 페이지 */
.game-wrap .full-page .letter-icon,
.game-wrap .full-page .input-wrapper button[type='submit'] {
font-size: 0.7rem;
  width: 3.3rem;
  height: 2.5rem;
  margin: 0.4rem 0rem;
  border-radius: 4rem;
  cursor: pointer;
  background-color: #FFE2B6;
  border: 0;
  color: #32261A;
  font-weight: 800;
  border: 2.5px solid #32261A;
  font-family: var(--game-188-font);
}

.game-wrap .full-page .letter-icon {
  background-color: #FFE2B6;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50%;
}

.game-wrap .full-page .letter-icon > span {
  color: #ffffff;
  font-size: 0.7rem;
  font-weight: 600;
  margin-top: 2.5rem;
  display: inline-block;
}

.game-wrap .full-page .input-wrapper {
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  text-align: center;
  display: flex;
  justify-content: center;
  z-index: 50;
}

.game-wrap .full-page .input-wrapper .answer-wrapper {
  width: 80%;
  margin: 0 0.5rem;
}

.game-wrap .full-page .input-wrapper #input-answer {
  padding: 0.8rem 0;
  border-radius:8px;
  text-align: center;
  border: 2.5px solid #32261A;
  font-size: 0.8rem;
  font-weight: 700;
  cursor: pointer;
  width: 100%;
  outline: 0;
}

.game-wrap .full-page .input-wrapper .hintP {
  color: #ffffff;
  font-size: 0.7rem;
  margin-top: 0.5rem;
  font-weight: 400;
}

/* --- 결과 타이틀 --- */

.game-result{
  color: var(--game-188-color) !important;
  padding: 0rem 1.5rem;
  gap: 1rem;
}

.game-result .img-box img {
  width: 90%;  
  margin-bottom: 0.5rem;
}

.game-result .img-box .thumb-img-text {
  font-size: 0.8rem;
}

.game-result #result-title h2 {
  background: var(--game-188-color) !important;
  font-size: 0.9rem;
  font-family: var(--game-188-font);
  color: #fff;
  display: inline-block;
  padding: 0.1rem 1rem;
  margin: 0 auto;
  border-radius: 100px;
  font-weight: 400;
  margin-bottom: 0.5rem;
}

.game-result #result-title h1 {
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 1.8rem;
  font-family: var(--game-188-font);
}


.game-result .num-statement,
.game-result p.subtitle{
  display: none;
}

/* --- 결과 타입별 결과 --- */
.game-result .detail{
  padding: 1rem;
  background: #F5F5F5;
  border-radius: 8px;
  font-size: 0.9rem;
  font-family: var(--game-188-font);
  font-weight: 500;
}

.game-result .detail ul li {
  list-style-type: disc;
  margin-left: 1rem;
  line-height: 1.4rem;
}

/* --- 결과 브랜드 메세지 ---  */
.game-result .brand{
  font-family: var(--game-188-font);
  color: var(--game-188-color);
  font-weight: 500;
  gap: 1rem;
  display: flex;
  flex-direction: column;
}

.game-result .brand .brand-title{
  font-size: 1.5rem;
  font-weight: 700;
  padding: 2rem 0rem 0rem 0rem;
  outline: none;
}

.game-result .brand .brand-content{
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.game-result .brand .brand-event{
  display: flex;
  flex-direction: column;
  padding-top: 2rem;
}

.game-result .brand .toggle-section{
width: 100%;
}

.game-result img{
  width: 100%;
  }

.game-result .brand .toggle-section#open{
 display: none;
  }
 
.game-result .brand .brand-button{
  width: 100%;
  border-radius:8px;
  background-color: #2E2A27;
  color: #fff;
  font-size: 1rem;
  padding: 1rem;
  text-align: center;
  font-weight: 500;
  margin-top: 1rem;
}
.game-result .brand .caption{
  width: 100%;
  color: #969696;
  font-size: 0.7rem;
  text-align: center;
  font-weight: 400;
  }

.game-result .brand .toggle-section .toggle-button{
  width: 100%;
    border-radius: 0px 0px 8px 8px;
    background-color: #2E2A27;
    color: #fff;
    font-size: 1rem;
    padding: 0.5rem;
    background-image: url('https://cdn.banggooso.com/assets/images/game188/expand.png');
    background-position: 62% center;
    background-repeat: no-repeat;
    text-align: center;
    background-size: 1.5rem;
    padding-right: 1rem;
  }
  .game-result .brand .toggle-section#open .toggle-button{
    background-image: url('https://cdn.banggooso.com/assets/images/game188/expand-less.png') !important;
    background-position: 57% center !important;
  }

/* ---  결과 공유하기 --- */
.game-result .share-sns-list{
  margin: 2.5rem 0 0;
  background-image:url('https://cdn.banggooso.com/assets/images/game188/bg/share.png');
  background-size: 100%;
  padding: 1.5rem 0rem 2rem 0rem;
  background-repeat: no-repeat;
}

.game-result .share-sns-list span{
  font-family: var(--game-188-font);
}
.game-result .share-sns-list .btn-share.kakao {
  background-image: url(https://cdn.banggooso.com/assets/images/game183/share/black/1.png);
}
.game-result .share-sns-list .btn-share.instagram {
  background-image: url(https://cdn.banggooso.com/assets/images/game183/share/black/2.png);
}
.game-result .share-sns-list .btn-share.facebook {
  background-image: url(https://cdn.banggooso.com/assets/images/game183/share/black/3.png);
}
.game-result .share-sns-list .btn-share.twitter {
  background-image: url(https://cdn.banggooso.com/assets/images/game183/share/black/4.png);
}
.game-result .share-sns-list .btn-share.link-copy {
  background-image: url(https://cdn.banggooso.com/assets/images/game183/share/black/5.png);
}

/* --- 인트로 공유하기 --- */
.game-intro .share-sns-list{
  margin: 2rem 0rem 3rem 0rem;
}
.game-intro .share-sns-list .btn-share.kakao {
  background-image: url(https://cdn.banggooso.com/assets/images/game188/sns/kakao.png);
}
.game-intro .share-sns-list .btn-share.instagram {
  background-image: url(https://cdn.banggooso.com/assets/images/game188/sns/insta.png);
}
.game-intro .share-sns-list .btn-share.facebook {
  background-image: url(https://cdn.banggooso.com/assets/images/game188/sns/facebook.png);
}
.game-intro .share-sns-list .btn-share.twitter {
  background-image:url(https://cdn.banggooso.com/assets/images/game188/sns/twitter.png);
}
.game-intro .share-sns-list .btn-share.link-copy {
  background-image:url(https://cdn.banggooso.com/assets/images/game188/sns/link.png);
}

/* --- 방탈출 결과 --- */
.result-table-container{
  margin: 0.5rem 0rem;
}
.result-table-header{
  font-size: 0.9rem;
  font-weight: 500;
}
.result-table-value{
  font-weight: 700;
  font-size: 1.3rem;
}

.result-table-header,
.result-table-value{
  display: flex;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  color: var(--game-188-color);
  font-family: var(--game-188-font);
}

.result-table-header li,
.result-table-value li{
  flex: 1;
  border-right: 0.75px solid var(--game-188-color);
}

.result-table-header li:nth-child(3),
.result-table-value li:nth-child(3){
  border-right: none;
}

.game-result .result-box{
  padding: 0.3rem 0rem;
  border: none !important;
}

/* 유형별 궁합 */
.game-result .good,
.game-result .bad {
  text-shadow: 0.1rem 0.1rem var(--game-188-sub-color) !important;
}

.game-result .img-halt-box .list li img {
  border-radius: 4px;
}

/* --- 가장많은 유형 순위 ---  */
.game-result .result-box .img-halt-box ul.list > li span.label-top{
  font-weight: 700 !important;
}
.game-result .result-box .img-halt-box ul.list > li span.label-top, 
.game-result .result-box .img-halt-box ul.list > li span.label-bottom, 
.game-result .result-box .img-halt-box ul.list > li span.label-bottom > em {
  color: #4B3F31;
  font-family:var(--game-188-font) !important;
  font-weight: 500;
}
.game-result .result-box .img-halt-box ul.list > li span.label-bottom > em{
  font-weight: 700 !important;
}
.game-result .result-box .img-halt-box ul.list > li span.label-top, 
.game-result .result-box .img-halt-box ul.list > li span.label-bottom, 
.game-result .result-box .img-halt-box ul.list > li span.label-bottom > em {
  color: #4B3F31;
  font-family:var(--game-188-font) !important;
}

.game-result .result-box.most .result-box-title2{
  color: #00000066;
}
.game-result .result-box .result-box-title{
  display: none;
}

.result-box .img-halt-box ul.list > li span.label-top {
  text-shadow: none;
    font-family: var(--game-188-font) !important;
    color: var(--game-188-color);
    font-weight: 700;
}
.result-box .img-halt-box ul.list > li span.label-bottom span {
  line-height: 1.5;
}
.game-btn-wrapper{
  width: 100%;
}

.game-result .result-box.most,
.game-result .result-box.most{
padding: 0;
}

.game-result .btn_retest > a {
  border: none;
  color: #fff;
  font-weight: 500;
  font-family: var(--game-188-font);
  background-position: 68% center;
  background-size: 0.8rem;
  padding-right: 1.5rem;
  background-repeat: no-repeat;
}

.game-result .btn_myranking > a{
    border: none;
  color: #fff;
  font-weight: 500;
  font-family: var(--game-188-font);
  background-size: 0.8rem;
  padding-right: 1.5rem;
  background-repeat: no-repeat;
  background-image: url('https://cdn.banggooso.com/assets/images/game188/equalizer.png');
  background-position: 70% center;
}

.game-btn-wrapper > .game-btn{
  border: none;
  box-shadow: none;
  border-radius: 8px;
  width: 100%;
}

/* --- 유형별 순위 --- */
.test-lists-wrap .title {
  font-family: var(--game-188-font) !important;
  color: var(--game-188-color);
  font-weight: 700;
}
.test-lists-wrap .title::before {
  background-color:transparent;
}

.test-lists-wrap .title{
  font-size: 1.5rem;
  margin: 1.3rem auto;
}

.game-wrapper .game-title {
  background: var(--game-188-color) !important;
  font-family: var(--game-188-font) !important;
  color: #fff !important;
  font-weight: 700 !important;
}

.game-wrapper .test-lists-wrap .test-lists .test-list-item {
  background: #F5F5F5 !important;
  border: none !important;
  font-family: var(--game-188-font) !important;
}
.test-lists-wrap .test-lists .test-list-item.rank_list .percen{
  display: inline-block;
  padding: 0.1rem 0.5rem;
  background: #D8D8D8 !important;
  border-radius: 4px !important;
  font-family: var(--game-188-font) !important;
  font-size: 0.6rem !important;
  font-weight: 500 !important;
  line-height:  0.8rem !important;
  letter-spacing: 0em !important;
  text-align: left !important;
  margin-bottom: 0.3rem !important;
}
.test-lists-wrap .test-lists .test-list-item .item-wrap .item-info .item-title p {
  font-weight: 500  !important;
  color: var(--game-188-color) !important;
  font-family: var(--game-188-font) !important;
  font-size: 0.8rem !important;
  line-height: 1.4 !important;
}
.test-lists-wrap .test-lists .test-list-item .item-wrap .item-info .item-title span {
  font-weight: 700  !important;
  color: var(--game-188-color) !important;
  font-size: 1.1rem !important;
  line-height: 1rem !important;
}
.test-lists-wrap .test-lists .test-list-item .item-wrap .item-info .item-title {
  font-size: 1.2rem !important;
  line-height: 1.2em !important;
  font-weight: 700 !important;
  font-family: var(--game-188-font) !important;
}
.test-lists-wrap .test-lists .test-list-item.rank_list .num{
  color: var(--game-188-color) !important;
  font-family: var(--game-188-font) !important;
  text-shadow: none !important;
  font-weight: 700 !important;
}

/* --- 방탈출 순위 --- */

.game-wrapper header.app-header {
  border: none;
}

.rankingBox .topRanking ul.list_title > li{
  background-color:#000000;
}

.rankingBox .myRanking, .rankingBox .topRanking {
  border: 0.1875rem solid var(--game-188-border-line-color);
}

.rankingBox .myRanking h3{
  font-size: 1.6rem;
}

.rankingBox .topRanking h3{
  color: var(--game-188-color);
  font-family: var(--game-188-font);
}

.rankingBox .topRanking h6{
  color: #00000080;
    letter-spacing: 0.5px;
    font-family: var(--game-188-font);
    font-weight: 500;
}

.rankingBox .myRanking h3::before,
.rankingBox .topRanking h3::before {
  background-color: var(--game-188-color) !important;
}

.rankingBox .list_content_div {
  height: 25rem;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 1rem;
}

.rankingBox .list_content_div > ul > li {
  background-color: #616161;
}

/* --- 더 많은 컨텐츠 보기 --- */

.contents-more .contents-list{
  border-left: 2px solid #000;
}

.contents-more .contents-list .game-btn {
  font-size: 0.8rem !important;
  background-color: #fff !important;
}

.contents-more .contents-list .game-btn a {
  color: #000 !important;
  font-weight: 400 !important;
  font-family: 'Pretendard' !important;
}

.contents-more {
  background:#8E8171;
  border: solid 2px #4B3F31;
}

.contents-more .contents-main .sub-text{
  color: #000;
}

.contents-more .contents-list .game-btn::before{
  transform: rotate(180deg);
    padding: 0.8rem 0.5rem;
    background-image: url(https://cdn.banggooso.com/assets/images/icons/back-arrow-w.png);
    width: 0.8rem !important;
}

/* animation */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeIn{
  width: 80%;
  top: 35%;
  animation: fadeIn 1s;
  animation-fill-mode: forwards;
}
.memoLeftfadeIn{
  width: 130%;
  left: -30%;
  animation: fadeIn 1s;
  animation-fill-mode: forwards;
  transform: translateX(0%) !important;
}
.memoRightfadeIn{
  width: 130%;
  left: 65%;
  animation: fadeIn 1s;
  animation-fill-mode: forwards;
}
.fadeOut{
  width: 100%;
  animation: fadeOut 1s;
  animation-fill-mode: forwards;
}

/* intro  */
.game-wrapper .game-intro {
  overflow: hidden;
}
.game-wrapper .game-intro > div {
  padding: 31rem 2rem 0rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.game-intro .result-box .result-box-title2 > small {
  font-size: 0.8rem;
  font-family: var(--game-188-font);
  color: #FFFFFF66;
  font-weight: 400;
}
.game-intro .img-box{
  height: 28rem;
  margin-bottom: 0;
}
.game-intro .btn-wrap {
  width: 100%;
  margin: 0;
}
.game-intro .volBox {
  font-size: 0.75rem;
  color: #ffffff80;
  padding-top: 0.5rem;
  margin: 0 auto;
  text-align: center;
}

.game-intro .volBox p img {
width: 1rem;
}

.game-intro .user-nickname{
  width: 80%;
  margin: 0 auto;
}

.game-intro .btn-game-start {
  display: block;
  height: 4.5rem;
  box-shadow: 0px 6px 0px 0px #222222;
  border-radius: 3rem;
  border: 0.25rem solid #222222;
  text-align: center;
  line-height: 4rem;
  background-color: #FFE2B6 !important;
  margin: 0 auto;
  color: #32261A;
  font-weight: 700;
  font-size: 1.3rem !important;
  font-family: var(--game-188-font) !important;
}

.game-intro  .share-sns-list .list-title{
  color: #fff;
}

.game-result .share-sns-list .list-title{
  color: var(--game-188-color);
}

.game-intro .result-box{
  border: none;
  padding: 0;
  margin: 0;
}
.game-intro .result-box .result-box-title {
  display: none;
}
.game-intro .img-halt-box .list li img {
  border-radius: 4px;
}

.result-box .img-halt-box ul.list > li span.label-top,
.result-box .img-halt-box ul.list > li span.label-bottom,
.result-box .img-halt-box ul.list > li span.label-bottom > em{
  color: #fff;
  font-weight: 400;
  font-size: 0.8rem;
}
.result-box .img-halt-box ul.list > li span.label-top{
  font-weight: 700;
  font-size: 1.5rem;
}


/* 방탈출 랭킹 */
.rankingBox{
  padding: 0px;
  font-family: var(--game-188-font) !important;
}

.rankingBox .myRanking{
  border-radius: 0px;
  background-color: #F5F5F5;
  border: none;
  display: flex;
    flex-direction: column;
    padding: 1.4rem 0 2rem;
    text-align: center;
    color: var(--game-188-color);
    font-family: var(--game-188-font);
}

.rankingBox .myRanking .allNum {
  font-size: 1rem;
    margin: 1rem 0rem 0.5rem 0rem;
    font-weight: 500;
}

.rankingBox .myRanking .myNum {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  background: var(--game-188-color);
  border-radius: 8px;
  padding: 0.1rem 1rem;
}
.rankingBox .myRanking .myNum span{
  font-size: 2rem;
    font-weight: 700;
    color: #fff;
}
.rankingBox .myRanking h3,
.rankingBox .topRanking ul.list_title{
  font-family: var(--game-188-font);
  margin: 0;
}

.rankingBox .myRanking h3::before, .rankingBox .topRanking h3::before {
  background-color: transparent !important;
}

.rankingBox div > ul > li{
  margin: 0.1rem 0rem;
}
.rankingBox div > ul > li > ul li{
  text-align: center !important;
}
.rankingBox .topRanking ul li.number{
  opacity: 1;
}
.rankingBox div > ul > li > ul > li:nth-of-type(1){
  font-family: var(--game-188-font);
}
.rankingBox div > ul > li > ul > li:nth-of-type(2) {
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  text-align: left !important;
}
.rankingBox .list_content_div > ul > li:nth-of-type(1) > ul > li:nth-of-type(1)::after,
.rankingBox .list_content_div > ul > li:nth-of-type(2) > ul > li:nth-of-type(1)::after,
.rankingBox .list_content_div > ul > li:nth-of-type(3) > ul > li:nth-of-type(1)::after{
  display: none;
} 

.rankingBox .list_content_div > ul > li {
  background-color: #FFE2B68C;
  color: var(--game-188-color);
  font-size: 1rem;
  padding: 0.5rem 0rem;
  font-family: var(--game-188-font);
  font-weight: 500;
}
.rankingBox .list_content_div > ul > li:nth-child(1){
  background-color: #FFE2B6;
}
.rankingBox .list_content_div > ul > li:nth-child(2){
  background-color: #FFE2B6D9;
}
.rankingBox .list_content_div > ul > li:nth-child(3){
  background-color: #FFE2B6B2;
}

/* progress bar */
.progress-bottom{
  background-color: var(--game-188-color);
}
.progress-bottom .progress .progress-inner{
  background-color: #FFE2B6;
}

/* top-3 */

.game-result .btn_myranking {
  margin: 3rem auto 0;
}

.game-result .btn_ranking#m2{
  margin:0 auto 2rem  !important;
}

.result-box .most .game-btn-wrapper .btn_myranking{
  margin:0 auto 0rem !important;
}

.game-result .btn_ranking .ranking-title{
  text-align: left;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: var(--game-188-font);
  padding: 2rem 0rem 0rem 0rem;
}
.game-result .rankingBox .topRanking ul.list_title > li {
  background-color: #F5F5F5;
}

.game-result .result-ranking-box .rankingBox
{
  margin: 1rem 0rem;
}

.game-result .result-ranking-box .rankingBox .topRanking
{
  position: static;
  border: none;
  padding: 0;
  text-align: center;
  border-radius: 4.2px;
  margin: 0;
  min-height: 0;
}

.game-result .rankingBox .list_content_div{
  height: auto;
  max-height: 8rem;
  padding-top: 0;
}

.game-result .btn_retest {
  margin: 1rem auto;
}

.game-result .recommend-list:before {
  background-color: var(--game-188-color) !important;
}


.game-result .good, .game-result .bad{
  font-family: var(--game-188-font);
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 2rem;
    letter-spacing: 0em;
    text-align: center;
    padding-bottom: 0.5rem;
}

.btn-gray-round{
  background-color: var(--game-188-color);
}

.test-lists-wrap .list_content_title{
  display: none;
}
.rankingBox .topRanking{
  padding: 1rem;
}

/* 하단 텍스트 */
.full-page#step03sub3 .next-button{
  display: none;
}

/* --- step별 말풍선 --- */

/* 원형 말풍선 */
.game-wrap #step05 .pop-text{
  padding: 1rem 3rem !important;
 }
 .game-wrap #step01sub1 .pop-text{
   left: 65%;
   top: 50% ;
 }
 .game-wrap #step03sub1 .pop-text{
   left: 40%;
   top: 40% ;
   padding: 1rem 4rem;
 }
 .game-wrap #step03sub2 .pop-text{
   left: 65%;
   top: 60%;
 }
 
 /* 기본 말풍선(하단) */
 .game-wrap .bottom-text .basic-text,
 .game-wrap #step16sub03 .basic-text,
 .game-wrap #step03sub6 .basic-text,
 .full-page#step32 .basic-text#idx1,
 .full-page#step32 .basic-text#idx2,
 .full-page#step32 .next-button#idx3{
  position: absolute  !important;
   left: 50%  !important;
   top: 75%  !important;
   transform: translateX(-50%)  !important;
 }

 .game-wrap #step21sub02 .basic-text,
 .game-wrap #step21sub03 .basic-text{
   position: absolute  !important;
   left: 50%  !important;
   top: 70%  !important;
   transform: translateX(-50%)  !important;
 }
 
  /* 기본 말풍선(상단) */
 .game-wrap #step03sub3 .basic-text,
 .game-wrap #step04sub01 .basic-text,
 .game-wrap #step11 .basic-text,
 .game-wrap #step18sub03 .basic-text,
 .game-wrap #step30 .basic-text
 {
   position: absolute  !important;
   left: 50%  !important;
   top: 10%  !important;
   transform: translateX(-50%)  !important;
 }

  /* 다음 버튼 */
 .game-wrap #step03sub3 .next-button,
 .full-page#step32 .next-button,
 .full-page#step16sub06 .next-button,
 .full-page#step19sub02 .next-button,
 .full-page#step08sub02 .next-button{
   position: absolute  !important;
   left: 50%  !important;
   top: 85% !important;
   transform: translateX(-50%)  !important;
 }
 
 .full-page#step32 .basic-text#idx2,
 .full-page#step32 .next-button{
   display: none;
 }
 
  /* 객체 위치 */
 .game-wrap #step04sub01 .premium-obj{
   top: 33%  !important;
 }
 .game-wrap #step03sub3 .premium-obj,
 .game-wrap #step11 .premium-obj{
   top: 32%  !important;
 }
 .game-wrap #step18sub03 .premium-obj{
   top: 37%  !important;
 }
 .game-wrap #step30 .premium-obj{
   top: 38%  !important;
 }
 
 .game-wrap #step16sub03 .premium-obj,
 .game-wrap #step16sub04 .premium-obj,
 .game-wrap #step16sub05 .premium-obj,
 .game-wrap #step16sub06 .premium-obj{
   width: 80%  !important;
   top: 38% !important;
 }

/* 다음 말풍선 고정 */
.game-wrap .bottom-text .next-button{

}

/* 경찰 이미지 */
.game-wrap #step15sub05 .premium-char,
.game-wrap #step16 .premium-char,
.game-wrap #step16sub01 .premium-char,
.game-wrap #step16sub02 .premium-char,
.game-wrap #step16sub03 .premium-char,
.game-wrap #step16sub04 .premium-char,
.game-wrap #step16sub05 .premium-char,
.game-wrap #step16sub06 .premium-char{
  width: 22rem !important;
}


/* 경찰/키 이미지 모바일*/
@media screen and (max-height: 670px) {
  .game-wrap #step15sub05 .premium-char,
  .game-wrap #step16 .premium-char,
  .game-wrap #step16sub01 .premium-char,
  .game-wrap #step16sub02 .premium-char,
  .game-wrap #step16sub03 .premium-char,
  .game-wrap #step16sub04 .premium-char,
  .game-wrap #step16sub05 .premium-char,
  .game-wrap #step16sub06 .premium-char{
    width: 19rem !important;
  }
  .game-wrap #step32 .premium-obj{
    top: 20% !important;
  }
  .game-wrap #step26 .select-area a{
    margin: 0.2rem auto !important;
  }
  .game-wrap #step26 .select-area a:nth-child(2){
    padding: 0.5rem 0rem;
  }
}

/* 이미지 크기 따른 상세 조정 */
.t-3{
  top: 3% !important;
}
/* 상단 텍스트 */
.t-20{
  top: 20% !important;
}
/* 좌측 말풍선 텍스트 */
.l-40{
  left: 40% !important;
}
/* 경비원 정렬 */
.l-90{
  width: 100%;
  left: 90% !important;
}
/* smaller img */
.w-70{
  width: 70% !important;
}

.game-intro .game-count .count-label:before{
  display: none;
}

.game-intro .game-count{
  margin-bottom: 0px !important;
  margin: 0.5rem 0rem;
}

.game-intro .game-count .count-label,
.game-intro .game-count .count-num{
  color: #fff !important;
  font-family: var(--game-188-font) !important;
}
.game-intro .game-count .count-label{
  font-size: 1.1rem !important;
  font-weight: 500 !important;
}
.game-intro .game-count .count-num{
  font-size: 1.9rem !important;
  font-weight: 700 !important;
}

/* brand-logo */
.game-wrapper .intro-header .app-logo{
  background-image: url('https://cdn.banggooso.com/assets/images/game188/logo/intro.png') !important;
  width: 100%;
}
.game-wrapper .test-header .app-logo{
  background-image: url('https://cdn.banggooso.com/assets/images/game188/logo/result.png');
  width: 100%;
}
.game-wrapper .intro-header .app-header-btn.back{
  background:transparent url(https://cdn.banggooso.com/assets/images/icons/back-arrow-w.png) no-repeat center center /
  auto 1rem;
}
.game-wrapper .app-header .app-logo{
  background-image: url('https://cdn.banggooso.com/assets/images/game188/logo/result.png');
  background-size: auto 1rem !important;
  width: 100%;
}