@charset "UTF-8";
* { margin: 0px; padding: 0px; box-sizing: border-box; }
a, a:link, a:visited, a:hover, a:active {text-decoration:none;}
img { border: 0px none; }

body {
	padding:0;
	margin:0;
	font-family: 'Noto Sans TC', '微軟正黑體', sans-serif;
	font-size: 16px;
}
@media screen and (max-width: 768px) {
body.open { 
	width: 100%;
	height: 100vh;
	overflow: hidden;
	}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 49;
    width: 100%;
    height: 100%;
	
    opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: rgba(0,0,0,0.8);
    }
.overlay.open {
    opacity: 0.8;
    visibility: visible;
    }
}
ul {
	padding-left: 0;
}
/************************
TOTAL
************************/
.page-container {
	margin-inline: auto;
	width: min(1100px , 100% - 24px);
}
header .page-container {
	width: min(1100px , 100%);
}
img {
	max-width: 100%;
	display: block;
}
.anchor-offset {
	position: relative;
	transform: translateY(-120px);
	height: 0;
	display: block;
}
@media only screen and (max-width:1200px){ 


}
@media only screen and (max-width:992px) { 

}	
@media only screen and (max-width:480px) { 

}
/****************************/
.toggle-button {
	position: relative;
    display: none;
	float: left;
	top: 5px;
	left: 0;
	width: 53px;
    height: 53px;
    padding: 15px 15px;
    margin: 0px;
    transition: .25s;
    z-index: 999;
    }
.toggle-button:hover { 
    cursor: pointer;
	/*background-color: #eeeeee;*/
    }
.toggle-button .menu-bar {
	position: relative;
    width: 100%;
    transition: .2s;
    }
.toggle-button .menu-bar-top {
    border: 2px solid #909090;
    border-bottom: none;
    top: 0px;
    }
.toggle-button .menu-bar-middle {
	height: 2px;
    /*background-color: #909090;*/
    margin: 2px 0px;
    top: 0px;
    }
.toggle-button .menu-bar-bottom {
    border: 2px solid #909090;
    border-top: none;
    top: 0px;
    }
.toggle-button.open .menu-bar-top {
    transform: rotate(45deg) translate(3px, 3px);
    transition: .2s;
    }
.toggle-button.open .menu-bar-middle {
    transform: translate(0px);
    transition: .1s ease-in;
    opacity: 0;
    }
.toggle-button.open .menu-bar-bottom {
    transform: rotate(-45deg) translate(3px, -3px);
    transition: .2s;
    } 

@media only screen and (max-width: 992px) {
.toggle-button { 
	display: inline-block;
	}
}
/************************
HEADER
************************/
header {
	position: fixed;
	display: inline-block;
	width: 100%;
	top: 0;
	left: 0;
	font-size: 16px;
	height: 120px;
    z-index: 50;
	background-color: rgba(255,255,255,0.99);
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
	transition: all 0.2s ease-out;
	}
header.open { 
	height: 50px;
    border-top: 4px solid #2e2e2e;
	}
header.open,
header { transition: all 0.2s ease-out; }

@media screen and (max-width: 992px) {
header { 
	height: 50px;
    border-top: 4px solid #2e2e2e;
	}
}
/************************/
header .h_menu,
header .h_logo,
header .h_content {
    position: relative; 
	display: inline-block;
	float: left;
    }
header .h_content {
    width: 100%;
	padding-top: 40px;
    }

header .h_menu ul.menu-bottom {
	position: fixed;
	display: inline-block;
	top: 0;
    left: 0;	
	width: 100%;
	height: 40px;
	background: #2e2e2e;
    z-index: 50;
	}
header .h_menu ul.menu-bottom li {
    position: relative; 
	display: inline-block;
	float: right;
	font-size: 14px;
	line-height: 1.5em; 
	font-weight: 500;
	}
header .h_menu ul.menu-bottom a:hover,	
header .h_menu ul.menu-bottom a {
	display: inline-block;
	color: #ffffff;
	height: 40px;
    padding: 9px 18px;
	}
header .h_menu ul.menu-bottom a span {
	font-size: 12px;
	color: #82827c;
	}
header .h_menu ul.menu-bottom li:hover {
	background: #444444;
	}
	
header .h_menu ul.menu-bottom ul {
    position: absolute; 
	display: none;
	top: 100%;
	width: 280px;
	color: #b8b8b8;
	background: #444444;
    }
header .h_menu ul.menu-bottom li:hover > ul { 
    display: block;
	height: auto;
	}
header .h_menu ul.menu-bottom ul li { 
	float: left;
	width: 100%;
	padding: 5px 20px;
	min-height: 40px;
	}
header .h_menu ul.menu-bottom ul li:hover {
	background: #999999;
	} 
header .h_menu ul.menu-bottom ul li.panel-header:hover {
	background: #444444;
	}
	
header .h_menu ul.menu-bottom ul label,	
header .h_menu ul.menu-bottom ul a {
	font-weight: 400;
	}
	
header.open ul.menu-bottom { display: none; }
header.open .h_content { padding-top: 0px; }

@media screen and (max-width: 992px) {
header .h_content { 
    padding-top: 0px; 
	}
body.open .h_content { 
	padding-left: 280px;
	}
	
header.open ul.menu-bottom,
header .h_menu ul.menu-bottom {
    position: relative; 
	display: inline-block;
	background: #ffffff;
	}
header .h_menu ul.menu-bottom li {
	float: left;
	width: 100%;
	}
header .h_menu ul.menu-bottom li:hover {
	background: #ffffff;
	}	
header .h_menu ul.menu-bottom a:hover,	
header .h_menu ul.menu-bottom a {
	width: 100%;
	color: #656565;
	}
header .h_menu ul.menu-bottom a span {
    position: absolute; 
	right: 30px;
	color: #ff3333;
	}	
header .h_menu ul.menu-bottom li.pc768 {
	display: none;
	}
header .h_menu ul.menu-bottom ul {
    position: relative; 
	display: inline-block;
	padding: 10px 0px; 
	color: #70706f;
	background: #ececec;
    }
header .h_menu ul.menu-bottom ul li { 
	padding: 5px 20px;
	min-height: 30px;
	}

header .h_menu ul.menu-bottom ul.last-menu li,
header .h_menu ul.menu-bottom ul li.panel-header:hover {
	background: #ececec;
	}
header .h_menu ul.menu-bottom ul li:hover {
	background: #e2e2e2;
	} 	
header .h_menu ul.menu-bottom ul a:hover,
header .h_menu ul.menu-bottom ul a {
	color: #000000;
	}

header .h_menu ul.menu-bottom li:hover > ul,
header .h_menu ul.menu-bottom ul { display: none; }
header .h_menu ul.menu-bottom li:hover > ul.open,
header .h_menu ul.menu-bottom ul.open { display: inline-block; }

}		
/************************/
header .h_logo {
	width: 190px;
	margin: 0px 10px;
	margin-top: 26px;
	
	transition: all 0.4s ease-out;
	}
header .h_logo img {
	display: inline-block;
	float: left;
	width: 50%;
	}
	
header .h_menu ul.menu-top li,
header .h_menu ul.menu-top,
header .h_menu,
header .h_bank {
    position: relative; 
	display: inline-block;
    }
	
header .h_bank,
header .h_menu ul.menu-top li {
	line-height: 1.5em; 
	height: 80px;
	padding: 26px 0px;
	font-weight: 600;
	color: #2e2e2e; 	
	}
/************************/
header .h_bank ul.dark-last {
    position: absolute; 
	display: none;
	top: 100%;
	right: 0px;
	width: 180px;
	color: #2e2e2e; 
	background: #ececec;
    text-align: center; 
	}
header .h_bank ul.dark-last li {
    display: inline-block;
	width: 100%;
	}
		
header .h_bank ul.dark-last a,
header .h_bank ul.dark-last a:hover {
	display: inline-block;
	width: 100%;
	padding: 15px 0px;
	font-size: 14px;
	color: #2e2e2e; 
	transition: all 0.5s ease 0s; 
	}	
header .h_bank ul.dark-last a:hover {
	background: #dedede;
	}
header .h_bank ul.dark-last.open {
	display: inline-block;
	}	
/************************/

header .h_menu ul.menu-top a,
header .h_menu ul.menu-top a:hover {
	display: inline-block;
	padding: 0px 15px;
	color: #2e2e2e; 
	}
/*
header .h_menu ul.menu-top li:last-child a {
	border-left: 1px solid #c0c0c0;
	}
*/
header .h_menu ul.menu-top li:hover {
	background: #eeeeee;
	}
header.open ul.menu-top li {
	height: 46px;
	padding: 10px 0px;
	}
/************************/	
header .h_menu ul.menu-top a,
header .h_menu ul.menu-top a:hover {
	display: inline-block;
	padding: 0px 17px;
	color: #2e2e2e; 
	}
header .h_menu ul.menu-top li:last-child a {
	border-left: 1px solid #c0c0c0;
	}
header .h_menu ul.menu-top li:hover {
	background: #eeeeee;
	}
header.open ul.menu-top li {
	height: 46px;
	padding: 10px 0px;
	}
/************************/	
header .h_bank {
	float: right;
	background: #ff3333;
	padding: 26px 17px;
	}
header.open .h_bank,
header .h_bank { transition: all 0.2s ease-out; }	
	
header .h_bank a,
header .h_bank a:hover {
	display: inline-block;
	color: #ffffff; 
	}
header .h_bank img {
	display: inline-block;
	width: 20px;
	margin-bottom: -3px;
	}
header.open .h_bank {
	height: 46px;
	padding: 10px 17px;
	}

header.open .h_logo img.logo_tc { display: none; }
header.open .h_logo { 
	width: 80px;
	margin-top: 12px;
	margin-left: 10px;
	margin-right: 10px;
    }
header.open .h_logo img { width: 100%; }

