.header-notice {
  background: #0F2337;
  display: flex;
}
.header-notice .text-area {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 650px;
  margin: 0 auto;
  padding: 13px 0;
}
.header-notice .text-area p {
  font-family: Biotif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  padding: 0 5px 0 0;
  margin: 0;
  color: #fff;
}
.header-notice .text-area a {
  font-family: Biotif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  text-decoration: underline;
  color: #fff;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  cursor: pointer;
}
.header-notice .text-area a:hover {
  color: #ff7959;
  text-decoration: underline;
}
.header-notice .close-icon {
  display: none;
  width: 12px;
  height: 12px;
  position:absolute;
  font-size: 0px;
  right: 20px;
  top: 14px;
  cursor: pointer;
}
.header-notice .close-icon:before {
  content: "";
  background: url(/template/85b5ce5e/images/notice-close.svg) no-repeat;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.header-notice .close-icon:hover:before {
  opacity: 0.7;
}
