/*General style*/
body {
  overflow: hidden;
  color: white;
}

header .active {
  display: none;
}

.max-width {
  padding: 0 13.5%;
}

#fullpage {
  display: block;
  transition: 0.8s;
}

#section1 .aniFadeIn, #section1 .aniFadeInLeft, #section1 .aniFadeInRight, #section1 .aniFadeInUp, #section1 .aniFadeInDown {
  opacity: 0;
}

.aniFade.visible, .aniFadeInLeft.visible, .aniFadeInRight.visible, .aniFadeInUp.visible, .aniFadeInDown.visible {
  opacity: 1;
}

.section {
  background-color: rgb(10, 10, 10);
  overflow: hidden;
}
.section .main-title {
  font-size: 5rem;
  font-weight: 900;
  line-height: 7rem;
}
.section .main-description {
  font-size: 3rem;
  font-weight: 400;
  line-height: 4.2rem;
  letter-spacing: -1.5px;
}

.main-video::-webkit-media-controls {
  display: none !important;
}

#section1 {
  position: relative;
  height: 100vh;
  /*background-image: url("../img/main/top_bg3.jpg");*/
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 111;
}
#section1 #main-video {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-color: black;
  /* in case the video doesn't fit the whole page*/
  /*background-image: url("../img/main/top_bg3.jpg");*/
  background-position: center center;
  /*background-size: contain;*/
  -o-object-fit: cover;
     object-fit: cover;
  /*cover video background */
  z-index: 3;
}
#section1 .top-text {
  z-index: 9999;
}
#section1 .top-text p {
  font-family: SUIT, sans-serif;
  color: #fff;
  font-size: 6rem;
  font-weight: 800;
  letter-spacing: -2px;
  text-align: center;
  margin-bottom: 0;
}
#section1 .section-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}
#section1 .top-box {
  height: 100%;
}

.contact-us {
  display: block;
  width: 142px;
  height: 45px;
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  text-align: center;
  padding: 10px 16px;
  color: white;
  font-family: SUIT, sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-top: 50px;
}
.contact-us .arrow-box {
  line-height: 25px;
}
.contact-us img {
  width: 24px;
  height: 24px;
}
.contact-us:hover {
  color: #fff;
}

.contact-us:hover img {
  -webkit-animation: moveRightLeft 1.5s infinite ease-in-out;
          animation: moveRightLeft 1.5s infinite ease-in-out;
}

.scroll-down {
  z-index: 9999;
  width: 23px;
  position: absolute;
  bottom: 62px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.scroll-down .mouse {
  display: inline-block;
  position: relative;
  width: 22px;
  height: 36px;
  border: 2px solid white;
  border-radius: 999px;
  margin-top: 10px;
  z-index: 9999;
}
.scroll-down .mouse-dot {
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: white;
  border-radius: 999px;
  top: 8px;
  left: 7px;
  -webkit-animation-name: dot-down;
          animation-name: dot-down;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.scroll-text-effect {
  position: absolute;
  top: 0;
  height: 0;
  width: 100%;
  overflow: hidden;
  -webkit-animation-name: scroll-text-fill;
          animation-name: scroll-text-fill;
  -webkit-animation-duration: 2.4s;
          animation-duration: 2.4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.scroll-text {
  opacity: 0.5;
}

/* project */
#section2 {
  position: relative;
  z-index: 222;
}
#section2 .max-width {
  padding-right: 0;
}
#section2 .section-inner {
  text-align: center;
}

.project-slider {
  margin-top: 60px;
  width: 100%;
  height: 500px;
}
.project-slider .slick-active {
  opacity: 1;
  pointer-events: auto;
}

.slick-track {
  height: 500px;
}

