@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;
	width: 100%;
}

body {
	padding: 0;
	margin: 0;
	color: #333333;
	font-family: "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", Verdana, Helvetica, Arial,
		"HeitiTC", "Microsoft YaHei", sans-serif;
	font-size: 16px;
	/* background-color: #ffffff; */
	background-repeat: repeat;
}
@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;
	}
}
.main-content,
footer {
	font-family: "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", Verdana,
		Helvetica, Arial, "HeitiTC", "Microsoft YaHei", sans-serif;
}
/************************
TOTAL
************************/
.page-wrapper,
.page-container {
	margin: 0 auto;
	width: 100%;
}
.page-wrapper {
	padding: 0px;
	width: min(1200px, 100% - 20px);
}
.page-container {
	padding: 0px;
	width: min(992px, 100% - 20px);
}
@media (min-width: 1400px) {
    .container{
        max-width: 1140px !important;
    }
}
@media only screen and (max-width: 1280px) {
}
@media only screen and (max-width: 1024px) {
	.page-container {
		width: 100%;
		padding: 0px;
	}
}
@media only screen and (max-width: 992px) {
}
@media only screen and (max-width: 768px) {
}
/****************************/
.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;
	padding-left: 0;
    }
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 15px;
	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 { 
	font-weight: 500;
	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-top: 26px;
	margin-right: 10px;
	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: 500;
	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; 
	padding-left: 0;
	}
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 {
	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;
	}	
}
header .h_menu ul.menu-top li:last-child a {
    border-left: 1px solid #c0c0c0;
}
@media screen and (max-width: 468px) {

}	
/***********************
LAYOUT 框架
***********************/
main.main-content {
	position: relative;
	display: inline-block;
	width: 100%;
	padding-top: 120px;
	color: #545559;
	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: 50px;
	}
}
/************************
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: #000;
}
/************************/
footer .f_warning {
	color: #fff;
	margin: 10px 0 40px 0;
	width: 100%;
	padding: 0 5% 0 0;
}
/************************/
footer .fiscal {
	margin: 20px 0px;
	color: #191919;
	display: flex;
	align-items: center;
	gap: 4px;
}
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%;
	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: 992px) {
	footer .fiscal {
		width: 90%;
		padding: 0px 5%;
		flex-direction: column;
	}
	footer .fiscal .f_left img {
		max-width: 300px;
	}
	footer .fiscal .f_left,
	footer .fiscal .f_right {
		width: 90%;
		margin: 0px 5%;
		text-align: left;
	}
	footer .fiscal .f_warning {
		margin: 10px 5% 40px 5%;
	}

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

/************************
TOTAL
************************/
:root {
	--color-primary: #f3e601;
	--color-grey: #cccccc;
	--color-darkgrey: #707070;
	--color-red: #e83838;
	--color-black: #333333;
}

.d-none		{ display: none; }
.d-block	{ display: block; }
.mobile		{ display: none; }
.desktop	{ display: block; }

.fs-1		{ font-size: 36px !important; }
.fs-2		{ font-size: 24px !important; }
.fs-3		{ font-size: 20px !important; }
.fs-4		{ font-size: 18px !important; }
.fs-5		{ font-size: 16px !important; }
.fs-6		{ font-size: 14px !important; }

.text-primary	{ color: var(--color-primary) !important;}
.text-grey	 	{ color: var(--color-grey) !important;}
.text-darkgrey	{ color: var(--color-darkgrey) !important;}
.text-red		{ color: var(--color-red) !important; }

.text-larger { font-size: 1.5em; }

.w-fit 		{ width: fit-content; }

.list-style-none	{ list-style: none; }

.bg-custom		{ background-color: #ecf3f5; }

@media screen and (max-width: 768px) {
	.mobile		{ display: block; }
	.desktop	{ display: none; }
	.fs-1		{ font-size: 28px !important; }
	.fs-2		{ font-size: 20px !important; }
	.fs-3		{ font-size: 18px !important; }
	.fs-4		{ font-size: 16px !important; }
	.fs-5		{ font-size: 16px !important; }
	.fs-6		{ font-size: 14px !important; }

}
@media screen and (min-width: 576px) {
	
	
}

/************************
LAYOUT
************************/

.section {
	position: relative;
	padding-block: 40px;
	z-index: 2;
}
@media screen and (max-width: 576px) {
	/* .section {
		padding-block: 40px;
	} */
}
/************************
KEY-VISUAL
************************/
.key-visual {
	position: relative;
	overflow: clip;
	height: 320px;
	background-image: url(../images/KV_i17.jpg);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: 70% 100%;
}
.h1 {
	font-size: 32px;
	margin-left: 8%;
}

@media screen and (max-width: 1200px) {
	.key-visual {
		background-position: right center;
	}
	.h1 {
		margin-left: 0%;
	}
}
@media screen and (max-width: 992px) {
	.h1 {
		font-size: 24px;
	}
}
@media screen and (max-width: 768px) {
	.key-visual {
		height: 500px;
		background-size: 360px auto;
		background-position: center bottom;
		
	}
	.h1 {
		font-size: 20px;
		margin-top: 15%;
		text-align: center;
	}
}
@media screen and (max-width: 576px) {

}



@media screen and (max-width: 992px) {

}
@media screen and (max-width: 768px) {


}
@media screen and (max-width: 576px) {

}
/************************
信用卡
************************/
.credit-cards {
	max-width: 500px;
	width: 90%;
}
/************************
主活動
************************/
.section-title-icon {
	width: 50px;
}
h1.h1 {
	line-height: 1.4;
}
h2.h2 {
	line-height: 1.3;
	font-size: 30px;
}
.card {
	background: #FFF;
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 0.4) 100%);
	border: 1px solid #fff;
	border-radius: 14px;
	height: 100%;
	display: flex;
	flex-direction: column;
	font-size: 18px;
	transition: transform ease 200ms;
	margin-inline: auto;
}
.card a{
	color: #242c33;
	padding: 28px 10px;
	display: flex;
	flex-direction: column;
}
@media (hover: hover) {
	.card:hover {
		transform: scale(1.05);
	}
}
.card-highlight {
	color: var(--color-red);
	font-weight: 700;
}
@media screen and (max-width: 576px) {
	.card {
		width: 100%;
		font-size: 16px;
	}
	.card a{
		padding: 28px 4px;
	}
}

