<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.stage1 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("https://cdn.banggooso.com/assets/runGame/game129/stage1/background/bg.jpg");
  background-repeat: repeat;
  background-position: 0 0;
  background-size: auto 100%;
/*adjust s value for speed*/
  animation: animatedBackground 500s linear infinite;
}
.stage2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("https://cdn.banggooso.com/assets/runGame/game129/stage2/background/bg.jpg");
  background-repeat: repeat;
  background-position: 0 0;
  background-size: auto 100%;
/*adjust s value for speed*/
  animation: animatedBackground 500s linear infinite;
}

.stage3 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("https://cdn.banggooso.com/assets/runGame/game129/stage3/background/bg.jpg");
  background-repeat: repeat;
  background-position: 0 0;
  background-size: auto 100%;
/*adjust s value for speed*/
  animation: animatedBackground 500s linear infinite;
}

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

@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
/*use negative width if you want it to flow right to left else and positive for left to right*/
  to {
    background-position: -10000px 0;
  }
}

#game-modal .flag{
  width: 5rem;
  margin: auto;
  display: block;
}

.story-box{
  padding : 1rem 0 1.5rem 0;
  background-color: #372B2B;
  margin: 1.5rem 0 2rem 0;
  font-size: 0.85rem;
  width: 115%;
  margin-left: -7.5%;
}

.story-box .swiper-slide {
  opacity: 0 !important;
}

.story-box .swiper-slide-active{
  display: block;
  opacity: 1 !important;
  font-family: 'Inter';
  color : var(--game-129-font-color);
  border-radius: 0.03rem;
  margin: auto;
  padding: 1.2rem 0;
}

.swiper-button-next,
.swiper-button-prev{
  background-size: 0.8rem;
  top : 55% !important;
}
.swiper-button-next{
  background-image: url('https://cdn.banggooso.com/assets/images/game129/slider_next.png');
  background-repeat: no-repeat;
  right : -0.1rem !important;
}

.swiper-button-prev{
  background-image: url('https://cdn.banggooso.com/assets/images/game129/slider_prev.png');
  background-repeat: no-repeat;
  left : 0.5rem !important;
}

.swiper-button-next::after,
.swiper-button-prev::after{
  display: none;
  font-size: 1.5rem !important;
}

.swiper-pagination-bullet-active{
  background-color: #DF9372 !important;
}

/* ìŠ¤í†&nbsp;ë¦¬ ëŒ€ì‚¬ */
.story-text{
  text-align: center;
  font-family: var(--game-129-font);
  color: var(--game-129-font-color);
  background-color: #554444;
  width: 20rem;
  padding: 1rem;
  font-size: 1rem;
  border: 2px solid var(--game-129-font-color);
}

.story-text.text3,
.story-text.text3-1{
  margin-top: 30rem;
}

#step4-modal,
#game-modal{
  color : white;
  text-align: center;
  font-family: var(--game-129-font);
}

#game-button{
  background-color: #FFF7F1;
  border : 2px solid #796262;
  color: #554444;
  padding: 0.7rem 5rem;
  font-size: 1rem;
  font-family: var(--game-129-font);
}
#guide-button{
  color: #DF9372;
  font-size: 1rem;
  text-decoration: underline;
  font-family: var(--game-129-font);
}
.game-wrap .back-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 2s;
}

.game-result .recommend-list .inner .title{
  color : var(--game-129-font-color) !important;
}
/* ê³µí†µ */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #554444 inset;
}

@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');
}

