@charset "utf-8";

/* CSS Document */
/* ---reset.css--- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

html {
	background: url("../images/bg_fixed.jpg") bottom center no-repeat fixed, #e22740;
	scroll-behavior: smooth;
}

header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

body {
	background: transparent !important;
	margin: 0 !important;
}

@media screen and (max-width: 991px) {
	html {
		background: #e22740;
	}

	html:before {
		content: "";
		position: fixed;
		z-index: -1;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: url("../images/bg_fixed.jpg")center no-repeat;
		background-size: cover;
	}
}

/* PC */
.WRAPPER {
	position: relative;
	width: 100%;
	min-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

@media screen and (max-width: 991px) {
	.WRAPPER {
		min-width: 100%;
	}

}

.container {
	overflow: hidden;
	width: 100% !important;
	max-width: 1920px !important;
	padding: 0;
}

.topbox {
	position: relative;
	width: 1200px;
	margin: auto;
}

.kv_pc {
	width: 100%;
	position: relative;
	text-align: center;
	display: flex;
	justify-content: center;
	max-width: 1920px;
	margin: auto;
	flex-wrap: wrap-reverse;
}

.kv_pc img {
	/* display: block; */
	text-align: center;
}

.kv_m {
	display: none;
}

/* .kv_m img {
	display: block;
} */

.kv_m a {
	font-size: 0;
	/* display: block; */
}

.for_pc {
	display: block;
}

.for_m {
	display: none;
}

/* m */
@media screen and (max-width: 991px) {
	.kv_m {
		display: block;
		width: 100%;
		position: relative;
	}

	.kv_m img {
		width: 100%;
	}

	.kv_pc {
		display: none;
	}

	.container {
		width: 100%;
		min-width: auto;
	}

	.for_pc {
		display: none;
	}

	.for_m {
		display: block;
	}
}


/*主視覺動畫*/
.kv_bg {
	width: 100%;
}

.kvitem {
	position: absolute !important;
}

.kv_tt {
	top: calc((133 / 1920) * 100%);
	left: calc((637 / 1920) * 100%);
	width: calc((643 / 1920)* 100%);
	animation: bounceIn 1.1s;
	animation-delay: 1s;
	animation-fill-mode: backwards;
}

.kv_pp1 {
	top: calc((681 / 1920) * 100%);
	left: calc((40 / 1920) * 100%);
	width: calc((626 / 1920)* 100%);
	animation: bounceInLeft 1.2s;
	animation-delay: .1s;
	animation-fill-mode: backwards;
}

.kv_pp2 {
	top: calc((169 / 1920) * 100%);
	left: calc((148 / 1920) * 100%);
	width: calc((490 / 1920)* 100%);
	animation: bounceInLeft 1.2s;
	animation-delay: .15s;
	animation-fill-mode: backwards;
}

.kv_pp3 {
	top: calc((677 / 1920) * 100%);
	left: calc((1241 / 1920) * 100%);
	width: calc((577 / 1920)* 100%);
	animation: bounceInRight 1.2s;
	animation-delay: .1s;
	animation-fill-mode: backwards;
}

.kv_pp4 {
	top: calc((97 / 1920) * 100%);
	left: calc((1280 / 1920) * 100%);
	width: calc((474 / 1920)* 100%);
	animation: bounceInRight 1.2s;
	animation-delay: .12s;
	animation-fill-mode: backwards;
}

.kv_dp {
	top: calc((1440 / 1920) * 100%);
	left: calc((601 / 1920) * 100%);
	width: calc((671 / 1920)* 100%);
	animation: pulse 1.2s infinite;
	animation-delay: 0s;
	animation-fill-mode: backwards;
}

.kv_sec1_be {
	bottom: calc((0 / 1920) * 100%);
	left: calc((0 / 1920) * 100%);
	width: calc((1920 / 1920)* 100%);
}

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

	img.kv_dp {
		top: calc((760 / 991) * 100%);
		left: calc((130 / 991) * 100%);
		width: calc((735 / 991) * 100%);
		animation: pulse 1.2s infinite;
		animation-delay: 0s;
		animation-fill-mode: backwards;
	}
}


