

.search_flex {
    justify-content: center;
  }
.detailSet{
  display:flex;
  gap:5px;
  margin:5px 0;
}
.detailSet li{
  border:1px solid #ddd;
  border-radius: 5px;
  padding:5px;
  line-height:20px;
  text-align: center;
  font-size:14px;
  flex:1;
  cursor: pointer;
  background:url(../images/ico-down.svg) calc(100% - 7px) center no-repeat;
}
.filter_select_value{
  line-height:35px;
  height: 35px;;
  background:#f1f1f1;
  font-size:14px;
  padding-left:5px;
  border-radius: 5px;
  letter-spacing: -1px;
  text-align: center;
}


.submit_reset_box{
    display:flex;
    gap:5px;
  }
  .submit_reset_box .search_btn {
    padding: 7px 20px;
    background:var(--surfcolor);
    color:var(--whiteff);
    font-size: 14px;
    border-radius: 4px;
    width:calc(100% - 39px);
  }
  .submit_reset_box .reset_btn{
    width:34px;
    height:34px;
    box-sizing: border-box;
    border:1px solid var(--surfcolor);
    color: var(--surfcolor);
    border-radius: 4px;
    background:url("../images/ico-refresh-surf.svg") center no-repeat;
    background-size:18px;
  }
  .submit_reset_box .reset_btn i{
    font-size:20px;
  }