@import url(http://fonts.googleapis.com/earlyaccess/cwtexfangsong.css);
/*-------------------------------------------
     基本版面設定區
-------------------------------------------*/			
body {
	background-color: #FFFFFF;
	line-height: 1.75em;
	margin: 0;
	padding: 0;
	background-image: url(../images/body-menu.jpg);
}
img, object, embed, video {max-width: 100%;vertical-align: bottom;border: 0px;}
/* IE 6 不支援最大寬度，因此寬度預設為 100% */
.ie6 img {width:100%;border: 0px;}
a,a:link,a:hover,a:active,a:visited{transition: 1s;text-decoration: none;}
.all-img{
	width: 100%;
}
.logo{
	text-align: center;
	float: left;
	width: 100%;
}

.row{
	padding-right: 20px;
	padding-left: 20px;
}

.icons{
	background-repeat: no-repeat;
	background-position: left;
	left: 40px;
	line-height: 55px;
	float: left;
}

.l-site {
  margin: 0 auto;
  max-width: 1920px;
  position: relative;
  z-index: 1;
}
.l-site:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
  background: #3a4043;
  z-index: 1;
}

.l-page {
	position: relative;
	background: #fff;
	z-index: 2;
	box-shadow: 1px 0 25px rgba(0, 0, 0, 0.25);
	-webkit-transition: 0.35s;
	-moz-transition: 0.35s;
	transition: 0.35s;
	margin-left: 240px;
}

.l-nav {
	position: absolute;
	width: 240px;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 3;
	background-color: #eaeaea;
	background-image: url(../images/body-menu.jpg);
	background-attachment: fixed;
	box-shadow: 1px 0 8px rgba(0, 0, 0, 0.4);
	
}

.band h1 {
  margin: 0;
  padding: 0 0 10px;
  color: #fff;
  font-size: 32px;
}
.band p {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 17px;
}

.band-container {
	left: 0;
	right: 0;
	min-height: 100vh;
	max-width: 100%;
	display: table;
	position: relative;

}

.band-inner {
	display: block;
	float: left;
	width: 100%;
}

.band-a {

}

.band-b {
	
}

.band-c {

}

.band-d {

}

.eng{
	font-size: 14px;
	color: #999;
	text-align: center;
	float: left;
	width: 100%;
	line-height: 2px;
}

.nav {
	width: 220px;
	position: fixed;
	top: 0;
	bottom: 0;
	margin: 0;
	overflow: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav li {
  margin: 0;
  padding: 0;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
}
.nav a {
	font-family: 'cwTeXFangSong', sans-serif;
	color: #3e281c;
	text-decoration: none;
	font-size: 146%;
	display: block;
	text-align: center;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	line-height: 2em;
}
.nav .nav-primary {
  opacity: 1;
}
.nav .nav-primary a:hover {
	color: #a75325;
}
.nav .nav-secondary {
  opacity: 0.4;
}
.nav .nav-secondary:hover {
	color: #0C9;
}

.menu {
  display: none;
  position: fixed;
  top: 25px;
  left: 1.5em;
  width: 24px;
  height: 24px;
  cursor: pointer;
  z-index: 10;
}
.menu:hover .menu-hamburger:before,
.menu:hover .menu-hamburger:after {
  width: 24px;
}
.menu.is-active .menu-hamburger {
  background: none;
}
.menu.is-active .menu-hamburger:before,
.menu.is-active .menu-hamburger:after {
  top: 0;
  width: 24px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu.is-active .menu-hamburger:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu.is-active .menu-hamburger:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.menu-hamburger {
  position: relative;
  width: 24px;
  height: 4px;
  margin: 10px 0;
  background: #fff;
  border-radius: 4px;
  transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.menu-hamburger:before, .menu-hamburger:after {
  content: '';
  display: block;
  width: 24px;
  height: 4px;
  background: #fff;
  position: absolute;
  border-radius: 4px;
  transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.menu-hamburger:before {
  top: -8px;
  left: 0;
  width: 22px;
}
.menu-hamburger:after {
  top: 8px;
  width: 16px;
  left: 0;
}

.left-area{
	float: left;
	width: 96%;
	text-align: left;
	padding-right: 2%;
	padding-left: 2%;
}

.left-area-add{
	float: left;
	text-align: left;
	font-size: 15px;
	width: 100%;
}

.left-area-icon{
	float: left;
	text-align: center;
	font-size: 15px;
	width: 100%;
	padding-bottom: 10px;
}

.left-area-icon .icon{
	float: left;
	height: 46px;
}

.left-area-icon .icon:link{
	float: left;
}

.left-area-copy{
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
	width: 100%;
	font-size: 13px;
	line-height: 18px;
	color: #666666;
	font-family: "微軟正黑體";
	margin-top: 45px;
}


@media screen and (max-width: 980px) {
  .menu {
    display: block;
  }

  .l-site.is-open {
    overflow: hidden;
  }
  
  .l-page {
	position: relative;
	background: #fff;
	z-index: 2;
	box-shadow: 1px 0 25px rgba(0, 0, 0, 0.25);
	-webkit-transition: 0.35s;
	-moz-transition: 0.35s;
	transition: 0.35s;
	margin-left: 0px;
}

  .l-site.is-open .l-page {
    -webkit-transform: translateX(240px);
    -moz-transform: translateX(240px);
    -ms-transform: translateX(240px);
    -o-transform: translateX(240px);
    transform: translateX(240px);
  }

  .l-page {
    z-index: 2;
  }

  .l-nav {
    z-index: 1;
  }

  .band-container {
    padding: 0 0em;
  }
}
