﻿
/************************************************************************************
RESET
*************************************************************************************/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td, figure {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    /*vertical-align: baseline;*/
    background: transparent;
}
body {line-height: 1; -webkit-text-size-adjust: none;}
ol, ul { list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: ''; content: none;}
/* remember to define focus styles! */
:focus {outline: 0;}
/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {
   /* border-collapse: collapse;*/
    border-spacing: 0;
}
a img {border: none;}
img {max-width: 100%;image-rendering: -webkit-optimize-contrast;}
.clean { clear:both;}
a {color: #333333; text-decoration: none; blr:expression(this.onFocus=this.blur()); outline: none; /* for Firefox */hlbr:expression(this.onFocus=this.blur()); /* for IE */}
a:hover ,div:hover {text-decoration:none;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}
a:focus{ -moz-outline-style: none;}
.b-box{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	font-size:14px;
	overflow-x: hidden;
	background: var(--light-color);
}

h1,h2,h3 {font-weight: inherit;}

/*wow*/
.wow:first-child {
	visibility: hidden;
	visibility:visible \9;
}

#back-top {
	z-index: 9;
}

/*基本顏色變數*/
:root {
	--basic-color:#00a7eb;/*基準色*/
	--dark-color:#0097d5;/*微深色*/
	--light-color:#f1fbff;/*最淺*/
	--light2-color:#daeff7;/*第二淺*/
	--mid-color:#cee5ee;/*中淺*/
	--white-color:#ffffff;
	--whitelight-color:rgba(255, 255, 255, 0.8);
	--black-color:#333333;
	--map-bk-color:#b4d6ef;
	--basic-color-map:rgb(0 167 235 / 70%);/*基準色*/
}



/*PC
-----------------------------------------------------------------*/

/*主框架*/
.container {
	width:100%;
	margin: auto;
	font-family: Verdana,'微軟正黑體';
}

.block-center {
	width: 100%;
	max-width:1460px;
	margin: auto;
	clear: both;
	position: relative;
}

/*主視覺*/
.block-main {
	width: 100%;
	clear: both;
}

.block-main h1 {
	text-indent: 101%;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    width: 100%;
}

.main-slide {
	margin: 30px 0 0 0;
	line-height: 0;
}

.main-slide-bn {
	width: 100%;
}

.main-slide-bn .slide-bn-pc {
	display: inline-block;
}

.main-slide-bn .slide-bn-ipad ,.main-slide-bn .slide-bn-m {
	display: none;
}

.main-slide .slick-dots {
	text-align: left;
	position: absolute;
    bottom: 20px;
    left: 20px;
}

.main-slide .slick-dots li {
	display: inline-block;
	margin: 0 5px 0 0;
}

.main-slide .slick-dots li button {
	text-indent: -9999px;
	background: transparent;
	border: 1px solid var(--white-color);
	border-radius: 50%;
	width: 15px;
	height: 15px;
}

.main-slide .slick-dots li button:hover {
	cursor: pointer;
}

.main-slide .slick-dots li.slick-active button {
	background: var(--white-color);
}

/*導覽列*/
.block-menu {
	width: 100%;
}

.sticky-logo {
	display: none;
}

.menu-sticky {
	background: var(--white-color);
}

.sticky-space {
	width: 100%;
	max-width:1460px;
	display: flex;
	margin: 0 auto;
	min-height: 100px;
	align-items: center;
}

.menu-sticky ul {
	width: 100%;
	display: flex;
    align-items: center;
	justify-content: space-evenly;
}

.menu-sticky ul li ,.menu-sticky ul li a {
	display: inline-block;
}

.menu-sticky.sticky ul {
	justify-content: flex-end;
}

.sticky-logo {
	display: none;
}

.block-menu .menu-sticky.sticky {
	top: 30px !important;
	width: 100%;
	border-bottom: 1px solid var(--mid-color);
}

.menu-sticky.sticky .sticky-logo {
	display: inline-block;
	padding: 0 10px;
}

