/* 화면 효과 */

@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-183-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;
}

/* 폰트 */
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);

@font-face {
  font-family: 'SUIT-Regular';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Regular.woff2') format('woff2');
  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%;
  }
}

.center-box {
  text-align: center;
  padding: 0.5rem 1.5rem 1.5rem 1.5rem;
  background: #ffffff;
  width: 100%;
}

.modal-box {
  font-family: var(--game-183-bold-font);
  font-size: 1.03rem !important;
  font-weight: 700;
  line-height: 3.3rem;
  letter-spacing: -0.05rem;
  text-align: center;
  width: 100%;
  height: 3.3rem;
  border-radius: 8px;
  background: #b1f54d;
  color: #000;
}

#modal.one {
  animation: unfoldIn 0s forwards !important;
}

.close-button {
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: right;
  font-size: 1rem;
}

@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-183-color: #8894ff;
  --game-183-sub-color: #d4e2ff;
  --game-183-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-183-font: 'Noto Sans KR';
  --game-183-bold-font: 'Noto Sans KR';
  --game-100-big-size: 1.2rem;
  --game-100-super-big-size: 1.7rem;
}

.btn-game-start.game-btn {
  font-family: var(--game-183-font) !important;
  background-color: white !important;
  font-size: 1.3rem !important;
  color: #140a39;
  border: 0.25rem solid #8894ff;
}

.game-wrapper {
  background-color: #fff;
  height: 100vh;
}

.game-wrapper-b {
  background-color: #000;
}

.game-wrapper .game-title {
  font-family: var(--game-183-font) !important;
  background-color: var(--game-183-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;
}
.game-wrapper .app-header {
  background-color: #000;
}
.game-wrapper .app-header.page {
  background-color: #000;
}

.app .app-header.test-header {
  border-bottom: 1.17px solid #fff;
  background-color: #000;
}
.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-w.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;
}

