﻿@charset "utf-8";

/** Layout **/
.icon_download {
	display:inline-block;
	width:20px;
	height:20px;
	background:url(../images/icon_download.png) no-repeat 50% 50%;
	margin:0 0 0 5px;
}
.icon_link {
	display:inline-block;
	width:20px;
	height:20px;
	background:url(../images/icon_link.png) no-repeat 50% 50%;
	margin:0 0 0 5px;
}

/** comPage **/
#comPage {
	position:relative;
	width:100%;
	padding:0 0 50px 0;
	margin-top:0;
	overflow:hidden;
	background:transparent;
	background:#f2f2f2;
	z-index:0;
}
@media screen and (min-width:991px) {
	#comPage {
		margin-top:0px;
	}
}


/** comMain **/
#comMain {
	position:relative;
	width:100%;
	height:160px;
	margin:0 auto;	
	text-align:center;
	z-index:-1;	
	display: flex;
	align-items: center;		
}
/*#comMain:before {
	content:"";
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:url(../images/con-main1.jpg) no-repeat 50% 100%;
	z-index:-2;
}*/

#comMain img.main_bg{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1920px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    z-index: 1;
}

#comMain strong {
	font-family:Arial, Avenir Black;
	font-size:3.5em;
	font-weight:bold;
	width:100%;
	color:#FFF;
	position: relative;
	z-index: 2;
	-webkit-text-shadow:0px 1px 5px rgba(0,0,0,.5), 0px 1px 15px rgba(0,0,0,.5);
	   -moz-text-shadow:0px 1px 5px rgba(0,0,0,.5), 0px 1px 15px rgba(0,0,0,.5);
	    -ms-text-shadow:0px 1px 5px rgba(0,0,0,.5), 0px 1px 15px rgba(0,0,0,.5);
	        text-shadow:0px 1px 5px rgba(0,0,0,.5), 0px 1px 15px rgba(0,0,0,.5);
			
}
@media screen and (max-width:420px) {
	#comMain {
		height:120px;
	}
	#comMain strong {
		font-size:3em;
	}
}
@media screen and (min-width:991px) {
	#comMain {
		height:195px;		
	}
	#comMain:after {
		content:"";
		position:absolute;
		display:block;
		width:100%;
		height:200px;
		bottom:0;
		left:0;
		visibility:visible;
		background:rgba(242,242,242,0.1);
		z-index:-1;
		/*
		background:-moz-linear-gradient(top, rgba(242,242,242,0) 0%, rgba(242,242,242,1) 100%);
		background:-webkit-linear-gradient(top, rgba(242,242,242,0) 0%,rgba(242,242,242,1) 100%);
		background:linear-gradient(to bottom, rgba(242,242,242,0) 0%,rgba(242,242,242,1) 100%); 
		filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );*/	
	}
	#comMain strong {
		font-size:4.7em;
	}
}


/** comCenter **/
#comCenter {
	width:100%;
	margin:0 auto;
	box-sizing:border-box;
}
#comCenter .comBg {
	width:100%;
	padding:25px 20px;
	box-sizing:border-box;
	background:rgba(255,255,255,1);
}
#comCenter .comBg.searchBg {
	margin-top:0;
	background:rgba(255,255,255,0);
}
#comCenter .pageLeft {
	position:relative;
	float:left;
	width:100%;
}
#comCenter .pageRight {
	position:relative;
	float:left;
	width:100%;
}
@media screen and (min-width:991px) {
	#comCenter {
		margin-top:0;
	}
	#comCenter .comBg {
		padding:0 30px 50px 30px;
		margin-top:-5px;
	}
	#comCenter .pageLeft {		
		width:200px;
	}
	#comCenter .pageRight {		
		float:right;
		width:calc(100% - 230px);
	}
}
@media screen and (min-width:1200px) {
	#comCenter .pageLeft {
		width:240px;
	}
	#comCenter .pageRight {
		width:calc(100% - 270px);
	}
}


/* ----- pageTitle ----- */
#pageTitle {
	position:relative;
	float:left;
	width:100%;
	height:55px;
	background:#005290;
}
#pageTitle strong {
	color:#FFF;
	font-size:2.5em;
	line-height:55px;
	text-align:center;	
}
#pageTitle .sideNav {
	position:absolute;
	width:100%;
	height:55px;
	font-size:0;
	z-index:1;
}
@media screen and (max-width:990px) {
	#pageTitle strong span {
		display:inline-block;
		width:25px;
		height:25px;
		background:url(../images/sideNav-arrow.png) no-repeat 50% 50%;
		margin:5px 0 0 8px;
		vertical-align:text-top;
		-webkit-border-radius:50%;
		   -moz-border-radius:50%;
				border-radius:50%;
		-webkit-transition:all 0.4s;
		   -moz-transition:all 0.4s;    
			 -o-transition:all 0.4s;
				transition:all 0.4s;
	}
	#pageTitle strong.open span {
		-webkit-transform:rotate(135deg);
		   -moz-transform:rotate(135deg);
			-ms-transform:rotate(135deg);
			 -o-transform:rotate(135deg);
				transform:rotate(135deg);
	}
}
@media screen and (min-width:991px) {
	#pageTitle {
		height:65px;
	}
	#pageTitle strong {
		font-size:2.5em;
		line-height:65px;
		text-align:left;
		margin:0 0 0 20px;
	}
}
@media screen and (min-width:1200px) {
	#pageTitle {
		height:75px;
	}
	#pageTitle strong {
		font-size:2.7em;
		line-height:75px;
	}
}


/* ----- breadcrumbs ----- */
#breadcrumbs {
	width:100%;
	padding:20px;
	box-sizing:border-box;
	margin:0 auto;
}
#breadcrumbs dl {
	width:100%;
}
#breadcrumbs dt {
	display:inline-block;
	color:#666;
	font-size:1.5em;
	line-height:22px;
}
#breadcrumbs dt a {
	color:#666;
}
#breadcrumbs dt a.bread-home {
	display:inline-block;	
	padding-left:28px;
	background:url(../images/bread-home-sp.png) no-repeat 0 50% ;
}
#breadcrumbs dt a.bread-home:hover,
#breadcrumbs dt a.bread-home:focus {
	background:url(../images/bread-home-sp-ov.png) no-repeat 0 50% ;
}	
#breadcrumbs dt a:hover,
#breadcrumbs dt a:focus {
	color:#b62824;
}
#breadcrumbs dd {
	display:inline-block;
	color:#666;
	font-size:1.5em;
	line-height:17px;
	padding-left:18px;
	margin-left:8px;
	background:url(../images/bread-list-sp.png) no-repeat 0 50% ;
}
#breadcrumbs dd a {
	color:#666;
}
#breadcrumbs dd a:hover,
#breadcrumbs dd a:focus {
	color:#b62824;
}
@media screen and (min-width:991px) {
	#breadcrumbs {
		background:#fff;
		padding:20px 30px 0 0;
		text-align:right;
		margin-top:0;
	}
	/*#breadcrumbs dt a.bread-home {
		background:url(../images/bread-home.png) no-repeat 0 50% ;
	}
	#breadcrumbs dt a.bread-home:hover,
	#breadcrumbs dt a.bread-home:focus {
		background:url(../images/bread-home-ov.png) no-repeat 0 50% ;
	}	
	#breadcrumbs dd {
		color:#666;
		background:url(../images/bread-list.png) no-repeat 0 50% ;
		text-shadow: -1px 0 2px rgb(0 0 0 / 50%), 0 1px 2px rgb(0 0 0 / 50%), 1px 0 2px rgb(0 0 0 / 50%), 0 -1px 2px rgb(0 0 0 / 50%);			
	}
	#breadcrumbs dt a ,
	#breadcrumbs dd a {
		color:#666;
		text-shadow: -1px 0 2px rgb(0 0 0 / 50%), 0 1px 2px rgb(0 0 0 / 50%), 1px 0 2px rgb(0 0 0 / 50%), 0 -1px 2px rgb(0 0 0 / 50%);			
	}
	#breadcrumbs dt a:hover,
	#breadcrumbs dt a:focus,	
	#breadcrumbs dd a:hover,
	#breadcrumbs dd a:focus {
		color:#fff45c;
	}*/
}


/* ----- pageOverview ----- */
.pageOverview {
	float:left;
	width:100%;
	margin:0 auto;
}
.pageOverview ul {
	list-style:none;
	letter-spacing:-9px;
	margin:-10px;
}
.pageOverview ul li {
	display:inline-block;
	width:50%;
	padding:10px;
	vertical-align:top;	
	box-sizing:border-box;
}
.pageOverview ul li a {
	float:left;
	display:flex;
	flex-direction:row;
	width:100%;	
	color:#005290;
	font-size:2.1em;
	line-height:120%;
	padding:20px;
	border:1px solid #005290;
	box-sizing:border-box;
	align-items:center;
	justify-content:flex-start;
}
.pageOverview ul li a .icon {
	display:inline-block;
	width:80px;
	height:80px;
	background:#005290;
	margin:0 10px 0 0;
	-webkit-transition:0.4s;
	   -moz-transition:0.4s;
         -o-transition:0.4s;
            transition:0.4s;
}
.pageOverview ul li a .icon img {
	width:100%;
	height:auto;
}
.pageOverview ul li a p {
	display:inline-block;
	width:calc(100% - 90px);
	/*font-family:微軟雅黑, "Microsoft YaHei"*/;
	font-weight:bold;
	letter-spacing:0;
}
.pageOverview ul li a:hover,
.pageOverview ul li a:focus {
    color:#b62824;
	border-color:#b62824;
}
.pageOverview ul li a:hover .icon,
.pageOverview ul li a:focus .icon {
    background:#b62824;
}
@media screen and (max-width:640px) {
	.pageOverview ul li {
		width:100%;
	}	
}


/* ----- aside-menu ----- */
#aside-menu {
	display:none;
	float:left;
	width:100%;
	height:100%;
	margin:0 auto;
}
#aside-menu > ul {
	list-style:none;
}
#aside-menu > ul > li {	
	margin-bottom:1px;
}
#aside-menu > ul > li > a,
#aside-menu > ul > li > a:active {
	position:relative;
	display:block;
	color:#000;
	font-size:1.7em;
	line-height:120%;
	font-weight:bold;
	padding:15px 35px 15px 10px;
	background:#e4e4e4;
}
#aside-menu > ul > li > a:hover,
#aside-menu > ul > li > a:focus {
	color:#966e3c;	
}
#aside-menu > ul > li.unit-now > a,
#aside-menu > ul > li.unit-now > a:hover {
	color:#FFF;
	background:#966e3c;
}
#aside-menu > ul > li.unit-now > a:after {
	position:absolute;
	content:url(../images/aside-menu-list.png);	
	top:50%;
	right:20px;
	margin-top:-9px;
}
@media screen and (min-width:991px) {
	#aside-menu {
		display:block;
	}
	#aside-menu > ul > li > a,
	#aside-menu > ul > li > a:active {
		font-size:1.7em;
		padding:25px 35px 25px 20px;
	}
}


