@charset "utf-8";
/* CSS Document index */ :root {}
Body {
  font-family: 'Noto Sans TC', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Microsoft JhengHei", sans-serif, Arial, sans-serif;
  font-weight: 400;
  /* 系統字型堆疊（system font stack）字型涵蓋有：
    macOS / iOS：-apple-system, BlinkMacSystemFont
    Windows："Segoe UI", "Segoe UI Emoji"
    Android：Roboto
    Linux："Liberation Sans"
    通用替代：sans-serif
    emoji 字體："Apple Color Emoji", "Noto Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"*/
  line-height: 150%;
  font-size: 1.25rem;
  color: #262C2D;
  background-color: #FBFAF3;
  background-image: url(../images/template/bg_main.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
}
main {
  position: relative;
  width: 100%;
  min-height: 80vh;
  overflow: hidden;
}
a {
  text-decoration: none !important;
}
a:hover {
  text-decoration: none !important;
}
hr {
  color: #E3E8E8 !important;
  opacity: 1 !important;
}
#main-navbar.navbar {
  background-color: transparent;
  height: 90px;
  transition: all .5s;
  backdrop-filter: blur(0);
}
#main-navbar .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
}
#main-navbar .navbar-brand > img {
  height: 58px;
  transition: all .5s;
}
#main-navbar .nav-item {
  font-size: 1.125rem;
  font-weight: 400;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 130%;
  padding: 10px 20px;
  letter-spacing: 2px;
  transition: all .2s;
}
#main-navbar .nav-link {
  color: #262C2D;
}
#main-navbar .nav-link:hover {
  color: #007C88;
  font-weight: 600;
}
#main-navbar .dropdown-nav-link {
  text-align: center;
}
/*將下拉選單改為 hover*/
@media only screen and (min-width: 1200px) {
  .dropdown-toggle::after {
    margin-left: 0.25em;
    vertical-align: 0.1em;
    border-top: 0.35em solid;
    opacity: .2;
    margin-bottom: 1px;
  }
  .dropdown:hover .dropdown-menu, .dropdown .dropdown-menu.show {
    display: block;
    top: 90%;
    border-radius: 20px;
    text-align: center;
    border: 0;
    box-shadow: 0 20px 30px rgba(0, 0, 0, .1);
  }
}
/*下拉選單項目*/
.dropdown-nav-link {
  display: block;
  width: 90%;
  color: #262C2D;
  text-align: center;
  border-radius: 20px;
  padding: 8px;
  margin: 5px auto;
  transition: all .3s ease;
  background-image: url(../images/template/bg_dropdown-nav-link.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0%;
}
.dropdown-nav-link:hover {
  background-size: 100%;
  color: #FFF;
}
/*下拉選單關閉按鈕768才出現*/
#close-nav {
  display: none;
  position: absolute;
  right: 1rem;
  top: 1rem;
  font-size: 1.25rem;
  color: #333;
}
.container-1600 {
  max-width: 1500px;
  width: calc(100vw - 30px);
  margin-left: auto;
  margin-right: auto;
}
.container-1600.nav {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
/*區塊向上漸變出現(配合js)*/
.pageSection {
  position: relative;
  opacity: 0;
  top: 50px;
}
.pageSection.active {
  opacity: 1;
  top: 0;
}
.flex-cc {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ll-hide {
  display: none;
}
.ss-hide {
  display: block;
}
/*首頁banner區塊****************************/
.index-banner-area {
  position: relative;
  background-image: url(../images/index/bg_index-top.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  padding: 0;
}
.index-banner-menu {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-top: 59%; /*1680:67.7%*/
  width: 100%;
  max-width: 1440px;
  /*對齊用
  border: 1px solid red;
  background-image: url(../images/index/bg-banner-menu.jpg);
 */
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
}
.index-banner-menu .alt-words {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  pointer-event: none;
}
.index-banner-menu .alt-words img {
  width: 163px;
  margin-top: 8%;
  pointer-event: none;
  opacity: 0;
  transform: translateY(50px);
  z-index: 3;
}
.index-banner-menu .alt-words:hover img {
  opacity: 1;
  animation: photo-up .3s ease forwards;
}
@keyframes photo-up {
  0% {
    transform: translateY(50px);
  }
  85% {
    transform: translateY(-3px);
  }
  95% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.index-banner-menu #m1 {
  position: absolute;
  top: 8%;
  left: 30%;
}
.index-banner-menu #m2 {
  position: absolute;
  top: 32.2%;
  left: 57.5%;
}
.index-banner-menu #m3 {
  position: absolute;
  top: 58.5%;
  left: 30.5%;
}
.index-banner-menu #m4 {
  position: absolute;
  top: 21%;
  left: 2.5%;
}
.index-banner-menu #s1 {
  position: absolute;
  top: 34%;
  left: 30.5%;
}
.index-banner-menu #s2 {
  position: absolute;
  top: 41.2%;
  left: 60%;
}
.index-banner-menu #s3 {
  position: absolute;
  top: 68.5%;
  left: 62%;
}
.index-banner-menu #s4 {
  position: absolute;
  top: 59.4%;
  left: 34.2%;
}
.index-banner-menu #drone {
  position: absolute;
  top: 27.3%;
  left: 20.5%;
  animation: drone-fly 20s ease infinite;
}
.index-banner-menu #drone img {
  width: 130px;
}
@keyframes drone-fly {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  10% {
    transform: translate(0, 0);
    opacity: 1;
  }
  40% {
    transform: translate(430px, 260px);
    opacity: 0;
  }
  50% {
    transform: translate(430px, 260px);
    opacity: 1;
  }
  80% {
    transform: translate(840px, 0);
    opacity: 0;
  }
  90% {
    transform: translate(840px, 0);
    opacity: 0;
  }
  100% {
    transform: translate(840px, 0);
    opacity: 0;
  }
}
/* ===============================
   首頁 banner：聚焦效果
   =============================== */