.app-header .test-header .intro-header cc {
  background-image: url(https://cdn.banggooso.com/assets/images/game183/logo.png);
}
.game-wrapper .app-header.result .app-logo {
  background-image: url(https://cdn.banggooso.com/assets/images/game183/logo.png);
}

.app .app-header.test-header {
}

.game-wrapper .app-header .app-logo {
  width: 11rem;
  background-size: 11rem;
  background-image: url(https://cdn.banggooso.com/assets/images/game183/logo.png);
}
.game-wrapper .app-header.result .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.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;
}
/* 인트로 페이지 */

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

/* 인트로 페이지 */
.game-intro {
  position: relative;
  padding-bottom: 3rem;
}

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

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

.intro-gif:before {
  position: absolute;
  background: linear-gradient(to bottom, #00000000, #000000cc);
}

.intro-gif {
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.game-intro > .share-sns-list {
  margin: 0rem !important;
}

.game-intro > .share-sns-list .list-title {
  color: #fff;
}
.game-intro .user-nickname {
  top: 28.5rem;
}

.game-intro .user-nickname input {
  width: 18rem;
  height: 3rem;
  border: 0.3rem solid #84c13d;
  text-align: center;
  font-size: 1.2rem;
  color: #84c13d;
  box-sizing: border-box;
  padding: 0.5rem;
  font-family: var(--game-183-bold-font);
}

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

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

.game-intro .btn-wrap {
  width: 21rem;
  margin: 0 auto !important;
}

.game-intro .btn-wrap-2 {
  width: 21rem;
  margin: 0 auto !important;
  top: -2rem;
  position: relative;
}

.game-intro .btn-wrap .btn-game-start {
  margin-top: 1rem;
  color: #000;
  background-color: #b1f54d !important;
  box-shadow: none !important;
  border-radius: 8px;
  border: none;
  height: 4.4rem !important;
  font-weight: 700;
  width: 21rem;
  text-align: center;
  line-height: 4.4rem;
  font-size: 1.3rem !important;
  font-family: var(--game-183-bold-font);
}

.game-intro .btn-wrap-2 .btn-game-start {
  margin-top: 1rem;
  color: #000;
  background-color: #b1f54d !important;
  box-shadow: none !important;
  border-radius: 8px;
  border: none;
  height: 4rem !important;
  font-weight: 700;
  width: 21rem;
  text-align: center;
  line-height: 4rem;
  font-size: 1.3rem !important;
  font-family: var(--game-183-bold-font);
}

.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-wrapper .game-intro {
  background-color: #000 !important;
}

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

.share-sns-list {
  padding: 1rem 0px;
}
/* 문제 페이지 */

.d-hide {
  display: none !important;
}

.game-wrapper .game-wrap {
  padding: 0;
  width: 100%;
  height: 100%;

  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.game-wrap .full-page {
  height: 100% !important;
  padding-top: 4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: scroll;
}

#step01 {
  overflow: hidden;
  background: #fff;
}

.game-wrapper .app-main {
  height: 100vh;
  height: -webkit-fill-available;
  height: fill-available;

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

/* 02 page select-area-c */
.select-char.m > .answer-btn {
  margin: 0.8rem;
  display: inline-block;
  border-radius: 8px;
  background: #e4e4e4;
  padding: 0.2rem 1rem;
  font-family: var(--game-183-bold-font);
  font-size: 0.8rem;
}

.select-char.t > .answer-btn {
  margin: 0.8rem;
  display: inline-block;
  border-radius: 8px;
  background: #e4e4e4;
  padding: 0.2rem 1rem;
  font-family: var(--game-183-bold-font);
  font-size: 0.8rem;
}

.select-char.m.active > .answer-btn {
  margin: 0.8rem;
  display: inline-block;
  border-radius: 8px;
  background: #000;
  color: #fff;
  padding: 0.2rem 1rem;
  font-family: var(--game-183-bold-font);
  font-size: 0.8rem;
  line-height: 1.2rem;
}

.select-char.t.active > .answer-btn {
  margin: 0.8rem;
  display: inline-block;
  border-radius: 8px;
  background: #000;
  padding: 0.2rem 1rem;
  font-family: var(--game-183-bold-font);
  font-size: 0.8rem;
  color: #fff;
  line-height: 1.2rem;
}

.select-char .select-char-img {
  width: 8.3rem;
  border-radius: 8px;
  box-shadow: 0px 2px 10px 0px #0000001f;
}

.select-char.t.active .select-char-img {
  box-shadow: 0px 0px 0px 4px #e31837;
}

.select-char.m.active .select-char-img {
  box-shadow: 0px 0px 0px 4px #007ff8;
}

.select-text.t {
  display: none;
}

.select-text.m {
  display: none;
}

.select-text.t.active {
  width: 100%;
  border-radius: 10px;
  margin: 0 auto;
  margin-top: 1rem;
  display: block;
  color: #000;
}

.select-text.m.active {
  width: 100%;
  border-radius: 10px;
  margin: 0 auto;
  margin-top: 1rem;
  display: block;
  color: #000;
}

.select-char .answer-btn {
  line-height: 50px;
  border-radius: 8px;
  background: #e4e4e4;
  padding: 0.4rem 0.5rem;
  font-family: var(--game-183-bold-font);
  font-size: 1rem;
}

.select-char.active .answer-btn {
  border-radius: 8px;
  background: #000;
  color: #fff;
}

.text-center-p {
  font-family: var(--game-183-bold-font);
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: -0.20000000298023224px;
  text-align: center;
  color: #848484;
}

.text-center-p {
  display: none;
}

.text-center-p.active {
  font-family: var(--game-183-bold-font);
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: -0.20000000298023224px;
  text-align: center;
  color: #848484;
  display: block;
  padding: 1rem 0px 0rem 0px;
}

.character-wrapper {
  position: relative;
  margin-bottom: 0.5rem;
}

.select-char .character-wrapper:after {
  content: '';
  position: absolute;
  z-index: 1;
  width: 1rem;
  height: 1rem;
  background-image: url(https://cdn.banggooso.com/assets/images/game183/check/check_circle-gray.png);
  left: 0.3rem;
  top: 0.3rem;
  background-repeat: no-repeat;
  background-size: contain;
}

.select-char.t.active .character-wrapper:after {
  background-image: url(https://cdn.banggooso.com/assets/images/game183/check/check_circle-red.png);
}

.select-char.m.active .character-wrapper:after {
  background-image: url(https://cdn.banggooso.com/assets/images/game183/check/check_circle-blue.png);
}

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

.game-wrap .full-page .bottom-button {
  color: #000;
  background-color: #b1f54d;
  border-radius: 5px;
  border: none;
  height: 3.8rem;
  font-size: 1.15rem;
  font-weight: 700;
  width: 100%;
  margin: 0 auto;
  line-height: 3.8rem;
  text-align: center;
  font-family: var(--game-183-bold-font);
}

.restart-c a {
  background-color: #000;
  border-radius: 5px;
  margin: 1.3rem auto;
  font-weight: 700;
  font-size: 1.1rem;
  text-align: center;
  color: #fff;
  height: 3.8rem;
  line-height: 3.8rem;
}

.icon-pd {
  padding-left: 0.5rem;
  width: 1.5rem;
}

.game-wrap .full-page .bottom-button-gray {
  color: #0c0c0c80;
  background-color: #e2e2e2;
  border-radius: 5px;
  border: none;
  height: 3.8rem;
  font-size: 1.15rem;
  font-weight: 700;
  width: 100%;
  margin: 0 auto;
  line-height: 3.8rem;
  text-align: center;
  font-family: var(--game-183-bold-font);
}

.game-wrap #step02 {
  width: 100%;
  margin: 0 auto;
  /* padding: 5rem 1.5rem 2rem 1.5rem; */
  display: flex;
  justify-content: space-between;
  background: #fff;
}
.result-title h2 {
  font-size: 0.9rem;
}
.game-wrap .select-area a:active,
.game-wrap .select-area button:active {
  background-color: var(--game-100-color);
  color: #fff;
}

.game-wrap .full-page .bottom-button-gray.active {
  color: #000;
  background-color: #b1f54d;
  border-radius: 5px;
  border: none;
  height: 3.8rem;
  font-size: 1.15rem;
  font-weight: 700;
  width: 100%;
  margin: 0 auto;
  line-height: 3.8rem;
  text-align: center;
  font-family: var(--game-183-bold-font);
}

/*
문제 - 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 {
  width: 90%;
  position: relative;
  top: 5rem;
  font-size: 1.5rem;
  padding: 20px;
  border-radius: 10px;
  margin: 0 auto;
  text-align: center;
  color: #000;
}

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

.select-area-c {
  width: 100%;
  top: 2rem;
  text-align: center;
  color: #000;
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}

.select-area-c:after {
  content: '';
  position: absolute;
  z-index: 1;
  width: 2.5rem;
  height: 2.5rem;
  background-image: url(https://cdn.banggooso.com/assets/images/game183/test_vs.png);
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: contain;
}

.event-box-c {
  font-family: var(--game-183-bold-font);
  font-weight: 400;
  background: #eee;
  display: block;
  font-size: 0.87rem;
  color: #000;
  padding: 0.8rem 1.5rem;
  text-align: left;
  letter-spacing: -0.05rem;
}

.event-box-section {
  display: flex;
  margin-bottom: 0.6rem;
}

.event-box-section-sub {
  font-size: 0.75rem;
  margin-left: 1.7rem;
  color: #747474;
}
.event-box-section-1 {
  margin-right: 0.5rem;
}

.vote-section {
  padding: 0.5rem 1.5rem;
}

.restart-c {
  background-color: #000;
  border-radius: 5px;
  margin: 1.3rem 0 2rem 0;
  font-weight: 700;
  font-size: 1.1rem;
  text-align: center;
  color: #fff;
  height: 3.8rem;
  line-height: 3.8rem;
  /* display: flex; */
}
.select-char {
  color: #fff;
  padding: 5px;
  justify-content: center;
}

/*이름과 텍스트*/
.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;
}

/* 결과 페이지 */
.result .app-logo {
  width: 13rem;
  background-size: 13rem;
  background-image: url(https://cdn.banggooso.com/assets/images/game183/logo.png);
}
.game-result {
  height: auto;
  padding: 2rem 0 0;
  background: #fff;
}

.game-result .result-box.type {
  border: 0.1875rem solid #f2f2f2 !important;
}

.game-result .detail {
  border: none;
  background: #eee;
  border-radius: 16px;
  padding: 0 1.2rem;
}

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

.game-result .img-box img {
  width: 100%;
  margin: 10px 0px;
  border-radius: 8px;
}

.game-result #result-title {
  font-family: var(--game-183-font) !important;
  padding-top: 0;
}
.game-result #result-title h2 {
  color: #595959;
  font-size: 1rem;
  font-weight: 500;
  font-family: var(--game-183-bold-font) !important;
}
.game-result #result-title h1 {
  color: black;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: var(--game-183-bold-font) !important;
}
.game-result .result-box {
  border: none;
  text-align: left;
  margin-bottom: 1rem;
  padding: 1.5rem 0;
  font-family: var(--game-183-bold-font) !important;
}
.game-result .result-box:nth-child(2) {
  margin-top: -2rem;
}
.game-result .result-box .result-box-title {
  color: black;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.15rem;
  text-align: left;
  font-family: var(--game-183-bold-font) !important;
}

.game-result .num-statement {
  display: none;
}
.game-result p.num-statement > span {
  font-family: var(--game-183-font) !important;
  color: var(--game-183-color) !important;
}
.game-result #result-title .img-box {
  margin: 0 auto;
  width: 15rem;
  border-radius: 8px;
}
.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-183-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-183-2nd-color) !important;
  color: black;
  font-family: var(--game-183-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-183-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-183-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-183-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-183-sub-color) !important;
}

