﻿
@charset "utf-8";
/*@import url("../assets/font-awesome/css/fontawesome-all.css");*/
/*@import url("https://fonts.googleapis.com/css?family=Montserrat");*/
/*@import url("../../../earlyaccess/notosanstc.css");*/
/*@font-face {
  font-family: "Stark1";
  src: url("../fonts/strak/Stark1.ttf.woff") format("woff"),
    url("../fonts/strak/Stark1.ttf.svg#Stark1") format("svg"),
    url("../fonts/strak/Stark1.ttf.eot"),
    url("../../pubweb/pubwebHPb4a8.html?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}*/

*, body, input, select, label > span, p {
	font-family: 'Noto Sans TC', 'cwTeXYen', 'cwTeXKai', 'Noto Serif TC', 'cwTeXFangSong', 'cwTeXMing', 'Microsoft JhengHei', '微軟正黑體';
	/*font-weight: 400;*/
	border: none;
}

	input[type="text"],
	input[type="url"],
	input[type="tel"],
	input[type="email"] {
		/*font-family: Microsoft JhengHei;*/
		/*font-size: 0.9375em;*/
	}

body,
p {
	font-size: 1.6em;
}

body {
	position: relative;
}

	body:before {
		display: table;
		content: " ";
		position: fixed;
		z-index: -1;
		background: #fff url(../images/bg-body.png) repeat-x center;
		-webkit-animation: slide 20s linear infinite;
		height: 100%;
		width: 100%;
		display: block;
		bottom: 0;
		/*2019.02.11 add*/
		opacity: 0.75;
	}

@-webkit-keyframes slide {
	from {
		background-position: 0 0;
	}

	to {
		background-position: -400px 0;
	}
}

/* col-md-5 grid */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

.col-xs-15 {
	width: 16%;
	float: left;
}

@media (min-width: 768px) {
	.col-sm-15 {
		width: 16%;
		float: left;
	}
}

@media (min-width: 992px) {
	.col-md-15 {
		width: 16%;
		float: left;
	}
}

@media (min-width: 1200px) {
	.col-lg-15 {
		width: calc(100% / 6);
		float: left;
	}
}

/*@media (max-width: 767px) {
    body.menu-mob-open:before {
        position: relative;
        background: #000;
        opacity: 0.2;
    }
}*/

/* btn */

.btn span {
	margin-right: 10px;
}

.main-content .btn-back {
	background-color: #000;
	color: #fff;
}

	.main-content .btn-back:hover,
	.main-content .btn-back:focus {
		background-color: #7b7b7b;
		color: #fff;
	}

.btn-read-more {
	background-color: #7b7b7b;
	color: #fff;
	font-size: 0.8125em;
	font-weight: normal;
	font-family: "Montserrat", "Microsoft JhengHei";
	padding: 4px 13px 5px;
	display: inline-block;
	border-radius: 3px;
	background: #2b88ff;
	background: -moz-linear-gradient(90deg, #2b88ff 0%, #0072e3 100%);
	background: -webkit-gradient( left bottom, right top, color-stop(0%, #2b88ff), color-stop(100%, #0072e3) );
	background: -webkit-linear-gradient(#2b88ff 0%, #0072e3 100%);
	background: -o-linear-gradient(90deg, #2b88ff 0%, #0072e3 100%);
	background: -ms-linear-gradient(90deg, #2b88ff 0%, #0072e3 100%);
	background: linear-gradient(90deg, #2b88ff 0%, #0072e3 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#2b88ff', endColorstr='#0072e3', GradientType=1);
}

	.btn-read-more:hover {
		background: #000;
		color: #fff;
	}

.scroll-up-visible {
	background: #0072e3;
}

/* display none */

.post-comments {
	display: none;
}

/* mobile */

.mobile-content {
	padding-top: 20px;
}

#mobile-nav .guest-wrap {
	display: none;
}

#mobile-nav .register-section a {
	display: inline-block;
}

.menu-mob-open #mobile-nav {
	background-color: rgba(0, 0, 0, 0.25);
	/*background-color: #000;*/
	min-height: 100vh !important;
}

.menu-background:before,
.search-background:before {
	background: rgba(0, 0, 0, 0.5);
	background: -moz-linear-gradient( top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.6) 100% );
	background: -webkit-linear-gradient( top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.6) 100% );
	background: -o-linear-gradient( top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.6) 100% );
	background: -ms-linear-gradient( top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.6) 100% );
	background: linear-gradient( to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.6) 100% );
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='rgba(0,0,0,0.5)', endColorstr='rgba(0,0,0,0.6)', GradientType=0);
}

.menu-background:after,
.search-background:after {
	/* background-image: url(../images/bg-popup.jpg); */
	background-image: none;
	background-color: #2b88ff;
}

.mobile-content ul + ul {
	margin-top: 20px;
}

.mobile-content .mobile-other-menu li a {
	line-height: 10px;
	font-size: 0.875em;
	font-weight: normal;
}

/*.mobile-main-menu>li+li {
    border-top:rgba(255, 255, 255, 0.3) solid 1px;
}
.mobile-main-menu>li a {
    padding: 20px 30px 20px 12px;
}
.mobile-content .fa-chevron-down {
    top: 18px;
}*/

.search-wrap-mob .search-input span {
	font-size: 1.5625em;
	letter-spacing: 20px;
	padding-left: 25px;
}

.mobile-main-menu .mb-home {
	display: none;
}

@media (max-width: 767px) {
	.header-search-wrap #header-btn-search-mob {
		right: 0;
	}
}

@media (max-width: 414px) {
	.mobile-content {
		/*max-height: 410px;*/
		overflow: auto;
		display: block;
		margin: 10px 0;
		height: 100%;
	}
}

/* logo */

.logo-title {
	margin: 0 auto;
	overflow: auto;
	/*width: 1170px;*/
	z-index: 1;
	position: relative;
}


.logo-title a,
.navbar-brand a {
	float: left;
	font-weight: 700;
	padding: 20px;
	margin: 15px 0;
	height: inherit;
	line-height: initial;
	background: #fff url(../images/logo.png) no-repeat center;
	color: transparent;
	width: 290px;
	height: 70px;
	display: block;
	background-size: 90%;
	text-indent: -9999em;
	white-space: nowrap;
	overflow: hidden;
	border-radius: 10px;
}

.logo-title a {
}

.affix .navbar-brand a {
	background: url(../images/logo.png) no-repeat center;
	width: 250px;
	height: 50px;
	background-size: contain;
	padding: 0;
	margin: 8px 10px;
}

@media (max-width: 1199px) {
	.llogo-title {
		margin: 0;
		width: 970px;
	}
}

@media (max-width: 991px) {
	.logo-title {
		width: 100%;
	}

		.logo-title a {
			margin: 25px auto 10px;
			float: inherit;
		}
}

@media (max-width: 960px) {
	.affix .navbar-brand a {
		width: 230px;
	}
}

@media (max-width: 930px) {
	.affix .navbar-brand a {
		width: 200px;
	}
}

@media (max-width: 767px) {
	/*.logo-title {
		display: none;
	}*/

	.navbar-brand {
		width: 70%;
		height: 100%;
		margin: auto;
	}

		.navbar-brand a {
			float: inherit;
			margin: auto;
			background: url(../images/logo.png) no-repeat center;
			width: 245px;
			height: 100%;
			background-size: contain;
		}

	.affix .navbar-brand a {
		float: inherit;
		margin: auto;
		background: url(../images/logo.png) no-repeat center;
		width: 245px;
		height: 100%;
		background-size: contain;
	}
}

@media (max-width: 414px) {
	.navbar-brand a,
	.affix .navbar-brand a {
		width: 180px;
	}
}

/* header-main-menu */

.header-main-menu {
	background: transparent;
	/*margin-top: -70px;*/
}

@media (max-width: 991px) {
	.header-main-menu .main-menu {
		display: table;
		float: inherit;
		margin: auto;
	}
}

.sf-menu {
	margin-left: 0;
	margin-right: 0;
}

	.sf-menu > li > a,
	.sf-menu > .current-menu-item > a,
	.sf-menu > .current-menu-ancestor > a,
	.sf-menu > .current-category-ancestor > a,
	.sf-menu > .sfHover > a {
		color: #000;
		/*font-family: "Montserrat", "Microsoft JhengHei";*/
		font-family: 'Noto Sans TC', 'cwTeXYen', 'cwTeXKai', 'Noto Serif TC', 'cwTeXFangSong', 'cwTeXMing', 'Microsoft JhengHei', '微軟正黑體';
		font-weight: 500;
		/*font-size: 0.9375em;*/
		letter-spacing: 0;
		padding: 13px 15px;
		background: transparent;
		position: relative;
		border-bottom: transparent solid 2px;
		position: relative;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-ms-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}

	.sf-menu li.sf-dropdown > a {
		padding: 13px 40px 13px 24px;
	}

	

/*.sf-menu>li>a:after,
.sf-menu>.current-menu-item>a:after,
.sf-menu>.current-menu-ancestor>a:after,
.sf-menu>.current-category-ancestor>a:after,
.sf-menu>.sfHover>a:after {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: absolute;
    bottom: 5px;
    left: 50%;
    display: block;
    overflow: hidden;
    margin-left: 0px;
    width: 0px;
    height: 0px;
    background: #68b336;
    content: '-';
    text-indent: -999em;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
.sf-menu>li>a:hover:after,
.sf-menu>li.sfHover>a:after {
    height: 2px;
    width: 40px;
    margin-left: -20px;
    margin-top: -2px;
}*/

.affix .sf-menu > li > a,
.affix .sf-menu > .current-menu-item > a,
.affix .sf-menu > .current-menu-ancestor > a,
.affix .sf-menu > .current-category-ancestor > a,
.affix .sf-menu > .sfHover > a,
.affix .sf-menu > li > a:hover {
	border-bottom: none;
}

.sf-menu > li > a:hover {
	background: transparent;
}

.sf-menu > li > a:hover {
	color: #456;
}

.sf-menu a.sf-with-ul {
	padding: 13px 30px 13px 15px;
}

.sf-menu li > a {
	/*font-size: 0.9375em;*/
}

/*.sf-menu li.sf-dropdown:hover>a:before {
    left: calc(40% - 20px);
    width: 45px;
}*/

.sf-menu .fa-chevron-down {
	top: 17px;
}

.affix .sf-menu > .current-menu-item > a,
.affix .sf-menu > .current-menu-ancestor > a,
.affix .sf-menu > .current-category-ancestor > a,
.affix .sf-menu > li > a:hover,
.affix .sf-menu > .sfHover > a {
	background-color: rgba(176, 226, 142, 0.7);
	color: #fff;
}

.sf-menu ul {
	background: rgba(104, 179, 54, 0.7);
}

.affix .sf-menu ul {
	background: rgba(104, 179, 54, 0.8);
}

.sf-menu .sub-menu li {
}

	.sf-menu .sub-menu li:hover {
		background: rgba(46, 82, 22, 0.8);
	}

.sf-menu .sub-menu > li:first-child {
	border-top: 1px solid #68b336;
}

.affix .sf-menu .sub-menu > li:first-child {
	border-top: 1px solid #fff;
}

.sf-menu .sub-menu li a {
	color: #fff;
}

.sf-menu ul li:first-child > a,
.sf-menu ul li:last-child > a {
	margin: 0;
}

.sf-home {
	display: none;
}

/* header */

.header {
	/*background: url(../images/bg-header.png);
    padding-bottom: 100px;*/
}

.header-main-menu.affix {
	background: #fff;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.125);
}

.affix .sf-menu > li > a {
	color: #000;
}

	.affix .sf-menu > li > a:hover {
	}

.affix .header-main-menu {
	/*margin-top: inherit;*/
}

.header-search-wrap {
	display: none;
	/*隱藏*/
}

	.header-search-wrap .fa-search {
		color: #000;
	}

@media (max-width: 767px) {
	.header-search-wrap .fa-search {
		color: #fff;
		font-size: 1.375em;
		padding-top: 12px;
	}

	.header-main-menu,
	.header-main-menu.affix {
		background: #fff;
	}

	.affix .sf-menu > li > a {
		color: #fff;
	}

	.navbar-toggle .icon-bar {
		background-color: #000;
	}
}

/* custom style */

/* .affix .custom .sf-menu li.sf-dropdown>a,
.affix .custom .sf-menu>li>a {
    padding: 13px 24px;
    font-size: 0.9375em;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
} */

/* .custom .sf-menu>li:last-child .sub-menu {
    display: none !important;
} */

.custom .sf-menu > li > a {
	font-size: 1.0625em !important;
}

