﻿
/************************************************************************************
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 {
    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;background: url(../images/main_bk.gif) repeat;}
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 {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;
}

h1,h2,h3 { display: none;}

/*wow*/
.wow:first-child {
	visibility: hidden;
	visibility:visible \9;
}

/*變數*/
:root {
	--main-width: 894px;
	--main-black: #2b2b2b;
}


/*PC
-----------------------------------------------------------------*/

/*主框架*/
.container {
	width:100%;
	margin: auto;
	font-family: Verdana,'微軟正黑體';
}

.block-center {
	width: 100%;
	max-width:var(--main-width);
	margin: auto;
	clear: both;
	position: relative;
}

/*主視覺*/
.block-main {
	width: 100%;
	clear: both;
	margin: 0;
	min-height: 765px;
	position: relative;
}

/*圖片輪播*/
.main-bn {
	width: 100%;
	clear: both;
}

.main-bn-box {
	width: 100%;
	max-width: 1305px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 128px 0 0 0;
}

.main-bn .slick-slide.slick-active {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.main-bn .slick-slide {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	opacity: .3;
	-webkit-transition: transform 1.0s;
    -moz-transition: transform 1.0s;
    -ms-transition: transform 1.0s;
    -o-transition: transform 1.0s;
}

.main-bn-top {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 2;
}

.main-bn-top img {
	display: inline-block;
}

.main-bn-title {
	width: 100%;
	text-align: center;
	position: absolute;
	top:335px;
	left: 0;
	z-index: 2;
}

.main-bn-title img {
	display: inline-block;
}

.main-bn .slick-dots {
    width: 100%;
	text-align: center;
	padding: 15px 0 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.main-bn .slick-dots li {
	display: inline-block;
    border: 2px solid var(--main-black);
    margin: 0 5px;
	border-radius: 50px;
	background: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 3px;
}

.main-bn .slick-dots li:hover ,.main-bn .slick-dots button:hover {
	cursor: pointer;
}

.main-bn .slick-dots .slick-active button {
    background: var(--main-black);
}

.main-bn .slick-dots button {
	display: table;
    border-radius: 50px;
    text-indent: -9999px;
    width: 9px;
    height: 9px;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    background: #ffffff;
    padding: 0;
}

.main-people {
	position: absolute;
	right: 10%;
	bottom: 0;
	line-height: 0;
}

.main-ipad ,.main-phone {
	display: none;
}


/*選單*/
.block-menu {
	width: 100%;
	clear: both;
	border-top: 2px solid var(--main-black);
	display: none;
}


.sticky {
	top: 30px !important;
}

.all-menu {
	border-bottom: 2px solid var(--main-black);
	width: 100%;
	background: #ffffff;
}

.all-menu ul {
	width: 100%;
	margin: 0 auto;
	max-width: var(--main-width);
	text-align: center;
	min-height: 54px;
}

.all-menu li {
	display: inline-block;
	margin: 0 10px;
}

.all-menu li:hover {
	cursor: pointer;
}

.menu-title {
	display: inline-block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px 50px;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 1px;
}

.menu-sec {
	background: #ffecb3;
	width: 100%;
}

.menu-sec a {
	display: inline-block;
	color:var(--main-black);
	font-size: 18px;
	text-shadow: 0 0 0 var(--main-black);
	margin: 0 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 8px 16px;
	border-radius: 30px;
}

.menu-sec a:hover {
	background: #ffc414;
}

.menu-sec-eat ,.menu-sec-view {
	display: none;
	width: 100%;
	margin: 0 auto;
	max-width: var(--main-width);
	text-align: center;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 12px 0;
}

.menu-active a ,.menu-title:hover {
	background: #ffecb3;
	color:var(--main-black);
}

/*商品介紹*/

.block-product {
	width: 100%;
	clear: both;
	padding: 55px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#view {
	background: url(../images/view_bk.gif) repeat;
}

#eat {
	background: url(../images/eat_bk.gif) repeat;
}

.product-big-title {
	width: 100%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px 0 65px 0;
	background: url(../images/big_title_bk.png) no-repeat center 40px;
}

.product-big-box {
	width: 100%;
}

#attractions3.product-big-box {
	background: url(../images/view_bk_item1.png) no-repeat 126px 0px;
}

#attractions4.product-big-box {
	background: url(../images/view_bk_item2.png) no-repeat 1318px 35px;
}

#attractions6.product-big-box {
	background: url(../images/eat_bk_item1.png) no-repeat 1318px 35px;
}

.product-small-box {
	width: 100%;
	clear: both;
	border: 2px solid var(--main-black);
	border-radius: 5px;
	display: flex;
	background: #ffffff;
	margin: 0 auto 80px auto;
	align-items: stretch;
	max-width: var(--main-width);
}

.product-infor {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 50px 35px 0 35px;
	position: relative;
	width: calc(100% - 369px);
}

.infor-title {
	position: absolute;
	top: -30px;
	left: 30px;
	width: 293px;
	height: 66px;
	color: var(--main-black);
	line-height: 47px;
}