/* 區塊 */
.section_1 {
	background: url("../images/sec1_side_deco.png")top center repeat-y, url("../images/bg_color1.jpg");
	padding: 1px 0 100px;
	margin: -50px auto 0;
	max-width: 1920px;
}

.section_2 {
	margin: 0 auto;
	padding: 20px 0 180px;
	background: url("../images/sec2_bg_fixed.png")bottom center no-repeat fixed, url("../images/sec2_side_deco.png") center 100px repeat-y;

}

.section_2::before {
	content: '';
	max-width: 1920px;
	margin: -103px auto 83px;
	background: url("../images/sec2_be.png")center top no-repeat;
	height: 83px;
	display: flex;
	top: 83px;
	position: relative;
	z-index: 1;
}

.blk_vt {
	margin: 270px auto 0px;
	max-width: 1250px;
	background: url("../images/blk_bg_vt.png") top center repeat-y;
	transform-style: preserve-3d;
}

.blk_vt::before {
	content: '';
	width: 1250px;
	margin: 0 auto -275px;
	background: url("../images/blk_be_vt.png")center top no-repeat;
	height: 75px;
	display: flex;
	top: -75px;
	right: 0px;
	position: relative;
	pointer-events: none;
	transform: translateZ(-1px);
}

.blk_vt::after {
	content: '';
	width: 1250px;
	margin: -70px auto 0px;
	background: url("../images/blk_af_vt.png")center top no-repeat;
	height: 55px;
	display: flex;
	top: 55px;
	right: 0px;
	position: relative;
	pointer-events: none;
	transform: translateZ(-1px);
}

.blk_pk {
	margin: 270px auto 0px;
	max-width: 1250px;
	background: url("../images/blk_bg_pk.png") top center repeat-y;
	transform-style: preserve-3d;
}

.blk_pk::before {
	content: '';
	width: 1250px;
	margin: 0 auto -275px;
	background: url("../images/blk_be_pk.png")center top no-repeat;
	height: 75px;
	display: flex;
	top: -75px;
	right: 0px;
	position: relative;
	pointer-events: none;
	transform: translateZ(-1px);
}

.blk_pk::after {
	content: '';
	width: 1250px;
	margin: -70px auto 0px;
	background: url("../images/blk_af_pk.png")center top no-repeat;
	height: 55px;
	display: flex;
	top: 55px;
	right: 0px;
	position: relative;
	pointer-events: none;
	transform: translateZ(-1px);
}

.blk_g {
	margin: 270px auto 0px;
	max-width: 1250px;
	background: url("../images/blk_bg_g.png") top center repeat-y;
	transform-style: preserve-3d;
}

.blk_g::before {
	content: '';
	width: 1250px;
	margin: 0 auto -275px;
	background: url("../images/blk_be_g.png")center top no-repeat;
	height: 75px;
	display: flex;
	top: -75px;
	right: 0px;
	position: relative;
	pointer-events: none;
	transform: translateZ(-1px);
}

.blk_g::after {
	content: '';
	width: 1250px;
	margin: -70px auto 0px;
	background: url("../images/blk_af_g.png")center top no-repeat;
	height: 55px;
	display: flex;
	top: 55px;
	right: 0px;
	position: relative;
	pointer-events: none;
	transform: translateZ(-1px);
}

.blk_bl {
	margin: 270px auto 0px;
	max-width: 1250px;
	background: url("../images/blk_bg_bl.png") top center repeat-y;
	transform-style: preserve-3d;
}

.blk_bl::before {
	content: '';
	width: 1250px;
	margin: 0 auto -275px;
	background: url("../images/blk_be_bl.png")center top no-repeat;
	height: 75px;
	display: flex;
	top: -75px;
	right: 0px;
	position: relative;
	pointer-events: none;
	transform: translateZ(-1px);
}

