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

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

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

@media only screen and (max-width: 1340px) {
	.wrapper--xxl {
		padding: 0 30px;
	}
}

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

@media only screen and (max-width: 1340px) {
	.wrapper--container {
		padding: 0 30px;
	}
}

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

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

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

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

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

.wrapper--sm {
	max-width: 640px;
}

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

.wrapper--xs {
	max-width: 480px;
}

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

.hide {
	display: none;
}

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

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

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

.edit ul, .edit ol {
	padding-left: 20px;
}

/*分頁*/
.pagination {
	text-align: center;
	padding: 60px 0;
	margin: auto;
}

.pagination a:link,
.pagination a:visited {
	color: #333;
}

.pagination a:hover,
.pagination a:active {
	color: white;
	background: #000;
}

.pagination > a {
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	margin-left: 3px;
	background: #eaedf2;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	overflow: hidden;
}

.pagination > a i {
	line-height: 30px;
}

.pagination > a:first-child {
	margin-left: 0;
}

.pagination > a.active {
	background: #000 !important;
	color: #fff;
}

.pagination > a.disabled {
	color: #ccc;
}

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

.social-media-icons li a {
	display: block;
	width: 45px;
	height: 45px;
	overflow: hidden;
	margin-right: 10px;
	-webkit-transition: all 400ms cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 400ms cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 400ms cubic-bezier(0.42, 0, 0.58, 1);
}

.social-media-icons li a .fillColor {
	-webkit-transition: all 400ms cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 400ms cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 400ms cubic-bezier(0.42, 0, 0.58, 1);
}

.social-media-icons li a:hover {
	-webkit-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	        transform: scale(1.2);
}

.social-media-icons li a:hover .fillColor {
	fill: #449D44 !important;
}

.footer {
	padding: 70px 0 0 0;
	background: #444;
	color: #fff;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.313rem;
}

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

.footer__seo {
	padding: 20px;
	border: 1px solid #343434;
	border-width: 1px 0;
	background: #f2f2f2;
	font-size: 15px;
	font-size: 0.938rem;
	line-height: 1.5rem;
	color: #6c757d;
}

.footer__content {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100%;
}

@media only screen and (max-width: 1280px) {
	.footer__content {
		width: 100%;
	}
}

.footer__title {
	padding: 0 0 12px 0 !important;
	width: 100% !important;
	letter-spacing: 1px;
	font-size: 18px;
	color: #fff;
}

.footer__nav {
	display: grid;
	grid-template-columns: 60% 40%;
	grid-template-rows: auto;
	width: 55%;
	margin-bottom: 30px;
}

.footer__nav-list li {
	width: calc(100% - 8px);
	padding-left: 8px;
}

.footer__nav-list li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.75rem;
	color: #fff;
}

@media only screen and (max-width: 768px) {
	.footer__nav-list li a {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.75rem;
		padding: 2px 0;
	}
}

.footer__nav-list li a:hover {
	color: #449D44;
}

.footer__subnav-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	width: 100%;
	margin-top: 3px;
}

.footer__subnav-list li a {
	position: relative;
	padding: 5px 0;
	padding-left: 20px;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.625rem;
	color: #333;
}

@media only screen and (max-width: 640px) {
	.footer__subnav-list li a {
		padding: 1px 0;
		padding-left: 20px;
		font-size: 15px;
		font-size: 0.938rem;
		line-height: 1.5rem;
	}
}

.footer__subnav-list li a:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 10px;
	height: 2px;
	margin-top: 1px;
	background-color: #555;
}

.footer__subnav-list li a:hover::before {
	background-color: #449D44;
}

.footer__subnav-list li a::after {
	opacity: 0;
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 10px;
	height: 2px;
	margin-top: 1px;
	background-color: #449D44;
	-webkit-transition: all 400ms cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 400ms cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 400ms cubic-bezier(0.42, 0, 0.58, 1);
}

.footer__subnav-list li a:hover::after {
	opacity: 1;
	-webkit-transform: translateY(-50%) rotate(-270deg);
	    -ms-transform: translateY(-50%) rotate(-270deg);
	        transform: translateY(-50%) rotate(-270deg);
}

