/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  object-fit: cover;
  width: 100%;
}

body {
  font-family: "Open Sans", sans-serif;
  line-height: 1.4;
  color: #2f2e41;
  font-size: 1.4rem;
}

input,
button {
  font-family: "Open Sans", sans-serif;
  line-height: 1;
  outline: none;
}

button {
  cursor: pointer;
  border: none;
}

.wrapper {
  max-width: 1920px;
  margin: 0 auto;
}

.container {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.btn-primary-hover {
  transition: all 0.3s linear;
}
.btn-primary-hover:hover {
  transform: translateY(-1rem);
}

.bg-color {
  background-image: linear-gradient(#fbfbfb, white);
}

.ml-content {
  margin-left: 15rem;
}

.block-box {
  max-width: 55.5rem;
  margin: 0 auto;
}
.block-box-title {
  color: #2f2e41;
  font-size: 3.5rem;
  font-weight: 500;
  text-align: center;
  max-width: 38.3rem;
  margin: 0 auto;
  line-height: 1.43;
}
.block-box-desc {
  color: #4f5665;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.875;
  margin-top: 2rem;
}
.block-box-desc strong {
  font-weight: 500;
}

.header {
  padding-bottom: 18rem;
  position: relative;
}
.header-content {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  height: calc(100% - 5rem);
}
.header-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
}
.header-logo {
  width: 13.4rem;
  height: 10rem;
  background: url("./images/img-logo.png") no-repeat center/cover;
}
.header-home {
  text-indent: -999em;
}
.header-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
.header-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  cursor: pointer;
}
.header-item img {
  width: 3.5rem;
  margin-left: 2px;
}
.header-item:not(:first-child) {
  margin-left: 1.5rem;
}
.header-item-link {
  color: white;
  text-transform: capitalize;
  font-size: 1.6rem;
  font-weight: bold;
}
.header-item-link:hover {
  cursor: pointer;
}
.header-contact {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-left: 3rem;
}
.header-contact-item:not(:first-child) {
  margin-left: 1.5rem;
}
.header-contact-item {
  transition: all 0.25s linear;
}
.header-contact-item:hover {
  transform: translateY(-5px);
}
.header-center {
  text-align: center;
  color: white;
}
.header-caption {
  font-size: 2rem;
  text-transform: uppercase;
}
.header-title {
  text-transform: uppercase;
  font-size: 7rem;
  margin: 2.9rem 0;
  font-weight: 700;
  line-height: 1.2;
}
.header-center-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 2rem 0;
}
.header-center-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-direction: column;
}
.header-center-item img {
  width: 11rem;
  height: 7rem;
  margin-bottom: 5px;
}
.header-center-item:nth-child(2) {
  margin: 0 4rem;
}
.header-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-top: auto;
}
.header-btn {
  padding: 0 2rem;
  min-width: 20rem;
  height: 5rem;
  color: white;
  font-size: 1.8rem;
  border-radius: 1rem;
  text-transform: uppercase;
  transition: all 0.25s ease;
  background-color: #6c757d;
  opacity: 0.4;
}
.header-btn:hover {
  transform: translateY(-5px);
}
.header-play {
  margin-right: 3rem;
}
.header-play a {
  color: #ffffff;
}
.header-play a:visited {
  color: #ffffff;
}
.header-play a:hover {
  color: #ffffff;
}
.header-play a:active {
  color: #ffffff;
}
.header-buy {
  background: #000;
  opacity: 1;
}
.header-buy a {
  color: #ffffff;
}
.header-buy a:visited {
  color: #ffffff;
}
.header-buy a:hover {
  color: #ffffff;
}
.header-buy a:active {
  color: #ffffff;
}
.header-bar, .header-close-icon {
  display: none;
}
.header-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-left: auto;
}
.header-link-mobile {
  display: none;
}
.header-list.is-expand {
  transform: translateX(0);
}
.header-popup {
  display: none;
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 99;
  color: white;
}
.header-popup-img {
  height: 30rem;
}
.header-popup-item {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.header-popup-content {
  background-color: #1b1b1b;
  border-radius: 1.6rem;
  max-width: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  text-align: center;
  padding: 2rem 4rem 3rem;
  position: relative;
}
.header-popup-title {
  text-transform: capitalize;
  font-size: 3rem;
  font-weight: 500;
}
.header-popup-desc {
  margin: 3rem 0 0;
  line-height: 1.7;
}
.header-popup-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 176px;
  height: 44px;
  border-radius: 1rem;
  background: linear-gradient(270deg, #ffac00, #ffd35b);
  transition: all 0.3s linear;
}
.header-popup-btn a {
  display: inline-block;
  font-size: 1.6rem;
  color: white;
}
.header-popup-btn:hover {
  transform: translateY(-5px);
}
.header-close-popup {
  position: absolute;
  top: 2rem;
  right: 2rem;
  font-size: 2rem;
}
.header-close-popup:hover {
  cursor: pointer;
}
.header-language {
  position: relative;
  margin-left: 4rem;
}
.header-language:hover {
  cursor: pointer;
}
.header-language:hover .language-list {
  opacity: 1;
  visibility: visible;
}
.header-language:hover .header-language-text::after {
  transform: translateY(-50%) rotate(0deg);
}
.header-language-text {
  color: white;
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
  padding-right: 2.4rem;
}
.header-language-text::after {
  content: "";
  position: absolute;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  transition: all 0.5s ease;
}
@media screen and (min-width: 1024px) {
  .header {
    padding-bottom: 0;
  }
  .header-content {
    position: absolute;
    top: 4rem;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 5rem;
    width: 100%;
  }
  .header-video {
    position: unset;
  }
  .header-center-list {
    margin-left: -10rem;
  }
}
@media screen and (min-width: 1400px) {
  .header {
    padding-bottom: 0;
  }
  .header-content {
    position: absolute;
    top: 4rem;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 20rem;
    width: 1230px;
  }
  .header-video {
    position: unset;
  }
}
@media screen and (max-width: 1023px) {
  .header {
    padding-top: 2rem;
    padding-bottom: 7rem;
    overflow: hidden;
    height: 100vw;
  }
  .header-video {
    left: 50%;
    height: 100%;
    width: auto;
    transform: translateX(-50%);
  }
  .header-bar {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    max-width: 2rem;
    min-height: 2rem;
    margin-left: 2rem;
  }
  .header-contact {
    margin: 0;
  }
  .header-list {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 3;
    display: block;
    padding: 4.6rem 0.4rem 1rem 2.4rem;
    width: 60%;
    background-color: red;
    font-size: 20px;
    height: 100%;
    background-color: #ffffff;
    transform: translateX(100%);
    transition: all 0.25s linear;
  }
  .header-item-link {
    color: black;
  }
  .header-item:not(:first-child) {
    margin: 2rem 0;
  }
  .header-close-icon {
    color: black;
    display: block;
    position: absolute;
    right: 2rem;
    top: 2rem;
  }
  .header-logo {
    width: 9.4rem;
    height: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .header {
    height: 180vw;
  }
  .header-bottom {
    flex-direction: column;
  }
  .header-play {
    margin: 0 0 2rem;
  }
  .header-title {
    font-size: 5rem;
  }
  .header-popup-content {
    max-width: 90vw;
  }
  .header-popup-img {
    height: auto;
  }
}
@media screen and (max-width: 424px) {
  .header-language {
    margin-left: 2rem;
  }
  .header-logo {
    width: 6.4rem;
    height: 5rem;
  }
  .header-bottom {
    margin-top: 35rem;
  }
}

.language-list {
  position: absolute;
  top: 3rem;
  left: 0;
  background-color: white;
  width: 20rem;
  padding: 2rem;
  border-radius: 1rem;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s linear;
  transform: translateX(-40%);
}
.language-list::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2rem;
  top: 0;
  left: 0;
  transform: translateY(-50%);
}
.language-item {
  width: 40%;
  font-size: 1.4rem;
  margin: 8px;
  color: #505f79;
}
.language-item:hover {
  cursor: pointer;
  color: black;
}
@media screen and (max-width: 1200px) {
  .language-list {
    transform: translateX(-60%);
  }
}
@media screen and (max-width: 1023px) {
  .language-list {
    transform: translateX(20%);
    right: 0;
    left: unset;
  }
}

.video {
  background-color: white;
}
.video-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 10rem 1.5rem 8rem;
  position: relative;
}
.video-title {
  color: #2f2e41;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
}
.video-desc {
  color: #2f2e41;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
}
.video-animal-img {
  position: absolute;
  max-width: 40rem;
  left: 23%;
  bottom: 0;
  transform: translateY(52%);
}
.video-animal-video {
  width: 100%;
  border-radius: 5rem;
}
@media screen and (min-width: 1024px) {
  .video-left {
    max-width: 46rem;
    height: auto;
    margin-right: 8rem;
  }
  .video-right {
    max-width: 67rem;
  }
}
@media screen and (max-width: 1023px) {
  .video-container {
    flex-direction: column;
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
  .video-left {
    margin: 0 0 3rem;
  }
  .video-title {
    text-align: center;
    font-size: 3rem;
  }
  .video-animal-img {
    max-width: 24rem;
    left: 50%;
    transform: translate(-50%, 45%);
  }
  .video-desc {
    text-align: center;
  }
}

.exp {
  background: url("./images/img-bg-exp.png") no-repeat center/cover;
}
.exp-title {
  color: white;
  font-size: 3.2rem;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}
.exp-desc {
  color: white;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  margin-top: 3rem;
  max-width: 97rem;
}
.exp-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  max-width: 1230px;
  margin: 0 auto;
  padding: 5rem 1.5rem 12rem;
}
.exp-tab {
  margin-top: 8rem;
  width: 100%;
}
.exp-tab-item {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  display: none;
}
.exp-tab-item.is-active {
  display: flex;
}
.exp-tab-item img {
  width: 30%;
  max-height: 40rem;
  border-top-right-radius: 1.8rem;
  border-bottom-right-radius: 1.8rem;
}
.exp-video {
  height: 40rem;
  border-top-left-radius: 1.8rem;
  border-bottom-left-radius: 1.8rem;
  overflow: hidden;
}
.exp-video-animal {
  width: 100%;
}
.exp-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-top: 4.5rem;
  margin-bottom: -8rem;
}
.exp-item.is-actived {
  border-radius: 3rem;
  border-color: white;
  transition: all 0.4s linear;
}
.exp-item-img {
  padding: 6px;
  width: 4.6rem;
  height: 4.6rem;
  border-radius: 50%;
}
.exp-item {
  border: 2px solid transparent;
  margin-right: 5px;
  transition: all 0.3s linear;
}
.exp-item:hover {
  transform: translateY(-5px);
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .exp-tab {
    width: 100%;
    margin-top: 4rem;
  }
  .exp-tab-item img {
    display: none;
  }
  .exp-video {
    width: 100%;
    height: calc(50vw - 2rem);
    border-radius: 1.8rem;
  }
  .exp-list {
    justify-content: flex-start;
    margin-top: 2rem;
    margin-left: 6rem;
    overflow-x: scroll;
    max-width: 100%;
    min-height: 4.6rem;
    padding-top: 1.5rem;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .exp-list::-webkit-scrollbar {
    display: none;
  }
  .exp-item-img {
    min-width: 4.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .exp-video {
    height: auto;
  }
}
@media screen and (min-width: 1400px) {
  .exp-video {
    height: 40rem;
  }
}

.key {
  padding-top: 5rem;
  text-align: center;
}
.key-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.key-title {
  color: #2f2e41;
  font-size: 3.2rem;
  font-weight: 500;
}
.key-desc {
  margin: 2rem 0 7rem;
  color: #2f2e41;
  font-size: 1.6rem;
  font-weight: 400;
  max-width: 97rem;
}
.key-stone-img {
  max-width: 48rem;
}
.key-plate-img {
  max-width: 100rem;
  position: relative;
  animation: plateMove 5s infinite;
  top: 0;
  z-index: 10;
  margin-bottom: 7rem;
  border-radius: 4rem;
}
.key-animal-img {
  max-width: 19.4rem;
  margin-top: -20rem;
  margin-bottom: 2.5rem;
}
.key-card-item {
  padding: 6rem 4rem;
  text-align: left;
}
.key-card-item {
  background-position: 100% 100%;
  background-size: contain;
  height: 0;
  width: 100%;
  padding: 0 30px 147%;
  margin: 3rem 0 0;
  background-repeat: no-repeat;
}
.key-card-item:nth-child(1) {
  background-image: url("./images/img-card-01.png");
}
.key-card-item:nth-child(2) {
  background-image: url("./images/img-card-02.png");
}
.key-card-item:nth-child(3) {
  background-image: url("./images/img-card-03.png");
}
@media screen and (max-width: 1023px) {
  .key-stone-img {
    max-width: 26rem;
  }
  .key-desc {
    margin-bottom: 3rem;
  }
  .key-plate-img {
    max-width: 50rem;
    margin-bottom: 3rem;
  }
  .key-animal-img {
    max-width: 13rem;
    margin-top: -7rem;
  }
  .key-title {
    font-size: 3rem;
  }
}

@keyframes plateMove {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(1rem);
  }
  100% {
    transform: translateY(0);
  }
}
.token {
  padding: 5rem 0 12rem;
  background-color: #292f40;
}
.token-container {
  max-width: 1230px;
  padding: 0 1.5rem;
  margin: 0 auto;
}
.token-title {
  color: white;
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
}
.token-chart {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  background-color: #1f2330;
  max-width: 96rem;
  margin: 7rem auto 0;
  border-radius: 2rem;
}
.token-chart-img:nth-child(1) {
  max-width: 15.3rem;
  top: -82px;
  left: 150px;
}
.token-chart-img:nth-child(2) {
  max-width: 23.8rem;
  top: 105px;
  left: 100px;
}
.token-chart-img:nth-child(3) {
  top: 42px;
  left: -10px;
  max-width: 16.2rem;
}
.token-chart-img:nth-child(4) {
  max-width: 19.2rem;
  left: -10px;
  bottom: 0px;
}
.token-chart-img:nth-child(5) {
  max-width: 27.2rem;
  left: 82px;
  bottom: -122px;
}
.token-chart-right {
  max-width: 68rem;
  padding: 3rem 0rem 0rem 0;
}
.token-chart-left {
  flex: 1;
  position: relative;
}
.token-chart-left img {
  position: absolute;
}
.token-chart-buy {
  margin-top: 2.5rem;
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
}
.token-total {
  color: white;
  font-size: 2rem;
  font-weight: 400;
  margin-left: 20rem;
}
.token-btn {
  color: white;
  font-size: 1.8rem;
  font-weight: 700;
  height: 5rem;
  background: #e12a44;
  padding: 0 2rem;
  min-width: 20rem;
  text-transform: capitalize;
  border-radius: 1rem;
  transition: all 0.25s linear;
}
.token-btn:hover {
  transform: translateY(-5px);
}
@media screen and (max-width: 1023px) {
  .token {
    padding: 5rem 0 2rem;
  }
  .token-chart-left {
    display: none;
  }
  .token-chart-right {
    padding: 0;
    max-width: 100%;
    background-color: #292f40;
  }
  .token-chart-buy {
    flex-direction: column;
  }
  .token-btn {
    margin-top: 2.8rem;
  }
  .token-total {
    margin-left: 0rem;
  }
}

.exc {
  background-color: #292f40;
  position: relative;
}
.exc-container {
  max-width: 1230px;
  padding: 10rem 1.5rem 0;
  margin: 0 auto;
  color: white;
}
.exc-title {
  color: white;
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
}
.exc-desc {
  color: white;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  margin: 2rem 0;
}
.exc-item {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  margin: 0 auto;
  padding: 0 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.exc-item:nth-child(1) {
  background-image: url("./images/img-exc-01.png");
  width: 1014px;
  height: 344px;
  padding-right: 45%;
  padding-top: 10px;
  -webkit-transform: translateX(27px);
  transform: translateX(27px);
}
.exc-item:nth-child(2) {
  background-image: url("./images/img-exc-02.png");
  width: 960px;
  height: 383px;
  margin-top: -60px;
  padding-left: 40%;
  padding-top: 90px;
}
.exc-item:nth-child(3) {
  background-image: url("./images/img-exc-03.png");
  width: 960px;
  height: 332px;
  padding-right: 45%;
  padding-top: 50px;
  margin-top: 15px;
}
.exc-item-title {
  font-size: 3rem;
}
.exc-item-desc {
  margin-top: 1.5rem;
}
.exc-img {
  position: absolute;
  display: none;
}
@media screen and (max-width: 1300px) {
  .exc-item:not(:nth-child(99))::after {
    height: 0;
    margin-top: 30px;
    content: " ";
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
  }
  .exc-item:nth-child(1), .exc-item:nth-child(2), .exc-item:nth-child(3) {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    background-image: none !important;
    width: 100%;
    height: unset;
    padding: 45px 2rem 5rem;
    margin-top: 30px;
  }
  .exc-item:nth-child(1)::after {
    padding-bottom: 79.143%;
    background-image: url("./images/img-exc-mobile-01.png");
  }
  .exc-item:nth-child(2)::after {
    padding-bottom: 145.076%;
    background-image: url("./images/img-exc-mobile-02.png");
  }
  .exc-item:nth-child(3)::after {
    padding-bottom: 122.769%;
    background-image: url("./images/img-exc-mobile-03.png");
  }
  .exc-item {
    background: #1f2330;
    border-radius: 20px;
  }
}

.play {
  background: url(./images/img-play-bg.webp) no-repeat center/cover;
  color: white;
  padding: 5rem 0 10rem;
}
.play-title {
  font-size: 3.2rem;
  font-weight: 500;
  padding-bottom: 2rem;
  position: relative;
  text-align: center;
}
.play-title::after {
  content: "";
  left: 50%;
  bottom: 0;
  width: 16rem;
  height: 1.5rem;
  position: absolute;
  transform: translateX(-58%);
}
.play-left-desc {
  color: white;
  font-size: 1.6rem;
  font-weight: 400;
  max-width: 90%;
}
.play-left-desc strong {
  font-weight: 800;
}
.play-left-desc:first-child {
  margin-bottom: 1.6rem;
}
.play-img {
  max-width: 90%;
  margin-top: 8rem;
}
.play-item-content {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
.play-item-content:not(:last-child) {
  min-height: 16rem;
  max-height: 16rem;
  overflow: auto;
}
.play-item-content:not(:last-child) {
  margin-bottom: 3rem;
}
.play-item-img {
  width: 6rem;
  height: 6rem;
  flex-shrink: 1;
  margin-right: 2.5rem;
}
.play-item-title {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 1.4rem;
}
.play-item-desc {
  color: #b1aebf;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 1024px) {
  .play-content {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .play-item {
    width: 50%;
  }
  .play-item:nth-child(2) {
    margin-left: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .play-left-desc {
    max-width: 100%;
    text-align: center;
  }
  .play-item-content:not(:last-child) {
    max-height: 20rem;
  }
}
@media screen and (max-width: 1023px) {
  .play {
    padding: 5rem 0 3rem;
  }
  .play-item:nth-child(2) {
    margin-top: 5rem;
  }
  .play-img {
    margin-top: 5rem;
    margin-left: 2rem;
  }
}

.road {
  background-color: #fff;
  color: #000000;
  padding: 7rem 0;
}
.road-left img {
  height: 100%;
}
.road-right {
  margin-left: 3rem;
}
.road-year {
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  margin-top: -2rem;
  color: #2f2e41;
}
.road-container {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
.road-img {
  width: 65%;
  object-fit: contain;
}
.road-bottom {
  margin-left: 3rem;
}
.road-content {
  border-left: 2px solid #7568a7;
}
.road-item {
  position: relative;
}
.road-item:not(:last-child) {
  margin-bottom: 10rem;
}
.road-item::before {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 1rem;
  border: solid 3px #000000;
  background-color: #ffffff;
  transform: translateX(-50%);
  z-index: 5;
  margin-left: -1px;
}
.road-item-title {
  line-height: 1.5;
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
}
.road-item-desc {
  line-height: 1.5;
  font-size: 1.6rem;
  color: #b1aebf;
}
.road-item-desc:not(:last-child) {
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 1023px) {
  .road {
    background-color: white;
    color: black;
    padding: 5rem 0;
  }
  .road-item:not(:last-child) {
    margin-bottom: 7rem;
  }
  .road-container {
    flex-direction: column-reverse;
  }
  .road-year {
    font-size: 3.2rem;
  }
  .road-img {
    width: 100%;
  }
  .road-bottom {
    width: 100%;
    margin: 0 0 4rem;
  }
  .road-footer {
    color: #2f2e41;
    font-size: 3.2rem;
    font-weight: 500;
    text-align: center;
    margin-top: 2rem;
  }
}
.pd-left-lg {
  padding-left: 15%;
}

.pd-left-sm {
  padding-left: 10%;
}

@media screen and (min-width: 1024px) {
  #road-mobile {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  #road-pc {
    display: none;
  }
}

.footer {
  background-color: #1a1e29;
  padding: 5rem 0 4.7rem;
}
.footer-container {
  max-width: 1230px;
  margin: 0 auto;
  color: white;
  padding: 0 1.5rem;
}
.footer-title {
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
}
.footer-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 3rem 0 3rem -1rem;
}
.footer-icon-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 5rem 0 1.5rem;
}
.footer-item {
  max-width: 18.8rem;
  background-color: white;
  height: 6.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 0 1.2rem;
  border-radius: 5px;
  margin-left: 1rem;
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  font-size: 1.4rem;
}
.footer-bottom-img {
  max-width: 15.5rem;
  margin: 0 3.9rem 0 1rem;
}
.footer-caption {
  font-weight: 500;
}
.footer-bottom-desc {
  color: rgba(255, 255, 255, 0.8);
}
.footer-bottom-left {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1023px) {
  .footer {
    padding-top: 5rem;
  }
  .footer-item {
    margin-top: 2rem;
  }
  .footer-list {
    margin: 2rem 0 -2rem -1rem;
  }
  .footer-icon-list {
    margin: 4rem 0 -2rem;
  }
  .footer-title {
    font-size: 3rem;
  }
  .footer-sub-title {
    margin-top: 5rem;
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-item {
    max-width: calc(50% - 1rem);
  }
  .footer-bottom {
    flex-direction: column;
  }
  .footer-bottom-img {
    margin-right: 0;
  }
  .footer-bottom-desc {
    margin-top: 3rem;
    font-size: 1.2rem;
  }
}

/*# sourceMappingURL=style.css.map */