@media (min-width: 1200px) {
	.custom .sf-menu > li:last-child {
		margin-left: 1rem;
	}

	.custom .sf-menu > li > a {
		padding: 24px 22px;
	}
}

@media (min-width: 992px) {
	.custom .sf-menu {
		flex-grow: 1;
	} 
	.custom .sf-menu > li,
	.custom .sf-menu > li:last-child > a {
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-ms-border-radius: 10px;
		-o-border-radius: 10px;
			flex-grow:1;
		text-align: center;
	}

		.custom .sf-menu > li:last-child {
			border-radius: 10px;
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			-ms-border-radius: 10px;
			-o-border-radius: 10px;
		}

	.affix .custom .sf-menu > li:last-child {
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		-o-border-radius: 0;
	}

	.custom .sf-menu > li:nth-child(n + 2):nth-child(-n + 5) {
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		-o-border-radius: 0;
		overflow: hidden;
	}

	.custom .sf-menu > li:first-child {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}

	.custom .sf-menu > li:nth-child(6) {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	.custom .sf-menu ul {
		background: rgb(255, 255, 255);
		box-shadow: rgba(160, 160, 160, 0.8) 0px 1px 5px;
	}

	.custom .sf-menu .sub-menu li a {
		color: #000;
	}

	.custom .sf-menu > li {
		background: #fff;
	}

	.custom .sf-menu .sub-menu > li:first-child {
		border-top: 1px solid #ffffff;
	}

	.custom .sf-menu .sub-menu li:hover {
		background: #facf21;
	}

	.custom .sf-menu > li > a {
		padding: 24px 18px !important;
		font-size: 1.0625em !important;
	}

	.custom .sf-menu li.sf-dropdown > a {
		padding: 24px 22px !important;
	}

	.custom .sf-menu .fa-chevron-down {
		display: none;
	}

	.custom .sf-menu > li:last-child {
		background: #facf21;
		color: #000;
	}

	.custom .sf-menu > li > a,
	.custom .sf-menu > li.active > a,
	.custom .sf-menu > li > a:hover,
	.custom .sf-menu > li.sfHover > a {
		/* border: none; */
	}

		.custom .sf-menu > li.active > a,
		.custom .sf-menu > li > a:hover,
		.custom .sf-menu > li.sfHover > a {
			background: #fae021;
			color: #000;
		}

	.sf-menu > li.active > a,
	.sf-menu > li > a:hover,
	.sf-menu > li.sfHover > a {
		border-bottom: #68b336 solid 2px;
	}

}
@media (max-width: 991px){
	.navbar.navbar-light,
	.sf-menu {
		background-color: #f8f9fa;
	}
		.sf-menu > li a:hover {
			background-color: #facf21;
		}
}
/* @media( max-width:935px) and (min-width: 768px) */
@media (min-width: 992px) and (max-width: 1199px) {
	.header {
		height: 100px;
		background: #fff;
	}

	.body-affix .header {
		height: 70px;
	}

	.custom .sf-menu > li > a {
		padding: 24px 12px;
	}

	.custom .sf-menu li.sf-dropdown > a {
		padding: 24px 14px;
	}
}

@media (max-width: 768px) {
	.affix .navbar-brand a {
		height: inherit;
	}
}

/* header-navbar */

.navbar {
	margin: 2px auto 30px;
	min-height: 50px;
	width: 1300px;
}

/* @media (max-width: 1199px) {
    .navbar {
        width: 1060px;
    }
} */

@media (min-width: 992px) and (max-width: 1199px) {
	.navbar {
		width: 100%;
	}
}

@media (max-width: 991px) {
	.navbar {
		width: 100%;
		margin-top: 0;
	}
}

@media (max-width: 767px) {
	.navbar {
		width: inherit;
		margin: 0;
		border: none;
	}
}

.affix .navbar {
	margin-top: 0;
}

.header-main-menu.affix .container {
	width: 1170px;
}

.header-main-menu .container {
	padding: 0;
	/*0 40px 0 0;*/
	margin: 0 auto;
	float: right;
	width: inherit;
}

.header-main-menu.affix .container {
	float: inherit;
}

@media (max-width: 1199px) {
	.header-main-menu.affix .container {
		padding: 0;
		margin: 0;
		width: 100%;
	}
}

@media (max-width: 991px) {
	.header-main-menu.affix .container {
		width: 100%;
	}

	.header-main-menu .container {
		width: 750px;
		margin: 0 auto;
		padding: 0;
		float: inherit;
	}
}

@media (max-width: 767px) {
	.header-main-menu .container {
		padding: 0;
		width: 100%;
	}

	.header-main-menu.affix .container {
		width: 100%;
	}
}

.header-main-menu .navbar-header {
	margin: 0 auto;
	float: right;
}

.header-main-menu.affix .navbar-header {
	float: left;
}

.header-main-menu.affix .main-menu {
	float: right;
}

#top-search {
	right: 10px;
}

.header-main-menu .header-search .dropDown-search {
	right: -42px;
	top: 48px;
	width: 365px;
}

.header-main-menu.affix .header-search .dropDown-search {
	top: 55px;
	right: -41px;
	width: 360px;
}

@media (max-width: 1199px) {
	.header-main-menu.affix .header-search .dropDown-search {
		right: 0;
		width: 338px;
	}
}

@media (max-width: 991px) {
	.header-main-menu .header-search .dropDown-search {
		width: 300px;
		right: 0;
		top: 0;
	}
}

@media (max-width: 767px) {
	.header-main-menu.affix .navbar-header,
	.header-main-menu .navbar-header {
		float: inherit;
		height: 53px;
	}
}

/* main-content */

