/* 화면 효과 */
@keyframes vibration {
  from {
    transform: rotate(1deg);
  }
  to {
    transform: rotate(-1deg);
  }
}

@keyframes shake {
  0% {
    left: 50%;
  }

  50% {
    left: 55%;
  }

  100% {
    left: 50%;
  }
}

@keyframes walk {
  0% {
    top: 50%;
  }

  30% {
    top: 40%;
  }

  70% {
    top: 60%;
  }

  100% {
    top: 50%;
  }
}

/* 결과 그래프 */
.circle-chart-wrapper {
  margin: 1rem 0 1.5rem 0;
  display: flex;
  flex-direction: row;
  padding: 0 1rem;
}
.circle-chart-wrapper > .circle-chart-inside,
.circle-chart-wrapper > .circle-chart-inside .circle-chart-box p.circle-chart-text {
  color: black;
  font-family: var(--game-130-bold-font);
  font-weight: bold;
}

.circle-chart-wrapper > .circle-chart-inside .circle-chart-box p.circle-chart-text {
  font-size: 1.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.circle-chart-wrapper > .circle-chart-inside {
  font-size: 1rem;
}

/* 폰트 */
@font-face {
  font-family: 'GangwonEduPower';
  font-weight: normal;
  font-style: normal;
  src: url('https://cdn.banggooso.com/assets/fonts/GangwonEduPower.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'GangwonEduPowerExtraBoldA';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2201-2@1.0/GangwonEduPowerExtraBoldA.woff')
    format('woff');
  font-weight: normal;
  font-style: normal;
}

/* 공통 */
#premium-bg-04-leftRight {
  animation-name: left_right;
  animation-duration: 5s;
  animation-iteration-count: 1;
}

@keyframes modal-on {
  0% {
    margin-top: 80%;
    height: 0%;
    width: 0%;
  }

  50% {
    margin-top: 80%;
    width: 80%;
    height: 0.5%;
  }
  100% {
    width: 80%;
  }
}

.modal-bg {
  animation: modal-on 0.5s cubic-bezier(0, 0, 1, -0.1) alternate;
}

@keyframes left_right {
  0% {
    left: 50%;
  }

  30% {
    left: 100%;
  }

  70% {
    left: 0%;
  }

  100% {
    left: 50%;
  }
}

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

@keyframes toGround {
  0% {
    top: 0rem;
  }

  100% {
    top: 25rem;
    opacity: 0%;
    display: none;
  }
}

#seed2 {
  animation: fadeOut 0.5s infinite linear alternate;
}

#step08 .seedToGround,
.seed3 {
  animation-name: toGround;
  animation-duration: 3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  width: 60%;
  margin: 20%;
}

:root {
  --game-130-color: #8894ff;
  --game-130-sub-color: #d4e2ff;
  --game-130-2nd-color: #a6c4ff;
  --game-100-3rd-color: #eedcf6;
  --game-100-4th-color: #3a9f8b;
  --game-100-normal-color: #626262;
  --game-100-border-line-color: #8b8b8b;
  --game-130-font: 'GangwonEduPower';
  --game-130-bold-font: 'GangwonEduPowerExtraBoldA';
  --game-100-big-size: 1.2rem;
  --game-100-super-big-size: 1.7rem;
}

.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-130-font) !important;
  background-color: var(--game-130-color) !important;
  color: #ffffff;
  font-size: 1.5rem;
}

.app .app-header.intro-header {
  position: fixed;
  z-index: 1;
  width: 100%;
  border: none;
  background-color: #2b2d4c;
}

.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-w.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-logo {
  background-image: url('https://cdn.banggooso.com/assets/images/game130/result-header.png');
  background-size: 75% auto;
}
.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: #140a39 !important;
}
.game-intro .share-sns-list .list-title {
  color: white !important;
}
.game-intro .btn-game-start {
  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: white !important;
  font-family: var(--game-130-bold-font);
}
.game-intro .result-box-title:before {
  background-color: #2e2795 !important;
}
.game-intro .result-box .img-halt-box ul.list > li span.label-top {
  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: white !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: #2e2795 !important;
}

