@media (max-width: 992px) {
  #htmlBody {
    min-width: 0;
  }
  #htmlBody,
  .gridwrapper {
    width: 100%;
  }
  .grid-2,
  .grid-3,
  .grid-5 {
    width: 100%;
  }
  .gridwrapper {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .grids {
    margin: 0;
    box-sizing: border-box;
  }
  .grids [class*="grid-"] {
    margin: 0;
    box-sizing: border-box;
  }
  #footer .wrapper {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
@media (max-width: 767px) {
  .issuuWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
    overflow: hidden;
  }
  .issuuWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #htmlBody {
    min-width: 0;
  }
  .wrapper,
  .gridwrapper {
    width: auto;
  }
  .header .inner {
    width: 100%;
  }
  .hamburger_btn {
    display: block;
  }
  .main_menu {
    width: 320px;
    height: 100%;
    background-color: #646464;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    right: -320px;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    opacity: 1;
    z-index: 999;
    overflow: scroll;
  }
  .nav_open .main_menu {
    right: 0;
  }
  #main-nav {
    position: static;
    margin-top: 50px;
  }
  .main_menu ul {
    padding: 0;
    margin: 0;
    position: relative;
  }
  .header .nav li {
    position: static;
    display: block;
  }
  .header .nav li a {
    display: block;
  }
  .searchsite {
    float: none;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .searchsite .search-input {
    width: 100%;
  }
  .searchsite .btn-search-submit {
    right: 8px;
  }
  /*---
 ===== menu =====
 ---*/
  .promotion-listing li,
  .brochure-item,
  div.listing ul.items > li {
    display: block;
    width: 100%;
    margin-right: 0;
  }
  .footer-menu-link {
    padding: 0;
    width: 49%;
    border: 0;
  }
  [role="main"] {
    padding-bottom: 20px;
  }
  .footer {
    margin-bottom: 20px;
  }
  .footer-copyright,
  .footer-social-links {
    width: 100%;
    margin-bottom: 10px;
  }
  .footer-menu-links {
    margin: 0;
  }
  .footer-social-links ul {
    text-align: center;
  }
  #eligibleModal td {
    font-size: 12px;
  }
}
@media (max-width: 320px) {
  #eligibleModal .modal-body {
    padding: 5px;
  }
  #eligibleModal td {
    padding: 2px;
    width: auto;
  }
}
