@charset "utf-8";
/****************** 基本 ******************/

* {
	font-family: "微軟正黑體", "Microsoft JhengHei", Arial, Geneva, sans-serif;
	/* outline: 1px solid red; */
}
html {
	scroll-behavior: smooth;
}
body {
	font-size: 17px;
	font-weight: 400;
	line-height: 1.8;
	color: #777777;
	color: #323232;
	background-color: #fff;
	height: 100%;
	position: relative;
	/*padding-top: 70px;*/
	overflow-x: hidden;
}
@media screen and (max-width: 1400px) {
	body {
		padding-top: 60px;
	}
}

hr {
	border-top: 1px solid #afafaf;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-weight: 400;
	line-height: 1.2;
}

p {
	margin-bottom: 1.5em;
}

a {
	color: #009999;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	text-decoration: none;
}

a:hover,
a:active,
a:focus,
a:visited {
	/* color: #006464; */
	outline: none;
	text-decoration: none;
}

img,
object,
embed,
video {
	max-width: 100%;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	background: #000;
	opacity: .2;
}

/* animate */

.js .to-animate,
.js .to-animate-2,
.js .single-animate .js .animate-single {
	opacity: 0;
}

.js .animate-box {
	opacity: 0;
}

/*
--- 按鈕 btn ---*/

.btn:hover,
.btn:active,
.btn:focus {
	background: #393e46;
	color: #fff;
	outline: none;
}

.btn {
	border-radius: 0px;
}

.btn.btn-primary {
	background: #009999;
	color: #fff;
	border: none !important;
	border: 2px solid transparent !important;
	display: inline-block;
	margin-top: 5px;
}

/* btn-gold */

.btn-gold {
	background: #CA8314;
	color: #fff;
	border: none !important;
	border: 2px solid transparent !important;
	display: inline-block;
	margin-top: 5px;
	z-index: 5;
}

.btn-outline-gold {
	border-color: #CA8314;
	color: #CA8314 !important;
	margin-top: 15px;
}

.btn-outline-gold:hover {
	border-color: #CA8314;
	color: #FFFFFF !important;
}

@media screen and (max-width: 576px) {
	.btn.btn-lg {
		padding-top: 10px;
		padding-right: 8px;
		padding-left: 8px;
		padding-bottom: 10px;
		font-size: 16px;
	}
}

/*
--- 切換裝置顯示項目 ---*/

#point {
	display: block;
}

#point_m {
	display: none;
}

#discount {
	display: block;
}

@media screen and (max-width: 576px) {
	#point {
		display: none;
	}

	#point_m {
		display: block;
	}

	#discount {
		display: none;
	}

	#discount_m {
		display: block;
	}
}

#line {
	display: block;
}

#line_m {
	display: none;
}

#discount {
	display: block;
}

@media screen and (max-width: 576px) {
	#line {
		display: none;
	}

	#line_m {
		display: block;
	}

	#discount {
		display: none;
	}

	#discount_m {
		display: block;
	}
}

/****************** 導覽列 navbar ******************/

.navbar {
	background-color: #f8f8f8;
    border-bottom: 1px solid #e8e8e8;
    padding: 0;    
    border-top: 1px solid #e8e8e8;
}
/*
--- 聯邦LOGO navbar-brand ---*/

.navbar-brand {
	padding-right: 0;
}
.navbar .navbar-brand {
	margin-right: 50px;
	margin-left: 20px;
	width: 250px;
	height: 70px;
	background: url(../../include/images/UBLogo.png) no-repeat 0 50%;
	background-size: contain;
}
.navbar-header .navbar-brand img {
	width: 90%;
}
.navbar-light .navbar-toggler {
	border: none;
}
.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 153, 153, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-light .navbar-toggle .icon-bar {
	background-color: #009999;
}
.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, .9);
}
.navbar-light .navbar-toggle:hover, .navbar-light .navbar-toggle:focus {
	background-color: #f8f8f8;
}
.navbar-nav>li>a {
	font-weight: 900;
	margin-left: 15px;
	margin-top: 10px;
	display: block;
}
.navbar-light .navbar-nav>li>a:hover, .navbar-light .navbar-nav>li>a:focus {
	color: #009999;
	background-color: transparent;
}
.navbar-light .navbar-nav>.active>a, .navbar-light .navbar-nav>.active>a:hover, .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav>.active>a:focus {
	color: #009999;
}
.navbar-toggle {
	margin-top: 13px;
	margin-bottom: 15px;
	border: 0px;
	border-radius: 0px;
}
/*
--- 導覽列下拉dropdown-menu ---*/

.dropdown-menu {
	background-color: rgba(255, 255, 255, 0.8);
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-item.active, .dropdown-item:active {
	background-color: #009999;
}
.dropdown-item:hover, .dropdown-item:focus {
	background-color: #eaeaea;
}
@media screen and (max-width: 1200px) {
	.navbar .navbar-brand {
		margin-right: 0px;
		margin-left: 20px;
		width: 200px;
		height: 60px;
		/* 60 only*/
	}
}
@media screen and (max-width: 576px) {
	.navbar .navbar-brand {
		margin-right: 40px;
		margin-left: 15px;
	}
}
@media screen and (max-width: 576px) {
	.navbar .navbar-brand {
		margin-right: 40px;
		margin-left: 0px;
	}
}

/****************** 輪播 carousel  ******************/

.carousel {
	/* margin-top: -70px; */
}

.carousel-indicators li {
	width: 10px;
	height: 10px;
	opacity: .8;
	border-radius: 50px;
	border: 1px solid #dedede;
	background-color: #bbbbbb;
}

.carousel-indicators .active {
	/* background-color: #009999; */
	background-color: #ca8314;
}



/*--- 主視覺 ---*/

.kv {
	position: relative;
	width: 100%;
	--w: 1920;
	--h: 1000;
}

.topimg1:before {
	content: '';
	width: 100%;
	padding-top: calc(var(--h) * 100% / var(--w));
	display: block;
	background-image: url(../images/top.jpg);
	background-size: cover;
}

.topimg2:before {
	content: '';
	width: 100%;
	padding-top: calc(var(--h) * 100% / var(--w));
	display: block;
	background-image: url(../images/top_2.jpg);
	background-size: cover;
}

.topimg3:before {
	content: '';
	width: 100%;
	padding-top: calc(var(--h) * 100% / var(--w));
	display: block;
	background-image: url(../images/top_3.jpg);
	background-size: cover;
}

@media (max-width:768px) {
	.kv {
		--w: 768;
		--h: 768;
	}

	.topimg1:before {
		background-image: url(../images/top_m.jpg);
	}

	.topimg2:before {
		background-image: url(../images/top_2m.jpg);
	}

	.topimg3:before {
		background-image: url(../images/top_3m.jpg);
	}
}


/****************** 版面 Container ******************/

.gridContainer {
	width: 100%;
	clear: none;
	float: none;
	margin-left: auto;
	margin-right: auto;
	background-size: cover;
}

@media only screen and (max-width: 768px) {
	.gridContainer {
		width: 100%;
		margin: auto;
		clear: none;
		float: none;
		margin-left: auto;
		background-size: cover;
	}
}

/*
--- 活動主版 mainArea ---*/

.cardinfo h3 {
	font-size: 1.5rem;
	line-height: 3rem;
}

.btn2 {
	margin: 5px 2px;
	font-size: 1rem;
}

.mainArea {
	padding-top: 50px;
	padding-bottom: 30px;
}

.mainArea h2 {
	/* font-size: 20pt; */
	/* color: #87561b; */
}

.mainArea h2 small {
	color: #333333;
}

.mainArea h3.date {
	/* 活動起訖日+對象 */
	line-height: 1.5;
	font-size: 1.3rem;
}

.mainArea h4 {
	/* 活動敘述文 */
	color: #2E2E2E;
	font-size: 1.8rem;
	line-height: 1.8;
	padding-top: 10px;
	padding-bottom: 3px;
	font-weight: 600;
}

.mainArea h5 {
	/* 內文區塊下方備註 */
	color: #2A2A2A;
	font-size: 14px;
	line-height: 1.8;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}

.mainArea p {
	color: #000000;
	font-size: 13pt;
	text-align: center;
	margin-bottom: 0px;
}

.mainArea img {
	margin: 20px auto;
}

@media screen and (max-width: 576px) {
	.mainArea {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.mainArea h3.date {
		/* 活動起訖日+對象 */
		font-size: 1rem;
	}

	.mainArea h4 {
		/* 活動敘述文 */
		font-size: 1.4rem;
	}

	.mainText2 .date {
		width: 200px !important;
		font-size: 20px !important;
		line-height: 50px;
		border-radius: 50px;
		margin: 30px auto 0px !important;
	}
}

@media screen and (max-width: 375px) {
	.mainArea h4 {
		/* 活動敘述文 */
		font-size: 13pt;
	}
}

/*
--- 活動內文區塊 mainText ---*/

.mainText1 {
	font-size: 22px;
	color: #545559;
	margin-top: 40px;
	margin-bottom: 80px;
	background-color: #f8f1f3;
	border: 1px solid #cbb6c1;
	padding: 10px 15px 20px;
	text-align: center;
	border-radius: 5px;
}

.mainText2 {
	color: #545559;
	margin-top: 50px;
	margin-bottom: 15px;
	line-height: 50px;
	border: 1px solid #b6270e;
	text-align: center;
	padding: 0;
}

.mainText1 h2 {
	position: relative;
	text-align: center;
	line-height: 2em;
	color: #231816;
	letter-spacing: 8px;
	text-indent: 8px;
}

.mainText2 .date {
	width: 300px;
	background-color: #009999;
	font-size: 24px;
	text-align: center;
	color: rgb(255, 255, 255);
	line-height: 50px;
	border-radius: 50px;
	margin: 20px auto;
}

.mainText1 .title,
.mainText2 .title {
	text-align: center;
	font-weight: bold;
	color: #007986;
	padding-left: 10px;
	padding-right: 10px;
}

.reward {
	font-size: 1.5rem;
	font-weight: bold;
	color: #c70007;
}

.reward {
	font-size: 170%;
}

.reward+.red {
	font-size: 130%;
}

.flex-container {
	flex-direction: row;
}

.flexBox {
	display: flex;
	justify-content: space-between;
	align-content: stretch;
}

@media screen and (max-width: 991px) {
	.flexBox {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
}

@media screen and (max-width: 576px) {

	.mainText1 .title,
	.mainText2 .title {
		font-size: 1.5rem;
	}

	.mainText2 h2 {
		width: 200px;
	}
}

/*
--- 備註文字 ---*/

.memo {
	font-size: 85%;
}

@media screen and (max-width: 576px) {
	.memo {
		padding-right: 30px;
		padding-left: 30px;
	}

	.memoNew {
		padding-right: 0;
		padding-left: 0;
	}
}

.memoTable {
	font-size: 15px;
}

.memoTable td {
	vertical-align: top;
}

/*
--- 活動表格 ---*/

.mainArea .table thead th {
	height: 30px;
	border-bottom: 1px;
}

.mainArea .table-bordered th,
.mainArea .table-bordered td {
	padding: 3px;
	border: 1px solid #a1bbbd;
	vertical-align: middle;
}

.mainArea .table-bordered {
	text-align: center;
	line-height: 2;
	vertical-align: middle;
	border-width: 1px;
	border-color: #ddd;
	padding: 10px;
}

@media screen and (max-width: 576px) {
	.mainArea .table thead th {
		font-size: 17px;
	}

	.mainArea .table-bordered td {
		font-size: 17px;
	}

	.mainArea .table-bordered {
		line-height: 1.5;
	}
}

/*
--- 注意事項 ---*/

.noticeDesc h4 {
	font-size: 1.3rem;
}

.noticeDesc ul.list-style {
	margin-bottom: .2rem;
	padding: 0 0 0 20px;
}

.noticeDesc ul li {
	word-break: break-all;
}

.red {
	/* color: #b51d28; */
	color: #c70007;
}

/*--- 注意事項表格 exTable ---*/

#exTable table th,
#exTable table td {
	text-align: center;
	/* font-size: 14px; */
	border: 2px solid #ccc;
	vertical-align: inherit;
}

#exTable table th {
	color: #fff;
	background-color: #323232;
}

/*
--- 分頁 tabs submenu ---*/

.tabs {
	margin-top: 50px;
	margin-bottom: 20px;
	padding-right: 0px;
	padding-left: 0px;
	border-bottom: 1px solid #00859a;
}

.submenu ul {
	list-style-type: none;
}

.submenu li {
	float: left;
	height: 30px;
	width: 33.333%;
	font-size: 13pt;
	font-weight: 500;
	line-height: 20px;
	color: #1c100b;
	text-align: center;
	padding: 0 24px;
	list-style-type: none;
}

.submenu li a {
	color: #a9a9a9;
	padding-bottom: 5px;
}

.submenu li a.active {
	color: #FFFFFF;
	font-size: 15pt;
	background: #00859a;
	padding: 10px 10% 8px;
	border-radius: 10px 10px 0 0;
}

@media screen and (max-width: 587px) {
	.submenu {
		padding: 0 0 0 0;
	}

	.submenu li {
		font-size: 12pt;
		padding: 0px;
	}

	.submenu li a {
		padding-bottom: 8px;
	}

	.submenu li a.active {
		font-size: 12pt;
		padding: 10px 10% 10px;
	}
}

@media screen and (max-width: 320px) {
	.submenu li {
		font-size: 10pt;
	}

	.submenu li a.active {
		font-size: 10pt;
		padding-bottom: 13px;
	}
}

/*
--- 版權宣告footer ---*/

footer {
	width: 100%;
	background-color: #f4f4f4;
}

#footer {
	background-color: #eeeeee;
}

