.productHead {
  background-image: url(../images/sighboard_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;
}

.subText {
  display: block;
  font-size: 19px;
  margin: 30px 20px;
}

.subTextsp {
  display: none;
  font-size: 19px;
  margin: 30px 20px;
  text-align: center;
}

ul.clickCategory {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 0 50px;
  flex-wrap: wrap;
  max-width: 1064px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 16px;
}
ul.clickCategory li {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  list-style: none;
  position: relative;
  padding: 5px 0;
}
ul.clickCategory li img {
  width: 200px;
  height: 200px;
  object-fit: cover;
}
ul.clickCategory li:hover {
  color: #0099FF;
}
ul.clickCategory li .spCategory {
  display: flex;
  justify-content: left;
  align-items: center;
  width: 300px;
  gap: 0 10px;
  margin-bottom: 10px;
}
ul.clickCategory li .spCategory img {
  width: 55px;
  height: 55px;
  object-fit: cover;
}

ul.clickCategory::after {
  display: block;
  content: "";
  width: 200px;
}

ul.clickCategory::before {
  display: block;
  content: "";
  width: 200px;
  order: 1;
}

li.clickLink:hover {
  cursor: pointer;
}

.loadSign {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 50px;
  padding-top: 70px;
  padding-bottom: 80px;
  padding-left: 16px;
  padding-right: 16px;
}

.textArea {
  flex-shrink: 0;
  width: 550px;
}

.textAreasp {
  position: relative;
  display: none;
  flex-shrink: 0;
  width: 460px;
  margin: 0 auto;
}

.textAreapc {
  position: relative;
  display: block;
  flex-shrink: 0;
  width: 570px;
}

.loadSignlabel {
  position: absolute;
  background-color: #000000;
  color: #fff;
  width: 200px;
  text-align: center;
  top: 65px;
  left: 30px;
}

h3.loadSignTitle {
  font-size: 34px;
  text-align: left;
  color: #0C0CB6;
}

.point {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  gap: 32px;
}

.loadSignSubTitle {
  font-size: 18px;
  font-weight: bold;
}

.pointSubTitle {
  font-size: 18px;
  font-weight: bold;
}

.pointIcon {
  width: 120px;
  height: 120px;
  border-radius: 60px;
  background-color: #1641D4;
  color: #fff;
  font-size: 20px;
  line-height: 120px;
  text-align: center;
  font-weight: bold;
  flex-shrink: 0;
}

.pointText {
  word-wrap: break-word;
  font-size: 16px;
}

.imageArea {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 510px;
}
.imageArea a {
  overflow: hidden;
}
.imageArea a:hover img {
  transform: scale(1.2);
  transition: 1s;
}
.imageArea a:hover .bluebackcolor {
  display: block;
}
.imageArea a:hover .redbackcolor {
  display: block;
}
.imageArea a:hover .handlebackcolor {
  display: block;
}
.imageArea p {
  width: 230px;
  text-align: center;
}

.imagetext {
  color: #FF0000;
}

.wrapper {
  position: relative;
  width: 230px;
  height: 230px;
}

.signboardImg {
  width: 230px;
  height: 230px;
  object-fit: cover;
}

.bluebackcolor {
  position: absolute;
  display: none;
  width: 230px;
  height: 230px;
  background: linear-gradient(rgba(0, 0, 255, 0.25), rgba(0, 0, 255, 0));
  top: 0;
  left: 0;
}

.handleBlock {
  width: 100%;
}

.signboardBlock2 {
  position: relative;
  padding: 20px 12px;
}
.signboardBlock2::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ddd;
  opacity: 0.4;
  z-index: -1;
}

.lightbox img {
  pointer-events: none;
  user-select: none;
}

@media (max-width: 1080px) {
  .loadSign {
    gap: 40px;
  }
  .textArea {
    width: 45%;
  }
  .textAreasp {
    width: 45%;
  }
  .textAreapc {
    width: 45%;
  }
}

@media (max-width: 960px) {
  .loadSign {
    flex-direction: column;
  }
  .textArea {
    width: 100%;
  }
  .textAreasp {
    width: 600px;
    display: block;
  }
  .textAreapc {
    width: 100%;
    display: none;
  }
  .loadSignlabel {
    top: 40px;
    left: 33%;
  }
  h3.loadSignTitle {
    font-size: 22px;
    text-align: center;
  }
  .point {
    align-items: center;
  }
  .pointIcon {
    font-size: 16px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50px;
  }
  .pointText {
    font-size: 14px;
  }
  .imageArea {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 689px) {
  .subText {
    display: none;
  }
  .subTextsp {
    display: block;
    font-size: 4.6vw;
  }
  .textAreasp {
    width: 320px;
  }
  .loadSignlabel {
    top: 45px;
    left: 18%;
  }
  h3.loadSignTitle {
    margin-bottom: 50px;
  }
  .point {
    gap: 16px;
  }
  .signboardBlock2 {
    width: 100%;
  }
}

@media (max-width: 477px) {
  .point {
    align-items: flex-start;
  }
}