.banner {
	margin-top: 100px;
	width: 100%;
}
.bg-blur-1 {
	width: 300px;
	right: -180px;
	top: 6%;
}
.bg-blur-2 {
	width: 400px;
	right: -200px;
	top: 60%;
}
.bg-blur-3 {
	width: 400px;
	left: -200px;
	top: 30%;
}
@media screen and (max-width: 576px) {
	.card {
		width: 100%;
		font-size: 16px;
	}
	.card a{
		padding: 28px 4px;
	}
	.bg-blur-1 {
		width: 240px;
	}
	.bg-blur-2 {
		top: 54%;
	}
}
/************************
BUTTON
************************/
.btn {
	font-weight: 600;
	display: flex;
	background: var(--color-black);
	color: #fff;
	width: fit-content;
	align-items: center;
	position: relative;
}
.btn-lg .icon {
	width: 12px;
	right: 40px;
	transition: transform ease 300ms;
}
.btn-lg { 
	font-size: 20px; 
	padding: 6px 50px;
	border-radius: 50px;
	background-color: var(--color-red);
	transition: transform ease 300ms;
	color: #fff;
	font-weight: 600;
}
.btn-lg:hover { 
	transform: scale(1.05);
}

@media screen and (max-width: 768px) {
	.btn-lg { 
		font-size: 24px; 
		padding: 12px 80px;
	}
}
@media screen and (max-width: 576px) {
	.btn-lg { 
		font-size: 20px; 
	}
}

/***********************
TABLE 表格選單
***********************/
table {
	font-size: 18px;
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 1.2em;
	border-collapse: collapse;
	border-spacing: 0;
	background: #fbe5e7;
}
table tr {
	padding: 5px;
	text-align: left;
	border: 1px solid #ffffff;
}
table th {
	padding: 13px 5px;
	font-size: 18px;
	letter-spacing: 1px;
	color: #000000;
	background: #f8ccd0;
	text-align: center;
	border-left: 1px solid #ffffff;
}

table tr a,
table tr:hover,
.table tr:active {
	color: #222222;
}

tr:nth-of-type(odd) {
	background: #fef3f4;
}

table tr td {
	padding: 3px 10px;
	height: 40px;
	text-align: center;
	border-left: 1px solid #ffffff;
}
/*table tr.odd { background: #fbe5e7; }*/
table .show {
	display: none;
}

@media only screen and (max-width: 480px) {
	table {
		border: 0;
	}
	table thead {
		display: none;
	}
	table tr {
		margin-bottom: 10px;
		/*
	display: block;
	*/
		border-bottom: 2px solid #ffffff;
	}
	table tr td {
		display: block;
		min-height: 40px;
		height: auto;
		padding: 10px 5px;
		text-align: left;
		border-right: 0px solid #ffffff;
		border-bottom: 1px dotted #ffffff;
	}
	table td:last-child {
		border-bottom: 0;
	}
	table td:before {
		content: attr(data-label);
		float: left;
		text-transform: uppercase;
		font-weight: bold;
	}
	table .show {
		display: inline-block;
		padding-right: 10px;
		color: #dc0012;
	}
}