.game-intro .game-count .count-label,
.game-intro .game-count .count-num,
.game-intro .result-box .result-box-title2 small {
  color: white !important;
}

.game-intro .img-box {
  position: relative;
  margin-top: 2rem;
}

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

.game-intro .btn-wrap {
  width: 16.847rem;
  margin-top: -16rem;
  margin-bottom: 1rem;
}

.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 {
  background-color: #ffffff;
  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: 80%;
  margin: 10%;
  position: absolute;
  bottom: 0px;
}

.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-w.png');
}

.game-intro .volBox {
  text-align: center;
  font-size: 0.7rem;
  margin-bottom: 2.5rem;
  margin-top: 1rem;
}

/* 문제 페이지 */
.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: 3rem;
  width: 100%;
  text-align: center;
}

.game-wrap .full-page .bottom-button,
.game-wrap .select-area a,
.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: 1rem;
  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: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}

/*문제*/
.game-wrap .question-text {
  background: rgba(255, 255, 255, 0.8);
  width: 90%;
  min-height: 100px;
  border: 3px solid #8894ff;
  text-align: center;
  color: black;
}

.game-wrap .select-area a {
  background: rgba(255, 255, 255, 0.8);
  border: 3px solid #8894ff;
  color: black;
  border-radius: 13px;
}

.game-wrap .select-area a:focus {
  color: white;
  background-color: #8894ff;
}

/*스토리 설명*/
.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.89);
  width: 90%;
  padding: 1.5rem;
}

/*이름과 텍스트*/
.game-wrap .pop-text.conversation-text .speaker {
  top: 0;
  left: 0.5rem;
  position: absolute;
  transform: translateY(-100%);
  padding: 0.2rem 0.8rem;
  background-color: #0b0a0b;
  border-radius: 10px 10px 0 0;
  font-size: 0.8rem;
}
.game-wrap .pop-text.conversation-text {
  border: none;
  background-color: rgba(11, 10, 11, 0.89);
  box-shadow: 0 0 2px 2px rgb(11 10 11 / 86%);
  border-radius: 5px;
  width: 90%;
  padding: 1rem 0;
}

/*주인공 하는말*/

#step02sub01 .alone-text,
#step04sub01 .alone-text,
#step04sub02 .alone-text,
#step12 .alone-text {
  border-radius: 50% !important;
  height: 8rem !important;
  color: black !important;
  background: rgb(255, 255, 255, 0.85) !important;
  border: 0.15rem solid black !important;
}

/*서사*/
.game-wrap .narrative-text {
  border-radius: 8px;
  width: 90%;
  color: black;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.95);
  border: 2px solid #b49cc6;
}

.game-wrap .pop-text.black-text {
  background-color: #000000;
  font-weight: 800;
  top: 6rem;
}

/*페이지 별 퍼블리싱*/
#step05sub01 .question-text {
  top: 6%;
  min-height: 10%;
}

#step01 .story-text {
  width: 100%;
  height: 100%;
  border: none;
  background: black;
  opacity: 0.8;
  color: white;
}

#step01sub01 .story-text {
  top: 40%;
}
#step01sub01 .alone-text {
  top: 34rem !important;
}

#step01sub01 .alone-text {
  top: 8rem;
}

.walk {
  animation: walk 1.2s 2;
  width: 120% !important;
}

#step02sub01 .alone-text {
  top: 5rem !important;
}

#step02sub02 .question-text {
  top: 15rem !important;
}

#step02sub02 .select-area {
  top: 22rem;
}

#step03sub01 .story-text {
  top: 40%;
}

#step03sub02 .question-text {
  top: 15rem !important;
}

#step03sub02 .select-area {
  top: 22rem !important;
}

#step04 .story-text {
  top: 40%;
}

#step03sub01 .question-text {
  top: 10%;
}