@font-face {
  font-family: 'ChosunCentennial';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2206-02@1.0/ChosunCentennial.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

img {
  width: 100%;
}
:root {
  --game-129-color: #443434;
  --game-129-sub-color: #372B2B;
  --game-129-font-color: #FFF7F1;
  --game-129-border-line-color: #8b8b8b;
  --game-129-font: 'ChosunCentennial';
  --game-129-big-size: 1.2rem;
  --game-129-super-big-size: 1.7rem;
}

.game-btn {
  font-family: var(--game-129-font) !important;
  background-color: var(--game-129-color) !important;
  font-size: var(--game-129-big-size) !important;
  color: #000000;
  border: 0 !important;
  box-shadow: 0px 0px !important;
}
.game-wrapper .game-title {
  font-family: var(--game-129-font)!important;
  background-color: var(--game-129-sub-color);
  color :var(--game-129-font-color);  
}

.app .app-header.intro-header {
  background-color: #a0dfda !important;
  z-index: 1;
  width: 100%;
  border-bottom: 1px solid #ffffff;
}
.game-wrapper .app-header{
  background-color: #443434;
}
.game-wrapper .app-header.result .app-logo {
  width: 13rem;
  background-size: auto 60%;
}

.app .app-header.result {
  background-color: var(--game-129-color);
}

.app .app-header.intro-header .app-header-btn.back{
  background: transparent url(https://cdn.banggooso.com/assets/images/game129/elements/back_b.png) no-repeat center center /
  auto 1rem !important;
}
.game-wrapper .app-header .app-header-btn.back{
  background: transparent url(https://cdn.banggooso.com/assets/images/game129/elements/back_w.png) no-repeat center center /
    auto 1rem;
}

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

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

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

#modal .modal-cont.wrong-answer .closeHint {
  color: #000000;
}
/* ì¸íŠ¸ë¡œ íŽ˜ì´ì§€ */
.game-intro {
  position: relative;
  padding-bottom: 3rem;
}

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

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

.game-intro &gt; .share-sns-list .list-title{
  color : white;
}
.game-intro .user-nickname {
  top: 28.5rem;
}

.game-intro .user-nickname input {
  width: 14rem;
  height: 3rem;
  border: 0.3rem solid #796262;
  text-align: center;
  font-size: 1.2rem;
  color: var(--game-129-font-color);
  background-color: #554444 !important;
  box-sizing: border-box;
  padding: 0.5rem;
  font-family: var(--game-129-font);
  border-radius: 1.5rem;
}

.game-intro .user-nickname input::placeholder{
  color : #927373 !important;
}

.game-intro .user-nickname input:focus::placeholder {
  color: var(--game-129-font-color) !important;
  border:none;
}


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

.game-intro .btn-wrap .btn-game-start {
  background-color: #FFF7F1 !important;
  color: #554444;
  box-shadow: 0px 0.1rem 0.5rem rgb(107 96 67 / 25%) !important;
  font-size: 1.35rem !important;
  margin-bottom: 0.4rem;
  border-radius: 0;
  border: 0.3rem solid #796262 !important;
}
.game-intro .btn-wrap .btn-game-start.skip-btn {
  background-color: #fff7e8 !important;
}

.game-intro .donation-notice{
  top: 24.3rem;
  color: #7D5D5D;
  background: #FFF7F1;
  opacity: 0.9;
  border-radius: 1.49645px;
  font-size: 0.7rem;
  text-align: center;
  width: 12rem;
  padding: 0.3rem;
  border-radius: 0.5rem;
}

.game-intro .donation-notice .text-bold{
  font-weight: bold;
}

.game-intro .volBox {
  top: 36.5rem;
  font-size: 0.7rem;
  width: 20rem;
  text-align: center;
  margin-top: 0.5rem;
  letter-spacing: 0.02rem;
  color : #7D5D5D;
  font-family: 'Noto Sans KR';
}
.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 &gt; dl.game-count {
  top: 38.5em;
}

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

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

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

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

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

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

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

.game-intro &gt; .slider-section &gt; .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);
}

/* ë¬¸ì&nbsp;œíŽ˜ì´ì§€ - ížŒíŠ¸ &amp; ì˜¤ë‹µ ëª¨ë‹¬ */
.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;
}

/* ê²Œìž„ íŽ˜ì´ì§€ */
.black-div {
  background: #000000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  opacity: 0;
  pointer-events: none;
}

.black-div.already {
  opacity: 1;
}

