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

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

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

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

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

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

@font-face {
  font-family: 'GmarketL';
  font-style: normal;
  font-weight: 300;
  src: url('https://cdn.banggooso.com/assets/fonts/GmarketSansTTFLight.woff2') format('woff2');
}

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

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

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

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

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

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

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

.game-wrapper .app-header.intro .iframe {
  display: none;
}

.game-wrapper .app-header.intro.step .iframe {
  display: block !important;
}

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

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

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

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

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

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

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

/* 인트로 스타일 */

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

.game-intro .container .intro-area {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
}

.game-intro .container .intro-area .intro_image {
  width: 100%;
  height: auto;
}

.game-intro .container .event-rolling {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25rem;
  padding-top: 1rem;
  margin-top: 0.75rem;
}

.game-intro .container .event-rolling .polygon {
  position: absolute;
  top: 0.3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1.125rem;
  height: 0.9375rem;
}

.game-intro .container .event-rolling .text {
  padding: 1.375rem 2rem 1.3rem;
  gap: 0.25rem;
  border-radius: 0.75rem;
  background-color: #fff;
  color: #000;
  text-align: center;
  font-size: 1.375rem;
  font-style: normal;
  line-height: 1.875rem;
  letter-spacing: -0.01375rem;
  font-family: 'Pretendard-500';
  font-weight: 500;
}

.game-intro .container .event-rolling .text strong {
  font-family: 'Pretendard-700';
  font-weight: 700;
}

.game-intro .container .event-rolling .text .goods {
  width: 12.375rem;
  height: 2rem;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  background-color: #f94c2d;
  color: white;
  line-height: 1.75rem;
  overflow: hidden;
  transform: translateY(0.6rem);
}

.game-intro .container .event-rolling .goods .show {
  transform: translateY(-100%);
  transition: 0.5s transform ease-in-out;
}

.game-intro .container .event-rolling .goods .up {
  transform: translateY(-200%);
  transition: 0.5s transform ease-in-out;
}

.game-intro .container .event-rolling .goods span {
  position: absolute;
  top: 2rem;
}

.game-intro .container .event-rolling .text .text-wrap {
  transform: translateY(-0.35rem);
}

.game-intro .container .event-rolling .text .orange-present {
  width: 1.5rem;
  height: 1.5rem;
  transform: translateY(-0.1rem);
}

.game-intro .container #userNickname {
  display: flex;
  width: 25rem;
  padding: 1.125rem 1.25rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border-radius: 0.625rem;
  background-color: rgba(255, 255, 255, 0.22);
  color: white;
  text-align: center;
  font-family: 'Pretendard-500';
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 2rem 0 1rem 0;
  outline: none;
}

.game-intro .container #userNickname::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

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

.game-intro .container .start-btn-wrap .start-btn {
  display: flex;
  width: 27.5rem;
  height: 5rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  align-self: stretch;
  border-radius: 0.75rem;
  background-color: #f94c2d;
  color: #fff;
  text-align: center;
  font-family: 'Pretendard-700';
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.875rem; /* 115.385% */
  letter-spacing: -0.01625rem;
  cursor: pointer;
}

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

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

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

.game-intro .share-sns-list {
  display: flex;
  width: 27.5rem;
  flex-direction: column;
  align-items: center;
  padding: 2.62rem 0 3.12rem 0;
  gap: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 6.25rem;
}

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

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

.game-intro .share-sns-list .btn-share.kakao,
.game-intro .share-sns-list .btn-share.instagram,
.game-intro .share-sns-list .btn-share.facebook,
.game-intro .share-sns-list .btn-share.twitter,
.game-intro .share-sns-list .btn-share.link-copy {
  width: 3.125rem;
  height: 3.125rem;
}

/* 스토리 스타일 */

.step1,
.step2,
.step3 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-bottom: 5rem;
}

.step1 .skip,
.step2 .skip,
.step3 .skip {
  position: absolute;
  top: 0.5rem;
  right: 1.25rem;
  display: flex;
  padding: 0.5rem 0.25rem 0.375rem 0.875rem;
  align-items: center;
  border-radius: 62.4375rem;
  background-color: rgba(255, 255, 255, 0.9);
  color: #000;
  text-align: center;
  font-family: 'Pretendard-500';
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem; /* 100% */
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: normal;
}

.step1 .text,
.step2 .text,
.step3 .text {
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 4px rgba(255, 240, 101, 0.5), 0px 0px 4px rgba(255, 240, 101, 0.5);
  font-family: 'GmarketM';
  font-size: 1.75rem;
  font-style: normal;
  line-height: 2.75rem;
  margin-bottom: 3.75rem;
  position: relative;
  z-index: 999;
}

