﻿@import url(fontawesome-all.min.css);
@charset "utf-8";
/* CSS Document */

/*外框架設定*/
.in-bg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	margin-top: 100px;
	position: relative;
	padding-top: 40px;
	padding-bottom: 70px
}


@media (max-width: 990px) {
	.in-bg {
		margin-top: 0px;
	}
}

@media (max-width: 768px) {
	.in-bg {
		background-attachment: local;
		padding-top: 40px;
		padding-bottom: 40px
	}
}

.in-bg:after { /*備景遮罩顏色*/
	content: '';
	display: block;
	z-index: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,71,138,0.35)
}

.in-bg.fastnews:after {
	background-color: rgba(0,71,138,0.4)
}

.laws_bg {
	background-position: center top;
}

.laws_bg:after {
	background-color: rgba(0,71,138,0.1)
}

.in-bg .container {
	position: relative;
	z-index: 1
}

.in-bg .toptit {
	font-size: 6em;
	text-shadow: 4px 4px 10px rgba(0,0,0,0.5);
	position: relative;
	z-index: 2;
	display: block;
	margin-bottom: 30px;
}

.in-bg main {
	display: block;
	min-height: 512px
}



@media (max-width: 600px) {
	.in-bg .toptit {
		font-size: 4em;
		margin-bottom: 30px;
	}
}


/*左右邊框架設定*/
.in-bg .Left, .in-bg .Right {
	display: block;
	float: left;
}

.in-bg article.Right {
	width: calc(100% - 240px);
}

.in-bg .databox {
	background-color: rgba(138,176,230,0.5)
}
/*左邊選單*/

.in-bg .Left {
	width: 240px;
	position: relative
}

@media (max-width: 990px) {
	.in-bg .Left {
		width: 190px;
	}

	.in-bg article.Right {
		width: calc(100% - 190px);
	}
}

@media (max-width: 768px) {
	.in-bg .Left {
		display: none
	}

	.in-bg article.Right {
		width: 100%
	}
}

.in-bg aside.Left h2 {
	display: block;
	box-sizing: border-box;
	padding-left: 20px;
	height: 60px;
	line-height: 60px;
	font-size: 2.7em;
	background-color: rgba(0,72,154,0.7);
}

@media (max-width: 990px) {
	.in-bg aside.Left h2 {
		font-size: 2.3em
	}
}

.in-bg aside.Left nav {
	display: block;
	overflow: hidden;
}

.in-bg aside.Left nav a {
	display: block;
	box-sizing: border-box;
	background-color: rgba(67,117,191,0.4);
	color: #fff;
	padding: 20px;
	line-height: 1.3;
	border-top: 1px solid #fff;
	font-size: 1.8em;
	padding-right: 30px;
	background-image: url(../images/icon/smenu-right-w.png);
	background-position: calc(100% - 13px) center;
	background-repeat: no-repeat;
}

.in-bg aside.Left nav a:last-child {
	border-bottom: 1px solid #fff
}

.in-bg aside.Left nav a:hover, .in-bg aside.Left nav a:focus {
	background-color: rgba(0,72,154,0.7);
}

.in-bg aside.Left nav a.on {
	background-color: rgba(255,255,255,0.9);
	color: #00489a;
	background-image: url(../images/icon/smenu-right-Blue.png)
}

/*右邊*/
.in-bg .Right .webb_add {
	height: 60px;
	position: relative;
	background-color: rgba(67,117,191,0.7);
	padding-left: 20px;
	box-sizing: border-box;
}

.in-bg .Right .webb_add .L-ADD {
	float: left
}

.in-bg .Right .webb_add .L-ADD a {
	line-height: 60px;
	display: inline-block;
	padding-right: 17px;
	margin-right: 7px;
	background-image: url(../images/icon/webadd-right-w.png);
	background-position: right center;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 1.4em;
	vertical-align: top
}

.in-bg .Right .webb_add .L-ADD a:hover, .in-bg .Right .webb_add .L-ADD a:focus {
	color: #F90;
	font-weight: bold
}

.in-bg .Right .webb_add .L-ADD span {
	display: inline-block;
	line-height: 60px;
	font-size: 1.4em;
	color: #fde06e
}

.in-bg .Right .R-ADD {
	float: right;
	height: 60px;
	display: none
}
/*客戶指定不出現*/

.in-bg .Right .R-ADD a {
	display: block;
	width: 60px;
	height: 60px;
	float: left;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	font-size: 0;
	display: none
}
/*客戶指定不出現*/


@media (max-width: 768px) {
	.in-bg .Right .webb_add {
		height: 50px
	}

	.in-bg .Right .webb_add .L-ADD a {
		line-height: 50px;
	}

	.in-bg .Right .webb_add .L-ADD span {
		line-height: 50px;
	}

	.in-bg .Right .R-ADD {
		height: 50px;
	}

	.in-bg .Right .R-ADD a {
		width: 50px;
		height: 50px;
	}
}


.in-bg .Right .R-ADD a.print {
	background-image: url(../images/icon/print.png);
	background-color: #8ab0e6
}

.in-bg .Right .R-ADD a.back {
	background-image: url(../images/icon/back.png);
	background-color: rgba(0,0,0,0.3)
}

.in-bg .Right .R-ADD a.back:hover,
.in-bg .Right .R-ADD a.back:focus {
	background-color: rgba(0,0,0,0.7)
}

.in-bg .Right .R-ADD a.print:hover,
.in-bg .Right .R-ADD a.print:focus {
	background-color: #0CC
}

.in-bg .Right main {
	display: block;
	background-color: rgba(255,255,255,0.9);
	padding: 30px;
	box-sizing: border-box
}

@media (max-width: 480px) {
	.in-bg .Right main {
		padding: 15px;
	}
}

.fastnews main, .fastnews .databox {
	background-color: transparent
}

.in-bg .Right main hgroup {
	display: block;
	border-bottom: #4375bf 3px solid;
	padding-bottom: 15px
}

.in-bg .Right main hgroup h2 {
	float: left;
	font-size: 3.5em;
	color: #000;
	margin-bottom: 8px
}

.in-bg .Right main hgroup .keysearch {
	overflow: visible;
	text-align: right;
}

.in-bg .Right main hgroup .keysearch .search {
	max-width: 18%;
	overflow-x: visible;
	display: table-cell;
	height: 40px;
	padding: 8px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin: 0 -4px 0 0;
}

.in-bg .Right main hgroup .keysearch .tmpsearch {
	max-width: unset;
}

.in-bg .Right main hgroup .keysearch .keyword {
	height: 40px;
	line-height: 38px;
	box-sizing: border-box;
	border: 1px solid #999;
	font-size: 1.4em;
	padding: 0 8px;
	/*color: #b3b3b3;*/
	margin: 0 -4px 0 0;
}

.in-bg .Right main hgroup .keysearch :not(:first-child) {
	margin-left: 4px;
}

.in-bg .Right main hgroup .keysearch input[type="submit"] {
	padding: 0 6px;
	margin-left: -1px;
}

