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

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

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

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

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

html,
body {
  font-size: 16px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  overscroll-behavior: none;
  font-family: 'Pretendard';
  touch-action: manipulation;
}

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

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

.game-wrapper .app-header.question .app-header-btn.back:after {
  content: '애티튜터';
  width: 5.2rem;
  height: 1.8rem;
  position: absolute;
  display: block;
  color: #000;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  left: calc(100% + 0.87rem);
}

.game-wrapper .app-header.question .app-logo {
  display: none;
}

.game-wrapper .app-header .more-menu {
  display: none;
}

.game-wrapper .app-header.question .more-menu {
  position: absolute;
  display: flex;
  width: 2.25rem;
  height: 2.25rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  /* background: url('https://cdn.banggooso.com/assets/images/game262/common/more_horz.png') no-repeat center / 1.28725rem
    0.26563rem #fff; */
  background-color: #fff;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 62.4375rem;
  border: 1.25px solid #000;
}

.game-wrapper .app-header.question .more-menu ul {
  display: flex;
  gap: 0.25rem;
}

.game-wrapper .app-header.question .more-menu ul li {
  width: 0.26563rem;
  height: 0.26563rem;
  aspect-ratio: 1;
  background-color: #000;
  border-radius: 50%;
}

.game-wrapper .app-header .app-header-btn.back {
  background: url('https://cdn.banggooso.com/assets/images/game260/common/back_white.png') no-repeat center/0.66669rem
    1.3265rem;
  flex-shrink: 0;
  width: 3.5rem;
}

.game-wrapper .app-header .app-logo {
  width: 9.3025rem;
  background: url('https://cdn.banggooso.com/assets/images/game260/common/logo_white.png') no-repeat center/contain;
}

.game-wrapper.basic .app-header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 5rem;
  background: #ac86ff;
  z-index: 999;
  border-bottom: 0;
}

.game-wrapper .game-intro {
  padding: 0;
  height: 100%;
  position: relative;
}

.hidden {
  display: none !important;
}

/* 인트로 */
.intro-content {
  width: calc(100% + 1px);
  position: relative;
  overflow: hidden;
  background: url('https://cdn.banggooso.com/assets/images/game262/intro/intro_bg.png') no-repeat center -1px / 100% 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  padding-bottom: 2.5rem;
  left: -1px;
  min-height: 100%;
}

.intro-content > img {
  width: 31.25rem;
  height: 30.25rem;
  aspect-ratio: 125/121;
  display: block;
}

.intro-content > .input-name {
  display: flex;
  width: 25rem;
  padding: 1.25rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border: 1.25px solid #000;
  background: #fff;
  box-shadow: 0px 2px 0px 0px #000;
}

.intro-content > .input-name {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0.75rem;
}

.intro-content > .input-name::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.intro-content > .start-btn {
  display: flex;
  width: calc(100% - 3.76rem);
  padding: 1.75rem 1.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border-radius: 62.4375rem;
  border: 1.25px solid #000;
  background: linear-gradient(177deg, #fff 3.41%, #e565d6 97.45%);
  box-shadow: 0px 4px 0px 0px #000;
  color: #000;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.625rem;
  /* 92.857% */
  cursor: pointer;
}

.intro-content > .start-btn:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%),
    linear-gradient(177deg, #fff 3.41%, #e565d6 97.45%);
}

.intro-content > .number {
  display: flex;
  flex-flow: column;
  padding: 2.75rem 1.88rem 1.5rem;
  gap: 0.25rem;
  position: relative;
  margin-bottom: 0;
}

.intro-content > .number:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1, 25px;
  border-bottom: 1.25px solid #000;
}

.intro-content > .number dt {
  color: #000;
  text-align: center;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.015rem;
}

.intro-content > .number dd {
  color: #000;
  text-align: center;
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.0275rem;
}

.intro-content .share-container {
  margin: 0;
  padding: 2.88rem 1.88rem 0;
}

.intro-content .share-sns-list .list-title {
  color: #000;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.0125rem;
  margin-bottom: 0.75rem;
}

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

.intro-content .share-sns-list .btn-share {
  width: 3.125rem;
  height: 3.125rem;
  background-color: #000;
  border-radius: 50%;
}

