/* ---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%;
	font: inherit;
	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;
	margin: 0;
    font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 0;
    line-height: 0;
    color: #EBEBEB;
    text-align: left;
    background-color: #ffffff;
}
ol, ul {
	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--- */

html, body{	
	font-family:"Noto Sans TC",arial;
	-webkit-text-size-adjust:none;
	background-color:#ffffff;
	
}
a {
  text-decoration: none;
}
img {
  /* make images responsive */
  /* max-width: 100%;*/
}
header{
	position:fixed;
	width:100%;
	background:#ffffff;
	z-index: 999;
	border-bottom: 4px solid #1588d3;
	box-shadow: 2px 2px 6px 2px rgb(0 0 0 / 15%);
}
header-index{
	position:fixed;
	width:100%;
	background:#ffffff;
	z-index: 999;
	border-bottom: 4px solid #1588d3;
	box-shadow: 2px 2px 6px 2px rgb(0 0 0 / 15%);
}
.header-index{
	position:fixed;
	width:100%;
	background:#ffffff;
	z-index: 999;
	border-bottom: 4px solid #1588d3;
	box-shadow: 2px 2px 6px 2px rgb(0 0 0 / 15%);
}
.logo{
	position: relative;
    z-index: 123;
    padding: 1%;
    color: #6DDB07;
    float: left;
    width: 19%;
}
.logo img{
	margin-top: 2%;
	width: 100%;
	/*height: 46px;*/
	display: block;
}

.logo2{
	position: relative;
    z-index: 123;
    padding: 1%;
    color: #6DDB07;
    float: left;
    width: 22%;
}
.logo2 img{
	margin-top: 2%;
	width: 100%;
	/*height: 46px;*/
	display: block;
}

nav{
	position:relative;
	width:96%;
	margin:0 auto;
    }
.topmenuList {
	position: absolute;
    margin-left: 300px;
}
#cssmenu,#cssmenu ul,#cssmenu ul li,#cssmenu ul li a,#cssmenu #head-mobile{
	border:0;
	list-style:none;
	line-height:45px;
	display:block;
	position:relative;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	font-family: "Noto Sans TC",arial;
	margin-bottom: 0;
}
#cssmenu:after,#cssmenu > ul:after{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0
}
#cssmenu #head-mobile{
	display:none;
}
#cssmenu{
	background:#ffffff;
	position:relative;
	width:1200px;
	margin:0 auto;
}
#cssmenu > ul > li{
	float:left;
	margin-left: 2.5%;
}
#cssmenu > ul > li > a{
	padding:25px 5px 15px 10px;
	font-size:17px;
	letter-spacing:1px;
	text-decoration:none;
	color:#333333;
	font-weight:bold;
	font-family: "Noto Sans TC",arial;
  }

#cssmenu ul li img{
	width: 35px;
	height:35px;
	margin-top: 2%;
}
#cssmenu > ul > li:hover > a,#cssmenu ul li.active a{
	color:#eb6100;
}

