/* 결과 그래프 */
.chart-wrapper{
  margin: 0 0 1.5rem 0;
  display: flex;
  flex-direction: row;
  padding: 0 1rem;
}

.chart-wrapper :nth-child(2){
  border-left: none !important;
  border-right: none !important;
}

.chart-wrapper .chart-box{
  color: black;
  font-family: var(--game-131-font);
  font-weight: bold;
  width: calc(100% / 3);
  text-align: center;
  border: 2px solid #FF5255;
}

.chart-wrapper .chart-box .chart-text{
  background-color: var(--game-131-sub-color);
  padding: 0.3rem;
  padding-top: 0.5rem;
  color : #FF5255;
}

.chart-wrapper .chart-box .chart-value{
  color: black;
  font-family: var(--game-131-sub-font);
  font-size: 1.7rem;
  padding : 0.2rem 0;
}

/* 폰트 */
@font-face {
  font-family: 'LeferiPoint-BlackA';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2201-2@1.0/LeferiPoint-BlackA.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'EBSJSKMedium';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/EBSJSKMedium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');
}

/* 공통 */
:root {
  --game-131-color: #FF7072;
  --game-131-sub-color: #FFCBD7;
  --game-131-2nd-color: #FF676A;
  --game-131-font: 'LeferiPoint-BlackA';
  --game-131-sub-font: 'EBSJSKMedium';
}

.game-btn {
  font-family: var(--game-130-font) !important;
  background-color: white !important;
  font-size: 1.3rem !important;
  color: #140A39;
  border: 0.25rem solid #8894FF
}

.game-wrapper .game-title {
  font-family: var(--game-131-font) !important;
  background-color: var(--game-131-color) !important;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 3.5rem;
}

.app .app-header.intro-header {
  position: fixed;
  z-index: 1;
  width: 100%;
  border: none;
}

.app .app-header.test-header {
  border: none;
}
.app .app-header.test-header.intro-header .app-header-btn.back{
  background : transparent url(https://cdn.banggooso.com/assets/images/icons/back-arrow-b.png) no-repeat center center /
  auto 1rem !important;
}
.app .app-header.test-header .app-header-btn.back{
  background : transparent url(https://cdn.banggooso.com/assets/images/icons/back-arrow-b.png) no-repeat center center /
  auto 1rem !important;
}

.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.result .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;
}
.game-wrapper .app-header.page .app-header-btn.back {
  background: transparent url(https://cdn.banggooso.com/assets/images/icons/back-arrow-w.png) no-repeat center center /
    auto 1rem;
}

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

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

/* 인트로 페이지 */
.game-intro {
  position: relative;
  background-color: #F9D5E1 !important;
}
.game-intro .share-sns-list{
  margin: 0 auto 3.5rem
}
.game-intro .share-sns-list .list-title {
  color: black !important;
}
.game-intro .btn-game-start{
  font-family: var(--game-131-font) !important;
  background-color: #FF676A !important;
  color : white;
  display: inline-block;
  width: 100%;
  border-radius: 3rem;
  border: 0.25rem solid var(--game-130-color);
  font-size: 1.3rem;
  text-align: center;
  line-height: 4rem;
  box-shadow: none;
}

.game-intro .result-box .result-box-title {
  color: black !important;
  font-family: var(--game-131-font);
}
.game-intro .result-box-title:before {
  background-color: var(--game-131-sub-color) !important;
}
.game-intro .result-box .img-halt-box ul.list > li span.label-top {
  font-family: var(--game-131-font) !important;
  text-shadow: 0 0 var(--game-100-sub-color) !important;
}
.game-intro .result-box .img-halt-box ul.list > li span.label-bottom,
.game-intro .result-box .img-halt-box ul.list > li span.label-top,
.game-intro .result-box .img-halt-box ul.list > li span.label-bottom > em {
  color: black !important;
}
.result-box .img-halt-box ul.list > li span.label-bottom > em{
  color:black !important;
}
.game-result .result-box.most .img-halt-box .list .label-bottom{
  font-family: 'RixGulim';
}
.game-intro .game-count .count-label:before {
  background-color: var(--game-131-sub-color) !important;
}

.game-intro .game-count .count-label,
.game-intro .game-count .count-num,
.game-intro .result-box .result-box-title2 small {
  color: black !important;
  font-family: var(--game-131-font);
}

.game-intro .img-box {
  position: relative;
  margin-top: 2.48rem;
  margin-bottom: -20rem;
}
.game-intro .user-nickname input {
  display: block;
  margin: auto;
  width: 60%;
  height: 3rem;
  font-size: 1rem;
  padding: 1rem;
  font-weight: 700;
  border-radius: 10px;
  background-color: #F6F6F6;
  text-align: center;
  border: 3px solid var(--game-131-sub-color);
  font-family: 'Noto Sans KR', sans-serif;
}

.game-intro .user-nickname input:focus {
  outline: none;
}

.game-intro > div.game-intro-text {
  width: 100%;
  top: 22rem;
  color: #ffffff;
}

.game-intro .btn-wrap {
  width: 16.847rem;
    margin: 2.1875rem auto;
}

.game-intro .intro-text {
  position: relative;
  top: -38rem;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(255, 255, 255, 0.35);
}

.game-intro > dl.game-count {
  top: 41.5rem;
}

.game-intro .result-box .result-box-title:before {
  bottom : 0.5rem;
}

.game-intro .most-type-wrap > div {
  border: none;
}

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

.premium-character{
  width: 100%;
  position: absolute;
  bottom: 50%;
  top: 10%;
}

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

.premium-object{
  width: 100% !important;
  position: absolute;
  top: 50%;
  left: 50%;
}

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

.game-intro .volBox {
  text-align: center;
  font-size: 0.7rem;
  margin-bottom: 2rem;
  margin-top: -0.5rem;
  color: black;
}

/* 문제 페이지 */
.d-hide {
  display: none !important;
}

.game-wrapper .game-wrap {
  padding: 0;
  width: 100%;
  height: 100%;
  max-height: 1030px;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.game-wrap .full-page {
  height: 100vh;
  position: relative;
}

.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;
  width: 2.3rem !important;
}

.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;
  width: 2.3rem !important;
}

.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;
  width: 2.3rem !important;
}

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

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

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

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

