@charset "UTF-8";
.cookie-editor-template1 a::after, .contact-editor-template2 li i, .footer-common-editor1-template21 .footer__block .link li a:after, .index-editor-template44 .contact-block .contact-img .img img, .index-editor-template44 .contact-block .contact-img .img, .index-editor-template43 .about-block .img img, .index-editor-template43 .about-block .about-inner, .index-editor-template42 .choose-block .choose-img .img img, .index-editor-template42 .choose-block .choose-p .img img, .index-editor-template41 .wrapper .inner__div p, .index-editor-template41 .wrapper .inner__div .title, .index-editor-template41 .wrapper .inner__div .img img, .index-editor-template41 .wrapper .inner__div .img, .index-editor-template39 .inner .img-box .single, .index-editor-template15 .photo-list__item .info-box .info .title, .index-editor-template15 .photo-list__item .img-box .img img, .index-editor-template14 .details-content-wrapper p, .index-editor-template14 .accordion-details summary .summary-img, .index-editor-template14 .accordion-details summary span {
  transition: all 500ms ease-in-out;
}

/* Position: index
 *  No.: index-editor-template0
 *  Date: 2024/10/29
 *  Author: designer12*/
.index-editor-template0 .wrapper {
  padding: 0 10px;
}

/* Position: index
 *  No.: index-editor-template1
 *  Date: 2024/10/18
 *  Author: designer12*/
.index-editor-template1 {
  padding: 40px 0 60px;
}
.index-editor-template1 .wrapper {
  margin-bottom: 30px;
}
.index-editor-template1 .wrapper > .title {
  margin-bottom: 30px;
  text-align: center;
}
.index-editor-template1 .wrapper:nth-child(even) .about-block .img {
  order: 2;
}
.index-editor-template1 .wrapper:nth-child(even) .about-block .text {
  padding: 20px 60px 0 0;
  order: 1;
}
.index-editor-template1 .wrapper:last-child {
  margin-bottom: 0;
}
.index-editor-template1 .about-block .img img {
  width: 100%;
  height: auto;
}
.index-editor-template1 .about-block .text {
  padding: 20px 0 0 60px;
}
.index-editor-template1 .about-block .text .title {
  margin-bottom: 10px;
  font-weight: 700;
}
.index-editor-template1 .about-block .text .btnbox {
  text-align: right;
}
.index-editor-template1 .about-block .text .btnbox .btnset {
  width: auto;
}

@media only screen and (max-width: 1480px) {
  .index-editor-template1 {
    padding: 60px 60px;
  }
}
@media only screen and (max-width: 1366px) {
  .index-editor-template1 {
    padding: 60px 40px;
  }
}
@media only screen and (max-width: 768px) {
  .index-editor-template1 {
    padding: 40px 40px;
  }
  .index-editor-template1 .about-block .text {
    padding-left: 0;
  }
  .index-editor-template1 .about-block .text .btnbox {
    text-align: center;
  }
  .index-editor-template1 .wrapper:nth-child(even) .about-block .img {
    order: 1;
  }
  .index-editor-template1 .wrapper:nth-child(even) .about-block .text {
    padding-right: 0;
    order: 2;
  }
}
@media only screen and (max-width: 480px) {
  .index-editor-template1 {
    padding: 40px 20px;
  }
}
/* Position: index
 *  No.: index-editor-template2
 *  Date: 2024/10/18
 *  Author: designer12*/
.index-editor-template2 {
  padding: 100px 0;
  position: relative;
  z-index: 0;
}

/* 背景霧化效果 */
.index-editor-template2::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  content: "";
  z-index: -1;
}
.index-editor-template2 .wrapper > .title {
  margin-bottom: 10px;
  text-align: left;
}
.index-editor-template2 .wrapper > .title span {
  margin: 0;
}
.index-editor-template2 .about-block {
  align-items: flex-start;
}
.index-editor-template2 .about-block .img {
  width: 43%;
  order: 2;
  position: relative;
}
.index-editor-template2 .about-block .img:before, .index-editor-template2 .about-block .img:after {
  width: 50%;
  height: 220px;
  position: absolute;
  content: "";
}
.index-editor-template2 .about-block .img:before {
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 60% 0, 0 40%);
  border-radius: 15px 0 0 0;
}
.index-editor-template2 .about-block .img:after {
  right: 0;
  bottom: 0;
  clip-path: polygon(100% 60%, 100% 100%, 40% 100%);
  border-radius: 0 0 15px 0;
}
.index-editor-template2 .about-block .img img {
  width: 100%;
  border-radius: 15px;
}
.index-editor-template2 .about-block .text {
  width: 57%;
  padding: 0 90px 0 0;
  order: 1;
}
.index-editor-template2 .about-block .text .title {
  margin-bottom: 10px;
  font-weight: 700;
}
.index-editor-template2 .about-block .text .btnbox {
  text-align: left;
}
.index-editor-template2 .about-block .text .btnbox .btnset {
  width: auto;
}

