@charset "big5";

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

a{
	color: #FFF;
}

body{
	margin:0;
	padding: 0;
	background: #FFF;
	font-family:"·L³n¥¿¶ÂÅé","Microsoft JhengHei","Ä×¶Â Pro","LiHei Pro Medium",Verdana, Arial, Helvetica,sans-serif;
}
.basic-font{
	font-size:14pt;
	line-height:1.5em;
}
.basic-font p{
	text-align: justify;
	padding:0 0 0.3em 0;
}
.basic-font p:last-child{
	padding-bottom: 0;
}
.basic-font p.noindent{
	text-indent: 0em;
}
.basic-font p.smallfont{
	font-size:0.8em;
}
.basic-font strong{
	font-weight: 600;
}

/***************/

.wrapper{
	width: 100%;
	overflow: hidden;
}
.container{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.container-full{
	width: 100%;
	margin: 0 auto;
}

/***************/

header{
	background: #000;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto;
}
header img{
	display: block;
}
header .container{
	padding-left: 9%;
	padding-top: 50px;
	padding-bottom: 60px;
}
header .container img.en-title{
	margin-bottom: 60px;
}
header .container img.title{
	margin-bottom: 30px;
}
header .container img.sub1{
	margin-bottom: 20px;
}
header .container img.sub2{
	margin-bottom: 80px;
}
header .container img.sub3{
	margin-bottom: 30px;
}
header img.mobile-head{
	display: none;
}

.book{
	background: #FFF;
	padding: 80px 0 0 0;
}
.book .row{
	padding-left: 14%;
	padding-right: 14%;
	margin-bottom: 60px;
}
.book .row1 .col{
	background: url(../images/pixbg.png);
}
.book .row1 .col span.tt{
	font-size: 1.2em;
	font-weight: bolder;
	color: #996c33;
}
.book .row1 .col p.ff{
	font-size: 0.9em;
	font-weight: bolder;
	color: #996c33;
	text-align: right;
}
.book img{
	display: block;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
.book .col-book{
	font-weight: 600;
	text-align: center;
}
.book .event{
	background: #d85120;
	color: #fff;
	padding: 30px 0 30px 0;
}
.book .event .row{
	margin-bottom: 0px;
}
.book .event .row .box{
	padding: 5%;
	border:1px solid #fff;
	font-size: 0.8em;
	line-height: 1.5em;
}

.good .row .col{
	padding-right: 5%;
	color: #e0e0e0;
}
.good .content{
	background: #000 url(../images/good-bg.jpg) center top no-repeat;
	background-position-y: 220px;
	padding-top: 90px;
	padding-bottom: 60px;
	border-top:1px solid #f0cccc;
}
.good .bar{
	display: block;
	margin: 0 auto;
	margin-bottom: 80px;
}
.good .row .col .box{
	padding: 5%;
	border: 1px solid #fff;
	margin-bottom: 30px;
}
.good .row .col .box span.nn{
	color: #cce198;
	font-weight: bolder;
}

.intro{
	background: #FFF;
	padding-top: 60px;
}
.intro .bar{
	display: block;
	margin: 0 auto;
	width: 543px;
	height: 72px;
	margin-bottom: 60px;
}
.intro .row .col-p1{
	padding-left: 15%;
	padding-right: 15%;
	line-height: 1.8em;
	font-size: 1.3em;
	padding-bottom: 60px;
}
.intro .row .col-pic{
	background: #000;
	text-align: center;
}
.intro .row .col-pic1{
	background: #000 url(../images/intro-pic1.jpg) center top;
	background-size: cover;
}
.intro .row .col-pic1 img{
	display: none;
}
.intro .row .col-pic2{
	background: #000 url(../images/intro-pic2.jpg) center top;
	background-size: cover;
}
.intro .row .col-txt{
	padding: 5%;
	background: url(../images/pixbg.png);
}
.intro .row .col-txt .box{
	max-width: 660px;
	margin: 0 auto;
}

.preview{
	background: #000;
	padding-top: 60px;
	padding-bottom: 60px;
}
.preview .bar{
	display: block;
	margin: 0 auto;
	margin-bottom: 60px;
}
.preview .row .col img{
	display: block;
	float: left;
	border: 1px solid #000;
}

.author{
	background: #FFF;
}
.author .row{
	padding: 120px 10% 140px 10%;
}
.author .row .col{
	font-size: 12pt;
	color: #81511c;
}


footer{
	border-top:1px solid #e5e5e5;
	background: url(../images/pixbg.png);
}
footer img{
	display: block;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
footer .footm{
	display: none;
}

/********/

a.btn{
	display:block;
	width:160px;
	height:30px;
	text-align: center;
	text-decoration: none;
	margin: 0 auto;
	background: #fff;
	color:#d85120;
	font-size: 13px;
	font-weight: bolder;
	margin-top:12px;
	line-height: 30px;
	border-bottom: 1px solid #d85120;
}

a.btn:hover{
	background: #d85120;
	color: #FFF;
}


/***************/

.menu{
	position: fixed;
	height: 110%;
	width: : 180px;
	padding-left: 20px;
	padding-right: 20px;
	background: #333;
	z-index: 999;
	top:-14px;
	padding-top: 20px;
	left: -400px;
	transition: all 0.2s linear 0s;
}
.menu-open{
	left: 0;
}

.menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu ul li{
	display: block;
	text-align: center;
	font-size: 16pt;
	color: #f0f0f0;
	border-top:1px solid #888;
	padding-top: 20px;
	padding-bottom: 20px;
}
.menu ul li:first-child{
	border-top:0px solid #888;
}
.menu ul li a{
	display: block;
	font-size: 16pt;
	text-decoration: none;
	color: #fff;
	font-weight: bolder;
	
	text-align: center;
}
.menu ul li a:hover{
	color:#00b7ee;
	font-weight: bolder;
}

#nav-icon{
  width: 40px;
  height: 32px;
  position: fixed;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  
  right: 30px;
  top:30px;
  
  z-index: 999;
}

#nav-icon span{
  display: block;
  position: absolute;
  height: 6px;
  width: 100%;
  background: #666;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 2px;
}

#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
  top: 15px;
}

#nav-icon span:nth-child(4) {
  top: 28px;
}

#nav-icon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

/********/


#gotop {
	width: 60px;
	height: 60px;
	opacity: 0.8;
	position: fixed;
	bottom: 20px;
	right: 10px;
	display: none;
	text-indent: -9999px;
	background: url(images/top.png) no-repeat;
	background-size: contain;
	z-index: 99;
	opacity: 0.5;
}

/********/

.btcf:after {
    content:"";
    display:table;
    clear:both;
}

/*********/


@media (max-width: 767px) {
	
	footer .footm{
		display: block;
	}
	footer .foot{
		display: none;
	}
	
}
