/* 공통 */
@font-face {
  font-family: 'SF_HambakSnow';
  src: url('https://cdn.banggooso.com/assets/fonts/SF_HambakSnow.woff2') format('woff2'),
    url('https://cdn.banggooso.com/assets/fonts/SF_HambakSnow.woff') format('woff');
}

@font-face {
  font-family: 'GowunBatang';
  src: url('https://cdn.banggooso.com/assets/fonts/GowunBatang-Bold.woff2') format('woff2'),
    url('https://cdn.banggooso.com/assets/fonts/GowunBatang-Bold.woff') format('woff');
}
img {
  width: 100%;
}
:root {
  --game-94-color: #c8c1b3;
  --game-94-sub-color: #c8c1b3;
  --game-94-2nd-color: #e1d9c9;
  --game-94-3rd-color: #f4edde;
  --game-94-normal-color: #626262;
  --game-94-border-line-color: #8b8b8b;
  --game-94-font: 'GowunBatang', sans-serif;
  --game-94-big-size: 1.2rem;
  --game-94-super-big-size: 1.7rem;
}

.game-btn {
  font-family: var(--game-94-font) !important;
  background-color: var(--game-94-color) !important;
  font-size: var(--game-94-big-size) !important;
  color: #000000;
  border: 0 !important;
  box-shadow: 0px 0px !important;
}
.game-wrapper .game-title {
  font-family: 'SF_HambakSnow', sans-serif !important;
  background-color: var(--game-94-color) !important;
}

.app .app-header.intro-header {
  background-color: #e8e2cb !important;
  position: fixed;
  z-index: 1;
  width: 100%;
  border-bottom: 1px solid #ffffff;
}
.game-wrapper .app-header.result .app-logo {
  background-image: url('https://cdn.banggooso.com/assets/images/game94/logo.png');
  width: 13rem;
  background-size: auto 60%;
}

.app .app-header.result {
  background-color: #f5f2ed;
}

.game-wrapper .app-header .app-header-btn.back,
.game-wrapper .app-header.page.black .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;
  padding-bottom: 3rem;
}

.game-intro > div.game-intro-text {
  width: 100%;
  top: 22rem;
  color: #ffffff;
}
.game-intro > div,
.game-intro > dl.game-count {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

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

.game-intro > .img-box,
.game-intro > .share-sns-list,
.game-intro > .most-type-wrap,
.game-intro > .result-box.most {
  position: relative;
  transform: none;
  left: 0;
}

.game-intro .user-nickname {
  top: 29.5rem;
}

.game-intro .user-nickname input {
  width: 12rem;
  height: 2.5rem;
  border: 2px solid #cccccc;
  text-align: center;
  font-size: 0.8rem;
  color: #cccccc;
  box-sizing: border-box;
  padding: 0.5rem;
}

.game-intro .btn-wrap {
  top: 17.5rem;
  width: 16.847rem;
}

.game-intro .btn-wrap .btn-game-start {
  background-color: #ffffff !important;
  color: #847861;
  font-family: 'SF_HambakSnow' !important;
  box-shadow: 0px 0.1rem 0.5rem rgb(107 96 67 / 25%) !important;
  font-size: 1.35rem !important;
  margin-bottom: 0.4rem;
}
.game-intro .btn-wrap .btn-game-start.skip-btn {
  background-color: #fff7e8 !important;
}

.game-intro .volBox {
  top: 17rem;
  font-size: 0.8rem;
  width: 20rem;
  text-align: center;
  margin-top: 0.5rem;
  letter-spacing: 0.02rem;
}
.game-intro .volBox img {
  width: 0.5rem;
}
.game-intro .volBox img:last-child {
  transform: scaleX(-1);
}

.game-intro .volBox span {
  vertical-align: text-top;
  padding: 0.1rem;
}

.game-intro .fiction-text {
  top: 14rem;
  font-size: 0.7rem;
  width: 20rem;
  text-align: center;
  margin-top: 0.5rem;
  letter-spacing: 0.02rem;
}
.game-intro > dl.game-count {
  top: 30rem;
}

.game-intro .share-sns-list {
  margin-top: -22rem;
  margin-bottom: 1rem;
}

.game-intro > .result-box {
  border: 3px solid #f2f2f2;
}
.game-intro .game-count .count-label,
.game-intro .game-count .count-num {
  font-family: 'RixGulim';
}
.game-intro .result-box .result-box-title:before {
  background-color: var(--game-94-sub-color) !important;
}
.game-intro .game-count .count-label:before {
  background-color: transparent !important;
}

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

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: linear;
}

