@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: #f5f0e2;
}

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

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


/* 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%;
}

.kvdeco {
	position: absolute;
}

.kv_tt {
	top: calc((224 / 1920) * 100%);
	left: calc((461 / 1920) * 100%);
	width: calc((998 / 1920)* 100%);
	animation: bounceInDown 1.1s;
	animation-delay: .8s;
	animation-fill-mode: backwards;
}

.kv_deco1 {
	top: calc((0 / 1920) * 100%);
	left: calc((0 / 1920) * 100%);
	width: calc((562 / 1920)* 100%);
	animation: fadeInLeft 1.2s;
	animation-delay: 0s;
	animation-fill-mode: backwards;
}

.kv_deco2 {
	top: calc((0 / 1920) * 100%);
	left: calc((595 / 1920) * 100%);
	width: calc((499 / 1920)* 100%);
	animation: fadeInLeft 1.2s;
	animation-delay: .2s;
	animation-fill-mode: backwards;
}

.kv_deco3 {
	top: calc((0 / 1920) * 100%);
	left: calc((1059 / 1920) * 100%);
	width: calc((811 / 1920)* 100%);
	animation: fadeInRight 1s;
	animation-delay: .2s;
	animation-fill-mode: backwards;
}

.kv_deco4 {
	top: calc((103 / 1920) * 100%);
	left: calc((1721 / 1920) * 100%);
	width: calc((199 / 1920)* 100%);
	animation: fadeInRight 1s;
	animation-delay: 0s;
	animation-fill-mode: backwards;
}

.kv_pp1 {
	top: calc((81 / 1920) * 100%);
	left: calc((189 / 1920) * 100%);
	width: calc((347 / 1920)* 100%);
	animation: pulse 1.2s infinite;
	animation-delay: 0s;
	animation-fill-mode: backwards;
}

.kv_pp2 {
	top: calc((109 / 1920) * 100%);
	left: calc((1350 / 1920) * 100%);
	width: calc((446 / 1920)* 100%);
	animation: pulse 1.2s infinite;
	animation-delay: -.5s;
	animation-fill-mode: backwards;
}

@media screen and (max-width: 991px) {
	img.kv_tt {
		width: calc((955 / 991) * 100%);
		top: calc((103 / 991) * 100%);
		left: calc((20 / 991) * 100%);
		animation: bounceInDown 1.1s;
		animation-delay: 0s;
		animation-fill-mode: backwards;
	}

	img.kvm_pp {
		width: calc((400 / 991) * 100%);
		top: calc((499 / 991) * 100%);
        left: calc((567 / 991) * 100%);
	}
}


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

.section_2 {
	margin: 0 auto;
	padding: 20px 0 180px;
	background: url("../images/sec2_bg_fixed.jpg")center repeat-y fixed;

}

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

.section_3 {
	margin: 0 auto;
	padding: 1px 0 50px;
	background: url("../images/sec3_bg_bottom.png")bottom center no-repeat fixed, url("../images/sec3_side_deco.png") center 0px repeat-y, url("../images/sec3_bg_fixed.jpg")bottom center repeat-y fixed;
}

.section_3::before {
	content: '';
	max-width: 1920px;
	margin: -158px auto 320px;
	background: url("../images/sec3_be.png")center top no-repeat;
	height: 79px;
	display: flex;
	top: 79px;
	position: relative;
	z-index: 1;
}

.blk_bl {
	margin: 255px 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 -250px;
	background: url("../images/blk_be_bl.png")center top no-repeat;
	height: 71px;
	display: flex;
	top: -71px;
	right: 0px;
	position: relative;
	pointer-events: none;
	transform: translateZ(-1px);
}

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

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

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

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

.blk_g {
	margin: 255px 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 -250px;
	background: url("../images/blk_be_g.png")center top no-repeat;
	height: 71px;
	display: flex;
	top: -71px;
	right: 0px;
	position: relative;
	pointer-events: none;
	transform: translateZ(-1px);
}

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

.block_4 {
	margin-bottom: 90px;
}

@media screen and (max-width: 991px) {
	.section_1 {
		background: #f5f0e2;
		padding: 1vw 0 6vw;
		margin: 0px auto;
	}

	.section_2 {
		margin: 0 auto;
		padding: 1vw 0 14vw;
		background: url("../images/bg_color3.jpg");
		background-size: 30%;

	}

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

	.section_3 {
		margin: 0 auto;
		padding: 1vw 0 8vw;
		background: url("../images/bg_color1.jpg");
		background-size: 30%;
	}

	.section_3::before {
		content: '';
		margin: -14vw auto 0vw;
		background: url("../images/sec3_be.png")center top no-repeat;
		background-size: 150vw;
		height: 10vw;
		display: flex;
		top: 7vw;
		position: relative;
	}

	.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 -29vw;
		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: -3.5vw auto 0;
		background: url("../images/blk_af_bl.png") center top no-repeat;
		background-size: 100vw;
		height: 4vw;
		top: 4vw;
		position: relative;
		pointer-events: none;
		transform: translateZ(-1px);
	}

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

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

	.blk_br::after {
		content: '';
		width: 100%;
		display: flex;
		margin: -3.5vw auto 0;
		background: url("../images/blk_af_br.png") center top no-repeat;
		background-size: 100vw;
		height: 4vw;
		top: 4vw;
		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 -29vw;
		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: -3.5vw auto 0;
		background: url("../images/blk_af_g.png") center top no-repeat;
		background-size: 100vw;
		height: 4vw;
		top: 4vw;
		position: relative;
		pointer-events: none;
		transform: translateZ(-1px);
	}

	.block_4 {
		margin-bottom: 10vw;
	}

}


/*攻略區A*/
.link_a {
	margin-top: 180px;
}

