@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&family=Noto+Sans+TC&family=Noto+Serif+TC:wght@300;400;500;700&family=Roboto+Slab:wght@300;400;500&display=swap");
.padding-wrap {
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 160px; }
  @media (max-width: 1200px) {
    .padding-wrap {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media (max-width: 860px) {
    .padding-wrap {
      padding-top: 40px;
      padding-bottom: 40px; } }

.page-title-area {
  font-family: "Libre Baskerville", serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 45px;
  letter-spacing: 0.025em;
  color: #1b1b1b; }
  @media (max-width: 768px) {
    .page-title-area {
      font-size: 24px;
      line-height: 1.4; } }

.about-top-title {
  position: relative;
  font-family: "Noto Serif TC", serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0.1em;
  color: #1b1b1b;
  padding-top: 35px;
  padding-bottom: 15px; }
  @media (max-width: 860px) {
    .about-top-title {
      padding-top: 20px; } }
  .about-top-title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 12px;
    height: 1px;
    background-color: #1b1b1b;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }

.about-top-content {
  font-family: "Noto Sans TC", serif;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.1em;
  color: #707070;
  padding-top: 45px; }
  @media (max-width: 860px) {
    .about-top-content {
      padding-top: 25px; } }
  .about-top-content img {
    display: block;
    max-width: 100%; }
  .about-top-content-wrap {
    max-width: 850px; }

.about-bottom-title {
  position: relative;
  font-family: "Noto Serif TC", serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0.1em;
  color: #1b1b1b;
  padding-top: 80px; 
  padding-bottom: 10px; }
  @media (max-width: 860px) {
    .about-bottom-title {
      padding-top: 40px; } }
/*
  .about-bottom-title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 12px;
    height: 1px;
    background-color: #1b1b1b;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
*/
    
.about-bottom-subtitle {
  position: relative;
  font-family: "Noto Serif TC", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0.1em;
  color: #1b1b1b;
  margin-bottom: 45px;
  padding-bottom: 15px; }
  @media (max-width: 860px) {
    .about-bottom-title {
      margin-bottom: 25px; } }
  .about-bottom-subtitle::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 12px;
    height: 1px;
    background-color: #1b1b1b;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }

.article-title-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px; }
  @media (max-width: 860px) {
    .article-title-list {
      margin-bottom: 30px; } }
  .article-title-list::before {
    content: '';
    position: absolute;
    bottom: 14px;
    left: 50%;
    display: block;
    width: calc(100% - 40px);
    height: 1px;
    background-color: #cbcbcb;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .article-title-list .item {
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px; }
    .article-title-list .item.active .title {
      color: #3a684e; }
    .article-title-list .item.active .circle {
      background-color: #3a684e;
      border-color: #3a684e;
      -webkit-box-shadow: 0 0 0 20px #fff;
      box-shadow: 0 0 0 20px #fff; }
      .article-title-list .item.active .circle::before {
        -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1); }
  .article-title-list .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Noto Serif TC", serif;
    font-size: 18px;
    line-height: 25px;
    color: #707070;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    padding-bottom: 25px; }
  .article-title-list .circle {
    position: relative;
    width: 10px;
    height: 10px;
    background: #fff;
    border: solid 1px #cbcbcb;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 10px #fff;
    box-shadow: 0 0 0 10px #fff;
    z-index: 1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .article-title-list .circle::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      display: block;
      width: calc(100% + 20px);
      height: calc(100% + 20px);
      -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
      transform: translate(-50%, -50%) scale(0);
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      border: solid 1px #3a684e;
      border-radius: 50%;
      z-index: -1; }

.article-content {
  position: relative; }
  .article-content-item {
    display: none;
    -webkit-animation: fadeout 1s 1 both;
    animation: fadeout 1s 1 both; }
    .article-content-item.first {
      display: block; }
    .article-content-item.active {
      display: block;
      -webkit-animation: fadein 0.5s 1 both;
      animation: fadein 0.5s 1 both; }
    .article-content-item .texteditor {
      font-family: "Noto Sans TC", serif;
      font-size: 15px;
      line-height: 25px;
      letter-spacing: 0;
      color: #707070; }
    .article-content-item img {
      display: block; }

.custom-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 860px) {
    .custom-box {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }

@media (min-width: 861px) {
  .custom-left {
    padding-right: 15px; } }

@media (max-width: 860px) {
  .custom-left {
    width: 100%;
    padding-bottom: 15px; } }

.custom-title {
  font-family: "Noto Serif TC", serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #1b1b1b;
  padding-bottom: 30px; }

@media (max-width: 860px) {
  .custom-content, .custom-right {
    width: 100%; } }

.custom-right img {
  width: 100%; }

@-webkit-keyframes fadeout {
  0% {
    display: block;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  99% {
    display: block;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0; }
  100% {
    display: none;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0; } }

@keyframes fadeout {
  0% {
    display: block;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  99% {
    display: block;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0; }
  100% {
    display: none;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0; } }

@-webkit-keyframes fadein {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes fadein {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
