@charset "utf-8";
/*------------ about-editor ------------*/
/* =========================
   ABOUT
========================= */

.a_layout {
  width: 100%;
  max-width: 936px;
  margin: 0 auto;
  color: #777777;
}

.a_layout * {
  box-sizing: border-box;
}

.a_layout img {
  display: block;
  width: 100%;
  height: auto;
}

/* =========================
   ABOUT 標題
========================= */

.a_layout .a-head {
  position: relative;
  padding: 12px 30px 42px;
  text-align: center;
  overflow: hidden;
}
.a_layout .a-head .title {
  text-align: center;
  line-height: 1.2;
  letter-spacing: 1px;
  margin: 0 0 28px;
  font-weight: normal;
}
.a_layout .a-head .title span {
  font-family: "Poppins", sans-serif;
  font-size: 120px;
  color: #f2f7f4;
  font-weight: 300;
  margin-bottom: -45px;
  display: block;
  letter-spacing: 5px;
}

.a_layout .a-head .title h2 {
  color: #333333;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 1.5px;
  font-weight: normal;
  margin: 0;
}
.a_layout .a-head .a-lead {
  position: relative;
  z-index: 1;
  max-width: 605px;
  margin: 0 auto;
  color: #59a596;
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: 1.5px;
  text-align: left;
}

.a_layout .a-1 {
  padding: 10px 0 50px;
}

.a_layout .a-1 .row {
  display: flex;
  align-items: flex-start;
  gap: 35px;
}

.a_layout .a-1 .col.txt {
  flex: 1 1 0;
  min-width: 0;
  padding-top: 10px;
}

.a_layout .p-1 {
  margin: 0;
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: 1px;
  padding: 0;
}

.a_layout .highlight {
  background: #e1eeeb;
  padding: 0.2rem 0.2rem;
  border-radius: 0px;

  display: inline;
  word-break: break-all;
  overflow-wrap: break-word;

  white-space: normal;
}
.a_layout .a-1 .col.pic {
  flex: 0 1 auto;
}

.a_layout .a-1 .pic img {
  width: 100%;
  height: 282px;
  object-fit: cover;
}

.a_layout .a-2 {
  position: relative;
  min-height: 238px;
  margin-top: 0;
  overflow: visible;
  background: #8ec7be;
  margin-bottom: 50px;
}

.a_layout .a-2 .a-cta-bg {
  position: absolute;
  inset: 0;
  background: url("/images/layout06/common/about/abg.webp") center center
    no-repeat;
  background-size: cover;
}

.a_layout .a-2 .a-cta-content {
  position: relative;
  z-index: 2;
  min-height: 238px;
  padding: 78px 40px 55px;
  text-align: center;
}

.a_layout .a-2 .a-cta-content p {
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.9;
  letter-spacing: 1.5px;
}

.a_layout .a-btn {
  position: absolute;
  left: 50%;
  bottom: -26px;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  height: 52px;
  padding: 0 35px;
  background: #c9a66e;
  color: #ffffff;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.a_layout .a-btn:hover {
  background: #b69159;
}

