* ,*:after ,*:before {
	box-sizing: border-box;
}
body {
	font-family: Arial,"Heiti TC","微軟正黑體","Microsoft JhengHei","新細明體","PMingLiU", Sans-Serif;
	line-height: 1.444;
	letter-spacing: 1px;
	-webkit-overflow-scrolling: touch;
}
a {
	text-decoration: none;
	/*-webkit-tap-highlight-color: rgba(64,128,255,0.2);*/
}
a:hover {
	text-decoration: none;
	box-shadow: 0 0 10px #39f;
}
/*a:focus, a:active{
	-webkit-appearance: none;
	box-shadow: 0 0 20px #39f;
}*/
.page {
	width: 100%;
	min-width: 320px;
}
.page-ct {
	width: 100%;
	z-index: 99;
	min-height: 100%;	
	/*-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);*/
}
.function-bar {
	position: fixed;
	width: 210px;
	min-height: 100%;
	height: auto;
	left: 0;
	top: 0;
	-webkit-transform: translate3d(-210px, 0px, 0px);
	transform: translate3d(-210px, 0px, 0px);
	z-index: 100;
	background-color: #47c3ff;
}
.function-bar nav {
	background-color: #47c3ff;
}
.function-bar-open .function-bar {
	position: absolute;
	box-shadow: 0 0 5px #000;
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}
.function-bar-open .page-ct {
	position: fixed;
	/*-webkit-transform: translate3d(210px, 0px, 0px);
	transform: translate3d(210px, 0px, 0px);*/
}
.function-bar ul > li > a {
	display: block;
	width: 210px;
	height: 50px;
	padding: 10px 0 10px 10px;
	border-bottom: 1px solid #6af;
	border-top: 1px solid #9cf;
	color: #333;
	font-weight: bold;
}
.function-bar ul > li > a:after {
	display: inline-block;
	content: '';
	width: 5px;
	height: 5px;
	margin: 10px 10px 0 0;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	float: right;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.function-bar ul > li > a:after {
	display: inline-block;
	content: '';
	width: 5px;
	height: 5px;
	margin: 10px 10px 0 0;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	float: right;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.function-bar .btn-history-switch:after {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-transition: -webkit-transform 0.2s ease 0s;
	transition: transform 0.2s ease 0s;
}
.function-bar .switch-open:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.history-list {
	display: none;
	font-size: 15px;
}
.btn-history-item {
	position: relative;
	background: #faa;
	border-bottom: 1px solid #eee;
}
.btn-history-item > a {
	display: block;
	width: 170px;
	height: 48px;
	padding: 14px 0 0 10px;
	background: #9df;
	color: #444;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.btn-remove-all {
	height: 48px;
	padding: 14px 0 0;
	text-align: center;
	background: #faa;
	cursor: pointer;
}
.no-history {
	height: 48px;
	padding: 14px 0 0;
	text-align: center;
	background: #ddd;
}
.function-bar .icon {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	float: left;
	background: url('../images/sp-icon.png') scroll no-repeat 0 0;
	background-size: 192px 415px;
}
.function-bar .icon-home {
	background-position: -128px 0px;
}
.function-bar .icon-pocket {
	background-position: 0 -32px;
}
.function-bar .icon-login {
	background-position: -32px -32px;
}
.function-bar .icon-bnb {
	background-position: -64px -32px;
}
.function-bar .icon-spot {
	background-position: -96px -32px;
}
.function-bar .icon-gourmet {
	background-position: -128px -32px;
}
.function-bar .icon-booking {
	background-position: 0 -64px;
}
.function-bar .icon-hot {
	background-position: -32px -64px;
}
.function-bar .icon-traveltip {
	background-position: -64px -64px;
}
.function-bar .icon-intro {
	background-position: -96px -64px;
}
.function-bar .icon-fans {
	background-position: -128px -64px;
}
.function-bar .icon-pc {
	background-position: -128px -96px;
}
.function-bar .icon-history {
	background-position: -160px -64px;
}
.function-bar .icon-destination {
	background-position: -160px -32px;
}
.function-bar .icon-rent1 {
	background-position: -160px -96px;
}
.function-bar .icon-rent2 {
	background-position: -160px -128px;
}
.function-bar .at {
	display: inline-block;
	margin: 5px 0 0 10px;
}
.btn-remove {
	position: absolute;
	right: 5px;
	top: 8px;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
.btn-remove:after {
	display: block;
	position: absolute;
	left: 50%;
	top: 8px;
	content: '';
	width: 1px;
	height: 50%;
	background: #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.btn-remove:before {
	display: block;
	position: absolute;
	left: 50%;
	top: 8px;
	content: '';
	width: 1px;
	height: 50%;
	background: #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 45px;
	border-bottom: 1px solid #ccc;
	background-color: #FFF;
	z-index: 95;
}
header h1 {
	height: 45px;
	vertical-align: middle;
	margin: 0 45px;
	padding-left: 28px;
	color: #39f;
	line-height: 45px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	/*overflow: hidden;*/
	text-overflow: ellipsis;
	white-space: nowrap;
}
header h1.index-header {
	text-indent: -600em;
	background: url('../images/logo-funtaiwan.gif') scroll no-repeat center center;
	background-size: 115px 31px;
}
header h1.other-header {
	position: relative;
}
header h1.other-header:before {
	content: '';
	position: absolute;
	top: 8px;
	left: -2px;
	width: 30px;
	height: 30px;
	background: url('../images/sp-icon.png') no-repeat scroll -96px -373px;
	background-size: 192px 415px;
}
header h1 img {
	margin: -3px 0 0;
}
article {
	/*top: 45px;*/
	position: relative;
	padding-top: 45px;
	z-index: 90;
}
footer {
	position: relative;
	/*top: 45px;*/
	min-height: 32px;
	padding: 5px 0;
	background-color: #47c3ff;
	color: #666;
	text-align: center;
}
.footer-index {
	top: 25px;
}
.footer-white {
	border-top: 1px solid #ccc;
	background-color: #fff;
	margin-bottom: 50px;
}
footer a {
	display: inline-block;
}
/*回到頂端的按鈕*/
.btn-to-top {
	position:fixed;
	width: 48px;
	height: 48px;
	right: 20px;
	bottom: -50px;
	z-index: 8000;
	border-radius: 4px;
	background: url('../images/sp-icon.png') scroll no-repeat -144px -367px;
	background-size: 192px 415px;
	background-color: #2EBBFF;
}
.btn-to-top-bg {
	color: #2EBBFF;
}
.btn {
	position: absolute;
	display: block;
	width: 32px;
	height: 32px;
	top: 7px;
	color: #666;
	text-align: center;
	line-height: 40px;
	background: url('../images/sp-icon.png') scroll no-repeat 0 0;
	background-size: 192px 415px;
	border-radius: 4px;
}
.btn-menu {
	background-position: 0 0;
	left : 6px;
}
.btn-menu:before {
	position: absolute;
	top: 0;
	right: -35px;
	width: 30px;
	height: 30px;
	background: url('../images/sp-icon.png') no-repeat scroll -96px -373px;
	background-size: 192px 415px;
}
.btn-search {
	background-position: -32px 0;
	right : 6px;
}
.btn-pc {
	color: #444;
}
.btn-pc:before {
	display: inline-block;
	width: 32px;
	height: 25px;
	content: '';
	vertical-align: middle;
	background: url('../images/sp-icon.png') scroll no-repeat -66px -5px;
	background-size: 192px 415px;
}
.btn-mobile {
	background-position: -100px -2px;
}
/* flipsnap.js style start */
.viewport {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	-webkit-transform: translateZ(0); /* Optional: When heavy at iOS6+ */
}
.flipsnap {
	/*width: 960px;*/
}
.flipsnap:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}
.item {
	float: left;
	width: 100%;
	text-align: center;
	overflow: hidden;
}
.item img {
	display: block; 
	width: 100%;
	margin: 0 auto;
}
.item:not(:first-child) img {
	visibility: hidden;
}

.btn-flip {
	position: absolute;
	display: block;
	width: 48px;
	height: 48px;
	top: 50%;
	margin-top: -24px;
	border-radius: 4px;
}
.btn-flip-prev {	
	left: 0;
}
.btn-flip-next {
	right: 0;
}
.btn-flip span {
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 8px;
	height: 19px;
	margin-left: -4px;
	margin-top: -9px;
	background: url('https://img.fun-taiwan.com/FunTaiwan/Icon/fnf/arrow-bg-new.png') scroll no-repeat 0 0;
	background-size: 16px 37px;
}
.btn-flip-prev span {
	background-position: 0 0;
}
.btn-flip-next span {
	background-position: -8px 0;
}
/* flipsnap.js style end */
.topic-navi {
	min-width: 318px;
	max-width: 636px;
	margin: 5px auto 3px;
	padding-bottom: 6px;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	text-align: center;
}
.topic-navi li {
	position: relative;
	/*display: inline-block;*/
	float: left;
	width: 32%;
	padding-top: 32%;
	background-image:-webkit-linear-gradient(90deg, #CFCFCF 0%, #E7E7E7 100%);
	background-image:-moz-linear-gradient(90deg, #CFCFCF 0%, #E7E7E7 100%);
	background-image:-ms-linear-gradient(90deg, #CFCFCF 0%, #E7E7E7 100%);
	background-image:linear-gradient(0deg, #CFCFCF 0%, #E7E7E7 100%);
}
.topic-navi li:nth-child(3n+1) {
	margin: 0 0.5% 1% 1%;
}
.topic-navi li:nth-child(3n+2) {
	margin: 0 0.5% 1%;
}
.topic-navi li:nth-child(3n+3) {
	margin: 0 1% 1% 0.5%;
}
.topic-navi li:before {
	position: absolute;
	content: '';
	width: 104px;
	height: 102px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background: url('../images/sp-topic.png') scroll no-repeat 0 0;
	background-size: 315px 315px;
	z-index: 2;
}
.topic-navi li:after {
	position: absolute;
	width: 100%;
	height: 30px;
	top: 80px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	color: #333;
	font-weight: bold;
	z-index: 2;
}
.topic-navi li:nth-child(4):before {
	background-position: 0 0;
}
.topic-navi li:nth-child(5):before {
	background-position: -105px 0;
}
.topic-navi li:nth-child(6):before {
	background-position: -210px 0;
}
.topic-navi li:nth-child(1):before {
	background-position: 0 -210px;
}
.topic-navi li:nth-child(2):before {
	background-position: -105px -105px;
}
.topic-navi li:nth-child(3):before {
	background-position: -210px -105px;
}
.topic-navi li:nth-child(1):after {
	content: '目的地';
}
.topic-navi li:nth-child(2):after {
	content: '找主題';
}
.topic-navi li:nth-child(3):after {
	content: '旅遊攻略';
}
.topic-navi li:nth-child(4):after {
	content: '找民宿';
}
.topic-navi li:nth-child(5):after {
	content: '找景點';
}
.topic-navi li:nth-child(6):after {
	content: '找美食';
}
.topic-navi a {
	position: absolute;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	text-indent: -900em;
	z-index: 4;
}
.function-bar-open .right-mask {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.5);
	cursor: pointer;
	z-index: 96;
}
.trans {
	-webkit-transition: -webkit-transform 0.2s ease 0s;
	transition: transform 0.2s ease 0s;
}
/* 2015/12/10 Pedro 暫時用不到 */
/*.page-caption {
	height: 40px;
	padding: 10px 0 0 10px;
	font-size: 18px;
	font-weight: bold;
	text-align: center; 
	color: #39f;
	background-color: #eee;
	border-bottom: 1px solid #c0c0c0;
}*/

/* 找民宿 */
.search-near-item {
	width: 100%;
	height: 75px;
	padding: 17px 0 0;
	background-color: #ff9f00;
	text-align: center;
	color: #fff;
}
.search-near-item.no-ssl {
	height: 40px;
	padding: 0;
	line-height: 40px;
}
.search-near-item a {
	display: block;
	width: 70%;
	height: 40px;
	margin: 0 auto;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	opacity: 0;
}
.search-near-item .at {
	display: block;
	width: 180px;
	margin: 10px auto 0;
	background: url('../images/sp-icon.png') no-repeat scroll 160px -96px;
	background-size: 192px 415px;
}
.find-area {
	width: 100%;
	height: 33px;
	padding: 6px 0 0 10px;
	background-color: #e6e7e8;
}
.area-list {
	width: 100%;
}
.area-list a {
	display: block;
	width: 75%;
	height: 40px;
	padding: 10px 0 0;
	margin: 10px auto;
	color: #333;
	font-weight: bold;
	text-align: center;
	background-color: #e6e7e8;
	border-radius: 4px;
}
/* 找xx搜尋結果 */
.search-type {
	height: 44px;
	padding: 2px;
	border-bottom: 1px solid #ccc;
}
.search-type li {
	width: 32.33%;
	margin: 0 .5%;
	float: left;
}
.search-type a {
	display: block;
	padding: 10px 0 7px;
	color: #fff;
	background-color: #2ebbff;
	text-align: center;
	position: relative;
}
.search-type .current {
	background-color: #f90;
}
.search-type a:before {
	display: block;
	position: absolute;
	left: 7px;
	top: 8px;
	width: 22px;
	height: 22px;
	content: '';
	background: url('../images/sp-icon.png') no-repeat scroll 0 0;
	background-size: 192px 415px;
}
.search-type .btn-bnb:before {
	background-position: -32px -96px;
}
.search-type .btn-spot:before {
	background-position: -64px -96px;
}
.search-type .btn-gourmet:before {
	background-position: -96px -96px;
}
.search-type b {
	display: block;
	position: absolute;
	right: 5px;
	top: 14px;
	color: #ffea00;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
}
.search-result {
	padding: 5px 0;
}
.search-result li {

}
.search-result a {
	display: block;
	min-height: 50px;
	padding: 5px 0 5px 10px;
	color: #39f;
}
.search-result .item-pic {
	display: inline-block;
	width: 26.66%;
	margin-right: 3px;
	vertical-align: top;
}
.search-result .item-ct {
	display: inline-block;
	width: 70%;
	vertical-align: top;
}
.search-result .item-name {
	margin: 0 0 5px;
}
.search-result .item-addr {
	color: #555;
	font-size: 14px;
}
/*2015/12/07改版-start*/
.search-result-new {
	padding: 5px 0;
	overflow: hidden;
}
.search-result-new li {
	float:left;
	width: 50%;
	padding: 0 3%;
	
}
.search-result-new a {
	display: block;
	/*padding: 5px 0 5px 10px;*/
	color: #39f;
}
.search-result-new .item-pic-box-new {
	position: relative;
	width: 100%;
	padding-top: 62.67%;
	overflow: hidden;
}
.search-result-new .item-pic-box-new.index {
	position: relative;
	width: 100%;
	padding-top: 70%;
	overflow: hidden;
}
.search-result-new .item-pic-new {
	position: absolute;
	width: 100%;
	top: 0;
	 
}
.item-pic-box-new.index .item-pic-new {
	top: 0;
	bottom: 0;
	margin:auto;
}
.search-result-new .item-ct-new {
	margin-bottom: 19px;
}
.search-result-new .item-name-new {
	height: 23px;
	margin: 2px 0 0;
	overflow: hidden;
	white-space: nowrap;
}
.search-result-new .item-addr-new {
	height: 20px;
	overflow: hidden;
	white-space: nowrap;
}
.search-result-new .item-addr-new, .search-result-new .item-by-new {
	color: #555;
	font-size: 14px;
}
.result-blog .item-rank-new {
	display: inline-block;
	width: 30px;
	height: 6px;
	margin-right: 10px;
	background: url('../images/sp-icon.png') no-repeat scroll 0 0;
	background-size: 192px 415px;
}
.result-blog .item-date-new {
	display: inline-block;
	color: #555;
	font-size: 14px;
}
.result-blog .item-date-new:before {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 5px;
	background: url('../images/sp-icon.png') no-repeat scroll -96px -125px;
	background-size: 192px 415px;
	content: '';
}
.hotbnb-carousel .search-result-new {
	padding-bottom: 0;
}
.hotbnb-carousel .search-result-new .item-ct-new {
	margin-bottom: 12px;
}
.hotbnb-carousel .owl-controls {
	margin: 0 auto 10px;
}
/*2015/12/07改版-end*/
.pager a {
	display: none;
}
#infscr-loading {
	text-align: center;
}
/* 排序篩選地圖 */
.sort-filter-box {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 1;
}
.sort-filter {
	position: relative;
	height: 48px;
	padding: 3px 1px 3px;
	border-top: 1px solid #ccc;
	background-color: #fff;
	z-index: 1;
}
.sort-filter li {
	width: 32.33%;
	margin: 0 .5%;
	float: left;
}
.sort-filter-2col li {
	width: 49%;
}
.sort-filter a {
	display: block;
	padding: 10px 0 7px;
	color: #000;
	background-color: #e6e7e8;
	text-align: center;
	position: relative;
}
.sort-filter a:after {
	display: block;
	position: absolute;
	right: 15px;
	top: 50%;
	width: 12px;
	height: 8px;
	margin-top: -4px;
	border-top: 0px solid transparent;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-bottom: 8px solid #58c9ff;
	content: '';
}
.sf-panel {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.sf-panel-open {
	/*由js控制*/
}
.sf-panel-inner {
	border-top: 1px solid #ccc;
	background-color: #fff;
	padding: 5px;
}
.sf-panel-inner li {
	margin: 0 0 5px;
	position: relative;
	text-align: center;
}
.sf-panel-inner a {
	display: inline-block;
	width: 100%;
	height: 48px;
	padding: 14px 0 0;
	color: #000;
	background-color: #eee;
	text-align: center;
	font-size: 16px;
}
.sf-panel-inner .active {
	background: #f90;
}
.has-ddl {
	background: #eee;
}
.has-ddl:after {
	display: block;
	position: absolute;
	right: 15px;
	top: 50%;
	width: 12px;
	height: 8px;
	margin-top: -4px;
	content: '';
	border-top: 8px solid #58c9ff;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-bottom: 0px solid transparent;
}
.sf-panel-inner select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	display: block;
	width: 100%;
	height: 48px;
	color: #000;
	border: 0;
	background-color: transparent;
	text-align: center;
	font-size: 16px;
	text-align: center;
}
.sf-panel-inner select:disabled {
	color: #ccc;
}
a.btn-filter-confirm, a.btn-filter-clear {
	width: 49.5%;
}
a.btn-filter-confirm {
	margin-right: 1%;
	color: #fff;
	background-color: #2ebbff;
}
#sfMap {
	/*height: 400px;*/
}

/* 民宿基本頁 旅宿介紹 */
.minsu-tab-list
{
	height: 40px;
	padding: 4px 0;
	border-bottom: 1px solid #b2b2b2;
	margin-bottom: 4px;
}
.minsu-tab-list li {
	float: left;
	width: 25%;
}
.minsu-tab-list a {
	display: block;
	width: 100%;
	height: 32px;
	padding: 6px 0 0;
	text-align: center;
	color: #000;
	letter-spacing: 0;
}
.minsu-tab-list li:not(:first-child) a {
	border-left: 1px solid #b2b2b2;
}
.minsu-tab-list .current {
	color: #ff9900;
	font-weight: bold;
}
.minsu-name {
	height: 40px;
	padding: 10px 0 0 10px;
	font-size: 16px;
	font-weight: bold;
}
/*
** 2015/12/01 minsu.aspx 置入好康優惠專區，因此新增.special-box等新樣式
*/ 
.special-box {
	padding: 10px;
	max-height: 5000em;/*為了安卓舊版的chrome，才加這一行*/
}
.special-box > div {
	background-color: #FFEFB6;
	letter-spacing: 0.08em;
}
.special-box .special-caption {
	position: relative;
	font-weight: bold;
	height: 66px;
	line-height: 25px;
	color: #18A7FF;
	padding: 8px 18px 8px 66px;
	background-color: #FFEFB6;
}
.special-box .special-caption:before {
	position: absolute;
	content: '';
	width: 44px;
	height: 42px;
	top: 12px;
	left: 12px;
	background: url('../images/sp-icon.png') no-repeat scroll 0 -373px;
	background-size: 192px 415px;
}
.special-box .special-desc {
	padding: 0 9px 10px 12px;
}
.special-box .special-duration {
	padding: 3px 6px;
	font-size: 14px;
	text-align: right;
	color: #FF470E;
}
/*
** 2015/12/01--以上新增--
*/
.center-box {
	padding: 0 10px 10px;
	border-bottom: 1px dotted #ccc;
	max-height: 5000em;/*為了安卓舊版的chrome，才加這一行*/
}
.center-box .b-tr {
	display: table-row;
}
.center-box .b-td {
	display: table-cell;
	padding: 5px 0;
}
.center-box .b-td:nth-child(1) {
	width: 45px;
}
.center-box a {
	color: #2EBBFF;
}
/*2016/01/08 Pedro 警語*/
.warnings-hint {
	width: 100%;
	font-size: 13px;
	color: #F00;
}
.func-list {
	text-align: center;
	margin: 10px auto 15px;
}
.func-list li {
	display: inline-block;
	/*width: 22.5%; 4欄時用*/
	width: 30%;
}
.func-list a {
	display: block;
	width: 100%;
	height: 34px;
	padding: 7px 0 0;
	color: #fff;
	background: #ff4c00;
	border-radius: 5px;
}
.func-list a:before {
	display: inline-block;
	/*position: relative;*/
	/*top: -1px;*/
	width: 16px;
	height: 16px;
	margin: 0 1px 0 0;
	vertical-align: middle;
	background: url('../images/sp-icon.png') no-repeat scroll 0 0;
	background-size: 192px 415px;
	content: '';
}
/*2016/01/13 Pedro -125px→-127px -141px→-143px 有把before的位置拉高的效果*/
.func-tel a:before {
	background-position: 0 -127px;
}
.func-map a:before {
	background-position: -16px -127px;
}
.func-mail a:before {
	background-position: 0 -143px;
}
.func-share a:before {
	background-position: -32px -127px;
}
.func-favorites a:before {
	background-position: -48px -127px;
}
/*2019/01/15 Pedro for beanfun*/
.func-share.in-bfapp,
.bottom-booking-box.in-bfapp {
	display: none;
}

.addr-map-marker {
	display: inline-block;
	position: relative;
	top: -2px;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	background: url('../images/sp-icon.png') no-repeat scroll;
	background-size: 192px 415px;
	background-position: -16px -141px;
}
.room-list {
	width: 100%;
	padding: 0 10px;
}
.room-list li {
	width: 100%;
	background: #e6e7e8;
	margin: 10px 0;
	border-radius: 3px;
}
.room-list li > div {
	display: inline-block;
	vertical-align: middle;
}
.room-list li > div:nth-child(1) {
	width: 84%;
	padding: 10px 0 6px 8px;
}
.room-list li > div:nth-child(2) {
	width: auto;
}
/*.room-list li > div:nth-child(3) {
	width: 24%;
	padding: 10px 0 8px;
}
.room-list li > div:nth-child(4) {
	width: auto;
	padding: 6px 0 0;
}*/
.room-list .name, .room-list .people {
	margin-bottom: 5px;
}
.room-list .price {
	display: inline-block;
	width: 50%;
	margin-right: -4px;
}
.room-list .price span {
	color: #09f;
}
.btn-view-room {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 40px;
	text-align: center;
	color: #3498db;
	/*text-indent: -9998px;*/
	background: url('../images/sp-icon.png') no-repeat scroll -64px -125px;
	background-size: 192px 415px;
}
/*房間相機大小class*/
.fa-cam {
   font-size: 1.5em; 
}
.info-box {
	width: 100%;
	margin: 0;
	padding: 0 10px;
	/*border-top: 1px solid #ccc;*/
}
.box-title {
	height: 40px;
	padding: 10px 0 0;
	font-weight: bold;
	color: #39f;
	position: relative;
	cursor: pointer;
}
.box-title:after {
	/*position: absolute;
	right: 0;
	top: 15px;*/
	display: inline-block;
	width: 16px;
	height: 10px;
	margin-left: 6px;
	border-top: 0;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	border-bottom: 10px solid #ff9f00;
	content: "";
	-webkit-transition: -webkit-transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s;
}
.box-close:after {
	-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
	transform: rotate(180deg);
}
.box-ct {
	margin: 0 0 10px;
	line-height: 1.6;
	max-height: 5000em;/*為了安卓舊版的chrome，才加這一行*/
}
/*2017-11-03 minsu.aspx 新增包車租車btn*/
.rt-item {
	position: relative;
	float: left;
	width: 50%;
	height: 40px;
	line-height: 40px;
}
.rt-item span {
}
.box-ct:after {
	content:'';
	display: block;
	height: 0;
	clear: both;
}
.rt-btn {
	position: absolute;
	display: block;	
	top: 0;
	left: 40px;
	overflow: hidden;
}
.rt-btn.btn-1 {width:100px; height:40px;}
.rt-btn.btn-2 {width:100px; height:40px;}
.rt-btn img {
	position: absolute;
	width: 100px;
	left:0;
	overflow: hidden;
}
.rt-btn.btn-1 img {top: 0;}
.rt-btn.btn-2 img {top: -40px;}


.box-close ~ .box-ct {
	display: none;
}
.box-ct ul {
	list-style-type: disc;
	padding: 0 0 0 20px;
}
.box-ct ol {
	list-style-type: decimal;
	padding: 0 0 0 32px;	
}
.box-ct li {
	margin: 0 0 5px;
}
.box-ct p {
	margin: 5px;
}
.btn-room-rate {
	display: block;
	width: 100%;
	height: 40px;
	padding: 8px 0 0;
	margin: 0 auto;
	text-align: center;
	border-radius: 5px;
	background: #e6e7e8;
	color: #333;
}
.ul-col2:after {
	content: '';
	display: block;
	clear: both;
}
.ul-col2 li {
	float: left;
	width: 43%;
	margin: 0 7% 0 0;
}
.owl-neighboring-theme a,
.owl-interest-theme a {
	display: block;
	width: 100%;
	text-align: left;
	color: #000;
	box-shadow: none;
}
.owl-neighboring-theme a:hover,
.owl-interest-theme a:hover {
	box-shadow: none;
}

.booking-box {
	border-top: 1px solid #b2b2b2;
}
.bottom-booking-box {
	position: fixed;
	left: 0;
	bottom: 0px;/*原本是-50，這樣會有動畫的效果卷軸一往下卷就會出現此訂房方塊*/
	width: 100%;
	padding: 0 10px 5px;
	z-index: 1;
	-webkit-transition: bottom 0.3s ease 0s;
	transition: bottom 0.3s ease 0s;
}
.scroll-active .bottom-booking-box {
	bottom: 0;
}
.btn-booking {
	display: block;
	height: 40px;
	margin: 0 auto;
	padding: 9px 0 0;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #ff9f00;
	border-radius: 5px;
}
/* fancybox social shared & 立即訂房 */
#fancyboxShared, #fancyboxBooking {
	display: none;
	width: 250px;
}
#fancyboxEvent {
	display: none;
	width: 290px;
}
#fancyboxShared li:not(:first-child), .partner-list li:not(:first-child) {
	margin: 15px 0 0;
}
.social-icon-list a {
	display: block;
	height: 40px;
	background: #efefef;
	color: #444;
	box-shadow: none;
}
.social-icon-list a:before {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url('../images/sp-icon.png') no-repeat scroll 0 0;
	background-size: 192px 415px;
	content: '';
	vertical-align: middle;
	margin-right: 10px;
}
.social-icon-list a:after {
	display: block;
	width: 7px;
	height: 7px;
	margin: 17px 10px 0 0;
	content: '';
	border-top: 2px solid #ccc;
	border-right: 2px solid #ccc;
	float: right;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.social-icon-list .share-fb:before {
	background-position: 0 -160px;
}
.social-icon-list .share-weibo:before {
	background-position: -80px -160px;
}
.social-icon-list .share-line:before {
	background-position: -40px -160px;
}
.partner-select {
	margin: 0 0 10px;
}
.event-title {
	font-size: 1.4rem;
	line-height: 2;
	text-align: center;
	padding-left: 3px;
	color: #fff;
	background-color: #0e7ff0;
	margin: 0 0 10px;
}
.event-desc {
	padding: 0 10px 10px;
}
.partner-list a {
	display: block;
	height: 40px;
	padding: 5px 0 0;
	background: #efefef;
	box-shadow: none;
	position: relative;
}
.partner-list span[class^='logo-'] {
	display: block;
	width: 100px;
	height: 30px;
	margin: 0 auto;
	vertical-align: middle;
	background: url('../images/sp-icon.png') no-repeat scroll 0 0;
	background-size: 192px 415px;
}
.partner-list span.logo-booking {
	background-position: -50px -205px;
}
.partner-list span.logo-agoda {
	background-position: -50px -265px;
}
.partner-list span.logo-ezding {
	background-position: -50px -235px;
}
.partner-list a:after {
	position: absolute;
	right: 10px;
	top: 17px;
	width: 7px;
	height: 7px;
	content: '';
	border-top: 2px solid #ccc;
	border-right: 2px solid #ccc;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.event-list {
	width: 100%;
	text-align: center;
	padding: 0.5rem 0 0.5rem;
}
.event-list>a {
	display: inline-block;
	margin-right: 2px;
	margin-left: 2px;
	width: 52px;
	height: 52px;
	padding: 4px;
}
.event-list>a>img {
	width: 100%;
}
#fancyboxMap {
	display: none;
	min-width: 250px;
	min-height: 400px;
}
#ggMap {
	min-width: 250px;
	min-height: 360px;
}
.btn-directions {
	display: block;
	height: 40px;
	margin: 0 auto;
	padding: 9px 0 0;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #ff9f00;
}
/* 民宿基本頁 遊記、景點、美食 */
.result-blog .item-meta {
	text-align: right;
}
.result-blog .item-rank {
	vertical-align: middle;
	width: 30px;
	height: 6px;
	margin-right: 10px;
	background: url('../images/sp-icon.png') no-repeat scroll 0 0;
	background-size: 192px 415px;
}
.result-blog .star-0 {
	background-position: 0 -205px;
}
.result-blog .star-1 {
	background-position: 0 -212px;
}
.result-blog .star-2 {
	background-position: 0 -219px;
}
.result-blog .star-3 {
	background-position: 0 -226px;
}
.result-blog .star-4 {
	background-position: 0 -233px;
}
.result-blog .star-5 {
	background-position: 0 -240px;
}
.result-blog .item-name {
	margin: 0;
}
.result-blog .item-date {
	vertical-align: middle;
	color: #555;
	font-size: 12px;
}
.result-blog .item-date:before {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 5px;
	background: url('../images/sp-icon.png') no-repeat scroll -96px -125px;
	background-size: 192px 415px;
	content: '';
}
.result-blog .item-by {
	width: 48%;
	color: #555;
	font-size: 12px;
	float: left;
	margin: 0;
}
/*.result-spot .item-name, .result-gourmet .item-name {
	font-size: 16px;
}*/
.item-meta {
	margin-top: 10px;
	text-align: center;
	font-size: 14px;
	letter-spacing: 0;
}
.item-meta > div {
	display: inline-block;
	width: 33.33%;
	margin: 0 -2px;
	color: #555;
	text-align: left;
}
.item-meta > div[class^='icon']:before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 12px;
	margin-right: 5px;
	background: url('../images/sp-icon.png') no-repeat scroll 0 0;
	background-size: 192px 415px;

}
.item-meta div.icon-popular:before {
	background-position: -112px -125px;
}
.item-meta div.icon-comment:before {
	background-position: -128px -125px;
}
.item-meta div.icon-distance:before {
	background-position: -144px -124px;
}
.item-meta div.icon-note:before {
	background-position: -112px -137px;
}
.item-meta div.icon-eye:before {
	background-position: -128px -137px;
}

