.product-section1,
.product-detail {
  width: 100%;
  box-sizing: border-box;
  background-color: #ffffff;
  height: auto;
  overflow: hidden;
  padding: 3.9375rem 6.5625rem 5.625rem;
}
@media screen and (max-width: 992px) {
  .product-section1,
  .product-detail {
    padding: 3rem 3.125rem;
  }
}
@media screen and (max-width: 576px) {
  .product-section1,
  .product-detail {
    padding: 2rem 1.875rem;
  }
}
.product-section1 .product-logo img,
.product-detail .product-logo img {
  display: block;
}
.product-section1 h2,
.product-detail h2 {
  text-align: left;
  font: normal normal normal 3rem/3.9375rem DM Sans;
  letter-spacing: -0.15rem;
  color: #000000;
  margin-top: 1.0625rem;
  margin-bottom: 1.9375rem;
}
.product-section1 p,
.product-detail p {
  text-align: left;
  font: normal normal normal 1rem/1.625rem Inter;
  letter-spacing: 0px;
  color: #4E4E4E;
  margin-top: 1.0625rem;
}
.product-section1 h4,
.product-detail h4 {
  text-align: left;
  font: normal normal normal 1.5rem/1.9375rem DM Sans;
  letter-spacing: 0px;
  color: #000000;
  margin-top: 2.5rem;
}
.product-section2 {
  width: 100%;
  box-sizing: border-box;
  background-color: #F6F6F6;
  height: auto;
  overflow: hidden;
  padding: 4.5rem 6.5625rem 6rem;
}
@media screen and (max-width: 992px) {
  .product-section2 {
    padding: 3rem 3.125rem;
  }
}
@media screen and (max-width: 576px) {
  .product-section2 {
    padding: 2rem 1.875rem;
  }
}
.product-section2 h2 {
  text-align: left;
  font: normal normal normal 3rem/3.9375rem DM Sans;
  letter-spacing: -0.15rem;
  color: #000000;
}
.product-section2 .product-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2.8125rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .product-section2 .product-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 576px) {
  .product-section2 .product-list {
    grid-template-columns: 1fr;
  }
}
.product-section2 .product-list .product-item .product-item-img {
  height: auto;
  overflow: hidden;
}
.product-section2 .product-list .product-item .product-item-img:hover img {
  transform: scale(1.1);
}
.product-section2 .product-list .product-item .product-item-img img {
  display: block;
  width: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.product-section2 .product-list .product-item .product-item-content {
  box-sizing: border-box;
  padding: 2.25rem 1.875rem 1.875rem;
  background-color: #ECECEC;
}
.product-section2 .product-list .product-item .product-item-content h3 {
  text-align: left;
  font: normal normal normal 1.3125rem/1.875rem Inter;
  letter-spacing: 0px;
  color: #040404;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-section2 .product-list .product-item .product-item-content .product-item-more {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.5625rem;
}
.product-section2 .product-list .product-item .product-item-content .product-item-more span {
  font: normal normal normal 1rem/1.4375rem Inter;
  letter-spacing: 0px;
  color: #040404;
  margin-right: 1rem;
}
.product-section2 .product-list .product-item .product-item-content .product-item-more img {
  display: block;
  width: 1rem;
}
.product-section3 {
  width: 100%;
  box-sizing: border-box;
  background-color: #FFFFFF;
  height: auto;
  overflow: hidden;
  padding: 5.3125rem 6.5625rem;
}
@media screen and (max-width: 992px) {
  .product-section3 {
    padding: 3rem 3.125rem;
  }
}
@media screen and (max-width: 576px) {
  .product-section3 {
    padding: 2rem 1.875rem;
  }
}
.product-section3 .product-section3-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
}
@media screen and (max-width: 576px) {
  .product-section3 .product-section3-list {
    grid-template-columns: 1fr;
  }
}
.product-section3 .product-section3-list .product-section3-item {
  box-sizing: border-box;
  background-color: #2A8AEE;
  padding: 2rem 1.875rem 1.5625rem;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.product-section3 .product-section3-list .product-section3-item .section3-item-wrap > img {
  display: block;
}
.product-section3 .product-section3-list .product-section3-item .section3-item-wrap > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 7.1875rem;
}
.product-section3 .product-section3-list .product-section3-item .section3-item-wrap > div span {
  text-align: left;
  font: normal normal normal 1.5rem/1.625rem Inter;
  letter-spacing: 0px;
  color: #FFFFFF;
}
.product-section3 .product-section3-list .product-section3-item .section3-item-wrap > div img {
  display: block;
  max-width: 1.375rem;
}
.product-section3 .product-section3-list .product-section3-item:hover .section3-item-wrap > div > span {
  opacity: 0;
}
.product-section3 .product-section3-list .product-section3-item:hover .list-wrap {
  top: 0;
  transition: top 2s ease;
}
.product-section3 .product-section3-list .product-section3-item .list-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  background-color: #005B94;
  opacity: 0.75;
  padding: 2rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.product-section3 .product-section3-list .product-section3-item .list-wrap h3 {
  text-align: center;
  font: normal normal normal 1.5rem/1.625rem Inter;
  letter-spacing: 0px;
  color: #FFFFFF;
}
.product-section3 .product-section3-list .product-section3-item .list-wrap ul {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 0.625rem;
}
.product-section3 .product-section3-list .product-section3-item .list-wrap ul li {
  list-style: disc;
}
.product-section3 .product-section3-list .product-section3-item .list-wrap ul li::marker {
  color: #ffffff;
}
.product-section3 .product-section3-list .product-section3-item .list-wrap ul li a {
  font-size: 1rem;
  color: #ffffff;
  text-decoration: underline;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-section3 .product-section3-list .product-section3-item:nth-of-type(2) {
  background-color: #000000;
}
.product-detail .detail-content {
  display: grid;
  grid-template-columns: 1fr 25.375rem;
  gap: 12.5rem;
}
@media screen and (max-width: 576px) {
  .product-detail .detail-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.product-detail .detail-content .detail-content-left h5 {
  font: normal normal medium 1.25rem/1.625rem DM Sans;
  letter-spacing: 0px;
  color: #1997D8;
  margin-top: 2.5rem;
}
.product-detail .detail-content .detail-content-left h5::before {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #1997D8;
  border-radius: 50%;
  margin-right: 0.875rem;
}
.product-detail .detail-content .detail-content-left .concat-btn {
  width: 9.9375rem;
  height: 3.5rem;
  background-color: #000000;
  margin-top: 3.5625rem;
}
.product-detail .detail-content .detail-content-left .concat-btn a {
  display: block;
  text-align: center;
  font: normal normal normal 1.125rem/3.5rem Inter;
  letter-spacing: 0px;
  color: #FFFFFF;
}
.product-detail .detail-content .detail-content-right img {
  display: block;
  width: 100%;
}
.public-logo-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.public-logo-top .product-logo img {
  display: block;
}
.public-logo-top .back-btn {
  display: block;
  width: 7.75rem;
  height: 3.5rem;
  background: #EBEBEB 0% 0% no-repeat padding-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.public-logo-top .back-btn span {
  font: normal normal normal 1.125rem Inter;
  letter-spacing: 0px;
  color: #2E2D2D;
  margin-right: 0.9375rem;
}
.public-logo-top .back-btn img {
  display: block;
  width: 0.9375rem;
}
.successful-section {
  width: 100%;
  box-sizing: border-box;
  background-color: #FFFFFF;
  height: auto;
  overflow: hidden;
  padding: 2.75rem 6.5625rem 2.5625rem;
}
@media screen and (max-width: 992px) {
  .successful-section {
    padding: 3rem 3.125rem;
  }
}
@media screen and (max-width: 576px) {
  .successful-section {
    padding: 2rem 1.875rem;
  }
}
.successful-section > h2 {
  font: normal normal normal 3rem/3.9375rem DM Sans;
  letter-spacing: -0.15rem;
  color: #000000;
  margin-top: 2.25rem;
  margin-bottom: 1.25rem;
}
.successful-section .successful-list .successful-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4.1875rem;
  padding: 1.75rem 0;
  border-top: 1px solid #DFDFDF;
}
@media screen and (max-width: 992px) {
  .successful-section .successful-list .successful-item {
    grid-template-columns: 1fr 40%;
    gap: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .successful-section .successful-list .successful-item {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.successful-section .successful-list .successful-item .successful-item-left {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 576px) {
  .successful-section .successful-list .successful-item .successful-item-left {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.successful-section .successful-list .successful-item .successful-item-left > p {
  text-align: left;
  font: normal normal normal 1rem/1.625rem Inter;
  letter-spacing: 0px;
  color: #4E4E4E;
}
@media screen and (max-width: 576px) {
  .successful-section .successful-list .successful-item .successful-item-left > p {
    margin-bottom: 1rem;
  }
}
.successful-section .successful-list .successful-item .successful-item-left .successful-item-img-height {
  height: 19.6875rem;
}
@media screen and (max-width: 576px) {
  .successful-section .successful-list .successful-item .successful-item-left .successful-item-img-height {
    height: auto;
    min-height: 21.875rem;
  }
}
.successful-section .successful-list .successful-item .successful-item-left .download-item-img-height {
  height: 15.4375rem;
}
@media screen and (max-width: 576px) {
  .successful-section .successful-list .successful-item .successful-item-left .download-item-img-height {
    height: auto;
    min-height: 21.875rem;
  }
}
.successful-section .successful-list .successful-item .successful-item-left .successful-item-img {
  width: 29.5rem;
  background-color: #EEEEEE;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .successful-section .successful-list .successful-item .successful-item-left .successful-item-img {
    width: 100%;
  }
}
.successful-section .successful-list .successful-item .successful-item-left .successful-item-img:hover img {
  transform: scale(1.1);
}
.successful-section .successful-list .successful-item .successful-item-left .successful-item-img img {
  display: block;
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  transition: 0.3s;
}
.successful-section .successful-list .successful-item .successful-item-left .successful-item-img div {
  display: inline;
  padding: 0.9375rem 1.4375rem;
  font: normal normal normal 0.9375rem Inter;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  background-color: #025DBC;
  position: absolute;
  right: 0;
  top: 0;
}
.successful-section .successful-list .successful-item .successful-item-right .successful-item-right-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 35.25rem;
}
@media screen and (max-width: 1024px) {
  .successful-section .successful-list .successful-item .successful-item-right .successful-item-right-content {
    width: 100%;
  }
}
.successful-section .successful-list .successful-item .successful-item-right .successful-item-right-content h4 {
  font: normal normal normal 1.5rem/2.25rem Inter;
  letter-spacing: 0px;
  color: #1D1D1D;
  text-transform: capitalize;
  box-sizing: border-box;
  padding-right: 0.875rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.successful-section .successful-list .successful-item .successful-item-right .successful-item-right-content p {
  font: normal normal normal 1rem/1.625rem Inter;
  letter-spacing: 0px;
  color: #4E4E4E;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  .successful-section .successful-list .successful-item .successful-item-right .successful-item-right-content p {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
}
.successful-section .successful-list .successful-item .successful-item-right .successful-item-right-content .content-download-txt p {
  margin-top: 1.75rem;
}
@media screen and (max-width: 576px) {
  .successful-section .successful-list .successful-item .successful-item-right .successful-item-right-content .content-download-txt p {
    margin-top: 1rem;
  }
}
.successful-section .successful-list .successful-item .successful-item-right .successful-item-right-content .successful-item-download {
  width: 10.0625rem;
  height: 3.5rem;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.successful-section .successful-list .successful-item .successful-item-right .successful-item-right-content .successful-item-download span {
  font: normal normal normal 1.125rem Inter;
  letter-spacing: 0px;
  color: #FFFFFF;
  margin-right: 1.25rem;
}
.successful-section .successful-list .successful-item .successful-item-right .successful-item-right-content .successful-item-download img {
  display: block;
  max-width: 0.75rem;
}
.successful-section .successful-list .successful-item .successful-item-right .successful-item-right-content .successful-item-more {
  width: 8.875rem;
  height: 3.5rem;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.successful-section .successful-list .successful-item .successful-item-right .successful-item-right-content .successful-item-more span {
  font: normal normal normal 1.125rem Inter;
  letter-spacing: 0px;
  color: #FFFFFF;
  margin-right: 1.25rem;
}
.successful-section .successful-list .successful-item .successful-item-right .successful-item-right-content .successful-item-more img {
  display: block;
  max-width: 1.25rem;
}
.download-section {
  width: 100%;
  box-sizing: border-box;
  background-color: #FFFFFF;
  height: auto;
  overflow: hidden;
  padding: 1.375rem 6.0625rem 5.3125rem;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 3.5625rem;
}
@media screen and (max-width: 1024px) {
  .download-section {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
@media screen and (max-width: 992px) {
  .download-section {
    padding: 1.375rem 3.125rem 4rem;
  }
}
@media screen and (max-width: 576px) {
  .download-section {
    padding: 1.375rem 1.875rem 5rem;
  }
}
.download-section .download-section-left .download-section-left-title {
  padding: 1.5625rem 0;
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 2.875rem;
}
.download-section .download-section-left .download-section-left-title h3 {
  text-align: center;
  font: normal normal normal 1.5rem/2rem Inter;
  letter-spacing: 0px;
  color: #1D1D1D;
  text-transform: capitalize;
}
.download-section .download-section-left .download-section-left-content {
  display: grid;
  grid-template-columns: 18.8125rem 1fr;
  gap: 2.8125rem;
}
@media screen and (max-width: 576px) {
  .download-section .download-section-left .download-section-left-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.download-section .download-section-left .download-section-left-content .download-section-left-img img {
  display: block;
  width: 100%;
}
.download-section .download-section-left .download-section-left-content .download-section-left-txt p {
  text-align: left;
  font: normal normal normal 1rem/1.625rem Inter;
  letter-spacing: 0px;
  color: #4E4E4E;
}
.download-section .download-section-left .download-section-left-content .download-section-left-txt h5 {
  text-align: left;
  font: normal normal bold 1rem/1.625rem Inter;
  letter-spacing: 0px;
  color: #4E4E4E;
}
.download-section .download-section-right .download-section-right-title {
  padding: 1.5625rem 0;
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 2.875rem;
}
.download-section .download-section-right .download-section-right-title h3 {
  text-align: left;
  font: normal normal normal 1.125rem/2rem Inter;
  letter-spacing: 0px;
  color: #4E4E4E;
}
.download-section .download-section-right .download-section-right-content {
  height: calc(100% - 8.125rem);
}
.download-section .download-section-right .download-section-right-content .form-row {
  display: grid;
  grid-template-columns: 8.75rem 1fr;
  gap: 2rem;
  margin-bottom: 0.8125rem;
}
.download-section .download-section-right .download-section-right-content .form-row .form-lable {
  display: block;
  text-align: left;
  font: normal normal bold 1.125rem/3.625rem Inter;
  letter-spacing: 0px;
}
.download-section .download-section-right .download-section-right-content .form-row .form-lable span {
  color: #F91717;
}
.download-section .download-section-right .download-section-right-content .form-row .form-radio-content {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  height: 3.625rem;
}
.download-section .download-section-right .download-section-right-content .form-row .form-radio-content .radio-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.75rem;
}
.download-section .download-section-right .download-section-right-content .form-row .form-radio-content .radio-container .radio-input {
  width: 1.5625rem;
  height: 1.5625rem;
  margin-right: 0.75rem;
}
.download-section .download-section-right .download-section-right-content .form-row .form-radio-content .radio-container .radio-label {
  font: normal normal normal 1.125rem/26px Inter;
  letter-spacing: 0px;
  color: #232323;
}
.download-section .download-section-right .download-section-right-content .form-row .form-input-content {
  width: 100%;
  height: 3.625rem;
}
.download-section .download-section-right .download-section-right-content .form-row .form-input-content input {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #F5F5F5;
  box-sizing: border-box;
  padding: 0 1.25rem;
  text-align: left;
  font: normal normal normal 1.125rem Inter;
  border: 1px solid transparent;
}
.download-section .download-section-right .download-section-right-content .verify-content img {
  display: block;
  width: 18.9375rem;
}
.download-section .download-section-right .download-section-right-content .form-btn {
  margin-top: 1.5625rem;
}
.download-section .download-section-right .download-section-right-content .form-btn button {
  width: 9.75rem;
  height: 3.5rem;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.download-section .download-section-right .download-section-right-content .form-btn button span {
  font: normal normal normal 1.125rem Inter;
  letter-spacing: 0px;
  color: #FFFFFF;
  margin-right: 1.25rem;
}
.download-section .download-section-right .download-section-right-content .form-btn button img {
  display: block;
  max-width: 1.375rem;
}
.download-section .download-section-right .download-section-right-content .form-download-btn {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.download-section .download-section-right .download-section-right-content .form-download-btn a {
  width: 10.0625rem;
  height: 3.5rem;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.download-section .download-section-right .download-section-right-content .form-download-btn a span {
  font: normal normal normal 1.125rem Inter;
  letter-spacing: 0px;
  color: #FFFFFF;
  margin-right: 1.25rem;
}
.download-section .download-section-right .download-section-right-content .form-download-btn a img {
  display: block;
  max-width: 1.6875rem;
}
.download-section .download-section-right .download-section-right-content .form-download-btn a:last-of-type {
  margin-top: 1.875rem;
}
.error {
  color: red;
  font-size: 0.9em;
  display: block;
  margin-top: 0.3125rem;
}
.error input {
  border-color: red !important;
}
.valid input {
  border-color: green !important;
}
.error-placeholder {
  transform: translateX(10.75rem);
}
.product-logo-list .logo-list ul {
  display: grid;
  grid-template-columns: repeat(7, 12.5rem);
  gap: 0.625rem;
  justify-content: center;
  list-style: none !important;
}
@media screen and (max-width: 1440px) {
  .product-logo-list .logo-list ul {
    grid-template-columns: repeat(6, 12.5rem);
  }
}
@media screen and (max-width: 1200px) {
  .product-logo-list .logo-list ul {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .product-logo-list .logo-list ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .product-logo-list .logo-list ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
.product-logo-list .logo-list ul li {
  background-color: #F8F9FB;
  position: relative;
  min-height: 12.5rem;
}
.product-logo-list .logo-list ul li a {
  display: block;
  height: 100%;
}
.product-logo-list .logo-list ul li a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: 0.3s;
}
.product-logo-list .logo-list ul li::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #0B58AA;
}
.product-logo-list .logo-list ul li:hover a img {
  transform: scale(1.1);
}

