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

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

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

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

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

html,
body {
  font-size: 16px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  overscroll-behavior: none;
}

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

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

.game-wrapper .game-intro {
  padding: 0;
  background-color: #262626;
  height: 100%;
}

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

.game-wrapper .app-header .app-header-btn.back {
  background-image: url('https://cdn.banggooso.com/assets/images/game223/intro/chevron_left.png');
  background-size: 80%;
  width: 3.5rem;
}

.game-wrapper .app-header .app-logo {
  background-size: contain;
  background-image: url('https://cdn.banggooso.com/assets/images/game223/intro/logo.png');
}

.app .app-header.intro-header {
  position: fixed;
  z-index: 1;
  width: 100%;
  border: none;
}

.game-wrapper.basic .game-wrap {
  position: relative;
  width: 100%;
}

.game-wrapper.basic .app-header {
  height: 4rem;
  border: none;
}

.game-wrapper .app-header {
  position: relative;
  height: 4rem;
  background-color: #000 !important;
  border: none;
}

.game-intro .game-count .count-label:before {
	display: none;
}

.share-sns-list .list li + li {
  margin: 0;
}

.game-wrapper .game-wrap {
  overflow: scroll;
}

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

.motion path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 20s linear forwards;
}

.motion.fast path {
  animation: dash 10s linear forwards !important;
} 

.gauge-animation {
  animation: infinite-dash 5s linear infinite !important;
}

.rotate {
  transform: rotateY(180deg);
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes infinite-dash {
  0% {
    stroke-dashoffset: 1000;
  }

  50% {
    stroke-dashoffset: 800;
  }

  100% {
    stroke-dashoffset: 1000;
  }
}

/* 인트로 스타일 */

.game-intro .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #262626;
  position: relative;
}

.container .intro-image {
  width: 100%;
  height: auto;
}

.container .line {
  width: 27.5rem;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.20);
}

#userNickname {
  display: flex;
  width: 25rem;
  padding: 1.125rem 1.25rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border-radius: 0.625rem;
  background-color: #383838;
  color: #fff;
  text-align: center;
  font-family: 'Pretendard-500';
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 2rem 0 1rem;
}

#userNickname::placeholder {
  color: rgba(255, 255, 255, 0.50);
}

.game-intro .btn-wrap {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
}

.game-intro .btn-game-start {
  display: flex;
  width: 27.5rem;
  height: 5rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border-radius: 0.75rem;
  background-color: #78E7E1;
  color: #000;
  text-align: center;
  font-family: "Pretendard-700";
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.875rem; /* 115.385% */
  letter-spacing: -0.01625rem;
}

.game-intro .game-count,
.game-intro .game-count .count-label,
.game-intro .game-count .count-num,
.share-sns-list .list-title {
  color: #fff;
}

.game-intro .game-count {
  margin: 2.5rem 0 1rem;
}

.game-intro .game-count .count-label {
  color: #FFF;
  text-align: center;
  font-family: "Pretendard-500";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.015rem;
}

.game-intro .game-count .count-num {
  color: #FFF;
  text-align: center;
  font-family: "Pretendard-700";
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.0275rem;
}

.share-sns-list .list-title span {
  color: #FFF;
  text-align: center;
  font-family: "Pretendard-700";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.625rem; /* 108.333% */
  letter-spacing: -0.015rem;
}

.share-sns-list .list-title .countBox {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}

.share-sns-list .list-title .countBox .countImg {
  background-image: url("https://cdn.banggooso.com/assets/images/game226/share/share.png");
  background-position: center;
  background-size: contain;
  width: 1.25rem;
  height: 1.25rem;
}

.share-sns-list .list-title .countBox .countNumber {
  color: #D9D9D9;
  text-align: center;
  font-family: "Pretendard-500";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem; /* 100% */
  letter-spacing: -0.0125rem;
}

.game-intro .share-sns-list {
  margin: 2.62rem 0 7rem;
}