.link_a ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 auto;
}

.link_a img {
	margin: 5px;
}


@media screen and (max-width: 991px) {
	.link_a {
		margin-top: 23vw;
	}

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

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


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

.link_book img {
	margin: 5px;
}

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

.btn_book2 {
	position: absolute;
	top: -150px;
	right: 140px;
	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: 91vw;
		margin: .8vw;
	}

	.book_tip img {
		width: 45vw;
	}

	.btn_book1 {
		top: 67vw;
		right: 6vw;
	}

	.btn_book2 {
		top: -23vw;
		right: 5vw;
	}

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


/*攻略區B*/
.link_b_tip {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.link_b ul.link_b_tip_down {
	margin-top: 33px;
}

.link_b img {
	margin: 5px;
}

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

	.link_b ul.link_b_tip_down {
		margin-top: 0;
	}

	.link_b img {
		width: 92vw;
		margin: .8vw;
	}

	.link_b_tip_down img {
		width: 45vw;
	}
}


/*文字標題*/
big {
	color: #ff5d20;
}

h2,
h3,
.titleC.bttsp h2 {
	font-family: 'Noto Sans TC', sans-serif;
	font-weight: 900;
}

.menustyle2 ul li.menutitle p {
	font-family: 'Noto Sans TC', sans-serif;
	font-weight: 700;
}

.blk_bl .btt {
	background: url("../images/btt_bg_bl.png")top center no-repeat;
	width: 100%;
	height: 129px;
	margin: 0px auto 38px;
}

.blk_br .btt {
	background: url("../images/btt_bg_br.png")top center no-repeat;
	width: 100%;
	height: 129px;
	margin: 0px auto 38px;
}

.blk_g .btt {
	background: url("../images/btt_bg_g.png")top center no-repeat;
	width: 100%;
	height: 129px;
	margin: 0px auto 38px;
}

.btt h2 {
	color: #221510;
	font-size: 3.9rem;
	letter-spacing: 2px;
	padding: 25px 0 0;
}

.stt {
	background: url("../images/stt_bg.png")top center no-repeat;
	width: 100%;
	height: 65px;
	margin: 10px auto;
}

.stt h3 {
	color: #f5f0e2;
	font-size: 2.5rem;
	letter-spacing: 2px;
	padding: 5px 0 0;
}

.link_book .stt {
	margin: 20px auto 10px;
}

.warning {
	margin: 0px auto 5px;
	display: flex;
	justify-content: center;
}

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

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

	.blk_bl .btt,
	.blk_br .btt,
	.blk_g .btt {
		background: url("../images/btt_bgm.png")top center no-repeat;
		background-size: contain;
		width: 100%;
		height: 19vw;
		margin: 0 auto 4vw;
	}

	.btt h2 {
		font-size: 3rem;
		letter-spacing: 1px;
		padding: 2.3vw 0 0;
	}

	.btt.btta h2 {
		font-size: 2.5rem;
		letter-spacing: 0px;
		padding: 3.5vw 0 0;
	}

	.stt {
		background: url("../images/stt_bgm.png")top center no-repeat;
		background-size: contain;
		width: 100%;
		height: 12vw;
		margin: 2vw auto;
	}

	.stt h3 {
		font-size: 2rem;
		letter-spacing: 1px;
		padding: 1.2vw 0 0;
	}

	.link_book .stt {
		margin: 2vw auto 1vw;
	}

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

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

}


