*{
	margin:0;
	padding:0;
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html,body{
	overflow:auto;!important;
	background: url("img-bk_whiteLine02.png");
	background-color:#222;
	
}

#penghu_fireworks{
	width:100%;
	max-width:1920px;
	min-width:320px;
	margin:0 auto;
	overflow:hidden;	
}

#penghu_fireworks .main_content{
	width:83%;
	margin:0px auto;
	background-color: #000;
}

/* ==================== 主視覺 ==================== */

#penghu_fireworks .main-top{
	width:100%;
	height: 140vh;
	background-color: #000;
	position:relative;
}

#penghu_fireworks .decR{
	width:12.5%;
	height:0;
	padding-bottom:15.625%;
	position:absolute;
	background:url(img-dec_r_01.png) no-repeat left top;
	background-size:100%;
	right:0;
    top:0;
	z-index:25;
}

#penghu_fireworks .decL{
	width:13%;
	height:0;
	padding-bottom:40%;
	position:absolute;
	background:url(img-dec_l_01.png) no-repeat left top;
	background-size:100%;
	bottom:50px;
	left:0;
	z-index:25;
}


#penghu_fireworks .decR_txt{
	width: 100%;
	height: 0;
	padding-bottom: 25%;
	background:url("img-dec_cover.png") no-repeat left top;
	background-size: 100%;
	position: absolute;
	right: 0;
	bottom: 200px;
	z-index:22;
	
}

#penghu_fireworks h1.heading{
	display:block;
	width:36.46%;
	height:0;
	padding-bottom:36.3%;
	background:url(img_main-title.png) no-repeat left top;
	background-size:100%;
	text-indent:-9999px;
	position:absolute;
	top:6vw;
	right:10vw;
	z-index:60;
	
}

#penghu_fireworks .scrolldown{
	width:3.5%;
	height:0;
	padding-bottom:12.22%;
	background:url(img_scroll_downl.gif) no-repeat left top, url("img-bk_whiteLine02.png");
	background-size:150%, auto;
	background-color: rgba(0, 0, 0 ,0.6);
    border-radius: 10px 0 0 10px;
	position:absolute;
	right:0;
	top: 45%;
	margin:0 auto;
	z-index:25;
	text-indent:-9999px;
}

#penghu_fireworks .event-infor{
	width: 100%;
	position: absolute;
	right: 0;
	bottom: 150px;
	z-index:23;
}

#penghu_fireworks .event-content{
	width: 80%;
	height: 250px;
	margin: 0 auto;
	
}

#penghu_fireworks .event-content p{
	color: #fff;
	font-size: 22px;
	line-height: 40px;
}

#penghu_fireworks .event-content p:first-child{
	color: #fff100;
	font-size: 32px;
	font-weight: 600;
}

#penghu_fireworks .main_imgBox {
	width:100%;
	height: 95vh;
	margin:0 auto;
	overflow: hidden;
	background-color:rgba(255,255,255,1);
	position:relative;
	z-index:10;
	
	opacity:0;
	
	animation-name:toppic;
	animation-fill-mode:forwards;
	animation-duration:2s;
}

@keyframes toppic{
		
    from{
		opacity:0;
    }
    to{ 
		opacity:1;
    }
		
}

#penghu_fireworks .main_img {
    z-index:10;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: anime 32s 0s infinite;
    animation: anime 32s 0s infinite; }

   #penghu_fireworks .main_img:nth-of-type(2) {
      -webkit-animation-delay: 8s;
      animation-delay: 8s; }

   #penghu_fireworks .main_img:nth-of-type(3) {
      -webkit-animation-delay: 16s;
      animation-delay: 16s; }

   #penghu_fireworks .main_img:nth-of-type(4) {
      -webkit-animation-delay: 24s;
      animation-delay: 24s; }

@keyframes anime {
    0% {
        opacity: 0;
    }
    8% {
        opacity: 1;
    }
    17% {
        opacity: 1;
    }
    50% {
        opacity: 0;
         transform: scale(1.2);
                    z-index:9;
    }
    100% { opacity: 0 }
}