.step1 .moon,
.step2 .moon,
.step3 .moon {
  width: 24.25rem;
  height: 24.25rem;
  border-radius: 24.25rem;
  background-color: #fffa7c;
  box-shadow: 0px 0px 50px 0px rgba(255, 250, 124, 0.8), 0px 0px 150px 0px rgba(249, 76, 45, 0.6);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.step1 .shadow1,
.step2 .shadow2,
.step3 .shadow3 {
  position: absolute;
  bottom: 4rem;
  width: 100%;
  height: auto;
}

.step1 .moon {
  bottom: -17rem;
}

.step2 .moon {
  bottom: -10rem;
}

.step3 .moon {
  bottom: -3rem;
}

.step1 .next,
.step2 .next,
.step3 .next,
.step4 .select {
  display: flex;
  width: 100%;
  height: 5rem;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  align-self: stretch;
  background: #f94c2d;
  position: absolute;
  bottom: 0;
  color: #fff;
  text-align: center;
  font-family: 'Pretendard-700';
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
}

.step1 {
  background-image: url('https://cdn.banggooso.com/assets/images/game223/step/story1.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.step2 {
  background-image: url('https://cdn.banggooso.com/assets/images/game223/step/story2.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.step3 {
  background-image: url('https://cdn.banggooso.com/assets/images/game223/step/story3.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.step4 {
  background-image: url('https://cdn.banggooso.com/assets/images/game223/step/step4.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #222;
}

/* 콘텐츠 더보기 */

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

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

.contents-more .contents-list .game-btn {
  width: 100%;
  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 #fff !important;
  cursor: pointer;
  font-family: 'Pretendard-500';
  font-weight: 500;
  font-size: 1.3125rem !important;
  line-height: normal;
}

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

.contents-more .contents-list .game-btn:before {
  left: 90%;
  width: 2rem;
  height: 2rem;
  background-image: url('https://cdn.banggooso.com/assets/images/game223/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 #fff;
  border-left: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

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

/* 추천 콘텐츠 */

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

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

.game-result .recommend-list:before {
  background: #f94c2d;
  height: 14rem;
}

.btn-white-round {
  width: 15.26381rem;
  height: 4.00363rem;
  font-size: 1.25113rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.game-result .recommend-list .swiper-container {
  padding-left: 2rem;
}

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

.game-result .recommend-list .slide-box {
  width: 10.831rem;
  height: 13.33044rem;
  border: 0.3rem solid #222222;
}

.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: #222222;
  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 3rem 0;
}

/* 포즈 선택 스타일 */

.step4 {
  width: 100%;
  height: 100%;
}

.step4 .text {
  color: #fff;
  text-align: center;
  font-family: 'SBAggroM';
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.875rem; /* 127.778% */
  margin-top: 1rem;
}

.step4 .text span {
  color: #fffa7c;
}

.step4 .swiper {
  width: 100%;
}

.content-swiper-wrapper {
  width: 100%;
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.step4 .swiper .swiper-wrapper {
  align-items: center;
}

.step4 .swiper-slide {
  width: 12.5rem !important;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  scale: 0.8;
  overflow: visible !important;
}

@media (max-height: 550px) {
  .step4 .swiper-slide {
    width: 11.5rem !important;
  }

  .step4 .swiper-slide p {
    margin-bottom: 6.5rem !important;
  }

  .swiper-pagination {
    margin-top: 5.75rem !important;
  }

  .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 0.7rem !important;
    height: 0.7rem !important;
  }
}

.step4 .swiper-slide .image {
  position: relative;
}

.step4 .swiper-slide .cover {
  width: 100%;
  height: 100%;
  border-radius: 0.9375rem;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0000005e;
}

.step4 .swiper-slide.swiper-slide-active .cover {
  background-color: transparent;
}

.step4 .swiper-slide p {
  width: 20rem;
  visibility: hidden;
  color: #fff;
  text-align: center;
  font-family: 'Pretendard-600';
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.375rem; /* 100% */
  margin-bottom: 7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.38rem;
}

.step4 .swiper-slide p img {
  width: 1.15844rem;
  height: 1.125rem;
}

.step4 .swiper-slide.swiper-slide-active .image {
  scale: 1.5;
}

.step4 .swiper-slide.swiper-slide-active p {
  visibility: visible;
}

.step4 .swiper-slide img {
  width: 100%;
  height: auto;
  border-radius: 0.9375rem;
}

.swiper-pagination {
  margin-top: 7rem;
  position: relative !important;
}

.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff !important;
}

.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 1rem !important;
  height: 1rem !important;
  margin: 0 0.5rem !important;
  background-color: rgba(255, 255, 255, 0.5) !important;
}

.step4 .moon {
  width: 24.25rem;
  height: 24.25rem;
  border-radius: 24.25rem;
  background-color: #fffa7c;
  box-shadow: 0px 0px 50px 0px rgba(255, 250, 124, 0.8), 0px 0px 150px 0px rgba(249, 76, 45, 0.6);
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

/* 이미지 커스텀 스타일 */

.character-custom {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background-image: url('https://cdn.banggooso.com/assets/images/game223/step/step5.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.character-custom p {
  color: #fff;
  font-family: 'SBAggroM';
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.125rem;
  margin: 1.25rem 0 1rem 0;
}

.character-custom p span {
  color: #fffa7c;
}

.character-custom img {
  width: 100%;
  height: 100%;
}

.character-custom .image-custom {
  width: 9.5rem;
  height: 18rem;
  position: relative;
}

.character-custom .image-custom img {
  border-radius: 0.9375rem;
}

.default-image {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}

.image-custom .face_01,
.image-custom .face_02,
.image-custom .face_03,
.image-custom .face_04,
.image-custom .face_05,
.image-custom .face_06,
.image-custom .face_07,
.image-custom .face_08,
.image-custom .face_09,
.image-custom .face_10 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.image-custom .hair_01,
.image-custom .hair_02,
.image-custom .hair_03,
.image-custom .hair_04,
.image-custom .hair_05,
.image-custom .hair_06,
.image-custom .hair_07,
.image-custom .hair_08,
.image-custom .hair_09,
.image-custom .hair_10,
.image-custom .hair_11 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}

.image-custom .cloth_00,
.image-custom .cloth_01,
.image-custom .cloth_02,
.image-custom .cloth_03,
.image-custom .cloth_04,
.image-custom .cloth_05,
.image-custom .cloth_06,
.image-custom .cloth_07,
.image-custom .cloth_08,
.image-custom .cloth_09,
.image-custom .cloth_10,
.image-custom .cloth_11 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.image-custom .item_01 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.thumbnail.item_00 {
  width: 4.625rem !important;
  height: auto !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.image-custom .item_00,
.image-custom .item_02,
.image-custom .item_03,
.image-custom .item_04,
.image-custom .item_05,
.image-custom .item_06,
.image-custom .item_07,
.image-custom .item_08,
.image-custom .item_09,
.image-custom .item_10,
.image-custom .item_11,
.image-custom .item_12 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.image-custom .background_01,
.image-custom .background_02,
.image-custom .background_03,
.image-custom .background_04,
.image-custom .background_05,
.image-custom .background_06,
.image-custom .background_07,
.image-custom .background_08,
.image-custom .background_09,
.image-custom .background_10,
.image-custom .background_11,
.image-custom .background_12,
.image-custom .background_13 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 0.9375rem;
}

.image-custom .phrase_00,
.image-custom .phrase_01,
.image-custom .phrase_02,
.image-custom .phrase_03,
.image-custom .phrase_04,
.image-custom .phrase_05,
.image-custom .phrase_06,
.image-custom .phrase_07,
.image-custom .phrase_08,
.image-custom .phrase_09,
.image-custom .phrase_10,
.image-custom .phrase_11,
.image-custom .phrase_12,
.image-custom .phrase_13,
.image-custom .phrase_14 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  border-radius: 0.9375rem;
}

.character-custom .select {
  display: flex;
  width: 100%;
  height: 5rem;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  align-self: stretch;
  background: #f94c2d;
  position: absolute;
  bottom: 0;
  color: #fff;
  text-align: center;
  font-family: 'Pretendard-700';
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
}

.character-custom .custom-area {
  border-radius: 1.5rem 1.5rem 0rem 0rem;
  background-color: #fff;
  padding-top: 1.375rem;
  width: 100%;
  margin-top: 1.5rem;
}

.character-custom .custom-area .image-items .category-images {
  display: none;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 1.12rem;
  padding: 0rem 1rem 2.5rem 1.875rem;
  margin-right: 0.875rem;
  align-items: flex-start;
  grid-gap: 0.75rem;
  align-self: stretch;
  background-color: #fff;
  flex-wrap: wrap;
  overflow: scroll;
  height: 20rem;
}

.character-custom .custom-area .image-items .category-images.IOS {
  padding-bottom: 7rem !important;
}

.character-custom .custom-area .image-items .category-images::-webkit-scrollbar {
  display: flex;
  width: 0.3rem;
  height: 3.75rem;
}

.character-custom .custom-area .image-items .category-images::-webkit-scrollbar-thumb {
  background-color: #d9d9d9;
  border-radius: 1rem;
  height: 3.75rem;
}

.character-custom .custom-area .image-items .category-images.visible {
  display: grid;
}

.character-custom .custom-area .image-items .image {
  width: 8.625rem;
  height: 8.625rem;
  border-radius: 0.9375rem;
  border: 3px solid #f2f3f5;
  overflow: hidden;
}

.character-custom .custom-area .image-items .image.active {
  border: 3px solid #f94c2d;
}

.character-custom .custom-area .image-items .image.item_00 {
  padding: 2rem;
}

.character-custom .custom-area .image-items .image .check-sign,
.phrase .phrase-container .examples .phrase-image .check-sign {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(249, 76, 45, 0.2) 0%, rgba(249, 76, 45, 0.2) 100%);
}

.character-custom .custom-area .image-items .image .check-sign .check,
.phrase .phrase-container .examples .phrase-image .check-sign .check {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.25rem;
  height: 2.25rem;
}

.character-custom .custom-area .image-items .image.active .check-sign,
.phrase .phrase-container .examples .phrase-image.active .check-sign {
  visibility: visible;
  pointer-events: none;
}

.character-custom .custom-area .categories {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.character-custom .custom-area .categories li {
  display: flex;
  padding: 0.5rem 1.125rem;
  justify-content: center;
  align-items: center;
  border-radius: 0.75rem;
  background-color: #f2f3f5;
  color: rgba(0, 0, 0, 0.3);
  text-align: center;
  font-family: 'Pretendard-500';
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
}

/* @media (max-width: 375px) {
  .character-custom .image-custom {
    width: 10rem;
    height: 18rem;
  }
} */

.character-custom .custom-area .categories li.active {
  background-color: #f94c2d !important;
  color: white !important;
}

/* 말풍선 커스텀 스타일 */

.step5,
.step6 {
  background-color: #222;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  height: 100%;
  overflow: scroll;
}

.step6 .swiper {
  display: flex;
  padding: 0 1.88rem;
}

.step6 .swiper .swiper-wrapper .swiper-slide {
  width: 11.25rem !important;
  height: 11.25rem;
}

.phrase {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.phrase .title {
  color: #fff;
  text-align: center;
  font-family: 'SBAggroM';
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.125rem;
  margin: 1.25rem 0 1rem 0;
}

.phrase .title span {
  color: #fffa7c;
}

.phrase .image-custom {
  width: 11.25rem;
  height: 20.95588rem;
  border-radius: 0.9375rem;
  position: relative;
}

.phrase .image-custom .custom-text {
  position: absolute;
  top: 1.7rem;
  line-height: normal;
  text-align: center;
  font-family: 'GmarketM';
  width: 100%;
  font-size: 1.063rem;
  z-index: 999;
}

.phrase .image-custom img {
  width: 100%;
  height: 100%;
}

.phrase .phrase-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem 0 7rem;
}

.phrase .input-label {
  color: #fff;
  text-align: center;
  font-family: 'Pretendard-400';
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.0125rem;
  margin: 0 1.88rem;
  display: flex;
  align-items: center;
}

.phrase .input-label span {
  color: #fff;
  font-family: 'Pretendard-400';
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.01063rem;
  margin-left: 0.5rem;
}

.phrase .input {
  display: flex;
  padding: 1rem 1.25rem;
  align-items: center;
  gap: 0.625rem;
  align-self: stretch;
  border-radius: 0.5rem;
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.6);
  margin: 0.88rem 1.88rem 1rem 1.88rem;
  position: relative;
}

.phrase .input input {
  width: 90%;
  font-family: 'Pretendard-400';
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-color: transparent;
  outline: none;
  border-radius: 0.1rem;
  color: white;
}

.phrase .input .reset {
  width: 1.75rem;
  height: 1.75rem;
  position: absolute;
  right: 1.25rem;
  visibility: hidden;
}

.phrase .examples-label {
  color: #fff;
  text-align: center;
  font-family: 'Pretendard-400';
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.0125rem;
  margin: 1rem 1.88rem;
}

.phrase .examples {
  display: flex;
  overflow: scroll;
  width: 100%;
  gap: 0.75rem;
}

.phrase .examples .phrase-image {
  width: 11.25rem;
  height: 11.25rem;
  flex-shrink: 0;
  border-radius: 0.75rem;
  background-color: #ececec;
}

.phrase .examples .phrase-image.active {
  border: 3px solid #f94c2d;
}

@media (max-width: 375px) {
  .phrase .examples .phrase-image {
    width: 8.25rem;
    height: 8.25rem;
  }
}

.phrase .examples .phrase-image img {
  width: 100%;
  height: auto;
  border-radius: 0.75rem;
}

.game-wrap .submit,
.game-wrap .select {
  display: flex;
  width: 100%;
  height: 5rem;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  align-self: stretch;
  background: #f94c2d;
  position: absolute;
  bottom: 0;
  color: #fff;
  text-align: center;
  font-family: 'Pretendard-700';
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
}

/* 공유하기 스타일 */

.game-result .share-sns-list {
  margin: 0;
  padding-bottom: 3.125rem;
  background-color: #e3debf;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

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

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

.game-intro .share-sns-list .list-title .countBox .countImg {
  background-image: url('https://cdn.banggooso.com/assets/images/game223/share/share_gray.png');
  width: 1.25rem;
  height: 1.25rem;
}

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

.game-intro .share-sns-list .list-title .countBox .countNumber {
  font-family: 'Pretendard-500';
  font-weight: 500;
  font-size: 1.25rem;
  color: #d9d9d9;
}

.game-result .share-sns-list .list-title .countBox .countNumber {
  font-family: 'SBAggroL';
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: normal;
}

.game-result .share-sns-list span {
  color: #000;
  text-align: center;
  font-family: 'SBAggroM';
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.01625rem;
}

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

.game-intro .share-sns-list .btn-share.kakao {
  width: 3.125rem;
  height: 3.125rem;
  background-size: contain;
  background-image: url('https://cdn.banggooso.com/assets/images/game223/share/kakao.png');
}

.game-intro .share-sns-list .btn-share.instagram {
  width: 3.125rem;
  height: 3.125rem;
  background-size: contain;
  background-image: url('https://cdn.banggooso.com/assets/images/game223/share/instagram.png');
}

.game-intro .share-sns-list .btn-share.twitter {
  width: 3.125rem;
  height: 3.125rem;
  background-size: contain;
  background-image: url('https://cdn.banggooso.com/assets/images/game223/share/twitter.png');
}

.game-intro .share-sns-list .btn-share.facebook {
  width: 3.125rem;
  height: 3.125rem;
  background-size: contain;
  background-image: url('https://cdn.banggooso.com/assets/images/game223/share/facebook.png');
}

.game-intro .share-sns-list .btn-share.link-copy {
  width: 3.125rem;
  height: 3.125rem;
  background-size: contain;
  background-image: url('https://cdn.banggooso.com/assets/images/game223/share/link.png');
}

.game-result .share-sns-list .btn-share.kakao {
  width: 3.5rem;
  height: 3.5rem;
  background-size: contain;
  background-image: url('https://cdn.banggooso.com/assets/images/game223/share/kakao_black.png');
}

.game-result .share-sns-list .btn-share.instagram {
  width: 3.5rem;
  height: 3.5rem;
  background-size: contain;
  background-image: url('https://cdn.banggooso.com/assets/images/game223/share/instagram_black.png');
}

.game-result .share-sns-list .btn-share.twitter {
  width: 3.5rem;
  height: 3.5rem;
  background-size: contain;
  background-image: url('https://cdn.banggooso.com/assets/images/game223/share/twitter_black.png');
}

.game-result .share-sns-list .btn-share.facebook {
  width: 3.5rem;
  height: 3.5rem;
  background-size: contain;
  background-image: url('https://cdn.banggooso.com/assets/images/game223/share/facebook_black.png');
}

.game-result .share-sns-list .btn-share.link-copy {
  width: 3.5rem;
  height: 3.5rem;
  background-size: contain;
  background-image: url('https://cdn.banggooso.com/assets/images/game223/share/link_black.png');
}

/* 결과 스타일 */

.game-result {
  padding: 0;
}

.game-result .container .result {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #222;
  color: white;
  padding: 1.25rem 0 2rem 0;
}

.game-result .container .result .result-image-background {
  width: 100%;
  height: auto;
  position: absolute;
  top: -4.75rem;
  z-index: -1;
}

.game-result .container .result .title {
  color: #fff;
  text-align: center;
  font-family: 'GmarketB';
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.25rem;
  text-shadow: 0px 0px 4px rgba(255, 240, 101, 0.5), 0px 0px 4px rgba(255, 240, 101, 0.5);
  margin: 0;
}

.game-result .container .result .capture-wrap {
  position: relative;
  width: 15.9375rem;
  height: 29.6875rem;
  margin-top: 0.77rem;
}

.game-result .container .result .capture-wrap .capture {
  width: 100%;
  height: 100%;
  background: transparent;
  pointer-events: none;
}

.game-result .container .result .capture-wrap img {
  width: 100%;
  height: 100%;
}

.game-result .container .result .capture-wrap .face_01,
.game-result .container .result .capture-wrap .face_02,
.game-result .container .result .capture-wrap .face_03,
.game-result .container .result .capture-wrap .face_04,
.game-result .container .result .capture-wrap .face_05,
.game-result .container .result .capture-wrap .face_06,
.game-result .container .result .capture-wrap .face_07,
.game-result .container .result .capture-wrap .face_08,
.game-result .container .result .capture-wrap .face_09,
.game-result .container .result .capture-wrap .face_10 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.game-result .container .result .capture-wrap .hair_01,
.game-result .container .result .capture-wrap .hair_02,
.game-result .container .result .capture-wrap .hair_03,
.game-result .container .result .capture-wrap .hair_04,
.game-result .container .result .capture-wrap .hair_05,
.game-result .container .result .capture-wrap .hair_06,
.game-result .container .result .capture-wrap .hair_07,
.game-result .container .result .capture-wrap .hair_08,
.game-result .container .result .capture-wrap .hair_09,
.game-result .container .result .capture-wrap .hair_10,
.game-result .container .result .capture-wrap .hair_11 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}

.game-result .container .result .capture-wrap .cloth_01,
.game-result .container .result .capture-wrap .cloth_02,
.game-result .container .result .capture-wrap .cloth_03,
.game-result .container .result .capture-wrap .cloth_04,
.game-result .container .result .capture-wrap .cloth_05,
.game-result .container .result .capture-wrap .cloth_06,
.game-result .container .result .capture-wrap .cloth_07,
.game-result .container .result .capture-wrap .cloth_08,
.game-result .container .result .capture-wrap .cloth_09,
.game-result .container .result .capture-wrap .cloth_10,
.game-result .container .result .capture-wrap .cloth_11 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.game-result .container .result .capture-wrap .item_01 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.game-result .container .result .capture-wrap .item_00,
.game-result .container .result .capture-wrap .item_02,
.game-result .container .result .capture-wrap .item_03,
.game-result .container .result .capture-wrap .item_04,
.game-result .container .result .capture-wrap .item_05,
.game-result .container .result .capture-wrap .item_06,
.game-result .container .result .capture-wrap .item_07,
.game-result .container .result .capture-wrap .item_08,
.game-result .container .result .capture-wrap .item_09,
.game-result .container .result .capture-wrap .item_10,
.game-result .container .result .capture-wrap .item_11,
.game-result .container .result .capture-wrap .item_12 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.game-result .container .result .capture-wrap .background_01,
.game-result .container .result .capture-wrap .background_02,
.game-result .container .result .capture-wrap .background_03,
.game-result .container .result .capture-wrap .background_04,
.game-result .container .result .capture-wrap .background_05,
.game-result .container .result .capture-wrap .background_06,
.game-result .container .result .capture-wrap .background_07,
.game-result .container .result .capture-wrap .background_08,
.game-result .container .result .capture-wrap .background_09,
.game-result .container .result .capture-wrap .background_10,
.game-result .container .result .capture-wrap .background_11,
.game-result .container .result .capture-wrap .background_12,
.game-result .container .result .capture-wrap .background_13 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.game-result .container .result .capture-wrap .phrase_00,
.game-result .container .result .capture-wrap .phrase_01,
.game-result .container .result .capture-wrap .phrase_02,
.game-result .container .result .capture-wrap .phrase_03,
.game-result .container .result .capture-wrap .phrase_04,
.game-result .container .result .capture-wrap .phrase_05,
.game-result .container .result .capture-wrap .phrase_06,
.game-result .container .result .capture-wrap .phrase_07,
.game-result .container .result .capture-wrap .phrase_08,
.game-result .container .result .capture-wrap .phrase_09,
.game-result .container .result .capture-wrap .phrase_10,
.game-result .container .result .capture-wrap .phrase_11,
.game-result .container .result .capture-wrap .phrase_12,
.game-result .container .result .capture-wrap .phrase_13,
.game-result .container .result .capture-wrap .phrase_14 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}

.game-result .container .result .capture-wrap .custom-text {
  position: absolute;
  width: 100%;
  top: 2.3rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.3rem;
  color: black;
  z-index: 999;
  font-family: 'GmarketM';
  text-align: center;
}

.game-result .container .result .press {
  color: #fff;
  text-align: center;
  font-family: 'Pretendard-400';
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375rem;
  display: flex;
  align-items: center;
  gap: 0.2rem;
  margin-top: 0.75rem;
}

.game-result .container .result .press img {
  width: 1.25rem;
  height: 1.25rem;
}

.game-result .container .text {
  width: 100%;
  background-color: #222;
}

.game-result .container .text img {
  width: 100%;
  height: auto;
}

.game-result .container .banner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  background-color: #f54c2f;
  color: #fff;
  text-align: center;
  font-family: 'SBAggroM';
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  overflow: hidden;
  width: 100%;
  height: 3.4375rem;
  white-space: nowrap;
  position: relative;
}

.game-result .container .banner.dark {
  background-color: black !important;
  color: white !important;
}

.banner .loop-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  height: 3.4375rem;
  overflow: hidden;
}

.loop-text {
  white-space: nowrap;
  letter-spacing: normal;
}

.loop-text:nth-child(odd) {
  animation: loop 5s -2.5s linear infinite;
}

.loop-text:nth-child(even) {
  animation: loop2 5s linear infinite;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}

.game-result .container .desc {
  background-color: #f8f5e1;
  padding-top: 2rem;
}

.game-result .container .desc .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 0.625rem;
  background-color: #e3debf;
}

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