.blk_bl::after {
	content: '';
	width: 1250px;
	margin: -70px auto 0px;
	background: url("../images/blk_af_bl.png")center top no-repeat;
	height: 55px;
	display: flex;
	top: 55px;
	right: 0px;
	position: relative;
	pointer-events: none;
	transform: translateZ(-1px);
}

.block_5 {
	margin: 270px auto -80px;
}

@media screen and (max-width: 991px) {
	.section_1 {
		padding: 1vw 0 9vw;
		margin: -5vw auto 0;
	}

	.section_2 {
		margin: 0 auto;
		padding: 1vw 0 14vw;
		background: none;

	}

	.section_2::before {
		content: '';
		margin: -9vw auto 0vw;
		background: url("../images/sec2_be.png")center top no-repeat;
		background-size: 100vw;
		height: 8vw;
		display: flex;
		top: 7vw;
		position: relative;
	}

	.blk_vt {
		margin: 30vw auto 1vw;
		background: url("../images/blk_bg_vt.png") top center repeat-y;
		background-size: 100vw;
		transform-style: preserve-3d;
	}

	.blk_vt::before {
		content: '';
		width: 100%;
		display: flex;
		margin: 0 auto -31vw;
		background: url("../images/blk_be_vt.png")center top no-repeat;
		background-size: 100vw;
		height: 6vw;
		top: -5.6vw;
		position: relative;
		pointer-events: none;
		transform: translateZ(-1px);
	}

	.blk_vt::after {
		content: '';
		width: 100%;
		display: flex;
		margin: -6.5vw auto 0;
		background: url("../images/blk_af_vt.png") center top no-repeat;
		background-size: 100vw;
		height: 5vw;
		top: 5vw;
		position: relative;
		pointer-events: none;
		transform: translateZ(-1px);
	}

	.blk_pk {
		margin: 30vw auto 1vw;
		background: url("../images/blk_bg_pk.png") top center repeat-y;
		background-size: 100vw;
		transform-style: preserve-3d;
	}

	.blk_pk::before {
		content: '';
		width: 100%;
		display: flex;
		margin: 0 auto -31vw;
		background: url("../images/blk_be_pk.png")center top no-repeat;
		background-size: 100vw;
		height: 6vw;
		top: -5.6vw;
		position: relative;
		pointer-events: none;
		transform: translateZ(-1px);
	}

	.blk_pk::after {
		content: '';
		width: 100%;
		display: flex;
		margin: -6.5vw auto 0;
		background: url("../images/blk_af_pk.png") center top no-repeat;
		background-size: 100vw;
		height: 5vw;
		top: 5vw;
		position: relative;
		pointer-events: none;
		transform: translateZ(-1px);
	}

	.blk_g {
		margin: 30vw auto 1vw;
		background: url("../images/blk_bg_g.png") top center repeat-y;
		background-size: 100vw;
		transform-style: preserve-3d;
	}

	.blk_g::before {
		content: '';
		width: 100%;
		display: flex;
		margin: 0 auto -31vw;
		background: url("../images/blk_be_g.png")center top no-repeat;
		background-size: 100vw;
		height: 6vw;
		top: -5.6vw;
		position: relative;
		pointer-events: none;
		transform: translateZ(-1px);
	}

	.blk_g::after {
		content: '';
		width: 100%;
		display: flex;
		margin: -6.5vw auto 0;
		background: url("../images/blk_af_g.png") center top no-repeat;
		background-size: 100vw;
		height: 5vw;
		top: 5vw;
		position: relative;
		pointer-events: none;
		transform: translateZ(-1px);
	}

	.blk_bl {
		margin: 30vw auto 1vw;
		background: url("../images/blk_bg_bl.png") top center repeat-y;
		background-size: 100vw;
		transform-style: preserve-3d;
	}

	.blk_bl::before {
		content: '';
		width: 100%;
		display: flex;
		margin: 0 auto -31vw;
		background: url("../images/blk_be_bl.png")center top no-repeat;
		background-size: 100vw;
		height: 6vw;
		top: -5.6vw;
		position: relative;
		pointer-events: none;
		transform: translateZ(-1px);
	}

	.blk_bl::after {
		content: '';
		width: 100%;
		display: flex;
		margin: -6.5vw auto 0;
		background: url("../images/blk_af_bl.png") center top no-repeat;
		background-size: 100vw;
		height: 5vw;
		top: 5vw;
		position: relative;
		pointer-events: none;
		transform: translateZ(-1px);
	}

	.block_5 {
		margin: 30vw auto -5vw;
	}
}