@media screen and (max-width: 992px) {
header .h_content { height: 50px; }
header .h_logo img.logo_tc { display: none; }
header.open .h_logo,
header .h_logo {
	position: absolute;
	width: 80px;
	margin-top: 12px;
	margin-left: 0px;
	margin-right: 10px;
	}
header .h_logo img { width: 100%;}
header .h_bank {
	font-size: 14px;
	height: 46px;
	padding: 10px 17px;
	}

header .h_menu { 
	position: absolute;
	display: none;
    width: 280px;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 20;
	padding-bottom: 100px;
	background: #ffffff;
    }
	
body.open header .h_menu { 
	display: inline-block;
    overflow-x: hidden;
	}	
body.open .h_bank {
	display: none;
	}
	
header .h_menu ul.menu-top { 
	border-bottom: 1px solid #ececec; 
    }
header .h_menu ul.menu-top li {
	width: 100%;
	height: auto;
	font-size: 18px;
	padding: 12px 0px;
	}
header .h_menu a,
header .h_menu a:hover {
	padding: 0px 20px;
	}	
}
@media screen and (max-width: 468px) {
header .h_logo {

	}
}	
/***********************
LAYOUT 框架
***********************/
main.main-content {
	position: relative;
	width: 100%;
	padding-top: 120px;
	line-height: 1.5;
	font-size: 1.125rem;
	overflow-x: clip;
}
body.open main.main-content { 
	padding-top: 50px;
	}
	
@media screen and (max-width: 992px) {
body.open main.main-content,
main.main-content { 
	padding-top: 25px;
	}
}
/************************
FOOTER
************************/
footer .f_link,
footer .fiscal .f_right,
footer .fiscal .f_left,
footer .fiscal,
footer .f_warning,
footer {
	position: relative;
	display: inline-block;
	float: left;
	width: 100%;
}

footer {
	padding: 10px 2%;
	background-color: rgb(72, 72, 72);
}
/************************/
footer .fiscal {
	margin: 20px 0px;
	color: #191919;
}

footer .f_warning {
	margin: 20px 0px;
	color: #ffffff;
	font-size: 14px;
	padding: 0px 15px;
}

footer .fiscal .f_left {
	width: 25%;
	font-size: 30px;
	color: #ffffff;
	min-height: 48px;
	text-align: center;
}
footer .fiscal .f_left img {
	width: 80%;
}
footer .fiscal .f_right {
	width: 75%;
	padding: 0px 15px;
	font-size: 14px;
	line-height: 1.4em;
	color: #ffffff;
}
footer .fiscal .f_right a,
footer .fiscal .f_right a:hover {
	color: #ffffff;
	line-height: 1em;
}
/************************/
footer .f_link {
	margin-top: 10px;
	min-height: 40px;
	font-size: 14px;
	color: #b8b8b8;
}
footer .f_link a,
footer .f_link a:hover {
	display: inline-block;
	padding: 0px 10px;
	color: #b8b8b8;
	line-height: 1em;
}
footer .f_link a + a {
	border-left: 1px solid #b8b8b8;
}
footer .f_copy {
	display: inline-block;
	font-weight: 600;
}

@media screen and (max-width: 1280px) {
	footer .fiscal .f_left {
		width: 28%;
	}
	footer .fiscal .f_right {
		width: 71%;
	}
}



/************************
HELPERS
************************/ 
:root {
	--color-custom-1: #ef0724;
	--color-red: #c83a28;
	--animate-delay: 0.1s;
}
.gap-20 {
	gap: 20px;
}
.gap-12 {
	gap: 12px;
}
@media only screen and (max-width: 768px) {
	.gap-20 {
		gap: 10px;
	}
}
@media only screen and (max-width: 480px) {
	.justify-content-center-sm {
		justify-content: center;
	}
}
/* overflow- */
.overflow-clip {
	overflow: clip;
}

/* sizing */
.w-fit-content { width: fit-content; }
/* margin */
.mt-4 		{ margin-top: 16px;	}
.mt-6 		{ margin-top: 24px;	}
.mt-10 		{ margin-top: 40px;	}
.mb-2 		{ margin-bottom: 8px;	}
.mb-4 		{ margin-bottom: 16px;	}
.mb-16		{ margin-bottom: 64px; }
.mx-auto 	{ margin-inline: auto;	}

/* padding */
.px-6 		{ padding-inline: 24px; }
.py-1 		{ padding-block: 4px; }
.pb-10.pb-10 { padding-bottom: 40px; }

/* font */
.text-center { text-align: center; }
.text-start  { text-align: left; }
.text-end    { text-align: right; }

.text-red	{ color: var(--color-red); }


.fs-1 {font-size: 2rem;}
.fs-2 {font-size: 1.75rem;}
.fs-3 {font-size: 1.5rem;}
.fs-4 {font-size: 1.25rem;}
.fs-5 {font-size: 1.125rem;}
.fs-6 {font-size: 1rem;}
.fs-7 {font-size: 0.875rem;}

