@charset "utf-8";
/* CSS Document 版型（包含主選單、頁尾、返回Top等相關）使用 */ :root {
  --index-case01-title-color: #57becd;
  --index-case02-title-color: #5cc494;
  --index-case03-title-color: #6e8ce2;
  --index-case04-title-color: #ffc371;
  --index-case01-color: #70c3cd;
  --index-case02-color: #7ac493;
  --index-case03-color: #8da0e2;
  --index-case04-color: #ffd080;
  --bs-navbar-hover-color: rgba(255, 0, 0, 1);
  --main-greenblue-color: #008299;
}
Body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Microsoft JhengHei", Times New Roman, serif;
  line-height: 150%;
  font-size: 1.25rem;
  font-weight: 600;
  color: #666666;
}
main {
  position: relative;
  width: 100%;
  min-height: 40vh;
  overflow: hidden;
}
a {
  color: #0064C2;
  text-decoration: none !important;
  transition: all .3s !important;
}
a:hover {
  color: #008085;
}
/*鍵盤選取線條改為顯眼紅色*/
a:focus-visible, button:focus-visible, input:focus, input:focus-visible, select:focus-visible {
  outline: 3px solid rgba(225, 0, 0, 1) !important;
}
label.btn.survay-industy-btn:focus-visible, label.btn.survay-industy-btn:focus {
  outline: 3px solid rgba(225, 0, 0, 1) !important;
}
.wl-100 {
  display: block;
  width: 100%;
}
.hide-label {
  display: none;
}
/*無障礙標示*/
a.sr-only {
  padding: 0.5rem;
  background: #007175;
  color: #fff;
  position: absolute;
  top: -3rem;
  left: 0;
  -webkit-transition: top 1s ease-out;
  transition: top 1s ease-out;
  z-index: 1031 !important;
}
a.sr-only:focus {
  position: absolute;
  left: 0;
  top: 0;
  outline-color: transparent;
  -webkit-transition: top .1s ease-in;
  transition: top .1s ease-in;
  font-weight: 700
}
.sr-only.map {
  left: 7rem !important;
}
#acc01, #acc02, #acc03 {
  position: absolute;
  margin: -15px;
  font-size: 0.8em;
  text-decoration: none !important;
  line-height: 100%;
  color: transparent;
}
#acc02 {
  margin-top: 80px;
  margin-left: 0.92vw;
  color: transparent;
  z-index: 2000;
}
.navbar {
  --bs-navbar-padding-y: 0;
  background-color: #FFFFFF;
  box-shadow: 0 1px 3px 0 #00000030;
}
.bg-dark {
  background-color: var(--xbgcolor-color) !important;
  border-bottom: 3px solid var(--xbgcolor3-color);
}
#main-navbar {
  padding-left: 8%;
  padding-right: 5%;
}
.navbar-brand > img {
  height: 48px;
  transition: all .5s;
  margin: 5px;
}
#nav-member {
  width: 100px;
  margin-left: 20px;
  text-align: center;
  border-left: 1px solid #ddd;
}
/*下拉選單靠左側*/
.dropdown-menu.menu-align-left a.dropdown-item {
  text-align: start;
}
a.nav-link {
  padding: 0 12px !important;
}
.nav-link {
  color: #666666;
}
.nav-link:hover {
  color: #4498c9;
}
.nav-link.search-icon:hover {
  background-color: #4498c920;
  border-radius: 20px;
  transform: scale(1.2);
}
/*這段就修改囉,取消掉淡入效果
  opacity: 0;
  top: 50px;
*/
.pageSection {
  position: relative;
  opacity: 1;
  top: 0;
}
.pageSection.active {
  opacity: 1;
  top: 0;
}
/*下拉子項目*/
a.dropdown-item.sub {
  font-size: 95%;
  color: #666666;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: auto 100%;
  text-align: center !important;
}
a.dropdown-item.sub.head {
  padding-left: 1.5rem;
  font-size: 1.125rem;
  border-bottom: 1px solid #DDDDDD90;
}
a.dropdown-item.sub.head:after {
  content: "介紹";
}
a.dropdown-item.sub.mid {
  background-image: none;
  border-bottom: 1px solid #DDDDDD90;
}
a.dropdown-item.sub.end {
  background-image: none;
}
/*更改下拉選單樣式*/
.dropdown-menu {
  --bs-dropdown-padding-y: 0;
  --bs-dropdown-link-hover-color: #FFFFFF;
  --bs-dropdown-border-color: #00000010;
  --bs-dropdown-item-padding-y: 0.5rem;
  --bs-dropdown-border-radius: 10px;
  text-align: center;
  box-shadow: 0 1px 4px 0 #00000020;
  font-size: 100%;
  overflow: hidden;
}
#drop-news, #drop-project {
  left: -30%;
}
#drop-transformation {
  left: -20%;
}
#drop-movie {
  left: -40%;
}
#drop-qanda {
  left: -45%;
}
#drop-member {
  left: -40%;
}
a.dropdown-item {
  color: #555555;
  font-weight: 700;
  border-bottom: 1px solid #bbb9b990;
}
a.dropdown-item:nth-last-child() {
  border-bottom: 0;
}
a.dropdown-item:hover, a.dropdown-item:focus {
  color: #4498c9;
  background-color: transparent;
}
a.dropdown-item:focus {
  color: #000;
  background-color: #EEEEEE90;
}
/* ===== 二層下拉（右側飛出）共用 ===== */
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu-toggle {
  width: 100%;
  /*text-align: left;  桌機下拉目前整體偏置中，你若想置中可拿掉 */
  background: transparent;
  color: #555555;
  font-weight: 700;
  border-bottom: 1px solid #bbb9b990 !important;
}
.dropdown-item:hover, .dropdown-item:focus {
  background: transparent;
  color: #4498c9;
}
/* 讓父層看起來像有右箭頭提示 */
.dropdown-submenu-toggle::after {
  content: "＞";
  float: right;
  opacity: .6;
}
/* 只放開「計畫說明」下拉，讓第二層可往右飛出不被裁切 */
#drop-project {
  overflow: visible !important;
}
/* 第二層飛出要蓋在上面 */
#drop-project .dropdown-submenu > .sub-menu {
  z-index: 2000;
}
/* ===== 桌機：hover / focus-within 往右飛出 ===== */
@media only screen and (min-width: 1200px) {
  .dropdown-submenu > .sub-menu {
    display: block; /* 用 visibility/opacity 控制顯示，避免抖動 */
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: -0.25rem;
    min-width: 160px;
    visibility: hidden;
    opacity: 0;
    transform: translateX(-10px);
    transition: opacity .5s ease, transform .15s ease;
  }
  /* 滑鼠 hover 或鍵盤 tab 進來都能開 */
  .dropdown-submenu:hover > .sub-menu, .dropdown-submenu:focus-within > .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
  }
  /* 父層按鈕 focus 樣式沿用你全站 focus-visible（紅色外框）即可 */
  /*下拉選單第二層*/
  .dropdown-toggle::after {
    margin-left: 0.25em;
    vertical-align: 0.1em;
    border-top: 0.35em solid;
    opacity: .25;
  }
  .dropdown-menu li:hover .sub-menu {
    visibility: visible;
  }
  .dropdown:hover .dropdown-menu {
    display: block;
  }
  .nav-item {
    text-align: center;
    font-size: 1.125rem;
    font-weight: 600;
    color: #666666;
  }
  .nav-item:nth-last-child(1) {
    padding: 0 5px;
    text-align: center;
  }
}
/* ===== 手機/平板：第二層改成「在第一層內往下展開」 ===== */
@media only screen and (max-width: 1199.98px) {}
.container-1100 {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.container-1200 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.flex-cc {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ll-hide {
  display: none;
}
.ss-hide {
  display: block;
}
/*其他container寬度設定*/
.container-1450 {
  max-width: 1450px;
  width: 100%;
  margin: 0 auto;
}
/*Page Top 
******************************************/
.index-page-top {
  position: fixed;
  right: 5%;
  opacity: .7;
  bottom: 5px;
  width: 60px;
  transition: all .5s ease-out;
  z-index: 10001;
}
.index-page-top:hover {
  transform: scale(1.2);
}
/*頁尾Footer區塊****************************/
footer {
  position: relative;
  color: #333 !important;
  font-size: 90%;
  font-weight: 600;
  padding: 45px 20px 20px;
  background-image: url(../images/index2025/bg_long-area.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  /*  background-color: #5dbc9e;*/
}
.footer-contact > div {
  padding: 10px;
}
.footer-contact > div:nth-child(1) > img {
  height: 50px;
}
.footer-contact > div:nth-child(2) > img {
  height: 60px;
}
.footer-contact > div:nth-child(3) {
  font-size: 175%;
  letter-spacing: 2px;
  margin-top: 20px;
  font-weight: 500;
}
.footer-contact > div:nth-child(4) {
  font-size: 95%;
  line-height: 175%;
}
.footer-contact > div:nth-child(4) > p > a {
  color: #005457;
  text-decoration: underline !important;
  transition: all .3s;
}
.footer-contact > div:nth-child(4) > p > a:hover {
  color: #008085;
  text-decoration: none !important;
}
.footer-contact > div:nth-child(5) {
  padding-top: 0;
}
.footer-contact > div:nth-child(5) > button {
  color: #005457;
  border: 1px solid #005457 !important;
  font-size: 85%;
  font-weight: 700;
  background-color: #fff;
  border-radius: 20px;
  padding: 1px 15px;
  margin: 3px;
  transition: all .4s;
}
.footer-contact > div:nth-child(5) > button:hover {
  color: #fff;
  background-color: #005457;
}
.footer-map {
  position: relative;
  display: flex;
  align-items: center;
  color: #005457;
}
.footer-map-item {
  flex: 0 0 auto;
  width: 20%;
  margin: 15px 0;
  font-size: 85%;
}
.footer-map-item.odd::before, .footer-map-item.even::before {
  content: "";
  background: #f7d156;
  position: absolute;
  width: 6px;
  height: 6px;
  margin-right: 5px;
  transform: translate(-12px, 13px);
}
.footer-map-item.even::before {
  background: #99f7fc !important;
}
.footer-map-item > div > a {
  color: #005457;
  text-decoration: none !important;
  transition: all .3s;
}
.footer-map-item > div > a:hover {
  color: #008085;
  font-weight: 600;
  text-decoration: underline !important;
}
.footer-map-item > div {
  padding: 6px 5px;
  line-height: 115%;
}
.footer-map-item > div:nth-child(1) {
  padding-bottom: 15px;
  background-image: url("../images/template2025/line-footer-stitle.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: auto;
  font-size: 120%;
}
.footer-map-item > div:nth-child(2) {
  padding-top: 15px;
}
.footer-note {
  font-size: 65%;
  text-align: right;
  width: 82%;
  margin-top: 30px;
}
/*無障礙標籤*/
.aa-position {
  position: absolute;
  bottom: 16px;
  left: 5px;
}
/*******************************************************************************************************************************
*
*  其他尺寸RWD開始
*
********************************************************************************************************************************/
@media only screen and (max-width: 1599.98px) {
  #main-navbar {
    padding-left: 3%;
    padding-right: 1.5%;
  }
}
@media only screen and (max-width: 1399.98px) {
  #main-navbar {
    padding-left: unset;
    padding-right: unset;
  }
  a.nav-link {
    padding: 0 7px !important;
  }
  .nav-item {}
  #nav-member {
    width: 68px;
    margin-left: 8px;
  }
  #drop-member {
    left: -95%;
  }
  .navbar-brand {
    margin-left: unset;
  }
}
@media only screen and (max-width: 1199.98px) {
  a.nav-link {
    padding: 0 15px !important;
  }
  /*下拉選單置中*/
  .dropdown-menu.menu-align-left a.dropdown-item {
    text-align: center;
  }
  /*更改下拉選單樣式*/
  .nav-link {
    font-size: 1.2rem;
  }
  .nav-item {
    padding: 10px 0;
    background-color: #eeeeee60;
    border-radius: 0;
    text-align: center;
    font-size: 1rem;
    border-bottom: 1px solid #00000020;
    font-weight: 700;
  }
  .navbar-collapse {
    overflow-y: auto;
  }
  .nav-link.search-icon {
    font-size: 1.125rem;
  }
  .nav-link.search-icon:hover {
    background-color: transparent;
    border-radius: 0;
    transform: scale(1);
  }
  .search-icon img {
    display: none;
  }
  .search-icon:after {
    content: "站內搜尋";
  }
  #nav-member {
    width: 100%;
    margin-left: 0;
    text-align: center;
    border-left: 0;
  }
  /*第二層下拉選單*/
  .dropdown-submenu-toggle {}
  .dropdown-menu.show a br {
    display: none
  }
  a.dropdown-item.sub {
    background-position: calc(50% - 90px) center;
  }
  a.dropdown-item.sub.head {
    font-size: 1rem;
  }
  a.dropdown-item.sub.head:after {
    content: " ▾";
  }
  .dropdown-submenu-toggle::after {
    content: "▾";
    font-size: 120%;
  }
  a.dropdown-item.sub {
    background-color: #e3ffff90;
    font-size: 1rem;
  }

