@charset "utf-8";
/*------------ about-editor ------------*/
.a_layout {
  max-width: 935px;
  margin: 0 auto;
}

.a_layout .a-1 .title h2 {
  position: relative;
  color: #635f59;
  font-size: 25px;
  text-align: center;
  font-weight: 600;
  font-family: "Noto Serif TC", serif;
  letter-spacing: 3px;
  margin: 0;
  margin-bottom: 40px;
}
.a_layout .a-1 .title h2 .apostrophe {
  display: inline-block;
  margin-right: -0.5em;
}
.a_layout .a-1 .row {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-bottom: 20px;
  align-content: center;
  align-items: flex-start;
}

.a_layout .a-1 .row .col.pic {
  flex: 0 1 auto;
}
.a_layout .a-1 .row .col.txt {
  flex: 1 1 0;
  min-width: 0;
}
.a_layout .a-1 .row .col.txt h3 {
  margin: 0;
  margin-bottom: 20px;
  color: #635f59;
  font-size: 20px;
  font-family: "Noto Serif TC", serif;
  font-weight: 600;
}

.a_layout .a-1 .row .col.txt .item {
  padding-left: 20px;

  position: relative;

  color: #97928a;
  font-size: 15px;
}

.a_layout .a-1 .row .col.txt .item + .item {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #eeedec;
}

.a_layout .a-1 .row .col.txt .item .t-1 {
  position: relative;
  color: #635f59;
}

.a_layout .a-1 .row .col.txt .item .t-1::before {
  content: "．";
  position: absolute;
  left: -18px;
  top: 0;
}
@media screen and (max-width: 1280px) {
  .a_layout .a-1 .row {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-bottom: 20px;
    align-content: center;
    align-items: center;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .a_layout .a-1 .title h2 {
    position: relative;

    font-size: 22px;
    margin-bottom: 20px;
    letter-spacing: 2px;
  }
}
/*------------ service-editor ------------*/
.s_layout *,
.s_layout {
  position: relative;
  box-sizing: border-box;
}
.s_layout {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 -20px;
}
.s_layout .s_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(100% / 4 - 40px);
  margin: 0 20px;
  padding: 25px 5px;

  background: linear-gradient(
    45deg,
    rgba(182, 174, 161, 0.2) 0%,
    rgba(182, 174, 161, 0.1) 100%
  );

  border-radius: 0;
  border-top-right-radius: 80px;
  transform: translateY(0);
  overflow: hidden;
  transition: all 0.5s ease;
}
.s_layout .s_box:hover {
  transform: translateY(-5px);
}
.s_layout .s_box .s_txt h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 4px;
  line-height: 1.2;
  color: #635f59;
  transition: all 0.5s ease;
  font-family: "Noto Serif TC", serif;
}
.s_layout .s_box:hover .s_txt h3 {
  letter-spacing: 2px;
}

.s_layout .s_box .cover {
  font-size: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
}
@media screen and (max-width: 1200px) {
  .s_layout {
    display: flex;

    flex-wrap: wrap;
  }
  .s_layout .s_box {
    width: calc(100% / 2 - 20px);

    margin: 0 10px 20px;
    padding: 40px 5px;
  }
}
@media screen and (max-width: 1000px) {
  .s_layout {
    flex-wrap: wrap;
    max-width: 484px;
    margin: 0 auto;
  }
  .s_layout .s_box {
    width: calc(100% / 2 - 20px);

    margin: 0 10px 20px;
  }
  .s_layout .s_box .s_pic {
    width: 150px;
    height: 188px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 484px) {
  .s_layout {
    flex-wrap: wrap;
    max-width: 230px;
    margin: 0 auto;
  }
  .s_layout .s_box {
    width: calc(100% / 1 - 20px);
    margin: 0 10px 20px;
  }
}
/*------------ 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: #8d7f72;
  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: #8d7f72;
  margin: 0;
  font-weight: 600;
}
.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;
  }

  .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%;
  }
}