/* ---------- navSmenu ---------- */ 
#aside-menu .navSmenu {
	width:100%;
	list-style:none;
	border-top:none;
	margin:0;
	padding:0 15px;
	box-sizing:border-box;
	background:#f0f0f0;
}
#aside-menu .navSmenu li {
	display:inline-block;
	width:100%;
	margin-top:1px;
	border-bottom:dashed 1px #d2beaa;
}
#aside-menu .navSmenu li:first-child {
	margin-top:0;
}
#aside-menu .navSmenu li a {
	position:relative;
	display:inline-block;
	width:100%;
	color:#333;
	font-size:1.6em;
	font-weight:bold;
	text-align:left;
	padding:15px;
	box-sizing:border-box;
}
#aside-menu .navSmenu li a:hover,
#aside-menu .navSmenu li a:focus  {
	color:#B20000;
}
#aside-menu .navSmenu li:last-child {
	border-bottom:none;
}
#aside-menu .unit-now.show > a {
	background:#966e3c;
}
#aside-menu .open > a {
	background:#e4e4e4;
}
#aside-menu .unit-now .navSmenu {
	display:block;
	background:#e6dcd2;
}
#aside-menu .unit-now .navSmenu li a:hover,
#aside-menu .unit-now .navSmenu li a:focus {
	color:#B20000;
}
#aside-menu .unit-now .navSmenu li.unit-now a {
	color:#B20000;
}


/* ----- article-box ----- */
#article-box {
	position:relative;
	float:left;
	width:100%;
	height:100%;
	margin:0 auto;
	box-sizing:border-box;
}
#article-box > h2 {
	font-family:Arial, Avenir Black;
	color:#005290;
	font-size:3.2em;
	font-weight:bold;
	line-height:150%;
}
.mainPic{
	float:left;
	width:100%;
	border:solid 1px #eee;
	margin:30px auto;
}
.mainPic img{
	width:100%;
	height:auto;
}
ul.speech {
	list-style:none;	
	width:100%;
	/*font-family:微軟雅黑, "Microsoft YaHei";*/
	font-size:2.3em;
	line-height:1.5;	
}
ul.speech span{
	width:115px;
}
ul.speech strong{
	color:#005291;	
}
@media screen and ( max-width: 768px) {		
	#article-box > h2 {font-size:3em;}
}
@media screen and ( max-width: 640px) {		
	#article-box > h2 {font-size:2.8em;}
}
@media screen and ( max-width: 480px) {		
	#article-box > h2 {font-size:2.6em;}
}


/** briefbox **/
.briefbox {
	float:left;
	width:100%;
	color:#000;
	font-size:1.7em;
	line-height:160%;
	text-align:justify;
	margin-top:30px;
}


