@charset "UTF-8";
.article-list-container {
  margin: 0 auto;
  max-width: 1300px;
  padding: 90px 50px;
}
@media all and (max-width: 991px) {
  .article-list-container {
    padding: 50px 25px;
  }
}

@media all and (max-width: 991px) {
  .perspectives-page .article-list-wrap {
    gap: 5px;
  }
}

.article-list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
@media all and (max-width: 991px) {
  .article-list-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
}
.article-list-wrap .article-title-wrap {
  font-family: "Scheherazade New", "Noto Serif TC", serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
}
@media all and (max-width: 991px) {
  .article-list-wrap .article-title-wrap {
    font-size: 30px;
    letter-spacing: 0.15em;
    margin-bottom: 10px;
  }
}
.article-list-wrap .article-title-wrap .article-title {
  position: relative;
}
.article-list-wrap .article-title-wrap .article-title::before {
  position: absolute;
  content: "";
  top: 0;
  left: -11px;
  width: 6px;
  aspect-ratio: 1;
  background-color: #ABA07D;
}
@media all and (max-width: 991px) {
  .article-list-wrap .article-title-wrap .article-title::before {
    width: 4px;
    top: 4px;
    left: -7px;
  }
}
.article-list-wrap .article-title-wrap .article-subtitle {
  position: relative;
  color: #ABA07D;
  padding-left: 0.7em;
  margin-left: 0.5em;
}
@media all and (max-width: 991px) {
  .article-list-wrap .article-title-wrap .article-subtitle {
    margin-left: 0.5em;
  }
}
.article-list-wrap .article-title-wrap .article-subtitle::before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 2px;
  height: 36px;
  background-color: #343434;
}
@media all and (max-width: 991px) {
  .article-list-wrap .article-title-wrap .article-subtitle::before {
    height: 30px;
  }
}
@media all and (max-width: 991px) {
  .article-list-wrap .menu_block {
    position: relative;
    height: 85px;
  }
  .article-list-wrap .menu_block::before {
    position: absolute;
    content: "";
    left: 0;
    top: 40px;
    width: 100%;
    height: 1px;
    background-image: repeating-linear-gradient(to right, #c9c9c9 0, #c9c9c9 2px, transparent 2px, transparent 4px);
    z-index: 1;
  }
}
.article-list-wrap .menu_block .menu_list {
  border-top: 1px solid #C9C9C9;
  border-bottom: 1px solid #C9C9C9;
}
@media all and (max-width: 991px) {
  .article-list-wrap .menu_block .menu_list {
    height: 100%;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .article-list-wrap .menu_block .menu_list::-webkit-scrollbar {
    display: none;
  }
}
.article-list-wrap .menu_block li {
  position: relative;
}
@media all and (max-width: 991px) {
  .article-list-wrap .menu_block li {
    position: static;
  }
}
.article-list-wrap .menu_block li::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(to right, #c9c9c9 0, #c9c9c9 2px, transparent 2px, transparent 4px);
}
@media all and (max-width: 991px) {
  .article-list-wrap .menu_block li::after {
    display: none;
  }
}
@media all and (min-width: 992px) {
  .article-list-wrap .menu_block li:last-child::after {
    display: none;
  }
}
.article-list-wrap .menu_block li.has_second.active > .menu_link {
  color: #fff;
  background-color: #635947;
}
.article-list-wrap .menu_block li.has_second.active > .menu_link span::after {
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.article-list-wrap .menu_block li.has_second.active .second_menu_list {
  display: block;
}
@media all and (max-width: 991px) {
  .article-list-wrap .menu_block li.has_second.active .second_menu_list {
    position: absolute;
    top: 45px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .article-list-wrap .menu_block li.has_second.active .second_menu_list::-webkit-scrollbar {
    display: none;
  }
}
.article-list-wrap .menu_block li.active > a {
  color: #fff;
  background-color: #ABA07D;
}
.article-list-wrap .menu_block li.active .second_menu_list {
  display: block;
}
.article-list-wrap .menu_block .second_menu_list {
  display: none;
}
.article-list-wrap .menu_block .second_menu.active .menu_link {
  background-color: #ABA07D;
}
.article-list-wrap .menu_block .second_menu .menu_link {
  background-color: #EFEDE6;
}
.article-list-wrap .menu_block .menu_link {
  display: block;
  width: 210px;
  padding: 17px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-family: "Scheherazade New", "Noto Serif TC", serif;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.2em;
  white-space: nowrap;
  color: #635947;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media all and (max-width: 991px) {
  .article-list-wrap .menu_block .menu_link {
    padding: 12px 12px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media all and (min-width: 992px) {
  .article-list-wrap .menu_block .menu_link:hover {
    background-color: #ABA07D;
    color: #fff;
  }
  .article-list-wrap .menu_block .menu_link:hover span::after {
    background-color: #fff;
  }
}
.article-list-wrap .menu_block .menu_link span {
  position: relative;
  display: block;
  width: 12px;
  height: 12px;
}
.article-list-wrap .menu_block .menu_link span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 11px;
  height: 5px;
  -webkit-mask: url("../images/common/dropdown_arrow.svg") center/contain no-repeat;
          mask: url("../images/common/dropdown_arrow.svg") center/contain no-repeat;
  background-color: #343434;
  -webkit-transition: background-color 0.4s ease, -webkit-transform 0.4s ease;
  transition: background-color 0.4s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, background-color 0.4s ease;
  transition: transform 0.4s ease, background-color 0.4s ease, -webkit-transform 0.4s ease;
}
.article-list-wrap .article-list-content {
  width: 100%;
}
.article-list-wrap .article-list {
  border-top: 1px solid #C9C9C9;
  margin-bottom: 80px;
}
@media all and (max-width: 991px) {
  .article-list-wrap .article-list {
    margin-bottom: 32px;
  }
}
.article-list-wrap .article-list li {
  position: relative;
  padding: 30px 0;
}
@media all and (max-width: 991px) {
  .article-list-wrap .article-list li {
    padding: 24px 0;
  }
}
.article-list-wrap .article-list li::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(to right, #c9c9c9 0, #c9c9c9 2px, transparent 2px, transparent 4px);
}
.article-list-wrap .article-list li:last-child::after {
  display: none;
}
.article-list-wrap .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media all and (max-width: 991px) {
  .article-list-wrap .card {
    gap: 15px;
  }
}
.article-list-wrap .card .img-wrap {
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 200px;
  height: auto;
  aspect-ratio: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  background: url("../images/common/default.webp") center/cover no-repeat;
}
@media all and (max-width: 991px) {
  .article-list-wrap .card .img-wrap {
    width: 151px;
  }
}
.article-list-wrap .card .img-wrap picture {
  display: block;
  width: 100%;
  height: 100%;
}
.article-list-wrap .card .img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.article-list-wrap .card .card-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.article-list-wrap .card .card-content .card-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.article-list-wrap .card .card-btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  margin: auto 13px auto 0;
  width: 30px;
  height: 30px;
  overflow: hidden;
}
.article-list-wrap .card .card-btn::before, .article-list-wrap .card .card-btn::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 30px;
  aspect-ratio: 1;
  -webkit-mask: url("../images/common/arrow.svg") center/contain no-repeat;
          mask: url("../images/common/arrow.svg") center/contain no-repeat;
  background-color: #343434;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.article-list-wrap .card .card-btn::after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.article-list-wrap .card .card-btn::before {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
@media all and (max-width: 991px) {
  .article-list-wrap .card .card-btn {
    display: none;
  }
}
.article-list-wrap .card .card-title {
  font-family: "Scheherazade New", "Noto Serif TC", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  height: 3em;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 第幾行要顯示點點點 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  height: unset;
  margin-bottom: 15px;
}
@media all and (max-width: 991px) {
  .article-list-wrap .card .card-title {
    margin-bottom: 5px;
  }
}
.article-list-wrap .card .card-text {
  height: 3.6em;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 第幾行要顯示點點點 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  height: unset;
  margin-bottom: 20px;
}
@media all and (max-width: 991px) {
  .article-list-wrap .card .card-text {
    font-size: 15px;
    line-height: 1.6;
    height: 3.2em;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 第幾行要顯示點點點 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    height: unset;
    margin-bottom: 15px;
  }
}
.article-list-wrap .card .card-info {
  color: #ABA07D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 0.5em;
  margin-top: auto;
}
@media all and (max-width: 991px) {
  .article-list-wrap .card .card-info {
    font-size: 15px;
  }
}
.article-list-wrap .card .card-info .card-category {
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1px;
  padding-right: 0.5em;
  border-right: 1px solid #ABA07D;
  margin-right: 0.5em;
}
@media all and (max-width: 991px) {
  .article-list-wrap .card .card-info .card-category {
    padding-right: 0.3em;
    margin-right: 0.3em;
  }
}
@media all and (max-width: 991px) {
  .article-list-wrap .card .card-info .card-date {
    line-height: 1.5;
  }
}
@media all and (min-width: 992px) {
  .article-list-wrap .card:hover .img-wrap img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .article-list-wrap .card:hover .card-title {
    text-decoration: underline;
  }
  .article-list-wrap .card:hover .card-btn::after {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .article-list-wrap .card:hover .card-btn::before {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}