.notice-inner-wrap{background:#005a89;border-radius:10px;padding:10px}.marquee{white-space:nowrap}.marquee__track{animation:marquee 100s linear 0s infinite normal none running}.marquee__track p{color:#fff;font-weight:600;padding-right:8rem}.notice-text p a{color:#fff;font-weight:600;text-decoration:underline}.notice-text p{color:#fff;font-weight:600;margin-bottom:0}@media(max-width:768px){.notice-inner-wrap{padding:20px}}.marquee{overflow:hidden;position:relative;width:100%}.marquee__track{animation:marquee 90s linear infinite;display:inline-flex;white-space:nowrap;width:max-content}.marquee:hover .marquee__track{animation-play-state:paused}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (max-width:768px){.notice-inner-wrap{padding:20px}.marquee__track{animation-duration:60s}}