/* ----- com-search ----- */
.com-search{
	width:100%;
	margin:20px auto 5px;
	background-color:#ebebeb;
	padding:28px 30px;
	box-sizing: border-box;	
}
/* ----- searchCriteria ----- */
.searchCriteria {
	width:100%;
	margin:0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.searchCriteria .tbox {
	float:left;
	width:100%;
	margin:0;
	padding:0;
	position:relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
	/*border:1px solid #06f;*/
}
.searchCriteria .sbox {
	float:right;
	width:100%;
	padding: 0;
	margin: 0;
}
.searchCriteria .listBar {
	width:100%;
	height:52px;
	line-height:52px;
	font-family: Arial, Avenir Black;
	color: #666;
	cursor: pointer;
	text-indent: 0.01px;
	padding:0;
	padding-right:24px;
	margin:0;
	-webkit-appearance: none;  
	-moz-appearance: none;  
	-ms-appearance: none;  
	appearance: none;
	font-size:1.6em;
	background-color:transparent;
	border:none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-left:40px;
	background-image: url(../images/select-bg.svg);
    background-image: url(../images/select-bg.png) \9;
	*background-image: url(../images/select-bg.png);
	background-size:20px auto ;
    background-repeat: no-repeat;
    background-position: right center;
	background-color:#fff;
}
.searchCriteria .tbox:before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:41px;
	height:52px;
	float:left;
	background-image:url(../images/listBar.png);
	background-repeat:no-repeat;
	background-position:center;
}
.searchCriteria .listBar option {
	color:#333;
	border:none;
	background:#FFF; /* style the dropdown bg color */
}
.searchCriteria .listBar:-ms-expand {
	display:none; /* hide default arrow in IE10 */
}
.searchCriteria .search-query {
	width:100% !important;
	height:52px;
	line-height:52px;
	color: #666;
	font-family: Arial, Avenir Black;
	border: none;
	background: none;
	padding:0 10px;
	margin:0;
	font-size:1.6em;
	/*border:1px solid #06f;*/
	background-color:#fff;
}
.searchCriteria .search-query::-webkit-input-placeholder { color: #666; }
.searchCriteria .search-query:-moz-placeholder { color: #666; }
.searchCriteria .search-query::-moz-placeholder { color: #666; }
.searchCriteria .search-query:-ms-input-placeholder { color: #666;}
.searchCriteria .search-btn {
	width:100px;
	height:52px;
	border:none;
	cursor:pointer;
	padding:0;
	margin:0;
	color:#fff;
	font-size:1.6em;
	background-color:#005290;
	font-family: Arial, Avenir Black;
	text-align:center;
}
.searchCriteria .search-btn:hover,
.searchCriteria .search-btn:focus{ 
	background-color:#000;
}
.searchCriteria .search-btn > span{
	background-image:url(../images/searchCriteria-btn.svg);
	background-image:url(../images/searchCriteria-btn.png) \9;
	*background-image:url(../images/searchCriteria-btn.png);
	background-repeat:no-repeat;
	background-position:left center;
	display:inline-block;
	width:16px;
	height:15px;
	margin-right:5px;
}
.searchCriteria .abox{
	width:100%;
	position:relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding:0 100px 0 10px;
}
.searchCriteria .abox .lbox{
	width:100%;
	padding:0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.searchCriteria .abox .rbox{
	position:absolute;
	right:0;
	top:0;
	width:100px;
	float:right;
}
.searchCriteria .sbox.full{width:100%;}
.searchCriteria .sbox.full .abox{ padding-left:0;}
@media screen and ( max-width: 600px) {
	.searchCriteria .search-btn > span{display:none;}
	.searchCriteria .listBar{ padding-left:10px;}
	.searchCriteria .tbox:before{display:none;}
}
@media screen and ( max-width: 480px) {
	.searchCriteria .search-btn {width:80px;}
	.searchCriteria .abox{padding-right:80px; padding-left:0; margin-top:10px;}
	.searchCriteria .abox .rbox{width:80px;}
}
@media screen and ( min-width: 481px) {
	.searchCriteria .tbox{ width:36%;}
	.searchCriteria .sbox{ width:64%;}
}
@media screen and ( min-width: 601px) {
	.searchCriteria .tbox{ width:30%;}
	.searchCriteria .sbox{ width:70%;}
}
@media screen and ( min-width: 768px) {
	.searchCriteria .search-btn {width:120px;}
	.searchCriteria .abox{ padding-right:120px;}
	.searchCriteria .abox .rbox{width:120px;}
}


/* ----- textList ----- */
.textList {
	position:relative;
	float:left;
	width:100%;
	border-top:1px dashed #666;
	margin-top:30px;
}
.textList.nt{
	margin-top:0;	
}
.textList ul {
	float:left;
	width:100%;
	list-style:none;	
}
.textList ul li {
	float:left;
	width:100%;
	border-bottom:1px dashed #666;
}
.textList ul li a {
	float:left;
    width:100%;	
	padding:25px 0 25px 35px;
	background:url(../images/icon-textList.png) no-repeat 0 27px;
	box-sizing:border-box;
}
.textList ul li a:hover,
.textList ul li a:focus {
	color:#D82B12;
	background-image:url(../images/icon-textList-hover.png);
}
.textList ul li a.category_tit {
	background:url(../images/icon-categorytit.png) no-repeat 0 27px;
}
.textList ul li a.category_tit:hover,
.textList ul li a.category_tit:focus {
	background-image:url(../images/icon-categorytit-hover.png);
}
.textList ul li h3 {
	color:#000;
	font-size:2.3em;
	line-height:125%;
	font-weight:bold;
}
.textList ul li a:hover h3,
.textList ul li a:focus h3{
	color:#D82B12;
}


/* ----- textList ----- */
.textList {
	float:left;
	width:100%;
	border-top:1px dashed #666;
	margin-top:30px;
}
.textList ul {
	float:left;
	width:100%;
	list-style:none;	
}
.textList ul li {
	float:left;
	width:100%;
	border-bottom:1px dashed #666;
}
.textList ul li a {
	float:left;
    width:100%;	
	padding:25px 0 25px 35px;
	background:url(../images/icon-textList.png) no-repeat 0 27px;
	box-sizing:border-box;
}
.textList ul li a:hover,
.textList ul li a:focus {
	color:#D82B12;
	background-image:url(../images/icon-textList-hover.png);
}
.textList ul li a.category_tit {
	background:url(../images/icon-categorytit.png) no-repeat 0 27px;
}
.textList ul li a.category_tit:hover,
.textList ul li a.category_tit:focus {
	background-image:url(../images/icon-categorytit-hover.png);
}
.textList ul li h3 {
	color:#000;
	font-size:2.3em;
	line-height:125%;
	font-weight:bold;
}
.textList ul li a:hover h3,
.textList ul li a:focus h3{
	color:#D82B12;
}
/* ----- textList.list2 ----- */
.textList.list2 ul li a {
	position:relative;
	background:url(../images/icon-textList2.png) no-repeat 0 24px;
}
.textList.list2 ul li a:hover,
.textList.list2 ul li a:focus {
	background-image:url(../images/icon-textList2-hover.png);
}
.textList.list2 ul li a.category_tit {
	background:url(../images/icon-categorytit2.png) no-repeat 0 24px;
}
.textList.list2 ul li a.category_tit:hover,
.textList.list2 ul li a.category_tit:focus {
	background-image:url(../images/icon-categorytit2-hover.png);
}
.textList.list2 ul li h3 {
	color:#000;
	font-size:2.3em;
	line-height:125%;
	font-weight:bold;
	padding-right:165px;
}
.textList.list2 ul li p {
	position:absolute;
	right:0;
	top:20px;
	color:#666;
	font-size:1.5em;
	margin-top:10px;
}
@media screen and (max-width:780px) {
	.textList ul li h3 {
		padding-right:0;
	}
	.textList.list2 ul li p {
		position:relative;
		top:0;
	}	
}


/* ----- itemList ----- */
.itemList {
	float:left;
	width:100%;
	border-top:1px dashed #666;
	margin-top:30px;
}
.itemList ul {
	float:left;
	width:100%;
	list-style:none;	
}
.itemList ul li {
	float:left;
	width:100%;
	border-bottom:1px dashed #666;
}
.itemList ul li a {
	position:relative;
	float:left;
    width:100%;	
	padding:20px 0 ;
	box-sizing:border-box;
}
.itemList ul li .pic {
	position:absolute;
	left:0;
	top:20px;
}
.itemList ul li .wd {	
	padding-left:85px;
	box-sizing:border-box;
}
.itemList ul li .wd:before {
	content:"";
	height:100%;
	min-height:70px;
	display:inline-block;
	vertical-align:middle;
}
.itemList ul li .wap {
	display:inline-block;	
	vertical-align:middle;
	font-size:1em;
}
.itemList ul li h3 {
	color:#000;
	font-size:2.3em;
	line-height:125%;
	font-weight:bold;
	vertical-align:middle;
}
.itemList ul li a:hover h3,
.itemList ul li a:focus h3{
	color:#D82B12;
}
.itemList ul li p {
	color:#666;
	font-size:1.5em;
	margin-top:10px;
}


/* ----- lastList ----- */
.lastList {
	float:left;
	width:100%;
	border-top:1px dashed #666;
	margin-top:30px;
}
.lastList ul {
	float:left;
	width:100%;
	list-style:none;
}
.lastList ul li {
	float:left;
	width:100%;
	border-bottom:1px dashed #666;
}
.lastList ul li a {
	float:left;
    width:100%;	
	padding:25px 0 25px 75px;
	background:url(../images/icon-lastList.png) no-repeat 0 20px;
	box-sizing:border-box;
}
.lastList ul li a:hover,
.lastList ul li a:focus {
	color:#b62824;
	background-image:url(../images/icon-lastList-hover.png);
}
.lastList ul li h3 {
	color:#000;
	font-size:2.3em;
	line-height:125%;
	font-weight:bold;	
}
.lastList ul li p {
	color:#666;
	font-size:1.5em;
	margin-top:8px;
}
.lastList ul li a:hover h3,
.lastList ul li a:focus h3{
	color:#D82B12;
}


/** pageCen **/
.pageCen {
	float:left;
	width:100%;
	margin-top:25px;
	border-top:1px dashed #666;
	border-bottom:1px dashed #666;
}
/* ----- postInfo ----- */
.postInfo {
	float:left;
	margin:25px 0;
}
.postInfo ul {
	list-style:none;
}
.postInfo ul li {
	float:left;
	color:#222;
	font-size:1.5em;
	margin-right:20px;
}
.postInfo ul li:last-child {
	margin-right:0;	
}
.postInfo ul li span {
	padding:5px 0;
}
@media screen and ( max-width:480px) {
	.postInfo {
		width:60%;
		margin:10px 0;
	}
	.postInfo ul li {
		width:100%;
		margin:5px 0;
	}
}
@media screen and (min-width:991px) {
	.postInfo ul li {
		margin-right:50px;
	}
}

/* ----- pubInfo ----- */
.pubInfo {
	float:left;
	width:calc(100% - 100px);
	margin:10px 0;
	list-style:none;	
}
.pubInfo li{
	position:relative;	
	font-size:1.6em;
	line-height:1.6;	
	padding:3px 0;	
}
.pubInfo li span{
	float:left;
	width:80px;
	font-weight:bold;
	font-size:110%;	
}
.pubInfo li strong{
	display:inline-block;
	width:calc(100% - 80px);
}
.pubInfo li::before{
	position:absolute;
	top:5px;
	left:0;
	content:"";
	width:22px;
	height:22px;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:contain;
}
.pubInfo li.pubIco1::before{background-image:url(../images/pubIco1.svg);}
.pubInfo li.pubIco2::before{background-image:url(../images/pubIco2.svg);}

/* ----- postBtn ----- */
.postBtn {
	float:right;
	margin:10px 0;
}
.postBtn2{
	position:absolute;
	top:15px;
	right:15px;
}
.printBtn {
	float:left;
	width:45px;
	height:45px;
	color:#FFF;
	font-size:0;
	line-height:45px;
	margin-right:1px;
	background:#cccccc url(../images/icon-print.png) no-repeat 50% 50%;
}
.printBtn:hover,
.printBtn:focus {
	background:#222 url(../images/icon-print-on.png) no-repeat 50% 50%;
}
@media screen and ( max-width:767px) {
	.postBtn2{right:0;}	
}	
@media screen and ( max-width:480px) {
	.pubInfo {
		width:100%;
	}	
	.pubInfo li span,
	.pubInfo li strong{
		display:block;		
		width:100%;
	}	
	.printBtn {
		width:50px;
		height:50px;
		line-height:50px;
	}

}

/* ----- shareBtn ----- */
.shareBtn {
	position:relative;
	float:right;
	width:45px;
}
.shareBtn .on {
	float:left;
	width:45px;
	height:45px;
	color:#222;
	font-size:0;
	line-height:45px;
	padding:0 10px;
	box-sizing:border-box;
	background:#cccccc url(../images/icon-share.png) no-repeat 50% 50%;
}
.shareBtn .on.show,
.shareBtn .on.show:focus {	
	background:#222 url(../images/icon-share-on.png) no-repeat 50% 50%;
}
.shareBtn .shareMenu {
	display:none;
	position:absolute;
	top:45px;
	right:0;
	background:#FFF;
	z-index:200;
	list-style:none;
}
.shareBtn .shareMenu a {
	float:left;
	width:45px;
	height:45px;
	font-size:0;
}
.shareBtn .shareMenu a.icon-fb {
	background:#3b5998 url(../images/icon-fb.png) no-repeat 50% 50%;
}
.shareBtn .shareMenu a.icon-gplus {
	background:#d64136 url(../images/icon-gplus.png) no-repeat 50% 50%;
}
.shareBtn .shareMenu a.icon-twitter {
	background:#00aced url(../images/icon-twitter.png) no-repeat 50% 50%;
}
.shareBtn .shareMenu a.icon-line {
	background:#01B901 url(../images/icon-line.png) no-repeat 50% 50%;
}
.shareBtn .shareMenu a:hover,
.shareBtn .shareMenu a:focus {
	background-color:#FFF;
}
.shareBtn .shareMenu a.icon-fb:hover,
.shareBtn .shareMenu a.icon-fb:focus {
	background-color:rgba(59,89,152,0.1);
	background-image:url(../images/icon-fb-on.png);
}
.shareBtn .shareMenu a.icon-gplus:hover,
.shareBtn .shareMenu a.icon-gplus:focus {
	background-color:rgba(214,65,54,0.1);
	background-image:url(../images/icon-gplus-on.png);
}
.shareBtn .shareMenu a.icon-twitter:hover,
.shareBtn .shareMenu a.icon-twitter:focus {
	background-color:rgba(0,172,237,0.1);
	background-image:url(../images/icon-twitter-on.png);
}
.shareBtn .shareMenu a.icon-line:hover,
.shareBtn .shareMenu a.icon-line:focus {
	background-color:rgba(1,185,1,0.1);
	background-image:url(../images/icon-line-on.png);
}
@media screen and ( max-width:480px) {
	.shareBtn {
		width:50px;
	}
	.shareBtn .on {
		width:50px;
		height:50px;
		line-height:50px;
	}
	.shareBtn .shareMenu {
		top:50px;
	}
	.shareBtn .shareMenu a {
		width:50px;
		height:50px;
	}
}



/** pageWord **/
.pageWord {
	float:left;
	width:100%;
	color:#000;
	font-size:1.7em;
	line-height:170%;
	margin:20px 0;
	word-wrap: break-word;	
}
.pageWord.noTop {margin-top:0;}
.pageWord.miTop {margin:15px 0 0 0;}
.pageWord.ngTop {margin-top:-15px;}
.pageWord h3{font-size: 1.5rem; margin-bottom:20px; line-height:150%;}
.pageWord h4{font-size: 1.3rem; color: #06c; margin-bottom:20px; line-height:150%;}
.pageWord p {margin:0;}
.pageWord p + p{ margin-top:20px;}
.pageWord img {
	height:auto;
	max-width:100%;
	margin:0 auto;
}
.pageWord > ol,
.pageWord > ul {
	margin:20px 0;
	margin-left:1.5em;	
}
.pageWord > ol > li,
.pageWord > ul > li {
	margin:10px 0;
}
.pageWord > ul > li i:before{
    content:"@";
	font-style:normal;		
}
.pageWord > ol > li strong,
.pageWord > ul > li strong{
	font-weight:bold;
	font-size:110%;
	color:#005290;
}
.pageWord li > ol,
.pageWord li > ul {
	margin:10px 0;
}
.pageWord li > ol > li,
.pageWord li > ul > li {
	margin:10px 0;
}
.pageWord figcaption {
	font-size:1rem;
	line-height:135%;
	text-align:center;
	margin-top:10px;
}
.pageWord .stit {
	/*font-family:微軟雅黑, "Microsoft YaHei";*/
	color:#b62824;
    font-size:2.5rem;
    margin:40px 0;
    clear:both;
}
.partTitle {
    position: relative;	
    font-size: 155%;
    font-weight: bold;
    color: #005290;
    border-top: 1px #ccc dashed;
    padding-top: 25px;
}
.partTitle small{
	display:block;
	margin-bottom:10px;
	color:#eb6100;
	font-size:90%;
}
.partTitle.nobt{
    border-top: none;
}
.partTitle.sortTit {
	font-size:2.635em;
    border-top: none;
    padding-bottom: 10px;	
}
.partTitle .mapBtn a{
	margin:-5px 0 0 20px;
	padding:5px 15px;
	background:#996633;
	color:#fff;
	font-size:0.85em;
	border-radius:20px;
}
.partTitle .mapBtn a:hover,
.partTitle .mapBtn a:focus{
	background:#b62824;
}
/*
.partTitle:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 25px;
    width: 25px;
    height: 25px;
    z-index: 1;
    background: #005290;
}
.partTitle:after {
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    top: 33px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #FFFFFF;
    z-index: 2;
}*/
.pageWord .btn-rss {
	color:#F39800;
	font-size:1.1rem;
	font-weight:bold;
}
.pageWord .btn-rss span {
	color:#FFF;
	font-size:1rem;
	font-weight:normal;
	padding:0 5px;
	background:#F39800;
	margin-right:5px;
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
            border-radius:4px;
	-webkit-transition:all 0.3s ease;
	   -moz-transition:all 0.3s ease;
	     -o-transition:all 0.3s ease;
	        transition:all 0.3s ease;
}
.pageWord .btn-rss:hover {
	color:#b62824;
}
.pageWord .btn-rss:hover span {
	background:#b62824;
}
@media screen and (min-width:991px) {	
	.pageWord {
		margin:30px 0 40px;
	}
}

/**/
.sortBox{
	float:left;
    position: relative;
	width:100%;	
}
.sortBox.mt {
	margin-top:10px;
}
.sortTit {
    position: relative;	
    font-size:2.635em;
    font-weight: bold;
    color: #005290;
    padding: 25px 0 10px 0;
}
/*
.sortTit:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 25px;
    width: 25px;
    height: 25px;
    z-index: 1;
    background: #005290;
    border-radius:100%;
}
.sortTit:after {
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    top: 33px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #FFFFFF;
    z-index: 2;
}
*/


/**/
.grayZero {
    color: #000;	
    font-size: 1em;
    line-height: 180%;
    margin: 0 auto !important;
}
.grayZero li a {
	color: #528e00;
}
.grayZero li a:hover,
.grayZero li a:focus {
	color: #0099cc;
}
.grayZero, .grayZero > li ol {
	counter-reset: li;
	list-style: none;
}
.grayZero > li,
.grayZero > li ol > li {
	counter-increment: li;
}
.grayZero > li {
	padding: 8px 0 8px 2em;
	margin: 0 !important;
	position: relative;
}
.grayZero.nobodr > li {
	border-bottom: none;
}
.grayZero > li:last-of-type {
	border-bottom: none;
}
.grayZero > li:before {
	content: counter(li);
	background-color: #000;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	padding:0;
	min-width:24px;
	min-height:24px;
	line-height:24px;
	text-align: center;
	box-sizing: border-box;
	font-weight: normal;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: 0;
	top: 12px;
}
.grayZero > li ol > li:before {
	content: counter(li);
	font-size: 0.8em;
	display: inline-block;
	min-width:22px;
	min-height:22px;
	line-height:22px;
	margin-left: -2em;
	margin-right: 0.5em;
	text-align: center;
	background: #cccccc;
	color: #000000;
	border-radius: 20px;
}
/**/
.dotsIcon {
    color: #000;	
    font-size: 1em;
    line-height: 180%;
    margin: 0 auto !important;
}
.dotsIcon li a {
	color: #528400;
}
.dotsIcon li a:hover,
.dotsIcon li a:focus {
	color: #0099cc;
}
.dotsIcon > li {
	list-style: none;	
	padding: 8px 0 8px 2em;
	margin: 0 !important;
	position: relative;
}
.dotsIcon > li:before {
    position: absolute;
    left: 0;
    top: 20px;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 10px;
    display: inline-block;
    margin: 0 0 0 5px;
    background-color:#005290;
}


table caption{
	font-weight:bold;
	font-size:1.3rem;
	margin:10px auto;
	color: #005290;
}
/* ----- orgTable CSS ----- */
.orgTable {
	width:100%;
	border:1px solid #CCC;
	margin:15px 0;
}
.orgTable th {
	color:#fff;
    font-weight:bold;
	text-align:center;
	vertical-align:middle;
	white-space:nowrap;
	padding:15px 10px;
	background-color:#243042;
	border-right:1px solid #FFF;
}
.orgTable th:nth-of-type(1),
.orgTable th:nth-of-type(2) {
	width:15%;
}
.orgTable td {
	color:#000;    
	vertical-align:middle;
	padding:15px;
	border-left:1px dotted #CCC;
	border-bottom:1px solid #CCC;	
}
.orgTable td i:before{
    content:"@";
	font-style:normal;		
}
.orgTable td:nth-of-type(1) {
	color:#243042;
	font-weight:bold;
	text-align:center;
	background:#F4F4F4;
}
.orgTable td:nth-of-type(2) {
	text-align:center;
}

/* ----- psnTable CSS ----- */
.psnTable {
	width:100%;
	border:1px solid #CCC;
	margin:0;
}
.psnTable th {
	color:#fff;
    font-weight:bold;
	text-align:center;
	vertical-align:middle;
	white-space:nowrap;
	padding:15px 10px;
	background-color:#243042;
	border-right:1px solid #FFF;
}
.psnTable td {
	color:#000;    
	vertical-align:middle;
	padding:15px;
	border-left:1px dotted #CCC;
	border-bottom:1px solid #CCC;	
}
.psnTable td:nth-of-type(1) {
	color:#243042;
	font-weight:bold;
	text-align:center;
	background:#F4F4F4;
}
.psnTable td:nth-of-type(2) {
	text-align:center;
}
/**/
.psnWd{ width:100%; margin-top:20px;line-height:200%;}
.psnWd dl dt{
	position: relative;
    padding-left: 35px;
    font-size: 155%;
    font-weight: bold;
    color: #005290;
	margin-bottom:10px;
}
.psnWd dl dt:before {
    content: "";
    display: block;
    position: absolute;
    left:0;
    top:0;
    width: 25px;
    height: 25px;
    z-index: 1;
    background: #005290;
	border-radius:20px;
}
.psnWd dl dt:after {
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    top:8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #FFFFFF;
    z-index: 2;
}
.psnWd dl dd + dt{ margin-top:1.5em;}
.psnWd dl dd{width:100%;}
.psnWd dl dd p{ margin:0;}
.psnWd dl dd ul{
	padding-left:1.5em;
}
.botRemark{color: #D14900;}
/* ----- stripedTable CSS ----- */
.stripedTable {
	width:100%;
	border:1px solid #CCC;
	margin:15px 0;
}
.stripedTable th {
	color:#fff;
    font-weight:bold;
	text-align:center;
	vertical-align:middle;
	white-space:nowrap;
	padding:15px 10px;
	background-color:#243042;
	border-right:1px solid #FFF;
}
.stripedTable tbody tr:nth-child(odd) {
	background-color:#F4F4F4;
}
.stripedTable td {
	color:#000;    
	vertical-align:middle;
	padding:15px;
	border-left:1px dotted #CCC;
	border-bottom:1px solid #CCC;	
}
.stripedTable td a {
	display:inline-block;
}
.stripedTable td .pic {
	display:inline-block;
	width:60px;
	vertical-align:middle;
	margin-right:10px;
}
.stripedTable td .wd {
	display:inline-block;
	vertical-align:middle;
}
.stripedTable td .wd strong {
	color:#000;
	font-size:1.5rem;
}
.stripedTable td:nth-of-type(1) {
	color:#243042;
	font-weight:bold;
}
@media screen and (max-width:768px) {	
	.stripedTable th, .stripedTable td{padding:5px;white-space:normal;}
	.stripedTable {font-size:90%;}	
}
@media screen and (max-width:360px) {
	.stripedTable th, .stripedTable td{padding:2px;}
	.stripedTable {font-size:85%;}
	.stripedTable td:nth-of-type(1) {max-width:100px;}				
}


/* ----- restable CSS ----- */
ul.tabletolist {
	margin:-20px 0;
}
ul.tabletolist img {
	max-width:100%
}
ul.tabletolist.nrh > li {
	border-bottom:2px solid #ddd
}
ul.tabletolist,
ul.tabletolist > li > ul {
	padding:0!important;
	list-style:none!important;
}
ul.tabletolist > li {
	margin:20px 0;
}
ul.tabletolist > li strong{
	color:#fff;
}
ul.tabletolist > li > ul {
	margin:0!important;
}
ul.tabletolist > li .titles {	
	display:block;
	color:#fff;
	font-weight:bold;
	text-align:center;
	padding:10px;
	background:#7CD8BE;
}
ul.tabletolist > li > ul > li {	
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:flex-start;
	padding:10px 0;
	margin:0;
	border-bottom:1px dotted #CCC;
}
ul.tabletolist > li > ul > li:last-child {	
	border-bottom:none;
}
ul.tabletolist ul > li:nth-of-type(1) {
	color:#FFF;
	background:#243042;
}
ul.tabletolist ul > li .row_headers {
	float:left;
	width:120px;	
	text-align:center;
	font-weight:400;
	padding:0 10px;
	box-sizing:border-box;
}
ul.tabletolist ul > li:nth-of-type(1) .row_headers {
	display:none;
}
ul.tabletolist ul > li .row_data {
	float:right;
	width:calc(100% - 120px);
	padding:0 10px;
	border-left:1px dashed #666;
	box-sizing:border-box;
	word-break: break-all;
}
ul.tabletolist ul > li .row_data i:before{
    content:"@";
	font-style:normal;		
}
ul.tabletolist ul > li:nth-of-type(1) .row_data {
	font-size:1.3rem;
	width:100% !important;
	color:#FFF;
	border-left:none;
}
ul.tabletolist ul > li .row_data .pic {
	display:inline-block;
	width:60px;
	vertical-align:middle;
	margin-right:10px;
}
ul.tabletolist ul > li .row_data .wd {
	display:inline-block;
	font-size:1rem;
	vertical-align:middle;
}
ul.tabletolist ul > li .row_data .wd strong {
	font-size:1.5rem;
}
#stripedTable ul.tabletolist ul > li .row_headers {
	width:120px;	
}
#stripedTable ul.tabletolist ul > li .row_headers span {
	display:block;
}
#stripedTable ul.tabletolist ul > li .row_data {
	width:calc(100% - 120px);
}
ul.tabletolist > li > ul > li {
	*zoom:1;
}
ul.tabletolist > li > ul > li:before {
	content:" ";
	display:none;
}
ul.tabletolist > li > ul > li:after {
	content:" ";
	display:none;
	clear:both;
}
ul.tabletolist ul > li .row_data.html ul {
	list-style-type:disc;
}
/**/
.psnFrame ul.tabletolist{ margin:0;}
.psnFrame ul.tabletolist ul > li:nth-of-type(1) {
	display:none;
}
.psnFrame  ul.tabletolist ul > li:nth-of-type(2) {
	color:#FFF;
	background:#243042;
}
.psnFrame  ul.tabletolist ul > li:nth-of-type(2) .row_data.html{
	font-weight: bold;
    font-size: 150%;
    color: #fff;
}
/**/
.cnnbWd{
	width:100%;
	margin-top:20px;
	line-height:200%;
}
.cnnbWd ol,.cnnbWd ul{ padding-left:1.5em;}
.cnnbWd dl{
	width:100%;
	margin-top:1.5em;
	padding-top:1.5em;
	border-top:1px dashed #ddd;
}
.cnnbWd dl dt{
	font-size: 135%;
    font-weight: bold;
    color: #005290;
    margin-bottom: 10px;
}
.cnnbWd dl dd + dd{ margin-top:10px;}
.cnnbWd dl dd i:before{
    content:"@";
	font-style:normal;		
}
/** pic_two_columns **/
.pageWord > ul.pic_two_columns {
	margin:-20px;
	list-style:none;	
}
.pageWord > ul.pic_two_columns > li {
	display:inline-block;
	width:50%;
	text-align:center;
	padding:0 20px;
	margin:20px 0;
	box-sizing:border-box;
	vertical-align:top;
}
.pageWord > ul.pic_two_columns > li figcaption {
	margin-top:10px;
}
@media screen and (max-width:420px) {
	.pageWord > ul.pic_two_columns {
		margin:-15px;
	}
	.pageWord > ul.pic_two_columns > li {
		width:100%;
		padding:0 15px;
		margin:15px 0;
	}
}


/** pic_three_columns **/
.pageWord > ul.pic_three_columns {
	margin:-20px;
	list-style:none;	
}
.pageWord > ul.pic_three_columns > li {
	display:inline-block;
	width:33.33%;
	text-align:center;
	padding:0 20px;
	margin:20px 0;
	box-sizing:border-box;
	vertical-align:top;
}
.pageWord > ul.pic_three_columns > li figcaption {
	margin-top:10px;
}
@media screen and (max-width:420px) {
	.pageWord > ul.pic_three_columns {
		margin:-15px;
	}
	.pageWord > ul.pic_three_columns > li {
		width:100%;
		padding:0 15px;
		margin:15px 0;
	}
}
/** pic_left **/
.pic_left {
	float:left;
	width:35%;
	text-align:center;
	margin:0 20px 0 0;
}
.pic_left figure {
	margin:20px 0;
}
.pic_left figcaption {
	color:#039;
	margin-top:10px;
}
@media screen and (max-width:640px) {
	.pic_left {
		width:45%;
	}
}
@media screen and (max-width:420px) {
	.pic_left {
		float:none;
		width:100%;
		margin:15px 0;
	}
}


/** pic_right **/
.pic_right {
	float:right;
	width:35%;
	text-align:center;
	margin:0 0 0 20px;
}
.pic_right figure {
	margin:20px 0;
}
.pic_right figcaption {
	color:#039;
	margin-top:10px;
}
@media screen and (max-width:640px) {
	.pic_right {
		width:45%;
	}
}
@media screen and (max-width:420px) {
	.pic_right {
		float:none;
		width:100%;
		margin:15px 0;
	}
}
/** qaList **/
.qaList {
	width:100%;
	padding:20px 0;
	border-bottom:1px dotted #CCC;
}
.qaList:first-child {
	padding-top:0;
}
.qaList dt {
	position:relative;
	color:#009933;
	font-weight:bold;
	padding-left:35px;
	margin-bottom:10px;
}
.qaList dt:before {
    content:"問";
    display:block;
    position:absolute;
    left:0;
    top:0;
    width:26px;
    height:26px;
	color:#FFF;
	line-height:26px;
	text-align:center;
	font-weight:bold;
    background:#009933;
}
.qaList dd {
	position:relative;
	padding-left:35px;
}
.qaList dd:before {
    content:"答";
    display:block;
    position:absolute;
    left:0;
    top:0;
    width:26px;
    height:26px;
    color:#FFF;
	line-height:26px;
	text-align:center;
	font-weight:bold;
	background:#000;
}

/**/
.attachTit{
	color:#000;
	/*font-family:"微軟雅黑", "Microsoft YaHei", "LiHei Pro Medium";*/
	font-size:2.3em;
	font-weight:bold;
	margin:10px 0;
}
.attachTit span {
	position:relative;
	padding:0 0 0 35px;
}
.attachTit span:before {
	content:"";
	display:block;
	position:absolute;
	top:50%;
	left:0;
	width:28px;
	height:28px;
	margin:-12px 0 0 0;
	background:url(../images/summary-titico.png) no-repeat 50% 50%;
	background-size:100% auto;		
}
#gallery .attachTit span:before{
	background-image: url(../images/gallery-titico.png);
}
.documentBot .attachTit span:before{
	background-image: url(../images/dn-titico.png);
}



/* ----- gallery ----- */
#gallery {
	width:100%;
	box-sizing:border-box;
	margin:-20px auto 40px;
	float:left;
}
#gallery ul {
	list-style:none;
	margin:0 -10px;
	flex-wrap: wrap;
	display: flex;
}
#gallery ul li {
	display:inline-block;
	width:50%;
	letter-spacing:0;
	padding:20px 10px 0 10px;
	vertical-align:top;
	box-sizing:border-box;
}
#gallery ul li a {
	float:left;
    width:100%;
	height:100%;
	color:#333;
}
#gallery ul li a:hover,
#gallery ul li a:focus {
	color:#B20000;
}
#gallery figure {
	margin:0;
}
#gallery figure .pic{
	width: 100%;
	height: 30vw;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #e4e4e4;
	box-sizing: border-box;
}
#gallery figure .pic img {
	width:auto;
	height:auto;
	max-height:100%;
	max-width:100%;
	-webkit-transition:0.4s;
	   -moz-transition:0.4s;    
         -o-transition:0.4s;
            transition:0.4s;
}
#gallery a:hover figure .pic img,
#gallery a:focus figure .pic img {
    -webkit-transform:scale(1.08);
	   -moz-transform:scale(1.08);
        -ms-transform:scale(1.08);
         -o-transform:scale(1.08);    
            transform:scale(1.08);
}
#gallery figure figcaption {
	font-size:1.7em;
	line-height:130%;
	font-weight:bold;
	text-align:center;
	margin-top:10px;
}
#gallery figure figcaption strong {
	display:inline-block;
	/*font-family:"微軟雅黑", "Microsoft YaHei", "LiHei Pro Medium";*/
	font-size:1.3rem;
	margin-bottom:5px;
}
#gallery figure figcaption strong span {
	display:inline-block;
	color:#FFF;
	font-size:0.9rem;
	line-height:100%;
	padding:5px 10px;
	background:#8c3c4a;
	margin-right:10px;
	vertical-align:top;
}
@media screen and (max-width:420px) {
	#gallery ul li{width:100%;}
	#gallery figure .pic{ height:inherit; border:none;}
}
@media screen and (min-width:768px) {
	#gallery ul li {width:33.33%;}
	#gallery figure .pic{ height:20vw;}
}
@media screen and (min-width:991px) {	
	#gallery figure .pic{ height:200px;}
}


