@charset "utf-8";

/** comPage **/
#comPage {
	position:relative;
	width:100%;
	padding:40px 0;
	margin:0 auto;
}
#comPage.mapbg:before {
	position:absolute;
	content:'';
	display:block;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#456F92 url(../images/satellite_bg.jpg) 50% 50% no-repeat;
	background-size:cover;
    background-attachment:fixed;
	z-index:-2;
}
#comPage.mapbg:after {
	position:absolute;
	content:'';
	display:block;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.3);
	z-index:-1;
}
#comPage .acKey {
	position:absolute;
	top:90px;
	z-index:1;
}
#comPage .acKey:hover,
#comPage .acKey:focus {
    color:#FFF;
}
@media screen and (min-width:991px) {
	#comPage {
		padding:60px 0;
	}
}

/*----- breadcrumbs -----*/
.breadcrumbs{
	width:100%;
	height:auto;
	text-align:left;
	margin-bottom:20px;
	padding-top:0;
}
.breadcrumbs .breadcrumbs-box{
	width:100%;
	margin:0 auto;
	box-sizing:border-box;
	max-width:1440px;
	padding:0 15px;
}
.breadcrumbs ol{
	display:inline-block;
	list-style:none;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:flex-end;
}
.breadcrumbs ol li{
	font-size:1.5em;
	line-height:1em;
	margin-right:0em;
	margin-bottom:8px;
	color:#9a8164;
}
.breadcrumbs ol li a {
	color:#FFF;
}
.breadcrumbs ol li a:hover,
.breadcrumbs ol li a:focus,
.breadcrumbs ol li a:active {
	color:#FFFF99;
}
.breadcrumbs ol li:last-of-type a,
.breadcrumbs ol li:last-of-type {
	color:#99FFFD;
}
.breadcrumbs ol li:nth-child(1) a {
	position:relative;
	padding-left:20px;
}
.breadcrumbs ol li:nth-child(1) a::before {
	content:"";
	display:block;
	position:absolute;
	left:0;
	top:5px;
	width:12px;
	height:12px;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:cover;
	background-color:#FFF;
	-webkit-mask-image:url(../images/breadcrumbs-home.svg);
			mask-image:url(../images/breadcrumbs-home.svg);
}
.breadcrumbs ol li a:hover::before,
.breadcrumbs ol li a:focus::before,
.breadcrumbs ol li a:active::before {
	background-color:#FFFF99;
}
.breadcrumbs ol li + li::before{
	content:"";
	display:inline-block;
	width:8px;
	height:8px;
	border-top:1px solid #999;
	border-right:1px solid #999;
	vertical-align:bottom;
	margin:0 15px 4px;
	transform:rotate(45deg);
}


/** pageTop **/
.pageTop {
	position:relative;
	display:flex;
	width:100%;
    flex-direction:row;
	flex-wrap:wrap;
    justify-content:space-between;
    align-items:center;
    align-content:center;
	padding-right:60px;
	box-sizing:border-box;
	margin-bottom:30px;
}
.pageTop h2 {
	color:#FFF;
	font-size:3.9em;
	font-weight:bold;
}
.closeBtn a {
	position:absolute;
	top:50%;
	right:0;
	display:block;
	width:50px;
	height:50px;
	font-size:0;
	margin-top:-25px;
	background:none;
	border:1px solid #FFF;
	-webkit-transition:0.4s ease-out 0.2s both;
	   -moz-transition:0.4s ease-out 0.2s both;
		 -o-transition:0.4s ease-out 0.2s both;
			transition:0.4s ease-out 0.2s both;
	-webkit-animation:0.4s ease-out 0.2s both;
			animation:0.4s ease-out 0.2s both;
	-webkit-animation-name:inherit;
			animation-name:inherit;
}
.closeBtn a:hover,
.closeBtn a:focus,
.closeBtn a:focus {
	background:#FFF;
}
.closeBtn a span {
	position:relative;
	display:block;
	width:100%;
	height:100%;	
}
.closeBtn a span:before {
	position:absolute;
	content:"";
    display:block; 
    top:50%;
    left:50%;
    width:12px;
    height:12px;
	margin:-11px 0 0 -8px;
	border-left:2px solid #FFF;
    border-top:2px solid #FFF;
    -webkit-transform:rotate(-45deg);
        -ms-transform:rotate(-45deg);
            transform:rotate(-45deg);
    z-index:2;
	box-sizing:border-box;
	-webkit-transition:all 0s ease;
	   -moz-transition:all 0s ease;
	     -o-transition:all 0s ease;
	        transition:all 0s ease;
}
.closeBtn a span:after {
    content:"";
    display:block;
    position:absolute;
    top:50%;
    left:50%;
    width:20px;
    height:16px;
    margin:-6px 0 0 -8px;
    border:2px solid #FFF;
    border-left:none;
    box-sizing:border-box;
    -webkit-border-radius:0 50px 50px 0;
    -moz-border-radius:0 50px 50px 0;
    border-radius:0 50px 50px 0;
    z-index:2;
	-webkit-transition:all 0s ease;
	   -moz-transition:all 0s ease;
	     -o-transition:all 0s ease;
	        transition:all 0s ease;
}
.closeBtn a:hover span::after,
.closeBtn a:focus span::after,
.closeBtn a:hover span::before,
.closeBtn a:focus span::before {
	border-color:#000;
}


