﻿@charset "utf-8";

/** errorWrap **/
#errorWrap {
	width:100%;
	margin:0 auto;
}
@media screen and (min-width:991px) {
	#errorWrap{
		display:flex;		
		align-items:center;
		height:100%;
		min-height:760px;
		overflow:auto;
	}
}

/** errorPage **/
#errorPage {
	position:relative;
	width:100%;
	padding:20px 0;
	margin:0 auto;
}
#errorPage .logo {
    display:block;
    width:356px;
	height:90px;
	background:url(../images/logo.svg) no-repeat 50% 50%;
	background-size:auto 90px;
	margin:0 auto 20px auto;
}
#errorPage .errorBox {
	position:relative;
    width:100%;
	text-align:center;
    padding:50px 20px;
	box-sizing:border-box;
    margin:0 auto;
	background:linear-gradient(90deg, #1f64aa 0%, #00998a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	background-size:125% 125%;
	background-position:0 0;
	-webkit-animation:bg-animation 2.5s infinite linear alternate;
		    animation:bg-animation 2.5s infinite linear alternate;
}
#errorPage .errorBox .acKey {
	position:absolute;
	top:20px;
	left:20px;
	color:transparent;
	font-size:1.1em;
}
#errorPage .errorBox .acKey:hover,
#errorPage .errorBox .acKey:focus {
	color:#FFF;
	outline:1px dashed #FF6600;
}
#errorPage .errorBox h2 {
    color:#FFF;
	font-family:"PingFang TC Semibold", "微软雅黑", "Microsoft YaHei";
	font-size:4.3em;
	margin:0 0 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);
}
#errorPage .errorBox h3 {
	color:#FFF;
	font-size:2.1em;
	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);
}
#errorPage .errorBox p {
	color:#FFF;
	font-size:1.9em;
	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);
}
#errorPage .errorBox p em {
	font-size:1.5em;
	margin:0 5px;
}
#errorPage .errorBox p.eng {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.7em;
}
#errorPage .errorBox p.eng em {
	margin:0;
}
#errorPage .errorBtn {
	width:100%;
	text-align:center;
    margin:2rem auto 1rem auto;
}
#errorPage .errorBtn a {
	display:inline-block;
	width:calc(100% - 10px);
	max-width:300px;
    color:#000;
    font-size:1.7em;
	padding:10px 0;
	border:1px solid #000;
	box-sizing:border-box;
	-webkit-border-radius:50px;
	   -moz-border-radius:50px;
			border-radius:50px;
	margin:5px;
}
#errorPage .errorBtn a:hover,
#errorPage .errorBtn a:focus {
	color:#FFF;
    background:#000;
}
#errorPage .wd {
	width:100%;
	padding:0 20px;
	text-align:center;
	box-sizing:border-box;
	margin:1rem auto;
}
#errorPage .wd p {
	color:#000;
	font-size:1rem;
	line-height:165%;
	margin:0.25em 0;
}
#errorPage .wd p strong {
    font-family:"PingFang TC Semibold", "微软雅黑", "Microsoft YaHei";
	font-size:1.1em;
}
#errorPage .wd p span {
	display:inline-block;
	margin:0 10px;
}
#errorPage .wd p a.btn {
	display:inline-block;
	color:#fff;
	font-weight:bold;
	line-height:100%;
	padding:5px 10px 5px 8px;
	background:#0f367a;
	box-sizing:border-box;
	margin:5px;
	-webkit-border-radius:12.5px;
	   -moz-border-radius:12.5px;
            border-radius:12.5px;
}
#errorPage .wd p a.btn:hover,
#errorPage .wd p a.btn:focus {
	background:#CC4E00;
}
#errorPage .wd p a.btn em {
	position:relative;
	display:inline-block;
	font-style:normal;
	padding-left:18px;
}
#errorPage .wd p a.btn em:before {
	position:absolute;
	content:"";
	left:0px;
	top:50%;
	display:block;   
	width:15px;
	height:15px;
	margin-top:-7.5px;
	background-color:#fff;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:cover;
    -webkit-mask-size:100% 100%;
			mask-size:100% 100%;
	-webkit-mask-image:url(../images/icon-tel.svg);
			mask-image:url(../images/icon-tel.svg);
}
#errorPage .mark {
	width:100%;
	padding:0 20px;
	text-align:center;
	box-sizing:border-box;
	margin:-5px;
}
#errorPage .mark a {
	display:inline-block;
	vertical-align:middle;
	margin:5px;
	-webkit-box-shadow:0 0 10px rgba(0,0,0,0.3);
	   -moz-box-shadow:0 0 10px rgba(0,0,0,0.3);
        -ms-box-shadow:0 0 10px rgba(0,0,0,0.3);
			box-shadow:0 0 10px rgba(0,0,0,0.3);
}
@media screen and (max-width:990px) {
	#errorPage .logo {
        width:277px;
		height:70px;
		background-size:auto 70px;
	}
}
@media screen and (max-width:420px) {
	#errorPage .logo {
		width:238px;
		height:60px;
		background-size:auto 60px;
	}
	#errorPage .errorBox h2 {
		font-size:3.9em;
	}
	#errorPage .errorBox h3 {
		font-size:1.7em;
	}	
}
@media screen and (min-width:991px) {
	#errorPage {
		padding:30px 0;
	}
	#errorPage .logo {
		margin:0 auto 30px auto;
	}
	#errorPage .errorBox {	
		padding:60px 0;
	}	
	#errorPage .errorBox .acKey {
		top:30px;
		left:50%;
		margin-left:-450px;
	}
	#errorPage .errorBox h2 {
		font-size:4.9em;
	}
	#errorPage .errorBox h3 {
		font-size:2.1em;
	}
}
@media screen and (min-width:1200px) {
	#errorPage .errorBox h2 {
		font-size:5.9em;
	}
	#errorPage .errorBox h3 {
		font-size:2.7em;
	}
	#errorPage .errorBox p {
		font-size:2.3em;
	}
	#errorPage .errorBox p.eng {
		font-size:1.9em;
	}
}


/** comMain **/
#comMain {
	position:relative;
	width:100%;
	min-height:23.3vw;
	background:linear-gradient(to bottom,  rgba(10,92,176,1) 0%,rgba(70,187,200,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	margin:0 auto;
}
#comMain:before {
	display:block;
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100vw;
	height:0;
	padding-bottom:16px;
	background-color:#fff;
	mask-image:url(../images/wave.svg);
	mask-repeat:repeat-x;
	mask-position:0 0;
	mask-size:contain;
	visibility:visible;
}
#comMain:after {
	display:block;
	content:"";
	position:absolute;
	bottom:0;
	right:0;
	width:56%;
	height:0;
	padding-bottom:21.5%;
	background:url(../images/comMain-bg.svg) no-repeat left bottom;
	background-size:100% auto;
	visibility:visible;
}
#comMain .container {
	display:flex;
	max-width:1400px;
	min-height:21vw;
	align-items:flex-start;
	justify-content:center;
	flex-direction:column;
}
.mianTitle {
	width:100%;
	min-height:10vw;
	display:flex;
	align-items:flex-start;
	justify-content:center;
	flex-direction:column;
}
.mianTitle h2 {
	color:#fff;
	font-size:5.5em;
	font-weight:500;
	font-family:'jf-openhuninn', 'Noto Sans TC', '微軟正黑體', 'PingFang TC', serif;
}
.dataUl {
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    margin:15px 0 -5px 0;
}
.dataUl li {
	color:#fff;
    font-size:1.5em;
    display:flex;
    align-items:flex-end;
	padding:5px 0;
	list-style:none;
}
.dataUl li:has(+li)::after {
    content:"";
    display:block;
    width:1px;
    height:25px;
    background-color:rgba(255,255,255,.5);
    transform:rotate(30deg);
    margin:0 1em;
}
.dataUl strong {
	font-family:Arial, Helvetica, sans-serif;
    color:#ffff33;
    font-size:2em;
    margin-right:5px;
	margin-bottom:-5px;
}
@media screen and (max-width:990px) {
	#comMain{
		margin-top:60px;
	}
	#comMain:after {
		width:495px;
		padding-bottom:190px;
	}
	#comMain .container {
		min-height:auto;
		justify-content:flex-start;
		padding:20px 0 50px 0;
	}
	.mianTitle {
		min-height:105px;
	}
	.mianTitle h2 {
		font-size:5.1em;
	}
}
@media screen and (max-width:768px) {
	#comMain{
		min-height:220px;
	}
	#comMain:after {
		width:62.5vw;
		padding-bottom:24vw;
	}
	#comMain .container {
		padding:20px 0 8vw 0;
	}
	.mianTitle {
		min-height:auto;
	}
	.mianTitle h2 {
		font-size:4.7em;
	}
	.dataUl {
		max-width:43vw;
		margin-top:15px;
	}
}
@media screen and (max-width:520px) {
	#comMain{
		min-height:inherit;
		padding-bottom:20vw;
	}
	#comMain:after {
		width:75vw;
		padding-bottom:28.8vw;
	}
	#comMain .container {
		padding:20px 0;
	}
	.dataUl {
		max-width:60vw;
	}
}
@media screen and (min-width:991px) {
	.mianTitle h2 {
		max-width:50vw;
	}
}
@media screen and (min-width:1200px) {
	#comMain:before {
		padding-bottom:20px;
	}
	.mianTitle h2 {
		font-size:5.9em;
	}
}
@media screen and (min-width:1540px) {
	#comMain {
		min-height:360px;
	}
	#comMain:before {
		width:100%;
		padding-bottom:20px;
	}
	#comMain:after {
		width:860px;
		padding-bottom:330px;
	}
	#comMain .container {
		min-height:300px;
	}
	.mianTitle {
		min-height:125px;
	}
	.mianTitle h2 {
		font-size:6.9em;
	}
	.dataUl {
		margin-top:25px;
	}
	.dataUl li{
		font-size:1.7em;
	}
	.dataUl li:has(+li)::after{
		height:30px;
	}
}


