@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 !important;
	color: #fff;
	outline: none !important;
}

.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: #675a83;
	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: 10px 8px 10px 8px; */
		font-size: 16px;
	}
}

/*
--- 切換裝置顯示項目 ---*/


/****************** 導覽列 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;
}

.kv:before {
	content: '';
	width: 100%;
	padding-top: calc(var(--h) * 100% / var(--w));
	display: block;
	background-image: url(../images/top.jpg);
	background-size: cover;
}

@media (max-width:768px) {
	.kv {
		/* margin-top: 60px; */
		--w: 768;
		--h: 768;
	}

	.kv:before {
		background-image: url(../images/top_m.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 ---*/



/*
--- 備註文字 ---*/

.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;
}


/*
--- 版權宣告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;
	}
}


/* kv */

.carousel {
	/* margin-bottom: 100px; */
}

.carousel-inner {
	/* overflow: visible; */
	/* overflow: hidden; */
	/* background: #f9e1c1; */
}

/* section */

section {
	position: relative;
}

/* main-title */

.main-title {
	color: #413c58;
	font-size: 2.5rem;
	text-align: center;
	font-weight: 600;
	letter-spacing: 3px;
	text-indent: 3px;
	position: relative;
	margin: auto;
}

@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: #ffd800;
	/* 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;
	color: #64645f;
	position: relative;
	line-height: 1.5;
}

.redline-img {
	margin-top: -0.5rem;
	margin-bottom: 0.5rem;
}

.bg-jp-item {
	width: 100%;
	margin-top: -10rem;
	opacity: 0.4;
}

.bg-jp-item2 {
	width: 100%;
	margin-top: -30rem;
}

.bg-jp-item-bottom {
	margin-top: -9rem;
}

@media screen and (max-width: 1400px) {
	.bg-jp-item {
		margin-top: -10rem;
	}

	.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;
	}
}


/* 權益活動 .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: #f9be14;
}

@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-rights .box1 {
	border: 1px solid #878787;
	border-radius: 10px;
	margin-bottom: 15px;
	overflow: hidden;
	/* background: linear-gradient(to top, #fff 0%, #edf7e9 50%); */
	height: 100%;
}

.main-rights .box1-1 {
	padding: 15px;
}

.main-rights .box1-1 h3 {
	color: #04496c;
	font-size: 1.7rem;
	line-height: 1.5;
	font-weight: bold;
	text-align: start;
	margin: 0;
}

.main-rights .box1 img {
	height: 100%;
}


.items {
	margin-bottom: 15px;
}

.items a,
.items a:hover {
	text-decoration: none;
}

.item_box {
	flex: 0 0 auto;
	border: 1px solid #2988dc;
	border-radius: 10px;
	margin-bottom: 15px;
	overflow: hidden;
	background: #fff;
	height: 100%;
}

.item_box .info {
	padding: 15px;
	flex-grow: 1;
}

.item_box .info h3 {
	color: #0669ab;
	font-size: 1.7rem;
	line-height: 1.5;
	font-weight: bold;
	text-align: start;
	margin: 0;
}

.item_box .info h4 {
	color: #313131;
	font-size: 1.2rem;
	line-height: 1.5;
	font-weight: bold;
	margin: 0;
	text-align: left
}



/* modal-header */



.close {
	font-size: 2rem;
	line-height: .75;
}

/* modal-body */

.reward {
	font-size: 170%;
	font-weight: bold;
	color: #c70007;
}

.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;
}


/* 活動內容卡片固定置上 */
#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;
	}
}



@media screen and (max-width: 576px) {
	.eatboxpadding>.md-w5:nth-child(odd) {
		padding-right: 0;
	}

}



#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;
}

.cafdfaq {
	background-color: #FFFFFF;

}

.cafdfaq .card-header {
	background-color: #FFFFFF;
	border: 0;

}

.faqbtn:hover,
.faqbtn:active,
.faqbtn:focus {
	background-color: #FFFFFF !important;

}

.cafdfaq .card-header .btn:hover,
.cafdfaq .card-header .btn:active,
.cafdfaq .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;
}

/* main-plan */
.main-plan {
	padding: 6em 0 0 0;
	/* background-color: #fff9f0; */
}

.plan-img-box {
	position: relative;
}


