@charset "utf-8";
@media all and (max-width: 1440px) {
  .sidebar {
    margin-left: -240px;
  }
  .sidebar.open {
    margin-left: 0;
  }
}
@media all and (max-width:992px) {

  #map {
    height: 360px !important;
  }
  .map_list .table-scrollable {
    min-height: unset;
    max-height: unset;
  }
  .input-group-wrap > .input-group:first-child,
  .input-group-wrap > .input-group:nth-child(2),
  .input-group-wrap > .input-group:last-child {
    width: 100%;
  }

  .input-group-wrap > .input-group:not(:last-child) {
    margin-bottom: 0.25rem;
  }
  .input-group-wrap > .input-group:not(:first-child) > .form-control:first-child,
  .input-group-wrap > .input-group:not(:first-child) > .form-select:first-child,
  .input-group-wrap > .input-group:not(:first-child) > .form-floating:first-child,
  .input-group-wrap > .input-group:not(:last-child) > .form-control:last-child,
  .input-group-wrap > .input-group:not(:last-child) > .form-select:last-child,
  .input-group-wrap > .input-group:not(:last-child) > .form-floating:last-child {
    border-radius: var(--bs-border-radius-sm);
  }
  .input-group-wrap > .input-group:not(:first-child) > .form-control:first-child,
  .input-group-wrap > .input-group:not(:first-child) > .form-select:first-child,
  .input-group-wrap > .input-group:not(:first-child) > .form-floating:first-child {
    border-left: var(--bs-border-width) solid var(--bs-border-color);
  }
  .form-control.input-form-search {
    min-width: 220px;
  }

}

  @media all and (max-width:768px) {
  .content {
    padding: 16px 8px 16px;
  }

  textarea.form-control.board-content {
    min-height: 300px;
  }
}