.game-intro .share-sns-list .list {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.game-intro .share-sns-list .btn-share {
  width: 3.125rem;
  height: 3.125rem;
}

.game-intro .share-sns-list .btn-share.kakao {
  background-image: url('https://cdn.banggooso.com/assets/images/game231/share/kakao-black.png');
}

.game-intro .share-sns-list .btn-share.instagram {
  background-image: url('https://cdn.banggooso.com/assets/images/game231/share/instagram-black.png');
}

.game-intro .share-sns-list .btn-share.facebook {
  background-image: url('https://cdn.banggooso.com/assets/images/game231/share/facebook-black.png');
}

.game-intro .share-sns-list .btn-share.twitter {
  background-image: url('https://cdn.banggooso.com/assets/images/game231/share/twitter-black.png');
}

.game-intro .share-sns-list .btn-share.link-copy {
  background-image: url('https://cdn.banggooso.com/assets/images/game231/share/link-black.png');
}

.game-intro .container .gauge-container {
  position: absolute;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
}

.game-intro .container .gauge-container .deco {
  position: absolute;
  top: 1.5rem;
  width: 1.0625rem;
  height: 1.5625rem;
  flex-shrink: 0;
}

.game-intro .container .gauge-container p {
  position: absolute;
  bottom: -1.2rem;
  color: #FFF;
  text-align: center;
  font-family: 'Pretendard-600';
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: normal;
}

/* 문제 스타일 */
.question-container {
  width: auto;
  height: 100%;
  background-color: #000;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.88rem;
  overflow: scroll;
}

.question-container .skip-question {
  color: white;
  border-radius: 62.4375rem;
  background-color: rgba(255, 255, 255, 0.30);
  color: #FFF;
  font-family: "Pretendard-500";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8.3125rem;
  height: 2.5625rem;
  gap: 0.12rem;
  position: absolute;
  top: 1.25rem;
  right: 1.87rem;
}

.question-container .skip-question .pass {
  width: 1.375rem;
  height: 1.375rem;
}

.next-question {
  display: flex;
  width: 100%;
  height: 5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background-color: #78E7E1;
  color: #000;
  text-align: center;
  font-family: 'Pretendard-700';
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: absolute;
  bottom: 0;
}

.question-container .question_top {
  margin: 5.5rem 0 7.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.75rem;
  width: 27.5rem;
}

.question-container .question_top .question-title {
  color: #FFF;
  font-family: "Pretendard-700";
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.375rem !important;
  letter-spacing: normal;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  width: 100%;
  letter-spacing: normal;
}

.question-container .question_top .question-title .code {
  border-radius: 0.375rem;
  background-color: #FFFA9C;
  color: #BE9931;
  font-family: "Pretendard-600";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.8125rem;
  letter-spacing: -0.01663rem;
  height: 2.1875rem;
  display: flex;
  padding: 0 0.5rem;
  align-items: center;
  gap: 0.125rem;
}

.question-container .question_top .question-title .question-text .important {
  position: relative;
  display: inline;
}

.question-container .question_top .question-title .question-text .important span {
  position: absolute;
}

.question-container .question_top .question-title .question-text .important .question-num1 {
  top: -1rem;
  left: -0.25rem;
}

.question-container .question_top .question-title .question-text .important .question-num2 {
  top: -2rem;
  left: 0.1rem;
}

.question-container .question_top .question-title .question-text .important .question-num3 {
  top: 0.8rem;
  left: -0.1rem;
}

.question-container .question_top .question-title .question-text .important .question-num4 {
  top: -2rem;
  left: 1.5rem;
}

.question-container .question_top .question-title .question-text .important .question-num5 {
  top: -1.9rem;
  left: 0.4rem;
}

.question-container .question_top .question-title .question-text .important .question-num6 {
  top: -0.65rem;
  left: -0.4rem;
}

.question-container .question_top .question-title .question-text .important .question-num7 {
  top: 0.5rem;
  left: 0;
}

.question-container .question_top .question-title .question-text .important .question-num8 {
  top: -1.2rem;
  left: 5.3rem;
}

.question-container .question_top .question-title .question-text .important .question-num9 {
  top: -1.8rem;
  left: 2.8rem;
}

.question-container .question_top .question-title .question-text .important .question-num10 {
  top: 0.6rem;
  left: 0.2rem;
}

.question-container .question_top .question-title .question-text .important .question-num11 {
  top: -1.6rem;
  left: 3.7rem;
}

.question-container .question_top .question-title .question-text .important .question-num12 {
  top: 0.8rem;
  left: -0.1rem;
}

.question-container .question_top .question-title .question-text .important .question-num13 {
  top: -1.8rem;
  left: 2.8rem;
}

.question-container .question_top .question-title .question-text .important .question-num14 {
  top: -2rem;
  left: 3.5rem;
}

.question-container .question_top .question-title .question-text .important .question-num15 {
  top: -1.7rem;
  left: 2.7rem;
}

.question-container .question_top .question-options {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.question-container .question_top .question-options .question-option {
  width: 27.5rem;
  height: 5.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  text-align: center;
  font-family: "Pretendard-500";
  font-size: 1.3125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.875rem;
  letter-spacing: -0.01313rem;
  border-radius: 0.625rem;
  border: 1px solid #FFF;
  background-color: #FFF;
}

.question-container .question_top .question-options .question-option.active {
  opacity: 0.7;
  transform: scale(0.95);
}

.question3,
.question6,
.question9 {
  margin: 5.5rem 0 10rem !important;
}

.question3 .question-options,
.question6 .question-options,
.question9 .question-options {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 4rem 1.25rem !important;
}

.question3 .question-options .question-option,
.question6 .question-options .question-option,
.question9 .question-options .question-option {
  width: 13.125rem !important;
  height: 13.125rem !important;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.question3 .question-options #button-0 {
  background-image: url('https://cdn.banggooso.com/assets/images/game231/step/3-1.png');
}

.question3 .question-options #button-1 {
  background-image: url('https://cdn.banggooso.com/assets/images/game231/step/3-2.png');
}

.question3 .question-options #button-2 {
  background-image: url('https://cdn.banggooso.com/assets/images/game231/step/3-3.png');
}

