.mobile_bnb {
  display: none;
}

@media screen and (max-width: 1000px) {
  .sub7 #svis {
    height: 220px;
  }

  .sub7 #svis h3 {
    line-height: 170px;
  }
}

@media screen and (max-width: 768px) {
  .mobile_gnb {
    display: none !important;
  }

  .sub7 #svis {
    height: 130px;
  }

  .sub7 #svis h3 {
    line-height: 100px;
  }

  .mobile_bnb {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 999;
    padding-bottom: 10px;
  }

  .mobile_bnb .bnb {
    display: flex;
    justify-content: space-evenly;
    padding: 0;
    margin: 0;
    height: 60px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .mobile_bnb .bnb::-webkit-scrollbar {
    display: none;
  }

  .mobile_bnb .bnb a {
    flex: 0 0 50px;
    width: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 6px 2px;
    color: #333;
    text-decoration: none;
    text-align: center;
  }

  .mobile_bnb .bnb img {
    width: 20px;
    height: 20px;
    margin-bottom: 2px;
    stroke-width: 0.8;
    stroke: #333;
    filter: brightness(0.9);
  }

  .mobile_bnb .bnb span {
    font-size: 10px;
    word-break: keep-all;
    line-height: 1.1;
    letter-spacing: -0.5px;
  }

  #wrap {
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 375px) {
  .mobile_bnb .bnb span {
    font-size: 9px;
  }

}