@charset "utf-8";
/* CSS Document */

body {
  font-family: "Noto Sans TC", sans-serif;
  margin: 0;
  background: #fff;
  color: #1f2937;
}
@media only screen and (min-width:1024px) {
.pc-hidden2{display:none;}
}
@media only screen and (min-width:768px) and (max-width:1023px) {
.pc-hidden2{display: none;}
}
@media only screen and (max-width:767px){
.mobile-hidden2{display: none;}
}	  

.style-hr01 {
          border: 0;
          height: 1px;
          background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
          margin: 20px 10px 40px 10px;
}

.article--content  h2{border-bottom: 0px solid rgba(136, 136, 136, 0.4); margin: 0px }		 
		  
article h2::before, article h2::after {
  display: none;
}
.step{margin: 20px 10px; 
  justify-content:center;
  align-items: center;
  text-align: center;
	position: relative;
 }	

.step img{  width: 100%;
  height: auto; 
  -o-object-fit: contain;
     object-fit: contain;
	margin: 0px;
		  }
		  
.step p{
	position:absolute;
	border-radius: 10px;
	padding: 10px;
	color: #FFFFFF;
	font-weight: 400;
	width: 200px;
	top: 40%;
    /*top: 280px;*/
	left: 50%;
	transform: translateX(-50%);
	margin: auto;
  }			  
.step .button-ride {
	position: absolute;
    transition: opacity 0.6s ease-out;
	color: #222222;
    font-size: 18px;
	font-weight: 600;
	padding: 10px;
	border: 1px solid #0a2c7f;
	border-radius: 10px;
    width: 160px;
	text-align: center;
	background-color: #FFFFFF;
	cursor: pointer;
	bottom: 12%;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.3);
	left: 50%;
	transform: translateX(-50%);
	margin: auto;
}
		  
		  
@media (min-width: 768px) {		  
.step{margin: 20px 20px; 
  justify-content:center;
  align-items: center;
	position: relative;
 }	

.step img{  width: auto; 
  height: auto; 
  -o-object-fit: contain;
     object-fit: contain;
	margin: 0px;
		  }
		  
.step p{
	position:absolute;
	border-radius: 10px;
	padding: 10px;
	color: #FFFFFF;
	font-weight: 400;
	width: 148px;
	top: 50%;
    /*top: 160px;*/
	left: 50%;
	transform: translateX(-50%);
	font-size: 14px;
	margin: auto;
  }			
	
}	

@media (max-width: 767px) {		  
.step{margin: 20px 60px;
  justify-content: center;
  align-items: center;
  position: relative;
 }	
	
.step img{
  width: 100%; 
max-width: 250px;
  height: auto; 
  -o-object-fit: contain;
     object-fit: contain;
	display: block;         /* 讓 margin 生效 */
  margin: 0 auto;         /* 水平置中 */ 
		  }	
	
.step p{
	/*position: absolute;*/
	border-radius: 10px;
    text-align: center;
    padding: 10px;
	color: #FFFFFF;
	font-weight: 400;
	margin: auto;
	width: 80%;
	max-width: 200px;
  }		
	
}			  
		  
		  
		  
.step .blue{
	background-color:rgba(21,180,247,0.60);
	margin: auto;
  }		
.step .pink{
	background-color:rgba(249,116,188,0.70)
  }	
		  
.step .green{
	background-color:rgba(50,126,14,0.70)
  }
		  
.step--pc {
  display: flex;
  margin-bottom: 4px;
  align-items: center;

}		  
		  
  
		  
.caption--screen {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin-bottom: 4px;
  gap: 6px;
  align-items: center;
}
.caption--screen > .pic {
  position: relative;
  background: #fff;
  border-radius: 16px;
  aspect-ratio: 1/1;
  padding: 0px;
  /*display: flex;*/
  justify-content: center;
  align-items: center;
}
.caption--screen > .pic img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
	margin: 0px;
 
}

.caption--screen > .pic h1 {
  font-size: 30px;
  margin-top: 20px;
  justify-content: center;
  align-items: center;
}

.caption--screen > .pic p {
  font-size: 20px;
  justify-content: center;
  align-items: center;
  text-align: center;
 margin: 0px;
}