/** pageBox **/
#pageBox {
	width:100%;
	box-sizing:border-box;
	border:12px solid #f3eadf;
	margin:20px auto 0 auto;
	overflow:hidden;
	border-radius:0;
}


/** eventList **/
#eventList {
	width:100%;
	margin:0 auto;
	background:#b09059;
	border-radius:0;
}
#eventList ul {
	list-style:none;
	letter-spacing:-9px;
}
#eventList ul.tot1 {
	display:none;
}
#eventList ul li {
	position:relative;
	display:inline-block;
	width:100%;
	vertical-align:middle;
	text-align:center;
	background:#b09059;
}
#eventList ul.tot2 li {	width:50%; }
#eventList ul.tot3 li {	width:33.33333%; }
#eventList ul.tot4 li {	width:25%; }
#eventList ul.tot5 li {	width:20%; }
#eventList ul.tot6 li {	width:16.66666%; }
#eventList ul.tot7 li {	width:14.28571%; }
#eventList ul.tot8 li {	width:12.5%; }
#eventList ul.tot9 li {	width:11.11111%; }
#eventList ul.tot10 li { width:10%; }
#eventList ul.tot11 li { width:9.0909%; }
#eventList ul.tot12 li { width:8.3333%; }
#eventList ul.tot13 li { width:7.6923%; }
#eventList ul li a {
	display:flex;
    width:100%;
	height:65px;
	color:#FFF;
	font-size:1.7em;
	font-weight:bold;
	line-height:130%;
	letter-spacing:0;
	padding:10px 5px;
	box-sizing:border-box;
	flex-direction:column;
    justify-content:center;
    align-items:center;
}
#eventList ul li a span {
	width:100%;   
}
#eventList ul li a:hover,
#eventList ul li a:focus {
	background:#FF4000;
}
#eventList ul li:before {
	content:"";
	display:block;
	position:absolute;
	top:0;
	right:0;
	width:1px;
	height:100%;
	background:#FFF;
}
#eventList ul li:last-child:before {
	display:none;
}
#eventList ul li.unit-now a {
	position:relative;
	color:#926b38;
	background:#FFF;
}
#eventList ul li.unit-now a:focus {
	color:#FF4000;
}
#eventList ul li.unit-now a:before {
	content:"";
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:calc(100% - 1px);
	height:7px;
	background:#926b38;
}
#eventList ul li.unit-now a:focus:before {
	background:#FF4000;
}
@media screen and (max-width:680px) {
	#eventList ul li a {
		height:87px;
	}
}
@media screen and (max-width:500px) {
	#eventList ul li a {
		height:83px;
		font-size:1.5em;
		padding:5px;
	}
}
@media screen and (max-width:460px) {
	#eventList ul.tot8 li a,
	#eventList ul.tot9 li a,
	#eventList ul.tot10 li a {
		height:132px;
	}
}
@media screen and (min-width:991px) {
	#eventList ul li a {
		font-size:1.9em;
		height:80px;
	}
}
@media screen and (min-width:1150px) {
	#eventList ul li a {
		font-size:2.1em;
		height:90px;
	}
}


