.notice-container {
  width: 100vw;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 19999999991;
  backdrop-filter: blur(6px);
}
.notice-container .notice-mask {
  background-color: #000;
  opacity: 0.6;
  width: 100vw;
  height: 100%;
}
.notice-box {
  background: #ffffff;
  box-shadow: 5px 2px 18px 0px rgba(0, 0, 0, 0.61);
  border-radius: 27px;
  padding: 32px 34px 20px 34px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 600px;
}
.notice-box .mam_close {
  cursor: pointer;
  position: absolute;
  right: 34px;
  top: 32px;
  z-index: 1;
}
.notice-box .mam_close > img {
  width: 28px;
  height: 28px;
}
.notice-box .mam_close > i {
  font-size: 28px;
  color: #353d4f;
}
.notice-title {
  display: flex;
  padding-bottom: 20px;
  align-items: flex-end;
}
.notice-title > img {
  width: 125px;
  margin-right: 20px;
}
.notice-title > span {
  font-size: 14px;
  color: #353d4f;
}
.notice-content {
  border-top: 1px solid #e4e6e8;
  border-bottom: 1px solid #e4e6e8;
  max-height: 360px;
  overflow: hidden;
  width: 43vw;
}
.notice-title-m {
  display: none;
  padding-bottom: 8px;
  align-items: center;
  justify-content: center;
}
.notice-title-m > img {
  width: 24px;
  margin-right: 5px;
}
.notice-title-m > span {
  font-size: 17px;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.2;
}
.notice-content-m {
  display: none;
}
.notice-content .panel-title a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #353d4f;
  /* padding: 13px 0; */
  position: relative;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  padding-right: 23px;
}
.notice-content .panel-title a::before {
  content: '' !important;
}
.notice-content .panel-title a i {
  font-size: 14px;
  font-weight: 400;
  transform: rotate(-90deg);
}
.notice-content .active .panel-title a i {
  transform: rotate(90deg);
}
.notice-content .panel-title a > span,
.notice-content .panel-title a > div {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  width: 100%;
  min-width: 50%;
  max-width: 70%;
  padding: 13px 0;
  display: inline-block;
}
.notice-content .panel-title a > span:hover,
.notice-content .panel-title a > div:hover {
  transition: 0.2s;
  color: #4a6391;
}
.notice-content .panel-heading {
  padding: 0 0 0 41px !important;
}
.notice-content .panel-group .panel {
  border: none;
}
.notice-content .panel-group {
  margin-bottom: 0;
}
.notice-content .panel-body {
  max-height: 235px;
  overflow: hidden;
  background-color: #f9f9f9;
  font-size: 14px;
  line-height: 22px;
  color: #353d4f;
  position: relative;
  padding: 16px 42px 19px 50px !important;
}
.notice-content .panel-body > div {
  padding-bottom: 20px;
}
#accordion .panel-heading a:before {
  content: ' \e87e';
  font-family: 'notice' !important;
  font-size: 16x;
  position: absolute;
  font-family: 'Material Icons';
  right: 5px;
  top: 14px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#accordion .panel-heading.active a:before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.notice-footer .notice-footer-item {
  padding: 18px 0;
  display: grid;
  grid-template-columns: 23% 77%;
}
.notice-footer .notice-footer-item:first-child {
  border-bottom: 1px solid #e4e6e8;
}
.notice-footer .notice-footer-item img {
  margin-right: 30px;
}
.notice-footer .notice-footer-title {
  font-size: 16px;
  font-weight: bold;
  color: #353d4f;
}
.notice-footer .notice-footer-campaign {
  font-size: 14px;
  font-weight: 400;
  color: #353d4f;
  margin-right: 20px;
  text-decoration: underline;
}
.notice-footer .notice-countdown {
  font-size: 14px;
  color: #353d4f;
  text-align: center;
}
.notice-footer-icon i {
  color: var(--primary);
  vertical-align: middle;
  font-size: 20px;
  margin-right: 20px;
}
.notice-footer-icon .icon-Youtube-fill {
  font-size: 26px;
}
@media (max-width: 767px) {
  .notice-content {
    max-height: 360px;
  }
  .notice-content .panel-body {
    max-height: 220px;
  }
  .notice-box {
    max-width: 100%;
    width: auto;
    padding: 20px 32px 23px;
    bottom: 0;
    top: auto;
    transform: none;
    position: fixed;
    left: 0;
    border-radius: 9px 9px 0px 0px;
  }
  .notice-footer {
    padding: 18px 0;
  }
  .notice-footer-item,
  .notice-content,
  .notice-title {
    display: none !important;
  }
  .notice-box .mam_close {
    right: 32px;
    top: 22px;
  }
  .notice-box .mam_close > i {
    font-size: 14px;
    color: var(--secondary);
    font-weight: bold;
  }
  .notice-title-m {
    display: flex;
  }
  .article-body-m {
    padding-top: 21px;
    width: calc(100vw - 64px);
  }
  .notice-content-m {
    display: block;
  }
  .rs-tit-m {
    font-size: 14px;
    font-weight: 400;
    color: var(--text-primary);
    line-height: 1.4;
    padding-bottom: 12px;
    border-bottom: 1px solid #ebebeb;
  }
  .rs-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 9px;
  }
  .rs-meta-m {
    font-size: 12px;
    font-weight: 300;
    color: #8b8b8b;
    line-height: 1.2;
  }
  .rs-more-m {
    font-size: 12px;
    font-weight: 300;
    line-height: 1.2;
    color: var(--primary);
  }
}
