/* 
  수정하고 싶은 곳 검색으로 찾기: 
  1.인트로 스타일 2.문제 스타일 3.결과 스타일 
*/

/* font */

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

/* reset.css */

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

input {
  outline: none;
}

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

.game-wrapper .game-intro {
  padding: 0;
}

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

.app.game-wrapper.basic {
  background-image: url('https://cdn.banggooso.com/assets/images/game222/result/pattern.png') !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-color: rgba(253, 248, 238, 0.9);
}

.pop_induce .popup .wrap .btn_goRank {
  visibility: hidden;
}

.new-popup.popup-module.pop_induce .popup div.btn_induce {
  padding: 0.8rem 0 1.2rem !important;
}

.popup-box img {
  width: 50%;
  margin: 0 auto;
}

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

/* 헤더 */

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

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

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

.game-wrapper.basic .game-wrap {
  position: relative;
  width: 100%;
  background-color: rgba(253, 248, 238, 0.9);
}

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

.game-wrapper.basic .app-header.result,
.game-wrapper.basic .app-header.question {
  background-color: rgba(253, 248, 238, 0.9);
}

.app-main.result {
  background-image: url('https://cdn.banggooso.com/assets/images/game222/result/background_pattern.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(253, 248, 238, 0.9) !important;
}

.game-wrapper.basic .game-wrap {
  background-image: url('https://cdn.banggooso.com/assets/images/game222/result/background_pattern.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.game-wrapper .app-header.page {
  position: relative;
  height: 4rem;
}

.game-wrapper.basic .test-progress-header {
  display: none;
}

.game-wrapper.basic .game-wrap {
  flex-direction: column;
  align-items: center;
}

/* ------------------------ */

/* 인트로 스타일 */

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

.game-intro .container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 11.5rem;
}

.game-intro .container .sub_title {
  display: inline-flex;
  padding: 0.75rem 1rem 0.5rem 1rem;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  margin-bottom: 0.5rem;
  border-radius: 2.8125rem;
  background: #fff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
  color: #ff1a56;
  font-family: 'SBAggroM';
  font-size: 1.3125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: -0.02625rem;
  margin-bottom: 3.5rem;
}

.game-intro .container .main_title img {
  width: 24.875rem;
  height: 10.6875rem;
  flex-shrink: 0;
}

.game-intro .container input {
  display: inline-flex;
  width: 22.5rem;
  height: 4.5rem;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  color: #000;
  text-align: center;
  font-family: 'Pretendard-500';
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem;
  border-radius: 8.75rem;
  background: #fff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
}

.game-intro .container .intro_title_background {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  z-index: -1;
}

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

.game-intro .btn-wrap .btn-game-start {
  display: inline-flex;
  width: 25rem;
  height: 5.25rem;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 0.625rem;
  background: linear-gradient(0deg, #000 0%, #000 100%), #f40f41;
  box-shadow: none;
  border: none;
  color: #fff;
  text-align: center;
  font-family: 'Pretendard-800';
  font-size: 1.5rem;
  font-style: normal;
  line-height: 1.25rem;
  margin: 1.25rem 1.87rem 3.75rem 1.87rem;
}

.game-intro .bottom {
  width: 37.625rem;
  border-top: 1px solid #000;
  background: #fdf8ee;
  padding: 2.5rem 0 3.5rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.game-intro .game-count {
  width: 27.5rem;
  margin: 0;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid black;
}

.game-intro .game-count .count-label {
  color: #000;
  text-align: center;
  font-family: 'Pretendard-700';
  font-size: 1.5625rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

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

.game-intro .game-count .count-num {
  color: #000;
  text-align: center;
  font-family: 'Pretendard-700';
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* 인트로 공유하기 */

.game-intro .share-sns-list {
  margin: 0;
  padding: 2.5rem 0;
}

.game-intro .share-sns-list .list-title {
  margin-bottom: 0.75rem;
}

.game-intro .share-sns-list .list-title,
.game-result .share-sns-list .list-title {
  color: #000;
  text-align: center;
  font-family: 'Pretendard-600';
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.01375rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.game-intro .share-sns-list .list-title .countBox,
.game-result .share-sns-list .list-title .countBox {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.game-intro .share-sns-list .list-title .countBox .countImg,
.game-result .share-sns-list .list-title .countBox .countImg {
  width: 1.25rem;
  height: 1.25rem;
  background-image: url('https://cdn.banggooso.com/assets/images/game222/share/share.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
}

.game-intro .share-sns-list .list-title .countBox .countNumber,
.game-result .share-sns-list .list-title .countBox .countNumber {
  color: #000;
  text-align: center;
  font-family: 'Pretendard-500';
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem;
  letter-spacing: -0.01125rem;
}

.game-intro .share-sns-list .list,
.game-result .share-sns-list .list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.7rem;
}

.game-intro .share-sns-list .btn-share,
.game-result .share-sns-list .btn-share {
  width: 3.375rem;
  height: 3.375rem;
  background-size: contain;
}

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

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

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

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

/* 문제 스타일 */

.question_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-top: 2.5rem;
  width: 27.5rem;
}

.question_top h1 {
  color: #000;
  font-family: 'SBAggroB';
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.625rem; /* 105% */
}

.question_top .game-stage {
  display: inline-flex;
  padding: 0.625rem 0.75rem 0.5rem 0.75rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border-radius: 3.125rem;
  background: #000;
  color: #fff;
  text-align: right;
  font-family: 'SBAggroL';
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.9375rem; /* 93.75% */
}

.line div {
  bottom: 0;
  width: 27.5rem;
  height: 0.0625rem;
  background-color: #000;
  margin-top: 1rem;
}

.game-wrap section {
  flex: 1;
  position: relative;
  padding: 0 1.87rem;
  width: 100%;
}

.game-wrap section .question-title {
  color: #000;
  font-family: 'SBAggroL';
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.5rem;
  margin-top: 1.5rem;
  height: 5rem;
  -webkit-text-stroke: 0.2px;
}

.game-wrap section .question-options {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  margin-top: 1rem;
}

.game-wrap section .question-options .question-option {
  position: relative;
}

.game-wrap section .question-options .question-option.active {
  border-radius: 0.625rem !important;
  border: 1px solid #f40f41 !important;
  background-color: #ffd7cd !important;
  box-shadow: 0px 4px 0px 0px #f40f41 !important;
}

.game-wrap section .question-options .question-option.active p {
  color: #f40f41 !important;
}

.game-wrap section .question-options.step1 .question-option .stamp,
.game-wrap section .question-options.step2 .question-option .stamp,
.game-wrap section .question-options.step5 .question-option .stamp,
.game-wrap section .question-options.step6 .question-option .stamp,
.game-wrap section .question-options.step8 .question-option .stamp,
.game-wrap section .question-options.step9 .question-option .stamp,
.game-wrap section .question-options.step10 .question-option .stamp {
  width: 5rem;
  height: 6.25rem;
  flex-shrink: 0;
  position: absolute;
  top: -2rem;
  right: 0;
}

.game-wrap section .question-options.step1 .question-option,
.game-wrap section .question-options.step2 .question-option,
.game-wrap section .question-options.step5 .question-option,
.game-wrap section .question-options.step6 .question-option,
.game-wrap section .question-options.step8 .question-option,
.game-wrap section .question-options.step9 .question-option,
.game-wrap section .question-options.step10 .question-option {
  display: flex;
  width: 27.5rem;
  height: 6.25rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  flex-shrink: 0;
  border-radius: 0.625rem;
  border: 1px solid #000;
  background: #fffdf8;
  box-shadow: 0px 4px 0px 0px #000;
  color: #000;
  text-align: center;
  font-family: 'Pretendard-700';
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75rem;
}

.game-wrap section .question-options.step3 .question-option,
.game-wrap section .question-options.step4 .question-option,
.game-wrap section .question-options.step7 .question-option,
.game-wrap section .question-options.step11 .question-option,
.game-wrap section .question-options.step12 .question-option {
  width: 13.125rem;
  height: 13.125rem;
  flex-shrink: 0;
  border-radius: 0.625rem;
  border: 1px solid #000;
  background: #fffdf8;
  box-shadow: 0px 4px 0px 0px #000;
  position: relative;
}

.game-wrap section .question-options.step3 .question-option p,
.game-wrap section .question-options.step4 .question-option p,
.game-wrap section .question-options.step7 .question-option p,
.game-wrap section .question-options.step11 .question-option p,
.game-wrap section .question-options.step12 .question-option p {
  position: absolute;
  top: 1.2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  color: #000;
  text-align: center;
  font-family: 'Pretendard-800';
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.25rem;
}

.game-wrap section .question-options.step3 .question-option p span,
.game-wrap section .question-options.step4 .question-option p span,
.game-wrap section .question-options.step7 .question-option p span,
.game-wrap section .question-options.step11 .question-option p span,
.game-wrap section .question-options.step12 .question-option p span {
  font-size: 1.125rem;
  font-family: 'Pretendard-500';
  font-weight: 500;
  margin-bottom: 0.3rem;
  display: inline-block;
  color: #000 !important;
}

.game-wrap section .question-options.step3 .question-option .stamp,
.game-wrap section .question-options.step4 .question-option .stamp,
.game-wrap section .question-options.step7 .question-option .stamp,
.game-wrap section .question-options.step11 .question-option .stamp,
.game-wrap section .question-options.step12 .question-option .stamp {
  width: 5rem;
  height: 6.25rem;
  flex-shrink: 0;
  position: absolute;
  bottom: -1rem !important;
  left: -1.5rem;
  z-index: 99;
}

.game-wrap section .question-options.step7 .question-option p,
.game-wrap section .question-options.step12 .question-option#button-0 p {
  top: 2rem !important;
}

.game-wrap section .question-options.step11 .question-option p {
  line-height: 2rem !important;
  top: 1.5rem !important;
}

.game-wrap section .question-options.step3 #button-0 {
  background-image: url('https://cdn.banggooso.com/assets/images/game222/question/question3_answer1.png');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 10rem;
}

.game-wrap section .question-options.step3 #button-1 {
  background-image: url('https://cdn.banggooso.com/assets/images/game222/question/question3_answer2.png');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 10rem;
}

.game-wrap section .question-options.step3 #button-2 {
  background-image: url('https://cdn.banggooso.com/assets/images/game222/question/question3_answer3.png');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 10rem;
}

.game-wrap section .question-options.step3 #button-3 {
  background-image: url('https://cdn.banggooso.com/assets/images/game222/question/question3_answer4.png');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 10rem;
}

.game-wrap section .question-options.step4 #button-0 {
  background-image: url('https://cdn.banggooso.com/assets/images/game222/question/question4_answer1.png');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 10rem;
}

