:root {
  --es-font: 'Pretendard';
  --es-rounded-font: 'RixGulim';
  --es-color-grayscale1: #808080;
  --es-color-grayscale2: #333333;
  --es-color-primary: #ed6384;
  --es-color-secondary: #8379ec;
}

/* -------------common------------- */

* {
  font-family: var(--es-font);
}

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

body {
  margin: 0;
  padding: 0;
  font-family: var(--es-font);
}

body.no-scroll {
  overflow-y: hidden;
}

a {
  text-decoration: none;
}

a.swiper-slide-wrapper,
a.thumbnail,
a.content-wrapper {
  color: #000;
  text-decoration: none;
  outline: none;
}

a.swiper-slide-wrapper:hover,
a.swiper-slide-wrapper:active,
a.thumbnail:hover,
a.thumbnail:active,
a.content-wrapper:hover,
a.content-wrapper:active {
  text-decoration: none;
  color: #000;
  background-color: transparent;
}

p {
  margin: 0;
}

.d-none {
  display: none !important;
}

.app-wrapper {
  position: relative;
  width: 500px;
  margin: 0 auto;
  font-family: var(--sc-font);
  background-color: #f6f6f6;
}

.app-wrapper.bg-white {
  background-color: #fff !important;
}

.app-wrapper.bg-grayscale1 {
  background-color: rgba(242, 242, 242, 1) !important;
}

.app-wrapper.bg-grayscale2 {
  background-color: rgba(235, 235, 235, 1) !important;
}

.app-wrapper.bg-gradient1 {
  background-color: #46467a !important;
  background-image: linear-gradient(#46467a, #ed638433) !important;
}

.app-wrapper.bg-gradient2 {
  background: linear-gradient(0deg, #46467a, #46467a),
    linear-gradient(166.34deg, rgba(131, 121, 236, 0) 34.01%, rgba(131, 121, 236, 0.2) 76.96%) !important;
}

.btn-clickable {
  cursor: pointer !important;
}

.btn-clickable:active {
  opacity: 0.7 !important;
}

/* 튜토리얼 오버레이용 bg */
.app-wrapper.bg-tutorial {
  background-color: #575757 !important;
}

article,
.tarot,
.tarot-pick,
.tarot-result {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

.content-wrapper {
  display: flex;
  flex-direction: column;
  /* gap: 1rem; */
  overflow-x: hidden;
  position: relative;
}

.banner-wrapper {
  background-color: #fff;
  padding: 1.875rem 1.25rem 3.125rem 1.25rem;
}

.content-wrapper#tutorial {
  background-color: #fff;
}

.myShop .content-wrapper {
  gap: 0;
}

article.home > .content-wrapper {
  padding-bottom: 4.25rem;
}

/* 
article.myShop > .content-wrapper,
article.send > .content-wrapper{
  padding-top: 8rem;
}

article.send.detail > .content-wrapper,
article.send.result > .content-wrapper{
  padding-top: 4rem !important;
} */

.content-wrapper::-webkit-scrollbar {
  display: none;
}

img {
  width: 100%;
  -webkit-touch-callout: none;
}

.row {
  display: flex;
}

.row .col-1 {
  flex: 1;
}

.row .col-2 {
  flex: 2;
}

.row .col-3 {
  flex: 3;
}

.row .col-4 {
  flex: 4;
}

.row .col-5 {
  flex: 5;
}

.row .col-6 {
  flex: 6;
}

.row .col-7 {
  flex: 7;
}

.row .col-8 {
  flex: 8;
}

.row .col-9 {
  flex: 9;
}

/* -------------font------------- */
@font-face {
  font-family: 'Pretendard';
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Pretendard';
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Pretendard';
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Pretendard';
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Pretendard';
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Pretendard';
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Pretendard';
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Pretendard';
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Pretendard';
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Gaegu';
  font-weight: 700;
  src: url('https://cdn.banggooso.com/assets/fonts/Gaegu-Bold.ttf') format('truetype');
}

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

@font-face {
  font-family: 'WILDgag';
  font-weight: 700;
  src: url('https://cdn.banggooso.com/assets/fonts/WILDgag-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');
}

/* -------------nav-bar------------- */
.nav-bar-wrapper {
  z-index: 9999;
  height: 4.25rem;
  background-color: #fff;
  bottom: 0;
  width: 500px;
  border-top: 0.5px solid #eaeaea;
  position: fixed;
}

.nav-bar-wrapper .nav-bar {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 4.25rem;
}

.nav-bar-wrapper .nav-bar > a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.2rem;
}

.nav-bar-wrapper .nav-bar .menu-list .menu-icon {
  text-align: center;
  background-position: center;
  width: 3rem;
  height: 2rem;
  background-repeat: no-repeat;
  margin: 0 auto;
  background-size: 2rem;
}

.nav-bar-wrapper .nav-bar .menu-list .menu-name {
  font-family: RixGulim B;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 0.875rem;
  text-align: center;
  color: #6d6d6d;
}

.nav-bar-wrapper .nav-bar .menu-list#home .menu-name.active,
.nav-bar-wrapper .nav-bar .menu-list#vote .menu-name.active,
.nav-bar-wrapper .nav-bar .menu-list#school .menu-name.active,
.nav-bar-wrapper .nav-bar .menu-list#my .menu-name.active,
.nav-bar-wrapper .nav-bar .menu-list#emotion .menu-name.active {
  color: #0c0c0c;
}

.nav-bar-wrapper .nav-bar .menu-list#home .menu-icon {
  background-image: url(https://cdn.banggooso.com/assets/images/nav-icons/home-off.png);
}

.nav-bar-wrapper .nav-bar .menu-list#vote .menu-icon {
  background-image: url(https://cdn.banggooso.com/assets/images/nav-icons/vote-off.png);
}

.nav-bar-wrapper .nav-bar .menu-list#school .menu-icon {
  background-image: url(https://cdn.banggooso.com/assets/images/nav-icons/school-off.png);
}

.nav-bar-wrapper .nav-bar .menu-list#my .menu-icon {
  background-image: url(https://cdn.banggooso.com/assets/images/nav-icons/my-off.png);
}

.nav-bar-wrapper .nav-bar .menu-list#emotion .menu-icon {
  background-image: url(https://cdn.banggooso.com/assets/images/nav-icons/emotion-off.png);
}

.nav-bar-wrapper .nav-bar .menu-list#home .menu-icon.active {
  background-image: url(https://cdn.banggooso.com/assets/images/nav-icons/home-on.png);
}

.nav-bar-wrapper .nav-bar .menu-list#vote .menu-icon.active {
  background-image: url(https://cdn.banggooso.com/assets/images/nav-icons/vote-on.png);
}

.nav-bar-wrapper .nav-bar .menu-list#school .menu-icon.active {
  background-image: url(https://cdn.banggooso.com/assets/images/nav-icons/school-on.png);
}

.nav-bar-wrapper .nav-bar .menu-list#my .menu-icon.active {
  background-image: url(https://cdn.banggooso.com/assets/images/nav-icons/my-on.png);
}

.nav-bar-wrapper .nav-bar .menu-list#emotion .menu-icon.active {
  background-image: url(https://cdn.banggooso.com/assets/images/nav-icons/emotion-on.png);
}

/* -------------common top-bar------------- */
.top-bar {
  width: 500px;
  color: #fff;
  z-index: 9999;
  height: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  /* position: fixed; */
  /* opacity: 0.9; */
  flex-shrink: 0;
}

.main.sell .top-bar {
  background: rgba(70, 70, 122, 0.9);
  backdrop-filter: blur(15px);
}

.main.buy .top-bar {
  background: rgba(255, 203, 215, 1);
}

.top-bar .title {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 4rem;
  text-align: center;
  color: #000;
}

.main.sell .top-bar .title,
.main.buy .top-bar .title {
  color: #fff;
}

/* top-bar back button */
.top-bar > .top-bar-wrapper {
  position: relative;
}

.top-bar > .top-bar-wrapper > .back-btn {
  position: absolute;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.top-bar > .top-bar-wrapper > .back-btn > img {
  width: 2rem;
  margin-left: 0.375rem;
  padding: 0.625rem;
}

/* -------------home top-bar------------- */
article.home .top-bar {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 2rem;
  height: 4.75rem;
  opacity: 1;
  flex-direction: row;
}

article.home .top-bar .logo {
  /* width: 9.9rem; */
  width: 9.75rem;
}

article.home .top-bar img {
  width: 100%;
}

article.home .top-bar .menu {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  width: 15rem;
  justify-content: flex-end;
}

article.home .top-bar .menu > div#calender,
article.home .top-bar .menu > div#store,
article.home .top-bar .menu > div#home {
  width: 2rem;
  height: 2rem;
}

article.home .top-bar .menu .cost {
  color: #0c0c0c99;
  font-size: 0.95rem;
  font-weight: 400;
}

article.home .top-bar .menu > div#calender img,
article.home .top-bar .menu > div#store img,
article.home .top-bar .menu > div#home img {
  width: 100%;
}

article.home .top-bar .menu .cost-wrapper img {
  height: 1.375rem;
  width: 1.375rem;
}

article.home .top-bar .menu .cost-wrapper {
  border-radius: 999px;
  display: flex;
  box-shadow: 0 0 0 1px #0000001a inset;
  align-items: center;
  justify-content: space-evenly;
  padding: 0.375rem 0.75rem;
  gap: 0.25rem;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* -------------content ------------- */
/* content class hierarchie
|content-wrapper
|---content
|------title
|------sub-title
*/

/* common */
.content {
  background-color: #fff;
  padding: 1.5rem 1.25rem;
}

.content > .title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8rem;
  margin-bottom: 0.375rem;
}

.content .sub-title {
  font-size: 1.1rem;
  font-weight: 400;
  margin-bottom: 1.25rem;
  color: #33333380;
}

/* -------------[home]content ------------- */

article.home .content .title {
  font-size: 1.75rem;
  line-height: 2.125rem;
}

article.home .content .sub-title {
  font-size: 1.125rem;
  line-height: 1.375rem;
}

/* [home]content card*/
.content#card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 3.125rem;
  padding-bottom: 0;
}

.content#card > div.col {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0;
}

.content#card > div.col > div,
.content#card > div.col > a {
  width: 48%;
}

.content#card a img,
.content#card div img {
  width: 100%;
}

/* [home]content send */
.content#send {
  padding: 3.125rem 0rem 1.875rem 1.25rem;
}

.content#send .title {
  position: relative;
}

.content#send .title .expand {
  position: absolute;
  right: 1.25rem;
  cursor: pointer;
  opacity: 0.4;
}

.content#send .title .expand span {
  font-weight: 500;
  color: #333333;
  font-size: 1.125rem;
  line-height: 1.25rem;
}

.content#send .title .expand img {
  width: 1rem;
  height: 1rem;
  margin: -0.1rem 0rem;
}

.content#send .swiper .swiper-wrapper {
  width: 8.8rem;
}

.content#send .swiper .swiper-wrapper .swiper-slide {
  width: 8.8rem;
  height: 13.5rem;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.content#send .swiper .swiper-wrapper .swiper-slide.limited {
  border: 3px solid transparent;
  background: linear-gradient(#fff, #fff), linear-gradient(158.7deg, #8379ec 2.36%, #bcb5ff 44.05%, #8379ec 96.74%);
  background-origin: border-box;
  background-clip: content-box, border-box;
}

.content#send .swiper .swiper-wrapper .swiper-slide img:nth-child(1):not(.card-badge) {
  width: 100%;
  position: relative;
}

.content#send .swiper .swiper-wrapper .swiper-slide img#new_badge {
  width: 3.25rem;
  position: absolute;
  top: 0;
  left: 0;
}

.content#send .swiper .swiper-wrapper .swiper-slide img#limited_badge {
  width: 4.4rem;
  position: absolute;
  top: 0;
  left: 0;
}

.content#send .swiper .swiper-wrapper .swiper-slide .sold-out {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.875rem;
  font-weight: 700;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
}

/* [home]banner wrapper */
article.home .banner-wrapper {
  padding: 0 1.25rem;
}

/* [home]content banner */
.content#banner {
  background-color: #46467a;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 0.315rem;
  height: 5.625rem;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  padding: 0 1.25rem;
}

.content#banner .title {
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  line-height: 1.5rem !important;
  margin-bottom: 0rem !important;
}

.content#banner .sub-title {
  font-size: 0.9rem !important;
  font-weight: 500 !important;
  color: #fff !important;
  margin-bottom: 0rem !important;
  opacity: 0.8;
}

.content#banner div.iWrapper {
  position: absolute;
  width: 8.875rem;
  top: 0.875rem;
  right: 1rem;
}

.content#banner span.iWrapper {
  width: 1.75rem;
  position: absolute;
  top: 1.1rem;
  left: 16.8rem;
}

/* [home]content landing */
.content#landing {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 3.125rem 1.25rem 0;
}

.content#landing .col,
.content#landing .row {
  display: flex;
  text-align: center;
  justify-content: space-between;
  gap: 1rem;
}

.content#landing .col:nth-child(1) > a {
  width: 33%;
}

.content#landing .col:nth-child(2) > a {
  width: 50%;
}

.content#landing .col > a > img {
  width: 100%;
}

.content#landing .row a .item {
  display: flex;
  justify-content: space-between;
}

.content#landing .col a .item .title,
.content#landing .row a .item .title {
  font-size: 1.25rem;
  font-weight: 700;
}

.content#landing .col a .item .iWrapper {
  width: 6.25rem;
  height: 6.25rem;
}

.content#landing .row a .item .iWrapper {
  width: 3.125rem;
  height: 3.125rem;
}

.content#landing .col a .item .iWrapper img,
.content#landing .row a .item .iWrapper img {
  width: 100%;
}

.content#landing .col a .item .desc,
.content#landing .row a .item .desc {
  font-size: 0.81rem;
  font-weight: 400;
}

/* [home]content slogan */
.content#slogan {
  background-color: #fff;
  padding: 0rem 1.3rem;
  height: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 0;
}

.content#slogan div,
.content#slogan img {
  position: absolute;
}

.content#slogan img {
  width: 100%;
}

.content#slogan div {
  color: #46467a;
  font-weight: 500;
  font-size: 1.0625rem;
  width: 100%;
  text-align: center;
  top: 1.8rem;
  font-size: 1.125rem;
}

/* [home]content share */
.content#share {
  background-color: transparent;
  padding: 3rem 0rem 6.25rem 0rem;
}

.content#share .share-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.share-cnt-wrap {
  position: relative;
  opacity: 0.6;
}

.content#share .share-wrapper .share-title {
  font-size: 1.35rem;
  font-weight: 700;
  text-align: center;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  justify-content: center;
}

.content#share .share-wrapper .share-sub-title {
  text-align: center;
  font-size: 1.5625rem;
  line-height: 1.625rem;
  color: #333333b2;
  display: flex;
  gap: 0.625rem;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
}

.content#share .share-wrapper .share-sub-title div:nth-child(1) {
  width: 6.618rem;
}

.content#share .share-wrapper .share-sub-title div:nth-child(3) {
  width: 10.25rem;
}

.content#share .share-wrapper .share-title img {
  width: 1rem;
}

.content#share .share-wrapper .share-title .share-cnt-wrap > span {
  font-size: 1rem;
  position: absolute;
  top: 0.2rem;
  color: #333333;
  left: 1rem;
}

.content#share .share-wrapper .share-sns-list {
  display: flex;
  justify-content: center;
  height: 3.7rem;
}

.content#share .share-wrapper .share-sns-list img {
  width: 4rem;
  height: 4rem;
}

/* [home]content tot*/
.content#tot {
  padding: 3.125rem 0 0 0;
}

.content#tot > div.send-receive-wrapper {
  padding: 1.5rem 1.25rem;
  display: flex;
  justify-content: center;
  background-color: #f3effe;
  font-size: 1.25rem;
  font-weight: 400;
}

.content#tot > div > div > span.send-receive-tot {
  font-weight: 700;
}

/* -------------[main_slider] content ------------- */
/* 젼언니 이벤트용 임시 스타일 추가  */
/* #main_slider.content {
  position: relative;
  z-index: 1;
  border-radius: 1.25rem 1.25rem 0 0;
  background: #fff;
  box-shadow: 0 -12px 44px -28px rgba(0, 0, 0, 0.22);
} */

#main_slider .slider-header-box {
  display: flex;
  padding: 1.75rem 1.25rem 0rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.38rem;
  align-self: stretch;
}

#main_slider .slider-header-box .title {
  color: #333;
  font-family: 'Pretendard';
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2.125rem;
  letter-spacing: -0.0175rem;
}

#main_slider .slider-header-box .sub-title {
  color: rgba(51, 51, 51, 0.5);
  font-family: 'Pretendard';
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: -0.01125rem;
  margin: 0;
}

#main_slider .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 16.25rem;
  height: 25rem;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 0px 15px 0px rgba(70, 70, 122, 0.15);
  position: relative;
}

#main_slider .swiper-slide img {
  display: block;
  width: 100%;
}

#main_slider .swiper-pagination {
  position: unset;
  margin-top: 1.5625rem;
}

#main_slider .slider-title {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: end;
  width: 14.25rem;
  height: 6.125rem;
  font-size: 1.625rem;
  color: #ffffff;
  padding: 1rem;
  background: linear-gradient(
    180deg,
    rgba(51, 51, 51, 0) 0%,
    rgba(51, 51, 51, 0.35) 23.61%,
    rgba(51, 51, 51, 0.6) 41.32%,
    rgba(51, 51, 51, 0.85) 66.84%,
    #333333 100%
  );
  font-weight: 700;
  line-height: 2.25rem;
}

#main_slider .swiper-slide-prev .slider-title,
#main_slider .swiper-slide-next .slider-title,
#main_slider .swiper-slide-next img#limited_badge {
  display: none;
}

#main_slider .swiper-pagination-bullet {
  background: #ebebeb;
  opacity: 100;
}

#main_slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #bbb4fd;
}

.content#main_slider {
  padding: 0;
}

.swiper.main_swiper {
  padding: 1.88rem 0 0 0;
}

#main_slider img#limited_badge {
  width: 8rem;
  position: absolute;
  top: 0;
  left: 0;
}

/* -------------[send] content ------------- */

/* [send]category */
.content#category {
  background-color: #fff;
  padding: 0;
}

.content#detailCard {
  background-color: transparent;
  padding: 0rem 0rem 9rem 0rem;
}

.send .content#detailCard .card-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 1.25rem;
}

.content#detailCard .card-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 0rem;
  padding: 0rem 1rem;
}

.content#detailCard .card-wrapper .swiper-slide-wrapper {
  margin: 0rem;
  width: 33.3%;
  min-width: max-content;
}

.content#detailCard .card-wrapper .swiper-slide {
  width: 8.75rem;
  margin: 0 auto;
  height: 13.5625rem;
  border-radius: 10px;
  overflow: hidden;
}

.content#detailCard .card-wrapper .swiper-slide.limited {
  border: 3px solid transparent;
  background: linear-gradient(#fff, #fff), linear-gradient(158.7deg, #8379ec 2.36%, #bcb5ff 44.05%, #8379ec 96.74%);
  background-origin: border-box;
  background-clip: content-box, border-box;
}

.content#detailCard .card-wrapper .swiper-slide img:nth-child(1):not(.card-badge) {
  width: 100%;
  position: relative;
}

.content#detailCard .card-wrapper .swiper-slide img#new_badge {
  width: 3.25rem;
  position: absolute;
  top: 0;
  left: 0;
}

.content#detailCard .card-wrapper .swiper-slide img#limited_badge {
  width: 4.4rem;
  position: absolute;
  top: 0;
  left: 0;
}

.content#detailCard .card-wrapper .swiper-slide .sold-out {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.875rem;
  font-weight: 700;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
}

.content .swiper-slide .card-badge-wrapper {
  display: flex;
  justify-content: right;
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.content .swiper-slide .card-badge-wrapper img.card-badge {
  width: 26px;
  height: 26px;
  margin-left: 4px;
}

.content#detailCard .modal .row {
  justify-content: space-between;
}

.content#detailCard .modal .row > div:nth-child(2) {
  width: 5.375rem;
}

.content#detailCard #tag-swiper {
  display: flex;
  width: 31.25rem;
  padding: 0.875rem 1.25rem;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: -0.875rem;
  width: fit-content;
}

.content#detailCard #tag-swiper .tag-item {
  display: flex;
  padding: 0.7rem 0.875rem 0.6rem;
  justify-content: center;
  align-items: center;
  border-radius: 0.5rem;
  border: 1px solid rgba(131, 121, 236, 0.2);
  background: #fff;
  color: #8379ec;
  text-align: center;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3125rem;
  letter-spacing: -0.01125rem;
  width: fit-content;
}

.content#detailCard #tag-swiper .tag-item.active {
  color: #ffffff;
  border: 1px solid rgba(131, 121, 236, 0.2);
  background: linear-gradient(0deg, #8379ec 0%, #8379ec 100%), #fff;
}

.content#detailCard #tag-swiper .tag-item:not(:last-child) {
  margin-right: 0.5rem;
}

#detailCard .loading-wrap {
  display: none;
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

#detailCard .loading-spinner {
  width: 3.6rem;
  height: 3.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

#detailCard .loader {
  position: static;
  color: #8379ec;
  transform: none;
}

/* -------------[book]content ------------- */
.book .content-wrapper {
  gap: 0rem;
}

