/* S: 공통 */
/* 모바일 메뉴가 열렸을 때 body의 스크롤을 막는 클래스 */
body.scroll-lock {
  overflow: hidden;
}

/* 아이템 Select 박스 */
.custom-select-wrapper {
  position: relative;
  width: 100%;
  user-select: none;
}

.native-select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}

.custom-select-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  background-color: #4a4a4a;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.2s;
}

.custom-select-trigger:hover {
  background-color: #5a5a5a;
}

.selected-option {
  display: flex;
  align-items: center;
  gap: 10px;
}

.selected-option img {
  width: 24px;
  height: 24px;
}

.selected-option span {
  color: #e0e0e0;
  font-weight: 500;
}

.custom-select-wrapper .arrow {
  width: 8px;
  height: 8px;
  border-right: 2px solid #a0a0a0;
  border-bottom: 2px solid #a0a0a0;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

.custom-options {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  background-color: #4a4a4a;
  border-radius: 10px;
  z-index: 10;

  /* 초기에는 숨김 */
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}

.custom-option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  cursor: pointer;
  transition: background-color 0.2s;
}

.custom-option:hover {
  background-color: #5a5a5a;
}
.custom-option img { width: 24px; height: 24px; }
.custom-option span { color: #e0e0e0; font-weight: 500; }
.custom-option:first-child { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.custom-option:last-child { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }


/* --- 열렸을 때(.is-open) 상태 스타일 --- */
.custom-select-wrapper.is-open .custom-options {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.custom-select-wrapper.is-open .arrow {
  transform: rotate(225deg);
}
/* E: 공통 */


.token-wrapper {
  position: relative;
  width: 100%;
  color: var(--darkgray);
  background-color: #EDEBE8;
}

.token-wrapper .footer {
  position: static;
}

.token-wrapper .sub-banner {
    display: flex;
    position: relative;
    width: 100%;
    height: 320px;
    margin: 0 auto;
    overflow: hidden;
    aspect-ratio: 16 / 9;
}

.token-wrapper .sub-banner ul.bnr-img-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  transition: transform 0.5s ease-in-out;
}

.token-wrapper .sub-banner ul.bnr-img-list li {
  flex-shrink: 0;
  width: auto;
  height: 100%;
  position: relative;
  cursor: pointer;
}

.token-wrapper .sub-banner ul.bnr-img-list li img {
  display: block;
  width: 100%;
  height: 320px;
  object-fit: cover;
}
@media (max-width: 768.98px) {
  .token-wrapper .sub-banner {
    height: 280px;
  }
  .token-wrapper .sub-banner ul.bnr-img-list li img {
    height: 280px;
  }
}

.token-wrapper .sub-banner .event {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-120%, calc(-50% + 50px));
  width: 100%;
  max-width: 440px;
  padding: 20px;
  box-sizing: border-box;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .token-wrapper .sub-banner .event {
    transform: translate(-100%, calc(-50% + 50px));
  }
}
@media (max-width: 880px) {
  .token-wrapper .sub-banner .event {
    transform: translate(-70%, calc(-50% + 50px));
  }
}
@media (max-width: 768.98px) {
  .token-wrapper .sub-banner .event {
    transform: translate(-65%, calc(-50% + 40px));
  }
}
@media (max-width: 600px) {
  .token-wrapper .sub-banner .event {
    transform: translate(-55%, calc(-50% + 40px));
  }
}
@media (max-width: 470px) {
  .token-wrapper .sub-banner .event {
    transform: translate(-50%, calc(-50% + 40px));
  }
}

.token-wrapper .sub-banner .ctt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 10px;
  position: relative;
}

.token-wrapper .title-2 {
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  position: relative;
}

.token-wrapper .text-wrapper-38 {
  position: relative;
  align-self: stretch;
  height: 30px;
  margin-top: -1px;
  font-weight: 600;
  color: #fff9e6;
  font-size: 1.875rem;
  letter-spacing: -0.31px;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768.98px) {
  .token-wrapper .text-wrapper-38 {
    font-size: 1.5rem;
    height: 1.5rem;
  }
}
@media (max-width: 390.98px) {
  .token-wrapper .text-wrapper-38 {
    font-size: 1.25rem;
    height: 1.25rem;
  }
}

.token-wrapper .the-citadel-of {
  position: relative;
  width: 400px;
  height: auto;
  min-height: 40px;
  max-height: 58px;
  font-weight: 400;
  color: #fff9e6;
  font-size: 1rem;
  letter-spacing: -0.31px;
  line-height: 20px;
  overflow: hidden;
}
@media (max-width: 390.98px) {
  .token-wrapper .the-citadel-of {
    width: 90%;
    font-size: .875rem;
    font-size: .9375rem;
  }
}

.token-wrapper button.detail {
  all: unset;
  box-sizing: border-box;
  display: flex;
  width: 166px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 37px;
  position: relative;
  flex: 0 0 auto;
  background-color: #000000b2;
  cursor: pointer;
  color: var(--yellowbrown);
  font-size: 1rem;
  text-align: center;
  letter-spacing: -0.31px;
  line-height: 24px;
  white-space: nowrap;
}
.token-wrapper button.detail:hover,
.token-wrapper button.detail:active {
  filter: brightness(1.5);
}

@media (max-width: 390.98px) {
  .token-wrapper button.detail {
    width: 130px;
    font-size: .875rem;
  }
}

.token-wrapper .scroll {
  z-index: 10;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}