.in-bg .Right main hgroup .keysearch .search_btn {
	width: 40px;
	height: 40px;
	border: 0;
	background-color: #999;
	font-size: 0;
	background-image: url(../images/icon/btn-input-search.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer
}

.in-bg .Right main hgroup .keysearch .search_btn:hover,
.in-bg .Right main hgroup .keysearch .search_btn:focus {
	background-color: #000
}

.in-bg .Right main ul.data_list {
	display: block;
}

.in-bg .Right main ul.data_list li {
	display: block;
}

.in-bg .Right main ul.data_list li:last-child a {
	border-bottom: 3px solid #4375bf
}

.in-bg .Right main ul.data_list li a {
	display: block;
	padding: 15px 0;
	border-bottom: 1px dashed #ccc;
}


.in-bg .Right main ul.data_list li a .L_PP {
	width: calc(100% - 85px);
	float: left
}

.in-bg .Right main ul.data_list li a > time {
	float: left;
	width: 85px;
	text-align: right;
	font-size: 1.4em;
	color: #808080
}
/**/
.in-bg .Right main ul.data_list li a .L_PP h3 {
	font-weight: bold;
	font-size: 1.7em;
	color: #000;
	display: block;
	margin-bottom: 10px;
	box-sizing: border-box;
	line-height: 20px
}

.in-bg.laws_bg .Right main ul.data_list li a .L_PP h3 {
	margin-bottom: 0px;
}


.in-bg .Right main ul.data_list li.new a .L_PP h3 {
	padding-right: 25px;
	position: relative;
}

.in-bg .Right main ul.data_list li.new a .L_PP h3:after {
	content: 'N';
	display: block;
	width: 20px;
	height: 20px;
	line-height: 22px;
	text-align: center;
	font-size: 13.6px;
	font-family: Arial;
	font-weight: bold;
	border-radius: 50%;
	color: #fff;
	background-color: #ed1c24;
	position: absolute;
	right: 0;
	top: 0
}

.in-bg .Right main ul.data_list li a:hover .L_PP h3,
.in-bg .Right main ul.data_list li a:focus .L_PP h3 {
	color: #4274be;
}
/**/
@media (min-width: 800px) {
	.in-bg .Right main ul.data_list li a .L_PP h3.ellipsis_1 {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		height: 20px;
	}
}

@media (max-width: 768px) {
	.in-bg .Right main hgroup h2 {
		font-size: 3em
	}
}

@media (max-width: 500px) {
	.in-bg .Right main ul.data_list li a .L_PP {
		width: 100%;
		float: none
	}

	.in-bg .Right main ul.data_list li a > time {
		float: none;
		width: 100%;
		text-align: left;
		margin-top: 10px;
		display: block
	}
	/**/

}


.in-bg .Right main ul.data_list li a .L_PP .date {
	font-size: 1.4em;
	display: block;
	padding-left: 16px;
	background: url(../images/icon/time.png) left center no-repeat;
	background-size: 14px;
	color: #808080
}

.in-bg .Right main ul.data_list li a .L_PP .label {
	background-color: #8ab0e6;
	display: inline-block;
	font-size: 14px;
	color: #fff;
	padding: 3px 6px;
	margin-top: 10px
}

/*-----------Detail 詳細--------------------------*/
.in-bg .Right main .detail h3.g_TT {
	font-size: 2.0em;
	line-height: 1.5;
	font-weight: bold;
	color: #4274be;
	display: block;
	margin: 25px 0
}

.in-bg .Right main .detail .data_time {
	display: block;
	padding: 10px 5px;
	box-sizing: border-box;
	border-top: 1px solid #b3b3b3;
	border-bottom: 1px solid #b3b3b3;
	color: #808080;
	margin-bottom: 23px;
}

.in-bg .Right main .detail .data_time * {
	display: inline-block;
	margin-right: 20px;
	font-size: 1.3em;
	line-height: 1;
}

.in-bg .Right main .detail .data_time .time {
	padding-left: 16px;
	background: url(../images/icon/time.png) left center no-repeat;
	background-size: 13px;
}

.in-bg .Right main .detail .data_time .visited {
	display: inline-block;
	padding-left: 30px;
	background: url(../images/icon/eye.png) left center no-repeat;
	background-size: auto 13px
}

.in-bg .Right main .detail h4.icon_dtt, .in-bg .Right main .detail h4.icon_point, .in-bg .Right main .detail h4.icon_files {
	display: block;
	font-size: 1.8em;
	color: #00489a;
	padding-left: 24px;
	padding-top: 4px;
	min-height: 30px;
	background: url(../images/icon/icon-detail.png) left top no-repeat;
	background-size: auto 24px;
}

.in-bg .Right main .detail h4.icon_point {
	background: url(../images/icon/icon-point.png) left top no-repeat;
	background-size: auto 24px;
}

.in-bg .Right main .detail h4.icon_files {
	background: url(../images/icon/icon-download.png) left top no-repeat;
	background-size: auto 24px;
	padding-top: 6px
}

.in-bg .Right main .detail .html_edit {
	margin: 10px 0 25px 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #b3b3b3
}

.in-bg .Right main .detail .html_edit h2 {
	font-size: 2.6em;
	line-height: 1.8;
	font-weight: bold;
	color: #4274be;
	margin-bottom: 15px;
}

.in-bg .Right main .detail .html_edit p {
	margin: 10px 0;
	font-size: 1.6em;
	line-height: 1.8125;
	color: #333333
}

.html_edit ul > li {
	color: #333333;
	font-size: 1.6em;
	list-style-type: disc;
	list-style-position: outside;
	margin: 10px 0;
	margin-left: 2.4em;
	line-height: 1.8125;
}

.html_edit ol > li {
	color: #333333;
	font-size: 1.6em;
	margin-left: 2.4em;
	list-style-type: decimal;
	list-style-position: inside;
	margin: 5px 0;
	line-height: 1.8125;
}

/*point*/

.even_point_list {
	display: block;
	margin-bottom: 30px
}

.even_point_list li {
	display: block;
	padding: 10px 0;
	border-top: 1px dashed #ccc;
	font-size: 1.6em;
	padding-left: 25px;
	background: url(../images/icon/icon-point-li.png) 4px 9px no-repeat;
	margin: 0 !important;
	margin-left: 0 !important;
	line-height: 1 !important;
	background-size: 14px !important
}

.even_point_list > li a {
	color: #f15a24
}

.even_point_list > li a:hover, .even_point_list > li a:focus {
	color: #39F;
	text-decoration: underline
}

.even_point_list > li:last-child {
	border-bottom: 1px dashed #ccc
}
/*附件*/

.dnTable {
	width: 100%;
	border-top-color: #000;
	border-collapse: collapse;
}

.dnTable th {
	color: #FFF;
	font-size: 1.6em;
	padding: 15px 10px;
	border: 0px;
	background-color: #769ace;
	vertical-align: middle;
	box-sizing: border-box;
}

.dnTable tr:hover {
	background-color: #f2f2f2
}

.dnTable th:first-child {
	text-align: left;
	padding-left: 10px
}

.dnTable th:last-child {
	border-right: #06C
}

.dnTable th.w10 {
	width: 14%;
}

.dnTable th.w12 {
	width: 15%;
}

.dnTable td {
	color: #666;
	font-size: 1.6em;
	line-height: 150%;
	text-align: center;
	vertical-align: middle;
	padding: 10px 5px;
	border: 1px dotted #CCC;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid #CCC;
	word-break: break-all;
	box-sizing: border-box;
}

.dnTable td.file-name {
	color: #000;
	text-align: left;
	padding: 10px;
	font-weight: bold;
}

.dnTable td a.icon {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	color: #FFF;
	padding: 0 11px;
	padding-right: 36px;
	position: relative;
	min-width: 82px;
	white-space: nowrap;
	text-transform: uppercase;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.grad_bg {
	background: #8ab0e6; /* Old browsers */
	background: -moz-linear-gradient(top, #8ab0e6 0%, #4375bf 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #8ab0e6 0%,#4375bf 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #8ab0e6 0%,#4375bf 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ab0e6', endColorstr='#4375bf',GradientType=0 ); /* IE6-9 */
}

.grad_bg:hover, .grad_bg:focus {
	background: #759fc4; /* Old browsers */
	background: -moz-linear-gradient(top, #759fc4 2%, #315789 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #759fc4 2%,#315789 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #759fc4 2%,#315789 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#759fc4', endColorstr='#315789',GradientType=0 ); /* IE6-9 */
}

.dnTable td a.icon:after {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	background: url(../images/icon/icon-download-w.png) center no-repeat;
	background-size: contain;
	right: 13px;
	top: calc(50% - 8px)
}

.dnTable td a.name {
	font-weight: bold;
	color: #003685;
}

.dnTable td a.name:hover, .dnTable td a.name:focus {
	color: #F30
}

.dnTable .info {
	display: block;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dotted #ccc;
	color: #999;
	font-size: 13.5px;
}

@media (min-width: 781px) {
	.dnTable .info {
		display: none
	}
}




@media screen and (max-width: 780px) {
	.dnTable th:nth-of-type(2),
	.dnTable th:nth-of-type(3) {
		display: none;
	}

	.dnTable td.file-name {
		width: 80%;
		padding: 15px 10px;
	}

	.dnTable td:nth-of-type(2),
	.dnTable td:nth-of-type(3) {
		display: none;
	}

	.dnTable td:nth-of-type(4) {
		width: 20%;
	}
}

@media screen and (max-width: 460px) {
	.dnTable td.file-name {
		width: 75%;
	}

	.dnTable td:nth-of-type(4) {
		width: 25%;
	}
}

@media screen and (max-width: 420px) {
	.dnTable td.file-name {
		width: 70%;
	}

	.dnTable td:nth-of-type(4) {
		width: 30%;
	}
}


.back_box {
	padding-top: 40px;
}

.back_box .back_btn {
	height: 40px;
	line-height: 42px;
	padding: 0 24px;
	padding-right: 50px;
	position: relative;
	border-radius: 20px;
	color: #fff;
	display: inline-block;
	font-size: 1.6em;
	border: 0px
}

.back_box a.back_btn:after {
	content: '';
	display: block;
	width: 22px;
	height: 18px;
	background: url(../images/icon/back-btn-b-w.png) center no-repeat;
	background-size: contain;
	position: absolute;
	right: 17px;
	top: calc(50% - 9px);
	transition: all 0.5s
}

.back_box a.back_btn:hover:after, .back_box a.back_btn:focus:after {
	right: 22px
}


.back_box .back_btn.reset {
	background: url(../images/icon/reset-btn-bg.gif) right center no-repeat;
}

.back_box .back_btn.reset:hover, .back_box .back_btn.reset:focus {
	background: url(../images/icon/reset-btn-bg-on.gif) right center no-repeat;
}

.back_box .back_btn.sumit {
	background: url(../images/icon/sent-btn-bg.gif) right center no-repeat;
}

.back_box .back_btn.sumit:hover, .back_box .back_btn.sumit:focus {
	background: url(../images/icon/sent-btn-bg-on.gif) right center no-repeat;
}

.back_box .back_btn.reset, .back_box .back_btn.sumit {
	padding: 0 17px;
	padding-right: 38px;
	cursor: pointer
}

/*翻頁*/
/*-----------------翻頁區---------------*/
.page-num {
	padding-top: 20px;
}

.page-num a, .page-num .cur {
	float: left;
	margin-right: 4px;
	color: #808080;
	font-size: 14px;
	line-height: 28px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	height: 30px;
	min-width: 30px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #ccc !important;
}


.page-num .cur { /*當前頁*/
	color: #000;
	background-color: #b6c7df;
	border: 0px;
	line-height: 30px
}

.page-num .btn {
	width: 30px;
	height: 30px;
	border: 0px;
	font-size: 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #ccc;
	border-radius: 0;
	box-sizing: border-box
}

.page-num .btn-first {
	background-image: url(../images/icon/first.png);
}

.page-num .btn-prev {
	background-image: url(../images/icon/prev.png)
}

.page-num .btn-next {
	background-image: url(../images/icon/next.png)
}

.page-num .btn-last {
	background-image: url(../images/icon/last.png)
}

.page-num .btn-first, .page-num .btn-last,
.page-num .btn-prev, .page-num .btn-next
{ /*較深*/
	background-color: #999
}

.page-num .btn:hover {
	background-color: #000
}

.page-num .page-txt {
	float: right;
	color: #808080;
	font-size: 13px;
	line-height: 30px
}

.page-num .clo:hover, .page-num .clo:focus {
	background-color: #809dc8;
	border: 0;
	line-height: 30px;
	color: #fff;
	font-weight: bold
}

.page-num .btn-disabled {
	cursor: not-allowed;
}

.page-num .btn-disabled:not(.cur) {
	background-color: #ccc
}

@media screen and (max-width: 900px) {
	.page-num a, .page-num .cur {
		line-height: 23px;
		height: 25px;
		min-width: 25px;
	}

	.page-num .btn {
		width: 25px;
		height: 25px;
	}

	.page-num a, .page-num .cur {
		margin-right: 2px;
	}

	.page-num .clo:hover, .page-num .clo:focus {
		line-height: 25px;
		border: 0px
	}
}

@media only screen and (max-width: 520px) {
	.page-num .clo {
		display: none
	}
}

.in-bg.fastnews .page-num .btn {
	background-color: #4274be;
	border: 0px !important
}

.in-bg.fastnews .page-num .btn:hover, .in-bg.fastnews .page-num .btn:focus {
	background-color: #9fb8de
}

.in-bg.fastnews .page-num {
	padding-left: 10px;
	padding-right: 10px
}

.in-bg.fastnews .page-num a.clo {
	color: #fff
}

.in-bg.fastnews .page-num .page-txt {
	color: #fff
}
/*會務快訊列表*/

.in-bg.fastnews .databox ul.img_list {
	display: block;
	margin-left: -10px;
	margin-right: -10px;
	width: calc(100% + 20px);
	padding: 0 10px;
	text-align: center
}

.in-bg.fastnews .databox ul.img_list li {
	display: inline-block;
	width: calc(50% - 23px);
	box-sizing: border-box;
	background-color: #fff;
	padding: 18px;
	text-align: left;
	vertical-align: top;
	position: relative;
	margin: 10px
}


.in-bg.fastnews .databox ul.img_list li.new:after {
	content: 'N';
	display: block;
	width: 20px;
	height: 20px;
	line-height: 22px;
	text-align: center;
	font-size: 13.6px;
	font-family: Arial;
	font-weight: bold;
	border-radius: 50%;
	color: #fff;
	background-color: #ed1c24;
	position: absolute;
	right: -7px;
	top: -7px;
	z-index: 10
}

.in-bg.fastnews .databox ul.img_list li a .zoom-box {
	width: 100%;
	height: 0;
	padding-bottom: 66.7%;
	margin-bottom: 15px
}

.in-bg.fastnews .databox ul.img_list li a h3 {
	font-size: 2.6em;
	line-height: 1.2;
	font-weight: bold;
	color: #000;
	margin-bottom: 15px;
}

.in-bg.fastnews .databox ul.img_list li a:hover h3,
.in-bg.fastnews .databox ul.img_list li a:focus h3 {
	color: #4274be
}

.in-bg.fastnews .databox ul.img_list li a time {
	font-size: 1.8em;
	color: #b3b3b3
}

@media only screen and (min-width: 661px) {
	.in-bg.fastnews .databox ul.img_list li a h3 {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}

@media only screen and (max-width: 660px) {
	.in-bg.fastnews .databox ul.img_list {
		margin-left: -6px;
		margin-right: -6px;
		width: calc(100% + 12px);
	}

	.in-bg.fastnews .databox ul.img_list li {
		width: 95%;
		padding: 15px;
		margin: 6px
	}
}

@media only screen and (max-width: 990px) {
	.in-bg.fastnews .databox ul.img_list li a h3 {
		font-size: 2em
	}

	.in-bg.fastnews .databox ul.img_list li a time {
		font-size: 1.6em;
	}
}

.in-bg.fastnews .databox ul.img_list li a .zoom-box:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(0,0,0,0.5) url(../images/icon/pic-view.png) center no-repeat;
	background-size: 33% auto;
	transition: all 0.5s;
}

.in-bg.fastnews .databox ul.img_list li a:hover .zoom-box:after,
.in-bg.fastnews .databox ul.img_list li a:focus .zoom-box:after {
	opacity: 1
}

.in-bg .Right.full {
	width: 100%
}

/* fastnews */

.in-bg.fastnews .html_edit {
	margin-bottom: 0 !important;
	border-bottom: 0px !important
}

.in-bg.fastnews hgroup.detail_H {
	border-bottom: none
}

.in-bg.fastnews .html_edit .sample_pic {
	float: left;
	position: relative;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 8px;
	max-width: 50%;
}

@media only screen and (max-width: 580px) {
	.in-bg.fastnews .html_edit .sample_pic {
		max-width: 100%;
		margin-right: 0
	}
}

.in-bg.fastnews .html_edit .sample_pic .mask_T {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 8px;
	box-sizing: border-box;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	font-size: 1.4em;
	line-height: 1.3;
	width: 100%
}

.in-bg.fastnews .html_edit p.first:first-letter {
	font-size: 230%;
	font-weight: bold;
	line-height: 1.5;
	float: left;
	margin-right: 8px;
}

.in-bg.fastnews .html_edit h3 {
	color: #4274be;
	font-size: 2em;
	display: block;
	margin-top: 40px
}

/*Videos list*/
.video-list {
	width: 103%;
	margin-left: -1.5%;
}

.video-list {
	padding-bottom: 56.25%;
}

.img-box, .img-over-box {
	position: relative;
	display: block;
	text-align: center;
	overflow: hidden;
}

.video .img-box:before, .video .img-over-box:before {
	content: '';
	background: url(../images/icon/icon-video.png) center center no-repeat;
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	z-index: 1;
}

.icon-box i {
	display: block;
	margin-bottom: 5px;
	font-size: 5em;
}

.icon-box:hover {
	filter: alpha(opacity=85);
	opacity: 0.85;
	background-position: right top;
}

.icon-box span {
	position: absolute;
	display: block;
	top: 0px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	height: 40px;
}

.video .icon-box span:before {
	content: 'PLAY';
}

.icon-box span:after {
	content: 'MORE';
	display: block;
	text-align: center;
	font-size: 0.7em;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fa-play-circle:before {
	content: "\f144";
}

a [class*=" fa-"] {
	cursor: pointer;
}

a i {
	-webkit-transition: all 250ms ease-in;
	-o-transition: all 250ms ease-in;
	-moz-transition: all 250ms ease-in;
	transition: all 250ms ease-in;
}

.icon-box {
	color: #fff;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	filter: alpha(opacity=0);
	opacity: 0;
	z-index: 1;
	background: url(../images/icon/over-line.png) no-repeat #3c2d23;
	background-position: left top;
}

.grid-item {
	position: relative;
	display: block;
	float: left;
	margin: 0 1.5% 0 1.5%;
}

.video-list .caption-box {
	margin-bottom: 15px;
}

.caption-box {
	display: block;
	position: relative;
	padding: 0px 0px 20px 80px;
	margin-top: 15px;
}

.date-box {
	position: absolute;
	display: block;
	font-size: 24px;
	line-height: 22px;
	color: #997252;
	top: 0;
	left: 0;
}

.date-box small {
	font-size: 14px;
	display: block;
}

.grid-item h3 {
	font-size: 1.6em;
	font-weight: bold;
	color: #FFF;
}

.grid-item b {
	font-size: 1.5em;
	color: #FFF;
	font-weight: normal;
	display: block;
	padding-top: 3px;
	clear: both;
}
/*Sitemap*/
.sitemap {
	margin-top: 25px;
	margin-left: -10px;
	margin-right: -10px;
}

.sitemap dl {
	display: inline-block;
	margin: 0 8px 20px 8px;
	width: calc(25% - 20px);
	vertical-align: top;
}

@media only screen and (max-width: 1100px) {
	.sitemap dl {
		width: calc(33.3% - 20px);
	}
}

@media only screen and (max-width: 900px) {
	.sitemap dl {
		width: calc(50% - 20px);
	}
}

@media only screen and (max-width: 568px) {
	.sitemap dl {
		width: calc(100% - 20px);
	}
}

.sitemap dl * {
	display: block
}

.sitemap dl dt a {
	font-size: 1.8em;
	line-height: 1.2;
	display: block;
	padding: 10px 15px;
	box-sizing: border-box;
	color: #fff;
	font-weight: bold;
	background-color: rgba(67,117,191,0.65)
}

.sitemap dl dt a:hover, .sitemap dl dt a:focus {
	background-color: rgba(67,117,191,1)
}

.sitemap dl dd a {
	padding: 10px 15px;
	display: block;
	font-size: 1.6em;
	line-height: 1.3;
	color: #000;
	border-bottom: 1px dashed #b3b3b3
}

.sitemap dl dd a:hover, .sitemap dl dd a:focus {
	background-color: rgba(67,117,191,0.3)
}

/*隱私權*/

.service_txt {
	margin-top: 20px
}

.service_txt .stit {
	color: #09C;
	font-size: 2em;
	margin: 40px 0 10px 0;
	line-height: 1.7;
	clear: both;
	text-indent: 1em;
}

.service_txt p {
	text-indent: 2em;
	font-size: 1.7em;
	margin-bottom: 20px;
	line-height: 1.7
}

.service_txt > ul > li {
	font-size: 1.7em;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 2.4em;
	line-height: 1.7
}

.service_txt > UL > li > ol li {
	list-style: decimal;
	list-style-position: outside;
	margin-left: 1.2em;
	line-height: 1.7;
}

.service_txt > OL {
	margin-left: 1.5em
}

.service_txt > OL > li {
	font-size: 1.7em;
	line-height: 1.7;
	list-style: decimal;
	list-style-position: outside;
}

.pageWord p {
	margin-bottom: 0;
}

/*location 公會位置*/

.location .even_point_list {
	font-size: 112.5%;
	margin: 15px 0;
	border-top: 2px solid #a6bee0;
	border-bottom: 2px solid #a6bee0;
	padding: 10px 0
}

.location .html_edit {
	border-bottom: 0 !important
}

.location .even_point_list > li {
	background: url(../images/icon/icon-point-li.png) 4px 13px no-repeat;
	line-height: 1.33
}

.location .even_point_list > li:first-child {
	border-top: none
}

.location .even_point_list > li:last-child {
	border-bottom: 0px
}

@media only screen and (max-width: 768px) {
	.location .even_point_list {
		font-size: 100%
	}

	.location .even_point_list > li {
		background: url(../images/icon/icon-point-li.png) 4px 13px no-repeat;
	}

	.location .even_point_list > li > ol.num {
		/*padding-left:1.5em;*/
		line-height: 1.5;
		margin-top: 10px
	}

	.location .even_point_list > li > ol.num li {
		list-style: decimal;
		list-style-position: outside;
		margin-bottom: 10px
	}

	.location .even_point_list > li .float {
		float: left
	}

	.location .even_point_list > li.ind_4 {
		text-indent: -4.85em;
		padding-left: 6.2em;
	}

	.location .even_point_list > li.ind_4 > ol > li {
		text-indent: -0em;
		/***padding-left: 0em;***/
	}

	.ntitle a, .ntitle h2 {
		display: block;
		width: 100%;
	}

	.in-bg .Right main hgroup .keysearch .ngroup,
	.in-bg .Right main hgroup .keysearch .ngroup2 {
		display: table-row;
		text-align: left;
		width: 100%;
	}

	.in-bg .Right main hgroup .keysearch .ngroup .search {
		margin: 0 5px 5px 0;
		display: table-cell;
		width: 48%;
		max-width: none;
	}

	.in-bg .Right main hgroup .keysearch .ngroup2 input[type="text"] {
		width: 80.5%;
		max-width: none;
	}

	.in-bg .Right main hgroup .keysearch .ngroup2 input[type="submit"] {
		width: 18%;
		max-width: none;
	}
}

@media only screen and (max-width: 700px) {
	.location .even_point_list > li.ind_4 {
		text-indent: 0;
		padding-left: 25px;
	}
}

.location .googlemap {
	width: 100%;
	height: 500px;
	margin-top: 30px;
	border: 1px solid #4375bf;
	box-sizing: border-box
}

.location .back_box {
	padding-top: 0
}

/*入會*/

.join table, in-bg table {
	margin-bottom: 30px;
}

.join table th, .join table td, .in-bg table th, .in-bg table td {
	border: 2px solid #fff;
	padding: 15px 3px;
	vertical-align: middle;
	font-size: 1.6em;
}

.join table th.left-th, .in-bg table th.left-th {
	width: 170px;
	background-color: #4274be;
	color: #fff;
	vertical-align: middle;
	font-size: 1.8em;
}

.join table th.left-th-g {
	background-color: #808080;
	color: #fff;
	vertical-align: middle;
	font-size: 1.8em;
}

.join table th.right-th, .in-bg table th.right-th {
	background-color: #6890cb;
	color: #fde06e;
	font-size: 1.8em
}

.join table th.right-th-2 {
	background-color: #8eacd8;
	color: #fff;
	font-size: 1.8em
}

.join table th small {
	font-size: 65%;
	display: inline-block
}

.join table td {
	background-color: #e2eaf5;
	font-size: 18px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 1.33
}

.in-bg .Right main .detail .html_edit table td p {
	font-size: 1em;
	vertical-align: middle;
	line-height: 1.33
}

.join table td span {
	display: inline-block
}

@media only screen and (max-width: 768px) {
	.join table td, .in-bg table td {
		padding-left: 8px;
		padding-right: 8px
	}
}

.join table td li {
	font-size: 16px;
	display: block;
	background: url(../images/icon/icon-point-li.png) left 6px no-repeat;
	line-height: 20px;
	background-size: 15px;
	padding: 5px 0;
	padding-left: 20px;
}

.join main {
	background-color: #fff !important
}

.join main .detail h3, .in-bg main .detail h3, .in-bg .Right main hgroup h3 {
	font-size: 2.6em;
	color: #00489a;
	margin-bottom: 15px;
}

.join main .detail h3.write {
	display: block;
	padding-left: 32px;
	background: url(../images/icon/h-write.png) left top no-repeat;
	padding-top: 3px;
	margin-top: 20px
}

.join main .detail .even_point_list li:first-child {
	border-top: 1px solid #b3b3b3
}

.join main .detail .even_point_list li:last-child {
	border-bottom: 1px solid #b3b3b3
}

.join main .detail .html_edit {
	border-bottom: 0 !important
}

.join main .detail .html_edit .Right1.pdf {
	color: #fff;
	box-sizing: border-box;
	background-color: #6890cb;
	padding: 26px 23px 20px 88px;
	font-size: 2em;
	line-height: 1.2;
	font-weight: bold;
	background-image: url(../images/icon/pdf-icon-w.svg);
	background-position: 30px center;
	background-repeat: no-repeat;
	margin: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: left;
}

.join main .detail .html_edit .Right2.pdf {
	color: #fff;
	box-sizing: border-box;
	background-color: #808080;
	padding: 26px 23px 20px 88px;
	font-size: 2em;
	line-height: 1.2;
	font-weight: bold;
	background-image: url(../images/icon/pdf-icon-w.svg);
	background-position: 30px center;
	background-repeat: no-repeat;
	margin: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: left;
}

.join main .detail .html_edit .Right1.pdf:hover, .Right1.pdf:focus {
	color: #fff;
	background-color: #C30
}

.join main .detail .html_edit .Right2.pdf:hover, .Right2.pdf:focus {
	color: #fff;
	background-color: #99b4dc
}


@media only screen and (max-width: 768px) {
	.join table th.left-th {
		width: 140px;
		font-size: 1.7em;
	}

	.join table td {
		font-size: 16px
	}
}

@media only screen and (max-width: 480px) {
	.join table th.left-th {
		width: 100px;
		font-size: 1.55em;
	}

	.join table td {
		font-size: 15px
	}
}

.join .step .stepli {
	display: block;
	float: left;
	box-sizing: border-box;
	width: calc(25% - 34px);
	height: 214px;
	border: 1px solid #99b4dc;
	background-color: #f5f8fb;
	background-position: center calc(50% - 8px);
	background-repeat: no-repeat;
	position: relative;
}

.join .step span.next {
	width: 44px;
	display: block;
	float: left;
	background: url(../images/icon/step-next.png) center no-repeat;
	height: 214px;
}

@media only screen and (max-width: 990px) {
	.join .step span.next {
		width: 22px;
	}

	.join .step li {
		width: calc(25% - 16.6px);
	}
}

@media only screen and (max-width: 768px) {
	.join .step .stepli {
		width: calc(50% - 22.2px);
		margin-bottom: 15px
	}
}

.join .step .stepli h4 {
	display: block;
	background-color: #99b4dc;
	text-align: center;
	color: #fff;
	height: 38.57px;
	line-height: 38.57px;
	font-size: 18px;
}

.join .step .stepli h4 big {
	font-size: 28px;
}

.join .step .stepli span {
	font-size: 100%;
	display: block;
	position: absolute;
	top: 143px;
	width: 100%;
	line-height: 1.33 !important;
	text-align: center
}

.join .back_box {
	margin-top: 0px;
	clear: both;
	padding-top: 30px;
	padding-bottom: 10px
}

.join .back_box .back_btn.down_btn {
	padding-right: 40px
}

.join .back_box .back_btn.down_btn:after {
	width: 18px;
	height: 15px;
	background: url(../images/icon/down.png)center no-repeat;
	background-size: contain;
	top: calc(50% - 7.5px);
}


.back_box a.back_btn.down_btn:hover:after, .back_box a.back_btn.down_btn:focus:after {
	right: 17px !important;
	top: calc(50% - 5px);
}

/*表單*/
.join_mail ul.bgr {
	display: block;
	box-sizing: border-box;
	border: #4274be 1px solid;
	border-radius: 30px;
	background-color: #d9e3f2;
	padding: 3.25%
}

.join_mail ul.bgr li {
	display: block;
	box-sizing: border-box;
	float: left;
	margin: 8px 6px;
	height: 48px;
	border: 1px solid #4274be;
	border-radius: 24px;
	background-color: #fff;
	width: calc(100% - 12px);
	position: relative
}

.join_mail ul.bgr li.part {
	width: calc(50% - 12px)
}

@media only screen and (max-width: 1000px) {
	.join_mail ul.bgr li.part {
		width: calc(100% - 12px)
	}
}

.join_mail ul.bgr li .lab {
	width: 130px;
	height: 36px;
	background-color: #b3b3b3;
	border-radius: 18px;
	position: absolute;
	left: 5px;
	top: calc(50% - 18px);
	color: #fff;
	text-align: center;
	line-height: 36px;
}

.join_mail ul.bgr li .lab.req {
	background-color: #6890cb
}

.join_mail ul.bgr li input.txt {
	border: 0px;
	border-radius: 23px;
	margin: 0;
	width: 100%;
	height: 46px;
	line-height: 46px;
	padding-left: 140px;
	padding-right: 10px;
	box-sizing: border-box;
	font-size: 16px;
}

.join_mail ul.bgr li input.txt:focus {
	background-color: #FFC;
	outline: none
}

.join_mail ul.bgr li.code .code_img {
	display: block;
	position: absolute;
	right: 5px;
	top: calc(50% - 16px);
	width: 120px;
	height: 32px;
	border-radius: 16px;
	overflow: hidden;
	border: #8ab0e6 1px solid
}

.join_mail ul.bgr li.code .code_img img {
	width: 100%;
	height: 100%
}

.join_mail ul.bgr li.code input.txt {
	padding-right: 130px
}

.join_mail ul.bgr li.agree {
	text-align: center;
	background-color: #f2f2f2;
	line-height: 1.1;
	font-size: 1.5em;
	color: #538bda;
	padding-top: 11px;
	padding-bottom: 11px;
	height: auto;
}

.join_mail ul.bgr li.agree a {
	text-decoration: underline;
	color: #538bda;
	vertical-align: middle;
	display: inline-block;
	margin-top: -3.5px;
}

.join_mail ul.bgr li.agree input {
	width: 20px;
	height: 20px
}

.join_mail ul.bgr li.agree a:hover, .join_mail ul.bgr li.agree a:focus {
	color: #F30;
}

/*產地簽發*/

#proof {
}

@media (min-width: 991px) {
	#proof #sec_1 {
		padding-top: calc(50vh - 235px - 50px);
		padding-bottom: 80px
	}
}

@media (max-height: 700px) {
	#proof #sec_1 #scroll {
		display: none
	}
}

#proof #sec_1:after {
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0,49,153,0.7);
	position: absolute;
	z-index: 0
}

