@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 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;
    }
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; 
	}
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;
	width: 100%;
	padding-top: 120px;
}
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;
	display: flex;
	align-items: center;
	gap: 4px;
	color: #191919;
}
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
************************/
h2{
	vertical-align:baseline;
}
:root {
	--color-primary: #f28413;
	--color-grey: #cccccc;
	--color-darkgrey: #999999;
	--color-red: #ff3333;
}

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

.d-flex 	{ display: flex; }
.flex-column{ flex-direction: column; }

.d-md-none 	{ display: none; }
.d-md-block { display: block;}
.d-none		{ display: none; }
.d-block	{ display: block; }

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

.align-items-start	{ align-items: flex-start; }
.align-items-center	{ align-items: center; }
.align-items-end	{ align-items: flex-end; }

.justify-content-between	{ justify-content: space-between; }
.justify-content-center	{ justify-content: center; }

.position-absolute	{ position: absolute; }
.position-relative	{ position: relative; }

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

.fw-bold	{ font-weight: 700; }
.fw-medium	{ font-weight: 600; }
.fw-regular { font-weight: 500; }
.fw-light 	{ font-weight: 400; }

.lh-md		{ line-height: 1.6; }

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

.h-100		{ height: 100%; }
.w-100		{ width: 100%; }

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

.anchor-offset	{ position: absolute; transform: translateY(-120px);}

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

}
@media screen and (max-width: 576px) {
	.mobile		{ display: block; }
	.desktop	{ display: none; }
}
@media screen and (min-width: 576px) {
	.align-items-sm-end	{ align-items: flex-end; }
	.d-sm-none	{ display: none; }
	.d-sm-block	{ display: block; }
}