/* 페이징 버튼(dot) */
.scroll .dot {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.scroll .dot.active {
  background-color: var(--font-default);
}

.token-wrapper .button-6 {
  position: relative;
  flex: 1;
  flex-grow: 1;
  height: 8px;
  background-color: #ec803c;
  border-radius: 33554400px;
}

.token-wrapper .button-7 {
  position: relative;
  width: 8px;
  height: 8px;
  background-color: #ffffff4c;
  border-radius: 33554400px;
}

.token-wrapper .container-white {
    display: flex;
    flex-direction: row;
    gap: 0;
    align-items: flex-start;
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.token-wrapper .sidebar {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-basis: 30%;
    max-width: 360px;
    min-width: 200px;
    height: 100%;
    position: relative;
    padding: 0px 10px 0 0;
    background-color: #EDEBE8;
}
@media (max-width: 939px) {
  .token-wrapper .sidebar {
      display: none;
  }
}

.token-wrapper .sidebar .container-2 {
    display: flex;  
    flex-direction: column;
    align-items: flex-end;
    gap: 24px;
    align-self: stretch;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 60px 0 0;
}

.token-wrapper .sidebar .row-group {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  width: 100%;
  max-width: 309px;
  height: 100%;
  border-top: 1px solid var(--on);
}

.token-wrapper .sidebar .row-group button.menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  position: relative;
  width: 100%;
  height: 66px;
  padding: 0px 10px 0px 16px;
  align-self: stretch;
  cursor: pointer;
  border-bottom: 1px solid var(--on);
  border-radius: 0;
  transition: transform 0.2s ease-out, box-shadow 0.2s ease-out;
}

.token-wrapper .sidebar .row-group button.menu.on,
.token-wrapper .sidebar .row-group button.menu:hover {
  border-radius: 5px;
  border: 0;
  background-color: var(--on);
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.token-wrapper .sidebar .row-group button.menu:active {
  transform: translateY(2px);
  border-bottom-width: 2px;
  box-shadow: none;
}

.token-wrapper .sidebar .row-group .menu .img {
  position: relative;
  width: 24px;
  height: 24px;
  aspect-ratio: 1;
}

.token-wrapper .sidebar .row-group .menu .img.coin {
  width: 25px;
  height: 25px;
  background: url(../img/coin-taka.svg) no-repeat;
  background-size: contain;
}

.token-wrapper .sidebar .row-group .menu:hover .img.coin,
.token-wrapper .sidebar .row-group .menu:active .img.coin,
.token-wrapper .sidebar .row-group .menu.on .img.coin {
  background: url(../img/coin-taka_white.svg) no-repeat;
  background-size: contain;
}

.token-wrapper .sidebar .row-group .menu .img.icon-nft {
  background: url(../img/photo-bitcoin_dark.svg) no-repeat;
  background-size: contain;
}

.token-wrapper .sidebar .row-group .menu:hover .img.icon-nft,
.token-wrapper .sidebar .row-group .menu:active .img.icon-nft,
.token-wrapper .sidebar .row-group .menu.on .img.icon-nft {
  background: url(../img/photo-bitcoin_white.svg) no-repeat;
  background-size: contain;
}

.token-wrapper .sidebar .row-group .menu p.text {
  position: relative;
  width: 100%;
  height: 24px;
  font-weight: 600;
  color: var(--darkgray);
  font-size: 1rem;
  text-align: left;
  letter-spacing: -0.31px;
  line-height: 26px;
  white-space: nowrap;
}

.token-wrapper .sidebar .row-group .menu.on p.text,
.token-wrapper .sidebar .row-group .menu:hover p.text,
.token-wrapper .sidebar .row-group .menu:active p.text {
  color: #fff;
}

.token-wrapper .sidebar .row-group .menu .arw {
  position: relative;
  width: 24px;
  height: 24px;
  display: none;
  align-items: center;
  justify-content: center;
  background: url(../img/menu-arw.svg) no-repeat;
  background-position: 50% 50%;
}

.token-wrapper .sidebar .row-group .menu.on .arw,
.token-wrapper .sidebar .row-group .menu:hover .arw,
.token-wrapper .sidebar .row-group .menu:active .arw {
  display: flex;
}

.token-wrapper .sidebar .row-group .menu .arw img {
  object-fit: contain;
}

.token-wrapper .nft-wrapper {
  position: relative;
  width: 55.38px;
  height: 24px;
}

.token-wrapper .nft {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: -0.31px;
  line-height: 1.5rem;
  white-space: nowrap;
}

.token-wrapper .contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  position: relative;
  width: 100%;
  max-width: 1040px;
  height: 100%;
  padding: 0 10px 100px 30px;
  background-color: #EDEBE8;
}
@media (max-width: 939px) {
  .token-wrapper .contents {
    padding: 0 20px 100px;
  }
}
@media (max-width: 768.98px) {
  .token-wrapper .contents {
    padding: 0 18px 100px;
  }
}
@media (max-width: 390.98px) {
  .token-wrapper .contents {
    padding: 0 15px 100px;
  }
}

.token-wrapper .game-cash {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  flex: 0 0 auto;
  position: relative;
  width: 100%;
  padding: 53px 0px 0px;
  align-self: stretch;
}
@media (max-width: 768.98px) {
  .token-wrapper .game-cash {
    padding: 25px 0px 0px;
  }
}

.token-wrapper .root {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: 24px;
  text-align: left;
}
@media (max-width: 390.98px) {
  .token-wrapper .root {
    font-size: .875rem;
  }
}

.token-wrapper .root > * {
  letter-spacing: -0.3px;
}

.token-wrapper .game-cash .title,
.token-wrapper .exchange .title,
.token-wrapper .nft-wrap .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  flex: 0 0 auto;
  position: relative;
  align-self: stretch;
  width: 100%;
  padding: 0;
  text-align: left;
}

.token-wrapper .game-cash .title h1,
.token-wrapper .exchange .title h1,
.token-wrapper .nft-wrap .title h1 {
  display: block;
  position: relative;
  width: 100%;
  align-self: stretch;
  padding: 0 0 15px 0;
  margin-top: -1px;
  font-weight: 600;
  color: var(--darkgray);
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 1.5rem;
  border-bottom: 1px solid var(--on);
}
@media (max-width: 390px) {
  .token-wrapper .game-cash .title h1,
  .token-wrapper .exchange .title h1,
  .token-wrapper .nft-wrap .title h1 {
    padding: 0 0 7px 0;
    font-size: 1.125rem;
  }
}

.token-wrapper .dia-info {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  position: relative;
  flex: 0 0 auto;
}
@media (max-width: 768.98px) {
  .token-wrapper .dia-info {
    gap: 10px;
  }
}

.token-wrapper .dia-info .dia {
  display: flex;
  flex-direction: column;
  width: 33.3333%;
  max-width: 440px;
  align-items: center;
  gap: 20px;
  padding: 25px 17px;
  position: relative;
  border-radius: 15px;
  border: 1px solid;
  border-color: #ffffff0d;
  background: linear-gradient(180deg, rgba(0, 14, 44, 1) 0%, rgba(0, 0, 0, 1) 89%);
}

