/* Inquiry - Partnership */
.inquiry {
  background-color: white;
}
.inquiry__container {
  width: 1280px;
  margin: 57px auto 80px auto;
}
.inquiry__title {
  width: 212px;
  height: 40px;
  margin-bottom: 32px;
}
.inquiry__types {
  margin-bottom: 60px;
  gap: 10px;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
}
.inquiry__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 36px;
  color: #dcdee4;
  border: #dcdee4 2px solid;
  border-radius: 18px;
  padding: 10px 20px;
  cursor: pointer;
}
.inquiry__item:last-child {
  margin-right: 0;
}
.inquiry__item:not(.inquiry__item--active):hover {
  color: #a7a9b1;
  border-color: #a7a9b1;
  background-color: #ffffff;
}
.inquiry__item:not(.inquiry__item--active):hover span {
  color: #a7a9b1;
}
.inquiry__item span {
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  font-style: normal;
  color: #a7a9b1;
}
.inquiry__item--active {
  background-color: #4b4b4d;
  border: none;
}
.inquiry__item--active span {
  color: #ffffff;
}
.inquiry hr {
  border: 1px solid black;
  margin-bottom: 30px;
}
.inquiry .required::after {
  content: "*";
  color: red;
}

@media (min-width: 1280px) and (max-width: 2559px) {
  .inquiry__container {
    margin: 57px auto 80px auto;
  }
}
@media (max-width: 1279px) {
  .inquiry {
    background-color: white;
  }
  .inquiry__container {
    width: calc(100% - 80px);
    margin: 70px auto 160px auto;
  }
  .inquiry__title {
    width: 299px;
    height: 57px;
    margin-bottom: 48px;
  }
  .inquiry__types {
    width: auto;
    height: 60px;
    margin-bottom: 80px;
    gap: 20px;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: nowrap;
    overflow-x: scroll;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .inquiry__types::-webkit-scrollbar {
    display: none;
  }
  .inquiry__item {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 270px;
    height: 60px;
    color: #dcdee4;
    border: #dcdee4 2px solid;
    border-radius: 30px;
    padding: 10px 20px;
    cursor: pointer;
  }
  .inquiry__item:last-child {
    margin-right: 0;
  }
  .inquiry__item:not(.inquiry__item--active):hover {
    color: #a7a9b1;
    border-color: #a7a9b1;
    background-color: #ffffff;
  }
  .inquiry__item:not(.inquiry__item--active):hover span {
    color: #a7a9b1;
  }
  .inquiry__item span {
    font-size: 26px;
    font-weight: 500;
    font-style: normal;
    color: #dcdee4;
  }
  .inquiry__item--active {
    background-color: #4b4b4d;
    border: none;
  }
  .inquiry__item--active span {
    color: #ffffff;
  }
}
@media (max-width: 768px) {
  .inquiry {
    background-color: white;
  }
  .inquiry__container {
    width: auto;
    margin: 35px 20px 80px 20px;
  }
  .inquiry__title {
    width: 149.5px;
    height: 28.5px;
    margin-bottom: 24px;
  }
  .inquiry__types {
    width: auto;
    height: 30px;
    margin-bottom: 40px;
    gap: 10px;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: nowrap;
    overflow-x: scroll;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .inquiry__types::-webkit-scrollbar {
    display: none;
  }
  .inquiry__item {
    width: 135px;
    height: 30px;
    color: #dcdee4;
    border-width: 1px;
    border-radius: 15px;
    padding: 5px 10px;
    cursor: pointer;
  }
  .inquiry__item:last-child {
    margin-right: 0;
  }
  .inquiry__item:not(.inquiry__item--active):hover {
    color: #a7a9b1;
    border-color: #a7a9b1;
    background-color: #ffffff;
  }
  .inquiry__item:not(.inquiry__item--active):hover span {
    color: #a7a9b1;
  }
  .inquiry__item span {
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    color: #dcdee4;
  }
  .inquiry__item--active {
    background-color: #4b4b4d;
  }
  .inquiry__item--active span {
    color: #ffffff;
  }
}