/* ----- documentBot ----- */
.documentBot{
	clear:both;
	margin:50px auto 0 auto;
	width:100%;
}
.documentBot ul{
	padding:0;
	margin:0;
	list-style-type:none;
	width:100%;
	font-size:1.6em;
	line-height:150%;
}
.documentBot ul li{
	width:100%;
	box-sizing: border-box;
	margin:0;
	border-bottom:1px dashed #ddd;
	position:relative;
	min-height:50px;
	transition:all 0.4s ease;	
}
.documentBot ul li:hover{
	background-color:#eee;
}
.documentBot a.file{
	width:100%;
	display: flex;
	padding:15px;
	box-sizing: border-box;
	border-radius:5px;
}
.documentBot a.file .fileIcon{
	width:45px;
	height:50px;
	display:block;
	background-color:#666;
	content:"";
	text-align:center;
	text-transform:uppercase;
	padding-top:24px;
	box-sizing: border-box;
	font-size:0.875em;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-weight:bold;
	border-radius:3px;
	transition:all 0.4s ease;
	margin-right:15px;
	position:relative;
}
.documentBot a.file .fileIcon::before{
	content:"";
	width:20px;
	height:20px;
	display:block;
	position:absolute;
	top:0;
	right:0;
	border:3px solid #fff;
	border-radius:3px;
	transform: translate3d(50%, -50%, 0);
}
.documentBot a.file .fileIcon::after{
	content:"";
	position:absolute;
	top:-1px;
	right:-1px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 11px 11px 0;
	border-color: transparent #ffffff transparent transparent;
}
.documentBot a.file:hover .fileIcon::before{
	border-color:#eee;
}
.documentBot a.file:hover .fileIcon::after{
	border-color: transparent #eee transparent transparent;
}
.documentBot a.file .fileIcon.pdf{ background-color:#a40000;}
.documentBot a.file .fileIcon.odt,
.documentBot a.file .fileIcon.doc,
.documentBot a.file .fileIcon.docx{ background-color:#0068b7;}
.documentBot a.file .fileIcon.ods,
.documentBot a.file .fileIcon.xls,
.documentBot a.file .fileIcon.xlsx{ background-color:#428500;}
.documentBot a.file .fileIcon.odp,
.documentBot a.file .fileIcon.ppt,
.documentBot a.file .fileIcon.pptx{ background-color:#D14900;}
.documentBot a.file .fileIcon.rar{ background-color:#67005E;}
.documentBot a.file .fileIcon.zip{ background-color:#653F01;}
.documentBot a.file .fileIcon.jpg{ background-color:#e85ca3;}
.documentBot a.file .fileIcon.png{ background-color:#c47cee;}
.documentBot a.file:hover .fileIcon{
	background-color:#214991;
	transform: translate3d(5px, 0, 0);
}
.documentBot .fileTx{width:calc(100% - 60px);}
.documentBot a.file .fileName{
	color:#000;
	font-size:1.125em;
	font-weight:bold;
	line-height:150%;
	letter-spacing:0.04em;
	padding:0;
	position:relative;
	/*font-family: "微软雅黑","微軟正黑體";*/
}
.documentBot a.file:hover .fileName,
.documentBot a.file:focus .fileName{
	color:#B20000;
}
.documentBot a.file .infor{
	color:#666;
	font-size:0.875em;
	width:100%;
	line-height:130%;
	padding-top:8px;
}
.documentBot a.file .infor .update,
.documentBot a.file .infor .size{
	display:inline-block;
}
.documentBot .infor > span{
	position: relative;
	padding-left: 10px;
    margin-right: 15px;
}
.documentBot .infor > span:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 4px;
    height: 4px;
    margin: -2px 0 0 0;
    background: #666;
	border-radius:4px;
}


/** page **/
#page{
	float:left;
	width:100%;			
	margin:0 auto;
	clear:both;
}	
#page .total{
	float:left;
	width:100%;
	color:#000;	
	font-size:1.5em;
	text-align:center;
}
#page .num {
	float:left;
	width:100%;
	text-align:center;
	margin-top:40px;	
}
#page .num a {
	display:none;
	color:#000;
	font-size:1.7em;
	vertical-align:middle;
}
#page .num .cur{	
	display:inline;
	color:#966e3c;
	font-size:1.7em;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	cursor:text;
}
#page .num a.btn-prev {
	display:block;
	float:left;
	padding-left:15px;
	background:url(../images/page-sp-prev.png) no-repeat 0 50%;
}
#page .num a.btn-next {
	display:block;
	float:right;
	padding-right:15px;
	background:url(../images/page-sp-next.png) no-repeat right 50%;
}
@media screen and (min-width:991px) {	
	#page .total{
		margin-top:30px;
	}
	#page .num {
		margin-top:30px;
	}
	#page .num a {
		display:inline-block;
		width:40px;
		height:40px;
		color:#000;
		font-size:1.5em;
		line-height:40px;
		vertical-align:middle;
		margin:0 1px;
		background:#f0f4f5;
	}	
	#page .num a:hover,
	#page .num a:focus {
		color:#FFF;
		background:#D82B12;
	}
	#page .num .cur{	
		display:inline-block;
		width:40px;
		height:40px;
		color:#FFF;
		font-size:1.5em;
		line-height:40px;
		vertical-align:middle;
		cursor:text;
		margin:0 1px;
		background:#966e3c;
	}
	#page .num a.btn-first,
	#page .num a.btn-prev,
	#page .num a.btn-next,
	#page .num a.btn-last {
		display:inline-block;
		float:none;
		font-size:0;
		padding:0;
		margin:0 1px;
	}
	#page .num a.btn-first {
		background:#000 url(../images/page-first.png) no-repeat 50% 50%;
	}
	#page .num a.btn-prev {
		background:#f0f4f5 url(../images/page-prev.png) no-repeat 50% 50%;
	}
	#page .num a.btn-next {
		background:#f0f4f5 url(../images/page-next.png) no-repeat 50% 50%;
	}	
	#page .num a.btn-last {
		background:#000 url(../images/page-last.png) no-repeat 50% 50%;
	}
	#page .num a.btn-first:hover,
	#page .num a.btn-first:focus,
	#page .num a.btn-last:hover,
	#page .num a.btn-last:focus {
		background-color:#D82B12;
	}
	#page .num a.btn-prev:hover,
	#page .num a.btn-prev:focus {
		background:#D82B12 url(../images/page-prev-hover.png) no-repeat 50% 50%;
	}
	#page .num a.btn-next:hover,
	#page .num a.btn-next:focus {
		background:#D82B12 url(../images/page-next-hover.png) no-repeat 50% 50%;
	}
}
@media screen and (min-width:1200px) {
	#page .total{
		margin-top:40px;
	}
	#page .num {
		margin-top:40px;	
	}
	#page .num a {
		width:50px;
		height:50px;
		line-height:50px;
	}
	#page .num .cur{	
		width:50px;
		height:50px;
		line-height:50px;
	}
}


