@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500&family=Noto+Serif+TC:wght@500&family=Cinzel+Decorative:wght@400&display=swap');

.themeEventContainer{
	font-family: 'Noto Sans TC', sans-serif;
	font-size: clamp(10px, 1.16vw, 14px);
	overflow: hidden;
}

/*********************************** aboutBlock start ***********************************************/
.aboutBlock{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top:5%;
}

.aboutBlock h2{
	font-size: 3.5em;
	font-family: 'Cinzel Decorative';
	font-weight: 400;
	line-height: 1em;
	text-align: center;
	color:#000;
}

.aboutBlock p{
	line-height: 1.8em;
	width:60%;
	margin:2.5em 0 0;
	text-align: justify;
}

.aboutBlock figure{
	width:60%;
	margin-top: 1.5em;
}
.aboutBlock figure img{
	display: block;
	width:100%;
}
.aboutBlock figure figcaption{
	font-family: 'Noto Serif TC';
	font-size: 1.2em;
	text-align: center;
	margin-top:0.8em;
}
/*********************************** aboutBlock end ***********************************************/

/*********************************** themeIntro start ***********************************************/
.themeIntro{
	margin:7.5% auto 0;
	width:69%;
}

.themeIntro > li{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.themeIntro > li+li{
	margin-top:10%;
}

.themeIntro .img{
	width:40%;
}
.themeIntro > li:nth-child(odd) .img{
	order:1;
}
.themeIntro .slick{
	margin:0;
}
.themeIntro .img li{
	position: relative;
}
.themeIntro img{
	display: block;
	width:100%;
}
.themeIntro .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);
}

.themeIntro .slickPN{
	opacity: 0;
	transition: opacity 0.2s;
}
.themeIntro .slick:hover .slickPN{
	opacity: 1;
}

.themeIntro h4{
	text-align: center;
	font-size: 1em;
	font-weight: normal;
	margin-top:0.5em;
	opacity: 0;
	transition: opacity 0.5s;
}
.themeIntro h4.done{
	opacity:1;
}

.themeIntro li .txt{
	width:50%;
	margin-top:0.5em;
}
.themeIntro li .txt h3{
	font-size: 2em;
	font-weight: 500;
	line-height: 1em;
	color:#000;
}
.themeIntro li .txt h3 > *{
	display:block;
}
.themeIntro li .txt h3 em{
	font-family: 'Noto Serif TC';
	font-size: 0.6em;
	font-style: normal;
	margin-top: 0.5em;
}
.themeIntro li .txt p{
	margin: 1.2em 0 0;
	line-height: 1.8em;
	color:#666;
	text-align: justify;
}
/*********************************** themeIntro end ***********************************************/

/*********************************** quoteBlock start ***********************************************/
.quoteBlock{
	margin-top:5%;
	font-size: 1.4em;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.quoteBlock em{
	color:#000;
	font-family: 'Noto Serif TC';
}
.quoteBlock span{
	margin-top:1em;
	font-size: 0.9em;
}
/*********************************** quoteBlock end ***********************************************/

/********************************* gallery start *********************************/
.gallery{
	
	margin-top:5%;
	
	.img{
		position: relative;
		width:91.66%;
		margin:0 auto;
	}
	.img .ctWrapper{
		position: relative;
		margin:0 1.42%;
	}

	.img li ul,
	.img li li{
		position: absolute;
		left:0;
		top:0;
	}
	.img li ul{
		width:100%;
	}

	.img li ul li{
		width:6%;
	}
	.img li ul li.active{
		z-index: 1;
	}

	.img li[data-n="1"] li:nth-child(1){margin: 60% 0 0 27%;}
	.img li[data-n="1"] li:nth-child(2){margin: 43% 0 0 62%;}
	.img li[data-n="2"] li:nth-child(1){margin: 61% 0 0 72%;}
	.img li[data-n="2"] li:nth-child(2){margin: 42% 0 0 54%;}
	.img li[data-n="3"] li:nth-child(1){margin: 35% 0 0 29%;}
	.img li[data-n="3"] li:nth-child(2){margin: 49% 0 0 65%;}
	.img li[data-n="4"] li:nth-child(1){margin: 62% 0 0 36%;}
	.img li[data-n="5"] li:nth-child(1){margin: 47% 0 0 64%;}
	.img li[data-n="6"] li:nth-child(1){margin: 49% 0 0 65%;}
	.img li[data-n="7"] li:nth-child(1){margin: 51% 0 0 40%;}
	.img li[data-n="8"] li:nth-child(1){margin: 52% 0 0 27%;}
	.img li[data-n="8"] li:nth-child(2){margin: 60% 0 0 68%;}
	.img li[data-n="9"] li:nth-child(1){margin: 50% 0 0 35%;}

	.img li ul li button{
		display: flex;
		justify-content: center;
		align-items: center;
		width:100%;
		aspect-ratio:1;
		border:none;
		padding:0;
		background: rgba(255, 255, 255, 0.9);
		border-radius:50%;
		box-shadow:0 0 0.5em 0.25em rgba(0, 0, 0, 0.25);
		cursor:pointer;
		animation:hint 0.5s ease-in alternate infinite;
	}
	.img li ul li button:hover,
	.img li ul li.active button{
		animation:none;
		transform:scale(1.15);
	}
	.img li ul li button span{
		position: relative;
		display: block;
		width:50%;
		aspect-ratio:1;
		transition: transform 0.2s;
	}
	.img li ul li.active button span{
		transform:rotate(-45deg);
	}
	.img li ul li button span:before,
	.img li ul li button span:after{
		position: absolute;
		content:"";
		display: block;
		width:100%;
		height:1px;
		left:0;
		right:0;
		top:0;
		bottom:0;
		margin:auto;
		background: currentColor;
	}
	.img li ul li button span:after{
		transform: rotate(-90deg);
	}
	.img li a{
		--bg-color:rgba(255, 255, 255, 0.9);
		position: absolute;
		width:100%;
		top:110%;
		display: flex;
		justify-content: center;
		filter:drop-shadow(0 0 0.25em rgba(0, 0, 0, 0.5));
		visibility: hidden;
	}
	.img li a:hover{
		color:#666;
	}
	.img li.active a{
		visibility: visible;
	}
	.img li a:before{
		content:"";
		display: block;
		border:0.5em solid transparent;
		border-top:none;
		border-bottom-color:var(--bg-color);
	}
	.img li a span{
		position: absolute;
		left:50%;
		top:100%;
		transform: translate(-50%);
		white-space: nowrap;
		text-align: center;
		padding:0.3em 0.6em;
		background: var(--bg-color);
		border-radius:0.2em;
	}

	.img img{
		display: block;
		width:100%;
	}
	
}
@keyframes hint{
	to{
		transform:scale(1.15);
	}
}

/******************* _slick start ******************/
._slickPN {
	position: absolute;
	top: 50%;
	width: 4.54%;
	aspect-ratio:1;
	transform: translateY(-50%);
	cursor: pointer;
	font-size: 0;
	white-space: nowrap;
	overflow: hidden;
	z-index: 1;
}
._slickPN.prev {
	right: 100%;
	transform: translateY(-50%) scaleX(-1);
}
._slickPN.next {
	left: 100%;
}
._slickPN:before{
	position: absolute;
	content: "";
	left: 35%;
	top:50%;
	width: 50%;
	height: 50%;
	border:1px solid currentColor;
	border-top:none;
	border-left:none;
	transform: translate(-50%, -50%) rotate(-45deg);
	transition: all 0.2s;
}
._slickPN:hover:before{
	transform: translate(-25%, -50%) rotate(-45deg);
}
/******************* _slick end ******************/
/********************************* gallery end *********************************/

/*********************************** video start ***********************************************/
.videoBlock{
	position:relative;
	margin-top:5%;
}

.videoBlock img{
	display:block;
	width:100%;
}

.videoBlock .vBtn{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	cursor:pointer;
	display:flex;
	justify-content:center;
	align-items:center;
}
.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;
	}
}
.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;
}
.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 **/
/*********************************** video end ***********************************************/

