@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font-family: "微軟正黑體", "Noto Sans", "思源黑體 TW", "Arial";
	font-size: 18px;
	line-height: 2em;
	letter-spacing: 1px;
	border: 0;
}
h1 {
	font-size: 3em;
	line-height: 1.2em;
	margin: 0;
}
h2 {
	font-size: 2.2em;
	line-height: 1.2em;
	margin: 0;
}
h3 {
	font-size: 1.5em;
	line-height: 1.2em;
	margin: 0;
}
h4 {
	font-size: 1.2em;
	line-height: 1.2em;
	margin: 0;
}
h5 {
	line-height: 1.2em;
	margin: 0;
}
p {
	line-height: 2em;
}
ul {
	padding-left: 20px;
}
ol {
	padding-left: 20px;
}
li {
	/*text-indent: 2em;
	margin-left: 4em;*/
	padding: 0 0 1em 0;
}
sub {
	font-size: 0.8em;
	line-height: -1em;
}
div {
	border: 0;
}
table {
	border: 0;
	border-spacing: 0;
}
a {
	text-decoration: none;
	/*display: block;
	float: left;*/
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #4D4D4D;
	/*background-color: rgba(173,173,173,0.50);*/
}
a:active {
	color: #000000;
}

.menu {
	width: 100%;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0px;
	left: 0px;
	margin-top: 0px;
	z-index: 20;
	border: 0;
}

.webmenu {
	border: 0;
	text-align: center;
}
.webmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}
.webmenu ul li {
	position: relative;
	white-space: nowrap;
	float: left;
	padding-bottom: 0;
}
.webmenu ul li ul{
	display: none;
	position: absolute;
	z-index: 99;
	left: 0;
	top: 100%;
	width: auto;
	/*border: 1px solid #FFB74D;*/
	background-color: #FFFFFF;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
}
.webmenu ul li ul li {
	float: inherit;
	border-bottom: 1px solid #FFB74D;
}
.webmenu ul li ul li:last-child {
	border-bottom: 0;
}
.webmenu li:hover > ul {
	display: block;
}
.webmenu ul li a {
	display: block;
	padding: 0 20px;
	text-decoration: none;
	line-height: 75px;
}
.webmenu ul li ul a {
	line-height: 3em;
}
.webmenu a:hover {
	background-color: #FF9800;
	color: #fff;
}
.webmenu li:hover > a {
	background-color: #FF9800;
	color: #fff;
}
.webmenu ul li ul a:hover {
	background-color: #FF9800;
	color: #fff;
	width: auto;
}
.webmenu ul li ul li:hover > a {
	background-color: #FF9800;
	color: #fff;
}

.annualmenu {
	border: 0;
	text-align: center;
}
.annualmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}
.annualmenu ul li {
	position: relative;
	white-space: nowrap;
	float: left;
	padding-bottom: 0;
}
.annualmenu ul li ul{
	display: none;
	position: absolute;
	z-index: 99;
	left: 0;
	top: 100%;
	width: 154px;
	background-color: #FFFFFF;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
}
.annualmenu ul li ul li {
	float: inherit;
}
.annualmenu li:hover > ul {
	display: block;
}
.annualmenu a {
	/*background-color: #fff;
	color: #333;*/
	display: block;
	padding: 0 20px;
	text-decoration: none;
	line-height: 77px;
}
.annualmenu a:hover {
	background-color: #EF6C00;
	color: #fff;
}
.annualmenu li:hover > a {
	background-color: #EF6C00;
	color: #fff;
}
.annualmenu ul li ul a:hover {
	background-color: #EF6C00;
	color: #fff;
	width: 114px;
}
.annualmenu ul li ul li:hover > a {
	background-color: #EF6C00;
	color: #fff;
}

