﻿/*header----------------------------------------------------------------------header------------------------------*/
.page-header1 {
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #000 !important;
  /*height: 0;*/
	overflow: hidden;
	z-index: 999;
}


@media(max-width:960px) {
  .page-header1 {
    margin: 0;
    height: auto;
  }
}

.Pclean_txt{
	display:none;
	}

	@media (max-width: 1160px){
.Pclean_txt{
	
	}
}


		@media (max-width: 960px){
.Pclean_txt{	
		
	}
}
		@media (max-width: 920px){
.Pclean_txt{	
	
	}
}
		@media (max-width: 900px){
.Pclean_txt{	
	
	}
}
		@media (max-width: 800px){
.Pclean_txt{	

	
	}
}
		@media (max-width: 767px){
.Pclean_txt{	

	
	}
}

/*640時圖及文字不呈現*/
		@media (max-width: 640px){
.Pclean_txt{	
 display:none
	
	}
}
/*menu3------------------------------------------------------------------------menu--------------------*/

.menu3 {
  clear: both;
  /*z-index: 9000;*/
  position: relative;
  /* top: -49px;*/
  text-align: center;
  padding: 0 6%;
  width: 100%; 
  background-color: #000 !important;
}
.menu3 li {
  float: left; 
  list-style: none;
  position: relative;
  padding: 16px 0;
  margin: 0 15px;
  z-index: 190;
  font-family: "微軟正黑體", "新細明體", 'Open Sans', sans-serif, Helvetica, Arial;
  /*min-width: 160px;*/
  text-align: center;
  font-size: 18px;
  /*font-weight:bold;*/
  vertical-align: middle;
  line-height: 1em;
  -moz-transition: background 250ms;
  -o-transition: background 250ms;
  -webkit-transition: background 250ms;
  /*background-color: #000 !important;*/
}
.menu3 li a, .menu3 li a:visited {
  color: #fff;
  text-decoration: none;
  display: block;
  font-size: 18px;
  letter-spacing: 0.1em;
}
.menu3 li a:hover, .menu3 li a:focus, .menu3 li:hover{  
  color: #ff0000 !important;
  /*background-color: #000 !important;*/
  /*background-color: rgba(135, 160, 202, 0.85);*/
}

 .menu3 li:last-child {
       float:right;
	   margin: 0;
            color: #fff !important;
	 font-style: italic;
	 font-size: 16px !important ;	 
            } 


@media(max-width:1280px) {
 .menu3 {	
 padding:0;
	 margin-left:20px;
}
.menu3 li {
       min-width: 120px !important;
}
		.menu3 li:nth-child(3) {
      margin-left:25px;
}
 .menu3 li:last-child {
      float:left;		 
            } 
}


@media(max-width:1160px) {
	
.menu3 li {
       min-width: 110px !important;
}	
}

@media(max-width:1110px) {
	
.menu3 li {
       min-width: 100px !important;
}	
}


@media(max-width:1085px) {
	
.menu3 li {
       min-width: 90px !important;
}	
}

@media(max-width:1058px) {
	
.menu3 li {
       min-width: 88px !important;
}	
}

@media(max-width:1040px) {
	
.menu3 li {
       min-width: 80px !important;
}	
}



@media(max-width:1024px) {
 .menu3 li:last-child {
	 width:100px;
	 font-size:13px;
	 margin-top:-5px;
	 margin-left:20px
            } 
}

@media(max-width:960px) {
 .menu3 {	
 padding:0;
}
.menu3 li {
       min-width: 100%;
}
}
	
		
			
/*menu add class-固定上方選單 padding-left: 20%;*/
.navFixed {
  z-index: 9000;
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding:0 10% 0 20%;
  min-width: 100%;
  /*opacity: 1;*/
  background-color: #000;
    opacity: 0.75;
  transition: opacity 0.5s ease-out;
}
/*滾動至上方選單固定時最後一個.menu3 li.Pclean不呈現*/
.nodisplay {
  display: none;
}


@media(max-width:1280px) {
 .navFixed {	
 padding:0 12%;
}
.menu3 li {
       min-width: 180px;
}
}


@media(max-width:1160px) {
 .navFixed {	
 padding:0 7%;
}
.menu3 li {
       min-width: 180px;
}
}
@media(max-width:1024px) {
 .navFixed {	
 padding:0 8%;
}
.menu3 li {
       min-width: 160px;
}
}
@media(max-width:960px) {
 .navFixed {	
 padding:0;
}
.menu3 li {
       min-width: 100%;
}
}





		
/*三條線黑的,因底圖為白的---------------------------------------------------------------------------------------*/
span.alter-menu-icon {
  display: block;
  margin-left: 1rem;
  width: 30px;
  height: 27px;
  background: url(../images/alter-menu.png) 0 0 no-repeat;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: transform 250ms ease-out 0s;
  -moz-transition: transform 250ms ease-out 0s;
  -o-transition: transform 250ms ease-out 0s;
  transition: transform 250ms ease-out 0s;
}
.open span.alter-menu-icon {
  background-position: 0 -27px;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: transform 250ms ease-out 0s;
  -moz-transition: transform 250ms ease-out 0s;
  -o-transition: transform 250ms ease-out 0s;
  transition: transform 250ms ease-out 0s;
}
@media(max-width:425px) {
  span.alter-menu-icon {
    margin-left: 0.5rem;
  }
}
@media(max-width:320px) {
  span.alter-menu-icon {
    margin-left: 0;
  }
}
/* smaller devices menu------------------------------------------------------------------------------------- */
#mobile_nav {
  display: none;
  position: absolute;
  left: 0;
  top: 0px;
  margin-top: 0;
  z-index: 8888;
  margin: 1em 1em;
}
#mobile_nav:focus {
  outline: none;
}
@media(max-width:414px) {
  #mobile_nav {
    margin: 0.6em 1em;
  }
}

#navigation_mobile {
  padding: 0;
  list-style: none;
  list-style-type: none;
  display: none;
  background-color: #000;
  /*background-color: rgba(24, 113, 139, 0.85);*/
  /*margin-bottom :5rem;*/
}
#navigation_mobile li {
	width:100%;
  display: block;
  list-style: none;
  list-style-type: none;
  line-height: 1.5em !important;
  border-bottom: 1px rgb(112, 124, 144) solid;
  padding: 15px 0;
  margin: 0;
  text-align: center;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#navigation_mobile li:last-child {
  display: none;
}
#navigation_mobile a {
  font-family: "微軟正黑體", "新細明體", "標楷體";
  font-size: 18px;
  letter-spacing: 0.2em;
  color: #fff;
  background-repeat: no-repeat;
  background-position: left;
  padding: 0;
  margin: 0;
  line-height: 1.5em;
  display: block;
  text-decoration: none;
  transition: color 1s;
  -moz-transition: color 1s;
  -o-transition: color 1s;
  -webkit-transition: color 1s;
}
#navigation_mobile li:hover {
  color: #FFF;
  background-color: rgba(19, 43, 51, 0.85);
}
@media(max-width:960px) {
  #mobile_nav {
    display: block;
  }
  #nav2 {
    display: none;
  }
}