.game-intro > .slider-section > .intro-slide-wrapper > .swiper-container > .swiper-wrapper > .swiper-slide {
  width: 30%;
  margin: 0 5px;
}

.game-intro > .slider-section {
  width: 100%;
  left: 50%;
  text-align: center;
}

.game-intro > .slider-section > .subtitle {
  font-size: 1.2rem;
  font-family: var(--game-94-font) !important;
  position: relative;
  display: inline-block;
  margin: 0 auto;
  color: black !important;
  margin-bottom: 10px;
}

.game-intro > .slider-section > .subtitle:before {
  content: '';
  height: 0.5rem;
  bottom: 0.15rem;
  background-color: #fffad4 !important;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
}

.premium-bg {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
}
.game-intro .img-box {
  margin-bottom: 100px;
  background: #e6e3c8;
}

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

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

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

.modal-bg .modal-cont #answer {
  font-weight: 600;
}

#modal .hint-title {
  font-size: 0.9rem;
  color: #ffffff;
}

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

.modal-bg .modal-cont .Hint01,
.modal-bg .modal-cont .Hint02 {
  color: #000000;
}

/* 문제 페이지 */
.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;
  padding: 2.5rem 0;
}
.game-wrap .full-page.goToNextSub {
  cursor: pointer;
}

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

.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.black .app-sound {
  background-image: url('https://cdn.banggooso.com/assets/images/game52/on.png');
}

.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.black .app-sound.off {
  background-image: url('https://cdn.banggooso.com/assets/images/game52/off.png');
}

.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;
}
.app-header.page.black .app-home {
  background-image: url('https://cdn.banggooso.com/assets/images/game52/home.png');
}
.progress-bottom .progress {
  border-radius: 2rem;
}
.progress-bottom .progress .progress-inner {
  background-color: #c8c1b3;
  border-radius: 2rem;
}

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

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

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

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

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

.game-wrap .pop-text.question-text {
  background-color: #ffffff;
  top: 6%;
  min-height: 90px;
  border: solid 3px #000000;
  text-align: center;
  color: #000000;
  bottom: auto;
}
.game-wrap .pop-text.question-text .quiz-notification {
  margin-top: 0.5rem;
  font-size: 0.75rem;
}

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

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

.game-wrap .pop-text {
  position: absolute;
  padding: 1rem;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 5;
  min-width: 250px;
  min-height: 70px;
  font-size: 1.1rem;
  background-color: rgba(11, 10, 11, 0.86);
  bottom: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.game-wrap .pop-text.conversation-text .speaker {
  top: 0;
  left: 0.5rem;
  position: absolute;
  transform: translateY(-100%);
  padding: 1px 12px;
  background-color: #000;
  border: 3px solid #000;
  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.86);
  box-shadow: 0 0 2px 2px rgb(11 10 11 / 86%);
  border-radius: 5px;
  width: 90%;
}
.game-wrap .pop-text.circle-text {
  width: 60%;
  padding: 1.5rem 0;
  background-color: #ffffff;
  border: 0.15rem solid #000000;
  border-radius: 50%;
  color: black;
}
#step10 .pop-text,
#step13 .pop-text,
#step16 .pop-text,
#step20 .pop-text,
#step26 .pop-text,
#step27 .pop-text,
#step46 .pop-text,
#step47 .pop-text,
#step48 .pop-text {
  top: 50%;
  bottom: auto;
  transform: translate(-50%, -50%);
}
/* step14, 29 */
#step14 .pop-text,
#step29 .pop-text {
  display: block;
}
/* step11 */
#premium-item-11 {
  top: 35%;
}
/* step36 */
#step36 .pop-text {
  top: 2rem;
  bottom: auto;
}