.copyright a {
	color: #7f7f7f;
	outline: none;
	text-decoration: none;
}

.copyright h4,
.copyright h5 {
	margin-top: 15px;
}

.copyright h4 {
	font-size: 26px;
	text-align: right;
}

.copyright h5 {
	font-size: 12px;
	text-align: left;
	color: #777;
	margin-left: 70px;
}

.copyright p {
	font-size: 16px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}

.copyright .list-inline {
	margin-bottom: 0;
}

@media screen and (max-width: 992px) {
	.copyright h4 {
		font-size: 20px;
		text-align: center;
	}

	.copyright h5 {
		font-size: 12px;
		margin-left: auto;
	}

	.copyright p {
		font-size: 12px;
		text-align: center;
	}
}

@media only screen and (max-width: 768px) {
	#footer {
		padding: 10px 0;
		color: #7f7f7f;
		background-color: #eeeeee;
		padding-bottom: 100px;
	}

	#footer .copyright {
		margin-bottom: 0px;
		padding-bottom: 0;
	}

	.copyright h5 {
		text-align: center;
	}

	.copyright a {
		color: #7f7f7f;
		outline: none;
		text-decoration: none;
	}
}

/*+++ 2022-card +++*/

/* color */

.color-Bk {
	color: #231816;
}

.color-Bl {
	color: #006090;
}

/* kv */

.carousel {
	/* margin-bottom: 100px; */
}

.carousel-inner {
	/* overflow: visible; */
	/* overflow: hidden; */
	/* background: #f9e1c1; */
}

/* section */

section {
	position: relative;
}

.page-bottom {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	bottom: -60px;
	height: 234.67px;
	background-image: url(../images/bg-jp-item2.png);
	z-index: -1;
}

