@charset "utf-8";
/* CSS Document */

@import url(help/reset.css);
@import url(awesomefont4.4/css/font-awesome.min.css);

@import url(help/rwdgrid.css);

@import url(weather/weather.css);
@font-face {
    font-family: 'weather';
    src: url('weather/artill_clean_icons-webfont.eot');
    src: url('weather/artill_clean_icons-webfont.eot?#iefix') format('embedded-opentype'),
         url('weather/artill_clean_icons-webfont.woff') format('woff'),
         url('weather/artill_clean_icons-webfont.ttf') format('truetype'),
         url('weather/rtill_clean_icons-webfont.svg#artill_clean_weather_iconsRg') format('svg');
    font-weight: normal;
    font-style: normal;
}





/**天氣**/


#weather {
	display:inline-block;
	vertical-align:top;
    color: #FFF;
	text-align:right;} 

#weather i {
    display: inline-block;
    vertical-align: text-bottom;
    font-family: 'weather';
    font-size: 60px;
    font-weight: normal;
    font-style: normal;
    padding-left: 5px;}
		
#weather ul{
  margin: 0;
  font-size:13px;
  font-family: Segoe UI, Arial, Helvetica, sans-serif, "微軟正黑體";
  text-transform:uppercase;}
  
#weather ul li{
float:left;
	margin-left:10px;
	padding-left:10px;
	text-shadow:1px 1px 4px #292929;}

#weather ul li.region{
margin-top:10px;
text-align:left;
border-left:1px solid #fff;
float:right;}

#weather li em{
display:block;
	margin-left:3px;}

#weather .icon {
	font-size:40px;
	font-weight:normal;}