.caption--screen > *:nth-child(1) {
  grid-column: span 3;
  order: 1;
}
.caption--screen > *:nth-child(2) {
  grid-column: span 3;
  order: 2;
}
.caption--screen > .is-full {
  grid-column: span 6 !important;
}
@media (max-width: 767px) {
  .caption--screen {
    grid-template-columns: 1fr;
  }
  .caption--screen > *:nth-child(1) {
    grid-column: 1;
    order: 1;
  }
  .caption--screen > *:nth-child(2) {
    grid-column: 1;
    order: 2;
  }
}
.card--app--download-bg-black {
  position: relative;
  padding-bottom: 40px;
}
.card--app--download-bg-black:before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: calc(100% - 100px);
  background: linear-gradient(180deg, #ffffff 77.61%, #f5f5f5 104.06%);
}
.card--app--download-bg-black .qrcode {
  padding: 32px 0 0;
  width: 120px;
}
.card--app--download-bg-black .qrcode > img {
  width: 100%;
}
.card--app--download-bg-black .qrcode .label {
  text-align: center;
}
.card--app--download-bg-black .appicon {
  border-radius: 16px;
  overflow: hidden;
  transform: translateY(-25px);
  width: 96px;
  box-shadow: 4px 8px 8px rgba(0, 0, 0, 0.2);
}
.card--app--download-bg-black .appicon > img {
  width: 100%;
}
.card--app--download-bg-black .download {
  padding: 0 64px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: white;
  border-radius: 8px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  margin-bottom: 32px;
}
.card--app--download-bg-black .download .title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
.card--app--download-bg-black .download .title {
  font-size: 28px;
}
}
.card--app--download-bg-black .download .text {
  font-size: 16px;
  margin-bottom: 32px;
}
.card--app--download-bg-black .download .buttons {
  margin-bottom: 0;
}
.card--app--download-bg-black .download + .download {
  margin-top: 80px;
}
.card--app--download-bg-black .caption {
  font-size: 16px;
  max-width: 800px;
  margin: 0 auto;
  color: #1E1D1D;
  margin-bottom: 32px;
}
.card--app--download-bg-black .caption h6 {
  font-size: 18px;
  font-weight: 500;
}
.card--app--download-bg-black .caption ul,
.card--app--download-bg-black .caption ol {
  padding-left: 24px;
  margin-bottom: 8px;
}
.card--app--download-bg-black .caption ul li,
.card--app--download-bg-black .caption ol li {
  list-style: disc;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
.card--app--download-bg-black .caption ul li > ul li,
.card--app--download-bg-black .caption ol li > ul li {
  list-style: circle;
}
.card--app--download-bg-black .caption ol {
  padding-left: 24px;
}
.card--app--download-bg-black .caption ol li {
  list-style: decimal;
}
@media (max-width: 767px) {
  .card--app--download-bg-black .download {
    padding: 0 32px 32px;
  }
  .card--app--download-bg-black .buttons.row {
    flex-direction: column;
  }
}
		  
/* Tabs 容器 */
.step-tabs {
  display: flex;
  gap: 8px;
  margin: 1rem 0;
  overflow-x: auto;       /* 水平可捲動 */
  overflow-y: hidden;     /* 禁止上下捲動 */
  white-space: nowrap;    /* 避免換行 */
  -webkit-overflow-scrolling: touch; /* iOS 滑動更順 */
  align-items: center;    /* 垂直置中 */
  min-height: 48px;       /* 給足高度，避免被壓縮 */
  padding: 24px;         /* 避免按鈕被捲軸擋住 */
 /* justify-content: flex-start;*/
	justify-content: center;
}

/* 隱藏捲軸但保留功能 */
.step-tabs::-webkit-scrollbar {
  display: none;
}
.step-tabs {
  -ms-overflow-style: none;  /* IE/Edge */
  scrollbar-width: none;     /* Firefox */
}

/* 單一 tab */
.step-tab {
  flex: 0 0 auto;         /* 不要壓縮，維持原本大小 */
  padding: 0.5rem 1rem;
  border: none;
  background: transparent;
  font-size: 16px;
  cursor: pointer;
  color: #888;
  transition: 0.3s;
  position: relative;
}
		  
		  
		  
	  
/* 桌機版 (大於 768px) → 水平置中 */
@media (min-width: 768px) {
  .step-tabs {
    justify-content: center; /* 中間置中 */
    overflow-x: visible;     /* 桌機就不用橫向捲動 */
  }
	

}
		  
.step-tab{
  padding-left: 10px;
  padding-right: 10px;
	}		  
		  
.step-tab.active {
  color: #3d3d3d;
  font-weight: 600;
	}

.step-tab.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  height: 3px;
  background: #1c81ff;
}		  
		  