@media screen and (max-width: 1280px) {
  .a_layout .a-1 .row {
    display: flex;
    align-items: center;
    gap: 25px;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 1000px) {
  .a_layout .a-head {
    padding: 0px 15px 20px;
  }
  .a_layout .a-head .title span {
    font-size: 50px;
    margin-bottom: -25px;
    letter-spacing: 3px;
  }
  .a_layout .a-head .title {
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 484px) {
  .a_layout .a-2 .a-cta-content {
    position: relative;
    z-index: 2;
    min-height: 238px;
    padding: 40px 30px 55px;
    text-align: left;
  }
  .a_layout .a-2 .a-cta-content {
    padding: 40px 15px 55px;
  }
}

/*------------ service-editor ------------*/

.s_wrap {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  box-sizing: border-box;
}

.s_wrap * {
  box-sizing: border-box;
}

/* 每一個流程項目 */
.s_item {
  position: relative;
  min-width: 0;
}

/* 卡片 */
.s_wrap .s_box {
  width: 184px;
  margin: 0 auto;
  text-align: center;
}

/* 圖片區 */
.s_wrap .s_pic {
  width: 184px;
  height: 168px;
  margin: 0 auto;
  background: #f4f6f6;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition:
    background-color 0.35s ease,
    transform 0.35s ease;
}

.s_wrap .s_pic img {
  display: block;
  width: 91px;
  height: auto;
  object-fit: contain;
  transition:
    filter 0.35s ease,
    transform 0.35s ease;
}

/* Hover */
.s_wrap .s_box:hover .s_pic {
  background: #8dbfb4;
  transform: translateY(-4px);
}

.s_wrap .s_box:hover .s_pic img {
  filter: brightness(0) invert(1);
  transform: scale(1.06);
}

/* 文字 */
.s_wrap .s_txt {
  padding-top: 16px;
}

.s_wrap .s_txt h3 {
  margin: 0;
  color: #333333;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 1.5px;
}

/* 箭頭 */
.s_item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 76px;
  right: -18px;
  width: 15px;
  height: 15px;
  border-top: 4px solid #dfe8e6;
  border-right: 4px solid #dfe8e6;
  transform: rotate(45deg);
}

@media screen and (max-width: 1280px) {
  .s_wrap {
    max-width: 760px;
    margin: 0 auto;
    padding: 20px;
    grid-template-columns: repeat(6, 92px);
    justify-content: center;
    column-gap: 19px;
    row-gap: 36px;
  }

  .s_item {
    grid-column: span 2;
  }

  .s_item:nth-child(4) {
    grid-column: 2 / span 2;
  }

  .s_item:nth-child(3)::after {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .s_wrap {
    max-width: 460px;
    margin: 0 auto;
    padding: 20px 12px;
    grid-template-columns: repeat(2, 184px);
    justify-content: center;
    column-gap: 32px;
    row-gap: 32px;
  }

  .s_item {
    grid-column: auto;
  }

  .s_item:nth-child(4) {
    grid-column: auto;
  }

  .s_item:nth-child(5) {
    grid-column: 1 / -1;
    justify-self: center;
  }

  .s_item:nth-child(3)::after {
    display: block;
  }

  .s_item:nth-child(2)::after,
  .s_item:nth-child(4)::after {
    display: none;
  }

  .s_item:not(:last-child)::after {
    right: -18px;
    width: 13px;
    height: 13px;
    border-top-width: 3px;
    border-right-width: 3px;
  }
}

@media screen and (max-width: 484px) {
  .s_wrap {
    max-width: 100%;
    padding: 20px 15px;
    grid-template-columns: 184px;
    justify-content: center;
    row-gap: 55px;
  }

  .s_item,
  .s_item:nth-child(4),
  .s_item:nth-child(5) {
    grid-column: auto;
    justify-self: center;
  }

  .s_item:not(:last-child)::after,
  .s_item:nth-child(2)::after,
  .s_item:nth-child(3)::after,
  .s_item:nth-child(4)::after {
    display: block;

    top: auto;
    right: auto;
    bottom: -30px;
    left: 50%;

    width: 13px;
    height: 13px;

    border-top: 0;
    border-right: 3px solid #dfe8e6;
    border-bottom: 3px solid #dfe8e6;

    transform: translateX(-50%) rotate(45deg);
  }

  .s_item:last-child::after {
    display: none;
  }
}
/*------------ contact-editor ------------*/
.contact-editor .row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
}
.contact-editor .col {
  flex: 0 1 auto;
  display: flex;
  align-items: center;
  gap: 16px;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: break-word;
}
.contact-editor .col.add {
  flex: 1 1 0;
  min-width: 250px;
}
.contact-editor i {
  width: 30px;
  height: 30px;
  background: #5aa796;
  border-radius: 10px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  line-height: 30px;
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  gap: 16px;
  transform: rotate(45deg);
}
.contact-editor i:before {
  display: inline-block;
  font-family: "icon-font" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: rotate(-45deg);
}
.contact-editor .tel i:before {
  content: "\ff001";
}
.contact-editor .fax i:before {
  content: "\ff002";
}
.contact-editor .mail i:before {
  content: "\ff003";
}
.contact-editor .add i:before {
  content: "\ff004";
  font-size: 18px;
  position: relative;
}
/*------------ video-editor ------------*/
.video-editor .pic {
  float: left;
  margin-right: 25px;
}
/*------------ terms-editor ------------*/
.terms-editor {
  font-size: 15px;
  line-height: 2;
}
.terms-editor .title {
  font-size: 17px;
  color: #5aa796;
  margin: 0;
  font-weight: 500;
}
.terms-editor p {
  text-indent: 0em;
  margin: 0 0 50px;
}
.terms-editor .row {
  margin: 0 -27px;
}
.terms-editor .col {
  padding: 0 27px;
  width: 50%;
  float: left;
  box-sizing: border-box;
}
/*------------ index-editor ------------*/
/*------------ rwd ------------*/
@media screen and (max-width: 1280px) {
  .about-editor .row_2 .txt_box {
    padding: 50px 90px 50px 50px;
  }
}
@media screen and (max-width: 1100px) {
  .row_ {
    display: block;
  }
  .about-editor .row_1 .col {
    margin-bottom: 20px;
  }
  .about-editor .row_1 {
    margin-bottom: 40px;
  }
  .about-editor .row_2 {
    margin-top: 20px;
  }
  .about-editor .row_2 .col1:after {
    display: none;
  }
  .about-editor .row_2 .col,
  .about-editor .row_3 .col {
    margin-bottom: 20px;
  }
  .about-editor .row_2 .txt_box,
  .about-editor .row_3 .txt_box {
    padding: 0px;
    border: none;
    margin-right: 0px;
    margin-left: 0;
    margin-top: 0;
  }
  .about-editor .row_2 .col2 {
    text-align: left;
  }
  .index-about-editor {
    padding: 0;
    height: auto;
  }
  .service-editor .row_ .col2,
  .service-editor .row_ .col1 {
    width: 100%;
    margin-bottom: 20px;
  }
  .service-editor .row_ .col2 {
    padding: 0;
  }
  .contact-editor i {
    text-indent: 0px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .terms-editor .row {
    margin: 0;
  }
  .terms-editor .col {
    padding: 0;
    width: 100%;
  }
}