.otherlanguage{
float:right;
line-height:25px;
padding:0 10px;
font-size:13px;
color:#fff;}

.otherlanguage a{
	margin:0 5px;
color:#fff;}

.otherlanguage a:hover{
color:#df8517;}

body {
	background: url(../images/homebg.png);
	font-family: Helvetica, Arial, sans-serif, "微軟正黑體", Heiti TC, "メイリオ";
	font-size: 15px;

}
/*css3*/
a {
	cursor: pointer;
	color: #bd3d39;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
a:hover {
	color: #589000;
}
[class*='col-'] {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/***booking***/
/* Chrome, Safari, Opera */
@-webkit-keyframes bookrun {
 0% {
margin-bottom:-90px;
 opacity:0;
}
 100% {
margin-bottom:0;
 opacity:1;
}
}

/* Standard syntax */
@keyframes bookrun {
 0% {
margin-bottom:-90px;
 opacity:0;
}
 100% {
margin-bottom:0;
 opacity:1;
}
}

.bookArea {
	position: absolute;
	width: 1160px;
	left: 50%;
	margin-left: -580px;
	bottom: 0;
	z-index: 99;
	background-image: -webkit-linear-gradient(270deg, rgba(247,156,96,1.00) 0%, rgba(232,132,66,1.00) 100%);
	background-image: -moz-linear-gradient(270deg, rgba(247,156,96,1.00) 0%, rgba(232,132,66,1.00) 100%);
	background-image: -o-linear-gradient(270deg, rgba(247,156,96,1.00) 0%, rgba(232,132,66,1.00) 100%);
	background-image: linear-gradient(180deg, rgba(247,156,96,1.00) 0%, rgba(232,132,66,1.00) 100%);
	
	-webkit-animation-name: bookrun; /* Chrome, Safari, Opera */
	-webkit-animation-duration: 2s; /* Chrome, Safari, Opera */
	-webkit-animation-fill-mode: forwards;
	animation-name: bookrun;
	animation-duration: 2s;
	animation-fill-mode: forwards;
}
.bookArea form {
	padding: 30px 20px;
	font-size: 15px;
}
ul.bookBox {
}
ul.bookBox li {
width:25%;
	float: left;
	position: relative;
	margin-left: 40px;
}

ul.bookBox li:first-child {
	margin: 0;
}
ul.bookBox li b {
	margin-right: 10px;
	display: inline-block;
	font-weight: normal;
	color: #FFF;
}
ul.bookBox li input[type="text"] {
	background: none;
	width: 50%;
	height: 30px;
	padding: 8px;
	border: 1px solid #fff;
	color: #fff;
	letter-spacing: 1px;
	box-sizing: border-box;
}
ul.bookBox li i {
	cursor: pointer;
	font-size: 13px;
	color: #fff;
	position: absolute;
	right: 9px;
	top: 10px;
}
ul.bookBox li select {
	background: none;
	width: 70%;
	height: 30px;
	color: #fff;
	padding: 0 8px;
	border: 1px solid #fff;
	box-sizing: border-box;
}
ul.bookBox li select option {
	color: #000;
}
ul.bookBox li.bookingbtn {
}
ul.bookBox li.bookingbtn a {
	background: #fbe3d3;
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 50px;
	font-size: 15px;
	font-family: "微軟正黑體", "新細明體", sans-serif;
	color: #e98544;
	text-align: center;
}
ul.bookBox li.bookingbtn a:hover {
	background: #fff;
}
.col-1 {
	width: 100%;
}
.col-2 {
	width: 50%;
}
.col-3 {
	width: 33.33%;
}
.col-4 {
	width: 25%;
}
.col-5 {
	width: 20%;
}
a.btn_color1 {/*按鈕主色1*/
	background: #516190;
	color: #FFF;
}
a.btn_color1:hover {
	background: #C85A56;
}
a.btn_color2 {/*按鈕主色2*/
	background: #A0A0A0;
	color: #FFF;
}
a.btn_color2:hover {
	background: #999;
}
input[type="text"] {
	-webkit-appearance: none;
}
	

.btn {
	padding-top:80px;
	text-align:center;
}
.btn a {
	display: inline-block;
	font-size: 25px;
	color: #fff;
	padding:8px 35px;
	position: relative;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	font-family: 'Cookie', cursive;
}
.btn a span{
	position:relative;
	z-index:3;
	letter-spacing:1px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.btn a:hover span{

	text-shadow: 1px 1px 1px rgba(0,0,0,0.35);
	}
.btn a:before {
	content:"";
	border:1px solid #fff;
	position:absolute;
	width:100%;
	height:100%;
	display:block;
	top:0;
	left:0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	z-index:1;
}
.btn a:hover:before {
	-webkit-transform: translateY(4px) translateX(-6px);
	transform: translateY(4px) translateX(-6px);
}
.btn a:after {
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	display:block;
	top:0;
	left:0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background:url(../images/but-image.jpg);
	z-index:2;
	opacity:0;
}
.btn a:hover:after {
opacity:1;
}
textarea {
	-webkit-appearance: none;
}
.outerWrap {
	position: relative;
	overflow: hidden;
}
.wrap {
	width: 1160px;
	margin: 0 auto;
}

.label {
	padding: 5px 7px;
	color: #FFF;
	background: rgba(0,0,0,0.8);
}





/* Chrome, Safari, Opera */
@-webkit-keyframes headerone {
 0% {
margin-left:-30px;
 opacity:0;
}
 100% {
margin-left:0;
 opacity:1;
}
}

/* Standard syntax */
@keyframes headerone {
 0% {
margin-left:-30px;
 opacity:0;
}
 100% {
margin-left:0;
 opacity:1;
}
}
/*****網頁頭*****/
header.shrink{
	-webkit-box-shadow: 0px 2px rgba(0,0,0,0.20);
	box-shadow: 0px 2px rgba(0,0,0,0.20);
	background-color: rgba(0,0,0,0.85);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
header.shrink .wrap:before {
	display: none;
}
header.shrink .menuBox:after {
	display: none;
}
header.shrink .topBox {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display:none;
}
header.shrink h1 a {
	height: 50px;
}
/*logo*/
header.shrink h1 {
	padding-top: 10px;
}
header.shrink .menuBox {
	padding-top:10px;
}


/* Chrome, Safari, Opera */
@-webkit-keyframes headerrun {
 0% {
margin-top:-150px;
 opacity:0;
}
 100% {
margin-top:0;
 opacity:1;
}
}

/* Standard syntax */
@keyframes headerrun {
 0% {
margin-top:-150px;
 opacity:0;
}
 100% {
margin-top:0;
 opacity:1;
}
}
header {
	position:fixed;
	z-index: 999;
	width: 100%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-animation-name: headerrun; /* Chrome, Safari, Opera */
	-webkit-animation-duration: 2.5s; /* Chrome, Safari, Opera */
	-webkit-animation-fill-mode: forwards;
	animation-name: headerrun;
	animation-duration: 2.5s;
	animation-fill-mode: forwards;
}
header .wrap:before {
	content: "";
	display: block;
	background: #fff;
	position: absolute;
	height: 1px;
	width: 100%;
	bottom: 0;
	left: -100%;
}
header .wrap {
	position: relative;
}

/*logo*/
header h1 {
	width: 200px;
	padding-top: 50px;
	float: right;
}
header h1 a {
	display: block;
	width: 100%;
	height: 60px;
	position: relative;
	background: url(../images/logo.png) center center no-repeat;
	background-size: contain;
	text-indent: -9999px;
	-webkit-animation-name: headerone; /* Chrome, Safari, Opera */
	-webkit-animation-duration: 1s; /* Chrome, Safari, Opera */
	-webkit-animation-fill-mode: forwards;
	animation-name: headerone;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}
header .topBox {
	padding: 10px 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
header .hRightBox {
width:calc(100% - 200px);
	float: right;
}
/*語系選擇*/
header .language {
	float: right;
	padding-left: 5px;
}
header .language .g_trans {
	display: inline-block;
	vertical-align: middle;
}
header .language .g_trans a {
	display: block;
	border: 1px solid #fff;
	line-height: 24px;
	padding: 0px 35px 0 10px;
	font-size: 12px;
	letter-spacing: 1px;
	color: #fff;
	box-sizing: border-box;
	position: relative;
}
header .language .g_trans a i {
	width: 28px;
	height: 24px;
	line-height: 25px;
	right: 0;
	text-align: center;
	background: #97919c;
	margin-left: 10px;
	display: inline-block;
	position: absolute;
}
header .sociallink {
	float: right;
}
header .sociallink a {
	display: inline-block;
	width: 28px;
	height: 28px;
	overflow: hidden;
	text-align: center;
	line-height: 28px;
	color: #fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	position: relative;
}
header .sociallink a img {
	width: 100%;
	float: left;
}
header .sociallink a:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
header .sociallink a i {
	color: #fff;
}
/*menu*/

header .menuBox:after {
	content: "";
	display: block;
	width: 100vw;
	height: 1px;
	background: #fff;
	bottom: 0;
	position: absolute;
	left: 0;
}
.menuBox {
text-align:right;
	position: relative;
	display: block;
}
ul.menu {
}
ul.menu > li {
	position: relative;
	display: inline-block;
	margin:0 10px -2px 10px;
}

ul.menu li > a {
	overflow:hidden;
	font-size: 16px;
	color: #fff;
	position: relative;
	display: block;
	float:left;
	padding: 20px 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
ul.menu li:hover > a {
	padding: 10px 0 30px 0;
	}
ul.menu li > a:after{
	content:"";
	width:100%;
	height:25px;
	background:url(../images/icon02.png) no-repeat  bottom;
	position:absolute;
	display:block;
	bottom:-25px;
	left:0;
	opacity:0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
ul.menu li > a.current:after{
	bottom:-3px;
	opacity:1;
	}
ul.menu li > a.current {
	padding: 10px 0 30px 0;
	}	
ul.menu li:hover > a:after{
	bottom:-3px;
	opacity:1;
}
ul.menu li:last-child {
	margin: 0 0 -2px 35px;
}



/* Chrome, Safari, Opera */
@-webkit-keyframes menuover {
 0% {
-moz-transform:rotate(30deg);
-webkit-transform:rotate(30deg);
-o-transform:rotate(30deg);
-ms-transform:rotate(30deg);
transform:rotate(30deg);
}
 50% {
-moz-transform:rotate(-30deg);
-webkit-transform:rotate(-30deg);
-o-transform:rotate(-30deg);
-ms-transform:rotate(-30deg);
transform:rotate(-30deg);
}
 100% {
-moz-transform:rotate(30deg);
-webkit-transform:rotate(30deg);
-o-transform:rotate(30deg);
-ms-transform:rotate(30deg);
transform:rotate(30deg);
}
}

/* Standard syntax */
@keyframes menuover {
 0% {
-moz-transform:rotate(30deg);
-webkit-transform:rotate(30deg);
-o-transform:rotate(30deg);
-ms-transform:rotate(30deg);
transform:rotate(30deg);
}
 50% {
-moz-transform:rotate(-30deg);
-webkit-transform:rotate(-30deg);
-o-transform:rotate(-30deg);
-ms-transform:rotate(-30deg);
transform:rotate(-30deg);
}
 100% {
-moz-transform:rotate(30deg);
-webkit-transform:rotate(30deg);
-o-transform:rotate(30deg);
-ms-transform:rotate(30deg);
transform:rotate(30deg);
}
}
ul.menu > li .submenu {
	display: none;
	width: 150px;
	position: absolute;
	left: 50%;
	text-align: center;
	margin-left: -75px;
	top: 100%;
	z-index: 99;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.20);
	box-shadow: 1px 1px 1px rgba(0,0,0,0.20);
}
ul.menu > li .submenu a {
	display: block;
	background: #FFF;
	padding: 10px;
	font-size: 15px;
	color: #0068b7;
	border-bottom: 1px solid #dadada;
}
ul.menu > li .submenu a:hover {
	background: #0068b7;
	color: #FFF;
}
/*手機menu*/
.m_menu {
	display: none;
}
/*頁尾資訊*/
footer {
	padding:0 0 40px 0;
}


.adBox{
	padding:40px 0;
	border-bottom:1px solid #e4e4e4;}
.adBox li{padding:10px 0 0 0;}
.adBox a{

	width:100%;
	text-align:center;
    
}
.adBox a:hover{
	}
.adBox .slick-slide img{
border: 1px solid #ba9d2e;
	padding:20px 10px;
	display:inline-block;}
.fb-like-box, .fb-like-box span, .fb-like-box.fb_iframe_widget span iframe {
}
footer .fbBox {
	display: inline-block;
	vertical-align: middle;
}
footer h5.copyright {
	background:url(../images/decoration-down.png) no-repeat bottom center;
	border-top:1px solid #fff;
	font-size: 13px;
	line-height: 1.8;
	font-weight: normal;
	color: #8d8d8d;
	padding:50px 15px 80px 15px;
	text-align:center;
}
footer h5.copyright a{
	color: #8d8d8d;}
footer h5.copyright a:hover{
	text-decoration:underline;
	color:#fff;}
footer h5.copyright .outerLink{
	display:inline-block;}
/*********內頁**********/
/**********************/
/*****banner******/
.bannerArea {
clear: both;
	position: relative;
	overflow:hidden;
}
.bannerArea:before {
	z-index: 90;
	content: "";
	display: block;
	height: 300px;
	width: 100%;
	position: absolute;
	top: 0;
	background-image: -webkit-linear-gradient(270deg, rgba(0,0,0,0.60) 27.98%, rgba(0,0,0,0.00) 100%);
	background-image: -moz-linear-gradient(270deg, rgba(0,0,0,0.60) 27.98%, rgba(0,0,0,0.00) 100%);
	background-image: -o-linear-gradient(270deg, rgba(0,0,0,0.60) 27.98%, rgba(0,0,0,0.00) 100%);
	background-image: linear-gradient(180deg, rgba(0,0,0,0.60) 27.98%, rgba(0,0,0,0.00) 100%);
}
.bannerArea:after {
	z-index: 90;
	content: "";
	display: block;
	height: 100px;
	width: 100%;
	position: absolute;
	bottom: 0;
	background-image: -webkit-linear-gradient(270deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.60) 75.65%);
	background-image: -moz-linear-gradient(270deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.60) 75.65%);
	background-image: -o-linear-gradient(270deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.60) 75.65%);
	background-image: linear-gradient(180deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.60) 75.65%);
}
.bannerArea .wrap {
	width: 100%;
	padding: 0;
}
.bannerBox {
}
.bannerBox li {
	max-height: 100vh;
	overflow: hidden;
}
.bannerBox img {
	display: block;
	width: 100%;
}
/*bx小圓點*/
.bannerArea .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	bottom: 20px;
}
.bannerArea .bx-wrapper .bx-pager.bx-default-pager a {
	background: #FFF;
	border: 1px solid #FFF;
	border-radius: 100%;
}
.bannerArea .bx-wrapper .bx-pager.bx-default-pager a:hover {
	background: #FFF;
}
.bannerArea .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: none;
}
.mainArea {
	padding: 100px 0;
background:url(../images/decoration-img03.png) repeat-y top center fixed;
background-size:100% auto;
position:relative;
overflow:hidden;
}



.mainArea:before {
	z-index: 90;
	content: "";
	display: block;
	height: 5px;
	width: 100%;
	position: absolute;
	top: 0;
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.30) 7.25%,rgba(0,0,0,0.00) 60.62%);
	background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.30) 7.25%,rgba(0,0,0,0.00) 60.62%);
	background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.30) 7.25%,rgba(0,0,0,0.00) 60.62%);
	background-image: linear-gradient(180deg,rgba(0,0,0,0.30) 7.25%,rgba(0,0,0,0.00) 60.62%);
}
.mainArea:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0;
	background-image: -webkit-linear-gradient(180deg,rgba(151,122,25,1.00) 12.44%,rgba(217,182,64,1.00) 39.90%,rgba(151,122,25,1.00) 68.39%,rgba(207,175,70,1.00) 93.78%);
	background-image: -moz-linear-gradient(180deg,rgba(151,122,25,1.00) 12.44%,rgba(217,182,64,1.00) 39.90%,rgba(151,122,25,1.00) 68.39%,rgba(207,175,70,1.00) 93.78%);
	background-image: -o-linear-gradient(180deg,rgba(151,122,25,1.00) 12.44%,rgba(217,182,64,1.00) 39.90%,rgba(151,122,25,1.00) 68.39%,rgba(207,175,70,1.00) 93.78%);
	background-image: linear-gradient(270deg,rgba(151,122,25,1.00) 12.44%,rgba(217,182,64,1.00) 39.90%,rgba(151,122,25,1.00) 68.39%,rgba(207,175,70,1.00) 93.78%);
	}
