@charset "UTF-8";
.wrapper {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}

.wrapper--fluid {
	max-width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}

@media only screen and (max-width: 1480px) {
	.wrapper {
		padding: 0 20px;
	}
}

.wrapper--lg {
	max-width: 1280px;
}

@media only screen and (max-width: 1320px) {
	.wrapper--lg {
		padding: 0 20px;
	}
}

.wrapper--md {
	max-width: 1024px;
}

@media only screen and (max-width: 1044px) {
	.wrapper--md {
		padding: 0 10px;
	}
}

.footer {
	padding: 20px 0;
	background: #415B2C;
	color: #fff;
}

.footer__link {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.footer__link li {
	font-size: 18px;
	font-weight: 300;
	margin: 0 15px;
	display: inline-block;
}

.footer__div {
	width: 50%;
}

.footer .ft-info li {
	display: inline-block;
	margin-right: 10px;
}

.footer .copyright {
	text-align: right;
}

.footer .copyright li {
	display: inline-block;
	margin-left: 10px;
}

.footer a {
	color: #fff;
}

@media only screen and (min-width: 1281px) {
	.footer a:hover {
		text-decoration: underline;
	}
}

@media only screen and (max-width: 768px) {
	.footer__link li {
		font-size: 16px;
		margin: 0 7px;
	}
	.footer__div {
		width: 100%;
	}
	.footer .copyright {
		text-align: left;
	}
	.footer .copyright li {
		margin: 0 10px 0 0;
	}
}

@media only screen and (max-width: 640px) {
	.footer {
		padding-bottom: 60px;
	}
}

.hide {
	display: none;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.a-cover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
}

.edit img, .edit iframe {
	max-width: 100%;
	/*height: auto;*/
}

.edit table {
	max-width: 100%;
}

.edit ul li {
	list-style-type: disc;
}

/*IE 滿版背景圖晃動 */
/* @media screen and (-ms-high-contrast: active),(-ms-high-contrast: none)
	html
		overflow: hidden
		height: 100%
	body
		overflow: auto
		height: 100%*/
.sidebar {
	width: 100%;
}

.sidebar__title {
	padding: 0 15px;
	font-size: 24px;
	letter-spacing: .15rem;
	font-weight: 500;
	display: none;
}

.sidebar__title span {
	font-size: 14px;
}

.sidebar__title span::before {
	content: "/";
	margin-right: 5px;
}

.sidebar__inner {
	padding: 0 0 50px;
	text-align: center;
}

.sidebar__inner li {
	display: inline-block;
	margin: 0 20px 0 0;
}

.sidebar__inner li:last-child {
	margin-right: 0;
}

.sidebar__inner li span::before {
	content: "( ";
}

.sidebar__inner li span::after {
	content: " )";
}

@media only screen and (max-width: 1280px) {
	.sidebar {
		padding: 7px 20px;
		background: #415B2C;
		margin: 20px 0 40px;
		border-radius: 3px;
	}
	.sidebar__title {
		color: #fff;
		font-size: 20px;
		display: block;
	}
	.sidebar__title--active {
		position: relative;
	}
	.sidebar__title--active::after {
		position: absolute;
		right: 10px;
		top: 5px;
		content: "\e916";
		font-family: 'icomoon';
		color: #fff;
	}
	.sidebar__title--active.open::after {
		content: "\ea50";
	}
	.sidebar__inner {
		text-align: left;
	}
	.sidebar__inner li {
		display: block;
		margin-right: 0;
	}
}

.tabs__ul {
	width: 100%;
	margin: 40px 0 30px;
	overflow: hidden;
	z-index: 1;
}

.tabs__ul li {
	letter-spacing: .1rem;
	margin-right: 20px;
}

.tabs__ul li:last-child {
	margin-right: 0;
}

.tabs__ul li a {
	padding: 10px 30px;
	display: block;
	color: #000;
	border-radius: 50px;
	border: 1px #D3BB70 solid;
}

.tabs__ul li a.current {
	background: #D3BB70;
}

@media only screen and (min-width: 1281px) {
	.tabs__ul li a.current:hover, .tabs__ul li a:hover {
		color: #fff;
	}
	.tabs__ul li a:hover {
		background: #C9AA4D;
	}
	.tabs__ul li a.current:hover {
		background: #C9AA4D;
	}
}

.tabs__wrap {
	padding: 20px;
	height: auto !important;
	z-index: 0;
}

.tabs__hide {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

@media only screen and (max-width: 640px) {
	.tabs__ul li {
		margin-bottom: 10px;
	}
	.tabs__ul li:nth-child(even) {
		margin-right: 0;
	}
}
ul.map__inner{text-align:center;}

ul.map__inner li {
	/* border-top: thin solid #ccc; */
	position: relative;
	margin-bottom: 15px;
	display: inline-block;
}
ul.map__inner a {
	padding: 10px 20px 10px 26px;
	width: 100%;
	display: table;
	/* font-size: 18px; */
	/* font-weight: 300; */
	color: #fff;
	background: rgba(211,187,112,1);
	border: 1px rgba(211,187,112,1) solid;
	border-radius: 50px;
	position: relative;
	-webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
ul.map__inner a:hover {
	background: #fff;
	color: #415B2C;
	border: 1px rgba(211,187,112,1) solid;
}

@media only screen and (max-width: 640px) {
	ul.map__inner li{width:100%;}
}