.game-wrap .full-page .bottom-button,
.select-area {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10%;
  width: 100%;
  text-align: center;
}

.game-wrap .full-page .bottom-button,
.game-wrap .select-area button {
  min-height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 40px;
  background-color: rgba(255, 255, 255, 0.95);
  color: #000000;
  white-space: nowrap;
  font-weight: 800;
  margin: 0.5rem auto;
  width: 90%;
  font-size: 1rem;
}

.game-wrap .full-page .bottom-button:active,
.game-wrap .select-area a:active,
.game-wrap .select-area button:active {
  background-color: var(--game-100-color);
  color: #fff;
}

/*
문제 - question-text
주인공 독백 - alone-text 
스토리 설명 - story-text
서사 - narrative-text
주인공이 하는 말 - main-text
이름과 텍스트 -speaker
*/

/*팝업 뜨는 것들 기본 퍼블리싱*/
.game-wrap .pop-text {
  position: absolute;
  padding: 0.8rem;
  width: 100%;
  border-radius: 13px;
  color: #ffffff;
  font-weight: 800;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 5;
  min-width: 250px;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}

.game-wrap .alert-text{
  display: flex;
  flex-direction: column;
  top: 17rem;
  width: 80%;
}

.game-wrap .alert-text .alert-upper{
  background-color: #FF7072 !important;
  width: 100%;
  border-radius: 7px 7px 0 0;
  padding: 0.2rem 0;
  margin-bottom: -0.1rem;
}

.game-wrap .alert-text .alert-upper > div{
  width: 1.5rem;
  height: 1.5rem;
  margin: auto;
  background: #FF4447;
  border-radius: 50%;
  font-size: 1rem;
}

.game-wrap .alert-text .alert-lower{
  border: 4px solid #FF7072;
  width: 100%;
  padding: 1.2rem;
  background: rgba(255, 220, 228, 0.9);
  color: black;
  font-size: 1rem;
  border-radius: 0 0 7px 7px;
}

.game-wrap .alone-text.two-lines{
  padding: 0.7rem !important;
}

/*문제*/
.game-wrap .question-text { 
  background-color: rgb(0 0 0 / 85%);
  width: 90%;
  min-height: 80px;
  text-align: center;
  color : white;
}

.game-wrap .select-area a,
.game-wrap .result-btn{
  min-height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 40px;
  background: white;
  color: black;
  box-shadow: 0px 0px 4px rgb(0 0 0 / 40%);
  color: #000000;
  white-space: nowrap;
  font-weight: 800;
  margin: 0.5rem auto;
  width: 80%;
  font-size: 1rem;
}