.game-result .result-box .result-bot-text .colored-text {
  color: var(--game-183-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 #result-title h1 p {
  line-height: 1.2em;
  letter-spacing: -0.1rem;
}

.game-result #result-title h1 p {
  line-height: 1.2em;
  letter-spacing: -0.1rem;
}

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

.game-result .btn_myranking a {
  background-image: url('https://cdn.banggooso.com/assets/images/common/grape-b. ');
  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: #000;
}

.game-result .graph-wrapper {
  font-family: var(--game-183-bold-font);
  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-183-font);
}

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

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

.btn-gray-round {
  background-color: var(--game-183-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-183-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-183-bold-font);
  margin-bottom: 0.7rem;
}

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

.vote-box {
  width: 90%;
  background-color: #ffffff;
  height: 200px;
  color: #000;
  margin: 0 auto;
}

.event-box {
  margin: 10px auto;
  font-size: 0.8rem;
  text-align: left;
}

.event-box-text-color {
  color: #84c13d;
  font-size: 1.3rem;
  font-weight: 900;
}

.event-box-button-1 {
  background-color: #b1f54d;
  border-radius: 5px;
  margin: 10px auto;
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
  padding: 1rem 0px;
  color: #000;
}

#step1-modal {
  padding: 0.5rem 1rem;
}

