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

/* font */

@font-face {
  font-family: 'NanumSquareNeo-Hv';
  src: url("https://cdn.banggooso.com/assets/fonts/NanumSquareNeo-eHv.ttf") format('ttf'),
  url("https://cdn.banggooso.com/assets/fonts/NanumSquareNeoOTF-Hv.otf") format('otf'),
  url("https://cdn.banggooso.com/assets/fonts/NanumSquareNeoTTF-eHv.woff") format('woff'),
  url("https://cdn.banggooso.com/assets/fonts/NanumSquareNeoTTF-eHv.woff2") format('woff2');
}

@font-face {
  font-family: 'NanumSquareNeo-Eb';
  src: url("https://cdn.banggooso.com/assets/fonts/NanumSquareNeo-dEb.ttf") format('ttf'),
  url("https://cdn.banggooso.com/assets/fonts/NanumSquareNeoOTF-Eb.otf") format('otf'),
  url("https://cdn.banggooso.com/assets/fonts/NanumSquareNeoTTF-dEb.woff") format('woff'),
  url("https://cdn.banggooso.com/assets/fonts/NanumSquareNeoTTF-dEb.woff2") format('woff2');
}

@font-face {
  font-family: 'NanumSquareNeo-Bd';
  src: url("https://cdn.banggooso.com/assets/fonts/NanumSquareNeo-cBd.ttf") format('ttf'),
  url("https://cdn.banggooso.com/assets/fonts/NanumSquareNeoOTF-Bd.otf") format('otf'),
  url("https://cdn.banggooso.com/assets/fonts/NanumSquareNeoTTF-cBd.woff") format('woff'),
  url("https://cdn.banggooso.com/assets/fonts/NanumSquareNeoTTF-cBd.woff2") format('woff2');
}

@font-face {
  font-family: 'NanumSquareNeo-Rg';
  src: url("https://cdn.banggooso.com/assets/fonts/NanumSquareNeo-bRg.ttf") format('ttf'),
  url("https://cdn.banggooso.com/assets/fonts/NanumSquareNeoOTF-Rg.otf") format('otf'),
  url("https://cdn.banggooso.com/assets/fonts/NanumSquareNeoTTF-bRg.woff") format('woff'),
  url("https://cdn.banggooso.com/assets/fonts/NanumSquareNeoTTF-bRg.woff2") format('woff2');
}

@font-face {
  font-family: 'NanumSquareNeo-Lt';
  src: url("https://cdn.banggooso.com/assets/fonts/NanumSquareNeo-aLt.ttf") format('ttf'),
  url("https://cdn.banggooso.com/assets/fonts/NanumSquareNeoOTF-Lt.otf") format('otf'),
  url("https://cdn.banggooso.com/assets/fonts/NanumSquareNeoTTF-aLt.woff") format('woff'),
  url("https://cdn.banggooso.com/assets/fonts/NanumSquareNeoTTF-aLt.woff2") format('woff2');
}

/* 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;
  border-radius: 0.1rem;
}

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

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

.game-wrapper.basic .app-main {
  background-color: #FCFCFC;
}

/* 헤더 */

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

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

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

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

/* 인트로 스타일 */

.game-intro {
  background-image: url('https://cdn.banggooso.com/assets/images/game220/intro/intro_background.png');
  background-position: center top -4rem !important;
  padding-bottom: 9rem !important;
}

.game-intro .title {
  width: 31.25rem;
  height: 26.5rem;
  background-image: url('https://cdn.banggooso.com/assets/images/game220/intro/intro_background_top.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
}

.game-intro .title img {
  width: 20.625rem;
  height: 10.5rem;
  transform: rotate(1deg);
  flex-shrink: 0;
}

.game-intro .rolling {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
  position: absolute;
  bottom: 4rem;
}

.game-intro .rolling .text_1,
.game-intro .rolling .text_2 {
  display: flex;
  width: 7.5rem;
  padding: 0.375rem 0.75rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  background: #FFF4FA;
  color: #EB6FBD;
  -webkit-text-stroke: 0.3px #EB6FBD;
  font-family: "NanumSquareNeo-Rg";
  font-size: 1.25rem;
  font-style: normal;
  line-height: 1.625rem;
}

.game-intro .btn-wrap {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-1.5rem);
  position: relative;
}