/* 預設狀態 */
.index-banner-menu .item {
  transition: opacity .4s ease;
}
/* 當滑鼠進入整個 banner 時，全部先變淡 */
.index-banner-menu:hover .item {
  opacity: .5;
}
/* 被選到的 item（滑鼠在其 alt-words 或 item 上）保持清楚 */
.index-banner-menu .item:hover {
  opacity: 1;
}
/* 確保被選到的 alt-words 文字正常顯示 */
.index-banner-menu .item:hover .alt-words img {
  opacity: 1;
}
/*上下頁silck*/
.center_1_prev {
  left: 20px;
}
.center_1_next {
  right: 20px;
}
.center_1_prev, .center_1_next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  z-index: 15;
  opacity: .4;
  transition: all .5s;
}
.center_1_prev > img, .center_1_next > img {
  width: 70px;
}
/***********/
/*首頁最新消息****************************/
.index-news-area {
  background-color: #FBFAF3;
  padding: 0 50px;
}
.index-news-area.inside {
  margin-top: 0;
  background-position: center center;
  padding: 100px 0;
}
.index-news-box {
  display: flex;
  width: 100%;
  margin-top: -20%;
  border-radius: 40px;
  background-color: #FFF;
  border: 1px solid #000000;
}
.index-news-box .index-news-list {
  flex: 0 0 45%;
  padding: 1rem 3% 0.5rem;
}
.index-news-box .index-news-block {
  flex: 0 0 55%;
}
.index-stitle {
  position: relative;
  font-size: 2rem;
  color: #00A4B0;
  font-weight: 600;
  letter-spacing: 2px;
}
.index-stitle.white {
  color: #FFF;
  text-shadow: 2px 2px 4px #00000020;
}
.index-news-list .index-stitle {
  padding: 1rem 0;
}
.news-table-tr {
  font-weight: 500;
  padding: 16px 5px;
  color: #333;
  display: flex;
  border-bottom: 1px dashed #4C525290;
  transition: all .5s ease;
}
.news-table-tr:hover {
  opacity: .6;
}
.news-table-tr:after {
  content: "";
  margin-top: 4px;
  width: 24px;
  height: 24px;
  margin-left: -2rem;
  background-image: url(../images/icon/arrow_two-right.svg);
  background-repeat: no-repeat;
  background-position: 100% center;
  background-size: auto 100%;
  transition: all .5s;
  opacity: 0;
}
.news-table-tr:hover:after {
  background-position: -10% center;
  opacity: 1;
}
.news-table-tr.right {
  border-bottom: 0;
}
.news-table-tr.right:after {
  opacity: 1;
  margin-top: 26px;
}
.news-table-tr.right:after {
  opacity: 1;
  margin-top: 26px;
}
.index-news-right:hover .news-table-tr.right:after {
  background-position: -10% center;
}
.news-table-tr > .stitle {
  flex: 1 0 75%;
  font-size: 1rem;
  height: 32px; /*設定資料高度*/
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1; /*設定資料顯示行數*/
  white-space: wrap;
  padding-right: 2rem;
}
.news-table-tr.right > .stitle {
  flex: 1 0 80%;
  height: 64px; /*設定資料高度*/
  -webkit-line-clamp: 2; /*設定資料顯示行數*/
}
.news-table-tr > .stitle i {
  margin-left: 0.5rem;
  color: #27693A;
}
.news-table-tr > .data {
  font-weight: 400;
  flex: 0 0 25%;
  color: #7E8484;
  font-size: 1rem;
}
.news-table-tr.right > .data {
  flex: 0 0 20%;
  display: flex;
  align-items: center;
}
.index-news-box > .news-table-tr:nth-child(odd) {
  background-color: #EEEEEE60;
}
/*右方最大的消息*/
.index-news-right {
  position: relative;
}
.index-news-right .photo {
  padding-bottom: 65%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  border-radius: 40px;
  transition: all .5s ease;
  box-shadow: 0 0 10px 0 #00000020;
}
.index-news-right .content {
  border-radius: 40px;
  background-color: rgba(255, 255, 255, .9);
  backdrop-filter: blur(8px);
  padding: 4%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: all .5s ease;
}
.index-news-right:hover .photo {
  background-size: 125%;
}
.index-news-right:hover .content {
  padding: 2% 4%;
}
.index-news-more {
  font-size: 1rem;
  color: #262C2D;
  padding: 0.25rem 2rem;
  border-radius: 100px;
  border: 1px solid #262C2D;
  transition: all .5s;
}
.index-news-more:hover {
  color: #FFF;
  background-color: #00A4B0;
  border: 1px solid #00A4B0;
}
/*首頁找資源區塊*/
.index-source-area {
  padding: 100px 0;
}
.index-source-box {
  border-radius: 100px;
  background-color: #7E8484;
  border: 1px solid #262C2D;
}
.index-source-box:hover {
  border-radius: 100px;
  border: 1px solider #00000010;
}
.push-btn {
  display: block;
  position: relative;
  width: 100%;
  background-color: #CCC;
  color: #FFF;
  font-weight: 500;
  padding: 1rem 1.5rem;
  border-radius: 100px;
  border: 1px solid #262C2D;
  transform: translateY(-2px);
  transition: all .1s;
}
.push-btn:after {
  content: "";
  position: absolute;
  top: calc(50% - 12px);
  right: 1rem;
  width: 24px;
  height: 24px;
  background-image: url(../images/icon/arrow_white-right.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
a.push-btn {
  color: #FFF;
}
a.push-btn:hover {
  color: #FFF !important;
  transform: translateY(0);
  border: 1px solid #262C2D;
}
a.push-btn.cyan {
  background-color: #00A4B0;
}
a.push-btn.cyan:hover {
  background-color: #33b6c0;
}
.push-btn.green {
  background-color: #2CC555;
}
.push-btn.green:hover {
  background-color: #56d177;
}
/*首頁找工具區塊*/
.index-tool-area {
  padding: 100px 0;
  border-radius: 140px;
  background-color: #76CD8D;
}
.index-partner-group {
  position: relative;
}
.slick_index-partner .inside {
  padding: 2rem 0 1rem;
}
.index-tool-box {
  padding: 7% 7% 0;
  background-color: #E3E8E8;
  border-radius: 20px;
  margin: 8px;
}
.index-tool-box .title {
  font-size: 1.75rem;
  font-weight: 600;
  color: #262C2D;
  text-align: center;
  line-height: 2;
}
.index-tool-box .stitle {
  font-size: 1.125rem;
  color: #262C2D;
  text-align: center;
  line-height: 2;
  margin-bottom: 2rem;
}
.index-tool-box .photo {
  text-align: center;
  padding-top: 2rem;
}
.index-tool-box .photo img {
  max-width: 360px;
  width: 100%;
  margin-bottom: -4rem;
}
/*首頁科技好夥伴*/
.index-partner-box {
  padding: 2rem 2rem 1.5rem;
  background-color: #FFF;
  border-radius: 40px;
  margin: 10px;
  transition: all .3s ease;
}
.index-partner-box:hover {
  transform: translateY(-20px);
}
.index-partner-box .logo {
  width: 100%;
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 90%;
  transition: all .3s ease;
}
.index-partner-box:hover .logo {
  background-size: 95%;
  opacity: .8;
}
.index-partner-box .type {
  padding: 0.5rem 1rem;
  text-align: center;
  width: 90%;
  color: #FFF;
  border-radius: 100px;
  margin: 1rem auto;
}
.index-partner-box .type.digi {
  background-color: #00A4B0;
}
.index-partner-box .type.AI {
  background-color: #2CC555;
}
.index-partner-box .title {
  font-size: 1.125rem;
  color: #262C2D;
  font-weight: 600;
  text-align: center;
  height: 60px; /*設定資料高度*/
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2; /*設定資料顯示行數*/
}
/* slick dot 統一調整*/
.slick-dots li button:before {
  width: 10px;
  height: 10px;
  font-size: 6px;
  line-height: 20px;
}
.slick-dots li {
  height: 16px;
  width: 16px;
  margin: 0;
}
/*補一下夥伴的 slick 相關*/
.slick_index-partner .slick-dots li button:before {
  color: #FFF;
}
.icon-slick-prev, .icon-slick-next {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #262C2D;
  background-color: #262C2D;
  position: absolute;
  top: calc(50% - 22px);
  z-index: 2;
  transition: all .5s;
  cursor: pointer;
  transition: all .5s;
}
.icon-slick-prev:hover, .icon-slick-next:hover {
  border: 1px solid #262C2D;
  background-color: #FFF;
  color: #262C2D;
}
.icon-slick-prev img, .icon-slick-next img {
  width: 44px;
}
.icon-slick-prev {
  left: -1.5rem;
}
.icon-slick-next {
  right: -1.5rem;
}
/*找課程*/
.index-course-area {
  padding: 100px 0;
}
.index-course-group {
  position: relative;
}
.slick_index-course .inside {
  padding: 2rem 10px 1rem;
}
.index-course-box {
  position: relative;
  border-radius: 40px;
  overflow: hidden;
  background-color: #FFF;
  box-shadow: 0 0 10px 0 #00000020;
  height: 340px;
  maring: 20px 15px;
}
.index-course-box .photo {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  opacity: 0;
  transition: all .6s;
}
.index-course-box:hover .photo {
  opacity: 1;
}
.index-course-box .content {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 40px;
  padding: 2rem 2rem 1rem;
  color: #262C2D;
  transition: all .6s;
  height: 340px;
  backdrop-filter: blur(8px);
}
.index-course-box:hover .content {
  transform: translateY(190px);
  background-color: rgba(255, 255, 255, .85);
}
.index-course-box .content .title {
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 2rem;
  height: 100px; /*設定資料高度*/
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3; /*設定資料顯示行數*/
}
.index-course-box .content .intro {
  font-size: 1.125rem;
  color: #4C5252;
  font-weight: 400;
  margin-bottom: 1.25rem;
  height: 92px; /*設定資料高度*/
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3; /*設定資料顯示行數*/
  transition: all .8s;
}
.index-course-box:hover .content .intro {
  opacity: 0;
}
.index-course-box .content .date {
  font-size: 0.813rem;
  color: #262C2D;
  font-weight: 400;
  font-family: poppins;
  letter-spacing: 1px;
}
.slick_index-course .slick-dots {
  width: 18%;
  left: -20.5%;
  top: 25%;
  text-align: left;
}
/*首頁豐收日記*/
.index-result-area {
  padding: 100px 0;
}
.index-result-block {
  padding: 10% 2rem;
  padding-left: 7.5%;
  background-color: #76CD8D;
  border-radius: 40px;
}
.go-result-btn {
  width: 240px;
  margin-top: 1.5rem;
  margin-bottom: 10%;
}
.index-result-circle {
  position: relative;
  width: 248px;
  height: 248px;
  border-radius: 50%;
  margin: auto;
  background-color: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .3s ease;
}
.index-result-circle .title {
  margin-bottom: 1.5rem;
  transition: all .3s ease;
}
.index-result-circle .number {
  color: #00A4B0;
  font-size: 1.25rem;
  font-family: Arial;
  font-weight: 700;
  padding-bottom: 2rem;
  transition: all .3s ease-in;
}
.index-result-circle .number span {
  font-size: 3.25rem;
  font-weight: 600;
  margin-left: 0.25rem;
}
.index-result-circle .photo {
  width: 100%;
  position: absolute;
  bottom: 5px;
  text-align: center;
}
.index-result-circle .photo img {
  width: 44px;
}
.index-result-circle:hover {
  background-color: #00A4B0;
}
.index-result-circle:hover .title {
  color: #FFF;
  opacity: .8;
  transform: translateY(-5px);
}
.index-result-circle:hover .number {
  color: #FFF;
  transform: translateY(-5px);
}
.index-result-circle:hover .photo {
  animation: shake-photo .3s ease forwards;
}
@keyframes shake-photo {
  0% {}
  85% {
    transform: translateY(-22px) scale(1.5);
  }
  100% {
    transform: translateY(-20px) scale(1.5);
  }
}
/*首頁相關單位*/
.index-unit-area {
  padding: 100px 0;
  background-color: #ECEBE3;
}
.index-unit-link {
  display: block;
  color: #262C2D;
  text-align: center;
  padding: 0.75rem;
  font-size: 1.125rem;
  background-color: #FFF;
  border-radius: 100px;
  margin: 0.75rem;
  transition: all .5s ease;
}
.index-unit-link span {
  color: #262C2D;
  transition: all .5s ease;
}
.index-unit-link span:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 32px;
  background-image: url(../images/icon/icon_cloud-black.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  vertical-align: top;
  margin-right: 0.25rem;
  transition: all .5s ease;
}
.index-unit-link:hover {
  color: #FFF;
  background-color: #262C2D;
}
.index-unit-link:hover span {
  color: #FFF;
}
.index-unit-link:hover span:before {
  background-image: url(../images/icon/icon_cloud-white.svg);
}
/*Page Top 組件
******************************************/
.index-page-top {
  position: fixed;
  right: -50px;
  opacity: 0;
  bottom: 60px;
  width: 50px;
  height: 46px;
  background-color: #7E8484;
  border: 1px solid #262C2D;
  border-radius: 50%;
  transition: all .5s ease-out;
  z-index: 5;
}
.go-top-btn {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.5rem;
  background-color: #FFF;
  outline: 1px solid #262C2D;
  border-radius: 50%;
  color: #262C2D;
  transform: translateY(-8px);
  transition: all .3s;
}
.index-page-top.active {
  right: 40px;
}
.go-top-btn:hover {
  background-color: #00A4B0;
  border-radius: 50%;
  color: #FFF;
  transform: translateY(0);
}
/*首頁左方快速選單*/
.index-left-menu {
  position: sticky;
  top: 40%;
  margin-top:10%;
  z-index: 99;
  width: 70px;
  overflow: hidden;
  transition: all .8s ease;
}
.index-left-menu:hover {
  margin-left: 1rem;
  width: 160px;
}
.index-left-menu ul li {
  list-style: none;
  padding-left: 2rem;
  position: relative;
  white-space: nowrap;
}
.index-left-menu ul li:before {
  content: "";
  width: 1px;
  height: 1px;
  border-radius: 50%;
  border: 4px solid #00000020;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  transition: all .5s ease;
}
.index-left-menu ul li.active:before, .index-left-menu ul li:hover:before {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #4C5252;
  background-color: #FFF;
  position: absolute;
  left: 0;
  top: calc(50% - 4px);
}
.index-left-menu ul li a {
  color: #4c5252;
  font-size: 0.813rem;
  border-radius: 20px;
  padding: 5px 10px;
  transition: all .5s ease;
}
.index-left-menu ul li.active a, .index-left-menu ul li:hover a {
  color: #FFF;
  background-color: #4c5252;
  margin-left: 0.5rem;
}
/*Read More 組件結束***********************/
/*頁尾Footer區塊****************************/
footer {
  position: relative;
  padding-bottom: 2rem;
  background-color: #FFF;
}
.footer-top-cloud {
  background-image: url(../images/template/bg_footer.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: 30vh;
}
#index.footer-top-cloud {
  background-color: #ECEBE3;
}
#inside.footer-top-cloud {
  background-color: #FBFAF3
}
.footer-logo-group {
  display: flex;
  width: fit-content;
  margin: 2rem auto 5rem;
  font-size: 0.813rem;
  color: #4C5252;
}
.footer-logo-group a {
  text-decoration: underline !important;
  color: #4C5252;
}
.footer-logo-group a:hover {
  text-decoration: none !important;
  color: #4C5252;
}
.footer-logo-group .photo img {
  margin: 0.25rem;
}
.footer-logo-group .contact {
  font-weight: 400;
}
.footer-logo-group .contact img {
  margin-left: 1rem;
  margin-right: 0.25rem;
  vertical-align: middle;
}
.footer-menu ul li {
  display: inline-block;
  list-style: none;
  padding-right: 1rem;
  font-size: 1.125rem;
  color: #262C2D;
  line-height: 1;
}
.footer-menu ul li span {
  border-right: 1px dashed #7E848490;
  padding-right: 0.5rem;
  margin-right: 0.5rem;
}
.footer-sm-link {
  font-size: 0.813rem;
}
.footer-menu ul li a {
  color: #262C2D;
}
.footer-menu ul li a:hover {
  color: #007C88;
}
.footer-copyright {
  color: #262C2D;
  font-size: 0.813rem;
  text-align: right;
  letter-spacing: 0;
}
.footer-copyright a {
  color: #262C2D;
  margin-left: 0.75rem;
  border-bottom: 1px solid #262C2D;
  letter-spacing: 0;
}
.footer-copyright a:hover {
  color: #007C88;
  border-bottom: 0;
}
/*內頁Banner主標題*/
.inside-banner-area {
  position: relative;
  padding-top: 160px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.inside-title-banner {
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
}
.inside-title-banner span {
  display: block;
  margin: 2rem auto;
  color: #00A4B0;
  font-size: 1.125rem;
  font-weight: 600;
}
/*內頁麵包屑調整--------------------------------------------------*/
.main-breadcrumb {
  margin: 60px 0 0;
  font-weight: 400;
  font-size: 0.813rem;
}
.main-breadcrumb a {
  color: #262C2D;
}
.main-breadcrumb a:hover {
  color: #007C88;
}
.main-breadcrumb .breadcrumb-item.active {
  color: #007C88;
}
/*內頁-找資源*/
.source-banner-area {
  padding: 50px 0;
}
.inside-source-group {
  position: relative;
}
.source-banner-box {
  width: 100%;
  padding-bottom: 35%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 40px;
}
.inside-source-area {
  padding: 50px 0;
}
/*內頁-找資源詳細內容*/
.inside-title-banner span tag { /*副標題公告時間*/
  color: #9FA5A5;
  font-weight: 300;
  font-family: Poppins;
}
.source-sub-menu {
  display: flex;
  justify-content: center;
  position: sticky;
  top: 50px;
  z-index: 3;
}
.source-sub-menu .container-1600 {
  display: flex;
  justify-content: center;
}
.source-sub-menu ul {
  margin: auto;
  display: flex;
  padding: 0;
}
.source-sub-menu ul li {
  list-style: none;
}
.source-sub-menu ul li a {
  position: relative;
  display: block;
  border-radius: 100px;
  padding: 0.375rem 2.75rem;
  margin: 3px;
  border: 1px solid #262C2D;
  color: #262C2D;
  background-color: #FFF;
  transition: all .4s;
  font-size: 1.125rem;
  font-weight: 500;
}
.source-sub-menu ul li a:hover {
  color: #00A4B0;
}
.source-sub-menu ul li.active a {
  background-color: #00a4b0;
  border: 1px solid #00a4b0;
  color: #FFF;
}
.source-sub-menu ul li.active a:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: calc(50% - 10px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #00a4b0 transparent transparent transparent;
}
/*往下滑動時加上.scroll-down*/
.source-sub-menu.scroll-down {
  background-color: #FFF;
}
.source-sub-menu.scroll-down .container-1600 {
  justify-content: flex-start;
}
.source-sub-menu.scroll-down ul {
  margin: auto;
  display: flex;
  width: 100%;
}
.source-sub-menu.scroll-down ul li {
  list-style: none;
}
.source-sub-menu.scroll-down ul li a {
  position: relative;
  display: block;
  border-radius: 0;
  padding: 1rem 1rem 0.25rem;
  margin: 0;
  border: 0;
  color: #262C2D;
  transition: all .4s;
  font-size: 1.125rem;
  font-weight: 500;
}
.source-sub-menu.scroll-down ul li a:hover {
  color: #00A4B0;
}
.source-sub-menu.scroll-down ul li.active a {
  color: #00a4b0;
  border-bottom: 4px solid #00A4B0;
  background-color: #FFF;
}
.source-sub-menu.scroll-down ul li.active a:after {
  display: none;
}
.inside-content {
  position: relative;
  font-size: 1.125rem;
  color: #4C5252;
  line-height: 1.8;
  font-weight: 400;
  margin-left: auto;
  margin-right: auto;
}
.inside-content.w1000 {
  max-width: 1000px;
}
.inside-content.w920 {
  max-width: 920px;
}
.inside-content-title {
  font-size: 1.25rem;
  color: #262C2D;
  line-height: 1.8;
  font-weight: 600;
  padding: 1rem 0;
}
.inside-content-title.sub {
  font-size: 1.125rem;
  font-weight: 500;
  padding: 0.25rem 1rem;
  background-color: #edece499;
  border-radius: 15px 15px 0 0;
  border-bottom: 1px dashed #bdbbb1;
}
.inside-content-title.totle {
  font-size: 1.125rem;
  font-weight: 500;
}
.inside-content img {
  max-width: 100%;
  margin: auto;
  border-radius: 25px;
  display: block;
}
.session-tag {
  position: absolute;
  top: -100px;
}
.download-list-line {
  position: relative;
  padding: 20px;
  display: flex;
  background-color: #FFF;
  border-radius: 20px;
  margin: 1rem 5px;
  transition: all .5s;
}
.download-list-line:hover {
  box-shadow: 0 3px 15px #00000020;
  transform: translateY(-4px);
}
.download-list-line:after {
  content: "";
  position: absolute;
  top: calc(50% - 12px);
  right: 1rem;
  width: 24px;
  height: 24px;
  margin-left: -2rem;
  background-image: url(../images/icon/arrow_two-down.svg);
  background-repeat: no-repeat;
  background-position: center 100%;
  background-size: 100% auto;
  transition: all .5s;
}
.download-list-line:hover:after {
  background-position: center -10%;
  opacity: 1;
}
.download-list-line .photo {
  flex: 0 0 5%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
}
.download-list-line .photo.doc {
  background-image: url(../images/icon/File_doc.svg);
}
.download-list-line .photo.pdf {
  background-image: url(../images/icon/File_pdf.svg);
}
.download-list-line .title {
  color: #4C5252;
  font-weight: 500;
  padding-right: 2rem;
}
.download-list-line:hover .title {
  opacity: .7;
}
/*內頁-找資源-常見問題*/
.source-accordion .accordion-item {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #9FA5A5;
  background-color: transparent;
}
.source-accordion .accordion-button {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  color: #262C2D;
  font-size: 1.125rem;
  padding: 1.5rem 0.5rem;
}
.source-accordion .accordion-button span {
  padding-right: 1rem;
  font-family: poppins;
  font-weight: 600;
  letter-spacing: 1px;
}
.source-accordion .accordion-body {
  padding: 1rem 5rem;
  color: #4C5252;
  line-height: 1.8;
}
.accordion-date {
  text-align: right;
  color: #7E8484;
  font-size: 0.813rem;
}
/*內頁-找資源-返回上一頁*/
.icon-back {
  display: block;
  text-align: center;
  padding: 0.75rem 2rem;
  background-color: #FFF;
  color: #262C2D;
  border-radius: 100px;
  transition: all .5s;
}
.icon-back.fit {
  width: fit-content;
}
.icon-back:hover {
  background-color: #4c5252;
  color: #FFF;
}
.icon-back i {
  margin-right: 0.5rem;
}
/*內頁-找工具：AI館*/
.tool-menu-box {
  margin: 10px;
  border-radius: 20px;
  border: 1px solid #262C2D;
  display: flex;
  height: 160px;
  background-color: #FFF;
}
.tool-menu-box .content {
  flex: 0 0 60%;
  padding: 1.5rem;
}
.tool-menu-box .content .title {
  padding-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 1px;
}
.tool-menu-box .content .title span {
  font-weight: 600;
  font-size: 1.25rem;
}
.tool-menu-box .photo {
  flex: 0 0 40%;
  text-align: center;
}
.tool-menu-box .photo img {
  height: 159px;
}
.tool-search-area {
  padding: 30px 0;
}
.tool-search-box {
  display: flex;
  align-items: center;
  padding: 0.5rem 2rem;
}
.tool-search-box .title {
  flex: 0 0 10%;
  font-size: 1rem;
}
.tool-search-box .content {
  flex: 0 0 90%;
  font-size: 0.875rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.tool-search-box .content.company {
  position: relative;
  max-height: 150px;
  overflow: hidden;
  transition: all 1s;
}
.tool-search-box .content.company.is-open {
  max-height:1000vh;
  transition: all 1s;
}
.company-toggle {
  position: absolute;
  bottom:0.25rem;
  right:0;
  font-size: 0.875rem;
  color: #212529;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  user-select: none;
  border-radius: 100px;
  padding: 0.6rem 1.25rem;
  background-color: #ECEBE3;
  line-height: 1.5;
  transition: all .5s;
}
.company-toggle:hover {
  color: #FFF;
  background-color: #00A4B0;
}

.company-toggle i {
  margin-left: 4px;
  transition: transform .3s;
}

.company-toggle.is-open i {
  transform: rotate(180deg);
}



.tool-input {
  border-radius: 40px;
  border: 1px solid #9FA5A5;
  font-size: 1rem;
  padding: 0.5rem 1.5rem;
}
.tool-input:focus-visible, .tool-input:hover {
  border: 1px solid #00A4B0;
}
.tool-input.search-cost {
  width: 150px;
  margin: 0 1rem;
}
.tool-search-select {
  color: #666;
  border-radius: 40px;
  border: 1px solid #9FA5A5;
  font-size: 1rem;
  padding: 0.5rem 1.5rem;
  min-height: 48px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 2.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%236c757d' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 16px;
}
.tool-search-btn {
  background-color: #ECEBE3;
  border-radius: 100px;
  padding: 0.6rem 1.25rem;
  text-align: center;
  margin: 5px 3px;
  transition: all .3s;
  border: 0;
  font-size: 0.875rem;
}
.tool-search-btn:hover {
  background-color: #00A4B0;
  color: #FFF;
  border: 0;
}
.btn-check:checked + .btn.tool-search-btn,
.btn-check + .btn.tool-search-btn:hover {
    background-color: #00A4B0;
    color: #FFF;
    border: 0;
}
.btn-check:checked + .btn.tool-search-btn {
  background-color: #00A4B0;
  color: #FFF;
  border: 0;
}
.tool-search-submit {
  background-color: #00A4B0;
  border-radius: 100px;
  padding: 0.6rem 1.25rem;
  margin: 5px;
  border: 2px solid #00A4B0;
  font-size: 1rem;
  min-width: 150px;
  color: #FFF;
  transition: all .3s;
}
.tool-search-submit:hover {
  background-color: transparent;
  color: #00A4B0;
  border: 2px solid #00A4B0;
}
.tool-list-block {
  padding: 2rem;
  border-top: 1px solid #E3E8E8;
}
.inside-content-title.sub span {
  padding: 0 1rem;
  font-size: 0.875rem;
  color: #4C5252;
}
.tool-list-box {
  background-color: #FFF;
  border-radius: 20px;
  padding: 20px;
  padding-top: 5px;
  margin: 15px;
  transition: all .5s;
}
.tool-list-box:hover {
  box-shadow: 0px 20px 30px rgba(0, 0, 0, .1);
  transform: translateY(-10px);
}
.tool-list-box .title-group {
  display: flex;
  align-items: center;
  height: 125px;
}
.tool-list-box .title-group .title {
  flex: 0 0 60%;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.6;
  color: #262C2D;
  height: 80px; /*設定資料高度*/
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2; /*設定資料顯示行數*/
  transition: all .5s;
}
.tool-list-box:hover .title-group .title {
  color: #00A4B0;
}
.tool-list-box .title-group .logo {
  flex: 0 0 40%;
  padding: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tool-list-box .title-group .logo img {
  width: 100%;
}
.tool-list-box .info-group {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #E3E8E8;
}
.tool-list-box .info-group span {
  display: block;
  font-size: 0.875rem;
  color: #9FA5A5;
  font-weight: 400;
  line-height: 1;
  font-family: "Microsoft JhengHei";
}
.tool-list-box .info-group .price-group {
  display: flex;
}
.tool-list-box .info-group .price {
  flex: 0 0 50%;
  font-size: 1.25rem;
  color: #007C88;
  font-weight: 600;
  line-height: 2;
}
.tool-list-box .info-group .price.dark {
  color: #262C2D;
  font-weight: 400;
}
.tool-list-box .info-group .company {
  margin-top: 0.5rem;
  width: fit-content;
  font-size: 0.875rem;
  color: #FFF;
  border-radius: 100px;
  padding: 3px 10px;
  background-color: #00A4B0;
}
.tool-list-box .intro {
  padding-top: 1.5rem;
  font-size: 1.125rem;
  color: #4C5252;
  line-height: 1.8;
  /*固定資料行數*/
  height: 125px; /*設定資料高度*/
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3; /*設定資料顯示行數*/
}
.pagination-group {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}
.pagination.page-bottom .page-item {
  margin: 0 5px;
}
.pagination.page-bottom .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  font-size: 0.875rem;
  border: 2px solid #E3E8E8;
  color: #9FA5A5;
  transition: all .2s;
}
.pagination.page-bottom .page-item {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0;
  font-size: 0.875rem;
  color: #9FA5A5;
}
.pagination.page-bottom .page-link:hover {
  border: 2px solid #00A4B0;
  background-color: #00A4B0;
  color: #FFF;
}
.pagination.page-bottom .page-item.active .page-link {
  border: 2px solid #00A4B0;
  color: #00A4B0;
  background-color: transparent;
}
.tool-search-nothing {
  text-align: center;
  font-size: 1.125rem;
  color: #9FA5A5;
  padding: 4rem 0;
}
.tool-search-nothing img {
  width: 240px;
  margin-bottom: 10px;
}
/*內頁-找工具-方案詳細介紹*/
.tool-content-block {
  padding-top: 5rem;
}
.tool-content-block hr {
  color: #E3E8E8;
  margin-top: 2rem;
  opacity: 1;
}
.tool-content-photo {
  position: relative;
  background-color: #1C1C1C; /*#1C1C1C*/
  border-radius: 40px;
  padding: 3rem 0 1rem;
  display: flex;
  align-items: center;
}
.slick_tool-photo {
  flex: 1 1 auto;
  min-width: 0; /* 很重要 */
}
/*模擬背景圖片-div中限制img尺寸*/
.tool-intro-photo {
  position: relative;
  width: 100%;
  padding-bottom: 50%; /* 維持 2:1 比例，可視需求調整 */
  overflow: hidden;
}
.tool-intro-photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* 關鍵：模仿 background-size: cover */
  object-position: center;
  transition: all .4s;
}
.slick_tool-photo .slick-dots li button:before {
  color: #FFF;
}
.tool-content-block .ratio.ratio-16x9 {
  border-radius: 20px;
  overflow: hidden;
}
/*內頁-找工具-詳細介紹右方主要說明*/
.tool-right-block {
  position: sticky;
  top: 50px;
  padding-left: 120px;
}
.tool-right-block .title {
  font-size: 2rem;
  font-weight: 600;
  color: #262C2D;
  line-height: 1.5;
  padding-bottom: 1rem;
}
.tool-right-block .company {
  font-size: 1.25rem;
  font-weight: 500;
  color: #00A4B0;
  line-height: 1.6;
  padding-bottom: 3rem;
}
.push-btn.email:after {
  background-image: url(../images/icon/icon_email.svg);
}
.tool-right-block .price {
  font-size: 2.625rem;
  font-weight: 600;
  color: #4C5252;
  line-height: 1.2;
  padding-bottom: 0.5rem;
  font-family: Arial;
}
.tool-right-block .price span {
  font-size: 0.875rem;
  font-weight: 300;
  color: #4C5252;
  line-height: 1.6;
  padding-bottom: 3rem;
  letter-spacing: 1px;
}
.tool-right-block .notice {
  font-size: 0.875rem;
  font-weight: 400;
  color: #7E8484;
  line-height: 1.6;
  letter-spacing: 1px;
}
/*右拉聯絡資訊*/
.tool-content-offcanvas.offcanvas.offcanvas-end {
  width: 30vw !important;
  min-width: 320px;
  border-radius: 80px 0 0 80px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, .85) !important;
  backdrop-filter: blur(8px);
}
.tool-contact-box {
  padding: 5% 15%;
}
.tool-contact-box .logo img {
  width: 100%;
  border-radius: 20px;
}
.tool-contact-box .title {
  font-weight: 600;
  color: #262C2D;
  font-size: 1.5rem;
  padding: 1.5rem 0;
  line-height: 1.5;
}
.tool-contact-box .info {
  font-weight: 400;
  color: #262C2D;
  font-size: 1.125rem;
  line-height: 1.8;
  letter-spacing: 1px;
}
.tool-contact-box .info a {
  color: #262C2D;
  text-decoration: underline !important;
}
.tool-contact-box .info a:hover {
  color: #00A4B0;
  text-decoration: none !important;
}
/*內頁-看成果*/
/*BI戰情*/
.ratio-bi {
  padding-bottom: 61%;
  border-radius: 40px;
  overflow: hidden;
}
/*成果卡片-用首頁可成卡片調整*/
.index-course-box.result {
  margin: 1.5rem;
}
.index-course-box.result .photo {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  opacity: 1;
  transition: all .6s;
}
.index-course-box.result:hover .photo {
  opacity: 0;
}
.index-course-box .content .title {
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 3rem;
  height: 60px; /*設定資料高度*/
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2; /*設定資料顯示行數*/
}
.index-course-box.result .content {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 40px;
  padding: 2rem 2rem 1rem;
  color: #262C2D;
  transition: all .6s;
  height: 340px;
  backdrop-filter: blur(8px);
  transform: translateY(190px);
}
.index-course-box.result:hover .content {
  transform: translateY(0);
  background-color: rgba(255, 255, 255, .85);
}
.index-course-box.result .content .intro {
  opacity: 0;
  transition: all .5s;
}
.index-course-box.result:hover .content .intro {
  opacity: 1;
  height: 120px; /*設定資料高度*/
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 4; /*設定資料顯示行數*/
}
/*找工具類別卡片-用首頁可成卡片調整*/
.index-course-box.market {
  margin: 1.5rem;
}
.index-course-box.market .photo {
  opacity: 1;
}
.index-course-box.market:hover .photo {
  opacity: 0;
}
.index-course-box.market .content .title {
  font-weight: 600;
  margin-bottom: 1rem;
  height: 40px; /*設定資料高度*/
  -webkit-line-clamp: 1; /*設定資料顯示行數*/
}
.index-course-box.market .content {
  transform: translateY(230px);
}
.index-course-box.market:hover .title {
  color: #007C88;
}
.index-course-box.market:hover .content {
  transform: translateY(50px);
  background-color: rgba(255, 255, 255, .85);
}
.index-course-box.market .content .intro {
  opacity: 0;
  transition: all .5s;
}
.index-course-box.market:hover .content .intro {
  opacity: 1;
  height: 120px; /*設定資料高度*/
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 4; /*設定資料顯示行數*/
}
.index-course-box .date {
  position: absolute;
  bottom: 1rem;
  left: 2rem;
  font-size: 0.813rem;
  color: #262C2D;
  font-weight: 400;
  font-family: poppins;
  letter-spacing: 1px;
}
/*內頁-看成果-專案相關報導換頁*/
.dropdown-menu.result-page.show {
  width: 100%;
  text-align: center;
  background-color: #4c5252;
}
.dropdown-menu.result-page.show a {
  color: #FFF;
}
.dropdown-menu.result-page.show a:hover {
  background-color: #FFF;
  color: #4c5252;
}
/*內頁-看成果-留言回饋*/
.result-feedback-block {
  position: relative;
  background: linear-gradient(to bottom, #2CC555 30%, #FBFAF3 80%);
  padding: 2rem 0;
}
.result-feedback-box .inside {
  padding: 3rem 0;
}
.result-feedback-box {
  border-radius: 40px;
  padding: 2rem 10%;
  background-color: #FFF;
  margin: 5%;
  transform: all 1s;
}
.result-feedback-box.blank {
  border-radius: 40px;
  padding: 2rem 10%;
  background-color: #FFFFFF10;
  margin: 5%;
  transform: all 1s;
}
.result-feedback-box .photo {
  margin: 0.5rem auto;
  border-radius: 50%;
  width: 160px;
  height: 160px;
  overflow: hidden;
  /*圖片背景*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.result-feedback-box .name {
  font-size: 1.5rem;
  color: #262C2D;
  font-weight: 600;
  padding: 1rem 0;
  text-align: center;
}
.result-feedback-box .company {
  font-size: 0.875rem;
  color: #262C2D;
  font-weight: 400;
  text-align: center;
}
.result-feedback-box .hr {
  color: #E3E8E8;
}
.result-feedback-box .words {
  font-size: 1.125rem;
  color: #262C2D;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 1px;
  min-height: 350px;
}
/**slick 的前後兩項旋轉*********/
.slick_result-feedback .slick-slide {
  transform: rotate(-8deg);
  border-collapse: collapse;
  transition: all 1s;
}
.slick_result-feedback .slick-current {
  transform: rotate(0);
  transition: all 1s;
}
.icon-slick-prev2, .icon-slick-next2 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  width: 43px;
  height: 39px;
  border-radius: 10px;
  border: 1px solid #C0C9FC;
  background-color: #2E4CF4;
  box-shadow: 2px 3px 0 0 #C0C9FC;
  position: absolute;
  bottom: 35%;
  z-index: 2;
  transition: all .5s;
  cursor: pointer;
  transition: all .5s;
}
.icon-slick-prev2:hover, .icon-slick-next2:hover {
  border: 1px solid #2E4CF4;
  background-color: #FFF;
  color: #2E4CF4;
}
.icon-slick-prev2.is-edge, .icon-slick-next2.is-edge {
  border: 1px solid #2E4CF4;
  background-color: #FFF;
  color: #2E4CF4;
}
.icon-slick-prev2 {
  left: 10%;
}
.icon-slick-next2 {
  left: calc(10% + 50px);
}
.feedback-start-words {
  position: absolute;
  top: 35%;
  left: 15%;
  color: #FFF;
}
.feedback-end-words {
  position: absolute;
  top: 35%;
  right: 15%;
  color: #FFF; /*#2CC555*/
}
#final-words {
  padding-top: 10rem;
}
/*內頁-看成果-專題報導內容*/
.content-title {
  margin-top: 3rem;
  font-size: 2rem;
  font-weight: 600;
  color: #262C2D;
  line-height: 1.5;
  padding-bottom: 1rem;
  border-bottom: 1px solid #E3E8E8;
}
.content-date-unit {
  font-size: 1rem;
  padding: 0.5rem 0 2rem;
}
.content-date-unit div:nth-child(2) {
  text-align: right;
}
.content-date-unit i {
  margin-right: 0.25rem;
  color: #00A4B0;
}
.content-source {
  border-top: 1px solid #E3E8E8;
  font-size: 1rem;
  padding: 0.5rem 0;
  margin-top: 2rem;
}
/*************************************************************************************************************/
/*                                                                                                           */
/*                                            RWD 開始                                                       */
/*                                                                                                          */
/************************************************************************************************************/
@media only screen and (max-width: 1680px) {
  .index-banner-menu {
    padding-top: 67.7%;
  }
  #main-navbar .dropdown-menu[data-bs-popper] {
    right: 0;
    margin-top: -5px;
  }
  /*內頁-看成果-專題報導內容 1680*/
  .content-title {
    margin-top: 0.5rem;
  }
}
@media only screen and (max-width: 1400px) {
  Body {
    background-size: auto;
  }
  .nav-item {
    font-size: 80%;
    padding: 10px 3px;
  }
  /*找工具-內頁 1400*/
  .tool-right-block {
    position: sticky;
    top: 50px;
    padding-left: 50px;
  }
  /*首頁-主Banner動畫 1400*/
  .index-banner-menu {
    padding-top: 80.7%;
    width: 100%;
    max-width: 1440px;
    overflow: hidden;
  }
  .index-banner-menu .alt-words {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    pointer-event: none;
  }
  .index-banner-menu .alt-words img {
    width: 163px;
    margin-top: 8%;
    pointer-event: none;
    opacity: 0;
    transform: translateY(50px);
    z-index: 3;
  }
  .index-banner-menu .alt-words:hover img {
    opacity: 1;
    animation: photo-up .3s ease forwards;
  }
  .index-banner-menu #m1 {
    top: 8%;
    left: 29%;
    width: 42%;
  }
  .index-banner-menu #m2 {
    top: 28.2%;
    left: 57.5%;
    width: 45%;
  }
  .index-banner-menu #m3 {
    top: 56.5%;
    left: 26.5%;
    width: 43%;
  }
  .index-banner-menu #m4 {
    top: 21%;
    left: -0.5%;
    width: 43%;
  }
  .index-banner-menu #s1 {
    top: 35%;
    left: 31.5%;
    width: 10%;
  }
  .index-banner-menu #s2 {
    top: 38.5%;
    left: 60%;
    width: 11%;
  }
  .index-banner-menu #s3 {
    top: 63.5%;
    left: 59%;
    width: 11%;
  }
  .index-banner-menu #s4 {
    top: 57.4%;
    left: 31.2%;
    width: 12%;
  }
  .index-banner-menu #drone {
    position: absolute;
    top: 27.3%;
    left: 20.5%;
    width: 10%;
    animation: drone-fly 20s ease infinite;
  }
  .index-banner-menu #drone img {
    width: 130px;
  }
  @keyframes drone-fly {
    0% {
      transform: translate(0, 0);
      opacity: 0;
    }
    10% {
      transform: translate(0, 0);
      opacity: 1;
    }
    40% {
      transform: translate(430px, 260px);
      opacity: 0;
    }
    50% {
      transform: translate(430px, 260px);
      opacity: 1;
    }
    80% {
      transform: translate(840px, 0);
      opacity: 0;
    }
    90% {
      transform: translate(840px, 0);
      opacity: 0;
    }
    100% {
      transform: translate(840px, 0);
      opacity: 0;
    }
  }
  /*首頁最新消息區塊 1400*/
  .index-news-area {
    background-color: #FBFAF3;
    padding: 0 0 50px;
  }
}
@media only screen and (max-width: 1200px) {
  /*內頁-找資源-詳細介紹 1200*/
  .source-sub-menu ul li a {
    padding: 0.375rem 2rem;
  }
}
@media only screen and (max-width: 992px) {
  /*內頁-找資源 1200*/
  .source-banner-box {
    padding-bottom: 45%;
  }
  /*內頁-找資源-詳細介紹 1200*/
  .source-sub-menu ul li a {
    padding: 0.375rem 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .ll-hide {
    display: block;
  }
  .ss-hide {
    display: none;
  }
  /*選單調整 768*/
  #main-navbar.navbar {
    background-color: #FFF;
    height: 52px;
  }
  #main-navbar .navbar-brand {
    z-index: 2001;
  }
  #main-navbar .navbar-brand > img {
    position: static;
    height: 38px;
    margin-left: 1rem;
    z-index: 1001;
  }
  #main-navbar .navbar-toggler {
    border: 0;
    margin-right: 0.5rem;
    z-index: 2001;
  }
  #main-navbar .navbar-nav {
    padding-top: 3rem;
    background-color: #FFF;
    border-radius: 40px 0 40px 40px;
    box-shadow: 0 20px 30px rgba(0, 0, 0, .1);
    margin-top: -45px;
  }
  #main-navbar .nav-link {
    width: 100%;
    padding: 10px 0;
    font-size: 1.25rem;
  }
  #main-navbar .nav-item {
    flex-direction: column;
  }
  #main-navbar .dropdown-menu[data-bs-popper] {
    right: 0;
    margin-top: 0;
  }
  #main-navbar .dropdown-menu.show {
    display: block;
    width: 80%;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
    border-radius: 10px;
    border: 0;
  }
  #main-navbar .dropdown-nav-link:nth-child(1) {
    border-bottom: 1px solid #E3E8E8;
  }
  #main-navbar .dropdown-nav-link {
    font-size: 1.125rem;
    border-radius: 0;
  }
  #main-navbar .dropdown-nav-link:hover {
    border-radius: 100px;
  }
  /* 收合狀態：漢堡 768*/
  #main-navbar .navbar-toggler.collapsed .navbar-toggler-icon {
    background-image: url(../images/icon/icon_hamberger-close.svg);
    background-position: center;
    background-size: cover;
  }
  /* 展開狀態：關閉 768*/
  #main-navbar .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    background-image: url(../images/icon/icon_hamberger-X.svg);
    background-position: center;
    background-size: cover;
  }
  #close-nav {
    display: none;
  }
  /*首頁-最新消息 768*/
  .index-news-box {
    flex-direction: column-reverse;
  }
  .index-news-box .index-stitle {
    margin-top: 2rem;
  }
  .index-news-right .photo {
    border-radius: 20px;
  }
  .index-news-right .content {
    border-radius: 20px;
    padding: 0.5rem;
  }
  .index-stitle:before {
    left: 0;
    top: -5px;
    width: 35px;
    height: 35px;
  }
  /*內頁標題Banner 768*/
  .inside-banner-area {
    padding-top: 50px;
  }
  .inside-title-banner {
    margin-top: 70px;
    height: 150px;
    line-height: 1.5;
    font-size: 2.5rem;
  }
  /*內頁-找資源 768*/
  .source-banner-box {
    padding-bottom: 50%;
    border-radius: 20px;
  }
  /*內頁-找工具-詳細介紹 768*/
  .source-sub-menu {
    background-color: #FFF;
    margin-bottom: 2rem;
    z-index: 5;
  }
  .source-sub-menu .container-1600 {
    justify-content: flex-start;
  }
  .source-sub-menu ul {
    margin: auto;
    display: flex;
  }
  .source-sub-menu ul li {
    list-style: none;
  }
  .source-sub-menu ul li a {
    position: relative;
    display: block;
    border-radius: 0;
    padding: 1rem 0.25rem 0.25rem;
    margin: 0 5px;
    border: 0;
    color: #262C2D;
    transition: all .4s;
    font-size: 1.125rem;
    font-weight: 500;
  }
  .source-sub-menu.scroll-down ul li a {
    padding: 1rem 0.5rem 0.25rem;
  }
  .source-sub-menu ul li.active a {
    border: unset;
  }
  .source-sub-menu ul li a:hover {
    color: #00A4B0;
  }
  .source-sub-menu ul li.active a {
    color: #00a4b0;
    border-bottom: 4px solid #00A4B0;
    background-color: #FFF;
  }
  .source-sub-menu ul li.active a:after {
    display: none;
  }
  .source-accordion .accordion-body {
    padding: 1rem;
    line-height: 1.8;
  }
  .tool-right-block {
    padding-left: 0;
  }
  .tool-content-photo {
    position: relative;
    background-color: #1C1C1C;
    border-radius: 20px;
    border: 1px solid #1C1C1C;
    padding: 2rem 0 1rem;
    margin-top: 3rem;
  }
  /*內頁-看成果-專題報導內容 768*/
  .content-title {
    font-size: 1.75rem;
    border-bottom: 1px solid #E3E8E8;
  }
  .content-date-unit div:nth-child(2) {
    text-align: left;
  }
}
/*******************************************************************************************


行動版面開始


********************************************************************************************/
/* 桌面版面: 576px 最大*/
@media only screen and (max-width: 576px) {
  /*首頁banner區塊****************************/
  .index-banner-area {
    margin-top: 50px;
  }
  .index-banner {
    padding-bottom: 55%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  /*上方動畫調整 576*/
  .index-banner-menu {
    padding-top: 220%; /*1680:67.7%*/
    overflow: hidden;
    z-index: 3;
  }
  .index-banner-menu .item img {
    width: 100%;
    height: auto;
  }
  .index-banner-menu .alt-words {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 80%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .index-banner-menu .alt-words img {
    width: 50%;
    margin-top: 8%;
    pointer-event: none;
    opacity: 0;
    transform: translateY(50px);
    z-index: 3;
  }
  .index-banner-menu .alt-words:hover img {
    opacity: 1;
    animation: photo-up .3s ease forwards;
  }
  @keyframes photo-up {
    0% {
      transform: translateY(50px);
    }
    85% {
      transform: translateY(-3px);
    }
    95% {
      transform: translateY(1px);
    }
    100% {
      transform: translateY(0);
    }
  }
  .index-banner-menu #m1 {
    top: 4%;
    left: -20%;
    width: 90%;
  }
  .index-banner-menu #m2 {
    top: 21.2%;
    left: unset;
    right: -23%;
    width: 82%;
  }
  .index-banner-menu #m3 {
    top: 43.5%;
    left: -7.5%;
    width: 79%;
  }
  .index-banner-menu #m4 {
    top: 61%;
    left: unset;
    right: -32%;
    width: 90%;
  }
  .index-banner-menu #s1 {
    top: 48%;
    left: 47.5%;
    width: 18%;
  }
  .index-banner-menu #s2 {
    top: 27.5%;
    left: 49%;
    width: 19%;
  }
  .index-banner-menu #s3 {
    display: none;
  }
  .index-banner-menu #s4 {
    top: 66%;
    left: 46.2%;
    width: 24%;
  }
  .index-banner-menu #drone {
    display: none;
  }
  .index-news-area {
    position: relative;
    background-color: #FBFAF3;
    padding: 150px 0 50px;
    margin-top: -150px;
  }
  /*首頁-最新消息 576*/
  .index-news-list .index-stitle {
    position: absolute;
    width: 100%;
    top: -3rem;
    left: 0;
  }
  .index-news-box .index-news-list {
    flex: 0 0 100%;
    padding: 0 3%;
    margin-top: 0;
  }
  .index-news-box {
    padding: 0 0 1.5rem;
    border-radius: 20px;
    margin-bottom: 90px;
    border: 1px solid #9FA5A5;
  }
  .news-table-th {
    padding: 5px 0;
    font-size: 90%;
    color: #27693A;
    flex-wrap: wrap;
  }
  .news-table-tr.right {
    padding: 0 5px;
  }
  .news-table-tr {
    flex-wrap: wrap;
    align-items: center;
    font-size: 90%;
    font-weight: 500;
  }
  .news-table-tr.right > .data {
    flex: 1 0 20%;
  }
  .news-table-tr.right > .stitle {
    flex: 0 1 74%;
  }
  .news-table-tr > .stitle {
    flex: 1 0 65%;
    height: 60px; /*設定資料高度*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2; /*設定資料顯示行數*/
  }
  .news-table-tr > .data {
    flex: 1 0 20%;
  }
  /*首頁左側快速選單 576*/
  .index-left-menu {
    margin-left: -1.5rem;
  }

  .index-source-area {
    padding: 0 0 100px;
  }
  .index-tool-area {
    padding: 50px 0;
    border-radius: 60px;
    overflow: hidden;
  }
  .index-course-area {
    overflow: hidden;
  }
  .index-tool-box .photo img {
    max-width: 360px;
    width: 80%;
    margin: 0 auto 1rem;
  }
  .index-source-area .index-stitle {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 2rem;
  }
  .index-course-area .index-stitle {
    text-align: center;
  }
  .index-result-circle {
    margin: 1rem auto;
  }
  .index-result-block .go-result-btn {
    width: 100%;
  }
  /*footer 區塊*/
  .footer-logo-group {
    flex-direction: column;
  }
  .footer-top-cloud {
    height: 100px;
  }
  .footer-logo-group {
    display: flex;
    width: fit-content;
    margin: 1rem;
    font-size: 0.875rem;
    color: #4C5252;
  }
  .footer-menu .footer-sm-link {
    display: block;
  }
  footer .g-5 {
    --bs-gutter-x: 0;
  }
  .footer-logo-group span {
    display: block;
  }
  .footer-logo-group br {
    display: none;
  }
  .footer-logo-group .photo img {
    margin-bottom: 1rem;
  }
  .footer-menu {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
  }
  .footer-menu ul {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    display: flex;
    padding: 0;
    margin: 0;
  }
  .footer-menu ul li {
    text-align: center;
    line-height: 2;
    margin-left: auto;
    margin-right: auto;
    flex: 1 0 25%;
    justify-content: center;
    align-items: flex-start;
    padding: 1rem;
  }
  .footer-menu ul li span {
    border-right: 0;
    text-align: center;
    padding: 0;
    white-space: nowrap;
  }
  .footer-menu ul li i {
    display: none;
  }
  .footer-copyright {
    text-align: left;
    border-top: 1px solid #E3E8E8;
    line-height: 1.8;
    padding-top: 0.5rem;
  }
  .footer-copyright a {
    display: block;
    margin-left: 0;
  }
  /*內頁標題Banner*/
  .inside-banner-area {
    padding-top: 50px;
  }
  .inside-title-banner {
    margin-top: 70px;
    height: 150px;
    line-height: 1.5;
    font-size: 2.5rem;
  }
  .inside-title-banner.source {
    margin-top: 70px;
    height: auto;
    line-height: 1.5;
    font-size: 2.5rem;
  }
  /*內頁-找資源 556*/
  .source-banner-area {
    padding: 0;
  }
  .source-banner-box {
    padding-bottom: 50%;
    border-radius: 20px;
  }
  .source-contact {
    padding-left: 1rem;
  }
  /*內頁-找資源-詳細介紹 556*/
  .source-sub-menu ul li a {
    padding: 1rem 0.25rem 0.25rem;
    margin: 0 5px;
    border: 0;
    color: #262C2D;
    transition: all .4s;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.5;
  }
  /*內頁-找工具*/
  .tool-menu-box {
    height: 140px;
  }
  .tool-menu-box .content {
    flex: 0 0 65%;
    padding: 1rem;
  }
  .tool-menu-box .content .title {
    padding-bottom: 0.5rem;
  }
  .tool-menu-box .photo {
    flex: 0 0 35%;
  }
  .tool-menu-box .photo img {
    height: 138px;
  }
  .tool-search-box {
    padding: 0.5rem;
    flex-wrap: wrap;
  }
  .tool-search-box .title {
    flex: 0 0 100%;
    font-size: 1.125rem;
    padding-bottom: 0.25rem;
  }
  .tool-search-box .content {
    flex: 0 0 100%;
    font-size: 0.813rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .tool-input {
    border-radius: 20px;
    border: 1px solid #9FA5A5;
    font-size: 1rem;
    padding: 0.25rem 1rem;
  }
  .tool-input.search-keyword {
    width: 98%;
  }
  .tool-input.search-cost {
    width: 120px;
    margin: 1rem;
  }
  .tool-search-btn {
    background-color: #ECEBE3;
    border-radius: 100px;
    padding: 0.75rem;
    margin: 3px 1px;
    border: 0;
    font-size: 0.813rem;
  }
  .tool-search-submit {
    margin: 0.5rem auto;
    width: 100%;
    padding: 0.25rem;
  }
  .tool-list-block {
    padding: 0;
    border-top: 1px solid #E3E8E8;
  }
  .tool-list-box {
    padding: 20px;
    margin: 15px 0;
  }
  .pagination.page-bottom .page-link {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-size: 0.813rem;
  }
  /*內頁-找工具-詳細內容*/
  .download-list-line {
    padding: 15px;
    border-radius: 20px;
    margin: 1rem 0;
  }
  .download-list-line .photo {
    flex: 0 0 20%;
  }
  .tool-right-block {
    display: block;
    top: 50px;
    padding-left: 0;
    padding-top: 2rem;
  }
  /*右拉聯絡資訊*/
  .tool-content-offcanvas.offcanvas.offcanvas-end {
    width: 95vw !important;
    min-width: 320px;
    border-radius: 30px 0 0 30px;
    overflow: hidden;
  }
  .tool-contact-box {
    padding: 0 1rem;
  }
  .tool-contact-box .title {
    font-size: 1.5rem;
    padding: 1.5rem 0;
    text-align: center;
  }
  .tool-contact-box .info {
    font-size: 1rem;
    letter-spacing: 0;
  }
  /*內頁-看成果*/
  .ratio-bi {
    padding-bottom: 75%;
    border-radius: 20px;
  }
  .index-course-box.result {
    margin: 15px 0;
    border-radius: 20px;
  }
  .index-course-box.result .content {
    border-radius: 20px;
  }
}