.run-game-wrap {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  top: 0;
}

.run-game-ui {
  max-width: 500px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 2;
}

.run-game-ui &gt; canvas {
  width: 100%;
}

.run-game-canvas-wrap {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.run-game-canvas-wrap::before, .run-game-canvas-wrap::after {
  content: '';
  height: 50%; 
  width: 100%;
  position: absolute;
  left: 0;
  pointer-events: none;
}

.run-game-canvas-wrap::before {
  top: 0;
  background-color: #6ad4d4
}

.run-game-canvas-wrap.stage2::before {
  background-color: #ece3da
}

.run-game-canvas-wrap.stage3::before {
  background-color: #767091
}

.run-game-canvas-wrap::after {
  bottom: 0;
  background-color: #413131
}

.run-game-canvas-wrap.stage2::after {
  background-color: #463434;
}

.run-game-canvas-wrap.stage3::after {
  background-color: #423133;
}

.run-game-canvas-wrap &gt; div {
  width: 100%;
  height: 0;
  padding-bottom: 175%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1
}

.run-game-canvas-wrap &gt; div &gt; canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/* ìŠ¤í†&nbsp;ë¦¬ &amp; ê°€ì´ë“œ íŽ˜ì´ì§€ */
#game-guide{
  text-align: center;
  margin-top: 1.5rem;
}

#game-guide img{
  width : 83%; 
}


#game-guide .close-btn{
  font-family: var(--game-129-font);
  font-size: 1.1rem;
  height: 2rem;
  width: 2rem;
  border-radius: 2rem;
  border: 0.2rem solid #796262;
  background-color: #ECAE92;
  color: #554444;
  margin-left: 21rem;
  margin-bottom: 1rem;
  cursor: pointer;
}


/* ë¬¸ì&nbsp;œ íŽ˜ì´ì§€ */
.game-wrapper .game-wrap {
  padding: 0;
  overflow: hidden;
}
.game-wrap .full-page {
  height: 100vh;
  position: relative;
  padding: 2.5rem 0;
}

.game-wrap .full-page-story {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 4rem 1.625rem;
  background-color: transparent;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

.game-wrap .full-page.goToNextSub {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 4rem 1.625rem;
  background-color: transparent;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.game-wrapper .app-main {
  height: 100vh;
  background-color: var(--game-129-color) ;
}

.app-header.page .app-sound {
  background-image: url('https://cdn.banggooso.com/assets/images/game129/elements/on-b.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/game129/elements/on-w.png');
}

.app-header.page .app-sound.off {
  background-image: url('https://cdn.banggooso.com/assets/images/game129/elements/off-b.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/game129/elements/off-w.png');
}

.app-header.page .app-home {
  background-image: url('https://cdn.banggooso.com/assets/images/game129/elements/home-b.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/game129/elements/home-w.png');
  width : 1.5rem !important;
}
.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-129-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-129-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%);
}

/* step4 */
#step7 {
  color: #000000;
  display: flex;
  flex-direction: column;
}
.custom-page .app-header-btn.back{
  background: url(https://cdn.banggooso.com/assets/images/game129/elements/back_w.png);
}

#step7 section.top {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 1.1rem 0;
}
#step7 section.top h1 {
  font-family: 'SF_HambakSnow';
  font-weight: 900;
  font-size: 1.1rem;
}

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

#step7 section.bottom {
  display: flex;
  flex-direction: column;
}
#step7 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;
}
#step7 section.middle .scroll-btn:first-of-type {
  margin-left: 1rem;
  transform: rotate(90deg);
}
#step7 section.middle .scroll-btn:last-of-type {
  margin-right: 1rem;
  transform: rotate(-90deg);
}
#step7 section.middle .category-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#step7 section.middle ul.category-inner {
  display: flex;
  flex-direction: row;
  flex: 1;
  overflow-x: scroll;
  align-items: center;
  padding: 0.2rem 0;
  justify-content: center;
}