.game-wrap .select-area a:active,
.game-wrap .select-area a:focus,
.game-wrap .result-btn{
  color: white;
  background-color: var(--game-131-color);
}

/*스토리 설명*/
.game-wrap .story-text {
  background: rgba(255, 255, 255, 0.95);
  border: 3px solid var(--game-130-color);
  color: black;
  box-sizing: border-box;
  border-radius: 8px;
  display: flex;
  flex-direction: column !important;
  width: 90%;
}

/*주인공 독백*/
.game-wrap .alone-text {
  border: none;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.85);
  width: 90%;
  padding: 1.5rem;
}




/*페이지 별 퍼블리싱*/
#step01 .story-text {
  width: 100%;
  height: 100%;
  border: none;
  background: black;
  opacity: 0.8;
  color : white;
}

#step10{
  background-color: #f2f2f2;
}

#step10 .alone-text{
  top: 15%;
}

#step10 img{
  width: 90%;
  margin-left: 5%;
  margin-top: 16rem;
}

#step05,
#step12{
  background-color: #FCC4C4;
}

#step36 img{
  width: 85%;
  margin-left: 7.5%;
  margin-top: 30%;
}

#step13 .story-text,
#step14 .story-text,
#step16 .story-text,
#step32 .story-text,
#step36 .story-text,
#step42 .story-text
{
  border-radius: 50%;
  padding: 2rem;
  border: 2px solid #000000;
}

#step01 .alone-text,
#step02 .alone-text,
#step04 .alone-text,
#step06 .alone-text,
#step07 .alone-text,
#step13 .story-text,
#step14 .story-text,
#step15 .story-text,
#step16 .story-text,
#step17 .alone-text,
#step18 .alone-text,
#step20 .alone-text,
#step23 .alone-text,
#step29 .alone-text,
#step32 .story-text,
#step36 .story-text,
#step38 .alone-text,
#step44 .alone-text,
#step46 .alone-text,
#step23 .alone-text,
#step31 .alone-text,
#step35 .alone-text,
#step43sub01 .alone-text,
#step46 .alone-text,
#step50 .story-text,
#step55 .alone-text
{
  bottom:10% !important;
}

#step09 .alone-text{
  top:40% !important;
}

#step08sub01 .alert-text{
  top: 50% !important;
}

#step11 .alone-text,
#step12 .story-text,
#step25 .alone-text,
#step26 .alone-text,
#step28 .alone-text,
#step29 .alone-text,
#step30 .story-text,
#step33 .alone-text
#step25 .alone-text,
#step33 .alone-text,
#step39 .alone-text,
#step41 .alone-text,
#step49 .alone-text,
#step50 .alone-text,
#step52sub01 .alone-text,
#step57 .alone-text
{
  top: 45% !important;
}

#step05 .story-text.first{
  top: 35%;
  padding: 2rem;
  border: 2px solid #f2f2f2;
}

#step05 .story-text.second{
  top: 35%;
  padding: 2rem;
  border: 2px solid #f2f2f2;
}

#step05 .start-btn{
  text-align: center;
  background-color: var(--game-131-color);
  padding: 1rem;
  min-height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 40px;
  box-shadow: 0px 0px 4px rgb(0 0 0 / 40%);
  color: white;
  white-space: nowrap;
  font-weight: 800;
  margin: 0.5rem auto;
  width: 80%;
  font-size: 1rem;
  margin-top: 140%;
}

#step08 .question-text{
  bottom: 30%;
}

#step36 .alone-text{
  top: 20%;
}

#step42 .story-text{
  top: 75%;
}

#step28 .story-text.first{
  top: 8rem;
  border-radius: 50%;
  padding: 2rem;
  border: 2px solid #000000;
}

#step27 .select-area{
  top: 66%;
}

.story-text.second{
  top: 22rem;
  padding: 2rem;
}

#step22 .question-text,
#step50 .question-text,
#step29 .question-text,
#step36sub01 .question-text,
#step37 .question-text,
#step38 .question-text,
#step45 .question-text,
#step46 .question-text,
#step47 .question-text,
#step48 .question-text,
#step54 .question-text,
#step56sub01 .question-text{
  bottom: 30%;
}