@media (min-width: 992px) {
	.main-content {
		padding-right: 15px;
		padding-left: 30px;
	}

	.body-affix .wrapper > .main-content {
		padding-top: 90px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.body-affix .main-content {
		padding-left: 0;
	}
}

@media (max-width: 768px) {
	.main-content {
		/* overflow: auto;
        overflow-x: hidden; */
		padding: 10px;
	}

	.col-sm-offset-3.main-content {
		padding: 0;
	}

	.main-content .col-xs-6 {
		width: 100%;
	}

	.main-content-inner .col-xs-6 {
		width: 50%;
	}

	.main-content-inner {
		margin: 0;
	}
}

@media (max-width: 414px) {
	.main-content-inner .col-xs-6 {
		width: 100%;
	}
}

.main-content .container {
	padding-left: 0;
	padding-right: 0;
}

.main-content .main-title {
	color: #4d4d4d;
	font-size: 1.125em;
	font-family: 'Noto Sans TC', 'Noto Serif TC', 'Microsoft JhengHei', '微軟正黑體';
	padding-bottom: 0px;
	margin: 20px 0 10px;
	border-bottom: #ccc solid 1px;
}

	.main-content .main-title span {
		color: #1b78bb;
		font-size: 0.875em;
		margin-left: 0;
		width: 100%;
		display: block;
		height: 15px;
	}

.main-content-inner .main-title {
	margin-left: 10px;
	padding-left: 8px;
}

@media (max-width: 767px) {
	.main-content-inner .main-title {
		margin: 20px 0 10px;
	}
}

.more,
.more:focus {
	color: #fff;
	float: right;
	margin-top: -48px;
	padding: 3px 10px;
	display: inline-block;
	background: #2b88ff;
	background: -moz-linear-gradient(90deg, #2b88ff 0%, #0072e3 100%);
	background: -webkit-gradient( left bottom, right top, color-stop(0%, #2b88ff), color-stop(100%, #0072e3) );
	background: -webkit-linear-gradient(#2b88ff 0%, #0072e3 100%);
	background: -o-linear-gradient(90deg, #2b88ff 0%, #0072e3 100%);
	background: -ms-linear-gradient(90deg, #2b88ff 0%, #0072e3 100%);
	background: linear-gradient(90deg, #2b88ff 0%, #0072e3 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#2b88ff', endColorstr='#0072e3', GradientType=1);
}

	.more:hover {
		color: #fff;
		background: -moz-linear-gradient(90deg, #0072e3 0%, #2b88ff 100%);
		background: -webkit-gradient( left bottom, right top, color-stop(0%, #0072e3), color-stop(100%, #2b88ff) );
		background: -webkit-linear-gradient(#0072e3 0%, #2b88ff 100%);
		background: -o-linear-gradient(90deg, #0072e3 0%, #2b88ff 100%);
		background: -ms-linear-gradient(90deg, #0072e3 0%, #2b88ff 100%);
		background: linear-gradient(90deg, #0072e3 0%, #2b88ff 100%);
		filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0072e3', endColorstr='#2b88ff', GradientType=1);
	}

.main-content.col-md-12 {
	margin: auto;
	float: inherit;
}

@media (min-width: 992px) {
	.main-content.col-md-12 {
		width: 66.66666667%;
	}
}

@media (max-width: 767px) {
	.hp .main-content > .container > .row {
		display: flex;
		flex-wrap: wrap;
	}

		.hp .main-content > .container > .row .col-sm-3,
		.hp .main-content > .container > .row .col-sm-9,
		.hp .main-content > .container > .row .col-md-12 {
			width: 100%;
		}

		.hp .main-content > .container > .row .col-sm-3 {
			order: 2;
		}

		.hp .main-content > .container > .row .col-sm-9 {
			order: 1;
		}

		.hp .main-content > .container > .row .col-md-12 {
			order: 3;
		}
}

@media (max-width: 676px) {
	.main-content-inner .row {
		margin: 0;
		margin-right: 15px;
	}

	.main-content-inner .news-wrap {
		margin-left: 15px;
	}
}

@media (max-width: 414px) {
	.main-content-inner .news-wrap {
		margin-left: 0;
	}

	.main-content-inner .row {
		margin-right: 0;
	}

	.news-grid .col-md-4 {
		padding-left: 0;
	}
}

.border .main-content-inner:before,
.border .main-content-inner:after {
	background: transparent;
}

.main-content > .container {
	/* background: #fff; */
	min-height: 800px;
	border-radius: 2px;
	/* box-shadow: 0 3px 10px 0 rgba(0,0,0,0.125); */
}

.main-content .btn-back {
	/* margin-left: 15px; */
	padding: 4px 12px;
}

@media (max-width: 1199px) {
	.main-content > .container {
		width: 98%;
		margin: 0 auto;
	}
}

@media (min-width: 767px) {
	.main-content > .container {
		margin-bottom: 40px;
	}
}

@media (max-width: 767px) {
	.main-content > .container {
		width: 100%;
	}
}

.site-title {
	display: none;
}

.breadcrumb {
	background: transparent;
	margin: 0;
}

@media (max-width: 768px) {
	.breadcrumb {
		padding: 0 15px;
	}
}

.breadcrumb li,
.breadcrumb li a,
.breadcrumb > .active {
	color: #fff;
}

.jumbotron {
	background: transparent;
}

.main-content .jumbotron {
	padding: 15px 30px;
	text-align: center;
}

.jumbotron h2 {
	font-family: 'Noto Sans TC', 'Noto Serif TC', 'Microsoft JhengHei', '微軟正黑體';
	letter-spacing: 10px;
	margin: 0;
	padding-left: 10px;
}

	.jumbotron h2:before {
		content: "";
		display: block;
		position: absolute;
		left: calc(50% - 20px);
		top: 45px;
		bottom: 5px;
		width: 40px;
		height: 2px;
		background: #000;
	}

.main-content .main-content-inner .jumbotron {
	text-align: left;
	padding: 0;
	margin-bottom: 10px;
}

	.main-content .main-content-inner .jumbotron h2 {
		font-size: 1.25em;
		color: #fff;
		letter-spacing: 0;
		padding: 0px 10px;
		background: #004385;
		background: -moz-linear-gradient(90deg, #004385 0%, #0072e3 100%);
		background: -webkit-gradient( left bottom, right top, color-stop(0%, #004385), color-stop(100%, #0072e3) );
		background: -webkit-linear-gradient(#004385 0%, #0072e3 100%);
		background: -o-linear-gradient(90deg, #004385 0%, #0072e3 100%);
		background: -ms-linear-gradient(90deg, #004385 0%, #0072e3 100%);
		background: linear-gradient(90deg, #004385 0%, #0072e3 100%);
		filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#004385', endColorstr='#0072e3', GradientType=1);
	}

		.main-content .main-content-inner .jumbotron h2::before {
			display: none;
		}

/* 內文排版 */

.post-layout .post-information h1 {
	font-family: 'Noto Sans TC', 'Noto Serif TC', 'Microsoft JhengHei', '微軟正黑體';
	font-size: 2.5em;
	line-height: 55px;
	margin-top: 10px;
	margin-bottom: 15px;
}

.post-content .image-center {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

	.post-content .image-center img {
		margin: auto;
	}

.post-content figure {
	max-width: 100%;
}

.post-content h2 {
	font-family: 'Noto Sans TC', 'Noto Serif TC', 'Microsoft JhengHei', '微軟正黑體';
	font-size: 1.5em;
	clear: both;
	margin-top: 0;
	padding-top: 20px;
	color: #054488;
	font-weight: 400;
}

.post-content h3 {
	/*font-family: "Montserrat", "微軟正黑體";*/
	font-family: 'Noto Sans TC', 'Noto Serif TC', 'Microsoft JhengHei', '微軟正黑體';
	/*font-weight: 400;*/
	font-size: 1.5em;
}

.post-content h4 {
	font-family: 'Noto Sans TC', 'Noto Serif TC', 'Microsoft JhengHei', '微軟正黑體';
	font-size: 1.125em;
	font-style: italic;
}

.post-content h5 {
	font-family: 'Noto Sans TC', 'Noto Serif TC', 'Microsoft JhengHei', '微軟正黑體';
	/*font-weight: 400 !important;*/
	/*font-size: 0.9375em !important;*/
	padding: 3px 0 10px 15px;
	margin: 0 0 15px 0 !important;
	background: #f3f4f3 url(../images/bg_h4.gif) repeat-x bottom left;
	border-top: #d6d6d6 solid 1px;
}

.post-content p,
.mce-content-body p,
.wpb_text_column p,
.comment-content p {
	font-family: "Montserrat", "微軟正黑體", "Microsoft JhengHei";
	font-size: 1em;
	/*1008fix*/
	line-height: 26px;
}

	.post-content p.image-left,
	.post-content p.image-right {
		margin-bottom: 0;
	}

.post-content .line {
	text-decoration: underline;
}

.post-content .italic {
	font-style: italic;
	margin-left: 4px;
	margin-right: 4px;
}

.post-content .highlight {
	background-color: yellow;
}

.post-content ol li,
.post-content ul li {
	margin-bottom: 16px;
	font-family: "Montserrat", "Microsoft JhengHei";
	font-size: 1em;
	line-height: 25px;
}

.post-content ul {
	padding-left: 10px;
}

.post-content ol {
	padding-left: 25px;
}

.post-content ul li {
	list-style: initial;
}

.post-content ol li {
	margin-left: 0;
	list-style-type: decimal;
	list-style-position: initial;
}

.post-content blockquote {
	background: #f3f3f3;
}

	.post-content blockquote p {
		font-family: "Montserrat", "Microsoft JhengHei";
		/*font-size: 1.75em;
    line-height: 38px;*/
		color: #000;
		padding: 20px;
		font-size: 1.375em;
		font-style: initial;
	}

.tip {
	border-left: #3598db solid 3px;
	padding: 5px 10px;
	font-style: italic;
	/*background: #f5f5f5;*/
}

@media (max-width: 767px) {
	.post .tip {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
}

/*.post-content .from {
    padding: 5px 10px 5px 35px;
    font-style: italic;
    background: #f5f5f5;
    position: relative;
}
.from:before {
    font: normal normal normal 30px/1 FontAwesome;
    content: "\f02e";
    font-size: 1em;
    margin-right: 5px;
    position: absolute;
    left: 12px;
    top: 9px;
}*/

.post-content .foreword {
	border: #222 solid 3px;
	margin: 30px 0;
	padding: 15px 25px;
	/*padding: 0 10px 0 25px;*/
	font-size: 1.5625em;
	line-height: 35px;
	color: #222;
}

@media (max-width: 767px) {
	.post-content .foreword {
		font-size: 1.5em;
		line-height: 34px;
		padding: 8px !important;
	}
}

.post-content .quote {
	font-size: 1.5em;
	color: #7791a0;
	letter-spacing: 1px;
	/*margin-bottom: 35px;*/
	line-height: 1.4;
	padding: 20px 20px 20px 65px;
	background-size: 37px 35px;
	background-position: 10px 0px;
	background-image: url(../images/quote.png);
	background-repeat: no-repeat;
}

.post-content .text-left,
.post-content .text-right {
	width: 40%;
	padding: 15px 55px 20px 55px;
	text-align: justify;
	border-top: #7791a0 solid 1px;
	border-bottom: #7791a0 solid 1px;
}

.post-content .quote.text-left {
	background-position: 0 15px;
	padding-left: 10px;
}

.post-content .quote.text-right {
	background-position: 0 15px;
	padding-right: 10px;
}

.post-content .text-left {
	float: left;
	position: relative;
	left: -20px;
	z-index: 1;
}

.post-content .text-right {
	float: right;
	position: relative;
	right: -20px;
	z-index: 1;
}

@media (max-width: 767px) {
	.post-content .quote {
		background-position: 0 0;
		padding: 8px 8px 8px 45px !important;
	}

	.post-content .text-left,
	.post-content .text-right {
		padding: 8px 20px 10px 20px !important;
		left: 0;
		right: 0;
	}
}

.post-content code {
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

.post-content .target-fix {
	position: relative;
	top: -60px;
	display: block;
	height: 0;
	/*overflow: hidden;*/
	border: none;
}

.post-content .table > tbody > tr > td,
.post-content .table > tbody > tr > th,
.post-content .table > tfoot > tr > td,
.post-content .table > tfoot > tr > th,
.post-content .table > thead > tr > td,
.post-content .table > thead > tr > th {
	/* border: none; */
	border-top: 1px solid #ddd;
	font-size: 0.9em;
	/*1008fix*/
}

.post-content .table > tbody > tr:last-child > td,
.post-content .table > tbody > tr:last-child > th,
.post-content .table > tfoot > tr:last-child > td,
.post-content .table > tfoot > tr:last-child > th,
.post-content .table > thead > tr:last-child > td,
.post-content .table > thead > tr:last-child > th {
	border-bottom: 1px solid #ddd;
}

@media (max-width: 1023px) {
	.image-left {
		left: 0;
		margin-right: 21px;
		margin-top: 6px;
		margin-bottom: 6px;
	}

	.image-right {
		right: 0;
		margin-left: 21px;
		margin-top: 6px;
		margin-bottom: 6px;
	}
}

@media (max-width: 991px) {
	.post-layout .post-information h1 {
		font-size: 2.1875em;
		line-height: 45px;
	}
}

@media (max-width: 500px) {
	.post-layout .post-information h1 {
		font-size: 1.75em;
		line-height: 40px;
	}

	.image-left,
	.image-right {
		margin-left: auto;
		margin-right: auto;
	}
	/*.image-left,.image-right {
        width: 100% !important;
        margin-right: 0 ;
        margin-left: 0;
    }
    .image-left img,.image-right img {
        width: 100%!important;
        height: auto !important;
    }*/
}

/* 內文資訊 */

.post-source-tags {
	margin-bottom: 0;
}

	.post-source-tags .tag-group {
		display: inline-block;
		margin: 10px 0;
	}

.main-content.col-md-12 .sharing-group {
	display: table;
	margin: 10px auto;
}

.main-content.col-md-12 .post-share-title {
	display: none;
}

/* top-menu */

.top-bar {
	background: #2b88ff;
}

.top-menu {
	float: right;
}

	.top-menu .nav > li > a,
	.top-menu .nav > li > a:focus {
		color: #fff;
		border-radius: 0;
	}

		.top-menu .nav > li > a:hover {
			background-color: rgba(176, 226, 142, 0.7);
		}

@media (min-width: 1200px) {
	.top-bar .container {
		padding: 0;
	}
}

@media (max-width: 767px) {
	.top-bar {
		display: none;
	}
}

/* popup */

.white-popup-block.explain {
	background: #fff;
	color: #000;
	text-align: left;
	padding: 0 10px;
}

.explain h4 {
	border-bottom: #444 solid 1px;
	padding: 10px 0;
	font-size: 1.125em;
	margin-bottom: 10px;
	color: #f00;
}

.explain pre {
	margin-top: 0;
}

	.explain pre span {
		text-decoration: underline;
	}

.white-popup-block.explain:before,
.white-popup-block.explain:after {
	background-image: inherit;
	background: transparent;
}

.white-popup-block:after {
	background: rgba(0, 0, 0, 0.5);
	background: -moz-linear-gradient( 45deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 100% );
	background: -webkit-gradient( left bottom, right top, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(0, 0, 0, 0.2)) );
	background: -webkit-linear-gradient( 45deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 100% );
	background: -o-linear-gradient( 45deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 100% );
	background: -ms-linear-gradient( 45deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 100% );
	background: linear-gradient( 45deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 100% );
}

.btn-popups,
.post-content .btn-popups:focus,
.post-content .btn-popups:hover {
	background: #fff;
	color: #000;
	/*font-size: 0.9375em;*/
	text-decoration: none !important;
	padding: 0 10px;
	border-radius: 5px;
	border: #000 solid 1px;
	margin: 0 0 20px;
	display: table;
	clear: both;
	/*display: none;*/
}

.post-content .btn-popups:hover {
	background: #0072e3;
	border: #0072e3 solid 1px;
}

.wp-caption-text,
.wp-caption-dd {
	font-size: 0.75em;
	font-family: "Verdana", "Microsoft JhengHei";
}

.mfp-bottom-bar {
	font-size: 0.875em;
}

/* main-sidebar */

.main-sidebar {
	padding-right: 0;
	padding-left: 0;
	position: relative;
}

.body-affix .main-sidebar-inner {
	width: 100%;
}

@media (min-width: 992px) {
	.body-affix .main-sidebar-inner {
		margin-top: 25px;
	}
}

.body-affix .main-sidebar > .block-wrap {
	margin: 0;
}

.body-affix .main-sidebar-inner .block-wrap {
	/*margin-left: -65px;*/
	margin-top: 0;
}

.main-sidebar .block-wrap,
.main-sidebar .block-wrap ul {
	margin-top: 0;
}

.main-sidebar .main-sidebar-inner .block-wrap {
	padding: 0 0 0 10px;
	display: inline-block;
}

@media (min-width: 768px) and (max-width: 992px) {
	.body-affix .main-sidebar-inner {
		padding-right: 0;
		left: 30px;
	}
}

@media (min-width: 992px) {
	.main-sidebar > .block-wrap {
		padding: 0 0 0 10px;
		margin-top: 0;
		display: inline-block;
	}
}

@media (max-width: 991px) {
	.body-affix .main-sidebar-inner {
		padding-right: 10px;
	}

	.main-sidebar {
		padding-right: 0;
	}

	.body-affix .main-sidebar-inner {
		padding-right: 0;
	}
}

@media (max-width: 767px) {
	.body-affix .main-sidebar-inner {
		right: 0;
		padding: 0;
	}

	.main-sidebar .main-sidebar-inner .block-wrap {
		width: 100%;
	}

	.main-sidebar {
		padding: 10px;
	}
}

@media (max-width: 500px) {
	.main-sidebar,
	.main-content-inner {
		padding: 0;
	}

	.body-affix .main-sidebar-inner {
		margin-top: 42px;
	}
}

.main-sidebar .block-title {
	font-family: 'Noto Sans TC', 'Noto Serif TC', 'Microsoft JhengHei', '微軟正黑體';
	display: block;
	padding: 10px;
	margin: 0 10px;
	font-size: 0.875em;
	font-weight: 400;
	letter-spacing: 1px;
	background: #2b88ff;
	background: -moz-linear-gradient(90deg, #2b88ff 0%, #0072e3 100%);
	background: -webkit-gradient( left bottom, right top, color-stop(0%, #2b88ff), color-stop(100%, #0072e3) );
	background: -webkit-linear-gradient(#2b88ff 0%, #0072e3 100%);
	background: -o-linear-gradient(90deg, #2b88ff 0%, #0072e3 100%);
	background: -ms-linear-gradient(90deg, #2b88ff 0%, #0072e3 100%);
	background: linear-gradient(90deg, #2b88ff 0%, #0072e3 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#2b88ff', endColorstr='#0072e3', GradientType=1);
}

.block-wrap .thumbnail {
	margin-bottom: 10px;
	background-color: transparent;
	border: none;
	padding: 0;
}

.block-wrap ul li {
	list-style: none;
}

.main-sidebar .block-wrap .latest-news {
	/*margin-left:40px;*/
	margin: 0 10px 40px;
	padding: 0;
}

.block-wrap .latest-news .date,
.block-wrap .more {
	display: none;
}

.block-wrap .latest-news li {
	position: relative;
	padding: 10px 15px 10px 45px;
	padding-right: 15px;
	line-height: 24px;
	border-top: transparent solid 1px;
	border-bottom: transparent solid 1px;
	margin: 0px;
	/*font-size: 0.9375em;*/
	-webkit-transition: box-shadow 0.3s ease-out, opacity 0.3s cubic-bezier(0.39, 0.76, 0.51, 0.56);
	-moz-transition: box-shadow 0.3s ease-out, opacity 0.3s cubic-bezier(0.39, 0.76, 0.51, 0.56);
	-o-transition: box-shadow 0.3s ease-out, opacity 0.3s cubic-bezier(0.39, 0.76, 0.51, 0.56);
	transition: box-shadow 0.3s ease-out, opacity 0.3s cubic-bezier(0.39, 0.76, 0.51, 0.56);
}

	.block-wrap .latest-news li:first-child {
		padding-top: 15px;
	}

	.block-wrap .latest-news li:last-child {
		padding-bottom: 20px;
	}

	.block-wrap .latest-news li:hover {
		background: #e9fbff;
		border-top: #ddd solid 1px;
		border-bottom: #ddd solid 1px;
		/*box-shadow: rgba(108,108,108,.2) 0px 1px 10px;*/
	}

.latest-news li:before {
	position: absolute;
	left: 8px;
	padding-right: 3px;
	width: 32px;
	text-align: right;
	/*font-weight: 400;*/
	font-size: 1.25em;
	line-height: 25px;
	color: #50b585;
	background: -webkit-linear-gradient(120deg, #0492b7, #b483a6);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.latest-news li:nth-child(1):before {
	content: "1.";
}

.latest-news li:nth-child(2):before {
	content: "2.";
}

.latest-news li:nth-child(3):before {
	content: "3.";
}

.latest-news li:nth-child(4):before {
	content: "4.";
}

.latest-news li:nth-child(5):before {
	content: "5.";
}

.latest-news li:nth-child(6):before {
	content: "6.";
}

.latest-news li:nth-child(7):before {
	content: "7.";
}

.latest-news li:nth-child(8):before {
	content: "8.";
}

.latest-news li:nth-child(9):before {
	content: "9.";
}

.latest-news li:nth-child(10):before {
	content: "10.";
}

.latest-news li a {
	/*font-weight: 400;*/
	color: #151719;
}

.banner-group .thumbnail a img {
	opacity: 0.75 !important;
	-webkit-transition: box-shadow 0.3s ease-out, opacity 0.3s cubic-bezier(0.39, 0.76, 0.51, 0.56);
	-moz-transition: box-shadow 0.3s ease-out, opacity 0.3s cubic-bezier(0.39, 0.76, 0.51, 0.56);
	-o-transition: box-shadow 0.3s ease-out, opacity 0.3s cubic-bezier(0.39, 0.76, 0.51, 0.56);
	transition: box-shadow 0.3s ease-out, opacity 0.3s cubic-bezier(0.39, 0.76, 0.51, 0.56);
}

.banner-group .thumbnail a:hover img {
	opacity: 1 !important;
	box-shadow: rgba(108, 108, 108, 0.2) 0 2px 2px, rgba(108, 108, 108, 0.2) 0 4px 4px, rgba(108, 108, 108, 0.2) 0 8px 8px, rgba(108, 108, 108, 0.2) 0 16px 16px, rgba(108, 108, 108, 0.2) 0 32px 32px, rgba(108, 108, 108, 0.1) 0 64px 64px;
}

.main-sidebar .block-wrap .anchor {
	margin: 0 10px 40px;
	padding: 0;
}

.anchor li {
	padding: 5px 0;
	list-style: none;
	/*font-size: 0.9375em;*/
	margin: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	max-height: 20px\9;
}

	.anchor li a {
		color: #000;
	}

		.anchor li a:hover,
		.anchor li a:focus {
			color: #b6924a;
		}

.block-wrap .anchor li ul {
	margin: 5px 0;
}

	.block-wrap .anchor li ul li {
		border-left: #f3f3f3 solid 2px;
		padding-left: 15px;
	}

@media (max-width: 991px) {
	.banner-group .thumbnail {
		padding-left: 4px;
	}
}

@media (max-width: 414px) {
	.banner-group .thumbnail {
		width: 100%;
	}
}

/*  promote block-wrap */

.main-sidebar .main-sidebar-inner .promote.block-wrap {
	display: block;
	padding: 0;
}

@media (max-width: 500px) {
	.main-sidebar .main-sidebar-inner .promote.block-wrap {
		margin-top: 0;
	}
}

.promote .block-title {
	display: none;
}

.promote .list-group li .list-group-item i {
	float: right;
	margin-top: -3px;
	margin-right: -10px;
	background: #fff;
	width: 33px;
	height: 33px;
	color: #2d5de0;
	text-indent: 12px;
	line-height: 33px;
	border-radius: 50%;
}

.promote .list-group li.open .list-group-item i {
	color: #1154b7;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}

.main-sidebar .promote .list-group-item {
	padding: 8px 15px 6px 18px;
	margin-bottom: 5px;
}

.promote .list-group > li + li {
	margin-top: 10px;
}

.promote .list-group > li > a {
	color: #fff;
	/*font-size: 1.125em;*/
	font-size: 1.75rem;
	background: #2d5de0;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}

	.promote .list-group > li > a:hover,
	.promote .list-group li.open > a {
		background: #1154b7;
	}

		.promote .list-group > li > a:hover i {
			color: #1154b7;
		}

.promote .list-group li.open > a {
	position: absolute;
	width: 100%;
}

.promote .list-group .sub-nav {
	opacity: 0;
	display: none;
}

.promote .list-group .open .sub-nav {
	background: #fff;
	box-shadow: rgba(37, 85, 124, 0.4) 0px 1.2px 18.5px;
	width: 100%;
	padding: 55px 15px 15px;
	margin: 0;
	border-radius: 25px;
	opacity: 1;
}

/* .promote .list-group>li {
    position: relative;
}
.promote .list-group li .sub-nav::before {    
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    display: none;
    opacity: 0.4;
    left: 32%;
    top: 19%;
    -webkit-transform: rotate(20deg);
    transform: rotate(10deg);
}

.promote .list-group li .sub-nav::before {   
    display: block;
} */

.promote .list-group #liEPATWH7 .sub-nav {
	/* background: #fff url(../images/bg-promote-01.png) no-repeat center 80%; */
	background: #fff url(../images/bg-promote-01.png) no-repeat 92% 80%;
}

.promote .list-group #liEPATWH8 .sub-nav {
	/* background: #fff url(../images/bg-promote-02.png) no-repeat center 80%; */
	/* background: #fff url(../images/bg-promote-02.png) no-repeat 92% 80%; */
}

.promote .list-group #liEPATWH9 .sub-nav {
	/* background: #fff url(../images/bg-promote-03.png) no-repeat center 80%; */
	background: #fff url(../images/bg-promote-03.png) no-repeat 92% 80%;
}

.promote .list-group #liEPATWH10 .sub-nav {
	/* background: #fff url(../images/bg-promote-04.png) no-repeat center 80%; */
	background: #fff url(../images/bg-promote-04.png) no-repeat 92% 80%;
}

.promote .list-group #liEPATWH11 .sub-nav {
	/* background: #fff url(../images/bg-promote-05.png) no-repeat center 80%; */
	background: #fff url(../images/bg-promote-05.png) no-repeat 92% 80%;
}

.promote .list-group #liEPATWH12 .sub-nav {
	/* background: #fff url(../images/bg-promote-09.png) no-repeat center 80%; */
	background: #fff url(../images/bg-promote-09.png) no-repeat 92% 80%;
}

.promote .list-group #liEPATWH16 .sub-nav {
	background: #fff url(../images/bg-promote-toiletries.png) no-repeat 92% 80%;
}

.promote .list-group .sub-nav a {
	color: #444;
	font-size: 0.875em;
	font-weight: 400;
}

	.promote .list-group .sub-nav a::before {
		content: "\f0da";
		font-family: "Font Awesome 5 Free";
		display: inline;
		margin-right: 10px;
		color: #fff;
	}

	.promote .list-group .sub-nav .active a,
	.promote .list-group .sub-nav a:hover {
		color: #0071ba;
	}

		.promote .list-group .sub-nav .active a::before,
		.promote .list-group .sub-nav a:hover::before {
			color: #0071ba;
		}

.tag-group {
}

	.tag-group li {
		float: left;
	}

footer .tag-group {
	padding: 5px 20px 5px 12px;
	overflow: auto;
}

	footer .tag-group li {
		margin-left: 10px;
		margin-bottom: 10px;
	}

.tag-group a {
	background: #fff;
	color: #000;
	font-size: 0.875em;
	font-family: "Montserrat", "Microsoft JhengHei";
}

	.tag-group a:hover,
	.tag-group a:focus {
		background: #0072e3;
		color: #000;
	}

/* list-layout */

.news-wrap .thumbnail {
	border: none;
}

	.news-wrap .thumbnail .pic {
		width: calc(33.3%);
	}

.news-wrap .caption .title {
	margin-bottom: 5px;
	margin-top: 0;
	font-size: 1.25em;
}

.news-wrap .caption {
	height: inherit;
	padding: 0 20px;
	width: 66.6%;
}

.news-wrap .post-keywords {
	display: block;
	margin: 10px 0 0;
}

.pic.effect .view-more:before {
	display: none;
}

@media (min-width: 768px) {
	.pic.effect img {
		-webkit-transform: scale(1.4);
		transform: scale(1.4);
	}

	.pic.effect:hover img {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}

	.pic.effect .view-more:before {
		top: 65px;
		bottom: 65px;
		display: block;
	}

	.news-wrap .pic.effect .view-more:before {
		top: 45px;
		bottom: 45px;
	}
}

.news-grid {
	margin-left: -15px;
}

	.news-grid .main-title {
		margin: 10px 15px;
	}

	.news-grid .col-md-4 {
		padding-right: 0;
	}

	.news-grid .thumbnail {
		border: none;
		margin: 5px 0 0;
	}

@media (max-width: 414px) {
	.news-grid .thumbnail {
		min-height: inherit;
		margin-bottom: 15px;
	}

	.main-content-inner .news-wrap {
		margin-left: 0;
	}

	.news-wrap .thumbnail .pic,
	.news-wrap .caption {
		width: 100%;
	}

	.news-wrap .thumbnail .pic {
		padding: 0;
	}

	.news-wrap .caption {
		padding: 10px 0;
	}

	.news-grid .col-xs-6 {
		padding: 0;
	}
}

.news-grid .thumbnail .caption {
	padding: 10px;
}

	.news-grid .thumbnail .caption .title,
	.news-grid .thumbnail .caption .title a,
	.news-list .caption .title a {
		font-family: "Montserrat", "Noto Sans TC";
		font-weight: 400;
		color: #000;
	}

	.news-grid .thumbnail .caption .meta-info {
		margin-bottom: 5px;
	}

	.news-grid .thumbnail .caption p {
		margin-bottom: 0;
	}

.news-grid .caption .meta-info .post-date {
	margin-right: 0;
	float: right;
}

.news-grid.video .thumbnail {
	min-height: 275px;
	margin: 0;
}

	.news-grid.video .thumbnail .pic {
		height: 170px;
	}

	.news-grid.video .thumbnail .videoImg,
	.news-grid.video .thumbnail .videoImg:hover {
		opacity: 1;
	}

@media (max-width: 768px) {
	.news-wrap .caption .btn-read-more {
		display: none;
	}

	.news-wrap .thumbnail .pic.effect {
		padding: 0;
		max-height: 110px;
	}
}

/* thumbnail pic & effect */

.thumbnail .pic.effect {
	background: -webkit-linear-gradient(top left, #710068, #6dd02a);
	background: -o-linear-gradient(top left, #2b88ff, #6dd02a);
	background: linear-gradient(to bottom right, #710068, #6dd02a);
}

/* pagination */

.pagination {
	margin: 20px 15px 40px;
}

/* alert */

.alert-default {
	margin: 0 15px;
	background: #efefef;
	font-size: 1em;
	border-radius: 0;
}

.alert p {
	font-size: 1em;
	font-family: "Verdana", "Microsoft JhengHei";
	text-align: center;
}

/* footer */

.footer .sub-footer {
	padding: 30px 0;
	background: #2b88ff;
	background: -webkit-linear-gradient(top, #3fb4f8, #2b88ff);
	background: -moz-linear-gradient(top, #3fb4f8, #2b88ff);
	background: -ms-linear-gradient(top, #3fb4f8, #2b88ff);
	background: -o-linear-gradient(top, #3fb4f8, #2b88ff);
}

	.footer .sub-footer .container {
		padding: 0;
	}

	.footer .sub-footer p {
		color: #fff;
		font-family: 'Noto Sans TC', 'Noto Serif TC', 'Microsoft JhengHei', '微軟正黑體';
		padding: 0;
		text-align: center;
		font-size: 1.3em;
	}

/* Slider */

#Slider {
	z-index: 0;
	width: 100%;
	/*height: 100%;*/
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	box-shadow: rgba(37, 85, 124, 0.4) 0px 1.2px 18.5px;
}

	#Slider .main-title {
		display: none;
	}

	#Slider .swiper-wrapper {
		/*transform: inherit !important;*/
	}

	#Slider .swiper-slide {
		text-align: center;
		font-size: 1.125em;
		background: #fff;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
	}

	#Slider .image {
		/* height: 375px; */
		width: 100%;
		background-size: cover;
		background-position: center;
		position: relative;
		cursor: -webkit-grab;
	}

		#Slider .image:before {
			content: "";
			/*display: block;*/
			display: none;
			position: absolute;
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			-webkit-transition: opacity 1s;
			-moz-transition: opacity 1s;
			-ms-transition: opacity 1s;
			-o-transition: opacity 1s;
			transition: opacity 1s;
			background: linear-gradient( top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100% );
			background: -webkit-linear-gradient( top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100% );
			background: -moz-linear-gradient( top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100% );
			background: -ms-linear-gradient( top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100% );
			background: -o-linear-gradient( top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.5) 100% );
			/*background: url(../images/icon-play-ie.png) center no-repeat\0;*/
		}

@media (min-width: 768px) {
	#Slider .image img {
		width: 100%;
		height: 375px;
	}
}

#Slider .carousel-caption {
	/*padding-bottom: 0;*/
	text-align: left;
	margin: 0 auto;
	padding-top: 0;
	height: auto;
	/*top: calc(50% - 20%);
    left: calc(50% - 25%);*/
	position: absolute;
	bottom: 10px;
	left: calc(50% - 45%);
	width: 90%;
}

	#Slider .carousel-caption h3 {
		text-align: left;
		color: #fff;
		font-size: 1.875em;
		font-weight: normal;
		padding: 5px 0;
		margin: 15px 0;
		line-height: 40px;
		text-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
	}

		#Slider .carousel-caption h3 a {
			color: #fff;
		}

	#Slider .carousel-caption p {
		/*font-size: 0.9375em;*/
		margin: 0;
		color: #ddd;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		max-height: 40px\9;
	}

@-moz-document url-prefix() {
	#Slider .carousel-caption p {
		max-height: 40px;
	}
}

@media screen\0 {
	#Slider .carousel-caption p {
		max-height: 40px;
	}
}

@supports (-ms-ime-align: auto) {
	#Slider .carousel-caption p {
		max-height: 40px;
	}
}

#Slider .swiper-button-next {
	width: 50px;
	height: 54px;
	background-image: none;
	/* url(../images/btn-next.jpg)*/
	background-size: contain;
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	display: inline;
	color: #fff;
	text-align: center;
	padding-top: 10px;
}

#Slider .swiper-button-prev {
	width: 50px;
	height: 54px;
	background-image: none;
	/* url(../images/btn-prev.jpg)*/
	background-size: contain;
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	display: inline;
	color: #fff;
	text-align: center;
	padding-top: 10px;
}

	#Slider .swiper-button-prev:before {
		content: "\f053";
	}

#Slider .swiper-button-next:before {
	content: "\f054";
}

#Slider .swiper-button-next:hover,
#Slider .swiper-button-prev:hover {
	opacity: 0.8;
}

#Slider .swiper-pagination-bullet-active {
	background: #90c225;
}

#Slider .swiper-pagination-bullet {
	background: #fff;
}

.view-more {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 480;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
}

#Slider .view-more {
	font-size: 1.125em;
	font-weight: 400;
	color: #2d5de0;
	background: #fff;
	text-indent: inherit;
	width: initial;
	height: initial;
	display: block;
	left: initial;
	top: inherit;
	opacity: inherit;
	bottom: 20px;
	right: 20px;
	padding: 10px 25px;
	border-radius: 20px;
	padding: 10px 15px;
}

	#Slider .view-more:hover {
		background: rgba(0, 0, 0, 0.5);
		color: #fff;
	}

	#Slider .view-more::after {
		content: "\f054";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		display: inline;
		margin-left: 10px;
	}

#Slider .meta a {
	color: #fff;
}

@media (max-width: 991px) {
}

/*768 height*/

@media (max-height: 768px) {
	#Slider .image {
		/* height: 450px; */
	}
	/*.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom  { bottom: 30px; }*/
}

@media (max-width: 595px) {
	#Slider .swiper-button-next,
	#Slider .swiper-button-prev {
		display: none;
	}
}

@media (max-width: 566px) {
	#Slider {
		margin-top: 0;
	}

		#Slider.slick-initialized .image {
			height: 350px;
		}

		#Slider .view-more {
			position: absolute;
			width: 100%;
			height: 100%;
			left: 0;
			top: 0;
			z-index: 1;
			background: transparent;
			text-indent: -9999em;
		}
}

@media (max-width: 417px) {
	#Slider .carousel-caption h3 {
		font-size: 1.375em;
		line-height: 30px;
		margin: 10px 0;
	}
}

/* custom slider */

#Slider .swiper-slide .slide-title {
	background: #fbec20;
	z-index: 2;
	position: absolute;
	padding: 15px;
	left: 20px;
	top: 20px;
	color: #000;
	font-size: 1.875em;
	font-weight: 400;
	line-height: 22px;
	text-align: left;
}

#Slider .swiper-slide.custom::before {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	z-index: 1;
}