.page-bottom::before {
	content: '';
	background-image: url(../images/icon-bird.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 330px;
	height: 238px;
	/* left: 18%; */
	left: 5%;
	bottom: 100px;
	z-index: 3;
}

@media only screen and (max-width: 1024px) {
	.page-bottom {
		background-position: top right 30%;
	}

	.page-bottom::before {
		left: 5%;
		bottom: 50px;
	}
}

@media only screen and (max-width: 768px) {
	.page-bottom {
		height: 100px;
		bottom: -50px;
	}

	.page-bottom::before {
		left: 0px;
		bottom: -50px;
		width: 180px;
		background-position: right;
	}
}

@media screen and (max-width: 576px) {
	/* .page-bottom::before {left: -30%;} */
}

@media screen and (max-width: 390px) {
	/* .page-bottom::before {left: -40%;} */
}

.main-title {
	position: relative;
	margin: auto;
}

/* main-tip */

.main-tip {
	padding: 0rem 0 0rem;
	margin-top: 100px;
	/* z-index: 3; */
	background: linear-gradient(0deg, rgba(234, 236, 246, 1) 28%, rgba(255, 255, 255, 1) 50%);
	border-bottom: 1px dotted #d4d7ec;
}

.main-tip .main-title {
	font-size: 2.2rem;
	padding-bottom: 20px;
	margin-bottom: 5px;
	letter-spacing: 0px;
	padding-right: 0;
	padding-left: 0;
}

.main-tip h2 {
	font-size: 1.25rem;
	text-align: center;
	font-weight: 600;
	line-height: 1.6;
	padding-right: 120px;
}

@media screen and (max-width: 1200px) {
	.main-tip h2 {
		padding-right: 120px;
		padding-left: 120px;
	}
}

@media only screen and (max-width: 991px) {
	.main-tip h2 {
		font-size: 1rem;
		padding-right: 0px;
		padding-left: 0px;
	}
}

@media screen and (max-width: 576px) {
	.main-tip h2 {
		padding-right: 30px;
		padding-left: 30px;
	}
}

.main-tip .main-title-line {
	position: relative;
	line-height: 2;
	padding-right: 0;
	padding-left: 0;
	/* padding-top: 30px; */
	padding-bottom: 0;
}

.main-tip .main-title-line:after {
	content: '';
	background: linear-gradient(to right, #fff, #ffaf7b, #c70007, #ffaf7b, #fff);
	position: absolute;
	width: 90%;
	height: 2px;
	left: 50%;
	top: 65px;
	animation: lineWidth 3s;
	transform: translateX(-50%);
}

.main-tip h2.main-tip_flower {
	text-align: justify;
}

.main-tip h2.main-tip_flower:before {
	content: "";
	background-image: url(../images/icon_flower.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: inline-block;
	margin-right: 5px;
	margin-top: 5px;
	width: 15px;
	height: 15px;
}

@media screen and (max-width: 576px) {}

.main-tip h3 {
	font-size: 4.5rem;
	color: #f9e1c1;
}

@keyframes lineWidth {
	from {
		width: 0%;
	}

	to {
		width: 90%;
	}
}

@media only screen and (max-width: 768px) {
	.main-tip {
		padding: 0 0 1rem 0;
		overflow: hidden;
	}

	.main-tip .main-title {
		font-size: 1.75rem;
		/* line-height: 1.2; */
		margin-bottom: 0;
	}

	.main-tip .main-title-line:after {
		top: 48px;
	}
}

@media screen and (max-width: 414px) {
	.main-tip {
		padding: 0 .5rem 3rem .5rem;
	}

	.main-tip h2 {
		font-size: 1rem;
	}
}

@media screen and (max-width: 414px) {
	.main-tip .main-title .main-tipBottomfont {
		padding-top: 10px;
		margin-bottom: 0;
		line-height: 1.4;
	}
}



/* main-title */

.main-title {
	color: #0090bb;
	color: #04496c;
	font-size: 2.5rem;
	text-align: center;
	font-weight: 600;
	letter-spacing: 3px;
	text-indent: 3px;
}

@media screen and (max-width: 768px) {
	.main-title {
		font-size: 2rem;
		letter-spacing: 1px;
	}
}

.main-titleA {
	color: #0090bb;
	/* color: #04496c;
	color: #40a880; */
	font-size: 2rem;
	text-align: center;
	font-weight: 600;
	letter-spacing: 0px;
	text-indent: 3px;
	padding-bottom: 30px;
	line-height: 27pt;
	padding-top: 20px;
}

@media screen and (max-width: 768px) {
	.main-titleA {
		line-height: 1.2;
		padding-top: 0;
		font-size: 1.7rem;
		padding-bottom: 25px;
	}
}

.main-title span.redS {
	font-weight: 900;
	color: #c70007;
	/* ie不適用 background-clip */
	background: linear-gradient(to top, #960308, #c70007, #ffaf7b);
	background: -webkit-linear-gradient(to top, #960308, #c70007, #ffaf7b);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
}

.main-title span.redL {
	font-size: 130%;
	font-weight: 900;
	color: #c70007;
	/* ie不適用 background-clip */
	background: linear-gradient(to top, #960308, #c70007, #ffaf7b);
	background: -webkit-linear-gradient(to top, #960308, #c70007, #ffaf7b);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
}

.main-title span.red+.red {
	/* % */
	font-size: 110%;
}

.main-title-date {
	font-size: 1.1rem;
	text-align: center;
	font-weight: normal;
	margin-bottom: 10px;
	color: #64645f;
}

.redline-img {
	margin-top: -0.5rem;
	margin-bottom: 0.5rem;
}

.bg-jp-item {
	width: 100%;
	margin-top: -10rem;
	/* position: absolute; */
}

.bg-jp-item2 {
	width: 100%;
	margin-top: -30rem;
	/* margin-bottom: 3rem; */
	/* position: absolute; */
	/* bottom: 0; */
}

.bg-jp-item-bottom {
	margin-top: -9rem;
}

@media screen and (max-width: 1400px) {
	.bg-jp-item {
		margin-top: -5.8rem;
	}

	.bg-jp-item2 {
		margin-top: -15rem;
	}
}

@media screen and (max-width: 992px) {
	.bg-jp-item2 {
		margin-top: -8rem;
	}
}

@media screen and (max-width: 768px) {
	.bg-jp-item {
		margin-top: -3.5rem;
	}

	.bg-jp-item2 {
		margin-bottom: -1rem;
		display: none;
	}
}

@media screen and (max-width: 576px) {
	.redline-img {
		margin-top: .75rem;
	}

	.bg-jp-item {
		margin-top: -3rem;
	}

	.bg-jp-item2 {
		margin-top: -3rem;
	}
}

.point-item {
	margin: 0 auto;
	/* width: 200px; */
	height: 200px;
	background-color: #fff;
	text-align: center;
	padding-top: 30px;
	/* box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2); */
	border: 1px solid #eaecf6;
	position: relative;
}

.point-item-reward {
	color: #c70007;
	font-size: 3rem;
	line-height: 1;
}

.point-item-reward span {
	font-size: 60%;
}

.point-item.icon-jp {
	/* width: 270px;
    height: 270px; */
	/* width: 250px;
    height: 250px; */
	padding: 0;
	border-radius: 1em;
	/* border-radius: 50em; */
	overflow: hidden;
	background: linear-gradient(180deg, #FFFFFF 0%, #eaecf6 100%);
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.point-item.icon-jp.tw {
	/* outline: 2px solid #f9e1c1; */
	/* background: linear-gradient(180deg, #FFFFFF 0%, #e9e7e0 100%); */
	/* background: linear-gradient(180deg, #FFFFFF 0%, #f1e8c7 100%); */
	/* box-shadow: 
    0px 0px 0px 4px #fafaf9,
    5px 5px 5px 0px rgba(0, 0, 0, 0.1); */
}

.point-item.icon-jp::before {
	content: '';
	background-image: url(../images/line-gold-200.png);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	width: 300px;
	height: 60px;
	/* bottom: 60px; */
	bottom: 55px;
	left: 43%;
	transform: translateX(-50%);
}

.point-item.icon-jp.tw::before {
	content: '';
	background-image: url(../images/line-act-tw-200.png);
	z-index: -1;
}

.point-item.icon-jp.jp::before {
	content: '';
	background-image: url(../images/line-act-jp-200.png);
}

.point-item.icon-jp.os::before {
	content: '';
	background-image: url(../images/line-act-os-200.png);
}

.point-item.icon-jp.tw::after {
	content: '';
	/* background-image: url(../images/line-act-tw-new.png); */
	background-repeat: no-repeat;
	background-position: top right -10px;
	background-size: contain;
	position: absolute;
	width: 150px;
	height: 70px;
	top: 0;
	right: 0;
}

@media screen and (max-width: 1199px) {
	.point-item.icon-jp.tw::after {
		width: 130px;
	}
}

@media screen and (max-width: 991px) {
	.point-item.icon-jp.tw::after {
		background-position: top right;
		width: 100px;
	}
}

.point-item.icon-jp h4 {
	font-size: 2rem;
}

.point-item.icon-jp h5 {
	font-weight: 600;
}

.point-item.icon-jp h5.add_1p {
	margin-left: 20px;
}

@media screen and (max-width: 576px) {
	.point-item.icon-jp h5.add_1p {
		margin-left: 0px;
	}
}

.point-item.icon-jp h5.add_1p .memo {
	color: #333;
	font-weight: normal;
	padding-bottom: 20px;
}

@media screen and (max-width: 992px) {
	.point-item.icon-jp h5.add_1p .memo {
		display: block;
		padding-top: 0px;
		font-size: 15px;
	}
}

@media screen and (max-width: 768px) {
	.point-item.icon-jp h5.add_1p .memo {
		display: block;
		padding-top: 5px;
		font-size: 15px;
	}
}

.point-item.icon-jp .point-item-reward {
	color: #c70007;
	font-size: 4rem;
	line-height: 1;
}

.point-item.icon-jp .point-item-reward span {
	font-size: 60%;
}

@media screen and (max-width: 1199px) {
	.point-item.icon-jp::before {
		left: 45%;
	}
}

@media screen and (max-width: 991px) {
	.point-item.icon-jp::before {
		bottom: 5px;
		left: 50%;
	}

	.point-item.icon-jp h4 {
		font-size: 1.75rem;
	}

	.point-item.icon-jp h5 {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 576px) {
	.main-title {
		font-size: 1.8rem;
		letter-spacing: 1px;
		padding-right: 50px;
		padding-left: 50px;
		line-height: 1.8;
	}

	.point-item.icon-jp h5 {
		font-size: 1.1rem;
	}

	.main-title23A {
		padding-right: 0;
		padding-left: 0;
		line-height: 1.2;
	}

	.main-title23B {
		line-height: 1.2;
	}

	.main-titleA {
		padding-top: 0;
		padding-right: 40px;
		padding-left: 40px;
		line-height: 1.4;
	}
}

@media screen and (max-width: 444px) {
	.main-titleA {
		line-height: 1.2;
		padding-right: 0;
		padding-left: 0;
		padding-bottom: 30px;
		padding-top: 0;
	}
}

@media screen and (min-width: 769px) and (max-width: 992px) {
	.point-item.icon-jp h4 {
		padding-top: 30px;
	}
}

/* 消費回饋無上限 step-block */

.main-step {
	background-color: #f9e1c1;
	background-color: #ffffff;
	margin-top: 50px;
	padding-bottom: 80px;
	z-index: 2;
}

.step-block {
	position: relative;
	/* background-image: url(../images/bg-circle_v2.png); */
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.step-img-md {
	display: block;
	margin: 0 auto;
}

.step-img-sm {
	display: none;
}

@media screen and (max-width: 991px) {
	.main-step {
		margin-top: 100px;
	}

	.step-block {
		overflow: hidden;
	}
}

@media screen and (max-width: 576px) {
	.main-step {
		padding-bottom: 30px;
	}

	.step-img-md {
		display: none;
	}

	.step-img-sm {
		display: block;
		margin: 0 auto;
	}

	.step-block {
		background-position: top 30% center;
	}

	.step-block h4 {
		font-size: .75rem;
	}

	.main-step .point-item.icon-jp {
		height: 140px;
	}

	.main-step .point-item.icon-jp::before {
		background-size: contain;
		width: 150px;
		/* top: 25px; */
		top: -5px;
		/* bottom: 0; */
		left: 63%
	}

	@media screen and (max-width: 576px) {
		.main-step .point-item.icon-jp {
			height: 200px;
		}

		.main-step .point-item.icon-jp::before {
			width: 120px;
			top: 25px;
			left: 56%
		}
	}

	.main-step .point-item.icon-jp h4 {
		font-size: 1.25rem;
		margin-top: 10px;
		margin-bottom: 20px;
	}

	.point-item.icon-jp .point-item-reward {
		font-size: 2rem;
		font-weight: 600;
	}

	.point-item-reward span {
		font-size: 60%;
	}
}

.ani-wave {
	animation: ani-wave 1s 2s infinite alternate;
}

@keyframes ani-wave {
	from {
		transform: translateY(0);
	}

	to {
		transform: translateY(-10px)
	}
}

/* 早鳥優惠  main-early */

.main-early {
	/* background-color: #f4efea; */
	padding-top: 30px;
	/* background-size: contain; */
	/* background-image: url(../images/bg-jp-fuji-bottom.png); */
	/* background-position: bottom; */
	/* background-repeat: no-repeat; */
	/* background-attachment: fixed; */
}

/* .main-early .box {
	background-color: rgba(255, 255, 255, 0.85);
	/* border: 1px solid #ffce8c; */
/* border-radius: 38px;
	text-align: center;
	padding: 2rem 1rem;
	margin-bottom: 5rem; */
/* border: 1px solid #9fa0a0; */
/* box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 20%); */
/* box-shadow: 0px 5px 3px 1px rgba(100, 100, 100, 0.2);
	margin-top: 30px;
	max-width: 1000px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto; 
}*/
.main-early .box h3 {
	font-size: 1.75rem;
	font-weight: 600;
	color: #ca8314;
	margin: -60px auto 60px;
	max-width: 400px;
	background-color: #fdfdfd;
	padding-top: 1rem;
	border: 2px solid #fdfdfd;
	border-radius: 50em 50em 0 0;
	box-shadow: 0px -2px 3px 0px rgb(100 100 100 / 20%);
}

.main-early .box h3 img {
	width: 40px;
	margin-top: -10px;
	opacity: .8;
}

@media screen and (max-width: 576px) {
	.main-early {
		background-size: auto;
		background-position: bottom left 10.5%;
		background-attachment: unset;
	}

	.main-early .box h3 {
		font-size: 1.25rem;
		max-width: 330px;
		margin: -60px auto 30px;
	}

	.main-early .box p {
		font-size: 1.1rem;
	}
}



/* 日系名店 main-shop */

.main-shop {
	padding: 6em 0;
	background: url(../images/bg-light.png), url(../images/bg-square-shop.png) repeat-x, linear-gradient(0deg, #FFFFFF 40%, #f4efea 100%);
}

.main-shop p {
	font-size: 1.1rem;
}

@media screen and (max-width: 576px) {
	.main-shop p {
		padding-right: 30px;
		padding-left: 30px;
	}
}

img.icon-sale {
	max-width: 90px;
	margin-right: 10px;
}

img.icon-percent {
	margin-bottom: 20px;
	margin-left: -5px
}

img.scalesize {
	max-width: 80px;
	margin-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
}

@media screen and (max-width: 768px) {
	img.scalesize {
		margin-top: 8px;
	}
}

@media screen and (max-width: 444px) {
	img.scalesize {
		margin-bottom: 10px;
		margin-top: 0px;
		max-width: 60px;

	}
}

.point-item.icon-shop {
	overflow: hidden;
	border: 3px solid #b83721;
	border-radius: 50em;
	width: 250px;
	height: 250px;
	margin-left: auto;
	margin-right: 0;
	box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
	background: linear-gradient(0deg, #FFFFFF 50%, #e9e7e0 100%);
}

.point-item.icon-shop .point-item-reward {
	font-size: 8rem;
	margin-top: -1rem;
	text-shadow: 3px 3px 0 #e3e2e2;
}

.point-item.icon-shop h4 {
	padding-top: 20px;
}

@media screen and (max-width: 1199px) {
	.point-item.icon-shop {
		margin-right: auto;
	}
}

@media screen and (max-width: 768px) {
	.main-shop {
		padding: 3em 0 5em;
	}

	.point-item.icon-shop {
		margin-top: 0;
		margin-bottom: 0;
	}
}

@media screen and (max-width: 576px) {
	.main-shop h4 {
		font-size: 1.25rem;
		/* line-height: 1.5; */
		padding-right: 30px;
		padding-left: 30px;
	}

	.point-item.icon-shop {
		width: 180px;
		height: 180px;
	}

	.point-item.icon-shop h4 {
		padding-top: 0;
	}

	.point-item.icon-shop .point-item-reward {
		font-size: 6rem;
	}
}

/* 日系美饌 main-eat */

.main-eat {
	padding: 6em 0;
	background-color: #f7eddf;
	background-image: url(../images/bg-wave-food.png);
	/* background-size: contain; */
	background-position: bottom right;
	background-repeat: repeat-x;
	background-attachment: fixed;
}

.main-eat h4 {
	font-weight: 600;
}

.food-box {
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 35px;
}

.food-box img {
	cursor: pointer;
	margin-top: -20px;
	cursor: pointer;
	transition: all 0.6s;
	width: 100%;
}

.food-box img:hover {
	transform: scale(1.1);
}

@media screen and (max-width: 992px) {
	.main-eat h4 {
		padding-right: 30px;
		padding-left: 30px;
	}
}

.main-eat .box {
	position: relative;
	border: 2px solid #fff;
	border-radius: 10px 10px 10px;
	background-color: #fff;
	text-align: center;
	min-height: 270px;
	margin-bottom: 2.5rem;
	background: linear-gradient(180deg, #fff 0%, #fff 95%, #f4efea 95%, #f4efea 100%);
	box-shadow: 5px 5px 0px #d4c1a4
}

@media screen and (max-width: 576px) {
	.main-eat .box {
		/* margin-right: 30px; */
		/* margin-left: 30px; */
	}

	.food-box {
		padding: 10px;
		margin-bottom: 14px;
		margin-top: 20px;
	}
	.food-box img {
		width: 100%;
	}
}

/* +++ */

@media screen and (min-width: 768px) {
	.main-eat .md-w5 {
		width: 20%;
	}

	.main-eat .md-w4 {
		width: 25%;
	}
}

.main-eat .box::before {
	content: '';
	background-image: url(../images/icon-food.png);
	position: absolute;
	width: 36px;
	height: 44px;
	/* bottom: 45px; */
	/* right: 20px; */
	bottom: 0;
	right: 5px;
}

.main-eat .box.hotel::before {
	background-image: url(../images/icon-hotel.png);
}

.main-eat .box h3 {
	font-size: 1.25rem;
	line-height: 1.5;
}

.main-eat .box .txt-sm {
	font-size: 1.1rem;
}

@media screen and (max-width: 576px) {
	.main-eat .box .txt-sm {
		padding-right: 30px;
		padding-left: 30px;
		line-height: 1.6;
	}
}

@media screen and (max-width: 1199px) {
	.main-eat {
		background-position: bottom -30% right 20%;
	}
}

@media screen and (max-width: 991px) and (min-width: 768px) {
	.main-eat {
		background-position: bottom 0% right 20%;
	}

	.main-eat .box {
		min-height: 250px;
	}

	.main-eat .box h3 {
		font-size: .9rem;
	}

	.main-eat .box h3 .reward {
		font-size: 120%;
	}
}

@media screen and (max-width: 768px) {
	.main-eat h4 {
		line-height: 1.5;
	}
}

@media screen and (max-width: 576px) {
	.main-eat .box {
		min-height: unset;
		min-height: 250px;
		margin-bottom: 1rem;
	}

	.main-eat .box h3 {
		line-height: 1.2
	}
}

/* bk-wine */

.main-pay.bk-wine {
	background-color: #fff;
}

/* main-pay */

.main-pay {
	/* background: #eaecf6; */
}

.main-pay .box {
	background-color: transparent;
	border: transparent;
}

/* main-ec */

.main-ec .box p a {
	color: #323232;
	font-weight: 400;
}

/* main-ec + main-pay */

.main-pay,
.main-ec {
	padding: 5em 0;
}

.main-pay {
	padding-bottom: 5em;
}

.main-pay .box p,
.main-ec .box p {
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 1.4;
}

@media screen and (max-width: 768px) {

	.main-pay .box p,
	.main-ec .box p {
		padding-right: 20px;
		padding-left: 20px;
	}
}

.main-pay .img-shadow {
	/* box-shadow: -30px 30px 0px #ffffff88;
	box-shadow: -30px 30px 0px #eaecf6; */
	width: 80%;
}

.main-ec .img-shadow {
	box-shadow: -30px 30px 0px #f4efea;
}

@media screen and (max-width: 1199px) {
	.main-ec {
		background-position: bottom right 50%;
		background-size: cover;
	}
}

@media screen and (max-width: 768px) {
	.main-ec {
		background-attachment: scroll;
	}

	.main-ec .box {
		background-color: rgba(255, 255, 255, 0.9);
	}

	.main-pay .img-shadow,
	.main-ec .img-shadow {
		margin-bottom: 50px;
	}

	.main-pay h3,
	.main-ec h3 {
		font-size: 1.5rem;
	}
}

/* 好禮專區 main-gift */

.main-gift {
	background-color: #f4efea;
	padding: 3em 0;
	background-size: contain;
	background-image: url(../images/bg-jp-fuji-bottom.png);
	/* background-position: bottom; */
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.main-gift .box {
	/* margin: 0px 5em; */
	margin-bottom: 50px;
	padding: 3rem 1rem 2em;
	text-align: center;
	min-height: 315px;
	box-shadow: 1px 1px 10px 0 #dddddd;
}

.main-gift .box.box_Gift {
	min-height: 280px;
	margin-top: 24px;
}

.main-gift .box h3 {
	font-weight: 600;
	color: #87561b;
}

.main-gift .box h3 img {
	width: 35px;
	vertical-align: text-bottom;
	margin-right: 5px;
}

@media screen and (max-width: 1200px) {
	.main-gift .box {
		/* margin: 0; */
		min-height: unset;
	}
}

@media screen and (max-width: 768px) {
	.main-gift .box {
		min-height: unset;
	}
}

/* 權益活動 .main-rights */

.main-rights {
	padding: 3em 0;
	background-color: #fff;
}

.main-rights .box {
	width: 48%;
	padding: .75rem 5px;
	margin: 15px 10px;
	font-weight: 600;
	background-color: transparent;
	border: transparent;
}

.main-rights .box h3 {
	font-weight: 600;
	color: #04496c;
	position: relative;
	/* margin-left: 10px; */
	border-bottom: 1px solid #ead398;
}

@media screen and (min-width: 1199px) {
	.main-rights .box:nth-of-type(3) p {
		margin-bottom: 65px;
	}
}

.main-rights .box h3 img {
	width: 35px;
	margin-right: 5px;
	margin-bottom: 10px;
}

.main-rights a {
	color: #323232;
	transform: .3s;
}

.main-rights p a:hover {
	color: #ca8314;
}

.main-rights .btn {
	color: #ffffff;
}

.main-rights .high-light {
	color: #ca8314;
}

@media screen and (max-width: 1199px) {
	.main-rights .box {
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.main-rights .box {
		width: 100%;
	}
}

@media screen and (max-width: 576px) {
	.main-rights .box p {
		padding-right: 30px;
		padding-left: 30px;
	}
}

@media screen and (max-width: 560px) {
	.main-rights .box h3 {
		font-size: 1.25rem;
		text-align: center;
		margin-right: 20px;
		margin-left: 20px;
	}

	.main-rights .box p {
		font-size: 1.1rem;
		margin-bottom: .5rem;

	}
}

/* 更多優惠 main-more*/



.main-more {
	background-color: #f4efea;
	padding: 3em 0;
	background-size: contain;
	background-image: url(../images/bg-jp-fuji-bottom.png);
	/* background-position: bottom; */
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.main-more h3 {
	font-size: 2rem;
	letter-spacing: 3px;
	text-indent: 3px;
}

.main-white {
	padding: 2em 0;
	background-color: #fff;
}

/* box */

/* .box {
	background-color: #fff;
	border: 2px solid #fff;
	padding: 0 10px 15px;
} */
.box .box-title {
	font-size: 1.25rem;
	text-align: center;
	color: #0f4e72;
	color: #fff;
	background-color: #0f4e72;
	border-radius: 5em;
	line-height: 2;
}

.box p {
	font-size: 1.25rem;
	padding-left: 10px;
	padding-right: 10px;
}

/* 
數存 */

.section-heading {
	width: 100%;
	clear: both;
}

p.block3-p {
	color: #595757;
	font-size: 18px;
	margin-bottom: 0;
	text-align: center;
}

.limited_time {
	position: relative;
}

.limited_time_btn {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 30px;
}

@media screen and (max-width: 768px) {
	.btn-lg.btn_lt {
		font-size: 1rem;
		padding: 0.3rem 0.5rem;
	}

	.limited_time_btn {
		bottom: 10px;
	}
}

/*
swiper LINEPAY*/

/*
  --- mainAct ---*/

.mainAct {
	padding-top: 14px;
	padding-bottom: 30px;
}

.mainAct a:hover {
	text-decoration: none;
}

.mainAct .list-group {
	flex-direction: row;
	justify-content: center;
}

.mainAct .list-group-item {
	border: 1px solid #FFFFFF;
	border-radius: 10px;
	color: #09b7c8;
	font-weight: bold;
	text-align: center;
	max-width: 200px;
	margin: 10px 12px;
	padding: .25rem .75rem;
}

.mainAct .list-group-item.active {
	background-color: #09b7c8;
	border-color: #09b7c8;
	color: #FFFFFF;
}

.mainAct .list-group-item+.list-group-item.active {
	margin: 10px 12px;
}

.mainAct .list-group-item span {
	padding-left: 3px;
	padding-right: 3px;
	font-size: 1.3rem;
}

@media screen and (max-width: 560px) {
	.mainAct .list-group-item {
		margin: 10px 5px;
		padding: .25rem .75rem;
	}

	.mainAct .list-group-item+.list-group-item.active {
		margin: 10px 5px;
	}
}

/* 圖片切換 lg/sm */

.img-lg {
	display: block;
}

.img-sm {
	display: none;
}

@media screen and (max-width: 768px) {
	.mainAct .list-group {
		flex-wrap: wrap;
	}

	.swiper-container {
		padding: 0 0 1.25rem;
	}

	.swiper-button-prev,
	.swiper-button-next {
		height: auto;
		width: auto;
		background-color: transparent;
	}

	.swiper-button-prev {
		left: 10px;
	}

	.swiper-button-next {
		right: 10px;
	}
}

@media screen and (max-width: 768px) {

	/* 圖片切換 lg/sm */
	.img-lg {
		display: none;
	}

	.img-sm {
		display: block;
	}
}

@media screen and (max-width: 560px) {
	.mainAct {
		margin-bottom: 0;
	}
}

/*
  ----- Swiper -------------------------------*/

/* 0908 微調.buttonforSW樣式/位置  */

.buttonforSW:active,
.buttonforSW:visited {
	/* color: #434343; */
}

.buttonforSW,
.buttonforSW:visited {
	color: #009dad;
	border: 1px solid #009dad;
	/* background-color: #f2feff; */
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
	/* border-radius: 0.2rem; */
}

.buttonforSW:hover,
.buttonforSW:focus,
.buttonforSW:active {
	color: rgba(255, 79, 0, 1.00);
	/* background-color: transparent; */
	border-color: rgba(255, 171, 107, 1.00);
	border-width: thin;
}

/* .buttonforSW:active,.buttonforSW:visited{
    color: #434343;
    border-color: rgba(183,183,183,1.00);
    border-width: thin;
} */

@media screen and (max-width: 992px) {
	.buttonforSW {
		/* position: absolute; */
		margin-top: 30px;
		padding: 3px 10px;
		text-align: center;
		line-height: 24pt;
		font-size: 13px;
		font-weight: bold;
		/* border: 1px solid #ccc; */
		/* color: #434343; */
		background-color: #fff;
	}

	.buttonforV {
		padding: 8px 25px;
	}
}

@media screen and (max-width: 768px) {
	.buttonforSW {
		margin-top: 30px;
		padding: 10px 20px;
		text-align: center;
		line-height: 24pt;
		font-size: 14px;
		font-weight: bold;
		/* border: 1px solid #ccc; */
		/* color: #434343; */
		background-color: #fff;
	}
}

@media screen and (max-width: 575px) {
	.buttonforSW {
		padding: 3px 10px;
	}

	.buttonF {
		position: relative;
		top: -120px;
		margin-top: 30px;
		padding-top: 10px;
		padding-right: 10px;
		padding-left: 10px;
		padding-bottom: 10px;
		text-align: center;
		line-height: 24pt;
		font-size: 13px;
		color: #434343;
		background-color: #fff;
		border: 0px solid #ccc;
	}

	.buttonF:hover,
	.buttonF:focus {
		color: #009999;
		font-size: 14px;
	}
}

@media screen and (max-width: 360px) {

	.buttonG,
	.buttonforSW,
	.buttonforV {
		font-size: 12px;
	}
}

.swiper-container {
	padding: 0 4rem 1.25rem;
}

.swiper-container ul {
	list-style: none;
	padding-inline-start: 0;
}

/* 無滑動區塊 no-swiper-wrapper */

.no-swiper-wrapper {
	padding: 0 4rem 1.25rem;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide .item,
.no-swiper-wrapper {
	/*  outline: 1px solid red;*/
	text-align: center;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.swiper-wrapper .item img,
.no-swiper-wrapper img {
	width: 100%;
	flex-shrink: 0;
	/*for IE 不收縮*/
	position: relative;
}

/* 定位按鈕 item-btn */

.swiper-wrapper .item .item-btn,
.no-swiper-wrapper .item-btn {
	/*for IE 用定位*/
	position: absolute;
	/* left: 180px;
    top: 300px;
    bottom: 0; */
	left: 210px;
	bottom: 30px;
	margin: auto;
	width: 100%;
}

@media screen and (max-width: 1200px) {

	.swiper-wrapper .item .item-btn,
	.no-swiper-wrapper .item-btn {
		left: 140px;
		bottom: 25px;
	}
}

@media screen and (max-width: 992px) {

	.swiper-wrapper .item .item-btn,
	.no-swiper-wrapper .item-btn {
		left: 110px;
		bottom: 20px;
	}
}

@media screen and (max-width: 768px) {

	.swiper-wrapper .item .item-btn,
	.no-swiper-wrapper .item-btn {
		left: initial;
		bottom: 30px;
	}
}

@media screen and (max-width: 520px) {

	.swiper-wrapper .item .item-btn,
	.no-swiper-wrapper .item-btn {
		left: 0px;
		top: 530px;
	}
}

@media screen and (max-width: 480px) {

	.swiper-wrapper .item .item-btn,
	.no-swiper-wrapper .item-btn {
		left: 0px;
		top: 490px;
	}
}

@media screen and (max-width: 450px) {

	.swiper-wrapper .item .item-btn,
	.no-swiper-wrapper .item-btn {
		left: 0px;
		top: 465px;
	}
}

@media screen and (max-width: 435px) {

	.swiper-wrapper .item .item-btn,
	.no-swiper-wrapper .item-btn {
		left: 0px;
		top: 430px;
	}
}

@media screen and (max-width: 415px) {

	.swiper-wrapper .item .item-btn,
	.no-swiper-wrapper .item-btn {
		left: 0px;
		top: 410px;
	}
}

@media screen and (max-width: 400px) {

	.swiper-wrapper .item .item-btn,
	.no-swiper-wrapper .item-btn {
		left: 0px;
		top: 400px;
	}
}

@media screen and (max-width: 390px) {

	.swiper-wrapper .item .item-btn,
	.no-swiper-wrapper .item-btn {
		left: 0px;
		top: 380px;
	}
}

@media screen and (max-width: 390px) {

	.swiper-wrapper .item .item-btn,
	.no-swiper-wrapper .item-btn {
		left: 0px;
		top: 380px;
	}
}

@media screen and (max-width: 375px) {

	.swiper-wrapper .item .item-btn,
	.no-swiper-wrapper .item-btn {
		left: 0px;
		top: 360px;
	}
}

@media screen and (max-width: 360px) {

	.swiper-wrapper .item .item-btn,
	.no-swiper-wrapper .item-btn {
		left: 0px;
		top: 345px;
	}
}

@media screen and (max-width: 345px) {

	.swiper-wrapper .item .item-btn,
	.no-swiper-wrapper .item-btn {
		/* bottom: 0; */
		margin: auto;
		width: 100%;
		top: 315px;
	}
}

@media screen and (max-width: 320px) {

	.swiper-wrapper .item .item-btn,
	.no-swiper-wrapper .item-btn {
		/* bottom: 0; */
		margin: auto;
		width: 100%;
		top: 310px;
	}
}

/* 無滑動區塊底部少了Pagination點點,定位按鈕需墊高 */

.no-swiper-wrapper .item-btn {
	bottom: 1rem;
}

.swiper-slide .btn,
.no-swiper-wrapper .btn {
	bottom: 0;
}

.swiper-button-prev,
.swiper-button-next {
	top: 0;
	font-weight: bold;
	height: 100%;
	width: 4rem;
	/* background-color: rgba(255, 255, 255, 0.8); */
}

.swiper-button-prev {
	left: 0;
}

.swiper-button-next {
	right: 0;
	text-align: right;
}

@media screen and (max-width: 991px) {
	.swiper-container {
		padding: .1rem 1.75rem 1.25rem;
	}

	.swiper-container ul {
		margin-bottom: 50px;
	}

	.no-swiper-wrapper {
		flex-wrap: wrap;
	}

	.no-swiper-wrapper .item {
		min-width: 280px;
		min-height: 100px;
	}

	.swiper-button-next,
	.swiper-button-prev {
		display: block;
		top: 45%;
		height: 5%;
		width: 1.75rem;
	}

	.swiper-button-prev:after,
	.swiper-button-next:after {
		font-size: 1.75rem;
	}
}

@media screen and (max-width: 768px) {
	.swiper-container {
		padding: .1rem 1.75rem 0rem;
	}

	.swiper-container ul {
		margin-bottom: 40px;
	}

	.no-swiper-wrapper li {
		margin-bottom: 60px;
	}
}

/*
    --- Swiper end -------------------------------*/

/* 
    --- sticky navbar -------------------------------*/

/* Navbar links */

#navbar {
	/* background-color: #d4d7ec; */
	position: relative;
	z-index: 5;
	/* margin-top: 20px;
	margin-bottom: 70px; */
	/* max-width: 100vw; */
}

#navbar::after {
	content: '';
	/* background-image: url(../images/bg-edge_02.gif); */
	position: absolute;
	height: 130px;
	width: 100%;
	bottom: -80px;
}

@media only screen and (max-width: 1400px) {
	/* #navbar::after {bottom: -120px;} */
}

@media only screen and (max-width: 768px) {
	#navbar::after {
		height: 80px;
		bottom: -75px;
		background-position: right 25% bottom;
	}
}

#navbar .navbar {
	background-color: transparent;
	-webkit-transition: .5s;
	transition: .5s;
	z-index: 5;
}

@media screen and (max-width: 768px) {
	#navbar .navbar {
		padding-right: 20px;
		padding-left: 20px;
		padding-top: 5px;
	}
}

@media screen and (max-width: 395px) {
	#navbar .navbar {
		padding-right: 8px;
		padding-left: 8px;
		padding-top: 5px;
	}
}

@media screen and (max-width: 340px) {
	#navbar .navbar {
		padding-right: 20px;
		padding-left: 20px;
		padding-top: 5px;
	}
}

#navbar a {
	display: flex;
	justify-content: center;
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: 2.25rem;
	padding-right: .25rem;
	color: #000000;
	font-size: 1.2rem;
	font-weight: 600;
	text-decoration: none;
	text-align: center;
	position: relative;
	border-bottom: 2px dotted transparent;
	transition: 0.25s;
}

#navbar a::before {
	content: '';
	background-image: url(../images/icon-fan.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 60px;
	height: 25px;
	position: absolute;
	top: 15px;
	left: -8px;
	transform: rotate(0deg);
	transition: 0.25s;
}

#navbar a:hover {
	padding-bottom: .2rem;
	border-bottom: 2px dotted #FFFFFF;
}

#navbar a:hover:before {
	top: 18px;
	transform: rotate(30deg);
}

#navbar.sticky {
	position: fixed;
	margin-top: 0;
	background-color: rgba(255, 255, 255, 0.95);
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
	border-bottom: 2px solid #da9732;
	-webkit-animation: slideDown 1s;
	animation: slideDown 1s;
}

#navbar.sticky::after {
	display: none;
}

#navbar.sticky a:hover {
	border-bottom: 2px dotted #d4c1a4;
}

@keyframes slideDown {
	from {
		top: -100px;
	}

	to {
		top: 0;
	}
}

@keyframes slideUp {
	from {
		bottom: -100px;
	}

	to {
		bottom: 0;
	}
}

/* Page content */

/* .content {padding: 16px;} */

/* The sticky class is added to the navbar with JS when it reaches its scroll position */

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */

/* .sticky + .content {
    padding-top: 60px;
  } */

@media screen and (max-width: 991px) {
	#navbar a {
		font-size: 1rem;
	}

	#navbar a::before {
		top: 10px;
		width: 32px;
	}

	#navbar a:hover:before {
		top: 10px;
	}
}

@media screen and (max-width: 768px) {
	#navbar a {
		font-size: .75rem;
		flex-wrap: wrap;
		padding-top: 1.75rem;
		padding-left: 0;
		padding-right: 0;
		line-height: 1.2;
	}

	#navbar a::before {
		top: 3px;
		left: 50%;
		opacity: 1;
		transform: translateX(-50%);
	}

	#navbar a:hover:before {
		top: 5px;
		left: 50%;
		transform: translateX(-50%);
	}

	#navbar.sticky {
		margin-bottom: 0;
		background-color: rgba(255, 255, 255, 0.9);
		-webkit-box-shadow: 3px 0 3px rgba(0, 0, 0, 0.1);
		box-shadow: 3px 0 3px rgba(0, 0, 0, 0.1);
		-webkit-animation: slideUp 1s;
		animation: slideUp 1s;
	}

	.sticky {
		top: auto;
		bottom: 0;
	}
}

