/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[11].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[11].oneOf[13].use[5]!./src/styles/scss/app.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Pretendard:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
.account {
  display: flex;
  flex-direction: column;
  margin: 160px auto 100px;
  padding: 16px;
  max-width: 1132px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .account {
    margin-top: 64px;
    padding: 0 24px;
    max-width: unset;
  }
}
@media screen and (max-width: 768px) {
  .account {
    margin-top: unset;
    padding: 60px 16px 60px;
  }
}
.account__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
}
.account__header .title {
  font-size: 3.2rem;
  font-weight: 500;
  color: #18191C;
  text-align: left;
  letter-spacing: -1.5px;
}
.account__header .path {
  font-size: 1.2rem;
  font-weight: 400;
  color: #6A727C;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .account__header {
    margin: 40px 0;
  }
  .account__header .title {
    font-size: 2.4rem;
  }
  .account__header .path {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .account__header {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
    margin: 24px 0;
  }
  .account__header .title {
    letter-spacing: -1px;
  }
}
.account__profile {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.account__profile .account__profile-title {
  font-size: 1.8rem;
  font-weight: 500;
  color: #2A2E34;
}
.account__profile .account__profile-container {
  display: flex;
  gap: 24px;
  padding: 24px;
  width: 100%;
  min-height: 168px;
  margin-bottom: 48px;
  background-color: #FEFEFE;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
.account__profile .account__profile-imgbox {
  position: relative;
  cursor: pointer;
}
.account__profile .account__profile-imgbox .account__profile-img {
  background-color: #D5D8DC;
  border-radius: 999px;
}
.account__profile .account__profile-imgbox .edit-icon {
  position: absolute;
  right: 0;
  bottom: 0;
}
.account__profile .account__profile__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.account__profile .account__profile__info-item {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 16px;
}
.account__profile .account__profile__info-item .item-field {
  color: #6A727C;
  font-weight: 500;
  font-size: 1.8rem;
  min-width: 160px;
}
.account__profile .account__profile__info-item .item-value {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #6A727C;
  font-size: 1.8rem;
}
.account__security {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.account__security-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #242424;
}
.account__security .overview-section {
  margin-bottom: 50px;
}
.account__security .overview-section .overview-container {
  width: initial;
  padding: 24px 44px 24px 24px;
}
.account__security .overview-section .overview-container-wrapper {
  display: flex;
  justify-content: initial;
  gap: 24px;
}
.account__security .overview-section .overview-container-wrapper .overview__border {
  max-width: 240px;
  width: 100%;
}
.account__security .overview-section .overview-container-wrapper .overview__border .overview__border__item {
  height: 100%;
  text-align: center;
  word-break: keep-all;
}
.account__social {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.account__social-title {
  font-size: 1.8rem;
  font-weight: 500;
  color: #2A2E34;
}
.account__social-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.account__social-itembox {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  gap: 20px;
}
.account__social-itembox-desc {
  color: #898989;
  font-size: 1.4rem;
}
.account__social__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  width: 100%;
  min-height: 197px;
  background-color: #FEFEFE;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 20px;
}
.account__social__item-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 3.2rem;
  font-weight: 500;
  color: #242424;
}
.account__social__item .action-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-width: 96px;
  background-color: #FEFEFE;
  border-radius: 40px;
  padding: 6px 8px;
  color: #231F20;
  font-size: 1.2rem;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
}
.account__social__item .action-button:hover {
  background-color: #D5D8DC;
  color: #999FA5;
}
.account__social__item .action-button:disabled {
  background-color: #999FA5;
  color: #6A727C;
}

@media screen and (max-width: 1024px) {
  .account__profile .account__profile__info-item .item-value {
    word-break: break-all;
  }
  .account__security .overview-section .overview-container {
    padding: 27.5px 24px;
  }
  .account__social-itembox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .account__profile .account__profile-title {
    font-size: 1.6rem;
  }
  .account__profile .account__profile-container {
    flex-direction: column;
    width: 100%;
    margin-bottom: 32px;
  }
  .account__profile .account__profile-container .account__profile-imgbox {
    width: -moz-fit-content;
    width: fit-content;
  }
  .account__profile .account__profile-container .account__profile__info .item-field {
    min-width: unset;
    width: 35%;
    font-size: 1.6rem;
  }
  .account__profile .account__profile-container .account__profile__info .item-value {
    align-items: flex-start;
    width: 65%;
    font-size: 1.6rem;
  }
  .account__security .overview-section .overview-container {
    width: 100%;
  }
  .account__security .overview-section .overview-container-wrapper {
    display: flex;
  }
  .account__security .overview-section .overview-container-wrapper .overview-tooltip-wrapper {
    width: 50%;
  }
  .account__security .overview-section .overview-container-wrapper .overview__border {
    max-width: unset;
    height: 100%;
  }
  .account__security .overview-section .overview-container-wrapper .overview__border .overview__border__item {
    word-break: break-word;
  }
  .account__social {
    gap: 16px;
  }
  .account__social .account__social-title {
    font-size: 1.6rem;
  }
  .account__social .account__social-container {
    gap: 16px;
  }
  .account__social .account__social-container .account__social__item-group {
    font-size: 2.4rem;
  }
}
.assets {
  display: flex;
  flex-direction: column;
  margin: 160px auto 100px;
  padding: 16px;
  max-width: 1132px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .assets {
    margin-top: 64px;
    padding: 0 24px;
    max-width: unset;
  }
}
@media screen and (max-width: 768px) {
  .assets {
    margin-top: unset;
    padding: 60px 16px 60px;
  }
}
.assets__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
}
.assets__header .title {
  font-size: 3.2rem;
  font-weight: 500;
  color: #18191C;
  text-align: left;
  letter-spacing: -1.5px;
}
.assets__header .path {
  font-size: 1.2rem;
  font-weight: 400;
  color: #6A727C;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .assets__header {
    margin: 40px 0;
  }
  .assets__header .title {
    font-size: 2.4rem;
  }
  .assets__header .path {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .assets__header {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
    margin: 24px 0;
  }
  .assets__header .title {
    letter-spacing: -1px;
  }
}
.assets .assets__value {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
}
.assets .assets__value__box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 4px;
}
.assets .assets__value__box-title {
  color: #2A2E34;
  font-size: 1.8rem;
  font-weight: 500;
}
.assets .assets__value__box-detail {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: transparent;
  font-size: 1.8rem;
  font-weight: 500;
}
.assets .assets__value__box-detail:hover {
  color: #486BFF;
}
.assets .assets__value__content {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.assets .assets__value__content .overview-section {
  width: 100%;
}
.assets .assets__value__content .overview-section .overview-container {
  min-height: 140px;
  margin-bottom: 48px;
}
.assets .assets__value__content .overview-section .overview-container-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: flex-start;
  grid-column-gap: 24px;
  column-gap: 24px;
  width: 100%;
}
.assets .assets__value__content .overview-section .overview-container-wrapper .overview__border__item {
  white-space: unset;
}
.assets .assets__value__content .overview-section .overview-container-wrapper .overview-tooltip {
  margin-top: 10px;
}
.assets .assets__value__content .overview-section .overview-container-wrapper .overview-tooltip .overview-estimated {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.assets .assets__value__content .overview-section .overview-container-wrapper .overview-tooltip .overview-estimated .tooltip-container {
  color: #999FA5;
}
.assets .assets__list-title {
  margin-bottom: 16px;
  color: #2A2E34;
  font-size: 1.8rem;
  font-weight: 500;
}
.assets .assets__list {
  display: flex;
  flex-direction: column;
}
.assets .assets__list-table .table-wrapper .table .thead .thead-tr .headerCell:nth-child(1) {
  width: 30%;
}
.assets .assets__list-table .table-wrapper .table .thead .thead-tr .headerCell:nth-child(2) {
  width: 12%;
}
.assets .assets__list-table .table-wrapper .table .thead .thead-tr .headerCell:nth-child(3) {
  width: 11%;
}
.assets .assets__list-table .table-wrapper .table .thead .thead-tr .headerCell:nth-child(4) {
  width: 11%;
}
.assets .assets__list-table .table-wrapper .table .thead .thead-tr .headerCell:nth-child(5) {
  width: 15%;
}
.assets .assets__list-table .table-wrapper .table .thead .thead-tr .headerCell:nth-child(6) {
  width: 10%;
}
.assets .assets__list-table .table-wrapper .table .thead .thead-tr .headerCell:nth-child(7) {
  width: 10%;
}
.assets .assets__list-table .table-wrapper .table .tr-cell:first-child .td-cell {
  padding-top: 16px;
}
.assets .assets__list-table .table-wrapper .table .td-cell .product-cell {
  display: flex;
  align-items: center;
  gap: 8px;
  text-align: left;
}
.assets .assets__list-table .table-wrapper .table .td-cell .product-cell > img {
  border-radius: 10px;
}
.assets .assets__list-table .table-wrapper .table .td-cell .product-cell > span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.assets .assets__list-table .table-wrapper .table .td-cell.actions-cell {
  overflow: visible;
}
.assets .assets__list-table .table-wrapper .table .td-cell.actions-cell .action-button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  font-size: 1.2rem;
}
.assets .assets__list-table .table-wrapper .table .td-cell:first-child {
  padding-left: 48px;
}
.assets .assets__list-table .table-wrapper .table .td-cell:last-child {
  padding-right: 48px;
}

@media screen and (max-width: 1300px) {
  .assets .assets__list-table {
    overflow-x: auto;
  }
  .assets .assets__list-table .table-wrapper {
    min-width: 1100px;
  }
}
@media screen and (max-width: 1024px) {
  .assets .assets__value__box-title {
    font-size: 1.6rem;
  }
  .assets .assets__value__box-detail {
    font-size: 1.6rem;
  }
  .assets .assets__value__content .overview-section .overview-container-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .assets .assets__value {
    gap: 35px;
  }
  .assets .assets__value .overview-section .overview-container {
    margin-bottom: 32px;
  }
  .assets .assets__value .assets__value__box-title {
    font-size: 1.5rem;
  }
  .assets .assets__value .assets__value__box-detail {
    font-size: 1.5rem;
  }
  .assets .assets__value__content .overview-section .overview-container-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
    grid-gap: 20px;
    gap: 20px;
  }
  .assets .assets__value__content .overview-section .overview-container-wrapper .overview__border__item {
    min-height: 160px;
    padding: 24px;
    white-space: pre-line;
  }
  .assets .assets__value__content .overview-section .overview-container-wrapper .overview__border__item .overview__border__item-box > span {
    font-size: 2.2rem;
  }
}
.overview-section {
  display: flex;
  gap: 24px;
}
.overview-section-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.overview-section .overview-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #2A2E34;
}
.overview-section .overview-wrapper-btn {
  display: flex;
  gap: 16px;
}
.overview-section .overview-wrapper-btn > button {
  background-color: transparent;
}
.overview-section .overview-group {
  display: flex;
  width: 100%;
}
.overview-section .overview-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  border-radius: 8px;
  flex-wrap: nowrap;
  overflow: visible;
}
.overview-section .overview-container--warning {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 1.2rem;
  color: #898989;
}
.overview-section .overview-container--warning .tooltip-container {
  color: #999FA5;
}
.overview-section .overview-container--warning .tooltip-container > img {
  width: 10px;
  height: 10px;
}
.overview-section .overview__border__item {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  background-color: #FEFEFE;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  gap: 12px;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #6A727C;
  padding: 40px 24px;
  white-space: pre-line;
}
.overview-section .overview__border__item-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.overview-section .overview__border__item-title .value-percent {
  color: #486BFF;
}
.overview-section .overview__border__item-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 8px;
}
.overview-section .overview__border__item-wrapper > :last-child {
  color: #00C503;
  font-size: 1.4rem;
  font-weight: 600;
}
.overview-section .overview__border__item-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.overview-section .overview__border__item-box > span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.2rem;
  font-weight: 500;
  color: #2A2E34;
  width: 100%;
  height: 100%;
  white-space: pre-line;
}
.overview-section .overview__item-highlighted {
  color: #898989;
}

.dashboard {
  display: flex;
  flex-direction: column;
  margin: 160px auto 100px;
  padding: 16px;
  max-width: 1132px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .dashboard {
    margin-top: 64px;
    padding: 0 24px;
    max-width: unset;
  }
}
@media screen and (max-width: 768px) {
  .dashboard {
    margin-top: unset;
    padding: 60px 16px 60px;
  }
}
.dashboard__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
}
.dashboard__header .title {
  font-size: 3.2rem;
  font-weight: 500;
  color: #18191C;
  text-align: left;
  letter-spacing: -1.5px;
}
.dashboard__header .path {
  font-size: 1.2rem;
  font-weight: 400;
  color: #6A727C;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .dashboard__header {
    margin: 40px 0;
  }
  .dashboard__header .title {
    font-size: 2.4rem;
  }
  .dashboard__header .path {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .dashboard__header {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
    margin: 24px 0;
  }
  .dashboard__header .title {
    letter-spacing: -1px;
  }
}
.dashboard .dashboard-swiper {
  display: flex;
  width: 100%;
  height: 40px;
  overflow: hidden;
  mask-image: linear-gradient(to right, black 90%, rgba(242, 245, 255, 0) 100%);
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent 100%);
}
.dashboard .dashboard-swiper .swiper-slide {
  display: flex;
  align-items: center;
}
.dashboard .dashboard-swiper .notice-slide {
  background-color: transparent;
  font-size: 1.4rem;
  color: #242424;
  white-space: nowrap;
}
.dashboard ul {
  margin: 0;
  padding: 0;
}
.dashboard ul li {
  list-style: none;
}
.dashboard__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 600;
  color: #242424;
}
.dashboard__title-path {
  font-size: 1.2rem;
  color: #898989;
}
.dashboard__notice {
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin-bottom: 48px;
  padding-left: 24px;
  border-radius: 20px;
  background-color: rgba(230, 236, 255, 0.5019607843);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.dashboard__notice .notice-container {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}
.dashboard__notice-title {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-right: 16px;
  font-size: 1.4rem;
  color: #486BFF;
}
.dashboard__overview {
  display: flex;
  gap: 24px;
}
.dashboard__overview-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  margin-bottom: 24px;
}
.dashboard__overview-container .table-wrapper .table .thead .headerCell {
  font-weight: 500;
}
.dashboard__overview-container .table-wrapper .table .td-cell {
  color: #6A727C;
}
.dashboard__overview-container.product .table-wrapper .table .thead .headerCell {
  background-color: transparent;
  border-bottom: 2px solid #F1F1F1;
  padding: 0 0 12px;
}
.dashboard__overview-container.product .table-wrapper .table .thead .headerCell:first-child {
  padding-left: 0;
}
.dashboard__overview-container.product .table-wrapper .table .thead .headerCell:last-child {
  padding-right: 0;
}
.dashboard__overview-container.product .table-wrapper .table .tbody {
  background-color: #FFFFFF;
}
.dashboard__overview-container.product .table-wrapper .table .tbody .tr-cell {
  background: none;
}
.dashboard__overview-container.product .table-wrapper .table .tbody .tr-cell:nth-child(1) .td-cell {
  padding: 24px 0 12px;
}
.dashboard__overview-container.product .table-wrapper .table .tbody .td-cell {
  border-radius: 0;
}
.dashboard__overview-container.product .table-wrapper .table .tbody .td-cell:first-child {
  padding-left: 0;
}
.dashboard__overview-container.product .table-wrapper .table .tbody .td-cell:last-child {
  padding-right: 0;
}
.dashboard__overview-container.like-list {
  gap: 8px;
}
.dashboard__overview-container.like-list .overview-ul .swiper {
  padding: 0 10px;
}
.dashboard__overview-container.like-list .overview-ul .swiper .cardrate--li {
  height: 450px;
}
.dashboard__overview .overview-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #2A2E34;
}
.dashboard__overview .overview-wrapper .add-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}
.dashboard__overview .overview-wrapper-btn {
  display: flex;
  align-items: center;
  gap: 24px;
}
.dashboard__overview .overview-wrapper-btn button {
  background-color: transparent;
}
.dashboard__overview .overview-group {
  display: flex;
}
.dashboard__overview .overview-container {
  display: flex;
  gap: 20px;
  width: 100%;
  min-height: 197px;
  border-radius: 8px;
}
.dashboard__overview .overview-container .table-wrapper {
  padding: 24px;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
.dashboard__overview .overview-container .table-wrapper .table .thead .thead-tr .headerCell:nth-child(1) {
  width: 50%;
  text-align: left;
}
.dashboard__overview .overview-container .table-wrapper .table .thead .thead-tr .headerCell:nth-child(2) {
  width: 50%;
  text-align: right;
}
.dashboard__overview .overview-container .table-wrapper .table .divider-td {
  padding: 12px 0;
}
.dashboard__overview .overview-container .table-wrapper .table .tbody {
  border-radius: 8px;
}
.dashboard__overview .overview-container .table-wrapper .table .tr-cell {
  background-color: #FFFFFF;
  text-align: center;
  word-break: break-word;
}
.dashboard__overview .overview-container .table-wrapper .table .tr-cell > :first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  text-align: left;
}
.dashboard__overview .overview-container .table-wrapper .table .tr-cell > :last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  text-align: right;
}
.dashboard__overview .overview-container .table-wrapper .table .tr-cell .td-cell {
  max-width: 150px;
  padding: 12px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dashboard__overview .overview-container .table-wrapper .table .tr-cell .td-cell .td-cell-wrap {
  min-height: 17px;
}
.dashboard__overview .overview-container .table-wrapper .table .tr-cell > td {
  padding: 22px;
}
.dashboard__overview .overview-ul {
  scroll-behavior: smooth;
  min-height: 415px;
}
.dashboard__overview .overview-ul .swiper-slide {
  padding-bottom: 24px;
}
.dashboard__overview .overview-ul.dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.dashboard__overview .overview-ul .cardrate--li {
  background-color: #FFFFFF;
}
.dashboard__overview .overview-ul .cardrate--li .cardrate__info .info__rate--title > :first-child {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.dashboard__overview .overview-ul .cardrate--li .cardrate__info .info__rate--title > :last-child {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.dashboard__overview .overview-ul .cardrate--li .default-gauge-wrapper {
  height: 18px;
}
.dashboard__overview .overview-ul .cardrate--li .default-gauge {
  font-size: 1rem;
  height: 18px;
}
.dashboard__overview .overview-ul .cardrate--li-bar {
  height: 18px;
}
.dashboard__overview .overview-ul .info__rate {
  color: #2A2E34;
}
.dashboard__overview .overview-ul .info__rate--usdt > :first-child {
  color: #2A2E34;
  font-size: 3.2rem;
  font-weight: 500;
}
.dashboard__overview .overview-ul .info__rate--usdt > :last-child {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
}
.dashboard__overview .overview-ul .info__rate--apr > :first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}
.dashboard__overview .overview-ul .info__rate--apr > :last-child {
  font-size: 1.4rem;
}
.dashboard__overview .overview-ul .info__rate--title {
  font-size: 1rem;
}
.dashboard__overview .overview-ul .info--status {
  white-space: normal;
  overflow-wrap: break-word;
  word-break: break-word;
}
.dashboard__overview .overview-ul .info--status > :first-child {
  max-width: 90px;
  color: #486BFF;
  font-size: 1rem;
}
.dashboard__overview .overview-ul .info--status > :last-child {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #999FA5;
  font-size: 1rem;
}
.dashboard__overview .overview-ul .info--status .closed {
  color: #eb4a4a;
}
.dashboard__overview .overview__border {
  width: 50%;
  height: 100%;
}
.dashboard__overview .overview__border-absol {
  z-index: 2;
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: -1px;
  margin-bottom: -1px;
  display: flex;
  flex-direction: column-reverse;
  border-radius: 999px;
}
.dashboard__overview .overview__border__item {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 24px;
  background-color: #FFFFFF;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  gap: 24px;
  font-size: 1.2rem;
  color: #505050;
  text-align: center;
}
.dashboard__overview .overview__border__item-title {
  font-size: 1.4rem;
  color: #6A727C;
}
.dashboard__overview .overview__border__item-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dashboard__overview .overview__border__item-box > span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4.8rem;
  font-weight: 500;
  color: #2A2E34;
  width: 100%;
  height: 100%;
}
.dashboard__overview .history-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #2A2E34;
}
.dashboard__overview .history-wrapper .add-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}
.dashboard__overview .history-group {
  display: flex;
}
.dashboard__overview .history-container {
  display: flex;
  gap: 24px;
  width: 100%;
  border-radius: 8px;
  overflow-x: auto;
}
.dashboard__overview .history-container .table-wrapper {
  display: flex;
  width: 100%;
  border-bottom: none;
}
.dashboard__overview .history-container .table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.dashboard__overview .history-container .table .thead .headerCell:nth-child(1) {
  width: 15%;
}
.dashboard__overview .history-container .table .thead .headerCell:nth-child(2) {
  width: 20%;
}
.dashboard__overview .history-container .table .thead .headerCell:nth-child(3) {
  width: 65%;
  text-align: left;
}
.dashboard__overview .history-container .table .tbody {
  background-color: #FFFFFF;
}
.dashboard__overview .history-container .table .tbody .tr-cell td {
  word-break: break-word;
}
.dashboard__overview .history-container .table .tbody .tr-cell .td-cell {
  padding: 16px;
}
.dashboard__overview .history-container .table .tbody .tr-cell .td-cell:nth-child(1) .td-cell-wrap {
  display: block;
  overflow: visible;
  word-break: auto-phrase;
}
.dashboard__overview .history-container .table .tbody .tr-cell .td-cell:nth-child(3) {
  text-align: left;
}
.dashboard__overview .history-container .table .divider-td {
  width: 33.33%;
}
.dashboard__overview .space-between {
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .dashboard .dashboard__overview {
    flex-direction: column;
  }
  .history-group {
    display: initial;
  }
  .dashboard__overview-container.product {
    margin-bottom: 48px;
  }
  .dashboard__overview-container .history-container .table .thead .headerCell:nth-child(1) {
    width: 23%;
  }
  .dashboard__overview-container .history-container .table .thead .headerCell:nth-child(2) {
    width: 22%;
  }
  .dashboard__overview-container .history-container .table .thead .headerCell:nth-child(3) {
    width: 55%;
  }
  .dashboard__overview-container .dashboard__overview .history-container .table {
    overflow-x: auto;
  }
}
@media screen and (max-width: 768px) {
  .dashboard .dashboard__notice {
    gap: 4px;
    padding-left: 12px;
    margin-bottom: 32px;
  }
  .dashboard .dashboard__notice .dashboard__notice-title {
    margin-right: 4px;
  }
  .dashboard .dashboard__notice .dashboard-swiper .notice-slide {
    font-size: 1.3rem;
  }
  .dashboard .history-container {
    grid-template-columns: repeat(1, 1fr);
  }
  .dashboard .dashboard__overview {
    gap: 20px;
  }
  .dashboard .dashboard__overview .dashboard__overview-container {
    gap: 8px;
    margin-bottom: 32px;
  }
  .dashboard .dashboard__overview .dashboard__overview-container.like-list .overview-ul .swiper {
    padding: 10px;
  }
  .dashboard .dashboard__overview .dashboard__overview-container.like-list .overview-ul .swiper .cardrate--li {
    height: 440px;
  }
  .dashboard .dashboard__overview .dashboard__overview-container.like-list .overview-ul .swiper .cardrate--li .cardrate__group {
    height: unset;
  }
  .dashboard .dashboard__overview .dashboard__overview-container.like-list .overview-ul .swiper .cardrate--li .cardrate__info .info__rate--usdt {
    font-size: 2.2rem;
  }
  .dashboard .dashboard__overview .dashboard__overview-container.like-list .overview-ul .swiper .cardrate--li .cardrate__info .info__rate--apr > span {
    font-size: 1.3rem;
  }
  .dashboard .dashboard__overview .dashboard__overview-container.like-list .overview-ul .swiper .cardrate--li .cardrate__info .info--status > span {
    white-space: nowrap;
  }
  .dashboard .dashboard__overview .dashboard__overview-container.like-list .overview-ul .swiper .cardrate--li .cardrate__info .info__rate--title {
    font-size: 0.9rem;
  }
  .dashboard .dashboard__overview .overview-container {
    min-height: 140px;
  }
  .dashboard .dashboard__overview .overview-container .overview__border__item .overview__border__item-box > span {
    font-size: 2.8rem;
  }
  .dashboard .dashboard__overview .history-container {
    overflow-x: auto;
  }
  .dashboard .dashboard__overview .history-container .table-wrapper {
    min-width: 706px;
  }
}
.history {
  display: flex;
  flex-direction: column;
  margin: 160px auto 100px;
  padding: 16px;
  max-width: 1132px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .history {
    margin-top: 64px;
    padding: 0 24px;
    max-width: unset;
  }
}
@media screen and (max-width: 768px) {
  .history {
    margin-top: unset;
    padding: 60px 16px 60px;
  }
}
.history__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
}
.history__header .title {
  font-size: 3.2rem;
  font-weight: 500;
  color: #18191C;
  text-align: left;
  letter-spacing: -1.5px;
}
.history__header .path {
  font-size: 1.2rem;
  font-weight: 400;
  color: #6A727C;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .history__header {
    margin: 40px 0;
  }
  .history__header .title {
    font-size: 2.4rem;
  }
  .history__header .path {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .history__header {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
    margin: 24px 0;
  }
  .history__header .title {
    letter-spacing: -1px;
  }
}
.history__filters {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
}
.history__filters .history__filter-button {
  padding: 8px 16px;
  border: none;
  border-radius: 20px;
  font-size: 1.2rem;
  cursor: pointer;
  background-color: #f1f1f1;
  color: #000000;
  transition: background-color 0.2s;
}
.history__filters .history__filter-button:hover {
  background-color: #d9d9d9;
}
.history__filters .history__filter-button--selected {
  background-color: #000000;
  color: #ffffff;
}
.history__list {
  display: flex;
  flex-direction: column;
}
.history__list-table .table-wrapper .table .thead .thead-tr .headerCell:nth-child(1) {
  width: 15%;
}
.history__list-table .table-wrapper .table .thead .thead-tr .headerCell:nth-child(2) {
  width: 20%;
}
.history__list-table .table-wrapper .table .thead .thead-tr .headerCell:nth-child(3) {
  width: 75%;
  text-align: left;
}
.history__list-table .table-wrapper .table .tbody .td-cell {
  padding: 16px;
}
.history__list-table .table-wrapper .table .tbody .td-cell:nth-child(1) .td-cell-wrap, .history__list-table .table-wrapper .table .tbody .td-cell:nth-child(2) .td-cell-wrap {
  word-break: unset;
}
.history__list-table .table-wrapper .table .tbody .td-cell:nth-child(3) {
  text-align: left;
}
.history .view-more-button {
  margin-top: 0;
}

@media screen and (max-width: 1024px) {
  .history__list-table .table-wrapper {
    overflow-x: auto;
  }
  .history__list-table .table-wrapper .table .thead .thead-tr .headerCell:nth-child(1) {
    width: 25%;
  }
  .history__list-table .table-wrapper .table .thead .thead-tr .headerCell:nth-child(2) {
    width: 25%;
  }
  .history__list-table .table-wrapper .table .thead .thead-tr .headerCell:nth-child(3) {
    width: 50%;
    text-align: left;
  }
}
@media screen and (max-width: 550px) {
  .history__list-table {
    display: flex;
    flex-direction: column;
  }
}
.referral {
  display: flex;
  flex-direction: column;
  margin: 160px auto 100px;
  padding: 16px;
  max-width: 1132px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .referral {
    margin-top: 64px;
    padding: 0 24px;
    max-width: unset;
  }
}
@media screen and (max-width: 768px) {
  .referral {
    margin-top: unset;
    padding: 60px 16px 60px;
  }
}
.referral__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
}
.referral__header .title {
  font-size: 3.2rem;
  font-weight: 500;
  color: #18191C;
  text-align: left;
  letter-spacing: -1.5px;
}
.referral__header .path {
  font-size: 1.2rem;
  font-weight: 400;
  color: #6A727C;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .referral__header {
    margin: 40px 0;
  }
  .referral__header .title {
    font-size: 2.4rem;
  }
  .referral__header .path {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .referral__header {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
    margin: 24px 0;
  }
  .referral__header .title {
    letter-spacing: -1px;
  }
}
.referral__top {
  display: flex;
  align-items: stretch;
  gap: 20px;
  margin-bottom: 48px;
}
.referral__code-box {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  max-width: 820px;
  min-height: 169px;
  width: 100%;
  padding: 24px;
  border-radius: 20px;
  background-color: #FEFEFE;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
}
.referral__code-box .referral__field {
  display: grid;
  grid-template-columns: 2.4fr 7.6fr;
  align-items: center;
  grid-gap: 16px;
  gap: 16px;
  margin-bottom: 24px;
}
.referral__code-box .referral__field label {
  color: #6A727C;
  font-weight: 500;
  font-size: 1.4rem;
}
.referral__code-box .referral__field-value {
  justify-self: flex-end;
}
.referral__code-box .referral__field-value .referral__field-value-wrap {
  display: inline-flex;
  align-items: center;
  word-break: break-all;
  gap: 8px;
  color: #6A727C;
  font-size: 1.4rem;
}
.referral__code-box .referral__field.referral__friend-code {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}
.referral__code-box .referral__field.referral__friend-code .referral__friend-input {
  display: flex;
  align-items: center;
  gap: 8px;
}
.referral__code-box .referral__field.referral__friend-code .referral__friend-input.disabled > input {
  background-color: #C8C8C8;
  color: #505050;
  pointer-events: none;
}
.referral__code-box .referral__field.referral__friend-code .referral__friend-input .referral__friend-input-box {
  width: 100%;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #999FA5;
  color: #231F20;
  flex: 1 1;
  max-width: 200px;
  width: 100%;
  height: 34px;
  padding: 12px 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #999FA5;
  background-color: transparent;
  font-size: 1.4rem;
}
.referral__code-box .referral__field.referral__friend-code .referral__friend-input .referral__friend-input-box::placeholder {
  color: #999FA5;
}
.referral__code-box .referral__field.referral__friend-code .referral__friend-input .referral__submit-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  max-width: 120px;
  width: 100%;
  height: 28px;
  padding: 6px;
  background-color: #486BFF;
  color: #FEFEFE;
  font-size: 1.2rem;
}
.referral__code-box .referral__field.referral__friend-code .referral__friend-input .referral__submit-button:disabled {
  background-color: #C8C8C8;
  color: #505050;
  cursor: default;
  pointer-events: none;
}
.referral__code-box .referral__field.referral__friend-code .referral__friend-input .referral__submit-button:disabled .action-button__icon {
  fill: #6A727C;
}
.referral__code-box .referral__field.referral__friend-code .referral__friend-input .referral__submit-button:not(:disabled):hover {
  background-color: #C8C8C8;
}
.referral__code-box .referral__field.referral__friend-code .referral__friend-input .referral__submit-button:not(:disabled):hover .action-button__icon {
  fill: #999FA5;
}
.referral__code-box .referral__field.referral__friend-code .referral__friend-input .referral__submit-button .action-button__icon {
  fill: #FEFEFE;
  transition: fill 0.2s ease;
}
.referral__code-box .referral__note {
  color: #00C503;
  font-size: 1rem;
}
.referral__code-box .referral__note.submitted {
  color: #EB4A4A;
}
.referral .overview-section {
  flex: 0 0 260px;
  max-width: 260px;
  width: 100%;
}
.referral .overview-section .overview-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
.referral .overview-section .overview-container .overview-container-wrapper {
  max-width: 240px;
  width: 100%;
  display: flex;
}
.referral .overview-section .overview-container .overview-container-wrapper .overview__border {
  width: 100%;
}
.referral__history {
  display: flex;
  flex-direction: column;
}
.referral__history-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.referral__history-title {
  color: #2A2E34;
  font-size: 1.8rem;
  font-weight: 500;
}
.referral__history .referral__stats {
  display: flex;
  gap: 24px;
  font-size: 1.2rem;
  font-weight: 400;
  color: #6A727C;
}
.referral__history .referral__stats .referral__stat {
  display: flex;
  align-items: center;
  gap: 8px;
}
.referral__history .referral__stats .referral__stat-number {
  color: #486BFF;
}
.referral__history .referral__stats .referral__stat-increase {
  color: #486BFF;
}
.referral__history .referral__list {
  display: flex;
  flex-direction: column;
}
.referral__history .referral__list-table .table-wrapper .table .tbody {
  background-color: #FFFFFF;
}
.referral__history .referral__list-table .table-wrapper .table .tbody .td-cell {
  max-width: 150px;
  padding: 23px 16px;
}
.referral__history .referral__list .view-more-button {
  margin-top: 24px;
}

@media screen and (max-width: 1024px) {
  .referral .referral__top {
    flex-direction: column;
    margin-bottom: 60px;
  }
  .referral .overview-section {
    max-width: initial;
    flex: none;
    background-color: transparent;
    padding: 0;
  }
  .referral .overview-section .overview-container {
    justify-content: flex-start;
    align-items: flex-start;
    background-color: transparent;
  }
  .referral .overview-section .overview-container .overview-container-wrapper {
    max-width: 260px;
    border-radius: 20px;
  }
  .referral .referral__history-title {
    font-size: 1.6rem;
  }
  .referral .referral__list {
    padding: 0;
    background-color: transparent;
  }
  .referral .referral__list-table {
    overflow-x: auto;
  }
  .referral .referral__list-table .table-wrapper {
    min-width: 1100px;
  }
}
@media screen and (max-width: 768px) {
  .referral .referral__top {
    margin-bottom: 32px;
  }
  .referral .referral__top .referral__code-box {
    max-width: unset;
  }
  .referral .referral__top .referral__code-box .referral__note.submitted {
    margin-top: 8px;
    text-align: right;
  }
  .referral .referral__top .referral__code-box .referral__field {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .referral .referral__top .referral__code-box .referral__field .referral__field-label {
    width: 40%;
  }
  .referral .referral__top .referral__code-box .referral__field .referral__field-value {
    width: 60%;
    text-align: right;
  }
  .referral .referral__top .referral__code-box .referral__field .referral__field-value .referral__field-value-wrap {
    align-items: flex-start;
  }
  .referral .referral__top .referral__code-box .referral__field.referral__friend-code {
    flex-direction: column;
    gap: 8px;
  }
  .referral .referral__top .referral__code-box .referral__field.referral__friend-code .referral__friend-input {
    width: 100%;
    justify-content: space-between;
  }
  .referral .referral__top .overview-section .overview-container .overview-container-wrapper {
    max-width: 100%;
  }
  .referral .referral__top .overview-section .overview-container .overview-container-wrapper .overview__border__item {
    padding: 24px;
  }
  .referral .referral__history .referral__history-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 8px;
  }
}
.leaderboard {
  display: flex;
  flex-direction: column;
  margin: 160px auto 100px;
  padding: 16px;
  max-width: 1132px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .leaderboard {
    margin-top: 64px;
    padding: 0 24px;
    max-width: unset;
  }
}
@media screen and (max-width: 768px) {
  .leaderboard {
    margin-top: unset;
    padding: 60px 16px 60px;
  }
}
.leaderboard__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
}
.leaderboard__header .title {
  font-size: 3.2rem;
  font-weight: 500;
  color: #18191C;
  text-align: left;
  letter-spacing: -1.5px;
}
.leaderboard__header .path {
  font-size: 1.2rem;
  font-weight: 400;
  color: #6A727C;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .leaderboard__header {
    margin: 40px 0;
  }
  .leaderboard__header .title {
    font-size: 2.4rem;
  }
  .leaderboard__header .path {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .leaderboard__header {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
    margin: 24px 0;
  }
  .leaderboard__header .title {
    letter-spacing: -1px;
  }
}