.game-wrap section .question-options.step4 #button-1 {
  background-image: url('https://cdn.banggooso.com/assets/images/game222/question/question4_answer2.png');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 10rem;
}

.game-wrap section .question-options.step4 #button-2 {
  background-image: url('https://cdn.banggooso.com/assets/images/game222/question/question4_answer3.png');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 10rem;
}

.game-wrap section .question-options.step4 #button-3 {
  background-image: url('https://cdn.banggooso.com/assets/images/game222/question/question4_answer4.png');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 10rem;
}

.game-wrap section .question-options.step7 #button-0 {
  background-image: url('https://cdn.banggooso.com/assets/images/game222/question/question7_answer1.png');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 10rem;
}

.game-wrap section .question-options.step7 #button-1 {
  background-image: url('https://cdn.banggooso.com/assets/images/game222/question/question7_answer2.png');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 10rem;
}

.game-wrap section .question-options.step7 #button-2 {
  background-image: url('https://cdn.banggooso.com/assets/images/game222/question/question7_answer3.png');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 10rem;
}

.game-wrap section .question-options.step7 #button-3 {
  background-image: url('https://cdn.banggooso.com/assets/images/game222/question/question7_answer4.png');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 10rem;
}

.game-wrap section .question-options.step11 #button-0 {
  background-image: url('https://cdn.banggooso.com/assets/images/game222/question/question11_answer1.png');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 10rem;
}

.game-wrap section .question-options.step11 #button-1 {
  background-image: url('https://cdn.banggooso.com/assets/images/game222/question/question11_answer2.png');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 10rem;
}

.game-wrap section .question-options.step11 #button-2 {
  background-image: url('https://cdn.banggooso.com/assets/images/game222/question/question11_answer3.png');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 10rem;
}

.game-wrap section .question-options.step11 #button-3 {
  background-image: url('https://cdn.banggooso.com/assets/images/game222/question/question11_answer4.png');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 10rem;
}

.game-wrap section .question-options.step12 #button-0 {
  background-image: url('https://cdn.banggooso.com/assets/images/game222/question/question12_answer1.png');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 10rem;
}

.game-wrap section .question-options.step12 #button-1 {
  background-image: url('https://cdn.banggooso.com/assets/images/game222/question/question12_answer2.png');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 10rem;
}

.game-wrap section .question-options.step12 #button-2 {
  background-image: url('https://cdn.banggooso.com/assets/images/game222/question/question12_answer3.png');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 10rem;
}

.game-wrap section .question-options.step12 #button-3 {
  background-image: url('https://cdn.banggooso.com/assets/images/game222/question/question12_answer4.png');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 10rem;
}