#Slider .swiper-slide.custom .caption {
	position: absolute;
	z-index: 2;
	width: 80%;
	/*height: 50%;*/
	left: calc(100% - 90%);
	top: calc(45%);
}

@media (min-width: 768px) {
	#Slider .swiper-slide.custom .col-md-15:nth-child(even) {
		margin-top: -40px;
	}
}

#Slider .swiper-slide.custom a[class*="topic-"] span {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -33px;
	color: #fff;
	font-size: 1em;
}

#Slider .swiper-slide.custom a[class*="topic-"] {
	border-radius: 50%;
	width: 90px;
	height: 90px;
	display: table-cell;
	vertical-align: middle;
	border: #fff solid 2px;
	background: rgba(255, 255, 255, 0.8) url(../images/bg-promote-01.png) no-repeat center 44%;
	background-size: 90%;
}

	#Slider .swiper-slide.custom a[class*="topic-"]:hover {
		border: #000 solid 2px;
		background: rgba(0, 0, 0, 0.5) url(../images/bg-promote-01.png) no-repeat center 44%;
		background-size: 90%;
	}

#Slider .swiper-slide.custom .col-md-15:nth-child(2) a[class*="topic-"] {
	background: rgba(255, 255, 255, 0.8) url(../images/bg-promote-02.png) no-repeat center 44%;
	background-size: 90%;
}

	#Slider .swiper-slide.custom .col-md-15:nth-child(2) a[class*="topic-"]:hover {
		background: rgba(0, 0, 0, 0.5) url(../images/bg-promote-02.png) no-repeat center 44%;
		background-size: 90%;
	}