@-webkit-keyframes anime {
    0% {
        opacity: 0;
    }
    8% {
        opacity: 1;
    }
    17% {
        opacity: 1;
    }
    50% {
        opacity: 0;
         -webkit-transform: scale(1.2);
            z-index:9;
    }
    100% { opacity: 0 }
}

 
#penghu_fireworks .main-top-mobile { /* 手機版表頭 */
	display:none;
}

/* ==================== 選單區 ==================== */

#penghu_fireworks nav{
	width: 62.5%;
	margin: 20px auto 40px auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 30;
	text-align: center;
}

#penghu_fireworks nav div{
	display: inline-block;
	vertical-align: top;
	width: 31%;
	height:0;
	padding-bottom: 20%;
	text-indent: -9999px;
	border-left: #333 2px dotted;
	cursor: pointer;
	
}

#penghu_fireworks nav div span{
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 60%;
}

#penghu_fireworks nav div:last-child{
	border-right: #333 2px dotted;
}

#penghu_fireworks nav .spot_btn01 span{
	background: url("img_btn_0101.png") no-repeat left top;
	background-size: 60%;
	background-position: center;
}

#penghu_fireworks nav .spot_btn01 span:hover{
	background: url("img_btn_0102.png") no-repeat left top;
	background-size: 60%;
	background-position: center;
}

#penghu_fireworks nav .spot_btn02 span{
	background: url("img_btn_0201.png") no-repeat left top;
	background-size: 60%;
	background-position: center;
}

#penghu_fireworks nav .spot_btn02 span:hover{
	background: url("img_btn_0202.png") no-repeat left top;
	background-size: 60%;
	background-position: center;
}

#penghu_fireworks nav .spot_btn03 span{
	background: url("img_btn_0301.png") no-repeat left top;
	background-size: 60%;
	background-position: center;
}

#penghu_fireworks nav .spot_btn03 span:hover{
	background: url("img_btn_0302.png") no-repeat left top;
	background-size: 60%;
	background-position: center;
}


/* ==================== 行程景點區 ==================== */

#penghu_fireworks article{
	width:100%;
	/*min-height:65vh;*/
	margin:0 auto;
}


#penghu_fireworks .spot_area,
#penghu_fireworks .area_content{
	width:100%;
}

#penghu_fireworks .area_content{
}

#penghu_fireworks .group_tours{
	background: url("img-bk_under.png") no-repeat left top,
		        url("img-bk_whiteLine.png");
	background-size: 100%, auto;
	background-position: right bottom, center;
	background-color: #e7417d;
}

#penghu_fireworks .packsge_tours{
	background: url("img-bk_under.png") no-repeat left top,
		        url("img-bk_greyLine.png");
	background-size: 100%, auto;
	background-position: right bottom, center;
	background-color: #66cccc;
}

#penghu_fireworks .play_point{
	background: url("img-bk_under.png") no-repeat left top,
		        url("img-bk_greyLine.png");
	background-size: 100%, auto;
	background-position: right bottom, center;
	background-color: #9933cc;
}

#penghu_fireworks .area_content h2{
	width:100%;
	height:0;
	padding-bottom:23%;
	position:relative;
	text-indent: -9999px;
}


#penghu_fireworks .area_content h2.area001Tt{
	background:url(img_tt_bk.jpg) no-repeat left top;
	background-size:100%;
}

#penghu_fireworks .area_content h2.area002Tt{
	background:url(img_tt_bk02.jpg) no-repeat left top;
	background-size:100%;
}

#penghu_fireworks .area_content h2.area003Tt{
	background:url(img_tt_bk03.jpg) no-repeat left top;
	background-size:100%;
}


/* -- 行程 -- */

#penghu_fireworks .tourIn{
	width:100%;
	padding-top: 100px;
	padding-bottom:280px;
	background: url("img-dec_l_02.png") no-repeat left top,
		        url("img-dec_l_03.png") no-repeat left top,
		        url("img-dec_r_02.png") no-repeat left top;
	background-size: 40%, 14.0625%, 11.2%;
	background-position: left top, left 80%, right 30%;
	clear:both;
}