.book .content-wrapper .content {
  padding: 1rem 3rem;
}

.book .content#info {
  text-align: center;
  font-size: 1.125rem;
  color: #333333b2;
  line-height: 1.5rem;
}

.book .content#top .title {
  padding: 1rem 0rem;
  text-align: center;
  font-size: 1.5rem;
  color: #46467a;
  width: 100%;
  background-color: #f3effe;
  border-radius: 10px;
}

.book .content#event {
  padding: 3rem 2rem;
}

.book .content#event .title {
  font-weight: 500 !important;
  color: #46467a;
}

.book .content#event .sub-title {
  color: #8379ec;
  font-weight: 500;
  margin-bottom: 0;
}

.book .content#event .book-banner {
  width: 27.5rem;
  height: 21.4rem;
  margin: 0 auto;
}

.book .content#event a {
  width: 27.5rem;
  height: auto;
  margin: 0 auto;
}

.book .content#event .book-banner > img {
  width: 100%;
}

.content#list .row {
  align-items: center;
  gap: 1rem;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #33333333;
  font-size: 1.125rem;
}

.content#list .row:nth-child(9) {
  border: none;
}

/* -------------[sell, buy]content ------------- */
/* [sell, buy]main */
article.main .content-wrapper {
  gap: 0;
}

#buy article.main {
  /* background-color: #46467A;
  background-image: linear-gradient(#46467A,#ED638433); */
}

#sell article.main {
  /* background: linear-gradient(0deg, #46467A, #46467A), linear-gradient(166.34deg, rgba(131, 121, 236, 0) 34.01%, rgba(131, 121, 236, 0.2) 76.96%); */
}

article.main .content {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
  height: 100vh;
}

article.main.sell .content {
  background: #46467a;
}

article.main.buy .content {
  background: rgba(255, 203, 215, 1);
}

article.main .content .title {
  color: #fff;
  text-align: center;
  padding: 2.5rem 0rem 1.875rem 0rem;
  font-weight: 500;
  font-size: 1.625rem;
  margin: 0;
}

article.main .content .title.bold {
  color: rgba(243, 239, 254, 1);
  font-weight: 700;
}

article.main .content .sub-title {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 2rem;
  text-align: center;
  color: #fff;
  color: #bbb4fd;
  margin-bottom: 0rem;
  padding: 1.875rem 0;
}

.content-wrapper.renewal .content {
  position: absolute;
  width: 100%;
  z-index: 2;
}

article.main .content .card {
  background-color: #ffffff;
  width: 20rem;
  height: 30.9rem;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 8px 30px 0px #0000004d;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* padding: 1rem; */
  position: relative;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

article.main .content .crumple-card {
  display: none;
}

article.main .content .white-paper {
  /* background-color: #ffffff; */
  width: 20rem;
  height: 30.9rem;
  margin: 0 auto;
  /* border-radius: 10px; */
  overflow: hidden;
  box-shadow: 0px 8px 30px 0px #0000004d;
  display: block;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url('https://cdn.banggooso.com/es/assets/images/sell/white_paper.png') no-repeat center;
  /* padding: 1rem; */
  position: relative;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

article.main .content .card.input {
  display: none;
}

article.main .content .card .title {
  font-size: 1.5rem;
  font-weight: 500;
  color: #33333380;
}

article.main .content .card.cover {
  gap: 0.5rem;
}

article.main .content .card.cover .title {
  font-size: 1.625rem;
  font-weight: 500;
  color: #33333380;
  padding: 0;
  line-height: 2.25rem;
}

article.main .content .card.cover .sub-title {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #33333366;
  padding: 0;
}

article.main .content .card .sub-title {
  font-size: 1rem;
  font-weight: 500;
  color: #33333366;
}

article.main .content textarea {
  width: 18rem;
  height: 28.9rem;
  margin: 0 auto;
  border: 10px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #333333;
  border: none;
  outline: none;
  resize: none;
  padding: 1rem;
}

article.main .content .card img {
  width: 100%;
}

article.main .content#button-wrapper {
  padding: 1.25rem 0rem 6.25rem;
  gap: 1.5rem;
}

/* -------------[calender] content ------------- */

/* [calender]report */
.content#report .col-9 {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 2.375rem;
  color: #46467a;
}

.content#report .col-9 .color {
  color: #8379ec;
}

.content#report > div:nth-child(2) {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2rem;
  border-radius: 15px;
  color: #46467a;
  background-color: #f3effe;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  width: 7.5rem;
  height: 7.1875rem;
}

.content#report div:nth-child(2) p {
  font-size: 1.2rem;
  font-weight: 500;
}

/* [calender]calenderView */
.calender .content-wrapper {
  gap: 0;
}

.content#calenderView {
  padding: 0 1.25rem;
}

/* -------------calender view------------- */
thead td {
  height: 4.5rem;
  padding: 0rem;
}

td {
  width: 3.7rem;
  height: 4.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0.5rem 0rem;
}

.calender-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.calender-top > div > img {
  width: 3.125rem;
}

.calender-top > div {
  font-size: 1.3rem;
  font-weight: 400;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0rem;
}

.Calendar {
  text-align: center;
  width: 100%;
  font-family: var(--es-font);
}

#calender-icon,
#drop-down-icon {
  width: 1.3rem;
  padding: 0.5rem;
  margin-top: 0.2rem;
}

#calender-icon img,
#drop-down-icon img {
  width: 100%;
}

.Calendar > thead > tr:first-child > td {
  font-size: 1.3rem;
  font-weight: 400;
  position: relative;
}

.Calendar > thead > tr:first-child > td img,
.Calendar > thead > tr:last-child > td img {
  width: 80%;
}

.Calendar > thead > tr:last-child > td {
  font-weight: 600;
}

.Calendar > tbody > tr > td > div {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.Calendar > tbody > tr > td > div .colored {
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 0.9375rem;
  transition-duration: 0.2s;
  line-height: 2.8rem;
  margin: 0 auto;
  display: block;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
}

.Calendar > thead > tr:nth-child(1),
.Calendar > tbody > tr:nth-child(1) {
  box-shadow: none;
}

.Calendar > thead > tr:nth-child(1) > td {
  width: 3.7rem;
  height: 2.8rem;
  color: #6c7072;
  font-weight: 400;
  font-size: 1rem;
}

.Calendar > tbody > tr,
.Calendar > thead > tr {
  box-shadow: 0px 1px 0px 0px #f2f2f2 inset;
}

.Calendar > tbody > tr > td > p.today {
  border-radius: 5px;
}

.today {
  background-color: #f2f2f2;
  color: #000;
  font-weight: 600;
  cursor: pointer;
  padding: 0.5rem 0rem;
  background: rgba(242, 242, 242, 1);
  border-radius: 5px;
}

.lv1 {
  background-color: transparent;
}

.lv2 {
  background-color: #ed6384;
  color: #fff;
}

.lv3 {
  background-color: #f261b6;
  color: #fff;
}

.lv4 {
  background-color: #e560e5;
  color: #fff;
}

.lv5 {
  background-color: #c460e5;
  color: #fff;
}

.lv6 {
  background-color: #9c63ed;
  color: #fff;
}

.lv7 {
  background-color: #806bed;
  color: #fff;
}

#year-modal .modal {
  padding: 0;
  width: 26.25rem;
  overflow: hidden;
  border-radius: 15px 15px 0px 0px;
  bottom: 0px;
  position: absolute;
  left: 0;
  width: 500px;
  height: 32.75rem;
}

#year-modal .modal .modal-container .modal-content .modal-content-title {
  text-align: left;
}

#year-modal .modal > .modal-container > .modal-content {
  padding: 1.5rem;
}

#year-modal .modal tbody td {
  width: 33%;
}

/* -------------year------------- */
.row-cell {
  line-height: 5rem;
  border-radius: 15px;
}

.row-cell.colored {
  background-color: rgb(70, 70, 122);
  color: rgb(255, 255, 255);
}

/* [calender]ranking */
.content#ranking {
  background-color: #f6f6f6;
  border-radius: 15px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2rem;
  color: #46467a;
  text-align: center;
  width: 80%;
  margin: 1.25rem auto 1.875rem;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.content#ranking div {
  line-height: 2.375rem;
}

.content#ranking p {
  font-size: 1.2rem;
  font-weight: 500;
}

.content#ranking .color {
  color: #8379ec;
}

/* [calender] about-img */
.calender .about-sending-everyday {
  background-color: #f3effe;
  padding-bottom: 1rem;
}

.calender .aboutimg {
  display: block;
  float: left;
}

/* [calender] alarm btn */
.calender .alarm-everyday {
  width: 100%;
  background-color: #f3effe;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.calender .alarmbell-img {
  width: 5%;
}

.calender .alarm-everyday-btn {
  border-radius: 10px;
  border: none;
  width: 83%;
  background-color: #8379ec;
  font-weight: 700;
  color: white;
  font-size: 1.38rem;
  text-align: center;
  padding: 1.2rem;
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  margin: 1rem auto 3.5rem auto;
}

/* [calender]tutorial  */
.content#tutorial {
  background-color: #575757;
  padding: 0;
}

/* [calender]event  */
.content#event {
  background-color: #f3effe;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  text-align: center;
  padding: 0;
}

.calender .content#event {
  gap: 0;
}

.calender .content#event > div:nth-child(1) {
  background: rgba(255, 230, 236, 1);
}

.calender .content#event > div:nth-child(2) {
  background: rgba(255, 230, 236, 1);
}

.calender .content#event > div:nth-child(3) {
  background: rgba(rgba(243, 239, 254, 1));
}

.event-section-1 .caution,
.event-section-2 .caution,
#bottom-login .event-section-sub-1 .caution {
  font-size: 1.125rem !important;
  font-weight: 400 !important;
  line-height: 1.75rem !important;
  color: rgba(70, 70, 122, 1);
  padding-top: 0.875rem !important;
  padding-bottom: 2.8125rem;
  text-align: center;
}

.event-section-2 .caution {
  padding-top: 0;
}

.event-section-1 .caution.active {
  color: #ed6384;
  font-weight: 700 !important;
}

.event-section-2 .caution.active {
  color: #8379ec;
  font-weight: 700 !important;
}

#bottom-login .event-section-sub-1 .caution {
  color: rgba(131, 121, 236, 1);
  font-weight: 600 !important;
  font-size: 1.1875rem !important;
}

/* .content#event .event-section-1 {
  position: relative;
  height: 34.3145rem;
}
.content#event .event-section-2 {
  position: relative;
  height: 52.5625rem;
}

.content#event .event-section-1 .event-section-sub-0,
.content#event .event-section-1 .event-section-sub-1,
.content#event .event-section-2 .event-section-sub-0,
.content#event .event-section-2 .event-section-sub-1{
  position: absolute;
}

.content#event .event-section-1  .event-section-sub-1{
  width: 90%;
  margin: 0 auto;
  top: 28rem;
  left: 50%;
  transform: translate(-50%, -50%);
}*/

.calender > .content-wrapper .no-display {
  position: absolute;
  z-index: -1;
}

.content#event .event-section-2 .event-section-sub-1 {
  padding: 2.5rem 0rem 1.25rem 0rem;
  background-image: url('https://cdn.banggooso.com/es/assets/calender/event/sparkle.png');
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.content#event .event-section-2 .event-section-sub-1 #copy {
  width: 12.5rem;
  margin: 0 auto;
}

#capture {
  position: relative;
}

#capture .certificate-date {
  position: absolute;
  bottom: 4.5rem;
  font-size: 1.8rem;
  line-height: 3.125rem;
  color: #fff;
  width: 100%;
}

.content#event .event-section-1 .event-section-sub-1 .styled-button,
.content#bottom-login .event-section-sub-1 .styled-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.content#bottom-login .event-section-sub-1 .styled-button {
  gap: 0.5rem;
}

.content#event .event-section-1 .event-section-sub-1 span.iWrapper,
.content#bottom-login .event-section-sub-1 .styled-button span.iWrapper {
  position: static;
  width: 1.75rem;
  height: 1.75rem;
  margin-top: 0.35rem;
}

.content#event .event-section-2 .event-section-sub-1 #capture img,
.content#event .event-section-2 .event-section-sub-1 > img {
  width: 12.5rem;
}

.content#event .apply {
  background-color: #80808060;
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  padding: 1.4rem 0rem;
  border-radius: 10px;
}

.content#event > img {
  width: 100%;
  height: auto;
}

/* -------------[myShop] content ------------- */
/* [myShop]detailCard */

article.myShop .content#detailCard > .title {
  font-size: 1.25rem !important;
  font-weight: 500 !important;
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
  text-align: center !important;
  color: #46467a !important;
  margin-bottom: 0 !important;
}

article.myShop .content#detailCard .swiper-slide-wrapper {
  width: 33.3%;
  height: 17rem;
}

.myShop .swiper-slide-wrapper {
  height: 16rem;
}

.myShop .swiper-slide {
  height: 13rem;
}

.myShop .content#detailCard .my-card-wrapper img.limited_badge {
  width: 4.4rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  border-radius: 0;
  border-radius: 10px 0 0 0;
}

article.myShop .content#detailCard .swiper-slide-wrapper div.my-card-wrapper {
  position: relative;
  width: 8.75rem;
  margin: 0 auto;
}

article.myShop .content#detailCard .swiper-slide-wrapper div > div {
  font-size: 1rem;
  /* padding-top: 2px; */
  width: 80%;
  margin: 0 auto;
  line-height: 1.25rem;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}

article.myShop .content#detailCard .swiper-slide-wrapper > div > .swiper-slide:nth-child(1) {
  font-size: 1rem;
  color: #333333;
  font-weight: 500;
  width: 100%;
  height: 13.5225rem;
  margin: 0 auto;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

article.myShop .content#detailCard .swiper-slide-wrapper p {
  font-size: 0.95rem;
  color: #33333380;
  padding-top: 0.6rem;
  width: 80%;
  margin-left: 0.75rem;
  line-height: 1.25rem;
}

article.myShop .content#detailCard .swiper-slide-wrapper .toOrFrom {
  margin-left: 0.75rem;
}

/* -------------[send] content ------------- */
/* [send]detail */
article.send.detail .content-wrapper {
  /* padding-top: 4rem; */
}

article.send.detail .content-wrapper.limited {
  padding-top: 1.25rem !important;
}

article.send.detail .top-bar.send {
  background-color: #ebebeb;
}

article.send.detail .content {
  background-color: transparent;
  padding: 3.75rem 1.25rem;
}

article.send.detail .top-bar .title {
  background: transparent;
}

article.send.detail .content#custom-thumbnail {
  padding: 1.875rem 1.875rem 0;
}

article.send.detail .content#custom-thumbnail.limited {
  padding: 0 1.875rem;
}

article.send.detail .content#custom-sticker,
article.send.detail .content#custom-keyword {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2.5rem 1.875rem 0rem 1.875rem;
}

article.send.detail .content#custom-keyword .custom-wrapper,
article.send.detail .content#custom-sticker .custom-wrapper {
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
}

article.send.detail .content#custom-keyword .custom-wrapper .custom-top,
article.send.detail .content#custom-sticker .custom-wrapper .custom-top {
  background-color: #fafafa;
  color: #33333380;
  display: flex;
  flex-direction: row;
  font-size: 1.375rem;
  height: 3.75rem;
}

article.send.detail .content#custom-keyword .custom-wrapper .custom-top div,
article.send.detail .content#custom-sticker .custom-wrapper .custom-top div {
  flex: 1;
  text-align: center;
  padding: 1rem;
}

article.send.detail .content#custom-keyword .custom-wrapper .custom-top div.active,
article.send.detail .content#custom-sticker .custom-wrapper .custom-top div.active {
  background-color: #8379ec;
  color: #fff;
  font-weight: 700;
}

article.send.detail .content#custom-sticker .custom-wrapper .custom-bottom {
  /* display: flex; */
  padding: 1rem;
  gap: 0.5rem;
  overflow-x: scroll;
  display: none;
  flex-direction: column;
  flex-wrap: wrap;
  height: 10rem;
}

article.send.detail .content#custom-keyword .custom-wrapper .custom-bottom {
  flex-direction: column;
  flex-wrap: wrap;
  height: 13.5rem;
  padding: 1rem;
  gap: 0.5rem;
  overflow-x: scroll;
  display: none;
}

article.send.detail .content#custom-keyword .custom-wrapper .custom-bottom.shot {
  height: 6.8rem !important;
}

article.send.detail .content#custom-keyword .custom-wrapper .custom-bottom.active,
article.send.detail .content#custom-sticker .custom-wrapper .custom-bottom.active {
  display: flex;
}

article.send.detail .content#custom-sticker .custom-wrapper .custom-bottom div {
  background: #f6f6f6;
  border-radius: 10px;
  width: 9.375rem;
  height: 9.375rem;
}

article.send.detail .content#custom-keyword .custom-wrapper .custom-bottom div {
  background: #f6f6f6;
  border-radius: 10px;
  width: 9.375rem;
  height: 6.25rem;
}

article.send.detail .content#custom-sticker .custom-wrapper .custom-bottom div img {
  width: 9.375rem;
  height: 9.375rem;
}

article.send.detail .content#custom-keyword .custom-wrapper .custom-bottom div img {
  object-fit: cover;
  width: 9.375rem;
  height: 6.25rem;
}

article.send.detail .content#custom-keyword .custom-wrapper .custom-bottom div.active,
article.send.detail .content#custom-sticker .custom-wrapper .custom-bottom div.active {
  background: #f3effe;
  box-shadow: 0 0 0 4px #8379ec inset;
}

article.send.detail .content#custom-thumbnail .thumbnail {
  border-radius: 10px;
  width: 20rem;
  height: 31rem;
  margin: 0 auto;
  box-shadow: 0px 8px 30px 0px #0000001a;
  overflow: hidden;
}

article.send.detail .content#custom-thumbnail .thumbnail.limited {
  margin-top: 1.875rem;
}

article.send.detail .content#custom-thumbnail .thumbnail img {
  width: 100%;
  border-radius: 10px;
}

article.send.detail div#cardbox {
  position: relative;
  aspect-ratio: 20/31;
}

article.send.detail img.item-object {
  position: absolute;
}

/* [send] detail 문구 추가 부분 */
article.send.detail .notice-ment {
  text-align: center;
  margin-top: 1.875rem;
  font-weight: 400;
  font-size: 1.125rem;
  color: rgba(51, 51, 51, 0.698);
}

article.send.detail .notice-username {
  font-weight: 700 !important;
}

/* limited timer  */
article.send.detail #timer {
  font-size: 2.8125rem;
  letter-spacing: -1px;
  background: #ffffff;
  border-radius: 10px;
  padding: 1.25rem;
  color: #bbb4fd;
  display: none;

  gap: 0.625rem;
}

article.send.detail #timer > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

article.send.detail .timer-wrapper {
  margin: 0.9375rem 0;
}

article.send.detail #timer.active {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

article.send.detail .content#custom-thumbnail > .limited-wrapper {
  display: none;
}

article.send.detail .content#custom-thumbnail > .limited-wrapper.active {
  display: block;
}

article.send.detail .content#custom-thumbnail > .limited-wrapper > .limited-card-badge {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

article.send.detail .content#custom-thumbnail > .limited-wrapper > .limited-card-badge > img {
  width: 10.3125rem;
}

article.send.detail .number {
  color: #8379ec;
  font-weight: 700;
}

article.send.detail .text {
  font-size: 1rem;
}

article.send.detail .timer-tooltip {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 1.2rem;
  color: #0000004d;
  margin-bottom: 0.625rem;
}

article.send.detail .btn-wrapper {
  padding: 0 1.25rem 3.75rem;
}

article.send.detail .submitbtn-tooltip-wrapper {
  padding-top: 2rem;
  text-align: center;
}

article.send.detail .submitbtn-tooltip {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5rem;
  text-align: center;
  color: #ed6384;
  background: #ed638433;
  padding: 0.375rem 0.875rem;
  border-radius: 0.5rem;
  display: inline-block;
  position: relative;
  margin-bottom: 0.917rem;
}

article.send.detail .submitbtn-tooltip::before {
  content: '';
  background: url('https://cdn.banggooso.com/es/assets/images/icon/es-bubble-tail.png') center top no-repeat;
  width: 0.75rem;
  height: 0.75rem;
  bottom: -0.735rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-size: contain;
}

.object-guard {
  position: absolute;
  z-index: 9999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*  */

/* [send]result */
article.send.result .content,
article.receive.result .content {
  padding: 0rem 1.875rem;
  display: flex;
  flex-direction: column;
}

article.receive.result .content.d {
  padding-top: 2.5rem;
}

.receive#send-button-container {
  padding: 0.75rem 0 2.5rem;
  gap: 1.5rem;
}

article.receive.result .content .sub-title {
  text-align: center;
  font-weight: 500;
  font-size: 1.125rem;
  margin-bottom: 1.5625rem;
  line-height: 1.625rem;
}

article.send.result .content-wrapper,
article.receive.result .content-wrapper {
  height: 100%;
  /* gap: 2.5rem; */
  padding: 0;
  /* padding-top: 4.625rem; */
}

article.send.result .content-wrapper {
  gap: 2.5rem;
}