.token-wrapper .dia-info .dia .now {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  position: relative;
  flex: 0 0 auto;
}
@media (max-width: 768.98px) {
  .token-wrapper .dia-info .dia {
    padding: 10px;
  }
  .token-wrapper .dia-info .dia .now {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
}

.token-wrapper .coin-name {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 74px;
  height: 16px;
  font-weight: 600;
  color: var(--font-default);
  font-size: 1rem;
  text-align: center;
  letter-spacing: 0;
  line-height: 1rem;
  white-space: nowrap;
}
@media (max-width: 768.98px) {
  .token-wrapper .coin-name {
    font-size: .875rem;
  }
}
@media (max-width: 390.98px) {
  .token-wrapper .coin-name {
    font-size: .75rem;
  }
}

.token-wrapper .frame {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  position: relative;
  flex: 0 0 auto;
}

.token-wrapper .moneyicon-com {
  position: relative;
  width: 20px;
  height: 20px;
  aspect-ratio: 1;
  object-fit: cover;
}

.token-wrapper .remaining-goods {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  font-weight: 600;
  color: #94f2ff;
  font-size: 1.25rem;
  text-align: center;
  letter-spacing: 0;
  line-height: 1rem;
  white-space: nowrap;
}
@media (max-width: 768.98px) {
  .token-wrapper .remaining-goods {
    font-size: 1rem;
  }
}

.token-wrapper .remaining-goods.pink {
  color: #ff6792;
}

.token-wrapper .remaining-goods.gold {
  color: #ffc900;
}

.token-wrapper .exchange {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.token-wrapper .exchange-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 10px 0px 50px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 14px;
  border: 1px solid;
  border-color: #0000001a;
  background: linear-gradient(180deg, rgba(0, 14, 44, 1) 0%, rgba(0, 0, 0, 1) 89%);
}

.token-wrapper .exchange-box .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  position: relative;
  width: 100%;
  max-width: 446px;
  height: auto;
  padding: 20px 0px 0px 20px;
  margin: 0 auto;
}

.token-wrapper .exchange-box .card-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  position: relative;
  flex: 0 0 auto;
  width: 100%;
}

.token-wrapper img.gifticon {
  position: relative;
  width: 30px;
  height: 30px;
  aspect-ratio: 1;
  object-fit: cover;
}

.token-wrapper .exchange-box h2 {
  position: relative;
  width: 100%;
  color: var(--font-default);
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: -0.31px;
  line-height: 1rem;
  white-space: nowrap;
}

.token-wrapper .card-description {
  position: relative;
  flex: 1;
  align-self: stretch;
  width: 100%;
  flex-grow: 1;
}

.token-wrapper .card-description p {
  padding: 0 0 0 3px;
  font-weight: 400;
  color: var(--font-default);
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.5rem;
  white-space: nowrap;
}

.token-wrapper .card-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 446px;
  align-items: center;
  gap: 24px;
  padding: 0px 24px;
  position: relative;
  flex: 0 0 auto;
}

.token-wrapper .card-content ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.token-wrapper .card-content ul li.game-money {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
@media (max-width: 768.98px) {
  .token-wrapper .card-content ul li.game-money {
    gap: 10px;
  }
}

.token-wrapper .card-content .app {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.token-wrapper .card-content .label {
  display: flex;
  width: 100%;
  height: 17px;
  align-items: flex-start;
  position: relative;
}

.token-wrapper .card-content .label p {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  margin-bottom: -2px;
  margin-right: -5.77px;
  font-weight: 400;
  color: var(--font-default);
  font-size: .875rem;
  letter-spacing: -0.15px;
  line-height: 20px;
  white-space: nowrap;
}

.token-wrapper .quantity {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  width: 100%;
  max-width: 398px;
  height: 100%;
  align-items: center;
}

/* 수량 입력 전체 래퍼 */
.quantity-input-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-radius: 10px;
  gap: 5px;
}

.quantity-input-wrapper .btn-group {
  display: flex;
  flex-direction: row;
  gap: 4px;
}

/* 플러스/마이너스 버튼 공통 스타일 */
.quantity-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  border: 1px solid var(--on);
  background: linear-gradient(180deg, #000E2C 0%, #000 88.94%);
  font-size: 1rem;
  font-weight: bold;
  color: var(--on);
  cursor: pointer;
  transition: background-color 0.2s;
}

.quantity-btn.step-btn {
  font-size: .875rem;
  font-weight: normal;
}

.quantity-btn:hover {
  border: 1px solid #fff;
  color: #fff;
  background: linear-gradient(180deg, #34445B 0%, #000 100%);
}

.quantity-btn:active {
  border: 1px solid #fff;
  color: #fff;
  transform: scale(0.95);
  background: linear-gradient(180deg, #34445B 0%, #000 100%);
}

/* 수량 입력창 앞의 아이콘 영역 스타일 */
.quantity-icon {
  display: flex;
  padding: 2px 10px;
  justify-content: left;
  align-items: center;
  flex: 1 0 0;
  border-radius: 5px;
  background: rgba(77, 75, 69, 0.30);
}

.quantity-icon img {
  width: 24px;
  height: 24px;
}

/* 수량 입력 input 스타일 */
.quantity-input {
  width: 100%;
  height: 32px;
  padding: 2px;
  border: none;
  outline: none;
  text-align: left;
  color: var(--font-default);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0.396px;
  background: none;
}

/* input[type="number"] 기본 화살표(스피너) 숨기기 */
/* Chrome, Safari, Edge, Opera */
.quantity-input::-webkit-outer-spin-button,
.quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.token-wrapper .card-content li.notice {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 5px;
  flex: 0 0 auto;
  position: relative;
  width: 100%;
  border: 0;
}
@media (max-width: 768.98px) {
  .token-wrapper .card-content li.notice {
     padding-top: 20px;
  }
}

.token-wrapper .card-content li.notice span {
  position: relative;
  width: fit-content;
  font-weight: 600;
  color: #ff3b30;
  font-size: .8125rem;
  letter-spacing: 0;
  line-height: 1.2;
  white-space: wrap;
}

.token-wrapper .card-content li.divide {
  position: relative;
  width: 100%;
  max-width: 396px;
  height: 24px;
}

.token-wrapper .card-content li.divide .line-3 {
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  max-width: 396px;
  height: 1px;
  object-fit: cover;
  background-color: var(--off);
}

.token-wrapper .card-content li.divide .icon-2 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 24px;
}

.token-wrapper .card-content li.final {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.token-wrapper .card-content li.final .container-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  position: relative;
  width: 100%;
  height: 92px;
  padding: 0px 10px;
  align-self: stretch;
  border-radius: 10px;
  background-color: rgba(77, 75, 69, 0.30);
}

.token-wrapper .card-content li.final .last-cash {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex: 0 0 auto;
  gap: 5px;
  position: relative;
  width: 100%;
  padding: 0px 10px;
  align-self: stretch;
}
.token-wrapper .card-content li.final .cash-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 3px;
}
.token-wrapper .card-content li.final .gem-stone {
  position: relative;
  width: 32px;
  height: 32px;
  aspect-ratio: 1;
  background-image: url(../img/gem-stone@2x.png);
  background-size: cover;
  background-position: 50% 50%;
}

.token-wrapper .card-content li.final .name {
  position: relative;
  width: auto;
  margin-top: -1px;
  font-weight: 600;
  color: var(--font-default);
  font-size: 1.375rem;
  letter-spacing: 0.07px;
  line-height: 2rem;
}

.token-wrapper li.final .cash-cash {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: static;
  width: auto;
  height: 32px;
  padding-top: 3px;
  font-weight: bold;
  color: var(--font-default);
  font-size: 1.625rem;
  text-align: right;
  letter-spacing: 0.07px;
  line-height: 2rem;
  white-space: nowrap;
}
@media (max-width: 390.98px) {
  .token-wrapper .card-content li.final .gem-stone {
    width: 22px;
    height: 22px;
  }
  .token-wrapper .card-content li.final .name {
      font-size: 1.25rem;
  }
  .token-wrapper li.final .cash-cash {
    font-size: 1.25rem;
  }
}

.token-wrapper li.final .noti {
  align-items: center;
  justify-content: flex-end;
  gap: 3px;
  padding: 0px 5px 0px 0px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  position: relative;
}

.token-wrapper .bold-arrows-square {
  position: relative;
  width: 16px;
  height: 16px;
  aspect-ratio: 1;
}

.token-wrapper .element-diax-LOST {
  position: relative;
  width: fit-content;
  padding-left: 2px;
}

.token-wrapper .element-diax-LOST > * {
  font-size: .875rem;
  font-weight: 500;
  text-align: right;
  letter-spacing: 0;
  line-height: 18px;
  white-space: nowrap;
  color: var(--font-default);
}

.token-wrapper .element-diax-LOST span.orange {
  font-weight: 700;
  color: #ff8f49;
}

.token-wrapper .card-content .notice-list {
  display: inline-flex;
  align-items: flex-start;
  gap: 5px;
  flex: 0 0 auto;
  flex-direction: column;
  position: relative;
  width: 100%;
}

.token-wrapper .card-content .notice-list .notice {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 6px;
  position: relative;
  width: 100%;
  height: auto;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid var(--darkgray);
}

.token-wrapper .card-content .notice-list .notice .minting {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  flex: 0 0 auto;
  position: relative;
  width: 100%;
  font-size: .875rem;
}

.token-wrapper .card-content .notice-list .notice .minting h5 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 50%;
  font-weight: bold;
  color: var(--font-default);
  text-align: left;
  letter-spacing: 0;
  line-height: 1rem;
}