#proof #sec_1 hgroup {
	display: block;
	margin-bottom: 10px
}

#proof #sec_1 hgroup h2, #proof #sec_1 hgroup h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#proof #sec_1 hgroup h2 {
	font-size: 15.9em;
	display: inline-block;
	vertical-align: top;
}

#proof #sec_1 hgroup h3 {
	font-size: 5.3em;
	line-height: 1.2;
	display: inline-block;
	padding-left: 33px;
	padding-top: 13px
}

@media only screen and (max-width: 870px) {
	#proof #sec_1 hgroup {
		font-size: 80%
	}
}

@media only screen and (max-width: 730px) {
	#proof #sec_1 hgroup {
		font-size: 65%
	}

	#proof #sec_1 hgroup h3 {
		padding-left: 20px;
		padding-top: 8px
	}
}

@media only screen and (max-width: 600px) {
	#proof #sec_1 hgroup {
		font-size: 50%;
		padding-left: 10px
	}

	#proof #sec_1 hgroup h3 {
		padding-left: 15px;
	}
}

@media only screen and (max-width: 380px) {
	#proof #sec_1 hgroup h2 {
		padding-left: 0px
	}

	#proof #sec_1 hgroup {
		font-size: 40%;
		margin-bottom: 15px
	}
}

#proof #sec_1 .info_QR {
	background-color: rgba(0,0,0,0.3);
	padding: 3.88%;
	border-top: 1px solid #fff;
}