/*文字標題*/
h2,
h3,
.menustyle2 ul li a,
.menustyle2 ul li.menutitle p,
.swiper_3p .swiper-slide p,
.hightlight_5p li .ribbon,
.keywordB .keywordA a {
	font-family: 'Noto Sans TC';
}

big {
	color: #fe3f60;
}

.btt.btta {
	background: url("../images/btt_bg_a.png")top center no-repeat;
	width: 100%;
	height: 165px;
	margin: 0px auto 20px;
	text-align: center;
}

.btt.bttb {
	background: url("../images/btt_bg_b.png")top center no-repeat;
	width: 100%;
	height: 165px;
	margin: 0px auto 20px;
	text-align: center;
}

.btt h2 {
	color: #170b1f;
	font-size: 3.5rem;
	font-weight: 900;
	padding: 50px 0 0;
}

.book_stt {
	background: url("../images/book_stt_bg.png")top center no-repeat;
	width: 100%;
	height: 89px;
	margin: 20px auto 10px;
}

.book_stt h3 {
	color: #170b1f;
	font-size: 2.5rem;
	font-weight: 900;
	padding: 22px 0 0 100px;
}

.stt {
	width: fit-content;
	height: 65px;
	background: url("../images/stt_bg.png");
	background-position: top center;
	background-repeat: repeat-x;
	background-size: contain;
	position: relative;
	margin: 10px auto;
	text-align: center;
}

.stt h3 {
	color: #170b1f;
	font-size: 2.5rem;
	font-weight: 900;
	letter-spacing: 1px;
	padding: 3px 0 0;
}

.stt:before {
	background-image: url("../images/stt_be.png");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	width: 100%;
	height: 65px;
	position: absolute;
	left: 0px;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	content: "";
}

.stt:after {
	background-image: url("../images/stt_af.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	width: 100%;
	height: 65px;
	position: absolute;
	right: 0px;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	content: "";
}

.warning_words {
	margin: 10px auto 0px;
	display: flex;
	justify-content: center;
}

.warning_words p {
	color: #000;
	font-size: .8rem;
	text-align: center;
}

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

	.btt.btta {
		background-size: contain;
		width: 100%;
		height: 24vw;
		margin: 0 auto 2vw;
	}

	.btt.bttb {
		background-size: contain;
		width: 100%;
		height: 24vw;
		margin: 0 auto 2vw;
	}

	.btt h2 {
		font-size: 2.3rem;
		padding: 7.2vw 0 0;
	}

	.book_stt {
		background-size: contain;
		width: 100%;
		height: 14vw;
		margin: 2vw auto 1vw;
	}

	.book_stt h3 {
		font-size: 1.8rem;
		padding: 3.5vw 0 0 16vw;
	}

	.stt {
		height: 12vw;
		margin: 2vw auto;
	}

	.stt h3 {
		font-size: 1.8rem;
		padding: 1.2vw 0 0;
	}

	.stt:before {
		height: 12vw;
	}

	.stt:after {
		height: 12vw;
	}

	.warning_words {
		margin: 1vw 3vw 2vw;
	}

	.warning_words p {
		text-align: center;
		line-height: 1.3;
	}
}


/*攻略區A*/
.link_a ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 auto;
}

.link_a img {
	margin: 5px;
}