/** pageBack **/
#pageBack {
	float:left;
	width:100%;
	margin-top:30px;
	text-align:center;
}
#pageBack a {
	font-size:2.3em;
	font-weight:bold;
	color:#000;
	padding:1px 0 1px 30px;
	background:url(../images/btn-pageBack.png) no-repeat 0 50%;
	margin:0 auto;
}
#pageBack a:hover {
	color:#B20000;
	background:url(../images/btn-pageBack-hover.png) no-repeat 0 50%;
}


/** pageSearch **/
#pageSearch {
	float:left;
	width:100%;
}
#pageSearch .searchBox {
	float:left;
	width:100%;
	text-align:center;
	margin:30px 0;
}
#pageSearch .searchBox h2 {
	display:inline-block;
	color:#FFF;
    font-size:3.5em;
	font-weight:bold;
	margin-bottom:10px;
	-webkit-text-shadow:0px 1px 5px rgba(0,0,0,.5), 0px 1px 15px rgba(0,0,0,.5);
	   -moz-text-shadow:0px 1px 5px rgba(0,0,0,.5), 0px 1px 15px rgba(0,0,0,.5);
	    -ms-text-shadow:0px 1px 5px rgba(0,0,0,.5), 0px 1px 15px rgba(0,0,0,.5);
	        text-shadow:0px 1px 5px rgba(0,0,0,.5), 0px 1px 15px rgba(0,0,0,.5);
}
#pageSearch .searchBox .box {
	display:inline-block;
}
#pageSearch .search-txt {
	float:left;
	font-family:Arial, Avenir Black;
	width:350px;	
	height:50px;
	color:#000;
	font-size:1.5em;
	padding:0 15px;
	margin:0;
	border:none;
}
#pageSearch .search-btn {
	float:right;
	width:50px;
	height:50px;
	border:none;
	text-indent:-9999px;
	cursor:pointer;
	margin:0;
	padding:0;
	background:#005290 url(../images/pageSearch-btn.png) no-repeat 50% 50% ;
	background-size:30px auto;
}
#pageSearch .search-btn:hover,
#pageSearch .search-btn:focus {
	background-color:#d23d2a;
}
#pageSearch .searchShow {
	float:left;
	width:100%;
	min-height:200px;
	background:#FFF;
	box-sizing:border-box;
}
@media screen and (max-width:460px) {
	#pageSearch .searchBox {
		margin:25px 0;
	}
	#pageSearch .searchBox h2 {
		font-size:3.1em;
	}
	#pageSearch .searchBox .box {
		position:relative;
		width:80%;
		padding-right:40px;
		box-sizing:border-box;
	}
	#pageSearch .search-txt {
		width:100%;
		height:40px;
	}
	#pageSearch .search-btn {
		position:absolute;
		right:0;
		top:0;
		width:40px;
		height:40px;
		background-size:25px auto;
	}
}
@media screen and (min-width:991px) {	
	#pageSearch {
		padding:0;
	}
	#pageSearch .searchBox {
		margin:30px 0 50px 0;
	}
	#pageSearch .searchBox h2 {
		font-size:4.5em;
		margin-bottom:20px;
	}
	#pageSearch .searchShow {
		min-height:250px;
		padding:20px;
	}
	#pageSearch .search-txt {
		font-size:1.7em;
	}
}