.question3 .question-options #button-3 {
  background-image: url('https://cdn.banggooso.com/assets/images/game231/step/3-4.png');
}

.question6 .question-options #button-0 {
  background-image: url('https://cdn.banggooso.com/assets/images/game231/step/6-1.png');
}

.question6 .question-options #button-1 {
  background-image: url('https://cdn.banggooso.com/assets/images/game231/step/6-2.png');
}

.question6 .question-options #button-2 {
  background-image: url('https://cdn.banggooso.com/assets/images/game231/step/6-3.png');
}

.question6 .question-options #button-3 {
  background-image: url('https://cdn.banggooso.com/assets/images/game231/step/6-4.png');
}

.question9 .question-options #button-0 {
  background-image: url('https://cdn.banggooso.com/assets/images/game231/step/9-1.png');
}

.question9 .question-options #button-1 {
  background-image: url('https://cdn.banggooso.com/assets/images/game231/step/9-2.png');
}

.question9 .question-options #button-2 {
  background-image: url('https://cdn.banggooso.com/assets/images/game231/step/9-3.png');
}

.question9 .question-options #button-3 {
  background-image: url('https://cdn.banggooso.com/assets/images/game231/step/9-4.png');
}

.question3 .question-options .question-option p,
.question6 .question-options .question-option p,
.question9 .question-options .question-option p {
  position: absolute;
  bottom: -2.5rem;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  width: 13.125rem;
}

/* 결과 스타일 */
.game-wrapper.basic .game-result {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #000;
  height: 100%;
  overflow: hidden;
}

.game-wrapper.basic .game-result .share-sns-list .list-title .countBox .countNumber {
  color: #000;
}

.game-result .share-sns-list .list-title .countBox .countImg {
  background-image: url('https://cdn.banggooso.com/assets/images/game231/share/share-result.png');
}

.game-result .result-title {
  color: #FFF;
  font-family: 'Pretendard-500';
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.8rem;
  width: 20.625rem;
  gap: 0.25rem;
  border-radius: 0.625rem;
  background-color: #444;
  text-align: center;
  padding: 0.7rem 0;
  letter-spacing: normal;
  position: relative;
  margin-top: 2.5rem;
}

.game-result .result-title span {
  font-family: 'Pretendard-700';
  font-weight: 700;
  display: inline;
}

.game-result .result-title svg {
  position: absolute;
  left: 50%;
  bottom: -0.6rem;
  transform: translateX(-50%);
}

.game-result .content {
  width: 27.5rem;
  height: 23.625rem;
  background-color: #FFF;
  border-radius: 0.75rem;
  margin-top: 2rem;
  position: relative;
  z-index: 999;
}

