/**,
*:after,
*::before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}*/

.st-container,
.st-pusher,
.st-content {
	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;
}

.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: 260px;
	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 a {text-decoration: none}
.st-menu h2 {
	margin: 0;
	padding:20px 10px 20px 20px;
	color: rgba(0,0,0,0.4);
	text-shadow: 0 0 1px rgba(0,0,0,0.1);
	font-weight: 400;
	font-size: 2em;
	font-family:"Microsoft YaHei";text-align:left
}
.st-menu h2 a{color:#dc5c3f}

.st-menu ul li a {
    position:relative;
	display: block;
	padding:15px 10px 15px 20px;
	outline: none;
	box-shadow: inset 0 -1px rgba(0,0,0,0.1);
	color: #666;
	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
}

.st-menu ul>li.Mb_sub>a:after{content:"";width:0;
height: 0;
border-style: solid;
border-width: 10px 5px 0 5px;
border-color: #808080 transparent transparent transparent;
    position: absolute;
    right: 30px;
    top: 22px;transition: transform 0.4s;}

.st-menu ul > li.Mb_sub_click > a:after {
    transform: rotate(180deg);
}

.st-menu ul li:first-child a {
	box-shadow: inset 0 -1px rgba(0,0,0,0.1), inset 0 1px rgba(0,0,0,0.1);
}

.st-menu ul li a:hover {
	background: rgba(229,229,229,0.4);
	box-shadow: inset 0 -1px rgba(0,0,0,0);
	color: #d62a1c;
}

.st-menu ul li ul{background:rgba(229,229,229,0.4);display: none}

/* 效果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;
}


/*PC*/
@media screen and (min-width: 1201px) {
#mobile_menu,.st-container,.st-pusher{width:100%;margin:auto;text-align:center}
#nav{display:none}
.st-content{display:none}
.st-menu{display:none}
.st-pusher::after{display:none}
}

/*平板*/
@media screen and (min-width: 737px) and (max-width: 1200px){
#mobile_menu{width:100%;height:100%;float:left;}
}

/*手機*/
@media screen and (max-width: 736px) {
#mobile_menu{width:100%;height:100%;float:left;}
}


/*按鈕*/
.btn_mobile_menu{opacity:.3;border-radius:5px;height:auto;position:fixed;z-index:99;text-align:center;background-color:#FFF;font-family:'微軟正黑體';-webkit-appearance:none/*ios系統專用，默認的系統樣式*/}
.btn_mobile_menu:hover{background:#FFF}
.button_bar{background:#000;display:block;border-radius:1px}

/*按鈕-手機*/
@media screen and (min-width: 1px) and (max-width: 767px){
/*按鈕*/
.btn_mobile_menu{width:12%;top:.8%;left:3.5%;padding:2px 0}
.button_bar{width:60%;height:2px;margin:4px auto 3px}
/*按鈕橫式*/
@media screen and (orientation:landscape){.btn_mobile_menu{width:8%;top:2%;left:3.2%;font-size:1em}}
}

/*按鈕-ipad*/
@media screen and (min-width: 768px) and (max-width: 991px){
.btn_mobile_menu{width:8.3%;top:1%;left:2.7%;padding:2px 0;font-size:1.15em}
.button_bar{width:65%;height:3px;margin:6px auto 3px}
}

/*按鈕-平板*/
@media screen and (min-width: 992px) and (max-width: 1200px){
.btn_mobile_menu{width:8%;top:1.3%;left:2.5%;padding:3px 0 5px;font-size:1.25em}
.button_bar{width:60%;height:4px;margin:7px auto 4px}
}