@charset "utf-8";


html,body{
	height: 100%;
  	margin: 0;
  	background-color: #21ade5;
}

body{

	font-family: "Noto Sans CJK TC", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial";
	/*font-family: "微軟正黑體", "Microsoft JhengHei", "Arial";*/

	font-size: 14px;
	color:#555;
	/*background: url('../images/topad_bg.jpg') top center #282f39 no-repeat;*/

}

a{
	color:#ffffff;
	text-decoration:none;

}

a:hover{
  	text-decoration:none;
	color:#eeeeee;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
a:focus{

	color:#eeeeee;

}
a:visited{
	color:#ffffff;
	text-decoration:none;

}

/**font style**/

h1{
	font-size: 30px;
	color:#e0040e;
	letter-spacing: 1px;
	line-height: 46px;
}
h2{
	font-size: 24px;
	color:#21ade5;
	letter-spacing: 1px;
	line-height: 32px;
	font-weight: 700;

	margin-top: 30px;
	text-align: left;
}

h3{
	font-size: 16px;
	line-height: 40px;
	color:#21ade5;
	font-weight: 700;

	

}



h4{

	color:#bbb;
	font-weight:normal;
	font-size: 15px;
	line-height: 22px;
	margin-top: 0;
	padding-top: 0;
	height:75px;
	border:0px solid #ccc;
}

h5{
	
	font-size: 14px;
	line-height:26px;
	font-weight:normal;
}

p {
	font-size: 14px;
	line-height: 24px;
}
/**./ font style**/


#map {
                width: 960px;
                height: 330px;
 }

/**back to top**/
.scrollup{
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 999;
    display: none;
    text-indent: -9999px;
    background: url('../images/icon_top.png') no-repeat;
    /*background-color: #000;
    border:1px solid #333;*/
    cursor: pointer;
}


/**parallax_scrolling**/

.bgimg-1, .bgimg-2, .bgimg-3 , .bgimg-4 {
  position: relative;
  opacity: 1;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.bgimg{
	/*background-color: #21ade5;*/
	height: 500px;
}

.bgimg-1 {
  background-image: url("../images/img_parallax1.jpg");
  min-height: 400px;
}

.bgimg-2 {
  background-image: url("../images/img_parallax2.jpg");
  min-height: 400px;
}

.bgimg-3 {
  background-image: url("../images/img_parallax3.jpg");
  min-height: 400px;
}

.bgimg-4 {
  background-image: url("../images/img_parallax4.jpg");
  min-height: 400px;
}


.caption {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #000;
}

.caption span.border {
  background-color: #111;
  color: #fff;
  padding: 18px;
  font-size: 25px;
  letter-spacing: 10px;
}

/*
h3 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font: 20px "Lato", sans-serif;
  color: #111;
}

*/

/**./parallax_scrolling**/

.s_pc{
	display: block;
}

.s_mo{
	display: none;
}



.header{
	width: 1000px;
	margin: 0 auto;
	border:0px solid #f00;
	padding:10px 0;
	height: 121px;
	position: relative;

}

.header .social{
	display: block;
	float: right;
	width:184px;
	border:0px solid #eee;
	text-align:left;
}

.social li{
	width: 21px;
	margin: 0 5px;
	display:inline-block;
	
}



.header .navbar{
	clear: both;



}

.navbar li{
	width: 71px;
	margin: 0 22px;
	border:0px solid #eee;

	text-align: center;
	display:inline-block;
	margin-top: 30px;

}


.header .logospace{
	margin-left: 306px;


}

.header #logo{
	position: absolute;
	top:25px;
	left:420px;

}


.section{
	padding:50px 0px;
	border:0px solid #f00;
	

}

.section2{
	padding:80px 0px;
	border:0px solid #f00;
	background-color: #d3edfb;

}

.container{
	width:960px;
	margin: 0 auto;
	overflow : hidden; /* IE7 IE8 Firefox Chrome Safari */
  	_width : 100%;  /* IE6 */
}

.section .main_top{
	display: block;

	background-image: url("../images/index_main.png");
	background-repeat: no-repeat;
	background-position: top center;
	height:714px;

}

.topic,.center{
	text-align: center;
}


/**youtube**/
#pupup_youtube{
	position: fixed;
	right:5px;
	top:50%;
	z-index: 99;
}

/**news**/
#news .img90 img{
	width: 332px;
}

#news .newsbox{
	float: left;	
	text-align: left;
	width: 350px;
	margin: 0 50px;
	border: 0px solid #333;

	padding:0 260px;/**1 item**/
}