#proof #sec_1 .info_QR .LP {
	float: left;
	width: calc(100% - 150px);
	padding-right: 20px;
	box-sizing: border-box;
	max-width: 628px
}

#proof #sec_1 .info_QR .LP h3 {
	font-size: 4em;
	margin-bottom: 23px;
	line-height: 1.3
}

#proof #sec_1 .info_QR .LP p {
	line-height: 1.54;
	font-size: 2.4em;
}

#proof #sec_1 .info_QR .RP {
	float: right;
	font-size: 1.6em;
	width: 150px;
}

#proof #sec_1 .info_QR .RP p {
	display: block;
	margin-top: 10px;
	line-height: 1.5
}


@media only screen and (max-width: 870px) {
	#proof #sec_1 .info_QR .LP {
		font-size: 80%
	}
}

@media only screen and (max-width: 700px) {
	#proof #sec_1 .info_QR .LP {
		font-size: 70%
	}
}

@media only screen and (max-width: 350px) {
	#proof #sec_1 .info_QR .LP {
		width: 100%;
		padding-right: 0;
		text-align: left
	}

	#proof #sec_1 .info_QR .LP h3 {
		margin-bottom: 15px;
		font-size: 3.4em
	}

	#proof #sec_1 .info_QR {
		padding: 30px 3.8%
	}

	#proof #sec_1 .info_QR .RP {
		width: 100%;
		text-align: center;
		margin-top: 20px
	}

	#proof #sec_1 hgroup h3 {
		padding-left: 5px;
		padding-top: 6px;
	}
}