/** breadcrumbs **/
#breadcrumbs {
	width:100%;
	margin:0 auto 20px auto;
}
#breadcrumbs ul {
	list-style:none;
}
#breadcrumbs ul li {
	position:relative;
	display:inline-block;
	font-family:"微軟正黑體", "微軟雅黑", "Microsoft YaHei";	
	color:rgba(255,255,255,.5);
	font-size:1.5em;
	font-weight:bold;
	line-height:1.6;
	padding-left:20px;
}
#breadcrumbs ul li:first-child {
	padding-left:0;
}
#breadcrumbs ul li:before{
	position:absolute;
    content:"";
    display:block;
    position:absolute;
    left:4px;
    top:50%;
    width:7px;
    height:7px;
    border-left:1px solid rgba(255,255,255,.5);
    border-bottom:1px solid rgba(255,255,255,.5);
	margin-top:-3px;
    -webkit-transform:rotate(-135deg);
		-ms-transform:rotate(-135deg);
			transform:rotate(-135deg);
}
#breadcrumbs ul li:first-child:before{
	display:none;
}
#breadcrumbs ul li a {
	position:relative;
	display:block;
	color:rgba(255,255,255,.5);
}
#breadcrumbs ul li a:hover,
#breadcrumbs ul li a:focus {
	color:#fff100;
}
#breadcrumbs ul li a.bread-home {
	position:relative;
	padding-left:30px;
	line-height:30px;
}
#breadcrumbs ul li a.bread-home:before {
	content:"";
	display:block;
	position:absolute;
	left:0;
	top:50%;
	width:29px;
	height:29px;
	margin:-14.5px 0 0 0;
	opacity:.5;
	background-color:#fff;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:cover;
	-webkit-mask-image:url(../images/icon-home.svg);
			mask-image:url(../images/icon-home.svg);
    -webkit-mask-size:100% 100%;
			mask-size:100% 100%;
	-webkit-transition:all 0.5s ease;
	   -moz-transition:all 0.5s ease;
	     -o-transition:all 0.5s ease;
	        transition:all 0.5s ease;
}
#breadcrumbs ul li a.bread-home:hover:before,
#breadcrumbs ul li a.bread-home:focus:before {
	opacity:1;
	background-color:#fff100;	
}
@media screen and (max-width:520px) {
	#breadcrumbs {
		margin-bottom:15px;
	}
}
@media screen and (min-width:991px) {
	#breadcrumbs {	
		display:inline-flex;
		align-items:center;
	}
	#breadcrumbs ul li {
		font-size:1.7em;
	}
}
@media screen and (min-width:1540px) {
	#breadcrumbs {
		margin-bottom:30px;
	}
	#breadcrumbs ul li {
		padding-left:30px;
	}
	#breadcrumbs ul li:before{
		left:8px;
	}	
}


/** comPage **/
#comPage {
	position:relative;
	width:100%;
	padding:25px 0;	
}
#comPage:before {
	content:"";
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:5vw;
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
}
#comPage .container {
	position:relative;
	max-width:1400px;
}
#comPage .pageCenter,
#comPage .pageLeft,
#comPage .pageRight,
#comPage .searchPageLeft,
#comPage .searchPageRight {
	width:100%;
	box-sizing:border-box;
}
#comPage .acKey {
	position:absolute;
	top:-20px;
	z-index:2;
}
@media screen and (max-width:990px) {
	#comPage .searchPageRight {
		margin-top:40px;
	}
}
@media screen and (min-width:991px) {
	#comPage {
		letter-spacing:-9px;
		padding:40px 0;
	}
	#comPage .pageCenter {
		letter-spacing:0;
	}
	#comPage .pageLeft {
		display:inline-block;
		width:220px;
		letter-spacing:0;
		vertical-align:top;
	}
	#comPage .pageRight {
		display:inline-block;
		width:calc(100% - 250px);
		letter-spacing:0;
		vertical-align:top;
		margin-left:30px;
	}
	#comPage .searchPageLeft {
		display:inline-block;
		width:calc(100% - 260px);
		letter-spacing:0;
		vertical-align:top;
	}
	#comPage .searchPageRight {
		display:inline-block;
		width:220px;
		letter-spacing:0;
		vertical-align:top;
		margin-left:40px;
	}
}
@media screen and (min-width:1200px) {
	#comPage .pageLeft {
		width:240px;
	}
	#comPage .pageRight {
		width:calc(100% - 270px);
	}
	#comPage .searchPageLeft {
		display:inline-block;
		width:calc(100% - 310px);
	}
	#comPage .searchPageRight {
		display:inline-block;
		width:260px;
		margin-left:50px;
	}
}
@media screen and (min-width:1540px) {
	#comPage .pageLeft {
		width:260px;
	}
	#comPage .pageRight {
		width:calc(100% - 300px);
		margin-left:40px;
	}
    #comPage .searchPageLeft {
		display:inline-block;
		width:calc(100% - 360px);
	}
	#comPage .searchPageRight {
		display:inline-block;
		width:300px;
		margin-left:60px;
	}
}


/** comBar **/
#comBar {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	box-sizing:border-box;
}
#comBar .backLevel {
	display:inline-block;
	max-width:calc(100% - 105px);
}
#comBar .backLevel a {
	position:relative;
	display:inline-block;
	color:#004097;
	font-family:"PingFang TC Semibold", "微軟雅黑", "Microsoft YaHei";
	font-size:1.9em;
	font-weight:bold;
	line-height:35px;
	padding-left:35px;
}
#comBar .backLevel a:hover,
#comBar .backLevel a:focus {
	color:#C73F00;
}
#comBar .backLevel a:before {
	content:"";
	display:block;
	position:absolute;
	top:5px;
	left:0;
	width:29px;
	height:25px;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:cover;
	background-color:#004097;
	-webkit-mask-image:url(../images/backLevel-folder.svg);
			mask-image:url(../images/backLevel-folder.svg);
	-webkit-mask-size:100% 100%;
			mask-size:100% 100%;
	-webkit-transition:all 0.5s ease;
	   -moz-transition:all 0.5s ease;
	     -o-transition:all 0.5s ease;
	        transition:all 0.5s ease;
}
#comBar .backLevel a:hover:before,
#comBar .backLevel a:focus:before {
	background-color:#C73F00;
}
#comBar #asideNav {
	width:100%;
	margin:0 auto;
}
@media screen and (min-width:991px) {
	#comBar #asideNav {
		width:calc(100% - 105px);
		margin:0;
	}
}
@media screen and (min-width:1540px) {
	#comBar .backLevel a {
		font-size:2.1em;
	}
}