.annualtab {
	display:flex;
	flex-wrap:wrap;
	justify-content: flex-start;
}
.annualtab input {
	display:none
}
.annualtab label {
	margin: 40px 20px 20px 0px; 
	padding: 10px 30px; 
	cursor: pointer; 
	border-radius: 5px; 
	background: #37474F; 
	color: #fff; 
	opacity: 0.5;
}
.annualtab_content {
	order:1;
	display: none; 
	width:100%;
	padding-top: 5px;
	/*border-bottom: 3px solid #ADADAD; */
	/*line-height: 1.6; */
	/*font-size: .9em; */
	/*padding: 15px; */
	/*border: 1px solid #ADADAD; */
	/*border-radius: 5px;*/
}
.annualtab_content ul li {
	line-height: 1.2em;
}
.annualtab input:checked + label, .annualtab label:hover {
	opacity: 1; 
	font-weight: bold;
}
.annualtab input:checked + label + .annualtab_content {
	display: initial;
}
.annualtab table {
	width: 100%;
	line-height: 1.5;
}
.annualtab table h4 {
	line-height: 1.5;
}
.annualtab table th {
	background-color: #78909C;
	color: #FFFFFF;
	padding: 5px;
	/*border-right: 2px solid #FFFFFF;*/
}
.annualtab table th:last-child {
	border-right: 0;
}
.annualtab table tr {
	border-bottom: 1px solid red;
}
.annualtab table td {
	border-bottom: 1px solid #78909C;
	text-align: center;
	padding: 5px;
}
.annualtab table .line1 {
	background-color: #FFE0B2;
}
.annualtab table .line1 td {
	border: 0;
}
.annualtab table .line2 {
	background-color: #FFF3E0;
}
.annualtab table .line2 td {
	border: 0;
}
.annualtab table .line3 {
	background-color: #E0E0E0;
}
.annualtab table .line3 td {
	border: 0;
}



.slide{
	position: relative;
	top: 0px;
	left: 0px;
	/*display: flex;*/
	width: 100%;
	background: url("images/V2/V2_img_slide.jpg") no-repeat;
	height: 740px;
	background-size: cover;
	background-position: center;
	z-index: 18;
	border: 0;
}
.s-content {
	position: absolute;
	top: 0; 
	bottom: 0;   
	left: 0;
	right: 0;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	/*text-align: center; */
	z-index: 19;
	/*left: 30%;
	top: 33%;*/
	background-color: rgba(255, 255, 255, 0.3);
	/*opacity: 0.5;*/
	border: 0;
}
.s-content td {
	padding: 10px;
}
.s_buttom {
	position: absolute;
	display: flex;
	flex-direction: row;
	justify-content: center;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 18;
	border: 0;
}
.s_buttom-white {
	width: 12px;
	height: 12px;
	background-color: rgba(255,255,255,0.85);
	border: 0;
	border-radius: 6px;
	margin: 0 5px;
}
.s_buttom-grey {
	width: 12px;
	height: 12px;
	background-color: rgba(77,77,77,0.85);
	border: 0;
	border-radius: 6px;
	margin: 0 5px;
}

.content2 {
	padding: 50px 0px;
	border: 0;
}
.content2 td {
	padding: 0 30px 15px 30px;
	vertical-align: baseline;
	text-align: justify;
}
.content3 {
	padding: 50px 0px;
	border: 0;
	/*margin: 0;*/
	/*word-break: normal;*/
}
.content3 td {
	padding: 0 30px 15px 30px;
	vertical-align: baseline;
	text-align: justify;
}
.content4 {
	/*padding: 0px;*/
	border: 0;
	/*margin: 0;*/
	/*word-break: normal;*/
}
.content4 td {
	padding: 0 10px 15px 10px;
	vertical-align: baseline;
	text-align: justify;
}
.content5 {
	border: 0;
}
.content5 th {
	padding: 5px 10px;
	vertical-align: baseline;
	text-align: center;
	background-color: #E6E6E6;
}
.content5 td {
	padding: 5px 10px 10px;
	vertical-align: baseline;
	text-align: justify;
}
.EQ {
	padding: 50px 0;
	display: flex;
	flex-flow: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	z-index: 17;
	border: 0;
}
.EQimg {
	align-items: baseline;
	max-width: 75%;
	border: 0;
}
.EQimg img {
	width: 100%;
	margin-left: -3px;
}
.EQcont {
/*position: absolute;*/
/*float: left;*/
/*display: inline-block;
vertical-align: middle;
line-height: 1;*/
/*align-items: bottom;*/
/*max-width: 25%;*/
/*align-content: center;*/
/*text-align: center;*/
/*top: 0; 
bottom: 0;   
left: 0;
right: 0;
margin: auto;*/
/*justify-content: center;*/
border: 0;
}
.banner{
	position: relative;
	top: 0px;
	left: 0px;
	/*display: flex;*/
	width: 100%;
	background: url("images/V2/V2_img2.jpg") no-repeat;
	height: 480px;
	background-size: cover;
	background-position: center;
	z-index: 15;
	border: 0;
}
.b-content {
	position: absolute;
	top: 0; 
	bottom: 0;   
	left: 0;
	right: 0;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	align-content: center;
	z-index: 16;
	/*left: 30%;
	top: 33%;*/
	/*background-color: rgba(255, 255, 255, 0.3);*/
	/*opacity: 0.5;*/
	border: 0;
}
.menubar {
	width: 100%;
	padding: 7px 40px;
	background-color: #424242;
	line-height: 1;
	color: #FFFFFF;
	font-size: 0.8em;
}