.menu-sticky ul li a {
	padding: 12px 20px 12px 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: var(--white-color);
	border-radius: 30px;
	position: relative;
	font-size: 24px;
	font-weight: bold;
	margin: 0 5px;
}

.menu-sticky ul li a::before {
	content: '';
	width: 13px;
	height: 13px;
	border-radius: 50px;
	position: absolute;
	left: 18px;
    top: 18px;
	background: var(--mid-color);
}

.menu-sticky ul li a:hover ,.menu-sticky .menu-active a {
	background: var(--light2-color);
}

.menu-sticky ul li a:hover::before ,.menu-sticky .menu-active a::before {
	background: var(--basic-color);
}

/*固定會有的區塊*/
.block-top-space {
	width: 100%;
	clear: both;
	height: 300px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top;
}

.block-title {
	width: 100%;
	clear: both;
	color: var(--basic-color);
	font-size: 50px;
	font-weight: bold;
	line-height: 50px;
	margin: 40px 0 20px 0;
	text-align: left;
}

.block-text {
	color: var(--black-color);
	font-size: 18px;
	text-align: left;
	margin:0 0 40px 0;
	line-height: 25px;
}

/*價格表+特色*/
.block-infortable {
	width: 100%;
    clear: both;
    display: table;
	padding:0px 0 80px 0;
}

.block-infortable .block-top-space {
	margin: 0 0 40px 0;
}

.infortable-all {
	width: 100%;
	clear: both;
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}