.game-result .container .desc .container .goal span {
  display: flex;
  width: 6.75rem;
  padding: 0rem 0.75rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  align-self: stretch;
  border-radius: 62.4375rem;
  border: 2px solid #000;
  background-color: #fff;
  color: #000;
  text-align: center;
  font-family: 'Pretendard-700';
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.25rem;
  margin-bottom: 0.62rem;
}

.game-result .container .desc .container p {
  color: #000;
  text-align: center;
  font-family: 'Pretendard-700';
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.375rem;
}

.game-result .container .desc .container .ganggang {
  position: relative;
  width: 100%;
}

.game-result .container .desc .container .ganggang.basic {
  height: 20rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem 0 3.75rem 0;
}

.game-result .container .desc .container .ganggang.double {
  height: 27.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem 0 3.12rem 0;
}

.game-result .container .desc .container .ganggang.triple {
  height: 31.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem 0 3.12rem 0;
}

.game-result .container .desc .container .ganggang.basic .moon_present {
  width: 20rem;
  height: 20rem;
  position: absolute;
}

.game-result .container .desc .container .ganggang.double .moon_present {
  width: 15rem;
  height: 15rem;
  position: absolute;
}

.game-result .container .desc .container .ganggang.triple .moon_present {
  width: 10rem;
  height: 10rem;
  position: absolute;
}

