@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;
	margin-bottom: 30px;
}

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


/**----------照片及講員簡介---------**/
.lecturer_box{
	width: 950px;
	text-align: center;
	margin: 0 auto;
}

.lecturer_img{
	width:400px;
	vertical-align: top;
}

.lecturer_img.img_left{
}


/**----------講員所有簡介----------**/
.lecturer_info{
	display: inline-block;
	vertical-align: top;
	text-align: left;
	background-color: #fafafa;
	margin: 0px 0px 30px 0px;
	width:450px;
	height: 400px;
	padding-left: 50px;
	
	/*網頁版*／
	／*width:500px*/
}

.lecturer_h1{
	color: #3badc2;
	font-size: 1.5em;
	margin:70px 0px 0px 0px;
	/*color:#215D96;*/
}

/**----------講員名稱----------**/
.lecturer_h2{
	font-size: 2em;
	margin: 0px 0px 30px 0px;
}

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

.lecturer_p{
	line-height: 2;
	color: #818181;
}








/***平板版***/
@media screen and (max-width: 1024px) {
	
	*{
		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;
	}
	
	/**----------照片及講員簡介---------**/
	.lecturer_box{
		width: 100%;
		height: calc(35vw);
	}

	.lecturer_img{
		width:39%;
	}

	.lecturer_img.img_left{
		
	}


	/**----------講員所有簡介----------**/
	.lecturer_info{
		width:60%;
		height: calc(31.3vw);
		padding-left: 5%;
	}

	.lecturer_h1{
		font-size: 2.5vw;
		margin:9% 0px 0px 0px;
		/*color:#215D96;*/
	}

	/**----------講員名稱----------**/
	.lecturer_h2{
		font-size: 3vw;
		margin: 0px 0px 5% 0px;
	}

	.lecturer_p{
		font-size: 1.8vw
	}
	
	
	
}







/***手機版***/
@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;

	}
	
	/**----------照片及講員簡介---------**/
	.lecturer_box{
		width: 100%;
		height:auto;
	}

	.lecturer_img{
		width:100%;
		display: block;
	}

	.lecturer_img.img_left{
		clear: both;
	}


	/**----------講員所有簡介----------**/
	.lecturer_info{
		width:100%;
		height:auto;
		padding-bottom: 20px;
	}

	.lecturer_h1{
		font-size: 1.1em;
		margin:6% 0px 0px 0px;
		/*color:#215D96;*/
	}

	/**----------講員名稱----------**/
	.lecturer_h2{
		font-size: 1.2em;
		margin: 0px 0px 5% 0px;
	}

	.lecturer_p{
		font-size: 0.8em;
	}
	
}