@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400&display=swap');

.themeExtra .videoBlock{
	position:relative;
}

.themeExtra img{
	display:block;
	width:100%;
}

.themeExtra .videoBlock .vBtn{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	cursor:pointer;
	display:flex;
	justify-content:center;
	align-items:center;
}
.themeExtra .videoBlock .vBtn span{
	display:block;
	width:8.5%;
	min-width:50px;
	max-width:68px;
	animation:flashVBtn 0.8s ease-in infinite alternate;
}
@keyframes flashVBtn{
	from{
		transform:scale(0.9);
		opacity:0.6;
	}
}
.themeExtra .videoBlock .vBtn span:before{
	content:"";
	display:block;
	padding-top:100%;
	background:url(https://www.nordic.com.tw/images/vBtn.png) no-repeat center;
	background-size:contain;
}
.themeExtra .videoBlock .vBtn:hover span{
	animation:none;
}

/** videoOverlay start **/
.videoOverlay{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100vh;
	z-index:2;
	background:rgba(255, 255, 255, 0.9);
	justify-content:center;
	align-items:center;
	display:flex;
	opacity:0;
	transition:opacity 0.3s;
	pointer-events:none;
}
.videoOverlay.show{
	opacity:1;
	pointer-events:auto;
}
.videoOverlay .videoOverlayCT{
	position:relative;
	width:95%;
	max-width:960px;
	background:#000;
	transform:scale(0.5);
	transition:transform 0.3s;
}
.videoOverlay.show .videoOverlayCT{
	transform:none;
}
.videoOverlay .videoOverlayCT:before{
	content:"";
	display:block;
	padding-top:56.25%;
}
.videoOverlay iframe{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	border:none;
	display:block;
}

.videoOverlay .closeBtn{
	position:absolute;
	right:0;
	bottom:calc(100% + 10px);
	width:30px;
	height:30px;
	cursor:pointer;
}
.videoOverlay .closeBtn:before,
.videoOverlay .closeBtn:after{
	position:absolute;
	content:"";
	right:0;
	top:50%;
	width:90%;
	height:2px;
	background:#999;
	border-radius:1px;
}
.videoOverlay .closeBtn:before{
	transform:translateY(-50%) rotate(-45deg);
}
.videoOverlay .closeBtn:after{
	transform:translateY(-50%) rotate(-135deg);
}
.videoOverlay .closeBtn:hover:before,
.videoOverlay .closeBtn:hover:after{
	background:#666;
}
/** videoOverlay end **/

.themeEventContainer{
	font-family:Roboto, 微軟正黑體, sans-serif;
	font-size:14px;
	color:#666;
	margin-top:5%;
}

/*********************************** qaBlock start ***********************************************/
.qaBlock{
	position:relative;
	margin:0 auto;
	width:95%;
	padding:0 45% 0 4%;
}
.qaBlock h5 span{
	display:block;
	font-size:1.28em;
	font-weight:normal;
	line-height:1em;
	letter-spacing:0.15em;
}
.qaBlock h5 strong{
	display:block;
	font-size:2.5em;
	color:#804f22;
	margin-top:0.5em;
}
.qaBlock img{
	position:absolute;
	right:0;
	top:0;
	width:36.84%;
	display:block;
}
.qaBlock ul{
	margin-top:4.28em;
}
.qaBlock ul li h6{
	position:relative;
	padding-bottom:0.3em;
	font-size:1.3em;
	border-bottom:1px solid #666;
	cursor:pointer;
}
.qaBlock ul li h6 span{
	display:inline-block;
	margin-right:0.4em;
}
.qaBlock ul li h6:after{
	position:absolute;
	content:"";
	display:block;
	right:0.4em;
	bottom:0.7em;
	border:0.23em solid transparent;
	border-top:0.3em solid currentColor;
	border-bottom:none;
	transition:all 0.2s;
}
.qaBlock ul li img{
	opacity:0;
	transition:opacity 1s;
}
.qaBlock ul li h6:hover,
.qaBlock ul li.active h6{
	color:#804f22;
}
.qaBlock ul li.active h6:after{
	transform:rotate(-180deg);
}
.qaBlock ul li.active img{
	opacity:1;
}
.qaBlock ul li .aBlock{
	padding:0.8em 0 1em 2.5em;
	transition:padding 0.6s;
}
.qaBlock ul li.active .aBlock{
	padding-top:1.2em;
	padding-bottom:2em;
}
.qaBlock ul li .aBlock .a{
	display:none;
}
.qaBlock ul li .aBlock .a p{
	margin:0;
	padding:0;
	line-height:1.6em;
}
/*********************************** qaBlock end ***********************************************/

.mainContainer > section.themeImage{
	margin-top:10%;
}
.themeImage .tabBlock .tabBtn{
	display:none;
}


@media screen and (min-width:1024px) and (max-width:1200px){
	
	.themeEventContainer{
		font-size:1.16vw;
	}
	
}


@media screen and (max-width:1023px){
	
	.themeImage .tabBlock .tabCT > section > h3{
		display: none;
	}
	
	.mainContainer > section.themeEventContainer{
		margin:10% 10px 0;
	}
	
	/*********************************** qaBlock start ***********************************************/
	.qaBlock{
		width:auto;
		padding:0;
	}
	.qaBlock img{
		position:static;
		width:100%;
	}
	.qaBlock > img{
		display: none;
	}
	.qaBlock ul,
	.qaBlock ul li+li{
		margin-top:10%;
	}
	.qaBlock ul li h6:after{
		display:none;
	}
	.qaBlock ul li h6:hover,
	.qaBlock ul li.active h6{
		color:#666;
	}
	.qaBlock ul li img,
	.qaBlock ul li .aBlock{
		margin-top:5%;
	}
	.qaBlock ul li img{
		opacity:1;
	}
	.qaBlock ul li .aBlock,
	.qaBlock ul li.active .aBlock{
		padding:0;
	}
	.qaBlock ul li .aBlock .a{
		display:block !important;
		height:auto !important;
	}
	/*********************************** qaBlock end ***********************************************/
	
}