@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;*/
}
	
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
	font-family: 'Noto Sans TC', "Heiti TC", "Microsoft JhengHei", sans-serif; 
}

body{
	font-size:16px;
}
	
	
/* --電腦版型------------------------------------- */		
.all_content{
	background-color: #fff;
}
.page_content_block{
	display: block;
	width: 40%;
	margin: 120px auto;
}
.title_h1{
	font-size: 1.5em;
	color: #215D96;
	margin-bottom: 30px;
}
.title_h2{
	font-size: 1.2em;
	color: #225A5A;
	margin-bottom: 20px;
}
.content_img{
	width: 100%;
	margin: 0 auto 20px auto;
	text-align: center;
}
.content_img img{
	width: 100%;
	margin: 0 auto;
}
.content_p{
	width: 100%;
	margin: 0 auto 20px auto;
}



.backtotop {
	display: none;
	/*background-color: #999;
	background-image: url("/s_www/images/anchor-06.png");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	cursor: pointer;
	height: 40px;
	overflow: auto;
	position: fixed;
	bottom: 25px;
	right: 25px;
	text-indent: -99999px;
	transition: all 0.7s ease-in-out 0s;
	width: 40px;
	border-radius: 50%;
	opacity: 0.6;*/
}

.backtoprevious {
	background-color: #999;
    background-image: url("/s_www/images/anchor-07.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 40px;
    overflow: auto;
    position: fixed;
    bottom: 25px;
    right: 25px;
    text-indent: -99999px;
    transition: all 0.7s ease-in-out 0s;
    width: 40px;
	border-radius: 50%;
	opacity: 0.6;
}






/* --平板版型------------------------------------- */
@media screen and (min-width:768px) and (max-width: 1280px) {

	*{
		box-sizing :border-box; /* 讓 padding 與 width 解除關係 */
	}

	html,body{
		-webkit-text-size-adjust:none; /* iPhone 旋轉後 文字不要放大 */
	}
	
	
	
	.all_content{
		min-width: 320px;
	}
	.page_content_block{
        width: 80%;
        margin: 60px auto 0 auto;
	}
	
	.title_h1{
		margin-bottom: 15px;
	}
	.content_img{
		margin: 0 auto 15px auto;
	}
	.content_p{
		margin: 0 auto 15px auto;
	}

}




/* --手機版型------------------------------------- */
@media screen and (max-width: 767px) {
	
	*{
		box-sizing :border-box; /* 讓 padding 與 width 解除關係 */
	}

	html,body{
		-webkit-text-size-adjust:none; /* iPhone 旋轉後 文字不要放大 */
	}
	
	
	
	.all_content{
		min-width: 320px;
	}
	.page_content_block{
		width: 90%;
		margin: 30px auto;
	}



	.title_h1{
		font-size: 1.3em;
		margin-bottom: 15px;
	}
	.title_h2{
		font-size: 1.1em;
		margin-bottom: 10px;
	}
	.content_img{
		margin: 0 auto 10px auto;
	}
	.content_p{
		margin: 0 auto 10px auto;
	}


	.top_menu_blank{
		height: 60px;
	}


}







/*==========影音專區_內頁==========*/
.container_1{
	display: block;
	width: 100%;
	margin:5% 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;
}


.video_box{
	margin: 0px 0px 20px 0px;
}

.video_pic_a{
	text-decoration: none;
	display: inline-block;
	width: calc(15vw);
	vertical-align: top;
}

.video_img{
	width: 100%;
}

.video_info{
	display: inline-block;
	width: calc(24vw);
	vertical-align: top;
	padding: 0px 0px 0px 2%;
}

.video_title{
	font-weight: bold;
	font-size: 1.1em;
}

.video_intro{
	color: #999;
	font-size: 0.9em;
	margin: 0px 0px 10px 0px;
}

.video_button{
	text-decoration: none;
	outline: none;
	background-color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
	border: 2px solid #3badc2;
	color: #3badc2;
	font-size: 0.9em;
}

.video_button:hover{
	background-color:#3badc2;
	color: #fff; 
}








/***平板版***/
@media screen and (min-width:768px) and (max-width: 1024px) {

	.title_first{
		font-size: 1.2em;
	}
	
	.video_box{
		margin: 0px 0px 20px 0px;
	}

	.video_pic_a{
		width: calc(25vw);
	}

	.video_img{
	}

	.video_info{
		display: inline-block;
		width: calc(50vw);
		padding: 0px 0px 0px 1%;
	}

	.video_title{
	}

	.video_intro{
	}

	.video_button{
	}


}








/***手機版***/
@media screen and (max-width: 767px) {
	
	.container_1{
		width: 100%;
		margin-bottom: 40px;
		margin-top: 30px;
	}
	
	.video_box{
		margin: 0px 0px 30px 0px;
	}
	
	.video_pic_a{
		width: 100%;
	}

	.video_img{
	}

	.video_info{
		display: inline-block;
		width: 100%;
		padding: 0px 0px 0px 1%;
	}

	.video_title{
	}

	.video_intro{
	}

	.video_button{
	}
	
}