/* 預設隱藏所有面板 */
.step-panel {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* 顯示目前的面板 */
.step-panel.active {
  display: block;
}
		  
		  
.motor-tabs {
  display: flex;
  gap: 8px;
  margin: 1rem 0;
  overflow-x: auto;       /* 水平可捲動 */
  overflow-y: hidden;     /* 禁止上下捲動 */
  white-space: nowrap;    /* 避免換行 */
  -webkit-overflow-scrolling: touch; /* iOS 滑動更順 */
  align-items: center;    /* 垂直置中 */
  min-height: 48px;       /* 給足高度，避免被壓縮 */
  padding: 4px 0;         /* 避免按鈕被捲軸擋住 */
  justify-content: flex-start;
}

/* 隱藏捲軸但保留功能 */
.motor-tabs::-webkit-scrollbar {
  display: none;
}
.motor-tabs {
  -ms-overflow-style: none;  /* IE/Edge */
  scrollbar-width: none;     /* Firefox */
}

/* 單一 tab */
.motor-tab {
  flex: 0 0 auto;         /* 不要壓縮，維持原本大小 */
  padding: 0.5rem 1rem;
  border: none;
  background: transparent;
  font-size: 18px;
  cursor: pointer;
  color: #888;
  transition: 0.3s;
  position: relative;
}			  
		  
.motor-tabs {
    justify-content: center; /* 中間置中 */
    overflow-x: visible;     /* 桌機就不用橫向捲動 */
  }		  

.motor-tab.active {
  color: #3d3d3d;
  font-weight: 600;
	}

.motor-tab.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  height: 3px;
  background: #1c81ff;
}		  
		  
/* 預設隱藏所有面板 */
.motor-panel {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* 顯示目前的面板 */
.motor-panel.active {
  display: block;
}		  
		  
/* 淡入淡出效果 */
.fade-in {
  opacity: 1;
}

.fade-out {
  opacity: 0;
}	
		  
 .table--spec img {
    display: block;
    margin: 0 auto 4px;
	width: 100px;
    max-width: 120px;
    height: auto;
    object-fit: contain;
  }

.table--spec table {
  width: 100%;
  border-collapse: collapse;
}
.table--spec table th,
.table--spec table td {
  width: 33.3%;
  font-size: 16px;
}
.table--spec table thead {
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  background: white;
}
.table--spec table thead th {
  position: relative;
  padding: 8px 32px;
  text-align: center;
}
.table--spec table thead th::after {
  position: absolute;
  top: 20%;
  right: 0;
  display: block;
  content: "";
  width: 1px;
  height: 60%;
  background: #DDDDDD;
}
.table--spec table thead th:last-child::after {
  display: none;
}
.table--spec table tbody td {
  padding: 8px 32px;
	text-align: center;
}
.table--spec.is-rwd-6cols table td,
.table--spec.is-rwd-6cols table th {
  width: 16%;
}
@media (max-width: 768px) {
/*  .table--spec.is-sticky {
    position: sticky;
    top: 58px;
    z-index: 9;
  }
	*/
	 .table--spec {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    
  }
	 .table--spec img {
    display: block;
    margin: 0 auto 4px;
    max-width: 80px;
    height: auto;
    object-fit: contain;
  }
	
	.table--spec.is-rwd-6cols table{padding: 0px; margin: 0px;  width: 600px; 
     
	}

.table--spec tbody tr,
.table--spec thead tr {
   /* display: flex;
    flex-wrap: wrap;*/
  }
.table--spec tbody tr > td, .table--spec tbody tr th,
.table--spec thead tr > td,
.table--spec thead tr th {
    padding: 8px 6px;
    flex: 0 0 100%;
    width: 100%;
  }
.table--spec tbody tr > td:first-child, .table--spec tbody tr th:first-child,
.table--spec thead tr > td:first-child,
.table--spec thead tr th:first-child {
    text-align: center;
    font-weight: 500;
    background: #f9f9f9;
    border-top: 1px solid #e8e8e8;
  }

	
  .table--spec.is-rwd-6cols tbody tr > td, .table--spec.is-rwd-6cols tbody tr th,
.table--spec.is-rwd-6cols thead tr > td,
.table--spec.is-rwd-6cols thead tr th {
    padding: 4px 6px;
    font-size: 12px;
    flex: 1 1 20%;
    width: 10%;
	text-align: center;
  }
  .table--spec.is-rwd-6cols tbody tr > td:first-child, .table--spec.is-rwd-6cols tbody tr th:first-child,
.table--spec.is-rwd-6cols thead tr > td:first-child,
.table--spec.is-rwd-6cols thead tr th:first-child {
	padding: 10px 16px;
    flex: 0 0 100%;
    width: 100%;
    text-align: left;
	font-size: 14px;
  }	
	
.table--spec.is-rwd-3cols tbody tr > td, .table--spec.is-rwd-3cols tbody tr th,
.table--spec.is-rwd-3cols thead tr > td,
.table--spec.is-rwd-3cols thead tr th {
	padding: 4px 6px;
    font-size: 12px;
    flex: 1 1 20%;
    width: 10%;
	text-align: center;
  }	
	
.table--spec.is-rwd-3cols tbody tr > td:first-child, .table--spec.is-rwd-3cols tbody tr th:first-child,
.table--spec.is-rwd-3cols thead tr > td:first-child,
.table--spec.is-rwd-3cols thead tr th:first-child {
	padding: 10px 16px;
    flex: 0 0 100%;
    width: 100%;
    text-align: left;
	font-size: 14px;
  }		
	
}

/* 外層容器：負責固定箭頭 */
.motor-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden; /* 防止箭頭被滾動遮住 */
}