.intro-content .share-sns-list .list li:nth-child(1) {
  order: 1;
}

.intro-content .share-sns-list .list li:nth-child(2) {
  order: 2;
}

.intro-content .share-sns-list .list li:nth-child(3) {
  order: 3;
}

.intro-content .share-sns-list .list li:nth-child(4) {
  order: 4;
}

.intro-content .share-sns-list .list li:nth-child(5) {
  order: 5;
}

.intro-content .share-sns-list .btn-share.kakao {
  background: url('https://cdn.banggooso.com/assets/images/game262/common/share_new_common_kakao_white.png') no-repeat
    center / 1.26044rem 1.15794rem #000;
}

.intro-content .share-sns-list .btn-share.instagram {
  background: url('https://cdn.banggooso.com/assets/images/game262/common/share_new_common_instagram_white.png')
    no-repeat center / 1.4915rem 1.49144rem #000;
}

.intro-content .share-sns-list .btn-share.facebook {
  background: url('https://cdn.banggooso.com/assets/images/game262/common/share_facebook_white.png') no-repeat center /
    contain #000;
}

.intro-content .share-sns-list .btn-share.naver {
  background: url(https://cdn.banggooso.com/assets/images/game262/common/final_blog_ico.png) no-repeat center /
    calc(100% + 0.8rem) calc(100% + 0.8rem);
}

.intro-content .share-sns-list .btn-share.twitter {
  background: url('https://cdn.banggooso.com/assets/images/game262/common/share_new_common_x_white.png') no-repeat
    center / 1.4375rem 1.30875rem #000;
}

.intro-content .share-sns-list .btn-share.link-copy {
  background: url('https://cdn.banggooso.com/assets/images/game262/common/share_new_common_link_white.png') no-repeat
    center / 1.375rem 1.375rem #000;
}

.share-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3.5rem;
}

.share-wrap .wv-btn-share {
  display: flex;
  padding: 0.625rem 2.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.375em;
  border-radius: 62.4375rem;
  background: #000;
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.5rem;
}

.share-wrap .wv-btn-share img {
  width: 1.25rem;
  height: 1.438rem;
}

.intro-content .intro-logo {
  width: 16.50614rem;
  height: 1.5rem;
  background: url(https://cdn.banggooso.com/assets/images/game262/intro/intro_logo.png) no-repeat center / contain;
}

/* 메인 컨텐츠 */
.content-container {
  width: 100%;
  height: 100%;
  position: relative;
  background: url('https://cdn.banggooso.com/assets/images/game262/step/chat_main_bg.png') no-repeat center bottom /
    cover;
  overflow: hidden;
  background-position: 50% -9rem;
}

.content-container:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7.5rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 20%, #b694ff 100%);
  z-index: -1;
}

.content-container .content-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
}

#chatting-area {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#chatting-area .message-contents {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 0 1.25rem 3.75rem 1.25rem;
}

#chatting-area .text-message {
  width: 5.5625rem;
  height: 1.625rem;
  position: relative;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 62.4375rem;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 1rem 0 0.75rem;
  left: 50%;
  transform: translateX(-50%);
}

#chatting-area .message {
  display: flex;
  position: relative;
  padding-left: 3.12rem;
}

#chatting-area .message p {
  font-size: 1.25rem;
  line-height: 1.625rem;
  font-weight: 400;
  letter-spacing: normal;
  padding: 1rem 1.375rem;
  justify-content: center;
  align-items: center;
  border-radius: 1.25rem;
  border: 1.25px solid #000;
  color: #000;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.625rem;
  /* 130% */
}

#chatting-area .message.from-frnd {
  padding-top: 0.75rem;
  margin-top: 0.5rem;
}

#chatting-area .message.from-frnd:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 2.625rem;
  height: 2.625rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1.25px solid #000;
  background: url('https://cdn.banggooso.com/assets/images/game262/step/chat_profile_att.png') no-repeat center/cover;
}

