* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@font-face {
  font-family: 'Gadugi';
  src: url('gadugi.ttf') format('truetype');
}
@font-face {
  font-family: 'Gadugi-Bold';
  src: url('gadugib.ttf') format('truetype');
}
.h_gridContainer {
  --color1: #00007c;
  padding: 20px 0 30px;
  --color2: #ff6600;
}
.h_gridContainer * {
  font-family: 'Gadugi' !important;
}
.h_rcfe {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.h_rfssb {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.h_main {
  padding: 20px 40px;
}
.h_main li {
  list-style: none;
}
.h_head {
  aspect-ratio: 1367/105;
  width: 100%;
  background-image: url(../imagesLPUS/bg1.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.h_footer .h_fCol {
  aspect-ratio: 2733/170;
  width: 100%;
  background-image: url(../imagesLPUS/bg2.png);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: right;
  color: var(--color1);
  align-content: center;
  font-size: 14px;
}
.h_footer .h_desc {
  text-align: center;
  font-size: 14px;
  color: var(--color1);
  margin-top: 20px;
}
.h_footer .h_line {
  position: relative;
  height: 12px;
  margin-top: 20px;
}
.h_footer .h_line::before {
  position: absolute;
  content: '';
  width: 12px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
  border: 2px solid var(--color2);
  z-index: 2;
  left: calc(50% - 6px);
}
.h_footer .h_line::after {
  content: '';
  position: absolute;
  width: 60%;
  height: 2px;
  left: 20%;
  top: 5px;
  background-color: var(--color1);
}
.h_gous {
  padding-left: 30px;
  background-image: url(../imagesLPUS/icon1.png);
  background-repeat: no-repeat;
  background-size: 24px auto;
  background-position: left 0px;
}
.h_tagBox .h_grid {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 69px;
  gap: 15px;
}
.h_tagBox .h_grid p {
  font-size: 18px;
}
.h_proTitle {
  font-size: 22px;
  font-family: 'Gadugi-Bold' !important;
  background-position: left 4px;
  margin-top: 40px;
  color: var(--color1);
}
.h_columnT {
  font-size: 24px;
  color: var(--color1);
  font-family: 'Gadugi-Bold' !important;
  background-position: left 5px;
  border-bottom: 1px solid #a45a5a;
}
.h_columnT.c2 {
  color: var(--color2);
}
.h_btns {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 20px;
}
.h_btns a {
  /* flex: 1; */
  width: calc(50% - 3px);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 42px;
  text-decoration: none;
}
.h_btns a p {
  background-position: left center;
  background-size: auto 30px;
  background-repeat: no-repeat;
}
.h_btns a.b1 {
  color: #000;
  background-color: #e1e1e1;
}
.h_btns a.b1 p {
  padding-left: 30px;
  background-image: url(../imagesLPUS/icon2.png);
}
.h_btns a.b2 {
  color: var(--color2);
  background-color: var(--color1);
}
.h_btns a.b2 p {
  padding-left: 40px;
  background-image: url(../imagesLPUS/icon3.png);
}
.h_container {
  margin-top: 42px;
}
.h_container .prod #galleryHolder {
  width: 42.5%;
}
.h_container .prod #galleryHolder .gallery {
  margin: 0;
}
.h_container .prod #galleryHolder .stage {
  border: 1px solid #949494;
}
.h_container .prod #galleryHolder .h_thumbs {
  margin: 0;
}
.h_container .prod #galleryHolder .h_thumbs ul {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
}
.h_container .prod #galleryHolder .h_thumbs ul > li {
  width: 100%;
  float: none;
  margin: 0;
  aspect-ratio: 1;
  border: 1px solid #949494;
}
.h_container .prod #galleryHolder .h_thumbs ul > li label {
  margin: 0;
}
.h_container .prod #galleryHolder .h_thumbs ul > li label img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.h_container .prod .h_Rinfo {
  width: 54.3%;
}
.h_container .prod .h_Rinfo .h_item {
  margin-top: 36px;
}
.h_container .prod .h_Rinfo .h_item:first-child {
  margin-top: 0;
}
.h_container .prod .h_Rinfo .h_item .h_text {
  padding-left: 14px;
  font-size: 18px !important;
  line-height: 1.6;
  margin-top: 4px;
}
.h_container .prod .h_Rinfo .h_item .h_text * {
  font-size: 18px !important;
  line-height: 1.6 !important;
  font-family: 'Gadugi' !important;
}
.h_container .prod .h_details .h_item {
  margin-top: 50px;
}
.h_container .prod .h_details .h_item .h_columnT {
  padding-top: 4px;
  padding-bottom: 4px;
  border-top: 1px solid #aeaeae;
  background-position: left 9px;
}
.h_container .prod .h_details .h_item .h_text {
  min-height: 115px;
  padding-left: 10px;
  font-size: 18px !important;
  margin-top: 12px;
}
.h_container .prod .h_details .h_item .h_text * {
  font-size: 18px !important;
  line-height: 1.6 !important;
  font-family: 'Gadugi' !important;
}
.h_container .prod .h_details .h_item .h_text .h_gou {
  padding-left: 22px;
  background-image: url(../imagesLPUS/icon4.png);
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-position: left 6px;
  margin: 3px 0;
}
.h_container .prod .h_details .h_item .h_tags {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3px;
  margin-top: 7px;
}
.h_container .prod .h_details .h_item .h_tags .h_gous {
  padding-left: 24px;
  background-image: url(../imagesLPUS/icon1.png);
  font-size: 14px !important;
  line-height: 1.8 !important;
  background-size: 18px auto;
  background-position: left 3px;
}
.h_pHide {
  display: none;
}
.h_pHide .h_btns {
  margin-top: 4px;
}
.h_pHide .h_btns a {
  line-height: 38px;
  font-size: 15px;
  flex: 1;
}
.h_pHide .h_btns a p {
  padding-left: 20px;
  background-size: auto 24px;
}
@media screen and (max-width: 1024px) {

  .h_container .prod #galleryHolder {
    width: 100%;
  }
  .h_container .prod .h_Rinfo {
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .h_main {
    padding: 20px 30px;
  }
  .h_tagBox {
    justify-content: flex-start;
  }
  .h_container {
    margin-top: 30px;
  }
  .h_proTitle {
    font-size: 20px;
    margin-top: 30px;
    background-position: left 2px;
  }
  .h_columnT {
    font-size: 20px;
    background-position: left 3px;
  }
  .h_container .prod .h_details .h_item .h_columnT {
    background-position: left 7px;
  }
  .h_container .prod .h_details .h_item .h_text,
  .h_container .prod .h_Rinfo .h_item .h_text {
    font-size: 16px !important;
  }
  .h_container .prod .h_details .h_item .h_text *,
  .h_container .prod .h_Rinfo .h_item .h_text * {
    font-size: 16px !important;
  }
  .h_container .prod .h_details .h_item .h_text {
    min-height: 70px;
  }
  .h_container .prod .h_details .h_item {
    margin-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  .h_aHide {
    display: none !important;
  }
  .h_pHide {
    display: block;
  }
  .h_head {
    aspect-ratio: 430/75;
    background-image: url(../imagesLPUS/bg3.1.png);
  }
  .h_main {
    padding: 10px;
  }
  .h_gous {
    padding: 0;
    background-image: none;
  }
  .h_proTitle {
    margin-top: 0;
    font-size: 17px;
  }
  .h_columnT {
    font-size: 17px;
    padding: 4px 0;
  }
  .h_container {
    margin-top: 10px;
  }
  .h_container .prod #galleryHolder .stage {
    border: none;
    padding-bottom: 75%;
  }
  .h_container .prod #galleryHolder .h_thumbs {
    display: none;
  }
  .h_container .prod .h_details .h_item .h_text,
  .h_container .prod .h_Rinfo .h_item .h_text {
    padding-left: 0;
  }
  .h_container .prod .h_Rinfo .h_item,
  .h_container .prod .h_details .h_item {
    margin-top: 15px;
  }
  .h_container .prod .h_details .h_item .h_columnT {
    border-top: none;
  }
  .h_container .prod .h_Rinfo {
    margin-top: 6px;
  }
  .h_footer {
    margin-top: 15px;
  }
  .h_footer .h_dBox {
    max-width: 430px;
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .h_footer .h_desc {
    width: auto;
    text-align: left;
    line-height: 1.8;
    font-size: 15px;
    margin-top: 10px;
  }
}