#penghu_fireworks .tourList{
	width:95%;
	margin:0 auto 50px;
	text-align:center;
}

#penghu_fireworks .tourList h3{
	display: block;
	width: 28%;
	height: 0;
	padding-bottom: 10.5%;
	margin: 20px auto;
	text-indent: -9999px;
}

#penghu_fireworks .tourList h3.listTt01{
	background: url("img-tours_tt01.png") no-repeat left top;
	background-size: 100%;
}

#penghu_fireworks .tourList h3.listTt02{
	background: url("img-tours_tt02.png") no-repeat left top;
	background-size: 100%;
}

#penghu_fireworks .tourList a.tour-box{
	display:inline-block;
	vertical-align:top;
	width: 25%;
	margin:0 1% 30px 1%;
	background-color:#FFF;
	padding:15px;
	position: relative;
}

#penghu_fireworks .tourList a.tour-box:hover{
	background-color:rgba(255,241,0,0.8);
}

#penghu_fireworks .tourList a.tour-box .tour-label{
	width: 30%;
	position: absolute;
	top:0;
	left: 30px;
	z-index: 30;
}

#penghu_fireworks .tourList a.tour-box .tour-label img{
	width: 100%;
	height: auto;
	display: block;
}

#penghu_fireworks .tourList a.tour-box .tour-in{
	width:100%;
}

#penghu_fireworks .tourList a.tour-box img{
	width:100%;
	height:auto;
	margin-bottom:20px;
}

#penghu_fireworks .tourList a.tour-box h4{
	font-size:1.7vw;
	font-weight:600;
	color:#000;
	margin-bottom:0;
	
}

#penghu_fireworks .tourList a.tour-box p{
	display:block;
	min-height:110px;
	font-size:16px;
	line-height:32px;
	color:#333;
}

#penghu_fireworks .tourList a.tour-box .price{
	text-align:center;
}


#penghu_fireworks .tourList a.tour-box .price span,
#penghu_fireworks .tourList a.tour-box .money,
#penghu_fireworks .tourList a.tour-box .price p{
	display:inline-block;
	vertical-align:middle;
}

#penghu_fireworks .tourList a.tour-box .price span{
	color:#333;
	font-size:16px;
	padding:3px;
	margin-right:10px;
	border:#000 1px solid;
}

#penghu_fireworks .tourList a.tour-box .money{
	color:#F00;
	font-size:2em;
	font-weight:600;
	line-height:60px;
	font-family:Arial, Helvetica, sans-serif;
}

#penghu_fireworks .tourList a.tour-box .money span{
	font-weight:300;
	font-size:16px;
	color:#333;
	border:none;
}

#penghu_fireworks .tourList a.tour-box .gotoTour{
	width: 60%;
	height: 40px;
	text-align:center;
	font-size: 16px;
	line-height: 30px;
	color: #000;
	background-color: #fff100;
	padding: 5px 20px;
	border-radius: 30px;
	margin: 10px auto;
	
}

#penghu_fireworks .tourList a.tour-box .gotoTour span{
	font-size:13px;
	font-weight: 700;
	margin-left: 5px;
}


#penghu_fireworks .tourIn a.moreTours{
	display:block;
	width:30%;
	height:60px;
	line-height:60px;
	font-size:22px;
	margin:50px auto 0 auto;
	border-radius:40px;
	border:#333 2px dotted;
	text-align:center;
	color:#000;
	background-color:#fff100;
}

#penghu_fireworks .tourIn a.moreTours:hover{
	color:#fff;
	background-color:#000;
}


#penghu_fireworks .tourIn a.moreFree{
	display:block;
	width:40%;
	height:0;
	padding-bottom:15.625%;
	margin:50px auto 0 auto;
	border:#000 2px solid;
	text-indent:-9999px;
}

#penghu_fireworks .tourIn a.moreFree:hover{
	border:#e82f43 2px solid;
}