.leaderboard-points {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 48px;
}
.leaderboard-points__daily-check {
  display: flex;
  align-items: center;
  gap: 20px;
}
.leaderboard-points__daily-check .leaderboard-points__event {
  color: #2A2E34;
  font-weight: 500;
  font-size: 1.8rem;
}
.leaderboard-points__daily-check .leaderboard-points__text {
  display: flex;
  align-items: center;
  gap: 20px;
}
.leaderboard-points__daily-check .leaderboard-points__subtext {
  color: #6A727C;
  font-size: 1.2rem;
}
.leaderboard-points__content {
  display: flex;
  gap: 20px;
  align-items: stretch;
}
.leaderboard-points__summary {
  display: flex;
  align-items: center;
  gap: 24px;
  width: 100%;
  height: 100%;
  min-height: 140px;
  flex: 0 0 260px;
  border-radius: 20px;
  background-color: #486BFF;
  color: #FEFEFE;
}
.leaderboard-points__card {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 24px;
  flex: 1 1;
}
.leaderboard-points__card .leaderboard-points__mypoint {
  align-self: center;
}
.leaderboard-points__card .leaderboard-points__label {
  margin-bottom: 16px;
  font-size: 1.4rem;
}
.leaderboard-points__card .leaderboard-points__value-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}
.leaderboard-points__card .leaderboard-points__value-wrap .leaderboard-points__value {
  min-width: 4ch;
  font-size: 3.2rem;
  font-weight: 500;
}
.leaderboard-points__rewards {
  position: relative;
  display: flex;
  gap: 20px;
  flex: 1 1;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 8px 10px 8px 0;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE & Edge */
}
.leaderboard-points__rewards::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}
.leaderboard-points__rewards .scroll-hint {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 8px;
  bottom: 10px;
  font-size: 1.2rem;
  right: 0;
  transform: translateX(-50%);
  opacity: 0.7;
  color: #486BFF;
  animation: blink 3.5s infinite;
}
.leaderboard-points__rewards .scroll-hint.hidden {
  animation: none;
  opacity: 0;
}
@keyframes fade-out {
  0% {
    opacity: 0.7;
  }
  80% {
    opacity: 0.7;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.leaderboard-points__reward {
  flex: 0 0 auto;
  min-width: 132px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  row-gap: 16px;
  max-width: none;
  padding: 24px;
  background-color: #FEFEFE;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  text-align: center;
}
.leaderboard-points__reward-next {
  border: 2px solid #486BFF;
  cursor: pointer;
}
.leaderboard-points__reward-next:hover {
  background-color: rgba(72, 107, 255, 0.1);
}
.leaderboard-points__reward--completed {
  background-color: #486BFF;
  border: 2px solid #486BFF;
  cursor: default;
}
.leaderboard-points__reward-day {
  font-size: 1.4rem;
  color: #6A727C;
}
.leaderboard-points__reward-point {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #242424;
  font-size: 3.2rem;
  font-weight: 500;
}
.leaderboard-points__reward.leaderboard-points__reward--completed {
  background-color: #486BFF;
  border: 2px solid #486BFF;
}
.leaderboard-points__reward.leaderboard-points__reward--completed .leaderboard-points__reward-day {
  color: #FEFEFE;
}

@media screen and (max-width: 1024px) {
  .leaderboard-points {
    display: block;
    background-color: unset;
    margin-bottom: 32px;
  }
  .leaderboard-points .leaderboard-points__daily-check {
    margin-bottom: 8px;
  }
  .leaderboard-points .leaderboard-points__box {
    gap: 24px;
    width: unset;
  }
  .leaderboard-points .leaderboard-points__box .leaderboard-points__summary {
    max-width: 239px;
    height: auto;
    padding: 24px;
    border-radius: 8px;
    background-color: #f1f1f1;
  }
  .leaderboard-points .leaderboard-points__box .leaderboard-points__daily-check {
    max-width: 154px;
    padding: 24px;
    border-radius: 8px;
    background-color: #f1f1f1;
  }
}
@media screen and (max-width: 768px) {
  .leaderboard-points__daily-check {
    justify-content: space-between;
  }
  .leaderboard-points__daily-check .leaderboard-points__event {
    font-size: 1.6rem;
  }
  .leaderboard-points__content {
    gap: 8px;
  }
  .leaderboard-points__content .leaderboard-points__summary {
    width: unset;
    flex: unset;
  }
  .leaderboard-points .leaderboard-points__rewards .scroll-hint {
    transform: translateX(-85%);
  }
}
.reward-history {
  margin-bottom: 48px;
}
.reward-history__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.reward-history__header {
  display: flex;
  align-items: center;
  gap: 10px;
}
.reward-history__header .reward-history__header-title {
  font-size: 1.8rem;
  font-weight: 500;
  color: #2A2E34;
}
.reward-history__header .add-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}
.reward-history__menu {
  padding: 8px 20px;
  border-radius: 20px;
  background-color: #F7F7F7;
}
.reward-history__filters {
  display: flex;
  gap: 12px;
}
.reward-history__filters .reward-history__filter-button {
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 1.4rem;
  font-weight: 400;
  cursor: pointer;
  border: 1px solid transparent;
  background-color: transparent;
  color: #898989;
}
.reward-history__filters .reward-history__filter-button:hover {
  background-color: #FEFEFE;
  border: 1px solid #FEFEFE;
  color: #486BFF;
}
.reward-history__filters .reward-history__filter-button--selected {
  background-color: #FEFEFE;
  border: 1px solid #FEFEFE;
  color: #486BFF;
}
.reward-history__carousel-btn {
  display: flex;
  gap: 16px;
}
.reward-history__carousel-btn > button {
  height: 24px;
  border-radius: 999px;
  background-color: transparent;
}
.reward-history__list {
  display: flex;
  flex-direction: column;
}
.reward-history__list-table .table-wrapper .table .thead .thead-tr .headerCell:nth-child(1) {
  width: 18%;
}
.reward-history__list-table .table-wrapper .table .thead .thead-tr .headerCell:nth-child(2) {
  width: 20%;
}
.reward-history__list-table .table-wrapper .table .thead .thead-tr .headerCell:nth-child(3) {
  width: 46%;
  text-align: left;
}
.reward-history__list-table .table-wrapper .table .thead .thead-tr .headerCell:nth-child(4) {
  width: 18%;
}
.reward-history__list-table .table-wrapper .table .tbody {
  background-color: #FFFFFF;
}
.reward-history__list-table .table-wrapper .table .tbody .tr-cell:first-child .td-cell {
  padding-top: 20px;
}
.reward-history__list-table .table-wrapper .table .td-cell {
  padding: 16px;
}
.reward-history__list-table .table-wrapper .table .td-cell:nth-child(1) .td-cell-wrap, .reward-history__list-table .table-wrapper .table .td-cell:nth-child(2) .td-cell-wrap {
  word-break: unset;
}
.reward-history__list-table .table-wrapper .table .td-cell:nth-child(3) {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .reward-history__list {
    padding: 0;
    background-color: unset;
  }
}
@media screen and (max-width: 768px) {
  .reward-history {
    margin-bottom: 32px;
  }
  .reward-history .reward-history__top {
    flex-direction: column;
    align-items: flex-start;
  }
  .reward-history .reward-history__top .reward-history__header {
    margin-bottom: 8px;
  }
  .reward-history .reward-history__top .reward-history__header .reward-history__filters .reward-history__filter-button {
    font-size: 1.2rem;
  }
  .reward-history .reward-history__list .reward-history__list-table {
    overflow-x: auto;
  }
  .reward-history .reward-history__carousel .swiper .swiper-slide {
    padding: 0 10px;
  }
  .reward-history .reward-history__carousel .swiper .swiper-slide .leaderboard-card {
    max-width: unset;
  }
}
.leaderboard-status {
  display: flex;
  gap: 20px;
}
.leaderboard-status__set {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.leaderboard-status__header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.leaderboard-status__title {
  font-size: 1.8rem;
  font-weight: 500;
  color: #2A2E34;
}
.leaderboard-status .add-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}
.leaderboard-status__table .my-rank-container {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 4px;
  border-radius: 20px;
  background-color: #486BFF;
  color: #FEFEFE;
  font-size: 1.4rem;
}
.leaderboard-status__table .my-rank-container .rank-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.leaderboard-status__table .my-rank-container .rank-info .rank-value {
  text-align: center;
}
.leaderboard-status__table .my-rank-container .rank-info .rank-value:nth-child(1) {
  flex: 0 0 35%;
  padding: 10px 16px 10px 48px;
}
.leaderboard-status__table .my-rank-container .rank-info .rank-value:nth-child(2) {
  flex: 0 0 30%;
  padding: 10px 16px;
}
.leaderboard-status__table .my-rank-container .rank-info .rank-value:nth-child(3) {
  flex: 0 0 35%;
  padding: 10px 48px 10px 16px;
}
.leaderboard-status__table .table-wrapper .table .thead .headerCell:first-child {
  text-align: center;
}
.leaderboard-status__table .table-wrapper .table .thead .thead-tr .headerCell:nth-child(1) {
  width: 35%;
}
.leaderboard-status__table .table-wrapper .table .thead .thead-tr .headerCell:nth-child(2) {
  width: 30%;
}
.leaderboard-status__table .table-wrapper .table .thead .thead-tr .headerCell:nth-child(3) {
  width: 35%;
}
.leaderboard-status__table .table-wrapper .table .divider .divider-content {
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 24px 0 16px;
  padding: 8px 50px;
  border-radius: 8px;
  background-color: #41444B;
}
.leaderboard-status__table .table-wrapper .table .divider .divider-content .my-rank {
  padding: 8px;
  border-radius: 4px;
  background-color: #FFFFFF;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
}
.leaderboard-status__table .table-wrapper .table .divider .divider-content .rank-info {
  display: flex;
  align-items: center;
  color: #FFFFFF;
  font-size: 1.4rem;
}
.leaderboard-status__table .table-wrapper .table .tbody .tr-cell .td-cell:first-child {
  text-align: center;
}
.leaderboard-status__table .table-wrapper .table .tbody .tr-cell .td-cell {
  padding: 16px;
}

@media screen and (max-width: 1024px) {
  .leaderboard-status {
    flex-direction: column;
  }
  .leaderboard-status .leaderboard-status__table {
    display: flex;
    flex-direction: column;
    background: unset;
    padding: 0;
  }
  .leaderboard-status .leaderboard-status__table .tablet-card {
    background-color: #f1f1f1;
  }
  .leaderboard-status .leaderboard-status__table .tablet-card:not(.leaderboard-status .leaderboard-status__table .tablet-card:last-child) {
    margin-bottom: 24px;
  }
  .leaderboard-status .leaderboard-status__table .tablet-card .tablet-card-container {
    height: 100%;
    background-color: #FFFFFF;
  }
  .leaderboard-status .leaderboard-status__table .tablet-card .tablet-card-container .tablet-card-group {
    column-gap: 16px;
  }
  .leaderboard-status .leaderboard-status__table .tablet-card .tablet-card-container .tablet-card-group .tablet-card-detail {
    text-align: right;
    word-break: break-all;
    max-width: 150px;
  }
}
@media screen and (max-width: 768px) {
  .leaderboard-status {
    gap: 28px;
  }
  .leaderboard-status .leaderboard-status__table .my-rank-container .rank-info .rank-value:nth-child(1) {
    padding: 10px 16px;
  }
  .leaderboard-status .leaderboard-status__table .my-rank-container .rank-info .rank-value:nth-child(3) {
    padding: 10px 16px;
  }
}
.point-shop-detail .point-shop-title {
  font-size: 6rem;
  font-weight: 500;
  text-align: left;
  margin-bottom: 100px;
}
.point-shop-detail__header {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #C8C8C8;
}
.point-shop-detail__title {
  font-size: 2.8rem;
  margin-bottom: 16px;
}
.point-shop-detail__date {
  display: flex;
  align-items: center;
  gap: 8px;
}
.point-shop-detail__date .date-date {
  color: #242424;
  font-size: 1.4rem;
}
.point-shop-detail__date .date-divider {
  width: 1px;
  height: 10px;
  border-radius: 1px;
  background-color: #C8C8C8;
}
.point-shop-detail__date .date-time {
  color: #898989;
  font-size: 1.4rem;
}
.point-shop-detail__voucher {
  display: flex;
  align-items: center;
  gap: 40px;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #C8C8C8;
}
.point-shop-detail__voucher .voucher-title {
  margin-bottom: 13px;
  color: #242424;
  font-size: 1.8rem;
  font-weight: 600;
}
.point-shop-detail__voucher .voucher-meta {
  display: flex;
  align-items: center;
  gap: 12px;
}
.point-shop-detail__voucher .voucher-meta__points {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 6px 12px;
  border-radius: 4px;
  background-color: #F1F1F1;
}
.point-shop-detail__voucher .voucher-meta__points > p {
  color: #242424;
  font-size: 1.4rem;
  font-weight: 600;
}
.point-shop-detail__voucher .voucher-meta__quantity {
  color: #242424;
  font-size: 1.2rem;
}
.point-shop-detail__voucher .voucher-meta__redeem {
  min-width: 132px;
  background-color: #486BFF;
  color: #fff;
  padding: 17px;
  border: none;
  border-radius: 999px;
  font-size: 1.4rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}
.point-shop-detail__content {
  max-width: 100%;
  box-sizing: border-box;
  font-size: 1.4rem;
}
.point-shop-detail__content img {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  .point-shop-detail__title {
    font-size: 2rem;
    font-weight: 600;
  }
}
@media screen and (max-width: 550px) {
  .point-shop-detail .point-shop-title {
    margin-bottom: 50px;
  }
  .point-shop-detail .point-shop-detail__voucher {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.claim {
  display: flex;
  flex-direction: column;
  margin: 160px auto 100px;
  padding: 16px;
  max-width: 1132px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .claim {
    margin-top: 64px;
    padding: 0 24px;
    max-width: unset;
  }
}
@media screen and (max-width: 768px) {
  .claim {
    margin-top: unset;
    padding: 60px 16px 60px;
  }
}
.claim__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
}
.claim__header .title {
  font-size: 3.2rem;
  font-weight: 500;
  color: #18191C;
  text-align: left;
  letter-spacing: -1.5px;
}
.claim__header .path {
  font-size: 1.2rem;
  font-weight: 400;
  color: #6A727C;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .claim__header {
    margin: 40px 0;
  }
  .claim__header .title {
    font-size: 2.4rem;
  }
  .claim__header .path {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .claim__header {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
    margin: 24px 0;
  }
  .claim__header .title {
    letter-spacing: -1px;
  }
}
.claim .claim__value {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
}
.claim .claim__value__box {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.claim .claim__value__box-title {
  font-size: 1.4rem;
  font-weight: 600;
}
.claim .claim__value__box-detail {
  background-color: transparent;
  font-size: 1.4rem;
  font-weight: 600;
}
.claim .claim__value__box-detail:hover {
  color: #486BFF;
}
.claim .claim__value__content {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.claim .claim__value__content .overview-section {
  width: 100%;
}
.claim .claim__value__content .overview-section .overview-container {
  min-height: 228px;
  margin-bottom: 36px;
  padding: 8px 24px 24px 24px;
}
.claim .claim__value__content .overview-section .overview-container .overview-estimated {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-bottom: 8px;
  font-size: 1.2rem;
  color: #898989;
}
.claim .claim__value__content .overview-section .overview-container-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  grid-column-gap: 24px;
  column-gap: 24px;
  width: 100%;
}
.claim .claim__value__content .overview-section .overview-container-wrapper .overview-tooltip {
  display: flex;
  justify-content: flex-end;
  height: 24px;
}
.claim .claim__list-title {
  margin-bottom: 16px;
  color: #2A2E34;
  font-size: 1.8rem;
  font-weight: 500;
}
.claim .claim__list {
  display: flex;
  flex-direction: column;
}
.claim .claim__list-table .table-wrapper .table .thead .thead-tr .headerCell:nth-child(1) {
  width: 30%;
}
.claim .claim__list-table .table-wrapper .table .thead .thead-tr .headerCell:nth-child(2) {
  width: 15%;
}
.claim .claim__list-table .table-wrapper .table .thead .thead-tr .headerCell:nth-child(3) {
  width: 15%;
}
.claim .claim__list-table .table-wrapper .table .thead .thead-tr .headerCell:nth-child(4) {
  width: 15%;
}
.claim .claim__list-table .table-wrapper .table .thead .thead-tr .headerCell:nth-child(5) {
  width: 15%;
}
.claim .claim__list-table .table-wrapper .table .tbody {
  background-color: #FFFFFF;
}
.claim .claim__list-table .table-wrapper .table .td-cell .product-cell {
  display: flex;
  align-items: center;
  gap: 16px;
  text-align: left;
  white-space: pre-line;
}
.claim .claim__list-table .table-wrapper .table .td-cell .product-cell > img {
  border-radius: 5px;
}
.claim .claim__list-table .table-wrapper .table .td-cell .product-cell > span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.claim .claim__list-table .table-wrapper .table .td-cell.actions-cell {
  overflow: visible;
}
.claim .claim__list-table .table-wrapper .table .td-cell.actions-cell .action-button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  font-size: 1.2rem;
}
.claim .claim__list-table .table-wrapper .table .td-cell:first-child {
  padding-left: 48px;
}
.claim .claim__list-table .table-wrapper .table .td-cell:last-child {
  padding-right: 48px;
}
.claim__claimed-details {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}
.claim__claimed-details-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.claim__claimed-details-title {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #2A2E34;
  font-size: 1.8rem;
  font-weight: 500;
}
.claim__claimed-details-title .add-more {
  background-color: transparent;
}
.claim__claimed-details .claim__stats {
  display: flex;
  gap: 24px;
  font-size: 1.2rem;
  font-weight: 400;
  color: #6A727C;
}
.claim__claimed-details .claim__stats .claim__stat {
  display: flex;
  align-items: center;
  gap: 8px;
}
.claim__claimed-details .claim__stats .claim__stat-number {
  color: #486BFF;
}
.claim__claimed-details-table .table-wrapper .table .tbody .td-cell {
  padding: 23px 16px;
}

@media screen and (max-width: 1024px) {
  .claim .claim__list-title, .claim .claim__claimed-details-title {
    font-size: 1.6rem;
  }
  .claim .claim__list-table, .claim .claim__claimed-details-table {
    overflow-x: auto;
  }
  .claim .claim__list-table .table-wrapper, .claim .claim__claimed-details-table .table-wrapper {
    min-width: 1100px;
  }
}
@media screen and (max-width: 768px) {
  .claim .claim__claimed-details-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .claim .claim__claimed-details .claim__stats {
    gap: 16px;
  }
}
.p2p {
  display: flex;
  flex-direction: column;
  margin: 160px auto 100px;
  padding: 16px;
  max-width: 1132px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p2p {
    margin-top: 64px;
    padding: 0 24px;
    max-width: unset;
  }
}
@media screen and (max-width: 768px) {
  .p2p {
    margin-top: unset;
    padding: 60px 16px 60px;
  }
}
.p2p__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
}
.p2p__header .title {
  font-size: 3.2rem;
  font-weight: 500;
  color: #18191C;
  text-align: left;
  letter-spacing: -1.5px;
}
.p2p__header .path {
  font-size: 1.2rem;
  font-weight: 400;
  color: #6A727C;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .p2p__header {
    margin: 40px 0;
  }
  .p2p__header .title {
    font-size: 2.4rem;
  }
  .p2p__header .path {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p2p__header {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
    margin: 24px 0;
  }
  .p2p__header .title {
    letter-spacing: -1px;
  }
}
.p2p .p2p__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p2p .p2p__list-title {
  font-size: 1.4rem;
  font-weight: 600;
}
.p2p .p2p__list-table .table-wrapper .table .thead .thead-tr .headerCell:nth-child(1) {
  width: 32%;
}
.p2p .p2p__list-table .table-wrapper .table .thead .thead-tr .headerCell:nth-child(2) {
  width: 12%;
}
.p2p .p2p__list-table .table-wrapper .table .thead .thead-tr .headerCell:nth-child(3) {
  width: 12%;
}
.p2p .p2p__list-table .table-wrapper .table .thead .thead-tr .headerCell:nth-child(4) {
  width: 19%;
}
.p2p .p2p__list-table .table-wrapper .table .thead .thead-tr .headerCell:nth-child(5) {
  width: 14%;
}
.p2p .p2p__list-table .table-wrapper .table .thead .thead-tr .headerCell:nth-child(6) {
  width: 11%;
}
.p2p .p2p__list-table .table-wrapper .table .tbody .tr-cell:first-child .td-cell {
  padding-top: 16px;
}
.p2p .p2p__list-table .table-wrapper .table .td-cell .product-cell {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: pre-line;
  text-align: left;
}
.p2p .p2p__list-table .table-wrapper .table .td-cell .product-cell > img {
  border-radius: 10px;
}
.p2p .p2p__list-table .table-wrapper .table .td-cell .product-cell > span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.p2p .p2p__list-table .table-wrapper .table .td-cell.actions-cell .action-button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  font-size: 1.2rem;
}
.p2p .p2p__list-table .table-wrapper .table .td-cell.actions-cell .action-button.action-timer {
  width: 100%;
  height: 100%;
  padding: 12px 16px;
  border-radius: 40px;
  background-color: #999FA5;
  color: #6A727C;
}
.p2p .p2p__list-table .table-wrapper .table .td-cell:first-child {
  padding-left: 48px;
}
.p2p .p2p__list-table .table-wrapper .table .td-cell:last-child {
  padding-right: 48px;
}
.p2p__p2ped-details {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
.p2p__p2ped-details-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.p2p__p2ped-details-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.4rem;
  font-weight: 600;
  color: #242424;
}
.p2p__p2ped-details .p2p__stats {
  display: flex;
  gap: 24px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #505050;
}
.p2p__p2ped-details .p2p__stats .p2p__stat {
  display: flex;
  align-items: center;
  gap: 8px;
}
.p2p__p2ped-details .p2p__stats .p2p__stat-number {
  color: #486BFF;
  font-weight: 600;
}
.p2p__p2ped-details-table {
  padding: 24px;
  border-radius: 8px;
  background-color: #f1f1f1;
}
.p2p__p2ped-details-table .table-wrapper {
  margin-bottom: 24px;
}
.p2p__p2ped-details-table .table-wrapper .table .tbody {
  background-color: #FFFFFF;
}
.p2p__p2ped-details-table .table-wrapper .table .tbody .td-cell {
  max-width: 150px;
}

@media screen and (max-width: 1024px) {
  .p2p .p2p__list-table {
    overflow-x: auto;
  }
  .p2p .p2p__list-table .table-wrapper {
    min-width: 1100px;
  }
}
.p2p .tablet-card-btn .action-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #000000;
  padding: 9px 32px;
  border-radius: 999px;
  color: #FFFFFF;
}
.p2p .tablet-card-btn .action-button:disabled {
  border: 1px solid #C8C8C8;
  background-color: #C8C8C8;
  color: #505050;
  cursor: default;
}