.token-wrapper .card-content .notice .element-diax {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 3px;
  width: 50%;
  font-weight: bold;
  color: var(--font-default);
  text-align: right;
  letter-spacing: 0;
  line-height: 1rem;
}

.token-wrapper .card-content .notice .element-diax b {
  font-weight: bold;
  color: var(--orange);
}

.token-wrapper .card-content .notice .remain {
  display: flex;
  flex-direction: row;
  justify-content:space-between;
  width: 100%;
}
.token-wrapper .remain .row {
  display: flex;
  width: 70%;
  max-width: 240px;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
  position: relative;
}
@media (max-width: 390.98px) {
  .token-wrapper .remain .row {
    gap:0;
  }
}

.token-wrapper .remain .row h5 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  font-weight: 500;
  font-size: .875rem;
  color: var(--font-default);
  letter-spacing: 0;
  line-height: 16px;
  white-space: nowrap;
}

.token-wrapper .remain .row .date {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  font-weight: 500;
  font-size: 12px;
  color: var(--yellow);
  letter-spacing: 0;
  line-height: 16px;
  white-space: nowrap;
}

.token-wrapper .remain .num {
  display: flex;
  width: 30%;
  max-width: 100px;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  position: relative;
}

.token-wrapper .remain .num b.orange {
  color: var(--orange);
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
}

.token-wrapper .remain .num .hyphen,
.token-wrapper .remain .num .remaining-money {
  font-weight: 600;
  color: var(--font-default);
  font-size: 14px;
  line-height: 16px;
}

.token-wrapper .notice-list .remain-dia {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  width: 100%;
  max-width: 398px;
  height: 60px;
  border-radius: 10px;
  border: 1px solid var(--darkgray);
}

.token-wrapper .notice-list .remain-dia h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: var(--font-default);
  letter-spacing: 0;
  line-height: 16px;
  white-space: nowrap;
}

.token-wrapper .notice-list .remain-dia .dia-blue {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 3px;
  position: relative;
  flex: 0 0 auto;
}

.token-wrapper .remain-dia .dia-blue .gem-stone-2 {
  position: relative;
  width: 19px;
  height: 19px;
  margin-top: 0;
  aspect-ratio: 1;
  object-fit: cover;
}

.token-wrapper .remain-dia .dia-blue .money {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: var(--blue);
  font-size: 22px;
  letter-spacing: 0;
  line-height: 22px;
}

.token-wrapper .card-content .btn-orange {
  box-sizing: border-box;
  z-index: 1;
  position: relative;
  width: 100%;
  max-width: 396px;
  height: 50px;
  border-radius: 8px;
  border: 0;
  font-weight: 700;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: -0.15px;
  line-height: 20px;
  white-space: nowrap;
  background: linear-gradient(135deg, rgba(253, 165, 0, 1) 0%, rgb(255, 116, 35) 100%);
}

.token-wrapper .card-content .btn-orange::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  background: #FF7423;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.token-wrapper .card-content .btn-orange:hover::before,
.token-wrapper .card-content .btn-orange:active::before {
  opacity: 1;
}

.token-wrapper .now-token {
  width: 100%;
}

.token-wrapper .now-token .title {
  display: flex;
  align-items: center;
  align-self: stretch;
  position: relative;
  width: 100%;
  height: 38px;
  padding: 0px 10px;
}

.token-wrapper .now-token .title h1 {
  font-weight: 600;
  color: var(--darkgray);
  font-size: 24px;
  letter-spacing: -0.31px;
  line-height: 24px;
  white-space: nowrap;
}
@media (max-width: 390px) {
  .token-wrapper .now-token .title h1 {
    font-size: 20px;
  }
}

