/* AUO_MOBILE_NAV_FOOTER_V13 */
@media (max-width: 767px) {
  html,
  body {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-x: hidden !important;
  }

  *,
  *::before,
  *::after {
    box-sizing: border-box !important;
  }

  body {
    padding-top: 62px !important;
  }

  html.auo-mobile-ready .auo-mobile-legacy-header,
  html.auo-mobile-ready .auo-mobile-legacy-nav {
    display: none !important;
  }

  .auo-mobile-topbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2147482000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-width: 0;
    height: 62px;
    padding: 0 14px;
    background: #ffffff;
    border-bottom: 1px solid #e5e7eb;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  }

  .auo-mobile-brand {
    display: flex;
    flex-direction: column;
    min-width: 0;
    color: #087796 !important;
    text-decoration: none !important;
  }

  .auo-mobile-brand strong {
    font-size: 19px;
    line-height: 20px;
    letter-spacing: 0.4px;
  }

  .auo-mobile-brand span {
    overflow: hidden;
    max-width: 190px;
    color: #667085;
    font-size: 10px;
    line-height: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .auo-mobile-menu-button {
    min-width: 72px;
    height: 38px;
    padding: 0 12px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    background: #087796;
    border: 0;
    border-radius: 5px;
  }

  .auo-mobile-menu-overlay {
    position: fixed;
    z-index: 2147481999;
    top: 62px;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    background: rgba(15, 23, 42, 0.46);
  }

  html.auo-mobile-menu-open .auo-mobile-menu-overlay {
    display: block;
  }

  .auo-mobile-menu-drawer {
    width: min(88%, 360px);
    min-height: 100%;
    padding: 12px 16px 28px;
    overflow-y: auto;
    background: #ffffff;
    box-shadow: 8px 0 24px rgba(0, 0, 0, 0.16);
  }

  .auo-mobile-menu-drawer a {
    display: block;
    padding: 15px 4px;
    color: #1f2937 !important;
    font-size: 17px;
    line-height: 22px;
    text-decoration: none !important;
    border-bottom: 1px solid #e5e7eb;
  }

  .auo-mobile-menu-drawer .auo-mobile-menu-inquiry {
    margin-top: 18px;
    padding: 14px;
    color: #ffffff !important;
    font-weight: 600;
    text-align: center;
    background: #12a66a;
    border: 0;
    border-radius: 5px;
  }

  .main,
  .product_box,
  .product_middle,
  .case_box,
  .case_middle,
  .news_box,
  .news_middle,
  .slideBoxs,
  .slideBoxs .bd,
  .slideBoxs .bd li,
  .slideBoxs .bd li a,
  .slideBoxs .hd ul {
    width: 100% !important;
    min-width: 0 !important;
  }

  .slideBoxs,
  .slideBoxs .bd,
  .slideBoxs .bd li,
  .slideBoxs .bd li a {
    height: auto !important;
  }

  .slideBoxs .bd img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 180px;
    object-fit: cover;
  }

  .slideBoxs .hd {
    bottom: 10px !important;
  }

  .product_middle,
  .case_middle,
  .news_middle {
    padding-right: 14px !important;
    padding-left: 14px !important;
  }

  .product_middle ul,
  .case_middle ul {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
    width: 100% !important;
    padding: 0 !important;
  }

  .product_middle ul .product_one,
  .case_middle ul li {
    float: none !important;
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 144px;
    margin: 0 !important;
    padding: 14px 8px !important;
  }

  .product_middle ul .product_one img,
  .case_middle img {
    max-width: 100% !important;
    height: auto !important;
  }

  footer,
  #footer,
  .footer,
  .footer_box,
  .footer_mid,
  .bottom_footer,
  #sticky_footer,
  #footer_menu {
    width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    overflow: visible !important;
  }

  .footer .main,
  .footer_box .main,
  .footer_mid .main,
  #sticky_footer .main,
  #footer_menu .main {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 24px 22px !important;
  }

  .footer ul,
  .footer li,
  .footer p,
  .footer a,
  .footer span,
  .footer div,
  .footer_box ul,
  .footer_box li,
  .footer_box p,
  .footer_box a,
  .footer_box span,
  .footer_box div,
  .footer_mid ul,
  .footer_mid li,
  .footer_mid p,
  .footer_mid a,
  .footer_mid span,
  .footer_mid div,
  #sticky_footer ul,
  #sticky_footer li,
  #sticky_footer p,
  #sticky_footer a,
  #sticky_footer span,
  #sticky_footer div {
    float: none !important;
    width: auto !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    overflow: visible !important;
    color: inherit !important;
    font-size: 14px !important;
    line-height: 1.65 !important;
    text-align: left !important;
    text-indent: 0 !important;
    text-overflow: clip !important;
    white-space: normal !important;
    word-break: break-word !important;
  }

  .footer li,
  .footer_box li,
  .footer_mid li,
  #sticky_footer li {
    display: block !important;
    margin-bottom: 8px !important;
  }

  .footer img,
  .footer_box img,
  .footer_mid img,
  #sticky_footer img {
    display: block !important;
    width: auto !important;
    max-width: 170px !important;
    height: auto !important;
    margin: 0 auto 16px !important;
  }

  .bottom_footer,
  .bottom_footer * {
    min-width: 0 !important;
    padding: 10px 14px !important;
    font-size: 12px !important;
    line-height: 1.6 !important;
    text-align: center !important;
    white-space: normal !important;
    word-break: break-word !important;
  }
}
