.parts-search__result__cont {
  margin-bottom: 3rem;
}
.parts-search__result__image {
  padding: 5rem;
  border-radius: 0.25rem;
  background-color: #ffffff;
  border: solid 0.0625rem rgba(70, 83, 98, 0.2);
  text-align: center;
}
.parts-search__result__table {
  border-collapse: collapse;
  width: 100%;
}
.parts-search__result__table thead {
  background-color: rgba(221, 221, 221, 0.2);
  color: #465362;
}
.parts-search__result__table thead th {
  padding: 0.5rem;
  font-size: 0.875rem;
  font-weight: normal;
  text-align: left;
}
.parts-search__result__table tbody td {
  padding: 1.5rem 0;
  border-bottom: 0.0625rem solid #ddd;
  color: #1b1918;
}
.parts-search__result__table__col-photo {
  width: 35%;
}
.parts-search__result__table__col-mark {
  width: 35%;
}
.parts-search__result__table__col-weight {
  width: 10%;
}
.parts-search__result__table__col-price {
  width: 10%;
}
.parts-search__result__table__col-qty {
  width: 5%;
}
.parts-search__result__table__col-market {
  width: 5%;
}
.parts-search__result__table__photo {
  padding-right: 1rem;
}
.parts-search__result__table__qty {
  width: 4rem !important;
  border-radius: 0.1875rem !important;
  background-color: rgba(240, 244, 246, 0.4) !important;
  border: solid 0.0625rem #dbe3e7 !important;
  padding: 0.2rem 0.4rem !important;
  margin: 0 !important;
}
.parts-search__result__table__price {
  font-weight: bold;
}
.parts-search__result__table__market-btn {
  border-radius: 0.1875rem;
  padding: 1.125rem 1.3rem !important;
  background: #f07c00 url(../i/market.svg) no-repeat center center !important;
}
.parts-search__result__nothing {
  padding: 1rem 0.5rem;
  background: #fae9d6;
}
.tosshin__search__form__form {
  margin-top: 2rem;
  border-radius: 0.25rem;
  background: #fff;
}
.tosshin__search__form__form__input-label {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05rem;
  color: rgba(27, 25, 24, 0.5);
  text-transform: uppercase;
}
.tosshin__search__form__form__input {
  width: 100%;
  border-radius: 0.1875rem !important;
  background-color: #f0f4f6 !important;
  border: solid 0.0625rem #dbe3e7 !important;
  color: rgba(27, 25, 24, 0.4) !important;
  padding: 0.6875rem 1rem !important;
}
.tosshin__search__form__form__description {
  margin: 1.5rem 0 0 0;
  color: #1b1918;
}
