/*css reset*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*自訂css reset*/
img{
	max-width: 100%;
	height: auto;
}
a{
	text-decoration: none;
}
*, *:before, *:after{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
*:focus{
	outline: none;
}

/*自訂css開始*/
body{
	scroll-behavior: smooth;
}
.wrap{
	max-width: 1024px;
	margin: 0 auto;
	font-family: 微軟正黑體;
}

/*header css*/
.header{
	height: 380px;
	background: url("../img/Hero.png") no-repeat 50% 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 89px;
}
.header h1{
	width: 265px;
	margin-bottom: 96px;
}
.header h1 a{
	font-family: PingFangTC-Regular, 微軟正黑體;
	font-size: 40px;
	color: #FFFFFF;
	letter-spacing: 3.89px;
}
#zoneId{
	width: 452px;
	height: 48px;
	display: flex;
	align-items: center;
	padding-left: 9px;
	background: rgba(255,255,255,0.70) url("../img/icons_down.png") no-repeat 98% 50%;
	appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
	border: 3px solid #FFFFFF;
	border-radius: 3px;
	font-family: AppleSystemUIFont, 微軟正黑體;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	cursor: pointer;
}
#zoneId:hover{
	background-color: rgba(255,255,255,0.80);
}
#zoneId:active{
	background-position: 98% 60%;
}


/*KaohsiungTravel css*/
.KaohsiungTravel{
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #f7f7f7
}
.popularZone{
	width: 800px;
	height: 112px;
	padding: 20px 26px 18px 26px;
	background: #FFFFFF;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.20);
	border-radius: 5px;
	transform: translateY(-28px);
	margin-bottom: 20px;
}
.popularZone h3{
	margin-bottom: 14px;
	font-family: AppleSystemUIFont, 微軟正黑體;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.popularZone ul{
	display: flex;
	padding-left: 10px;
}
.popularZone input{
	width: 130px;
	height: 42px;
	margin: 0 15px;
	font-family: PingFangTC-Regular, 微軟正黑體;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
	border: none;
}
.popularZone input:hover{
	box-shadow: 3px 3px 3px rgb(175, 170, 170);
}
.popularZone input:active{
	box-shadow: 3px 3px 3px rgb(89, 84, 84);
	transform: translateY(3px);
}
.zone1{
	background: #8A82CC;
	border-radius: 5px;
}
.zone2{
	background: #FFA782;
	border-radius: 5px;
}
.zone3{
	background: #F5D105;
	border-radius: 5px;
}
.zone4{
	background: #559AC8;
	border-radius: 5px;
}
#divideId{
	width: 900px;
	height: 24px;
	display: flex;
	justify-content: center;
	background-image: linear-gradient(to right, #559AC8, #559AC8, transparent 45%);
	background-size: 15px 1px;
	background-repeat: repeat-x;
	margin-bottom: 52px;
}
.icon_down{
	width: 24px;
	height: 24px;
	border: 2px solid #559AC8;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 12px;
	transform: translateY(-12px);
	overflow: hidden;
}
.icon_down img{
	width: 12px;
	height: 9px;
	position: relative;
  left: -18px;
  -webkit-filter: drop-shadow(18px 0 #559AC8);
  filter: drop-shadow(18px 0 #559AC8); 
}
#zoneNameId{
	font-family: SFNSDisplay, 微軟正黑體;
	font-size: 36px;
	font-weight: bold;
	color: #8A82CC;
	margin-bottom: 24px;	
}
#selectZoneId{
	max-width: 94%;
	display: flex;
	flex-wrap: wrap;
}
.zoneListClass{
	max-width: 48%;
	margin: 0 1% 12px 1%;
	height: 273px;
	background: #FFFFFF;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.20);
	position: relative;
}
.zoneListClass a{
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.zoneListClass:hover{
	box-shadow: 3px 3px 5px 0 rgba(0,0,0,0.20);
	transform: translateY(2px);
}
.zoneListClass:active{
	background-color: #f7f7f7;
	box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.20);
	transform: translateY(5px);
}
.Picture1{
	width: 100%;
	height: 155px;
	overflow: hidden;
}
.Picture1 img{
	transform: translateY(-25%);
}
.Picdescribe1{
	height: 52px;
	position: relative;
	top: -52px;
	left: 0;
	background-image: linear-gradient(-180deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.54) 100%);
}
.Picdescribe1 h3{
	display: inline-block;
	font-family: SFNSDisplay, 微軟正黑體;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	top: 14px;
	left: 22px;
}
.Picdescribe1 p{
	display: inline-block;
	font-family: PingFangTC-Regular, 微軟正黑體;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	top: 22px;
	right: 24px;
}
.detailList{
	padding: 15px 24px 20px 24px;
	position: relative;
	top: -52px;
	left: 0;
}
.detailList li{
	font-family: AppleSystemUIFont, 微軟正黑體;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 9px;
}
.detailList li span{
	width: 20px;
	height: 20px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-right: 7px;
}
.Ticketinfo{
	position: absolute;
	top: 78px;
	left: 346px;
}
.scrolltop{
	display: none;
	width: 24px;
	height: 24px;
	background-image: url("../img/btn_goTop.png");	
	align-self: flex-end;
	transform: translate(-28px, -34px);
}
.scrolltop:hover{
	background-color: red;
}
.page{
	display: flex;
	font-family: AppleSystemUIFont, 微軟正黑體;
	font-size: 14px;	
	margin: 13px 0 44px 0;
}
.prev-nextPage{
	margin: 0 22px;
	color: #4A4A4A;
}
.pageNum{
	margin: 0 12px;
	color: #4A4A4A;
}
.page a:hover{
	text-decoration: underline;
}

/*彈出視窗*/
#showDataId{
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background-color: rgba(147, 136, 136, 0.5);
}
#showInfoBox{
	height: 100vh;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#showInfoBox i{
	position: fixed;
	top: 20px;
	right: 20px;
	font-size: 36px;
	cursor: pointer;
}
.showInfo{
	width: 60%;
	height: auto;
	margin: 0 auto;
	position: relative;
	background-color: #fff;
	box-shadow: 0 0 5px 5px rgba(147, 136, 136, 0.5);
}
.showImg{
	width: 100%;
	height: 280px;
	background-position: 50% 50%;
	background-size: cover;
}
.Picdescribe1-block{
	height: 52px;
	position: relative;
	top: 228px;
	left: 0;
	background-image: linear-gradient(-180deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.54) 100%);
}
.Picdescribe1-block h3{
	display: inline-block;
	font-family: SFNSDisplay, 微軟正黑體;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	top: 14px;
	left: 22px;
}
.Picdescribe1-block p{
	display: inline-block;
	font-family: PingFangTC-Regular, 微軟正黑體;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	top: 22px;
	right: 24px;
}
.showInfo ul{
	top: 0;
}
#description{
	line-height: 20px;
	letter-spacing: 0.05em;
	text-indent: 2em;
	font-weight: normal;
	padding: 0 20px;
}
.Ticketinfo_block{
	position: absolute;
	bottom: 19px;
	left: 450px;
}

/*footer css*/
.footer{
	height: 90px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 24px 0;
	background: #559AC8;
	font-family: AppleSystemUIFont, 微軟正黑體;
	font-size: 14px;
	font-weight: bold;
}
.footer h4{
	color: #FFFFFF;
	margin-bottom: 14px;
}
.footer p{
	color: #FFD366;
}