article.send.result .content-wrapper .content.card .thumbnail,
article.receive.result .content-wrapper .content.card .thumbnail {
  width: 20rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

article.send.result .content-wrapper .content.card .thumbnail > .title,
article.receive.result .content-wrapper .content.card .thumbnail > .title {
  font-size: 1.125rem;
  font-weight: 800;
  text-align: left !important;
  line-height: 1.65rem;
  margin-top: 0rem;
}

article.send.result .content-wrapper .content.card .thumbnail img:nth-child(1),
article.receive.result .content-wrapper .content.card .thumbnail img:nth-child(1) {
  width: 70%;
}

article.receive.result .receive-chat {
  margin-top: 0.75rem;
}

article.send.result .content-wrapper .content .title {
  margin: 0 auto;
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 3rem;
  width: 26.25rem;
}

article.receive.result .content-wrapper .content .title {
  margin: 0 auto;
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 3rem;
  width: 100%;
}

article.receive.result .content-wrapper .content.d .sub-tooltip {
  width: 100%;
  font-size: 1.125rem !important;
  color: #ed638499;
  text-align: center;
  font-weight: 600;
}

article.send.result .content-wrapper .content .sub-title {
  width: 70%;
  margin: 0 auto;
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #333333b2;
  text-align: center;
}

article.send.result .content-wrapper .content.card .thumbnail img:nth-child(2) {
  width: 100%;
  box-shadow: 0px 8px 30px 0px #0000001a;
}

article.send.result .content-wrapper .content:nth-child(2) input {
  color: rgba(51, 51, 51, 0.5);
  border-radius: 10px;
  font-weight: 500;
  font-size: 1.3rem;
  text-align: left;
  background-color: #f6f6f6;
  line-height: 4.3rem;
  border: none;
  padding: 0rem 1rem;
  width: 24.25rem;
  margin: 0 auto;
  height: 4.375rem;
  margin-bottom: 1rem;
}

article.send.result .content-wrapper .content:nth-child(2) input::placeholder {
  font-family: var(--es-font) !important;
}

article.send.result .content-wrapper .content:nth-child(3) {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0;
}

/* .content-wrapper .content.receive {
  margin-top: -1.25rem;
} */

article.send.result .content-wrapper .content#bottom {
  padding: 0 !important;
}

article.send.result .content-wrapper .content#bottom img {
  width: 100%;
}

/* yoon 수정*/
article.send.result div#cardbox,
article.receive.result div#cardbox {
  position: relative;
  aspect-ratio: 20/31;
  width: 100% !important;
  border-radius: 10px;
  box-shadow: 0px 8px 30px 0px #0000001a;
  overflow: hidden;
  margin-bottom: 1rem;
}

article.send.result img.item-object,
article.receive.result img.item-object {
  position: absolute;
  width: 100%;
}

article.send.result .content-wrapper .content.card .thumbnail img:nth-child(2) {
  border-radius: 10px;
}

/* -------------bottom-sheet-banner ------------- */
.bottom-sheet-banner {
  z-index: 9999;
  background: #46467a;
  color: #fff;
  width: 500px;
  bottom: 0;
  border-radius: 10px 10px 0px 0px;
  position: fixed;
  left: 50%;
  height: 8.3rem;
  transform: translate(-50%, 0);
  display: none;
}

.bottom-sheet-banner > div:nth-child(1) {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  width: 8.5rem;
  z-index: 9999;
}

.bottom-sheet-banner > .contents {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0rem 1.5rem;
  gap: 0.3rem;
}

.bottom-sheet-banner .contents div:nth-child(1) {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  letter-spacing: -0.01em;
  text-align: left;
}

.bottom-sheet-banner .contents div:nth-child(2) {
  font-size: 1.5rem;
  line-height: 1.625rem;
  font-weight: 700;
}

.bottom-sheet-banner > img {
  width: 9.875rem;
  position: absolute;
  right: 1.5rem;
  top: 0;
}

.bottom-sheet-banner .contents div span img {
  width: 1.5rem;
  position: absolute;
}

/* -------------loading ------------- */
.app-wrapper#loading {
  overflow-y: hidden;
  font-family: var(--sc-font);
  font-size: 10px;
  background-color: #f6f6f6;
}

.loading {
  height: 100vh;
  background: linear-gradient(166.34deg, rgba(237, 99, 132, 0) 34.01%, rgba(237, 99, 132, 0.2) 94.38%),
    linear-gradient(0deg, #46467a, #46467a);
}

.loading .container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  height: 100vh;
  justify-content: center;
  top: -3rem;
  position: relative;
}

.loading .container .char {
  width: 25rem;
  margin: 0 auto;
}

.loading .container .char img {
  width: 100%;
}

.loading .container .top {
  height: 3.5rem;
}

.loading .container .desc {
  color: #fff;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.01em;
  text-align: center;
}

.content#report {
  padding: 1.25rem 1.875rem 1.875rem 1.875rem;
}

/* -------------category------------- */
.level {
  font-size: 1.5rem;
  line-height: 3.75rem;
  height: 3.75rem;
  display: flex;
  justify-content: space-around;
}

.level-list {
  width: 20%;
  text-align: center;
  color: #33333380;
  flex: 1;
}

.level-list.active,
.level-list.active,
.level-list.active,
.level-list.active,
.level-list.active {
  border-bottom: 3px solid #8379ec;
  color: #8379ec;
  font-weight: 700;
}

.level-list#send.active,
.level-list#buy.active {
  border-bottom: 3px solid #8379ec;
  color: #8379ec;
  font-weight: 700;
}

article.myShop > .content#category,
article.send > .content#category {
  width: 500px;
  background: #fff;
  z-index: 999;
}

/* -------------button------------- */
.content .styled-button {
  display: block;
  width: 26.25rem;
  margin: 0 auto;
  height: 4.375rem;
  color: #fff;
  border-radius: 10px;
  font-weight: 700;
  font-size: 1.5rem;
  background-color: var(--es-color-primary);
  text-align: center;
  line-height: 4.3rem;
  position: relative;
}

.content .styled-button.primary {
  background-color: var(--es-color-primary) !important;
}

.content .styled-button.secondary {
  background-color: var(--es-color-secondary) !important;
}

.content .styled-button.grayscale1 {
  background-color: var(--es-color-grayscale1) !important;
  opacity: 0.6;
}

.content .styled-button.grayscale2 {
  background-color: var(--es-color-grayscale2) !important;
}

.modal-confirm.grayscale1 {
  background-color: var(--es-color-grayscale1) !important;
}

.content .styled-button > img {
  position: absolute;
  width: 4rem;
  right: 0%;
  top: 50%;
  transform: translate(-30%, -50%);
}

.content .styled-button#replay > img {
  position: static;
  width: 1.7rem;
  transform: translate(0%, 70%);
  height: 1.7rem;
}

.content .styled-button#replay {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}

.content .styled-button.disabled {
  background-color: #808080;
  pointer-events: none;
}

/* -----------jquery modal custom----------- */
/* modal class hierarchie
|modal
|---modal-container
|------modal-content
|---------modal-content-title
|---------modal-content-img
|---------modal-content-icon
|---------modal-content-subtitle
|---------modal-content-caution
|---------modal-content-card
*/

.blocker {
  width: 500px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 99999;
  padding: 0;
}

.blocker#year-modal {
  width: 500px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 9999;
}

.modal {
  padding: 0;
  /* max-height: 35rem; */
  width: 26.25rem;
  overflow: hidden;
  border-radius: 15px;
}

.modal a.close-modal {
  background-image: url(https://cdn.banggooso.com/es/assets/images/icon/modal-close-icon.png);
  width: 100%;
  height: 3.2rem;
  top: 0;
  background-position: right;
  position: absolute;
  right: 0;
}

.modal .close-modal {
  background-image: url(https://cdn.banggooso.com/es/assets/images/icon/modal-close-icon.png);
  width: 100%;
  height: 3.2rem;
  top: 0;
  background-position: right;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
}

.modal > .modal-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.modal > .modal-container > .modal-confirm {
  height: 4rem;
  color: #fff;
  width: 100%;
  line-height: 4rem;
  background-color: var(--es-color-secondary);
  text-align: center;
  font-size: 1.35rem;
  font-weight: 700;
}

.modal > .modal-container > .modal-content {
  max-height: 31rem;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  padding: 1.5rem 1rem 1.875rem 1rem;
}

.modal > .modal-container > .modal-content > .modal-content-icon {
  width: 3.125rem;
  margin: 0 auto;
  padding-bottom: 1.5rem;
}

.modal > .modal-container > .modal-content > .modal-content-small-img {
  width: 9.375rem;
  margin: 0 auto;
  padding-bottom: 1.5rem;
}

.modal > .modal-container > .modal-content > .modal-content-img {
  width: 12.5rem;
  margin: 0 auto;
  padding-bottom: 1.5rem;
}

.modal > .modal-container > .modal-content > .modal-content-event {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 1.5rem;
}

.modal > .modal-container > .modal-content > .modal-content-img > .modal-card-box {
  position: relative;
  aspect-ratio: 20/31;
  border-radius: 15px;
  overflow: hidden;
}

.modal > .modal-container > .modal-content > .modal-content-img > .modal-card-box > .item-object {
  position: absolute;
}

.modal > .modal-container > .modal-content > .modal-content-card {
  width: 20rem;
  margin: 0 auto;
}

.modal > .modal-container > .modal-content > .modal-content-small-img img,
.modal > .modal-container > .modal-content > .modal-content-icon img,
.modal > .modal-container > .modal-content > .modal-content-img img,
.modal > .modal-container > .modal-content > .modal-content-card img,
.modal > .modal-container > .modal-content > .modal-content-event img {
  width: 100%;
}

.modal > .modal-container > .modal-content > .modal-content-title {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.875rem;
  padding-bottom: 1.5rem;
  width: 100%;
}

#banggooso-login-ver-send-modal > .modal .close-modal {
  opacity: 0.3;
}

#banggooso-login-ver-send-modal > .modal > .modal-container > .modal-content {
  padding: 2.2rem 1.5rem 2.2rem 1.5rem;
}

#banggooso-login-ver-send-modal > .modal > .modal-container > .modal-content > .modal-content-title {
  font-size: 1.875rem;
  padding-bottom: 1.875rem;
}

#banggooso-login-ver-send-modal > .modal > .modal-container > .modal-content > .modal-content-sub-title {
  color: rgba(12, 12, 12, 0.6);
  font-size: 1.25rem;
}

#send-to-link-modal > .modal > .modal-container > .modal-content > .modal-content-title,
#send-sms-modal > .modal > .modal-container > .modal-content > .modal-content-title {
  font-size: 1.125rem;
  font-weight: 700;
  text-align: left;
  line-height: 1.625rem;
  padding-bottom: 1rem;
}

#send-sms-modal .modal > .modal-container > .modal-content > .modal-content-subtitle {
  padding-bottom: 1.5rem;
}

#send-to-link-modal > .modal > .modal-container > .modal-confirm > div:nth-child(1) {
  background-color: rgba(254, 229, 0, 1);
  color: rgba(0, 0, 0, 1);
}

.modal > .modal-container > .modal-content > .modal-content-subtitle {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  color: #333333b2;
  text-align: center;
  width: 100%;
}

.modal > .modal-container > .modal-content > .modal-content-caution {
  font-size: 0.875rem;
  font-weight: 400;
  color: #333333b2;
  text-align: center;
}

.modal > .modal-container > .modal-content > .modal-content-phone {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 1.25rem;
}

.modal > .modal-container > .modal-content > .modal-content-phone input,
.modal > .modal-container > .modal-content > .modal-content-phone select {
  min-width: 1rem;
  height: 2.8rem;
  background-color: #f6f6f6;
  border: none;
  border-radius: 10px;
  text-align: center;
  font-size: 1rem;
  flex: 1;
}

/* 나의 바구니용 modal custom */
.modal#detail-card-modal a.close-modal {
  display: none;
}

.modal#detail-card-modal {
  background: transparent !important;
  box-shadow: none !important;
  overflow: hidden;
  width: 20rem;
}

.modal#detail-card-modal > .modal-container > .modal-content {
  height: auto;
  max-height: fit-content;
  padding: 0 !important;
  color: #fff;
  font-weight: 700;
  line-height: 1.5rem;
  font-size: 1rem;
  gap: 0.875rem;
}

.modal#detail-card-modal > .modal-container {
  padding: 1rem 0rem !important;
}

.modal#detail-card-modal > .modal-container img {
  width: 100%;
}

/* 뉴카드 업데이트 modal custom */
#new-card-update-modal .row {
  width: 7.5rem;
  gap: 0.3rem;
  height: 1.3rem;
}

#new-card-update-modal .row .col-5 {
  color: #333333b2;
}

#new-card-update-modal .modal > .modal-container > .modal-content {
  align-items: center;
  padding: 1.5rem 1rem 1.25rem 1rem;
}

#new-card-update-modal .modal > .modal-container > .modal-content > .modal-content-subtitle {
  padding-bottom: 0.75rem;
}

/* 나에게 보내기 modal custom */
#send-to-me-modal .modal > .modal-container > .modal-content > .modal-content-title,
#monthly-no-card-modal .modal > .modal-container > .modal-content > .modal-content-title {
  padding-bottom: 0.4rem;
}

#send-to-me-modal .modal > .modal-container > .modal-content > .modal-content-subtitle,
#monthly-no-card-modal .modal > .modal-container > .modal-content > .modal-content-subtitle {
  padding-bottom: 0rem;
}

#send-to-me-modal .modal > .modal-container > .modal-confirm,
#monthly-no-card-modal .modal > .modal-container > .modal-confirm {
  height: auto;
}

/* 공통 팝업 modal */
#home-common-modal .row {
  width: 7.5rem;
  gap: 0.3rem;
  height: 1.3rem;
}

#home-common-modal .row .col-5 {
  color: #333333b2;
}

#home-common-modal .modal > .modal-container > .modal-content {
  align-items: center;
  padding: 1.5rem 1rem 1.25rem 1rem;
}

#home-common-modal .modal > .modal-container > .modal-content > .modal-content-subtitle {
  padding-bottom: 0.75rem;
  font-weight: 700;
}

#home-common-modal .modal > .modal-container > .modal-content > .modal-content-small-img {
  width: 100%;
  padding-bottom: 0;
}

#home-common-modal .modal > .modal-container > .modal-content > .modal-cbo-wrapper > .row > .cbo-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* -------------media-query------------- */
@media screen and (max-width: 500px) {
  html,
  body {
    font-size: 12px;
  }

  html.vw-font,
  body.vw-font {
    font-size: 3.2vw;
  }

  #throw-container p {
    bottom: 2.5rem !important;
  }

  .app-wrapper {
    width: 100%;
  }

  article.myShop > .content#category,
  article.send > .content#category,
  .nav-bar-wrapper,
  .bottom-sheet-banner,
  .blocker#year-modal,
  #year-modal .modal {
    width: 100%;
  }

  .top-bar {
    width: 100% !important;
  }

  article.send.detail .content#custom-keyword .custom-wrapper .custom-bottom {
    height: 13.8rem;
  }

  .modal > .modal-container > .modal-content > .modal-content-card {
    width: 23rem;
  }

  .modal#detail-card-modal {
    width: 23rem;
  }

  .nav-bar-wrapper {
    height: 4.6rem;
  }

  .nav-bar-wrapper .nav-bar {
    height: 4.6rem;
  }

  .nav-bar-wrapper .nav-bar .menu-list .menu-icon {
    background-size: 2.4rem;
    height: 2.4rem;
  }
}

/* -------------active시 투명도------------- */
.back-btn:active,
.share-sns-list > div:active,
.menu > :nth-child(2):active,
.menu > :nth-child(3):active,
.content .styled-button:active,
.content#landing .col a:active,
.content#card > div:active,
.content#send .swiper .swiper-wrapper .swiper-slide img:active {
  opacity: 0.6;
}

/* -------------마우스 커서 변경------------- */
.swiper-wrapper > div,
.back-btn,
.share-sns-list > div,
.menu > div,
.content .styled-button,
.content#landing .col a,
.content#card > div,
.content#send .swiper .swiper-wrapper .swiper-slide img,
#calender-icon,
.download,
.bottom-sheet-banner > div:nth-child(1),
.row-cell.col-1,
.bottom-sheet-banner .contents div span img,
.calender-top > div:nth-child(2),
.modal > .modal-container > .modal-confirm {
  cursor: pointer;
}

/* -------------토스트 메세지------------- */
.toast {
  top: 5rem;
  width: 26.25rem;
  height: 20px;
  height: 4.125rem;
  position: fixed;
  z-index: 9999;
  background-color: #000000cc;
  color: #fff;
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 4.125rem;
  text-align: center;
  border-radius: 10px;
  left: 50%;
  transform: translate(-50%, 0);
}

/* -------------로딩 화면 로더------------- */
.loader {
  font-size: 7px;
  width: 1em;
  height: 1em;
  top: 27%;
  left: 50%;
  color: #fff;
  transform: translate(-50%, 0);
  border-radius: 50%;
  position: absolute;
  text-indent: -9999em;
  animation: mulShdSpin 1.1s infinite ease;
}

@keyframes mulShdSpin {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em,
      -3em 0 0 -1em, -2em -2em 0 0;
  }

  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em,
      -2em -2em 0 -1em;
  }

  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em,
      -2em -2em 0 -1em;
  }

  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em,
      -3em 0em 0 -1em, -2em -2em 0 -1em;
  }

  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0,
      -3em 0em 0 -1em, -2em -2em 0 -1em;
  }

  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0,
      -2em -2em 0 -1em;
  }

  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0,
      -3em 0em 0 0.2em, -2em -2em 0 0;
  }

  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0,
      -2em -2em 0 0.2em;
  }
}

/* -------------스크로바 스타일링------------- */
.modal > .modal-container > .modal-content::-webkit-scrollbar,
article.main .content textarea::-webkit-scrollbar,
article.send.detail .content#custom-sticker .custom-wrapper .custom-bottom::-webkit-scrollbar,
article.send.detail .content#custom-keyword .custom-wrapper .custom-bottom::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.modal > .modal-container > .modal-content::-webkit-scrollbar-thumb,
article.main .content textarea::-webkit-scrollbar-thumb,
article.send.detail .content#custom-sticker .custom-wrapper .custom-bottom::-webkit-scrollbar-thumb,
article.send.detail .content#custom-keyword .custom-wrapper .custom-bottom::-webkit-scrollbar-thumb {
  height: 10%;
  background: rgba(187, 180, 253, 1);
  border-radius: 10px;
}

.modal > .modal-container > .modal-content::-webkit-scrollbar-track,
article.main .content textarea::-webkit-scrollbar-track,
article.send.detail .content#custom-sticker .custom-wrapper .custom-bottom::-webkit-scrollbar-track,
article.send.detail .content#custom-keyword .custom-wrapper .custom-bottom::-webkit-scrollbar-track {
  background: transparent;
}

/* 방구소 로그인 모달 기존*/
/* #banggooso-login-receive-modal .modal .modal-content,
#banggooso-login-modal .modal .modal-content{
  padding: 0rem;
  }
  #banggooso-login-receive-modal .modal > .modal-container,
#banggooso-login-modal .modal > .modal-container{
  padding-top: 2rem;
  }
  #banggooso-login-receive-modal .modal .modal-confirm,
  #banggooso-login-modal .modal .modal-confirm{
    height: 10.875rem;
    color: #fff;
    width: 100%;
    line-height: 4rem;
    background-color:#FFEA00;
    text-align: center;
    font-size: 1.35rem;
    font-weight: 700;
  }
  #banggooso-login-receive-modal .modal .modal-confirm.row,
  #banggooso-login-modal .modal .modal-confirm.row{
    justify-content: space-evenly;
  }
    
  #banggooso-login-receive-modal .modal .modal-confirm > div,
  #banggooso-login-modal .modal .modal-confirm > div{
    height: 4rem;
    background: #fff;
    color: #000;
    border-radius: 100px;
    border: 2px solid #0C0C0C;
    box-shadow: 0px 4px 0px 0px #000000;
    width: 11rem;
    font-size: 1.18rem;
    font-weight: 800;
    margin-top: 2rem;
  
  } */

/* 방구소 로그인 모달 카카오 1초 회원가입 팝업 */
#banggooso-login-receive-modal .modal .modal-content,
#banggooso-login-modal .modal .modal-content {
  padding: 0 2rem 0 2rem;
}

#banggooso-login-receive-modal .modal .modal-container,
#banggooso-login-modal .modal .modal-container {
  padding-top: 5rem;
  padding-bottom: 3.211875rem;
  font-size: 1.875rem;
  font-weight: bold;
}

#banggooso-login-modal .modal .modal-footer,
#banggooso-login-receive-modal .modal .modal-footer {
  flex-flow: column;
  align-items: center;
  padding: 0 2rem 0 2rem;
}

#banggooso-login-ver-send-modal .modal .modal-content-subtitle {
  width: 100%;
  text-align: center;
  cursor: pointer;
  color: rgba(12, 12, 12, 0.6);
  font-weight: 500;
  font-size: 1.25rem;
}

#banggooso-login-ver-send-modal .modal .row#icon {
  padding-bottom: 1.875rem;
}

#banggooso-login-ver-send-modal .modal .row#icon > img {
  width: 12.875rem;
  height: 12rem;
}

#banggooso-login-ver-send-modal .modal {
  width: 28.75rem;
}

