@charset "utf-8";

@media all and (max-width: 1300px) {
  .inner {
    max-width: 90%;
  }

  header .inner {
    max-width: 90% !important;
  }
  header .header_bottom {
  }
  header .header_bottom .inner {
    height: auto;
  }
  header .ham {
    display: block;
  }

  .header_bottom .header_logo {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header_bottom nav {
    position: fixed;
    z-index: 11;
    top: 0;
    right: 0;
    width: 100%;
    height: 100dvh;
    overflow: hidden;
    overflow-y: auto;
    margin: 0;
    background: rgb(0 0 0 / 50%);
    opacity: 0;
    visibility: hidden;
    display: flex;
    justify-content: flex-end;
  }
  .header_bottom nav.active {
    opacity: 1;
    visibility: visible;
  }
  .header_bottom nav.active .main_menu {
    transform: translateX(0);
  }
  .main_menu {
    margin: 0;
    left: unset;
    flex-direction: column;
    background: #fff;
    width: 80%;
    height: 100%;
    padding: 50px 0 0 0;
    transform: translateX(100%);
    transition: all 300ms;
  }
  .main_menu > li {
    height: auto;
    border-bottom: 1px solid #e0e0e0;
  }
  .main_menu > li::after {
    bottom: unset;
    top: 50px;
    left: 0;
    transform: unset;
  }
  .main_menu > li > a {
    line-height: 50px;
    height: 50px;
    width: 100%;
    font-size: 14px;
    text-align: left;
    padding: 0 5%;
  }
  .main_menu > li .sub_menu {
    position: static;
    height: auto !important;
    display: none !important;
  }
  .main_menu > li .sub_menu a {
    text-align: left;
    padding: 10px 5%;
    line-height: 26px;
    font-size: 13px;
  }
  .main_menu > li.active {
  }
  .main_menu > li.active .sub_menu {
    display: block !important;
    background-color: #e9f1e9;
  }
  .main_menu > li.active::after {
    width: 100%;
  }

  .site-footer {
    padding-left: 5%;
    padding-right: 5%;
    height: auto;
  }
  .site-footer .container {
    width: 100% !important;
  }

  .section {
    padding: 48px 0;
  }
  .p-hero {
    font-size: 16px;
  }
  .p-body {
    font-size: 14px;
  }
  .p-body b {
    font-weight: 600;
  }
}
