@charset "UTF-8";
  * {
    position: relative;
    font-family: 微軟正黑體,Gill Sans, Gill Sans MT, Myriad Pro, DejaVu Sans Condensed, Helvetica, Arial," sans-serif";
}

.carousel-caption h3{
	visibility: hidden;
}



a{
	text-decoration: none;
}

button{
	border: 0px;
}
h2{
	border-bottom: 2px solid;
}



.fixed-up{
	position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}



.nav-bar{
	color:transparent;
	z-index: 2;
}
.nav-cla{
	background-color: #818753;
}
.nav-cla-div{
	color: #ffffff;
	display: block;
	width: 100px;
	margin-left: auto;
	margin-right: auto;
}
.nav-cla-div a{
	color: #ffffff;
}
.nav-cla-div a:hover{
	color: #112929;
	text-decoration: none;
}
#nav-cal-wave{
	margin-left: -62%;
}

.nav-word {
	font-family: Gill Sans, Gill Sans MT, Myriad Pro, DejaVu Sans Condensed, Helvetica, Arial, sans-serif;
    float: right;
	font-size: 21px;
	margin: 0px 30px;
	color:#FFFFFF;
}
.nav-word a{
	color: #ffffff;
}
.nav-word a:hover{
	color: #EFB02F;
	transition-duration: .5s;
	text-decoration:none;
}
.dropdown-menu{
	background-color: #EFB02F;
	border: 2px #ffffff solid;
	height: 80px;
	padding: 10px;
	margin-top: 10px;
	transition-duration: .5s;
}
.dropdown-item {
	font-size: 18px;

}

.nav-btn{
	background-color: transparent;
	margin: -0px 0px 0px -5px;
}

.navbar-toggler-icon{
    display: block;
    width: 30px;
    height: 30px;
	border: 0px;
    background: no-repeat center center;
    background-size: 100% 100%;
	background-image: url(img/index_nav-btn.png);
}


.indextitle{
	position: relative;
	box-sizing: border-box;
	background-image: url(img/index_bakground.jpg);
	background-position: center;
	background-size: cover;
	max-width: 100%;
	margin-top: 40px;
	height: 710px;
	z-index: 1}
.arrow{
	position: absolute;
	bottom: 0px;
	margin-left: 45%;
	margin-bottom: 30px;
}
.arrow img{
	width: 180px;
	margin-bottom: 0px;

}

.container{
	margin:0px auto;
}

.content{

	margin:0px auto;
	padding: 60px 0;
}
.content-title{
	text-align: center;
}
.title1{
	color: #ffffff;
}
.content-worddiv{
	margin-top: 15px;
}

.content-word{
	margin-top: 5px;
	font-size: 17px;

	text-align:justify;
	padding: 0px 5px;
}
.about{
	height: 830px;
	z-index: 1;
	background-color: #EFB02F;
}
.about-iframe{
	display: block;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 680px;
	height: 390px;
}

.ticket{
	height: 830px;
	z-index: 1;
	background-color: #ffffff;

}
.content-line{
	width: 82%;
	margin-top: 5px;
	margin-right: auto;
  	margin-left: auto;
	border-bottom: 1px #717071 solid;
}

.ticket-btn{
	margin-top: 10px;
	width:550px;
	border-radius: 15px;
    background-color: #818753;
    border: 3px #112929 solid;
    box-shadow: 4px 4px 2px hsla(0, 0%, 0%, 0.60);
    color: #FFF;
    text-shadow: #000 .1em .1em .2em;
    cursor: pointer;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 30px;
	padding-top: 10px;
}
.ticket-btn:hover{
    background-color: #EFB02F;
    border: 3px #EFB02F solid;
    color: #FFF;
    text-shadow: #000 .1em .1em .2em;
    margin-top: 10px;
	padding-top: 10px;
	transition-duration: .5s;
}
.ticket-btn p{
	font-size: 35px;
}
.ticket-btn:hover p{
	font-size: 35px;
}


.records{
	height: 1590px;
	z-index: 1;
	background-color: #ffffff;
	overflow: hidden;
}
.records-group{
	display: block;
	margin:30px 0;
}
.records-group h3{
	text-align: center;
	margin-bottom: 25px;
	font-weight: 600;
}
.records-word{
	font-size: 17px;
	text-align: justify;
}
.records-group-blue{
	background-color: #112929;
	display: block;
	margin:30px 0;
	padding-bottom: 15px;
}
.records-group-blue h3{
	color: #ffffff;
	text-align: center;
	margin-bottom: 25px;
	font-weight: 600;
}
.records-word-blue{
	color: #ffffff;
	font-size: 17px;
	text-align: justify;

}



.carousel{
	padding: 0;
}
.carousel-caption h3{
	margin-bottom: -30px;

}

.support{
	height: 280px;
	z-index: 1;
	background-color: #ffffff;
}
.support-btn{
	margin-top: 10px;
	width:550px;
	border-radius: 15px;
    background-color: #818753;
    border: 3px #112929 solid;
    box-shadow: 4px 4px 2px hsla(0, 0%, 0%, 0.60);
    color: #FFF;
    text-shadow: #000 .1em .1em .2em;
    cursor: pointer;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 30px;
	padding-top: 10px;
}
.support-btn:hover{
    background-color: #EFB02F;
    border: 3px #EFB02F solid;
    color: #FFF;
    text-shadow: #000 .1em .1em .2em;
    margin-top: 10px;
	padding-top: 10px;
	transition-duration: .5s;
	text-decoration-line: none;
}
.support-btn p{
	font-size: 27px;
}
.support-btn:hover p{
	font-size: 27px;
}

