@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: 'Noto Sans TC', "微軟正黑體", "Microsoft JhengHei UI", sans-serif;
	color: #333333;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
html, body {
	font-size: 100%;
}
a {
	text-decoration: none;
	transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	outline: none;
}
a:hover {
}
.main {
}
.article {
}
h1 {
	display: block;
	line-height: 2;
	font-size: 2.625rem;
	color: #0018a8;
	font-weight: 600;
	text-align: center;
	margin-top: 60px;
}
h2 {
	display: block;
	font-size: 2.8125rem;
	color: #0091b0;
	font-weight: 100;
	text-align: center;
	line-height: 2;
	margin-bottom: 60px;
}
h2.danger_item{}
h2.result{
	color:#c00000;
	margin:10px 0;
	font-weight:600;
	padding:10px 0;}
#section1 {
	background-color: #e5f4f7;
}
#section2 {
	background-color: #ffffff;
}
#section3 {
	background-color: #e5f4f7;
}
#section4 {
}
.content {
	padding: 60px 0;
	width: 100%;
}
h3 {
	display: block;
	width: 50%;
	font-size: 2.975rem;
	color: #0091b0;
	font-weight: 600;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 30px;
}
h3.danger_item{
	margin:80px auto 20px auto;}
.content h3 img {
	display: inline-block;
	width: 24%;
	height: auto;
	margin: 1%;
}
.content h3 img.title_active{
	width: 28%;}
.chart {
	text-align: center;
	width: 60%;
	margin: 0 auto;
}
.chart img {
	display: inline-block;
	width: 48%;
	margin: 1%;
}
.chart_single img {
	display: block;
	width: 90%;
	margin: 1% auto;
}

/** 衛教小學堂 **/
div.ProductTitle {
    background: #283480;
    padding: 20px 15px;
}
div.ProductTitle h1 {
    font-size: 48px;
    color: #fff;
    font-weight: 100;
    width: 980px;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
	text-align: left;
	line-height: inherit;
}
.education_wrap {
	
}
.wrap_color {
	background-color: #e5f4f7;
	padding: 1% 0;
}
.education_item {
	text-align: center;
	width: 60%;
	margin: 3% auto;
	margin-bottom: 6%;
}
.education_item p {
    width: 90%;
    text-align: center;
    margin: 0 auto;
    color: #0091b0;
    padding: 10px 0;
    font-size: 2.975rem;
    font-weight: 500;
	letter-spacing: 1px;
}
.education_item img {
	display: block;
    width: 90%;
    margin: 1% auto;
}
.education_item iframe {
	display: block;
    width: 90%;
	height: 560px;
    margin: 1% auto;
}
 @charset "utf-8";
/* CSS Document */

.footer div.logo {
	background: #f2f9fb;
}
.footer div.logo div {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	height: 125px;
}
.footer div.logo div a.footerLogo {
	background: url(../images/footerLogo.png) no-repeat;
	width: 195px;
	height: 47px;
	float: right;
	margin-top: 50px;
}
.footer div.footerMenu {
	background: #e5f4f7;
	line-height: 1.8;
	font-family: Arial, "微軟正黑體";
	color: #0091b0;
	font-size: 14px;
	overflow: hidden;
	padding: 35px 10px;
	box-sizing: border-box;
}
.footer div.footerMenu div.footerContent {
	max-width: 800px;
	margin: 0 auto;
	overflow: hidden;
}
.footer div.footerMenu div.footerContent p {
	float: left;
	margin-right: 10px;
}
.footer div.footerMenu div.footerContent div {
	float: left;
}
.footer div.footerMenu a {
	font-family: Arial, "微軟正黑體";
	color: #0091b0;
	font-size: 14px;
	text-decoration: none;
	float: left;
	margin: 0 10px;
	transition: all 0.4s;
}
.footer div.footerMenu a:hover {
	color: #0018a8;
	transition: all 0.4s;
}
.footer div.footerMenu span {
	color: #666666;
	float: left;
	line-height: 1.6;
}
.footer div.footerMenu a.footerLogo {
	display: none;
	background: url(../images/footerLogo.png) no-repeat center top;
	width: 195px;
	height: 37px;
	float: right;
	margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
	
.main_nav.hideme1{
	margin-top:0px;}	
	
.content h3{
	width:80%;}
	
.chart{
	width:80%;
	}
	.education_item {
		width: 80%;
	}
}
@media screen and (max-width: 990px) {
	div.ProductTitle {
		margin-top: 50px;
		margin-bottom: 40px;
	}
	div.ProductTitle h1{ width:100%; padding:0;}
}
@media screen and (max-width: 830px) {
.footer div.logo {
	display: none;
}
.footer div.footerMenu a.footerLogo {
	display: block;
}
.footer div.footerMenu div.footerContent div {
	float: inherit !important;
	width: 100%;
	overflow: hidden;
}
.footer div.footerMenu a {
	margin: 0 5px;
	font-size: 13px;
}
	.education_item iframe {
		height: 350px;
	}
}

@media screen and (max-width: 768px) {
	
.chart img{width: 90%;}

.content h3{
	width:80%;}
	
.chart{
	width:70%;}
	.education_item {
		width: 70%;
	}	
}

@media screen and (max-width: 600px) {
	div.ProductTitle h1{ font-size:28px;}
.footer div.footerMenu div.footerContent p {
	float: inherit;
	margin: inherit;
	text-align: center;
	width: 100%;
}
.footer div.footerMenu a.footerLogo {
	width: 100%;
}
.footer div.footerMenu a {
	float: inherit;
	display: block;
	line-height: 1.9;
	text-align: center;
	margin: inherit;
}
.footer div.footerMenu span {
	display: none;
}
	.education_item p {
		font-size: 1.3rem;
	}
	.education_item iframe {
    height: 230px;
}
}
@media screen and (max-width: 414px) {
	
h1{
	line-height:1.5;
	font-size:2.25rem;}
	
h2{
	line-height:1.2;
	font-size:2.375rem;}
	
.content h3{
	width:100%;}
	
.chart{
	width:90%;}
	.education_item {
		width: 90%;
	}
}
@media screen and (max-width: 400px) {
	div.ProductTitle h1{ font-size:20px; padding: 0 5px;}
}