.infortable-box {
	width: calc(50% - 10px);
	margin: 0 0 20px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.infortable-pic {
	position: relative;
	width: calc(50% - 10px);
	border-radius: 5px;
	min-height: 430px;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.infortable-slide {
	width: 100%;
}

.infortable-slide div {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 5px;
}

.infortable-slide .slick-dots {
	text-align: left;
	position: absolute;
    bottom: 20px;
    right: 20px;
}

.infortable-slide .slick-dots li {
	display: inline-block;
	margin: 0 5px 0 0;
}

.infortable-slide .slick-dots li button {
	text-indent: -9999px;
	background: transparent;
	border: 1px solid var(--white-color);
	border-radius: 50%;
	width: 15px;
	height: 15px;
}

.infortable-slide .slick-dots li button:hover {
	cursor: pointer;
}

.infortable-slide .slick-dots li.slick-active button {
	background: var(--white-color);
}

.infortable-pic-name {
	position: absolute;
	right: 15px;
	bottom: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 8px 20px;
	border:1px solid var(--white-color);
	color: var(--white-color);
	font-size: 15px;
	line-height: 18px;
	border-radius: 50px;
}

.infortable-pic a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 100px;
	position: absolute;
	right: 15px;
	bottom: 15px;
	background: var(--basic-color);
	color: var(--white-color);
	font-size: 35px;
	font-weight: bold;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 47px;
}

.infortable-pic a:hover {
	background: var(--mid-color);
	color: var(--basic-color);
}

.infortable-head {
	background:var(--basic-color);
	color: var(--white-color);
	font-size:20px;
	font-weight: bold;
}

.infortable-box table {
	border: 1px solid var(--basic-color);
	background: var(--white-color);
	border-radius: 5px;
}

.infortable-box table tr:last-of-type td {
	border-bottom: 0px;
}

.infortable-box table td {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 5px;
	border-bottom: 1px solid #0068b7;
}

.infortable-box.noline table td {
	border-bottom:0px;
	text-align: left;
	position: relative;
	padding:15px 10px 15px 40px;
}

.infortable-box.noline table td::before {
	content: "●";
	position: absolute;
	left: 20px;
    top: 14px;
	color: var(--basic-color);
}


.infortable-name {
	font-size: 20px;
	font-weight: bold;
	color: var(--black-color);
	line-height: 25px;
}

.infortable-price {
	font-size: 20px;
	font-weight: bold;
	color: var(--basic-color);
	line-height: 25px;
}

.infortable-buy a {
	background: var(--basic-color);
	color: var(--white-color);
	font-size: 18px;
	line-height: 25px;
	text-align: center;
	display:inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 7px 15px;
	border-radius: 50px;
}

.infortable-buy a:hover {
	background: var(--mid-color);
	color: var(--basic-color);
}

.infortable-link {
	width: 100%;
	text-align: center;
	margin: 20px 0 0 0;
}

.infortable-link a {
	text-align: center;
	display:inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 15px;
	border-radius: 50px;
	background: var(--basic-color);
	color: var(--white-color);
	font-size: 18px;
	line-height: 20px;
	width: 100%;
	max-width: 130px;
}

.infortable-link a:hover {
	background: var(--mid-color);
	color: var(--basic-color);
}

/*票券*/
.block-ticket {
	width: 100%;
    clear: both;
    padding: 30px 0 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ticket-space ,.pkg-space {
	width: 100%;
    clear: both;
	display: flex;
	flex-wrap: wrap;
    justify-content: flex-start;
}

.ticket-ouside ,.pkg-ouside {
	width: 32%;
	max-width:465px;
	margin: 0 8px 40px 8px;
}

.ticket-ouside {
	display: inline-grid;
    align-content: space-between;
}

.ticket-ouside img {
	border-radius: 5px;
}

.ticket-box {
	width: 100%;
	border-radius: 5px;
	position: relative;
	border: 1px solid var(--light-color);
	overflow: hidden;
	min-height: 280px;
	background: var(--map-bk-color);
}

.ticket-box:hover {
	border: 1px solid var(--basic-color);
}

.ticket-infor {
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px;
	width: 100%;
	height: 100%;
}


.ticket-box:hover .ticket-infor {
	display: block;
}

.ticket-box .ticket-infor {
	background:var(--basic-color-map);
}

.ticket-box .ticket-infor ul {
	width: 100%;
	background: var(--white-color);
	border-radius: 5px;
	text-align: left;
	min-height: 230px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 25px;
	display: inline-block;
}

.ticket-box .ticket-infor li {
	font-size: 15px;
	color: var(--black-color);
	line-height: 20px;
	margin: 0 0 5px 15px;
	position: relative;
}

.ticket-box .ticket-infor li:first-child {
	margin: 0 0 5px 0px;
}

.ticket-box .ticket-infor li:first-child::before {
	display: none;
}

.ticket-box .ticket-infor li::before {
	content: '';
	position: absolute;
	left: -12px;
    top: 7px;
	width: 6px;
	height: 6px;
	background: var(--basic-color);
	border-radius: 50px;
}

.ticket-title {
	width: 100%;
	text-align: left;
	font-size: 30px;
	font-weight: bold;
	color:var(--basic-color);
	line-height: 40px;
	margin: 0 0 10px 0;
	display: inline-block;
}

.ticket-link {
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 1;
}

.ticket-link a {
	color: var(--white-color);
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	min-height:60px;
	display: flex;
    justify-content: space-evenly;
    align-items: center;
	text-decoration: underline;
    text-underline-offset: 0.2em;
}

.ticket-link a:hover {
	color: var(--whitelight-color);
}

.ticket-link a {
	background: var(--basic-color);
}

.ticket-buy-inline {
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	text-align: center;
	min-height:60px;
	display: flex;
    justify-content: space-evenly;
    align-items: center;
	z-index: 1;
}

.ticket-buy-inline a {
	text-align: center;
	display: inline-block;
	color: var(--white-color);
	font-size: 20px;
	font-weight: bold;
	margin: 0 5px;
	text-decoration: underline;
    text-underline-offset: 0.2em;
}

.ticket-buy-inline a:hover {
	opacity: .8;
}

.ticket-buy-inline {
	background: var(--basic-color);
}

/*套票*/
.block-package {
	width: 100%;
    clear: both;
    padding:30px 0 60px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.pkg-ouside a {
	display: inline-block;
	width: 100%;
	border-radius: 5px;
	border: 1px solid var(--light-color);
	overflow: hidden;
	background: var(--white-color);
}

.pkg-ouside a:hover {
	border: 1px solid var(--basic-color);
}

.pkg-pic {
	width: 100%;
	clear: both;
	position: relative;
}

.pkg-pic p {
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
    align-items: center;
	padding:20px 5px 10px 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: var(--basic-color);
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, var(--basic-color) 100%);
}

.pkg-pic span {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: var(--white-color);
	font-size: 15px;
	text-align: center;
	margin: 0 0 10px 10px;
	padding: 8px 15px;
	border: 1px solid var(--white-color);
	border-radius: 50px;
}

.pkg-infor {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	padding: 30px 20px;
}

.pkg-name {
	font-size: 20px;
	font-weight: bold;
	color: var(--black-color);
	line-height: 25px;
	margin: 0 0 15px 0;
	min-height: 70px;
}

.pkg-ouside a:hover .pkg-name {
	color: var(--basic-color);
}

.pkg-text {
	font-size: 15px;
	line-height: 20px;
	color: #9a9a9a;
}

.more-button {
	width: 100%;
	display: inline-block;
	clear: both;
	text-align: center;
	padding: 60px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/*中間調度區
-----------------------------------------------------------------*/

@media screen and (max-width:1460px) {
	html,
    body {
        width: 100%;
        min-height: 100%;
	}

	.block-center {
		width: 95%;
		margin: 0 auto;
	}

	.ticket-ouside ,.pkg-ouside {
		width: 47%;
	}

	.ticket-space ,.pkg-space {
		justify-content: space-evenly;
	}
}

@media screen and (max-width:990px) {
	.menu-sticky ul li a {
		padding: 12px 10px 12px 20px;
		font-size: 20px;
	}

	.menu-sticky ul li a::before {
		display: none;
	}
}

@media screen and (max-width:960px) {
	.main-slide-bn .slide-bn-pc {
		display: none;
	}

	.main-slide-bn .slide-bn-ipad {
		display: inline-block;
	}

	.main-slide .slick-dots {
		text-align: center;
		width: 100%;
		left: 0px;
	}


	.block-infortable .block-top-space {
		display: none;
	}

	.menu-sticky.sticky .sticky-logo {
		padding: 0 0 0 20px;
	}

	.infortable-box {
		width: 100%;
		margin: 0 auto 20px auto;
	}

	.slide-hide {
		display: none;
	}

	.ticket-box .ticket-infor ul {
		padding: 10px;
	}

	.ticket-title {
		font-size: 20px;
		line-height: 25px;
	}

	
}



/*平板
-----------------------------------------------------------------*/

@media screen and (max-width: 768px) {
	.main-slide {
		margin: 0;
	}

	.block-menu {
		display: none;
	}

	.block-top-space {
		height: 150px;
	}

	.block-title {
		font-size: 30px;
		line-height: 35px;
		margin: 40px 0 10px 0;
	}

	.ticket-box {
		min-height: 320px;
	}

}



/*中間調度區
-----------------------------------------------------------------*/

@media screen and (max-width: 700px) { 
	.ticket-ouside ,.pkg-ouside {
		width: 100%;
	}

	.block-infortable ,.block-ticket ,.block-package {
		padding: 30px 0;
	}

	.pkg-name  {
		min-height: auto;
	}

	.ticket-ouside {
		display: inline-block;
	}

}


@media (max-width:500px) {
	.pic-hide {
		display: none;
	}

	.main-slide-bn .slide-bn-ipad {
		display: none;
	}

	.main-slide-bn .slide-bn-m {
		display: inline-block;
	}

	.infortable-name br  ,.pkg-name br {
		display: none;
	}

	.ticket-box .ticket-infor {
		display: inline-block;
		position: unset;
		left: unset;
		top: unset;
		padding: 5px;
		width: 100%;
	}

	.ticket-box {
		padding: 0 0 40px 0;
	}

	.ticket-box .ticket-infor ul {
		min-height: auto;
	}

}

/*手機
-----------------------------------------------------------------*/

@media (max-width: 480px) {
	.more-button {
		padding: 0px 0 80px 0;
	}
}

@media (max-width: 385px) {
}