@charset "utf-8";

:root {
	--color1: #212120;
	--color2: #ebff50;
	--color3: #8852ff;
}

/* 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.png") top center repeat fixed;
	scroll-behavior: smooth;
}

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

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

	html:before {
		content: "";
		position: fixed;
		z-index: -1;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: url("../images/bg-fixed.png")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;
	background: url("../images/bg-fixed-front.png") top center no-repeat fixed, url("../images/side-deco.png") center 335px repeat-y;
}

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

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

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

.kv_m {
	display: none;
}

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

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

.for_pc {
	display: block;
}

.for_m {
	display: none;
}

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

	.kv_m img {
		width: 100%;
	}

	.kv_pc {
		display: none;
	}

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

	.for_pc {
		display: none;
	}

	.for_m {
		display: block;
	}
}



/*主視覺動畫*/
.kv-bg {
	width: 100%;
}

.kvitem {
	position: absolute;
}

.kv-tt {
	width: calc((753 / 1920)* 100%);
	top: calc((212 / 1920) * 100%);
	left: calc((586 / 1920) * 100%);
	animation: bounceIn 1.2s;
	animation-delay: .1s;
	animation-fill-mode: backwards;
}

.kv-ybsg {
	width: calc((362 / 1920)* 100%);
	top: calc((101 / 1920) * 100%);
	left: calc((1127 / 1920) * 100%);
	animation: bounceInDown 1.2s;
	animation-delay: .15s;
	animation-fill-mode: backwards;
}

.kv-ybsg div img {
	width: 100%;
	animation: anime1 ease-in-out .6s infinite alternate;
}

@keyframes anime1 {
	0% {
		transform: rotate(5deg);
	}

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


/* 區塊 */
.block_0 {
	padding: 10px 0 0;
	margin: 0 auto 280px;
	background: url("../images/bg-color1.jpg");
	transform-style: preserve-3d;
}

.block_0::after {
	display: flex;
	max-width: 1920px;
	height: 100px;
	position: relative;
	top: 99px;
	margin: -145px auto 0;
	background: url("../images/blk0-af.png")center top no-repeat;
	pointer-events: none;
	transform: translateZ(-1px);
	content: '';
}

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

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

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

.block_9 {
	margin: 290px auto 140px;
}

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

	.block_0 {
		margin: 0 auto 32vw;
		padding: 2vw 0 0;
		background-size: 20%;
	}

	.block_0::after {
		display: flex;
		height: 17vw;
		position: relative;
		top: 16.5vw;
		margin: -25vw auto 0;
		background: url("../images/blk0-af.png") center top no-repeat;
		background-size: 250%;
		content: '';
	}

	.blk {
		margin: 27vw auto 0vw;
		background: url("../images/blk-bg.png") top center repeat-y;
		background-size: 100vw;
		transform-style: preserve-3d;
	}

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

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

	.block_9 {
		margin: 27vw auto 13vw;
	}
}


/*文字標題*/
h2,
h3,
.menustyle2 ul li a,
.tabs .tabs-head a,
.keywordA a {
	font-family: 'Noto Sans TC';
}

big {
	color: var(--color3);
}

.tt {
	display: flex;
	justify-content: center;
}

.btt {
	width: fit-content;
	height: 100px;
	position: relative;
	margin: -125px auto 20px;
	text-align: center;
	background: url("../images/btt-bg.png");
	background-position: top center;
	background-repeat: repeat-x;
	background-size: contain;
}

.btt h2 {
	padding: 20px 5px 0;
	color: var(--color1);
	font-size: 3.5rem;
	font-weight: 900;
	letter-spacing: 2px;
}

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

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

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

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

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

	.btt {
		height: 13vw;
		margin: 2vw auto;
	}

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

	.btt::before {
		height: 13vw;
	}

	.btt::after {
		height: 13vw;
	}

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

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


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

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

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

.regular2itam.slider {
	width: 1110px;
}

.tabs .tabs-head li {
	border: 2px solid var(--color1);
	background: var(--color1);
}

.tabs .tabs-head li:hover,
.tabs .tabs-head li.active {
	border: 2px solid var(--color1);
	background: var(--color3);
}

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

.keywordA li {
	border: 2px solid var(--color1);
	border-radius: 99em;
	background: var(--color1);
}

.keywordA a {
	color: #fff;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.5;
}

