@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_color1.jpg");
	scroll-behavior: smooth;
}



/* 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;
	background: url("../images/side_deco.png")center 70px repeat-y;
}

.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%;
	}

	.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_tt1 {
	top: calc((119 / 1920)* 100%);
	left: calc((315 / 1920)* 100%);
	width: calc((201 / 1920)* 100%);
	animation: bounceIn 1s;
	animation-delay: .1s;
	animation-fill-mode: backwards;
}

.kv_tt2 {
	top: calc((179 / 1920)* 100%);
	left: calc((528 / 1920)* 100%);
	width: calc((631 / 1920)* 100%);
	animation: bounceIn 1s;
	animation-delay: .3s;
	animation-fill-mode: backwards;
}

.kv_tt3 {
	top: calc((159 / 1920)* 100%);
	left: calc((1179 / 1920)* 100%);
	width: calc((426 / 1920)* 100%);
	animation: bounceIn 1s;
	animation-delay: .5s;
	animation-fill-mode: backwards;
}

.kv_deco1 {
	top: calc((1121 / 1920)* 100%);
	left: calc((598 / 1920)* 100%);
	width: calc((259 / 1920)* 100%);
	animation: Move1 ease-in-out;
	animation-direction: 5s;
	animation-delay: .5s;
	animation-fill-mode: backwards;
}

.kv_deco2 {
	top: calc((76 / 1920)* 100%);
	left: calc((63 / 1920)* 100%);
	width: calc((203 / 1920)* 100%);
	animation: swingA 1.8s ease-in-out;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-fill-mode: backwards;
}

.kv_deco3 {
	top: calc((126 / 1920)* 100%);
	left: calc((1641 / 1920)* 100%);
	width: calc((165 / 1920)* 100%);
	animation: swingA 1.8s ease-in-out;
	animation-delay: -1s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-fill-mode: backwards;
}

/*動畫*/
@keyframes Move1 {
	0% {
		transform: translateX(0%);
	}

	100% {
		transform: translateX(40%);
	}
}

@keyframes swingA {
	0% {
		transform: rotate(2deg);
	}

	100% {
		transform: rotate(-8deg);
	}
}


/*區塊*/
.blk_spa {
	background: url("../images/bg_color5.jpg");
	max-width: 1200px;
	margin: 260px auto 30px;
	padding: 0px 0 20px;
	border-radius: 0 0 20px 20px;
}

.blk_spa::before {
	content: '';
	width: 1200px;
	margin: 0 auto -290px;
	background: url("../images/btt_bg.png")center top no-repeat;
	height: 230px;
	display: flex;
	top: -230px;
	right: 0px;
	position: relative;
}



/*文字*/
@font-face {
	font-family: GenSenRounded2TW-H;
	src: url("https://events.eslite.com/font/GenSenRounded2TW-H.otf");
}

h2,
h3,
.menustyle2 ul li a,
.more_btn a,
.keywordB .keywordA a {
	font-family: GenSenRounded2TW-H;
}

.btt h2 {
	font-size: 3.2rem;
	color: #fff;
	text-shadow: 3px 3px #000;
	margin-top: -125px;
}

.block_00 .btt {
	background: url("../images/btt_bgm.png")top center no-repeat;
	width: 100%;
	height: 125px;
	margin: 20px auto 0;
}

.block_00 .btt h2 {
	margin-top: 0px;
	padding-top: 20px;
}


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

.slickbg {
	width: 1130px;
	margin: 20px auto;
}

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

.slick-list {
	margin: 0 !important;
}

.recommend {
	background: #fff;
	margin: 20px auto;
	width: 1100px;
	border-radius: 0px;
}

.rectangle_3p,
.recommend_2p,
.recommend_3p,
.photograph,
.hightlight {
	margin: 20px auto;
}

.recommend_2p li {
	background: #fff;
	margin: 5px;
}

.recommend_3p img {
	border-color: #ffa630 transparent transparent #ffa630;
}

.hightlight .font h4 {
	background: url("../images/bg_color3.jpg");
}

.hightlight img {
	object-fit: contain;
}

.hightlight .font p{
	margin: 10px 15px 5px;
}

.keywordB .keywordA {
	margin: 40px auto 60px;
}

.keywordB .keywordA li {
    background: #3f9449;
	border: solid 1px #000;
	box-shadow: 4px 4px 0px #000;
}

.keywordB .keywordA li:hover {
	 background: #34783c;
}


/*promotion四塊*/
.block_00 {
	margin: 0 auto -540px;
	background: url("../images/blk00_bg.png")top center no-repeat;
	width: 100%;
	height: 902px;
	background-size: contain;
	padding-top: 1px;
}

.block_00 ul {
	width: 1200px;
	margin: 0px auto;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}


/*more按鈕*/
.more_btn {
	width: 1080px;
	margin: 0 auto;
	position: relative;
}

.more_btn a {
	background: #000;
	color: #fff;
	border-radius: 50px;
	padding: 5px 10px 5px 15px;
	position: absolute;
	top: -30px;
	right: 50%;
	transform: translate(50%, -50%);
	font-size: 1.3rem;
	letter-spacing: 1px;
	transition: .5s;
}

.more_btn a:hover {
	background: #fff100;
	color: #000;
}