#premium-bg-04 {
  width: 200% !important;
  left: 50% !important;
}

#step04sub01 .alone-text,
#step04sub02 .alone-text {
  top: 30%;
}

#step06 .story-text {
  top: 40%;
}

#premium-bg-03,
#premium-bg-04,
#premium-bg-05 {
  width: 200%;
  left: 100%;
}

#premium-bg-05 {
  left: 50%;
}

.black-modal {
  background-color: rgb(0 0 0 / 70%);
  width: 100%;
  height: 100%;
}

#step05 .black-modal img {
  width: 80%;
  margin: 10%;
  margin-top: 20%;
}

#step05 .story-text {
  background-color: black;
  border: none;
  color: white;
  opacity: 0.8;
}

#step05 .question-text {
  top: 23rem;
}

#step05 .select-area {
  top: 31rem !important;
}

#step05 img {
  animation: vibration 0.1s infinite;
  left: 50%;
  width: 100%;
  margin-top: 5rem;
}

#step05sub01 .story-text,
#step05sub02 .story-text {
  top: 10rem;
}

#step05sub02 .alone-text {
  top: 27rem;
}

#step06 .black-modal {
  position: relative;
}

#step06 .black-modal img {
  position: absolute;
  width: 100%;
  top: 10rem;
}

#step06sub01 .light-bag {
  animation: fadeOut 0.5s infinite linear alternate;
}

#step06 .question-text {
  top: 20rem;
  height: 6rem;
}

#step06 .select-area {
  top: 28rem;
}

#seed1,
#seed2,
#seed3 {
  position: absolute;
  width: 60%;
  margin: 20%;
}

#step06 .select-area {
  top: 28rem;
}

#step06sub01 img {
  top: 8rem;
  position: absolute;
  width: 100%;
}

#step06sub01 .alone-text {
  top: 25rem;
}

#step08 img {
  top: -2rem;
}

#step08 .fadeOutText {
  animation: fadeOut 0.5s linear alternate;
  animation-fill-mode: forwards;
}

#step07 img,
#step08sub02 img {
  position: absolute;
  top: 4rem;
  width: 60%;
  margin: 20%;
}

#step08sub03 {
  position: absolute;
  top: 4rem;
  width: 70%;
  margin: 15%;
}

#step07 .question-text {
  top: 21rem;
}

#step07 .select-area {
  top: 28rem;
}

#step08 .story-text {
  top: 18rem !important;
}

#step08 #seed-click-guide {
  margin: auto;
  margin-top: 15rem;
  width: fit-content;
  text-align: center;
  padding: 0.3rem 1rem;
  font-size: 0.8rem;
  border: none;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.89);
  padding: 0.5rem 1rem;
}

#step08 #story-text {
  top: 40%;
}

#step08 #story-text {
  top: 25%;
}

#step09 img {
  width: 90%;
  margin: 5%;
  margin-top: 10rem;
}

#step09 .print-click-guide {
  text-align: center;
  font-size: 1rem;
  margin-top: -3rem;
}

#step09sub01 .question-text {
  top: 22rem !important;
}

#step09sub01 .select-area {
  top: 29rem;
}

#step09sub01 img {
  width: 85%;
  margin: 7.5%;
  margin-top: 2rem;
}

#step10 .alone-text {
  bottom: 8rem;
}

#step11 .story-text {
  top: 40%;
}

#step11sub01 .question-text {
  top: 15rem;
}

#step11sub01 .select-area {
  top: 22rem;
}

#step12 .alone-text {
  top: 60%;
}

#step13 .alone-text {
  top: 20rem;
}

#step13sub01 .story-text {
  top: 20rem;
}

#step13sub02 .question-text {
  top: 15rem;
}

#step13sub02 .select-area {
  top: 22rem;
}

#step14 .story-text,
#step14sub02 .story-text {
  top: 40%;
}

#step14sub01 .alone-text,
#step14sub03 .alone-text {
  top: 30rem;
}

