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, 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;
  vertical-align: baseline;
}

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: none;
}

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

@font-face {
  font-family: "Bahnschrift";
  src: url("../../fonts/Bahnschrift/Bahnschrift.eot");
  src: url("../../fonts/Bahnschrift/Bahnschrift.eot?#iefix") format("embedded-opentype"), url("../../fonts/Bahnschrift/Bahnschrift.woff2") format("woff2"), url("../../fonts/Bahnschrift/Bahnschrift.woff") format("woff"), url("../../fonts/Bahnschrift/Bahnschrift.ttf") format("truetype"), url("../../fonts/Bahnschrift/Bahnschrift.svg#Bahnschrift") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
*, *::after, *::before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none !important;
}

body, html {
  font-size: 16px;
  font-family: "Bahnschrift";
  font-weight: 400;
  color: #000000;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.nav {
  z-index: 5;
  width: 100%;
  padding-top: 56px;
  position: absolute;
}
.nav-container {
  padding: 0 15px;
  max-width: 1640px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.nav-logo {
  width: 172px;
  height: 68px;
}
.nav-logo img {
  width: 100%;
  height: 100%;
}
.nav-items {
  display: flex;
}
.nav-items ul {
  display: flex;
}
.nav-items ul li {
  margin-right: 78px;
}
.nav-items ul li a {
  color: #000000;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 20px;
}
.nav-items-email {
  margin-left: 311px;
  display: flex;
  cursor: pointer;
}
.nav-items-email img {
  width: 22px;
  height: 16px;
}
.nav-items-email img:nth-child(2) {
  display: none;
}
.nav-items-email a {
  text-decoration: none;
  color: #FFFFFF;
  padding-left: 2.7px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 20px;
}
.nav .hamburger {
  display: none;
  z-index: 10;
  padding: 0;
}
.nav .hamburger-inner {
  border-radius: 0;
}
.nav .hamburger-inner::before {
  border-radius: 0;
}
.nav .hamburger-inner::after {
  border-radius: 0;
}
.nav .hamburger.is-active {
  position: fixed;
  right: 15px;
}

@media screen and (max-width: 1024px) {
  .nav-items-email {
    margin-left: 80px;
  }
}
@media screen and (max-width: 768px) {
  .nav {
    position: absolute;
  }
  .nav-items {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background-color: #FFFFFF;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    transition: 300ms ease;
  }
  .nav-items ul {
    flex-direction: column;
  }
  .nav-items ul li {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }
  .nav-items ul li a {
    color: #000000;
    text-decoration: none;
    font-size: 22px;
    font-weight: 700;
    line-height: 20px;
  }
  .nav-items-email {
    margin: 0;
  }
  .nav-items-email a {
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .nav-items-email img {
    margin-right: 8px;
  }
  .nav-items-email img:nth-child(1) {
    display: none;
  }
  .nav-items-email img:nth-child(2) {
    display: inline-block;
  }
  .nav-items.active {
    left: 0;
  }
  .nav .hamburger {
    display: block;
  }
}
.banner {
  z-index: 1;
  width: 100%;
  height: 87.963vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.banner-content {
  height: 100%;
  padding: 0 15px;
  max-width: 1640px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 9.907vh;
}
.banner-content a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 23px 44px 23px 31px;
  font-size: 1rem;
  line-height: 22px;
  background-color: #000000;
  text-decoration: none;
  width: 269px;
  color: #FFFFFF;
  transition: 300ms;
  position: relative;
}
.banner-content a img {
  position: absolute;
  right: 23px;
  transition: 300ms;
}
.banner-content a img:nth-child(1) {
  opacity: 1;
}
.banner-content a img:nth-child(2) {
  opacity: 0;
}
.banner-content a:hover {
  background-color: #FFFFFF;
  color: #000000;
}
.banner-content a:hover img:nth-child(1) {
  opacity: 0;
}
.banner-content a:hover img:nth-child(2) {
  opacity: 1;
}
.banner-content h1 {
  color: #FFFFFF;
  margin-top: 36px;
  width: 100%;
  max-width: 1000px;
  font-weight: 700;
  font-size: 6.875rem;
  line-height: 105px;
}

@media screen and (max-width: 768px) {
  .banner-content {
    padding-top: 44vh;
  }
  .banner h1 {
    font-size: 4.875rem;
    line-height: 85px;
  }
}
@media screen and (max-width: 540px) {
  .banner-content {
    padding-top: 44vh;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .banner h1 {
    font-size: 3.575rem;
    line-height: 60px;
  }
}
@media screen and (max-width: 375px) {
  .banner h1 {
    font-size: 3.075rem;
    line-height: 50px;
  }
}
@media screen and (max-width: 320px) {
  .banner h1 {
    font-size: 2.575rem;
  }
}
.about {
  width: 100%;
  background-color: #000000;
  padding-bottom: 200px;
  position: relative;
}
.about-container {
  padding: 0 15px;
  width: 100%;
  max-width: 1088px;
  margin: 0 auto;
  display: flex;
  padding-top: 87px;
}
.about-column {
  color: #FFFFFF;
}
.about-column.title {
  width: 25.27%;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}
.about-column.title sup {
  font-size: 16px;
}
.about-column.description {
  width: calc(100% - 25.27%);
  font-size: 15px;
  line-height: 27px;
  font-weight: 600;
}
.about-column.description p {
  margin-bottom: 30px;
}
.about-column.iframes {
  display: flex;
}
.about-column.iframes-item {
  margin-right: 16px;
  width: calc(50% - 8px);
}
.about-column.iframes-item p {
  font-weight: 600;
}
.about-column.iframes-item:nth-last-child(1) {
  margin-right: 0px;
}
.about-column.iframes iframe {
  height: 100%;
  max-height: 210px;
  width: 100%;
  border-radius: 3px;
}
.about-slider {
  width: 100vw;
  height: 224px;
  display: flex;
  position: absolute;
}
.about-slider-box {
  position: absolute;
  overflow: hidden;
  width: 100%;
  bottom: -40%;
  transform: translateY(-70%);
}
.about-slider-item {
  height: 224px !important;
  margin-right: 16px;
  transition: 300ms;
  border-radius: 3px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-slider-item:nth-child(1) {
  width: 29.323vw;
}
.about-slider-item:nth-child(2) {
  width: 20.729vw;
}
.about-slider-item:nth-child(3) {
  width: 42.292vw;
}
.about-slider-item:first-child {
  margin-left: -25px;
}
.about-slider-item:hover {
  transform: scale(1.02);
}

@media screen and (max-width: 1024px) {
  .about {
    padding-bottom: 150px;
  }
  .about-slider {
    padding: 0 15px;
  }
  .about-slider-item:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .about-slider-box {
    position: absolute;
    overflow: hidden;
    width: 100%;
    bottom: -20%;
    transform: translateY(-50%);
  }
  .about-slider-item {
    margin-right: 0px;
  }
}
@media screen and (max-width: 540px) {
  .about {
    padding-bottom: 150px;
  }
  .about-container {
    width: 100%;
    max-width: 1088px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-top: 87px;
  }
  .about-column {
    color: #FFFFFF;
  }
  .about-column.title {
    width: 100%;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 25px;
  }
  .about-column.title sup {
    font-size: 16px;
  }
  .about-column.description {
    width: 100%;
    font-size: 15px;
    line-height: 27px;
  }
  .about-column.description p {
    margin-bottom: 30px;
  }
  .about-slider-box {
    bottom: -18%;
  }
}
@media screen and (max-width: 375px) {
  .about-slider-box {
    bottom: -16%;
  }
}
@media screen and (max-width: 1025px) {
  .about-column.iframes-item iframe {
    max-height: 174px;
  }
}
@media screen and (max-width: 768px) {
  .about-column.iframes {
    flex-direction: column;
  }

  .about-column.iframes-item {
    width: 100%;
  }

  .about-column.iframes-item iframe {
    max-height: 250px;
    height: 250px;
  }
}
@media screen and (max-width: 400px) {
  .about-column.iframes {
    flex-direction: column;
  }

  .about-column.iframes-item {
    width: 100%;
  }

  .about-column.iframes-item iframe {
    max-height: 250px;
    height: 164px;
  }
}
.invest {
  margin-top: 217px;
  width: 100%;
  color: #000000;
}
.invest-title {
  padding-left: calc(150px + 6.458vw);
  flex-direction: column;
  margin-bottom: 74px;
}
.invest-container {
  padding: 0 15px;
  max-width: 1088px;
  margin: 0 auto;
  position: relative;
}
.invest-container h4 {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 30px;
}
.invest-container p {
  font-size: 0.938rem;
  line-height: 27px;
  font-weight: 600;
  opacity: 20%;
}
.invest-container.expanded {
  padding: 0 15px;
  max-width: 1640px;
  display: flex;
}
.invest-container .tab-option {
  width: 152px;
  height: 338px;
  background-color: #F8F1F1;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 23px 20px 25px 20px;
  font-size: 1.125rem;
  line-height: 26px;
  font-weight: 700;
  color: #000000;
  transition: 300ms;
  cursor: pointer;
  font-family: "Bahnschrift";
}
.invest-container .tab-option-list {
  display: flex;
  flex-direction: column;
  margin-top: 9px;
}
.invest-container .tab-option img {
  display: none;
}
.invest-container .tab-option.active {
  background-color: #000000;
  color: #FFFFFF;
}
.invest-container .tab-option.active img {
  display: block;
}
.invest-container .tab-content {
  display: flex;
  flex-wrap: wrap;
}
.invest-container .tab-content-list {
  margin-left: 6.458vw;
}
.invest-container .tab-content-list h2 {
  width: 100%;
  font-size: 3.125rem;
  margin-bottom: 36px;
  font-weight: 700;
}
.invest-container .tab-content-item {
  width: calc(33.33% - 10.66px);
  margin-right: 16px;
  transition: 300ms;
}
.invest-container .tab-content-item-head {
  width: 100%;
  margin-bottom: 22px;
  border-radius: 3px;
}
.invest-container .tab-content-item-head img {
  border-radius: 3px;
  width: 100%;
}
.invest-container .tab-content-item-body h4 {
  font-size: 1.125rem;
  line-height: 26px;
  font-weight: 700;
  color: #000000;
}
.invest-container .tab-content-item-body p {
  font-size: 0.875rem;
  color: #D5D5D5;
  line-height: 20px;
  font-weight: 700;
  opacity: 1;
}
.invest-container .tab-content-item-body p:nth-child(3) {
  font-weight: 600;
  color: #828282;
  margin-top: 24px;
  margin-bottom: 43px;
}
.invest-container .tab-content-item:nth-child(3n+1) {
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  .invest-title {
    padding-left: 0;
    margin-bottom: 30px;
  }
  .invest-container.expanded {
    flex-direction: column;
  }
  .invest-container .tab-option {
    height: unset;
    width: 338px;
    flex-direction: row;
    margin-bottom: 30px;
  }
  .invest-container .tab-option-list {
    display: flex;
    flex-direction: row;
    margin-top: 9px;
  }
  .invest-container .tab-content-list {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .invest .tab-option {
    width: 50%;
  }
  .invest .tab-content-list {
    margin-left: 0;
  }
  .invest .tab-content-item {
    width: calc(50% - 10.66px);
  }
  .invest .tab-content-item:nth-child(3n+1) {
    margin-right: 16px;
  }
  .invest .tab-content-item:nth-child(2n+1) {
    margin-right: 0;
  }
}
@media screen and (max-width: 540px) {
  .invest-title {
    text-align: center;
  }
  .invest .tab-option {
    margin-bottom: 10px;
    width: 100%;
  }
  .invest .tab-option-list {
    display: flex;
    flex-direction: column;
  }
  .invest .tab-content-list {
    margin-left: 0;
  }
  .invest .tab-content-list h2 {
    margin-top: 20px;
    text-align: center;
  }
  .invest .tab-content-item {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .invest .tab-content-item:nth-child(3n+1) {
    margin-right: 0;
  }
  .invest .tab-content-item:nth-child(2n+1) {
    margin-right: 0;
  }
}
.square {
  position: absolute;
  width: 100%;
  height: 2099px;
  top: 71.6vh;
  overflow: hidden;
}
.square img {
  width: 1920px;
  height: 2099px;
  position: absolute;
  left: 53%;
}

@media screen and (max-width: 768px) {
  .square img {
    left: 73%;
  }
}
@media screen and (max-width: 540px) {
  .square img {
    left: 63%;
  }
}
.footer {
  width: 100%;
  margin-top: 490px;
  padding-bottom: 111px;
  background-color: #000000;
  position: relative;
}
.footer-banner {
  position: absolute;
  top: -345px;
  left: 0;
  width: 100%;
  min-width: 1798px;
  height: 690px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.footer-banner-content {
  padding: 0 15px;
  width: 100%;
  max-width: 1088px;
  top: -345px;
  height: 690px;
  z-index: 2;
  position: absolute;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer-banner-content a {
  width: 269px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  padding: 22px 44px 22px 31px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 22px;
  color: #FFFFFF;
  background-color: #000000;
  position: relative;
  transition: 300ms;
  cursor: pointer;
}
.footer-banner-content a img {
  position: absolute;
  right: 23px;
  transition: 300ms;
}
.footer-banner-content a img:nth-child(1) {
  opacity: 1;
}
.footer-banner-content a img:nth-child(2) {
  opacity: 0;
}
.footer-banner-content a:hover {
  background-color: #FFFFFF;
  color: #000000;
}
.footer-banner-content a:hover img:nth-child(1) {
  opacity: 0;
}
.footer-banner-content a:hover img:nth-child(2) {
  opacity: 1;
}
.footer-banner-content h2 {
  margin-top: 51px;
  font-size: 4.375rem;
  color: #FFFFFF;
  font-weight: 700;
}
.footer-container {
  padding: 0 15px;
  padding-top: 416px;
  width: 100%;
  max-width: 1088px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  color: #FFFFFF;
}
.footer-container-expanded {
  display: flex;
  justify-content: center;
  position: relative;
  max-width: 1640px;
  margin: 0 auto;
}
.footer-info {
  width: 400px;
}
.footer-info-logo {
  width: 88px;
  margin-bottom: 70px;
}
.footer-info-logo img {
  width: 100%;
}
.footer-info ul li {
  margin-bottom: 35px;
}
.footer-info ul li p {
  font-weight: 600;
  font-size: 13px;
  line-height: 24px;
}
.footer-info ul li:nth-last-child(1) {
  margin-bottom: 0px;
}
.footer-contact {
  width: 536px;
}
.footer-contact h4 {
  width: 100%;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 70px;
}
.footer-contact form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-family: "Bahnschrift";
}
.footer-contact form input {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 13px;
  line-height: 24px;
  width: 260px;
  margin-bottom: 35px;
  font-weight: 600;
  background-color: transparent;
  color: #FFFFFF;
  font-family: "Bahnschrift";
}
.footer-contact form input.no-correct {
  border-bottom: 1px solid red;
}
.footer-contact form textarea {
  color: #FFFFFF;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 13px;
  line-height: 24px;
  width: 100%;
  margin-bottom: 42px;
  font-weight: 600;
  font-family: "Bahnschrift";
  background-color: transparent;
}
.footer-contact form button {
  font-family: "Bahnschrift";
  background-color: #FFFFFF;
  color: #000000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  width: 269px;
  padding: 22px 44px 22px 31px;
  font-weight: 700;
  font-size: 1rem;
  line-height: 22px;
  position: relative;
  transition: 300ms;
  cursor: pointer;
}
.footer-contact form button img {
  position: absolute;
  right: 23px;
  transition: 300ms;
}
.footer-contact form button img:nth-child(1) {
  opacity: 1;
}
.footer-contact form button img:nth-child(2) {
  opacity: 0;
}
.footer-contact form button:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
}
.footer-contact form button:hover img:nth-child(1) {
  opacity: 0;
}
.footer-contact form button:hover img:nth-child(2) {
  opacity: 1;
}

@media screen and (max-width: 1600px) {
  .footer-banner {
    min-width: unset;
  }
}
@media screen and (max-width: 990px) {
  .footer-banner {
    top: -245px;
    height: 590px;
  }
  .footer-banner-content {
    top: -245px;
    height: 590px;
  }
  .footer-contact form input {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .footer-banner {
    top: -145px;
    height: 490px;
  }
  .footer-banner-content {
    top: -145px;
    height: 490px;
  }
  .footer-banner-content h2 {
    font-size: 3.575rem;
  }
  .footer-container {
    flex-direction: column;
  }
  .footer-info {
    width: 100%;
  }
  .footer-contact {
    width: 100%;
  }
  .footer-contact form input {
    width: 49%;
  }
}
@media screen and (max-width: 540px) {
  .footer-banner-content {
    text-align: center;
  }
  .footer-banner-content a {
    margin: 0 auto;
  }
  .footer-banner-content h2 {
    font-size: 3.075rem;
  }
  .footer-container {
    text-align: center;
    flex-direction: column;
  }
  .footer-info {
    width: 100%;
  }
  .footer-info-logo {
    margin: 0 auto;
  }
  .footer-contact {
    width: 100%;
  }
  .footer-contact form input {
    width: 100%;
  }
}
@media screen and (max-width: 425px) {
  .footer-contact form button {
    width: 100%;
  }
}

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