.tm-wrap{position:relative;width:100%;overflow:hidden}.tm-wrap *{box-sizing:border-box}.tm-track{display:flex;flex-wrap:nowrap;width:max-content;animation:tm-scroll var(--tm-dur,60s) linear infinite;will-change:transform}.tm-wrap:hover .tm-track,.tm-wrap:focus-within .tm-track{animation-play-state:paused}@keyframes tm-scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}.tm-item{flex:0 0 auto;width:calc(100vw / var(--tm-pc,6));height:var(--tm-h,110px);display:flex;align-items:center;justify-content:center;padding:0 var(--tm-gap,16px)}.tm-item img{max-width:100%;max-height:58%;width:auto;height:auto;object-fit:contain;display:block}@media(max-width:1024px){.tm-item{width:calc(100vw / var(--tm-tab,4))}}@media(max-width:600px){.tm-item{width:calc(100vw / var(--tm-mob,3))}}@media(prefers-reduced-motion:reduce){.tm-track{animation:none}.tm-wrap{overflow-x:auto}}.tm-logo{width:100%}.tm-logo img{width:var(--tm-logo-w,100px);height:auto;display:block;margin:0 auto}@media(min-width:1025px){.tm-logo img{width:var(--tm-logo-w-pc,120px);margin:0}}