#banggooso-login-ver-send-modal .modal .row#btn > .col-1,
#banggooso-login-modal .modal .modal-footer > div,
#banggooso-login-ver-send-modal .modal .kakao-login-btn,
#banggooso-login-ver-send-modal .modal .no-login-btn,
#banggooso-login-receive-modal .modal .modal-footer > div {
  width: 100%;
  height: 4.063rem;
  border-radius: 48.08px;
  font-size: 1.3125rem;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  font-weight: bold;
  background: #0000001a;
  cursor: pointer;
}

#banggooso-login-ver-send-modal .modal .kakao-login-btn,
#banggooso-login-ver-send-modal .modal .no-login-btn {
  border-radius: 10px;
}

#banggooso-login-ver-send-modal .modal .row#btn {
  justify-content: space-around;
  width: 85%;
  margin: 0 auto;
}

#banggooso-login-ver-send-modal .modal .kakao-login-btn {
  background-color: #ffe91f;
  width: 25.75rem;
  height: 4.6875rem;
  gap: 0.875rem;
  font-size: 1.5rem;
  margin-bottom: 0.875rem;
}

#banggooso-login-ver-send-modal .modal .no-login-btn {
  background-color: rgba(0, 0, 0, 0.06);
  width: 25.75rem;
  height: 4.6875rem;
  gap: 0.875rem;
  font-size: 1.5rem;
  margin-bottom: 0.875rem;
}

#banggooso-login-ver-send-modal .modal .kakao-login-btn > img {
  width: 1.75rem;
  height: 1.75rem;
}

#banggooso-login-ver-send-modal .modal .row#btn > .desc {
  border-radius: 8px;
  font-size: 1.25rem;
  color: rgba(12, 12, 12, 0.6);
  background: none;
  margin-bottom: 0;
  height: auto;
  line-height: 2rem;
  font-weight: 500;
  letter-spacing: -0.01rem;
  text-align: center;
}

#banggooso-login-ver-send-modal .modal .row#btn > .desc:nth-child(1) {
  flex: 3;
  border-right: 2px solid rgba(213, 213, 213, 1);
  border-radius: 0;
  /* height: 1.5rem !important; */
  display: flex;
  align-items: center;
  justify-content: center;
}

#banggooso-login-ver-send-modal .modal .row#btn > .desc:nth-child(2) {
  flex: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 1rem !important; */
}

#banggooso-login-modal .modal .modal-footer > div:first-child,
#banggooso-login-receive-modal .modal .modal-footer > div:first-child {
  margin-bottom: 1.9rem;
  gap: 0.5rem;
  background-color: #ffe91f;
}

#banggooso-login-modal .modal .modal-footer > div:last-child,
#banggooso-login-receive-modal .modal .modal-footer > div:last-child {
  margin-bottom: 0;
}

#banggooso-login-modal .modal .modal-footer > div > img,
#banggooso-login-ver-send-modal .modal .kakao-login-btn > img,
#banggooso-login-receive-modal .modal .modal-footer > div > img {
  width: 1.5rem;
  height: 1.5rem;
}

#banggooso-login-modal .modal .login-btn-wrap,
#banggooso-login-receive-modal .modal .login-btn-wrap {
  display: flex;
  flex-flow: row;
}

#banggooso-login-modal .modal .login-btn-wrap > div,
#banggooso-login-receive-modal .modal .login-btn-wrap > div {
  padding: 1rem;
}

#banggooso-login-modal .modal .modal-content,
#banggooso-login-receive-modal .modal .modal-content {
  margin-bottom: 3.875rem;
  text-align: center;
}

#event-modal > .modal > .modal-container > .modal-content {
  align-items: center;
}

#event-modal > .modal > .modal-container > .modal-content > .modal-content-subtitle {
  padding-bottom: 0.75rem;
}

#event-modal > .modal > .modal-container > .modal-content {
  padding: 1.5rem 1rem 1.25rem 1rem;
}

#event-modal .row {
  width: 10rem;
  gap: 0.3rem;
  height: 1.3rem;
  align-items: center;
}

#event-modal .row .col-5 {
  color: #333333b2;
}

/* 이미지 저장 방지 */
.no-save-img {
  -webkit-touch-callout: none;
}

.screen {
  background-color: transparent;
  z-index: 9999;
}

/* 홈화면 랜딩 버튼 추가 */
.landing-btn img {
  width: 100%;
  border-radius: 10px;
}

/* 좋은 감정사기 : 빙고 화면 */
/* 공통 */

.bingo-start-index .content,
.bingo-start-index .bingo-start-content {
  overflow: scroll !important;
}

.bingo-start-index .content .styled-button {
  height: 5rem !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
}

.bingo-start-index article ::-webkit-scrollbar,
.bingo-start-index .main ::-webkit-scrollbar,
.bingo-start-index .content ::-webkit-scrollbar,
.bingo-start-index .bingo-start-content ::-webkit-scrollbar,
.bingo-game-index .content ::-webkit-scrollbar,
.bingo-game-index .bingo-content-area ::-webkit-scrollbar {
  display: none !important;
}

.flex-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.flex-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.flex-row-2 {
  display: flex;
  flex-direction: row;
  margin-right: auto;
}

.img-width {
  width: 100%;
}

/* 1. 빙고 시작화면 */
#buy .bingo-nonmember-modal {
  display: none !important;
}

.bingo-start-index .bingo-nonmember-modal {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
}

.bingo-start-index .bingo-nonmember-modal .nonmember-modal-bingo-flex {
  display: flex !important;
}

.bingo-start-index .bingo-nonmember-modal #banggooso-login-ver-send-modal > .modal {
  display: flex !important;
}

.bingo-start-index .bingo-notice-ment-box {
  padding: 0 1.4rem;
  margin-top: 0.5rem;
  text-align: center;
}

.bingo-start-index .bingo-notice-ment {
  font-family: 'Pretendard';
  font-weight: 500;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 1);
  padding: 0.75rem 1.25rem;
  text-align: center;
  border-radius: 10px;
  margin-top: 0.5rem;
  background-color: rgba(255, 177, 196, 1);
  display: inline-block;
}

.bingo-start-index .bingo-wrap {
  padding: 0 1.25rem;
  z-index: 10;
}

.bingo-start-index .start-container {
  margin-top: 0.1rem;
}

.bingo-start-index .bingo-btn-wrap {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.bingo-start-index .bingo-btn-wrap .bingo-start-content .bingo-start-btn {
  width: 30rem !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem !important;
}

.bingo-start-index .start-btn-txt-margin {
  margin-left: 3rem;
}

.bingo-start-index .start-btn-bgm {
  width: 4.2rem;
  display: flex;
}

.bingo-start-index .participate-area {
  padding: 0 1.5rem;
  z-index: 5;
  gap: 0.3rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.bingo-start-index .participate-text {
  color: rgba(51, 51, 51, 1);
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.71rem;
  text-align: center;
  margin-top: 2.5rem;
}

.bingo-start-index .participate-num {
  color: rgba(51, 51, 51, 1);
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 2.9rem;
  text-align: center;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}

.intro-share-num-area {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 2.5rem;
  color: rgba(51, 51, 51, 1);
  gap: 0.3rem;
}

.intro-share-count {
  font-size: 1.5rem;
  line-height: 1.25rem;
  font-weight: 500;
}

.bingo-start-index .intro-share-title {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.62rem;
  text-align: center;
  color: #333333;
}

.bingo-nonmember-modal #banggooso-login-ver-send-modal .modal .row#btn {
  height: 2.62rem;
  display: flex;
  align-items: center;
}

.bingo-start-index .bingo-start-content {
  overflow: scroll !important;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  background: linear-gradient(169.09deg, rgba(255, 203, 215, 0) 34.53%, rgba(255, 55, 103, 0.3) 85.93%);
}

.bingo-start-index .bingo-start-content ::-webkit-scrollbar {
  display: none;
}

.bingo-start-index .intro-vector {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
}

.bingo-start-index .intro-vector-img {
  position: absolute;
  bottom: 0;
}

/* 2. 빙고 게임화면 */
.bingo-content-area {
  background: white !important;
}

.bingo-game-index .bingo-content-area {
  width: 100%;
  height: 100%;
  position: relative;
}

.bingo-game-index .bingo-game-area {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.bingo-game-area,
.bingo-content-area {
  overflow: auto !important;
}

.bingo-game-index .bingo-content-wrap {
  /* background-color: rgba(255, 203, 215, 1); */
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
  position: fixed;
  height: 70%;
  width: 100%;
  max-width: 500px;
  /* overflow: hidden; */
}

.bingo-game-index .bingo-wrap {
  padding: 0 1.25rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  /* position: absolute;
  top: 0;
  left: 0;
  z-index: 9999; */
}

.bingo-game-index .bingo-container {
  display: grid;
  width: 90%;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 1rem;
  row-gap: 0.63rem;
  padding: 0.63rem;
  margin: 0.63rem auto;
  border-radius: 12px;
  background-color: rgba(242, 242, 242, 1);
  position: relative;
}

.bingo-game-index .bingo-box {
  background-color: white;
  color: #333333;
  font-family: 'Pretendard';
  font-weight: 400;
  text-align: center;
  height: 0;
  padding-top: 50%;
  padding-bottom: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 12px;
}

.bingo-game-index .finish-box {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  z-index: 10;
  /* border: 1px solid #e6dddd; */
}

.bingo-game-index .hide-box {
  position: absolute;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 12px;
  /* border: 1px solid #e6dddd; */
}

.bingo-game-index .intro-box {
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  /* border: 1px solid #e6dddd; */
  z-index: 999;
  border-radius: 12px;
}

.bingo-game-index .bingo-btn-wrap {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.bingo-game-index .bingo-input-area {
  z-index: 999;
  background: transparent;
  height: 10%;
  width: 100%;
  top: 0;
}

.bingo-game-index .bingo-input-box {
  margin-top: 0.8rem;
  height: 3rem;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  position: absolute;
  font-size: 1.25rem;
}

.bingo-game-index .bingo-input {
  width: 85%;
  height: 55%;
  border-radius: 10px;
  border: none;
  background-color: rgba(51, 51, 51, 0.1);
  padding: 0.75rem 0 0.75rem 0.87rem;
  font-weight: 500;
  font-size: 1.25rem;
}

.bingo-game-index .bingo-input::placeholder {
  color: rgba(51, 51, 51, 0.5);
}

.bingo-game-index .bingo-input-btn {
  display: none;
}

.bingo-game-index .bingo-top-wrap {
  margin: 0.75rem 1.9rem 0 1.875rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 0.5rem;
}

.bingo-game-index .timer-wrap {
  width: 25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
  justify-content: space-between;
}

.bingo-game-index .timer-outer {
  margin-left: -2rem;
  height: 0.53rem;
  border: 2px solid linear-gradient(90.25deg, rgba(219, 219, 219, 0.8) 16.87%, rgba(231, 231, 231, 0.8) 80.15%);
  width: 100%;
  background: linear-gradient(180deg, rgba(212, 212, 212, 0.7) 0%, #f2f2f2 100%);
  border-radius: 999px;
  display: flex;
  padding: 0.3rem;
  align-items: center;
  z-index: 5;
}

.bingo-game-index .timer-inner {
  width: 100%;
  height: 0.05rem;
  background-color: rgba(131, 121, 236, 1);
  border-radius: 999px;
  padding: 0.3rem;
  /* border: 2px solid rgba(233, 233, 233, 0.7); */
}

.bingo-game-index .timer-inner-glow {
  margin-right: 0.7rem;
  margin-top: -0.2rem;
  height: 0.28rem;
  background-color: rgba(255, 255, 255, 1);
  opacity: 20%;
  border-radius: 999px;
}

.bingo-game-index .help-img {
  width: 1.62rem;
  display: flex;
  margin: 0.62rem;
}

.bingo-game-index .hide-box {
  position: absolute;
}

.bingo-game-index .flip {
  width: 100%;
  height: 100%;
  position: relative;
  perspective: 1000px;
  /* 요소가 얼마나 멀리 있는지를 나타내는 값 */
}

.bingo-game-index .flip-card {
  width: 100%;
  height: 100%;
  position: absolute;
  transform-style: preserve-3d;
  /* 자식 요소들의 3D 변환을 그대로 유지 */
  transition: transform 0.8s;
  /* 변환 효과 지속 시간 */
}

.bingo-game-index .front,
.bingo-game-index .back {
  width: 100%;
  height: 100%;
  position: absolute;
  backface-visibility: hidden;
  border-radius: 12px;
  /* 요소의 뒷면 숨기기 */
}

.bingo-game-index .front {
  background-image: url('https://cdn.banggooso.com/es/assets/bingo/box1.png');
  background-size: 100%;
}

.bingo-game-index .back {
  background: rgba(243, 239, 254, 1);
  /* 뒷면 배경색 */
  transform: rotateY(180deg);
  /* 초기에는 뒷면으로 회전하여 보이게 설정 */
}

@keyframes rotate {
  0% {
    transform: rotateY(0deg);
    /* 시작 상태: 회전하지 않음 */
  }

  100% {
    transform: rotateY(360deg);
    /* 끝 상태: 360도 회전 */
  }
}

.bingo-game-index .bingo-content-wrap.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  max-width: 500px;
  top: 0;
  /* overflow: hidden; */
}

.bingo-game-index .timer-sec {
  background-image: url('https://cdn.banggooso.com/es/assets/bingo/timer1.png');
  width: 2.7rem;
  height: 2.7rem;
  background-size: 100%;
  background-repeat: no-repeat;
  text-align: center;
  z-index: 10;
}

.bingo-game-index .timer-almost {
  background-image: url('https://cdn.banggooso.com/es/assets/bingo/timer2.png');
  width: 2.7rem;
  height: 2.7rem;
  background-size: 100%;
  background-repeat: no-repeat;
  text-align: center;
  animation: vibration 0.2s infinite;
}

@keyframes vibration {
  from {
    transform: rotate(3deg);
  }

  to {
    transform: rotate(-3deg);
  }
}

.bingo-game-index .timer-sec-txt {
  font-size: 0.9rem;
  width: 100%;
  font-weight: 700;
  margin-top: 0.83rem;
}

.tutorial-relative-area {
  width: 100%;
  height: 100%;
  /* position: relative; */
}

.tutorial-absolute-area {
  width: 9rem;
  height: 3rem;
  position: absolute;
  right: 5.5%;
  top: 5%;
}

/* 3. 빙고 결과화면 */

.intro-share-area {
  z-index: 10;
}

.intro-share-area .bingo-share-wrap .content {
  height: auto !important;
}

.intro-share-area .bingo-share-wrap .content#share {
  padding: 0rem 0rem 6.25rem 0rem !important;
}

.bingo-result-app-wrapper .bingo-wrap {
  padding: 0 0.62rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.bingo-result-app-wrapper .result-share-txt-area {
  margin: 2.19rem auto 3.125rem auto;
}

.bingo-result-app-wrapper .result-share-txt-img {
  width: 12.31rem;
  margin: 0 auto;
}

.share-about-txt {
  width: 20.13rem;
  margin-top: 0.88rem;
}

.bingo-result-app-wrapper .bingo-result-content {
  background-color: white !important;
}

.bingo-result-app-wrapper .bingo-notice-ment {
  font-family: 'Pretendard';
  font-weight: 700;
  color: #e6dddd;
  width: 100%;
  text-align: center;
  margin-top: 2rem;
}

.bingo-result-app-wrapper .result-title-lv {
  color: rgba(131, 121, 236, 1);
}

.bingo-result-app-wrapper .bingo-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 1rem;
  row-gap: 0.63rem;
  padding: 0.63rem;
  margin: 0.63rem auto;
  border-radius: 12px;
  background-color: rgba(242, 242, 242, 1);
  position: relative;
  width: 90%;
}

.bingo-result-app-wrapper .result-bingo-box {
  background-color: white;
  font-family: 'Pretendard';
  font-weight: 700;
  text-align: center;
  height: 0;
  padding-top: 50%;
  padding-bottom: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bingo-result-app-wrapper .result-hide-box {
  position: absolute;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 12px;
  /* border: 1px solid #e6dddd; */
}

.bingo-result-app-wrapper .result-select-box {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: 100%;
  z-index: 20;
  border-radius: 12px;
}

.bingo-result-app-wrapper .result-success-box {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: 100%;
  z-index: 101;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
  border-radius: 12px;
}

.bingo-result-app-wrapper .bingo-btn-wrap {
  margin-top: 1.24rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.bingo-result-app-wrapper .result-notice {
  color: rgba(51, 51, 51, 0.7);
  font-size: 1.37rem;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-left: 3.5rem;
  font-weight: 500;
  gap: 0.5rem;
  margin-top: 1.87rem;
}

.bingo-result-app-wrapper .bingo-result-stastistic {
  margin: 1rem 1.87rem 0.5rem 1.87rem;
  padding: 1rem;
  border-radius: 15px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  background-color: rgba(243, 239, 254, 1);
  text-align: center;
  color: rgba(70, 70, 122, 1);
}

.bingo-result-app-wrapper .stastistic-title {
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-weight: 900 !important;
  color: rgba(70, 70, 122, 1);
}

.bingo-result-app-wrapper .stastistic-my-txt {
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-left: 0.3rem;
  width: 16.5rem;
  text-align: left;
  margin: 0 auto;
}

.bingo-result-app-wrapper .stastistic-img {
  width: 1.56rem;
  margin-top: 0.3rem;
}

.bingo-result-app-wrapper .bingo-share-wrap {
  width: 100%;
  margin-top: 3rem;
  text-align: center;
  color: rgba(70, 70, 122, 1);
  font-size: 1.5rem;
  font-weight: 700;
}

.bingo-result-app-wrapper .result-title {
  font-size: 1.75rem;
  font-weight: 900;
  color: #46467a;
  width: 100%;
  margin-top: 1.25rem;
  text-align: center;
}

.bingo-result-app-wrapper .bingo-result-about {
  background-color: rgba(243, 239, 254, 1);
  padding: 0 1.875rem;
  position: relative;
}

.bingo-result-app-wrapper .click-about-zone {
  width: 7rem;
  position: absolute;
  height: 7rem;
  right: 15%;
  top: 15%;
}

.bingo-result-app-wrapper .content#share .share-wrapper .share-title {
  font-size: 1.375rem !important;
  font-weight: 700 !important;
  margin-left: -1rem;
  color: rgba(51, 51, 51, 1) !important;
}

.bingo-result-app-wrapper .main.buy .top-bar .title {
  font-weight: 700 !important;
}

.bingo-result-app-wrapper .bingo-result .restart-button {
  background-color: #8379ec !important;
}

.bingo-result-app-wrapper .bingo-result .showEmotion-button {
  background-color: #ed6384 !important;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.showemotion-txt {
  margin-left: auto;
}

.showemotion-icon {
  width: 3.9rem;
  display: flex;
  margin-right: 1.25rem;
}

.bingo-result-app-wrapper .bingo-result .bingo-click-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 50;
  display: none;
}

@keyframes rotate {
  0% {
    transform: rotateY(0deg);
    /* 시작 상태: 회전하지 않음 */
  }

  100% {
    transform: rotateY(180deg);
    /* 끝 상태: 360도 회전 */
  }
}

.bingo-result-app-wrapper .main.buy .top-bar {
  background: white !important;
}

.bingo-result-app-wrapper .minus-modal {
  display: none;
}

.bingo-result-app-wrapper .main.buy .top-bar .title {
  color: black !important;
}

.bingo-result-app-wrapper .get-card-content {
  -ms-overflow-style: none !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bingo-result-app-wrapper .get-card-content-btn-wrapper {
  margin: 2rem auto;
  display: flex;
  gap: 1rem;
  flex-direction: column;
}

.bingo-result-app-wrapper .get-card-sub-title {
  color: rgba(131, 121, 236, 1);
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 2rem;
  text-align: center;
  color: rgba(131, 121, 236, 1) !important;
  margin-bottom: 5rem;
  margin-top: 1.25rem;
}

.bingo-get-card-content-wrapper {
  -ms-overflow-style: none !important;
}

.bingo-result-app-wrapper .bingo-get-card-content-wrapper .get-card-content .title {
  color: rgba(131, 121, 236, 1) !important;
  text-align: center;
  font-weight: 700 !important;
  font-size: 1.625rem;
  margin: 0;
  padding: 0 !important;
  padding-bottom: 2rem !important;
}

.bingo-result-app-wrapper .bingo-result-card-area {
  width: 15.625rem;
  margin: 0 auto;
  margin-bottom: 1.875rem;
  position: relative;
  margin-top: 0.5rem;
}

.bingo-result-app-wrapper .bingo-result-card-cover {
  position: absolute;
  top: -3.7%;
  left: -5.5%;
  width: 112%;
  z-index: 50;
}

.bingo-result-app-wrapper .bingo-card-img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 7.82px;
  box-shadow: 0px 0px 11.73px 0px rgba(70, 70, 122, 0.15);
}

.bingo-result-app-wrapper .bingo-get-card-content-wrapper {
}

.bingo-result-app-wrapper .bingo-get-card-content-wrapper .content-wrapper {
  overflow: visible !important;
}

.bingo-get-card-content-btn-wrapper {
  margin-top: 0.8rem;
}

.bingo-result-app-wrapper .useBingoCard {
  background-color: #80808099 !important;
}

/* 빙고 : 모달창들 */
.buy-modal {
  position: absolute;
  z-index: 1000000;
  width: 100%;
  max-width: 500px;
  height: 100%;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
}

/* 모달 1. 감정가게란? 모달 */
.about-modal {
  display: none !important;
}

.about-modal .modal-content-wrap {
  position: relative;
  padding: 2.5rem;
  width: 100%;
}

.about-modal .modal-content {
  font-family: 'Pretendard';
  position: relative;
  background-color: white;
  border-radius: 15px;
  text-align: center;
  padding: 1.5rem 2.5rem 1.875rem 2.5rem;
  margin-top: -5rem;
}

.about-modal .modal-title {
  font-weight: 700;
  font-size: 1.5rem;
  color: rgba(51, 51, 51, 1);
}

.about-modal .about-img {
  margin: 1rem auto;
  height: 8.125rem;
}

.about-modal .about-img img {
  height: 100%;
  object-fit: contain;
}

.about-modal .modal-txt {
  font-size: 1.12rem;
  color: #333333b2;
  line-height: 1.75rem;
}

.about-modal .about-close {
  position: absolute;
  top: 6.7%;
  right: 5.8%;
  width: 1.5rem;
}

/* 모달 2. 마이너스 설명 모달 */
.minus-modal .minus-btn {
  background-color: #8379ec;
  color: white;
  font-size: 1.375rem;
  line-height: 1.62rem;
  font-weight: 700;
  padding: 1.15rem;
  border-radius: 0 0 16px 16px;
}

.minus-modal .modal-content-wrap {
  position: relative;
  padding: 2.5rem;
  width: 100%;
}

.minus-modal .modal-content {
  font-family: 'Pretendard';
  position: relative;
  background-color: white;
  border-radius: 15px;
  text-align: center;
  padding: 1.5rem 0 0 0;
}

.minus-modal .modal-title {
  font-weight: 700;
  font-size: 1.5rem;
  color: rgba(51, 51, 51, 1);
  margin-bottom: 1.5rem;
}

.minus-modal .minus-img {
  margin: 0.5rem auto;
  width: 9.3rem;
}

.minus-modal .modal-txt {
  font-size: 1.12rem;
  color: #333333b2;
  margin-bottom: 1.875rem;
}

.minus-modal .minus-close {
  position: absolute;
  top: 5%;
  right: 3.5%;
  width: 1.75rem;
}

/* 모달 3. 튜토리얼 모달 */
.tutorial-modal .modal-content {
  position: relative;
  padding: 2.5rem;
  width: 100%;
  margin-top: -5rem;
}

.tutorial-modal .tutorial-content {
  font-family: 'Pretendard';
  position: relative;
  background-color: white;
  border-radius: 15px;
  text-align: center;
  width: 100%;
}

.tutorial-modal .tutorial-top {
  padding: 1.5rem 1.87rem 0rem 1.87rem;
}

.tutorial-modal .tutorial-title {
  font-size: 1.5rem;
  font-weight: 900;
  margin-bottom: 1.5rem;
  color: rgba(51, 51, 51, 1);
}

.tutorial-modal .tutorial-txt {
  color: grey;
  font-size: 1.12rem;
}

.tutorial-modal .tutorial-list {
  text-align: left;
  font-size: 1.1rem;
  margin-top: 1.25rem;
  font-weight: 700;
}

.tutorial-modal .tutorial-list-li {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.75rem;
  display: flex;
  align-items: center;
}

.tutorial-modal .modal-icon {
  width: 1.75rem;
}

.tutorial-modal .tutorial-btn {
  background-color: rgba(131, 121, 236, 1);
  border-radius: 0 0 15px 15px;
  padding: 1.15rem;
  font-size: 1.37rem;
  font-weight: 700;
  cursor: pointer;
  bottom: 0;
  color: rgba(255, 255, 255, 1);
}

.tutorial-modal .tutorial-list-flex {
  display: flex;
  gap: 1rem;
  margin-bottom: 0.5rem;
  align-items: center;
}

.tutorial-modal .tutorial-list-num {
  width: 1.87rem;
  display: flex;
}

.tutorial-modal .tutorial-list-num-3 {
  margin-bottom: 2.5rem;
}

.tutorial-modal .tip-box {
  margin-bottom: 1.875rem;
}

/* 모달 4. 하트없 모달 */
.noheart-modal {
  display: none;
}

.noheart-modal .modal-content-wrap {
  position: relative;
  padding: 2.5rem;
  width: 100%;
}

.noheart-modal .modal-content {
  font-family: 'Pretendard';
  position: relative;
  background-color: white;
  border-radius: 15px;
  text-align: center;
  padding: 2.5rem;
  margin-top: -5rem;
}

.noheart-modal .modal-title {
  font-weight: 700;
  font-size: 1.5rem;
  color: rgba(51, 51, 51, 1);
}

.noheart-modal .noheart-img {
  margin: 0.5rem auto;
  width: 6.25rem;
}

.noheart-modal .modal-txt {
  font-size: 1.12rem;
  color: #333333b2;
  line-height: 1.75rem;
}

.noheart-modal .noheart-close {
  position: absolute;
  top: 5%;
  right: 5%;
  width: 1.75rem;
}

/* 모달 5. 게임 결과 모달 */
.finish-modal {
  width: 100%;
  height: 100%;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.4);
  background-color: rgba(0, 0, 0, 0.698);
  backdrop-filter: blur(8px);
  flex: none;
  order: 1;
  flex-grow: 0;
  position: absolute;
  z-index: 10001;
  display: flex;
  align-items: center;
  display: none;
}

/* 모달 5-(1). 다맞춤 모달 */
.finish-clear-modal {
  display: none;
}

.finish-clear-modal .finish-modal-relative {
  padding: 0 2.5rem;
  text-align: center;
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}

.finish-clear-modal .finish-modal-content {
  width: 100%;
  background-color: white;
  border-radius: 20px;
  font-size: 2rem;
  font-weight: 700;
  margin: 1.25rem auto 1.75rem auto;
  padding: 2rem 1.5rem 2.5rem 1.5rem;
  line-height: 2.6rem;
}

.finish-clear-modal .finish-modal-title {
  color: rgba(131, 121, 236, 1);
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.37rem;
  margin-bottom: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
}

.finish-clear-modal .finish-modal-btn {
  background-color: rgba(131, 121, 236, 1);
  color: white;
  font-weight: 700;
  font-size: 1.5rem;
  border-radius: 10px;
  text-align: center;
  line-height: 1.5rem !important;
  padding: 1.56rem;
  margin-top: 1.75rem;
}

.finish-clear-modal .finish-modal-title .modal-icon {
  width: 2.5rem !important;
}

/* 모달 5-(2). 시간끝 모달 */
.finish-good-modal {
  display: none;
}

.finish-good-modal .finish-modal-relative {
  padding: 0 2.5rem;
  text-align: center;
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}

.finish-good-modal .finish-modal-content {
  width: 100%;
  background-color: white;
  border-radius: 20px;
  font-size: 2rem;
  font-weight: 700;
  margin: 1.25rem auto 1.75rem auto;
  padding: 2rem 1.5rem 2.5rem 1.5rem;
  line-height: 2.6rem;
}

.finish-good-modal .finish-modal-title {
  color: rgba(131, 121, 236, 1);
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.37rem;
  margin-bottom: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
}

.finish-good-modal .finish-modal-btn {
  background-color: rgba(131, 121, 236, 1);
  color: white;
  font-weight: 700;
  font-size: 1.5rem;
  border-radius: 10px;
  text-align: center;
  line-height: 1.5rem !important;
  padding: 1.56rem;
  margin-top: 1.75rem;
}

.finish-good-modal .finish-modal-title .modal-icon {
  width: 2.5rem !important;
}

/* 모달 5-(3). 다틀림 모달 */
.finish-none-modal {
  display: none;
}

.finish-none-modal .finish-modal-relative {
  padding: 0 2.5rem;
  text-align: center;
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}

.finish-none-modal .finish-modal-content {
  width: 100%;
  background-color: white;
  border-radius: 20px;
  font-size: 2rem;
  font-weight: 700;
  margin: 1.25rem auto 1.75rem auto;
  padding: 2rem 1.5rem 2.5rem 1.5rem;
  line-height: 2.6rem;
}

.finish-none-modal .finish-modal-title {
  color: rgba(131, 121, 236, 1);
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.37rem;
  margin-bottom: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
}

.finish-none-modal .finish-modal-btn {
  background-color: rgba(131, 121, 236, 1);
  color: white;
  font-weight: 700;
  font-size: 1.5rem;
  border-radius: 10px;
  text-align: center;
  line-height: 1.5rem !important;
  padding: 1.56rem;
  margin-top: 1.75rem;
}

.finish-none-modal .finish-modal-title .modal-icon {
  width: 2.5rem !important;
}

/* 모달 6. 결과 때 맞춘게 없을때 모달 */
.check-none-modal {
  display: none;
}

.check-none-modal .modal-content-wrap {
  position: relative;
  padding: 2.5rem;
  width: 100%;
}

.check-none-modal .modal-content {
  font-family: 'Pretendard';
  position: relative;
  background-color: white;
  border-radius: 15px;
  text-align: center;
  padding: 1.5rem 1.25rem 1.875rem 1.25rem;
  margin-top: -5rem;
}

.check-none-modal .modal-title {
  font-weight: 700;
  font-size: 1.5rem;
  color: rgba(51, 51, 51, 1);
}

.check-none-modal .check-none-img {
  margin: 0.5rem auto;
  width: 6.25rem;
}

.check-none-modal .modal-txt {
  font-size: 1.12rem;
  color: #333333b2;
  line-height: 1.75rem;
}

.check-none-modal .check-none-close {
  position: absolute;
  top: 3.5%;
  right: 3.5%;
  width: 1.78rem;
}

/* 폭죽 */
.firework-area {
  background: transparent;
  width: 100%;
  height: 1700px;
  margin: 0;
  z-index: -1;
  position: absolute;
  display: none;
}

#drawing_canvas {
  position: absolute;
  margin: auto;
  width: 100%;
  height: 70%;
  top: -25%;
  bottom: 0;
  left: 0;
  right: 0;
}