@media screen and (max-width: 576px) {
	#navbar {
		margin-top: 0px;
	}
}

@media screen and (max-width: 340px) {
	#navbar a {
		display: initial;
		font-size: .5rem;
	}
}

/* modal-header */

.modal-header {
	background-color: #CA8314;
}

.modal-title {
	font-size: 1.2rem;
	color: #FFFFFF;
}

.close {
	font-size: 2rem;
	line-height: .75;
}

/* modal-body */

@media screen and (max-width: 576px) {

	.modal-body .table td,
	.modal-body .table th {
		font-size: .7rem;
		padding: 0.25rem;
	}

	.modal-body .btn.btn-lg {
		min-width: 80px;
	}
}

/* navbarNavDropdown */

/* 
@media screen and (max-width: 576px){
	#navbarNavDropdown{
		display: none;
	}
}


#navbarNavDropdown .dropdown-toggle::after {
	content: none;
}
#navbarNavDropdown .dropdown-menu {
	border: 1px solid #bb313e;
}
@media screen and (max-width: 768px) {
	#navbarNavDropdown .navbar-nav .dropdown-menu {
		position: absolute;
	}
	#navbarNavDropdown .btn {
		margin-right: 0.5rem;
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
}
@media screen and (max-width: 576px) {
	#navbarNavDropdown .btn {
		margin-top: 0;
		margin-right: 0.25rem;
		padding-left: 0.25rem;
		padding-right: 0.25rem;
		padding-top: 0.25rem;
		padding-bottom: .25rem;
	}
} */


