@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Raleway:400,200);
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: 100%;
  font-family: Raleway, "微軟正黑體", sans-serif;
  color: #363636;
  margin-bottom: 15px;
  z-index:10000;
}
#cssmenu ul ul {
  display: none;
}
#cssmenu > ul > li.active > ul {
  display: block;
}
#cssmenu > ul > li {
  float: left;
  display: inline-block;
}
span.more{
	padding-left:5px;
}
.fa-angle-double-right{
 padding-left:2px;
}
#cssmenu > ul > li.title{
  color: #fff;
  font-family: 'Roboto', "微軟正黑體", sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin: 0px 3px 0 0;
  text-transform: uppercase;
  padding: 12px 10px;
  background: #8c2830;	
}

#cssmenu > ul > li.title02{
  color: #fff;
  font-family: 'Roboto', "微軟正黑體", sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin: 0 3px 0 0;
  text-transform: uppercase;
  padding: 12px 10px 10px 10px;
  background: #8c2830;	
}
#cssmenu.align-center > ul {
  float: none;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  float: none;
}
#cssmenu .pull-right{
 font-family: Verdana, "微軟正黑體", sans-serif;
 font-size: 14px; 
 font-weight: 500;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu > ul > li > a {
  border-bottom: 1px dotted #ddd;
  color: #474747;
  padding: 16px 12px;
  cursor: pointer;
  z-index: 2;
  font-size: 16px;
  font-weight: 500;
  line-height:1.3;
  text-decoration: none;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}

#cssmenu > ul > li > a:hover {
  background: #f6f6f6;
}

#cssmenu ul ul li a {
  padding: 16px 0 16px 33px;
  cursor: pointer;
  z-index: 2;
  font-size: 15px;
  text-decoration: none;
  border-bottom: 1px dotted #ddd;
  color: #363636;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  background-color: rgba(240, 240, 240, 0.5);
}
#cssmenu ul ul li.focus>a, #cssmenu ul li.focus>a {
  background-color: rgba(240, 240, 240, 0.5);
}
#cssmenu ul ul ul li a {
  padding-left: 33px;
}
#cssmenu ul ul li a:hover {
  background: #f6f6f6;
}

#cssmenu ul li.focus, #cssmenu ul > li.focus, #cssmenu ul ul li.focus, #cssmenu ul ul > li.focus{
 background: #eee; 
}
#cssmenu.cssStyle{
  width:auto;
  height: fit-content;
}
 #nav-menu{
	display:none;
	}