/* 빙고게임 음소거 */
.sound-toggle {
  width: 1.87rem;
}

/* 감정카드 보내기 상단 배너 */
.content-top-banner {
  margin: 1.25rem 1.875rem 0.625rem;
  padding: 1.25rem 1rem;
  border-radius: 10px;
  background-color: #46467a;
  text-align: center;
}

.content-top-banner .title {
  font-size: 1.375rem;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.content-top-banner .desc {
  font-size: 1rem;
  color: #ffffffb2;
  line-height: 1.5rem;
}

article.send.detail .content-wrapper .card-wrapper {
  margin: 0 3.75rem;
  position: relative;
}

/* 이미지 업로더 */
.card-wrapper .image-uploader-wrapper {
  cursor: pointer;
  top: 10.938rem;
  left: 6.125rem;
  width: 7.1875rem;
  height: 7.1875rem;
}

.image-uploader-wrapper .image-preview {
  width: 100%;
  height: 100%;
  border-radius: 999px;
  overflow: hidden;
  background-color: hsl(0, 0%, 100%);
  box-sizing: border-box;
}

.image-uploader-wrapper .image-preview > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-uploader-wrapper .image-preview.default {
  background: url('https://cdn.banggooso.com/es/assets/images/icon/sentiment_satisfied.png') no-repeat center
      calc(50% - 1rem) / 2.375rem,
    linear-gradient(0deg, rgba(131, 121, 236, 0.1), rgba(131, 121, 236, 0.1)), linear-gradient(0deg, #ffffff, #ffffff);
  border: 0.275rem solid #8379ec33;
}

.image-uploader-wrapper .image-preview.default::after {
  content: '사진 첨부';
  color: #8379ec;
  font-weight: 700;
  display: inline-block;
  position: relative;
  transform: translate(-50%, -50%);
  top: calc(50% + 1.25rem);
  left: 50%;
}

.image-uploader-wrapper .image-uploader {
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  box-shadow: 0 0.25rem 0.5rem 0 #46467a4d;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 999px;
  background-color: #8379ec;
  padding: 0.625rem;
  box-sizing: border-box;
}

.image-uploader-wrapper .image-uploader input {
  display: none;
}

/* 사진 안 넣기 체크박스 */
.exclude-image-checkbox {
  display: flex;
  padding: 0.75rem 1.5rem;
  gap: 0.375rem;
  border-radius: 9999px;
  background: #8379ec1a;
  font-size: 1.25rem;
  font-weight: 500;
  color: #8379ec;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.exclude-image-checkbox .custom-checkbox {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.3rem;
  display: inline-block;
  position: relative;
  background-image: url('https://cdn.banggooso.com/es/assets/images/icon/check_box_outline_blank.png');
  background-size: cover;
}

.exclude-image-checkbox.active .custom-checkbox {
  background-image: url('https://cdn.banggooso.com/es/assets/images/icon/check_box.png');
}

.input-text-box {
  padding: 2.5rem 1.875rem 0rem;
}

.input-text-box .title-wrapper {
  display: flex;
  align-items: baseline;
  gap: 0.375rem;
  margin-bottom: 1rem;
}

.input-text-box .title {
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 1.875rem;
}

.input-text-box .desc {
  font-weight: 500;
  color: #33333380;
  padding: 0.25rem;
}

.input-text-box input {
  color: rgba(51, 51, 51, 0.5);
  border-radius: 10px;
  font-weight: 500;
  font-size: 1.3rem;
  text-align: left;
  background-color: #f6f6f6;
  line-height: 4.3rem;
  border: none;
  padding: 0rem 1rem;
  width: 100%;
  margin: 0 auto;
  height: 4.375rem;
  margin-bottom: 1rem;
  box-sizing: border-box;
}

.input-text-box input.invalid,
.input-text-box input.invalid:focus {
  border: 2px solid #ed6384;
  outline: none;
  margin-bottom: 0;
}

.input-text-box .invalid-text {
  color: #ed6384;
  padding: 0.25rem;
  display: none;
}

.card-input-display {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.card-input-display > * {
  position: absolute;
}

/* ------------- main-top-banner ------------- */
.main-top-banner {
  cursor: pointer;
}

.main-top-banner > img {
  border-radius: 10px;
  width: 100%;
}

/* ------------- ai 감정카드 결과 플레이어 ------------- */
#cardbox #playButton {
  position: relative;
  z-index: 9999;
}

#cardbox .player-wrapper {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

#cardbox .player-wrapper .bottom-board {
  bottom: 0;
  padding: 5rem 0 1.25rem;
  background: linear-gradient(0deg, #8379ec 20%, rgba(131, 121, 236, 0) 100%);
  width: 100%;
  position: absolute;
}

#cardbox .player-wrapper .board-text {
  display: flex;
  justify-content: center;
  font-size: 1.125rem;
  font-weight: 500;
  color: white;
}

#cardbox .player-wrapper .headphone-icon {
  width: 1.063rem;
  margin-right: 0.5rem;
  display: flex;
  align-items: center;
}

#cardbox .player-wrapper .player-btn {
  width: 5rem;
  height: 5rem;
  top: 50%;
  left: 50%;
  border-radius: 999px;
  position: absolute;
  background-color: #8379ecd9;
  border: 2px solid #ffffff;
  transform: translate(-50%, -50%);
}

#cardbox .player-wrapper .player-btn .player-btn-arrow {
  width: 1.465rem;
  height: 1.783rem;
  position: absolute;
  top: 1.609rem;
  left: 1.917rem;
}

/* ------------- ai 감정카드 받은 감정카드 공유 소구 ------------- */
article.receive.result .share-box {
  width: 100%;
  padding-top: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

article.receive.result .share-box p {
  font-size: 1.75rem;
  font-weight: 600;
  text-align: center;
  color: #46467a;
}

article.receive.result .share-box .share-btn-wrapper {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
}

article.receive.result .share-box .share-btn {
  width: 5rem;
  height: 5rem;
  border-radius: 999px;
  background: #46467a;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

article.receive.result .share-box .share-btn .btn-img-wrapper {
  width: 1.563rem;
}

/* ------------- 카드별 스타일 ------------- */
#card-190 #animation-text-2,
#card-190 #animation-text-20 {
  top: 2rem;
  left: 13.688rem;
  font-family: Gaegu;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.875rem;
  letter-spacing: -1px;
}

#card-190 #animation-text-3,
#card-190 #animation-text-21 {
  top: 4.125rem;
  left: 3.063rem;
  font-family: Gaegu;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.875rem;
  letter-spacing: -1px;
}

#card-190 #animation-text-4,
#card-190 #animation-text-22 {
  top: 9.125rem;
  left: 14.625rem;
  font-family: Gaegu;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.875rem;
  letter-spacing: -1px;
}

#card-190 #animation-text-5,
#card-190 #animation-text-23 {
  top: 23.625rem;
  left: 2.25rem;
  font-family: Gaegu;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.875rem;
  letter-spacing: -1px;
}

#card-190 #animation-text-6,
#card-190 #animation-text-24 {
  top: 25.688rem;
  left: 12.625rem;
  font-family: Gaegu;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.875rem;
  letter-spacing: -1px;
}

#card-190 .image-uploader-wrapper,
#card-190 .image-preview {
  width: 7.1875rem;
  height: 7.1875rem;
  border-radius: 999px;
  background-color: #ffffff;
  object-fit: cover;
  top: 10.938rem;
  left: 6.125rem;
}

#card-192 .image-uploader-wrapper,
#card-192 .image-preview {
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 999px;
  background-color: #ffffff;
  object-fit: cover;
  top: 11rem;
  left: 5.95rem;
}

#card-192 #animation-image-39,
#card-192 #animation-image-51 {
  display: none;
}

#card-192 #cardbox.no-image #animation-image-39,
#card-192 #cardbox.no-image #animation-image-51 {
  display: block;
}

#card-192 .animation-text {
  font-family: 'Noto Sans KR';
  font-size: 1.063rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.06rem;
}

#card-192 #animation-text-27,
#card-192 #animation-text-45 {
  top: 1.55rem;
  left: 4.625rem;
}

#card-192 #animation-text-28,
#card-192 #animation-text-46 {
  top: 5.6rem;
  left: 14.75rem;
}

#card-192 #animation-text-29,
#card-192 #animation-text-47 {
  top: 15.625rem;
  left: 15rem;
}

#card-192 #animation-text-30,
#card-192 #animation-text-48 {
  top: 20.04rem;
  left: 1.875rem;
}

#card-192 #animation-text-31,
#card-192 #animation-text-49 {
  top: 26.125rem;
  left: 14.5rem;
}

/* 감정타로 */

.app-wrapper.tarot {
  overflow: hidden;
}

.app-wrapper.tarot .game-wrapper .intro.maker {
  background-image: url('https://cdn.banggooso.com/es/assets/tarot/maker-intro-bg.png');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 4rem;
  position: relative;
}

.app-wrapper.tarot .game-wrapper .intro.player {
  background-image: url('https://cdn.banggooso.com/es/assets/tarot/player-intro-bg.png');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 4rem;
}

.emotion-care {
  padding: 3.12rem 1.25rem 0 1.25rem;
}

.emotion-care .title {
  margin-bottom: 1.25rem;
}

.emotion-care .container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.emotion-care .container #settlement,
.emotion-care .container #bucketlist {
  border-radius: 0.9375rem;
  width: 100%;
  height: 6.375rem;
  overflow: hidden;
}

.emotion-care .container #settlement img,
.emotion-care .container #tarot img,
.emotion-care .container #bucketlist img {
  width: 100%;
  height: auto;
  cursor: pointer;
}

.emotion-care .container #settlement img:active,
.emotion-care .container #tarot img:active,
.emotion-care .container #bucketlist img:active {
  opacity: 0.6;
}

.tarot .game-wrapper,
.tarot-pick .game-wrapper,
.tarot-result .game-wrapper {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}