/** 驗證碼 **/
.LBD_CaptchaDiv{
	display:inline-block;
	vertical-align:middle;
}

/** errorPage **/
#errorPage {
	position:relative;
	width:100%;
	height:100%;
	overflow:hidden;	
}
#errorPage .logo{
    display:block;
    width:255px;
    height:50px;
    font-size:0;
    background:url(../images/logo.png) no-repeat 0 50%;
    background-size:auto 50px;
	margin:20px auto;
}
.errorBox {	
    width:100%;
	text-align:center;
    padding:50px 30px;
	box-sizing:border-box;
    margin:0 auto;
    /* background-attachment:fixed !important; */
	background:#008A00 url(../images/footer_bg.jpg) no-repeat 50% bottom;
	background-size:cover;
}
.errorBox h2 {
    color:#FFF;
	font-size:5.9em;
	margin:10px 0;
	-webkit-text-shadow:0px 1px 5px rgba(0,0,0,.5), 0px 1px 15px rgba(0,0,0,.5);
	   -moz-text-shadow:0px 1px 5px rgba(0,0,0,.5), 0px 1px 15px rgba(0,0,0,.5);
	    -ms-text-shadow:0px 1px 5px rgba(0,0,0,.5), 0px 1px 15px rgba(0,0,0,.5);
	        text-shadow:0px 1px 5px rgba(0,0,0,.5), 0px 1px 15px rgba(0,0,0,.5);
}
.errorBox h3 {
	color:#FFF;
	font-size:2.7em;
	margin:10px 0 25px 0;
	-webkit-text-shadow:0px 1px 5px rgba(0,0,0,.5), 0px 1px 15px rgba(0,0,0,.5);
	   -moz-text-shadow:0px 1px 5px rgba(0,0,0,.5), 0px 1px 15px rgba(0,0,0,.5);
	    -ms-text-shadow:0px 1px 5px rgba(0,0,0,.5), 0px 1px 15px rgba(0,0,0,.5);
	        text-shadow:0px 1px 5px rgba(0,0,0,.5), 0px 1px 15px rgba(0,0,0,.5);
}
.errorBox p {
	color:#FFF;
	font-size:1.7em;
	line-height:150%;
	font-weight:bold;
	-webkit-text-shadow:0px 1px 5px rgba(0,0,0,.5), 0px 1px 15px rgba(0,0,0,.5);
	   -moz-text-shadow:0px 1px 5px rgba(0,0,0,.5), 0px 1px 15px rgba(0,0,0,.5);
	    -ms-text-shadow:0px 1px 5px rgba(0,0,0,.5), 0px 1px 15px rgba(0,0,0,.5);
	        text-shadow:0px 1px 5px rgba(0,0,0,.5), 0px 1px 15px rgba(0,0,0,.5);
}
.errorBtn {
	width:100%;
	text-align:center;
    margin:30px auto;
}
.errorBtn a {
	display:inline-block;
    color:#005290;
    font-size:1.7em;
	padding:10px 30px;
	border:1px solid #005290;
	-webkit-border-radius:50px;
	   -moz-border-radius:50px;
			border-radius:50px;
	margin:0 auto;
}
.errorBtn a:hover,
.errorBtn a:focus {
	color:#FFF;
    background:#005290;
}
@media screen and (max-width:479px) {
	.errorBox {	
		padding:50px 20px;
	}
	.errorBox h2 {
		font-size:3.9em;
	}
	.errorBox h3 {
		font-size:1.8em;
	}	
}
@media screen and (min-width:991px) {
	#errorPage .logo{
		width:355px;
		height:70px;
		background-size:auto 70px;
		margin:30px auto;
	}
	.errorBox {	
		padding:60px 25%;
	}	
}


/** history **/
.historyList {
	width:100%;
	margin:20px 0 10px 0;
}
.historyList > ul {
	float:left;
	width:100%;
	list-style:none;
    border-top: 1px dashed #ccc;	
}
.historyList > ul > li {
	float:left;
	width:100%;
	border-bottom: 1px dashed #ccc;
	padding:16px;
	box-sizing:border-box;	
}
.historyList > ul > li .pic {
	position:relative;	
	float:left;
	width: 250px;
	height:200px;
}
.historyList > ul > li .pic img{
	width:100%;
	height:100%;
}
.historyList > ul > li .wd {	
	padding-left:270px;
	box-sizing:border-box;
	line-height:1.6;
}
.historyList > ul > li strong {
	display:block;
	color:#005290;
	font-size:2.5em;
	font-weight:bold;
	margin-right:10px;	
}
.historyList > ul > li small{
	display:block;
	color:#000;
	font-size:1.7em;
	font-weight:bold;
	font-style:normal;		
}
.historyList > ul > li p {
	position:relative;
	display:block;
	color:#000;
	font-size:1.7em;	
}
@media screen and (max-width:640px) {
	.historyList > ul > li {padding:16px 0;}
	.historyList > ul > li .wd {padding-left:260px;}		
}
@media screen and (max-width:520px) {
	.historyList > ul > li .pic {width: 200px;height:160px;}
	.historyList > ul > li .wd {padding-left:210px;}
	.historyList > ul > li strong {font-size:2.0em;}
	.historyList > ul > li small, .historyList > ul > li p{font-size:1.6em;}			
}
@media screen and (max-width:420px) {
	.historyList > ul > li .pic {
		float:none;
		margin:0 auto;
	}	
	.historyList > ul > li .wd {width:100%; display:block; padding:10px 0 0 0;}	
	
}

/** 組織介紹 **/
ul#group {
    margin: 0;
	list-style: none;
}
ul#group li {
    display: block;
    margin-bottom: 30px;
    box-sizing: border-box;
    max-width: 100%;
    position: relative;	
    font-weight: bold;	
}
ul#group li strong {
    position: relative;
    z-index: 1;	
    display: inline-block;
    padding: 15px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 45, 100, 1);
    line-height: 1.5;
    word-break: normal;
    text-align: center;
    background-color: #fff;
    color: rgba(0, 45, 100, 1);
    min-width: 220px;
    width: 30%;
    font-size: 105%;	
}
ul#group li.G_top.G_center strong {
    margin-bottom: 15px;
    background: rgba(0, 45, 100, 1);
    background: linear-gradient(-135deg, transparent 15px, rgba(0, 45, 100, 1) 0);
    color: #fff;
    border: 0;
    padding: 8px 15px;
    position: relative;
    z-index: 2
}
ul#group li.G_center strong {
	position:relative;
    background-color: #316293;
    color: #fff;
    width: 30%;
    max-width: 100%;
}
ul#group li.G_center strong {
    background-color: #316293;
    color: #fff;
    width: 30%;
    max-width: 100%;
}
ul#group li.G_center strong.chif {
	position:relative;
}
ul#group li.G_center strong.academic{
	position:absolute;
	right:5px;
    background-color: #0099cc;
	border-color:#78dcf0;
	padding: 6px;
	font-size:95%;		
}
ul#group li.G_center strong.academic:before{
	/*background: url(../images/about-org-arrow.svg) no-repeat 50%;
	position:absolute;
    content: '';	
	display:block;
	width:20px;
	height:20px;
	top:20px;
	left:-30px;*/
	position:absolute;
    content: '';	
	display:block;
	width:40px;
	height:1px;
    left:-40px;
    top: 50%;
    border-top: rgba(0, 45, 100, 1) 1px solid;	
}
ul#group li.G_center span.G_space{
	padding:20px;
}
ul#group li.G_center span.G_space:before {
    display: block;
    content: '';
    width:50px;
    position: absolute;
    left: 50%;
    top: 50%;
    height: 1px;
    border-top: rgba(0, 45, 100, 1) 1px solid;
	margin-left:-25px;
}
ul#group li.G_center {text-align: center;}
ul#group li.G_right {text-align: right;}
ul#group li.G_left {text-align: left;}
ul#group li.G_left strong,
ul#group li.G_right strong {
    max-width: calc(50% - 10px);
    font-size: 95%;
}
ul#group li:before {
    display: block;
    content: '';
    width: 1px;
    position: absolute;
    left: 49.9%;
    top: 0;
    height: calc(100% + 30px);
    border-left: rgba(0, 45, 100, 1) 1px solid;
}
ul#group li.G_right:after,
ul#group li.G_left:after {
    display: block;
    content: '';
    height: 1px;
    position: absolute;
    border-top: rgba(0, 45, 100, 1) 1px solid;
    width: calc(50% - 10px);
    right: 10px;
    top: 50%;
}
ul#group li.G_left:after {
    right: auto;
    left: 10px;
}
@media screen and (max-width: 1199px) {
	ul#group li.G_center strong.academic{
		left:50%;
		margin-left:21%;	
		width: 170px;
		min-width: 170px;
		padding: 7px;
		font-size:85%;				
	}
}
@media screen and (max-width: 990px) {	
	ul#group li.G_center strong.chif {width: 150px; min-width:150px;}
	ul#group li.G_center strong.academic{margin-left:114px;}	
}
@media screen and (max-width: 768px) {
	ul#group li strong {
   		padding: 15px 10px;
		width: calc((100% - 40px) / 2);
		min-width:110px;
	}		
}
@media screen and (max-width: 680px) {
	ul#group li strong {padding: 10px;}	
	ul#group li.G_center strong.chif,
	ul#group li.G_center strong.academic {width: 105px; min-width: 105px; height:78px;}
	ul#group li.G_center strong.chif{line-height:58px;}
	ul#group li.G_center strong.academic{margin-left:80px;}
	ul#group li.G_center strong.academic:before{left:-30px; top:38px; width:30px;}
	ul#group li.G_center span.G_space{padding:10px;}				
}
@media screen and (max-width: 460px) {
	ul#group li strong {font-size: 90%; padding: 10px 5px;}
	ul#group li.G_center strong.chif,
	ul#group li.G_center strong.academic {width: 80px; min-width: 80px; height:75px;}
	ul#group li.G_center strong.chif{line-height:55px;}	
	ul#group li.G_center strong.academic{margin-left:60px; font-size:75%;}
	ul#group li.G_center strong.academic:before{left:-21px;width:20px;}					
}