/* btn_goTop */
.goTop {
	font-weight: 600;
	font-size: 1rem;
	padding: 15px;
	border-radius: 50em;
	border: 2px solid #393e46;
	color: #393e46;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.2);
	position: fixed;
	right: 1rem;
	bottom: 1.875rem;
	cursor: pointer;
	-webkit-transform: translateY(120px);
	transform: translateY(120px);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: .7;
	z-index: 10;
}

.goTop:after {
	content: "TOP";
}

.goTop:hover {
	background-color: #393e46;
	color: #ffffff;
	opacity: 1;
}

.goTop:focus {
	outline: none;
}

.goTop.active {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: .6s;
	transition: .6s;
	height: auto;
}

@media screen and (max-width: 768px) {
	.goTop {
		right: .75rem;
		bottom: 8rem;
	}
}

/* btn_立即申辦 */

.btn_apply-card {
	font-weight: 600;
	font-size: 1rem;
	padding: 1rem .5rem;
	text-align: center;
	line-height: 1.2;
	/* border-radius: 20px 0 0 20px; */
	border-top-left-radius: 20px;
	border: 2px solid #393e46;
	color: #ffffff;
	background-color: #393e46;
	position: fixed;
	right: 0;
	/* bottom: 20rem; */
	bottom: 26.5rem;
	width: 2.6rem;
	cursor: pointer;
	-webkit-transform: translateY(120px);
	transform: translateY(120px);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: .8;
	z-index: 10;
}