.plan1Box {
	/* background: #FFF; */
	border-radius: 20px 40px 20px 40px;
	padding: 10px;
	margin: 1rem 0;
	/* border: 3px solid #bab8d9; */
	position: relative;
}

.main-plan .plan1Box .icon-link::before {
	content: '';
	position: absolute;
	right: 10%;
	top: 42%;
	width: 40px;
	height: 40px;
	background-image: url('../images/icon-link.png');
	background-size: contain;
	background-repeat: no-repeat;
}

.main-plan .planbox img {
	margin-top: 0px;
	margin-bottom: 0px;
}

.main-plan .planbox .icon {
	margin-top: 0;
	margin-bottom: 0px;
	margin-right: 3px;
	vertical-align: sub;
}

.main-plan .planbox .icon-link {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: -4px;
	vertical-align: sub;
}

@media screen and (min-width: 991px) and (max-width: 1199px) {
	.main-plan .planbox.box-h img {
		margin-bottom: 80px;
	}
}

@media screen and (min-width: 768px) and (max-width: 990px) {
	.main-plan .planbox.box-h img {
		margin-bottom: 130px;
	}

	.main-plan .planbox .icon {
		width: 15%;
		height: auto;
		margin-bottom: 0px;
		vertical-align: baseline;
	}

	.main-plan .planbox .icon-link {
		width: 12%;
		height: auto;
		margin-left: -4px;
	}
}

@media screen and (max-width: 768px) {
	.main-plan .planbox {
		padding: 8px;
	}

	.main-plan .planbox h3 {
		color: #19264b;
		font-size: 35px;
		font-weight: 600;
		margin: 10px 0 10px 0;
	}

	.main-plan .planbox h3 {
		font-size: 15px;
	}

	.main-plan .planbox .icon {
		width: 20%;
		height: auto;
		margin-bottom: 0px;
	}

	.main-plan .planbox .icon-link {
		width: 12%;
		height: auto;
		margin-left: -4px;
	}
}

@media screen and (max-width: 576px) {
	.plan1Box {
		padding: 5px;
		margin: 0.5rem 0;
	}

	.main-plan .plan1Box .icon-link::before {
		right: 5%;
		top: 42%;
		width: 30x;
		height: 30px;
	}

}