#step7 section.middle ul.category-inner li.category {
  white-space: nowrap;
  padding: 0.15rem 0.5rem;
  border-radius: 22px;
  background-color: var(--game-129-font-color);
  box-shadow: 0px 0px 2px 0px #aaaaaa;
  font-size: 0.7rem;
  text-align: center;
  width: calc(100% / 7);
  margin: 0 0.25rem;
  font-family: var(--game-129-font);
}
#step7 section.middle ul.category-inner li.category.active,
#step7 section.middle ul.category-inner li.category:active {
  background-color: #FFD2BE;
}
#step7 section.bottom {
  overflow-y: scroll;
  margin: 0 3rem;
  max-height: 200px;
}
#step7 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;
}
#step7 section.bottom .category-item ul.item-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#step7 section.bottom .category-item ul.item-list &gt; li {
  width: 30%;
  background-color: #735252;
  margin: 1%;
  border-radius: 0.2rem;
}
#step7 section.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 35px;
}
#step7 section.footer .generate {
  width: 100%;
  text-align: center;
  padding: 7px;
  margin: 10px 0;
  line-height: 2rem;
  font-size: 1rem;
  background-color: var(--game-129-font-color);
  border: 0.2rem solid #796262;
  font-family: var(--game-129-font);
  color: #554444;
}

#step04-1{
  padding: 2rem 0.625rem !important;
  justify-content: none !important;
}

.run-game-wrap {
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}


/* ì£¼ê´€ì‹ ë‹µì•ˆ íŽ˜ì´ì§€ */
.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-129-color);
  border: 0;
  font-weight: 600;
}

.game-wrap .full-page .letter-icon {
  background-color: var(--game-129-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 &gt; 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: 1rem 20px 0;
}
.game-result .img-box img {
  width: 100%;
}
.game-result #result-title {
  padding-top: 0;
  font-family: var(--game-129-font) !important;
}
.game-result #result-title p{
  color : #F3B69B;
  font-family: var(--game-129-font);
  font-size: 1.6rem;
}
.game-result #result-title span {
  color: var(--game-129-font-color);
  font-family: var(--game-129-font);
  font-size: 1.6rem;
}
.game-result #result-title h1 {
  font-size: var(--game-129-super-big-size);
}
.game-result .donate-desc{
  color: #DF9372;
  text-align: center;
  font-size: 0.87rem;
  margin-top: 1rem;
  font-family: var(--game-129-font);
}
.game-result .result-paper-upper{
  width: 20rem;
  height: 0.4rem;
  background-color: #E19C7E;
  margin: 1rem auto;
  margin-bottom: 0;
  border-radius: 0.3rem;
  box-shadow: inset 0px 0px 2px #aa6c51;
}
.game-result .game-result-record{
    color: var(--game-129-font-color);
    text-align: center;
    background-color: #E19C7E;
    width: 19rem;
    margin: auto;
    margin-top: 0.05rem;
    box-shadow: 0px 5px 0px #6f4c4c;
    border-radius: 1.83278px 1.83278px 5px 5px;
    display: flex;
}
.game-result .game-result-record .result-element{
  width: calc(100% / 3);
  color: #443434;
  font-family: var(--game-129-font);
  font-size: 0.9rem;
  margin: auto;
  line-height: 1.5rem;
  padding: 0.5rem;
}
.game-result .game-result-record .vertical-line{
  border-left: 1.5px solid #C67D5E;
  height: 3.3rem;
  margin: auto;
}
.game-result .result-box{
  margin: 1.5rem 0 0 0;
}
.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 .event-image{
  margin-top : 2rem;
}
.game-result .result-box .result-bot-text &gt; p {
  margin: 1rem 0;
  color: #38352f;
}
.game-result .result-box .result-bot-text .hashtag{
  color: #DF9372;
  font-size:0.9rem;
  margin-top : 0.5rem;
}
.game-result .result-box .result-bot-text .underline-text {
  font-family: var(--game-129-font);
  font-size: 1rem;
  color : var(--game-129-font-color);
}
.game-result .result-box .result-bot-text .underline-text &gt; p {
  display: inline-block;
}
.game-result .result-box .result-bot-text .underline-text &gt; p::before {
  content: '';
  height: 0.5rem;
  bottom: 0.15rem;
  background-color: var(--game-129-2nd-color);
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
}
.game-result .result-box .result-bot-text &gt; p:nth-child(6) {
  color: #000000;
}
.game-result .result-box .result-bot-text &gt; 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 .line{
  background: #372B2B !important;
  height: 3px !important;
}
.game-result p.num-statement &gt; span {
  font-family: var(--game-129-font) !important;
  color: var(--game-129-color) !important;
}
.game-result #result-title .img-box {
  width: auto;
}
.game-result #result-title .img-box .thumb-img-text {
  margin-top: 0.5rem;
  font-size: 0.85rem;
  font-family: 'RixGulim B';
  color: #E19C7E;
  font-weight: bold;
}
.game-result .result-box .game-btn-wrapper {
  margin: 0.5rem auto;
}