#penghu_fireworks .tourIn a.linkOut{
	display: block;
	width: 60%;
	margin: 30px auto;
	transition: all .4s ease;
	box-shadow: 5px 8px 0 rgb(51 51 51 / 30%);
}

#penghu_fireworks .tourIn a.linkOut:hover{
	box-shadow: 5px 8px 0 rgb(255 255 255 / 80%);
    transform: translateY(-5%);
}

#penghu_fireworks .tourIn a.linkOut img{
	display: block;
	width: 100%;
	height: auto;
}



/* -- 景點 -- */

#penghu_fireworks .spotList{
	width:73%;
	margin:0 auto;
	text-align:center;
	padding-bottom: 100px;
}


#penghu_fireworks .spotList .spot-box{
	display:inline-block;
	vertical-align:top;
	width:46%;
	margin:0 1% 30px 1%;
	padding:10px;
}

#penghu_fireworks .spotList .spot-box img{
	width: 45%;
	height: auto;
	border-radius: 50%;
	border:#fff100 6px solid;
	display:inline-block;
	vertical-align:top;
	margin-right: 10px;
}

#penghu_fireworks .spotList .spot-box .spot-txt{
	display:inline-block;
	vertical-align:top;
	width: 50%;
	text-align: left;
	background-color:rgba(110,34,149,0.8);
    padding: 5px 10px 20px 10px;

}

#penghu_fireworks .spotList .spot-box .spot-txt h5{
	font-size: 24px;
	font-weight: 600;
	color:#fff100;
	padding-left: 25px;
	margin-bottom: 10px;
	background: url("img-tt-dec.png") no-repeat left top;
	background-size: 20px;
	background-position: left center;
}

#penghu_fireworks .spotList .spot-box .spot-txt p{
	color:#FFF;
	font-size: 16px;
	line-height: 25px;
	text-align: justify;
}



/* ==================== 頁尾 ==================== */

footer{
	width:100%;
}

footer p{
	display:block;
	width:100%;
	height:60px;
	color:#fff;
	text-align:center;
	line-height:60px;
}


/* ================================ RWD開始 ================================= */

@media screen and (min-width:2000px){
	
	#penghu_fireworks .main-top{
		height: 90vh;
	}
	
	#penghu_fireworks .main_imgBox{
		height: 80vh;
	}
}

@media screen and (max-width:1440px){
	#penghu_fireworks .spotList{
		width: 85%;
	}
	
	
}

@media screen and (max-width:1280px){
	
	#penghu_fireworks .main_content{
		width:100%;
	}
	
	#penghu_fireworks h1.heading{
		top:10vw;
	}
	
	#penghu_fireworks .event-content p:first-child{
		font-size: 28px;
	}
	
	
	#penghu_fireworks .area_content .spotIn{
		width:1100px;
		margin:80px auto 0 auto;
	}
	
	#penghu_fireworks .tourList a.tour-box{
		padding:10px;
	}
	
	#penghu_fireworks .spotList .spot-box .spot-txt p {
		font-size: 14px;
		line-height: 22px;
	}

	
}


@media screen and (max-width:1199px){
	#penghu_fireworks .main-top .decR{
		bottom:20px;
	}
	
	#penghu_fireworks .decL{
		bottom: 80px;
	}
	
	#penghu_fireworks .event-infor{
		bottom: 100px;
	}
	
	#penghu_fireworks nav {
		width: 80%;
	}
	
	#penghu_fireworks article{
		width:100%;
	}
	
	
	#penghu_fireworks .area_content h2 p{
		top:30%;
	}
	
	#penghu_fireworks .area_content .spotIn{
		width: 90%;
	}
	
	#penghu_fireworks .tourList{
		width:86%;
	}
	
	#penghu_fireworks .tourList a.tour-box{
		width: 45%;
		/*padding:10px;*/
	}
	
	#penghu_fireworks .tourList a.tour-box h4{
		font-size:24px;
		line-height:36px;
	}
	
	#penghu_fireworks .tourList a.tour-box p{
		font-size:16px;
		line-height:32px;
	}
	
	#penghu_fireworks .spotList{
		width:80%;
	}
	
	footer p{
		font-size: 14px;
	}
	
}