.keywordA li:hover {
	border: 2px solid var(--color1);
	background: var(--color3);
}

.dis-for-zasshi3,
.zasshi3-buy,
.alternate ul:nth-child(odd) li:first-child,
.alternate ul:nth-child(even) li:last-child {
	background: var(--color3);
}

.zasshi3 ul li h4 {
	color: var(--color1);
}

.zasshi3 ul li .font p,
.hightlight .font h4,
.collect_5x6 .special,
.collect_5x6 .s-row h4,
.hightlight_5p .font h4 {
	background: var(--color1);
}

.half ul,
.photograph .font,
.circle li {
	background: var(--color2);
}

.zasshi3 ul li,
.hightlight li,
.crosswise_3p li,
.collect_5x6 .h-row li,
.collect_5x6 .s-row li,
.rectangle_3p li,
.alternate li,
.hightlight_5p li {
	outline: 1.5px solid var(--color1);
	outline-offset: -1.5px;
}

.hightlight li.inner-bn {
	outline: none;
}

.rectangle_3p .font h4,
.alternate .font h4,
.circle .font h4,
.slick5itam-2 h4,
.slick5itam-2 p {
	color: var(--color3);
}

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

.circle img {
	border: solid 5px var(--color2);
}

.circle .font .price {
	border: var(--color1) 1px solid;
	color: var(--color1);
}

.circle .font .price:after {
	background-color: var(--color1);
}

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

	.banner {
		padding: 0 3vw;
	}

	.half ul {
		margin: 1vw;
		padding: 1vw 0;
		background: none;
	}

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

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

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

	.regular2itam.slider {
		width: 100%;
	}

	.zasshi3 ul li {
		width: 90vw;
	}

	.hightlight_5p ul li:first-child .font h4 {
		color: var(--color3);
	}

	.slickbg {
		width: 93vw;
	}
}


/*攻略四顆*/
.dis-tip-four {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 1200px;
	margin: 20px auto;
}

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

	.dis-tip-four li img {
		width: 45vw;
		margin: 1vw;
	}
}


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

.crosswise_3p.sp7p1 {
	background: url("../images/cro-7p-bg1.png")top center no-repeat;
}

.crosswise_3p.sp7p2 {
	background: url("../images/cro-7p-bg2.png")top center no-repeat;
}

.crosswise_3p.sp7p3 {
	background: url("../images/cro-7p-bg3.png")top center no-repeat;
}

.crosswise_3p.sp7p4 {
	background: url("../images/cro-7p-bg4.png")top center no-repeat;
}

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

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

	.crosswise_3p {
		width: 100% !important;
		margin: 2vw auto;
	}

	.crosswise_3p ul {
		justify-content: center;
	}

	.crosswise_3p.sp7p1,
	.crosswise_3p.sp7p2,
	.crosswise_3p.sp7p3,
	.crosswise_3p.sp7p4 {
		background: none;
	}
}


/* 一ad配兩品修正 */
.boxmix-forbn .box-mix ul.quotes li {
	width: 100%;
}

.boxmix-forbn .box-mix ul.hightlight li {
	width: 195px;
}

.boxmix-forbn .box-mix ul.hightlight li img {
	width: 195px;
	height: 195px;
}

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

	.boxmix-forbn .box-mix ul.hightlight li {
		width: 46vw;
	}

	.boxmix-forbn .box-mix ul.hightlight li img {
		width: 46vw;
		height: 46vw;
	}
}


/*五品一大四小帶標題*/
.special_5p_1 {
	margin: 10px auto;
}

.special_5p_1 .hightlight_5p {
	width: 1200px;
	margin: 0px auto;
	padding: 0;
	background: url("../images/h5psp-stt-bg.png")top center no-repeat;
}

.special_5p_1 .hightlight_5p ul li,
.special_5p_1 .hightlight_5p ul li:first-child {
	height: auto;
}

.special_5p_1 .hightlight_5p ul li {
	height: auto;
	margin-top: 82px;
}

.special_5p_1 .hightlight_5p ul li:first-child {
	width: 240px;
	height: auto;
	padding-top: 0;
}

.special_5p_1 .hightlight_5p ul li h4 {
	background: var(--color1);
}

.special_5p_1 .hightlight_5p ul li p {
	padding: 5px 5px 0;
}

.special_5p_1 .hightlight_5p .font .price {
	margin: 5px 0 15px;
}

