html,
body {
	overflow-x: hidden;
}

img {
	max-width: 100%;
	height: auto;
}

h1 {
	text-indent: -9999px;
	height: 0;
}

.KV {
	position: relative;
}

.KV img {
	width: 100%;
	height: auto;
}

.wrapper-dark {
	background: linear-gradient(to bottom, #ffffff, #ffffff);
	padding: 1rem 0;
}

.wrapper-step {
	background: #f5f7f8;
}


#sec_price_table_v2023 .price_table_v2023#price_table_v2023_tabContent .sameUL li:first-child {
	background: #2e2e2e !important;
}

.custom_full_table thead td,
.custom_full_table thead td:first-child {
	background-color: #2e2e2e;
}

.custom_full_table {
	border: 1px solid #9b9b9b;
}


.btn-primary-black {
	color: #f9f6f8;
	background-image: linear-gradient(to right, #000000, #3a3a3a);
	border-radius: 90px !important;
	border: 0;
	outline: 0;
	background-size: 300% 100%;
	transition: all .5s ease-in-out;
}

.btn-primary-orange {
	color: #ff6700;
	background-image: #ff6700;
	border-radius: 90px !important;
	border: 0;
	outline: 0;
	background-size: 300% 100%;
	transition: all .5s ease-in-out;
}

.btn-primary-black:hover {
	color: #ffffff !important;
	background-position: 100% 0;
	transition: all .5s ease-in-out;
}

.btnrow a {
	font-size: 1rem;
}

.borderW {
	width: 80%;
	margin: 0 auto;
	position: relative;
}


.mychargecontainer {
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
	margin: 0 auto;
	padding-left: 2vw;
	padding-right: 2vw;
}

.mychargecontainer img {
	/* display: flex; */
	justify-content: center;
	gap: 10px;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
	padding: 0;
}

/* .step-box {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 90%;
	margin: 0 auto;
}


.step-box img {
	width: 100%;
	height: auto;
} */

/* 文字樣式 */
.txt-primary-white {
	color: #ffffff !important;
}

.txt-primary-gary {
	color: #818181 !important;
}

.txt-primary-orange {
	color: #ff6700 !important;
}

/* .blackbox {
	background-color: #000000;
	border-radius: 0px;
	padding: 5px 10px;
	color: #ffffff;
	text-align: center;
	font-size: larger;
	font-weight: bold;
} */

/* 標題樣式 */
.title-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	/* 水平置中 */
	justify-content: center;
	/* 垂直置中 */
	gap: 12px;
	/* 標題與圖片間距 */
	padding: 0 10px;
}

.title-wrap h2 {
	margin: 0;
	text-align: center;
	font-weight: bold;
	padding-top: 15px;
}

.title-wrap h5 {
	margin: 0;
	text-align: center;
	padding-top: 20px;
}

.title-wrap h6 {
	margin: 0;
	text-align: center;
	/* font-weight:bold; */
	padding-top: 8px;
}


/* 標題樣式end */

/* .steps-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
} */

.steps-wrapper {
	display: flex;
	justify-content: center;
	gap: 0px;
}

.step-item {
	flex: 1;
}

.step-image-wrapper img {
	width: 100%;
	height: auto;
	display: block;
}

/* 手機版 */
@media (max-width: 768px) {
	.steps-wrapper {
		flex-direction: column;
		align-items: center;
	}

	.step-item {
		width: 100%;
		max-width: 400px;
		/* 可依需求調整 */
	}

	.borderW {
		width: 95%;
		max-width: 100%;
		margin: 0 auto;
	}

	.table-wrapper {
		display: block !important
	}
}

/* 表格 */
.table-scroll {
	width: 100%;
	border-radius: 24px;
	/* 將圓角移到外層滾動容器 */
	overflow: hidden;
	/* 外層切除多餘直角 */
	box-shadow: 0 15px 45px rgba(0, 0, 0, .15);
}

.feature-table {
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
	/* sticky 必須配合 separate */
	border-spacing: 0;
	background: #fff;
	/* 原本在 .feature-table 的 overflow 與 border-radius 移至 .table-scroll */
}

/* 標題列 */
.feature-table thead th {
	padding: 24px 15px;
	background: #ff6700;
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
}

/* 內容 */
.feature-table tbody td {
	padding: 24px 15px;
	text-align: center;
	border-bottom: 1px solid #eeeeee;
	font-size: 18px;
	line-height: 1.5;
}

/* 左側功能名稱 */
.feature {
	text-align: left !important;
	font-weight: 600;
	color: #222;
	padding-left: 30px !important;
}

.feature-table tbody tr:last-child td {
	border-bottom: none;
}