@media screen and (max-width:1024px){
	
	#penghu_fireworks h1.heading{
		width:40%;
		height:0;
		padding-bottom:40%;
	}
	
	#penghu_fireworks .spotList{
		padding-bottom: 50px;
	}
	
	#penghu_fireworks .tourIn a.moreTours{
		width:40%;
	}
	
	#penghu_fireworks .spotList .spot-box{
		width: 30%;
	}
	
	#penghu_fireworks .spotList .spot-box img,
	#penghu_fireworks .spotList .spot-box .spot-txt{
		display: block;
		width: 100%;
	}
	
	#penghu_fireworks .spotList .spot-box img{
		margin-bottom:20px;
	}
}

@media screen and (max-width:787px){
	
	#penghu_fireworks .main-top{
		display:none;
	}
	
	#penghu_fireworks .main-top-mobile { /* 手機版表頭 */
	    display:block;
		width:100%;
		position:relative;
	}
	
	
	#penghu_fireworks .main_imgBox{
		height: 100vh;
	}

    
	#penghu_fireworks h1.heading {
		width: 60%;
		height: 0;
		padding-bottom: 62%;
	}
	
	#penghu_fireworks .decR{
		width: 18%;
		height: 0;
		padding-bottom: 23%;
	}
	
	#penghu_fireworks .decL{
		width: 18%;
		height: 0;
		padding-bottom: 50%;
		bottom: 150px;
	}
	
	#penghu_fireworks .decR_txt{
		padding-bottom: 50%;
		background: url("img-dec_cover_m.png") no-repeat right top;
		background-size: 110%;
		background-position: right top;
		bottom: 0;
	}
	
	#penghu_fireworks .event-infor {
		bottom: 50px;
	}
	
	#penghu_fireworks .event-content{
		width: 64%;
		height: 0;
		padding-bottom: 32.66%;
	}
	
	#penghu_fireworks .event-content p{
		font-size: 16px;
		line-height: 30px;
	}
	
	#penghu_fireworks .event-content p:first-child {
		font-size: 22px;
	}
	
	#penghu_fireworks nav{
		width: 80%;
		margin: 20px auto 10px auto;
	}
	
	#penghu_fireworks nav div,
	#penghu_fireworks nav div:last-child{
		border: none;
	}
	
	#penghu_fireworks nav .spot_btn01 span,
	#penghu_fireworks nav .spot_btn01 span:hover,
	#penghu_fireworks nav .spot_btn02 span,
	#penghu_fireworks nav .spot_btn02 span:hover,
	#penghu_fireworks nav .spot_btn03 span,
	#penghu_fireworks nav .spot_btn03 span:hover{
		background-size: 65%;
	}
	
	#penghu_fireworks .scrolldown{
		width: 6%;
		height:0;
		padding-bottom: 22%;
	}
	
	#penghu_fireworks .group_tours{
		background-size: 150%, auto;
	}

	#penghu_fireworks .packsge_tours{
		background-size: 150%, auto;
	}
	
	#penghu_fireworks .tourList h3 {
    	width: 40%;
    	height: 0;
    	padding-bottom: 15%;
		margin: 0 auto 30px;
	}

	#penghu_fireworks .play_point{
		background-size: 150%, auto;
	}

	#penghu_fireworks .area_content h2{
	    padding-bottom:25%;
	}
	
	#penghu_fireworks .area_content h2.area001Tt,
	#penghu_fireworks .area_content h2.area002Tt,
	#penghu_fireworks .area_content h2.area003Tt{
		background-size:130%;
		background-position: center;
	}
	
	#penghu_fireworks .tourIn{
		background-size: 50%, 14.0625%, 11.2%;
    	background-position: left top, -25px 80%, right 30%;
	}
	
	#penghu_fireworks .tourIn a.moreTours{
		width:60%;
		font-size:20px;
	}
	
	
	#penghu_fireworks .tourIn a.moreFree{
		width: 86%;
		padding-bottom:32.8%;
	}
	
	#penghu_fireworks .spotList{
		width: 90%;
	}
	
	#penghu_fireworks .spotList .spot-box{
		width: 40%;
		margin: 0 2% 30px 2%;
	}
	
	footer p{
		height:40px;
		line-height:40px;
		font-size:12px;
	}
	
	
}