.game-wrap section .next-question {
  width: 8.75rem;
  height: 5rem;
  flex-shrink: 0;
  background-image: url('https://cdn.banggooso.com/assets/images/game222/question/next.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 1.88rem;
  background-color: transparent;
}

.game-wrap section .next-question.done {
  background-image: url('https://cdn.banggooso.com/assets/images/game222/question/done.png') !important;
}

/* 메이커 결과 스타일 */

.game-result {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.game-result .title {
  color: #000;
  text-align: center;
  font-family: 'SBAggroL';
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.625rem;
  margin-top: 2rem;
}

.game-result .title span {
  font-family: 'SBAggroM';
}

.game-result .content {
  width: 27.5rem;
  height: 45.9375rem;
  flex-shrink: 0;
  border: 1px solid #000;
  background: #fffdf8;
  box-shadow: 0px 4px 0px 0px #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-bottom: 7rem;
}

.game-result .content .line div {
  width: 25rem;
}

.game-result .content .top {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.game-result .content .top .lets_go {
  width: 12.5rem;
  height: 12.5rem;
  flex-shrink: 0;
  transform: translateY(0.5rem);
}

.game-result .content .top span {
  color: #f40f41;
  text-align: center;
  font-family: 'SBAggroB';
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3rem;
  margin-bottom: 0.25rem;
}

.game-result .content .top p {
  color: #000;
  text-align: center;
  font-family: 'Pretendard-700';
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
}

.game-result .content .line {
  width: 25rem;
}

.game-result .content .bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.game-result .content .bottom .notice {
  width: 23.75rem;
  height: auto;
}

.game-result .content .bottom .login {
  display: flex;
  height: 5.25rem;
  padding: 0rem 3.5625rem;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 0.625rem;
  border: 1px solid #000;
  background: #f40f41;
  box-shadow: 0px 4px 0px 0px #000;
  color: #fff;
  text-align: center;
  font-family: 'Pretendard-800';
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.25rem;
  margin: 0.75rem 0;
}

.game-result .content .bottom .warning {
  color: #000;
  text-align: center;
  font-family: 'Pretendard-500';
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.125rem; /* 188.889% */
}

.game-result .content .fold_icon {
  width: 1.75rem;
  height: 1.75rem;
  position: absolute;
  right: 0;
  bottom: 0;
}

/* 랭킹 페이지 */

/* 랭킹 페이지 */

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

.rankingBox .myRanking {
  width: 27.5rem;
  height: 15.5rem;
  flex-shrink: 0;
  border: 1px solid #000;
  background: #fffdf8;
  box-shadow: 0px 4px 0px 0px #000;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rankingBox .myRanking h3 {
  color: #f40f41;
  text-align: center;
  font-family: 'Pretendard-800';
  font-size: 2rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.25rem; /* 62.5% */
  margin: 1rem 0 0.5rem 0;
}

.rankingBox .myRanking .line div {
  width: 25rem !important;
}

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

.rankingBox .myRanking .allNum {
  color: #000;
  text-align: center;
  font-family: 'Pretendard-500';
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem; /* 83.333% */
  margin: 1.5rem 0 1rem 0;
}

.rankingBox .myRanking .btn_refresh,
.rankingBox .topRanking .btn_refresh {
  width: auto;
  top: 1rem;
  right: 1rem;
}

.rankingBox .myRanking .btn_refresh img,
.rankingBox .topRanking .btn_refresh img {
  width: 2rem !important;
  height: 2rem !important;
}

.rankingBox .myRanking .allNum .bold {
  font-family: 'Pretendard-700';
  font-weight: 700;
}

.rankingBox .myRanking .myNum {
  color: #000;
  text-align: center;
  font-family: 'Pretendard-800';
  font-size: 3rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.25rem; /* 41.667% */
}

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

.rankingBox .topRanking {
  width: 27.5rem;
  height: 57.75rem;
  flex-shrink: 0;
  border: 1px solid #000;
  background: #fffdf8;
  box-shadow: 0px 4px 0px 0px #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
}

.rankingBox .topRanking h3 {
  color: #f40f41;
  text-align: center;
  font-family: 'Pretendard-800';
  font-size: 2rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.25rem; /* 62.5% */
  margin-top: 2.75rem;
}

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

.rankingBox .topRanking ul.list_title {
  color: #000;
  font-family: 'Pretendard-700';
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem; /* 125% */
  margin: 0;
  display: flex;
  align-items: center;
  width: 24rem;
  transform: translateX(-1.4rem);
}

.rankingBox .topRanking .list_content_title {
  margin: 3rem 0 0.5rem 0;
}

.rankingBox .topRanking .list_content_div {
  height: 47.5rem;
  overflow: scroll;
}

.rankingBox div > ul > li {
  margin: 0;
  padding: 0;
  background-color: transparent;
}

.rankingBox .topRanking .list_content_div #list_content {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 25rem;
}

.rankingBox .topRanking .list_content_div #list_content > li {
  display: flex;
  height: 3.75rem;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 0.625rem;
  border: 1px solid #000;
  background: #fff;
  box-shadow: 0px 2px 0px 0px #000;
}

.rankingBox .topRanking .list_content_div #list_content > li:nth-child(1) {
  color: white;
  background-color: #f40f41;
}

.rankingBox .topRanking .list_content_div #list_content > li:nth-child(2) {
  background-color: #ffcdd9;
}

.rankingBox .topRanking .list_content_div #list_content > li:nth-child(3) {
  background-color: #ffeef2;
}

.rankingBox .topRanking .list_content_div #list_content > li ul li:nth-child(4) {
  display: flex;
  width: 3.75rem;
  height: 1.75rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  flex-shrink: 0;
  border-radius: 0.3125rem;
  background-color: #000;
  color: #fff;
  font-family: 'Pretendard-700';
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem; /* 166.667% */
  margin-left: 1rem;
}

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

.rankingBox div > ul > li > ul > li:nth-of-type(1) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-family: 'Pretendard-800' !important;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.25rem; /* 83.333% */
}

.rankingBox div > ul > li > ul > li:nth-of-type(1)::after {
  display: none !important;
}

.rankingBox div > ul > li > ul > li:nth-of-type(2) {
  font-family: 'Pretendard-700';
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem; /* 100% */
  width: 11.875rem;
}

.rankingBox div > ul > li > ul > li:nth-of-type(3) {
  text-align: center;
  font-family: 'Pretendard-800';
  font-size: 1rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.25rem; /* 125% */
  width: 3.125rem;
}

/* 답변 보기 페이지 */

.game-answer {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.game-answer .game-answer-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 2.5rem 0;
}