.feature-table tbody tr:hover td {
	background: #fafafa;
}



.table-wrapper {
	background: linear-gradient(to bottom, #000000, #979696);
	display: flex;
	justify-content: center;
	padding: 10px 20px;
}


.table-wrapper section {
	width: 100%;
	max-width: 1400px;
	/* 放大表格 */
	padding: 10px;
}


.feature-table {
	width: 100%;
	table-layout: fixed;
	/* 讓每欄平均 */
	border-spacing: 0;
	background: #fff;
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 15px 45px rgba(0, 0, 0, .15);
}


/* 標題列 */
.feature-table thead th {
	padding: 24px 15px;
	background: #ff6700;
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
}


/* 內容 */
.feature-table tbody td {
	padding: 24px 15px;
	text-align: center;
	border-bottom: 1px solid #eee;
	font-size: 18px;
	line-height: 1.5;
}


/* 第一欄功能名稱稍微寬一點 */
.feature-table th:first-child,
.feature-table td:first-child {
	width: 16%;
}


/* 其他方案平均分配 */
.feature-table th:not(:first-child),
.feature-table td:not(:first-child) {
	width: 16.4%;
}


.feature-table tbody tr:last-child td {
	border-bottom: none;
}


/* 左側功能名稱 */
.feature {
	text-align: left !important;
	font-weight: 600;
	color: #222;
	padding-left: 30px !important;
}


.feature-table tbody tr:hover td {
	background: #fafafa;
}




@media (max-width: 768px) {
	.table-scroll {
		width: 100%;
		overflow-x: auto;
		/* 支援橫向滾動 */
		-webkit-overflow-scrolling: touch;
		border-radius: 20px;
		/* 手機版圓角微調 */
	}

	.feature-table {
		width: 850px;
		/* 表格內部固定總寬 */
		table-layout: fixed;
		border-collapse: separate;
		border-spacing: 0;
	}

	/* 1. 固定左側欄位 (包含 th.feature 與 td.feature) */
	.feature-table .feature {
		position: -webkit-sticky;
		position: sticky;
		left: 0;
		width: 110px !important;
		min-width: 110px !important;
		max-width: 110px !important;
		box-shadow: 3px 0 6px rgba(0, 0, 0, 0.1);
		/* 右側投影劃分區域 */
		padding-left: 12px !important;
		padding-right: 12px !important;
		text-align: center !important;
	}

	/* 2. 表頭第一欄 (月租費) 背景與最高層級 */
	.feature-table thead th.feature {
		background-color: #ff6700 !important;
		color: #fff;
		z-index: 20 !important;
	}

	/* 3. 內容區第一欄背景與層級 */
	.feature-table tbody td.feature {
		background-color: #ffffff !important;
		color: #222;
		z-index: 10 !important;
	}

	/* 4. 確保左側四角完美貼合圓角 (防止 sticky 背景溢出圓角) */
	.feature-table thead tr:first-child th.feature {
		border-top-left-radius: 20px;
	}

	.feature-table tbody tr:last-child td.feature {
		border-bottom-left-radius: 20px;
	}

	.feature-table thead tr:first-child th:last-child {
		border-top-right-radius: 20px;
	}

	.feature-table tbody tr:last-child td:last-child {
		border-bottom-right-radius: 20px;
	}

	/* 5. 內距與字體微調 */
	.feature-table thead th {
		font-size: 15px;
		padding: 14px 8px;
	}

	.feature-table tbody td {
		font-size: 14px;
		padding: 12px 6px;
	}
}

@media (max-width:768px) {

	/* 滾動容器 */
	.table-scroll {
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.feature-table {
		width: 850px;
		/* 表格總寬度 */
		table-layout: fixed;
		border-collapse: separate;
		/* sticky 必備：邊框分離 */
		border-spacing: 0;
		overflow: visible !important;
		/* 關鍵：解開 overflow restriction */
	}

	/* -------------------------------------------
       固定左側第一欄 (包含 th.feature 與 td.feature)
       ------------------------------------------- */
	.feature-table .feature {
		position: -webkit-sticky;
		/* 支援舊版 Safari */
		position: sticky;
		left: 0;
		width: 110px !important;
		/* 固定寬度 */
		min-width: 110px !important;
		max-width: 110px !important;
		box-shadow: 3px 0 6px rgba(0, 0, 0, 0.12);
		/* 側邊陰影 */
		padding-left: 10px !important;
		padding-right: 10px !important;
		text-align: center !important;
	}

	/* 表頭第一欄 (月租費) 獨立設定背景與最高層級 */
	.feature-table thead th.feature {
		background-color: #ff6700 !important;
		color: #ffffff !important;
		z-index: 20 !important;
		/* 確保層級最高 */
		font-size: 15px;
		padding: 12px 8px;
	}

	/* 內容區第一欄 (約期、行動上網...) 設定不透明背景 */
	.feature-table tbody td.feature {
		background-color: #ffffff !important;
		color: #222222 !important;
		z-index: 10 !important;
	}

	/* 其餘一般表格格子的文字與內距調整 */
	.feature-table thead th:not(.feature) {
		font-size: 15px;
		padding: 12px 6px;
	}

	.feature-table tbody td:not(.feature) {
		font-size: 14px;
		padding: 12px 6px;
	}
}


/* 1. 給所有內容儲存格與表頭加上基礎邊框 */
.feature-table thead th,
.feature-table tbody td {
    /* 垂直線與水平線：可以自行修改顏色，如 #e0e0e0 */
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

/* 2. 補上表格最左側的邊框 */
.feature-table thead th:first-child,
.feature-table tbody td:first-child {
    border-left: 1px solid #eeeeee;
}

/* 3. 補上表頭最頂部的邊框 */
.feature-table thead th {
    border-top: 1px solid #eeeeee;
}

/* 4. （可選）如果您希望最底部那列依然保有底線，取消原本覆蓋掉 border-bottom 的設定 */
/* 如果原本有這段，請移除或註解掉：
.feature-table tbody tr:last-child td {
    border-bottom: none;
}
*/




/* 表格end */




/* 按鈕 */
@media (max-width: 768px) {
	.btnrow {
		display: flex;
		justify-content: center;
		gap: 12px;
		width: 100%;
		padding: 0 20px;
		/* 控制左右留白 */
	}

	.btnrow .btn {
		flex: 1;
		/* 兩顆按鈕會平均平分可用寬度 */
		padding: 12px 0;
		/* 上下內距 */
		text-align: center;
	}
}



.plus-img {
	text-align: center;
	margin: 20px 0;
}

.plus-img img {
	width: 100%;
	/* max-width: 600px; */
	height: auto;
}

/* QA */
.drawer.drawer-gray {
	margin-bottom: 1rem;
	border-radius: 20px;
	--tw-bg-opacity: 1;
	background-color: #fefefe;
	box-shadow: 1px 1px 10px 0px rgba(180, 180, 180, 0.3);
}

/* FAQ頁籤 */
.faq-tabs {
	display: flex;
	justify-content: center;
	gap: 15px;
	margin: 20px 0 30px;
}

.faq-tab {
	min-width: 160px;
	height: 50px;
	border: none;
	border-radius: 999px;
	background: linear-gradient(180deg, #3f3f3f 0%, #2f2f2f 50%, #6a6a6a 100%);
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	transition: all .3s ease;
}

.faq-tab.active {
	color: #0a0a0a;
	border: 2px solid #050505;
	background: #fff;
	font-weight: bold;

}

/* FAQ分類 */

.faq-category {
	display: none;
}

.faq-category.active {
	display: block;
}


@media (max-width: 768px) {

	.faq-tabs {
		display: flex;
		justify-content: center;
		gap: 8px;
		margin: 15px 20px 20px;
	}

	.faq-tab {
		min-width: auto;
		flex: 1;
		height: 42px;
		padding: 0 8px;
		font-size: 14px;
		border-radius: 999px;
		white-space: nowrap;
	}

}

.step-text {
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	margin-top: 20px;
	color: #333;
}



/* map區 */
.charge-content {
	max-width: 1200px;
	margin: 0 auto;

	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 60px;
}

.charge-text {
	flex: 0 0 45%;
}

.charge-text h2 {
	font-size: 24px;
	line-height: 1.4;
	font-weight: bold;
	color: #000;
	margin-bottom: 30px;
}

.charge-text p {
	font-size: 16px;
	line-height: 1.8;
	color: #000;
	font-weight: 500;
}

.charge-image {
	flex: 0 0 55%;
}

.charge-image img {
	width: 100%;
	display: block;
}



@media (max-width: 768px) {

	.charge-section {
		padding: 50px 20px;
	}

	.charge-content {
		flex-direction: column;
		gap: 30px;
	}

	.charge-text,
	.charge-image {
		flex: none;
		width: 100%;
	}

	.charge-text {
		text-align: center;
	}

	.charge-text h2 {
		font-size: 16px;
		line-height: 1.4;
		font-weight: bold;
		color: #000;
		margin-bottom: 10px;
	}

	.charge-text h4 {
		font-size: 28px;
		margin-bottom: 20px;
		font-weight: bold;
	}

	.charge-text p {
		font-size: 16px;
		line-height: 1.7;
	}

	.charge-image img {
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}

}

/* map區END */