body {
	margin: 0;
}
.clr {
	clear: both;
}
a img {
	border: none;
	-o-transition: opacity .20s linear;
	-webkit-transition: opacity .20s linear;
	-moz-transition: opacity .20s linear;
	transition: opacity .20s linear;
}
a img:hover {
	opacity: 0.6;
	filter: alpha(opacity=80);
	-o-transition: opacity .20s linear;
	-webkit-transition: opacity .20s linear;
	-moz-transition: opacity .20s linear;
	transition: opacity .20s linear;
}
img {
	max-width: 100%;
	height: auto;
}
#wrapper {
	margin: auto;
}
a.goto_ad {
	color: #2e2e2e
}
.float_left {
	float: left;
	margin: 0 1em 1em 0;
}
.float_right {
	float: right;
	margin: 0 0 1em 1em;
}
/*文章列表及分頁設定開始*/
form {
	margin: 0 0 18px;
}
fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}
.table-bordered {
	border: 1px solid #ddd;
	border-collapse: separate;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: 100%;
	max-width: 500px;
}
.pull-right {
	float: right;
}
.pagination {
	margin: 18px 0;
}
.pagination ul {
	display: inline-block;
 *display: inline;
 *zoom: 1;
	margin-left: 0;
	margin-bottom: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.pagination ul > li {
	display: inline;
}
.pagination ul > li > a, .pagination ul > li > span {
	float: left;
	padding: 4px 12px;
	line-height: 18px;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	border-left-width: 0;
}
.pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span {
	background-color: #f5f5f5;
}
.pagination ul > .active > a, .pagination ul > .active > span {
	color: #999;
	cursor: default;
}
.pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover, .pagination ul > .disabled > a:focus {
	color: #999;
	background-color: transparent;
	cursor: default;
}
.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
	border-left-width: 1px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}
.pagination ul > li:last-child > a, .pagination ul > li:last-child > span {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}
.pagination-centered {
	text-align: center;
}
.pagination-right {
	text-align: right;
}
.pagination-large ul > li > a, .pagination-large ul > li > span {
	padding: 11px 19px;
	font-size: 16.25px;
}
.pagination-large ul > li:first-child > a, .pagination-large ul > li:first-child > span {
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
}
.pagination-large ul > li:last-child > a, .pagination-large ul > li:last-child > span {
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
}
.pagination-mini ul > li:first-child > a, .pagination-mini ul > li:first-child > span, .pagination-small ul > li:first-child > a, .pagination-small ul > li:first-child > span {
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
}
.pagination-mini ul > li:last-child > a, .pagination-mini ul > li:last-child > span, .pagination-small ul > li:last-child > a, .pagination-small ul > li:last-child > span {
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
}
.pagination-small ul > li > a, .pagination-small ul > li > span {
	padding: 2px 10px;
	font-size: 12px;
}
.pagination-mini ul > li > a, .pagination-mini ul > li > span {
	padding: 0 6px;
	font-size: 9.75px;
}
/*文章列表設定結束*/

/*popover設定開始*/
.popover {
	font-size: 12px;
}
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	text-align: left;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	white-space: normal;
}
.popover.top {
	margin-top: -10px;
}
.popover.right {
	margin-left: 10px;
}
.popover.bottom {
	margin-top: 10px;
}
.popover.left {
	margin-left: -10px;
}
.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.popover-title:empty {
	display: none;
}
.popover-content {
	padding: 9px 14px;
}
.popover .arrow, .popover .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.popover .arrow {
	border-width: 11px;
}
.popover .arrow:after {
	border-width: 10px;
	content: "";
}
.popover.top .arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999;
	border-top-color: rgba(0,0,0,0.25);
	bottom: -11px;
}
.popover.top .arrow:after {
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #fff;
}
.popover.right .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999;
	border-right-color: rgba(0,0,0,0.25);
}
.popover.right .arrow:after {
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #fff;
}
.popover.bottom .arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0,0,0,0.25);
	top: -11px;
}
.popover.bottom .arrow:after {
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #fff;
}
.popover.left .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0,0,0,0.25);
}
.popover.left .arrow:after {
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px;
}
/*popover設定結束*/