/*LV2*/
ul#group li.G_group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
ul#group li.G_group:before {
    border: 0;
}
ul#group li.G_group {
    padding-top: 12px;
}
ul#group li.G_group.dia:before {
	width:66.66%;
    border-top: 1px solid rgba(0, 45, 100, 1);
	margin-left:-33.33%;
}
ul#group li.G_group dl {
    float: left;
    width: calc(33.33% - 10px);
    margin: 5px 5px 0 5px;
    text-align: center;	
    line-height: 1.2;	
}
ul#group li.G_group dl dt {
    position: relative;		
    font-size: 105%;
    margin-bottom: 15px;
    color: #fff;
    background-color: #036;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;	
}
ul#group li.G_group dl dt:before {
    position: absolute;	
    display: block;
    content: '';
    width: 1px;
    left: 50%;
    top: -17px;
    height: 17px;
    border-left: rgba(0, 45, 100, 1) 1px solid;
}
ul#group li.G_group dl dt:after {
    position: absolute;	
    display: block;
    content: '';
    width: 1px;
    left: 50%;
    top: 42px;
    height: 16px;
    border-left: rgba(0, 45, 100, 1) 1px solid;
}
ul#group li.G_group dd {
    margin-bottom: 8px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 45, 100, 1);
    word-break: normal;
    color: rgba(0, 45, 100, 1);
}
ul#group li.G_group dl:nth-child(1) dt {background-color: #7f5f2f;}
ul#group li.G_group dl:nth-child(1) dd {background-color: #f9ead4;}
ul#group li.G_group dl:nth-child(2) dt {background-color: #4b7a2c;}
ul#group li.G_group dl:nth-child(2) dd {background-color: #d3f7bc;}
ul#group li.G_group dl:nth-child(3) dt {background-color: #395b84;}
ul#group li.G_group dl:nth-child(3) dd {background-color: #d0e4f7;}
ul#group li.G_group dl dd a:hover,
ul#group li.G_group dl dd a:focus {
    background-color: #fff !important;
    box-shadow: 0 0 10px #6CC !important;
}
ul#group li.G_group dl dt .plus {
    display: none;
}
@media screen and (max-width: 700px) {
	ul#group li.G_group dl dt { font-size: 95%; height:65px;}	
	ul#group li.G_group dl dd { font-size: 90%;}	
	ul#group li.G_group dl dt:after {top: 65px;}		
}
@media screen and (max-width: 460px) {
	ul#group li.G_group dl {width: calc(33.33% - 4px); margin: 5px 2px 0 2px;}	
	ul#group li.G_group dl dt { font-size: 80%;}	
	ul#group li.G_group dl dd { font-size: 75%; font-weight:normal;}	
}
@media screen and (max-width: 380px) {
	ul#group li.G_group dl dt { font-size: 65%;}
	ul#group li.G_group dl dd { font-size: 65%;  padding: 8px 2px;}			
}

/** #courseBox  **/
#courseBox {
	margin:0 auto;
}
#courseBox dl {
	position:relative;
	width:100%;
	height:auto;
}
#courseBox dl dt {
	width:100%;
	background:#313131;
}
#courseBox dl dt a {
	display:inline-block;
	color:#FFF;
	font-weight:bold;
	font-size:1.2em;
	text-align:center;
	padding:10px 15px;
	box-sizing:border-box;
	height:80px;			
}
#courseBox dl dt a:hover,
#courseBox dl dt a:focus {
	background:#3399cc;
}
#courseBox dl dt.saTab,
#courseBox dl dt.saTabOn {
	position:absolute;
	top:0;
	text-align:center;
	border-right:1px solid #FFF;
	box-sizing:border-box;	
}
#courseBox dl dt.saTabOn {
	z-index:1;
}
#courseBox dl dt.tab01.saTab,
#courseBox dl dt.tab01.saTabOn {left:0; width:50%;}
#courseBox dl dt.tab02.saTab,
#courseBox dl dt.tab02.saTabOn {left:50%; width:50%;}
#courseBox dl dt.saTab a {
	display:block;
	width:100%;
}
#courseBox dl dt.saTabOn a {
	position:relative;
	display:block;
	width:100%;
	background:#966e3c;
	cursor:text;
}
#courseBox dl dt.saTabOn a:before {  
	content:'';
	display:block;
	position:absolute;
	bottom:-10px;
	left:50%;
	width:0;
	height:0;
	border-style:solid;
	border-width:10px 10px 0 10px;
	border-color:#966e3c transparent transparent transparent;
	margin-left:-11px;
}
#courseBox dl dd {
	position:relative;	
	float:left;
	width:100%;
}
#courseBox dl dd.mTop {	
	margin-top:80px;
}
@media screen and (max-width: 768px) {
	#courseBox dl dt a {font-size:1.05em; padding:10px;}	
}
@media screen and (max-width: 640px) {
	#courseBox dl dt a {font-size:0.95em;}	
}
@media screen and (max-width: 575px) {
	#courseBox dl dt a {line-height:1.45; height:90px; padding:10px 15px;}	
	#courseBox dl dd.mTop {	margin-top:100px;}	
}
@media screen and (max-width: 440px) {
	#courseBox dl dt a {font-size:0.9em;  padding:10px 5px;}		
}


/* ----- adminList ----- */
.adminList{
	width:100%;
}
.adminList dl{
	display:flex;
	flex-direction:row;	
	width:100%;
	box-sizing:border-box;
	position:relative;
	border-bottom:1px dashed #ccc;
	padding:25px 0 20px 100px;
}
/*
.adminList dl:last-child{
	border-bottom:none;
}*/
.adminList dl dt{
	width:35%;
	color:#96641e;
	font-weight:bold;
	font-size:2.5em;
	/*font-family:"微軟雅黑", "Microsoft YaHei", "LiHei Pro Medium";*/
	margin-bottom:10px;
}		
.adminList dl dd{
	width:30%;
	color:#000;
	font-size:2em;
    line-height: 200%;
}
.adminList dl::before{
	content:"";
	width:80px;
	height:80px;
	display:block;
	background-color:#cdb78b;
	border-radius:40px;
	background-image: url(../icon-honorsList-hover.svg);
	background-repeat:no-repeat;	
	position:absolute;
	left:0;
	top:0;
	margin-top:18px;
}
.adminList dl.ico1::before{background-position:0 50%;}
.adminList dl.ico2::before{background-position:-80px 50%;}
.adminList dl.ico3::before{background-position:-160px 50%;}
.adminList dl.ico4::before{background-position:-240px 50%;}
.adminList dl.ico5::before{background-position:-320px 50%;}
@media screen and (max-width: 480px) {
}



/* ----- rkTable ----- */
.rkTabBox{
    float: left;
	width: 100%;
	margin-top:30px;	
}
/** rkTabBox head **/
.rkTabBox-Hd{
	width:100%;
	padding: 20px 0;
	box-sizing:border-box;
	border-top: 2px solid #666;
	border-bottom: 2px solid #666;
	display: table;
}
.rkTabBox-Hd dt,
.rkTabBox-Hd dd{
	display: table-cell;
	text-align: center;
	color:#000;
	font-size: 2em;
	font-weight:bold;	
}
/** rkTabBox list **/
.rkTabBox-Bd{
	width:100%;
	list-style:none;
}
.rkTabBox-Bd li{
	float:left;
	width:100%;	
	padding: 15px 0;
	box-sizing:border-box;
	border-bottom: 1px dashed #666;
}
.rkTabBox-Bd li a{
	text-decoration: none;
}
.rkTabBox-Bd li a:hover,
.rkTabBox-Bd li a:focus,
.rkTabBox-Bd li:hover{
	background:#faf5ef;
}
.rkTabBox-Bd dl{
	float:left;
	width:100%;
	display:table;
}
.rkTabBox-Bd dt,
.rkTabBox-Bd dd{
	display:table-cell;
	line-height:35px;
}
.rkTabBox-Bd dt{
	position:relative;
	/*font-family:"微軟雅黑", "Microsoft YaHei", "LiHei Pro Medium";*/		
	font-size: 2em;	
	color: #966e3c;
	font-weight: bold;
	text-align:center;
}
/*
.rkTabBox-Bd dt span{
	width:50px;
	height:50px;
	display:inline-block;
	background-color:#cdb78b;
	border-radius:40px;
	background-image: url(../images/icon-tel.svg);
	background-repeat:no-repeat;
	margin-right:10px;
}

.rkTabBox-Bd dt::before{
	content:"";
	width:40px;
	height:40px;
	display:block;
	background-color:#cdb78b;
	border-radius:40px;
	background-image: url(../images/icon-tel.svg);
	background-repeat:no-repeat;	
	position:absolute;
	left:50px;
	top:0;
}
*/
.rkTabBox-Bd dd{
	font-size: 1.6em;
	color: #333;
	text-align:center;	
}
.rkTabBox-Bd a:hover dd,
.rkTabBox-Bd a:focus dd{
	color: #b62824;	
}
.rkTabBox-Bd dd img {
	max-width:120px;
	-webkit-transition: 0.4s;
	   -moz-transition: 0.4s;    
		 -o-transition: 0.4s;
			transition: 0.4s;
}
.rkTabBox-Bd a:hover dd img,
.rkTabBox-Bd a:focus dd img {
    -webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);    
            transform: scale(1.1);
}
.rkTabBox-Hd dt, .rkTabBox-Bd dt{width:30%;}
.rkTabBox-Hd dd, .rkTabBox-Bd dd{width:35%;}
@media screen and (max-width:680px){
}