/** comingSoon **/
.comingSoon {
	width:100%;
    max-width:540px;
    min-height:360px;
    text-align:right;
    padding:100px 60px 0 0;
    box-sizing:border-box;
    background:#FFF url(../images/comingsoon.svg) no-repeat 0 0;
    background-size:auto 100%;
    margin:0 auto;
}
.comingSoon h3 {
	color:#43382C;
	font-size:2.6rem;
	font-weight:bold;
	line-height:135%;
}
.comingSoon p {
	color:#926b38;
	font-size:1.56rem;
	font-weight:bold;
	line-height:135%;
	margin:0 !important;
}
@media screen and (max-width:660px) {
	.comingSoon {
		min-height:inherit;
		text-align:center;
		padding:6% 0 42% 0;
		background-position:0 bottom;
		background-size:100% auto;
	}
	.comingSoon h3 {
		font-size:2.5rem;
	}
	.comingSoon p {
		font-size:1.35rem;
	}
}


/** eventBox **/
#eventBox {
	width:100%;
	padding:30px;
	box-sizing:border-box;
	background:#FFF;
	margin:0 auto;
}
#eventBox .sm-h3 {
	font-family:"PingFang TC Semibold", "微软雅黑", "Microsoft YaHei";
	display:block;
	color:#43382C;
	font-size:2.9em;
	font-weight:bold;
	line-height:135%;
	background:url(../images/sm-h3-heat-ico.png) left top no-repeat;
	border-bottom:1px #D3BD9A dashed;
	padding:0 0 20px 38px;
	margin-bottom:30px;
}
.heatTit{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:space-between;
	border-bottom:1px #D3BD9A dashed;
	padding:0 0 20px;
	margin-bottom:30px;
}
.heatTit h3{
	color:#43382C;
	font-size:2.9em;
	font-weight:bold;
	line-height:135%;
	display:flex;
	align-items:center;
}
#eventBox .heatTit .sm-h3{
	padding-bottom:0;
	margin-bottom:0;
	border-bottom:none;
}
@media screen and (max-width:560px) {
	#eventBox {
		padding:20px;
	}
}
@media screen and (min-width:1200px) {
	#eventBox {
		padding:50px;
	}
}


/* ----- pageWord ----- */
.pageWord {
	width:100%;
	font-size:1.7em;
	line-height:175%;
	text-align:justify;
}
.pageWord .stit {
	position:relative;
	color:#926b38;
	font-size:1.5rem;
	font-weight:bold;
	padding-left:30px;
	margin-top:30px;
}
.pageWord .stit:before {
    content:"";
    display:block;
    position:absolute;
    left:0;
	top:4px;
    width:25px;
    height:25px;
    z-index:1;
	background:#926b38;
	-webkit-border-radius:100px;
	   -moz-border-radius:100px;
			border-radius:100px;
}
.pageWord .stit:after {
    content:"";
    display:block;
    position:absolute;
    left:8px;
	top:14px;
    width:0;
	height:0;
	border-style:solid;
	border-width:7px 5px 0 5px;
	border-color:#FFFFFF transparent transparent transparent;
	z-index:2;
}
.pageWord p {
	margin:10px 0;
}
.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 li ol,
.pageWord li ul {
	margin:10px 0;
	margin-left:2em;
}
.pageWord li ol li,
.pageWord li ul li {
	margin:10px 0;
}