.link_a ul.cpn_deco {
	background: url("../images/cpn_deco.png")center no-repeat;
	width: 100%;
	height: auto;
}

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

	.link_a ul {
		width: 96%;
		margin: 0 auto;
	}

	.link_a ul li img {
		width: 90vw;
		margin: .8vw;
	}

	.link_a ul.cpn_deco {
		background: none;
		width: 100%;
		height: auto;
	}
}


/*攻略區BOOK*/
.link_book ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.link_book img {
	margin: 5px;
}

.link_book ul li.book_tip_row img:nth-child(1) {
	margin: 0 -5.6px 0 0;
}

.btn_book1 {
	position: absolute;
	top: -140px;
	right: 140px;
	transition-duration: 0.3s;
	z-index: 1;
}

.btn_book2 {
	position: absolute;
	top: 140px;
	right: 300px;
	transition-duration: 0.3s;
	z-index: 1;
}

.btn_book1:hover,
.btn_book2:hover {
	transform: scale(0.98);
}

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

	.link_book ul {
		width: 96%;
		margin: 2vw auto 0;
		padding: 0 1vw;
	}

	.link_book img {
		width: 30vw;
		margin: 0 .6vw 1vw;
	}

	.book_tip_row img {
		width: 100%;
		padding: 0 1vw;
	}

	.link_book ul li.book_tip_row img:nth-child(1) {
		margin: 0;
	}

	.btn_book1 {
		top: -12.2vw;
		right: 10vw;
	}

	.btn_book2 {
		top: 52vw;
		right: 4.5vw;
	}

	.btn_book1 img,
	.btn_book2 img {
		width: 18vw;
	}
}


/*攻略區B*/
.link_b_tip {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	width: 1150px;
	margin: 0 auto;
}

.link_b .link_b_tip_wrap {
	display: flex;
	flex-wrap: wrap;
}

.link_b img {
	margin: 6px;
}

.link_b img.for_pc {
	border-radius: 15px;
}

@media screen and (max-width: 991px) {
	.link_b_tip {
		display: flex;
		flex-wrap: wrap;
		width: 96%;
		margin: 1vw auto 0;
		padding: .5vw;
	}

	.link_b .link_b_tip_wrap {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}

	.link_b img {
		width: 98%;
		margin: .8vw;
	}

	.link_b_tip_wrap li img {
		width: 45.8vw;
		margin: .8vw;
	}
}


/*元件調整*/
.banner {
	padding: 0;
}

.rectangle_3p,
.hightlight,
.hightlight_5p,
.alternate,
.collect_5x6 {
	margin: 20px auto;
}

.alternate ul:nth-child(even) {
	margin: -102px auto 20px;
}

.hightlight img,
.hightlight_5p img {
	object-fit: contain;
}

.hightlight_5p li {
	position: relative;
}

.hightlight_5p li .ribbon {
	background: #ffd900;
	color: #170b1f;
	font-weight: 500;
	width: 35px;
	top: 0;
	left: 8px;
	border-radius: 0 0 90px 90px;
	text-align: center;
}

.hightlight_5p li .ribbon::before,
.hightlight_5p li .ribbon::after {
	display: none;
}

.hightlight li:nth-child(odd) .font h4,
.hightlight_5p li:nth-child(odd) .font h4,
.collect_5x6 .s-row li:nth-child(odd) .font h4,
.collect_5x6 .h-row li:nth-child(odd) .special,
.alternate ul:nth-child(odd) li:first-child {
	background: url("../images/bg_color2.jpg");
}

.hightlight li:nth-child(even) .font h4,
.hightlight_5p li:nth-child(even) .font h4,
.collect_5x6 .s-row li:nth-child(even) .font h4,
.collect_5x6 .h-row li:nth-child(even) .special,
.alternate ul:nth-child(even) li:last-child {
	background: url("../images/bg_color3.jpg");
}

