/* 광고 / 입점업체 임시 스크롤 추가 시작*/

/*.business-inquiry {
  max-height: 650px;
  overflow-y: auto;
  padding-right: 10px;
  scrollbar-width: thin;
}

/* .business-inquiry::-webkit-scrollbar {
  width: 6px; }


.business-inquiry::-webkit-scrollbar-track {
  background: #f1f1f1; }


.business-inquiry::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px; }


.business-inquiry::-webkit-scrollbar-thumb:hover {
  background: #555; } */

/* 광고 / 입점업체 임시 스크롤 추가 끝 */

.board-footer {
  position: fixed;
  bottom: 0;
  width: auto; /* 전체 너비 대신 부모에 맞춤 */
  padding: 15px 0;
  z-index: 1000;
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .board-footer {
    width: 720px;
  }
}

.business-inquiry {
  padding-bottom: 70px;
}

.fileBox {
    display: flex;
    gap: 10px;
    margin-top: 30px;
    justify-content: flex-start;
}