@charset "utf-8";
@import url(./pretendard.css);

/* 초기화 */
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}
*:before,
*:after {
  box-sizing: border-box;
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
blockquote,
pre,
code,
address,
ul,
ol,
li,
menu,
nav,
section,
article,
aside,
dl,
dt,
dd,
table,
thead,
tbody,
tfoot,
label,
caption,
th,
td,
form,
fieldset,
legend,
hr,
input,
button,
textarea,
object,
figure,
figcaption {
  margin: 0;
  padding: 0;
}
html,
body {
  width: 100%;
}
html {
  -webkit-touch-callout: none; /* -webkit-user-select:none; */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  width: 100%;
  background: #000;
  min-width: 320px;
  -webkit-text-size-adjust: none;
  word-wrap: break-word;
  word-break: break-all;
}
body,
input,
select,
textarea,
button {
  border: none;
  font-size: 16px;
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  color: #888;
  letter-spacing: 0rem;
  line-height: 1.6;
  word-break: break-word;
}
ul,
ol,
li {
  list-style: none;
}
table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
}
img,
fieldset {
  border: 0;
}
address,
cite,
code,
em {
  font-style: normal;
  font-weight: 400;
}
label,
img,
input,
select,
textarea,
button {
  vertical-align: middle;
}
.hide,
caption,
legend {
  line-height: 0;
  font-size: 1px;
  overflow: hidden;
}
hr {
  display: none;
}
main,
header,
section,
nav,
footer,
aside,
article,
figure {
  display: block;
}
a {
  color: inherit;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
a:hover,
a:active,
a:visited,
a:link {
  color: inherit;
}
button {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

a:focus,
button:focus,
select:focus,
input:focus,
textarea:focus,
.slick-slide:focus,
*[tabindex]:focus {
}
ul,
li {
  list-style: none;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="text"],
input[type="password"],
textarea {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  outline: none;
}
::selection {
  background: #b60020;
  color: #e5e5e5;
}

/* common */
h1#title,
h1.title-alt {
  position: absolute;
  width: 0;
  height: 0;
  text-indent: -9999px;
  left: -10000px;
  top: -100000px;
  overflow: hidden;
}
#wrap {
  width: 100%;
  overflow: hidden;
  padding-top: 130px;
}
#fullpage {
  background: #000;
}
.container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.section {
  position: relative;
  display: flex;
  align-items: center;
  min-height: calc(100vh - 130px);
}
.section-inner {
  width: 100%;
  padding-left: 130px;
  padding-right: 130px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1680px) {
  #wrap {
    padding-top: 90px;
  }
  .section {
    min-height: calc(100vh - 90px);
  }
  .section-inner {
    padding-left: 90px;
    padding-right: 90px;
  }
}

@media (max-width: 1280px) {
  #wrap {
    padding-top: 72px;
  }
  .section {
    min-height: calc(100vh - 72px);
  }
  .section-inner {
    padding-left: 72px;
    padding-right: 72px;
  }
}

@media (max-width: 992px) {
  #body_temp {
    position: fixed;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
  .section {
    min-height: auto;
    margin-bottom: 50%;
  }
  .section#intro,
  .section#dev {
    margin-bottom: 0;
  }
  .section-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 768px) {
  #wrap {
    padding-top: 0;
  }
  .section-inner {
    padding-left: 0;
    padding-right: 0;
  }
}

/* gnb */
.gnb-lang {
  display: flex;
}
.gnb-lang li {
  display: flex;
  align-items: center;
}
.gnb-lang li:after {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  margin: 0 10px;
  background: #333;
}
.gnb-lang li:last-child:after {
  display: none;
}
.gnb-lang li a {
  font-size: 14px;
  color: #444;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.gnb-lang li a.active,
.gnb-lang li a:hover {
  color: #d9d9d9;
}
.sns-menu li a {
  display: block;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.sns-menu li:nth-child(1) a {
  background: url("../images/sns_x.png") no-repeat center center / cover;
}
.sns-menu li:nth-child(2) a {
  background: url("../images/sns_telegram.png") no-repeat center center / cover;
}
.sns-menu li:nth-child(3) a {
  background: url("../images/sns_discord.png") no-repeat center center / cover;
}
.sns-menu li:nth-child(4) a {
  background: url("../images/sns_github.png") no-repeat center center / cover;
}
.sns-menu li:nth-child(1):hover a {
  background: url("../images/sns_x_on.png") no-repeat center center / cover;
}
.sns-menu li:nth-child(2):hover a {
  background: url("../images/sns_telegram_on.png") no-repeat center center /
    cover;
}
.sns-menu li:nth-child(3):hover a {
  background: url("../images/sns_discord_on.png") no-repeat center center /
    cover;
}
.sns-menu li:nth-child(4):hover a {
  background: url("../images/sns_github_on.png") no-repeat center center / cover;
}

@media (min-width: 993px) {
  #gnb {
    position: fixed;
    z-index: 100;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  #gnb:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #333;
    height: 1px;
  }
  .gnb-logo {
    position: absolute;
    left: 0;
    top: 0;
  }
  .gnb-logo a {
    display: block;
    width: 130px;
    height: 130px;
    text-indent: -9999px;
    background: url("../images/gnb_logo.png") no-repeat center center / 72px
      auto;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
  }
  .gnb-wrap {
    display: flex;
    justify-content: center;
  }
  .gnb-menu {
    display: flex;
  }
  .gnb-menu li {
    height: 130px;
    position: relative;
    margin-right: 80px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
  }
  .gnb-menu li:last-child {
    margin-right: 0;
  }
  .gnb-menu li a {
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 20px;
    color: #fff;
    font-weight: 200;
    letter-spacing: 0.06rem;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
  }
  .gnb-menu li a:hover {
    text-shadow: 0px 0px 4px rgba(255, 255, 255, 1);
  }
  .gnb-menu li a.active:after {
    content: "";
    display: block;
    position: absolute;
    left: -10px;
    right: -10px;
    bottom: 0;
    z-index: 1;
    height: 2px;
    background: linear-gradient(
      to right,
      rgba(210, 88, 0, 1) 0%,
      rgba(174, 1, 32, 1) 100%
    );
  }
  .gnb-lang {
    position: absolute;
    right: 130px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
  }
  .gnb-toggle {
    display: none;
  }
  #aside,
  #fix-logo {
    position: fixed;
    z-index: 100;
    top: 130px;
    width: 130px;
    padding: 60px 0;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
  }
  #aside {
    left: 0;
    border-right: solid 1px #333;
  }
  .asd-sns {
    display: flex;
    flex-direction: column;
  }
  .asd-sns li {
    margin-bottom: 20px;
  }
  .asd-sns li:last-child {
    margin-bottom: 0;
  }
  #fix-logo {
    right: 0;
    border-left: solid 1px #333;
  }
  #fix-logo h3 {
    text-indent: -9999px;
    width: 64px;
    height: 150px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url("../images/side_logo.png") no-repeat center center / 100%
      auto;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
}

@media all and (min-width: 992px) and (max-width: 1680px) {
  #aside,
  #fix-logo {
    width: 90px;
    top: 90px;
  }
  .gnb-logo a {
    width: 90px;
    height: 90px;
    background-size: 60px auto;
  }
  .gnb-menu li {
    height: 90px;
    margin-right: 60px;
  }
  .gnb-menu li a {
    font-size: 18px;
  }
  .gnb-lang {
    right: 90px;
  }
}

@media all and (min-width: 993px) and (max-width: 1280px) {
  #aside,
  #fix-logo {
    width: 72px;
    top: 72px;
  }
  #fix-logo h3 {
    width: 48px;
  }
  .gnb-logo a {
    width: 72px;
    height: 72px;
    background-size: 40px auto;
  }
  .gnb-menu li {
    height: 72px;
    margin-right: 50px;
  }
  .gnb-menu li a {
    font-size: 14px;
  }
  .gnb-lang {
    right: 72px;
  }
}

@media (max-width: 992px) {
  #gnb {
    position: fixed;
    z-index: 100;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    justify-content: space-between;
  }
  #gnb:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .gnb-logo {
    position: relative;
  }
  .gnb-logo a {
    display: block;
    width: 72px;
    height: 72px;
    text-indent: -9999px;
    background: url("../images/gnb_logo.png") no-repeat center center / 40px
      auto;
  }
  .gnb-wrap {
    position: fixed;
    z-index: 100;
    top: 72px;
    left: 0;
    right: 0;
    height: 0px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
  }
  .gnb-wrap.active {
    height: calc(100% - 72px);
  }
  .gnb-menu {
    padding: 48px 48px;
  }
  .gnb-menu li {
    margin-bottom: 28px;
  }
  .gnb-menu li:last-child {
    margin-bottom: 0;
  }
  .gnb-menu li a {
    color: #fff;
    font-size: 24px;
    display: inline-block;
  }
  .gnb-menu li a br {
    display: none;
  }
  .gnb-menu li a.active:after {
    content: "";
    display: block;
    height: 2px;
    background: linear-gradient(
      to right,
      rgba(210, 88, 0, 1) 0%,
      rgba(174, 1, 32, 1) 100%
    );
  }
  .gnb-lang {
    padding: 0 50px;
  }
  .gnb-lang li:after {
    height: 20px;
    margin: 0 15px;
  }
  .gnb-lang li a {
    font-size: 26px;
  }
  .gnb-toggle {
    position: relative;
    display: block;
    width: 72px;
    height: 72px;
    background: none;
    text-indent: -9999px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .gnb-toggle span {
    margin: 6px 0;
  }
  .gnb-toggle span,
  .gnb-toggle:before,
  .gnb-toggle:after {
    content: "";
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    transform-origin: center center;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
  }
  .gnb-toggle.active span {
    opacity: 0;
  }
  .gnb-toggle.active:before {
    width: 24px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .gnb-toggle.active:after {
    width: 24px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-top: -16px;
  }
  #fix-logo {
    display: none;
  }
}

/* gnb external links (Docs / Github / Whitepaper) — smaller, lighter, with ↗ */
@media all and (min-width: 993px) {
  .gnb-menu li.gnb-ext {
    margin-right: 20px;
  }
  .gnb-menu li.gnb-ext:last-child {
    margin-right: 0;
  }
}
.gnb-menu li.gnb-ext > a {
  font-size: 16px !important;
  color: rgba(255, 255, 255, 0.65) !important;
  font-weight: 200;
}
.gnb-menu li.gnb-ext > a:hover {
  color: #fff !important;
}
.gnb-menu li.gnb-ext > a:after {
  content: "↗";
  display: inline-block;
  margin-left: 4px;
  font-size: 11px;
  opacity: 0.75;
}
@media (max-width: 992px) {
  .gnb-menu li.gnb-ext > a {
    font-size: 18px !important;
  }
}

@media (max-width: 320px) {
  .gnb-menu {
    padding: 24px;
  }
  .gnb-menu li {
    margin-bottom: 16px;
  }
  .gnb-menu li a {
    font-size: 20px;
  }
  .gnb-lang {
    padding: 0 24px;
  }
  .gnb-lang li:after {
    height: 12px;
    margin: 0 12px;
  }
  .gnb-lang li a {
    font-size: 20px;
  }
}

/* main */

