@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Noto+Sans+TC:wght@100..900&family=Quicksand:wght@300..700&display=swap");
.top-menu-ul {
  position: relative;
  z-index: 5;
  margin-bottom: 54px;
}
@media all and (max-width: 991px) {
  .top-menu-ul {
    margin-bottom: 47px;
  }
}
.top-menu-ul .item_menu_Box {
  position: relative;
  margin: 0 auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-x: scroll;
}
.top-menu-ul .item_menu_Box::-webkit-scrollbar {
  display: none;
}
.top-menu-ul ul.slides {
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.top-menu-ul li {
  position: relative;
  display: inline-block;
}
.top-menu-ul li.active a {
  position: relative;
  color: #649033;
}
.top-menu-ul li a {
  display: block;
  color: #4c4c4c;
  font-size: 18px;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.2em;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  border-left: 1px solid #CCCCCC;
  padding: 17px 35px;
}
@media all and (max-width: 991px) {
  .top-menu-ul li a {
    padding: 4px 15px;
  }
}
.top-menu-ul li a:hover {
  color: #649033;
  position: relative;
  -webkit-transform: all 0.5s;
          transform: all 0.5s;
}
.top-menu-ul li:nth-of-type(1) a {
  border: 0;
}

.open_flexslider .flex-direction-nav {
  display: block;
}
@media all and (max-width: 991px) {
  .open_flexslider .flex-direction-nav {
    display: none;
  }
}

.flex-direction-nav {
  display: none;
  position: absolute;
  z-index: -1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 100%;
}
@media all and (max-width: 768px) {
  .flex-direction-nav {
    width: 100%;
  }
}
.flex-direction-nav a {
  position: absolute;
  width: 40px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
}
.flex-direction-nav a.flex-prev {
  left: -3vw;
  top: 0px;
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
}
@media all and (min-width: 769px) and (max-width: 991px) {
  .flex-direction-nav a.flex-prev {
    left: 0px;
  }
}
@media all and (max-width: 768px) {
  .flex-direction-nav a.flex-prev {
    left: -2px;
    padding-right: 20px;
  }
}
@media all and (min-width: 769px) {
  .flex-direction-nav a.flex-prev:hover div::before {
    opacity: 1;
  }
}
.flex-direction-nav a.flex-prev div {
  position: relative;
  width: 45px;
  height: 45px;
}
@media all and (max-width: 991px) {
  .flex-direction-nav a.flex-prev div {
    width: 30px;
    height: 30px;
  }
}
.flex-direction-nav a.flex-prev div::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  margin-left: auto;
  width: 10px;
  height: auto;
  aspect-ratio: 1/2;
  -webkit-mask: url("../images/common/page_arrow_L.svg") center/contain no-repeat;
          mask: url("../images/common/page_arrow_L.svg") center/contain no-repeat;
  background-color: #649033;
}
.flex-direction-nav a.flex-prev.nopage {
  pointer-events: none;
  opacity: 0.2;
}
.flex-direction-nav a.flex-next {
  right: -3vw;
  top: 0px;
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
}
@media all and (min-width: 769px) and (max-width: 991px) {
  .flex-direction-nav a.flex-next {
    right: 0px;
  }
}
@media all and (max-width: 768px) {
  .flex-direction-nav a.flex-next {
    right: -2px;
    padding-left: 20px;
  }
}
@media all and (min-width: 769px) {
  .flex-direction-nav a.flex-next:hover div:after {
    opacity: 1;
  }
}
.flex-direction-nav a.flex-next div {
  position: relative;
  width: 12px;
  height: 20px;
}
@media all and (min-width: 769px) and (max-width: 991px) {
  .flex-direction-nav a.flex-next div {
    width: 10px;
    height: 17px;
  }
}
@media all and (max-width: 768px) {
  .flex-direction-nav a.flex-next div {
    width: 7px;
    height: 14px;
  }
}
.flex-direction-nav a.flex-next div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/common/page_arrow_R.svg") center/contain no-repeat;
}
.flex-direction-nav a.flex-next div::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/common/page_arrow_R.svg") center/contain no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.75s;
  transition: opacity 0.75s;
}
.flex-direction-nav a.flex-next.nopage {
  pointer-events: none;
  opacity: 0.2;
}