.text-custom-1 	{ color: var(--color-custom-1); }
.text-custom-2	{ color: var(--color-custom-2); }
.text-custom-3	{ color: var(--color-custom-3); }
.text-custom-4	{ color: #ffea94; }

.text-larger { font-size: 1.6em; }
.h2 {
	font-size: 30px;
	line-height: 1.7;
	margin-bottom: 40px;
}
/* border */
.border {
	border-width: 1px;
	border-style: solid;
}
.border-primary {
	border-color: var(--color-primary);
} 
.border-secondary {
	border-color: var(--color-secondary);
}

.rounded-pill {
	border-radius: 100px;
}
.shadow-sm {
	filter: drop-shadow(0px 2px 5px rgba(71, 68, 47, 0.4));
}

.desktop { display: flex; }
.mobile	 { display: none; }
.mobile-inline	 { display: none; }
@media screen and (max-width: 768px) {
	.fs-1 {font-size: 1.6rem !important;}
	.fs-2 {font-size: 1.125rem !important;}
	.fs-3 {font-size: 1.25rem !important;}
	.fs-4 {font-size: 1.125rem !important; }
	.fs-5 {font-size: 1.125rem !important;}
	.fs-6 {font-size: 1rem !important;}
	.fs-7 {font-size: 0.875rem !important;}

	.text-md-center {
		text-align: center;
	}
	.desktop { display: none;}
	.mobile	 { display: block; }
	.mobile-inline	 { display: inline; }
}
@media screen and (max-width: 768px) {
	.h2 { font-size: 32px;}
}

@media screen and (max-width: 600px) {
	.h2 { font-size: 23px;}
}


@media screen and (max-width: 576px) {
	h2 {
		font-size: 20px;
	}
}

.pc_480 { display: inline; }
.mo_480{display: none;}


@media screen and (max-width: 480px) {

    
.pc_480{display: none;}
.mo_480{display: block;}

}


/* ------------------ */

/************************
KEY-VISUAL
************************/ 
.key-visual {
	overflow-x: clip;
}
.key-visual .background {
	background-image:  url(../images/kv.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
	background-color: #e7e7e7;
	aspect-ratio: 16 / 9;
	overflow-x: clip;
	width: 100%;
	/* object-fit: contain; */
}

.key-visual .key-visual_btn {
	margin-top: 16px;
	font-size: 24px;
	font-weight: 700;
}

.KV_star {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kv-title-container {
    left: 50%;
    top: 7%;
    transform: translateX(-50%);
    position: relative;
    z-index: 2;
    text-align: center;
}
.h1 {
	font-size: calc(2rem + 2.1vw);
	font-weight: 700;
	color: #515151;
	line-height: 1.3;
	letter-spacing: 0.15em;
	z-index: 1;
	position: relative;
	width: fit-content;
	margin-bottom: 10%;
}
.kv-title-decor {
	right: 15%;
	top: -30%;
	width: 50%;
}
.kv-decor-container {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.kv-decor {
	width: 60%;
}
.kv-decor-2 {
	position: relative;
	left: 10%;
}
.guideline {
	padding: 3% 0;
	padding-bottom: 5%;
	width: 12%;
	flex-direction: column;
	justify-content: space-between;
	align-items: start;
	left: 2%;
}
.guideline .slogan{
	width: 100%;
}
.guideline .icon{
	width: 100%;
	transform: translateX(0%);
	max-width: 110px;
}

@keyframes kv-rocket-drift {
	from { transform: translate(0, 0); }
	to { transform: translate(-20px, -20px); }
}
@media only screen and (min-width: 2000px) {
    .key-visual .background {
        background-image:  url(../images/kv.jpg);
        background-color: #f0ebe7;
        aspect-ratio: 16 / 9; /* 讓大螢幕一樣維持完美比例 */
        width: 100%;
        background-size: cover;
        background-position: center center; /* ★ 加上這行確保裁切平均 */
    }
    .guideline {
        left: 0%;
        top: 1%;
    }
    .h1 {
        font-size: 60px;
    }
}

@media only screen and (max-width: 992px) {
	.guideline {
		padding-top: 6%;
	}
}

@media screen and (max-width: 768px) {
	.key-visual .background{
		aspect-ratio: 9 / 16;
		background-image: url(../images/pkv.png);
	}
	.guideline {
		width: 15%;
		padding: 10% 0 10% 0;
	}
	.kv-title-container {
		left: 50%;
		transform: translateX(-50%);
		top: 13%;
		width: 90%;
	}
	.h1 {
		margin-inline: auto;
		margin-bottom: 4%;
		font-size: 54px;
		text-align: center;
		width: 100%;
	}
	.kv-title-decor {
		display: none;
	}
	.kv-decor-container {
		align-items: center;
		gap: 16px;
	}
	.kv-decor {
		width: 40%;
	}
}
@media screen and (max-width: 576px) {
	.key-visual .background{
		background-size:  auto 100% ; 
		/*aspect-ratio: 480 / 780;*/
	}
/*	.guideline {
		width: auto;
		flex-direction: row;
		align-items: flex-start;
		justify-content: flex-start;
		height: auto;
		padding: 11% 0 0 0;
	}*/
	.guideline .icon {
		max-width: 80px;
	}
	.guideline .slogan{
		max-width: 00px;
		margin-right: 10px;
	}
	.h1 {
		font-size: 40px;
		letter-spacing: 0.1em;
	}
	.kv-decor {
		width: 55%;
	}
}


@media screen and (max-width: 420px) {
	.kv-title-container {
		left: 50%;
		transform: translateX(-50%);
		top: 10%;
		width: 90%;
	}}





	
/************************
NAV 錨點選單
************************/
.nav {
	background-color: #d6cdc4;
	padding: 8px;
	top: 50px;
	left: 0;
	right: 0;
	z-index: 10;
}
.nav-item a{
	display: block;
	color: inherit;
	font-size: 18px;
	font-weight: 500;
	padding: 8px 60px;
	transition: color ease 300ms;
}
.nav-item a{
	border-right: 0.5px solid #808080;
}
.nav-item:hover a{
	color: var(--color-custom-1);
}
.nav .nav-item:last-of-type a{
	border-right: none;
}
@media screen and (max-width: 768px){
	.nav-item a{
		font-size: 16px;
		padding: 8px 40px;
	}
}
@media screen and (max-width: 576px){
	.nav-item {
		width: 33.3%;
	}
	.nav-item a {
		width: 100%;
		padding: 8px 0;
		text-align: center;
	}
}


.key-visual .KV_star{

max-width: 312px;
position: absolute;
top:3%;
left: -10px;
transform: rotate(180deg);

}

.key-visual .KV_star img{

width: 100%;

}


@media screen and (max-width: 991px){

.key-visual .KV_star{

max-width: 210px;
position: absolute;
top:10%;
left: -10px;
transform: rotate(180deg);

}
}

@media screen and (max-width: 768px){

.key-visual .KV_star{

max-width: 480px;
width: 50%;
position: absolute;
top:41%;
left: -10px;
transform: rotate(180deg);
z-index: 10;
}
}

@media screen and (max-width: 480px){

.key-visual .KV_star{

width: 50%;
position: absolute;
top:50%;
right: 5%;
transform: rotate(180deg);

}
}




/************************
TWQR掃碼支付 就是這麼簡單
選單切換
************************/
.section-feature {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center; 
	background-color: transparent;
}

.feature-bg {
    background-image: url('../images/r_Bg2.jpg');
    background-repeat: no-repeat;
    background-size: cover;       /* 確保圖片填滿整個長度 */
    background-position: top center; /* 讓圖片從最上面往下對齊 */
    min-height: 100%;
    width: 100%;
    overflow: hidden;             /* 防止破圖溢出 */
}


@media screen and (min-width: 1400px) {
	.section-feature {
		background-position:
			right top,
			0% 70%,
			50% calc(100% - 380px),
			50% calc(100% - 380px),			
			center bottom;
		background-size:
			13%,
			14%,
			100%,
			100%,
			100%;
	}
}
@media screen and (max-width: 992px) {
	.section-feature {
		background-position:
			right top,
			0% 70%,
			50% calc(100% - 200px),
			50% calc(100% - 200px),
			center bottom;
	}
}
@media screen and (max-width: 768px) {
	.section-feature {
		background-position:
			right top,
			0% 90%,
			50% calc(70% - 160px),
			50% calc(70% - 160px),
			center bottom;
	}
}
@media screen and (max-width: 576px) {
	.section-feature {
		background-position:
			right top,
			0% 90%,
			50% 60%,
			50% 60%,
			center bottom;
	}
}
.section-feature .tabs-container {
	margin-bottom: 60px;
}
.section-feature .tabs-tags {
	display: flex;
	justify-content: center;
	margin-inline: auto;
	gap: 1px;
	margin-bottom: 32px;
}
.section-feature .tabs-icon {
	width: 42px;
}
.section-feature .tabs-tags__tag {
	color: #fff;
	background-color: #666666;
	font-weight: 700;
	width: 25%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 10px 0;
	cursor: pointer;
	font-size: 22px;
}
.section-feature .tabs-tags__tag:first-of-type {
	border-top-left-radius: 24px;
	border-bottom-left-radius: 24px;
}
.section-feature .tabs-tags__tag:last-of-type {
	border-top-right-radius: 24px;
	border-bottom-right-radius: 24px;
}
.section-feature .tabs-tags__tag.active {
	background-color: var(--color-red);
	position: relative;
}
.section-feature .tabs-tags__tag.active::after {
	content: '';
	width: 0px;
  	height: 0px;
  	border-style: solid;
  	border-width: 23px 13.5px 0 13.5px;
  	border-color: #FF0000 transparent transparent transparent;
  	transform: rotate(0deg) translateX(-50%);
	position: absolute;
	bottom: -13px;
	left: 50%;
	z-index: 1;
}
@media screen and (max-width: 768px) {
	.section-feature .tabs,
	.section-feature .tabs-tags {
		width: 100%;
	}
	.section-feature .tabs-tags__tag {
		width: 33%;

	}
}
@media screen and (max-width: 550px) {

.section-feature .tabs-tags__tag {

font-size: 18px;

}
}


/*@media screen and (max-width: 576px) {
	.section-feature .tabs-tags {
		flex-wrap: wrap;
		gap: 8px;
	}
	.section-feature .tabs-tags__tag.active::after {
		display: none;
	}
	.section-feature .tabs-tags__tag.tabs-tags__tag {
		width:31%;
		border-radius: 10px;
		padding: 4px 0;
	}
}*/
/************************
TWQR掃碼支付 就是這麼簡單
步驟
************************/
.swiper {
	position: relative;
	padding-inline: 4px;
}
.swiper-wrapper{
	padding-bottom: 60px;
}
.swiper-next,
.swiper-prev {
	width: 18px;
	position: absolute;
	top: 38%;
	z-index: 10;
}
.swiper-next[aria-disabled="true"],
.swiper-prev[aria-disabled="true"] {
	opacity: 0.3;
}
.swiper-next {
	right: 0px;
}
.swiper-prev {
	left: 0;
}
.swiper-slide {
	padding-inline: 4px;
}
.swiper-slide img{
	transition: transform ease 300ms;
	margin-bottom: 20px;
}
.swiper-slide:not(.swiper-slide-active) img{
	transform: scale(0.9);
	transform-origin: center bottom;
}

.swiper-slide .step {
    color: #e00020;
    font-size: 20px;
    font-weight: 700;
    display: block;
    margin-inline: auto;
    width: fit-content;
}


.swiper-slide .step2 {
	background: #777;
	
	
}
.swiper-slide .content {
	font-size: 18px;
	font-weight: 500;
} 
.swiper-pagination-bullet {
	border: 2px solid #FF3333;
	background-color: transparent;
	opacity: 1;
	width: 12px;
	height: 12px;
}
.swiper-pagination-bullet-active {
	background-color: #FF3333;
}

.swiper-button-next:after, .swiper-button-prev:after {
	display: none;
}


@media screen and (max-width: 768px) {
	.swiper-slide img{
		width: 50%;
		margin-inline: auto;
	}
}
@media screen and (max-width: 576px) {
	.swiper-wrapper{
		padding-bottom: 40px;
	}
	.swiper-slide img{
		width: 65%;
	}
	.swiper-slide .content {
		font-size: 22px;
	}
	.swiper-next,
	.swiper-prev {
		top: 32%;
	}
	.swiper-next {
		right: 20px;
	}
	.swiper-prev {
		left: 20px;
	}
}

/************************
FAQ
************************/

.accordion-item {
	background: #e6e6e6 !important;
	border: none !important;
	border-radius: 30px !important;
	margin-bottom: 20px!important;
}
.accordion-item.gray {
	background: #e6e6e6 !important;
}
.accordion-header {
	padding: 0 !important;
}
.accordion-header .accordion-button {
	font-size: 20px;
	font-weight: 700;
	color: inherit;
	border-radius: 50px;
	z-index: 2;
	padding-left: 20px;
}
.accordion-header:hover,
.accordion-header:active,
.accordion-header:focus {
	background-color: transparent !important;
} 
.accordion-item:first-of-type .accordion-button,
.accordion-item:last-of-type .accordion-button,
.accordion-item:last-of-type .accordion-button.collapsed {
	border-radius: 50px;
}
.accordion-body {
	padding-top: 30px;
	padding-left: 3.2em;
	padding-right: 5em;
	margin-top: -30px;
	border-radius: 0 0 24px 24px;
	text-align: left;
}
.accordion-body p {
	margin-bottom: 0;
}
.accordion-body ul{
	margin-left: 40px;
	/* font-size: 16px; */
}
.accordion-body ol{	margin-bottom: 0; }
.accordion-body a{
	font-weight: 700;
	color: inherit;
	font-size: 16px;
}
.accordion-button {
    background-color: #e6e6e6;
    box-shadow: none !important;
    flex-direction: row !important;
    justify-content: space-between !important;
}
.accordion-item.gray .accordion-button{
	background-color:#e6e6e6;
	padding-block: 24px;
	font-size: 22px;
}

.accordion-button:focus, 
.accordion-button:active{ 
	outline:0;
	border: none;
	box-shadow: none;
}
.accordion-button::after {
	background-image: url(../images/icon_plus.png);
	width: 20px;
	background-size: contain;
	margin-left: 10px !important;
	margin-right: 1em;
	
}
.accordion-button:not(.collapsed)::after {
	background-image: url(../images/icon_minus.png);
}
.accordion-button:not(.collapsed) {
	background-color:#e6e6e6 !important;
}
.accordion-item.gray .accordion-button:not(.collapsed) {
	background-color: #e6e6e6 !important;
}
.accordion-item.gray .accordion-body {
	font-size: 16px;
}
.list-num-cn li {
	text-indent: -2em;
	list-style: none;
}
@media only screen and (max-width:768px) {
	.accordion-header .accordion-button,
	.accordion-item.gray .accordion-header .accordion-button,
	.accordion-body{
		font-size: 16px;
	}
	.accordion-body{
		padding-left: 2.8em;
	}
	.accordion-button::after {
		width: 16px;
		margin-left: 2px !important;
		margin-right: 0.5em;
		margin-top: 4px;
	}
	.accordion-button:not(.collapsed)::after {
		margin-top: 0px;
	}
}
@media screen and (max-width: 576px) {

}

/************************
BUTTON
************************/ 
.btn {
	padding: 6px 40px;
	/* margin-inline: 8px; */
	font-weight: 700;
	display: flex;
	align-items: center;
	cursor: pointer;
	text-align: center;
	width: fit-content;
	margin-inline: auto;
}
.btn.btn-sm {
	padding: 6px 0;
	width: 180px;
}
.btn-red {
	color: #fff;
	background: var(--color-red);
	border-radius: 25px;
	transition: transform ease 300ms;
	gap: 4px;
	font-size: 18px;
}
.btn-red img{
	width: 12px;
}
.btn-red:hover {
	color: #fff;
	transform: scale(1.05);
	background: var(--color-red);
}
@media screen and (max-width: 480px) {
	.btn {
		padding: 4px 40px;
	}
	.btn-red {
		font-size: 16px;
	}
}

/***********************
TABLE 表格選單
***********************/
table {
    font-size: 18px;
	width: 100%;
    padding: 0;
	line-height : 1.5em;
    border-collapse: collapse;
    border-spacing: 0;

}
table tr {
    padding: 5px;
	text-align: left;
    }
table th {
    padding: 16px 10px;
	text-align: center;
}	
table th:first-child {
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}
table th:last-child {
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}
table thead {
	font-size: 24px;
	color: #fff;
	background: #CC0000;
	background: linear-gradient(90deg, rgba(204, 0, 0, 1) 0%, rgba(255, 99, 99, 1) 21%, rgba(204, 0, 0, 1) 80%);
}
table tbody {
	background: #e5e5e5;
	padding-inline: 20px;
}
table tr td {
    padding: 20px;
	height : 40px;
	text-align: center;
}
table tbody tr:first-child td {
	border-bottom: 1px solid #2f384a20;
}
table tbody tr:first-child td:first-child {
	border-top-left-radius: 20px;
}
table tbody tr:first-child td:last-child {
	border-top-right-radius: 20px;
}
table tbody tr:last-child td:first-child {
	border-bottom-left-radius: 20px;
}
table tbody tr:last-child td:last-child {
	border-bottom-right-radius: 20px;
}
table .badge {
	background-color: #ffea94;
	color: #2c3642;
	margin-right: 4px;
}
/*table tr.odd { background: #fbe5e7; }*/
table .show { display: none; }
	
.mobile.table-a table thead {
	font-size: 16px;
	background: none;
}
.mobile.table-a table th {
	padding: 4px 10px;
}
.mobile.table-a thead th:first-child {
	width: 20%;
}
.mobile.table-a thead th:last-child {
	width: 20%;
}
.mobile.table-a table tr td {
    padding: 20px 5px;
}
.mobile.table-a table tbody tr:first-child td {
	border-bottom: none;
}
.mobile.table-a table tbody tr td:first-child {
	background: linear-gradient(180deg, rgba(204, 0, 0, 1) 0%, rgba(255, 99, 99, 1) 21%, rgba(204, 0, 0, 1) 80%);
	font-weight: bold;
	color: #fff;
}
.mobile.table-a table .body-1-1 {
	border-top-right-radius: 20px;
}
.mobile.table-a table .body-3-1 {
	border-bottom-right-radius: 20px;
}
.mobile.table-a table .body-1-2  {
	border-top-left-radius: 20px;
}
.mobile.table-a table .body-3-2  {
	border-bottom-left-radius: 20px;
}
@media only screen and (max-width: 992px) {
	table thead {
		font-size: 20px;
	}
	table {
		font-size: 16px;
	}
}
@media only screen and (max-width: 480px) {

}







/************************
DRAWER-ITEM 
************************/ 
.drawer-content,
.drawer-header,
.drawer-item { 
	position: relative;
	display: inline-block;
	width: 100%;

	}
.drawer-header {
	min-height: 30px;
	padding: 6px;
	padding-top: 15px;
	text-align: left;
	border-top: 1px solid #d1d1d1;
	overflow: hidden;
	cursor: pointer;
}
.drawer-header h1 {
	font-size: 16px;
	line-height: 1.4em;	
	font-weight: 600;
	margin: 0;
}
.drawer-item-active .drawer-header {
	transition: 0.25s;
	min-height: 30px;

}
.drawer-header-icon {
	position: relative;
	display: inline-block; 
	content: ""; 
	/*float: left;*/
	width: 20px; 
	height: 10px; 

	background-image: url('../images/btn_close.svg');
	background-repeat: no-repeat; 
	background-position: center center; 
	background-attachment: scroll;
	
	background-size: 60% auto;
	-moz-background-size: 60% auto;
	-webkit-background-size: 60% auto;
	-o-background-size: 60% auto;
	
	text-align: center;
	vertical-align: middle; 
}
.drawer-header-icon.drawer-header-icon-active {
	transform: rotate(180deg);
}
.drawer-item-active .drawer-header-icon {
	/*color: #ffffff;*/
}
.drawer-content {
	display: block;	
    width: 96%; 
	margin: 0px 2%; 
	font-size: 14px;
	line-height: 1.8em;
	padding-top: 10px;
	padding-bottom: 80px;
	text-align: left;
	word-wrap: break-word;
}
.drawer-content p{
	margin-bottom: 0;
}
.drawer-content ol {
	padding-left: 0;
}
/************************/ 
.pc_480, 
.pc_768,
.pc_820 { display: block; }

.mo_480, 
.mo_768, 
.mo_820 { display: none  !important; }
@media screen and (max-width: 820px) {
.pc_820 { display: none; }
.mo_820 { display: block; }	
	}
	
@media screen and (max-width: 768px) {
.pc_768 { display: none !important; }
.mo_768 { display: block !important; }	
	}
	
@media screen and (max-width: 480px) {
.pc_480, .mo_820 { display: none !important;}
.mo_480 { display: block !important; }	
	}
/************************
GOTOP
************************/
.go_top,
.go_link {
	position: fixed;
	display: inline-block;
	z-index: 99;
	}
.go_link {
	display: flex;
	flex-direction: column;
}
.go_top img,
.go_link img,
.go_link a { 
	position: relative;
	display: inline-block;
	width: 100%; 
	text-align: center;
	}
	
.go_top { 
    width: 50px; 
	height: 50px;
	right: 0px;
	top: 90%;
}
	
.go_link { 
    width: 100px; 
	right: 0px;
	bottom: 60%;
}
.go_link a { 
	width: 100%;
	border-radius: 15px;
}	
.go_link a.link01 { 
	z-index: 10;
}	
.go_link a.link02 { 
	bottom: 170px;
}	
.go_link img { 
	max-width: 100%; 
	animation: none;
	}
	
	
@media screen and (max-width: 576px) {
.go_link a.link02 { 
	bottom: 130px;
}	

}

	
@media screen and (max-width: 576px) {
	.go_link { 
		bottom: 15%;
	}
	.go_link { 
		width: 50px; 
	}
	/* .go_link a.link02 { 
		bottom: 4px;
	}	 */
	.go_top { 
		width: 45px; 
	}
}


.floating { 
    animation: floating 5s infinite ease-in-out;
  	-moz-animation: floating 5s infinite ease-in-out;
}
 
@keyframes brightness {
	0% {filter: brightness(1.0) hue-rotate(0deg);}

	50% {filter: brightness(1.5) hue-rotate(10deg);
	}

	100% {filter: brightness(1.0) hue-rotate(0deg);}


}

@keyframes floating {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 30px); }
    100%   { transform: translate(0, -0px); }   
}
@-moz-keyframes floating {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 30px); }
    100%   { transform: translate(0, -0px); }   
}

