@charset "utf-8";
/* CSS Document */
.mobileMenu {
	position: fixed;
	width: 30px;
	height: 30px;
	top: 30px;
	right: 30px;
	z-index: 890;
	cursor: pointer;
	display: none;
	
}
.menuBar {
	width: 30px;
	height: 1px;
	background: #eee;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.menuBar:nth-child(1) {

	
}
.menuBar:nth-child(2) {
	margin-top: 10px;
}
.menuBar:nth-child(3) {
	margin-top: 10px;
}
.mobileMenu.menuOpen .menuBar:nth-child(1) {
	margin-top: 15px;
	
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.mobileMenu.menuOpen .menuBar:nth-child(2) {
	opacity: 0;
}
.mobileMenu.menuOpen .menuBar:nth-child(3) {
	margin-top: -14px;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.mobileMenu.menuOpen .menuBar {
	background: #BA9C6F;
	height: 2px;
}
nav {
	position: fixed;
	top: 0;
	bottom: 0;
	width: 150px;
	z-index: 880;
	background-color: rgba(0,0,0,0.7);
	color: #FFF;
}
.menu {
	position:absolute;
	top:50%;
	margin-top:-200px;
	width:100%;
}
.menu_b {
	height: 30px;
	margin: 20px 0;
	text-align: center;
}
.menu_b span {
	padding: 0 20px;
}
.menu_b .en {
	display: block;
	color: #BA9C6F;
}
.menu_b .tw {
	display: block;
	color: #FFF;
}
.menu_b ul {
	position: relative;
}
.menu_b li {
	position: absolute;
}
.mt {
	width: 100%;
}
.mb {
	top: 0;
	width: 0;
	height: 25px;
	background: #333;
	overflow: hidden;
	-webkit-transition: width 0.3s ease-out;
	-moz-transition: width 0.3s ease-out;
	-ms-transition: width 0.3s ease-out;
	-o-transition: width 0.3s ease-out;
	transition: width 0.3s ease-out;
}
.menu_b:hover .mb {
	width: 100%;
}
.copy {
	position:absolute;
	width: 150px;
	right: 5px;
	bottom: 5px;
	text-align: right;
	color: #ccc;
	z-index: 666;
	font-size:0.8em;
	line-height:1.1em;
}
.copy a {
	color: #ccc;
}
.copy a:hover {
	color: #eee;
}
 @media screen and (max-height:350px) {
.menu {
	padding-top: 80px;
}
}
 @media screen and (max-width:1100px) {

.mobileMenu {
	display: block;
}
nav {
	background-color: rgba(0,0,0,0.9);

}
.menu_b:hover .mb {
	width: 0;
}
.mobileMenu {
	top: 37px;
	right: 30px;
}
}
 @media screen and (max-width:980px) {
	 .topbg{
	position:fixed;
	top:0;
	height:100px;
	left:0;
	right:0;
	background-color: rgba(0,0,0,0.8);
	z-index:800;
}
 }
 @media screen and (max-width:520px) {
	 	 .topbg{
	height:90px;
}
	 .menu {
	padding-top: 30px;
}
.mobileMenu {
	top: 25px;
	right:20px;
}
nav {
	width: 100%;
}
.menu_b {
	text-align: center;
}
.menu_b span {
	padding-left: 0;
}
.copy {
	filter: alpha(opacity=50); 
-moz-opacity: 0.5; 
opacity: 0.5;
}
}