/* step37 */
#premium-item-37 {
  top: 48%;
  padding: 2rem;
}

/* step48 모달창 */
#step48-modal {
  color: white;
  text-align: center;
  font-size: 1.1rem;
}

/* step49 */
#step49 {
  color: #000000;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
#step49 section.top {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 1.1rem 0;
}
#step49 section.top h1 {
  font-family: 'SF_HambakSnow';
  font-weight: 900;
  font-size: 1.1rem;
}

#step49 section.top h2 {
  font-family: 'SF_HambakSnow';
  font-weight: 900;
  font-size: 1.3rem;
}
#step49 section.top h3 {
  line-height: 1.3rem;
  font-size: 1rem;
  text-align: center;
}

#step49 section.bottom {
  display: flex;
  flex-direction: column;
}
#step49 section.middle .scroll-btn {
  border: none;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  line-height: 100%;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  background: #f4edde url(https://cdn.banggooso.com/assets/images/icons/bottom-arrow-b.png) no-repeat center 55% / auto
    0.4rem;
}
#step49 section.middle .scroll-btn:first-of-type {
  margin-left: 1rem;
  transform: rotate(90deg);
}
#step49 section.middle .scroll-btn:last-of-type {
  margin-right: 1rem;
  transform: rotate(-90deg);
}
#step49 section.middle .category-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#step49 section.middle ul.category-inner {
  display: flex;
  flex-direction: row;
  flex: 1;
  overflow-x: scroll;
  align-items: center;
  padding: 0.2rem 0;
}
#step49 section.middle .category-wrapper:active ul.category-inner,
/* #step49 section.middle .category-wrapper:hover ul.category-inner, */
#step49 section.middle .category-wrapper:focus ul.category-inner {
  box-shadow: inset -13px 0px 13px -10px #cccccc, inset 17px 0px 13px -15px #cccccc;
}
#step49 section.middle ul.category-inner li.category {
  white-space: nowrap;
  font-weight: bold;
  padding: 0.15rem 0.5rem;
  border-radius: 22px;
  background-color: #fff;
  box-shadow: 0px 0px 2px 0px #aaaaaa;
  margin-left: 0.5rem;
  font-size: 0.8rem;
  text-align: center;
}
#step49 section.middle ul.category-inner li.category.active,
#step49 section.middle ul.category-inner li.category:active {
  background-color: #c8c1b3;
  color: white;
}
#step49 section.bottom {
  overflow-y: scroll;
  margin: 0 3rem;
  max-height: 200px;
}
#step49 section.bottom:active,
#step49 section.bottom:focus {
  background: linear-gradient(180deg, rgba(234, 234, 234, 0) 0%, rgba(234, 234, 234, 0) 89.06%, #eaeaea 100%);
}
#step49 section.bottom .category-item .sub-category {
  text-align: center;
  background: #f4edde;
  padding: 0.2rem 0;
  font-size: 0.8rem;
  border-radius: 1rem;
  margin: 1rem 0 0.5rem;
  font-weight: 600;
}
#step49 section.bottom .category-item ul.item-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#step49 section.bottom .category-item ul.item-list > li {
  width: 33.3%;
}
#step49 section.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 35px;
}
#step49 section.footer .generate {
  box-shadow: #aaa 0 0 0.3rem 0.05rem;
  border-radius: 2rem;
  width: 100%;
  text-align: center;
  padding: 7px;
  margin: 10px 0;
  line-height: 2rem;
  font-size: 1rem;
  font-weight: 900;
}

/* 주관식 답안 페이지 */
.game-wrap .full-page .letter-icon,
.game-wrap .full-page .input-wrapper button[type='submit'] {
  width: 3.3rem;
  height: 2.8rem;
  border-radius: 4rem;
  cursor: pointer;
  background-color: var(--game-94-color);
  border: 0;
  font-weight: 600;
}

.game-wrap .full-page .letter-icon {
  background-color: var(--game-94-color);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50%;
  margin-top: 0.15rem;
  background-image: url('https://cdn.banggooso.com/assets/images/icons/letter_icon.png');
}

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