body.fastnet_design {
	width: 100%;
	height: auto;
	min-width: 300px;
	min-height: 100vh;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	font-family: "DIN-Regular", "Helvetica Neue", Helvetica, Arial, "Hiragino Maru Gothic ProN", "STHeiti", "微軟正黑體", "Microsoft Yahei", sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #828282;
	background: #fff;
}
/*底色設定*/
#base-background {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#base-background .left, #base-background .right {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
}
#base-background .left {
	background: #f1f1f1;
	left: 0;
}
#base-background .right {
	background: #fff;
	right: 0;
}
/*內框架設定*/ 
#wrapper {
	width: auto;
	max-width: 1200px;
	float: none;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-left: 0;
	padding-right: 0;
	min-height: 100vh;
	position: relative;
}
#wrapper:before, #wrapper:after {
	content: '';
	display: table;
}
#sidebar, #content {
	min-height: 110vh;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#sidebar {
	width: 205px;
	float: left;
	background: #f1f1f1;
	padding: 20px 25px;
}
#content {
	float: left;
	width: calc(100% - 205px);
	padding: 120px 120px 60px 60px;
	background: #fff;
	position: relative;
}
@media only screen and (min-width: 1120px) {
#sidebar {
	width: 315px;
	padding-left: 110px;
}
#content {
	width: calc(100% - 315px)
}
}
@media only screen and (max-width: 720px) {
#sidebar {
	display: none;
}
#content {
	float: none;
	padding: 50px 30px 60px 30px;
	width: 100%;
}
}
/*選單設計*/