.page {
  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;
  clear: both;
  width: 100%;
  text-align: center;
  font-size: 20px;
  gap: 20px;
  margin: 100px auto 20px;
  font-weight: 500;
}
@media all and (max-width: 768px) {
  .page {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 50px auto 9px;
    gap: 10px;
  }
}
.page dt,
.page dd {
  vertical-align: baseline;
  display: inline-block;
  text-align: center;
}
.page dt a,
.page dd a {
  display: block;
  text-decoration: none;
}
.page dd {
  position: relative;
  cursor: pointer;
}
.page dd a {
  position: relative;
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #4c4c4c;
  font-size: 18px;
  font-weight: 700;
}
@media all and (max-width: 768px) {
  .page dd a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
@media all and (min-width: 992px) {
  .page dd a:hover {
    color: #649033;
  }
}
.page dd.active a {
  color: #fff;
  background-color: #649033;
  border-radius: 1000px;
}
.page dt.rtbn a,
.page dt.ltbn a {
  width: 45px;
  height: 45px;
  margin: 0 auto;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media all and (max-width: 768px) {
  .page dt.rtbn a,
  .page dt.ltbn a {
    width: 30px;
    height: 30px;
  }
}
.page dt.ltbn a {
  margin-right: 5px;
  position: relative;
  width: 45px;
  aspect-ratio: 1;
}
@media all and (max-width: 768px) {
  .page dt.ltbn a {
    width: 30px;
  }
}
.page dt.ltbn a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  margin-left: auto;
  width: 10px;
  aspect-ratio: 1/2;
  -webkit-mask: url("../images/common/page_arrow_L.svg") center/contain no-repeat;
          mask: url("../images/common/page_arrow_L.svg") center/contain no-repeat;
  background-color: #649033;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media all and (max-width: 768px) {
  .page dt.ltbn a::before {
    width: 6px;
  }
}
@media all and (min-width: 992px) {
  .page dt.ltbn a:hover {
    background-color: rgba(100, 144, 51, 0.2);
    border-radius: 1000px;
  }
}
.page dt.rtbn a {
  margin-left: 5px;
  position: relative;
  width: 45px;
  height: auto;
  aspect-ratio: 1;
}
@media all and (max-width: 768px) {
  .page dt.rtbn a {
    width: 30px;
  }
}
.page dt.rtbn a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  margin-right: auto;
  width: 10px;
  aspect-ratio: 1/2;
  -webkit-mask: url("../images/common/page_arrow_R.svg") center/contain no-repeat;
          mask: url("../images/common/page_arrow_R.svg") center/contain no-repeat;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  background-color: #649033;
}
@media all and (max-width: 768px) {
  .page dt.rtbn a::before {
    width: 6px;
  }
}
@media all and (min-width: 992px) {
  .page dt.rtbn a:hover {
    background-color: rgba(100, 144, 51, 0.2);
    border-radius: 1000px;
  }
}
.page .ltbn.nopage a,
.page .rtbn.nopage a {
  pointer-events: none;
}
.page .ltbn.nopage a::before,
.page .rtbn.nopage a::before {
  background-color: #CCCCCC;
}

body {
  background-color: #f7f1e1;
}

main {
  position: relative;
}
main .footer-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background: url("../images/index/pc_footer.svg") center/cover no-repeat;
  width: 100%;
  height: 120px;
  z-index: 1;
}
@media all and (max-width: 768px) {
  main .footer-wave {
    bottom: -1px;
    background: url("../images/index/mb_footer.svg") center/cover no-repeat;
    width: 100%;
    height: auto;
    aspect-ratio: 1/0.130208;
  }
}
main .people {
  position: absolute;
  bottom: 1vw;
  left: 2vw;
  background: url("../images/common/people.png") center/contain no-repeat;
  max-width: 126px;
  width: 6.5vw;
  aspect-ratio: 1/1.26984;
  z-index: 1;
}
@media all and (min-width: 769px) and (max-width: 991px) {
  main .people {
    max-width: 95px;
    width: 24.7vw;
    bottom: -2vw;
  }
}
@media all and (max-width: 768px) {
  main .people {
    max-width: 95px;
    width: 24.7vw;
    left: 2.6vw;
    bottom: -2vw;
  }
}