#step2-modal {
  padding: 0.5rem 1rem;
}

.modal-main-container {
  padding: 0.5rem 1rem;
  background: #f2f2f2;
  border-radius: 0px 0px 10px 10px;
}
.event-box-button-2 {
  background-color: #b1f54d;
  border-radius: 5px;
  margin: 10px auto;
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
  padding: 1rem 0px;
  color: #000;
}

.detail > p {
  font-size: small;
  text-align: center;
}

@keyframes floatUp {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* chat-bubble 스타일 설정 */
.chat-bubble {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.5rem;
}

.chat-bubble img {
  max-width: 100%;
  height: auto;
  width: 21rem;
}

.chat-container {
  width: 100%;
  overflow-y: auto;
  margin-top: 1.5rem;
  flex: 1;
}

#scroll-area {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0.2rem 1.5rem;
}

.scrollable > .chat-bubble:last-child {
  margin-bottom: auto;
}

.center-box {
  display: flex;
  justify-content: center;
  margin-top: auto;
}

.bottom-button-gray {
  width: 200px;
  height: 40px;
  background-color: #ccc;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

@keyframes rotateColors {
  0% {
    background-color: #eee;
  }
  33.3% {
    background-color: #eee;
  }
  66.6% {
    background-color: #cccc;
  }
  100% {
    background-color: #aaa;
  }
}
.loading-container {
  width: 2.5rem;
  height: 1.8rem;
  background-color: #000000;
  color: #fff;
  padding: 0.6rem 0.2rem;
  border-radius: 10px;
  display: flex;
  border-radius: 5px;
}
.loading-circle {
  width: 0.5rem;
  height: 0.5rem;
  margin: 0.1rem;
  border-radius: 50%;
  animation: rotateColors 1.5s infinite;
}
.loading-circle:nth-child(2) {
  animation-delay: 0.5s;
}
.loading-circle:nth-child(3) {
  animation-delay: 1s;
}

.chat-p {
  font-family: var(--game-183-bold-font);
  text-align: center;
  color: #b0b0b0;
  font-size: 0.75rem;
  font-weight: 400;
}

.vote-p {
  margin: 0 auto;
  width: 80%;
  margin-top: 150px;
  font-size: 12px;
  text-align: center;
  color: #595959;
}

.vote-box-c {
  background: #eee;
  height: 100px;
  width: 90%;
  border-radius: 10px;
  margin: 0 auto;
  position: relative;
  margin-top: 100px;
  display: block;
}

.question-text-c {
  border-radius: 10px;
  color: #000;
  font-size: 2rem;
  font-weight: 700;
  text-align: left;
  font-family: var(--game-183-bold-font);
  letter-spacing: -0.1rem;
  padding: 0rem 1.5rem 0.5rem 1.5rem;
}

.question-text-b {
  border-radius: 10px;
  text-align: center;
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: left;
  font-family: var(--game-183-bold-font);
  margin: 3rem 0rem 1rem 0rem;
}

.center-box-2 active {
  margin: 2rem 0rem;
}

#step02 p {
  font-family: var(--game-183-bold-font);
  margin-top: 0.5rem;
  font-size: 0.78rem;
  font-weight: 400;
  text-align: left;
  color: #000;
}