.alternate ul:nth-child(odd) li:first-child .font h4,
.alternate ul:nth-child(even) li:last-child .font h4,
.alternate ul:nth-child(odd) li:first-child .font .price big,
.alternate ul:nth-child(even) li:last-child .font .price big {
	color: #fdff4b;
}

.rectangle_3p .font h4,
.alternate .font h4 {
	color: #fe3f60;
}

.keywordB .keywordA {
	margin: 10px auto;
}

.keywordB .keywordA li {
	background: #ffd900;
	border: solid 2px #170b1f;
	box-shadow: 4px 4px 0px #170b1f;
}

.keywordB .keywordA li:hover {
	background: #fdff4b;
}

.keywordB .keywordA a {
	color: #170b1f;
	font-weight: 700;
}

.section_1 > .banner {
	margin: 90px auto -50px;
}

@media screen and (max-width: 991px) {
	.banner {
		padding: 0 3vw;
	}

	.rectangle_3p,
	.hightlight,
	.hightlight_5p,
	.alternate,
	.collect_5x6 {
		margin: 2vw auto;
	}

	.collect_5x6 .s-row h4 {
		width: 46vw !important;
	}

	.alternate ul:nth-child(even) {
		margin: auto;
	}

	.hightlight_5p ul li:first-child .font h4 {
		color: #fe3f60;
	}

	.hightlight_5p li .ribbon {
		width: 8vw;
		top: 0;
		left: 2vw;
		padding: 3vw 2vw;
	}

	.keywordB .keywordA {
		margin: 2vw auto;
	}

	.keywordB .keywordA li {
		width: 20vw;
		height: 20vw;
		padding: 4vw;
	}

	.keywordB .keywordA a {
		font-size: 1.2rem;
	}

	.section_1 > .banner {
		margin: 8vw auto -5vw;
	}
}


/*---- swiper輪播統一設定 ----*/
.swiper {
	width: 1180px;
	margin: 20px auto 5px;
}

.swiper-button-next,
.swiper-button-prev {
	height: 30px;
	top: var(--swiper-navigation-top-offset, 50%)
}