#chatting-area .message.from-frnd .inner {
  font-size: 1.25rem;
  line-height: 1.625rem;
  font-weight: 400;
  letter-spacing: normal;
  padding: 1.25rem 1.5rem 1.5rem 1.25rem;
  justify-content: center;
  align-items: center;
  border-radius: 1.25rem;
  border: 1.25px solid #000;
  color: #000;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.625rem;
  /* 130% */
  border-radius: 0.125rem 1.25rem 1.25rem 1.25rem;
  border: 1.25px solid #000;
  background: linear-gradient(0deg, #d0d0d0 0%, #fbfcff 89.84%);
  /* backdrop-filter: blur(30.464374542236328px); */
  /* -webkit-backdrop-filter: blur(30.464374542236328px); */
  display: flex;
  gap: 0.61rem;
  position: relative;
}

#chatting-area .message.from-frnd .inner:before {
  content: '';
  width: 0.375rem;
  height: 0.375rem;
  position: absolute;
  left: 1.0625rem;
  top: 1.25rem;
  border-radius: 50%;
  background-color: #f00;
}

#chatting-area .message.from-frnd .profile {
  width: 2.75rem;
  height: 2.75rem;
  aspect-ratio: 1/1;
  border-radius: 2.75rem;
  border: 1.25px solid #000;
  background: url('https://cdn.banggooso.com/assets/images/game262/step/chat_profile_frd.png') no-repeat center/cover;
}

#chatting-area .message.from-frnd .txt {
  display: flex;
  flex-flow: column;
  justify-content: center;
  gap: 0.5rem;
}

#chatting-area .message.from-frnd .txt .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 3.5rem;
}

#chatting-area .message.from-frnd .txt b {
  color: #000;
  font-family: 'Pretendard';
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.01125rem;
}

#chatting-area .message.from-frnd .txt .top span:first-child {
  color: #000;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.00875rem;
}

#chatting-area .message.from-frnd .txt .top span:last-child {
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-family: 'Pretendard';
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.0075rem;
}

#chatting-area .from-att {
  padding-left: 3.12rem;
  justify-content: flex-start;
}

#chatting-area .from-att p {
  background: linear-gradient(0deg, #9dcfff 0%, #fbfcff 89.84%), linear-gradient(180deg, #ff91b0 -2.79%, #ffe4ec 100%);
}

#chatting-area .from-user {
  justify-content: flex-end;
}

#chatting-area .from-user p {
  background: linear-gradient(0deg, #a29bff 0%, #fbfcff 89.84%);
}

#chatting-area .from-att.first p {
  border-radius: 0.125rem 1.25rem 1.25rem 1.25rem;
}

#chatting-area .from-user.first p {
  border-radius: 1.25rem 0.25rem 1.25rem 1.25rem;
}

#chatting-area .from-att.first {
  padding-top: 0.75rem;
}

#chatting-area .from-att.first:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 2.625rem;
  height: 2.625rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1.25px solid #000;
  background: url('https://cdn.banggooso.com/assets/images/game262/step/chat_profile_att.png') no-repeat center/cover;
}

#chatting-area .from-att + .from-user {
  margin-top: 0.5rem;
}

#chatting-area .from-user + .from-att {
  margin-top: 0.5rem;
}

.content-container .bottom-input {
  width: 100%;
  padding: 1.25rem 1.25rem 2.5rem 1.25rem;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  border-top: 1px solid #000;
  background: #b694ff;
}

#input-name {
  padding: 1.25rem 1.5rem;
  border-radius: 62.4375rem;
  border: 1.25px solid #000;
  background: #fff;
  color: #000;
  font-family: 'Pretendard';
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.75rem;
  /* 127.273% */
  width: 100%;
  max-width: 24.375rem;
}

#input-name::placeholder {
  opacity: 0.5;
}

#submit-name {
  display: flex;
  width: 3.625rem;
  height: 3.625rem;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  gap: 0.8125rem;

  position: relative;
  background: url('https://cdn.banggooso.com/assets/images/game262/step/input_disable_btn.png') no-repeat
    center/calc(100% + 0.2rem) calc(100% + 0.2rem);
}

#submit-name:after {
  /* content: ''; */
  display: block;
  width: 1.58331rem;
  height: 1.58331rem;
  flex-shrink: 0;
  aspect-ratio: 25.33/25.33;
  /* background: url('https://cdn.banggooso.com/assets/images/game262/step/arrow_top.png') no-repeat center/contain; */
  opacity: -0.5;
}

