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

/* reset.css */

html,
body {
  font-size: 16px;
  margin: 0;
  padding: 0;
}

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

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

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

.game-wrapper.basic .app-header {
  height: 4.063rem;
  background-color: #a5aff8;
  border: none;
}

.game-wrapper .app-header .app-logo {
  background-size: 85%;
}

.game-wrapper .app-header .app-header-btn.back {
  background-image: url('https://cdn.banggooso.com/assets/images/game210/icon/chevron_left.png');
  background-size: 75%;
}

/* 인트로 */
.game-wrapper.basic .game-intro {
  position: relative;
  background-image: url('https://cdn.banggooso.com/assets/images/game210/background/intro-background.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.game-intro.started {
  display: none;
}

.game-intro .sub-title {
  font-size: 1.625rem;
  color: #573f7d;
  line-height: 1.939rem;
  padding-top: 3.5rem;
  font-family: 'Pretendard-600';
  display: flex;
  justify-content: center;
  align-items: center;
}

.game-intro .title-image {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.game-intro .title {
  width: 22.813rem;
  height: auto;
  margin: 1rem 0;
}

.game-intro .content-swiper-wrapper {
  width: 35.813rem;
}

.game-intro .swiper {
  height: 14rem;
}

.game-intro .swiper-slide {
  width: auto;
  height: 8.563rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding-top: 2rem;
  overflow: visible !important;
}

.game-intro .swiper-slide-active {
  scale: 1.3;
}

.game-intro .swiper-slide img {
  width: 5.688rem;
  height: auto;
}

.game-intro .swiper-slide .text {
  min-width: 6rem;
  background-color: #0000001a;
  border-radius: 0.25rem;
  color: white;
  font-family: 'Pretendard-700';
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0.2rem;
  text-align: center;
  line-height: 1.188rem;
  letter-spacing: normal;
}

.content-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.game-intro .container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}

.game-intro .btn-wrap {
  margin: 0;
  width: 27.5rem;
  height: 5rem;
  margin: 1.5rem 0;
}

.game-intro .btn-game-start {
  width: 100%;
  height: 100%;
  box-shadow: none;
  border: none;
  background-color: #844edc;
  box-shadow: 0 0 1.25rem #844edc80;
  color: white;
  font-family: 'Pretendard-700';
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.game-intro .btn-game-start:active {
  opacity: 0.8;
}

.game-intro .game-count {
  width: 85%;
  padding: 0.7rem 0 1.2rem 0;
  margin: 0;
  border-bottom: 1px solid #573f7d;
}

.notification {
  font-family: 'Pretendard-400';
  font-size: 0.75rem;
  color: #573f7db2;
  text-align: center;
  margin-top: 0.5rem;
}

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

.share-sns-list .list-title {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem 0 0.5rem 0;
}

.share-sns-list .list-title span {
  font-family: 'Pretendard-600';
  font-size: 1.375rem;
  color: #573f7d;
}

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

.share-sns-list .list-title .countBox .countNumber {
  font-family: 'Pretendard-500';
  font-size: 1.125rem;
  color: #573f7d;
}

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

.share-sns-list .btn-share {
  width: 3.375rem;
  height: 3.375rem;
}

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

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

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

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

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

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

.game-intro .result-box {
  margin: 3rem 0 7rem 0;
  width: 27.5rem;
  background-color: #ffffff59;
  border: 2px solid #ffffff4d;
  border-radius: 0.75rem;
  padding: 1.5rem 0 2.5rem 0;
}

.game-intro .game-count .count-label {
  font-family: 'Pretendard-500';
  font-size: 1.5rem;
  color: #573f7d;
}

.game-intro .game-count .count-num {
  font-family: 'Pretendard-600';
  color: #573f7d;
  font-size: 2.625rem;
  line-height: 3.125rem;
}

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

.game-intro .result-box .result-box-title {
  font-family: 'Pretendard-700';
  font-size: 1.625rem;
  color: #573f7d;
}

.game-intro .result-box .result-box-title2 > small {
  font-family: 'Pretendard-400';
  font-weight: 400;
  font-size: 0.875rem;
  color: #573f7d;
}

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

.game-intro .img-halt-box .list li img {
  width: 9.688rem;
  height: 9.688rem;
  max-width: none;
}

.game-wrapper.basic .result-box .img-halt-box ul.list > li span.label-top {
  text-shadow: none;
  font-family: 'Pretendard-700';
  font-size: 1.5rem;
  color: #573f7d;
  margin: 0;
}

.result-box .img-halt-box ul.list > li a span {
  font-family: 'Pretendard-600';
  line-height: 1.625rem;
}

.game-wrapper.basic .result-box .img-halt-box ul.list > li span.label-bottom {
  font-size: 1.25rem;
  color: #573f7d;
  font-weight: 500;
  margin: 0.3rem 0 1rem 0;
  line-height: 1rem;
}

.result-box .img-halt-box ul.list > li span.label-bottom > em {
  font-family: 'Pretendard-400' !important;
  font-weight: 400;
  color: #573f7d;
  font-size: 0.875rem;
}

/* 스탭 */

.game-wrapper.basic .game-wrap {
  background-image: url('https://cdn.banggooso.com/assets/images/game210/background/intro-background.png');
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: scroll;
}

.game-wrapper .game-title {
  height: 3.75rem;
  font-family: 'Pretendard-700';
  font-size: 1.5rem;
  color: white;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}

.game-wrapper.basic .test-progress-header {
  padding: 0;
}

.game-wrapper.basic .test-controller-top {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.75rem;
}

.game-wrap .game-progress {
  height: 0.313rem;
}

.game-wrap .game-progress .game-progress-inner {
  height: 0.313rem;
  background-color: #844edc;
}

.test-step-1,
.test-step-2,
.test-step-3,
.test-step-4,
.test-step-5,
.test-step-6,
.test-step-7,
.test-step-8,
.test-step-9,
.test-step-10,
.test-step-11,
.test-step-12,
.test-step-13,
.test-step-14,
.test-step-15,
.test-step-16,
.test-step-17,
.test-step-18,
.test-step-19 {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  height: 100%;
  padding: 0 1.875rem;
}

.question-image {
  width: 9.375rem;
  height: auto;
  margin: 1.75rem 0 0.75rem 0;
}

.select-item-image {
  position: relative;
}

.house-image {
  width: 13.125rem;
  height: 13.125rem;
  border-radius: 1.25rem;
}

.select-dim {
  position: absolute;
  top: 0;
  width: 13.125rem;
  height: 13.125rem;
  z-index: 999;
  border-radius: 1.25rem;
  background-image: url('https://cdn.banggooso.com/assets/images/game210/icon/check_circle.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30% 30%;
  background-color: #00000033;
  border: 5px solid #844edc;
  opacity: 0;
}

.check-circle {
  width: 3.875rem;
  height: 3.875rem;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -35%);
}

.question {
  font-size: 2rem;
  text-align: center;
  padding-bottom: 1.5rem;
  font-size: 1.875rem;
  font-family: 'Pretendard-700';
  line-height: 2.5rem;
}

.pop-text.question-text {
  font-family: 'Pretendard-700';
  font-size: 2rem;
  color: white;
  margin-top: 2rem;
}

.pop-text.sub-question-text {
  font-family: 'Pretendard-500';
  font-size: 1.25rem;
  color: white;
  text-align: center;
  margin-bottom: 2rem;
  line-height: 1.688rem;
}

.input-area-wrapper {
  width: 27.5rem;
}

.input-area {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.input-area-wrapper .input-area label {
  font-family: 'Pretendard-500';
  font-size: 1.25rem;
  color: white;
}

.input-area-wrapper .input-area .username-container {
  position: relative;
  border-bottom: 2px solid white;
  padding-bottom: 0.5rem;
}

.input-area-wrapper .input-area .username-container .cancel-image {
  opacity: 0;
  position: absolute;
  top: 20%;
  right: 0.5rem;
  transform: translateY(-20%);
  z-index: 999;
}

.input-area-wrapper .input-area .username-container img {
  width: 1.75rem;
  height: 1.75rem;
}

.input-area-wrapper .input-area .select-tag {
  position: relative;
}

.input-area-wrapper .input-area label {
  margin-top: 1.5rem;
}

.input-area-wrapper .input-area input {
  background: transparent;
  font-size: 1.625rem;
  outline: none;
  color: white;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  font-family: 'Pretendard-700';
  letter-spacing: normal;
}

.input-area-wrapper .input-area #age,
.input-area-wrapper .input-area #gender,
.input-area-wrapper .input-area #location {
  background: transparent;
  font-size: 1.625rem;
  border-bottom: 2px solid white;
  outline: none;
  padding-bottom: 0.5rem;
  color: white;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  font-family: 'Pretendard-700';
  letter-spacing: normal;
}

.input-area-wrapper .input-area #age,
.input-area-wrapper .input-area #gender,
.input-area-wrapper .input-area #location {
  color: #ffffff80;
}

.input-area-wrapper .input-area .select-tag img {
  width: 1.875rem;
  height: 1.875rem;
  position: absolute;
  top: 30%;
  right: 0.5rem;
  transform: translateY(-30%);
}

.input-area-wrapper .input-area input::placeholder {
  color: #ffffff80;
}

.input-area-wrapper .input-area .btn-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.input-area-wrapper .input-area .btn-container .male,
.input-area-wrapper .input-area .btn-container .female {
  width: 13.375rem;
  height: 4.5rem;
  border-radius: 0.5rem;
  padding: 1.25rem;
  background-color: #ffffff4d;
  border: 1px solid #ffffff80;
  font-family: 'Pretendard-700';
  font-size: 1.625rem;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.input-area-wrapper .input-area .others {
  width: 27.5rem;
  height: 4.5rem;
  border-radius: 0.5rem;
  padding: 1.25rem;
  background-color: #ffffff4d;
  border: 1px solid #ffffff80;
  font-family: 'Pretendard-700';
  font-size: 1.625rem;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.5rem;
}

.input-area-wrapper .input-area div .circle {
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  background-image: url('https://cdn.banggooso.com/assets/images/game210/icon/radio_button_unchecked.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.select-area {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding-bottom: 6.25rem;
}

.select-area.step2 {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.select-area.step2 .select-area a {
  font-size: 1rem !important;
}

.select-area a {
  width: 27.5rem;
  height: 6.875rem;
  border-radius: 0.5rem;
  font-size: 1.375rem;
  font-family: 'Pretendard-600';
  display: flex;
  justify-content: center;
  align-items: center;
  color: #573f7d;
  text-align: center;
  background-color: #ffffffb2;
  border: 1px solid #ffffff80;
  letter-spacing: normal;
  padding: 0 1.25rem;
}

.select-area a:active {
  background-color: #844edc;
  color: white;
}

.select-area.step2 a {
  width: 13.125rem;
  height: 17.563rem;
  flex-direction: column;
  background-color: transparent;
  border: none;
  letter-spacing: normal;
  gap: 0.5rem;
  color: white;
  line-height: 1.79rem;
  padding: 0;
}

.user-input-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.selected {
  background-color: #844edc !important;
}

.selected .circle {
  background-image: url('https://cdn.banggooso.com/assets/images/game210/icon/check_circle_white.png') !important;
  background-position: center;
  background-size: 120% 120% !important;
  background-repeat: no-repeat;
}

.result-btn {
  width: 100%;
  height: 5rem;
  background-color: #d6d6d6;
  font-family: 'Pretendard-700';
  font-size: 1.5rem;
  color: white;
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dim {
  width: 100%;
  height: 100%;
  background-color: #000000b2;
  position: absolute;
  top: 0;
  display: none;
}

.selection {
  width: 100%;
  height: 60%;
  background-color: white;
  position: absolute;
  z-index: 999;
  bottom: 0;
  animation: moveUp 0.3s linear;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  display: none;
  flex-direction: column;
}

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

.selection p {
  font-family: 'Pretendard-600';
  font-size: 1.625rem;
  color: #573f7d;
  padding: 1.875rem 1.875rem 1.25rem 1.875rem;
}

.selection ul {
  overflow: scroll;
  height: 80%;
}

.selection .age-item,
.selection .gender-item,
.selection .location-item {
  height: 4.563rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: 'Pretendard-500';
  font-size: 1.5rem;
  color: #573f7d;
  padding: 1.375rem 1.875rem;
  letter-spacing: normal;
}

.selection .age-item:hover,
.selection .gender-item:hover,
.selection .location-item:hover {
  background-color: #ece1ff;
}

/* 결과 */
.game-wrapper.basic .game-result {
  padding: 0;
  background-image: url('https://cdn.banggooso.com/assets/images/game210/background/result-background.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.result-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.25rem 0;
  font-size: 2.5rem;
  font-family: 'Pretendard-700';
  color: white;
  text-shadow: 0 0 5px #4d1486;
  line-height: 2.983rem;
}

.result-title p {
  font-family: 'Pretendard-600';
  font-size: 1.5rem;
  color: #573f7d;
  text-shadow: none;
}

.result-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 3rem;
  gap: 1.5rem;
}

.result-container .result-main {
  width: 27.5rem;
  background-color: #ffffff4d;
  border: 1.5px solid #ffffff80;
  border-radius: 1.25rem;
  padding: 1.5rem 1.5rem 3.125rem 1.5rem;
}

.result-container .result-main .result-desc {
  text-align: center;
  font-family: 'Pretendard-700';
  font-size: 1.75rem;
  color: #573f7d;
  line-height: 2.125rem;
}

.result-container .result-main .result-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.75rem 0 0.5rem 0;
}

.result-container .result-main .result-info .info-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
}

.result-container .result-main .result-info .info-image img {
  width: 10.75rem;
  height: 10.75rem;
}

.result-container .result-main .result-info .info-image p {
  font-size: 1.125rem;
  font-family: 'Pretendard-400';
  color: #573f7d;
}

.result-container .result-main .result-info .info-desc {
  width: 13rem;
  height: 11rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.result-container .result-main .result-info ul {
  font-size: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}

.result-container .result-main .result-info ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Pretendard-500';
  color: #573f7d;
}

.result-container .result-main .result-info ul li div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.result-container .result-main .result-info ul li .bar {
  width: 0.313rem;
  height: 1.125rem;
  background-color: #844edc;
  margin-right: 0.3rem;
}

.result-container .result-main .result-info ul li span {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  width: 9.375rem;
  height: 2.5rem;
  border-radius: 0.5rem;
  background-color: #36008e1a;
  font-size: 1.2rem;
  font-family: 'Pretendard-700';
  margin-left: 0.625rem;
}

.result-container .result-main .result-stats {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2rem;
}

.result-container .result-main .result-stats > p {
  font-family: 'Pretendard-700';
  font-size: 1.5rem;
  color: #573f7d;
  width: 100%;
  line-height: 1.79rem;
}

.result-container .result-main .result-stats ul {
  font-size: 1.125rem;
  font-family: 'Pretendard-500';
  color: #573f7d;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1.25rem;
}

.result-container .result-main .result-stats ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
}

.result-container .result-main .result-stats ul li .stat-desc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Pretendard-500';
}

.result-container .result-main .result-stats ul li .progress-bar {
  width: 100%;
  height: 0.7rem;
  border-radius: 1rem;
  background-color: #ffffff80;
}

.result-container .result-main .result-stats ul li .progress-bar .progress-track {
  border-radius: 1rem;
}

.result-container .result-summary {
  width: 27.5rem;
  background-color: #ffffff4d;
  border: 1.5px solid #ffffff80;
  border-radius: 1.25rem;
  padding: 1.5rem 1.5rem 3rem 1.5rem;
}

.result-container .result-summary .report-title {
  text-align: center;
  font-family: 'Pretendard-700';
  font-size: 1.75rem;
  color: #573f7d;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

.result-container .result-summary .report-title img {
  width: 1rem;
  height: 1rem;
}

.result-container .result-summary .report-content {
  margin: 1rem 0;
}

.result-container .result-summary .report-content .report-content-title {
  text-align: center;
  font-family: 'Pretendard-600';
  font-size: 1.5rem;
  color: #844edc;
  line-height: 1.875rem;
}

.result-container .result-summary .report-content ul {
  font-family: 'Pretendard-400';
  font-size: 1.25rem;
  color: #573f7d;
  padding-left: 1.5rem;
  margin: 0.75rem 0 1rem 0;
}

.result-container .result-summary .report-content ul li {
  list-style-type: disc !important;
  line-height: 2.125rem;
}

.result-container .result-summary .report-content ul li span {
  font-family: 'Pretendard-700';
}

.result-container .result-summary .match-abilities {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  gap: 0.5rem;
}

.result-container .result-summary .match-abilities .match-abilities-title {
  font-family: 'Pretendard-700';
  font-size: 1.5rem;
  color: #844edc;
}

.result-container .result-summary .match-abilities .ability_1,
.result-container .result-summary .match-abilities .ability_2 {
  width: 23.75rem;
  height: 7.563rem;
  border-radius: 0.75rem;
  background-color: #ffffff80;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0 1rem;
}

.result-container .result-summary .match-abilities .ability_1 img,
.result-container .result-summary .match-abilities .ability_2 img {
  width: 5.063rem;
  height: auto;
}

.result-container .result-summary .match-abilities .ability_1 .power,
.result-container .result-summary .match-abilities .ability_2 .power {
  font-family: 'Pretendard-700';
  font-size: 1.25rem;
  color: #844edc;
}

.result-container .result-summary .match-abilities .ability_1 .short_desc,
.result-container .result-summary .match-abilities .ability_2 .short_desc {
  font-family: 'Pretendard-400';
  font-size: 1rem;
  color: #573f7d;
}

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

.game-wrapper.basic .game-result .most-type {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.game-wrapper.basic .game-result .result-box {
  width: 27.5rem;
  background-color: #ffffff59;
  border: 2px solid #ffffff4d;
  border-radius: 0.75rem;
  padding: 1.5rem 1rem 2rem 1rem;
}

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

.game-result .result-box .result-box-title {
  font-family: 'Pretendard-700';
  font-size: 1.625rem;
  color: #573f7d;
}

.game-result .result-box.most .result-box-title2 {
  margin: 0;
}

.game-result .result-box.most .result-box-title2 > small {
  font-family: 'Pretendard-400';
  font-weight: 400;
  font-size: 0.875rem;
  color: #573f7d;
}

.game-wrapper.basic .game-result .btn_myranking > a {
  width: 23.75rem;
  height: 4.875rem;
  border: none;
  box-shadow: none;
  background-color: #ff85d6;
  border-radius: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Pretendard-700';
  color: white;
  font-size: 1.5rem;
}

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

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

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

.game-wrapper.basic .game-result .btn_retest > a {
  width: 27.5rem;
  height: 4.875rem;
  background-color: #844edc;
  color: white;
  box-shadow: none;
  border: none;
  padding: 0;
  font-family: 'Pretendard-700';
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: none;
}

.game-wrapper.basic .game-result .btn_retest > a .restart {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

.game-wrapper.basic .game-result .btn_retest > a .restart img {
  width: 1.625rem;
  height: 1.625rem;
}

/* 콘텐츠 더보기 */
.contents-more .contents-main .contents-logo img {
  width: 28%;
}

.contents-more .contents-list .game-btn {
  width: 100%;
  border-radius: 0;
  margin: 0;
  text-align: left;
  padding: 1.5rem 1.7rem;
  position: relative;
  letter-spacing: 0.1px;
  font-size: 1.2rem !important;
  background-color: transparent !important;
  border: none !important;
  border-top: 1px solid #573f7d !important;
  cursor: pointer;
  color: #573f7d;
  font-family: 'Pretendard-500';
  font-weight: 500;
}

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

.contents-more {
  background: transparent;
  border: none;
  margin: 2.7rem 0;
  flex-direction: column;
}

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

.contents-more .contents-list {
  margin: 0 0 0.7rem 0;
  border-left: 1px solid #573f7d;
  border-left: none;
  padding: 0;
}

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

.contents-more .contents-main .sub-text {
  color: #573f7d;
  font-family: 'Pretendard-700';
  font-size: 1.3rem;
  text-align: left;
}

.game-result .recommend-list .inner {
  padding: 0 2rem;
}

.game-result .recommend-list .inner .title {
  color: #573f7d;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  padding-left: 2.7rem;
}

.game-result .recommend-list .slide-box {
  border: 0.4rem solid #573f7d;
  height: auto;
}

.game-result .recommend-list .swiper-container {
  padding-bottom: 0;
}

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

.btn-white-round {
  width: 15.313rem;
  height: 4rem;
  background-color: #844edc;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
}

/* 실시간 순위 */

.test-lists-wrap .test-lists {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 0;
  padding-bottom: 6.25rem;
}

.game-wrapper.basic .test-lists-wrap.rank-page {
  background-image: url('https://cdn.banggooso.com/assets/images/game210/background/result-background.png');
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
}

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

.test-lists-wrap .title {
  background-color: #0000001a;
  border-radius: 0.75rem;
  color: white;
  font-family: 'Pretendard-700';
  font-size: 1.688rem;
  padding: 0.75rem 1.5rem;
  margin-top: 0.75rem;
}

.game-wrapper .test-lists-wrap .test-lists .test-list-item {
  padding: 0;
  margin: 0;
  border: 1px solid #ffffff80;
  border-radius: 0.75rem;
  width: 27.5rem;
  height: 10.063rem;
  background-color: #ffffff4d;
  display: flex;
  align-items: center;
}

.test-lists li:nth-child(1) a div .item-info div {
  background-color: #844edc !important;
}

.test-lists li:nth-child(2) a div .item-info div {
  background-color: #a580e1 !important;
}

.test-lists li:nth-child(3) a div .item-info div {
  background-color: #d598fa !important;
}

.test-lists-wrap .test-lists .test-list-item .item-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 1rem 0 2rem;
}

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

.test-lists-wrap .test-lists .test-list-item.rank_list .num {
  font-family: 'Pretendard-700';
  font-size: 1.875rem;
  color: #573f7d;
  text-shadow: none;
  width: 1.5rem;
}

.test-lists-wrap .test-lists .test-list-item.rank_list .percen {
  width: 9.625rem;
  height: 1.625rem;
  background-color: #f6a5fd;
  color: white;
  border-radius: 0.333rem;
  text-align: center;
  line-height: 1.125rem;
  margin: 0;
  font-family: 'Pretendard-500';
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.938rem;
  font-weight: 500;
}

.test-lists-wrap .test-lists .test-list-item .item-wrap .item-info {
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 9.625rem;
  max-width: 13.125rem;
}

.test-lists-wrap .test-lists .test-list-item .item-wrap .item-info > p {
  font-family: 'Pretendard-500';
  font-size: 1.063rem;
  color: #573f7d;
  margin-top: 0.5rem;
}

.game-wrapper.basic .test-lists-wrap .test-lists .test-list-item .item-wrap .item-info .item-title {
  margin: 0;
}

.game-wrapper.basic .test-lists-wrap .test-lists .test-list-item .item-wrap .item-info .item-title p {
  font-family: 'Pretendard-700';
  font-size: 1.5rem;
  color: #573f7d;
  margin: 0;
  white-space: normal;
}

.test-lists-wrap .test-lists .test-list-item .item-wrap .thumb {
  width: auto;
  margin: 0;
}

.test-lists-wrap .test-lists .test-list-item .item-wrap .thumb img {
  width: 7.813rem;
  height: 7.813rem;
  margin: 0;
}

/* 영문 스타일 */

/* 인트로 */
body.en-US .game-intro .title {
  padding-top: 3.125rem;
  margin: 0 0 0.313rem 0;
  width: 27.813rem;
}

body.en-US .game-intro .sub-title {
  padding-top: 0;
  margin-bottom: 1.625rem;
  line-height: 1.938rem;
}

body.en-US .game-wrapper.basic .result-box .img-halt-box ul.list > li span.label-bottom {
  height: 4.563rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

body.en-US .swiper {
  height: 15rem;
}

body.en-US .swiper-slide .text {
  line-height: 1.188rem;
}

body.en-US .select-area a {
  letter-spacing: unset;
}

body.en-US .select-area.step2 a {
  height: auto;
  font-size: 1.275rem;
  line-height: 1.5rem;
}

body.en-US .select-area.step2 {
  align-items: flex-start;
  row-gap: 1.8rem;
}

body.en-US .result-title div {
  width: 27.5rem;
  word-break: keep-all;
  text-align: center;
  line-height: 2.813rem;
}

body.en-US .result-container .result-summary .report-title {
  font-size: 1.625rem;
}

body.en-US .result-container .result-main .result-info .info-image img {
  width: 10rem;
  height: 10rem;
}

body.en-US .result-container .result-main .result-info ul {
  align-items: flex-start;
}

body.en-US .result-container .result-main .result-info ul li {
  width: 14.063rem;
}

body.en-US .result-container .result-main .result-info ul li span {
  font-size: 1rem;
  width: 8.5rem;
  height: 2.875rem;
  text-align: center;
  line-height: 1.118rem;
}

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

body.en-US .test-lists-wrap .test-lists .test-list-item.rank_list .percen {
  width: 9.75rem;
  height: auto;
  padding: 0.25rem 0;
}

body.en-US .game-result .recommend-list:before {
  display: none;
}

body.en-US .game-result .recommend-list .inner {
  display: flex;
  justify-content: center;
}

body.en-US .game-result .recommend-list .btn-wrap {
  width: 27.5rem;
  height: 4.875rem;
  background-color: #573f7d;
  color: white;
  box-shadow: none;
  border: none;
  padding: 0;
  font-family: 'Pretendard-700';
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: none;
  border-radius: 3rem;
  margin: 1rem 0 5rem 0;
}

body.en-US .btn-white-round {
  width: auto;
  background-color: transparent;
  font-size: 1.5rem;
}

body.en-US .game-intro .swiper-slide .text {
  font-family: 'Pretendard-600';
}

body.en-US .game-intro .swiper-slide .text.small {
  font-size: 0.875rem !important;
  line-height: 1rem;
}