/* new標籤 */
.title_new::after {
	content: '';
	background-image: url(../images/icon-new.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	width: 60px;
	height: 60px;
	top: 21px;
	left: 15px;
}

.title_new2::after {
	content: '';
	background-image: url(../images/icon-new.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	width: 85px;
	height: 85px;
	top: 2px;
	left: 2px;

}

@media screen and (max-width: 1199px) {
	.title_new::after {
		width: 55px;
		height: 55px;
		top: 20px;
		left: 14px;
	}

	.title_new2::after {
		width: 50px;
		height: 50px;
		top: 6px;
		left: 6px;

	}
}

@media screen and (max-width: 576px) {
	.title_new::after {
		width: 45px;
		height: 45px;
		top: 20px;
		left: 14px;
	}

	.title_new2::after {
		width: 60px;
		height: 60px;
		top: 0px;
		left: 0px;

	}
}


/* main-iccard */

.main-iccard {
	padding: 4em 0 0 0;
	background-color: #fff;
	background-size: 100% auto;
	background-position: bottom center;
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-image: url(../images/bg-japan.png);

}

.bg-japan-2 {
	width: 100%;
	margin-top: -35rem;
	pointer-events: none;
}

.main-store .box {
	display: flex;
	flex-direction: row;
	justify-content: center;

}

.box-card {
	position: relative;
	transition: transform 0.3s ease;
}

.box-card:hover {
	transform: translateY(-10px);
}



/* 一行三格用 */
/* .main-japan .box img {
	height: 400px;
} */

@media screen and (max-width: 992px) {
	.main-store .box {
		display: flex;
		flex-direction: column;
		align-items: center
	}

}

.project-title {
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	display: block;
	width: 250px;
	line-height: 65px;
	border-radius: 20px 0px 20px 0px;
	background: #0669ab;
	text-align: center;
	margin: 15px auto 10px auto;
}

.store-project {
	/* border: 2px solid #2988DD; */
	background-color: white;
	border-radius: 40px;
	padding: 25px;
	margin: 1rem 0;
}

.store-project h4 {
	color: #12456e;
	font-size: 20pt;
	text-align: left;
	padding: 15px 20px 15px 20px;
}


.store-label {
	color: #fff;
	font-size: 22pt;
	font-weight: bold;
	padding: 4px 20px;
	margin: 0 20px 0 10px;
	border-radius: 18px;
	background: #2988dc;
}



@media screen and (max-width: 1400px) {
	.bg-japan-2 {
		width: 100%;
		margin-top: -20rem;
	}
}

@media screen and (max-width: 1200px) {
	.bg-japan-2 {
		width: 100%;
		margin-top: -18rem;
	}
}

@media screen and (max-width: 992px) {
	.bg-japan-2 {
		width: 100%;
		margin-top: -13rem;
	}
}

@media screen and (max-width: 768px) {
	.bg-japan-2 {
		width: 100%;
		margin-top: -13rem;
	}

	.main-store {
		background-image: url(../images/bg-japan-2_m.png);
		background-size: contain;
	}

	.project-title {
		font-size: 1.5rem;
		display: block;
		width: 200px;
		line-height: 45px;
		border-radius: 20px 0px 20px 0px;
		margin: 10px auto 20px auto;
	}
}

@media screen and (max-width: 576px) {
	.main-store {
		padding: 4em 0 0 0;
	}

	.bg-japan-2 {
		width: 100%;
		margin-top: -15rem;
	}

	.store-project {
		padding: 15px;
	}

	.store-project h4 {
		font-size: 1rem;
		text-align: left;
		line-height: 1.5;
		padding: 10px 0px 10px 0px;
	}

	.store-label {
		font-size: 1rem;
		margin: 0 12px 0 0px;
	}

}



/* main-store */

.main-store {
	padding: 6em 0;
	background-color: #f4f4f7;
	background-size: contain;
	background-image: url(../images/bg-jp-fuji-bottom_2.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.bg-japan-2 {
	width: 100%;
	margin-top: -35rem;
	pointer-events: none;
}

.main-store .box {
	display: flex;
	flex-direction: row;
	justify-content: center;

}

.main-store .box-1 {
	position: relative;
	/* padding: 20px 15px; */
}

/* 一行三格用 */
/* .main-japan .box img {
	height: 400px;
} */

@media screen and (max-width: 992px) {
	.main-store .box {
		display: flex;
		flex-direction: column;
		align-items: center
	}

}

.project-title {
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	display: block;
	width: 250px;
	line-height: 65px;
	border-radius: 20px 0px 20px 0px;
	background: #0669ab;
	text-align: center;
	margin: 15px auto 10px auto;
}

.store-project {
	/* border: 2px solid #2988DD; */
	background-color: white;
	border-radius: 40px;
	padding: 25px;
	margin: 1rem 0;
}

.store-project h4 {
	color: #12456e;
	font-size: 20pt;
	text-align: left;
	padding: 15px 20px 15px 20px;
}


.store-label {
	color: #fff;
	font-size: 22pt;
	font-weight: bold;
	padding: 4px 20px;
	margin: 0 20px 0 10px;
	border-radius: 18px;
	background: #2988dc;
}



@media screen and (max-width: 1400px) {
	.bg-japan-2 {
		width: 100%;
		margin-top: -20rem;
	}
}

@media screen and (max-width: 1200px) {
	.bg-japan-2 {
		width: 100%;
		margin-top: -18rem;
	}
}

@media screen and (max-width: 992px) {
	.bg-japan-2 {
		width: 100%;
		margin-top: -13rem;
	}
}

@media screen and (max-width: 768px) {
	.bg-japan-2 {
		width: 100%;
		margin-top: -13rem;
	}

	.project-title {
		font-size: 1.5rem;
		display: block;
		width: 200px;
		line-height: 45px;
		border-radius: 20px 0px 20px 0px;
		margin: 10px auto 20px auto;
	}
}

@media screen and (max-width: 576px) {
	.main-store {
		padding: 4em 0;
	}

	.bg-japan-2 {
		width: 100%;
		margin-top: -15rem;
	}

	.store-project {
		padding: 15px;
	}

	.store-project h4 {
		font-size: 1rem;
		text-align: left;
		line-height: 1.5;
		padding: 10px 0px 10px 0px;
	}

	.store-label {
		font-size: 1rem;
		margin: 0 12px 0 0px;
	}

}


/* main-japan */

.main-japan {
	padding: 6em 0 0 0;
	/* background-color: #eaebf6; */
	background: url(../images/bg-square-shop.png) repeat-x, linear-gradient(0deg, #ffff 40%, #f4f4f7 100%);
	/* background: url(../images/bg-light.png), url(../images/bg-square-shop.png) repeat-x, linear-gradient(0deg, #ffff 40%, #f4f4f7 100% ); */
}

.bg-japan-3 {
	width: 100%;
	margin-top: -33rem;
}

.main-japan .box {
	display: flex;
	flex-direction: row;
	justify-content: center;

}

.main-japan .box-1 {
	position: relative;
	padding: 20px 15px;
}


.main-japan .box-btn {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	bottom: 13%;
}

.main-japan .box-btn-s {
	color: #fff;
	background-color: #675a83;
	border: 1px solid #675a83;
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;

}

@media screen and (max-width: 992px) {
	.main-japan .box {
		display: flex;
		flex-direction: column;
		align-items: center
	}

	.main-japan .box img {
		height: 385px;
	}

}

/* main-eat */
.main-eat {
	padding: 10em 0 7em 0;
	/* background-color: #fff9f0; */
}

.main-eat p {
	padding: 2em 0;
}

.main-pay {
	padding: 7em 0 5em 0;
}

.main-pay3 {
	padding: 7em 0 5em 0;
	background: url(../images/bg-light.png), url(../images/bg-square-shop.png) repeat-x, linear-gradient(0deg, #FFFFFF 40%, #e9f7fe 100%);

}


.main-pay .img-shadow {
	width: 80%;
}

@media screen and (max-width: 1400px) {
	.bg-japan-3 {
		width: 100%;
		margin-top: -20rem;
	}
}

@media screen and (max-width: 1200px) {
	.bg-japan-3 {
		width: 100%;
		margin-top: -18rem;
	}
}

@media screen and (max-width: 992px) {

	.main-eat h4,
	.main-japan h4 {
		padding-right: 30px;
		padding-left: 30px;
	}

	.bg-japan-3 {
		width: 100%;
		margin-top: -13rem;
	}
}

@media screen and (max-width: 768px) {
	.bg-japan-3 {
		width: 100%;
		margin-top: -13rem;
	}

	.main-japan {

		background-image: url(../images/bg-japan_m.png);
	}

	.main-iccard {

		background-image: url(../images/bg-japan_m.png);
	}

}

@media screen and (max-width: 576px) {
	.main-plan {
		padding: 2em 0 0 0;
	}

	.main-japan {
		padding: 4em 0 0 0;
		background-image: url(../images/bg-japan_m.png);
	}

	.bg-japan-3 {
		width: 100%;
		margin-top: -15rem;
	}



	.main-eat {
		padding: 4em 0;
	}

	.main-pay {
		padding: 4em 0;
	}

	.main-rights {
		padding: 4em 0;
	}

	.main-pay3 {
		padding: 4em 0;
	}
}



/* btn 首刷禮查詢 */

.btn_travelgo_t {
	font-weight: 600;
	font-size: 1rem;
	text-align: center;
	line-height: 1.2;
	border-top-left-radius: 20px;
	border: 2px solid #393e46;
	color: #ffffff;
	background-color: #393e46;
	position: fixed;
	right: 0;
	bottom: 18.5rem;
	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_b {
	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: 11.6rem;
	width: 2.6rem;
	opacity: 1;
	z-index: 10;
}

.btn_travelgo_b:hover {
	border: 2px solid #393e46;
	background-color: #393e46;
	opacity: .8;
}

.btn_travelgo_b a {
	display: block;
	padding: 1rem .5rem;
}


/* modal-header */

.modal-header {
	background-color: #675a83;
}

.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;
	}
}

/* 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: #eaecf6;
	/* border-bottom: 1px solid rgba(0,0,0,.125); */
	border-bottom: 0;
	border-radius: 0;
}

.accordion .card-header .btn {
	text-align: left;
	font-weight: 600;
	color: #675a83;
	line-height: 2;
}

.accordion .card-header .btn:hover,
.accordion .card-header .btn:active,
.accordion .card-header .btn:focus,
[aria-expanded="true"] {
	background: #675a83 !important;
	color: #fff !important;
}

.bg-light {
	background-color: #eef5ff !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: #675a83;
}


/* 20250327 */
.main-plan .planbox h3.red {
	color: #b51d28;
}

.z-top {
	z-index: 5;
}