@media (max-width: 768px) {
  body, html {
    width: 100vw;
    overflow-x: hidden;
  }
  .hall-intro, .mendianbox, .tel, .footer {
    width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
  }
  .header-inside {
    flex-direction: column;
    align-items: flex-start;
  }
  /* .nav-warp {
    display: none;
  }
  .mobile-nav-toggle {
    display: block !important;
    cursor: pointer;
    margin-left: auto;
    margin-right: 10px;
  }
  .mobile-nav-toggle span {
    display: block;
    width: 30px;
    height: 4px;
    background: #333;
    margin: 6px 0;
    border-radius: 2px;
  }
  .menu {
    display: none !important;
    position: static !important;
    box-shadow: none !important;
    background: #fff;
    width: 100%;
    padding: 0;
  }
  .menu .meun-inside {
    flex-direction: column;
    width: 100%;
  }
  .menu-warp, .menu-warp-first, .menu-warp-first-third {
    width: 100% !important;
    margin: 0;
    padding: 0;
  } */
  .showimg-inside img {
    width: 100% !important;
    height: auto !important;
  }
  .hall-intro {
    padding: 70px 0 30px 0 !important;
  }
  .hall-intro-tit h1, .hall-intro-tit h2 {
    font-size: 20px !important;
    text-align: center;
    word-break: break-all;
  }
  .mendianbox {
    width: 100% !important;
    margin: 0 auto;
  }
  .mendianbox .num h3 {
    width: 100% !important;
    font-size: 18px !important;
    height: auto !important;
    /* padding: 20px 0; */
  }
  .mendian_p {
    font-size: 16px !important;
    margin-top: 30px !important;
  }
  .tel-tit h1, .tel-tit h2, .tel-tit h3, .tel-tit h4 {
    font-size: 18px !important;
    text-align: center;
  }
  .footer {
    height: auto !important;
    padding: 30px 0 !important;
    flex-direction: column !important;
    align-items: center !important;
  }
  .footer_log {
    max-width: 180px !important;
    margin-bottom: 20px;
  }
  .footer_code_box {
    flex-direction: row !important;
    justify-content: center !important;
    flex-wrap: wrap;
    margin-top: 10px !important;
  }
  .footer_code_box_li {
    margin: 0 8px 10px 8px !important;
  }
  .footer>p, .footer>h3 {
    font-size: 14px !important;
    text-align: center;
    margin-top: 10px !important;
  }
  #toolbar {
    display: none !important;
  }
  /* #toolbar {
    right: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    bottom: 0 !important;
    top: auto !important;
    position: fixed !important;
    z-index: 9999;
    background: rgba(51,51,51,0.95);
  }
  #toolbar ul {
    display: flex !important;
    justify-content: space-around !important;
    align-items: center !important;
    padding: 0;
    margin: 0;
  }
  #toolbar li {
    flex: 1 1 0;
    text-align: center;
    padding: 8px 0;
  }
  #toolbar .wz {
    display: none !important;
  }
  #toolbar .ewm-box {
    left: 50% !important;
    transform: translateX(-50%) !important;
    top: -120px !important;
  } */
} 