#Slider .swiper-slide.custom .col-md-15:nth-child(3) a[class*="topic-"] {
	background: rgba(255, 255, 255, 0.8) url(../images/bg-promote-03.png) no-repeat center 44%;
	background-size: 90%;
}

	#Slider .swiper-slide.custom .col-md-15:nth-child(3) a[class*="topic-"]:hover {
		background: rgba(0, 0, 0, 0.5) url(../images/bg-promote-03.png) no-repeat center 44%;
		background-size: 90%;
	}

#Slider .swiper-slide.custom .col-md-15:nth-child(4) a[class*="topic-"] {
	background: rgba(255, 255, 255, 0.8) url(../images/bg-promote-04.png) no-repeat center 44%;
	background-size: 80%;
}

	#Slider .swiper-slide.custom .col-md-15:nth-child(4) a[class*="topic-"]:hover {
		background: rgba(0, 0, 0, 0.5) url(../images/bg-promote-04.png) no-repeat center 44%;
		background-size: 80%;
	}

#Slider .swiper-slide.custom .col-md-15:nth-child(5) a[class*="topic-"] {
	background: rgba(255, 255, 255, 0.8) url(../images/bg-promote-05.png) no-repeat center 44%;
	background-size: 85%;
}

	#Slider .swiper-slide.custom .col-md-15:nth-child(5) a[class*="topic-"]:hover {
		background: rgba(0, 0, 0, 0.5) url(../images/bg-promote-05.png) no-repeat center 44%;
		background-size: 85%;
	}

#Slider .swiper-slide.custom .col-md-15:nth-child(6) a[class*="topic-"] {
	background: rgba(255, 255, 255, 0.8) url(../images/bg-promote-06.png) no-repeat center 44%;
	background-size: 85%;
}

	#Slider .swiper-slide.custom .col-md-15:nth-child(6) a[class*="topic-"]:hover {
		background: rgba(0, 0, 0, 0.5) url(../images/bg-promote-06.png) no-repeat center 44%;
		background-size: 85%;
	}

/* VideoArea */