.delay-2 { 
	animation-delay: 500ms;
}
	
.delay-3 { 
	animation-delay: 1000ms;
}

.popup {
	display: none;
}


/************************
Scrollbar
************************/
/* 捲軸寬度及高度 */
::-webkit-scrollbar {
	width: 8px; /*右側捲軸寬度*/
	height: 8px; /*下方捲軸高度*/
  }
  /* 軌道背景底色 */
  ::-webkit-scrollbar-track {
	background: #f1f1f120; 
  }
   
  /* 滑桿顏色 */
  ::-webkit-scrollbar-thumb {
	background: #FF4C4C; 
  }
  /* 滑桿滑鼠滑入時的顏色 */
  ::-webkit-scrollbar-thumb:hover {
	background: #fb3d3d; 
  }
  /* 捲軸兩側頂端的按鈕 */
  ::-webkit-scrollbar-button {
	background-color: #dddddd;
  }
  /* 捲軸兩側頂端的按鈕滑鼠滑入時的顏色 */
  ::-webkit-scrollbar-button:hover {
	background-color: #c2c2c2;
  }




img.title_logo{
width: 100%;
max-width: 500px;
margin-bottom: 20px;
display: block;
text-align: center;
margin-left: auto;
margin-right: auto;

}

@media screen and (max-width: 600px) {

img.title_logo{
max-width: 340px;


}
}

@media screen and (max-width: 430px) {

img.title_logo{
max-width: 300px;


}
}




/************************
固定bar 先保留 需要再開
************************/
.sticky-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 900px;
    height: 70px;
    background-color: #dd292e;
    z-index: 20;
    padding: 10px 40px;
    border-radius: 16px 16px 0 0;
	height: 60px;
}
.sticky-bar .text {
	font-size: 20px;
	color: #fff;
}
.sticky-bar .link01,
.sticky-bar .link02{
	color: #fff;
	font-size: 20px;
}
.sticky-bar .link01 {
    flex: 1;
    justify-content: flex-end;
    height: 100%;
    gap: 10px;
    padding-inline-end: 100px;
    border-right: 1px solid #fff;
}


.sticky-bar .link02 {
    flex: 1;
    justify-content: flex-start;
    padding-inline-start: 100px;
}
.sticky-bar img{
	height: 100%;
}

@media screen and (max-width: 1200px) {
	.sticky-bar .text {
		font-size: 18px;
	}
}
@media screen and (max-width: 992px) {
	.sticky-bar .text {
		font-size: 16px;
	}
}
@media screen and (max-width: 768px) {

.sticky-bar .link01 {
    flex: 1;
    justify-content: flex-end;
    height: 100%;
    gap: 10px;
    padding-inline-end: 20px;
    border-right: 1px solid #fff;
}


.sticky-bar .link02 {
    flex: 1;
    justify-content: flex-start;
    padding-inline-start: 20px;
}}


@media screen and (max-width: 576px) {
	.sticky-bar {
		flex-wrap: wrap;
		padding: 10px;
		height: auto;
		gap: 4px;
	}
	.sticky-bar .text,
	.sticky-bar .link01,
	.sticky-bar .link02{
		font-size: 15px;
	}
	.sticky-bar .text {
		display: block;
	}

}

.sticky-bar {
    display: none;
}