/** asideTitle **/
#asideTitle {
	width:100%;
	margin:0 auto;
}
#asideTitle .sideNav {
	position:relative;
	display:inline-block;
	width:calc(100% - 100px);
	color:#767676;
	font-family:"PingFang TC Semibold", "微軟雅黑", "Microsoft YaHei";
	font-size:1.9em;
	font-weight:bold;
	line-height:25px;
	padding:9px 40px 9px 15px;
	justify-content:center;
	border:1px solid #999999;
	box-sizing:border-box;
	-webkit-border-radius:10px;
	   -moz-border-radius:10px;
			border-radius:10px;
}
#asideTitle .sideNav.open {
	color:#FFF;
	background:#000;
}
#asideTitle .sideNav h2:before { content:"展開"; }
#asideTitle .sideNav.open h2:before { content:"收合"; }
#asideTitle .sideNav .arrow {
	right:15px;
}
#asideTitle .sideNav .arrow span {
	display:block;
	width:100%;
	height:100%;
}
#asideTitle .sideNav .arrow span::before,
#asideTitle .sideNav .arrow span::after {
	content:"";
	position:absolute;
	display:block;
	top:50%;
	right:14px;
	width:16px;
	height:2px;
	margin-top:-1px;
	background-color:#767676;
	-webkit-transition:all 0.5s ease;
	   -moz-transition:all 0.5s ease;
		 -o-transition:all 0.5s ease;
			transition:all 0.5s ease;
}
#asideTitle .sideNav .arrow span::after {
	-webkit-transform:rotate(90deg);
		-ms-transform:rotate(90deg);
			transform:rotate(90deg);
}
#asideTitle .sideNav.open .arrow span::before,
#asideTitle .sideNav.open .arrow span::after {
	right:14px;
	width:18px;
	background-color:#FFF;
}
#asideTitle .sideNav.open .arrow span::before {
	-webkit-transform:rotate(135deg);
		-ms-transform:rotate(135deg);
			transform:rotate(135deg);
}
#asideTitle .sideNav.open .arrow span::after {
	-webkit-transform:rotate(225deg);
		-ms-transform:rotate(225deg);
			transform:rotate(225deg);
}



/** asideMenu **/
#asideMenu {
	width:100%;
	box-sizing:border-box;
}
#asideMenu > ul {
	list-style:none;
}
#asideMenu > ul > li > a {
	position:relative;
	display:block;
	width:100%;
	color:#000;
	font-size:1.9em;
	font-weight:bold;
	line-height:25px;
	box-sizing:border-box;
	-webkit-border-radius:10px;
	   -moz-border-radius:10px;
			border-radius:10px;
}
.pageLeft #asideMenu > ul > li > a {
	background:#f0f0f0;
}
#asideMenu > ul > li > a:hover,
#asideMenu > ul > li > a:focus {
	color:#004097;
}
.pageLeft #asideMenu > ul > li > a:hover,
.pageLeft #asideMenu > ul > li > a:focus {
	color:#C73F00;
}
#asideMenu > ul > li > a.dropBtn.open {
	color:#004097;
}
#asideMenu > ul > li.unit-now > a,
#asideMenu > ul > li.unit-now > a:hover,
#asideMenu > ul > li.unit-now > a:focus,
#asideMenu > ul > li.unit-now > a.dropBtn.open {
	color:#FFF;
	background:#004097;
}
#asideMenu > ul > li > a:before {
	content:"";
	display:block;
	position:absolute;
	top:17px;
	right:20px;
	width:9px;
	height:9px;
	border-top:2px solid #000;
	border-right:2px solid #000;
	-webkit-transform:rotate(45deg);
		-ms-transform:rotate(45deg);
			transform:rotate(45deg);
	-webkit-transition:all 0.5s;
	   -moz-transition:all 0.5s;    
		 -o-transition:all 0.5s;
			transition:all 0.5s;
}
.pageLeft #asideMenu > ul > li > a:hover:before,
.pageLeft #asideMenu > ul > li > a:focus:before {
	border-color:#C73F00;
}
#asideMenu > ul > li.unit-now > a:before,
#asideMenu > ul > li.unit-now > a:hover:before,
#asideMenu > ul > li.unit-now > a:focus:before {
	border-color:#FFF;
}
#asideMenu > ul > li > a.dropBtn:before {
	display:none !important;
}
#asideMenu > ul > li > a:hover:before,
#asideMenu > ul > li > a:focus:before {
	border-color:#004097;
}
#asideMenu > ul > li > a.dropBtn span::before,
#asideMenu > ul > li > a.dropBtn span::after {
	content:"";
	position:absolute;
	display:block;
	top:21.5px;
	right:14px;
	width:16px;
	height:2px;
	background-color:#000;
	-webkit-transition:all 0.5s ease;
	   -moz-transition:all 0.5s ease;
		 -o-transition:all 0.5s ease;
			transition:all 0.5s ease;
}
#asideMenu > ul > li > a.dropBtn span::after {
	-webkit-transform:rotate(90deg);
		-ms-transform:rotate(90deg);
			transform:rotate(90deg);
}
#asideMenu > ul > li > a.dropBtn.open span::before,
#asideMenu > ul > li > a.dropBtn.open span::after {
	right:13px;
	width:18px;
}
.pageLeft #asideMenu > ul > li > a.dropBtn:hover span::before,
.pageLeft #asideMenu > ul > li > a.dropBtn:focus span::before,
.pageLeft #asideMenu > ul > li > a.dropBtn:hover span::after,
.pageLeft #asideMenu > ul > li > a.dropBtn:focus span::after {
	background-color:#C73F00;
}
#asideMenu > ul > li > a.dropBtn.open span::before,
#asideMenu > ul > li > a.dropBtn.open span::after {
	background-color:#004097 !important;
}
#asideMenu > ul > li.unit-now > a.dropBtn span::before,
#asideMenu > ul > li.unit-now > a.dropBtn span::after {
	background-color:#FFF !important;
}
#asideMenu > ul > li > a.dropBtn.open span::before,
#asideMenu > ul > li.unit-now > a.dropBtn.open span::before {
	-webkit-transform:rotate(135deg);
		-ms-transform:rotate(135deg);
			transform:rotate(135deg);
}
#asideMenu > ul > li > a.dropBtn.open span::after,
#asideMenu > ul > li.unit-now > a.dropBtn.open span::after {
	-webkit-transform:rotate(225deg);
		-ms-transform:rotate(225deg);
			transform:rotate(225deg);
}
#asideMenu > ul > li > a.link::before,
#asideMenu > ul > li > a.download::before{ display:none !important;}
#asideMenu > ul > li > a.link:after,
#asideMenu > ul > li > a.download:after {
	content:"";
	display:block;
	position:absolute;
	right:15px;
	top:14.5px;
	width:16px;
	height:16px;
	border:none;
	vertical-align:middle;
	border:none;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:cover;
	background-color:#000;
	-webkit-mask-size:100% 100%;
			mask-size:100% 100%;
	-webkit-transform:rotate(0deg);
		-ms-transform:rotate(0deg);
			transform:rotate(0deg);
	-webkit-transition:all 0.5s;
	   -moz-transition:all 0.5s;    
		 -o-transition:all 0.5s;
			transition:all 0.5s;
}
#asideMenu > ul > li > a.link:after {
	-webkit-mask-image:url(../images/nav-icon-link.svg);
			mask-image:url(../images/nav-icon-link.svg);
}
#asideMenu > ul > li > a.download:after {
	-webkit-mask-image:url(../images/nav-icon-download.svg);
			mask-image:url(../images/nav-icon-download.svg);
}
#asideMenu > ul > li > a.link:hover:after,
#asideMenu > ul > li > a.link:focus:after,
#asideMenu > ul > li > a.download:hover:after,
#asideMenu > ul > li > a.download:focus:after {
	background-color:#004097;
}
.pageLeft #asideMenu > ul > li > a.link:hover:after,
.pageLeft #asideMenu > ul > li > a.link:focus:after,
.pageLeft #asideMenu > ul > li > a.download:hover:after,
.pageLeft #asideMenu > ul > li > a.download:focus:after {
	background-color:#C73F00;
}
@media screen and (max-width:990px) {
	#asideMenu {
		display:none;
	}
	#asideMenu > ul > li {
		margin-top:10px;
	}
	#asideMenu > ul > li > a {
		padding:10px 40px 10px 15px;
		background:#f0f0f0;
	}
}
@media screen and (min-width:991px) {
	#asideMenu {
		width:auto;
	}
	#asideMenu > ul > li {
		position:relative;
		display:inline-block;
		margin-left:1px;
	}
	.pageLeft #asideMenu > ul > li {
		width:100%;
	}
	#asideMenu > ul > li + li {
		margin-left:1px;
	}
	.pageLeft #asideMenu > ul > li + li {
		margin:10px 0 0 0;
	}
	#asideMenu > ul > li:before {
		content:"";
		position:absolute;
		top:50%;
		left:-1px;
		display:block;
		width:1px;
		height:11px;		
		margin:-5.5px 0 0 0;
		background:#CCC;
	}
	#asideMenu > ul > li.unit-now:before,
	#asideMenu > ul > li.unit-now  + li:before,
	.pageLeft #asideMenu > ul > li:before {
		display:none;
	}
	#asideMenu > ul > li > a {
		font-size:1.9em;
		line-height:25px;
		padding:15px 20px;
	}
	.pageLeft #asideMenu > ul > li > a {
		font-family:"PingFang TC Semibold", "微软雅黑", "Microsoft YaHei";
		padding:20px 40px 20px 20px;
	}
	#asideMenu > ul > li > a:before {
		display:none;
	}
	.pageLeft #asideMenu > ul > li > a:before {
		display:block;
		top:27px;
	}
	#asideMenu > ul > li > a.dropBtn span::before,
	#asideMenu > ul > li > a.dropBtn span::after {
		top:31.5px;
		right:15px;
	}
	#asideMenu > ul > li > a.dropBtn.open span::before,
	#asideMenu > ul > li > a.dropBtn.open span::after {
		top:30.5px;
		right:14px;
	}
	#asideMenu > ul > li > a.link:after,
	#asideMenu > ul > li > a.download:after {
		right:15px;
		top:24.5px;
	}
}
@media screen and (min-width:1540px) {
	.pageLeft #asideMenu > ul > li > a {
		padding:23px 40px 23px 20px;
		-webkit-border-radius:15px;
		   -moz-border-radius:15px;
				border-radius:15px;
	}
	.pageLeft #asideMenu > ul > li > a:before {
		top:29.5px;
		right:21px;
		width:10px;
		height:10px;
	}
	#asideMenu > ul > li > a.dropBtn span::before,
	#asideMenu > ul > li > a.dropBtn span::after {
		top:34.5px;
		width:18px;
	}
	#asideMenu > ul > li > a.dropBtn.open span::before,
	#asideMenu > ul > li > a.dropBtn.open span::after {
		top:33.5px;
		width:20px;
	}
	#asideMenu > ul > li > a.link:after,
	#asideMenu > ul > li > a.download:after {
		top:26.5px;
		width:18px;
		height:18px;
	}
}


