.scroll{width:700px;min-height:40px;margin:10px auto;display:flex;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#fff 20% 80%,#0000)}@media screen and (max-width:768px){.scroll{width:90vw;max-width:500px}}@media screen and (max-width:640px){.scroll{width:85vw;max-width:400px}}@media screen and (max-width:480px){.scroll{width:90vw;max-width:350px}}@media screen and (max-width:380px){.scroll{width:92vw;max-width:320px;margin:8px auto}}@media screen and (max-width:320px){.scroll{width:95vw;max-width:300px;margin:6px auto}}.custom-scrollbar::-webkit-scrollbar{width:4px}.custom-scrollbar::-webkit-scrollbar-track{background:#ffffff0d;border-radius:2px}.custom-scrollbar::-webkit-scrollbar-thumb{background:#ff7a1880;border-radius:2px;transition:background .2s}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#ff7a18b3}.scroll div{white-space:nowrap;animation:scroll var(--time)linear infinite;animation-delay:calc(var(--time)*-1)}.scroll div:nth-child(2){animation:scroll2 var(--time)linear infinite;animation-delay:calc(var(--time)/-2)}@keyframes scroll{0%{transform:translate(100%)}to{transform:translate(-100%)}}@keyframes scroll2{0%{transform:translate(0)}to{transform:translate(-200%)}}.scroll div span{letter-spacing:.2em;color:#fff;white-space:nowrap;background:#333;border-radius:5px;margin:10px;padding:5px 10px;font-size:14px;transition:all .5s;display:inline-flex}@media screen and (max-width:768px){.scroll div span{margin:8px;padding:4px 8px;font-size:13px}}@media screen and (max-width:640px){.scroll div span{letter-spacing:.1em;margin:6px;padding:3px 6px;font-size:12px}}@media screen and (max-width:480px){.scroll div span{letter-spacing:.05em;margin:5px;padding:3px 5px;font-size:11px}}@media screen and (max-width:380px){.scroll div span{margin:4px;padding:2px 4px;font-size:10px}}.scroll div span:hover{cursor:pointer;background:#ff7a18}.imgBox div{justify-content:center;align-items:center;gap:12px;display:flex}.imgBox img{object-fit:contain;border-radius:6px;flex-shrink:0;min-width:40px;max-width:60px;height:auto;transition:transform .3s}.imgBox img:hover{filter:brightness(1.1);transform:scale(1.05)}@media screen and (max-width:768px){.imgBox div{gap:10px}.imgBox img{min-width:35px;max-width:50px}}@media screen and (max-width:640px){.imgBox div{gap:8px}.imgBox img{min-width:30px;max-width:45px}}@media screen and (max-width:480px){.imgBox div{gap:6px}.imgBox img{min-width:28px;max-width:40px}}@media screen and (max-width:380px){.imgBox div{gap:5px}.imgBox img{min-width:25px;max-width:35px}}@media screen and (max-width:320px){.imgBox div{gap:4px}.imgBox img{min-width:22px;max-width:30px}}