:root {
	--swiper-navigation-size: 50px !important;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 1;
	pointer-events: unset;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	content: "";
	background-image: url(../images/arrow.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 30% auto;
	display: block;
	border-radius: 100%;
	width: 30px !important;
	height: 30px !important;
	background-color: #e22740;
	opacity: 1;
	font-size: 0px !important;
	font-family: serif !important;
}

.swiper-button-next:after {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: 0;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: 0;
}

@media screen and (max-width: 991px) {
	.swiper {
		width: 96%;
		margin: 2vw auto;
	}

	.swiper-button-next:after,
	.swiper-button-prev:after {
		width: 7vw !important;
		height: 7vw !important;
	}
}


/* 精選活動輪播 */
.swiper_3p {
	overflow: hidden;
}

.swiper_3p .swiper-slide p {
	font-size: 1.2rem;
	font-weight: 500;
	color: #170b1f;
	text-align: center;
	margin: 10px auto 0;
}

.swiper_3p .swiper-slide img {
	width: 100%;
	border-radius: 15px;
}

@media screen and (max-width: 991px) {
	.swiper_3p {
		padding: 0 5vw;
	}

	.swiper_3p .swiper-slide p {
		margin: 2vw auto 0;
	}
}


/*館別好康輪播*/
.swiper_5p {
	overflow: hidden;
	padding-top: 20px;
}

.swiper_5p .swiper-slide li {
	width: 100%;
	background: #fe3f60;
	border-radius: 15px;
	border: 2px solid #fe3f60;
	position: relative;
}

.swiper_5p .swiper-slide .font {
	display: block;
	text-align: center;
}

.swiper_5p .swiper-slide .font h4 {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 8px 20px;
	margin: 0 auto;
	color: #fff;
	background: #fe3f60;
	border-radius: 50px;
	border: 3px solid #fff;
	font-weight: 500;
	font-size: 1.3rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.swiper_5p .swiper-slide .font p {
	margin: 0;
	padding: 5px 0;
	color: #fff;
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 1.8rem;
}

.swiper_5p .swiper-slide .font p span {
	color: #fdff4b;
}

.swiper_5p .swiper-slide .font p big {
	color: #fdff4b;
	font-size: 1.8rem;
}

.swiper_5p .swiper-slide img {
	width: 100%;
	height: 212px;
	background-color: #fff;
	border-radius: 13px 13px 0 0;
	object-fit: contain;
}


@media screen and (max-width: 991px) {
	.swiper_5p {
		padding: 4vw 2vw 0;
	}

	.swiper_5p .swiper-slide li {
		width: 44vw;
		padding: 0;
		margin: 0;
	}

	.swiper_5p .swiper-slide .font {
		margin: 0;
	}

	.swiper_5p .swiper-slide .font h4 {
		padding: 1.5vw 4vw;
		border: 2px solid #fff;
	}

	.swiper_5p .swiper-slide .font p {
		padding: 2vw 0;
		line-height: .5;
	}

	.swiper_5p .swiper-slide .font p big {
		font-size: 1.5rem;
	}

	.swiper_5p .swiper-slide img {
		height: 44vw;
	}
}









/*--  nav 選單 固定側邊--*/
@media only screen and (min-width: 992px) {
	.nav-pills .nav-link {
		border-radius: 0;
	}

	.nav-link:focus,
	.nav-link:hover {
		color: #fff;
	}

	.menustyle2 {
		width: 150px;
		display: flex;
		flex-wrap: wrap;
		background: #fff !important;
		z-index: 999;
		height: auto;
		position: fixed;
		top: 100px;
		right: 18px;
		flex-direction: row;
		padding: 0;
		overflow: hidden;
		border: 2px solid #170b1f;
		border-radius: 15px;
		box-shadow: 3px 4px #170b1f;
	}

	.menustyle2 ul {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		margin: 0 auto;
		padding: 0;
	}

	.menustyle2 ul li {
		width: 100%;
		justify-content: center;
		align-items: center;
		border-bottom: .5px solid #170b1f;
	}

	.menustyle2 ul li.nav-item-half {
		width: 50%;
		border-right: .5px solid #170b1f;
	}

	.menustyle2 ul li.nav-item-half2 {
		width: 50%;
		border-right: 0px solid #170b1f;
	}

	.nav-item-last {
		border-bottom: 0px solid #170b1f;
	}

	.menustyle2 ul li a {
		text-align: center;
		margin: 0 auto;
		text-decoration: none;
		font-size: 14px;
		color: #170b1f;
		letter-spacing: 1px;
		width: 100%;
		height: 100%;
		line-height: 1.2rem;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 6px 6px;
		font-weight: 500;
	}

	.menustyle2 ul li.menutitle,
	.menustyle2 ul li.menutitle:hover {
		width: 100%;
		padding: 0px 0px;
		background: #170b1f !important;
		color: #fff;
	}

	.menustyle2 ul li.menutitle p,
	.menustyle2 ul li.menutitle p:hover {
		width: 100%;
		padding: 6px 0px;
		color: #fff;
		text-align: center;
		font-size: 15px;
		background-size: 100%;
		letter-spacing: 1px;
		font-weight: 500;
	}

	#TopMenu ul li:hover,
	#TopMenu ul li a:hover {
		color: #001727 !important;
		background: #fdff4b;
		transform: scale(1);
	}

	.menustyle2 ul .active {
		color: #001727 !important;
		background: #fdff4b !important;
		width: 100%;
		height: 100%;
		border-radius: 0;
	}
}

@media screen and (max-width: 991px) {
	.menustyle2 {
		display: none;
	}
}


/**--  手機版下拉選單  --**/
#MobileMenu,
#MobileMenu2 {
	width: 100%;
	z-index: 999;
	padding: 0px 0;
	background: #170b1f;
}

#MobileMenu li:nth-last-child(1),
#MobileMenu2 li:nth-last-child(1) {
	border-right: 0;
}