#step02 .vote-box-c {
  background: #eee;
  height: 100px;
  width: 90%;
  border-radius: 10px;
  margin: 0 auto;
  position: relative;
  margin-top: 100px;
  display: block;
}

.result-container {
  margin-top: 2rem;
  padding: 0 1.5rem;
}
.result-container-white {
  padding: 24px;
  background: #fff;
  margin: 20px 0px;
  border-radius: 16px;
  width: 19rem;
  margin: 0 auto;
  margin-top: 20px;
  box-shadow: 0px 2px 10px 0px #0000001f;
}

.game-result .result-container .slide-box {
  margin: auto;
  text-align: left;
  font-family: var(--game-138-font);
}

.game-result .result-container .slide-box .question-box {
  font-weight: bold;
  margin: 4rem 0 1.5rem 0;
  font-size: 1.15rem;
}
.game-result .result-container .slide-box .my-answer-left {
  text-align: left;
}
.game-result .result-container .slide-box .my-answer-right {
  text-align: left;
}

.game-result .result-container .slide-box .my-answer-left > img {
  left: 10px;
  top: -10px;
  position: absolute;
  width: 3.5rem;
}

.game-result .result-container .slide-box .my-answer-right > img {
  width: 3.5rem;
  margin-left: 2rem;
  right: 40px;
  position: absolute;
}

.my-answer-right {
  z-index: 9999;
  position: relative;
}
.my-answer-left {
  z-index: 9999;
  position: relative;
}
.game-result .result-container .slide-box .my-selection-upper.left {
  text-align: left;
  margin-left: 2rem;
  font-size: 0.7rem;
  top: -10px;
}

.game-result .result-container .slide-box .answer-graph-from-left {
  display: flex;
  background: #f4f4f4;
  margin: 0.5rem 0;
  font-size: 1rem !important;
  border-radius: 1.5rem;
  height: 3rem;
  font-family: var(--game-183-bold-font);
  color: #fff;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: -0.20000000298023224px;
}

