@charset "utf-8";
/* CSS Document index */ :root {
  --main-green: rgba(62, 106, 79, 1); /*主色系*/
  --bg-green: rgba(230, 241, 226, 1); /*背景淺綠*/
  --light-green: rgba(197, 224, 129, 1); /*亮綠*/
  --temp-red: transpancy; /*紅色*/
}
html {
  scroll-behavior: smooth;
}
Body {
  font-family: Roboto, sans-serif, -apple-system, BlinkMacSystemFont, "蘋果儷中黑", "Segoe UI", "Helvetica Neue", "Microsoft JhengHei", Times New Roman, serif;
  line-height: 150%;
  font-size: 1.25em;
  font-weight: 600;
  color: #707070;
  /*   scroll-snap-type: y mandatory; 啟用滾動捕捉 
  overflow-y: scroll;*/
}
main {
  position: relative;
  width: 100%;
  min-height: 80vh;
  overflow: hidden;
}
main:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding-bottom: 55%;
  background-position: top left;
  background-repeat: repeat;
  background-size: 50px 50px;
  background-image: url(../images/pattern.jpeg);
  mix-blend-mode: multiply;
  pointer-events: none;
}
.scroll-area {
  position: relative;
  scroll-snap-align: start;
}
a {
  position: relative;
  text-decoration: none !important;
  transition: all .8s ease;
  z-index: 2;
}
a:hover {
  text-decoration: none !important;
}
.container-1600 {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
.container-1500 {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
.container-1400 {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.container-1200 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
/*選單樣式調整*/
.navbar {
  --bs-navbar-padding-y: 0;
  background-color: transparent;
  box-shadow: 0 0 0 0 #FFF;
  transition: all .5s;
}
.navbar > div > h1 {
  line-height: 100%;
  margin: 10px 0 15px !important;
}
.nav-logo {
  width: 170px;
  height: 40px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 90%;
  background-image: url(../images/logo.svg);
  transition: all .5s;
  cursor: pointer;
}
.white-type .nav-logo {
  background-image: url(../images/logo-white.svg);
}
.white-type a.nav-link {
  color: #FFFFFF;
  text-shadow: 1px 1px 3px #00000020;
}
.eng-icon {
  width: 75px;
  height: 28px;
  margin-right: auto;
  margin-left: auto;
  background-image: url(../images/template/icon_lang-menu.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
.white-type .eng-icon {
  background-image: url(../images/template/icon_lang-menu-white.svg);
}
.white-type .eng-icon:hover {
  transform: scale(1.05);
}
.nav-logo:hover {
  transform: scale(1.1);
  /*
  background-image: url(../images/logo_over.svg);

  background-color: #00000080;
  border-radius: 5px;
*/
}
a.nav-link {
  color: #3E6A4F;
}
#eng-ver a:hover {
  background-color: transparent;
}
.nav-link {
  font-size: 16px;
  font-weight: 600;
  color: #3E6A4F;
  font-family: "Microsoft JhengHei", serif;
  margin: 12px;
  padding: 5px 20px !important;
  border-radius: 20px;
  transition: all .5s;
  text-align: center;
  line-height: 140%;
}
.nav-link span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  font-family: "Rokkitt", serif;
}
.nav-link:hover, .nav-link:focus {
  color: #FFF;
  background-color: #007489;
  border-radius: 5px;
}
#eng-ver {
  position: absolute;
  right: 20px;
  top: 10px;
}
#eng-ver img {
  opacity: .6;
  transition: all .5s;
}
.white-type #eng-ver img {
  opacity: .8;
}
#eng-ver img:hover {
  opacity: 1;
}
/*主選單文字靠右*/
.navbar-expand-lg .offcanvas .offcanvas-body {
  justify-content: center !important;
  margin-right: 12%;
}
/***主要控制選單高度*****************************************************/
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {}
/*加上第三層選單*/
.dropdown-submenu {
  margin-left: 12px;
  margin-top: 5px;
  position: static;
}
.nested-dropdown-menu li {
  position: relative;
}
/*.nested-dropdown-menu li.dropdown::after*/
.dropend .dropdown-toggle::after {
  position: absolute;
  right: 15px;
  top: 15px;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.4em solid transparent;
  border-bottom: 0.4em solid transparent;
  border-right: 0;
  border-left: 0.6em solid rgba(38, 133, 158, .57);
}
.flex-cc {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ll-hide {
  display: none;
}
.ss-hide {
  display: block;
}
/*首頁的header*/
.header-area {
  padding: 15px 0;
  position: relative;
  background-color: #b2dce3;
  padding-bottom: 50%;
  width: 100%;
}
.header-cloud {
  position: absolute;
  left: 0;
  top: 0;
  padding-bottom: 55%;
  width: 106vw;
  background-position: center 40%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/clouds.png);
  animation: cloud-move 15s ease-out infinite alternate-reverse;
}
.header-mountain {
  position: absolute;
  left: 0;
  top: 0;
  padding-bottom: 55%;
  width: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/main.png);
}
.header-area {
  padding: 15px 0;
  position: relative;
  background-color: #b2dce3;
  padding-bottom: 50%;
  width: 100%;
}
.header-bird {
  position: absolute;
  left: -5%;
  top: 0;
  mix-blend-mode: multiply;
  opacity: .4;
}
.header-bird video {
  width: 110%;
}
.header-title {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  color: var(--main-green);
}
.header-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 10%;
}
.header-block h1 {
  padding: 2rem 0;
}
.header-block h1 img {
  width: 325px;
}
.header-block.index h1 img {
  width: 780px;
}
.header-block h1 main {
  max-height: 80px;
}
.header-block h2 {
  font-size: 18px;
  line-height: 175%;
  font-weight: 600;
}
.header-block .title {
  font-size: 12px;
  line-height: 120%;
  font-weight: 500;
}
.header-block .title-vr {
  height: 135px;
  width: 0;
}
.header-block .scroll-icon {
  font-size: 12px;
  line-height: 120%;
  font-family: "Rokkitt", serif;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  padding: 10px;
}
/*關於我們的header*/
.header-area.about {
  padding: 15px 0;
  position: relative;
  background-color: #b2dce3;
  padding-bottom: 29%;
  width: 100%;
}
.header-about {
  position: absolute;
  left: 0;
  top: 0;
  padding-bottom: 35%;
  width: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/about/mainPhoto-about.png);
}
.header-stitle {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  color: var(--main-green);
}
.header-area.about .header-block {
  margin-top: 2.5%;
  margin-bottom: 2.5%;
}
.header-stitle .header-block h1 {
  padding: 0;
}
.eng-stitle {
  font-size: 20px;
  line-height: 120%;
  font-family: "Rokkitt", serif;
  font-weight: 500;
  padding: 10px;
  color: #FFFFFF;
  text-shadow: 1px 1px 3px #00000020;
  opacity: .95;
}
#twinkleCircles {
  position: absolute;
  width: 90%;
  top: 0;
  left: 5%;
  pointer-events: none;
}
.top-sub-title {
  font-weight: 600;
  font-size: 18px;
  padding: 5px;
}
.about-block01 {
  padding: 150px 0;
}
.about-block01 .photo {
  padding: 4rem;
}
.about-block01 .photo img {
  border-radius: 20px;
}
.about-block01 .content {
  padding: 4rem;
  display: flex;
  color: #000;
  align-items: center;
  line-height: 175%;
  font-size: 18px;
  font-weight: 500;
  text-align: justify;
}
.about-block01 .content.p1 {
  padding: 1rem 4rem;
}
.about-block02 {
  padding: 0 0 100px;
}
.about-block02-1 {
  align-items: unset;
}
.about-build-box {
  position: relative;
  border-radius: 20px;
  padding: 1.5rem 1rem 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 175%;
  margin: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}
