@charset "UTF-8";
/* CSS Document */

/* ---reset.css--- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.6;
}
ol, ul {
	list-style: none;
}
li{
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ---reset.css--- */
	
a:link, a:active, a:visited {
    text-decoration: none;  
}

a:hover {
    opacity: 0.8;
    /*font-weight: bold;*/
}
	
/**{
    border: 0;
    padding: 0;
    margin: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	text-decoration: none;
	font-family: 'Noto Sans TC', "Heiti TC", "Microsoft JhengHei", sans-serif;  
	text-align: left;
	
	text-align: justify;
}*/

*{
	margin: 0;
	padding: 0;
}

body{
	color: #000;
	font-family:"Yuanti SC Regular", "Hei Regular", "PingFang SC Regular";
	font-size: 16px;
	vertical-align: top;
}







.container{
	width: 100%;
	background-color: #fff;
}

.container_1{
	display: block;
	width: 80%;
	margin: 80px auto 2% auto;
}


.title_first{
	width: 100%;
	margin: 0 auto 3% auto;
	font-size: 1.5em;
	font-weight: bold;
	color:#215D96;
	text-align: center;
	border: solid 1px #215d96;
	padding: 5px;
}

.a_box{
}


.programme_a{
	text-decoration: none;
	color:#fff;
	background-color: #215d96;
	display: inline-block;
	border: 1px solid #215d96;
	padding: 6px 10px;
}

.programme_a:hover{
	opacity: 0.9;
	cursor: pointer;
}

.title_h1{
	margin-top: 30px;
	margin-bottom: 1%;
	color:#215D96;
	font-size: 1.6em;
	text-align: left;
}

.mission_1{
	padding:0% 0% 1.9% 0%;
	border-bottom: 1px solid #ccc;
	/*color:#004466;*/
	font-size: 1.1em;
	font-weight: bold;
}

.mission_2{
	margin-top: 2%;
    color: #777;
	line-height: 1.7;
}

.feature_box{
	width:460px;
	display: inline-block;
	vertical-align: top;
}

.mission_answer_1{
	/*font-weight: bold;*/
	margin: 0% 0% 1% 0%;
	/**border-left: 6px solid #3BADC2;**/
	padding: 0% 0% 0% 0%;
}

.feature_id{
	font-weight: bolder;
	font-size: 1.1em;
	display: inline-block;
	margin: 0px 10px 0px 0px;
	
	/*background-color: #fff;*/
	background-color: #3badc2;
	width: 35px;
	padding: 4px 0px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
}

.container_2{
	width: 100%;
	background-color: #fafafa;
}

.container_2_1{
	width:80%;
	margin:5% auto 2% auto;
	padding: 2% 0%;
}

img.schedule_dm {
	width: 55%; 
	height: auto;
	display: block;
	margin: 30px 0 40px 0;
}

.schedule_day{
	display:inline-block;
	width: 290px;
	margin: 0px 50px 0px 0px;
	vertical-align: top;
}

.schedule_h1{
	color: #3BADC2;
	font-size: 1.3em;
	margin: 20px 0px 10px 0px;
	border-bottom: 3px solid #3badc2;
}

.programme_box{
	background-color:#fff;
	margin: 0px 0px 10px 0px;
	box-shadow: 2px 2px 1px #ddd;
}

.programme_box.box_spe{
	visibility:hidden;
}

.programme_time{
	background-color:#e2f0f2;
	display: inline-block;
	color: #000;
	padding: 5px 10px;
	font-weight: bold;
}

.programme_p{
	display:inline-block;
	margin: 0px 0px 0px 8px;
	font-size: 0.9em;
}

.title_h2{
	font-weight: bold;
	margin: 0% 0% 1% 0%;
	border-left: 6px solid #3BADC2;
	padding: 0% 0% 0% 1%;
	color:#3BADC2;
}

.title_h2.h2_spe{
	margin:50px 0px 1% 0px;
}

.programme_info{
	margin:0px 0px 30px 0px;
}

.title_h3{
	font-size:1.1em;
}

.programme_info_2{
	color:#777;
	margin: 0px 0px 20px 0px;
}











/***平板版***/
@media screen and (max-width: 1200px) {
	
	*{
		box-sizing :border-box; /* 讓 padding 與 width 解除關係 */
	}
	
	html,body{
		-webkit-text-size-adjust:none; /* iPhone 旋轉後 文字不要放大 */
	}
	
	
	body{
		width: 100%;
		overflow-x: hidden;
	}
	
	.container{
		margin-top: 100px;
	}
	
	.title_first{
		font-size: 1.2em;
	}
	
	.feature_box{
		width:400px;
	}	
	
	.feature_id{
		margin: 0px 10px 5px 0px;	
		/*background-color: #fff;*/
		width: 30px;
		padding: 4px 0px;
		font-size: 0.9em;
	}
	
	img.schedule_dm {
		width:80%; 
	}
	
	.schedule_day{
		width: 270px;
		margin: 0px 30px 0px 0px;
	}

	.schedule_h1{
		margin: 30px 0px 10px 0px;
	}

	.programme_box{
	}

	.programme_time{
	}

	.programme_p{
	}


	
	

	
}







/***手機版***/
@media screen and (max-width: 736px) {
	
	*{
		box-sizing :border-box; /* 讓 padding 與 width 解除關係 */
	}
	
	html,body{
		-webkit-text-size-adjust:none; /* iPhone 旋轉後 文字不要放大 */
	}
	
	
	body{
		width: 100%;
		overflow-x: hidden;
	}

    
	.container{
		
	}
	
	.container_1{
		width: 85%;
		margin-bottom: 40px;
		margin-top: 90px;
	}
	
	.title_first{
		font-size:1.2em;
	}
	
	
	.programme_a{
		width: 49%;
		padding: 6px 10px;
		margin-bottom: 5px;
	}

	.programme_a:hover{
		opacity: 0.9;
		cursor: pointer;
	}
	
	.title_h1{
		margin-bottom: 5px;
		margin-top: 20px;
		font-size: 1.4em;
	}

	.mission_1{
		padding:0px 0px 12px 0px;
		font-size: 1em;
		margin-bottom: 20px;
	}
	
	.mission_2{
		margin-top: 12px;
	}
	
	.feature_box{
		width:100%;
		display: block;
		font-size: 1em;
	}
	
	.mission_answer_1{
		margin: 0px 0px 6px 0px;
		padding: 0px 0px 0px 0px;
		font-size: 0.9em;
	}
	
	.feature_id{
		margin: 0px 5px 0px 0px;	
		/*background-color: #fff;*/
		width: 25px;
		padding: 3px 0px 3px 0px;
		font-size: 0.8em;
	}
	
	.container_2_1{
		width: 85%;
	}
	
	img.schedule_dm {
		width:100%; 
	}
	
	.schedule_day{
		display:block;
		width: 100%;
		margin: 0px 0px 0px 0px;
	}

	.schedule_h1{
		font-size: 1.2em;
		margin: 20px 0px 10px 0px;
		border-bottom: 3px solid #3badc2;
	}

	.programme_box{
		margin: 0px 0px 10px 0px;
	}

	.programme_box.box_spe{
		display: none;
	}

	.programme_time{
		color: #000;
		padding: 5px 10px;
	}

	.programme_p{
		font-size: 0.9em;
		margin: 0px 0px 0px 5px;
	}
	
	.title_h2{
		margin: 0px 0px 6px 0px;
		padding: 0px 0px 0px 7px;
	}
	
	




	
	
	


}