.answer-graph-progress-left {
  height: 3rem;
  background: #e31837;
  text-align: left;
  border-radius: 6px 0px 0px 6px;
}

.game-result .result-container .slide-box .answer-graph-progress-left .percent-text {
  height: 100%;
  text-align: right;
  line-height: 3rem;
  margin-left: 1rem;
  font-weight: bold;
}

.answer-graph-progress-right.gray {
  background: #007ff8;
  border-radius: 0px 6px 6px 0px;
}

.game-result .result-container .slide-box .answer-textbox-right {
  text-align: right;
  margin-right: 2rem;
  font-size: 0.7rem;
}

.game-result .result-container .slide-box .answer-graph-progress-right .percent-text {
  height: 100%;
  text-align: left;
  line-height: 3rem;
  margin-right: 1rem;
  font-weight: bold;
  font-size: 1rem;
}

.result-box-title-1 {
  font-family: var(--game-183-bold-font) !important;
  font-size: 1rem;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: -0.02rem;
  text-align: left;
  color: #595959;
}
.result-box-title-2 {
  font-family: var(--game-183-bold-font) !important;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.20000000298023224px;
  text-align: left;
}

.answer-character-img {
  display: flex;
  justify-content: space-between;
}

.winner-left {
  width: 6rem;
  border-radius: 8px;
  margin-left: 10px;
}

.loser-right {
  width: 4.5rem;
  border-radius: 8px;
  float: right;
  right: 10px;
  bottom: 0px;
  position: absolute;
}

.winner-right {
  width: 6rem;
  border-radius: 8px;
  float: right;
  right: 0px;
  bottom: 0px;
  position: absolute;
}

.loser-left {
  width: 4.5rem;
  border-radius: 8px;
}

.equal-match {
  width: 6rem;
  border-radius: 8px;
}

.event-container {
  color: #000;
}

.result-main-green {
  color: #fff;
  font-size: 28px;
  font-family: var(--game-183-bold-font);
  font-weight: 700;
  text-align: left;
  margin: 0 auto;
  background-color: #b1f54d;
  padding: 0px 8px 0px 8px;
  border-radius: 4px;
  display: inline-block;
}

.event-box-text-1 {
  font-family: var(--game-183-bold-font);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0em;
  text-align: left;
  padding-bottom: 8px;
  letter-spacing: -0.4px;
}

.event-box-text-2 {
  font-family: var(--game-183-bold-font);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0em;
  text-align: left;
  letter-spacing: -0.4px;
}

.event-box-text-2-1 {
  font-family: var(--game-183-bold-font);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0em;
  text-align: left;
  letter-spacing: -0.4px;
}

.event-box-text-3 {
  font-family: var(--game-183-bold-font);
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  padding-top: 8px;
  letter-spacing: -0.4px;
  color: #575757;
}

.event-box:nth-child(3) {
  border-top: 1px solid #000;
  padding: 24px 0px 0px 0px;
}

.result-main-none {
  margin-top: 48px;
}

.event-box-2 {
  padding: 0rem 1.5rem;
  color: #000;
  margin-top: 2rem;
}

.center-img {
  border-radius: 20px;
  margin: 0 auto;
  margin-top: 1.5rem;
}
.center-img-2 {
  border-radius: 20px;
  margin: 0 auto;
}

.center-img img {
  width: 100%;
  padding: 1.2rem 1.4rem;
  box-shadow: 0px 2px 10px 0px #00000033;
  border-radius: 20px;
}

.event-caution-3 p {
  margin-top: 0.4rem;
}
.center-img-2 img {
  width: 100%;
}

.event-caution-3-sub {
  margin-top: 1.3rem;
}

.event-caution-1 {
}
.event-box-2-text-1 {
  font-weight: 700;
  font-family: var(--game-183-bold-font);
  font-size: 1.6rem;
  padding-top: 4rem;
}

.event-box-2-text-2 {
  font-weight: 500;
  font-family: var(--game-183-bold-font);
  font-size: 0.8rem;
  color: #4d4d4d;
}

