body {
	font-family: '微軟正黑體' !important;
	background-color: #FFDAA5;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

.fancybox-container {
	font-family: '微軟正黑體' !important;
}

nav {
	margin: 0px auto;
	width: 62%;
	font-weight: 800;
	max-width: 1170px;
}

h2 {
	font-weight: bolder;
	margin-top: 20px;
	letter-spacing: 6px;
	display: block;
	line-height: 1.6;
}

h3 {
	clear: both;
	display: block;
	font-weight: bolder;
}

label {
	margin: 0px;
}

.video-wrapper {

	width: 99vw;
	height: 95vh;
	position: relative;
	/* overflow: hidden; */
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #FFDAA5;
}

.row {
	margin-right: 0px;
	margin-left: 0px;
}

.container_all {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.center {
	text-align: center;
}

.content {
	font-size: 17px;
	line-height: 27px;
	padding: 3%;
	width: 100%;
}

.content_left {
	width: 25%;
	padding: 2%;
	float: left;
	text-align: left;
}

.content_right {
	width: 70%;
	padding: 2%;
	float: left;
	text-align: left;
}

#title {
	text-align: Center;
	width: 100%;
	font-family: 'Noto Sans TC', sans-serif;
}

#content_intro {}

#content_intro_desc {
	font-family: '微軟正黑體';
	font-weight: 700;
}

#content_question {
	display: none;
}

#content_contact {
	display: none;
}

#content_end {
	display: none;
	background-color: #FFF5E8;
}

#section_main {
	width: 80%;
	margin: 15px auto;
	border: 5px #F4B183 dashed;
	border-radius: 20px;
	padding: 15px;
	max-width: 850px;
	background: #fff;
	position: absolute;
	top:0px;
}

#question {
	margin-bottom: 10px;
}

.yes {
	background: #F4B183;
	padding: 5px;
	margin-right: 5px;
	border-radius: 5px;
}

.no {
	background: #F4B183;
	padding: 5px;
	margin-right: 5px;
	border-radius: 5px;
}

.q_icon {
	background: #F4B183;
	padding: 5px;
	border-radius: 5px;
}

.clear {
	margin-bottom: 20px;
	clear: both;
	width: 100%;
}

.space {
	margin-bottom: 50px;
	clear: both;
	width: 100%;
	max-width: 1170px
}

.btn {
	background: #ED7D31;
	color: #ffffff;
	margin: 5px;
	clear: both;
	font-family: 'Noto Sans TC', sans-serif;
}

.btn:hover,
.btn_focus {
	color: #FFE352
}

.question_list {
	clear: both;
	border-bottom: 1px dashed #33527A;
	overflow: hidden;
	background-color: #faf0e1;
	padding: 2px;
	margin-bottom: 5px;
}

#footer {
	background: #303030;
	color: #fff;
	padding: 10px;
	font-size: 12px;
	position: fixed;
	bottom: 0;
	width: 100%
}

.fancybox-content {
	width: 80%
}

.chartCanvasWrap {
	text-align: center;
}

#cal_btn,
.end {
	display: none;
}

#end_wrapper {
	/* background: #F0F8FF; */
	padding: 1%;
	overflow: hidden;
	border-radius: 30px;
	clear: both;
}

.end {
	font-size: 19px;
	line-height: 30px;
	color: #333;
	clear: both;
}

.end_img {
	width: 20%;
	padding: 2%;
	float: left;
	text-align: center;
}

.end_img img {
	/* max-width: 205px; */
}

.end_img_btn {
	background: #FDD9A9;
	color: #A86A3A !important;
	text-align: center;
	display: block;
	margin-top: 0px;
	font-weight: 800;
	font-size: 16px;
	padding: 5px;
}

.end_desc {
	width: 75%;
	padding: 2%;
	float: left;
}

.end_desc_title {
	font-weight: 800;
	color: #8D4A1D;
}

#end_btn,
#end_btn a {
	text-align: center;
	font-size: 15px;
	text-decoration: none;
	color: #f00 !important;
}

#end_result {
	font-size: 20px;
	text-align: center;
	border-bottom: 2px dashed #FDD9A9;
}

#end_result_type {
	font-size: 40px;
	color: #F0843B;
}

#restart {
	text-align: center;
}

#restart_btn {
	background: #ED7D31;
}

#restart_btn_mobile {
	display: none;
}

@media all and (max-width: 479px) {
	nav {
		width: 100%;
	}

	h2 {
		margin-top: 20px;
	}

	h3 {
		clear: both;
		width: 80%;
		margin: 0px auto;
	}

	.video-wrapper {
		height: auto;
		display: block;
	}


	#section_main {
		width: 96%;
		margin: 20px auto;
		top: 0px;
		left: 2%;
	}

	.content {
		width: 100%;
		margin: 0px auto;
	}

	.clear {
		margin-bottom: 0px;
	}

	.content_left,
	.content_right {
		width: 100%
	}

	.content_right {
		padding: 0%;
	}

	.space {
		margin-bottom: 20px;
	}

	.fancybox-content {
		padding: 5px
	}

	.end_img {
		width: 100%
	}

	.end_desc {
		width: 100%
	}

	#chart {
		display: none;
	}

	#end_result {
		font-size: 16px;
	}

	.fancybox-content {
		width: 95%;
	}

	canvas {
		width: 90vw !important;
		height: 45vh !important;
		display: block;
	}

	#restart_btn,
	#restart_btn2 {
		display: none !important;
	}

	#restart_btn_mobile {
		display: block;
	}
}

/* 列印時專用樣式 */
@media print {

	* {
		-webkit-print-color-adjust: exact !important;
		color-adjust: exact !important;
	}


	@page {
		size: A4 portrait;

	}

	body * {
		visibility: hidden;
	}


	.fancybox-container,
	.fancybox-container * {
		visibility: visible;
	}

	.fancybox-container {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}

	#end_wrapper {
		width: 100%;
		margin: 0 auto;
		padding: 0px;
		border: 5px solid #333;
	}

	.end_img img_desc {
		padding: 0px 15px 5px 0px;
	}


	#chart,
	#radar_canvas {
		height: 420px !important;
	}

	#chart,
	#radar_canvas {
		width: 420px !important;
		margin: 0px auto;
	}

	.fancybox-content {
		width: 100%;
	}

	.btn,
	#print_btn,
	#printOk_btn,
	.fancybox-close-small,
	.fancybox-bg {
		display: none !important;
	}
}