/** 左側選單 第二層 **/
#asideMenu > ul > li > ul {
	display:none;
	margin:10px auto 0 auto;
}
#asideMenu > ul > li > ul > li {
	list-style:none;
}
#asideMenu > ul > li > ul > li > a {
	position:relative;
	display:block;
	color:#000;
	font-size:1.9em;
	font-weight:bold;
	line-height:135%;
	text-align:left;
	padding:10px 10px 10px 30px;
	box-sizing:border-box;
}
#asideMenu > ul > li > ul > li > a:hover,
#asideMenu > ul > li > ul > li > a:focus {
	color:#C73F00;
}
#asideMenu > ul > li > ul > li.unit-now > a {
	color:#004097;
}
#asideMenu > ul > li > ul > li > a::before {
	content:"";
	display:block;
	position:absolute;
	left:10px;
	top:18px;
	width:11px;
	height:9px;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:cover;
	background-color:#000;
	-webkit-mask-size:100% 100%;
			mask-size:100% 100%;
	-webkit-mask-image:url(../images/nav-icon-list.svg);
			mask-image:url(../images/nav-icon-list.svg);
	-webkit-transition:all 0.5s;
	   -moz-transition:all 0.5s;    
		 -o-transition:all 0.5s;
			transition:all 0.5s;
}
#asideMenu > ul > li > ul > li > a:hover::before,
#asideMenu > ul > li > ul > li > a:focus::before {
	background-color:#C73F00;
}
#asideMenu > ul > li > ul > li.unit-now > a::before {
	background-color:#004097;
}
#asideMenu > ul > li > ul > li > a.link:after,
#asideMenu > ul > li > ul > li > a.download:after {
	content:"";
	display:inline-block;
	width:15px;
	height:15px;
	margin-left:7px;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:cover;
	background-color:#000;
	opacity:.5;
	-webkit-mask-size:100% 100%;
			mask-size:100% 100%;
	-webkit-transition:all 0.5s;
	   -moz-transition:all 0.5s;    
		 -o-transition:all 0.5s;
			transition:all 0.5s;
}
#asideMenu > ul > li > ul > li > a.link:after {
	-webkit-mask-image:url(../images/nav-icon-link.svg);
			mask-image:url(../images/nav-icon-link.svg);
}
#asideMenu > ul > li > ul > li > a.download:after {
	-webkit-mask-image:url(../images/nav-icon-download.svg);
			mask-image:url(../images/nav-icon-download.svg);
}


/** postShare **/
#postShare {
	display:flex;
	align-items:center;
}
@media screen and (max-width:990px) {
	#postShare {
		position:absolute;
		right:0;
		top:0;
		z-index:2;
	}
	.pageRight #postShare {
		top:0;
	}
}

/* ----- printBtn ----- */
.printBtn {
	position:relative;
	display:inline-block;
	width:45px;
	height:45px;
	border:1px solid #999999;
	box-sizing:border-box;
	margin-right:5px;
	-webkit-border-radius:100%;
	   -moz-border-radius:100%;
			border-radius:100%;
}
.printBtn::before {
	content:"";
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	width:19px;
	height:19px;
	margin:-9.5px 0 0 -9.5px;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:cover;
	background-color:#767676;
	-webkit-mask-image:url(../images/icon-print.svg);
			mask-image:url(../images/icon-print.svg);
	-webkit-mask-size:19px 19px;
			mask-size:19px 19px;
	-webkit-transition:all 0.5s ease;
	   -moz-transition:all 0.5s ease;
	     -o-transition:all 0.5s ease;
	        transition:all 0.5s ease;
}
.printBtn:hover,
.printBtn:focus {
	background:#db4f09;
	border-color:#db4f09;
}
.printBtn:hover::before,
.printBtn:focus::before {
	background-color:#FFF;
}
@media screen and (max-width:990px) {
	.printBtn {
		-webkit-border-radius:10px;
		   -moz-border-radius:10px;
				border-radius:10px;
	}
}


/* ----- postshareBtn ----- */
.postshareBtn {
	position:relative;
	width:45px;
}
.postshareBtn > a {
	position:relative;
	float:left;
	width:45px;
	height:45px;
	border:1px solid #999999;
	box-sizing:border-box;
	-webkit-border-radius:100%;
	   -moz-border-radius:100%;
			border-radius:100%;
}
.postshareBtn > a:hover,
.postshareBtn > a:focus {
	background:#db4f09;
	border-color:#db4f09;
}
.postshareBtn > a span {
	position:relative;
	display:block;
	width:100%;
	height:100%;
}
.postshareBtn > a.open span:before {
	content:"";
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	width:19px;
	height:19px;
	margin:-9.5px 0 0 -9.5px;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:cover;
	background-color:#767676;
	-webkit-mask-image:url(../images/icon-share.svg);
			mask-image:url(../images/icon-share.svg);
	-webkit-mask-size:19px 19px;
			mask-size:19px 19px;
	-webkit-transition:all 0.5s ease;
	   -moz-transition:all 0.5s ease;
	     -o-transition:all 0.5s ease;
	        transition:all 0.5s ease;
}
.postshareBtn > a.open:hover span:before,
.postshareBtn > a.open:focus span:before {
	background-color:#FFF;
}
.postshareBtn > a.close {
	display:none;
	background:#2953a6;
	border-color:#2953a6;
}
.postshareBtn > a.close span:before,
.postshareBtn > a.close span:after {
	content:"";
	position:absolute;
	display:block;
	width:2px;
	height:20px;
	top:50%;
	left:50%;
	border:none;
	margin:-10px 0 0 -1px;
	background-color:#FFF;
	-webkit-border-radius:5px;
       -moz-border-radius:5px;
            border-radius:5px;
}
.postshareBtn > a.close span:before {
	-webkit-transform:rotate(45deg);
	   -moz-transform:rotate(45deg);
        -ms-transform:rotate(45deg);
         -o-transform:rotate(45deg);
  transform:rotate(45deg);
}
.postshareBtn > a.close span:after {
	-webkit-transform:rotate(-45deg);
	   -moz-transform:rotate(-45deg);
        -ms-transform:rotate(-45deg);
         -o-transform:rotate(-45deg);
  transform:rotate(-45deg);
}
.postshareBtn .postshareMenu {
	display:none;
	position:absolute;
	top:45px;
	width:55px;
	left:-5px;
	padding:0 5px;
	list-style:none;
	z-index:1;
}
.postshareBtn .postshareMenu li {
	display:block;
	margin-top:5px;
}
.postshareBtn .postshareMenu a {
	position:relative;
	display:block;
	width:45px;
	height:45px;
	text-align:left;
	text-indent:-999px;
	background:#FFF;
	box-sizing:border-box;
	overflow:hidden;
	-webkit-border-radius:100%;
	   -moz-border-radius:100%;
			border-radius:100%;
}
.postshareBtn .postshareMenu a.icon-fb {
	background-color:rgba(8,102,255,1);
}
.postshareBtn .postshareMenu a.icon-twitter {
	background-color:rgba(0,0,0,1);
}
.postshareBtn .postshareMenu a.icon-line {
	background-color:rgba(1,185,1,1);
}
.postshareBtn .postshareMenu a:before {
	content:"";
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	width:26px;
	height:26px;
	margin:-13px 0 0 -13px;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:cover;
	background-color:#FFF;
	-webkit-mask-size:26px 26px;
			mask-size:26px 26px;
	-webkit-transition:all 0.5s ease;
	   -moz-transition:all 0.5s ease;
	     -o-transition:all 0.5s ease;
	        transition:all 0.5s ease;
}
.postshareBtn .postshareMenu a.icon-fb:before {
	-webkit-mask-image:url(../images/icon-FB.svg);
			mask-image:url(../images/icon-FB.svg);
}
.postshareBtn .postshareMenu a.icon-twitter:before {
	-webkit-mask-image:url(../images/icon-Twitter-X.svg);
			mask-image:url(../images/icon-Twitter-X.svg);
}
.postshareBtn .postshareMenu a.icon-line:before {
	-webkit-mask-image:url(../images/icon-LINE.svg);
			mask-image:url(../images/icon-LINE.svg);
}
.postshareBtn .postshareMenu a:hover:before {
    -webkit-transform:rotate(360deg);
		-ms-transform:rotate(360deg);
			transform:rotate(360deg);
}
@media screen and (max-width:990px) {
	.postshareBtn > a,
	.postshareBtn .postshareMenu a {
		-webkit-border-radius:10px;
		   -moz-border-radius:10px;
				border-radius:10px;
	}
}


