body {
  background-color: #074784;
}

.menu-guideline {
  height: 100%;
  padding-left: 5%;
  padding-right: 5%;
  background: url(../../../img/icon/bg2.jpg);
  position: relative;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center right;
  background-attachment: fixed;
}

.menu-guideline:before {
  background-color: #c1c4c898;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0%;
  top: 0%;
}
