:root {
  --RWDWidth: 1024px;
}

.productsPage main .contentBox {
  padding: 0 5%;
}
@media screen and (max-width: 1024px) {
  .productsPage main .contentBox {
    padding: 0;
  }
}
.productsPage section .topBox {
  text-align: center;
  position: relative;
  z-index: 9;
  margin-bottom: 5%;
}
@media screen and (max-width: 767px) {
  .productsPage section .topBox {
    margin-bottom: 40px;
  }
}
.productsPage section .topBox .title {
  font-size: var(--clamp54);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .productsPage section .topBox .title {
    margin-bottom: 10px;
  }
}
.productsPage section .topBox .description {
  max-width: 980px;
  margin: 0 auto;
  font-size: var(--clamp21);
  line-height: 1.4;
}
.productsPage section .listBox {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.productsPage section .item {
  width: calc((100% - 20px * (3 - 1)) / 3);
}
@media screen and (max-width: 1024px) {
  .productsPage section .item {
    width: calc((100% - 20px * (2 - 1)) / 2);
  }
}
@media screen and (max-width: 767px) {
  .productsPage section .item {
    width: 100%;
  }
}
.productsPage section .item a {
  position: relative;
  display: block;
}
.productsPage section .item a::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(to top, rgba(34, 34, 34, 0.8) 0%, rgba(34, 34, 34, 0) 100%);
  transition: all 0.3s ease;
}
.productsPage section .item a:hover .info {
  bottom: 40px;
}
.productsPage section .item a:hover .info::before {
  opacity: 1;
}
.productsPage section .item a:hover .title {
  color: #FFF;
}
@media screen and (max-width: 1024px) {
  .productsPage section .item a:hover .title {
    margin: 0;
  }
}
.productsPage section .item a .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 3;
  width: 100%;
  padding: 20px;
  transition: all 0.3s ease;
  isolation: isolate;
}
.productsPage section .item a .info::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  background: linear-gradient(to top, rgba(29, 167, 226, 0.6) 0%, rgba(61, 178, 112, 0.8) 100%);
  opacity: 0;
  transition: all 0.3s ease;
  z-index: -1;
}
.productsPage section .item a .title {
  font-size: var(--clamp32);
  color: #FFCC00;
  transition: all 0.3s ease;
}
.productsPage section .item a .description {
  max-width: 980px;
  margin: 0 auto;
  font-size: var(--clamp21);
  line-height: 1.4;
  color: #fff;
  display: none;
  margin-bottom: 40px;
}
.productsPage section .item a .description p {
  margin: 0;
  font-size: var(--clamp18);
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.products2Page section .topBox {
  text-align: center;
  position: relative;
  z-index: 9;
  margin-bottom: 5%;
}
@media screen and (max-width: 767px) {
  .products2Page section .topBox {
    margin-bottom: 50px;
  }
}
.products2Page section .topBox .title {
  font-size: var(--clamp54);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .products2Page section .topBox .title {
    margin-bottom: 10px;
  }
}
.products2Page section .topBox .description {
  max-width: 980px;
  margin: 0 auto;
  font-size: var(--clamp21);
  line-height: 1.4;
  margin-bottom: 30px;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.products2Page section .topBox .description.active {
  display: block !important;
}
.products2Page section .topBox .btnMore {
  display: block;
  width: 150px;
  text-align: center;
  color: #1B4A2D;
  padding: 10px 20px 7px;
  border-radius: 50px;
  border: 1px solid #1B4A2D;
  font-size: var(--clamp18);
  font-weight: 500;
  margin: 0 auto;
  transition: all 0.3s ease;
}
.products2Page section .topBox .btnMore:hover {
  color: #FFCC00;
  background: #1B4A2D;
}
.products2Page section .listBox {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}
@media screen and (max-width: 767px) {
  .products2Page section .listBox {
    gap: 30px 15px;
  }
}
.products2Page section .item {
  aspect-ratio: 1;
  width: calc((100% - 28px * (4 - 1)) / 4);
  background: url("../images/in/pbg.png") center bottom no-repeat;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .products2Page section .item {
    width: calc((100% - 28px * (2 - 1)) / 2);
  }
}
@media screen and (max-width: 767px) {
  .products2Page section .item {
    width: calc((100% - 15px * (2 - 1)) / 2);
  }
}
.products2Page section .item a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  isolation: isolate;
}
.products2Page section .item a::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: url("../images/in/phover.png") center bottom no-repeat;
  opacity: 0;
  z-index: -1;
  transition: all 0.3s ease;
}
.products2Page section .item a:hover::before {
  opacity: 1;
}
.products2Page section .item a:hover .pic img {
  transform: scale(1.3);
}
.products2Page section .item .pic {
  max-width: 300px;
  aspect-ratio: 1;
}
.products2Page section .item .pic img {
  transition: all 15s ease;
}
.products2Page section .item .title {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px 10px 8px 0;
  color: #FFCC00;
  background: #1B4A2D;
  font-size: var(--clamp20);
  overflow: hidden;
  isolation: isolate;
  position: absolute;
  line-height: 1.3;
  transform: translateY(50%);
  white-space: nowrap;
  left: 0;
  bottom: 0;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .products2Page section .item .title {
    gap: 10px;
  }
}
.products2Page section .item .title::before {
  content: "";
  width: 34px;
  height: 3px;
  display: block;
  background: #FFCC00;
}
@media screen and (max-width: 767px) {
  .products2Page section .item .title::before {
    width: 20px;
  }
}
.products2Page section .item.discontinued {
  position: relative;
}
.products2Page section .item.discontinued::before {
  content: "Discontinued";
  position: absolute;
  font-weight: bold;
  font-size: var(--clamp40);
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 8;
  text-shadow: 0 0 20px black;
  opacity: 0;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .products2Page section .item.discontinued::before {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .products2Page section .item.discontinued::before {
    font-size: 1.25rem;
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .products2Page section .item.discontinued a::before {
    display: none;
  }
  .products2Page section .item.discontinued::before {
    opacity: 1;
  }
  .products2Page section .item.discontinued .title {
    background: #999999;
    color: #fff;
  }
  .products2Page section .item.discontinued .title::before {
    background: #fff;
  }
}
.products2Page section .item.discontinued:hover a::before {
  display: none;
}
.products2Page section .item.discontinued:hover::before {
  opacity: 1;
}
.products2Page section .item.discontinued:hover .title {
  background: #999999;
  color: #fff;
}
.products2Page section .item.discontinued:hover .title::before {
  background: #fff;
}

.productsDetailPage main {
  margin-bottom: 0 !important;
}
.productsDetailPage .mainBox {
  padding-top: 7vw;
}
.productsDetailPage section .contentBox {
  max-width: 1385px !important;
  margin: 0 auto;
}
.productsDetailPage section .contentBox::after {
  content: "";
  display: block;
  clear: both;
}
.productsDetailPage section .top {
  position: relative;
  padding: 4vw 0 5vw;
  width: 48%;
  float: left;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .productsDetailPage section .top {
    float: none;
    width: 100%;
    padding: 50px 0 30px;
  }
}
.productsDetailPage section .top::before {
  content: "";
  position: absolute;
  width: 250%;
  height: 500%;
  bottom: 0;
  right: 0;
  background: #1B4A2D;
  z-index: -1;
}
.productsDetailPage section .top .title,
.productsDetailPage section .top .sub,
.productsDetailPage section .top .slogan {
  padding-right: 40px;
}
.productsDetailPage section .top .title {
  font-weight: bold;
  color: #fff;
  font-size: var(--clamp72);
  line-height: 1;
}
.productsDetailPage section .top .sub {
  color: #fff;
  font-size: var(--clamp32);
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(186, 201, 191, 0.4);
}
@media screen and (max-width: 767px) {
  .productsDetailPage section .top .sub {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.productsDetailPage section .top .slogan {
  font-weight: bold;
  color: #FFCC00;
  font-size: var(--clamp28);
}
.productsDetailPage section .features {
  padding: 4vw 0;
  padding-right: 40px;
  float: left;
  width: 48%;
}
@media screen and (max-width: 767px) {
  .productsDetailPage section .features {
    float: none;
    width: 100%;
    padding: 60px 0 80px;
  }
}
.productsDetailPage section .features .title {
  font-weight: 800;
  font-size: var(--clamp28);
  margin-bottom: 10px;
}
.productsDetailPage section .features .list {
  font-weight: 600;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.productsDetailPage section .features .list li {
  position: relative;
  padding-left: 15px;
  line-height: 1.2;
}
.productsDetailPage section .features .list li::before {
  content: "-";
  position: absolute;
  left: 0;
}
.productsDetailPage section .picBox {
  width: 52%;
  min-height: 80px;
  position: relative;
  float: right;
}
@media screen and (max-width: 767px) {
  .productsDetailPage section .picBox {
    float: none;
    width: 100%;
  }
}
.productsDetailPage section .picBox .addBtn {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px 14% 10px 0;
  height: 70px;
  color: #FFCC00;
  background: #1B4A2D;
  font-size: var(--clamp20);
  overflow: hidden;
  white-space: nowrap;
  isolation: isolate;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(50%);
}
.productsDetailPage section .picBox .addBtn::before {
  content: "";
  width: 68px;
  height: 3px;
  display: block;
  background: #FFCC00;
  flex-shrink: 0;
}
.productsDetailPage section .picBox .addBtn::after {
  content: "";
  position: absolute;
  width: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  background: #000;
  z-index: -1;
  transition: all 0.3s ease;
}
.productsDetailPage section .picBox .addBtn:hover::after {
  width: 100%;
  left: 0;
}
.productsDetailPage .descriptionBox {
  padding: 4vw 0;
  position: relative;
  isolation: isolate;
}
.productsDetailPage .descriptionBox::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 30%;
  display: block;
  background: linear-gradient(to bottom, #f3f3f3 30%, white 100%);
}
.productsDetailPage .descriptionBox .blockTitle {
  color: #000;
  text-align: center;
  font-size: var(--clamp28);
  font-weight: 600;
  margin-bottom: 3vw;
}
@media screen and (max-width: 1024px) {
  .productsDetailPage .descriptionBox .blockTitle {
    margin-bottom: 30px;
  }
}
.productsDetailPage .descriptionBox .listBox {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.productsDetailPage .descriptionBox .listBox::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #e9e9e9;
}
@media screen and (max-width: 767px) {
  .productsDetailPage .descriptionBox .listBox::after {
    display: none;
  }
}
.productsDetailPage .descriptionBox .listBox .item {
  width: calc((100% - 0px * (2 - 1)) / 2);
  flex-grow: 1;
  display: flex;
  gap: 20px;
  padding: 5% 40px;
  border-bottom: #e9e9e9 1px solid;
}
@media screen and (max-width: 1024px) {
  .productsDetailPage .descriptionBox .listBox .item {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .productsDetailPage .descriptionBox .listBox .item {
    width: 100%;
    padding: 40px 0px;
  }
}
@media screen and (min-width: 768px) {
  .productsDetailPage .descriptionBox .listBox .item:nth-child(1), .productsDetailPage .descriptionBox .listBox .item:nth-child(2) {
    padding-top: 0;
  }
}
.productsDetailPage .descriptionBox .listBox .item:last-child {
  border: none;
}
.productsDetailPage .descriptionBox .listBox .item .pic {
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .productsDetailPage .descriptionBox .listBox .item .pic {
    width: auto;
  }
}
.productsDetailPage .descriptionBox .listBox .item .pic img {
  width: auto !important;
}
.productsDetailPage .descriptionBox .listBox .item .info .title {
  color: #1B4A2D;
  font-weight: 800;
  font-size: var(--clamp20);
}
.productsDetailPage .descriptionBox .listBox .item .info .description {
  color: #000;
  font-size: var(--clamp18);
}
.productsDetailPage .infoBottomBox {
  position: relative;
  isolation: isolate;
  background: #1B4A2D;
}
.productsDetailPage .infoBottomBox .contentBox {
  display: flex;
  flex-wrap: wrap;
}
.productsDetailPage .infoBottomBox .box {
  width: 50%;
  padding: 5vw 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .productsDetailPage .infoBottomBox .box {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .productsDetailPage .infoBottomBox .box {
    width: 100%;
  }
}
.productsDetailPage .infoBottomBox .box:last-child {
  padding: 5vw 0 5vw 4vw;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 1024px) {
  .productsDetailPage .infoBottomBox .box:last-child {
    padding: 50px 0 50px 4vw;
    border-left: none;
    border-top: 1px solid #fff;
  }
}
@media screen and (max-width: 767px) {
  .productsDetailPage .infoBottomBox .box:last-child {
    padding: 50px 0;
  }
}
.productsDetailPage .infoBottomBox .box .title {
  font-size: var(--clamp28);
  font-weight: 700;
  margin-bottom: 20px;
  color: #FFCC00;
}
.productsDetailPage .infoBottomBox .box .list {
  font-weight: 600;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #FFF;
}
.productsDetailPage .infoBottomBox .box .list li {
  position: relative;
  padding-left: 15px;
  line-height: 1.2;
  font-size: var(--clamp18);
}
.productsDetailPage .infoBottomBox .box .list li::before {
  content: "-";
  position: absolute;
  left: 0;
}/*# sourceMappingURL=products.css.map */