section {
  /* max-width: 1920px; */
  width: 100%;
  margin: 0 auto;
  position: relative;
}
section.visual_canvas {
  overflow: hidden;
  height: 100%;
  background: #272727;
}
section.visual_canvas .box {
  background: #000;
  width: 65%;
  height: 50%;
  max-width: 1150px;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
section.visual_canvas .mobile_touch_move {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 11;
}
section.visual_canvas canvas {
  position: absolute;
  top: 0px;
  z-index: 1;
}
section.visual_canvas .textarea {
  width: 65%;
  height: 50%;
  max-width: 1150px;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 2;
}
section.visual_canvas .textarea .des {
  position: absolute;
  right: 64%;
  top: 50%;
  margin-right: -40px;
  margin-top: 70px;
  font-size: 25px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 200;
  letter-spacing: -0.04em;
  line-height: 1.4;
  width: 600px;
}

section.visual_canvas .textarea .des .eng-top {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0em;
  display: block;
  /* font-size: 35px;
  left: -12%; */
  margin-top: 3%;
}

section.visual_canvas .textarea .des .eng {
  color: #fff;
  display: block;
  letter-spacing: 0em;
  font-weight: 500;
}
section.visual_canvas .textarea .t1 {
  position: absolute;
  text-align: right;
  top: 50%;
  margin-top: -200px;
  right: 67%;
  width: 1000px;
}
section.visual_canvas .textarea .t2 {
  position: absolute;
  left: 33%;
  top: 50%;
  margin-top: -100px;
  width: 1000px;
  text-align: left;
}
section.visual_canvas .textarea>div>div {
  display: inline-block;
  position: relative;
}
section.visual_canvas .textarea span {
  display: inline-block;
  font-family: "Play";
  font-size: 300px;
  color: #fff;
  font-weight: 300;
  letter-spacing: -0.03em;
  opacity: 0;
  transform: perspective(500px) rotateY(90deg) translateX(20px);
}
section.visual_canvas.active .textarea span {
  opacity: 1;
  transform: perspective(500px) rotateY(0deg) translateX(0px);
}
section.visual_canvas.active .textarea span.f1 {
  transition: transform 1s ease .0s, opacity 1s ease .0s;
}
section.visual_canvas.active .textarea span.f2 {
  transition: transform 1s ease .2s, opacity 1s ease .2s;
}
section.visual_canvas.active .textarea span.f3 {
  transition: transform 1s ease .4s, opacity 1s ease .4s;
}
section.visual_canvas.active .textarea span.f4 {
  transition: transform 1s ease .6s, opacity 1s ease .6s;
}
section.visual_canvas.active .textarea span.f5 {
  transition: transform 1s ease .0s, opacity 1s ease .2s;
}
section.visual_canvas.active .textarea span.f6 {
  transition: transform 1s ease .2s, opacity 1s ease .4s;
}
section.visual_canvas.active .textarea span.f7 {
  transition: transform 1s ease .4s, opacity 1s ease .6s;
}
section.visual_canvas.active .textarea span.f8 {
  transition: transform 1s ease .6s, opacity 1s ease .8s;
}
section.visual_canvas.active .textarea span.f9 {
  transition: transform 1s ease .8s, opacity 1s ease .8s;
}
section.visual_canvas .textarea span.purple {
  color: #8b5dff;
}
section.visual_canvas .arrow {
  position: absolute;
  display: inline-block;
  bottom: 40px;
  left: calc(50% - 6px);
  width: 12px;
  height: 7px;
  background: url('../images/arrow1.png');
  opacity: 0;
  animation: scroll_direction 2s ease infinite;
}
section.visual_canvas .arrow i {
  width: 2px;
  height: 100px;
  background: linear-gradient(180deg, rgba(160, 122, 255, 0) 0%, rgba(160, 122, 255) 100%);
  bottom: 2px;
  position: absolute;
  left: 5px;
  animation: scroll_line 2s ease infinite;
}
section.about_services {
  display: grid;
  grid-template-columns: 1fr 1fr;
  vertical-align: top;
  font-size: 0;
}
section.about_services .about {
  text-align: center;
  background: #ececec;
  padding: 10% 13%;
  box-sizing: border-box;
}
section.about_services .services {
  text-align: center;
  background: #573b9c;
  padding: 10% 2%;
  box-sizing: border-box;
}
section.about_services h4.title {
  font-size: 42px;
  padding-bottom: 20px;
  margin-bottom: 6%;
  position: relative;
}
section.about_services h4.title:after {
  width: 60px;
  height: 2px;
  background: #222;
  position: absolute;
  left: calc(50% - 30px);
  bottom: 0px;
  content: "";
}
section.about_services .services h4.title {
  color: rgba(255, 255, 255, 0.5);
}
section.about_services .services h4.title:after {
  background: rgba(255, 255, 255, 0.35);
}
section.about_services p {
  font-size: 21px;
  padding-top: 6%;
  line-height: 40px;
  font-weight: 300;
  color: #888;
}
section.about_services ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
section.about_services ul li {
  text-align: center;
}
section.about_services ul li .brand_img {
  width: 180px;
  height: 180px;
  display: inline-block;
}
section.about_services ul li .brand_img.icon1 {
  background: url('../images/services_icon1.png') center center / cover;
}
section.about_services ul li .brand_img.icon2 {
  background: url('../images/services_icon2.png') center center / cover;
}
section.about_services ul li .brand_img.icon3 {
  background: url('../images/services_icon3.png') center center / cover;
}
section.about_services ul li h5 {
  font-size: 28px;
  color: #fff;
  width: 80%;
  padding-bottom: 20px;
  margin: 0px 10%;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
section.about_services ul li p {
  padding-top: 30px;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.3);
}
section.business {
  padding-top: 50px;
  padding-bottom: 50px;
}
section.business .item {
  max-width: 1920px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  vertical-align: top;
  font-size: 0;
  padding: 20px 0px;
}
section.business .item .img.type1 {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-right: 5vmin;
  text-align: right;
}
section.business .item .img.type2 {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-left: 5vmin;
  text-align: left;
}
section.business .item .img.type1 div {
  display: inline-block;
  width: 27vw;
  height: 40vw;
  max-width: 507px;
  max-height: 745px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  background: url('../images/business_img1.png');
  background-size: cover;
}
section.business .item .img.type2 div {
  width: 40vw;
  height: 27vw;
  max-width: 745px;
  max-height: 507px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  background: url('../images/business_img2.png');
  background-size: cover;
}
section.business .item .img.type3 {
  padding: 100px 0px;
}
section.business .item .img.type3 div {
  width: 80vw;
  height: 22vw;
  max-width: 1460px;
  max-height: 400px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url('../images/business_img3.png');
  background-size: cover;
}
section.business .item .textbox span {
  top: 50%;
  display: block;
  transform: translateY(-50%);
  position: relative;
}
section.business .item .textbox.left {
  text-align: left;
}
section.business .item .textbox.right {
  text-align: right;
}
section.business .item .textbox.center {
  text-align: center;
}
section.business .item .textbox h6 {
  display: inline-block;
  color: #a07aff;
  border: 4px solid #a07aff;
  font-size: 24px;
  line-height: 24px;
  padding: 7px 30px;
}
section.business .item .textbox h3 {
  padding-top: 30px;
  font-size: 46px;
  line-height: 54px;
  letter-spacing: -0.02em;
}
section.business .item .textbox p {
  padding-top: 40px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 200;
  letter-spacing: -0.05em;
}
section.business .item .i1 {
  grid-area: 1 / 1 / 2 / 2;
}
section.business .item .i2 {
  grid-area: 1 / 2 / 2 / 3;
}
section.business .item .i3 {
  grid-area: 2 / 1 / 3 / 2;
}
section.business .item .i4 {
  grid-area: 2 / 2 / 3 / 3;
}
section.business .item .i5 {
  grid-area: 3 / 1 / 4 / 3;
}
section.business .item .i6 {
  grid-area: 4 / 1 / 5 / 3;
}
section.partners {
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  background-color: #1f2024;
  padding: 5% 5%;
}
section.partners .items {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  font-size: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1.5fr 1.5fr 1fr 1fr 1fr 1fr;
  grid-template-rows: repeat(5, 1.2fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
section.partners .items .brand {
  opacity: 0;
}
section.partners.sc-event .items .brand {
  transition-duration: 2s;
  transition-timing-function: ease;
  transition-property: opacity;
  opacity: 0.3;
}
.div1 {
  grid-area: 1 / 1 / 2 / 2;
  transition-delay: 18ms;
}
.div2 {
  grid-area: 1 / 2 / 2 / 3;
  transition-delay: 36ms;
}
.div3 {
  grid-area: 1 / 3 / 2 / 4;
  transition-delay: 39ms;
}
.div4 {
  grid-area: 1 / 4 / 2 / 5;
  transition-delay: 124ms;
}
.div5 {
  grid-area: 1 / 5 / 2 / 6;
  transition-delay: 78ms;
}
.div6 {
  grid-area: 1 / 6 / 2 / 7;
  transition-delay: 229ms;
}
.div7 {
  grid-area: 1 / 7 / 2 / 8;
  transition-delay: 37ms;
}
.div8 {
  grid-area: 1 / 8 / 2 / 9;
  transition-delay: 314ms;
}
.div9 {
  grid-area: 1 / 9 / 2 / 10;
  transition-delay: 246ms;
}
.div10 {
  grid-area: 1 / 10 / 2 / 11;
  transition-delay: 218ms;
}
.div11 {
  grid-area: 2 / 1 / 3 / 2;
  transition-delay: 336ms;
}
.div12 {
  grid-area: 2 / 2 / 3 / 3;
  transition-delay: 207ms;
}
.div13 {
  grid-area: 2 / 3 / 3 / 4;
  transition-delay: 79ms;
}
.div14 {
  grid-area: 2 / 8 / 3 / 9;
  transition-delay: 405ms;
}
.div15 {
  grid-area: 2 / 9 / 3 / 10;
  transition-delay: 685ms;
}
.div16 {
  grid-area: 2 / 10 / 3 / 11;
  transition-delay: 457ms;
}
.div17 {
  grid-area: 3 / 1 / 4 / 2;
  transition-delay: 316ms;
}
.div18 {
  grid-area: 3 / 2 / 4 / 3;
  transition-delay: 466ms;
}
.div19 {
  grid-area: 3 / 3 / 4 / 4;
  transition-delay: 280ms;
}
.div20 {
  grid-area: 3 / 8 / 4 / 9;
  transition-delay: 514ms;
}
.div21 {
  grid-area: 3 / 9 / 4 / 10;
  transition-delay: 751ms;
}
.div22 {
  grid-area: 3 / 10 / 4 / 11;
  transition-delay: 748ms;
}
.div23 {
  grid-area: 4 / 1 / 5 / 2;
  transition-delay: 187ms;
}
.div24 {
  grid-area: 4 / 2 / 5 / 3;
  transition-delay: 648ms;
}
.div25 {
  grid-area: 4 / 3 / 5 / 4;
  transition-delay: 681ms;
}
.div26 {
  grid-area: 4 / 4 / 5 / 5;
  transition-delay: 735ms;
}
.div27 {
  grid-area: 4 / 7 / 5 / 8;
  transition-delay: 42ms;
}
.div28 {
  grid-area: 4 / 8 / 5 / 9;
  transition-delay: 1304ms;
}
.div29 {
  grid-area: 4 / 9 / 5 / 10;
  transition-delay: 1129ms;
}
.div30 {
  grid-area: 4 / 10 / 5 / 11;
  transition-delay: 1224ms;
}
.div31 {
  grid-area: 5 / 1 / 6 / 2;
  transition-delay: 1179ms;
}
.div32 {
  grid-area: 5 / 2 / 6 / 3;
  transition-delay: 983ms;
}
.div33 {
  grid-area: 5 / 3 / 6 / 4;
  transition-delay: 1410ms;
}
.div34 {
  grid-area: 5 / 4 / 6 / 5;
  transition-delay: 204ms;
}
.div35 {
  grid-area: 5 / 5 / 6 / 6;
  transition-delay: 1200ms;
}
.div36 {
  grid-area: 5 / 6 / 6 / 7;
  transition-delay: 1178ms;
}
.div37 {
  grid-area: 5 / 7 / 6 / 8;
  transition-delay: 1671ms;
}
.div38 {
  grid-area: 5 / 8 / 6 / 9;
  transition-delay: 740ms;
}
.div39 {
  grid-area: 5 / 9 / 6 / 10;
  transition-delay: 711ms;
}
.div40 {
  grid-area: 5 / 10 / 6 / 11;
  transition-delay: 640ms;
}
.centerbox {
  position: relative;
  grid-area: 2 / 4 / 4 / 8;
  text-align: center;
}
.centerbox .line {
  padding: 0;
  font-size: 0;
  width: 0%;
  left: 50%;
  top: 60%;
  position: absolute;
  height: 3px;
  transform: translate(-50%, -50%) rotate(0deg);
  background: #8b5dff;
  overflow: hidden;
}
section.partners.sc-event .centerbox .line {
  transition: width 1s ease 2s, transform 1s ease 3s;
  width: 80%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.centerbox .line>div {
  opacity: 0.5;
  background: url('../images/line_bg1.jpg');
  background-size: 100% 100%;
  width: 50vw;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 50vw;
  animation: _rotate 10s linear infinite;
}
.centerbox .wrapper {
  width: 100vw;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 68%;
  transform: translate(-50%, -50%);
}
.centerbox h4 {
  opacity: 0;
  font-size: 38px;
  color: #fff;
  line-height: 1.4;
  font-weight: 600;
  vertical-align: top;
  transition: opacity 1s ease .5s
}
.centerbox h4>i {
  vertical-align: top;
  display: inline-block;
  margin-top: 5px;
  font-size: 16px;
}
.centerbox p {
  opacity: 0;
  font-size: 19px;
  color: #cbb6ff;
  line-height: 1.5;
  font-weight: 400;
  padding-top: 30px;
  vertical-align: top;
  transition: opacity 1s ease .7s
}
.centerbox span {
  opacity: 0;
  font-size: 15px;
  display: block;
  color: rgba(255, 255, 255, 0.25);
  line-height: 1.5;
  font-weight: 200;
  padding-top: 40px;
  vertical-align: top;
  transition: opacity 1s ease 1s
}
.sc-event .centerbox h4,
.sc-event .centerbox p,
.sc-event .centerbox span {
  opacity: 1;
}
section.partners .items img {
  position: relative;
  width: 3vw;
  min-width: 120px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.partners .items img {}
section.partners .items div:nth-of-type(n+11):nth-of-type(-n+32) {
  padding: 20% 0;
}
@keyframes _rotate {
  0% {
    transform: translate(-50%, -50%);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes scroll_direction {
  0% {
    bottom: 70px;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  60% {
    bottom: 43px;
    opacity: 1;
  }
  80% {
    opacity: 0;
    bottom: 40px;
  }
}
@keyframes scroll_line {
  0% {
    height: 120px;
  }
  80% {
    height: 30px;
  }
}
@media screen and (max-width: 1680px) {
  section.visual_canvas .textarea span {
    font-size: 18vw;
  }
  section.visual_canvas .textarea .t1 {
    margin-top: -13vw;
  }
  section.visual_canvas .textarea .t2 {
    margin-top: -5vw;
  }
  section.visual_canvas .textarea .des .eng-top {
    font-size: 2.6vw;
    left: -12%;
    margin-top: 3%;
  }
  section.visual_canvas .textarea .des {
    right: auto;
    left: -10%;
    margin-right: 0px;
    margin-top: 4vw;
    font-size: 1.8vw;
    line-height: 1.7;
    width: 50vw;
  }
  section.business .item .textbox h6 {
    border: 3px solid #a07aff;
    font-size: 22px;
    line-height: 22px;
    padding: 5px 25px;
  }
  section.business .item .textbox h3 {
    padding-top: 30px;
    font-size: 40px;
    line-height: 46px;
  }
  section.business .item .textbox p {
    padding-top: 30px;
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1480px) {
  section.partners .items {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: repeat(11, 100px);
  }
  section.partners .items .brand {
    grid-area: auto;
  }
  .centerbox {
    grid-area: 5/1/8/6;
  }
  .centerbox .line,
  .centerbox .wrapper {
    top: 50%;
  }
  section.partners.sc-event .centerbox .line {
    width: 600px;
  }
}
@media screen and (max-width: 1280px) {
  section.about_services p {
    font-size: 18px;
    line-height: 32px;
  }
  section.about_services ul li .brand_img {
    width: 140px;
    height: 140px;
  }
  section.about_services ul li h5 {
    font-size: 22px;
    color: #fff;
    width: 80%;
    padding-bottom: 20px;
    margin: 0px 10%;
  }
  section.about_services ul li p {
    font-size: 14px;
  }
  section.business .item .textbox h6 {
    border: 3px solid #a07aff;
    font-size: 22px;
    line-height: 22px;
    padding: 5px 25px;
  }
  section.business .item .textbox h3 {
    padding-top: 30px;
    font-size: 36px;
    line-height: 40px;
  }
  section.business .item .textbox p {
    padding-top: 30px;
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1024px) {
  section.visual_canvas .box {
    background: #000;
    width: 70%;
    height: 70%;
    max-width: 1150px;
  }
  section.visual_canvas .textarea .t1,
  section.visual_canvas .textarea .t2 {
    margin-top: -9vw;
  }

  section.visual_canvas .textarea .des .eng-top {
    font-size: 6vw;
    left: 0%;
  }
  section.visual_canvas .textarea .des {
    color: rgba(255, 255, 255, 1);
    right: auto;
    left: -30%;
    width: 100vw;
    text-align: center;
    margin-top: 13vw;
    font-size: 3.5vw;
    line-height: 1.5;
  }
  section.visual_canvas.active .textarea span.f5 {
    transition: transform 1s ease .8s, opacity 1s ease .8s;
  }
  section.visual_canvas.active .textarea span.f6 {
    transition: transform 1s ease 1s, opacity 1s ease 1s;
  }
  section.visual_canvas.active .textarea span.f7 {
    transition: transform 1s ease 1.2s, opacity 1s ease 1.2s;
  }
  section.visual_canvas.active .textarea span.f8 {
    transition: transform 1s ease 1.4s, opacity 1s ease 1.4s;
  }
  section.visual_canvas.active .textarea span.f9 {
    transition: transform 1s ease 1.6s, opacity 1s ease 1.6s;
  }
  section.about_services {
    display: block;
  }
  section.about_services .about p br {
    display: none;
  }
  section.business .item {
    display: block;
  }
  section.business .item .img.type1 div,
  section.business .item .img.type2 div,
  section.business .item .img.type3 div {
    display: inline-block;
    max-width: 80%;
    max-height: 400px;
    background-position: center 80%;
    width: 80%;
    height: 80vw;
    left: 0;
    top: 0;
    transform: translate(0%, 0%);
  }
  section.business .item .img.type3 {
    text-align: center;
    padding: 0;
  }
  section.business .item .textbox span {
    top: 0;
    padding: 30px 0px 100px 0px;
    transform: translateY(0%);
  }
  section.business .item .img.type1 div,
  section.business .item .img.type2 div {
    display: inline-block;
    /* left: 50%;
    transform: translate(-50%, -50%); */
  }
  section.business .item .img.type1,
  section.business .item .img.type2 {
    text-align: center;
    padding: 0px;
  }
  section.business .item .textbox.left,
  section.business .item .textbox.right {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  section.business {
    padding-bottom: 0px;
  }
  section.partners {
    padding: 15% 5%;
  }
  section.partners .items {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: repeat(11, 100px);
  }
  section.partners .items div:nth-of-type(n+11):nth-of-type(-n+32) {
    padding: 0;
  }
  section.partners .items div:nth-of-type(n+25) {
    display: none;
  }
  section.partners .items div.centerbox {
    display: block;
  }
  section.partners .items .brand {
    grid-area: auto;
  }
  .centerbox {
    grid-area: 5/1/8/4;
  }
  .centerbox .line,
  .centerbox .wrapper {
    top: 50%;
  }
  section.partners.sc-event .centerbox .line {
    width: 600px;
  }
  .centerbox h4 {
    font-size: 5vw;
  }
  .centerbox span,
  .centerbox p {
    font-size: 3vw;
    padding-top: 3.5vw;
  }
  section.partners.sc-event .centerbox .line {
    width: 80%;
  }
  section.partners .items img {
    width: 3vw;
    min-width: 80px;
  }
  section.partners .items {
    grid-template-rows: repeat(11, 15vw);
  }
  .centerbox h4>i {
    margin-top: 0;
  }
}
@media screen and (max-width: 640px) {
  section.about_services p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    color: #888;
  }
  section.about_services h4.title {
    font-size: 32px;
    padding-bottom: 20px;
  }
  section.about_services ul {
    display: block;
  }
  section.about_services ul li h5 {
    border-bottom: 0px;
  }
  section.about_services ul li:first-child h5 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  section.about_services ul li .brand_img {
    width: 180px;
    height: 180px;
  }
  section.about_services ul li h5 {
    width: 70%;
    margin: 0px 15%;
  }
  section.about_services ul li {
    padding-bottom: 30px;
  }
  section.business .item .textbox span {
    padding: 30px 0px 60px 0px;
  }
  section.business .item .textbox h6 {
    border: 3px solid #a07aff;
    font-size: 18px;
    line-height: 20px;
    padding: 3px 22px;
  }
  section.business .item .textbox h3 {
    padding: 0px 30px;
    padding-top: 20px;
    font-size: 24px;
    line-height: 34px;
  }
  section.business .item .textbox p {
    padding: 0px 30px;
    padding-top: 20px;
    font-size: 16px;
    line-height: 24px;
  }
  section.business .item .textbox p br,
  section.business .item .textbox h3 br {
    display: none;
  }
}

 .square-button {
   display: inline-block;
   padding: 15px 30px;
   font-size: 16px;
   color: #fff;
   background-color: #8b5dff;
   text-align: center;
   text-decoration: none;
   border: none;
   border-radius: 5px;
   cursor: pointer;
   transition: background-color 0.3s;
 }

.square-button:hover {
  background-color: #0056b3;
}
