@charset "UTF-8";

/*內頁表格設定 */
h6, .h6 {
	font-weight: bolder;
	font-size: 1.2rem;
}

.contentTable {
	border-collapse: collapse;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 95%;
	margin: 20px 20px 20px 20px;
}

@media screen and (max-width: 1000px) {
	.contentTable {
		margin: 20px 20px 20px 10px;
	}
}

/* .contentTable a {
	border: 0px #006633 solid;
} */
.contentTable table th {
	background-color: #f0e6d7;
	padding: 10px 10px 10px 10px;
	color: #b33f00;
	text-align: left;
}

/*.contentTable tr {
	background-color: #f1f1f1;
}*/
.contentTable td {
	word-break: break-all;
	padding: 10px;
}

.contentTable img {
	display: block;
	width: 40px;
	height: 40px;
}

.contentTable td a {
	/*border: 0px #FF6600 solid;*/
	padding: 0px;
}

.contentTable th,
.contentTable tr,
.contentTable td {
	border: 1px #DAC4B4 solid;
}

.muslinTable img {
	display: block;
}

.muslinTable table,
.muslinTable th,
.muslinTable tr,
.muslinTable td {
	padding: 12px;
}

/*內頁表格設定 end*/
/*內頁插圖設定(錢) */
.momey {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	padding-left: 0px !important;
}

.momey li {
	display: inline-block;
	margin: 20px;
	text-align: center;
	width: 29%;
}

.momey li img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 1400px) {
	.momey li {
		width: 45%;
	}
}

@media screen and (max-width: 1000px) {
	.momey li {
		margin: 10px 0px 30px 0px;
		width: 90%;
	}
}

.foodphoto {
	border-radius: 50%;
	border: 4px #e3c8b4 solid;
}

/*內頁插圖設定 end */
/*交通資訊_內頁 20180823 kenny */
.trafficbox {
	width: 93%;
	background-color: #f9f9f9;
	border: 1px #e3ddce solid;
	border-radius: 12px;
	padding: 5px 27px 10px 30px;
}

.traffic2014_1 {
	font-size: 180%;
	color: #be4d01;
	padding: 37px 0px 20px 50px;
	background-image: url('../../images/2014_traffic_bg1.png');
	background-position: -3px 21px;
	background-repeat: no-repeat;
}

.traffic2014_2 {
	font-size: 170%;
	color: #be4d01;
	padding: 20px 0px 5px 0px;
}

.traffic2014_2 img {
	margin-right: 4px;
}

.traffic2014_menu {
	margin: 10px auto;
	width: 680px;
	height: 750px;
	background: url('../../../images/traffic/taiwan_map.png') top left no-repeat;
	position: relative;
}

.allAirport {
	width: 100%;
	display: none;
	color: #e87536;
}

@media screen and (max-width: 720px) {
	.traffic2014_menu {
		display: none;
	}

	.allAirport {
		display: block;
	}
}

.traffic2014_menu_btn1 a {
	position: absolute;
	top: 20px;
	right: 43px;
	width: 183px;
	height: 206px;
	background-image: url('../../../images/traffic/airport_p01.png');
	background-position: top left;
	background-repeat: no-repeat;
	color: #f46415;
	font-size: 1.0625rem;
	border: 0px #FF6600 solid;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.traffic2014_menu_btn1 a:hover {
	border: 0px #FF6600 solid;
	background-image: url('../../../images/traffic/airport_p01_a.png');
	color: #C30;
}

.traffic2014_menu_btn2 a {
	position: absolute;
	top: -8px;
	left: 285px;
	width: 160px;
	height: 240px;
	background-image: url('../../../images/traffic/airport_p02.png');
	background-repeat: no-repeat;
	background-position: top left;
	color: #f46415;
	font-size: 1.0625rem;
	border: 0px #FF6600 solid;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.traffic2014_menu_btn2 a:hover {
	border: 0px #FF6600 solid;
	background-image: url('../../../images/traffic/airport_p02_a.png');
	color: #C30;
}