.videoArea {
	background: #fff;
	box-shadow: rgba(37, 85, 124, 0.4) 0px 1.2px 18.5px;
	position: relative;
	clear: both;
	margin-bottom: 20px;
	padding: 10px 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.main-content .videoArea .main-title {
	margin: 15px 0;
	text-align: center;
	line-height: inherit;
	border: none;
}

.main-content .videoArea .more {
	position: absolute;
	margin-top: inherit;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	display: block;
	bottom: -10px;
	width: 150px;
	background: #2d5de0;
	font-size: 0.875em;
	color: #fff;
	padding: 8px 15px;
	border-radius: 20px;
}

	.main-content .videoArea .more:hover {
		background: #1154b7;
	}

	.main-content .videoArea .more::after {
		content: "\f054";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		display: inline;
		margin-left: 10px;
		float: right;
	}

.videoarea.row img {
	width: 100%;
	height: 130px;
	margin-bottom: 1rem;
}

.videoImg {
	position: relative;
	height: 170px;
	background-size: cover;
	display: block;
}

	.videoImg:hover {
		opacity: 1;
	}

	.videoImg:before {
		content: "\f04b";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		position: absolute;
		z-index: 1;
		display: block;
		background: rgba(0, 0, 0, 0.6);
		top: calc(40% - 25px);
		left: 40%;
		color: #fff;
		font-size: 1.5625em;
		border: #fff solid 1px;
		height: 60px;
		width: 60px;
		border-radius: 30px;
		text-align: center;
		padding-top: 18px;
		padding-left: 5px;
	}

.videoArea .videoImg {
	display: block;
	width: 100%;
	height: 130px;
	overflow: hidden;
}

	.videoArea .videoImg img {
		width: 100%;
	}

.videoArea .pic.effect:hover img {
	opacity: 1;
}

.videoArea .video-wrap p {
	font-size: 1em;
	line-height: 24px;
	height: 70px;
	padding: 10px 0;
	margin: 0;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.videoArea .video-wrap {
	margin-bottom: 40px;
}

	.videoArea .video-wrap a {
		color: #555555;
	}

@media (max-width: 768px) {
	.videoArea {
		margin-top: 30px;
	}

		.videoArea .video-wrap {
			margin-bottom: 0;
		}

		.videoArea .videoImg {
			width: 55%;
			height: 210px;
			margin: auto;
		}

		.videoArea .video-wrap p {
			text-align: center;
		}
}

@media (max-width: 500px) {
	.main-content .videoArea .more {
		bottom: -33px;
	}

	.videoArea .videoImg {
		width: 100%;
	}
}

@media (max-width: 414px) {
	.videoArea .video-wrap {
		width: 100%;
	}

	.videoArea .videoImg {
		height: 170px;
	}
}

.videoarea.row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.videoarea .col-md-4.col-sm-4 {
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.videoarea [class*="col-"] {
	float: none;
	display: flex;
}

.video-link {
	margin-bottom: 24px;
	height: calc(100% - 24px);
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
}

.videotext {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

/* latestArea */

.latestArea {
}

.main-content .latestArea .more {
	position: absolute;
	margin-top: inherit;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	display: block;
	bottom: -10px;
	width: 150px;
	background: #2d5de0;
	font-size: 0.875em;
	color: #fff;
	padding: 8px 15px;
	border-radius: 20px;
}

	.main-content .latestArea .more::after {
		content: "\f054";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		display: inline;
		margin-left: 10px;
		float: right;
	}

	.main-content .latestArea .more:hover {
		background: #1154b7;
	}

.main-content .latestArea .main-title {
	margin: 15px 0;
	line-height: inherit;
	border: none;
	/* color: #fff; */
	color: #0036a5;
}

	.main-content .latestArea .main-title span {
		color: #1154b7;
		font-size: 0.875em;
		margin-left: 0;
		width: 100%;
		display: block;
		height: 15px;
	}

.latestArea .latest-news {
	background: #fff;
	box-shadow: rgba(37, 85, 124, 0.4) 0px 1.2px 18.5px;
	padding: 10px 0 30px;
	margin: 10px 0;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

	.latestArea .latest-news li {
		padding: 10px 15px;
		list-style: none;
		/*font-size: 0.9375em;*/
		margin: 0;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		max-height: 35px\9;
		border-bottom: #c1c1c1 dashed 1px;
		display: block !important;
	}

		.latestArea .latest-news li:before {
			display: none;
		}

		.latestArea .latest-news li a:hover {
			color: #91aac3;
		}

.post-category {
	display: inline-block;
	background: #39871e;
	margin-right: 5px;
	padding: 3px 22px;
	border-radius: 15px;
	/*font-size: 0.875em;*/
	/*font-weight: 400;*/
	color: #ffffff;
}

.latest-news li .post-category a {
	color: #fff;
}

/* .latest-news .post-category a {
  background: #577e05;
  margin-right: 5px;
  padding: 3px 22px;
  border-radius: 15px;
  font-size: 0.875em;
  font-weight: 400;
}

.latest-news li .post-category a,
.latest-news li .post-category a:hover {
  color: #fff;
}

.latest-news .post-category a:hover {
  background-color: #2b88ff;
} */

/* search-wrap */

.search-title .search-query {
	color: #63bbf2;
}

.page-header {
	margin: 0 0 20px 0;
	padding: 0 15px;
}

.search-wrap {
}

	.search-wrap .form-group {
		position: relative;
	}

	.search-wrap .form-control {
		width: 90%;
	}

	.search-wrap .btn-search {
		position: absolute;
		right: 0;
		top: 0;
		padding: 9px 20px;
	}

	.search-wrap input[type="submit"]:hover {
		background: #710068;
		color: #fff;
	}

/* cp */

.main-content-inner {
	background: #fff;
	padding: 20px;
	box-shadow: rgba(37, 85, 124, 0.4) 0px 1.2px 18.5px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

@media (min-width: 768px) {
	.main-content-inner {
		min-height: 800px;
	}
}

#Content h3 {
	color: #3c7f9e;
	font-size: 1em;
	font-weight: 400;
	border-bottom: #b7e9ed solid 3px;
	padding-bottom: 8px;
	padding-left: 5px;
	margin: 15px 0;
}

.main-content-inner h4 {
	color: #333;
	font-size: 1em;
	font-weight: 400;
	margin: 10px;
}

	.main-content-inner h4::before {
		content: "\f45c";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		display: inline;
		margin-right: 10px;
	}

.post-header h1 {
	margin-top: 0;
}

/* BannerArea */

.BannerArea {
	position: relative;
	clear: both;
	/*display: none;*/
}

/* BannerSlide */

#BannerSlide {
	width: 85%;
	margin: auto;
	padding-bottom: 10px;
	position: initial;
}

	#BannerSlide .swiper-button-next,
	#BannerSlide .swiper-button-prev {
		top: 40%;
	}

	#BannerSlide .thumbnail {
		box-shadow: rgba(37, 85, 124, 0.4) 0px 1.2px 18.5px;
		border: none;
		text-align: center;
	}

	#BannerSlide .swiper-pagination {
		bottom: 0;
	}

.main-content .BannerArea .main-title {
	margin: 15px 0;
	line-height: inherit;
	border: none;
	/* color: #fff; */
	color: #19428d;
	text-align: center;
}

	.main-content .BannerArea .main-title span {
		color: #646464;
		font-size: 0.875em;
		margin-left: 0;
		width: 100%;
		display: block;
		height: 15px;
	}

@media (min-width: 500px) {
	.BannerArea {
		margin: 20px 0;
		padding: 1.5rem 0 0 0;
	}

	#BannerSlide {
		width: 90%;
	}

		#BannerSlide .thumbnail {
			display: flex;
			text-align: left;
		}

			#BannerSlide .thumbnail img {
				margin: 10px;
			}

			#BannerSlide .thumbnail .caption {
				width: 60%;
				font-family: 'Noto Sans TC', 'Noto Serif TC', 'Microsoft JhengHei', '微軟正黑體';
				font-weight: 400;
				line-height: 22px;
				padding: 15px 0;
			}
}

/* DISP Core */

#Dwn_Table {
}

.TabMsg th {
	background: #000;
	color: #fff;
}

	.TabMsg th em {
		font-style: normal;
	}

.TabMsg th,
.TabMsg td {
	/*font-size: 0.9375em;*/
}

#QNA_Table {
	margin-top: 15px;
}

#News_List {
}

	#News_List ul {
		padding-left: 0;
	}

		#News_List ul li {
			margin: 0 0 0 0.75rem;
		}

.ListMsg li {
	list-style: none;
	padding: 10px 0;
	border-bottom: #bfbfbf dashed 1px;
	clear: both;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

	.ListMsg li + li {
	}

.ListMsg .Item {
	float: left;
	text-align: center;
	border-radius: 15px;
	background: #e97f2a;
	color: #fff;
	padding: 4px;
	width: 30px;
	height: 30px;
	font-size: 0.875em;
}

.ListMsg .Title {
	width: calc(100% - 140px);
	line-height: 30px;
	/*font-size: 0.9375em;*/
	display: inline-block;
	padding-left: 5px;
}

	.ListMsg .Title a {
		color: #444;
	}

		.ListMsg .Title a:hover {
			text-decoration: underline;
		}

.ListMsg .Date {
	color: #0083b5;
	line-height: 30px;
	font-family: verdana;
	/* float: right; */
	text-align: right;
	display: inline-block;
}

#QNACp,
#NewsCp {
}

	#NewsCp .Date,
	#QNACp .Date {
		float: right;
		font-family: verdana;
	}

.BtnBack,
.BtnBack:hover {
	background: #0083b5;
	color: #fff;
	/*font-size: 0.9375em;*/
	padding: 5px 10px 5px 8px;
	display: inline-block;
}

	.BtnBack::before {
		content: "\f053";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		display: inline;
		margin-right: 10px;
	}

.BtnTop {
	display: none;
}

/* custom background */

.EPATWH74 .border .main-content-inner,
.EPATWH75 .border .main-content-inner,
.EPATWH84 .border .main-content-inner,
.EPATWH85 .border .main-content-inner,
.EPATWH94 .border .main-content-inner,
.EPATWH95 .border .main-content-inner,
.EPATWH104 .border .main-content-inner,
.EPATWH105 .border .main-content-inner,
.EPATWH114 .border .main-content-inner,
.EPATWH115 .border .main-content-inner {
	overflow-x: hidden;
}

	.EPATWH74 .border .main-content-inner > *,
	.EPATWH84 .border .main-content-inner > *,
	.EPATWH94 .border .main-content-inner > *,
	.EPATWH104 .border .main-content-inner > *,
	.EPATWH114 .border .main-content-inner > *,
	.EPATWH75 .border .main-content-inner > *,
	.EPATWH85 .border .main-content-inner > *,
	.EPATWH95 .border .main-content-inner > *,
	.EPATWH105 .border .main-content-inner > *,
	.EPATWH115 .border .main-content-inner > * {
		z-index: 1;
		position: relative;
	}

	.EPATWH74 .border .main-content-inner::before,
	.EPATWH84 .border .main-content-inner::before,
	.EPATWH94 .border .main-content-inner::before,
	.EPATWH104 .border .main-content-inner::before,
	.EPATWH114 .border .main-content-inner::before,
	.EPATWH75 .border .main-content-inner::before,
	.EPATWH85 .border .main-content-inner::before,
	.EPATWH95 .border .main-content-inner::before,
	.EPATWH105 .border .main-content-inner::before,
	.EPATWH115 .border .main-content-inner::before {
		width: 100%;
		height: 80%;
		opacity: 0.2;
		z-index: 0;
	}

@media (min-width: 768px) {
	.EPATWH74 .border .main-content-inner::before,
	.EPATWH84 .border .main-content-inner::before,
	.EPATWH94 .border .main-content-inner::before,
	.EPATWH104 .border .main-content-inner::before,
	.EPATWH114 .border .main-content-inner::before,
	.EPATWH75 .border .main-content-inner::before,
	.EPATWH85 .border .main-content-inner::before,
	.EPATWH95 .border .main-content-inner::before,
	.EPATWH105 .border .main-content-inner::before,
	.EPATWH115 .border .main-content-inner::before {
		-webkit-transform: rotate(20deg);
		transform: rotate(10deg);
	}
}

.EPATWH74 .border .main-content-inner::before,
.EPATWH75 .border .main-content-inner::before
/*購物用塑膠袋*/ {
	background: url(../images/bg-promote-01.png) no-repeat center 50%;
	background-size: 30%;
}

.EPATWH84 .border .main-content-inner::before,
.EPATWH85 .border .main-content-inner::before
/*一次用飲料杯*/ {
	background: url(../images/bg-promote-02.png) no-repeat center 50%;
	background-size: 30%;
}

.EPATWH94 .border .main-content-inner::before,
.EPATWH95 .border .main-content-inner::before
/*免洗餐具*/ {
	background: url(../images/bg-promote-03.png) no-repeat center 50%;
	background-size: 30%;
}

.EPATWH104 .border .main-content-inner::before,
.EPATWH105 .border .main-content-inner::before
/*吸管*/ {
	background: url(../images/bg-promote-04.png) no-repeat center 50%;
	background-size: 30%;
}

.EPATWH114 .border .main-content-inner::before,
.EPATWH115 .border .main-content-inner::before
/*塑膠微粒*/ {
	background: url(../images/bg-promote-05.png) no-repeat center 50%;
	background-size: 30%;
}

@media (max-width: 767px) {
	.EPATWH74 .border .main-content-inner::before,
	.EPATWH84 .border .main-content-inner::before,
	.EPATWH94 .border .main-content-inner::before,
	.EPATWH104 .border .main-content-inner::before,
	.EPATWH114 .border .main-content-inner::before,
	.EPATWH75 .border .main-content-inner::before,
	.EPATWH85 .border .main-content-inner::before,
	.EPATWH95 .border .main-content-inner::before,
	.EPATWH105 .border .main-content-inner::before,
	.EPATWH115 .border .main-content-inner::before {
		background-position-y: 100%;
		background-size: 25%;
		height: 100%;
	}
}

/* anchor */

@media (min-width: 992px) {
	.post-layout .post-content {
		padding: 0 5px;
	}
}

.post-content .nav-anchor {
	padding: 0;
	/* border-radius: 35px;
    border: #2d5de0 solid 2px; 2019.02.14*/
}

.nav-anchor li a {
	color: #2d5de0;
	font-weight: 400;
	border-radius: 35px;
}

	.nav-anchor li a:hover {
		background: #2d5de0;
		color: #fff;
		text-decoration: none !important;
	}

.post-content .anchor,
.post-content .anchor:active,
.post-content .anchor:hover {
	position: relative;
	color: #222;
	text-decoration: none !important;
}

.anchor::before {
	position: absolute;
	content: "";
	display: block;
	height: 120px;
	margin-top: -120px;
	visibility: hidden;
}

.post-content .grid {
	margin: 20px 0;
}

	.post-content .grid .thumbnail {
		border: none;
		margin-bottom: 10px;
	}

/* 塑膠袋管制 一次用表格*/

.table-box {
	border-spacing: 5px 10px;
	border-collapse: separate;
	margin-bottom: 30px;
}

	.table-box tbody tr th {
		background-color: #fcb030;
		color: #fff;
		border-bottom-left-radius: 5px;
		border-top-left-radius: 5px;
		border: 1px solid none;
	}

	.table-box tbody tr td {
		border: 2px solid #fcb030;
		border-bottom-right-radius: 5px;
		border-top-right-radius: 5px;
		padding: 10px 20px;
	}

.dot {
	border-radius: 50%;
	width: 50px;
	height: 50px;
	text-align: center;
	border: 2px solid #364555;
	font-size: 1em;
	position: absolute;
	left: 44px;
}

.table-box tbody tr td > .row > .col-md-3 > img {
	vertical-align: bottom;
	margin-top: 65px;
}

.table-box tbody tr td > .row > .col-md-3 > .dot > p {
	margin: auto;
}

/* dispCore */

#Dwns_Table table caption {
	display: none;
}

/*--購物用塑膠袋2019.02.12move --*/

