@charset "utf-8";
/* waypoint animation */
.sg-con-wrap {
  /* active */
}
.sg-con-wrap .sg-banner-imgbox {
  transform: translateY(-50px);
  opacity: 0;
  transition: opacity ease 1.8s, transform ease 1.8s;
}
.sg-con-wrap .sg-typo-01 {
  transform: translateX(-100px);
  opacity: 0;
  transition: opacity ease 2s, transform ease 2s;
}
.sg-con-wrap .sg-banner-tit,
.sg-con-wrap .sg-banner-sub,
.sg-con-wrap .sg-banner-btnwrap,
.sg-con-wrap .sg-banner-pointwrap,
.sg-con-wrap .sg-mock01,
.sg-con-wrap .sg-mock02,
.sg-con-wrap .sg-mock03,
.sg-con-wrap .sg-info-textbox,
.sg-con-wrap .sg-info-backbox,
.sg-con-wrap .sg-info-body,
.sg-con-wrap .sb-videobox,
.sg-con-wrap .sg-vtit,
.sg-con-wrap .sg-vsub,
.sg-con-wrap .btn-demo,
.sg-con-wrap .sg-stit,
.sg-con-wrap .sg-stit2,
.sg-con-wrap .sg-ssub,
.sg-con-wrap .Swiper-skill,
.sg-con-wrap .sg-ctit,
.sg-con-wrap .sg-csub,
.sg-con-wrap .sg-countbox,
.sg-con-wrap .sg-clientbox,
.sg-con-wrap .sg-gtextbox,
.sg-con-wrap .sg-inqbox,
.sg-con-wrap .sg-tuto-txtbox,
.sg-con-wrap .sg-tuto-conbox,
.sg-con-wrap .sg-lice-img,
.sg-con-wrap .sg-lice-txtbox,
.sg-con-wrap .sg-rel-wrap,
.sg-con-wrap .sg-typo-02,
.sg-con-wrap .sg-certi,
.sg-con-wrap .purchase-tbl-wrap,
.sg-con-wrap .purchase-contact-wrap {
  transform: translateY(50px);
  opacity: 0;
  transition: opacity ease 0.8s, transform ease 0.8s;
}
.sg-con-wrap.on .sg-typo-03 {
  visibility: visible;
  animation: typing 1.2s steps(22), blink 0.5s step-end alternate, upup 0.2s ease-in 2s;
  animation-fill-mode: forwards;
}
@keyframes typing {
  from {
    width: 0;
  }
}
@keyframes blink {
  50% {
    border-color: transparent;
  }
}
@keyframes upup {
  0% {
    opacity: 100%;
    transform: translate(0, -50%);
  }
  100% {
    opacity: 0;
    transform: translate(0, -100%);
  }
}
.sg-con-wrap.on .sg-typo-04 {
  animation: appe 0.3s ease-in 2.5s;
  animation-fill-mode: forwards;
}
@keyframes appe {
  0% {
    opacity: 0;
    transform: translate(-50%, 0);
  }
  100% {
    opacity: 100%;
    transform: translate(-50%, -50%);
  }
}
.sg-con-wrap.on .sg-banner-imgbox {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 1.1s;
}
.sg-con-wrap.on .sg-typo-01 {
  transform: translateX(0);
  opacity: 1;
}
.sg-con-wrap.on .sg-info-back2 {
  animation: 2s down-leave;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes down-leave {
  0% {
    clip: rect(0, 285px, 423px, 0);
  }
  100% {
    clip: rect(0, 2000px, 423px, 0);
    opacity: 100%;
  }
}
.sg-con-wrap.on .sg-info-tit {
  position: relative;
  display: inline-block;
}
.sg-con-wrap.on .sg-info-tit::after {
  content: "";
  position: absolute;
  top: -15px;
  right: -25px;
  width: 28px;
  height: 28px;
  opacity: 0;
  background: url(../images/sg-simbol-mini.png) no-repeat;
  animation: simbol 1s 0.7s ease-in-out forwards;
}
@keyframes simbol {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 100%;
    transform: translateX(0);
    transform: rotate(900deg);
  }
}
.sg-con-wrap.on .sg-ctit {
  position: relative;
  display: inline-block;
}
.sg-con-wrap.on .sg-ctit::after {
  content: "";
  position: absolute;
  top: -15px;
  right: -25px;
  width: 28px;
  height: 28px;
  opacity: 0;
  background: url(../images/sg-simbol-mini.png) no-repeat;
  animation: simbol 1s ease-in-out 0.7s forwards;
}
@keyframes simbol {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 100%;
    transform: translateX(0);
    transform: rotate(180deg);
  }
}
.sg-con-wrap.on .sg-banner-tit,
.sg-con-wrap.on .sg-banner-sub,
.sg-con-wrap.on .sg-banner-btnwrap,
.sg-con-wrap.on .sg-banner-pointwrap,
.sg-con-wrap.on .sg-mock01,
.sg-con-wrap.on .sg-mock02,
.sg-con-wrap.on .sg-mock03,
.sg-con-wrap.on .sg-info-textbox,
.sg-con-wrap.on .sg-info-backbox,
.sg-con-wrap.on .sg-info-body,
.sg-con-wrap.on .sb-videobox,
.sg-con-wrap.on .sg-vtit,
.sg-con-wrap.on .sg-vsub,
.sg-con-wrap.on .btn-demo,
.sg-con-wrap.on .sg-stit,
.sg-con-wrap.on .sg-stit2,
.sg-con-wrap.on .sg-ssub,
.sg-con-wrap.on .Swiper-skill,
.sg-con-wrap.on .sg-ctit,
.sg-con-wrap.on .sg-csub,
.sg-con-wrap.on .sg-countbox,
.sg-con-wrap.on .sg-clientbox,
.sg-con-wrap.on .sg-gtextbox,
.sg-con-wrap.on .sg-inqbox,
.sg-con-wrap.on .sg-tuto-txtbox,
.sg-con-wrap.on .sg-tuto-conbox,
.sg-con-wrap.on .sg-lice-img,
.sg-con-wrap.on .sg-lice-txtbox,
.sg-con-wrap.on .sg-rel-wrap,
.sg-con-wrap.on .sg-typo-02,
.sg-con-wrap.on .sg-certi,
.sg-con-wrap.on .purchase-tbl-wrap,
.sg-con-wrap.on .purchase-contact-wrap {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.1s;
}
.sg-con-wrap.on .delay01 {
  transition-delay: 0.1s;
}
.sg-con-wrap.on .delay02 {
  transition-delay: 0.2s;
}
.sg-con-wrap.on .delay03 {
  transition-delay: 0.3s;
}
.sg-con-wrap.on .delay04 {
  transition-delay: 0.4s;
}
.sg-con-wrap.on .delay05 {
  transition-delay: 0.5s;
}
.sg-con-wrap.on .delay06 {
  transition-delay: 0.6s;
}
.sg-con-wrap.on .delay07 {
  transition-delay: 0.7s;
}
.sg-con-wrap.on .delay08 {
  transition-delay: 0.8s;
}
.sg-con-wrap.on .delay09 {
  transition-delay: 0.9s;
}
.sg-con-wrap.on .delay10 {
  transition-delay: 1s;
}
/* swiper animation */
.swiper-slide.swiper-slide-active.action1 .action1-box1 {
  position: absolute;
  opacity: 0;
  top: 78px;
  left: 122px;
  display: inline-block;
  width: 368px;
  height: 368px;
  font-size: 0;
  animation: action1-1 0.5s 0.2s ease-in-out forwards;
  background: url(../images/chart_ex01-1.svg) center no-repeat;
  background-size: contain;
}
.swiper-slide.swiper-slide-active.action1 .action1-box2 {
  position: absolute;
  opacity: 0;
  top: 78px;
  left: 384px;
  display: inline-block;
  width: 368px;
  height: 368px;
  font-size: 0;
  animation: action1-1 0.5s 0.3s ease-in-out forwards;
  background: url(../images/chart_ex01-2.svg) center no-repeat;
  background-size: contain;
}
.swiper-slide.swiper-slide-active.action1 .action1-box3 {
  position: absolute;
  opacity: 0;
  top: 78px;
  left: 648px;
  display: inline-block;
  width: 368px;
  height: 368px;
  font-size: 0;
  animation: action1-1 0.5s 0.4s ease-in-out forwards;
  background: url(../images/chart_ex01-3.svg) center no-repeat;
  background-size: contain;
}
.swiper-slide.swiper-slide-active.action2 .action2-box1 {
  position: absolute;
  opacity: 0;
  top: 70px;
  left: 175px;
  display: inline-block;
  width: 400px;
  height: 400px;
  font-size: 0;
  animation: action1-1 0.5s 0.2s ease-in-out forwards;
  background: url(../images/chart_ex02-1.svg) center no-repeat;
  background-size: contain;
}
.swiper-slide.swiper-slide-active.action2 .action2-box2 {
  position: absolute;
  opacity: 0;
  top: 70px;
  left: 568px;
  display: inline-block;
  width: 400px;
  height: 400px;
  font-size: 0;
  animation: action1-1 0.5s 0.4s ease-in-out forwards;
  background: url(../images/chart_ex02-2.svg) center no-repeat;
  background-size: contain;
}
.swiper-slide.swiper-slide-active.action3 .action3-box1 {
  position: absolute;
  opacity: 0;
  top: 78px;
  left: 124px;
  display: inline-block;
  width: 368px;
  height: 368px;
  font-size: 0;
  animation: action1-1 0.5s 0.2s ease-in-out forwards;
  background: url(../images/chart_ex03-1.svg) center no-repeat;
  background-size: contain;
}
.swiper-slide.swiper-slide-active.action3 .action3-box2 {
  position: absolute;
  opacity: 0;
  top: 78px;
  left: 384px;
  display: inline-block;
  width: 368px;
  height: 368px;
  font-size: 0;
  animation: action1-1 0.5s 0.4s ease-in-out forwards;
  background: url(../images/chart_ex03-2.svg) center no-repeat;
  background-size: contain;
}
.swiper-slide.swiper-slide-active.action3 .action3-box3 {
  position: absolute;
  opacity: 0;
  top: 78px;
  left: 644px;
  display: inline-block;
  width: 368px;
  height: 368px;
  font-size: 0;
  animation: action1-1 0.5s 0.6s ease-in-out forwards;
  background: url(../images/chart_ex03-3.svg) center no-repeat;
  background-size: contain;
}
.swiper-slide.swiper-slide-active.action4 .action4-box1 {
  position: absolute;
  opacity: 0;
  top: 70px;
  left: 176px;
  display: inline-block;
  width: 790px;
  height: 240px;
  font-size: 0;
  animation: action1-1 0.5s 0.2s ease-in-out forwards;
  background: url(../images/chart_ex04-1.svg) center no-repeat;
  background-size: contain;
}
.swiper-slide.swiper-slide-active.action4 .action4-box2 {
  position: absolute;
  opacity: 0;
  top: 245px;
  left: 176px;
  display: inline-block;
  width: 790px;
  height: 240px;
  font-size: 0;
  animation: action1-1 0.5s 0.4s ease-in-out forwards;
  background: url(../images/chart_ex04-2.svg) center no-repeat;
  background-size: contain;
}
.swiper-slide.swiper-slide-active.action5 .action5-box1 {
  position: absolute;
  opacity: 0;
  top: 70px;
  left: 172px;
  display: inline-block;
  width: 400px;
  height: 400px;
  font-size: 0;
  animation: action1-1 0.5s 0.2s ease-in-out forwards;
  background: url(../images/chart_ex05-1.svg) center no-repeat;
  background-size: contain;
}
.swiper-slide.swiper-slide-active.action5 .action5-box2 {
  position: absolute;
  opacity: 0;
  top: 70px;
  left: 572px;
  display: inline-block;
  width: 400px;
  height: 400px;
  font-size: 0;
  animation: action1-1 0.5s 0.4s ease-in-out forwards;
  background: url(../images/chart_ex05-2.svg) center no-repeat;
  background-size: contain;
}
@keyframes action1-1 {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  70% {
    opacity: 100%;
    transform: translateY(20px);
  }
  100% {
    opacity: 100%;
    transform: translateY(0);
  }
}
