﻿#home-swiper{position:relative}
#home-swiper .banner-text{position:absolute;left:4%;top:50%;transform:translate(0,-50%);color:#fff;line-height:1.4;width:55%}
#home-swiper .banner-text .title{font-size:3vw;font-weight:600;color:#d9841a}
#home-swiper .banner-text .desc{font-size:1vw}
#home-swiper .banner-text .list{max-width:20vw;margin-top:2%;display:grid;gap:10px;grid-template-columns:repeat(6,1fr)}
#home-swiper .banner-text .list li img{width:100%}
#home-swiper .banner-text .list{background:#ffffff50}
@media (max-width:768px){#home-swiper .banner-text .list{max-width:unset}
}