.slick-slide {
  position: relative;
  min-width: 280px;
  width: 600px;
  height: 400px;
  background-color: rgb(18, 18, 18);
  opacity: 0.4;
  transition: opacity 0.6s;
}
.slick-slide h3 {
  font-weight: 800;
  font-size: 3rem;
  line-height: 42px;
}
.slick-slide p {
  font-weight: 400;
  font-size: 2rem;
  line-height: 28px;
}
.slick-slide .thumbnail {
  width: 247px;
  height: 247px;
  border-radius: 24px 24px 0 0;
}
.slick-slide .icon {
  position: absolute;
  vertical-align: center;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
}
.slick-slide .icon img {
  width: 70px;
  height: 70px;
}

.slide-item {
  pointer-events: none;
  display: block;
  padding-top: 2.4rem;
  margin: 0 80px;
}
.slide-item .thumbnail {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.arrow-box {
  position: absolute;
  display: flex !important;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 60px;
  height: 60px;
  background-color: rgb(18, 18, 18);
  border-radius: 50%;
}
.arrow-box img {
  width: 30px;
  height: 30px;
}

.prev {
  z-index: 12;
  left: 29%;
  top: 35%;
}

.next {
  right: 29%;
  top: 35%;
}

.custom-dots-class li {
  display: inline-block;
}
.custom-dots-class div {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.2);
  width: 8px;
  height: 8px;
  margin: 0 4px;
  border-radius: 50%;
}
.custom-dots-class .slick-active div {
  background-color: white;
}

/* Business */
#section3 {
  background-color: #0A0A0A;
  position: relative;
}
#section3 .bg-img {
  background-image: url("/img/main/main_business_bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: hard-light;
  opacity: 0.3;
}
#section3 .section-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
}

html[lang=en] .business-items .item {
  padding: 33px;
}

.business-items {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.business-items .item {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  max-width: 420px;
  height: 530px;
  padding: 50px;
  text-align: left;
  background-color: #121212;
}
.business-items .item img {
  width: 120px;
  height: 120px;
  margin-bottom: 30px;
}
.business-items .item .td-box {
  height: 138px;
}
.business-items .item h3 {
  font-weight: 800;
  font-size: 3rem;
  margin-bottom: 20px;
  letter-spacing: -1.5px;
}
.business-items .item p, .business-items .item li {
  font-weight: 400;
  font-size: 1.8rem;
  letter-spacing: -0.7px;
}
.business-items .item li {
  position: relative;
  border-top: 1px solid #252525;
  padding: 8px 14px;
}
.business-items .item li::before {
  content: url("/img/common/dot.svg");
  position: absolute;
  left: 0;
  top: 5px;
}
.business-items .item li:last-child {
  border-bottom: 1px solid #252525;
}
.business-items .item:nth-child(2) {
  margin: 0 60px;
}

#section4 .section-inner {
  text-align: center;
}

.client-box {
  margin-top: 60px;
  background-color: rgb(18, 18, 18);
}

.client-box img {
  width: 200px;
  height: 100px;
}

.community-inner {
  position: relative;
  display: inline-block;
  width: 33%;
  min-width: 220px;
}
.community-inner:nth-child(2) {
  margin: 0 4em;
}
.community-inner h3 {
  font-size: 26px;
  font-weight: 700;
  line-height: 39px;
  text-align: left;
  padding-bottom: 17px;
  margin: 0;
}

.notice h3 {
  border-bottom: 2px solid #000;
}

.banner-slider {
  position: relative;
  width: 100%;
  height: 80px;
  margin: 50px auto 0 auto;
  overflow: hidden;
}
.banner-slider ul {
  height: 80px;
  margin: auto;
}
.banner-slider .slick-list {
  width: calc(100% - 100px);
  margin: auto;
}
.banner-slider ul li {
  float: left;
  height: 80px;
  margin-right: 10px;
  text-align: center;
}
.banner-slider ul li img {
  height: 100%;
}

.right-bg {
  display: none;
}

