@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(//fonts.googleapis.com/earlyaccess/cwtexyen.css);
* {
    font-family: 'Noto Sans TC', sans-serif;
}
body { background: url('../images/bg.jpg');}

/*以下為共用*/
.setop { display: none }
/*.footer * { vertical-align: baseline; }*/

/* mainButton */
nav.mainButton { position: sticky; position: -webkit-sticky; top:0; width: 100%; background:#000 ; z-index: 10}
nav.mainButton ul { text-align: center; }
nav.mainButton ul li { display: inline-block; margin: 10px 0; padding: 0px 20px; font: 100 16px/16px "cwTeXYen"; color: #fff ; cursor: pointer; border-right: 1px solid #fff;
transition: .5s; -webkit-transition: .5s; }
nav.mainButton ul li:hover,
nav.mainButton ul li:hover a{ color: #fff200 }
nav.mainButton ul li img { vertical-align: top }
nav.mainButton ul li a,
nav.mainButton ul li a:link { font: 100 16px/16px "cwTeXYen"; color: #fff; }
/* mainButton */

.pageContainer{
	width: 100%;
	margin: auto;
	text-align: center;
	background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
}

.titleBg{
	background-image: url('../images/topBanner.jpg');
	background-size: 100%;
}

header h1{position: relative;}
header h1 .title{
	width: 90%;
	max-width: 1400px;
	margin: auto;
}
img{
	width: 100%;
}
header h1 .title img{
	width: 100%;
	margin: 5% 0px;
}

.pageInfo1{
	background-image: url('../images/bg_01.jpg');
	background-size: cover;
	font-size: 0px;
}
.pageInfo2{
	background-image: url('../images/bg_02.jpg');
	background-size: cover;
	font-size: 0px;
}
.pageInfo3{
	background-image: url('../images/bg_03.jpg');
	background-size: cover;
	font-size: 0px;
}
.pageBox,.pagePhoto1,.pagePhoto2{
	display: inline-block;
	width: 100%;
	overflow: hidden;
	vertical-align: middle;
}

.pageInfo1 .pageBox{
	color: #333;
	font-size: 16px;
	line-height: 24px;
	text-align: justify;
	padding: 5%;
	font-weight: normal;
	letter-spacing: 1px;
}
.pageBox h3{
	color: #08468a;
	border: 1px solid #08468a;
	padding: 5px;
	font-size: 24px;
	text-align: center;
	line-height: 30px;
	margin: 10px auto;
}

.pageInfo2 > .pageBox{
	/* background-color: rgba(0, 0, 0, 0.5); */
	font-size: 16px;
	line-height: 24px;
	text-align: justify;
	padding: 20% 5%;
	width: 90%;
	margin: 5%;
	padding: 2% 5%;
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
	font-weight: 300;
	letter-spacing: 1px;
}
.pageInfo2 > .pageBox > h3{
	color: #fff;
	border: 1px solid #fff;
}
.boxPhoto{
	/* background-color: #fff;
	padding: 2%; */
	margin-bottom: 3%;
}

/* c26 */
.group-type-ph{
	width: 90%;
	max-width: 1000px;
	margin-top: 10px;
	margin: auto;
	font-size: 0px;
	padding: 20px 0px;
}
.ph{
	display: inline-block;
	width: 100%;
	background-color: #fff;
	position: relative;
}
.ph-img{
	width: 100%;
	margin: auto;
}
.ph-img img{
	width: 100%;
}
.ph-title{
	color: #333;
	font-size: 18px;
	line-height: 25px;
	padding: 10px;
	font-weight: 500;
}
.ph-detail{
	color: #666;
	text-align: left;
	font-size: 16px;
	line-height: 20px;
	height: 80px;
	padding: 10px;
}
.price{
	color: #ff5454;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.price span{
	font-size: 24px;
	font-weight: 500;
}
.price i{
	vertical-align: baseline;
}


@media only screen and (max-width: 768px) {
	.titleBg{
		height: 100vh;
		background-size: cover;
		background-position: center;
	}
	header h1 .title{
		width: 100%;
		max-width: 1400px;
		padding: 40% 0%;
	}
	.pagePhoto1{
		-webkit-clip-path: polygon(0 15%, 100% 0, 100% 100%, 0% 100%);
		clip-path: polygon(0 15%, 100% 0, 100% 100%, 0% 100%);
	}
	.pagePhoto2{
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
		clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
	}
	nav.mainButton { position: sticky; position: -webkit-sticky; top:0; z-index: 10; width: 100%; overflow: hidden;overflow-y: hidden; overflow-x:auto;-webkit-overflow-scrolling: touch;overflow-scrolling: touch; }
	nav.mainButton ul {position:relative; z-index: 10; padding: 0 0px; white-space:nowrap; width:auto; }	
	.buyButtonBase { position: fixed; top: calc(100vh - 60px) ; right: 0; width: 100%; height: 60px} 
}
@media only screen and (min-width: 769px) {
	header h1 .title{
		width: 70%;
		max-width: 800px;
	}
	header h1 .title img{
		margin: 15% 0px;
	}
	.pageBox{
		width: 50%;
		padding: 5% 5%;
	}
	.pagePhoto1{
		width: 50%;
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
	}
	.pagePhoto2{
		width: 50%;
		-webkit-clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
		clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
	}
	.pageInfo2 .pageBox{
		width: 46%;
		margin: 2%;
		padding: 2% 2%;
	}
	.ph{
		width: 46%;
		margin: 2%;
	}
}
@media only screen and (min-width: 960px) {}
@media only screen and (min-width: 1200px) {
	.pageInfo2 .pageBox{
		width: 34%;
		margin: 8%;
	}
	header h1 .title img{
		margin: 20% 0px;
	}
}
@media only screen and (min-width: 2000px) {
	header h1 .title img{
		margin: 30% 0px;
	}
}