.game-answer .game-answer-title .maker-test-block div {
  color: #000;
  text-align: center;
  font-family: 'SBAggroL';
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem; /* 83.333% */
}

.game-answer .game-answer-title .maker-test-block div span {
  font-family: 'SBAggroB';
}

.game-answer .game-answer-title .open-answer {
  text-align: center;
  color: #000;
  text-align: center;
  font-family: 'SBAggroM';
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.5rem; /* 100% */
  margin: 1.25rem 0;
}

.game-answer .game-answer-title .player-name-box {
  display: inline-flex;
  padding: 0.75rem 1rem;
  justify-content: center;
  align-items: center;
  border-radius: 3.125rem;
  background: #000;
  color: #fff;
  text-align: right;
  font-family: 'Pretendard-700';
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 0.9375rem; /* 75% */
}

.game-answer .question-answer-box.image-step-1,
.game-answer .question-answer-box.image-step-2,
.game-answer .question-answer-box.image-step-3,
.game-answer .question-answer-box.image-step-4,
.game-answer .question-answer-box.image-step-5,
.game-answer .question-answer-box.image-step-6,
.game-answer .question-answer-box.image-step-7,
.game-answer .question-answer-box.image-step-8,
.game-answer .question-answer-box.image-step-9,
.game-answer .question-answer-box.image-step-10,
.game-answer .question-answer-box.image-step-11,
.game-answer .question-answer-box.image-step-12 {
  display: flex;
  width: 27.5rem;
  padding: 2rem 1.25rem 2.5rem 1.25rem;
  flex-direction: column;
  align-items: center;
  border: 1px solid #000;
  background: #fffdf8;
  box-shadow: 0px 4px 0px 0px #000;
  margin-bottom: 1.75rem;
}

.game-answer .question-answer-box.image-step-1 .question-text,
.game-answer .question-answer-box.image-step-2 .question-text,
.game-answer .question-answer-box.image-step-3 .question-text,
.game-answer .question-answer-box.image-step-4 .question-text,
.game-answer .question-answer-box.image-step-5 .question-text,
.game-answer .question-answer-box.image-step-6 .question-text,
.game-answer .question-answer-box.image-step-7 .question-text,
.game-answer .question-answer-box.image-step-8 .question-text,
.game-answer .question-answer-box.image-step-9 .question-text,
.game-answer .question-answer-box.image-step-10 .question-text,
.game-answer .question-answer-box.image-step-11 .question-text,
.game-answer .question-answer-box.image-step-12 .question-text {
  width: 100%;
}

.game-answer .question-answer-box.image-step-1 .question-text h1,
.game-answer .question-answer-box.image-step-2 .question-text h1,
.game-answer .question-answer-box.image-step-3 .question-text h1,
.game-answer .question-answer-box.image-step-4 .question-text h1,
.game-answer .question-answer-box.image-step-5 .question-text h1,
.game-answer .question-answer-box.image-step-6 .question-text h1,
.game-answer .question-answer-box.image-step-7 .question-text h1,
.game-answer .question-answer-box.image-step-8 .question-text h1,
.game-answer .question-answer-box.image-step-9 .question-text h1,
.game-answer .question-answer-box.image-step-10 .question-text h1,
.game-answer .question-answer-box.image-step-11 .question-text h1,
.game-answer .question-answer-box.image-step-12 .question-text h1 {
  color: #000;
  font-family: 'SBAggroB';
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.625rem; /* 116.667% */
}

.game-answer .question-answer-box.image-step-1 .question-text .line div,
.game-answer .question-answer-box.image-step-2 .question-text .line div,
.game-answer .question-answer-box.image-step-3 .question-text .line div,
.game-answer .question-answer-box.image-step-4 .question-text .line div,
.game-answer .question-answer-box.image-step-5 .question-text .line div,
.game-answer .question-answer-box.image-step-6 .question-text .line div,
.game-answer .question-answer-box.image-step-7 .question-text .line div,
.game-answer .question-answer-box.image-step-8 .question-text .line div,
.game-answer .question-answer-box.image-step-9 .question-text .line div,
.game-answer .question-answer-box.image-step-10 .question-text .line div,
.game-answer .question-answer-box.image-step-11 .question-text .line div,
.game-answer .question-answer-box.image-step-12 .question-text .line div {
  width: 25rem;
  height: 0.0625rem;
  margin-bottom: 1rem;
}

.game-answer .question-answer-box.image-step-1 .question-text span,
.game-answer .question-answer-box.image-step-2 .question-text span,
.game-answer .question-answer-box.image-step-3 .question-text span,
.game-answer .question-answer-box.image-step-4 .question-text span,
.game-answer .question-answer-box.image-step-5 .question-text span,
.game-answer .question-answer-box.image-step-6 .question-text span,
.game-answer .question-answer-box.image-step-7 .question-text span,
.game-answer .question-answer-box.image-step-8 .question-text span,
.game-answer .question-answer-box.image-step-9 .question-text span,
.game-answer .question-answer-box.image-step-10 .question-text span,
.game-answer .question-answer-box.image-step-11 .question-text span,
.game-answer .question-answer-box.image-step-12 .question-text span {
  color: #000;
  font-family: 'SBAggroL';
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.125rem; /* 141.667% */
}

.game-answer .question-answer-box.image-step-1 .questions-list,
.game-answer .question-answer-box.image-step-2 .questions-list,
.game-answer .question-answer-box.image-step-5 .questions-list,
.game-answer .question-answer-box.image-step-6 .questions-list,
.game-answer .question-answer-box.image-step-8 .questions-list,
.game-answer .question-answer-box.image-step-9 .questions-list,
.game-answer .question-answer-box.image-step-10 .questions-list {
  margin-top: 1.44rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.game-answer .question-answer-box.image-step-3 .questions-list,
.game-answer .question-answer-box.image-step-4 .questions-list,
.game-answer .question-answer-box.image-step-7 .questions-list,
.game-answer .question-answer-box.image-step-11 .questions-list,
.game-answer .question-answer-box.image-step-12 .questions-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-top: 1.44rem;
}

.game-answer .question-answer-box.image-step-1 .questions-list .question-option,
.game-answer .question-answer-box.image-step-2 .questions-list .question-option,
.game-answer .question-answer-box.image-step-5 .questions-list .question-option,
.game-answer .question-answer-box.image-step-6 .questions-list .question-option,
.game-answer .question-answer-box.image-step-8 .questions-list .question-option,
.game-answer .question-answer-box.image-step-9 .questions-list .question-option,
.game-answer .question-answer-box.image-step-10 .questions-list .question-option {
  display: flex;
  width: 25rem;
  height: 5.625rem;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 0.625rem;
  border: 1px solid #000;
  background: #fffdf8;
  box-shadow: 0px 4px 0px 0px #000;
  color: #000;
  text-align: center;
  font-family: 'Pretendard-700';
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75rem; /* 140% */
}