.game-result .content .success {
  width: 100%;
  background-color: #78E7E1;
  color: #000;
  text-align: center;
  font-family: "Pretendard-800";
  font-size: 2rem;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -0.02rem;
  padding: 1.5rem 0 1.38rem 0;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.game-result .content p {
  color: #000;
  text-align: center;
  font-family: "Pretendard-700";
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.4375rem;
  letter-spacing: -0.0175rem;
  margin: 1.75rem 0 1.25rem;
}

.game-result .content .line {
  width: 100%;
  display: flex;
  justify-content: center;
}

.game-result .content .line div {
  height: 1px;
  background-color: #000;
  width: 25rem;
}

.game-result .result-deco1 {
  position: absolute;
  top: 1rem;
  left: -4.5rem;
}

.game-result .result-deco2 {
  position: absolute;
  bottom: 25%;
  right: -2.5rem;
}

.game-result .result-deco3 {
  position: absolute;
  bottom: -3rem;
  left: -3rem;
}

.game-result .share-sns-list {
  margin-top: 2rem;
}

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

.share-sns-list .list-title {
  margin-bottom: 0.63rem;
  display: flex;
  justify-content: center;
}

.game-result .share-sns-list .list {
  display: flex;
  justify-content: center;
  gap: 0.88rem;
}

.game-result.maker .share-sns-list .btn-share {
  width: 3.5rem;
  height: 3.5rem;
}

.game-result.maker .share-sns-list .btn-share.kakao {
  background-image: url('https://cdn.banggooso.com/assets/images/game231/share/maker-kakao.png');
}

.game-result.maker .share-sns-list .btn-share.instagram {
  background-image: url('https://cdn.banggooso.com/assets/images/game231/share/maker-instagram.png');
}

.game-result.maker .share-sns-list .btn-share.twitter {
  background-image: url('https://cdn.banggooso.com/assets/images/game231/share/maker-twitter.png');
}

.game-result.maker .share-sns-list .btn-share.link-copy {
  background-image: url('https://cdn.banggooso.com/assets/images/game231/share/maker-link.png');
}

/* 랭킹 스타일 */

.rankingBox {
  padding: 0;
}

.rankingBox .myRanking {
  border: none;
  position: relative;
  padding: 2.75rem 0 2.81rem;
}

.rankingBox .myRanking svg {
  position: absolute;
  top: 0;
  left: 0;
}

.rankingBox .myRanking h3,
.rankingBox .topRanking h3 {
  color: #FFF;
  text-align: center;
  font-family: 'Pretendard-700';
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: normal;
}

.rankingBox .myRanking h3::before,
.rankingBox .topRanking h3::before {
  display: none;
}

.rankingBox .topRanking h3 {
  margin-bottom: 1.25rem;
}

.rankingBox .myRanking .rankData {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rankingBox .myRanking .allNum {
  color: #FFF;
  text-align: center;
  font-family: 'Pretendard-500';
  font-size: 1.16831rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  margin: 1.25rem 0 0.62rem;
}

.rankingBox .myRanking .myNum {
  width: 5.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  background-color: #78E7E1;
  color: #000;
  text-align: center;
  font-family: 'Pretendard-700';
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: normal;
}

.rankingBox .myRanking .myNum span {
  font-size: inherit;
}

.rankingBox .topRanking {
  border: none;
  padding: 0;
  margin: 2rem 0 !important;
}

.rankingBox .topRanking .list_content_div #list_content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rankingBox .topRanking .list_content_div #list_content li:nth-child(1) {
  opacity: 1;
}

.rankingBox .topRanking .list_content_div #list_content li:nth-child(2) {
  opacity: 0.9;
}

.rankingBox .topRanking .list_content_div #list_content li:nth-child(3) {
  opacity: 0.8;
}

.rankingBox div > ul > li {
  display: flex;
  width: 28.75rem;
  height: 4.0625rem;
  align-items: center;
  border-radius: 0.5rem;
  background-color: #78E7E1;
  opacity: 0.7;
}

.rankingBox div > ul > li > ul {
  display: flex;
  align-items: center;
}

.rankingBox div > ul > li > ul li:nth-child(1) {
  display: flex;
  width: 3.75rem;
  height: 3.75rem;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  color: #000;
  text-align: center;
  font-family: 'Pretendard-800';
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.25rem; /* 83.333% */
}

.rankingBox div > ul > li > ul li:nth-child(2) {
  display: flex;
  width: 11.875rem;
  height: 3.75rem;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  color: #000;
  font-family: 'Pretendard-700';
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem; /* 100% */
}

.rankingBox div > ul > li > ul li:nth-child(3) {
  color: #000;
  text-align: center;
  font-family: 'Pretendard-700';
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem; /* 100% */
  height: 3.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rankingBox div > ul > li > ul li:nth-child(4) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border-radius: 0.3125rem;
  background-color: #000;
  color: #FFF;
  font-family: 'Pretendard-700';
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem; /* 133.333% */
  width: 4.5rem;
  height: 2rem;
}

.rankingBox .list_content_div > ul > li:nth-of-type(1) > ul > li:nth-of-type(1)::after,
.rankingBox .list_content_div > ul > li:nth-of-type(2) > ul > li:nth-of-type(1)::after,
.rankingBox .list_content_div > ul > li:nth-of-type(3) > ul > li:nth-of-type(1)::after {
  display: none;
}

.rankingBox .topRanking .btn_refresh {
  width: 2.25rem;
  top: 0;
  right: 1.25rem;
}

.rankingBox .topRanking .btn_refresh img {
  width: 100%;
}

.icon {
  width: 1.25rem;
  height: 1.25rem;
}

.game-stage {
  color: rgba(255, 255, 255, 0.90);
  font-family: "Pretendard-600";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.01663rem;
  position: absolute;
  top: 1.625rem;
  left: 1.88rem;
}