.footer__end {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	width: 45%;
}

.footer__end p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-top: 15px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
	font-size: 14px;
	color: #fff;
}

.footer__end p img {
	margin: 0 4px 4px 0;
	height: 32px;
	width: auto;
}

@media only screen and (max-width: 1024px) {
	.footer__nav {
		width: 100%;
	}
	.footer__end {
		width: 100%;
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 640px) {
	.footer__nav {
		grid-template-columns: 100%;
		padding-right: 0;
	}
	.footer__nav-list {
		margin-bottom: 30px;
	}
}

/*==============社群滾動==============*/
/*FB+Line*/
.community {
	position: fixed;
	right: 30px;
	top: 480px;
	width: 58px;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	z-index: 100;
}

.community a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-radius: 99rem;
	margin-bottom: 10px;
}

.community a.fb, .community a.ig, .community a.youtube {
	font-size: 20px;
	width: 40px;
	height: 40px;
	background: #fff;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.community a:hover.fb {
	background: #1b74e4;
	color: #fff;
}

.community a:hover.line {
	background: #07c152;
	color: #fff;
}

.community a:hover.ig {
	background: -webkit-gradient(linear, left top, left bottom, from(#ebc800), color-stop(39%, #de1333), color-stop(64%, #cb2685), to(#4b46c4));
	background: -o-linear-gradient(top, #ebc800 0%, #de1333 39%, #cb2685 64%, #4b46c4 100%);
	background: linear-gradient(to bottom, #ebc800 0%, #de1333 39%, #cb2685 64%, #4b46c4 100%);
	color: #fff;
}

.community a:hover.youtube {
	background: #f00;
	color: #fff;
}

.community a.whatsapp {
	width: 58px;
	height: 58px;
	background: #39D855;
	color: #fff;
	font-size: 30px;
}

@media only screen and (max-width: 480px) {
	.community {
		display: none;
	}
}

#scrollUp {
	bottom: 58px;
	right: 20px;
	background: #fff;
	color: #000;
	font-size: 12px;
	font-family: sans-serif;
	text-decoration: none;
	opacity: .9;
	padding: 5px 20px;
	border-radius: 16px;
	-webkit-transition: background 200ms linear;
	-o-transition: background 200ms linear;
	transition: background 200ms linear;
}

#scrollUp:hover {
	background: #000;
	color: #fff;
}

@media only screen and (max-width: 640px) {
	#scrollUp {
		-webkit-transform: rotate(90deg);
		    -ms-transform: rotate(90deg);
		        transform: rotate(90deg);
		right: 0;
		padding: 5px;
		border-radius: 0;
	}
}

.site-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	border: 1px solid #707070;
	border-width: 1px 0 1px 0;
	width: 100%;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 3.25rem;
	color: #fff;
	background: #444;
}

@media only screen and (max-width: 1024px) {
	.site-info {
		text-align: center;
	}
}

.site-info a:link, .site-info a:visited {
	color: #fff;
}

.site-info a:hover, .site-info a:active {
	color: #fff;
}

.work {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 2.188rem;
	text-align: right;
	width: 100%;
	color: #999;
}

.work a {
	color: #999;
}

.work a:hover {
	color: #fff;
}

.site-item a {
	color: #fff;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 3.25rem;
}

.site-item a:hover {
	color: #449D44;
}

/*breadcrumb*/
.breadcrumb__box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.breadcrumb {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	padding-top: 10px;
	padding-bottom: 10px;
}

.breadcrumb li {
	padding-left: 10px;
	display: block;
	position: relative;
}

.breadcrumb li a {
	padding-right: 10px;
	display: block;
	font-size: 15px;
	font-size: 0.938rem;
	line-height: 1.438rem;
	color: #888;
}

.breadcrumb li a:hover {
	color: #333;
}

.breadcrumb li::after {
	content: '';
	width: 1px;
	height: 12px;
	background: #c8c8c8;
	position: absolute;
	top: 5px;
	right: 0;
}

.breadcrumb li:last-child::after {
	display: none;
}

@media only screen and (max-width: 768px) {
	.breadcrumb {
		margin-bottom: 20px;
	}
}