.token-wrapper .now-token .market-price {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
@media (max-width: 768.98px) {
  .token-wrapper .now-token .market-price {
    flex-direction: column;
  }
}

.token-wrapper .market-price .my-price {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  width: 100%;
  max-width: 1113px;
  height: auto;
  padding: 7px 14px;
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid var(--on);
}
@media (max-width: 768.98px) {
  .token-wrapper .market-price .my-price {
    justify-content: center;
  }
}
@media (max-width: 430.98px) {
  .token-wrapper .market-price .my-price {
    justify-content: space-between;
    padding: 7px 7px 7px 14px;
  }
}

.token-wrapper .market-price .my-price .ctt{
  display: inline-flex;
  align-items: center;
  gap: 20px;
  position: relative;
  flex: 0 0 auto;
}
@media (max-width: 768.98px) {
  .token-wrapper .market-price .my-price .ctt{
    gap: 10px;
  }
}

.token-wrapper .market-price .my-price .ctt .text {
  position: relative;
  width: fit-content;
  font-weight: 700;
  color: var(--darkgray);
  font-size: 1.125rem;
  letter-spacing: -0.5px;
  line-height: 24px;
  white-space: nowrap;
}
@media (max-width: 768.98px) {
  .token-wrapper .market-price .my-price .ctt .text {
    font-size: 16px;
  }
}

.token-wrapper .market-price .my-price .ctt .text.small {
  padding-top: 3px;
  font-size: 15px;
}
@media (max-width: 390.98px) {
  .token-wrapper .market-price .my-price .ctt .text {
    font-size: 13px;
  }
  .token-wrapper .market-price .my-price .ctt .text.small {
    font-size: 13px;
  }
}

.token-wrapper .market-price .my-price .ctt .text.orange {
  color: var(--orange);
}

.token-wrapper .market-price .my-price .ctt .text.green {
  color: var(--green);
}

.token-wrapper .market-price .my-price .ctt .element {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}

.token-wrapper .market-price .my-price .ctt .element span {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 24px;
  white-space: nowrap;
}
@media (max-width: 768.98px) {
  .token-wrapper .market-price .my-price .ctt .element span {
    font-size: 16px;
  }
}
@media (max-width: 390.98px) {
  .token-wrapper .market-price .my-price .ctt .element span {
    font-size: 13px;
  }
}

.token-wrapper .now-token {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}

.token-wrapper .now-token .btn-middle {
  display: flex;
  max-width: 80px;
  width: 100%;
  height: 29px;
  align-items: center;
  justify-content: center;
  padding: 10px;
  position: relative;
  border-radius: 7px;
  font-weight: 600;
  color: #ffffff;
  font-size: .875rem;
  line-height: 20px;
  letter-spacing: 0;
  background-color: var(--orange);
  transition: background-color 0.2s ease-in-out;
}
@media (max-width: 390.98px) {
  .token-wrapper .now-token .btn-middle {
    padding: 5px;
    font-size: 12px;
  }
}

.token-wrapper .now-token .btn-middle:hover,
.token-wrapper .now-token .btn-middle:active {
  background-color: #001950;
}

.token-wrapper .now-token .sort {
  display: flex;
  width: 100%;
  max-width: 219px;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  position: relative;
}

.token-wrapper .now-token .sort button {
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: static;
  padding: 7px 17px;
  position: relative;
  font-weight: 600;
  color: #ffffff;
  font-size: .9375rem;
  letter-spacing: -0.31px;
  line-height: 24px;
  background-color: var(--on);
  border-radius: 10px;
  cursor: pointer;
  transition: width 0.3s ease-in-out;
}
@media (max-width: 768.98px) {
  .token-wrapper .now-token .sort button {
    font-size: .875rem;
  }
}
.token-wrapper .now-token .sort button.on,
.token-wrapper .now-token .sort button:hover,
.token-wrapper .now-token .sort button:active {
  color: #ff9500;
  background: linear-gradient(180deg, rgba(0, 14, 44, 1) 0%, rgba(0, 0, 0, 1) 89%);
}

.token-wrapper .now-token .token-wrapper-info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  gap: 15px;
  position: relative;
  width: 100%;
  max-width: 1354px;
  padding-top: 5px;
}
@media (max-width: 768.98px) {
  .token-wrapper .now-token .token-wrapper-info {
    flex-direction: column;
  }
}

.token-wrapper .now-token .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  position: relative;
  width: 50%;
  max-width: 480px;
  height: auto;
  padding: 17px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(0, 14, 44, 1) 0%, rgba(0, 0, 0, 1) 89%);
}
@media (max-width: 768.98px) {
  .token-wrapper .now-token .wrap {
    width: 100%;
    max-width: none;
  }
}

.token-wrapper .now-token .wrap .now-4 {
  flex-direction: column;
  align-items: center;
  gap: 3px;
  display: inline-flex;
  position: relative;
  flex: 0 0 auto;
}

.token-wrapper .now-token .moneyicon-com-3 {
  position: relative;
  width: 50px;
  height: 51px;
  aspect-ratio: 0.98;
}

.token-wrapper .now-token .token-name {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: fit-content;
  margin-bottom: 3px;
  font-weight: 600;
  color: var(--font-default);
  font-size: 1rem;
  text-align: center;
  letter-spacing: 0;
  line-height: 20px;
  white-space: nowrap;
}

.token-wrapper .now-token .frame-8 {
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  gap: 5px;
  position: relative;
  flex: 0 0 auto;
}

.token-wrapper .now-token .text-wrapper-35 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: -1px;
  font-weight: 600;
  color: var(--font-default);
  font-size: 1.625rem;
  text-align: center;
  letter-spacing: -0.3px;
  line-height: 20px;
  white-space: nowrap;
}
@media (max-width: 390.98px) {
  .token-wrapper .now-token .text-wrapper-35 {
    font-size: 1.375rem;
  }
}

.token-wrapper .now-token .rate {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: -1px;
  font-weight: 600;
  color: #ff3b30;
  font-size: .625rem;
  text-align: center;
  letter-spacing: -0.3px;
  line-height: 20px;
  white-space: nowrap;
}
.token-wrapper .now-token .rate.up {
  color: #34c759;
}

.token-wrapper .now-token .text-wrapper-36 {
  letter-spacing: -0.03px;
}

.token-wrapper .now-token .text-wrapper-37 {
  font-size: 1rem;
  letter-spacing: -0.05px;
}

.token-wrapper .now-token .image {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: auto;
  min-height: 63px;
  border-radius: 5px;
  object-fit: cover;
}


/* NFT 페이지
============================================
*/

.contents.nftList {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
  height: 100%;
  position: relative;
  align-self: stretch;
  padding: 53px 10px 100px 30px;
}
@media (max-width: 939px) {
  .contents.nftList {
    padding: 25px 20px 100px;
  }
}
@media (max-width: 768.98px) {
  .contents.nftList {
    padding: 25px 18px 100px;
  }
}
@media (max-width: 390.98px) {
  .contents.nftList {
    padding: 25px 15px 100px;
  }
}

.contents.nftList .nft-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0px;
  width: 100%;
  height: 100%;
}

