﻿#projects #home-projects .swiper-slide .projects-cont p.projects-cont-more{display: inline-block;font-weight: normal;text-transform: lowercase;font-size: var(--fontsize14);transform: scale(0.8);}
@media (max-width:600px){#projects #home-projects .swiper-slide .projects-cont{margin-top:-25%;z-index:2;position: relative;width:90%;left:5%;}}
#home-swiper .ban{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#FFF;opacity:0;z-index:2}
#home-swiper .ban1{top: 45%;left:43%;width:70%;line-height: 1.1;}
#home-swiper .ban1 .p1{margin-bottom: 1vw;font-size: 4vw;font-weight: bold;opacity: 0;}
#home-swiper .ban1 .p2{font-size: 1.8vw;line-height: 1.5;opacity: 0;}
#home-swiper .swiper-slide-active .ban1{animation:bannerani .5s forwards;animation-delay:.5s}
#home-swiper .swiper-slide-active .ban1 .p1{animation:bannerani .5s forwards;animation-delay:1s}
#home-swiper .swiper-slide-active .ban1 .p2{animation:bannerani .5s forwards;animation-delay: 1.5s}
@keyframes bannerani{0%{margin-top:-20px}
100%{opacity:1;margin-top:0px}}
@media (min-width:1025px){
#about .about-con .home-title{font-size:44px}
#about .about-con .home-label{font-size:var(--fontsize16)}
#about .about-con .about-des{font-size:var(--fontsize18)}
#about .about-con .more-btn{font-size:var(--fontsize18)}
}