.event-box-2-text-2-1 {
  font-weight: 700;
  font-family: var(--game-183-bold-font);
  padding-top: 20px;
  font-size: 0.8rem;
  color: #000;
}

.event-box-2 p {
  color: #000;
  padding: 20px 0px 12px 0px;
  font-size: 0.7rem;
  font-weight: 500;
  line-height: 0.9rem;
  letter-spacing: 0em;
  text-align: center;
  font-family: var(--game-183-bold-font);
}

.event-call {
  margin: 0px 0px 2.5rem 0px;
  font-family: var(--game-183-bold-font);
  font-size: 0.55rem;
  font-weight: 500;
  letter-spacing: 0em;
  text-align: center;
  color: #a7a7a7;
}

.event-caution {
  background-color: #f4f5f7;
  color: #65696c;
  font-family: var(--game-183-bold-font);
  font-size: 0.65rem;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  max-width: 500px;
  margin: 0 auto;
  padding: 0.5rem 1rem;
}

.event-caution-1 {
  padding: 1.5rem 0rem 0.8rem 0rem;
  font-family: var(--game-183-bold-font);
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 0.78rem;
  letter-spacing: 0em;
  text-align: left;
}

.event-caution-2 {
  font-family: var(--game-183-bold-font);
  font-size: 0.65rem;
}

.event-caution-list {
  list-style: disc;
  margin: 0.2rem 1rem;
}

.event-caution-3 {
  font-family: var(--game-183-bold-font);
  font-size: 0.65rem;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0em;
  text-align: center;
  padding: 40px;
}

.text-1 {
  color: #000000;
  font-family: var(--game-183-bold-font);
  font-size: 0.6rem;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: -0.20000000298023224px;
  text-align: center;
  padding-bottom: 1rem;
}

#modal.modal-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(1.5px);
  -webkit-backdrop-filter: blur(1.5px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}
#modal .modal-window {
  background: rgba(69, 139, 197, 0.7);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(13.5px);
  -webkit-backdrop-filter: blur(13.5px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  width: 400px;
  height: 500px;
  position: relative;
  top: -100px;
  padding: 10px;
}
#modal .title {
  padding-left: 10px;
  display: inline;
  text-shadow: 1px 1px 2px gray;
  color: white;
}
#modal .title h2 {
  display: inline;
}
#modal .close-area {
  display: inline;
  float: right;
  padding-right: 10px;
  cursor: pointer;
  text-shadow: 1px 1px 2px gray;
  color: white;
}

#modal .content {
  margin-top: 20px;
  padding: 0px 10px;
  text-shadow: 1px 1px 2px gray;
  color: white;
}

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

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

.game-result .recommend-list .inner {
  position: relative;
  margin-top: 2rem;
  z-index: 2;
}

.game-result .recommend-list .inner .title {
  color: #000;
  font-size: 1.15rem;
  text-align: left;
  margin-bottom: 1.5625rem;
  padding-left: 3.2rem;
  font-family: 'RixGulim', sans-serif;
  font-weight: 900;
  margin-left: 0.1rem;
}

.game-result .recommend-list .swiper-container {
  padding-left: 3rem;
  padding-bottom: 1.625rem;
}

.game-result .recommend-list .swiper-slide:last-child {
  margin-right: 1.125rem;
}

.game-result .recommend-list .btn-wrap {
  text-align: center;
  padding-bottom: 2.65625rem;
  font-family: 'RixGulim', sans-serif;
}

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

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

#result-title {
  padding: 2rem 0 0;
  text-align: center;
}

.right-box {
  margin-top: 0.9rem;
  margin-left: 20rem;
  margin-bottom: 1.5rem;
}

.center-box-2 {
  text-align: center;
  padding: 0.5rem 1.5rem;
}

.center-box-2.active {
  text-align: center;
}

.result-title-container {
  display: flex;
  justify-content: center;
}

.title-img {
  width: 2rem;
  height: 2rem;
  margin: 0.2rem 0.5rem;
}