a.dropdown-item.sub.mid {
  background-image: url(../images/template2025/icon-submenu_mid.svg);
}
a.dropdown-item.sub.end {
  background-image: url(../images/template2025/icon-submenu_end.svg);
}
  .dropdown-submenu > .sub-menu {
    position: static;
    margin: 0;
    min-width: 100%;
    box-shadow: none;
    border: 0;
    overflow: hidden;
    display: block; /* 預設收起，靠 JS 加 .show 展開 */
  }
  .dropdown-submenu > .sub-menu.show {
    display: block;
  }
  a.dropdown-item.sub {
    text-align: center !important;
    padding-left: 0;
    background-image: none;
  }
  a.dropdown-item.sub.head:before {
    content: "提升商業服務業營運效能";
  }
}
@media only screen and (max-width: 991.98px) {
  .footer-contact > div:nth-child(1) > img {
    height: 35px;
  }
  .footer-contact > div:nth-child(2) > img {
    height: 40px;
  }
  .footer-contact > div:nth-child(4) {
    font-size: 85%;
  }
  .footer-note {
    text-align: center;
    width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .ll-hide {
    display: block;
  }
  .ss-hide {
    display: none;
  }
  /*上下頁silck*/
  .center_1_prev, .center_1_next {
    top: 36%;
  }
  .center_1_prev > img, .center_1_next > img {
    width: 40px;
  }
  .footer-contact > div {
    padding: 10px;
    float: left;
  }
  .footer-contact > div:nth-child(3) {
    display: none;
  }
  /*無障礙標籤 768*/
  .aa-position {
    bottom: 30px;
    right: 3%;
    left: unset;
  }
}
/*******************************************************************************************


行動版面開始


********************************************************************************************/
/* 桌面版面: 559px 最大*/
@media only screen and (max-width: 575.98px) {
  /*更改下拉選單樣式*/
  .nav-item {
    padding: 6px 0;
  }
  .nav-link {
    font-size: 1.25rem;
    letter-spacing: 4px;
    border-bottom: 1px solid #FFFFFF;
    padding: 20px 15px;
  }
  .navbar-brand > img {
    height: 40px;
  }
  /*第二層下拉選單 576*/
  a.dropdown-item.sub.head:after {
    content: "▾";
  }
  /*頁尾 footer 區*/
  footer {
    padding: 5px 0;
  }
  .footer-contact > div:nth-child(2) > img {
    height: 46px;
  }
  .footer-contact > div:nth-child(5) {
    text-align: center;
  }
  .footer-contact > div:nth-child(5) > button {
    font-size: 100%;
  }
  .footer-contact > div:nth-child(5) > button:nth-child(1) {
    width: 90%;
  }
  .footer-contact > div:nth-child(5) > button:nth-child(2), .footer-contact > div:nth-child(5) > button:nth-child(3) {
    width: 44%;
  }
  .footer-map > .row.g-0 {
    display: none;
  }
  .footer-map-item {
    flex: 0 0 auto;
    width: 33.33%;
    margin: 5px 0;
    font-size: 85%;
  }
  .footer-map-item.odd::before, .footer-map-item.even::before {
    transform: translate(-5px, 13px);
  }
  .footer-map-item.end {
    display: none;
  }
  .footer-map-item > div:nth-child(1) {
    padding-bottom: 5px;
    font-size: 130%;
  }
  .footer-map-item > div:nth-child(2) {
    padding-top: 5px;
  }
  .footer-note {
    font-size: 65%;
    text-align: center;
    width: 100%;
    margin-top: 50px;
    line-height: 1.5;
    padding-bottom: 35px;
  }
  /*無障礙標籤 559*/
  .aa-position {
    text-align: center;
    width: 100%;
    bottom: -35px;
    right: 0;
    left: unset;
  }
  /*返回上方goTop*/
  .index-page-top {
    right: 5px;
    width: 40px;
  }
}
/*動畫設定檔案************/
@keyframes zoom-out { /*放大四倍淡出*/
  0% {
    transform: scale(1);
  }
  80% {
    transform: scale(4);
    opacity: 0;
  }
  100% {
    transform: scale(4);
    opacity: 0;
  }
}
@keyframes fade-out-shine { /*淡出*/
  0% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rotate-right { /*順時鐘轉一圈*/
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-left { /*逆時鐘轉一圈*/
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes orange-circle {
  0% {
    transform: scale(.5);
    opacity: 0;
  }
  50% {
    transform: scale(.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes orange-arrow {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  50% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes left-right-10px {
  0% {
    transform: translateX(10px);
    opacity: 0;
  }
  50% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}