.about-build-box .title-no {
  font-size: 36px;
  padding: 5px;
  text-align: center;
  font-family: "Rokkitt", serif;
}
.about-build-box p {
  font-size: 18px;
  text-align: center;
  font-weight: 600;
}
#about-build01 {
  color: var(--main-green);
  background-color: #C5E081;
}
#about-build01:after {
  position: absolute;
  top: calc(50% - 40px);
  right: -19px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 40px 20px;
  border-color: transparent transparent transparent #C5E081;
}
#about-build02 {
  color: #FFF;
  background-color: var(--main-green);
}
#about-build02:after {
  position: absolute;
  top: calc(50% - 40px);
  right: -19px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 40px 20px;
  border-color: transparent transparent transparent var(--main-green);
}
#about-build03 {
  color: #FFF;
  background-color: #8B8376;
}
#about-build03:after {
  position: absolute;
  top: calc(50% - 40px);
  right: -19px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 40px 20px;
  border-color: transparent transparent transparent #8B8376;
}
#about-build04 {
  color: #FFF;
  background-color: #76B2C2;
}
/*BI戰情*/
.ratio-bi {
  padding-bottom: 56%;
  border-radius: 25px;
  overflow: hidden;
}
.about-block03 .intro-group, .about-block03 .content {
  color: #E6F1E2;
}
.about-block03 .content {
  padding: 2rem;
  font-size: 90%;
  font-weight: 500;
  text-align: justify;
}
.about-block03 .content .content-stitle {
  font-size: 115%;
  font-weight: 600;
}
.about-photo-note.white {
  color: #FFF;
}
.use-goal-photo {
  position: relative;
  background-image: url(../images/about/bg-use-goal.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  padding-bottom: 100%;
  width: 100%;
  max-width: 525px;
  max-height: 525px;
  margin: 0 auto;
}
.goal-item {
  position: absolute;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  transition: all .8s;
  cursor: crosshair;
}
.goal-item:hover {
  transform: scale(1.05);
}
#gi-01 {
  background-image: url(../images/about/item_01-no.svg);
  border-radius: 50%;
  width: 32%;
  height: 32%;
  top: 16%;
  left: 7%;
}
#gi-02 {
  background-image: url(../images/about/item_02-no.svg);
  border-radius: 50%;
  width: 41%;
  height: 41%;
  top: 0%;
  left: 41%;
}
#gi-03 {
  background-image: url(../images/about/item_03-no.svg);
  border-radius: 50%;
  width: 36%;
  height: 36%;
  top: 50.5%;
  left: 12%;
}
#gi-04 {
  background-image: url(../images/about/item_04-no.svg);
  border-radius: 50%;
  width: 33%;
  height: 33%;
  top: 39.5%;
  left: 60%;
}
#gi-05 {
  background-image: url(../images/about/item_05-no.svg);
  border-radius: 50%;
  width: 30%;
  height: 30%;
  top: 71%;
  left: 46%;
}
#gi-01:hover {
  background-image: url(../images/about/item_01-words.svg);
}
#gi-02:hover {
  background-image: url(../images/about/item_02-words.svg);
}
#gi-03:hover {
  background-image: url(../images/about/item_03-words.svg);
}
#gi-04:hover {
  background-image: url(../images/about/item_04-words.svg);
}
#gi-05:hover {
  background-image: url(../images/about/item_05-words.svg);
}
.about-link-others img {
  transition: all .5s;
}
.about-link-others img:hover {
  transform: scale(1.05);
}
/*第二區塊:東南亞地圖區塊*/
.es-asian-area {
  position: relative;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../images/gap1.svg);
  margin-top: -125px;
  padding: 50px 0 100px;
}
.plan-area {
  position: relative;
  background-color: var(--main-green);
  width: 100%;
  padding: 100px 0 150px;
}
.plan-area:before {
  content: "";
  position: absolute;
  left: 0;
  top: -120px;
  width: 100%;
  height: 120px;
  background-size: 100%;
  background-image: url(../images/bg_plan-area-before.png);
  background-repeat: no-repeat;
  background-position: top center;
}
.intro-group {
  line-height: 160%;
  color: var(--main-green);
  font-size: 20px;
  font-weight: 400;
}
.intro-group h3 {
  font-size: 28px;
  font-family: "EB Garamond";
  line-height: 160%;
  margin-bottom: 1rem;
  font-weight: 500 !important;
}
.es-asia-block {
  position: relative;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../images/bg_taiwan-map.png);
  margin: -220px 0;
  padding-bottom: 50%;
}
.es-asia-block .tw {
  position: absolute;
  left: 46%;
  top: 42%;
  z-index: 3;
  width: 120px;
}
.es-asia-block .tw img {
  transition: all .5s;
  opacity: .6;
  animation: tw-jump 2s ease-in infinite;
}
.es-asia-block .tw img:hover {
  transform: scale(1.1);
  opacity: 1;
}
/***************************************************/
/*               首頁臺灣位置RWD專調                */
/**************************************************/
@media only screen and (max-width: 1680px) {}
@media only screen and (max-width: 1499.98px) {}
@media only screen and (max-width: 1399px) {
  .es-asia-block {
    padding-bottom: 60%;
  }
  .es-asia-block .tw {
    left: 45%;
    top: 37%;
  }
}
@media only screen and (max-width: 1199px) {
  .es-asia-block {
    padding-bottom: 60%;
  }
  .es-asia-block .tw {
    left: 45%;
    top: 36%;
    width: 90px;
  }
}
@media only screen and (max-width: 996px) {
  .es-asia-block {
    padding-bottom: 65%;
  }
  .es-asia-block .tw {
    left: 44%;
    top: 33%;
    width: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .plan-area:before {
    background-image: url(../images/bg_plan-area-before-md.png);
  }
  .es-asia-block {
    background-image: url(../images/bg_taiwan-map-md.png);
    margin: -141px 0;
    padding-bottom: 78%;
  }
  .es-asia-block .tw {
    left: 61%;
    top: 39%;
    width: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .es-asia-block {
    padding-bottom: 85%;
  }
  .es-asia-block .tw {
    left: 56%;
    top: 37%;
    width: 50px;
  }
  .es-asia-block .tw img {
    opacity: 1;
  }
}
.slick_en_rich-box {
  position: relative;
  z-index: 2;
}
.rich-bio-box {
  position: relative;
  z-index: 5;
  margin-top: 5rem;
  background-color: var(--bg-green);
  border-radius: 20px;
  padding: 3%;
  box-shadow: 1px 1px 8px 0 #00000015;
}
.intro-group.cc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  line-height: 175%;
}
.intro-group.cc h3 span {
  font-size: 29px;
  font-weight: 600 !important;
}
.rich-bio-box .photo img {
  border-radius: 20px;
}
/*輪播相關設定*/
.slick-dots { /*dot區塊上移至圖片內*/
  bottom: 20px;
}
.slick-dots li { /*dot上白色、制定尺寸*/
  border-radius: 50%;
  background-color: #FFF;
  width: 12px;
  height: 12px;
}
.slick-dots li.slick-active { /*播放中的dot上色*/
  background-color: #C5E081;
}
.slick-dotted.slick-slider { /*輪播下方不留空隙*/
  margin-bottom: 0;
}
.slick-dots li button:before, .slick-dots li.slick-active button:before { /*消除部分時候會有黑點*/
  color: transparent;
}
/*輪播相關設定-end*/
.central-mountain-list {
  margin-top: -30px;
}
.central-mountain-list .photo {
  margin-left: -15px;
  border-radius: 0 15px 15px 0;
}
.central-mountain-list .photo img {
  border-radius: 0 20px 20px 0;
}
.central-mountain-list .intro-group {
  max-width: 780px;
  padding-top: 15px;
}
/*輪播加上說明*/
.slick_en_rich-box > div, .slick_en_central-mountain > div {
  position: relative;
}
.photo-memo{
	position: absolute;
	bottom: 40px;
	right: 0;
	padding: 1px 1rem 1px 120px;
	background: linear-gradient(to left,rgba(0,0,0,.7),rgba(0,0,0,.5),rgba(0,0,0,0));
	text-align: end;
	font-size: 18px;
	letter-spacing: 0.125rem;
	color: #FFF;
	font-weight: 500;
}
.eagle-photo {
  position: relative;
  text-align: center;
  padding: 5%;
}
.eagle-photo img {
  max-width: 550px;
  margin-top: -20%;
  animation: eagle-move 8s ease-out 1;
}
/*第三區塊:About關於綠網*/
.about-area {
  position: relative;
  background-color: #E6F1E2;
  width: 100%;
  padding: 100px 0 150px;
}
.about-area:before {
  content: "";
  position: absolute;
  left: 0;
  top: -250px;
  width: 100%;
  height: 250px;
  background-size: 100%;
  background-image: url(../images/gap2.svg);
  background-repeat: no-repeat;
  background-position: top center;
}
.about-list .photo {
  padding: 25px 0;
}
.about-photo-note {
  margin-top: 2rem;
  width: fit-content;
  font-weight: 600;
  font-size: 16px;
  color: var(--main-green);
  margin-left: auto;
  margin-right: auto;
}
/*第四區塊:相關計畫Planning*/
.plan-block {
  background-image: url(../images/grid-pattern_010.png);
  background-repeat: repeat;
  background-position: top left;
  background-size: 50px 50px;
}
.plan-list .photo {
  padding: 0;
  background-image: url(../images/plan/bg_map-based.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
.photo-tw-zoom {
  animation: fade-zoom-tw 1.5s 1;
}
.plan-list .words > div {
  border-top: 1px solid #E6F1E250;
  padding: 20px 0 15px;
  font-weight: 400;
  font-size: 16px;
  color: var(--bg-green);
}
.plan-list .subitem {
  /*  text-indent: -2rem;
  padding-left: 1rem;*/
}
h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
}
.plan-list .stitle {
  font-size: 22px;
  line-height: 120%;
  font-weight: 600;
}
.plan-list .stitle span {
  font-size: 36px;
  font-family: "EB Garamond";
  line-height: 120%;
  font-weight: 500;
}
.plan-list .stitle span.no2 {
  font-size: 26px;
}
.plan-list .stitle span.no2-others {
  font-size: 20px;
  font-family: Roboto;
}
.plan-list .words > div img {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.plan-list .sub-intro {
  font-size: 15px;
  position: relative;
  z-index: 2;
  transition: all .5s;
  cursor: pointer;
}
.plan-list .sub-intro:hover {
  transform: scale(1.1);
}
.plan-list .sub-intro img {
  transition: all .5s;
}
.fade-in {
  animation: fade-in-tw 2s ease-out 1;
}
.plan-list .sub-intro img:hover {
  transform: scale(1.5) translateX(-2px);
}
.plan-list .sub-intro span {
  font-size: 16px !important;
  padding: 2px 8px;
  margin-left: 0.5rem;
  font-family: "EB Garamond";
  border: 1px solid #000;
  border-radius: 4px;
}
#plan01 {
  color: #A7C9AF;
  text-indent: -2rem;
  padding-left: 2rem;
}
#plan01 p {}
#plan01 span {
  border-color: #A7C9AF;
}
#plan02 {
  color: #BAD9DD;
}
#plan02 span {
  border-color: #BAD9DD;
}
#plan03 {
  color: #DDB3BD;
}
#plan03 span {
  border-color: #DDB3BD;
}
#plan04 {
  color: #9BBCFF;
}
#plan05 span {
  border-color: #D3B6E9;
}
#plan05 {
  color: #D3B6E9;
}
#plan04 span {
  border-color: #9BBCFF;
}
.plan-list .sub-intro p {
  color: var(--bg-green) !important;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 0.5rem;
  margin-left: 0.5rem;
}
.plan-area-bird {
  position: relative;
  background-color: var(--main-green);
  width: 100%;
  padding: 50px 0 150px;
}
.water-birds-block {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  height: 600px;
  background-size: 120%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/bg_eis.jpg);
  transition: all .5s;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  animation: water-birds-move 25s ease-out 1;
}
.water-birds-block h3 {
  font-size: 36px;
  font-family: "EB Garamond";
  line-height: 120%;
  margin-bottom: 1rem;
  color: var(--bg-green);
  text-shadow: 1px 1px 0 #00000050;
}
.water-birds-block .vr-line {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1px;
  height: 40%;
  border-left: 1px solid #FFF;
}
.other-program-block {
  position: relative;
  padding: 50px 0;
}
.other-program-list {
  margin-top: 3rem;
}
.other-program-list .photo {
  display: flex;
  align-items: center;
}
.other-program-list .photo img {
  border-radius: 20px;
}
.other-program-list div {
  color: var(--bg-green);
  padding: 3%;
}
.other-program-list div p {
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.other-program-list div p img {
  transition: all .4s;
}
.other-program-list div p img:hover {
  transform: scale(1.1);
}
.other-program-list div p span {
  font-size: 12px;
  color: #FFF;
  display: block;
  opacity: .5;
  padding-left: 1.25rem;
}
/*第五區塊:跨部門解決方案Solution*/
.solution-area {
  position: relative;
  background-color: var(--bg-green);
  width: 100%;
  padding: 100px 0 150px;
}
.solution-area:before {
  content: "";
  position: absolute;
  left: 0;
  top: -200px;
  width: 100%;
  height: 200px;
  background-size: 100%;
  background-image: url(../images/gap4.svg);
  background-repeat: no-repeat;
  background-position: top center;
}
.solution-list {
  margin-top: 3rem;
  padding: 0 7%;
}
.solution-list .photo img {
  border-radius: 20px;
}
.solution-list .words {
  color: var(--main-green);
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
  padding: 0 5%;
  display: flex;
  align-items: center;
}
.solution-list .logo {
  mix-blend-mode: multiply;
}
/*第七區塊:連結國際Connecting*/
.connecting-area {
  position: relative;
  background-color: #FFF;
  width: 100%;
  padding: 100px 0 150px;
}
.connecting-area:before {
  content: "";
  position: absolute;
  left: 0;
  top: -120px;
  width: 100%;
  height: 120px;
  background-size: 100%;
  background-image: url(../images/gap1.svg);
  background-repeat: no-repeat;
  background-position: top center;
}
.connecting-list .vr-line {
  width: 1px;
  border-left: 1px solid var(--main-green);
  height: 100px;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.connecting-list .words p {
  font-size: 16px;
  color: var(--main-green);
  line-height: 140%;
  font-weight: 400;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.connecting-list .timeline {
  padding: 25px 0;
}
.connecting-box-list {
  margin-top: 50px;
  padding: 0 7.5%;
}
/*第八區塊:十大浪人Ten*/
.wandering-area {
  position: relative;
  background-color: #FFF;
  width: 100%;
  padding: 50px 0 150px;
  background-image: url(../images/bg_share.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
}
.wandering-block {
  position: relative;
  background-color: #FFF;
  padding: 30px;
  border-radius: 30px;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}
.wandering-box {
  color: var(--main-green);
  margin: 20px 15px;
  cursor: pointer;
  transition: all .5s;
}
.wandering-box:hover {
  transform: scale(1.1);
}
.wandering-box .photo {
  padding-bottom: 65%;
  width: 100%;
  border-radius: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.wandering-box .title {
  font-family: "EB Garamond";
  font-size: 24px;
  font-weight: 500;
  margin-top: 15px;
}
.wandering-box .content {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
.wandering-share-list {
  margin-top: 6rem;
}
.wandering-share-list p {
  text-transform: uppercase;
}
/*Modal詳細資料視窗*/
#declare .content .intro {
  line-height: 175%;
  font-size: 18px;
  font-weight: 600;
}
#declare .content .intro h4 {
  font-weight: 600;
}
.wandering-modal .modal-lg {
  max-width: 940px;
}
.wandering-modal .modal-content {
  border-radius: 20px;
}
.wandering-modal .btn-close {
  background-image: none;
  position: absolute;
  right: -3px;
  top: -26px;
  opacity: 1;
  transition: all .4s;
  cursor: pointer;
}
.wandering-modal .btn-close:hover {
  transform: scale(1.2);
}
.wandering-modal-box {
  padding: 25px;
}
.wandering-modal-box > div {
  height: 360px;
}
.wandering-modal-box .photo {
  border-radius: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.wandering-modal-box .content {
  overflow-y: auto;
}
.wandering-modal-box .content .intro {
  height: 260px;
  color: var(--main-green) !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
}
.switch-icon-group {
  border-top: 1px solid var(--bg-green);
  padding-top: 10px;
  width: 100%;
  text-align: center;
}
.switch-icon-group img {
  margin: auto 10px;
}
.switch-icon-group > img {
  opacity: .5;
}
.switch-icon-group > img:hover {
  transform: scale(1);
}
.switch-icon-group a img {
  transition: all .5s;
  opacity: 1;
}
.switch-icon-group a img:hover {
  transform: scale(1.2);
}
.share-block {
  width: 30px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  justify-content: center;
}
.share-block a {
  padding: 5px 10px;
}
.share-block img {
  transition: all .5s;
}
.share-block img:hover {
  transform: scale(1.2);
}
/*右方浮動選單*/
.flot-menu-box {
  position: fixed;
  right: 12px;
  top: 45%;
  text-align: right;
  font-size: 13px;
  z-index: 50;
  padding-right: 8px;
  line-height: 300%;
  background-image: url(../images/template/line-float-menu-right.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 2px 73%;
}
.flot-menu-box ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  align-items: end;
}
.flot-menu-box ul, .flot-menu-box ul li {
  margin-bottom: 0;
}
.flot-menu-box ul li a {
  position: relative;
  color: var(--main-green);
  transition: all .5s;
  background-color: rgba(255, 255, 255, .8);
  margin: 5px;
  padding: 4px 8px;
  width: fit-content;
  border-radius: 8px;
  letter-spacing: 1px;
  border: 1px solid #FFF;
}
.flot-menu-box ul li a:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 13px;
  background-color: #FFF;
  border: 3px solid var(--main-green);
  top: calc(50% - 7px);
  right: -19px;
  transition: all .5s;
  opacity: 1;
}
.flot-menu-box ul li a.active:after, .flot-menu-box ul li a:hover:after {
  background-color: var(--main-green);
  opacity: 1;
}
.flot-menu-box ul li a:hover {
  background-color: var(--main-green);
  color: #FFF;
  opacity: 1;
}
.flot-menu-box ul li a.active {
  background-color: var(--bg-green);
  color: var(--main-green);
  opacity: 1;
}
/*漫遊綠網Story*/
.header-about.story {
  background-image: url(../images/story/mainPhoto-story.png);
}
/*魚游小動畫*/
.fish-ani {
  max-width: 225px;
  width: 13vw;
  position: absolute;
  bottom: 30%;
  left: 12%;
  transform-origin: bottom center;
  animation: fish-swim 7s infinite ease-in;
}
/*花朵搖曳小動畫*/
.flower-ani {
  position: absolute;
  bottom: -22%;
  right: 4%;
  transform-origin: bottom center;
  animation: flower-wave 6s infinite alternate ease-in-out;
}
.flower-ani img {
  max-width: 315px;
}
.story-block01 {
  padding: 150px 0 0;
}
.story-intro {
  color: #000;
  align-items: center;
  line-height: 175%;
  font-size: 18px;
  font-weight: 500;
  text-align: justify;
}
.story-taiwan-area {
  background-image: url(../images/story/bg_sorty-tw.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 50px 0 0;
}
.tw-area-menu {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 10%;
}
.tw-area-menu .title {
  color: var(--main-green);
  font-size: 32px;
  line-height: 175%;
  font-weight: 700;
  font-family: "EB Garamond";
  letter-spacing: 0.25rem;
}
.tw-area-menu .title span {
  margin-left: 1rem;
  font-size: 20px;
  font-weight: 500;
  font-family: "EB Garamond";
  letter-spacing: 0;
}
.tw-area-menu .intro {
  color: var(--main-green);
  font-size: 18px;
  line-height: 175%;
  font-weight: 500;
  margin-top: 2rem;
  min-height: 65px;
}
.explore-btn {
  color: #30474D;
  font-size: 18px;
  font-weight: 600;
  padding: 12px 25px;
  border-radius: 25px;
  background-color: #C4DA97;
  border: 1px solid #C4DA97;
  transition: all .5s;
}
.explore-btn:hover {
  color: var(--main-green);
  background-color: #FFF;
  border: 1px solid #30474D;
}
.explore-btn.disabled {
  color: #999;
  background-color: #EEE;
  border: 1px solid #CCC;
}
.tw-area-menu .switch {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tw-area-menu .switch .switch-icon-group {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
/*漫遊綠網-內頁*/
.story-zoomin-area {
  position: relative;
  background-color: #E6F1E2;
  width: 100%;
  background-image: url(../images/story/bg_grid.png);
  background-position: right top;
  background-size: auto;
}
.story-show-block {
  position: relative;
}
/*台灣分區地圖實際大小*/
.tw-part-real-size {
  position: relative;
}
.story-small-map {
  position: absolute;
  width: 100px;
  height: 100px;
  left: 4rem;
  bottom: 2rem;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 1px 1px 5px 0 #00000040;
}
.back-story a {
  width: fit-content;
  position: absolute;
  left: 0;
  top: 1.25rem;
  display: flex;
  align-items: center;
  transition: all .5s;
  flex-wrap: nowrap;
}
.back-story a:hover {
  transform: scale(1.05) translateX(-10px);
}
.back-story .photo {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #FFF;
  color: var(--main-green);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 175%;
}
.back-story .title {
  padding-left: 1rem;
  color: var(--main-green);
  font-size: 90%;
}
.story-map-block {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-items: flex-start;
  padding-right: 0.25rem;
}
.tw-area-menu.story-content {
  padding: 2rem 2.5rem 15px;
  display: flex;
  flex-direction: column;
  justify-content: start;
}
.tw-area-menu.story-content .item-box {
  margin: 0.5rem 0;
  border-radius: 20px;
  padding: 1rem 1.25rem 0.5rem;
  font-size: 80%;
}
.tw-area-menu.story-content .stitle {
  font-size: 125%;
  margin-bottom: 0.25rem;
}
.tw-area-menu.story-content .keypoint {
  color: var(--main-green);
  background-color: var(--light-green);
}
.tw-area-menu.story-content .animal {
  color: #FFF;
  background-color: var(--main-green);
}
.tw-area-menu.story-content .plant {
  color: #FFF;
  background-color: #8B8376;
}
.block-menu {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 2rem;
}
.btn-area-menu {
  display: block;
  text-align: center;
  margin: 0.5rem;
  max-width: 100px;
  width: 90%;
  font-size: 80%;
  font-weight: 600;
  border-radius: 10px;
  padding: 0.5rem;
  color: var(--main-green);
  border: 0;
  background-color: #FFF;
  box-shadow: 1px 1px 8px 0 #00000015;
  transition: all .3s;
}
.btn-area-menu:hover, .btn-area-menu.active {
  color: var(--main-green);
  background-color: var(--light-green);
}
/*離島子選單*/
.island-margin-top {
  margin-top: 7.5%;
}
.island-menu-block {
  background-color: #FFF;
  border-radius: 15px;
  padding: 5px;
  margin: 0.5rem 0;
  display: flex;
  width: fit-content;
  min-width: 65%;
  justify-content: space-between;
}
.island-menu-btn {
  display: block;
  color: #8B8376;
  border-radius: 10px;
  padding: 5px 15px;
  margin: 5px 6px;
  text-align: center;
  transition: all .4s;
  font-size: 18px;
}
.island-menu-btn.active, .island-menu-btn:hover {
  color: #FFF;
  background-color: #8B8376;
}
.island-container {
  position: relative;
}
.island-block {
  display: none;
  opacity: 0;
  transition: all 0.5s;
}
.island-block.active {
  display: flex;
  opacity: 1;
  animation: fade-in 1s;
}
/*定位點*/
.tw-area-border {
  position: absolute;
}
.story-point {
  position: absolute;
  width: 45px;
  height: 45px;
  border: none;
  background-image: url(../images/story/photo_book-close.svg);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all .5s;
  cursor: pointer;
  z-index: 2;
}
.story-point.active, .story-point:hover {
  background-image: url(../images/story/photo_book-open.svg);
  z-index: 3;
}
.story-point .title {
  position: absolute;
  padding: 0 15px;
  font-size: 16px;
  color: var(--main-green);
  background-color: #FFF;
  border-radius: 10px;
  top: -30px;
  left: 50%; /* 將左邊位置設置到父元素寬度的一半 */
  transform: translate(-50%, -50%); /* 使用 transform 將元素的中心點對齊 */
  width: fit-content;
  white-space: nowrap;
  opacity: 0;
  transition: all 0.5s;
  box-shadow: 0 3px 5px 0 #00000020;
}
.story-point:hover .title {
  opacity: 1;
}
.story-point .title:after {
  content: "";
  position: absolute;
  top: 100%; /* 將三角形放置在 .title 的正下方 */
  left: 50%; /* 將三角形的中心對齊 */
  transform: translateX(-50%); /* 使三角形居中 */
  width: 0;
  height: 0;
  border-left: 8px solid transparent; /* 左邊為透明 */
  border-right: 8px solid transparent; /* 右邊為透明 */
  border-top: 8px solid #FFF; /* 上邊為三角形的顏色 */
}
.story-point .title span:after {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(../images/story/icon_after-more.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
/*側拉offscan*/
.offcanvas.story {
  --bs-offcanvas-width: 100%;
  max-width: 800px;
  --bs-offcanvas-padding-x: 0;
  --bs-offcanvas-padding-y: 0;
}
.offcanvas-body {
  position: relative;
}
.btn-offcanvas-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: #FFF;
  font-size: 2rem;
  background-color: var(--main-green);
  border-radius: 50%;
  top: 20px;
  right: 20px;
  z-index: 3;
  border: 0;
  transition: all .5s;
}
.offcanvas-photo-block {
  position: relative;
}
.offcanvas-photo-block .photo {
  padding-bottom: 55%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover
}
.offcanvas-content p {
  text-align: justify;
}
.btn_prev, .btn_next {
  position: absolute;
  top: calc(50% - 22px);
  transition: all .5s;
  border-radius: 50%;
  box-shadow: 0 0 8px 0 #00000030;
}
.btn_prev {
  left: 20px;
}
.btn_next {
  right: 20px;
}
.btn-offcanvas-close:hover, .btn_prev:hover, .btn_next:hover {
  transform: scale(1.1);
}
.offcanvas-content {
  padding: 5%;
  color: #000;
  font-size: 18px;
  line-height: 175%;
  font-weight: 400;
}
.offcanvas-content img {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
}
.offcanvas-content-title {
  font-size: 30px;
  font-weight: 600;
  color: var(--main-green);
  margin-bottom: 15px;
  border-bottom: 1px dashed #00000020;
}
.offcanvas-content-title span {
  padding: 2px 8px;
  border-radius: 10px;
  font-size: 14px;
  color: var(--main-green);
  margin-left: 1rem;
  margin-bottom: 15px;
  background-color: var(--bg-green);
}
.offcanvas-content-title .unit {
  text-align: right;
  right: 1.5rem;
  font-size: 12px;
  color: #777;
  line-height: 125%;
  padding-bottom: 7px;
  padding-top: 5px;
}
/*接軌國際global*/
.header-about.global {
  background-image: url(../images/global/mainPhoto-global.png);
}
/*搖曳小動畫*/
.reed-ani {
  position: absolute;
  bottom: 7%;
  left: 5%;
  transform-origin: bottom center;
  animation: reed-wave 5s infinite alternate ease-in-out;
}
.reed-ani img {
  max-width: 275px;
}
.global-main-content {
  padding: 2rem 15%;
  font-weight: 600;
  color: var(--main-green);
  font-size: 20px;
  line-height: 175%;
  text-align: justify;
}
.photo-flow {
  padding: 5rem 12.5%;
}
.photo-flow img {
  margin-left: auto;
  margin-right: auto;
}
.about-area.global2 {
  padding: 20px 0 150px;
}
.global-block02 {
  padding: 0 2rem;
}
.global-sub-intro {
  width: 100%;
  line-height: 160%;
  max-width: 770px;
  font-size: 18px;
  font-weight: 600;
  color: #555;
  padding: 5px;
}
.connecting-box {
  position: relative;
  font-size: 18px;
  line-height: 175%;
  font-weight: 600;
  display: flex;
  align-items: start;
  padding: 3rem;
  margin: 15px;
  background-color: #EEE;
  border-radius: 30px;
  height: 100%;
  min-height: 325px;
  overflow: hidden;
  cursor: crosshair;
  z-index: 2;
}
.connecting-box:after {
  opacity: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all .5s;
}
.connecting-box:hover:after {
  opacity: 1;
}
#connecting01 {
  color: #FFF;
  background-color: var(--main-green);
}
#connecting01.connecting-box:after {
  background-image: url(../images/tparir=02.jpg);
}
#connecting02 {
  color: var(--main-green);
  background-color: var(--light-green);
}
#connecting02.connecting-box:after {
  background-image: url(../images/tparir=01-2.png);
}
#connecting03 {
  color: #FFF;
  background-color: #8B8376;
}
#connecting03.connecting-box:after {
  background-image: url(../images/tparir=03.jpg);
}
.connecting-line-note {
  font-size: 18px;
  font-weight: 600;
  margin-top: 1.75rem;
  padding-left: 2rem;
  color: var(--main-green);
}
.connecting-line-note i {
  margin-left: 0.5rem;
}
.connecting-line-group {
  margin-top: 0;
  margin-bottom: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.connecting-line-group .hr-line {
  height: 1px;
  border-top: 1px solid var(--main-green);
  width: 50px;
}
.connecting-line-group .logo {
  flex: 0 0 auto;
  text-align: center;
  padding: 15px;
}
.connecting-line-group .logo img {
  margin: 0;
}
.connecting-line-group .logo a img {
  transition: all .5s;
}
.connecting-line-group .logo a img:hover {
  transform: scale(1.1);
}
/*接軌國際-各行動目標*/
.global-sub-intro.green {
  max-width: unset;
  font-size: 18px;
  font-weight: 500;
  color: var(--main-green);
  padding: 5px;
}
.connecting-program-list {
  margin-top: 100px;
  padding: 0 7.5%;
}
.program-box {
  margin: 10px;
}
.program-box .line {
  width: 100%;
  height: 5px;
  border-radius: 10px;
  background-color: #EEE;
}
.program-box .content-line {
  display: flex;
  margin: 20px 0;
  cursor: pointer;
  transition: all .5s;
}
.program-box .content-line:hover {
  transform: scale(1.1) translateX(10px);
}
.program-box .content-line.disable {
  display: flex;
  margin: 20px 0;
  cursor: crosshair;
}
.program-box .content-line.disable:hover {
  transform: none;
}
.program-box .content-line .icon {
  padding: 15px 15px 15px 5px;
}
.program-box .content-line .intro {
  font-size: 16px;
  color: var(--main-green);
  line-height: 140%;
  font-weight: 400;
}
.program-box .content-line .intro.gray {
  color: #ACACAC;
}
.program-box .content-line .intro span {
  font-size: 15px;
  font-family: "EB Garamond";
  text-transform: capitalize;
  font-weight: 500;
}
#program01.program-box .line {
  background-color: #5ECB9D;
}
#target01 .modal-body {
  border-top: 5px solid #5ECB9D;
}
#program02.program-box .line {
  background-color: #77A702;
}
#target02 .modal-body {
  border-top: 5px solid #77A702;
}
#program03.program-box .line {
  background-color: #A1CA53;
}
#target03 .modal-body {
  border-top: 5px solid #A1CA53;
}
#program04.program-box .line {
  background-color: #BFB95C;
}
#target04 .modal-body {
  border-top: 5px solid #BFB95C;
}
#program05.program-box .line {
  background-color: #ACACAC;
}
#target05 .modal-body {
  border-top: 5px solid #ACACAC;
}
#program06.program-box .line {
  background-color: #F99D01;
}
#target06 .modal-body {
  border-top: 5px solid #F99D01;
}
#program07.program-box .line {
  background-color: #FBB728;
}
#target07 .modal-body {
  border-top: 5px solid #FBB728;
}
#program08.program-box .line {
  background-color: #2E702F;
}
#target08 .modal-body {
  border-top: 5px solid #2E702F;
}
#program09.program-box .line {
  background-color: #068E82;
}
#target09 .modal-body {
  border-top: 5px solid #068E82;
}
#program10.program-box .line {
  background-color: #02AD90;
}
#target10 .modal-body {
  border-top: 5px solid #02AD90;
}
#program11.program-box .line {
  background-color: #06B6CB;
}
#target11 .modal-body {
  border-top: 5px solid #06B6CB;
}
#program12.program-box .line {
  background-color: #0584A9;
}
#target12 .modal-body {
  border-top: 5px solid #0584A9;
}
#program13.program-box .line {
  background-color: #ACACAC;
}
#target13 .modal-body {
  border-top: 5px solid #ACACAC;
}
#program14.program-box .line {
  background-color: #EF9260;
}
#target14 .modal-body {
  border-top: 5px solid #EF9260;
}
#program15.program-box .line {
  background-color: #BD5903;
}
#target15 .modal-body {
  border-top: 5px solid #BD5903;
}
#program16.program-box .line {
  background-color: #EF6632;
}
#target16 .modal-body {
  border-top: 5px solid #EF6632;
}
#program17.program-box .line {
  background-color: #ACACAC;
}
#target17 .modal-body {
  border-top: 5px solid #ACACAC;
}
#program18.program-box .line {
  background-color: #8D310B;
}
#target18 .modal-body {
  border-top: 5px solid #8D310B;
}
#program19.program-box .line {
  background-color: #ACACAC;
}
#target19 .modal-body {
  border-top: 5px solid #ACACAC;
}
#program20.program-box .line {
  background-color: #ACACAC;
}
#target20 .modal-body {
  border-top: 5px solid #ACACAC;
}
#program21.program-box .line {
  background-color: #A9716C;
}
#target21 .modal-body {
  border-top: 5px solid #A9716C;
}
#program22.program-box .line {
  background-color: #EC7C6E;
}
#target22 .modal-body {
  border-top: 5px solid #EC7C6E;
}
#program23.program-box .line {
  background-color: #F04815;
}
#target23 .modal-body {
  border-top: 5px solid #F04815;
}
/*視窗內容*/
.wandering-modal .btn-close.target {
  right: 30px;
  top: 15px;
}
.target-stitle, .target-title {
  text-align: center;
  color: var(--main-green);
}
.target-stitle {
  margin-top: 2rem;
  font-size: 14px;
  font-family: "EB Garamond";
  opacity: .7;
}
.target-title {
  font-size: 28px;
  font-weight: 600;
}
.wandering-modal.target .modal-content {
  overflow: hidden;
}
.wandering-modal-box > div.target {
  height: 225px;
  font-size: 16px;
  line-height: 175%;
  font-weight: 500;
  color: #000;
}
/*綠網匯覽news*/
.header-about.news {
  background-image: url(../images/news/mainPhoto-news.png);
}
.boat-ani {
  position: absolute;
  right: 25%;
  top: 67%;
  background-image: url(../images/news/photo-title-boat.svg);
  background-repeat: no-repeat;
  background-position: 0 17px;
  overflow: hidden;
  background-size: 100%;
  width: 90px;
  height: 50px;
  animation: boat-move 8s ease-out infinite alternate-reverse;
}
.news-block01 {
  padding: 120px 0;
}
.news-block01 .content {
  padding: 0.5rem;
  display: flex;
}
.news-list-block {
  width: 100%;
  border-radius: 20px;
  padding: 2rem;
  background-color: #FFF;
  z-index: 5;
}
.news-list-box {
  width: 100%;
  border-radius: 20px;
  padding: 15px;
  background-color: #FFF;
  height: 320px;
  overflow-y: auto;
}
#style-1::-webkit-scrollbar {
  width: 12px;
  cursor: pointer;
}
#style-1::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: #EEEEEE;
  border: 0;
}
#style-1::-webkit-scrollbar-thumb {
  background-color: var(--light-green);
  border: 0;
  border-radius: 10px;
}
.news-lsit-tr {
  display: flex;
  padding: 1rem;
  align-items: center;
  font-size: 100%;
  line-height: 150%;
  color: var(--main-green);
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.news-lsit-tr .title {
  flex: 1 1 80%;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2; /*設定資料顯示行數*/
}
.news-lsit-tr .title a {
  color: var(--main-green);
}
.news-lsit-tr .title a:hover {
  color: var(--light-green);
}
.news-lsit-tr .date {
  flex: 1 1 20%;
  font-family: "EB Garamond";
  padding: 0 15px;
  text-align: center;
}
.news-info-box {
  margin: 15px;
  padding: 10px;
  color: var(--main-green);
  background-color: transparent;
  border-radius: 15px;
  cursor: pointer;
  transition: all .6s;
}
.news-info-box:hover {
  background-color: #FFF;
  transform: scale(1.025);
  box-shadow: 3px 3px 8px 0 #00000010;
}
.news-block03 .news-info-box:hover {
  background-color: var(--bg-green);
}
.news-info-box .photo {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-bottom: 65%;
  border-radius: 10px;
}
tag {
  position: absolute;
  top: 15px;
  left: 15px;
}
tag span {
  color: var(--main-green);
  padding: 5px 10px;
  margin-right: 0.75rem;
  border-radius: 5px;
  background-color: var(--light-green);
  font-size: 14px;
  font-weight: 600;
}
.news-info-box .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  text-align: justify;
  margin: 15px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2; /*設定資料顯示行數*/
}
.news-info-box .content {
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2; /*設定資料顯示行數*/
}
.news-info-box .date {
  font-size: 16px;
  font-family: "EB Garamond";
  line-height: 140%;
  margin-bottom: 10px;
}
.no-news-box {
  border-radius: 20px;
  border: 2px dashed var(--light-green);
  background-color: var(--bg-green);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: 20px;
  font-weight: 600;
  line-height: 175%;
  margin: 50px auto 25px;
  max-width: 850px;
  width: 95%;
  min-height: 250px;
  padding: 1.5rem 20px 1rem;
  color: var(--main-green);
}
.no-news-box.white {
  background-color: #FFF;
}
.es-asian-area.news-block3 {
  padding: 150px 0;
}
.about-more-btn {
  background-color: #C4DA97;
  color: #30474D;
  font-weight: 600;
  font-size: 18px;
  padding: 12px 20px;
  border-radius: 20px;
  text-align: center;
  letter-spacing: 0.125rem;
  padding-left: calc(20px + 0.125rem);
  transition: all .5s;
}
.about-more-btn:hover {
  background-color: var(--main-green);
  color: #C4DA97;
}
/*頁尾Footer區塊****************************/
footer {
  position: relative;
  z-index: 4;
  font-size: 12px;
  color: var(--main-green);
  background-color: #FFF;
  font-weight: 400;
  padding: 15px
}
footer .copyright {
  font-weight: 500;
}
footer .copyright a {
  font-size: 14px;
  font-weight: 600;
  color: var(--main-green);
  margin-right: 0.25rem;
}
footer .copyright a:hover {
  color: var(--bs-link-color);
}
footer .contact {
  text-align: right;
}
footer .contact a {
  color: var(--main-green);
  text-decoration: underline !important;
}
footer .contact a:hover {
  text-decoration: none !important;
}
footer .contact img {
  margin-right: 0.5rem;
}
/***************************************************/
/*               台灣特殊物種名稱顯示                */
/***************************************************/
/*一般設定*/
.name-tip {
  background-color: #e8f2e4;
  color: var(--main-green);
  font-weight: 400;
  font-size: 60%;
  white-space: nowrap;
  width: fit-content;
  padding: 0 12px;
  border-radius: 10px;
  font-style: italic;
  letter-spacing: 0;
  transform-origin: 0 0;
  transform: rotate(90deg);
  position: absolute;
  transition: all .5s;
  z-index: 5;
  opacity: .01;
}
.name-tip i {
  font-size: 120%;
  color: #3e6b4f;
  margin-right: 0.25rem;
}
.eagle-photo, .water-birds-block {
  position: relative;
  cursor: crosshair;
}
/*首頁物種一:烏心石*/
.scroll-area-left-photo {
  position: absolute;
  cursor: crosshair;
  width: 160px;
  left: -80px;
  top: 40px;
}
#name-tip04-flower {
  position: absolute;
  left: 0;
  top: 20px;
  transform-origin: 0 0;
}
.scroll-area-left-photo:hover #name-tip04-flower {
  opacity: 1;
}
/*首頁物種二:大冠鷲*/
#name-tip01-eagle {
  position: absolute;
  right: 5%;
  top: 60%;
  transform-origin: 100% 100%;
}
.eagle-photo:hover #name-tip01-eagle {
  opacity: 1;
}
/*首頁物種三:蘭嶼胡桐*/
.about-area-bottom-photo {
  position: absolute;
  cursor: crosshair;
  width: 350px;
  left: 0;
  bottom: 0;
}
#name-tip02-flower {
  position: absolute;
  left: 50px;
  top: -75px;
  transform-origin: 0 0;
}
.about-area-bottom-photo:hover #name-tip02-flower {
  opacity: 1;
}
/*物種三:黑面琵鷺*/
#name-tip03-water-bird {
  right: 5%;
  bottom: 5%;
}
.water-birds-block:hover #name-tip03-water-bird {
  opacity: 1;
}
/*關於我們物種三:太魯閣櫟*/
.solution-area-right-photo {
  width: 250px;
  position: absolute;
  right: 0;
  top: 12.5%;
  cursor: crosshair;
}
#name-tip05-leaf {
  position: absolute;
  right: 20%;
  bottom: -40%;
  transform-origin: 100% 100%;
}
.solution-area-right-photo:hover #name-tip05-leaf {
  opacity: 1;
}
/*關於我們物種二:鎧蘭*/
.connecting-area-left-photo {
  position: absolute;
  cursor: crosshair;
  width: 275px;
  left: 0;
  top: 20%;
}
#name-tip06-red-flower {
  position: absolute;
  left: 15%;
  bottom: -10%;
  background-color: #FFF;
  transform-origin: 0 0;
}
.connecting-area-left-photo:hover #name-tip06-red-flower {
  opacity: 1;
}
/*關於我們物種一:環頸雉*/
.wandering-rightup-photo {
  position: absolute;
  width: 320px;
  right: 0;
  top: -200px;
  cursor: crosshair;
}
#name-tip07-chicken {
  position: absolute;
  right: -20%;
  bottom: -10%;
  background-color: #FFF;
  transform-origin: 50% 50%;
}
.wandering-rightup-photo:hover #name-tip07-chicken {
  opacity: 1;
}
/*綠網匯覽物種一：小燕鷗*/
.news-news-left-photo {
  position: absolute;
  cursor: crosshair;
  width: 275px;
  left: -60px;
  top: -7.5%;
}
#name-news-tip01-bird {
  position: absolute;
  left: 125px;
  bottom: -20%;
  background-color: #FFF;
  transform-origin: 0 0;
}
.news-news-left-photo:hover #name-news-tip01-bird {
  opacity: 1;
}
/*綠網匯覽物種二：臺灣招潮蟹*/
.news-resonant-right-photo {
  position: absolute;
  cursor: crosshair;
  width: 275px;
  right: 25px;
  bottom: 0;
}
#name-news-tip02-crab {
  position: absolute;
  right: 15px;
  top: 17.5%;
  background-color: #FFF;
  transform-origin: 100% 0;
}
.news-resonant-right-photo:hover #name-news-tip02-crab {
  opacity: 1;
}
/* 接軌國際物種一：彩鷸*/
.global-solution-left-photo {
  position: absolute;
  cursor: crosshair;
  width: 325px;
  left: -35px;
  top: 25%;
}
#name-global-tip01-bird {
  position: absolute;
  left: 95px;
  top: -56%;
  color: var(--main-green);
  background-color: var(--bg-green);
  transform-origin: 0 0;
}
.global-solution-left-photo:hover #name-global-tip01-bird {
  opacity: 1;
}
/*接軌國際物種二：漏盧*/
.global-case-right-photo {
  position: absolute;
  cursor: crosshair;
  width: 500px;
  right: -135px;
  top: -25%;
}
#name-global-tip02-reed {
  position: absolute;
  right: 160px;
  bottom: -15%;
  background-color: #FFF;
  transform-origin: 100% 0;
}
.global-case-right-photo:hover #name-global-tip02-reed {
  opacity: 1;
}
/*台灣特殊物種名稱顯示 RWD**************************************************/
@media only screen and (max-width: 1600px) {
  /*物種二:蘭嶼胡桐*/
  .about-area-bottom-photo {
    max-width: 320px;
    width: 30vw;
  }
  /*首頁物種一:烏心石*/
  .plan-area-bird {
    padding: 50px 0 250px;
  }
  .scroll-area-left-photo {
    width: 142px;
    left: 50px;
    top: -15px;
  }
  .scroll-area-left-photo img {
    transform: rotate(21deg);
  }
  #name-tip04-flower {
    position: absolute;
    bottom: unset;
    top: -15%;
  }
  /*關於我們物種二：*/
  .connecting-area-left-photo {
    width: 275px;
    left: 0;
    top: 4%;
  }
}
@media only screen and (max-width: 1399.98px) {
  /*首頁物種一:烏心石*/
  .scroll-area-left-photo {}
  #name-tip04-flower {}
  /*關於我們物種三:太魯閣櫟*/
  .solution-area-right-photo {
    width: 225px;
  }
  /* 接軌國際物種一：彩鷸*/
  .global-solution-left-photo {
    width: 300px;
    left: -35px;
    top: 47%;
  }
}
@media only screen and (max-width: 1199px) {
  /*首頁物種一:烏心石*/
  #name-tip04-flower {
    z-index: 6;
  }
  /*關於我們物種一:環頸雉 */
  .wandering-rightup-photo {
    width: 300px;
    top: -240px;
  }
  /*關於我們物種二:鎧蘭*/
  .connecting-area-left-photo {
    width: 250px;
  }
}
@media only screen and (max-width: 992px) {
  /*首頁物種一:烏心石*/
  .scroll-area-left-photo {
    display: none;
  }
  /*首頁物種二:大冠鷲*/
  /*物種三:黑面琵鷺*/
  #name-tip03-water-bird {
    right: 7%;
    bottom: 5%;
  }
  /*首頁物種一:烏心石*/
  .plan-area-bird {
    padding: 50px 0 200px;
  }
  .scroll-area-left-photo {
    width: 200px;
    bottom: 1.5%;
  }
  /*關於我們物種三:太魯閣櫟*/
  .solution-area-right-photo {
    width: 165px;
    top: -5%;
  }
  /*關於我們物種二:鎧蘭*/
  .connecting-area-left-photo {
    width: 220px;
    bottom: unset;
    top: -7%;
  }
  #name-tip06-red-flower {
    left: 18%;
  }
  /* 接軌國際物種一：彩鷸*/
  .global-solution-left-photo {
    width: 260px;
    left: -35px;
    top: 37%;
  }
  #name-global-tip01-bird {
    left: 95px;
    top: -70%;
  }
  /*接軌國際物種二：漏盧*/
  .global-case-right-photo {
    width: 450px;
    right: -135px;
    top: -22%;
  }
}
@media only screen and (max-width: 767px) {
  /*首頁物種三:蘭嶼胡桐*/
  .about-area {
    padding: 100px 0 300px;
  }
  .about-area-bottom-photo {
    max-width: 300px;
    width: 45vw;
  }
  /*關於我們物種三:太魯閣櫟*/
  .solution-area {
    padding: 150px 0 150px;
  }
  /*關於我們物種二:鎧蘭*/
  .connecting-area-left-photo {
    width: 200px;
  }
  #name-tip06-red-flower {
    position: absolute;
    bottom: -60%;
  }
  /*關於我們物種一:環頸雉*/
  .wandering-rightup-photo {
    width: 250px;
  }
  #name-tip07-chicken {
    right: -30%;
    bottom: 20%;
  }
  /*綠網匯覽物種一：小燕鷗*/
  .news-news-left-photo {
    width: 220px;
    left: -60px;
    top: -3.5%;
  }
  /*綠網匯覽物種二：臺灣招潮蟹*/
  .news-resonant-right-photo {
    width: 235px;
    right: 15px;
    bottom: 0;
  }
  #name-news-tip02-crab {
    right: 0;
    top: 17.5%;
  }
  /* 接軌國際物種一：彩鷸*/
  .global-solution-left-photo {
    width: 250px;
    left: -35px;
    top: 55%;
  }
  /*接軌國際物種二：漏盧*/
  .global-case-right-photo {
    width: 400px;
    right: -135px;
    top: -17%;
  }
  .offcanvas-content-title .unit {
    text-align: left;
    font-size: 12px;
    color: #777;
    line-height: 150%;
    padding-bottom: 7px;
    padding-top: 5px;
    margin-left: 1.5em;
    text-indent: -0.6em;
  }
}
@media only screen and (max-width: 575px) {
  .name-tip {
    opacity: .8;
  }
  /*首頁物種二:大冠鷲*/
  #name-tip01-eagle {
    top: 90%;
  }
  /*首頁物種三:蘭嶼胡桐*/
  .about-area-bottom-photo {
    width: 185px;
    bottom: 5px;
  }
  #name-tip02-flower {
    right: calc(100% - 15px);
    top: -60%;
  }
  /*物種三:黑面琵鷺*/
  #name-tip03-water-bird {
    right: 10%;
    bottom: 2.5%;
  }
  /*首頁物種一:烏心石*/
  .plan-area-bird {
    padding: 50px 0 200px;
  }
  .scroll-area-left-photo {
    width: 140px;
    bottom: 10px;
  }
  /*關於我們物種三:太魯閣櫟*/
  .solution-area-right-photo {
    width: 160px;
    top: -10%;
  }
  /*關於我們物種二:鎧蘭*/
  .connecting-area-left-photo {
    width: 155px;
    top: -5%;
  }
  #name-tip06-red-flower {
    left: 25%;
    bottom: unset;
    top: unset;
  }
  /*關於我們物種一:環頸雉*/
  .wandering-rightup-photo {
    width: 180px;
    top: -9%;
  }
  #name-tip07-chicken {
    right: -45%;
    bottom: 15%;
  }
  /* 接軌國際物種一：彩鷸*/
  .global-solution-left-photo {
    width: 150px;
    left: -35px;
    top: 57.5%;
  }
  #name-global-tip01-bird {
    left: 80px;
    top: -130%;
  }
  /*接軌國際物種二：漏盧*/
  .global-case-right-photo {
    width: 360px;
    right: -135px;
    top: -18%;
  }
  #name-global-tip02-reed {
    right: 150px;
    bottom: -15%;
  }
  /*綠網匯覽物種一：小燕鷗*/
  .news-news-left-photo {
    width: 180px;
    top: top: -170px;
  }
  /*綠網匯覽物種二：臺灣招潮蟹*/
  .news-resonant-right-photo {
    width: 200px;
    right: 10px;
    bottom: 0;
  }
}
/*******************************************************************************************


其他RWD開始


********************************************************************************************/
@media only screen and (max-width: 1600px) {
  /*選單樣式調整*/
  .main-menu { /*固定選單*/
    position: fixed;
    right: 15px;
    top: 0.5rem;
    z-index: 2000;
  }
  .eagle-photo img {
    max-width: 530px;
    margin-top: -15%;
  }
}
@media only screen and (max-width: 1499.98px) {
  .about-area:before {
    top: -170px;
  }
  .solution-area:before {
    top: -170px;
  }
}
@media only screen and (max-width: 1399.98px) {
  /*首頁header*/
  .header-area {
    height: 65vw;
  }
  .header-mountain {
    padding-bottom: unset;
    height: 65vw;
    background-size: cover;
  }
  .header-bird video {
    width: 125%;
  }
  /*關於我們header*/
  .header-area.about {
    height: auto;
  }
  .central-mountain-list .photo img {
    border-radius: 20px;
  }
  .intro-group.cc {
    padding: 15px;
  }
  .eagle-photo img {
    max-width: 500px;
    width: 100%;
    margin-top: 0;
  }
  .plan-area-bird {
    background-image: none
  }
  .water-birds-block {
    width: 100%;
    height: 40vw;
    background-size: 110%;
  }
  .solution-area:before {
    top: -160px;
  }
  .about-area:before {
    top: -180px;
  }
  .wandering-area {
    background-size: 135%;
  }
  /*接軌國際*/
  .reed-ani img {
    max-width: 225px;
  }
  /*綠網匯覽*/
  .boat-ani {
    right: 20%;
    top: 60%;
  }
}
@media only screen and (max-width: 1199.98px) {
  .header-block h1 img {
    width: 300px;
  }
  .header-bird video {
    width: 150%;
  }
  .central-mountain-list {
    margin-top: 30px;
  }
  /*分隔Gap統整*/
  .about-area:before {
    top: -150px;
  }
  .plan-area:before {
    top: -40px;
  }
  .solution-area:before {
    top: -120px;
  }
  .connecting-area:before {
    top: -60px;
  }
  .connecting-box {}
  /*關於我們*/
  .about-block01 .photo {
    padding: 2rem;
  }
  .about-block01 .content {
    padding: 2rem;
  }
  /*story漫遊綠網標頭flower*/
  .flower-ani {
    bottom: -25%;
    right: 2%;
  }
  .flower-ani img {
    max-width: 285px;
  }
  /*接軌國際*/
  .reed-ani img {
    max-width: 200px;
  }
  /*綠網匯覽*/
  .boat-ani {
    right: 20%;
    top: 58%;
  }
}
@media only screen and (max-width: 991.98px) {
  /*漢堡選單位置調整*/
  .navbar-toggler {
    margin-left: auto;
    margin-right: 15px;
  }
  .nav-item {
    border-bottom: 1px solid rgba(62, 107, 79, .2);
  }
  .navbar button {
    background-color: rgba(255, 255, 255, .9);
  }
  .white-type .eng-icon {
    background-image: url(../images/template/icon_lang-menu.svg);
    width: 100px;
    height: 40px;
    transition: all .5s;
  }
  .nav-link {
    font-size: 24px;
    letter-spacing: 4px;
  }
  .nav-link span {
    letter-spacing: 1px;
  }
  .white-type a.nav-link {
    color: #3E6A4F;
  }
  .white-type a:hover.nav-link {
    color: #FFF;
  }
  .white-type a img {
    width: 75px;
  }
  .icon-lang {
    visibility: visible;
  }
  .icon-lang-w {
    visibility: hidden;
  }
  .offcanvas-header {
    background-color: var(--bg-green);
  }
  #eng-ver img {
    width: 100px;
  }
  #eng-ver {
    position: relative;
    right: unset;
    top: unset;
    padding: 15px;
  }
  #eng-ver a:hover {
    background-color: var(--bg-green);
  }
  .header-area {
    height: 80vw;
  }
  .header-mountain {
    height: 80vw;
  }
  .central-mountain-list .photo {
    margin-left: unset;
  }
  .intro-group h3 {
    font-size: 24px;
  }
  /*story漫遊綠網標頭flower*/
  .flower-ani {
    bottom: -18%;
    right: -2%;
  }
  .flower-ani img {
    max-width: 300px;
  }
  /*關於我們*/
  .header-area.about {
    padding-bottom: 52.5%;
  }
  .header-about {
    padding-bottom: 55%;
  }
  .about-block01 {
    padding: 100px 0;
  }
  .use-goal-photo {
    padding-bottom: 78%;
    background-size: 100%;
  }
  .water-birds-block {
    text-align: center;
    background-image: url(../images/bg_eis-mobile.jpg);
    height: 75vw;
  }
  .connecting-box {
    margin: 8px;
    min-height: 350px;
    max-width: 520px;
  }
  .connecting-line-group .logo {
    flex: 0 0 33%;
    text-align: center;
    padding: 15px;
  }
  .connecting-line-group .logo img {
    margin: 0;
    width: 100%;
  }
  .solution-list .words {
    padding: 0 10px;
  }
  /*分隔Gap統整*/
  .about-area:before {
    top: -110px;
  }
  .plan-area:before {
    top: -40px;
  }
  .solution-area:before {
    top: -90px;
  }
  .connecting-area:before {
    top: -60px;
  }
  .connecting-area {
    background-image: none;
  }
  .wandering-area {
    background-size: 200%;
  }
  .wandering-modal-box > div {
    height: 42vw;
  }
  .wandering-modal-box > div.content {
    height: 22vw;
  }
  /*漫遊綠網*/
  .story-block01 {
    padding: 100px 15px 0;
  }
  /*漫遊綠網各區內頁*/
  .tw-area-menu.story-content {
    border-top: 1px solid var(--light-green);
    padding: 15px;
  }
  .story-map-block {
    padding-right: 0;
  }
  .block-menu {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 2rem;
  }
  .story-small-map {
    left: 1.5rem;
    bottom: 1.5rem;
  }
  .btn-area-menu {
    flex: 0 0 auto;
  }
  /*接軌國際*/
  .reed-ani {
    left: 2%;
  }
  .reed-ani img {
    max-width: 200px;
  }
  .global-main-content {
    padding: 2rem 15px;
  }
  .photo-flow {
    padding: 1rem 15px 5rem;
  }
  .global-block02 {
    padding: 0 15px;
  }
  /*綠網匯覽*/
  .boat-ani {
    right: 20%;
    top: 59.5%;
  }
  /*頁尾*/
  footer .copyright, footer .contact {
    text-align: center;
  }
  .flot-menu-box {
    position: fixed;
    right: 12px;
    top: unset;
    bottom: 12.5%;
    font-size: 12px;
    padding-right: 8px;
    line-height: 250%;
  }
}
@media only screen and (max-width: 767.98px) {
  .ll-hide {
    display: block;
  }
  .ss-hide {
    display: none;
  }
  .header-area {
    height: 100vw;
  }
  .header-mountain {
    height: 100vw;
  }
  /*分隔Gap統整*/
  .about-area:before {
    top: -90px;
  }
  .plan-area:before {
    top: -40px;
  }
  .solution-area:before {
    top: -75px;
  }
  .connecting-area:before {
    top: -60px;
  }
  .about-area {
    background-size: 35vw;
  }
  .main-menu .dropdown-menu li {
    font-size: 18px;
  }
  .main-menu .navbar-nav .dropdown-menu {
    width: 90vw;
    background-color: rgba(255, 255, 255, .95);
  }
  .central-mountain-list .photo img {
    border-radius: 15px;
  }
  .es-asian-area {
    background-size: 250%;
  }
  .connecting-box {}
  .wandering-modal-box > div {
    height: 50vw;
  }
  .wandering-modal-box > div.content {
    height: 30vw;
  }
  .plan-list .stitle span.no2 {
    margin-left: 2.25rem;
  }
  /*漫遊綠網story*/
  .flower-ani {
    bottom: 0;
    right: -5%;
  }
  .flower-ani img {
    max-width: 200px;
  }
  /*關於我們*/
  .header-area.about {
    padding-bottom: 70%;
  }
  .header-about {
    padding-bottom: 72%;
  }
  .use-goal-photo {
    width: 100%;
    padding-bottom: 100%;
    background-size: auto 100%;
  }
  .about-block01 .content {
    padding: 15px;
  }
  .about-block01 .content.p1 {
    padding: 15px;
  }
  /*BI戰情*/
  .ratio-bi {
    padding-bottom: 125%;
    border-radius: 15px;
    width: calc(100% - 30px);
    margin: 15px;
  }
  #about-build01:after, #about-build02:after, #about-build03:after {
    display: none;
  }
  /*接軌國際*/
  .global-main-content {
    padding: 0 15px 2rem;
  }
  .connecting-box {
    height: auto;
  }
  /*綠網匯覽*/
  .boat-ani {
    right: 20%;
    top: 59%;
  }
}
/*******************************************************************************************


行動版面開始


********************************************************************************************/
/* 桌面版面: 559px 最大*/
@media only screen and (max-width: 575.98px) {
  .header-block h1 img {
    width: 260px;
  }
  p {
    font-size: 18px !important;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    margin-right: 0;
  }
  /*分隔Gap統整*/
  .about-area {
    padding: 100px 0 25px;
  }
  .about-area:before {
    top: -60px;
    height: 120px;
  }
  .plan-area:before {
    top: -40px;
  }
  .solution-area {
    padding: 100px 0 150px;
  }
  .solution-area:before {
    top: -50px;
  }
  .connecting-area:before {
    top: -60px;
  }
  .header-area {
    height: 100vh;
  }
  .header-cloud, .header-mountain {
    padding-bottom: unset;
    height: 100vh;
    background-size: cover;
  }
  .header-bird video {
    width: 250%;
  }
  .header-cloud {
    background-size: 420%;
    background-position: center top;
  }
  .header-block h1 {
    font-size: 35px;
  }
  /*漫遊綠網story*/
  .flower-ani {
    bottom: -17%;
    right: -2%;
  }
  .flower-ani img {
    max-width: 180px;
  }
	/*輪播圖片說明*/
.photo-memo{
	position: absolute;
	bottom: 40px;
	right: 0;
	padding: 1px 1rem;
	width: 100%;
	font-size: 16px;
	letter-spacing: 1px;
	color: #FFF;
	font-weight: 500;
}
  /*關於我們*/
  .header-area.about {
    padding-bottom: 90%;
  }
  .header-about {
    padding-bottom: 110%;
  }
  .content-stitle {
    font-size: 20px !important;
  }
  .intro-group.cc {
    padding: 0;
  }
  .about-block01 {
    padding: 100px 0;
  }
  .about-block01 .photo {
    padding: 15px;
  }
  .about-block03 .content {
    padding: 15px;
  }
  #area03.about-area {
    padding-bottom: 250px;
  }
  #gi-01:hover {
    background-image: url(../images/about/item_01-words-noblur.svg);
  }
  #gi-02:hover {
    background-image: url(../images/about/item_02-words-noblur.svg);
  }
  #gi-03:hover {
    background-image: url(../images/about/item_03-words-noblur.svg);
  }
  /*第二區塊:東南亞地圖區塊*/
  .es-asian-area {
    margin-top: -50px;
  }
  .intro-group h3 {
    font-size: 24px;
    line-height: 150%;
  }
  .intro-group.cc h3 span {
    font-size: 26px;
    font-weight: 600 !important;
  }
  .central-mountain-list .photo {
    margin-left: 0;
    border-radius: 15px !important;
  }
  .plan-list .sub-intro {
    line-height: 150%;
    cursor: pointer;
    transition: all .5s;
  }
  .plan-list .stitle span.no2 {
    margin-left: 2.25rem;
  }
  .plan-list .sub-intro p {
    font-size: 16px !important;
    margin-top: 10px;
  }
  .plan-list .sub-intro span {
    padding: 1px 6px;
    margin-left: 0.25rem;
  }
  .plan-list .subitem {
    margin-top: 8px;
  }
  .rich-bio-box {
    margin-top: 0;
    padding: 0;
    background-color: unset;
    box-shadow: unset;
  }
  .other-program-block {
    background-image: none;
  }
  .other-program-list div {
    padding: 15px 0;
  }
  .solution-area {
    background-size: 18vw;
  }
  .solution-list {
    margin-top: 3rem;
    padding: 0;
  }
  .about-photo-note {
    text-align: center;
  }
  .connecting-box {
    min-height: 56vw;
    border-radius: 15px;
  }
  .connecting-line-note {
    font-size: 90%;
  }
  .connecting-line-group .logo {
    padding: 10px;
  }
  .connecting-line-group .logo img {
    width: 225px;
  }
  .connecting-line-group {
    position: relative;
    flex-direction: column;
    z-index: 2;
  }
  .connecting-line-group .hr-line {
    height: 30px;
    border-top: 0;
    width: 1px;
  }
  .program-box .content-line {
    display: flex;
    margin: 8px 0;
  }
  .program-box .line {
    height: 3px;
    border-radius: 3px;
  }
  .wandering-block {
    padding: 30px 0;
    width: 100%;
  }
  .wandering-share-list {
    margin-top: 2rem;
  }
  .wandering-modal .btn-close {
    right: 12px;
    top: -15px;
  }
  .wandering-modal-box {
    padding: 20px;
  }
  .wandering-modal-box > div {
    height: 30vh;
  }
  .wandering-modal-box > div.content {
    height: 32vh;
  }
  .wandering-area {
    background-size: 380%;
  }
  .flot-menu-box {
    display: none;
    right: 0;
    bottom: 15%;
  }
  /*漫遊綠網*/
  .fish-ani {
    width: 100px;
    bottom: 40%;
    left: 25%;
    animation: fish-swim 10s infinite ease-in;
  }
  .tw-area-menu {
    padding: 0 15px;
    padding-bottom: 20%;
  }
  .tw-area-menu .title {
    font-size: 30px;
  }
  .tw-area-menu .intro {
    color: var(--main-green);
    font-size: 16px;
    line-height: 160%;
    font-weight: 500;
    margin-top: 1rem;
    min-height: 80px;
    text-align: justify;
  }
  .tw-area-menu .switch {
    margin-top: 1rem;
    ;
    justify-content: space-between;
    align-items: center;
  }
  /*漫遊綠網各區內頁*/
  .story-small-map { /*左下台灣小圖例*/
    width: 70px;
    height: 70px;
    left: 1rem;
    bottom: 1rem;
  }
  .block-menu {
    margin: 2rem 0 3rem;
    padding: 10px;
    justify-content: center;
  }
  .story-point {
    width: 30px;
    height: 30px;
  }
  .story-point .title {
    top: -10px;
    line-height: 100%;
    padding: 5px;
    font-size: 12px;
    color: var(--main-green);
    background-color: #FFF;
    border-radius: 0;
  }
  .btn-area-menu {
    flex: 1 1 auto;
    margin: 0.25rem;
    max-width: 75px;
    width: 100%;
    font-size: 75%;
    border-radius: 5px;
    padding: 0.125rem;
  }
  .back-story a {
    left: 10px;
    top: -2.5rem;
  }
  /*離島部分*/
  .island-margin-top {
    margin-top: -35px;
  }
  .island-menu-block {
    width: 100%;
  }
  .island-menu-btn {
    border-radius: 10px;
    padding: 5px 15px;
    margin: 0;
    font-size: 16px;
  }
  /*側拉視窗相關*/
  .btn-offcanvas-close {
    top: 10px;
    right: 10px;
  }
  .btn_next {
    right: 10px;
  }
  .btn_prev {
    left: 10px;
  }
  .offcanvas-photo-block .photo {
    padding-bottom: 70%;
  }
  /*接軌國際*/
  .reed-ani {
    left: -4%;
    bottom: -5%;
  }
  .reed-ani img {
    max-width: 160px;
  }
  /*綠網匯覽*/
  .news-block01 {
    padding: 80px 0;
  }
  .news-list-block {
    border-radius: 12px;
    padding: 15px;
    z-index: 5;
  }
  .news-lsit-tr {
    flex-direction: column;
    align-items: flex-start;
  }
  .news-lsit-tr .date {
    padding: 10px 0 0;
    text-align: left;
  }
  .news-list-box {
    height: 450px;
    padding: 0;
  }
  /*綠網匯覽*/
  .boat-ani {
    right: 10%;
    top: unset;
    bottom: 20%;
  }
}
/*************動畫庫*****************/
@keyframes tw-jump {
  0% {
    transform: scale(1.0);
    mix-blend-mode: luminosity;
  }
  25% {
    transform: scale(1.3) translate(0, 5px);
    mix-blend-mode: normal;
  }
  75% {
    transform: scale(1.3) translate(0, 5px);
    mix-blend-mode: normal;
  }
  100% {
    transform: scale(1.0);
    mix-blend-mode: normal;
  }
}
@keyframes tw-jump-1399 {
  0% {
    transform: scale(1.0);
    mix-blend-mode: luminosity;
  }
  25% {
    transform: scale(1.2) translate(-5px, 12px);
    mix-blend-mode: normal;
  }
  75% {
    transform: scale(1.2) translate(-5px, 12px);
    mix-blend-mode: normal;
  }
  100% {
    transform: scale(1.0);
    mix-blend-mode: normal;
  }
}
@keyframes tw-jump-1199 {
  0% {
    transform: scale(1.0);
    mix-blend-mode: luminosity;
  }
  25% {
    transform: scale(1.2) translate(-3px, 12px);
    mix-blend-mode: normal;
  }
  75% {
    transform: scale(1.2) translate(-3px, 12px);
    mix-blend-mode: normal;
  }
  100% {
    transform: scale(1.0);
    mix-blend-mode: normal;
  }
}
@keyframes tw-jump-996 {
  0% {
    transform: scale(1.0);
    mix-blend-mode: luminosity;
  }
  25% {
    transform: scale(1.2) translate(-2px, 15px);
    mix-blend-mode: normal;
  }
  75% {
    transform: scale(1.2) translate(-2px, 15px);
    mix-blend-mode: normal;
  }
  100% {
    transform: scale(1.0);
    mix-blend-mode: normal;
  }
}
@keyframes tw-jump-767 {
  0% {
    transform: scale(1.0);
    mix-blend-mode: luminosity;
  }
  25% {
    transform: scale(1.2) translate(-25px, -15px);
    mix-blend-mode: normal;
  }
  75% {
    transform: scale(1.2) translate(-25px, -15px);
    mix-blend-mode: normal;
  }
  100% {
    transform: scale(1.0);
    mix-blend-mode: normal;
  }
}
@keyframes tw-jump-575 {
  0% {
    transform: scale(1.0);
    mix-blend-mode: luminosity;
  }
  25% {
    transform: scale(1.2) translate(-8px, -5px);
    mix-blend-mode: normal;
  }
  75% {
    transform: scale(1.2) translate(-8px, -5px);
    mix-blend-mode: normal;
  }
  100% {
    transform: scale(1.0);
    mix-blend-mode: normal;
  }
}
@keyframes cloud-move {
  0% {
    left: -6vw;
  }
  15% {
    left: -6vw;
  }
  85% {
    left: 0;
  }
  100% {
    left: 0;
  }
}
@keyframes eagle-move {
  0% {
    opacity: 0;
    transform: scale(.7) rotate(10deg) translate(150px, 150px);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0) translate(0, 0);
  }
}
@keyframes water-birds-move {
  0% {
    background-size: 150%;
  }
  100% {
    background-size: 120%;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-tw {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes boat-move {
  0% {
    background-position: 0 17px;
  }
  45% {
    background-position: 0 20px;
    transform: rotate(5deg);
  }
  55% {
    background-position: 0 20px;
    transform: rotate(5deg);
  }
  100% {
    background-position: 0 17px;
  }
}
@keyframes flower-wave {
  from {
    transform: rotate(5deg);
  }
  to {
    transform: rotate(-2deg);
  }
}
@keyframes reed-wave {
  from {
    transform: rotate(8deg);
  }
  to {
    transform: rotate(-8deg);
  }
}
@keyframes fade-zoom-tw {
  0% {
    opacity: 0;
    transform: scale(1.02);
  }
  50% {
    opacity: .5;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fish-swim {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
    transform: translateX(0) translateY(0) rotate(0);
  }
  60% {
    opacity: .8;
  }
  80% {
    opacity: .9;
  }
  100% {
    opacity: 0;
    transform: translateX(-90px) translateY(50px) rotate(-8deg);
  }
}
@keyframes zoom11 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  30% {
    transform: scale(1.04);
    opacity: .8;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoom12 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  30% {
    transform: scale(1.15);
    opacity: .8;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes shine13 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  30% {
    transform: scale(1.01);
    opacity: .6;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes orange-arrow {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  50% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes rotate-right {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-left {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes zoom-out {
  0% {
    transform: scale(1);
  }
  80% {
    transform: scale(4);
    opacity: 0;
  }
  100% {
    transform: scale(4);
    opacity: 0;
  }
}
@keyframes rotate-right {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}