.tarot .game-wrapper.step,
.tarot .game-wrapper.result,
.tarot-result .game-wrapper,
.tarot .game-wrapper.result-card-list,
.tarot-pick .game-wrapper .tarot-card-area {
  background-image: url('https://cdn.banggooso.com/es/assets/tarot/est-bg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.tarot .game-wrapper.result-card-list {
  padding-top: 4rem;
}

.tarot .game-wrapper.step,
.tarot .game-wrapper.result {
  background-color: transparent;
}

.game-wrapper::-webkit-scrollbar {
  display: none;
}

.tarot .top-bar,
.tarot-pick .top-bar,
.tarot-result .top-bar {
  position: absolute;
  top: 0;
  background-color: transparent;
}

.tarot .top-bar .top-bar-wrapper,
.tarot-pick .top-bar .top-bar-wrapper {
  background-color: rgba(140, 86, 187, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.tarot .top-bar .top-bar-wrapper .back-arrow,
.tarot-pick .top-bar .top-bar-wrapper .back-arrow {
  width: 2rem;
  height: 2rem;
  background-image: url('https://cdn.banggooso.com/es/assets/tarot/arrow-white.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0 1.24rem;
}

.tarot .top-bar.step .top-bar-wrapper .back-arrow,
.tarot-pick .top-bar.result-card-list .top-bar-wrapper .back-arrow,
.tarot-result .top-bar .top-bar-wrapper .back-arrow {
  background-image: url('https://cdn.banggooso.com/es/assets/tarot/arrow-black.png');
}

.tarot .top-bar.step .top-bar-wrapper,
.tarot-pick .top-bar.step .top-bar-wrapper,
.tarot-result .top-bar .top-bar-wrapper {
  background-color: rgba(224, 217, 254, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.tarot .top-bar .top-bar-wrapper .title,
.tarot-pick .top-bar .top-bar-wrapper .title {
  color: #fff;
}

.tarot .top-bar.step .top-bar-wrapper .title,
.tarot-pick .top-bar.step .top-bar-wrapper .title,
.tarot-pick .top-bar.result-card-list .top-bar-wrapper .title,
.tarot-result .top-bar .top-bar-wrapper .title {
  color: #333;
}

.tarot-pick .game-wrapper {
  position: relative;
}

.tarot .game-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #170845;
  height: 100%;
}

.tarot .game-wrapper .intro,
.tarot-pick .game-wrapper .intro,
.result.maker .game-wrapper .result-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.intro-title-line {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
}

.maker-intro-title {
  margin: 0 0 14.5rem;
  position: relative;
  z-index: 999;
  background-image: url('https://cdn.banggooso.com/es/assets/tarot/maker-intro-title.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 31.25rem;
  height: 21.125rem;
}

.result.maker .game-wrapper .result-container {
  background-image: url('https://cdn.banggooso.com/es/assets/tarot/bg-stars.png');
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
}

.tarot-result .game-wrapper .result-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url('https://cdn.banggooso.com/es/assets/tarot/bg-stars-2.png');
  background-position: center 4rem;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 4rem;
}

.tarot-result.maker .game-wrapper .result-container {
  background-image: url('https://cdn.banggooso.com/es/assets/tarot/bg-stars.png') !important;
}

.tarot-pick .game-wrapper .intro .title-wrapper {
  width: 100%;
  height: 12.75rem;
  background-image: url('https://cdn.banggooso.com/es/assets/tarot/intro-title-box-shadow.png');
  background-position: center 0.3rem;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20rem;
  position: relative;
  z-index: 999;
}

.tarot-pick .game-wrapper .intro .title {
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.5rem;
  /* 133.333% */
  letter-spacing: -0.01875rem;
  background: linear-gradient(204deg, #ffd8f8 21.39%, #f3effe 67.2%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tarot .game-wrapper .intro .sub-title {
  color: #46467a;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
  /* 145.455% */
  letter-spacing: -0.01375rem;
}

.tarot .game-wrapper .intro .intro-tarot-image {
  width: 27.5rem;
  height: auto;
}

.tarot .game-wrapper .intro .maker-intro-title {
  display: flex;
  justify-content: center;
}

.tarot .game-wrapper .intro .maker-intro-title .userNickname-wrapper {
  width: 18.625rem;
  height: fit-content;
  margin-top: 6.25rem;
  display: flex;
  justify-content: center;
  gap: 0.75rem;
}

.tarot .game-wrapper .intro .maker-intro-title .userNickname-wrapper span {
  text-align: center;
  font-family: 'Pretendard';
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.5rem;
  /* 125% */
  letter-spacing: -0.02rem;
  background: linear-gradient(204deg, #ffd8f8 21.39%, #f3effe 67.2%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-flex;
  align-self: flex-end;
}

.tarot .game-wrapper .intro.maker #userNickname {
  width: 12rem !important;
  margin: 0 !important;
}

.tarot .game-wrapper .intro #userNickname,
.tarot-pick .game-wrapper .intro #userNickname {
  display: flex;
  width: 16.25rem;
  height: 4.0625rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border-radius: 0.625rem;
  background: #f6f6f6;
  color: #000;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.625rem;
  /* 118.182% */
  letter-spacing: -0.01375rem;
  border: none;
  margin: 1rem 0 1.5rem;
  border-radius: 0.625rem;
  border: 2px solid #8379ec;
  box-shadow: 0px 0px 20px 0px rgba(131, 121, 236, 0.5);
  outline: none;
}

.tarot .game-wrapper .intro #userNickname::placeholder,
.tarot-pick .game-wrapper .intro #userNickname::placeholder {
  color: rgba(51, 51, 51, 0.5);
}

.tarot .game-wrapper .intro .start-btn-wrap {
  position: relative;
}

.tarot .game-wrapper .intro .start-btn-wrap .notice {
  width: 22.9375rem;
  height: auto;
  position: absolute;
  left: 50%;
  bottom: -2.5rem;
  transform: translateX(-50%);
}

.tarot .game-wrapper .intro .start-btn {
  background-image: url('https://cdn.banggooso.com/es/assets/tarot/start-button-default.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 26.25rem;
  height: 5rem;
  box-shadow: 0px 0px 4px 0px #8379ec, 0px 0px 32px 0px rgba(131, 121, 236, 0.5), 0.25px 0px 2px 0px #8379ec inset;
  border-radius: 0.625rem;
}

.tarot-pick .game-wrapper .intro .start-btn {
  background-image: url('https://cdn.banggooso.com/es/assets/tarot/player-start-button-default.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 26.25rem;
  height: 5rem;
  box-shadow: 0px 0px 4px 0px #8379ec, 0px 0px 32px 0px rgba(131, 121, 236, 0.5), 0.25px 0px 2px 0px #8379ec inset;
  border-radius: 0.625rem;
}

.tarot .game-wrapper .intro .start-btn.active {
  background-image: url('https://cdn.banggooso.com/es/assets/tarot/start-button.png');
  cursor: pointer;
}

.tarot-pick .game-wrapper .intro .start-btn.active {
  background-image: url('https://cdn.banggooso.com/es/assets/tarot/player-start-button.png');
}

.tarot-pick .game-wrapper .intro .bottom-deco .result-list {
  display: flex;
  width: 15rem;
  height: 4.375rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.625rem;
  background-color: #8379ec;
  color: #fff;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.875rem;
  /* 125% */
  letter-spacing: -0.015rem;
  margin: 6.5rem 0 8.5rem;
  cursor: pointer;
}

.tarot-pick .game-wrapper .intro .bottom-deco {
  background-image: url('https://cdn.banggooso.com/es/assets/tarot/intro-card-player.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 19.375rem;
  display: flex;
  justify-content: center;
}

.tarot .game-wrapper .intro .participate-area {
  width: 27.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.4); */
  padding: 5.5rem 0 1.5rem;
  gap: 0.25rem;
}

.tarot .game-wrapper .intro .participate-area .participate-text {
  color: #fff;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.4375rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.01438rem;
}

.tarot .game-wrapper .intro .participate-area .participate-num {
  color: #fff;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.025rem;
}

.tarot .share-sns-list {
  display: flex;
  margin: 1rem 0 6.5rem;
  gap: 0.75rem;
}

.tarot .intro-share-count {
  font-size: 1.375rem;
  color: #ffffffd9;
}

.tarot .intro-share-num-area {
  color: #fff;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.625rem;
  /* 108.333% */
  letter-spacing: -0.015rem;
}

.tarot .intro-share-num-area .share {
  width: 1.375rem;
  height: 1.375rem;
  opacity: 0.6;
}

.tarot .share-wrapper.player .intro-share-num-area {
  margin: 0;
}

.tarot .share-sns-list div img {
  width: 3.4375rem;
  height: 3.4375rem;
}

.answer-area {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 4rem;
}

.answer-area .alert {
  color: #46467a;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2rem;
  /* 145.455% */
  letter-spacing: -0.01375rem;
  padding: 1.5rem 0 1rem 0;
}

.answer-area .instruction {
  color: #8379ec;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  /* 133.333% */
  padding-bottom: 2rem;
}

.answer-area .select-status {
  width: 27.5rem;
  display: flex;
  padding: 1rem 0;
  align-items: center;
  justify-content: center;
  border-radius: 0.625rem;
  color: #46467a;
  background-color: rgba(187, 180, 253, 0.5);
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  /* 133.333% */
}

.answer-area .select-status.active {
  position: absolute;
  top: 4rem;
  width: 100%;
  border-radius: 0;
  backdrop-filter: blur(10px);
  z-index: 999;
}

.answer-area .select-status p {
  opacity: 0.5;
}

.answer-area .select-status p.active {
  opacity: 1;
}

.answer-area .answer-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 1.5rem 0;
}

.answer-area .answer-list ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.62rem;
  width: 27.5rem;
}

.answer-area .answer-list ul li {
  color: rgba(70, 70, 122, 0.7);
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.625rem;
  /* 130% */
  letter-spacing: -0.0125rem;
  display: flex;
  padding: 1rem 1.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  align-self: stretch;
  border-radius: 0.625rem;
  background: #fff;
  cursor: pointer;
}

.answer-area .answer-list ul li.unselected {
  opacity: 0.5;
}

.answer-area .answer-list .custom-input {
  margin-top: 0.62rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 27.5rem;
  height: 5.25rem;
  border-radius: 0.625rem;
  background-color: #fff;
}

.answer-area .answer-list .custom-input .input-area {
  display: flex;
  width: 21rem;
  height: 3.25rem;
  justify-content: center;
  align-items: center;
  color: rgba(70, 70, 122, 0.7);
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.625rem;
  /* 130% */
  letter-spacing: -0.0125rem;
  position: relative;
  border: none;
  outline: none;
  resize: none;
}

.answer-area .answer-list .custom-input .input-area::placeholder {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgba(70, 70, 122, 0.4);
}

.answer-area .answer-list .custom-input .input-area::-webkit-input-placeholder {
  position: relative;
}

.answer-area .answer-list .custom-input .input-area.hidden {
  display: none;
}

.answer-area .answer-list .custom-input .custom-input-button.hidden {
  display: none;
}

.answer-area .answer-list .custom-input .close {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
}

.answer-area .answer-list .custom-input .close.hidden {
  display: none;
}

.answer-area .answer-list .custom-input .custom-input-button {
  width: 27.5rem;
  height: 5.25rem;
  color: rgba(70, 70, 122, 0.6);
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.625rem;
  /* 130% */
  letter-spacing: -0.0125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4375rem;
  background-color: rgba(131, 121, 236, 0.2);
  border-radius: 0.625rem;
  cursor: pointer;
}

.answer-area .submit-answer.result,
.answer-area .submit-answer.make {
  display: flex;
  width: 26.25rem;
  height: 4.375rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border-radius: 0.625rem;
  opacity: 1;
  background-color: #8379ec;
  color: #fff;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.875rem;
  /* 125% */
  letter-spacing: -0.015rem;
  margin-bottom: 6.25rem;
}

.answer-area .submit-answer.make.disabled {
  opacity: 0.6;
  background-color: #808080;
  pointer-events: none;
}

.answer-area .submit-answer div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.tarot-card-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  padding-top: 4rem;
}

.tarot-card-area p {
  color: #46467a;
  font-family: 'Pretendard';
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.5rem;
  letter-spacing: -0.02rem;
  text-align: center;
  margin: 1.25rem 0 1rem;
}

.tarot-card-area p span,
.bucketlist-card-area p span {
  color: #8379ec;
}

.tarot-card-area .card-move-alert {
  width: 13.9375rem;
  height: auto;
  margin-bottom: 2.5rem;
}

.tarot-card-area .swiper-container .swiper-wrapper .swiper-slide img,
.bucketlist-card-area .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
  transform: translateY(0);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.tarot-card-area .swiper-container .swiper-wrapper .swiper-slide img.pick,
.bucketlist-card-area .swiper-container .swiper-wrapper .swiper-slide img.pick {
  transform: translateY(3rem);
  opacity: 0;
}

.tarot-card-area .swiper-container .swiper-wrapper .swiper-slide.pick,
.bucketlist-card-area .swiper-container .swiper-wrapper .swiper-slide.pick {
  pointer-events: none;
}

.tarot-card-area .swiper-container,
.bucketlist-card-area .swiper-container {
  width: 90%;
}

.tarot-card-area .swiper-container .swiper-wrapper {
  height: 28rem;
  margin-bottom: 4rem;
}

.tarot-card-area .swiper-container .swiper-wrapper .swiper-slide,
.bucketlist-card-area .swiper-container .swiper-wrapper .swiper-slide {
  border-radius: 0.625rem;
  width: 8.75rem !important;
  height: 13.5625rem !important;
}

.tarot-card-area .swiper-container.disabled,
.bucketlist-card-area .swiper-container.disabled {
  pointer-events: none;
}

/* .tarot-card-area .swiper-container .swiper-wrapper .swiper-slide img.pick {
  opacity: 0;
} */

.tarot-card-area .swiper-container .swiper-wrapper .swiper-slide img,
.bucketlist-card-area .swiper-container .swiper-wrapper .swiper-slide img {
  border-radius: 0.625rem;
}

.tarot-card-area .swiper-container .swiper-wrapper .swiper-slide.select-0,
.bucketlist-card-area .swiper-container .swiper-wrapper .swiper-slide.select-0 {
  position: relative !important;
}

.tarot-card-area .picked-card-container {
  width: 7.5rem;
  height: 11.625rem;
  border-radius: 0.625rem;
  border: 2px dashed #8379ec;
  background-color: rgba(131, 121, 236, 0.2);
  position: absolute;
  top: 33rem;
  z-index: 999;
}

.tarot-card-area .picked-card-container .picked-card,
.bucketlist-card-area .picked-card-container .picked-card {
  opacity: 0;
}

.tarot-card-area .picked-card-container .picked-card.active {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
}

@keyframes blink {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.tarot-card-area .picked-card-container .picked-card .picked-card-default {
  width: 7.5rem;
  height: auto;
  border-radius: 0.625rem;
  box-shadow: 0px 0px 4px 0px #8379ec, 0px 0px 32px 0px rgba(131, 121, 236, 0.5);
}

.tarot-card-area .picked-card-container .picked-card .star {
  width: auto;
  height: 5rem;
}

.tarot-card-area .picked-card-container .picked-card {
  opacity: 0;
}

.tarot-card-area .submit-answer button {
  display: flex;
  width: 15rem;
  height: 4.375rem;
  justify-content: center;
  align-items: center;
  border-radius: 0.625rem;
  opacity: 0.6;
  background-color: #808080;
  color: #fff;
  text-align: center;
  font-family: 'Pretendard Variable';
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.875rem;
  /* 125% */
  letter-spacing: -0.015rem;
  border: none;
  margin-bottom: 8rem;
}

.tarot-card-area .submit-answer button.active {
  opacity: 1;
  background-color: #8379ec;
  cursor: pointer;
}

.tarot-result .result-container .title {
  margin-top: 1.5rem;
  color: #46467a;
  font-family: 'Pretendard';
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.5rem;
  letter-spacing: -0.02rem;
  text-align: center;
}

.tarot-result .result-container .title.player {
  margin: 1.5rem 0 1rem;
}

.tarot-result .result-container .title span {
  color: #8379ec;
}

.tarot-result .result-container .player-pick {
  color: #46467a;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
  /* 188.235% */
  letter-spacing: -0.01063rem;
  width: fit-content;
  height: 3.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 0.625rem;
  background: #f3effe;
  margin-bottom: 1.51rem;
  position: relative;
  padding: 0 2.5rem;
}

.tarot-result .result-container .player-pick svg {
  position: absolute;
  top: 3.2rem;
}

.tarot-result .result-container .tarot-card {
  width: 20rem;
  height: 31rem;
}

.tarot-result .result-container .tarot-card .result-tarot-card {
  width: 100%;
  height: 100%;
  border-radius: 0.625rem;
  box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.1);
}

.tarot-result .result-container .to-player {
  display: flex;
  height: 2.5rem;
  justify-content: center;
  align-items: center;
  border-radius: 0.625rem;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.2);
  color: #46467a;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
  /* 177.778% */
  letter-spacing: -0.01125rem;
  padding: 0 0.88rem;
  margin-top: 2rem;
}

.tarot-result .result-container .phrase {
  display: flex;
  padding: 1rem 0rem 2.25rem 0rem;
  flex-direction: column;
  align-items: center;
}

.tarot-result .result-container .phrase .phrase-1 {
  color: #46467a;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75rem;
  /* 127.273% */
  letter-spacing: -0.01375rem;
  padding-bottom: 0.75rem;
}

.tarot-result .result-container .phrase .phrase-2 {
  color: #46467a;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75rem;
  /* 127.273% */
  letter-spacing: -0.01375rem;
  padding: 1rem 0;
}

.tarot-result .result-container .phrase .dotted-line {
  width: 13.75rem;
  height: 0.1px;
  border-top: 0.0625rem dashed #fff;
}

.tarot-result .result-container .phrase .phrase-3 {
  color: #46467a;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.125rem;
  /* 154.545% */
  letter-spacing: -0.01375rem;
  padding-top: 0.75rem;
}

.tarot-result .result-container .factors {
  display: flex;
  width: 27.5rem;
  padding: 1.25rem 0 2rem;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  border-radius: 0.625rem;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.3);
  margin-bottom: 2.25rem;
}

.tarot-result .result-container .factors .title {
  color: #46467a !important;
  font-family: 'Pretendard';
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: -0.0125rem;
  text-align: center;
  margin: 0;
}

.tarot-result .result-container .factors .title span {
  font-weight: 700;
  color: #46467a !important;
}

.tarot-result .result-container .factors ul {
  display: flex !important;
  padding: 0 !important;
  gap: 1rem;
  margin: 0 !important;
}

.tarot-result .result-container .factors ul li {
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.375rem;
  width: 7.5rem;
  height: 5.5rem;
  border-radius: 0.625rem;
  background-color: rgba(255, 255, 255, 0.7);
}

.tarot-result .result-container .factors ul li .title {
  color: rgba(70, 70, 122, 0.7);
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  /* 133.333% */
  letter-spacing: -0.01125rem;
  margin: 0;
  opacity: 0.7;
}

.tarot-result .result-container .factors ul li .value {
  color: #8379ec;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
  /* 145.455% */
  letter-spacing: -0.01375rem;
}

.tarot-result .result-container .card-buy-alert {
  color: #333;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  /* 144.444% */
  letter-spacing: -0.01125rem;
}

.tarot-result .result-container .styled-button,
.bucketlist-result .player-result-top .styled-button {
  display: block;
  width: 26.25rem;
  margin: 0 auto;
  height: 4.375rem;
  color: #fff;
  border-radius: 10px;
  font-weight: 700;
  font-size: 1.5rem;
  background-color: var(--es-color-primary);
  text-align: center;
  line-height: 4.3rem;
  position: relative;
  margin: 1.5rem 0;
  cursor: pointer;
}

.tarot-result .result-container .styled-button > img,
.bucketlist-result .player-result-top .styled-button > img {
  position: absolute;
  width: 4rem;
  right: 0%;
  top: 50%;
  transform: translate(-30%, -50%);
}

.tarot-result .result-container .make-my-tarot-shop {
  display: flex;
  width: 26.25rem;
  height: 4.375rem;
  justify-content: center;
  align-items: center;
  border-radius: 0.625rem;
  background-color: #8379ec;
  color: #fff;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.875rem;
  /* 125% */
  letter-spacing: -0.015rem;
  margin-bottom: 1.5rem;
  cursor: pointer;
}

.tarot-result .result-container .pick-tarot-again {
  display: flex;
  width: 26.25rem;
  height: 4.375rem;
  justify-content: center;
  align-items: center;
  border-radius: 0.625rem;
  background-color: #333;
  color: #fff;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.875rem;
  /* 125% */
  letter-spacing: -0.015rem;
  margin-bottom: 6.25rem;
  gap: 0.5rem;
  cursor: pointer;
}

.tarot-result .result-container .pick-tarot-again img {
  width: 1.75rem;
  height: 1.75rem;
}

.tarot-result-area {
  width: 100%;
}

.tarot-result-area .card-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  padding: 1.25rem;
}

.tarot-result-area .card-wrapper a img {
  width: 8.75rem;
  height: 13.5625rem;
  border-radius: 0.625rem;
  box-shadow: 0px 0px 15px 0px rgba(70, 70, 122, 0.15);
}

.tarot-result-area .card-wrapper a p {
  color: #333;
  margin: 0.6rem 0 0 0.25rem;
  text-overflow: ellipsis;
  font-family: 'Pretendard';
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem;
  /* 125% */
  letter-spacing: -0.01rem;
}

.tarot-result .game-wrapper .result-container .result-main {
  width: 16.25rem;
  height: auto;
}

.tarot-result .game-wrapper .result-container .share-text {
  color: #46467a;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.375rem;
  /* 135.714% */
  letter-spacing: -0.0175rem;
}

.tarot-result .game-wrapper .result-container .share {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  margin: 1rem 0 2.5rem;
}

.tarot-result .game-wrapper .result-container .share .share-system,
.tarot-result .game-wrapper .result-container .share .share-link {
  width: 5rem;
  height: 5rem;
  cursor: pointer;
}

.tarot-result .game-wrapper .result-container .result-notification {
  display: flex;
  width: 27.5rem;
  height: 12rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  border-radius: 0.625rem;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.3);
}

.tarot-result .game-wrapper .result-container .result-notification .basket {
  width: 3.75rem;
  height: 3.75rem;
}

.tarot-result .game-wrapper .result-container .result-notification p {
  color: #46467a;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
  /* 160% */
  letter-spacing: -0.0125rem;
}

.tarot-result .game-wrapper .result-container .result-notification p span {
  font-weight: 700;
}

.tarot-result .game-wrapper .result-container .check-my-basket {
  display: flex;
  width: 26.25rem;
  height: 4.375rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border-radius: 0.625rem;
  background-color: #8379ec;
  margin: 1.5rem 0 6.25rem;
  cursor: pointer;
}

