.s-s {
  padding: 0 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 30px;
  line-height: 19px;
  color: #161616;
  transition: 0.2s ease-in-out;
  position: relative;
  cursor: pointer;
}

.s-s.active {
  color: #B24F1E;
}

.s-s {
  margin-bottom: 10px;
}

.s-1-box {
  display: flex;
  flex-wrap: wrap;
}

#search-condition-2 .s-s {
  font-size: 14px;
  color: #666666;
  padding: 5px 8px;
  margin: 0 5px 15px;
  border-radius: 6px;
}
#search-condition-2 .s-s:hover {
  background: #f3f6f6;
}

#search-condition-2 .s-s.active {
  font-size: 14px;
  color: #666666;
  background: #f3f6f6;
  font-weight: 600;
  color: #0e204d;
}

.input-box {
  display: flex;
  align-items: center;
  height: 56px;
  position: relative;
  margin-bottom: 24px;
}

.d-input {
  box-sizing: border-box;
  margin: 0;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.88);
  font-size: 14px;
  line-height: 1.5714285714285714;
  list-style: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 0;
  background-color: #ffffff;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-color: #eee;
  border-radius: 8px;
  transition: all 0.2s;
  box-sizing: border-box;
}

.top-search .input-c {
  width: 95%;
  font-size: 16px;
  padding: 16px 100px 16px 32px;
  height: 100%;
  border-radius: 8px 0 0 8px;
}
.top-search .input-c:focus {
  border-color: #21cdc0;
}

.d-btn {
  outline: none;
  position: relative;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  background-color: transparent;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  user-select: none;
  touch-action: manipulation;
  line-height: 1.5714285714285714;
  color: rgba(0, 0, 0, 0.88);
  box-sizing: border-box;
}

.d-btn:hover {
  opacity: 0.85;
}

.top-search .btn-c {
  background: linear-gradient( 90deg, #C96331 0%, #B24F1E 100%);
  font-size: 20px;
  font-weight: 500;
  height: 100%;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  position: absolute;
  padding: 18px 36px;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  color: #fff;
}

.top-search .btn-c img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