#cssmenu > ul > li:hover,#cssmenu ul li.active:hover,#cssmenu ul li.active,#cssmenu ul li.has-sub.active:hover{
	/*background:#448D00!important;*/
	-webkit-transition:background .3s ease;
	-ms-transition:background .3s ease;
	transition:background .3s ease;
}
#cssmenu > ul > li.has-sub > a{
	padding-right:30px;
}
#cssmenu > ul > li.has-sub > a:after{
	position:absolute;
	top:48px;
	right:11px;
	width:8px;
	height:2px;
	display:block;
	background:#666666;
	content:''
}
#cssmenu > ul > li.has-sub > a:before{
	position:absolute;
	top:45px;
	right:14px;
	display:block;
	width:2px;
	height:8px;
	background:#666666;
	content:'';
	-webkit-transition:all .25s ease;
	-ms-transition:all .25s ease;
	transition:all .25s ease
}
#cssmenu > ul > li.has-sub:hover > a:before{
	top:23px;
	height:0
}
#cssmenu ul ul{
	position:absolute;
	left:-9999px;
	border-top: 3px solid #eb6100;
	box-shadow: 2px 2px 15px 2px rgb(0 0 0 / 15%);
}
#cssmenu ul ul li{
	height:50px;
	border-top: 1px solid #dfe8f2;
	-webkit-transition:all .25s ease;
   -ms-transition:all .25s ease;
	background:#ffffff;
	transition:all .25s ease
}
#cssmenu ul ul li:hover{
	color: #231815;
}
#cssmenu li:hover > ul{
	left:auto;
}
#cssmenu li:hover > ul > li{
	height:50px
}
#cssmenu ul ul ul{
	margin-left:100%;
	top:0
}
#cssmenu.subToggler {
    display:block;
    height: 60px;
}
#cssmenu ul ul li a{
	width:220px;
	height: 40px;
	font-size:17px;
	letter-spacing: 0.1em;
	text-decoration:none;
	color:#231815;
	padding-left: 5%;
	font-family: "Noto Sans TC",arial;
}
#cssmenu ul ul li.has-sub{
	height: 50px;
}
#cssmenu ul ul li:last-child > a,#cssmenu ul ul li.last-item > a{
	border-bottom:0;
}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li a:hover{
	color:#eb6100;
}
#cssmenu ul ul li.has-sub > a:after{
	position:absolute;
	top:24px;
	right:23px;
	width:8px;
	height:2px;
	display:block;
	background:#666666;
	content:''
}
#cssmenu ul ul li.has-sub > a:before{
	position:absolute;
	top:21px;
	right:26px;
	display:block;
	width:2px;
	height:8px;
	background:#666666;
	content:'';
	-webkit-transition:all .25s ease;
	-ms-transition:all .25s ease;
	transition:all .25s ease;
}
#cssmenu ul ul > li.has-sub:hover > a:before{
	top:17px;
	height:0
}
#cssmenu ul ul li.has-sub:hover,#cssmenu ul li.has-sub ul li.has-sub ul li:hover{
	background:#a8d8ef;
}
#cssmenu ul ul ul li.active a{
	border-left:1px solid #333;
}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active> a{
	border-top:1px solid #333;
}
.line {
	border: 1px solid #1588d3;
	font-size:17px;
	letter-spacing:1px;
	text-decoration:none;
	color:#333333;
	font-weight:bold;
	font-family: "Noto Sans TC",arial;
	border-radius: 10px;
	margin: 25px 2px 0 2px;
	padding: 0 5px 0 5px;
	}
.line a{
	color:#333333;
}

.line a:hover{
	color:#eb6100;
}
@media screen and (max-width:1024px){

#cssmenu {
    background: #ffffff;
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.logo {
    position: relative;
    z-index: 123;
    padding: 15px;
    font-size: 17px;
    color: #6DDB07;
    float: left;
    width: 16.5%;
}	
.logo img {
    margin-top: 5%;
    width: 140px;
    height: 37px;
    display: block;
}
.logo2 img {
    margin-top: 5%;
    width: 140px;
    height: 37px;
    display: block;
}	
#cssmenu > ul > li {
    float: left;
    margin-left: 1.5%;
}
.topmenuList {
	position: absolute;
    margin-left: 150px;
}	
.content-space {
    display: block;
    width: 100%;
    height: 60px;
}
	
}
@media screen and (max-width:1000px){
header {
    position: absolute;
    width: 100%;
    background: #ffffff;
    z-index: 999;
    border-bottom: 4px solid #1588d3;
    box-shadow: 0px;
}	
.logo{
	position:absolute;
	top:0;
	left: 0;
	width:90%;
	height:60px;
	text-align: center;
	float:none;
	font:45px verdana;
	padding: 15px 0 10px 10px;
	}
.logo img{
	width: 132px;
	height: 35px;
	display: block;
	margin-top: 0%;
}		
.logo2{
	display:block;
	}
.topmenuList {
    margin-left: 0px;
	overflow-y: auto;
    z-index: 9999999999;
    position: fixed;
}
#cssmenu,#cssmenu ul,#cssmenu ul li,#cssmenu ul li a,#cssmenu #head-mobile{
	border:0;
	list-style:none;
	line-height:35px;
	display:block;
	position:relative;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	font-family: "Noto Sans TC",arial;
}	
nav{
	width:100%;
	}
#cssmenu ul ul {
    position: absolute;
    left: -9999px;
    border-top: 0px solid #00bcd4;
    box-shadow: 0px;
}	
#cssmenu{
	width:100%;
	line-height: 0em;
	}
#cssmenu ul{
	width:100%;
	display:none
	}
#cssmenu ul li{
	width:100%;
	border-top:1px solid #aebfc9;
	}
