:root {
  --RWDWidth: 1024px;
}

.description {
  color: #999999;
  font-size: var(--clamp18);
}

.productsList .mainBox {
  position: relative;
  padding-top: 80px;
}
.productsList .mainBox::before {
  content: "";
  display: block;
  position: absolute;
  width: 84%;
  height: 100%;
  right: 0;
  top: 0;
  background: linear-gradient(140deg, rgba(194, 195, 195, 0.15) 0%, rgba(194, 195, 195, 0) 50%);
}
.productsList .listBox {
  display: flex;
  flex-wrap: wrap;
  gap: 180px 280px;
}
@media screen and (max-width: 1400px) {
  .productsList .listBox {
    gap: 180px 120px;
  }
}
@media screen and (max-width: 1024px) {
  .productsList .listBox {
    gap: 80px 20px;
  }
}
.productsList .item {
  position: relative;
  width: calc((100% - 280px * (2 - 1)) / 2);
  transition: all 0.3s ease;
  counter-increment: item;
}
@media screen and (max-width: 1400px) {
  .productsList .item {
    width: calc((100% - 120px * (2 - 1)) / 2);
  }
}
@media screen and (max-width: 1024px) {
  .productsList .item {
    width: calc((100% - 20px * (2 - 1)) / 2);
  }
}
@media screen and (max-width: 767px) {
  .productsList .item {
    width: calc((100% - 20px * (1 - 1)) / 1);
  }
}
.productsList .item:hover .pic img {
  transform: scale(1.05);
}
.productsList .item:hover .info::after {
  opacity: 1;
  animation: bgAnimation 5s linear infinite;
}
.productsList .item:hover .info::before {
  color: #FFF;
}
@media screen and (min-width: 768px) {
  .productsList .item:nth-child(even) .info {
    left: auto;
    right: 0;
    top: auto;
    bottom: -35px;
  }
}
.productsList .item .pic {
  aspect-ratio: 71/40;
}
.productsList .item .pic img {
  transition: all 0.3s ease;
}
.productsList .item .info {
  padding: 20px;
  position: absolute;
  background: #212120;
  z-index: 9;
  top: -35px;
  left: -15px;
  isolation: isolate;
}
@media screen and (min-width: 1025px) {
  .productsList .item .info {
    min-width: 390px;
  }
}
.productsList .item .info::before {
  content: counter(item, decimal-leading-zero);
  font-size: var(--clamp32);
  color: #E66E0D;
  font-weight: 600;
  transition: all 0.3s ease;
}
.productsList .item .info::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: repeating-linear-gradient(to right, #e66e0d 0%, #81172b 40%, #81172b 60%, #e66e0d 100%);
  background-size: 300%;
  background-position: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
.productsList .item .title {
  color: #FFF;
  font-size: var(--clamp32);
  line-height: 1.2;
  position: relative;
  transition: all 0.3s ease;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  line-clamp: 1;
}
.productsList .item .more {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #0075C2;
  font-size: 13px;
  font-weight: 700;
  transition: all 0.3s ease;
}
.productsList .item .more::after {
  content: "";
  width: 13px;
  height: 13px;
  display: block;
  mask: url("../images/icon/icon_arrow_more.svg") center no-repeat;
  background: #0075C2;
  transition: all 0.3s ease;
}
.productsList .pageTitle {
  color: #81172B;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1;
  font-size: var(--clamp36);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .productsList .pageTitle {
    margin-bottom: 20px;
  }
}
.productsList .pageTitle span {
  display: block;
  color: #000;
  font-weight: 600;
  font-size: var(--clamp48);
}
.productsList .topInfo {
  max-width: 1170px;
  margin: 0 auto 50px;
  color: #333333;
  font-size: var(--clamp21);
}
.productsList .results {
  width: 100%;
  margin: 0 auto 50px;
  max-width: 520px;
  padding: 10px 50px;
  text-align: center;
  background: #F3F5FA;
  font-size: var(--clamp24);
  font-weight: 500;
  clip-path: polygon(40px 0%, 100% 0%, calc(100% - 40px) 100%, 0% 100%);
}

.productsList2 {
  background: url("../images/in/inbg2.png"), linear-gradient(70deg, #333230 30%, #000 80%);
  background-position: right top;
  background-repeat: no-repeat;
}
.productsList2 .mainBox {
  background: url("../images/index/bg2.jpg") center top no-repeat;
  background-size: cover;
  padding: 5% 0 8%;
}
@media screen and (max-width: 767px) {
  .productsList2 .mainBox {
    padding: 40px 0 50px;
  }
}
.productsList2 .pageTitleBox .description {
  margin-top: 100px !important;
  margin-bottom: 200px;
}
@media screen and (max-width: 1024px) {
  .productsList2 .pageTitleBox .description {
    margin-top: 50px !important;
    margin-bottom: 100px;
  }
}
.productsList2 .listBox {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
@media screen and (max-width: 1024px) {
  .productsList2 .listBox {
    gap: 30px;
  }
}
.productsList2 .listBox .item {
  width: calc((100% - 60px * (3 - 1)) / 3);
}
@media screen and (max-width: 1024px) {
  .productsList2 .listBox .item {
    width: calc((100% - 30px * (2 - 1)) / 2);
  }
}
@media screen and (max-width: 767px) {
  .productsList2 .listBox .item {
    width: calc((100% - 30px * (1 - 1)) / 1);
  }
}
.productsList2 .listBox .item:hover .pic img {
  transform: scale(1.5);
}
.productsList2 .listBox .item .pic {
  margin-bottom: 10px;
}
.productsList2 .listBox .item .pic img {
  transition: all 10s ease;
}
.productsList2 .listBox .item .title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: var(--clamp24);
  transition: all 0.3s ease;
}
.productsList2 .listBox .item .title::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 50%;
  background: #81172B;
}
@media screen and (max-width: 767px) {
  .productsList2 .listBox .item .title::before {
    width: 10px;
    height: 10px;
  }
}

.productsList3 {
  background: url("../images/in/inbg2.png"), linear-gradient(70deg, #333230 30%, #000 80%);
  background-position: right top;
  background-repeat: no-repeat;
}
.productsList3 .pageTitleBox {
  margin-bottom: 50px;
}
.productsList3 .mainBox {
  padding: 0;
}
.productsList3 .mainBox .topBox {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .productsList3 .mainBox .topBox .container {
    max-width: none;
    width: 100%;
    padding-left: 0;
  }
}
.productsList3 .mainBox .topBox .contentBox {
  max-width: 1690px;
  display: flex;
  gap: 90px;
  margin: 0 auto 0 0;
}
@media screen and (max-width: 1024px) {
  .productsList3 .mainBox .topBox .contentBox {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .productsList3 .mainBox .topBox .contentBox {
    flex-direction: column;
  }
}
.productsList3 .mainBox .topBox .contentBox .pic {
  margin-bottom: -130px;
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.4);
  width: 30%;
}
@media screen and (max-width: 1500px) {
  .productsList3 .mainBox .topBox .contentBox .pic {
    margin-bottom: -90px;
  }
}
@media screen and (max-width: 1400px) {
  .productsList3 .mainBox .topBox .contentBox .pic {
    margin-bottom: -50px;
  }
}
@media screen and (max-width: 1024px) {
  .productsList3 .mainBox .topBox .contentBox .pic {
    width: 50%;
    margin-bottom: auto;
  }
}
@media screen and (max-width: 767px) {
  .productsList3 .mainBox .topBox .contentBox .pic {
    width: 100%;
  }
}
.productsList3 .mainBox .topBox .contentBox .pic img {
  object-fit: cover;
  height: 100%;
}
.productsList3 .mainBox .topBox .contentBox .infoBox {
  width: 70%;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .productsList3 .mainBox .topBox .contentBox .infoBox {
    width: 100%;
  }
}
.productsList3 .mainBox .bottomBox {
  background: url("../images/index/bg2.jpg") center top no-repeat;
  background-size: cover;
  padding: 12% 0 clamp(50px, 10vw, 150px);
  position: relative;
  z-index: 1;
}
.productsList3 .mainBox .bottomBox .contentBox {
  max-width: 1470px;
}
.productsList3 .mainBox .bottomBox .contentBox table {
  width: 100%;
  text-align: left;
  font-size: var(--clamp18);
  white-space: nowrap;
}
.productsList3 .mainBox .bottomBox .contentBox table thead {
  background: #A1A1A1;
}
.productsList3 .mainBox .bottomBox .contentBox table th,
.productsList3 .mainBox .bottomBox .contentBox table td {
  padding: 20px 30px;
  transition: all 0.3s ease;
  position: relative;
}
.productsList3 .mainBox .bottomBox .contentBox table tbody tr {
  border-bottom: #A1A1A1 1px solid;
  position: relative;
}
.productsList3 .mainBox .bottomBox .contentBox table tbody tr:hover {
  background: #81172B;
  color: #fff;
}
.productsList3 .mainBox .bottomBox .contentBox table tbody tr:hover td:nth-child(1) {
  color: #fff;
}
.productsList3 .mainBox .bottomBox .contentBox table tbody tr a {
  position: absolute;
  inset: 0;
}
.productsList3 .mainBox .bottomBox .contentBox table tbody td:nth-child(1) {
  font-weight: 800;
  color: #81172B;
}

.productsDetail {
  background: url("../images/in/inbg2.png"), linear-gradient(70deg, #333230 30%, #000 80%);
  background-position: right top;
  background-repeat: no-repeat;
}
.productsDetail .pageTitleBox {
  margin-bottom: 50px;
}
.productsDetail .pageTitleBox .title {
  width: 50%;
  font-size: var(--clamp72);
  padding-right: 90px;
}
@media screen and (max-width: 1024px) {
  .productsDetail .pageTitleBox .title {
    width: 100%;
  }
}
.productsDetail .siteMain .topBox {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .productsDetail .siteMain .topBox .container {
    max-width: none;
    width: 100%;
    padding-left: 0;
  }
}
.productsDetail .siteMain .topBox .contentBox {
  max-width: 1675px;
  display: flex;
  align-items: flex-start;
  gap: 90px;
  margin: 0 auto 0 0;
}
@media screen and (max-width: 1024px) {
  .productsDetail .siteMain .topBox .contentBox {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .productsDetail .siteMain .topBox .contentBox {
    flex-direction: column;
  }
}
.productsDetail .siteMain .topBox .contentBox .picBox {
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 1024px) {
  .productsDetail .siteMain .topBox .contentBox .picBox {
    width: 50%;
    margin-bottom: auto;
  }
}
@media screen and (max-width: 767px) {
  .productsDetail .siteMain .topBox .contentBox .picBox {
    width: 100%;
  }
}
.productsDetail .siteMain .topBox .contentBox .picBox img {
  object-fit: cover;
  height: 100%;
}
.productsDetail .siteMain .topBox .contentBox .infoBox {
  width: 50%;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-top: -120px;
}
@media screen and (max-width: 1024px) {
  .productsDetail .siteMain .topBox .contentBox .infoBox {
    margin-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .productsDetail .siteMain .topBox .contentBox .infoBox {
    width: 100%;
  }
}
.productsDetail .siteMain .topBox .subTitle {
  color: #fff;
  font-size: var(--clamp21);
  font-weight: 600;
}
.productsDetail .siteMain .topBox .info {
  display: flex;
  flex-direction: column;
  color: #999999;
  gap: 10px;
}
.productsDetail .siteMain .topBox .info li {
  padding-left: 20px;
  position: relative;
}
.productsDetail .siteMain .topBox .info li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 10px;
  height: 10px;
  background: #E66E0D;
  border-radius: 50%;
  display: block;
}
.productsDetail .siteMain .topBox .info span {
  color: #E66E0D;
}/*# sourceMappingURL=products.css.map */