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: #f3f3ee;
}


#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;
}

.KV .btnrow {
	position: absolute;
	left: 50%;
	top: 72%;
	transform: translate(-50%, -50%);
}


.KV .btnrow .btn-primary-KV {
	color: #fff !important;
	background-image: linear-gradient(to right, #e93755, #aa0fb3);
	border-radius: 90px !important;
	transition: all .5s ease-in-out;
	padding: 8px 40px;
}

.KV .btnrow .btn-primary-KV-m {
	color: #fff !important;
	background-image: linear-gradient(to right, #e93755, #aa0fb3);
	border-radius: 90px !important;
	transition: all .5s ease-in-out;
}

.btn-primary-KV:hover {
	color: #ffffff !important;
	background-image: linear-gradient(to right, #aa0fb3, #e93755);
	border-radius: 90px !important;
	border: 0;
	outline: 0;
	background-size: 300% 100%;
	transition: all .5s ease-in-out;
}

.btn-primary-black {
	color: #ffc5e9;
	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-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;
}


.Retrocontainer {
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
	margin: 0 auto;
	padding-left: 2vw;
	padding-right: 2vw;
}

.Retrocontainer 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 15px;
}

.title-wrap h4 {
	margin: 0;
	text-align: center;
	font-weight: bold;
	padding-top: 20px;
}

.title-wrap h5 {
	margin: 0;
	text-align: center;
	padding-top: 20px;
}

.title-wrap h6 {
	margin: 0;
	text-align: center;
	/* font-weight:bold; */
	padding-top: 14px;
}


/* 標題樣式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: 100%;
		max-width: 100%;
		margin: 0 auto;
	}


}

/* 表格1 */




.table-wrapper {
	background: url("../images/tablebg.jpg") center center / cover no-repeat;
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 40px 0;
}

/* .table-wrapper {
	background: linear-gradient(to left, #ed89de, #5e81e4);
	display: flex;
	justify-content: center;
	padding: 40px 0px;
} */

.table-wrapper section {
	width: 100%;
	max-width: 1000px;
	padding: 10px;
}

.feature-table {
	width: 100%;
	border-spacing: 0;
	background: #fff;
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 15px 45px rgba(0, 0, 0, .08);
}

.feature-table thead th {
	padding: 22px;
	background: #222;
	color: #fff;
	font-size: 17px;
	font-weight: 600;
}

.feature-table tbody td {
	padding: 22px;
	text-align: center;
	border-bottom: 1px solid #eee;
	font-size: 16px;
	transition: .3s;
}

.feature-table tbody tr:last-child td {
	border-bottom: none;
}

.feature {
	text-align: left !important;
	font-weight: 600;
	color: #222;
}

.premium {
	background: #5b8ff9;
	color: #fff;
	text-align: center;
}

.premium-title {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.premium-title img {
	width: 22px;
	height: 22px;
	display: block;
}

.feature-table tbody tr:hover td {
	background: #fafafa;
}

.feature-table tbody tr:hover td.photoapp {
	background: #ECF5FF;
}


/* 表格end */



/* .plus-img {
    display: flex;
    justify-content: center;
    align-items: center;
}
 */
.plus-img {
	text-align: center;
	margin: 20px 0;
}

.plus-img img {
	width: 100%;
	max-width: 600px;
	height: auto;
}

.step-text {
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	margin-top: 20px;
	color: #333;
}

/* QA */

.RetroQA {
	counter-reset: qa-item;
	text-align: center;
	padding: 15px;
	;
}

.RetroQA .drawer-box {
	border: 1px solid #fffefe;
	border-radius: 45px;
	background-color: #fff;
	padding: 20px 30px;
}

.RetroQA .drawer-box .drawer {
	counter-increment: qa-item;
	/* 每個項目 +1 */
}

.RetroQA .drawer-box .drawer .drawer-number b {
	font-weight: normal;
	position: relative;
}

.RetroQA .drawer-box .drawer .drawer-number b::before {
	content: counter(qa-item) ". ";
	text-align: right;
	font-weight: 500;
}

.drawer.drawer-gray {
	margin-bottom: 1rem;
	border-radius: 20px;
	--tw-bg-opacity: 1;
	background-color: #fefefe;
}

/* POPUP */
.popup {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, .6);
	justify-content: center;
	align-items: center;
	z-index: 9999;
}

.popup-content {
	background: #fff;
	padding: 30px;
	border-radius: 16px;
	text-align: center;
	max-width: 800px;
	width: 90%;
}

.popup-content button {
	margin: 2rem auto;
	padding: 10px 30px;
	background-color: #ff6700;
	border-radius: 25px;
	color: #ffffff;
	text-align: center;
	justify-content: center;


}


.popup-content {
    position: relative;
}

.popup-close {
    top: 20px;
    right: 20px;
    display: flex;
    height: 40px;
    width: 40px;
}
.close-btn {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: #fff;
    color: #333;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0,0,0,.2);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: .2s;
}

.close-btn:hover {
    transform: scale(1.1);
    background: #f5f5f5;
}


/* POPUP */