/* ----- docuList ----- */
.docuList {
	width: 100%;
	margin:20px auto;
	clear:both;
	display:block;
}
.docuList ul {
	list-style:none;
 	padding:0;
	display: flex;
	flex-wrap: wrap;
	margin:0 -10px;
}
.docuList ul li {
	width: 100%;
	padding:10px;
	box-sizing:border-box;
}
.docuList > ul > li > a{	
	padding: 20px 10px;
	box-sizing:border-box;
	border: 1px solid #dddddd;	
	display:block;
	position:relative;	
}
.docuList > ul > li > a:before{
	position:absolute;
	content:"";  	
	width:0px;
	height:0px;
	border: 20px transparent solid;
	border-top-color: #ccc;	
	border-right-color: #ccc;  
	top:0;
	right:0;
}
.docuList > ul > li > a:after{
	position:absolute;
	content:"";  	
	width:0px;
	height:0px;
	border: 21px transparent solid;
	border-top-color: #fff;	
	border-right-color: #fff;   
	top:-2px;
	right:-1px; 
}
.docuList > ul > li > a:hover,
.docuList > ul > li > a:focus{background-color:#faf0e6;}
.docuList .icon{
	width:100%;
	display:block;
	margin-bottom:10px;
}
.docuList .icon::before{
	content:"";
	width:70px;
	height:70px;
	display:block;
	background-image:url(../images/icon-download.svg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:contain;
	background-color:#3399cc;
	border-radius:50px;
	margin: 0 auto;
}
.docuList a:hover .icon::before,
.docuList a:focus .icon::before{
	background-color:#b62824;
}
.docuList dl{
	width:100%;
	text-align:center;
	box-sizing:border-box;
	padding:0 20px;
}
.docuList dl dt{
	/*font-family:微軟雅黑, "Microsoft YaHei";*/	
	font-size:2.3em;
	font-weight:bold;
	line-height:1.5;	
	color:#000;
}
.docuList a:hover dl dt,
.docuList a:focus dl dt{	
	color: #b62824;
}
.docuList dl dd{
	font-size:1.5em;
	line-height:1.5;
	font-weight:bold;	
	color: #966e3c;
}
@media screen and (min-width: 481px) {
	.docuList ul li{ width:50%;}
}
@media screen and (min-width: 768px) {
	.docuList ul li{ width:33.3333%;}
}


/* ----- staffList ----- */
.staffList {
	float:left;
	width:100%;
	margin:10px 0;
}
.staffList ul {
	float:left;
	width:100%;
	list-style:none;
	
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
	 
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	border-top:1px dashed #ccc;			
}
.staffList ul li {
	float:left;
	width:50%;
	border-bottom:1px dashed #ccc;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
	padding:15px;
	box-sizing:border-box;	
}
.staffList ul li:hover{
	background-color:#faf0ef;
}
.staffList dl {
	float:left;	
	width:100%;
	line-height:1.5;	
}
.staffList dl dt {
	width:100%;
    font-size: 2.3em;
	font-weight:bold;
	margin-bottom:5px;	
}
.staffList dl dd  {
	position:relative;
	width:100%;
    font-size: 1.7em;		
}
.staffList dl dd.i-con{
	padding-left:25px;
}
.staffList dl dd:before{
	content:"";
	display:block;
	position:absolute;
	top:-5px;
	left:0;
	width:36px;
	height:36px;
	background-size:100% auto;
	-webkit-transition:all 0.3s ease;
	   -moz-transition:all 0.3s ease;
	     -o-transition:all 0.3s ease;
	        transition:all 0.3s ease;			
}
.staffList dl dd.ico-man:before {background: url(../images/ico-man.svg) no-repeat 0 50%;}
.staffList dl dd.ico-tel:before {background: url(../images/icon-phone.svg) no-repeat 0 50%;}
.staffList dl dd.ico-mail:before{background: url(../images/icon-mail.svg) no-repeat 0 50%;}
.staffList dl dd i:before{
    content:"@";
	font-style:normal;		
}
@media screen and (max-width: 768px) {
	.staffList ul li {width:100%;}
}

	
/** 交通資訊 **/
.trafficInfo {
	width:100%;
	margin-top:15px;
}
.trafficInfo dl {
	width:100%;	
	padding:0 0 15px 70px;
	box-sizing:border-box;
	/*margin-bottom:15px;
	border-bottom: 1px dashed #ebcf99;	*/	
}
.trafficInfo dl.ico1 {background: url(../images/tf-icon1.svg) no-repeat;}
.trafficInfo dl.ico2 {background: url(../images/tf-icon2.svg) no-repeat;}
.trafficInfo dl.ico3 {background: url(../images/tf-icon3.svg) no-repeat;}
.trafficInfo dt {
	font-size: 1.2em;
	font-weight: bold;
	color: #966e3c;
	line-height:1.5;
}
.trafficInfo dd {
	color:#000;
	text-align:justify;
}
/*sitemap*/
.sitemapInfo {
	width: 100%;
	color: #333;
	font-size: 1.7em;
	line-height: 170%;
	margin-top:30px;
}
.sitemapInfo .color-text{
	color:#966e3c;
}
.sitemapInfo p {
	margin-bottom: 1em;
}
.sitemapInfo ul {
	list-style: none;
	margin: 10px 0;
	padding: 0px;
}
.sitemapInfo ul li {
	margin: 10px 0 10px 1.5em;
}
.sitemapList {
	width: 100%;
	margin: 40px auto 0 auto;
}
	.sitemapList > ul {
		list-style: none;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		letter-spacing: -9px;
		margin: -15px -10px;
	}
	.sitemapList > ul > li {
		display: inline-block;
		width: 50%;
		letter-spacing: 0;
		padding: 15px 10px;
		box-sizing: border-box;
	}
	.sitemapList > ul > li > a {
		display: block;
		color: #fff;
		font-size: 2.1em;
		font-weight: bold;
		line-height: 135%;
		padding: 10px;
		box-sizing: border-box;
		background-color:#005290;
	}
	
	.sitemapList > ul > li > a:hover,
	.sitemapList > ul > li > a:focus {
		background-color:#966e3c;
	}
	
	.sitemapList > ul > li > ul {
		list-style: none;
	}
	.sitemapList > ul > li > ul > li > a {
		position: relative;
		display: block;
		color: #000;
		font-size: 1.9em;
		line-height: 135%;
		padding: 10px;
		padding-left: 45px;
		box-sizing: border-box;
		border-bottom: 1px solid #ddd;
	}
	.sitemapList > ul > li > ul > li > a span {
		position: absolute;
		left: 10px;
		top: 10px;
		font-size: 1rem;
	}
	.sitemapList > ul > li > ul > li > a:hover,
	.sitemapList > ul > li > ul > li > a:focus {
		background-color: #f3f3f3;
		color:#b62824;
	}

@media screen and (max-width:480px) {
	.sitemapList > ul > li {width: 100%;}
}

@media screen and (min-width:991px) {
	.sitemapList > ul > li {width: 33.3%;}
}

/** searchBox **/
.searchBox {
	width:100%;
	text-align:center;
	padding:28px 30px;	
	box-sizing:border-box;
	margin:40px auto 0;
	background:#eeeeee;
}
.searchBox .box {
	width:100%;
	margin:0;
	vertical-align:top;
	border:none;
	box-sizing:border-box;
	background:#FFF;
	flex-wrap: wrap;
	display: flex;
	border-radius:0;
	overflow:hidden;
}
.searchBox .search-txt {
	display:inline-block;
	width:calc(100% - 50px);
	height:50px;
	color:#333;
	font-family:Arial, Avenir Black;
	font-size:1.6em;
	line-height:60px;
	letter-spacing:0;
	padding:0 20px;
	background:#FFF;
	border:none;
	border:none;
	box-sizing:border-box;
	vertical-align:top;
	border-radius:0;
}
.searchBox .search-txt:focus {
    color:#FF6A00;
}
.searchBox .search-btn {
	display:inline-block;
	width:50px;
	height:50px;
	text-align:center;
	letter-spacing:0;
	border-radius:0;
	padding:0;
	margin:0;
	border:none;
	cursor:pointer;
	background:#005290;
	transition:all 0.5s ease;
}
.searchBox .search-btn span {
	font-size:0;
}
.searchBox .search-btn span em {
	position:relative;
	display:inline-block;
	width:20px;
	height:20px;
	margin:4px 0 0 0;
	vertical-align:top;
	-webkit-backface-visibility:hidden;
			backface-visibility:hidden;
}
.searchBox .search-btn span em::before {
	position:absolute;
	display:block;
	content:'';
	left:0;
	top:0;
	height:16px;
	width:16px;
	border:2px solid #fff;
	box-sizing:border-box;
    -webkit-border-radius:100px;
       -moz-border-radius:100px;
            border-radius:100px;
}
.searchBox .search-btn span em::after {
	position:absolute;
	display:block;
	content:'';
	left:12px;
	top:15px;
	width:8px;
	height:2px;	
	background:#fff;
	-webkit-transform:rotate(45deg);
		-ms-transform:rotate(45deg);
			transform:rotate(45deg);
}
.searchBox .search-btn:hover,
.searchBox .search-btn:focus {
	background:#333;
}
.searchBox .search-btn:hover span em::before,
.searchBox .search-btn:focus span em::before {
	border-color:#FFF;
}
.searchBox .search-btn:hover span em::after,
.searchBox .search-btn:focus span em::after {
	background:#FFF;
}
.searchShow {
	width:100%;
	text-align:center;
	margin:30px auto 0 auto;
}
/**/
.comingSoon {
    width: 100%;
    float: left;
    padding: 80px 0;
    font-size:12vmin;
    font-family: Arial, "微軟正黑體", Helvetica, sans-serif;
    line-height: 1.5;
    color: #ddd;
    text-align: center;
    margin: 0;
}
@media screen and (min-width: 991px) {
	.comingSoon {font-size:5em;}
}


/* pic_two_columns */
ul.pic_two_columns {
	list-style-type:none;
	padding:20px 0;	
}
ul.pic_two_columns > li:before{ display:none !important;}
ul.pic_two_columns > li {
	display:inline-block;
	width: 50%;
	box-sizing:border-box;
	vertical-align:top;
	padding:0 8px !important;
	border-top:none !important;		
}
ul.pic_two_columns > li:before{
	display:none;
}
ul.pic_two_columns > li img {
	width: 100%;
	height:auto;
	border:solid 1px #ddd;	
}
 ul.pic_two_columns > li.mugShot img {
	width: 125px;	
}
ul.pic_two_columns > li figcaption {
	margin-top:3px;
	font-size:0.9em;
	font-weight:bold;
}
ul.pic_two_columns > li figcaption span {
	display:block;
	font-weight:normal;
	margin-left: 1em;
}
@media screen and (max-width: 420px) {
	ul.pic_two_columns > li {width: 100%; margin:10px 0;}		
	ul.pic_two_columns > li img {width: 100%;}	
}

@media print {
	#comMain {
		display:none!important;
	}
	#comPage {
		margin:0!important;
	}
	#comPage .comPage-bg,
	#comPage .comPage-pic2,
	#pageTitle,
	#comCenter .pageLeft,
	.scoreBox,
	#pageBack,
	#page .total {
		display:none!important;
	}
	#comCenter .comBg {
		margin:0!important;
	}
	#breadcrumbs,
	#breadcrumbs dl {
		margin:0!important;
	}
	#article-box {
		padding:20px 0 0 0!important;
	}
	#gallery ul li {
		width:33.33%;
	}
}