@keyframes fadeInOpacity {
  from {
    opacity: 0.3;
  }
  to {
    opacity: 1;
  }
}
.mainpage {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 300px;
  margin: 0 auto;
  padding: 0;
  overflow-x: hidden;
}
.mainpage .strong {
  color: #242424;
}
.mainpage .strong--white {
  font-size: 3rem;
  font-weight: 900;
  color: #FFFFFF;
}
.mainpage-container {
  width: 100%;
  padding: 0;
}
.mainpage__category {
  position: relative;
  z-index: 1;
  text-align: right;
  font-size: 1.4rem;
  font-weight: 600;
  color: #242424;
  width: 100%;
}
.mainpage__category-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-color: transparent;
  width: 100%;
  color: #242424;
  font-weight: 600;
  font-size: 1.4rem;
}
.mainpage__category-btn:hover {
  color: #486BFF;
}
.mainpage-intro {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1132px;
  padding: 0 16px;
  margin: 80px 0 132px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .mainpage-intro {
    max-width: 1024px;
    padding: 0 24px;
  }
}
@media screen and (max-width: 768px) {
  .mainpage-intro {
    max-width: 1024px;
    padding: 0 16px;
  }
}
.mainpage-intro__inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.mainpage-intro__text {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.mainpage-intro__title {
  opacity: 0;
  font-size: 10rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -7px;
  color: #231F20;
  margin-bottom: 32px;
}
.mainpage-intro__details {
  opacity: 0;
  display: flex;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 32px;
}
.mainpage-intro__details__left {
  width: 40%;
}
.mainpage-intro__details__right {
  width: 40%;
}
.mainpage-intro__details p {
  color: #2A2E34;
  font-size: 2rem;
  line-height: 1.5;
  white-space: pre-line;
}
.mainpage-intro__buttons {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  margin-top: 24px;
}
.mainpage-intro__buttons .mainpage-intro__btn--join, .mainpage-intro__buttons .mainpage-intro__btn--future {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.4rem;
  padding: 12px 24px;
  border-radius: 40px;
  border: none;
}
.mainpage-intro__buttons .mainpage-intro__btn--join {
  background: #231F20;
  color: #FEFEFE;
}
.mainpage-intro__buttons .mainpage-intro__btn--join:hover {
  background-color: #325AFF;
}
.mainpage-intro__buttons .mainpage-intro__btn--join .action-button__icon {
  background-color: transparent !important;
  fill: #486BFF;
}
.mainpage-intro__buttons .mainpage-intro__btn--join:not(:hover) .action-button__icon {
  transition: none;
}
.mainpage-intro__buttons .mainpage-intro__btn--join:hover {
  background-color: #325AFF;
}
.mainpage-intro__buttons .mainpage-intro__btn--join:hover .action-button__icon {
  background-color: transparent !important;
  fill: #ffffff;
  transition: none !important;
}
.mainpage-intro__buttons .mainpage-intro__btn--future {
  background: #FEFEFE;
  color: #231F20;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
}
.mainpage-intro__buttons .mainpage-intro__btn--future:not(:hover) .action-button__icon {
  transition: none;
}
.mainpage-intro__buttons .mainpage-intro__btn--future:hover {
  background-color: #E6ECFF;
}
.mainpage-intro__buttons .mainpage-intro__btn--future:hover .action-button__icon {
  background-color: transparent !important;
  fill: #325AFF;
  transition: none !important;
}
.mainpage-intro__imageWrapper {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.mainpage-intro__image {
  object-fit: cover;
  width: 100%;
  height: auto;
}
.mainpage-intro .mainpage-video-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.mainpage-intro .mainpage-video-wrapper .mainpage-video-content {
  opacity: 0;
  visibility: hidden;
  display: block;
  width: 100%;
  max-height: 260px;
  border-radius: 20px;
  object-fit: cover;
}
.mainpage-intro .mainpage-video-wrapper .mainpage-video-text {
  opacity: 0.3;
  font-size: 10rem;
  font-weight: 500;
  line-height: 1;
  color: #FFFFFF;
  position: absolute;
  bottom: 0;
  padding: 30px;
  white-space: pre-line;
  letter-spacing: -7px;
}
.mainpage-intro .mainpage-video-wrapper::after {
  content: "";
  pointer-events: none;
}
.mainpage .mainpage-partners {
  opacity: 0;
  visibility: hidden;
  position: relative;
  left: 0;
  display: flex;
  background-color: transparent;
  width: 99vw;
  height: 100px;
  overflow: hidden;
}
.mainpage .mainpage-partners .swiper-wrapper {
  display: flex;
  align-items: center;
  transition-timing-function: linear;
}
.mainpage .mainpage-partners .band-logo-wrap {
  display: flex;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.mainpage .mainpage-partners .band-logo-wrap .brand-logo {
  object-position: center;
  image-rendering: -webkit-optimize-contrast; /* Safari */
  image-rendering: -o-crisp-edges; /* Opera */
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: crisp-edges; /* 표준 */
  -ms-interpolation-mode: nearest-neighbor; /* IE (비표준) */
}
.mainpage .mainpage-partners .swiper-slide {
  flex-shrink: 0;
  width: auto;
}
.mainpage .mainpage-what {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1132px;
  padding: 0 16px;
  position: relative;
  margin: 132px 0 100px;
}
@media screen and (max-width: 1024px) {
  .mainpage .mainpage-what {
    max-width: 1024px;
    padding: 0 24px;
  }
}
@media screen and (max-width: 768px) {
  .mainpage .mainpage-what {
    max-width: 1024px;
    padding: 0 16px;
  }
}
.mainpage .mainpage-what__title {
  opacity: 0;
  margin-bottom: 36px;
  font-size: 4.8rem;
  font-weight: 500;
  color: #231F20;
}
.mainpage .mainpage-what__content {
  opacity: 0;
  margin-bottom: 60px;
  font-size: 1.4rem;
  color: #6A727C;
  line-height: 1.5;
}
.mainpage .mainpage-what__wrapper {
  opacity: 0;
  visibility: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}
.mainpage .mainpage-what__wrapper .rwa-what-arrow {
  position: absolute;
  top: 60px;
  left: -460px;
}
.mainpage .mainpage-what__wrapper .rwa-what-arrow2 {
  position: absolute;
  top: 80px;
  left: -460px;
}
.mainpage .mainpage-what__wrapper .rwa-what-arrow3 {
  position: absolute;
  top: 120px;
  left: 45px;
}
.mainpage .mainpage-what__wrapper .rwa-what-arrow4 {
  position: absolute;
  top: 70px;
  right: -410px;
}
.mainpage .mainpage-what__wrapper .rwa-what-img {
  margin: 0 0 100px;
}
.mainpage .mainpage-what__benefits {
  margin: 100px 0 0;
}
.mainpage .mainpage-what__benefits .benefits__title {
  opacity: 0;
  margin: 0 0 40px;
  font-size: 4.8rem;
  font-weight: 500;
  color: #231F20;
}
.mainpage .mainpage-what__benefits .benefits__row1 {
  display: grid;
  grid-template-columns: 1.414fr 1fr;
  grid-gap: 20px;
  gap: 20px;
  margin: 0 0 20px;
  width: 100%;
}
.mainpage .mainpage-what__benefits .benefits__row2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  gap: 20px;
  width: 100%;
  margin: 0;
}
.mainpage .mainpage-what__benefits .benefit-card {
  background-color: #f9f9f9;
  border-radius: 20px;
  padding: 60px 48px;
  position: relative;
  overflow: hidden;
}
.mainpage .mainpage-what__benefits .benefit-card .benefit-heading {
  width: 55%;
  color: #2A2E34;
  font-size: 3.2rem;
  font-weight: 500;
  margin-bottom: 24px;
}
.mainpage .mainpage-what__benefits .benefit-card .benefit-description {
  width: 60%;
  color: #6A727C;
  font-size: 1.4rem;
  line-height: 1.5;
}
.mainpage .mainpage-what__benefits .benefit-card.transparency {
  aspect-ratio: 633/480;
}
.mainpage .mainpage-what__benefits .benefit-card.transparency .benefit-heading {
  color: #486BFF;
}
.mainpage .mainpage-what__benefits .benefit-card.transparency .benefit-description {
  color: #486BFF;
}
.mainpage .mainpage-what__benefits .benefit-card.accessibility {
  aspect-ratio: 447/480;
}
.mainpage .mainpage-what__benefits .benefit-card.web3 {
  aspect-ratio: 540/320;
}
.mainpage .mainpage-what__benefits .benefit-card.flexibility {
  aspect-ratio: 540/320;
}
.mainpage .mainpage-works {
  display: flex;
  width: 100%;
  padding: 140px 0;
  background: url("/images/app/main/works-bg.png") no-repeat center center/cover;
}
.mainpage .mainpage-works__container {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1132px;
  padding: 0 16px;
}
@media screen and (max-width: 1024px) {
  .mainpage .mainpage-works__container {
    max-width: 1024px;
    padding: 0 24px;
  }
}
@media screen and (max-width: 768px) {
  .mainpage .mainpage-works__container {
    max-width: 1024px;
    padding: 0 16px;
  }
}
.mainpage .mainpage-works__title {
  opacity: 0;
  margin-bottom: 36px;
  font-size: 4.8rem;
  font-weight: 500;
  color: #231F20;
}
.mainpage .mainpage-works__subtitle {
  opacity: 0;
  width: 45%;
  margin-bottom: 40px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  color: #444A52;
}
.mainpage .mainpage-works__img {
  opacity: 0;
  visibility: hidden;
}
.mainpage .mainpage-deposits {
  padding: 140px 0;
  height: 1300px;
  background-color: #F7F7F7;
}
.mainpage .mainpage-deposits__container {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1132px;
  padding: 0 16px;
}
@media screen and (max-width: 1024px) {
  .mainpage .mainpage-deposits__container {
    max-width: 1024px;
    padding: 0 24px;
  }
}
@media screen and (max-width: 768px) {
  .mainpage .mainpage-deposits__container {
    max-width: 1024px;
    padding: 0 16px;
  }
}
.mainpage .mainpage-deposits__container .deposits__title {
  opacity: 0;
  max-width: 70%;
  font-size: 4.8rem;
  font-weight: 500;
  color: #231F20;
  margin-bottom: 60px;
  letter-spacing: -0.05em;
  white-space: pre-line;
}
.mainpage .mainpage-stable {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1132px;
  padding: 0 16px;
  padding: 140px 16px;
}
@media screen and (max-width: 1024px) {
  .mainpage .mainpage-stable {
    max-width: 1024px;
    padding: 0 24px;
  }
}
@media screen and (max-width: 768px) {
  .mainpage .mainpage-stable {
    max-width: 1024px;
    padding: 0 16px;
  }
}
.mainpage .mainpage-stable .stable__title {
  opacity: 0;
  margin-bottom: 65px;
  font-weight: 500;
  font-size: 4.8rem;
  color: #231F20;
  line-height: 1.3;
  white-space: pre-line;
}
.mainpage .mainpage-stable .stable__total-stake {
  opacity: 0;
  visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 60px;
  border-radius: 20px;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
}
.mainpage .mainpage-stable .stable__total-stake.total-stake-fade-in {
  animation: slideUpFadeIn 0.2s forwards;
}
.mainpage .mainpage-stable .stable__total-stake .total-stake__wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}
.mainpage .mainpage-stable .stable__total-stake .total-stake-title {
  visibility: hidden;
  margin-right: 16px;
  color: #231F20;
  font-size: 2.4rem;
  font-weight: 500;
}
.mainpage .mainpage-stable .stable__total-stake .stable-nova-icon {
  visibility: hidden;
  margin-right: 8px;
}
.mainpage .mainpage-stable .stable__total-stake .total-stake__value {
  visibility: hidden;
  color: #231F20;
  font-family: "Poppins", sans-serif, monospace;
  font-size: 4.8rem;
  font-weight: 500;
  display: inline-block;
  text-align: right;
}
.mainpage .mainpage-stable .stable__total-stake .total-stake__nova {
  visibility: hidden;
  position: relative;
  right: 0;
  color: #999FA5;
  font-size: 2.4rem;
  font-weight: 500;
}
.mainpage .mainpage-stable .stable__total-stake .stable-fade-in {
  animation: fadeIn 0.2s forwards;
}
.mainpage .mainpage-usecases {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1132px;
  padding: 0 16px;
  padding: 100px 16px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .mainpage .mainpage-usecases {
    max-width: 1024px;
    padding: 0 24px;
  }
}
@media screen and (max-width: 768px) {
  .mainpage .mainpage-usecases {
    max-width: 1024px;
    padding: 0 16px;
  }
}
.mainpage .mainpage-usecases-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.mainpage .mainpage-usecases-left {
  display: flex;
  flex-direction: column;
  gap: 36px;
  width: 100%;
  padding: 20px 0;
}
.mainpage .mainpage-usecases-left__title {
  opacity: 0;
  font-size: 4.8rem;
  font-weight: 500;
  color: #231F20;
  line-height: 1.2;
}
.mainpage .mainpage-usecases-left__detail {
  opacity: 0;
  font-family: Inter, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  color: #6A727C;
  line-height: 1.7;
}
.mainpage .mainpage-usecases-right {
  width: 100%;
}
.mainpage .mainpage-count {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1132px;
  padding: 0 16px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
  gap: 24px;
  align-items: center;
  padding: 100px 16px;
}
@media screen and (max-width: 1024px) {
  .mainpage .mainpage-count {
    max-width: 1024px;
    padding: 0 24px;
  }
}
@media screen and (max-width: 768px) {
  .mainpage .mainpage-count {
    max-width: 1024px;
    padding: 0 16px;
  }
}
.mainpage .mainpage-count__box {
  visibility: hidden;
  flex: 1 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: #E6ECFF;
  border-radius: 20px;
  padding: 60px 40px;
  text-align: center;
}
.mainpage .mainpage-count__box .mainpage-count__number {
  visibility: hidden;
  font-size: 6rem;
  font-weight: 500;
  line-height: 1;
  color: #486BFF;
}
.mainpage .mainpage-count__box .mainpage-count__label {
  visibility: hidden;
  font-size: 1.4rem;
  color: #486BFF;
}
.mainpage .mainpage-count__box--primary {
  background-color: #486BFF;
}
.mainpage .mainpage-count__box--primary .mainpage-count__number,
.mainpage .mainpage-count__box--primary .mainpage-count__label {
  color: #E6ECFF;
}
.mainpage .mainpage-count.visible .mainpage-count__box {
  animation: slideUpFadeIn 0.2s forwards;
}
.mainpage .mainpage-count.visible .mainpage-count__box:nth-child(1) {
  animation-delay: 0s;
}
.mainpage .mainpage-count.visible .mainpage-count__box:nth-child(2) {
  animation-delay: 0.15s;
}
.mainpage .mainpage-count.visible .mainpage-count__box:nth-child(3) {
  animation-delay: 0.3s;
}
.mainpage .mainpage-count.visible .mainpage-count__box .mainpage-count__number {
  animation: fadeIn 0.2s forwards;
}
.mainpage .mainpage-count.visible .mainpage-count__box:nth-child(1) .mainpage-count__number {
  animation-delay: 0.2s;
}
.mainpage .mainpage-count.visible .mainpage-count__box:nth-child(2) .mainpage-count__number {
  animation-delay: 0.35s;
}
.mainpage .mainpage-count.visible .mainpage-count__box:nth-child(3) .mainpage-count__number {
  animation-delay: 0.5s;
}
.mainpage .mainpage-count.visible .mainpage-count__box .mainpage-count__label {
  animation: fadeIn 0.2s forwards;
}
.mainpage .mainpage-count.visible .mainpage-count__box:nth-child(1) .mainpage-count__label {
  animation-delay: 0.4s;
}
.mainpage .mainpage-count.visible .mainpage-count__box:nth-child(2) .mainpage-count__label {
  animation-delay: 0.55s;
}
.mainpage .mainpage-count.visible .mainpage-count__box:nth-child(3) .mainpage-count__label {
  animation-delay: 0.7s;
}
.mainpage .mainpage-plan {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1132px;
  padding: 0 16px;
  margin: 100px 0;
}
@media screen and (max-width: 1024px) {
  .mainpage .mainpage-plan {
    max-width: 1024px;
    padding: 0 24px;
  }
}
@media screen and (max-width: 768px) {
  .mainpage .mainpage-plan {
    max-width: 1024px;
    padding: 0 16px;
  }
}
.mainpage .mainpage-plan__title {
  opacity: 0;
  width: 75%;
  margin-bottom: 40px;
  font-size: 4.8rem;
  font-weight: 500;
  color: #231F20;
  line-height: 1.3;
}
.mainpage .mainpage-plan-content {
  opacity: 0;
  visibility: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-radius: 40px;
  background-color: #F7F7F7;
}
.mainpage .mainpage-plan-left {
  border-radius: 20px;
  background: url("/images/app/main/plan-bg.png") no-repeat center center/cover;
  padding: 40px;
}
.mainpage .mainpage-plan-left-details {
  opacity: 0;
  font-size: 2.4rem;
  font-weight: 500;
  color: #486BFF;
  animation-delay: 1s;
}
.mainpage .mainpage-plan-right {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 40px 24px 40px 44px;
  border-radius: 20px;
  background-color: #F7F7F7;
}

@media screen and (max-width: 1024px) {
  .mainpage .mainpage__category {
    margin-bottom: 40px;
  }
  .mainpage .mainpage-intro {
    align-items: center;
    line-height: 1.45rem;
  }
  .mainpage .mainpage-intro__inner {
    gap: 0;
  }
  .mainpage .mainpage-intro .mainpage-intro__details {
    gap: 16px;
  }
  .mainpage .mainpage-intro .mainpage-intro__details__left {
    width: 50%;
    letter-spacing: -0.05em;
  }
  .mainpage .mainpage-intro .mainpage-intro__details__right {
    width: 50%;
    letter-spacing: -0.05em;
  }
  .mainpage .mainpage-intro .mainpage-intro__details p {
    font-size: 1.6rem;
  }
  .mainpage .mainpage-intro__buttons {
    gap: 12px;
  }
  .mainpage .mainpage-intro__buttons .mainpage-intro__btn--future {
    padding: 12px;
  }
  .mainpage .mainpage-intro__image {
    height: 460px;
  }
  .mainpage .mainpage-what--title {
    font-size: 2.8rem;
  }
  .mainpage .mainpage-what .rwa-what-img {
    width: 100%;
    object-fit: contain;
  }
  .mainpage .mainpage-what__benefits .benefits__row1 {
    grid-template-columns: 1.678fr 1fr;
  }
  .mainpage .mainpage-what__benefits .benefits__row2 .benefit-heading {
    font-size: 2.4rem;
    font-weight: 500;
  }
  .mainpage .mainpage-what__benefits .benefit-card {
    padding: 60px 32px;
  }
  .mainpage .mainpage-what__benefits .benefit-card.transparency {
    aspect-ratio: 480/480;
  }
  .mainpage .mainpage-what__benefits .benefit-card.accessibility {
    aspect-ratio: 286/480;
  }
  .mainpage .mainpage-what__benefits .benefit-card.accessibility .benefit-heading {
    font-size: 2.4rem;
  }
  .mainpage .mainpage-what__benefits .benefit-card.accessibility .benefit-description {
    width: 80%;
  }
  .mainpage .mainpage-what__benefits .benefit-card.web3 {
    aspect-ratio: 383/320;
  }
  .mainpage .mainpage-what__benefits .benefit-card.web3 .benefit-heading {
    width: 100%;
  }
  .mainpage .mainpage-what__benefits .benefit-card.web3 .benefit-description {
    width: 100%;
  }
  .mainpage .mainpage-what__benefits .benefit-card.flexibility {
    aspect-ratio: 383/320;
  }
  .mainpage .mainpage-what__benefits .benefit-card.flexibility .benefit-heading {
    width: 60%;
  }
  .mainpage .mainpage-what__benefits .benefit-card.flexibility .benefit-description {
    width: 80%;
  }
  .mainpage .mainpage-deposits {
    max-width: 100%;
    margin-bottom: 140px;
  }
  .mainpage .mainpage-deposits .deposits__title {
    max-width: 100%;
  }
  .mainpage .mainpage-deposits > img {
    max-width: 300px;
    height: auto;
  }
  .mainpage .mainpage-stable {
    margin-bottom: 140px;
  }
  .mainpage .mainpage-stable .stable-grid-ul {
    display: flex;
    flex-direction: column;
  }
  .mainpage .mainpage-stable .stable__total-stake .total-stake-title {
    font-size: 2rem;
  }
  .mainpage .mainpage-stable .stable__total-stake .total-stake__nova {
    font-size: 2rem;
  }
  .mainpage .mainpage-works__subtitle {
    width: 80%;
  }
  .mainpage .mainpage-works__img {
    opacity: 1;
    transform: translateX(0);
  }
  .mainpage .mainpage-works__img.works-animate {
    opacity: 1;
    transform: initial;
  }
  .mainpage .mainpage-usecases {
    margin: 100px 0;
  }
  .mainpage .mainpage-usecases-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
  }
  .mainpage .mainpage-usecases-left {
    width: 80%;
    padding: 0;
  }
  .mainpage .mainpage-count {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .mainpage .mainpage-plan__title {
    width: 100%;
  }
  .mainpage .mainpage-plan-content {
    display: flex;
    flex-direction: column-reverse;
  }
  .mainpage .mainpage-plan-left .mainpage-plan-left-details {
    font-size: 2rem;
  }
  .mainpage .mainpage-plan-right {
    padding: 40px 24px;
  }
}
@media screen and (max-width: 768px) {
  .mainpage .mainpage-container .mainpage-intro {
    margin: 8px 0 104px;
  }
  .mainpage .mainpage-container .mainpage-intro .mainpage-intro__title {
    width: 60%;
    margin-bottom: 36px;
    font-size: 6.6rem;
    letter-spacing: -5px;
  }
  .mainpage .mainpage-container .mainpage-intro .mainpage-video-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mainpage .mainpage-container .mainpage-intro .mainpage-video-text {
    letter-spacing: -3px;
    bottom: initial;
    padding-left: initial;
    padding-bottom: initial;
  }
  .mainpage .mainpage-container .mainpage-intro .mainpage-intro__details {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 36px;
  }
  .mainpage .mainpage-container .mainpage-intro .mainpage-intro__details p {
    font-size: 2rem;
  }
  .mainpage .mainpage-container .mainpage-intro .mainpage-intro__details__left {
    width: 100%;
  }
  .mainpage .mainpage-container .mainpage-intro .mainpage-intro__details__right {
    width: 100%;
  }
  .mainpage .mainpage-container .mainpage-intro .mainpage-intro__details__right .mainpage-intro__buttons {
    flex-direction: column;
    gap: 8px;
    margin-top: 36px;
  }
  .mainpage .mainpage-container .mainpage-intro .mainpage-intro__details__right .mainpage-intro__buttons .mainpage-intro__btn--join {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.6rem;
  }
  .mainpage .mainpage-container .mainpage-intro .mainpage-intro__details__right .mainpage-intro__buttons .mainpage-intro__btn--future {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.6rem;
  }
  .mainpage .mainpage-container .mainpage-intro .mainpage-video-text {
    font-size: 4.8rem;
  }
  .mainpage .mainpage-container .mainpage-partners.second {
    margin-top: 32px;
  }
  .mainpage .mainpage-container .mainpage-what {
    margin: 132px 0 60px;
  }
  .mainpage .mainpage-container .mainpage-what .mainpage-what__title {
    font-size: 3rem;
  }
  .mainpage .mainpage-container .mainpage-what .mainpage-what__content {
    margin-bottom: 50px;
  }
  .mainpage .mainpage-container .mainpage-what .rwa-what-img {
    display: block;
    width: 100%;
    max-width: 703px;
    height: auto;
    margin-bottom: 120px;
  }
  .mainpage .mainpage-container .mainpage-what .mainpage-what__benefits {
    margin: 0;
  }
  .mainpage .mainpage-container .mainpage-what .mainpage-what__benefits .benefits__title {
    margin-bottom: 36px;
    font-size: 3rem;
  }
  .mainpage .mainpage-container .mainpage-what .mainpage-what__benefits .benefits__row1 {
    display: flex;
    flex-direction: column;
  }
  .mainpage .mainpage-container .mainpage-what .mainpage-what__benefits .benefits__row2 {
    display: flex;
    flex-direction: column;
  }
  .mainpage .mainpage-container .mainpage-what .mainpage-what__benefits .benefit-card {
    padding: 48px 32px;
  }
  .mainpage .mainpage-container .mainpage-what .mainpage-what__benefits .benefit-card .benefit-heading {
    width: 90%;
    font-size: 2.4rem;
  }
  .mainpage .mainpage-container .mainpage-what .mainpage-what__benefits .benefit-card .benefit-description {
    width: 90%;
    font-size: 1.4rem;
  }
  .mainpage .mainpage-container .mainpage-what .mainpage-what__benefits .benefit-card.transparency {
    aspect-ratio: 343/280;
  }
  .mainpage .mainpage-container .mainpage-what .mainpage-what__benefits .benefit-card.accessibility {
    aspect-ratio: unset;
  }
  .mainpage .mainpage-container .mainpage-what .mainpage-what__benefits .benefit-card.accessibility .benefit-heading {
    font-size: 2rem;
  }
  .mainpage .mainpage-container .mainpage-what .mainpage-what__benefits .benefit-card.web3 {
    aspect-ratio: unset;
  }
  .mainpage .mainpage-container .mainpage-what .mainpage-what__benefits .benefit-card.web3 .benefit-heading {
    font-size: 2rem;
  }
  .mainpage .mainpage-container .mainpage-what .mainpage-what__benefits .benefit-card.flexibility {
    aspect-ratio: unset;
  }
  .mainpage .mainpage-container .mainpage-what .mainpage-what__benefits .benefit-card.flexibility .benefit-heading {
    font-size: 2rem;
  }
  .mainpage .mainpage-container .mainpage-works {
    padding: 60px 0;
  }
  .mainpage .mainpage-container .mainpage-works .mainpage-works__container .mainpage-works__title {
    font-size: 3rem;
  }
  .mainpage .mainpage-container .mainpage-works .mainpage-works__container .mainpage-works__subtitle {
    margin-bottom: 36px;
  }
  .mainpage .mainpage-container .mainpage-deposits {
    height: 1100px;
    padding: 60px 0;
    margin-bottom: 60px;
    background-color: #F7F7F7;
  }
  .mainpage .mainpage-container .mainpage-deposits .deposits__title {
    font-size: 3.08rem;
  }
  .mainpage .mainpage-container .mainpage-stable {
    margin-bottom: 120px;
  }
  .mainpage .mainpage-container .mainpage-stable .stable__title {
    font-size: 3rem;
  }
  .mainpage .mainpage-container .mainpage-stable .stable-grid-ul {
    gap: 16px;
  }
  .mainpage .mainpage-container .mainpage-stable .stable-grid-ul .stable-grid-li {
    padding: 48px 32px;
  }
  .mainpage .mainpage-container .mainpage-stable .stable-grid-ul .stable-grid-li .stable-grid-li__group {
    gap: 16px;
  }
  .mainpage .mainpage-container .mainpage-stable .stable-grid-ul .stable-grid-li .stable-grid-li__group .stable-grid-li__title {
    font-size: 2rem;
  }
  .mainpage .mainpage-container .mainpage-stable .stable__total-stake {
    flex-direction: column;
    margin-top: 16px;
    padding: 48px 32px;
  }
  .mainpage .mainpage-container .mainpage-stable .stable__total-stake .total-stake-title {
    margin-right: 0;
    margin-bottom: 16px;
  }
  .mainpage .mainpage-container .mainpage-stable .stable__total-stake .stable-nova-icon {
    margin-right: 0;
    margin-bottom: 16px;
  }
  .mainpage .mainpage-container .mainpage-stable .stable__total-stake .total-stake__value {
    font-size: 3rem;
  }
  .mainpage .mainpage-container .mainpage-usecases {
    margin: 60px 0;
  }
  .mainpage .mainpage-container .mainpage-usecases .mainpage-usecases-top {
    gap: 24px;
  }
  .mainpage .mainpage-container .mainpage-usecases .mainpage-usecases-left {
    width: 100%;
  }
  .mainpage .mainpage-container .mainpage-usecases .mainpage-usecases-left .mainpage-usecases-left__title {
    font-size: 3rem;
  }
  .mainpage .mainpage-container .mainpage-usecases .mainpage-usecases-left .mainpage-usecases-left__detail {
    font-size: 1.6rem;
  }
  .mainpage .mainpage-container .mainpage-count {
    display: flex;
    flex-direction: column;
    padding: 60px 16px;
    gap: 16px;
  }
  .mainpage .mainpage-container .mainpage-count .mainpage-count__box {
    width: 100%;
  }
  .mainpage .mainpage-container .mainpage-count .mainpage-count__box .mainpage-count__number {
    font-size: 4rem;
  }
  .mainpage .mainpage-container .mainpage-count .mainpage-count__box .mainpage-count__label {
    font-size: 1.6rem;
  }
  .mainpage .mainpage-container .mainpage-plan {
    margin: 60px 0;
  }
  .mainpage .mainpage-container .mainpage-plan .mainpage-plan__title {
    font-size: 3rem;
  }
  .mainpage .mainpage-container .mainpage-plan .mainpage-plan-content {
    flex-direction: column;
  }
  .mainpage .mainpage-container .mainpage-plan .mainpage-plan-content .mainpage-plan-left {
    min-height: 200px;
    padding: 32px;
    background: url("/images/app/main/plan-bg-mb.png") no-repeat center center/cover;
  }
  .mainpage .mainpage-container .mainpage-plan .mainpage-plan-content .mainpage-plan-left .mainpage-plan-left-details {
    font-size: 1.6rem;
    line-height: 1.3;
  }
  .mainpage .mainpage-container .mainpage-plan .mainpage-plan-content .mainpage-plan-right .plan-form-field__group .plan-form-field {
    width: 46%;
  }
}
@media screen and (max-width: 490px) {
  .mainpage .mainpage-container .mainpage-intro .mainpage-intro__title {
    width: 100%;
  }
}
.usecase-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  gap: 20px;
  margin-top: 40px;
  list-style: none;
}

.usecase-card {
  visibility: hidden;
  background: #F7F7F7;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.usecase-card .usecase-card__img {
  position: relative;
  width: 100%;
  height: 160px;
  overflow: hidden;
}
.usecase-card .usecase-card__img img {
  transition: transform 3s ease;
  transform-origin: center center;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.usecase-card:hover .usecase-card__img img {
  transform: rotate(-3deg) scale(1.5);
}
.usecase-card .usecase-card__body {
  padding: 60px 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1 1;
}
.usecase-card .usecase-card-title {
  visibility: hidden;
  font-size: 2.4rem;
  font-weight: 500;
  color: #2A2E34;
  white-space: pre-line;
}
.usecase-card .usecase-card-detail {
  visibility: hidden;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #6A727C;
  white-space: pre-line;
}
.usecase-card.slide-up-fade-in:nth-child(1) .usecase-card-title {
  animation-delay: 0.2s;
}
.usecase-card.slide-up-fade-in:nth-child(1) .usecase-card-detail {
  animation-delay: 0.4s;
}
.usecase-card.slide-up-fade-in:nth-child(2) .usecase-card-title {
  animation-delay: 0.35s;
}
.usecase-card.slide-up-fade-in:nth-child(2) .usecase-card-detail {
  animation-delay: 0.55s;
}
.usecase-card.slide-up-fade-in:nth-child(3) .usecase-card-title {
  animation-delay: 0.5s;
}
.usecase-card.slide-up-fade-in:nth-child(3) .usecase-card-detail {
  animation-delay: 0.7s;
}
.usecase-card.slide-up-fade-in:nth-child(4) .usecase-card-title {
  animation-delay: 0.65s;
}
.usecase-card.slide-up-fade-in:nth-child(4) .usecase-card-detail {
  animation-delay: 0.85s;
}
.usecase-card.slide-up-fade-in .usecase-card-title,
.usecase-card.slide-up-fade-in .usecase-card-detail {
  animation: fadeIn 0.2s forwards;
}

@media screen and (max-width: 1024px) {
  .usecase-grid .usecase-card__body {
    padding: 48px 40px;
  }
}
@media screen and (max-width: 768px) {
  .usecase-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 36px;
  }
  .usecase-grid .usecase-card .usecase-card__body {
    padding: 48px 32px;
  }
  .usecase-grid .usecase-card .usecase-card__body .usecase-card__title {
    font-size: 2rem;
  }
}
.stable-grid-ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  gap: 20px;
}
.stable-grid-ul .stable-grid-li {
  opacity: 0;
  transform: translateY(20px);
  padding: 60px 40px;
  border-radius: 20px;
  background-color: #F7F7F7;
}
.stable-grid-ul .stable-grid-li .stable-grid-li__group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.stable-grid-ul .stable-grid-li .stable-grid-li__group .stable-grid-li__img {
  visibility: hidden;
  margin-bottom: 20px;
}
.stable-grid-ul .stable-grid-li .stable-grid-li__group .stable-grid-li-title {
  visibility: hidden;
  margin-bottom: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  color: #2A2E34;
}
.stable-grid-ul .stable-grid-li .stable-grid-li-detail {
  visibility: hidden;
  font-size: 1.4rem;
  color: #6A727C;
  line-height: 1.5;
}
.stable-grid-ul .stable-grid-li.slide-up-fade-in:nth-child(1) .stable-grid-li__group .stable-grid-li__img {
  animation-delay: 0.2s;
}
.stable-grid-ul .stable-grid-li.slide-up-fade-in:nth-child(1) .stable-grid-li__group .stable-grid-li-title {
  animation-delay: 0.2s;
}
.stable-grid-ul .stable-grid-li.slide-up-fade-in:nth-child(1) .stable-grid-li-detail {
  animation-delay: 0.4s;
}
.stable-grid-ul .stable-grid-li.slide-up-fade-in:nth-child(2) .stable-grid-li__group .stable-grid-li__img {
  animation-delay: 0.35s;
}
.stable-grid-ul .stable-grid-li.slide-up-fade-in:nth-child(2) .stable-grid-li__group .stable-grid-li-title {
  animation-delay: 0.35s;
}
.stable-grid-ul .stable-grid-li.slide-up-fade-in:nth-child(2) .stable-grid-li-detail {
  animation-delay: 0.55s;
}
.stable-grid-ul .stable-grid-li.slide-up-fade-in:nth-child(3) .stable-grid-li__group .stable-grid-li__img {
  animation-delay: 0.5s;
}
.stable-grid-ul .stable-grid-li.slide-up-fade-in:nth-child(3) .stable-grid-li__group .stable-grid-li-title {
  animation-delay: 0.5s;
}
.stable-grid-ul .stable-grid-li.slide-up-fade-in:nth-child(3) .stable-grid-li-detail {
  animation-delay: 0.7s;
}
.stable-grid-ul .stable-grid-li.slide-up-fade-in .stable-grid-li__img,
.stable-grid-ul .stable-grid-li.slide-up-fade-in .stable-grid-li-title,
.stable-grid-ul .stable-grid-li.slide-up-fade-in .stable-grid-li-detail {
  animation: fadeIn 0.2s forwards;
}

@media screen and (max-width: 1024px) {
  .stable-grid-ul .stable-grid-li .stable-grid-li__group {
    gap: 20px;
  }
  .stable-grid-ul .stable-grid-li .stable-grid-li__group .stable-grid-li__img {
    margin-bottom: 0;
  }
  .stable-grid-ul .stable-grid-li .stable-grid-li__detail {
    width: 85%;
  }
}
.plan-form {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.plan-form-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}
.plan-form-field__group {
  display: flex;
  width: 100%;
  gap: 20px;
}
.plan-form-field-title {
  font-size: 1.4rem;
  font-weight: 500;
  color: #000000;
}
.plan-form-field-title::after {
  content: "*";
  font-size: 1.4rem;
  font-weight: 500;
  color: #EB4A4A;
}
.plan-form-field > input, .plan-form-field textarea {
  padding: 12px 0;
  color: #2A2E34;
  font-size: 1.4rem;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #999FA5;
  background: transparent;
  visibility: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
.plan-form-field > input::placeholder, .plan-form-field textarea::placeholder {
  color: #999FA5;
}
.plan-form-field > input:focus, .plan-form-field textarea:focus {
  outline: none;
}
.plan-form-field > input.plan-input-slide-up-fade-in, .plan-form-field textarea.plan-input-slide-up-fade-in {
  animation: slideUpFadeIn 0.4s forwards;
}
.plan-form .plan-form-field > textarea {
  resize: none;
  line-height: 1.8;
}
.plan-form .plan-form-field-group {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  position: relative;
  z-index: 1;
}
.plan-form .plan-form-field-group .plan-form-recaptcha-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}
.plan-form .plan-form-field-group .plan-form-recaptcha-overlay iframe {
  display: block;
}
.plan-form .plan-form-field-group .plan-form-field-group-recaptcha {
  display: flex;
  width: 50%;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.plan-form .plan-form-field-group .plan-form-field-group-recaptcha .plan-form-field-group-recaptcha__btn {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background: #1668E5;
}
.plan-form .plan-form-field-group .plan-form-field-group-recaptcha .plan-form-field-group-recaptcha-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  padding-left: 16px;
  gap: 4px;
  height: 100%;
}
.plan-form .plan-form-field-group .plan-form-field-group-recaptcha .plan-form-field-group-recaptcha-content .plan-form-field-group-recaptcha-content__title {
  color: #FFFFFF;
  font-size: 1.2rem;
  font-weight: 500;
}
.plan-form .plan-form-field-group .plan-form-field-group-recaptcha .plan-form-field-group-recaptcha-content .plan-form-field-group-recaptcha-content__detail {
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 500;
}
.plan-form .plan-form-field-group .plan-form-field-group-recaptcha .plan-form-field-group-recaptcha-content__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  width: 63px;
  height: 63px;
}
.plan-form .plan-form-field-group .plan-form-btn__submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 40px;
  background-color: #231F20;
  color: #F7F7F7;
  font-size: 1.4rem;
  width: 100%;
  max-width: 130px;
}
.plan-form .plan-form-field-group .plan-form-btn__submit:disabled {
  background-color: #C8C8C8;
  color: #ffffff;
}
.plan-form .plan-form-field-group .plan-form-btn__submit:disabled .action-button__icon {
  fill: #6A727C;
}
.plan-form .plan-form-field-group .plan-form-btn__submit:not(:disabled):hover {
  background-color: #C8C8C8;
}
.plan-form .plan-form-field-group .plan-form-btn__submit:not(:disabled):hover .action-button__icon {
  fill: #999FA5;
}
.plan-form .toast-submit-message {
  display: table;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
  color: #fff;
  padding: 10px 16px;
  border-radius: 4px;
  font-size: 1.4rem;
  text-align: center;
  animation: fadeInOutSubmit 3.5s;
  z-index: 300;
}

.benefits-rows {
  display: flex;
  flex-direction: column;
  height: 800px;
  gap: 2rem;
}

.benefits-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  flex: 1 1;
  transition: grid-template-columns 0.4s ease, flex 0.4s ease;
  grid-gap: 2rem;
  gap: 2rem;
}
.benefits-row.hover-0 {
  grid-template-columns: 1.15fr 0.85fr;
}
.benefits-row.hover-1 {
  grid-template-columns: 0.85fr 1.15fr;
}
.benefits-row.hover-2 {
  grid-template-columns: 1.15fr 0.85fr;
}
.benefits-row.hover-3 {
  grid-template-columns: 0.85fr 1.15fr;
}
.benefits-row.collapsed {
  flex: 0.7 1;
}

.benefits-card {
  opacity: 0;
  visibility: hidden;
  background-color: #f9f9f9;
  padding: 6rem 0 0 5rem;
  position: relative;
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-start;
  border-radius: 1rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: left;
}
.benefits-card .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  z-index: 0;
  transition: transform 0.5s ease-in-out, filter 0.3s ease;
}
.benefits-card .benefits-card-title {
  opacity: 0;
  visibility: hidden;
  position: relative;
  z-index: 1;
  margin-bottom: 2.5rem;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  white-space: pre-line;
  transition: font-size 0.3s ease, color 0.3s ease;
}
.benefits-card .benefits-card-detail {
  opacity: 0;
  visibility: hidden;
  position: relative;
  z-index: 1;
  font-weight: 400;
  line-height: 22px;
  font-size: 14px;
  white-space: pre-line;
}
.benefits-card.slide-up-fade-in:nth-child(1) .benefits-card-title {
  animation-delay: 0.2s;
}
.benefits-card.slide-up-fade-in:nth-child(1) .benefits-card-detail {
  animation-delay: 0.4s;
}
.benefits-card.slide-up-fade-in:nth-child(2) .benefits-card-title {
  animation-delay: 0.35s;
}
.benefits-card.slide-up-fade-in:nth-child(2) .benefits-card-detail {
  animation-delay: 0.55s;
}
.benefits-card.slide-up-fade-in:nth-child(3) .benefits-card-title {
  animation-delay: 0.5s;
}
.benefits-card.slide-up-fade-in:nth-child(3) .benefits-card-detail {
  animation-delay: 0.7s;
}
.benefits-card.slide-up-fade-in:nth-child(4) .benefits-card-title {
  animation-delay: 0.65s;
}
.benefits-card.slide-up-fade-in:nth-child(4) .benefits-card-detail {
  animation-delay: 0.85s;
}
.benefits-card.slide-up-fade-in .benefits-card-title,
.benefits-card.slide-up-fade-in .benefits-card-detail {
  animation: fadeIn 0.2s forwards;
}
.benefits-card.benefits-card-1 {
  animation-delay: 0.15s;
}
.benefits-card.benefits-card-3 {
  animation-delay: 0.45s;
}

.select h3 {
  font-size: 32px;
  color: #486BFF;
}
.select p {
  color: #486BFF;
}
.select .bg-img {
  transform: scale(1.1) rotate(3deg);
}

.mobile-benefits-row .mobile-benefits-card {
  margin-bottom: 1.5rem;
  opacity: 0;
  transform: translateY(20px);
  animation: slideUpFadeIn 0.2s forwards;
  background-color: #f9f9f9;
  padding: 4rem;
  height: 180px;
  transition: transform 0.4s ease, background 0.4s ease, box-shadow 0.4s ease, height 0.5s ease;
  position: relative;
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-start;
  border-radius: 1rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: left;
}
.mobile-benefits-row .mobile-benefits-card.select {
  height: 280px;
}
.mobile-benefits-row .mobile-benefits-card.select h3 {
  font-size: 22px;
  color: #486BFF;
}
.mobile-benefits-row .mobile-benefits-card.select p {
  color: #486BFF;
}
.mobile-benefits-row .mobile-benefits-card .fade-in-img {
  animation: slideUpFadeIn 0.2s forwards;
}
.mobile-benefits-row .mobile-benefits-card .fade-in-title {
  visibility: visible;
  animation: slideUpFadeIn 0.2s forwards;
}
.mobile-benefits-row .mobile-benefits-card .fade-in-detail {
  visibility: visible;
  animation: slideUpFadeIn 0.2s forwards;
}
.mobile-benefits-row .mobile-benefits-card .bg-img {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  z-index: 0;
  transition: transform 0.5s ease-in-out, filter 0.3s ease;
}
.mobile-benefits-row .mobile-benefits-card h3 {
  visibility: hidden;
  position: relative;
  z-index: 1;
  margin-bottom: 2.5rem;
  font-size: 18px;
  font-weight: 500;
  white-space: pre-line;
  transition: font-size 0.3s ease, color 0.3s ease;
}
.mobile-benefits-row .mobile-benefits-card p {
  visibility: hidden;
  position: relative;
  z-index: 1;
  font-weight: 400;
  font-size: 13px;
  white-space: pre-line;
}

.card.deposits {
  position: relative;
}
.card.deposits__group {
  opacity: 0;
  position: relative;
  overflow: hidden;
  height: 220px;
  background-color: #FEFEFE;
  border-radius: 20px;
  padding: 60px 40px;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
  transition: height 0.2s ease;
}
.card.deposits__group.slide-up-fade-in {
  animation: slideUpFadeIn 1s forwards;
  opacity: 0;
}
.card.deposits__group:nth-child(1).slide-up-fade-in {
  animation-delay: 0.15s;
}
.card.deposits__group:nth-child(2).slide-up-fade-in {
  animation-delay: 0.3s;
}
.card.deposits__group:nth-child(3).slide-up-fade-in {
  animation-delay: 0.45s;
}
.card.deposits__group .deposits-contents {
  position: relative;
  border-radius: 20px;
}
.card.deposits__group .deposits__bg {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
}
.card.deposits__group .deposits__bg .deposits__image {
  border-radius: 20px;
  object-fit: cover;
}
.card.deposits__group .deposits__bg.is-visible {
  visibility: visible;
  opacity: 1;
}
.card.deposits__group h3 {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 24px;
}
.card.deposits__group .items-typo {
  max-width: 600px;
  font-size: 1.4rem;
  color: #2A2E34;
  line-height: 1.5;
  white-space: pre-line;
}
.card.deposits__group.is-hovered, .card.deposits__group.is-active {
  height: 320px;
  transition: height 0.6s ease;
}
.card.deposits__group.is-hovered .deposits__image, .card.deposits__group.is-active .deposits__image {
  transform: scale(1.1);
}
.card.deposits__group.is-hovered h3, .card.deposits__group.is-active h3 {
  font-size: 3.2rem;
  color: #486BFF !important;
}
.card.deposits__group.is-hovered .items-typo, .card.deposits__group.is-active .items-typo {
  color: #486BFF !important;
}
.card.deposits__group-items {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 20px;
}

@media screen and (max-width: 1024px) {
  .card.deposits__group .first-title {
    font-size: 3.2rem;
    line-height: 48px;
    letter-spacing: -0.05em;
  }
}
@media screen and (max-width: 768px) {
  .card.deposits__title {
    font-size: 2.98rem;
    line-height: 40px;
  }
  .card.deposits__details {
    height: 240px;
  }
  .card.deposits__details .deposits-contents h3 {
    font-size: 1.98rem;
    line-height: 32px;
    letter-spacing: -0.05em;
  }
  .card.deposits__details .deposits__bg {
    min-height: 240px;
  }
  .card.deposits__details:first-child {
    padding: 48px 32px;
  }
  .card.deposits__details.is-hovered h3, .card.deposits__details.is-active h3 {
    font-size: 2.42rem;
  }
  .card.deposits__details .deposits__detail-items {
    gap: 20px;
  }
  .card.deposits__group {
    height: 240px;
    transition: height 0.6s ease;
  }
  .card.deposits__group h3 {
    margin-bottom: 16px;
  }
  .card.deposits__group .first-title, .card.deposits__group .second-title {
    font-size: 2.2rem;
    line-height: 26px;
  }
  .card.deposits__group.is-hovered h3, .card.deposits__group.is-active h3 {
    font-size: 2.2rem;
  }
}
.mainpage-join {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 1080px;
  overflow: hidden;
  background-color: #f1f1f1;
}
.mainpage-join__container {
  position: relative;
}
.mainpage-join__wrapper {
  position: relative;
  z-index: 1;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1132px;
  padding: 0 16px;
  padding-top: 180px;
}
@media screen and (max-width: 1024px) {
  .mainpage-join__wrapper {
    max-width: 1024px;
    padding: 0 24px;
  }
}
@media screen and (max-width: 768px) {
  .mainpage-join__wrapper {
    max-width: 1024px;
    padding: 0 16px;
  }
}
.mainpage-join__title {
  opacity: 0;
  max-width: 821px;
  width: 100%;
  margin-bottom: 36px;
  font-size: 4.8rem;
  font-weight: 500;
  color: #231F20;
  line-height: 1.2;
}
.mainpage-join__details {
  opacity: 0;
  max-width: 821px;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #6A727C;
}
.mainpage-join-bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mainpage-join-bottom__img {
  width: 100%;
  height: auto;
  max-width: 964px;
}
.mainpage-join .join-parallax .join-wrapper {
  opacity: 0;
  visibility: hidden;
}
.mainpage-join .join-parallax .join-wrapper .join-img {
  width: 2500px;
  height: auto;
  position: relative;
  left: 50%;
  bottom: 250px;
  transform: translateX(-57%);
  object-fit: cover;
}