/*元件調整*/
.banner {
	padding: 0;
}
.ip_ad.banner {
	margin: 80px auto -30px;
}

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

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

.alternate ul:nth-child(odd) li:first-child {
	background: url("../images/bg_color2.jpg");
}

.alternate ul:nth-child(even) li:last-child {
	background: url("../images/bg_color4.jpg");
}

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

.hightlight .font h4,
.hightlight_5p .font h4,
.collect_5x6 .special,
.collect_5x6 .s-row h4 {
	background: url("../images/bg_color2.jpg");
}

.circle_5p .font h4,
.alternate .font h4 {
	color: #103b65;
}

.circle_5p .font .price {
	border: #103b65 1px solid;
	color: #103b65;
}

.circle_5p .font .price:after {
	background-color: #103b65;
}

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

	.ip_ad.banner {
		margin: 6vw auto -4vw;
	}

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

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

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

	.hightlight_5p ul li:first-child .font h4,
	.circle_5p ul li:first-child .font h4 {
		color: #103b65;
	}

}


/*crosswise_3p挖空*/
.crosswise_3p {
	width: 1140px;
	margin: 20px auto;
}

.crosswise_3p.sp8p1 {
	background: url("../images/bttsp_bg1.png")top center no-repeat;
}

.crosswise_3p.sp8p2 {
	background: url("../images/bttsp_bg2.png")top center no-repeat;
}

.crosswise_3p ul {
	justify-content: space-between;
}

.titleC.bttsp {
	position: relative;
	margin: 0 auto;
}

.titleC.bttsp h2 {
	width: fit-content;
	position: absolute;
	top: 35px;
	font-size: 2.8rem;
	font-weight: 900;
	letter-spacing: 2px;
	color: #f5f0e2;
	pointer-events: none;
}

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

	.crosswise_3p ul {
		justify-content: center;
	}

	.crosswise_3p.sp8p1,
	.crosswise_3p.sp8p2 {
		background: none;
	}


	.titleC.bttsp {
		padding: 0;
		background: url("../images/stt_bgm.png")top center no-repeat;
		background-size: contain;
		width: 100%;
		height: 12vw;
		margin: 2vw auto;
	}

	.titleC.bttsp h2 {
		position: relative;
		top: 0;
		right: 0;
		font-size: 2rem;
		letter-spacing: 1px;
		padding: 1.2vw 0 0;
	}

	.titleC.bttsp h2 br {
		display: none;
	}
}


/*頁籤*/
.tabs {
	max-width: 1160px;
	margin: 20px auto 0;
}

.tabs .tabs-head {
	width: calc(100% - 460px);
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
}

.tabs .tabs-head li {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	background: url("../images/bg_color5.jpg");
	border-radius: 999em;
	padding: 10px 0 12px;
	outline: 1.5px solid #103b65;
}

.tabs .tabs-head li.active {
	background: url("../images/bg_color2.jpg");
	outline: 1.5px solid #103b65;
}

.tabs .tabs-head li:hover {
	-webkit-transform: scale(1);
	transform: scale(1);
	background: url("../images/bg_color2.jpg");
	outline: 1.5px solid #103b65;
}

.tabs .tabs-head a {
	display: block;
	font-size: 1.5rem;
	font-weight: 900;
	text-align: center;
	color: #a8c4d0;
	letter-spacing: 1px;
}

.tabs .tabs-head li.active a,
.tabs .tabs-head a:hover {
	color: #fff;
}

@media screen and (max-width: 991px) {
	.tabs {
		margin: 0 auto;
	}

	.tabs .tabs-head {
		width: 80vw;
		margin: 2vw auto 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 2vw;
	}

	.tabs .tabs-head li {
		padding: 2vw;
		background-size: 30%;
	}

	.tabs .tabs-head li.active,
	.tabs .tabs-head li:hover {
		background-size: 30%;
	}

	.tabs .tabs-head a {
		font-size: 1.2rem;
		font-weight: 700;
	}
}


/*五品優惠輪播*/
.dct {
	width: 1140px;
	margin: 10px auto;
}

.dct .slick-list {
	padding-top: 20px;
	margin-bottom: 0;
}

