@charset "utf-8";
/* CSS Document 首頁使用之 index */
/**********/
/* 隱藏原生游標 */
.custom-cursor {
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  position: fixed;
  pointer-events: none;
  z-index: 9999;
  transition: transform 0.2s;
}
.cursor-follower {
  width: 30px;
  height: 30px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  position: fixed;
  pointer-events: none;
  z-index: 9998;
  transition:
    width 0.3s, height 0.3s, border 0.3s;
}
/* 懸停時放大效果 */
.hoverable:hover ~ .cursor-follower {
  width: 60px;
  height: 60px;
  border-width: 1px;
}
/**********/
/*首頁banner區塊****************************/
.index-banner-area {
  position: relative;
  margin-top: 60px;
}
.index-banner {
  position: relative;
  padding-bottom: 37.97%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#plan01-item01 {
  position: absolute;
  width: 8%;
  left: 20%;
  top: 15%;
}
#plan01-item02 {}
/*上下頁silck*/
.center_1_prev {
  left: 20px;
}
.center_1_next {
  right: 20px;
}
.center_1_prev, .center_1_next {
  cursor: pointer;
  position: absolute;
  background-color: transparent;
  border: 0;
  top: 40%;
  z-index: 15;
  opacity: .4;
  transition: all .5s;
}
.center_1_prev > img, .center_1_next > img {
  width: 70px;
}
/**主Banner區的slick dot*********/
.slick_banner > .slick-dots li button:before {
  position: absolute;
  top: 3px;
  left: 3px;
  content: "";
  background-color: #BDBDBD; /*#60b7e7*/
  height: 15px;
  width: 15px;
  border-radius: 10px;
  opacity: 0.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick_banner > .slick-dots li.slick-active button:before {
  background-color: #60b7e7;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick_banner > .slick-dots li {
  position: relative;
  display: inline-block;
  height: 15px;
  width: 40px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.slick_banner > .slick-dots > li > button {
  border: 0;
  background: transparent;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-active {}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  padding: 0;
  margin: 10px 0 0;
  background-image: url(../images/index2025/bg_3item-lb.jpg);
  background-position: top left;
  background-size: 100%;
}
/*首頁Banner控制器*/
.rwd-index-banner {
  position: relative;
}
.banner-autoplay-controller {
  position: absolute;
  top: 25px;
  left: 25px;
  z-index: 2;
}
.banner-autoplay-controller img {
  width: 50px;
}
/*首頁標題字：*/
.index-title {
  color: #15488d;
  font-size: 200%;
  font-weight: 700;
}
/*2025首頁-3Item區塊*/
.index-3item-area {
  margin: -15px 0 0;
  background-image: url("../images/index2025/bg_3item-lb.jpg");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100%;
  padding: 0;
}
.index-3item-area-inside {
  margin: 0;
  padding: 120px 0;
  background-image: url("../images/index2025/bg_3item-rt.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 350px;
}
.fun-items {
  padding: 40px;
}
.fun-items .ani {
  width: 100%;
}
.fun-items .bg {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.fun-items .move {
  position: absolute;
  width: 100%;
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  animation: move-down-up 1s ease-in-out infinite alternate;
}
@keyframes move-down-up {
  0% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes move-up-down {
  0% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fun-items .front {
  position: absolute;
  padding-bottom: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  animation: move-up-down 1s ease-in-out infinite alternate;
}
.fun-items .title {
  padding: 25px 0 20px;
  text-align: center;
  color: #6D6D6D;
  font-size: 1.75rem;
}
.fun-items .btn {
  text-align: center;
  width: 100%;
}
.fun-items .item-btn {
  display: block;
  position: relative;
  padding: 6px;
  padding-right: 2rem;
  width: 170px;
  color: #FFFFFF;
  background-color: #008085;
  border-radius: 100px;
  border: 1px solid #008570;
  margin: auto;
  letter-spacing: 0.125rem;
  font-size: 1.1rem;
  font-weight: 600;
  transition: all .5s;
}
.fun-items .item-btn:hover {
  color: #035FB5;
  background-color: #FFFFFF;
  font-weight: 700;
  padding-right: 12px;
}
.fun-items .item-btn:after {
  content: "";
  position: absolute;
  top: calc(50% - 5.5px);
  right: 1.25rem;
  width: 27px;
  height: 9px;
  color: #008570;
  background-image: url(../images/index2025/icon-item-arrow.svg);
  background-repeat: no-repeat;
  transition: all .5s;
}
.fun-items .item-btn:hover:after {
  right: 0.9rem;
  transform: scale(1.1);
  background-image: url(../images/index2025/icon-item-arrow-hover.svg);
}
/*2025首頁-長區塊*/
.index-long-area {
  margin: 0;
  padding: 100px 0;
  background-image: url("../images/index2025/bg_long-area.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.long-news-title {
  font-size: 2.625rem;
  font-weight: 600;
  line-height: 1.2;
  padding-left: 4rem;
  text-align: center;
  width: fit-content;
  margin: 2rem auto;
  letter-spacing: 0.5rem;
  color: #333;
  background-position: left center;
  background-size: auto 90%;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
}
.long-news-title span {
  color: #005457;
}
/*2025首頁news區塊****************************/
.news-menu-group {
  margin-bottom: 0.75rem;
}
.news-menu {
  position: relative;
  background-color: #FFFFFF;
  color: #006F98;
  text-align: center;
  padding: 10px;
  padding-left: 3rem;
  width: calc(100% - 20px);
  display: block;
  margin: 18px auto;
  border-radius: 40px;
}
.news-menu span {
  position: relative;
  font-size: 1.375rem;
  letter-spacing: 0.25rem;
}
.news-menu span:before {
  content: "";
  display: block;
  position: absolute;
  left: -2.5rem;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto 100%;
}
.news-menu.active:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: -15px;
  left: calc(50% - 10px);
  background-image: url("../images/index2025/icon-menui-triangle.svg");
  background-size: 20px 20px;
  background-repeat: no-repeat;
}
/*加小圖示*/
#plan-news.news-menu.active span:before, #plan-news.news-menu:hover span:before {
  background-image: url("../images/index2025/icon_news01-w.svg");
}
#plan-news.news-menu span:before {
  background-image: url("../images/index2025/icon_news01.svg");
}
#check-lsit.news-menu.active span:before, #check-lsit.news-menu:hover span:before {
  background-image: url("../images/index2025/icon_news02-w.svg");
}
#check-lsit.news-menu span:before {
  background-image: url("../images/index2025/icon_news02.svg");
}
#event-news.news-menu.active span:before, #event-news.news-menu:hover span:before {
  background-image: url("../images/index2025/icon_news03-w.svg");
}
#event-news.news-menu span:before {
  background-image: url("../images/index2025/icon_news03.svg");
}
.news-menu.active, .news-menu:hover, .news-menu:active {
  color: #ffffff;
  background-color: #007175;
}
/*2025最新消息內容 tab-content 區塊*/
.news-content {
  position: relative;
  margin-bottom: 50px;
}
.news-content-photo {
  width: 300px;
  height: 300px;
  position: absolute;
  right: -15%;
  bottom: -5%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.news-content-photo-move {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 300px;
}
#news-photo01.news-content-photo > .news-content-photo-move {
  animation: move-down-up 1s ease-in-out infinite alternate;
}
#news-photo02.news-content-photo > .news-content-photo-move {
  animation: move-down-up 1s ease-in-out infinite alternate;
}
#news-photo03.news-content-photo > .news-content-photo-move {
  animation: fade-out-shine 2s ease-in-out infinite alternate;
}
.news-list-box {
  display: flex;
  width: calc(100% - 20px);
  margin: 1rem auto;
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 10px;
  transition: all .8s;
}
.news-list-box:hover {
  box-shadow: 2px 2px 15px 0 #00939850;
  transform: scale(1.02);
}
.news-list-box div {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
.news-list-box .date {
  flex-direction: column;
  font-size: 1rem;
  font-weight: 500;
  align-items: flex-start;
  color: #008570;
  letter-spacing: 0.125rem;
  line-height: 150%;
  flex: 0 0 125px;
}
.news-list-box .date span {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.35rem;
}
.news-list-box .type {
  justify-content: center;
  flex: 0 0 148px;
}
.tag-plan-drive, .tag-plan-share, .tag-course, .tag-session, .tag-match, .tag-other {
  text-align: center;
  width: 148px;
  padding: 5px;
  border-radius: 100px;
}
.tag-plan-drive {
  background-color: #00939820;
  color: #007175;
}
.tag-plan-share {
  background-color: #F3AF5550;
  color: #8A520A;
}
.tag-course {
  background-color: #4DA94130;
  color: #007175;
}
.tag-session {
  background-color: #F3AF5550;
  color: #8A520A;
}
.tag-match {
  background-color: #00939820;
  color: #007175;
}
.tag-other {
  background-color: #4933D820;
  color: #4933D8;
}
.news-list-box .title {
  color: #333333;
  padding-right: 3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 40px;
  overflow: hidden;
  -webkit-line-clamp: 1;
  padding-top: 0.5rem;
}
.news-more-right {
  text-align: right;
  padding: 15px;
  padding-right: 10%;
}
a.more-link {
  color: #007B80;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
a.more-link:after {
  content: "";
  display: block;
  right: 0;
  margin-left: 0.5rem;
  width: 35px;
  height: 35px;
  background-image: url("../images/index2025/icon-next.svg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
a.more-link:hover {
  color: #0061BD;
}
a.more-link:hover:after {
  background-image: url("../images/index2025/icon-next-over.svg");
  right: -8px;
}
/*首頁news區塊****************************/
.index-news-area {
  margin: 0;
  padding: 160px 0 100px;
  background-image: url("../images/index2023/bg_news-xxl.jpg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.index-news-title {
  padding: 20px 0;
  background-image: url("../images/index2023/line_news-title.jpg");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 35%;
  margin-bottom: 35px;
}
.index-news-area-menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between !important;
}
.index-news-btn {
  padding: 5px 20px;
  margin: 10px 0;
  color: #26a8c6;
  background-color: #FFFFFF;
  border: 1px solid #26a8c6;
  display: block;
  font-weight: 700;
  border-radius: 30px;
  transition: all .4s;
}
.index-news-btn.active, .index-news-btn:hover, .index-news-btn:active {
  color: #ffffff;
  background-color: #26a8c6;
  border: 1px solid #26a8c6;
  ;
}
.index-news-more-btn {
  font-size: 105%;
  letter-spacing: 1px;
  padding: 4px 18px;
  margin: 10px 0 40px;
  color: #ffffff;
  background-color: #3482a3;
  border: 1px solid #3482a3;
  border: 0;
  display: block;
  font-weight: 700;
  border-radius: 30px;
  transition: all .4s;
}
.index-news-more-btn:hover {
  color: #3482a3;
  background-color: #fff;
  border: 1px solid #3482a3;
}
.index-news-box {
  border: 1px solid #99999990;
  border-radius: 15px;
  padding: 15px 15px 10px;
  margin: 10px;
  background-color: #fff;
}
.index-news-box-photo {
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 0 5px 0 #00000050;
  padding-bottom: 55%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  margin-bottom: 15px;
  transition: all .8s ease;
  cursor: pointer;
}
.index-news-box-photo:hover {
  background-size: 120%;
}
.index-news-box-date {}
.index-news-box-date > div:nth-child(1) {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  color: #26758d;
  font-size: 175%;
  font-weight: 700;
  font-family: Arial;
  letter-spacing: 2px;
}
.index-news-box-date > div:nth-child(2) {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  color: #4faaac;
  font-size: 75%;
  font-weight: 700;
  font-family: Arial;
}
.index-news-box-content {
  color: #4d4d4d;
  font-size: 85%;
  line-height: 150%;
}
.index-news-box-content > div:nth-child(1) > span {
  color: #fff;
  font-size: 60%;
  border-radius: 10px;
  padding: 2px 15px;
  letter-spacing: 2px;
  margin: 2px 0;
}
.tag-news-project {
  background-color: #4faaac;
}
.tag-news-list {
  background-color: #53c5f2;
}
.tag-news-event {
  background-color: #7ac493;
}
.index-news-box-content > div:nth-child(2) { /*內文*/
  height: 90px;
  overflow: hidden;
}
.index-news-box-content > div:nth-child(3) { /*more*/
  color: #808080;
  font-size: 50%;
  font-weight: 400;
  text-align: end;
  &::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #26758d;
    border-radius: 50%;
    margin-right: 5px;
    transform: translate(-10px, 10px);
  }
}
.index-news-box-content > div:nth-child(3) > a { /*more*/
  color: #808080;
  text-decoration: none;
  transition: all .3s;
}
.index-news-box-content > div:nth-child(3) > a:hover { /*more*/
  color: #0488DC;
}
/*調整首頁 News 的 dots */
.tab-pane > div > ul.slick-dots { /*指定這段的 dots 區塊*/
  width: 40%;
  right: 25%;
  padding: 20px 0;
  border-bottom: 1px solid #a0a0a0;
  display: flex;
  justify-content: flex-end;
  align-content: center;
  bottom: -50px;
}
.tab-pane > div li button:before {
  position: absolute;
  top: 0;
  left: 13px;
  content: "";
  background-color: #999999;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  opacity: .9;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tab-pane > div > .slick-dots li.slick-active button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: #70c3cd; /*#60b7e7*/
  height: 12px;
  width: 40px;
  border-radius: 10px;
  opacity: 0.9;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*調整首頁 News 的 arrow */
.slick_index_news_prev, .slick_index_news_next, .slick_index_news2_prev, .slick_index_news2_next, .slick_index_news3_prev, .slick_index_news3_next {
  position: absolute;
  bottom: -10px;
  cursor: pointer;
  z-index: 1000;
}
.slick_index_news_prev, .slick_index_news2_prev, .slick_index_news3_prev {
  left: 35%;
}
.slick_index_news_next, .slick_index_news2_next, .slick_index_news3_next {
  left: 37%;
}
.slick_index_news_prev > img, .slick_index_news_next > img, .slick_index_news2_prev > img, .slick_index_news2_next > img, .slick_index_news3_prev > img, .slick_index_news3_next > img {
  width: 30px;
}
/*2025首頁belt腰帶數字區******************/
.index-belt-group {
  position: relative;
  width: 100%;
  background-image: url("../images/index2025/bg_belt.svg");
  background-color: #BDEDDD;
  background-position: center bottom;
  background-size: 100%;
  border-radius: 36px;
  background-repeat: no-repeat;
  padding: 25px 0;
  margin: 100px 0;
}
.index-belt-group .index-belt-icon {
  text-align: center;
  margin: 25px auto 5px;
  width: 100px;
  height: 90px;
  background-position: center center;
  background-size: 95%;
  background-repeat: no-repeat;
}
.index-belt-group .index-belt-counter {
  text-align: center;
  color: #A04D1C;
  font-size: 2.25rem;
  margin: 15px 0;
}
.index-belt-group .index-belt-stitle {
  text-align: center;
  color: #515151;
  font-size: 1.35rem;
  margin-bottom: 15px;
}
/*2025首頁case精選案例區*/
.index-cases-area {
  position: relative;
  width: 100%;
  /*
  background-image: url("../images/index2025/bg_cases.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto 60%;
*/
  padding: 100px 15px;
}
.index-cases-bg-earth {
  position: absolute;
  top: 0;
  right: 0;
  width: 40vw;
  height: 40vw;
  opacity: .6;
}
.cases-search-group {
  width: 100%;
  max-width: 800px;
  margin: 15px auto;
  background-color: #FFFFFF;
  border-radius: 16px;
  border: 1px solid #009891;
  padding: 0;
}
.cases-search-group input {
  flex: 1 1 30% !important;
  height: 55px;
}
.cases-search-group select, input, button {
  border: 0 !important;
  font-size: 1.125rem;
  color: #6D6D6D;
}
.cases-search-group input:[placeholder], [placeholder], *[placeholder] {
  color: blue;
}
.cases-search-group ::-webkit-input-placeholder {
  font-size: 1.125rem;
  color: #6D6D6D;
}
.input-group-icon {
  display: flex;
  width: 40px;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 66%;
}
#ptitle-industy {
  background-image: url("../images/index2025/icon-search-industy.svg");
}
#ptitle-area {
  background-image: url("../images/index2025/icon-search-area.svg");
}
#ptitle-keyword {
  background-image: url("../images/index2025/icon-search-keyword.svg");
}
.cases-search-btn {
  background-color: #008570;
  padding: 3px 20px;
  border-radius: 0 14px 14px 0;
  transition: all .3s;
}
.cases-search-btn img {
  width: 30px;
}
.cases-search-btn:hover {
  background-color: #035FB5;
}
/*2025顯示左方選單與案例區塊*/
.index-cases-list {
  width: 100%;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
}
.cases-menu {
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
}
.cases-menu-box {
  color: #6D6D6D;
  font-size: 1.25rem;
  font-weight: 600;
  background-color: #FFF;
  border-radius: 25px;
  padding: 5%;
  display: flex;
  align-items: end;
  justify-content: center;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .2);
  flex: 1 1 40%;
  margin: 10px;
  height: 165px;
  background-repeat: no-repeat;
  background-position: center 25%;
  background-size: 60%;
  transition: all .5s;
}
.cases-menu-box:hover, .cases-menu-box.active {
  color: #FFF;
  background-color: #008570;
}
#case-menu-sale {
  background-image: url("../images/index2025/bg-menu_id-sale.svg");
}
#case-menu-food {
  background-image: url("../images/index2025/bg-menu_id-food.svg");
}
#case-menu-life {
  background-image: url("../images/index2025/bg-menu_id-life.svg");
}
#case-menu-leisure {
  background-image: url("../images/index2025/bg-menu_id-leisure.svg");
}
#case-menu-sale:hover, #case-menu-sale.active {
  background-image: url("../images/index2025/bg-menu_id-sale-w.svg");
}
#case-menu-food:hover, #case-menu-food.active {
  background-image: url("../images/index2025/bg-menu_id-food-w.svg");
}
#case-menu-life:hover, #case-menu-life.active {
  background-image: url("../images/index2025/bg-menu_id-life-w.svg");
}
#case-menu-leisure:hover, #case-menu-leisure.active {
  background-image: url("../images/index2025/bg-menu_id-leisure-w.svg");
}
#case-menu-sumit {
  flex: 1 1 80%;
  height: 55px;
  letter-spacing: 0.5rem;
  align-items: center;
  padding-right: 3rem;
  background-position: 75% center;
  background-size: auto 65%;
  background-image: url("../images/index2025/bg-menu_id-all.svg");
}
#case-menu-sumit:hover, #case-menu-sumit.active {
  background-image: url("../images/index2025/bg-menu_id-all-w.svg");
}
.show-cases-block {
  position: relative;
}
.slick_index_cases {
  padding: 0 10px;
}
/*2025精選案例右方tab區塊*/
.tab-pane-cases {
  display: none;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.tab-pane-cases.active {
  display: block;
  opacity: 1;
}
.tab-buttons button {}
.tab-content {}
/*2025精選案例方盒*/
.index-cases-box {
  border-radius: 26px;
  margin: 20px 15px;
  padding: 7px;
  background: linear-gradient(-20deg, #FFFFFF, #FFFFFF);
  transition: all .5s;
}
.index-cases-box:hover {
  background: linear-gradient(-20deg, #FFD780, #4AC08C);
  box-shadow: 0 0 8px 0 #00000020;
  transform: scale(1.03);
}
.index-cases-box-inside {
  border-radius: 26px;
  background-color: #FFF;
}
.index-cases-box .photo {
  padding-bottom: 65%;
  background-position: center center;
  background-size: cover;
  border-radius: 24px;
}
.index-cases-box .title {
  font-size: 1.25rem;
  color: #056D5B;
  font-weight: 600;
  padding: 15px 15px 10px;
  height: 82px; /*設定資料高度*/
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2; /*設定資料顯示行數*/
}
.index-cases-box .intro {
  font-size: 1rem;
  line-height: 1.75;
  color: #6D6D6D;
  padding: 0 15px 25px;
  line-height: 150%;
  height: 72px; /*設定資料高度*/
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3; /*設定資料顯示行數*/
}
.index-cases-box .more {
  position: relative;
  font-size: 0.75rem;
  color: #333333;
  padding: 15px 25px 8px;
  padding-right: 3rem;
  text-align: right;
  font-family: poppins;
  letter-spacing: 1px;
  transition: all .3s;
}
.index-cases-box:hover .more {
  color: #008A83;
}
.index-cases-box .more:after {
  content: "";
  position: absolute;
  right: 25px;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
  background-position: center center;
  background-size: 100%;
  background-image: url("../images/index2025/icon-view-more.svg");
}
/*2025調整首頁 cases 輪播的 arrow */
.slick_index_case_prev, .slick_index_case_next {
  position: absolute;
  top: 38%;
  cursor: pointer;
  z-index: 1000;
  background-color: transparent;
}
.slick_index_case_prev > img, .slick_index_case_next > img {
  width: 44px;
}
.slick_index_case_prev {
  left: -8px;
}
.slick_index_case_next {
  right: -8px;
}
.cases-more-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 15px;
}
.more-group {
  display: flex;
}
.more-group a {
  display: block;
  margin: 0 8px;
}
.more-group a:hover {}
.more-group .more-icon {
  background-color: #008570;
  color: #FFF;
  align-items: center;
  padding: 5px 25px;
  font-size: 1.5rem;
  letter-spacing: 0.25rem;
  border-radius: 35px;
  position: relative;
  padding-right: 2.5rem;
  transition: all .5s;
}
.more-group .more-icon:hover {
  padding-right: 25px;
}
.more-group .more-icon:after {
  content: "";
  background-image: url(../images/index2025/icon-more-w.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 5px;
  top: 5px;
  transition: all .5s;
}
.more-group .more-icon:hover:after {
  transform: scale(0.01);
  opacity: 0;
}
.more-group .more-circle {}
.more-group .more-circle img {
  width: 38px;
  transition: all .3s;
}
.more-group .more-circle img:hover {
  transform: scale(1.1);
}
/*首頁case精選案例區*/
.index-case-area {
  position: relative;
  width: 100%;
  background-image: url("../images/index2023/bg_case.jpg");
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 100%;
  padding: 100px 0;
}
.index-case-title {
  text-align: center;
  color: #15488d;
  font-size: 225%;
  font-weight: 700;
  background-image: url("../images/index2023/bg_case-title.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  width: fit-content;
  margin: 0 auto 40px;
  padding: 0 50px;
}
.index-case01-block, .index-case02-block, .index-case03-block, .index-case04-block {
  position: relative;
  width: 100%;
  background-repeat: repeat-y;
  background-position: top center;
  background-size: auto;
  margin: 50px 0;
  padding: 0;
  color: #fff;
}
.index-case01-block {
  background-image: url("../images/index2023/bg_case01.png");
}
.index-case02-block {
  background-image: url("../images/index2023/bg_case02.png");
}
.index-case03-block {
  background-image: url("../images/index2023/bg_case03.png");
}
.index-case04-block {
  background-image: url("../images/index2023/bg_case04.png");
}
.index-case01-title, .index-case02-title, .index-case03-title, .index-case04-title {
  line-height: 125%;
  border-radius: 20px;
  padding: 25px 35px;
}
.index-case01-title {
  background-color: var(--index-case01-title-color);
}
.index-case02-title {
  background-color: var(--index-case02-title-color);
}
.index-case03-title {
  background-color: var(--index-case03-title-color);
}
.index-case04-title {
  background-color: var(--index-case04-title-color);
}
.index-case01-title > div:nth-child(1), .index-case02-title > div:nth-child(1), .index-case03-title > div:nth-child(1), .index-case04-title > div:nth-child(1) {
  display: flex;
  flex-direction: row;
}
.index-case02-title > div:nth-child(1), .index-case04-title > div:nth-child(1) {
  justify-content: flex-end;
}
.index-case01-title > div:nth-child(1) > div, .index-case02-title > div:nth-child(1) > div, .index-case03-title > div:nth-child(1) > div, .index-case04-title > div:nth-child(1) > div {
  padding: 10px 20px 7px;
  letter-spacing: 3px;
  font-size: 150%;
  font-weight: 700;
  background-color: #fff;
  border-radius: 35px;
  width: fit-content;
  margin: 15px 0;
}
.index-case01-title > div:nth-child(1) > div {
  color: var(--index-case01-title-color);
}
.index-case02-title > div:nth-child(1) > div {
  color: var(--index-case02-title-color);
  justify-content: flex-end;
}
.index-case03-title > div:nth-child(1) > div {
  color: var(--index-case03-title-color);
}
.index-case04-title > div:nth-child(1) > div {
  color: var(--index-case04-title-color);
  justify-content: flex-end;
}
.index-case01-title > div:nth-child(2), .index-case02-title > div:nth-child(2), .index-case03-title > div:nth-child(2), .index-case04-title > div:nth-child(2) {
  display: block;
  font-size: 85%;
}
.index-case01-title > div:nth-child(3) > img, .index-case02-title > div:nth-child(3) > img, .index-case03-title > div:nth-child(3) > img, .index-case04-title > div:nth-child(3) > img {
  width: 100%;
}
.index-case01-title > div:nth-child(4), .index-case02-title > div:nth-child(4), .index-case03-title > div:nth-child(4), .index-case04-title > div:nth-child(4) {
  background-image: url("../images/index2023/line_case_more.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  margin: 25px 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.index-case01-title > div:nth-child(4) > span {
  padding: 0 5px;
  background-color: var(--index-case01-title-color);
}
.index-case02-title > div:nth-child(4) > span {
  padding: 0 5px;
  background-color: var(--index-case02-title-color);
}
.index-case03-title > div:nth-child(4) > span {
  padding: 0 5px;
  background-color: var(--index-case03-title-color);
}
.index-case04-title > div:nth-child(4) > span {
  padding: 0 5px;
  background-color: var(--index-case04-title-color);
}
.index-case01-title > div:nth-child(4) > span > i, .index-case02-title > div:nth-child(4) > span > i, .index-case03-title > div:nth-child(4) > span > i, .index-case04-title > div:nth-child(4) > span > i {
  font-size: 150%;
}
.index-case01-title > div:nth-child(4) > span > a, .index-case02-title > div:nth-child(4) > span > a, .index-case03-title > div:nth-child(4) > span > a, .index-case04-title > div:nth-child(4) > span > a {
  color: #fff;
  font-size: 125%;
  text-decoration: none;
  transition: all .3s;
}
.index-case01-title > div:nth-child(4) > span > a:hover, .index-case02-title > div:nth-child(4) > span > a:hover, .index-case03-title > div:nth-child(4) > span > a:hover, .index-case04-title > div:nth-child(4) > span > a:hover {
  color: #F7F9CF;
  text-decoration: underline !important;
}
/*調整首頁 case 輪播的 dots */
.slick_index_case01, .slick_index_case02, .slick_index_case03, .slick_index_case04 {
  padding: 15px 10%;
}
.slick_index_case01 > ul.slick-dots, .slick_index_case02 > ul.slick-dots, .slick_index_case03 > ul.slick-dots, .slick_index_case04 > ul.slick-dots { /*指定這段的 dots 區塊*/
  width: 80%;
}
.slick_index_case01 li button:before, .slick_index_case02 li button:before, .slick_index_case03 li button:before, .slick_index_case04 li button:before {
  position: absolute;
  top: 0;
  left: 13px;
  content: "";
  background-color: #999999;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  opacity: .9;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick_index_case01 > .slick-dots li.slick-active button:before, .slick_index_case02 > .slick-dots li.slick-active button:before, .slick_index_case03 > .slick-dots li.slick-active button:before, .slick_index_case04 > .slick-dots li.slick-active button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 10px;
  width: 30px;
  border-radius: 10px;
  opacity: 0.9;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick_index_case01 > .slick-dots li.slick-active button:before {
  background-color: var(--index-case01-color);
}
.slick_index_case02 > .slick-dots li.slick-active button:before {
  background-color: var(--index-case02-color);
}
.slick_index_case03 > .slick-dots li.slick-active button:before {
  background-color: var(--index-case03-color);
}
.slick_index_case04 > .slick-dots li.slick-active button:before {
  background-color: var(--index-case04-color);
}
/*調整首頁 case 輪播的 arrow */
.slick_index_case01_prev, .slick_index_case01_prev, .slick_index_case01_next, .slick_index_case02_prev, .slick_index_case02_next, .slick_index_case03_prev, .slick_index_case03_next, .slick_index_case04_prev, .slick_index_case04_next {
  position: absolute;
  top: 45%;
  cursor: pointer;
  z-index: 1000;
}
.slick_index_case01_prev > img, .slick_index_case01_next > img, .slick_index_case02_prev > img, .slick_index_case02_next > img, .slick_index_case03_prev > img, .slick_index_case03_next > img, .slick_index_case04_prev > img, .slick_index_case04_next > img {
  width: 50px;
}
.slick_index_case01_prev, .slick_index_case02_prev, .slick_index_case03_prev, .slick_index_case04_prev {
  left: 25px;
}
.slick_index_case01_next, .slick_index_case02_next, .slick_index_case03_next, .slick_index_case04_next {
  right: 25px;
}
.index-case-box {
  border: 1px solid #99999990;
  border-radius: 15px;
  padding: 15px 15px 10px;
  margin: 10px;
  background-color: #fff;
}
.index-case-box-photo {
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 0 5px 0 #00000050;
  padding-bottom: 55%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  margin-bottom: 15px;
  transition: all .4s;
  cursor: pointer;
}
.index-case-box-photo:hover {
  background-size: 120%;
}
.index-case-box-title {
  font-size: 115%;
  color: #4d4d4d;
  height: 60px;
  overflow: hidden;
}
.index-case-box-title > a {
  color: #4d4d4d;
  text-decoration: none;
  transition: all .3s;
}
.index-case-box-title > a:hover {
  color: #0488DC;
}
.index-case-box-hr01, .index-case-box-hr02, .index-case-box-hr03, .index-case-box-hr04 {
  display: block;
  width: 25px;
  height: 4px;
  margin: 15px 0;
  opacity: .7;
}
.index-case-box-hr01 {
  background-color: var(--index-case01-color);
}
.index-case-box-hr02 {
  background-color: var(--index-case02-color);
}
.index-case-box-hr03 {
  background-color: var(--index-case03-color);
}
.index-case-box-hr04 {
  background-color: var(--index-case04-color);
}
.index-case-box-content {
  color: #4d4d4d;
  font-size: 85%;
  line-height: 150%;
}
.index-case-box-content > div:nth-child(1) {
  height: 75px;
  overflow: hidden;
}
.index-case-box-content.more01 > div:nth-child(2) { /*more*/
  font-weight: 400;
  text-align: end;
  &::before {
    content: "";
    background: var(--index-case01-color);
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin-right: 5px;
    transform: translate(-10px, 10px);
  }
}
.index-case-box-content.more02 > div:nth-child(2) { /*more*/
  font-weight: 400;
  text-align: end;
  &::before {
    content: "";
    background: var(--index-case02-color);
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin-right: 5px;
    transform: translate(-10px, 10px);
  }
}
.index-case-box-content.more03 > div:nth-child(2) { /*more*/
  font-weight: 400;
  text-align: end;
  &::before {
    content: "";
    background: var(--index-case03-color);
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin-right: 5px;
    transform: translate(-10px, 10px);
  }
}
.index-case-box-content.more04 > div:nth-child(2) { /*more*/
  font-weight: 400;
  text-align: end;
  &::before {
    content: "";
    background: var(--index-case04-color);
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin-right: 5px;
    transform: translate(-10px, 10px);
  }
}
.index-case-box-content > div:nth-child(2) > a {
  text-decoration: none !important;
  transition: all .3s;
}
.index-case-box-content.more01 > div:nth-child(2) > a {
  color: var(--index-case01-color);
}
.index-case-box-content.more02 > div:nth-child(2) > a {
  color: var(--index-case02-color);
}
.index-case-box-content.more03 > div:nth-child(2) > a {
  color: var(--index-case03-color);
}
.index-case-box-content.more04 > div:nth-child(2) > a {
  color: var(--index-case04-color);
}
.index-case-box-content > div:nth-child(2) > a:hover {
  color: #0488DC;
}
/*2025修改首頁movie影音專區******************/
.index-movie-area {
  padding: 60px 0 0;
  background-image: url("../images/index2025/bg_movie.jpg");
  background-position: top right;
  background-size: cover;
  background-repeat: no-repeat;
}
.index-movie-block {
  position: relative;
  padding: 10px 0 80px;
  transition: all .5s;
}
.slick_index_movie .slick-track, .slick_index_movie .slick-list { /*讓放大超出的部分也可以顯示*/
  overflow: visible;
}
.slick_index_movie {
  padding: 50px 0;
  overflow: visible !important;
}
.index-movie-box {
  background-color: transparent;
  padding: 0;
  border-radius: 26px;
  overflow: hidden;
  cursor: pointer;
  transition: all .5s;
}
.index-movie-box:hover {
  transform: scale(1.05);
  box-shadow: 0 0 15px 0 #00989150;
}
.index-movie-box .photo {
  padding-bottom: 50%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.index-movie-box .title {
  font-size: 1.125rem;
  letter-spacing: 0.25rem;
  margin-top: -30px;
  width: fit-content;
  min-width: 45%;
  background-color: #007B80;
  padding: 10px 3rem;
  border-radius: 0 40px 40px 0;
  color: #FFFFFF;
  transition: all .5s;
}
.index-movie-box:hover .title {
  min-width: 105%;
  text-align: center;
}
.index-movie-box .intro {
  font-size: 1.125rem;
  color: #333333;
  padding: 15px 3rem;
  margin-bottom: 20px;
  height: 45px; /*設定資料高度*/
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1; /*設定資料顯示行數*/
}
/*Movie-非焦點影片*/
.slick_index_movie .slick-slide {
  transform: scale(0.7);
  opacity: 0.9;
  border-collapse: collapse;
  transition: all .5s;
}
.slick_index_movie .slick-current {
  overflow: visible !important;
  transform: scale(1.1);
  opacity: 1;
  transition: all .5s;
}
/*Movie 輪播 arrow*/
.slick_index_movie_prev, .slick_index_movie_next {
  position: absolute;
  top: 40%;
  cursor: pointer;
  z-index: 1000;
  background-color: transparent;
}
.slick_index_movie_prev {
  left: 26%
}
.slick_index_movie_next {
  right: 26%
}
.slick_index_movie_prev > img, .slick_index_movie_next > img {
  width: 44px;
}
/*Moviw 輪播 dot*/
.slick_index_movie {}
.slick_index_movie > ul.slick-dots { /*指定這段的 dots 區塊*/
}
.slick_index_movie li button:before {
  position: absolute;
  top: 0;
  left: 13px;
  content: "";
  background-color: #fff;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  opacity: .5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick_index_movie > .slick-dots li.slick-active button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 10px;
  width: 30px;
  border-radius: 10px;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick_index_movie > .slick-dots li.slick-active button:before {
  background-color: #fff;
}
.slick_index_case02 > .slick-dots li.slick-active button:before {
  background-color: var(--index-case02-color);
}
.slick_index_case03 > .slick-dots li.slick-active button:before {
  background-color: var(--index-case03-color);
}
.slick_index_case04 > .slick-dots li.slick-active button:before {
  background-color: var(--index-case04-color);
}
.index-movie-more {
  position: relative;
  margin: 0 0 30px;
  width: 85%;
  z-index: 1000;
  display: flex;
  justify-content: flex-end;
}
.index-movie-more > div {
  width: 30%;
  padding: 10px 0;
  background-image: url("../images/index2023/line-movie-more.png");
  background-position: bottom right;
  background-size: 100%;
  background-repeat: no-repeat;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.index-movie-more > div > a {
  color: #fff;
  font-size: 125%;
  letter-spacing: 4px;
  text-decoration: none;
  transition: all .3s;
}
.index-movie-more > div > a:hover {
  color: #f7d156;
}
.index-movie-more > div > a > img {
  width: 40px;
}
/*首頁survay量表區******************/
.index-survay-area {
  position: relative;
  width: 100%;
  background-image: url("../images/index2023/bg_survay-xxl.jpg");
  background-position: top right;
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 50px 0;
}
.index-survay-block {
  margin: auto 0 auto 5%;
}
.index-survay-box {
  width: 100%;
  background-image: url("../images/index2023/bg_survay_box.png");
  background-position: top right;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.index-survay-box > div:nth-child(1) {
  padding: 10px;
  color: #aae2de;
  font-size: 125%;
}
.index-survay-box > div:nth-child(2) {
  margin: 20px 20px 30px 10px;
}
.index-survay-box > div:nth-child(3) {
  padding: 0 20px;
  margin: 30px 20px;
  color: #26758d;
  letter-spacing: 3px;
  border-left: 6px solid #70c3cd80;
  font-size: 125%;
}
.index-survay-box > div:nth-child(4) {
  width: fit-content;
  padding: 10px 30px 10px 40px;
  margin-left: 1px;
  color: #4d4d4d;
  letter-spacing: 2px;
  background-color: #ffd080;
}
.index-survay-box > div:nth-child(5) {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 20px 50px 50px;
}
.index-survay-box > div:nth-child(5) > a {
  color: #70c3cd;
  font-size: 185%;
  letter-spacing: 4px;
  text-decoration: none;
  padding: 6px 0;
  border-bottom: 1px solid #26758d;
}
.index-survay-box > div:nth-child(5) > a:hover {
  color: #0488DC;
  transition: all .3s;
}
.index-survay-box > div:nth-child(5) > a > img {
  width: 45px;
}
@media only screen and (max-width: 1599.98px) {}
@media only screen and (max-width: 1399.98px) {
  .index-news-area {
    background-size: 120%;
  }
  .index-news-box-content > div:nth-child(2) {
    height: 110px;
  }
  /*2025最新消息插圖*/
  .news-content-photo {
    width: 250px;
    height: 250px;
    right: -12%;
    bottom: -5%;
  }
  .news-content-photo-move {
    width: 250px;
    height: 250px;
  }
  /*2025精選案例地球底圖*/
  .index-cases-bg-earth {
    width: 560px;
    height: 560px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .index-news-area {
    background-size: 140%;
  }
  .index-news-more-btn {
    font-size: 100%;
    letter-spacing: 0;
    padding: 4px 12px;
    margin: 10px 0 40px;
  }
  .index-survay-box > div:nth-child(3) {
    font-size: 110%;
  }
  .index-survay-box > div:nth-child(5) > a {
    font-size: 165%;
  }
  /*2025最新消息插圖*/
  .news-content-photo {
    right: -15%;
    bottom: -8%;
  }
}
@media only screen and (max-width: 991.98px) {
  /*更改下拉選單樣式*/
  .index-news-title {}
  .index-news-title {
    margin-left: 20px;
  }
  .index-news-box-content > div:nth-child(2) {
    height: 90px;
  }
  .index-news-area-menu {
    flex-direction: row;
    padding: 15px;
  }
  .index-news-area-menu > div {
    display: flex;
  }
  .index-news-btn {
    padding: 5px 20px;
    margin: 0 10px;
    color: #26a8c6;
  }
  .index-news-more-btn {
    padding: 4px 18px;
    margin: 0;
  }
  .slick_index_case01_prev, .slick_index_case02_prev, .slick_index_case03_prev, .slick_index_case04_prev {
    left: 5px;
  }
  .slick_index_case01_next, .slick_index_case02_next, .slick_index_case03_next, .slick_index_case04_next {
    right: 5px;
  }
  .index-case01-title, .index-case02-title, .index-case03-title, .index-case04-title {
    border-radius: 15px;
    padding: 15px;
  }
  .index-case01-title > div:nth-child(1) > div, .index-case02-title > div:nth-child(1) > div, .index-case03-title > div:nth-child(1) > div, .index-case04-title > div:nth-child(1) > div {
    padding: 10px 10px 7px;
    text-align: center;
    letter-spacing: 0;
    font-size: 120%;
    border-radius: 30px;
    width: 100%;
  }
  .index-case01-title > div:nth-child(4) > span > i, .index-case02-title > div:nth-child(4) > span > i, .index-case03-title > div:nth-child(4) > span > i, .index-case04-title > div:nth-child(4) > span > i {
    font-size: 120%;
  }
  .index-case01-title > div:nth-child(4) > span > a, .index-case02-title > div:nth-child(4) > span > a, .index-case03-title > div:nth-child(4) > span > a, .index-case04-title > div:nth-child(4) > span > a {
    color: #fff;
    font-size: 95%;
  }
  .index-survay-block {
    margin: auto auto;
  }
  /************************************************************/
  /*2025相關設定 992*/
  /************************************************************/
  /*三項主功能按鈕*/
  .fun-items {
    padding: 15px;
  }
  /*2025 news more & 插圖*/
  .news-more-right {
    padding-right: 25%;
  }
  .news-content-photo {
    width: 225px;
    height: 225px;
    position: absolute;
    right: 0;
    bottom: -36%;
  }
  .news-content-photo-move {
    width: 225px;
    height: 225px;
  }
}
@media only screen and (max-width: 767.98px) {
  /*首頁Banner上下頁silck*/
  .center_1_prev, .center_1_next {
    top: 36%;
  }
  .center_1_prev > img, .center_1_next > img {
    width: 40px;
  }
  .index-news-title {
    background-size: 55%;
  }
  .index-news-btn {
    font-size: 90%;
    margin: 0 2px;
    padding: 4px 18px;
    border-radius: 30px;
    transition: all .4s;
  }
  .index-news-more-btn {
    font-size: 90%;
    padding: 4px 18px;
    border-radius: 30px;
  }
  .tab-content {
    padding: 0 20px !important;
  }
  .slick_index_case01_prev > img, .slick_index_case01_next > img, .slick_index_case02_prev > img, .slick_index_case02_next > img, .slick_index_case03_prev > img, .slick_index_case03_next > img, .slick_index_case04_prev > img, .slick_index_case04_next > img {
    width: 35px;
  }
  .index-movie-more {
    margin: 0 15px 30px;
    width: 95%;
  }
  .index-movie-more > div {
    width: 45%;
  }
  .index-movie-more > div > a {
    font-size: 100%;
    letter-spacing: 0;
    text-decoration: none;
  }
  .index-movie-more > div > a > img {
    width: 30px;
  }
  .slick_index_movie_prev, .slick_index_movie_next {
    top: 20%;
  }
  .slick_index_movie_prev {
    left: 0;
  }
  .slick_index_movie_next {
    right: 0;
  }
  .index-survay-box {
    width: 100%;
    background-image: none;
    border-radius: 20px;
    border: 1px solid #666666;
    box-shadow: 5px 6px 0 0 #26758d;
  }
  .index-survay-box > div:nth-child(1) {
    padding: 5px;
    font-size: 100%;
  }
  .index-survay-box > div:nth-child(2) {
    margin: 5px;
  }
  .index-survay-box > div:nth-child(3) {
    padding: 0 0 0 10px;
    margin: 15px 0 15px 15px;
    letter-spacing: 0;
    border-left: 5px solid #70c3cd80;
    font-size: 100%;
  }
  .index-survay-box > div:nth-child(4) {
    width: fit-content;
    padding: 10px 15px;
    margin-left: 0;
    letter-spacing: 0;
    font-size: 90%;
  }
  .index-survay-box > div:nth-child(5) {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 20px;
  }
  .index-survay-box > div:nth-child(5) > a {
    color: #70c3cd;
    font-size: 125%;
    letter-spacing: 4px;
    text-decoration: none;
    padding: 6px 0;
    border-bottom: 1px solid #26758d;
  }
  .index-survay-box > div:nth-child(5) > a > img {
    width: 30px;
  }
  /************************************************************/
  /*2025相關設定 768*/
  /************************************************************/
  /*2025最新消息 tab-content*/
  .index-long-news .tab-content {
    padding: 0 !important;
  }
  .news-more-right {
    padding-right: 10px;
  }
  .news-menu {
    color: #006F98;
    text-align: center;
    padding: 5px;
    padding-top: 2.25rem;
    width: 95%;
    margin: 5px;
    border-radius: 5px;
  }
  .news-menu span {
    font-size: 1.125rem;
    letter-spacing: 0;
  }
  .news-menu span:before {
    left: calc(50% - 13px);
    top: -2rem;
    width: 26px;
    height: 26px;
  }
  /*2025新聞條列*/
  .news-list-box {
    flex-wrap: wrap;
    width: 100%;
  }
  .news-list-box .date {
    flex: 0 0 48%;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 150%;
  }
  .news-list-box .date span {
    font-size: unset;
    font-weight: unset;
    letter-spacing: unset;
  }
  .news-list-box .date span:before {
    content: "·";
  }
  .tag-plan-drive, .tag-plan-share, .tag-course, .tag-session, .tag-match, .tag-other {
    width: 150px;
    padding: 2px 5px;
    border-radius: 10px;
    font-size: 1.2rem;
    letter-spacing: 2px;
  }
  .news-list-box .type {
    flex: 0 0 48%;
    justify-content: flex-end;
  }
  .news-list-box .type span {
    display: block;
    width: 90%;
  }
  .news-list-box .title {
    font-size: 1.125rem;
    -webkit-box-orient: unset;
    height: auto;
    overflow: visible;
    -webkit-line-clamp: unset;
    padding: 10px;
  }
  /*2025 news 插圖*/
  .news-content-photo {
    width: 200px;
    height: 200px;
    position: absolute;
    right: unset;
    left: 15%;
    bottom: -17.5%;
  }
  .news-content-photo-move {
    width: 200px;
    height: 200px;
  }
  /*2025精選案例*/
  .index-cases-area {
    background-size: 80% auto;
  }
  /*2025精選案例地球底圖*/
  .index-cases-bg-earth {
    width: 100vw;
    height: 100vw;
  }
  .cases-search-group {
    overflow: hidden;
    margin: 15px auto -10px
  }
  .cases-search-group .input-group-icon {
    flex: 0 1 15% !important;
    background-size: auto 65%;
  }
  .cases-search-group .input-group select, .cases-search-group .input-group input {
    flex: 1 1 85%;
    height: 50px;
  }
  .cases-search-group .input-group select {
    border-bottom: 1px dashed #00000030 !important;
  }
  .cases-search-btn {
    border-radius: 0;
  }
  .cases-menu {
    padding: 0;
  }
  .cases-menu-box {
    font-size: 1.25rem;
    letter-spacing: 0;
    height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    margin: 8px;
    padding-left: 1.5rem;
    background-position: 10% center;
    background-size: auto 65%;
    box-shadow: none;
  }
  #case-menu-sumit {
    height: 50px;
  }
  .index-cases-box {
    border-radius: 15px;
    margin: 20px 10px;
    padding: 7px;
  }
  .index-cases-box .photo {
    border-radius: 12px;
  }
}
/*******************************************************************************************


行動版面開始


********************************************************************************************/
/* 桌面版面: 559px 最大*/
@media only screen and (max-width: 575.98px) {
  .index-title, .index-case-title {
    font-size: 175%;
  }
  /*首頁banner區塊****************************/
  .index-banner-area {}
  .index-banner {
    padding-bottom: 46%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  /*首頁Banner暫停鈕 576*/
  .banner-autoplay-controller {
    top: 2px;
    left: 5px;
  }
  .banner-autoplay-controller img {
    width: 35px;
  }
  /*Banner arrow*/
  .center_1_prev {
    left: -15px;
  }
  .center_1_next {
    right: -15px;
  }
  .center_1_prev, .center_1_next {
    top: calc(45% - 30px);
  }
  .center_1_prev > img, .center_1_next > img {
    width: 60px;
  }
  .index-news-area {
    position: relative;
    margin: 0;
    padding: 60px 0 120px;
    background-image: url(../images/index2023/bg_news-sm.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 60%;
  }
  .index-news-area-menu {
    flex-direction: column;
    padding: 0 20px;
  }
  .index-news-btn {
    font-size: 90%;
    margin: 0 2px;
    padding: 4px 18px;
    border-radius: 30px;
    transition: all .4s;
    flex: 0 0 auto;
    width: 33.3%;
  }
  .index-news-btn > i {
    display: none;
  }
  .index-news-area-menu > div {
    display: flex;
    margin-top: 10px;
    justify-content: flex-end;
  }
  .index-news-more-btn { /*把了解更多放到下面*/
    margin: 0;
    position: absolute;
    bottom: 45px;
    right: 10px;
  }
  .tab-pane > div > ul.slick-dots {
    width: 100%;
    right: 0;
    justify-content: center;
    padding: 20px;
  }
  .slick_index_news_prev, .slick_index_news2_prev, .slick_index_news3_prev {
    left: -10px;
  }
  .slick_index_news_next, .slick_index_news2_next, .slick_index_news3_next {
    right: -10px;
    left: auto;
  }
  .slick_index_news_prev, .slick_index_news_next, .slick_index_news2_prev, .slick_index_news2_next, .slick_index_news3_prev, .slick_index_news3_next {
    bottom: 45%;
  }
  .slick_index_news_prev > img, .slick_index_news_next > img, .slick_index_news2_prev > img, .slick_index_news2_next > img, .slick_index_news3_prev > img, .slick_index_news3_next > img {
    width: 50px;
  }
  /*腰帶數字區*/
  .index-belt-area > .container-1100 {
    width: 80%;
  }
  .index-belt-icon > img {
    width: 65px;
  }
  .index-belt-counter {
    font-size: 150%;
    margin: 10px 0;
  }
  /*案例*/
  .index-case-area {
    background-position: top left;
    background-size: 150%;
    padding: 50px 0 20px;
  }
  #case01 {
    background-color: var(--index-case01-title-color);
  }
  #case02 {
    background-color: var(--index-case02-title-color);
  }
  #case03 {
    background-color: var(--index-case03-title-color);
  }
  #case04 {
    background-color: var(--index-case04-title-color);
  }
  .index-case01-title > div:nth-child(1) > div, .index-case02-title > div:nth-child(1) > div, .index-case03-title > div:nth-child(1) > div, .index-case04-title > div:nth-child(1) > div {
    padding: 10px 10px 7px;
    font-size: 115%;
    width: 50%;
    flex: 0 0 auto;
  }
  .index-case02-title > div:nth-child(1), .index-case04-title > div:nth-child(1) {
    justify-content: start;
  }
  .index-case01-title > div:nth-child(2), .index-case02-title > div:nth-child(2), .index-case03-title > div:nth-child(2), .index-case04-title > div:nth-child(2) {
    display: flex;
    width: 50%;
  }
  .index-case01-title > div:nth-child(3) > img, .index-case02-title > div:nth-child(3) > img, .index-case03-title > div:nth-child(3) > img, .index-case04-title > div:nth-child(3) > img {
    position: absolute;
    width: 50%;
    top: 35px;
    right: 0;
  }
  .index-case01-title > div:nth-child(4), .index-case02-title > div:nth-child(4), .index-case03-title > div:nth-child(4), .index-case04-title > div:nth-child(4) {
    background-repeat: repeat-x;
    background-position: left center;
    background-size: 75px;
    margin: 15px 0 0;
    width: 50%;
    display: flex;
    justify-content: space-between;
  }
  .slick_index_case01, .slick_index_case02, .slick_index_case03, .slick_index_case04 {
    padding: 15px 0;
  }
  .slick_index_case01_prev, .slick_index_case01_next, .slick_index_case02_prev, .slick_index_case02_next, .slick_index_case03_prev, .slick_index_case03_next, .slick_index_case04_prev, .slick_index_case04_next {
    display: none;
  }
  .slick_index_case01 > ul.slick-dots, .slick_index_case02 > ul.slick-dots, .slick_index_case03 > ul.slick-dots, .slick_index_case04 > ul.slick-dots {
    width: 100%;
  }
  .slick_index_case01 > .slick-dots li.slick-active button:before, .slick_index_case02 > .slick-dots li.slick-active button:before, .slick_index_case03 > .slick-dots li.slick-active button:before, .slick_index_case04 > .slick-dots li.slick-active button:before {
    background-color: #ffffff80;
  }
  /*影音專區*/
  .index-movie-block {
    padding: 10px 0 40px;
  }
  .index-movie-title > img {
    width: 80px;
  }
  .slick_index_movie_prev > img, .slick_index_movie_next > img {
    width: 35px;
  }
  .slick_index_movie_prev, .slick_index_movie_next {
    top: 46%;
  }
  /*數位轉型量表*/
  .index-survay-box {
    border-radius: 10px;
    border: 1px solid #66666680;
    box-shadow: 5px 6px 0 0 #26758d90;
  }
  .index-survay-box > div:nth-child(1) {
    padding: 2px 10px;
    font-size: 90%;
  }
  .index-survay-box > div:nth-child(2) {
    margin: 0;
  }
  .index-survay-box > div:nth-child(3) {
    padding: 10px;
    margin: 0;
    letter-spacing: 0;
    border-left: 0;
    font-size: 80%;
  }
  .index-survay-box > div:nth-child(4) {
    width: 100%;
    padding: 0;
    margin: 0;
    letter-spacing: 0;
    font-size: 75%;
    text-align: center;
  }
  .index-survay-box > div:nth-child(5) {
    padding: 10px;
  }
  .index-survay-box > div:nth-child(5) > a {
    font-size: 115%;
    letter-spacing: 2px;
    padding: 6px 0;
  }
  .index-survay-box > div:nth-child(5) > a > img {
    width: 25px;
  }
  /************************************************************/
  /*2025相關設定***手機板/
/************************************************************/
  /*2025三主功能區*/
  .index-3item-area {
    margin: -15px 0 0;
    background-size: 350%;
    background-color: #FFFFFF;
  }
  .index-3item-area-inside {
    padding: 120px 0;
    background-size: 50%;
  }
  .index-3item-area-inside .row {
    justify-content: center;
  }
  .fun-items {
    padding: 0 0 25px;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    border-bottom: 1px dashed #41A9A550;
  }
  #fun02 {
    flex-direction: row-reverse;
  }
  .fun-items div:nth-child(1) {
    flex: 1 1 50%;
  }
  .fun-items div:nth-child(2) {
    flex: 1 1 50%;
  }
  .fun-items .title {
    padding: 20px 0;
    font-size: 1.5rem;
  }
  .fun-items .btn {
    padding: 15px 5px;
  }
  .fun-items .item-btn {
    display: block;
    position: relative;
    width: 90%;
    padding: 2px;
    padding-right: 2rem;
    color: #FFFFFF;
    background-color: #008085;
    border-radius: 20px;
    border: 1px solid #008570;
    margin: auto;
    letter-spacing: 0.25rem;
    font-size: 600;
    transition: all .5s;
  }
  .fun-items .item-btn:after {}
  .fun-items .bg {
    width: 100%;
    padding-bottom: 50%;
  }
  .fun-items .title {}
  /*2025 Banner*/
  .index-banner {
    padding-bottom: 85%;
  }
  /*2025標題*/
  .long-news-title {
    font-size: 2.25rem;
    width: fit-content;
    margin: 1rem auto;
    letter-spacing: 0.25rem;
  }
  /*2025 最新消息插圖*/
  .news-content-photo {
    width: 160px;
    position: absolute;
    right: unset;
    left: 5%;
    bottom: -15%;
  }
  .news-content-photo-move {
    width: 160px;
    height: 160px;
  }
  /*2025腰帶數字區*/
  .index-belt-group {
    background-position: center bottom;
    background-size: 300%;
    border-radius: 0;
  }
  /*2025精選案例*/
  .cases-menu-box {
    font-size: 1.2rem;
    letter-spacing: 0;
    height: 40px;
    align-items: center;
    margin: 5px;
    background-position: 4px center;
    border-radius: 5px;
    padding-left: 1.5rem;
  }
  #case-menu-sumit {
    height: 40px;
  }
  .index-cases-box {
    margin: 20px 0;
  }
  /*2025影音專區*/
  .index-movie-box {
    border-radius: 5px;
    margin: 0 10px;
  }
  .index-movie-box .title {
    letter-spacing: 0;
    margin-top: -30px;
    padding: 5px 15px;
    border-radius: 0 20px 20px 0;
  }
  .index-movie-box .intro {
    font-size: 1rem;
    color: #333333;
    font-size: ;
    padding: 5px 15px;
    margin-bottom: 20px;
    height: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: visible;
    -webkit-line-clamp: unset;
  }
  .slick_index_case_next {
    right: -20px;
  }
  .slick_index_case_prev {
    left: -20px;
  }
  /*非焦點影片*/
  .slick_index_movie .slick-slide {
    transform: scale(1);
    opacity: .3;
  }
  .slick_index_movie .slick-current {
    overflow: visible !important;
    transform: scale(1);
    opacity: 1;
  }
}