/* ===== 第二三四區塊 共用背景 ===== */
.sec-content-bg {
    background-image: url('../images/bg2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    padding: 60px 0;
}

/* ===== 第二區塊 幸運星啟動 ===== */
.sec-lucky {
    position: relative;
    margin-bottom: 40px;
}

/* 10% badge */
.sec-lucky-badge {
    position: absolute;
    top: -40px;
    left: calc(50% - 500px);
    width: 100px;
    z-index: 2;
}

/* 外框 */
.sec-lucky-wrap {
    position: relative;
    background-size: cover;
    background-position: center;
    border: 1px solid #e8d9b0;
    border-radius: 24px;
    padding: 48px 60px;
	box-shadow: 0 4px 24px rgba(201, 143, 39, 0.35);
    background-image: url('../images/s2.png');
}

/* 標題 */
.sec-lucky-title {
    text-align: center;
    font-size: 28px;
    font-weight: 900;
    color: #b8860b;
    margin-bottom: 32px;
}

/* 活動資訊三欄 */
.sec-lucky-info {
    display: flex;
    justify-content: center;
    border: 2px solid #e8d9b0;
    border-radius: 12px;
    margin-bottom: 32px;
    overflow: hidden;
}
.sec-lucky-info-item {
    flex: 1;
    text-align: center;
    padding: 16px 20px;
    position: relative;
}

.sec-lucky-info-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 20%;
    bottom: 20%;
    width: 2px;
    background: #e8d9b0;
}
.info-label {
    font-size: 17px;
    color: #945a16;
    font-weight: 700;
    margin-bottom: 8px;
}
.info-value {
    font-size: 17px;
    color: #1a1a1a;
    line-height: 1.6;
    font-weight: 500; /* 中粗體 */
}

/* 說明文字 */
.sec-lucky-desc {
    text-align: center;
    font-size: 20px;
    line-height: 2;
    color: #1a1a1a;
    margin-bottom: 32px;
    font-weight: 500; /* 中粗體 */
}

/* 內框 */
.sec-lucky-inner-card {
    
    border: 2px solid #e8d9b0;
    border-radius: 16px;
    padding: 40px 50px 32px; /* 內容物往中間數值越大越往內擠 */
    margin-top: 40px;
  position: relative; /* 這行要加回來 */
  margin-left: 60px;  /* ←線 數字越大往右縮 */
    margin-right: 60px; /* ←線 數字越大往左縮 */
}

.sec-lucky-inner-row {
    display: flex;
    align-items: flex-start;
    gap: 32px;
	position: relative; /* 加這行 */
}

.sec-lucky-inner-row:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
}

.sec-lucky-divider-wrap {
    position: relative;
    margin-bottom: 24px;
}


.sec-lucky-inner-divider {
    border: none;
    border-top: 1px solid #e8d9b0;
    margin: 0;
}

.sec-lucky-tag {
    position: absolute;
    top: -14px;
    left: 0;
    background: none;
    border: 1px solid #e8d9b0;
    border: none;
    padding: 0;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}


.sec-lucky-tag img {
    width: auto;
    height: 85px;        /* 高度視圖片調整 */
}



.sec-lucky-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 70px; /* min-width 改成 width */
}



.sec-lucky-bag {
    width: 100px;
    position: relative;
    top: 90px;    /* ← 上下 */
    left: -10px;   /* ← 左右 */
}


.tag-monthly {
    top:-13px;
    left: -170px;
	padding: 15px 40px; /* ← 上下/左右，數字越大框越大 */
}

.tag-total {
    top: 30px;
    left: -170px;
	padding: 15px 40px;  /* ← 上下/左右，數字越大框越大 */
}

/* 右側 */
.sec-lucky-right {
    flex: 1;
}
.sec-lucky-inner-title {
    font-size: 24px;
    font-weight: 900;
    color: #1a1a1a;
    margin-bottom: 8px;
}
.sec-lucky-inner-title .text-red {
    font-size: 32px;
}
.sec-lucky-inner-sub {
    font-size: 16px;
    color: #555;
    margin-bottom: 16px;
}

/* 指定行動支付 label */
.sec-lucky-pay-label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px;
    margin-bottom: 12px;
}

.sec-lucky-pay-label::before,
.sec-lucky-pay-label::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #c8a96e;
}

.sec-lucky-pay-label span {
    background: #c8a96e;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 3px 20px;
    border-radius: 100px;
    white-space: nowrap;
}

/* Pay 按鈕列 */
.sec-lucky-pay-icons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}
.sec-lucky-pay-icons span {
    flex: 1;
    text-align: center;
    background: #fdf1e2;        /* ← 改顏色 */
    border-radius: 2.8px;       /* ← 改圓角 */
    border: 1px solid #c69c6d;  /* ← 改框線 */
    padding: 8px 20px;
    font-size: 15px;
    font-weight: 500;
    color: #1a1a1a;
}

/* 備注 */
.sec-lucky-pay-note {
    font-size: 18px;
    color: #000;
    font-weight: 400; /* 細體（正常） */
}


/* 刷卡金標題 */
.sec-lucky-cashback-title {
    font-size: 24px;
    font-weight: 900;
    color: #1a1a1a;
    margin-bottom: 20px;
}
.sec-lucky-cashback-title .text-red {
    font-size: 40px;
}

/* 月份分層 */
.sec-lucky-months {
    display: flex;
    align-items: center;
    gap: 8px;
}
.sec-lucky-month-item {
    flex: 1;
    text-align: center;
    background: #fdf1e2;        /* ← 改顏色 */
    border-radius: 2.8px;       /* ← 改圓角 */
    border: 1px solid #c69c6d;  /* ← 加框線 */
    padding: 12px 8px;
    font-size: 17px;
    line-height: 0.5;
}
.month-label {
    font-weight: 700;
    color: #b8860b;
}
.month-plus {
    font-size: 20px;
    font-weight: 700;
    color: #b8860b;
    flex-shrink: 0;
}

.sec-lucky-month-item p:not(.month-label) {
    color: #1a1a1a;   /* ← 改顏色 */
    font-weight: 500 /* ← 改粗細 */
}

/* 右下角麥穗裝飾 */
.sec-lucky-deco-right {
    position: absolute;
    bottom: 70px;
    right: 10px;
    width: 160px;
    z-index: 1;
}

/* 按鈕 */
.sec-lucky-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-top: 40px;
}
.btn-outline {
    border: 1px solid #1a1a1a;
    border-radius: 100px;
    padding: 8px 40px;
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    background: transparent;
    transition: all 300ms ease;
}
.sec-lucky-cta .btn-red {
    border-radius:0px; /* ← 圓角 */
    background: #c10000; /* ← 顏色 */
    padding: 10px 60px;  /* ← 大小 */
}



.btn-outline:hover {
    background: #1a1a1a;
    color: #fff;
}

