@media screen and (max-width: 1439px) {
  #content {
    padding-top: 85px;
  }
}
@media screen and (max-width: 768px) {
  #content .mv-bnr {
    bottom: 14.5vw;
  }
}
@media screen and (max-width: 650px) {
  #content .mv-bnr {
    bottom: 17vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #content .mv-bnr {
    bottom: 112px;
  }
}
