* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	min-height: 100%;
	padding-top: 7vh;
	background-color: white;
	color: #292929;
	font-family: Fjord One, Noto Serif TC, serif;
	font-size: 3.2vh;
	line-height: 4.6vh;
	overflow-x: hidden;
}

header {
	position: fixed;
	z-index: 1000;
	width: 100%;
	top: 0;
	height: 7vh;
	padding: 0.2vh 1vw 0.2vh 7.2vh;
	background-color: #FEF9FF;
	font-weight: bold;
	line-height: 0;
	text-align: right;
	opacity: 0.95;
}

footer {
	height: 4vh;
	margin-top: 0.5vh;
	padding: 0.5vh 0;
	background-color: #FEF9FF;
	font-size: 50%;
	font-weight: bold;
	line-height: 3.5vh;
	text-align: center;
}

header + section {
	height: 20vh;
}

header + section > * {
	min-width: 100%;
	max-width: 100%;
}

header + section figcaption {
	position: absolute;
	left: 2%;
	top: 2%;
	padding: 1vh 2vw;
	background-color: darkgray;
	font-size: 40%;
	line-height: 90%;
	font-weight: bold;
	opacity: 0.7;
	z-index: 1;
}

header + section img {
	min-width: 100%;
	max-width: 100%;
	z-index: -1;
}

header > img {
	float: right;
	max-height: 4.6vh;
	margin: 1vh 1vw;
}

header > div {
	display: inline-block;
}

header > div:first-of-type {
	height: 3vh;
	font-size: 80%;
	line-height: 3vh;
	padding-top: 1vh;
	margin-bottom: 0.5vh;
}

header > div:last-of-type {
	height: 1.5vh;
	font-size: 30%;
	line-height: 1.5vh;
}

header > span:first-of-type {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 7vh;
	height: 7vh;
	line-height: 7vh;
	background-color: #FED9FF;
	font-size: 140%;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

header > span:first-of-type:hover {
	cursor: pointer;
}

header > span > span {
	display: inline-block;
	transform: rotate(0deg);
	transition: transform 0.3s ease-out;
}

header > span > span.menuOpen {
	transform: rotate(45deg);
	transition: transform 0.5s ease-out;
}

header ~ nav {
	display: block;
	position: fixed;
	z-index: 1000;
	top: 7vh;
	left: -100vw;
	width: 100%;
	background-color: #762C7F;
	color: white;
	font-size: 80%;
	opacity: 0;
}

header ~ nav > span {
	display: block;
	padding: 0.5vh 0;
	border-bottom: 1px solid white;
	text-align: center;
}

header ~ nav > span.withSubMenu {
	padding-bottom: 0;
}

header ~ nav > span > br {
	display: none;
}

header ~ nav > span > span.subMenu {
	display: block;
	position: relative;
	z-index: 1000;
	height: 0;
	overflow-y: hidden;
	white-space: nowrap;
	min-width: 100%;
	padding: 0 0.5%;
	background-color: #FED9FF;
	color: #292929;
	line-height: 5vh;
	font-weight: normal !important;
	opacity: 0.95;
	transition: all 0.5s ease-in;
}

header ~ nav > span > span.subMenu:first-of-type {
	margin-top: 0.5vh;
}

nav, footer, thead {
	font-family: Open Sans, Noto Sans TC, sans-serif;
}

a, a:visited {
	color: #292929;
}

div#container {
	position: relative;
	z-index: 3;
	min-height: 69.3vh;
	margin: 1vh 0;
	background-color: #fdfdfd;
}

div#container > article {
	padding: 1% 2.5%;
	font-size: 60%;
	line-height: 180%;
}

div#container > article > h3 {
	margin: 2% 0;
	font-family: Open Sans, Noto Sans TC, sans-serif;
	font-size: 130%;
}

div#container > article > time ~ p > img {
	max-width: 100%;
}

div#container > article > p {
	margin: 3% 0;
}

ul, ol {
	list-style-position: outside;
	padding-left: 5vw;
}

video {
	width: 100%;
}

span.desktopBreak {
	display: none;
}

span#mobileBreak {
	display: initial;
}

.en-us {
	display: none;
}

@media only screen and (min-width: 1024px) {
	body {
		width: 80%;
		margin-left: 10%;
		padding: 0;
		font-size: 1.6vh;
		line-height: 2.4vh;
	}

	header {
		position: relative;
		height: 10vh;
		padding: 1vh 0;
		text-align: left;
		opacity: 1;
	}

	header > img {
		float: left;
		margin: 0 1vw;
	}

	header > div {
		margin: 0;
	}

	header > div:first-of-type {
		height: 5.5vh;
		font-size: 250%;
		line-height: 5.5vh;
		padding-top: 0;
		margin-bottom: 0;
	}

	header > div:last-of-type {
		height: 2.5vh;
		font-size: 120%;
		line-height: 2.5vh;
	}

	header + section {
		height: 40vh;
	}

	header > img {
		max-height: 8vh;
	}

	header + section figcaption {
		font-size: 150%;
		line-height: 100%;
	}

	header > span:first-of-type {
		display: none;
	}

	header > span:last-of-type {
		height: 10vh;
		line-height: 10vh;
	}

	header ~ nav {
		display: flex;
		position: static;
		flex-direction: row;
		justify-content: center;
		margin: 0.5vh 0;
		height: 4vh;
		font-size: 120%;
		opacity: 1;
	}

	header ~ nav > span {
		height: 100%;
		min-width: 12%;
		padding: 0;
		line-height: 4vh;
		border: none;
		transition: all 0.5s ease-in;
	}

	header ~ nav > span > br {
		display: initial;
	}

	header ~ nav > span:hover {
		background-color: #FED9FF;
		color: #292929;
		font-weight: bold;
		cursor: pointer;
		transition: all 0.5s ease-out;
	}

	header ~ nav > span > span.subMenu {
		display: inline-block;
		z-index: -999;
		overflow-y: initial;
		height: 4vh;
		line-height: 4vh;
		opacity: 0;
	}

	header ~ nav > span > span.subMenu:first-of-type {
		margin-top: 0;
	}

	header ~ nav > span.withSubMenu:hover > span.subMenu {
		z-index: 999;
		opacity: 0.95;
		transition: opacity 0.5s ease-out;
	}

	header ~ nav > span.withSubMenu:hover > span.subMenu:hover {
		background-color: #FDF1FE;
		transition: all 0.5s ease-out;
	}

	div#container {
		min-height: 71.3vh;
	}

	div#container > article {
		font-size: 140%;
		line-height: 170%;
	}

	div#container > article > h3 {
		margin: 1% 0;
		font-size: 160%;
	}

	div#container > article > p {
		margin: 1.5% 0;
	}

	footer {
		font-size: 120%;
	}

	span.desktopBreak {
		display: initial;
	}

	span#mobileBreak {
		display: none;
	}

	ul, ol {
		padding-left: 1.5vw;
	}

	video {
		width: 45%;
	}
}