.traffic2014_menu_btn3 a {
	position: absolute;
	top: 139px;
	left: 128px;
	width: 180px;
	height: 195px;
	background-image: url('../../../images/traffic/airport_p03.png');
	background-position: top left;
	background-repeat: no-repeat;
	color: #f46415;
	font-size: 1.0625rem;
	border: 0px #FF6600 solid;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.traffic2014_menu_btn3 a:hover {
	border: 0px #FF6600 solid;
	background-image: url('../../../images/traffic/airport_p03_a.png');
	color: #C30;
}

.traffic2014_menu_btn4 a {
	position: absolute;
	top: 430px;
	left: 35px;
	width: 190px;
	height: 160px;
	background-image: url('../../../images/traffic/airport_p04.png');
	background-position: top left;
	background-repeat: no-repeat;
	color: #f46415;
	font-size: 1.0625rem;
	border: 0px #FF6600 solid;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.traffic2014_menu_btn4 a:hover {
	border: 0px #FF6600 solid;
	background-image: url('../../../images/traffic/airport_p04_a.png');
	color: #C30;
}

.taipei_link {
	padding: 165px 0px 0px 45px;
}

.ty_link {
	padding: 163px 0px 0px 22px;
}

.tc_link {
	padding: 163px 0px 0px 32px;
}

.ks_link {
	padding: 163px 0px 0px 16px;
}

.air_title {
	padding: 0px 10px 20px 40px;
	font-size: 1.375rem;
	color: #be4d01;
}

.traffic2014_list {
	padding: 12px;
	margin: 20px 0px 40px 0px;
	background-color: #ffffff;
	border-radius: 12px;
}

.traffic2016_list {
	padding: 30px;
	margin: 25px 0px 40px 0px;
	background-color: #ffffff;
	border-radius: 12px;
}

@media screen and (max-width: 1000px) {
	.traffic2014_list {
		margin: 20px 0px 20px 0px;
	}

	.traffic2016_list {
		margin: 20px 0px 20px 0px;
	}
}

.traffic2014_list table,
.traffic2014_list tr,
.traffic2014_list td {
	border: 1px #FFFFFF solid;
}

.traffic2014_list img {
	vertical-align: middle;
}

.traffic2014_list a {
	color: #e87536;
	font-size: 120%;
	border: 0px #FF6600 solid;
}

.content .traffic2014_list a {
	border-bottom: none;
}

.traffic2016_list a {
	color: #e87536;
	font-size: 100%;
	border: 0px #FF6600 solid;
}

.traffic2014_list a:hover {
	color: #C00;
}

.traffic_2014_tt1 {
	margin: 5px 0px 0px 0px;
	font-size: 160%;
	color: #f26521;
}

.traffic_2014_tt2 {
	margin: 0px 0px 0px 0px;
	font-size: 125%;
	color: #f26521;
}

.airphoto {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border: 2px #FC9 solid;
}

/*購票流程設定*/
.traffictoLine {
	display: inline-block;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 10px 20px 10px;
	text-align: center;
}

.traffictoLine li {
	font-size: 1rem;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px 20px 40px 20px;
	width: 28%;
	height: auto;
	color: #FFF !important;
	padding: 12px;
	line-height: 1.4em;
	text-align: center;
	vertical-align: top;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
	position: relative;
	background-color: #e87536;
}

.traffictoLine li>p {
	color: #FFF !important;
}

.traffictoLine li img {
	margin-bottom: 15px;
	width: 100%;
	height: auto;
}

.contactArrow {
	position: absolute;
	top: 44%;
	left: 100%;
	width: 45px;
	height: 45px;
	background-size: cover;
	background-image: url('../../../images/arrow455.svg');
	background-position: center;
	z-index: 10;
}

@media screen and (max-width: 1000px) {
	.traffictoLine li {
		display: inline-block;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0px auto 40px auto;
		width: 100%;
		height: auto;
		color: #FFF;
		line-height: 1.4em;
		text-align: center;
		vertical-align: top;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		cursor: pointer;
		font-size: 110%;
		position: relative;
	}

	.traffictoLine li img {
		width: 100%;
		height: auto;
	}

	.contactArrow {
		display: none;
	}
}