#scroll {
	position: absolute;
	bottom: 30px;
	left: calc(50% - 20px);
	display: block;
	-webkit-animation-name: scroll;
	animation-name: scroll;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation: scroll 2s infinite;
	-webkit-animation-fill-mode: both;
	animation: scroll 2s infinite;
	animation-fill-mode: both;
	z-index: 2
}

@media only screen and (max-width: 800px) {
	#scroll {
		display: none
	}
}

@keyframes scroll {
	0% {
		bottom: 30px;
	}

	50% {
		bottom: 20px;
	}

	100% {
		bottom: 30px;
	}
}

@-webkit-keyframes scroll {
	0% {
		bottom: 30px;
	}

	50% {
		bottom: 20px;
	}

	100% {
		bottom: 30px;
	}
}

/*sec_2*/
#proof #sec_2 {
	background-color: #fde06e;
	padding: 60px 0;
	position: relative
}

#proof #sec_2:before {
	content: '';
	display: block;
	width: 547px;
	height: 553px;
	background: url(../images/hand.png) top right no-repeat;
	background-size: contain;
	position: absolute;
	right: 0px;
	top: -70px; /**/
	-webkit-animation-name: hand;
	animation-name: hand;
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
	-webkit-animation: hand 4s infinite;
	-webkit-animation-fill-mode: both;
	animation: hand 4s infinite;
	animation-fill-mode: both;
	z-index: 2
}

@keyframes hand {
	0% {
		top: -70px;
	}

	50% {
		top: -60px;
	}

	100% {
		top: -70px;
	}
}

@-webkit-keyframes hand {
	0% {
		top: -70px;
	}

	50% {
		top: -60px;
	}

	100% {
		top: -70px;
	}
}

@media only screen and (max-width: 1560px) {
	#proof #sec_2:before {
		width: 400px;
		height: 404px;
	}
}

#proof #sec_2:after {
	content: '';
	display: block;
	position: absolute;
	width: 86px;
	height: 40px;
	bottom: -39px;
	left: calc(50% - 43px);
	z-index: 2;
	background: url(../images/proof-gold-down.png) center top no-repeat;
	background-size: contain
}

#proof #sec_2 .Left {
	width: calc(100% - 324px)
}

@media only screen and (max-width: 1356px) {
	#proof #sec_2 .Left {
		width: calc(100% - 370px)
	}
}

#proof #sec_2 .Left h2 {
	font-size: 5.5em;
	color: #000;
	margin-bottom: 30px;
	line-height: 1.3
}

#proof #sec_2 .Left p {
	font-size: 2.4em;
	line-height: 1.75;
	color: #000;
}

#proof #sec_2 .Left p a:hover, #proof #sec_2 .Left p a:focus {
	color: #F30;
	text-decoration: underline
}

@media only screen and (max-width: 1043px) {
	#proof #sec_2:before {
		width: 300px;
		height: 300px;
		position: relative;
		right: auto;
		top: auto;
		float: right;
		-webkit-animation-name: hand1;
		animation-name: hand1;
		-webkit-animation-duration: 4s;
		animation-duration: 4s;
		-webkit-animation: hand1 4s infinite;
		-webkit-animation-fill-mode: both;
		animation: hand1 4s infinite;
		animation-fill-mode: both;
		z-index: 2;
		margin-top: -10px
	}

	#proof #sec_2 .Left {
		width: 100%
	}
}

@keyframes hand1 {
	0% {
		margin-top: -10px
	}

	50% {
		margin-top: -20px
	}

	100% {
		margin-top: -10px
	}
}

@-webkit-keyframes hand1 {
	0% {
		margin-top: -10px
	}

	50% {
		margin-top: -20px
	}

	100% {
		margin-top: -10px
	}
}

@media only screen and (max-width: 700px) {
	#proof #sec_2 .Left h2 {
		font-size: 4em;
		margin-bottom: 20px;
	}

	#proof #sec_2 .Left p {
		font-size: 1.8em;
	}

	#proof #sec_2 .container {
		padding-left: 12px;
		padding-right: 12px
	}
}

@media only screen and (max-width: 590px) {
	#proof #sec_2:before {
		width: 200px;
		height: 200px;
	}
}

@media only screen and (max-width: 480px) {
	#proof #sec_2 .Left h2 {
		font-size: 3em;
	}
}

@media only screen and (max-width: 375px) {
	#proof #sec_2 .Left h2 {
		font-size: 2.5em;
	}

	#proof #sec_2 .Left p {
		font-size: 1.6em;
	}

	#proof #sec_2:before {
		width: 180px;
		height: 180px;
	}
}

/*#proof #sec_3*/

#proof #sec_3 {
	background-color: #3fbfe8;
	padding: 100px 0 50px 0
}

#proof #sec_3 h2, #sec_4 h2 {
	text-align: center;
	font-size: 5.5em;
	padding-bottom: 27px;
	margin-bottom: 40px;
	display: block;
	position: relative
}

#proof #sec_3 h2:after {
	content: '';
	display: block;
	width: 100px;
	height: 3px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: calc(50% - 50px)
}

#proof #sec_3 ul.OOO_box {
	display: block;
	text-align: center;
	margin-bottom: 30px;
}

#proof #sec_3 ul.OOO_box li {
	display: inline-block;
	margin: 0 10px;
	vertical-align: top;
	text-align: center;
	margin-bottom: 20px
}

#proof #sec_3 ul.OOO_box li .icon {
	display: inline-block;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	transition: all 0.5s;
	margin-bottom: 20px
}
/*  #fde06e 金色*/
#proof #sec_3 ul.OOO_box li .icon:hover {
	background-color: rgba(255,255,255,0.8);
	background-size: 90%
}

#proof #sec_3 ul.OOO_box li .icon.A1 {
	background-image: url(../images/icon/proof-icon-1.svg)
}

#proof #sec_3 ul.OOO_box li .icon.A2 {
	background-image: url(../images/icon/proof-icon-2.svg)
}

#proof #sec_3 ul.OOO_box li .icon.A3 {
	background-image: url(../images/icon/proof-icon-3.svg)
}


#proof #sec_3 ul.OOO_box li h4 {
	font-size: 3em;
	margin-bottom: 10px;
	line-height: 1.266
}

#proof #sec_3 ul.OOO_box li p {
	font-size: 1.7em;
	line-height: 1.75
}



@media (max-width: 768px) {
	#proof #sec_3 h2, #sec_4 h2 {
		font-size: 4em;
	}

	#proof #sec_3 h3 {
		font-size: 2em;
	}

	#proof #sec_3 ul.OOO_box li h4 {
		font-size: 2.2em;
	}

	#proof #sec_3 ul.OOO_box li .icon {
		width: 150px;
		height: 150px;
		margin-bottom: 15px
	}
}

@media (max-width: 480px) {
	#proof #sec_3 h2, #sec_4 h2 {
		font-size: 2.8em;
		margin-bottom: 30px
	}

	#proof #sec_3 h3 {
		font-size: 1.9em;
	}

	#proof #sec_3 ul.OOO_box li h4 {
		font-size: 1.65em;
	}

	#proof #sec_3 ul.OOO_box li p {
		font-size: 1.55em
	}

	#proof #sec_3 ul.OOO_box li .icon {
		width: 130px;
		height: 130px;
	}
}

#proof #sec_3 ul.OOO_box li {
	min-width: 240px
}

#proof #sec_3 ul.OOO_box li .icon {
	position: relative
}

#proof #sec_3 ul.OOO_box li .icon:after {
	content: '';
	position: absolute;
	width: 34px;
	height: 34px;
	top: calc(50% - 18px);
	right: -70px;
	display: block;
	background: url(../images/gonext-icon.gif) center no-repeat;
	background-size: contain
}

@media (max-width: 810px) {
	#proof #sec_3 ul.OOO_box li {
		margin-bottom: 40px
	}

	#proof #sec_3 ul.OOO_box li .icon:after {
		display: none
	}

	#proof #sec_3 ul.OOO_box li .icon:before {
		content: '';
		position: absolute;
		width: 36px;
		height: 36px;
		top: -18px;
		right: 50%;
		margin-right: -18px;
		display: block;
		border-radius: 50%;
		text-align: center;
		line-height: 36px;
		color: #033;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 26px;
		background-color: #fde06e
	}

	#proof #sec_3 ul.OOO_box li:nth-child(1) .icon:before {
		content: '1'
	}

	#proof #sec_3 ul.OOO_box li:nth-child(2) .icon:before {
		content: '2'
	}

	#proof #sec_3 ul.OOO_box li:nth-child(3) .icon:before {
		content: '3'
	}
}



@media (max-width: 480px) {
	#proof #sec_3 ul.OOO_box li .icon:before {
		width: 30px;
		height: 30px;
		top: -11px;
		margin-right: -15px;
		line-height: 30px;
		font-size: 20px;
	}
}

#proof #sec_3 ul.OOO_box li:last-child .icon:after {
	display: none
}


/*sec_4*/
#proof #sec_4 {
	padding: 60px 0;
	background: #329dcc;
	position: relative;
}

#proof #sec_4:before {
	content: '';
	display: block;
	position: absolute;
	width: 86px;
	height: 40px;
	top: -39px;
	left: calc(50% - 43px);
	z-index: 2;
	background: url(../images/proof-bb-up.png) center bottom no-repeat;
	background-size: contain
}


#proof #sec_4 h2 {
	padding-bottom: 0
}

#proof #sec_4 .map {
	display: inline-block;
	margin: 0 15px;
	margin-bottom: 30px;
	max-width: calc(100% - 30px)
}

#proof #sec_4 .ggmap {
	width: 400px;
	height: 300px;
	max-width: 100%;
	margin-bottom: 15px;
	border: 1px solid #ccc
}

#proof #sec_4 .map .map_i {
	font-size: 2.3em;
}

@media (max-width: 480px) {
	#proof #sec_4 .map .map_i {
		font-size: 1.8em;
	}
}

#proof #sec_5 {
	background: #2883b6;
	padding: 60px 0;
}

#proof #sec_5 .Left, #proof #sec_5 .Right {
	float: left;
	display: block
}

#proof #sec_5 .Left {
	width: calc(100% - 305px);
}

#proof #sec_5 .Left {
	font-size: 2.2em;
	line-height: 1.5
}

#proof #sec_5 .Left a {
	color: #fde06e
}

#proof #sec_5 .Left a:hover, #proof #sec_5 .Left a:focus {
	text-decoration: underline
}

#proof #sec_5 .Right {
	width: 305px;
	text-align: right
}

#proof #sec_5 .Right li {
	display: inline-block;
	margin: 0 10px
}

#proof #sec_5 .Right li a {
	display: block;
	width: 130px;
	height: 130px;
	border: 2px solid #fff;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	border-radius: 50%
}

