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

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

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

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

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

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

.container {
	background: url(../../images/bg-left.svg) left 90px no-repeat, url(../../images/bg-right.svg) right 436px no-repeat;
	background-size: 242px 515px, 326px 569px;
	margin-bottom: 40px;
}

.container--no {
	margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
	.container {
		background: none;
	}
}

.footer {
	padding: 30px 40px;
	background: #018790;
	color: #fff;
}

.footer__left {
	width: calc(10px + ((100% - 24px) / 12 * 6));
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 2px;
}

.footer__left .ft-info li {
	margin: 0 0 15px 0;
}

.footer__left .ft-info li::before {
	width: 30px;
	height: 30px;
	font-family: 'icomoon';
	font-size: 20px;
	margin-right: 5px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.footer__left .ft-info li.title {
	margin-bottom: 30px;
	font-weight: 600;
	letter-spacing: 0.1rem;
}

.footer__left .ft-info li.tel::before {
	content: "\e917";
}

.footer__left .ft-info li.loaction {
	margin-bottom: 0;
}

.footer__left .ft-info li.loaction::before {
	content: "\e91a";
}

.footer__right {
	width: calc(10px + ((100% - 24px) / 12 * 6));
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 2px;
	font-size: 14px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-line-pack: distribute;
	    align-content: space-around;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.footer__right .qrcode {
	margin-bottom: 20px;
	text-align: right;
}

.footer__right .qrcode li {
	margin: 0 5px;
	display: inline-block;
	text-align: center;
	letter-spacing: normal;
}

.footer__right .qrcode li img {
	margin: 0 auto 6px;
	display: block;
}

.footer__right .copyright {
	font-size: 14px;
}

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

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

@media only screen and (max-width: 768px) {
	.footer {
		padding: 15px 20px 95px;
	}
	.footer a {
		color: #fff;
	}
	.footer__left, .footer__right {
		width: 100%;
		margin: 0;
	}
	.footer__left .ft-info li.title {
		margin-bottom: 10px;
	}
	.footer__right {
		margin-top: 15px;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: start;
		-ms-flex-line-pack: start;
		    align-content: flex-start;
	}
	.footer__right .qrcode {
		text-align: left;
	}
}

.sidebar {
	width: 100%;
}

.sidebar--hide {
	display: none;
}

.sidebar__title {
	padding: 0 15px;
	margin-bottom: 10px;
	font-size: 24px;
	letter-spacing: .15rem;
	color: #018790;
	font-weight: 700;
	font-family: "Noto Serif TC", serif;
}

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

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

.sidebar__inner {
	text-align: center;
	margin-bottom: 40px;
}

.sidebar__inner li {
	margin: 0 0 15px 0;
}

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

@media only screen and (max-width: 1024px) {
	.sidebar {
		padding: 10px 20px;
		background: #018790;
		margin: 0 0 30px;
		border-radius: 3px;
	}
	.sidebar--hide {
		display: block;
	}
	.sidebar__title {
		padding: 0;
		margin-bottom: 0;
		color: #fff;
		font-size: 20px;
	}
	.sidebar__title--active {
		position: relative;
	}
	.sidebar__title--active::after {
		position: absolute;
		right: -5px;
		top: 5px;
		content: "\e947";
		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;
	}
}

@media only screen and (max-width: 768px) {
	.sidebar {
		margin-top: 0;
	}
}

.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: 10;
}

.edit img {
	max-width: 100%;
	height: auto;
}

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

.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%*/
