.innerPage .mainBox {
  padding: 30px 0 0;
}
@media screen and (max-width: 767px) {
  .innerPage .mainBox {
    padding: 0;
  }
}

.pageContent {
  padding: 0;
}

.applicationTopBox {
  position: relative;
  isolation: isolate;
  height: 100%;
  isolation: isolate;
  padding: 0 0 220px 70px;
  background: #fff;
  margin: 0 0 8%;
}
@media screen and (max-width: 767px) {
  .applicationTopBox {
    padding: 0 0 0px 20px;
  }
}
.applicationTopBox::before {
  content: "";
  position: absolute;
  inset: 75px 70px 140px 0px;
  z-index: 1;
  display: block;
  background: #fdd100;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .applicationTopBox::before {
    height: 400px;
    inset: 40px 20px auto 0px;
  }
}
.applicationTopBox .infoBox {
  width: calc(100% - 160px);
  min-height: 280px;
  position: absolute;
  z-index: 9;
  overflow: hidden;
  display: flex;
  padding: 4% 0 5% 5%;
  background: #fff;
  bottom: 10px;
  left: 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .applicationTopBox .infoBox {
    width: 100%;
    left: -20px;
    position: relative;
    bottom: 50px;
    flex-direction: column;
    padding: 10px 30px 30px;
  }
}
.applicationTopBox .infoBox i {
  width: 20%;
  height: 130px;
  display: block;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .applicationTopBox .infoBox i {
    order: -1;
    width: 90px;
    margin: 0 0 0px -20px;
  }
}
.applicationTopBox .infoBox i img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.applicationTopBox .description {
  width: 80%;
  position: relative;
  color: #444444;
  line-height: 1.8;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 767px) {
  .applicationTopBox .description {
    width: 100%;
  }
}

.products {
  padding: 0 0 5%;
  background: #eef1f7;
}
.products .productTitle {
  text-align: center;
  letter-spacing: 5px;
  text-indent: 5px;
  padding: 5% 0;
  font-size: 2rem;
  color: #002e84;
  font-weight: 500;
  border-top: 5px solid #002e84;
}
@media screen and (max-width: 1000px) {
  .products .productTitle {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 767px) {
  .products .productTitle {
    font-size: 1.125rem;
  }
}
.products .listBox {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 575px) {
  .products .listBox {
    flex-direction: column;
  }
}
.products .listBox .item {
  width: 33.3333333333%;
  position: relative;
  isolation: isolate;
  border: #dddddd 1px solid;
  background: #fff;
  margin: 0 0 -1px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .products .listBox .item {
    width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .products .listBox .item {
    width: 100%;
  }
}
.products .listBox .item:nth-child(3n+2) {
  margin: 0 -1px -1px;
}
.products .listBox .item a {
  display: block;
  border: 4px solid transparent;
  padding: 10px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.products .listBox .item:hover {
  z-index: 9;
  box-shadow: 0 0 15px 0 rgba(0, 46, 132, 0.5);
  border-color: #002e84;
}
.products .listBox .item:hover a {
  border-color: #002e84;
}
.products .listBox .item:hover .info::after {
  font-weight: 700;
  color: #fdd100;
  background: #002e84;
}
.products .listBox .pic {
  aspect-ratio: 4/2.7;
  max-width: 300px;
  margin: 10px auto 40px;
  z-index: 2;
}
.products .listBox .info {
  width: 100%;
}
.products .listBox .info::after {
  content: "VIEW MORE";
  display: block;
  background: #fdd100;
  font-size: 0.937rem;
  text-align: center;
  font-weight: 500;
  padding: 10px 5px 8px;
  transition: all 0.3s ease;
}
.products .listBox .title {
  color: #000;
  font-size: 1.75rem;
  font-weight: 700;
  display: block;
  line-height: 1;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-box-orient: vertical;
  z-index: 2;
  margin: 0 0 14px;
  letter-spacing: 2px;
  text-indent: 2px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1000px) {
  .products .listBox .title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .products .listBox .title {
    font-size: 1.25rem;
  }
}/*# sourceMappingURL=application.css.map */