#submit-name.active {
  background: url('https://cdn.banggooso.com/assets/images/game262/step/input_able_btn.png') no-repeat
    center/calc(100% + 0.2rem) calc(100% + 0.2rem);
  cursor: pointer;
  overflow: hidden;
}

#submit-name.active:hover:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}

#submit-name.active:after {
  opacity: 1;
}

.mbti-select-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: flex-end;
  justify-content: center;

  z-index: -1;
  opacity: 0;

  transition: opacity 0.5s ease-in-out, z-index 0.5s ease-in-out;
  /* display: none; */
}

.mbti-select-container.active {
  z-index: 999999;
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
}

.mbti-select-container.active .mbti-select-content {
  height: 23.625rem;
  transform: translateY(0);
  margin-bottom: 2.52rem;
  opacity: 1;

  transition: height 0.1s ease-in-out, opacity 0.08s ease-in-out, transform 0.3s ease-in-out, margin 0.4s ease-in-out;
}

.mbti-select-container.active .mbti-list > li,
.mbti-select-container.active .mbti-select-content > p {
  transform: translateY(0);
}

.mbti-select-container .mbti-select-content {
  width: 28.75rem;
  flex-direction: column;
  border-radius: 1.75rem;
  background: #fff;
  transition: height 0.2s ease-in-out, opacity 3s ease-in-out, transform 0.3s ease-in-out, margin 0.4s ease-in-out;
  overflow: hidden;

  opacity: 0;
  margin-bottom: 0rem;
  transform: translateY(0.5rem);
  height: 0;
  padding: 0.75rem 0.75rem 0rem 0.75rem;
}

.mbti-select-container .mbti-select-content .handle-height {
  width: 3.75rem;
  height: 0.375rem;
  border-radius: 62.4375rem;
  background: #ebebeb;
  margin: 0 auto;
}

.mbti-select-container .mbti-select-content > p {
  padding-left: 1.25rem;
  margin-top: 2rem;
  color: #000;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.75rem;
  /* 116.667% */
  text-align: left;

  transform: translateY(0.5rem);

  transition: transform 0.4s ease-in-out;
}

.mbti-select-container .mbti-list {
  display: flex;
  flex-flow: row wrap;
  gap: 0.75rem 0.92rem;
  padding: 1.75rem 1rem;
}

.mbti-select-container .mbti-list > li {
  flex: 1 20%;
  display: flex;
  padding: 0.625rem 0.25rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border-radius: 0.75rem;
  background: #eeeded;
  border: 1.25px solid transparent;
  color: #000;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.75rem;
  cursor: pointer;

  transform: translateY(0.5rem);
  transition: transform 0.4s ease-in-out;
}

/* .mbti-select-container .mbti-list > li:nth-child(n + 1):nth-child(-n + 4) {
  transition: transform 0.2s ease-in-out 0.1s;
}
.mbti-select-container .mbti-list > li:nth-child(n + 5):nth-child(-n + 8) {
  transition: transform 0.2s ease-in-out 0.15s;
}
.mbti-select-container .mbti-list > li:nth-child(n + 9):nth-child(-n + 12) {
  transition: transform 0.2s ease-in-out 0.2s;
}
.mbti-select-container .mbti-list > li:nth-child(n + 13):nth-child(-n + 16) {
  transition: transform 0.2s ease-in-out 0.25s;
} */

