@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700;900&display=swap");
* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
	vertical-align: bottom;
}

.block {
	display: block;
}

.clear {
	clear: both;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Noto Sans TC", sans-serif;
}

.wrapbox {
	position: relative;
}
.language {
	padding: 0.5em 1em;
	background: rgb(132, 60, 12);
	color: #fff;
	display: inline-block;
	font-size: 100%;
	position: absolute;
	right: 2%;
	top: 2%;
	border-radius: 10px;
	text-decoration: none;
	transition: 0.5s;
}
.language-s {
	position: absolute;
	right: 85%;
	top: 1%;
}
.language-t {
	position: absolute;
	right: 70%;
	top: 1%;
}

.language:hover {
	opacity: 0.7;
}
@media screen and (max-width: 900px) {
	.language {
		padding: 0.4em 0.8em;
		font-size: 2.5vmin;
	}
	.language-s {
		position: absolute;
		right: 70%;
		top: 1%;
	}
	.language-t {
		position: absolute;
		right: 50%;
		top: 1%;
	}
}

.drop_shadow {
	box-shadow: 0 0 10px #00000030;
	margin: 0 auto;
	max-width: 900px;
}

.content {
	position: relative;
}

.content img {
	max-width: 900px;
	width: 100%;
}

/* YT */
.video {
	position: absolute;
	width: 75%;
	bottom: 38%;
	left: 12%;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* YT */

.slider_bg {
	margin: 0 auto;
	background: url(../images/2021_LP_2_03.jpg) top center no-repeat;
	background-size: cover;
}

.slider {
	width: 100%;
	margin: 0 auto;
}

.slick-slide {
	margin: 0;
}

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

.slick-prev:before,
.slick-next:before {
	color: transparent;
}

.slick-slide {
	transition: all ease-in-out 0.3s;
	opacity: 0.2;
}

.slick-active {
	opacity: 0.5;
}

.slick-current {
	opacity: 1;
}

.accordion {
	cursor: pointer;
	width: 100%;
	border: none;
	outline: none;
	transition: 0.4s;
}

.panel {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

.btn01 {
	position: absolute;
	top: 55%;
	left: 2%;
	width: 50%;
	filter: drop-shadow(0 5px 0 #00000040);
}

.btn02 {
	position: absolute;
	bottom: 6%;
	left: 24%;
	width: 50%;
	filter: drop-shadow(0 5px 0 #00000040);
}

.btn03 {
	position: absolute;
	bottom: 7%;
	left: 33%;
	width: 35%;
	filter: drop-shadow(0 5px 0 #00000040);
}

.btn05 {
	position: absolute;
	bottom: 6%;
	left: 18%;
	width: 65%;
	filter: drop-shadow(0 5px 0 #00000040);
}

.btn06 {
	position: absolute;
	bottom: 57%;
	left: 18%;
	width: 65%;
	filter: drop-shadow(0 5px 0 #00000040);
}

.shiny-btn2 {
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 30px;
}

.shiny-btn2:hover {
	text-decoration: none;
	color: #fff;
	box-shadow: none;
	-webkit-transform: translateY(3px);
}

.shiny-btn2::before {
	position: absolute;
	content: "";
	display: inline-block;
	top: -180px;
	left: 0;
	width: 30px;
	height: 100%;
	background-color: #fff;
	transition: 0.2s;
	animation: shiny-btn2 3s ease-in-out infinite;
}

@-webkit-keyframes shiny-btn2 {
	0% {
		-webkit-transform: scale(0) rotate(45deg);
		opacity: 0;
	}
	80% {
		-webkit-transform: scale(0) rotate(45deg);
		opacity: 0.5;
	}
	81% {
		-webkit-transform: scale(4) rotate(45deg);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(50) rotate(45deg);
		opacity: 0;
	}
}

@media screen and (max-width: 900px) {
	.drop_shadow {
		margin: 0;
		width: 100%;
	}

	.content img {
		width: 100%;
	}
}




/* ▼Countdown Timer▼ */


.countdown {
	transition: all 1s;
	z-index: 99;
	background: #c15fc9;
	background-size: cover;
	padding: 10px 0;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	position: sticky;
	top:0;
}

.countdown_content {
	max-width: 900px;
	margin: 0 auto;
	font-family: 微軟正黑體, Meiryo, sans-serif, "Noto Sans TC";
	font-weight: 700;
	font-size: 1.8rem;
	letter-spacing: 5px;
	color: #fff;
	text-shadow: 1px 1px 3px #410412;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	text-align: center;
}



#demo {
	color: #fff;
}

@media screen and (max-width: 900px) {
	.countdown {
		padding: 3% 0;
	}

	.countdown_content {
		font-size: 1.5rem;
		letter-spacing: 3px;
	}


}

@media screen and (max-width: 600px) {
	.countdown_content {
		font-size: 0.8rem;
		letter-spacing: 1px;
	}
}


/* ▲Countdown Timer▲ */