.game-result .result-box img{
  width: 120%;
  margin-left: -10%;
}

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

.game-result .ranking-btn,
.game-result .event-btn {
  background-color: var(--game-129-font-color) !important;
  box-shadow: 0px 0px 4px rgb(107 96 67 / 25%) !important;
  border: 0.2rem solid #796262 !important;
  border-radius: 0;
  color: #554444;
  cursor: pointer;
  margin-top: 1rem;
  margin-bottom: -1rem;
}

.game-result .ranking-btn{
  background-color: #FFF7F1 !important;
}

.game-result .event-btn{
  background-color: #FFE1D4 !important;
}

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

.game-result .detail .result-box .result-bot-text .subtitle &gt; .mark {
  background-color: var(--game-129-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-129-color) !important;
}

.game-result .result-box .btn-gray-round {
  background-color: var(--game-129-color);
}
.game-result .btn_myranking a {
  background-color: var(--game-129-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 a {
  background-image: url('https://cdn.banggooso.com/assets/images/game94/icon/re-test.png') !important;
  background-color: #FFEADB !important;
  box-shadow: 0px 0px 4px rgb(107 96 67 / 25%) !important;
  border: 0.2rem solid #796262 !important;
  border-radius: 0;
  color: #554444;
  cursor: pointer;
  margin-top : -1rem
}

.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 {
  line-height: 1.5em;
  font-size: 1rem;
  margin: 0;
  display: inline-block;
  font-weight: 100;
  font-family: var(--game-129-font);
  color : var(--game-129-font-color);
}

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

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

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

.game-result .vs-graph-wrap &gt; 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-129-color);
  border-radius: 26px;
  overflow: hidden;
  font-size: 0.8rem;
}

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

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

.game-result .vs-graph .stic-wrap &gt; div.red {
  background-color: #ffffff;
  color: var(--game-129-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-129-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-129-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-129-font) !important;
}
.game-result .bank .bank-amount {
  background: #372B2B;
  color: var(--game-129-font-color);
  width: 100%;
  margin: 1rem 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: #2D2121;
  border-radius: 3px;
}

.game-result .bank .progress-total .progress-inner {
  background-color: #FFB393;
  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;
}

.game-result .bank .bank-maximum-amount{
  color : var(--game-129-font-color);
}

.game-result .bank .bank-detail-desc{
  color : #7D5D5D;
  font-size: 0.65rem;
  margin-top: 0.5rem;
  font-family: 'RixGulim M';
  font-weight: bold;
}

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