.btn_apply-card.show {
	right: 160px;
	opacity: 1;
}

.btn_apply-card:after {
	content: "立即申辦";
}

.btn_apply-card:before {
	content: '';
	background-image: url(../images/icon-bird-s.png);
	position: absolute;
	width: 100px;
	height: 72px;
	top: -47px;
	right: -50px;
	transform: translateX(50px) translateY(20px);
	transition: .8s;
	opacity: 0;
}

.btn_apply-card:hover {
	background-color: #393e46;
	color: #ffffff;
	opacity: 1;
}

.btn_apply-card:hover:before {
	transform: translateX(-15px) translateY(-10px);
	opacity: 1;
}

.btn_apply-card:focus {
	outline: none;
}

.btn_apply-card .dropdown-menu {
	display: block;
	height: 113px;
	top: -2px;
	left: auto;
	right: -180px;
	padding: 0;
	margin: 0;
	border: 1px solid #393e46;
	border-radius: 0;
	opacity: 1;
}

.btn_apply-card .dropdown-item {
	padding: .75rem 1.5rem;
	line-height: 2;
}

.btn_apply-card .dropdown-item:hover,
.btn_apply-card .dropdown-item:focus {
	color: #ffffff;
	background-color: #393e46;
}



/* btn 立即申辦 */

.btn_travelgo_t {
	font-weight: 600;
	font-size: 1rem;
	text-align: center;
	line-height: 1.2;
	border-top-left-radius: 20px;
	color: #ffffff;
	border: 2px solid #393e46;
	background-color: #393e46;
	position: fixed;
	right: 0;
	bottom: 19rem;
	width: 2.6rem;
	opacity: 1;
	z-index: 10;
}

.btn_travelgo_t:hover {
	border: 2px solid #393e46;
	background-color: #393e46;
	opacity: .8;
}

.btn_travelgo_t a {
	display: block;
	padding: 1rem .5rem;
}



/* btn 首刷禮查詢 */

.btn_travelgo {
	font-weight: 600;
	font-size: 1rem;
	text-align: center;
	line-height: 1.2;
	border-bottom-left-radius: 20px;
	color: #ffffff;
	border: 2px solid #393e46;
	background-color: #393e46;
	position: fixed;
	right: 0;
	bottom: 10.8rem;
	width: 2.6rem;
	opacity: 1;
	z-index: 10;
}

.btn_travelgo:hover {
	border: 2px solid #393e46;
	background-color: #393e46;
	opacity: .8;
}

.btn_travelgo a {
	display: block;
	padding: 1rem .5rem;
}

/* faq */

.main-faq {
	padding: 3rem 0;
}

.btn-block {
	display: block;
	width: 100%;
}

.accordion .card {
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid #eaecf6 !important;
}

.accordion .card-header {
	padding: 0;
	background-color: #f7eddfa6;
	/* border-bottom: 1px solid rgba(0,0,0,.125); */
	border-bottom: 0;
	border-radius: 0;
}



/* .accordion .card-header .btn:hover,
.accordion .card-header .btn:active,
.accordion .card-header .btn:focus,
[aria-expanded="true"] {
	background: #CA8314 !important;
	color: #fff !important;
} */

.bg-light {
	background-color: #f7eddfa6 !important;
	padding: 2px 0 2px 8px;
	margin-right: 5px;
	border-radius: 3px;
}

/* faq-arrow */

.card-header .btn::before {
	content: " ▼ ";
	display: inline-block;
	transform: rotate(0deg);
	transition: .15s;
	color: #fff;
	margin-right: 10px;
}

.card-header .collapsed.btn::before {
	transform: rotate(-90deg);
	color: #CA8314;
}

/* +++ 20220908 吉時行樂/快閃活動 main-act-flash */

.main-act-flash {
	padding: 3em 0 0;
	z-index: 3;
}