@media screen and (max-width: 1550px) {
  .mainpage-join .mainpage-join__details {
    max-width: 700px;
  }
  .mainpage-join .join-parallax .join-wrapper .join-img {
    transform: translateX(-64%);
  }
}
@media screen and (max-width: 1024px) {
  .mainpage-join__container {
    padding: 180px 24px;
  }
  .mainpage-join .mainpage-join-bottom {
    flex-direction: column;
    gap: 20px;
  }
  .mainpage-join .mainpage-join-bottom .mainpage-join-bottom-guide-wrap {
    width: 100%;
  }
  .mainpage-join .mainpage-join-bottom .mainpage-join-bottom-guide-wrap .mainpage-join-bottom-guide__img {
    width: 100%;
    height: auto;
  }
  .mainpage-join .mainpage-join__details {
    width: 65%;
  }
  .mainpage-join .join-parallax .join-wrapper .join-img {
    width: 2000px;
    height: auto;
    position: relative;
    left: 50%;
    bottom: 150px;
    transform: translateX(-68%);
    object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .mainpage-join {
    height: 800px;
    overflow: hidden;
    padding: 60px 16px;
  }
  .mainpage-join .mainpage-join__container {
    padding: 0;
  }
  .mainpage-join .mainpage-join__title {
    max-width: 600px;
    font-size: 3.1rem;
  }
  .mainpage-join .mainpage-join__detail {
    max-width: 510px;
    width: 100%;
  }
  .mainpage-join .join-parallax .join-wrapper .join-img {
    width: 1500px;
    height: auto;
    position: relative;
    left: 50%;
    bottom: 120px;
    transform: translateX(-62%);
    object-fit: cover;
  }
}
.aboutus {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 80px auto 0;
  width: 100%;
}
.aboutus .aboutus-header {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1132px;
  padding: 0 16px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .aboutus .aboutus-header {
    max-width: 1024px;
    padding: 0 24px;
  }
}
@media screen and (max-width: 768px) {
  .aboutus .aboutus-header {
    max-width: 1024px;
    padding: 0 16px;
  }
}
.aboutus .aboutus-header__title {
  font-size: 6rem;
  font-weight: 500;
  text-align: left;
  color: #18191C;
  line-height: 48px;
  opacity: 0;
}
.aboutus .aboutus-header__detail {
  font-size: 1.8rem;
  color: #000000;
  letter-spacing: -0.5px;
  opacity: 0;
}
.aboutus .aboutus-header {
  position: relative;
}
.aboutus .aboutus-content {
  opacity: 0;
  visibility: hidden;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1132px;
  padding: 0 16px;
}
@media screen and (max-width: 1024px) {
  .aboutus .aboutus-content {
    max-width: 1024px;
    padding: 0 24px;
  }
}
@media screen and (max-width: 768px) {
  .aboutus .aboutus-content {
    max-width: 1024px;
    padding: 0 16px;
  }
}
.aboutus .aboutus-unlocking {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1132px;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  margin: 100px 0 40px;
}
@media screen and (max-width: 1024px) {
  .aboutus .aboutus-unlocking {
    max-width: 1024px;
    padding: 0 24px;
  }
}
@media screen and (max-width: 768px) {
  .aboutus .aboutus-unlocking {
    max-width: 1024px;
    padding: 0 16px;
  }
}
.aboutus .aboutus-unlocking__title {
  text-align: left;
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1.2;
  color: #231F20;
  opacity: 0;
}
.aboutus .aboutus-unlocking__detail {
  text-align: left;
  font-size: 1.4rem;
  color: #6A727C;
  opacity: 0;
  line-height: 1.5;
}
.aboutus .aboutus-video {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1132px;
  padding: 0 16px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .aboutus .aboutus-video {
    max-width: 1024px;
    padding: 0 24px;
  }
}
@media screen and (max-width: 768px) {
  .aboutus .aboutus-video {
    max-width: 1024px;
    padding: 0 16px;
  }
}
.aboutus .aboutus-video .video-container {
  width: 100%;
}
.aboutus .aboutus-video .video-wrapper {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.aboutus .aboutus-video .video-wrapper video {
  width: 100%;
  height: auto;
}
.aboutus .aboutus-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 140px 0;
  gap: 32px;
  background: url("/images/app/aboutus/abouts-label-bg.png") no-repeat center center/cover;
}
.aboutus .aboutus-strategies {
  background-color: #E4E4E4;
}
.aboutus .aboutus-strategies__container {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1132px;
  padding: 0 16px;
  margin: 140px 0;
}
@media screen and (max-width: 1024px) {
  .aboutus .aboutus-strategies__container {
    max-width: 1024px;
    padding: 0 24px;
  }
}
@media screen and (max-width: 768px) {
  .aboutus .aboutus-strategies__container {
    max-width: 1024px;
    padding: 0 16px;
  }
}
.aboutus .aboutus-strategies__content {
  display: flex;
  align-items: flex-end;
  gap: 50px;
}
.aboutus .aboutus-strategies__left {
  width: 59%;
}
.aboutus .aboutus-strategies__right {
  opacity: 0;
  visibility: hidden;
  width: 41%;
}
.aboutus .aboutus-strategies__title {
  font-weight: 500;
  font-size: 4.8rem;
  color: #231F20;
  line-height: 1.3;
  margin-bottom: 36px;
  opacity: 0;
}
.aboutus .aboutus-strategies__detail {
  margin-bottom: 36px;
  color: #6A727C;
  font-size: 1.4rem;
  opacity: 0;
}
.aboutus .aboutus-strategies__explain-group {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.aboutus .aboutus-strategies__explain {
  opacity: 0;
  visibility: hidden;
  padding: 40px;
  border-radius: 20px;
  background: #FEFEFE;
  font-size: 1.4rem;
  color: #6A727C;
  line-height: 1.5;
  cursor: pointer;
}
.aboutus .aboutus-strategies__explain:hover {
  transform: translateY(0) scale(1.05) !important;
}
.aboutus .aboutus-strategies__img-title {
  margin-bottom: 17px;
  font-weight: 500;
  font-size: 2.4rem;
  color: #ACACAC;
  text-align: right;
}
.aboutus .aboutus-strategies__imgbox {
  position: relative;
  display: flex;
  width: 100%;
  height: auto;
}
.aboutus .aboutus-strategies__imgbox .aboutus-strategies__img {
  max-width: 432px;
  height: auto;
  width: 100%;
}
.aboutus .aboutus-value {
  background-color: #F7F7F7;
}
.aboutus .aboutus-value__container {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1132px;
  padding: 0 16px;
  margin: 140px 0;
}
@media screen and (max-width: 1024px) {
  .aboutus .aboutus-value__container {
    max-width: 1024px;
    padding: 0 24px;
  }
}
@media screen and (max-width: 768px) {
  .aboutus .aboutus-value__container {
    max-width: 1024px;
    padding: 0 16px;
  }
}
.aboutus .aboutus-value__title {
  margin-bottom: 36px;
  font-size: 4.8rem;
  font-weight: 500;
  color: #231F20;
  opacity: 0;
}
.aboutus .aboutus-value__detail {
  margin-bottom: 60px;
  font-size: 1.4rem;
  color: #6A727C;
  line-height: 1.5;
  opacity: 0;
}
.aboutus .aboutus-value-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0;
  list-style: none;
}
.aboutus .aboutus-value-grid-item {
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  height: 220px;
  background-color: #ffffff;
}
.aboutus .aboutus-value-grid-item:nth-child(odd) {
  flex-direction: row-reverse;
}
.aboutus .aboutus-value-grid-item:nth-child(odd) .value-text {
  right: auto;
  left: 0;
  text-align: left;
}
.aboutus .aboutus-value-grid-item:nth-child(even) {
  flex-direction: row;
}
.aboutus .aboutus-value-grid-item:nth-child(even) .value-text {
  left: auto;
  right: 0;
  text-align: right;
}
.aboutus .aboutus-value-grid-item .value-image {
  position: relative;
  width: 60%;
  height: 100%;
}
.aboutus .aboutus-value-grid-item .value-image img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.aboutus .aboutus-value-grid-item .value-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 40px;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.4;
  color: #999FA5;
  white-space: pre-line;
}
.aboutus .aboutus-value-grid-item:nth-child(1) {
  height: 280px;
  background-color: #486BFF;
}
.aboutus .aboutus-value-grid-item:nth-child(1) .value-text {
  width: 50%;
  color: #E6ECFF;
}
.aboutus .aboutus-value-grid-item:nth-child(2) .value-text {
  width: 60%;
}
.aboutus .aboutus-value-grid-item:nth-child(3) .value-text {
  width: 65%;
}
.aboutus .aboutus-value-grid-item:nth-child(3) .value-image {
  width: 60%;
  left: 40px;
}
.aboutus .aboutus-value-grid-item:nth-child(4) .value-text {
  width: 50%;
}
.aboutus .aboutus-value-grid-item:nth-child(4) .value-image {
  width: 65%;
}
.aboutus .aboutus-value-grid-item:nth-child(4) .value-image img {
  left: 40px;
}
.aboutus .aboutus-goal {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 1132px;
  padding: 0 16px;
  margin: 140px auto;
}
.aboutus .aboutus-goal__box {
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
  border-radius: 20px;
}
.aboutus .aboutus-goal__box:nth-child(1) {
  background: url("/images/app/aboutus/aboutus-goal-bg1.png") no-repeat center center/cover;
}
.aboutus .aboutus-goal__box:nth-child(2) {
  background: url("/images/app/aboutus/aboutus-goal-bg2.png") no-repeat center center/cover;
}
.aboutus .aboutus-goal__title {
  font-size: 3.2rem;
  font-weight: 500;
  color: #2A2E34;
  margin-bottom: 24px;
}
.aboutus .aboutus-goal__description {
  width: 60%;
  font-size: 1.4rem;
  color: #6A727C;
}

@media screen and (max-width: 1132px) {
  .aboutus .aboutus-value-grid-item:nth-child(1) .value-text {
    width: 60%;
  }
}
@media screen and (max-width: 1024px) {
  .aboutus .aboutus-header__detail {
    font-size: 1.6rem;
  }
  .aboutus .aboutus-banner {
    margin-bottom: 150px;
  }
  .aboutus .aboutus-label {
    padding: 140px 24px;
    background: url("/images/app/aboutus/abouts-label-bg-tablet.png") no-repeat center center/cover;
  }
  .aboutus .aboutus-label .roundline-information .roundline-information-top .roundline-information__title {
    font-size: 2.4rem;
  }
  .aboutus .aboutus-strategies .aboutus-strategies__title {
    margin-bottom: 0;
  }
  .aboutus .aboutus-strategies__content {
    margin-top: 18px;
    gap: 33px;
  }
  .aboutus .aboutus-strategies__left {
    width: 41%;
  }
  .aboutus .aboutus-strategies__right {
    position: relative;
    width: 55%;
  }
  .aboutus .aboutus-strategies__explain {
    padding: 32px;
  }
  .aboutus .aboutus-strategies__img-title {
    position: absolute;
    top: 22px;
    right: 24px;
    font-size: 2rem;
    z-index: 1;
  }
  .aboutus .aboutus-strategies__imgbox .aboutus-strategies__img {
    max-width: unset;
  }
  .aboutus .aboutus-value-grid-item .value-image {
    width: 60%;
  }
  .aboutus .aboutus-value-grid-item .value-text {
    padding: 60px 40px;
    font-size: 2.4rem;
  }
  .aboutus .aboutus-value-grid-item:nth-child(1) {
    height: 280px;
  }
  .aboutus .aboutus-value-grid-item:nth-child(1) .value-text {
    width: 65%;
  }
  .aboutus .aboutus-value-grid-item:nth-child(1) .value-image {
    width: 55%;
  }
  .aboutus .aboutus-value-grid-item:nth-child(2) .value-text {
    width: 55%;
  }
  .aboutus .aboutus-value-grid-item:nth-child(3) .value-text {
    width: 65%;
  }
  .aboutus .aboutus-value-grid-item:nth-child(3) .value-image {
    width: 50%;
    left: 0;
  }
  .aboutus .aboutus-value-grid-item:nth-child(4) .value-text {
    width: 50%;
  }
  .aboutus .aboutus-value-grid-item:nth-child(4) .value-image {
    width: 75%;
  }
  .aboutus .aboutus-value-grid-item:nth-child(4) .value-image img {
    left: 0;
  }
  .aboutus .aboutus-goal {
    max-width: 1024px;
    padding: 0 24px;
  }
  .aboutus .aboutus-goal__box {
    padding: 40px;
  }
  .aboutus .aboutus-goal__box:nth-child(1) {
    background: url("/images/app/aboutus/aboutus-goal-bg1-tablet.png") no-repeat center center/cover;
  }
  .aboutus .aboutus-goal__box:nth-child(2) {
    background: url("/images/app/aboutus/aboutus-goal-bg2-tablet.png") no-repeat center center/cover;
  }
  .aboutus .aboutus-goal__description {
    width: 85%;
  }
}
@media screen and (max-width: 768px) {
  .aboutus {
    margin: 36px auto 0;
  }
  .aboutus .aboutus-value-grid-item {
    height: 360px;
    text-align: left;
  }
  .aboutus .aboutus-value-grid-item:nth-child(1) {
    height: 360px;
  }
  .aboutus .aboutus-header {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
  }
  .aboutus .aboutus-header .aboutus-header__title {
    font-size: 4rem;
  }
  .aboutus .aboutus-header .aboutus-header__detail {
    font-size: 2rem;
  }
  .aboutus .aboutus-unlocking {
    gap: 36px;
  }
  .aboutus .aboutus-unlocking .aboutus-unlocking__title {
    font-size: 2.8rem;
  }
  .aboutus .aboutus-unlocking .aboutus-unlocking__detail {
    font-size: 1.3rem;
  }
  .aboutus .aboutus-label {
    padding: 48px 24px;
    gap: 16px;
  }
  .aboutus .aboutus-label .roundline-information {
    padding: 48px 32px;
  }
  .aboutus .aboutus-label .roundline-information .roundline-information-top .roundline-information__title {
    font-size: 2.2rem;
  }
  .aboutus .aboutus-strategies {
    gap: 0;
    margin: 0;
  }
  .aboutus .aboutus-strategies .aboutus-strategies__container {
    margin: 60px 0 36px;
  }
  .aboutus .aboutus-strategies .aboutus-strategies__title {
    margin-bottom: 0;
  }
  .aboutus .aboutus-strategies .aboutus-strategies__content {
    flex-direction: column;
  }
  .aboutus .aboutus-strategies .aboutus-strategies__content .aboutus-strategies__left {
    width: 100%;
  }
  .aboutus .aboutus-strategies .aboutus-strategies__content .aboutus-strategies__right {
    width: 100%;
  }
  .aboutus .aboutus-strategies .aboutus-strategies__title {
    font-size: 2.8rem;
    margin-bottom: 36px;
  }
  .aboutus .aboutus-strategies .aboutus-strategies-wrapper {
    flex-direction: column;
    gap: 40px;
    margin-bottom: 100px;
  }
  .aboutus .aboutus-strategies .aboutus-strategies-wrapper .roundline-information {
    padding: 48px 32px;
  }
  .aboutus .aboutus-strategies .aboutus-strategies-wrapper .roundline-information__title {
    margin-left: 24px;
  }
  .aboutus .aboutus-strategies .aboutus-strategies-wrapper .roundline-information__bottom {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-left: 24px;
  }
  .aboutus .aboutus-strategies .aboutus-strategies-wrapper .roundline-information__bottom-item {
    max-width: none;
  }
  .aboutus .aboutus-strategies .aboutus-strategies-wrapper .roundline-information__bottom-item:last-child {
    grid-column: span 2;
    grid-template-columns: 1fr;
  }
  .aboutus .aboutus-strategies .aboutus-strategies-wrapper .roundline-information__bottom__desc {
    line-height: 18px;
  }
  .aboutus .aboutus-strategies .aboutus-strategies__imgbox .aboutus-strategies__img {
    max-width: none;
  }
  .aboutus .aboutus-value {
    margin: 0 auto 0 auto;
  }
  .aboutus .aboutus-value .aboutus-value__container {
    margin: 60px 0;
  }
  .aboutus .aboutus-value .aboutus-value-grid {
    letter-spacing: -0.4px;
  }
  .aboutus .aboutus-value .aboutus-value-grid .value-text {
    z-index: 1;
    top: 25%;
    font-size: 2.2rem;
    width: 100%;
    padding: 0 16px;
    text-align: left;
  }
  .aboutus .aboutus-value .aboutus-value-grid .value-image {
    width: 100%;
  }
  .aboutus .aboutus-value .aboutus-value-grid .aboutus-value-grid-item:last-child .value-text {
    top: 15%;
  }
  .aboutus .aboutus-value .aboutus-value-grid .aboutus-value-grid-item:last-child .value-image img {
    padding: 75px 0 0 10px;
  }
  .aboutus .aboutus-value .aboutus-value-grid:nth-child(1) {
    top: 30%;
  }
  .aboutus .aboutus-value .aboutus-value__title {
    font-size: 2.8rem;
  }
  .aboutus .aboutus-value .aboutus-value-grid-item {
    white-space: normal;
  }
  .aboutus .aboutus-goal {
    margin: 60px auto;
  }
  .aboutus .aboutus-goal .aboutus-goal__title {
    font-size: 2.2rem;
  }
  .aboutus .aboutus-goal .aboutus-goal__description {
    font-size: 1.4rem;
    width: 100%;
  }
  .aboutus .aboutus-goal .roundline-information__title {
    margin-left: 24px;
  }
  .aboutus .aboutus-goal .roundline-information__bottom {
    margin-left: 24px;
  }
}
@media screen and (max-width: 360px) {
  .aboutus .aboutus-value .aboutus-value__container .aboutus-value-grid .aboutus-value-grid-item:first-child .value-text {
    top: 30%;
  }
}
.roundline-information {
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 1132px;
  padding: 60px 40px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
}
.roundline-information__top {
  margin-bottom: 24px;
}
.roundline-information__title {
  font-size: 3.2rem;
  font-weight: 500;
  color: #2A2E34;
}
.roundline-information .roundline-information__bottom__desc {
  font-size: 1.4rem;
  color: #6A727C;
  line-height: 1.5;
}

.news {
  position: relative;
}
.news__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
.news__title {
  opacity: 0;
  visibility: hidden;
  font-size: 6rem;
  font-weight: 500;
  text-align: left;
  color: #18191C;
  animation: fadeIn 1s ease-out 0.4s forwards;
}
.news__subtitle {
  opacity: 0;
  visibility: hidden;
  font-size: 1.8rem;
  color: #000000;
  animation: fadeIn 1s ease-out 0.6s forwards;
}
.news__search {
  margin-bottom: 24px;
}
.news__search .search-bar__wrapper {
  margin-left: auto;
}
.news__search .search-bar__wrapper .search-bar__input::placeholder {
  color: #6A727C;
}
.news__search-result {
  margin-bottom: 30px;
  font-size: 1.4rem;
  color: #505050;
  text-align: center;
}
.news__search-result strong {
  font-size: 1.8rem;
  font-weight: 600;
  color: #000000;
}
.news__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  gap: 20px;
  justify-content: center;
  padding-bottom: 24px;
}
.news__card {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 353px;
  width: 100%;
  height: 400px;
  padding: 24px 20px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 13px 27px -12px rgba(50, 50, 93, 0.25), 0 8px 16px -8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.news__card:hover {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.15);
  transform: scale3d(1.006, 1.006, 1);
}
.news__card-image {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 16px;
  border-radius: 20px;
  cursor: pointer;
}
.news__card-image img {
  width: 100%;
  object-fit: cover;
  image-rendering: -webkit-optimize-contrast; /* Safari */
  image-rendering: -o-crisp-edges; /* Opera */
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: crisp-edges; /* 표준 */
  -ms-interpolation-mode: nearest-neighbor; /* IE (비표준) */
  border-radius: 20px;
}
.news__card-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  line-height: 1.4;
  background-color: #486BFF;
  color: #FEFEFE;
  font-size: 1.2rem;
  padding: 4px 16px;
  border-radius: 10px;
}
.news__card-content {
  flex: 1 1;
}
.news__card-header {
  margin-bottom: 8px;
}
.news__card-title {
  margin-bottom: 16px;
  color: #2A2E34;
  font-size: 1.8rem;
  font-weight: 500;
  width: 100%;
  min-height: 34px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.news__card-date {
  color: #999FA5;
  font-size: 1rem;
}
.news__card-description {
  font-size: 1.2rem;
  color: #6A727C;
  width: 100%;
  min-height: 29px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.news__empty {
  text-align: center;
  margin: 90px 0;
}
.news__empty-icon {
  margin-bottom: 16px;
}
.news__empty-title {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 16px;
  color: #000000;
}
.news__empty-content {
  font-size: 1.4rem;
  color: #505050;
}

@media screen and (max-width: 1024px) {
  .news__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  .news__grid .news__card {
    max-width: none;
  }
  .news__grid .news__card-title {
    font-size: 1.6rem;
  }
  .news__grid .news__card:first-child {
    grid-column: span 3;
    width: 100%;
    height: 680px;
  }
}
@media screen and (max-width: 950px) {
  .news__subtitle {
    font-size: 1.6rem;
  }
  .news .news__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .news .news__card:first-child {
    grid-column: span 2;
    width: 100%;
    height: 680px;
  }
  .news .news__card {
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .news .search-bar__wrapper {
    max-width: none;
  }
  .news .news__header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
    gap: 16px;
  }
  .news .news__header .news__title {
    font-size: 4rem;
    font-weight: 500;
  }
  .news .news__header .news__subtitle {
    font-size: 2rem;
  }
  .news .news__grid {
    padding-bottom: 0;
  }
  .news .news__grid .news__card {
    max-width: unset;
    max-height: 400px;
  }
  .news .news__footer .view-more-button {
    margin-top: 24px;
  }
}
@media screen and (max-width: 550px) {
  .news__header {
    flex-direction: column;
    align-items: center;
    gap: 32px;
    margin-bottom: 26px;
  }
  .news__title {
    left: unset;
    transform: unset;
  }
  .news__search {
    margin-left: unset;
  }
  .news__search-result {
    margin: 50px 0 24px;
  }
  .news__grid {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
  }
  .news__footer .view-more-button {
    margin-top: 16px;
  }
  .news__empty {
    margin: 50px 0;
  }
}
.news-detail__intro {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
.news-detail__intro .news__title {
  font-size: 6rem;
  font-weight: 500;
  text-align: left;
  color: #18191C;
}
.news-detail__intro .news__subtitle {
  font-size: 1.8rem;
  color: #000000;
}
.news-detail__header {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-bottom: 24px;
  margin-bottom: 24px;
  color: #FFFFFF;
  text-align: center;
}
.news-detail__title {
  font-size: 2.4rem;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.news-detail__date {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.news-detail__date .date-date {
  font-size: 1.4rem;
}
.news-detail__date .date-divider {
  width: 1px;
  height: 10px;
  border-radius: 1px;
  background-color: #FFFFFF;
}
.news-detail__date .date-time {
  font-size: 1.4rem;
}
.news-detail__thumbnail {
  background-color: #FEFEFE;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 20px;
  margin-bottom: 20px;
}
.news-detail__thumbnail > img {
  width: 100%;
  max-height: 240px;
  object-fit: cover;
  border-radius: 20px;
  filter: brightness(0.6) contrast(1.1);
}
.news-detail__content {
  max-width: 100%;
  border-radius: 20px;
  border: 2px solid #EFEFEF;
  box-sizing: border-box;
  color: #505050;
}
.news-detail__content img {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
.news-detail__content.ql-editor {
  background-color: #FEFEFE;
  padding: 32px;
}
.news-detail__content.ql-editor > p {
  font-size: 1.2rem;
}

@media screen and (max-width: 1024px) {
  .news-detail__title {
    font-size: 2rem;
  }
  .news-detail__date {
    font-size: 1.4rem;
  }
  .news-detail .news__subtitle {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .news-detail__intro {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }
  .news-detail__intro .news__title {
    font-size: 4rem;
    font-weight: 500;
  }
  .news-detail__intro .news__subtitle {
    font-size: 2rem;
  }
  .news-detail__title {
    font-size: 2rem;
    font-weight: 600;
  }
}
@media screen and (max-width: 550px) {
  .news-detail .news-title {
    margin-bottom: 50px;
  }
}
.notice {
  position: relative;
}
.notice__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
.notice__title {
  opacity: 0;
  visibility: hidden;
  font-size: 6rem;
  font-weight: 500;
  text-align: left;
}
.notice__subtitle {
  opacity: 0;
  visibility: hidden;
  font-size: 1.8rem;
  color: #000000;
}
.notice__search {
  margin-bottom: 24px;
}
.notice__search .search-bar__wrapper {
  margin-left: auto;
  max-width: 321px;
}
.notice__search-result {
  margin-bottom: 30px;
  font-size: 1.4rem;
  color: #505050;
  text-align: center;
}
.notice__search-result strong {
  font-size: 1.8rem;
  font-weight: 600;
  color: #000000;
}
.notice__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 16px;
  gap: 16px;
  justify-content: center;
  padding-bottom: 24px;
}
.notice__card {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  height: 208px;
  padding: 24px 20px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 13px 27px -12px rgba(50, 50, 93, 0.25), 0 8px 16px -8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.notice__card-title {
  width: 75%;
}
.notice__card:hover {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.15);
  transform: scale3d(1.006, 1.006, 1);
}
.notice__card-image {
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
  cursor: pointer;
}
.notice__card-image img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  image-rendering: -webkit-optimize-contrast; /* Safari */
  image-rendering: -o-crisp-edges; /* Opera */
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: crisp-edges; /* 표준 */
  -ms-interpolation-mode: nearest-neighbor; /* IE (비표준) */
  border-radius: 20px;
}
.notice__card-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  line-height: 1.4;
  background-color: #486BFF;
  color: #FEFEFE;
  font-size: 1.2rem;
  padding: 4px 16px;
  border-radius: 10px;
}
.notice__card-content {
  border-radius: 8px;
  width: 50%;
}
.notice__card-header {
  margin-bottom: 8px;
}
.notice__card-title {
  margin-bottom: 16px;
  color: #2A2E34;
  font-size: 1.6rem;
  font-weight: 500;
  width: 100%;
  min-height: 34px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.notice__card-date {
  font-size: 1rem;
  color: #999FA5;
}
.notice__card-description {
  font-size: 1.2rem;
  color: #505050;
  min-height: 64px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.notice__empty {
  text-align: center;
  margin: 90px 0;
}
.notice__empty-icon {
  margin-bottom: 16px;
}
.notice__empty-title {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 16px;
  color: #000000;
}
.notice__empty-content {
  font-size: 1.4rem;
  color: #505050;
}

@media screen and (max-width: 1024px) {
  .notice__grid {
    gap: 24px;
  }
  .notice__card {
    min-height: initial;
  }
  .notice .isNew {
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  .notice__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 40px;
  }
  .notice__search .search-bar__wrapper {
    max-width: 100%;
  }
  .notice__grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 24px;
    gap: 24px;
    justify-content: center;
  }
  .notice__card-description {
    min-height: 44px;
  }
  .notice__footer .view-more-button {
    margin-top: 24px;
  }
  .notice__card {
    min-height: initial;
    height: 392px;
  }
  .notice__card-description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
  }
}
@media screen and (max-width: 550px) {
  .notice__header {
    margin-bottom: 26px;
  }
  .notice__title {
    left: unset;
    transform: unset;
    font-size: 4rem;
  }
  .notice__subtitle {
    font-size: 2rem;
  }
  .notice__search {
    margin-left: unset;
  }
  .notice__search-result {
    margin: 50px 0 24px;
  }
  .notice__footer .view-more-button {
    margin-top: 16px;
  }
  .notice__empty {
    margin: 50px 0;
  }
}
.notice-detail__intro {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
.notice-detail__intro .notice-title {
  font-size: 6rem;
  font-weight: 500;
  text-align: left;
  color: #18191C;
}
.notice-detail__intro .notice__subtitle {
  font-size: 1.8rem;
  color: #000000;
}
.notice-detail__header {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-bottom: 24px;
  margin-bottom: 24px;
  color: #FFFFFF;
  text-align: center;
}
.notice-detail__title {
  font-size: 2.4rem;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.notice-detail__date {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.notice-detail__date .date-date {
  font-size: 1.4rem;
}
.notice-detail__date .date-divider {
  width: 1px;
  height: 10px;
  border-radius: 1px;
  background-color: #FFFFFF;
}
.notice-detail__date .date-time {
  font-size: 1.4rem;
}
.notice-detail__thumbnail {
  background-color: #FEFEFE;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 20px;
  margin-bottom: 20px;
}
.notice-detail__thumbnail > img {
  width: 100%;
  max-height: 240px;
  object-fit: cover;
  border-radius: 20px;
  filter: brightness(0.6) contrast(1.1);
}
.notice-detail__content {
  max-width: 100%;
  border-radius: 20px;
  border: 2px solid #EFEFEF;
  box-sizing: border-box;
  color: #505050;
  font-size: 1.2rem;
}
.notice-detail__content img {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
.notice-detail__content.ql-editor {
  background-color: #FEFEFE;
  padding: 32px;
}
.notice-detail__content.ql-editor > p {
  font-size: 1.2rem;
}

@media screen and (max-width: 1024px) {
  .notice-detail__title {
    font-size: 2rem;
    font-weight: 500;
  }
  .notice-detail__subtitle {
    font-size: 1.6rem;
  }
  .notice-detail__date {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .notice-detail__intro {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .notice-detail__intro .notice-title {
    font-size: 4rem;
  }
  .notice-detail__title {
    font-size: 2rem;
    font-weight: 600;
  }
}
@media screen and (max-width: 550px) {
  .notice-detail .notice-title {
    margin-bottom: 50px;
  }
}
.learn__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
}
.learn__title {
  opacity: 0;
  visibility: hidden;
  font-size: 6rem;
  font-weight: 500;
  text-align: left;
}
.learn__subtitle {
  opacity: 0;
  visibility: hidden;
  font-size: 1.8rem;
  text-align: right;
  color: #000000;
}
.learn__search {
  display: flex;
  width: 100%;
}
.learn__search .search-bar {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.learn__accordion {
  margin-top: 40px;
}
.learn__accordion .accordion-item {
  background-color: #FEFEFE;
}
.learn__empty {
  text-align: center;
  margin: 90px 0;
}
.learn__empty-title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 16px;
  color: #000000;
}
.learn__empty-content {
  font-size: 1.4rem;
  color: #505050;
}

@media screen and (max-width: 1024px) {
  .learn .accordion-item .accordion-question-inner {
    font-size: 1.6rem;
  }
  .learn .accordion-item .accordion-answer .ql-editor p {
    font-size: 1.2rem;
  }
  .learn .learn__empty {
    margin: 8px 0;
  }
  .learn .learn__footer .view-more-button {
    margin-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .learn .learn__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 36px;
  }
  .learn .learn__header .learn__title {
    font-size: 4rem;
  }
  .learn .learn__header .learn__subtitle {
    text-align: start;
  }
  .learn .learn__search .search-bar__wrapper {
    max-width: none;
  }
  .learn .learn__accordion .accordion-question {
    padding: 24px;
  }
  .learn .learn__accordion .accordion-item {
    padding-top: 0;
  }
  .learn .learn__accordion .accordion-item.open .accordion-question-inner {
    padding-top: 0;
  }
  .learn .learn__accordion .accordion-item .accordion-question-inner {
    padding-top: 0;
  }
}
@media screen and (max-width: 550px) {
  .learn__header {
    gap: 32px;
    margin-bottom: 26px;
  }
  .learn__header .search-bar {
    align-self: center;
  }
}
.documents-group {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 50px 30px;
  gap: 50px 30px;
}
.documents-group.count-1 {
  grid-template-columns: 1fr;
}
.documents-group.count-2 {
  grid-template-columns: repeat(2, 1fr);
}
.documents-group-button {
  display: grid;
  grid-template-columns: 1fr 0.2fr;
  align-items: center;
  padding: 24px 32px;
  grid-gap: 9px;
  gap: 9px;
  border-radius: 8px;
  background-color: #FFFFFF;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1019607843);
  font-size: 1.4rem;
  color: #505050;
  max-width: 353px;
  max-height: 87px;
}
.documents-group-button:hover {
  opacity: 0.5;
}
.documents-group-button .file-type-wrap .download-icon {
  margin-bottom: 5px;
}
.documents-group-button .file-type-wrap .file-type {
  padding: 2px 8px;
  color: #486BFF;
  font-size: 1.4rem;
  font-weight: 400;
}
.documents-group-button .file-name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  word-break: break-all;
  text-align: left;
  font-weight: 500;
  color: #2A2E34;
}

@media screen and (max-width: 768px) {
  .documents {
    padding-top: 16px;
  }
  .documents .documents-group-button {
    max-width: none;
  }
}
@media screen and (max-width: 360px) {
  .documents .documents-group {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
  .documents .documents-group-button {
    max-width: none;
  }
}
.marketplace {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.marketplace ul li {
  list-style: none;
}
.marketplace__title {
  opacity: 0;
  visibility: hidden;
  font-size: 6rem;
  font-weight: 500;
  text-align: left;
  letter-spacing: -3px;
  animation: fadeIn 1s ease-out 0.4s forwards;
}
.marketplace__title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1080px;
  width: 100%;
  margin-bottom: 40px;
}
.marketplace__detail {
  opacity: 0;
  visibility: hidden;
  font-size: 1.8rem;
  color: #000000;
  letter-spacing: -1px;
  animation: fadeIn 1s ease-out 0.6s forwards;
}
.marketplace__contents {
  display: flex;
  flex-direction: column;
  max-width: 1132px;
  width: 100%;
  padding: 0 16px;
}
.marketplace__contents-wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr;
  align-items: flex-start;
  background-color: transparent;
  margin-bottom: 50px;
}
.marketplace__contents-wrapper-item {
  display: flex;
  flex-direction: column;
  padding: 16px;
  width: 100%;
  border-radius: 20px;
  gap: 8px;
  background-color: #F7F7F7;
}
.marketplace__contents-wrapper-item .filter-divider {
  width: 100%;
  height: 1px;
  background-color: #d5d8dc;
}
.marketplace__contents-wrapper .filter-button-group {
  justify-content: initial;
}
.marketplace__contents-wrapper .filter-button-group__options > button {
  padding: 8px 13px;
}
.marketplace__contents--search {
  display: flex;
  flex-direction: column-reverse;
  max-width: 373px;
  width: 100%;
}
.marketplace__contents--search .search-bar {
  padding: 0 0 0 20px;
  border: none;
}
.marketplace__search-result {
  margin: 50px 0 30px;
  font-size: 1.4rem;
  color: #505050;
  text-align: center;
}
.marketplace__search-result strong {
  font-size: 1.8rem;
  font-weight: 600;
  color: #000000;
}
.marketplace__cardrate {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  grid-gap: 20px;
  gap: 20px;
  padding-bottom: 32px;
  min-height: 500px;
}
.marketplace__cardrate__group-wrapper {
  position: absolute;
  width: 50px;
  height: 50px;
  right: -0.5px;
  bottom: 0;
  border-top-left-radius: 24px;
  background-color: white;
}
.marketplace__cardrate > div {
  max-width: 328px;
  width: 100%;
  border-radius: 8px;
}
.marketplace .view-more-button {
  margin-bottom: 163px;
}
.marketplace .view-more-button:hover {
  background-color: #C8C8C8;
}
.marketplace__empty {
  text-align: center;
  margin: 50px 0;
}
.marketplace__empty-title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 16px;
  color: #000000;
}
.marketplace__empty-content {
  font-size: 1.4rem;
  color: #505050;
}

@media screen and (max-width: 1024px) {
  .marketplace__title-wrapper {
    padding: 0 24px;
  }
  .marketplace__detail {
    font-size: 1.6rem;
  }
  .marketplace__contents {
    padding: 0 24px;
  }
  .marketplace__contents-wrapper {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }
  .marketplace__contents-wrapper-item {
    width: 100%;
    max-width: none;
  }
  .marketplace__contents .marketplace__cardrate {
    grid-template-columns: repeat(2, 1fr);
  }
  .marketplace__contents--search {
    display: flex;
    align-items: flex-end;
    max-width: none;
  }
  .marketplace__contents--search .search-bar {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding-left: 0;
  }
  .marketplace__contents--search .search-bar__wrapper {
    max-width: unset;
  }
  .marketplace__contents .contents {
    flex-wrap: wrap;
  }
  .marketplace__contents .contents .filter-button-group__options > button {
    font-size: 1.2rem;
    padding: 8px 16px;
    white-space: nowrap;
  }
  .marketplace__cardrate {
    gap: 24px;
  }
  .marketplace__cardrate > div {
    max-width: 314px;
  }
}
@media screen and (max-width: 768px) {
  .marketplace__title {
    font-size: 4rem;
    letter-spacing: -2px;
  }
  .marketplace__title-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
  }
  .marketplace__detail {
    font-size: 2rem;
  }
  .marketplace .marketplace__contents .contents {
    margin-bottom: 24px;
  }
  .marketplace .marketplace__cardrate {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 16px;
    gap: 16px;
  }
  .marketplace .marketplace__cardrate > div {
    max-width: 356px;
  }
  .marketplace__contents .marketplace__cardrate .cardrate__group--label > label {
    font-size: 1.4rem;
  }
  .marketplace__contents .marketplace__cardrate .cardrate__info .info__rate--usdt > h3 {
    font-size: 2.2rem;
  }
  .marketplace__contents .marketplace__cardrate .cardrate__info .info__rate--apr :first-child {
    font-size: 1.4rem;
  }
  .marketplace__contents .marketplace__cardrate .cardrate__info .info__rate--apr :last-child {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 550px) {
  .marketplace .marketplace__cardrate {
    grid-template-columns: repeat(1, 1fr);
  }
  .marketplace .marketplace__cardrate > div {
    max-width: unset;
  }
}
.marketplace-detail {
  width: 100%;
  max-width: 1132px;
}
.marketplace-detail .detail__area {
  position: relative;
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}
.marketplace-detail .detail__area-wrapper {
  display: flex;
}
.marketplace-detail .detail__area__img {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 16px;
  width: 50%;
}
.marketplace-detail .detail__area__img--symbol {
  z-index: 10;
  position: absolute;
  top: 24px;
  left: 24px;
  border-radius: 12px;
}
.marketplace-detail .detail__area__img-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  width: 100%;
  height: 100%;
  min-height: 282px;
  max-height: 444px;
  border-radius: 20px;
  overflow: hidden;
}
.marketplace-detail .detail__area__img-wrapper .image-nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  z-index: 10;
}
.marketplace-detail .detail__area__img-wrapper .image-nav-arrow.left {
  left: 0;
}
.marketplace-detail .detail__area__img-wrapper .image-nav-arrow.right {
  right: 0;
}
.marketplace-detail .detail__area__img--main {
  position: relative;
  width: 100%;
  max-width: 540px;
  border-radius: 20px;
  object-fit: cover;
  opacity: 1;
  transition: opacity 0.4s ease;
}
.marketplace-detail .detail__area__img--main.fade-out {
  opacity: 0;
}
.marketplace-detail .detail__area__img-container {
  display: flex;
  position: relative;
  width: 100%;
  height: 60px;
  gap: 6px;
  border-radius: 20px;
}
.marketplace-detail .detail__area__img-container .swiper-container {
  width: 100%;
  max-width: 540px;
  z-index: 2;
  --swiper-navigation-size: 16px;
}
.marketplace-detail .detail__area__img-container .swiper-container::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 100%;
  background: linear-gradient(to left, rgb(254, 254, 254) 30%, rgba(255, 255, 255, 0));
  pointer-events: none;
  z-index: 3;
  opacity: 0;
  transition: opacity 0.2s;
}
.marketplace-detail .detail__area__img-container .swiper-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 100%;
  background: linear-gradient(to right, rgb(254, 254, 254) 30%, rgba(255, 255, 255, 0));
  pointer-events: none;
  z-index: 3;
  opacity: 0;
  transition: opacity 0.2s;
}
.marketplace-detail .detail__area__img-container .swiper-container:has(.swiper-button-next:not(.swiper-button-disabled))::after {
  opacity: 1;
}
.marketplace-detail .detail__area__img-container .swiper-container:has(.swiper-button-prev:not(.swiper-button-disabled))::before {
  opacity: 1;
}
.marketplace-detail .detail__area__img-container .swiper-container .swiper-slide {
  cursor: pointer;
}
.marketplace-detail .detail__area__img-container .swiper-container .swiper-slide .detail__area__img-item {
  object-fit: cover;
}
.marketplace-detail .detail__area__img-container .swiper-container .swiper-button-prev, .marketplace-detail .detail__area__img-container .swiper-container .swiper-button-next {
  color: #486BFF;
  z-index: 4;
}
.marketplace-detail .detail__area__img-container .swiper-container .swiper-button-prev {
  left: 5px;
}
.marketplace-detail .detail__area__img-container .swiper-container .swiper-button-next {
  right: 5px;
}
.marketplace-detail .detail__area__img-container .swiper-container .swiper-button-prev:after, .marketplace-detail .detail__area__img-container .swiper-container .swiper-button-next:after {
  font-size: 12px;
}
.marketplace-detail .detail__area__img-item {
  border-radius: 8px;
}
.marketplace-detail .detail__area__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 50%;
}
.marketplace-detail .detail__area__info .view-more-button {
  background-color: #486BFF;
  border-radius: 20px;
  color: #FEFEFE;
  margin: 0;
}
.marketplace-detail .detail__area__info .view-more-button:disabled {
  background-color: #C8C8C8;
  color: #505050;
  cursor: default;
  opacity: 0.6;
}
.marketplace-detail .detail__area__info .view-more-button__message {
  color: #898989;
  font-size: 1.2rem;
  text-align: center;
}
.marketplace-detail .detail__area .info__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.marketplace-detail .detail__area .info__header-category {
  font-size: 1.4rem;
  color: rgba(35, 31, 32, 0.5019607843);
}
.marketplace-detail .detail__area .info__header-icons {
  display: flex;
  justify-content: right;
  gap: 8px;
}
.marketplace-detail .detail__area .info__header-icons > button {
  display: flex;
  align-items: center;
  background-color: transparent;
}
.marketplace-detail .detail__area .info__header__group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.marketplace-detail .detail__area .info__header__group-subtitle {
  font-size: 1.4rem;
  font-weight: 400;
  color: #231F20;
  margin-bottom: 16px;
}
.marketplace-detail .detail__area .info__header__group-title {
  font-size: 2.4rem;
  font-weight: 600;
}
.marketplace-detail .detail__area .info__header__group-status {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.4rem;
}
.marketplace-detail .detail__area .info__header__group-status--dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 6px;
  border-radius: 50%;
  background-color: currentColor;
  vertical-align: middle;
}
.marketplace-detail .detail__area .info__header__group-status.paused {
  color: #F39C12;
}
.marketplace-detail .detail__area .info__header__group-status.coming-soon {
  color: #9747FF;
}
.marketplace-detail .detail__area .info__header__group-status.closed {
  color: #6A727C;
}
.marketplace-detail .detail__area .info__header__group-status.active {
  color: #486BFF;
}
.marketplace-detail .detail__area .info__header__group-status.default {
  background-color: black;
}
.marketplace-detail .detail__area .info__price {
  display: flex;
  flex-direction: column;
  border: 1px solid #EFEFEF;
  border-radius: 8px;
}
.marketplace-detail .detail__area .info__price-info {
  display: flex;
  justify-content: space-between;
  font-size: 1.2rem;
  padding: 16px 16px 0 16px;
}
.marketplace-detail .detail__area .info__price-info-title {
  font-size: 1.4rem;
  color: #231F20;
}
.marketplace-detail .detail__area .info__price-chain {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 1.4rem;
  color: #231F20;
}
.marketplace-detail .detail__area .info__price__detail {
  padding: 16px;
}
.marketplace-detail .detail__area .info__price__detail-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-top: 1px solid #EFEFEF;
  padding-top: 16px;
}
.marketplace-detail .detail__area .info__price__detail .detail {
  display: flex;
  gap: 8px;
  color: #231F20;
  align-items: center;
  letter-spacing: -0.5px;
}
.marketplace-detail .detail__area .info__price__detail .detail :first-child {
  font-size: 1.4rem;
  font-weight: 400;
}
.marketplace-detail .detail__area .info__price__detail .detail :last-child {
  font-size: 1.4rem;
  color: #999FA5;
}
.marketplace-detail .detail__area .info__price__detail .price {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
  gap: 2px;
  color: #D72638;
}
.marketplace-detail .detail__area .info__price__detail .price-group {
  display: flex;
  gap: 8px;
}
.marketplace-detail .detail__area .info__price__detail .price-group .rate {
  font-size: 1.4rem;
  font-weight: 500;
  color: #231F20;
}
.marketplace-detail .detail__area .info__price__detail .price-group .percentage {
  font-size: 1.4rem;
  font-weight: 500;
  color: #231F20;
}
.marketplace-detail .detail__area .info__token {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 1px solid #F5F5F7;
  padding: 16px;
  border-radius: 20px;
}
.marketplace-detail .detail__area .info__token-amount {
  font-size: 1.4rem;
  color: #231F20;
}
.marketplace-detail .detail__area .info__token-amount--mintcount {
  color: #486BFF;
}
.marketplace-detail .detail__area .info__token .default-gauge-bar {
  max-width: 300px;
}
.marketplace-detail .detail__area .info__quantity {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #EFEFEF;
  border-radius: 20px;
  padding: 8px 24px;
}
.marketplace-detail .detail__area .info__quantity-title {
  font-size: 1.4rem;
  font-weight: 400;
  padding-right: 24px;
}
.marketplace-detail .detail__area .info__quantity .right-area {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  width: 100%;
}
.marketplace-detail .detail__area .info__quantity-input {
  text-align: right;
  width: 100%;
  max-height: 38px;
  max-width: 330px;
  border-radius: 5px;
  padding: 14px 18px;
  font-size: 1.2rem;
  color: #242424;
  background-color: #FEFEFE;
  border: none;
}
.marketplace-detail .detail__area .info__quantity-input::placeholder {
  color: #C8C8C8;
}
.marketplace-detail .detail__area .info__order {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  margin-bottom: 36px;
}
.marketplace-detail .detail__area .info__order-title {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 400;
  color: #486BFF;
  letter-spacing: -0.5px;
}
.marketplace-detail .detail__area .info__order-price {
  font-size: 2.4rem;
  font-weight: 400;
  color: #231F20;
}
.marketplace-detail .detail__area .info__order-price :first-child {
  font-weight: 500;
}
.marketplace-detail .detail__area .info__order-price :last-child {
  font-size: 1.8rem;
}
.marketplace-detail .detail__button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.marketplace-detail .detail__button-group {
  display: flex;
  justify-content: center;
  background-color: #F7F7F7;
  min-height: 48px;
  border-radius: 999px;
  gap: 8px;
}
.marketplace-detail .detail__button-group .filter-button-group {
  justify-content: center;
  gap: 0;
  padding: 0 20px;
}
.marketplace-detail .detail__button-group .filter-button-group-title {
  min-width: 0;
}
.marketplace-detail .detail__button-group .filter-button-group__options > button {
  justify-content: center;
  width: 106px;
  padding: 0;
  border: unset;
}
.marketplace-detail .detail__button-group > button {
  width: 106px;
  height: 36px;
  border-radius: 999px;
  padding: 0 8px;
  font-size: 1.4rem;
}
.marketplace-detail .detail__contents {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  border-radius: 20px;
}

