/* font */
@font-face {
  font-family: 'Pretendard';
  src: url('https://cdn.banggooso.com/assets/fonts/PretendardVariable.woff2') format('woff2');
  font-weight: 400;
}

@font-face {
  font-family: 'Pretendard';
  src: url('https://cdn.banggooso.com/assets/fonts/PretendardVariable.woff2') format('woff2');
  font-weight: 500;
}

@font-face {
  font-family: 'Pretendard';
  src: url('https://cdn.banggooso.com/assets/fonts/PretendardVariable.woff2') format('woff2');
  font-weight: 600;
}

@font-face {
  font-family: 'Pretendard';
  src: url('https://cdn.banggooso.com/assets/fonts/PretendardVariable.woff2') format('woff2');
  font-weight: 700;
}

@font-face {
  font-family: 'Pretendard';
  src: url('https://cdn.banggooso.com/assets/fonts/PretendardVariable.woff2') format('woff2');
  font-weight: 800;
}

@font-face {
  font-family: 'DungGeunMo';
  src: url('https://cdn.banggooso.com/assets/images/game245/font/DungGeunMo.ttf');
}

html,
body {
  font-size: 16px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  overscroll-behavior: none;
  font-family: 'Pretendard';
  text-align: center;
}

button,
li,
ul,
dt,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
div,
a,
p,
span,
b {
  transform: skew(0);
}

.game-wrapper {
  height: 100dvh !important;
  letter-spacing: normal;
}

.hidden {
  display: none !important;
}

@media (max-width: 500px) {
  html,
  body {
    font-size: 3.2vw;
  }
}

