.notice-alert {
  position: fixed;
  width: 80%;
  left: 0;
  height: 70vh;
  background: #003267;
  padding: 0;
  color: #fff;
  z-index: 3000;
  border-radius: 0 15px 15px 0;
  box-shadow: 5px 5px 15px #000;
  opacity: 0.93;
}
.notice-alert .notice-inner {
  overflow-y: auto;
  height: 60vh;
  min-height: 200px;
  display: none;
}
.notice-alert .notice-shutter {
  display: block;
  width: 50px;
  background: #a50000;
  position: absolute;
  height: 100%;
  right: -2px;
  top: 0;
  border-radius: 0 15px 15px 0;
  border-left: 1px solid #873c3c;
}
.notice-alert .notice-shutter .notice_info_txt {
  padding-top: 10px;
  margin-left: 2px;
  display: block;
}
.notice-alert .notice-shutter .close_notice {
  padding: 5px;
  position: absolute;
  display: none;
  right: 15px;
  top: 10px;
}
.notice-alert .notice-shutter .open_notice {
  padding: 4px 0 0 24px;
  position: absolute;
}
.notice-alert .notice-shutter .text-horizontal {
  transform-origin: 0 0;
  transform: rotate(270deg);
  position: absolute;
  width: 200px;
  padding: 15px;
  text-align: center;
  bottom: 0;
}
.notice-alert .notice-shutter .open_close_notice {
  display: block;
  height: 100%;
}
.notice-alert a {
  color: #fff;
  text-decoration: none;
}
.notice-alert.opened {
  padding: 5vh 60px 5vh 5vh;
  opacity: 1 !important;
}
.notice-alert.opened .notice-inner {
  display: block;
}
.notice-alert.opened .notice-shutter .text-horizontal {
  display: block;
  left: 16px;
  width: 200px;
}
.notice-alert.opened .notice-shutter .close_notice {
  display: block;
}
.notice-alert.opened .notice-shutter .open_notice {
  display: none;
}
.notice-alert.auto_closed {
  bottom: 30px;
  height: 239px;
  display: none;
}
.notice-alert.auto_closed .text-horizontal {
  width: 180px;
  left: 27px;
  padding: 0;
  overflow: hidden;
}

/*# sourceMappingURL=notice.css.map */