.main-act-flash-bg {
	padding: 3em 1rem;
	border-radius: 8px;
	background: url(../images/bg-light.png), linear-gradient(210deg, #FFFFFF 20%, #fff0e1 100%);
}

.main-act-flash-bg2 {
	padding: 3em 1rem;
	border-radius: 8px;
	background: url(../images/bg-light.png), url(../images/bg-square-shop.png)repeat-x, linear-gradient(0deg, #FFFFFF 40%, #fff0e1 100%);
}

.main-act-flash .icon-percent {
	/* 吉 */
	margin-right: -5px;
}

.main-act-flash .box {
	border-radius: 8px;
	text-align: center;
	padding: 2rem 1rem;
	box-shadow: 0px 3px 10px 1px rgb(200, 190, 190);
	position: relative;
}

.main-act-flash .box::after {
	/* 首波強檔 */
	content: '';
	position: absolute;
	background: url(../images/icon-act.png);
	background-size: contain;
	width: 150px;
	height: 150px;
	top: -50px;
	left: -50px;
	/* transform: rotate(-20deg); */
}

.main-act-flash-bg::before {
	/* 已額滿 */
	/* content: ''; */
	position: absolute;
	background: url(../images/icon-soldout.png);
	background-size: contain;
	width: 150px;
	height: 150px;
	top: -50px;
	left: -50px;
	transform: rotate(-20deg);
}

@media screen and (max-width: 1199px) {
	.main-act-flash .box::before {
		left: -90px;
	}
}

@media screen and (max-width: 991px) {
	.main-act-flash .box::after {
		width: 110px;
		height: 110px;
		left: -60px;
	}

	.main-act-flash .box::before {
		width: 110px;
		height: 110px;
		left: -60px;
	}
}

@media screen and (max-width: 768px) {
	.main-act-flash .box::after {
		width: 90px;
		height: 90px;
		top: -40px;
		left: -15px;
	}

	.main-act-flash .box::before {
		top: -70px;
		left: -20px;
	}
}

@media screen and (max-width: 576px) {
	.main-act-flash .box::after {
		width: 90px;
		height: 90px;
		top: -40px;
		left: -15px;
	}

	.main-act-flash .box::before {
		width: 90px;
		height: 90px;
		top: -40px;
		left: -15px;
	}

	.main-act-flash h4 {
		font-size: 1.3rem;
		line-height: 1.5;
	}
}

.main-act-flash table {}

.main-act-flash table th {
	font-size: 1.25rem;
	font-weight: normal;
	color: #fff;
	vertical-align: middle;
}

.main-act-flash .table-bl th {
	background-color: #006090;
}

.main-act-flash .table-gl th {
	background-color: #ca8314;
}

.main-act-flash table td {
	vertical-align: middle;
	background: linear-gradient(180deg, #FFFFFF 0%, #e9e7e0 100%);
}

.main-act-flash table td .reward-xl {
	font-size: 250%;
}

@media screen and (max-width: 768px) {
	.main-act-flash table th {
		font-size: 1rem;
	}
}

/*--------cardIntroBox-----------------------*/

#Money6000 {
	/* background-color: #d0e8f7; */
	padding-top: 50px;
	/* padding-bottom: 50px; */
}

#Money6000 h2 {
	font-size: 2.5rem;
	font-weight: bold;
	color: #04496c;
	letter-spacing: 5px;
	text-align: center;
	margin-bottom: 0;
}

#Money6000 h3 {
	font-size: 28pt;
	font-weight: bold;
	color: #0090bb;
	letter-spacing: 5px;
	text-align: center;
}

#Money6000 h3 span {
	font-size: 42pt;
	color: #ff0000;
	letter-spacing: 0px;
}

#Money6000 h4 {
	font-size: 15pt;
	color: #2E2E2E;
	text-align: center;
}

.Money6000_Box {
	padding: 40px;
	border-radius: 30px;
	background-color: #ffffff;
	border: 2px solid #0090bb;
	margin: 20px auto;
	text-align: left;
}

.Money6000_Box p {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.8;
	color: #64645f;
	text-indent: -32px;
	padding-left: 36px;
	text-align: left;
}

.Money6000_text {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	color: #000000;
	padding: 0 30px;
}

.Money6000_text span {
	font-size: 36px;
	font-weight: bold;
	color: #ff0000;
}

.Money6000_text small {
	display: block;
	text-align: center;
	font-size: 14px;
	margin-top: 15px;
	color: #8a8a8a;
}

.Money6000_btn {
	font-size: 16pt;
	line-height: 1.1;
	color: #ffffff;
	background-color: #0090bb;
	border-radius: 40px;
	display: inline-block;
	padding: 10px 20px;
	margin-top: 20px;
}

.Money6000_btn:hover,
.Money6000_btn:active,
.Money6000_btn:focus,
.Money6000_btn:visited {
	color: #ffffff;
	background-color: #04496c;
}

@media screen and (max-width: 768px) {
	#Money6000 {
		padding-top: 0px;
		padding-bottom: 40px;
	}

	#Money6000 h2 {
		font-size: 28pt;
	}

	#Money6000 h3 {
		font-size: 28pt;
	}

	#Money6000 h3 span {
		font-size: 38pt;
	}

	.Money6000_Box {
		padding: 15px;
	}

	.Money6000_text {
		font-size: 28px;
		padding: 0px;
	}

	.Money6000_text span {
		font-size: 38px;
	}

	.Money6000_btn {
		font-size: 15pt;
		border-radius: 40px;
		padding: 8px 20px;
		margin-top: 20px;
	}
}

p.font-weight-bold {
	font-weight: bold;
	color: #64645f;
}

/* -------------New Activity---------------- */

#add_Act01 {
	padding: 3em 0;
}

@media screen and (max-width: 576px) {
	#add_Act01 {
		padding: 0 0 1.5em;
	}
}

.add_Act_CTN {
	padding: 40px;
	border-radius: 30px;
	background-color: #ffffff;
	border: 2px solid #ca8314;
	margin: 20px auto;
	text-align: left;
}

.add_Act_CTN h4 {
	font-weight: bold;
	line-height: 1.6;
}

@media screen and (max-width: 576px) {
	.add_Act_CTN h4 {
		font-size: 1.25rem;
		line-height: 1.5;
	}
}

.add_Act_h4 {
	color: #ca8314;
}

.add_Act_CTN p {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.8;
	color: #64645f;
	text-indent: -32px;
	padding-left: 36px;
	text-align: left;
}

@media screen and (min-width: 769px) and (max-width: 992px) {
	.content_p {
		height: 500px;
	}
}

@media screen and (max-width: 768px) {
	.content_p1 {
		padding-top: 20px;
	}
}

@media screen and (max-width: 576px) {
	.content_p1 {
		padding-top: 30px;
	}
}


@media screen and (max-width: 768px) {
	.colnewstyle {
		padding-right: 0;
	}
}

@media screen and (max-width: 576px) {
	#main-pay {
		padding-top: 0em;
		padding-right: 30px;
		padding-left: 30px;
	}
}

@media screen and (max-width: 576px) {
	ol.jpbeerlist {
		padding-right: 40px;
		padding-left: 40px;
	}
}

.gift_A {
	width: 75%;
	padding-top: 10px;
}

.gift_B {
	width: 60%;
	/* max-width: 180px; */
	/* padding-top: 20px; */
	/* padding-bottom: 20px; */
}

.gift_C {
	width: 80%;
	padding-bottom: 20px;
}

.illustrate {
	text-align: left;
	padding: 0 77px;
	line-height: 1.5;
}

@media screen and (max-width: 1200px) {
	.gift_A {
		width: 75%;
	}
}

@media screen and (max-width: 991px) {
	.gift_A {
		width: 60%;

	}

	.gift_B {
		width: 50%;
	}

	.gift_C {
		padding-bottom: 0px;
	}

	.illustrate {
		padding: 0 229px;
	}
}

@media screen and (max-width: 768px) {
	.gift_A {
		width: 60%;
		margin-bottom: 25PX;
		MARGIN-TOP: 10px;
	}

	.gift_C {
		max-width: 280px;
		padding-bottom: 20px;
	}

	.illustrate {
		padding: 0 139px;
	}
}

@media screen and (max-width: 576px) {
	.gift_A {
		width: 80%;
		margin-bottom: 25PX;
		MARGIN-TOP: 10px;
	}

	.gift_B {
		width: 60%;
	}

	.illustrate {
		padding: 0 30px;
	}
}

.outlineforgift {
	border-right: 1px solid #e6e6e6;
	margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
	.outlineforgift {
		border-right: 0px solid #e6e6e6;
	}
}

.main-title-date.newDesign {
	font-size: 15PX;
	line-height: 24pt;
	margin-top: -20px;
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
	color: #000;
}

p.forlg-md {
	text-align: left;
	padding-bottom: 10px;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
	p.forlg-md {
		padding-right: 20px;
		padding-left: 20px;
	}
}

.tableforNewDesign {
	line-height: 20pt;
}

.earlygiftBigTitle {
	/* color: #04496c; */
	/* font-weight: bold; */

}

.forgiftSpec {
	position: absolute;
	right: 60px;
	text-align: left;
	bottom: -45px;
	line-height: 1.2;
}

@media screen and (max-width: 1400px) {
	.forgiftSpec {
		position: absolute;
		right: 20px;
		text-align: left;
		/* bottom: -5px; */
		/* top: 50px; */

	}
}


@media screen and (max-width: 1200px) {
	.forgiftSpec {
		right: 57px;
		bottom: -45px
	}
}

@media screen and (max-width: 992px) {
	.forgiftSpec {
		position: relative;
		text-align: center;
		line-height: 1.4;
		bottom: -2px;
		right: 1px;
	}
}


#main-plan{
	background:linear-gradient(#FFFFFF, #efefef);
	/* background-color: #efefef; */
	/* 2025.03.24 */
}
.main-plan {
	padding: 5em 0 4em;
	/* padding: 5em 0 1em; *//* 2025.03.24 */
	/* background-color: #fff9f0; */
}