@media only screen and (max-width: 1480px) {
  .index-editor-template2 {
    padding: 100px 60px;
  }
}
@media only screen and (max-width: 1366px) {
  .index-editor-template2 {
    padding: 100px 40px;
  }
}
@media only screen and (max-width: 991px) {
  .index-editor-template2 .about-block .img, .index-editor-template2 .about-block .text {
    width: 100%;
  }
  .index-editor-template2 .about-block .img {
    margin-top: 30px;
  }
  .index-editor-template2 .about-block .text {
    padding-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .index-editor-template2 {
    padding: 100px 20px;
  }
}
/* Position: index
 *  No.: index-editor-template3
 *  Date: 2024/10/18
 *  Author: designer12*/
.index-editor-template3 {
  padding: 100px 0;
}
.index-editor-template3 .choose > .title {
  width: calc(4 / 12 * 100% - 0px);
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 0 6% 0 3%;
  position: relative;
}
.index-editor-template3 .choose > .title span {
  display: block;
}
.index-editor-template3 .choose > .title::before {
  position: absolute;
  left: 10px;
  top: -20px;
  width: 150px;
  height: 90px;
  border-width: 5px;
  border-style: solid;
  content: "";
  z-index: -1;
}
.index-editor-template3 .choose > .title::after {
  position: absolute;
  right: 40px;
  top: -moz-calc(50% - 50%);
  top: -webkit-calc(50% - 50%);
  top: calc(50% - 50%);
  width: 1px;
  height: 100%;
  content: "";
}
.index-editor-template3 .choose-p {
  width: calc(8 / 12 * 100% - 0px);
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-top: 0;
  align-items: center;
}
.index-editor-template3 .choose-icon {
  margin: 60px auto 0;
}
.index-editor-template3 .choose-icon .icondiv {
  width: calc(1 / 4 * 100% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-bottom: 0;
  padding: 30px;
  border-width: 1px;
  border-style: solid;
}
.index-editor-template3 .choose-icon .icondiv img {
  max-width: 60px;
  margin: auto;
  display: block;
}
.index-editor-template3 .choose-icon .icondiv .title {
  margin: 10px 0;
  letter-spacing: 0.1rem;
  display: block;
  text-align: center;
}
.index-editor-template3 .choose-icon .icondiv p {
  margin: 0;
}

@media only screen and (max-width: 1480px) {
  .index-editor-template3 {
    padding: 100px 60px;
  }
}
@media only screen and (max-width: 1366px) {
  .index-editor-template3 {
    padding: 100px 40px;
  }
}
@media only screen and (max-width: 991px) {
  .index-editor-template3 .choose > .title, .index-editor-template3 .choose-p {
    width: 100%;
  }
  .index-editor-template3 .choose > .title {
    padding-right: 0;
    margin-bottom: 10px;
  }
  .index-editor-template3 .choose > .title::after {
    display: none;
  }
  .index-editor-template3 .choose-icon {
    margin-top: 40px;
  }
  .index-editor-template3 .choose-icon .icondiv {
    width: calc(1 / 2 * 100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .index-editor-template3 .choose-icon .icondiv {
    width: 100%;
    padding: 20px;
    margin: 0 0 20px;
  }
  .index-editor-template3 .choose-icon .icondiv:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 480px) {
  .index-editor-template3 {
    padding: 80px 20px;
  }
}
/* Position: index
 *  No.: index-editor-template4
 *  Date: 2024/10/18
 *  Author: designer12*/
.index-editor-template4 {
  padding: 60px 0;
}
.index-editor-template4 .choose > .title {
  width: 100%;
  padding-bottom: 30px;
  text-align: center;
}
.index-editor-template4 .choose > .title span {
  position: relative;
}
.index-editor-template4 .choose > .title span::after {
  position: absolute;
  bottom: -20px;
  left: -moz-calc(50% - 50px);
  left: -webkit-calc(50% - 50px);
  left: calc(50% - 50px);
  width: 100px;
  height: 1px;
  content: "";
}
.index-editor-template4 .choose-p {
  width: 100%;
  margin: 20px 0 0;
  padding: 0 30px;
}
.index-editor-template4 .choose-icon {
  margin: 40px auto 0;
}
.index-editor-template4 .choose-icon .icondiv {
  width: calc(1 / 2 * 100% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 10px;
  border-width: 1px;
  border-style: solid;
}
.index-editor-template4 .choose-icon .icondiv img {
  margin: auto;
  display: block;
}
.index-editor-template4 .choose-icon .icondiv .title {
  margin: 10px 0;
  letter-spacing: 0.1rem;
  display: block;
  text-align: center;
}

@media only screen and (max-width: 1480px) {
  .index-editor-template4 {
    padding: 60px 60px;
  }
}
@media only screen and (max-width: 1366px) {
  .index-editor-template4 {
    padding: 60px 40px;
  }
}
@media only screen and (max-width: 600px) {
  .index-editor-template4 .choose-icon .icondiv {
    width: 100%;
    padding: 20px;
    margin: 0 0 20px;
  }
  .index-editor-template4 .choose-icon .icondiv:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 480px) {
  .index-editor-template4 {
    padding: 60px 20px;
  }
}
/* Position: index
 *  No.: index-editor-template5
 *  Date: 2024/10/18
 *  Author: designer12*/
.index-editor-template5 {
  padding: 70px 0;
}
.index-editor-template5 .slogan-box .img {
  width: 500px;
  justify-content: center;
  align-items: center;
}
.index-editor-template5 .slogan-box .img a {
  margin: 0 8px;
  display: inline-block;
}
.index-editor-template5 .slogan-box .img svg {
  width: 80px;
  height: 80px;
}
.index-editor-template5 .slogan-box .img svg .svg-icon {
  transition: all 500ms ease-in-out;
}
.index-editor-template5 .slogan-box .text {
  width: -moz-calc(100% - 500px);
  width: -webkit-calc(100% - 500px);
  width: calc(100% - 500px);
  padding-left: 50px;
}
.index-editor-template5 .slogan-box .text .title {
  margin: 0;
  font-weight: 300;
}
.index-editor-template5 .slogan-box .text .btnbox {
  padding: 10px 6rem 10px 0;
  text-align: right;
}
.index-editor-template5 .slogan-box .text .btnbox .btnset {
  width: 120px;
}

@media only screen and (max-width: 1480px) {
  .index-editor-template5 {
    padding: 70px 60px;
  }
}
@media only screen and (max-width: 1366px) {
  .index-editor-template5 {
    padding: 70px 40px;
  }
}
@media only screen and (max-width: 1280px) {
  .index-editor-template5 .slogan-box .text .btnbox {
    padding-right: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .index-editor-template5 .slogan-box .img, .index-editor-template5 .slogan-box .text {
    width: 100%;
  }
  .index-editor-template5 .slogan-box .text {
    margin-top: 20px;
    padding-left: 0;
  }
  .index-editor-template5 .slogan-box .text .btnbox {
    padding-right: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .index-editor-template5 {
    padding: 70px 20px;
  }
}
/* Position: index
 *  No.: index-editor-template6
 *  Date: 2024/10/18
 *  Author: designer12*/
.index-editor-template6 {
  padding: 90px 0;
  position: relative;
  z-index: 0;
}

/* 背景霧化效果 */
.index-editor-template6::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  content: "";
  z-index: -1;
}
.index-editor-template6 .slogan-box .img, .index-editor-template6 .slogan-box .text {
  width: 100%;
}
.index-editor-template6 .slogan-box .img {
  justify-content: center;
  align-items: center;
}
.index-editor-template6 .slogan-box .img a {
  margin: 0 8px;
  display: inline-block;
}
.index-editor-template6 .slogan-box .img svg {
  width: 80px;
  height: 80px;
}
.index-editor-template6 .slogan-box .img svg .svg-icon {
  transition: all 500ms ease-in-out;
}
.index-editor-template6 .slogan-box .text {
  padding-left: 0;
  margin-top: 30px;
  text-align: center;
}
.index-editor-template6 .slogan-box .text p {
  margin: 0;
}
.index-editor-template6 .slogan-box .text .btnbox {
  padding: 30px 0 0;
  text-align: center;
}
.index-editor-template6 .slogan-box .text .btnbox .btnset {
  width: 200px;
}

@media only screen and (max-width: 1480px) {
  .index-editor-template6 {
    padding: 90px 60px;
  }
}
@media only screen and (max-width: 1366px) {
  .index-editor-template6 {
    padding: 90px 40px;
  }
}
@media only screen and (max-width: 480px) {
  .index-editor-template6 {
    padding: 90px 20px;
  }
}
/* Position: index
 *  No.: index-editor-template7
 *  Date: 2024/10/29
 *  Author: designer12*/
.index-editor-template7 {
  padding: 70px 0;
  position: relative;
  z-index: 0;
}
.index-editor-template7::after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: -1;
}
.index-editor-template7 .certification .title {
  text-align: center;
}
.index-editor-template7 .certification-p {
  margin: 20px auto 40px;
  padding: 10px 0;
  text-align: center;
  position: relative;
}
.index-editor-template7 .certification-p::before, .index-editor-template7 .certification-p::after {
  width: 300px;
  height: 1px;
  position: absolute;
  left: -moz-calc(50% - 150px);
  left: -webkit-calc(50% - 150px);
  left: calc(50% - 150px);
  content: "";
  border-width: 1px 0;
  border-style: dashed;
}
.index-editor-template7 .certification-p::before {
  top: 0;
}
.index-editor-template7 .certification-p::after {
  bottom: 0;
}
.index-editor-template7 .certification .cert {
  justify-content: center;
}
.index-editor-template7 .certification .cert__item {
  width: calc(1 / 4 * 100% - 0px);
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 0 15px;
}
.index-editor-template7 .certification .cert__item img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 1480px) {
  .index-editor-template7 {
    padding: 70px 60px;
  }
}
@media only screen and (max-width: 1366px) {
  .index-editor-template7 {
    padding: 70px 40px;
  }
}
@media only screen and (max-width: 768px) {
  .index-editor-template7 .certification .cert__item {
    width: calc(1 / 2 * 100% - 0px);
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .index-editor-template7 {
    padding: 70px 20px;
  }
}
/* Position: index
 *  No.: index-editor-template8
 *  Date: 2024/10/29
 *  Author: designer12*/
.index-editor-template8 {
  padding: 70px 0 40px;
  position: relative;
  z-index: 0;
}
.index-editor-template8::after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: -1;
}
.index-editor-template8 .certification .cert-title {
  flex-direction: column;
  justify-content: center;
}
.index-editor-template8 .certification .title {
  text-align: center;
}
.index-editor-template8 .certification .title i {
  margin-bottom: 20px;
  font-size: 80px;
  display: block;
}
.index-editor-template8 .certification-p {
  margin: 20px 0 240px;
  padding: 10px 0;
  text-align: center;
  letter-spacing: 0.2rem;
  position: relative;
}
.index-editor-template8 .certification-p::before, .index-editor-template8 .certification-p::after {
  width: 300px;
  height: 1px;
  position: absolute;
  left: -moz-calc(50% - 150px);
  left: -webkit-calc(50% - 150px);
  left: calc(50% - 150px);
  content: "";
  border-width: 1px 0;
  border-style: dashed;
}
.index-editor-template8 .certification-p::before {
  top: 0;
}
.index-editor-template8 .certification-p::after {
  bottom: 0;
}
.index-editor-template8 .certification .cert__item {
  width: calc(1 / 3 * 100% - 0px);
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 0 0 30px 30px;
}
.index-editor-template8 .certification .cert__item img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 1480px) {
  .index-editor-template8 {
    padding: 70px 60px 40px;
  }
}
@media only screen and (max-width: 1366px) {
  .index-editor-template8 {
    padding: 70px 40px 40px;
  }
}
@media only screen and (max-width: 991px) {
  .index-editor-template8 .certification-p {
    margin-bottom: 40px;
  }
  .index-editor-template8 .certification .cert__item {
    width: calc(1 / 3 * 100% - 0px);
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .index-editor-template8 .certification .cert__item {
    width: calc(1 / 2 * 100% - 0px);
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .index-editor-template8 {
    padding: 70px 20px 40px;
  }
  .index-editor-template8 .certification .title i {
    font-size: 60px;
  }
  .index-editor-template8 .certification-p {
    margin: 0 0 10px;
  }
}
/* Position: index
 *  No.: index-editor-template9
 *  Date: 2024/10/29
 *  Author: designer12*/
.index-editor-template9 {
  padding: 90px 0;
}
.index-editor-template9 .slogan {
  width: 100%;
}
.index-editor-template9 .slogan .title-box .title-icon {
  width: 80px;
  font-size: 70px;
  text-shadow: 0 0 0 transparent, -0.5px -0.5px 0 #fff, 0.5px -0.5px 0 #fff, 1.5px -0.5px 0 #fff, -0.5px 0.5px 0 #fff, 0.5px 0.5px 0 #fff, 1.5px 0.5px 0 #fff, -0.5px 1.5px 0 #fff, 0.5px 1.5px 0 #fff, 1.5px 1.5px 0 #fff;
  justify-content: center;
  align-items: center;
}
.index-editor-template9 .slogan .title-box .title {
  width: -moz-calc(100% - 80px);
  width: -webkit-calc(100% - 80px);
  width: calc(100% - 80px);
  padding-left: 50px;
  margin: 0;
  font-weight: 500;
  text-shadow: 0 0 0 transparent, -0.5px -0.5px 0 #fff, 0.5px -0.5px 0 #fff, 1.5px -0.5px 0 #fff, -0.5px 0.5px 0 #fff, 0.5px 0.5px 0 #fff, 1.5px 0.5px 0 #fff, -0.5px 1.5px 0 #fff, 0.5px 1.5px 0 #fff, 1.5px 1.5px 0 #fff, -1.5px -1.5px 0 #fff, -0.5px -1.5px 0 #fff, 0.5px -1.5px 0 #fff, 1.5px -1.5px 0 #fff, 2.5px -1.5px 0 #fff, -1.5px -0.5px 0 #fff, -0.5px -0.5px 0 #fff, 0.5px -0.5px 0 #fff, 1.5px -0.5px 0 #fff, 2.5px -0.5px 0 #fff, -1.5px 0.5px 0 #fff, -0.5px 0.5px 0 #fff, 0.5px 0.5px 0 #fff, 1.5px 0.5px 0 #fff, 2.5px 0.5px 0 #fff, -1.5px 1.5px 0 #fff, -0.5px 1.5px 0 #fff, 0.5px 1.5px 0 #fff, 1.5px 1.5px 0 #fff, 2.5px 1.5px 0 #fff, -1.5px 2.5px 0 #fff, -0.5px 2.5px 0 #fff, 0.5px 2.5px 0 #fff, 1.5px 2.5px 0 #fff, 2.5px 2.5px 0 #fff;
}
.index-editor-template9 .slogan .btnbox {
  padding: 10px 2rem;
}
.index-editor-template9 .slogan .btnbox .btnset {
  width: 100%;
  padding: 10px;
  margin: 0;
  border-width: 3px;
}
.index-editor-template9 .slogan .btnbox .btnset:hover {
  transform: translateX(-5px) translateY(0);
}

@media only screen and (max-width: 1480px) {
  .index-editor-template9 {
    padding: 90px 60px;
  }
}
@media only screen and (max-width: 1366px) {
  .index-editor-template9 {
    padding: 90px 40px;
  }
}
@media only screen and (max-width: 991px) {
  .index-editor-template9 .slogan .title-box .title-icon, .index-editor-template9 .slogan .title-box .title {
    width: 100%;
  }
  .index-editor-template9 .slogan .title-box .title {
    padding: 30px 0 0 0;
    text-align: center;
  }
  .index-editor-template9 .slogan .btnbox {
    margin-top: 30px;
  }
  .index-editor-template9 .slogan .btnbox .btnset {
    width: 240px;
  }
}
@media only screen and (max-width: 480px) {
  .index-editor-template9 {
    padding: 90px 20px;
  }
}
/* Position: index
 *  No.: index-editor-template10
 *  Date: 2024/12/04
 *  Author: designer11*/
.index-editor-template10 .index-editor-template10-content {
  padding: 48px 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index-editor-template10 .index-editor-template10-content .pic-group {
  position: relative;
  padding: 0 0 40px 40px;
  height: max-content;
}
.index-editor-template10 .index-editor-template10-content .pic-group img {
  position: relative;
  min-height: 350px;
  object-fit: cover;
}
.index-editor-template10 .index-editor-template10-content .pic-group .pic-dec {
  padding: 15px 15px;
  border-radius: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 180px;
  height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  z-index: 1;
}
.index-editor-template10 .index-editor-template10-content .pic-group .pic-dec::before, .index-editor-template10 .index-editor-template10-content .pic-group .pic-dec::after {
  content: "";
  width: 200%;
  height: 200%;
  border-radius: 42% 35%;
  position: absolute;
  animation: circlemask 2.5s ease-in-out infinite;
}
.index-editor-template10 .index-editor-template10-content .pic-group .pic-dec::before {
  bottom: 38%;
  left: 38%;
}
.index-editor-template10 .index-editor-template10-content .pic-group .pic-dec::after {
  bottom: 54%;
  left: 54%;
}
@keyframes circlemask {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.index-editor-template10 .index-editor-template10-content .pic-group .pic-dec .pic-dec-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
}
.index-editor-template10 .index-editor-template10-content .pic-group .pic-dec .pic-dec-text, .index-editor-template10 .index-editor-template10-content .pic-group .pic-dec .pic-dec-title {
  z-index: 1;
}
.index-editor-template10 .index-editor-template10-content .second-title {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  padding-left: 40px;
}
.index-editor-template10 .index-editor-template10-content .second-title::before, .index-editor-template10 .index-editor-template10-content .second-title::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 2px;
  left: 0;
}
.index-editor-template10 .index-editor-template10-content .second-title::before {
  top: 7px;
}
.index-editor-template10 .index-editor-template10-content .second-title::after {
  bottom: 7px;
}
.index-editor-template10 .index-editor-template10-content .main-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  margin: 10px 0;
}
.index-editor-template10 .index-editor-template10-content .text-group-des {
  margin: 24px 0;
}
.index-editor-template10 .index-editor-template10-content .text-group-des p {
  margin: 0;
}
.index-editor-template10 .index-editor-template10-content .slogan-items {
  margin: 0;
  padding-left: 0;
}
.index-editor-template10 .index-editor-template10-content .slogan-items li {
  display: flex;
  padding-left: 24px;
  position: relative;
  margin-top: 8px;
}
.index-editor-template10 .index-editor-template10-content .slogan-items li:nth-child(1) {
  margin-top: 0;
}
.index-editor-template10 .index-editor-template10-content .slogan-items li img {
  position: absolute;
  width: 18px;
  height: auto;
  left: 0;
  top: 3px;
}
.index-editor-template10 .w-50 {
  width: calc(50% - 20px);
}
.index-editor-template10 .btnset {
  width: max-content;
  padding: 5px 48px;
  border-radius: 3px;
  margin: 24px 0px 16px 0px;
}
@media only screen and (max-width: 991px) {
  .index-editor-template10 .index-editor-template10-content {
    padding: 48px 40px;
  }
  .index-editor-template10 .w-50 {
    width: 100%;
    padding: 32px 0px;
  }
  .index-editor-template10 .text-group-des {
    margin: 16px 0px;
  }
  .index-editor-template10 .w-50.pic-group {
    padding: 0px 0px 20px 20px;
  }
}
@media only screen and (max-width: 480px) {
  .index-editor-template10 .index-editor-template10-content .pic-group .pic-dec {
    width: 150px;
    height: 150px;
  }
  .index-editor-template10 .index-editor-template10-content .pic-group .pic-dec .pic-dec-title {
    font-size: 18px;
  }
  .index-editor-template10 .index-editor-template10-content .pic-group .pic-dec .pic-dec-text {
    font-size: 14px;
  }
  .index-editor-template10 .index-editor-template10-content .pic-group img {
    min-height: 280px;
  }
}

/* Position: index
 *  No.: index-editor-template11
 *  Date: 2024/12/05
 *  Author: designer11*/
.index-editor-template11 {
  padding: 48px 16px;
}
.index-editor-template11 .index-editor-template11-content .text-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.index-editor-template11 .index-editor-template11-content .second-title {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  padding-left: 40px;
}
.index-editor-template11 .index-editor-template11-content .second-title::before, .index-editor-template11 .index-editor-template11-content .second-title::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 2px;
  left: 0;
}
.index-editor-template11 .index-editor-template11-content .second-title::before {
  top: 7px;
}
.index-editor-template11 .index-editor-template11-content .second-title::after {
  bottom: 7px;
}
.index-editor-template11 .index-editor-template11-content .main-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  margin: 10px 0;
}
.index-editor-template11 .index-editor-template11-content .text-group-des {
  padding: 0 150px;
}
.index-editor-template11 .index-editor-template11-content .card-items {
  margin-top: 24px;
}
.index-editor-template11 .index-editor-template11-content .card-items .card-item {
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: max-content;
  min-height: 340px;
}
.index-editor-template11 .index-editor-template11-content .card-items .card-item .card-item-title {
  font-size: 20px;
  font-weight: 600;
  margin: 16px 0;
}
.index-editor-template11 .index-editor-template11-content .card-items .card-item .card-item-icon {
  display: flex;
  justify-content: center;
}
.index-editor-template11 .index-editor-template11-content .card-items .card-item .card-item-icon img {
  width: 80px;
}
.index-editor-template11 .index-editor-template11-content .card-items .card-item .card-item-des {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.index-editor-template11 .index-editor-template11-content .card-items .card-item .btnset {
  margin-top: 16px;
  display: none;
}
.index-editor-template11 .index-editor-template11-content .card-items .card-item:hover {
  transform: translateY(-8px);
  transition: all 0.4s ease-in-out;
}
.index-editor-template11 .index-editor-template11-content .card-items .card-item:hover .card-item-icon {
  display: none;
}
.index-editor-template11 .index-editor-template11-content .card-items .card-item:hover .btnset {
  display: block;
}
.index-editor-template11 .index-editor-template11-content .item-3 {
  display: flex;
  flex-wrap: wrap;
}
.index-editor-template11 .index-editor-template11-content .item-3 .card-item {
  width: calc(33% - 48px);
  margin: 24px;
  padding: 24px;
}
@media only screen and (max-width: 991px) {
  .index-editor-template11 .index-editor-template11-content .text-group-des {
    padding: 0px 20px;
  }
  .index-editor-template11 .index-editor-template11-content .item-3 .card-item {
    width: 100%;
    min-height: 300px;
  }
  .index-editor-template11 .index-editor-template11-content .item-3 .card-item .card-item-des {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
}
@media only screen and (max-width: 768px) {
  .index-editor-template11 .index-editor-template11-content .item-3 .card-item {
    min-height: 300px;
  }
  .index-editor-template11 .index-editor-template11-content .item-3 .card-item .card-item-des {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
  }
}

/* Position: index
 *  No.: index-editor-template12
 *  Date: 2025/01/08
 *  Author: designer12*/
.index-editor-template12 {
  position: relative;
  overflow: hidden;
}
.index-editor-template12:after {
  width: 100%;
  min-height: 100vh;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: 1;
}
.index-editor-template12 .about-text {
  padding: 100px 30px;
  position: relative;
  z-index: 2;
}
.index-editor-template12 .about-text .title {
  margin-bottom: 10px;
}
.index-editor-template12 .about-text .title--lg {
  padding-bottom: 10px;
  border-width: 0 0 1px;
  border-style: solid;
}

@media only screen and (max-width: 991px) {
  .index-editor-template12:after {
    height: 100%;
    background-image: none !important;
  }
  .index-editor-template12 .wrapper {
    padding: 0 5rem !important;
  }
  .index-editor-template12 .wrapper .about-text {
    width: 70%;
  }
}
@media only screen and (max-width: 768px) {
  .index-editor-template12 .wrapper {
    padding: 0 3rem !important;
  }
  .index-editor-template12 .wrapper .about-text {
    width: 100%;
    padding: 80px 0;
  }
}
/* Position: index
 *  No.: index-editor-template13
 *  Date: 2025/01/08
 *  Author: designer12*/
.index-editor-template13 .about-text {
  padding: 100px 30px;
  text-align: right;
  position: relative;
  z-index: 2;
}
.index-editor-template13 .about-text .title {
  margin-bottom: 10px;
}

@media only screen and (max-width: 991px) {
  .index-editor-template13 .wrapper .about-text {
    width: 100%;
    padding: 6rem 3rem;
    margin-left: 0;
  }
}
/* Position: index
 *  No.: index-editor-template14
 *  Date: 2025/02/13
 *  Author: designer12*/
.index-editor-template14 .accordion-wrapper {
  padding: 60px 0 !important;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 1rem;
}
.index-editor-template14 .accordion-details {
  display: flex;
  flex-direction: column;
  background: transparent;
  height: 30rem;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  --open-size: min(65vw, 100vw);
}
.index-editor-template14 .accordion-details::marker {
  content: "";
}
.index-editor-template14 .accordion-details summary {
  height: 100%;
  padding: 2rem 1rem 1rem;
  flex-shrink: 0;
  text-align: center;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
}
.index-editor-template14 .accordion-details summary span {
  width: 4.5rem;
  height: 4.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  place-content: center;
  aspect-ratio: 1;
  border-radius: 50%;
  opacity: 0;
}
.index-editor-template14 .accordion-details summary span img {
  max-width: 35px;
  height: auto;
}
.index-editor-template14 .accordion-details summary .summary-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: -webkit-box;
  z-index: -1;
}
.index-editor-template14 .accordion-details summary::-webkit-details-marker, .index-editor-template14 .accordion-details summary::marker {
  display: none;
  color: transparent;
}
.index-editor-template14 .accordion-details summary:focus {
  outline: none;
}
.index-editor-template14 .accordion-details[open] summary {
  width: 100%;
  height: auto;
}
.index-editor-template14 .accordion-details[open] summary span {
  margin-left: 1rem !important;
  opacity: 1;
}
.index-editor-template14 .accordion-details[open] summary .summary-img {
  filter: brightness(0.5);
}
.index-editor-template14 .accordion-details .details-content-wrapper {
  padding: 1.5rem 3rem;
}
.index-editor-template14 .accordion-details .details-content-wrapper h3 {
  padding-bottom: 15px;
  margin-bottom: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.index-editor-template14 .accordion-details:hover, .index-editor-template14 .accordion-details:has(summary:focus) {
  outline-offset: 3px;
}
.index-editor-template14 .details-content-wrapper:first-child {
  margin-top: 0;
}
.index-editor-template14 .details-content-wrapper:last-child {
  margin-bottom: 0;
}
.index-editor-template14 .details-content-wrapper p {
  margin: -1rem 0 1rem;
  transform: translateY(2rem);
  transition-delay: 0.5s;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.index-editor-template14 .details-content-wrapper .btnset {
  width: 160px;
  margin-top: 40px;
}
.index-editor-template14 ::details-content {
  width: 0;
  transition: width 0.5s ease-in-out, content-visibility 0.2s ease-in allow-discrete;
}
.index-editor-template14 [open]::details-content {
  width: var(--open-size);
}
.index-editor-template14.expand-num-3 .accordion-details .details-content-wrapper {
  width: 92%;
}
.index-editor-template14.expand-num-4 .accordion-details .details-content-wrapper {
  width: 85%;
}
.index-editor-template14.expand-num-5 .accordion-details .details-content-wrapper {
  width: 79%;
}
.index-editor-template14.expand-num-6 .accordion-details .details-content-wrapper {
  width: 72%;
}

@media only screen and (max-width: 1440px) {
  .index-editor-template14 .accordion-wrapper {
    padding: 60px 40px !important;
  }
  .index-editor-template14 .accordion-details {
    --open-size: min(75vw, 100vw);
  }
}
@media only screen and (max-width: 991px) {
  .index-editor-template14 .accordion-wrapper {
    flex-direction: column;
  }
  .index-editor-template14 .accordion-details {
    height: auto;
    --open-size: max(30vw, 100%) !important;
  }
  .index-editor-template14 .accordion-details .details-content-wrapper {
    width: var(--open-size) !important;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 480px) {
  .index-editor-template14 .accordion-details summary {
    padding-top: 1rem;
  }
  .index-editor-template14 .accordion-details .details-content-wrapper {
    padding: 1.2rem;
  }
}
/* Position: index
 *  No.: index-editor-template15
 *  Date: 2025/02/25
 *  Author: designer12*/
.index-editor-template15 .photo-list {
  padding: 60px 0 !important;
}
.index-editor-template15 .photo-list__item {
  width: -moz-calc(50% - 15px);
  width: -webkit-calc(50% - 15px);
  width: calc(50% - 15px);
  padding: 20px;
  margin-bottom: 30px;
  border-width: 1px;
  border-style: solid;
  border-radius: 10px;
}
.index-editor-template15 .photo-list__item:nth-child(odd) {
  margin-right: 15px;
}
.index-editor-template15 .photo-list__item:nth-child(even) {
  margin-left: 15px;
}
.index-editor-template15 .photo-list__item .img-box {
  width: 120px;
}
.index-editor-template15 .photo-list__item .img-box .img {
  border-radius: 10px;
  overflow: hidden;
}
.index-editor-template15 .photo-list__item .img-box .img img {
  width: 100%;
  height: auto;
  display: block;
}
.index-editor-template15 .photo-list__item .info-box {
  width: -moz-calc(100% - 120px);
  width: -webkit-calc(100% - 120px);
  width: calc(100% - 120px);
  padding-left: 20px;
}
.index-editor-template15 .photo-list__item .info-box .info {
  width: -moz-calc(100% - 120px);
  width: -webkit-calc(100% - 120px);
  width: calc(100% - 120px);
  padding-right: 20px;
  position: relative;
}
.index-editor-template15 .photo-list__item .info-box .info .title {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index-editor-template15 .photo-list__item .info-box .info .title--sm {
  padding: 2px 10px;
  margin-top: 5px;
  font-style: oblique;
  font-weight: 300;
  letter-spacing: 0.08rem;
}
.index-editor-template15 .photo-list__item .info-box .info p {
  margin-top: 7px;
  padding-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
}
.index-editor-template15 .photo-list__item .info-box .info p:before {
  width: 85%;
  height: 1px;
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  border-style: dashed;
  border-width: 1px;
}
.index-editor-template15 .photo-list__item .info-box .button-box {
  width: 120px;
  flex-direction: column;
  align-items: flex-end;
}
.index-editor-template15 .photo-list__item .info-box .button-box .more {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.index-editor-template15 .photo-list__item .info-box .button-box .more:hover {
  animation-name: pulse;
  animation-duration: 1.2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes pulse {
  25% {
    transform: scale(1.05);
  }
  75% {
    transform: scale(0.9);
  }
}
.index-editor-template15 .photo-list__item .info-box .button-box .price {
  margin-top: 3px;
  font-size: 13px;
}
.index-editor-template15 .photo-list__item .info-box .button-box .price strong {
  font-size: 20px;
  font-style: oblique;
}
.index-editor-template15 .photo-list__item:hover .img-box .img img {
  transform: scale(1.1);
}
.index-editor-template15 .photo-list__item:hover .info-box .info .title--md {
  transform: translateX(5px);
}

@media only screen and (max-width: 1440px) {
  .index-editor-template15 .photo-list {
    padding: 60px 30px !important;
  }
}
@media only screen and (max-width: 1336px) {
  .index-editor-template15 .photo-list {
    padding: 60px 20px !important;
  }
  .index-editor-template15 .photo-list__item {
    width: -moz-calc(50% - 30px);
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
    margin: 0 15px 30px !important;
  }
}
@media only screen and (max-width: 991px) {
  .index-editor-template15 .photo-list__item .img-box, .index-editor-template15 .photo-list__item .info-box {
    width: 100%;
  }
  .index-editor-template15 .photo-list__item .info-box {
    padding-top: 10px;
    padding-left: 0;
  }
  .index-editor-template15 .photo-list__item .info-box .info, .index-editor-template15 .photo-list__item .info-box .button-box {
    width: 100%;
  }
  .index-editor-template15 .photo-list__item .info-box .info {
    padding-right: 0;
  }
  .index-editor-template15 .photo-list__item .info-box .button-box {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .index-editor-template15 .photo-list__item .info-box .button-box .price {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .index-editor-template15 .photo-list__item {
    width: 100%;
    margin: 0 0 20px !important;
  }
}
/* Position: index
 *  No.: index-editor-template16
 *  Date: 2025/03/04
 *  Author: designer11*/
.index-editor-template16 {
  padding: 64px 0px;
}
.index-editor-template16 .index-editor-template16-title {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 24px;
}
.index-editor-template16 .index-editor-template16-items {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.2);
}
.index-editor-template16 .index-editor-template16-items .index-editor-template16-item {
  width: calc((100% - 6px) / 4);
  margin: 1px 0px;
  margin-right: 2px;
  background-color: #fff;
  color: #000000;
  text-align: center;
}
.index-editor-template16 .index-editor-template16-items .index-editor-template16-item .pic {
  width: 100%;
  display: flex;
  justify-content: center;
}
.index-editor-template16 .index-editor-template16-items .index-editor-template16-item .pic img {
  width: 100%;
  height: 250px;
  position: relative;
  object-fit: cover;
}
.index-editor-template16 .index-editor-template16-items .index-editor-template16-item .name {
  padding: 15px 8px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-line-clamp: 1;
}
.index-editor-template16 .index-editor-template16-items .index-editor-template16-item:nth-child(4n) {
  margin-right: 0;
}

@media only screen and (max-width: 1450px) {
  .index-editor-template16 {
    padding: 32px 24px;
  }
}
@media only screen and (max-width: 768px) {
  .index-editor-template16 .index-editor-template16-title {
    font-size: 28px;
  }
  .index-editor-template16 .index-editor-template16-items .index-editor-template16-item {
    width: calc((100% - 2px) / 2);
  }
  .index-editor-template16 .index-editor-template16-items .index-editor-template16-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 600px) {
  .index-editor-template16 .index-editor-template16-title {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .index-editor-template16 .index-editor-template16-items .index-editor-template16-item {
    width: calc((100% - 2px) / 2);
  }
  .index-editor-template16 .index-editor-template16-items .index-editor-template16-item:nth-child(2n) {
    margin-right: 0;
  }
}
/* Position: index
 *  No.: index-editor-template17
 *  Date: 2025/03/04
 *  Author: designer11*/
.index-editor-template17 {
  padding: 48px 0px;
  padding-bottom: 0;
}
.index-editor-template17 .wrapper {
  max-width: 100%;
}
.index-editor-template17 .index-editor-template17-title {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 24px;
}
.index-editor-template17 .index-editor-template17-text {
  display: flex;
  justify-content: center;
  padding: 0px 48px;
  font-size: 20px;
}
.index-editor-template17 .index-editor-template17-items {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.2);
}
.index-editor-template17 .index-editor-template17-items .index-editor-template17-item {
  width: calc((100% - 6px) / 4);
  margin: 1px 0px;
  margin-right: 2px;
  background-color: #fff;
  color: #000000;
  text-align: center;
  position: relative;
}
.index-editor-template17 .index-editor-template17-items .index-editor-template17-item .pic {
  width: 100%;
  display: flex;
  justify-content: center;
}
.index-editor-template17 .index-editor-template17-items .index-editor-template17-item .pic img {
  width: 100%;
  height: 250px;
  position: relative;
  object-fit: cover;
}
.index-editor-template17 .index-editor-template17-items .index-editor-template17-item .name {
  padding: 15px 8px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  z-index: 2;
}
.index-editor-template17 .index-editor-template17-items .index-editor-template17-item:nth-child(4n) {
  margin-right: 0;
}

@media only screen and (max-width: 1450px) {
  .index-editor-template17 {
    padding: 32px 0px;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  .index-editor-template17 .index-editor-template17-items .index-editor-template17-item {
    width: calc((100% - 2px) / 2);
  }
  .index-editor-template17 .index-editor-template17-items .index-editor-template17-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 600px) {
  .index-editor-template17 .index-editor-template17-title {
    font-size: 28px;
  }
  .index-editor-template17 .index-editor-template17-text {
    font-size: 16px;
    padding: 0px 24px;
  }
  .index-editor-template17 .index-editor-template17-items .index-editor-template17-item {
    width: 100%;
    margin: 0;
  }
  .index-editor-template17 .index-editor-template17-items .index-editor-template17-item:nth-child(2n) {
    margin-right: 0;
  }
}
/* Position: index
 *  No.: index-editor-template18
 *  Date: 2025/03/06
 *  Author: designer11*/
.index-editor-template18 .wrapper {
  margin: 0;
}
.index-editor-template18 .wrapper:nth-child(even) .about-block .img {
  order: 2;
}
.index-editor-template18 .wrapper:nth-child(even) .about-block .text {
  order: 1;
}
.index-editor-template18 .wrapper:last-child {
  margin-bottom: 0;
}
.index-editor-template18 .about-block .img img {
  width: 100%;
  height: auto;
}
.index-editor-template18 .about-block .text {
  padding: 32px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.index-editor-template18 .about-block .text .title {
  margin-bottom: 10px;
  font-weight: 700;
}
.index-editor-template18 .about-block .text .btnbox {
  text-align: right;
  padding-bottom: 0;
}
.index-editor-template18 .about-block .text .btnbox .btnset {
  width: max-content;
  padding: 3px 24px;
}

@media only screen and (max-width: 768px) {
  .index-editor-template18 .about-block .text {
    padding: 32px 24px;
  }
  .index-editor-template18 .about-block .text .title {
    text-align: center;
  }
  .index-editor-template18 .about-block .text .btnbox {
    text-align: center;
    padding-top: 8px;
  }
  .index-editor-template18 .wrapper:nth-child(even) .about-block .img {
    order: 1;
  }
  .index-editor-template18 .wrapper:nth-child(even) .about-block .text {
    order: 2;
  }
}
/* Position: index
 *  No.: index-editor-template19
 *  Date: 2025/03/07
 *  Author: designer11*/
.index-editor-template19 {
  padding: 60px 0;
}
.index-editor-template19 .choose {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.index-editor-template19 .index-editor-template19-group {
  width: 50%;
}
.index-editor-template19 .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px;
}
.index-editor-template19 .content .btnset {
  padding: 5px 24px;
  width: max-content;
  margin: 24px auto 0 0;
  border-radius: 5px;
}
.index-editor-template19 .choose > .title {
  width: 100%;
  padding-bottom: 30px;
  text-align: left;
  font-weight: 600;
  font-size: 20px;
}
.index-editor-template19 .choose > .title span {
  position: relative;
}
.index-editor-template19 .choose > .title span::after {
  position: absolute;
  bottom: -20px;
  left: -moz-calc(50% - 50px);
  left: -webkit-calc(50% - 50px);
  left: calc(50% - 50px);
  width: 100px;
  height: 1px;
  content: "";
}
.index-editor-template19 .choose-p {
  width: 100%;
  margin: 20px 0 0;
}
.index-editor-template19 .choose .icondiv {
  width: calc(1 / 2 * 100% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 10px;
  border-width: 1px;
  border-style: solid;
}
.index-editor-template19 .choose .icondiv img {
  position: relative;
  object-fit: contain;
  width: auto;
  height: 60px;
  margin: auto;
  display: block;
}
.index-editor-template19 .choose .icondiv .title {
  margin: 10px 0;
  letter-spacing: 0.1rem;
  display: block;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .index-editor-template19 .index-editor-template19-group {
    width: 100%;
  }
  .index-editor-template19 .content {
    padding-top: 0;
  }
}
@media only screen and (max-width: 600px) {
  .index-editor-template19 .choose-icon {
    padding: 0px 24px;
  }
  .index-editor-template19 .choose-icon .icondiv {
    width: 100%;
    padding: 20px;
    margin: 0 0 20px;
  }
  .index-editor-template19 .choose-icon .icondiv:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 480px) {
  .index-editor-template19 {
    padding: 60px 20px;
  }
}
/* Position: index
 *  No.: index-editor-template20
 *  Date: 2025/03/07
 *  Author: designer11*/
.index-editor-template20 {
  padding: 48px 0px;
}
.index-editor-template20 .title-name {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 16px;
}
.index-editor-template20 .more-link {
  display: flex;
  justify-content: center;
  width: max-content;
  padding: 5px 24px;
  margin: 0px auto;
  margin-top: 24px;
  border-radius: 48px;
  transition: all 0.3s ease-in-out;
}
.index-editor-template20 .pic-groups {
  display: flex;
  flex-wrap: wrap;
  height: 35vw;
}
.index-editor-template20 .pic-groups .pic {
  position: relative;
}
.index-editor-template20 .pic-groups .pic:hover .link-name {
  transform: translateX(12px);
  transition: all 0.3s ease-in-out;
}
.index-editor-template20 .pic-groups .pic::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.index-editor-template20 .pic-groups .pic img {
  width: 100%;
  height: 100%;
  position: relative;
  object-fit: cover;
}
.index-editor-template20 .pic-groups .pic .link-name {
  width: 100%;
  position: absolute;
  z-index: 2;
  padding: 16px 24px;
  left: 0;
  bottom: 0;
  transition: all 0.3s ease-in-out;
}
.index-editor-template20 .pic-groups .pic .lin-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.index-editor-template20 .pic-groups .lftpic {
  width: 40%;
  height: 100%;
}
.index-editor-template20 .pic-groups .right-pic-groups {
  margin-left: 24px;
  width: calc(60% - 24px);
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}
.index-editor-template20 .pic-groups .right-pic-groups .right-pic {
  width: calc(50% - 12px);
  height: calc(50% - 12px);
}

@media only screen and (max-width: 1500px) {
  .index-editor-template20 {
    padding: 48px 24px;
  }
}
@media only screen and (max-width: 768px) {
  .index-editor-template20 .pic-groups {
    height: max-content !important;
  }
  .index-editor-template20 .pic-groups .lftpic {
    width: 100%;
    height: max-content;
  }
  .index-editor-template20 .pic-groups .right-pic-groups {
    width: 100%;
    height: max-content;
    margin: 0;
  }
  .index-editor-template20 .pic-groups .pic {
    margin: 12px 0px;
  }
  .index-editor-template20 .pic-groups .pic img {
    height: auto;
  }
}
@media only screen and (max-width: 600px) {
  .index-editor-template20 .pic-groups .right-pic-groups .right-pic {
    width: 100%;
  }
  .index-editor-template20 .pic-groups .pic {
    margin: 12px 0px;
  }
  .index-editor-template20 .pic-groups .pic img {
    height: auto;
  }
}
/* Position: index
 *  No.: index-editor-template21
 *  Date: 2025/03/10
 *  Author: designer11*/
.index-editor-template21 {
  padding: 48px 0px;
}
.index-editor-template21 .title-name {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 16px;
}
.index-editor-template21 .more-link {
  display: flex;
  justify-content: center;
  width: max-content;
  padding: 5px 24px;
  margin: 0px auto;
  margin-top: 24px;
  border-radius: 48px;
  transition: all 0.3s ease-in-out;
}
.index-editor-template21 .pic-groups {
  display: flex;
  flex-wrap: wrap;
  height: 35vw;
}
.index-editor-template21 .pic-groups .pic {
  position: relative;
}
.index-editor-template21 .pic-groups .pic:hover .link-name {
  transform: translateX(12px);
  transition: all 0.3s ease-in-out;
}
.index-editor-template21 .pic-groups .pic::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.index-editor-template21 .pic-groups .pic img {
  width: 100%;
  height: 100%;
  position: relative;
  object-fit: cover;
}
.index-editor-template21 .pic-groups .pic .link-name {
  width: 100%;
  position: absolute;
  z-index: 2;
  padding: 16px 24px;
  left: 0;
  bottom: 0;
  transition: all 0.3s ease-in-out;
}
.index-editor-template21 .pic-groups .pic .lin-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.index-editor-template21 .pic-groups .lftpic {
  width: calc(60% - 12px);
  height: 100%;
}
.index-editor-template21 .pic-groups .right-pic-groups {
  margin-left: 24px;
  width: calc(40% - 12px);
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}
.index-editor-template21 .pic-groups .right-pic-groups .right-pic {
  width: 100%;
  height: calc(50% - 12px);
}

@media only screen and (max-width: 1500px) {
  .index-editor-template21 {
    padding: 48px 24px;
  }
}
@media only screen and (max-width: 768px) {
  .index-editor-template21 .pic-groups {
    height: max-content !important;
  }
  .index-editor-template21 .pic-groups .lftpic {
    width: 100%;
    height: max-content;
  }
  .index-editor-template21 .pic-groups .right-pic-groups {
    width: 100%;
    height: max-content;
    margin: 0;
  }
  .index-editor-template21 .pic-groups .pic {
    margin: 12px 0px;
  }
  .index-editor-template21 .pic-groups .pic img {
    height: auto;
  }
}
@media only screen and (max-width: 600px) {
  .index-editor-template21 .pic-groups .right-pic-groups .right-pic {
    width: 100%;
  }
  .index-editor-template21 .pic-groups .pic {
    margin: 12px 0px;
  }
  .index-editor-template21 .pic-groups .pic img {
    height: auto;
  }
}
/* Position: index
 *  No.: index-editor-template22
 *  Date: 2025/03/11
 *  Author: designer11*/
.index-editor-template22 .index-editor-template21-groups {
  display: flex;
}
.index-editor-template22 .index-editor-template21-groups .left-pic {
  width: 50%;
  height: auto;
}
.index-editor-template22 .index-editor-template21-groups .left-pic img {
  width: 100%;
  height: 100%;
  position: relative;
  object-fit: cover;
}
.index-editor-template22 .index-editor-template21-groups .right-content {
  width: 50%;
  padding: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.index-editor-template22 .index-editor-template21-groups .title, .index-editor-template22 .index-editor-template21-groups .des {
  margin-bottom: 16px;
}
.index-editor-template22 .index-editor-template21-groups .title {
  font-size: 24px;
  font-weight: 600;
}
.index-editor-template22 .index-editor-template21-groups .small-pics {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 16px 0px;
}
.index-editor-template22 .index-editor-template21-groups .small-pics .small-pic {
  width: 8vw;
  height: 8vw;
  border-radius: 50%;
  margin: 16px;
  overflow: hidden;
  margin-top: 32px;
}
.index-editor-template22 .index-editor-template21-groups .small-pics .small-pic img {
  width: 100%;
  height: 100%;
  position: relative;
  object-fit: cover;
}

@media only screen and (max-width: 1280px) {
  .index-editor-template22 .index-editor-template21-groups .small-pics .small-pic {
    width: 14vw;
    height: 14vw;
  }
}
@media only screen and (max-width: 768px) {
  .index-editor-template22 .index-editor-template21-groups {
    flex-direction: column;
  }
  .index-editor-template22 .index-editor-template21-groups .left-pic, .index-editor-template22 .index-editor-template21-groups .right-content {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .index-editor-template22 .index-editor-template21-groups .right-content {
    padding: 24px;
  }
  .index-editor-template22 .index-editor-template21-groups .small-pics .small-pic {
    width: 25vw;
    height: 25vw;
  }
}
@media only screen and (max-width: 480px) {
  .index-editor-template22 .index-editor-template21-groups .small-pics .small-pic {
    width: 35vw;
    height: 35vw;
    margin: 12px;
  }
}
/* Position: index
 *  No.: index-editor-template23
 *  Date: 2025/03/011
 *  Author: designer11*/
.index-editor-template23 {
  padding: 48px 0px;
}
.index-editor-template23 .wrapper {
  margin: 0;
}
.index-editor-template23 .wrapper:last-child {
  margin-bottom: 0;
}
.index-editor-template23 .about-block {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 0px;
}
.index-editor-template23 .about-block .img {
  width: 18vw;
  height: 18vw;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.index-editor-template23 .about-block .img img {
  width: 100%;
  height: 100%;
}
.index-editor-template23 .about-block .text {
  width: 50vw;
  padding: 32px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.index-editor-template23 .about-block .text .title {
  margin-bottom: 10px;
  font-weight: 700;
}
.index-editor-template23 .about-block .text .btnbox {
  text-align: right;
  padding-bottom: 0;
}
.index-editor-template23 .about-block .text .btnbox .btnset {
  width: max-content;
  padding: 3px 24px;
}

@media only screen and (max-width: 1280px) {
  .index-editor-template23 .about-block .img {
    width: 30vw;
    height: 30vw;
  }
}
@media only screen and (max-width: 768px) {
  .index-editor-template23 .about-block {
    display: flex;
    flex-direction: column;
  }
  .index-editor-template23 .about-block .img {
    width: 30vw;
    height: 30vw;
    min-width: 280px;
    min-height: 280px;
  }
  .index-editor-template23 .about-block .text {
    width: 100%;
    padding: 32px 24px;
  }
  .index-editor-template23 .about-block .text .title {
    text-align: center;
  }
  .index-editor-template23 .about-block .text .btnbox {
    text-align: center;
    padding-top: 8px;
  }
}
/* Position: index
 *  No.: index-editor-template24
 *  Date: 2025/03/13
 *  Author: designer11*/
.index-editor-template24 {
  padding: 60px 0;
}
.index-editor-template24 .choose {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.index-editor-template24 .index-editor-template24-group {
  width: 100%;
}
.index-editor-template24 .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 10px;
  padding-top: 0px;
  line-height: 1.8;
}
.index-editor-template24 .choose .btnset {
  padding: 5px 24px;
  width: max-content;
  margin: 5px auto;
  border-radius: 5px;
}
.index-editor-template24 .choose > .title {
  width: 100%;
  padding-bottom: 30px;
  text-align: left;
  font-weight: 600;
  font-size: 20px;
}
.index-editor-template24 .choose > .title span {
  position: relative;
}
.index-editor-template24 .choose > .title span::after {
  position: absolute;
  bottom: -20px;
  left: -moz-calc(50% - 50px);
  left: -webkit-calc(50% - 50px);
  left: calc(50% - 50px);
  width: 100px;
  height: 1px;
  content: "";
}
.index-editor-template24 .choose-p {
  width: 100%;
  margin: 20px 0 0;
}
.index-editor-template24 .choose .icondiv {
  width: calc(25% - 20px);
  padding: 30px;
  border-radius: 10px;
  border-width: 1px;
  border-style: solid;
  margin: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index-editor-template24 .choose .icondiv .icon-pic {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  padding: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-editor-template24 .choose .icondiv img {
  position: relative;
  object-fit: contain;
  width: 100%;
  height: auto;
  object-fit: cover;
  margin: auto;
  display: block;
}
.index-editor-template24 .choose .icondiv .title {
  margin: 10px 0;
  letter-spacing: 0.1rem;
  display: block;
  text-align: center;
}

@media only screen and (max-width: 1400px) {
  .index-editor-template24 {
    padding: 60px 24px;
  }
}
@media only screen and (max-width: 991px) {
  .index-editor-template24 .choose .icondiv {
    width: calc(50% - 20px);
  }
  .index-editor-template24 .index-editor-template24-group {
    width: 100%;
  }
  .index-editor-template24 .content {
    padding-top: 0;
  }
}
@media only screen and (max-width: 600px) {
  .index-editor-template24 .choose-icon .icondiv {
    width: 100%;
    padding: 20px;
    margin: 0 0 20px;
  }
  .index-editor-template24 .choose-icon .icondiv:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 480px) {
  .index-editor-template24 {
    padding: 60px 20px;
  }
}
/* Position: index
 *  No.: index-editor-template25
 *  Date: 2025/03/13
 *  Author: designer11*/
.index-editor-template25 {
  padding: 64px 0px;
}
.index-editor-template25 .time-line-groups .title {
  width: 100%;
  margin-bottom: 32px;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}
.index-editor-template25 .time-line-group {
  display: flex;
  align-items: center;
  position: relative;
}
.index-editor-template25 .time-line-group .pic, .index-editor-template25 .time-line-group .content {
  padding: 16px 16px;
}
.index-editor-template25 .time-line-group .pic {
  width: 160px;
  height: 160px;
}
.index-editor-template25 .time-line-group .pic img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  object-fit: cover;
}
.index-editor-template25 .time-line-group .content {
  width: calc(100% - 160px);
  padding-left: 80px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.index-editor-template25 .time-line-group .content .date {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}
.index-editor-template25 .time-line-group .content .time-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
}
.index-editor-template25 .time-line-group .content .des {
  line-height: 1.5;
  letter-spacing: 1.5px;
  order: 3;
}
.index-editor-template25 .time-line-group::after {
  content: "";
  width: 6px;
  height: 100%;
  position: absolute;
  left: 192px;
  transform: translateX(-50%);
  top: 0;
}

@media only screen and (max-width: 768px) {
  .index-editor-template25 .time-line-group .content {
    padding-left: 32px;
  }
  .index-editor-template25 .time-line-group .content .time-title {
    font-size: 22px;
  }
  .index-editor-template25 .time-line-group::after {
    left: 168px;
  }
}
/* Position: index
 *  No.: index-editor-template26
 *  Date: 2025/03/25
 *  Author: designer11*/
.index-editor-template26 {
  padding: 24px;
}
.index-editor-template26 .index-editor-template26-info {
  padding: 24px 24px 24px 0;
}
.index-editor-template26 .index-editor-template26-info .title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 8px;
  letter-spacing: 3px;
}
.index-editor-template26 .index-editor-template26-info .content {
  margin: 16px 0px;
  line-height: 1.8;
  letter-spacing: 0.5px;
}
.index-editor-template26 .index-editor-template26-info a {
  border-radius: 5px;
  margin: 0;
  margin-top: 8px;
  border: 2px solid #fff;
}
.index-editor-template26 .index-editor-template26-info a:hover {
  transform: translateY(0px);
}

@media only screen and (max-width: 1480px) {
  .index-editor-template26 {
    padding: 0px 16px;
  }
  .index-editor-template26 .index-editor-template26-info {
    padding: 24px 24px 24px 24px;
  }
}
@media only screen and (max-width: 480px) {
  .index-editor-template26 {
    padding: 24px 16px;
  }
  .index-editor-template26 .index-editor-template26-info {
    padding: 24px 0px 24px 0;
  }
}
/* Position: index
 *  No.: index-editor-template27
 *  Date: 2025/03/26
 *  Author: designer11*/
.index-editor-template27 {
  padding: 48px 36px;
}
.index-editor-template27 .index-editor-template27-item {
  width: calc(50% - 12px);
  margin: 12px 24px 12px 0px;
  position: relative;
}
.index-editor-template27 .index-editor-template27-item:nth-child(2n) {
  margin-right: 0;
}
.index-editor-template27 .index-editor-template27-item .pic {
  width: 100%;
  height: max-content;
  position: relative;
}
.index-editor-template27 .index-editor-template27-item .pic::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.index-editor-template27 .index-editor-template27-item .pic img {
  width: 100%;
  height: auto;
}
.index-editor-template27 .index-editor-template27-item .content {
  width: calc(100% - 64px);
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  padding: 16px;
  border-radius: 8px;
  z-index: 3;
  transition: 0.4s all ease-in-out;
}
.index-editor-template27 .index-editor-template27-item .content a, .index-editor-template27 .index-editor-template27-item .content .title, .index-editor-template27 .index-editor-template27-item .content .text {
  transition: 0.4s all ease-in-out;
}
.index-editor-template27 .index-editor-template27-item .content:hover {
  transition: 0.4s all ease-in-out;
}
.index-editor-template27 .index-editor-template27-item .content:hover a, .index-editor-template27 .index-editor-template27-item .content:hover .title, .index-editor-template27 .index-editor-template27-item .content:hover .text {
  transition: 0.4s all ease-in-out;
}
.index-editor-template27 .index-editor-template27-item .content .title {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
.index-editor-template27 .index-editor-template27-item .content .text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 12px auto;
}
.index-editor-template27 .index-editor-template27-item .content a {
  display: flex;
  margin-left: auto;
  width: max-content;
  text-align: end;
}
.index-editor-template27 .index-editor-template27-item .content .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  left: 0;
  top: 0;
  z-index: 3;
}

@media only screen and (max-width: 768px) {
  .index-editor-template27 .index-editor-template27-item {
    width: 100%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .index-editor-template27 {
    padding: 48px 16px;
  }
  .index-editor-template27 .index-editor-template27-item {
    padding: 12px 0;
  }
  .index-editor-template27 .index-editor-template27-item .pic img {
    min-height: 80vw;
    position: relative;
    object-fit: cover;
  }
}
/* Position: index
 *  No.: index-editor-template28
 *  Date: 2025/03/26
 *  Author: designer11*/
.index-editor-template28 {
  padding: 64px 36px;
}
.index-editor-template28 .index-editor-template28-item {
  width: calc(33.33% - 16px);
  margin: 12px 24px 12px 0;
  position: relative;
}
.index-editor-template28 .index-editor-template28-item:nth-child(3n) {
  margin-right: 0;
}
.index-editor-template28 .index-editor-template28-item .pic {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.index-editor-template28 .index-editor-template28-item .pic img {
  width: 100%;
  height: 100%;
  position: relative;
  object-fit: cover;
}
.index-editor-template28 .index-editor-template28-item .content {
  width: 100%;
  position: relative;
  padding: 16px;
}
.index-editor-template28 .index-editor-template28-item .content .title {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}
.index-editor-template28 .index-editor-template28-item .content .text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 24px auto;
}
.index-editor-template28 .index-editor-template28-item .content a {
  display: flex;
  justify-content: center;
  padding: 5px;
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .index-editor-template28 .index-editor-template28-item {
    width: 100%;
    margin: 12px 0px 12px 0;
  }
}
@media only screen and (max-width: 480px) {
  .index-editor-template28 {
    padding: 48px 16px;
  }
  .index-editor-template28 .index-editor-template28-item {
    padding: 12px 0px;
  }
  .index-editor-template28 .index-editor-template28-item .pic img {
    min-height: 80vw;
    position: relative;
    object-fit: cover;
  }
}
/* Position: index
 *  No.: index-editor-template29
 *  Date: 2025/03/27
 *  Author: designer11*/
.index-editor-template29 {
  padding: 48px 3vw;
  position: relative;
  overflow: hidden;
}
.index-editor-template29::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.index-editor-template29 .coldefault3 {
  padding: 16px;
}
.index-editor-template29 .counter-box {
  padding: 24px 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.index-editor-template29 .counter-box .pic {
  margin-bottom: 16px;
  width: 100%;
}
.index-editor-template29 .counter-box img {
  height: 80px;
  width: auto;
  position: relative;
  object-fit: contain;
  margin: auto;
}
.index-editor-template29 .counter-box .counter-group {
  display: flex;
  align-items: center;
}
.index-editor-template29 .counter-box .counter-group div {
  font-size: 28px;
  font-weight: 600;
  padding: 0 3px;
}
.index-editor-template29 .counter-box .samll-text {
  width: 100%;
  margin-top: 8px;
  font-size: 16px;
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  .index-editor-template29 {
    padding: 48px 0vw;
  }
  .index-editor-template29 .counter-box {
    padding: 24px 12px;
  }
}
/* Position: index
 *  No.: index-editor-template30
 *  Date: 2025/03/27
 *  Author: designer11*/
.index-editor-template30 {
  padding: 48px 0px;
}
.index-editor-template30 .title {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 16px;
}
.index-editor-template30 .coldefault2 {
  width: calc(16.7% - 24px);
  margin: 12px 28px 12px 0px;
}
.index-editor-template30 .coldefault2:nth-child(6n) {
  margin-right: 0;
}
.index-editor-template30 .logo-item {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 48px 16px;
  position: relative;
}
.index-editor-template30 .logo-item:hover .pic img {
  transform: scale(1.1);
  transition: all 0.4s ease-in-out;
}
.index-editor-template30 .logo-item .link-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background-color: transparent;
}
.index-editor-template30 .logo-item .pic {
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-editor-template30 .logo-item .pic img {
  height: 60px;
  width: auto;
  position: relative;
  object-fit: contain;
  transition: all 0.4s ease-in-out;
}
.index-editor-template30 .logo-item .name {
  font-size: 20px;
  font-weight: 600;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.index-editor-template30 .logo-item:hover .name {
  opacity: 1;
  transition: all 0.4s ease-in-out;
}

@media only screen and (max-width: 1480px) {
  .index-editor-template30 {
    padding: 48px 40px;
  }
}
@media only screen and (max-width: 991px) {
  .index-editor-template30 {
    padding: 48px 30px;
  }
  .index-editor-template30 .coldefault2 {
    width: calc(33.3% - 24px);
    margin: 12px 28px 12px 0px;
  }
  .index-editor-template30 .coldefault2:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .index-editor-template30 .coldefault2 {
    width: calc(50% - 14px);
    margin: 12px 28px 12px 0px;
  }
  .index-editor-template30 .coldefault2:nth-child(3n) {
    margin-right: 28px;
  }
  .index-editor-template30 .coldefault2:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .index-editor-template30 {
    padding: 48px 16px;
  }
}
/* Position: index
 *  No.: index-editor-template31
 *  Date: 2025/04/10
 *  Author: designer11*/
.index-editor-template31 {
  padding: 64px 0px;
}
.index-editor-template31 .index-editor-template31-title {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 24px;
}
.index-editor-template31 .index-editor-template31-text {
  display: flex;
  justify-content: center;
  padding: 0px 48px;
  font-size: 20px;
}
.index-editor-template31 .index-editor-template31-items {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.2);
}
.index-editor-template31 .index-editor-template31-items .index-editor-template31-item {
  width: calc((100% - 6px) / 4);
  margin: 1px 0px;
  margin-right: 2px;
  background-color: #fff;
  color: #000000;
  text-align: center;
  position: relative;
}
.index-editor-template31 .index-editor-template31-items .index-editor-template31-item .pic {
  width: 100%;
  display: flex;
  justify-content: center;
}
.index-editor-template31 .index-editor-template31-items .index-editor-template31-item .pic img {
  width: 100%;
  height: 250px;
  position: relative;
  object-fit: cover;
}
.index-editor-template31 .index-editor-template31-items .index-editor-template31-item .name {
  padding: 15px 8px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 35px;
  font-weight: bolder;
  z-index: 2;
}
.index-editor-template31 .index-editor-template31-items .index-editor-template31-item:nth-child(4n) {
  margin-right: 0;
}

@media only screen and (max-width: 1480px) {
  .index-editor-template31 {
    padding: 32px 40px;
    padding-bottom: 0;
  }
  .index-editor-template31 .index-editor-template31-items .index-editor-template31-item .name {
    font-size: 32px;
  }
}
@media only screen and (max-width: 991px) {
  .index-editor-template31 .index-editor-template31-items .index-editor-template31-item {
    width: calc((100% - 2px) / 2);
  }
  .index-editor-template31 .index-editor-template31-items .index-editor-template31-item:nth-child(2n) {
    margin-right: 0;
  }
  .index-editor-template31 .index-editor-template31-items .index-editor-template31-item .name {
    font-size: 28px;
  }
}
@media only screen and (max-width: 600px) {
  .index-editor-template31 .index-editor-template31-title {
    font-size: 28px;
  }
  .index-editor-template31 .index-editor-template31-text {
    font-size: 16px;
    padding: 0px 24px;
  }
  .index-editor-template31 .index-editor-template31-items .index-editor-template31-item {
    width: 100%;
    margin: 0;
  }
  .index-editor-template31 .index-editor-template31-items .index-editor-template31-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .index-editor-template31 .index-editor-template31-items .index-editor-template31-item .name {
    font-size: 20px;
  }
}
/* Position: index
 *  No.: index-editor-template32
 *  Date: 2025/04/10
 *  Author: designer11*/
.index-editor-template32 {
  padding-bottom: 60px;
}
.index-editor-template32 .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.index-editor-template32 .index-editor-template32-item {
  width: calc(25% - 48px);
  height: 35vw;
  margin-right: 64px;
  position: relative;
  overflow: hidden;
  border-radius: 250px;
}
.index-editor-template32 .index-editor-template32-item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.index-editor-template32 .index-editor-template32-item:nth-child(2n) {
  margin-top: 120px;
}
.index-editor-template32 .index-editor-template32-item:nth-child(4) {
  margin-right: 0 !important;
}
.index-editor-template32 .index-editor-template32-item .pic {
  position: relative;
  width: 100%;
  height: 100%;
}
.index-editor-template32 .index-editor-template32-item .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s all ease-in-out;
}
.index-editor-template32 .index-editor-template32-item a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-editor-template32 .index-editor-template32-item a::before, .index-editor-template32 .index-editor-template32-item a::after {
  transition: all 0.6s ease-in-out;
}
.index-editor-template32 .index-editor-template32-item a::before {
  content: "";
  width: 100%;
  height: 62.5%;
  clip-path: polygon(0 0, 100% 0, 100% 60%, 0% 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.index-editor-template32 .index-editor-template32-item a::after {
  content: "";
  width: 100%;
  height: 62.5%;
  clip-path: polygon(0 40%, 100% 0, 100% 100%, 0% 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.index-editor-template32 .index-editor-template32-item a span {
  position: relative;
  z-index: 1;
  font-size: 32px;
  font-weight: 600;
}
.index-editor-template32 .index-editor-template32-item:hover a::before {
  transform: translateY(-100%);
}
.index-editor-template32 .index-editor-template32-item:hover a::after {
  transform: translateY(100%);
}
.index-editor-template32 .index-editor-template32-item:hover a::before, .index-editor-template32 .index-editor-template32-item:hover a::after {
  transition: all 0.6s ease-in-out;
}
.index-editor-template32 .index-editor-template32-item:hover .pic img {
  transform: scale(1.2);
  transition: 0.6s all ease-in-out;
}

@media only screen and (max-width: 1470px) {
  .index-editor-template32 {
    padding: 0px 40px 60px 40px;
  }
  .index-editor-template32 .wrapper .index-editor-template32-item {
    height: 40vw;
    width: calc(25% - 12px);
    margin-right: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .index-editor-template32 .wrapper .index-editor-template32-item a span {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .index-editor-template32 .wrapper .index-editor-template32-item {
    height: 70vw;
    width: calc(45% - 16px);
    margin-right: 16px;
    margin-bottom: 48px;
  }
  .index-editor-template32 .wrapper .index-editor-template32-item:nth-child(1) {
    margin-left: -10%;
  }
  .index-editor-template32 .wrapper .index-editor-template32-item:nth-child(2n) {
    margin-top: 48px;
    margin-bottom: 0px;
  }
  .index-editor-template32 .wrapper .index-editor-template32-item:nth-child(3) {
    margin-left: calc(10% + 16px);
  }
}
@media only screen and (max-width: 600px) {
  .index-editor-template32 .wrapper .index-editor-template32-item {
    width: calc(50% - 16px);
  }
  .index-editor-template32 .wrapper .index-editor-template32-item:nth-child(1) {
    margin-left: 0%;
  }
  .index-editor-template32 .wrapper .index-editor-template32-item:nth-child(2n) {
    margin-top: 48px;
    margin-bottom: 0px;
  }
  .index-editor-template32 .wrapper .index-editor-template32-item:nth-child(3) {
    margin-left: 16px;
  }
  .index-editor-template32 .wrapper .index-editor-template32-item a span {
    font-size: 18px;
  }
}
/* Position: index
 *  No.: index-editor-template33
 *  Date: 2025/04/10
 *  Author: designer11*/
.index-editor-template33 {
  padding: 48px 0px;
}
.index-editor-template33 .title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 32px;
  text-align: center;
}
.index-editor-template33 .pic {
  display: flex;
  justify-content: center;
  padding: 0px 40px;
}
.index-editor-template33 .pic img {
  width: 100%;
  max-width: 1000px;
}

/* Position: index
 *  No.: index-editor-template34
 *  Date: 2025/04/14
 *  Author: designer11*/
.index-editor-template34 {
  padding: 64px 0px;
}
.index-editor-template34 .wrapper {
  position: relative;
}
.index-editor-template34 .dec-pic {
  position: absolute;
  z-index: 10;
  -webkit-animation: mushroomShakeLeftBottomAni 4s infinite ease-in-out alternate;
  animation: mushroomShakeLeftBottomAni 4s infinite ease-in-out alternate;
}
.index-editor-template34 .slogan-pic {
  position: absolute;
  height: auto;
  z-index: 10;
}
.index-editor-template34 .pic {
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  width: 80%;
  margin: auto;
}
.index-editor-template34 .text {
  width: 40%;
  position: absolute;
  padding: 8px 15px;
  height: 120px;
  left: 10%;
  bottom: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.index-editor-template34 .text .big-title {
  font-size: 30px;
  font-weight: bolder;
  margin-bottom: 10px;
}
.index-editor-template34 .text .small-tex {
  font-size: 16px;
}
.index-editor-template34 a {
  width: 30%;
  height: max-content;
  padding: 24px 16px;
  text-align: center;
  right: 15%;
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  z-index: 10;
  transform: translate(0px, 50%);
  border-radius: 8px;
}

@media only screen and (max-width: 1366px) {
  .index-editor-template34 .text {
    position: relative;
    width: 70%;
    margin: auto;
    left: 0;
    height: auto;
    padding: 8px;
  }
  .index-editor-template34 .text .big-title {
    font-size: 26px;
  }
  .index-editor-template34 a {
    position: relative;
    margin: auto;
    padding: 16px;
    transform: translateY(0);
    margin-top: 16px;
    display: block;
    right: 0vw;
    min-width: 180px;
  }
}
@media only screen and (max-width: 600px) {
  .index-editor-template34 .text .big-title {
    font-size: 22px;
  }
}
/* Position: index
 *  No.: index-editor-template35
 *  Date: 2025/04/25
 *  Author: designer11*/
.index-editor-template35 {
  padding-bottom: 48px;
  position: relative;
  overflow: hidden;
}
.index-editor-template35 .bg-pic {
  width: 100%;
  height: 33vw;
  position: absolute;
  overflow: hidden;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.index-editor-template35 .bg-pic::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.index-editor-template35 .bg-pic img {
  width: 100%;
  height: auto;
  position: relative;
  object-fit: cover;
}
.index-editor-template35 .bg-pic .big-pic-content {
  width: 50%;
  position: absolute;
  padding: 24px 64px;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.index-editor-template35 .bg-pic .big-pic-content .slogan-title {
  font-size: 35px;
  font-weight: bold;
}
.index-editor-template35 .bg-pic .big-pic-content .count-groups {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}
.index-editor-template35 .bg-pic .big-pic-content .count-groups .count {
  width: calc(33.3333333333% - 16px);
}
.index-editor-template35 .bg-pic .big-pic-content .count-groups .count .title {
  font-size: 24px;
  font-weight: bold;
}
.index-editor-template35 .bg-pic .big-pic-content .count-groups .count .n {
  display: flex;
  align-items: center;
}
.index-editor-template35 .bg-pic .big-pic-content .count-groups .count .n div {
  font-size: 35px;
  font-weight: bold;
  margin-left: 8px;
}
.index-editor-template35 .bg-pic .big-pic-content .count-groups .count .n div:nth-child(1) {
  margin-left: 0;
}
.index-editor-template35 .bg-pic .big-pic-content .count-groups .count .n div:nth-last-child(1) {
  font-size: 16px;
  font-weight: normal;
  padding-top: 10px;
}
.index-editor-template35 .btm-l, .index-editor-template35 .btm-r {
  width: 100%;
  display: flex;
  position: relative;
}
.index-editor-template35 .btm-r {
  justify-content: flex-end;
}
.index-editor-template35 .btm-r .right {
  width: 50%;
  display: flex;
  justify-content: space-between;
  margin-top: 64px;
}
.index-editor-template35 .btm-r .right .item-row {
  width: calc(25vw - 8px);
}
.index-editor-template35 .btm-r .right .item-row .item {
  position: relative;
  overflow: hidden;
  margin: 8px 0;
}
.index-editor-template35 .btm-r .right .item-row .item .link-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  left: 0;
  top: 0;
  z-index: 5;
}
.index-editor-template35 .btm-r .right .item-row .item .pic {
  height: 20vw;
  min-height: 320px;
}
.index-editor-template35 .btm-r .right .item-row .item .pic::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.index-editor-template35 .btm-r .right .item-row .item img {
  width: 100%;
  height: 100%;
  position: relative;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
}
.index-editor-template35 .btm-r .right .item-row .item .content {
  position: absolute;
  bottom: 0;
  color: #fff !important;
  z-index: 3;
  padding: 16px 48px;
  transform: translateY(38px);
  transition: all 0.4s ease-in-out;
  width: 100%;
}
.index-editor-template35 .btm-r .right .item-row .item .content .name {
  font-weight: bold;
}
.index-editor-template35 .btm-r .right .item-row .item .content .more-icon {
  padding-top: 16px;
}
.index-editor-template35 .btm-r .right .item-row .item:hover img {
  transform: scale(1.2);
  transition: all 0.4s ease-in-out;
}
.index-editor-template35 .btm-r .right .item-row .item:hover .content {
  transform: translateY(0px);
  transition: all 0.4s ease-in-out;
}
.index-editor-template35 .btm-l {
  position: absolute;
  bottom: 48px;
  left: 64px;
}
.index-editor-template35 .btm-l .left {
  width: 50%;
  padding-right: 64px;
}
.index-editor-template35 .btm-l .left .des {
  font-size: 24px;
  font-weight: bold;
}
.index-editor-template35 .btm-l .left a {
  padding: 8px 32px;
  border: 1px solid #333;
  color: #333;
  display: flex;
  width: max-content;
  margin-top: 20px;
  transition: all 0.4s ease-in-out;
}
.index-editor-template35 .btm-l .left a:hover {
  background: #333;
  color: #fff;
  transform: translateY(-8px);
  transition: all 0.4s ease-in-out;
}

@media only screen and (max-width: 1280px) {
  .index-editor-template35 .bg-pic {
    height: max-content;
  }
  .index-editor-template35 .bg-pic .big-pic-content {
    width: 100%;
    padding: 80px 48px 48px 48px;
    position: relative;
  }
  .index-editor-template35 .bg-pic .big-pic-content .slogan-title {
    font-size: 28px;
    width: 70%;
  }
  .index-editor-template35 .bg-pic .big-pic-content .count-groups {
    width: 50%;
    flex-direction: column;
  }
  .index-editor-template35 .bg-pic .big-pic-content .count-groups .count {
    width: 100%;
    margin-top: 16px;
  }
  .index-editor-template35 .bg-pic .big-pic-content .count-groups .count:nth-child(1) {
    margin-top: 0;
  }
  .index-editor-template35 .btm-r .right {
    width: 100%;
    margin-top: 500px;
    padding: 0px 48px;
  }
  .index-editor-template35 .btm-r .right .item-row {
    width: calc(50% - 4px);
  }
  .index-editor-template35 .btm-l {
    position: relative;
    left: 0;
    bottom: 0;
    padding: 24px 48px;
  }
  .index-editor-template35 .btm-l .left {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 0;
    padding: 24px;
  }
  .index-editor-template35 .btm-l .left .des {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .index-editor-template35 .bg-pic .big-pic-content .count-groups {
    width: 60%;
  }
  .index-editor-template35 .bg-pic .big-pic-content .count-groups .count .n div {
    font-size: 33px;
  }
  .index-editor-template35 .btm-r .right {
    padding: 0px 16px;
  }
  .index-editor-template35 .btm-r .right .item-row .item .pic {
    height: 280px;
    min-height: unset;
  }
}
@media only screen and (max-width: 600px) {
  .index-editor-template35 .bg-pic .big-pic-content .count-groups .count .n div {
    font-size: 27px;
  }
  .index-editor-template35 .btm-r .right {
    padding: 0px 8px;
  }
  .index-editor-template35 .btm-r .right .item-row .item .pic {
    height: 200px;
  }
  .index-editor-template35 .btm-r .right .item-row .item .content {
    padding: 8px;
    padding-bottom: 16px;
  }
  .index-editor-template35 .btm-r .right .item-row .item .content .des, .index-editor-template35 .btm-r .right .item-row .item .content a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 400px) {
  .index-editor-template35 .btm-r .right {
    margin-top: 600px;
  }
}

/* Position: index
 *  No.: index-editor-template36
 *  Date: 2025/04/25
 *  Author: designer11*/
.index-editor-template36 {
  position: relative;
  overflow: hidden;
  margin-bottom: 48px;
}
.index-editor-template36::after {
  content: "";
  width: 60vw;
  height: 80%;
  right: 0;
  position: absolute;
  z-index: -1;
  top: 10%;
  border-radius: 48px 0px 0px 48px;
}
.index-editor-template36 .index-editor-template36-group {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 5;
}
.index-editor-template36 .index-editor-template36-group .pics {
  display: flex;
  width: 50%;
}
.index-editor-template36 .index-editor-template36-group .pics .pic {
  width: 40%;
  height: 20vw;
  margin: 0 5%;
  border-radius: 20%;
  position: relative;
  overflow: hidden;
}
.index-editor-template36 .index-editor-template36-group .pics .pic:nth-child(2) {
  margin-top: 120px;
}
.index-editor-template36 .index-editor-template36-group .pics .pic:nth-child(2) img {
  width: 100%;
  height: 100%;
  position: relative;
  object-fit: cover;
}
.index-editor-template36 .index-editor-template36-group .content {
  width: 50%;
  padding: 120px 0px;
  padding-right: 5%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.index-editor-template36 .index-editor-template36-group .content .title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1.5px;
  margin-bottom: 24px;
}
.index-editor-template36 .index-editor-template36-group .content .des {
  font-size: 18px;
  letter-spacing: 1.5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-editor-template36 .index-editor-template36-group .content a {
  padding: 8px 32px;
  display: flex;
  width: max-content;
  margin-top: 24px;
  letter-spacing: 1.5px;
  transition: all 0.4s ease-in-out;
}
.index-editor-template36 .index-editor-template36-group .content a:hover {
  transform: translateY(-8px);
  transition: all 0.4s ease-in-out;
}

@media only screen and (max-width: 1100px) {
  .index-editor-template36::after {
    width: 85vw;
    height: 70%;
    top: 30%;
  }
  .index-editor-template36 .index-editor-template36-group .pics {
    width: 100%;
  }
  .index-editor-template36 .index-editor-template36-group .pics .pic {
    height: 40vw;
  }
  .index-editor-template36 .index-editor-template36-group .content {
    width: 100%;
    padding: 48px 5% 48px 25%;
  }
}
@media only screen and (max-width: 768px) {
  .index-editor-template36 .index-editor-template36-group .content a {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 8px 8px;
  }
}

/* Position: index
 *  No.: index-editor-template37
 *  Date: 2025/04/28
 *  Author: designer11*/
.index-editor-template37 .index-editor-template37-group {
  display: flex;
}
.index-editor-template37 .index-editor-template37-group .pic {
  width: 50%;
  height: 18vw;
  min-height: 250px;
  position: relative;
  overflow: hidden;
}
.index-editor-template37 .index-editor-template37-group .pic::before {
  content: "";
  width: calc(100% - 64px);
  height: calc(100% - 48px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  transition: all 0.4s ease-in-out;
}
.index-editor-template37 .index-editor-template37-group .pic::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transition: all 0.4s ease-in-out;
}
.index-editor-template37 .index-editor-template37-group .pic img {
  width: 100%;
  height: 100%;
  position: relative;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
}
.index-editor-template37 .index-editor-template37-group .pic .title {
  padding: 16px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: bold;
  transition: all 0.4s ease-in-out;
}
.index-editor-template37 .index-editor-template37-group .pic a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
.index-editor-template37 .index-editor-template37-group .pic:hover::after {
  transition: all 0.4s ease-in-out;
}
.index-editor-template37 .index-editor-template37-group .pic:hover::before {
  transform: translate(-50%, -50%) scale(0.9);
  transition: all 0.4s ease-in-out;
}
.index-editor-template37 .index-editor-template37-group .pic:hover img {
  transform: scale(1.1);
  transition: all 0.4s ease-in-out;
}
.index-editor-template37 .index-editor-template37-group .pic:hover .title {
  font-size: 35px;
  transition: all 0.4s ease-in-out;
}

@media only screen and (max-width: 768px) {
  .index-editor-template37 .index-editor-template37-group {
    flex-direction: column;
  }
  .index-editor-template37 .index-editor-template37-group .pic {
    width: 100%;
    height: 40vw;
    min-height: unset;
  }
}
@media only screen and (max-width: 600px) {
  .index-editor-template37 .index-editor-template37-group .pic {
    height: 50vw;
  }
}

/* Position: index
 *  No.: index-editor-template38
 *  Date: 2025/04/28
 *  Author: designer11*/
.index-editor-template38 {
  background-position: right top;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.index-editor-template38::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(51, 51, 51, 0.7);
}
.index-editor-template38 .index-editor-template38-group {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 3;
}
.index-editor-template38 .index-editor-template38-group .step-item {
  width: 25%;
  padding: 48px 3.5%;
}
.index-editor-template38 .index-editor-template38-group .step-item .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 24px;
}
.index-editor-template38 .index-editor-template38-group .step-item .des {
  margin-bottom: 24px;
  min-height: 96px;
}
.index-editor-template38 .index-editor-template38-group .step-item .remind-text {
  font-size: 14px;
  display: flex;
  align-items: center;
}
.index-editor-template38 .index-editor-template38-group .step-item .remind-text span:nth-last-child(1) {
  width: calc(100% - 40px);
  margin-left: auto;
}
.index-editor-template38 .index-editor-template38-group .step-item .remind-text img {
  width: 32px;
  margin-right: 16px;
  height: auto;
}
.index-editor-template38 .index-editor-template38-group .step-item .num {
  font-size: 35px;
  position: relative;
  margin-bottom: 16px;
}
.index-editor-template38 .index-editor-template38-group .step-item .num::after {
  content: "";
  width: calc(100% - 48px);
  height: 2px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.index-editor-template38 .index-editor-template38-group .final-step {
  width: 100% !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.index-editor-template38 .index-editor-template38-group .final-step a {
  width: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  padding: 8px 32px;
}
.index-editor-template38 .index-editor-template38-group .final-step a img {
  width: 32px;
  height: auto;
  margin-right: 16px;
}
.index-editor-template38 .index-editor-template38-group .final-step .big-title {
  font-size: 30px;
  font-weight: bold;
}

@media only screen and (max-width: 1500px) {
  .index-editor-template38 .index-editor-template38-group .final-step {
    width: 100%;
  }
  .index-editor-template38 .index-editor-template38-group .step-item {
    width: 50%;
  }
  .index-editor-template38 .index-editor-template38-group .step-item .des {
    margin-bottom: 24px;
    min-height: 64px;
  }
}
@media only screen and (max-width: 600px) {
  .index-editor-template38 .index-editor-template38-group .step-item {
    width: 100%;
    padding: 24px 40px;
  }
}

/* Position: index
 *  No.: index-editor-template39
 *  Date: 2025/05/02
 *  Author: designer12*/
.index-editor-template39 {
  padding: 60px 0;
}
.index-editor-template39 .wrapper > .title {
  margin-bottom: 30px;
  font-weight: 300;
  position: relative;
}
.index-editor-template39 .wrapper > .title:after {
  width: 55%;
  height: 1px;
  position: absolute;
  right: 0;
  bottom: 10px;
  content: "";
  border-bottom-style: dashed;
  border-bottom-width: 1px;
}
.index-editor-template39 .inner .text {
  align-content: space-around;
}
.index-editor-template39 .inner .text .btnbox {
  text-align: left;
  padding-bottom: 0;
}
.index-editor-template39 .inner .img-box {
  padding-left: 60px;
  margin: 0 -10px;
  align-items: center;
}
.index-editor-template39 .inner .img-box .single {
  width: calc(1 / 3 * 100% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.index-editor-template39 .inner .img-box .single .img img {
  width: 100%;
  height: auto;
}
.index-editor-template39 .inner .img-box .single .info {
  padding: 10px 20px 20px;
}
.index-editor-template39 .inner .img-box .single:hover {
  transform: translateY(-5px);
}

@media only screen and (max-width: 1480px) {
  .index-editor-template39 .wrapper {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media only screen and (max-width: 991px) {
  .index-editor-template39 .wrapper > .title {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .index-editor-template39 .wrapper > .title:after {
    width: 45%;
  }
  .index-editor-template39 .inner .text .btnbox {
    padding: 10px 0 30px;
    text-align: center;
  }
  .index-editor-template39 .inner .img-box {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .index-editor-template39 .inner .img-box {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .index-editor-template39 .inner .img-box {
    padding-left: 0;
    margin: 0;
  }
  .index-editor-template39 .inner .img-box .single {
    width: calc(1 / 1 * 100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
  }
}

/* Position: index
 *  No.: index-editor-template40
 *  Date: 2025/05/08
 *  Author: designer12*/
.index-editor-template40 {
  padding: 60px 0;
}
.index-editor-template40 .img-left {
  padding-right: 50px;
}
.index-editor-template40 .img-left img {
  width: 100%;
  height: auto;
  border-radius: 30px 0 0 30px;
}
.index-editor-template40 .info {
  padding: 30px 0 0 50px;
}
.index-editor-template40 .info .title {
  margin-bottom: 20px;
  position: relative;
}
.index-editor-template40 .info .title:after {
  width: 45%;
  height: 1px;
  position: absolute;
  right: 0;
  bottom: 15px;
  content: "";
}
.index-editor-template40 .info p {
  width: 80%;
}
.index-editor-template40 .info .img-btn .btnbox {
  align-items: flex-end;
}
.index-editor-template40 .info .img-btn .img img {
  width: 100%;
  height: auto;
  border-radius: 0 20px 20px 0;
}

@media only screen and (max-width: 1440px) {
  .index-editor-template40 .wrapper {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media only screen and (max-width: 991px) {
  .index-editor-template40 .img-left {
    padding-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .index-editor-template40 .img-left img {
    border-radius: 20px;
  }
  .index-editor-template40 .info {
    padding-left: 0;
  }
  .index-editor-template40 .info p {
    width: 100%;
  }
  .index-editor-template40 .info .img-btn {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .index-editor-template40 {
    padding: 40px 0;
  }
  .index-editor-template40 .info .img-btn .btnbox {
    padding-bottom: 40px;
    justify-content: center;
  }
}

/* Position: index
 *  No.: index-editor-template41
 *  Date: 2025/05/08
 *  Author: designer12*/
.index-editor-template41 {
  padding: 110px 0;
  position: relative;
}
.index-editor-template41:after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: -1;
}
.index-editor-template41 .wrapper {
  z-index: 2;
}
.index-editor-template41 .wrapper .title--top {
  margin-bottom: 20px;
  text-align: center;
}
.index-editor-template41 .wrapper .text-p {
  width: 80%;
  margin: auto;
}
.index-editor-template41 .wrapper .inner {
  padding: 60px 0 40px;
}
.index-editor-template41 .wrapper .inner__div {
  padding: 0 40px;
}
.index-editor-template41 .wrapper .inner__div .img {
  justify-content: center;
  align-items: center;
}
.index-editor-template41 .wrapper .inner__div .img img {
  width: auto;
  height: 80px;
}
.index-editor-template41 .wrapper .inner__div .title {
  margin: 40px 0 0;
  text-align: center;
  display: block;
}
.index-editor-template41 .wrapper .inner__div p {
  text-align: center;
}
.index-editor-template41 .wrapper .inner__div:hover .img img {
  transform: rotate(360deg);
  transition-delay: 0.75s;
  transition-property: rotate;
}
.index-editor-template41 .wrapper .inner__div:hover .img, .index-editor-template41 .wrapper .inner__div:hover .title, .index-editor-template41 .wrapper .inner__div:hover p {
  transform: scale(1.05);
}

/* Position: index
 *  No.: index-editor-template42
 *  Date: 2025/04/21
 *  Author: designer12*/
.index-editor-template42 {
  overflow: hidden;
}
.index-editor-template42 .choose-block .choose-p {
  padding: 0 0 5vw 80px;
  align-items: flex-end;
  align-content: flex-end;
}
.index-editor-template42 .choose-block .choose-p .title {
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}
.index-editor-template42 .choose-block .choose-p .title:after {
  width: 80%;
  height: 1px;
  position: absolute;
  right: -70px;
  bottom: 0;
  content: "";
}
.index-editor-template42 .choose-block .choose-p .title span {
  padding-left: 85px;
  display: block;
  font-size: 33px;
  font-weight: 300;
}
.index-editor-template42 .choose-block .choose-p .img {
  margin-top: 50px;
}
.index-editor-template42 .choose-block .choose-p .img img {
  width: 100%;
  height: auto;
  border-radius: 10px 0 10px 0;
}
.index-editor-template42 .choose-block .choose-p .img img:hover {
  transform: translateY(-10px);
}
.index-editor-template42 .choose-block .choose-img {
  align-items: flex-end;
}
.index-editor-template42 .choose-block .choose-img .img {
  margin: 60px 0;
}
.index-editor-template42 .choose-block .choose-img .img img {
  width: 70%;
  height: auto;
  margin: auto;
  border-radius: 80px 30px 80px 10px;
}
.index-editor-template42 .choose-block .choose-img .img img:hover {
  transform: translate(10px, -10px);
  border-style: solid;
  border-width: 1px;
}

@media only screen and (max-width: 768px) {
  .index-editor-template42 {
    padding: 0 40px;
  }
  .index-editor-template42 .choose-block .choose-p {
    padding: 60px 0;
  }
  .index-editor-template42 .choose-block .choose-p .title:after {
    width: 60%;
    right: 10px;
  }
  .index-editor-template42 .choose-block .choose-p .title span {
    margin-left: 15px;
    padding-left: 0;
    display: inline-block;
  }
  .index-editor-template42 .choose-block .choose-img .img {
    margin-top: 0;
  }
}
@media only screen and (max-width: 480px) {
  .index-editor-template42 {
    padding: 0 20px;
  }
  .index-editor-template42 .choose-block .choose-p .title span {
    font-size: 27px;
  }
}
/* Position: index
 *  No.: index-editor-template43
 *  Date: 2025/04/21
 *  Author: designer12*/
.index-editor-template43 {
  padding: 50px 0;
}
.index-editor-template43 .about-block {
  position: relative;
}
.index-editor-template43 .about-block .about-inner {
  width: 40%;
  height: 110%;
  padding: 40px;
  position: absolute;
  right: 7vw;
  border-radius: 10px;
  transform: translateY(-5%);
  align-content: center;
  z-index: 1;
}
.index-editor-template43 .about-block .about-inner .title span {
  margin-left: 30px;
  font-weight: 300;
}
.index-editor-template43 .about-block .about-inner .title--lg {
  margin-bottom: 30px;
}
.index-editor-template43 .about-block .img {
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .index-editor-template43 .about-block:hover .about-inner {
    right: 10vw;
  }
  .index-editor-template43 .about-block:hover .img img {
    transform: scale(1.03);
  }
}
@media only screen and (max-width: 991px) {
  .index-editor-template43 .about-block {
    display: flex;
    flex-wrap: wrap;
  }
  .index-editor-template43 .about-block .about-inner {
    width: 100%;
    height: auto;
    position: relative;
    right: inherit;
    transform: translateY(0);
    border-radius: 0;
    order: 2;
  }
  .index-editor-template43 .about-block .about-inner .title {
    width: 100%;
  }
  .index-editor-template43 .about-block .about-inner .btnbox {
    padding-bottom: 0;
  }
  .index-editor-template43 .about-block img {
    order: 1;
  }
}
@media only screen and (max-width: 991px) {
  .index-editor-template43 .about-block .about-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* Position: index
 *  No.: index-editor-template44
 *  Date: 2025/04/21
 *  Author: designer12*/
.index-editor-template44 {
  padding: 130px 0;
  position: relative;
}
.index-editor-template44 .contact-en {
  position: absolute;
  right: 3vw;
  top: 10px;
}
.index-editor-template44 .contact-en img {
  width: 660px;
  height: auto;
}
.index-editor-template44 .contact-block .contact-info {
  padding: 0 60px 0 100px;
}
.index-editor-template44 .contact-block .contact-info .title {
  font-weight: normal;
  letter-spacing: 0.1rem;
}
.index-editor-template44 .contact-block .contact-info .button-icon {
  margin: 30px auto 0;
}
.index-editor-template44 .contact-block .contact-img .img {
  position: relative;
}
.index-editor-template44 .contact-block .contact-img .img:after {
  width: 1px;
  height: 100%;
  content: "";
  position: absolute;
  right: -50px;
  bottom: -30px;
}
.index-editor-template44 .contact-block .contact-img .img img {
  width: 100%;
  height: auto;
  transform: translateY(175px);
  border-width: 6px;
  border-style: solid;
}

@media only screen and (min-width: 992px) {
  .index-editor-template44 .contact-block .contact-img .img:hover img {
    transform: translateY(80px);
  }
}
@media only screen and (max-width: 1470px) {
  .index-editor-template44 .contact-block .contact-img .img:after {
    right: 40px;
  }
  .index-editor-template44 .contact-block .contact-img .img img {
    width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  .index-editor-template44 .contact-en img {
    width: 460px;
    height: auto;
  }
  .index-editor-template44 .contact-block .contact-info {
    padding: 0 40px;
    margin-bottom: 60px;
  }
  .index-editor-template44 .contact-block .contact-img .img {
    width: 80%;
    margin: auto;
  }
  .index-editor-template44 .contact-block .contact-img .img:after {
    display: none;
  }
  .index-editor-template44 .contact-block .contact-img .img img {
    width: 100%;
    transform: translateY(0);
  }
}
@media only screen and (max-width: 600px) {
  .index-editor-template44 {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 480px) {
  .index-editor-template44 .contact-en img {
    width: 320px;
    height: auto;
  }
  .index-editor-template44 .contact-block .contact-info {
    padding: 0 20px;
  }
  .index-editor-template44 .contact-block .contact-img .img {
    width: 90%;
  }
}
/* Position: index
 *  No.: index-editor-template45
 *  Date: 2025/05/19
 *  Author: designer12*/
.index-editor-template45 {
  padding: 60px 0;
}
.index-editor-template45 .text {
  padding-right: 130px;
  justify-content: flex-end;
  position: relative;
}
.index-editor-template45 .text:after {
  position: absolute;
  right: 70px;
  top: 100px;
  content: "";
  width: 1px;
  height: 150%;
}
.index-editor-template45 .text .title {
  width: 100%;
  text-align: right;
  font-weight: 700;
}
.index-editor-template45 .text .title--xl {
  margin-bottom: 15px;
  font-weight: 600;
}
.index-editor-template45 .img {
  margin-top: 40px;
  border-radius: 7px 30px;
  overflow: hidden;
}
.index-editor-template45 .img img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 768px) {
  .index-editor-template45 .text .title--xl {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 3.75rem;
  }
}
@media only screen and (max-width: 600px) {
  .index-editor-template45 .text {
    padding-right: 10px;
  }
  .index-editor-template45 .text:after {
    width: 60%;
    height: 1px;
    right: 0;
    top: inherit;
    bottom: -10px;
  }
}
/* Position: footer-common-editor1
 *  No.: footer-common-editor1-template1
 *  Date: 2024/12/17
 *  Author: designer12*/
.footer-common-editor1 {
  width: 100%;
}

.footer-common-editor1-template1 {
  padding: 30px 0 20px;
}
.footer-common-editor1-template1 .footer__logo {
  padding-right: 6rem;
}
.footer-common-editor1-template1 .footer__logo img {
  max-width: 100%;
  height: auto;
}
.footer-common-editor1-template1 .footer__logo p {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
}
.footer-common-editor1-template1 .footer__info {
  padding-left: 6rem;
  align-content: flex-start;
}
.footer-common-editor1-template1 .footer__info .title {
  width: 100%;
  margin-bottom: 20px;
  display: block;
}
.footer-common-editor1-template1 .footer__info ul {
  width: 100%;
  padding-left: 0;
  margin: 0;
}
.footer-common-editor1-template1 .footer__info ul li {
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 14px;
  list-style-type: none;
  position: relative;
}
.footer-common-editor1-template1 .footer__info ul li:last-child {
  margin-bottom: 0;
}
.footer-common-editor1-template1 .footer__info ul li::before {
  width: 24px;
  height: 24px;
  font-size: 16px;
  font-family: "icomoon";
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-common-editor1-template1 .footer__info ul li.add::before {
  content: "\e923";
}
.footer-common-editor1-template1 .footer__info ul li.tel::before {
  content: "\e926";
}
.footer-common-editor1-template1 .footer__info ul li.fax::before {
  content: "\e91d";
}
.footer-common-editor1-template1 .footer__info ul li.mail::before {
  content: "\e91c";
}
.footer-common-editor1-template1 .footer__info ul li a:hover {
  text-decoration: underline;
}
.footer-common-editor1-template1 .footer__social {
  align-content: flex-start;
}
.footer-common-editor1-template1 .footer__social .title {
  width: 100%;
  margin-bottom: 20px;
  display: block;
}
.footer-common-editor1-template1 .footer__social ul {
  padding-left: 0;
  margin: 0;
}
.footer-common-editor1-template1 .footer__social ul li {
  width: 100%;
  margin-bottom: 10px;
  font-size: 14px;
  list-style-type: none;
}
.footer-common-editor1-template1 .footer__social ul li:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .footer-common-editor1-template1 .footer__logo {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .footer-common-editor1-template1 .footer__logo img {
    margin: auto;
  }
  .footer-common-editor1-template1 .footer__info {
    padding-left: 0;
  }
}
@media only screen and (max-width: 480px) {
  .footer-common-editor1-template1 .footer__social {
    margin-bottom: 20px;
    padding: 15px 0;
    border-width: 1px 0;
    border-style: solid;
  }
}
/* Position: footer-common-editor1
 *  No.: footer-common-editor1-template2
 *  Date: 2024/10/17
 *  Author: designer12*/
.footer-common-editor1-template2 .footer__logo {
  width: 100%;
  padding: 0 0 20px;
  margin-bottom: 20px;
  text-align: center;
  border-style: solid;
  border-width: 0 0 1px 0;
}
.footer-common-editor1-template2 .footer__logo img {
  max-width: 100%;
  height: auto;
}
.footer-common-editor1-template2 .footer__logo a img {
  margin: auto;
}
.footer-common-editor1-template2 .footer__logo p {
  max-width: 768px;
  margin: 15px auto 0;
  font-size: 14px;
  font-weight: 400;
}
.footer-common-editor1-template2 .footer__social, .footer-common-editor1-template2 .footer__info {
  width: 50%;
}
.footer-common-editor1-template2 .footer__social .title, .footer-common-editor1-template2 .footer__info .title {
  width: 100px;
  padding-left: 15px;
  writing-mode: vertical-lr;
  text-orientation: upright;
  position: relative;
}
.footer-common-editor1-template2 .footer__social .title::after, .footer-common-editor1-template2 .footer__info .title::after {
  position: absolute;
  top: -moz-calc(50% - 30%);
  top: -webkit-calc(50% - 30%);
  top: calc(50% - 30%);
  right: 25px;
  width: 1px;
  height: 60%;
  max-height: 95px;
  content: "";
}
.footer-common-editor1-template2 .footer__info {
  padding-left: 0;
}
.footer-common-editor1-template2 .footer__info ul {
  width: -moz-calc(100% - 100px);
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);
  padding-left: 0;
}
.footer-common-editor1-template2 .footer__info ul li {
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 14px;
  list-style-type: none;
  position: relative;
}
.footer-common-editor1-template2 .footer__info ul li:last-child {
  margin-bottom: 0;
}
.footer-common-editor1-template2 .footer__info ul li::before {
  width: 24px;
  height: 24px;
  font-size: 16px;
  font-family: "icomoon";
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-common-editor1-template2 .footer__info ul li.add::before {
  content: "\e923";
}
.footer-common-editor1-template2 .footer__info ul li.tel::before {
  content: "\e926";
}
.footer-common-editor1-template2 .footer__info ul li.fax::before {
  content: "\e91d";
}
.footer-common-editor1-template2 .footer__info ul li.mail::before {
  content: "\e91c";
}
.footer-common-editor1-template2 .footer__info ul li a:hover {
  text-decoration: underline;
}
.footer-common-editor1-template2 .footer__social ul {
  padding-left: 0;
}
.footer-common-editor1-template2 .footer__social li {
  width: 100%;
  margin-bottom: 10px;
  font-size: 14px;
  list-style-type: none;
}
.footer-common-editor1-template2 .footer__social li:last-child {
  margin-bottom: 0;
}
.footer-common-editor1-template2 .footer__block {
  padding: 2rem 0 1rem;
}

@media only screen and (max-width: 768px) {
  .footer-common-editor1-template2 .footer__social .title::after, .footer-common-editor1-template2 .footer__info .title::after {
    top: 0;
  }
}
@media only screen and (max-width: 480px) {
  .footer-common-editor1-template2 .footer__logo {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
  }
  .footer-common-editor1-template2 .footer__social, .footer-common-editor1-template2 .footer__info {
    width: 100%;
  }
  .footer-common-editor1-template2 .footer__social .title::after, .footer-common-editor1-template2 .footer__info .title::after {
    top: 20px;
  }
  .footer-common-editor1-template2 .footer__social {
    padding: 20px 0;
    margin: 20px 0;
    border-width: 1px 0;
    border-style: solid;
  }
}
/* Position: footer-common-editor1
 *  No.: footer-common-editor1-template3
 *  Date: 2024/10/29
 *  Author: designer12*/
.footer-common-editor1-template3 {
  padding: 30px 0 20px;
}
.footer-common-editor1-template3 .footer__info .title, .footer-common-editor1-template3 .footer__sitemap .title {
  width: 360px;
  padding-right: 60px;
  text-align: right;
}
.footer-common-editor1-template3 .footer__info .title::before, .footer-common-editor1-template3 .footer__sitemap .title::before {
  content: "[";
  margin-right: 15px;
  font-weight: 600;
}
.footer-common-editor1-template3 .footer__info .title::after, .footer-common-editor1-template3 .footer__sitemap .title::after {
  content: "]";
  margin-left: 15px;
  font-weight: 600;
}
.footer-common-editor1-template3 .footer__info ul, .footer-common-editor1-template3 .footer__sitemap ul {
  width: -moz-calc(100% - 360px);
  width: -webkit-calc(100% - 360px);
  width: calc(100% - 360px);
  padding-left: 0;
  margin: 0;
  align-items: center;
}
.footer-common-editor1-template3 .footer__info ul li, .footer-common-editor1-template3 .footer__sitemap ul li {
  list-style-type: none;
}
.footer-common-editor1-template3 .footer__info ul li {
  padding-left: 30px;
  margin: 0 20px 0 0;
  font-size: 14px;
  position: relative;
}
.footer-common-editor1-template3 .footer__info ul li::before {
  width: 24px;
  height: 24px;
  font-size: 16px;
  font-family: "icomoon";
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-common-editor1-template3 .footer__info ul li.add::before {
  content: "\e923";
}
.footer-common-editor1-template3 .footer__info ul li.tel::before {
  content: "\e926";
}
.footer-common-editor1-template3 .footer__info ul li.fax::before {
  content: "\e91d";
}
.footer-common-editor1-template3 .footer__info ul li.mail::before {
  content: "\e91c";
}
.footer-common-editor1-template3 .footer__info ul li a:hover {
  text-decoration: underline;
}
.footer-common-editor1-template3 .footer__sitemap {
  margin: 30px 0 0;
  padding-bottom: 30px;
  border-width: 0 0 1px;
  border-style: solid;
}
.footer-common-editor1-template3 .footer__sitemap ul li {
  margin: 0 20px 0 0;
  font-size: 14px;
}
.footer-common-editor1-template3 .footer__sitemap ul li::before {
  margin: 0 5px;
  font-family: "icomoon";
  content: "\f105";
}

@media only screen and (max-width: 1366px) {
  .footer-common-editor1-template3 .footer__info .title, .footer-common-editor1-template3 .footer__sitemap .title {
    width: 260px;
  }
  .footer-common-editor1-template3 .footer__info ul, .footer-common-editor1-template3 .footer__sitemap ul {
    width: -moz-calc(100% - 260px);
    width: -webkit-calc(100% - 260px);
    width: calc(100% - 260px);
  }
}
@media only screen and (max-width: 991px) {
  .footer-common-editor1-template3 .footer__info .title, .footer-common-editor1-template3 .footer__info ul, .footer-common-editor1-template3 .footer__sitemap .title, .footer-common-editor1-template3 .footer__sitemap ul {
    width: 100%;
  }
  .footer-common-editor1-template3 .footer__info .title, .footer-common-editor1-template3 .footer__sitemap .title {
    margin-bottom: 15px;
    padding-right: 0;
    text-align: center;
  }
  .footer-common-editor1-template3 .footer__info ul, .footer-common-editor1-template3 .footer__sitemap ul {
    justify-content: center;
  }
  .footer-common-editor1-template3 .footer__info ul li, .footer-common-editor1-template3 .footer__sitemap ul li {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .footer-common-editor1-template3 .footer__info ul li {
    width: 100%;
    margin-right: 0;
    padding-left: 0;
    text-align: center;
  }
  .footer-common-editor1-template3 .footer__info ul li::before {
    position: inherit;
    left: inherit;
    top: inherit;
    display: inline-block;
  }
}
/* Position: footer-common-editor1
 *  No.: footer-common-editor1-template4
 *  Date: 2024/12/06
 *  Author: designer11*/
.footer-common-editor1-template4 .footer-common-editor1-template4-content {
  padding: 16px 120px;
}
.footer-common-editor1-template4 .footer-common-editor1-template4-content .item-4 {
  display: flex;
  flex-wrap: wrap;
}
.footer-common-editor1-template4 .footer-common-editor1-template4-content .item-4 .footer-item {
  width: 25%;
  padding: 24px;
}
.footer-common-editor1-template4 .footer-common-editor1-template4-content .item-4 .footer-item ul li {
  margin-top: 5px;
}
.footer-common-editor1-template4 .footer-common-editor1-template4-content .item-4 .footer-item ul li:nth-child(1) {
  margin-top: 0;
}
.footer-common-editor1-template4 .footer-common-editor1-template4-content .item-4 .footer-item .footer-item-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}
.footer-common-editor1-template4 .footer-common-editor1-template4-content .item-4 .footer-item .footer-item-content {
  font-size: 16px;
}
.footer-common-editor1-template4 .footer-common-editor1-template4-content .item-4 .footer-item .footer-item-content ul {
  padding-left: 0;
  margin: 0;
}
.footer-common-editor1-template4 .footer-common-editor1-template4-content .item-4 .footer-item .footer-item-content ul li {
  list-style-type: none;
}
.footer-common-editor1-template4 .footer-common-editor1-template4-content .item-4 .footer-item .footer-item-contact li {
  padding-left: 24px;
  position: relative;
}
.footer-common-editor1-template4 .footer-common-editor1-template4-content .item-4 .footer-item .footer-item-contact li img {
  width: 15px;
  position: absolute;
  left: 0;
  top: 5px;
}
.footer-common-editor1-template4 .footer-common-editor1-template4-content .item-4 .footer-item .footer-two-links ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-common-editor1-template4 .footer-common-editor1-template4-content .item-4 .footer-item .footer-two-links ul li {
  width: calc(50% - 4px);
}
.footer-common-editor1-template4 .footer-common-editor1-template4-content .item-4 .footer-item .footer-pic-link img {
  width: 160px;
  height: auto;
}
@media only screen and (max-width: 1800px) {
  .footer-common-editor1-template4 .footer-common-editor1-template4-content {
    padding: 16px 48px;
  }
}
@media only screen and (max-width: 1500px) {
  .footer-common-editor1-template4 .footer-common-editor1-template4-content {
    padding: 16px 20px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-common-editor1-template4 .footer-common-editor1-template4-content .item-4 .footer-item {
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  .footer-common-editor1-template4 .footer-common-editor1-template4-content .item-4 .footer-item {
    width: 100%;
  }
}

/* Position: footer-common-editor1
 *  No.: footer-common-editor1-template5
 *  Date: 2025/01/28
 *  Author: designer12*/
.footer-common-editor1-template5 .footer__logo {
  padding: 0 0 20px;
  margin-bottom: 20px;
  text-align: center;
}
.footer-common-editor1-template5 .footer__logo img {
  max-width: 100%;
  height: auto;
}
.footer-common-editor1-template5 .footer__logo a img {
  margin: auto;
}
.footer-common-editor1-template5 .footer__logo p {
  max-width: 768px;
  margin: 15px auto 0;
  font-size: 14px;
  font-weight: 400;
}
.footer-common-editor1-template5 .footer__info {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-width: 0 0 1px 0;
  border-style: solid;
}
.footer-common-editor1-template5 .footer__info ul {
  padding-left: 0;
  text-align: center;
}
.footer-common-editor1-template5 .footer__info ul li {
  padding-left: 0;
  margin-bottom: 15px;
  font-size: 14px;
  list-style-type: none;
  position: relative;
}
.footer-common-editor1-template5 .footer__info ul li:last-child {
  margin-bottom: 0;
}
.footer-common-editor1-template5 .footer__info ul li::before {
  margin-right: 6px;
  font-size: 16px;
  font-family: "icomoon";
  vertical-align: sub;
}
.footer-common-editor1-template5 .footer__info ul li.add::before {
  content: "\e923";
}
.footer-common-editor1-template5 .footer__info ul li.tel::before {
  content: "\e926";
}
.footer-common-editor1-template5 .footer__info ul li.fax::before {
  content: "\e91d";
}
.footer-common-editor1-template5 .footer__info ul li.mail::before {
  content: "\e91c";
}
.footer-common-editor1-template5 .footer__info ul li a:hover {
  text-decoration: underline;
}
.footer-common-editor1-template5 .footer__block {
  padding: 2rem 0 1rem;
}

/* Position: footer-common-editor1
 *  No.: footer-common-editor1-template6
 *  Date: 2025/03/10
 *  Author: designer11*/
.footer-common-editor1 {
  width: 100%;
}

.footer-common-editor1-template6 {
  padding: 30px 0 20px;
}
.footer-common-editor1-template6 .footer-pic-groups {
  display: flex;
  flex-wrap: wrap;
}
.footer-common-editor1-template6 .footer-pic-groups .footer-pic-group {
  width: calc(25% - 12px);
  margin-right: 16px;
  margin-bottom: 16px;
}
.footer-common-editor1-template6 .footer-pic-groups .footer-pic-group:hover {
  opacity: 0.85;
}
.footer-common-editor1-template6 .footer-pic-groups .footer-pic-group .name {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 5px;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 8px;
  font-size: 14px;
  padding: 2px 3px;
}
.footer-common-editor1-template6 .footer-pic-groups .footer-pic-group:nth-child(4n) {
  margin-right: 0;
}
.footer-common-editor1-template6 .footer__logo {
  padding-right: 6rem;
}
.footer-common-editor1-template6 .footer__logo img {
  max-width: 100%;
  height: auto;
}
.footer-common-editor1-template6 .footer__logo p {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
}
.footer-common-editor1-template6 .footer__info {
  padding-left: 6rem;
  align-content: flex-start;
}
.footer-common-editor1-template6 .footer__info .title {
  width: 100%;
  margin-bottom: 20px;
  display: block;
}
.footer-common-editor1-template6 .footer__info ul {
  width: 100%;
  padding-left: 0;
  margin: 0;
}
.footer-common-editor1-template6 .footer__info ul li {
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 14px;
  list-style-type: none;
  position: relative;
}
.footer-common-editor1-template6 .footer__info ul li:last-child {
  margin-bottom: 0;
}
.footer-common-editor1-template6 .footer__info ul li::before {
  width: 24px;
  height: 24px;
  font-size: 16px;
  font-family: "icomoon";
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-common-editor1-template6 .footer__info ul li.add::before {
  content: "\e923";
}
.footer-common-editor1-template6 .footer__info ul li.tel::before {
  content: "\e926";
}
.footer-common-editor1-template6 .footer__info ul li.fax::before {
  content: "\e91d";
}
.footer-common-editor1-template6 .footer__info ul li.mail::before {
  content: "\e91c";
}
.footer-common-editor1-template6 .footer__info ul li a:hover {
  text-decoration: underline;
}
.footer-common-editor1-template6 .footer__social {
  padding-right: 48px;
  align-content: flex-start;
}
.footer-common-editor1-template6 .footer__social .title {
  width: 100%;
  margin-bottom: 20px;
  display: block;
}
.footer-common-editor1-template6 .footer__social ul {
  padding-left: 0;
  margin: 0;
}
.footer-common-editor1-template6 .footer__social ul li {
  width: 100%;
  margin-bottom: 10px;
  font-size: 14px;
  list-style-type: none;
}
.footer-common-editor1-template6 .footer__social ul li:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1100px) {
  .footer-common-editor1-template6 .footer-pic-groups .footer-pic-group {
    width: calc(50% - 5px);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .footer-common-editor1-template6 .footer-pic-groups .footer-pic-group:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .footer-common-editor1-template6 .footer__social {
    border-style: unset !important;
    border-bottom: 1px solid #333 !important;
  }
  .footer-common-editor1-template6 .footer-pic-groups .footer-pic-group {
    width: calc(25% - 3px);
    margin-right: 4px;
    margin-bottom: 0px;
  }
  .footer-common-editor1-template6 .footer-pic-groups .footer-pic-group:nth-child(2n) {
    margin-right: 4px;
  }
  .footer-common-editor1-template6 .footer-pic-groups .footer-pic-group:nth-child(4n) {
    margin-right: 0px;
  }
  .footer-common-editor1-template6 .footer__logo {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .footer-common-editor1-template6 .footer__logo img {
    margin: auto;
  }
  .footer-common-editor1-template6 .footer__info {
    padding-left: 0;
  }
  .footer-common-editor1-template6 .footer__info .title {
    margin-bottom: 10px;
  }
  .footer-common-editor1-template6 .footer__social {
    margin-top: 24px;
    padding-right: 0px;
    border-width: 1px 0;
    border-style: solid;
    padding: 15px 0;
  }
  .footer-common-editor1-template6 .footer__social .title {
    margin-bottom: 10px;
    margin-bottom: 10px;
  }
  .footer-common-editor1-template6 .footer__social:nth-child(1) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 600px) {
  .footer-common-editor1-template6 .footer-pic-groups .footer-pic-group {
    width: calc(50% - 5px);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .footer-common-editor1-template6 .footer-pic-groups .footer-pic-group:nth-child(2n) {
    margin-right: 0;
  }
}
/* Position: footer-common-editor1
 *  No.: footer-common-editor1-template7
 *  Date: 2025/03/13
 *  Author: designer11*/
.footer-common-editor1 {
  width: 100%;
}

.footer-common-editor1-template7 {
  padding: 30px 0 20px;
  position: relative;
}
.footer-common-editor1-template7::after {
  content: "";
  width: 45vw;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(248, 226, 208, 0.3490196078);
  z-index: 1;
  clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.footer-common-editor1-template7 .wrapper {
  position: relative;
  z-index: 2;
}
.footer-common-editor1-template7 .footer__logo {
  padding-right: 6rem;
}
.footer-common-editor1-template7 .footer__logo img {
  max-width: 100%;
  height: auto;
}
.footer-common-editor1-template7 .footer__logo p {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
}
.footer-common-editor1-template7 .footer__social {
  padding-right: 48px;
  align-content: flex-start;
}
.footer-common-editor1-template7 .footer__social .title {
  width: 100%;
  margin-bottom: 20px;
  display: block;
}
.footer-common-editor1-template7 .footer__social ul {
  padding-left: 0;
  margin: 0;
}
.footer-common-editor1-template7 .footer__social ul li {
  width: 100%;
  margin-bottom: 10px;
  font-size: 14px;
  list-style-type: none;
}
.footer-common-editor1-template7 .footer__social ul li:last-child {
  margin-bottom: 0;
}
.footer-common-editor1-template7 .footer__info {
  padding-left: 6rem;
  padding-right: 0;
}
.footer-common-editor1-template7 .footer__info .title {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-end;
}
.footer-common-editor1-template7 .footer__info ul {
  width: 100%;
  padding-left: 0;
  margin: 0;
}
.footer-common-editor1-template7 .footer__info ul li {
  width: max-content;
  max-width: 100%;
  margin-left: auto;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 14px;
  list-style-type: none;
  position: relative;
}
.footer-common-editor1-template7 .footer__info ul li:last-child {
  margin-bottom: 0;
}
.footer-common-editor1-template7 .footer__info ul li::before {
  width: 24px;
  height: 24px;
  font-size: 16px;
  font-family: "icomoon";
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-common-editor1-template7 .footer__info ul li.add::before {
  content: "\e923";
}
.footer-common-editor1-template7 .footer__info ul li.tel::before {
  content: "\e926";
}
.footer-common-editor1-template7 .footer__info ul li.fax::before {
  content: "\e91d";
}
.footer-common-editor1-template7 .footer__info ul li.mail::before {
  content: "\e91c";
}
.footer-common-editor1-template7 .footer__info ul li a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  .footer-common-editor1-template7::after {
    width: 100vw;
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  .footer-common-editor1-template7 .footer__social {
    margin-bottom: 10px;
    padding: 15px 0;
  }
  .footer-common-editor1-template7 .footer__logo {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .footer-common-editor1-template7 .footer__logo img {
    margin: auto;
  }
  .footer-common-editor1-template7 .footer__info {
    padding-left: 0;
  }
  .footer-common-editor1-template7 .footer__social {
    padding-right: 0px;
  }
}
/* Position: footer-common-editor1
 *  No.: footer-common-editor1-template8
 *  Date: 2025/04/08
 *  Author: designer11*/
.footer-common-editor1 {
  width: 100%;
}

.footer-common-editor1-template8 {
  padding: 30px 0 20px;
}
.footer-common-editor1-template8 .footer-item {
  padding-left: 3rem;
}
.footer-common-editor1-template8 .footer-item:nth-child(1) {
  padding-right: 0px;
}
.footer-common-editor1-template8 .footer-item .footer-logo {
  margin-top: 24px;
}
.footer-common-editor1-template8 .footer-item .title {
  font-weight: bolder;
}
.footer-common-editor1-template8 .has-icon {
  flex-direction: column;
}
.footer-common-editor1-template8 .has-icon .footer-social-icon {
  display: flex;
  margin-top: 24px;
}
.footer-common-editor1-template8 .has-icon .footer-social-icon a {
  display: block;
  margin-right: 16px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-common-editor1-template8 .has-icon .footer-social-icon a img {
  width: auto;
  height: 20px;
  object-fit: contain;
}
.footer-common-editor1-template8 .has-icon ul li::before {
  content: ">";
  margin-right: 8px;
}
.footer-common-editor1-template8 .footer__logo img {
  max-width: 100%;
  height: auto;
}
.footer-common-editor1-template8 .footer__logo p {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
}
.footer-common-editor1-template8 .footer__info {
  align-content: flex-start;
}
.footer-common-editor1-template8 .footer__info .title {
  width: 100%;
  margin-bottom: 20px;
  display: block;
  font-weight: bolder;
}
.footer-common-editor1-template8 .footer__info ul {
  width: 100%;
  padding-left: 0;
  margin: 0;
}
.footer-common-editor1-template8 .footer__info ul li {
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 14px;
  list-style-type: none;
  position: relative;
}
.footer-common-editor1-template8 .footer__info ul li:last-child {
  margin-bottom: 0;
}
.footer-common-editor1-template8 .footer__info ul li::before {
  width: 24px;
  height: 24px;
  font-size: 16px;
  font-family: "icomoon";
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-common-editor1-template8 .footer__info ul li.add::before {
  content: "\e923";
}
.footer-common-editor1-template8 .footer__info ul li.tel::before {
  content: "\e926";
}
.footer-common-editor1-template8 .footer__info ul li.fax::before {
  content: "\e91d";
}
.footer-common-editor1-template8 .footer__info ul li.mail::before {
  content: "\e91c";
}
.footer-common-editor1-template8 .footer__info ul li a:hover {
  text-decoration: underline;
}
.footer-common-editor1-template8 .footer__social {
  align-content: flex-start;
}
.footer-common-editor1-template8 .footer__social .title {
  width: 100%;
  margin-bottom: 20px;
  display: block;
}
.footer-common-editor1-template8 .footer__social ul {
  padding-left: 0;
  margin: 0;
}
.footer-common-editor1-template8 .footer__social ul li {
  width: 100%;
  margin-bottom: 10px;
  font-size: 14px;
  list-style-type: none;
}
.footer-common-editor1-template8 .footer__social ul li:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .footer-common-editor1-template8 .footer__social {
    border-style: none !important;
  }
  .footer-common-editor1-template8 .footer-item {
    margin: 16px 0px;
  }
  .footer-common-editor1-template8 .footer__logo {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .footer-common-editor1-template8 .footer__logo img {
    margin: auto;
  }
}
@media only screen and (max-width: 480px) {
  .footer-common-editor1-template8 .footer-item {
    padding-left: 0 !important;
  }
  .footer-common-editor1-template8 .footer__social {
    margin-bottom: 20px;
    padding: 15px 0;
    border-width: 1px 0;
    border-style: solid;
  }
}
/* Position: footer-common-editor1
 *  No.: footer-common-editor1-template9
 *  Date: 2025/04/15
 *  Author: designer11*/
.footer-common-editor1-template9 {
  padding: 32px 0;
}
.footer-common-editor1-template9 .footer-common-editor1-template9-item {
  padding: 8px 0px;
}
.footer-common-editor1-template9 .footer-common-editor1-template9-item:nth-last-child(1) {
  padding-left: 48px;
}
.footer-common-editor1-template9 .contact-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}
.footer-common-editor1-template9 .compnys {
  display: flex;
  flex-wrap: wrap;
}
.footer-common-editor1-template9 .compnys .company {
  padding: 10px 10px 20px 10px;
  font-size: 14px;
}
.footer-common-editor1-template9 .compnys .name {
  padding-bottom: 8px;
  width: max-content;
  font-size: 18px;
  font-weight: bolder;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .footer-common-editor1-template9 .footer-common-editor1-template9-item:nth-last-child(1) {
    padding-left: 0px;
    padding-top: 24px;
  }
}
/* Position: footer-common-editor1
 *  No.: footer-common-editor1-template21
 *  Date: 2025/04/15
 *  Author: designer12*/
.footer-common-editor1-template21 {
  padding: 60px 0 30px;
}
.footer-common-editor1-template21 .footer__block .logo {
  order: 1;
}
.footer-common-editor1-template21 .footer__block .logo img {
  max-width: 100%;
  height: auto;
}
.footer-common-editor1-template21 .footer__block .link {
  margin-bottom: 0;
  padding-left: 0;
  align-items: center;
  justify-content: flex-end;
  order: 2;
}
.footer-common-editor1-template21 .footer__block .link li {
  margin-left: 20px;
  display: inline-block;
}
.footer-common-editor1-template21 .footer__block .link li:first-child {
  margin-left: 0;
}
.footer-common-editor1-template21 .footer__block .link li:before {
  margin-right: 6px;
  font-family: "icomoon" !important;
  font-size: 12px;
  content: "\f105";
}
.footer-common-editor1-template21 .footer__block .link li a {
  position: relative;
}
.footer-common-editor1-template21 .footer__block .link li a:after {
  width: 0;
  height: 1px;
  position: absolute;
  right: 0;
  bottom: -5px;
  content: "";
}
.footer-common-editor1-template21 .footer__block .link li a:hover:after {
  width: 100%;
}
.footer-common-editor1-template21 .footer__block .info {
  margin-top: 30px;
  padding: 20px 0;
  border-width: 1px 0;
  border-style: solid;
  order: 3;
}
.footer-common-editor1-template21 .footer__block .info ul {
  margin-bottom: 0;
  padding-left: 0;
}
.footer-common-editor1-template21 .footer__block .info ul li {
  margin-right: 20px;
  display: inline-block;
}
.footer-common-editor1-template21 .footer__block .info ul li:last-child {
  margin-right: 0;
}
.footer-common-editor1-template21 .footer__block .info ul li:before {
  margin-right: 3px;
  font-family: "icomoon" !important;
  vertical-align: middle;
}
.footer-common-editor1-template21 .footer__block .info ul li.add:before {
  content: "\e92c";
}
.footer-common-editor1-template21 .footer__block .info ul li.tel:before {
  content: "\e927";
}
.footer-common-editor1-template21 .footer__block .info ul li.fax:before {
  content: "\e905";
}
.footer-common-editor1-template21 .footer__block .info ul li.mail:before {
  content: "\e921";
}

@media only screen and (max-width: 768px) {
  .footer-common-editor1-template21 .footer__block .logo {
    text-align: center;
  }
  .footer-common-editor1-template21 .footer__block .logo img {
    margin: auto;
  }
  .footer-common-editor1-template21 .footer__block .link {
    justify-content: center;
  }
}
@media only screen and (max-width: 600px) {
  .footer-common-editor1-template21 .footer__block .info ul li {
    margin-right: 0;
    margin-bottom: 10px;
    display: block;
  }
  .footer-common-editor1-template21 .footer__block .info ul li:last-child {
    margin-bottom: 0;
  }
}
/* Position: footer-common-editor2
 *  No.: footer-common-editor2-template1
 *  Date: 2024/10/17
 *  Author: designer12*/
.footer-common-editor2 {
  font-size: 14px;
}

.footer-common-editor2-template1 {
  padding: 1rem 0;
}
.footer-common-editor2-template1 a:hover {
  text-decoration: underline;
}
.footer-common-editor2-template1 .text-link {
  margin: 0;
  padding-left: 0;
}
.footer-common-editor2-template1 .text-link li {
  padding-right: 10px;
  margin-right: 10px;
  display: inline-block;
  position: relative;
  list-style-type: none;
}
.footer-common-editor2-template1 .text-link li::after {
  position: absolute;
  right: 0;
  top: -moz-calc(50% - 8px);
  top: -webkit-calc(50% - 8px);
  top: calc(50% - 8px);
  width: 1px;
  height: 16px;
  content: "";
}
.footer-common-editor2-template1 .text-link li:last-child::after {
  display: none;
}

/* Position: footer-common-editor2
 *  No.: footer-common-editor2-template2
 *  Date: 2024/10/17
 *  Author: designer12*/
.footer-common-editor2-template2 {
  padding: 1rem 0;
}
.footer-common-editor2-template2 a:hover {
  text-decoration: underline;
}
.footer-common-editor2-template2 .text-link {
  padding-left: 0;
  margin: 0;
  text-align: center;
}
.footer-common-editor2-template2 .text-link li {
  padding-right: 10px;
  margin-right: 10px;
  display: inline-block;
  position: relative;
}
.footer-common-editor2-template2 .text-link li::after {
  position: absolute;
  right: 0;
  top: -moz-calc(50% - 8px);
  top: -webkit-calc(50% - 8px);
  top: calc(50% - 8px);
  width: 1px;
  height: 16px;
  content: "";
}
.footer-common-editor2-template2 .text-link li:last-child::after {
  display: none;
}

/* Position: footer-common-editor2
 *  No.: footer-common-editor2-template3
 *  Date: 2024/12/09
 *  Author: designer11*/
.footer-common-editor2-template3 .footer-common-editor2-template3-content {
  width: 100%;
  padding: 8px 120px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.footer-common-editor2-template3 .footer-common-editor2-template3-content .footer-logo {
  font-size: 32px;
  font-weight: 600;
  padding: 16px 24px;
}
.footer-common-editor2-template3 .footer-common-editor2-template3-content .contact-link {
  border-style: solid;
  border-width: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 32px;
  font-size: 24px;
  border-radius: 48px;
  position: relative;
  transition: all 0.4s ease-in-out;
}
.footer-common-editor2-template3 .footer-common-editor2-template3-content .contact-link:hover {
  transition: all 0.4s ease-in-out;
}
.footer-common-editor2-template3 .footer-common-editor2-template3-content .contact-link .contact-link-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 48px;
  z-index: 1;
}
.footer-common-editor2-template3 .footer-common-editor2-template3-content .contact-link img {
  width: 48px;
  margin-left: 16px;
}

@media only screen and (max-width: 1800px) {
  .footer-common-editor2-template3 .footer-common-editor2-template3-content {
    padding: 16px 48px;
  }
}
@media only screen and (max-width: 1500px) {
  .footer-common-editor2-template3 .footer-common-editor2-template3-content {
    padding: 16px 20px;
  }
}
@media only screen and (max-width: 768px) {
  .footer-common-editor2-template3 .footer-common-editor2-template3-content .footer-logo, .footer-common-editor2-template3 .footer-common-editor2-template3-content .contact-link {
    font-size: 20px;
  }
  .footer-common-editor2-template3 .footer-common-editor2-template3-content .footer-logo img, .footer-common-editor2-template3 .footer-common-editor2-template3-content .contact-link img {
    width: 30px;
  }
}
/* Position: footer-common-editor2
 *  No.: footer-common-editor2-template4
 *  Date: 2025/03/10
 *  Author: designer11*/
.footer-common-editor2-template4 .footer-common-editor2-template4-content {
  width: 100%;
  padding: 16px 120px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.footer-common-editor2-template4 .footer-common-editor2-template4-content .footer-title {
  width: 100%;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  padding: 16px 0px;
  padding-top: 0;
}
.footer-common-editor2-template4 .footer-common-editor2-template4-content .contact-links {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-common-editor2-template4 .footer-common-editor2-template4-content .contact-links .contact-link {
  border-style: solid;
  border-width: 1px;
  padding: 5px 32px;
  font-size: 18px;
  border-radius: 48px;
  margin: 0px 8px;
  transition: all 0.4s ease-in-out;
}
.footer-common-editor2-template4 .footer-common-editor2-template4-content .contact-links .contact-link:hover {
  transition: all 0.4s ease-in-out;
}

@media only screen and (max-width: 1800px) {
  .footer-common-editor2-template4 .footer-common-editor2-template4-content {
    padding: 16px 48px;
  }
}
@media only screen and (max-width: 1500px) {
  .footer-common-editor2-template4 .footer-common-editor2-template4-content {
    padding: 16px 20px;
  }
}
@media only screen and (max-width: 768px) {
  .footer-common-editor2-template4 .footer-common-editor2-template4-content .footer-title {
    font-size: 20px;
  }
  .footer-common-editor2-template4 .footer-common-editor2-template4-content .contact-links .contact-link {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .footer-common-editor2-template4 .footer-common-editor2-template4-content .contact-links {
    flex-wrap: wrap;
  }
  .footer-common-editor2-template4 .footer-common-editor2-template4-content .contact-links .contact-link {
    width: 100%;
    margin: 4px 0px;
    font-size: 16px;
    text-align: center;
  }
}
/* Position: footer-common-editor2
 *  No.: footer-common-editor2-template5
 *  Date: 2025/03/13
 *  Author: designer11*/
.footer-common-editor2-template5 .wrapper--fluid {
  position: relative;
  display: flex;
}
.footer-common-editor2-template5 .footer-common-editor2-template5-pic {
  position: absolute;
  width: 45%;
  height: 100%;
  clip-path: polygon(95% 0%, 100% 50%, 95% 100%, 0% 100%, 0 45%, 0% 0%);
  overflow: hidden;
}
.footer-common-editor2-template5 .footer-common-editor2-template5-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer-common-editor2-template5 .footer-common-editor2-template5-content {
  margin-left: 45%;
  width: 55%;
  padding: 32px 120px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.footer-common-editor2-template5 .footer-common-editor2-template5-content .footer-title {
  width: 100%;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  padding: 16px 0px;
  padding-top: 0;
}
.footer-common-editor2-template5 .footer-common-editor2-template5-content .contact-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.footer-common-editor2-template5 .footer-common-editor2-template5-content .contact-links .contact-link {
  border-style: solid;
  border-width: 1px;
  padding: 5px 32px;
  font-size: 18px;
  border-radius: 48px;
  margin: 0px 8px;
  transition: all 0.4s ease-in-out;
  margin-top: 16px;
}
.footer-common-editor2-template5 .footer-common-editor2-template5-content .contact-links .contact-link:hover {
  transition: all 0.4s ease-in-out;
}

@media only screen and (max-width: 1800px) {
  .footer-common-editor2-template5 .footer-common-editor2-template5-content {
    padding: 16px 48px;
  }
}
@media only screen and (max-width: 1500px) {
  .footer-common-editor2-template5 .footer-common-editor2-template5-content {
    padding: 16px 20px;
  }
}
@media only screen and (max-width: 768px) {
  .footer-common-editor2-template5 .footer-common-editor2-template5-pic {
    clip-path: polygon(90% 0%, 100% 50%, 90% 100%, 0% 100%, 0 45%, 0% 0%);
    width: 35%;
  }
  .footer-common-editor2-template5 .footer-common-editor2-template5-content {
    width: 65%;
    margin-left: 35%;
  }
  .footer-common-editor2-template5 .footer-common-editor2-template5-content .footer-title {
    font-size: 20px;
  }
  .footer-common-editor2-template5 .footer-common-editor2-template5-content .contact-links .contact-link {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .footer-common-editor2-template5 .footer-common-editor2-template5-pic {
    clip-path: polygon(85% 0%, 100% 50%, 85% 100%, 0% 100%, 0 45%, 0% 0%);
  }
  .footer-common-editor2-template5 .footer-common-editor2-template5-content .footer-title {
    font-size: 16px;
  }
  .footer-common-editor2-template5 .footer-common-editor2-template5-content .contact-links .contact-link {
    padding: 2px 32px;
    margin-top: 8px;
  }
}
/* Position: footer-common-editor2
 *  No.: footer-common-editor2-template6
 *  Date: 2025/04/11
 *  Author: designer11*/
.footer-common-editor2-template6 .wrapper--fluid {
  position: relative;
  display: flex;
}
.footer-common-editor2-template6 .footer-common-editor2-template6-pic {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.footer-common-editor2-template6 .footer-common-editor2-template6-pic::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.368627451);
  z-index: 1;
}
.footer-common-editor2-template6 .footer-common-editor2-template6-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer-common-editor2-template6 .footer-common-editor2-template6-content {
  margin-left: 45%;
  width: 55%;
  padding: 48px 120px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
  background: rgba(51, 51, 51, 0.4509803922);
  position: relative;
  z-index: 2;
  min-height: 180px;
}
.footer-common-editor2-template6 .footer-common-editor2-template6-content .footer-title {
  width: 100%;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
}

@media only screen and (max-width: 991px) {
  .footer-common-editor2-template6 .footer-common-editor2-template6-content {
    padding: 48px 16px;
    margin-left: 35%;
    width: 65%;
  }
  .footer-common-editor2-template6 .footer-common-editor2-template6-content .footer-title {
    font-size: 26px;
  }
}
/* Position: All pages
 * *  No.: web-editor-template1
 * *  Date: 2024/11/04
 * *  Author: designer12*/
.web-editor-template1 .img img {
  width: 100%;
  height: auto;
}
.web-editor-template1 .textblock {
  padding-left: 40px;
}

@media only screen and (max-width: 991px) {
  .web-editor-template1 .textblock {
    padding-left: 0;
    margin-top: 20px;
  }
}
/* Position: All pages
 * *  No.: web-editor-template2
 * *  Date: 2024/11/04
 * *  Author: designer12*/
.web-editor-template2 .img img {
  max-width: 70%;
  height: auto;
  margin: auto;
}
.web-editor-template2 .textblock {
  margin-top: 20px;
}

@media only screen and (max-width: 600px) {
  .web-editor-template2 .img img {
    max-width: 100%;
  }
}
/* Position: contact
 * *  No.: contact-editor-template1
 * *  Date: 2024/11/04
 * *  Author: designer12*/
.contact-editor-template1 {
  padding: 0 15px !important;
  margin-top: 15px;
  position: relative;
  z-index: 0;
}
.contact-editor-template1::before, .contact-editor-template1::after {
  position: absolute;
  content: "";
  z-index: -1;
}
.contact-editor-template1::before {
  width: 60px;
  height: 120%;
  left: 20px;
  top: -5px;
}
.contact-editor-template1::after {
  width: 30%;
  height: 1px;
  right: 0;
  bottom: 0;
  border-style: dashed;
  border-width: 0 0 1px;
}
.contact-editor-template1 li {
  margin-bottom: 20px;
  list-style-type: none;
}
.contact-editor-template1 li:last-child {
  margin-bottom: 0;
}
.contact-editor-template1 li i {
  margin-right: 15px;
  font-size: 20px;
  vertical-align: middle;
}
.contact-editor-template1 li a {
  text-decoration: underline;
}
.contact-editor-template1 li a:hover {
  padding-left: 3px;
  text-decoration: none;
}

@media only screen and (max-width: 480px) {
  .contact-editor-template1 {
    padding: 0;
  }
  .contact-editor-template1::before {
    left: 10px;
  }
  .contact-editor-template1 li i {
    margin-right: 2px;
    font-size: 18px;
  }
}
/* Position: contact
 * *  No.: contact-editor-template2
 * *  Date: 2024/11/25
 * *  Author: designer12*/
.contact-editor-template2 {
  padding: 30px !important;
  margin: 0;
  border-radius: 15px;
  position: relative;
  border-width: 2px;
  border-style: solid;
}
.contact-editor-template2:before {
  position: absolute;
  left: -moz-calc(50% - 8px);
  left: -webkit-calc(50% - 8px);
  left: calc(50% - 8px);
  top: -12px;
  border-bottom-width: 10px;
  border-bottom-style: solid;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  content: "";
}
.contact-editor-template2 li {
  margin-bottom: 30px;
  text-align: center;
  list-style-type: none;
}
.contact-editor-template2 li i {
  height: 50px;
  margin-bottom: 10px;
  display: block;
  position: relative;
}
.contact-editor-template2 li i:before {
  width: 24px;
  height: 24px;
  font-size: 24px;
  position: absolute;
  left: -moz-calc(50% - 12px);
  left: -webkit-calc(50% - 12px);
  left: calc(50% - 12px);
  top: -moz-calc(50% - 12px);
  top: -webkit-calc(50% - 12px);
  top: calc(50% - 12px);
}
.contact-editor-template2 li i:after {
  width: 50px;
  height: 50px;
  position: absolute;
  left: -moz-calc(50% - 28px);
  left: -webkit-calc(50% - 28px);
  left: calc(50% - 28px);
  top: -moz-calc(50% - 28px);
  top: -webkit-calc(50% - 28px);
  top: calc(50% - 28px);
  border-radius: 50%;
  border-style: solid;
  border-width: 3px;
  content: "";
}
.contact-editor-template2 li:hover i {
  transform: translateY(-3px);
}
.contact-editor-template2 li a {
  text-decoration: underline;
}

/* Position: gdpr
 * *  No.: cookie-editor-template1
 * *  Date: 2024/11/01
 * *  Author: designer12*/
.cookie-editor-template1 ul {
  padding-left: 30px;
}
.cookie-editor-template1 ul li {
  margin-bottom: 6px;
}
.cookie-editor-template1 a {
  position: relative;
}
.cookie-editor-template1 a::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 1px;
  content: "";
}
.cookie-editor-template1 a:hover::after {
  width: 100%;
}

/* Position: index
 * *  No.: index-editor-template50
 * *  Date: 2025/03/19
 * *  Author: designer0*/
.index-editor-template50 .coldefault6 {
  margin-bottom: 50px;
}
.index-editor-template50 .img {
  padding-right: 2%;
}
.index-editor-template50 h2 {
  text-align: left;
}
.index-editor-template50 h2 span {
  margin: 0;
}
.index-editor-template50 .about-block .title--md {
  line-height: 50px;
}
.index-editor-template50 .about-block .text .info {
  width: 80%;
  display: block;
  display: flex;
  align-items: center;
}
.index-editor-template50 .about-block .text .info span:before {
  content: "￭";
  color: #656565;
  font-size: 24px;
  margin-right: 10px;
}
.index-editor-template50 .about-block .img-box {
  width: 20%;
}
.index-editor-template50 .about-block .img-box img {
  width: 100%;
  height: auto;
  display: block;
}

/* Position: index
 * *  No.: index-editor-template51
 * *  Date: 2025/03/20
 * *  Author: designer0*/
.index-editor-template51 {
  padding-left: 30px;
  padding-right: 30px;
}
.index-editor-template51 .coldefault6 {
  margin-bottom: 50px;
}
.index-editor-template51 .text .data {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  width-max-width: 930px;
}
.index-editor-template51 .text .item:last-child {
  border-right: 0px;
}
.index-editor-template51 .text .item {
  width: 33.3333333333%;
  text-align: center;
  border-right: 1px solid #ddd;
}
.index-editor-template51 .text .item span {
  display: block;
}

/* Position: index
 * *  No.: index-editor-template52
 * *  Date: 2025/03/20
 * *  Author: designer0*/
.index-editor-template52 .service-wrap {
  display: flex;
}
.index-editor-template52 .item {
  position: relative;
  display: flex;
  flex: 1 1 0px;
  margin: 2rem;
}
.index-editor-template52 .item .txt {
  padding-left: 120px;
}
.index-editor-template52 .item span {
  margin: 10px 0;
  font-size: clamp(1.063rem, 2.5vw, 1.125rem);
  font-weight: bold;
  line-height: 1.5;
}
.index-editor-template52 .item .service-icon {
  position: absolute;
  max-width: 100%;
  padding: 10px;
}
@media only screen and (max-width: 991px) {
  .index-editor-template52 .service-wrap {
    display: block;
  }
}

/* Position: index
 * *  No.: index-editor-template53
 * *  Date: 2025/03/20
 * *  Author: designer0*/
.index-editor-template53 .service_ind {
  text-align: center;
  margin-bottom: 40px;
}
.index-editor-template53 .coldefault6 {
  margin-bottom: 50px;
}
.index-editor-template53 .img {
  padding-right: 2%;
}
.index-editor-template53 h2 {
  text-align: center;
}
.index-editor-template53 h2 span {
  margin: 0;
}
.index-editor-template53 .about-block .title--md {
  line-height: 50px;
}
.index-editor-template53 .about-block .text .info {
  width: 100%;
  display: block;
  display: flex;
  align-items: center;
}
.index-editor-template53 .about-block .text .info span:before {
  content: "￭";
  color: #656565;
  font-size: 24px;
  margin-right: 10px;
}

/* Position: index
 * *  No.: index-editor-template54
 * *  Date: 2025/03/21
 * *  Author: designer0*/
.index-editor-template54 .inline0_block {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 50px;
}
.index-editor-template54 .index-editor-template54-content .text-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.index-editor-template54 .index-editor-template54-content .second-title {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  padding-left: 40px;
}
.index-editor-template54 .index-editor-template54-content .second-title::before, .index-editor-template54 .index-editor-template54-content .second-title::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 2px;
  left: 0;
}
.index-editor-template54 .index-editor-template54-content .second-title::before {
  top: 7px;
}
.index-editor-template54 .index-editor-template54-content .second-title::after {
  bottom: 7px;
}
.index-editor-template54 .index-editor-template54-content .main-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  margin: 10px 0;
}
.index-editor-template54 .index-editor-template54-content .card-items {
  margin-top: 24px;
}
.index-editor-template54 .index-editor-template54-content .card-items .card-item {
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: max-content;
  min-height: 340px;
}
.index-editor-template54 .index-editor-template54-content .card-items .card-item .card-item-title {
  font-size: 20px;
  font-weight: 600;
  margin: 16px 0;
}
.index-editor-template54 .index-editor-template54-content .card-items .card-item .card-item-des {
  padding: 10px;
  min-height: 120px;
}
.index-editor-template54 .index-editor-template54-content .card-items .card-item .card-item-icon {
  display: flex;
  justify-content: center;
}
.index-editor-template54 .index-editor-template54-content .card-items .card-item .card-item-icon img {
  max-width: 100%;
  transform: translate(-30px, 10px);
  border-radius: 20px;
}
.index-editor-template54 .index-editor-template54-content .card-items .card-item .btnset {
  margin-top: 16px;
}
.index-editor-template54 .index-editor-template54-content .item-3 {
  display: flex;
  flex-wrap: wrap;
}
.index-editor-template54 .index-editor-template54-content .item-3 .card-item {
  width: calc(25% - 48px);
  margin: 24px;
  padding: 4px;
}
@media only screen and (max-width: 991px) {
  .index-editor-template54 .index-editor-template54-content .text-group-des {
    padding: 0px 20px;
  }
  .index-editor-template54 .index-editor-template54-content .item-3 .card-item-icon {
    display: flex;
    justify-content: center;
  }
  .index-editor-template54 .index-editor-template54-content .item-3 .card-item-icon img {
    max-width: 100%;
    transform: translate(0px, 10px) !important;
    border-radius: 20px;
  }
  .index-editor-template54 .index-editor-template54-content .item-3 .card-item {
    width: 100%;
    min-height: 300px;
  }
  .index-editor-template54 .index-editor-template54-content .item-3 .card-item .card-item-des {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
}
@media only screen and (max-width: 768px) {
  .index-editor-template54 .index-editor-template54-content .item-3 .card-item {
    min-height: 300px;
  }
  .index-editor-template54 .index-editor-template54-content .item-3 .card-item .card-item-des {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
  }
}

/* Position: index
 * *  No.: index-editor-template55
 * *  Date: 2025/03/21
 * *  Author: designer0*/
.index-editor-template55 .card-item-title {
  position: absolute;
  bottom: 15px;
  left: 40px;
}
.index-editor-template55 .card-item-title::after {
  content: "⟶";
  display: block;
}
.index-editor-template55 .card-item {
  position: relative;
}
.index-editor-template55 .card-item a {
  overflow: hidden;
  border-radius: 20px;
}
.index-editor-template55 .card-item-img {
  max-width: 100%;
  border-radius: 20px;
  transition: all 500ms ease-in-out;
}
.index-editor-template55 .card-item-img:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
}
.index-editor-template55 .index-editor-template55-content .main-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  margin: 10px 0;
  text-align: center;
}
.index-editor-template55 .index-editor-template55-content .card-items {
  margin-top: 24px;
}
.index-editor-template55 .index-editor-template55-content .card-items .card-item {
  overflow: hidden;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: max-content;
}
.index-editor-template55 .index-editor-template55-content .card-items .card-item .card-item-title {
  font-size: 26px;
  font-weight: 600;
  margin: 16px 0;
}
.index-editor-template55 .index-editor-template55-content .item-3 {
  display: flex;
  flex-wrap: wrap;
}
.index-editor-template55 .index-editor-template55-content .item-3 .card-item {
  width: calc(49% - 48px);
  margin: 24px;
  padding: 4px;
}
@media only screen and (max-width: 991px) {
  .index-editor-template55 .index-editor-template55-content .text-group-des {
    padding: 0px 20px;
  }
  .index-editor-template55 .index-editor-template55-content .item-3 .card-item {
    width: calc(100% - 48px) !important;
  }
}

/* Position: index
 *  No.: index-editor-template56
 *  Date: 2025/03/24
 *  Author: designer0*/
.index-editor-template56 {
  padding: 70px 0;
  position: relative;
  z-index: 0;
}
.index-editor-template56::after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: -1;
}
.index-editor-template56 .certification .title {
  text-align: center;
}
.index-editor-template56 .certification-p {
  margin: 20px auto 40px;
  padding: 10px 0;
  text-align: center;
  position: relative;
}
.index-editor-template56 .certification-p::before, .index-editor-template56 .certification-p::after {
  width: 300px;
  height: 1px;
  position: absolute;
  left: -moz-calc(50% - 150px);
  left: -webkit-calc(50% - 150px);
  left: calc(50% - 150px);
  content: "";
  border-width: 1px 0;
  border-style: dashed;
}
.index-editor-template56 .certification-p::before {
  top: 0;
}
.index-editor-template56 .certification-p::after {
  bottom: 0;
}
.index-editor-template56 .certification .cert {
  justify-content: center;
}
.index-editor-template56 .certification .cert .cert__item:nth-child(odd) {
  margin-top: 70px;
}
.index-editor-template56 .certification .cert__item {
  width: calc(1 / 3 * 100% - 0px);
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 0 15px;
  margin-bottom: 30px;
}
.index-editor-template56 .certification .cert__item img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 1480px) {
  .index-editor-template56 {
    padding: 70px 60px;
  }
}
@media only screen and (max-width: 1366px) {
  .index-editor-template56 {
    padding: 70px 40px;
  }
  .index-editor-template56 .certification .cert .cert__item {
    margin-top: 0px !important;
  }
}
@media only screen and (max-width: 768px) {
  .index-editor-template56 .certification .cert__item {
    width: calc(1 / 1 * 100% - 0px);
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .index-editor-template56 .cert__item {
    width: 100%;
  }
  .index-editor-template56 {
    padding: 70px 20px;
  }
}
/* Position: index
 * *  No.: index-editor-template57
 * *  Date: 2025/03/24
 * *  Author: designer0*/
.index-editor-template57 .l_block {
  margin-top: 50px;
  z-index: 1;
  margin-right: -100px;
}
.index-editor-template57 .coldefault6 {
  margin-bottom: 50px;
}
.index-editor-template57 .coldefault6 img {
  max-width: 100%;
  border-radius: 20px;
}
.index-editor-template57 .text .des {
  width: 100%;
  max-width: 930px;
  padding: 50px;
}

@media only screen and (max-width: 1366px) {
  .index-editor-template57 .l_block {
    margin-right: 0px;
  }
  .index-editor-template57 .r_block {
    height: auto !important;
  }
}
@media only screen and (max-width: 991px) {
  .text .des {
    width: 100%;
    max-width: 930px;
    padding: 20px !important;
  }
}
/* Position: index
 * *  No.: index-editor-template58
 * *  Date: 2025/03/25
 * *  Author: designer0*/
.index-editor-template58 .inline0_block {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 50px;
}
.index-editor-template58 .index-editor-template58-content .card-items {
  margin-top: 24px;
}
.index-editor-template58 .index-editor-template58-content .card-items .card-item {
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: max-content;
}
.index-editor-template58 .index-editor-template58-content .card-items .card-item .card-item-icon {
  display: flex;
  justify-content: center;
}
.index-editor-template58 .index-editor-template58-content .card-items .card-item .card-item-icon img {
  max-width: 100%;
  transform: translate(-23px, 20px);
  border-radius: 20px;
}
.index-editor-template58 .index-editor-template58-content .card-items .card-item .card-item-icon img:hover {
  opacity: 0.7;
}
.index-editor-template58 .index-editor-template58-content .card-items .card-item .btnset {
  margin-top: 16px;
}
.index-editor-template58 .index-editor-template58-content .item-3 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.index-editor-template58 .index-editor-template58-content .item-3 .card-item {
  width: calc(28% - 48px);
  margin: 4%;
  padding: 5px;
}
@media only screen and (max-width: 991px) {
  .index-editor-template58 .index-editor-template58-content .text-group-des {
    padding: 0px 20px;
  }
  .index-editor-template58 .index-editor-template58-content .item-3 .card-item {
    width: 25%;
    margin-bottom: 50px;
  }
  .index-editor-template58 .index-editor-template58-content .item-3 .card-item .card-item-icon img {
    transform: translate(0px, 20px) !important;
  }
  .index-editor-template58 .index-editor-template58-content .item-3 .card-item .card-item-des {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
}
@media only screen and (max-width: 768px) {
  .index-editor-template58 .index-editor-template58-content .item-3 .card-item {
    width: 100%;
  }
  .index-editor-template58 .index-editor-template58-content .item-3 .card-item .card-item-icon img {
    transform: translate(0px, 20px) !important;
  }
  .index-editor-template58 .index-editor-template58-content .item-3 .card-item .card-item-des {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
  }
}

/* Position: index
 * *  No.: index-editor-template59
 * *  Date: 2025/03/25
 * *  Author: designer0*/
.index-editor-template59 .coldefault6 {
  margin-bottom: 50px;
}
.index-editor-template59 .text .data {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  width-max-width: 930px;
}
.index-editor-template59 .text .item {
  width: 33.3333333333%;
  padding-top: 4%;
}
.index-editor-template59 .text .item span {
  display: block;
}
@media only screen and (max-width: 768px) {
  .index-editor-template59 .text .item {
    padding-top: 7%;
  }
  .index-editor-template59 .text .data {
    display: block;
  }
}

/* Position: index
 * *  No.: index-editor-template60
 * *  Date: 2025/03/27
 * *  Author: designer0*/
.index-editor-template60 .link a:hover {
  border: -1px solid #b6b6b6;
}
.index-editor-template60 .link img {
  max-width: none;
}
.index-editor-template60 .card-item-title {
  position: absolute;
  bottom: 15px;
  left: 40px;
}
.index-editor-template60 .card-item-title::after {
  content: "⟶";
  display: block;
}
.index-editor-template60 .index-editor-template60-content .main-title {
  font-weight: 600;
  line-height: 1.5;
  margin: 10px 0;
  text-align: center;
}
.index-editor-template60 .index-editor-template60-content .s-title {
  text-align: center;
}

/* Position: index
 * *  No.: index-editor-template61
 * *  Date: 2025/03/31
 * *  Author: designer0*/
.index-editor-template61 .card-item-title {
  position: absolute;
  bottom: 15px;
  left: 40px;
}
.index-editor-template61 .card-item-title::after {
  content: "⟶";
  display: block;
}
.index-editor-template61 .index-editor-template61-content .main-title {
  font-weight: 600;
  line-height: 1.5;
  margin: 10px 0;
}

/* Position: index
 * *  No.: index-editor-template62
 * *  Date: 2025/04/01
 * *  Author: designer0*/
.index-editor-template62 .inline0_block {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 50px;
}
.index-editor-template62 .inline0_block .item .inner {
  width: 80px;
}
.index-editor-template62 .index-editor-template62-content .card-items {
  margin-top: 24px;
}
.index-editor-template62 .index-editor-template62-content .card-items img.pp {
  max-width: 100%;
}
.index-editor-template62 .index-editor-template62-content .card-items .card-item {
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: max-content;
}
.index-editor-template62 .index-editor-template62-content .card-items .card-item .card-item-icon {
  display: flex;
  justify-content: center;
}
.index-editor-template62 .index-editor-template62-content .card-items .card-item .card-item-icon img {
  max-width: 100%;
  transform: translate(-23px, 20px);
  border-radius: 20px;
}
.index-editor-template62 .index-editor-template62-content .card-items .card-item .card-item-icon img:hover {
  opacity: 0.7;
}
.index-editor-template62 .index-editor-template62-content .card-items .card-item .btnset {
  margin-top: 16px;
}
.index-editor-template62 .index-editor-template62-content .item-3 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.index-editor-template62 .index-editor-template62-content .item-3 .card-item {
  width: 31%;
  margin: 1%;
  padding: 5px;
}
@media only screen and (max-width: 991px) {
  .index-editor-template62 .index-editor-template62-content .text-group-des {
    padding: 0px 20px;
  }
  .index-editor-template62 .index-editor-template62-content .item-3 .card-item {
    width: 100%;
    margin-bottom: 50px;
  }
  .index-editor-template62 .index-editor-template62-content .item-3 .card-item .item {
    display: block;
  }
  .index-editor-template62 .index-editor-template62-content .item-3 .card-item .card-item-des {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
}
@media only screen and (max-width: 768px) {
  .index-editor-template62 .index-editor-template62-content .item-3 .card-item {
    width: 100%;
  }
  .index-editor-template62 .index-editor-template62-content .item-3 .card-item .card-item-des {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
  }
}

/* Position: index
 * *  No.: index-editor-template63
 * *  Date: 2025/04/02
 * *  Author: designer0*/
.index-editor-template63 .coldefault6 {
  margin-bottom: 50px;
}
.index-editor-template63 .img {
  padding-right: 2%;
}
.index-editor-template63 .img img {
  max-width: 100%;
}
.index-editor-template63 h2 {
  text-align: left;
}
.index-editor-template63 h2 span {
  margin: 0;
}
.index-editor-template63 .about-block .title--md {
  line-height: 50px;
}
.index-editor-template63 .about-block .text span:before {
  content: "￭";
  color: #656565;
  font-size: 24px;
  margin-right: 10px;
}
.index-editor-template63 .about-block .img-box {
  width: 20%;
}
.index-editor-template63 .about-block .img-box img {
  width: 100%;
  height: auto;
  display: block;
}

/* Position: index
 * *  No.: index-editor-template64
 * *  Date: 2025/04/02
 * *  Author: designer0*/
.index-editor-template64 .card-item-title {
  position: absolute;
  bottom: 15px;
  left: 40px;
}
.index-editor-template64 .card-item-title::after {
  content: "⟶";
  display: block;
}
.index-editor-template64 .card-item {
  position: relative;
}
.index-editor-template64 .card-item a {
  overflow: hidden;
  border-radius: 20px;
}
.index-editor-template64 .card-item-img {
  max-width: 100%;
  transition: all 500ms ease-in-out;
}
.index-editor-template64 .card-item-img:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
}
.index-editor-template64 .index-editor-template64-content .main-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  margin: 10px 0;
  text-align: center;
}
.index-editor-template64 .index-editor-template64-content .card-items {
  margin-top: 24px;
}
.index-editor-template64 .index-editor-template64-content .card-items .card-item {
  overflow: hidden;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: max-content;
}
.index-editor-template64 .index-editor-template64-content .card-items .card-item .card-item-title {
  font-size: 26px;
  font-weight: 600;
  margin: 16px 0;
  text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
}
.index-editor-template64 .index-editor-template64-content .item-3 {
  display: flex;
  flex-wrap: wrap;
}
.index-editor-template64 .index-editor-template64-content .item-3 .card-item {
  width: calc(49% - 48px);
  margin: 24px;
  padding: 4px;
}
@media only screen and (max-width: 991px) {
  .index-editor-template64 .index-editor-template64-content .text-group-des {
    padding: 0px 20px;
  }
  .index-editor-template64 .index-editor-template64-content .item-3 .card-item {
    width: calc(48% - 48px);
  }
  .index-editor-template64 .index-editor-template64-content .item-3 .card-item .card-item-title {
    position: static;
    font-size: 22px;
    color: #1e1e1e;
    text-shadow: 0px 0px 0 rgba(0, 0, 0, 0), 0px 0px 0 rgba(0, 0, 0, 0), 0px 0px 0 rgba(0, 0, 0, 0), 0px 0px 0 rgba(0, 0, 0, 0);
  }
}
@media only screen and (max-width: 768px) {
  .index-editor-template64 .item-3 .card-item {
    width: calc(100% - 48px) !important;
  }
  .index-editor-template64 .item-3 .card-item .card-item-title {
    position: static;
    font-size: 22px;
    color: #1e1e1e;
    text-shadow: 0px 0px 0 rgba(0, 0, 0, 0), 0px 0px 0 rgba(0, 0, 0, 0), 0px 0px 0 rgba(0, 0, 0, 0), 0px 0px 0 rgba(0, 0, 0, 0);
  }
}

/* Position: footer-common-editor1
 *  No.: footer-common-editor1-template10
 *  Date: 2025/3/26
 *  Author: designer0*/
.footer-common-editor1-template10 .footer__block .footer__logo .area {
  width: 33%;
  text-align: left;
  border-right: 1px solid hsl(0, 0%, 70.08%);
  padding-left: 1%;
}
.footer-common-editor1-template10 .footer__block .footer__logo .area ul {
  padding-left: 0;
}
.footer-common-editor1-template10 .footer__block .footer__logo .area li {
  list-style-type: none;
}
.footer-common-editor1-template10 .footer__block .footer__logo .area:last-child {
  border-right: 0px solid hsl(0, 0%, 70.08%);
}
.footer-common-editor1-template10 .footer__logo {
  width: 100%;
  padding: 0 0 20px;
  margin-bottom: 20px;
  text-align: center;
}
.footer-common-editor1-template10 .footer__logo img {
  max-width: 100%;
  height: auto;
}
.footer-common-editor1-template10 .footer__logo a img {
  margin: auto;
}
.footer-common-editor1-template10 .footer__logo p {
  max-width: 768px;
  margin: 15px auto 0;
  font-size: 14px;
  font-weight: 400;
}
.footer-common-editor1-template10 .footer__social, .footer-common-editor1-template10 .footer__info {
  width: 50%;
  display: block;
  text-align: end;
}
.footer-common-editor1-template10 .footer__social ul {
  padding-left: 0;
}
.footer-common-editor1-template10 .footer__social li {
  width: 100%;
  margin-bottom: 10px;
  font-size: 14px;
  list-style-type: none;
}
.footer-common-editor1-template10 .footer__social li:last-child {
  margin-bottom: 0;
}
.footer-common-editor1-template10 .footer__block {
  padding: 2rem 0 1rem;
}

@media only screen and (max-width: 768px) {
  .footer-common-editor1-template10 .footer__block .footer__logo .area {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid hsl(0, 0%, 70.08%);
    border-right: 0px solid hsl(0, 0%, 70.08%);
    padding-bottom: 2%;
    padding-top: 2%;
  }
  .footer-common-editor1-template10 .footer__block .footer__logo .area:last-child {
    border-bottom: 0px solid hsl(0, 0%, 70.08%);
  }
}
/* Position: footer-common-editor1
 *  No.: footer-common-editor1-template11
 *  Date: 2025/3/26
 *  Author: designer0*/
.footer-common-editor1-template11 .footer__block .footer__logo .area {
  width: 33%;
  text-align: left;
  border-right: 1px solid hsl(0, 0%, 70.08%);
  padding-left: 1%;
  padding-right: 1%;
}
.footer-common-editor1-template11 .footer__block .footer__logo .area:last-child {
  border-right: 0px solid hsl(0, 0%, 70.08%);
}
.footer-common-editor1-template11 .footer__block .footer__logo .area .so {
  font-size: 50px;
}
.footer-common-editor1-template11 .footer__block .footer__logo .area li {
  list-style-type: none;
}
.footer-common-editor1-template11 .footer__block .footer__logo .area ul {
  padding-left: 0;
}
.footer-common-editor1-template11 .footer__logo {
  width: 100%;
  padding: 0 0 20px;
  margin-bottom: 20px;
  text-align: center;
}
.footer-common-editor1-template11 .footer__logo img {
  max-width: 100%;
  height: auto;
}
.footer-common-editor1-template11 .footer__logo a img {
  margin: auto;
}
.footer-common-editor1-template11 .footer__logo p {
  max-width: 768px;
  margin: 15px auto 0;
  font-size: 14px;
  font-weight: 400;
}
.footer-common-editor1-template11 .footer__block {
  padding: 2rem 0 1rem;
}

@media only screen and (max-width: 768px) {
  .footer-common-editor1-template11 .footer__block .footer__logo .area {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid hsl(0, 0%, 70.08%);
    border-right: 0px solid hsl(0, 0%, 70.08%);
    padding-bottom: 2%;
    padding-top: 2%;
  }
  .footer-common-editor1-template11 .footer__block .footer__logo .area:last-child {
    border-bottom: 0px solid hsl(0, 0%, 70.08%);
  }
}
/* Position: footer-common-editor1
 *  No.: footer-common-editor1-template12
 *  Date: 2025/3/27
 *  Author: designer0*/
.footer-common-editor1-template12 .footer__social {
  padding-left: 50px;
}
.footer-common-editor1-template12 .footer__social .data {
  padding-left: 0px;
}
.footer-common-editor1-template12 .footer__social .r1 {
  display: block;
  width: 100%;
  border-bottom: 1px solid #b7b7b7;
  padding-bottom: 10px;
  padding-top: 10px;
}
.footer-common-editor1-template12 .footer__social .r2 {
  display: block;
  width: 100%;
  border-bottom: 0px solid #000;
  padding-top: 10px;
}
.footer-common-editor1-template12 .footer__block .f_logo img {
  max-width: 100%;
  height: auto;
}
.footer-common-editor1-template12 .footer__block li {
  display: inline-block;
  margin-right: 20px;
}
.footer-common-editor1-template12 .footer__block li a {
  font-size: 14px;
}

@media only screen and (max-width: 991px) {
  .footer-common-editor1-template12 .footer__social {
    padding-left: 0px;
  }
  .footer-common-editor1-template12 .footer__block .f_logo a {
    display: inline-block;
  }
  .footer-common-editor1-template12 .footer__block .col-md6 {
    display: block;
    width: 100%;
    text-align: center;
  }
}
/* Position: footer-common-editor1
 *  No.: footer-common-editor1-template13
 *  Date: 2025/3/27
 *  Author: designer0*/
.footer-common-editor1-template13 .footer__social .r1 {
  display: block;
  width: 100%;
  padding-bottom: 10px;
  padding-top: 10px;
}
.footer-common-editor1-template13 .footer__social .r1 ul {
  padding-left: 0;
}
.footer-common-editor1-template13 .footer__social .r2 {
  display: block;
  width: 100%;
  padding-top: 10px;
}
.footer-common-editor1-template13 .footer__block {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.footer-common-editor1-template13 .footer__block .f_logo {
  display: flex;
  flex-direction: row-reverse;
}
.footer-common-editor1-template13 .footer__block .f_logo .b_l {
  margin-top: 30px;
  text-align: end;
}
.footer-common-editor1-template13 .footer__block .f_logo img {
  max-width: 100%;
  height: auto;
}
.footer-common-editor1-template13 .footer__block li {
  display: inline-block;
  margin-right: 20px;
  display: block;
}
.footer-common-editor1-template13 .footer__block li a {
  font-size: 14px;
}

@media only screen and (max-width: 991px) {
  .footer-common-editor1-template13 .footer__social {
    padding-left: 0px;
  }
  .footer-common-editor1-template13 .footer__block .f_logo .b_l {
    text-align: center;
  }
  .footer-common-editor1-template13 .footer__block .f_logo a {
    display: inline-block;
  }
  .footer-common-editor1-template13 .footer__block .col-md6 {
    display: block;
    width: 100%;
    text-align: center;
  }
}
/* Position: footer-common-editor1
 *  No.: footer-common-editor1-template20
 *  Date: 2025/04/29
 *  Author: designer11*/
.footer-common-editor1-template20 .footer-g {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  padding: 50px 0px;
}
.footer-common-editor1-template20 .footer-g .left {
  width: 60%;
}
.footer-common-editor1-template20 .footer-g .right {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: end;
}
.footer-common-editor1-template20 .footer-g .footer-g-logo {
  width: 150px;
  height: auto;
  margin-bottom: 24px;
  display: block;
}
.footer-common-editor1-template20 .footer-g .footer-g-logo img {
  width: 100%;
  height: auto;
}
.footer-common-editor1-template20 .footer-g .social-links {
  margin-top: 16px;
}
.footer-common-editor1-template20 .footer-g .social-links .social-link {
  padding: 5px 0px;
}
.footer-common-editor1-template20 .footer-g .contact-btn {
  width: max-content;
  padding: 8px 32px;
  margin-top: 32px;
  display: block;
}
.footer-common-editor1-template20 .footer-g .footer-slogan {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.5px;
}

@media only screen and (max-width: 991px) {
  .footer-common-editor1-template20 .footer-g .left, .footer-common-editor1-template20 .footer-g .right {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .footer-common-editor1-template20 .footer-g .left .social-links, .footer-common-editor1-template20 .footer-g .right .social-links {
    margin: 0 0 16px 0;
    display: flex;
    justify-content: center;
  }
  .footer-common-editor1-template20 .footer-g .left .social-links .social-link, .footer-common-editor1-template20 .footer-g .right .social-links .social-link {
    padding: 5px 5px;
  }
  .footer-common-editor1-template20 .footer-g .left .contact-btn, .footer-common-editor1-template20 .footer-g .right .contact-btn {
    margin-top: 16px;
  }
}

/*# sourceMappingURL=edit-template.css.map */
