.recom-search-container {
  min-height: 100vh;
  height: 100%;
  background: #f9f9f9;
}

.recom-search-container .search-head-wrap {
  background-color: #fff;
}

.recom-search-container .recent-wrap {
  background-color: #fff;
  margin-top: 0px;
  border-bottom: 1px solid #ffd706;
  padding: 15px 20px 15px;
  box-sizing: border-box;
}

.recom-search-container .top-box {
  margin-top: 120px;
}
.recom-search-container .top-box .title {
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  color: #555555 !important;
}

.recom-search-container .top-box .sub-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin-top: 10px;
  color: #999999 !important;
}

.recom-search-container .main-top-wrap .filter-btn-wrap {
  background-color: #fff;
}

.recom-search-container .search-fixed-box {
  background-color: #fff;
}

.recom-search-container .main-top-wrap .filter-btn-wrap {
  background-color: #fff;
  padding: 15px 20px;
}

.recom-search-container .search-top-wrap .filter-btn-wrap {
  margin: 0 !important;
  border-bottom: 1px solid #eeeeee;
}

.recom-search-container .main-top-wrap .filter-btn-wrap .keyword {
  font-weight: 500;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  color: #333333 !important;
  background: #ffde2f;
  border: 1px solid #fff3b5;
  border-radius: 5px;
  padding: 4px 12px;
  margin-left: 0;
}

.recom-search-container .filter-setting-wrap {
  left: 0px;
  top: 0;
  z-index: 1001;
  position: relative;
}

.recom-search-container .main-top-wrap .filter-btn-wrap span {
  padding: 0;
  box-sizing: border-box;
  border: none;
  border-radius: 0;

  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #333333 !important;
}

.recom-search-container .filter-setting-wrap .down-icon {
  width: 8px;
  height: 5px;
}
.recom-search-container .filter-setting-wrap .up-icon {
  width: 8px;
  height: 5px;
}

.recom-search-container .filter-setting-wrap .area:nth-last-child(2) {
  width: 95px !important;
  padding: 0 !important;
}

.recom-search-container .keyword-wrap {
  display: flex;
  gap: 3px;
  padding: 0;
}

.recom-search-container .main-top-wrap .filter-btn-wrap .select-wrap select {
  font-weight: 500;
  width: auto;
  font-size: 12px;
  line-height: 17px;
  color: #777777;
}

.recom-search-container .search-top-wrap .keyword-filter-wrap {
  padding: 0 20px 20px;
}

.recom-search-container .search-top-wrap .filter-btn-wrap .open {
  background: #ffde2f !important;
}