@media screen and (max-width: 1024px) {
  .marketplace-detail .detail__area__img-wrapper {
    max-height: 315px;
  }
  .marketplace-detail .detail__area__img-wrapper .detail__area__img--main {
    height: 100%;
    aspect-ratio: 383/315;
  }
  .marketplace-detail .tablet-card {
    background-color: #FFFFFF;
  }
}
@media screen and (max-width: 1000px) {
  .marketplace-detail .detail__area .detail__area__img .navigation-images {
    max-width: 400px;
  }
}
@media screen and (max-width: 900px) {
  .marketplace-detail .detail__area .detail__area__img .navigation-images {
    max-width: 350px;
  }
}
@media screen and (max-width: 768px) {
  .marketplace-detail .detail__area__img-wrapper {
    max-height: 282px;
  }
  .marketplace-detail .detail__area__img-wrapper .detail__area__img--main {
    max-width: unset;
    height: unset;
    aspect-ratio: 343/282;
  }
  .marketplace-detail .detail__area .info__header-icons {
    margin-bottom: 8px;
  }
  .marketplace-detail .detail__area .detail__area__img {
    width: 100%;
  }
  .marketplace-detail .detail__area .detail__area__img-container .swiper-container:has(.swiper-button-next:not(.swiper-button-disabled))::after {
    opacity: 0;
  }
  .marketplace-detail .detail__area .detail__area__img-container .swiper-container:has(.swiper-button-prev:not(.swiper-button-disabled))::before {
    opacity: 0;
  }
  .marketplace-detail .detail__area .detail__area__img .navigation-images {
    max-width: 462px;
  }
  .marketplace-detail .detail__area .detail__area__info {
    width: 100%;
  }
  .marketplace-detail .detail__area .detail__area__info .info__header__group-title {
    font-size: 2rem;
    font-weight: 500;
  }
  .marketplace-detail .navigation {
    display: flex;
    justify-content: center;
  }
  .marketplace-detail .navigation .navigation-images {
    max-width: 462px;
  }
  .marketplace-detail .navigation .navigation-btn {
    transform: translateX(55px) translateY(-55px);
  }
  .marketplace-detail .detail__area {
    flex-direction: column;
    align-items: center;
    margin-bottom: 150px;
  }
  .marketplace-detail .detail__area__info {
    gap: 8px;
  }
  .marketplace-detail .detail__area .info__token {
    flex-direction: column;
    gap: 10px;
  }
  .marketplace-detail .detail__area .info__token .default-gauge-bar {
    width: 100%;
  }
  .marketplace-detail .detail__contents {
    margin-top: 16px;
    background-color: transparent;
  }
  .marketplace-detail .detail__button {
    justify-content: center;
  }
  .marketplace-detail .info__token {
    gap: 24px;
  }
  .marketplace-detail .info__token-amount {
    width: 100%;
  }
  .marketplace-detail .default-gauge-bar {
    width: 80%;
  }
  .marketplace-detail .detail__area {
    margin-bottom: 60px;
  }
  .marketplace-detail .detail__area .info__order {
    margin: 16px 0 32px 0;
  }
  .marketplace-detail .detail__area .info__order-title {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
  }
  .marketplace-detail .detail__area .info__order-price {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    letter-spacing: -0.5px;
    gap: 8px;
  }
  .marketplace-detail .detail__area .info__order-price :first-child {
    font-weight: 500;
  }
  .marketplace-detail .detail__button-group {
    max-width: none;
  }
  .marketplace-detail .detail__button-group .filter-button-group {
    min-width: 0;
  }
  .marketplace-detail .detail__button-group .filter-button-group-title {
    min-width: 0;
  }
  .marketplace-detail .detail__button-group .filter-button-group__options {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 434px;
    flex-wrap: unset;
  }
  .marketplace-detail .detail__button-group .filter-button-group__options > button {
    width: 100%;
    padding: 6px 12px;
  }
}
@media screen and (max-width: 374px) {
  .marketplace-detail .detail__button-group {
    width: 100%;
  }
  .marketplace-detail .detail__button-group .filter-button-group {
    justify-content: unset;
  }
  .marketplace-detail .detail__button-group .filter-button-group .filter-button-group__options {
    justify-content: unset;
  }
}
@media screen and (max-width: 365px) {
  .marketplace-detail .detail__area__img-container {
    height: unset;
  }
  .marketplace-detail .detail__area__img-container .swiper-container .detail__area__img-item {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
  }
}
.market-overview {
  max-width: 1080px;
  width: 100%;
  border: 2px solid #EFEFEF;
  border-radius: 20px;
  padding: 16px;
}
.market-overview__content {
  max-width: 100%;
  box-sizing: border-box;
}
.market-overview__content img {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.trade-history {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.trade-history .history-header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 1.4rem;
  color: #505050;
  margin-bottom: 24px;
}
.trade-history .history-table {
  background-color: #FFFFFF;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.trade-history .history-button {
  padding: 24px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #FFFFFF;
}
.trade-history .history-button .view-more-button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .marketplace-detail .history-header {
    margin-bottom: 16px;
    padding-left: 16px;
  }
  .marketplace-detail .history-table {
    display: flex;
    flex-direction: column;
    padding: 0;
    gap: 24px;
  }
  .marketplace-detail .history-table .tablet-card .tablet-card-container {
    height: 100%;
    background-color: #f1f1f1;
  }
}
@media screen and (max-width: 360px) {
  .trade-history .history-header {
    flex-direction: column;
  }
}
.pagination-bar {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 16px;
}
.pagination-bar__item {
  position: relative;
  width: 70px;
  height: 3px;
  background-color: #c8c8c8;
  border-radius: 999px;
  overflow: hidden;
}
.pagination-bar__item .progress {
  display: flex;
  width: 100%;
  height: 100%;
}
.pagination-bar__item.done {
  background-color: #000;
}

.marketplace__banner {
  max-width: 3440px;
  width: 100%;
  height: 200px;
  gap: 100px;
  padding: 0;
  margin: 0 0 60px 0;
}
.marketplace__banner-blur {
  position: absolute;
  width: 100%;
  height: 100%;
}
.marketplace__banner-blur > img {
  border-radius: 20px;
}
.marketplace__banner-text {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  font-size: 3rem;
  color: white;
  gap: 24px;
}
.marketplace__banner-text-title {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 600;
}
.marketplace__banner-text-detail {
  font-size: 1.4rem;
  font-weight: 600;
}
.marketplace__banner-wrapper {
  position: relative;
  display: flex;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow: visible;
}
.marketplace__banner::-webkit-scrollbar {
  display: none;
}
.marketplace__banner-swiper {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1080px;
}
.marketplace__banner-swiper .swiper-button-prev, .marketplace__banner-swiper .swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #E3E3E3;
}
.marketplace__banner-swiper .swiper-button-prev:after, .marketplace__banner-swiper .swiper-button-next:after {
  font-size: 17px;
}
.marketplace__banner-swiper .swiper-pagination-bullet {
  color: #ffffff;
  border: 1px solid white;
  background-color: transparent;
  opacity: 1;
  margin: 0 8px !important;
}
.marketplace__banner-swiper .swiper-pagination-bullet-active {
  width: 25px;
  height: 8px;
  border-radius: 8px;
  background-color: white;
}

@media screen and (max-width: 1080px) {
  .marketplace__banner {
    width: unset;
  }
  .marketplace__banner-swiper .swiper-slide {
    max-width: unset;
  }
}
@media screen and (max-width: 1024px) {
  .marketplace__banner {
    max-width: unset;
    width: 100%;
    height: 200px;
    padding: 0 24px;
  }
  .marketplace__banner-text-title {
    font-size: 2.4rem;
  }
  .marketplace__banner-swiper .swiper-slide {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .marketplace__banner {
    height: 200px;
    margin: 0 0 36px 0;
  }
}
@media screen and (max-width: 550px) {
  .marketplace__banner-text-title {
    font-size: 1.4rem;
  }
  .marketplace__banner-text-detail {
    font-size: 1.2rem;
  }
}
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}

.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}

.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-line;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p, .ql-editor ol, .ql-editor ul, .ql-editor pre, .ql-editor blockquote, .ql-editor h1, .ql-editor h2, .ql-editor h3, .ql-editor h4, .ql-editor h5, .ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol, .ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li {
  list-style-type: none;
}
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: "•";
}
.ql-editor ul[data-checked=true], .ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *, .ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before, .ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: "☑";
}
.ql-editor ul[data-checked=false] > li::before {
  content: "☐";
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl), .ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl, .ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) ". ";
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) ". ";
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) ". ";
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) ". ";
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) ". ";
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) ". ";
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) ". ";
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) ". ";
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) ". ";
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) ". ";
}
.ql-editor h1 {
  font-size: 7.2rem !important;
}
.ql-editor h2 {
  font-size: 6rem !important;
}
.ql-editor h3 {
  font-size: 4.8rem !important;
}
.ql-editor h4 {
  font-size: 3.2rem !important;
}
.ql-editor h5 {
  font-size: 2.8rem !important;
}
.ql-editor h6 {
  font-size: 2.4rem !important;
}
.ql-editor p {
  font-size: 1.6rem;
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}

.ql-snow {
  box-sizing: border-box;
}
.ql-snow.ql-toolbar:after, .ql-snow .ql-toolbar:after {
  clear: both;
  content: "";
  display: table;
}
.ql-snow.ql-toolbar button, .ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg, .ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover, .ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file], .ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover, .ql-snow .ql-toolbar button:hover, .ql-snow.ql-toolbar button:focus, .ql-snow .ql-toolbar button:focus, .ql-snow.ql-toolbar button.ql-active, .ql-snow .ql-toolbar button.ql-active, .ql-snow.ql-toolbar .ql-picker-label:hover, .ql-snow .ql-toolbar .ql-picker-label:hover, .ql-snow.ql-toolbar .ql-picker-label.ql-active, .ql-snow .ql-toolbar .ql-picker-label.ql-active, .ql-snow.ql-toolbar .ql-picker-item:hover, .ql-snow .ql-toolbar .ql-picker-item:hover, .ql-snow.ql-toolbar .ql-picker-item.ql-selected, .ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill, .ql-snow .ql-toolbar button:hover .ql-fill, .ql-snow.ql-toolbar button:focus .ql-fill, .ql-snow .ql-toolbar button:focus .ql-fill, .ql-snow.ql-toolbar button.ql-active .ql-fill, .ql-snow .ql-toolbar button.ql-active .ql-fill, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill, .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill, .ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill, .ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill, .ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill, .ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill, .ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill, .ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill, .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke, .ql-snow .ql-toolbar button:hover .ql-stroke, .ql-snow.ql-toolbar button:focus .ql-stroke, .ql-snow .ql-toolbar button:focus .ql-stroke, .ql-snow.ql-toolbar button.ql-active .ql-stroke, .ql-snow .ql-toolbar button.ql-active .ql-stroke, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke, .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke, .ql-snow.ql-toolbar button:hover .ql-stroke-miter, .ql-snow .ql-toolbar button:hover .ql-stroke-miter, .ql-snow.ql-toolbar button:focus .ql-stroke-miter, .ql-snow .ql-toolbar button:focus .ql-stroke-miter, .ql-snow.ql-toolbar button.ql-active .ql-stroke-miter, .ql-snow .ql-toolbar button.ql-active .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom, .ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: "";
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill, .ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin, .ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
  white-space: pre-line;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker, .ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label, .ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""])::before, .ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""])::before, .ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""])::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""])::before, .ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""])::before, .ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before, .ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: "Normal";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: "Heading 1";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: "Heading 2";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: "Heading 3";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: "Heading 4";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: "Heading 5";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before {
  content: "Heading 6";
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: "Heading 6";
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before, .ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: "Sans Serif";
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before, .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: "Serif";
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before {
  content: "Monospace";
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: "Monospace";
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before, .ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: "Normal";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before, .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: "Small";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before, .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: "Large";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before {
  content: "Huge";
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: "Huge";
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}

@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active), .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill, .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill, .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill, .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke, .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke, .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter, .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label, .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected, .ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}

.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: "Edit";
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: "Remove";
  margin-left: 8px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview, .ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: "Save";
  padding-right: 0px;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}

.ql-container.ql-snow {
  border: 1px solid #ccc;
}

.staking__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
}
.staking__title {
  opacity: 0;
  visibility: hidden;
  font-size: 6rem;
  font-weight: 500;
  text-align: left;
  color: #18191C;
}
.staking__subtitle {
  opacity: 0;
  visibility: hidden;
  font-size: 1.8rem;
  color: #000000;
}
.staking__list-morebtn {
  border-top: 2px solid #D5D8DC;
}
.staking__list.nova {
  margin-top: 32px;
}
.staking__list.usdt {
  margin-bottom: 32px;
}
.staking .table-wrapper {
  border-bottom: none;
  background-color: #FEFEFE;
}
.staking .table-wrapper.staking .table .divider {
  width: 100%;
}
.staking .table-wrapper.staking .table .divider-td {
  padding: 8px 0 24px 0;
}
.staking .table-wrapper.staking .table .divider-line {
  border: 0;
  border-bottom: 0.5px solid #C8C8C8;
}
.staking .table-wrapper.staking .table .thead .headerCell {
  padding: 6px 48px;
}
.staking .table-wrapper.staking .table .thead-tr .headerCell:nth-child(1) {
  width: 38%;
}
.staking .table-wrapper.staking .table .thead-tr .headerCell:nth-child(2) {
  width: 10%;
}
.staking .table-wrapper.staking .table .thead-tr .headerCell:nth-child(3) {
  width: 24%;
}
.staking .table-wrapper.staking .table .thead-tr .headerCell:nth-child(4) {
  width: 28%;
}
.staking .table-wrapper.staking .table .thead-tr .headerCell-wrapper {
  display: flex;
  flex-direction: column;
}
.staking .table-wrapper.staking .table .thead-tr .headerCell-wrapper .additional-details {
  color: #898989;
  font-size: 1rem;
  font-weight: 400;
}
.staking .table-wrapper.staking .table .tbody {
  background-color: transparent;
}
.staking .table-wrapper.staking .table .tbody .tr-cell {
  background-color: #ffffff;
}
.staking .table-wrapper.staking .table .tbody .td-cell .property-cell {
  float: left;
  display: inline-flex;
  align-items: center;
  max-width: 350px;
  padding-left: 5px;
}
.staking .table-wrapper.staking .table .tbody .td-cell .property-cell .property-cell__image {
  margin-right: 16px;
  border-radius: 10px;
}
.staking .table-wrapper.staking .table .tbody .td-cell .property-cell .property-cell-detail {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  text-align: left;
}
.staking .table-wrapper.staking .table .tbody .td-cell .property-img {
  width: 46px;
  height: 46px;
}
.staking .table-wrapper.staking .table .tbody .td-cell .apr-cell {
  padding: 0;
  word-spacing: -5px;
}
.staking .table-wrapper.staking .table .tbody .td-cell:first-child {
  padding-left: 48px;
}
.staking .table-wrapper.staking .table .tbody .td-cell:last-child {
  padding-right: 48px;
}
.staking .table-wrapper.staking .table .tbody .actions-cell .actions-content {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
.staking .table-wrapper.staking .table .tbody .actions-cell .action-button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  font-size: 1.2rem;
}
.staking .table-wrapper.staking .table .tbody .actions-cell .notice-icon path {
  fill: #486BFF;
}

@media screen and (max-width: 1024px) {
  .staking__subtitle {
    font-size: 1.6rem;
  }
  .staking .table-wrapper.staking .table .thead .headerCell {
    padding: 8px 12px;
    font-size: 1.2rem;
  }
  .staking .table-wrapper.staking .table .tbody {
    padding-left: 0;
  }
  .staking .table-wrapper.staking .table .tbody .tr-cell .td-cell {
    padding-left: 8px;
  }
  .staking .staking__list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 0;
    background-color: transparent;
  }
  .staking .staking__list-table {
    display: grid;
    grid-gap: 24px;
    padding: 0;
    grid-auto-rows: auto;
    background-color: transparent;
  }
  .staking .staking__list-table .tablet-card {
    background-color: #F1F1F1;
  }
  .staking .staking__list-table .tablet-card .tablet-card-property {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
  }
  .staking .staking__list-table .tablet-card .tablet-card-image {
    display: flex;
  }
  .staking .staking__list-table .tablet-card .tablet-card-value {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    line-height: 2.3rem;
  }
  .staking .staking__list-table .tablet-card .tablet-card-container {
    background-color: #FFFFFF;
  }
  .staking .staking__list-table .tablet-card .tablet-card-container .tablet-card-group .tablet-card-title {
    display: flex;
    flex-direction: column;
  }
  .staking .staking__list-table .tablet-card .tablet-card-container .tablet-card-group .tablet-card-estimated {
    color: #898989;
    font-size: 1rem;
    font-weight: 400;
  }
  .staking .staking__list-table .tablet-card .tablet-card-container .tablet-card-detail {
    width: 65%;
  }
  .staking .staking__list-table .tablet-card .tablet-card-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    width: 100%;
  }
  .staking .staking__list-table .tablet-card .tablet-card-btn > button {
    width: 100%;
    height: 32px;
    border-radius: 999px;
  }
  .staking .staking__list-table .tablet-card .tablet-card-btn .tablet-card-staking {
    color: #FFFFFF;
    background-color: #486BFF;
  }
  .staking .staking__list-table .tablet-card .tablet-card-btn .tablet-card-staking:disabled {
    color: #FFFFFF;
    background-color: #C8C8C8;
    cursor: default;
  }
}
@media screen and (max-width: 768px) {
  .staking__header {
    flex-direction: column;
    align-items: normal;
    gap: 16px;
    margin-bottom: 36px;
  }
  .staking__title {
    font-size: 4rem;
  }
  .staking__subtitle {
    font-size: 2rem;
  }
}
@media screen and (max-width: 550px) {
  .staking .staking__list-table {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p2p-product__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
.p2p-product__title {
  opacity: 0;
  visibility: hidden;
  font-size: 6rem;
  font-weight: 500;
  text-align: left;
  color: #18191C;
}
.p2p-product__subtitle {
  opacity: 0;
  visibility: hidden;
  font-size: 1.8rem;
  color: #000000;
}
.p2p-product__category {
  overflow: auto;
  background-color: #F7F7F7;
  border-radius: 20px;
  padding: 16px 20px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.p2p-product__category--flat-bottom {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.p2p-product__category .filter-button-group {
  min-width: auto;
}
.p2p-product .divider {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  height: 1px;
  padding: 0 20px;
  background-color: #D5D8DC;
}
.p2p-product__filter {
  background-color: #F7F7F7;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 16px 20px;
}
.p2p-product__list {
  margin-top: 32px;
}
.p2p-product .table-wrapper {
  background-color: #FEFEFE;
}
.p2p-product .table-wrapper.p2p-product .table .divider {
  width: 100%;
}
.p2p-product .table-wrapper.p2p-product .table .divider-td {
  padding: 8px 0 24px 0;
}
.p2p-product .table-wrapper.p2p-product .table .divider-line {
  border: 0;
  border-bottom: 0.5px solid #C8C8C8;
}
.p2p-product .table-wrapper.p2p-product .table .thead-tr .headerCell:nth-child(1) {
  text-align: left;
}
.p2p-product .table-wrapper.p2p-product .table .thead-tr .headerCell:nth-child(1) .headerCell-filter {
  justify-content: flex-start;
}
.p2p-product .table-wrapper.p2p-product .table .thead-tr .headerCell.trading:nth-child(1) {
  width: 12%;
}
.p2p-product .table-wrapper.p2p-product .table .thead-tr .headerCell.trading:nth-child(2) {
  width: 23%;
  text-align: left;
}
.p2p-product .table-wrapper.p2p-product .table .thead-tr .headerCell.trading:nth-child(2) .headerCell-filter {
  justify-content: flex-start;
}
.p2p-product .table-wrapper.p2p-product .table .thead-tr .headerCell.trading:nth-child(3) {
  width: 11%;
}
.p2p-product .table-wrapper.p2p-product .table .thead-tr .headerCell.trading:nth-child(4) {
  width: 10%;
}
.p2p-product .table-wrapper.p2p-product .table .thead-tr .headerCell.trading:nth-child(5) {
  width: 10%;
}
.p2p-product .table-wrapper.p2p-product .table .thead-tr .headerCell.trading:nth-child(6) {
  width: 10%;
}
.p2p-product .table-wrapper.p2p-product .table .thead-tr .headerCell.trading:nth-child(7) {
  width: 13%;
}
.p2p-product .table-wrapper.p2p-product .table .thead-tr .headerCell.trading:nth-child(8) {
  width: 11%;
}
.p2p-product .table-wrapper.p2p-product .table .thead-tr .headerCell.activity:nth-child(1) {
  width: 13%;
}
.p2p-product .table-wrapper.p2p-product .table .thead-tr .headerCell.activity:nth-child(2) {
  width: 19%;
  text-align: left;
}
.p2p-product .table-wrapper.p2p-product .table .thead-tr .headerCell.activity:nth-child(2) .headerCell-filter {
  justify-content: flex-start;
}
.p2p-product .table-wrapper.p2p-product .table .thead-tr .headerCell.activity:nth-child(3) {
  width: 9%;
}
.p2p-product .table-wrapper.p2p-product .table .thead-tr .headerCell.activity:nth-child(4) {
  width: 9%;
}
.p2p-product .table-wrapper.p2p-product .table .thead-tr .headerCell.activity:nth-child(5) {
  width: 9%;
}
.p2p-product .table-wrapper.p2p-product .table .thead-tr .headerCell.activity:nth-child(6) {
  width: 11%;
}
.p2p-product .table-wrapper.p2p-product .table .thead-tr .headerCell.activity:nth-child(7) {
  width: 11%;
}
.p2p-product .table-wrapper.p2p-product .table .thead-tr .headerCell.activity:nth-child(8) {
  width: 16%;
}
.p2p-product .table-wrapper.p2p-product .table .thead-tr .headerCell.my:nth-child(1) {
  width: 27%;
}
.p2p-product .table-wrapper.p2p-product .table .thead-tr .headerCell.my:nth-child(2) {
  width: 16%;
}
.p2p-product .table-wrapper.p2p-product .table .thead-tr .headerCell.my:nth-child(3) {
  width: 16%;
}
.p2p-product .table-wrapper.p2p-product .table .thead-tr .headerCell.my:nth-child(4) {
  width: 16%;
}
.p2p-product .table-wrapper.p2p-product .table .thead-tr .headerCell.my:nth-child(5) {
  width: 25%;
}
.p2p-product .table-wrapper.p2p-product .table .thead-tr .headerCell-wrapper {
  display: flex;
  flex-direction: column;
}
.p2p-product .table-wrapper.p2p-product .table .thead-tr .headerCell-wrapper .headerCell-filter {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.p2p-product .table-wrapper.p2p-product .table .thead-tr .headerCell-wrapper .headerCell-filter .filter-icon {
  cursor: pointer;
}
.p2p-product .table-wrapper.p2p-product .table .tbody {
  background-color: transparent;
}
.p2p-product .table-wrapper.p2p-product .table .tbody .tr-cell {
  background-color: #ffffff;
}
.p2p-product .table-wrapper.p2p-product .table .tbody .tr-cell:first-child .td-cell {
  padding-top: 16px;
}
.p2p-product .table-wrapper.p2p-product .table .tbody .td-cell {
  padding: 8px 16px;
}
.p2p-product .table-wrapper.p2p-product .table .tbody .td-cell .property-cell {
  float: left;
  display: inline-flex;
  align-items: center;
  max-width: 350px;
  padding-left: 5px;
}
.p2p-product .table-wrapper.p2p-product .table .tbody .td-cell .property-cell .property-cell__image {
  margin-right: 8px;
  border-radius: 10px;
}
.p2p-product .table-wrapper.p2p-product .table .tbody .td-cell .property-cell .property-cell-detail {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  text-align: left;
}
.p2p-product .table-wrapper.p2p-product .table .tbody .td-cell .time-cell {
  text-align: center;
}
.p2p-product .table-wrapper.p2p-product .table .tbody .td-cell .time-cell .time {
  margin-top: 4px;
  font-size: 1rem;
  color: #898989;
}
.p2p-product .table-wrapper.p2p-product .table .tbody .td-cell .status-cell {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.p2p-product .table-wrapper.p2p-product .table .tbody .td-cell .status-cell.active {
  color: #486BFF;
}
.p2p-product .table-wrapper.p2p-product .table .tbody .td-cell .status-cell.closed {
  color: #6A727C;
}
.p2p-product .table-wrapper.p2p-product .table .tbody .td-cell .status-cell.paused {
  color: #F39C12;
}
.p2p-product .table-wrapper.p2p-product .table .tbody .td-cell .status-cell.coming-soon {
  color: #9747FF;
}
.p2p-product .table-wrapper.p2p-product .table .tbody .td-cell .txid-cell {
  color: #486BFF;
  text-decoration: underline;
  cursor: pointer;
}
.p2p-product .table-wrapper.p2p-product .table .tbody .td-cell .chart-cell {
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.p2p-product .table-wrapper.p2p-product .table .tbody .td-cell .property-img {
  width: 46px;
  height: 46px;
}
.p2p-product .table-wrapper.p2p-product .table .tbody .td-cell .apr-cell {
  padding: 0;
  word-spacing: -5px;
}
.p2p-product .table-wrapper.p2p-product .table .tbody .td-cell:first-child {
  padding-left: 48px;
}
.p2p-product .table-wrapper.p2p-product .table .tbody .td-cell:first-child .date {
  text-align: left;
  white-space: nowrap;
}
.p2p-product .table-wrapper.p2p-product .table .tbody .td-cell:last-child {
  padding-right: 48px;
}
.p2p-product .table-wrapper.p2p-product .table .tbody .actions-cell {
  overflow: visible;
}
.p2p-product .table-wrapper.p2p-product .table .tbody .actions-cell .action-button-group {
  display: flex;
  justify-content: space-between;
}
.p2p-product .table-wrapper.p2p-product .table .tbody .actions-cell .action-button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 8px 6px 16px;
  font-size: 1.2rem;
}
.p2p-product .table-wrapper.p2p-product .table .tbody .actions-cell .action-button.action-timer {
  width: 100%;
  height: 100%;
  padding: 12px 16px;
  border-radius: 40px;
  background-color: #999FA5;
  color: #6A727C;
}
.p2p-product .table-wrapper.p2p-product .table .tbody .actions-cell .action-button.blue-button:hover {
  background-color: #D5D8DC;
  color: #999FA5;
}
.p2p-product .table-wrapper.p2p-product .table .tbody .actions-cell .action-button.blue-button:disabled {
  background-color: #999FA5;
  color: #6A727C;
  cursor: default;
}
.p2p-product .table-wrapper.p2p-product .table .tbody .actions-cell .action-button.blue-button .action-button__icon {
  fill: #FEFEFE;
}
.p2p-product .table-wrapper.p2p-product .table .tbody .actions-cell .action-button.blue-button:disabled .action-button__icon {
  fill: #6A727C;
}
.p2p-product .table-wrapper.p2p-product .table .tbody .actions-cell .action-button.blue-button:not(:disabled):hover .action-button__icon {
  fill: #999FA5;
}

@media screen and (max-width: 1024px) {
  .p2p-product .table-wrapper.p2p-product .table .thead-tr .headerCell {
    padding: 12px 8px;
  }
  .p2p-product .table-wrapper.p2p-product .table .thead-tr .headerCell:first-child {
    padding-left: 12px;
  }
  .p2p-product .table-wrapper.p2p-product .table .thead-tr .headerCell:last-child {
    padding-right: 12px;
  }
  .p2p-product .table-wrapper.p2p-product .table .thead-tr .headerCell.trading:nth-child(1) {
    width: 8%;
  }
  .p2p-product .table-wrapper.p2p-product .table .thead-tr .headerCell.trading:nth-child(2) {
    width: 24%;
  }
  .p2p-product .table-wrapper.p2p-product .table .thead-tr .headerCell.trading:nth-child(3) {
    width: 12%;
  }
  .p2p-product .table-wrapper.p2p-product .table .thead-tr .headerCell.trading:nth-child(4) {
    width: 12%;
  }
  .p2p-product .table-wrapper.p2p-product .table .thead-tr .headerCell.trading:nth-child(5) {
    width: 10%;
  }
  .p2p-product .table-wrapper.p2p-product .table .thead-tr .headerCell.trading:nth-child(6) {
    width: 10%;
  }
  .p2p-product .table-wrapper.p2p-product .table .thead-tr .headerCell.trading:nth-child(7) {
    width: 15%;
  }
  .p2p-product .table-wrapper.p2p-product .table .thead-tr .headerCell.trading:nth-child(8) {
    width: 9%;
  }
  .p2p-product .table-wrapper.p2p-product .table .thead-tr .headerCell.activity:nth-child(1) {
    width: 10%;
  }
  .p2p-product .table-wrapper.p2p-product .table .thead-tr .headerCell.activity:nth-child(2) {
    width: 24%;
  }
  .p2p-product .table-wrapper.p2p-product .table .thead-tr .headerCell.activity:nth-child(3) {
    width: 10%;
  }
  .p2p-product .table-wrapper.p2p-product .table .thead-tr .headerCell.activity:nth-child(4) {
    width: 10%;
  }
  .p2p-product .table-wrapper.p2p-product .table .thead-tr .headerCell.activity:nth-child(5) {
    width: 10%;
  }
  .p2p-product .table-wrapper.p2p-product .table .thead-tr .headerCell.activity:nth-child(6) {
    width: 13%;
  }
  .p2p-product .table-wrapper.p2p-product .table .thead-tr .headerCell.activity:nth-child(7) {
    width: 13%;
  }
  .p2p-product .table-wrapper.p2p-product .table .thead-tr .headerCell.activity:nth-child(8) {
    width: 10%;
  }
  .p2p-product .table-wrapper.p2p-product .table .thead-tr .headerCell.my:nth-child(1) {
    width: 27%;
  }
  .p2p-product .table-wrapper.p2p-product .table .thead-tr .headerCell.my:nth-child(2) {
    width: 16%;
  }
  .p2p-product .table-wrapper.p2p-product .table .thead-tr .headerCell.my:nth-child(3) {
    width: 16%;
  }
  .p2p-product .table-wrapper.p2p-product .table .thead-tr .headerCell.my:nth-child(4) {
    width: 16%;
  }
  .p2p-product .table-wrapper.p2p-product .table .thead-tr .headerCell.my:nth-child(5) {
    width: 25%;
  }
  .p2p-product .table-wrapper.p2p-product .table .tbody .td-cell {
    padding: 8px;
    font-size: 1.2rem;
  }
  .p2p-product .table-wrapper.p2p-product .table .tbody .td-cell:first-child {
    padding-left: 12px;
  }
  .p2p-product .table-wrapper.p2p-product .table .tbody .td-cell:last-child {
    padding-right: 12px;
  }
  .p2p-product .p2p-product__list {
    padding: 0;
    background-color: transparent;
  }
  .p2p-product .p2p-product__list-table {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .p2p-product .p2p-product__list-table .status-cell {
    justify-content: left;
  }
  .p2p-product .p2p-product__list-table .status-bullet {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background-color: black;
  }
  .p2p-product .p2p-product__list-table .status-bullet.paused {
    background-color: #F39C12;
  }
  .p2p-product .p2p-product__list-table .status-bullet.coming-soon {
    background-color: #9747FF;
  }
  .p2p-product .p2p-product__list-table .status-bullet.closed {
    background-color: #6A727C;
  }
  .p2p-product .p2p-product__list-table .status-bullet.active {
    background-color: #486BFF;
  }
}
@media screen and (max-width: 768px) {
  .p2p-product__header {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }
  .p2p-product__title {
    color: #18191C;
    font-size: 4rem;
    font-weight: 500;
  }
  .p2p-product__subtitle {
    font-size: 2rem;
  }
  .p2p-product .filter-button-group-title {
    font-size: 1rem;
    color: #2A2E34;
  }
  .p2p-product .new-mobile-card {
    background-color: #FEFEFE;
  }
  .p2p-product .new-mobile-card .action-button {
    min-width: auto;
    padding: 0 16px;
  }
}
@media screen and (max-width: 600px) {
  .p2p-product .p2p-product__list-table {
    grid-template-columns: repeat(1, 1fr);
  }
  .p2p-product .p2p-product-button-group .filter-button-group__options > button {
    width: 98px;
  }
}
.swap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.swap-title {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 600;
  margin-bottom: 120px;
}
.swap-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  position: relative;
  width: 100%;
  max-width: 500px;
}
.swap-slippage {
  width: 100%;
  margin-bottom: 8px;
  color: #898989;
  font-size: 1.4rem;
  text-align: right;
}
.swap-slippage .value {
  color: #505050;
}
.swap-box {
  width: 100%;
  padding: 24px;
  border-radius: 8px;
  border: 1px solid #C8C8C8;
  display: flex;
  justify-content: space-between;
}
.swap-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 40%;
}
.swap-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
  text-align: right;
  width: 60%;
}
.swap .sell-tag {
  display: inline-block;
  margin-bottom: 8px;
  background: #00C503;
  color: #FFFFFF;
  padding: 7px 8px;
  border-radius: 12px;
  font-weight: bold;
}
.swap .buy-tag {
  display: inline-block;
  margin-bottom: 8px;
  background: #000000;
  color: #FFFFFF;
  padding: 7px 8px;
  border-radius: 12px;
  font-weight: bold;
}
.swap .balance-wrap .balance {
  margin-right: 8px;
  font-size: 1.2rem;
  color: #898989;
}
.swap .balance-wrap .max {
  font-size: 1.2rem;
  font-weight: 600;
  color: #505050;
  cursor: pointer;
}
.swap .select-container {
  max-width: 163px;
}
.swap .input {
  width: 100%;
  border: none;
  font-size: 2.4rem;
  text-align: right;
}
.swap .input::placeholder {
  color: #C8C8C8;
}
.swap .input:focus {
  outline: none;
}
.swap-icon {
  position: absolute;
  top: 50%;
  background: none;
  border: none;
}
.swap .converted-amount {
  font-size: 1.4rem;
  color: #C8C8C8;
}
.swap .approve-button {
  width: 100%;
  max-width: 500px;
  margin-top: 32px;
  background: #41444B;
  padding: 16px;
  font-size: 1.4rem;
}
.swap .approve-button :disabled {
  background: #C8C8C8;
  color: #505050;
}

.modal-dialog.assets-calculation {
  display: flex;
  flex-direction: column;
  padding: 24px;
}
.modal-dialog.assets-calculation .modal-dialog-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.modal-dialog.assets-calculation .modal-dialog-wrapper .success {
  background-color: #231F20;
  color: #FEFEFE;
  font-size: 1.4rem;
}
.modal-dialog.assets-calculation .modal-dialog-group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}
.modal-dialog.assets-calculation .modal-dialog-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.modal-dialog.assets-calculation .modal-dialog-item-title {
  font-size: 1.4rem;
}
.modal-dialog.assets-calculation .modal-dialog-item-amount {
  font-size: 1.8rem;
  font-weight: 600;
  color: #FFFFFF;
  padding: 8px;
  background-color: #41444B;
  border-radius: 8px;
}

.modal-dialog-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(242, 242, 242, 0.6509803922);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 200;
}

.modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  border-radius: 20px;
  background-color: #FEFEFE;
  max-width: 352px;
  max-height: 100vh;
  height: auto;
  overflow-y: auto;
}
.modal-dialog__container {
  display: flex;
  flex-direction: column;
  padding: 24px;
}
.modal-dialog__header {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 8px;
}
.modal-dialog__header__title {
  flex-grow: 1;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #333333;
}
.modal-dialog__header__close {
  position: absolute;
  right: 0;
  cursor: pointer;
}
.modal-dialog__title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  white-space: pre-line;
}
.modal-dialog__title > span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.modal-dialog__close {
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
}
.modal-dialog__top .modal-dialog__title {
  justify-content: flex-start;
  text-align: left;
}
.modal-dialog__content {
  margin-top: 16px;
  margin-bottom: 8px;
  text-align: left;
  width: 100%;
  font-size: 1.2rem;
  color: #6A727C;
  white-space: pre-line;
}
.modal-dialog__content-single {
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
  color: #333333;
}
.modal-dialog__actions {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 24px;
}
.modal-dialog__actions .success {
  width: 100%;
  background-color: #231F20;
  color: #FEFEFE;
  font-size: 1.4rem;
}
.modal-dialog__actions .cancel {
  width: 100%;
  background-color: #FEFEFE;
  border-radius: 40px;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
  color: #231F20;
  font-size: 1.4rem;
}
.modal-dialog__actions .disabled {
  background-color: #999FA5;
  color: #6A727C;
  cursor: default;
}