#step51 .question-text{
  top: 35% !important;
}

#step51 .select-area{
  top: 48% !important;
}

#step29 .alone-text{
  margin-top: 33.2rem !important;
}

#step27 .quote-box
{
  width: 100% !important;
  bottom: 95% !important;
  top: 47% !important;
}

#step34 .quote-box{
  top: 55%;
}

.quote-box{
  position: absolute;
  top: 76%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 90%;
}

.quote-box .name-box{
  width: 6rem;
  margin-left: 8%;
  height: 2.2rem;
  background: black;
  text-align: center;
  padding: 1.5%;
  border-radius: 10px 10px 0 0;
  font-size: 1.1rem;
  margin-bottom: -0.1rem;
}

#step34 .select-area{
  bottom: 0;
  top: 330%;
  margin-top: 1rem;
}

#step39 .story-text{
  top: 16rem;
  border: none;
  background: none;
}

#step39 .story-text img{
  width: 100%;
}

#step39 .btn-toResult{
  margin-top: 25rem;
}

#step39 .btn-toResult img{
  width: 80%;
  margin: 10%;
  margin-top: -20%;
}

#step23 .pop-text.question-text{
  top: 50%;
}


#step30 .story-text,
#step35 .pop-text.question-text,
#step32 .alone-text,
#step24 .pop-text.question-text,
#step28 .pop-text.question-text,
#step33 .question-text,
#step35 .story-text{
  top: 15%;
}

#step32 .quote-box{
  top: 55% !important;
}

#step32 .select-area{
  bottom: -750% !important;
}

#step59 .ending-ment{
  font-family: var(--game-131-font);
  font-size: 1.6rem;
  margin: 16rem auto 2rem;
  letter-spacing: 0.1rem;
  text-align: center;
}

#step59 .result-btn{
  margin-top: 115% !important;
}

#step06 img,
#step07 img,
#step08 img,
#step08sub01 img,
#step15 img,
#step16 img,
#step17 img,
#step18 img,
#step19 img,
#step20 img,
#step21 img,
#step22 img,
#step34 img{
  top: 15% !important;
}

#step26 img,
#step27 img,
#step35 img,
#step42 img{
  top: 12% !important;
}
/* progress */

.progress-bottom {
  background-color: var(--game-131-sub-color);
  color: #a5a5a5;
  height: 2.52rem !important;
}

.progress-bottom .progress {
  top: 50%;
}

.progress-bottom .progress .progress-inner {
  background-color: #FF676A;
}

.progress-bottom .percen {
  font-weight: 700;
  font-size: 0.7rem;
  position: absolute;
  top: 30%;
  right: 2%;
  color: black;
}

.progress-bottom > p:last-child {
  font-size: 0.7rem;
  position: absolute;
  bottom: 0;
}

.top-text {
  top: 10%;
  padding: 1rem !important;
}

.bottom-text {
  bottom: 10%;
  padding: 1.5rem !important;
}

/* 결과 페이지 */
.result .app-logo {
  width: 16rem !important;
}
.game-result {
  height: auto;
  padding: 2rem 20px 0;
}
.game-result .result-flag{
  width: 60%;
  margin-bottom: 1rem !important;
  margin: auto;
}
.game-result .detail,
.game-result .result-box.type{
  border: 0.1875rem solid #f2f2f2 !important;
}

.thumb-img-text {
  color: var(--game-131-color);
  font-size: 0.8rem;
  padding-top: 0.3rem;
}

.thumb-img-text.coupon{
  text-align: center;
  margin-bottom: 1rem;
  color : black !important;
}

.game-result .img-box img {
  width: 80%;
}

.game-result .coupon-box img{
  width: 80%;
  margin-left: 10%;
  margin-bottom: 0.3rem;
}