/* ----- titHead ----- */
.titHead {
	width:100%;
	margin:20px auto 0 auto;
}
#comBar .titHead {
	width:calc(100% - 105px);
	margin:0;
}
.titHead.list {
	padding:0 0 15px 0;
	border-bottom:1px solid #000;
	margin:20px auto;
}
.titHead h2 {
	font-family:"PingFang TC Semibold", "微软雅黑", "Microsoft YaHei";
	font-size:3.5em;
	line-height:45px;
	font-weight:bold;
}
@media screen and (min-width:991px) {
	.titHead {
		margin-top:25px;
	}
	.pageRight .titHead {
		margin-top:0;
	}
	.titHead h2 {
		font-size:3.9em;
		line-height:130%;
	}
}
@media screen and (min-width:1200px) {
	.titHead.list {
		padding-bottom:20px;
		margin-bottom:25px;
	}
	.titHead h2 {
		font-size:4.1em;
	}
}
@media screen and (min-width:1540px) {
	.titHead h2 {
		font-size:4.5em;
	}
}


/* ----- subHead ----- */
.subHead {
	width:100%;
	margin:35px auto 20px auto;
}
.subHead h2 {
	position:relative;
	font-family:"PingFang TC Semibold", "微软雅黑", "Microsoft YaHei";
	font-size:3.1em;
	line-height:45px;
	font-weight:bold;
	padding-left:40px;
}
.subHead h2 span {
    content:"";
    display:block;
    position:absolute;
    left:0;
	top:7px;
    width:33px;
    height:33px;
    z-index:1;
	background:#000;
	box-sizing:border-box;
    -webkit-border-radius:50px;
	   -moz-border-radius:50px;
			border-radius:50px;
	-webkit-transform:rotate(-135deg);
		-ms-transform:rotate(-135deg);
			transform:rotate(-135deg);
}
.subHead h2 span:before {
	content:"";
	display:block;
	position:absolute;
	top:13px;
	left:13px;
	width:3px;
	height:11px;
	background:#fff;
	z-index:2;
	-webkit-border-radius:50px;
	   -moz-border-radius:50px;
			border-radius:50px;
	-webkit-transition:all 0.5s ease;
	   -moz-transition:all 0.5s ease;
	     -o-transition:all 0.5s ease;
	        transition:all 0.5s ease;
}
.subHead h2 span:after {
	content:"";
	display:block;
	position:absolute;
	left:13px;
	top:13px;
	width:11px;
	height:3px;
	background:#fff;
	z-index:2;
	-webkit-border-radius:50px;
	   -moz-border-radius:50px;
			border-radius:50px;
	-webkit-transition:all 0.5s ease;
	   -moz-transition:all 0.5s ease;
	     -o-transition:all 0.5s ease;
	        transition:all 0.5s ease;
}
@media screen and (min-width:991px) {
	.subHead h2 {
		font-size:3.3em;
		line-height:130%;
	}
}
@media screen and (min-width:1200px) {
	.subHead {
		margin-top:45px;
	}
	.subHead h2 {
		font-size:3.5em;
	}
}
@media screen and (min-width:1540px) {
	.subHead {
		margin-top:55px;
	}
	.subHead h2 {
		font-size:3.9em;
		padding-left:47px;
	}
	.subHead h2 span {
		top:7px;
		width:39px;
		height:39px;
	}
	.subHead h2 span:before {
		top:16px;
		left:16px;
	}
	.subHead h2 span:after {
		left:16px;
		top:16px;
	}
}


/* ----- navList ----- */
.navList {
	width:100%;
	padding:15px 15px 0 15px;
	margin:20px auto 0 auto;
	box-sizing:border-box;
	background:#d9d9d9;
    -webkit-border-radius:15px 15px 0 0;
	   -moz-border-radius:15px 15px 0 0;
			border-radius:15px 15px 0 0;
}
.navList ul {
	display:flex;
	list-style:none;
	flex-direction:row;
	align-items:stretch;
	align-content:stretch;
	flex-wrap:wrap;
	letter-spacing:-9px;
	box-sizing:border-box;
}
.navList ul li {
	display:inline-block;
	width:calc(50% - 5px);
	letter-spacing:0;
	vertical-align:top;
}
.navList ul li + li {
	margin-left:10px;
}
.navList ul li a {
	display:block;
	color:#fff;
	font-family:"PingFang TC Semibold", "微软雅黑", "Microsoft YaHei";
	font-size:2.1em;
	font-weight:bold;
	line-height:35px;
	padding:10px 0;
	text-align:center;
	background:rgba(0,0,0,.5);
	-webkit-box-shadow:inset 0 0 10px rgba(0,0,0,0.2);
	   -moz-box-shadow:inset 0 0 10px rgba(0,0,0,0.2);
        -ms-box-shadow:inset 0 0 10px rgba(0,0,0,0.2);
			box-shadow:inset 0 0 10px rgba(0,0,0,0.2);
    -webkit-border-radius:10px;
	   -moz-border-radius:10px;
			border-radius:10px;
}
.navList ul li a:hover,
.navList ul li a:focus {
	background:#454545;
}
.navList ul li.unit-now a {
	position:relative;
	color:#FFF;
	padding:10px 0;
	background:#004097;
	box-sizing:border-box;
	-webkit-box-shadow:inset 0 0 0 rgba(0,0,0,0);
	   -moz-box-shadow:inset 0 0 0 rgba(0,0,0,0);
        -ms-box-shadow:inset 0 0 0 rgba(0,0,0,0);
			box-shadow:inset 0 0 0 rgba(0,0,0,0);
}
.navList ul li.unit-now a::before {
	position:absolute;
	left:50%;
	bottom:-10px;
	content:"";
    width:0;
	height:0;
	margin-left:-10px;
	border-style:solid;
	border-width:10px 10px 0 10px;
	border-color:#004097 transparent transparent transparent;
}
.navList ul li a span {
	position:relative;
	display:inline-block;
}
@media screen and (min-width:1200px) {
	.navList ul li a {
		font-size:2.5em;
		line-height:45px;
	}
}


