/*  ========================
	*********  Footer CTA *********
=============================================  */
.contact-label {
  margin-top: 17px;
  display: block;
  font-size: min(0.97vw, 14px);
  color: #FFF;
}
.cta h2 {
  font-size: clamp(28px, 2.65vw, 36px);
  line-height: 1.4;
  margin-bottom: 28px;
}
.cta p {
  font-weight: 500;
}

@media screen and (max-width: 768px) { 
  .cta p {
    font-size: 3.6vw;
  }
}

/*  ========================
	*********  Low Contact *********
=============================================  */
.low-contact {
  padding: 76px 0 84px;
  background: url(../images/common/footer.png) no-repeat center;
  background-size: cover;
}

.low-contact__inner {
  max-width: 1024px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

.low-contact h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 2.65vw, 36px);
  line-height: 1.45;
  font-weight: 700;
}

.low-contact .contact-label {
  margin-top: 16px;
  font-size: min(0.97vw, 14px);
  font-weight: 500;
  opacity: 0.85;
}

.low-contact .contact-text {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.9);
  font-size: min(1.25vw, 18px);
  font-weight: 600;
}

.contact-btn {
  margin-top: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 540px;
  padding: 16px 56px 16px 36px;
  border-radius: 999px;
  background: linear-gradient(90deg, #3962ad 0%, #54c5c7 50%, #3962ad 100%);
  color: #fff;
  font-size: min(1.11vw, 16px);
  font-weight: 700;
  line-height: 1.4;
  position: relative;
}

.contact-btn::after {
  content: "\f0a9";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {

  .low-contact {
    padding: 14.45% 0;
  }

  .low-contact h2 {
    font-size: clamp(28px, 7.2vw, 36px);
  }

  .low-contact .contact-label {
    font-size: 3.2vw;
  }

  .low-contact .contact-text {
    margin: 5.6% auto;
    font-size: 3.45vw;
    line-height: 1.8;
    width: 90%;
  }
  .contact-label {
    font-size: 14px;
  }
  .contact-btn {
    min-width: auto;
    width: 70%;
    margin-top: 26px;
    padding: 14px 52px 14px 22px;
    font-size: 3.5vw;
  }
}

/*  ========================
	*********  PageTop *********
=============================================  */
.pagetop {
  padding: 2em 0;
  position: relative;
  display: block;
  background: #FFF;
  transition: 0.6s all ease;
}
.pagetop::before {
  font-family: "Font Awesome 6 Free";
  font-size: 1.1em;
  position: absolute;
  content: "\f106";
  font-weight: 600;
  color: #1e353e;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  transform: translateY(-50%);
}
.pagetop:hover {
  background: #1e353e;
}
.pagetop:hover::before {
  color: #FFF;
}

@media screen and (max-width: 768px) {
  .pagetop {
    padding: 7.03vw 0;
  }
  .pagetop::before {
    font-size: 2em;
    line-height: 100%;
  }
}
/*  ========================
	*********  Footer *********
=============================================  */
footer {
  background: #FFF;
  padding: 4.2em 0 1em;
}
footer .footerConts {
  position: relative;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
}
footer .footerConts .logoArea {
  margin: 0 0 0 0;
  width: 30%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
footer .footerConts .logoArea p {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 600;
}
footer .footerConts .rightNav {
  margin: 0 0 0 auto;
  display: flex;
  width: 80%;
  line-height: 2;
  gap: 0 20px;
}
footer .footerConts .rightNav .nav-group {
  width: calc(100%/3);
  font-weight: 700;
  display: flex;
  flex-direction: column;
}
footer .footerConts .rightNav .nav-group h5 {
  margin-bottom: 5px;
  font-size: 16px;
}
footer .footerConts .rightNav .nav-group .nav-subgroup {
  margin-top: 30px;
}
footer .footerConts .rightNav .nav-group .nav-subgroup h5 {
  margin-bottom: 5px;
  font-size: 16px;
}
footer .footerConts .rightNav ul.rat {
  padding-top: 10px;
  padding-left: 1.5rem;
}
footer .footerConts .rightNav ul.rat li {
  position: relative;
  list-style-type: disc;
  line-height: 24.5px;
  margin-bottom: 9px;
}
/* footer .footerConts .rightNav ul.rat li::before {
  font-family: "Font Awesome 6 Free";
  font-size: 1em;
  position: absolute;
  content: "\f0a9";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
} */
footer .footerConts .rightNav ul.rat li a {
  background: linear-gradient(#820f1f, #820f1f) 0 100%/0 2px no-repeat;
  transition: background 0.6s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.35em;
  font-weight: 500;
  font-size: 13.5px;
}
footer .footerConts .rightNav ul.rat li a .footer-link-icon {
  width: 0.85em;
  height: 0.85em;
  vertical-align: middle;
}
footer .footerConts .rightNav ul.rat li a:hover {
  transition: 0.6s all ease;
  background-size: 100% 2px;
}
footer .footerConts .dataArea {
  padding-top: 1em;
  border-top: 1px solid #889094;
  width: 43%;
  margin: 0 0 0 auto;
}
footer .footerConts .bold {
  font-size: 14px;
  font-weight: 700;
  margin-top: 1em;
}
footer .footerConts .sml {
  font-size: 13px;
}
footer .footerConts .btn {
  background: #FFF;
  color: #1e353e;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  display: flex;
  align-items: center;
  gap: 0 5px;
  padding: 0 2em 0;
  margin-top: 2em;
  width: -moz-fit-content;
  width: fit-content;
}
footer .footerConts .btn span {
  background: url(../images/common/i_link.png) no-repeat center;
  background-size: cover;
  width: 12px;
  height: 9px;
}
footer .footerConts .btn:hover {
  background: #1e353e;
  color: #FFF;
}
footer .footerConts .btn:hover span {
  background: url(../images/common/i_link_h.png) no-repeat center;
  background-size: cover;
  width: 12px;
  height: 9px;
}
footer .copyright {
  font-size: 12px;
  text-align: left;
  margin-top: 4em;
  font-weight: bold;
  padding: 20px 14px 0;
  border-top: 1px solid #E4EAEE;
}

@media screen and (max-width: 768px) {
  footer {
    font-size: 4.16vw;
    padding: 3.27em 0 1em;
  }
  footer .footerConts {
    width: 90%;
    flex-wrap: wrap;
  }
  footer .footerConts .logoArea {
    width: 100%;
    margin: 0 0 2em;
  }
  footer .footerConts .logoArea img {
    width: 60%;
  }
  footer .footerConts .logoArea p {
    font-weight: 600;
  }
  footer .footerConts .rightNav .nav-group {
    width: 100%;
    border-top: 1px solid #E4EAEE;
    padding: 1em 0;
  }

  footer .footerConts .rightNav {
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 2em;
  }
  footer .footerConts .rightNav .nav-group h5 {
    font-weight: 700;
  }
  footer .footerConts .rightNav .nav-group .nav-subgroup {
    margin-top: 1.8em;
    padding-top: 1em;
    border-top: 1px solid #E4EAEE;
  }
  footer .footerConts .rightNav ul.rat {
    width: 100%;
    padding-left: 5.5rem;
    font-size: 14px;
  }
  footer .footerConts .dataArea {
    width: 100%;
    margin: 2em 0;
  }
  footer .footerConts .dataArea .bold {
    font-size: 4.16vw;
  }
  footer .footerConts .sml {
    font-size: 3.125vw;
  }
  footer .footerConts .btn {
    font-size: 3.125vw;
    height: 9.11vw;
    line-height: 9.11vw;
	 margin: 2em auto 0;
  }
  footer .footerConts .btn i {
    width: 12px;
  }
  footer .copyright {
    width: 90%;
    font-size: 2.4vw;
    border-top: 1px solid #E4EAEE;
    margin: 0 auto;
    padding-top: 1em;
    text-align: left;
  }
}/*# sourceMappingURL=footer.css.map */

/*  ========================
  *********  add  *********
=============================================  */

.topback {
  position: fixed;
  display: flex;
  padding: 7px 6px;
  align-items: center;
  gap: 10px;
  bottom: 10px;
  right: 10px;
  border-radius: 20px;
  background: #1E353E;
}
.topback svg {
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
}