.game-result #result-title {
  font-family: var(--game-130-font) !important;
  padding-top: 0;
}
.game-result #result-title h2 {
  color: var(--game-131-color) !important;
  font-family: var(--game-131-font);
}
.game-result #result-title h1 {
  font-size: var(--game-100-super-big-size);
  font-family: var(--game-131-font);
  color: black;
  font-size: 1.7rem;
  margin-bottom: 0.1rem
}
.game-result .result-box {
  padding: 1.5rem 1.1rem;
  margin: 0;
  border:none;
}
.game-result .result-box:nth-child(2){
  margin-top: -3rem;
}
.game-result .result-box .result-box-title {
  color: black;
  font-family: var(--game-131-font);
  font-size: 1.25rem;
}
.game-result p.num-statement{
  margin-bottom: 0 !important;
}
.game-result p.num-statement > span {
  font-family: var(--game-131-font) !important;
  color: var(--game-131-color) !important;
}
.game-result #result-title .img-box {
  margin: 0 1rem 1.5rem;
  width: auto;
}
.game-result #result-title .img-box .img-caption {
  margin: -0.5rem auto 0.3rem;
  color: var(--game-100-color) !important;
}
.game-result .result-box .game-btn-wrapper.btn-event1 {
  margin: 1.5rem auto;
}
.game-result .result-box .game-btn-wrapper.btn-event1 .event-btn1{
  background-color: #EDC7FF !important;
  color : black;
  font-family: var(--game-130-font) !important;
}
.game-result .result-box .game-btn-wrapper.btn-event2 {
  margin: 0.5rem auto;
}
.game-result .result-box .game-btn-wrapper.btn-event2 .event-btn2{
  background-color: var(--game-130-2nd-color) !important;
  color : black;
  font-family: var(--game-130-font) !important;
}
.game-result .event-btn.multi-line {
  font-size: 1rem !important;
  line-height: 1.7rem;
  margin-top: 0;
}

.game-result .result-container .detail .game-btn-wrapper{
  margin : -0.5rem auto 1.5rem;
}

.game-result .game-btn-wrapper .event-btn {
  background-color: #FF676A !important;
  font-family: var(--game-131-font) !important;
  font-size: 1.3rem;
  width: 18rem;
  margin-top: 0.5rem;
  padding: 0.4rem;
  padding-bottom: 0%;
  line-height: 3.5rem;
  box-shadow: none;
  border:none;
}

.game-result .game-btn-wrapper .event-btn.event-change{
  line-height: 1.8rem !important;
}

.game-result .event-btn {
  background-color: var(--game-100-color) !important;
  color: #ffffff;
  margin-top: 1rem;
  line-height: 1.8rem;
}
.game-result .detail .result-box .result-bot-text .mark {
  background-color: var(--game-131-color) !important;
}

.app-main .result-bot-text .mark + p {
  font-size: 0.85rem;
}

.game-result .detail .result-box .result-bot-text .subtitle {
  color: var(--game-131-color) !important;
}

.game-result .detail .result-box .result-bot-text p {
  color: black;
}

.game-wrapper .game-result .result-bot-text .subtitle {
  font-size: 0.95rem;
  font-weight: 700;
  margin-top: 1rem;
  text-align: left;
  color: var(--game-100-color) !important;
}

.game-result .detail .result-box .result-bot-text .subtitle > .mark {
  background-color: var(--game-131-color) !important;
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.4rem;
  margin-left: -0.05rem;
}

.game-result .detail .result-box .result-bot-text b {
  color: var(--game-100-color) !important;
}

.game-result .result-box .result-box-title:before,
.game-result .result-box h3.result-box-title span:before,
.game-result .result-box h3.result-box-title p:before {
  background-color: var(--game-131-sub-color) !important;
}

.game-result .result-box .result-bot-text .colored-text{
  color : var(--game-130-color) !important;
  font-weight: bold;
  text-shadow: 0 0 black;
}

.ETJ .result-box h3.result-box-title p:nth-child(1):before {
  background-color: white !important;
}

.ETJ #result-title h1 p {
  font-size: 1.5rem !important;
}

.game-result .share-sns-list .list-title > span::before {
  content: '';
  height: 0.5rem;
  bottom: 0.15rem;
  background-color: var(--game-130-sub-color);
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
}

.game-result .btn_retest a {
  background-image: url('https://cdn.banggooso.com/assets/images/common/re-test-w.png') !important;
  background-position: 80% center !important;
  font-family: var(--game-131-font) !important;
  padding:0.4rem;
  padding-right: 2rem !important;
  background-color: var(--game-131-2nd-color) !important ;
  border: none;
  box-shadow: none;
  padding-bottom: 0%
}