/* 2017桃園機場捷運*/
.tymetroTable td {
	/*td內距*/
	padding: 30px;
	color: #FFF;
	text-align: center;
	font-size: 110%;
}

.tymetroTable img {
	width: 50px;
	height: auto;
}

/* 2017桃園機場捷運 end*/
/*購票流程設定 end*/
/*.content > .wrap a {
	color: #e87536;
	text-decoration: none;
	border-bottom: 1px #e87536 solid;
	padding: 0px 4px 1px 4px;
}
.content > .wrap a:hover {
	color:#D90000;
	border-bottom: 1px #D90000 solid;
}*/
/*主選單修改 end*/
header #menu .submenu {
	background-color: #ffffff;
}

header #menu .submenu>li>a {
	font-size: 1.1rem;
	color: #212121;
	font-weight: 600;
	margin: 14px 0px;
}

/*主選單修改 end*/
/*fatfooter修改*/
footer .fatfooter>li>a {
	color: #f98201;
	font-size: 1.1rem;
}

footer .fatfooter .fatfooter-menulist {
	font-size: 0.95rem;
	line-height: 1.8em;
}

/*fatfooter end*/
/*主題行程修改*/
.lattice figcaption {
	position: absolute;
	width: calc(100% - 0px);
	bottom: 40px;
	left: 0px;
}

.lattice figcaption span {
	display: block;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
}

.lattice .lattice-title {
	font-size: 1.7rem;
}

/*主題行程修改 end*/
/*------內頁(主題之旅插圖) ------*/
.tourphotoList {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	overflow: hidden;
	width: 100%;
	margin: 20px 0px 30px 0px;
	text-align: center;
}

.tourphotoList li {
	display: inline-block;
	vertical-align: top;
	width: 210px;
	margin: 20px 15px 20px 15px;
	line-height: 1.3em;
	font-size: 1.2rem;
	font-weight: bolder;
}

.tourphotoList li a {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	overflow: hidden;
	width: 210px;
	height: 210px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	color: #3d3d3d;
	text-decoration: none;
	font-size: 100%;
	text-align: center;
	border-radius: 50%;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border: 0px solid rgba(0, 0, 0, 0.5);
}

.tourphotoList li img {
	width: 96%;
	height: 96%;
	border-radius: 50%;
	border: 4px solid rgba(0, 0, 0, 0.1);
}

.tourphotoList li img:hover {
	border: 4px solid #f98201;
}

.tourphotoList li a:hover {
	-webkit-transform: scale(1.07);
	-ms-transform: scale(1.07);
	transform: scale(1.07);
	border: 0px solid rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 480px) {
	.tourphotoList {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		overflow: hidden;
		width: 100%;
		margin: 15px 0px 30px 0px;
		text-align: center;
	}

	.tourphotoList li {
		display: inline-block;
		vertical-align: top;
		width: 43%;
		margin: 10px 9px 16px 9px;
		line-height: 1.3em;
	}

	.tourphotoList li a {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: inline-block;
		overflow: hidden;
		width: 100%;
		height: 95%;
		padding: 0px 0px 0px 0px;
		color: #3d3d3d;
		text-decoration: none;
		font-size: 1rem;
		text-align: center;
	}

	/*------快搜下拉選單調整------*/
	.conditionList>li {
		width: 33%;
	}
}

.content2area {
	margin: 0px auto;
	width: 1000px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 40px 0px 40px;
	overflow: hidden;
}

@media screen and (max-width: 1000px) {
	.content2area {
		margin: 0px auto;
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0px 25px 0px 25px;
		overflow: hidden;
	}
}

/*------內頁(主題之旅插圖) end------*/
.hotwhat {
	padding: 20px;
	background-color: rgb(242, 242, 242);
	margin: 10px 0px 40px 0px;
}

.hotwhat p {
	padding: 0px;
	margin: 0px;
}

