@charset "UTF-8";

.lp_wrap .landinghub {
  padding-top: 230vh;
  position: relative;
}
.lp_wrap .landinghub .logo {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100vh;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  align-items: center;
}
.lp_wrap .landinghub .logo li {
  text-align: center;
}
.lp_wrap .landinghub .logo li svg {
  width: 70.863%;
  fill: #191928;
}
.lp_wrap .landinghub .let_area {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}
.lp_wrap .landinghub .let_area .let {
  width: 90.775%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.lp_wrap .landinghub .let_area .let .left {
  font-size: 10.7vw;
  letter-spacing: 0.1em;
  line-height: 1em;
  color: #fa5037;
}
.lp_wrap .landinghub .let_area .let .right {
  font-size: 1.9vw;
  letter-spacing: 0.075em;
  line-height: 3.2em;
}
.lp_wrap .landinghub .let_area .let .right span {
  font-size: 3.1vw;
}
.lp_wrap .landinghub .let_area .let .marker1 {
  position: absolute;
  top: 26%;
  left: 83.8%;
  z-index: -1;
  width: 16.129%;
}
.lp_wrap .landinghub .let_area .let .marker2 {
  position: absolute;
  top: 56%;
  left: 64.4%;
  z-index: -1;
  width: 14.193%;
}
.lp_wrap .landinghub .let_area .let .marker svg mask path {
  fill: none;
  stroke: #ffffff;
  stroke-width: 10px;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.lp_wrap .landinghub .let_area .let .marker1 svg mask path  {
  stroke-dashoffset: 552;
  stroke-dasharray: 552 552;
  transition: 0.8s;
}
.lp_wrap .landinghub .let_area .let .marker2 svg mask path  {
  stroke-dasharray: 564 564;
  stroke-dashoffset: -564;
  transition: 0.8s 0.4s;
}
.lp_wrap .landinghub .let_area.move .let .marker svg mask path  {
  stroke-dashoffset: 0;
}
@media all and (max-width: 750px) {
  .lp_wrap .landinghub {
    padding: 10% 0%;
  }
  .lp_wrap .landinghub .logo {
    display: none;
  }
  .lp_wrap .landinghub .let_area {
    height: auto;
    display: block;
  }
  .lp_wrap .landinghub .let_area .let {
    display: block;
    width: 100%;
    padding: 0% 10%;
    box-sizing: border-box;
  }
  .lp_wrap .landinghub .let_area .let .left {
    font-size: 18.7vw;
    letter-spacing: 0.075em;
  }
  .lp_wrap .landinghub .let_area .let .right {
    margin-top: 8%;
    font-size: 3.4vw;
    letter-spacing: 0.075em;
  }
  .lp_wrap .landinghub .let_area .let .right span {
    font-size: 5.6vw;
  }
}