/* 可滾動區域 */
.motor-panels {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  padding: 10px 0;
}

/* 表格 */
.table--spec {
  min-width: 100%;
  border-collapse: collapse;
}

@media (max-width: 767px) {
  .table--spec {
  min-width: 500px;
}
 }
.table--spec th, .table--spec td {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: center;
  white-space: break-word;
}
.table--spec th:first-child {
  background-color: #f7f7f7;
  font-weight: bold;
}

/* 固定箭頭 */
.scroll-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 5;
  transition: opacity 0.4s ease;
}

/* 左右箭頭樣式 */
.scroll-arrow.left {
  left: 0;
  background: linear-gradient(to right, rgba(255,255,255,0.9), transparent);
  opacity: 0;
}
.scroll-arrow.right {
  right: 0;
  background: linear-gradient(to left, rgba(255,255,255,0.9), transparent);
  opacity: 1;
}

.scroll-arrow svg {
  width: 40px;
  height: 40px;
  stroke: rgba(6,138,206,0.5);
  stroke-width: 2.5;
  fill: none;
  cursor: pointer;
  pointer-events: auto;
  transition: transform 0.2s ease;
	background-color: rgba(0,0,0,0.1);
	border-radius: 50%;
}
.scroll-arrow svg:hover {
  transform: scale(1.15);
}

/* 控制顯示狀態 */
.motor-wrapper.scrolled-left .scroll-arrow.left {
  opacity: 1;
}
.motor-wrapper.scrolled-right .scroll-arrow.right {
  opacity: 0;
}

/* 使用者滑動時隱藏箭頭 */
.motor-wrapper.hide-hint .scroll-arrow {
  opacity: 0 !important;
  transition: opacity 0.2s ease;
}
/* ✅ 只在手機顯示箭頭 */
@media (max-width: 767px) {
  .scroll-arrow {
    display: flex;
  }
}

/* ✅ 平板以上（769px 以上）隱藏箭頭 */
@media (min-width: 768px) {
  .scroll-arrow {
    display: none !important;
  }
}		
.button--sm {
  display: flex;
  justify-content:center;;
  align-items: center;
  /*border: 2px solid var(--theme--color);*/
	 border: 2px solid #0A2785;
  padding: 10px 16px 10px;
  width: 100%;
  /*box-shadow: 4px 4px 0 var(--theme--color);*/
	box-shadow: 4px 4px 0 #0A2785;
  transition: 0.3s all ease;
}
		  
.video-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 10px;
/*  background: #000 url("../images/APP/YConnectTWN/pair-preview.webp") center center / cover no-repeat;*/
}

