

.mainMenu:hover {
	background: #FFF;
}

#st-trigger-effects img{
	text-align: center;
}

/*選單變換*/


/*PC*/

.mainMenu{display:none;}
	
#mobile_menu,.st-container,.st-pusher{
	width:100%;
	margin:auto;
}
@media screen and (min-width: 1px) and (max-width: 1200px){
#mobile_menu,.st-container,.st-pusher{
	width:1200px;
	margin:auto;
}}

/*	
#nav{display:none;}
.st-content{display:none;}
.st-menu{display:none;}
.st-pusher::after{display:none;}
*/



.st-container,
.st-pusher,
.st-content {
	height:100%;float:left;
}


.st-content {
	background: #fff;
}

.st-content,
.st-content-inner {
	position: relative;
}

.st-container {
	position: relative;
	overflow: hidden;
}

.st-pusher {
	position: relative;
	left: 0;
	z-index: 99;
	height: 100%;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.st-pusher::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	background: rgba(0,0,0,0.2);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

.st-menu-open .st-pusher::after {
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.st-menu {
	z-index: 100;
	width:1200px;
	margin: 0 auto;
	height: 60px;
	/*background: #ef544d;選單背景*/
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	
}

.st-menu::after {
	top: 0;
	right: 0;
	width: 100%;
	height: 50%;
	background: rgba(0,0,0,0.2);
	content: '';
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.st-menu-open .st-menu::after {
	width: 0;
	height: 0;
	opacity: 0;
	-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

/* content style */

.st-menu ul {
	width:100%;
	text-align:center;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	overflow:visible;
    
}
.st-menu h2 {
	margin: 0 auto;
	padding: 1em;
	color: rgba(0,0,0,0.4);
	text-shadow: 0 0 1px rgba(0,0,0,0.1);
	font-weight: 300;
	font-size: 1em;
	float:left;
	width:17%;
	display:none;
}
/*.st-menu h2 a{
	color: rgba(0,0,0,0.8); /*手機版選單title字體顏色
	text-decoration: none;
	font-family: cwTeXHei;
	font-weight: bold;
}
.st-menu h2 a:before{
	content: url("../../images/m_GET.gif");
	float: left;
	height:26px;
	margin-top: -8px;
	margin-left: 10%;
}*/

.st-menu ul li{/*下拉選單正常關鍵*/
	float:left;
	position: relative;
	font-size: 1.3em;
    
	/*box-shadow: inset 0 -1px rgba(0,0,0,0.2), inset 0 1px rgba(0,0,0,0.2);*/
	background-color:#eaeae9;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+45,c7c7c7+99 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 45%, #c7c7c7 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 45%,#c7c7c7 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 45%,#c7c7c7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c7c7c7',GradientType=0 ); /* IE6-9 */
	
}
.st-menu ul li:hover {
	background: rgba(255,255,255,0.2);
}
.st-menu ul li a {
	width:200px;
	height:60px;
	float:left;
	line-height:60px;
	text-decoration: none;
	/*padding: 0.55em 0.3em 0.5em 0.3em;*/
	outline: none;
	/*box-shadow: inset 0 -1px rgba(0,0,0,0.2);*/
	color: #343333;/*手機版選單項目字顏色*/
	/*text-transform: uppercase;*/
	/*text-shadow: 0 0 1px rgba(255,255,255,0.1);*/
	letter-spacing: 1px;
	font-weight: bold;
	-webkit-transition: background 0.3s, box-shadow 0.3s;
	transition: background 0.3s, box-shadow 0.3s;
    border-left: 1px solid #e8e8e8;
}

.st-menu ul li/*:first-child*/ {
	/*box-shadow: inset 0 -1px rgba(0,0,0,0.2), inset 0 1px rgba(0,0,0,0.2);*/
	background-color:#eaeae9;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+45,c7c7c7+99 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 45%, #c7c7c7 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 45%,#c7c7c7 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 45%,#c7c7c7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c7c7c7',GradientType=0 ); /* IE6-9 */
}

.st-menu ul li:hover {
	height:60px;
	/*box-shadow: inset 0 -1px rgba(0,0,0,0);*/
	color: #;/*手機板選單字滑過變化顏色*/
	background-color:#eaeae9;
	transition: background 0.3s, box-shadow 0.3s;
}

/*下拉選單觸發開始*/

.st-menu ul li ul {
	/* 讓第二層ul跳脫文件流以利定位 */
	position:absolute;
	/* 固定寬度 */
	width:240px;
	/* 避免出現捲軸 */
	overflow:visible;
	/* 讓ul與母階層li相同位置 */
	clear:left;
	margin-top: 60px;
	z-index: 99;
	line-height:1.9em;
	font-size: 1rem;
}
.st-menu ul li ul li {
	/* 覆寫繼承自第一層的浮動設定 */
	float:none;
	text-align: center;
	border-bottom:0px solid #e5e5e5;
}
.st-menu ul li ul li:first-child {
	background:#f27671;
}
.st-menu ul li ul li:last-child{
	border-bottom:none;
}
.st-menu ul li ul li a {
	/* 覆寫繼承自第一層的浮動設定 */
	float:none;
	width: 100%;/* 註：display、height、padding繼承第一層的設定 */
    border:none;
}
.st-menu ul li ul li a:hover {

}
.st-menu ul li ul li ul {
	margin-top: -30px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 100px;
	width: 100%;
}
/* 修正IE7絕對定位差異 */
*:first-child+html .st-menu ul li ul li ul {
	margin-top:-30px;
}
.st-menu ul li ul li ul li {
/* width、float繼承第二層，免設定 */
}
.st-menu ul li ul li ul li a {
/* width、float繼承第二層，免設定 */
}

.st-menu  ul li ul {
	/* 預先隱藏第二層 */
	visibility:hidden;
}
.st-menu  ul li:hover ul {
	/* 觸動第一層時，顯示第二層 */
	visibility:visible;
}
.st-menu  ul li:hover ul li ul {
	/* 顯示第二層時，隱藏第三層，避免同時彈出 */
	visibility:hidden;
}
.st-menu ul li ul li:hover ul {
	/* 觸動第二層時，顯示第三層 */
	visibility:visible;
}
.st-menu  ul li ul li:hover ul li ul {
	/* 顯示第三層時，隱藏第四層，避免同時彈出 */
	visibility:hidden;
}
.st-menu  ul li ul li ul li:hover ul {
	/* 觸動第三層時，顯示第四層 */
	visibility:visible;
}
/*第二層ul背景色彩與邊框  */
.st-menu ul li ul {
	background: #f27671;
	opacity:0.98;
	border-top: 1px solid #ef544d;
}
/* 第二層a字型 */
.st-menu ul li ul li a {
	font-size:0.9em;
	font-weight: normal !important;
	color:#FFF;
	text-decoration:none;
}
/* 觸動第二層以上li時改變背景色 */
.st-menu ul li ul li:hover{
	background: #e35e57;	
	color: #ffeda0;
}
/*下拉選單結束*/



/*套用手機專用*/
/* 效果3: Push*/
.st-effect-3.st-menu-open .st-pusher {
	position:fixed;/*讓左側選單固定不隨畫面移動延伸的關鍵*/
	-webkit-transform: translate3d(300px, 0, 0);
	transform: translate3d(300px, 0, 0);
}

.st-effect-3.st-menu {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	overflow-y:scroll;
}

.st-effect-3.st-menu-open .st-effect-3.st-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.st-effect-3.st-menu::after {
	display: none;
}


/* 效果1: Slide in on top */
.st-effect-1.st-menu {
	visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.st-effect-1.st-menu-open .st-effect-1.st-menu {
	visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.st-effect-1.st-menu::after {
	display: none;
}