.contents.nftList .nft-wrap .sort-group {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex: 0 0 auto;
  gap: 10px;
  position: relative;
  width: 100%;
  padding: 40px 0 25px;
}
@media (max-width: 768.98px) {
  .contents.nftList .nft-wrap .sort-group {
    flex-direction: column;
    padding: 30px 0 10px;
  }
}
@media (max-width: 390.98px) {
  .contents.nftList .nft-wrap .sort-group {
    flex-direction: column;
    padding: 20px 0 10px;
  }
}

.contents.nftList .nft-wrap .sort-group .list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  position: relative;
  width: 100%;
}
@media (max-width: 768.98px) {
  .contents.nftList .nft-wrap .sort-group .list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    align-items: stretch;
  }
}

.contents.nftList .sort-group .list button {
  display: inline-flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: auto;
  padding: 10px 20px;
  position: relative;
  border-radius: 10px;
  color: #fff;
  font-size: 1rem;
  letter-spacing: -0.31px;
  line-height: 24px;
  font-weight: 600;
  white-space: nowrap;
  background-color: var(--on);
  cursor: pointer;
}
@media (max-width: 390.98px) {
  .contents.nftList .sort-group .list button {
    font-size: .875rem;
    padding: 8px 10px;
  }
}

.contents.nftList .nft-wrap .sort-group .list .active,
.contents.nftList .nft-wrap .sort-group .list button:hover,
.contents.nftList .nft-wrap .sort-group .list button:active {
  color: #ff9500;
  background: linear-gradient(180deg, rgba(0, 14, 44, 1) 0%, rgba(0, 0, 0, 1) 89%);
  cursor: pointer;
}

.contents.nftList .custom-select-wrapper {
  max-width: 230px;
  width: 100%;
}
@media (max-width: 768.98px) {
  .contents.nftList .custom-select-wrapper {
    max-width: none;
  }
}

.contents.nftList .custom-select-trigger {
  background-color: var(--font-default);
  border: 1px solid var(--on);
}

.contents.nftList .custom-select-trigger .selected-option span {
  font-size: .9375rem;
  color: var(--darkgray);
}

.contents.nftList .custom-options {
  background-color: var(--font-default);
  border: 1px solid var(--on);
}

.contents.nftList .custom-option:hover,
.contents.nftList .custom-option:active {
  background-color: var(--on);
}

.contents.nftList .custom-options span {
  color: var(--darkgray);
}

.contents.nftList .custom-option:hover span,
.contents.nftList .custom-option:active span {
  color: #fff;
}

.contents.nftList .nft-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  width: 100%;
  height: 100%;
  gap: 15px;
  padding: 5px 0px 0px;
}

.contents.nftList .nft-list .item {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 340px;
  padding: 30px 10px 13px;
  border-radius: 20px;
  border: 2px solid #000;
  background: #030e2a url(../img/nft/effect.png) no-repeat;
  background-size: 160% 80%;
  background-position: 46% -70px;
  cursor: pointer;
}

/* 3. [데스크탑 전용] 마우스 호버가 가능한 기기에서만 :hover 효과 적용 */
@media (hover: hover) {
  .contents.nftList .nft-list .item:hover .hover-ctt {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

.contents.nftList .nft-list .item.is-active .hover-ctt {
  opacity: 1;
  visibility: visible;
  pointer-events: auto; /* 보일 때 클릭 가능하도록 설정 */
}

.contents.nftList .nft-list .item .ctt {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.contents.nftList .nft-list .item .info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  position: relative;
  width: 100%;
  height: auto;
}

.contents.nftList .nft-list .item .img {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.contents.nftList .nft-list .item .img img {
  position: relative;
  height: 120px;
  object-fit: contain;
}

.contents.nftList .nft-list .item .img .num {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(200%);
  width: 27px;
  height: 27px;
  display: flex;
  border-radius: 15px;
  border: 1px solid;
  border-color: rgba(255, 249, 230, 0.3);
  aspect-ratio: 1;
}

.contents.nftList .nft-list .item .img .text-wrapper-4 {
  margin-top: 6.3px;
  margin-left: 4.8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 14px;
  font-family: "Work Sans", Helvetica;
  font-weight: 600;
  color: var(--on);
  font-size: .875rem;
  text-align: center;
  letter-spacing: 0;
  line-height: .875rem;
  white-space: nowrap;
}

.contents.nftList .nft-list .item .info .name {
  display: inline-flex;
  flex-direction: column;
  height: 50px;
  align-items: center;
  gap: 5px;
  position: relative;
}

.contents.nftList .nft-list .item .info .name .type {
  display: inline-flex;
  align-items: center;
  padding: 2px 10px;
  border-radius: 7px;
  border: 1px solid;
  border-color: var(--font-default);
  justify-content: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
  width: fit-content;
  color: var(--font-default);
  font-size: .75rem;
  text-align: center;
  letter-spacing: -0.3px;
  line-height: 1.25rem;
  margin-top: -1px;
  white-space: nowrap;
}

.contents.nftList .nft-list .item .info .name .item-name {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  font-weight: 600;
  color: var(--font-default);
  font-size: 1rem;
  text-align: center;
  letter-spacing: -0.3px;
  line-height: 1.25rem;
  white-space: nowrap;
}

.contents.nftList .nft-list .item .price {
  gap: 3px;
  display: inline-flex;
  height: auto;
  align-items: center;
  position: relative;
}

.contents.nftList .nft-list .item .moneyicon-com {
  position: relative;
  width: 30px;
  height: 31px;
  aspect-ratio: 0.98;
}

.contents.nftList .nft-list .item .price .frame {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  flex: 0 0 auto;
  position: relative;
  height: 100%;
}

.contents.nftList .nft-list .item .price .amount {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: -1px;
  font-size: 2.125rem;
  letter-spacing: -0.3px;
  line-height: 1.25rem;
  white-space: nowrap;
  position: relative;
  font-family: "Work Sans", Helvetica;
  font-weight: 600;
  color: var(--font-default);
  text-align: center;
}

.contents.nftList .nft-list .item .price .dollar {
  position: relative;
  top: 2px;
  color: var(--orange);
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.3px;
}

.contents.nftList .nft-list .item .btn-middle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 40px;
  padding: 2px;
  border-radius: 10px;
  background: linear-gradient(0deg, rgba(255, 144, 74, 1) 0%, rgba(255, 113, 24, 1) 100%);
}

.contents.nftList .nft-list .item .btn-middle:hover,
.contents.nftList .nft-list .item .btn-middle:active {
  background: linear-gradient(0deg, rgba(255, 113, 24, 1) 100%, rgba(255, 144, 74, 1) 0%);
}

.contents.nftList .nft-list .item .btn-middle .rectangle {
  width: 100%;
  height: 36px;
  border: 1px solid var(--font-default);
  border-radius: 8px;
}

.contents.nftList .nft-list .item .btn-middle .go-market {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 20px;
  font-weight: 600;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  letter-spacing: 0;
  line-height: 20px;
}

.contents.nftList .nft-list .item .btn-middle .rectangle-2 {
  position: absolute;
  top: 50%;
  left: -1px;
  width: 4px;
  height: 4px;
  background-color: var(--font-default);
  transform: rotate(45deg) translateY(-50%);
}

.contents.nftList .nft-list .item .btn-middle .rectangle-2.right {
  left: auto;
  right: 2px;
}

.contents.nftList .nft-list .item .hover-ctt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  max-height: 300px;
  background-color: #000000cc;
  border-radius: 15px 15px 0px 0px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  pointer-events: none; /* 숨겨져 있을 때 클릭 방지 */
  overflow: hidden;
}

.contents.nftList .item .hover-ctt .ctt-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px 15px 0;
}

