@charset "UTF-8";
.cookie-editor-template1 a::after, .contact-editor-template2 li i, .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;
  }
}
/* 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-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: 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%;
}

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