@media all and (max-width: 767px) {
  #header-search {
    display: none !important;
  }

  .pc-main-search {
    display: none;
  }

  .mobile-search {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50px;
    backdrop-filter: blur(4px);
    width: 80%;
    max-width: 400px;
    height: 48px;
    z-index: 10 !important;
  }

  .mobile-search input[type="text"] {
    width: 400px;
    height: 48px;
    font-size: 1.3rem;
    font-weight: 400;
  }

  .mobile-search input::placeholder {
    color: #fffad9 !important;
    opacity: 1 !important;
  }

  .mobile-search input::-webkit-input-placeholder {
    color: #fffad9 !important;
    opacity: 1 !important;
  }

  .mobile-search input::-moz-placeholder {
    color: #fffad9 !important;
    opacity: 1 !important;
  }

  .main_tit_box h1 {
    font-family: "Caudex", serif;
  }

  .main_txt_box h3 {
    font-family: "Hind", sans-serif;
  }

  .main_txt_box p {
    font-family: "Hind", sans-serif;
  }

  @media all and (max-width: 420px) {

    .visual-mo .main_tit_box {
      top: 55%;
    }

  }

  .menu-toggle {
    gap: 0px;
    font-size: 1rem;
  }

  .menu-toggle:after {
    font-size: 2rem;
  }

  .tabs {
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    padding: 8px;
  }

  .tab-btn {
    font-size: 13px;
    padding: 8px 16px;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  /* @group ----- Collections/Show ----- */
  /* ================= timeline 타임라인 ================= */
  .timeline::before,
  .timeline-progress {
    left: 20px;
    transform: none;
  }

  .timeline-item {
    width: 100%;
    padding-left: 50px;
    padding-right: 20px;
    left: 0 !important;
    text-align: left !important;
  }

  .timeline-item::before {
    left: 14px !important;
  }

  .timeline-inner {
    margin: 0 !important;
    max-width: 100%;
  }


  /* ================= 교회 연대표 그룹 섹션 ================= */
  .timeline-group {
    flex-direction: column;
  }

  .timeline-group-sticky {
    position: relative;
    width: 100%;
    top: 0;
    margin-bottom: 20px;
  }

  .timeline-group-content {
    width: 100%;
  }
  
  /* ================= 10년 단위 연혁 ================= */
  .history-wrap {
        flex-direction: column;
    }
    .exhibits-tab-wrap {
        position: relative;
        top: 0;
        width: 100%;
        margin-bottom: 30px;
    }

    .exhibits.browse .exhibit-scroll-nav {
        right: clamp(14px, 4vw, 24px);
        top: auto;
        bottom: 88px;
        transform: none;
        padding: 10px 7px;
        gap: 10px;
        min-width: 52px;
        border-radius: 12px;
    }

    .exhibits.browse .exhibit-scroll-btn {
        min-height: 48px;
        padding: 12px 8px;
        border-radius: 9px;
    }






















}