.infor-title span {
	font-size: 28px;
    font-weight: bold;
    width: 100%;
    display: block;
    text-align: left;
    line-height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding: 12px 0 0 22px;
}

#view .infor-title {
	background: url(../images/view_title_bk.png) no-repeat center;
}

#eat .infor-title {
	background: url(../images/eat_title_bk.png) no-repeat center;
}

.infor-text {
	font-size: 16px;
	color: var(--main-black);
	line-height: 26px;
	width: 100%;
	margin:0 0 20px 0;
}

.infor-link {
	width: 100%;
	text-align: left;
}

.infor-link a {
	display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 15px;
    background: #e15959;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
    border: 1px solid var(--main-black);
    margin: 0 5px 10px 0;
    line-height: 23px;
}

.infor-link img {
	margin: 0 0 0px 5px;
    display: inline-block;
}

.infor-link a:hover {
	background:#c74040;
}

.infor-people {
	position: absolute;
}

#attractions3 .infor-people {
	left: -260px;
    bottom: -40px;
}

#attractions4 .infor-people {
	right: -185px;
    bottom: 14px;
}

#attractions6 .infor-people {
	right: -178px;
    bottom: 14px;
}

/*輪播圖*/
.product-pic {
	width: 370px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.product-big-box:nth-child(odd) .product-pic {
	border-right: 1px solid var(--main-black);
	border-left: 0;
}

.product-big-box:nth-child(even) .product-pic {
	border-left: 1px solid var(--main-black);
	border-right: 0;
}

.product-pic .slick-slide img {
	border-radius: 5px;
}

.product-pic .slick-dots {
	position: absolute;
    top:270px;
    width: 100%;
    text-align: center;
    left: 0px;
}

.product-pic .slick-dots li {
	display: inline-block;
    border: 1px solid var(--main-black);
    margin: 0 5px;
	border-radius: 50px;
	background: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 3px;
}

.product-pic .slick-dots .slick-active button {
    background: var(--main-black);
}

.product-pic .slick-dots button {
	display: table;
    border-radius: 50px;
    text-indent: -9999px;
    width: 9px;
    height: 9px;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    background: #ffffff;
    padding: 0;
}


/*中間調度區
-----------------------------------------------------------------*/

@media screen and (max-width: 1607px) {
	html,
    body {
        width: 100%;
        min-height: 100%;
	}

	.infor-people {
		display: none;
	}

	.product-big-box {
		background: transparent !important;
	}
}

/*平板
-----------------------------------------------------------------*/

@media screen and (max-width: 768px) {
	.block-menu {
		display: none;
	}

	.block-main {
		display: none;
	}

	.main-ipad {
		display: block;
		line-height: 0;
	}

	.product-big-box {
		width: 95%;
		margin: 0 auto 20px auto;
	}

	.product-infor {
		padding: 50px 20px 20px 20px;
		width: calc(100% - 200px);
	}

	.product-pic {
		width: 200px;
	}

	.product-pic .slick-dots {
		top: 130px;
	}
}

/*中間調度區
-----------------------------------------------------------------*/

@media (max-width:600px) {
	.product-big-title {
		padding: 0 10px;
	}

	.product-infor {
		padding: 50px 20px 10px 20px;
		width: 100%;
		order: 2;
		z-index: 1;
	}

	.product-pic {
		width: 100%;
		order: 1;
		z-index: 0;
		border: 0;
	}

	.product-small-box {
		flex-wrap: wrap;
	}

	.product-big-box:nth-child(even) .product-pic {
		border: 0;
	}

	.product-big-box:nth-child(odd) .product-pic {
		border: 0;
	}

	.product-pic .slick-dots {
		top: auto;
		bottom: 50px;
	}

	.infor-title {
		left: 20px;
	}

	.block-product {
		padding: 50px 0 6px 0;
	}

	.product-big-title {
		margin: 0 0 20px 0;
	}

	.infor-link a {
		width: 100%;
	}

}

/*手機
-----------------------------------------------------------------*/

@media (max-width: 480px) {
	.main-ipad {
		display: none;
	}

	.main-phone {
		display: block;
		line-height: 0;
	}

	.block-product {
		padding: 18px 0 20px 0;
	}

	.product-small-box {
		margin: 0 auto 25px auto;
	}

	.product-big-title img {
		width: 80%;
	}

	.infor-title span {
		letter-spacing: 1px;
		font-size: 25px;
	}

	.infor-link a {
		width: 100%;
		font-size: 15px;
		line-height: 20px;
	}
}

@media (max-width: 320px) {
	.infor-title {
		background: transparent !important;
		position: initial;
		width: 100%;
		height: auto;
		text-align: center;
		line-height: 35px;
	}

	.infor-title b {
		display: none;
	}

	.infor-title span {
		position: initial;
		width: 100%;
	}

	.product-infor {
		padding: 10px;
	}

	.product-pic .slick-dots {
		bottom: 20px;
	}
}