table dt {
	font-size: 16px;
	padding: 3px 10px;
}
table .state {
	width: 50px;
}
table .turn {
	width: 80px;
}
table .time {
	width: 150px;
}
table .act {
	width: 150px;
}

.none {
	display: none;
}
/************************
DRAWER-ITEM 
************************/
section.notice-all .page-wrapper{
	/* border-top: 0.8px solid #fff; */
	margin-top: 80px;
	position: relative;
	z-index: 2;
}
.drawer-item {
	width: 100%;
	padding-block: 40px;
	/* padding-inline: 20px; */
}
.drawer-header {
	margin: 0px;
	display: block;
	/* color: #212121; */
	padding: 6px;
	cursor: pointer;
	min-height: 30px;
	transition: 0.25s;
	overflow: hidden;
}
.drawer-header h1 {
	float: left;
	color: var(--color-grey);
	font-size: 14px;
	line-height: 1.4em;
	font-weight: 600;
	margin: 0;
}
.drawer-item-active .drawer-header {
	transition: 0.25s;
	min-height: 30px;
	color: var(--color-grey);
}
.drawer-header-icon {
	display: inline-block;
	content: "";
	float: left;
	width: 16px;
	height: 20px;
	background: url("../images/btn_to_open.png") no-repeat scroll center center
		transparent;
	background-size: contain;
	text-align: right;
	vertical-align: middle;
	margin-left: 4px;
}
.drawer-header-icon.drawer-header-icon-active {
	transform: rotate(180deg);
}
.drawer-item-active .drawer-header-icon {
	/*color: #ffffff;*/
}
.drawer-content {
	width: 96%;
	padding: 0;
	display: block;
	color: var(--color-grey);
	font-size: 14px;
	line-height: 1.8em;
	padding-top: 10px;
	padding-bottom: 30px;
	text-align: left;
}
.drawer-content ol {
	padding-left: 25px;
}

/************************
GOTOP
************************/
.fixed-btn{
	position: fixed;
	z-index: 99;
	width: 45px; 
	right: 0px;
	bottom: 6%;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.fixed-btn a, .fixed-btn img { 
	display: block;
	width: 100%; 
	}
.go_top {
	margin-top: 40px;
}
.fixed-btn a{ 
    cursor: pointer;
}

@media screen and (max-width: 576px) {
	.fixed-btn,.go_top {
		width: 40px;
	}
}

/************************
Background
************************/
.bg-lightning {
	width: 80px; 
	left: -20px; 
	top: 300px;
}
.bg-concert {
	width: 180px; 
	right: -2px; 
	bottom: 50px;
}
.bg-bag {
	width: 120px;
	top: 200px;
	left: -30px;
}
@media screen and (max-width: 640px) {
	.bg-lightning {
		top: 80px;
		width: 60px;
		left: -10px; 
	}
	.bg-concert {
		width: 140px; 
		bottom: 10px;
	}
	.bg-bag {
		display: none;
	}
}

/************************
ANCHOR MENU
************************/
.anchor-menu {
	border: 1px solid #ffff;
	border-radius: 50px;
	width: fit-content;
}
.anchor-menu-item:first-of-type {
	border-right: 1px solid #fff;
}
.anchor-menu-item a {
	padding: 4px 60px;
}
.anchor-menu-item a:hover .anchor-menu-decor{
	transform: rotate(180deg);
}
.anchor-menu-decor {
	width: 16px;
	transition: all 400ms ease-in-out;
}
@media screen and (max-width: 992px) {
	.anchor-menu-item a {
		padding: 4px 20px;
	}
}
@media screen and (max-width: 576px) {
	.anchor-menu-item {
		width: 50%;
	}
	.anchor-menu-item a {
		padding: 4px 12px;
		width: 100%;
	}
}
/************************
星展全通路抽
************************/
.dbs-iconic .dbs-iconic-decor {
	max-width: 240px;
}
.card-sm .card-top {
	background: #2790B3;
	background: linear-gradient(92deg, rgba(39, 144, 179, 1) 0%, rgba(155, 81, 173, 1) 100%);
	border-radius: 20px 20px 0 0;
	padding: 20px 10px;
	/* min-height: 94px; */
}
.card-sm .card-sm-decor {
	width: 28px;
}
.card-sm .card-bottom {
	background-color: #fff;
	border-radius: 0 0 20px 20px;
	padding: 12px 10px;
}
@media screen and (max-width: 992px) {
	/* .dbs-iconic .dbs-iconic-decor {
		width: 40%;
	} */
}