.news {
  position: relative;
}
.news .left-birds {
  position: absolute;
  top: 16.7vw;
  left: 3.9vw;
  background: url("../images/common/birds_1.png") center/contain no-repeat;
  max-width: 249px;
  width: 12.9vw;
  aspect-ratio: 1/0.59036;
}
@media all and (max-width: 991px) {
  .news .left-birds {
    display: none;
  }
}
.news .left-cloud {
  position: absolute;
  top: 58.7vw;
  left: 0;
  background: url("../images/common/cloud_3.png") center/contain no-repeat;
  max-width: 802px;
  width: 41.7vw;
  aspect-ratio: 1/0.40399;
}
@media all and (max-width: 991px) {
  .news .left-cloud {
    display: none;
  }
}
.news .right-cloud {
  position: absolute;
  top: 54vw;
  right: 0;
  background: url("../images/common/cloud_4.png") center/contain no-repeat;
  max-width: 186px;
  width: 9.6vw;
  aspect-ratio: 1/0.44086;
}
@media all and (max-width: 991px) {
  .news .right-cloud {
    display: none;
  }
}
.news .right-birds {
  position: absolute;
  top: 96vw;
  right: 0;
  background: url("../images/common/birds_2.png") center/contain no-repeat;
  max-width: 249px;
  width: 12.9vw;
  aspect-ratio: 1/0.590361;
}
@media all and (max-width: 991px) {
  .news .right-birds {
    display: none;
  }
}
.news .bg-txt {
  position: absolute;
  left: 4.16vw;
  bottom: 180px;
  font-family: "Caveat", sans-serif;
  font-size: 100px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  color: #95BEDE;
  opacity: 0.24;
  width: 100%;
}
@media all and (max-width: 1440px) {
  .news .bg-txt {
    font-size: 5.2083333333vw;
  }
}
@media all and (max-width: 991px) {
  .news .bg-txt {
    font-size: 50px;
    left: 5.2vw;
    bottom: 29.4vw;
  }
}

.news-container {
  position: relative;
  z-index: 1;
  padding-top: 72px;
  padding-bottom: 350px;
}
@media all and (max-width: 768px) {
  .news-container {
    padding-top: 50px;
    padding-bottom: 240px;
  }
}

.top-menu-ul {
  margin-bottom: 100px;
}

.journal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.journal .list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  padding: 50px 0;
  border-top: 1px solid #CCCCCC;
}
@media all and (max-width: 991px) {
  .journal .list-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 22.5px;
    padding: 40px 0 34px;
  }
}
@media all and (min-width: 992px) {
  .journal .list-link:hover .pic img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .journal .list-link:hover .category {
    opacity: 0.7;
  }
}
.journal .list:first-of-type .list-link {
  padding-top: 0;
  border-top: 0;
}
.journal .list:last-of-type .list-link {
  padding-bottom: 0;
}

.pic {
  width: 256px;
  height: 184px;
  background: url("../images/index/news_default_img_mb.png") center/cover no-repeat;
  border-radius: 16px;
  overflow: hidden;
}
@media all and (max-width: 991px) {
  .pic {
    max-width: 668px;
    width: 86.9vw;
    height: auto;
    aspect-ratio: 1/0.718562;
  }
}
.pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.content .top-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 32px;
}
@media all and (max-width: 991px) {
  .content .top-block {
    margin-bottom: 10px;
  }
}
.content .top-block .date {
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media all and (max-width: 991px) {
  .content .top-block .date {
    font-size: 15px;
  }
}
.content .top-block .category {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #95BEDE;
  padding: 8px 12px;
  border-radius: 100px;
}
@media all and (max-width: 991px) {
  .content .top-block .category {
    font-size: 14px;
    padding: 6px 12px;
  }
}
.content .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #649033;
  margin-bottom: 26px;
  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;
}
@media all and (max-width: 991px) {
  .content .title {
    margin-bottom: 0.1em;
  }
}
.content .content {
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  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;
}

.news-info .top-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 12px;
}
@media all and (max-width: 768px) {
  .news-info .top-block {
    margin-bottom: 10px;
  }
}
.news-info .top-block .date {
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media all and (max-width: 768px) {
  .news-info .top-block .date {
    font-size: 15px;
  }
}
.news-info .top-block .category {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #95BEDE;
  padding: 8px 12px;
  border-radius: 100px;
}
@media all and (max-width: 768px) {
  .news-info .top-block .category {
    font-size: 14px;
    padding: 6px 12px;
  }
}
.news-info .title {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #649033;
  padding-bottom: 14px;
  margin-bottom: 30px;
  border-bottom: 1px solid #CCCCCC;
}
@media all and (max-width: 768px) {
  .news-info .title {
    font-size: 25px;
    padding-bottom: 10px;
    margin-bottom: 25px;
  }
}

.back-btn {
  margin: 100px auto 0;
  padding: 20px 56px;
}
@media all and (max-width: 768px) {
  .back-btn {
    margin: 40px auto 10px;
    padding: 18px 35px;
  }
}