.compare {
	margin-top: 30px;
	margin-bottom: 40px;
	font-size: 1em;
	/*1008fix*/
}

	.compare .date {
		background: #74be4d;
		display: inline-block;
		padding: 3px 10px;
		color: #fff;
		margin-bottom: 1px;
	}

	.compare .pic {
		background: #deeed5;
		padding: 8px;
		text-align: right;
		font-size: 0.8125em;
	}

		.compare .pic img {
			margin: 0;
		}

.main-content .compare p {
	margin: 3px 2px 0 0;
	word-break: break-all;
	font-size: 0.875em;
}

.compare .intro {
	margin-top: 1px;
	border: 5px solid #deeed5;
	padding: 15px 10px;
	min-height: 150px;
}

/*--吸管move rita add2019.02.13--*/

.table-straw {
	border-spacing: 5px 10px;
	border-collapse: separate;
	margin-bottom: 30px;
	font-size: 1em;
}

	.table-straw tbody tr th {
		color: #fff;
		border-bottom-left-radius: 5px;
		border-top-left-radius: 5px;
		white-space: nowrap;
	}

		.table-straw tbody tr th.tb-yel {
			background-color: #fcb030;
		}

		.table-straw tbody tr th.tb-red {
			background-color: #eb5f56;
		}

		.table-straw tbody tr th.tb-blue {
			background-color: #52c2dc;
		}

	.table-straw tbody tr td {
		border-bottom-right-radius: 5px;
		border-top-right-radius: 5px;
		padding: 10px 20px;
	}

		.table-straw tbody tr td.border-yel {
			border: 2px solid #fcb030;
		}

		.table-straw tbody tr td.border-red {
			border: 2px solid #eb5f56;
		}

		.table-straw tbody tr td.border-blue {
			border: 2px solid #52c2dc;
		}

		.table-straw tbody tr td > .row > .col-md-3 .dot {
			border-radius: 50%;
			width: 40px;
			height: 40px;
			text-align: center;
			border: 2px solid #999;
			font-size: 1em;
			position: absolute;
			left: 60px;
		}

			.table-straw tbody tr td > .row > .col-md-3 .dot p:first-child {
				margin: 0.5rem;
				font-weight: 400;
			}

		.table-straw tbody tr td > .row > .col-md-3 > img {
			vertical-align: bottom;
			margin: 72px auto 0 auto;
		}

		.table-straw tbody tr td > .row > .col-md-3 > p {
			text-align: center;
			margin: 0.75rem;
			color: #4981ad;
		}

/*---2019.02.12 rita add*/

.text-strong-color {
	color: #4c9fcf;
}

.TabMsg td.Item,
.TabMsg td.Date {
	clear: both;
	text-align: center;
}

.TabMsg td.URL::before {
	content: "\f019";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin: 0 3px 0 2px;
	color: #337ab7;
}

.NoteArea {
	display: none;
}

.post-content .nav-justified {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	display: flex;
	justify-content: space-between;
}

	.post-content .nav-justified > li {
		display: inline-flex;
	}

.post-content > .nav.nav-justified.nav-anchor > li {
	padding: 0;
	margin: 0;
	width: 150px;
}

	.post-content > .nav.nav-justified.nav-anchor > li a {
		display: block;
		padding: 0.75rem 1rem 1rem 1rem;
		width: 150px;
		border: 2px solid #fff;
		border-radius: 16px;
		text-align: center;
		font-size: 1em;
		box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
		color: #7377b4;
		margin: 0 0.3rem;
	}

		.post-content > .nav.nav-justified.nav-anchor > li a > img {
			margin: 0 auto 0.75rem auto;
		}

		.post-content > .nav.nav-justified.nav-anchor > li a:hover {
			border: 2px solid #089cda;
			background: #fff;
			box-shadow: inset 0px 0px 8px rgba(8, 156, 218, 0.5);
			transform: scale(1.03);
			-webkit-transition: all 0.1s ease-in-out;
			-moz-transition: all 0.1s ease-in-out;
			-o-transition: all 0.1s ease-in-out;
			transition: all 0.1s ease-in-out;
			text-decoration: none;
		}

.post-content > .Date {
	clear: both;
	display: flex;
	justify-content: flex-end;
	margin-bottom: 5px;
}

.BtnGroup {
	margin-bottom: 5px;
}

.table-straw2 {
	font-size: 1em;
}

	.table-straw2 > tbody > tr > td {
		white-space: nowrap;
		padding: 0.75rem 10px;
	}

		.table-straw2 > tbody > tr > td:first-child,
		.table-straw2 > tbody > tr > td:nth-child(3) {
			width: 12%;
			font-weight: 600;
		}

/* 國際做法 */

#ex-international {
	position: relative;
	background: #e9f5ff;
	padding: 0;
	margin-top: 2em;
	margin-bottom: 2em;
}

	#ex-international::before {
		/* this is the vertical line */
		content: "";
		position: absolute;
		top: 0;
		left: 18px;
		height: 100%;
		width: 4px;
		background: #0069d1;
		display: block;
	}

@media only screen and (min-width: 1170px) {
	#ex-international {
		margin: 0;
		padding: 30px 30px 30px 90px;
	}

		#ex-international::before {
			left: 150px;
			margin-left: 0;
		}
}

.ex-block {
	position: relative;
	margin: 2em 0;
}

	.ex-block:after {
		content: "";
		display: table;
		clear: both;
	}

	.ex-block:first-child {
		margin-top: 0;
	}

	.ex-block:last-child {
		margin-bottom: 0;
	}

@media only screen and (min-width: 1170px) {
	.ex-block {
		margin: 4em 0;
	}

		.ex-block:first-child {
			margin-top: 0;
		}

		.ex-block:last-child {
			margin-bottom: 0;
		}
}

.flag-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	box-shadow: 0 0 0 4px #0069d1, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}

	.flag-img img {
		display: block;
		width: 60%;
		position: relative;
		top: 27px;
		margin: auto;
	}

		.flag-img img.noflag {
			width: 70px;
			height: 70px;
			top: 15px;
		}

.ex-block:nth-child(1) img {
	display: block;
	width: 70px;
	position: relative;
	left: 16px;
	top: 26px;
	margin: 0;
}

.ex-block .flag-img {
	z-index: 1;
	background-repeat: no-repeat;
	background-size: 175%;
}

.ex-block:nth-child(1) .flag-img {
	background-position: 12px 15px;
	/*提案說明會*/
}

.ex-block:nth-child(5) .flag-img {
	background-position: 12px -80px;
	/*提案票選*/
}

.ex-block:nth-child(3) .flag-img {
	background-position: 13px -180px;
	/*提案審議*/
}

.ex-block:nth-child(4) .flag-img {
	background-position: 12px -278px;
	/*提案公開展覽*/
}

.ex-block:nth-child(2) .flag-img {
	background-position: 11px -377px;
	/*住民大會*/
}

@media only screen and (min-width: 1170px) {
	.flag-img {
		width: 100px;
		height: 100px;
		background-color: #21dcfa;
		/* left: 50%; */
		margin-left: 10px;
		/* Force Hardware Acceleration in WebKit */
		-webkit-transform: translateZ(0);
		-webkit-backface-visibility: hidden;
	}

	.cssanimations .flag-img.is-hidden {
		visibility: hidden;
	}

	.cssanimations .flag-img.bounce-in {
		visibility: visible;
		-webkit-animation: cd-bounce-1 0.6s;
		-moz-animation: cd-bounce-1 0.6s;
		animation: cd-bounce-1 0.6s;
	}
}

@-webkit-keyframes cd-bounce-1 {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.5);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(1.2);
	}

	100% {
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes cd-bounce-1 {
	0% {
		opacity: 0;
		-moz-transform: scale(0.5);
	}

	60% {
		opacity: 1;
		-moz-transform: scale(1.2);
	}

	100% {
		-moz-transform: scale(1);
	}
}

@keyframes cd-bounce-1 {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.5);
		-moz-transform: scale(0.5);
		-ms-transform: scale(0.5);
		-o-transform: scale(0.5);
		transform: scale(0.5);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2);
	}

	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

.ex-cont {
	position: relative;
	margin-left: 60px;
	background: white;
	border-radius: 0.25em;
	padding: 1em;
	box-shadow: 0 3px 0 #d7e4ed;
}

	.ex-cont:after {
		content: "";
		display: table;
		clear: both;
	}

	.ex-cont h2 {
		color: #303e49;
	}

	.ex-cont p,
	.ex-cont .btn-more,
	.ex-cont .flag-name {
		font-size: 0.8125em;
	}

	.ex-cont .btn-more,
	.ex-cont .flag-name {
		display: inline-block;
	}

	.ex-cont p {
		margin: 0.6rem 0 1.5rem;
		line-height: 1.6;
	}

	.ex-cont .btn-more {
		float: right;
		padding: 0.8em 1em;
		background: #2fb7c4;
		color: white;
		border-radius: 0.25em;
		letter-spacing: 1px;
	}

	.ex-cont ul {
		margin: 0;
		padding-left: 15px;
	}

		.ex-cont ul li {
			line-height: 30px;
			margin: 0;
		}

		.ex-cont ul > li {
			list-style: disc;
		}

		.ex-cont ul li a {
			color: #000;
		}

			.ex-cont ul li a:hover {
				text-decoration: underline !important;
			}

			.ex-cont ul li a::after {
				content: "\f35d";
				font-family: "Font Awesome 5 Free";
				font-weight: 900;
				color: #3296fc;
				display: inline;
				margin-left: 10px;
			}

.no-touch .ex-cont .btn-more:hover {
	background-color: #1f8287;
}

/* disabled */

.ex-block.disabled .ex-cont {
	background-color: #e2e2e2;
	box-shadow: 0 3px 0 #d2d2d2;
}

	.ex-block.disabled .ex-cont::before {
		border-right-color: #e2e2e2;
	}