/** gallery **/
#gallery {
	position:relative;
    width:100%;
    box-sizing:border-box;
    margin:30px auto 0 auto;
}
.focusTheme + #gallery { margin-top:50px;}
#gallery .keybtn {
	position:absolute;
	right:0;
	top:-7px;
	display:block;
	color:#FFF;
	font-family:"微軟正黑體", Microsoft JhengHei;
	font-size:1.7em;
    font-weight:400;
    text-align:center;
    white-space:nowrap;
    vertical-align:middle;
    user-select:none;
    padding:0.5rem 1rem;
    border:none;
    background-color:#648000;
	border-radius:50px;
	cursor:pointer;
    -webkit-user-select:none;
	   -moz-user-select:none;
		-ms-user-select:none;
}
.focusTheme + #gallery .keybtn { top:1px;}
#gallery .keybtn.on {
    background-color:#df3600;
}
#gallery .keybtn span {
	position:relative;
	padding-left:17px;
}
#gallery .keybtn span:before {
	content:"";
	position:absolute;
	display:block;
	width:12px;
	height:2px;
	top:10px;
	left:0;
	background-color:#FFF;
	-webkit-transition:all 0.3s ease;
	   -moz-transition:all 0.3s ease;
	     -o-transition:all 0.3s ease;
	        transition:all 0.3s ease;
}
#gallery .keybtn span:after {
	content:"";
	position:absolute;
	display:block;
	width:2px;
	height:12px;
	top:5px;
	left:5px;
	background-color:#FFF;
	-webkit-transition:all 0.3s ease;
	   -moz-transition:all 0.3s ease;
	     -o-transition:all 0.3s ease;
	        transition:all 0.3s ease;
}
#gallery .keybtn.on span:before {
	-webkit-transform:rotate(225deg);
	   -moz-transform:rotate(225deg);
        -ms-transform:rotate(225deg);
         -o-transform:rotate(225deg);
            transform:rotate(225deg);
}
#gallery .keybtn.on span:after {
	-webkit-transform:rotate(225deg);
	   -moz-transform:rotate(225deg);
        -ms-transform:rotate(225deg);
         -o-transform:rotate(225deg);
            transform:rotate(225deg);
}
#gallery .keyinfo {
	width:100%;
	padding:20px;
	margin:20px auto;
	background:#f3eadf;
	border-radius:10px;
	box-sizing:border-box;
}
#gallery .keyinfo ul {
	letter-spacing:-9px;
	margin:-10px;
}
#gallery .keyinfo ul li {
	display:inline-block;
	width:50%;
	font-size:1.7em;
	line-height:135%;
	letter-spacing:0;
	padding:10px;
	box-sizing:border-box;
	vertical-align:top;
}
#gallery .keyinfo ul li .color-red {
	color:#da0000;
}
#gallery > p {
	color:#926b38;
    font-family:"微軟雅黑", "Microsoft YaHei", "LiHei Pro Medium";
    font-size:2.5em;
    font-weight:bold;
    margin-bottom:20px;
}
#gallery > p span {
    position:relative;	
    padding:0 0 0 35px;
}
#gallery > p span:before {
    content:"";
    display:block;
    position:absolute;
    top:50%;
    left:0;
    width:27px;
    height:27px;
    margin:-13.5px 0 0 0;
	background-position:50% 50%;
	background-repeat:no-repeat;
    background-size:100% auto;
}
#gallery > p span.icon1:before { background-image:url(../images/icon-photo.svg); }
#gallery > p span.icon2:before { background-image:url(../images/icon-table.svg); }
#gallery .photoBox {
    margin:-10px;
	 letter-spacing:-9px;
}
#gallery .photoBox a {
    display:inline-block;
    width:calc(50% - 20px);
    letter-spacing:0;
    margin:10px;
    vertical-align:top;
    box-sizing:border-box;
}
#gallery figure {
    margin:0;
}
#gallery figure .pic {
	position:relative;
	width:100%;
	height:0;
	padding-bottom:100%;
	background:#EEE;
}
#gallery figure .pic .img {
	position:absolute;
	display:flex;
	width:100%;
	height:100%;
	padding:5%;
	box-sizing:border-box;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}
#gallery a:hover figure .pic .img,
#gallery a:focus figure .pic .img {
	background:rgba(0,0,0,.5);
}
#gallery figure .pic .img img {
    max-width:100%;
    max-height:100%;
}
#gallery figure figcaption {
    font-size:1.7em;
    line-height:130%;
    font-weight:bold;
    text-align:center;
    margin-top:10px;
}
#gallery a figure figcaption{
	color:#c55400;
	transition:all 0.5s ease;
}
#gallery a:hover figure figcaption,
#gallery a:focus figure figcaption {
	color:#b62824;
}
@media screen and (max-width:420px) {
    #gallery .photoBox a {
		width:calc(100% - 20px);
	}
	#gallery .keybtn {
		position:relative;
		right:inherit;
		top:0;
		margin-bottom:20px;
	}
	#gallery .keyinfo ul li {
		width:100%;
	}
}
@media screen and (min-width:768px) {
    #gallery .photoBox a {
		width:calc(33.3333% - 20px);
	}
	#gallery .keyinfo ul li {
		width:33.3333%;
	}
}
@media screen and (min-width:1440px) {
	#gallery .keyinfo {
		padding:20px 30px;
	}
    #gallery .keyinfo ul li {
		width:25%;
	}
}