@media screen and (max-width:600px){
		
	#penghu_fireworks .tourList a.tour-box{
		width:80%;
	}
	
	#penghu_fireworks .tourIn{
		padding-top:50px;
		padding-bottom:200px;
	}
	
	#penghu_fireworks .tourIn a.linkOut {
		width: 80%;
	}

	
}


@media screen and (max-width:500px){
	
	#penghu_fireworks h1.heading{
		width: 80%;
		height: 0;
		padding-bottom: 80%;
	}
	
	#penghu_fireworks .decR{
		width: 25%;
		height: 0;
		padding-bottom: 36%;
	}
	
	#penghu_fireworks .decL{
		bottom: 200px;
	}
	
	#penghu_fireworks .decR_txt{
		padding-bottom: 74%;
		background-size: 118%;
	}
	
	#penghu_fireworks .event-infor {
		bottom: 120px;
	}
	
	#penghu_fireworks .event-content {
		width: 75%;
	}
	
	#penghu_fireworks .event-content p:first-child {
		font-size: 20px;
	}
	
	#penghu_fireworks .event-content p {
		font-size: 14px;
		line-height: 28px;
	}

	#penghu_fireworks .scrolldown {
		width: 8%;
		height: 0;
		padding-bottom: 28%;
	}
	
	#penghu_fireworks nav div{
		padding-bottom: 35%;
	}

	#penghu_fireworks nav div span{
		padding-bottom: 100%;
	}
	
	#penghu_fireworks nav .spot_btn01 span, #penghu_fireworks nav .spot_btn01 span:hover, #penghu_fireworks nav .spot_btn02 span, #penghu_fireworks nav .spot_btn02 span:hover, #penghu_fireworks nav .spot_btn03 span, #penghu_fireworks nav .spot_btn03 span:hover {
		background-size: 100%;
	}
	
	#penghu_fireworks .tourIn a.moreTours {
		width: 70%;
		height: 50px;
		font-size: 18px;
		line-height: 46px;
	}
	
	#penghu_fireworks .area_content h2.area001Tt,
	#penghu_fireworks .area_content h2.area002Tt, 
	#penghu_fireworks .area_content h2.area003Tt {
		background-size: 140%;
	}
	
	#penghu_fireworks .tourList h3 {
		width: 50%;
		height: 0;
		padding-bottom: 18%;
	}
	
	#penghu_fireworks .group_tours{
		background-size: 182%, auto;
	}

	#penghu_fireworks .packsge_tours{
		background-size: 182%, auto;
	}

	#penghu_fireworks .play_point{
		background-size: 182%, auto;
	}


	#penghu_fireworks .tourIn{
		background-size: 70%, 14.0625%, 11.2%;
	}
	
	#penghu_fireworks .spotList .spot-box {
		width: 80%;
	}
	
	#penghu_fireworks .tourList a.tour-box .gotoTour {
		width: 80%;
	}
	
}

@media screen and (max-width: 400px){
	
	#penghu_fireworks .event-content {
		width: 85%;
	}

}



@media screen and (max-width: 320px){
	
	#penghu_fireworks .area_content h2.area001Tt, 
	#penghu_fireworks .area_content h2.area002Tt, 
	#penghu_fireworks .area_content h2.area003Tt {
		background-size: 160%;
		background-position: center;
	}
	
	#penghu_fireworks nav {
		width: 95%;
		margin: 10px auto;
	}
	
	#penghu_fireworks .tourList a.tour-box {
		width: 90%;
	}
	
	#penghu_fireworks .tourList a.tour-box .gotoTour {
		width: 80%;
		height: 40px;
		font-size: 14px;
		line-height: 30px;
	}
	
	#penghu_fireworks .tourIn a.moreTours {
		width: 80%;
		height: 40px;
		font-size: 16px;
		line-height: 36px;
	}

}










