/*------------ about-editor ------------*/
.page-about {
  position: relative;
}
.page-about .title {
  position: relative;
  text-align: center;
  font-family: "Noto Serif TC", serif;
  margin-bottom: 80px;
}
.page-about .title h2 {
  position: relative;
  margin: 0;
  margin-bottom: 5px;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 4px;
  color: #525252;
}
.page-about .title span {
  position: relative;
  color: #9e794c;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 6px;
  position: relative;
}
.page-about .title span::before {
  content: "";
  display: block;
  position: absolute;
  top: 17px;
  left: calc(50% - 190px);
  background: #9e794d;
  width: 50px;
  height: 1px;
}
.page-about .title span::after {
  content: "";
  display: block;
  position: absolute;
  top: 17px;
  right: calc(50% - 190px);
  background: #9e794d;
  width: 50px;
  height: 1px;
}
.page-about .a-1 {
  position: relative;
  min-height: 600px;
  font-family: "Noto Serif TC", serif;
  padding-bottom: 50px;
}
.page-about .a-1 .row {
  display: flex;
  flex-direction: row-reverse;
}
.page-about .a-1 .col.pic {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 95px;
}
.page-about .a-1 .col.txt {
  width: calc(50% + 30px);
  box-sizing: border-box;
  padding: 90px 60px 85px 150px;
  text-align: left;
  background: #fff;
  color: #636363;
  font-size: 15px;
  line-height: 2;
  font-weight: 500;
}
.page-about .a-1 .t-1 {
  position: absolute;
  top: 6px;
  left: 0;
  color: #ccc5bf;
  font-size: 32px;
  font-family: "Marcellus SC", serif;
  letter-spacing: 5px;
}
.page-about .a-1 .t-2 {
  position: absolute;
  bottom: 65px;
  right: 63px;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1.8;
}
.page-about .a-1 .t-2 b {
  font-weight: unset;
  color: #9e794c;
}
@media screen and (max-width: 1280px) {
  .page-about .title {
    margin-bottom: 40px;
  }
  .page-about .a-1 {
    display: flex;
    flex-direction: column;
    align-content: center;
  }
  .page-about .a-1 .t-1 {
    position: relative;
    top: unset;
    left: unset;
    text-align: center;
    order: 1;
    margin-bottom: 10px;
  }
  .page-about .a-1 .row {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    order: 2;
    max-width: 767px;
    margin: 0 auto;
  }
  .page-about .a-1 .col.pic {
    box-sizing: border-box;
    position: relative;
    left: unset;
    top: unset;
    padding: 0 50px;
  }
  .page-about .a-1 .col.txt {
    padding: 90px 50px 50px;
    width: 100%;
    margin-top: -40px;
  }
  .page-about .a-1 .t-2 {
    position: relative;
    order: 3;
    bottom: unset;
    right: unset;
    display: block;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .page-about .a-1 {
    padding-bottom: 0;
  }
  .page-about .title {
    margin-bottom: 20px;
  }
  .page-about .title h2 {
    margin-bottom: 5px;
    font-size: 26px;
    letter-spacing: 2px;
  }
  .page-about .title span {
    font-size: 23px;
    letter-spacing: 2px;
    position: relative;
  }
  .page-about .title span::before {
    left: calc(50% - 168px);
  }
  .page-about .title span::after {
    right: calc(50% - 168px);
  }
  .page-about .a-1 .t-1 {
    letter-spacing: 2px;
    font-size: 25px;
    line-height: 1.3;
  }
  .page-about .a-1 .col.pic {
    padding: 0 30px;
  }
  .page-about .a-1 .col.txt {
    padding: 70px 30px 50px;
  }
}
/*------------ terms-editor ------------*/
.terms-editor {
  font-size: 15px;
  color: #666666;
  line-height: 1.7;
}
.terms-editor .terms-title {
  font-size: 16px;
  font-weight: 500;
  color: #9e794d;
  margin-bottom: 0;
}
/*------------ index-about-editor ------------*/
.index-about-editor {
  font-size: 17px;
  color: #525252;
  line-height: 1.8;
  text-align: left;
  font-family: "Noto Serif TC", serif;
  max-width: 470px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 145px;
}
.index-about-editor b {
  font-weight: unset;
  color: #9e794d;
}