/*主題行程_樂活 插圖(link)-*/
.foodphotoList {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	overflow: hidden;
	width: 100%;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

.foodphotoList li {
	display: inline-block;
	vertical-align: top;
	width: 210px;
	margin: 20px 40px 20px 40px;
	line-height: 1.3em;
	font-size: 1.3rem;
	font-weight: bolder;
	text-align: center;
}

.foodphotoList li a {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	overflow: hidden;
	width: 210px;
	height: 210px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	color: #3d3d3d;
	text-decoration: none;
	text-align: center;
	border-radius: 50%;
	border: 4px solid rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.foodphotoList li img {
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.foodphotoList li a:hover {
	-webkit-transform: scale(1.07);
	-ms-transform: scale(1.07);
	transform: scale(1.07);
	border: 4px solid #f98201;
}

@media screen and (max-width: 1000px) {
	.foodphotoList li {
		margin: 20px 20px 20px 20px;
	}
}

@media screen and (max-width: 500px) {
	.content ul {
		padding-left: 0px;
	}

	.foodphotoList {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		overflow: hidden;
		width: 100%;
		margin: 0px 0px 0px 0px;
		text-align: center;
	}

	.foodphotoList li {
		display: inline-block;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		vertical-align: top;
		width: 44%;
		margin: 20px 0px 16px 0px;
		padding: 0px 10px 0px 10px;
		line-height: 1.3em;
	}

	.foodphotoList li a {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		overflow: hidden;
		height: auto;
		width: 100%;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 15px 0px;
		color: #3d3d3d;
		text-decoration: none;
		font-size: 1rem;
		text-align: center;
		border: 4px solid rgba(0, 0, 0, 0.1);
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}

	.foodphotoList li a:hover {
		-webkit-transform: scale(1.16);
		-ms-transform: scale(1.16);
		transform: scale(1.16);
		border: 4px solid #f98201;
	}
}

/*主題行程_樂活 插圖(link) end-*
/*內文區圖左文右編排*/
.photoBox2015 {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	margin: 20px 0px;
	border: 1px #CCCCCC solid;
	float: left;
	width: 100%;
}

@media screen and (max-width: 1000px) {
	.photoBox2015 {
		padding: 20px;
		float: left;
		width: 100%;
	}
}

@media screen and (max-width: 500px) {
	.photoBox2015 {
		padding: 20px;
		float: left;
		width: 100%;
	}
}

.photoBox2015Left {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 32%;
	padding: 2px;
	float: left;
	background-color: #FFF;
}

.photoBox2015Left img {
	display: block;
	width: 100%;
	height: auto;
}

@media screen and (max-width: 1000px) {
	.photoBox2015Left {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		padding: 2px;
		float: inherit;
		background-color: #FFF;
	}
}

.photoBox2015Right {
	float: right;
	width: 65%;
	padding: 0px 30px 0px 0px;
}

@media screen and (max-width: 1000px) {
	.photoBox2015Right {
		float: inherit;
		width: 100%;
		padding: 20px 0px 0px 0px;
	}
}

.photoBox2015Title {
	padding: 0px 0px 0px 0px;
	color: rgba(255, 255, 255, 0.8);
	text-align: left;
	font-size: 1.4em;
}

.photoBox2015List p {
	margin: 0px;
	padding: 0px;
}

.photoBox2015List {
	padding: 0px 0px 18px 0px;
	color: #ffffff;
}

/*內文區圖左文右編排 end*/
/*景點列表頁修正*/
@media screen and (max-width: 480px) {
	.news-title .sort-item {
		/* display: none;*/
		font-size: 0.9rem;
		margin-bottom: 0px;
	}

	.news-title .sort-item span {
		padding: 0px 5px;
		display: inline-block;
		margin-bottom: 0px;
	}

	.news-title .sort-item span:nth-child(2) {
		display: none;
	}

	.news-title .sort-item span:nth-child(3) {
		display: none;
	}

	.news-title .sort-item span:nth-child(4) {
		display: none;
	}

	.news-title {
		border-bottom: 0px #c8c8c8 solid;
	}

	/*景點列表頁修正 end*/
	/*景點資訊修正*/
	.infoside .info-table dt,
	.infoside .info-table dd,
	.tourlineSpotsRight .info-table dt,
	.tourlineSpotsRight .info-table dd {
		padding: 5px 0px;
	}

	/*景點資訊修正 end*/
	/*加入google行事曆 */
	.calendar {
		padding: 13px 15px;
		border-radius: 0px;
		text-align: center;
		width: 100%;
	}

	/*加入google行事曆 end*/
	.attractions {
		border-width: 0px;
		margin: 5px;
	}

	.attractions>li {
		padding: 2px;
	}

	.linkbtn {
		border-radius: 0px;
	}

	.navbar {
		padding: 12px 0px 12px 0px;
	}

	/*搜尋修正*/
	.conditionList .item {
		display: block;
		width: 100%;
	}

	.conditionList .item>input[type='text'],
	input[type='password'] {
		width: calc(100% - 51px);
		margin: 0px 0px 6px 0px;
	}

	.datepicker>input[type='text'] {
		width: calc(100% - 51px);
		margin: 0px 0px 6px 0px;
	}

	.datepicker {
		display: block;
		margin-right: 0px;
	}

	.conditionList>.item>label {
		padding: 5px 0px;
	}

	.lattice figcaption span,
	.lattice .lattice-title {
		font-size: 1.4rem;
		font-weight: normal;
	}

	.member-model .verification input[type="text"] {
		display: inline-block;
		width: calc(100% - 144px);
		margin-right: 0px;
		margin-bottom: 5px;
	}

	/*穆斯林 銀髮族列表頁修正*/
	.guidelink-circular-list>li {
		margin: 10px 15px;
	}

	ul.guidelink-circular-list {
		margin: 20px 0px;
	}

	.trafficPhoto li {
		padding: 10px;
	}
}

/*景點資訊修正*/
.tel-link {
	margin: 5px;
}

.carousel .slick-dots>li {
	width: auto;
	display: inline-block;
	float: none;
	margin: 5px 5px;
}

.attractions .attractions-btn {
	border-width: 1px;
}

.attractions .attractions-btn>span {
	font-size: 1.2rem;
	font-weight: bolder;
	line-height: 40px;
	display: block;
}

/*景點資訊修正 end*/
/* =============== 會員 更新驗證碼按鈕 =============== */
.member-model .reload-btn {
	font-size: 1rem;
	display: inline-block;
	vertical-align: top;
	padding: 0px 15px;
	border-width: 1px;
	border-color: #020202;
	border-style: solid;
	color: #020202;
	height: 40px;
	line-height: 40px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 10px;
	margin-left: 10px;
	background-color: transparent;
	cursor: pointer;
}

@media screen and (max-width: 768px) {
	.member-model .voice-services-btn {
		margin-top: 0px;
	}
}

@media screen and (max-width: 480px) {
	.member-model .reload-btn {
		margin-top: 5px;
		margin-left: 2px;
	}

	.member-model .voice-services-btn {
		margin-top: 5px;
	}

	/* 單元列表頁的選單按鈕 */
	ul.guidelink-list {
		list-style: none;
		padding: 0px;
		margin: 90px 0px;
		text-align: center;
		font-size: 0rem;
	}

	.guidelink-list>li {
		display: inline-block;
		vertical-align: top;
		width: 90%;
		margin: 10px;
	}
}

/*銀髮族旅遊修正 */
.guidelink-circular-list .guidelink-circular-btn.icon-old-guide-1>span::before {
	background-image: url('../../images/old-1.svg');
}

.guidelink-circular-list .guidelink-circular-btn.icon-old-guide-2>span::before {
	background-image: url('../../images/old-2.svg');
}

.guidelink-circular-list .guidelink-circular-btn.icon-old-guide-3>span::before {
	background-image: url('../../images/old-3.svg');
}

.traffic2014_list ol {
	display: block;
	padding: 0px !important;
	margin: 0px 0px 0px 0px !important;
	font-size: 1.3rem;
}

.notour2015_list li {
	list-style-type: none;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 48%;
	padding: 10px 20px 10px 20px;
	margin: 6px 6px 6px 6px;
	vertical-align: top;
	font-weight: bolder;
	background-color: #F3F3F3;
	min-height: 133px;
}

/* .notour2015_list>li {} */
.notour2015_list li a {
	color: #e87536;
	text-decoration: none;
	font-size: 100%;
	padding: 0px;
	font-weight: normal;
	font-size: 1.2rem;
}

@media screen and (max-width: 1000px) {
	.traffic2014_list ol {
		margin: 0px 0px 0px 0px !important;
	}

	.notour2015_list li {
		display: inline-block;
		padding: 10px 20px 10px 20px;
		width: 100%;
		margin: 6px;
	}
}

/*銀髮族旅遊修正 end*/

/*無障礙旅遊修正 */
ol.notour2018_list {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 0px;
	margin: 0px 10px 0px 0px !important;
	font-size: 1.3rem;
}

.notour2018_list li {
	box-sizing: border-box;
	list-style-type: none;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 48%;
	padding: 10px 20px 10px 20px;
	margin: 6px 6px 6px 6px;
	vertical-align: top;
	font-weight: bolder;
	background-color: #F3F3F3;
}

/* .notour2015_list>li {} */
.notour2018_list li a {
	color: #e87536;
	text-decoration: none;
	padding: 0px;
	font-weight: normal;
	font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
	.notour2018_list li {
		display: inline-block;
		padding: 10px 20px 10px 20px;
		width: 100%;
		margin: 6px;
	}
}

/*無障礙旅遊修正 end*/
/* 2017 浪漫台灣*/

.taiwanmap {
	width: 350px;
	height: 584px;
	position: relative;
	margin: auto;
	margin-top: 265px;
}

.taiwanmap>img {
	width: 100%;
	display: block;
	position: absolute;
}

.taiwanmap .wphoto {
	position: absolute;
	text-align: center;
	font-size: 110%;
	z-index: 10;
}

.taiwanmap .wphoto>a {
	width: 200px;
	height: 200px;
	display: block;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
	border-radius: 100%;
	border-width: 4px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.taiwanmap .wphoto>a:hover,
.taiwanmap .wphoto>a:focus {
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
	border-color: #f98201;
}

.taiwanmap .wphoto>a>img {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	-o-object-fit: cover;
	object-fit: cover;
}

.taiwanmap .mdot {
	position: absolute;
	width: 45px;
	z-index: 10;
}

.taiwanmap .mdot>img {
	width: 100%;
	display: block;
}

.taiwanmap .mdot.mdot1 {
	top: -5px;
	right: 57px;
}

.taiwanmap .mdot.mdot2 {
	top: -22px;
	right: 9px;
}

.taiwanmap .mdot.mdot3 {
	top: 183px;
	right: 164px;
}

.taiwanmap .mdot.mdot4 {
	top: 241px;
	right: 214px;
}

.taiwanmap .mdot.mdot5 {
	top: 188px;
	right: 71px;
}

.taiwanmap .mdot.mdot6 {
	top: 40px;
	right: 18px;
}

.taiwanmap .wphoto.wphoto1 {
	top: -203px;
	right: 110px;
}

.taiwanmap .wphoto.wphoto2 {
	top: -230px;
	right: -157px;
}

.taiwanmap .wphoto.wphoto3 {
	top: -10px;
	right: 285px;
}

.taiwanmap .wphoto.wphoto4 {
	top: 256px;
	right: 381px;
}

.taiwanmap .wphoto.wphoto5 {
	top: 298px;
	right: -122px;
}

.taiwanmap .wphoto.wphoto6 {
	top: 43px;
	right: -200px;
}

@media screen and (max-width: 1000px) {
	.taiwanmap .wphoto {
		font-size: 1rem;
	}

	.taiwanmap .wphoto>a {
		width: 160px;
		height: 160px;
		margin-bottom: 5px;
	}

	.taiwanmap .wphoto.wphoto1 {
		top: -185px;
		right: 65px;
	}

	.taiwanmap .wphoto.wphoto2 {
		top: -175px;
		right: -120px;
	}

	.taiwanmap .wphoto.wphoto3 {
		top: -5px;
		right: 235px;
	}

	.taiwanmap .wphoto.wphoto4 {
		top: 235px;
		right: 340px;
	}

	.taiwanmap .wphoto.wphoto5 {
		top: 270px;
		right: -80px;
	}

	.taiwanmap .wphoto.wphoto6 {
		top: 40px;
		right: -145px;
	}
}

@media screen and (max-width: 767px) {
	.taiwanmap .wphoto>a {
		width: 130px;
		height: 130px;
	}

	.taiwanmap .wphoto.wphoto1 {
		top: -140px;
		right: 65px;
	}

	.taiwanmap .wphoto.wphoto2 {
		top: -150px;
		right: -88px;
	}

	.taiwanmap .wphoto.wphoto3 {
		top: 28px;
	}

	.taiwanmap .wphoto.wphoto4 {
		top: 248px;
		right: 250px;
	}

	.taiwanmap .wphoto.wphoto5 {
		top: 280px;
		right: 0px;
	}

	.taiwanmap .wphoto.wphoto6 {
		top: 100px;
		right: -64px;
	}
}

@media screen and (max-width: 480px) {
	.taiwanmap {
		margin-top: 200px;
		width: 100%;
		height: 0px;
		padding-bottom: 170%;
	}

	.taiwanmap .wphoto.wphoto1 {
		top: -15%;
		right: 32%;
	}

	.taiwanmap .wphoto.wphoto2 {
		top: -24%;
		right: 0%;
	}

	.taiwanmap .wphoto.wphoto3 {
		top: 7%;
		right: auto;
		left: 15%;
	}

	.taiwanmap .wphoto.wphoto4 {
		top: 33%;
		right: auto;
		left: 0%;
	}

	.taiwanmap .wphoto.wphoto5 {
		top: 55%;
		right: 0%;
	}

	.taiwanmap .wphoto.wphoto6 {
		right: 0%;
		top: 23%;
	}

	.taiwanmap .mdot.mdot1 {
		top: 2%;
		right: 19%;
	}

	.taiwanmap .mdot.mdot2 {
		top: 0%;
		right: 0%;
	}

	.taiwanmap .mdot.mdot3 {
		top: 32%;
		right: 44%;
	}

	.taiwanmap .mdot.mdot4 {
		top: 47%;
		right: 58%;
	}

	.taiwanmap .mdot.mdot5 {
		top: 39%;
		right: 29%;
	}

	.taiwanmap .mdot.mdot6 {
		top: 13%;
		right: 11%;
	}
}

@media screen and (max-width: 420px) {
	.taiwanmap .wphoto>a {
		width: 100px;
		height: 100px;
	}

	.taiwanmap .mdot {
		width: 30px;
	}
}

/* 2017 浪漫台灣內頁*/
.weddingbox {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 10px 0px 20px 0px;
	padding: 10px 0px 10px 0px;
	background-color: #FFF;
	color: #666;
	border-bottom: 1px solid #DFDFDF;
}

.weddingbox a {
	color: rgb(2, 2, 2);
}

.weddingbox a:hover {
	color: #FFF;
}

.weddingbox .hotwhat {
	padding: 20px;
	background-color: rgb(242, 242, 242);
	margin: 0px 0px 20px 0px;
}

.weddingbox .hotwhat ul {
	padding-left: 20px;
	margin-bottom: 0px;
}

.wedding_photo {
	width: 100%;
	position: relative;
}

.phototext {
	display: block;
	color: #FFF;
	position: absolute;
	right: 18px;
	bottom: 18px;
}

/*.weddingbox li.wmap{
	font-size:110%;
	padding:6px 5px 6px 44px;
	background: url(../../../resources/images/wedding_map.svg) top left no-repeat;
	background-size:4.5%;
	}
.weddingbox li.wphone{
	font-size:110%;
	padding:6px 5px 6px 44px;
	background: url(../../../resources/images/wedding_phone.svg) top left no-repeat;
	background-size:4.5%;
	}	
.weddingbox li.wclock{
	font-size:110%;
	padding:6px 5px 6px 44px;
	background: url(../../../resources/images/wedding_clock.svg) top left no-repeat;
	background-size:4.5%;
	}	
.weddingbox li.wbus{
	font-size:110%;
	padding:6px 5px 6px 44px;
	background: url(../../../resources/images/wedding_bus.svg) top left no-repeat;
	background-size:4.5%;
	}*/
.weddingmore {
	display: block;
	text-align: right;
}

.weddingmore a {
	color: #f6456f;
	text-decoration: none;
	border-bottom: 1px #f6456f solid;
	padding: 0px 4px 1px 4px;
}

#sectionRomantic {
	background-color: #ef9fae;
	color: #FFF;
}

#sectionRomantic .h1Center {
	color: #FFF;
}

#sectionRomantic h1,
#sectionRomantic .h1 {
	color: #FFF;
}

/* 2017 浪漫台灣 end*/
/* 單元列表頁的選單按鈕 */
@media screen and (max-width: 480px) {
	ul.guidelink-list {
		list-style: none;
		padding: 0px;
		margin: 40px 0px 90px 0px;
	}

	.guidelink-list>li {
		display: inline-block;
		vertical-align: top;
		width: 80%;
		margin: 20px 0px;
	}
}

/*----------旅遊實用APP頁籤內容-----------*/
.ecNetUlTabContent_app {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/*	position: absolute;*/
	left: 0;
	/*--float: left;--*/
	display: block;
	text-align: left;
	list-style: none;
	top: 70px;
	width: 100%;
	margin: 0 0 60px 0px;
	padding: 0px 0px 30px 0px;
}

@media screen and (max-width: 480px) {
	.ecNetUlTabContent_app {
		text-align: center;
	}
}

.ecNetUlTabContent_app li {
	list-style: none;
	margin-bottom: 5px;
	line-height: 16px;
	display: inline-block;
}

.app_box {
	text-align: center;
	float: left;
	width: 185px;
	margin: 20px 20px 0px 20px;
	height: 320px;
}

.app_box img {
	text-align: center;
	float: left;
	width: 176px;
	height: 176px;
	border-radius: 30px;
	border: 1px #CCCCCC solid;
}

.app_box_title {
	float: left;
	width: 180px;
	text-align: center;
	font-size: 1.1rem;
	padding: 12px 0px 6px 0px;
	letter-spacing: 0px;
	line-height: 1.4em;
	font-weight: bolder;
}

.app_box_title_2 {
	float: left;
	width: 180px;
	display: block;
	text-align: center;
	font-size: 90%;
	color: #999;
	padding: 6px 0px 16px 0px;
	letter-spacing: 0px;
}

.app_box .app_box_ios {
	float: left;
	width: 85px;
}

.app_box .app_box_ios_no {
	float: left;
	width: 85px;
}

.app_box .app_box_ios a {
	font-size: 0.75rem;
	background-color: #666666;
	border-radius: 12px;
	padding: 4px 22px 4px 22px;
	border: 0px #666666 solid;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	color: #FFF;
}

.app_box .app_box_ios a:hover {
	background-color: #F60;
}

.app_box .app_box_ios_no a {
	font-size: 0.75rem;
	background-color: #E1E1E1;
	border-radius: 12px;
	padding: 4px 22px 4px 22px;
	border: 0px #666666 solid;
	cursor: not-allowed;
	color: #999;
}

.app_box .app_box_ios_no a:hover {
	background-color: #E1E1E1;
}

.app_box .app_box_an {
	float: left;
	width: 95px;
}

.app_box .app_box_an_no {
	float: left;
	width: 95px;
}

.app_box .app_box_an a {
	font-size: 0.75rem;
	background-color: #666666;
	border-radius: 12px;
	padding: 4px 22px 4px 22px;
	border: 0px #666666 solid;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	color: #FFF;
}

.app_box .app_box_an a:hover {
	background-color: #F60;
}

.app_box .app_box_an_no a {
	font-size: 0.75rem;
	background-color: #E1E1E1;
	border-radius: 12px;
	padding: 4px 22px 4px 22px;
	border: 0px #666666 solid;
	cursor: not-allowed;
	color: #999;
}

.app_box .app_box_an_no a:hover {
	background-color: #E1E1E1;
}

.icon-condition-calendar {
	color: #f98201;
}

.icon-condition-stroke {
	color: #f98201;
}

.goodhost img {
	padding: 10px 0px 0px 0px;
	width: 100%;
}

@media screen and (max-width: 480px) {
	.goodhost img {
		padding: 4px 0px 0px 0px;
		height: 30px;
		width: auto;
	}
}