.game-answer .question-answer-box.image-step-3 .questions-list .question-option,
.game-answer .question-answer-box.image-step-4 .questions-list .question-option,
.game-answer .question-answer-box.image-step-7 .questions-list .question-option,
.game-answer .question-answer-box.image-step-11 .questions-list .question-option,
.game-answer .question-answer-box.image-step-12 .questions-list .question-option {
  width: 11.875rem;
  height: 11.875rem;
  flex-shrink: 0;
  border-radius: 0.625rem;
  border: 1px solid #000;
  background: #fffdf8;
  box-shadow: 0px 4px 0px 0px #000;
  position: relative;
  color: #000;
  text-align: center;
  font-family: 'Pretendard-700';
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75rem; /* 140% */
}

.game-answer .question-answer-box.image-step-1 .questions-list .question-option.right,
.game-answer .question-answer-box.image-step-2 .questions-list .question-option.right,
.game-answer .question-answer-box.image-step-3 .questions-list .question-option.right,
.game-answer .question-answer-box.image-step-4 .questions-list .question-option.right,
.game-answer .question-answer-box.image-step-5 .questions-list .question-option.right,
.game-answer .question-answer-box.image-step-6 .questions-list .question-option.right,
.game-answer .question-answer-box.image-step-7 .questions-list .question-option.right,
.game-answer .question-answer-box.image-step-8 .questions-list .question-option.right,
.game-answer .question-answer-box.image-step-9 .questions-list .question-option.right,
.game-answer .question-answer-box.image-step-10 .questions-list .question-option.right,
.game-answer .question-answer-box.image-step-11 .questions-list .question-option.right,
.game-answer .question-answer-box.image-step-12 .questions-list .question-option.right {
  background-color: #f40f41 !important;
  color: white;
  background-image: url('https://cdn.banggooso.com/assets/images/game222/question/check.png');
  background-position: top 0.5rem right 0.5rem;
  background-repeat: no-repeat;
  background-size: 1.75rem;
}

.game-answer .question-answer-box.image-step-1 .questions-list .question-option.wrong,
.game-answer .question-answer-box.image-step-2 .questions-list .question-option.wrong,
.game-answer .question-answer-box.image-step-3 .questions-list .question-option.wrong,
.game-answer .question-answer-box.image-step-4 .questions-list .question-option.wrong,
.game-answer .question-answer-box.image-step-5 .questions-list .question-option.wrong,
.game-answer .question-answer-box.image-step-6 .questions-list .question-option.wrong,
.game-answer .question-answer-box.image-step-7 .questions-list .question-option.wrong,
.game-answer .question-answer-box.image-step-8 .questions-list .question-option.wrong,
.game-answer .question-answer-box.image-step-9 .questions-list .question-option.wrong,
.game-answer .question-answer-box.image-step-10 .questions-list .question-option.wrong,
.game-answer .question-answer-box.image-step-11 .questions-list .question-option.wrong,
.game-answer .question-answer-box.image-step-12 .questions-list .question-option.wrong {
  border-radius: 0.625rem;
  border: 1px solid #f40f41;
  background: #ffd7cd;
  box-shadow: 0px 4px 0px 0px #f40f41;
  color: #f40f41;
  background-image: url('https://cdn.banggooso.com/assets/images/game222/result/wrong.png');
  background-position: top 0.5rem right 0.5rem;
  background-repeat: no-repeat;
  background-size: 1.75rem;
}

.game-answer .question-answer-box.image-step-3 .questions-list .question-option p,
.game-answer .question-answer-box.image-step-4 .questions-list .question-option p,
.game-answer .question-answer-box.image-step-12 .questions-list .question-option p {
  margin-top: 1rem;
  line-height: normal;
}

.game-answer .question-answer-box.image-step-7 .questions-list .question-option p,
.game-answer .question-answer-box.image-step-11 .questions-list .question-option p,
.game-answer .question-answer-box.image-step-12 .questions-list .question-option#button-0 p {
  margin-top: 1.2rem !important;
}

.game-answer .question-answer-box.image-step-1 .questions-list .question-option p span,
.game-answer .question-answer-box.image-step-2 .questions-list .question-option p span,
.game-answer .question-answer-box.image-step-3 .questions-list .question-option p span,
.game-answer .question-answer-box.image-step-4 .questions-list .question-option p span,
.game-answer .question-answer-box.image-step-5 .questions-list .question-option p span,
.game-answer .question-answer-box.image-step-6 .questions-list .question-option p span,
.game-answer .question-answer-box.image-step-7 .questions-list .question-option p span,
.game-answer .question-answer-box.image-step-8 .questions-list .question-option p span,
.game-answer .question-answer-box.image-step-9 .questions-list .question-option p span,
.game-answer .question-answer-box.image-step-10 .questions-list .question-option p span,
.game-answer .question-answer-box.image-step-11 .questions-list .question-option p span,
.game-answer .question-answer-box.image-step-12 .questions-list .question-option p span {
  font-family: 'Pretendard-500';
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem; /* 125% */
}

.game-answer .question-answer-box.image-step-3 .questions-list .question-option#button-0 {
  background-image: url('https://cdn.banggooso.com/assets/images/game222/question/question3_answer1.png');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 9.0625rem;
}

.game-answer .question-answer-box.image-step-3 .questions-list .question-option#button-1 {
  background-image: url('https://cdn.banggooso.com/assets/images/game222/question/question3_answer2.png');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 9.0625rem;
}

.game-answer .question-answer-box.image-step-3 .questions-list .question-option#button-2 {
  background-image: url('https://cdn.banggooso.com/assets/images/game222/question/question3_answer3.png');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 9.0625rem;
}

.game-answer .question-answer-box.image-step-3 .questions-list .question-option#button-3 {
  background-image: url('https://cdn.banggooso.com/assets/images/game222/question/question3_answer4.png');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 9.0625rem;
}

.game-answer .question-answer-box.image-step-4 .questions-list .question-option#button-0 {
  background-image: url('https://cdn.banggooso.com/assets/images/game222/question/question4_answer1.png');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 9.0625rem;
}

.game-answer .question-answer-box.image-step-4 .questions-list .question-option#button-1 {
  background-image: url('https://cdn.banggooso.com/assets/images/game222/question/question4_answer2.png');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 9.0625rem;
}

.game-answer .question-answer-box.image-step-4 .questions-list .question-option#button-2 {
  background-image: url('https://cdn.banggooso.com/assets/images/game222/question/question4_answer3.png');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 9.0625rem;
}