/** searchCriteria **/
#searchCriteria {
	width:100%;
	padding:15px;
	box-sizing:border-box;
	background:#c2dced;
	margin:0 auto;
	-webkit-border-radius:15px;
	   -moz-border-radius:15px;
			border-radius:15px;
}
.titHead + #searchCriteria,
.subHead + #searchCriteria {
	background:#d9d9d9;
	margin-top:20px;
}
.navList + #searchCriteria {
	background:#d9d9d9;
	-webkit-border-radius:0 0 15px 15px;
	   -moz-border-radius:0 0 15px 15px;
			border-radius:0 0 15px 15px;
}
#searchCriteria .rowbox {
	letter-spacing:-9px;
}
#searchCriteria .sbox {
	display:inline-block;
	width:100%;
	box-sizing:border-box;
}
#searchCriteria .sbox.key {
	width:calc(100% - 100px);
}
#searchCriteria .sbox.date {
	width:50%;
}
#searchCriteria .sbox.area,
#searchCriteria .sbox.label {
	width:30%;
}
#searchCriteria .sbox.area + .sbox.label {
	margin-left:1px;
}
#searchCriteria .sbox.results {
	width:100%;
	margin-bottom:10px;
}
#searchCriteria .sbox.date + .sbox.key {
	width:calc(50% - 101px);
	margin-left:1px;
}
#searchCriteria .sbox.area + .sbox.key {
	width:calc(70% - 101px);
	margin-left:1px;
}
#searchCriteria .sbox.area + .sbox.label + .sbox.key {
	width:calc(40% - 102px);
	margin-left:1px;
}
#searchCriteria .sbox.btn {
	display:inline-block;
	width:135px;
	margin:0 auto;
}
#searchCriteria .group {
	display:inline-block;
	width:100%;
	vertical-align:middle;
}
#searchCriteria .sbox.date .group,
#searchCriteria .sbox.area .group {
	background:#FFF;
	-webkit-border-radius:7.5px 0 0 7.5px;
	   -moz-border-radius:7.5px 0 0 7.5px;
			border-radius:7.5px 0 0 7.5px;
}
#searchCriteria .datebox {
	display:inline-block;
	width:calc(50% - 15px);
}
#searchCriteria .date-query {
	width:100%;
	height:45px;
	color:#000;
	font-size:1.7em;
	line-height:45px;
	letter-spacing:0;
	padding:0 0 0 35px;
	background:#FFF url(../images/date-query-icon.svg) no-repeat 10px 50%;
	background-size:20px auto;
	border:none;
	box-sizing:border-box;
	vertical-align:middle;
	-webkit-border-radius:7.5px 0 0 7.5px;
	   -moz-border-radius:7.5px 0 0 7.5px;
			border-radius:7.5px 0 0 7.5px;
}
#searchCriteria .boxIntro + .datebox .date-query {
	-webkit-border-radius:0;
	   -moz-border-radius:0;
			border-radius:0;
}
#searchCriteria .date-query:focus {
	color:#a6323b;
	border:none;
	background-color:#FCF7F7;
}
#searchCriteria .boxIntro {
	display:inline-block;
	width:30px;
	color:#000;
	font-size:1.7em;
	line-height:45px;
	text-indent:-9999px;
	overflow:hidden;
	vertical-align:middle;
	background:url(../images/date-query-intro.svg) no-repeat 50% 50%;
	background-size:15px auto;
}
#searchCriteria .sbox.btn {
	width:100px;
}
#searchCriteria .resultsbox {
	display:inline-block;
	width:calc((100% - 2px) / 3);
	vertical-align:middle;
}
#searchCriteria .resultsbox + .resultsbox {
	margin-left:1px;
}
#searchCriteria .listbox {
	display:inline-block;
	width:100%;
}
#searchCriteria .listBar {
	display:-webkit-box;
	width:100%;
	height:45px;
	font-family:"微軟正黑體", Arial, Helvetica, sans-serif;
	font-size:1.7em;
	color:#000;
	cursor:pointer;
	letter-spacing:0;
	border:none;
	box-sizing:border-box;
	padding:0 20px 0 10px;
	background:#FFF url(../images/select-bg.svg) no-repeat right;
	vertical-align:middle;
	overflow:hidden;
	word-break:keep-all !important;
	-webkit-box-orient:vertical;
	  -o-text-overflow:ellipsis;
		 text-overflow:ellipsis;
	-webkit-line-clamp:1;
	transition:0.5s;
	-webkit-border-radius:7.5px;
	   -moz-border-radius:7.5px;
			border-radius:7.5px;
}
#searchCriteria .sbox.area .listBar {
	-webkit-border-radius:7.5px 0 0 7.5px;
	   -moz-border-radius:7.5px 0 0 7.5px;
			border-radius:7.5px 0 0 7.5px;
}
#searchCriteria .sbox.area + .sbox.label .listBar {
	-webkit-border-radius:0;
	   -moz-border-radius:0;
			border-radius:0;
}
#searchCriteria .listBar:focus {
	color:#a6323b;
	background:#FCF7F7 url(../images/select-bg-on.svg) no-repeat right;
}
#searchCriteria .listBar::picker-icon {
	color:#666666;
	transition:0.5s rotate;
}
#searchCriteria .listBar:open::picker-icon {
	rotate:180deg;
}
/*#searchCriteria .listBar,
::picker(select) {
	appearance:base-select;
	background-image:none;
	align-items:center;
	-webkit-border-radius:7.5px;
	   -moz-border-radius:7.5px;
			border-radius:7.5px;
}
#searchCriteria .listBar:focus,
::picker(select) {
	background-image:none;
}*/
#searchCriteria .resultsbox .listBar {
	-webkit-border-radius:0;
	   -moz-border-radius:0;
			border-radius:0;
}
#searchCriteria .resultsbox:first-child .listBar {
	-webkit-border-radius:7.5px 0 0 7.5px;
	   -moz-border-radius:7.5px 0 0 7.5px;
			border-radius:7.5px 0 0 7.5px;
}
#searchCriteria .resultsbox:last-child .listBar {
	-webkit-border-radius:0 7.5px 7.5px 0;
	   -moz-border-radius:0 7.5px 7.5px 0;
			border-radius:0 7.5px 7.5px 0;
}
#searchCriteria .listBar option {
	display:flex;
	justify-content:flex-start;
	color:#000;
	padding:0 10px;
	transition:0.5s;
}
#searchCriteria .listBar option:hover,
#searchCriteria .listBar option:focus {
	color:#a6323b;
	background:none;
}
#searchCriteria .listBar option:first-of-type {
	-webkit-border-radius:7.5px 7.5px 0 0;
	   -moz-border-radius:7.5px 7.5px 0 0;
			border-radius:7.5px 7.5px 0 0;
}
#searchCriteria .listBar option:last-of-type {
	-webkit-border-radius:0 0 7.5px 7.5px;
	   -moz-border-radius:0 0 7.5px 7.5px;
			border-radius:0 0 7.5px 7.5px;
}
#searchCriteria .listBar option:nth-of-type(odd) {
	background:#F2F2F2;
}
#searchCriteria .listBar option:checked {
	color:#000;
	font-weight:bold;
}
#searchCriteria .listBar option::checkmark {
	order:1;
	margin-left:auto;
}
#searchCriteria .search-query {
	width:100%;
	height:45px;
	color:#000;
	font-family:"微軟正黑體", Arial, Helvetica, sans-serif;
	font-size:1.7em;
	line-height:45px;
	letter-spacing:0;
	padding:0 10px;
	background:#FFF;
	border:none;
	box-sizing:border-box;
	vertical-align:middle;
}
#searchCriteria .sbox.key .search-query {
	-webkit-border-radius:7.5px 0 0 7.5px;
	   -moz-border-radius:7.5px 0 0 7.5px;
			border-radius:7.5px 0 0 7.5px;
}
#searchCriteria .sbox.date + .sbox.key .search-query,
#searchCriteria .sbox.area + .sbox.key .search-query,
#searchCriteria .sbox.area + .sbox.label + .sbox.key .search-query  {
	-webkit-border-radius:0;
	   -moz-border-radius:0;
			border-radius:0;
}
#searchCriteria .search-query:focus {
	color:#a6323b;
	border:1px solid #ff6a00;
}
#searchCriteria .buttonBox {
	width:100%;
}
#searchCriteria .search-btn,
#searchCriteria .clear-btn {
	position:relative;
	display:inline-block;
	width:45px;
	height:45px;
	color:#FFF;
	font-family:"微軟正黑體", Arial, Helvetica, sans-serif;
	font-size:1.7em;
	font-weight:bold;
	text-align:center;
	font-weight:bold;
	line-height:100%;
	padding:0;
	margin:0;
	border:none;
	cursor:pointer;
	vertical-align:middle;
	-webkit-border-radius:7.5px;
       -moz-border-radius:7.5px;
            border-radius:7.5px;
	-webkit-transition:all 0.5s ease;
	   -moz-transition:all 0.5s ease;
	     -o-transition:all 0.5s ease;
	        transition:all 0.5s ease;
}
#searchCriteria .search-btn {
	background:#0050b3;
	-webkit-border-radius:0 7.5px 7.5px 0;
       -moz-border-radius:0 7.5px 7.5px 0;
            border-radius:0 7.5px 7.5px 0;
}
.titHead + #searchCriteria .search-btn,
.subHead + #searchCriteria .search-btn {
	background:#b28850;
}
#searchCriteria .clear-btn {
	background:#535353;
	margin-left:10px;
}
#searchCriteria .search-btn:hover,
#searchCriteria .search-btn:focus,
#searchCriteria .clear-btn:hover,
#searchCriteria .clear-btn:focus {
	background:#a6323b;
}
#searchCriteria .search-btn span,
#searchCriteria .clear-btn span {
	position:relative;
	display:block;
	width:100%;
	height:100%;
	text-indent:-9999px;
	overflow:hidden;
}
#searchCriteria .search-btn span::before,
#searchCriteria .clear-btn span::before {
	position:absolute;
    content:"";
	display:block;
	left:27.5%;
	top:27.5%;
    width:45%;
    height:45%;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:cover;
	background-color:#FFF;
	-webkit-mask-size:100% 100%;
			mask-size:100% 100%;
}
#searchCriteria .search-btn span::before {
	-webkit-mask-image:url(../images/search-btn.svg);
			mask-image:url(../images/search-btn.svg);
}
#searchCriteria .clear-btn span::before {
	-webkit-mask-image:url(../images/clear-btn.svg);
			mask-image:url(../images/clear-btn.svg);
}
#searchCriteria .dataBox {
	display:flex;
	width:100%;
	text-align:center;
	letter-spacing:0;
    justify-content:center;
	margin:30px auto 0 auto;
}
#searchCriteria .dataBox span {
	display:inline-block;
	width:4.5em;
	color:#666666;
	font-family:"PingFang TC Semibold", "微软雅黑", "Microsoft YaHei";
	font-size:1.7em;
	font-weight:bold;
	padding:7px 0;
}
#searchCriteria .dataBox .data {
	display:inline-block;
	max-width:calc(100% - 4.5em);
	text-align:left;
	letter-spacing:-9px;
	margin:-5px;
}
#searchCriteria .dataBox .data a {
	display:inline-block;
	color:#C24100;
	font-size:1.7em;
	letter-spacing:0;
	padding:7px 10px;
	margin:5px;
	vertical-align:top;
	border:1px solid #C24100;
	-webkit-border-radius:50px;
       -moz-border-radius:50px;
            border-radius:50px;
}
#searchCriteria .dataBox .data a:hover,
#searchCriteria .dataBox .data a:focus {
	color:#FFF;
	background:#C24100;
}
@media screen and (max-width:990px) {
}
@media screen and (max-width:768px) {
	#searchCriteria .sbox.date {
		width:100%;
		margin-bottom:10px;
	}
	#searchCriteria .sbox.area {
		width:35%;
	}
	#searchCriteria .sbox.area:has( + .sbox.label),
	#searchCriteria .sbox.area + .sbox.label {
		width:calc((100% - 1px) / 2);
	}
	#searchCriteria .sbox.date .group {
		-webkit-border-radius:7.5px;
		   -moz-border-radius:7.5px;
				border-radius:7.5px;
	}
	#searchCriteria .boxIntro + .datebox .date-query {
		-webkit-border-radius:0 7.5px 7.5px 0;
		   -moz-border-radius:0 7.5px 7.5px 0;
				border-radius:0 7.5px 7.5px 0;
	}
	#searchCriteria .sbox.date + .sbox.key {
		width:calc(100% - 100px);
		margin-left:0;
	}
	#searchCriteria .sbox.area + .sbox.label + .sbox.key {
		width:calc(100% - 100px);
		margin:10px 0 0 0;
	}
	#searchCriteria .sbox.area + .sbox.key {
		width:calc(65% - 101px);
	}
	#searchCriteria .resultsbox {
		display:inline-block;
		width:100%;
	}
	#searchCriteria .resultsbox + .resultsbox {
		margin:10px 0 0 0 !important;
	}
	#searchCriteria .resultsbox .listBar {
		-webkit-border-radius:7.5px !important;
		   -moz-border-radius:7.5px !important;
				border-radius:7.5px !important;
	}
	#searchCriteria .sbox.area + .sbox.label .listBar {
		-webkit-border-radius:0 7.5px 7.5px 0 !important;
		   -moz-border-radius:0 7.5px 7.5px 0 !important;
				border-radius:0 7.5px 7.5px 0 !important;
	}
	#searchCriteria .sbox.date + .sbox.key .group,
	#searchCriteria .sbox.date + .sbox.key .group .search-query,
	#searchCriteria .sbox.area + .sbox.label + .sbox.key .search-query {
		width:100%;
		-webkit-border-radius:7.5px 0 0 7.5px;
		   -moz-border-radius:7.5px 0 0 7.5px;
				border-radius:7.5px 0 0 7.5px;
	}
}
@media screen and (max-width:480px) {
	#searchCriteria .sbox.area {
		width:100%;
	}
	#searchCriteria .sbox.date .group,
	#searchCriteria .sbox.area .group {
		background:none;
	}
	#searchCriteria .sbox.area + .sbox.key {
		width:calc(100% - 100px);
		margin-left:0;
	}
	#searchCriteria .boxIntro {
		display:none;
	}
	#searchCriteria .datebox {
		position:relative;
		width:100%;
	}
	#searchCriteria .datebox:last-child {
		margin:10px auto 0 auto;
	}
	#searchCriteria .datebox:before {
		content:"起";
		display:block;
		position:absolute;
		top:0px;
		right:0px;
		width:45px;
		height:45px;
		color:#FFF;
		font-size:1.7em;
		line-height:45px;
		letter-spacing:0;
		text-align:center;
		background:rgba(0,0,0,.8);
		-webkit-border-radius:0 5px 5px 0;
		   -moz-border-radius:0 5px 5px 0;
				border-radius:0 5px 5px 0;
	}
	#searchCriteria .datebox:last-child:before {
		content:"迄";
		display:block;
		position:absolute;
		top:0px;
		right:0px;
		width:45px;
		height:45px;
		color:#FFF;
		font-size:1.7em;
		line-height:45px;
		letter-spacing:0;
		text-align:center;
		background:rgba(0,0,0,.8);
		-webkit-border-radius:0 5px 5px 0;
		   -moz-border-radius:0 5px 5px 0;
				border-radius:0 5px 5px 0;
	}
	#searchCriteria .date-query {
		padding:0 50px 0 35px;
		-webkit-border-radius:5px;
		   -moz-border-radius:5px;
				border-radius:5px;
	}
	#searchCriteria .listbox {
		width:100%;
	}
	#searchCriteria .listbox + .listbox {
		border:none;
		margin:10px auto 0 auto;
	}
	#searchCriteria .listBar {
		-webkit-border-radius:5px;
		   -moz-border-radius:5px;
				border-radius:5px;
	}
	#searchCriteria .search-query {
		-webkit-border-radius:5px 0 0 5px;
		   -moz-border-radius:5px 0 0 5px;
				border-radius:5px 0 0 5px;
	}
}
@media screen and (min-width:991px) {
	#searchCriteria .sbox.date {
		width:calc(45% - 50px);
	}
	#searchCriteria .sbox.date + .sbox.key {
		width:calc(55% - 51px);
	}
}
@media screen and (min-width:991px) and (max-width:1199px) {
	.pageRight #searchCriteria .sbox.date {
		width:50%;
	}
	.pageRight #searchCriteria .sbox.date + .sbox.key {
		width:calc(50% - 101px);
	}
}
@media screen and (min-width:1200px) {
	#searchCriteria .sbox.date {
		width:410px;
	}
	#searchCriteria .sbox.area,
	#searchCriteria .sbox.label {
		width:250px;
	}
	#searchCriteria .sbox.key {
		width:calc(100% - 110px);
	}
	#searchCriteria .sbox.date + .sbox.key {
		width:calc(100% - 521px);
	}
	#searchCriteria .sbox.area + .sbox.key {
		width:calc(100% - 361px);
	}
	#searchCriteria .sbox.area + .sbox.label + .sbox.key {
		width:calc(100% - 612px);
	}
	#searchCriteria .sbox.btn {
		width:110px;
	}
	#searchCriteria .date-query {
		font-size:1.9em;
		height:50px;
		line-height:50px;
		padding:0 0 0 50px;
		background-position:15px 50%;
		background-size:25px auto;
		-webkit-border-radius:10px 0 0 10px;
		   -moz-border-radius:10px 0 0 10px;
				border-radius:10px 0 0 10px;
	}
	#searchCriteria .date-query:focus {
		background-position:15px 50%;
		background-size:25px auto;
	}
	#searchCriteria .listBar {
		font-size:1.9em;
		height:50px;
		padding-left:15px;
		-webkit-border-radius:10px;
		   -moz-border-radius:10px;
				border-radius:10px;
	}
	#searchCriteria .resultsbox:first-child .listBar {
		-webkit-border-radius:10px 0 0 10px;
		   -moz-border-radius:10px 0 0 10px;
				border-radius:10px 0 0 10px;
	}
	#searchCriteria .resultsbox:last-child .listBar {
		-webkit-border-radius:0 10px 10px 0;
		   -moz-border-radius:0 10px 10px 0;
				border-radius:0 10px 10px 0;
	}
	#searchCriteria .search-query {
		font-size:1.9em;
		height:50px;
		line-height:50px;
		padding-left:15px;
	}
	#searchCriteria .sbox.key .search-query {
		-webkit-border-radius:10px 0 0 10px;
		   -moz-border-radius:10px 0 0 10px;
				border-radius:10px 0 0 10px;
	}
	#searchCriteria .search-btn {
		width:50px;
		height:50px;
		-webkit-border-radius:0 10px 10px 0;
		   -moz-border-radius:0 10px 10px 0;
				border-radius:0 10px 10px 0;
	}
	#searchCriteria .clear-btn {
		width:50px;
		height:50px;
		-webkit-border-radius:10px;
		   -moz-border-radius:10px;
				border-radius:10px;
	}
}
@media screen and (min-width:1540px) {
	#searchCriteria .sbox.date {
		width:440px;
	}
	#searchCriteria .sbox.area,
	#searchCriteria .sbox.label {
		width:290px;
	}
	#searchCriteria .sbox.results {
		width:641px;
		margin:0 1px 0 0;
	}
	#searchCriteria .sbox.key {
		width:calc(100% - 130px);
	}
	#searchCriteria .sbox.date + .sbox.key {
		width:calc(100% - 571px);
	}
	#searchCriteria .sbox.area + .sbox.key {
		width:calc(100% - 421px);
	}
	#searchCriteria .sbox.area + .sbox.label + .sbox.key {
		width:calc(100% - 712px);
	}
	#searchCriteria .sbox.results + .sbox.key {
		width:calc(100% - 772px);
	}
	#searchCriteria .sbox.btn {
		width:130px;
	}
	#searchCriteria .boxIntro {
		line-height:60px;
	}
	#searchCriteria .date-query {
		height:60px;
		line-height:60px;
		padding:0 0 0 55px;
		background-position:20px 50%;
	}
	#searchCriteria .date-query:focus {
		background-position:20px 50%;
	}
	#searchCriteria .resultsbox {
		width:213px;
	}
	#searchCriteria .listBar {
		height:60px;
	}
	#searchCriteria .resultsbox:last-child .listBar {
		-webkit-border-radius:0;
		   -moz-border-radius:0;
				border-radius:0;
	}
	#searchCriteria .search-query {
		height:60px;
		line-height:60px;
	}
	#searchCriteria .sbox.results + .sbox.key .search-query {
		-webkit-border-radius:0;
		   -moz-border-radius:0;
				border-radius:0;
	}
	#searchCriteria .search-btn,
	#searchCriteria .clear-btn {
		width:60px;
		height:60px;
	}
	#searchCriteria .search-btn span::before,
	#searchCriteria .clear-btn span::before {
		left:25%;
		top:25%;
		width:50%;
		height:50%;
	}
}


