a, abbr, acronym, address, applet, 
b, big, blockquote, body, 
caption, center, cite, code, 
dd, del, dfn, div, dl, dt, 
em, 
fieldset, font, form, 
h1, h2, h3, h4, h5, h6, html, 
i, iframe, img, ins, 
kbd, 
label, legend, li, 
object, ol, 
p, pre, 
q, 
s, samp, small, span, strike, strong, sub, sup, 
table, tbody, td,tfoot, th, thead, tr, tt, 
u, ul, 
var
{
	margin:0; 
	padding:0; 
	border:0; 
	outline:0; 
	font-size:100%; 
	vertical-align:baseline; 
	background:transparent;
} 

body {line-height: 1;}

ol, ul{list-style:none;} 

blockquote, q{quotes:none;} 

blockquote:before, blockquote:after
{
	content:'';
	content:none;
} 

q:before, q:after
{
	content:'';
	content:none;
} 

:focus{outline:0;} 

ins{text-decoration:none;} 

del{text-decoration:line-through;} 

table
{
	border-collapse:collapse; 
	border-spacing:0;
}
td 
{
	text-align: justify;
}

/*MAIN*/
body 
{ 
	font-size: 1.05em;
	line-height: 1.25em;
	font-family: Times New Roman, "標楷體", Georgia, Serif;
	background: rgb(255,255,255);
	color: #555;
}

a 
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a:hover 
{
	color: #444;
}

img 
{
	width: 100%;
}

.pic
{
	opacity:1;
}

header 
{
	background: #fff;
	width: 100%;
	height: 440px;
	position: fixed;
	top: 0;
	left: 0;
	border-bottom: 2px solid #ffffff;
	z-index: 100;
}

#chi_icon
{
	width: 41px;
	height: 41px;
	position: fixed;
	left: 1%;
	background: url(../img/Chinese_icon.png) no-repeat;
	display: block;	
}
#chi_icon:hover
{
	background-color: #ff6600;
	border-radius: 0px 0px 0px 0px;
	border-color: #ff6600;
	border-style: solid;
    border-width: 1px;
}

#eng_icon
{
	width: 41px;
	height: 41px;
	position: fixed;
	left: 1%;
	background: url(../img/English_icon.png) no-repeat;	
	display: block;	
}
#eng_icon:hover
{
	background-color: #ff6600;
	border-radius: 0px 0px 0px 0px;
	border-color: #ff6600;
	border-style: solid;
    border-width: 1px;	
}

nav 
{
	float: right;
	padding: 0px;
}

#menu-icon
{
	display: hidden;
	width: 40px;
	height: 40px;
	background: #0066cc url(../img/menu-icon.png) center;
}

#menu-icon_eng
{
	display: hidden;
	width: 40px;
	height: 40px;
	background: #0066cc url(../img/menu-icon_eng.png) center;
}

#menu-icon_chi
{
	display: hidden;
	width: 40px;
	height: 40px;
	background: #0066cc url(../img/menu-icon_chi.png) center;
}

a:hover#menu-icon 
{
	background-color: #444;
	border-radius: 0px 0px 0px 0px;
}

a:hover#menu-icon_eng
{
	background-color: #444;
	border-radius: 0px 0px 0px 0px;
}

a:hover#menu-icon_chi
{
	background-color: #444;
	border-radius: 0px 0px 0px 0px;
}

ul 
{
	list-style: none;
}

li
{
	display: inline-block;
	float: left;
	padding: 10px
}
li:hover
{
	background-color: #ffcc66;
	border-radius: 0px 0px 0px 0px;
}

.current 
{
	color: #000000;
}

h1 
{
	font-size: 2em;
	color: #0066cc;
	line-height: 1.15em;
	margin: 20px 0 ;
}

h2 
{
	font-size: 1.5em;
	line-height: 1.05em;
}

h3 
{
	font-size: 1.25em;
	line-height: 1.05em;
}

h4 
{
	font-size: 1.15em;
	line-height: 1.05em;
}

p 
{
	line-height: 1.45em;
	margin-bottom: 20px;
	text-align: justify;
}

