@charset "UTF-8";
html,
body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Pretendard", sans-serif;
  background-color: black;
  overflow: hidden;
}

button,
a,
label {
  padding: unset;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
  background-color: unset;
  color: black;
  text-decoration: none;
}
button:focus,
a:focus,
label:focus {
  outline: none;
}
button:hover,
a:hover,
label:hover {
  opacity: 0.7;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.wallet-page {
  overflow-x: hidden;
  /* 스크롤바 스타일 설정 */
  width: 100%;
  height: 100vh;
  padding-top: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wallet-page::-webkit-scrollbar {
  width: 8px;
}
.wallet-page::-webkit-scrollbar-thumb {
  background-color: #333;
  /* 스크롤바 색상 */
  border-radius: 4px;
}
.wallet-page::-webkit-scrollbar-track {
  background-color: #000;
  /* 트랙 배경색 */
}
.wallet-page .wallet-ledger-wallet-section {
  background-color: black;
  width: 100%;
}
.wallet-page .wallet-ledger-wallet-section .wallet-ledger-wallet-top {
  position: relative;
}
.wallet-page .wallet-ledger-wallet-section .wallet-ledger-wallet-top .gradient-line {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 200px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 224, 216, 0)), color-stop(50%, rgba(0, 224, 216, 0.5)), to(rgba(0, 224, 216, 0)));
  background: linear-gradient(to bottom, rgba(0, 224, 216, 0) 0%, rgba(0, 224, 216, 0.5) 50%, rgba(0, 224, 216, 0) 100%);
  -webkit-filter: blur(12px);
          filter: blur(12px);
  z-index: 0;
  pointer-events: none;
}
.wallet-page .wallet-ledger-wallet-section .wallet-ledger-wallet-top .wallet-ledger-wallet-top-content {
  width: 1238px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
}
.wallet-page .wallet-ledger-wallet-section .wallet-ledger-wallet-top .wallet-ledger-wallet-top-content .wallet-ledger-wallet-top-left {
  color: white;
}
.wallet-page .wallet-ledger-wallet-section .wallet-ledger-wallet-top .wallet-ledger-wallet-top-content .wallet-ledger-wallet-top-left .wallet-ledger-wallet-tag {
  font-size: 24px;
  font-weight: 700;
}
.wallet-page .wallet-ledger-wallet-section .wallet-ledger-wallet-top .wallet-ledger-wallet-top-content .wallet-ledger-wallet-top-left .wallet-ledger-wallet-title {
  font-size: 45px;
  font-weight: 700;
  line-height: 140%;
  margin: 16px 0;
}
.wallet-page .wallet-ledger-wallet-section .wallet-ledger-wallet-top .wallet-ledger-wallet-top-content .wallet-ledger-wallet-top-left .wallet-ledger-wallet-title .title-color {
  color: #00E0D8;
}
.wallet-page .wallet-ledger-wallet-section .wallet-ledger-wallet-top .wallet-ledger-wallet-top-content .wallet-ledger-wallet-top-left .wallet-ledger-wallet-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #ABB3BA;
}
.wallet-page .wallet-ledger-wallet-section .wallet-ledger-wallet-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 16px;
  padding: 76px 0 109px;
}
.wallet-page .wallet-ledger-wallet-section .wallet-ledger-wallet-bottom .wallet-ledger-wallet-bottom-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wallet-page .wallet-ledger-wallet-section .wallet-ledger-wallet-bottom .wallet-ledger-wallet-bottom-content .wallet-ledger-wallet-bottom-tag {
  font-size: 24px;
  font-weight: bold;
  color: #00E0D8;
}
.wallet-page .wallet-ledger-wallet-section .wallet-ledger-wallet-bottom .wallet-ledger-wallet-bottom-content .wallet-ledger-wallet-bottom-title {
  font-size: 34px;
  color: white;
  font-weight: bold;
  margin: 11px 0 16px;
}
.wallet-page .wallet-ledger-wallet-section .wallet-ledger-wallet-bottom .wallet-ledger-wallet-bottom-content .wallet-ledger-wallet-bottom-desc {
  font-size: 16px;
  font-weight: 300;
  color: white;
  line-height: 150%;
  text-align: center;
}
.wallet-page .wallet-product-section {
  padding-top: 180px;
  padding-bottom: 126px;
  position: relative;
}
.wallet-page .wallet-product-section .wallet-product-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1218px;
  margin: 0 auto;
}
.wallet-page .wallet-product-section .wallet-product-container .wallet-product-section-tag {
  font-size: 24px;
  font-weight: 700;
  color: #00E0D8;
}
.wallet-page .wallet-product-section .wallet-product-container .wallet-product-section-title {
  font-size: 45px;
  font-weight: 700;
  line-height: 140%;
  color: white;
  margin: 4px 0 40px;
}
.wallet-page .wallet-product-section .wallet-product-container .wallet-product-feature-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 10px;
}
.wallet-page .wallet-product-section .wallet-product-container .wallet-product-feature-list .wallet-product-feature-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  background-color: #1A1B23;
  padding: 27px 29px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.wallet-page .wallet-product-section .wallet-product-container .wallet-product-feature-list .wallet-product-feature-item .wallet-product-feature-item-content .wallet-product-feature-item-title {
  font-size: 24px;
  font-weight: 600;
  color: #00E0D8;
  margin-bottom: 4px;
}
.wallet-page .wallet-product-section .wallet-product-container .wallet-product-feature-list .wallet-product-feature-item .wallet-product-feature-item-content .wallet-product-feature-item-desc {
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
  color: white;
}
.wallet-page .wallet-product-section .wallet-product-container .wallet-product-info-list {
  width: 100%;
  margin-top: 129px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 315px);
  gap: 22px;
}
.wallet-page .wallet-product-section .wallet-product-container .wallet-product-info-list .wallet-product-info-item {
  position: relative;
  background-color: black;
  padding: 0 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 30px 0px rgba(0, 224, 216, 0.48);
          box-shadow: 0 4px 30px 0px rgba(0, 224, 216, 0.48);
}
.wallet-page .wallet-product-section .wallet-product-container .wallet-product-info-list .wallet-product-info-item .wallet-product-info-item-title {
  font-size: 24px;
  font-weight: 600;
  background-color: #00E0D8;
  color: black;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  position: relative;
  z-index: 2;
  padding: 0 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
.wallet-page .wallet-product-section .wallet-product-container .wallet-product-info-list .wallet-product-info-item .wallet-product-info-item-desc {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
  color: white;
  position: relative;
  z-index: 2;
}
.wallet-page .wallet-product-section .wallet-product-container .wallet-product-info-list .wallet-product-info-item .wallet-product-info-item-img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.wallet-page .wallet-product-section .wallet-product-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 300px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 224, 216, 0.4)), color-stop(40%, rgba(0, 224, 216, 0.2)), to(rgba(0, 224, 216, 0)));
  background: linear-gradient(to top, rgba(0, 224, 216, 0.4) 0%, rgba(0, 224, 216, 0.2) 40%, rgba(0, 224, 216, 0) 100%);
  pointer-events: none;
  z-index: 0;
  -webkit-filter: blur(40px);
          filter: blur(40px);
  /* 살짝만 블러 처리 */
}
.wallet-page .wallet-slide-section {
  padding: 156px 0 158px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: white;
}
.wallet-page .wallet-slide-section .wallet-slide-tag {
  font-size: 24px;
  font-weight: 700;
  color: #00E0D8;
}
.wallet-page .wallet-slide-section .wallet-slide-title {
  font-size: 45px;
  font-weight: 700;
  line-height: 140%;
  margin: 4px 0 8px;
  color: black;
  text-align: center;
}
.wallet-page .wallet-slide-section .wallet-slide-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: black;
  text-align: center;
}
.wallet-page .wallet-slide-section .wallet-slide-list {
  width: 100vw;
  max-width: 1560px;
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 368px);
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  overflow-y: hidden;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: none;
  /* IE, Edge */
  scrollbar-width: none;
  /* Firefox */
}
.wallet-page .wallet-slide-section .wallet-slide-list::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera */
}
.wallet-page .wallet-slide-section .wallet-slide-list .wallet-slide-list-item {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 45px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  row-gap: 2px;
  height: 465px;
}
.wallet-page .wallet-slide-section .wallet-slide-list .wallet-slide-list-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.4) 100%);
  border-radius: 10px;
  z-index: 1;
}
.wallet-page .wallet-slide-section .wallet-slide-list .wallet-slide-list-item .wallet-slide-list-item-title {
  position: relative;
  z-index: 2;
  font-size: 30px;
  font-weight: 700;
  color: white;
}
.wallet-page .wallet-slide-section .wallet-slide-list .wallet-slide-list-item .wallet-slide-list-item-desc {
  position: relative;
  z-index: 2;
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
  color: white;
}
.wallet-page .wallet-slide-section .wallet-slide-list .wallet-slide-list-item .wallet-slide-list-item-img {
  position: absolute;
  top: -5%;
  left: 0;
  width: 100%;
  height: 106%;
}
.wallet-page .wallet-nav-contract-section {
  width: 100%;
  height: 477px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: -webkit-image-set(url(../../../../images/dxworks/page/dxLedgerWallet/contract-nav-img.png) 1x, url(../../../../images/dxworks/page/dxLedgerWallet/contract-nav-img@2x.png) 2x, url(../../../../images/dxworks/page/dxLedgerWallet/contract-nav-img@3x.png) 3x);
  background-image: image-set(url(../../../../images/dxworks/page/dxLedgerWallet/contract-nav-img.png) 1x, url(../../../../images/dxworks/page/dxLedgerWallet/contract-nav-img@2x.png) 2x, url(../../../../images/dxworks/page/dxLedgerWallet/contract-nav-img@3x.png) 3x);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.wallet-page .wallet-nav-contract-section .wallet-nav-contract-content {
  width: 1215px;
}
.wallet-page .wallet-nav-contract-section .wallet-nav-contract-content .wallet-nav-contract-title {
  font-size: 45px;
  font-weight: 700;
  line-height: 140%;
  color: white;
}
.wallet-page .wallet-nav-contract-section .wallet-nav-contract-content .wallet-nav-contract-btn {
  margin-top: 24px;
  width: 181px;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  font-size: 18px;
  font-weight: 700;
  border: solid 1px white;
}
.wallet-page .wallet-faq-section {
  width: 100%;
  min-height: 1000px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 110px 0 169px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
}
.wallet-page .wallet-faq-section .wallet-faq-content {
  width: 1215px;
}
.wallet-page .wallet-faq-section .wallet-faq-content .wallet-faq-tag {
  font-size: 24px;
  font-weight: 700;
  color: #00E0D8;
}
.wallet-page .wallet-faq-section .wallet-faq-content .wallet-faq-title {
  font-size: 45px;
  font-weight: 700;
  color: black;
  margin: 4px 0 43px;
}
.wallet-page .wallet-faq-section .wallet-faq-content .wallet-faq-search {
  width: 460px;
  height: 50px;
  border: 1px solid #DBDBDB;
  padding: 0 16px 0 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.wallet-page .wallet-faq-section .wallet-faq-content .wallet-faq-search input {
  width: 100%;
  border: none;
  outline: none;
}
.wallet-page .wallet-faq-section .wallet-faq-content .wallet-faq-list {
  width: 100%;
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr;
}
.wallet-page .wallet-faq-section .wallet-faq-content .wallet-faq-list .wallet-faq-list-item {
  width: 100%;
  max-height: 64px;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-in-out;
  transition: max-height 0.2s ease-in-out;
}
.wallet-page .wallet-faq-section .wallet-faq-content .wallet-faq-list .wallet-faq-list-item .wallet-faq-list-item-title-wrapper {
  width: 100%;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: solid 1px #DBDBDB;
}
.wallet-page .wallet-faq-section .wallet-faq-content .wallet-faq-list .wallet-faq-list-item .wallet-faq-list-item-title-wrapper .wallet-faq-list-item-title-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.wallet-page .wallet-faq-section .wallet-faq-content .wallet-faq-list .wallet-faq-list-item .wallet-faq-list-item-title-wrapper .wallet-faq-list-item-title-section .wallet-faq-list-item-title {
  font-size: 14px;
  font-weight: 400;
  color: black;
}
.wallet-page .wallet-faq-section .wallet-faq-content .wallet-faq-list .wallet-faq-list-item .wallet-faq-list-item-content {
  width: 100%;
  background-color: #F5F6F8;
  line-height: 180%;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  padding: 20px;
  /* 항상 유지 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wallet-page .wallet-faq-section .wallet-faq-content .wallet-faq-list > .active {
  max-height: 1000px;
}
.wallet-page .wallet-faq-section .wallet-faq-content .wallet-faq-list > .active .wallet-faq-list-item-title-wrapper .wallet-faq-list-item-btn {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

@media screen and (max-width: 1440px) {
  .wallet-page .wallet-ledger-wallet-section .wallet-ledger-wallet-top .gradient-line {
    top: 35%;
  }
  .wallet-page .wallet-ledger-wallet-section .wallet-ledger-wallet-top .wallet-ledger-wallet-top-content {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .wallet-page .wallet-ledger-wallet-section .wallet-ledger-wallet-top .wallet-ledger-wallet-top-content .wallet-ledger-wallet-top-left {
    text-align: center;
  }
  .wallet-page .wallet-ledger-wallet-section .wallet-ledger-wallet-top .wallet-ledger-wallet-top-content .wallet-ledger-wallet-top-right > img {
    width: 495px;
  }
  .wallet-page .wallet-ledger-wallet-section .wallet-ledger-wallet-bottom {
    row-gap: 72px;
    padding: 240px 0 200px;
  }
  .wallet-page .wallet-ledger-wallet-section .wallet-ledger-wallet-bottom .wallet-ledger-wallet-bottom-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .wallet-page .wallet-ledger-wallet-section .wallet-ledger-wallet-bottom .wallet-ledger-wallet-bottom-img {
    width: 636px;
  }
  .wallet-page .wallet-product-section {
    padding-top: 120px;
    padding-bottom: 200px;
  }
  .wallet-page .wallet-product-section .wallet-product-container {
    max-width: 720px;
  }
  .wallet-page .wallet-product-section .wallet-product-container .wallet-product-section-tag {
    font-size: 24px;
    font-weight: 700;
    color: #00E0D8;
  }
  .wallet-page .wallet-product-section .wallet-product-container .wallet-product-section-title {
    margin: 4px 0 32px;
  }
  .wallet-page .wallet-product-section .wallet-product-container .wallet-product-info-list {
    width: 100%;
    margin-top: 129px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 315px);
    gap: 22px;
  }
  .wallet-page .wallet-slide-section {
    padding: 200px 0;
  }
  .wallet-page .wallet-slide-section .wallet-slide-list {
    margin-top: 62px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .wallet-page .wallet-slide-section .wallet-slide-list .wallet-slide-list-item {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 45px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    row-gap: 2px;
    height: 465px;
  }
  .wallet-page .wallet-slide-section .wallet-slide-list .wallet-slide-list-item::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.4) 100%);
    border-radius: 10px;
    z-index: 1;
  }
  .wallet-page .wallet-slide-section .wallet-slide-list .wallet-slide-list-item .wallet-slide-list-item-title {
    position: relative;
    z-index: 2;
    font-size: 30px;
    font-weight: 700;
    color: white;
  }
  .wallet-page .wallet-slide-section .wallet-slide-list .wallet-slide-list-item .wallet-slide-list-item-desc {
    position: relative;
    z-index: 2;
    font-size: 18px;
    font-weight: 300;
    line-height: 150%;
    color: white;
    width: 320px;
  }
  .wallet-page .wallet-slide-section .wallet-slide-list .wallet-slide-list-item .wallet-slide-list-item-img {
    position: absolute;
    top: -5%;
    left: 0;
    width: 100%;
    height: 106%;
  }
  .wallet-page .wallet-nav-contract-section .wallet-nav-contract-content {
    width: 800px;
  }
  .wallet-page .wallet-nav-contract-section .wallet-nav-contract-content .wallet-nav-contract-title {
    text-align: center;
    margin-bottom: 24px;
  }
  .wallet-page .wallet-nav-contract-section .wallet-nav-contract-content .wallet-nav-contract-btn {
    margin: 0 auto;
  }
  .wallet-page .wallet-faq-section {
    padding: 140px 0;
    min-height: 1100px;
  }
  .wallet-page .wallet-faq-section .wallet-faq-content {
    width: 720px;
  }
  .wallet-page .wallet-faq-section .wallet-faq-content .wallet-faq-tag {
    text-align: center;
  }
  .wallet-page .wallet-faq-section .wallet-faq-content .wallet-faq-title {
    text-align: center;
  }
  .wallet-page .wallet-faq-section .wallet-faq-content .wallet-faq-search {
    margin: 0 auto;
  }
  .mb-br {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .mb-br,
  .wallet-product-info-item-img-mb {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .wallet-page .wallet-ledger-wallet-section .wallet-ledger-wallet-top .gradient-line {
    top: 33%;
  }
  .wallet-page .wallet-ledger-wallet-section .wallet-ledger-wallet-top .wallet-ledger-wallet-top-content .wallet-ledger-wallet-top-left .wallet-ledger-wallet-tag {
    font-size: 16px;
  }
  .wallet-page .wallet-ledger-wallet-section .wallet-ledger-wallet-top .wallet-ledger-wallet-top-content .wallet-ledger-wallet-top-left .wallet-ledger-wallet-title {
    font-size: 30px;
    font-weight: 700;
  }
  .wallet-page .wallet-ledger-wallet-section .wallet-ledger-wallet-top .wallet-ledger-wallet-top-content .wallet-ledger-wallet-top-left .wallet-ledger-wallet-desc {
    font-size: 14px;
    width: 300px;
  }
  .wallet-page .wallet-ledger-wallet-section .wallet-ledger-wallet-top .wallet-ledger-wallet-top-content .wallet-ledger-wallet-top-right > img {
    width: 277px;
  }
  .wallet-page .wallet-ledger-wallet-section .wallet-ledger-wallet-bottom {
    row-gap: 30px;
    padding: 170px 0 180px;
  }
  .wallet-page .wallet-ledger-wallet-section .wallet-ledger-wallet-bottom .wallet-ledger-wallet-bottom-content .wallet-ledger-wallet-bottom-tag {
    font-size: 18px;
  }
  .wallet-page .wallet-ledger-wallet-section .wallet-ledger-wallet-bottom .wallet-ledger-wallet-bottom-content .wallet-ledger-wallet-bottom-title {
    font-size: 30px;
    margin: 8px 0;
    width: 204px;
    text-align: center;
    line-height: 140%;
  }
  .wallet-page .wallet-ledger-wallet-section .wallet-ledger-wallet-bottom .wallet-ledger-wallet-bottom-content .wallet-ledger-wallet-bottom-desc {
    width: 320px;
    font-size: 14px;
    line-height: 150%;
  }
  .wallet-page .wallet-ledger-wallet-section .wallet-ledger-wallet-bottom .wallet-ledger-wallet-bottom-img {
    width: 320px;
  }
  .wallet-page .wallet-product-section {
    padding-bottom: 180px;
  }
  .wallet-page .wallet-product-section .wallet-product-container {
    max-width: 320px;
  }
  .wallet-page .wallet-product-section .wallet-product-container .wallet-product-section-tag {
    font-size: 18px;
  }
  .wallet-page .wallet-product-section .wallet-product-container .wallet-product-section-title {
    font-size: 30px;
  }
  .wallet-page .wallet-product-section .wallet-product-container .wallet-product-feature-list {
    row-gap: 22px;
  }
  .wallet-page .wallet-product-section .wallet-product-container .wallet-product-feature-list .wallet-product-feature-item {
    padding: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    row-gap: 14px;
  }
  .wallet-page .wallet-product-section .wallet-product-container .wallet-product-feature-list .wallet-product-feature-item .wallet-product-feature-item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .wallet-page .wallet-product-section .wallet-product-container .wallet-product-feature-list .wallet-product-feature-item .wallet-product-feature-item-content .wallet-product-feature-item-title {
    width: 230px;
    line-height: 150%;
  }
  .wallet-page .wallet-product-section .wallet-product-container .wallet-product-feature-list .wallet-product-feature-item .wallet-product-feature-item-content .wallet-product-feature-item-desc {
    font-size: 14px;
    width: 240px;
  }
  .wallet-page .wallet-product-section .wallet-product-container .wallet-product-info-list {
    margin-top: 94px;
    grid-template-rows: repeat(4, 442px);
    gap: 40px;
  }
  .wallet-page .wallet-product-section .wallet-product-container .wallet-product-info-list .wallet-product-info-item {
    padding: 0 15px;
  }
  .wallet-page .wallet-product-section .wallet-product-container .wallet-product-info-list .wallet-product-info-item .wallet-product-info-item-title {
    width: 131px;
  }
  .wallet-page .wallet-product-section .wallet-product-container .wallet-product-info-list .wallet-product-info-item .wallet-product-info-item-desc {
    margin-top: 22px;
    font-size: 14px;
  }
  .wallet-page .wallet-product-section .wallet-product-container .wallet-product-info-list .wallet-product-info-item .wallet-product-info-item-img {
    display: none;
  }
  .wallet-page .wallet-product-section .wallet-product-container .wallet-product-info-list .wallet-product-info-item .wallet-product-info-item-img-mb {
    position: absolute;
    bottom: -10px;
    right: 0;
    display: block;
  }
  .wallet-page .wallet-slide-section {
    padding: 180px 0;
  }
  .wallet-page .wallet-slide-section .wallet-slide-tag {
    font-size: 18px;
  }
  .wallet-page .wallet-slide-section .wallet-slide-title {
    font-size: 30px;
    margin: 8px 0;
  }
  .wallet-page .wallet-slide-section .wallet-slide-list {
    margin-top: 24px;
    grid-template-columns: repeat(4, 320px);
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    overflow-y: hidden;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .wallet-page .wallet-slide-section .wallet-slide-list .wallet-slide-list-item {
    padding: 16px;
    height: 404px;
  }
  .wallet-page .wallet-slide-section .wallet-slide-list .wallet-slide-list-item .wallet-slide-list-item-title {
    font-size: 24px;
  }
  .wallet-page .wallet-slide-section .wallet-slide-list .wallet-slide-list-item .wallet-slide-list-item-desc {
    font-size: 16px;
    width: 280px;
  }
  .wallet-page .wallet-nav-contract-section {
    height: 420px;
    background-image: -webkit-image-set(url(../../../../images/dxworks/page/dxLedgerWallet/contract-nav-img-mb.png) 1x, url(../../../../images/dxworks/page/dxLedgerWallet/contract-nav-img-mb@2x.png) 2x, url(../../../../images/dxworks/page/dxLedgerWallet/contract-nav-img-mb@3x.png) 3x);
    background-image: image-set(url(../../../../images/dxworks/page/dxLedgerWallet/contract-nav-img-mb.png) 1x, url(../../../../images/dxworks/page/dxLedgerWallet/contract-nav-img-mb@2x.png) 2x, url(../../../../images/dxworks/page/dxLedgerWallet/contract-nav-img-mb@3x.png) 3x);
  }
  .wallet-page .wallet-nav-contract-section .wallet-nav-contract-content {
    width: 260px;
  }
  .wallet-page .wallet-nav-contract-section .wallet-nav-contract-content .wallet-nav-contract-title {
    font-size: 30px;
  }
  .wallet-page .wallet-faq-section {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 100px 0;
  }
  .wallet-page .wallet-faq-section .wallet-faq-content {
    width: 320px;
  }
  .wallet-page .wallet-faq-section .wallet-faq-content .wallet-faq-tag {
    font-size: 18px;
  }
  .wallet-page .wallet-faq-section .wallet-faq-content .wallet-faq-title {
    font-size: 30px;
    margin: 4px 0 32px;
  }
  .wallet-page .wallet-faq-section .wallet-faq-content .wallet-faq-search {
    width: 100%;
    padding: 0 12px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .mb-br {
    display: block;
  }
}