video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 播放 icon */
.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 26px;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  padding: 15px 20px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.play-icon:hover {
  background: rgba(255, 255, 255, 0.2);
}

@media (max-width: 767px) {
  .play-icon {
  font-size: 16px;
}
}

.collapse--faq {
  border-bottom: 1px solid rgba(136, 136, 136, 0.4);
  padding-left: 26px;
  padding-bottom: 8px;
  margin-bottom: 16px;
  background-color: #f0f1f5;
  padding: 20px 20px 20px 30px;
  border-radius: 10px;
}		  
		  
.collapse--faq .content article {
  transition: all 0.3s ease;
  position: relative;
  padding: 0 0 0 16px;
  margin-top: 30px;
  margin-bottom: 32px;
  border-left: 1px solid #cdcdcd;
  font-size: 16px;
	line-height: 30px;
	
}
.collapse--faq .content img {
  /*max-width: 600px;*/
	width: 100%;
}
.collapse--faq .bar {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 30px;
  cursor: pointer;
}
.collapse--faq .bar .text {
  font-weight: 500;
  color: #0A2785;
	padding-left: 15px;
}
.collapse--faq .bar .icon {
  position: relative;
  width: 30px;
  height: 30px;
  background: #1745A5;
  border-radius: 50%;
}
.collapse--faq .bar .icon::before, .collapse--faq .bar .icon::after {
  position: absolute;
  width: 14px;
  height: 1px;
  background: white;
  display: block;
  content: "";
}
.collapse--faq .bar .icon::after {
  transition: transform 0.3s ease;
  transform: rotate(0);
}
.collapse--faq .bar[data-te-collapse-collapsed] .icon::after {
  transform: rotate(90deg);
}
.collapse--faq .bar::before {
  position: absolute;
  top: 0px;
  left: -14px;
  transform: rotate(0deg);
  display: block;
  content: "Q.";
  width: 0px;
  height: 0px;
  border-radius: 0px;
  background: #FFF;
	color:#0a2785;
	font-weight: 600;
}
.collapse--faq .content article ul {
  list-style: disc;
  padding-left: 24px;
}
.collapse--faq .content article ol {
  list-style: decimal;
  padding-left: 24px;
}
		  
.sub-title {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  margin: 20px;
  padding-left: 20px; /* 給 pseudo element 預留空間 */
}

.sub-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(45deg); /* 垂直置中＋旋轉 */
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: #0a2785;
}

.sub-title p {
  margin: 0; /* 清掉預設 <p> 的 margin，避免位移 */
}	
.faq-section {
 /* padding: 2rem 1rem;*/
	padding: 2rem 0rem;
}

.step-section {
  padding: 2rem 1rem;

}

.container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

/* 標題 */
.header {
  text-align: center;
  margin-bottom: 1.5rem;
}

.header2 {
  text-align: center;
}

.heading-en {
  font-size: 2rem;
  font-weight: bold;
  background: linear-gradient(0deg, #0a2d82 0%, #2446b6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h1 {
  font-size: 28px;
  font-weight: bold;
  margin-top: 0.5rem;
  color: #1f2937;
}

h2 {
  font-size: 28px;
  font-weight: bold;
  margin-top: 0.5rem;
  color: #1f2937;
}

/* 外層容器 */
.faq-tabs-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin: 1rem 0;
}

/* Tabs 容器 */
.faq-tabs {
  display: flex;
  gap: 8px;
  margin: 1rem 0;
  overflow-x: auto;       /* 水平可捲動 */
  overflow-y: hidden;     /* 禁止上下捲動 */
  white-space: nowrap;    /* 避免換行 */
  -webkit-overflow-scrolling: touch; /* iOS 滑動更順 */
  align-items: center;    /* 垂直置中 */
  min-height: 48px;       /* 給足高度，避免被壓縮 */
  padding: 4px 0;         /* 避免按鈕被捲軸擋住 */
  justify-content: flex-start;
}

/* 可滑動區域 */
.faq-tabs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  flex: 1; /* 讓箭頭貼邊，tabs 占中間空間 */
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.faq-tabs::-webkit-scrollbar {
  display: none;
}

