@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .header .drop_btn,
  .header .main_menu a {
    padding: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .header_inner {
    padding: 16px 0;
  }
  .header .main_logo img {
    height: 80px;
  }
  .header .menu_btn {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .footer_logo img {
    height: 240px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .footer_bottom {
    margin-top: 40px;
  }
}

/*# sourceMappingURL=index-l.css.map */