.game-intro .btn-wrap .btn-game-start {
  width: 26.25rem;
  height: 5rem;
  display: flex;
  padding: 1.375rem 0rem;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  align-self: stretch;
  background: #000;
  color: white;
  box-shadow: none;
  border-radius: 0;
  border: none;
  font-family: 'NanumSquareNeo-Eb';
  line-height: 2.25rem;
  font-size: 1.5rem;
}

.game-intro .btn-wrap .btn-game-start img {
  width: 1.5rem;
  height: 1.5rem;
}

.game-intro .game-count {
  margin: 2rem 0 3.5rem 0;
}

.game-intro .game-count .count-label {
  color: #000;
  text-align: center;
  font-family: 'NanumSquareNeo-Bd';
  font-size: 1.125rem;
  font-style: normal;
  line-height: 1.6875rem;
}

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

.game-intro .game-count .count-num-container {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'NanumSquareNeo-Hv';
  font-size: 1.75rem;
  font-style: normal;
  line-height: 2.625rem;
  color: #000;
}

.game-intro .game-count .count-num {
  color: #000;
  text-align: center;
  font-family: 'NanumSquareNeo-Hv';
  font-size: 1.75rem;
  font-style: normal;
  line-height: 2.625rem;
}

/* 인트로 공유하기 */

.share-sns-list .list-title span {
  color: #898989;
  text-align: center;
  font-family: 'NanumSquareNeo-Bd';
  font-size: 1.125rem;
  font-style: normal;
  line-height: 1.6875rem
}

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

.share-sns-list .list li .btn-share.kakao {
  width: 3.375rem;
  height: 3.375rem;
  background-image: url('https://cdn.banggooso.com/assets/images/game220/intro/intro_kakao.png');
}

.share-sns-list .list li .btn-share.instagram {
  width: 3.375rem;
  height: 3.375rem;
  background-image: url('https://cdn.banggooso.com/assets/images/game220/intro/intro_instagram.png');
}

.share-sns-list .list li .btn-share.facebook {
  width: 3.375rem;
  height: 3.375rem;
  background-image: url('https://cdn.banggooso.com/assets/images/game220/intro/intro_facebook.png');
}

.share-sns-list .list li .btn-share.twitter {
  width: 3.375rem;
  height: 3.375rem;
  background-image: url('https://cdn.banggooso.com/assets/images/game220/intro/intro_twitter.png');
}

.share-sns-list .list li .btn-share.link-copy {
  width: 3.375rem;
  height: 3.375rem;
  background-image: url('https://cdn.banggooso.com/assets/images/game220/intro/intro_link.png');
}

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

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

/* 문제 스타일 */

.progress_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

.progress_container .title img {
  width: 12.5rem;
  height: 2.5rem;
  margin-bottom: 0.62rem;
}

.progress_container .progress_bar .progress {
  width: 31.25rem;
  background: #e8e8e8;
}

.progress_container .progress_bar .progress .progress_inner {
  height: 0.25rem;
  background-color: #000;
}

.question_1,
.question_2,
.question_3,
.question_4,
.question_5,
.question_6,
.question_7,
.question_8,
.question_9,
.question_10 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 6.25rem;
}

.question img {
  width: 23.4375rem;
  height: 15.625rem;
}

.question .arguementText {
  display: flex;
  padding: 0.375rem 0.625rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  background: #fff4fa;
  color: #eb6fbd;
  -webkit-text-stroke: 0.3px #EB6FBD;
  font-family: 'NanumSquareNeo-Rg';
  font-size: 1.125rem;
  font-style: normal;
  line-height: 1.4625rem;
  margin: 1.25rem 0 0.75rem 0;
}

.question p {
  color: #000;
  text-align: center;
  font-family: 'NanumSquareNeo-Eb';
  font-size: 1.5625rem;
  font-style: normal;
  line-height: 2.34375rem;
  margin-bottom: 1.25rem;
}

.answer_container .answer-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  position: relative;
}

