.termsArea .termsWrap, .howArea .dataItem .Img::before, .howArea .dataItem .Img::after, .howArea .dataItem .Img img, .howArea .dataItem .Img, .howArea .dataItem .ImgBox .decoLineBox, .howArea .dataItem .ImgBox .line, .videoArea .videoBox .videoCtrlBtn, .videoArea .videoBox .videoCover .playBtn .playIcon, .cardArea .cardItem .Txt .text, .cardArea .cardItem .Txt .title, .cardArea .cardItem .icon, .cardArea .cardItem::before {
  transition: all 0.5s ease-in-out;
}

@keyframes ping {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}
@keyframes ping_small {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes runDashLine {
  from {
    stroke-dashoffset: 200;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotateCenter {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes logoSettle {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes drawStroke {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes fillColour {
  to {
    fill-opacity: 1;
  }
}
@keyframes svgGlintAnim {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes logoGlowFade {
  0% {
    filter: brightness(1) drop-shadow(0 0 0px #fff);
    opacity: 1;
    transform: scale(1);
  }
  35% {
    filter: brightness(2.5) drop-shadow(0 0 25px rgba(255, 255, 255, 0.8));
    opacity: 1;
    transform: scale(1.02);
  }
  100% {
    filter: brightness(15) drop-shadow(0 0 80px #fff) blur(8px);
    opacity: 0;
    transform: scale(1.1);
  }
}
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes glide {
  from {
    transform: translateX(-80px);
  }
  to {
    transform: translateX(260px);
  }
}
.mainArea .titleBox {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.aboutArea {
  padding: 90px 0 45px;
}
@media (max-width: 768px) {
  .aboutArea {
    padding-top: 50px;
  }
}
.aboutArea .aboutBox {
  padding-top: 10px;
  max-width: 660px;
  margin: 0 auto;
}
.aboutArea .aboutBox .dataList {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.aboutArea .aboutBox .dataItem {
  min-width: 145px;
}
@media (max-width: 768px) {
  .aboutArea .aboutBox .dataItem {
    min-width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1 1 0;
  }
}
.aboutArea .aboutBox .dataItem .dataNumBox {
  display: flex;
  align-items: center;
  color: #1268FF;
}
.aboutArea .aboutBox .dataItem .dataNumBox .num {
  font-size: clamp(3rem, 1.875rem + 2.34375vw, 4.6875rem);
  font-weight: 700;
  line-height: 1;
}
.aboutArea .aboutBox .dataItem .dataNumBox .num .slot-digit {
  display: inline-block;
  height: 1em;
  overflow: hidden;
  vertical-align: top;
  line-height: 1em;
}
.aboutArea .aboutBox .dataItem .dataNumBox .num .slot-strip {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.aboutArea .aboutBox .dataItem .dataNumBox .num .slot-item {
  height: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aboutArea .aboutBox .dataItem .dataNumBox .type {
  font-size: clamp(1.375rem, 0.875rem + 1.0416666667vw, 2.125rem);
  font-weight: 500;
  padding: 5px 0;
  align-self: flex-end;
}
.aboutArea .aboutBox .dataItem .dataNumBox .type.percent {
  padding-left: 15px;
}
@media (max-width: 1440px) {
  .aboutArea .aboutBox .dataItem .dataNumBox .type.percent {
    padding-left: 5px;
  }
}
.aboutArea .aboutBox .dataItem .line {
  margin: 20px 0;
  width: 90px;
  height: 1px;
  background-color: #1268FF;
}
@media (max-width: 768px) {
  .aboutArea .aboutBox .dataItem .line {
    margin: 20px 0;
    max-width: 90px;
    width: 100%;
  }
}
.aboutArea .aboutBox .dataItem .Txt {
  color: #999;
  font-size: clamp(1rem, 0.8333333333rem + 0.3472222222vw, 1.25rem);
  line-height: 1.5;
}
@media (max-width: 768px) {
  .aboutArea .aboutBox .dataItem .Txt {
    text-align: center;
  }
}
.aboutArea .btnBox {
  margin-top: clamp(40px, 26.6666666667px + 1.7361111111vw, 60px);
}

.cardArea {
  padding: 45px 0;
}
.cardArea .cardBox {
  padding: 20px 0;
}
@media (max-width: 768px) {
  .cardArea .cardBox {
    max-width: 500px;
    margin: 0 auto;
  }
}
.cardArea .cardList {
  width: 80%;
  display: grid;
  /*grid-template-columns: calc((100% - 90px) * 0.35) calc((100% - 90px) * 0.35) calc((100% - 90px) * 0.3);*/
  grid-template-rows: repeat(1, 1fr);
  grid-gap: 45px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cardArea .cardList {
    grid-gap: 25px;
    /*grid-template-columns: calc((100% - 50px) * 0.35) calc((100% - 50px) * 0.35) calc((100% - 50px) * 0.3);*/
	margin: 0 auto;
  }
}
@media (max-width: 1180px) {
  .cardArea .cardList {
    /*grid-template-columns: calc((100% - 25px) * 0.6) calc((100% - 25px) * 0.4);*/
    grid-template-rows: auto auto auto;
	margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .cardArea .cardList {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
}
.cardArea .cardItem {
  background-color: #fff;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 0 40px 0 rgba(19, 104, 255, 0.22);
  overflow: hidden;
  position: relative;
}
.cardArea .cardItem::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background: linear-gradient(85.7deg, #133ED4 1.16%, #1268FF 96.9%);
  transform: translateY(100%);
  opacity: 0;
  border-radius: inherit;
}
@media (min-width: 1181px) {
  .cardArea .cardItem:hover::before {
    transform: translateY(0);
    opacity: 1;
  }
  .cardArea .cardItem:hover .Txt .title, .cardArea .cardItem:hover .Txt .text {
    color: #fff;
  }
}
.cardArea .cardItem:nth-child(10) {
  grid-area: 1/1/2/3;
  padding: clamp(30px, 16.6666666667px + 1.7361111111vw, 50px);
}
@media (max-width: 1180px) {
  .cardArea .cardItem:nth-child(10) {
    grid-area: 1/1/2/2;
  }
}
.cardArea .cardItem:nth-child(10) .item {
  flex-direction: row;
  gap: clamp(30px, 16.6666666667px + 1.7361111111vw, 50px);
}
@media (max-width: 413px) {
  .cardArea .cardItem:nth-child(10) .item {
    flex-direction: column;
  }
}
.cardArea .cardItem:nth-child(2) {
  grid-area: 1/2/2/2;
}
@media (max-width: 1180px) {
  .cardArea .cardItem:nth-child(2) {
    grid-area: 2/1/3/2;
  }
}
.cardArea .cardItem:nth-child(3) {
  grid-area: 1/3/2/3;
}
@media (max-width: 1180px) {
  .cardArea .cardItem:nth-child(3) {
    grid-area: 3/1/4/2;
  }
}
.cardArea .cardItem:nth-child(4) {
  grid-area: 1/4/2/4;
}
@media (max-width: 1180px) {
  .cardArea .cardItem:nth-child(4) {
    grid-area: 1/2/4/3;
  }
}
.cardArea .cardItem:nth-child(4)::before {
}
.cardArea .cardItem .item {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  justify-content: center;
}
@media (max-width: 1180px) {
  .cardArea .cardItem .item {
    flex-direction: row;
  }
}
@media (max-width: 413px) {
  .cardArea .cardItem .item {
    flex-direction: column;
  }
}
.cardArea .cardItem .icon {
  flex-shrink: 0;
  width: 80px;
  aspect-ratio: 1/1;
  padding: 15px;
  border-radius: 50%;
  background-color: #EAF4FF;
}
@media (max-width: 480px) {
  .cardArea .cardItem .icon {
    width: 70px;
  }
}
.cardArea .cardItem .icon img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.cardArea .cardItem .Txt {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 600px;
}
.cardArea .cardItem .Txt .title {
  color: #1268FF;
  font-size: clamp(1.25rem, 1.0416666667rem + 0.4340277778vw, 1.5625rem);
  font-weight: 700;
}
.cardArea .cardItem .Txt .text {
  color: #999;
  font-size: 15px;
  line-height: 1.5;
}
.cardArea .cardItem .onlyImg img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}

.videoArea {
  padding: clamp(30px, -16.6666666667px + 6.0763888889vw, 100px) 0 45px;
}
@media (max-width: 768px) {
  .videoArea {
    padding: 30px 0 30px;
  }
}
.videoArea .videoBox {
  position: relative;
  aspect-ratio: 16/9;
  max-width: 1233px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 15px;
  overflow: hidden;
}
.videoArea .videoBox .videoCover {
  position: absolute;
  inset: 0;
  z-index: 2;
  cursor: pointer;
  transition: opacity 0.4s ease-in-out;
}
.videoArea .videoBox .videoCover.hide {
  opacity: 0;
  pointer-events: none;
}
.videoArea .videoBox .videoCover .Img {
  width: 100%;
  height: 100%;
}
.videoArea .videoBox .videoCover .Img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.videoArea .videoBox .videoCover .playBtn {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.videoArea .videoBox .videoCover .playBtn .playIcon {
  width: clamp(60px, 6vw, 90px);
  height: clamp(60px, 6vw, 90px);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1.5px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.videoArea .videoBox .videoCover .playBtn .playIcon svg {
  width: clamp(18px, 1.8vw, 36px);
  height: auto;
  margin-left: 3px;
}
@media (min-width: 1181px) {
  .videoArea .videoBox .videoCover .playBtn:hover .playIcon {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.03);
  }
}
.videoArea .videoBox #video {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  inset: 0;
}
.videoArea .videoBox #video iframe {
  width: 100%;
  height: 100%;
}
.videoArea .videoBox .videoCtrlBtn {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  width: clamp(40px, 5vw, 50px);
  height: clamp(40px, 5vw, 50px);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  border: 1.5px solid rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
}
.videoArea .videoBox .videoCtrlBtn.show {
  opacity: 1;
  pointer-events: auto;
}
.videoArea .videoBox .videoCtrlBtn .icon {
  display: flex;
}
.videoArea .videoBox .videoCtrlBtn .icon svg {
  width: clamp(14px, 1.5vw, 20px);
  height: auto;
}
.videoArea .videoBox .videoCtrlBtn .playIcon2 {
  display: none;
}
.videoArea .videoBox .videoCtrlBtn.paused .pauseIcon {
  display: none;
}
.videoArea .videoBox .videoCtrlBtn.paused .playIcon2 {
  display: flex;
}

.comparisonArea {
  padding: clamp(45px, 21.6666666667px + 3.0381944444vw, 80px) 0 clamp(80px, 46.6666666667px + 4.3402777778vw, 130px);
}
.comparisonArea .titleBox {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .comparisonArea .titleBox {
    margin-bottom: 30px;
  }
}
.comparisonArea .tableBox {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  box-shadow: 0 0 40px 0 rgba(19, 104, 255, 0.22);
  border-radius: 10px;
  overflow: hidden;
}
.comparisonArea .tableWrap {
  cursor: move;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.comparisonArea .tableWrap::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.comparisonArea .tableWrap::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 10px;
}
.comparisonArea .tableWrap::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}
.comparisonArea .warrantyTable {
  width: 100%;
  border-collapse: collapse;
  border-style: hidden;
  min-width: 710px;
}
.comparisonArea .warrantyTable thead {
  color: #fff;
}
.comparisonArea .warrantyTable thead tr th {
  padding: 25px 15px;
  text-align: center;
  vertical-align: middle;
  background: linear-gradient(113deg, #133ED4 0%, #1268FF 100%);
  font-weight: 600;
}
.comparisonArea .warrantyTable thead tr:first-child th {
  border-bottom: 2px solid #E2E8F0;
  font-size: clamp(1.125rem, 1.0416666667rem + 0.1736111111vw, 1.25rem);
}
.comparisonArea .warrantyTable thead tr:first-child th:first-child {
  border-right: 2px solid #E2E8F0;
}
.comparisonArea .warrantyTable thead tr:last-child th {
  font-weight: 400;
  font-size: 16px;
  border-right: 2px solid #E2E8F0;
}
.comparisonArea .warrantyTable thead tr:last-child th:last-child {
  border-right: 0;
}
.comparisonArea .warrantyTable tbody {
  background-color: #fff;
  color: #262626;
}
.comparisonArea .warrantyTable tbody td {
  padding: 30px 15px;
  text-align: center;
  border-right: 2px solid #E2E8F0;
  font-size: clamp(1rem, 0.8333333333rem + 0.3472222222vw, 1.25rem);
}
.comparisonArea .warrantyTable tbody td:first-child {
  font-weight: 700;
  font-size: clamp(1.125rem, 0.875rem + 0.5208333333vw, 1.5rem);
}
.comparisonArea .warrantyTable tbody td:last-child {
  font-weight: 700;
  border-right: 0;
}

.howArea {
  padding: clamp(50px, 36.6666666667px + 1.7361111111vw, 70px) 0;
  background: #F3F3F3;
  overflow: hidden;
}
.howArea .titleBox {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 768px) {
  .howArea .titleBox {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
  }
}
.howArea .titleBox .textBox {
  max-width: 645px;
}
.howArea .dataBox {
  position: relative;
  margin-top: -18vh;
  height: clamp(555px, 73vh, 665px);
  max-width: 1286px;
  margin-left: auto;
}
@media (max-width: 1180px) {
  .howArea .dataBox {
    margin-top: 0;
    height: auto;
  }
}
.howArea .dataBox .decoArrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  aspect-ratio: 1286/665;
  height: 100%;
  max-height: 665px;
  pointer-events: none;
  opacity: 0.2;
}
@media (max-width: 1180px) {
  .howArea .dataBox .decoArrow {
    display: none;
  }
}
@media (max-width: 1180px) {
  .howArea .dataList {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .howArea .dataList {
    flex-direction: column;
    gap: 30px;
  }
}
.howArea .dataItem {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  max-height: clamp(400px, 368.6666666667px + 4.0798611111vw, 447px);
  max-width: 340px;
  width: 100%;
}
@media (max-width: 1180px) {
  .howArea .dataItem {
    position: static;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .howArea .dataItem {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    max-width: none;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .howArea .dataItem {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    max-width: 340px;
  }
}
.howArea .dataItem:nth-child(1) {
  bottom: 1%;
  left: 0%;
}
.howArea .dataItem:nth-child(2) {
  bottom: 5%;
  left: 28%;
}
.howArea .dataItem:nth-child(3) {
  bottom: 25%;
  left: 53%;
}
@media (max-width: 768px) {
  .howArea .dataItem .Txt {
    max-width: 280px;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .howArea .dataItem .Txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.howArea .dataItem .Txt .num {
  color: #1268FF;
  font-size: clamp(3rem, 1.875rem + 2.34375vw, 4.6875rem);
  font-weight: 700;
  line-height: 1.3;
}
.howArea .dataItem .Txt .title {
  font-size: clamp(1.25rem, 1.0416666667rem + 0.4340277778vw, 1.5625rem);
  font-weight: 600;
  line-height: 1.5;
}
.howArea .dataItem .Txt .text {
  color: #999;
  font-size: clamp(1rem, 0.8333333333rem + 0.3472222222vw, 1.25rem);
  line-height: 1.5;
}
@media (max-width: 1180px) {
  .howArea .dataItem .Txt .text {
    min-height: 51px;
  }
}
.howArea .dataItem .ImgBox {
  position: relative;
  aspect-ratio: 1/1;
  max-width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1180px) {
  .howArea .dataItem .ImgBox {
    max-width: 150px;
  }
}
@media (max-width: 768px) {
  .howArea .dataItem .ImgBox {
    max-width: 120px;
    flex-shrink: 0;
    order: -1;
  }
}
.howArea .dataItem .ImgBox .line {
  position: absolute;
  top: -30px;
  height: 60px;
  width: 1px;
  background-color: #1268FF;
}
@media (max-width: 1180px) {
  .howArea .dataItem .ImgBox .line {
    display: none;
  }
}
.howArea .dataItem .ImgBox .line::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #1268FF;
  top: 0;
  left: -2px;
}
.howArea .dataItem .ImgBox .decoLineBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.howArea .dataItem .ImgBox .decoLine {
  animation: rotate 10s linear infinite;
}
@media (min-width: 1181px) {
  .howArea .dataItem .ImgBox:hover .Img {
    background-color: #1268FF;
  }
  .howArea .dataItem .ImgBox:hover .Img img {
    filter: brightness(0) invert(1);
  }
  .howArea .dataItem .ImgBox:hover .Img::before, .howArea .dataItem .ImgBox:hover .Img::after {
    background-color: #1268ff;
  }
  .howArea .dataItem .ImgBox:hover .decoLineBox {
    opacity: 0;
  }
}
.howArea .dataItem .Img {
  position: relative;
  z-index: 3;
  width: 70%;
  background-color: #fff;
  border-radius: 50%;
}
.howArea .dataItem .Img img {
  padding: 25%;
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.howArea .dataItem .Img::before, .howArea .dataItem .Img::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background-color: rgba(18, 104, 255, 0);
  animation: ping_small 2s ease-out infinite;
  z-index: -1;
  pointer-events: none;
}
.howArea .dataItem .Img::after {
  animation-delay: -1s;
}
.howArea .noteBox {
  margin-top: clamp(40px, 20px + 2.6041666667vw, 70px);
  background: #fff;
  border-radius: 10px;
  padding: clamp(30px, 20px + 1.3020833333vw, 45px) 30px;
  box-shadow: 0 0 40px 0 rgba(19, 104, 255, 0.22);
}
@media (max-width: 480px) {
  .howArea .noteBox {
    padding: 25px 20px;
  }
}
.howArea .noteWrap {
  display: flex;
  align-items: stretch;
  gap: 30px;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .howArea .noteWrap {
    gap: 15px;
  }
}
@media (max-width: 480px) {
  .howArea .noteWrap {
    flex-direction: column;
  }
}
.howArea .noteWrap .noteLabel {
  flex-shrink: 0;
  margin: auto 0;
  color: #1268FF;
  font-size: clamp(1.375rem, 1.25rem + 0.2604166667vw, 1.5625rem);
  font-weight: 600;
}
.howArea .noteWrap .line {
  flex-shrink: 0;
  display: block;
  width: 1px;
  background-color: #D9D9D9;
}
@media (max-width: 480px) {
  .howArea .noteWrap .line {
    width: 100%;
    height: 1px;
  }
}
.howArea .noteWrap .textBox {
  color: #999;
  line-height: 1.5;
}

.termsArea {
  padding: 45px 0;
}
.termsArea .titleBox {
  max-width: 650px;
}
.termsArea .termsBox {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 40px 0 rgba(19, 104, 255, 0.22);
  padding: clamp(30px, 10px + 2.6041666667vw, 60px);
}
.termsArea .termsWrap {
  display: grid;
  grid-template-rows: 0fr;
}
.termsArea .termsWrap.show {
  grid-template-rows: 1fr;
}
.termsArea .textBox {
  overflow: hidden;
  min-height: 12em;
  font-size: clamp(1rem, 0.8333333333rem + 0.3472222222vw, 1.25rem);
  line-height: 1.5;
  color: #999;
}
.termsArea .textBox ul {
  margin-left: 20px;
}
.termsArea .moreBtnBox {
  margin-top: clamp(30px, 23.3333333333px + 0.8680555556vw, 40px);
}