.menubar a {
	text-decoration: none;
}
.menubar a:link {
	color: #FFFFFF;
}
.menubar a:visited {
	color: #FFFFFF;
}
.menubar a:hover {
	color: #ADADAD;
}
.menubar a:active {
	color: #FFFFFF;
}
.pages {
	/*position: absolute;*/
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-content: center;
	/*align-items: top;*/
	max-width: 1280px;
	/*padding: 40px 0 0 0;*/
	/*left: 50%;
	right: ;*/
	margin: 80px 40px;
	/*border: 1px solid red;*/
}
.pages h2 {
	line-height: 1;
}

.pages a {
	text-decoration: none;
	/*display: block;
	float: left;*/
}
.pages a:link {
	color: #000000;
}
.pages a:visited {
	color: #000000;
}
.pages a:hover {
	color: #FF8000;
	/*background-color: rgba(173,173,173,0.50);*/
}
.pages a:active {
	color: #FF8000;
}
/*
.submenu {
	align-items: baseline;
	display: inline-block;
	border: 0;
}
.submenu th {
	padding: 10px;
	text-align: left;
	border-top: 1px solid #ADADAD;
	border-bottom: 1px solid #ADADAD;
}
.submenu td {
	padding: 10px;
	margin: 0;
	border-bottom: 1px solid #E6E6E6;
}
*/