@media (max-width: 1800px) {
  .prev {
    left: 28%;
  }
  .next {
    right: 28%;
  }
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .max-width {
    padding: 0 9%;
  }
}
@media (max-width: 1400px) {
  .max-width {
    padding: 0 40px;
  }
}
@media (max-width: 1220px) {
  #section2 .right-bg {
    width: 800px;
  }
  .main-title h2 {
    font-size: 50px;
    line-height: 50px;
  }
  .main-title h2 em {
    font-size: 28px;
    line-height: 40px;
  }
  .main-summary {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .max-width {
    padding: 0 20px;
  }
  #section2 .section-inner {
    padding: 80px 0;
  }
  .slide-item {
    margin: 0 10px;
  }
  .arrow-box {
    display: none !important;
  }
  .business-items {
    display: flex;
    flex-direction: column;
  }
  .business-items .item {
    max-width: 100%;
    height: 264px;
    margin: 0 0 20px 0;
    padding: 20px;
  }
  .business-items .item h3 {
    margin-bottom: 8px;
  }
  .business-items .item:nth-child(2) {
    margin: 0 0 20px 0;
  }
  .business-items .item:last-child {
    margin: 0 0 5px 0;
  }
  .business-items .item-content {
    height: 96px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .business-items .item-content img {
    width: 70px;
    height: 70px;
    margin-bottom: 0;
  }
  .business-items .item-content .td-box {
    height: 96px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .business-items .td-box {
    margin-left: 20px;
  }
  #section4 .section-inner {
    margin: 80px 0;
  }
  .client-box img {
    width: 152px;
    height: 78px;
  }
}
@media (max-width: 768px) {
  .scroll-down {
    display: none;
  }
  #section2 .thumbnail {
    width: 200px;
    height: 200px;
  }
  #section2 .slide-item {
    width: 80vw;
    height: 322px;
  }
  #section2 .slide-item .icon {
    bottom: -25px;
  }
  #section2 .slide-item .icon img {
    width: 50px;
    height: 50px;
  }
  #section2 .slick-track,
#section2 .project-slider {
    height: 370px;
  }
  .slick-slide h3 {
    font-size: 20px;
  }
  .slick-slide p {
    font-size: 16px;
    line-height: 22.4px;
  }
  #section3 .bg-img {
    background-size: cover;
    background-position: center;
  }
  .business-items .item h3 {
    font-size: 20px;
  }
  .business-items .item p, .business-items .item li {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  #section1 .top-text p {
    font-size: 28px;
  }
}
/* english */
.en .feature-wrap dl {
  text-align: left;
  padding-top: 180px;
}
.en .feature-wrap dl dt {
  font-size: 18px;
  letter-spacing: -0.05em;
  text-align: left;
}
.en .feature-wrap dl dd {
  font-size: 14px;
  margin-top: 5px;
  line-height: 17px;
  text-align: left;
}
.en .feature-slider li.slider-slide dl {
  text-align: left;
  padding-top: 240px;
}
.en .feature-slider li.slider-slide dl dt {
  font-size: 19px;
  text-align: left;
}
.en .feature-slider li.slider-slide dl dd {
  margin-top: 7px;
  line-height: 18px;
  text-align: left;
}

@media (max-width: 1100px) {
  .en .community-inner.guidelines h3 {
    font-size: 22px;
    letter-spacing: -0.05em;
  }
}
@media (max-width: 900px) {
  .en .feature-wrap dl {
    text-align: left;
    padding-top: 180px;
  }
  .en .feature-wrap dl dt {
    letter-spacing: -0.05em;
    text-align: left;
  }
  .en .feature-wrap dl dd {
    margin-top: 5px;
    line-height: 17px;
    text-align: left;
  }
  .en .community-inner.guidelines h3 {
    font-size: 20px;
    letter-spacing: -0.05em;
  }
  .en .community-inner dl dd {
    line-height: 19px;
  }
}
@media (max-width: 768px) {
  .en .community-inner.guidelines h3 {
    font-size: 23px;
    letter-spacing: 0;
  }
  .en .notice ul li a {
    font-size: 16px;
  }
}
