.productHead {
  background-image: url(../images/product_fv.jpg);
}

.topblock {
  background-color: #000000;
}
.topblock img {
  pointer-events: none;
  user-select: none;
}

.pageHead {
  max-width: 800px;
  max-height: 400px;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
}

.signboardback {
  background-color: #E6E6E6;
  padding-top: 10px;
}
.signboardback img {
  pointer-events: none;
  user-select: none;
}

.feedbackFvTopTitle {
  color: #0C0CB6;
  font-size: 37px;
  text-align: center;
}

.feedbackbranding {
  max-width: 410px;
  text-align: left;
  margin: 0 auto;
}
.feedbackbranding img {
  max-width: 404px;
  height: auto;
  margin: 0 auto;
}

.feedbackcategorybox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 30px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 15px;
  font-size: 20px;
  text-align: center;
  margin: 0 auto;
}

.feedbacktopimg {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}

.feedbacksignboard {
  max-width: 420px;
  height: auto;
}

.feedbackhand {
  width: 110px;
}
.feedbackhand img {
  max-width: 70px;
  height: auto;
  margin: 0 auto;
}

.feedbackpresident {
  max-width: 220px;
  height: auto;
}
.feedbackpresident .feedbackpresidentimg {
  max-width: 220px;
  background-color: #ffffff;
  border: solid 2px #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
}
.feedbackpresident p {
  font-size: 14px;
  text-align: center;
}
.feedbackpresident span {
  font-size: 21px;
}

.feedbacktopTitle {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

.feedbacktoptext {
  max-width: 460px;
  margin: 0 auto;
}
.feedbacktoptext p {
  text-align: left;
}

.feedbackcategory {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.feedbackcategorytext {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.feedbackitem {
  max-width: 450px;
}
.feedbackitem img {
  height: 290px;
  margin: 0 auto;
  object-fit: contain;
}

.feedbackcategoryboxlong {
  width: 500px;
  height: 30px;
  line-height: 30px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 15px;
  font-size: 20px;
  text-align: center;
  margin: 0 auto;
}

.feedbackcategoryitem {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
.feedbackcategoryitem img {
  height: 290px;
}

.feedbackposter {
  max-width: 750px;
  height: auto;
  margin: 0 auto;
  padding-bottom: 80px;
}

@media (max-width: 768px) {
  .feedbacksignboard {
    max-width: 300px;
  }
  .feedbackpresident .feedbackpresidentimg {
    max-width: 170px;
  }
}

@media (max-width: 689px) {
  .signboardback {
    padding-left: 16px;
    padding-right: 16px;
  }
  .feedbackbranding img {
    max-width: 320px;
  }
  .feedbacktopimg {
    gap: 15px;
  }
  .feedbacksignboard {
    max-width: 180px;
  }
  .feedbackhand {
    width: 70px;
  }
  .feedbackhand p {
    font-size: 10px;
    max-width: 70px;
  }
  .feedbackpresident .feedbackpresidentimg {
    max-width: 120px;
    padding: 5px;
  }
  .feedbackpresident p {
    font-size: 11px;
  }
  .feedbackpresident span {
    font-size: 15px;
  }
  .feedbackcategoryboxlong {
    width: 340px;
    height: auto;
    border-radius: 35px;
  }
  .feedbackcategoryitem {
    gap: 30px;
  }
}