/**,
*:after,
*::before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}*/
.st-content img{
	width:95%;
	height:auto;
}
.st-container,
.st-pusher,
.st-content {
	width:100%;/*補足空白寬度*/
	height:100%;float:left;
}

.st-content {
	overflow-y: scroll;
	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;
	z-index:10;
}

.st-menu-open .st-pusher::after {
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.st-menu {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	visibility: hidden;
	width: 290px;
	height: 100%;
	background: #FFF;/*手機板選單背景*/
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	overflow-y:scroll;
	
}
.st-menu::after {
	position: absolute;
	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 {
	margin: 0;
	padding: 0;
	list-style: none;
}

.st-menu h2 {
	margin: 0;
	padding: 0.8em;
	color: rgba(0,0,0,0.4);
	text-shadow: 0 0 1px rgba(0,0,0,0.1);
	font-weight:bold;
	font-size: 1.3em;
	text-align:center;
	box-shadow: inset 0 -1px rgba(0,0,0,0.2), inset 0 1px rgba(0,0,0,0.2);
}
.st-menu h2 a{
	color: rgba(164,151,134,1.00); /*手機版選單title字體顏色*/
	text-decoration: none;
	font-family: 'cwTeXHei'
}

.st-menu h3{
	color:#324279;
	padding: 0.5em;
	font-size: 1.2em;
	text-align:center;
	box-shadow: inset 0 -1px rgba(0,0,0,0.2);}
.st-menu ul li a {
	text-decoration: none;
	display: block;
	padding: 1em 1em 1em 1.2em;
	outline: none;
	box-shadow: inset 0 -1px rgba(0,0,0,0.2);
	color: #666;/*手機版選單項目字顏色*/
	font-family: 'cwTeXHei';
	text-transform: uppercase;
	text-shadow: 0 0 1px rgba(255,255,255,0.1);
	letter-spacing: 1px;
	font-weight: 400;
	-webkit-transition: background 0.3s, box-shadow 0.3s;
	transition: background 0.3s, box-shadow 0.3s;
	text-align:center;
	font-size:1.1em;
}
/*.st-menu ul li:first-child a {
	box-shadow: inset 0 -1px rgba(0,0,0,0.2), inset 0 1px rgba(0,0,0,0.2);
}*/

.st-menu ul li a:hover {
	background: rgba(0,0,0,0.2);
	box-shadow: inset 0 -1px rgba(0,0,0,0);
	color: #fff;/*手機板選單字滑過變化顏色*/
}
/*子選單*/
.st-menu ul li ul{background:#fff;width:100%;}
.st-menu ul li ul li a{color:#000;padding: 1em 1em 1em 1.2em;}
/*.st-menu ul li ul li:before{float:left;margin:0;padding: 1em 1em 1em 1.2em;content:">";}*/

/* 效果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 {
	position:fixed;/*讓左側選單固定不隨畫面移動延伸的關鍵*/
	visibility: visible;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 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;
}

/*按鈕手機直式檢視*/

button{
	opacity: 0.6;
	border-radius: 5px;
	height:auto;
	position: fixed;
	z-index: 1;
	left: 0.9em;
	background-color: #FFF;
	-webkit-appearance: none;/*ios系統專用，默認的系統樣式*/
	-moz-appearance: none;
	appearance: none;
	z-index:10;
}
@media screen and  (orientation:portrait) {button{width: 10.8%;top: 0.75em;}}
/*按鈕手機橫式檢視*/
@media screen and  (orientation:landscape) {button{	width: 7%;top: 1.2em;}}
button:hover {background: #FFF;}
#st-trigger-effects img{text-align: center;}

/*選單變換*/
/*PC*/
@media screen and (min-width: 1201px) {
#mobile_menu,.st-container,.st-pusher{width:100%;margin:0 auto;text-align:center;}
#nav,.st-content,.st-menu,.st-pusher::after{display:none;}
}

/*平板*/
@media screen and (min-width: 737px) and (max-width: 1200px){
	

#mobile_menu{width:100%;height:100%;float:left;}
button{width: 11%;top: 0.9em;}
.st-content img{width:100%;height:auto;}

@media screen and  (orientation:portrait) {button{width: 11.8%;top: 0.9em;}}
/*按鈕手機橫式檢視*/
@media screen and  (orientation:landscape) {button{	width: 7%;top: 1.2em;}}
}

/*手機*/
@media screen and (max-width: 736px) {

#mobile_menu{width:100%;height:100%;float:left;}
	
}
@media screen and (min-width:1px) and (max-width: 1200px){
.fa{font-size:1.5em;}}

/*IE 8 9 10 11*/
@media screen\0 {.st-content button,.st-pusher #vod_Mb_menu,.icon-lab{display:none;}}