/* -------------------------------------m版------------------------------------- */
@media screen and (max-width: 991px) {


	/*區塊*/
	.blk_spa {
		margin: 0 auto 5vw;
		padding: 1vw 0 2vw;
		border-radius: 15px;
	}

	.blk_spa::before {
		display: none;
	}


	/*文字*/
	.btt {
		background: url("../images/btt_bgm.png")top center no-repeat;
		background-size: contain;
		width: 100%;
		height: 22vw;
		margin: 2vw auto;
	}

	.btt h2 {
		font-size: 2.2rem;
		text-shadow: none;
		margin-top: 0;
		padding-top: 5vw;
	}

	.block_00 .btt {
		background: url("../images/btt_bgm.png")top center no-repeat;
		background-size: contain;
		width: 100%;
		height: 22vw;
		margin: 2vw auto 0;
	}

	.block_00 .btt h2 {
		padding-top: 5vw;
	}


	/*元件調整*/
	.slickbg {
		width: 100vw;
		margin: 2vw auto;
	}

	.slick-slide {
		margin: 0 2vw !important;
	}

	.recommend {
		width: 94vw;
		margin: 2vw auto;
	}

	.rectangle_3p,
	.recommend_2p,
	.recommend_3p,
	.hightlight {
		margin: 2vw auto;
	}

	.recommend_2p li {
		margin: 1vw;
	}

	.photograph {
		width: 94vw;
		margin: 2vw auto;
	}

	.photograph .font {
		box-shadow: none;
	}

	.hightlight .font p{
		margin: 2vw 4vw 1vw;
	}

	.keywordB .keywordA {
		margin: 3vw auto 6vw;
	}


	/*promotion四塊*/
	.block_00 {
		height: auto;
		margin: 4vw auto 6vw;
		background: none;
		padding-top: 0;
		padding-bottom: 0;
	}

	.block_00 ul {
		width: 100%;
		display: block;
		margin: 0 auto;
		padding: 0 1vw;
	}

	.block_00 ul li img {
		width: 100%;
		margin: 0 auto -3vw;
	}


	/*more按鈕*/
	.morebtn {
		width: 100%;
		height: 5vw;
		margin-bottom: 0vw;
	}

	.morebtn a {
		top: .5vw;
		right: 50%;
		transform: translate(50%, -50%);
		font-size: 1.2rem;
		padding: 1vw 2vw 1vw 3vw;
	}

}





/*--  nav 選單 固定側邊--*/
@media only screen and (min-width: 992px) {
	.menustyle2 {
		width: 145px;
		display: flex;
		flex-wrap: wrap;
		background: #3f9449;
		z-index: 999;
		height: auto;
		position: fixed;
		top: 180px;
		right: 10px;
		border-radius: 999em;
		border: 1.5px solid #ece6d8;
	}

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

	.menustyle2 ul li {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.menustyle2 ul li a {
		text-decoration: none;
		font-size: .8rem;
		color: #fff;
		display: flex;
		width: fit-content;
		justify-content: center;
		align-items: center;
		padding: 6px 12px;
		margin: 1px auto;
		flex-direction: column;
		line-height: 1.2;
		text-align: center;
	}

	.menustyle2 a br {
		display: block;
	}

	.menustyle2 ul li a:hover {
		background: #fff100;
		color: #000 !important;
		transform: scale(1);
		border-radius: 99em;
	}

	.menustyle2 ul .active {
		background: #fff100;
		color: #000 !important;
		border-radius: 99em;
	}
}

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

	.menustyle2 {
		width: 100%;
		z-index: 999;
		padding: 2vw 1vw;
		display: block;
		background: #3f9449;
		border-bottom: 1px solid #ece6d8;
		flex-direction: column;
		flex-wrap: wrap;
		position: absolute;
		overflow-x: auto;
		justify-content: center;
		white-space: nowrap;
		webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		height: auto;
	}

	.menustyle2 ul {
		width: 100%;
		margin: 0 auto;
		flex-wrap: nowrap;
		display: flex;
	}

	.menustyle2 ul li {
		width: fit-content;
		display: flex;
		justify-content: center;
		align-items: center;
		box-sizing: border-box;
	}

	.menustyle2 ul li.showByDate {
		margin-top: 1.5vw;
	}

	.menustyle2 ul li a {
		font-size: 1rem;
		letter-spacing: 0px;
		color: #fff;
		box-sizing: border-box;
		padding: 1.5vw 2.5vw;
		font-weight: 700;
	}

	.menustyle2 a br {
		display: none;
	}

	.menustyle2 ul li a:hover {
		background: #fff100;
		color: #000 !important;
		width: 100%;
		justify-content: center;
		align-items: center;
		text-align: center;
		border-radius: 999em;
	}

	.menustyle2 ul .active {
		background: #fff100;
		color: #000 !important;
		width: 100%;
		justify-content: center;
		align-items: center;
		text-align: center;
		border-radius: 999em;
	}

	.sticky {
		position: fixed;
		top: 0;
	}
}


/*手機版選單下滑出現*/
@media screen and (max-width: 991px) {
	#TopMenu2 {
		transition: background-color 1s, opacity 1s, visibility 1s;
		opacity: 0;
		visibility: hidden;
		z-index: 999;
		position: absolute;
		top: 0;
	}

	#TopMenu2.show {
		opacity: 1;
		visibility: visible;
		position: fixed;
		top: 0;
	}
}


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

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


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