/* common */
.game-wrapper.basic .app-header {
  display: flex;
  height: 3.75rem;
  padding: 0rem 0rem;
  justify-content: center;
  align-items: center;
  background: #fff;
  background-blend-mode: multiply;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.game-wrapper.basic .app-header .app-logo {
  background: url(https://cdn.banggooso.com/assets/images/common/logo_2024.png) no-repeat center / contain;
}

.game-wrapper .app-header .app-header-btn {
  left: 0;
}

.hide {
  display: none !important;
}

/* 모달 , 팝업 */
.no-input-data-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}

.no-input-data-container-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.no-input-data-container-wrapper .box {
  padding-top: 2.1rem;
  width: 25.5rem;
  border-radius: 0.9rem;
  background: #f1f1f1;
  overflow: hidden;
}

.no-input-data-container-wrapper .box .txt {
  color: #666;
  text-align: center;
  font-family: 'Noto Sans KR';
  font-size: 1.05rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0.75rem 0;
  margin-bottom: 1.8rem;
}

.no-input-data-container-wrapper .box .btn-box {
  display: flex;
  width: 100%;
  border-top: 0.9px solid #ccc;
}

.no-input-data-container-wrapper .box .btn-box .close {
  display: flex;
  width: 100%;
  padding: 0.75rem 0 1.05rem;
  align-items: center;
  justify-content: center;
  color: #0c75ed;
  text-align: center;
  font-family: 'Noto Sans KR';
  font-size: 1.35rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-color: none;
  cursor: pointer;
}

/* 인트로 */
.game-wrapper .game-intro {
  padding-bottom: 0;
}

.game-wrapper .app-header.intro {
  /* display: none; */
  position: absolute;
  width: 100%;
  z-index: 1;
  display: block !important;
  background: none;
}

.game-wrapper .app-header.intro .sound-btn {
  display: none;
  position: absolute;
  width: 2.625rem;
  height: 2.625rem;
  aspect-ratio: 1/1;
  background: url(https://cdn.banggooso.com/assets/images/game264/header_sound_ico.png) no-repeat center center /
    contain;
  right: 0.56rem;
  top: 0.56rem;
  cursor: pointer;
}

.game-wrapper .app-header.question .sound-btn {
  display: block;
}

.game-wrapper .app-header.intro .sound-btn.active:after {
  content: '';
  display: block;
  width: 100%;
  height: 2;
  border-bottom: 2px solid rgba(12, 12, 12, 1);
  transform: rotate(-45deg);
}

.game-intro .content {
  display: flex;
  flex-flow: column;
  align-items: center;
}

.game-intro .content.maker-intro {
  padding-top: 3.75em;
}

.game-intro .content.player-intro {
  padding-top: 4.06rem;
}

.game-intro .content .intro-img {
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 1.25rem;
}

.game-intro .content .intro-img:before,
.game-intro .content .intro-img:after {
  content: noner;
  display: block;
  position: absolute;
}

.game-intro .content .intro-img:before {
  width: 3.30825rem;
  height: 3.66144rem;
  flex-shrink: 0;
  aspect-ratio: 52.93 / 58.58;
  background: url(https://cdn.banggooso.com/assets/images/game264/intro_ttl_heart_ico_1.png) no-repeat center center /
    contain;
  left: 5.8rem;
  bottom: 5.1rem;
  background-size: 117% 112%;
}

.game-intro .content .intro-img:after {
  width: 2.94006rem;
  height: 2.57681rem;
  flex-shrink: 0;
  aspect-ratio: 47.04/41.23;
  background: url(https://cdn.banggooso.com/assets/images/game264/intro_ttl_heart_ico_2.png) no-repeat center center /
    contain;
  top: 2.84rem;
  right: 4.06rem;
}

.game-intro .content .intro-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.game-intro .content .intro-img span {
  width: 100%;
  display: block;
  position: static;
  bottom: 0.47rem;
  color: #000;
  text-align: center;
  color: #e30413;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
  /* 2.025rem */
}

.game-intro .content.maker-intro .intro-img img {
  width: 28.25rem;
  height: 13.25rem;
  aspect-ratio: 113/53;
}

.game-intro .content .sub-ttl {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 2rem;
  gap: 0.19rem;
}

.game-intro .content .sub-ttl p {
  color: #000;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.1875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
  /* 1.72188rem */
  letter-spacing: -0.02375rem;
}

.game-intro .content .sub-ttl p b {
  font-weight: 600;
  position: relative;
}

.game-intro .content .sub-ttl p b:after {
  content: '';
  display: block;
  width: 100%;
  height: 0.625rem;
  background: url(https://cdn.banggooso.com/assets/images/game264/maker_under_line.png) no-repeat center center / cover;
  position: absolute;
  top: 100%;
  left: 0;
}

.game-intro .content .sub-ttl span {
  color: #000;
  font-family: 'Pretendard';
  font-size: 1.1875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
}

.game-intro .content input {
  display: flex;
  width: 23.75rem;
  padding: 1.25rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  color: rgba(12, 12, 12, 1);
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 1.925rem */
  letter-spacing: -0.01375rem;
  border-radius: 0.5rem;
  border: 1.5px solid #0c0c0c;
  background: #fff;
  margin-bottom: 1rem;
}

.game-intro .content .start-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 1.5rem;
}

.game-intro .content input::placeholder {
  color: rgba(12, 12, 12, 0.4);
}

.game-intro .content .start {
  cursor: pointer;
  display: flex;
  height: 5.25rem;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 1rem;
  background: #0c0c0c;
  box-shadow: 0px 0px 10px 0px rgba(12, 12, 12, 0.08), 0px 8px 20px 0px rgba(12, 12, 12, 0.2);
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.0175rem;
  width: 100%;
}

.game-intro .content > span {
  color: #0c0c0c;
  font-family: 'Pretendard';
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: -0.0125rem;
  margin-top: 1.13rem;
  display: flex;
  position: relative;
  align-items: center;
}

.game-intro .content > span::before {
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  background: url(https://cdn.banggooso.com/assets/images/game264/sound_txt_ico.png) no-repeat center center;
  background-size: contain;
  margin-right: 0.5rem;
}

.game-intro .content > span b {
  color: #e30413;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem;
  /* 100% */
  letter-spacing: -0.0125rem;
}

.game-intro .content .total-click-wrapper {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 0.25rem;
  padding-bottom: 1rem;
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
  margin-top: 2.5rem;
}

.game-intro .content .total-click-wrapper dt {
  color: #0c0c0c;
  text-align: center;
  font-family: Pretendard;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.125rem;
  /* 141.667% */
  letter-spacing: -0.015rem;
}

.game-intro .content .total-click-wrapper dd {
  color: #0c0c0c;
  text-align: center;
  font-family: Pretendard;
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 3.575rem */
  letter-spacing: -0.0275rem;
}

.game-intro .content .total-click-wrapper .share-sns-list {
  display: none;
}

.game-intro .content .total-click-wrapper .list {
  display: none;
}

.game-intro .content .share-box {
  display: flex;
  padding: 2.625rem 0rem 6.25rem 0rem;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  align-self: stretch;
  position: relative;
}

.game-intro .content .share-box:before {
  content: '';
  display: flex;
  width: 2.928rem;
  height: 2.75344rem;
  padding-right: 0rem;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 1.875rem;
  left: 0;
  background: url('https://cdn.banggooso.com/assets/images/game264/intro_deco_1.png') no-repeat center center / contain;
}

.game-intro .content .share-box:after {
  content: '';
  display: flex;
  width: 4.375rem;
  height: 4.875rem;
  padding: 0.0625rem 0.01438rem 0.04244rem 0.09106rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0.125rem;
  bottom: 2.125rem;
  background: url('https://cdn.banggooso.com/assets/images/game264/intro_deco_2.png') no-repeat center center / contain;
}

.game-intro .content .share-box:before,
.game-intro .content .share-box:after {
  content: none;
}

.game-intro .content .share-box button {
  cursor: pointer;
  display: flex;
  width: 21.25rem;
  height: 5rem;
  justify-content: center;
  align-items: center;
  border-radius: 1rem;
  background: #0c0c0c;
  box-shadow: 0px 0px 10px 0px rgba(12, 12, 12, 0.08), 0px 8px 20px 0px rgba(12, 12, 12, 0.2);
  color: #fff;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 2.45rem */
}

.game-intro .content .share-box .share-sns-list {
  margin-bottom: 0;
}

.game-intro .content .share-box .share-sns-list .list-title {
  margin: 0;
  color: #0c0c0c;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.01375rem;
}

.game-intro .content .share-box .list {
  display: none;
}

/* 본 컨텐츠 */
.main-content-container {
  padding-top: 4.0625rem;
}

.main-content-container .main-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.main-content-container .main-content-wrapper .main-content-wrapper-inner {
  padding: 0 1.87rem 2.5rem;
  width: 100%;
}

.main-content-container .top-ele {
  display: flex;
  align-items: center;
  width: 100%;
  height: 3.75rem;
}

.main-content-container .main-content-wrapper-inner.step-1 .top-ele {
  background: url(https://cdn.banggooso.com/assets/images/game264/step_1.png) no-repeat center center / cover;
}

.main-content-container .main-content-wrapper-inner.step-2 .top-ele {
  background: url(https://cdn.banggooso.com/assets/images/game264/step_2.png) no-repeat center center / cover;
}

.main-content-container .main-content-wrapper-inner.step-3 .top-ele {
  background: url(https://cdn.banggooso.com/assets/images/game264/step_3.png) no-repeat center center / cover;
}

.main-content-container .main-content-wrapper-inner.step-4 .top-ele {
  background: url(https://cdn.banggooso.com/assets/images/game264/step_4.png) no-repeat center center / cover;
}

.main-content-container .main-content-wrapper-inner.step-5 .top-ele {
  background: url(https://cdn.banggooso.com/assets/images/game264/step_5.png) no-repeat center center / cover;
}

.main-content-container .main-content-wrapper-inner.step-6 .top-ele {
  background: url(https://cdn.banggooso.com/assets/images/game264/step_6.png) no-repeat center center / cover;
}

.main-content-container .main-content-wrapper-inner.step-7 .top-ele {
  background: url(https://cdn.banggooso.com/assets/images/game264/step_7.png) no-repeat center center / cover;
}

.main-content-container .main-content-wrapper-inner.step-8 .top-ele {
  background: url(https://cdn.banggooso.com/assets/images/game264/step_8.png) no-repeat center center / cover;
}

.main-content-container .main-content-wrapper-inner.step-9 .top-ele {
  background: url(https://cdn.banggooso.com/assets/images/game264/step_9.png) no-repeat center center / cover;
}

.main-content-container .main-content-wrapper-inner.step-10 .top-ele {
  background: url(https://cdn.banggooso.com/assets/images/game264/step_10.png) no-repeat center center / cover;
}

.main-content-container .content .step {
  color: #0c0c0c;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 2.1125rem */
  letter-spacing: 0.04875rem;
  display: block;
  margin-bottom: 0.5rem;
}

.main-content-container .content > p {
  color: #0c0c0c;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 2.1rem */
  letter-spacing: -0.0075rem;
  white-space: nowrap;
}

.main-content-container .content > img {
  width: 12.5rem;
  height: 12.5rem;
  aspect-ratio: 1/1;
  margin-bottom: 0.5rem;
  display: inline-block;
}

.main-content-container .content .answer-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.main-content-container .content .answer-list li {
  cursor: pointer;
  display: flex;
  height: 5.75rem;
  padding: 0rem 1.25rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  align-self: stretch;
  border-radius: 0.5rem;
  border: 1.5px solid #0c0c0c;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(12, 12, 12, 0.05), 0px 8px 15px 0px rgba(12, 12, 12, 0.1);
  color: #0c0c0c;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 1.925rem */
  letter-spacing: -0.01375rem;
}

.main-content-container .content .answer-list li.active {
  border-radius: 0.5rem;
  border: 1.5px solid #0c0c0c;
  background: linear-gradient(0deg, rgba(12, 12, 12, 0.15) 0%, rgba(12, 12, 12, 0.15) 100%), #fff;
  box-shadow: 0px 0px 10px 0px rgba(12, 12, 12, 0.05), 0px 8px 15px 0px rgba(12, 12, 12, 0.1);
}

.main-content-container .content .next-btn:disabled {
  cursor: initial;
}

.main-content-container .content .next-btn {
  display: flex;
  width: 100%;
  height: 5rem;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  align-self: stretch;
  border-radius: 1rem;
  box-shadow: 0px 0px 10px 0px rgba(12, 12, 12, 0.08), 0px 8px 20px 0px rgba(12, 12, 12, 0.2);
  color: #fff;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 2.45rem */
  background: #0c0c0c;
  margin-top: 1.25rem;
  cursor: pointer;
}

.main-content-container .content .next-btn:disabled {
  background: rgba(12, 12, 12, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(12, 12, 12, 0.08), 0px 8px 20px 0px rgba(12, 12, 12, 0.2);
}

/* 결과 */
.result-content {
  padding-top: 3.75rem;
}

.game-wrapper.basic .app-header.result {
  position: absolute;
  width: 100%;
  z-index: 1;
  background: none;
}

.game-wrapper.basic .game-result {
  padding: 0;
}

.game-result .result-content > .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.game-result .result-content > .inner::before {
  content: '';
  display: flex;
  width: 31.25rem;
  height: 56.25rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  background: url(https://cdn.banggooso.com/assets/images/game264/maker/maker_result_bg.png) no-repeat center center /
    contain;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  background-position-y: -4rem;
}

.game-result .result-content .zIndex-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.game-result .inner .ttl {
  padding: 1.5rem 0 1.75rem;
}

.game-result .inner .ttl span {
  color: #0c0c0c;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  /* 2.03125rem */
  letter-spacing: -0.01625rem;
}

.game-result .inner .ttl p {
  color: #0c0c0c;
  font-family: 'Pretendard';
  font-size: 2.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -0.02125rem;
}

.game-result .img-container-outer {
  padding: 0 1.12rem;
  width: 100%;
}

.game-result .img-container {
  width: 100%;
  height: 35.625rem;
  padding: 1.5rem 1rem 1.31rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  background: url(https://cdn.banggooso.com/assets/images/game264/maker/maker_img_bg.png) no-repeat center center /
    contain;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.1)) drop-shadow(0px 8px 20px rgba(12, 12, 12, 0.2));
}

.game-result .img-container .score-img {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  gap: 1rem;
  width: 100%;
  padding-bottom: 1rem;
}

.game-result .img-container .score-img span {
  color: #0c0c0c;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 1.925rem */
  letter-spacing: -0.01375rem;
}

.game-result .img-container .score-img img {
  display: flex;
  width: 18.75rem;
  height: 6.2rem;
  aspect-ratio: 20/9;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  align-self: stretch;
  object-fit: cover;
  margin: 0 auto;
  transform: rotate(1.659deg);
  overflow: visible;
}

.game-result.maker .img-container .score-img img {
}

.game-result .img-container > ul {
  display: flex;
  flex: 1;
  width: 100%;
  gap: 0.76rem;
}

.game-result .img-container > ul > li {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  gap: 0.875rem;
  flex-direction: column;
}

.game-result .img-container > ul > li.player div {
  background: url(https://cdn.banggooso.com/assets/images/game264/maker/maker_send_bg.png) no-repeat center / contain;
}

.game-result .img-container > ul > li p {
  color: #0c0c0c;
  font-family: 'Pretendard';
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: -0.0125rem;
}

.game-result .img-container > ul > li:first-child p b {
  color: #0c0c0c;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 1.5625rem */
  letter-spacing: -0.0125rem;
}

.game-result .img-container > ul > li:last-child p b {
  color: #e30413;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 1.5625rem */
  letter-spacing: -0.0125rem;
}

.game-result .img-container > ul > li > img,
.game-result .img-container > ul > li > div {
  width: 13rem;
  height: 18.75rem;
  flex-shrink: 0;
  aspect-ratio: 52/75;
  align-items: center;
  justify-content: center;
}

.game-result .img-container .tendency-box {
  background: lightgray 50%;
  border-radius: 0.5rem;
}

.game-result .img-container .tendency-box ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas:
    'affirm time'
    'gift gift'
    'serve touch';
  gap: 0 0.5rem;
  width: 100%;
  height: 100%;
}

.game-result .img-container .tendency-box ul li {
  width: 6.25rem;
  height: 6.25rem;
  justify-self: center;
}

.game-result .img-container .tendency-box ul li img {
  width: 100%;
  height: 100%;
}

.game-result .img-container .tendency-box ul li.affirm {
  grid-area: affirm;
}

.game-result .img-container .tendency-box ul li.touch {
  grid-area: touch;
}

.game-result .img-container .tendency-box ul li.gift {
  grid-area: gift;
}

.game-result .img-container .tendency-box ul li.serve {
  grid-area: serve;
}

.game-result .img-container .tendency-box ul li.time {
  grid-area: time;
}

.game-result .img-container > ul li > div {
  display: flex;
  flex-flow: column;
  gap: 1.5rem;
}

.game-result .img-container > ul li > div span {
  width: 5.625rem;
  height: 4.875rem;
  flex-shrink: 0;
  aspect-ratio: 15/13;
  display: block;
  background: url(https://cdn.banggooso.com/assets/images/game264/result_airplane.png) no-repeat center / cover;
}

.game-result .img-container > ul li > div p {
  color: #0c0c0c;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 135%;
  /* 1.85625rem */
  letter-spacing: -0.0275rem;
}

.game-result .img-desc-txt {
  display: none;
  padding: 0.5rem 0.75rem;
  align-items: center;
  gap: 0.25rem;
  border-radius: 0.5rem;
  background: rgba(12, 12, 12, 0.1);
  color: #0c0c0c;
  font-family: 'Pretendard';
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 1.6875rem */
  letter-spacing: -0.01125rem;
  margin-top: 1.75rem;
}

.game-result .img-desc-txt:after,
.game-result .img-desc-txt:before {
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  aspect-ratio: 1/1;
  background: url(.https://cdn.banggooso.com/assets/images/game264/player/desc_ico_top_arrow.png) no-repeat center /
    contain;
}

.game-result .img-desc-txt b {
  font-weight: 700;
}

.game-result .slide-container {
  display: flex;
  padding: 3.75rem 1.875rem 6rem;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}

.game-result .slide-container .sub-ttl {
  color: #0c0c0c;
  font-family: 'Pretendard';
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -0.02rem;
  margin-bottom: 1.5rem;
  width: 100%;
  text-align: left;
}

.game-result .slide-container .swiper-container {
  width: 100%;
  height: 100%;
}

.game-result .slide-container .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.game-result .slide-container .swiper-container .swiper-slide {
  display: flex;
  width: 26.25rem;
  height: 21.25rem;
  padding: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  flex-shrink: 0;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05), 0px 8px 20px 0px rgba(12, 12, 12, 0.2);
}

.game-result .slide-container .swiper-container .swiper-slide > div {
  width: 100%;
}

.game-result .slide-container .swiper-container .swiper-slide .top {
  display: flex;
  padding-bottom: 1rem;
  height: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-bottom: 1.5px solid rgba(227, 4, 19, 0.1);
  gap: 0.12rem;
}

.game-result .slide-container .swiper-container .swiper-slide .top p {
  color: #0c0c0c;
  font-family: 'Pretendard';
  font-size: 2.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 3.325rem */
  letter-spacing: -0.0475rem;
}

.game-result .slide-container .swiper-container .swiper-slide .top span {
  color: rgba(12, 12, 12, 0.6);
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 1.7875rem */
  letter-spacing: -0.01375rem;
}

.game-result .slide-container .swiper-container .swiper-slide .top b {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  color: #e30413;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 3.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 3.375rem */
  letter-spacing: -0.10125rem;
  top: 0;
  right: 0;
}

.game-result .slide-container .swiper-container .swiper-slide .top b span {
  color: #e30413;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 2.275rem */
  letter-spacing: -0.0525rem;
}

.game-result .slide-container .swiper-container .swiper-slide .txt {
  flex: 1 100%;
  color: #0c0c0c;
  font-family: 'Pretendard';
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 1.6875rem */
  letter-spacing: -0.01125rem;
  text-align: left;
}

.game-result .slide-container .swiper-container .swiper-pagination {
  position: absolute;
  top: calc(100% + 1.5rem);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.62rem;
}

.game-result .slide-container .swiper-container .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
}

.game-result .slide-container .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  width: 1.125rem;
  height: 1rem;
  aspect-ratio: 9/8;
  background: url(https://cdn.banggooso.com/assets/images/game264/pagination_active.png) no-repeat center / contain;
  border-radius: 0;
}

.game-result .wrong-answer-container {
  display: flex;
  padding-top: 3.5rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: relative;
  padding-bottom: 5rem;
}

.game-result .wrong-answer-container .swiper-button-next,
.game-result .wrong-answer-container .swiper-button-prev {
  top: 13.31rem;
  right: 0;
  width: 3.75rem;
  height: 3.75rem;
  aspect-ratio: 1/1;
}

.game-result .wrong-answer-container .swiper-button-prev:after,
.game-result .wrong-answer-container .swiper-button-next:after {
  content: none;
}

.game-result .wrong-answer-container .swiper-button-next {
  background: url(https://cdn.banggooso.com/assets/images/game264/player/slide_btn_next_red.png) no-repeat center /
    contain;
}

.game-result .wrong-answer-container .swiper-button-prev {
  background: url(https://cdn.banggooso.com/assets/images/game264/player/slide_btn_prev_red.png) no-repeat center /
    contain;
}

.game-result .wrong-answer-container .heading {
  padding: 2.5rem 0;
}

.game-result .wrong-answer-container .heading b {
  color: #0c0c0c;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 2.1125rem */
  letter-spacing: 0.04875rem;
  margin-bottom: 0.5rem;
  display: block;
}

.game-result .wrong-answer-container .heading p {
  color: #0c0c0c;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 1.925rem */
  letter-spacing: -0.00688rem;
}

.game-result .wrong-answer-container .sub-ttl {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 0.38rem;
}

.game-result .wrong-answer-container .sub-ttl span {
  color: #0c0c0c;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  /* 1.71875rem */
  letter-spacing: -0.01375rem;
}

.game-result .wrong-answer-container .sub-ttl span b {
  color: #e30413;
}

.game-result .wrong-answer-container .sub-ttl p {
  color: #0c0c0c;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 2.8125rem */
  letter-spacing: -0.0225rem;
}

.game-result .wrong-answer-container ul {
  display: flex;
  flex-flow: column;
  gap: 0.75rem;
  width: 100%;
  padding: 0 1.87rem;
}

.game-result .wrong-answer-container ul li {
  display: flex;
  height: 5.75rem;
  padding: 0rem 1.25rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  align-self: stretch;
  border-radius: 0.5rem;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(12, 12, 12, 0.05), 0px 8px 15px 0px rgba(12, 12, 12, 0.1);
  color: rgba(12, 12, 12, 0.4);
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 1.925rem */
  letter-spacing: -0.01375rem;
  position: relative;
}

.game-result .wrong-answer-container ul li:after {
  content: '';
  display: block;
  position: absolute;
  border-radius: 0.90625rem 0.90625rem 0.90625rem 0rem;
  position: absolute;
  right: 0.5rem;
  top: -1rem;
  display: flex;
  padding: 0.3125rem 0.625rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.game-result .wrong-answer-container ul li.maker-pick:after {
  content: 'MAKER';
  color: #fff;
  background: #e30413;
}

.game-result .wrong-answer-container ul li.player-pick:after {
  content: 'PLAYER';
  color: #fff;
  background: #0c0c0c;
}

.game-result .wrong-answer-container ul li.match-pick:after {
  content: 'Match!';
  color: #fff;
  background-color: #eee;
  border-radius: 0;
}

.game-result .wrong-answer-container ul li.match-pick {
  border-radius: 0.5rem;
  background: linear-gradient(0deg, rgba(227, 4, 19, 0.9) 0%, rgba(227, 4, 19, 0.9) 100%), #fff;
  box-shadow: 0px 0px 10px 0px rgba(12, 12, 12, 0.05), 0px 8px 15px 0px rgba(12, 12, 12, 0.1);
  color: #fff;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 1.925rem */
  letter-spacing: -0.01375rem;
}

.game-result .wrong-answer-container ul li.maker-pick {
  border-radius: 0.5rem;
  border: 1.5px solid #e30413;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(12, 12, 12, 0.05), 0px 8px 15px 0px rgba(12, 12, 12, 0.1);
  color: #0c0c0c;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 1.925rem */
  letter-spacing: -0.01375rem;
}

.game-result .wrong-answer-container ul li.player-pick {
  border-radius: 0.5rem;
  border: 1.5px solid #0c0c0c;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(12, 12, 12, 0.05), 0px 8px 15px 0px rgba(12, 12, 12, 0.1);
  color: #0c0c0c;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 1.925rem */
  letter-spacing: -0.01375rem;
}

.game-result .music-container {
  display: flex;
  padding: 2rem 0 2.5rem 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 2rem;
  background: linear-gradient(175deg, rgba(12, 12, 12, 0) 18.55%, rgba(12, 12, 12, 0.15) 85.42%), #fff;
  box-shadow: 0px 4px 15px 0px rgba(12, 12, 12, 0.25), 0px 10px 60px 0px rgba(12, 12, 12, 0.2);
}

.game-result .music-container .ico-top {
  width: 4.375rem;
  height: 4.375rem;
  aspect-ratio: 1/1;
  margin-bottom: 0.5rem;
  background: url(https://cdn.banggooso.com/assets/images/game264/maker/result_obj_key.png) no-repeat center center /
    contain;
}

.game-result .music-container h4 {
  color: #0c0c0c;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 2.8125rem */
  letter-spacing: -0.0225rem;
}

.game-result .music-container h4 b {
  color: #e30413;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -0.0225rem;
}

.game-result .music-container .txt {
  display: flex;
  margin-top: 1.75rem;
  padding-bottom: 2rem;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  color: #0c0c0c;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  /* 2.3375rem */
}

.game-result .music-container .txt b {
  color: #0c0c0c;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
}

.game-result .music-container .music-container-pad {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  padding: 0 1.88rem;
}

.game-result .music-container .music-list {
  display: flex;
  cursor: pointer;
  width: 100%;
  margin: 0 auto;
  padding: 2.5rem 1.25rem 2rem 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 1.5rem;
  background: #fff;
  box-shadow: 0px 1px 5px 0px rgba(12, 12, 12, 0.08), 0px 8px 20px 0px rgba(12, 12, 12, 0.1);
}

.game-result .music-container .music-list .wrap {
  position: relative;
}

.game-result .music-container .music-list .wrap .floating-wrap {
  display: flex;
  position: absolute;
  gap: 0.25rem;
  flex-flow: column;
  align-items: flex-start;
  top: 8.12rem;
  left: calc(100% - 3.37rem);
}

.game-result .music-container .music-list .wrap .floating {
  display: flex;
  padding: 0.625rem 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 1.28125rem 1.28125rem 1.28125rem 0rem;
  background: #0c0c0c;
  color: #fff;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 1.4625rem */
}

.game-result .music-container .music-list .wrap .floating:last-child {
  min-width: 9.0625rem;
}

.game-result .music-container .music-list img {
  width: 18.75rem;
  height: 18.75rem;
  aspect-ratio: 1/1;
  border-radius: 0.5rem;
  background: rgba(255, 0, 149, 0.2);
  box-shadow: 0px 10px 20px 0px rgba(12, 12, 12, 0.1);
  display: block;
  margin-bottom: 1.25rem;
}

.game-result .music-container .music-list .music-ttl {
  color: #0c0c0c;
  text-align: center;
  font-family: 'Pretendard Variable';
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 2.8rem */
  letter-spacing: -0.01rem;
}

.game-result .music-container .music-list > span {
  color: rgba(12, 12, 12, 0.6);
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 1.75rem */
  letter-spacing: -0.00625rem;
  margin-top: 0.12rem;
  margin-bottom: 1.5rem;
}

.game-result .music-container .music-list .song-length {
  display: flex;
  padding: 0rem 0.625rem;
  justify-content: space-between;
  align-items: center;
  gap: 1.25rem;
  align-self: stretch;
  width: 100%;
}

.game-result .music-container .music-list .song-length span {
  color: rgba(12, 12, 12, 0.6);
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 1.575rem */
  margin-bottom: 0.75rem;
  letter-spacing: -0.00563rem;
  flex: 0;
}

.game-result .music-container .music-list .song-length > div {
  flex: 1;
}

.game-result .music-container .music-list .song-length > div svg {
  width: 100%;
}

.game-result .music-container .music-list .btn-wrap {
  display: flex;
  padding-top: 1rem;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  width: 100%;
}

.game-result .music-container .music-list .btn-wrap button {
  width: 2.5rem;
  height: 2.5rem;
  aspect-ratio: 1/1;
  opacity: 0.4;
  cursor: pointer;
}

.game-result .music-container .music-list .btn-wrap button.prev-song {
  background: url(https://cdn.banggooso.com/assets/images/game264/skip_previous.png) no-repeat center / cover;
}

.game-result .music-container .music-list .btn-wrap button.next-song {
  background: url(https://cdn.banggooso.com/assets/images/game264/skip_next.png) no-repeat center / cover;
}

.game-result .music-container .music-list .btn-wrap button.play {
  width: 3.25rem;
  height: 3.25rem;
  aspect-ratio: 1/1;
  opacity: 1;
  background: url(https://cdn.banggooso.com/assets/images/game264/music_pause.png) no-repeat center / cover;
}

@keyframes musicWave {
  0% {
  }

  100% {
  }
}

.game-result .music-container .music-list + button {
  display: flex;
  height: 5rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  align-self: stretch;
  border-radius: 1rem;
  background: #e30413;
  box-shadow: 0px 0px 10px 0px rgba(12, 12, 12, 0.08), 0px 8px 20px 0px rgba(12, 12, 12, 0.2);
  color: #fff;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 2.45rem */
  margin-top: 1.25rem;
  position: relative;
  cursor: pointer;
}

.game-result .music-container .music-list + button::after {
  content: '';
  display: block;
  position: static;
  width: 2.402rem;
  height: 2.25rem;
  flex-shrink: 0;
  aspect-ratio: 38.43/36;
  background: url(https://cdn.banggooso.com/assets/images/game264/maker/landing_ico_arrow.png) no-repeat center center /
    contain;
}

.game-result .share-box {
  display: flex;
  padding: 3rem 1.875rem 3.75rem 1.875rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}

.game-result .share-sns-list {
  margin: 0;
}

.game-result .share-sns-list span {
  color: #0c0c0c;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.01375rem;
}

.game-result .share-box .list-title {
  margin: 0;
}

.game-result .share-box .list {
  display: none;
}

.game-result .share-box button {
  display: flex;
  width: 21.25rem;
  height: 5rem;
  justify-content: center;
  align-items: center;
  border-radius: 1rem;
  background: #0c0c0c;
  box-shadow: 0px 0px 10px 0px rgba(12, 12, 12, 0.08), 0px 8px 20px 0px rgba(12, 12, 12, 0.2);
  color: #fff;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 2.45rem */
  margin-top: 1rem;
  cursor: pointer;
}

.game-result .share-box .make-test {
  display: flex;
  width: 100%;
  height: 5rem;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  align-self: stretch;
  border-radius: 1rem;
  border: 1.5px solid #0c0c0c;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(12, 12, 12, 0.08), 0px 8px 20px 0px rgba(12, 12, 12, 0.2);
  color: #0c0c0c;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 2.45rem */
  margin-top: 2rem;
}

.game-result .best-cemistry {
  padding: 0 1.88rem;
  width: 100%;
  padding-bottom: 3.75rem;
}

.game-result .best-cemistry .best-cemistry-inner {
  width: 100%;
  display: flex;
  padding: 2.5rem 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 1.5rem;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05), 0px 8px 20px 0px rgba(12, 12, 12, 0.2);
  position: relative;
}

.game-result .best-cemistry .best-cemistry-inner:after {
  content: '';
  width: 4.375rem;
  height: 5rem;
  aspect-ratio: 7/8;
  background: url(https://cdn.banggooso.com/assets/images/game264/ele_clip.png) no-repeat center center / contain;
  position: absolute;
  right: 0.02613rem;
  top: -2rem;
}

.game-result .best-cemistry .best-cemistry-inner .ttl {
  color: #0c0c0c;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 2.5rem */
  letter-spacing: -0.02rem;
  padding: 0;
}

.game-result .best-cemistry .best-cemistry-inner ul {
  display: flex;
  padding: 2.5rem 0rem 1.5rem 0rem;
  justify-content: center;
  align-items: flex-end;
  align-self: stretch;
  gap: 0.71rem;
}

.game-result .best-cemistry .best-cemistry-inner ul li {
  display: flex;
  flex-flow: column;
  gap: 0.75rem;
  flex: 1;
  align-items: center;
}

.game-result .best-cemistry .best-cemistry-inner ul li span {
  color: #0c0c0c;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 1.625rem */
}

.game-result .best-cemistry .best-cemistry-inner ul li div {
  display: flex;
  width: 7.625rem;
  padding-bottom: 2.5rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  border-radius: 0.75rem;
  background: #e30413;

  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  transition: height 0.6s ease-in-out;
  min-height: 1rem;
}

.game-result .best-cemistry .best-cemistry-inner ul li div b {
  color: #fff;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 3.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.875rem;
  /* 100% */
  letter-spacing: -0.03875rem;
}

.game-result .best-cemistry .best-cemistry-inner ul li div p {
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.01125rem;
}

.game-result .best-cemistry .best-cemistry-inner button {
  color: #0c0c0c;
  text-align: center;
  font-family: Pretendard;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 1.25rem */
  letter-spacing: -0.025rem;
  background: none;
  padding-bottom: 0.375rem;
  gap: 0.375rem;
  border-bottom: 1.3px solid #0c0c0c;
  opacity: 0.8;
  display: flex;
  align-items: center;
  gap: 0.37rem;
}

.game-result .best-cemistry .best-cemistry-inner button:after {
  content: '';
  display: block;
  width: 0.875rem;
  height: 0.875rem;
  background: url(https://cdn.banggooso.com/assets/images/game264/arrow_right.png) no-repeat center center / cover;
}

.game-result .best-cemistry .best-cemistry-inner .score-1 div {
}

.game-result .best-cemistry .best-cemistry-inner .score-2 div {
  background: rgba(227, 4, 19, 0.7);
}

.game-result .best-cemistry .best-cemistry-inner .score-3 div {
  background: rgba(227, 4, 19, 0.5);
}

.game-result .best-cemistry .best-cemistry-inner .score-1 .ghost-box {
  height: 12.5rem;
  position: relative;
}

.game-result .best-cemistry .best-cemistry-inner .score-2 .ghost-box {
  height: 10.9375rem;
  position: relative;
}

.game-result .best-cemistry .best-cemistry-inner .score-3 .ghost-box {
  height: 9.375rem;
  position: relative;
}

.game-result .restart-box {
  display: flex;
  padding: 3rem 1.875rem 3.75rem 1.875rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  align-self: stretch;
}

.game-result .restart-box .restart {
  display: flex;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 15rem;
  height: 5rem;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  border-radius: 1rem;
  border: 1.5px solid #0c0c0c;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(12, 12, 12, 0.08), 0px 8px 20px 0px rgba(12, 12, 12, 0.2);
  color: #0c0c0c;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 2.45rem */
}

.game-result .restart-box .restart:after {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  background: #0c0c0c;
  top: 0;
  background: url(https://cdn.banggooso.com/assets/images/game264/restart_ico.png) no-repeat center center / contain;
}

.game-result .contents-more {
  background: #fff;
  border-radius: 0;
  flex-flow: wrap;
  margin: 0;
  padding-bottom: 2.25rem;
  padding-top: 5rem;
  margin-top: -1px;
}

.game-result .contents-more .contents-main {
  flex: 1 100%;
  margin: 0;
  align-items: flex-start;
  padding: 0 1.8rem 1rem;
}

.game-result .contents-more .contents-main .contents-logo {
  width: 8.75rem;
  height: 1.875rem;
  background: url('https://cdn.banggooso.com/assets/images/game262/result/new_logo.png') no-repeat center center/contain;
}

.contents-more .contents-main .contents-logo img {
  display: none;
}

.game-result .contents-more .contents-main .sub-text {
  color: #000;
  font-family: 'Pretendard';
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.125rem;
  /* 141.667% */
}

.game-result .contents-more .contents-list {
  flex: 1 100%;
  padding: 0;
  border-left: 0;
}

.game-result .contents-more .contents-list .game-btn {
  margin: 0;
  border: 0;
  background: transparent;
  padding: 1.75rem 1.94rem;
  display: flex;
  justify-content: space-between;
  order: 1;
  border-radius: 0;
  border-top: 1.333px solid #000;
}

.game-result .contents-more .contents-list .game-btn a {
  color: #000;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-family: 'Pretendard';
  order: -1;
}

.game-result .contents-more .contents-list .game-btn:before {
  display: block;
  position: static;
  width: 2rem;
  height: 2rem;
  background: url(https://cdn.banggooso.com/assets/images/common/right-arrow.png) no-repeat center center/30%;
  transform-origin: center;
}

.game-result .recommend-list {
  margin: 0;
  background-color: #fff;
  border-top: 0;
  width: 100%;
}

.game-result .recommend-list .inner .title {
  color: #000;
  font-family: 'Pretendard';
  font-size: 1.50013rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.033rem;
  padding: 0;
  margin: 0;
  padding-left: 1.46rem;
  margin-bottom: 0.48rem;
}

.game-result .recommend-list .swiper-container {
  padding: 0;
  padding-left: 2.17rem;
  margin-bottom: 3.25rem;
  width: 100%;
}

.game-result .recommend-list .slide-box .img-box {
  height: 10.83406rem;
}

.game-result .recommend-list .swiper-slide {
  width: 10.83406rem;
  height: 13.33425rem;
}

.game-result .recommend-list .slide-box {
  width: 10.83406rem;
  height: 13.33425rem;
  border: 0.3rem solid #000;
}

.game-result .recommend-list .slide-box .slide-text {
  background-color: #fff;
  color: #000;
  font-size: 1.00006rem;
  font-family: 'Pretendard';
  font-weight: 500;
  letter-spacing: -0.022rem;
}

.game-result .recommend-list .btn-wrap {
  padding-bottom: 4rem;
  position: relative;
  z-index: 999;
}

.game-result .recommend-list .btn-wrap .btn-white-round {
  width: 15.25106rem;
  height: 4.00025rem;
  flex-shrink: 0;
  border-radius: 2.00013rem;
  border: 1.25px solid #000;
  background: #fff;
  color: #000;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.25006rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.0275rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.game-result .recommend-list:before {
  height: 16rem;
  background-color: #0c0c0c;
}

/* 랭킹 전체 보기 */

.all-rank-container .all-rank-container-wrapper {
  background: url(https://cdn.banggooso.com/assets/images/game264/all_rank_deco_bg.png) no-repeat 50% -100% / contain;
  padding-top: 1.5rem;
}

.all-rank-container .ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}

.all-rank-container .ttl p {
  color: #0c0c0c;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 2.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 2.65625rem */
  letter-spacing: -0.02125rem;
}

.all-rank-container .ttl .ttl-bg {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  background: url(https://cdn.banggooso.com/assets/images/game264/all_rank_ttl_bg.png) no-repeat center / contain;
  width: 92%;
  height: 10rem;
  aspect-ratio: 25 / 8;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.1)) drop-shadow(0px 8px 20px rgba(12, 12, 12, 0.2));
}

.all-rank-container .ttl .ttl-bg p {
  height: 1.9375rem;
  flex-shrink: 0;
  align-self: stretch;
  color: #0c0c0c;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 1.925rem */
  letter-spacing: -0.01375rem;
}

.all-rank-container .ttl .ttl-bg .ttl-rank {
  color: #e30413;
  text-align: center;
  color: #e30413;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 3.25rem */
  letter-spacing: -0.075rem;
  display: flex;
  align-items: flex-end;
  gap: 0.25rem;
}

.all-rank-container .ttl .ttl-bg .ttl-rank b {
  color: #e30413;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 4.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 4.25rem */
  letter-spacing: -0.1275rem;
}

.all-rank-container .rank-box {
  display: flex;
  position: relative;
  width: 100%;
  padding: 2.75rem 1.25rem 2.5rem 1.25rem;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}

.all-rank-container .rank-box .rank-box-header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.all-rank-container .rank-box h4 {
  color: #0c0c0c;
  font-family: 'Pretendard';
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 2.5rem */
  letter-spacing: -0.02rem;
}

.all-rank-container .rank-box .redirect {
  width: 2.25rem;
  height: 2.25rem;
  position: absolute;
  right: 0.00294rem;
  top: 0.1145rem;
  background: url(https://cdn.banggooso.com/assets/images/game264/ico_refresh.png) no-repeat center / contain;
  cursor: pointer;
}

.all-rank-container .rank-box ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.66rem;
}

.all-rank-container .rank-box ul li {
  display: flex;
  height: 4.0625rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  align-self: stretch;
  border-radius: 0.5rem;
  box-shadow: 0px 0px 10px 0px rgba(12, 12, 12, 0.05), 0px 8px 15px 0px rgba(12, 12, 12, 0.1);
}

.all-rank-container .rank-box ul li .rank {
  display: flex;
  width: 3.75rem;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  color: #0c0c0c;
  text-align: center;
  font-family: Pretendard;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.25rem;
  /* 83.333% */
}

.all-rank-container .rank-box ul li .name {
  color: #0c0c0c;
  font-family: Pretendard;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem;
  display: flex;
  width: 11.875rem;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.all-rank-container .rank-box ul li .percentage {
  flex: 1;
  color: #0c0c0c;
  text-align: center;
  font-family: Pretendard;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem;
  /* 100% */
}

.all-rank-container .rank-box ul li .btn-box {
  display: flex;
  padding: 0.75rem 1.0625rem 0.75rem 1.6875rem;
}

.all-rank-container .rank-box ul li button {
  display: flex;
  padding: 0.5rem 0.75rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border-radius: 0.5rem;
  background: #0c0c0c;
  color: #fff;
  font-family: Pretendard;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem;
  /* 133.333% */
}

.all-rank-container .rank-box ul li.rank-1,
.all-rank-container .rank-box ul li.rank-2,
.all-rank-container .rank-box ul li.rank-3 {
  background: #e30413;
}

.all-rank-container .rank-box ul li.rank-2 {
  background: rgba(227, 4, 19, 0.7);
}

.all-rank-container .rank-box ul li.rank-3 {
  background: rgba(227, 4, 19, 0.5);
}

.all-rank-container .rank-box ul li.rank-1 .rank,
.all-rank-container .rank-box ul li.rank-2 .rank,
.all-rank-container .rank-box ul li.rank-3 .rank {
  color: #fff;
}

.all-rank-container .rank-box ul li.rank-1 .name,
.all-rank-container .rank-box ul li.rank-2 .name,
.all-rank-container .rank-box ul li.rank-3 .name {
  color: #fff;
}

.all-rank-container .rank-box ul li.rank-1 .percentage,
.all-rank-container .rank-box ul li.rank-2 .percentage,
.all-rank-container .rank-box ul li.rank-3 .percentage {
  color: #fff;
}

/* 다국어 영어 */
body.en-US .game-intro .content > span b {
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem;
  letter-spacing: -0.01rem;
  margin-right: 0.3rem;
}

body.en-US .game-intro .content > span {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: -0.01rem;
}

body.en-US .game-intro .content .sub-ttl p {
  font-size: 1.25rem;
  line-height: 135%;
}

body.en-US .game-intro .content.maker-intro .intro-img img {
  width: 27.4375rem;
  height: 18.6875rem;
  object-fit: cover;
  object-position: bottom;
}

body.en-US .game-result .img-container > ul > li p {
  font-size: 1.25rem;
  letter-spacing: -0.0125rem;
  white-space: nowrap;
}

body.en-US .game-result .img-container > ul li > div > p {
  font-size: 1.375rem;
  letter-spacing: -0.0275rem;
}

body.en-US .game-result .slide-container .swiper-container .swiper-slide .top {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
}

body.en-US .game-result .slide-container .swiper-container .swiper-slide .top p {
  font-size: 1.75rem;
  line-height: 140%;
  letter-spacing: -0.035rem;
}

body.en-US .game-result .img-container > ul > li p {
  font-size: 1rem;
  letter-spacing: -0.01rem;
}

body.en-US .game-result .img-container > ul > li:first-child p b {
  font-size: 1rem;
}

body.en-US .game-result .img-container > ul > li:last-child p b {
  font-size: 1rem;
}

body.en-US .game-result .slide-container .swiper-container .swiper-slide .top b {
  position: static;
}

body.en-US .game-result .slide-container .swiper-container .swiper-slide {
  height: 19rem;
}

body.en-US .game-result .music-container .music-list .wrap .floating {
  font-size: 1rem;
  letter-spacing: -0.01rem;
  min-width: 8.5rem;
}

body.en-US .game-result .best-cemistry .best-cemistry-inner .ttl {
  font-size: 1.75rem;
  letter-spacing: -0.0175rem;
}

body.en-US .game-intro .content .intro-img p {
  font-size: 1.25rem;
  letter-spacing: -0.0375rem;
}

body.en-US .game-intro .best-cemistry .best-cemistry-inner .ttl {
  font-size: 2.125rem;
  letter-spacing: -0.02125rem;
}

body.en-US .game-intro .best-cemistry .best-cemistry-inner ul li div b {
  font-size: 3.375rem;
  line-height: 3.375rem;
  letter-spacing: -0.03375rem;
}

body.en-US .game-result .share-sns-list span {
  font-size: 1.375rem;
  letter-spacing: -0.01375rem;
}

body.en-US .game-result .best-cemistry .best-cemistry-inner .ttl {
  font-size: 1.75rem;
  letter-spacing: -0.0175rem;
}

body.en-US .main-content-container .content .answer-list li {
  white-space: nowrap;
}

/* 다국어 일어 */
body.ja-JP .game-intro .content.maker-intro .intro-img img {
  width: 28.25rem;
  height: 18.36931rem;
  aspect-ratio: 452/293.91;
}

body.ja-JP .game-intro .content .sub-ttl span {
  font-size: 1.125rem;
}

body.ja-JP .game-intro .content .sub-ttl p {
  font-size: 1.125rem;
}

body.ja-JP .game-intro .content > span {
  font-size: 1.125rem;
}

body.ja-JP .game-intro .content > span b {
  font-size: 1.125rem;
}

body.ja-JP .game-result .inner .ttl {
  padding-bottom: 1.25rem;
}

body.ja-JP .game-result .img-desc-txt {
  font-size: 1rem;
  letter-spacing: -0.01rem;
}

body.ja-JP .game-result .inner .ttl p {
  font-size: 2rem;
  letter-spacing: -0.02125rem;
}

body.ja-JP .game-result .slide-container .swiper-container .swiper-slide .txt {
  font-size: 1rem;
}

body.ja-JP .game-result .music-container .txt {
  font-size: 1.25rem;
}

body.ja-JP .game-result .img-container > ul > li p {
  font-size: 1rem;
  letter-spacing: -0.01rem;
  white-space: nowrap;
}

body.ja-JP .game-result .img-container > ul li > div p {
  font-size: 1.3125rem;
  letter-spacing: -0.02625rem;
}

body.ja-JP .game-result .best-cemistry .best-cemistry-inner .ttl {
  font-size: 1.75rem;
  letter-spacing: -0.0175rem;
}

body.ja-JP .game-intro .best-cemistry .best-cemistry-inner .ttl {
  font-size: 1.75rem;
  letter-spacing: -0.0175rem;
}

body.ja-JP .game-result .wrong_txt p {
  font-size: 1.375rem;
}

body.ja-JP .game-result .wrong-answer-container .heading p {
  font-size: 1.25rem;
  letter-spacing: -0.0125rem;
}

body.ja-JP .game-result .music-container .music-list .wrap .floating-wrap {
  left: calc(100% - 4rem);
}

body.ja-JP .game-result .music-container .music-list .wrap .floating:last-child {
  min-width: 9.3125rem;
}

body.ja-JP .all-rank-container .ttl .ttl-bg p {
  font-size: 1.25rem;
  letter-spacing: -0.0125rem;
}

body.ja-JP .all-rank-container .rank-box ul li button {
  width: 6.125rem;
}

body.ja-JP .game-result .img-container > ul > li p {
  font-size: 1rem;
  letter-spacing: -0.01rem;
}

body.ja-JP .game-result .img-container > ul > li:first-child p b {
  font-size: 1rem;
}

body.ja-JP .game-result .img-container > ul > li:last-child p b {
  font-size: 1rem;
}
