@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@700&family=Noto+Sans+TC:wght@400;800&display=swap');

.themeEventContainer{
	--theme-color:#000;
	font-family: 'Noto Sans TC', 微軟正黑體, sans-serif;
	font-weight:400;
	font-size:clamp(10px, 1.16vw, 14px);
	margin-top:5%;
	overflow: hidden;
}

/**************************** founder start *********************************/
.founder{
	position: relative;
	padding:12.5% 12.5% 4.16%;
}

.founder .obj{
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	right:0;
	top:0;
	width:46.83%;
	aspect-ratio:1.7;
	background-image: url(../images/obj1.svg);
}

/************** 標題 start ****************/
.founder {
	h4{
		position: absolute;
		left:0;
		top:0;
		margin:4.16% 0 0 4.16%;
		font-size: 3.6em;
		line-height: 0.92em;
	}
	h4 strong{
		display: block;
		font-family: Lexend;
		font-weight: 700;
		color:var(--theme-color);
	}
	h4 em{
		display: block;
		font-weight: 800;
		font-style: normal;
		font-size: 0.32em;
		margin-top:0.5em;
		line-height: 1em;
		letter-spacing: 0.1em;
	}
}
/************** 標題 end ****************/

.founder ul{
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.founder li{
	width:22.22%;
}
.founder li img{
	display: block;
	width:100%;
}
.founder li h5{
	font-size: 1em;
	font-family: Lexend;
	font-weight: 700;
	margin-top:0.5em;
	color:var(--theme-color);
}
.founder li p{
	font-size: 0.85em;
	margin:0.5em 0 0;
	line-height: 1.8em;
}
/**************************** founder end *********************************/

/*********************************** productIntro start ***********************************************/
.productIntro{
	margin:5% auto 0;
	width:95%;
	overflow:hidden;
}

.productIntro > li{
	display: flex;
}
.productIntro > li+li{
	margin-top:2.5%;
}

.productIntro .img{
	width:50%;
}
.productIntro > li:nth-child(even) .img{
	order:1;
}
.productIntro .slick{
	margin:0;
}
.productIntro .img li{
	position: relative;
}
.productIntro img{
	display: block;
	width:100%;
}
.productIntro .img li em{
	position: absolute;
	right:0;
	bottom:0;
	max-width:100%;
	padding:0.5em 1em;
	font-style: normal;
	font-size: 0.7em;
	line-height: 1em;
	text-align: right;
	color:#FFF;
	background: rgba(0, 0, 0, 0.3);
}

.productIntro .slickPN{
	opacity: 0;
	transition: opacity 0.2s;
}
.productIntro .slick:hover .slickPN{
	opacity: 1;
}

.productIntro h4{
	text-align: center;
	font-size: 1em;
	font-weight: normal;
	margin-top:0.5em;
	opacity: 0;
	transition: opacity 0.5s;
}
.productIntro h4.done{
	opacity:1;
}

.productIntro li .txt{
	display: flex;
	flex-direction: column;
	justify-content: center;
	width:50%;
	padding:0 6%;
}
.productIntro li .txt h3{
	text-align: center;
	font-size: 1.2em;
	font-weight: 700;
	color:var(--theme-color);
}
.productIntro li .txt h3 span{
	font-size: 0.8em;
	font-weight: 400;
}
.productIntro li .txt p{
	margin: 1.2em 0 0;
	line-height: 1.8em;
	color:#666;
}
/*********************************** productIntro end ***********************************************/

/*********************************** eventBlock start ***********************************************/
.eventBlock{
	margin-top:5%;
	padding:10% 8%;
	font-size: 1.05em;
	background-color: #c4dbc9;
	background-repeat:repeat-x;
	background-size: 20%;
	background-image: url(../images/decoTop.svg), url(../images/decoBtm.svg);
	background-position: center top, center bottom;
}

.eventBlock p{
	line-height: 1.8em;
}

.eventBlock header{
	text-align: center;
}
.eventBlock header h3{
	color:var(--theme-color);
	font-size: 1.7em;
}

/**************** group start ********************/
.eventBlock .group{
	margin-top:4%;
}

.eventBlock .group h4{
	--line-space:1em;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 1.15em;
	line-height: 1em;
	color:var(--theme-color);
}
.eventBlock .group h4:before,
.eventBlock .group h4:after{
	content:"";
	display: block;
	height:1px;
	background: currentColor;
	flex-grow:1;
}
.eventBlock .group h4:before{
	margin-right:var(--line-space);
}
.eventBlock .group h4:after{
	margin-left:var(--line-space);
}

.eventBlock .group p{
	text-align: center;
	margin:2em 0 0;
}

.eventBlock .productList{
	margin:2em auto 0;
	width:95%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}
.eventBlock .g1 .productList{
	margin-top:4em;
}
.eventBlock .g2 .productList,
.eventBlock .g3 .productList{
	width:85%;
}
.eventBlock .g2 .productList > li,
.eventBlock .g3 .productList > li{
	width:25%;
}

.eventBlock .color ul li{
	border-color:transparent;
}
.eventBlock .color ul li:not(.more):hover,
.eventBlock .color ul li.now{
	border-color:#999;
}

.eventBlock .productList a:hover{
	color:currentColor;
}

.eventBlock .productList li .name{
	height: 4.2em;
	-webkit-line-clamp: 3;
}

.eventBlock .productList > li > img{
	position: absolute;
	left:0;
	top:0;
	margin:-25% 0 0 0;
	width:35%;
	display: block;
}
/**************** group end ********************/
/*********************************** eventBlock end ***********************************************/


@media screen and (max-width:1023px){
	
	.themeEventContainer{
		font-size: 14px;
	}

	/**************************** founder start *********************************/
	.founder{
		padding:10% 5%;
	}

	.founder .obj{
		width:45%;
	}
	
	/************** 標題 start ****************/
	.founder {
		h4{
			position: static;
			margin:0;
			font-size: 2.5em;
		}
		h4 em{
			font-size: 0.4em;
		}
	}
	/************** 標題 end ****************/

	.founder ul{
		flex-wrap:wrap;
		margin-top:10%;
		font-size: 1.1em;
	}
	.founder li{
		width:47%;
		flex-shrink: 0;
	}
	.founder li:nth-child(n+3){
		margin-top:10%;
	}
	/**************************** founder end *********************************/
	
	/*********************************** productIntro start ***********************************************/
	.productIntro{
		width:auto;
	}

	.productIntro > li{
		display: block;
	}

	.productIntro .img{
		width:auto;
	}

	.productIntro li .txt{
		display: block;
		width:auto;
		padding:8% 5%;
	}
	/*********************************** productIntro end ***********************************************/
	
	/*********************************** eventBlock start ***********************************************/
	.eventBlock{
		margin-top:10%;
		padding:15% 5%;
		font-size: 1em;
		background-size: 25%;
	}

	.eventBlock header h3{
		font-size: 1.4em;
	}

	/**************** group start ********************/
	.eventBlock .group{
		margin-top:10%;
	}

	.eventBlock .group p br{
		display: none;
	}
	
	.eventBlock .productList,
	.eventBlock .g2 .productList,
	.eventBlock .g3 .productList{
		width:auto;
	}
	.eventBlock .productList{
		justify-content: flex-start;
	}
	.eventBlock .g1 .productList > li:nth-child(3),
	.eventBlock .g1 .productList > li:nth-child(4){
		margin-top:20%;
	}
	.eventBlock .g2 .productList > li,
	.eventBlock .g3 .productList > li{
		width:50%;
	}

	.eventBlock .color ul li{
		border-color:transparent;
	}
	.eventBlock .color ul li:not(.more):hover,
	.eventBlock .color ul li.now{
		border-color:#999;
	}

	.eventBlock .productList a:hover{
		color:currentColor;
	}

	.eventBlock .productList li .name{
		height: 4.2em;
		-webkit-line-clamp: 3;
	}

	.eventBlock .productList > li > img{
		position: absolute;
		left:0;
		top:0;
		margin:-25% 0 0 0;
		width:35%;
		display: block;
	}
	/**************** group end ********************/
	/*********************************** eventBlock end ***********************************************/
	
}
