@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;
}

html {
	overflow-x: hidden;
	width: 100%;
	scroll-behavior: smooth;
}

body {
	padding: 0;
	margin: 0;
	color: #000000;
	font-family: "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", Verdana,
		Helvetica, Arial, "HeitiTC", "Microsoft YaHei", sans-serif;
	font-size: 18px;
	background-color: #ffffff;
	background-repeat: repeat;
	overflow-x: clip;
}

h2 {
	font-size: 100%;
}
p {
	margin-bottom: 0;
}
@media screen and (max-width: 576px) {
	body {
		font-size: 16px;
	}
}
/************************
Utilities
************************/
:root {
	--color-primary: #027542;
	--color-primary-light: #118752;
	--color-starbucks: #006f47;
	--color-treasures: #ad8b5b;
	--color-treasures-light: #c19b65;
	--color-red: #d14040;
	--color-red-light: #e85858;
	--color-secondary: #80a489;

	/* Swiper 點 預設樣式 */
	--swiper-pagination-color: var(--color-primary);
	--swiper-pagination-bullet-inactive-color: var(--color-primary);
	--swiper-pagination-bullet-opacity: 0.75;
	--swiper-pagination-bullet-inactive-opacity: 0.25;
	--swiper-pagination-bullet-size: 6px;
}
.swiper-wrapper { padding-bottom: 40px; }
.swiper-slide { height: auto;}
a {
	cursor: pointer;
}
small {
	font-size: 0.85em;
}
.card {
	border: none;
}
.color-inherit {
	color: inherit;
}
.cs2 {
	color: #ffab9b;
}
.cs4 {
	color: #888;
	font-size: 14px;
}