.game-result .btn_myranking a {
  color: #000000;
  line-height: 3.5rem;
  border-radius: 3rem;
  display: inline-block;
  background-repeat: no-repeat;
  font-size: 1.2rem !important;
  width: 18rem;
  background-image: url('https://cdn.banggooso.com/assets/images/common/grape-b.png');
  background-size: 0.9rem;
  background-position: 87% center;
  padding : 0.4rem;
  padding-right: 1rem;
  padding-bottom: 0%;
  background-color:var(--game-131-sub-color) !important;
  font-family: var(--game-131-font) !important;
  box-shadow: none;
  border:none;
}


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

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

.game-result .graph-wrapper {
  font-family: 'lab-digital';
  font-size: 1rem;
  text-align: center;
  margin: 0.5rem 2rem 0;
}
.game-result .test-result-wrap ul {
  overflow: hidden;
}

.game-result .test-result-wrap ul li {
  float: left;
  border-right: 2px solid var(--game-100-color);
  text-align: center;
}

.game-result .test-result-wrap ul li:first-child,
.game-result .test-result-wrap ul li:nth-child(2) {
  width: 32%;
}

.game-result .test-result-wrap ul li:last-child {
  border-right: none;
  width: 36%;
}

.game-result .char-title {
  font-size: 0.85rem;
  margin-bottom: 0.5rem;
}

.game-result .insta-box .under-line::before{
  background-color: var(--game-100-sub-color);
}

.game-result .result-box.most .result-box-title:before,
.game-result .result-box.type .result-box-title:before,
.game-result .result-box h3.result-box-title p:before,
.game-intro .game-count .count-label:before{
  bottom : 0.5rem !important;
}

.game-result .result-char-title-wrap {
  width: 100%;
  margin: 0 auto;
}

.result-table-header {
  margin-top: 0.5rem;
}

.result-table-header li {
  color: #ffffff;
  font-family: var(--game-130-font);
}

.resultbox-slide {
  text-align: justify;
  font-size: 0.75rem;
}

.type-text {
  color: #2d9884 !important;
}

/* 브랜드 소구 */
.game-result .result-box .result-box-sub-wrap {
  display: flex;
}

.game-result .result-box .result-box-sub-wrap > img {
  width: 8rem;
  height: 8rem;
}

.game-result .result-box .result-box-img-sub-wrap {
  margin-left: 0.5rem;
}

.game-result .result-box .result-box-img-sub-wrap > p {
  line-height: 1rem;
}

.game-result .result-box .resultbox-slide-toggle {
  font-size: 0.95rem;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.game-result .result-box .game-btn-wrapper .btn-caption {
  font-size: 0.65rem;
  color: #bfbfbf;
  margin: 0.5rem 0 -1.5rem;
}

.slider-text {
  color: rgba(196, 196, 196, 1) !important;
  font-size: 0.7rem;
  font-weight: 400;
  margin-top: 0.5rem;
}

.slider-text img.brand-logo{
  width: 30%;
  position: relative;
  top: -0.15rem;
}

/* 인스타 섹션 */
.insta-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1rem;
  color:black;
  text-align: center;
    font-size: 0.82rem;
    font-weight: 550;
}

.insta-box .font {
  font-family: var(--game-130-font);
}

.insta-box .point-color{
  color:var(--game-100-4th-color);
  font-weight: 800;
}

.insta-box .text-container{
  margin-top: 0.7rem;
}

.insta-box .point-color.font{
  font-size: 1.2rem;
}

.insta-box .under-line.font{
  font-size: 1rem;
}

.insta-box .num{
  margin-right: 0.5rem;
}
.insta-box img {
  width: 90%;
  margin-bottom: 1rem;
  margin-top:1rem;
}

.insta-box .insta-btn {
  background-color: white !important;
  color: black;
  line-height: 3.5rem;
}

.insta-box .event-btn.insta{
  background-color: white !important;
  line-height: 1.6rem;
  text-align: center;
}

.insta-box #copyBtn{
  background-color: white !important;
  text-align: center !important;
  line-height: 2.6rem;
}

.insta-box li {
  display: flex;
  margin-bottom:0.2rem;
}

.insta-box div{
  display: block;
  text-align: start;
}

.insta-box .small-text{
  font-size: 0.55rem;
}

.insta-box .highlight{
  background-color: var(--game-100-4th-color);
  color: white;
  border-radius: 0.2rem;
  padding: 0.05rem 0.2rem;
  font-weight: 500;
  font-size: 0.8rem;
  margin-bottom: 0.2rem;
  display: inline-block;
}

.insta-box .center{
  text-align: center;
}

.insta-box .bold{
  font-weight: 800;
}

