.mainSwiper .swiper-banner {
  position: relative;
}
.mainSwiper .swiper-banner {
  width: 100%;
  max-height: 768px;
  margin: 0 auto;
}
.main.swiper-slide {
  position: relative;
  background-color: #efefef;
}
.banner-logo {
  position: absolute;
  top: 10%;
  left: 5%;
  z-index: 1;
}
.banner-tag {
  position: absolute;
  top: 2%;
  right: 5%;
  z-index: 1;
}
.banner-content-wrap {
  height: 20%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 30%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.banner-title {
  text-align: center;
  font-size: 3.2rem;
  font-style: italic;
  font-weight: bold;
}
.banner-title span {
  font-size: 3.55rem;
  color: #b10d1d;
}
.banner-desc {
  text-align: center;
  font-size: 1.5rem;
  font-style: italic;
  color: #323232;
}
.banner-desc span {
  font-weight: bold;
}
.banner-func {
  width: 90%;
  position: absolute;
  left: 50%;
  bottom: 12%;
  z-index: 1;
  transform: translateX(-50%);
}
.banner-func-desc {
  position: relative;
  top: -24px;
  right: 67px;
  text-align: right;
  font-style: italic;
}
.openerp {
  box-shadow: 0px 0px 6px 0px rgba(167, 167, 167, 0.75);
  border: solid 1px #dfdede;
  padding: 1.75rem 1.83rem 2.3rem 3.3rem;
  background-color: #e8e8e8;
  border-radius: 10px;
}
.openerp-desc {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  color: #1d1d1d;
  flex-wrap: wrap;
  gap: 5px;
}
.product-section {
  color: #323232;
  padding: 30px 0;
}
.product-section-title {
  font-size: 1.875rem;
  text-align: center;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 50px;
}
.product-nav {
  flex-wrap: wrap;
  max-width: 90%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 0 auto;
  border: 1px solid #e7eaee;
  border-left: none;
  border-right: none;
}
.product-nav-item {
  font-size: 1.5rem;
  padding: 40px 15px;
}
.product-nav-item a:hover{ border-bottom: 3px solid #b10d1d; }
.product-wrap {
  justify-content: center;
  gap: 70px;
  padding: 40px 4%;
}
.product-info {
  display: flex;
  justify-content: flex-end;
}
.sd-row-reverse .product-info {
  justify-content: flex-start;
}
.product-info-inner {
  
}
.product-title {
  font-size: 1.875rem;
}
.product-desc {
  line-height: 2;
  color: #595959;
}
.func-wrap {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 86px;
}
.relative-func {
  color: #595959;
}
.btn-trial {
  cursor: pointer;
  color: white;
  background: #595959;
  padding: 0.6em 1.2em;
  border-radius: 0.8em;
  border: none;
}
.productSwiper{ box-shadow: 0px 10px 55px 0px rgba(0, 0, 0, 0.1); } 
.productSwiper .swiper-pagination{ bottom: 20px !important; }
.productSwiper 
	.swiper-pagination-bullet {
      width: 20px;
      height: 4px;
	  border-radius: 0;
	  bottom: 20px;
    }
.productSwiper
    .swiper-pagination-bullet-active {
	  width: 30px;
      background: #007aff;
    }
.product-img-wrap {
  max-width: 529px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sd-row-reverse .product-img {
  float: right;
}
.product-img {
  float: left;
  width: 100%;
  max-height: 400px;
  transition: all 0.3s linear;
}
.product-img:hover {
  transform: scale(1.1);
}

.service-section {
  padding: 10px;
}
.service-info-wrap {
  display: flex;
  justify-content: center;
  padding: 30px 0 60px 0;
}
.service-title {
  font-size: 1.875rem;
  color: #2183e9;
}
.service-desc {
  font-size: 1.125rem;
  line-height: 1.75;
  color: #323232;
  margin-bottom: 2em;
}
.contact-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}
.contact-wrap p {
  font-size: 1.125rem;
  line-height: 2;
  color: #343434;
}

#datu {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
  background-color: rgba(72, 70, 70, 0.7);
  display: none;
}

.datu-img {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-height: 90vh;
  max-width: 1180px;
  border: rgb(97, 95, 95) 2px solid;
  position: fixed;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  animation: fadeIn 1s;
  background: white;
}

.datu-t {
  height: 40px;
  background-color: #fff;
  color: #000;
  line-height: 40px;
  font-size: 15px;
  padding-left: 10px;
  padding-right: 10px;
}

.datu-t > img {
  float: right;
  margin-top: 12px;
  cursor: pointer;
}
.datu-tp {
  overflow: auto;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .product-info-inner {
    max-width: unset;
  }
  .product-img {
    width: 100%;
    float: none;
  }
  .banner-func-desc {
    display: none;
  }
}
@media screen and (max-width: 665px) {
  .banner-func {
    position: static;
    transform: none;
    width: 100%;
  }
}