#proof #sec_5 .Right li a:hover, #proof #sec_5 .Right li a:focus {
	background-color: rgba(0,49,153,0.5)
}

#proof #sec_5 .Right li.tell a {
	background-image: url(../images/icon/proof-icon-tell.svg)
}

#proof #sec_5 .Right li.mail a {
	background-image: url(../images/icon/proof-icon-mail.svg)
}

@media (max-width: 875px) {
	#proof #sec_5 .Left {
		font-size: 1.8em;
		line-height: 1.3
	}

	#proof #sec_5 .Right {
		width: 245px;
	}

	#proof #sec_5 .Left {
		width: calc(100% - 245px);
	}

	#proof #sec_5 .Right li a {
		width: 100px;
		height: 100px;
		border: 1px solid #fff;
	}
}

@media (max-width: 718px) {
	#proof #sec_5 .Left {
		width: 100%;
		margin-bottom: 20px;
		float: none;
		padding-left: 15px
	}

	#proof #sec_5 .Right {
		text-align: left;
		width: 100%;
		float: none
	}
}

@media (max-width: 480px) {
	#proof #sec_5 .Left {
		font-size: 1.6em;
	}
}

#proof #sec_6 {
	padding: 75px 0
}

#proof #sec_6 .Left, #proof #sec_6 .Right {
	float: left
}

#proof #sec_6 .Left {
	width: calc(100% - 455px);
}

#proof #sec_6 .Right {
	width: 435px;
	margin-left: 20px;
	height: 247px;
	background: url(../images/proof-bottom-img.jpg) center no-repeat;
	background-size: cover
}

#proof #sec_6 .Left p {
	font-size: 2.4em;
	line-height: 1.7;
	padding-bottom: 24px;
	margin-bottom: 24px;
	border-bottom: 1px solid #b3b3b3
}

#proof #sec_6 .Left .logo_bt {
	font-size: 1.6em;
	line-height: 1.1875;
	padding: 6px 0;
	padding-left: 59px;
	background: url(../images/logo-only.png) left top no-repeat;
	background-size: 45px;
}

@media (max-width: 1210px) {
	#proof #sec_6 .Left p {
		font-size: 1.8em;
	}
}

@media (max-width: 950px) {
	#proof #sec_6 .Right {
		width: 300px;
		margin-left: 10px
	}

	#proof #sec_6 .Left {
		width: calc(100% - 310px);
	}
}

@media (max-width: 810px) {
	#proof #sec_6 .Left {
		width: 100%;
		margin-bottom: 20px
	}

	#proof #sec_6 .Right {
		width: 100%;
		height: 0;
		padding-bottom: 56.52%;
		margin-left: 0px
	}

	#proof #sec_6 {
		padding-left: 15px;
		padding-right: 15px
	}
}

/*冬令救濟*/
#about .WR_1 {
	background-image: url(../winter-relief/images/listscover.jpg);
	background-position: 100% center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	margin-top: 100px;
	height: calc(100vh - 100px);
	max-height: calc(65vh - 100px);
	min-height: 30vh;
	position: relative
}

#about .WR_1 #scroll {
	left: 4%
}

@media only screen and (max-width: 990px) {
	#about .WR_1 {
		height: auto;
		min-height: 15vh;
		margin-top: 0
	}
}

/*關於公會*/
#about .sec_75th {
	background: #5dc1cf;
	margin-top: 100px;
	position: relative;
	align-items: stretch;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -moz-justify-content: -moz-flex-end;
    -webkit-justify-content: -webkit-flex-end;
    -ms-justify-content: -ms-flex-end;
    justify-content: flex-end;
    position: relative;
    text-align: left;
    overflow-x: hidden;
}
#about .sec_75th .Left{
	padding: 7rem 7rem 5rem 7rem;
    -moz-align-self: center;
    -webkit-align-self: center;
    -ms-align-self: center;
    align-self: center;
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -moz-flex-shrink: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    width: 50%;
    max-width: 48rem;
    margin: 0 auto;
	transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out;
	color:#FFF;
	z-index:3;
}
.half-cover{
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background-color: rgba(59, 173, 211, .7);
	z-index: -1;
}
#about .sec_75th .Right{
	display: inline-block;
    position: relative;
	flex-shrink: 0;
    border-radius: 0;
    width: 50%;
}
#about .sec_75th .Right img{
	display: inline-block;
	position: relative;
	height: 100%;
}
#about .sec_1 {
	background-color: #5dc1cf;
	background-image: url(../images/about-sec1-bg.png);
	background-position: 100% center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	/**height: calc(100vh - 100px);
	max-height: calc(100vh - 100px);**/
	min-height: 65vh;
	margin-top: 100px;
	position: relative
}

#about .sec_1 #scroll {
	left: 4%
}

#about .topsec .movie {
	width: 766px;
	height: 431px;
}

#about .pcView {
	display: block
}

#about .mbView {
	display: none
}

@media only screen and (max-width: 990px) {
	#about .sec_1, #about .topsec, #about .sec_75th {
		height: auto;
		max-height: none;
		margin-top: 0
	}
	#about .sec_75th{
		flex-direction: column-reverse;
		text-align: center;
		min-height: 100vh;
	}
	.half-cover {
	display: none;
	}
	#about .sec_75th .Left{
		min-height: 50vh;
		justify-content: center;
    	width: 100%;
    	max-width: 100%;
		display: flex;
		padding: 2.5rem 2rem 0.5rem 2rem;
		display: inline-block;
		text-align: left;
	}
	#about .sec_75th .Right{
		width: 100%;
    	height: 30vh;
	}
	#about .pcView {
		display: none
	}

	#about .mbView {
		display: block
	}
}

#about .sec_1 .infobox {
	display: inline-block;
	width: 790px;
	max-width: 85%;
	background-color: rgba(25,47,111,0.33);
	position: relative;
	margin-top: 15vh;
	margin-bottom: 15vh;
	padding: 4%
}

@media only screen and (max-width: 990px) {
	#about .sec_1 .infobox {
		margin-left: 25px;
	}
}

#about .sec_1 .infobox:before, #about .sec_1 .infobox:after {
	content: '';
	display: block;
	width: 156px;
	height: 156px;
	position: absolute;
	background-position: center;
	background-size: 100% 100%;
	z-index: 0;
}

#about .sec_1 .infobox:before {
	background-image: url(../images/about-sec1-TL.png);
	top: -25px;
	left: -25px;
}

#about .sec_1 .infobox:after {
	background-image: url(../images/about-sec1-TB.png);
	bottom: -24px;
	right: -24px;
}

@media only screen and (max-width: 990px) {
	#about .sec_1 .infobox:before, #about .sec_1 .infobox:after {
		width: 120px;
		height: 120px;
	}

	#about .sec_1 .infobox:before {
		background-image: url(../images/about-sec1-TL.png);
		top: -19.2px;
		left: -19.5px;
	}

	#about .sec_1 .infobox:after {
		background-image: url(../images/about-sec1-TB.png);
		bottom: -18.4px;
		right: -18.4px;
	}
}

@media only screen and (max-width: 768px) {
	#about .sec_1 .infobox:before, #about .sec_1 .infobox:after {
		width: 80px;
		height: 80px;
	}

	#about .sec_1 .infobox:before {
		background-image: url(../images/about-sec1-TL.png);
		top: -12.75px;
		left: -12.75px;
	}

	#about .sec_1 .infobox:after {
		background-image: url(../images/about-sec1-TB.png);
		bottom: -12.24px;
		right: -12.24px;
	}
}

#about .sec_1 .infobox h2, #about .sec_1 .spotlight h2, #about .sec_75th .Left h2 {
	font-size: 6.86em;
	margin-bottom: 28px
}

@media only screen and (max-width: 768px) {
	#about .sec_1 .infobox h2 {
		margin-bottom: 15px
	}

	#about .sec_1 .spotlight h2 {
		font-size: 4em;
	}
}

#about .sec_1 .infobox h2 span, #about .sec_1 .spotlight h2 span, #about .sec_75th .Left h2 span {
	display: inline-block;
	margin-top: -5px;
	margin-right: 10px;
	vertical-align: middle;
	line-height: 1.2
}

#about .sec_1 .infobox h2 big {
	font-size: 120%;
	vertical-align: middle;
	line-height: 0.5;
}

#about .sec_1 .infobox p, #about .topsec p, #about .sec_1 .spotlight p, #about .sec_75th .Left p {
	font-size: 2em;
	line-height: 1.7;
	padding-bottom: 30px;
}

#about .sec_1 .spotlight .signbox {
	z-index: 3;
	top: -80px;
	position: relative;
	display: block;
	float: right;
	width: 30%
}

#about .sec_1 .signbox p {
	font-size: 0.8rem;
	position: relative;
	padding-top: 20px;
	display: block;
	float: left;
}

#about .sec_1 .spotlight .signbox img {
	width: 70%;
	position: relative;
	display: block;
	float: right;
}

@media only screen and (max-width: 990px) {
	#about .sec_1 .infobox h2 {
		font-size: 5em
	}

	#about .sec_1 .infobox p {
		font-size: 1.8em;
		line-height: 1.6
	}
}

@media only screen and (max-width: 768px) {
	#about .sec_1 .infobox h2 {
		font-size: 4em
	}

	#about .sec_1 .infobox p {
		font-size: 1.6em;
		line-height: 1.5
	}
}

#about .sec_1 .container {
	position: relative
}

#about .sec_1 #A1 {
	position: absolute;
	bottom: 0;
	height: 100px;
}

@media only screen and (max-width: 990px) {
	#about .sec_1 #A1 {
		height: 0;
	}
}
/*----board----*/
#about .sec_1 .board {
	background-position: center bottom;
	background-image: url(../about/images/board-sec1-bg.jpg);
	background-size: cover;
	box-shadow: 0 0.25em 0.5em 0 rgba(0 0 0 / 25%);
	min-height: 1150px;
	overflow: hidden;
	position: relative;
}

#about .sec_1 .fit {
	background-image: url(../about/images/board-sec1-bg.jpg);
	content: '';
	display: none;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}

#about .sec_1 .spotlight {
	transition: transform 1s ease, opacity 1s ease;
	background: rgba(23, 24, 32, 0.9);
	border-style: solid;
	opacity: 1;
	position: absolute;
	width: 50%;
	padding: 10% 4%;
	min-height: 1000px;
}

@media screen and (max-width: 480px) {
	#about .sec_1 .fit {
		width: 100%;
		min-height: 40vh;
		display: block;
	}

	#about .sec_1 .board {
		background-image: none;
	}
}

@media screen and (max-width: 736px) {
	#about .sec_1 .fit {
		width: 100%;
		min-height: 50vh;
		display: block;
	}

	#about .sec_1 .board {
		background-image: none;
	}
}