.ex-block.disabled .flag-img {
	background-color: #d2d2d2;
	box-shadow: 0 0 0 4px #b2b2b2, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}

.ex-block.disabled:nth-child(1) .flag-img {
	background-position: -85px 15px;
	/*提案說明會*/
}

.ex-block.disabled:nth-child(5) .flag-img {
	background-position: -88px -80px;
	/*住民大會*/
}

.ex-block.disabled:nth-child(3) .flag-img {
	background-position: -88px -180px;
	/*提案審議*/
}

.ex-block.disabled:nth-child(4) .flag-img {
	background-position: -85px -278px;
	/*提案公開展覽*/
}

.ex-block.disabled:nth-child(2) .flag-img {
	background-position: -88px -377px;
	/*提案票選*/
}

.ex-block.disabled .flag-name {
	display: none;
}

.disabled .ex-cont .btn-more {
	background: #acb7c0;
}

	.disabled .ex-cont .btn-more:hover {
		background-color: #bac4cb;
	}

.ex-cont .flag-name {
	float: left;
	padding: 0.8em 0;
	color: #000;
}

.ex-cont::before {
	content: "";
	position: absolute;
	top: 16px;
	right: 100%;
	height: 0;
	width: 0;
	border: 7px solid transparent;
	border-right: 7px solid white;
}

.ex-cont h2 {
	font-family: "Montserrat", "Microsoft JhengHei";
	font-weight: 400;
}

@media only screen and (min-width: 768px) {
	.ex-cont h2 {
		font-size: 2rem;
		margin: 0;
	}

	.ex-cont p {
		font-size: 1.5rem;
	}

	.ex-cont .btn-more,
	.ex-cont .flag-name {
		font-size: 0.875em;
	}
}

@media only screen and (min-width: 1170px) {
	.ex-cont {
		margin-left: 140px;
		padding: 1.6em;
		/*width: 45%;*/
	}

		.ex-cont::before {
			/*top: 24px;
      left: 100%;
      border-color: transparent;
      border-left-color: white;*/
			top: 40px;
			left: auto;
			right: 100%;
			border-color: transparent;
			border-right-color: white;
		}

		.ex-cont .btn-more {
			float: left;
		}

		.ex-cont .flag-name {
			position: absolute;
			width: 70px;
			top: 25px;
			font-weight: 400;
			font-size: 1em;
			/*1008fix*/
			font-family: "Verdana", "Noto Sans TC", "Microsoft JhengHei";
			left: -210px;
			text-align: center;
		}
}

.cssanimations .ex-cont.is-hidden {
	visibility: hidden;
}

.cssanimations .ex-cont.bounce-in {
	visibility: visible;
	-webkit-animation: cd-bounce-2 0.6s;
	-moz-animation: cd-bounce-2 0.6s;
	animation: cd-bounce-2 0.6s;
}

@media only screen and (min-width: 1170px) {
	/* inverse bounce effect on even content blocks */
	.cssanimations .ex-block:nth-child(even) .ex-cont.bounce-in {
		-webkit-animation: cd-bounce-2-inverse 0.6s;
		-moz-animation: cd-bounce-2-inverse 0.6s;
		animation: cd-bounce-2-inverse 0.6s;
	}
}

@-webkit-keyframes cd-bounce-2 {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(20px);
	}

	100% {
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes cd-bounce-2 {
	0% {
		opacity: 0;
		-moz-transform: translateX(-100px);
	}

	60% {
		opacity: 1;
		-moz-transform: translateX(20px);
	}

	100% {
		-moz-transform: translateX(0);
	}
}

@keyframes cd-bounce-2 {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100px);
		-moz-transform: translateX(-100px);
		-ms-transform: translateX(-100px);
		-o-transform: translateX(-100px);
		transform: translateX(-100px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(20px);
		-moz-transform: translateX(20px);
		-ms-transform: translateX(20px);
		-o-transform: translateX(20px);
		transform: translateX(20px);
	}

	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}

@-webkit-keyframes cd-bounce-2-inverse {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
	}

	100% {
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes cd-bounce-2-inverse {
	0% {
		opacity: 0;
		-moz-transform: translateX(100px);
	}

	60% {
		opacity: 1;
		-moz-transform: translateX(-20px);
	}

	100% {
		-moz-transform: translateX(0);
	}
}

@keyframes cd-bounce-2-inverse {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100px);
		-moz-transform: translateX(100px);
		-ms-transform: translateX(100px);
		-o-transform: translateX(100px);
		transform: translateX(100px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
		-moz-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		-o-transform: translateX(-20px);
		transform: translateX(-20px);
	}

	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}

/* national-wrap */

.national-wrap .panel .panel-body p {
	font-size: 1em;
	font-family: "Montserrat", "Microsoft JhengHei";
}

.national-wrap {
	overflow: auto;
}

	.national-wrap .panel {
		border: #000000 solid 2px;
		border-radius: 15px;
		width: 80%;
		float: left;
	}

		.national-wrap .panel:nth-child(even) {
			float: right;
		}

	.national-wrap .panel-heading {
		background: #144;
		margin: 15px 0;
		border-radius: 0;
		height: 40px;
		color: #fff;
		padding-right: 0;
	}

	.national-wrap .flag {
		float: right;
		background: #fff;
		padding: 20px;
		margin-top: -39px;
		width: 40%;
		position: relative;
	}

		.national-wrap .flag::before {
			content: "";
			display: block;
			width: 0;
			height: 0;
			position: absolute;
			border-style: solid;
			border-width: 23px 6px;
			top: 0;
			left: -12px;
			border-color: transparent #fff #fff transparent;
		}

		.national-wrap .flag img {
			width: 100px;
			margin: auto;
		}

		.national-wrap .flag.border img {
			border: #e2e2e2 solid 1px;
		}

a.linkBtn {
	background: #ff3374;
	color: #fff;
	display: inline;
	padding: 8px 40px;
	text-indent: 0;
	border-radius: 4px;
	font-size: 1em;
}

/*======================================
--------   chien li fix 跑馬燈 ----------
=======================================*/

.main-content .latestArea .main-title {
	display: inline-block;
}

.marqee {
	height: 2.3em;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	background: rgb(255, 255, 255);
	border-radius: 20px;
	display: inline-block;
	width: calc(100% - 85px);
	margin-left: 10px;
	box-shadow: rgba(37, 85, 124, 0.4) 0px 1.2px 18.5px;
}

	.marqee > ul {
		padding-left: 0;
		display: flex;
		list-style-type: none;
		animation: marqee 45s linear infinite;
		position: absolute;
		padding-top: 5px;
	}

		.marqee > ul > li {
			white-space: nowrap;
			margin-right: 3em;
			font-weight: 600;
			color: #2e2e2e;
			font-size: 0.875em;
		}

			.marqee > ul > li > i {
				color: #2c75e0;
				margin-right: 10px;
				font-size: 0.625em;
			}

@keyframes marqee {
	0% {
		left: 100%;
		transform: translateX(0%);
	}

	100% {
		left: 0;
		transform: translateX(-100%);
	}
}

/*最新消息+日期*/

.latest-news .date {
	float: right;
	font-size: 0.6875em;
	color: #444;
	line-height: 16px;
}

/*slider第一則消息隱藏*/

@media (max-width: 768px) {
	#Slider .swiper-slide.hide-mobile {
		display: none;
	}
}

/*======================================
--------   chien li fix 特殊頁 ----------
=======================================*/

/*管制規章內頁*/

/*內頁link*/

.rule_link {
	text-align: center;
}

	.rule_link a {
		display: inline-block;
		padding: 23px;
		width: 20%;
	}

		.rule_link a:nth-child(4) {
			width: 31%;
		}

/*特殊title*/

/*黑底+上面線框*/

.guid {
	position: relative;
}

.post-content h3.black_bk_title {
	background: #000;
	display: inline-block;
	padding: 1px 17px;
	color: #fff;
	font-weight: 400;
	font-size: 1.125em;
	letter-spacing: 2px;
	margin-left: -9px;
}

.guid:before {
	content: "";
	background: #000;
	position: absolute;
	top: 27px;
	left: 0;
	height: 1px;
	width: 100%;
}

/*綠色文字*/

.guid .green_innerp {
	color: #42747f;
	font-size: 1.25em;
	letter-spacing: 2px;
	line-height: 30px;
}

/*綠底標題*/

.main-content-inner h4.green_bk_title {
	background: #42747f;
	display: inline-block;
	padding: 1px 16px;
	color: #fff;
	font-weight: 300;
	font-style: inherit;
	margin: 4px 0px 16px 0px;
}

	.main-content-inner h4.green_bk_title::before {
		content: "";
	}

/*粗體*/

.bold {
	font-weight: 400;
}

/*特殊背景*/

/*黑框*/

.guid_border {
	padding: 23px 2px;
	border: 1px solid #929292;
	margin-bottom: 30px;
}

/*淺綠底*/

.green_bk {
	position: relative;
}

	.green_bk:before {
		content: "";
		position: absolute;
		top: 3px;
		left: 15px;
		width: 96%;
		background: #42747f;
		height: 100%;
		opacity: 0.2;
	}

/*圖片大小*/

.replace img {
	display: inline-block;
	width: 76%;
}

	.replace img:first-child {
		width: 21%;
	}

.RegulatoryContent img {
	padding: 0px 45px;
}

@media (max-width: 667px) {
	.rule_link a {
		padding: 6px;
		width: 31%;
	}

		.rule_link a:nth-child(4) {
			width: 53%;
		}

	.replace img {
		display: inline-block;
		width: 100%;
	}

		.replace img:first-child {
			width: 36%;
		}
}

.carousel-control {
	color: #0e0e0e;
}

.guid_table {
	margin-bottom: 25px;
}

	.guid_table th {
		background: #42747f;
		color: #ffffff;
		text-align: center;
		font-size: 1em;
		font-weight: 500;
		padding: 3px 8px;
		border: 1px solid #d9e3e6;
	}

	.guid_table td {
		font-size: 1em;
		color: #000000;
		border: 1px solid #d9e3e6;
		padding: 5px 10px;
	}

		.guid_table td.comingsoon {
			text-align: center;
			background: #f2f2f2;
			color: #4d4d4d;
		}

.search-certificate {
	border: 1px solid #d9e3e6;
	padding: 8px 8px 8px 47px;
	border-radius: 8px;
	position: relative;
	background: #f2f2f2;
}

	.search-certificate i {
		border-right: 1px solid #8b8b8b;
		padding-right: 8px;
		position: absolute;
		top: 13px;
		left: 13px;
		color: #42747f;
	}

	.search-certificate a {
		color: #494949;
		font-size: 1em;
	}

/*---Rita add2022.05.23---*/

.rule_link.text-left {
	position: relative;
	left: 0;
	text-align: left;
	width: 100%;
	display: block;
	padding: 0;
	border: none;
	float: none;
}

.rule_object {
	display: flex;
	align-items: center;
	justify-content: center;
}

.object-box:not(:last-child) {
	margin-right: 0.375rem;
}

.object-box > img {
	margin-bottom: 6px;
}

.object-box > p {
	font-size: 1.25em;
	font-weight: 600;
	text-align: center;
}

.section-guid {
	margin-bottom: 20px;
}

h4.implementation_subtitle {
	position: relative;
	display: inline-block;
	font-style: normal;
	padding: 8px 12px;
	z-index: 1;
	margin: 0;
	margin-bottom: 18px;
	min-width: 100px;
	height: 40px;
	border: 1px solid #000;
	color: #000;
	background: #fff;
	left: 0;
	bottom: 0;
	text-align: center;
	line-height: 1.4;
	font-size: 18px;
}

	h4.implementation_subtitle:before {
		content: "";
		margin-right: 0;
	}

	h4.implementation_subtitle:after {
		position: absolute;
		content: "";
		min-width: 100px;
		height: 40px;
		z-index: 0;
		margin-right: 0;
		right: -6px;
		bottom: -6px;
		border-right: 6px solid #000;
		border-bottom: 6px solid #000;
	}

.ownoffer:after,
.loanservice:after {
	width: 152px;
}

.guid-in {
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
}

	.guid-in > .object-box {
		margin-right: 40px;
		width: 150px;
	}

.guid-cont {
	padding: 20px;
	max-width: 70%;
}

	.guid-cont ul {
		list-style: none;
		padding-left: 0;
		margin-bottom: 0;
	}

		.guid-cont ul li {
			position: relative;
			padding-left: 48px;
			font-weight: 400;
			margin: 0 0 16px 0;
			list-style: none;
		}

			.guid-cont ul li::before {
				position: absolute;
				content: "(" attr(data-num) ")";
				left: 0;
				display: flex;
				justify-content: flex-end;
				width: 40px;
				margin-right: 12px;
			}

span.text-danger {
	color: #f00;
}

.guid-in .img-wrap {
	width: 55%;
	margin-right: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: flex-start;
}

	.guid-in .img-wrap .object-box {
		margin-right: 0;
		width: 150px;
		/* max-width: 45%; */
	}

.guid-cont p.strong {
	font-size: 18px;
	margin-bottom: 16px;
	font-weight: 400;
}

.ownoffer + .guid-in .guid-cont,
.loanservice + .guid-in .guid-cont {
	width: 70%;
	margin-right: auto;
}

.loanservice + .guid-in .guid-cont {
	width: 75%;
}

.guid-in .img-wrap .object-box:nth-child(odd) {
	margin-right: 15px;
}

.guid-cont ul li ol {
	margin: 8px 12px;
}

	.guid-cont ul li ol li {
		list-style: decimal;
		padding: 4px 0px;
		margin: 0 0 0 24px;
	}

		.guid-cont ul li ol li:before {
			content: "";
		}

.recycle-cup-store .guid-cont {
	width: 100%;
	max-width: 100%;
}

	.recycle-cup-store .guid-cont > img {
		margin: 10px auto;
		display: block;
	}


/*--無障礙調整2022.11.14-*/
:focus, a:focus, .more:focus, input:focus, select:focus,
button:focus, .btn:focus, area:focus,
textarea:focus {
	/* outline: 3px auto -webkit-focus-ring-color; */
	outline: 3px dotted #ee7c1f;
	outline-offset: -3px;
}
/* .sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active{
  outline:auto
} */
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}
/* .sr-only-focusable {
  color: #fff;
  background: #0066ff;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
} */
.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: absolute;
	color: #fff;
	background: #544dbd;
	top: auto;
	left: calc(50% - 110px);
	width: 220px;
	height: auto;
	margin: 10px auto;
	padding: 0.5rem;
	border-radius: 0.5rem;
	text-align: center;
	font-size: 1em;
	z-index: 999999;
	outline: 3px dotted #ee7c1f;
}

/**上稿-2022.12.16***/
.post-content .table .text-right {
	text-align: right;
	width: inherit;
	float: inherit;
	right: inherit;
	border-bottom: inherit;
	padding: 8px;
}

.table-schedule thead tr {
	background: #697593;
	color: #fff;
	font-weight: 600;
}

	.table-schedule thead tr th {
		text-align: center;
	}

.table-schedule .text-center {
	width: inherit;
}

.table-schedule tfoot tr {
	background: #feffba;
	font-weight: 600;
	color: #000;
}

.schedule-info dl {
	padding-left: 40px;
	margin-bottom: 30px;
}

	.schedule-info dl dd {
		padding-bottom: 1rem;
	}

.dropdown:hover > .dropdown-menu {
	display: block;
	
}

.dropdown > .dropdown-toggle:active {
	/*Without this, clicking will make it sticky*/
	pointer-events: none;
}