#headermenu .nav.menu {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 235px;
	margin-left: 7px;
	font-weight: bold;
}
#headermenu .nav.menu li {
	font-size: 13px;
	margin-bottom: 9px;
}
#headermenu .nav.menu li a {
	color: #828282;
}
#headermenu .nav.menu li.active a {
	color: #0079c8;
}
#headermenu .nav.menu li.active:before {
	content: "/ ";
	color: #0079c8;
}
#headermenu .nav.menu li a {
	-webkit-transition: all 155ms ease-in-out;
	-moz-transition: all 155ms ease-in-out;
	-o-transition: all 155ms ease-in-out;
	-ms-transition: all 155ms ease-in-out;
	transition: all 155ms ease-in-out;
	text-decoration: none;
}
#headermenu .nav.menu li a.fb-link {
	border: 0;
	text-shadow: none;
	display: block;
	width: 30px;
	height: 30px;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	margin-top: 40px;
	border-radius: 3px;
}
#headermenu .nav.menu li a.ig-link {
	margin-top: 20px;
}
/*mobile行動裝置設計*/
.mobile-header {
	display: none;
}
@media only screen and (max-width: 720px) {
.mobile-header {
	display: block;
	background: #f1f1f1;
	width: 100%;
	padding: 20px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
}
.mobile-header #logo {
	border: 0;
	background-color: transparent;
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	display: block;
	height: 80px;
}
.mobile-header #logo img {
	height: 80px;
}
.mobile-header .mobile-nav-toggle {
	width: 38px;
	height: 28px;
	position: absolute;
	right: 20px;
	bottom: 30px;
	cursor: pointer;
}
.mobile-header .mobile-nav-toggle span {
	display: block;
	width: 100%;
	height: 3px;
	background: #c1c1c1;
	position: absolute;
	margin-top: 0;
}
.mobile-header .mobile-nav-toggle span:nth-child(2) {
	margin-top: 12px;
}
.mobile-header .mobile-nav-toggle span:nth-child(3) {
	margin-top: 25px;
}
.mobile-header .mobile-nav-wrapper {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	background: rgba(0,0,0,0.85);
	padding: 40px 30px 30px 30px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transition: all 155ms ease-in-out;
	-moz-transition: all 155ms ease-in-out;
	-o-transition: all 155ms ease-in-out;
	-ms-transition: all 155ms ease-in-out;
	transition: all 155ms ease-in-out;
}
.mobile-header .mobile-nav-wrapper.on {
	z-index: 1000;
	opacity: 1;
	-ms-filter: none;
	filter: none;
	-webkit-transition: all 155ms ease-in-out;
	-moz-transition: all 155ms ease-in-out;
	-o-transition: all 155ms ease-in-out;
	-ms-transition: all 155ms ease-in-out;
	transition: all 155ms ease-in-out;
}
.mobile-header .mobile_menu ul.nav.menu {
	list-style: none;
	padding: 0;
	margin: 0;
	font-family: "DIN-Bold", sans-serif;
}
.mobile-header .mobile_menu ul.nav.menu li {
	font-size: 24px;
	margin-bottom: 11px;
	font-weight: bold;
}
.mobile-header .mobile_menu ul.nav.menu li a {
	color: #fff;
	display: block;
	padding-bottom: 30px;
	text-decoration: none;
}
.mobile-header .mobile_menu ul.nav.menu li.active a {
	color: #55abc6;
}
.mobile-header .mobile_menu ul.nav.menu li a.fb-link {
	border: 0;
	background-color: transparent;
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	display: block;
	width: 47px;
	height: 47px;
	border-radius: 2px;
	-webkit-filter: invert(1);
}
.mobile-header .mobile-nav-wrapper .mobile-nav-bottom {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	padding: 0 27px 27px 27px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.mobile-header .mobile-nav-wrapper .mobile-nav-bottom .logo-en {
	border: 0;
	background-color: transparent;
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	display: block;
	width: 80px;
	height: 109px;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: none, url(../images/m_logo_e_w.svg);
	-webkit-filter: invert(1);
}
.mobile-header .mobile-nav-wrapper .mobile-nav-bottom .btn-close {
	width: 35px;
	height: 35px;
	display: block;
	cursor: pointer;
	position: absolute;
	right: 30px;
	bottom: 35px;
}
.mobile-header .mobile-nav-wrapper .mobile-nav-bottom .btn-close:before {
	content: "";
	display: block;
	position: absolute;
	width: 50px;
	height: 50px;
	border-left: 2px solid #fff;
	cursor: pointer;
	top: 10px;
	left: 10px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.mobile-header .mobile-nav-wrapper .mobile-nav-bottom .btn-close:after {
	content: "";
	display: block;
	position: absolute;
	width: 50px;
	height: 50px;
	border-left: 2px solid #fff;
	cursor: pointer;
	top: -26px;
	left: 10px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
body.lock-scroll {
	overflow: hidden;
	position: fixed;
}
/*頁面設計-about*/
hr.about-line {
	clear: both;
	border-top: none;
	border-bottom: 1px solid #333;
}
.item-page.about {
	padding-left: 60px;
	padding-bottom: 60px;
	margin-top: 15px;
}
.about_right {
	float: right;
	width: 32%;
}
.about_left {
	width: 66%;
	float: left;
}
 @media only screen and (max-width: 1220px) {
.about_right, .about_left {
	clear: both;
	width: inherit;
}
}
h4.about_title {
	display: inline-block;
	margin: -1.5em;
	margin-left: -5em;
}
.component .footer-bar {
	position: absolute;
	width: calc(100% - 180px);
	height: 8px;
	background: #828282;
	bottom: 0;
	left: 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*頁面設計-works - 列表頁*/
.blog.works .work-cover {
	display: table-cell;
	width: auto;
	max-width: 500px;
	-webkit-transition: all 155ms ease-in-out;
	-moz-transition: all 155ms ease-in-out;
	-o-transition: all 155ms ease-in-out;
	-ms-transition: all 155ms ease-in-out;
	transition: all 155ms ease-in-out;
}
.blog.works .page-header {
	position: relative;
	display: table-cell;
	width: 210px;
	width: 500px;
	display: block;
	text-align: center;
}
.blog.works .page-header h2 {
	font-size: 1.3em;
}
@media only screen and (max-width: 960px) {
.blog.works .work-cover {
	width: 100%;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
	margin-bottom: 5px;
}
.blog.works .page-header {
	width: 100%;
	display: block;
	text-align: center;
}
}
.blog.works .page-header h2 a {
	color: #828282;
	text-decoration: none;
	font-weight: normal;
}
.blog.works .items-leading > div {
	margin-bottom: 3em;
}
.blog.works .work-cover .item-image {
	overflow: hidden;
}
.blog.works .work-cover .item-image a img {
	-webkit-filter: grayscale(100%);
	transition: all .20s linear;
}
.blog.works .work-cover .item-image a img:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	transition: all .20s linear;
}
/*頁面設計-works - 內容頁*/
.item-page.works .page-header h2 {
	font-size: 22px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 20px;
}
img.thumb {
	display: block;
	clear: both;
	margin-bottom: 2em
}
/*頁面設計- CONTACT聯絡我們  */
.jsn-form-content, #jsn_form_1.jsn-master .jsn-bootstrap .jsn-form-content .control-group .control-label {
	font-family: "DIN-Regular", "Helvetica Neue", Helvetica, Arial, "Hiragino Maru Gothic ProN", "STHeiti", "微軟正黑體", "Microsoft Yahei", sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #828282;
}
.jsn-row-container .message-uniform {
	background-color: #f1f1f1
}
/*頁面設計- NEWS最新消息  */
.content-category.news {
}
table.category.table {
}
table.category.table a {
	color: #818181;
	text-decoration: none;
}
table.category.table thead {
	background-color: #f1f1f1;
}
table.category.table thead a {
	color: #818181;
	text-decoration: none;
}
th#categorylist_header_title {
	width: 70%;
}
th#categorylist_header_date {
	width: 30%;
}
td.list-date {
	text-align: center;
}
/*20201221 補充向上鈕*/
#plg_system_topofthepage:after {
	content: "▲";
	display: inline-block;
	font-size: 18px;
}