.result-table-header li {
  color: #ffffff;
  font-family: var(--game-129-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 &gt; 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 &gt; 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 &gt; 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;
}

/* ìœ&nbsp;í˜•ë³„ ê¶í•© */
.game-result .good,
.game-result .bad {
  text-shadow: 0.1rem 0.1rem var(--game-129-sub-color) !important;
}

/* ê°€ìž¥ ë§Žì€ ìœ&nbsp;í˜• ìˆœìœ„ */
.result-box .img-halt-box ul.list &gt; li span.label-top {
  text-shadow: 0.1rem 0.1rem #979797 !important;
  font-family: var(--game-129-font) !important;
}

.result-box .img-halt-box ul.list &gt; li span.label-bottom span {
  line-height: 1.5;
}

/* ìœ&nbsp;í˜• ìˆœìœ„ íŽ˜ì´ì§€ */
.test-lists-wrap .title {
  font-family: var(--game-129-font) !important;
}
.test-lists-wrap .title::before {
  background-color: var(--game-129-color) !important;
}
.test-lists-wrap .test-lists .test-list-item.rank_list .num {
  color: #ffffff;
  text-shadow: 3px 4px 0px var(--game-129-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 &gt; p {
  color: var(--game-129-color) !important;
}

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

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

/* ê²Œìž„ ìˆœìœ„ */
.rankingBox .myRanking{
  color : var(--game-129-font-color);
}

.rankingBox .myRanking h3,
.rankingBox .topRanking h3 {
  font-family: var(--game-129-font) !important;
  color : var(--game-129-font-color);
}

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

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

.rankingBox .list_content_div &gt; ul &gt; li {
  font-size: 0.8rem;
  background-color: #372B2B;
  color: var(--game-129-font-color);
  border-radius: 1rem;
}

.test-lists-wrap .rankingBox div &gt; ul &gt; li &gt; ul &gt; li:nth-of-type(2) {
  width: 30%;
}
.test-lists-wrap .rankingBox .list_content_div &gt; ul &gt; li:nth-of-type(1) {
  background-color: #FFD2BE !important;
  color : #372B2B !important;
}
.test-lists-wrap .rankingBox .list_content_div &gt; ul &gt; li:nth-of-type(2) {
  background-color: #F3B69B;
  color : #372B2B !important;
}
.test-lists-wrap .rankingBox .list_content_div &gt; ul &gt; li:nth-of-type(3) {
  background-color: #DF9372;
  color : #372B2B !important;
}
.rankingBox .list_content_div &gt; ul &gt; li:nth-of-type(1) &gt; ul &gt; li:nth-of-type(1)::after,
.rankingBox .list_content_div &gt; ul &gt; li:nth-of-type(2) &gt; ul &gt; li:nth-of-type(1)::after,
.rankingBox .list_content_div &gt; ul &gt; li:nth-of-type(3) &gt; ul &gt; li:nth-of-type(1)::after{
   background-image: none !important;
}
.rankingBox div &gt; ul &gt; li &gt; ul &gt; li:nth-of-type(1){
  font-family: var(--game-129-font);
}
.rankingBox .myRanking .myRank::before, 
.rankingBox .topRanking .totalRank::before{
  background-color: #5C4646 !important;
}
.rankingBox .myRanking .myNum{
  font-family: var(--game-129-font);
}
.rankingBox .myRanking .myNum span{
  font-weight: 100 !important;
}
.rankingBox .myRanking span{
  font-family: var(--game-129-font);
}
/* ìºë¦­í„° ìƒì„± */
.avatar-wrap,
.capture-wrap {
  position: relative;
  width: 70vw;
  max-width: 300px;
  height: 70vw;
  max-height: 300px;
  margin: 0 auto;
  text-align: initial;
}

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

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

/* object ì‚­ì&nbsp;œ */
.item-li {
  position: relative;
}

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


/* ìºë¦­í„° ìƒì„± */

/* ì•„ì´í° ìž‘ì€ ë²„ì&nbsp;„ ë¸Œë¼ìš°ì&nbsp;€ì—ì„œ í¬ê¸° */
@media (max-height: 600px) {
  .avatar-wrap {
    margin: 0.5rem 0;
    width: 40vw;
    height: 40vw;
  }

  #step7 section.bottom {
    max-height: 180px;
  }
}</pre></body></html>