.game-answer .question-answer-box.image-step-4 .questions-list .question-option#button-3 {
  background-image: url('https://cdn.banggooso.com/assets/images/game222/question/question4_answer4.png');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 9.0625rem;
}

.game-answer .question-answer-box.image-step-7 .questions-list .question-option#button-0 {
  background-image: url('https://cdn.banggooso.com/assets/images/game222/question/question7_answer1.png');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 9.0625rem;
}

.game-answer .question-answer-box.image-step-7 .questions-list .question-option#button-1 {
  background-image: url('https://cdn.banggooso.com/assets/images/game222/question/question7_answer2.png');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 9.0625rem;
}

.game-answer .question-answer-box.image-step-7 .questions-list .question-option#button-2 {
  background-image: url('https://cdn.banggooso.com/assets/images/game222/question/question7_answer3.png');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 9.0625rem;
}

.game-answer .question-answer-box.image-step-7 .questions-list .question-option#button-3 {
  background-image: url('https://cdn.banggooso.com/assets/images/game222/question/question7_answer4.png');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 9.0625rem;
}

.game-answer .question-answer-box.image-step-11 .questions-list .question-option#button-0 {
  background-image: url('https://cdn.banggooso.com/assets/images/game222/question/question11_answer1.png');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 9.0625rem;
}

.game-answer .question-answer-box.image-step-11 .questions-list .question-option#button-1 {
  background-image: url('https://cdn.banggooso.com/assets/images/game222/question/question11_answer2.png');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 9.0625rem;
}

.game-answer .question-answer-box.image-step-11 .questions-list .question-option#button-2 {
  background-image: url('https://cdn.banggooso.com/assets/images/game222/question/question11_answer3.png');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 9.0625rem;
}

.game-answer .question-answer-box.image-step-11 .questions-list .question-option#button-3 {
  background-image: url('https://cdn.banggooso.com/assets/images/game222/question/question11_answer4.png');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 9.0625rem;
}

.game-answer .question-answer-box.image-step-12 .questions-list .question-option#button-0 {
  background-image: url('https://cdn.banggooso.com/assets/images/game222/question/question12_answer1.png');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 9.0625rem;
}

.game-answer .question-answer-box.image-step-12 .questions-list .question-option#button-1 {
  background-image: url('https://cdn.banggooso.com/assets/images/game222/question/question12_answer2.png');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 9.0625rem;
}

.game-answer .question-answer-box.image-step-12 .questions-list .question-option#button-2 {
  background-image: url('https://cdn.banggooso.com/assets/images/game222/question/question12_answer3.png');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 9.0625rem;
}

.game-answer .question-answer-box.image-step-12 .questions-list .question-option#button-3 {
  background-image: url('https://cdn.banggooso.com/assets/images/game222/question/question12_answer4.png');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 9.0625rem;
}

.game-answer .question-answer-box.image-step-3 .questions-list .question-option.right#button-0 {
  background-image: url('https://cdn.banggooso.com/assets/images/game222/question/question3_answer1.png'),
    url('https://cdn.banggooso.com/assets/images/game222/question/check.png');
  background-position: center bottom, top 0.5rem right 0.5rem;
  background-repeat: no-repeat;
  background-size: 9.0625rem, 1.75rem;
}

.game-answer .question-answer-box.image-step-3 .questions-list .question-option.right#button-1 {
  background-image: url('https://cdn.banggooso.com/assets/images/game222/question/question3_answer2.png'),
    url('https://cdn.banggooso.com/assets/images/game222/question/check.png');
  background-position: center bottom, top 0.5rem right 0.5rem;
  background-repeat: no-repeat;
  background-size: 9.0625rem, 1.75rem;
}

.game-answer .question-answer-box.image-step-3 .questions-list .question-option.right#button-2 {
  background-image: url('https://cdn.banggooso.com/assets/images/game222/question/question3_answer3.png'),
    url('https://cdn.banggooso.com/assets/images/game222/question/check.png');
  background-position: center bottom, top 0.5rem right 0.5rem;
  background-repeat: no-repeat;
  background-size: 9.0625rem, 1.75rem;
}

.game-answer .question-answer-box.image-step-3 .questions-list .question-option.right#button-3 {
  background-image: url('https://cdn.banggooso.com/assets/images/game222/question/question3_answer4.png'),
    url('https://cdn.banggooso.com/assets/images/game222/question/check.png');
  background-position: center bottom, top 0.5rem right 0.5rem;
  background-repeat: no-repeat;
  background-size: 9.0625rem, 1.75rem;
}

.game-answer .question-answer-box.image-step-4 .questions-list .question-option.right#button-0 {
  background-image: url('https://cdn.banggooso.com/assets/images/game222/question/question4_answer1.png'),
    url('https://cdn.banggooso.com/assets/images/game222/question/check.png');
  background-position: center bottom, top 0.5rem right 0.5rem;
  background-repeat: no-repeat;
  background-size: 9.0625rem, 1.75rem;
}

.game-answer .question-answer-box.image-step-4 .questions-list .question-option.right#button-1 {
  background-image: url('https://cdn.banggooso.com/assets/images/game222/question/question4_answer2.png'),
    url('https://cdn.banggooso.com/assets/images/game222/question/check.png');
  background-position: center bottom, top 0.5rem right 0.5rem;
  background-repeat: no-repeat;
  background-size: 9.0625rem, 1.75rem;
}

.game-answer .question-answer-box.image-step-4 .questions-list .question-option.right#button-2 {
  background-image: url('https://cdn.banggooso.com/assets/images/game222/question/question4_answer3.png'),
    url('https://cdn.banggooso.com/assets/images/game222/question/check.png');
  background-position: center bottom, top 0.5rem right 0.5rem;
  background-repeat: no-repeat;
  background-size: 9.0625rem, 1.75rem;
}

.game-answer .question-answer-box.image-step-4 .questions-list .question-option.right#button-3 {
  background-image: url('https://cdn.banggooso.com/assets/images/game222/question/question4_answer4.png'),
    url('https://cdn.banggooso.com/assets/images/game222/question/check.png');
  background-position: center bottom, top 0.5rem right 0.5rem;
  background-repeat: no-repeat;
  background-size: 9.0625rem, 1.75rem;
}

.game-answer .question-answer-box.image-step-7 .questions-list .question-option.right#button-0 {
  background-image: url('https://cdn.banggooso.com/assets/images/game222/question/question7_answer1.png'),
    url('https://cdn.banggooso.com/assets/images/game222/question/check.png');
  background-position: center bottom, top 0.5rem right 0.5rem;
  background-repeat: no-repeat;
  background-size: 9.0625rem, 1.75rem;
}