.game-wrap .full-page .input-wrapper {
  position: absolute;
  bottom: 3rem;
  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: 3rem;
  text-align: center;
  border: 2px solid #bebebe;
  font-size: 0.8rem;
  font-weight: 700;
  cursor: pointer;
  width: 100%;
  outline: 0;
}

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

/* 결과 페이지 */
.game-result {
  padding: 2rem 20px 0;
}
.game-result .img-box img {
  width: 100%;
}

.game-result #result-title {
  padding-top: 0;
}
.game-result #result-title h2 {
  font-family: 'GowunBatang';
  color: #45361d;
}
.game-result #result-title h1 {
  font-size: var(--game-94-super-big-size);
}
.game-result .result-box .result-box-title {
  font-family: 'GowunBatang';
  color: #000000;
  font-size: 1.23rem;
}
.game-result .result-box .result-bot-text {
  font-size: 0.95rem;
}
.game-result .result-box .result-bot-text > p {
  margin: 1rem 0;
  color: #38352f;
}
.game-result .result-box .result-bot-text .underline-text {
  font-family: 'GowunBatang';
  font-size: 1rem;
}
.game-result .result-box .result-bot-text .underline-text > p {
  display: inline-block;
}
.game-result .result-box .result-bot-text .underline-text > p::before {
  content: '';
  height: 0.5rem;
  bottom: 0.15rem;
  background-color: var(--game-94-2nd-color);
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
}
.game-result .result-box .result-bot-text > p:nth-child(6) {
  color: #000000;
}
.game-result .result-box .result-bot-text > p .text-date {
  font-family: 'GowunBatang';
  font-size: 1rem;
}
.game-result .result-box .result-bot-text .img-wrapper {
  margin: 1.5rem -1rem;
}
.game-result .result-box .result-bot-text .brand-text-box {
  background: #eee6da;
  box-shadow: 0px 0px 2px rgba(107, 96, 67, 0.25);
  border-radius: 0.5rem;
  padding: 1.5rem 0;
  margin: 1rem -1rem;
  color: #413630;
  line-height: 1.2rem;
  font-size: 1rem;
}
.game-result .result-box .result-bot-text .brand-text-box b {
  line-height: 1.2rem;
}
.game-result .result-box .result-bot-text .story-box {
  text-align: left;
  margin-top: 2rem;
  height: 13rem;
  font-size: 0.9rem;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.game-result .result-box .result-bot-text .story-box.toggle-on {
  height: auto;
  cursor: auto;
}
.game-result .result-box .result-bot-text .story-box .gradientback {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 3rem;
  background: -webkit-linear-gradient(top, rgba(245, 242, 237, 0) 0%, #f5f2ed 100%); /* Chrome10+,Safari5.1+ */
  display: block;
}
.game-result .result-box .result-bot-text .story-box.toggle-on .gradientback {
  display: none;
}
.game-result .result-box .result-bot-text .story-box .story-title {
  font-size: 1.2rem;
  font-family: 'GowunBatang';
  color: #45361d;
}
.game-result .result-box .result-bot-text .story-box p {
  margin-top: 1rem;
}
.game-result p.num-statement > span {
  font-family: var(--game-94-font) !important;
  color: var(--game-94-color) !important;
}
.game-result #result-title .img-box {
  width: auto;
}
.game-result #result-title .img-box .thumb-img-text {
  font-weight: 900;
  margin-top: 0.5rem;
  font-size: 0.9rem;
}
.game-result .result-box .game-btn-wrapper {
  margin: 0.5rem auto;
}

.game-result .event-btn.multi-line {
  font-size: 1rem !important;
  line-height: 1.7rem;
  margin-top: 0;
}

.game-result .event-btn {
  background-color: #ffffff !important;
  box-shadow: 0px 0px 4px rgb(107 96 67 / 25%) !important;
  border: 0;
  color: #5f5348;
  cursor: pointer;
}
.game-result .detail .result-box .result-bot-text .mark {
  background-color: var(--game-94-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-94-color) !important;
}

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

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

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