.dropdown-menu li {
	width: 100%;
	justify-content: center;
}

.dropdown-item {
	justify-content: center;
	display: flex;
	padding: 2vw 0;
	border-bottom: 0.5px solid #fff;
}

.dropdown-item-last {
	border-bottom: 0px solid #fff;
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: #fdff4b !important;
	background: none !important;
}

/* 四格 */
.type_4 li.dropdown {
	width: 25%;
	justify-content: center;
	border-right: 0.5px solid #fff;
}

#MobileMenu .type_4 li a,
#MobileMenu2 .type_4 li a {
	font-size: .8rem;
	color: #fff;
	justify-content: center;
	letter-spacing: 1px;
	text-align: center;
}

.type_4 .dropdown-menu {
	background: #575fff;
	min-width: 7rem;
	padding: 0 3vw;
	z-index: 999;
	transform: translate3d(0, 8vw, 0) !important;
}

/* 三格 */
.type_3 li.dropdown {
	width: 33%;
	justify-content: center;
	border-right: 0.5px solid #fff;
}

#MobileMenu .type_3 li a,
#MobileMenu2 .type_3 li a {
	font-size: 1rem;
	color: #fff;
	justify-content: center;
	letter-spacing: 1px;
	text-align: center;
}

.type_3 .dropdown-menu {
	background: #575fff;
	min-width: 7rem;
	padding: 0 3vw;
	z-index: 999;
	transform: translate3d(1vw, 8vw, 0) !important;
}

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

	#MobileMenu,
	#MobileMenu2 {
		transition: background-color 1s, opacity 1s, visibility 1s;
		opacity: 0;
		visibility: hidden;
		z-index: 1000;
		position: absolute;
		top: 0;
		border-bottom: 1.5px solid #001727;
	}

	#MobileMenu.show,
	#MobileMenu2.show {
		opacity: 1;
		visibility: visible;
		position: fixed;
		top: 0;
	}
}


/*--  錨點微調--*/
.target-fix {
	position: relative;
	top: 0px;
	display: block;
	height: 0;
	overflow: hidden;
}

@media screen and (max-width: 991px) {
	.target-fix {
		top: -8vw;
	}
}


/*--goto top--*/
#gotop {
	display: inline-block;
	background-color: #000;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 100%;
	position: fixed;
	bottom: 0px;
	right: 0px;
	transition: background-color .3s, opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
	margin: 30px;
}

#gotop::after {
	position: absolute;
	display: block;
	font-family: FontAwesome;
	content: '　';
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	line-height: 50px;
	color: #fff;
	opacity: 0.5;
	background: url("../images/top.png") center no-repeat;
	background-size: 50%;
	background-position: 85% 35%;
}

#gotop:hover {
	cursor: pointer;
	background-color: #666;
}

#gotop:active {
	background-color: #ccc;
}

#gotop.show {
	opacity: 0.4;
	visibility: visible;
}

@media screen and (max-width: 991px) {
	#gotop {
		bottom: 70px;
		right: 0;
		margin: 2vw;
	}
}

/* share url */
#share {
	display: inline-block;
	background-color: #000;
	opacity: 0.4;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 100%;
	position: fixed;
	bottom: 50px;
	right: 0px;
	transition: background-color .3s, opacity .5s, visibility .5s;
	z-index: 1000;
	margin: 30px;
}

#share::after {
	position: absolute;
	display: block;
	font-family: FontAwesome;
	content: '　';
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	line-height: 50px;
	color: #fff;
	opacity: 0.5;
	background: url("../images/share.png") center no-repeat;
	background-size: 50%;
	background-position: 80% 35%;
}

#share:hover {
	cursor: pointer;
	background-color: #666;
}

#share:active {
	background-color: #666;
}

@media screen and (max-width: 991px) {
	#share {
		bottom: 115px;
		right: 0;
		margin: 2vw;
	}
}

@media screen and (max-width: 991px) {
	html {
		padding-bottom: 80px;
	}
}