.intro_wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 990;
  background-color: #242a5c;
  display: flex;
  justify-content: center;
  align-items: center;
}
.intro_wrap2 {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  animation: intro_line 2s 6.4s both;
}
.intro_wrap2 > div {
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.intro_wrap2 > div > div {
  width: 90%;
  max-width: 1068px;
  transform: scale(0.4);
}
.intro_wrap2 > div > div > img {
  width: 100%;
}
/*.skip_bt { width: 100%; height: 100%; position: fixed; left: 0; top: 0; z-index: 9999; }*/
.skip_bt {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 60px;
  bottom: 50px;
  background-color: rgba(225, 225, 225, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  z-index: 9999;
  cursor: pointer;
}
.skip_bt p {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 100%;
  font-weight: 500;
  display: inline-block;
  position: relative;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.skip_bt:before {
  content: "";
  width: 74px;
  height: 74px;
  position: absolute;
  left: -7px;
  top: -7px;
  margin: auto;
  background-color: rgba(225, 225, 225, 0.3);
  opacity: 0.6;
  border-radius: 100%;

  animation-name: cursor_skip, cursor_skip2;
  animation-duration: 2.1s, 2.1s;
  animation-delay: 0s, 0s;
  animation-timing-function: ease, ease;
  animation-fill-mode: both, both;
  animation-iteration-count: infinite, infinite;
}

.intro_box {
  width: 90%;
  max-width: 1068px;
  position: relative;
  transform: scale(0.4) translateY(0%);
  animation: intro_box 1.2s 4.9s both;
}
.intro_box:after {
  content: "";
  width: 100%;
  height: 40%;
  background-color: #242a5c;
  position: absolute;
  left: 0;
  bottom: -2px;
  z-index: 9;
  opacity: 0;
  animation: intro_line4 1.2s 5.9s both;
}
.intro_box > img {
  width: 100%;
}
.intro_logo {
  animation: intro_logo 1.6s 3s both;
}
/*.intro_logo2 { position: absolute; left: 0; top: 0; opacity: 0; }*/
.intro_box > div {
  position: absolute;
}

.intro_line_box {
  width: 100%;
  height: 49.14%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  opacity: 0;
  animation: intro_line4 1.2s 3.8s both;
}
.intro_line_box > div {
  position: absolute;
  background-color: #d6d6d6;
  z-index: 9;
}
.intro_line01 {
  width: 60%;
  height: 1px;
  left: 20%;
  top: 0;
  animation: intro_line 1.6s 0.2s both;
}
.intro_line02 {
  width: 1px;
  height: 240%;
  right: 35.4%;
  top: -70%;
  animation: intro_line2 1.6s 0.9s both;
}
.intro_line03 {
  width: 60%;
  height: 1px;
  right: 20%;
  bottom: 0;
  animation: intro_line 1.6s 0.2s both;
}
.intro_line04 {
  width: 1px;
  height: 240%;
  left: 35.45%;
  bottom: -70%;
  animation: intro_line2 1.6s 0.9s both;
}
.intro_line05 {
  width: 29.6%;
  height: 1px;
  left: 17.5%;
  top: 0;
  transform: rotate(-46.2deg);
  transform-origin: right top;
  z-index: 4 !important;
}
.intro_line05:after {
  width: 0;
  height: 400%;
  content: "";
  left: -10%;
  top: calc(-150% - 1px);
  background-color: #242a5c;
  position: absolute;
  animation: intro_line3 1.6s 1.5s both;
}
.intro_line06 {
  width: 29.6%;
  height: 1px;
  right: 17.5%;
  top: 0;
  transform: rotate(46.2deg);
  transform-origin: left top;
  z-index: 3 !important;
}
.intro_line06:after {
  width: 0;
  height: 400%;
  content: "";
  right: -10%;
  top: calc(-150% - 1px);
  background-color: #242a5c;
  position: absolute;
  animation: intro_line3 1.6s 1.8s both;
}
.intro_line07 {
  width: 28.4%;
  height: 1px;
  left: 34.5%;
  top: 0;
  transform: rotate(-49deg);
  transform-origin: right top;
  z-index: 2 !important;
}
.intro_line07:after {
  width: 0;
  height: 400%;
  content: "";
  right: -10%;
  bottom: calc(-150% + 1px);
  background-color: #242a5c;
  position: absolute;
  animation: intro_line3 1.6s 2.1s both;
}
.intro_line08 {
  width: 28.4%;
  height: 1px;
  right: 34.45%;
  top: 0;
  transform: rotate(49deg);
  transform-origin: left top;
  z-index: 1 !important;
}
.intro_line08:after {
  width: 0;
  height: 400%;
  content: "";
  left: -10%;
  bottom: calc(-150% + 1px);
  background-color: #242a5c;
  position: absolute;
  animation: intro_line3 1.6s 2.4s both;
}

@keyframes intro_line {
  from {
    width: 0;
  }
  to {
  }
}
@keyframes intro_line2 {
  from {
    height: 0;
  }
  to {
  }
}
@keyframes intro_line3 {
  from {
    width: 120%;
  }
  to {
  }
}
@keyframes intro_line4 {
  from {
    opacity: 1;
  }
  to {
  }
}
@keyframes intro_logo {
  from {
    opacity: 0;
  }
  to {
  }
}
@keyframes intro_box {
  from {
    transform: scale(1) translateY(29%);
  }
  to {
  }
}