.mbti-select-container .mbti-list > li:hover {
  border-radius: 0.75rem;
  border: 1.25px solid #000;
  background: linear-gradient(177deg, #fff 3.41%, #e565d6 97.45%);
}

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

.user-intract-container .guide-text {
  color: #000;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75rem;
  margin-bottom: 0.625rem;
}

.user-intract-container .user-bottom-select {
  width: 100%;
  display: flex;
  align-items: center;
  display: flex;
  padding: 0rem 1.875rem 3.75rem 1.875rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  align-self: stretch;
}

.user-intract-container .user-bottom-select .button {
  width: 100%;
  display: flex;
  height: 4.875rem;
  padding: 0.9375rem 1.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border-radius: 62.4375rem;
  border: 1.25px solid #000;
  background: linear-gradient(177deg, #fff 3.41%, #e565d6 97.45%);
  box-shadow: 0px 2px 0px 0px #000;
  color: #000;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  cursor: pointer;
  font-family: 'Pretendard';
}

.user-intract-container .user-bottom-select .button.single {
  height: 5rem;
  font-size: 1.5rem;
  line-height: 1.625rem;
}

.user-intract-container .user-bottom-select .button.duo {
  font-size: 1.25rem;
  line-height: 1.625rem;
}

.user-intract-container .user-bottom-select .button.duo.sec-line {
  font-size: 1.1875rem;
  line-height: 1.5rem;
}

.user-intract-container .user-bottom-select .button:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%),
    linear-gradient(177deg, #fff 3.41%, #e565d6 97.45%);
  box-shadow: 0px 4px 0px 0px #000;
}

/* 결과 페이지 */
.result-content > .inner {
  background: #f5f0ff;
}

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

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

.game-result .result-content .download-text-box {
  margin-top: calc(0.21rem);
  margin-bottom: 2.13rem;
}

.game-result .result-content .download-text-box .download-btn {
  display: flex;
  padding: 0.75rem 1.125rem;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  border-radius: 62.4375rem;
  background: #000;
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.game-result .result-content .download-text-box .download-btn img {
  width: 1.25rem;
  height: 1.25rem;
}

.game-wrapper.basic .oth-bg {
  position: relative;
  /* background: linear-gradient(180deg, #b18cff 0%, #f5f0ff 45.82%); */
}

.game-wrapper.basic .oth-bg .line-wrapper {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
  display: flex;
  flex-flow: column;
  gap: 0.5rem;
}

.game-wrapper.basic .oth-bg .line-wrapper span {
  background: rgba(191, 162, 254, 0.3);
  width: 100%;
  height: 0.3125rem;
  display: block;
}

.game-wrapper.basic .oth-bg .line-wrapper span:nth-child(n + 17):nth-child(-n + 19) {
  background: rgba(191, 162, 254, 0.2);
}

.game-wrapper.basic .oth-bg .line-wrapper span:nth-child(n + 20):nth-child(-n + 23) {
  background: rgba(191, 162, 254, 0.1);
}

.capture-content {
  position: relative;
  width: 100%;
  height: 100%;
}

.capture-content .result-bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.capture-content .capture-container {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 0 1.88rem 1.9rem;
  width: 100%;
  background-size: 100% 100%;
}

#capture .img-object {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.capture-content .capture-container .user-name {
  padding-top: 6.21rem;
  margin-bottom: 0.75rem;
  color: #000;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 2.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  gap: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.capture-content .result-image-origin {
  width: 100%;
  height: 100%;
}

.capture-content .capture-container .user-name:before,
.capture-content .capture-container .user-name:after {
  content: '';
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  background: url('https://cdn.banggooso.com/assets/images/game262/result/capture_name_deco.png') no-repeat center/cover;
}

.capture-content .capture-container .image-wrapper {
  width: 17.8125rem;
  height: 17.8125rem;
  aspect-ratio: 1/1;
  background-color: #eee;
}

.capture-content .capture-container .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.capture-content .capture-container .myinfo-list {
  display: flex;
  flex-flow: column;
  width: 100%;
  padding: 0 2.34rem;
  padding-bottom: 1.5rem;
}

.capture-content .capture-container .myinfo-list li {
  position: relative;
  color: #000;
  font-family: 'Pretendard';
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.0125rem;
  padding: 0.62rem 0.5rem;
  display: flex;
  gap: 0.62rem;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
  white-space: nowrap;
}

.capture-content .capture-container .myinfo-list li span {
  display: block;
  width: 0.75775rem;
  height: 0.875rem;
  aspect-ratio: 14/12.12;
  display: flex;
  justify-content: center;
  align-items: center;
}

.capture-content .capture-container .myinfo-list li span img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.capture-content .capture-container .myinfo-list .first:before {
  content: none;
}

.capture-content .capture-container .myinfo-list .first {
  font-family: 'Pretendard';
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: transparent;
  padding-bottom: 0.5rem;
  padding: 1.125rem 0.5rem 0.5rem 0.5rem;
}

.capture-content .capture-container .myinfo-list .first .myInfo-title {
  height: 1.594rem;
  margin: 0.313rem 0;
}

.capture-content .capture-container .myinfo-list .first .only-height {
  font-family: 'Pretendard';
  font-size: 2rem;
  font-weight: 700;
  line-height: normal;
  color: transparent;
}

.capture-content .capture-container .myinfo-list .stroke,
.capture-content .capture-container .myinfo-list .gradi {
  font-family: 'Pretendard';
  font-size: 2rem;
  font-weight: 700;
  line-height: normal;
  position: absolute;
  left: 0.5rem;
}

.capture-content .capture-container .myinfo-list .stroke {
  color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000;
  z-index: 1;
}

.capture-content .capture-container .myinfo-list .gradi {
  background: linear-gradient(0deg, #ca6fff 0%, #fbfcff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 2;
}

.capture-desc {
  margin-top: calc(0.21rem);
  margin-bottom: 2.13rem;
  color: #000;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.022rem;
  position: relative;
}

.capture-content .capture-desc:before {
  /* content: ''; */
  display: block;
  position: absolute;
  background: #f5f0ff;
  width: 31.25rem;
  height: 1px;
  left: -11.3rem;
  top: -0.28rem;
}

.my-tude {
  padding: 0 1.87rem 3.13rem;
}

.my-tude .sub-title {
  display: flex;
  padding: 1rem 1.25rem 0.875rem 1.25rem;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.625rem;
  align-self: stretch;
  color: #000;
  font-family: 'Pretendard';
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border: 1.25px solid #000;
  overflow: hidden;
  border-radius: 0.75rem 0.75rem 0 0;
}

.my-tude .percent .sub-title {
  background: linear-gradient(177deg, #fff 3.41%, #e565d6 97.45%);
  border-radius: 0.75rem 0.75rem 0 0;
}

.my-tude .my-bst .sub-title {
  background: linear-gradient(0deg, #9dcfff -24.31%, #fbfcff 100%), linear-gradient(177deg, #fff 3.41%, #e565d6 97.45%);
}

.my-tude .my-wst .sub-title {
  background: linear-gradient(0deg, #bfa2fe 0%, #fff 100%), linear-gradient(0deg, #9dcfff -24.31%, #fbfcff 100%),
    linear-gradient(177deg, #fff 3.41%, #e565d6 97.45%);
}

.my-tude > div {
  border-radius: 0.75rem 0.75rem 0.75rem 0.75rem;
  box-shadow: 0px 4px 0px 0px #000;
  overflow: hidden;
}

.my-tude > div ~ div {
  margin-top: 2.12rem;
}

.my-tude .percent .content {
  padding: 1.5rem 0 1.75rem;
  background-color: #fff;
  border-left: 1.25px solid #000;
  border-right: 1.25px solid #000;
}

.my-tude .percent .content ul {
  display: flex;
}

.my-tude .percent .content ul li {
  flex: 1;
  display: flex;
  flex-flow: column;
  gap: 0.38rem;
  position: relative;
}

.my-tude .percent .content ul li:nth-child(2):before,
.my-tude .percent .content ul li:nth-child(2):after {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 85%;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000;
}

.my-tude .percent .content ul li:nth-child(2):before {
  left: 0;
}

.my-tude .percent .content ul li:nth-child(2):after {
  right: 0;
}

.my-tude .percent .content ul li p {
  color: #000;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.my-tude .percent .content ul li span {
  color: #000;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.my-tude .my-bst .content,
.my-tude .my-wst .content {
  padding: 1.62rem 1.5rem 2rem;
  display: flex;
  flex-flow: wrap;
  border-left: 1.25px solid #000;
  border-right: 1.25px solid #000;
  background: #fff;
}

.my-tude .my-bst .content .left,
.my-tude .my-wst .content .left {
  color: #000;
  font-family: 'Pretendard';
  font-size: 1.3125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.625rem;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  letter-spacing: normal;
}

.my-tude .my-bst .content .left:before,
.my-tude .my-wst .content .left:before {
  content: '';
  display: block;
  position: relative;
  width: 1.625rem;
  height: auto;
  aspect-ratio: 1;
}

.my-tude .my-bst .content .left:before {
  background: url('https://cdn.banggooso.com/assets/images/game262/result/bst_emoji.png') no-repeat center/contain;
}

.my-tude .my-wst .content .left:before {
  background: url('https://cdn.banggooso.com/assets/images/game262/result/wst_emoji.png') no-repeat center/contain;
}

.my-tude .my-bst .content .right {
  background: linear-gradient(0deg, #89a2ff 0%, #fbfcff 89.84%), linear-gradient(0deg, #fff383 0%, #fbfcff 89.84%);
}

.my-tude .my-wst .content .right {
  background: linear-gradient(0deg, #b1b1b1 0%, #fbfcff 89.84%);
}

.my-tude .my-bst .content .right,
.my-tude .my-wst .content .right {
  display: inline-flex;
  margin-left: auto;
  padding: 0.875rem 1.25rem;
  color: #000;
  font-family: 'Pretendard';
  font-size: 1.1875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.625rem;
  /* 136.842% */
  border-radius: 1.25rem 0.25rem 1.25rem 1.25rem;
  border: 1.25px solid #000;
}

.my-tude .my-bst .content .right ~ .left {
  margin-top: 2.25rem;
}

.my-tude .my-wst .content .right ~ .left {
  margin-top: 2.25rem;
}

.apply-btn-wrap {
  display: flex;
  flex-flow: column;
  gap: 0.75rem;
  padding: 0 1.87rem 3.5rem;
}

.apply-btn-wrap button,
.apply-btn-wrap a {
  cursor: pointer;
  display: flex;
  height: 5rem;
  padding: 0.9375rem 1.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  align-self: stretch;
  border-radius: 62.4375rem;
  border: 1.25px solid #000;
  background: linear-gradient(177deg, #fff 3.41%, #e565d6 97.45%);
  box-shadow: 0px 4px 0px 0px #000;
  color: #000;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75rem;
  /* 116.667% */
}

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

.game-result .restart-btn-wrap {
  padding-top: 3.13rem;
  padding-bottom: 3.13rem;
  background-color: #a277ff;
}

.game-result .restart {
  display: flex;
  width: 13.75rem;
  height: 4.5rem;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  border-radius: 62.4375rem;
  border: 1.25px solid #000;
  background: linear-gradient(177deg, #fff 3.41%, #e565d6 97.45%);
  box-shadow: 0px 4px 0px 0px #000;
  color: #000;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75rem;
}

.game-result .restart .ico {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  margin-left: 0.25rem;
  background: url('https://cdn.banggooso.com/assets/images/game262/result/restart_ico.png') no-repeat center/contain;
}

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

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

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

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

.share-sns-list .btn-share.kakao {
  background: url('https://cdn.banggooso.com/assets/images/game262/share/share_kakao.png') no-repeat center/contain;
}

.share-sns-list .btn-share.instagram {
  background: url('https://cdn.banggooso.com/assets/images/game262/share/share_insta.png') no-repeat center/contain;
}

.share-sns-list .btn-share.naver {
  background: url('https://cdn.banggooso.com/assets/images/game262/share/share_blog.png') no-repeat center/contain;
}

.share-sns-list .btn-share.twitter {
  background: url('https://cdn.banggooso.com/assets/images/game262/share/share_x.png') no-repeat center/contain;
}

.share-sns-list .btn-share.link-copy {
  background: url('https://cdn.banggooso.com/assets/images/game262/share/share_link.png') no-repeat center/contain;
}

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

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

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

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

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

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

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

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

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

.game-result .recommend-list {
  margin: 0;
  background-color: #a277ff;
  border-top: 0;
}

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

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

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

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

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

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

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

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

.game-result .recommend-list:before {
  height: 16rem;
}

.game-wrapper.basic .app-header .app-header-btn {
  display: flex;
  width: 2.375rem;
  height: 2.375rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 62.4375rem;
  border: 1.25px solid #000;
  background: linear-gradient(177deg, #fff 3.41%, #e565d6 97.45%);
  left: 1.25rem;
}

.game-wrapper.basic .app-header .app-header-btn:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%);
  width: 0.65731rem;
  height: 1.125rem;
  background: url(https://cdn.banggooso.com/assets/images/game262/common/back_arrow_black.png) no-repeat center center /
    cover;
  background: url(https://cdn.banggooso.com/assets/images/game262/common/final_header_back_ico.svg) no-repeat center
    center / cover;
}

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

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