.game-result .container .desc .container .ganggang.basic .gang_first {
  width: 20rem;
  height: 20rem;
  animation: rotateClockwise 10s linear infinite;
  position: absolute;
}

.game-result .container .desc .container .ganggang.double .gang_first {
  width: 15rem;
  height: 15rem;
  animation: rotateClockwise 10s linear infinite;
  position: absolute;
}

.game-result .container .desc .container .ganggang.triple .gang_first {
  width: 10rem;
  height: 10rem;
  animation: rotateClockwise 10s linear infinite;
  position: absolute;
}

.game-result .container .desc .container .ganggang.double .gang_second {
  width: 27.5rem;
  height: 27.5rem;
  animation: rotateAntiClockwise 10s linear infinite;
  position: absolute;
}

.game-result .container .desc .container .ganggang.triple .gang_second {
  width: 20rem;
  height: 20rem;
  animation: rotateAntiClockwise 10s linear infinite;
  position: absolute;
}

.game-result .container .desc .container .ganggang.triple .gang_third {
  width: 31.25rem;
  height: 31.25rem;
  animation: rotateClockwise 10s linear infinite;
  position: absolute;
}

@keyframes rotateClockwise {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes rotateAntiClockwise {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}

.game-result .container .desc .first,
.game-result .container .desc .second,
.game-result .container .desc .third {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.game-result .container .desc .first {
  margin-bottom: 2.5rem;
}

.game-result .container .desc .first p {
  color: #000;
  text-align: center;
  font-family: 'SBAggroM';
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0.5rem 0 1rem 0;
  letter-spacing: normal;
  width: 27.5rem;
}

.game-result .container .desc .first ul {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 26.3rem;
  margin-left: 1.25rem;
}

.game-result .container .desc .first ul li {
  display: flex;
  align-items: center;
}

.game-result .container .desc .first ul li img {
  width: 1.15844rem;
  height: 1.125rem;
}

.game-result .container .desc .first ul li p {
  margin: 0;
  color: #000;
  font-family: 'Pretendard-500';
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.875rem; /* 150% */
  margin-left: 0.62rem;
  text-align: start;
}

.svg {
  width: 5.625rem;
  height: 2.5rem;
}

.svg-skip {
  width: 1.5rem;
  height: 1.5rem;
  transform: translateY(-0.06rem);
}

.polygon {
  width: 1.625rem;
  height: 0.8125rem;
  position: absolute;
  bottom: -0.8125rem;
  left: 50%;
  transform: translateX(-50%);
}

.deco {
  width: 1.5rem;
  height: 1.125rem;
}

.game-result .share {
  background-color: #e3debf;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.game-result .share .cloud-moon-deco {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  z-index: -1;
}

.game-result .share .letter {
  display: flex;
  flex-direction: column;
  margin: 3.44rem 0 2.06rem 0;
  padding: 0.75rem 1.5rem 1rem 1.5rem;
  justify-content: center;
  gap: 0.25rem;
  border-radius: 0.625rem;
  background-color: #f8f5e1;
  width: 22.0625rem;
}

.game-result .share .letter span {
  color: #717171;
  font-family: 'Pretendard-600';
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  text-align: center;
}

.game-result .share .letter p {
  color: #000;
  font-family: 'Pretendard-600';
  font-size: 1.1875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.625rem;
  text-align: center;
}

.game-result .container .desc .third {
  margin: 3.75rem 0;
}

.game-result .container .desc .second .alert-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
}

.game-result .container .desc .second .alert-container .alert {
  width: 100%;
}

.game-result .container .desc .second .alert-container .alert-arrow {
  width: auto;
  height: 0.9375rem;
  transform: translateY(-0.1rem);
}

.game-result .container .desc .second .title {
  color: #000;
  text-align: center;
  font-family: 'SBAggroM';
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem;
  margin: 1.5rem 0 0.63rem 0;
  letter-spacing: normal;
}

.game-result .container .desc .third .title {
  font-size: 1.875rem;
  color: #000;
  text-align: center;
  font-family: 'SBAggroM';
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem;
  margin: 1.5rem 0 0.63rem 0;
  letter-spacing: normal;
}

.game-result .container .desc .second .title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

.game-result .container .desc .second .title span {
  display: inline-block;
}

.game-result .container .desc .third .title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

.game-result .container .desc .third .title .heart {
  width: 1.5rem;
  height: 1.351rem;
}

.game-result .container .desc .second .desc1 {
  color: #000;
  text-align: center;
  font-family: 'Pretendard-500';
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.875rem;
  letter-spacing: normal;
}

.game-result .container .desc .second .desc1 span {
  color: #294f44;
  font-family: 'Pretendard-700';
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.875rem;
}

.game-result .container .desc .second .text1 {
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  font-family: 'Pretendard-400';
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3125rem; /* 150% */
  letter-spacing: -0.00875rem;
  margin: 0.25rem 0 0.88rem 0;
}

.game-result .container .desc .second .event-container,
.game-result .container .desc .third .gang-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
}