/*********************************** museum start ***********************************************/
.museum{
	margin-top:5%;
	padding:5%;
	background: #e7decc;
	display: flex;
	justify-content: space-between;
}

.museum img{
	width:50%;
	display: block;
}

.museum .txt{
	width:45%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
.museum .txt h3{
	font-family: 'Cinzel Decorative';
	font-size: 2.7em;
	font-weight: 500;
	line-height: 1em;
	color:#000;
}
.museum .txt p{
	margin:2em 0 0;
	line-height: 1.8em;
	color:#666;
	text-align: justify;
}
.museum .txt a{
	margin-top:2em;
	font-size: 1.2em;
	transition: color 0.2s;
}
.museum .txt a span{
	text-decoration: underline;
}
.museum .txt a:hover{
	color:#630;
}
.museum .txt a:hover span{
	text-decoration: none;
}
/*********************************** museum end ***********************************************/


@media screen and (max-width:1023px){
	
	.themeEventContainer{
		font-size: 14px;
	}
	
	/*********************************** aboutBlock start ***********************************************/
	.aboutBlock{
		margin-top:10%;
	}

	.aboutBlock h2{
		width:90%;
		font-size: 2em;
		line-height: 1.4em;
	}

	.aboutBlock p{
		width:90%;
		margin-top:2em;
	}

	.aboutBlock figure{
		width:100%;
	}
	.aboutBlock figure figcaption{
		font-size: 1.1em;
	}
	/*********************************** aboutBlock end ***********************************************/
	
	/*********************************** themeIntro start ***********************************************/
	.themeIntro{
		width:auto;
		margin-top:15%;
	}

	.themeIntro > li{
		display: block;
	}
	.themeIntro > li+li{
		margin-top:0;
	}

	.themeIntro .img{
		width:auto;
	}

	.themeIntro li .txt{
		width:auto;
		margin-top:0;
		padding:7.5% 5%;
	}
	.themeIntro li .txt h3{
		font-size: 1.65em;
	}
	/*********************************** themeIntro end ***********************************************/
	
	/*********************************** quoteBlock start ***********************************************/
	.quoteBlock{
		font-size: 1.15em;
		margin-left:auto;
		margin-right:auto;
		width:95%;
	}
	
	.quoteBlock span{
		margin-top:0.5em;
	}
	/*********************************** quoteBlock end ***********************************************/
	
	/********************************* gallery start *********************************/
	.gallery{

		margin-top:10%;

		.img{
			width:90%;
		}
		.img .ctWrapper{
			margin:0;
		}

	}

	/******************* _slick start ******************/
	._slickPN {
		width: 5%;
	}
	/******************* _slick end ******************/
	/********************************* gallery end *********************************/
	
	/*********************************** video start ***********************************************/
	.videoBlock{
		margin-top:10%;
	}
	/*********************************** video end ***********************************************/
	
	/*********************************** museum start ***********************************************/
	.museum{
		margin-top:10%;
		padding:10% 5%;
		display: block;
	}

	.museum img{
		width:100%;
	}

	.museum .txt{
		width:auto;
		display: block;
		margin-top:1.8em;
	}
	.museum .txt h3{
		font-size: 1.8em;
	}
	.museum .txt p{
		margin-top:1em;
	}
	.museum .txt a{
		display: inline-block;
		margin-top:0.75em;
	}
	/*********************************** museum end ***********************************************/
	
}
