.distributors-wrap .content-wrap {
  max-width: 1200px;
}
.distributors-wrap h2, .distributors-wrap p {
  line-height: 1;
  margin: 0;
}
.distributors-wrap .banner-wrap {
  background-image: url("../images/distributors/bg_banner.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f0f0f0;
  padding: 105px 0 100px 0;
  font-size: 18px;
  line-height: 1.89;
  text-align: left;
  color: #000;
}
.distributors-wrap .search-wrap {
  padding-top: 93px;
  padding-bottom: 35px;
}
.distributors-wrap .search-wrap h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.distributors-wrap .search-wrap .search-box {
  margin-top: 43px;
  background-color: #f0f0f0;
  padding: 30px;
}
.distributors-wrap .search-wrap .search-box .input-text,
.distributors-wrap .search-wrap .search-box .search-type {
  max-width: 700px;
  margin: 0 auto;
}
.distributors-wrap .search-wrap .search-box .input-text {
  background-color: #fff;
}
.distributors-wrap .search-wrap .search-box .input-text input {
  width: 100%;
  line-height: 70px;
  font-size: 18px;
  text-align: center;
  color: #555;
  border: none;
  outline: none;
}
.distributors-wrap .search-wrap .search-box .input-text input::placeholder {
  color: #c8c8c8;
}
.distributors-wrap .search-wrap .search-box .search-type {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
.distributors-wrap .search-wrap .search-box .search-type .type {
  flex: 1;
  background-color: #fff;
}
.distributors-wrap .search-wrap .search-box .search-type .type input[type=radio] {
  display: none;
}
.distributors-wrap .search-wrap .search-box .search-type .type input[type=radio] + label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 25px;
  cursor: pointer;
  height: 70px;
}
.distributors-wrap .search-wrap .search-box .search-type .type input[type=radio] + label:before {
  content: " ";
  display: block;
  width: 19px;
  height: 19px;
  border-radius: 10px;
  background-color: #dcdcdc;
  transition: 0.2s;
}
.distributors-wrap .search-wrap .search-box .search-type .type input[type=radio] + label span {
  font-size: 14px;
  font-weight: normal;
  margin-left: 25px;
}
.distributors-wrap .search-wrap .search-box .search-type .type input[type=radio] + label span strong {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  color: #000;
  display: block;
}
.distributors-wrap .search-wrap .search-box .search-type .type input[type=radio]:checked + label:before {
  background-color: #000;
}
.distributors-wrap .search-wrap .search-result {
  margin-top: 15px;
}
.distributors-wrap .search-wrap .search-result .result-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
.distributors-wrap .search-wrap .search-result .result-list h3 {
  grid-column: 1/4;
  font-size: 20px;
  margin: 15px 0 0 0;
}
.distributors-wrap .search-wrap .search-result .result-list .result-item {
  border: 1px solid #dcdcdc;
  background-color: #fff;
  height: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
}
.distributors-wrap .search-wrap .search-result .result-list .result-item:hover {
  box-shadow: 3px 3px 5px #ccc;
}
.distributors-wrap .search-wrap .search-result .result-list .result-item p {
  font-size: 28px;
  color: #555;
  font-weight: bold;
}
.distributors-wrap .search-wrap .search-result .result-list .result-item img {
  max-width: 90%;
  max-height: 70%;
}
.distributors-wrap .search-wrap .search-result .no-result {
  display: none;
  text-align: center;
  font-size: 20px;
  margin-bottom: 40px;
}

@media (max-width: 1600px) {
  .distributors-wrap .content-wrap {
    padding: 0;
  }
}
@media (max-width: 1200px) {
  .distributors-wrap .content-wrap {
    padding: 0 20px;
  }
}
@media (max-width: 850px) {
  .distributors-wrap .search-wrap .search-result .result-list {
    grid-template-columns: 1fr 1fr;
  }
  .distributors-wrap .search-wrap .search-result .result-list h3 {
    grid-column: 1/3;
  }
  .distributors-wrap .search-wrap .search-result .result-list .result-item {
    height: 20vw;
  }
  .distributors-wrap .search-wrap .search-result .result-list .result-item img {
    max-height: 18vw;
  }
}
@media (max-width: 800px) {
  .distributors-wrap .banner-wrap {
    padding: 35px 0;
    line-height: 1.5;
    font-size: 16px;
  }
  .distributors-wrap .search-wrap {
    padding: 35px 0;
  }
  .distributors-wrap .search-wrap .search-box {
    margin-top: 20px;
    padding: 20px;
  }
  .distributors-wrap .search-wrap .search-box .input-text input,
  .distributors-wrap .search-wrap .search-box .search-type .type input[type=radio] + label {
    height: 60px;
  }
  .distributors-wrap .search-wrap .search-box .search-type,
  .distributors-wrap .search-wrap .search-box .search-type .type:nth-child(n+2) {
    margin-top: 12px;
  }
  .distributors-wrap .search-wrap .search-box .search-type .type input[type=radio] + label span {
    font-size: 14px;
  }
  .distributors-wrap .search-wrap .search-box .search-type .type input[type=radio] + label span strong {
    font-size: 16px;
  }
}
@media (max-width: 750px) {
  .distributors-wrap .search-wrap .search-box .search-type {
    display: block;
  }
}
@media (max-width: 500px) {
  .distributors-wrap .search-wrap .search-result .result-list {
    grid-template-columns: 1fr;
  }
  .distributors-wrap .search-wrap .search-result .result-list h3 {
    grid-column: 1/2;
  }
}
@media (max-width: 400px) {
  .distributors-wrap .search-wrap .search-box .search-type .type input[type=radio] + label span {
    font-size: 3.5vw;
  }
  .distributors-wrap .search-wrap .search-box .search-type .type input[type=radio] + label span strong {
    font-size: 4vw;
  }
}
