--> --> /* .home-banner-swiper .swiper-slide .inner h2 */ /* .home-banner-swiper .swiper-slide .home-text-box{} */ /* .home-banner-swiper .banner-video-box{margin-top: -40px;} */ /* .home-banner-swiper .swiper-slide:not(.test){margin: auto;} .home-banner-swiper .swiper-slide:not(.test) .inner{position: unset;transform: translate(0);} */ /* Animation setup */ /* Keyframes for the bounce animation */ /* .platform-phone-icon img{width: 70%;} */ /* .platform-phone-item p.text-title{font-size:32px;} */ .platform-phone-img img{max-width:257px;/*height:630px;*/height:auto;} --> --> /* .market-transaction .product-table-wrap .market-transaction-swiper{overflow: hidden;} */ --> // e.preventDefault(); // slidesPerView :1, // var headerHeight = $('.header').height() // $('body').css({ 'padding-top': headerHeight }) // $(window).resize(function () { // var headerHeight = $('.header').height() // $('body').css({ 'padding-top': headerHeight }) // }); // function numberFlip(tick) { // let numVal = document.querySelectorAll('.home-row8 .tick')[0].getAttribute('data-type'); // let row8Dom = document.querySelectorAll('.home-row8')[0] // let temp = 0; // function change(){ // tick.value = numVal; // temp = 1; // } // window.addEventListener('scroll', function() { // let scroH = Number(window.scrollY); // let winHeight = Number(window.innerHeight); // if(scroH + winHeight > row8Dom.offsetTop && temp==0){ // change(); // } // },{passive: true}); // }