
@media (max-width: 1024px) and (min-width: 1024px) {
} 
@media (max-width: 1024px) and  (min-width: 768px) {
  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 98%;
  }
}
@media (max-width: 1440px) and (min-width: 1024px) {
  /***home***/
  #home-monthly:before {
    content: none;
  }
  #home-other:before {
    content: none;
  }
} 
@media (max-width: 991.98px) {
  /***home***/
  #home-monthly:before {
    content: none;
  }
  #home-other:before {
    content: none;
  }
  /***page***/   
  #page #content {
    padding: 2rem 0;
  }
  #body-top-box:before {
    margin-top: 50px;
  }
} 
@media (max-width: 767.98px) {
  /***home***/
  #home-monthly .content-box .article {
    height: 170px;
  }
  /***page***/ 
  #body-top-box:before {
    margin-top: 10px;
  }
  .body-top {
    height: auto;
    padding: 10px 0;
  }
  .gw-breadcrumb {
    margin-top: 0.25rem;
    justify-content: left;
  } 
}
@media (max-width: 575.98px) {
}
@media (orientation: landscape) and (max-width:992px) {
}
