@charset "utf-8";

.message-banner {
  height: 60px;
  background: linear-gradient(179deg, #F13227, #ff795e);
}

.message-banner-content {
  height: 100%;
  position: relative;
  cursor: pointer;
}

.message-banner-content img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  /* right: 0;
  bottom: 0;
  margin: 0 auto; */
}

.message-banner-option {
  position: absolute;
  top: 17px;
  right: 40px;
  z-index: 1;
  opacity: 0.5;
}

.message-banner-option:hover {
  opacity: 1;
}

.message-banner-close {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("/static/Public/images/act_pop/act_25618/header-banner-close.png");
  background-size: 100%;
  cursor: pointer;
}