.video-container 
{
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe,  
.video-container object,  
.video-container embed 
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*MEDIA QUERY*/
@media screen and (min-width: 2550px) 
{
	header 
	{
		height: 440px;
		position: fixed;
	}
	a
	{
		font-size: 1.25em;
	}
}

@media screen and (min-width : 2100px) and (max-width: 2550px)
{
	header 
	{
		height: 380px;
		position: fixed;
	}
	a
	{
		font-size: 1.25em;
	}
}

@media screen and (min-width : 1900px) and (max-width: 2100px)
{
	header 
	{
		height: 340px;
		position: fixed;
	}
	a
	{
		font-size: 1.25em;
	}
}

@media screen and (min-width : 1760px) and (max-width: 1900px)
{
	header 
	{
		height: 320px;
		position: fixed;
	}
	a
	{
		font-size: 1.25em;
	}
}

@media screen and (min-width : 1590px) and (max-width: 1760px)
{
	header 
	{
		height: 300px;
		position: fixed;
	}
	a
	{
		font-size: 1.25em;
	}
}

@media screen and (min-width : 1390px) and (max-width: 1590px)
{
	header 
	{
		height: 270px;
		position: fixed;
	}
	a
	{
		font-size: 1.25em;
	}
}

@media screen and (min-width : 1270px) and (max-width: 1390px)
{
	header 
	{
		height: 260px;
		position: fixed;
	}
	a
	{
		font-size: 1.25em;
	}
}

@media screen and (min-width : 1024px) and (max-width: 1270px)
{
	header 
	{
		height: 240px;
		position: fixed;
	}
	a
	{
		font-size: 1.05em;
	}	
}

@media screen and (min-width : 800px) and (max-width: 1024px)
{
	header 
	{
		height: 200px;
		position: fixed;
	}
	a
	{
		font-size: 0.95em;
	}
}

@media screen and (min-width : 640px) and (max-width : 800px) 
{
	header 
	{
		height: 165px;
		position: fixed;
	}
	a
	{
		font-size: 0.75em;
	}
}

@media screen and (min-width : 480px) and (max-width : 640px) 
{
	header 
	{
		height: 145px;
		position: fixed;
	}
	a
	{
		font-size: 1em;
	}
	
	#menu-icon 
	{
		display:inline-block;
	}

	#menu-icon_eng
	{
		display:inline-block;
	}	
	
	#menu-icon_chi 
	{
		display:inline-block;
	}

	#chi_icon
	{
		width: 25px;
		height: 25px;
		position: fixed;
		left: 1%;
		background: url(../img/Chinese_icon.png) no-repeat;
		background-size: 25px 25px;
		display: block;	
	}

	#eng_icon
	{
		width: 25px;
		height: 25px;
		position: fixed;
		left: 1%;
		background: url(../img/English_icon.png) no-repeat;
		background-size: 25px 25px;
		display: block;	
	}

	nav ul, nav:active ul 
	{ 
		display: none;
		position: absolute;
		padding: 20px;
		background: #fff;
		border: 3px solid #444;
		right: 40px;
		top: 60px;
		width: 50%;
		border-radius: 10px 10px 10px 10px;
	}

	nav li 
	{
		text-align: center;
		width: 100%;
		padding: 10px 0;
		margin: 0;
		border-bottom: 1px solid black;
	}

	nav:hover ul 
	{
		display: block;
	}
}

@media screen and (min-width : 360px) and (max-width : 480px) 
{
	header 
	{
		height: 120px;
		position: fixed;
	}
	a
	{
		font-size: 1em;
	}

	#menu-icon 
	{
		display:inline-block;
	}

	#menu-icon_eng 
	{
		display:inline-block;
	}	

	#menu-icon_chi
	{
		display:inline-block;
	}

	#chi_icon
	{
		width: 25px;
		height: 25px;
		position: fixed;
		Top: 80px;
		left: 1%;
		background: url(../img/Chinese_icon.png) no-repeat;
		background-size: 25px 25px;
		display: block;	
	}

	#eng_icon
	{
		width: 25px;
		height: 25px;
		position: fixed;
		Top: 80px;
		left: 1%;
		background: url(../img/English_icon.png) no-repeat;
		background-size: 25px 25px;
		display: block;	
	}

	nav ul, nav:active ul 
	{ 
		display: none;
		position: absolute;
		padding: 20px;
		background: #fff;
		border: 3px solid #444;
		right: 40px;
		top: 60px;
		width: 50%;
		border-radius: 10px 10px 10px 10px;
	}

	nav li 
	{
		text-align: center;
		width: 100%;
		padding: 10px 0;
		margin: 0;
		border-bottom: 1px solid black;
	}

	nav:hover ul 
	{
		display: block;
	}
}

@media screen and (min-width : 320px) and (max-width : 360px) 
{
	header 
	{
		height: 105px;
		position: fixed;
	}
	a
	{
		font-size: 1em;
	}

	#menu-icon 
	{
		display:inline-block;
	}

	#menu-icon_eng 
	{
		display:inline-block;
	}	

	#menu-icon_chi
	{
		display:inline-block;
	}	

	#chi_icon
	{
		width: 25px;
		height: 25px;
		position: fixed;
		Top: 65px;
		left: 1%;
		background: url(../img/Chinese_icon.png) no-repeat;
		background-size: 25px 25px;
		display: block;	
	}

	#eng_icon
	{
		width: 25px;
		height: 25px;
		position: fixed;
		Top: 65px;
		left: 1%;
		background: url(../img/English_icon.png) no-repeat;
		background-size: 25px 25px;
		display: block;	
	}

	nav ul, nav:active ul 
	{ 
		display: none;
		position: absolute;
		padding: 20px;
		background: #fff;
		border: 3px solid #444;
		right: 40px;
		top: 60px;
		width: 50%;
		border-radius: 10px 10px 10px 10px;
	}

	nav li 
	{
		text-align: center;
		width: 100%;
		padding: 10px 0;
		margin: 0;
		border-bottom: 1px solid black;
	}

	nav:hover ul 
	{
		display: block;
	}
}

@media screen and (max-width : 320px)  
{
	header 
	{
		height: 100px;
		position: fixed;
	}
	a
	{
		font-size: 1em;
	}

	#menu-icon 
	{
		display:inline-block;
	}

	#menu-icon_eng 
	{
		display:inline-block;
	}	

	#menu-icon_chi
	{
		display:inline-block;
	}

	#chi_icon
	{
		width: 25px;
		height: 25px;
		position: fixed;
		Top: 65px;
		left: 1%;
		background: url(../img/Chinese_icon.png) no-repeat;
		background-size: 25px 25px;
		display: block;	
	}

	#eng_icon
	{
		width: 25px;
		height: 25px;
		position: fixed;
		Top: 65px;
		left: 1%;
		background: url(../img/English_icon.png) no-repeat;
		background-size: 25px 25px;
		display: block;	
	}

	nav ul, nav:active ul 
	{ 
		display: none;
		position: absolute;
		padding: 20px;
		background: #fff;
		border: 3px solid #444;
		right: 40px;
		top: 40px;
		width: 50%;
		border-radius: 10px 10px 10px 10px;
	}

	nav li 
	{
		text-align: center;
		width: 100%;
		padding: 10px 0;
		margin: 0;
		border-bottom: 1px solid black;
	}

	nav:hover ul 
	{
		display: block;
	}
}		