/* 2026 공지바 스킨 — .m26-notice 스타일은 main2026.css 에서 관리 */

/* 티커 리스트 */
.m26-notice__ticker {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 30px;
    overflow: hidden;
    flex: 1;
    min-width: 0;
}
.m26-notice__ticker li {
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.m26-notice__ticker li a {
    font-weight: 500;
    font-size: clamp(12px, 10px + 0.52vw, 20px); /* main2026.css 공지바 폰트와 동일 */
    letter-spacing: -0.02em;
    color: #fff;
    text-decoration: none;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.m26-notice__ticker li a:hover { opacity: 0.8; }

/* 단일 공지 제목 링크 */
.m26-notice__title a {
    color: #fff;
    text-decoration: none;
}
.m26-notice__title a:hover { opacity: 0.8; }
