.searchBar {
  position: relative;
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 44px;
  height: 48px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  overflow: hidden;
}
.btmSearchBar {
  position: relative;
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 44px;
  height: 48px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  overflow: hidden;
}
.viewSearchBarInner {
  display: flex;
  justify-content: center;
}

.viewSearchBarInner .sbCol {
  position: relative;
  padding: 0;
  line-height: 46px;
  background-color: #fff;
  border-width: 0;
  border-right: 1px solid #ddd;
}
.viewSearchBarInner .sbCol:hover {
  background-color: #f0f0f0;
}
.viewSearchBarInner .sbCol:focus {
  outline: none;
}
.viewSearchBarInner .sbCol.sbButton {
  padding: 0 6px 0 0;
  border-right: 0;
}
.viewSearchBarInner .sbCol.sbButton:hover {
  background-color: #fff;
}
.viewSearchBarInner .sbCol .sbItem {
  padding: 0 16px 0 16px;
}
.viewSearchBarInner .sbCol:nth-child(1) .sbItem {
  padding-left: 22px;
}
.viewSearchBarInner .sbCol:nth-child(3) {
  margin-right: 6px;
}
.viewSearchBarInner .sbCol:nth-child(3) .sbItem {
  border-right: 0;
}
.viewSearchBarInner .sbCol .sbItem.local {
  
}
.viewSearchBarInner .sbCol .sbIcon {
  position: relative;
  display: block;
  background-color: #ff385c;
  border-radius: 49.9999%;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
}
.viewSearchBarInner .sbCol .sbIcon svg.searchBarBtn {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 12px;
  height: 12px;
  color: #fff;
}
.viewSearchBarInner .sbCol .sbLocal path {
  fill: #ddd;
}

@media screen and (min-width:1601px) {
}
@media screen and (max-width: 1600px) {

  .main-container .page-content {
    width: 50%;
  }
  .main-container .map-content {
    width: calc(100vw - 50% - 17px);
  }

}
@media screen and (max-width: 1200px) {

  .main-container .page-content {
    width: 100%;
  }
  .main-container .map-content {
    width: 100%;
  }
  .viewMapCont {
    display: block;
  }

}
@media screen and (max-width:768px){ 


}
@media screen and (max-width:600px){ 

  .viewSearchBarInner .sbCol .sbItem.filter .sbItemText {
   display: none;
  }
  
}