@media screen and (max-width: 980px) {
	#about .sec_1 .fit {
		width: 100%;
		min-height: 85vh;
		display: block;
		background-position: 80% 0px;
		background-size: cover;
	}

	#about .sec_1 .board {
		background-image: none;
		display: contents;
	}

	#about .sec_1 .spotlight {
		width: 100%;
		position: relative;
		padding-bottom: 80px;
	}

	#about .sec_1 .spotlight .signbox {
		width: 50%;
		top: 0;
		width: 60%
	}
}
/*----sec_2----*/
#about .sec_2 {
	background-color: #f2efe8;
	background-image: url(../images/mapbg.png);
	background-position: 100% center;
	background-repeat: no-repeat;
	background-size: auto 110%;
	padding: 100px 0;
}

#about .sec_2 .tabcontent .table {
	position: relative;
	color: black;
	max-width: 100%;
	margin: 0 auto;
	border-radius: 20px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	margin-top: -198px;
	padding: 5em;
	background: white;
	box-sizing: border-box;
	opacity: 0.5;
}

@media only screen and (min-width: 1200px) {
	#about .sec_2 {
		min-height: 800px
	}
}

#about .sec_2 .Left {
	width: 46%;
	float: left
}

#about .sec_2 .Right {
	width: 35%;
	float: left
}

/* Style the tab */
#about .sec_2 .tab {
	overflow: hidden;
	width: 30%;
	float: left
}

/* Style the tab content */
#about .sec_2 .tabcontent {
	display: none;
	padding: 0 30px;
}

#about .sec_2 .tabcontent .namelist {
	position: relative;
	margin: 0 auto;
	border-radius: 20px;
	padding: 5em;
	background: rgba(255 255 255 / 70%);
	display: grid;
	min-height: 600px;
}

#about .sec_2 .tabcontent .namelist .titl {
	display: block;
	color: #5dc1cf;
	margin-bottom: 30px;
	font-size: 3rem;
	font-weight: bold;
}

#about .sec_2 .tabcontent .namelist .titl span {
	padding-left: 30px;
	color: #595757;
	line-height: 100px;
	font-size: 3.2rem;
	font-weight: bold;
}

#about .sec_2 .tabcontent .namelist .row {
	display: flex;
	flex-wrap: wrap;
	margin-top: 0;
	margin-left: -1.5em;
}

#about .sec_2 .tabcontent .row article {
	width: 50%;
	margin-bottom: 30px;
	position: relative;
}

#about .sec_2 .tabcontent .row .arti100 {
	width: 100%;
	margin-bottom: 30px;
	position: relative;
}

#about .sec_2 .tabcontent .row .col-3 {
	width: 33.333%;
	margin-bottom: 20px;
	position: relative;
}

#about .sec_2 .tabcontent .row .nametag {
	margin: 30px 0 0 0;
	font-size: 1.8rem;
	font-weight: 900;
	color: #2f9aa9;
}

#about .sec_2 .tabcontent .row article p {
	margin-bottom: 50px;
}

#about .sec_2 .tabcontent .row > .articleImg {
	width: 100%;
	margin-bottom: 30px;
	position: relative;
	height: min-content;
	border-radius: 18px;
}

#about .sec_2 .tabcontent .row article .articleImg2, #about .sec_2 .tabcontent .row .col-3 .articleImg3 {
	width: 80%;
	margin: auto;
	display: block;
	position: relative;
}

#about .sec_2 .tabcontent .namelist h3 {
	display: inline-block;
	color: #5dc1cf;
	margin-top: 10px;
	margin-right: 10px;
	vertical-align: middle;
	line-height: 1.2;
	font-size: 2em;
	font-weight: bold;
}

#about .sec_2 .tabcontent .namelist li {
	width: calc(100% - 12px);
	margin: 8px 6px;
}

#about .sec_2 .tabcontent .namelist .lab {
	background-color: #5dc1cf;
	font-size: 2.8em;
	border-radius: 18px;
	position: relative;
	color: #fff;
	text-align: center;
	line-height: 36px;
	font-weight: 700;
	letter-spacing: 0.075rem;
	padding: 0 2.25em;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	display: inline-block;
	margin: 20px 0;
}

#about .sec_2 .tabcontent .namelist .txt {
	font-size: 2.6em;
	line-height: 2em;
	position: relative;
	padding-left: 30px;
	font-weight: 600;
}

#about .sec_2 .tabcontent .namelist .job {
	padding-left: 2em;
	text-indent: -2em;
}

#about .sec_2 .tabcontent .namelist h3 span {
	display: inline-block;
	width: 50px;
	height: 3px;
	background-color: #000000;
	margin-left: 0.4em;
}

#about .sec_2 .tabcontent .namelist h3 name {
	display: table;
	color: #000000;
	padding: 10px 17px;
	padding-bottom: 7px;
	font-size: 1.6em;
	line-height: 1.3;
	margin: 10px;
}

#about #groups > div {
	display: none;
}

#about #groups > div.active {
	display: block;
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeEffect {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

#about .sec_2 .tabcontent {
	width: 70%;
	float: left
}

@media only screen and (max-width: 768px) {
	#about .sec_2 {
		min-height: 400px;
		padding: 50px 0
	}

	#about .sec_2 .Left {
		width: 80%;
		float: none;
		margin-bottom: 40px
	}

	#about .sec_2 .Right {
		width: 60%;
		float: none
	}

	#about .sec_2 .tab {
		width: 100%;
		float: left;
		margin-bottom: 40px
	}

	#about .sec_2 .tab li {
		float: left;
		width: 50%;
		font-size: 1.6em;
	}

	#about .sec_2 .tab li.opener.active {
		width: 100%
	}

	#about .sec_2 .tabcontent {
		width: 100%;
		float: none;
		-webkit-animation: fadeEffect 1s;
		animation: fadeEffect 1s;
		padding: 0px;
	}

	#about .sec_2 .tabcontent .namelist {
		padding: 3em;
	}

	#about .sec_2 .tabcontent .namelist .lab {
		font-size: 1.8em;
		margin: 0 0 10px 0;
	}

	#about .sec_2 .tabcontent .namelist .txt {
		font-size: 2em;
		padding-left: 10px;
		padding-bottom: 10px;
	}

	#about .sec_2 .tabcontent .namelist .titl span {
		padding-left: 0px;
		display: block;
	}

	#about .sec_2 .tabcontent .namelist li {
		margin: 0px 6px;
	}

	#about .sec_2 .tabcontent .row article, #about .sec_2 .tabcontent .row > .articleImg, #about .sec_2 .tabcontent .row .col-3 {
		width: 100%;
		margin-bottom: 30px;
		position: relative;
		height: auto;
	}

	#about .sec_2 p {
		font-size: 1.8rem;
	}

	#about .sec_2 .tabcontent .row article p {
		margin-bottom: 0
	}
}

@media only screen and (max-width: 570px) {
	#about .sec_2 {
		background-position: 60% center;
	}
}

@media only screen and (max-width: 414px) {
	#about .sec_2 {
		background-position: 70% center;
	}
}

@media only screen and (max-width: 320px) {
	#about .sec_2 {
		background-position: 76% center;
	}
}

#about .sec_2 .Left h2, #about .sec_2 .tab h2 {
	display: block;
	color: #3dabbb;
	font-size: 6.8em;
	margin-bottom: 40px
}

#about .sec_2 ul.Left {
	display: block;
	margin-right: 25px
}

#about .sec_2 ul.Left li {
	display: block;
	padding: 15px 0;
	padding-bottom: 12px;
	border-top: 1px dashed #b0acab;
	font-size: 2.8em;
	color: #000;
	padding-left: 40px;
	background: url(../images/icon/about-V.svg) left center no-repeat;
	background-size: 30px;
	line-height: 1.4
}

#about .sec_2 ul.Left li:last-child {
	border-bottom: 1px dashed #b0acab
}

/* Style the buttons inside the tab */
#about .sec_2 .tab li {
	display: block;
	padding: 15px 0;
	padding-bottom: 12px;
	border-top: 1px dashed #b0acab;
	font-size: 2.6em;
	color: #000;
	padding-left: 20px;
	background-size: 30px;
	line-height: 1.4;
	cursor: pointer;
	transition: 0.3s;
}

#about .sec_2 .tab ul {
	display: none
}

#about .sec_2 .tab li.active + ul {
	display: block
}

#about .sec_2 .tab li.opener:after {
	-moz-transition: color 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
	-webkit-transition: color 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out, -ms-transform 0.2s ease-in-out;
	transition: color 0.2s ease-in-out, transform 0.2s ease-in-out;
	color: #9fa3a6;
	content: '\f078';
	position: relative;
	right: 0;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	text-transform: none !important;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	padding: 0 30px;
}

#about .sec_2 .tab li.opener.active:after {
	-moz-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

#about .sec_2 .tab li + ul li {
	display: block;
	padding: 15px 0;
	padding-bottom: 10px;
	border-top: 1px dashed #b0acab;
	font-size: 1.5rem;
	color: #000;
	padding-left: 35px;
	background-size: 25px;
	line-height: 1.2;
	cursor: pointer;
	transition: 0.3s;
}
/* Change background color of buttons on hover */
#about .sec_2 .tab li:hover {
	background-color: #69d9e9;
	color: #FFF;
}

/* Create an active/current tablink class */
#about .sec_2 .tab li.active {
	background-color: #5dc1cf;
	color: #FFF;
}

@media only screen and (max-width: 1200px) {
	#about .sec_2 .Left h2 {
		font-size: 4.8em;
	}

	#about .sec_2 ul.Left li {
		font-size: 1.8em;
		background-size: 22px;
		padding-left: 27px
	}
}

@media only screen and (max-width: 414px) {
	#about .sec_2 ul.Left li {
		background: url(../images/icon/about-V.svg) left 14px no-repeat;
		background-size: 22px;
		font-size: 1.65em
	}
}

@media only screen and (max-width: 320px) {
	#about .sec_2 .Left h2 {
		font-size: 3.8em;
	}

	#about .sec_2 ul.Left li {
		font-size: 1.55em;
	}
}
/*----sec_2-1----*/

#about .sec_2-1 {
	background-color: #f2efe8;
	background-image: url(../images/mapbg.png);
	background-position: 100% center;
	background-repeat: no-repeat;
	background-size: auto 110%;
	padding: 100px 0;
}

@media only screen and (min-width: 1200px) {
	#about .sec_2-1 {
		min-height: 800px
	}
}

#about .sec_2-1 .Left {
	width: 46%;
	float: left
}

#about .sec_2-1 .Right {
	width: 35%;
	float: left
}

@media only screen and (max-width: 768px) {
	#about .sec_2-1 {
		min-height: 400px;
		padding: 50px 0
	}


	#about .sec_2-1 .Left {
		width: 80%;
		float: none;
		margin-bottom: 40px
	}

	#about .sec_2-1 .Right {
		width: 60%;
		float: none
	}
}