#news .buyicon,
#buy-popup .buyicon{
	display: block;
	border-radius: 8px;
	-moz-border-radius:8px;
	-webkit-border-radius: 8px;
	padding: 5px 10px;
	background-color: #f6ac2b;
	color:#996633;
	text-align: center;
	font-size: 18px;
	width: 250px;
	outline: 0;
	margin: 10px ;
}

/**about**/

#about .artist_about{
	width:960px;
	margin: 0 auto;
	padding-top: 30px;
}

#about .info{
	float: left;
	display: block;
	width:420px;
	height:400px;
	margin: 20px ;
	border:0px solid #333;

}

#about .a1_bg{
	background-image: url("../images/about_info1.png");
	background-repeat: no-repeat;
}

#about .a2_bg{
	background-image: url("../images/about_info2.png");
	background-repeat: no-repeat;
}

#about .a3_bg{
	background-image: url("../images/about_info3.png");
	background-repeat: no-repeat;
}

#about .a4_bg{
	background-image: url("../images/about_info4.png");
	background-repeat: no-repeat;
}


#about p{
	padding:120px 20px 0 35px;
}

#about .about_introbox{
	position: relative;
	/*display: block;*/
	height: 490px;
}

#about .about_bg{
	position: absolute;
	top:0;
	left:0;
	z-index: 50;
	border:0px solid #333;
}

#about .about_dorothy{
	position: absolute;
	top:0;
	right:50px;
	z-index: 51;
	width: 145px;
	height: 154px;
	border:0px solid #333;

}


#about .about_ar{
	position: absolute;
	bottom:10px;
	left:185px;
	z-index: 52;	
	border:0px solid #333;

}



/**ticket**/
#ticket .txt{
	padding:30px 60px;
}



#ticket li{
	list-style-type:decimal;
	margin-left: 20px;
	line-height: 24px;
}

#ticket .buyinfo{
	position: relative;
	height: 300px;
}
#ticket .buytxt{
	display: block;
	position:absolute;
	z-index: 50;
	left:0px;
	top:0px;
}

#ticket .buylink{
	display: block;
	position:absolute;
	z-index: 51;
	left:180px;
	top:212px;
}

/**access**/
#access .access_info{
	margin-top: 45px;
}


#access .infobox{
	display: block;
	float: left;
	width: 420px;
	margin:0 20px;
	border:0px solid #333;
}

#access  li{
	list-style-type: disc;
	margin-left: 20px;
	line-height: 26px;
}

.marbtm20 {
	margin-bottom: 20px;
}

#faq .faqlist li{
	line-height: 26px;
	padding:15px 0;
	border-bottom: 1px dotted #666666;
}

.footerbox {
	float: left;
	display: inline-block;
	height:50px;
	
	padding:0 50px;
}

.footerbox span{
	margin-left: 20px;
}


/**area**/

#area .areapic{
	position: relative;
	display: block;
	height: 350px;
}

#area .pic_1a,#area .pic_1b,#area .pic_1c,
#area .pic_2a,#area .pic_2b,#area .pic_2c,#area .pic_2d,
#area .pic_3a,
#area .arrow1,#area .arrow2,#area .arrow3,
#area .arrow4,#area .arrow5,#area .arrow6 {
	position: absolute;
}

#area .pic_1a {	z-index: 30; top:0;	left:0px;}
#area .pic_1b {	z-index: 31; top:0;	left:365px;}
#area .pic_1c {	z-index: 32; top:0;	left:732px;}
#area .pic_2a {	z-index: 33; top:165px;	left:0;}
#area .pic_2b {	z-index: 34; top:165px;	left:192px;}
#area .pic_2c {	z-index: 35; top:165px;	left:361px;}
#area .pic_2d {	z-index: 36; top:165px;	left:462px;}
#area .pic_3a {	z-index: 37; top:248px;	left:0;}

#area .arrow1{z-index: 40;top:58px;	left:318px;
	transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

#area .arrow2{z-index: 40;top:142px;	left:238px;
	
}

#area .arrow3{z-index: 40;top:172px;	left:328px;
	transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
}

#area .arrow4{z-index: 40;top:256px;	left:318px;
	transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}


#area .arrow5{z-index: 40;top:132px;	left:578px;
		transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);	
}


#area .arrow6{z-index: 40;top:214px;	left:788px;
	transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}






/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
    .bgimg-1, .bgimg-2, .bgimg-3 {
        background-attachment: scroll;
    }
}


@media screen and (max-width: 800px) {

	.w800{
		width:600px;
	}

	.eventbox{
		width:255px;

	}

	.bookitem div{
		bottom:100px;
	}

	.bookitem h4{
		bottom:20px;
	}

}