/* 搜尋 */
.search-box {
	margin: 10px;
	padding: 5px 5px 5px 8px;
	background: #ececec;
	height: 34px;
	border-radius: 8px;
	position: relative;
}
#txtKeyword {
	width: 78%;
	height: 24px;
	border: 0;
	background: transparent;
	font-size: 16px;
}
#btnSearch {
	display: block;
	width: 24px;
	height: 24px;
	background: #666;
	float: right;
	background: url('../images/sp-icon.png') no-repeat scroll -136px -149px;
	background-size: 192px 415px;
	position: relative;
}
.tag-list {
	margin: 8px;
}
.tag-list div {
	margin-bottom: 3px;
	font-weight: bold;
}
.tag-list div:before {
	display: inline-block;
	content: '';
	width: 22px;
	height: 22px;
	background: url('../images/sp-icon.png') no-repeat scroll 0 0;
	background-size: 192px 415px;
	vertical-align: middle;
	margin-right: 8px;
}
.tag-list div.b-title:before {
	background-position: -32px -300px;
}
.tag-list div.s-title:before {
	background-position: -64px -300px;
}
.tag-list div.g-title:before {
	background-position: -96px -300px;
}
.tag-list li {
	display: inline-block;
	margin: 0 1px 8px 0;
}
.tag-list li a {
	display: block;
	padding: 5px;
	color: #fff;
	background: #ccc;
	border-radius: 3px;
	letter-spacing: 0;
	text-shadow: 0 0 1px rgba(0,0,0,.3);
}
/*.tag-list .b-title {
	color: #69f;
}
.tag-list .g-title {
	color: #9c6;
}
.tag-list .s-title {
	color: #f69;
}*/
.tag-list .b {
	background: #69f;
}
.tag-list .g {
	background: #9c6;
}
.tag-list .s {
	background: #f69;
}
.ps-scrollbar {
	display: none;
	position: absolute;
	left: 50%;
	top: 100%;
	width: 96%;
	height: 215px;
	margin-left: -48%;
	overflow: hidden;
	background: #f6f6f6;
	box-shadow: 5px 5px 10px 0 rgba(0,0,0,.2);
}
.autocomplete-list {}
.autocomplete-list a {
	display: block;
	padding: 10px 10px;
	color: #333;
}
.autocomplete-list a:before {
	display: inline-block;
	content: '';
	width: 22px;
	height: 22px;
	background: url('../images/sp-icon.png') no-repeat scroll 0 0;
	background-size: 192px 415px;
	vertical-align: middle;
	margin-right: 8px;
}
.autocomplete-list a.b:before {
	background-position: -32px -300px;
}
.autocomplete-list a.s:before {
	background-position: -64px -300px;
}
.autocomplete-list a.g:before {
	background-position: -96px -300px;
}
.autocomplete-list a.a:before {
	background-position: -128px -300px;
}