@media only screen and (max-width: 570px) {
	#about .sec_2-1 {
		background-position: 60% center;
	}
}

@media only screen and (max-width: 414px) {
	#about .sec_2-1 {
		background-position: 70% center;
	}
}

@media only screen and (max-width: 320px) {
	#about .sec_2-1 {
		background-position: 76% center;
	}
}



#about .sec_2-1 .Left h2 {
	display: block;
	color: #3dabbb;
	font-size: 6.8em;
	margin-bottom: 40px
}

#about .sec_2-1 ul.Left {
	display: block;
	margin-right: 25px
}

#about .sec_2-1 ul.Left li {
	display: block;
	padding: 15px 0;
	padding-bottom: 12px;
	border-top: 1px dashed #b0acab;
	font-size: 2.8em;
	color: #000;
	padding-left: 40px;
	background: url(../images/icon/about-V.svg) left center no-repeat;
	background-size: 30px;
	line-height: 1.4
}

#about .sec_2-1 ul.Left li:last-child {
	border-bottom: 1px dashed #b0acab
}

@media only screen and (max-width: 1200px) {
	#about .sec_2-1 .Left h2 {
		font-size: 4.8em;
	}

	#about .sec_2-1 ul.Left li {
		font-size: 1.8em;
		background-size: 22px;
		padding-left: 27px
	}
}

@media only screen and (max-width: 414px) {
	#about .sec_2-1 ul.Left li {
		background: url(../images/icon/about-V.svg) left 14px no-repeat;
		background-size: 22px;
		font-size: 1.65em
	}
}

@media only screen and (max-width: 320px) {
	#about .sec_2-1 .Left h2 {
		font-size: 3.8em;
	}

	#about .sec_2-1 ul.Left li {
		font-size: 1.55em;
	}
}


/*sec_3*/

#about .sec_3 {
	background-color: #5dc1cf;
	padding: 80px 0
}

#about .sec_3 h2 {
	font-size: 5.8em;
	padding-left: 75px;
	background: url(../images/icon/movie-icon.svg) left center no-repeat;
	background-size: 64px;
	display: inline-block
}

@media only screen and (max-width: 1200px) {
	#about .sec_3 h2 {
		font-size: 4.8em;
		background-size: contain;
		padding-left: 65px;
	}
}

@media only screen and (max-width: 768px) {
	#about .sec_3 h2 {
		font-size: 2.8em;
		padding-left: 56px;
		padding-top: 4px;
	}

	#about .sec_3 {
		padding: 10vw 0
	}
}

#about .sec_3 h2 big {
	display: inline-block;
	vertical-align: middle;
	font-size: 120%;
	margin-right: 10px;
	margin-top: -8px;
}

#about .sec_3 .movie {
	width: 766px;
	height: 431px;
	margin-top: 20px;
	cursor: pointer
}

@media only screen and (max-width: 800px) {

	#about .sec_3 .movie, #about .topsec .movie {
		width: 600px;
		height: 333px;
	}
}


@media only screen and (max-width: 700px) {

	#about .sec_3 .movie, #about .topsec .movie {
		width: 100%;
		height: auto;
	}
}

/*sec_4*/

#about .sec_4 {
	background-color: #fff;
	padding: 70px 0;
}

#about .sec_4 .gf_box {
	box-sizing: border-box;
	border: 10px solid #dedfe0;
	padding: 25px
}

#about .sec_4 .gf_box .Left {
	float: left;
	width: calc(100% - 220px);
	margin-right: 35px;
}

#about .sec_4 .gf_box .Right {
	float: left;
	width: 200px;
}

#about .sec_4 .gf_box .Left h2 {
	font-size: 3.5em;
	color: #000;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #dedfe0
}

#about .sec_4 .gf_box .Left p {
	font-size: 2em;
	color: #858b8f;
	line-height: 1.5
}

#about .sec_4 .gf_box .Right.pdf {
	display: block;
	box-sizing: border-box;
	background-color: #5dc1cf;
	padding: 26px 23px 20px 88px;
	font-size: 2em;
	line-height: 1.2;
	font-weight: bold;
	background-image: url(../images/icon/pdf-icon-w.svg);
	background-position: 30px center;
	background-repeat: no-repeat;
	margin: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px
}

#about .sec_4 .gf_box .Right.pdf:hover, .sec_4 .gf_box .Right.pdf:focus {
	color: #fff;
	background-color: #C30
}

@media only screen and (max-width: 550px) {
	#about .sec_4 .gf_box .Left {
		float: none;
		width: 100%;
		margin-right: 20px;
		margin-bottom: 20px;
	}

	#about .sec_4 .gf_box .Right {
		width: 200px;
	}
}

/*WR story*/
#about .sec_4 .gf_box .story {
	float: left;
	width: calc(100%);
	margin-right: 35px;
}

#about .sec_4 .gf_box .story h2 {
	font-size: 3.5em;
	color: #000;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #dedfe0
}

#about .sec_4 .gf_box .story p {
	font-size: 2em;
	color: #858b8f;
	line-height: 1.8
}

@media only screen and (max-width: 550px) {
	#about .sec_4 .gf_box .story {
		float: none;
		width: 100%;
		margin-right: 20px;
		margin-bottom: 20px;
	}
}

/*sec_5*/

#about .sec_5 {
	background-color: #f2efe8;
	padding: 80px 0;
}

#about .sec_5 h2 {
	display: block;
	font-size: 6.8em;
	color: #3dabbb;
	margin-bottom: 40px
}

@media only screen and (max-width: 990px) {
	#about .sec_5 h2 {
		font-size: 5em;
	}
}

@media only screen and (max-width: 768px) {
	#about .sec_5 h2 {
		font-size: 4em;
	}
}

@media only screen and (max-width: 568px) {
	#about .sec_5 h2 {
		font-size: 3em;
	}
}

#about .sec_5 .event span {
	display: inline-block;
	background-color: #5dc1cf;
	color: #fff;
	padding: 10px 17px;
	padding-bottom: 7px;
	font-size: 2.64em;
	line-height: 1.3;
	margin: 10px;
}

@media only screen and (max-width: 768px) {
	#about .sec_5 .event span {
		font-size: 1.8em;
	}

	#about .sec_5 h2 {
		margin-bottom: 25px
	}
}

/*sec_list*/

#about .sec_list {
	background-color: #f2efe8;
	padding: 30px 0;
}

#about .sec_list h2 {
	display: block;
	font-size: 6.8em;
	color: #3dabbb;
	margin-bottom: 40px
}

@media only screen and (max-width: 990px) {
	#about .sec_list h2 {
		font-size: 5em;
	}
}

@media only screen and (max-width: 768px) {
	#about .sec_list h2 {
		font-size: 4em;
	}
}

@media only screen and (max-width: 568px) {
	#about .sec_list h2 {
		font-size: 3em;
	}
}

#about .sec_list .event span {
	display: inline-block;
	background-color: #5dc1cf;
	color: #fff;
	padding: 10px 17px;
	padding-bottom: 7px;
	font-size: 2.64em;
	line-height: 1.3;
	margin: 10px;
}

@media only screen and (max-width: 768px) {
	#about .sec_list .event span {
		font-size: 1.8em;
	}

	#about .sec_list h2 {
		margin-bottom: 25px
	}
}

/*sec_6*/
#about .sec_6 {
	background-color: #fff;
}

#about .sec_6 .list_3 {
	display: block;
	margin-left: -10px;
	margin-right: -10px;
	width: calc(100% + 10px);
	box-sizing: border-box
}

#about .sec_6 .list_3 li {
	display: inline-block;
	text-align: left;
	width: calc(33.33% - 24px);
	vertical-align: top;
	margin: 0 10px;
	padding-left: 33px;
	background: url(../images/li-bb.png) left top no-repeat;
	background-size: 22px;
	box-sizing: border-box;
	margin-bottom: 35px
}


#about .sec_6 .list_3 li h3 {
	font-size: 2.3em;
	font-weight: bold;
	color: #000;
	margin-bottom: 15px;
}

#about .sec_6 .list_3 li p {
	display: block;
	font-size: 1.9em;
	color: #595757;
	line-height: 1.3;
}

@media only screen and (max-width: 900px) {
	#about .sec_6 .list_3 li {
		width: calc(50% - 24px);
	}

	#about .sec_6 .list_3 li h3 {
		margin-bottom: 12.5px;
	}
}

@media only screen and (max-width: 540px) {
	#about .sec_6 h2 {
		text-align: left;
		padding-left: 15px;
		margin-bottom: 30px
	}

	#about .sec_6 .list_3 {
		margin-left: 0;
		margin-right: 0;
		font-size: 80%;
		padding-left: 20px;
		padding-right: 15px
	}

	#about .sec_6 .list_3 li {
		width: 100%;
		margin: 0;
		margin-bottom: 20px;
		padding-bottom: 15px;
		margin-bottom: 15px;
		border-bottom: 1px dashed #ccc;
	}

	#about .sec_6 .list_3 li:last-child {
		border-bottom: 0px
	}

	#about .sec_6 .list_3 li h3 {
		margin-bottom: 10px;
	}
}


/*sec_7*/

#about .sec_7 {
	background-color: #f2efe8;
}

#about .sec_7 h2 {
	font-size: 5.8em;
	padding-left: 75px;
	background: url(../images/icon/movie-icon.svg) left center no-repeat;
	background-size: 64px;
	display: inline-block
}

@media only screen and (max-width: 1200px) {
	#about .sec_7 h2 {
		font-size: 4.8em;
		background-size: contain;
		padding-left: 65px;
	}
}

@media only screen and (max-width: 768px) {
	#about .sec_7 h2 {
		font-size: 3.8em;
		padding-left: 56px;
		padding-top: 4px;
	}

	#about .sec_7 {
		padding: 0 0
	}
}

@media only screen and (max-width: 768px) {
	.sec_7 h2 {
		font-size: 2.8em;
		padding-left: 38px;
		padding-top: 4px;
	}
}

#about .sec_7 h2 big {
	display: inline-block;
	vertical-align: middle;
	font-size: 120%;
	margin-right: 10px;
	margin-top: -8px;
}

#about .sec_7 .movie {
	width: 766px;
	height: 431px;
	margin-top: 20px;
	cursor: pointer
}

@media only screen and (max-width: 800px) {

	#about .sec_7 .movie {
		width: 600px;
		height: 333px;
	}
}


@media only screen and (max-width: 700px) {

	#about .sec_7 .movie {
		width: 100%;
		height: calc(95vw * 0.5548 );
	}
}
figcaption{
	color: black;
	font-family: 微軟正黑體;
	font-size: 12.0pt;
	line-height: 1.5;
}