.main-plan2 {
	padding: 5em 0 5em;
	background: linear-gradient(0deg, #f7eddf, #fff);
}


@media screen and (max-width: 576px) {
	.main-plan {
		padding: 0;
	}
}


.tableforNewDesignPlan th,
.tableforNewDesignPlan td {
	padding: 28px 20px 25px;
	font-size: 1.25rem;
}

@media screen and (max-width: 1200px) {

	.tableforNewDesignPlan th,
	.tableforNewDesignPlan td {
		padding: 28px 5px 25px;
		font-size: initial;
	}
}

@media screen and (max-width: 576px) {

	.tableforNewDesignPlan th,
	.tableforNewDesignPlan td {
		padding: 18px 5px 15px;
		font-size: initial;
	}
}

@media screen and (max-width: 414px) {

	.tableforNewDesignPlan th,
	.tableforNewDesignPlan td {
		padding: 12px 5px 10px;
		line-height: 16pt;
		font-size: 0.8rem;
	}
}

@media screen and (max-width: 350px) {

	.tableforNewDesignPlan th,
	.tableforNewDesignPlan td {
		padding: 8px 5px 5px;
		line-height: 15pt;
		font-size: .75rem;
	}

}

@media screen and (min-width: 992px) {
	.tableWidthSmall {
		padding-right: 60px;
		padding-left: 60px;
	}
}


.rewardNew {
	/* font-family: Arial,"微軟正黑體", "Microsoft JhengHei",  Geneva,sans-serif; */
	font-size: 200%;
}

.rewardNewBig {
	font-size: 320%;
}

@media screen and (max-width: 375px) {
	.rewardNewBig {
		font-size: 250%;
	}
}

.rewardNewColor {
	color: #e33a1c;
}

/* .table-bordered{
	border-color:#fff;
} */


#mainshopLogo {
	/* display: block;	 */
	width: 1200px;
}

#mainshopLogo_m {
	display: none;
}

@media screen and (max-width: 992px) {
	#mainshopLogo {
		display: none;
	}

	#mainshopLogo_m {
		display: block;
	}
}


/* 活動內容卡片固定置上 */
#card-fixed-top {
	display: block;
	position: sticky;
	top: 39px;
	z-index: 1;
	padding-top: 15px;
	padding-bottom: 35px;
	text-align: center;
}

@media screen and (max-width: 768px) {
	#card-fixed-top {
		top: 0px;
		padding-top: 0;
	}

	#card-fixed-top img {
		width: 500px;
	}
}

h2.moresubtitle {
	color: #87561b;
	text-shadow: 2px 2px 0px #fff;
	/* border-bottom: 3px dashed #c7b06a; */
	padding-bottom: 10px;
	font-size: 2.35rem;
}

@media screen and (max-width: 768px) {
	h2.moresubtitle {
		font-size: 1.8rem;
	}
}

#greenFbg {
	background-color: #ffffff7e;
}


@media screen and (max-width: 576px) {
	.eatboxpadding>.md-w5:nth-child(odd) {
		padding-right: 0;
	}

}


.v-line {
	border-left: 1px solid #afafaf;
}

.iPASSbox {
	margin: auto;
}

.iPASSboxa {
	margin: 32px 0 -12px;
	color: #0090bb;
	font-size: 2rem;
	text-align: center;
	font-weight: 600;
	letter-spacing: 0px;
	text-indent: 3px;
	line-height: 27pt;
}

.big {
	font-size: 115px;
}

.iPASSboxred {
	color: #bb313e;
}

@media screen and (max-width: 576px) {
	.iPASSboxa {
		margin: 17px 0 4px;
	}

	.v-line {

		border-left: none;
	}
}


#fh5co-header {
	position: absolute;
	z-index: 99;
	width: 100%;
	opacity: 1;
	top: 0;
	/* margin-top: 20px; */
}

@media screen and (max-width: 768px) {
	#fh5co-header {
		margin-top: 0;

	}

	#fh5co-header .navbar-brand {
		color: #009999 !important;
	}

	#fh5co-header #navbar li a {
		color: rgba(0, 0, 0, 0.5) !important;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}

	#fh5co-header #navbar li a:hover {
		color: #009999 !important;
	}

	#fh5co-header #navbar li a span:before {
		background: transparent !important;
	}

	#fh5co-header #navbar li.active a {
		background: transparent;
		background: none;
		color: #009999 !important;
	}

	#fh5co-header #navbar li.active a span:before {
		visibility: visible;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

#fh5co-header .navbar {
	padding-bottom: 0;
	margin-bottom: 0;
}

.btn-close {
	background-color: #FFFFFF;
	border-radius: 10rem;
}

.codebox {
	width: 50%;
}

.main-faq {
	margin-bottom: 10px;
}

/* .cardfaq {
	background-color: #FFFFFF;

} */

/* .cardfaq .card-header {
	background-color: #FFFFFF;
	border: 0;

} */

.faqbtn:hover,
.faqbtn:active,
.faqbtn:focus {
	background-color: #FFFFFF !important;
	border-color: white;
}

/* .cardfaq .card-header .btn:hover,
.cardfaq .card-header .btn:active,
.cardfaq .card-header .btn:focus,
[aria-expanded="true"] {
	background-color: #FFFFFF !important;

} */

.card-header .collapsed.faqbtn::before {
	transform: rotate(-90deg);
	color: #04496c;

}

.card-header .faqbtn::before {
	display: none !important;
}

.pay2box {
	text-align: center;
}

@media screen and (max-width: 992px) {
	.Cbox {
		margin-top: 20PX;
	}
}

.gift_Cbox {
	margin-top: 25px;
	margin-bottom: 25px;
}

/* @media screen and (max-width: 1400px) {	
	.gift_Cbox{
	margin-top: 40px;
	}  
}
@media screen and (max-width: 1200px) {
	.gift_Cbox{
		margin-top: 232px;	
	}	
} */
@media screen and (max-width: 992px) {
	.gift_Cbox {
		margin-top: 0;
		margin-bottom: 0;
	}
}


.main-gift .box.wide {
	max-width: 785px;
	width: 100%;
}

@media screen and (max-width: 1400px) {
	.main-gift .box {
		max-width: 785px;
		width: 100%;

	}
}

.c300 {
	font-size: 3em;
	margin-bottom: 21PX;
	margin-top: 14PX;
}

.c300big {
	font-size: 2em;
}


.notemark {
	color: #737373;
	font-size: 12pt;
	/* font-size: small; */
}

.btnLearn {
	line-height: 28pt;
}

.btnLearn a {
	display: inline-block;
	font-size: 1.2rem;
	color: #fff;
	background-color: #4e95dc;
	padding: 0px 15px;
	border-radius: 50px;
}

.btnLearn a:hover {
	background-color: #ce4853;
	padding: 0px 15px;
	border-radius: 50px;
}

@media screen and (max-width: 576px) {
	.notemark {
		font-size: 8pt;
	}

	.btnLearn {
		line-height: 20pt;
	}

	.btnLearn a {
		font-size: .85rem;
		padding: 3px 8px;
		line-height: 14pt;
	}
}

@media screen and (max-width: 375px) {
	.btnLearn a {
		font-size: .8rem;
	}
}

.main-hotel {
	padding: 3em 0;
	/* background-color: #fff9f0; */
}

.main-hotel .box {
	display: flex;
	flex-direction: row;
	padding: 5em 0;
}

.main-hotel p {
	padding-bottom: 50px;
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 1.4;
}

.main-hotel .box-1 {
	padding: 0 0 0 50px;
	margin: auto;
}

@media screen and (max-width: 768px) {
	.main-hotel .box {
		padding: 2rem 1rem;
		flex-direction: column;
		align-items: center
	}

	.main-hotel .box-1 {
		padding: 20px 10px;
	}
}

.main-JK {
	/* margin-top: -6rem; *//* 2025.03.24 */
	padding: 4em 0;
	/* background-color: #fff9f0; */
}

.main-JK .box {
	display: flex;
	flex-direction: row;
	padding: 5em 0;
}

.main-JK .box-1 {
	margin: auto;
	width: 80%;
	padding: 0 20px;
}

.main-JK p {
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.4;
	margin-bottom: 1em;
}

.main-JK h3 {
	color: #000;
	font-size: 2.2rem;
}

.text-left {
	text-align: left;
}

.main-JK .main-title-line::after {
	content: '';
	background: linear-gradient(to right, #fff, #ffaf7b, #c70007, #ffaf7b, #fff);
	position: absolute;
	width: 90%;
	height: 2px;
	left: 50%;
	top: 75px;
	animation: lineWidth 3s;
	transform: translateX(-50%);
}




@media screen and (max-width: 992px) {
	.main-JK {
		margin-top: -8rem;
	}

	.main-JK .box {
		flex-direction: column;
		align-items: center
	}

	.main-JK .box-1 {
		padding: 20px 10px;
	}

	.main-JK .box {
		padding: 4em 1em 0;
	}

}

@media screen and (max-width: 576px) {
	.main-JK {
		margin-top: 0rem;
	}

	.main-JK h3 {
		font-size: 1.7rem;
		letter-spacing: 1px;
		line-height: 1.2;
		padding-right: 0px;
		padding-left: 0px;
	}

}



.btn-secondary {
	border: none !important;
	border: 2px solid transparent !important;
	display: inline-block;
	margin-top: 5px;
	z-index: 5;
}

.main-title-full {
	text-align: center;
	color: #545454;
	background-color: #dadada;
	padding: 15px;
	border-radius: 10px;
	font-weight: bold;
}


.gift_full {
	position: relative;
}

.gift_full-1::before {
	content: '';
	position: absolute;
	width: 195px;
	height: 125px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-12deg);
	background-image: url(../images/icon-gift-full.png);
	/* content: '已額滿';
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 2.7rem;
	border: 5px solid #404040;
	padding: 0 20px;
	font-weight: 600;
	color: #404040;
	background-color: #ffffffd6;
	transform: translate(-50%, -50%) rotate(-12deg); */
}


@media screen and (max-width: 390px) {
	.gift_full-1::before {
		padding: 0 10px;
	}

}

/* 固定影片大小 */
.video-fixed {
	width: 100%;
	max-width: 510px;
	aspect-ratio: 510 / 340;
	overflow: hidden;
}

.video-fixed iframe {
	width: 100%;
	height: 100%;
}


/* 0423 */
#main-faq{
	background-color: #fff;
}

.accordion .card-header .newBtn{
	text-align: left;
	font-weight: 600;
	color: #CA8314;
	line-height: 2;
	border-width: 0;
}

.accordion .card-header .newBtn:not(.collapsed){
	background-color: #CA8314;
	color: white;
}

.accordion .card-header .newBtn:hover,
.accordion .card-header .newBtn:active,
.accordion .card-header .newBtn:focus{
	background-color: #CA8314 ;
	color: #ffffff;
}
.accordion .card-header .newBtn:active{
	--bs-btn-border-width:0;
}


.accordion .card-header .newBtn:hover::before,
.accordion .card-header .newBtn:active::before,
.accordion .card-header .newBtn:focus::before{
	color: white;
}
