@charset "utf-8";

@font-face {
  font-family: 'Pretendard';
  font-weight: 45 920;
  font-style: normal;
  src: local('Pretendard'),
  url('../img/PretendardVariable.woff2') format('woff2-variations');
}


body,
html {
  width: 100%;
  height: 100%;
  background: #000;
}
blockquote, body, button, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, pre, select, td, textarea, th, ul {
  padding: 0;
  margin: 0;
  word-break: keep-all;
}
body, button, input, pre, select, td, textarea, th {
  font-family: Pretendard, MalgunGothic, sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
fieldset, img {
  border: none;
}
dl, li, menu, ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:after, blockquote:before,
q:after, q:before {
  content: "";
  content: none;
}
button, input, select, textarea {
  vertical-align: middle;
}
button:focus,
input, input:focus,
textarea:focus {
  outline: none;
}
button {
  border: 0;
  background-color: transparent;
}
a,
button {
  cursor: pointer;
}
a {
  text-decoration: none;
  color: #a3a4a6;
}
a,
button {
  -webkit-tap-highlight-color: transparent !important;
}
img {
  max-width: 100%;
  vertical-align: top;
}
table {
  border-collapse: collapse;
}
br {
  font-family: Dotum;
}
.bold {
  font-weight: 800;
}
*,
:after,
:before {
  box-sizing: border-box;
}
@media (min-width: 320px) {
  html {
    font-size: 12px;
  }
}
@media (min-width: 360px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 393px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 18px;
  }
}
.wrap {
  background: #000;
  color: #fff;
}
.container {
  max-width: 24.56rem;
  padding: 0 2.25rem;
  margin: 0 auto;
}
.container-fluid {
  max-width: 100%;
}
.sr-only {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: polygon(0 0, 0 0, 0 0);
  clip-path: polygon(0 0, 0 0, 0 0);
}
.tab-container {
  display: flex;
}
.accordion {
  overflow: hidden;
}
.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  cursor: pointer;
}
.accordion-header .ico {
  transition: transform 0.3s ease;
  transform: rotate(180deg);
}
.accordion.open .accordion-header .ico {
  transform: rotate(0deg);
}
.accordion-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
}
.accordion.open .accordion-content {
  max-height: 43.5rem;
}
.section-01 {
  background: linear-gradient( 155deg, rgba(160, 76, 255, 0.47) 4.01%, #000 40.23%, #000 69.51% );
}
@media (min-width: 1200px) {
  .section-01 {
    background: linear-gradient( 164deg, rgba(160, 76, 255, 0.47) 4.01%, #000 50.51%);
  }
}
.header {
  padding: 3.94rem 0 1.06rem;
  text-align: center;
}
.logo {
  display: inline-block;
  width: 5.13rem;
  height: 2rem;
  text-indent: -9999px;
  background: url(../img/header-logo.svg) no-repeat 50%/100%;
}
.wrap-rank .box-header {
  text-align: center;
}
.wrap-rank .box-header .box-title {
  display: none;
}
.wrap-rank .box-header .box-title.active {
  display: block;
}
.wrap-rank .box-header .txt {
  font-size: 0.94rem;
  font-weight: 500;
  line-height: 2.28rem;
  letter-spacing: -0.03rem;
  color: #fc72ff;
}
.wrap-rank .box-header .tit {
  font-size: 1.88rem;
  font-weight: 800;
  line-height: 2.28rem;
  letter-spacing: -0.06rem;
  color: #fff;
}
.section-01 .box-body {
  margin-top: 1.5rem;
}
.rank-tabs {
  justify-content: center;
  gap: 0.5rem;
  padding: 0 0 0.31rem;
  margin-bottom: 1rem;
}
.rank-tabs .tab-btn {
  flex: 1 1;
  position: relative;
  padding: 0.38rem 0.31rem;
  font-size: 0.86rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  letter-spacing: -0.03rem;
  background: #323232;
  transition: all 0.3s ease;
  border-radius: 3rem;
  color: #fff;
}
.rank-tabs .tab-btn.active {
  background: #732af1;
}
.price-area,
.rank-area {
  min-height: 24rem;
  background: linear-gradient( 148deg, #d9ffed -3.99%, #fff5ff 28.93%, #d3dbff 57.02%, #fff 95.04% );
  border-radius: 0.94rem;
}
.price-area {
  padding: 1.88rem 1.06rem 1.13rem;
  color: #000;
}
.price-area .box-top .box-row {
  display: flex;
  align-items: center;
  gap: 0.67rem;
}
.price-area .box-top .box:first-child {
  align-self: flex-start;
}
.price-area .box-top .ico {
  display: block;
  width: 3.21rem;
  height: 3.21rem;
}
.price-area .box-top .name,
.price-area .box-top .txt {
  color: #000;
}
.price-area .box-top .name {
  font-size: 1.13rem;
  font-weight: 800;
}
.price-area .box-top .txt {
  font-size: 1.38rem;
  font-weight: 700;
  word-break: break-all;
}
.price-area .box-top .desc {
  flex-shrink: 0;
  padding: 0.13rem 0.31rem;
  border: 1px solid #732af1;
  font-size: 0.81rem;
  font-weight: 700;
  line-height: 1.25rem;
  letter-spacing: -0.02rem;
  border-radius: 3.13rem;
  color: #732af1;
}
.price-area .box-top .txt-sub,
.rank-area .box-top .txt-sub {
  font-size: 0.63rem;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: -0.02rem;
  color: #9d9d9d;
}
.rank-area .box-top .txt-sub {
  margin-bottom: 0.75rem;
}
.price-area .box-middle {
  margin-top: 1.5rem;
}
.price-area .box-chart {
  height: 15.19rem;
  background: transparent;
}
.rank-area {
  padding: 1.13rem 1.13rem 2rem;
}
.rank-area .box-top {
  margin-bottom: 0.25rem;
}
.rank-area .box-top .tit {
  font-size: 1rem;
  font-weight: 800;
  line-height: 2.13rem;
  letter-spacing: -0.04rem;
  color: #000;
}
.rank-area .box-top .tit .point {
  color: #8123ea;
}
.rank-area .box-top .txt {
  font-size: 0.81rem;
  font-weight: 500;
  letter-spacing: -0.03rem;
  color: #737373;
}
.rank-area .box-middle .box-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.63rem 0.63rem 0.56rem 0.44rem;
  margin-bottom: 0.44rem;
  background: linear-gradient(0deg, #fff, #fff);
  border-radius: 0.31rem;
  color: #000;
}
.rank-area .box-middle .box-row:last-child {
  margin-bottom: 0;
}
.rank-area .box-middle .box-row .num {
  flex-shrink: 0;
  width: 1.63rem;
  height: 1.63rem;
  font-size: 0.88rem;
  font-weight: 900;
  line-height: 1.63rem;
  text-align: center;
  color: #000;
}
.rank-area .box-middle .box-row:first-child .num,
.rank-area .box-middle .box-row:nth-child(2) .num,
.rank-area .box-middle .box-row:nth-child(3) .num {
  text-indent: -9999px;
}
.rank-area .box-middle .box-row:first-child .num {
  background: url(../img/img-rank-num-01@3x.png) no-repeat 50%/100%;
}
.rank-area .box-middle .box-row:nth-child(2) .num {
  background: url(../img/img-rank-num-02@3x.png) no-repeat 50%/100%;
}
.rank-area .box-middle .box-row:nth-child(3) .num {
  background: url(../img/img-rank-num-03@3x.png) no-repeat 50%/100%;
}
.rank-area .box-middle .box-row .ico {
  width: 2.13rem;
  height: 2.13rem;
}
.coin-corp-01 {
  background: url(../img/coin-corp-01@3x.png) no-repeat 50%/100%;
}
.coin-corp-02 {
  background: url(../img/coin-corp-02@3x.png) no-repeat 50%/100%;
}
.coin-corp-03 {
  background: url(../img/coin-corp-03@3x.png) no-repeat 50%/100%;
}
.coin-corp-04 {
  background: url(../img/coin-corp-04@3x.png) no-repeat 50%/100%;
}
.coin-corp-05 {
  background: url(../img/coin-corp-05@3x.png) no-repeat 50%/100%;
}
.rank-area .box-middle .coin-info {
  display: flex;
  flex-direction: column;
  align-self: center;
  gap: 0.13rem;
}
.rank-area .box-middle .coin-info .name {
  font-size: 0.88rem;
  font-weight: 800;
}
.rank-area .box-middle .coin-info .unit {
  font-size: 0.63rem;
  font-weight: 600;
  color: #8e8e8e;
}
.rank-area .box-middle .coin-status {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-left: auto;
  text-align: right;
}
.rank-area .box-middle .coin-status .rate {
  font-size: 0.88rem;
  font-weight: 700;
  color: #8123ea;
}
.wrap-rank .box-middle .coin-status .amount {
  font-size: 0.56rem;
}
.section-02 {
  padding: 4.88rem 0 3rem;
  background: url(../img/visual-bg-02_new@3x.png) no-repeat 50% / auto 55.94rem;
  text-align: center;
}
.section-02 .box-header .txt {
  display: inline-block;
  margin-bottom: 1.25rem;
  font-size: 0.94rem;
  font-weight: 500;
  line-height: 1.44rem;
  letter-spacing: -0.03rem;
  color: #fc72ff;
}
.section-02 .box-header .tit {
  width: 14.5rem;
  height: 11rem;
  margin: auto;
  background: url(../img/visual-title-02_new@3x.png) no-repeat 50%/100%;
  text-indent: -9999px;
}
.section-02 .box-footer {
  position: relative;
  padding: 1.31rem 3.75rem;
  margin-top: 22.25rem;
  margin-bottom: 2.06rem;
  border: 1px solid #fc72ff;
  background: rgba(0, 0, 0, 0.42);
  border-radius: 0.94rem;
}
.section-02 .box-footer .box-top .tit {
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1.44rem;
  letter-spacing: -0.03rem;
  color: #fc72ff;
}
.section-02 .box-footer .box-middle {
  display: flex;
  justify-content: center;
  gap: 0.44rem;
}
.section-02 .box-footer .box-middle .box .txt {
  padding: 0.31rem 0.63rem;
  margin-top: 0.38rem;
  font-size: 3.13rem;
  font-weight: 700;
  background: #464646;
  letter-spacing: -0.09rem;
  text-align: center;
  color: #fff;
}
.section-02 .box-footer .box-middle .box .btn {
  display: inline-block;
  min-width: 11rem;
  min-height: 2.38rem;
  padding: 0.63rem 1.25rem;
  margin-top: 0.63rem;
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1.38rem;
  letter-spacing: -0.03rem;
  background: #732af1;
  border-radius: 5rem;
  text-align: center;
  color: #fff;
}
.section-02 .box-footer .box-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2.06rem;
}
.section-02 .box-footer .box-bottom .txt-sub {
  font-size: 0.63rem;
  font-weight: 600;
  line-height: 1.44rem;
  letter-spacing: -0.03rem;
  color: #9d9d9d;
}
.section-03 {
  padding: 3rem 0 0;
}
.wrap-guide {
  margin-bottom: 2.88rem;
}
.wrap-guide .box-header {
  min-height: 2.88rem;
  padding: 0.75rem 0;
  background: linear-gradient(92deg, #732af0 0.34%, #a355f3), #732af1;
  border-radius: 0.94rem 0.94rem 0 0;
  text-align: center;
}
.wrap-guide .box-header .tit {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.38rem;
  letter-spacing: -0.03rem;
  color: #fff;
}
.wrap-guide .box-body {
  padding: 2rem 1.25rem 0 0.63rem;
  border: 1px solid #732af1;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0 0 0.94rem 0.94rem;
}
.wrap-guide .box-body .group {
  margin-bottom: 1.5rem;
}
.wrap-guide .group .box-top {
  display: flex;
  align-items: center;
  gap: 0.31rem;
  margin-bottom: 0.63rem;
}
.wrap-guide .box-top .bullet {
  width: 1.13rem;
  height: 0.69rem;
  background: url(../img/ico-bullet-arrow.svg) no-repeat 50%/100%;
}
.wrap-guide .box-top .tit {
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.03rem;
  color: #fff;
}
.wrap-guide .group .box-bottom {
  padding-left: 1.44rem;
}
.wrap-guide .box-bottom .txt {
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.37rem;
  letter-spacing: -0.56px;
  color: #fff;
}
.wrap-guide .box-bottom .desc-group {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.wrap-guide .desc-group .pill {
  flex-shrink: 0;
  padding: 0.13rem 0.56rem;
  height: 1.38rem;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.13rem;
  background: #732af1;
  letter-spacing: -0.03rem;
  border-radius: 4.86rem;
  vertical-align: top;
  color: #fff;
}
.wrap-guide .desc .txt {
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.25rem;
  letter-spacing: -0.04rem;
  color: #fff;
}
.wrap-guide .desc .txt .point {
  color: #fc72ff;
}
.wrap-guide .desc .detail {
  margin-top: 0.75rem;
  font-weight: 600;
  letter-spacing: -0.03rem;
}
.wrap-guide .desc .detail > .tit {
  font-size: 0.66rem;
  color: #878787;
}
.wrap-guide .desc .detail > .txt {
  font-size: 0.56rem;
  color: #878787;
}
.wrap-guide .caution {
  margin: 0 0.19rem 0 0.81rem;
  border-top: 1px solid hsla(0, 0%, 100%, 0.3);
  font-size: 0.71rem;
  line-height: 2.01rem;
  letter-spacing: -0.02rem;
  text-align: center;
  color: #a6a6a6;
}
.section-04 {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: linear-gradient(0deg, #b061f4, #8123ea);
  cursor: pointer;
}
.wrap-cta {
  display: block;
  position: relative;
}
.wrap-cta .cta-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.31rem;
  height: 4.13rem;
  padding: 1.38rem 0;
  font-size: 1.13rem;
  font-weight: 800;
  text-align: center;
  color: #fff;
}
.wrap-cta .cta-btn .ico-arrow {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/cta-btn-arrow-white.svg) no-repeat 50%/100%;
}
.section-05 {
  padding: 3.31rem 0 calc(3.31rem + 74px);
  background: #262626;
}
.accordion .accordion-header {
  padding: 0.38rem 0.31rem;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.5);
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}
.accordion .accordion-header .tit {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
}
.accordion .accordion-header .ico {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/accordion-arrow.svg) no-repeat 50%/100%;
}
.accordion .accordion-content {
  margin-top: 0.75rem;
}
.accordion .accordion-content .box {
  padding: 0.81rem 1rem;
  margin-bottom: 0.56rem;
  background: #383838;
  border-radius: 0.69rem;
}
.accordion .accordion-content .box .tit {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.09rem;
  letter-spacing: -0.03rem;
}
.accordion .accordion-content .box .tit ~ .tit {
  margin-top: 1rem;
}
.accordion .accordion-content .box .desc-group {
  margin-top: 0.25rem;
}
.accordion .accordion-content .box .desc-group .desc {
  position: relative;
  padding-left: 0.5rem;
  font-size: 0.63rem;
  line-height: 1.09rem;
  letter-spacing: -0.02rem;
}
.accordion .accordion-content .box .desc-group .desc:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 0.13rem;
  height: 0.13rem;
  margin-right: 0.31rem;
  background: #d9d9d9;
  vertical-align: middle;
  border-radius: 50%;
}
.accordion .accordion-content .detail-group {
  margin-top: 1rem;
}
.accordion .accordion-content .detail-group .detail {
  position: relative;
  padding-left: 0.75rem;
  font-size: 0.63rem;
  line-height: 1.06rem;
  letter-spacing: -0.03rem;
  color: #878787;
}
.accordion .accordion-content .detail-group .detail:before {
  content: "※";
  display: inline-block;
  position: absolute;
  left: 0;
  font-size: 0.5rem;
}
.approval-num {
  margin-top: 1.5rem;
}
.approval-num p {
  font-size: 0.56rem;
  line-height: 0.88rem;
  letter-spacing: -0.01rem;
  text-align: center;
  color: #aeaeae;
}
.footer {
  padding: 1.5rem 0 6rem;
  font-size: 0.88rem;
  line-height: 1.5;
  background: #c8c8c8;
  text-align: center;
}
.footer .logo {
  display: inline-block;
  width: 3.06rem;
  height: 1.19rem;
  margin-bottom: 0.5rem;
  background: url(../img/footer-logo.svg) no-repeat 50%/100%;
}
.footer .company-info p {
  font-size: 0.5rem;
  line-height: 0.75rem;
  letter-spacing: -0.01rem;
  color: #737373;
}
@keyframes priceUpColor {
  0% {
    color: inherit;
  }
  50% {
    color: #dc2626;
    font-weight: 700;
  }
  to {
    color: inherit;
  }
}
@keyframes priceDownColor {
  0% {
    color: inherit;
  }
  50% {
    color: #2563eb;
    font-weight: 700;
  }
  to {
    color: inherit;
  }
}
@keyframes underlineShow {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.amount.price-updating.price-up {
  animation: priceUpColor 0.6s ease-in-out;
}
.amount.price-updating.price-down,
.amount.price-updating.price-up {
  position: relative;
  display: inline-table;
  white-space: nowrap;
  margin-left: auto;
}
.amount.price-updating.price-down {
  animation: priceDownColor 0.6s ease-in-out;
}
.amount.price-updating:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
  animation: underlineShow 0.6s ease-in-out forwards;
}
.rate.rate-updating {
  position: relative;
  display: inline-block;
  white-space: nowrap;
}
.coin-status .amount,
.coin-status .rate {
  transition: color 0.2s ease-in-out;
}
@media (max-width: 768px) {
  .amount.price-updating,
  .amount.price-updating:after {
    animation-duration: 0.5s;
  }
}
.coin-status .rate.positive {
  color: #f87171 !important;
}
.coin-status .rate.negative {
  color: #60a5fa !important;
}
.coin-status .rate {
  font-weight: 600;
}
.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}
