.lnb-notice {
  --font-size: 16px;
  --font-weight: 400;
  --bg-color: '';
  --text-color: '';
  background-color: var(--bg-color);
  text-align: center;
  padding: 0.5em 2em;
  font-size: var(--font-size);
  font-weight: var(--font-weight);
  color: var(--text-color);
  position: -webkit-sticky;
  position: sticky;
  z-index: 99998;
  top: 0;
  display: block;
}
.lnb-notice + header {
  top:40px !important;
}
.lnb-notice a {
  color: #fff;
  text-decoration: underline;
}
.lnb-notice__close {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 2em;
  text-align: center;
  font-size: 1.5em;
}
.lnb-notice__close:hover {
  cursor: pointer;
  cursor: hand;
}
.lnb-notice--hidden {display:none}

.lnb-notice--hidden + header {
    top:0 !important;
}
