.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 **/

body{
	--theme-color:#D5CAB9;
}

.themeEventContainer{
	font-size:14px;
	color:currentColor;
	margin-top:5%;
}

/************************************** productImg start ***************************************/
.productImg{
	margin-top:5%;
}

.productImg > ul{
	margin-bottom:0;
}
.productImg .slick-track{
	padding: 5% 0 3%;
}
.productImg .slick-slide{
	transform-origin: center 70%;
	transform: scale(0.95);
	opacity: 0.5;
	transition: all 0.2s;
}
.productImg .slick-slide:not(.slick-active){
	cursor: pointer;
}
.productImg .slick-center{
	position: relative;
	transform: scale(1.05);
	opacity: 1;
	z-index: 1;
}

.productImg img{
	display: block;
	width:100%;
}

.productImg .slickPN{
	transition: all 0.2s;
}
.productImg:hover .slickPN{
	opacity: 1;
}

/************** PRODUCT LIST & BYO start *****************/
.stringInfo{
	position: relative;
	display: flex;
	justify-content: center;
	margin:0.5em auto 0;
	transition: opacity 0.2s;
	opacity: 0;
}
.stringInfo.done{
	opacity: 1;
}
.stringInfo button{
	border:none;
	padding:0.8em 2em;
	background: var(--theme-color);
	font-weight: bold;
	color:#FFF;
	transition: background 0.2s;
}
.stringInfo button.stringScene{
	font-size: 1.1em;
}
.stringInfo button.stringBYOBtn{
	cursor: pointer;
}
.stringInfo button.stringBYOBtn:hover{
	background:#c1b39e;
}
/************** PRODUCT LIST & BYO end *****************/
/************************************** productImg end ***************************************/

/********************************** .overlayCenter.stringBYO start ***********************************/
.overlayCenter.stringBYO{
	display:flex;
	justify-content:center;
	align-items:center;
	background: rgba(240, 240, 240, 0.95);
}
.overlayCenter.stringBYO .overlayCT .ctWrapper{
	height:100%;
	overflow: auto;
}
.overlayCenter.stringBYO .overlayCT .intro{
	margin:1em;
	display:flex;
	flex-wrap:wrap;
}
.overlayCenter.stringBYO .overlayCT .intro a{
	font-weight: bold;
	text-decoration: underline;
	color:#000;
}
.overlayCenter.stringBYO .overlayCT .intro a:hover{
	text-decoration: none;
}
.overlayCenter.stringBYO .overlayCT .intro ul{
	margin-left:0.5em;
}
.overlayCenter.stringBYO .overlayCT iframe{
	min-height:650px;
}
/********************************** .overlayCenter.stringBYO end ***********************************/

/********************************* BYO start ******************************************/
.BYO{
	margin-top:5%;
}

/*************** 區塊大標 start *********************/
.BYO header{
	padding:1.5em 4em;
	background: var(--theme-color);
	color:#FFF;
}
.BYO header h3{
	text-align: center;
	font-size: 1.6em;
}
.BYO header p{
	font-size: 1.2em;
	line-height: 1.8em;
	margin:0.5em 0 0;
	text-align: center;
	color:#333;
}
/*************** 區塊大標 end *********************/

/*************** ctWrapper start ***************/
.BYO .ctWrapper{
	padding:1em;
}
.BYO .intro{
	margin:1em;
	display:flex;
	flex-wrap:wrap;
}
.BYO .intro a{
	font-weight: bold;
	text-decoration: underline;
	color:#000;
}
.BYO .intro a:hover{
	text-decoration: none;
}
.BYO .intro ul{
	margin-left:0.5em;
}
.BYO iframe{
	border: none;
	display: block;
	width: 100%;
	height:650px;
}
/*************** ctWrapper end ***************/
/********************************* BYO end ******************************************/


@media screen and (min-width:1024px) and (max-width:1200px){
	
	.themeEventContainer{
		font-size:1.16vw;
	}
	
}


@media screen and (max-width:1023px){
	
	.mainContainer > section.themeEventContainer{
		margin-top:10%;
	}
	
	.stringInfo button{
		padding:0.8em 1em;
	}
	
	.stringBYOBtn:not(.href),
	.overlayCenter.stringBYO,
	.BYO{
		display:none;
	}
	
}


@media screen and (max-width:767px){
	
	/************************************** productImg start ***************************************/
	.productImg{
		margin-top:10%;
	}
	
	.productImg .slickPN{
		opacity: 1;
	}
	/************************************** productImg end ***************************************/
	
	/********************************* BYO start ******************************************/
	/*************** 區塊大標 start *********************/
	.BYO header{
		padding:3.5em 1.5em 2em;
	}
	.BYO header p{
		font-size: 1.1em;
	}
	/*************** 區塊大標 end *********************/
	/********************************* BYO end ******************************************/
	
}
