﻿/* new_notice section */
.notice_news {
  background: #008fff;
  margin-top: 0;
  position: relative;
  text-align: center;
  z-index: 9;
}

.notice_news .new_highlight {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 1px;
  position: relative;
}

.notice_news .new_highlight:before {
  background: radial-gradient(#fff, #0000);
  content: "";
  height: 100%;
  left: 100%;
  position: absolute;
  top: 0;
  width: 2px;
  z-index: 9;
}

/* new_notice section end */