.top_announcement{padding:0 40px;position:relative;background:var(--color-bg-darkgrey);text-align:center;height:40px;line-height:40px}.top_announcement .announcement_txt{display:inline-block;max-width:60%;font-size:var(--font-size-14);font-weight:var(--font-weight-m);color:var(--color-text-inverse);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;cursor:pointer}.top_announcement .iconbox{position:absolute;top:50%;right:40px;transform:translateY(-50%)}@media screen and (max-width:1024px){.top_announcement{padding:0 32px}.top_announcement .announcement_txt{width:80%}.top_announcement .iconbox{right:32px}}@media screen and (max-width:767px){.top_announcement{padding:0 12px;height:40px}.top_announcement .announcement_txt{width:80%}.top_announcement .iconbox{right:8px}}