.tarot-result .game-wrapper .result-container .check-my-basket p {
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Pretendard';
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.875rem;
  /* 125% */
  letter-spacing: -0.015rem;
  background-color: transparent;
  border: none;
}

#particle-graph {
  position: absolute;
}

.tarot-nonmember-modal {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 10000;
}

.tarot-nonmember-modal #banggooso-login-modal,
.tarot-nonmember-modal #banggooso-login-ver-send-modal {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tarot-nonmember-modal #banggooso-login-modal > .modal,
.tarot-nonmember-modal #banggooso-login-ver-send-modal > .modal {
  display: flex !important;
  justify-content: center;
}

.tarot-nonmember-modal #banggooso-login-modal > .modal .modal-container {
  width: 100%;
}

.exceed-warning-modal,
.text-remove-modal,
.share-modal,
.min-selection-modal {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  justify-content: center;
  align-items: center;
  z-index: 10000;
}

.exceed-warning-modal .modal,
.text-remove-modal .modal,
.share-modal .modal,
.min-selection-modal .modal {
  position: relative;
  display: flex;
  width: 26.25rem;
  height: 12.5625rem;
  flex-direction: column;
  align-items: center;
  border-radius: 0.9375rem;
  background-color: #fff;
  box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 1.5rem 0;
}

.exceed-warning-modal .modal img,
.text-remove-modal .modal img,
.share-modal .modal > img,
.min-selection-modal .modal > img {
  position: absolute;
  top: 0.62rem;
  right: 0.62rem;
  width: 2rem;
  height: 2rem;
}

.exceed-warning-modal .modal .title,
.text-remove-modal .modal .title,
.share-modal .modal .title,
.min-selection-modal .modal .title {
  color: #333;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.875rem;
  /* 125% */
  letter-spacing: -0.015rem;
}

.exceed-warning-modal .modal .content,
.text-remove-modal .modal .content,
.share-modal .modal .content,
.min-selection-modal .modal .content {
  color: rgba(51, 51, 51, 0.7);
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
  /* 155.556% */
  letter-spacing: -0.01125rem;
}

.exceed-warning-modal .modal .confirm,
.text-remove-modal .modal .confirm,
.min-selection-modal .modal .confirm {
  position: absolute;
  bottom: 0;
  display: flex;
  height: 4.0625rem;
  justify-content: center;
  align-items: center;
  background-color: #8379ec;
  color: #fff;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.625rem;
  /* 118.182% */
  letter-spacing: -0.01375rem;
  border: none;
  width: 100%;
  cursor: pointer;
}

.result-share-system-img,
.result-share-link-img {
  display: none;
}

.styled-button.grayscale1 {
  background-color: var(--es-color-grayscale1) !important;
  opacity: 0.6;
}

.nonmember-modal-tarot-flex {
  display: flex;
}

.nonmember-modal-tarot-flex div img {
  width: 12.875rem;
  height: auto;
}

.bubble-chat {
  position: absolute;
  top: 11rem;
  left: 50%;
  transform: translateX(-50%);
  animation: show-bubble-chat 1.5s ease-in-out;
  opacity: 0;
}

@keyframes show-bubble-chat {
  0% {
    transform: translate(-50%, 5rem);
    opacity: 0;
  }

  30%,
  70% {
    transform: translate(-50%, 0);
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.bubble-maker-1,
.bubble-maker-4 {
  position: absolute;
  top: 20rem;
  left: 5rem;
  animation: show-bubble-maker 1.5s ease-in-out;
  opacity: 0;
  width: 13.75rem;
  height: auto;
  z-index: 999;
}

.bubble-maker-2,
.bubble-maker-5 {
  position: absolute;
  top: 24.5rem;
  left: 15rem;
  animation: show-bubble-maker 1.5s ease-in-out;
  opacity: 0;
  width: 13.75rem;
  height: auto;
  z-index: 999;
}

.bubble-maker-3,
.bubble-maker-6 {
  position: absolute;
  top: 26.5rem;
  left: 1.1rem;
  animation: show-bubble-maker 1.5s ease-in-out;
  opacity: 0;
  width: 13.75rem;
  height: auto;
  z-index: 999;
}

@keyframes show-bubble-maker {
  0% {
    transform: translateY(5rem);
    opacity: 0;
  }

  30%,
  70% {
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 나쁜 감정 팔기 리뉴얼 */
.content-wrapper.renewal .info-container {
  display: flex;
  width: 100%;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.4375rem;
  flex-shrink: 0;
  background: rgba(0, 0, 0, 0.65);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 900;
}

.content-wrapper.renewal .info-container .info-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

.content-wrapper.renewal .info-container .info-wrapper img {
  width: 8.125rem;
  height: 8.1115rem;
  aspect-ratio: 130/129.78;
  margin-bottom: 1.25rem;
}

.content-wrapper.renewal .info-container .info-wrapper p {
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7), 0px 0px 11px rgba(0, 0, 0, 0.6);
  font-family: 'Pretendard';
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.1875rem;
  /* 125% */
  margin-bottom: 1.44rem;
}

.content-wrapper.renewal .info-container .info-wrapper button {
  display: flex;
  padding: 0.9375rem 1.25rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border-radius: 0.9375rem;
  background: #fff;
  color: #46467a;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.1875rem;
  /* 134.615% */
  border: none;
  margin: 0 auto;
  cursor: pointer;
}

.content-wrapper.renewal .card.turn_animation {
  transform: perspective(800px) rotateY(0deg);
  transform-style: preserve-3d;
  /* backface-visibility: hidden; */
  /* animation: turn-animation 1s ease-in-out forwards; */
}

#crumple-card img {
  filter: drop-shadow(0px 6px 6px rgba(0, 0, 0, 0.3));
}

#throw-container {
  width: 100%;
  height: 100%;
  position: relative;
  opacity: 0;
  z-index: 1;
}

#throw-container .goal {
  width: 12.5rem;
  height: 12.5rem;
  aspect-ratio: 1/1;
  position: absolute;
  top: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  background: url(https://cdn.banggooso.com/es/assets/images/sell/throw_goal_img.png) no-repeat center center/contain;
}

#throw-container #target {
  width: 100%;
  height: 100%;
}

#throw-container .arrow {
  width: 6.94794rem;
  height: 32.20969rem;
  aspect-ratio: 111.17/515.36;
  position: absolute;
  right: 9.37rem;
  top: 1.85169rem;
  background: url(https://cdn.banggooso.com/es/assets/images/sell/throw_arrow.png) no-repeat center center/contain;
}

#throw-container p {
  position: absolute;
  color: #fff;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2rem;
  /* 114.286% */
  letter-spacing: -0.0175rem;
  bottom: 3.75rem;
  width: 100%;
}

#touch-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 500px;
  height: 100%;
  opacity: 0;
  z-index: 10;
  touch-action: none;
  position: absolute;
  width: 100%;
  height: 100%;
}

#ball {
  width: 13.75rem;
  height: 13.75rem;
  position: absolute;
  bottom: 9.42rem;
  left: 50%;
  filter: drop-shadow(0px 6px 6px rgba(0, 0, 0, 0.3));
  z-index: 3;
}

#throw-container .hand {
  position: absolute;
  display: block;
  width: 11.31606rem;
  height: 11.29725rem;
  flex-shrink: 0;
  aspect-ratio: 181.06/180.76;
  bottom: -0.5rem;
  right: -0.27rem;
  background: url(https://cdn.banggooso.com/es/assets/images/sell/throw_hand.png) no-repeat center center/contain;
  z-index: 5;
}

.content-wrapper.renewal .flx-box {
  display: flex;
  flex-flow: column;
  align-items: center;
}

.content-wrapper.renewal .get-heart {
  margin: 0 auto;
  margin-bottom: 0.89rem;
  margin-top: 1.5rem;
  display: inline-flex;
  padding: 0.5rem 1.125rem;
  justify-content: center;
  align-items: center;
  color: #46467a;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: -0.01063rem;
  position: relative;
  background: #f3effe;
  border-radius: 0.625rem;
  width: 14rem;
}

.content-wrapper.renewal .get-heart .heart {
  width: 1.375rem;
  height: 1.375rem;
  margin-left: 0.62rem;
}

.content-wrapper.renewal .get-heart b {
  color: #46467a;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.01063rem;
}

.content-wrapper.renewal .get-heart .chat-bubble {
  width: 1rem;
  height: 0.88888rem;
  content: '';
  display: block;
  position: absolute;
  top: 93%;
  left: 50%;
  transform: translateX(-50%);
  transform-origin: center;
  z-index: 1;
}

.content-wrapper.renewal .flx-box h4 {
  color: #f3effe;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.025rem;
  margin-top: 0.75rem;
  margin-bottom: 0.25rem;
}

.content-wrapper.renewal .flx-box span {
  color: #f3effe;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem;
  /* 166.667% */
  letter-spacing: -0.01125rem;
  margin-bottom: 0.75rem;
}

.content-wrapper.renewal .result-goal {
  width: 12.5rem;
  height: 12.5rem;
  aspect-ratio: 1/1;
  margin-bottom: 1.13rem;
}

.content-wrapper.renewal .txt {
  color: #f3effe;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.3125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.9375rem;
  /* 147.619% */
  letter-spacing: -0.01313rem;
  margin-bottom: 1.5rem;
}

.content-wrapper.renewal .txt ~ .txt {
  margin-top: 3.12rem;
}

.content-wrapper.renewal .txt.mb-sm {
  margin-bottom: 1.25rem;
}

.content-wrapper.renewal .txt b {
  color: #f3effe;
  font-family: 'Pretendard';
  font-size: 1.3125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.9375rem;
  letter-spacing: -0.01313rem;
}

.content-wrapper.renewal * {
  box-sizing: border-box;
}

.content-wrapper.renewal .chat-my-tip {
  padding: 2rem 1.25rem 1.5rem;
  width: calc(100% - 3.76rem);
  border-radius: 0.9375rem;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.65);
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
}

.content-wrapper.renewal .chat-my-tip .right {
  margin-left: auto;
  margin-right: 0.81rem;
  margin-bottom: 0.13rem;
  display: inline-flex;
  padding: 1rem 1.25rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border-radius: 62.4375rem;
  background: #fff;
  color: #46467a;
  font-family: Pretendard;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.9375rem;
  /* 147.619% */
  letter-spacing: -0.01313rem;
  position: relative;
}

.content-wrapper.renewal .chat-my-tip .right svg {
  width: 1.125rem;
  height: 1.0625rem;
  position: absolute;
  right: -10px;
  top: 1.25rem;
}

.content-wrapper.renewal .chat-my-tip .profile {
  display: flex;
  gap: 0.38rem;
  align-items: center;
  color: #fff;
  text-align: right;
  font-family: Pretendard;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.01125rem;
  margin-bottom: 0.25rem;
}

.content-wrapper.renewal .chat-my-tip .profile svg {
  width: 2.375rem;
  height: 2.375rem;
}

.content-wrapper.renewal .chat-my-tip .left .chat {
  margin-left: 0.69rem;
}

.content-wrapper.renewal .chat-my-tip .left .chat p {
  display: inline-flex;
  padding: 1rem 1.875rem 1rem 2.125rem;
  align-items: center;
  gap: 0.625rem;
  border-radius: 62.4375rem;
  background: #7373f3;
  color: #fff;
  font-family: Pretendard;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  white-space: nowrap;
  line-height: 1.875rem;
  position: relative;
  letter-spacing: -0.01313rem;
  word-break: keep-all;
}

.content-wrapper.renewal .chat-my-tip .left .chat svg {
  width: 1.125rem;
  height: 0.9375rem;
  position: absolute;
  left: -10px;
  top: calc(50% - 0.02rem);
  transform: translateY(-50%);
}