.dct ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.dct li {
	width: 100%;
	background: #ff5d20;
	margin: 6px;
	padding: 0;
	border-radius: 15px;
	border: 2px solid #ff5d20;
	position: relative;
}

.dct .font {
	display: block;
	text-align: center;
}

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

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

.dct .font p span {
	color: #fff000;
}

.dct .font p big {
	color: #fff000;
	font-size: 1.8rem;
}

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

.link_d .slick-initialized .slick-slide.showByDate {
	display: none;
}

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

	.dct .slick-list {
		padding-top: 4vw;
	}

	.dct .slider {
		margin: 0 auto;
	}

	/*
  .slickbg.dct .slick-next{right: -3vw;z-index: 99;}
  .slickbg.dct .slick-prev{left: -3vw;z-index: 99;}		
  */
	.dct ul {
		flex-wrap: wrap;
	}

	.dct li {
		width: 46vw;
		padding: 0;
		margin: 1vw;
	}

	.dct .font {
		margin: 0;
	}

	.dct .font h4 {
		padding: 1.5vw 4vw;
		border: 2px solid #fff;
	}

	.dct .font p {
		padding: 2vw 0;
	}

	.dct .font p big {
		font-size: 1.5rem;
	}

	.link_d .dct .slick-slide img {
		height: 45vw;
	}
}


/*--輪播 左右箭頭去點點 統一設定--*/
.slick-list,
.slider {
	margin: 0 !important;
}

.slickbg .slick-prev,
.slickbg .slick-next {
	display: block !important;
	height: 40px;
	width: 40px;
}

.slickbg .slick-prev:before {
	content: '';
	background: url('../images/arrow-f.svg')center center no-repeat, #221510;
	background-size: 20px 20px;
	height: 30px;
	width: 30px;
	font-weight: bold;
	border-radius: 99em;
	display: block;
	opacity: 1;
	z-index: 98;
}

.slickbg .slick-next:before {
	content: '';
	background: url('../images/arrow-b.svg')center center no-repeat, #221510;
	background-size: 20px 20px;
	height: 30px;
	width: 30px;
	font-weight: bold;
	border-radius: 99em;
	display: block;
	opacity: 1;
	z-index: 98;
}

.slickbg .slick-next {
	right: -10px;
	z-index: 98;
	opacity: 0.6;
	display: flex !important;
	justify-content: flex-end;
}

.slickbg .slick-prev {
	left: -10px;
	z-index: 98;
	opacity: 0.6;
	display: flex !important;
	justify-content: flex-start;
}

.slickbg .slick-dots li {
	display: none;
}

.slickbg .slick-dotted.slick-slider {
	margin: 0 !important;
	padding-bottom: 0px !important;
}

.slickbg.slick3item {
	width: 1172px;
}

.slick5itam-2 h4,
.slick5itam-2 p {
	color: #221510;
}

.link_c .slickbg .slick5itam-2 .slick5.showByDate {
	display: none;
}

@media screen and (max-width: 991px) {
	.slickbg {
		width: 96vw !important;
	}

	.slick5itam-2 h4,
	.slick5itam-2 p {
		padding-top: 2vw;
	}

	.slickbg .slick-next {
		right: 0 !important;
		opacity: 0.6;
	}

	.slickbg .slick-prev {
		left: 0 !important;
		opacity: 0.6;
	}

	.slick3item .slick-slide img {
		width: 86vw !important;
	}
}



/*--  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: 120px;
		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 #103b65;
		border-radius: 15px;
		box-shadow: 3px 4px #103b65;
	}

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

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

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

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

	.nav-item-last {
		border-bottom: 0px solid #103b65;
	}

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

	.menustyle2 ul li.menutitle,
	.menustyle2 ul li.menutitle:hover {
		width: 100%;
		padding: 0px 0px;
		background: #103b65 !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;
	}

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

	.menustyle2 ul .active {
		color: #103b65 !important;
		background: #ffbf00 !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: #103b65;
}

li.dropdown {
	width: 33.3%;
	/*  display: flex;*/
	justify-content: center;
	border-right: 0.5px solid #fff;
}

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

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

.dropdown-menu {
	background: #ff5d20;
	min-width: 7rem;
	padding: 0 10px;
	z-index: 999;
	transform: translate3d(10px, 30px, 0px) !important;
}

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

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

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

.dropdown-item:focus,
.dropdown-item:hover {
	background: #d54a10 !important;
}

@media screen and (max-width: 991px) {
	.nav-link {
		color: #fff !important;
	}

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

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




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

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


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