.inner{width:100%;height:8rem;position:relative;overflow:hidden}.wrapper{width:max-content;animation:20s linear infinite swipe;display:flex;position:absolute}.wrapper:hover{animation-play-state:paused}.bannerTextSection{flex-shrink:0;padding-right:60px;display:flex}.bannerTextSection p{text-align:center;width:480px}.bannerTextSection p:first-child{width:620px}.bannerTextSection p:nth-child(2){width:770px}.bannerTextSection p:nth-child(3){width:480px}.bannerTextSection p:nth-child(4),.bannerTextSection p:nth-child(5){width:460px}.bannerTextSection p:nth-child(6){width:650px}.bannerImageSection{flex-shrink:0;align-items:center;gap:60px;padding-right:60px;display:flex}.bannerImageImage{-o-object-fit:contain;object-fit:contain;filter:grayscale();opacity:.7;flex-shrink:0;transition:filter .3s,opacity .3s,transform .3s}.bannerImageImage:hover{filter:grayscale(0%);opacity:1;transform:scale(1.05)}@keyframes swipe{0%{transform:translate(0)}to{transform:translate(-50%)}}
