#notice_home_top.berges {
  position: fixed;
  top: 0;
  z-index: 400;
  background-color: #43B57E;
}
#notice_home_top.berges .notice-content {
  font-size: 14px;
}
#notice_home_top.berges svg {
  height: 14px;
  vertical-align: middle;
  margin-right: 8px;
  margin-top: -3px;
}
#notice_home_top.berges svg path {
  fill: #FFF;
}
#notice_home_top.berges a {
  position: relative;
  text-transform: none;
  text-decoration: none;
  cursor: pointer;
}
#notice_home_top.berges a span {
  border-bottom: 1px solid #FFF;
}
#notice_home_top.berges a:hover span {
  border-bottom: none;
}
#notice_home_top.berges a:hover i {
  border-bottom: none;
  right: -55px;
  transition: right 0.5s;
}
#notice_home_top.berges a i {
  position: absolute;
  top: -85%;
  right: -47px;
  padding: 0;
  font-size: 3.4em;
  transition: right 0.2s;
}

.rheader {
  position: fixed;
  top: 60px !important;
  left: 0;
}


@media (max-width: 550px) {
  #notice_home_top.berges .notice-content {
    padding: 10px 0;
  }
}

@media (max-width: 600px) {
  #notice_home_top.berges a i {
    display: none;
  }

  .rheader + .layout-main > .layout-content:first-child,
  .rheader + .quick-access + .layout-main > .layout-content:first-child {
    padding-top: 120px !important;
  }
}

@media (min-width: 1161px) {
  .rheader.extended + .layout-main > .layout-content:first-child,
  .rheader.extended + .quick-access + .layout-main > .layout-content:first-child {
    padding-top: 160px !important;
  }
  .rheader.extended + .quick-access {
    margin-top: 160px !important;
  }
}

@media (min-width: 601px) {
  .rheader + .layout-main > .layout-content:first-child,
  .rheader + .quick-access + .layout-main > .layout-content:first-child {
    padding-top: 140px !important;
  }
  .rheader + .quick-access {
    margin-top: 140px !important;
  }
}