.photoviewer-maximize {
	padding:50px 0;
	box-sizing:border-box;
}
.photoviewer-inner {
	background-color:transparent;
	border-radius:0;
	backdrop-filter:unset;
	background-color:rgba(0, 0, 0, .7);
}
.photoviewer-stage {
	top:0;
	right:0;
	bottom:0;
	left:0;
	border:none;
	margin:60px 0;
	background:none;
}
.photoviewer-stage.is-grab {
	margin:0;
}
.photoviewer-footer {
	bottom:10px;
}
.photoviewer-footer .photoviewer-toolbar {
	background-color:rgba(0, 0, 0, .7);
	border-radius:5px;
}
.photoviewer-header {
	height:50px;
	pointer-events:none;
	background-color:rgba(0, 0, 0, .7);
}
.photoviewer-header .photoviewer-button {
	height:40px;
    font-size:22px;
    color:#FFF;
    border:1px solid #FFF;
	margin:5px;
}
.photoviewer-footer {
	pointer-events:none;
}
.photoviewer-title {
	display:inline-block;
	color:#FFF;
	font-size:1.5em;
	line-height:20px;
	padding:15px 10px;
	-webkit-text-shadow:0px 0px 5px rgba(0,0,0,.3);
       -moz-text-shadow:0px 0px 5px rgba(0,0,0,.3);
        -ms-text-shadow:0px 0px 5px rgba(0,0,0,.3);
            text-shadow:0px 0px 5px rgba(0,0,0,.3);
}
.photoviewer-button {
	color:#FFF;
	pointer-events:auto;
}
.photoviewer-footer .photoviewer-button:hover,
.photoviewer-footer .photoviewer-button:focus {
	color:white;
}