/* 더 많은 컨텐츠 보기 */
.contents-more {
  margin: 1rem;
  background: linear-gradient(0deg, rgba(114, 197, 4, 0.6), rgba(114, 197, 4, 0.6));
  border: solid 2px black;
}

.contents-more .contents-main .sub-text {
  color: black;
}
.contents-more .contents-list {
  border-left: 1px solid black;
}

/* 모달 스타일 */
.modal-overlay {
  display: none; /* Initially hide the modal */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);

  justify-content: center;
  align-items: center;

  padding: 0 2rem;
}

.modal {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  max-width: 400px; /* 모달 너비 조정 */
  width: 20rem;
  color: #000;
}

.modal-main-text {
  text-align: center;
  font-size: 1.15rem;
  font-weight: 700;
  font-family: var(--game-183-bold-font);
  padding-bottom: 0.5rem;
}

.modal-caution-text {
  font-family: var(--game-183-bold-font);
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: -0.05rem;
  text-align: left;
  color: #515151;
  padding-left: 1rem;
  padding-bottom: 1rem;
}

.modal-caution-text-list {
  list-style: disc;
  line-height: 1.2rem;
  letter-spacing: -0.02rem;
}

.modal-input {
  font-family: var(--game-183-bold-font);
  font-size: 1rem;
  font-weight: 300;
  line-height: 2.7rem;
  letter-spacing: -0.02rem;
  width: 100%;
  height: 2.7rem;
  border-radius: 8px;
  background: #f2f2f2;
  color: #b3b3b3;
  padding-left: 1rem;
  margin: 0.5rem 0px;
}

small {
  margin-right: 0.2rem;
}

.modal-caution-text-sub {
  padding: 1rem 0rem 0.5rem 0rem;
  font-size: 0.7rem;
  text-align: center;
  color: #595959;
  font-weight: 400;
  font-family: var(--game-183-bold-font);
  letter-spacing: -0.02rem;
  line-height: 0.8rem;
}

.restart-c-content {
  margin: 0 auto;
  line-height: 3.8rem;
  width: 10rem;
}

.modal-box-2 {
  border-radius: 20px;
  width: 100%;
  margin: 1rem 0rem;
  text-align: center;
  padding: 0.8rem 0rem 1rem 0rem;
  box-shadow: 0px 4px 12px 0px #00000040;
  text-align: center;
}

.modal-main-text-sub {
  text-align: center;
  font-size: 0.97rem;
  font-weight: 400;
  font-family: var(--game-183-bold-font);
  margin: 0.5rem 0px;
}

.modal-main-text-sub-2 {
  text-align: center;
  font-size: 0.77rem;
  font-weight: 500;
  font-family: var(--game-183-bold-font);
  margin: 0.8rem 0px;
  color: #515151;
}

.coupon-img {
  width: 3.5rem;
  margin: 0.3rem 0rem;
}

.coupon-desc {
  font-size: 1.3rem;
  font-weight: 700;
  font-family: var(--game-183-bold-font);
}

.coupon-text {
  font-size: 1rem;
  font-weight: 500;
  font-family: var(--game-183-bold-font);
}
/* ----------------- */

.upper-button {
  padding: 0.2rem 1.5rem;
  display: flex;
  justify-content: space-between;
  margin-top: 1rem 0rem !important;
}

.chat-p {
  font-family: var(--game-183-bold-font);
  text-align: center;
  color: #b0b0b0;
  font-size: 0.75rem;
  font-weight: 400;
}

.upper-button-img {
  width: 4rem;
  height: 2rem;
}

.icon-in-modal {
  width: 0.8rem;
}

.i-02 {
  width: 1.4rem;
}

.vote-c-img {
  width: 1.3rem !important;
  height: 1.3rem;
  margin: 0px 0.2rem;
}

.event-section-c {
  padding: 1rem;
  margin: 0 auto;
  box-shadow: 0px 2px 10px 0px #00000033;
  border-radius: 20px;
}

.game-intro {
  padding-bottom: 0px !important;
}

.intro-event {
  background: #ffffff1a;
  margin-top: 1.5rem;
}