@media screen and (max-width: 1024px) {
  .modal-dialog__title {
    font-size: 1.6rem;
  }
}
.modal-dialog.signup-modal .modal-dialog__container {
  position: relative;
  padding: 24px 24px 32px;
}
.modal-dialog.signup-modal .modal-dialog__title {
  justify-content: flex-start;
  margin-bottom: 16px;
  color: #231F20;
  font-size: 1.8rem;
  font-weight: 500;
}
.modal-dialog.signup-modal .modal-dialog__description {
  margin-bottom: 32px;
  font-size: 1.2rem;
  color: #6A727C;
  text-align: left;
}
.modal-dialog.signup-modal .modal-dialog__input {
  width: 100%;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #999FA5;
  color: #231F20;
  align-self: center;
  padding: 12px 0;
  font-size: 1.4rem;
}
.modal-dialog.signup-modal .modal-dialog__input::placeholder {
  color: #999FA5;
}
.modal-dialog.signup-modal .modal-dialog__checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 48px;
}
.modal-dialog.signup-modal .modal-dialog__checkbox-group .link {
  color: #486BFF;
  text-decoration: underline;
  cursor: pointer;
}
.modal-dialog.signup-modal .modal-dialog__note {
  margin-top: 32px;
  color: #444A52;
  font-size: 1rem;
  text-align: center;
}
.modal-dialog.signup-modal .modal-dialog__actions {
  margin-top: 16px;
  gap: 8px;
}
.modal-dialog.signup-modal .btn-round.success:disabled {
  border: 1px solid #C8C8C8;
  background-color: #C8C8C8;
  color: #505050;
  cursor: default;
}

.modal-dialog.email-auth-modal .modal-dialog__container {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 24px;
}
.modal-dialog.email-auth-modal .modal-dialog__title {
  justify-content: flex-start;
  margin-bottom: 16px;
  color: #231F20;
  font-size: 1.8rem;
  font-weight: 500;
}
.modal-dialog.email-auth-modal .modal-dialog__subtitle {
  margin-bottom: 24px;
  color: #6A727C;
  font-size: 1.2rem;
  text-align: left;
}
.modal-dialog.email-auth-modal .divider {
  width: 100%;
  height: 1px;
  margin: 50px 0;
  background-color: #C8C8C8;
}

@media screen and (max-width: 1024px) {
  .modal-dialog.email-auth-modal .modal-dialog__title {
    font-size: 1.6rem;
  }
}
.modal-dialog.complete-modal {
  max-width: 344px;
}
.modal-dialog.complete-modal .modal-dialog__container {
  align-items: center;
  padding: 24px 24px 32px;
}
.modal-dialog.complete-modal .modal-dialog__close {
  align-self: flex-end;
  margin-bottom: 8px;
}
.modal-dialog.complete-modal .complete-modal__image {
  width: 100%;
  margin-bottom: 24px;
  border-radius: 8px;
}
.modal-dialog.complete-modal .modal-dialog__title {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 8px;
}
.modal-dialog.complete-modal .modal-dialog__description {
  font-size: 1.2rem;
  color: #6A727C;
  margin-bottom: 24px;
}
.modal-dialog.complete-modal .complete-modal__status {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  padding: 15px;
  border-radius: 40px;
  background-color: #231F20;
  font-size: 1.4rem;
  color: #FEFEFE;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .modal-dialog.complete-modal .modal-dialog__title {
    font-size: 1.6rem;
  }
}
.username-input {
  position: relative;
  align-self: center;
  margin-bottom: 14px;
  width: 100%;
}
.username-input__field {
  width: 100%;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #999FA5;
  color: #231F20;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 12px 0;
  font-size: 1.4rem;
}
.username-input__field::placeholder {
  color: #999FA5;
}
.username-input__validations {
  position: absolute;
  top: 40px;
  right: -6%;
  max-width: 280px;
  width: auto;
  padding: 16px;
  border-radius: 8px;
  background-color: #FFFFFF;
  font-size: 12px;
  color: #333;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.username-input__validations .notice {
  display: flex;
  column-gap: 8px;
  align-items: center;
  margin-bottom: 16px;
}
.username-input__validations .notice > span {
  color: #242424;
  font-size: 1rem;
}
.username-input__validations .readonly-username {
  color: #505050;
  font-size: 1rem;
  font-weight: 600;
}

.terms-modal__content {
  position: absolute;
  top: 0;
  right: -110%;
  background: #FEFEFE;
  padding: 24px;
  border-radius: 20px;
  max-width: 344px;
  width: 100%;
  max-height: 100vh;
  height: auto;
  overflow-y: auto;
}
.terms-modal__content .terms-modal__title {
  margin-bottom: 16px;
  color: #231F20;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: left;
}
.terms-modal__content .terms-modal__body {
  max-height: 476px;
  padding-right: 8px;
  font-size: 1.2rem;
  line-height: 1.2;
  color: #505050;
  overflow-y: auto;
}
.terms-modal__content .terms-modal__body .line-spacing {
  margin-bottom: 8px;
}
.terms-modal__content .terms-modal__body li {
  list-style-type: disc;
}
.terms-modal__content .terms-modal__body .terms-modal__paragraph {
  list-style-type: disc;
}
.terms-modal__content .terms-modal__body .terms-modal__paragraph-item {
  margin-left: 15px;
}
.terms-modal__content .terms-modal__body .terms-modal__list {
  margin-left: 20px;
  list-style-type: disc;
}
.terms-modal__content .terms-modal__body .terms-modal__list-item {
  margin-left: 15px;
}
.terms-modal__content .terms-modal__body .terms-modal__list-item-deep {
  margin-left: 5px;
}
.terms-modal__content .terms-modal__body::-webkit-scrollbar {
  width: 6px;
}
.terms-modal__content .terms-modal__body::-webkit-scrollbar-track {
  background: #F7F7F7;
}
.terms-modal__content .terms-modal__body::-webkit-scrollbar-thumb {
  background-color: #486BFF;
  border-radius: 50px;
  border: 1px solid transparent;
}

@media screen and (max-width: 1024px) {
  .terms-modal__content {
    right: 0;
    min-height: 600px;
  }
  .terms-modal__content .terms-modal__title {
    font-size: 1.6rem;
  }
}
.email-input-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  margin-bottom: 60px;
}
.email-input-group .modal-dialog__input {
  width: 100%;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #999FA5;
  color: #231F20;
  flex: 1 1;
  width: 100%;
  padding: 12px 0;
  font-size: 1.2rem;
}
.email-input-group .modal-dialog__input::placeholder {
  color: #999FA5;
}
.email-input-group .modal-dialog__input:disabled {
  background-color: #f5f5f5;
  cursor: default;
}
.email-input-group .btn-send-code {
  width: 100%;
  padding: 12px;
  border-radius: 40px;
  background-color: #231F20;
  color: #FEFEFE;
  font-size: 1.4rem;
  font-weight: 400;
}
.email-input-group .btn-send-code:disabled {
  background-color: #D9D9D9;
  color: #505050;
  cursor: default;
}
.email-input-group .timer {
  display: flex;
  align-items: center;
  gap: 2px;
}
.email-input-group .timer .timer-text {
  color: #486BFF;
}
.email-input-group .email-error-message {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.3;
  color: #FF0000;
  text-align: left;
}

.auth-code__group {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.auth-code__group .auth-code__title {
  margin-bottom: 24px;
  color: #231F20;
  font-size: 1.8rem;
  font-weight: 500;
}
.auth-code__group .auth-code__inputs {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
}
.auth-code__group .auth-code__inputs .code-input {
  width: 40px;
  height: 52px;
  text-align: center;
  font-size: 1.8rem;
  border: 1px solid #D5D8DC;
  border-radius: 8px;
  color: #2A2E34;
  outline: none;
}
.auth-code__group .auth-code__inputs .code-input.filled {
  border-color: #242424;
}
.auth-code__group .auth-code__inputs .hyphen {
  width: 10px;
  height: 1px;
  margin: 0 4px;
  background-color: #C8C8C8;
}
.auth-code__group .error-message {
  font-size: 1rem;
  color: #D72638;
}
.auth-code__group .modal-dialog__actions {
  width: 100%;
}
.auth-code__group .btn-round.success:disabled {
  border: 1px solid #C8C8C8;
  background-color: #C8C8C8;
  color: #505050;
  cursor: default;
}
.auth-code__group .default-modal {
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 1024px) {
  .auth-code__group .auth-code__title {
    font-size: 1.6rem;
  }
}
.default-modal {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  max-width: 344px;
  width: 100%;
}
.default-modal__content {
  border: 1px solid #C8C8C8;
  border-radius: 8px;
  background: #fff;
  width: 100%;
  padding: 24px;
  text-align: center;
}
.default-modal__header {
  margin-bottom: 24px;
}
.default-modal__title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #242424;
}
.default-modal__body {
  margin-bottom: 24px;
}
.default-modal__message {
  font-size: 1.4rem;
  color: #242424;
}
.default-modal__footer {
  padding: 16px;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.default-modal__actions {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  margin-top: 24px;
}
.default-modal__actions .success {
  width: 100%;
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
  font-size: 1.4rem;
}
.default-modal__actions .cancel {
  width: 100%;
  border: 1px solid #000;
  background-color: #ccc;
  color: #333;
  font-size: 1.4rem;
}

.modal-loading-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(242, 242, 242, 0.6509803922);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 200;
  cursor: default;
  z-index: 201;
}

.modal-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 344px;
  background-color: #ffffff;
  border-radius: 20px;
  max-height: 100vh;
  height: auto;
  overflow-y: auto;
}
.modal-loading__content {
  display: flex;
  flex-direction: column;
  padding: 32px 24px;
  cursor: default;
}
.modal-loading__title {
  margin-bottom: 12px;
  color: #231F20;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: left;
}
.modal-loading__spinner {
  align-self: center;
  margin-bottom: 12px;
}
.modal-loading__message {
  font-size: 1.2rem;
  color: #6A727C;
  line-height: 1.4;
  text-align: center;
  white-space: pre-line;
}
.modal-loading__cancel-button {
  background-color: #FFFFFF;
  color: #8A8A8A;
  border: 1px solid #8A8A8A;
  font-size: 1.4rem;
  font-weight: 300;
}

@media screen and (max-width: 1024px) {
  .modal-loading__title {
    font-size: 1.6rem;
  }
}
.modal-dialog.marketplace-invest {
  display: flex;
  flex-direction: column;
  padding: 24px;
}
.modal-dialog.marketplace-invest .modal-dialog__title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  margin-bottom: 24px;
  font-size: 1.4rem;
}
.modal-dialog.marketplace-invest .modal-dialog__title-img {
  border-radius: 10px;
}
.modal-dialog.marketplace-invest .modal-dialog__container {
  font-size: 1.4rem;
  color: #231F20;
  padding: 0;
  gap: 16px;
}
.modal-dialog.marketplace-invest .modal-dialog__box {
  display: flex;
  flex-direction: column;
  padding: 0 16px;
  border: 1px solid #EFEFEF;
  border-radius: 20px;
  margin-bottom: 8px;
}
.modal-dialog.marketplace-invest .modal-dialog__box-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
}
.modal-dialog.marketplace-invest .modal-dialog__box-item-title {
  color: #486BFF;
}
.modal-dialog.marketplace-invest .modal-dialog__box-item-detail {
  color: #231F20;
  word-break: break-all;
}
.modal-dialog.marketplace-invest .modal-dialog__total {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.modal-dialog.marketplace-invest .modal-dialog__total-group {
  display: flex;
  align-items: center;
  justify-content: right;
}
.modal-dialog.marketplace-invest .modal-dialog__total-title {
  margin-right: 8px;
  color: #486BFF;
}
.modal-dialog.marketplace-invest .modal-dialog__total-price {
  margin-right: 2px;
  font-size: 1.8rem;
  font-weight: 500;
}
.modal-dialog.marketplace-invest .modal-dialog__total-unit {
  font-size: 1.4rem;
  font-weight: 400;
}
.modal-dialog.marketplace-invest .modal-dialog__total-detail {
  font-size: 1rem;
  font-weight: 400;
  color: #898989;
}
.modal-dialog.marketplace-invest .modal-dialog__receiving {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  background-color: #EFEFEF;
  padding: 16px;
  gap: 24px;
}
.modal-dialog.marketplace-invest .modal-dialog__receiving-title {
  font-size: 1.4rem;
  color: #231F20;
}
.modal-dialog.marketplace-invest .modal-dialog__receiving-detail {
  font-size: 1.4rem;
  color: #6A727C;
  overflow-wrap: break-word;
}
.modal-dialog.marketplace-invest .modal-dialog__btn {
  display: flex;
  gap: 16px;
  font-size: 1.4rem;
}
.modal-dialog.marketplace-mint {
  gap: 0;
}
.modal-dialog.marketplace-mint .modal-dialog__guide {
  text-align: left;
  line-height: 1.3;
}

.modal-dialog.p2p-buy {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
}
.modal-dialog.p2p-buy .modal-dialog__title {
  color: #231F20;
}
.modal-dialog.p2p-buy .modal-dialog__header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 0;
}
.modal-dialog.p2p-buy .modal-dialog__header .thumbnail-icon {
  border-radius: 10px;
}
.modal-dialog.p2p-buy .modal-dialog__header .modal-dialog__top {
  width: 100%;
}
.modal-dialog.p2p-buy .modal-dialog__header-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.modal-dialog.p2p-buy .modal-dialog__header-item.buy-input {
  width: 100%;
}
.modal-dialog.p2p-buy .modal-dialog__header-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  color: #2A2E34;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: left;
}
.modal-dialog.p2p-buy .modal-dialog__header-sub {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.modal-dialog.p2p-buy .modal-dialog__header-subtitle {
  color: #486BFF;
  font-size: 1rem;
}
.modal-dialog.p2p-buy .modal-dialog__header-date {
  color: #6A727C;
  font-size: 1rem;
}
.modal-dialog.p2p-buy .modal-dialog__header.buy-staking .modal-dialog__header-item {
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
.modal-dialog.p2p-buy .modal-dialog__container {
  font-size: 1.4rem;
  color: #242424;
  padding: 0;
  gap: 16px;
}
.modal-dialog.p2p-buy .modal-dialog__product-img {
  position: relative;
}
.modal-dialog.p2p-buy .modal-dialog__product-img .product-img {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.modal-dialog.p2p-buy .modal-dialog__product-img .status-cell {
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px 12px 8px 0;
  background-color: #FEFEFE;
  border-bottom-right-radius: 20px;
}
.modal-dialog.p2p-buy .modal-dialog__product-img .status-cell .status-cell__dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: currentColor;
}
.modal-dialog.p2p-buy .modal-dialog__box {
  display: flex;
  flex-direction: column;
  margin-bottom: 8px;
  padding: 0 16px;
  border-radius: 20px;
  border: 1px solid #EFEFEF;
}
.modal-dialog.p2p-buy .modal-dialog__box-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
}
.modal-dialog.p2p-buy .modal-dialog__box-item:not(:last-child) {
  border-bottom: 1px solid #EFEFEF;
}
.modal-dialog.p2p-buy .modal-dialog__box-item-title {
  color: #486BFF;
}
.modal-dialog.p2p-buy .modal-dialog__box-item-title.warning .text-warning {
  margin-top: 4px;
  color: #6A727C;
  font-size: 8px;
}
.modal-dialog.p2p-buy .modal-dialog__box-item-detail {
  color: #231F20;
  word-break: break-all;
}
.modal-dialog.p2p-buy .modal-dialog__cal {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.modal-dialog.p2p-buy .modal-dialog__total {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 8px;
}
.modal-dialog.p2p-buy .modal-dialog__total-title {
  color: #486BFF;
}
.modal-dialog.p2p-buy .modal-dialog__total-group {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  gap: 8px;
}
.modal-dialog.p2p-buy .modal-dialog__total-price {
  word-break: break-all;
  text-align: right;
}
.modal-dialog.p2p-buy .modal-dialog__total-price .modal-dialog__total-title {
  font-size: 1.4rem;
  margin-right: 8px;
}
.modal-dialog.p2p-buy .modal-dialog__total-price .modal-dialog__total-value {
  font-size: 1.8rem;
  font-weight: 500;
}
.modal-dialog.p2p-buy .modal-dialog__total-price .modal-dialog__total-unit {
  color: #231F20;
  font-size: 1.4rem;
}
.modal-dialog.p2p-buy .modal-dialog__total-pirce-unit {
  color: #231F20;
}
.modal-dialog.p2p-buy .modal-dialog__total-fee {
  font-size: 1rem;
  color: #898989;
  text-align: right;
}
.modal-dialog.p2p-buy .modal-dialog__receiving {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 16px;
  border-radius: 20px;
  background-color: #EFEFEF;
}
.modal-dialog.p2p-buy .modal-dialog__receiving .modal-dialog__input {
  display: flex;
  align-items: center;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #FEFEFE;
  max-width: 219px;
  width: 100%;
  height: 38px;
  color: #999FA5;
  line-height: 3.8;
}
.modal-dialog.p2p-buy .modal-dialog__receiving .modal-dialog__input::placeholder {
  color: #898989;
}
.modal-dialog.p2p-buy .modal-dialog__receiving .modal-dialog__input.exceeded {
  color: red;
}
.modal-dialog.p2p-buy .modal-dialog__receiving .modal-dialog__input-unit {
  height: 38px;
  line-height: 38px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #FEFEFE;
  color: #999FA5;
  padding-right: 24px;
}
.modal-dialog.p2p-buy .modal-dialog__receiving__maxBtn {
  margin-right: 24px;
  background-color: transparent;
  line-height: 1.2;
  color: #231F20;
}
.modal-dialog.p2p-buy .modal-dialog__receiving > input {
  text-align: right;
  outline: none;
  border: none;
}
.modal-dialog.p2p-buy .modal-dialog__btn {
  display: flex;
  gap: 16px;
  font-size: 1.4rem;
}
.modal-dialog.p2p-buy .modal-dialog__address {
  margin-bottom: 8px;
  padding: 16px;
  border-radius: 20px;
  background-color: #f1f1f1;
}
.modal-dialog.p2p-buy .modal-dialog__address-title {
  margin-bottom: 24px;
  font-size: 1.4rem;
  font-weight: 400;
}
.modal-dialog.p2p-buy .modal-dialog__address-value {
  color: #6A727C;
  font-size: 1.4rem;
  word-break: break-word;
}
.modal-dialog.p2p-buy .modal-dialog__actions {
  margin-top: 0;
}
.modal-dialog.p2p-buy .modal-dialog__warning {
  border-radius: 20px;
  background-color: rgba(215, 38, 56, 0.0509803922);
  padding: 16px;
}
.modal-dialog.p2p-buy .modal-dialog__warning-ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #D72638;
  font-size: 1rem;
}
.modal-dialog.p2p-buy .modal-dialog__warning-ul > li {
  display: flex;
  align-items: center;
  gap: 4px;
}

.modal-dialog.p2p-sell {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
}
.modal-dialog.p2p-sell .modal-dialog__header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  margin-bottom: 0;
}
.modal-dialog.p2p-sell .modal-dialog__header .thumbnail-icon {
  border-radius: 10px;
}
.modal-dialog.p2p-sell .modal-dialog__header-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.modal-dialog.p2p-sell .modal-dialog__header-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  color: #2A2E34;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
}
.modal-dialog.p2p-sell .modal-dialog__container {
  font-size: 1.4rem;
  padding: 0;
  gap: 0;
}
.modal-dialog.p2p-sell .modal-dialog__box {
  display: flex;
  flex-direction: column;
  padding: 0 16px;
  border-radius: 20px;
  border: 1px solid #EFEFEF;
}
.modal-dialog.p2p-sell .modal-dialog__box-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
}
.modal-dialog.p2p-sell .modal-dialog__box-item-title {
  color: #486BFF;
}
.modal-dialog.p2p-sell .modal-dialog__box-item-title.warning .text-warning {
  margin-top: 4px;
  color: #6A727C;
  font-size: 8px;
}
.modal-dialog.p2p-sell .modal-dialog__box-item-detail {
  color: #231F20;
  word-break: break-all;
}
.modal-dialog.p2p-sell .modal-dialog__quantity {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.modal-dialog.p2p-sell .modal-dialog__quantity-group {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  gap: 8px;
  margin-bottom: 24px;
  color: #231F20;
}
.modal-dialog.p2p-sell .modal-dialog__quantity-title {
  color: #486BFF;
  font-size: 1.4rem;
}
.modal-dialog.p2p-sell .modal-dialog__quantity-price {
  font-size: 1.8rem;
  font-weight: 500;
  word-break: break-all;
  text-align: right;
}
.modal-dialog.p2p-sell .modal-dialog__quantity-fee {
  font-size: 1rem;
  color: #898989;
  text-align: right;
}
.modal-dialog.p2p-sell .modal-dialog__receiving {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 16px;
  border-radius: 20px;
  background-color: #EFEFEF;
}
.modal-dialog.p2p-sell .modal-dialog__receiving .modal-dialog__input {
  display: flex;
  align-items: center;
  border: none;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #FEFEFE;
  max-width: 219px;
  width: 100%;
  height: 38px;
  padding-top: 4px;
  padding-right: 4px;
  color: #999FA5;
  line-height: 3.8;
  text-align: right;
}
.modal-dialog.p2p-sell .modal-dialog__receiving .modal-dialog__input.exceeded {
  color: red;
}
.modal-dialog.p2p-sell .modal-dialog__receiving .modal-dialog__input::placeholder {
  color: #898989;
}
.modal-dialog.p2p-sell .modal-dialog__receiving .modal-dialog__input:focus {
  outline: none;
}
.modal-dialog.p2p-sell .modal-dialog__receiving .modal-dialog__input-unit {
  height: 38px;
  line-height: 38px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #FEFEFE;
  color: #999FA5;
  padding-right: 24px;
}
.modal-dialog.p2p-sell .modal-dialog__receiving__maxBtn {
  margin-right: 24px;
  background-color: transparent;
  line-height: 1.2;
  color: #231F20;
}
.modal-dialog.p2p-sell .modal-dialog__btn {
  display: flex;
  gap: 16px;
  font-size: 1.4rem;
}
.modal-dialog.p2p-sell .modal-dialog__token-price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  border-radius: 20px;
  background-color: #F1F1F1;
  margin-top: 8px;
  padding: 9px 16px;
  color: #231F20;
}
.modal-dialog.p2p-sell .modal-dialog__token-price .modal-dialog__token-price-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 8px;
}
.modal-dialog.p2p-sell .modal-dialog__token-price .modal-dialog__token-price-top .modal-dialog__token-price-title {
  font-size: 1.4rem;
}
.modal-dialog.p2p-sell .modal-dialog__token-price .modal-dialog__token-price-top .modal-dialog__token-price-content .modal-dialog__input-wrap {
  position: relative;
}
.modal-dialog.p2p-sell .modal-dialog__token-price .modal-dialog__token-price-top .modal-dialog__token-price-content .modal-dialog__input-wrap .modal-dialog__input {
  display: flex;
  align-items: center;
  border: none;
  border-radius: 10px;
  background-color: #FEFEFE;
  max-width: 160px;
  width: 100%;
  padding: 10px 45px 10px 10px;
  text-align: right;
  outline: none;
  color: #999FA5;
  font-size: 1.4rem;
}
.modal-dialog.p2p-sell .modal-dialog__token-price .modal-dialog__token-price-top .modal-dialog__token-price-content .modal-dialog__input-wrap .modal-dialog__input.out-of-range {
  color: red;
}
.modal-dialog.p2p-sell .modal-dialog__token-price .modal-dialog__token-price-top .modal-dialog__token-price-content .modal-dialog__input-wrap .modal-dialog__input-unit {
  position: absolute;
  top: 50%;
  transform: translateY(-45%);
  right: 8px;
  font-size: 1.4rem;
  color: #999FA5;
}
.modal-dialog.p2p-sell .modal-dialog__token-price .modal-dialog__last-price {
  color: #898989;
  font-size: 1rem;
}
.modal-dialog.p2p-sell .modal-dialog__token-price .modal-dialog__last-price .last-price__value {
  color: #505050;
}
.modal-dialog.p2p-sell .modal-dialog__token-price-guide {
  margin-top: 8px;
  color: #D72638;
  font-size: 1rem;
  text-align: right;
}
.modal-dialog.p2p-sell .modal-dialog__total-final {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 24px;
  padding: 14.5px 0;
}
.modal-dialog.p2p-sell .modal-dialog__total-final-title {
  margin-right: 8px;
  color: #486BFF;
  font-size: 1.4rem;
}
.modal-dialog.p2p-sell .modal-dialog__total-final-value {
  font-size: 1.4rem;
}
.modal-dialog.p2p-sell .modal-dialog__total-final-value .bold {
  color: #231F20;
  font-size: 1.8rem;
  font-weight: 500;
}
.modal-dialog.p2p-sell .modal-dialog__actions {
  margin-top: 0;
}
.modal-dialog.p2p-sell .modal-dialog__warning {
  border-radius: 20px;
  background-color: rgba(215, 38, 56, 0.0509803922);
  padding: 16px;
}
.modal-dialog.p2p-sell .modal-dialog__warning-ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #D72638;
  font-size: 1rem;
}
.modal-dialog.p2p-sell .modal-dialog__warning-ul > li {
  display: flex;
  align-items: center;
  gap: 4px;
}

.modal-dialog.p2p-sell-final {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
}
.modal-dialog.p2p-sell-final .modal-dialog__header .thumbnail-icon {
  border-radius: 10px;
}
.modal-dialog.p2p-sell-final .modal-dialog__header-item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.modal-dialog.p2p-sell-final .modal-dialog__header-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
}
.modal-dialog.p2p-sell-final .modal-dialog__container {
  font-size: 1.4rem;
  color: #231F20;
  padding: 0;
  gap: 0;
}
.modal-dialog.p2p-sell-final .modal-dialog__box {
  display: flex;
  flex-direction: column;
  padding: 0 16px;
  border: 1px solid #EFEFEF;
  border-radius: 20px;
  margin-bottom: 24px;
}
.modal-dialog.p2p-sell-final .modal-dialog__box-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
}
.modal-dialog.p2p-sell-final .modal-dialog__box-item-title {
  color: #486BFF;
}
.modal-dialog.p2p-sell-final .modal-dialog__box-item-detail {
  color: #231F20;
  word-break: break-all;
}
.modal-dialog.p2p-sell-final .modal-dialog__total {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.modal-dialog.p2p-sell-final .modal-dialog__total-group {
  display: flex;
  align-items: center;
  justify-content: right;
}
.modal-dialog.p2p-sell-final .modal-dialog__total-title {
  margin-right: 8px;
  color: #486BFF;
}
.modal-dialog.p2p-sell-final .modal-dialog__total-price {
  margin-right: 2px;
  font-size: 1.8rem;
  font-weight: 500;
}
.modal-dialog.p2p-sell-final .modal-dialog__total-unit {
  font-size: 1.4rem;
  font-weight: 400;
}
.modal-dialog.p2p-sell-final .modal-dialog__total-fee {
  font-size: 1rem;
  color: #898989;
  text-align: right;
}
.modal-dialog.p2p-sell-final .modal-dialog__address {
  margin-top: 16px;
  margin-bottom: 24px;
  padding: 16px;
  border-radius: 20px;
  background-color: #EFEFEF;
}
.modal-dialog.p2p-sell-final .modal-dialog__address-title {
  margin-bottom: 24px;
  font-size: 1.4rem;
  color: #231F20;
}
.modal-dialog.p2p-sell-final .modal-dialog__address-value {
  font-size: 1.4rem;
  color: #6A727C;
  overflow-wrap: break-word;
}
.modal-dialog.p2p-sell-final .modal-dialog__actions {
  margin-top: 0;
}

@media screen and (max-width: 1024px) {
  .modal-dialog.p2p-sell-final .modal-dialog__header-title {
    font-size: 1.6rem;
  }
}
.modal-dialog.p2p-chart {
  display: flex;
  flex-direction: column;
  padding: 24px;
}
.modal-dialog.p2p-chart .modal-dialog__header {
  margin-bottom: 0;
  justify-content: flex-start;
}
.modal-dialog.p2p-chart .modal-dialog__header-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  margin-bottom: 16px;
  color: #231F20;
  font-size: 1.8rem;
  font-weight: 500;
}
.modal-dialog.p2p-chart .modal-dialog__container {
  padding: 0;
  gap: 16px;
}
.modal-dialog.p2p-chart .modal-dialog__container .p2p-chart-button-group {
  display: flex;
  justify-content: flex-end;
  gap: 0;
}
.modal-dialog.p2p-chart .modal-dialog__container .period-btn {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  padding: 0 16px;
  border-radius: 40px;
  background-color: #FEFEFE;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
  color: #231F20;
  font-size: 1.2rem;
}