.game-answer .question-answer-box.image-step-7 .questions-list .question-option.right#button-1 {
  background-image: url('https://cdn.banggooso.com/assets/images/game222/question/question7_answer2.png'),
    url('https://cdn.banggooso.com/assets/images/game222/question/check.png');
  background-position: center bottom, top 0.5rem right 0.5rem;
  background-repeat: no-repeat;
  background-size: 9.0625rem, 1.75rem;
}

.game-answer .question-answer-box.image-step-7 .questions-list .question-option.right#button-2 {
  background-image: url('https://cdn.banggooso.com/assets/images/game222/question/question7_answer3.png'),
    url('https://cdn.banggooso.com/assets/images/game222/question/check.png');
  background-position: center bottom, top 0.5rem right 0.5rem;
  background-repeat: no-repeat;
  background-size: 9.0625rem, 1.75rem;
}

.game-answer .question-answer-box.image-step-7 .questions-list .question-option.right#button-3 {
  background-image: url('https://cdn.banggooso.com/assets/images/game222/question/question7_answer4.png'),
    url('https://cdn.banggooso.com/assets/images/game222/question/check.png');
  background-position: center bottom, top 0.5rem right 0.5rem;
  background-repeat: no-repeat;
  background-size: 9.0625rem, 1.75rem;
}

.game-answer .question-answer-box.image-step-11 .questions-list .question-option.right#button-0 {
  background-image: url('https://cdn.banggooso.com/assets/images/game222/question/question11_answer1.png'),
    url('https://cdn.banggooso.com/assets/images/game222/question/check.png');
  background-position: center bottom, top 0.5rem right 0.5rem;
  background-repeat: no-repeat;
  background-size: 9.0625rem, 1.75rem;
}

.game-answer .question-answer-box.image-step-11 .questions-list .question-option.right#button-1 {
  background-image: url('https://cdn.banggooso.com/assets/images/game222/question/question11_answer2.png'),
    url('https://cdn.banggooso.com/assets/images/game222/question/check.png');
  background-position: center bottom, top 0.5rem right 0.5rem;
  background-repeat: no-repeat;
  background-size: 9.0625rem, 1.75rem;
}

.game-answer .question-answer-box.image-step-11 .questions-list .question-option.right#button-2 {
  background-image: url('https://cdn.banggooso.com/assets/images/game222/question/question11_answer3.png'),
    url('https://cdn.banggooso.com/assets/images/game222/question/check.png');
  background-position: center bottom, top 0.5rem right 0.5rem;
  background-repeat: no-repeat;
  background-size: 9.0625rem, 1.75rem;
}

.game-answer .question-answer-box.image-step-11 .questions-list .question-option.right#button-3 {
  background-image: url('https://cdn.banggooso.com/assets/images/game222/question/question11_answer4.png'),
    url('https://cdn.banggooso.com/assets/images/game222/question/check.png');
  background-position: center bottom, top 0.5rem right 0.5rem;
  background-repeat: no-repeat;
  background-size: 9.0625rem, 1.75rem;
}

.game-answer .question-answer-box.image-step-12 .questions-list .question-option.right#button-0 {
  background-image: url('https://cdn.banggooso.com/assets/images/game222/question/question12_answer1.png'),
    url('https://cdn.banggooso.com/assets/images/game222/question/check.png');
  background-position: center bottom, top 0.5rem right 0.5rem;
  background-repeat: no-repeat;
  background-size: 9.0625rem, 1.75rem;
}

.game-answer .question-answer-box.image-step-12 .questions-list .question-option.right#button-1 {
  background-image: url('https://cdn.banggooso.com/assets/images/game222/question/question12_answer2.png'),
    url('https://cdn.banggooso.com/assets/images/game222/question/check.png');
  background-position: center bottom, top 0.5rem right 0.5rem;
  background-repeat: no-repeat;
  background-size: 9.0625rem, 1.75rem;
}

.game-answer .question-answer-box.image-step-12 .questions-list .question-option.right#button-2 {
  background-image: url('https://cdn.banggooso.com/assets/images/game222/question/question12_answer3.png'),
    url('https://cdn.banggooso.com/assets/images/game222/question/check.png');
  background-position: center bottom, top 0.5rem right 0.5rem;
  background-repeat: no-repeat;
  background-size: 9.0625rem, 1.75rem;
}

.game-answer .question-answer-box.image-step-12 .questions-list .question-option.right#button-3 {
  background-image: url('https://cdn.banggooso.com/assets/images/game222/question/question12_answer4.png'),
    url('https://cdn.banggooso.com/assets/images/game222/question/check.png');
  background-position: center bottom, top 0.5rem right 0.5rem;
  background-repeat: no-repeat;
  background-size: 9.0625rem, 1.75rem;
}

.game-answer .question-answer-box.image-step-3 .questions-list .question-option.wrong#button-0 {
  background-image: url('https://cdn.banggooso.com/assets/images/game222/question/question3_answer1.png'),
    url('https://cdn.banggooso.com/assets/images/game222/result/wrong.png');
  background-position: center bottom, top 0.5rem right 0.5rem;
  background-repeat: no-repeat;
  background-size: 9.0625rem, 1.75rem;
}

.game-answer .question-answer-box.image-step-3 .questions-list .question-option.wrong#button-1 {
  background-image: url('https://cdn.banggooso.com/assets/images/game222/question/question3_answer2.png'),
    url('https://cdn.banggooso.com/assets/images/game222/result/wrong.png');
  background-position: center bottom, top 0.5rem right 0.5rem;
  background-repeat: no-repeat;
  background-size: 9.0625rem, 1.75rem;
}

.game-answer .question-answer-box.image-step-3 .questions-list .question-option.wrong#button-2 {
  background-image: url('https://cdn.banggooso.com/assets/images/game222/question/question3_answer3.png'),
    url('https://cdn.banggooso.com/assets/images/game222/result/wrong.png');
  background-position: center bottom, top 0.5rem right 0.5rem;
  background-repeat: no-repeat;
  background-size: 9.0625rem, 1.75rem;
}

.game-answer .question-answer-box.image-step-3 .questions-list .question-option.wrong#button-3 {
  background-image: url('https://cdn.banggooso.com/assets/images/game222/question/question3_answer4.png'),
    url('https://cdn.banggooso.com/assets/images/game222/result/wrong.png');
  background-position: center bottom, top 0.5rem right 0.5rem;
  background-repeat: no-repeat;
  background-size: 9.0625rem, 1.75rem;
}

.game-answer .question-answer-box.image-step-4 .questions-list .question-option.wrong#button-0 {
  background-image: url('https://cdn.banggooso.com/assets/images/game222/question/question4_answer1.png'),
    url('https://cdn.banggooso.com/assets/images/game222/result/wrong.png');
  background-position: center bottom, top 0.5rem right 0.5rem;
  background-repeat: no-repeat;
  background-size: 9.0625rem, 1.75rem;
}