/* top */
.top-text {
  position: relative;
  position: absolute;
  left: 50%;
  top: 30%;
  width: 100%;
  z-index: 20;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  margin: 0 auto;
  text-align: center;
}
.top-text h3 span {
  display: inline-block;
  font-size: 90px;
  font-weight: 700;
  background: linear-gradient(
    to right,
    #ffeed4 0%,
    #ff9738 9%,
    #e7453a 47%,
    #cf1512 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-text h3 br {
  display: none;
}
.top-text p {
  position: relative;
  color: #fff;
  margin-top: 20px;
  font-size: 26px;
  text-align: center;
}
.top-text p br {
  display: none;
}
.top-video.pc {
}
.top-video.mo {
  display: none;
}
.top-video video {
  display: block;
  width: 100%;
}

@media (max-width: 1680px) {
  .top-text h3 span {
    font-size: 5.7vw;
  }
  .top-text p {
    font-size: 24px;
  }
}

@media (max-width: 1420px) {
  .top-text p {
    font-size: 22px;
  }
}

@media (max-width: 1280px) {
  .top-text h3 span {
    font-size: 5.6vw;
  }
  .top-text p {
    font-size: 18px;
    margin-top: 10px;
  }
}

@media (max-width: 992px) {
  .top-text {
    text-align: center;
  }
  .top-text h3 span {
    font-size: 70px;
    line-height: 1.2;
  }
  .top-text h3 br {
    display: block;
  }
  .top-text p {
    padding-left: 0;
    border-left: none;
    font-size: 16px;
    margin-top: 30px;
    padding-top: 30px;
    position: relative;
  }
  .top-text p:before {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -25px;
  }
  .top-video.pc {
    display: none;
  }
  .top-video.mo {
    display: block;
    padding: 20% 0;
  }
  .top-video.mo video {
    width: 150%;
    margin-left: -25%;
  }
}

@media (max-width: 768px) {
  .top-text {
    margin-top: 10%;
  }
  .top-text h3 span {
    font-size: 50px;
  }
  .top-text p {
    font-size: 14px;
  }
  .top-text p br {
    display: block;
  }
  .top-video.mo video {
    width: 200%;
    margin-left: -50%;
  }
}

/* partner & about */
.partner {
  display: flex;
  flex-wrap: wrap;
}
.partner li {
  width: 20%;
  padding: 52px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partner li img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: 260px;
}
.about-top {
  margin-top: 140px;
  margin-bottom: 100px;
  display: flex;
  align-items: center;
}
.about-top dt {
  width: 500px;
}
.about-top dd {
  width: calc(100% - 500px);
}
.about-title {
  font-size: 80px;
  font-weight: 400;
  color: #fff;
}
.about-title span {
  display: inline-block;
  background: -webkit-linear-gradient(
    360deg,
    #ffeed4 0%,
    #ff9738 10%,
    #e7453a 50%,
    #a90120 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about-marquee {
  margin: 0 -5px;
  position: relative;
}
.about-marquee:before,
.about-marquee:after {
  content: "";
  display: block;
  width: 120px;
  height: 80px;
  position: absolute;
  top: 0;
  z-index: 1;
}
.about-marquee:before {
  left: 0;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}
.about-marquee:after {
  right: 0;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
}
.about-marquee .slick-slide {
  padding: 0 5px;
}
.about-marquee .slick-slide > div {
  height: 80px;
  border: solid 1px #666;
  padding: 0 30px;
  font-size: 22px;
  font-weight: 300;
  color: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 40px;
  border-radius: 40px;
}
.about-marquee .slick-slide > div:before {
  content: "#";
  color: #a8011f;
  margin-right: 5px;
  font-weight: 400;
}
.about-list {
  margin: -18px;
  display: flex;
  flex-wrap: wrap;
}
.about-list li {
  width: 33.3333%;
  padding: 18px;
}
.about-box {
  height: 200px;
  background: #121212;
  padding: 1px;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.about-box dl {
  height: 100%;
  padding: 0 60px;
  background: #121212;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-border-radius: 38px;
  border-radius: 38px;
}
.about-box dl:before {
  opacity: 0;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("../images/about_shadow.png") no-repeat center center / auto
    100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.about-box dt {
  font-size: 20px;
  font-weight: 300;
  color: #888;
  position: relative;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.about-box dd {
  color: #fff;
  position: relative;
}
.about-box dd strong {
  font-size: 50px;
  font-weight: 400;
}
.about-box dd span {
  margin-left: 10px;
  font-weight: 300;
}
.about-box dd span.fsz20 {
  font-size: 20px;
}
.about-box dd span.fsz30 {
  font-size: 30px;
}
.about-box:hover {
  background: linear-gradient(
    to bottom,
    rgba(191, 0, 34, 1) 0%,
    rgba(191, 0, 34, 0) 100%
  );
  box-shadow: 0px 0px 80px 0px #440000;
}
.about-box:hover dl:before {
  opacity: 1;
}
.about-box:hover dt {
  color: #fff;
}

@media (max-width: 1680px) {
  .about-list {
    margin: -10px;
  }
  .about-list li {
    padding: 10px;
  }
  .about-box dl {
    padding: 0 40px;
  }
  .about-box dt {
    font-size: 18px;
  }
  .about-box dd strong {
    font-size: 44px;
  }
  .about-box dd span {
    margin-left: 5px;
  }
  .about-box dd span.fsz20 {
    font-size: 16px;
  }
  .about-box dd span.fsz30 {
    font-size: 24px;
  }
}

@media (max-width: 1420px) {
  .about-top {
    margin-top: 100px;
    margin-bottom: 60px;
  }
  .about-top dt {
    width: 420px;
  }
  .about-top dd {
    width: calc(100% - 420px);
  }
  .about-title {
    font-size: 70px;
  }
  .about-marquee .slick-slide > div {
    height: 60px;
    padding: 0 20px;
    font-size: 18px;
  }
}

@media (max-width: 1280px) {
  .partner li {
    width: 33.3333%;
    padding: 20px 10px;
  }
  .about-top dt {
    width: 380px;
  }
  .about-top dd {
    width: calc(100% - 380px);
  }
  .about-title {
    font-size: 60px;
  }
  .about-marquee .slick-slide > div {
    height: 60px;
    padding: 0 20px;
    font-size: 18px;
  }
  .about-box dl {
    padding: 0 30px;
  }
  .about-box dt {
    font-size: 16px;
  }
  .about-box dd strong {
    font-size: 40px;
  }
  .about-box dd span.fsz20 {
    display: block;
    margin-left: 0;
  }
}

@media (max-width: 992px) {
  .about-top {
    display: block;
    margin-top: 80px;
    margin-bottom: 40px;
  }
  .about-top dt {
    width: 100%;
  }
  .about-top dd {
    width: 100%;
    margin-top: 20px;
  }
  .about-title {
    font-size: 54px;
  }
  .about-marquee .slick-slide > div {
    height: 54px;
    padding: 0 20px;
    font-size: 18px;
  }
  .about-list li {
    width: 50%;
  }
  .about-box {
    height: 150px;
  }
  .about-box dd span.fsz20 {
    display: inline;
    margin-left: 5px;
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .partner li {
    width: 50%;
    padding: 5px 10px;
  }
  .about-title {
    font-size: 46px;
  }
  .about-marquee {
    margin: 0 -20px;
  }
  .about-marquee .slick-slide > div {
    height: 46px;
  }
  .about-marquee:after {
    display: none;
  }
  .about-list {
    display: block;
    margin: 0;
  }
  .about-list li {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
  .about-list li:last-child {
    margin-bottom: 0;
  }
  .about-box dt {
    font-size: 20px;
  }
  .about-box dd strong {
    font-size: 40px;
  }
  .about-box dd span.fsz20 {
    font-size: 18px;
  }
  .about-box dd span.fsz30 {
    font-size: 26px;
  }
}

/* why */
.why-title {
  text-align: center;
  position: relative;
}
.why-title:before {
  content: "";
  display: block;
  width: 130px;
  height: 130px;
  margin: 0 auto;
  background: url("../images/why_symbol.png") no-repeat center center / cover;
}
.why-title h3 {
  font-size: 80px;
  font-weight: 400;
  color: #fff;
}
.why-title h3 span {
  display: inline-block;
  background: -webkit-linear-gradient(
    360deg,
    #ffeed4 0%,
    #ff9738 10%,
    #e7453a 50%,
    #a90120 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.why-title p {
  font-size: 22px;
  color: #aaa;
  margin-top: 10px;
  padding: 0 10%;
}
.why-bg {
  width: 100%;
  padding-bottom: 111.8%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background: url("../images/why_bg.png") no-repeat center center / cover;
}

@media (max-width: 1280px) {
  .why-title:before {
    width: 100px;
    height: 100px;
  }
  .why-title h3 {
    font-size: 60px;
  }
  .why-title p {
    font-size: 18px;
  }
}

@media (max-width: 992px) {
  .why-title h3 {
    font-size: 54px;
  }
  .why-title p {
    padding: 0;
  }
  .why-title p br {
    display: none;
  }
}

@media (max-width: 768px) {
  .why-title h3 {
    font-size: 46px;
  }
  .why-title p {
    font-size: 16px;
  }
}

/* network */
.network-title {
  text-align: center;
  margin-bottom: 60px;
}
.network-title:before {
  content: "";
  display: block;
  width: 130px;
  height: 130px;
  margin: 0 auto;
  background: url("../images/network_symbol.png") no-repeat center center /
    cover;
}
.network-title h3 {
  font-size: 80px;
  font-weight: 400;
  color: #fff;
}
.network-title p {
  font-size: 22px;
  color: #888;
  margin-top: 10px;
}
.network-list {
  margin: 0 -15px;
  display: flex;
}
.network-list li {
  padding: 0 15px;
  width: 33.3333%;
}
.network-box {
  padding-bottom: 146.5116%;
  position: relative;
  background: url("../images/network_box.png") no-repeat center center / cover;
}
.network-box > div {
  padding: 60px 40px 100px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
}
.network-box > div > div {
  flex-grow: 1;
}
.network-box h5 {
  font-size: 40px;
  font-weight: 400;
  color: #fff;
  line-height: 1.2;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.network-box:hover h5 {
  text-decoration: underline;
}
.network-box h5 span {
  display: block;
  font-size: 20px;
}
.network-box p {
  font-size: 18px;
  color: #888;
  margin-top: 20px;
}
.network-box > div:after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 200px;
  height: 200px;
}
.network-list li:nth-child(1) .network-box > div:after {
  background: url("../images/network_icon_1.png") no-repeat center center /
    cover;
}
.network-list li:nth-child(2) .network-box > div:after {
  background: url("../images/network_icon_2.png") no-repeat center center /
    cover;
}
.network-list li:nth-child(3) .network-box > div:after {
  background: url("../images/network_icon_3.png") no-repeat center center /
    cover;
}

@media (max-width: 1680px) {
  .network-box > div {
    padding: 60px 40px;
  }
  .network-box > div:after {
    width: 160px;
    height: 160px;
  }
  .network-box h5 {
    font-size: 36px;
  }
  .network-box h5 span {
    font-size: 16px;
  }
}

@media (max-width: 1420px) {
  .network-box > div:after {
    width: 120px;
    height: 120px;
  }
  .network-box h5 {
    font-size: 30px;
  }
  .network-box h5 span {
    font-size: 14px;
  }
  .network-box p {
    font-size: 16px;
  }
}

@media (max-width: 1280px) {
  .network-title:before {
    width: 100px;
    height: 100px;
  }
  .network-title h3 {
    font-size: 60px;
  }
  .network-title p {
    font-size: 18px;
  }
  .network-list {
    margin: 0 -10px;
  }
  .network-list li {
    padding: 0 10px;
  }
  .network-box > div {
    padding: 20px;
  }
  .network-box > div:after {
    width: 100px;
    height: 100px;
  }
  .network-box h5 {
    font-size: 26px;
  }
  .network-box p {
    font-size: 14px;
    margin-top: 10px;
  }
}

@media (max-width: 992px) {
  .network-title h3 {
    font-size: 54px;
  }
  .network-title p br {
    display: none;
  }
  .network-box h5 {
    font-size: 22px;
  }
  .network-box > div:after {
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 768px) {
  .network-title {
    margin-bottom: 50px;
  }
  .network-title h3 {
    font-size: 40px;
  }
  .network-title p {
    font-size: 16px;
  }
  .network-list {
    margin: 0;
    display: block;
  }
  .network-list li {
    padding: 0;
    margin-bottom: 40px;
    width: 100%;
  }
  .network-list li:last-child {
    margin-bottom: 0;
  }
  .network-box > div {
    padding: 60px 30px;
  }
  .network-box > div:after {
    width: 160px;
    height: 160px;
  }
  .network-box h5 {
    font-size: 32px;
  }
  .network-box p {
    font-size: 16px;
    margin-top: 20px;
  }
}

/* service */
.service-title {
  text-align: center;
  position: relative;
}
.service-title:before {
  content: "";
  display: block;
  width: 130px;
  height: 130px;
  margin: 0 auto;
  background: url("../images/service_symbol.png") no-repeat center center /
    cover;
}
.service-title h3 {
  font-size: 80px;
  font-weight: 400;
  color: #fff;
  line-height: 1.1;
}
.service-title h3 span {
  display: block;
  font-size: 40px;
}
.service-title p {
  font-size: 22px;
  color: #aaa;
  margin-top: 30px;
}
.service-bg {
  width: 100%;
  padding-bottom: 111.8%;
  margin-left: 4%;
  margin-top: 4%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotateY(180deg);
  -webkit-transform: translate(-50%, -50%) rotateY(180deg);
  background: url("../images/why_bg.png") no-repeat center center / cover;
}

@media (max-width: 1280px) {
  .service-title:before {
    width: 100px;
    height: 100px;
  }
  .service-title h3 {
    font-size: 60px;
  }
  .service-title h3 span {
    font-size: 30px;
  }
  .service-title p {
    font-size: 18px;
  }
}

@media (max-width: 992px) {
  .service-title h3 {
    font-size: 54px;
  }
  .service-title h3 span {
    font-size: 24px;
  }
  .service-title p br {
    display: none;
  }
}

@media (max-width: 768px) {
  .service-title h3 {
    font-size: 46px;
  }
  .service-title h3 span {
    font-size: 20px;
  }
  .service-title p {
    font-size: 16px;
    margin-top: 20px;
  }
}

/* roadmap */
.roadmap-title {
  text-align: center;
}
.roadmap-title h3 {
  position: relative;
}
.roadmap-title h3:before {
  content: "";
  display: block;
  z-index: -1;
  width: 500px;
  height: 500px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background: url("../images/roadmap_symbol.png") no-repeat center center /
    cover;
}
.roadmap-title h3 span {
  position: relative;
  font-size: 60px;
  font-weight: 400;
  color: #fff;
}
.roadmap-title p {
  font-size: 22px;
  color: #888;
  font-weight: 300;
  position: relative;
}
.roadmap-list {
  text-align: center;
  margin-top: 100px;
  position: relative;
}
.roadmap-list:before {
  content: "";
  display: block;
  height: 1px;
  background: #444;
  position: absolute;
  left: -100%;
  right: -100%;
  top: 195px;
}
.roadmap-list .slick-slide {
  padding: 0 20px;
}
.roadmap-item {
  color: #fff;
}
.roadmap-item dt {
  padding-bottom: 80px;
  position: relative;
}
.roadmap-item dt h4 {
  font-size: 54px;
  font-weight: 700;
  line-height: 60px;
  background: -webkit-linear-gradient(270deg, #444 0%, #000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.roadmap-item dt p {
  font-size: 22px;
  color: #888;
  line-height: 30px;
}
.roadmap-item dt span {
  font-size: 16px;
  color: #888;
  font-weight: 300;
  line-height: 20px;
  display: block;
  margin-top: 5px;
}
.roadmap-item dt:after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -30px;
  background: url("../images/roadmap_icon.png") no-repeat center center / cover;
}
.roadmap-item dd {
  position: relative;
  padding-top: 180px;
}
.roadmap-item dd h5 {
  font-size: 22px;
  font-weight: 300;
  color: #fff;
}
.roadmap-item dd p {
  font-size: 18px;
  color: #aaa;
  margin-top: 10px;
}
.roadmap-item dd:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 100px;
  top: 40px;
  left: 50%;
  background: linear-gradient(
    to bottom,
    rgba(32, 32, 32, 1) 0%,
    rgba(217, 217, 217, 1) 100%
  );
}
.roadmap-item.active dt h4 {
  background: -webkit-linear-gradient(270deg, #fff 0%, #000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.roadmap-item.active dt:after {
  background: url("../images/roadmap_icon_on.png") no-repeat center center /
    cover;
}
.roadmap-item.active dt:before {
  content: "";
  display: block;
  position: absolute;
  right: 50%;
  left: 0;
  height: 1px;
  bottom: -1px;
  background: linear-gradient(to right, #444 0%, #ff2f01 100%);
}

@media (max-width: 1680px) {
  .roadmap-item dd h5 {
    font-size: 20px;
  }
}

@media (max-width: 1420px) {
  .roadmap-list:before {
    top: 175px;
  }
  .roadmap-item dt {
    padding-bottom: 60px;
  }
  .roadmap-item dd {
    padding-top: 100px;
  }
  .roadmap-item dd h5 {
    font-size: 18px;
  }
  .roadmap-item dd p {
    font-size: 14px;
  }
  .roadmap-item dd:before {
    height: 60px;
    top: 30px;
  }
}

@media (max-width: 1280px) {
  .roadmap-title h3 span {
    font-size: 50px;
  }
  .roadmap-title p {
    font-size: 18px;
  }
}

@media (max-width: 992px) {
  .roadmap-title h3 span {
    font-size: 40px;
  }
  .roadmap-title p {
    font-size: 16px;
  }
  .roadmap-title p br {
    display: none;
  }
  .roadmap-list .slick-slide {
    padding: 0;
  }
  .roadmap-list .slick-arrow {
    width: 60px;
    height: 60px;
    background: none;
    position: absolute;
    top: 0;
    text-indent: -9999px;
    z-index: 1;
  }
  .roadmap-list .slick-prev {
    right: 50%;
    margin-right: 60px;
  }
  .roadmap-list .slick-next {
    left: 50%;
    margin-left: 60px;
  }
  .roadmap-list .slick-arrow:after {
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    border-top: solid 2px #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -13px;
  }
  .roadmap-list .slick-prev:after {
    margin-left: -8px;
    border-left: solid 2px #fff;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .roadmap-list .slick-next:after {
    margin-left: -18px;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .roadmap-list .slick-disabled:after {
    border-color: #333;
  }
}

@media (max-width: 768px) {
  .roadmap-title h3 span {
    font-size: 46px;
  }
  .roadmap-title p {
    font-size: 16px;
  }
}

/* video */
.video-player.pc {
}
.video-player.mo {
  display: none;
}
.video-player video {
  display: block;
  width: 150%;
  margin-left: -25%;
  margin-bottom: -15%;
}
.video-typo {
  padding-bottom: 34%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/video_typo.png") no-repeat center bottom / 100%
    auto;
}

@media (max-width: 1680px) {
}

@media (max-width: 1420px) {
}

@media (max-width: 1280px) {
}

@media (max-width: 992px) {
  .video-player.pc {
    display: none;
  }
  .video-player.mo {
    display: block;
  }
  .video-player video {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
}

/* ecosystem */
.eco-title {
  padding-top: 280px;
}
.eco-title h3 span br {
  display: none;
}
.eco-btn {
  margin-top: 40px;
  position: relative;
  display: flex;
  justify-content: center;
}
.eco-btn li {
  margin: 0 8px;
}
.eco-docs {
  height: 48px;
  padding: 6px;
  border: solid 1px #272727;
  display: flex;
  align-items: center;
  -webkit-border-radius: 48px;
  border-radius: 48px;
  background: #ff9738;
  background: linear-gradient(to bottom, #ff9738 0%, #e7453a 47%, #a90120 100%);
}
.eco-docs span {
  margin: 0 20px;
  color: #fff;
}
.eco-docs em {
  display: block;
  width: 35px;
  height: 35px;
  background: #181818;
  position: relative;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.eco-docs em:before {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -7px;
  margin-top: -1px;
}
.eco-docs em:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1px;
  margin-top: -4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.eco-list {
  margin: -16px -10px;
  padding-top: 150px;
  padding-bottom: 280px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.eco-list li {
  padding: 16px 10px;
  width: 25%;
}
.eco-list li span {
  height: 96px;
  padding: 0 16px;
  border: solid 1px #666;
  font-size: 22px;
  line-height: 1.2;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 96px;
  border-radius: 96px;
}
.eco-list li span img {
  display: block;
  margin-right: 20px;
}
.eco-list li span strong {
  font-weight: 400;
  flex-shrink: 0;
}
.eco-list:before,
.eco-list:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10%;
  z-index: 1;
}
.eco-list:before {
  left: -5%;
  background: linear-gradient(90deg, #000000 50%, rgba(0, 0, 0, 0) 100%);
}
.eco-list:after {
  right: -5%;
  background: linear-gradient(270deg, #000000 50%, rgba(0, 0, 0, 0) 100%);
}

@media (max-width: 1480px) {
  .eco-title {
    padding-top: 200px;
  }
  .eco-list {
    padding-bottom: 200px;
  }
}

@media (max-width: 1280px) {
  .eco-title {
    padding-top: 0;
  }
  .eco-list {
    margin: -12px -4px;
    padding-top: 80px;
    padding-bottom: 0;
  }
  .eco-list li {
    padding: 12px 4px;
  }
  .eco-list li span {
    height: 72px;
    font-size: 15px;
  }
  .eco-list li span img {
    margin-right: 8px;
  }
}

@media (max-width: 992px) {
  .eco-btn {
    margin-top: 24px;
  }
  .eco-btn li .ft-mail {
    margin-top: 0;
  }
  .eco-list {
    padding-top: 56px;
  }
  .eco-list li {
    width: 33.3333%;
  }
  .eco-list li span {
    height: 64px;
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .eco-title h3 span {
    line-height: 1.2;
    font-size: 30px;
  }
  .eco-title p {
    margin-top: 16px;
  }
  .eco-btn {
    display: block;
    margin-top: 48px;
  }
  .eco-btn li {
    margin-bottom: 16px;
    display: flex;
    justify-content: center;
  }
  .eco-btn li:last-child {
    margin-bottom: 0;
  }
  .eco-list {
    padding-top: 48px;
    justify-content: flex-start;
  }
  .eco-list li {
    width: 50%;
  }
  .eco-list li span {
    height: 56px;
    font-size: 12px;
  }
  .eco-list li span img {
    max-width: 48px;
  }
}

/* key Features */
.section#key {
  padding-top: 10%;
}
.key-title {
  text-align: center;
  font-size: 80px;
  color: #fff;
  font-weight: 400;
}
.key-title span {
  display: inline-block;
  line-height: 1.2;
  background: linear-gradient(
    to right,
    #ffeed4 0%,
    #ff9738 9%,
    #e7453a 47%,
    #cf1512 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.key-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  position: relative;
}
.key-list:before {
  content: "";
  display: block;
  width: 40%;
  padding-bottom: 40%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background: url("../images/key_symbol.png") no-repeat center center / cover;
}
.key-list li {
  width: 50%;
  padding: 60px 0;
  position: relative;
}
.key-list li:nth-child(odd) {
  padding-right: 18%;
}
.key-list li:nth-child(even) {
  padding-left: 18%;
}
.key-list li img {
  display: block;
  width: 65px;
  margin: 0 auto;
}
.key-list li h5 {
  display: block;
  text-align: center;
  line-height: 1.4;
  font-size: 30px;
  margin-top: 20px;
  font-weight: 600;
  background: linear-gradient(
    to right,
    #ffeed4 0%,
    #ff9738 9%,
    #e7453a 47%,
    #cf1512 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.key-list li p {
  font-size: 24px;
  color: #fff;
  font-weight: 200;
  margin-top: 20px;
  text-align: center;
}
.key-list li:before {
  content: "";
  display: block;
  height: 1px;
  background: linear-gradient(to right, #cf2900 0%, #000 100%);
  position: absolute;
}
.key-list li:nth-child(even):before {
  background: linear-gradient(to right, #000 0%, #cf2900 100%);
}
.key-list li:nth-child(1):before {
  width: 20%;
  bottom: 0;
  right: 15%;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.key-list li:nth-child(2):before {
  width: 20%;
  bottom: 0;
  left: 15%;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.key-list li:nth-child(3):before {
  width: 15%;
  top: 50%;
  margin-top: -1px;
  right: 20%;
}
.key-list li:nth-child(4):before {
  width: 15%;
  top: 50%;
  margin-top: -1px;
  left: 20%;
}
.key-list li:nth-child(5):before {
  width: 20%;
  top: 0;
  right: 15%;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.key-list li:nth-child(6):before {
  width: 20%;
  top: 0;
  left: 15%;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

@media (max-width: 1680px) {
  .key-title {
    font-size: 64px;
  }
  .key-list li {
    padding: 40px 0;
  }
  .key-list li h5 {
    font-size: 24px;
  }
  .key-list li p {
    font-size: 20px;
    margin-top: 10px;
  }
}

@media (max-width: 1420px) {
  .key-title {
    font-size: 54px;
  }
  .key-list li {
    padding: 30px 0;
  }
  .key-list li img {
    width: 50px;
  }
  .key-list li h5 {
    font-size: 20px;
  }
  .key-list li p {
    font-size: 16px;
  }
}

@media (max-width: 1280px) {
  .section#key {
    padding-top: 0;
  }
  .key-title {
    font-size: 40px;
  }
  .key-list li {
    padding: 20px 0;
  }
  .key-list li img {
    width: 40px;
  }
  .key-list li h5 {
    font-size: 18px;
    margin-top: 10px;
  }
  .key-list li p {
    font-size: 14px;
    margin-top: 5px;
  }
}

@media (max-width: 992px) {
  .key-title {
    font-size: 34px;
  }
}

@media (max-width: 768px) {
  .key-title {
    font-size: 26px;
  }
  .key-title span {
    display: block;
    font-size: 36px;
  }
  .key-list {
    display: block;
    margin-top: 60px;
  }
  .key-list:before {
    display: none;
  }
  .key-list li {
    width: 100%;
    padding: 0;
    margin-bottom: 60px;
  }
  .key-list li:last-child {
    margin-bottom: 0;
  }
  .key-list li:nth-child(odd) {
    padding-right: 0%;
  }
  .key-list li:nth-child(even) {
    padding-left: 0%;
  }
  .key-list li:before {
    display: none;
  }
  .key-list li h5 {
    line-height: 1.2;
  }
}

/* next evolution */
.section#next {
  padding-top: 10%;
}
.next-title h3 {
  font-size: 60px;
  color: #fff;
  font-weight: 400;
}
.next-title h3 span {
  display: inline-block;
  font-size: 60px;
  line-height: 1.2;
  background: linear-gradient(
    to right,
    #ffeed4 0%,
    #ff9738 9%,
    #e7453a 47%,
    #cf1512 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.next-title p {
  font-size: 22px;
  color: #fff;
  margin-top: 20px;
}
.next-tb {
  margin-top: 120px;
}
.next-tb th,
.next-tb td {
  text-align: left;
}
.next-tb th {
  padding: 20px;
  font-size: 24px;
  border-bottom: 1px solid #fff;
}
.next-tb th span {
  display: inline-block;
  line-height: 1.2;
  background: linear-gradient(
    to right,
    #ffeed4 0%,
    #ff9738 9%,
    #e7453a 47%,
    #cf1512 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.next-tb td {
  padding: 20px;
  border-bottom: 1px solid #363636;
  vertical-align: top;
}
.next-tb th:nth-child(1),
.next-tb td:nth-child(1) {
  width: 30%;
}
.next-tb th:nth-child(2),
.next-tb td:nth-child(2) {
  width: 35%;
}
.next-tb th:nth-child(3),
.next-tb td:nth-child(3) {
  width: 35%;
}
.next-tb td:nth-child(1) {
  font-size: 20px;
  color: #ccc;
}
.next-tb td:nth-child(2) {
  font-size: 22px;
  color: #666;
}
.next-tb td:nth-child(3) {
  font-size: 22px;
  color: #ddd;
}

@media (max-width: 1680px) {
  .next-tb {
    margin-top: 80px;
  }
  .next-tb th {
    padding: 15px;
  }
  .next-tb td {
    padding: 15px;
    font-size: 18px !important;
  }
}

@media (max-width: 1420px) {
  .next-title h3 {
    font-size: 54px;
  }
  .next-title h3 span {
    font-size: 54px;
  }
  .next-title p {
    font-size: 20px;
    margin-top: 10px;
  }
  .next-tb {
    margin-top: 60px;
  }
  .next-tb th {
    font-size: 20px;
  }
  .next-tb td {
    font-size: 16px !important;
  }
}

@media (max-width: 1280px) {
  .next-title h3 {
    font-size: 44px;
  }
  .next-title h3 span {
    font-size: 44px;
  }
  .next-title p {
    font-size: 18px;
  }
  .next-tb {
    margin-top: 40px;
  }
  .next-tb th {
    padding: 10px;
    font-size: 18px;
  }
  .next-tb td {
    padding: 10px;
    font-size: 14px !important;
  }
}

@media (max-width: 992px) {
  .next-title h3 {
    font-size: 38px;
  }
  .next-title h3 span {
    font-size: 38px;
  }
  .next-title p {
    font-size: 16px;
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .next-title h3 {
    font-size: 26px;
  }
  .next-title h3 span {
    font-size: 26px;
    display: block;
  }
  .next-title p {
    font-size: 14px;
    margin-top: 10px;
  }
  .next-tb thead {
    display: none;
  }
  .next-tb,
  .next-tb tbody,
  .next-tb tr,
  .next-tb td {
    display: block;
    width: 100%;
  }
  .next-tb tr {
    padding: 24px;
    margin-bottom: 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.1);
  }
  .next-tb tr:last-child {
    margin-bottom: 0;
  }
  .next-tb td {
    font-size: 13px !important;
    padding: 0;
  }
  .next-tb td:nth-child(1) {
    width: 100%;
    background: none;
    font-size: 20px !important;
    padding-bottom: 8px;
  }
  .next-tb td:nth-child(2) {
    width: 100%;
    background: none;
    margin-top: 8px;
    padding-bottom: 8px;
  }
  .next-tb td:nth-child(2):before {
    content: "Xphere 1.0";
    display: block;
    color: #888;
    font-size: 15px;
    font-weight: 600;
  }
  .next-tb td:nth-child(3) {
    width: 100%;
    background: none;
    margin-top: 8px;
    padding-bottom: 8px;
  }
  .next-tb td:nth-child(3):before {
    content: "Xphere 2.0";
    display: block;
    font-size: 15px;
    background: linear-gradient(
      to right,
      #ffeed4 0%,
      #ff9738 2%,
      #e7453a 5%,
      #cf1512 10%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

/* textnet */
.section#intro:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: -130px;
  background: url("../images/intro_bg.png") no-repeat center top / auto 100%;
}
.intro {
  text-align: center;
}
.intro h3,
.intro p {
  font-weight: 200;
  line-height: 1.3;
}
.intro h3 span,
.intro p span {
  background: #ffe4cb;
  background: linear-gradient(to right, #ffe4cb 0%, #ffffff 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0px 0px 20px rgba(211, 156, 135, 1);
}
.intro h3 {
  font-size: 120px;
}
.intro p {
  font-size: 60px;
}
.intro a {
  margin-top: 7%;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  display: inline-block;
  position: relative;
  padding: 1px;
  background: #100b0c;
  background: linear-gradient(to right, #100b0c 0%, #3e2c2a 50%, #fffefe 100%);
}
.intro a span {
  height: 54px;
  padding: 0 24px;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 40px;
  border-radius: 40px;
}
.intro a strong {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  background: #684643;
  background: linear-gradient(to right, #684643 0%, #ececec 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.intro a:after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  right: 40px;
  top: -14px;
  background: url("../images/intro_star.png") no-repeat center center / cover;
}
.intro a br {
  display: none;
}

.section#here:before {
  content: "";
  display: block;
  width: 1080px;
  height: 1080px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background: url("../images/here_bg.png") no-repeat center top / cover;
}
.here {
  text-align: center;
}
.here h3 span {
  font-weight: 300;
  font-size: 66px;
  line-height: 1.2;
  display: inline-block;
  background: #121fcf;
  background: linear-gradient(to right, #333 0%, #fff 50%, #333 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.here h3 br {
  display: none;
}
.here p {
  font-weight: 200;
  font-size: 20px;
  color: #ddd;
  margin-top: 3%;
}

.xph-title {
  display: flex;
}
.xph-title span {
  display: flex;
  align-items: flex-end;
  position: relative;
  line-height: 1;
}
.xph-title span:after {
  content: "";
  display: block;
  margin-bottom: 6px;
  width: 34px;
  height: 34px;
  margin-left: 10px;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
}
.xph-title span:before {
  content: "";
  display: block;
  width: 46px;
  height: 2px;
  margin-bottom: 6px;
  background: #fff;
  position: absolute;
  right: 1px;
  bottom: 0;
  transform-origin: right bottom;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.xph-title span strong {
  display: block;
  font-size: 56px;
  font-weight: 600;
  background: #ffe4cb;
  background: linear-gradient(to right, #ffe4cb 0%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.xph-list {
  margin: 0 -20px;
  padding-top: 100px;
  display: flex;
}
.xph-list li {
  width: 33.3333%;
  padding: 0 20px;
}
.xph-list li dl {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.xph-list li dl dt {
  padding-bottom: 55%;
  flex-shrink: 0;
}
.xph-list li:nth-child(1) dl dt {
  background: url("../images/xpherience_1.png") no-repeat center top / 100% auto;
}
.xph-list li:nth-child(2) dl dt {
  background: url("../images/xpherience_2.png") no-repeat center top / 100% auto;
}
.xph-list li:nth-child(3) dl dt {
  background: url("../images/xpherience_3.png") no-repeat center top / 100% auto;
}
.xph-list li dl dd {
  padding: 50px 35px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  background: url("../images/xpherience_bot.png") no-repeat center bottom / 100%
    auto;
}
.xph-list li dl dd h5 {
  font-size: 26px;
  color: #fff;
  font-weight: 400;
  flex-shrink: 0;
}
.xph-list li dl dd p {
  font-size: 20px;
  color: #fff;
  font-weight: 200;
  margin-top: 10px;
  flex-grow: 1;
}
.xph-list li dl dd a {
  display: block;
  margin-top: 30px;
  flex-shrink: 0;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background: #bd947e;
  background: linear-gradient(to right, #bd947e 0%, #725244 100%);
}
.xph-list li dl dd a span {
  display: block;
  padding: 1px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background: #bd947e;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.8) 0%,
    rgba(255, 255, 255, 0.1) 100%
  );
}
.xph-list li dl dd a span strong {
  height: 68px;
  font-size: 22px;
  font-weight: 300;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #bd947e;
  background: linear-gradient(to right, #bd947e 0%, #725244 100%);
}

.xpl-wrap {
  display: flex;
}
.xpl-wrap > dt {
  width: 40%;
}
.xpl-wrap > dd {
  width: 60%;
}
.xpl-list {
  margin: -20px;
  display: flex;
  flex-wrap: wrap;
}
.xpl-list li {
  width: 50%;
  padding: 20px;
}
.xpl-list li dl {
  padding: 30px;
  border: solid 1px #292929;
  height: 100%;
  display: flex;
  flex-direction: column;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background: #1b1b1b;
  background: linear-gradient(to bottom, #1b1b1b 0%, #000000 54%, #000000 100%);
}
.xpl-list li dl dt {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-shrink: 0;
}
.xpl-list li dl dt img {
  display: block;
  width: 110px;
}
.xpl-list li dl dt a {
  display: block;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  background: #bd947e;
  background: linear-gradient(to right, #bd947e 0%, #725244 100%);
}
.xpl-list li dl dt a span {
  display: block;
  padding: 1px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  background: #bd947e;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.8) 0%,
    rgba(255, 255, 255, 0.1) 100%
  );
}
.xpl-list li dl dt a span strong {
  height: 34px;
  font-size: 18px;
  padding: 0 16px;
  font-weight: 300;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  background: #bd947e;
  background: linear-gradient(to right, #bd947e 0%, #725244 100%);
}
.xpl-list li dl dt a span strong:after {
  content: "";
  display: block;
  margin-left: 8px;
  width: 7px;
  height: 7px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.xpl-list li dl dd {
  margin-top: 40px;
  font-size: 20px;
  font-weight: 100;
  color: #fff;
  flex-grow: 1;
}

.section#xpd:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-56%);
  -webkit-transform: translateY(-56%);
  height: 140%;
  background: url("../images/xpand_bg.png") no-repeat center center / 100% auto;
}
.xpd {
  text-align: center;
}
.xpd h3 {
  font-size: 56px;
  font-weight: 600;
}
.xpd h3 span {
  display: inline-block;
  background: #ffe4cb;
  background: linear-gradient(to right, #ffe4cb 0%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.xpd p {
  font-size: 30px;
  color: #fff;
  font-weight: 200;
  margin-top: 5%;
}

.section#dev {
  padding-top: 10%;
  padding-bottom: 20%;
  background: url("../images/dev_bg.png") no-repeat center bottom / 100% auto;
}
.dev-group + .dev-group {
  margin-top: 9%;
}
.dev-group dt {
  text-align: center;
}
.dev-group dt h3 {
  font-size: 40px;
  color: #fff;
  font-weight: 500;
}
.dev-group dt p {
  font-size: 20px;
  font-weight: 100;
  color: #fff;
}
.dev-group dd {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  padding-top: 50px;
}
.dev-group dd ul {
  display: flex;
  margin: 0 -20px;
  justify-content: center;
}
.dev-group dd ul li {
  width: 33.3333%;
  padding: 0 20px;
}
.dev-group dd ul li div {
  padding: 50px 40px;
  border: solid 1px #292929;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background: #1b1b1b;
  background: linear-gradient(to bottom, #1b1b1b 0%, #000000 54%, #000000 100%);
}
.dev-group dd ul li h5 {
  display: flex;
  align-items: center;
}
.dev-group dd ul li h5 img {
  display: block;
  width: 60px;
}
.dev-group dd ul li h5 span {
  display: block;
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  margin-left: 10px;
}
.dev-group dd ul li a {
  display: block;
  padding: 1px;
  margin-top: 60px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background: #585858;
  background: linear-gradient(to bottom, #585858 0%, #1b1b1b 100%);
}
.dev-group dd ul li a span {
  display: block;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background: #1a1a1a;
  background: linear-gradient(to bottom, #1a1a1a 0%, #000 100%);
}
.dev-group dd ul li a span strong {
  height: 54px;
  font-size: 20px;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #121fcf;
  background: linear-gradient(to right, #333 0%, #fff 50%, #333 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 1680px) {
  .section#intro:before {
    top: -90px;
  }
  .intro h3 {
    font-size: 110px;
  }
  .intro p {
    font-size: 55px;
  }

  .xph-list li dl dt {
    padding-bottom: 45%;
  }
  .xph-list li dl dd {
    padding: 40px 30px;
  }
  .xph-list li dl dd h5 {
    font-size: 24px;
  }
  .xph-list li dl dd p {
    font-size: 18px;
  }
}

@media (max-width: 1420px) {
  .intro h3 {
    font-size: 100px;
  }
  .intro p {
    font-size: 50px;
  }

  .here h3 span {
    font-size: 60px;
  }
  .here p {
    font-size: 18px;
  }

  .xph-title span:after {
    width: 30px;
    height: 30px;
  }
  .xph-title span:before {
    width: 40px;
  }
  .xph-title span strong {
    font-size: 48px;
  }
  .xph-list {
    margin: 0 -10px;
    padding-top: 80px;
  }
  .xph-list li {
    padding: 0 10px;
  }
  .xph-list li dl dd {
    padding: 30px;
  }
  .xph-list li dl dd h5 {
    font-size: 20px;
  }
  .xph-list li dl dd p {
    font-size: 16px;
  }
  .xph-list li dl dd a span strong {
    height: 60px;
    font-size: 20px;
  }

  .xpl-list {
    margin: -10px;
  }
  .xpl-list li {
    padding: 10px;
  }
  .xpl-list li dl dt img {
    width: 90px;
  }
  .xpl-list li dl dt a span strong {
    font-size: 16px;
  }
  .xpl-list li dl dd {
    margin-top: 30px;
    font-size: 18px;
  }

  .section#xpd:before {
    transform: translateY(-53%);
    -webkit-transform: translateY(-53%);
  }
  .xpd h3 {
    font-size: 56px;
  }
  .xpd p {
    font-size: 24px;
  }
}

@media (max-width: 1280px) {
  .section#intro:before {
    top: -72px;
  }
  .intro h3 {
    font-size: 90px;
  }
  .intro p {
    font-size: 40px;
  }
  .intro a strong {
    font-size: 18px;
  }

  .here h3 span {
    font-size: 50px;
  }
  .here p {
    font-size: 16px;
  }

  .xph-title span:after {
    width: 24px;
    height: 24px;
  }
  .xph-title span:before {
    width: 32px;
  }
  .xph-title span strong {
    font-size: 40px;
  }
  .xph-list {
    padding-top: 60px;
  }
  .xph-list li dl dd {
    padding: 20px;
  }
  .xph-list li dl dd h5 {
    font-size: 16px;
  }
  .xph-list li dl dd p {
    font-size: 14px;
    margin-top: 5px;
  }
  .xph-list li dl dd a {
    margin-top: 20px;
  }
  .xph-list li dl dd a span strong {
    height: 50px;
    font-size: 16px;
  }

  .xpl-list li dl {
    padding: 20px;
  }
  .xpl-list li dl dt img {
    width: 70px;
  }
  .xpl-list li dl dt a span strong {
    height: 30px;
    font-size: 13px;
    padding: 0 12px;
  }
  .xpl-list li dl dt a span strong:after {
    width: 5px;
    height: 5px;
    border-top-width: 1px;
    border-right-width: 1px;
  }
  .xpl-list li dl dd {
    margin-top: 20px;
    font-size: 16px;
  }

  .xpd h3 {
    font-size: 50px;
  }
  .xpd p {
    font-size: 20px;
  }

  .section#dev {
    padding-top: 0;
  }
  .dev-group dt h3 {
    font-size: 34px;
  }
  .dev-group dt p {
    font-size: 18px;
  }
  .dev-group dd {
    padding-top: 30px;
  }
  .dev-group dd ul {
    margin: 0 -15px;
  }
  .dev-group dd ul li {
    padding: 0 15px;
  }
  .dev-group dd ul li div {
    padding: 40px 30px;
  }
  .dev-group dd ul li h5 img {
    width: 50px;
  }
  .dev-group dd ul li h5 span {
    font-size: 26px;
  }
  .dev-group dd ul li a {
    margin-top: 40px;
  }
  .dev-group dd ul li a span strong {
    font-size: 18px;
  }
}

@media (max-width: 992px) {
  .section#intro {
    height: calc(100vh - 72px);
  }
  .intro h3 {
    font-size: 80px;
  }
  .intro p {
    font-size: 30px;
  }

  .here h3 span {
    font-size: 44px;
  }
  .here p {
    font-size: 16px;
  }

  .xph-title span strong {
    font-size: 36px;
  }
  .xph-list {
    padding-top: 40px;
    flex-wrap: wrap;
    margin: -10px;
    justify-content: center;
  }
  .xph-list li {
    width: 50%;
    padding: 10px;
  }

  .xpl-wrap {
    display: block;
  }
  .xpl-wrap > dt {
    width: 100%;
  }
  .xpl-wrap > dd {
    width: 100%;
    margin-top: 40px;
  }

  .section#xpd:before {
    height: 400%;
  }
  .xpd h3 {
    font-size: 46px;
  }
  .xpd p {
    font-size: 18px;
  }

  .dev-group dt h3 {
    font-size: 30px;
  }
  .dev-group dt p {
    font-size: 16px;
  }
  .dev-group dd ul {
    margin: 0 -10px;
  }
  .dev-group dd ul li {
    padding: 0 10px;
  }
  .dev-group dd ul li div {
    padding: 30px 20px;
  }
  .dev-group dd ul li h5 img {
    width: 40px;
  }
  .dev-group dd ul li h5 span {
    font-size: 24px;
  }
  .dev-group dd ul li a {
    margin-top: 30px;
  }
  .dev-group dd ul li a span strong {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .section#intro {
    height: 100vh;
  }
  .section#intro:before {
    top: -5%;
    background: url("../images/intro_bg_mo.png") no-repeat center top / 100%
      auto;
  }
  .intro h3 {
    font-size: 60px;
  }
  .intro p {
    font-size: 24px;
  }
  .intro a strong {
    font-size: 16px;
  }
  .intro a br {
    display: block;
  }

  .section#here:before {
    width: 180%;
    height: auto;
    padding-bottom: 180%;
  }
  .here h3 span {
    font-size: 40px;
  }
  .here h3 br {
    display: block;
  }
  .here p {
    font-size: 15px;
    margin-top: 5%;
  }

  .xph-title span:after {
    width: 18px;
    height: 18px;
  }
  .xph-title span:before {
    width: 24px;
  }
  .xph-title span strong {
    font-size: 30px;
  }
  .xph-list {
    padding-top: 20px;
    margin: 0;
    display: block;
  }
  .xph-list li {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .xph-list li:last-child {
    margin-bottom: 0;
  }
  .xph-list li dl dd a {
    margin-top: 20px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
  }
  .xph-list li dl dd a span {
    -webkit-border-radius: 8px;
    border-radius: 8px;
  }
  .xph-list li dl dd a span strong {
    height: 40px;
    font-size: 14px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
  }

  .xpl-wrap > dd {
    margin-top: 20px;
  }
  .xpl-list {
    display: block;
    margin: 0;
  }
  .xpl-list li {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .xpl-list li:last-child {
    margin-bottom: 0;
  }

  .section#xpd:before {
    transform: translateY(-55%);
    -webkit-transform: translateY(-55%);
  }
  .xpd h3 {
    font-size: 40px;
  }
  .xpd p {
    font-size: 14px;
  }

  .section#dev {
    padding-bottom: 30%;
    background-size: 200% auto;
  }
  .dev-group + .dev-group {
    margin-top: 20%;
  }
  .dev-group dt h3 {
    font-size: 24px;
  }
  .dev-group dt p {
    font-size: 14px;
  }
  .dev-group dd ul {
    margin: 0;
    display: block;
  }
  .dev-group dd ul li {
    padding: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .dev-group dd ul li:last-child {
    margin-bottom: 0;
  }
  .dev-group dd ul li a {
    margin-top: 20px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
  }
  .dev-group dd ul li a span {
    -webkit-border-radius: 8px;
    border-radius: 8px;
  }
  .dev-group dd ul li a span strong {
    height: 40px;
    font-size: 14px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
  }
}

@media (max-width: 320px) {
  .intro h3 {
    font-size: 50px;
  }
  .intro p {
    font-size: 20px;
  }
  .intro a strong {
    font-size: 14px;
  }
  .intro a:after {
    right: 20px;
  }

  .here h3 span {
    font-size: 34px;
  }
  .here p {
    font-size: 14px;
  }
}

/* footer */
#footer {
  border-top: solid 1px #333;
  padding: 60px 0;
  position: relative;
  z-index: 1;
}
.ft-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ft-logo {
  width: 142px;
  height: 31px;
  text-indent: -9999px;
  background: url("../images/footer_logo.png") no-repeat center bottom / cover;
}
.ft-mail {
  position: relative;
  width: 270px;
  display: block;
}
.ft-mail span {
  display: flex;
  align-items: center;
  width: 100%;
  height: 48px;
  padding-right: 48px;
  color: #888;
  background: #181818;
  border: solid 1px #272727;
  padding-left: 20px;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.ft-mail strong {
  display: block;
  width: 34px;
  height: 34px;
  text-indent: -9999px;
  position: absolute;
  right: 7px;
  top: 50%;
  margin-top: -17px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  background: #ff9738;
  background: linear-gradient(
    to bottom right,
    #ff9738 0%,
    #e7453a 47%,
    #a90120 100%
  );
}
.ft-mail strong:after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -11px;
  margin-top: -11px;
  background: url("../images/footer_send.png") no-repeat center center / 22px
    auto;
}

.ft-info {
  margin-top: 50px;
}
.ft-info p {
  color: #666;
}
.ft-copy {
  margin-top: 20px;
}

@media (max-width: 1280px) {
  .ft-top {
    align-items: center;
  }
}

@media (max-width: 992px) {
  #footer {
    padding: 40px 0 80px;
  }
  .ft-top {
    display: block;
    position: relative;
  }
  #aside {
    left: auto;
    position: absolute;
    border-right: none;
    right: 0;
    top: 0;
  }
  .asd-sns {
    display: flex;
    flex-direction: row;
  }
  .asd-sns li {
    margin-bottom: 0;
    margin-right: 10px;
  }
  .asd-sns li:last-child {
    margin-right: 0;
  }
  .ft-mail {
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .ft-logo {
    width: 120px;
    height: 26px;
  }
  .asd-sns li {
    margin-right: 0;
  }
  .asd-sns li a {
    width: 30px;
    height: 30px;
  }
  .ft-info {
    margin-top: 40px;
    font-size: 14px;
  }
}

/* union */
#uno-top {
  background: url("../images/union_top.jpg") no-repeat center top / cover;
}
.uno-top__title {
  text-align: center;
}
.uno-top__title h3 {
  font-size: 90px;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
}
.uno-top__title h3 span {
  display: inline-block;
  background: #ffe4cb;
  background: linear-gradient(to right, #ffe4cb 0%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.uno-top__title h3 br {
  display: none;
}
.uno-top__title p {
  font-size: 26px;
  color: #fff;
  font-weight: 300;
  margin-top: 20px;
}

.uno-title {
  text-align: center;
  font-size: 60px;
  font-weight: 400;
  color: #fff;
}
.uno-title.lg {
  font-size: 80px;
}
.uno-title span {
  display: inline-block;
  line-height: 1.2;
  background: linear-gradient(
    to right,
    #ffeed4 0%,
    #ff9738 9%,
    #e7453a 47%,
    #cf1512 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#uno-what {
}
.uno-what__list {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding-top: 80px;
  display: flex;
  flex-wrap: wrap;
}
.uno-what__list li {
  width: 50%;
  padding: 15px;
}
.uno-what__list li p {
  padding: 60px 50px;
  font-size: 24px;
  color: #fff;
  position: relative;
  font-weight: 300;
  background: rgba(26, 26, 26, 0.7);
  border-radius: 40px;
}
.uno-what__list li p:before {
  content: "";
  display: block;
  width: 23px;
  height: 17px;
  position: absolute;
  left: 30px;
  top: 30px;
  background: url("../images/union_dots.png") no-repeat center center / cover;
}

#uno-role {
}
.uno-role__list {
  width: 100%;
  max-width: 1530px;
  margin: 0 auto;
  padding-top: 80px;
  display: flex;
  flex-wrap: wrap;
}
.uno-role__list li {
  width: 33.3333%;
  padding: 0 15px;
}
.uno-role__list li dl {
  padding: 50px 40px 90px;
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  background: rgba(26, 26, 26, 0.7);
  border-radius: 40px;
}
.uno-role__list li dl dt {
  font-size: 30px;
  font-weight: 700;
  flex-shrink: 0;
  line-height: 1.4;
}
.uno-role__list li dl dd {
  font-size: 22px;
  font-weight: 300;
  margin-top: 40px;
  flex-grow: 1;
}
.uno-role__list li dl:before {
  content: "";
  display: block;
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.uno-role__list li:nth-child(1) dl:before {
  width: 51px;
  height: 57px;
  background: url("../images/union_role_1.png") no-repeat center center / cover;
}
.uno-role__list li:nth-child(2) dl:before {
  width: 51px;
  height: 51px;
  background: url("../images/union_role_2.png") no-repeat center center / cover;
}
.uno-role__list li:nth-child(3) dl:before {
  width: 49px;
  height: 47px;
  background: url("../images/union_role_3.png") no-repeat center center / cover;
}

#uno-benefit {
}
.uno-benefit__list {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding-top: 80px;
  display: flex;
  flex-wrap: wrap;
}
.uno-benefit__list li {
  width: 50%;
  padding: 15px;
}
.uno-benefit__list li dl {
  padding: 50px 40px 60px;
  color: #fff;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  background: rgba(26, 26, 26, 0.7);
  border-radius: 40px;
}
.uno-benefit__list li dl dt {
  font-size: 30px;
  font-weight: 700;
  flex-shrink: 0;
}
.uno-benefit__list li dl dd {
  font-size: 22px;
  font-weight: 300;
  margin-top: 30px;
  min-height: 3.2em;
  flex-grow: 1;
}
.uno-benefit__list li dl:before {
  content: "";
  width: 140%;
  padding-bottom: 100%;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 2%);
  background: linear-gradient(
    97.47deg,
    #ffeed5 -8.88%,
    #ff9738 0.36%,
    #e7453a 38.14%,
    #a90120 91.87%
  );
  border-radius: 50%;
  filter: blur(50px);
}

#uno-reward {
}
.uno-reward__list {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding-top: 80px;
  display: flex;
}
.uno-reward__list > div {
  width: 50%;
  padding: 0 15px;
}
.uno-reward__list dl {
  padding: 50px 40px;
  color: #fff;
  height: 100%;
  background: rgba(26, 26, 26, 0.7);
  border-radius: 40px;
}
.uno-reward__list dl dt {
  font-size: 30px;
  font-weight: 700;
}
.uno-reward__list dl dd {
  margin-top: 30px;
}
.uno-reward__list dl dd ul {
  display: flex;
}
.uno-reward__list dl dd ul li {
  margin-right: 30px;
}
.uno-reward__list dl dd ul li:last-child {
  margin-right: 0;
}
.uno-reward__list dl dd ul li h5 {
  font-size: 16px;
  font-weight: 300;
}
.uno-reward__list dl dd ul li p {
  font-size: 20px;
  line-height: 1.4;
}
.uno-reward__list dl dd ul li p strong {
  font-size: 60px;
  font-weight: 500;
}
.uno-reward__txt {
  text-align: center;
  margin-top: 40px;
  font-size: 20px;
  color: #fff;
  font-weight: 300;
}

#uno-qual {
}
#uno-qual .uno-benefit__list {
  max-width: 1020px;
}

#uno-process {
  padding-top: 10%;
}
.uno-process__list {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding-top: 100px;
}
.uno-process__list li {
  padding: 0 50px;
  height: 120px;
  margin-bottom: 30px;
  background: rgba(26, 26, 26, 0.7);
  border-radius: 40px;
  display: flex;
  align-items: center;
}
.uno-process__list li:last-child {
  margin-bottom: 0;
}
.uno-process__list li h5 {
  flex-shrink: 0;
  width: 180px;
  font-size: 24px;
}
.uno-process__list li h5 span {
  display: inline-block;
  line-height: 1.2;
  background: linear-gradient(
    to right,
    #ffeed4 0%,
    #ff9738 9%,
    #e7453a 47%,
    #cf1512 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.uno-process__list li p {
  flex-grow: 1;
  font-size: 22px;
  color: #fff;
  font-weight: 300;
}

#uno-respose {
}
.uno-respose__list {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding-top: 80px;
  display: flex;
}
.uno-respose__list li {
  width: 50%;
  padding: 0 15px;
}
.uno-respose__list li dl {
  padding: 50px 40px;
  color: #fff;
  height: 100%;
  background: rgba(26, 26, 26, 0.7);
  border-radius: 40px;
}
.uno-respose__list li dl dt {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}
.uno-respose__list li dl dt span {
  display: inline-block;
  line-height: 1.2;
  background: linear-gradient(
    to right,
    #ffeed4 0%,
    #ff9738 9%,
    #e7453a 47%,
    #cf1512 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.uno-respose__list li dl dd {
  display: flex;
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 10px;
}
.uno-respose__list li dl dd:last-child {
  margin-bottom: 0;
}
.uno-respose__list li dl dd:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  margin-top: 15px;
  margin-right: 10px;
  background: #fff;
  flex-shrink: 0;
  border-radius: 50%;
}

#uno-eco {
}
.uno-eco__list {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding-top: 80px;
  display: flex;
  flex-wrap: wrap;
}
.uno-eco__list li {
  width: 50%;
  padding: 15px;
}
.uno-eco__list li p {
  padding: 0 40px;
  color: #fff;
  height: 200px;
  display: flex;
  align-items: center;
  background: rgba(26, 26, 26, 0.7);
  border-radius: 40px;
  font-size: 24px;
  font-weight: 300;
}

#uno-early {
}
.uno-early__list {
  width: 100%;
  max-width: 1530px;
  margin: 0 auto;
  padding-top: 80px;
  display: flex;
}
.uno-early__list li {
  width: 33.3333%;
  padding: 0 15px;
}
.uno-early__list li dl {
  padding: 50px 40px;
  color: #fff;
  height: 100%;
  background: rgba(26, 26, 26, 0.7);
  border-radius: 40px;
}
.uno-early__list li dl dt {
  font-size: 30px;
  font-weight: 700;
}
.uno-early__list li dl dt span {
  display: inline-block;
  line-height: 1.2;
  background: linear-gradient(
    to right,
    #ffeed4 0%,
    #ff9738 9%,
    #e7453a 47%,
    #cf1512 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.uno-early__list li dl dd {
  margin-top: 30px;
  font-size: 22px;
  font-weight: 300;
  color: #fff;
}

.section#uno-roadmap {
  padding-top: 10%;
}
.uno-roadmap__list {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  padding-top: 80px;
  display: flex;
}
.uno-roadmap__list:before {
  content: "";
  display: block;
  height: 1px;
  background: #444;
  position: absolute;
  left: -20%;
  right: -20%;
  top: 170px;
}
.uno-roadmap__list dl {
  width: 33.3333%;
  text-align: center;
  position: relative;
}
.uno-roadmap__list dl dt {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 60px;
  position: relative;
}
.uno-roadmap__list dl dt span {
  display: inline-block;
  line-height: 30px;
  background: linear-gradient(
    to right,
    #ffeed4 0%,
    #ff9738 9%,
    #e7453a 47%,
    #cf1512 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.uno-roadmap__list dl dt:after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 50%;
  margin-left: -12px;
  top: 100%;
  margin-top: 48px;
  background: #8e8e8e;
  background: linear-gradient(to bottom right, #8e8e8e 0%, #111111 80%);
  border-radius: 50%;
}
.uno-roadmap__list dl dd {
  position: relative;
  padding-top: 180px;
  font-size: 22px;
  color: #fff;
  font-weight: 300;
}
.uno-roadmap__list dl dd:before {
  content: "";
  display: block;
  width: 1px;
  height: 100px;
  background: linear-gradient(to bottom, #202020 0%, #d9d9d9 100%);
  position: absolute;
  left: 50%;
  top: 50px;
}
.uno-roadmap__txt {
  text-align: center;
  margin-top: 120px;
  font-size: 20px;
  color: #fff;
  font-weight: 300;
}

#uno-join {
  background: linear-gradient(to bottom, #000 0%, #4c1818 100%);
}
.uno-join__txt {
  text-align: center;
  margin-top: 30px;
  font-size: 24px;
  color: #fff;
  font-weight: 300;
}
.uno-join__txt br {
  display: none;
}
.uno-join__mail {
  margin-top: 200px;
  display: flex;
  justify-content: center;
}
.uno-join__mail a {
  margin-top: 0;
}

@media (max-width: 1680px) {
  .uno-top__title h3 {
    font-size: 80px;
  }
  .uno-top__title p {
    font-size: 22px;
    margin-top: 10px;
  }
  .uno-title {
    font-size: 52px;
  }
  .uno-title.lg {
    font-size: 70px;
  }
  .uno-what__list li p {
    font-size: 20px;
  }
  .uno-role__list li dl {
    padding: 40px 30px 90px;
  }
  .uno-role__list li dl dt {
    font-size: 24px;
  }
  .uno-role__list li dl dd {
    font-size: 18px;
    margin-top: 20px;
  }
  .uno-benefit__list li dl {
    padding: 40px 30px 50px;
  }
  .uno-benefit__list li dl dt {
    font-size: 26px;
  }
  .uno-benefit__list li dl dd {
    font-size: 20px;
    margin-top: 20px;
  }
  .uno-reward__list dl {
    padding: 40px 30px;
  }
  .uno-reward__list dl dt {
    font-size: 26px;
  }
  .uno-reward__list dl dd {
    margin-top: 20px;
  }
  .uno-reward__list dl dd ul li {
    margin-right: 20px;
  }
  .uno-reward__list dl dd ul li p {
    font-size: 18px;
  }
  .uno-reward__list dl dd ul li p strong {
    font-size: 50px;
  }
  .uno-respose__list li dl {
    padding: 40px;
  }
  .uno-respose__list li dl dt {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .uno-respose__list li dl dd {
    font-size: 20px;
  }
  .uno-respose__list li dl dd:before {
    margin-top: 14px;
  }
  .uno-eco__list li p {
    height: 180px;
    font-size: 22px;
  }
  .uno-early__list li dl {
    padding: 40px;
  }
  .uno-early__list li dl dt {
    font-size: 26px;
  }
  .uno-early__list li dl dd {
    margin-top: 20px;
    font-size: 20px;
  }
  .uno-roadmap__list:before {
    top: 168px;
  }
  .uno-roadmap__list dl dt {
    font-size: 28px;
    line-height: 28px;
  }
  .uno-roadmap__list dl dt span {
    line-height: 28px;
  }
  .uno-roadmap__list dl dd {
    font-size: 20px;
  }
  .uno-join__txt {
    font-size: 22px;
  }
  .uno-join__mail {
    margin-top: 160px;
  }
}

@media (max-width: 1420px) {
  .uno-top__title h3 {
    font-size: 70px;
  }
  .uno-top__title p {
    font-size: 20px;
  }
  .uno-title {
    font-size: 46px;
  }
  .uno-title.lg {
    font-size: 60px;
  }
  .uno-what__list {
    padding-top: 60px;
  }
  .uno-role__list {
    padding-top: 60px;
  }
  .uno-benefit__list {
    padding-top: 60px;
  }
  .uno-benefit__list li dl dt {
    font-size: 22px;
  }
  .uno-benefit__list li dl dd {
    font-size: 18px;
  }
  .uno-reward__list {
    padding-top: 60px;
  }
  .uno-reward__list dl {
    padding: 30px;
  }
  .uno-reward__list dl dt {
    font-size: 22px;
  }
  .uno-reward__list dl dd ul li h5 {
    font-size: 14px;
  }
  .uno-reward__list dl dd ul li p strong {
    font-size: 44px;
  }
  .uno-reward__txt {
    font-size: 18px;
  }
  .uno-respose__list {
    padding-top: 60px;
  }
  .uno-respose__list li dl {
    padding: 30px;
  }
  .uno-respose__list li dl dt {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .uno-respose__list li dl dd {
    font-size: 18px;
  }
  .uno-respose__list li dl dd:before {
    margin-top: 12px;
  }
  .uno-eco__list {
    padding-top: 60px;
  }
  .uno-eco__list li p {
    height: 160px;
    font-size: 20px;
  }
  .uno-early__list {
    padding-top: 60px;
  }
  .uno-early__list li dl {
    padding: 30px;
  }
  .uno-early__list li dl dt {
    font-size: 22px;
  }
  .uno-early__list li dl dd {
    margin-top: 10px;
    font-size: 18px;
  }
  .uno-roadmap__list:before {
    top: 166px;
  }
  .uno-roadmap__list dl dt {
    font-size: 26px;
    line-height: 26px;
  }
  .uno-roadmap__list dl dt span {
    line-height: 26px;
  }
  .uno-roadmap__list dl dd {
    font-size: 18px;
  }
  .uno-join__txt {
    font-size: 20px;
    margin-top: 10px;
  }
  .uno-join__mail {
    margin-top: 100px;
  }
}

@media (max-width: 1280px) {
  .uno-top__title h3 {
    font-size: 60px;
  }
  .uno-top__title p {
    font-size: 18px;
  }
  .uno-title {
    font-size: 38px;
  }
  .uno-title.lg {
    font-size: 50px;
  }
  .uno-what__list {
    padding-top: 40px;
    margin: -10px;
  }
  .uno-what__list li {
    padding: 10px;
  }
  .uno-what__list li p {
    font-size: 18px;
    padding: 50px 40px;
  }
  .uno-role__list {
    padding-top: 40px;
    margin: 0 -10px;
  }
  .uno-role__list li {
    padding: 0 10px;
  }
  .uno-role__list li dl {
    padding: 30px 20px 80px;
  }
  .uno-role__list li dl dt {
    font-size: 20px;
  }
  .uno-role__list li dl dd {
    font-size: 16px;
    margin-top: 15px;
  }
  .uno-benefit__list {
    padding-top: 40px;
    margin: -10px;
  }
  .uno-benefit__list li {
    padding: 10px;
  }
  .uno-benefit__list li dl {
    padding: 30px;
  }
  .uno-benefit__list li dl dt {
    font-size: 20px;
  }
  .uno-benefit__list li dl dd {
    font-size: 16px;
    margin-top: 10px;
  }
  .uno-reward__list {
    margin: 0 -10px;
    padding-top: 40px;
  }
  .uno-reward__list > div {
    padding: 0 10px;
  }
  .uno-reward__list dl {
    padding: 25px;
  }
  .uno-reward__list dl dt {
    font-size: 20px;
  }
  .uno-reward__list dl dd {
    margin-top: 10px;
  }
  .uno-reward__list dl dd ul li h5 {
    font-size: 13px;
  }
  .uno-reward__list dl dd ul li p strong {
    font-size: 38px;
  }
  .uno-reward__txt {
    margin-top: 30px;
    font-size: 16px;
  }
  .uno-process__list {
    padding-top: 40px;
  }
  .uno-process__list li {
    padding: 0 40px;
    height: 100px;
    margin-bottom: 20px;
  }
  .uno-process__list li h5 {
    width: 160px;
    font-size: 20px;
  }
  .uno-process__list li p {
    font-size: 20px;
  }
  .uno-respose__list {
    padding-top: 40px;
    margin: 0 -10px;
  }
  .uno-respose__list li {
    padding: 0 10px;
  }
  .uno-respose__list li dl dt {
    font-size: 20px;
  }
  .uno-respose__list li dl dd {
    font-size: 16px;
  }
  .uno-respose__list li dl dd:before {
    margin-top: 10px;
  }
  .uno-eco__list {
    padding-top: 40px;
    margin: -10px;
  }
  .uno-eco__list li {
    padding: 10px;
  }
  .uno-eco__list li p {
    height: 140px;
    font-size: 18px;
  }
  .uno-early__list {
    padding-top: 40px;
    margin: 0 -10px;
  }
  .uno-early__list li {
    padding: 0 10px;
  }
  .uno-early__list li dl dt {
    font-size: 20px;
  }
  .uno-early__list li dl dd {
    font-size: 16px;
  }
  .uno-roadmap__list:before {
    top: 164px;
  }
  .uno-roadmap__list dl dt {
    font-size: 24px;
    line-height: 24px;
  }
  .uno-roadmap__list dl dt span {
    line-height: 24px;
  }
  .uno-roadmap__list dl dd {
    font-size: 16px;
  }
  .uno-roadmap__txt {
    margin-top: 100px;
    font-size: 18px;
  }
  .uno-join__txt {
    font-size: 18px;
  }
  .uno-join__mail {
    margin-top: 60px;
  }
}

@media (max-width: 992px) {
  #aside.uno {
    display: none;
  }
  #uno-top {
    height: 100vh;
    margin-bottom: 0;
  }
  .uno-top__title h3 {
    font-size: 50px;
  }
  .uno-top__title p {
    font-size: 16px;
  }
  .uno-title {
    font-size: 30px;
  }
  .uno-title.lg {
    font-size: 40px;
  }
  .uno-what__list {
    margin: -5px;
  }
  .uno-what__list li {
    padding: 5px;
  }
  .uno-what__list li p {
    font-size: 16px;
    padding: 40px 30px;
    border-radius: 20px;
  }
  .uno-what__list li p:before {
    width: 15px;
    height: 11px;
    top: 20px;
  }
  .uno-role__list {
    margin: 0 -5px;
  }
  .uno-role__list li {
    padding: 0 5px;
  }
  .uno-role__list li dl {
    padding: 20px 20px 80px;
    border-radius: 20px;
  }
  .uno-role__list li dl:before {
    transform: scale(0.7);
    transform-origin: right bottom;
  }
  .uno-role__list li dl dt {
    font-size: 20px;
  }
  .uno-role__list li dl dd {
    font-size: 16px;
    margin-top: 15px;
  }
  .uno-benefit__list {
    margin: -5px;
  }
  .uno-benefit__list li {
    padding: 5px;
  }
  .uno-benefit__list li dl {
    padding: 20px;
    border-radius: 20px;
  }
  .uno-benefit__list li dl dt {
    font-size: 18px;
  }
  .uno-benefit__list li dl dd {
    font-size: 14px;
  }
  .uno-reward__list dl dt {
    font-size: 18px;
  }
  .uno-reward__list dl dd ul li {
    margin-right: 15px;
  }
  .uno-reward__list dl dd ul li h5 {
    font-size: 11px;
  }
  .uno-reward__list dl dd ul li p {
    font-size: 14px;
  }
  .uno-reward__list dl dd ul li p strong {
    font-size: 32px;
  }
  .uno-reward__txt {
    font-size: 14px;
  }
  #uno-process {
    padding-top: 0;
  }
  .uno-process__list {
    padding-top: 40px;
  }
  .uno-process__list li {
    padding: 0 30px;
    height: 100px;
    margin-bottom: 10px;
    border-radius: 20px;
  }
  .uno-process__list li h5 {
    width: 140px;
    font-size: 18px;
  }
  .uno-process__list li p {
    font-size: 16px;
  }
  .uno-respose__list {
    margin: 0 -5px;
  }
  .uno-respose__list li {
    padding: 0 5px;
  }
  .uno-respose__list li dl {
    border-radius: 20px;
  }
  .uno-respose__list li dl dt {
    font-size: 18px;
  }
  .uno-respose__list li dl dd {
    font-size: 14px;
  }
  .uno-eco__list {
    margin: -5px;
  }
  .uno-eco__list li {
    padding: 5px;
  }
  .uno-eco__list li p {
    height: 100px;
    font-size: 16px;
    border-radius: 20px;
  }
  .uno-early__list {
    margin: 0 -5px;
  }
  .uno-early__list li {
    padding: 0 5px;
  }
  .uno-early__list li dl {
    border-radius: 20px;
    padding: 20px;
  }
  .uno-early__list li dl dt {
    font-size: 18px;
  }
  .uno-early__list li dl dd {
    font-size: 14px;
  }
  .uno-roadmap__list {
    padding-top: 60px;
  }
  .uno-roadmap__list:before {
    top: 127px;
  }
  .uno-roadmap__list dl dt {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 30px;
  }
  .uno-roadmap__list dl dt span {
    line-height: 20px;
  }
  .uno-roadmap__list dl dt:after {
    width: 19px;
    height: 19px;
    margin-left: -9px;
    margin-top: 38px;
  }
  .uno-roadmap__list dl dd {
    padding-top: 100px;
    font-size: 14px;
  }
  .uno-roadmap__list dl dd:before {
    height: 50px;
    top: 40px;
  }
  .uno-roadmap__txt {
    margin-top: 80px;
    font-size: 16px;
  }
  #uno-join {
    height: 100vh;
    margin-bottom: 0;
  }
  .uno-join__txt {
    font-size: 16px;
  }
  .uno-join__mail {
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  #uno-top {
  }
  .uno-top__title h3 {
    font-size: 40px;
  }
  .uno-top__title h3 br {
    display: block;
  }
  .uno-top__title p {
    font-size: 14px;
  }
  .uno-title {
    font-size: 24px;
  }
  .uno-title.lg {
    font-size: 32px;
  }
  .uno-what__list {
    margin: 0;
    display: block;
    padding-top: 30px;
  }
  .uno-what__list li {
    padding: 0;
    width: 100%;
    margin-bottom: 10px;
  }
  .uno-what__list li:last-child {
    margin-bottom: 0;
  }
  .uno-role__list {
    margin: 0;
    display: block;
    padding-top: 30px;
  }
  .uno-role__list li {
    padding: 0;
    width: 100%;
    margin-bottom: 10px;
  }
  .uno-role__list li:last-child {
    margin-bottom: 0;
  }
  .uno-benefit__list {
    margin: -0;
    display: block;
    padding-top: 30px;
  }
  .uno-benefit__list li {
    padding: 0;
    width: 100%;
    margin-bottom: 10px;
  }
  .uno-benefit__list li:last-child {
    margin-bottom: 0;
  }
  .uno-reward__list {
    margin: 0;
    display: block;
    padding-top: 30px;
  }
  .uno-reward__list > div {
    padding: 0;
    width: 100%;
    margin-bottom: 10px;
  }
  .uno-reward__list > div:last-child {
    margin-bottom: 0;
  }
  .uno-reward__list dl dd ul li {
    margin-right: 20px;
  }
  .uno-reward__txt {
    font-size: 13px;
    margin-top: 20px;
  }
  .uno-process__list {
    padding-top: 30px;
  }
  .uno-process__list li {
    padding: 20px;
    height: auto;
    display: block;
  }
  .uno-process__list li h5 {
    width: 100%;
  }
  .uno-process__list li p {
    font-size: 14px;
    margin-top: 5px;
  }
  .uno-respose__list {
    margin: 0;
    display: block;
    padding-top: 30px;
  }
  .uno-respose__list li {
    padding: 0;
    width: 100%;
    margin-bottom: 10px;
  }
  .uno-respose__list li:last-child {
    margin-bottom: 0;
  }
  .uno-respose__list li dl {
    padding: 20px;
  }
  .uno-eco__list {
    margin: 0;
    display: block;
    padding-top: 30px;
  }
  .uno-eco__list li {
    padding: 0;
    width: 100%;
    margin-bottom: 10px;
  }
  .uno-eco__list li:last-child {
    margin-bottom: 0;
  }
  .uno-eco__list li p {
    height: 80px;
    padding: 0 20px;
    font-size: 14px;
  }
  .uno-early__list {
    margin: 0;
    display: block;
    padding-top: 30px;
  }
  .uno-early__list li {
    padding: 0;
    width: 100%;
    margin-bottom: 10px;
  }
  .uno-early__list li:last-child {
    margin-bottom: 0;
  }
  .uno-roadmap__list {
    padding-top: 15px;
    display: block;
  }
  .uno-roadmap__list:before {
    display: none;
  }
  .uno-roadmap__list dl {
    padding: 15px 0;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
  }
  .uno-roadmap__list dl:last-child {
    margin-bottom: 0;
  }
  .uno-roadmap__list dl:before {
    content: "";
    display: block;
    width: 1px;
    background: #444;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 4px;
  }
  .uno-roadmap__list dl:first-child:before {
    top: 50%;
  }
  .uno-roadmap__list dl:last-child:before {
    bottom: 50%;
  }
  .uno-roadmap__list dl dt {
    font-size: 18px;
    width: 150px;
    padding-left: 20px;
    line-height: 1.4;
    margin-bottom: 0;
    flex-shrink: 0;
  }
  .uno-roadmap__list dl dt:after {
    width: 9px;
    height: 9px;
    margin-left: 0;
    left: 0;
    top: 50%;
    margin-top: -4px;
  }
  .uno-roadmap__list dl dd {
    font-size: 13px;
    flex-grow: 1;
    padding-top: 0;
  }
  .uno-roadmap__list dl dd::before {
    display: none;
  }
  .uno-roadmap__list dl dd br {
    display: none;
  }
  .uno-roadmap__txt {
    margin-top: 30px;
    font-size: 12px;
  }
  .uno-join__txt {
    font-size: 14px;
    margin-top: 0;
  }
  .uno-join__txt br {
    display: block;
  }
  .uno-join__mail {
    margin-top: 30px;
  }
}

/*










 */

#grant-top {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.grant-top__images {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  pointer-events: none;
  z-index: 0;
}

.img {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  height: auto;
}

.img-1 {
  z-index: 0;
  margin-top: -40px;
}
.img-2 {
  z-index: 1;
  margin-top: -140px;
}
.img-3 {
  z-index: 2;
  width: 36%;
  margin-top: -150px;
}

.gront-top__title {
  text-align: center;
  margin-top: 350px;
}
.gront-top__title h3 {
  font-size: 90px;
  font-weight: 800;
  line-height: 1.2;
  background: linear-gradient(to right, #fff1d5 0%, #ffdbdb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gront-top__title h3 span {
  display: inline-block;
  background: #ffe4cb;
  background: linear-gradient(to right, #ffe4cb 0%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gront-top__title h3 br {
  display: none;
}
.gront-top__title p {
  font-size: 26px;
  color: #fff;
  font-weight: 300;
  margin-top: 20px;
}
.grant-title-line {
  text-align: left;
  margin-top: 50px;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 400;
  background: linear-gradient(
    to right,
    #ffeed4 0%,
    #ff9738 9%,
    #e7453a 47%,
    #cf1512 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.grant-top-text {
  /* position: absolute; */
  /* top: 50%; */
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 30;
}

#grant-down {
  position: relative;
  overflow: hidden;
}
.grant-down-title {
  margin-top: 200px;
  margin-bottom: 30px;
  font-size: 50px;
  line-height: 1.2;
  background: linear-gradient(to right, #ffeed4, #ff9738, #e7453a, #a90120);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.grant-text {
  font-size: 22px;
  margin-top: 35px;
}
.grant-text-line {
  margin-top: 5px;
  text-align: left;
  color: #fff;
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 34px;
}

/* // TODO. What ... */
/* // TODO. What ... */
/* // TODO. What ... */
/* // TODO. What ... */

#grant-what {
  padding: 50px;
  margin-top: 300px;
}

.grant-title {
  text-align: left;
  font-size: 60px;
  font-weight: 400;
  color: #fff;
}
.grant-title.lg {
  font-size: 30px;
}
.grant-title span {
  display: inline-block;
  line-height: 1.2;
  background: linear-gradient(
    to right,
    #ffeed4 0%,
    #ff9738 9%,
    #e7453a 47%,
    #cf1512 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.grant-card-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-top: 20px;
  max-width: 980px;
  margin: 0 auto;
}
.grant-card-wrapper-mb {
  display: none;
}

.grant-card {
  background: #1a1a1ab2;
  width: 100%;
  display: flex;
  flex-direction: row;
  border-radius: 25px;
  padding: 50px;
  margin-top: 50px;
  /* height: 100%; */
  /* height: 400px; */
  /* justify-content: center; */
}
.grant-card-img {
  width: 200px;
  height: 260px;
  object-fit: cover;
  border-radius: 18px;
}
.grant-card-img-mb {
  display: none;
}
.grant-line {
  border-right: 1px solid #666666;
  padding: 0;
  margin: 0;
  margin-left: 50px;
  margin-right: 50px;
}
.grant-contents {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.grant-contents-mb {
  display: none;
}
.grant-content-title {
  font-size: 30px;
  color: #fff;
  height: 25%;
}
.grant-content-title-mb {
  display: none;
}
.grant-content-description {
  font-size: 16px;
  color: #888888;
  height: 55%;
}
.grant-content-btn {
  font-size: 20px;
  font-weight: 500;
  color: #fff !important;
  background: linear-gradient(to right, #e7453a 9%, #d7183b 47%, #a90120 100%);
  width: 160px;
  height: 60px;

  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;

  align-self: flex-end;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.grant-content-btn.left {
  align-self: flex-start;
}

.grant-join-btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 120px;
}
.grant-join-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 30px 62px 30px 63px;
  color: #fff !important;
  font-family: Pretendard;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
  background: linear-gradient(
    to right,
    #e7453a 38.5%,
    #d7183b 60%,
    #a90120 100%
  );
  border-radius: 30px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.grant-join-btn:hover {
  opacity: 0.9;
}

/* // TODO. 미디어쿼리 적용 */
/* // TODO. 미디어쿼리 적용 */
/* // TODO. 미디어쿼리 적용 */
/* // TODO. 미디어쿼리 적용 */

@media (max-width: 1680px) {
  #grant-top {
    /* border: 1px solid red; */
  }
  #grant-what {
    padding: 50px;
    margin-top: 200px;
    margin-bottom: 0;
  }
}

@media (max-width: 1420px) {
  #grant-top {
    /* border: 1px solid blue; */
    height: 100%;
  }
  .grant-top__images {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    pointer-events: none;
    z-index: 0;
  }
  .img-1 {
    z-index: 0;
    margin-top: -50px;
  }
  .img-2 {
    z-index: 1;
    margin-top: -160px;
  }
  .img-3 {
    z-index: 2;
    /* width: 30%; */
    margin-top: -65px;
  }
  .gront-top__title {
    text-align: center;
    margin-top: 350px;
  }
  .gront-top__title h3 {
    font-size: 60px;
    font-weight: 800;
    line-height: 1.2;
    background: linear-gradient(to right, #fff1d5 0%, #ffdbdb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .gront-top__title p {
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    margin-top: 20px;
  }
  .grant-title-line {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 400;
    background: linear-gradient(
      to right,
      #ffeed4 0%,
      #ff9738 9%,
      #e7453a 47%,
      #cf1512 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

@media (max-width: 1280px) {
  #grant-top {
    /* border: 1px solid green; */
    height: 100%;
  }

  .grant-card {
    background: #1a1a1ab2;
    width: 100%;
    display: flex;
    flex-direction: row;
    /* align-items: center; */
    /* justify-content: center; */
    border-radius: 25px;
    padding: 50px;
    margin-top: 50px;
    height: 100%;
    height: 550px;
  }
  .grant-contents {
    display: flex;
    flex-direction: column;
    margin: auto;
    /* flex-wrap: nowrap; */
    justify-content: space-around;
    justify-content: space-between;
    justify-content: space-evenly;
    height: 100%;
  }
  .grant-card-img {
    /* text-align: center; */
    margin: auto;
  }
  .grant-content-title {
    /* margin-bottom: 30px; */
  }
  /* // */

  .img-1 {
    z-index: 0;
    margin-top: -40px;
    width: 100%;
  }
  .img-2 {
    z-index: 1;
    margin-top: -170px;
    width: 70%;
  }
  .img-3 {
    z-index: 2;
    /* width: 30%; */
    margin-top: -65px;
  }

  #grant-what {
    padding: 50px;
    margin-top: 000px;
    margin-bottom: 0;
  }
  .gront-top__title {
    text-align: center;
    margin-top: 300px;
  }
  .gront-top__title h3 {
    font-size: 50px;
    font-weight: 800;
    line-height: 1.2;
    background: linear-gradient(to right, #fff1d5 0%, #ffdbdb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .gront-top__title p {
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    margin-top: 0px;
  }
  .grant-down-title {
    margin-top: 200px;
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 1.2;
    background: linear-gradient(to right, #ffeed4, #ff9738, #e7453a, #a90120);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .grant-text {
    font-size: 19px;
    margin-top: 35px;
  }
  .grant-text-line {
    font-size: 19px;
    margin-top: 5px;
    text-align: left;
    color: #fff;
  }
  .grant-title-line {
    text-align: left;
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: 400;
    background: linear-gradient(
      to right,
      #ffeed4 0%,
      #ff9738 9%,
      #e7453a 47%,
      #cf1512 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .grant-card-wrapper {
    padding: 25px;
  }
  /* .grant-card {
    padding: 25px;
  } */
}
@media (max-width: 992px) {
  #footer {
    display: none;
  }
  #grant-top {
    /* border: 1px solid yellow; */
    height: 100%;
  }
  #grant-what {
    padding: 50px;
    /* margin-top: -300px; */
    margin-bottom: 0;
  }
  .grant-top__images {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    pointer-events: none;
    z-index: 0;
  }
  .img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    height: auto;
  }
  .img-1 {
    z-index: 0;
    margin-top: 150px;
    width: 100%;
  }
  .img-2 {
    z-index: 1;
    margin-top: 50px;
    width: 70%;
  }
  .img-3 {
    z-index: 2;
    margin-top: 70px;
  }
  .gront-top__title {
    text-align: center;
    margin-top: 380px;
  }
  .gront-top__title h3 {
    font-size: 45px;
    font-weight: 800;
    line-height: 1.2;
    background: linear-gradient(to right, #fff1d5 0%, #ffdbdb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .gront-top__title p {
    font-size: 19px;
    color: #fff;
    font-weight: 300;
    margin-top: 0px;
  }
  .grant-down-title {
    margin-top: 250px;
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 1.2;
    background: linear-gradient(to right, #ffeed4, #ff9738, #e7453a, #a90120);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .grant-text {
    font-size: 19px;
    margin-top: 35px;
    text-align: center;
  }
  .grant-text-line {
    font-size: 19px;
    margin-top: 5px;
    text-align: left;
    color: #fff;
  }

  .grant-title {
    text-align: center;
    margin-bottom: 40px;
  }

  .grant-title-line {
    text-align: center;
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: 400;
    background: linear-gradient(
      to right,
      #ffeed4 0%,
      #ff9738 9%,
      #e7453a 47%,
      #cf1512 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .grant-card-wrapper {
    display: none;
  }
  .grant-card-wrapper-mb {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 20px;
  }

  .grant-card {
    background: #1a1a1ab2;
    width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 25px;
    padding: 50px;
    margin-top: 50px;
    height: 100%;
  }
  .grant-card-img {
    width: 200px;
    height: 260px;
    object-fit: cover;
    border-radius: 18px;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .grant-line {
    border-right: 1px solid #666666;
    padding: 0;
    margin: 0;
    margin-left: 50px;
    margin-right: 50px;
  }
  .grant-contents {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .grant-content-title {
    display: none;
  }
  .grant-content-title-mb {
    display: flex;
    flex-direction: column;
    text-align: left;
    color: #fff;
    border-bottom: 1px solid #666666;
    font-size: 30px;
    padding-bottom: 10px;
    margin-bottom: 50px;
  }
  .grant-content-description {
    font-size: 16px;
    color: #888888;
    height: 55%;
  }
  .grant-content-btn {
    font-size: 20px;
    font-weight: 500;
    color: #fff !important;
    background: linear-gradient(
      to right,
      #e7453a 9%,
      #d7183b 47%,
      #a90120 100%
    );
    width: 140px;
    height: 50px;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    align-self: flex-end;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .grant-content-btn.left {
    align-self: flex-start;
  }
  .grant-join-btn {
    font-size: 28px;
    line-height: 36px;
    padding: 22px 48px;
    border-radius: 24px;
    margin: 30px auto 0;
  }
}

@media (max-width: 768px) {
  #footer {
    display: none;
  }
  #grant-top {
    /* border: 1px solid purple; */
    height: 100%;
  }
  .grant-top__images {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    pointer-events: none;
    z-index: 0;
  }
  .img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 120%;
    height: auto;
  }
  .img-1 {
    z-index: 0;
    margin-top: 100px;
    width: 100%;
  }
  .img-2 {
    z-index: 1;
    margin-top: 50px;
    width: 70%;
  }
  .img-3 {
    z-index: 2;
    margin-top: 10px;
    width: 55%;
  }
  .gront-top__title {
    text-align: center;
    margin-top: 350px;
  }
  .gront-top__title h3 {
    font-size: 30px;
    font-weight: 800;
    line-height: 1.2;
    background: linear-gradient(to right, #fff1d5 0%, #ffdbdb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .gront-top__title p {
    font-size: 13px;
    color: #fff;
    font-weight: 300;
    margin-top: 0px;
    padding: 10px 30px;
    line-height: 1.1;
  }
  .grant-down-title {
    margin-top: 70px;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
    background: linear-gradient(to right, #ffeed4, #ff9738, #e7453a, #a90120);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  #grant-what {
    padding: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .grant-text {
    font-size: 13px;
    margin-top: 35px;
    text-align: center;
  }
  .grant-text-line {
    font-size: 13px;
    margin-top: 5px;
    text-align: center;
    color: #fff;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .grant-title {
    text-align: center;
    margin-bottom: 40px;
    font-size: 20px;
  }
  .grant-title-line {
    text-align: center;
    margin-bottom: 25px;
    font-size: 25px;
    font-weight: 400;
    background: linear-gradient(
      to right,
      #ffeed4 0%,
      #ff9738 9%,
      #e7453a 47%,
      #cf1512 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .grant-card-wrapper {
    display: none;
  }
  .grant-card-wrapper-mb {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 20px;
    padding: 25px;
  }

  .grant-card {
    background: #1a1a1ab2;
    width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 25px;
    padding: 50px;
    margin-top: 50px;
  }
  .grant-card-img {
    width: 200px;
    height: 260px;
    object-fit: cover;
    border-radius: 18px;
    /* margin: 0 auto; */
    margin-bottom: 50px;
  }
  .grant-line {
    border-right: 1px solid #666666;
    padding: 0;
    margin: 0;
    margin-left: 50px;
    margin-right: 50px;
  }
  .grant-contents {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .grant-content-title {
    display: none;
  }
  .grant-content-title-mb {
    display: flex;
    flex-direction: column;
    text-align: left;
    color: #fff;
    border-bottom: 1px solid #666666;
    font-size: 30px;
    padding-bottom: 10px;
    margin-bottom: 50px;
  }
  .grant-content-description {
    font-size: 16px;
    color: #888888;
    height: 55%;
  }
  .grant-content-btn {
    font-size: 20px;
    font-weight: 500;
    color: #fff !important;
    background: linear-gradient(
      to right,
      #e7453a 9%,
      #d7183b 47%,
      #a90120 100%
    );
    width: 140px;
    height: 50px;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    align-self: flex-end;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .grant-content-btn.left {
    align-self: flex-start;
  }
  .grant-join-btn {
    font-size: 20px;
    line-height: 26px;
    padding: 16px 36px;
    border-radius: 20px;
    margin: 24px auto 0;
  }
}

/* footer utility links — security, docs, stake, explorer */
.ft-links {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.45);
}
.ft-links a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  transition: color 0.25s ease;
}
.ft-links a:hover {
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .ft-links {
    font-size: 13px;
  }
}
