@charset "UTF-8";
.follow_wrap .follow_list_wrap .follow_list .follow_item a {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.writer_warp .writer_list_wrap .writer_list .writer_item .writer_article .article_info, .writer_warp .writer_list_wrap .writer_list .writer_item .writer_info .writer_name > span, .KV_wrap .KV_news_desc, .KV_wrap .KV_news_title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.writer_warp .writer_list_wrap .writer_list .writer_item .writer_info .writer_info {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.KV_bg_wrap {
  background-image: url("../images/kv/shadow-top.png"), url("../images/kv/shadow-bottom.png"), url("../images/kv/bg_top.jpg"), url("../images/kv/bg_bottom.jpg");
  background-repeat: no-repeat, no-repeat, repeat-x, repeat;
  background-position: top center, bottom center, top center, bottom center;
  background-size: 1920px 450px, 1920px 450px, 1920px 250px, 1920px 500px;
}
@media screen and (min-width: 1280px) {
  .KV_bg_wrap {
    background-size: 1920px 450px, 1920px 450px, 100% 250px, 100% 500px;
  }
}
@media screen and (min-width: 1920px) {
  .KV_bg_wrap {
    background-position: top right, bottom left, top center, bottom center;
  }
}

.KV_wrap .KV_swiper {
  margin: 25px -16px 0;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .KV_wrap .KV_swiper {
    margin: 60px -16px 0;
  }
}
@media screen and (min-width: 1024px) {
  .KV_wrap .KV_swiper {
    margin: 30px -16px 0;
  }
}
@media screen and (min-width: 1280px) {
  .KV_wrap .KV_swiper {
    max-width: 1200px;
    margin: 52px 0 0;
  }
}
.KV_wrap .KV_item_info {
  display: flex;
  flex-direction: column;
  padding: 0 16px 0;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .KV_wrap .KV_item_info {
    display: flex;
    flex-direction: row;
  }
}
@media screen and (min-width: 1280px) {
  .KV_wrap .KV_item_info {
    padding: 0;
    display: flex;
    flex-direction: row;
  }
}
.KV_wrap .KV_img {
  box-sizing: border-box;
  padding: 10px;
  background: linear-gradient(0deg, #C1C1C1 0%, #E5E5E5 100%);
  box-shadow: 7px 7px 10px 0px rgba(0, 0, 0, 0.3);
  background: #D0D0D0;
}
@media screen and (min-width: 768px) {
  .KV_wrap .KV_img {
    width: 390px;
  }
}
@media screen and (min-width: 1024px) {
  .KV_wrap .KV_img {
    width: 490px;
  }
}
@media screen and (min-width: 1280px) {
  .KV_wrap .KV_img {
    width: 510px;
  }
}
.KV_wrap .KV_news_icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 8px;
}
@media screen and (min-width: 1024px) {
  .KV_wrap .KV_news_icon {
    margin: 30px 0 0;
  }
}
@media screen and (min-width: 1280px) {
  .KV_wrap .KV_news_icon {
    margin: 8px 0 8px;
  }
}
.KV_wrap .KV_news_icon .KV_news_img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .KV_wrap .KV_news_icon .KV_news_img {
    width: 48px;
    height: 48px;
  }
}
.KV_wrap .KV_news_icon .KV_news_name {
  color: #fff;
  font-weight: 500;
  font-size: 22px;
  font-size: 1.375rem;
  margin-left: 10px;
  padding-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .KV_wrap .KV_news_icon .KV_news_name {
    padding-bottom: 0;
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.KV_wrap .KV_info {
  line-height: 1.5em;
}
@media screen and (min-width: 768px) {
  .KV_wrap .KV_info {
    width: calc(100% - 390px);
    margin-left: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .KV_wrap .KV_info {
    width: calc(100% - 490px);
    margin-left: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .KV_wrap .KV_info {
    width: calc(100% - 510px);
  }
}
.KV_wrap .KV_news_title {
  color: #2E2E2E;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5em !important;
}
@media screen and (min-width: 768px) {
  .KV_wrap .KV_news_title {
    font-size: 24px;
    font-size: 1.5rem;
    margin-top: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .KV_wrap .KV_news_title {
    font-size: 20px;
    font-size: 1.25rem;
    margin-top: 35px;
  }
}
@media screen and (min-width: 1280px) {
  .KV_wrap .KV_news_title {
    font-size: 32px;
    font-size: 2rem;
    margin-top: 30px;
  }
}
.KV_wrap .KV_news_desc {
  font-size: 18px;
  font-size: 1.125rem;
  color: #2E2E2E;
  font-weight: 400;
  line-height: 1.5em !important;
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .KV_wrap .KV_news_desc {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1280px) {
  .KV_wrap .KV_news_desc {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.KV_wrap .KV_news_time {
  font-size: 16px;
  font-size: 1rem;
  color: #2E2E2E;
  line-height: 1.5em !important;
  text-align: right;
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  .KV_wrap .KV_news_time {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .KV_wrap .KV_news_time {
    font-size: 16px;
    font-size: 1rem;
  }
}
.KV_wrap .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.KV_wrap .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 24px !important;
}
.KV_wrap .swiper-pagination .swiper-pagination-bullet {
  background: #D0D0D0;
  width: 6px;
  height: 6px;
  margin: 0 5px;
  border-radius: 50%;
}
.KV_wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FAFAFA;
  width: 8px;
  height: 8px;
}

.follow_wrap .follow_list_wrap .follow_list .follow_item a {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.writer_warp .writer_list_wrap .writer_list .writer_item .writer_article .article_info, .writer_warp .writer_list_wrap .writer_list .writer_item .writer_info .writer_name > span, .KV_wrap .KV_news_title, .KV_wrap .KV_news_desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.writer_warp .writer_list_wrap .writer_list .writer_item .writer_info .writer_info {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.writer_warp {
  padding-bottom: 20px;
}
.writer_warp .writer_list_wrap {
  display: flex;
}
.writer_warp .writer_list_wrap .writer_list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px 0;
}
@media screen and (min-width: 768px) {
  .writer_warp .writer_list_wrap .writer_list {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1024px) {
  .writer_warp .writer_list_wrap .writer_list {
    margin-bottom: 0px;
  }
}
.writer_warp .writer_list_wrap .writer_list .writer_item {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  background: linear-gradient(0deg, #C1C1C1 0%, #E5E5E5 100%);
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.1490196078);
  color: #2E2E2E;
  padding: 40px;
  text-decoration: none;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .writer_warp .writer_list_wrap .writer_list .writer_item {
    width: calc((100% - 24px) / 2);
    margin-left: 24px;
  }
  .writer_warp .writer_list_wrap .writer_list .writer_item:nth-child(odd) {
    margin-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .writer_warp .writer_list_wrap .writer_list .writer_item {
    width: calc((100% - 48px) / 3);
    margin-top: 80px;
  }
  .writer_warp .writer_list_wrap .writer_list .writer_item:nth-child(odd) {
    margin-left: 24px;
  }
  .writer_warp .writer_list_wrap .writer_list .writer_item:nth-child(3n+1) {
    margin-left: 0px;
  }
}
.writer_warp .writer_list_wrap .writer_list .writer_item .writer_img {
  width: 168px;
  height: 168px;
  border-radius: 50%;
  margin: -120px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(0deg, #C1C1C1 0%, #E5E5E5 100%); /* 使用漸層作為邊框圖像 */
  position: relative;
}
.writer_warp .writer_list_wrap .writer_list .writer_item .writer_img img {
  width: 168px;
  height: 168px;
  border-radius: 160px;
  overflow: hidden;
  margin: auto;
  transition: 0.5s;
  transform: scale(0.9523809524);
  position: absolute;
  z-index: 9;
}
.writer_warp .writer_list_wrap .writer_list .writer_item .writer_img:hover img {
  transform: scale(1);
}
.writer_warp .writer_list_wrap .writer_list .writer_item .writer_info {
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.writer_warp .writer_list_wrap .writer_list .writer_item .writer_info .writer_name {
  font-size: 20px;
  font-size: 1.25rem;
  height: 3em;
  font-weight: 500;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #2E2E2E;
  text-decoration: none;
  transition: 0.3s;
}
@media screen and (min-width: 1024px) {
  .writer_warp .writer_list_wrap .writer_list .writer_item .writer_info .writer_name {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .writer_warp .writer_list_wrap .writer_list .writer_item .writer_info .writer_name:hover {
    color: #8F8F8F;
  }
}
.writer_warp .writer_list_wrap .writer_list .writer_item .writer_info .writer_name > span {
  text-align: center;
  line-height: 1.5em;
}
.writer_warp .writer_list_wrap .writer_list .writer_item .writer_info .writer_info {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 13px;
  height: 72px;
}
.writer_warp .writer_list_wrap .writer_list .writer_item .writer_line {
  border-top: 1px solid;
  border-image-source: linear-gradient(270deg, rgba(25, 25, 25, 0) 0%, #191919 50%, rgba(25, 25, 25, 0) 100%);
  border-image-slice: 1;
  margin-top: 40px;
}
.writer_warp .writer_list_wrap .writer_list .writer_item .writer_article {
  margin-top: 20px;
}
.writer_warp .writer_list_wrap .writer_list .writer_item .writer_article .article_title {
  font-size: 16px;
  font-size: 1rem;
}
.writer_warp .writer_list_wrap .writer_list .writer_item .writer_article .article_info {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #2E2E2E;
  text-decoration: none;
  margin-top: 4px;
  transition: 0.3s;
  height: 48px;
}
@media screen and (min-width: 1024px) {
  .writer_warp .writer_list_wrap .writer_list .writer_item .writer_article .article_info:hover {
    color: #8F8F8F;
  }
}
.writer_warp .writer_list_wrap .writer_list .writer_item .btn_box {
  margin-top: 40px;
}
.writer_warp .writer_list_wrap .writer_list .writer_item .btn_box .btn {
  font-size: 18px;
  font-size: 1.125rem;
  margin-left: 10px;
  width: calc((100% - 10px) / 2);
}
.writer_warp .writer_list_wrap .writer_list .writer_item .btn_box .btn:first-child {
  margin-left: 0;
}
@media screen and (min-width: 1024px) {
  .writer_warp .writer_list_wrap .writer_list .writer_item .btn_box .btn {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .writer_warp .writer_list_wrap .writer_list .writer_item .btn_box .btn {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1280px) {
  .writer_warp .writer_list_wrap .writer_list.list_row4 .writer_item {
    margin-left: 24px;
    padding: 40px 20px;
    width: calc((100% - 72px) / 4);
  }
  .writer_warp .writer_list_wrap .writer_list.list_row4 .writer_item:nth-child(4n+1) {
    margin-left: 0;
  }
}

.follow_wrap .follow_list_wrap {
  display: flex;
}
.follow_wrap .follow_list_wrap .follow_list {
  width: 100%;
  display: flex;
  flex-direction: column;
  counter-reset: item-counter; /* 初始化計數器，名稱為 item-counter */
  list-style-type: none; /* 去掉默認的列表符號 */
  padding-left: 0; /* 去掉左邊的縮排 */
  margin: 0;
}
@media screen and (min-width: 768px) {
  .follow_wrap .follow_list_wrap .follow_list {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.follow_wrap .follow_list_wrap .follow_list .follow_item {
  width: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.1490196078);
  background: linear-gradient(90deg, #F7F7F7 0%, #D0D0D0 32%, #F7F7F7 65%, #D0D0D0 100%);
  box-sizing: border-box;
  margin-top: 16px;
  position: relative;
  display: flex;
  align-items: center;
  counter-increment: item-counter; /* 每個列表項目增加計數器 */
}
.follow_wrap .follow_list_wrap .follow_list .follow_item:nth-child(1) {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .follow_wrap .follow_list_wrap .follow_list .follow_item {
    font-size: 22px;
    font-size: 1.375rem;
    width: calc((100% - 24px) / 2);
    margin-top: 24px;
  }
  .follow_wrap .follow_list_wrap .follow_list .follow_item:nth-child(2) {
    margin-top: 0;
  }
  .follow_wrap .follow_list_wrap .follow_list .follow_item:nth-child(even) {
    margin-left: 24px;
  }
}
.follow_wrap .follow_list_wrap .follow_list .follow_item a {
  width: 100%;
  color: #2E2E2E;
  text-decoration: none;
  padding: 10px 8px 10px 67px;
  box-sizing: border-box;
  position: relative;
}
.follow_item_newstitle {
    display: contents;
}
@media screen and (min-width: 768px) {
    .follow_wrap .follow_list_wrap .follow_list .follow_item a {
    height: 54px;
    padding: 15px 8px 15px 67px;
  }
}
.follow_wrap .follow_list_wrap .follow_list .follow_item a .list_num {
  position: absolute;
  left: 0;
  width: 50px;
  display: flex;
  justify-content: center;
}
.follow_wrap .follow_list_wrap .follow_list .follow_item a .list_num::after {
  content: "";
  display: block;
  width: 51px;
  height: 100%;
  border-right: 1px solid;
  border-image-source: linear-gradient(180deg, rgba(25, 25, 25, 0) 0%, #191919 50%, rgba(25, 25, 25, 0) 100%);
  border-image-slice: 1;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 1024px) {
  .follow_wrap .follow_list_wrap .follow_list .follow_item:hover a {
    color: #8F8F8F;
  }
}
@media screen and (min-width: 1024px) {
  .follow_wrap .follow_list_wrap .follow_list .follow_item:hover a .list_num {
    color: #2E2E2E;
  }
}/*# sourceMappingURL=index.css.map */