/************************
KEY-VISUAL
************************/
.key-visual {
	position: relative;
	overflow-x: clip;
}
/* .key-visual .page-container {
	position: relative;
	height: 100%;
} */
.key-visual .title-container {
	position: absolute;
	left: 10%;
	top: 45%;
	transform: translateY(-50%);
	/* width: 38vw; */
	/* max-width: 600px; */
	z-index: 2;
}
.key-visual .title-container img {
	width: 100%;
}
.kv-mask {
	width: 100%;
	bottom: -20%;
}
.kv-decor-left {
	width: 30%;
	left: -20px;
	top: -20px;
}
.kv-decor-right {
	width: 15%;
	right: -10px;
	top: -20px;
}
.key-visual .star {
	--star-width: 18%;
	position: absolute;
	right: calc(var(--star-width) / 4 * -1);
	width: var(--star-width);
	opacity: 40%;
	top: 40%;
}
.key-visual-bg img {
	width: 100vw;
	display: block;
}
/* @media screen and (min-width: 2400px) {
	.key-visual-bg img {
		max-height: 800px;
		width: 100%;
		aspect-ratio: 1400 / 593;
		object-fit: contain;
		display: block;
		padding-bottom: 160px;
	}
} */
/* @media screen and (max-width: 992px) {
	.key-visual .title-container {
		padding-top: 6vw;
	}
} */
.title-container {
	text-align: center;
}
.title-container em{
	font-style: normal;
}
.title-container .h1 {
	font-size: calc(1em + 2vw);
	font-weight: 700;
	border-radius: 100px;
	background-color: #fff;
	padding: 1.5vw 2vw;
	/* padding-bottom: 24px; */
	filter: drop-shadow(3px 3px var(--color-primary));
}
.title-container .h1 em{
	font-size: 1.2em;
}
.title-container .badge {
	background-color: var(--color-primary);
	font-size: calc(1em + 0.8vw);
	border-radius: 50px;
	padding: 6px 40px;
	position: absolute;
	left: 50%;
	top: -20px;
	z-index: 1;
	transform: translateX(-50%);
}
.title-container .h2 {
	font-size: calc(0.8em + 1.4vw);
	font-weight: 700;
}
.title-container > *{
	transform: skew(-4deg);
}
.key-visual .title-container .icon-hat {
	width: 50px;
	left: 5px;
	top: -20px;
	z-index: 1;
}
@media screen and (max-width: 768px) {
	.key-visual .title-container {
		width: max-content;
		top: 22%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.key-visual .star {
		--star-width: 24%;
		top: 280px;
	}
	.kv-mask {
		bottom: -10%;
	}
	.title-container .h1 {
		font-size: 28px;
	}
	.title-container .h2 {
		font-size: 24px;
	}	
	.title-container .badge {
		font-size: 20px;
	}
}
@media screen and (max-width: 576px) {
	.kv-decor-left {
		width: 50%;
	}
	.kv-decor-right {
		width: 25%;
	}
	.key-visual .title-container {
		top: 30%;
    }
	.title-container .h1 {
		font-size: 28px;
		padding: 20px 24px;
	}
	.title-container .h2 {
		font-size: 22px;
	}	
	.title-container .badge {
		font-size: 20px;
	}
}

@media screen and (max-width: 480px) {
	.key-visual .star {
		--star-width: 40%;
		top: 240px;
		right: auto;
		left: calc(var(--star-width) / 4 * -1);
	}
	.kv-mask {
		bottom: -6%;
	}
}

/************************
活動內容
************************/
.text-main-content {
	line-height: 2;
	font-weight: 500;
	margin-top: 32px;
}
.bg-custom {
	background-color: #FFE8BD;
	background-color: linear-gradient(180deg, rgba(255, 232, 189, 1) 9%, rgba(255, 184, 146, 1) 100%);
	background-image: url(../images/bg_dot.png);
}
.section-anchor {
	padding: 60px 20px;
}
.decor-left {
	width: 15%;
	top: 10%;
	left: 0;
}
.decor-right {
	width: 18%;
	top: 10%;
	right: 0;
}
.anchor-container {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 16px;
	max-width: 90%;
	margin-inline: 20px;
}
.anchor-item {
	padding: 8%;
	aspect-ratio: 3 / 2;
	background-color: #fff;
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 3px 3px 4px rgba(226, 130, 35, 0.3);
	transition: transform ease-in-out 200ms;
}
.anchor-item:hover {
	transform: scale(1.04);
}
.anchor-img {
	display: block;
}
.anchor-text { 
	display: none; 
	margin-bottom: 0;
	color: var(--color-primary);
	font-weight: 500;
	text-align: center;
}
@media screen and (max-width: 992px) {
	.anchor-container {
		grid-template-columns: repeat(5, 1fr);
		gap: 10px;
	}
}
@media screen and (max-width: 768px) {
	.anchor-text { display: block; }
	.anchor-img	{ display: none; }
	.anchor-item {
		border-radius: 8px;
		background-color: #ffffff80;
		box-shadow: none;
		aspect-ratio: auto;
		padding: 8px 12px;
	}
	.anchor-container { 
		margin-top: 8px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		font-size: 14px;
		gap: 4px;
		max-width: 100%;
	}
	.section-anchor {
		padding: 40px 20px;
	}
	.decor-left {
		top: 20%;
		left: -3%;
	}
	.decor-right {
		top: 20%;
		right: -3%;
	}
}
@media screen and (max-width: 576px) {
	.decor-left, .decor-right {
		display: none;
	}
}
/************************
卡片區
************************/
.swiper {
	position: relative;
}
.swiper-wrapper {
	align-items: stretch;
}
.swiper-slide {
	height: auto;
	/* max-width: 320px; */
	padding-bottom: 40px;
}
.swiper-pagination-bullet-active {
	background-color: var(--color-primary);
}
.swiper-next, .swiper-prev {
	width: 40px;
	position: absolute;
	z-index: 5;
	top: 50%;
}
.swiper-next {
	right: -50px;
}
.swiper-prev {
	left: -50px;
}
.card {
	border: none;
	/* width: 320px; */
	border-radius: 16px;
	overflow: clip;
	font-weight: 500;
	box-shadow: 3px 3px 10px rgba(175, 37, 37, 0.2);
	transition: box-shadow ease 200ms;
	margin-bottom: 20px;
	height: 100%;
	background-color: #fff1d4;
	margin-inline: 12px;
}
.card-top {
	padding: 20px 10% 0 10%;
	height: 100px;
	background-color: #fff;
}
.card-top img{
	object-fit: contain;
	object-position: center center;
	max-height: 100%;
	z-index: 1;
	position: relative;
}
.card-decor {
	z-index: 0;
	transform: translateY(-20px);
	transition: transform 300ms ease;
}
.card:hover .card-decor{
	transform: translateY(-12px);
}
.card:hover {
	box-shadow: 3px 3px 10px rgba(175, 37, 37, 0.4);
}
.card-title {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 8px;
}
.card.bonus {
	background-color: #ffd6d4;
}
.card-bottom {
	padding: 30px 20px 20px 20px;
	position: relative;
}
.card-bottom .text-bg{
	background-color: #ffb970;
	border-radius: 20px;
	padding: 0 6px;
	margin-right: 8px;
}
.bonus .card-bottom .text-bg{
	background-color: #ffa39d;
}
.card-bottom .list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.card-highlight {
	font-weight: 700;
	color: var(--color-primary);
}
.bonus .card-highlight {
	color: var(--color-red);
}
.card .box {
	padding: 16px;
	background-color: #fff;
	border-radius: 16px;
	margin-top: 20px;
	box-shadow: 3px 3px 10px rgba(175, 37, 37, 0.2);
	font-size: 15px;
}
.card .box-title {
	width: fit-content;
	padding: 4px 6px;
	padding-left: 30px;
	position: relative;
	border-radius: 8px;
	display: flex;
	color: var(--color-red);
	font-weight: 700;
	align-items: center;
	border: 1px solid var(--color-red);
}
.card .box-icon {
	width: 30px;
	position: absolute;
	left: 0;
}
.card .stamp {
	line-height: 1.3;
	font-size: 14px;
	color: var(--color-primary);
	text-align: center;
	width: 85px;
	aspect-ratio: 1 / 1;
	position: absolute;
	padding: 6px;
	padding-top: 10px;
	border: 1px solid var(--color-primary);
	border-radius: 50%;
	right: 10px;
	top: -24px;
}
.card.bonus .stamp {
	color: var(--color-red);
	border: 1px solid var(--color-red);
}
@media screen and (max-width: 1200px) {
	.swiper-next {
		right: -30px;
	}
	.swiper-prev {
		left: -30px;
	}
}
/************************
注意事項
************************/
.notice {
	width: fit-content;
	list-style-type: none;
}
/************************
BANNER
************************/
section.banner {
	z-index: 2;
	position: relative;
}
/************************
BUTTON
************************/
.btn {
	font-weight: 600;
	display: inline-block;
}
.btn-sm { 
	font-size: 14px; 
	padding: 2px 10px;
}
.btn-lg {
	font-size: 18px;
	padding: 4px 40px;
}
.btn-red {
	background-color: var(--color-red);
	color: #fff;
	border-radius: 50px;
	transition: filter ease 200ms;
}
.btn-outlined {
	border: 1px solid currentColor;
	color: var(--color-red);
	border-radius: 50px;
}
@media (hover:hover) {
	.btn-lg:hover {
		filter: drop-shadow(0 0 5px #ff3333);
	}
}
/***********************
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 #333333;
	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: 56px; 
	right: 0px;
	bottom: 6%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 8px;
}
.fixed-btn a, .fixed-btn img { 
	display: block;
	width: 100%; 
	}
.fixed-btn a {
	transform: translateX(12px);
	transition: transform 200ms ease;
}
.fixed-btn .go_top {
	margin-top: 40px;
	transform: translateX(0);
}
.fixed-btn a:hover{
	transform: translateX(0);
} 
@media screen and (max-width: 576px) {
	/* .fixed-btn,.go_top {
		width: 40px;
	} */
}

.floating { 
    animation: floating 5s infinite ease-in-out;
  	-moz-animation: floating 5s infinite ease-in-out;
}
 
@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;
}
