@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;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .news_list {
    row-gap: 40px;
  }
  .news_list li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

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