/* ============================== custom ============================== */
@keyframes slideIn100 {
  0% {
    transform: translate(0%, 100%);
  }
  100% {
    transform: translate(0%, 0%);
  }
}
@keyframes intro1Logo {
  0% {
    filter: blur(30.15px);
  }
  80% {
    filter: blur(15.08px);
  }
  100% {
    filter: blur(0);
  }
}
@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
/* ============================== pages ============================== */
.page-view .page-cnt.main {
  margin-top: -48px;
  background-color: #BDBDBD;
  transition: all 0.4s ease;
}
.page-view .page-cnt.main.active {
  background-color: #777;
}
.page-view .page-cnt.main ~ footer {
  background-color: #302F34;
  border-top: none;
}
.page-view .page-cnt.main ~ footer .area .customer-info li:not(.tel, .link-wrap) {
  color: #999;
}
.page-view .page-cnt.main ~ footer .area .customer-info li.link-wrap a {
  color: #ddd;
}
.page-view .page-cnt.main ~ footer .area .customer-info li.link-wrap a:first-child {
  background-image: url(/res/images/icon/arrow-right-gray.svg);
}
.page-view .page-cnt.main ~ footer .area .customer-info li.tel {
  color: #ddd;
}
.page-view .page-cnt.main ~ footer .area .sub-company-info > li {
  color: #ddd;
}
.page-view .page-cnt.main ~ footer .area .sub-company-info > li:last-child {
  background-image: url(/res/images/icon/plus-gray.svg);
}
.page-view .page-cnt.main ~ footer .area .sub-company-info > li + li:before {
  background-color: rgba(255, 255, 255, 0.12);
}
.page-view .page-cnt.main ~ footer .area .company-info ul li > span {
  color: #999;
}
.page-view .page-cnt.main ~ footer .area .company-info ul li > span + span:before {
  background-color: rgba(221, 221, 221, 0.1);
}
.page-view .page-cnt.main ~ footer .area .company-info ul li a {
  color: #ddd;
}
.page-view .page-cnt.main ~ footer .area .company-info ul li a + a:before {
  background-color: rgba(255, 255, 255, 0.2);
}
.page-view .page-cnt.main .video-wrap {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.page-view .page-cnt.main .video-wrap video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-view .page-cnt.main .intro1 {
  position: relative;
  height: 100dvh;
}
.page-view .page-cnt.main .intro1 .wrapper {
  position: absolute;
  bottom: 15.4%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  z-index: 1;
}
.page-view .page-cnt.main .intro1 .wrapper .logo {
  animation: intro1Logo 1.2s ease-in-out;
}
.page-view .page-cnt.main .intro1 .wrapper .typing {
  display: flex;
  align-items: center;
}
.page-view .page-cnt.main .intro1 .wrapper .typing .text-wrap {
  display: flex;
  flex-wrap: nowrap;
  gap: 0 7px;
  overflow: hidden;
}
.page-view .page-cnt.main .intro1 .wrapper .typing .text-wrap img {
  opacity: 0;
}
.page-view .page-cnt.main .intro1 .wrapper .typing .cursor {
  display: inline-block;
  width: 4px;
  height: 16px;
  background-color: #fff;
  animation: blink 0.8s infinite;
}
.page-view .page-cnt.main .intro1 .wrapper .desc {
  margin-top: 50px;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
}
.page-view .page-cnt.main .intro1 .video-wrap {
  width: 100%;
}
.page-view .page-cnt.main .intro2 {
  position: relative;
  height: 634px;
  background-color: #111;
}
.page-view .page-cnt.main .intro2 .wrapper {
  position: absolute;
  top: 294px;
  left: 50%;
  transform: translateX(-50%);
  width: 238px;
  margin: auto;
  text-align: center;
  z-index: 1;
}
.page-view .page-cnt.main .intro2 .wrapper .term {
  font-size: 38px;
  color: #fff;
  font-weight: 600;
  line-height: 48px;
}
.page-view .page-cnt.main .intro2 .wrapper .desc {
  margin-top: 24px;
}
.page-view .page-cnt.main .intro2 .wrapper .desc li {
  display: flex;
  font-size: 19px;
  color: #fff;
  line-height: 20px;
}
.page-view .page-cnt.main .intro2 .wrapper .desc li:before {
  content: "";
  display: inline-block;
  display: block;
  width: 22px;
  height: 1px;
  margin-top: 5px;
  margin-right: 6px;
  background-color: rgba(255, 255, 255, 0.4);
}
.page-view .page-cnt.main .intro2 .wrapper .desc li + li {
  margin-top: 8px;
}
.page-view .page-cnt.main .intro2 .wrapper .desc li:nth-child(1) {
  padding-left: 24px;
}
.page-view .page-cnt.main .intro2 .wrapper .desc li:nth-child(3) {
  padding-left: 44px;
}
.page-view .page-cnt.main .intro2 .video-wrap {
  position: absolute;
  top: 89px;
  right: -24px;
  width: 280px;
  height: 342px;
}
.page-view .page-cnt.main .feature {
  position: relative;
  padding: 17px 0;
  background: url(/res/images/main/feature-bg.png) repeat-x 50% 100%/100% 390px;
}
.page-view .page-cnt.main .feature:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 114px;
}
.page-view .page-cnt.main .feature ul li {
  position: relative;
  width: 236px;
  padding: 40px 37px 48px 20px;
  clip-path: polygon(30px 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0 30px);
  background-size: cover;
}
.page-view .page-cnt.main .feature ul li[data-swiper-slide-index="0"] {
  background-image: url(/res/images/main/feature-00.jpg);
}
.page-view .page-cnt.main .feature ul li[data-swiper-slide-index="1"] {
  background-image: url(/res/images/main/feature-01.jpg);
}
.page-view .page-cnt.main .feature ul li[data-swiper-slide-index="2"] {
  background-image: url(/res/images/main/feature-02.jpg);
}
.page-view .page-cnt.main .feature ul li[data-swiper-slide-index="3"] {
  background-image: url(/res/images/main/feature-03.jpg);
}
.page-view .page-cnt.main .feature ul li:not(.swiper-slide-active):after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.page-view .page-cnt.main .feature ul li .term {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  line-height: 30px;
}
.page-view .page-cnt.main .feature ul li .desc {
  padding-top: 16px;
  font-size: 13px;
  color: #fff;
  line-height: 16px;
}
.page-view .page-cnt.main .logo-wrap {
  padding: 180px 0 60px;
  text-align: center;
}
.page-view .page-cnt.main .logo-wrap.active img {
  opacity: 1;
  transform: translateY(0);
}
.page-view .page-cnt.main .logo-wrap img {
  opacity: 0;
  transform: translateY(100px);
  transition: all 1s;
}
.page-view .page-cnt.main .product.active .swiper-container .swiper-wrapper .swiper-slide {
  opacity: 1;
  transform: translateY(0);
}
.page-view .page-cnt.main .product .swiper-container {
  padding: 32px 0 46px;
  background-color: rgba(17, 17, 17, 0.7);
}
.page-view .page-cnt.main .product .swiper-container.swiper-disabled .swiper-wrapper {
  justify-content: center;
}
.page-view .page-cnt.main .product .swiper-container .swiper-wrapper .swiper-slide {
  width: 220px;
  margin-right: 60px;
  opacity: 0;
  transform: translateY(100px);
  transition: all 1s 0.2s;
}
.page-view .page-cnt.main .product .swiper-container .swiper-wrapper .swiper-slide:last-child {
  margin-right: 0;
}
.page-view .page-cnt.main .product .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  width: 100%;
}
.page-view .page-cnt.main .product .swiper-container .swiper-wrapper .swiper-slide a .thumb {
  width: 220px;
  height: 220px;
  margin: auto;
}
.page-view .page-cnt.main .product .swiper-container .swiper-wrapper .swiper-slide a .thumb img {
  width: 100%;
  height: 100%;
}
.page-view .page-cnt.main .product .swiper-container .swiper-wrapper .swiper-slide a .info {
  margin-top: 6px;
  text-align: center;
}
.page-view .page-cnt.main .product .swiper-container .swiper-wrapper .swiper-slide a .info .desc {
  font-size: 16px;
  color: #BB81FF;
  font-weight: 500;
  line-height: 20px;
}
.page-view .page-cnt.main .product .swiper-container .swiper-wrapper .swiper-slide a .info .name {
  margin-top: 4px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  line-height: 20px;
}
.page-view .page-cnt.main .product .swiper-container .swiper-wrapper .swiper-slide a .info .percent-price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 6px;
  margin-top: 14px;
}
.page-view .page-cnt.main .product .swiper-container .swiper-wrapper .swiper-slide a .info .percent-price .percent {
  font-size: 16px;
  color: #BB81FF;
  font-weight: 500;
  line-height: 22px;
}
.page-view .page-cnt.main .product .swiper-container .swiper-wrapper .swiper-slide a .info .percent-price .price {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  line-height: 20px;
}
.page-view .page-cnt.main .product .swiper-container .swiper-wrapper .swiper-slide a .info .percent-price .price strong {
  font-size: 16px;
  color: inherit;
  font-weight: 600;
  line-height: 22px;
}
.page-view .page-cnt.main .advisor {
  position: relative;
  height: 1180px;
  padding: 116px 20px 24px;
  background: url(/res/images/main/product-bg.jpg) 50% 100%/cover;
}
@media (max-width: 1000px) {
  .page-view .page-cnt.main .advisor {
    height: 960px;
  }
}
.page-view .page-cnt.main .advisor.active ul li {
  background-color: #555;
}
.page-view .page-cnt.main .advisor.active ul li .info .term {
  color: #fff;
}
.page-view .page-cnt.main .advisor.active ul li .info .desc {
  color: #ddd;
}
.page-view .page-cnt.main .advisor .title {
  padding-bottom: 0;
  overflow: hidden;
  margin-bottom: -0.1em;
  transform-origin: bottom;
}
.page-view .page-cnt.main .advisor .title.active span {
  animation: slideIn100 1s both;
}
.page-view .page-cnt.main .advisor .title.active span:nth-child(0) {
  animation-delay: 0s;
}
.page-view .page-cnt.main .advisor .title.active span:nth-child(1) {
  animation-delay: 0.05s;
}
.page-view .page-cnt.main .advisor .title.active span:nth-child(2) {
  animation-delay: 0.1s;
}
.page-view .page-cnt.main .advisor .title.active span:nth-child(3) {
  animation-delay: 0.15s;
}
.page-view .page-cnt.main .advisor .title.active span:nth-child(4) {
  animation-delay: 0.2s;
}
.page-view .page-cnt.main .advisor .title.active span:nth-child(5) {
  animation-delay: 0.25s;
}
.page-view .page-cnt.main .advisor .title.active span:nth-child(6) {
  animation-delay: 0.3s;
}
.page-view .page-cnt.main .advisor .title.active span:nth-child(7) {
  animation-delay: 0.35s;
}
.page-view .page-cnt.main .advisor .title.active span:nth-child(8) {
  animation-delay: 0.4s;
}
.page-view .page-cnt.main .advisor .title.active span:nth-child(9) {
  animation-delay: 0.45s;
}
.page-view .page-cnt.main .advisor .title.active span:nth-child(10) {
  animation-delay: 0.5s;
}
.page-view .page-cnt.main .advisor .title.active span:nth-child(11) {
  animation-delay: 0.55s;
}
.page-view .page-cnt.main .advisor .title.active span:nth-child(12) {
  animation-delay: 0.6s;
}
.page-view .page-cnt.main .advisor .title.active span:nth-child(13) {
  animation-delay: 0.65s;
}
.page-view .page-cnt.main .advisor .title.active span:nth-child(14) {
  animation-delay: 0.7s;
}
.page-view .page-cnt.main .advisor .title.active span:nth-child(15) {
  animation-delay: 0.75s;
}
.page-view .page-cnt.main .advisor .title.active span:nth-child(16) {
  animation-delay: 0.8s;
}
.page-view .page-cnt.main .advisor .title.active span:nth-child(17) {
  animation-delay: 0.85s;
}
.page-view .page-cnt.main .advisor .title.active span:nth-child(18) {
  animation-delay: 0.9s;
}
.page-view .page-cnt.main .advisor .title.active span:nth-child(19) {
  animation-delay: 0.95s;
}
.page-view .page-cnt.main .advisor .title.active span:nth-child(20) {
  animation-delay: 1s;
}
.page-view .page-cnt.main .advisor .title.active span:nth-child(21) {
  animation-delay: 1.05s;
}
.page-view .page-cnt.main .advisor .title.active span:nth-child(22) {
  animation-delay: 1.1s;
}
.page-view .page-cnt.main .advisor .title.active span:nth-child(23) {
  animation-delay: 1.15s;
}
.page-view .page-cnt.main .advisor .title.active span:nth-child(24) {
  animation-delay: 1.2s;
}
.page-view .page-cnt.main .advisor .title.active span:nth-child(25) {
  animation-delay: 1.25s;
}
.page-view .page-cnt.main .advisor .title.active span:nth-child(26) {
  animation-delay: 1.3s;
}
.page-view .page-cnt.main .advisor .title.active span:nth-child(27) {
  animation-delay: 1.35s;
}
.page-view .page-cnt.main .advisor .title.active span:nth-child(28) {
  animation-delay: 1.4s;
}
.page-view .page-cnt.main .advisor .title.active span:nth-child(29) {
  animation-delay: 1.45s;
}
.page-view .page-cnt.main .advisor .title.active span:nth-child(30) {
  animation-delay: 1.5s;
}
.page-view .page-cnt.main .advisor .title.active span:nth-child(31) {
  animation-delay: 1.55s;
}
.page-view .page-cnt.main .advisor .title.active span:nth-child(32) {
  animation-delay: 1.6s;
}
.page-view .page-cnt.main .advisor .title.active span:nth-child(33) {
  animation-delay: 1.65s;
}
.page-view .page-cnt.main .advisor .title.active span:nth-child(34) {
  animation-delay: 1.7s;
}
.page-view .page-cnt.main .advisor .title.active span:nth-child(35) {
  animation-delay: 1.75s;
}
.page-view .page-cnt.main .advisor .title.active span:nth-child(36) {
  animation-delay: 1.8s;
}
.page-view .page-cnt.main .advisor .title.active span:nth-child(37) {
  animation-delay: 1.85s;
}
.page-view .page-cnt.main .advisor .title.active span:nth-child(38) {
  animation-delay: 1.9s;
}
.page-view .page-cnt.main .advisor .title.active span:nth-child(39) {
  animation-delay: 1.95s;
}
.page-view .page-cnt.main .advisor .title.active span:nth-child(40) {
  animation-delay: 2s;
}
.page-view .page-cnt.main .advisor .title span {
  display: inline-block;
  font-size: 30px;
  color: #fff;
  line-height: 32px;
  translate: none;
  rotate: none;
  scale: none;
  transition: transform 0.4s;
}
.page-view .page-cnt.main .advisor ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 24px 12px;
  margin-top: 24px;
  z-index: 1;
}
.page-view .page-cnt.main .advisor ul li {
  width: calc(50% - 6px);
  background-color: rgba(119, 119, 119, 0.2);
  transition: all 0.4s;
}
.page-view .page-cnt.main .advisor ul li .thumb {
  overflow: hidden;
}
.page-view .page-cnt.main .advisor ul li .thumb img {
  display: block;
  width: 100%;
  height: auto;
  clip-path: polygon(100% 0, 100% 78%, 78% 100%, 0 100%, 0 0);
  transform: scale(1.01) translateZ(0);
}
.page-view .page-cnt.main .advisor ul li .info {
  padding: 20px 16px;
}
.page-view .page-cnt.main .advisor ul li .info .term {
  display: block;
  font-size: 13px;
  color: #111;
  font-weight: 600;
  line-height: 16px;
  transition: all 0.4s;
}
.page-view .page-cnt.main .advisor ul li .info .desc {
  display: block;
  margin-top: 16px;
  font-size: 12px;
  color: #333;
  line-height: 18px;
  transition: all 0.4s;
}