#fixed-db {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 20px 0;
  z-index: 99;
  background: #f7f7f7;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
#fixed-db form {
  display: flex;
  justify-content: center;
  align-items: center;
}
#fixed-db form h2 {
  padding-right: 30px;
  font-size: 30px;
  line-height: 1.2;
}
#fixed-db form .db__input {
  display: flex;
  align-items: center;
  font-size: 20px;
}
#fixed-db form .db__input li:not(:last-child) {
  margin-right: 35px;
}
#fixed-db form .db__input input[type=text] {
  width: 180px;
  height: 30px;
  border: none;
  border-bottom: 1px solid #0f0f0f;
  background: #f7f7f7;
}
#fixed-db form .db__input .--check {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  color: #7b7b7b;
}
#fixed-db form .db__input .--submit {
  display: flex;
  align-items: center;
}
#fixed-db form .db__input .--submit button {
  width: 193px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 600;
  border: none;
  background: var(--theme-color);
  margin-right: 7px;
}

@media screen and (max-width: 1325px) {
  #fixed-db form {
    transform: scale(0.85);
    white-space: nowrap;
    min-width: 1200px;
  }
}
#lnb {
  display: none;
}/*# sourceMappingURL=ft.min.css.map */