/* 隱藏捲軸但保留功能 */
.faq-tabs::-webkit-scrollbar {
  display: none;
}
.faq-tabs {
  -ms-overflow-style: none;  /* IE/Edge */
  scrollbar-width: none;     /* Firefox */
}

/* 單一 tab */
.faq-tab {
  flex: 0 0 auto;         /* 不要壓縮，維持原本大小 */
  padding: 0.5rem 1rem;
  border: none;
  background: transparent;
  font-size: 18px;
  cursor: pointer;
  color: #888;
  transition: 0.3s;
  position: relative;
}

/* 左右箭頭同排顯示 */
.faq-arrow {
  flex: 0 0 36px;
  text-align: center;
  font-size: 28px;
  color: #333;
  opacity: 0.6;
  cursor: pointer;
  transition: opacity 0.3s;
  z-index: 2;
  user-select: none;
	margin-bottom: 10px;
}
.faq-arrow:hover {
  opacity: 1;
}

/* 陰影效果 */
.faq-shadow {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50px;
  pointer-events: none;
  z-index: 1;
  transition: opacity 0.3s;
  opacity: 0;
}
.faq-shadow.left {
  left: 36px; /* 避開左箭頭 */
  background: linear-gradient(to right, rgba(255,255,255,0.9), rgba(255,255,255,0));
}
.faq-shadow.right {
  right: 36px; /* 避開右箭頭 */
  background: linear-gradient(to left, rgba(255,255,255,0.9), rgba(255,255,255,0));
}

/* 桌機版置中 + 隱藏箭頭 */
@media (min-width: 768px) {
  .faq-tabs-wrapper {
    justify-content: center;
  }
  .faq-arrow,
  .faq-shadow {
    display: none;
  }
}


/* 桌機版 (大於 768px) → 水平置中 */
@media (min-width: 768px) {
  .faq-tabs {
    justify-content: center; /* 中間置中 */
    overflow-x: visible;     /* 桌機就不用橫向捲動 */
  }
}

.faq-tab{
  padding-left: 10px;
  padding-right: 10px;
	}

.faq-tab.active {
  color: #3d3d3d;
  font-weight: 600;
	}

.faq-tab.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  height: 3px;
  background: #1c81ff;
}

/* FAQ Panels */
.faq-content {
  margin-top: 1rem;
}

/* FAQ Panels */
.faq-panel {
  display: none;
  opacity: 0;
  transform: translateY(5px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.faq-panel.active {
  display: block;
}

/* 顯示動畫狀態 */
.faq-panel.fade-in {
  opacity: 1;
  transform: translateY(0);
}

.faq-panel.fade-out {
  opacity: 0;
  transform: translateY(5px);
}

.button--cta--md {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 32px 8px 16px;
  width: 100%;
  max-width: 320px;
  height: 60px;
  cursor: pointer;
  transition: 0.3s all ease;
  border-top: 2px solid #0A2785;
  border-left: 2px solid #0A2785;
  background-image: url(../images/button--cta__sm.svg);
  background-size: cover;
  background-position: right center;
}		  
		  
.button--cta--md span {
  white-space: nowrap;
  font-size: 16px;
  font-weight: 600;
  color: white;
}

.button--cta--md  span:hover {
  padding-right: 14px;
}
.button--cta--md  span::after {
  display: block;
  content: "";
  width: 64px;
  height: 2px;
  background: #0A2785;
}  
@media (max-width: 768px) {
  .button--cta--md {
  max-width: 240px;
  height: auto;
  max-height: 48px;
  margin-top: 10px;
}
.button--cta--md  span:hover {
  padding-right: 0px;
  background: #0655b7;
}
.button--cta--md  span::after {
  display: block;
  content: "";
  width: 4px;
  height: 2px;
  background: #0A2785;
}  
}	
 .step-title{
 font-weight: 600;	
 color: #0A2785;
		  }
		  
.faqimg{width: 100%; max-width: 370px; border: solid 1px rgba(180,182,184,1.00); border-radius: 2%; box-shadow: 5px 6px 2px rgba(0, 0, 0, 0.1);margin: 5px 5px 10px 5px; }
.faqimg-600{width: 100%; max-width: 600px; border: solid 1px rgba(180,182,184,1.00); border-radius: 2%; box-shadow: 5px 6px 2px rgba(0, 0, 0, 0.1);margin: 5px 5px 10px 5px; }