.btn-delete {
	display: none;
	position: absolute;
	right: 15%;
	top: 7px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.btn-delete:before {
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	content: '';
	width: 1px;
	height: 100%;
	background: #555;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btn-delete:after {
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	content: '';
	width: 1px;
	height: 100%;
	background: #555;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/* google map info window style */
.info-win {
	font-family: Arial,"Heiti TC","微軟正黑體","Microsoft JhengHei","新細明體","PMingLiU", Sans-Serif;
	display: block;
	/*width: 220px;*/
	width: 100%;
	font-size: 16px;
	color: #444;
	letter-spacing: 0;
}
.info-win:after {
	display: block;
	content: '';
	clear: both;
}
.info-win:hover {
	box-shadow: none;
}
.info-win .pic {
	display: block;
	float: left;
	/*width: 80px;*/
	width: 33%;
}
.info-win .content {
	display: block;
	float: right;
	/*width: 130px;*/
	width: 64%;
}
.info-win .c-name {
	font-size: 14px;
	margin: 0 0 5px;
	color: #69F;
}
.info-win .c-address {
	font-size: 12px;
}
/* 天氣資訊 */
.weather-box {
	position: absolute;
	left: 0;
	bottom: 5px;
	width: 150px;
	height: 70px;
	color: #fff;
	text-shadow: 0 0 1px rgba(0,0,0,.5);
	z-index: 3;
}
.city-name {
	position: absolute;
	top: -3px;
	left: 5px;
}
.weather-icon {
	display: block;
	position: absolute;
	left: 10px;
	top: 5px;
	width: 60px;
	height: 60px;
}
.weather-h {
	position: absolute;
	bottom: 20px;
	right: 40px;
	font-size: 14px;
	color: #3cf;
}
.weather-l {
	position: absolute;
	bottom: 21px;
	right: 0;
	font-size: 12px;
}

.func-navi {
	border-top: 1px solid #ccc;
	height: 78px;
	padding: 15px 0;
}
/*.func-navi li:not(:last-child) {
	margin: 0 0 8px;
}*/
.func-navi li {
	width: 31.33%;
	float: left;
}
.func-navi li:first-of-type {
	margin-right: 0;
	margin-left: 1.5%;
}
.func-navi li:nth-of-type(2) {
	margin-right: 1.5%;
	margin-left: 1.5%;
}
.func-navi li:last-of-type {
	margin-right: 1.5%;
	margin-left: 0;
}
.func-navi a,
.func-navi div {
	display: block;
	height: 48px;
	padding: 0;
	line-height: 2;
	color: #39f;
	font-weight: bold;
	text-align: center;
	background: #e8e8e8;
	background: -moz-linear-gradient(top, #e8e8e8 0%, #e6e6e6 50%, #cfcfcf 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #e8e8e8), color-stop(50%, #e6e6e6), color-stop(100%, #cfcfcf));
	background: -webkit-linear-gradient(top, #e8e8e8 0%, #e6e6e6 50%, #cfcfcf 100%);
	background: -o-linear-gradient(top, #e8e8e8 0%, #e6e6e6 50%, #cfcfcf 100%);
	background: -ms-linear-gradient(top, #e8e8e8 0%, #e6e6e6 50%, #cfcfcf 100%);
	background: linear-gradient(to bottom, #e8e8e8 0%, #e6e6e6 50%, #cfcfcf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#cfcfcf', GradientType=0 );
}
.func-navi div {
	opacity: 0.3;
}
.func-navi span {
	position: relative;
	vertical-align: middle;
	left: 0;
}
.func-navi span.txt-4 {
	display: inline-block;
	width: 34px;
	line-height: 1.1em;
}
.func-navi a:before,
.func-navi div:before {
	position: relative;
	display: inline-block;
	content: '';
	width: 48px;
	height: 48px;
	left: -6px;
	margin-right: 0;
	background: url('../images/sp-icon.png') no-repeat scroll 0 0;
	background-size: 192px 415px;
	vertical-align: middle;
}
.func-navi a.navi-b:before {
	background-position: 0 -325px;
}
.func-navi a.navi-s:before {
	background-position: -50px -325px;
}
.func-navi a.navi-g:before,
.func-navi a.navi-r:before,
.func-navi div.navi-r:before {
	background-position: -100px -325px;
}
.sub-title {
	height: 40px;
	padding: 16px 10px 0;
	border-top: 1px solid #ccc;
	font-weight: bold;
	color: #39f;
}

/* 自訂房價頁style */
.custom-body {
	/*background: #f3f3f3;*/
	padding: 10px;
}
.custom-body h1 {
	margin: 0 0 1em;
	text-align: center;
}
.custom-info 
{
	/*display: none;*/
	margin: 20px 5px;
}
.custom-info th {
	border: 1px solid #000;
	padding: 5px;
}
.custom-info td {
	border: 1px solid #000;
	padding: 5px;
}
.custom-body p {
	margin: 1em 0;
}
/* Masonry Style - Start */
.grid-wrap {
	width: 96%;
	margin: 4px auto 0;   
}
.g-item {
	/* position: relative; */
	display: block;
	width: 100%;
	color: #000;
	margin: 0 0 10px;
	box-shadow: 1px 1px 4px rgba(0,0,0,.4);
}
.g-item img {
	display: block;
	width: 100%;
	padding: 0 0 7px;
}
.g-item .title {
	padding: 0 7px 5px;
	font-weight: bold;
}
.g-item .has-price {
	position: relative;
}
.g-item .has-price:before {
	position: absolute;
	content: ""attr(data-price)"";
	padding: 5px 12px;
	bottom: 7px;
	right: 0px;
	color: #FFF;
	font-weight: bold;
	background-color: rgba(0, 0, 0, 0.4);
}
.main-gallery .g-item .has-price:before {
	z-index: 10;
}
.main-gallery .owl-item {
	left: -20px;
}
.g-item .discount-ribbon, .g-item .gift-ribbon {
	position: relative;
}
.g-item .discount-ribbon:after, .g-item .gift-ribbon:after {
	position: absolute;
	content: "";
	width: 49px;
	height: 33px;
	top: 15px;
	left: -2px;
	line-height: 37px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	background: url('../images/sp-icon.png') no-repeat scroll -47px -373px;
	background-size: 192px 415px;
}
.g-item .discount-ribbon:after {
	content: "折扣";
}
.g-item .gift-ribbon:after {
	content: "贈禮";
}
.g-item div {
	position: relative;
}
.g-item div .spec-title {
	padding: 0 7px 5px;
	font-weight: bold;
}
.g-item div .spec-location {
	position: absolute;
	top: 2px;
	right: 0;
	padding: 0 7px 5px;
	font-size: 14px;
	text-align: right;
}
.g-item div .spec-location:before {
	content: '';
	display: inline-block;
	width: 13px;
	height: 13px;
	background: url('../images/icon-map.png') scroll no-repeat 0 0;
	background-size: contain;
}
.g-item .desc {
	padding: 0 7px 5px;
}
.g-item div .spec-desc {
	padding: 0 7px 5px;
}
.g-item div .spec-duration {
	padding: 0 7px 5px;
	font-size: 13px;
	text-align: right;
	color: #FF470E;
}
.g-item .address {
	padding: 0 7px 5px;
	font-size: 14px;
	text-align: right;
}
.g-item .address:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url('../images/icon-map.png') scroll no-repeat 0 0;
	background-size: contain;
}

.r-item {
	position: relative;
	display: block;
	width: 100%;
	color: #000;
	margin: 0 0 10px;
	box-shadow: 1px 1px 4px rgba(0,0,0,.4);
}
.r-item .r-img-box {
	position: relative;
	width: 100%;
	padding-top: 62.5%;
	overflow: hidden;
}
.r-item .r-img-box img {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}
.r-item .r-title-box {
	position: absolute;
	width: 100%;
	height: 30px;
	bottom: 0;
	left: 0;
	padding: 0 5px;
	/* font-size: 20px; */
	line-height: 30px;
	color: #fff;
	z-index: 3;
	background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .9) 0%, transparent 100%);
	background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, .9) 0%, transparent 100%);
	background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, .9) 0%, transparent 100%);
	background-image: linear-gradient(0deg, rgba(0, 0, 0, .9) 0%, transparent 100%);
}
/* 2018/01/11 by Pedro： 新增首頁大橫幅的寫法 */
.r-item .r-img-box.index {
	position: relative;
	width: 100%;
	padding-top: 50%;
	overflow: hidden;
}
.main-caro-item {
	position: relative;
	display: block;
	width: 100%;
	color: #000;
	margin: 0;
	box-shadow: 1px 1px 4px rgba(0,0,0,.4);
}
.main-caro-item .main-caro-img-box {
	position: relative;
	width: 100%;
	padding-top: 52.5%;
	overflow: hidden;
}
.main-caro-item .main-caro-img-box img {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}
.main-caro-item .main-caro-title-box {
	position: absolute;
	width: 100%;
	height: 30px;
	bottom: 0;
	left: 0;
	padding: 0 5px;
	/* font-size: 20px; */
	line-height: 30px;
	color: #fff;
	z-index: 3;
	background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .9) 0%, transparent 100%);
	background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, .9) 0%, transparent 100%);
	background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, .9) 0%, transparent 100%);
	background-image: linear-gradient(0deg, rgba(0, 0, 0, .9) 0%, transparent 100%);
}