.answer_container .vs_image {
  width: 2.125rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.answer_container .answer-list .answer-box {
  width: 26.25rem;
  height: 6.5rem;
  border: 1.5px solid #000;
  background: #fff;
  color: #000;
  text-align: center;
  font-family: 'NanumSquareNeo-Bd';
  font-size: 1.25rem;
  font-style: normal;
  line-height: 1.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.answer_container .answer-list .answer-box.active {
  background: #4c4c4c;
  color: white;
}

.answer_container .answer-list .answer-box svg {
  position: absolute;
  top: 4.75rem;
  right: 0.5rem;
}

.answer_container .answer-list .answer-box svg path {
  stroke: black;
}

.answer_container .answer-list .answer-box.active svg path {
  stroke: white;
}

/* 결과 스타일 */

.game-wrapper .game-title {
  display: flex;
  padding-bottom: 0.625rem;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: #fff;
}

.game-wrapper .game-title img {
  width: 12.5rem;
  height: 2.5rem;
}

.game-result .result-container .test-result {
  display: flex;
  padding-top: 1.75rem;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}

.game-result .result-container .test-result .result-subTitle {
  color: #000;
  text-align: center;
  font-family: 'NanumSquareNeo-Rg';
  font-size: 1.125rem;
  font-style: normal;
  line-height: 1.6875rem;
}

.game-result .result-container .test-result .result {
  color: #000;
  text-align: center;
  font-family: 'NanumSquareNeo-Eb';
  font-size: 2rem;
  font-style: normal;
  line-height: 3rem;
}

.game-result .result-container .result-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

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

.game-result .result-container .landing .landing_button {
  display: flex;
  padding: 1.375rem 0.75rem;
  justify-content: center;
  align-items: center;
  background: #000;
  color: #FFF;
  font-family: 'NanumSquareNeo-Eb';
  font-size: 1.375rem;
  font-style: normal;
  line-height: 2.0625rem;
  position: relative;
  width: 27.75rem;
  height: 4.8125rem;
  margin: 1rem 0;
}

.game-result .result-container .landing .landing_button .text {
  width: 14.5625rem;
  height: auto;
  position: absolute;
  top: -1.5rem;
}

.capture-wrapper {
  border: 1.5px solid #000;
}

.capture-wrap {
  width: 21.08431rem;
  height: 17.5rem;
}

.img-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.game-result .result-container .result-image img {
  width: 21.08431rem;
  height: 17.5rem;
}

.game-result .result-container .result-image p {
  color: #898989;
  text-align: center;
  font-family: 'NanumSquareNeo-Rg';
  font-size: 0.875rem;
  font-style: normal;
  line-height: 1.3125rem;
}

.game-result .result-container .result-desc {
  padding: 0 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.game-result .result-container .result-desc .best .title,
.game-result .result-container .result-desc .worst .title {
  width: fit-content;
  display: flex;
  padding: 0.625rem 0.625rem 0.625rem 0.75rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  color: #000;
  font-family: 'NanumSquareNeo-Bd';
  font-size: 1.125rem;
  font-style: normal;
  line-height: 1.6875rem;
  border: 1.5px solid #000;
  margin: 0;
  margin-bottom: 0.88rem;
}

.game-result .result-container .result-desc .best .title img,
.game-result .result-container .result-desc .worst .title img {
  width: 1rem;
  height: 1rem;
}

.game-result .result-container .result-desc .best ul,
.game-result .result-container .result-desc .worst ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.88rem;
}

.game-result .result-container .result-desc .best ul li,
.game-result .result-container .result-desc .worst ul li {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-family: 'NanumSquareNeo-Rg';
  font-size: 1.125rem;
  color: #000;
}

.game-result .result-container .result-desc .best ul li img,
.game-result .result-container .result-desc .worst ul li img {
  width: 0.375rem;
  height: 0.75rem;
  transform: translateY(0.3rem);
  margin-right: 0.44rem;
  margin-top: 0.2rem;
}

.game-result .result-container .result_brand {
  width: 100%;
  height: auto;
  margin: 1.5rem 0;
}

/* 결과 공유하기 */

.share-sns-list.result {
  margin: 2.75rem 0 1rem 0;
}

.share-sns-list.result .list-title span {
  color: #898989;
  text-align: center;
  font-family: 'NanumSquareNeo-Bd';
  font-size: 1.125rem;
  font-style: normal;
  line-height: 1.6875rem;
}

.share-sns-list.result .list li .btn-share.kakao {
  width: 3.375rem;
  height: 3.375rem;
  background-image: url('https://cdn.banggooso.com/assets/images/game220/result/result_kakao.png');
}

.share-sns-list.result .list li .btn-share.instagram {
  width: 3.375rem;
  height: 3.375rem;
  background-image: url('https://cdn.banggooso.com/assets/images/game220/result/result_instagram.png');
}

.share-sns-list.result .list li .btn-share.facebook {
  width: 3.375rem;
  height: 3.375rem;
  background-image: url('https://cdn.banggooso.com/assets/images/game220/result/result_facebook.png');
}

.share-sns-list.result .list li .btn-share.twitter {
  width: 3.375rem;
  height: 3.375rem;
  background-image: url('https://cdn.banggooso.com/assets/images/game220/result/result_twitter.png');
}

.share-sns-list.result .list li .btn-share.link-copy {
  width: 3.375rem;
  height: 3.375rem;
  background-image: url('https://cdn.banggooso.com/assets/images/game220/result/result_link.png');
}

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

.share-sns-list .list-title .countBox {
  margin-left: 0.3rem;
}

.share-sns-list .list-title .countBox .countImg {
  background-image: url('https://cdn.banggooso.com/assets/images/game220/result/share_arrow.png');
  background-position: center;
  background-size: contain;
  width: 1.25rem;
  height: 1.25rem;
  padding: 0;
  transform: translateY(-0.2rem);
}

.share-sns-list .list-title .countBox .countNumber {
  color: #898989;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.25rem;
  font-style: normal;
  line-height: normal;
}

/* 가장 많은 유형 */

.game-result .result-box.most {
  border: none;
}

.game-result .result-box.most,
.game-intro .result-box.most {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.game-intro .result-box.most {
  border: none;
  margin: 0 0 7rem 0;
  padding: 0;
}

.game-result .result-box.most .deco_1,
.game-intro .result-box.most .deco_1 {
  width: 0.9375rem;
  height: 0.9375rem;
  margin-bottom: 0.5rem;
}

.game-result .result-box.most .result-box-title > span,
.game-intro .result-box.most .result-box-title > span {
  color: #000;
  text-align: center;
  font-family: 'NanumSquareNeo-Eb';
  font-size: 1.75rem;
  font-style: normal;
  line-height: normal;
}

.game-result .result-box.most .result-box-title::before,
.game-intro .result-box.most .result-box-title::before {
  display: none;
}


.game-result .result-box.most .result-box-title2,
.game-intro .result-box.most .result-box-title2 {
  margin-top: 0.5rem;
}

.game-result .result-box.most .result-box-title2 > small,
.game-intro .result-box.most .result-box-title2 > small {
  color: #898989;
  text-align: center;
  font-family: 'NanumSquareNeo-Rg';
  font-size: 0.875rem;
  font-style: normal;
  line-height: normal;
}

.game-result .img-halt-box {
  display: flex;
  justify-content: center;
}

.game-result .img-halt-box .list {
  width: 24rem;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}

.game-intro .img-halt-box .list li {
  flex: initial;
  width: 12rem;
}

.game-intro .img-halt-box .list li a {
  padding: 0;
}

.game-result .img-halt-box .list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  flex: 1 0 0;
  width: 12rem;
}

.game-intro .img-halt-box .list {
  justify-content: center;
  gap: 0.75rem;
}

.game-intro .img-halt-box .list li img,
.game-result .img-halt-box .list li img {
  max-width: 10rem;
  height: 8.225rem;
  border: 1.5px solid #000;
}

.game-wrapper.basic .result-box .img-halt-box ul.list > li span.label-top {
  color: #eb008b;
  text-align: center;
  font-family: 'NanumSquareNeo-Bd';
  font-size: 1.375rem;
  font-style: normal;
  line-height: normal;
  text-shadow: none;
}

.game-wrapper.basic .result-box .img-halt-box ul.list > li span.label-bottom {
  margin-bottom: 1rem;
}

.result-box .img-halt-box ul.list > li a span {
  color: #000;
  text-align: center;
  font-family: 'NanumSquareNeo-Bd';
  font-size: 1.375rem;
  font-style: normal;
  line-height: 1.625rem;
  margin-bottom: 0.5rem;
}

.result-box .img-halt-box ul.list > li span.label-bottom > em {
  color: #898989;
  text-align: center;
  font-family: 'NanumSquareNeo-Rg';
  font-size: 0.875rem;
  font-style: normal;
  line-height: normal;
}

.game-result .btn_myranking {
  margin: 0;
  width: 27.75rem;
}

.game-wrapper.basic .game-result .btn_myranking > a {
  box-shadow: none;
  background: none;
  display: flex;
  padding: 1.375rem 0.75rem;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border: 1.5px solid #eb6fbd;
  background: #fff;
  border-radius: 0;
  color: #eb6fbd;
  font-family: 'NanumSquareNeo-Eb';
  font-size: 1.375rem;
  font-style: normal;
  line-height: 2.0625rem;
}

.game-wrapper.basic .game-result .result-box .btn_myranking > a::after {
  display: none;
}

/* 다시하기 버튼 */

.game-result .btn_retest {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
}

.game-result .btn_retest > a {
  display: flex;
  width: 27.75rem;
  padding: 1.375rem 0.75rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border: 1.5px solid #000;
  background: #fff;
  color: #000;
  font-family: 'NanumSquareNeo-Eb' !important;
  font-size: 1.375rem !important;
  font-style: normal;
  line-height: 2.0625rem;
  box-shadow: none !important;
  border-radius: 0;
  background-image: none;
}

.game-result .btn_retest > a img {
  width: 1.5rem;
  height: 1.5rem;
}

/* 콘텐츠 더보기 */

.contents-more {
  background: #ffe8f3;
  border: none;
  flex-direction: column;
  width: 100%;
  border-radius: 0;
  padding: 2.5rem 0;
  margin: 0;
}

.contents-more .contents-main .contents-logo img {
  width: 8.334rem;
}

.contents-more .contents-list .game-btn {
  width: 29.125rem;
  border-radius: 0;
  margin: 0;
  text-align: left;
  padding: 1.66681rem 2.00013rem;
  position: relative;
  letter-spacing: 0.1px;
  background-color: transparent !important;
  border: none !important;
  border-top: 1.333px solid rgba(235, 111, 189, 0.2) !important;
  cursor: pointer;
  font-family: 'Pretendard';
  font-size: 1.3125rem !important;
  line-height: normal;
}

.contents-more .contents-list .game-btn a {
  color: #eb6fbd;
}

.contents-more .contents-list .game-btn:before {
  left: 90%;
  width: 2rem;
  height: 2rem;
  background-image: url('https://cdn.banggooso.com/assets/images/game220/result/expand_more.png');
  background-size: contain;
}

.contents-more .contents-main {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 1.7rem 1rem 1.7rem;
}

.contents-more .contents-list {
  margin: 0 0 0.7rem 0;
  border-left: 1px solid #373c3f;
  border-left: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contents-more .contents-list > div {
  border-top: 1px solid #373c3f;
}

.contents-more .contents-main .sub-text {
  color: #000;
  font-family: 'Pretendard';
  font-size: 1.50013rem;
  font-style: normal;
  line-height: 2.16681rem;
}

/* 추천 콘텐츠 */

.game-result .recommend-list .inner .title {
  color: #373c3f;
  font-family: 'Pretendard';
  font-size: 1.49969rem;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.033rem;
  margin-bottom: 0.5rem;
}

.game-result .recommend-list {
  background: #ffe8f3;
}

.game-result .recommend-list:before {
  background: #eb6fbd;
  height: 17rem;
}

.game-result .recommend-list .inner {
  margin: 0 1.5rem;
}

.game-result .recommend-list .swiper-slide {
  width: 10.831rem;
  height: 13.33044rem;
}

.game-result .recommend-list .slide-box {
  width: 10.831rem;
  height: 13.33044rem;
}

.game-result .recommend-list .slide-box .img-box {
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 0;
  width: 100.5%;
  height: 100%;
}

.game-result .recommend-list .slide-box .slide-text {
  width: 10.164rem;
  padding: 0;
  position: absolute;
  bottom: 0.3rem;
  left: 51%;
  transform: translateX(-50%);
  color: #373c3f;
  font-family: 'Pretendard';
  font-size: 0.99981rem;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.022rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.game-result .recommend-list .slide-box .link {
  padding: 0;
}

.game-result .recommend-list .btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 0 6rem 0;
}

.btn-white-round {
  width: 15.24669rem;
  height: 3.99913rem;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #373c3f;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.24975rem;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.0275rem;
}

/* 모달 스타일 */

.dim {
  display: none;
  background: rgba(0, 0, 0, 0.50);
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}

.dim .input_modal,
.dim .detail_container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.dim .modal_container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #FCFCFC;
  width: 28.25rem;
  height: 39.875rem;
}

.dim .modal_container.fit_content {
  height: fit-content;
}

.dim .modal_container .close {
  position: absolute;
  top: 0.87rem;
  right: 0.87rem;
  width: 2rem;
  height: 2rem;
}

.dim .input_modal .title {
  color: #000;
  font-family: 'NanumSquareNeo-Eb';
  font-size: 1.375rem;
  font-style: normal;
  line-height: 2.0625rem;
  position: relative;
  letter-spacing: normal;
  padding: 0.75rem 1.5rem 0 1.5rem;
  margin-bottom: 0.75rem;
}

.dim .input_modal .title .title_line {
  width: 10.625rem;
  height: 0.5rem;
  position: absolute;
  left: 1.25rem;
  bottom: -0.3rem;
}

.dim .input_modal .input_container {
  overflow: scroll;
}

.dim .input_modal .userInfo {
  display: flex;
  padding: 0.375rem 2rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
  align-self: stretch;
}

.dim .input_modal .userInfo .title {
  padding: 0;
  color: #000;
  font-family: 'NanumSquareNeo-Bd';
  font-size: 1.125rem;
  font-style: normal;
  line-height: 1.6875rem;
  margin: 0;
}

.dim .input_modal .userInfo .title span {
  color: #EB008B;
  margin-left: 0.2rem;
}

.dim .input_modal .userInfo .name,
.dim .input_modal .userInfo .number {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #898989;
  font-family: 'NanumSquareNeo-Bd';
  font-size: 1rem;
  font-style: normal;
  line-height: 1.5rem;
  margin-top: 0.25rem;
}

.dim .input_modal .userInfo .name input,
.dim .input_modal .userInfo .number input {
  width: 21rem;
  height: 3.69rem;
  padding: 1rem 0.75rem;
  border: 1px solid #EDEDED;
  font-family: 'NanumSquareNeo-Bd';
  font-size: 1.125rem;
  font-style: normal;
  line-height: 1.6875rem;
}

.dim .input_modal .userInfo .name input::placeholder,
.dim .input_modal .userInfo .number input::placeholder {
  color: #CBCBCB;
}

.dim .input_modal .sns {
  height: 15rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.dim .input_modal .sns .sns_share {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24.3rem;
  gap: 0.25rem;
  padding: 0.375rem 0;

}

.dim .input_modal .sns .sns_share .title {
  padding: 0;
  color: #000;
  font-family: 'NanumSquareNeo-Bd';
  font-size: 1.125rem;
  font-style: normal;
  line-height: 1.6875rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  width: 24.3rem;
  margin: 0;
}

.dim .input_modal .sns .sns_share .title .event_text {
  width: 12.875rem;
  height: auto;
}

.dim .input_modal .sns .sns_share .checkbox_container {
  display: flex;
  gap: 1.75rem;
  width: 100%;
  margin: 0.25rem 2rem 0.125rem 2rem;
}

.dim .input_modal .sns .sns_share .checkbox_container .instagram,
.dim .input_modal .sns .sns_share .checkbox_container .twitter {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.dim .input_modal .sns .sns_share .checkbox_container .instagram .checkbox,
.dim .input_modal .sns .sns_share .checkbox_container .twitter .checkbox {
  width: 1.46094rem;
  height: 1.375rem;
  background-image: url('https://cdn.banggooso.com/assets/images/game220/modal/inactive_checkbox.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.dim .input_modal .sns .sns_share .checkbox_container .instagram p,
.dim .input_modal .sns .sns_share .checkbox_container .twitter p {
  font-size: 1.125rem;
  font-family: 'NanumSquareNeo-Bd';
  color: #808080;
  font-style: normal;
  line-height: 1.6875rem;
}

.dim .input_modal .sns .sns_share .instagram_input_container,
.dim .input_modal .sns .sns_share .twitter_input_container {
  display: none;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  gap: 0.5rem;
  margin-top: 0.25rem;
}

.dim .input_modal .sns .sns_share .instagram_input_container label,
.dim .input_modal .sns .sns_share .twitter_input_container label {
  color: #898989;
  font-family: 'NanumSquareNeo-Bd';
  font-size: 1rem;
  font-style: normal;
  line-height: 1.5rem;
}

.dim .input_modal .sns .sns_share .instagram_input_container input,
.dim .input_modal .sns .sns_share .twitter_input_container input {
  display: flex;
  padding: 1rem 0.75rem;
  align-items: center;
  align-self: stretch;
  border: 1px solid #EDEDED;
  background: #FFF;
  font-family: 'NanumSquareNeo-Bd';
  font-size: 1.125rem;
  font-style: normal;
  line-height: 1.6875rem;
}

.dim .input_modal .sns .sns_share .instagram_input_container input::placeholder,
.dim .input_modal .sns .sns_share .twitter_input_container input::placeholder {
  color: #CBCBCB;
}

.dim .input_modal .sns .notification {
  word-break: keep-all;
  padding: 0.75rem 0.5rem 0.875rem 0.5rem;
  margin: 0.75rem 2rem 0 2rem;
  color: #898989;
  font-family: 'NanumSquareNeo-Bd';
  font-size: 0.8125rem;
  font-style: normal;
  line-height: 1.21875rem;
  letter-spacing: normal;
  background-color: #f6f6f6;
  width: 24.3rem;
}

.dim .input_modal .sns .notification a {
  color: #eb008b;
}

.dim .input_modal .personal_info {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1.75rem;
  margin-top: 0.75rem;
}

.dim .input_modal .personal_info .container {
  width: 25.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.875rem;
  letter-spacing: normal;
  line-height: 1.40625rem !important;
  font-family: 'NanumSquareNeo-Bd';
}

.dim .input_modal .personal_info img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.458rem;
  height: 1.458rem;
}

.dim .input_modal .personal_info .detail {
  color: #898989;
}

.dim .input_modal .submit_button {
  margin: 1.25rem 1.5rem 1.5rem 1.5rem;
  width: 25.25rem;
  padding: 1.375rem 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #CBCBCB;
  color: #FFF;
  font-family: 'NanumSquareNeo-Eb';
  font-size: 1.375rem;
  font-style: normal;
  line-height: 2.0625rem;
}

.dim .input_modal .submit_button.active {
  background: black;
  color: white;
}

.dim .detail_container {
  display: none;
}

.dim .detail_container .title {
  color: #000;
  font-family: 'NanumSquareNeo-Eb';
  font-size: 1.375rem;
  font-style: normal;
  line-height: 2.0625rem;
  display: flex;
  padding: 0.75rem 1.5rem 0.625rem 1.5rem;
  align-items: center;
  align-self: stretch;
}

.dim .detail_container .title img {
  width: 1.5rem;
  height: auto;
}

.dim .detail_container p {
  margin: 0 2rem;
  padding: 0.84rem 0 2.34rem 0;
  color: #898989;
  font-family: 'NanumSquareNeo-Bd';
  font-size: 0.875rem;
  font-style: normal;
  line-height: 1.3125rem;
  letter-spacing: normal;
}

.dim .detail_container p span {
  font-family: 'NanumSquareNeo-Eb';
}

.dim .success {
  display: none;
  width: 28.25rem;
  height: 30.5rem;
  flex-direction: column;
  align-items: center;
  background: #FCFCFC;
  position: relative;
}

.dim .success .title {
  color: #000;
  font-family: 'NanumSquareNeo-Eb';
  font-size: 1.375rem;
  font-style: normal;
  line-height: 2.0625rem;
  padding: 1rem 0 0 1.5rem;
  align-self: flex-start;
  margin-bottom: 0.5rem;
}

.dim .success .content {
  overflow: scroll;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.dim .success .content .detail .title svg {
  transition: transform 0.5s linear;
}

.dim .success .success_image {
  width: 21.875rem;
  height: 12.5rem;
  flex-shrink: 0;
}

.dim .success .alert {
  color: #EB008B;
  text-align: center;
  font-family: 'NanumSquareNeo-Bd';
  font-size: 1.25rem;
  font-style: normal;
  line-height: 1.875rem;
  margin-top: 0.75rem;
}

.dim .success .detail .title {
  color: #898989;
  font-family: 'NanumSquareNeo-Bd';
  font-size: 0.875rem;
  font-style: normal;
  line-height: 1.3125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0 0 0;
}

.dim .success .detail .title span {
  color: #000;
  line-height: 1.3125rem;
  text-decoration-line: underline;
  margin-right: 0.2rem;
  margin-left: 0.5rem;
}

.dim .success .detail .text_area {
  display: none;
  word-break: keep-all;
  color: #898989;
  font-family: 'NanumSquareNeo-Rg';
  font-size: 0.75rem;
  font-style: normal;
  line-height: 1.125rem;
  padding: 0 2rem;
}

.dim .success .landing_button {
  display: flex;
  padding: 1.375rem 0.75rem;
  justify-content: center;
  align-items: center;
  background: #000;
  color: #FFF;
  font-family: 'NanumSquareNeo-Eb';
  font-size: 1.375rem;
  font-style: normal;
  line-height: 2.0625rem;
  position: relative;
  width: 25.25rem;
  height: 4.8125rem;
  margin: 3.5rem 0 1.5rem 0;
}

.dim .success .landing_button img {
  position: absolute;
  top: -2.8rem;
  width: 9.19rem;
  height: auto;
  animation: animationBounce 1.2s infinite;
}

@keyframes animationBounce {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-0.2rem);
  }

  100% {
    transform: translateY(0);
  }
}

/* 전체 유형 순위 */

.test-lists-wrap .title {
  width: 100%;
  background-color: #fff;
  padding: 0 0 0.63rem 0;
  margin: 0;
}

.test-lists-wrap .title::before {
  display: none;
}

.test-lists-wrap .title img {
  width: 12.5rem;
  height: 2.5rem;
}

.test-lists-wrap .rank_title_wrap .rank-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: #000;
  text-align: center;
  font-family: 'NanumSquareNeo-Eb';
  font-size: 1.625rem;
  font-style: normal;
  line-height: normal;
  margin: 2rem 0 1.5rem 0;
}

.test-lists-wrap .rank_title_wrap .rank-title .deco_1 {
  width: 0.9375rem;
  height: 0.9375rem;
}

.game-wrapper .test-lists-wrap .test-lists .test-list-item {
  padding: 1.125rem 1rem;
  align-self: stretch;
  border: 1.5px solid #000;
  background: #FFF;
  border-radius: 0;
  margin-bottom: 1rem;
}

.game-wrapper .test-lists-wrap .test-lists .test-list-item .item-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.game-wrapper .test-lists-wrap .test-lists .test-list-item .item-wrap .content {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  flex: 1 0 0;
}

.game-wrapper .test-lists-wrap .test-lists .test-list-item .item-wrap .content .num {
  width: 1.5rem;
  color: #333;
  text-align: center;
  font-family: 'NanumSquareNeo-Bd';
  font-size: 1.5rem;
  font-style: normal;
  line-height: normal;
  text-shadow: none;
  margin: 0;
}

.test-lists-wrap .test-lists .test-list-item.rank_list .percen {
  display: flex;
  padding: 0.25rem 0.625rem;
  justify-content: center;
  align-items: center;
  border-radius: 0.25rem;
  background: #FFF4FA;
  color: #EB6FBD;
  font-family: 'NanumSquareNeo-Bd';
  font-size: 0.875rem;
  font-style: normal;
  line-height: normal;
  width: fit-content;
}

.game-wrapper .test-lists-wrap .test-lists .test-list-item .item-wrap .content .num .item-info p {
  color: #333;
  font-family: 'NanumSquareNeo-Bd';
  font-size: 1rem;
  font-style: normal;
  line-height: 1.25rem;
}

.game-wrapper.basic .test-lists-wrap .test-lists .test-list-item .item-wrap .item-info .item-title p {
  color: #333;
  font-family: 'NanumSquareNeo-Eb';
  font-size: 1.4375rem;
  font-style: normal;
  line-height: 1.875rem;
}

.test-lists-wrap .test-lists .test-list-item .item-wrap .item-info p {
  font-family: 'NanumSquareNeo-Bd';
}

.plus {
  color: black !important;
  font-size: 1.75rem !important;
  font-family: 'NanumSquareNeo-Eb' !important;
}