@media screen and (max-width: 1024px) {
  .modal-dialog.p2p-chart .modal-dialog__header-title {
    font-size: 1.6rem;
  }
}
.modal-dialog.staking {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
}
.modal-dialog.staking .modal-dialog__item {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #2A2E34;
  font-size: 1.4rem;
  font-weight: 500;
}
.modal-dialog.staking .modal-dialog__item-title {
  word-break: break-all;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.modal-dialog.staking .modal-dialog__container {
  font-size: 1.4rem;
  color: #242424;
  padding: 0;
}
.modal-dialog.staking .modal-dialog__box {
  display: flex;
  flex-direction: column;
  padding: 0 16px;
  border: 1px solid #EFEFEF;
  border-radius: 20px;
  margin-bottom: 4px;
}
.modal-dialog.staking .modal-dialog__box-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
}
.modal-dialog.staking .modal-dialog__box-item:not(:last-child) {
  border-bottom: 1px solid #EFEFEF;
}
.modal-dialog.staking .modal-dialog__box-item-title {
  color: #486BFF;
}
.modal-dialog.staking .modal-dialog__box-item-detail {
  color: #231F20;
  word-break: break-all;
}
.modal-dialog.staking .modal-dialog__expected-return {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 16px;
  border-radius: 20px;
  background-color: #EFEFEF;
}
.modal-dialog.staking .modal-dialog__expected-return--title {
  color: #231F20;
}
.modal-dialog.staking .modal-dialog__expected-return-value {
  display: flex;
  align-items: center;
  justify-content: right;
  outline: none;
  width: 144px;
  border-radius: 10px;
  padding: 14px 15px;
  font-size: 1.4rem;
  color: #C8C8C8;
  background-color: #FEFEFE;
  word-break: break-all;
  height: auto;
  min-height: 38px;
}
.modal-dialog.staking .modal-dialog__expected-return-value::placeholder {
  color: #999FA5;
}
.modal-dialog.staking .modal-dialog__total {
  margin-top: 38.5px;
}
.modal-dialog.staking .modal-dialog__total-title {
  color: #486BFF;
}
.modal-dialog.staking .modal-dialog__total-group {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-bottom: 14.5px;
}
.modal-dialog.staking .modal-dialog__total-price {
  color: #231F20;
  font-size: 1.8rem;
  font-weight: 500;
  word-break: break-all;
}
.modal-dialog.staking .modal-dialog__total-unit {
  color: #231F20;
  font-size: 1.4rem;
  font-weight: 400;
}
.modal-dialog.staking .modal-dialog__total-detail {
  font-size: 1rem;
  font-weight: 400;
  color: #898989;
}
.modal-dialog.staking .modal-dialog__receiving {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  border-radius: 20px;
  background-color: #EFEFEF;
}
.modal-dialog.staking .modal-dialog__receiving .modal-dialog__input {
  display: flex;
  align-items: center;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #FEFEFE;
  max-width: 219px;
  width: 100%;
  height: 38px;
  color: #999FA5;
  line-height: 3.8;
}
.modal-dialog.staking .modal-dialog__receiving .modal-dialog__input-unit {
  height: 38px;
  line-height: 38px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #FEFEFE;
  color: #999FA5;
  padding-right: 24px;
}
.modal-dialog.staking .modal-dialog__receiving-title {
  font-size: 1.4rem;
  font-weight: 400;
  color: #242424;
}
.modal-dialog.staking .modal-dialog__receiving-detail {
  font-size: 1.2rem;
  color: #505050;
  overflow-wrap: break-word;
}
.modal-dialog.staking .modal-dialog__receiving__maxBtn {
  margin-right: 24px;
  background-color: transparent;
  line-height: 1.2;
  color: #231F20;
}
.modal-dialog.staking .modal-dialog__receiving > input {
  text-align: right;
  outline: none;
  border: none;
}
.modal-dialog.staking .modal-dialog__btn {
  display: flex;
  gap: 16px;
  font-size: 1.4rem;
}
.modal-dialog.staking .modal-dialog__actions {
  margin-top: 0;
}
.modal-dialog.staking .modal-dialog__warning {
  border-radius: 20px;
  background-color: rgba(215, 38, 56, 0.0509803922);
  padding: 16px;
}
.modal-dialog.staking .modal-dialog__warning-ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #D72638;
  font-size: 1rem;
}
.modal-dialog.staking .modal-dialog__warning-ul > li {
  display: flex;
  align-items: center;
  gap: 4px;
  letter-spacing: -0.3px;
}
.modal-dialog.staking.marketplace-mint {
  gap: 0;
}
.modal-dialog.staking.marketplace-mint .modal-dialog__guide {
  margin-top: 24px;
  text-align: center;
}

.mypage-modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(242, 242, 242, 0.6509803922);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 200;
}

.mypage-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  border-radius: 12px;
  background-color: #ffffff;
  max-width: 1080px;
  width: 100%;
  max-height: 100vh;
  height: auto;
  overflow-y: auto;
  margin: 0 auto;
  border: 1px solid #C8C8C8;
}
.mypage-modal.leaderboard-status {
  max-width: 548px;
}
.mypage-modal.claimed-details {
  max-width: 1080px;
}
.mypage-modal.claimed-details .mypage__list-table {
  width: 100%;
}
.mypage-modal.claimed-details .mypage__list-table .table-wrapper .table .thead .thead-tr .headerCell:nth-child(1) {
  width: 20%;
}
.mypage-modal.claimed-details .mypage__list-table .table-wrapper .table .thead .thead-tr .headerCell:nth-child(2) {
  width: 20%;
}
.mypage-modal.claimed-details .mypage__list-table .table-wrapper .table .thead .thead-tr .headerCell:nth-child(3) {
  width: 20%;
}
.mypage-modal.claimed-details .mypage__list-table .table-wrapper .table .thead .thead-tr .headerCell:nth-child(4) {
  width: 20%;
}
.mypage-modal.claimed-details .mypage__list-table .table-wrapper .table .thead .thead-tr .headerCell:nth-child(4) {
  width: 20%;
}
.mypage-modal.claimed-details .mypage__list-table .table-wrapper .table .tbody .td-cell {
  padding: 23px 16px;
}
.mypage-modal__container {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 24px;
}
.mypage-modal__header {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.mypage-modal__title {
  font-size: 1.8rem;
  font-weight: 500;
  color: #333333;
  text-align: center;
}
.mypage-modal__close {
  position: absolute;
  right: 0;
  background: none;
}
.mypage-modal__content {
  flex-grow: 1;
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mypage-modal__content.leaderboard-status .mypage__list-table {
  width: 100%;
}
.mypage-modal__content.leaderboard-status .mypage__list-table .my-rank-container {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 4px;
  border-radius: 20px;
  background-color: #486BFF;
  color: #FEFEFE;
  font-size: 1.4rem;
}
.mypage-modal__content.leaderboard-status .mypage__list-table .my-rank-container .rank-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.mypage-modal__content.leaderboard-status .mypage__list-table .my-rank-container .rank-info .rank-value {
  text-align: center;
}
.mypage-modal__content.leaderboard-status .mypage__list-table .my-rank-container .rank-info .rank-value:nth-child(1) {
  flex: 0 0 35%;
  padding: 10px 16px 10px 48px;
}
.mypage-modal__content.leaderboard-status .mypage__list-table .my-rank-container .rank-info .rank-value:nth-child(2) {
  flex: 0 0 30%;
  padding: 10px 16px;
}
.mypage-modal__content.leaderboard-status .mypage__list-table .my-rank-container .rank-info .rank-value:nth-child(3) {
  flex: 0 0 35%;
  padding: 10px 48px 10px 16px;
}
.mypage-modal__content.leaderboard-status .mypage__list-table .table-wrapper .table .thead .thead-tr .headerCell:nth-child(1) {
  text-align: center;
  width: 35%;
}
.mypage-modal__content.leaderboard-status .mypage__list-table .table-wrapper .table .thead .thead-tr .headerCell:nth-child(2) {
  width: 30%;
}
.mypage-modal__content.leaderboard-status .mypage__list-table .table-wrapper .table .thead .thead-tr .headerCell:nth-child(3) {
  width: 35%;
}
.mypage-modal__content.leaderboard-status .mypage__list-table .table-wrapper .table .divider .divider-content {
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 24px 0 16px;
  padding: 8px 50px;
  border-radius: 8px;
  background-color: #41444B;
}
.mypage-modal__content.leaderboard-status .mypage__list-table .table-wrapper .table .divider .divider-content .my-rank {
  padding: 8px;
  border-radius: 4px;
  background-color: #FFFFFF;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
}
.mypage-modal__content.leaderboard-status .mypage__list-table .table-wrapper .table .divider .divider-content .rank-info {
  display: flex;
  align-items: center;
  color: #FFFFFF;
  font-size: 1.4rem;
}
.mypage-modal__content.leaderboard-status .mypage__list-table .table-wrapper .table .divider .divider-content .rank-info .vertical-bar {
  width: 1px;
  height: 6px;
  margin: 0 8px;
  background-color: #FFFFFF;
}
.mypage-modal__content.leaderboard-status .mypage__list-table .table-wrapper .table .tbody .tr-cell .td-cell:first-child {
  padding-left: 48px;
  text-align: center;
}
.mypage-modal__content.leaderboard-status .mypage__list-table .table-wrapper .table .tbody .tr-cell .td-cell:last-child {
  padding-right: 48px;
}
.mypage-modal__content.leaderboard-status .mypage__list-table .table-wrapper .table .tbody .tr-cell .td-cell {
  padding: 16px;
}
.mypage-modal__content.reward-history .mypage__list-table {
  width: 100%;
}
.mypage-modal__content.reward-history .mypage__list-table .table-wrapper .table .thead .thead-tr .headerCell:nth-child(1) {
  width: 18%;
}
.mypage-modal__content.reward-history .mypage__list-table .table-wrapper .table .thead .thead-tr .headerCell:nth-child(2) {
  width: 20%;
}
.mypage-modal__content.reward-history .mypage__list-table .table-wrapper .table .thead .thead-tr .headerCell:nth-child(3) {
  width: 46%;
  text-align: left;
}
.mypage-modal__content.reward-history .mypage__list-table .table-wrapper .table .thead .thead-tr .headerCell:nth-child(4) {
  width: 18%;
}
.mypage-modal__content.reward-history .mypage__list-table .table-wrapper .table .tbody {
  background-color: #FFFFFF;
}
.mypage-modal__content.reward-history .mypage__list-table .table-wrapper .table .tbody .tr-cell:first-child .td-cell {
  padding-top: 20px;
}
.mypage-modal__content.reward-history .mypage__list-table .table-wrapper .table .td-cell {
  padding: 16px;
}
.mypage-modal__content.reward-history .mypage__list-table .table-wrapper .table .td-cell:nth-child(1) .td-cell-wrap, .mypage-modal__content.reward-history .mypage__list-table .table-wrapper .table .td-cell:nth-child(2) .td-cell-wrap {
  word-break: unset;
}
.mypage-modal__content.reward-history .mypage__list-table .table-wrapper .table .td-cell:nth-child(3) {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  text-align: left;
}
.mypage-modal__content .point-shop-cards {
  width: 100%;
}
.mypage-modal__content .pagination {
  margin-top: 24px;
}
.mypage-modal__content .point-shop-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
  gap: 24px;
  justify-items: center;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  border-radius: 8px;
}

@media screen and (max-width: 1024px) {
  .mypage-modal {
    width: 94%;
  }
  .mypage-modal__title {
    font-size: 1.6rem;
  }
  .mypage-modal__content .tablet-card {
    background-color: #f1f1f1;
  }
  .mypage-modal__content .tablet-card .tablet-card-container {
    height: 100%;
    background-color: #FFFFFF;
  }
  .mypage-modal__content .tablet-card .tablet-card-container .tablet-card-group {
    column-gap: 16px;
  }
  .mypage-modal__content .tablet-card .tablet-card-container .tablet-card-group .tablet-card-detail {
    text-align: right;
    word-break: break-all;
    max-width: 150px;
  }
  .mypage-modal__content .mypage__list-cards {
    width: 100%;
  }
  .mypage-modal__content .mypage__list-cards .my-rank-container {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 8px;
    margin-bottom: 16px;
    border-radius: 8px;
    background-color: #41444B;
  }
  .mypage-modal__content .mypage__list-cards .my-rank-container .my-rank {
    padding: 8px;
    border-radius: 4px;
    background-color: #FFFFFF;
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
  }
  .mypage-modal__content .mypage__list-cards .my-rank-container .rank-info {
    display: flex;
    align-items: center;
    color: #FFFFFF;
    font-size: 1.4rem;
  }
  .mypage-modal__content .mypage__list-cards .my-rank-container .rank-info .vertical-bar {
    width: 1px;
    height: 6px;
    margin: 0 8px;
    background-color: #FFFFFF;
  }
  .mypage-modal__content .mypage__list-cards .mypage__list-cards-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px;
    gap: 24px;
    width: 100%;
    background: unset;
    padding: 0 12px 0 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .mypage-modal .mypage-modal__content .mypage__list-table {
    width: 100%;
  }
  .mypage-modal .mypage-modal__content .mypage__list-table .tablet-card {
    width: 39vw;
  }
  .mypage-modal .mypage-modal__content .point-shop-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .mypage-modal .reward-history__filters {
    margin-top: 16px;
  }
  .mypage-modal .mypage-modal__content.reward-history .mypage__list-table {
    overflow-x: auto;
  }
  .mypage-modal .mypage-modal__content.reward-history .point-shop-cards {
    display: flex;
    flex-direction: column;
  }
  .mypage-modal .mypage-modal__content.leaderboard-status .mypage__list-table .my-rank-container .rank-info .rank-value:nth-child(1) {
    padding: 10px 16px;
    flex: 0 0 40%;
  }
  .mypage-modal .mypage-modal__content.leaderboard-status .mypage__list-table .my-rank-container .rank-info .rank-value:nth-child(2) {
    flex: 0 0 20%;
  }
  .mypage-modal .mypage-modal__content.leaderboard-status .mypage__list-table .my-rank-container .rank-info .rank-value:nth-child(3) {
    padding: 10px 16px;
    flex: 0 0 40%;
  }
  .mypage-modal .mypage-modal__content.leaderboard-status .mypage__list-table .table-wrapper .table .tbody .tr-cell .td-cell:nth-child(1) {
    padding: 16px;
  }
  .mypage-modal .mypage-modal__content.leaderboard-status .mypage__list-table .table-wrapper .table .tbody .tr-cell .td-cell:nth-child(3) {
    padding: 16px;
  }
}
.modal-dialog.my-possession {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 344px;
  padding: 24px;
}
.modal-dialog.my-possession .modal-dialog__header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 0;
}
.modal-dialog.my-possession .modal-dialog__header-title {
  font-size: 1.8rem;
  font-weight: 600;
}
.modal-dialog.my-possession .modal-dialog__container {
  font-size: 1.4rem;
  color: #242424;
  padding: 0;
  gap: 0;
}
.modal-dialog.my-possession .modal-dialog__box {
  display: flex;
  flex-direction: column;
  padding: 0 16px;
  border: 1px solid #EFEFEF;
  border-radius: 20px;
  margin-bottom: 4px;
}
.modal-dialog.my-possession .modal-dialog__box-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
}
.modal-dialog.my-possession .modal-dialog__box-item-title {
  color: #486BFF;
}
.modal-dialog.my-possession .modal-dialog__box-item-detail {
  color: #231F20;
  word-break: break-all;
}
.modal-dialog.my-possession .modal-dialog__warning {
  margin: 24px 0;
  color: #D72638;
  font-size: 1.2rem;
  font-weight: 300;
  text-align: center;
}
.modal-dialog.my-possession .modal-dialog__actions {
  margin-top: 0;
}

.sidebar {
  z-index: 103;
  width: 250px;
  background-color: rgb(254, 254, 254);
  padding: 135px 16px;
  box-shadow: 0 13px 27px -12px rgba(50, 50, 93, 0.25), 0 8px 16px -8px rgba(0, 0, 0, 0.1);
  transition: width 0.3s ease;
}
.sidebar__close {
  display: none;
}
.sidebar .menu {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 0;
  margin: 0;
}
.sidebar .menu-item {
  list-style: none;
}
.sidebar .menu-item.top .menu-item-group span:first-child {
  color: #486BFF;
  font-weight: 500;
}
.sidebar .menu-item.top.selected .menu-item-group span:first-child {
  color: #FEFEFE;
}
.sidebar .menu-item.top.selected .etc {
  display: none;
}
.sidebar .menu-item > button {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  height: 44px;
  padding: 14px 16px;
  font-size: 1.4rem;
  background: transparent;
  text-decoration: none;
}
.sidebar .menu-item > button > span {
  color: #6A727C;
  font-weight: 400;
}
.sidebar .menu-item .menu-item-group {
  display: flex;
  align-items: center;
  gap: 9px;
}
.sidebar .menu-item .menu-item-group .etc {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 40px;
  font-size: 12px;
  font-weight: 400;
  background-color: #486BFF;
  color: #FEFEFE;
}
.sidebar .menu-divider {
  padding: 18px 0;
  border-top: 1px solid #898989;
  font-size: 1.4rem;
  color: #898989;
}
.sidebar .menu-divider > span {
  margin-left: 18px;
}
.sidebar .menu .selected {
  background-color: #41444B;
  border-radius: 999px;
}
.sidebar .menu .selected > span {
  color: #FFFFFF;
}

@media screen and (max-width: 1024px) {
  .sidebar {
    width: 80px;
    padding: 10px 16px;
    margin-top: 64px;
    border-radius: 0 8px 8px 0;
  }
  .sidebar.tablet-collapsed {
    width: 80px;
    overflow: hidden;
  }
  .sidebar.tablet-collapsed .menu {
    align-items: center;
  }
  .sidebar.tablet-open {
    width: 250px;
  }
  .sidebar.tablet-open .sidebar__close {
    justify-content: flex-end;
  }
  .sidebar__close {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 48px;
  }
  .sidebar__close .close-btn {
    background: none;
  }
  .sidebar.tablet-collapsed .menu span,
  .sidebar.tablet-collapsed .menu .menu-item-group {
    opacity: 0;
    transition: opacity 0.2s ease;
    pointer-events: none;
  }
  .sidebar.tablet-collapsed .menu .etc {
    display: none;
  }
  .sidebar.tablet-open .menu span,
  .sidebar.tablet-open .menu .menu-item-group {
    opacity: 1;
    transition: opacity 0.2s ease 0.1s;
  }
}
.sidebar-mobile {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background: #FEFEFE;
  box-shadow: 0 13px 27px -12px rgba(50, 50, 93, 0.25), 0 8px 16px -8px rgba(0, 0, 0, 0.1);
  z-index: 50;
}
.sidebar-mobile__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 16px;
  list-style: none;
  overflow: visible !important;
}
.sidebar-mobile__item {
  text-align: center;
}
.sidebar-mobile__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background-color 0.2s;
}
.sidebar-mobile__btn.active {
  background-color: black;
}

.checkbox {
  display: flex;
  gap: 8px;
}
.checkbox .checkbox-wrap {
  cursor: pointer;
}
.checkbox .checkbox-wrap .checkbox-style {
  opacity: 0;
  position: absolute;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox .checkbox-label {
  font-size: 1.2rem;
  line-height: 1.2;
  color: #6A727C;
}

.checkbox-container {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.checkbox-container > label {
  cursor: pointer;
}

.checkbox-container input[type=checkbox] {
  opacity: 0;
  position: absolute;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox-container img {
  margin-top: 4px;
  margin-right: 8px;
  width: 24px;
  height: 24px;
}

.toast-message {
  position: fixed;
  top: 76px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 4px;
  background-color: #000;
  color: #fff;
  padding: 10px 16px;
  font-size: 1.4rem;
  font-weight: 400;
  z-index: 300;
  animation: fadeInOut 3s;
}

@media screen and (max-width: 768px) {
  .toast-message {
    border-radius: 999px;
  }
}
@media screen and (max-width: 550px) {
  .toast-message {
    top: unset;
    bottom: 30px;
    max-width: 245px;
    width: 100%;
  }
}
.pagination-container > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  width: 100%;
  gap: 16px;
}
.pagination-container > ul > li > a {
  text-decoration: none;
}
.pagination-container .pagination .page-item .page-link {
  color: #898989;
  font-size: 1.4rem;
}
.pagination-container .pagination .page-item .page-link.undefined {
  color: #242424;
}

.search-bar {
  padding: 0 8px;
}
.search-bar__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 353px;
  width: 100%;
  border: none;
  border-radius: 20px;
  background-color: #F7F7F7;
  padding: 12px 16px;
  color: #2A2E34;
  font-size: 1.4rem;
}
.search-bar__icon {
  flex-shrink: 0;
  position: relative;
  left: 0;
  display: flex;
  align-items: center;
  margin-right: 8px;
  background-color: transparent;
}
.search-bar__icon img {
  display: block;
}
.search-bar__input {
  flex-grow: 1;
  width: 100%;
  font-size: 1.4rem;
  border: none;
  border-radius: 0;
  background-color: #F7F7F7;
  outline: none;
}
.search-bar__input::placeholder {
  color: #6A727C;
}

.searchfilter {
  z-index: 1;
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 288px;
  padding: 24px;
  gap: 24px;
  border: 1px solid #cdcdcd;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2509803922);
}
.searchfilter-filter {
  font-size: 1.6rem;
  font-weight: 500;
  color: #333333;
}
.searchfilter-title {
  font-size: 2rem;
  color: #333333;
}
.searchfilter-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.searchfilter-itembox {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 105px;
  font-size: 1.6rem;
  color: #333333;
  word-break: break-all;
}
.searchfilter-itembox > label {
  display: flex;
  align-items: center;
  color: #585858;
  cursor: pointer;
}
.searchfilter .searchfilter-btn {
  height: 50px;
  background-color: #ee4e62;
  color: #ffffff;
  padding: 10px 24px;
  border-radius: 8px;
  font-size: 1.4rem;
  font-weight: 700;
}

.select-container {
  position: relative;
  width: 100%;
  height: 24px;
}
.select-container .select-selected {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: 100%;
  margin: 7px 0;
  background: transparent;
  color: #505050;
  font-size: 1.4rem;
  text-align: left;
  cursor: pointer;
}
.select-container .select-selected .arrow-down-icon {
  transition: transform 0.3s ease;
}
.select-container .select-selected .arrow-down-icon.open {
  transform: rotate(180deg);
}
.select-container .select-selected.open {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  margin: 0;
  padding: 24px;
}
.select-container .select-selected.has-selected {
  color: #585858;
}
.select-container .select-options {
  list-style-type: none;
  position: absolute;
  width: 100%;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  z-index: 1;
}
.select-container .select-options .line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 0;
  background-color: #aaaaaa;
}
.select-container .select-options .line-style {
  display: flex;
  justify-content: space-between;
}
.select-container .select-options .line-style-btn {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 16px 24px;
  border-radius: 8px;
  background-color: #ffffff;
}
.select-container .select-options .line-style-btn .option- {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.select-container .select-options .line-style-hover {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  border-radius: 8px;
}
.select-container .select-options li {
  position: relative;
  color: #585858;
  font-size: 12px;
  font-family: "Inter", sans-serif;
  text-align: left;
  cursor: pointer;
}
.select-container .select-options li:hover {
  color: #333333;
}
.select-container .select-options li .hovered {
  width: 1px;
  height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d93a56;
  border-radius: 8px;
}

.rows-per-page-selector {
  display: flex;
  align-items: center;
}
.rows-per-page-selector .label {
  margin-right: 8px;
  font-size: 1.4rem;
}
.rows-per-page-selector .selector-container {
  display: flex;
  align-items: center;
  border: 1px solid #cdcdcd;
  padding: 5px 8px;
  border-radius: 4px;
}
.rows-per-page-selector .items-per-page {
  margin-right: 8px;
  font-size: 1.4rem;
}
.rows-per-page-selector .button-container {
  display: flex;
  flex-direction: column;
}
.rows-per-page-selector .button-container .arrow-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.rows-per-page-selector .button-container .arrow-button .arrow {
  width: 12px;
  height: 6px;
}
.rows-per-page-selector .button-container .arrow-button .up {
  transform: rotate(0deg);
}
.rows-per-page-selector .button-container .arrow-button .down {
  transform: rotate(180deg);
}

.accordion-item {
  padding-bottom: 24px;
}

.accordion-item,
.accordion-group {
  transition: all 0.3s ease;
}
.accordion-item .ql-editor,
.accordion-group .ql-editor {
  padding: 12px 0;
}
.accordion-item .ql-editor img,
.accordion-group .ql-editor img {
  width: 100%;
}
.accordion-item.open,
.accordion-group.open {
  overflow: visible;
}
.accordion-item.open .accordion-answer,
.accordion-group.open .accordion-answer {
  display: block;
}
.accordion-item.open > .accordion-question .arrow-up-icon,
.accordion-group.open > .accordion-question .arrow-up-icon {
  transform: rotate(0);
  transition: transform 0.3s ease;
}
.accordion-item.open .group-arrow-up-icon,
.accordion-group.open .group-arrow-up-icon {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
.accordion-item .accordion-group-question,
.accordion-group .accordion-group-question {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 16px;
  cursor: pointer;
  border: 1px solid #cdcdcd;
  background: #ffffff;
}
.accordion-item .accordion-question,
.accordion-group .accordion-question {
  width: 100%;
  cursor: pointer;
  border-radius: 20px;
  padding: 32px;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1019607843);
}
.accordion-item .accordion-question-inner,
.accordion-group .accordion-question-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: #ffffff;
  color: #242424;
  font-size: 1.8rem;
}
.accordion-item .accordion-answer,
.accordion-group .accordion-answer {
  overflow: hidden;
  transition: max-height 0.3s ease;
  max-height: 0;
  cursor: default;
}
.accordion-item .left-area,
.accordion-group .left-area {
  display: flex;
  align-items: center;
  font-weight: 500;
}
.accordion-item .left-area .period-style,
.accordion-group .left-area .period-style {
  color: #242424;
  font-weight: 700;
}
.accordion-item .arrow-up-icon,
.accordion-group .arrow-up-icon {
  transform: rotate(0deg);
  transform-origin: center;
  transition: transform 0.3s ease;
}
.accordion-item .arrow-up-icon.open,
.accordion-group .arrow-up-icon.open {
  transform: rotate(45deg) !important;
}
.accordion-item .group-arrow-up-icon,
.accordion-group .group-arrow-up-icon {
  transform: rotate(45deg);
}
.accordion-item.nested:first-child,
.accordion-group.nested:first-child {
  margin-top: 24px;
}
.accordion-item.nested:not(:last-child),
.accordion-group.nested:not(:last-child) {
  margin: 8px 0;
}
.accordion-item.nested:last-child,
.accordion-group.nested:last-child {
  margin: 8px 0 0;
}
.accordion-item.nested .accordion-question,
.accordion-group.nested .accordion-question {
  color: #858585;
  font-weight: 400;
}

@media screen and (max-width: 550px) {
  .learn__accordion .accordion-item .accordion-question-inner {
    padding-top: 16px;
    font-size: 1.2rem;
  }
  .learn__accordion .accordion-item.open .accordion-question-inner {
    padding: 16px 0;
    font-size: 1.2rem;
    font-weight: 400;
  }
  .learn__accordion .accordion-item {
    padding-bottom: 16px;
  }
  .accordion-item.open .accordion-answer, .accordion-group.open .accordion-answer {
    font-size: 1.2rem;
  }
}
.tooltip-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  cursor: pointer;
  color: #486BFF;
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
}

.tooltip-trigger {
  display: flex;
  align-items: center;
  gap: 4px;
}

.tooltip {
  position: absolute;
  max-width: 180px;
  width: 100%;
  padding: 16px;
  background-color: #EFEFEF;
  color: #2A2E34;
  font-size: 0.8rem;
  font-weight: 400;
  border-radius: 8px;
  line-height: 1.4;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s ease;
  pointer-events: none;
  white-space: pre-line;
  word-break: keep-all;
}

.tooltip-arrow {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -7px;
  border-width: 10px 7px 0 7px;
  border-style: solid;
  border-color: #EFEFEF transparent transparent transparent;
}

.tooltip-container:hover .tooltip,
.tooltip-container:focus .tooltip,
.tooltip-container:active .tooltip {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  transition-delay: 0.2s;
}

@media screen and (max-width: 550px) {
  .tooltip-container {
    max-width: 328px;
  }
}
.btn-basic {
  width: 100%;
  border-radius: 999px;
  text-align: center;
  min-width: 100px;
  word-break: break-word;
}

.btn-square {
  display: block;
  width: 100%;
  padding: 12px;
  border-radius: 5px;
  cursor: pointer;
}

.btn-round {
  display: block;
  padding: 15px;
  border-radius: 999px;
  cursor: pointer;
}

.plus-btn {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #486BFF;
  border-radius: 999px;
  width: 26px;
  height: 26px;
  font-size: 1.8rem;
  font-weight: 300;
  color: #FFFFFF;
}
.plus-btn:hover {
  background-color: #FFFFFF;
  border: 1px solid #486BFF;
  color: #486BFF;
}

#btn-container * {
  box-sizing: border-box;
}
#btn-container *::before, #btn-container *::after {
  box-sizing: border-box;
}
#btn-container button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}
#btn-container button.learn-more {
  width: 220px;
  height: auto;
}
#btn-container button.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 4rem;
  height: 4rem;
  background: #41444B;
  border-radius: 2.625rem;
}
#btn-container button.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
#btn-container button.learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 1.225rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
#btn-container button.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}
#btn-container button.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.85rem 0;
  margin: 0 0 0 1.85rem;
  color: #242424;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
}
#btn-container button:hover .circle {
  width: 100%;
}
#btn-container button:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}
#btn-container button:hover .button-text {
  color: #fff;
}

@media screen and (max-width: 1024px) {
  #btn-container button.learn-more {
    width: 120px;
  }
  #btn-container button.learn-more .circle {
    width: 3rem;
    height: 3rem;
  }
  #btn-container button.learn-more .circle .icon.arrow {
    left: 0.5rem;
  }
  #btn-container button.learn-more .circle .icon.arrow::before {
    right: -0.05rem;
  }
  #btn-container button.learn-more .button-text {
    margin: 0 0 0 2rem;
    font-size: 1.2rem;
    line-height: unset;
  }
  #btn-container button:hover .circle {
    width: 100%;
  }
  #btn-container button:hover .circle .icon.arrow {
    background: #fff;
    transform: translate(1rem, 0);
  }
  #btn-container button:hover .button-text {
    color: #fff;
  }
}
.filter-button-group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 32px;
}
.filter-button-group-title {
  color: #2A2E34;
  font-size: 1.4rem;
  min-width: 75px;
}
.filter-button-group-blur {
  position: relative;
  overflow: hidden;
}
.filter-button-group-blur::after, .filter-button-group-blur::before {
  content: "";
  position: absolute;
  top: 0;
  width: 32px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
}
.filter-button-group-blur::before {
  left: 0;
  background: linear-gradient(to right, #f7f7f7 0%, transparent 100%);
}
.filter-button-group-blur::after {
  right: 0;
  background: linear-gradient(to left, #f7f7f7 0%, transparent 100%);
}
.filter-button-group-blur.has-scroll.has-scroll-start::before {
  opacity: 1;
}
.filter-button-group-blur.has-scroll:not(.has-scroll-end)::after {
  opacity: 1;
}
.filter-button-group__options {
  display: flex;
  gap: 8px;
  flex-wrap: nowrap;
  white-space: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow-x: auto;
}
.filter-button-group__options__options.has-scroll {
  padding-bottom: 5px;
}
.filter-button-group__options > button {
  display: flex;
  align-items: center;
  padding: 11px 16px;
  height: 32px;
  border-radius: 99px;
  border: none;
  box-sizing: border-box;
  outline: none;
  background-color: transparent;
  color: #6A727C;
  font-size: 1.4rem;
}
.filter-button-group__options > button:focus {
  outline: none;
}
.filter-button-group__options > button:hover {
  background-color: #C8C8C8;
  color: #FFFFFF;
}
.filter-button-group__options .selected {
  background-color: #FEFEFE;
  color: #486BFF;
}

@media screen and (max-width: 768px) {
  .marketplace-detail .detail__contents .ql-editor {
    padding: 0;
  }
  .filter-button-group {
    gap: 6px;
  }
}
.view-more-button {
  display: block;
  width: 100%;
  padding: 17px;
  font-size: 1.4rem;
  color: #486BFF;
  background-color: transparent;
  cursor: pointer;
  transition: color 0.3s ease;
  border-top: 2px solid #D5D8DC;
}
.view-more-button:hover {
  color: #486BFF;
}

.connect-wallet-button {
  --color: #fff;
  --color-hover: var(--color);
  --background: #41444B;
  --background-hover: #486BFF;
  --hover-back: #6D58FF;
  --hover-front: #5C86FF;
  max-width: 134px;
  width: 100%;
  padding: 4px 16px;
  border-radius: 999px;
  line-height: 24px;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  border: none;
  outline: none;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  color: var(--c, var(--color));
  background: var(--b, var(--background));
  transition: color 0.2s linear var(--c-d, 0.2s), background 0.3s linear var(--b-d, 0.2s);
}
.connect-wallet-button div {
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: center;
}
.connect-wallet-button div span {
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translateZ(0);
  animation: var(--name, none) 0.7s linear forwards 0.18s;
}
.connect-wallet-button.in {
  --name: move;
}
.connect-wallet-button.in:not(.out) {
  --c: var(--color-hover);
  --b: var(--background-hover);
}
.connect-wallet-button.in:not(.out):before, .connect-wallet-button.in:not(.out):after {
  --y: 0;
  --br: 5%;
}
.connect-wallet-button.in:not(.out):after {
  --br: 10%;
  --d-d: .02s;
}
.connect-wallet-button.in.out {
  --name: move-out;
}
.connect-wallet-button.in.out:before {
  --d-d: .06s;
}

@keyframes move {
  30%, 36% {
    transform: translateY(calc(-6px * var(--move))) translateZ(0) rotate(calc(-13deg * var(--rotate) * var(--part)));
  }
  50% {
    transform: translateY(calc(3px * var(--move))) translateZ(0) rotate(calc(6deg * var(--rotate) * var(--part)));
  }
  70% {
    transform: translateY(calc(-2px * var(--move))) translateZ(0) rotate(calc(-3deg * var(--rotate) * var(--part)));
  }
}
@keyframes move-out {
  30%, 36% {
    transform: translateY(calc(6px * var(--move))) translateZ(0) rotate(calc(13deg * var(--rotate) * var(--part)));
  }
  50% {
    transform: translateY(calc(-3px * var(--move))) translateZ(0) rotate(calc(-6deg * var(--rotate) * var(--part)));
  }
  70% {
    transform: translateY(calc(2px * var(--move))) translateZ(0) rotate(calc(3deg * var(--rotate) * var(--part)));
  }
}
@media screen and (max-width: 359px) {
  .connect-wallet-button {
    padding: 4px;
    font-size: 1.2rem;
  }
}
.tablet-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  border-radius: 8px;
  background-color: #f1f1f1;
  padding: 24px;
  font-size: 1.4rem;
}
.tablet-card .tablet-card-container {
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 16px;
  gap: 32px;
  height: auto;
}
.tablet-card .tablet-card-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 8px;
}
.tablet-card .tablet-card-title {
  width: 35%;
  font-weight: 600;
  color: #242424;
  text-align: left;
}
.tablet-card .tablet-card-detail {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  width: 65%;
  color: #505050;
  text-align: right;
}