/** scroll-box **/
.scroll-box {
	color:#FFF;
	margin:20px 0;
}
.scroll-box th {
	width:100px;
	color:#FFF;
	text-align:center;
	border:2px #f3d5aa solid;
    background:rgba(90,69,39,1);
}
.scroll-box td {
	border:2px #f3d5aa solid;
	background:rgba(90,69,39,0.75);
}
/**/
.detailTit{
	color:#000;
	font-size:2.9em;
	font-weight:bold;
	line-height:135%;
	padding:0;
	margin-bottom:20px;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
.detailTit::before{
	content:"";
	width:40px;
	height:40px;
	display:inline-block;
	background-repeat:no-repeat;
	background-size:contain;
	margin-right:8px;
}
.detailTit.gallTit::before{
	background-image:url(../images/folder-ico1.svg);
}
.detailTit.fileTit::before{
	background-image:url(../images/folder-ico2.svg);
}
/**/
.fixMoreTop{
    width:100%;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:space-between;
    border-bottom:1px #D3BD9A dashed;
    padding:0 0 20px;
    margin-bottom:30px;
}
.moreTitle{
	color:#43382C;
    font-size:2.9em;
    font-weight:bold;
    line-height:135%;
    display:flex;
    align-items:center;
    font-family:"PingFang TC Semibold", "微软雅黑", "Microsoft YaHei";
}
/**/
.fixSearch{
	font-size:1rem;
}
.fixSearch > form{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:space-between;
	min-width:360px;
}
.formSelect{
    width:100%;
    line-height:38px;
    height:40px;
    padding:0 0 0 10px;
    font-family:"微軟正黑體",Helvetica,sans-serif;
    font-size:1em;
    vertical-align:middle;
    background:#eee url(../images/select-bg.svg) no-repeat right;
    box-sizing:border-box;
    border:1px solid #ccc;
    border-radius:0;
}
.fixSearch .formSelect{width:calc(50% - 50px);}
.fixSearch .search-btn {
	display:inline-block;
	width:80px;
	height:40px;
	text-align:center;
	letter-spacing:0;
	padding:0;
	margin:0;
	border:none;
	cursor:pointer;
	transition:all 0.5s ease;
	background:#222;
	box-sizing:border-box;
	border-radius:0;
}
.fixSearch .search-btn span {
	font-size:1.125em;
	color:#fff;
	vertical-align:middle;
}
.fixSearch .search-btn span em {
	position:relative;
	display:inline-block;
	width:20px;
	height:20px;
	margin:0 0 0 4px;
	vertical-align:top;
	-webkit-backface-visibility:hidden;
			backface-visibility:hidden;
}
.fixSearch .search-btn span em::before {
	position:absolute;
	display:block;
	content:'';
	left:0;
	top:0;
	height:14px;
	width:14px;
	border:2px solid #fff;
	box-sizing:border-box;
	border-radius:100px;
}
.fixSearch .search-btn span em::after {
	position:absolute;
	display:block;
	content:'';
	left:10px;
    top:12px;
    width:8px;
    height:2px;	
	background:#fff;
	transform:rotate(45deg);
}
.fixSearch .search-btn:hover,
.fixSearch .search-btn:focus {
	background:#667F1F;
}
.modeShow{
	display:flex;
    align-items:center;
}
.modeShow a{
	display:inline-block;
    min-width:80px;
    height:40px;
    text-align:center;
    letter-spacing:0;
    padding:0 15px;
    margin:0;
    border:none;
    cursor:pointer;
    transition:all 0.5s ease;
    background:#222;
    box-sizing:border-box;
    border-radius:0;
	display:flex;
    align-items:center;
	justify-content:center;
	color:#fff;
}
.modeShow a::before{
	content:"";
	width:20px;
	height:20px;
	display:inline-block;
	margin-right:8px;
	background-repeat:no-repeat;
	background-position:50% 50%;
}
.modeShow a:nth-of-type(1)::before{
	background-image:url(../images/modeShow1.svg);
}
.modeShow a:nth-of-type(2)::before{
	background-image:url(../images/modeShow2.svg);
}
.modeShow a + a{ margin-left:10px;}
.modeShow a.on{
	background-color:#df3600;
}
.modeShow a:hover,
.modeShow a:focus{
	background-color:#667F1F;
}
/*----- focusTheme -----*/
.focusTheme{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.focusTheme .themePic{
	width:100%;
	margin-bottom:15px;
}
.focusTheme .themePic span{
	width:100%;
	height:auto;
	padding-bottom:75%;
	display:block;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-color:#eee;
}
.focusTheme .themeDetail{
	width:100%;
	font-size:1.8em;
	line-height:160%;
}
.themeDetail > dl{
	display:flex;
	flex-wrap:wrap;
}
.themeDetail > dl dt{font-weight:bold;}
.themeDetail > dl dd{
}
@media screen and ( min-width:991px) {
	.focusTheme .themePic{width:300px; margin-bottom:0;}
	.focusTheme .themeDetail{width:calc(100% - 320px);}
}
@media screen and ( min-width:1200px) {
	.focusTheme .themePic{width:400px;}
	.focusTheme .themeDetail{
		width:calc(100% - 430px);
		font-size:2em;
		line-height:180%;
	}
}
/*----- fileBot -----*/
.fileBot{
	width:100%;
	margin:50px auto 0 auto;
	overflow:hidden;
}
.fileBot ul{
	list-style:none;
	display:flex;
	flex-wrap:wrap;
	margin:-10px;
}
.fileBot ul li{
	width:100%;
	box-sizing:border-box;
	padding:10px;
}
.fileBot .oneFile{
	height:100%;
	background-color:#d5bd9c;
	overflow:hidden;
	position:relative;
}
.fileBot .oneFile::before{
	content:"";
	width:0;
	height:100%;
	display:block;
	background-color:#d5bd9c;
	position:absolute;
	left:0;
	top:0;
	transition:all 0.4s ease-in-out;
}
.fileBot .oneFile:hover::before,
.fileBot .oneFile:focus::before {
	width:100%;
}
.fileBot .oneFile a{
	display:block;
	position:relative;
	padding:56px 0;
}
.fileBot .oneFile a::before{
	content:"";
	width:50px;
	height:50px;
	display:block;
	border-left:10px solid #fff;
	border-bottom:10px solid #fff;
	position:absolute;
	right:0;
	top:0;
	border-radius:0 0 0 8px;
}
.fileBot .oneFile a::after{
	content:"";
	width:50px;
	height:50px;
	display:block;
	background-color:#fff;
	clip-path:polygon(100% 0, 0 0, 100% 100%);
	position:absolute;
	right:-1px;
	top:-1px;
}
.fileBot .dataTx{
	color:#fff;
	font-size:1.6em;
	line-height:180%;
	box-sizing:border-box;
	padding:20px;
}
.fileBot .dataTx strong{
	font-size:1.375em;
	display:block;
	margin-bottom:5px;
}
.fileBot .fileFormat{
	font-family:Arial, sans-serif;
	text-transform:uppercase;
	font-size:8em;
	font-weight:bold;
	color:#fff;
	opacity:0.3;
	position:absolute;
	right:0;
	bottom:0;
	line-height:70%;
}
.fileBot .oneFile.pdf:hover::before,
.fileBot .oneFile.pdf:focus::before { background-color:#a40000;}
.fileBot .oneFile.odt:hover::before,
.fileBot .oneFile.odt:focus::before,
.fileBot .oneFile.doc:hover::before,
.fileBot .oneFile.doc:focus::before,
.fileBot .oneFile.docx:hover::before,
.fileBot .oneFile.docx:focus::before { background-color:#0068b7;}
.fileBot .oneFile.ods:hover::before,
.fileBot .oneFile.ods:focus::before,
.fileBot .oneFile.xls:hover::before,
.fileBot .oneFile.xls:focus::before { background-color:#8ABF1C;}
.fileBot .oneFile.odp:hover::before,
.fileBot .oneFile.odp:focus::before,
.fileBot .oneFile.ppt:hover::before,
.fileBot .oneFile.ppt:focus::before,
.fileBot .oneFile.pptx:hover::before,
.fileBot .oneFile.pptx:focus::before { background-color:#F1662D;}
.fileBot .oneFile.rar:hover::before,
.fileBot .oneFile.rar:focus::before { background-color:#67005E;}
.fileBot .oneFile.zip:hover::before,
.fileBot .oneFile.zip:focus::before { background-color:#653F01;}
.fileBot .oneFile.jpg:hover::before,
.fileBot .oneFile.jpg:focus::before { background-color:#e85ca3;}
.fileBot .oneFile.png:hover::before,
.fileBot .oneFile.png:focus::before { background-color:#c47cee;}
@media screen and ( min-width:601px) {
	.fileBot ul li{ width:50%;}
}
@media screen and ( min-width:991px) {
	.fileBot ul li{ width:33.3333%;}
	.fileBot .oneFile a{padding:70px 0;}
	.fileBot .oneFile a::before,
	.fileBot .oneFile a::after{width:70px;height:70px;}
	.fileBot .dataTx{ padding:30px 20px;}
	.fileBot .dataTx strong{font-size:1.5em;}
	.fileBot .fileFormat{font-size:10em;}
}
@media screen and ( min-width:1200px) {
	.fileBot ul li{ width:25%;}
}

/** prospectList **/
.prospectList {
    width:100%;
    box-sizing:border-box;
    margin:30px auto 0 auto;
}
.prospectList p {
    font-family:"微軟雅黑", "Microsoft YaHei", "LiHei Pro Medium";
    font-size:2.5em;
    font-weight:bold;
    margin-bottom:20px;
}
.prospectList p span.icon1 {
    position:relative;
	color:#926b38;
    padding:0 0 0 35px;
}
.prospectList p span.icon1:before {
    content:"";
    display:block;
    position:absolute;
    top:50%;
    left:0;
    width:27px;
    height:27px;
    margin:-13.5px 0 0 0;
    background:url(../images/icon-table.svg) no-repeat 50% 50%;
    background-size:100% auto;
}
.prospectList .listBox {
    margin:-10px;
	 letter-spacing:-9px;
}
.prospectList .listBox a {
    display:inline-block;
    width:calc(50% - 20px);
    letter-spacing:0;
    margin:10px;
    vertical-align:top;
    box-sizing:border-box;
	color:#000;
}
.prospectList .listBox a:hover,
.prospectList .listBox a:focus {
    color:#df3600;
}
.prospectList ul {
    list-style:none;
    letter-spacing:-5px;
    margin:-10px -10px 0 -10px;
}
.prospectList ul li {
    display:inline-block;
    width:50%;
    letter-spacing:0;
    padding:10px;
    vertical-align:top;
    box-sizing:border-box;
}
.prospectList ul li a {
    float:left;
    width:100%;
    height:100%;
    color:#000;
}
.prospectList ul li a:hover,
.prospectList ul li a:focus {
    color:#df3600;
}
.prospectList figure {
    margin:0;
}
.prospectList figure .pic {
	position:relative;
	width:100%;
	height:0;
	padding-bottom:100%;
	background:#EEE;
}
.prospectList figure .pic .img {
	position:absolute;
	display:flex;
	width:100%;
	height:100%;
	padding:5%;
	box-sizing:border-box;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}
.prospectList a:hover figure .pic .img,
.prospectList a:focus figure .pic .img {
	background:rgba(0,0,0,.5);
}
.prospectList figure .pic .img img {
    max-width:100%;
    max-height:100%;
}
.prospectList figure figcaption {
    font-size:1.7em;
    line-height:130%;
    font-weight:bold;
    text-align:center;
    margin-top:10px;
}
@media screen and (max-width:420px) {
    .prospectList .listBox a {
		width:calc(100% - 20px);
	}
	.prospectList ul li {
        width:100%;
    }
}
@media screen and (min-width:768px) {
    .prospectList .listBox a {
		width:calc(33.3333% - 20px);
	}
	.prospectList ul li {
        width:33.3333%;
    }
}
@media screen and (min-width:991px) {
    .prospectList .listBox a {
		width:calc(25% - 20px);
	}
	.prospectList ul li {
        width:25%;
    }
}


/** pageBack **/
.pageBack {
	width:100%;
	text-align:center;
	border-top:1px #D3BD9A dashed;
    padding:30px 0 0 0;
	margin:30px auto 0 auto;
}
.pageBack a {
	display:inline-block;
	color:#454545;
	font-size:1.8em;
	background:#f0f0f0 url(../images/sm-back-btn-ico.png) left top no-repeat;
	background-position:24px 13px;
	border:1px #ddd solid;
	border-radius:5px;
	padding:12px 30px 13px 60px;
}
.pageBack a:hover,
.pageBack a:focus,
.pageBack a:active {
	color:#ffffff;
	background:#454545 url(../images/sm-back-btn-ico-h.png) left top no-repeat;
	background-position:24px 13px;
	border-color:transparent;
}
@media screen and ( min-width:1200px) {
	.pageBack a {
		font-size:2em;
	}
}


/** foreword **/
.foreword {
	width:100%;
	margin:0 auto;
}
.foreword h3 {
    font-size:2.1em;
    font-weight:bold;
    line-height:1.28em;
    letter-spacing:0.02em;
    margin:0 0 8px 0;
    padding:0 0 0 0;
}
.foreword p {
    font-size:1.7em;
    line-height:180%;
    letter-spacing:0.02em;
    margin:0;
    padding:0;
}
.foreword .color-red {
	color:#ec0e1a;
}
.foreword ul {
	font-size:1.7em;
	line-height:180%;
	list-style:none;	
	margin:10px 0; 
	padding:0px;
}
.foreword ul li {
	margin:10px 0 10px 1.5em;
}


/** sitemap-zone **/
.sitemap-zone{
    padding:35px 20px;
	background:rgba(240,240,240,0.5);
	margin:40px 0 0;
}
.sitemap-zone > ul{
	list-style:none;
	display:flex;
	flex-wrap:wrap;
	margin:-10px;
}
.sitemap-zone > ul > li {
	display:block;
	box-sizing:border-box;
	padding:10px;
	width:100%;
}
.sitemap-zone > ul > li > h4,
.sitemap-zone > ul > li > p {
	color:#333333;
	font-size:2.1em;
	font-weight:bold;
	line-height:28px;
	background:url(../images/sitemap-cates-ico.png) left center no-repeat;
	padding:0 0 0 33px;
}
.sitemap-zone > ul > li > h4 > a,
.sitemap-zone > ul > li > p > a {color:#333333;}
.sitemap-zone > ul > li > h4 > a:hover,
.sitemap-zone > ul > li > h4 > a:focus,
.sitemap-zone > ul > li > h4 > a:active,
.sitemap-zone > ul > li > p > a:hover,
.sitemap-zone > ul > li > p > a:focus,
.sitemap-zone > ul > li > p > a:active {
	color:#648000;
}
.sitemap-zone > ul > li > ul {
	padding:0;
	margin:0 0 25px 35px;
}
.sitemap-zone > ul > li > ul > li {
	display:block;
	margin-top:10px;
}
.sitemap-zone > ul > li > ul > li a {
	color:#4e4e4e;
	font-size:1.7em;
	font-weight:normal;
	line-height:165%;
}
.sitemap-zone > ul > li > ul > li a:hover,
.sitemap-zone > ul > li > ul > li a:focus,
.sitemap-zone > ul > li > ul > li a:active{
	color:#648000;
}
.sitemap-zone > ul > li > ul ul {
	margin:0 0 0 35px;
}
.sitemap-zone > ul > li > ul > li > a {
	background:url(../images/sitemap-pages-ico.png) left top no-repeat;
	background-position:0px 3px;
	padding:0 0 0 18px;
}
.sitemap-zone > ul > li > ul > li > ul > li > a {

}
@media screen and ( min-width:481px) {
	.sitemap-zone > ul > li{ width:50%;}
}
@media screen and ( min-width:991px) {
	.sitemap-zone > ul > li{ width:33.3333%;}
}
@media screen and ( min-width:1200px) {
	.sitemap-zone > ul > li{ width:25%;}
}