.contents.nftList .item .hover-ctt .item-name {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Work Sans", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 1.125rem;
  text-align: center;
  letter-spacing: 0;
  line-height: 20px;
}

.contents.nftList .item .hover-ctt .rating {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  font-family: "Work Sans", Helvetica;
  font-weight: 600;
  color: var(--yellow2);
  font-size: 1.25rem;
  text-align: center;
  line-height: 20px;
  position: relative;
  letter-spacing: 0;
}

.contents.nftList .item .hover-ctt .head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--on);
}

.contents.nftList .item .hover-ctt .stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  flex: 0 0 auto;
  position: relative;
  width: 100%;
}

.contents.nftList .item .hover-ctt .stat-2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex: 0 0 auto;
  gap: 10px;
}

.contents.nftList .item .hover-ctt .stat-name {
  width: 100px;
  font-weight: 600;
  color: #ffffff;
  font-size: 1rem;
  text-align: left;
  letter-spacing: 0;
  overflow: hidden;
}

.contents.nftList .item .hover-ctt .stat-figure {
  position: relative;
  font-weight: 600;
  color: #ff5858;
  font-size: 1rem;
  text-align: center;
  line-height: 20px;
  white-space: nowrap;
  letter-spacing: 0;
}

.contents.nftList .item .hover-ctt .stat-figure.green {
  color: var(--green);
}

.contents.nftList .item .hover-ctt .stat-figure.violet {
  color: var(--violet);
}

.contents.nftList .list-paging {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20px 0 0 0;
}

.contents.nftList .list-paging .variant-basic {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex: 0 0 auto;
  width: 272px;
}
@media (max-width: 390.98px) {
  .contents.nftList .list-paging .variant-basic {
    gap: 5px;
  }
}

.contents.nftList .list-paging .variant-basic button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  aspect-ratio: 1;
}
.contents.nftList .list-paging button:hover,
.contents.nftList .list-paging button:active {
  font-weight: 600;
  color: var(--font-default);
  background: var(--on);
}

.contents.nftList .list-paging button.arrow.left {
  background: url(../img/nft/icon-leftoutlined.svg) no-repeat;
  background-position: 50% 50%;
}

.contents.nftList .list-paging button.arrow.left.on,
.contents.nftList .list-paging button.arrow.left:hover,
.contents.nftList .list-paging button.arrow.left:active {
  background: url(../img/nft/icon-leftoutlined_on.svg) no-repeat;
  background-position: 50% 50%;
}

.contents.nftList .list-paging button.arrow.right {
  background: url(../img/nft/icon-rightoutlined.svg) no-repeat;
  background-position: 50% 50%;
}

.contents.nftList .list-paging button.arrow.right.on,
.contents.nftList .list-paging button.arrow.right:hover,
.contents.nftList .list-paging button.arrow.right:active {
  background: url(../img/nft/icon-rightoutlined_on.svg) no-repeat;
  background-position: 50% 50%;
}

.contents.nftList .list-paging button.arrow:hover,
.contents.nftList .list-paging button.arrow:active {
  border: 1px solid var(--on);
}

.contents.nftList .list-paging .num.on {
  font-weight: 600;
  color: var(--font-default);
  background: var(--on);
}

/* SHOP 페이지
============================================
*/
.contents.nftList.shop {
  max-width: 1280px;
  align-self: normal;
  margin: 0 auto;
  padding: 53px 20px 100px;
}
@media (max-width: 768.98px) {
  .contents.nftList.shop {
    padding: 25px 18px 100px;
  }
}
@media (max-width: 390.98px) {
  .contents.nftList.shop {
    padding: 25px 15px 100px;
  }
}

.contents.nftList.shop .nft-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  grid-template-rows: auto;
  align-items: start;
  width: 100%;
  gap: 15px;
  padding: 5px 0px 0px;
}

.contents.nftList.shop .nft-wrap .sort-group {
  align-items: flex-end;
}