.tablet-card-product {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  border-radius: 8px;
  background-color: #f1f1f1;
  padding: 24px;
  font-size: 1.4rem;
  background-color: #f1f1f1;
  width: 100%;
}
.tablet-card-product-container {
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 16px;
  gap: 32px;
  height: auto;
  height: 100%;
  background-color: #ffffff !important;
  flex-grow: 1;
}
.tablet-card-product-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 8px;
}
.tablet-card-product-title {
  width: 35%;
  font-weight: 600;
  color: #242424;
  text-align: left;
}
.tablet-card-product-detail {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  width: 65%;
  color: #505050;
  text-align: right;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 16px;
  text-align: right;
}
.tablet-card-product-detail__wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
.tablet-card-product-detail__wrap > img {
  border-radius: 5px;
}
.tablet-card-product-detail-txt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  word-break: unset;
}
.tablet-card-product .time-cell .date {
  font-size: 1.4rem;
  color: #505050;
}
.tablet-card-product .time-cell .time {
  margin-top: 4px;
  font-size: 1rem;
  color: #898989;
}
.tablet-card-product .status-cell {
  width: 100px;
  padding: 9px;
}
.tablet-card-product .txid-cell {
  color: #486BFF;
  text-decoration: underline;
  cursor: pointer;
}
.tablet-card-product .chart-cell {
  display: flex;
  justify-content: center;
  cursor: pointer;
}

.tablet-card-my-possession {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  border-radius: 8px;
  background-color: #f1f1f1;
  padding: 24px;
  font-size: 1.4rem;
  background-color: #f1f1f1;
  width: 100%;
}
.tablet-card-my-possession-container {
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 16px;
  gap: 32px;
  height: auto;
  height: 100%;
  background-color: #ffffff !important;
  flex-grow: 1;
}
.tablet-card-my-possession-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 8px;
}
.tablet-card-my-possession-title {
  width: 35%;
  font-weight: 600;
  color: #242424;
  text-align: left;
}
.tablet-card-my-possession-detail {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  width: 65%;
  color: #505050;
  text-align: right;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 16px;
  text-align: right;
}
.tablet-card-my-possession-detail__wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}
.tablet-card-my-possession-detail__wrap > img {
  border-radius: 5px;
}
.tablet-card-my-possession-detail-txt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  word-break: unset;
}

.tablet-card-btn {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 24px;
  font-size: 1.4rem;
}
.tablet-card-btn .sell-button,
.tablet-card-btn .staking-button,
.tablet-card-btn .blue-button,
.tablet-card-btn .cancel-button {
  padding: 9px 32px;
}
.tablet-card-btn .action-timer {
  padding: 9px 32px;
  border-radius: 999px;
  text-align: center;
}

.cardrate h3 {
  margin: 0;
  padding: 0;
  line-height: 1;
  display: inline-block;
  vertical-align: bottom;
}
.cardrate--li {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 13px 27px -12px rgba(50, 50, 93, 0.25), 0 8px 16px -8px rgba(0, 0, 0, 0.1);
  background-color: #FEFEFE;
  gap: 16px;
  transition: transform 0.5s;
}
.cardrate--li:hover {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.15);
  transform: scale3d(1.006, 1.006, 1);
}
.cardrate__group {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.cardrate__group .img-box {
  position: relative;
  width: 100%;
  height: auto;
  cursor: pointer;
}
.cardrate__group .img-box img {
  width: 100%;
  object-fit: cover;
  max-height: 240px;
  min-height: 240px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  transition: transform 0.3s ease;
}
.cardrate__group .img-box.dashboard-img img {
  max-height: 240px;
  min-height: 240px;
}
.cardrate__group .img-box-wrapper {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 50px;
  height: 50px;
  border-top-left-radius: 24px;
}
.cardrate__group--label {
  z-index: 1;
  position: absolute;
  top: -1px;
  left: -1px;
  display: flex;
  align-items: center;
  gap: 6px;
  height: 32px;
  background-color: #FEFEFE;
  padding: 8px 16px 8px 0;
  border-bottom-right-radius: 20px;
}
.cardrate__group--label label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 1.4rem;
  font-weight: 400;
}
.cardrate__group--label--paused {
  color: #F39C12;
}
.cardrate__group--label--coming-soon {
  color: #9747FF;
}
.cardrate__group--label--closed {
  color: #6A727C;
}
.cardrate__group--label--active {
  color: #486BFF;
}
.cardrate__group--mark {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 12px;
}
.cardrate__group--dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 6px;
  border-radius: 50%;
  background-color: currentColor;
  vertical-align: middle;
}
.cardrate__info {
  background-color: #FEFEFE;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cardrate__info .info--status {
  display: flex;
  justify-content: space-between;
}
.cardrate__info .info--status :first-child {
  text-align: left;
  font-size: 1rem;
  color: #486BFF;
}
.cardrate__info .info--status :last-child {
  font-size: 1rem;
  font-weight: 400;
  color: #898989;
}
.cardrate__info .info__rate {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.cardrate__info .info__rate--usdt {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.cardrate__info .info__rate--usdt > h3 {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: bottom;
}
.cardrate__info .info__rate--usdt > span {
  font-size: 1.6rem;
  line-height: 1;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: bottom;
}
.cardrate__info .info__rate--apr {
  display: flex;
  align-items: baseline;
  gap: 4px;
  min-width: 48px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #2A2E34;
}
.cardrate__info .info__rate--apr :first-child {
  line-height: 1.64;
}
.cardrate__info .info__rate--apr :last-child {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: -5%;
}
.cardrate__info .info__rate--title :first-child {
  margin-bottom: 4px;
  font-size: 1rem;
  color: #6A727C;
}
.cardrate__info .info__rate--title :last-child {
  font-size: 1rem;
  color: #6A727C;
}

@media screen and (max-width: 1024px) {
  .cardrate__info .info__rate--usdt > h3 {
    font-size: 2.4rem;
  }
  .cardrate__info .info__rate--usdt > span {
    font-size: 1.8rem;
  }
}
.leaderboard-card {
  position: relative;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 13px 27px -12px rgba(50, 50, 93, 0.25), 0 8px 16px -8px rgba(0, 0, 0, 0.1);
  max-width: 270px;
  width: 100%;
  height: 263px;
  margin: 5px 0;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.leaderboard-card__badge {
  position: absolute;
  top: 32px;
  left: 32px;
  background-color: #486BFF;
  color: #ffffff;
  font-size: 1.2rem;
  padding: 4px 8px;
  border-radius: 4px;
  z-index: 1;
}
.leaderboard-card__image {
  border-radius: 8px;
  object-fit: cover;
  width: 100%;
  cursor: pointer;
}
.leaderboard-card__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  font-size: 1.6rem;
  font-weight: 600;
  color: #242424;
  text-align: left;
}

.staking-new-mobile-card__container {
  display: flex;
  flex-grow: 1;
}
.staking-new-mobile-card__container > :first-child {
  border-radius: 20px;
  max-width: 109px;
}
.staking-new-mobile-card__wrapper {
  background-color: #FEFEFE;
}
.staking-new-mobile-card__wrapper > :first-child .staking-new-mobile-card__title {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.staking-new-mobile-card__wrapper > :last-child .staking-new-mobile-card__title {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.staking-new-mobile-card__group {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
}
.staking-new-mobile-card__group > :first-child {
  min-width: 105px;
}
.staking-new-mobile-card__group > :last-child {
  width: 100%;
}
.staking-new-mobile-card__group .property-cell {
  display: flex;
  align-items: center;
  gap: 16px;
}
.staking-new-mobile-card__group .property-cell-detail {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.staking-new-mobile-card__group .staking-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 6px 10px;
  min-width: 89px;
  min-height: 28px;
}
.staking-new-mobile-card__group .staking-button .action-button__icon {
  width: 14px;
  height: 14px;
}
.staking-new-mobile-card__group .headerCell-wrapper {
  display: flex;
  flex-direction: column;
  font-size: 1.4rem;
}
.staking-new-mobile-card__group .headerCell-wrapper .tooltip {
  width: auto;
  max-width: 180px;
  font-size: 0.8rem;
  white-space: pre-line;
  word-break: keep-all;
}
.staking-new-mobile-card__group .headerCell-wrapper .tooltip-container {
  font-size: 0.8rem;
  justify-content: flex-start;
}
.staking-new-mobile-card__title {
  color: #486BFF;
  background-color: rgba(230, 236, 255, 0.5019607843);
  padding: 16px;
}
.staking-new-mobile-card__detail--txid {
  color: #486bff;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .staking-new-mobile-card__container {
    width: 100%;
  }
  .staking-new-mobile-card__container > :first-child {
    max-width: none;
  }
  .staking-new-mobile-card__wrapper {
    width: 100%;
  }
  .staking-new-mobile-card .property-cell {
    font-size: 1.4rem;
  }
  .staking-new-mobile-card__detail {
    font-size: 1.4rem;
  }
}
.new-mobile-card > :first-child .new-mobile-card__title {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.new-mobile-card > :last-child .new-mobile-card__title {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.new-mobile-card__group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  width: 100%;
}
.new-mobile-card__group > :first-child {
  min-width: 109px;
}
.new-mobile-card__group > :last-child {
  width: 100%;
}
.new-mobile-card__title {
  font-size: 1.4rem;
  color: #486BFF;
  background-color: rgba(230, 236, 255, 0.5019607843);
  padding: 16px;
}
.new-mobile-card__detail {
  font-size: 1.4rem;
}
.new-mobile-card__detail--txid {
  color: #486bff;
  text-decoration: underline;
}
.new-mobile-card__detail__wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.new-mobile-card__detail__wrap > img {
  border-radius: 5px;
}
.new-mobile-card__detail-txt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  word-break: unset;
}
.new-mobile-card__wrapper {
  display: flex;
  gap: 4px;
}
.new-mobile-card .action-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 89px;
  min-height: 28px;
  width: auto;
}

.table-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  width: 100%;
  padding-bottom: 16px;
}
.table-wrapper .table {
  border-collapse: collapse;
  width: 100%;
  border-radius: 8px;
}
.table-wrapper .table .thead {
  font-size: 1.4rem;
  color: #486BFF;
}
.table-wrapper .table .thead .headerCell {
  padding: 12px 16px;
  background-color: rgba(230, 236, 255, 0.5019607843);
  font-weight: 400;
  text-align: center;
}
.table-wrapper .table .thead .headerCell:first-child {
  padding-left: 48px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  text-align: left;
}
.table-wrapper .table .thead .headerCell:last-child {
  padding-right: 48px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.table-wrapper .table .divider {
  width: 100%;
}
.table-wrapper .table .divider-td {
  padding: 24px 0;
}
.table-wrapper .table .divider-line {
  border: 2px solid #EFEFEF;
}
.table-wrapper .table .tbody {
  background-color: rgba(250, 251, 253, 0.5);
}
.table-wrapper .table .tbody .tr-cell .td-cell:first-child {
  padding-left: 48px;
  text-align: left;
}
.table-wrapper .table .tbody .tr-cell .td-cell:last-child {
  padding-right: 48px;
}
.table-wrapper .table .tbody .tr-cell:first-child .td-cell {
  padding-top: 16px;
}
.table-wrapper .table .td-cell {
  font-size: 1.4rem;
  color: #505050;
  text-align: center;
  padding: 8px 16px;
}
.table-wrapper .table .td-cell .td-cell-wrap:not(.message) {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.table-wrapper .table .td-cell .td-cell-wrap.message {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 530px;
}
.table-wrapper .table .td-cell .td-cell-wrap:has(.status-cell) {
  text-overflow: initial;
  overflow: visible;
  white-space: normal;
  word-break: unset;
}
.table-wrapper .table .td-cell .base-token-symbol {
  margin-left: 8px;
}

@media screen and (max-width: 1024px) {
  .table-wrapper .table .td-cell .td-cell-wrap.message {
    max-width: 280px;
  }
}
@media screen and (max-width: 768px) {
  .table-wrapper .table .thead .headerCell:first-child {
    padding-left: 16px;
  }
  .table-wrapper .table .thead .headerCell:last-child {
    padding-right: 16px;
  }
  .table-wrapper .table .tbody .tr-cell .td-cell:first-child {
    padding-left: 16px;
  }
  .table-wrapper .table .tbody .tr-cell .td-cell:last-child {
    padding-right: 16px;
  }
}
.default-gauge {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-color: #486BFF;
  height: 16px;
  border-radius: 999px;
  padding-right: 5px;
}
.default-gauge-bar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 16px;
  width: 100%;
}
.default-gauge-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #F7F7F7;
  border-radius: 999px;
  box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}
.default-gauge-percent.inside {
  color: white;
}
.default-gauge-percent.outside {
  padding-left: 4px;
  color: #486BFF;
}
.default-gauge-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1rem;
  color: #486BFF;
}

@media screen and (max-width: 768px) {
  .default-gauge-percent.outside {
    font-size: 1rem;
  }
}
.treemap-grid {
  display: grid;
  grid-template-columns: repeat(15, 1fr);
  grid-template-rows: repeat(6, 1fr);
  grid-gap: 20px;
  gap: 20px;
  height: 302px;
}

.no-img {
  background-color: #D5D8DC;
}

.treemap-item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 500;
  font-size: 2.4rem;
  text-align: center;
}
.treemap-item .image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.treemap-item .image-wrapper img {
  transition: transform 0.3s ease, filter 0.3s ease;
  cursor: pointer;
}
.treemap-item:hover img {
  transform: scale(1.05);
}
.treemap-item span {
  position: absolute;
  z-index: 2;
  padding: 0 10px;
}

.item-1 {
  grid-column: 1/5;
  grid-row: 1/4;
}

.item-2 {
  grid-column: 5/8;
  grid-row: 1/3;
}

.item-3 {
  grid-column: 8/11;
  grid-row: 1/3;
}

.item-4 {
  grid-column: 11/16;
  grid-row: 1/3;
}

.item-5 {
  grid-column: 1/5;
  grid-row: 4/5;
}

.item-6 {
  grid-column: 12/16;
  grid-row: 3/5;
}

.item-7 {
  grid-column: 5/7;
  grid-row: 3/5;
}

.item-8 {
  grid-column: 7/12;
  grid-row: 3/7;
}

.item-9 {
  grid-column: 1/7;
  grid-row: 5/7;
}

.item-10 {
  grid-column: 12/16;
  grid-row: 5/7;
}

.item-11 {
  grid-column: 11/12;
  grid-row: 2/3;
}

@media screen and (max-width: 1024px) {
  .treemap-item span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .treemap-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: repeat(11, 1fr);
    height: 354px;
    grid-gap: 8px;
    gap: 8px;
  }
  .treemap-item span {
    font-size: 1.3rem;
  }
  .item-1 {
    grid-column: 1/5;
    grid-row: 1/5;
  }
  .item-2 {
    grid-column: 5/8;
    grid-row: 1/4;
  }
  .item-3 {
    grid-column: 5/7;
    grid-row: 4/5;
  }
  .item-4 {
    grid-column: 6/8;
    grid-row: 5/7;
  }
  .item-5 {
    grid-column: 7/8;
    grid-row: 4/5;
  }
  .item-6 {
    grid-column: 6/8;
    grid-row: 7/10;
  }
  .item-7 {
    grid-column: 3/6;
    grid-row: 5/9;
  }
  .item-8 {
    grid-column: 1/5;
    grid-row: 9/12;
  }
  .item-9 {
    grid-column: 1/3;
    grid-row: 5/8;
  }
  .item-10 {
    grid-column: 5/8;
    grid-row: 10/12;
  }
  .item-11 {
    grid-column: 1/3;
    grid-row: 8/9;
  }
  .item-12 {
    grid-column: 5/6;
    grid-row: 9/10;
  }
}
.animate-text {
  width: 100%;
  height: 44px;
  margin-left: 6px;
  overflow: hidden;
  position: relative;
}

.animate-text span {
  font-size: 1.4rem;
  line-height: 44px;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.animate-text span.text-in {
  display: block;
  animation: textIn 0.5s;
}

.animate-text span.text-out {
  display: block;
  animation: textOut 1s;
}

.navigation {
  position: relative;
  width: 100%;
  max-width: 800px;
  max-height: 500px;
  aspect-ratio: 1;
}
.navigation-images {
  position: relative;
  width: 100%;
  max-width: 462px;
  height: 100%;
}
.navigation-images .image-slide {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  transition: all 0.5s ease;
  transform: scale(0.8);
}
.navigation-images .image-slide.now {
  z-index: 3;
  transform: translateX(48px) translateY(-48px);
  max-height: 503px;
}
.navigation-images .image-slide.prev {
  z-index: 2;
  transform: translateX(24px) translateY(-24px);
  max-height: 503px;
  filter: blur(5px);
}
.navigation-images .image-slide.next {
  z-index: 1;
  transform: translateX(0px) translateY(0);
  max-height: 503px;
  filter: blur(5px);
}
.navigation .thumbnail-icon {
  z-index: 10;
  position: absolute;
  object-fit: contain;
  left: 14%;
  bottom: 14%;
  border-radius: 2.5px;
  background-color: #FFFFFF;
}
.navigation-btn {
  z-index: 10;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F1F1F1;
  bottom: 16px;
  left: 50%;
  transform: translateX(35px) translateY(-55px);
  padding: 4px 8px 0 16px;
  border-radius: 999px;
  gap: 16px;
  font-size: 1.2rem;
  color: #41444B;
  margin-right: 2em;
}
.navigation-btn button {
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.navigation-btn button:hover {
  background: rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 900px) {
  .navigation .thumbnail-icon {
    left: 18%;
    bottom: 18%;
  }
}
@media screen and (max-width: 768px) {
  .navigation .thumbnail-icon {
    left: 15%;
    bottom: 14%;
  }
}
@media screen and (max-width: 500px) {
  .navigation .thumbnail-icon {
    left: 16%;
    bottom: 16%;
  }
}
@media screen and (max-width: 400px) {
  .navigation .thumbnail-icon {
    left: 20%;
    bottom: 20%;
  }
}
.video-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  transform: scale(0.8);
}
.video-container .video-wrapper {
  position: relative;
  width: 100%;
}
.video-container .video-wrapper .video-js, .video-container .video-wrapper iframe {
  border-radius: 20px;
}
.video-container .video-wrapper .vjs-poster > img {
  border-radius: 20px;
}
.video-container #youtube-player {
  position: relative;
  width: 100%;
  height: 100%;
}

.line-chart-container {
  position: relative;
  width: 100%;
}
.line-chart-container .apexcharts-tooltip {
  transform: translateY(-15px) !important;
}

.chart-tooltip {
  background: white;
  padding: 8px;
  border-radius: 8px;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
}
.chart-tooltip-text {
  display: flex;
  align-items: center;
  gap: 20px;
}
.chart-tooltip-title {
  color: #999FA5;
  font-size: 1rem;
}
.chart-tooltip-value {
  color: #231F20;
  font-size: 1rem;
}

.filler-loader {
  width: 16px;
  height: 16px;
  transform: rotate(-90deg);
}
.filler-loader .fill-path {
  fill: none;
  stroke: white;
  stroke-width: 10px;
  stroke-linecap: butt;
  stroke-dasharray: 251.3;
  stroke-dashoffset: 251.3;
  animation: dash 2s linear infinite;
}

@keyframes dash {
  0% {
    stroke-dashoffset: 251.3;
  }
  90% {
    stroke-dashoffset: 0;
  }
  91% {
    stroke-dashoffset: 251.3;
  }
  100% {
    stroke-dashoffset: 251.3;
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
* {
  box-sizing: border-box;
}

html,
body,
header,
footer {
  margin: 0;
  padding: 0;
  color: #2A2E34;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 62.5%;
  line-height: 1.2;
  letter-spacing: -0.05em;
}

@media screen and (max-width: 768px) {
  html,
  body,
  header,
  footer {
    font-size: 56.25%;
    letter-spacing: -0.3px;
  }
}
html::-webkit-scrollbar,
body::-webkit-scrollbar,
*::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track,
*::-webkit-scrollbar-track {
  background-color: #F7F7F7;
}
html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb,
*::-webkit-scrollbar-thumb {
  background-color: #486BFF;
  border-radius: 50px;
  border: 1px solid transparent;
}

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, h2, h3 {
  margin: 0;
  padding: 0;
  font-size: 1rem; /* p 태그와 같은 폰트 크기 */
  font-weight: normal; /* 기본 폰트 두께 */
  line-height: normal; /* 기본 줄 간격 */
}

h1, h2 {
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  h1, h2 {
    letter-spacing: -1.5px;
  }
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: 300;
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
  letter-spacing: -0.5px; /* 1 */
}
@media screen and (max-width: 768px) {
  button,
  input,
  optgroup,
  select,
  textarea {
    letter-spacing: -0.3px;
  }
}

button {
  padding: 0;
  box-shadow: none;
  border: 0;
  outline: 0;
  cursor: pointer;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
}

input {
  outline: none;
}

input:focus {
  outline: none;
  box-shadow: none;
}

/* 모든 브라우저에서 숫자 스핀 버튼 제거 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield; /* Firefox에서 제거 */
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body.no-scroll {
  overflow: hidden;
}

.underline {
  text-decoration: underline;
  cursor: pointer;
  color: #7f93ff;
  font-weight: 500;
}

.closeBtn {
  cursor: pointer;
}

.pc-only {
  display: block;
}

.mb-only {
  display: none;
}

.loading {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.loading .spinner {
  border: 8px solid #f3f3f3;
  border-top: 8px solid #3498db;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite;
}

.Toastify__toast-container .Toastify__toast {
  left: 50% !important;
  transform: translateX(-50%) !important;
  background-color: #333333 !important;
  color: #ffffff !important;
  font-size: 1.4rem !important;
  text-align: center !important;
}

.blue-button {
  background-color: #486BFF;
  color: #FFFFFF;
  border-radius: 999px;
}
.blue-button:hover {
  background-color: #C8C8C8;
}
.blue-button:disabled {
  background-color: #C8C8C8;
  color: #505050;
  cursor: default;
}

.staking-button, .sell-button, .basic-button, .cancel-button {
  background-color: #231F20;
  color: #FEFEFE;
  border-radius: 40px;
  overflow: visible;
}
.staking-button:hover, .sell-button:hover, .basic-button:hover, .cancel-button:hover {
  background-color: #D5D8DC;
  color: #999FA5;
}
.staking-button:disabled, .sell-button:disabled, .basic-button:disabled, .cancel-button:disabled {
  background-color: #999FA5;
  color: #6A727C;
  cursor: default;
}

.action-button__icon {
  fill: #486BFF;
  transition: fill 0.2s ease;
}

.action-button:disabled .action-button__icon {
  fill: #6A727C;
}
.action-button:not(:disabled):hover .action-button__icon {
  fill: #999FA5;
}

.status-cell__dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: currentColor;
}

.status-cell {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.status-cell.active {
  color: #486BFF;
}
.status-cell.closed {
  color: #6A727C;
}
.status-cell.paused {
  color: #F39C12;
}
.status-cell.coming-soon {
  color: #9747FF;
}

@media (max-width: 1024px) {
  .pc-only {
    display: none;
  }
  .mb-only {
    display: block;
  }
}
.fade-in {
  animation: fadeIn 1s forwards;
}

.slide-up-fade-in {
  animation: slideUpFadeIn 0.5s forwards;
}

.text-animate {
  animation: fadeInOpacity 1s forwards;
}

.zoom-in {
  animation: zoomIn 0.6s forwards;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 0;
    transform: translate(-50%, -76px);
  }
  10%, 90% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -76px);
  }
}
@keyframes fadeInOutSubmit {
  0% {
    opacity: 0;
    bottom: 0;
  }
  10%, 90% {
    opacity: 1;
    bottom: 20%;
  }
  100% {
    opacity: 0;
    bottom: 0;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate(-50%, 20px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
@keyframes textIn {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes textOut {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes slideUpFadeIn {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@keyframes zoomIn {
  from {
    transform: scale(0.8);
  }
  to {
    transform: scale(1);
  }
}
/* Noto Sans KR */
/* Roboto */
/* Inter */
/* Pretendard */
/* SUIT */
@font-face {
  font-family: "SUIT";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SUIT";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SUIT";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* Poppins */
.leave-page-modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  cursor: default;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
}

.leave-page-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  width: 400px;
  z-index: 100;
}

.leave-page-modal-title {
  padding: 16px;
  font-size: 1.25rem;
  font-weight: 600;
  border-bottom: 1px solid #e0e0e0;
}

.leave-page-modal-content {
  padding: 16px;
  font-size: 1rem;
  color: #333;
}

.leave-page-modal-actions {
  display: flex;
  justify-content: flex-end;
  padding: 16px;
  border-top: 1px solid #e0e0e0;
}

.leave-page-modal-actions button {
  margin-left: 8px;
  padding: 8px 16px;
  font-size: 1rem;
  cursor: pointer;
  border: none;
  border-radius: 4px;
}

.leave-page-modal-actions .stay {
  background-color: #1976d2;
  color: white;
}

.leave-page-modal-actions .leave {
  background-color: #f44336;
  color: white;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FFFFFF;
  z-index: 101;
}
.header__container {
  max-width: 1132px;
  height: 64px;
  margin: 0 auto;
  padding: 0 16px;
}
.header__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.header__logo {
  display: flex;
  align-items: center;
}
.header__logo .header__logo-image {
  cursor: pointer;
}
.header__right {
  display: flex;
  align-items: center;
  gap: 24px;
  position: relative;
}
.header__right .header__nav-links {
  display: flex;
  align-items: center;
  gap: 48px;
  position: relative;
  height: 60%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.header__right .header__nav-item {
  display: flex;
  align-items: center;
  height: 100%;
  text-decoration: none;
  color: #242424;
  font-size: 1.4rem;
  cursor: pointer;
  white-space: nowrap;
}
.header__right .header__nav-item.marin-top {
  margin-top: 3px;
}
.header__right .header__nav-item .arrow-down-icon {
  margin-left: 4px;
  vertical-align: middle;
}
.header__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  border-radius: 8px;
  max-width: 295px;
  width: 100%;
  padding: 0;
  background-color: #FFFFFF;
  z-index: 102;
}
.header__dropdown-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
  margin-top: 10px;
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  text-align: left;
}
.header__dropdown-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  text-decoration: none;
  color: #898989;
  font-size: 1.4rem;
  cursor: pointer;
}
.header__dropdown-item--active {
  color: #486BFF;
  font-weight: 400;
}
.header__dropdown-item .dropdown-title-left {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header__login {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  width: 100%;
}
.header__login-address {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: transparent;
  font-size: 1.2rem;
  cursor: default;
}
.header__login-profile {
  border-radius: 999px;
}
.header__login-profile--img {
  border-radius: 999px;
  background-color: #486BFF;
}
.header__login-profile--basic {
  border-radius: 999px;
  background-color: rgba(37, 97, 234, 0.062745098);
  width: 24px;
  height: 24px;
}
.header .header__profile-dropdown {
  position: absolute;
  top: 50px;
  background-color: #ffffff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 17px 24px;
  z-index: 102;
}
.header .header__profile-dropdown-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 0;
  background-color: unset;
  font-size: 1.4rem;
  color: #898989;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.header .header__profile-dropdown-item .disconnect-icon.normal {
  display: block;
}
.header .header__profile-dropdown-item .disconnect-icon.hover {
  display: none;
}
.header .header__profile-dropdown-item:first-child {
  margin-bottom: 25px;
}
.header .header__profile-dropdown-item:hover {
  color: #242424;
  font-weight: 800;
}
.header .header__profile-dropdown-item:hover .disconnect-icon.normal {
  display: none;
}
.header .header__profile-dropdown-item:hover .disconnect-icon.hover {
  display: block;
}

.header-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 104;
}
.header-mobile__container {
  max-width: 1132px;
  height: 60px;
  margin: 0 auto;
  padding: 0 16px;
}
.header-mobile__toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.header-mobile__right {
  display: flex;
  align-items: center;
  gap: 16px;
}
.header-mobile__logo {
  display: flex;
  align-items: center;
  background-color: transparent;
}
.header-mobile__login {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header-mobile__login-address {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: transparent;
  font-size: 1.1rem;
  cursor: default;
}
.header-mobile__login-profile {
  border-radius: 50%;
  background-color: #486bff;
  width: 24px;
  height: 24px;
}
.header-mobile__login-profile--basic {
  border-radius: 50%;
  background-color: rgba(37, 97, 234, 0.062745098);
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}
.header-mobile__menu {
  cursor: pointer;
}
.header-mobile__menu-content {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: calc(100vh - 60px);
  background-color: #ffffff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px 16px 16px;
}
.header-mobile__menu-content .header-mobile__border {
  border-bottom: 1px solid #C8C8C8;
  margin-bottom: 32px;
}
.header-mobile__menu-content .header-mobile__menu-list > li {
  padding: 5px 0;
  font-size: 1.8rem;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.header-mobile__menu-content .header-mobile__menu-list > li:not(.header-mobile__menu-content .header-mobile__menu-list > li:last-child) {
  margin-bottom: 50px;
}
.header-mobile__menu-content .header-mobile__menu-list > li .header-mobile__submenu {
  width: 100%;
  margin-top: 16px;
  padding: 16px;
  border-radius: 8px;
  background-color: #f1f1f1;
  color: #505050;
}
.header-mobile__menu-content .header-mobile__menu-list > li .header-mobile__submenu li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  font-size: 1.4rem;
  cursor: pointer;
}
.header-mobile__menu-content .header-mobile__menu-list > li .header-mobile__submenu li:not(.header-mobile__menu-content .header-mobile__menu-list > li .header-mobile__submenu li:last-child) {
  margin-bottom: 32px;
}
.header-mobile .header__profile-dropdown {
  position: absolute;
  top: 50px;
  background-color: #ffffff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 17px 24px;
  z-index: 102;
  max-width: 172px;
  width: 100%;
}
.header-mobile .header__profile-dropdown-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 0;
  background-color: unset;
  font-size: 1.4rem;
  color: #898989;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.header-mobile .header__profile-dropdown-item .disconnect-icon.normal {
  display: block;
}
.header-mobile .header__profile-dropdown-item .disconnect-icon.hover {
  display: none;
}
.header-mobile .header__profile-dropdown-item:first-child {
  margin-bottom: 25px;
}
.header-mobile .header__profile-dropdown-item:hover {
  color: #242424;
  font-weight: 800;
}
.header-mobile .header__profile-dropdown-item:hover .disconnect-icon.normal {
  display: none;
}
.header-mobile .header__profile-dropdown-item:hover .disconnect-icon.hover {
  display: block;
}

@media screen and (max-width: 768px) {
  .header-mobile__right {
    gap: 8px;
  }
  .header-mobile__right .header-mobile__login {
    gap: 8px;
  }
  .header-mobile__right .header-mobile__login .header-mobile__login-address {
    font-size: 1.2rem;
  }
  .header-mobile__menu-content-list > li {
    padding: 10px 12px;
  }
  .header-mobile__menu-content-list > li .header-mobile__submenu li {
    padding: 6px 0;
  }
}
.footer {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1132px;
  padding: 0 16px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .footer {
    max-width: 1024px;
    padding: 0 24px;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    max-width: 1024px;
    padding: 0 16px;
  }
}
.footer__container {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  min-height: 325px;
  margin: 0 auto;
  display: grid;
  padding: 48px;
  grid-template-columns: minmax(200px, auto) 1fr;
  grid-column-gap: 32px;
  column-gap: 32px;
  background-color: #F7F7F7;
  border-radius: 20px;
}
.footer__branding-newsletter {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 0;
  gap: 40px;
}
.footer__branding .footer__social {
  display: flex;
  gap: 16px;
  margin-top: 20px;
}
.footer__branding .footer__social > button {
  background-color: transparent;
}
.footer .social-icon:hover path {
  fill: #6A727C;
}
.footer .social-icon:active path {
  fill: #486BFF;
}
.footer .social-icon.youtube:hover path:nth-child(2) {
  fill: #FEFEFE;
}
.footer .social-icon.youtube:active path:nth-child(2) {
  fill: #FEFEFE;
}
.footer .submit-btn:hover path {
  fill: #2A2E34;
}
.footer .submit-btn:active path {
  fill: #486BFF;
}
.footer__newsletter {
  display: flex;
  flex-direction: column;
  max-width: 270px;
  gap: 8px;
}
.footer__newsletter .newsletter-title {
  color: #231F20;
  font-size: 1.4rem;
}
.footer__newsletter .newsletter__desc {
  font-size: 1rem;
  color: #6A727C;
}
.footer__newsletter .newsletter-form {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 10px;
  background-color: #FEFEFE;
}
.footer__newsletter .newsletter-form input {
  flex: 1 1;
  padding: 8px 16px;
  border-radius: 10px;
  border: 2px solid transparent;
  color: #2A2E34;
  font-size: 1.4rem;
}
.footer__newsletter .newsletter-form input::placeholder {
  color: #999FA5;
}
.footer__newsletter .newsletter-form input:focus {
  outline: none;
  border: 2px solid #2A2E34;
}
.footer__newsletter .newsletter-form .submit-btn {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
}
.footer__links-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
  gap: 10px;
  width: 80%;
  margin-left: auto;
}
.footer .link-column {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.footer .link-column .column-title {
  color: #2A2E34;
  font-size: 1.4rem;
}
.footer .link-column .link-item {
  background: none;
  border: none;
  padding: 0;
  font-size: 1.4rem;
  color: #999FA5;
  text-align: left;
  cursor: pointer;
  overflow-wrap: anywhere;
}
.footer .link-column .link-item:hover {
  color: #6A727C;
}
.footer .link-column .link-item:active {
  color: #486BFF;
}

@media screen and (max-width: 1024px) {
  .footer {
    padding: 0 0 80px;
  }
  .footer .footer__container .footer__links-grid {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 0 16px 60px;
  }
  .footer .footer__container {
    display: flex;
    flex-direction: column;
    min-height: auto;
    padding: 32px 24px;
    background-color: #F7F7F7;
    border-radius: 20px;
  }
  .footer .footer__container .footer-logo {
    margin-bottom: 20px;
  }
  .footer .footer__container .social {
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    gap: 22px;
  }
  .footer .footer__container .social > button {
    background-color: transparent;
    width: 24px;
    height: 24px;
  }
  .footer .footer__container .social .social-icon {
    width: 24px;
    height: 24px;
  }
  .footer .footer__container .footer__newsletter {
    max-width: 100%;
  }
  .footer .footer__container .footer__newsletter .newsletter__desc {
    margin-bottom: 5px;
  }
  .footer .footer__container .footer__newsletter .newsletter-form {
    border-radius: 8px;
  }
  .footer .footer__container .footer__newsletter .newsletter-form > input {
    padding-right: 34px;
  }
}
.page-container {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}
.page-container.marketPlace {
  max-width: unset;
}
.page-container.marketPlace .page-content {
  max-width: unset;
  padding: 80px 0 0;
}

.with-header {
  padding-top: 64px;
}
.with-header .page-content {
  position: relative;
  max-width: 1132px;
  width: 100%;
  min-height: calc(100vh - 64px - 322px);
  margin: 0 auto;
  padding: 80px 16px 120px;
}
.with-header .page-content.main {
  max-width: 100%;
  padding: 0;
}
.with-header .page-content.aboutus {
  max-width: 100%;
  padding: 0;
}

.without-header .page-content {
  margin: 0 auto;
  padding: 80px 16px 120px;
}

.with-sidebar {
  display: flex;
}
.with-sidebar .header {
  padding-left: 250px;
}
.with-sidebar .page-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-left: 250px;
}
.with-sidebar .sidebar {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
}

.pattern-bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-height: 1124px;
  height: 100%;
  background: url("/images/layout/pc_bg.png") no-repeat center center/cover;
  z-index: 0;
}

@media screen and (max-width: 1024px) {
  .with-header {
    padding-top: 60px;
  }
  .with-header .page-content {
    max-width: 1024px;
    width: 100%;
    min-height: calc(100vh - 60px - 322px);
    margin: 0 auto;
    padding: 80px 16px 120px;
  }
  .with-header .page-content.main {
    padding-top: 24px;
  }
  .with-sidebar .header {
    padding-left: 0;
    z-index: 105;
  }
  .with-sidebar .page-content {
    padding-left: 80px;
  }
  .pattern-bg {
    background: url("/images/layout/tablet_bg.png") no-repeat center center/cover;
  }
}
@media screen and (max-width: 768px) {
  .with-header .page-content {
    padding: 80px 16px 100px;
  }
  .with-header .page-content.mainpage {
    padding: 40px 60px 120px;
  }
  .with-sidebar {
    flex-direction: column;
  }
  .with-sidebar .page-content {
    padding: 0;
  }
  .pattern-bg {
    background: url("/images/layout/mobile_bg.png") no-repeat center center/cover;
    max-height: 812px;
  }
}