.special_5p_1 .hightlight_5p img {
	width: 100%;
	object-fit: contain;
}

.special_5p_1 .hightlight_5p ul li:first-child img {
	width: 100%;
	height: 270px;
}

.special_5p_1 .hightlight_5p ul li:first-child img {
	margin: 0 auto;
}

.special_5p_1 .stt-sp {
	width: 1160px;
	position: relative;
	margin: auto;
}

.special_5p_1 .stt-sp h3 {
	width: 100%;
	position: absolute;
	padding: 20px 0 0 200px;
	text-align: center;
	color: #fff;
	font-size: 2.5rem;
	font-weight: 900;
	letter-spacing: 2px;
}

.special_5p_1 .stt-sp .more {
	position: absolute;
	top: 35px;
	right: 180px;
	transition-duration: 0.3s;
}

.special_5p_1 .stt-sp .more:hover {
	transform: scale(0.98);
}

.special_5p_1 .stt-sp .more a {
	padding: 2px 8px 3px;
	border-radius: 50px;
	background: var(--color2);
	color: #000;
	font-size: 1.1rem;
}

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

	.special_5p_1 .hightlight_5p {
		width: 98%;
		margin: 0 auto;
		padding: 0;
		background: none;
	}

	.special_5p_1 .hightlight_5p ul li {
		width: 46vw;
		margin: 1vw auto;
	}

	.special_5p_1 .hightlight_5p ul li:first-child {
		width: 98vw;
		margin: 1.5vw;
		padding: 2vw;
	}

	.special_5p_1 .hightlight_5p ul li:first-child .font {
		padding: 0;
	}

	.special_5p_1 .hightlight_5p ul li p {
		padding: 1vw 1vw 0;
	}

	.special_5p_1 .hightlight_5p .font .price {
		margin: 1vw 0 3vw;
	}

	.special_5p_1 .hightlight_5p img {
		width: 100%;
	}

	.special_5p_1 .hightlight_5p ul li:first-child img {
		width: 48vw;
		height: 48vw;
	}

	.special_5p_1 .stt-sp {
		width: 100%;
		margin: 3vw auto 1vw;
	}

	.special_5p_1 .stt-sp h3 {
		position: relative;
		margin: auto;
		padding: 0;
		text-align: center;
		color: var(--color1);
		font-size: 1.6rem;
		font-weight: 900;
		letter-spacing: 0px;
	}

	.special_5p_1 .stt-sp h3:before {
		display: inline-block;
		width: 6vw;
		height: 6vw;
		margin-right: 1.5vw;
		margin-bottom: -1vw;
		background-image: url("../images/stt-deco.png");
		background-size: contain;
		content: "";
	}

	.special_5p_1 .stt-sp h3:after {
		display: inline-block;
		width: 6vw;
		height: 6vw;
		margin-left: 1.5vw;
		margin-bottom: -1vw;
		background-image: url("../images/stt-deco.png");
		background-size: contain;
		content: "";
	}

	.special_5p_1 .stt-sp .more {
		top: 1.5vw;
		right: 5vw;
	}

	.special_5p_1 .stt-sp .more a {
		font-size: 1rem;
		padding: .5vw 3vw 1vw;
		background: var(--color3);
		color: #fff;
	}
}


/*按鈕B款*/
.go-cta-b {
	width: fit-content;
	position: relative;
	margin: 20px auto;
	padding: 10px 95px 15px;
	border: 4px solid var(--color2);
	border-radius: 99rem;
	background: var(--color1);
	text-align: center;
}

.go-cta-b h2 {
	margin-left: -60px;
	color: #fff;
	font-size: 3rem;
	font-weight: 900;
	line-height: 60px;
	letter-spacing: 2px;
}

.go-cta-b span {
	position: absolute;
	top: 10px;
	right: 14px;
	padding: 18px 10px;
	border-radius: 99em;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 900;
	background: var(--color3);
	animation: pulse 1s infinite;
}

@media screen and (max-width: 991px) {
	.go-cta-b {
		margin: 1vw auto;
		padding: 3vw 15vw 4vw 20vw;
		border: 2px solid var(--color2);
	}

	.go-cta-b h2 {
		margin-left: -15vw;
		font-size: 2rem;
		line-height: 1.9rem;
	}

	.go-cta-b span {
		top: 1.8vw;
		right: 1.8vw;
		padding: 2.5vw 1vw;
		font-size: 1.4rem;
	}
}