.social{
	height: 160px;
	z-index: 1;
	background-color: #EFB02F;
}
.social-btn{
	width: 175px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.social-btn img{
	width: 55px;
}


footer{
	height: 120px;
	bottom: 0px;
	background-color: #595757;
	padding-top: 30px;
}
#copyright{
	color: #ffffff;
	text-align: center;

}

/*文案超出部分隐藏css*/
.main{
            width: 100%;
        }
        .contain{
            width: 20%;
            position: relative;
            margin: 0 auto;
            height: 200px;
            overflow: hidden;/*设置文案容器高度，超出部分隐藏*/
            text-align: center;
        }
        .open-btn{

			width: 200px;
			height: 50px;
			text-align: center;
			font-size: 24px;
			border: 3px #EFB02F solid;
			border-radius: 5px;
            position: absolute;

            bottom: 0px;
            background-color: #ffffff;
			cursor: pointer;
        }
        .open-btn a{
            text-decoration: none;
            color: #EFB02F;
        }
		.open-btn:hover{

			background-color: #EFB02F;
			transition-duration: 0.5s;
		}
		.open-btn:hover a{
            color: #ffffff;
        }


/*loading頁css*/
.loading-overlay {
    background-color: #EFB02F;
    color: #ffffff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    padding-top: calc((100vh / 2) - 2rem);
    text-align: center;
    font-size: 4.5rem;
    font-weight: 300;
}
.sk-folding-cube p {
    -webkit-animation: sk-foldCubeAngle 1s infinite linear both;
    animation: sk-foldCubeAngle 1s infinite linear both;
    transition-property: opacity;
}

@-webkit-keyframes sk-foldCubeAngle {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 0.25;
    }
    50% {
        opacity: 0.5;
    }
    75% {
        opacity: 0.75;
    }
    100% {
        opacity: 1;
    }
}

@keyframes sk-foldCubeAngle {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 0.25;
    }
    50% {
        opacity: 0.5;
    }
    75% {
        opacity: 0.75;
    }
    100% {
        opacity: 1;
    }
}



@media screen and (max-width: 420px) {

.nav-word{
	margin-right: 10px;
	}

.indextitle{
	background-image: url(img/index_bakground.jpg);
	background-position: center;
	background-size: cover;
	max-width: 100%;
	margin-top: 0px;
	height: 617px;
	z-index: 1}
.arrow{
	position: absolute;
	bottom: 0px;
	margin-left: 28%;
	margin-bottom: ;
}
.arrow img{
	width: 180px;
	margin-bottom: 0px;

}


.content{

	margin:0px auto;
	padding: 60px 10px;
}
.content-word{
	text-align:left;
}


.about{
	height: auto;
	z-index: 1;
	background-color: #EFB02F;

}
.about-iframe{
	display: block;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 340px;
	height: 200px;
}

.ticket{
	height: 1260px;
	}

.ticket-btn{
	margin-top: 10px;
	width:250px;
	border-radius: 15px;
    background-color: #818753;
    border: 3px #112929 solid;
    box-shadow: 4px 4px 2px hsla(0, 0%, 0%, 0.60);
    color: #FFF;
    text-shadow: #000 .1em .1em .2em;
    cursor: pointer;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 30px;
	padding-top: 10px;
}


.records{

	height: 1550px;
	z-index: 1;
	background-color: #ffffff;
	overflow: hidden;
}
.records-word{
	text-align: left;
}
.records-word-blue{
	text-align: left;
}


.open-btn{
	left: -60px;
	background-color: #ffffff;
	}

.content-line{
	margin-top: 15px;
}


.support{
	height: 320px;
	}
.support-btn{
	margin-top: 10px;
	width:250px;
	border-radius: 15px;
    background-color: #818753;
    border: 3px #112929 solid;
    box-shadow: 4px 4px 2px hsla(0, 0%, 0%, 0.60);
    color: #FFF;
    text-shadow: #000 .1em .1em .2em;
    cursor: pointer;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 30px;
	padding-top: 10px;
}




.social{
	height: 180px;
	z-index: 1;
	background-color: #EFB02F;
	padding-top: 5px;
}




footer{
	height: 180px;
	bottom: 0px;
	background-color: #595757;
	padding-top: 30px;
}



}

@media screen and (min-width: 421px) and (max-width: 767px){

}

@media screen and (min-width: 768px) and (max-width: 992px){
	.content-word{
	font-size: 14px;
}

	.about{
		height: 930px;
		z-index: 1;
		background-color: #EFB02F;
	}

	.records{
	height: 1540px;
	z-index: 1;
	background-color: #ffffff;
	overflow: hidden;
}
	.records-word{
	font-size: 14px;
}
	.records-word p{
	line-height: 1.45em;
}
	.records-word-blue{
	font-size: 14px;
}
	.records-word-blue p{
	line-height: 1.45em;
}
}


#arrow1 {
}

.open-btn{
			margin-left: 40%;
        }

@media screen and (min-width: 993px) {
	.open-btn{
			margin-left: 43.5%;
        }

}