.insta-box .bottom{
  margin-top: 0.7rem;
}

.insta-box .bottom p{
  line-height: 1.3rem;
}

/*타입별 제품이미지*/
.type-image-container {
  margin-top: 0.5rem;
}

.type-image-container .type-name {
  margin-top: 0.4rem;
  font-size: 0.8rem;
  font-weight: 400;
}

.type-image-container .A3B0C0,
.type-image-container .A2B1C0 {
  font-size: 0.7rem;
}

.type-image {
  width: 61% !important;
  border-radius: 0.8rem;
  box-shadow: 2px 2px 5px rgb(0 0 0 / 30%);
}

/*이미지 슬라이더*/

.game-result .result-box .brand-slide-wrapper {
  width: 100%;
  overflow: auto;
  padding: 0.5rem 1rem 0rem 1rem;
}
.game-result .result-box .swiper-slide {
  width: 70%;
  margin: 0.4rem 0;
}
.game-result .result-box .swiper-slide:last-child {
  margin-right: 0.3rem;
}
.game-result .result-box .slide-box {
  width: 100%;
}
.game-result .result-box .slide-box > img {
  width: 100%;
  height: 100%;
  margin-right: 0.3rem;
  box-shadow: 2px 2px 5px rgb(0 0 0 / 30%);
}
.game-result .result-box .swiper-slide:first-child .slide-box > img {
  border-radius: 0.8rem 0 0 0.8rem;
}
.game-result .result-box .swiper-slide:last-child .slide-box > img {
  border-radius: 0 0.8rem 0.8rem 0;
}

/* 유형별 궁합 */
.game-result .good,
.game-result .bad {
  text-shadow: 0 0;
  color: black;
  font-size: 1.1rem;
  font-family: var(--game-131-font);
  margin-bottom: 0.7rem;
}

/* 가장 많은 유형 순위 */
.result-box .img-halt-box ul.list > li span.label-top {
  font-family: var(--game-131-font) !important;
  text-shadow: 0 0;
}
.result-box .img-halt-box ul.list > li span.label-bottom{
  font-family: 'RixGulim';
  color : black;
}
.result-box .img-halt-box ul.list > li span.label-bottom span {
  line-height: 1.5;
}

/* 유형 순위 페이지 */
.test-lists-wrap .title {
  font-family: var(--game-131-font) !important;
  color: #000000;
}
.test-lists-wrap .title::before {
  background-color: var(--game-100-sub-color) !important;
  color: #000000;
}
.test-lists-wrap .test-lists .test-list-item.rank_list .num {
  color: #000000;
  text-shadow: 3px 4px 0px var(--game-100-sub-color) !important;
}
.test-lists-wrap .test-lists .test-list-item.rank_list .item-info {
  color: #000000 !important;
  font-family: var(--game-131-font);
}
.test-lists-wrap .test-lists .test-list-item .item-wrap .item-info .item-title,
.test-lists-wrap .test-lists .test-list-item .item-wrap .item-info .item-tags{
  font-family: var(--game-130-font);
}
.test-lists-wrap .test-lists .test-list-item .item-title > p {
  color: var(--game-131-color) !important;
}

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

.game-wrapper .test-lists-wrap .test-lists .test-list-item {
  border-color: #f1f1f1;
}
.test-lists-wrap .test-lists .test-list-item:first-child {
  border-color: var(--game-131-2nd-color);
}
.test-lists-wrap .test-lists .test-list-item:nth-child(2) {
  border-color: #FF7493;
}
.test-lists-wrap .test-lists .test-list-item:nth-child(3) {
  border-color: var(--game-131-sub-color);
}

@media (max-height:685px){
  #step08 .question-text,
  #step22 .question-text,
  #step50 .question-text,
  #step29 .question-text,
  #step36sub01 .question-text,
  #step37 .question-text,
  #step38 .question-text,
  #step45 .question-text,
  #step46 .question-text,
  #step47 .question-text,
  #step48 .question-text,
  #step54 .question-text,
  #step56sub01 .question-text{
  bottom: 31.5%;
}

#step08sub01 .alert-text{
  top: 55% !important;
}

#step51 .question-text{
  top: 30% !important;
}

#step32 .quote-box{
  top: 50% !important;
}

#step36 img{
  width: 70%;
  margin-left: 15%;
  margin-top: 7rem;
}
}