#step14sub03 .question-text {
  top: 15rem;
}

#step14sub03 .select-area {
  top: 23rem;
}

#step15 .alone-text {
  top: 30rem;
}

.shake {
  width: 120% !important;
  animation: shake 0.3s infinite;
}

#premium-bg {
  transform: translate(-50%, -50%) scale(1);
}

#step15sub01 img {
  animation: vibration 0.1s infinite;
  left: 50%;
  width: 100%;
  margin-top: 5rem;
}

#step15sub01 .story-text {
  top: 30rem;
}

#step15sub02 .question-text {
  top: 15rem;
}

#step15sub02 .select-area {
  top: 22rem;
}

#step15sub02 img {
  width: 80%;
  margin: 10%;
  margin-top: 10rem;
}

#step16 .story-text {
  top: 20rem;
}

#step17 .story-text {
  top: 8rem;
}

#step17sub01 .alone-text,
#step17sub02 .alone-text {
  top: 30rem;
}

#step17sub01 .D-Quote-Box,
#step17sub02 .D-Quote-Box {
  display: flex;
}

#step17sub01 .D-Quote-Box .D-Name,
#step17sub02 .D-Quote-Box .D-Name {
  margin-top: 28rem;
  width: 6rem;
  margin-left: 5%;
  height: 2.2rem;
  background: rgba(0, 0, 0, 85%);
  text-align: center;
  padding: 1.5%;
  border-radius: 5px;
  font-size: 1.1rem;
}

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

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

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

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

#step01sub02 .alone-text,
#step04 .pop-text.conversation-text,
#step09 .main-text,
#step11sub01 .pop-text.conversation-text,
#step12sub01 .story-text,
#step12sub02 .pop-text.conversation-text,
#step12sub03 .alone-text,
#step12sub04 .pop-text.conversation-text,
#step12 .pop-text.conversation-text,
#step13sub01 .pop-text.conversation-text,
#step13sub02 .pop-text.conversation-text,
#step15sub02 .pop-text.conversation-text,
#step17 .pop-text.conversation-text,
#step17sub01 .select-area {
  bottom: 10%;
}

#step04sub01 .alone-text,
#step04sub02 .alone-text {
  bottom: 50%;
}

#step04 .pop-text.question-text,
#step11sub02 .pop-text.question-text {
  top: 50%;
}

#step02 .alone-text,
#step02sub01 .pop-text.question-text,
#step03sub02 .question-text,
#step07sub01 .question-text,
#step07 .story-text,
#step08sub01 .alone-text,
#step08sub02 .pop-text.question-text,
#step08 .alone-text,
#step09sub01 .pop-text.question-text,
#step10 .pop-text.question-text,
#step13 .pop-text.question-text,
#step14 .question-text,
#step13 .pop-text.question-text,
#step14 .alone-text,
#step15 .story-text,
#step06sub01 .question-text {
  top: 15%;
}

/* progress */

.progress-bottom {
  background-color: #000533;
  color: #a5a5a5;
  height: 2.52rem !important;
}

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

.progress-bottom .progress .progress-inner {
  background-color: var(--game-130-2nd-color);
}

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

.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 .detail,
.game-result .result-box.type {
  border: 0.1875rem solid #f2f2f2 !important;
}

.thumb-img-text {
  color: black;
  font-size: 0.8rem;
  padding-top: 0.3rem;
}

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

.game-result #result-title {
  font-family: var(--game-130-font) !important;
  padding-top: 0;
}
.game-result #result-title h2 {
  color: var(--game-130-color) !important;
  font-family: var(--game-130-bold-font);
}
.game-result #result-title h1 {
  font-size: var(--game-100-super-big-size);
  font-family: var(--game-130-bold-font);
  color: black;
}
.game-result .result-box {
  padding: 1.5rem 1.1rem;
  border: none;
}
.game-result .result-box:nth-child(2) {
  margin-top: -2rem;
}
.game-result .result-box .result-box-title {
  color: black;
  font-family: var(--game-130-bold-font);
  font-size: 1.25rem;
}
.game-result p.num-statement > span {
  font-family: var(--game-130-font) !important;
  color: var(--game-130-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 .game-btn-wrapper .event-btn {
  background-color: #73d6c3 !important;
  color: black;
  margin-top: 0.5rem;
  padding: 0.4rem;
}

.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-130-color) !important;
}

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

