
/* 2026-05-15-v1 모바일 하단 메뉴 통합 / 우측 플로팅 제거 */
.anyncar-mobile-bottom-menu {
  display: none;
}

@media (max-width: 768px) {
  html, body {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  body {
    padding-bottom: 86px !important;
  }

  .floating-buttons,
  .floating-kakao,
  .floating-btn,
  .quick-floating,
  .right-floating,
  .channel-floating,
  .kakao-floating,
  .side-floating,
  .bookmark-btn,
  .favorite-btn,
  .favorite-floating,
  .float-favorite,
  .btn-favorite,
  .floating-star,
  [class*="floating"],
  [class*="bookmark"],
  [class*="favorite"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  .anyncar-mobile-quickbar,
  .mobile-tab-bar,
  .bottom-nav,
  .mobile-bottom-nav {
    display: none !important;
  }

  .anyncar-mobile-bottom-menu {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100000;
    height: 74px;
    display: grid !important;
    grid-template-columns: repeat(6, 1fr);
    background: rgba(255,255,255,.98);
    border-top: 1px solid rgba(15,23,42,.12);
    box-shadow: 0 -12px 34px rgba(0,0,0,.18);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }

  .anyncar-mobile-bottom-menu a {
    min-width: 0;
    height: 74px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    text-decoration: none;
    color: #6B7280;
    font-weight: 900;
    font-size: 10px;
    line-height: 1.1;
    letter-spacing: -0.04em;
    border-right: 1px solid rgba(15,23,42,.06);
  }

  .anyncar-mobile-bottom-menu a:last-child {
    border-right: 0;
  }

  .anyncar-mobile-bottom-menu a span {
    display: block;
    font-size: 21px;
    line-height: 1;
  }

  .anyncar-mobile-bottom-menu a em {
    display: block;
    font-style: normal;
    white-space: nowrap;
  }

  .anyncar-mobile-bottom-menu .mb-estimate {
    background: #E63946;
    color: #fff;
    box-shadow: inset 0 4px 0 rgba(255,255,255,.16);
  }

  .anyncar-mobile-bottom-menu .mb-chat {
    background: #FEE500;
    color: #3C1E1E;
  }

  .anyncar-mobile-bottom-menu .mb-channel {
    background: #111827;
    color: #fff;
  }

  header {
    z-index: 9999 !important;
  }

  .hero,
  .anyncar-v1-hero,
  .hero100,
  .executive-hero,
  section,
  main,
  footer {
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  img, video, iframe {
    max-width: 100% !important;
  }
}

@media (max-width: 390px) {
  .anyncar-mobile-bottom-menu {
    height: 70px;
  }
  .anyncar-mobile-bottom-menu a {
    height: 70px;
    font-size: 9px;
  }
  .anyncar-mobile-bottom-menu a span {
    font-size: 19px;
  }
}