#cssmenu ul li:hover{
	background:#0092d6;
	}
#cssmenu ul ul li{
	height:50px;	
	}	
#cssmenu li:hover > ul > li{
	height:auto;
	}
#cssmenu ul li a,#cssmenu ul ul li a{
	width:100%;
	border-bottom:0;
	padding: 1% 10%;
    font-size: 15px;
    letter-spacing:2px;
    text-decoration: none;
    color: #333;
    font-weight:normal;
	margin-top: 0%;
	}
#cssmenu > ul > li{
	float:none;
	margin-left: 0%;
	}
#cssmenu ul ul li a{
	padding-left:40px;
	height: 50px;
	}
#cssmenu > ul > li:hover > a,#cssmenu ul li.active a{
	color:#fff;
}	
#cssmenu ul li{
	line-height: 50px;
	}	
#cssmenu ul ul li{
	background:#f5f7fa!important;
	}
#cssmenu.sub-2.submenu-button{
	position:absolute;
	z-index:99;
	right:15px;
	top:0px;
	display:block;
	/*border-left:1px solid #0a5a88;*/
	height: 52px;
    width: 50px;
	cursor:pointer;
	}
#cssmenu ul ul li.sub-3{
	background:#99d1eb!important;
	height: 50px;
	}	
#cssmenu ul ul li:hover{
	background:#0092d6!important
	}
#cssmenu ul ul ul li a{
	padding-left:55px;
	}	
#cssmenu ul ul li a{
	color:#333;
	background:none;
	}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li.active > a{
	color:#fff;
	}
#cssmenu ul ul,#cssmenu ul ul ul{
	position:relative;
	left:0;
	width:100%;
	margin:0;
	text-align:left;
	}
#cssmenu > ul > li.has-sub > a:after,#cssmenu > ul > li.has-sub > a:before,#cssmenu ul ul > li.has-sub > a:after,#cssmenu ul ul > li.has-sub > a:before{
	display:none;
	}	
#cssmenu #head-mobile{
	display:block;
	padding:30px;
	color:#ddd;
	font-size:15px;
	font-weight:700;
	}
.button{
	width:60px;
	height:60px;
	position:absolute;
	right:18px;
	top:0;
	cursor:pointer;
	z-index: 12399994;
	}
.button:after{
	position:absolute;
	top: 30px;
    right: 20px;
    display: block;
    height: 8px;
    width: 25px;
    border-top: 3px solid #476374;
    border-bottom: 3px solid #476374;
	content:''
	}
.button:before{
	-webkit-transition:all .3s ease;
	-ms-transition:all .3s ease;transition:all .3s ease;
	position:absolute;
	top: 20px;
    right: 20px;
    display: block;
    height: 3px;
    width: 20px;
	background:#464849;
	content:''
	}
.button.menu-opened:after{
	-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;
	top: 30px;
    border: 0;
    height: 3px;
    width: 20px;
	background:#464849;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg)
	}
.button.menu-opened:before{
	top: 30px;
    background: #464849;
    width: 20px;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg)
	}
#cssmenu .submenu-button{
	position:absolute;
	z-index:99;
	right:15px;
	top:0px;
	display:block;
	/*border-left:1px solid #0a5a88;*/
	height: 40px;
    width: 40px;
	cursor:pointer;
	}
#cssmenu .submenu-button.submenu-opened{
	/*background:#003450;*/
	}
#cssmenu ul ul .submenu-button{
    height: 40px;
    width: 40px;
	}	
#cssmenu .submenu-button:after{
    position: absolute;
    top: 22px;
    right: 24px;
    width: 15px;
    height: 3px;
	display:block;
	background:#464849;
	content:''
	}
#cssmenu ul ul .submenu-button:after{
	top: 23px;
    right: 12px;
	}
#cssmenu .submenu-button.submenu-opened:after{
	background:#464849;
	}
#cssmenu .submenu-button:before{
	position: absolute;
    top: 16px;
    right: 30px;
    display: block;
    width: 3px;
    height: 15px;
	background:#476374;
	content:''}
#cssmenu ul ul .submenu-button:before{
	top: 17px;
    right: 18px;
	}
#cssmenu .submenu-button.submenu-opened:before{
	display:none;
	}
#cssmenu ul ul ul li.active a{
	border-left:none;
	}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active > a{
	border-top:none;
	}
}