.themeExtra{
	--color1:#e0b8ac;
	--color1_2:rgba(224, 184, 172, 0.5);
	--color1_3:rgba(224, 184, 172, 0.2);
	
	--color2:#e5c59a;
	--color2_2:rgba(229, 197, 154, 0.5);
	--color2_3:rgba(229, 197, 154, 0.2);
	
	--color3:#9abe97;
	--color3_2:rgba(154, 190, 151, 0.5);
	--color3_3:rgba(154, 190, 151, 0.2);
	
	--color4:#8dbeac;
	--color4_2:rgba(141, 190, 172, 0.5);
	--color4_3:rgba(141, 190, 172, 0.2);
}

/********************************* icon start ******************************************/
.icon{
	display:block;
}
.icon:before{
	content:"";
	display:block;
	padding-top:100%;
	background:url(../images/icon.svg) no-repeat;
	background-size:400%;
	background-position-y:bottom;
}
.icon.i1:before{ background-position-x:0;}
.icon.i2:before{ background-position-x:33.33%;}
.icon.i3:before{ background-position-x:66.66%;}
.icon.i4:before{ background-position-x:100%;}
/********************************* icon end ******************************************/

/********************************* groupNav start ******************************************/
.groupNav{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.groupNav li{
	width:49.5%;
	margin-top:1%;
}
.groupNav li:nth-child(1),
.groupNav li:nth-child(2){
	margin-top:0;
}
.groupNav li a{
	position:relative;
	display:block;
	padding-top:48.82%;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}
.groupNav li a,
.groupNav li a:hover{
	color:#FFF;
}
.groupNav li:nth-child(1) a{ background-image:url(../images/groupNavP1.jpg);}
.groupNav li:nth-child(2) a{ background-image:url(../images/groupNavP2.jpg);}
.groupNav li:nth-child(3) a{ background-image:url(../images/groupNavP3.jpg);}
.groupNav li:nth-child(4) a{ background-image:url(../images/groupNavP4.jpg);}
.groupNav li a:before{
	position:absolute;
	content:"";
	display:block;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:0.9;
	transition:opacity 0.2s;
}
.groupNav li:nth-child(1) a:before{	background:var(--color1);}
.groupNav li:nth-child(2) a:before{	background:var(--color2);}
.groupNav li:nth-child(3) a:before{	background:var(--color3);}
.groupNav li:nth-child(4) a:before{	background:var(--color4);}
.groupNav li a:hover:before{
	opacity:0;
}
.groupNav li a span{
	position:absolute;
	font-size:1.71em;
	white-space:nowrap;
	letter-spacing:0.1em;
	display:flex;
	flex-direction:column;
	align-items:center;
}
.groupNav li:nth-child(1) a span,
.groupNav li:nth-child(3) a span{
	right:3.36%;
}
.groupNav li:nth-child(1) a span,
.groupNav li:nth-child(2) a span{
	bottom:5.17%;
}
.groupNav li:nth-child(2) a span,
.groupNav li:nth-child(4) a span{
	left:3.36%;
}
.groupNav li:nth-child(3) a span,
.groupNav li:nth-child(4) a span{
	top:5.17%;
}
.groupNav li a span i{
	width:90%;
}
.groupNav li:nth-child(1) a span i,
.groupNav li:nth-child(2) a span i{
	margin-bottom:0.3em;
}
.groupNav li:nth-child(3) a span i,
.groupNav li:nth-child(4) a span i{
	margin-top:0.3em;
	order:1;
}
/********************************* groupNav end ******************************************/

/********************************* groupCT start ******************************************/
.groupCT{
	margin-top:5%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.groupCT > *{
	margin-top:1%;
}

/*************** 區塊大標 start *********************/
.groupCT header{
	padding:1.5em 4em;
	width: 100%;
	color:#FFF;
	text-align: center;
}
#g1 header{ background: var(--color1);}
#g2 header{ background: var(--color2);}
#g3 header{ background: var(--color3);}
#g4 header{ background: var(--color4);}
.groupCT header h3{
	font-size: 1.6em;
}
.groupCT header p{
	font-size: 1.2em;
	line-height: 1.8em;
	margin:0.5em 0 0;
}
/*************** 區塊大標 end *********************/

/*************** 項目 start *********************/
.groupCT a,
.groupCT a:hover{
	color:#333;
}
.groupCT a{
	width:24.16%;
	display:flex;
	flex-direction:column;
}
.groupCT a .img{
	border:1px solid #AAA;
	border-bottom:none;
	overflow:hidden;
}
.groupCT a .img img{
	display:block;
	width:100%;
	border:none;
	transform:scale(0.9);
	transition:transform 0.5s;
}
.groupCT a:hover .img img{
	transform:none;
}
.groupCT a .txt{
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	text-align:center;
	font-size:1.07em;
	padding:1.5em 1em;
	flex-grow:1;
}
#g1 a .txt{ background:var(--color1_3);}
#g2 a .txt{ background:var(--color2_3);}
#g3 a .txt{ background:var(--color3_3);}
#g4 a .txt{ background:var(--color4_3);}
.groupCT a .txt em{
	font-style:normal;
}
.groupCT a .txt i{
	font-style:normal;
	margin-top:0.5em;
}
.groupCT a .txt i u{
	color:#600;
	text-decoration:none;
}
.groupCT a .txt i del{
	color:#999;
	font-size:0.8em;
	margin-left:0.9em;
}

/****** 顏色色塊 start *******/
.color{
	margin-top:1em;
}
.color ul li{
	border-color:transparent;
}
.color ul li:hover,
.color ul li.now{
	background: #FFF;
}
/****** 顏色色塊 end *******/
/*************** 項目 end *********************/
/********************************* groupCT end ******************************************/

/********************************* btmNav start ******************************************/
.btmNav{
	margin-top:5%;
}
.btmNav ul{
	display:flex;
	background:#EEE;
}
.btmNav ul.fixed{
	position:fixed;
	bottom:0;
	width:100%;
	max-width:1200px;
	z-index:1;
}
.btmNav ul li{
	width:25%;
}
.btmNav ul li a{
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:1.5em;
	padding:0.2em 0.5em 0.1em;
	border-bottom:0.35em solid;
	transition:all 0.2s;
}
.btmNav ul li a:hover{
	color:currentColor;
}
.btmNav ul li:nth-child(1) a{ border-color:var(--color1_2);}
.btmNav ul li:nth-child(2) a{ border-color:var(--color2_2);}
.btmNav ul li:nth-child(3) a{ border-color:var(--color3_2);}
.btmNav ul li:nth-child(4) a{ border-color:var(--color4_2);}
.btmNav ul li.active a{
	color:#FFF;
}
.btmNav ul li.active:nth-child(1) a{
	border-color:var(--color1);
	background:var(--color1);
}
.btmNav ul li.active:nth-child(2) a{
	border-color:var(--color2);
	background:var(--color2);
}
.btmNav ul li.active:nth-child(3) a{
	border-color:var(--color3);
	background:var(--color3);
}
.btmNav ul li.active:nth-child(4) a{
	border-color:var(--color4);
	background:var(--color4);
}
.btmNav .icon.i1:before,
.btmNav .icon.i2:before,
.btmNav .icon.i3:before,
.btmNav .icon.i4:before{ background-position-y: top;}
.btmNav ul li.active .icon.i1:before,
.btmNav ul li.active .icon.i2:before,
.btmNav ul li.active .icon.i3:before,
.btmNav ul li.active .icon.i4:before{ background-position-y: bottom;}
.btmNav ul li a span{
	display:flex;
	justify-content:center;
	align-items:center;
}
.btmNav ul li a span i{
	width:2.5em;
	margin-right:0.1em;
}

.toTop.hide{
	display:none;
}
/********************************* btmNav end ******************************************/


@media screen and (min-width:1025px){
	
	/********************************* btmNav start ******************************************/
	.btmNav ul li a:hover{
		color:#FFF;
	}
	.btmNav ul li:nth-child(1) a:hover{
		border-color:var(--color1);
		background:var(--color1);
	}
	.btmNav ul li:nth-child(2) a:hover{
		border-color:var(--color2);
		background:var(--color2);
	}
	.btmNav ul li:nth-child(3) a:hover{
		border-color:var(--color3);
		background:var(--color3);
	}
	.btmNav ul li:nth-child(4) a:hover{
		border-color:var(--color4);
		background:var(--color4);
	}
	.btmNav ul li a:hover .icon.i1:before,
	.btmNav ul li a:hover .icon.i2:before,
	.btmNav ul li a:hover .icon.i3:before,
	.btmNav ul li a:hover .icon.i4:before{ background-position-y: bottom;}
	/********************************* btmNav end ******************************************/
	
}


@media screen and (max-width:767px){
	
	/********************************* groupNav start ******************************************/
	.groupNav li a span{
		font-size:1em;
	}
	.groupNav li:nth-child(1) a span,
	.groupNav li:nth-child(3) a span{
		right:auto;
	}
	.groupNav li:nth-child(1) a span,
	.groupNav li:nth-child(2) a span{
		bottom:auto;
	}
	.groupNav li:nth-child(1) a span,
	.groupNav li:nth-child(2) a span,
	.groupNav li:nth-child(3) a span,
	.groupNav li:nth-child(4) a span{
		left:50%;
		top:50%;
		transform:translate(-50%, -50%);
	}
	/********************************* groupNav end ******************************************/
	
	/********************************* groupCT start ******************************************/
	.groupCT{
		margin-top:10%;
	}
	.groupCT > *{
		margin-top:2.5%;
	}
	
	/*************** 區塊大標 start *********************/
	.groupCT header{
		padding:2em 1.5em;
	}
	.groupCT header p{
		font-size: 1.1em;
	}
	/*************** 區塊大標 end *********************/
	
	/*************** 項目 start *********************/
	.groupCT a{
		width:48.5%;
	}
	.groupCT a .txt{
		font-size:1em;
	}
	/*************** 項目 end *********************/
	/********************************* groupCT end ******************************************/
	
	/********************************* btmNav start ******************************************/
	.btmNav{
		margin-top:10%;
	}
	.btmNav ul li a{
		font-size:1em;
	}
	.btmNav ul li a span{
		flex-direction:column;
		align-items:center;
	}
	.btmNav ul li a span i{
		margin:0.1em 0 0 0;
	}	
	/********************************* btmNav end ******************************************/
	
}