/** page **/
#page {
	display:flex;
	width:100%;	
	flex-direction:column;
	margin:30px auto 0 auto;
}	
#page .total {
	width:100%;
	display:inline-block;
	color:#000;
	font-size:1.7em;
	line-height:150%;
	text-align:center;
}
#page .total span {
	display:inline-block;
	margin:0 10px;
}
#page .total span em {
	display:inline-block;	
	color:#1d2089;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1.1rem;
	font-style:normal;	
	margin:0 4px;
}
#page .num {
	letter-spacing:-9px;
	text-align:center;
	margin-top:20px;
}
#page .num a {
	display:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-weight:bold;
	letter-spacing:0;
	background:#e8e7e3;
	vertical-align:middle;
	overflow:hidden;
	margin:0 15px;
	-webkit-border-radius:100px;
	   -moz-border-radius:100px;
			border-radius:100px;
}
#page .num a:hover,
#page .num a:focus {
	color:#FFF;
	border-color:#CC4E00;
	background:#CC4E00;
}
#page .num .cur { 	
	display:inline-block;
	font-family:Arial, Helvetica, sans-serif;
	color:#1d2089;
	font-size:2.1em;
	font-weight:bold;
	text-align:center;	
	line-height:45px;
	letter-spacing:0;
	vertical-align:middle;
	cursor:text;
	margin:0 10px;
	-webkit-border-radius:100px;
	   -moz-border-radius:100px;
			border-radius:100px;
}
#page .num a.btn-first {
	position:relative;
	display:inline-block;
	width:45px;
	height:45px;
	color:#fff;
	text-align:left;
	text-indent:-9999px;
	background:#333333;
	box-sizing:border-box;
	margin:0 10px 0 0;
}
#page .num a.btn-first:before {
	content:"";
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	width:1px;
	height:13px;
	background-color:#fff;
	margin:-6.5px 0 0 -6px;
	z-index:2;
	-webkit-transition:all 0.5s ease;
	   -moz-transition:all 0.5s ease;
	     -o-transition:all 0.5s ease;
	        transition:all 0.5s ease;
}
#page .num a.btn-first:after {
	content:"";
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	width:8px;
	height:8px;
	border-left:1px solid #FFF;
	border-bottom:1px solid #FFF;
	margin:-4.5px 0 0 1px;
	z-index:2;
	transform:rotate(45deg);
	-webkit-transition:all 0.5s ease;
	   -moz-transition:all 0.5s ease;
	     -o-transition:all 0.5s ease;
	        transition:all 0.5s ease;
}
#page .num a.btn-prev,
#page .num a.btn-next {
	position:relative;
	display:inline-block;
	width:45px;
	height:45px;
	color:#fff;
	text-align:left;
	text-indent:-9999px;
	background:#626262;
	box-sizing:border-box;
}
#page .num a.btn-prev {
	margin:0 10px 0 0;
}
#page .num a.btn-next {
	margin:0 0 0 10px;
}
#page .num a.btn-prev:after,
#page .num a.btn-next:after {
	content:"";
	display:block;
	position:absolute;
	top:50%;
	width:8px;
	height:8px;
	z-index:2;
	transform:rotate(45deg);
	-webkit-transition:all 0.5s ease;
	   -moz-transition:all 0.5s ease;
	     -o-transition:all 0.5s ease;
	        transition:all 0.5s ease;
}
#page .num a.btn-prev:after {
	left:50%;
	border-left:1px solid #FFF;
	border-bottom:1px solid #FFF;	
	margin:-4.5px 0 0 -3px;
}
#page .num a.btn-next:after {
	right:50%;
	border-top:1px solid #FFF;
	border-right:1px solid #FFF;
	margin:-4.5px -3px 0 0 ;
}
#page .num a.btn-last {
	position:relative;
	display:inline-block;
	width:45px;
	height:45px;
	color:#fff;
	text-align:left;
	text-indent:-9999px;
	background:#333333;
	box-sizing:border-box;
	margin:0 0 0 10px;
}
#page .num a.btn-last:before {
	content:"";
	display:block;
	position:absolute;
	top:50%;
	right:50%;
	width:1px;
	height:13px;
	background-color:#fff;
	margin:-6.5px -6px 0 0;
	z-index:2;
	-webkit-transition:all 0.5s ease;
	   -moz-transition:all 0.5s ease;
	     -o-transition:all 0.5s ease;
	        transition:all 0.5s ease;
}
#page .num a.btn-last:after {
	content:"";
	display:block;
	position:absolute;
	top:50%;
	right:50%;
	width:8px;height:8px;
	border-top:1px solid #FFF;
	border-right:1px solid #FFF;
	margin:-4.5px 1px 0 0;
	z-index:2;
	transform:rotate(45deg);
	-webkit-transition:all 0.5s ease;
	   -moz-transition:all 0.5s ease;
	     -o-transition:all 0.5s ease;
	        transition:all 0.5s ease;
}
#page .num a.btn-first:hover,
#page .num a.btn-first:focus,
#page .num a.btn-prev:hover,
#page .num a.btn-prev:focus,
#page .num a.btn-next:hover,
#page .num a.btn-next:focus,
#page .num a.btn-last:hover,
#page .num a.btn-last:focus {
	background:#CC4E00;
}
@media screen and (min-width:991px) {
	#page {
		justify-content:space-between;
		flex-direction:column;
		align-items:center;
		margin-top:40px;
	}
	#page .num {
		margin:20px 0 0;
	}
	#page .num a,
	#page .num .cur {
		display:inline-block;
		width:45px;
		height:45px;
		font-size:1.5em;
		line-height:45px;
		font-weight:normal;
		margin:3px;
	}
	#page .num .cur {
		color:#fff;
		background:#1d2089;
	}
	#page .num a.btn-first,
	#page .num a.btn-prev,
	#page .num a.btn-next,
	#page .num a.btn-last {
		width:45px;
		height:45px;
		margin:3px;
	}
}
@media screen and (min-width:1200px) {
	#page .num a,
	#page .num .cur {
		width:50px;
		height:50px;
		font-size:1.7em;	
		line-height:50px;
		margin:5px;
	}
	#page .num a.btn-first,
	#page .num a.btn-prev,
	#page .num a.btn-next,
	#page .num a.btn-last {
		width:50px;
		height:50px;
		margin:5px;
	}
}


@media print {
	#comMain{margin-top:0!important;}
}