.game-answer .question-answer-box.image-step-4 .questions-list .question-option.wrong#button-1 {
  background-image: url('https://cdn.banggooso.com/assets/images/game222/question/question4_answer2.png'),
    url('https://cdn.banggooso.com/assets/images/game222/result/wrong.png');
  background-position: center bottom, top 0.5rem right 0.5rem;
  background-repeat: no-repeat;
  background-size: 9.0625rem, 1.75rem;
}

.game-answer .question-answer-box.image-step-4 .questions-list .question-option.wrong#button-2 {
  background-image: url('https://cdn.banggooso.com/assets/images/game222/question/question4_answer3.png'),
    url('https://cdn.banggooso.com/assets/images/game222/result/wrong.png');
  background-position: center bottom, top 0.5rem right 0.5rem;
  background-repeat: no-repeat;
  background-size: 9.0625rem, 1.75rem;
}

.game-answer .question-answer-box.image-step-4 .questions-list .question-option.wrong#button-3 {
  background-image: url('https://cdn.banggooso.com/assets/images/game222/question/question4_answer4.png'),
    url('https://cdn.banggooso.com/assets/images/game222/result/wrong.png');
  background-position: center bottom, top 0.5rem right 0.5rem;
  background-repeat: no-repeat;
  background-size: 9.0625rem, 1.75rem;
}

.game-answer .question-answer-box.image-step-7 .questions-list .question-option.wrong#button-0 {
  background-image: url('https://cdn.banggooso.com/assets/images/game222/question/question7_answer1.png'),
    url('https://cdn.banggooso.com/assets/images/game222/result/wrong.png');
  background-position: center bottom, top 0.5rem right 0.5rem;
  background-repeat: no-repeat;
  background-size: 9.0625rem, 1.75rem;
}

.game-answer .question-answer-box.image-step-7 .questions-list .question-option.wrong#button-1 {
  background-image: url('https://cdn.banggooso.com/assets/images/game222/question/question7_answer2.png'),
    url('https://cdn.banggooso.com/assets/images/game222/result/wrong.png');
  background-position: center bottom, top 0.5rem right 0.5rem;
  background-repeat: no-repeat;
  background-size: 9.0625rem, 1.75rem;
}

.game-answer .question-answer-box.image-step-7 .questions-list .question-option.wrong#button-2 {
  background-image: url('https://cdn.banggooso.com/assets/images/game222/question/question7_answer3.png'),
    url('https://cdn.banggooso.com/assets/images/game222/result/wrong.png');
  background-position: center bottom, top 0.5rem right 0.5rem;
  background-repeat: no-repeat;
  background-size: 9.0625rem, 1.75rem;
}

.game-answer .question-answer-box.image-step-7 .questions-list .question-option.wrong#button-3 {
  background-image: url('https://cdn.banggooso.com/assets/images/game222/question/question7_answer4.png'),
    url('https://cdn.banggooso.com/assets/images/game222/result/wrong.png');
  background-position: center bottom, top 0.5rem right 0.5rem;
  background-repeat: no-repeat;
  background-size: 9.0625rem, 1.75rem;
}

.game-answer .question-answer-box.image-step-11 .questions-list .question-option.wrong#button-0 {
  background-image: url('https://cdn.banggooso.com/assets/images/game222/question/question11_answer1.png'),
    url('https://cdn.banggooso.com/assets/images/game222/result/wrong.png');
  background-position: center bottom, top 0.5rem right 0.5rem;
  background-repeat: no-repeat;
  background-size: 9.0625rem, 1.75rem;
}

.game-answer .question-answer-box.image-step-11 .questions-list .question-option.wrong#button-1 {
  background-image: url('https://cdn.banggooso.com/assets/images/game222/question/question11_answer2.png'),
    url('https://cdn.banggooso.com/assets/images/game222/result/wrong.png');
  background-position: center bottom, top 0.5rem right 0.5rem;
  background-repeat: no-repeat;
  background-size: 9.0625rem, 1.75rem;
}

.game-answer .question-answer-box.image-step-11 .questions-list .question-option.wrong#button-2 {
  background-image: url('https://cdn.banggooso.com/assets/images/game222/question/question11_answer3.png'),
    url('https://cdn.banggooso.com/assets/images/game222/result/wrong.png');
  background-position: center bottom, top 0.5rem right 0.5rem;
  background-repeat: no-repeat;
  background-size: 9.0625rem, 1.75rem;
}

.game-answer .question-answer-box.image-step-11 .questions-list .question-option.wrong#button-3 {
  background-image: url('https://cdn.banggooso.com/assets/images/game222/question/question11_answer4.png'),
    url('https://cdn.banggooso.com/assets/images/game222/result/wrong.png');
  background-position: center bottom, top 0.5rem right 0.5rem;
  background-repeat: no-repeat;
  background-size: 9.0625rem, 1.75rem;
}

.game-answer .question-answer-box.image-step-12 .questions-list .question-option.wrong#button-0 {
  background-image: url('https://cdn.banggooso.com/assets/images/game222/question/question12_answer1.png'),
    url('https://cdn.banggooso.com/assets/images/game222/result/wrong.png');
  background-position: center bottom, top 0.5rem right 0.5rem;
  background-repeat: no-repeat;
  background-size: 9.0625rem, 1.75rem;
}

.game-answer .question-answer-box.image-step-12 .questions-list .question-option.wrong#button-1 {
  background-image: url('https://cdn.banggooso.com/assets/images/game222/question/question12_answer2.png'),
    url('https://cdn.banggooso.com/assets/images/game222/result/wrong.png');
  background-position: center bottom, top 0.5rem right 0.5rem;
  background-repeat: no-repeat;
  background-size: 9.0625rem, 1.75rem;
}

.game-answer .question-answer-box.image-step-12 .questions-list .question-option.wrong#button-2 {
  background-image: url('https://cdn.banggooso.com/assets/images/game222/question/question12_answer3.png'),
    url('https://cdn.banggooso.com/assets/images/game222/result/wrong.png');
  background-position: center bottom, top 0.5rem right 0.5rem;
  background-repeat: no-repeat;
  background-size: 9.0625rem, 1.75rem;
}

.game-answer .question-answer-box.image-step-12 .questions-list .question-option.wrong#button-3 {
  background-image: url('https://cdn.banggooso.com/assets/images/game222/question/question12_answer4.png'),
    url('https://cdn.banggooso.com/assets/images/game222/result/wrong.png');
  background-position: center bottom, top 0.5rem right 0.5rem;
  background-repeat: no-repeat;
  background-size: 9.0625rem, 1.75rem;
}

/* 공유하기 */

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