/*按鈕B款兩顆*/
.go-cta-b-two {
	display: flex;
	flex-wrap: wrap;
	max-width: 850px;
	margin: 30px auto;
}

/*
  .go-cta-b-1{
	background: #e65e66;
  }
  .go-cta-b-2 {
	background: #2daa6b;
  }
  */

/*
  .go-cta-b-1 span{ background: #2daa6b;}
  .go-cta-b-2 span{ background: #e65e66;}
  */

@media screen and (max-width: 991px) {
	.go-cta-b-two {
		display: flex;
		flex-wrap: wrap;
		margin: 4vw auto;
	}

}


/* 文字輪播 */
.slide_dis {
	max-width: 1180px;
	margin: 20px auto;
}

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

	.slide_dis {
		margin: 1vw 3vw;
	}
}


/*---- 文字輪播 ----*/
.swiper {
	position: relative;
	background: var(--color2);
	border-radius: 15px;
}

.swiper-brand .swiper-container {
	margin: 10px 30px 15px;
	overflow: hidden;
}

.swiper-slide a {
	display: block;
}

.swiper-slide img {
	width: 100%;
}

.swiper-button-next,
.swiper-button-prev {
	top: var(--swiper-navigation-top-offset, 60%)
}

:root {
	--swiper-navigation-size: 60px !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: var(--color1);
	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: 15px;
	top: 49%;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: 15px;
	top: 49%;
}

.swiper-brand a {
	position: relative;
	margin: 10px 0;
}

.swiper-brand .font {
	position: absolute;
	top: 20px;
	left: 20px;
	-moz-text-align-last: left;
	text-align-last: left;
}

.swiper-brand ul {
	font-size: 40px;
	text-align: center;
	color: var(--color1);
	font-weight: 600;
	line-height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.swiper-brand big {
	color: var(--color3);
	font-size: 45px;
}

.swiper-brand big br {
	display: none;
}

.swiper-brand span {
	font-size: 30px;
	align-items: center;
	margin: auto 10px
}

.swiper-brand img {
	width: 90px;
	height: 90px;
	border-radius: 99rem;
	border: 2px solid var(--color1);
	margin: 5px;
}

.swiper-brand h5 {
	color: var(--color2);
	font-size: 1rem;
	margin: auto 10px;
	line-height: 20px;
}

.swiper-brand span.date {
	color: #fff;
	position: relative;
	background: var(--color1);
	border-radius: 100px;
	padding: 5px 20px;
}

@media screen and (max-width: 991px) {
	.swiper-brand .swiper-container {
		margin: 2vw 8vw;
	}

	.swiper-button-next:after,
	.swiper-button-prev:after {
		width: 26px;
		height: 26px;
	}

	.swiper-brand p {
		font-size: 16px;
	}

	.swiper-brand span {
		margin: auto 20px;
		display: block;
		font-size: 20px;
	}

	.swiper-brand ul {
		font-size: 1.5rem;
		line-height: 2;
	}

	.swiper-brand big {
		font-size: 2.3rem;
		line-height: 1.1;
		padding: 1vw 2vw;
	}

	.swiper-brand big br {
		display: block;
	}
}


/*輪播統一設定*/
.slick-dotted.slick-slider {
	margin-bottom: 0px !important;
}

@media screen and (max-width: 991px) {
	.slider {
		margin: 2vw auto !important;
	}

	.slick-dotted.slick-slider {
		padding-bottom: 2vw !important;
	}
}


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

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

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

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

	.menustyle2 a br {
		display: block;
	}

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

	.menustyle2 ul .active {
		border-radius: 99em;
		color: var(--color1) !important;
		background: var(--color2);
	}
}

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

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

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

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

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

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

	.menustyle2 a br {
		display: none;
	}

	.menustyle2 ul li a:hover {
		width: 100%;
		justify-content: center;
		align-items: center;
		text-align: center;
		border-radius: 999em;
		color: var(--color1) !important;
		background: var(--color2);
	}

	.menustyle2 ul .active {
		width: 100%;
		justify-content: center;
		align-items: center;
		text-align: center;
		border-radius: 999em;
		color: var(--color1) !important;
		background: var(--color2);
	}

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


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

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


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

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


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

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

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

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

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

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

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

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

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

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

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

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