.content-wrapper.renewal .chat-my-tip button {
  display: flex;
  height: 4.375rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  align-self: stretch;
  border-radius: 0.625rem;
  background: #46467a;
  color: #fff;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.875rem;
  /* 125% */
  letter-spacing: -0.015rem;
  cursor: pointer;
  margin-top: 2rem;
  border: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.content-wrapper.renewal .share {
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-wrapper.renewal .share button {
  display: inline-flex;
  padding: 0.625rem 2.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.375rem;
  border-radius: 62.4375rem;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.5rem;
  /* 166.667% */
  position: relateive;
  border: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.content-wrapper.renewal .share button svg {
  content: '';
  display: block;
  width: 1.75rem;
  height: 1.75rem;
}

.content-wrapper.renewal .other-site-list-wrap.mt-md {
  padding: 3.125rem 1.875rem 6.25rem 1.875rem;
  margin-top: 2.5rem;
}

.content-wrapper.renewal .other-site-list-wrap {
  display: flex;
  width: 100%;
  padding: 2.5rem 1.875rem;
  flex-direction: column;
  align-items: center;
  background: #7a7aaa;
}

.content-wrapper.renewal .other-site-list {
  display: flex;
  flex-flow: column;
  gap: 1rem;
  padding: 0;
  margin: 0;
  width: 100%;
}

.content-wrapper.renewal .other-site-list li {
  list-style: none;
  flex: 1 100%;
  flex-flow: column;
  display: flex;
  padding: 1.375rem 1rem 1.25rem 1.5rem;
  gap: 0.38rem;
  align-self: stretch;
  border-radius: 0.625rem;
  background: #f3effe;
  position: relative;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.content-wrapper.renewal .other-site-list li a {
  flex-flow: column;
  display: flex;
  gap: 0.38rem;
}

.content-wrapper.renewal .other-site-list li:nth-child(1):after {
  content: '';
  display: block;
  width: 7.25rem;
  height: 7.25rem;
  position: absolute;
  right: 1.22513rem;
  top: 0;
  background: url(https://cdn.banggooso.com/es/assets/images/sell/other_list_1.png) no-repeat center center/100% 100%;
}

.content-wrapper.renewal .other-site-list li:nth-child(2):after {
  content: '';
  display: block;
  width: 7.25rem;
  height: 7.25rem;
  position: absolute;
  right: 0.73rem;
  top: 0;
  background: url(https://cdn.banggooso.com/es/assets/images/sell/other_list_3.png) no-repeat center center/100% 100%;
}

.content-wrapper.renewal .other-site-list li:nth-child(3):after {
  content: '';
  display: block;
  width: 7.25rem;
  height: 7.25rem;
  position: absolute;
  right: 1.22513rem;
  top: 0;
  background: url(https://cdn.banggooso.com/es/assets/images/sell/other_list_2.png) no-repeat center center/100% 100%;
}

.content-wrapper.renewal .other-site-list .list-title-box {
  display: flex;
  gap: 0.25rem;
  align-items: center;
}

.content-wrapper.renewal .other-site-list .list-title-box img {
  width: 1.5rem;
  height: 1.5rem;
}

.content-wrapper.renewal .other-site-list li span {
  color: #46467a;
  font-family: 'Pretendard';
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  /* 109.091% */
  letter-spacing: -0.01375rem;
}

.content-wrapper.renewal .other-site-list li p {
  color: #46467a;
  font-family: 'Pretendard';
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.375rem;
  /* 137.5% */
  letter-spacing: -0.01rem;
  opacity: 0.6;
}

.content-wrapper.renewal .btn-go-shop {
  display: flex;
  width: 26.25rem;
  height: 5rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  align-self: stretch;
  color: #fff;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.875rem;
  /* 125% */
  letter-spacing: -0.015rem;
  border-radius: 0.625rem;
  background: #ed6384;
  margin: 0 auto;
  margin-top: 2.5rem;
  border: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.content-wrapper.renewal .other-site-list-wrap button {
  display: flex;
  width: 26.25rem;
  height: 5rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  align-self: stretch;
  color: #fff;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.875rem;
  /* 125% */
  letter-spacing: -0.015rem;
  border-radius: 0.625rem;
  background: #333;
  margin: 0 auto;
  margin-top: 2rem;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.content-wrapper.renewal .mb-bg {
  margin-bottom: 6.25rem;
}

article.main .content #sellForm * {
  backface-visibility: hidden;
  position: relative;
  z-index: 2;
}

article.main .content #sellForm {
  position: relative;
  transform-style: preserve-3d;
}

article.main .content #sellForm:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotateY(180deg);
  backface-visibility: hidden;
  background: #fff;
  z-index: 1;
}

article.main .content #sellForm.rotate3d {
  animation: turn-animation 1s linear forwards;
}

article.main .content #sellForm.rotate3d > * {
  visibility: hidden;
}

article.main .content textarea {
  text-align: center;
}

article.main .renewal .content {
  height: 100%;
}

/* article.main .renew#button-wrapper {
  padding-bottom: 0;
} */

.renew-sound {
  display: none;
}

.main.discard .renew-sound {
  display: flex;
  height: 100%;
  padding: 0.625rem;
  align-items: center;
  gap: 0.625rem;
  position: absolute;
  right: 0.62rem;
  top: 0;
  box-sizing: border-box;
}

.renew-sound svg {
  width: 2rem;
  height: 2rem;
  position: relative;
}

.renew-sound.off:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80%;
  height: 2px;
  background: #fff;
  transform-origin: left;
  transform: rotate(315deg) translate(-50%);
}

.disb-touch {
  touch-action: manipulation;
}

.disb-touch * {
  touch-action: manipulation;
}

.content-wrapper.renewal {
  height: 100%;
}

@keyframes turn-animation {
  0% {
    transform: perspective(800px) rotateY(0deg);
  }

  100% {
    transform: perspective(800px) rotateY(180deg);
  }
}

/* ------------- bucketList ------------- */
.bucketlist,
.bucketlist-pick {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: calc(var(--vh, 1vh) * 100);

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-use-select: none;
  user-select: none;
}

.bucketlist * {
  box-sizing: border-box;
}

.bucketlist a,
button {
  outline: none;
  border: none;
  padding: 0;
}

.bucketlist input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
}

.bucketlist img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

.bucketlist .share-wrapper {
  display: flex;
  padding: 2.5rem 0 6.25rem 0;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.bucketlist .share-wrapper .share-num-area {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  color: unset;
  margin-top: 0;
}

.bucketlist .share-wrapper .share-num-area .share-title {
  color: #333;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.625rem;
  letter-spacing: -0.015rem;
}

.bucketlist .share-wrapper .share-num-area .share-count-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  opacity: 0.6;
}

.bucketlist .share-wrapper .share-num-area .share {
  width: 1.375rem;
  height: 1.375rem;
}

.bucketlist .share-wrapper .share-num-area .share-count {
  color: #333;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem;
  letter-spacing: -0.01375rem;
}

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

.bucketlist .share-sns-list div img {
  width: 3.4375rem;
  height: 3.4375rem;
}

.bucketlist .top-bar,
.bucketlist .top-bar-wrapper {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 3.75rem;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(40px);
  z-index: 999;
}

.bucketlist .top-bar .title,
.bucketlist .top-bar-wrapper .title {
  color: #333;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.015rem;
}

.bucketlist .top-bar .back-btn,
.bucketlist .top-bar-wrapper .back-btn {
  position: absolute;
  left: 0.62rem;
  width: 3.25rem;
  height: 3.25rem;
  background: url(https://cdn.banggooso.com/es/assets/bucketlist/back-btn-black.png) no-repeat center / contain;
}

.bucketlist .game-wrapper,
.bucketlist-result .game-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100dvh;
  overflow-y: auto;
  overflow-x: hidden;
}

.bucketlist-result .game-wrapper {
  background: #f3effe;
}

.bucketlist .game-wrapper .maker-intro-top {
  width: 100%;
  height: 40.3125rem;
  aspect-ratio: 100/129;
  background: url(https://cdn.banggooso.com/es/assets/bucketlist/maker-intro-top-bg.png) no-repeat top / cover;
  padding-bottom: 11rem;
}

.bucketlist .game-wrapper .maker-intro-top .top-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 5.25rem;
}

.bucketlist .game-wrapper .maker-intro-top .top-wrap .intro-bubble-img {
  position: absolute;
  width: 15.6875rem;
  height: 5.53125rem;
  aspect-ratio: 251/88.5;
}

.bucketlist .game-wrapper .maker-intro-top .top-wrap .input-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bucketlist .game-wrapper .maker-intro-top .top-wrap .input-wrap .input-title-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5.25rem;
}

.bucketlist .game-wrapper .maker-intro-top .top-wrap .input-wrap .input-title-wrap span {
  color: #333;
  font-family: 'WILDgag';
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.6rem;
}

.bucketlist .game-wrapper .maker-intro-top .top-wrap .input-wrap .input-title-wrap span:first-child {
  padding: 0 0.75rem 0.25rem 0;
}

.bucketlist .game-wrapper .maker-intro-top .top-wrap .input-wrap .input-title-wrap span:last-child {
  padding: 0 0 0.25rem 0.25rem;
}

.bucketlist .game-wrapper .maker-intro-top .top-wrap .input-wrap .input-title-wrap input {
  display: flex;
  width: 11.75rem;
  height: 4rem;
  padding-bottom: 0.25rem;
  justify-content: center;
  align-items: center;
  border-radius: 0.625rem;
  border: 2px solid rgba(51, 51, 51, 0.2);
  background: #f6f6f6;
  text-align: center;
  color: #333;
  font-family: 'WILDgag';
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.6rem;
}

.bucketlist .game-wrapper .maker-intro-top .top-wrap .input-wrap .input-title-wrap input::placeholder {
  opacity: 0.3;
}

.bucketlist .game-wrapper .maker-intro-top .top-wrap .input-wrap .intro-title-img {
  width: 21.5625rem;
  height: 4rem;
  aspect-ratio: 345/64;
}

.bucketlist .game-wrapper .maker-intro-top .top-wrap .intro-card-img {
  width: 100%;
  height: 18.75rem;
  aspect-ratio: 5/3;
  margin-top: 0.75rem;
}

.bucketlist .game-wrapper .maker-intro-bottom {
  width: 100%;
  height: 100dvh;
  aspect-ratio: 500/606.46;
  background: url(https://cdn.banggooso.com/es/assets/bucketlist/maker-intro-bottom-bg.png) no-repeat top / cover;
  margin-top: -11rem;
  z-index: 10;
}

.bucketlist .game-wrapper .maker-intro-bottom .bottom-wrap {
  display: flex;
  padding: 4rem 1.875rem 0 1.875rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bucketlist .game-wrapper .maker-intro-bottom .bottom-wrap .start-btn-wrap {
  display: flex;
  padding: 0 0.625rem;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.bucketlist .game-wrapper .maker-intro-bottom .bottom-wrap .start-btn-wrap .start-desc {
  color: #333;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.575rem;
  letter-spacing: -0.01125rem;
}

.bucketlist .game-wrapper .maker-intro-bottom .bottom-wrap .start-btn-wrap .start-btn {
  display: flex;
  width: 24rem;
  height: 5rem;
  justify-content: center;
  align-items: center;
  border-radius: 0.625rem;
  opacity: 0.6;
  background: #808080;
  color: #fff;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.875rem;
  letter-spacing: -0.015rem;
}

.bucketlist .game-wrapper .maker-intro-bottom .bottom-wrap .start-btn-wrap .start-btn.active {
  border-radius: 0.625rem;
  background: #8379ec;
  opacity: 1;
  cursor: pointer;
}

.bucketlist .game-wrapper .maker-intro-bottom .bottom-wrap .start-btn-wrap .start-btn.active:active {
  opacity: 0.7;
}

.bucketlist .game-wrapper .maker-intro-bottom .bottom-wrap .participate-area {
  display: flex;
  width: 27.5rem;
  padding: 3rem 0 1.5rem 0;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  border-bottom: 1px solid rgba(51, 51, 51, 0.4);
}

.bucketlist .game-wrapper .maker-intro-bottom .bottom-wrap .participate-area .participate-text {
  color: #333;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.4375rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.01438rem;
}

.bucketlist .game-wrapper .maker-intro-bottom .bottom-wrap .participate-area .participate-num {
  color: #333;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.025rem;
}

.bucketlist .game-wrapper.step {
  background: url(https://cdn.banggooso.com/es/assets/bucketlist/common-bg.png) no-repeat top / cover;
}

.bucketlist .game-wrapper.create-step {
  background: url(https://cdn.banggooso.com/es/assets/bucketlist/maker-play-bg.png) no-repeat top / contain,
    url(https://cdn.banggooso.com/es/assets/bucketlist/common-bg.png) no-repeat top / cover;
}

.bucketlist .game-wrapper.step .answer-area {
  padding: 3.75rem 1.875rem 0;
}

.bucketlist .game-wrapper.step .answer-area .title-wrap {
  display: flex;
  width: 100%;
  padding: 2.75rem 1.875rem 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.bucketlist .game-wrapper.step .answer-area .title-wrap .title {
  color: #333;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.25rem;
  letter-spacing: -0.01625rem;
}

.bucketlist .game-wrapper.step .answer-area .title-wrap .sub-title {
  color: #8379ec;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
}

.bucketlist .game-wrapper.step .answer-area .select-wrap {
  display: flex;
  padding: 2rem 1.875rem;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
}

.bucketlist .game-wrapper.step .answer-area .button-container {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
}

.bucketlist .game-wrapper.step .answer-area .button-container button {
  display: flex;
  height: 14rem;
  padding: 1.5rem 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  border-radius: 0.625rem;
  background: #fff;
  width: 100%;
  color: #333;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: -0.015rem;
}

.bucketlist .game-wrapper.step .answer-area .button-container:has(.selected) button:not(.selected) {
  opacity: 0.5;
}

.bucketlist .game-wrapper.step .answer-area .button-container .custom-button::before {
  content: '';
  display: block;
  width: 10rem;
  height: 7rem;
  background: url(https://cdn.banggooso.com/es/assets/bucketlist/maker-play-button1.png) no-repeat center / contain;
}

.bucketlist .game-wrapper.step .answer-area .button-container .random-button::before {
  content: '';
  display: block;
  width: 10rem;
  height: 7rem;
  background: url(https://cdn.banggooso.com/es/assets/bucketlist/maker-play-button2.png) no-repeat center / contain;
}

.bucketlist #banggooso-login-ver-send-modal > .modal > .modal-container > .modal-content {
  max-height: unset;
}

.bucketlist .game-wrapper.step .answer-area.select-step {
  padding: 3.75rem 1.875rem 6.25rem;
}

.bucketlist .answer-area .submit-answer.make {
  margin: 0.75rem 0.625rem 0 0.625rem;
}

.bucketlist .answer-area.select-step .submit-btn-wrap {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  background: linear-gradient(0deg, #eceafc 0%, rgba(236, 234, 252, 0.9) 60%, rgba(236, 234, 252, 0) 100%);
}

.bucketlist .answer-area.select-step .submit-answer.make {
  margin: 0 0.625rem 1rem;
}

.bucketlist #banggooso-login-ver-send-modal > .modal .close-modal {
  z-index: 10;
}

.bucketlist .answer-area .alert {
  color: #333;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.25rem;
  letter-spacing: -0.01625rem;
  padding: 2.5rem 0 1rem;
}

.bucketlist .answer-area .select-status {
  width: 100%;
  color: #333;
}

.bucketlist .answer-area .select-status.active {
  top: 3.75rem;
}

.bucketlist .answer-area .answer-list {
  width: 100%;
}

.bucketlist .answer-area .answer-list ul {
  width: 100%;
}

.bucketlist .answer-area .answer-list ul li {
  height: 5.25rem;
  color: #333;
  line-height: 1.625rem;
  letter-spacing: -0.0125rem;
}

.bucketlist .answer-area .answer-list .custom-input {
  width: 100%;
}

.bucketlist .answer-area .answer-list .custom-input .input-area {
  padding: 0.8rem 0.8rem;
  color: #333;
}

.bucketlist .answer-area .answer-list .custom-input .input-area::placeholder {
  color: rgba(51, 51, 51, 0.4);
}

.bucketlist .answer-area .answer-list .custom-input .custom-input-button {
  width: 100%;
  background: rgba(131, 121, 236, 0.3);
  color: #333;
}

.bucketlist .game-wrapper.result .maker-result-top {
  width: 100%;
  height: 31.25rem;
  background: url(https://cdn.banggooso.com/es/assets/bucketlist/maker-result-bg.png) no-repeat top / cover;
  padding: 5.75rem 1.875rem 0;
}

.bucketlist .game-wrapper.result .maker-result-top .title-wrap {
  display: flex;
  padding-bottom: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bucketlist .game-wrapper.result .maker-result-top .title-wrap .title {
  color: #333;
  font-family: 'WILDgag';
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.6rem;
}

.bucketlist .game-wrapper.result .maker-result-top .title-wrap .result-title-img {
  width: 26rem;
  height: 3.78125rem;
  aspect-ratio: 416/60.5;
}

.bucketlist .game-wrapper.result .maker-result-top .share-wrap {
  display: flex;
  width: 100%;
  padding-bottom: 3rem;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}

.bucketlist .game-wrapper.result .maker-result-top .share-wrap .share-title {
  color: #333;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.575rem;
  letter-spacing: -0.01125rem;
}

.bucketlist .game-wrapper.result .maker-result-top .share-wrap .result-share-system-img {
  display: flex;
  padding: 0.625rem 2.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.375rem;
  border-radius: 62.4375rem;
  background: #46467a;
}

.bucketlist .game-wrapper.result .maker-result-top .share-wrap .result-share-system-img p {
  color: #fff;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.5rem;
}

.bucketlist .game-wrapper.result .maker-result-top .share-wrap .result-share-system-img img {
  width: 1.75rem;
  height: 1.75rem;
}

.bucketlist .game-wrapper.result .maker-result-middle {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  background: url(https://cdn.banggooso.com/es/assets/bucketlist/common-bg.png) no-repeat top / cover;
}

.bucketlist .game-wrapper.result .maker-result-middle .result-event-img {
  width: 100%;
  height: auto;
}

.bucketlist .game-wrapper.result .maker-result-middle #copyHashTagButton {
  position: absolute;
  top: 52.5rem;
  right: 4.06rem;
  display: flex;
  padding: 0.75rem 1.25rem;
  justify-content: center;
  align-items: center;
  border-radius: 0.625rem;
  background: #ed6384;
  color: #fff;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  letter-spacing: -0.0125rem;
}

.bucketlist .game-wrapper.result .maker-result-middle .event-btn-wrap {
  display: flex;
  padding: 1.5rem 2.5rem 3rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.bucketlist .game-wrapper.result .maker-result-middle .event-btn-wrap #instagramEventBtn {
  display: flex;
  width: 100%;
  height: 4.375rem;
  justify-content: center;
  align-items: center;
  border-radius: 0.625rem;
  background: #ed6384;
  color: #fff;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.875rem;
  letter-spacing: -0.015rem;
}

.bucketlist .game-wrapper.result .maker-result-bottom {
  display: flex;
  width: 100%;
  padding: 3rem 1.875rem;
  flex-direction: column;
  align-items: center;
  background: #f3effe;
}

.bucketlist .game-wrapper.result .maker-result-bottom .basket {
  width: 3.75rem;
  height: 3.75rem;
}

.bucketlist .game-wrapper.result .maker-result-bottom .desc {
  color: #46467a;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: -0.0125rem;
}

.bucketlist .game-wrapper.result .maker-result-bottom .desc span {
  font-weight: 700;
}

.bucketlist .game-wrapper.result .maker-result-bottom .check-my-basket {
  width: 100%;
  padding: 1.5rem 0.625rem 0 0.625rem;
}

.bucketlist .game-wrapper.result .maker-result-bottom .check-my-basket p {
  display: flex;
  width: 100%;
  height: 4.375rem;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.875rem;
  letter-spacing: -0.015rem;
  border-radius: 0.625rem;
  background: #8379ec;
}

.bucketlist .game-wrapper .player-intro-top {
  width: 100%;
  height: 40.3125rem;
  aspect-ratio: 100/129;
  background: url(https://cdn.banggooso.com/es/assets/bucketlist/player-intro-bg1.png) no-repeat top / cover;
  padding-bottom: 13.69rem;
}

.bucketlist .game-wrapper .player-intro-top .top-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 3.75rem;
}

.bucketlist .game-wrapper .player-intro-top .top-wrap .intro-bubble-img {
  width: 15.6875rem;
  height: auto;
  padding: 1.53rem 0 0.47rem;
}

.bucketlist .game-wrapper .player-intro-top .top-wrap .title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bucketlist .game-wrapper .player-intro-top .top-wrap .title-wrap .title {
  color: #333;
  font-family: 'WILDgag';
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.6rem;
}

.bucketlist .game-wrapper .player-intro-top .top-wrap .title-wrap .intro-title-img {
  width: 21.5625rem;
  height: 4rem;
  aspect-ratio: 345/64;
}

.bucketlist .game-wrapper .player-intro-top .top-wrap .button-wrap {
  display: flex;
  width: 100%;
  padding: 2.75rem 2.5rem 1rem;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}

.bucketlist .game-wrapper .player-intro-top .top-wrap .button-wrap button {
  display: flex;
  width: 100%;
  height: 5rem;
  justify-content: center;
  align-items: center;
  border-radius: 0.625rem;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.875rem;
  letter-spacing: -0.015rem;
  color: #fff;
}

.bucketlist .game-wrapper .player-intro-top .top-wrap .button-wrap .card-pick-btn {
  background: #8379ec;
}

.bucketlist .game-wrapper .player-intro-top .top-wrap .button-wrap .make-btn {
  background: #333;
}

.bucketlist .game-wrapper .player-intro-bottom {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  width: 100%;
  padding: 3.25rem 1.25rem 3rem;
  gap: 1.25rem;
  align-items: center;
  background: url(https://cdn.banggooso.com/es/assets/bucketlist/player-intro-bg2.png) center top / 100% 16.0625rem
    no-repeat;
  margin-top: -13.69rem;
}

.bucketlist .game-wrapper .player-intro-bottom::before {
  content: '';
  position: absolute;
  top: 16.0625rem;
  left: 0;
  bottom: 0;
  width: 100%;
  background: url(https://cdn.banggooso.com/es/assets/bucketlist/player-intro-bg3.png) center top / 100% auto repeat-y;
}

.bucketlist .game-wrapper .player-intro-bottom .title {
  color: #333;
  font-family: 'WILDgag';
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.95rem;
  padding-bottom: 0.5rem;
}

.bucketlist .game-wrapper .player-intro-bottom .bucketlist-result-area {
  width: 100%;
  z-index: 10;
}

.bucketlist .game-wrapper .player-intro-bottom .bucketlist-result-area .no-result-card {
  color: #8379ec;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.25rem;
  padding: 4rem 0;
}

.bucketlist .game-wrapper .player-intro-bottom .bucketlist-result-area .no-result-card span {
  font-weight: 700;
}

.bucketlist .game-wrapper .player-intro-bottom .bucketlist-result-area .card-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  gap: 1.25rem;
}

.bucketlist .game-wrapper .player-intro-bottom .bucketlist-result-area .card-wrapper a {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.625rem;
}

.bucketlist .game-wrapper .player-intro-bottom .bucketlist-result-area .card-wrapper a img {
  width: 100%;
  height: auto;
  border-radius: 0.625rem;
}

.bucketlist .game-wrapper .player-intro-bottom .bucketlist-result-area .card-wrapper a p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #333;
  text-overflow: ellipsis;
  font-family: 'Pretendard';
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem;
  letter-spacing: -0.01rem;
  margin: 0 0.25rem 0.375rem 0.25rem;
}

.bucketlist .floating-btn-wrap {
  position: absolute;
  bottom: 0.75rem;
  right: 0.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  z-index: 100;
  width: 5rem;
}

.bucketlist .share-modal .modal {
  height: unset;
  gap: 1.5rem;
  padding: 1.5rem 0 1.875rem;
}

.bucketlist .game-wrapper .bucketlist-card-area {
  position: relative;
  display: flex;
  width: 100%;
  padding: 3.75rem 0 15.18838rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bucketlist .game-wrapper .bucketlist-card-area p {
  color: #333;
  font-family: 'Pretendard';
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.25rem;
  letter-spacing: -0.01625rem;
  margin: 2.5rem 0 1rem;
  text-align: center;
}

.bucketlist .game-wrapper .bucketlist-card-area .card-move-alert {
  width: 14.1875rem;
  height: auto;
  margin-bottom: 2rem;
}

.bucketlist .game-wrapper .bucketlist-card-area .swiper-container .swiper-wrapper .swiper-slide img {
  box-shadow: -4px 4px 10px 0 rgba(0, 0, 0, 0.25);
}

.bucketlist .game-wrapper .bucketlist-card-area .picked-card-container {
  width: 8.75rem;
  height: 13.5625rem;
  aspect-ratio: 20/31;
  border-radius: 0.625rem;
  border: 2px dashed #8379ec;
  background-color: rgba(131, 121, 236, 0.2);
  z-index: 999;
  margin-top: 3rem;
  overflow: hidden;
}

.bucketlist .game-wrapper .bucketlist-card-area .picked-card-container .star {
  position: absolute;
  width: 100%;
  height: auto;
  aspect-ratio: 100/29;
  left: 50%;
  transform: translateX(-50%);
}

.bucketlist-card-area .picked-card-container .picked-card.active {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  width: 100%;
  height: 100%;
}

.bucketlist-card-area .picked-card-container .picked-card.active .picked-card-default {
  width: 100%;
  height: 100%;
}

.bucketlist-card-area .submit-answer.result {
  display: flex;
  padding: 2rem 2.375rem 0;
  justify-content: center;
  align-items: flex-start;
  gap: 1rem;
}

.bucketlist-card-area .submit-answer.result input {
  display: flex;
  width: 13.5rem;
  height: 5rem;
  padding: 0 1.25rem;
  justify-content: center;
  align-items: center;
  border-radius: 0.625rem;
  border: 2px solid rgba(51, 51, 51, 0.2);
  background: #f6f6f6;
  color: #333;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: -0.015rem;
}

.bucketlist-card-area .submit-answer.result input::placeholder {
  color: rgba(51, 51, 51, 0.5);
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: -0.015rem;
}

.bucketlist-card-area .submit-answer.result button {
  display: flex;
  width: 10rem;
  height: 5rem;
  padding: 0 1.25rem;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-family: 'Pretendard';
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.875rem;
  letter-spacing: -0.015rem;
  border-radius: 0.625rem;
  opacity: 0.6;
  background: #808080;
}

.bucketlist-card-area .submit-answer.result button.active {
  background: #8379ec;
  opacity: 1;
  cursor: pointer;
}

.bucketlist-card-area .submit-answer.result button.active:active {
  opacity: 0.7;
}

.bucketlist .game-wrapper .player-result-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
  aspect-ratio: 1/2;
  background: url(https://cdn.banggooso.com/es/assets/bucketlist/player-result-bg1.png) no-repeat top / cover;
  padding: 5.75rem 1.875rem 4.63rem;
}

.bucketlist .game-wrapper .player-result-top .title-wrap {
  display: flex;
  padding-bottom: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 23.6875rem;
  gap: 0.25rem;
}

.bucketlist .game-wrapper .player-result-top .title-wrap .title {
  color: #333;
  font-family: 'WILDgag';
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.275rem;
}

.bucketlist .game-wrapper .player-result-top .title-wrap img {
  width: 100%;
  height: auto;
  aspect-ratio: 379/52;
}

.bucketlist .game-wrapper .player-result-top .bucketlist-card {
  width: 20rem;
  height: 31rem;
  border-radius: 0.625rem;
  box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
}

.bucketlist .game-wrapper .player-result-top .bucketlist-card img {
  width: 100%;
  height: 100%;
}

.bucketlist .game-wrapper .player-result-top .bucketlist-card p {
  color: #333;
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #333;
  font-family: 'NanumNoRyeogHaNeunDongHeui';
  font-size: 3.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.75rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 12rem;
}

.bucketlist .game-wrapper .player-result-top .desc {
  color: #333;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: -0.01125rem;
  padding-top: 2.25rem;
}

.bucketlist .game-wrapper .player-result-top .styled-button {
  margin: 1.5rem 0 2rem;
}

.bucketlist .game-wrapper .player-result-middle {
  position: relative;
  width: 100%;
  height: 56.125rem;
  aspect-ratio: 250/449;
  margin-top: -4.63rem;
}

.bucketlist .game-wrapper .player-result-middle img {
  width: 100%;
  height: 100%;
}

.bucketlist .game-wrapper .player-result-middle .go-emotion-btn {
  position: absolute;
  bottom: 6.25rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  width: 26.25rem;
  height: 4.375rem;
  justify-content: center;
  align-items: center;
  border-radius: 0.625rem;
  background: #8379ec;
  color: #fff;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.875rem;
  letter-spacing: -0.015rem;
}

.bucketlist .game-wrapper .player-result-bottom {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin-top: -3.74rem;
  z-index: 1;
}

.bucketlist .game-wrapper .player-result-bottom .result-event-img-wrap {
  width: 100%;
  height: auto;
}

.bucketlist .game-wrapper .player-result-bottom .result-event-img {
  width: 100%;
  height: 100%;
}

.bucketlist .game-wrapper .player-result-bottom #copyHashTagButton {
  position: absolute;
  top: 55rem;
  right: 4.06rem;
  display: flex;
  padding: 0.75rem 1.25rem;
  justify-content: center;
  align-items: center;
  border-radius: 0.625rem;
  background: #ed6384;
  color: #fff;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  letter-spacing: -0.0125rem;
}

.bucketlist .game-wrapper .player-result-bottom .bottom-btn-wrap {
  display: flex;
  padding: 1.5rem 2.5rem 6.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  background-color: #fff;
}

.bucketlist .game-wrapper .player-result-bottom .share-wrapper {
  background-color: #fff;
}

.bucketlist .game-wrapper .player-result-bottom .bottom-btn-wrap button {
  display: flex;
  width: 100%;
  height: 4.375rem;
  justify-content: center;
  align-items: center;
  border-radius: 0.625rem;
  color: #fff;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.875rem;
  letter-spacing: -0.015rem;
}

.bucketlist .game-wrapper .player-result-bottom .bottom-btn-wrap #instagramEventBtn {
  background: #ed6384;
}

.bucketlist .game-wrapper .player-result-bottom .bottom-btn-wrap #makeBucketListBtn {
  background: #8379ec;
}

.bucketlist .game-wrapper .player-result-bottom .bottom-btn-wrap #restartBucketListBtn {
  gap: 0.5rem;
  background: #333;
}

.bucketlist .game-wrapper .player-result-bottom .bottom-btn-wrap #restartBucketListBtn::after {
  content: '';
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  background: url(https://cdn.banggooso.com/es/assets/tarot/replay.png) no-repeat center / cover;
}