.game-result .result-box .btn-gray-round {
  background-color: var(--game-94-color);
}
.game-result .btn_myranking a {
  background-color: var(--game-94-color) !important;
  color: #ffffff;
  line-height: 3.5rem;
  border-radius: 3rem;
  display: inline-block;
  background-repeat: no-repeat;
  font-size: 1.2rem;
  width: 18rem;
}
.game-result .btn_retest {
  margin: 1rem auto 2.5rem;
}
.game-result .btn_retest a {
  background-image: url('https://cdn.banggooso.com/assets/images/game94/icon/re-test.png') !important;
  background-position: 71% center !important;
  background-color: #ffffff !important;
  box-shadow: 0px 0px 4px rgb(107 96 67 / 25%) !important;
  color: #5f5348;
  cursor: pointer;
  background-size: 0.9rem;
}

.game-result .btn_myranking a {
  background-image: url('https://cdn.banggooso.com/assets/images/game42/icon/list-w.png');
  background-size: 0.9rem;
  background-position: 87% center;
  padding-right: 1.7rem;
}

.game-result .share-sns-list span,
.game-result .share-sns-list .countNumber {
  color: #000000;
}

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

.game-result .vs-graph-wrap {
  padding-top: 1.5rem;
  margin-bottom: 1.2rem;
}

.game-result .vs-graph-wrap > p {
  font-size: 1.35rem;
  color: #ffffff;
  text-align: center;
  font-family: var(--game-94-font);
  margin-bottom: 0.4rem;
}

.game-result .vs-graph-wrap > img {
  width: 100%;
}

.game-result .vs-graph {
  max-width: 400px;
  width: 100%;
  margin: 0 auto 0.4rem;
  background-size: cover;
  background-position-y: center;
  background-repeat: no-repeat;
  height: 0;
  padding-bottom: 10%;
}

.game-result .vs-graph .stic-wrap {
  width: 90%;
  height: 100%;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  box-shadow: 0px 0px 10px 3px var(--game-94-color);
  border-radius: 26px;
  overflow: hidden;
  font-size: 0.8rem;
}

.game-result .vs-graph .stic-wrap > div {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 0.7rem;
  font-weight: 600;
}

.game-result .vs-graph .stic-wrap > div.white {
  background-color: var(--game-94-color);
  color: #ffffff;
  text-align: right;
  justify-content: flex-end;
  border-radius: 20px 0px 0px 20px;
}

.game-result .vs-graph .stic-wrap > div.red {
  background-color: #ffffff;
  color: var(--game-94-color);
  border-radius: 0px 20px 20px 0px;
}

.game-result .test-result-wrap ul {
  overflow: hidden;
}