/*
.grid-item {
	width: 50%;
	height: 98px;
	padding: 3px;
}
.grid-item a {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
	text-indent: -9998px;
}
.grid-item:nth-child(5n-2) {
	width: 40%;
	height: 138px;
}*/
/* Masonry Style - End */
.destination-list li {
	width: 50%;
	float: left;
}
.destination-list a {
	display: block;
	width: 100%;
	height: 115px;
	padding: 40px 0 0;
	background-size: cover;
	background-position: center center;
	color: #fff;
	font-size: 1.7em;
	text-shadow: 0px 0px 3px #000,
				 0px 1px 3px #000,
				 0px 2px 3px #000;
	text-align: center;
}
.destination-list:after {
	content: '';
	display: block;
	clear: both;
}
.taiwan-map-box {
	padding: 20px 0;
	text-align: center;
}
/* 非x不可 */
.fxbk-name {
	height: 40px;
	padding: 10px 0 0 10px;
	font-weight: bold;
	background: #f90;
	color: #fff;
}
.bottom-button-area {
	padding: 10px;
	margin: 10px 0 60px;
}
.btn-detail {
	display: block;
	height: 40px;
	margin: 0 auto;
	padding: 9px 0 0;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #ff9f00;
	border-radius: 5px;
}
/* 旅遊攻略 */
.travel-tip-list a {
	color: #FFF;
}
.travel-tip-list>li {
	position: relative;
	width: 98%;
	margin: 0 auto 3px;
	padding-top: 61.25%;
	background-size: 100%;
	overflow: hidden;
}
.travel-tip-list>li:before {
	position: absolute;
	content: '';
	width: 100%;
	padding-top: 62.5%;
	top: 0;
	background-image:-webkit-linear-gradient(90deg, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, .15) 100%);
	background-image:-moz-linear-gradient(90deg, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, .15) 100%);
	background-image:-ms-linear-gradient(90deg, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, .15) 100%);
	background-image:linear-gradient(0deg, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, .15) 100%);
	z-index: 2;
}
.travel-tip-list>li>img {
	position: absolute;
	width: 100%;
	top: 0;
}
.travel-tip-main {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 4;
}
.travel-tip-main-content {
	display: block;
	/*position: absolute;*/
	width: 100%;
	height: 80%;
	padding: 3% 0 0;
	bottom: 3%;
	/*z-index: 4;*/
	overflow: hidden;
}
.travel-tip-main-link {
	/*position: absolute;*/
	display: block;
	height: 20%;
	top: 0;
	left: 0;
	padding: 1.2% 0 0 4%;
	font-size: 1.7em;
	/*z-index: 3;*/
	/*text-decoration: underline;*/
	text-shadow: 0px 0px 3px #000,
				 0px 1px 3px #000,
				 0px 2px 3px #000;
}
.travel-tip-main-link span {
	color: #e67e22;
	text-decoration: underline;
}
.travel-tip-main-content li {
	float: left;
	width: 41%;
	padding: 2px 5px;
	border-radius: 20px;
	border: 0.15em solid #FFF;
	text-align: center;
}
.travel-tip-main-content li:nth-of-type(odd) {
	margin: 1% 6% 4% 6%;
}
.travel-tip-main-content li:nth-of-type(even) {
	margin: 1% 6% 4% 0;
}
.travel-tip-main-content li a {
	padding: 6px 12px;
	text-shadow: 0px 0px 3px #000,
				 0px 1px 3px #000,
				 0px 2px 3px #000;
}
/*2016/02/16 新增*/
@media screen and (min-width: 451px) {
	.travel-tip-list>li {
		padding-top: 44.1%;
	}
	.travel-tip-list>li:before {
		padding-top: 45%;
	}
	.travel-tip-main-content li {
		width: 45.5%;
		padding: 6px 5px;
	}
	.travel-tip-main-content li:nth-of-type(odd) {
		margin: 1% 3% 3% 3%;
	}
	.travel-tip-main-content li:nth-of-type(even) {
		margin: 1% 3% 3% 0;
	}
}
/* 篩選標籤 */
.filter-tag {
	margin: 7px 10px 0;
}
.filter-tag div {
	position: relative;
	display: inline-block;
	margin: 8px 5px 8px 0;
	padding: 3px 20px 3px 5px;
	color: #fff;
	background: #f69;
	border-radius: 4px;
	cursor: pointer;
}
.filter-tag div:before {
	content: '';
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
	width: 0;
	height: 12px;
	margin-top: -6px;
	border-left: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.filter-tag div:after {
	content: '';
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
	width: 0;
	height: 12px;
	margin-top: -6px;
	border-left: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/*2015/12/09 左右瀏覽折扣資訊*/
/*.main-gallery {
	height: 300px;
}*/
.gallery-cell {
	width: 86%;
	margin: 0 8px;
}
.gallery-cell a {
	display: block;
}
.gallery-cell img {
	width: 100%;
}
/*2016/01/07 Pedro index.aspx 的折扣優惠*/
.hot-deals-box {
	min-width: 318px;
	max-width: 636px;
	margin: 6px auto;
}
.hot-deals-caption {
	width: 98%;
	margin: 3px auto 0;
	padding: 6px 6px 0;
	font-weight: bold;
	color: #3A98FC;
}
.special-edition-box {
	min-width: 318px;
	max-width: 636px;
	margin: 6px auto 0;
}
.hot-deals-list {
	width: 100%;
	margin-top: 4px;
	overflow: hidden;
}
.hot-deals-list li {
	width: 98%;
	margin: 8px auto 0;
	overflow: hidden;
	background-color: #F1F1F1;
}
.hot-deals-list li:first-of-type {
	margin: 0 auto 0;
}
.hot-deals-list a {
	position: relative;
	display: block;
	width: 100%;
	padding-top: 28.5%;
	text-decoration: none;
	overflow: hidden;
}
.hot-deals-list li .hot-deals-content {
	position: absolute;
	width: 100%;
	top: 0;
	background-color: #F1F1F1;
}
.hot-deals-list li .hot-deals-img {
	float: left;
	position: relative;
	width: 38%;
	padding-top: 28.5%;
	overflow: hidden;
}
.hot-deals-list li .hot-deals-img img {
	position: absolute;
	width: 120%;
	height: auto;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
}
/*2016-09-19 民宿特輯的小圖與其他圖片的比例不同*/
.special-edition-box .hot-deals-list li .hot-deals-img img,
.hot-deals-list.ct-se li .hot-deals-img img {
	position: absolute;
	width: 100%;
	height: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.hot-deals-list li .hot-deals-main {
	position: relative;
	float: left;
	width: 62%;
	height: inherit;
	padding: 0.5% 2%;
}
.hot-deals-list li .hot-deals-title {
	width: 100%;			
	height: 1.8em;
	margin-top: 3px;
	line-height: 1.8em;
	font-weight: bold;
	color: #000;
	overflow: hidden;
	white-space: nowrap;
}
.hot-deals-list li .hot-deals-desc {
	width: 100%;
	height: 44px;
	color: #000;
	font-size: 14px;
}
/*
2016/02/16前的寫法 by Pedro
.hot-deals-list li .hot-deals-location {
	width: 100%;
	text-align: right;
	font-size: 14px;
	color: #000;
}*/
.hot-deals-list li .hot-deals-location {
	position: absolute;
	width: 100%;
	bottom: 1px;
	padding: 0 2%;
	text-align: right;
	font-size: 14px;
	color: #000;
}
.hot-deals-list li .hot-deals-location:before {
	content: '';
	position: relative;
	display: inline-block;
	width: 13px;
	height: 13px;
	top: 2px;
	background: url('../images/icon-map.png') scroll no-repeat 0 0;
	background-size: contain;
}
.more-deals-link {
	display: block;
	width: 144px;
	height: 40px;
	padding: 10px 0 0;
	margin: 10px auto;
	color: #333;
	font-weight: bold;
	text-align: center;
	background-color: #e6e7e8;
	border-radius: 4px;
}
@media screen and (max-width: 360px) {
	.hot-deals-list li .hot-deals-title {
		height: 1.2em;
		line-height: 1.2em;
	}
}
/*2016/01/08 Pedro city.aspx的折扣優惠Slider*/
.main-gallery .g-item.more-link {
	position: relative;
}
.main-gallery .g-item .spec-imgbox img {
	padding: 0;
}
.main-gallery .g-item > div:nth-of-type(2) {
	padding-top: 7px;
	height: 103px;
}
.main-gallery .g-item div .spec-location {
	top: 8px;
}
.main-gallery .g-item .has-price:before {
	bottom: 0;
}
.main-gallery .g-item .spec-title {
	width: 61%;
	height: 28px;
	overflow: hidden;
	white-space: nowrap;
}
.main-gallery .g-item .spec-desc {
	height: 45px;
}
.main-gallery .g-item.more-link .spec-imgbox:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 20;
	color: #FFF;
}
.main-gallery .g-item.more-link .spec-imgbox:after {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background: #FFF;
	z-index: 21;
	border-radius: 50%;
	box-shadow: 20px 0 0 #FFF,
				-20px 0 0 #FFF;
}
.main-gallery .g-item.more-link > div:nth-of-type(2) {
	position: relative;
}
.main-gallery .g-item.more-link > div:nth-of-type(2):before {
	position: absolute;
	content: '更多民宿優惠';
	width: 200px;
	height: 30px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	z-index: 19;
	color: #000;
}
.main-gallery .g-item.more-link div .spec-location:before {
	display: none;
}
.hotbnb-carousel.owl-theme .owl-controls {
	margin-top: 0;
}
.hotbnb-carousel.owl-theme .owl-dots .owl-dot span {
	margin: 2px 4px;
}
/* 2016-09-13 by Pedro 因為關掉owl-carousel 關掉自動調整高度的功能，所以這裡要改變owl-main的圖片定位方法 */
.owl-main.owl-carousel .owl-item .img-item,
.owl-main .owl-cell {
	position: relative;
	display: block;
	width: 100%;
	padding-top: 62.5%;
	background-color: #f0f0f0;
}
.owl-main.owl-carousel .owl-item .img-item img,
.owl-main .owl-cell img {
	position: absolute;
	width: auto !important;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
}
.owl-carousel.owl-interest .owl-item a,
.owl-carousel.owl-neighboring .owl-item a {
	position: relative;
	display: block;
	width: 100%;
	padding-top: 62.5%;
}
.owl-carousel.owl-interest .owl-item a img,
.owl-carousel.owl-neighboring .owl-item a img {
	position: absolute;
	/*width: auto !important;
	height: 100%; */  
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
}
.owl-main .owl-cell .bnb-name {
	position: absolute;
	height: 30px;
	bottom: 0;
	right: 0;
	padding-right: 5px;
	text-align: right;
	line-height: 30px;
	color: #fff;
	z-index: 3;
}
.owl-carousel.owl-interest,
.owl-carousel.owl-neighboring,
.ct-padding-1 {
	padding: 5px 0 28px;
}
/* 區域tag暫時不可點x (拿掉x)
.filter-tag .tag-area {
	padding: 3px 5px;
	cursor: default;
}
.filter-tag .tag-area:before, .filter-tag .tag-area:after {
	content: '';
	display: inline;
	position: static;
	right: 0;
	top: 0;
	width: 0;
	height: 0;
	margin-top: 0;
	border-left: none;
	-webkit-transform: none;
	transform: none;
}*/

/* 視窗寬度>960時套用以下樣式 
@media screen and (min-width: 960px) {
.page {
	width: 320px;
	margin: 0 auto;
}

}
*/
/* 2016/08/04 - city.aspx新增下拉選單 */
body.no-scroll {
	overflow: hidden;
}
.dropdown-list {
	position: fixed;
	width: 100%;
	height: 100%;
	/* padding-top: 10%; */
	top: 0;
	left: -100%;
	opacity: 0;
	background: rgba(255, 255, 255, 1);
	z-index: 98;
	transition: opacity .2s linear 0s, left 0s linear .2s;
}
.dropdown-list.active {
	left: 0;
	opacity: 1;
	transition: opacity .2s linear .2s;
}
.dropdown-list:after {
	display: block;
	content: '';
	clear: both;
}
.dropdown-title {
	height: 45px;
	margin: 0 45px;
	padding-top: 10px;
	padding-left: 28px;
	color: #39f;
	vertical-align: middle;
	font-size: 18px;
	font-weight: bold;
	text-indent: 1em;
	text-align: center;
	background: #FFF;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.dropdown-title:after {
	display: inline-block;
	content: '';
	width: 0;
	height: 0;
	margin-left: 6px;
	border: 8px solid transparent;
	border-top-color: #39f;
	border-right-width: 4px;
	border-bottom-width: 2px;
	border-left-width: 4px;
}
.dropdown-list a {
	display: block;
	position: relative;
	float: left;
	width: 30%;
	height: 36px;
	top: 10px;
	margin-top: 5%;	
	margin-right: 2.5%;
	line-height: 36px;
	text-align: center;
	text-decoration: none;
	color: #39f;
	background: #f0f0f0;
	border: 1px solid rgba(200,200,200);
	border-bottom: 4px solid #ccc;
	border-radius: 4px;
}
.dropdown-list a.active {
	color: #fff;
	background: #39f;
	border-bottom-color: #57f;
}
.dropdown-list a:nth-of-type(3n+1) {
	margin-left: 2.5%;
}
/*2016/09/06改版*/
@media screen and (max-width: 480px) {
	header h1.long {
		font-size: 15px;
	}
}
@media screen and (max-width: 375px) {
	header h1.long {
		font-size: 11px;
	}
}

/*2017/05/18 ADSense 新增google廣告欄位*/
.goo_a {width: 100%}
.goo_a_set1 {
	margin: 8px 0;
	text-align: center;
}
.goo_a_title {
	height: 30px;
	padding: 0 10px;
	font-weight: bold;
	color: #39f;
	position: relative;
	cursor: pointer;
}
/*2017/07/04 minsu.aspx 新增幣別select*/
.ph-10 {padding: 0 10px;}
.ddl-cur {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	border: 1px soilid #666;
	border-radius: 2px;
}
/*2018/05/28 minsu.aspx 新增收錄懶人包按鈕*/
.sp-btn-div {
	display: block;
	padding: 10px;
	line-height: 1.5;
	background-color: #09f;
	color: #fff;
	border-radius: 3px;
	margin-top: 5px;
}
.sp-btn-div a {
	color: #fff;
	text-decoration: underline;
}

/* 2019/10/03 minsu.aspx 新增導向主題網的(右上角)滑動提示 */
.link-tip {
	position: fixed;
	display: none;
	width: 352px;
	height: 56px;
	padding: 8px 0px 8px 64px;
	top: 90px;
	right: -335px;
	font-size: 14px;
	line-height: 20px;
	z-index: 150;
	color: #000;
	background-color: #fff;
	overflow: hidden;
	font-weight: bold;
	border-radius: 3px 0 0 3px;
	-webkit-box-shadow: 0 0 6px rgba(100,100,100,.9);
	box-shadow: 0 0 6px rgba(100,100,100,.9);
	cursor: pointer;
}
.not-top.link-tip.animate-tip {
	top: 49px;
	-webkit-transition: right 0.6s ease-out,top 0.2s ease-out;
	transition: right 0.6s ease-out,top 0.2s ease-out;
}
.tend.link-tip.animate-tip,
.not-top.tend.link-tip.animate-tip {
	top: 20px;
	-webkit-transition: right 0.6s ease-out,top 0.2s ease-out;
	transition: right 0.6s ease-out,top 0.2s ease-out;
}

.link-tip.animate-tip {
	-webkit-transition: right 0.6s ease-out,top 0.2s ease-out;
	transition: right 0.6s ease-out,top 0.2s ease-out;
}
.link-tip.active.animate-tip {
	right: 0;
	-webkit-transition: right 0.6s ease-out,top 0.2s ease-out;
	transition: right 0.6s ease-out,top 0.2s ease-out;
}
.btn-link-tip {
	position: absolute;
	display: block;
	width: 56px;
	height: 56px;
	top: 0;
	left: 0;
	background: url('../images/icon-tip.png') 2px 2px no-repeat;
	background-size: 52px 52px;
}