.game-result .container .desc .third .gang-container .area3 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.game-result .container .desc .third .gang-container .event2_price {
  width: 31.25rem;
  height: auto;
}

.game-result .container .desc .second .event-container .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}

.game-result .container .desc .second .event-container .container .invite {
  display: flex;
  padding: 0.6875rem 1.25rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  align-self: stretch;
  border-radius: 62.4375rem;
  border: 1.5px solid #000;
  background: #fff;
  width: 24.125rem;
  color: #000;
  text-align: center;
  font-family: 'Pretendard-700';
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem;
}

.game-result .container .desc .container .arrow_down {
  width: 2.375rem;
  height: 2.375rem;
}

.game-result .container .desc .second .event-container .price1 {
  width: 31.25rem;
  height: auto;
  margin-bottom: 0.5rem;
}

.game-result .container .desc .second .event-container .price {
  width: 15.75rem;
  height: auto;
}

.game-result .container .desc .second .event-container .area {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.game-result .container .desc .second .event-container .method {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.game-result .container .desc .second .event-container .notice {
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  font-family: 'Pretendard-400';
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: -0.00875rem;
}

.game-result .container .desc .second .event-container .notice a {
  color: rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.game-result .container .desc .second .event-container .method .desc2 {
  color: #000;
  text-align: center;
  font-family: 'Pretendard-500';
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75rem;
  letter-spacing: normal;
}

.game-result .container .desc .second .event-container .method .desc2 .green {
  color: #294f44;
  font-family: 'Pretendard-700';
  font-size: 1.3125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.875rem;
}

.game-result .container .desc .second .event-container .method .desc2 .limit {
  color: #000;
  font-family: 'Pretendard-600';
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.6875rem;
}

.game-result .container .desc .second .event-container .method .warning {
  display: flex;
  padding: 0.625rem 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border-radius: 0.625rem;
  background-color: rgba(255, 255, 255, 0.6);
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  font-family: 'Pretendard-500';
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem; /* 160% */
  margin: 0.62rem 0;
  letter-spacing: normal;
}

.game-result .container .desc .third .desc3 {
  color: #000;
  text-align: center;
  font-family: 'Pretendard-500';
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.875rem;
  letter-spacing: normal;
  margin-bottom: 0.62rem;
}

.game-result .container .desc .third .desc3 span {
  font-family: 'Pretendard-700';
  font-weight: 700;
}

.game-result .container .desc .second .event-container .desc2 span {
  font-family: 'Pretendard-700';
  font-weight: 700;
}

.game-result .container .desc .third .gang-container .desc4 {
  color: #333;
  text-align: center;
  font-family: 'Pretendard-700';
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: normal;
}

.game-result .container .desc .third .gang-container .desc4 .highlight {
  display: inline-flex;
  padding: 0.125rem 0.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  background-color: #f54c2f;
  color: #fff;
  text-align: center;
  font-family: 'Pretendard-700';
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75rem;
}

.game-result .container .desc .third .gang-container .desc4 .method {
  color: #333;
  text-align: center;
  font-family: 'Pretendard-500';
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.875rem;
}

.game-result .container .desc .third .gang-container .desc4 .method span {
  color: #f54c2f;
  font-family: 'Pretendard-700';
  font-weight: 700;
}

.game-result .container .desc .second .period,
.game-result .container .desc .third .period {
  color: rgba(0, 0, 0, 0.7);
  display: flex;
  padding: 0.625rem 1rem;
  justify-content: center;
  align-items: center;
  font-family: 'Pretendard-500';
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.625rem;
  letter-spacing: normal;
  border-radius: 0.625rem;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 0.625rem 1rem;
}

.game-result .container .desc .third .period {
  text-align: center;
}

.game-result .container .desc .second .event-container .period,
.game-result .container .desc .third .gang-container .period {
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
  font-family: 'Pretendard-400';
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.01rem;
}

.game-result .container .desc .second .event-container .period span,
.game-result .container .desc .third .gang-container .period span {
  font-family: 'Pretendard-500';
  font-weight: 500;
}

.game-result .container .desc .second .event-container .method,
.game-result .container .desc .third .gang-container .method {
  font-size: 0.875rem;
  font-family: 'Pretendard-400';
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
}

.game-result .container .desc .second .event-container .method,
.game-result .container .desc .third .gang-container .method {
  margin: 0;
}

.game-result .container .desc .third .gang-container .notice2 {
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  font-family: 'Pretendard-400';
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.00875rem;
}

.game-result .container .desc .second .event,
.game-result .container .desc .third .gang-area {
  display: flex;
  width: 27.5rem;
  height: 12.5rem;
  padding: 0.625rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  align-self: stretch;
  border-radius: 1.25rem;
  border: 3px solid #000;
  background-color: #fff;
  color: #000;
  text-align: center;
  font-family: 'SBAggroM';
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.game-result .container .desc .second .event-btn,
.game-result .container .desc .third .hashtag-btn {
  display: flex;
  width: 27.5rem;
  height: 5rem;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 0.625rem;
  background-color: #294f44;
  color: #fff;
  text-align: center;
  font-family: 'Pretendard-700';
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: normal;
}

.game-result .container .desc .fourth {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 3.75rem;
}

.game-result .container .desc .fourth .present_image {
  width: 25rem;
  height: auto;
  margin-bottom: 1rem;
}

.game-result .container .desc .fourth p {
  color: #333;
  text-align: center;
  font-family: 'Pretendard-700';
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75rem;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  margin-bottom: 1rem;
  letter-spacing: normal;
}

.game-result .container .desc .fourth p .eyes {
  width: 1.5rem;
  height: 1.5rem;
}

.game-result .container .desc .fourth .btn-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.62rem;
}

.game-result .container .desc .fourth .btn-container .present_set {
  display: flex;
  width: 27.5rem;
  height: 5rem;
  justify-content: center;
  align-items: center;
  border-radius: 0.625rem;
  background-color: #222;
  color: #fff;
  text-align: center;
  font-family: 'Pretendard-700';
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.game-result .container .desc .fourth .btn-container .download {
  display: flex;
  width: 27.5rem;
  height: 5rem;
  justify-content: center;
  align-items: center;
  border-radius: 0.625rem;
  background-color: #222;
  color: #fff;
  text-align: center;
  font-family: 'Pretendard-700';
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* 모달 스타일 */

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

.dim .modal-container {
  position: relative;
  width: 26.3rem;
  height: 36.5rem;
}

.dim .modal-container .close {
  position: absolute;
  top: 0.62rem;
  right: 0.62rem;
  width: 2rem;
  height: 2rem;
  z-index: 999;
}

.dim .modal {
  display: flex;
  padding: 1.5rem 0;
  flex-direction: column;
  align-items: center;
  position: relative;
  border-radius: 0.9375rem;
  background-color: #fff;
  box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
}

.dim .modal .title {
  color: #333;
  text-align: center;
  font-family: 'Pretendard-700';
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.875rem; /* 125% */
  letter-spacing: -0.015rem;
  margin-bottom: 1.5rem;
}

.dim .modal .scroll-area {
  overflow: scroll;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.5rem 1.18rem 0 1.9rem;
  margin-right: 0.7rem;
  overflow-x: hidden;
}

.dim .modal .scroll-area::-webkit-scrollbar {
  display: flex;
  width: 0.3rem;
  height: 3.75rem;
}

.dim .modal .scroll-area::-webkit-scrollbar-thumb {
  background-color: #d9d9d9;
  border-radius: 1rem;
}

.dim .modal .input {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 0.62rem;
}

.dim .modal .input input::placeholder {
  color: rgba(51, 51, 51, 0.3);
  outline: none;
}

.dim .modal .input .name,
.dim .modal .input .number,
.dim .modal .input .hpoint {
  display: flex;
  width: 100%;
  height: 3rem;
  padding: 0rem 1rem;
  justify-content: center;
  align-items: center;
  border-radius: 0.625rem;
  background-color: #f6f6f6;
  color: #000;
  font-family: 'Pretendard-500';
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: -0.0125rem;
}

.dim .modal .input .name::placeholder,
.dim .modal .input .number::placeholder,
.dim .modal .input .hpoint::placeholder {
  color: rgba(51, 51, 51, 0.5);
}

.dim .modal.input .policy {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.dim .modal.input .policy .policy-title {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 1rem;
}

.dim .modal.input .policy p {
  color: rgba(51, 51, 51, 0.7);
  text-align: center;
  font-family: 'Pretendard-400';
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.01125rem;
}

.dim .modal.input .policy p .arrow-right {
  width: 0.37631rem;
  height: 0.66775rem;
  transition: transform 0.2s linear;
}

.dim .modal.input .policy p .arrow-right.active {
  transform: rotate(90deg);
}

.dim .modal.input .policy .check-box {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  color: rgba(51, 51, 51, 0.7);
  text-align: center;
  font-family: 'Pretendard-400';
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: -0.01125rem;
}

.dim .modal.input .policy .check-box input {
  display: none;
}

.dim .modal.input .policy .check-box label::before {
  content: '';
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 0.25rem;
  border: 1px solid rgba(51, 51, 51, 0.5);
  background: rgba(51, 51, 51, 0.1);
}

.dim .modal.input .policy .check-box input:checked + label::before {
  background-image: url('https://cdn.banggooso.com/assets/images/game223/result/check_small.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 70% 70%;
}

.dim .modal.input .policy .policy-content {
  display: none;
  color: rgba(51, 51, 51, 0.5);
  font-family: 'Pretendard-400';
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: -0.01rem;
  flex-direction: column;
  align-items: center;
  padding: 0.84rem 1rem 0 1rem;
}

.dim .modal.input .policy .policy-content li {
  list-style-type: decimal;
}

.dim .modal .confirm {
  margin: 1rem 0;
  width: 23.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.dim .modal .confirm span {
  display: inline-block;
  align-self: flex-start;
  color: rgba(51, 51, 51, 0.7);
  font-family: 'Pretendard-600';
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.625rem;
  letter-spacing: -0.01125rem;
  margin: 0;
}

.dim .modal .confirm ul {
  width: 22.75rem;
  transform: translateX(0.7rem);
}

.dim .modal .confirm li {
  list-style-type: disc !important;
  color: rgba(51, 51, 51, 0.7);
  font-family: 'Pretendard-400';
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: -0.01rem;
}

.dim .modal .confirm li span {
  font-size: 1rem;
}

.dim .modal .submit {
  display: flex;
  width: 100%;
  padding: 1.25rem 0rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border-radius: 0.625rem;
  background-color: #294f44;
  color: #fff;
  text-align: center;
  font-family: 'Pretendard-700';
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.0625rem; /* 137.5% */
  margin-top: 1.25rem;
}

.dim .modal.success {
  height: fit-content;
  display: none;
  border-radius: 0.9375rem;
  background: #fff;
  box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem 1.25rem 2rem 1.25rem;
}

.dim .modal.success .title {
  color: #333;
  text-align: center;
  font-family: 'Pretendard-700';
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.875rem;
  letter-spacing: -0.015rem;
}

.dim .modal .title.fail {
  margin: 0 !important;
}

.dim .modal.success .fail-notice {
  color: #294f44;
  text-align: center;
  font-family: 'Pretendard-600';
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.875rem;
  letter-spacing: -0.01125rem;
}

.dim .modal.success .popup_image {
  width: 12rem;
  height: auto;
  margin: 1.5rem 0 0.75rem 0;
}

.dim .modal.success p {
  color: rgba(51, 51, 51, 0.7);
  text-align: center;
  font-family: 'Pretendard-400';
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
  letter-spacing: -0.01125rem;
  margin-bottom: 1.5rem;
}

.dim .modal.success p span {
  font-family: 'Pretendard-700';
  font-weight: 700;
}

.dim .modal.success .btn-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.dim .modal.success .btn-container .present_set,
.dim .modal.success .btn-container .download {
  display: flex;
  width: 23.4375rem;
  justify-content: center;
  align-items: center;
  border-radius: 0.625rem;
  background-color: #294f44;
  color: #fff;
  text-align: center;
  font-family: 'Pretendard-700';
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.0625rem;
  letter-spacing: normal;
  padding: 1.25rem 0;
}

.dim-fail {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: none;
  justify-content: center;
  align-items: center;
}

.dim-fail .modal {
  width: 26.3rem;
  height: fit-content;
  position: relative;
  padding: 1.5rem 0rem 2rem 0rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  border-radius: 0.9375rem;
  background-color: #fff;
  box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.1);
}

.dim-fail .modal .close {
  position: absolute;
  top: 0.62rem;
  right: 0.62rem;
  width: 2rem;
  height: 2rem;
}

.dim-fail .modal .title {
  color: #333;
  text-align: center;
  font-family: 'Pretendard-700';
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.875rem; /* 125% */
  letter-spacing: -0.015rem;
}

.dim-fail .modal .popup_image {
  width: 12rem;
  height: auto;
}

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

.restart {
  width: 100%;
  background-color: #222;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 3.5rem;
}

.restart .replay {
  width: 1.5rem;
  height: 1.5rem;
}

.restart a {
  display: flex;
  width: 12.375rem;
  height: 5rem;
  padding: 0rem 2.5rem;
  justify-content: center;
  align-items: center;
  border-radius: 0.625rem;
  background-color: #f94c2d;
  color: #fff;
  text-align: center;
  font-family: 'Pretendard-700';
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  gap: 0.3rem;
}