.game-result .test-result-wrap ul li {
  float: left;
  border-right: 2px solid var(--game-94-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 {
  content: '';
  height: 0.5rem;
  bottom: 0.15rem;
  background-color: var(--game-94-color);
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
}

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

.game-result .download-img {
  z-index: 9999;
}

.game-result .bank {
  padding: 1rem 0;
  font-family: var(--game-94-font) !important;
}
.game-result .bank .bank-amount {
  background: #776a56;
  color: #ffffff;
  width: 100%;
  margin: 0 auto;
  padding: 0.8rem 1rem 1rem;
  border-radius: 3px;
  text-align: center;
}

.game-result .bank .bank-amount p {
  font-size: 0.8rem;
  line-height: 2rem;
}

.game-result .bank .bank-amount p:last-child {
  font-size: 0.5rem;
  line-height: 1rem;
}

.game-result .bank .bank-amount .current-amount {
  font-size: 1.3rem;
}

.game-result .bank .progress-total {
  width: 100%;
  height: 7px;
  background: #a9a9a9;
  border-radius: 3px;
}

.game-result .bank .progress-total .progress-inner {
  background-color: #fff9f1;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 3px;
}

.game-result .bank .max-amount {
  color: #ffffff;
  font-size: 0.8rem;
  line-height: 2rem;
  text-align: center;
}

.game-result .bank .bank-notice {
  color: #6c6c6c;
  font-size: 0.5625rem;
  width: 80%;
  margin: 0.5rem auto;
}

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

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

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

/* 브랜드 소구 */
.game-result .result-box,
.game-result .result-box.most {
  border: 0;
}

.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 .insta-event-wrap {
  margin-top: 2rem;
}
.game-result .insta-event-wrap > img {
  width: 100%;
}
.game-result .insta-event-wrap .game-btn-wrapper {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.game-result .insta-event-wrap .game-btn-wrapper .event-btn {
  width: 48%;
  height: 4.5rem;
  line-height: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  word-break: keep-all;
  margin-top: 1rem;
}

#move-kr-btn {
  line-height: 1.5rem;
  padding: 0.5rem;
}

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

/* 가장 많은 유형 순위 */
.result-box .img-halt-box ul.list > li span.label-top {
  text-shadow: 0.1rem 0.1rem #979797 !important;
  font-family: var(--game-94-font) !important;
}
.result-box .img-halt-box ul.list > li span.label-bottom span {
  line-height: 1.5;
}

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

.test-lists-wrap .test-lists .test-list-item .item-title > p {
  color: var(--game-94-color) !important;
}

.test-lists-wrap .test-lists .test-list-item.rank_list .percen {
  background-color: var(--game-94-sub-color);
  color: #ffffff;
}

.game-wrapper .test-lists-wrap .test-lists .test-list-item {
  border-color: var(--game-94-normal-color);
}
.test-lists-wrap .test-lists .test-list-item:first-child {
  border-color: var(--game-94-color);
}
.test-lists-wrap .test-lists .test-list-item:nth-child(2) {
  border-color: var(--game-94-2nd-color);
}
.test-lists-wrap .test-lists .test-list-item:nth-child(3) {
  border-color: var(--game-94-3rd-color);
}

/* 방탈출 순위 */
.rankingBox .myRanking h3,
.rankingBox .topRanking h3 {
  font-family: var(--game-94-font) !important;
}

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

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

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

.test-lists-wrap .rankingBox div > ul > li > ul > li:nth-of-type(2) {
  width: 30%;
}
.test-lists-wrap .rankingBox .list_content_div > ul > li:nth-of-type(1) {
  background-color: var(--game-94-color) !important;
}
.test-lists-wrap .rankingBox .list_content_div > ul > li:nth-of-type(2) {
  background-color: var(--game-94-2nd-color);
}
.test-lists-wrap .rankingBox .list_content_div > ul > li:nth-of-type(3) {
  background-color: var(--game-94-3rd-color);
}

/* 캐릭터 생성 */
.avatar-wrap,
.capture-wrap {
  position: relative;
  width: 70vw;
  max-width: 400px;
  height: 70vw;
  max-height: 400px;
  margin: 0 auto;
  text-align: initial;
}

.avatar-wrap {
  width: 55vw;
  max-width: 400px;
  height: 55vw;
}

.avatar-wrap > .img-object,
.avatar-wrap > .object-background,
.capture-wrap > .img-object {
  position: absolute;
  width: 100%;
}

/* object 삭제 */
.item-li {
  position: relative;
}

.item-li > .delete-img {
  position: absolute;
  opacity: 0.5;
  filter: alpha(opacity=50);
  display: none;
}

/* 캐릭터 생성 */

/* 아이폰 작은 버전 브라우저에서 크기 */
@media (max-height: 600px) {
  .avatar-wrap {
    margin: 0.5rem 0;
    width: 40vw;
    height: 40vw;
  }

  #step49 section.bottom {
    max-height: 180px;
  }
}

body.en-US .game-intro > dl.game-count {
  top: 29rem;
}

body.en-US .game-intro .btn-wrap .game-btn.intro-btn {
  line-height: 2rem !important;
}

body.en-US .game-result .result-box .result-box-title {
  font-size: 1rem !important;
}

body.en-US .game-result .result-box .result-bot-text .story-box p,
body.en-US .game-result .result-box .result-bot-text > p {
  font-family: 'GowunBatang';
}

body.en-US .game-result .result-box .result-box-title::before {
  content: '';
  height: 0.5rem;
  bottom: 0.15rem;
  background-color: var(--game-94-2nd-color) !important;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
}

body.en-US .game-result .result-box .result-bot-text .story-box .story-title {
  font-size: 1.1rem !important;
}

body.en-US .game-result .recommend-list .btn-wrap {
  margin-top: 8rem;
}
