main {
  padding-bottom: 160px;
}
.sec-02,
.sec-03 {
  content-visibility: auto;
  contain-intrinsic-size: 800px;
}
.main-text {
  position: relative;
  z-index: 10;
  margin: 83px auto 56px auto;
  display: flex;
  flex-direction: column;
  gap: 27px;
  align-items: center;
  width: min(1133px, 100%);
  height: clamp(119px, 20vw, 224px);
  background: url("/static/images/main-text-bg.png") center right / contain no-repeat;
}
.main-text h3 {
  text-align: center;
  font-size: clamp(30px, 6.5vw, 90px);
  font-weight: 800;
}
.main-text p {
  text-align: center;
  font-size: clamp(14px, 3vw, 40px);
  font-weight: 800;
}
.main-img-box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 1622px;
}
.main-img-box .main-img {
  width: 100%;
  height: clamp(360px, 63vw, 763px);
}
.main-img-box .main-img .main-img-bg {
  width: min(1622px, 100%);
  height: clamp(360px, 63vw, 763px);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.main-img-box .main-time {
  margin-top: -5px;
  font-size: clamp(30px, 7vw, 90px);
  font-weight: 800;
  line-height: clamp(36px, 8vw, 108px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
.main-img-box .main-time .main-time-date,
.main-img-box .main-time .main-time-time {
  display: inline-block;
  white-space: nowrap;
}
.main-img-box .main-time .main-time-time .time-unit {
  display: inline-block;
  width: 1.2em;
  text-align: center;
}
.main-img-box .main-time .main-time-time .time-separator {
  display: inline-block;
  width: 0.8em;
  text-align: center;
}
.main-img-svg {
  display: none;
}

/* timezone */
.detail-timezone {
  width: 100vw;
  height: 54px;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  margin: 85px 0 120px 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
  transform: translate3d(0, 0, 0);
  transform-style: preserve-3d;
  will-change: transform;
}

.detail-timezone-box {
  position: absolute;
  display: flex;
  padding: 0;
  white-space: nowrap;
  width: max-content;
  left: 0;
  transform: translate3d(0, 0, 0);
  animation: ticker-scroll 110s linear infinite;
  backface-visibility: hidden;
  will-change: transform;
  transition: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.timezone-track {
  display: inline-flex;
  gap: 14px;
  padding: 0 10px;
  align-items: center;
}

.detail-timezone-box:hover {
  animation-play-state: running;
}

@media (prefers-reduced-motion: reduce) {
  .detail-timezone-box {
    animation: none !important;
  }
}

/* timezone infinite scroll animation */
@keyframes ticker-scroll {
  0% { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(-50%, 0, 0); }
}

.detail-timezone .timezone-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  height: 36px;
  padding: 0 14px;
  border-radius: 10px;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  will-change: transform;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  white-space: nowrap;
}

.detail-timezone .timezone-item .timezone-icon {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  flex-shrink: 0;
}

.detail-timezone .timezone-item .timezone-text {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  line-height: 1;
  white-space: nowrap;
}

.detail-timezone .timezone-item .timezone-country {
  font-weight: 600;
  margin: 0;
  font-size: 14px;
}

.detail-timezone .timezone-item .timezone-time {
  font-weight: 400;
  color: #717D84;
  margin: 0;
  font-size: 14px;
}

/* section 02 */
.sec-02 {
  padding: 155px 0 0 0;
}
.sec-02 .title {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
.sec-02 .title span {
  font-size: clamp(22px, 4vw, 50px);
  font-weight: 800;
  background: var(--gradation, linear-gradient(90deg, #A179F5 46.35%, #2EB9C8 99.94%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sec-02 .title p {
  font-size: clamp(14px, 2.6vw, 32px);
  font-weight: 800;
}
.sec-02 .cont {
}
.sec-02 .cont-top {
  margin: 76px 0 31px 0;
  display: flex;
  gap: 32px;
}
.sec-02 .cont-top .item {
  width: 100%;
  height: auto;
  border-radius: 30px;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.03);
  overflow: hidden;
  cursor: pointer;
}
.sec-02 .cont-top .item span {
  display: block;
  width: 100%;
  height: 100%;
}
.sec-02 .cont-top .item span img {
  width: 100%;
  opacity: 0;
}
.sec-03 {
  padding: 90px 0 0 0;
}
.sec-03 .cont-bottom .text-group,
.sec-03 .cont-bottom .note-group {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.sec-03 .cont-bottom .note-title {
  font-size: 34px;
  font-weight: 800;
  color: #FFF;
}
.sec-03 .cont-bottom .note-body {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.45;
  color: #E6EDF3;
}
.sec-03 .cont-bottom {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.sec-03 .cont-bottom img {
  width: 100%;
  opacity: 0;
}
.sec-03 .cont-bottom .text {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 44px;
  z-index: 1;
  top: 50%;
  left: 63px;
  transform: translateY(-50%);
}
.sec-03 .cont-bottom .text.text-end {
  width: calc(100% - 28px);
  text-align: right;
}
.sec-03 .cont-bottom span {
  color: #FFF;
  font-size: 30px;
  font-weight: 600;
  line-height: 43px;
}
.sec-03 .cont-bottom p {
  color: #FFF;
  font-size: 36px;
  font-weight: 800;
  line-height: 47px;
}

/* light mode */
.light-mode .main-text h3 {
  color: #272727;
}
.light-mode .main-text p {
  color: #272727;
}
.light-mode .main-img-box .main-img .main-img-bg {
  margin-left: -20px;
  background: url("/static/images/main-cont-light.png") top center / contain no-repeat;
}
.light-mode .main-img-box .main-time {
  color: #272727;
}
.light-mode .detail-timezone .timezone-item {
  background: #F1F1F1;
}
.light-mode .detail-timezone .timezone-item .timezone-country {
  color: #2B343A;
}
.light-mode .sec-02 .title p {
  color: #272727;
}
.light-mode .sec-02 .cont-top .item {
  background: rgba(138, 138, 138, 0.1);
}
.light-mode .sec-02 .cont-top .item.binance span {
  background: url("/static/images/item-binance.png") center left / cover no-repeat;
}
.light-mode .sec-02 .cont-top .item.bitget span {
  background: url("/static/images/item-bitget.png") center left / cover no-repeat;
}
.light-mode .sec-02 .cont-top .item.bybit span {
  background: url("/static/images/item-bybit.png") center left / cover no-repeat;
}
.light-mode .sec-03 .cont-bottom {
  background: url("/static/images/sec-02-img.png") center center / cover no-repeat;
}

/* dark mode */
.dark-mode main {
  background: transparent;
}
.dark-mode .main-text h3 {
  color: #fff;
}
.dark-mode .main-text p {
  color: #fff;
}
.dark-mode .main-img-box .main-img .main-img-bg {
  background: url("/static/images/main-cont-dark.png") top center / contain no-repeat;
}
.dark-mode .main-img-svg {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  z-index: 0;
  fill: linear-gradient(2deg, rgba(255, 255, 255, 0.00) -32.53%, rgba(135, 153, 171, 0.00) 20.63%, #082D51 77.07%);

  opacity: 0.4;
  mix-blend-mode: multiply;
}
.dark-mode .main-img-box .main-time {
  color: #fff;
}
.dark-mode .detail-timezone .timezone-item {
  background: rgba(255, 255, 255, 0.03);
}
.dark-mode .detail-timezone .timezone-item .timezone-country {
  color: #CDD5D9;
}
.dark-mode .sec-02 .title p {
  color: #fff;
}
.dark-mode .sec-02 .cont-top .item {
  background: rgba(0, 0, 0, 0.5);
}
.dark-mode .sec-02 .cont-top .item.binance span {
  background: url("/static/images/item-binance-dark.png") center left / cover no-repeat;
}
.dark-mode .sec-02 .cont-top .item.bitget span {
  background: url("/static/images/item-bitget-dark.png") center left / cover no-repeat;
}
.dark-mode .sec-02 .cont-top .item.bybit span {
  background: url("/static/images/item-bybit-dark.png") center left / cover no-repeat;
}
.dark-mode .sec-03 .cont-bottom {
  background: url("/static/images/sec-02-img-dark.png") center center / cover no-repeat;
}

@media (max-width: 600px) {
  main {
    padding-bottom: 70px;
  }
  .main-text {
    margin: 40px auto -30px auto;
    gap: 10px;
    width: 370px;
    height: 119px;
  }
  .main-text h3 {
    font-size: 30px;
  }
  .main-text p {
    font-size: 14px;
  }
  .main-img-box .main-img {
    width: 100%;
    height: 360px;
  }
  .main-img-svg {
    width: 60vw;
  }
  .main-img-svg svg {
    width: 100%;
  }
  .light-mode .main-img-box .main-img .main-img-bg {
    background: url("/static/images/main-cont-m-light.png") top center / contain no-repeat;
  }
  .light-mode .main-img-box .main-img .main-img-bg {
    margin-left: 0;
  }
  .main-img-box .main-img .main-img-bg {
    /*height: 335px;*/
    height: 360px;
  }
  .main-img-box .main-time {
    font-size: 30px;
    gap: 10px;
    flex-direction: column;
  }

  /* timezone */
  .detail-timezone {
    margin: 35px 0 60px 0;
  }
  .detail-timezone .timezone-item {
    font-size: 14px;
    height: 36px;
    padding: 0 14px;
  }

  /* section 02 */
  .sec-02 {
    padding: 75px 0 0 0;
  }
  .sec-02 .title {
    gap: 6px;
  }
  .sec-02 .title span {
    font-size: 22px;
  }
  .sec-02 .title p {
    font-size: 14px;
    line-height: 130%;
  }
  .sec-02 .cont-top {
    margin: 14px 0 9px 0;
    gap: 9px;
  }
  .sec-02 .cont-top .item {
    border-radius: 9px;
  }
  .sec-03 {
    padding: 50px 0 0 0;
  }
  .sec-03 .cont-bottom {
    border-radius: 9px;
  }
  .sec-03 .cont-bottom .text {
    gap: 16px;
    left: 18px;
  }
  .sec-03 .cont-bottom span {
    font-size: 14px;
    line-height: 20px;
  }
  .sec-03 .cont-bottom p {
    font-size: 16px;
    line-height: 20px;
  }
  .sec-03 .cont-bottom .note-title {
    font-size: 16px;
  }
  .sec-03 .cont-bottom .note-body {
    font-size: 12px;
  }

}
