/* -----------------------------
 * 全站共用的樣式
 * 1. reset
 * 2. header
 * 3. nav
 * 4. footer
 * 5. page go top
 * 6. typography
 * ----------------------------- /

/*
 * reset
 */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

	*:before,
	*:after {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	color: #000;
	background-color: #f6f6f6;
	line-height: 1;
	font-family: Helvetica, 'Microsoft JhengHei', '微軟正黑體', sans-serif;
}

/* Correct `block` display not defined in IE 8/9. */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	background: transparent;
	text-decoration: none;
	color: inherit;
}

	a:focus, a:active, a:hover {
		outline: 0;
	}

/* Address differences between Firefox and other browsers.*/
hr {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

/* Remove border when inside `a` element in IE 8/9. */
img {
	border: 0;
}

/*
 * header
 */
.header {
	width: 100%;
	position: relative;
}

.header-wrap {
	width: 100%;
	height: 60px;
	z-index: 9999;
	/*background-color: #14b0bf;*/
	background-color: #5ebdec;
}

@media only screen and (max-width: 767px) {
	.header-wrap {
		position: static;
		background-color: #14b0bf;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.header-wrap {
		position: static;
	}
}

.header-logo {
	padding: 0;
	margin: 0;
}

@media only screen and (max-width: 767px) {
	.header-logo {
		/*width: 25%;*/
		position: absolute;
		left: 50%;
		top: 3%;
		-webkit-transform: translate(-50%);
		-ms-transform: translate(-50%);
		transform: translate(-50%);
        z-index: 999;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.header-logo {
		width: 30%;
		position: absolute;
		left: 50%;
		top: 0;
		-webkit-transform: translate(-50%);
		-ms-transform: translate(-50%);
		transform: translate(-50%);
	}
}

@media only screen and (min-width: 1024px) {
	.header-logo {
		width: 11%;
		float: left;
	}
}

.header-logo img {
	display: block;
	/*margin: 0 auto;*/
	width: 100%;
	margin: 5px 0px 0px 30px;
}

@media only screen and (max-width: 415px) {
	.header-logo img {
		width: 90%;
	}
}

@media (min-width: 416px) and (max-width: 625px) {
	.header-logo img {
		width: 100%;
	}
}

@media (min-width: 626px) and (max-width: 991px) {
	.header-logo img {
		width: 78%;
	}
}

@media (min-width: 992px) and (max-width: 1280px) {
	.header-logo img {
		width: 100%;
	}
}

/*@media (min-width: 1281px) {
	.header-logo img {
		width: 30%;
	}
}*/

.header-right-wrap {
	/*height: 74px;*/
	float: left;
	z-index: 8888;
}

	.header-right-wrap:after, .header-right-wrap:before {
		content: " ";
		display: table;
	}

	.header-right-wrap:after {
		clear: both;
	}

@media only screen and (max-width: 767px) {
	.header-right-wrap {
		width: 40%;
		position: absolute;
		right: 0;
		top: 3%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.header-right-wrap {
		width: 30%;
		position: absolute;
		right: 0;
		top: 0;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1040px) {
	.nav {
		width: 35%;
	}
}
@media only screen and (min-width: 1041px) {
	.nav {
		width: 22%;
	}
}




.header-right-wrap .box-wrap {
	text-align: center;
	float: left;
	position: relative;
	margin-top: 15px;
}

@media only screen and (max-width: 767px) {
	.header-right-wrap .box-wrap {
		width: 100%;
		float: none;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.header-right-wrap .box-wrap {
		width: 100%;
		float: none;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1040px) {
	.header-right-wrap .box-wrap {
		width: 40%;
		float: left;
	}
}
@media only screen and (min-width: 1041px) {
	.header-right-wrap .box-wrap {
		width: 71%;
		/*padding: 5px;*/
	}
}

.header-right-wrap .box-wrap--short {
	text-align: center;
	float: left;
	position: relative;
	margin-top: 15px;
}

@media only screen and (max-width: 767px) {
	.header-right-wrap .box-wrap--short {
		width: 100%;
		float: none;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.header-right-wrap .box-wrap--short {
		width: 100%;
		float: none;
	}
}

@media only screen and (min-width: 1024px) {
	.header-right-wrap .box-wrap--short {
		width: 20%;
		float: left;
		/*padding: 5px;*/
	}
}

/*
 * nav
 */
.nav {
	float: left;
	z-index: 99;
	overflow: hidden;
	text-align: center;
	font-family: Helvetica, "Microsoft JhengHei", "微軟正黑體", sans-serif;
}

	.nav:after, .nav:before {
		content: " ";
		display: table;
	}

	.nav:after {
		clear: both;
	}

@media only screen and (max-width: 767px) {
	.nav {
		width: 100%;
		position: absolute;
		left: 0;
		top: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.nav {
		width: 100%;
		position: absolute;
		left: 0;
		top: 0;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1040px) {
	.nav {
		width: 55%;
	}
}
@media only screen and (min-width: 1041px) {
	.nav {
		width: 60%;
	}
}

.nav a {
	color: #fff;
	text-decoration: none;
}

@media only screen and (max-width: 767px) {
	.nav a {
		color: #000;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.nav a {
		color: #000;
	}
}

.navButtonBar {
	display: none;
	overflow: hidden;
}

@media only screen and (max-width: 767px) {
	.navButtonBar {
		width: 100%;
		display: block;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.navButtonBar {
		width: 100%;
		display: block;
	}
}

@media only screen and (min-width: 1024px) {
	.navButtonBar {
		display: none;
	}
}

.nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.navList-wrap {
	float: left;
	position: relative;
	left: 50%;
}

@media only screen and (max-width: 767px) {
	.navList-wrap {
		float: none;
		position: static;
		margin-top: 12px;
		background-color: rgba(255, 255, 255, 0.8);
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.navList-wrap {
		float: none;
		position: static;
		margin-top: 12px;
		background-color: rgba(255, 255, 255, 0.8);
	}
}

.navList {
	float: left;
	position: relative;
	left: -50%;
	height: 100%;
	display: block;
}

	.navList:after, .navList:before {
		content: " ";
		display: table;
	}

	.navList:after {
		clear: both;
	}

@media only screen and (max-width: 767px) {
	.navList {
		width: 100%;
		float: none;
		position: static;
		max-height: 0;
		-webkit-transition-property: all;
		transition-property: all;
		-webkit-transition-duration: 1.0s;
		transition-duration: 1.0s;
		-webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
		transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.navList {
		width: 100%;
		float: none;
		position: static;
		max-height: 0;
		-webkit-transition-property: all;
		transition-property: all;
		-webkit-transition-duration: 1.0s;
		transition-duration: 1.0s;
		-webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
		transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
	}
}

.navList.is-opened {
	overflow-y: hidden;
	max-height: 666px;
	/* approximate max height */
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.8s;
	transition-duration: 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.17, 0.04, 0.03, 0.94);
	transition-timing-function: cubic-bezier(0.17, 0.04, 0.03, 0.94);
}

.navList li {
	float: left;
	position: relative;
	font-size: 18px;
}

@media only screen and (max-width: 767px) {
	.navList li {
		float: none;
		width: 100%;
		height: auto;
		line-height: 60px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .navList li {
        float: none;
        width: 100%;
        height: auto;
        line-height: 60px;
    }
}

@media only screen and (min-width: 1024px) {
	.navList li.now-page {
		border-bottom: 3px solid #fff;
	}
}

.navList li:last-of-type {
	background-color: #999;
}

.navList li a {
	position: relative;
	display: block;
	padding: 0 5px;
	font-weight: bold;
}

@media only screen and (min-width: 1024px) {
	.navList li a {
		padding: 12px 5px;
		margin-top: -webkit-calc(( 74px - 45px ) / 2);
		margin-top: calc(( 74px - 45px ) / 2);
	}
}

.navList li a img {
	vertical-align: middle;
}

/* nav 第二層 */
.navList li ul {
	position: absolute;
	left: -9999px;
	top: 74px;
	z-index: 9999;
}

.navList > li.is--open > ul {
	left: 0;
}

@media only screen and (max-width: 767px) {
	.navList > li.is--open > ul {
		position: static;
	}
}

.navList li li a {
	position: relative;
	z-index: 100;
	width: 200px;
	height: 40px;
	line-height: 40px;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 0;
	margin: 0;
	color: #8d8d8d;
}

@media only screen and (max-width: 767px) {
	.navList li li a {
		width: 100%;
	}
}

.navList li li:not(:first-child) {
	border-top: 1px solid #000;
}

/*
 * footer
 */
.footer {
	width: 100%;
	position: relative;
}

@media only screen and (max-width: 767px) {
	.footer {
		background-color: #00141A;
		background-image: none;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.footer {
		background-color: #00141A;
		background-image: none;
	}
}

@media only screen and (min-width: 1024px) {
	.footer {
		/*background-image: url("https://www.taiwan2go.com/upload/img/footer_bg.jpg");*/
		background-color: #00141a;
		background-size: cover;
		background-position: center center;
		padding-top: 30px
	}
}

.footer a {
	color: #fff;
}

	.footer a:hover {
		color: #00a2ea;
	}

@media only screen and (max-width: 767px) {
	.footer-logo-wrap {
		width: 100%;
		float: none;
		margin: 20px auto;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.footer-logo-wrap {
		width: 100%;
		float: none;
		margin: 20px auto;
	}
}

@media only screen and (min-width: 1024px) {
	.footer-logo-wrap {
		width: -webkit-calc( 15% - 10px);
		width: calc( 15% - 10px);
		float: left;
		/*margin-top: 32px;*/
		margin-left: 10px;
	}
}

.footer-logo-wrap img {
	width: 100%;
	height: auto;
	max-width: 164px;
	display: block;
	margin: 0 auto;
}

@media only screen and (max-width: 767px) {
	.footer-menu-wrap {
		width: 100%;
		float: none;
		margin: 20px auto 45px auto;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.footer-menu-wrap {
		width: 100%;
		float: none;
		margin: 20px auto 20px;
	}
}

@media only screen and (min-width: 1024px) {
	.footer-menu-wrap {
		width: 50%;
		float: left;
		margin-top: 55px;
	}
}

.footer-menu-wrap .footer-menu-ul {
	text-align: center;
	font-family: Helvetica, "Microsoft JhengHei", "微軟正黑體", sans-serif;
}

@media only screen and (max-width: 767px) {
	.footer-menu-wrap .footer-menu-ul {
		width: 50%;
		float: left;
		margin: 20px auto;
		min-height: 140px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.footer-menu-wrap .footer-menu-ul {
		width: 50%;
		float: left;
		margin: 20px auto;
		min-height: 140px;
	}
}

@media only screen and (min-width: 1024px) {
	.footer-menu-wrap .footer-menu-ul {
		width: 25%;
		float: left;
	}
}

.footer-menu-wrap .footer-menu-ul li {
	font-weight: 400;
	color: #fff;
}

	.footer-menu-wrap .footer-menu-ul li:first-of-type {
		font-size: 18px;
		line-height: 25px;
		font-weight: bold;
		letter-spacing: 0.1em;
		padding-bottom: 5px;
	}

	.footer-menu-wrap .footer-menu-ul li:not(:first-child) {
		font-size: 14px;
		line-height: 1.25;
	}

@media only screen and (min-width: 1024px) {
	.footer-menu-wrap .footer-menu-ul li:not(:first-child) {
		display: block;
	}
}

.footer-menu-wrap .footer-menu-ul a {
	display: block;
	padding: 5px 10px;
	min-width: 90px;
}

@media only screen and (max-width: 767px) {
	.footer-social-info-wrap {
		width: 100%;
		float: none;
		margin: 20px auto 45px auto;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.footer-social-info-wrap {
		/*width: 100%;*/
		float: left;
		margin: 20px auto 20px;
	}
}

@media only screen and (min-width: 1024px) {
	.footer-social-info-wrap {
		width: 50%;
		float: left;
		/*margin-top: 57px;*/
	}
}

@media only screen and (max-width: 767px) {
	.footer-social-info-wrap {
		width: 100%;
		margin: 20px auto 45px auto;
		/*min-width: 320px;*/
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.footer-social-info-wrap {
		width: 50%;
		margin: 20px auto 45px auto;
		min-width: 320px;
	}
}

.footer-social-info-wrap .footer-social-wrap {
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.footer-social-info-wrap .footer-social-wrap {
		margin: 10px 0;
		text-align: center;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.footer-social-info-wrap .footer-social-wrap {
		margin-top: 0;
		text-align: left;
	}
}

@media only screen and (min-width: 1024px) {
	.footer-social-info-wrap .footer-social-wrap {
		margin-bottom: 10px;
		padding-left: 10px;
		text-align: left;
	}
}

.footer-social-info-wrap .footer-social-wrap li {
	display: inline-block;
	max-width: 46px;
	max-height: 46px;
}

@media only screen and (max-width: 767px) {
	.footer-social-info-wrap .footer-social-wrap li {
		width: -webkit-calc( 100% / 6);
		width: calc( 100% / 6);
		margin: 5px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.footer-social-info-wrap .footer-social-wrap li {
		width: -webkit-calc( 100% / 6);
		width: calc( 100% / 6);
		margin: 20px;
	}
}

.footer-social-info-wrap .footer-social-wrap li a {
	display: block;
	width: 100%;
	height: inherit;
}

.footer-social-info-wrap .footer-social-wrap img {
	width: 100%;
	height: auto;
	display: block;
}

.footer-info-wrap {
	font-family: Helvetica, "Microsoft JhengHei", "微軟正黑體", sans-serif;
}

	.footer-info-wrap ul {
		padding: 0 15px;
		letter-spacing: 0.07em;
	}

		.footer-info-wrap ul li {
			font-size: 14px;
			line-height: 26px;
			font-weight: 400;
			color: #fff;
		}

.footer-contact-wrap {
	padding: 15px 0;
	font-family: Helvetica, "Microsoft JhengHei", "微軟正黑體", sans-serif;
	text-align: center;
}

	.footer-contact-wrap ul {
		padding: 8px 10px;
		letter-spacing: 0.1em;
	}

@media only screen and (min-width: 1024px) {
	.footer-contact-wrap ul {
		padding-bottom: 0;
	}
}

.footer-contact-wrap ul li {
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
	color: #fff;
}

@media only screen and (min-width: 1024px) {
	.footer-contact-wrap ul li {
		display: inline-block;
		padding: 0 20px;
	}
}

.footer-contact-wrap p {
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
	color: #fff;
}

@media only screen and (min-width: 1024px) {
	.footer-contact-wrap p {
		padding-top: 0;
	}
}


/*
 * 頁面 go top
 */
#page-go-top {
	font-size: 32px;
	position: fixed;
	width: 52px;
	height: 52px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	margin: 0;
	padding: 0;
	right: 30px;
	bottom: 100px;
	top: auto;
	z-index: 999;
	cursor: pointer;
	-webkit-box-shadow: 0 0 3px #14b0bf;
	box-shadow: 0 0 3px #14b0bf;
	opacity: 0;
	background-color: #14b0bf;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-duration: 1.0s;
	transition-duration: 1.0s;
	-webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

	#page-go-top:before {
		content: '';
		display: block;
		width: 23px;
		height: 4px;
		background: #fff;
		position: absolute;
		left: 19px;
		top: 22px;
		-webkit-transform: rotate(54deg);
		-ms-transform: rotate(54deg);
		transform: rotate(54deg);
	}

	#page-go-top:after {
		content: '';
		display: block;
		width: 23px;
		height: 4px;
		background: #fff;
		position: absolute;
		left: 8px;
		top: 22px;
		-webkit-transform: rotate(-54deg);
		-ms-transform: rotate(-54deg);
		transform: rotate(-54deg);
	}

	#page-go-top.is-showed {
		opacity: 1;
		-webkit-transition-property: opacity;
		transition-property: opacity;
		-webkit-transition-duration: 1.0s;
		transition-duration: 1.0s;
		-webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
		transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
	}

/*
 * typography
 */
p {
	padding: 8px 10px;
	margin: 0;
	color: #0F0F0F;
}

@media only screen and (max-width: 767px) {
	p {
		font-size: 18px;
		letter-spacing: 0.1em;
		line-height: 1.25;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	p {
		font-size: 18px;
		letter-spacing: 0.08em;
		line-height: 1.3;
	}
}

@media only screen and (min-width: 1024px) {
	p {
		font-size: 19px;
		letter-spacing: 0.07em;
		line-height: 1.35;
	}
}

h1 {
	font-size: 1.5em;
	letter-spacing: 0.06em;
	line-height: 1.4;
	padding: 8px 10px;
	margin: 0;
}

h2 {
	font-size: 1.4em;
	letter-spacing: 0.06em;
	line-height: 1.4;
	padding: 8px 10px;
	margin: 0;
}

h3 {
	font-size: 1.3em;
	letter-spacing: 0.06em;
	line-height: 1.4;
	padding: 8px 10px;
	margin: 0;
}

h4 {
	font-size: 1.2em;
	letter-spacing: 0.06em;
	line-height: 1.4;
	padding: 8px 10px;
	margin: 0;
}

h5 {
	font-size: 1.1em;
	letter-spacing: 0.06em;
	line-height: 1.4;
	padding: 8px 10px;
	margin: 0;
}

/*--景點--*/
.Touristh3 {
	display: block;
	font-size: 1.17em;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	font-weight: bold;
}

.box {
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
}

.pad10 {
	padding: 10px;
}

.list-title {
	position: relative;
	font-size: 22px;
	overflow: hidden;
}

	.list-title a {
		font-family: Helvetica, 'Microsoft JhengHei', '微軟正黑體', sans-serif;
		font-weight: bolder;
		display: inline-block;
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		color: #E25355;
	}

		.list-title a:hover {
			color: #14B0BF;
		}

.location-list {
	margin-right: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 12px;
}

.location-item {
	display: inline-block;
	vertical-align: middle;
	max-width: 230px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.postMeta-feedSummery {
	position: relative;
	font-size: 14px;
	color: #6f7b8a;
	vertical-align: top;
}

.score-list {
	font-size: 0;
	vertical-align: middle;
	margin-bottom: 12px;
}

.score-num {
	margin-right: 8px;
	font-weight: bold;
	font-size: 18px;
	color: #6f7b8a;
	display: inline-block;
}

.score-count {
	margin-left: 10px;
	color: #95989a;
	font-size: 14px;
}

.search-info-list {
	margin-bottom: 12px;
}

.search-info-item {
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	padding: 4px 13px;
	background-color: #eee;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	font-size: 14px;
	color: #6f7b8a;
}

.info-item {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	color: #95989a;
	font-size: 12px;
}

.Tourist_header_bg {
	display: block;
	-moz-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 200px;
}

@media (min-width: 768px) {
	.Tourist_header_bg {
		height: 200px;
	}
}

.Tourist_header_bg .title {
	margin: 0 .5rem;
	font-family: "PingFang TC", "PingFang SC", Arial, "Heiti TC", "Microsoft JhengHei", "Lantinghei SC", "Open Sans", "Hiragino Sans GB", "Microsoft YaHei", 微软雅黑, STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif;
	white-space: nowrap;
	position: relative;
	top: 20%;
	font-size: 4em;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 1);
	color: #fff;
	border: none;
	font-weight: 700;
	text-transform: none;
}

.Tourist_header_bg .subheader {
	margin: 0 .5rem;
	font-family: "PingFang TC", "PingFang SC", Arial, "Heiti TC", "Microsoft JhengHei", "Lantinghei SC", "Open Sans", "Hiragino Sans GB", "Microsoft YaHei", 微软雅黑, STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif;
	white-space: nowrap;
	position: relative;
	top: 20%;
	font-size: 3em;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.8);
	color: #fff;
	border: none;
	font-weight: 700;
	text-transform: none;
}

.ui.searchbar.container {
	height: 113px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.searchbar {
	max-width: 700px !important;
}

.ui.container {
	display: block;
	max-width: 100%!important;
}

@media only screen and (max-width:767px) {
	.ui.container {
		width: auto!important;
		margin-left: 1em!important;
		margin-right: 1em!important;
	}

	.ui.grid.container {
		width: auto!important;
	}

	.ui.relaxed.grid.container {
		width: auto!important;
	}

	.ui.very.relaxed.grid.container {
		width: auto!important;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.ui.container {
		width: 723px;
		margin-left: auto!important;
		margin-right: auto!important;
	}

	.ui.grid.container {
		width: calc(723px + 2rem)!important;
	}

	.ui.relaxed.grid.container {
		width: calc(723px + 3rem)!important;
	}

	.ui.very.relaxed.grid.container {
		width: calc(723px + 5rem)!important;
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.ui.container {
		width: 933px;
		margin-left: auto!important;
		margin-right: auto!important;
	}

	.ui.grid.container {
		width: calc(933px + 2rem)!important;
	}

	.ui.relaxed.grid.container {
		width: calc(933px + 3rem)!important;
	}

	.ui.very.relaxed.grid.container {
		width: calc(933px + 5rem)!important;
	}
}

@media only screen and (min-width:1200px) {
	.ui.container {
		width: 1127px;
		margin-left: auto!important;
		margin-right: auto!important;
	}

	.ui.grid.container {
		width: calc(1127px + 2rem)!important;
	}

	.ui.relaxed.grid.container {
		width: calc(1127px + 3rem)!important;
	}

	.ui.very.relaxed.grid.container {
		width: calc(1127px + 5rem)!important;
	}
}

.ui.text.container {
	font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
	max-width: 700px!important;
	line-height: 1.5;
}

.ui.text.container {
	font-size: 1.14285714rem;
}

.ui.fluid.container {
	width: 100%;
}

.ui[class*="left aligned"].container {
	text-align: left;
}

.ui[class*="center aligned"].container {
	text-align: center;
}

.ui[class*="right aligned"].container {
	text-align: right;
}

.ui.justified.container {
	text-align: justify;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.ui.segment:last-child {
	margin-bottom: 0;
	margin-top: 0;
}

.ui.search {
	font-size: 1em;
	position: relative;
}

.uiinput {
	/*border: 3px solid rgba(226,83,85,1);*/
}

.ui.search .prompt {
	border-radius: 500rem;
}

.ui.input input:active, .ui.input.down input {
	border-color: rgba(226,83,85,1);
	background: #fafafa;
	color: rgba(0,0,0,.87);
	box-shadow: none;
}

.ui.icon.input input {
	padding-right: 2.67142857em!important;
}

.ui.fluid.input > input {
	width: 0!important;
}

.ui.fluid.input {
	display: flex;
}

i.icon {
	display: inline-block;
	opacity: 1;
	margin: 0 .25rem 0 0;
	width: 1.18em;
	height: 1em;
	font-family: Icons;
	font-style: normal;
	font-weight: 400;
	text-decoration: inherit;
	text-align: center;
	speak: none;
	font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

i.icon, i.icons {
	font-size: 1em;
}

.ui.icon.input > i.icon {
	cursor: default;
	position: absolute;
	line-height: 1;
	text-align: center;
	top: 0;
	right: 0;
	margin: 0;
	height: 100%;
	width: 2.67142857em;
	opacity: .5;
	border-radius: 0 .28571429rem .28571429rem 0;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.search.fa-search {
	cursor: pointer;
}

.ui.icon.input > i.fa-search:not(.link) {
	pointer-events: none;
}

.ui.icon.input > i.icon:after, .ui.icon.input > i.fa-search:before {
	left: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
	margin-top: -.5em;
}

.margtop50 {
	margin-top: 50px;
}

.margbtm20 {
}

.clearfix {
	clear: both;
}

.card_title {
	position: absolute;
	left: 25px;
	bottom: 12px;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
	color: #fff;
	font-weight: 700;
}

.fa {
	margin-right: 5px;
}



.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

.col-xs-1-5 {
	width: 20%;
	float: left;
}

@media (min-width: 768px) {
	.col-sm-1-5 {
		width: 20%;
		float: left;
	}
}

@media (min-width: 992px) {
	.col-md-1-5 {
		width: 20%;
		float: left;
	}
}

@media (min-width: 1200px) {
	.col-lg-1-5 {
		width: 20%;
		float: left;
	}
}

.TouristTags a {
	font-family: Helvetica, 'Microsoft JhengHei', '微軟正黑體', sans-serif;
	font-weight: bolder;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #E25355;
}

	.TouristTags a:hover {
		color: #14B0BF;
	}
/*---排名---*/


.ranking-list .ranking-item .rank-num {
	width: 30px;
	height: 30px;
	border: 2px solid #fff;
	background-color: #555;
	text-align: center;
	line-height: 25px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	left: 18px;
	top: 8px;
	z-index: 2;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.ranking-list .ranking-item:nth-child(1) .rank-num {
	background-color: #dfc91e;
}

	.ranking-list .ranking-item:nth-child(1) .rank-num:before {
		content: "1";
	}

.ranking-list .ranking-item:nth-child(2) .rank-num {
	background-color: #999;
}

	.ranking-list .ranking-item:nth-child(2) .rank-num:before {
		content: "2";
	}

.ranking-list .ranking-item:nth-child(3) .rank-num {
	background-color: #b68a38;
}

	.ranking-list .ranking-item:nth-child(3) .rank-num:before {
		content: "3";
	}

.ranking-list .ranking-item:nth-child(4) .rank-num:before {
	content: "4";
}

.ranking-list .ranking-item:nth-child(5) .rank-num:before {
	content: "5";
}

.ranking-list .ranking-item:nth-child(6) .rank-num:before {
	content: "6";
}

.ranking-list .ranking-item:nth-child(7) .rank-num:before {
	content: "7";
}

.ranking-list .ranking-item:nth-child(8) .rank-num:before {
	content: "8";
}

.route-title-wrap {
	position: relative;
	padding: 20px;
	border-bottom: 1px solid #eaecf1;
}

.route-title {
	margin-bottom: 0;
}

.nake-title {
	font-size: 22px;
	color: #6f7b8a;
	letter-spacing: 1px;
}

.search-form.has-supply {
	right: 140px;
}

.search-form {
	position: absolute;
	top: 16px;
}

.search-form {
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
}

.search-input-wrap {
	float: left;
}

.search-input {
	width: 150px;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	font-size: 14px;
	border-right: 0;
}

.search-btn {
	float: right;
	height: 35px;
	line-height: 35px;
	padding: 0 12px;
	background-color: #6a9e20;
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.supply-trail-link {
	height: 35px;
	position: absolute;
	top: 16px;
	right: 20px;
}

div.bg {
	z-index: 2000;
	width: 100%;
	display: block;
	height: auto;
}

div.main_search_top {
	position: absolute;
	z-index: 10000;
	bottom: 0;
	height: 80px;
	width: 100%;
	background-image: url(/tw/images/menu_bg.png);
	overflow: hidden;
	padding: 0px;
	text-align: center;
}

	div.main_search_top div.main_search {
		font-size: 130%;
		line-height: 110%;
		font-family: "微軟正黑體";
		color: #333;
		font-weight: 300;
		text-align: center;
		margin: 0px auto;
		max-width: 800px;
	}

	div.main_search_top div.main_search_1 {
		border-radius: 10px;
		background-color: #fff;
		text-align: center;
		width: 70%;
		margin: 20px auto;
	}

.path2 {
	position: absolute;
	top: 60px;
	color: #fff;
	padding: 20px 0px 20px 10px;
	background-size: 8%;
	z-index: 30;
	font-size: 108%;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 1);
}

	.path2 a {
		color: #fff;
		text-decoration: none;
		padding: 0px 4px 0px 4px;
		border-bottom: 0px #e87536 solid;
	}

.TouristSearchBar {
	width: 100%;
	overflow: hidden;
	padding: 10px;
	text-align: center;
	background-color: #616161;
}

.bgcolorpink {
	background: #ea6060;
	color: #fff;
}

.bgcolorGreen {
	background: #14b0bf;
	color: #fff;
}

.TouristWebVis {
}

@media (max-width: 768px) {
	.TouristWebVis {
		display: none;
	}
}

.TouristMoibleVis {
	display: none;
}

@media (max-width: 768px) {
	.TouristMoibleVis {
		display: block;
	}
}


.accordion {
	width: 100%;
	margin: 0;
	background: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

	.accordion .link {
		cursor: pointer;
		display: block;
		padding: 15px 15px 15px 42px;
		color: #fff;
		font-size: 18px;
		font-weight: 700;
		border-bottom: 1px solid #CCC;
		position: relative;
		-webkit-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}

	.accordion li:last-child .link {
		border-bottom: 0;
	}

	.accordion li i {
		position: absolute;
		top: 16px;
		left: 12px;
		font-size: 18px;
		color: #fff;
		-webkit-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}

		.accordion li i.fa-chevron-down {
			right: 12px;
			left: auto;
			font-size: 16px;
		}

	.accordion li.open .link {
		color: #444359;
	}

	.accordion li.open i {
		color: #444359;
	}

		.accordion li.open i.fa-chevron-down {
			-webkit-transform: rotate(180deg);
			-ms-transform: rotate(180deg);
			-o-transform: rotate(180deg);
			transform: rotate(180deg);
		}

/**
 * Submenu
 -----------------------------*/
.submenu {
	display: none;
	background: #444359;
	font-size: 14px;
}

	.submenu li {
		border-bottom: 1px solid #4b4a5e;
	}

	.submenu .submenua {
		display: block;
		text-decoration: none;
		color: #d9d9d9;
		padding: 12px;
		padding-left: 0px;
		-webkit-transition: all 0.25s ease;
		-o-transition: all 0.25s ease;
		transition: all 0.25s ease;
	}

	.submenu .a a:hover {
		background: #b63b4d;
		color: #FFF;
	}


/*間距*/
.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.sidebar-widget {
	padding: 20px;
	margin-bottom: 30px;
}

	.sidebar-widget h2 {
		line-height: 1.1 !important;
	}

	.sidebar-widget .option-bar {
		margin-bottom: 15px;
	}

	.sidebar-widget .title {
		color: #EA6060;
		letter-spacing: 1px;
		font-weight: 600;
		position: relative;
		padding-bottom: 20px;
		font-size: 16px;
		margin: 0 0 30px;
		text-transform: uppercase;
	}

		.sidebar-widget .title:before {
			content: '';
			width: 100%;
			height: 1px;
			background-color: #e7e6e6;
			position: absolute;
			bottom: 0;
			left: 0;
		}

		.sidebar-widget .title:after {
			background-color: #EA6060;
			content: '';
			width: 80px;
			height: 2px;
			left: 0;
			bottom: -1px;
			position: absolute;
			line-height: unset !important;
			padding: unset !important;
		}

	.sidebar-widget .title-00aef0 {
		color: #00aef0;
	}

		.sidebar-widget .title-00aef0:after {
			background-color: #00aef0;
		}

	.sidebar-widget .title-14b0bf {
		color: #14b0bf;
	}

		.sidebar-widget .title-14b0bf:after {
			background-color: #14b0bf;
		}

	.sidebar-widget .title-FF9900 {
		color: #FF9900;
	}

		.sidebar-widget .title-FF9900:after {
			background-color: #FF9900;
		}

	.sidebar-widget .title-FF3300 {
		color: #FF3300;
	}

		.sidebar-widget .title-FF3300:after {
			background-color: #FF3300;
		}

	.sidebar-widget .title-660066 {
		color: #660066;
	}

		.sidebar-widget .title-660066:after {
			background-color: #660066;
		}

	.sidebar-widget .title-009933 {
		color: #009933;
	}

		.sidebar-widget .title-009933:after {
			background-color: #009933;
		}

	.sidebar-widget .title-993300 {
		color: #993300;
	}

		.sidebar-widget .title-993300:after {
			background-color: #993300;
		}

.ticket .footer-icons-section {
	background-color: #14b0bf;
	padding: 20px 0;
}

	.ticket .footer-icons-section .list-inline {
		padding-left: 0;
		list-style: none;
		margin-left: -5px;
	}

	.ticket .footer-icons-section ul {
		margin: 0;
		padding: 0;
	}

.list-default {
}

	.list-default .title {
		color: #0283df;
		font-weight: 700;
	}

	.list-default .address {
		color: #555;
		line-height: 26px;
		font-size: 1rem;
	}
/*******************16:9圖片區塊*************************/
.aspect-box {
	position: relative;
	aspect-ratio: '16:9';
	box-sizing: border-box;
}


	.aspect-box > * {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		box-sizing: border-box;
	}

	.aspect-box:before {
		position: relative;
		display: block;
		content: "";
		padding-top: 56.25%;
		box-sizing: border-box;
	}
/*******************背景圖置中*************************/
.bg_fix_center {
	display: block;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.facility {
	color: #14b0bf;
	font-size: 2rem;
}

.material-icons.md-16 {
	font-size: 16px;
}

.material-icons.md-18 {
	font-size: 18px;
}

.material-icons.md-24 {
	font-size: 24px;
}
/* Default */
.material-icons.md-36 {
	font-size: 36px;
}

.material-icons.md-48 {
	font-size: 48px;
}


.hotlink{
	margin: 10px;
}
.hotlink a{
	color: #c1272d;
}
.hotlink a:hover{
	color: #133a5a;
}

.banner{
	margin-bottom: 15px;
}