.mainArea .titleBox {
	position: relative;
	margin-bottom: 20px;
	padding-bottom:20px;
	text-align: center;
}
.mainArea .titleBox:before{
	display:block;
	width:100%;
	height:30px;
	content:"";
	background:url(../images/icon04.png) no-repeat top center;}
.mainArea .titleBox h2 {
	font-size: 20px;
	color: #997c1c;
	font-weight: normal;
	line-height:1.6;
}
.mainArea .titleBox h2 strong {
	display: block;
	font-family: 'Cookie', cursive;
	font-weight: normal;
	font-size: 66px;
	letter-spacing: 3px;

	color: #B59934;
	position: relative;
}
.mainArea .titleBox h2 strong:after {
	left:50%;
	bottom:10px;
	margin-left:-15px;
	position:absolute;
	content:"";
	width:30px;
	height:1px;
	background:#b5ab8c;
	}
/*網站導覽bread*/
.mainArea .titleBox .bread {
	font-size: 12px;
	color: #6F6F6F;
	position: absolute;
	right: 10px;
	bottom: 20px;
}
.mainArea .titleBox .bread a {
	color: #6F6F6F;
}
.mainArea .titleBox .bread a i {
	font-size: 20px;
}
.mainArea .titleBox .bread span {
	padding: 0 3px;
	color: #6F6F6F;
}
.mainArea .contentBox {
	clear: both;
}
.mainArea .contentBox h3.articleTitle {/*文章標題*/
	clear: both;
	margin-bottom: 25px;
	font-size: 25px;
	font-weight: normal;
	letter-spacing:3px;
	color: #000;
	text-align:center;
}
.mainArea .contentBox h3.articleTitle strong {
	font-weight: normal;
}
.mainArea .contentBox h3.articleTitle strong:before {
	content:"\f100";
	font-family:fontAwesome;
}
.mainArea .contentBox h3.articleTitle strong:after {
	content:"\f101";
	font-family:fontAwesome;
}
/*文字編輯器*/
.textEditor {
	clear: both;
	font-size: 16px;
	color: #000;
	line-height: 2;
}
.textEditor a {
	color: #06F;
}
.textEditor img {
	max-width: 100%;
}
.textEditor ul {
	list-style: disc outside;
	padding-left: 30px;
}
.textEditor ol {
	list-style: decimal outside;
	padding-left: 30px;
}
.textEditor table {
	margin-bottom:10px;
	border-collapse: collapse;
}
.textEditor table th {
	padding: 5px;
	text-align: center;
	background: #5b3e67;
	color: #FFF;
	border: none;
}
.textEditor table td {
	font-size:15px;
	padding: 5px;
	border-bottom: 1px solid #c8c5c9;
}
.textEditor table tr:hover {
	background: #EFEFEF;
}
table.breakpoint > tbody > tr > td.expand {
	cursor: pointer;
	background: url(../images/plus.png) no-repeat 5px center;
	padding-left: 40px;
}
.textEditor strong.title {
	display: block;
	font-size: 22px;
	font-weight: normal;
	color: #51649A;
}
.textEditor hr {
	border: none;
	height: 1px;
	background: #efefef;
}
.classNote hr {
	border: none;
	height: 1px;
	background: #efefef;
}
/*類別*/
.m_classLink {
	display: none;
}
.classBox {
	padding: 0 0 20px 0;
}
ul.classLink {
	text-align: center;
	border-bottom:1px solid #efefef;
}
ul.classLink li {
	display: inline-block;
}
ul.classLink li a {
	display: block;
	margin: 0 3px;
	font-size: 15px;
	padding: 8px 12px;
	border-radius: 3px 3px 0 0;
	color: #fff;
	border: 1px solid #CBCBCB;
	border-bottom: none;
	position: relative;
background: #b59934;
}
ul.classLink li a:hover{
	background: #A3A3A3;
	color: #FFF;}
ul.classLink li a.current {
	background: #0068b7;
	border:1px solid #0068b7;
	border-bottom: none;
	color: #FFF;
}
ul.classLink li a.current:after {
	content: " ";
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 5px 7.5px 0 7.5px;
	border-color: #0068b7 transparent transparent transparent;
	position: absolute;
	bottom: -5px;
	left: 50%;
	margin-left: -7.5px;
}
/*標籤*/
.tagBox {
	padding:0 0 40px 0;
}
.tagBox b {
	display: inline-block;
	margin-right: 10px;
}
.tagBox ul {
	display: inline-block;

}
.tagBox ul li {
	display: inline-block;
}
.tagBox ul li a {
	display: block;
	margin: 0 3px;
	font-size: 13px;
	padding: 5px 10px;
	color: #916396;
	border: 1px solid #916396;
	position: relative;
margin-bottom:5px;
}
.tagBox ul li a:hover, .tagBox ul li a.current {
	background: #916396;
	color: #FFF;
}
.tagBox ul li a.current:before {
	content: "\f00d";
	font-family: 'FontAwesome';
	font-size: 12px;
	margin-right: 5px;
}
/*側邊標題字*/
.sectionTitle {
	font-size: 20px;
	font-weight: normal;
	color: #a88926;
	padding: 0 0 0 40px;
	line-height:30px;
	position: relative;
	border-bottom:2px solid #B59934;
}
.sectionTitle:before {
	display: inline-block;
	content: "";
	width: 25px;
	height: 30px;
	background: url(../images/icon04.png) no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	bottom: 0px;
}
.sectionTitle strong a {
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.sectionTitle strong a:hover {
}
/******頁籤*******/
.tab {
	margin-top: 40px;
text-align:center;
}
.tab a {
	display: inline-block;
	float: none;
	padding: 12px 12px;
	font-size: 15px;
	color: #525252;
}
.tab a.current {
	background:url(../images/but-image.jpg);
	background-size:cover;
	color: #fff;
}
ul.tabContent {
	margin-top: -1px;
	padding: 20px 5px;
	border-top: 1px solid #D3D3D3;
}
ul.tabContent > li {
	display: none;
}
ul.tabContent li .textEditor {
	margin: 0;
}
ul.tabContent h3.sectionTitle {
	display: none;
}
/*側邊_menu*/
.side_menu {
}
.side_menu ul {
	padding-top: 10px;
}
.side_menu ul li {
	border-bottom: 1px solid #bdd6e1;
	position: relative;
}
.side_menu ul li > a {
	display: block;
	padding: 15px;
	font-size: 16px;
	color: #ec888c;
	border-radius: 5px;
}
.side_menu ul li > a:hover {
}
.side_menu ul li > a.current {
	background: #51649A;
	color: #FFF;
}
.side_menu ul li > a b {
	margin-left: 10px;
	font-size: 13px;
	font-weight: normal;
	color: #808080;
}
.side_menu ul li dl {
	padding-left: 25px;
}
.side_menu ul li dl dt a {
	display: block;
	padding: 10px 15px;
	font-size: 14px;
}
.side_menu ul li dl dt a.current {
	color: #000;
	text-decoration: underline;
}
/*側邊_相簿*/
ul.side_album {
	margin-bottom: 30px;
	margin-right: -10px;
}
ul.side_album li {
	float: left;
	width: 33.33%;
	padding: 0 10px 10px 0;
}
ul.side_album li a {
	display: block;
	box-shadow: 2px 2px 5px #c3c3c3;
}
ul.side_album li a img {
	display: block;
	width: 100%;
}
/*側邊_線上訂房*/
.side_booking {
	margin-bottom: 30px;
}
.side_booking a {
	display: block;
	background: #f05b8f;
	border-radius: 4px;
	box-shadow: 0 1px 1px #8D2121;
	font-size: 25px;
	font-weight: bold;
	color: #FFF;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
.side_booking a i {
	display: inline-block;
	font-size: 28px;
	padding: 10px 15px;
	margin-right: 15px;
	border-right: 1px solid #D33434;
	box-shadow: 1px 0 #F38A8A;
}
.side_booking a:hover {
	box-shadow: inset 0 3px 3px #8D2121;
}
/*側邊_聯絡資訊*/
.side_contactInfo ul {
	background: #fff;
	padding: 5px 20px;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.20);
	box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.20);
}
.side_contactInfo ul li {
	margin: 20px 0;
}
.side_contactInfo ul li a {
	font-size: 16px;
	color: #000;
}
.side_contactInfo ul li:hover a {
	color: #B59934
}
.side_contactInfo ul li a i {
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	border: 1px solid #B59934;
	width: 35px;
	height: 35px;
	font-size: 20px;
	color: #B59934;
	line-height: 35px;
	text-align: center;
	border-radius: 100%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.side_contactInfo ul li a img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	border: 1px solid #B59934;
	width: 35px;
	height: 35px;
	font-size: 20px;
	color: #B59934;
	line-height: 35px;
	text-align: center;
	border-radius: 100%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.side_contactInfo ul li:hover a i {
	transform: rotateY(360deg);
	transition: 0.9s;
}
.side_contactInfo ul li:hover a img {
	transform: rotateY(360deg);
	transition: 0.9s;
}
.side_contactInfo ul li a b {
	display: inline-block;
	vertical-align: middle;
	font-weight: normal;
}
/*側邊_房型*/
.side_room {
	margin-bottom: 50px;
}
.side_room ul {
}
.side_room ul li {
}
.side_room ul li .Img {
}
.side_room ul li .Img img {
	width: 100%;
}
.side_room ul li .Txt {
	margin-top: 5px;
}
.side_room ul li .Txt h3 strong a {
	font-size: 16px;
	font-weight: normal;
}
.side_room ul li .Txt h3 strong a:hover {
}
.side_room ul li .Txt p {
	font-size: 13px;
	color: #858383;
	line-height: 1.8;
	max-height: 100px;
	overflow: hidden;
}
.side_room .bx-wrapper .bx-controls-direction a {
	width: 25px !important;
	height: 25px !important;
	top: 0 !important;
	right: 0;
	margin: 0 !important;
}
.side_room .bx-wrapper .bx-prev {
	left: auto;
	right: 25px !important;
	background: url(../images/bx_arrow_square_prev.png) !important;
}
.side_room .bx-wrapper .bx-next {
	background: url(../images/bx_arrow_square_next.png) !important;
}
/*側邊_分享*/
.side_share {
	clear: both;
	display: none;
	margin-top: 30px;
}
.side_share a {
	width: 100%;
	margin-top: 5px;
	display: block;
	padding: 15px 10px;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	color: #FFF;
	text-align: center;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-radius: 4px;
	-web-box-sizing: border-box;
	box-sizing: border-box;
}
.side_share a.line {
	box-shadow: 0 0 0 1px #22a00b;
	border-top: 1px solid #e1ffa9;
	background: #a7e732;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjYTdlNzMyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzUlIiBzdG9wLWNvbG9yPSIjMWZiNTBlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(-45deg, #a7e732 0%, #1fb50e 35%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #a7e732), color-stop(35%, #1fb50e));
	background: -webkit-linear-gradient(-45deg, #a7e732 0%, #1fb50e 35%);
	background: -o-linear-gradient(-45deg, #a7e732 0%, #1fb50e 35%);
	background: -ms-linear-gradient(-45deg, #a7e732 0%, #1fb50e 35%);
	background: linear-gradient(135deg, #a7e732 0%, #1fb50e 35%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7e732', endColorstr='#1fb50e', GradientType=1 );
}
.side_share a.fb {
	box-shadow: 0 0 0 1px #235c9b;
	border-top: 1px solid #8DCFF5;
	background: rgb(93,160,234); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVkYTBlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZDhjZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(93,160,234,1) 0%, rgba(61,140,230,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(93,160,234,1)), color-stop(100%, rgba(61,140,230,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(93,160,234,1) 0%, rgba(61,140,230,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(93,160,234,1) 0%, rgba(61,140,230,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(93,160,234,1) 0%, rgba(61,140,230,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(93,160,234,1) 0%, rgba(61,140,230,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5da0ea', endColorstr='#3d8ce6', GradientType=0 ); /* IE6-8 */
}
.side_share a.gPlus {
	box-shadow: 0 0 0 1px #874138;
	border-top: 1px solid #fd816b;
	background: rgb(214,81,48); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q2NTEzMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMDQ0MmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(214,81,48,1) 0%, rgba(208,68,43,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(214,81,48,1)), color-stop(100%, rgba(208,68,43,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(214,81,48,1) 0%, rgba(208,68,43,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(214,81,48,1) 0%, rgba(208,68,43,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(214,81,48,1) 0%, rgba(208,68,43,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(214,81,48,1) 0%, rgba(208,68,43,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d65130', endColorstr='#d0442b', GradientType=0 ); /* IE6-8 */
}
.side_share a i {
	padding-right: 5px;
	font-size: 18px;
}
.side_share a:active {
}
/*側邊_其他相關訊息*/
.side_news {
	margin: 30px 0;
}
.side_news ul {
	margin-top: 20px;
}
.side_news ul li {
	margin-bottom: 25px;
}
.side_news ul li .Img {
	float: left;
	margin-right: 12px;
	width: 60px;
	overflow: hidden;
}
.side_news ul li .Img a {
	display: block;
}
.side_news ul li .Img img {
	width: 100%;
}
.side_news ul li .Txt {
	overflow: hidden;
}
.side_news ul li .Txt a {
	display: block;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5;
	color:#424242;
}
.side_news ul li .Txt a:hover {
	color:#e88544;
	text-decoration: underline;
}
.side_news ul li .Txt b {
	display: block;
	font-size: 12px;
	color: #999;
	font-weight: normal;
	margin-top: 5px;
}

/**********適應性**********/
/************************/
@media (max-width: 1180px) {/*1160+20(卷軸寬度)*/
.bannerArea:before {
	display: none;
}
.bookArea {
	position:relative;
	width: 100%;
	left:auto;
	margin-left:0;
	bottom: auto;
}
ul.bookBox li {
	width:48%;
	margin:0 1%;
	padding:10px 0;
}
ul.bookBox li:first-child {
	margin:0 1%;
}
ul.bookBox li i {
	display:inline-block;
	position:relative;
	line-height:30px;
	width:30px;
	text-align:right;
	margin:-10px 0 0 0;
	padding:0;
	float:left;
}
.outerWrap {
	padding-top: 60px;
}
.wrap {
	width: 96%;
	padding: 0 2%;
}
header {
	display: none;
}
/*手機翻譯*/
.m_menu .otherlanguage{
    float: none;
text-align:center;}
.m_menu .otherlanguage a{
padding:20px 0 0 0;}

.m_menu .hideBox .m_trans {
	text-align: center;
	padding-top: 30px;
}
.m_menu .hideBox .m_trans > a {
	display: inline-block;
	padding: 8px 15px;
	border: 1px solid #FFF;
	letter-spacing: 1px;
	color: #FFF;
}
.m_menu .hideBox .m_trans > a i {
	margin-left: 5px;
}
/*手機menu*/
.m_menu {
	display: block;
	width: 100%;
	box-shadow: 0 2px 5px rgba(126, 126, 126, 0.68);
	position: fixed;
	top: 0;
	left: 0;
right:0;
	z-index: 9999;
}
.m_menu .mask {
	display: none;
	background: rgba(0,0,0,0.6);
	position: fixed;
	width: 100%;
	height: 100%;
	padding-bottom: 60px;
	top: 0;
	left: 0;
right:0;
	z-index: 10;
}
.m_menu .controlBox {
width:100%;
	background: url(../images/homebg.png);
	position: relative;
	z-index: 99;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.25);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.25);
}
.m_menu .controlBox a.main {
	
	display: block;
	float: left;
	margin-right: 5px;
	width: 50px;
	height: 60px;
	font-size: 20px;
	color: #000;
	line-height: 60px;
	text-align: center;
}
.m_menu .controlBox .m_logo {
	float: left;
}
.m_menu .controlBox .m_logo img {
	display: block;
	width: 150px;
	padding-top: 8px;
}
.m_menu .hideBox {/*手機menu內容*/
	display: none;
	text-align:center;
	background:#0068b7;

	padding: 60px 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	position: fixed;
	left: 0;
	top: 0;
right:0;
	bottom: 0;
	z-index: 11;
	box-sizing: border-box;
}
.m_menu .hideBox p.sp {
	display: none;
	padding: 10px;
	font-size: 13px;
	color: #0068b7;
	background: #fff;
}
.m_menu .mfun {
	display:inline-block;
	margin:0 auto;
	padding: 30px 0;
	text-align: center;
}
.m_menu .mfun a {
	float:left;
	margin: 0 3px;
	display: inline-block;
	font-size: 20px;
	background: #fff;
	color: #0068b7;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 100%;
}
.m_menu .mfun a img{
	float:left;
	width:100%;}
.m_menu .mfun a:hover {
	color:#fff;
	background: #e98543;
}
.m_menu ul.nav {
}
.m_menu ul.nav li {
	opacity: 1;
	border-top: 1px solid #2383cb;
}
.m_menu ul.nav li a {
	padding: 20px 10px;
	display: block;
	font-size: 15px;
	color: #FFF;
	text-align: center;
	position: relative;
}
.m_menu ul.nav li a:hover {
	color:#000;
	background: #fff;
}
.m_menu ul.nav li a i {
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -7px;
}
.m_menu ul.nav li .submenu {
	display: none;
}
.m_menu ul.nav li .submenu a {
	padding: 10px 20px;
}
.m_menu ul.nav li .submenu a:hover {
	color:#fff;
	background: #999;
}
}

@media (max-width:840px) {
footer .row {
	border-top: solid #f4969a 1px;
	border-bottom: solid #da7e81 1px;
	width: 96%;
	padding: 20px 2%;
	min-height: auto;
}
footer .row:after {
	display: none;
}
footer .row:before {
	display: none;
}
footer .row:first-child {
	padding-left: 2%;
	width: 96%;
	border-top: none;
	padding-top: 0;
}
footer .row:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
}

@media (max-width: 767px) {
.goTopBox {
	display: none;
}
footer .fbBox {
	display: block;
	margin: 0;
	text-align: center;
}
/*bread*/
.mainArea .titleBox .bread {
	display: none;
}
/*main*/
.mainArea {
}
.mainArea .wrap {
	padding: 0 20px;
}
.mainArea .cotentBox {
	padding: 20px 0;
}
.mainArea .titleBox h2 em {
	display: block;
	margin: 0;
}
/*footer*/

.translateIbest {
	float: none;
}
/*側邊_分享*/
.side_share {
	clear: both;
	display: block;
	margin-bottom: 30px;
}
}

@media (max-width: 680px){

.mainArea {
background:url(../images/decoration-img03.png) repeat-y top center inherit;
background-size:120% auto;
}

ul.bookBox li {
	width:98%;
	float:none;
}
}


/*640*/
@media (max-width: 640px) {
.mainArea .titleBox h2 {
	float: none;
}
ul.classLink {
	display: none;
}
.m_classLink {
	text-align: center;
	display: block;
	position: relative;
}
.m_classLink a.main {
	display: block;
	font-size: 15px;
	color: #222;
	border: 1px solid #CCC;
	position: relative;
	padding: 10px;
	border-radius: 5px;
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top, #eeeeee 0%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eeeeee 0%, #eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eeeeee 0%, #eeeeee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #eeeeee 0%, #eeeeee 100%); /* IE10+ */
	background: linear-gradient(to bottom, #eeeeee 0%, #eeeeee 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee', GradientType=0 ); /* IE6-9 */
}
.m_classLink a.main i {
	display: block;
	font-size: 15px;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -6px;
}
.m_classLink ul {
	padding: 0;
	list-style: none;
	display: none;
	width: 100%;
	background: #FFF;
	border-radius: 5px;
	border: 1px solid #d1d1d1;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 999;
	box-sizing: border-box;
}
.m_classLink ul li {
	padding: 0;
}
.m_classLink ul li a {
	display: block;
	font-size: 15px;
	padding: 15px 10px;
	color:#000;
	border-top: 1px solid #d1d1d1;
}
.m_classLink ul li:first-child a {
	border: none;
}
.m_classLink ul li a:hover {
	background: #0068b7;
	color: #fff;
}
}

/*480*/
@media (max-width: 480px) {
.col-2 {
	float: none;
	width: 100%;
}
.col-3 {
	float: none;
	width: 100%;
}
.col-4 {
	float: none;
	width: 100%;
}
.col-5 {
	float: none;
	width: 100%;
}
/*頁籤*/
.tab {
}
.tab a {
}
}
/***Hover效果1: 放大淡出***/
.imh_opacity {
	background: #000;
	overflow: hidden;
}
.imh_opacity img {
	transition: all 0.3s linear;
	-webkit-backface-visibility: hidden;
}
.imh_opacity:hover img {
	opacity: 0.8;
	transform: scale(1.05);
}
/***Hover效果1: 放大淡出Detail***/
.imh_detail {
	background: #000;
	overflow: hidden;
}
.imh_detail img {
	transition: all 0.3s linear;
	-webkit-backface-visibility: hidden;
}
.imh_detail a:before {
	display: block;
	content: "Details+";
	padding: 10px 20px;
	font-size: 13px;
	color: #FFF;
	border: 2px solid #FFF;
	opacity: 0;
	position: absolute;
	left: 50%;
	margin-left: -45px;
	top: 50%;
	margin-top: -80px;
	z-index: 99;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.imh_detail:hover a:before {
	opacity: 1;
	margin-top: -20px;
}
.imh_detail:hover img {
	opacity: 0.3;
	transform: scale(1.05);
}
/***Hover效果1: 放大淡出zoom***/
.imh_zoom {
	background: #000;
	overflow: hidden;
	position: relative;
}
.imh_zoom img {
	transition: all 0.3s linear;
	-webkit-backface-visibility: hidden;
}
.imh_zoom a:before {
	display: block;
	font-family: 'FontAwesome';
	content: "\f002";
	font-size: 18px;
	color: #FFF;
	background: #000;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	top: -30px;
	margin-top: -20px;
	margin-left: -20px;
	z-index: 99;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.imh_zoom:hover a:before {
	top: 50%;
}
.imh_zoom:hover img {
	opacity: 0.3;
	transform: scale(1.05);
}