/* ===== RWD ===== */
@media screen and (max-width: 768px) {
    .sec-lucky-wrap {
        padding: 40px 20px;
		box-shadow: 0 4px 24px rgba(201, 143, 39, 0.35);
    }
    .sec-lucky-badge {
        left: 10px;
        top: -30px;
        width: 70px;
    }
    .sec-lucky-title {
        font-size: 20px;
    }
    .sec-lucky-info {
        flex-direction: column;
    }
    .sec-lucky-info-item {
        border-right: none;
        border-bottom: 1px solid #e8d9b0;
    }
    .sec-lucky-info-item:last-child {
        border-bottom: none;
    }
    .sec-lucky-desc {
        font-size: 15px;
    }
    .sec-lucky-inner-card {
        flex-direction: column;
        gap: 20px;
        padding: 24px 16px;
    }
    .sec-lucky-left {
        flex-direction: row;
        min-width: auto;
    }
    .sec-lucky-bag {
        width: 70px;
    }
    .sec-lucky-inner-title {
        font-size: 18px;
    }
    .sec-lucky-inner-title .text-red {
        font-size: 24px;
    }
    .sec-lucky-cashback-title .text-red {
        font-size: 32px;
    }
    .sec-lucky-months {
        gap: 4px;
    }
    .sec-lucky-month-item {
        font-size: 12px;
        padding: 8px 4px;
    }
    .sec-lucky-deco-right {
        width: 100px;
        right: -10px;
    }
    .sec-lucky-pay-icons span {
       width: 100%;
    margin-bottom: 8px;
}
.sec-lucky-inner-card {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
    .sec-lucky-tag.tag-monthly, 
    .sec-lucky-tag.tag-total {
        position: static !important;
        left: 0 !important;
        margin-inline: auto !important;
        text-align: center;
        width: fit-content;
    }
    .sec-lucky-tag img {
        height: 60px !important;
        margin-inline: auto;
    }
    .sec-lucky-inner-row {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        gap: 15px;
    }
    .sec-lucky-right {
        width: 100%;
        text-align: center !important;
    }
    .sec-lucky-pay-icons {
        justify-content: center !important;
    }



}
/* 手機版 */
@media screen and (max-width: 480px) {
    .sec-lucky-months {
        flex-wrap: wrap;
        justify-content: center;
    }
    .sec-lucky-month-item {
        width: calc(50% - 20px);
    }
    .month-plus {
        display: none;
    }
    .sec-lucky-pay-icons {
        display: flex;
        flex-wrap: wrap;
    }
    .sec-lucky-pay-icons span {
        width: calc(50% - 5px);
        flex: none;
    }
    .sec-lucky-deco-right {
        bottom: 10px;
        right: 0px;
        width: 80px;
    }
    .sec-star-card {
        margin-left: 10px !important;
        margin-right: 10px !important;
        padding: 20px 16px;
    }
    .sec-star-tiers {
        flex-wrap: wrap;
    }
    .sec-star-tiers img {
        width: calc(50% - 6px) !important;
        flex: none;
    }
    .sec-star-multiplier {
        flex-direction: row !important;
        flex-wrap: wrap !important;
        align-items: flex-start !important;
    }
    .sec-star-multiplier-item {
        width: calc(50% - 8px) !important;
        max-width: none !important;
        flex: none !important;
        font-size: 15px !important;
        word-break: keep-all;
    }
    .multiplier-value {
        font-size: 18px !important;
    }
    .sec-star-card-deco-right {
        bottom: 10px !important;
        right: 20px !important;
        width: 70px !important;
    }
    .sec-eco-cards {
        flex-direction: row !important;
        justify-content: center;
        gap: 20px;
    }
    .sec-eco-card-item {
        flex-direction: column !important;
        align-items: center !important;
        gap: 3px !important;
    }
    .sec-eco-card-item img {
        width: 120px !important;
    }
    .sec-eco-title {
        font-size: 18px;
    }
    .sec-eco-cta {
        flex-direction: column !important;
        align-items: stretch !important;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .sec-eco-cta .btn {
    width: 100% !important;
    text-align: center;
    width: 60% !important;
    justify-content: center;
    margin-inline: auto !important;
    
}
    .sec-eco-deco-top-left {
        top: 40px !important;
        left: -20px !important;
        width: 50px !important;
    }
    .sec-notice-wrap {
        padding: 0.5px 0 0.5px !important;
    }
    .sec-notice-list {
        font-size: 14px !important;
    }
    .sec-lucky-tag img {
        height: 100px !important;
    }
    .tag-monthly {
        margin-bottom: -60px !important;
    }
    .tag-total {
        margin-top: 50px !important;
        margin-bottom: -40px !important;
    }
    br.pc_480 {
        display: none !important;
        font-size: 0 !important;
        content: '' !important;
    }

  .sec-lucky-pay-note {
    font-size: 15px;
}

.sec-lucky-pay-icons span {
    font-size: 16px;
}


.sec-lucky-inner-sub {
    font-size: 15px; /* ← 數字越小字越小 */
}


.sec-star-note {
    font-size: 15px !important;
}
.sec-star-note ul li {
    font-size: 15px !important;
}

.sec-eco-note {
    font-size: 15px !important;
}

.sec-lucky-card-title{
    font-size: 17px !important;
}

.sec-lucky-desc{
    font-size: 17px !important;
}

.sec-star-card-title{
    font-size: 24px !important;
}

.sec-star-desc{
    font-size: 17px !important;
}

.sec-star-desc{
    font-size: 17px !important;
}

.sec-eco-desc{
    font-size: 17px !important;
}

.sec-lucky-divider {
    display: none;
}

.sec-lucky-schedule {
    flex-wrap: wrap;
}
.schedule-item {
    width: calc(50% - 6px) !important;
    flex: none;
}

.sec-eco-deco-top-left-2 {
    position: absolute;
    top: -30px !important;
    left: 10px;  /* ← 左右 */
    width: 80px !important;
    z-index: 2;
}




}


    









/* 手機版end*/

/* ===== 第三區塊 摘星啟程 ===== */
.sec-star {
    position: relative;
    margin-bottom: 40px;
}

/* 15% badge */
.sec-star-badge {
    position: absolute;
    top: -40px;
    right: calc(50% - 490px);
    width: 100px;
    z-index: 2;
}

/* 左側葉子裝飾 */
.sec-star-deco-left {
    position: absolute;
    left: 0;
    top: 40%;
    width: 120px;
    z-index: 1;
}

/* 右側麥穗裝飾 */
.sec-star-deco-right {
    position: absolute;
    right: 0;
    bottom: 60px;
    width: 160px;
    z-index: 1;
}

/* 外框 */
.sec-star-wrap {
    position: relative;
    background-image: url('../images/s3.png');
    background-size: cover;
    background-position: center;
    border: 1px solid #e8d9b0;
    border-radius: 24px;
    padding: 48px 60px;
    box-shadow: 0 4px 24px rgba(201, 143, 39, 0.35); /* ← 加這行 */
    
}

/* 標題 */
.sec-star-title {
    text-align: center;
    font-size: 28px;
    font-weight: 900;
    color: #b8860b;
    margin-bottom: 32px;
}

/* 內框 */
.sec-star-card {
    border: 2px solid #e8d9b0;
    border-radius: 16px;
    padding: 40px;
    margin-bottom: 20px;
    margin-left: 60px;  /* ← 加這行 */
    margin-right: 60px; /* ← 加這行 */
    
}

/* 內框標題 */
.sec-star-card-title {
    text-align: center;
    font-size: 28px;
    font-weight: 900;
    color: #1a1a1a;
    margin-bottom: 20px;
}
.sec-star-card-title .text-red {
    font-size: 40px;
}
.sec-star-card-title small {
    font-size: 24px;
}

/* 活動期間標籤 */
.sec-star-period {
    display: inline-block;
    border: 1px solid #c69c6d;
    border-radius: 6px;
    padding: 6px 24px;
    font-size: 18px;
    color: #1a1a1a;
    margin: 0 auto 24px;
    display: flex;
    justify-content: center;
    width: fit-content;
    margin-inline: auto;
    margin-bottom: 24px;
    text-align: center;
    line-height: 1.8;
    font-weight: 500; /* ← 改粗細 */
}

/* 說明文字 */
.sec-star-desc {
    text-align: center;
    font-size: 18px;
    line-height: 2;
    color: #1a1a1a;
    margin-bottom: 24px;
    font-weight: 500;  /* ← 改粗細 */
}

/* 四欄回饋分層 */
.sec-star-tiers {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
    justify-content: center; /* ← 加這行 */
}
.sec-star-tier-item {
    flex: 1;
    background: #f5f0e8;
    border-radius: 12px;
    padding: 16px 12px;
    text-align: center;
    font-size: 14px;
    line-height: 1.8;
    position: relative;
}
.sec-star-tier-item hr {
    border-color: #e8d9b0;
    margin: 10px 0;
}
.tier-percent {
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 8px;
}
.tier-percent .text-red {
    font-size: 22px;
}

/* 勾勾圖示（右上角） */
.sec-star-tier-item::before {
    content: '✓';
    position: absolute;
    top: -10px;
    right: -10px;
    width: 24px;
    height: 24px;
    background: #4caf50;
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 備注 */
.sec-star-note {
   

    padding: 16px 20px;
    font-size: 16px;
    color: #4d4d4d;
    line-height: 1.8;
    text-align: left;
}
.sec-star-note p {
    margin-bottom: 4px;
}
.sec-star-note p:last-child {
    margin-bottom: 0;
}

/* Apple 產品圖 */
.sec-star-apple-img {
    text-align: center;
    margin-bottom: 20px;
}
.sec-star-apple-img img {
    max-width: 400px;
    margin-inline: auto;
}

/* 倍數兩格 */
.sec-star-multiplier {
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-bottom: 8px;
}
.sec-star-multiplier-item {
    flex: 1;
    max-width: 280px;
    background: #fdf1e2;        /* ← 同第二區塊 */
    border: 1px solid #c69c6d;  /* ← 同第二區塊 */
    border-radius: 2.8px;       /* ← 同第二區塊 */
    padding: 16px;
    text-align: center;
    font-size: 18px;
    line-height: 0.7;
    height: 120px; /* ← 數字越大框越高 */
    display: flex;
    flex-direction: column;
    justify-content: center; /* ← 上下置中 */
    align-items: center;     /* ← 左右置中 */
    font-weight: 500; 
}
.multiplier-value {
    font-size: 26px;
    font-weight: 900;
    color: #1a1a1a;
}
.multiplier-value .text-red {
    font-size: 28px;
}

/* 按鈕 */
.sec-star-cta {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 40px;
}

/* 分隔 + 圖 */
.sec-divider {
    text-align: center;
    padding: 10px 0;
    position: relative;
    z-index: 2;
}
.sec-divider img {
    width: 50px;
    max-width: 50px; /* ← 加這行 */
    display: block;      /* ← 加這行 */
    margin: 0 auto;      /* ← 加這行 */
}

/* ===== RWD ===== */
@media screen and (max-width: 768px) {
    .sec-star-wrap {
        padding: 40px 20px;
    }
    .sec-star-badge {
        right: 10px;
        top: -30px;
        width: 70px;
    }
    .sec-star-deco-left {
        width: 80px;
    }
    .sec-star-deco-right {
        width: 100px;
    }
    .sec-star-title {
        font-size: 20px;
    }
    .sec-star-card {
        padding: 24px 16px;
    }
    .sec-star-card-title {
        font-size: 20px;
    }
    .sec-star-card-title .text-red {
        font-size: 28px;
    }
    .sec-star-desc {
        font-size: 15px;
    }
    .sec-star-tiers {
        flex-wrap: wrap;
    }
    .sec-star-tier-item {
        width: calc(50% - 6px);
        flex: none;
    }
    .sec-star-multiplier {
        flex-direction: column;
        align-items: center;
    }
    .sec-star-multiplier-item {
        width: 100%;
        max-width: 100%;
    }

    .sec-star-cta {
        flex-direction: column;
        align-items: center;
    }
    .sec-star-apple-img img {
        max-width: 280px;
    }
}

/* ===== end 第三區塊 ===== */

/* ===== 第四區塊 1% 現金積點回饋 ===== */
.sec-eco {
    position: relative;
    margin-bottom: 40px;
}

/* 1% badge */
.sec-eco-badge {
    position: absolute;
    top: -40px;
    left: calc(50% - 550px);
    width: 100px;
    z-index: 2;
}

/* 左右裝飾 */
.sec-eco-deco-left {
    position: absolute;
    left: 0;
    top: 30%;
    width: 100px;
    z-index: 1;
}
.sec-eco-deco-right {
    position: absolute;
    right: 0;
    top: 20%;
    width: 100px;
    z-index: 1;
}

/* 外框 */
.sec-eco-wrap {
    position: relative;
    border: 1px solid #e8d9b0;
    border-radius: 24px;
    
    box-shadow: 0 4px 24px rgba(201, 143, 39, 0.35); /* ← 加這行 */
}

/* 上半 */
.sec-eco-top {
    background: #eaeac8;
    padding: 48px 60px 40px;
    text-align: center;
     border-radius: 24px 24px 0 0; /* ← 左上 右上 右下 左下 */
}

/* 標題 */
.sec-eco-title {
    font-size: 28px;
    font-weight: 900;
    color: #1a1a1a;
    margin-bottom: 36px;
}
.sec-eco-title .text-red {
    font-size: 40px;
}

/* 卡片列 */
.sec-eco-cards {
    display: flex;
    justify-content: center;
    gap: 60px;
}
.sec-eco-card-item {
    display: flex;
    align-items: center;
    gap: 16px;
}
.sec-eco-card-name {
    font-size: 22px;
    font-weight: 900;
    color: #1a1a1a;
    line-height: 1.5;
    text-align: right;
}
.sec-eco-card-item img {
    width: 160px;
}

/* 下半 */
.sec-eco-bottom {
    background-image: url('../images/s1.png');
    background-size: cover;
    background-position: center;
    padding: 40px 60px;
    text-align: center;
    border-radius: 0 0 24px 24px; /* ← 左上 右上 右下 左下 */
}

/* 說明文字 */
.sec-eco-desc {
    font-size: 18px;
    font-weight: 500;
    color: #1a1a1a;
    line-height: 2;
    margin-bottom: 12px;
}
.sec-eco-desc .text-red {
    font-size: 28px;
    font-weight: 900;
}

/* 備注 */
.sec-eco-note {
    font-size: 18px;
    color: #000000;
    margin-bottom: 32px;
}

/* 按鈕 */
.sec-eco-cta {
    display: flex;
    justify-content: center;
    gap: 20px;
}

/* ===== RWD ===== */
@media screen and (max-width: 768px) {
    .sec-eco-badge {
        left: 10px;
        top: -30px;
        width: 70px;
    }
    .sec-eco-deco-left,
    .sec-eco-deco-right {
        width: 70px;
    }
    .sec-eco-top {
        padding: 40px 20px 32px;
    }
    .sec-eco-bottom {
        padding: 32px 20px;
    }
    .sec-eco-title {
        font-size: 22px;
    }
    .sec-eco-title .text-red {
        font-size: 32px;
    }
    .sec-eco-cards {
        flex-direction: column;
        align-items: center;
        gap: 32px;
    }
    .sec-eco-card-name {
        font-size: 18px;
        text-align: center;
    }
    .sec-eco-card-item {
        flex-direction: column;
        align-items: center;
    }
    .sec-eco-card-item img {
        width: 120px;
    }
    .sec-eco-desc {
        font-size: 16px;
    }
    .sec-eco-cta {
        flex-direction: column;
        align-items: center;
    }
}



/* ===== 第五區塊 月月刷卡最高回饋攻略 ===== */
.sec-summary {
    position: relative;
    margin-bottom: 60px;
}

/* 左下角裝飾 */
.sec-summary-deco-left {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 140px;
    z-index: 1;
}

/* 外框 */
.sec-summary-wrap {
    position: relative;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid #e8d9b0;
    border-radius: 24px;
    padding: 30px 60px;
    box-shadow: 0 4px 24px rgba(201, 143, 39, 0.35); /* ← 加這行 */
}

/* 標題 */
.sec-summary-title {
    text-align: center;
    font-size: 28px;
    font-weight: 900;
    color: #b8860b;
    margin-bottom: 40px;
}

/* 內容區：左側列表 + 右側總計 */
.sec-summary-content {
    display: flex;
    align-items: center;
    gap: 40px;
}


/* 每一列 */
.sec-summary-rows {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.sec-summary-row {
    display: flex;
    align-items: center;
    background: #fdf1e2;
    border: 1px solid #c69c6d;
    border-radius: 2.8px;
    padding: 5px 20px;
    width: 82%;
    min-height: 10px;
    margin-bottom: 2px; /* ← 加這行，數字越大框越靠近 */
    margin-inline: auto; /* ← 置中 */
}

.sec-summary-row-text {
    flex: 1;
    text-align: center;
    font-size: 17px;
    line-height: 1;
    color: #1a1a1a;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    justify-content: center;  /* ← 上下置中 */
    align-items: center;      /* ← 左右置中 */
    padding-top: 10px;    /* ← 往下移 */
    padding-bottom: -2px; /* ← 往上移 */
}





/* + 符號 */
.sec-summary-plus {
    text-align: center;
    font-size: 24px;
    font-weight: 900;
    color: #b8860b;
    margin-top: 5px;    /* ← 往下移 */
    margin-bottom: 6px; /* ← 往上移 */
}

/* 右側總計 */
.sec-summary-total {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    min-width: 160px;
    
}

.sec-summary-total-label {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 4px;
}
.sec-summary-total-value {
    font-size: 100px;
    font-weight: 900;
    color: #b8860b;
    line-height: 1;
}
.sec-summary-total-value small {
    font-size: 40px;
}

/* ===== RWD ===== */
@media screen and (max-width: 768px) {
    .sec-summary-wrap {
        padding: 40px 20px;
    }
    .sec-summary-title {
        font-size: 20px;
    }
    .sec-summary-content {
        flex-direction: column;
        gap: 24px;
    }
    .sec-summary-rows {
        width: 100%;
    }
    .sec-summary-row {
        border-radius: 16px;
        padding: 16px 20px;
    }
    .sec-summary-row-text {
        font-size: 14px;
    }
    .sec-summary-badge {
        width: 46px;
    }
    .sec-summary-total {
        flex-direction: row;
        gap: 16px;
        min-width: auto;
    }
    .sec-summary-arrow {
        margin-bottom: 0;
    }
    .sec-summary-total-value {
        font-size: 70px;
    }
    .sec-summary-total-value small {
        font-size: 30px;
    }
    .sec-summary-deco-left {
        width: 90px;
    }
}

@media screen and (max-width: 480px) {
    .sec-summary-total {
        flex-direction: column;
    }
    .sec-summary-total-value {
        font-size: 60px;
    }
}
/* ===== end 第五區塊 ===== */


/* ===== 第二區塊新增 ===== */
/* 小標題 */
.sec-lucky-card-title {
    text-align: center;
    font-size: 26px;
    font-weight: 900;
    color: #1a1a1a;
    margin-bottom: 24px;
}
.sec-lucky-card-title .text-red {
    font-size: 38px;
}
.sec-lucky-card-title small {
    font-size: 22px;
}

/* 活動注意事項按鈕 */
.sec-lucky-notice-btn {
    text-align: center;
    margin: 32px 0 24px;
}

/* 注意事項內容 */
.sec-lucky-notice {
    font-size: 15px;
    line-height: 1.9;
    color: #1a1a1a;
    margin-bottom: 32px;
}
.sec-lucky-notice .notice-title {
    font-weight: 700;
    margin-bottom: 8px;
    margin-top: 20px;
}
.sec-lucky-notice ul,
.sec-lucky-notice ol {
    padding-left: 20px;
    margin-bottom: 16px;
}
.sec-lucky-notice li {
    margin-bottom: 8px;
}

/* 每月登錄時間表格 */
.sec-lucky-schedule {
    display: flex;
    gap: 12px;
    margin: 16px 0 24px;
}
.schedule-item {
    flex: 1;
    background: #eae5db;
    padding: 10px 5px;
    text-align: center;
    font-size: 14px;
    line-height: 1;
    flex-direction: column;
    justify-content: center; /* ← 上下置中 */
    align-items: flex-start; /* ← 文字靠左 */
    padding-left: 16px;      /* ← 左邊留點空間 */
    display: flex;
}
.schedule-month {
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px;
}

/* ===== RWD ===== */
@media screen and (max-width: 768px) {
    .sec-lucky-card-title {
        font-size: 20px;
    }
    .sec-lucky-card-title .text-red {
        font-size: 28px;
    }
    .sec-lucky-schedule {
        flex-wrap: wrap;
    }
    .schedule-item {
        width: calc(50% - 6px);
        flex: none;
    }
}

@media screen and (max-width: 480px) {
    .schedule-item {
        width: 100%;
    }
}

.sec-lucky-accordion {
    margin-top: 32px;
}
.sec-lucky-accordion-btn {
    display: block;
    width: fit-content;
    margin-inline: auto;
    border: 1px solid #1a1a1a;
    border-radius: 100px;
    padding: 8px 40px;
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    cursor: pointer;
    list-style: none;
}
.sec-lucky-accordion-btn::-webkit-details-marker {
    display: none;
}
.sec-lucky-accordion-content {
    margin-top: 24px;
}

.sec-notice-wrap {
    padding: 40px 0 60px;
}
.sec-notice-list {
    padding-left: 20px;
    font-size: 15px;
    line-height: 1.6;
    color: #1a1a1a;
}
.sec-notice-list li {
    margin-bottom: 12px;
    padding-left: 8px;
}
.sec-notice-list ol,
.sec-notice-list ul {
    padding-left: 20px;
    margin-top: 8px;
}

.sec-star-tiers {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
}
.sec-star-tiers img {
    flex: 1;
    width: 30%;
    height: auto;
}

.sec-star-cta .btn-red {
    border-radius: 0px;
    background: #c10000;
}
.sec-star-cta .btn-red:hover {
    background: #c10000;
}

.sec-star-cta .btn {
    margin-inline: 0;
}

.text-highlight {
    color: #c1272d;
    font-size: 1.3em;
    font-weight: 900;
}

.sec-star-card-deco-right {
    position: absolute;
    bottom: 80px;
    right: 40px;
    width: 120px; /* ← 確認這行有沒有 */
    z-index: 1;
}

.sec-eco-cta .btn-red {
    border-radius: 0px;
    background: #c10000;
}
.sec-eco-cta .btn-red:hover {
    background: #c10000;
}
.sec-eco-cta .btn {
    margin-inline: 0;
}


.sec-eco-deco-top-left {
    position: absolute;
    top: 50px;   /* ← 上下 */
    left:-40px;  /* ← 左右 */
    width: 100px; /* ← 大小 */
    z-index: 2;
}


.sec-summary-inner-card {
    border: 2px solid #e8d9b0;
    border-radius: 16px;
    padding: 65px 40px; /* ← 第一個數字越小框越矮 */
    margin-inline: 10px; /* ← 一個數字同時控制左右，數字越大越窄 */
}


.sec-summary-badge {
    width: 60px;
    flex-shrink: 0;
    display: block;
    margin-top: -80px; /* ← 往上移，讓圖片靠近框框右側 */
    margin-left: 490px; /* ← 數字越小越靠左 */
}

.sec-summary-deco-bottom-left {
    position: absolute;
    bottom: 6px;  /* ← 上下 */
    left: 90px;    /* ← 左右 */
    width: 90px;   /* ← 大小 */
    z-index: 1;
}

.sec-lucky-divider {
    border: none;
    border-top: 2px solid #c69c6d;
    margin: 24px 0;
}

@media screen and (max-width: 480px) {
    .sec-lucky-info-item:not(:last-child)::after {
        display: none;
    }
    .sec-lucky-wrap {
        padding: 24px 16px;
    }
    .sec-lucky-info-item {
        padding: 8px 12px;
    }
    .sec-lucky-card-title {
        font-size: 18px;
    }
    .sec-lucky-card-title .text-red {
        font-size: 26px;
    }
    .sec-lucky-inner-card {
        margin-left: 30px;
        margin-right: 30px;
    }
    .info-value br {
        display: none;
    }
    .sec-lucky-divider-wrap {
        text-align: center !important;
    }
    .sec-lucky-tag {
        position: static !important;
        display: inline-block !important;
    }
    .sec-lucky-inner-title {
        text-align: center !important;
    }
    .sec-lucky-cashback-title {
        text-align: center !important;
    }
}


.sec-star-note ul {
    list-style: none;
    padding-left: 0;
}

.sec-star-note ul li::before {
    content: '* ';
    color: #4d4d4d;
}

.sec-star-note ul li {
    padding-left: 1.2em;
    text-indent: -0.7em;
}


.notice-sub-bracket {
    list-style: none;
    padding-left: 0;
    counter-reset: item;
}

.notice-sub-bracket li::before {
    content: counter(item) ') ';
    counter-increment: item;
}

.notice-sub-bracket li {
    padding-left: 0.5em;
    text-indent: -1.1em;
}

.notice-sub-paren {
    list-style: none;
    padding-left: 0;
    counter-reset: item;
}

.notice-sub-paren li::before {
    content: '(' counter(item) ') ';
    counter-increment: item;
}

.notice-sub-paren li {
    padding-left: 1.5em;
    text-indent: -2.8em;
}

.sec-summary-arrow {
    position: relative;
    top: 80px;   /* ← 上下 */
    left: -20px;  /* ← 左右 */
    color: #b8860b; /* ← 加這行 */
    font-size: 40px; /* ← 確認大小 */
}

.sec-summary-total-label {
    position: relative;
    top: -20px;   /* ← 上下 */
    left: -20px;  /* ← 左右 */
}

.sec-summary-total-value {
    position: relative;
    top: -30px;   /* ← 上下 */
    left: 0px;  /* ← 左右 */
}

.sec-eco-deco-top-left-2 {
    position: absolute;
    top: -30px;  /* ← 上下 */
    left: 10px;  /* ← 左右 */
    width: 100px; /* ← 大小 */
    z-index: 2;
}



/* 文字微調 */

.text-red{
    font-size: 32px !important; /* ← 確認大小 */
    font-weight: 500; /* ← 改這裡 */
}

.text-red.fw-bold{
   font-size: 25px !important; /* ← 確認大小 */
    font-weight: 500!important; /* ← 改這裡 */ /* 中間不能有空格，直接連在一起 */
}


/* =====================================================
   VOLVO PROJECT
   ===================================================== */

/* KV：進入頁面剛好填滿螢幕（header 底 → viewport 底）*/
.key-visual {
    height: calc(100vh - 120px); /* 桌機 header = 120px */
}
.key-visual .background {
    height: 100%;
    aspect-ratio: unset;
    background-image: url('../images/kv.jpg');
    background-size: cover;
    background-position: center;
}

/* 手機 header = 50px，順便把 main padding-top 補到 50px */
@media screen and (max-width: 992px) {
    main.main-content {
        padding-top: 50px;
    }
    .key-visual {
        height: calc(100vh - 50px);
    }
}

/* ≤ 769px 換手機版 KV 圖 */
@media screen and (max-width: 769px) {
    .key-visual .background {
        background-image: url('../images/pkv.png');
    }
}

/* =====================================================
   SEC-VOLVO 卡片 + VOLVO logo
   ===================================================== */
.sec-volvo {
    background-image: url('../images/s1bg-10.png');
    background-size: cover;
    background-position: center;
    padding: 120px 0;
    position: relative;
    z-index: 2;
    border-radius: 0 0 50% 50% / 0 0 60px 60px;
    overflow: hidden;
}
.sec-volvo-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
.sec-volvo-cards {
    width: 55%;
    max-width: 580px;
    height: auto;
    min-width: 0;
}
.sec-volvo-logo {
    width: 40%;
    max-width: 420px;
    height: auto;
    min-width: 0;
    align-self: center;   /* 靠下 */
    margin-bottom: 20px; /* 往上移 */
}

@media screen and (max-width: 769px) {
    .sec-volvo {
        padding: 40px 0;
    }
    .sec-volvo-inner {
        gap: 20px;
    }
    .sec-volvo-cards { width: 58%; }
    .sec-volvo-logo  { width: 36%; }
}
@media screen and (max-width: 480px) {
    .sec-volvo-inner {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }
    .sec-volvo-cards,
    .sec-volvo-logo {
        width: 80%;
        max-width: none;
    }
    .sec-volvo-logo {
        align-self: center;
    }
}

/* =====================================================
   SEC-CAMPAIGN 活動方案
   ===================================================== */
.sec-campaign-card {
    margin-top: 60px;
    background: #fff;
    border-radius: 20px;
    padding: 25px 60px;
    box-shadow: 0 6px 32px rgba(0, 0, 0, 0.12);
    padding-bottom: 28px;
}
.sec-campaign-title {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.8;
    margin-bottom: 12px;
    color: #1a1a1a;
}
.icon-wrench {
    display: inline;
    width: 40px;
    vertical-align: middle;
    margin-left: 6px;
   position: relative;
top: -6px;
}
.sec-campaign-sub {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #1a1a1a;
    margin-bottom: 36px;
}
.sec-campaign-table {
   
    margin-bottom: 24px;
}
.sec-campaign-row {
    display: flex;
    align-items: center;
    padding: 20px 48px;
    border-top: 2px dashed #808080;
}
.row-amount {
    flex: 1;
    font-size: 20px;
    font-weight: 500;
    color: #1a1a1a;
    text-align: center;
    line-height: 1.4;
}
.amount-num {
    font-size: 26px;
    font-weight: 900;
    color: #c83a28;
}
.row-divider {
    width: 1px;
    height: 60px;
    background: #1a1a1a;
    flex-shrink: 0;
    margin-inline: 20px;
}
.row-reward {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
.reward-text {
    font-size: 20px;
    font-weight: 500;
    color: #1a1a1a;
    line-height: 1.4;
}
.reward-num {
    color: var(--color-red);
    font-size: 36px;
    font-weight: 900;
}
.reward-icon {
    width: 64px;
    flex-shrink: 0;
    display: inline-block;
}
.sec-campaign-notes {
    list-style: none;
    padding: 0;
    margin-top: 20px;
    width: fit-content;
    margin-inline: auto;
}
.sec-campaign-notes li {
    font-size: 14px;
    color: #555;
    line-height: 1.9;
}

@media screen and (max-width: 769px) {
    .sec-volvo { padding: 60px 0; }
    .sec-campaign-card { margin-top: 40px; }
    .sec-campaign-card {
        padding: 40px 32px;
    }
    .sec-campaign-title {
        font-size: 19px;
    }
    .sec-campaign-sub {
        font-size: 16px;
        margin-bottom: 24px;
    }
    .sec-campaign-row {
        padding: 24px 32px;
    }
    .row-amount {
        font-size: 16px;
    }
    .amount-num {
        font-size: 22px;
    }
    .reward-text {
        font-size: 16px;
    }
    .reward-num {
        font-size: 30px;
    }
    .reward-icon {
        width: 52px;
    }
    .row-divider {
        height: 52px;
        margin-inline: 12px;
    }
}
@media screen and (max-width: 480px) {
    .sec-volvo { padding: 40px 0; }
    .sec-campaign-card { margin-top: 32px; }
    .sec-campaign-card {
        padding: 28px 16px;
        border-radius: 16px;
    }
    .sec-campaign-title {
        font-size: 15px;
        line-height: 2.5;
    }
    .icon-wrench {
        width: 20px;
    }
    .sec-campaign-sub {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .sec-campaign-row {
        flex-direction: column;
        padding: 20px 16px;
        gap: 1px;
        text-align: center;
    }
    .row-divider {
        display: none;
        width: 0%;
        height: 1px;
        margin-inline: 0;
    }
    .row-reward {
        flex-direction: row;
        gap: 10px;
    }
    .reward-num {
        font-size: 32px;
    }
    .reward-icon {
        width: 44px;
    }
    .sec-campaign-notes {
        width: 100%;
    }
    .sec-campaign-notes li {
        font-size: 13px;
        text-align: left;
    }
    .sec-notes {
        padding-top: 400px;
    }
    .notes-accordion {
        margin-top: 20px;
    }
}

/* =====================================================
   SEC-NOTES 注意事項
   ===================================================== */
.sec-notes {
    background: #f5f2ee;
    padding: 60px 0 60px;
    padding-top: 100px;
    margin-top: -60px;
    position: relative;
    z-index: 1;
}
.notes-accordion {
}
.notes-summary {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding: 20px 4px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    list-style: none;
    color: #1a1a1a;
}
.notes-summary::-webkit-details-marker { display: none; }
.notes-summary::after {
    content: '∧';
    font-size: 20px;
    color: #000000;
    display: inline-block;
    transition: transform 0.2s;
    font-weight: 700;  /* ← 加粗 */
}
details[open] .notes-summary::after {
    transform: rotate(180deg);
}
.notes-content {
    padding: 8px 0 32px;
}
.notes-content ol {
    padding-left: 1.5em;
    margin: 0;
}
.notes-content li {
    font-size: 14px;
    line-height: 1.9;
    color: #333;
    margin-bottom: 8px;
}

@media screen and (max-width: 480px) {
    .sec-notes {
        padding: 32px 0 48px;
    }
    .notes-summary {
        font-size: 16px;
    }
    .notes-content li {
        font-size: 13px;
    }
}
/* =====================================================
   GO LINKS 浮動連結
   ===================================================== */
.go-links {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.go-link-item img {
    display: block;
    width:  120px;
    height: auto;
}
@media screen and (max-width: 769px) {
    .go-link-item img { width: 120px; }
}
@media screen and (max-width: 480px) {
    .go-link-item img { width: 60px; }
}

/* =====================================================
   VOLVO 了解更多按鈕
   ===================================================== */
.volvo-more-btn {
    display: block;
    width: 180px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 32px auto 0;
    background: #c83a28;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 25px;
    transition: opacity 0.2s;
}
.volvo-more-btn:hover {
    color: #fff;
    opacity: 0.85;
}