*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; transition: all 0.4s ease-out;}
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }

@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css);

html, body {
	width: 100%; 
  min-height: 100%; 
  height: auto; 
  padding: 0px; 
  margin: 0px; 
  text-align: left; 
  overflow: visible; 
  font-size: 15px; 
  color: #1F1F1F; 
  background-color: #FFF;
	font-family: 'cwTeXKai','Noto Sans TC','Microsoft JhengHei', Arial, sans-serif;
  overflow-x: hidden;
}
a {
	color: inherit;
	text-decoration: none;
	outline: none;
}

.img {
  position: relative;
  font-size: 0;
}
.img > span {
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
}
.img > span:before {
  content: ' ';
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}
.img > span > iframe {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
.img > span > iframe {
  width: 100%;
  height: 100%;
}
.clear:after{
  display: block;
  height: 0;
  clear: both;
  content: "";
  visibility: hidden;
}

header{
  width: 150px;
  max-width: 100%;
  left: 0;
  position: fixed;
  height: 100%;
  z-index: 999;
  background-image: url('../img/layout/menu-bg.jpg');
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

main{
  width: calc(100% - 150px);
  max-width: 100%;
  float: right;
  display: block;
}

footer{
  width: calc(100% - 150px);
  max-width: 100%;
  background-image: url('../img/layout/footer-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
  float: right;
  clear: both;
}


.header-logo{
  width: 100px;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 10%;
}

.header-logo-p{
  width: 100px;
  margin: 0 auto;
  writing-mode: vertical-lr ;
  letter-spacing: 5px;
  text-align: center;
  padding: 0 43px;
  padding-top: 10px;
}
.menu-rwd{
  display: none;
}

.rwd-logo{
  display: none;
}

header ul{
  width: 100%;
  height: 25%;
  margin-top: 30px;
  display: table;
}

header ul li{
  
  display: table-row;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
}


.footer-box{
  width: 400px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 0;
  padding: 110px 0;
}

.footer-logo{
  width: 80px;
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}

.footer-p{
  width: calc(100% - 80px);
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
  padding-left: 30px;
  box-sizing: border-box;
}

.footer-p p{
  font-size: 20px;
  padding-bottom: 10px;
  color: #fff;
}

.footer-p a{
  font-size: 10px;
  color: #9c9696;
  display: block;
}


/* title */
.narrative{
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
  animation: fade-in 2s ease 0s 1 alternate;
}

.narrative h3{
  width: 100%;
  font-size: 30px;
  letter-spacing: 16px;
  text-align: center;
  padding: 40px 0;
  border-bottom: 1px solid #959595;
  
}

.narrative h3 span{
  font-family: Noto Sans TC;
  color: #828282;
  padding-left: 20px;
  letter-spacing: 8px;
  font-weight: 100;

}

.narrative p{
  font-family: Noto Sans TC;
  width: 100%;
  font-size: 20px;
  text-align: justify;
  letter-spacing: 3px;
  line-height: 3;
  color: #606060;
  padding: 10px 0;
  font-weight: 100;
 
}

.narrative p span{
  color: #de3131;
}

.left{
  float: left;
}

.right{
  float: right;
}
.rwd{
  display: none;
}