.text-primary {
	color: var(--color-primary) !important;
}
.text-treasures {
	color: var(--color-treasures);
}
.text-white {
	color: #fff !important;
}
.text-red {
	color: var(--color-red) !important;
}
.text-black {
	color: #000 !important;
}
.text-secondary {
	color: var(--color-secondary) !important;
}
.text-gray {
	color: #999999 !important;
}
.text-light {
	color: #fff29c !important;
}
.text-larger	{ font-size: 1.5em; }
.text-bg-white {
	background-color: #fff;
	padding: 4px;
	border-radius: 8px;
}
.bg-custom-light	{ background-color: #80a48920;}
/* font size */
.fs-1 {
	font-size: 54px !important;
}
.fs-2 {
	font-size: 32px !important;
}
.fs-3 {
	font-size: 20px !important;
}
.fs-4 {
	font-size: 16px !important;
}
.fs-5 {
	font-size: 14px !important;
}
.fs-18 {
	font-size: 18px !important;
}

.fw-bold {
	font-weight: 700 !important;
}
.fw-medium {
	font-weight: 600 !important;
}
.fw-regular {
	font-weight: 500 !important;
}

/* text align */
.text-start.text-start.text-start {
	text-align: left;
}
.text-end {
	text-align: right;
}
.text-center {
	text-align: center;
}
/* special text */
.text-up-right-small {
	font-size: 0.65em;
	vertical-align: super;
}
/* line height */
.lh-sm { line-height: 1.2;}
.lh-md { line-height: 1.6;}
.lh-0 { line-height: 0;}
/* position */
.position-relative {
	position: relative;
}
.position-absolute {
	position: absolute;
}
/* display */
.d-block {
	display: block;
}

/* flex */
.d-flex {
	display: flex !important;
}
.flex-wrap {
	flex-wrap: wrap;
}
.flex-column {
	flex-direction: column;
}
.justify-content-between {
	justify-content: space-between;
}
.justify-content-center {
	justify-content: center;
}
.align-items-start {
	align-items: start;
}
.align-items-center {
	align-items: center;
}
.align-items-stretch {
	align-items: stretch;
}

/* Spacing */
.mx-auto {
	margin-inline: auto;
}
.mx-2 {
	margin-inline: 8px;
}

.mt-auto.mt-auto.mt-auto {
	margin-top: auto;
}
.mt-05 {
	margin-top: 2px !important;
}
.mt-1 {
	margin-top: 4px !important;
}
.mt-2 {
	margin-top: 8px !important;
}
.mt-8 {
	margin-top: 32px !important;
}
.mt-15 {
	margin-top: 60px !important;
}

.mb-1 {
	margin-bottom: 4px !important;
}
.mb-2 {
	margin-bottom: 8px !important;
}
.mb-4 {
	margin-bottom: 16px !important;
}
.mb-8 {
	margin-bottom: 32px !important;
}
.mb-12 {
	margin-bottom: 48px !important;
}
.mb-16 {
	margin-bottom: 64px !important;
}

.me-2 {
	margin-right: 8px !important;
}
.me-5 {
	margin-right: 20px !important;
}

.ms-auto {
	margin-left: auto;
}
.ms-2.ms-2 {
	margin-left: 8px;
}

.text-underline {
	text-decoration: underline !important;
}
.text-underline:hover {
	text-decoration: underline;
}
.text-inherit {
	color: inherit;
}
.h-100 {
	height: 100%;
}
.w-fitContent {
	width: fit-content;
}
.visibility-hidden {
	visibility: hidden;
}

.z-0 {
	z-index: 0 !important;
}
.z-1 {
	z-index: 1 !important;
}
.z-2 {
	z-index: 2 !important;
}
.z-3 {
	z-index: 3 !important;
}

.copyable {
  user-select: text !important;
}


ol.decimal.decimal.decimal > li {
	list-style-type: decimal;
	text-indent: 0;
}
ul.disc > li {
	list-style-type: disc !important;
	margin-left: 1.2em !important;
	text-indent: 0 !important;
}
.shadow-primary {
	background-color: #fff;
	box-shadow: 3px 3px 8px rgba(61, 91, 47, 0.2);
}

@media only screen and (max-width: 767px) {
	.fs-1 {
		font-size: 32px !important;
	}
	.fs-3 {
		font-size: 18px !important;
	}
	.fs-18 {
		font-size: 16px !important;
	}
	.mb-8 {
		margin-bottom: 24px !important;
	}
}
/************************/
.p_pc {
	display: inline-block;
}
i.p_pc {
	display: block;
}
.p_mo {
	display: none;
}
.p_md {
	display: block;
}
.m_md {
	display: none;
}
@media screen and (max-width: 840px) {
	i.m_md {
		display: block;
	}
}
@media screen and (max-width: 767px) {
	i.p_pc,
	.p_pc {
		display: none;
	}

	.p_mo {
		display: inline-block;
	}
	i.p_mo {
		display: block;
	}
}
@media screen and (max-width: 480px) {
	.p_md {
		display: none;
	}
}
/************************/
.page-container,
.page-wrapper {
	position: relative;
	padding: 0px;
	margin: 0 auto;
	word-wrap: break-word;
	word-break: normal;
	width: 1200px;
	z-index: 2;
}
@media only screen and (max-width: 1280px) {
	.page-wrapper {
		width: 100%;
	}
	.page-container {
		width: 100%;
		padding: 0px 2%;
	}
}
.anchor-offset {
	position: relative;
	transform: translateY(-160px);
	height: 0;
	display: block;
}
/****************************/
.toggle-button {
	position: absolute;
	display: none;
	float: right;
	top: 5px;
	right: 0;
	width: 53px;
	height: 53px;
	padding: 25px 14px;
	margin: 0px;
	transition: 0.25s;
	z-index: 999;
}
.toggle-button:hover {
	cursor: pointer;
	/*background-color: #eeeeee;*/
}
.toggle-button .menu-bar {
	position: relative;
	width: 100%;
	transition: 0.2s;
}
.toggle-button .menu-bar-top {
	border: 2px solid #000000;
	border-bottom: none;
	top: 0px;
}
.toggle-button .menu-bar-middle {
	height: 2px;
	background-color: #000000;
	margin: 8px 0px;
	top: 0px;
}
.toggle-button .menu-bar-bottom {
	border: 2px solid #000000;
	border-top: none;
	top: 0px;
}
.toggle-button.open .menu-bar-top {
	transform: rotate(45deg) translate(7px, 7px);
	transition: 0.2s;
}
.toggle-button.open .menu-bar-middle {
	transform: translate(0px);
	transition: 0.1s ease-in;
	opacity: 0;
}
.toggle-button.open .menu-bar-bottom {
	transform: rotate(-45deg) translate(7px, -7px);
	transition: 0.2s;
}

@media only screen and (max-width: 992px) {
	.toggle-button {
		display: block;
		top: 5px;
		padding: 13px 14px;
	}
}
/************************
HEADER
************************/

header {
	position: fixed;
	display: block;
	top: 0;
	width: 100%;
	padding: 0px;
	min-height: 80px;
	background: #ffffff;
	z-index: 50;
	box-shadow: 3px 3px 4px 3px rgba(20%, 20%, 40%, 0.2);
}

header .h_share,
header .h_logo {
	position: absolute;
	display: block;
}

header .h_logo {
	max-width: 240px;
	height: 80px;
	padding: 20px 0px;
	z-index: 51;
	height: 100%;
}
header .h_logo a {
	height: 100%;
	display: block;
}
header .h_logo img {
	position: relative;
	display: inline-block;
	max-width: 240px;
	max-height: 100%;
	vertical-align: middle;
}

@media only screen and (max-width: 992px) {
	header {
		min-height: 60px;
	}
	header .h_logo {
		max-width: 100%;
		width: 100%;
		height: 60px;
		padding: 15px 30px;
		text-align: center;
	}
	header .h_logo img {
		max-width: 180px;
	}
}
/************************/
nav.main_menu li,
nav.main_menu ul,
nav.main_menu {
	position: relative;
	display: inline-block;
}
nav.main_menu {
	width: 100%;
	padding-left: 250px;
	padding-right: 0px;
}
nav.main_menu ul {
	width: 100%;
	padding: 0px 0px;
	text-align: left;
	display: flex;
	align-items: stretch;
	justify-content: center;
	margin-bottom: 0;
}
nav.main_menu li {
	text-align: center;
}

nav.main_menu li a {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
	font-size: 16px;
	line-height: 1.2em;
	color: #000000;
	font-weight: 600;
	text-decoration: none;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	vertical-align: middle;
}

nav.main_menu li:hover a {
	color: #ffffff;
	background: #c40000;
}
nav.main_menu.overlay {
	background: #fff;
	z-index: 50;
}
@media only screen and (max-width: 1280px) {
	nav.main_menu li a {
		padding: 28px 10px;
	}
}
@media only screen and (max-width: 992px) {
	nav.main_menu {
		position: absolute;
		display: none;
		width: 100%;
		top: 60px;
		left: 0;
		padding: 0px;
		z-index: 40;
		background: #ffffff;
		box-shadow: 3px 3px 4px 0px rgba(20%, 20%, 40%, 0.2);
	}
	nav.main_menu.open {
		display: block;
	}
	nav.main_menu ul {
		display: inline-block;
		float: left;
		width: 100%;
		padding: 0px;
	}
	nav.main_menu li {
		width: 100%;
		padding: 0px;
		text-align: center;
		border-top: 1px solid #eeeeee;
	}
	nav.main_menu li + li {
	}
	nav.main_menu li a,
	nav.main_menu li:hover a {
		padding: 15px 0px;
	}
	nav.main_menu li:hover a {
		color: #ffffff;
		background: #fb030e;
	}
}
@media only screen and (max-width: 768px) {
}
/************************
KEY-VISUAL
************************/
.key-visual .text-container,
.key-visual {
	position: relative;
	display: block;
	width: 100%;
	text-align: left;
}

.key-visual {
	margin-top: 80px;
	transition: all 0.5s ease 0s;
	background-color: #373d2f;
	position: relative;
}
.key-visual .page-wrapper {
	position: static;
}
.key-visual .kv-card,
.key-visual .text-container,
.key-visual .block_btn {
	z-index: 2;
}
.key-visual .main {
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.key-visual .text-container {
	font-size: 30px;
	line-height: 1.4em;
	font-weight: 700;
	width: fit-content;
	margin-inline: auto;
}
.key-visual .text-container h1 {
	line-height: 1.2;
	font-size: calc(1.8vw + 20px);
	font-weight: 700;
	padding: 0.3em 0px;
	text-align: center;
	color: #ffffff;
	text-shadow: #00000090 10px 10px 10px;
	/* margin-bottom: 0.3em; */
	text-shadow: 3px 3px 5px rgba(25, 40, 27, 0.25);
}
.key-visual .text-container .list {
	margin-bottom: 20px;
	text-shadow: 3px 3px 5px rgba(25, 40, 27, 0.25);
}
.key-visual .text-container .list-item {
	color: #ffffff;
	list-style-type: none;
	font-size: calc(0.4vw + 16px);
	margin-bottom: 0.8em;
	display: flex;
	line-height: 1.4em;
}
.key-visual .text-container .icon {
	width: 1.2em;
	margin-right: 0.5em;
	vertical-align: text-bottom;
}
.key-visual .views {
	font-size: 18px;
	font-weight: 600;
	background: rgba(142, 190, 151, 1);
	padding: 2px 10px;
	border-radius: 10px;
	position: absolute;
	color: #fff;
	left: 210px;
	top: 40%;
	transform: translateY(-50%);
	white-space: nowrap;
}
.key-visual .views::before {
	content: "";
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 0 16px 16px;
	border-color: transparent transparent rgba(142, 190, 151, 1) transparent;
	transform: rotate(0deg);
	position: absolute;
	left: -15.5px;
	top: 14px;
}
.key-visual .kv-card {
	/* padding-top: 15px; */
	width: 30%;
	opacity: 1;
}
.key-visual .kv-card img {
	width: 100%;
	border-radius: 10px;
}
.key-visual .btn_c02 {
	margin-left: 0;
}
.key-visual-bg {
	aspect-ratio: 1400 / 730;
}
.key-visual .bg_01 {
	position: absolute;
	display: block;
	width: 100%;
	left: 0;
}

.key-visual .bg_01 {
	bottom: -1px;
	/* height: 180px;
	background-image: url("../images/bg-wave-01.svg");
	background-repeat: no-repeat;
	background-position: center bottom; */
	z-index: 0;
}

.key-visual .gradient {
	position: absolute;
	height: 100%;
	width: 70%;
	top: 0;
	background: rgb(231, 242, 243);
	background: -moz-linear-gradient(
		270deg,
		rgba(231, 242, 243, 0) 0%,
		rgba(25, 40, 27, 0.754931196111257) 100%
	);
	background: -webkit-linear-gradient(
		270deg,
		rgba(231, 242, 243, 0) 0%,
		rgba(25, 40, 27, 0.754931196111257) 100%
	);
	background: linear-gradient(
		270deg,
		rgba(231, 242, 243, 0) 0%,
		rgba(25, 40, 27, 0.754931196111257) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e7f2f3",endColorstr="#19281b",GradientType=1);
}
.key-visual ul {
	padding-left: 0;
}
.key-visual .block_btn {
	text-align: center;
}
@media only screen and (min-width: 1800px) {
	.key-visual {
		/* height: 1100px; */
		background-position: 70% 100%;
		background-size: auto 100%;
	}
	.key-visual .bg_01 {
		/* height: 210px; */
		background-size: cover;
		background-position: center top;
	}
	.key-visual .page-wrapper {
		/* padding: 5%; */
	}
	.key-visual-bg {
		aspect-ratio: 1800 / 730;
	}
}
@media only screen and (max-width: 992px) {
	
	.key-visual {
		margin-top: 50px;
	}
	.key-visual .main {
		top: 36%;
	}
	.key-visual .kv-card {
		width: 40%;
	}
}
@media only screen and (max-width: 767px) {
	.key-visual .main {
		width: 100%;
	}
	.key-visual .text-container h1 {
		font-size: calc(1.2vw + 20px);
	}

	.key-visual .kv-card {
		width: 30%;
		margin-top: 70px;
	}
	.key-visual .text-container .list {
		margin-bottom: 0;
	}
	.key-visual .text-container .list-item {
		font-size: calc(0.2vw + 16px);
		margin-bottom: 0.4em;
		line-height: 1.5em;
	}
	.key-visual .views {
		left: 50%;
		transform: translate(-50%, -50%);
		top: 86px;
		font-size: 16px;
		padding: 0 8px;
		margin-top: 6px;
	}
	.key-visual .views::before {
		left: 45%;
		transform: translateX(-50%);
		top: -15.5px;
	}
	.key-visual .gradient {
		height: 70%;
		width: 100%;
		background: -moz-linear-gradient(
			0deg,
			rgba(231, 242, 243, 0) 0%,
			rgba(25, 40, 27, 0.754931196111257) 100%
		);
		background: -webkit-linear-gradient(
			0deg,
			rgba(231, 242, 243, 0) 0%,
			rgba(25, 40, 27, 0.754931196111257) 100%
		);
		background: linear-gradient(
			0deg,
			rgba(231, 242, 243, 0) 0%,
			rgba(25, 40, 27, 0.754931196111257) 100%
		);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e7f2f3",endColorstr="#19281b",GradientType=1);
	}
	.key-visual .page-wrapper {
		padding-top: 0;
	}

}
@media only screen and (max-width: 576px) {
	.key-visual .text-container h1 {
		font-size: 28px;
	}
	.key-visual .text-container h2 {
		font-size: 16px;
		margin: 16px 10px 32px 10px;
		padding: 5px;
	}
	.key-visual .kv-card {
		width: 40%;
		margin-bottom: 10px;
	}
	.key-visual .bg_01 {
		bottom: -10px;
	}
	.key-visual .main {
		top: 30%;
	}
}
@media only screen and (max-width: 390px) {
	.key-visual .main {
		top: 180px;
	}
}
/************************
block
************************/
.block .h5,
.block .h4,
.block .h3,
.block .h2,
.block {
	position: relative;
	display: inline-block;
	width: 100%;
}

.block .h5,
.block .h4,
.block .h3,
.block .h2 {
	font-weight: 700 !important;
	line-height: 1.2em !important;
}

.block .h2 {
	font-size: 28px !important;
}
.block .h2s {
	font-size: 22px;
	line-height: 1.2em;
}
.block .h3 {
	width: 100%;
	padding: 30px 0px;
	text-align: center;
	margin-bottom: 20px;
}
.block .h3 span {
	font-size: 20px;
	line-height: 2em;
	color: #d87f00;
	padding: 8px 0px;
	border-top: 2px dotted #d87f00;
	border-bottom: 2px dotted #d87f00;
}
.block .h4 {
	font-size: 18px;
	line-height: 1.4em;
	width: 80%;
	margin: 0 10%;
	font-weight: normal;
}

.block .h8 {
	font-size: 16px;
	width: 100%;

	color: #999999;
}

@media only screen and (max-width: 767px) {
	.block .h2 {
		font-size: 20px;
		line-height: 1.7em;
	}
	.block .h3 span {
		font-size: 17px;
		line-height: 2em;
	}
	.block .h2s {
		font-size: 24px;
		line-height: 1.6em;
		padding: 0 6%;
	}
	.block .h4 {
		font-size: 16px;
		line-height: 1.6em;
		width: 90%;
		margin: 0 5%;
	}
}
.block .h5 {
	font-size: 20px;
}
.block .h8 {
	font-size: 15px;
}
.block .bg_01,
.block .bg_02,
.block .bg_03 {
	position: relative;
	display: block;
	width: 100%;
	height: 180px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
.block .bg_01 {
	background-image: url("../images/bg-wave-02.svg");
}
.block .bg_02 {
	background-image: url("../images/bg-wave-03.svg");
	margin-top: 120px;
}
.block .bg_03 {
	background-image: url("../images/bg-wave-04.svg");
}

/* .block .bg_02 { 
    position: absolute; 
	display: inline-block;
	float: left;
	width: 100%;
	height: 200px; 
	transform: translateY(-290px);
	background-image: url('../images/bg_02.png');
	background-repeat: repeat-x; 
	background-position: center bottom;
	} */
@media screen and (max-width: 768px) {
	.block .bg_01,
	.block .bg_02,
	.block .bg_03 {
		height: 120px;
	}
}
.block .bg-decor {
	position: absolute;
	display: block;
	width: 100%;
	max-width: 600px;
	z-index: 1;
	overflow-x: clip;
}

.block .bg-decor img {
	display: block;
	max-width: 100%;
}
.block .bg-decor-1 {
	right: -5%;
	top: -3%;
	width: 40%;
}
.block .bg-decor-2 {
	width: 40%;
	bottom: 15%;
}
.block .bg-decor-3{
	right: 0;
	bottom: 0;
	width: 30%;
}
.block .bg-decor-4 {
	width: 30%;
	right: -5%;
	top: -8%;
	max-width: 400px;
}
.block .bg-decor-4 .plane {
	width: 50%;
	top: 0;
	position: absolute;
}

.block .box_icon {
	width: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.block-title {
	text-align: center;
	font-size: 3rem;
	color: #000;
	margin-bottom: 12px;
	font-weight: 700;
	line-height: 1.3;
}
@media only screen and (min-width: 2000px) {
	.block .bg_01 {
		height: 210px;
		background-size: cover;
		background-position: center top;
	}
}

@media only screen and (max-width: 767px) {
	.block .bg-decor-1 {
		top: 3%;
	}
	.block .bg-decor-2{
		width: 50%;
		bottom: 6%;
	}
	.block .bg-decor-4 {
		top: -4%;
	}
	.block .bg-decor-4 .plane {
		max-height: 120px;
		top: 0;
		position: absolute;
	}
}
@media only screen and (max-width: 576px) {
	.block .bg-decor-1 {
		width: 45%;
	}
	.block .bg-decor-2{
		bottom: 7%;
		width: 60%;
	}
	.block .bg-decor-4 {
		width: 35%;
		right: -5%;
		top: -8%;
	}
	.block-title {
		font-size: 24px;
	}
}
@media only screen and (max-width: 480px) {
	.block .bg-decor-1{
		top: 5%;
	}
	.block .bg-decor-2{
		bottom: 9%;
	}
	.block .bg-decor-4 {
		width: 40%;
		right: -15%;
		top: -7%;
	}
}
/*******************/
.block_01 {
	text-align: center;
	background: #ffffff;
}
.block_01 .page-container {
	/* max-width: 868px; */
	max-width: 1000px;
}
.block_01 .row {
	margin-inline: -2.5%;
	overflow-x: clip;
}

.block_01 .block_btn {
	margin-top: 20px;
}

@media only screen and (max-width: 992px) {
	.block_01 {
		padding-top: 20px;
	}
}

@media only screen and (max-width: 768px) {
	.block_01 {
		overflow-x: clip;
	}
	.block_01 .d-flex {
		flex-wrap: wrap;
	}
	.block_01 .row {
		flex-direction: column;
		align-items: center;
	}
	.block_01 .page-container {
		max-width: calc(100% - 20px);
	}
}
@media only screen and (max-width: 576px) {
	.block_01 .h2s {
		font-size: 20px;
		line-height: 1.4em;
	}
}
/************************/
.block_02 .box_02,
.block_02 .box_01 .pic,
.block_02 .box_01,
.block_02 {
	position: relative;
	width: 100%;
}
.block_02 {
	background: #e3efe3;
	padding-top: 20px;
}
.block_02 .page-wrapper {
	width: min(900px, 100% - 60px);
}
.block_02 .h2 {
	position: relative;
	display: inline-block;
	line-height: 1.4em;
	width: 100%;
	padding-bottom: 10px;
	text-align: center;
}
.card-horizontal {
	text-align: left;
	padding: 32px;
	border-radius: 20px;
	/* width: 95%; */
	/* margin: 2%; */
}

.card-horizontal .box_icon {
	margin-right: 24px;
	margin-bottom: 0;
}
.card-horizontal .card-title {
	width: 40%;
}
.card-horizontal .pic {
	width: 24%;
}
.card-horizontal .btn-container {
	margin-bottom: 15px;
	margin-left: auto;
	text-align: right;
}
.card-horizontal .card-img-sp {
	width: 186px;
	left: 1.5%;
	bottom: 5px;
	position: absolute;
}
.card-horizontal .card-content {
	text-align: left;
}
.block_02 .card {
	padding: 20px;
	border-radius: 20px;
	height: 100%;
}
/* .block_02 .row {
	display: flex;
	justify-content: center;
	position: relative;
	gap: 20px;
}
.block_02 .row .col {
	width: 95%;
	margin-inline: 2.5%;
} */

@media screen and (max-width: 992px) {
	.card-horizontal .pic {
		width: 28%;
	}
	.card-horizontal .card-title {
		width: 50%;
	}
}

@media screen and (max-width: 768px) {
	.card-horizontal {
		flex-direction: column;
		text-align: center;
		/* gap: 10px; */
	}
	.card-horizontal .h2 {
		text-align: center;
	}
	.card-horizontal .box_icon {
		margin-right: 0;
		margin-top: 20px;
	}
	.card-horizontal .btn-container {
		text-align: center;
		margin-right: auto;
	}
	.card-horizontal .text-end {
		text-align: center;
	}
	.card-horizontal .card-img-sp.card-img-sp {
		position: relative;
		width: 200px;
		margin-right: 20px;
		left: auto;
		right: auto;
		/* top: -30px; */
		bottom: auto;
	}
	.card-horizontal .card-title,
	.card-horizontal .pic,
	.card-horizontal .card-content {
		width: 100%;
	}
	.card-horizontal .card-content {
		text-align: inherit;
	}
}


@media only screen and (max-width: 767px) {
	.block_02 .row {
		flex-wrap: wrap;
	}
	.card-horizontal {
		width: 100%;
	}
}


/*********block_04***************/
.block_04 {
	background-color: #f9faf1;
	padding-bottom: 60px;
}
.block_04 .icon-mastercard {
	width: 72px;
	position: absolute;
	left: -80px;
	top: -10px;
	/* margin-bottom: 4px; */
}
.block_04 .box_01 .accordion-button {
	font-size: 18px;
	font-weight: 700;
	border-radius: 25px;
	padding: 10px 40px;
	background-color: var(--color-secondary);
	color: #fff;
	outline: none;
}
.block_04 .box_01 .accordion-button:focus,
.block_04 .box_01 .accordion-button:active {
	border: none;
	box-shadow: none;
}
.block_04 .accordion-item {
	border: none !important;
	margin-bottom: 8px;
	border-radius: 24px !important;
	background-color: #fff !important;
}
.block_04 .accordion-header {
	padding: 0 !important;
}
.block_04 .accordion-header:hover,
.block_04 .accordion-header:active .block_04 .accordion-header:focus {
	background-color: transparent !important;
}
.block_04 .accordion-item:first-of-type .accordion-button,
.block_04 .accordion-item:last-of-type .accordion-button,
.block_04 .accordion-item:last-of-type .accordion-button.collapsed {
	border-radius: 50px !important;
}
.block_04 .accordion-body {
	/* background-color: #fff; */
	padding: 20px 20px 20px 40px !important;
	padding-left: 40px !important;
	/* margin-top: -30px; */
	border-radius: 0 0 24px 24px !important;
}
.block_04 .accordion-body ul {
	margin-left: 40px;
	font-size: 16px;
}
.block_04 .accordion-body a {
	font-weight: 700;
	color: inherit;
}
.block_04 .accordion-body .outlink {
	font-size: 16px;
}
.accordion-button::after {
	background-image: url(../images/icon_plus.svg);
}
.accordion-button:not(.collapsed)::after {
	background-image: url(../images/icon_minus.svg);
}
@media screen and (max-width: 768px) {
	.block_04 .box_01 .accordion-button {
		font-size: 16px;
		padding: 10px 20px;
	}
	.block_04 .accordion-item:first-of-type .accordion-button{
		border-radius: 20px !important;
	}
	.block_04 .icon-mastercard {
		left: -60px;
		width: 60px;
	}
}
/*********************************/
.block_04 .box_02 {
	margin-top: 40px;
}
.block_04 .card {
	background: none;
	height: 100%;
	border-radius: 0;
	padding-inline: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}
.block_04 .card a {
	display: flex !important;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	width: fit-content;
	margin-inline: auto;
}
.block_04 .card-img {
	border-radius: 20px;
	width: 100%;
	overflow: clip;
	/* padding-block: 16px; */
}
.block_04 .card-img img {
	width: 100%;
	display: block;
	margin-inline: auto;
}
.block_04 .box_02 .block_btn {
	margin-top: auto;
}
.block_04 .card-title {
	margin-top: 16px;
	font-size: 20px;
	font-weight: 700;
}
.block_04 .card-content {
	color: #000;
	user-select: text !important;
}
.block_04 .swiper-container {
	position: relative;
	padding-inline: 40px;
}
.block_04 .swiper .swiper-button-next:after,.block_04 .swiper .swiper-button-prev:after { display: none;}
.block_04 .swiper-slide {
	border-right: 2px dotted var(--color-secondary);
}
.block_04 .swiper-slide-active{
	border-left: 2px dotted var(--color-secondary);
}
.block_04 .swiper {
	position: static;
}
@media screen and (max-width: 768px) {
	.block_04 .card-title {
		font-size: 18px;
	}
	.block_04 .card {
		padding: 20px 8px;
		margin-bottom: 0px;
		/* min-height: 370px; */
		font-size: 15px;
		height: 50%;
		width: 50%;
	}
	.block_04 .swiper-slide-active{
		border-left: none
	}
	.block_04 .swiper-container {
		padding-inline: 10px;
	}
	.block_04 .swiper-slide {
		display: flex;
		flex-wrap: wrap;
		border-right: none;
		align-items: flex-start;
	}
	.block_04 .swiper-slide .card:nth-of-type(1){
		border-bottom: 2px dotted var(--color-secondary);
		border-right: 2px dotted var(--color-secondary);
	}
	.block_04 .swiper-slide .card:nth-of-type(2){
		border-bottom: 2px dotted var(--color-secondary);
	}
	.block_04 .swiper-slide .card:nth-of-type(3){
		border-right: 2px dotted var(--color-secondary);
	}
}
/*********block_04 END***************/

.other-banner {
	border-radius: 20px;
	overflow: clip;
}


/************************/
.block_06 .box_01 .pic,
.block_06 .box_01,
.block_06 {
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 16px;
}
.block_06 {
	/* background: #EFEFEC; */
	line-height: 2em;
}

.block_06 .box_01 {
	padding: 20px 5%;
	line-height: 1.6em;
}

.block_06 .box_01 .pic {
	padding-top: 40px;
	text-align: center;
}
.block_06 .box_01 .pic img {
	display: inline-block;
	max-width: 320px;
}
.block_06 .h2 {
	text-align: center;
}
.block_06 .subtitle {
	width: 20%;
}
.block_06 .content {
	width: 100%;
}
.block_06 .card {
	margin-bottom: 20px;
	padding: 20px 40px;
	border-radius: 20px;
}
.block_06 .block_btn {
	text-align: center;
	padding: 5px 0px;
}
.block_06 .page-wrapper {
	width: 960px;
}

.block_06 .card_popup {
	display: inline-block;
	text-align: center;
	width: 100%;
	padding: 0 10%;
	margin-bottom: 30px;
	z-index: 10;
	position: relative;
}
.block_06 .list {
	margin-left: 1em;
}

.block_06 .card_popup a .icon {
	height: 30px;
	margin-right: 8px;
}
.block_06 .card_popup a {
	width: fit-content;
	border: 1px solid var(--color-primary);
	border-radius: 50px;
	padding: 8px 12px;
}
.block_06 .card_popup a:hover {
	background-color: var(--color-primary) !important;
	color: #fff !important;
}
@media only screen and (max-width: 1280px) {
	.block_06 .page-wrapper {
		width: 100%;
	}
}
@media only screen and (max-width: 992px) {
	.block_06 .card_popup a {
		width: 50%;
		line-height: 1.5;
	}
}
@media only screen and (max-width: 768px) {
	.block_06 .h2 {
		font-size: 24px;
	}
	.block_06 .box_01 .pic img {
		max-width: 260px;
	}
	.block_06 .box_01 {
		padding: 20px 6%;
	}
	.block_06 .card_popup {
		padding: 0 8%;
	}
	.block_06 .card_popup a {
		width: 90%;
		line-height: 1.5;
	}
	.block_06 .card {
		flex-direction: column;
		padding: 20px 24px;
	}
	.block_06 .subtitle,
	.block_06 .content {
		width: 100%;
	}
}
@media only screen and (max-width: 480px) {
	.block_06 .card_popup {
		padding: 0;
	}
	.block_06 .card_popup a img {
		height: 32px;
	}
	.block_06 .card_popup a {
		padding: 8px;
		font-size: 15px;
	}
}

/************************
BUTTON
************************/
.block_btn {
	position: relative;
	display: inline-block;
	width: 100%;
	z-index: 1;
}

.btn {
	position: relative;
	display: inline-block;

	margin: 5px 0px;
	min-height: 22px;
	line-height: 1.2em;
	outline: none;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	word-break: break-all;
	font-size: 16px;
	font-weight: 700;

	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 0px;
}

.btn_c01 {
	font-size: 18px;
	min-width: 100px;
	padding: 5px 15px;
	border-radius: 30px;
	color: #fff;
	border: 1px solid var(--color-red);
	background-color: var(--color-red);
	font-weight: 600;
	margin-top: 20px;
	margin-inline: 4px;
	transition: background ease 200ms;
	text-align: center;
}
.btn_c01:hover,
.btn_c01:active {
	color: #ffffff;
	background: var(--color-red-light);
	border: 1px solid #e85858;
}
.btn-primary {
	color: #fff;
	border: 1px solid var(--color-primary) !important;
	background-color: var(--color-primary) !important;
	transition: background ease 200ms;
}
.btn-primary:hover,
.btn-primary:active {
	color: #ffffff !important;
	background: var(--color-primary-light) !important;
}
.btn-red {
	color: #fff;
	border: 1px solid var(--color-red) !important;
	background-color: var(--color-red) !important;
	transition: background ease 200ms;
}
.btn-red:hover,
.btn-red:active {
	color: #ffffff !important;
	background: var(--color-red-light) !important;
}
.btn-treasures {
	color: #fff;
	border: 1px solid var(--color-treasures);
	background-color: var(--color-treasures);
	transition: background ease 200ms;
}
.btn-treasures:hover,
.btn-treasures:active {
	color: #ffffff;
	background: var(--color-treasures-light);
}
.btn-secondary-custom {
	color: #fff;
	border: 1px solid var(--color-secondary);
	background-color: var(--color-secondary);
	transition: background ease 200ms;
}
.btn-secondary-custom:hover,
.btn-secondary-custom:active {
	color: #ffffff;
	background: var(--color-primary-light);
}
.card-btn {
	font-size: 14px;
	min-width: 100px;
	padding: 5px 15px;
	border-radius: 30px;
	font-weight: 600;
	margin-inline: 4px;
}
.btn_c01.bigger {
	font-size: 22px;
}
a.btn_c01_white {
	font-size: 18px;
	min-width: 100px;
	padding: 5px 15px;
	border-radius: 30px;
	color: #fff;
	border: 1px solid #fff;
	font-weight: 600;
	margin-top: 20px;
	transition: all ease 200ms;
}
a.btn_c01_white:hover,
a.btn_c01_white:active {
	color: #ffffff;
	background: #d50020;
	border: 1px solid #d50020;
}

@media screen and (max-width: 576px) {
	a.btn_c01.bigger {
		font-size: 18px;
	}
}

a.btn_c04,
a.btn_c02 {
	font-size: 20px;
	min-width: 180px;
	padding: 12px 20px;
	margin: 5px 15px;
}
a.btn_c02 {
	color: #ffffff;
	background: #d50020;
	transition: background ease 200ms;
	display: inline-block;
	border-radius: 50px;
}
a.btn_c02:hover,
a.btn_c02:active {
	color: #ffffff;
	background: #ff3333;
}

a.btn_c04 {
	color: var(--color-red);
	border: 1px solid var(--color-red);
	transition: background ease 200ms;
	display: inline-block;
	border-radius: 50px;
}
a.btn_c04:hover,
a.btn_c02:active {
	color: #ffffff;
	background: var(--color-red-light);
}

a.btn_c06 {
	font-size: 20px;
	min-width: 50px;
	padding: 0px 5px;
	margin: 10px 0px;
	color: #2e2e2e;
	border-bottom: 1px solid #2e2e2e;
}

a.btn-sm {
	font-size: 16px;
	padding: 10px 20px;
}

@media screen and (max-width: 992px) {
	a.btn_c02 {
		font-size: 18px;
		/* margin: 0px 15px; */
	}
}
@media screen and (max-width: 767px) {
	.block_btn {
		text-align: center;
	}
	a.btn_c02 {
		/* font-size: 15px;
		padding: 10px 25px;	 */
	}
	a.btn_c01 {
		font-size: 15px;
	}
	a.btn_c07 {
		font-size: 16px;
	}
}

@media screen and (max-width: 480px) {
	a.btn_c06 {
		font-size: 18px;
	}
}
/***********************
TABLE 表格選單
***********************/
table.st01 {
	font-size: 20px;
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 1.8em;
	border-collapse: collapse;
	border-spacing: 0;
}
table.st01 tr {
	padding: 5px;

	text-align: center;
}
table.st01 tr + tr {
	border-top: 1px solid #918476;
}
table.st01 th {
	padding: 5px 5px;
	font-size: 18px;

	letter-spacing: 1px;
	color: #ffffff;
	background: #ca0000;
	text-align: center;
}
table.st01 tr td {
	padding: 3px 10px;
	padding-left: 10px;
	height: 40px;
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	table.st01 th {
		font-size: 16px;
		text-align: center;
	}
}

table.st02 tr.bg-color th {
	padding: 3px 10px;
	width: 90px;
}
table.st02 tr.bg-color th:nth-child(2n) {
	background-color: #ffffff40;
}
table.st02 tr.bg-color th:nth-child(2n + 1) {
	background-color: #ffffff20;
}

/************************
DRAWER-ITEM 
************************/
.drawer-content,
.drawer-header,
.drawer-item {
	position: relative;
	display: inline-block;
	float: left;
	width: 100%;
}

.drawer-item {
	/* padding: 0px 2%; */
	/* background-color: rgb(255,255,255); */
}
.drawer-header {
	color: #212121;
	padding: 6px;
	cursor: pointer;
	min-height: 30px;
	transition: 0.25s;
	overflow: hidden;
	display: flex;
	align-items: center;
}
.drawer-header h3 {
	float: left;
	/* color: #4c4c4c;  */
	font-size: 18px;
	line-height: 1.4em;
	font-weight: 600;
	margin: 0;
}
/* .drawer-item-active .drawer-header {
	transition: 0.25s;
	min-height: 30px;
	color: #ffffff;
} */
.drawer-header-icon {
	display: inline-block;
	content: "";
	float: left;
	width: 30px;
	height: 30px;
	background: url("../images/btn_to_open.png") no-repeat scroll center center
		transparent;
	text-align: right;
	vertical-align: middle;
}
.drawer-header-icon.drawer-header-icon-active {
	transform: rotate(180deg);
}

/************************
FOOTER
************************/
footer .f_link,
footer .fiscal .f_right,
footer .fiscal .f_left,
footer .fiscal,
footer {
	position: relative;
	display: inline-block;
	width: 100%;
}

footer {
	padding: 20px 0px;
}
/************************/
footer .fiscal {
	margin: 20px 0px;
	display: flex;
	align-items: center;
}
footer .fiscal .f_left {
	width: 25%;
	font-size: 30px;
	min-height: 48px;
	text-align: center;
	font-weight: 600;
}
footer .fiscal .f_left img {
	width: 80%;
}
footer .fiscal .f_right {
	width: 75%;
	font-size: 14px;
	line-height: 1.4em;
}
footer .fiscal .f_right a,
footer .fiscal .f_right a:hover {
	line-height: 1em;
	color: inherit;
}
/************************/
footer .f_link {
	margin-top: 10px;
	min-height: 40px;
	font-size: 14px;
	text-align: center;
}
footer .f_link a,
footer .f_link a:hover {
	display: inline-block;
	padding: 0 1em;
	line-height: 1em;
	color: inherit;
}
footer .f_link a + a {
	border-left: 1px solid #96948e;
}

@media screen and (max-width: 992px) {
	footer .fiscal {
		width: 96%;
		margin: 0px 2%;
	}
	footer .fiscal .f_left img {
		max-width: 300px;
	}
	footer .fiscal .f_left {
		width: 45%;
		margin: 0px 2%;
	}
	footer .fiscal .f_right {
		margin: 0px 2%;
		text-align: left;
	}

	footer .f_link {
		font-size: 13px;
	}
	footer .f_link {
		width: 96%;
		margin: 1em 2%;
		text-align: center;
	}
	footer .f_copy {
		display: inline-block;
		width: 90%;
		margin: 10px 5%;
		text-align: center;
	}
}
@media screen and (max-width: 768px) {
	footer .fiscal {
		flex-wrap: wrap;
		flex-direction: column;
	}
	footer .fiscal .f_left {
		width: 100%;
	}
}
/************************
GOTOP
************************/
#go_ban {
	position: fixed;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 10px;
	z-index: 99;
	width: 150px;
	right: 0px;
	bottom: 5%;
}

.go_top,
.go_link,
.go_link2 {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
}
.go_link img,
.go_link2 img {
	display: block;
	width: 100%;
}
.go_top {
	text-align: right;
	margin-top: 10px;
}
.go_top img {
	max-width: 45px;
}
.go_link img {
	max-width: 100%;
}
.go_link .content {
	color: white;
	position: absolute;
	font-size: 1.8rem;
	line-height: 1.3;
	left: 50%;
	top: 53%;
	transform: translateX(-50%);
	width: 150px;
	height: 48%;
}
.go_link .text-large {
	font-size: 2rem;
}
@media only screen and (max-width: 767px) {
	#go_ban {
		width: 110px;
	}
	#go_link .content {
		font-size: 1.4rem;
		width: 110px;
	}
	#go_link .text-large {
		font-size: 1.6rem;
	}
}

.floating {
	animation: floating 4s infinite ease-in-out;
	-webkit-animation: floating 4s infinite ease-in-out;
	-moz-animation: floating 4s infinite ease-in-out;
	/* margin-left: 30px;
    margin-top: 5px; */
}

.floating2 {
	animation-delay: 500ms;
	-webkit-animation-delay: 500ms;
	-moz-animation-delay: 500ms;
}

.floating3 {
	animation-delay: 1000ms;
	-webkit-animation-delay: 1000ms;
	-moz-animation-delay: 1000ms;
}

@keyframes floating {
	0% {
		transform: translate(0, 0px);
	}
	50% {
		transform: translate(0, 15px);
	}
	100% {
		transform: translate(0, -0px);
	}
}
@-webkit-keyframes floating {
	0% {
		transform: translate(0, 0px);
	}
	50% {
		transform: translate(0, 15px);
	}
	100% {
		transform: translate(0, -0px);
	}
}
@-moz-keyframes floating {
	0% {
		transform: translate(0, 0px);
	}
	50% {
		transform: translate(0, 15px);
	}
	100% {
		transform: translate(0, -0px);
	}
}

/************************/

.block_05 {
	background: #f8f9f0;
}
.block_05 .subtitle {
	max-width: 600px;
}
.block_05 .slider-container {
	padding: 10px 10%;
	padding-left: 8%;
}
.block_05 .card {
	flex: 0 0 auto;
	width: 320px;
	height: 150px;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}
.block_05 .card-img {
	position: absolute;
	left: 0;
	top: 0;
	filter: brightness(0.7);
	transition: filter 300ms ease;
	width: 100%;
} 
.block_05 .card:hover .card-img {
	filter: brightness(1);
} 
.block_05 .card-content {
	position: relative;
	display: flex;
	align-items: center;
	height: 150px;
	gap: 20px;
	padding-inline: 20px;
}
.block_05 .card-logo {
	width: 80px;
}
.block_05 .card-content p {
	color: #fff;
}
.block_05 .block_btn {
	width: 24px;
	transform: rotate(-90deg);
	margin-left: auto;
}
.combined-bg {
	background-color: #efefec;
	background-image: url(../images/bg-footer.png);
	background-position: center bottom;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

@media screen and (max-width: 992px) {
	.combined-bg {
		background-image: url(../images/bg-footer-md.png);
	}
}
@media screen and (max-width: 576px) {
	.block_05 .card {
		height: 110px;
		margin-bottom: 16px;
		margin-inline: auto;
	}
	.block_05 .card-content {
		height: 110px;
	}
}
@media screen and (max-width: 480px) {
	.combined-bg {
		background-image: url(../images/bg-footer-sm.png);
	}
}

/************************
卡片權益 202509
************************/
.badge {
	background-color: var(--color-secondary);
	font-size: 14px;
	border-radius: 25px;
	margin-bottom: 4px;
}
.dropdown-card-container {
	margin-bottom: 80px;
}
.dropdown-card {
	border-radius: 16px;
}
.dropdown-card button {
	width: 100% !important;
	height: 150px !important;
	background-color: #fff !important;
	text-align: start;
	padding: 20px !important;
	border-radius: 16px;
	font-weight: 700;
	font-size: 18px;
	transition: border-radius ease 300ms;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center right;
	outline: none !important;
	border: none !important;
	box-shadow: none !important;
	user-select: text !important;
}
.dropdown-card .card-title {
	filter: drop-shadow(0 0 5px #fff);
	color: #000;
	user-select: text !important;
}
.dropdown-card button .icon {
	width: 24px;
	opacity: 1;
	will-change: opacity;
	transition: opacity ease 300ms;
	object-position: center center;
}
.dropdown-card button[aria-expanded="true"] .icon {
	opacity: 0;
}

.dropdown-card button[aria-expanded="true"] {
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}
.dropdown-card .card-body {
	border-top-right-radius: 0 !important;
	border-top-left-radius: 0 !important;
	font-weight: 500;
}
.dropdown-card .card-body p {
	margin-bottom: 8px;
	font-size: 16px;
}
.dropdown-card .card-body a[data-bs-toggle="collapse"] { 
	color: #000;
	font-size: 16px;
}
.dropdown-card .card-inner-title {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 4px;
}
.dropdown-card .dropdown-card-btn {
	width: fit-content;
	font-size: 16px;
	margin-inline: auto;
	display: block;
	margin-top: 8px;
}
.dropdown-card .card-btn-close {
	width: 24px;
	right: 20px;
	bottom: 20px;
}
.border-dotted {
	border-top: 2px dotted var(--color-secondary);
	width: 90%;
	margin-inline: auto;
}
@media screen and (max-width: 768px) {
	.dropdown-card button {
		font-size: 16px;
	}
	.dropdown-card .card-inner-title {
		font-size: 16px;
	}
}
@media screen and (max-width: 480px) {
	.dropdown-card button {
		height: auto !important;
		padding: 10px 15px !important;
	}
}


/************************
新戶首刷禮 202509
************************/
.block_07 {
	padding-top: 80px;
}
.block_07 .page-container {
	max-width: 1000px;
}
.block_07 .card-img {
	width: 60%;
	margin-right: -8%;
}
.block_07 .card {
	display: flex;
	flex-direction: row;
	align-items: center;
	border-radius: 20px;
	padding: 20px;
	justify-content: center;
	gap: 5%;
	margin-inline: 15px;
}
.block_07 .bg-item-1 {
	width: 10%;
	left: 5%;
	bottom: 8%;
}
.block_07 .bg-item-2 {
	width: 10%;
	right: 5%;
	bottom: 5%;
}
.block_07 .badge.rounded-circle {
	aspect-ratio: 1 / 1;
	display: inline-flex;
	align-items: center;
	padding: 6px;
	margin-right: 4px;
	vertical-align: middle;
}
.block_07 .segment .card-img {
	width: 50%;
	margin-right: 0;
}
@media screen and (max-width: 992px) {
	.block_07 .card {
		flex-direction: column;
	}
	.block_07 .card-img {
		width: 100%;
		padding: 20px;
		margin-right: 0;
	}
	.block_07 .btn-container {
		text-align: center;
	}
	.block_07 .segment .card-img {
		width: 90%;
	}
}
@media screen and (max-width: 576px) {
	.block_07 .card-img {
		width: 140%;
		padding-block: 0;
	}
	.block_07 .segment .card-img {
		width: 100%;
	}
}
/************************
社企 202509
************************/
.brand-slider {
	overflow: hidden;
	margin-bottom: 60px;
}
.brand-mobile {
	display: block;
}
/* 兩排容器（桌機才會顯示） */
.rows-wrapper {
	display: none;
	flex-direction: column;
}
.rows-wrapper .slider-container {
	overflow: hidden;
	position: relative;
}
.rows-wrapper .slider04 {
	display: inline-flex;
	gap: 24px;
	padding: 0;
	margin: 0;
	list-style: none;
}

/* 桌機：切換可見性 + 動畫 */
@media (min-width: 576px) {
	.brand-mobile {
		display: none;
	}
	.rows-wrapper {
		display: flex;
	}

	.row-1 .slider04 {
		animation: scroll-left 30s linear infinite;
	}
	.row-2 .slider04 {
		animation: scroll-right 30s linear infinite;
	}

	@keyframes scroll-left {
		from {
			transform: translateX(0);
		}
		to {
			transform: translateX(-25%);
		}
	}
	@keyframes scroll-right {
		from {
			transform: translateX(-25%);
		}
		to {
			transform: translateX(0);
		}
	}

	.rows-wrapper .slider04:hover {
		animation-play-state: paused;
	}
	.brand-slider {
		margin-bottom: 80px;
	}
}

.eco-icon {
	width: 36px;
	margin-left: 8px;
	margin-bottom: 0.1em;
}

@media screen and (max-width: 576px) {
	.eco-icon {
		width: 28px;
	}
}

/************************
eco卡配帳戶 行動支付加碼回饋 202512
************************/
.block_01 .min-title {
	margin-right: 20px;
	width: 30%;
}
.block_01 .min-title + div{
	width: 70%;
}
.bar {
	color: #fff;
	font-weight: 700;
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	padding: 4px 20px;
	padding-left: 50px;
	margin-right: 10px;
	background: 
		linear-gradient(90deg, rgba(128, 164, 137, 0.7) 0%, rgba(128, 164, 137, 1) 100%) padding-box, 
		linear-gradient(90deg, rgba(160, 187, 167, 1) 0%, rgba(238, 238, 238, 1) 43%, rgba(204, 233, 202, 1) 90%) border-box;
	border-radius: 50px;
	border-bottom: 4px solid transparent;
}
.bar .icon-tree {
	width: 18px;
	position: absolute;
	left: 1em;
	bottom: 0;
}
.bar .icon-rabbit {
	width: 28px;
	position: absolute;
	right: 8.8em;
	bottom: 0;
}
.bar .icon-fox {
	width: 70px;
	position: absolute;
	right: 8.8em;
	bottom: 0;
}
.bar-container {
	margin-bottom: 4px;
}
.bar-container-1 {
	margin-bottom: 10px;
}
.bar-1-2, 
.bar-2-2 {
	padding-left: 220px;
}
.bar-2-1 {
	padding-right: 100px;
}
.bar-3-1 {
	padding-right: 245px;
}
@media screen and (max-width: 768px){
	.block_01 .min-title {
		margin-right: 0;
		width: 100%;
		margin-bottom: 10px;
	}
	.block_01 .min-title + div{
		margin-inline: auto;
		width: 90%;
	}
}
@media screen and (max-width: 576px){
	.bar-1-2, .bar-2-2 {
		padding-left: 110px;
	}
	.bar-2-1 {
		padding-right: 60px;
	}
	.bar-3-1 {
		padding-right: 118px;
	}
}
/************************
尊享優惠 專屬獻禮 202601
************************/
.section-more {
	background-color: #F9FAF1;
	padding-bottom: 80px;
	position: relative;
}
.section-more ul {
	padding-left: 0;
}