.c-title {
	display: flex;
	/*position: relative;*/
	flex-flow: row;
	/*border-radius: 30px;*/
	/*background-color: #FFA21A;*/
	padding-bottom: 40px;
	margin-bottom: 40px;
	color: #FFA726;
	justify-content: center;
	text-align: center;
	/*border-bottom: 1px solid #ADADAD;*/
}
.c-title-icon {
	/*display: flex;
	flex-flow: row;
	float: inherit;*/
	border: 0;
	border-radius: 10px;
	width: 10px;
	height: 30px;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	background-color: #FFE0B2;
}
.c-img {
	/*margin: 20px 0;*/
	background-image: url("images/V2/V2_img2.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	width: 100%;
	height: 300px;
	line-height: 1;
}
.namecard {
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
	border: 1px solid #E6E6E6;
	padding: 20px;
	text-align: center;
	width: 340px;
	height: 160px;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 40px;
	line-height: 1.5em;
}
.namecard1 {
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
	border: 1px solid #E6E6E6;
	padding: 40px;
	/*text-align: center;*/
	width: 540px;
	/*height: 160px;*/
	display: flex;
	flex-flow: row;
	align-items: top;
	/*justify-content: center;*/
	margin-bottom: 40px;
	line-height: 1.5em;
}

.journal {
	position: relative;
	width: 220px;
	height: 280px;
	border: 1px solid #424242;
	background-repeat: no-repeat;
	background-size: cover;
	align-items: center;
	text-align: center;
	margin: 20px 40px;
	-webkit-transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: all 250ms cubic-bezier(.02, .01, .47, 1);
}
.layer {
	position: absolute;
	display: flex;
	width: 200px;
	height: 300px;
	justify-content: center;
	/*border: 1px solid #424242;*/
	background-color: rgba(66,66,66,0.2);
	/*left: -1px;
	top: -1px;*/
}
.journal:hover {
	box-shadow: 0 16px 32px 0 rgba(48, 55, 66, 0.2);
    transform: /*translate(0,-5px)*/ scale(1.1);
    transition-delay: 0s !important;}

.linkcard {
	border: 1px solid #E6E6E6;
	padding: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	-webkit-transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: all 250ms cubic-bezier(.02, .01, .47, 1);
	line-height: 1.5em;
}
.linkcard:hover {
	box-shadow: 0 16px 32px 0 rgba(48, 55, 66, 0.15);
    transform: translate(0,-5px);
    transition-delay: 0s !important;
}
.box-shadow {
    -webkit-box-shadow: 0 0.25rem 1rem rgba(48, 55, 66, 0.15);
    box-shadow: 0 4px 16px rgba(48, 55, 66, 0.15);
}
.morepage {
	border: 1px solid #E6E6E6;
	border-radius: 5px;
	padding: 10px;
	margin: 0;
	color: #4D4D4D;
	font-size: 0.8em;
	line-height: 1;
}
.morepage:hover {
	background-color: #E6E6E6;
}
.bottom {
	/*box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);*/
	-webkit-transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: all 250ms cubic-bezier(.02, .01, .47, 1);
}
.bottom:hover {
	box-shadow: 0 10px 32px 0 rgba(0, 0, 0, 0.30);
    transform: translate(0,-5px);
    transition-delay: 0s !important;
}
.newscont {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}
.news {
	margin-bottom: 40px;
	padding-bottom: 40px;
}
.newsimg {
	position: relative;
	max-width: 620px;
	height: 300px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-bottom: 20px
}
.news h5 {
	color: #E65100;
	line-height: 1.2em;
	margin: 0 0 15px;
}
.news p {
	text-align: justify;
}

.tab_css {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.tab_css input {
	display:none
}
.tab_css label {
	margin: 0 10px 20px 10px; 
	padding: 10px 30px; 
	cursor: pointer; 
	border-radius: 5px; 
	background: #4D4D4D; 
	color: #fff; 
	opacity: 0.5;
}
.tab_content {
	order:1;
	display: none; 
	width:100%; 
	border-bottom: 3px solid #ADADAD; 
	/*line-height: 1.6; */
	/*font-size: .9em; */
	padding: 15px; 
	border: 1px solid #ADADAD; 
	/*border-radius: 5px;*/
}
.tab_css input:checked + label, .tab_css label:hover {
	opacity: 1; 
	font-weight: bold;
}
.tab_css input:checked + label + .tab_content {
	display: initial;
}
.letterstab {
	border: 1px solid #ADADAD;
	padding: 5px;
	width: 20px;
	text-align: center;
}
.letterstab:hover {
	background-color: #E6E6E6;
}
.dictionary table {
	width: 100%;
}
.dictionary table tr td {
	border-bottom: 1px solid #E6E6E6;
	padding: 5px;
}
.dictionary table tr th {
	background-color: #E6E6E6;
	padding: 5px;
}

.contribution table {
	width: 100%;
	padding-bottom: 80px;
}
.contribution table tr td {
	border-bottom: 1px solid #9E9E9E;
	padding: 5px;
	text-align: center;
}
.contribution table tr td:last-child {
	border-bottom: 1px solid #9E9E9E;
	padding: 5px;
	text-align: left;
}
.contribution table tr th {
	background-color: #E6E6E6;
	padding: 5px;
}
.contribution table tr th:first-child {
	background-color: #E6E6E6;
	padding: 5px;
	width: 10%;
}

.meetingtab {
	border: 1px solid #ADADAD;
	padding: 5px;
	text-align: center;
}
.meetingtab:hover {
	background-color: #E6E6E6;
}
.meetinglist {
	/*border-top: 1px solid #AEAEAE;*/
	border-bottom: 1px solid #AEAEAE;
	padding: 20px 0;
	width: 1280px;
}
.meetinglist h5 {
	color: #4D4D4D;
}
/*
.annualimgbox {
	position: relative;
	margin-bottom: 40px;
}
.annualcontbox {
	display: none;
}
.annualimgbox:hover .annualcontbox{
	display: block;
	position: absolute;
	bottom: 0;
}
*/

.sitemap {
	align-content: center;
	background-color: #E6E6E6;
	max-width: 100%;
	padding: 40px;
	color: #4D4D4D;
	/*border: 1px solid red;*/
	line-height: 1.5em;
}
.sitemap p {
	line-height: 1.5em;
}
.sitemap1 {
	right: 0;
	left: 0;
	margin: auto;
	display: flex;
	flex-flow: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1440px;
	line-height: 1.5em;
}
.sitemap1 h4 {
	padding-bottom: 0.5em;
}
.sitemap1 p {
	line-height: 1.5em;
}
.sitemap td {
	padding: 0px 30px 15px 30px;
	vertical-align: top;
	text-align: justify;
}
.sitemap a {
	text-decoration: none;
	/*display: block;
	float: left;*/
}
.sitemap a:link {
	color: #4D4D4D;
}
.sitemap a:visited {
	color: #4D4D4D;
}
.sitemap a:hover {
	color: #000000;
	/*background-color: rgba(173,173,173,0.50);*/
}
.sitemap a:active {
	color: #000000;
}

.sub_email {
	position: relative;
	border: 1px solid #4D4D4D;
	border-radius: 3px;
	width: 310px;
	min-height: 35px;
	background-color: #FFFFFF;
}
.sub_email input {
	vertical-align: middle;
border: 0;
height: 33px;
width: 208px;
}
.subscript {
position: absolute;
right: 0;
border: 1px solid #4D4D4D;
border-radius: 0 3px 3px 0;
height: 25px;
margin: -1px;
padding: 5px 10px;
line-height: 20px;
background-color: #4D4D4D;
color: #FFFFFF;
}
.foot {
top: 0; 
bottom: 0;   
left: 0;
right: 0;
margin: auto;
align-content: center;
text-align: center;
border-top: 1px solid #4D4D4D;
max-width: 1440px;
}