.game-result .detail .result-box .result-bot-text .subtitle {
  color: var(--game-130-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-130-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-130-sub-color) !important;
}

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

.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_myranking a {
  background-color: var(--game-100-sub-color) !important;
  color: #000000;
  line-height: 3.5rem;
  border-radius: 3rem;
  display: inline-block;
  background-repeat: no-repeat;
  font-size: 1.2rem;
  width: 18rem;
}

.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;
  padding-right: 1rem !important;
  background-color: var(--game-130-color) !important ;
}

.game-result .btn_myranking a {
  background-image: url('https://cdn.banggooso.com/assets/images/common/grape-b.png');
  background-size: 0.9rem;
  background-position: 87% center;
  padding-right: 1rem;
  background-color: #a6c4ff !important;
}

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

.game-result .recommend-list:before {
  background-color: var(--game-130-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 .char-title::before,
.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-result .insta-box .under-line::before {
  content: '';
  height: 0.5rem;
  bottom: 0.55rem !important;
  background-color: var(--game-100-color);
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
}

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

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

/* 브랜드 소구 */
.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-130-bold-font);
  margin-bottom: 0.7rem;
}

/* 가장 많은 유형 순위 */
.result-box .img-halt-box ul.list > li span.label-top {
  font-family: var(--game-130-font) !important;
  text-shadow: 0 0;
}
.result-box .img-halt-box ul.list > li span.label-bottom {
  font-family: var(--game-130-font);
  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-130-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;
}
.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-130-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-130-color);
}
.test-lists-wrap .test-lists .test-list-item:nth-child(2) {
  border-color: var(--game-130-2nd-color);
}
.test-lists-wrap .test-lists .test-list-item:nth-child(3) {
  border-color: var(--game-130-sub-color);
}

@keyframes bgSlide {
  0% {
    left: 100%;
  }
  100% {
    left: 0%;
  }
}

@media (max-height: 685px) {
  #step05 .black-modal img {
    width: 70%;
    margin: 15%;
    margin-top: 10%;
  }

  #step05 .question-text {
    top: 19rem;
  }

  #step05 .select-area {
    top: 27rem !important;
  }

  #step15 .alone-text {
    top: 25rem;
  }

  #step07 img,
  #step08sub02 img {
    position: absolute;
    top: 0rem;
    width: 60%;
    margin: 20%;
  }

  #step07 .question-text {
    top: 17rem;
  }

  #step07 .select-area {
    top: 24rem;
  }

  #step09sub01 img {
    width: 85%;
    margin: 7.5%;
    margin-top: 1.5rem;
  }

  #step09sub01 .question-text {
    top: 19.6rem !important;
  }

  #step09sub01 .select-area {
    top: 26.5rem;
  }

  #step14sub01 .alone-text,
  #step14sub03 .alone-text {
    top: 26rem;
  }

  #step15sub01 img {
    animation: vibration 0.1s infinite;
    left: 50%;
    width: 100%;
    margin-top: 2rem;
  }

  #step15sub01 .story-text {
    top: 25rem;
  }

  #step17sub01 .alone-text,
  #step17sub02 .alone-text {
    top: 26rem;
  }

  #step17sub01 .D-Quote-Box .D-Name,
  #step17sub02 .D-Quote-Box .D-Name {
    margin-top: 24rem;
    width: 6rem;
    margin-left: 5%;
    height: 2.2rem;
    background: rgba(0, 0, 0, 85%);
    text-align: center;
    padding: 1.5%;
    border-radius: 5px;
    font-size: 1.1rem;
  }
}