@media (max-width: 966.98px) {
  .contents.nftList.shop .nft-wrap .sort-group {
    padding: 40px 0 10px;
  }
  .contents.nftList.shop .nft-wrap .sort-group .list {
    display: grid;
    align-items: stretch;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}
@media (max-width: 449.98px) {
  .contents.nftList.shop .nft-wrap .sort-group {
    padding: 20px 0 10px;
  }
  .contents.nftList.shop .nft-wrap .sort-group .list {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    padding: 5px 0;
  }  
}

.contents.nftList.shop .sort-group .list button {
  min-width: 110px;
  padding: 15px 20px;
  line-height: 16px;
  white-space: pre-wrap;
  text-align: left;
}
@media (max-width: 768.98px) {
  .contents.nftList.shop .sort-group .list button {
    min-width: auto;
    white-space: wrap;
  }
}

.contents.nftList.shop .nft-list .item {
  justify-content: flex-start;
  gap: 25px;
  height: auto;
  max-height: none;
  padding: 15px;
  border-radius: 20px;
  border: 2px solid var(--lightgray);
  background: linear-gradient(180deg, #FFF 28.14%, #DEDEDE 100%);
  transition: box-shadow 0.2s ease-in-out, transform 0.2s ease-in-out;
}

.contents.nftList.shop .nft-list .item:hover,
.contents.nftList.shop .nft-list .item:active {
  transform: translateY(-2px);
  background: #FFF;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
}

.contents.nftList.shop .nft-list .item .ctt {
  flex-direction: unset;
  overflow: inherit;
}

.contents.nftList.shop .nft-list .item .ctt .info {
  gap: 20px;
}

.contents.nftList.shop .nft-list .item .ctt .info .img {
  justify-content: center;
  width: 100%;
  min-height: 210px;
  border-radius: 10px;
  background: lightgray url(../img/shop/bg_effect.png) 0px -29.709px / 100% 121.429% no-repeat;
}

@media (max-width: 988.98px) {
  .contents.nftList.shop .nft-list .item .ctt .info .img img {
    height: 150px;
  }
}

.contents.nftList.shop .nft-list .item .img .kind {
  display: inline-flex;
  padding: 2px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: absolute;
  left: 5px;
  top: 5px;
  padding: 2px 10px;
  border-radius: 7px;
  border: 1px solid var(--orange);
  font-size: .75rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.3px;
  line-height: 20px;
  text-transform: uppercase;
  color: var(--orange);
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.60);
}

.contents.nftList.shop .nft-list .item .img .kind.new {
  border: 1px solid var(--red);
  color: var(--red);
}

.contents.nftList.shop .nft-list .item .img .kind.recomm {
  border: 1px solid var(--green);
  color: var(--green);
}

.contents.nftList.shop .nft-list .item .info .name {
  display: flex;
  gap: 0;
  height: auto;
  color: var(--darkgray);
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.5px;
}
@media (max-width: 390.98px) {
  .contents.nftList.shop .nft-list .item .info .name {
    font-size: 1rem;
  }
}

.contents.nftList.shop .nft-list .item .btn-middle {
  position: relative;
  height: 47px;
  background: linear-gradient(180deg, #000E2C 0%, #3D4F70 113.73%);
}

.contents.nftList.shop .nft-list .item .btn-middle:hover,
.contents.nftList.shop .nft-list .item .btn-middle:active {
  background: linear-gradient(180deg, #3D4F70 0%, #000E2C 113.73%);
}

.contents.nftList.shop .nft-list .item .btn-middle .rectangle {
  height: 43px;
}

.contents.nftList.shop .nft-list .item .btn-middle:hover .rectangle,
.contents.nftList.shop .nft-list .item .btn-middle:active .rectangle {
  border: 1px solid var(--yellow3);
}

.contents.nftList.shop .nft-list .item .btn-middle:hover .rectangle-2,
.contents.nftList.shop .nft-list .item .btn-middle:active .rectangle-2 {
  background-color: var(--yellow3);
}

.contents.nftList.shop .nft-list .item .btn-middle .go-market {
  transition: color 0.2s ease-in-out;
  font-size: 1.375rem;
}

.contents.nftList.shop .nft-list .item .btn-middle:hover .go-market,
.contents.nftList.shop .nft-list .item .btn-middle:active .go-market {
  color: var(--yellow3);
}

/* MYPAGE 페이지
============================================
*/
.contents.nftList.mypage {
  max-width: 1280px;
  align-self: normal;
  margin: 0 auto;
  padding: 53px 20px 100px;
  gap: 30px;
}
@media (max-width: 768.98px) {
  .contents.nftList.mypage {
    padding: 25px 18px 100px;
  }
}
@media (max-width: 430.98px) {
  .contents.nftList.mypage {
    gap: 10px;
  }
}
@media (max-width: 390.98px) {
  .contents.nftList.mypage {
    padding: 25px 15px 100px;
  }
}

.contents.nftList.mypage .user-cha-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  position: relative;
}

.contents.nftList.mypage .user-cha-info .cha-img {
  position: relative;
  width: 106px;
  height: 106px;
}

.contents.nftList.mypage .user-cha-info .container {
  top: 5px;
  left: 5px;
  width: 96px;
  height: 96px;
  background: linear-gradient(180deg, rgba(236, 128, 60, 1) 0%, rgba(184, 78, 31, 1) 100%);
  opacity: 0.3;
  position: absolute;
  border-radius: 33554400px;
}

.contents.nftList.mypage .user-cha-info .image-with-fallback-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 106px;
  height: 106px;
  border: 5px solid var(--darkgray);
  border-radius: 100%;
  /* border-radius: 33554400px; */
  background-color: #ffffff00;
  overflow: hidden;
}

.contents.nftList.mypage .user-cha-info .user-img {
  position: relative;
  width: 96px;
  height: 96px;
  aspect-ratio: 1;
  background-image: url(../img/mypage/myProfile@2x.png);
  background-size: cover;
  background-position: 50% 50%;
}

.contents.nftList.mypage .user-cha-info .user-nickname {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  position: relative;
  width: 187px;
  height: 24px;
}

.contents.nftList.mypage .user-cha-info .nickname {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  margin-left: -3px;
  font-family: "Work Sans", Helvetica;
  font-weight: 600;
  color: var(--darkgray);
  font-size: 1.25rem;
  text-align: center;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.contents.nftList.mypage .user-cha-info .level {
  display: flex;
  width: 57px;
  height: 24px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0px 9px;
  position: relative;
  margin-right: -3px;
  background-color: #686868;
  border-radius: 5px;
}

.contents.nftList.mypage .user-cha-info .info {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Work Sans", Helvetica;
  font-weight: 600;
  color: var(--font-default);
  font-size: 1rem;
  text-align: center;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}

.contents.nftList.mypage .user-cha-info .server {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 13px 16px;
  position: relative;
  background-color: #686868;
  border-radius: 33554400px;
}

.contents.nftList.mypage .user-cha-info .dot {
  position: relative;
  width: 8px;
  height: 8px;
  background-color: #79ff48;
  border-radius: 33554400px;
  opacity: 0.96;
}

.contents.nftList.mypage .user-cha-info .asgard {
  position: relative;
  width: auto;
  font-weight: 600;
  color: #79ff48;
  font-size: 1rem;
  letter-spacing: 0;
  white-space: nowrap;
  line-height: 1;
}
@media (max-width: 430.98px) {
  .contents.nftList.mypage .user-cha-info .asgard {
    font-size: .8125rem;
  }
}

.contents.nftList.mypage .game-cash {
  padding: 0;
}

.contents.nftList.mypage .dia-info .dia {
  padding: 17px;
}

.contents.nftList.mypage .dia-info .dia .now {
  flex-direction: column;
  gap: 5px;
}

.contents.nftList.mypage .dia-info .moneyicon-com {
  width: 35px;
  height: 35px;
}

.contents.nftList.mypage .wrap-line {
  width: 100%;
  height: 1px;
  background-color: var(--on);
}

.contents.nftList.mypage .now-token .token-wrapper-info {
  max-width: none;
}

.contents.nftList.mypage .now-token .token-wrapper-info .wrap {
  max-width: none;
}

.contents.nftList.mypage .nft-wrap .title {
  height: 38px;
  padding: 10px 0 0;
}
.contents.nftList.mypage .nft-wrap .title h1 {
  border: 0;
  padding: 0;;
}

.contents.nftList.mypage .nft-wrap .sort-group {
  padding: 15px 0 10px;
}

.contents.nftList.mypage .nft-list {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}