@charset "utf-8";
html,body {
	height:100%;
	margin:0;
	padding:0;
}
main {
  display: block;
}
body{
	font:62.5%/1 "微軟正黑體", Arial, Helvetica, sans-serif;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	text-size-adjust:100%;
}
body.font-size-s {
    font-size:56.3%;
}
body.font-size-l {
	font-size:68.8%;
}
a {
	color:#00738F;
	text-decoration:none;
	-webkit-transition:all 0.3s ease;
	   -moz-transition:all 0.3s ease;
	     -o-transition:all 0.3s ease;
	        transition:all 0.3s ease;
}
a:hover,
a:focus {
	text-decoration: none;
	color: #E12D00;
}
a:focus, button:focus, input:focus, select:focus, textarea:focus {
	outline:2px dashed #AD4800;
}
a, button, textarea, select, input {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}
img {
	border: none;
	vertical-align: middle;
	max-width:100%;
	height:auto;
}
.comingSoon {
    width: 100%;
    float: left;
    padding: 160px 0;
    font-size:3.3em;
	font-family:Arial, "微軟正黑體", Helvetica, sans-serif;
    line-height: 1.2;
    color: #ddd;
    text-align: center;
    margin: 0;
}
.bbfont{
	font-weight: bold;
    font-family: "微软雅黑", "微軟正黑體";
}
@media screen and (min-width: 768px) {
	.comingSoon {font-size:8em;}
}
.autoTx{ display:inline-block;}
.noscript {
    display: block;
    width: 100%;
    font-size: 1.5em;
    line-height: 120%;
    padding: 20px;
    margin: 0 auto;
    box-sizing: border-box;
    background: #ffe5e6;
}
.noteBtn{
	width:100%;
	margin-top:20px;
}
.noteBtn a{
	font-size: 1.5em;
    line-height: 150%;
	background-color:#00738F;
	color:#ffffff;
	padding:5px 10px;
	display:inline-block;
}
.noteZone{
	width:100%;
	margin-top:1em;
	font-size: 1.5em;
    line-height: 150%;
}
.articleContent .noteBtn a,
.articleContent .noteZone{font-size:1em;}
/** Layout **/
#wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding:0;
}
.hide-panel {
	position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only,
.sr-only-focusable {
    position:absolute;
    color: #000;
    margin-left: 5px;
	width:1px;
	height:1px;
	display:block;
	overflow:hidden;
	z-index:100;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
	width:auto;
	height:auto;
    font-size: 0.8rem;
}
.acKey,
.acKey:hover,
.acKey:focus,
.acKey a ,
.acKey a:hover,
.acKey a:focus {
	color: transparent;
	font-size:12px;
}
.container {
	width:100%;
	margin:0 auto;
	padding:0 15px;
	box-sizing:border-box;
	max-width:1300px;
}
.row {
    margin-right: -10px;
    margin-left: -10px;
}
.left-part { float:left; }
.right-part { float:right; }
@media screen and (max-width: 990px) {
	.pc-mode {display: none !important;}  
}
@media screen and (min-width: 991px) {
	.sp-mode {display: none !important;}
}
@media screen and (min-width: 1300px) {
	.container {padding:0;}
}
.font-black { color:#000;}
.font-blue { color:#00aad9;}
.font-green { color:#59b300;}
.font-yellow { color:#f39800;}
.font-orange { color:#eb6100;}
.font-red { color: #d23d2a;}
/** header **/
#header {
	width:100%;
	margin: 0 auto;
	position:relative;
	z-index:100;
	background-color:transparent;
	transition:all 1s;
 	box-sizing:border-box;
}
#header .container{ padding:0;position: static;}
#header.sp-fix {
	width:100%;
	background:#FFF;
}
@media screen and ( max-width: 700px){
	#header.sp-fix {border-top:none;}
}
/* ----- topHead ----- */
#topHead {
	position:relative;
	width:100%;
	margin: 0 auto;
	min-height:60px;
	display: flex;
	flex-wrap: wrap;
}
#topHead .logo {
	float:left;
	margin:0 5px;
	z-index: 3;
}
#topHead .logo a {
	display:block;
	width:270px;
    height:60px;
	font-size:0;
	/* background-image: url(../images/header_logo.svg); */
	background-image:url(../images/header_logo-m.png);
	background-repeat:no-repeat;
	background-position:0 50%;
	background-size:auto 45px;
}
#topHead .logo a:hover{opacity:0.8}
@media screen and (min-width: 991px){
	/* #header {border-bottom:8px solid #03bdcf;}	 */
	#header  .container{display: flex;flex-wrap: wrap;}
	#topHead{
		/* width:calc(100% - 90px); */
		flex-direction: column;
		/* margin:0 30px 0 0; */
		height: 125px;
	}
	#topHead .logo{position:absolute;left:0;top:13px;}	
	#topHead .logo a {
		height: 95px;
		width: 600px;
		background-size:contain;
		background-image:url(../images/header_logo.png);
	}
	#navMenu{background-color: #0A8746;}	
}
@media screen and (max-width:480px){
	#topHead .logo a{
		background-size: contain;
		width: 200px;
		margin-left: -5px;
	}
}
/* ----- addon ----- */
.addon {
	float:right;
	width:auto;
}
.addon > ul {
	float:right;
	list-style:none;
	display: flex;
	flex-wrap: wrap;
}
.addon > ul > li {
	color:#000;
	text-align:left;
	position:relative;
}
.addon > ul > li a {
	color:#000;
	vertical-align:top;
}
.addon > ul > li a.acKey {
	color: transparent;
	margin:0;	
}
.addon > ul > li a:hover,
.addon > ul > li a:focus {
	color:#F90;
}
@media screen and (min-width: 991px) {
 	.addon {margin-top: 63px;
		transform: translate(0,-50%);}
	
	.addon > ul > li + li{margin-left:8px; padding-left:8px;}
	.addon > ul > li a{
		padding-left:23px;
		display:inline-block;
		font-size:1.6em;
		background-repeat:no-repeat;
		background-position:left center;
		color:#888888;
		font-weight:bold;
	}
	.addon > ul > li a:hover{
		color:#03bdcf; 
	}
	.addon > ul > li a.top-icon-home{ background-image:url(../images/addon-home.svg); width: 50px; height: 50px;background-color: #0A8746;border-radius: 50%;}
	.addon > ul > li a.top-icon-sitemap{background-image: url(../images/addon-sitemap.svg); width: 50px; height: 50px;background-color: #0A8746;border-radius: 50%;}
	.addon > ul > li a.top-icon-en{background-image: url(../images/addon-en.svg); width: 50px; height: 50px;background-color: #0A8746;border-radius: 50%;}
	.addon > ul > li a.top-icon-cn{background-image: url(../images/addon-cn.svg); width: 50px; height: 50px;background-color: #0A8746;border-radius: 50%;}
	.addon > ul > li a.top-icon-member{background-image: url(../images/addon-member.svg); width: 50px; height: 50px;background-color: #0A8746;border-radius: 50%;}

	.addon > ul > li a.top-icon-home:hover,
	.addon > ul > li a.top-icon-sitemap:hover,
	.addon > ul > li a.top-icon-en:hover,
	.addon > ul > li a.top-icon-member:hover{
		background-color: #11723d;
	}
	.addon > ul > li span{
		position:absolute;
		width:1px;
		height:1px;
		display:block;
		overflow:hidden;
	}
}
/**/
#addon-sp {
	float:left;
	width:100%;
}
#addon-sp > ul {
	float:left;
	width:100%;
	list-style:none;
}
#addon-sp > ul > li {
	float:left;
	width:33.33%;	
}
#addon-sp > ul > li a{
	width:100%;
	height:100%;
	color:#FFF;
	font-size:1.5em;
	text-align:center;
	vertical-align:middle;
	padding:15px 0;
	background-color:rgba(0,0,0,0.3);
	box-sizing:border-box;
	border-right: 1px solid rgba(255,255,255,0.5);
	display:block;
}
#addon-sp > ul > li a:before{
	content:"";
	width:0px;
	height:0px;
	display:inline;
	padding-right:20px;
	background-image:url(../images/headicon.svg);
	background-image:url(../images/headicon.png) \9;
	*background-image:url(../images/headicon.png);
	background-repeat:no-repeat;
	background-size:auto 20px;
	background-position:right top;
}
#addon-sp > ul > li a.top-icon-home:before {background-position:0 0;}
#addon-sp > ul > li a.top-icon-contact:before {background-position:-20px 0;}
#addon-sp > ul > li a.top-icon-sitemap:before {background-position:-40px 0;}
#addon-sp > ul > li a.top-icon-link:before{background-position:-60px 0;}
#addon-sp > ul > li a.top-icon-faq:before{background-position:-80px 0;}
#addon-sp > ul > li a:hover:before {}
#addon-sp > ul > li a:hover,
#addon-sp > ul > li a:focus {
	background-color:#333;	
}
@media screen and (max-width: 600px) {
	#addon-sp > ul > li a:before{ display:none;}
}
@media screen and (max-width: 480px) {
	#addon-sp > ul > li{width:25%;}
}
/* ----- target-menu ----- */
#target-menu-sp {
	float:left;
	width:100%;
	background:#FFF;
}
@media screen and (min-width: 991px) {
	#target-menu {
		display:inherit;
		float:left;
		width:100%;
		position:relative;
		z-index:3;
	}  
	#addon-sp > ul > li{ width:auto}
}
/* ----- searchZone ----- */
.searchBtn .lookBtn{
	text-align: center;	
	margin: 0 auto;
}
.lookBtn .searchTag {
	display:block;
	width:70px;
	height:70px;
	font-size:0;
	/* background-color:#03bdcf; */
	box-sizing:border-box;
	z-index:0;
}
.lookBtn .searchTag:focus{
	outline-color:#000;
}
.searchZone {
	text-align: center;	
	margin: 0 auto;
}
.searchZone .searchTag {
	display:block;
	width:70px;
	height:70px;
	font-size:0;
	/* background-color:#03bdcf; */
	box-sizing:border-box;
	z-index:0;
}
#header.sp-fix .searchTag{
	width:60px;
	height: 60px;
	position:absolute;
	right:60px;
	top:-60px;
	background: #0A8746;
}
.lookBtn .searchTag span{
	margin: 20px auto;
    width: 30px;
    height: 30px;
    display: block;
}
.lookBtn .searchTag span em {
	display:block;
	height:100%;
	width:100%;
	background:none;
	backface-visibility:hidden;
	position:relative;
}
.lookBtn .searchTag span em::before {
	position:absolute;
	display:block;
	content:'';
	left:0;
	top:0;
	height:24px;
	width:24px;
	border:2px solid #fff;
	box-sizing:border-box;
	border-radius:100px;
	transition:transform .2s;
	margin:1px;
}
.lookBtn .searchTag span em::after {
	position: absolute;
    display: block;
    content: '';
	right: 50%;
    top: 50%;
	background:#fff;
    transition: transform .2s;
    transform: rotate(-45deg);
    border-radius: 5px;
    width:2px;
    height: 10px;
	margin-right: -10px;
    margin-top:4px;
}
.lookBtn .searchTag.off {
	background:#11723d;
}
.lookBtn .searchTag.off span em::before,
.lookBtn .searchTag.off span em::after{
	left:50%;
	top:50%;
	width:28px;
	height:2px;
	margin:0;
	background:#fff;
	margin-left:-14px;
}
.lookBtn .searchTag.off span em::before {
	border:none;
	transform:rotate(-45deg);
}
.lookBtn .searchTag.off span em::after {
	transform:rotate(45deg);
}

#header.sp-fix .sp-mode .searchTag{
	width:60px;
	height: 60px;
	position:absolute;
	right:60px;
	top:0px;
	background: #0A8746;
}
.sp-mode .lookBtn .searchTag span{
	margin: 15px auto;
    width: 30px;
    height: 30px;
    display: block;
}

.searchZone .search {	
	display:none;
	width:100%;
	text-align: center;
	/* background:#11723d; */
	background: rgba(0, 0, 0, 0.75);
	margin:0 auto;
	box-shadow:0 3px 5px rgba(0%,0%,0%,0.3);
	/* position: absolute; */
	/* left:0;
    top:60px; */
	float: left;
}
.searchZone .box {
	position:relative;
	width: 100%;
	max-width:1300px;
	padding:10px;
	background:none;
	box-sizing:border-box;
	margin:0 auto;
	transition: all 200ms ease;
}
.searchZone .keyWd {
	display:inline-block;
	width: 100%;
	max-width:1200px;
	color:#fff100;
	font-size:17px;	
	line-height:25px;
	text-align:left;
	padding:15px 10px;
	box-sizing:border-box;
	margin:0 auto;
	border-top: 1px solid #fff;
}
.searchZone .keyWd a {
	display:inline-block;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	margin:0 5px;
}
.searchZone .keyWd a:hover,
.searchZone .keyWd a:focus {
	color:#fff100;
}
.searchZone .keyWd a.advanced {
	float:right;
	color:#FFF;
	font-size:15px;
	line-height:15px;
	text-align:center;
	vertical-align:middle;
	text-decoration:none;
	padding:7px;
	border:1px solid #fff;
	box-sizing:border-box;
	margin:0;
}
.searchZone .keyWd a.advanced:hover,
.searchZone .keyWd a.advanced:focus {
	background:#fff;
	color:#333;
}
.searchZone .search-txt {
	width:100%;
	height:50px;
	color:#fff;
	font-family:"微軟正黑體", Arial, Helvetica, sans-serif;
	font-size:1.125rem;
	line-height:50px;
	padding:0 55px 0 10px;
	border:none;
	box-sizing:border-box;
	background:none;
	border: 0.5px solid #fff;
}
.searchZone .search-txt:focus {color:#fff;}
.searchZone .search-txt::placeholder {
	color: #fff;
	opacity: 1;
}
.searchZone .search-txt:-ms-input-placeholder,
.searchZone .search-txt::-ms-input-placeholder {
	color: #fff;
}
.searchZone input:-internal-autofill-selected {
	background:none !important;
}
.searchZone .search-btn {
	position:absolute;
	top:10px;
	right:10px;
	display:block;
	width:50px;
	height:50px;
	font-size:0;
	padding:0;
	margin:0;	
	border:none;
	cursor:pointer;
	background:none;
}
.searchZone .search-btn:focus,
.searchZone .search-txt:focus{
	outline-color:#FAF00A;
}
.searchZone .search-btn span {
	float:left;
	width:100%;
	height:100%;
}
.searchZone .search-btn span em {
	position:relative;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	width: 26px;
    height: 26px;
    margin: 12px auto;
    display: block;
}
.searchZone .search-btn span em::before {
	position:absolute;
	display:block;
	content:'';
	left:0;
	top:0;
	height:22px;
	width:22px;
	border:2px solid #fff;
	box-sizing:border-box;
	border-radius:100px;
}
.searchZone .search-btn span em::after {
	position:absolute;
	display:block;
	content:'';
	left:16px;
	top:20px;
	width:10px;
	height:2px;	
	background:#fff;
	transform:rotate(45deg);
}
.searchZone .search-btn:hover span em::before,
.searchZone .search-btn:focus span em::before {
	border-color:#fff100;
}
.searchZone .search-btn:hover span em::after,
.searchZone .search-btn:focus span em::after {
	background-color:#fff100;
}
@media screen and (min-width: 991px) {
	.searchZone{display: flex;align-items: center; margin:0;width: 100%;background: #fff;}
	.searchZone .search{top:195px;}
}
/** aside-menu **/
#aside-menu {
	position:relative;
	width: 100%;
	margin:0;
	padding:0;
    background-image: url(../images/aside-menubg.jpg);
    background-repeat: repeat-y;
	background-position:center;
    background-color: #2e8614;
}
#aside-menu .trigger {
	width: 100%;
	height:50px;
	padding:0;
	text-align:center;
	display:block;
	margin:0 auto;
	position:relative;
}
#aside-menu .trigger .tit-Panell {
	float:left;
	width: 100%;
	color:#FFF;
	margin:0 auto;
	font-size:1.5em;
}
#aside-menu .trigger > a {
	width:30px;
	height:30px;
	color:#FFF;
	font-size:0;
	font-weight:bold;
	text-align:center;
	margin:0 auto;
	float:right;
	position:absolute;
	top:10px;
	right:10px;
}
#aside-menu .trigger > a:hover {
	color:#aaff00;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
#aside-menu .trigger a.open-Panell,
#aside-menu .trigger a.close-Panell {
	display:none;	
}
#aside-menu .trigger a.open-Panell span,
#aside-menu .trigger a.close-Panell span {
	display:block;
	width:100%;
	height:100%;
	padding:0;
	margin:0 auto;
}
#aside-menu .trigger a.open-Panell span {
	background:url(../images/aside-menuBtn.png) no-repeat 50% 0;
}
#aside-menu .trigger a.open-Panell:hover span {
	background:url(../images/aside-menuBtn-ov.png) no-repeat 50% 0;
}
#aside-menu .trigger a.close-Panell span {
	background:url(../images/aside-closeBtn.png) no-repeat 50% 0;
}
#aside-menu .trigger a.close-Panell:hover span {
	background:url(../images/aside-closeBtn-ov.png) no-repeat 50% 0;
}
#aside-menu .fat-nav{
	width:100%;
	float:left;
	padding:15px 0;
}
#aside-menu .fat-nav > ul{
	width:100%;
	float:left;
	list-style-type:none;
	text-align:center;
}
#aside-menu .fat-nav > ul > li{
	display:inline-block;
	width:auto;
	margin:5px;
}
#aside-menu .fat-nav > ul > li > a{
	width:auto;
	padding:7px 15px;
	background-color:#8cc63f;
	color:#fff;
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	font-size:1.6em;
	display:inline-block;
	line-height:100%;
}
#aside-menu .fat-nav > ul > li > a:hover,
#aside-menu .fat-nav > ul > li.unit-now > a{
	background-color:#000;
}
@media screen and (max-width:990px) {
	#aside-menu { padding-top:60px;}
}
@media screen and (min-width:991px) {
	#aside-menu { padding-top:150px;}
}
/** main **/
#main {
	width: 100%;
	margin: 0 auto;
}
#comPage{
	width:100%;
	margin:0;
	padding:100px 0 30px 0;
	background-color:#fdfdfd;
	overflow: hidden;
}
/* ---- smTitle ----- */
#smTitle{
	width:100%;
	height:100px;
	float:left;
	background-image: url(../images/menuL_BG.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	position:relative;
}

#smTitle.set2{
	height:170px}

#smTitle > h2{
	font-size:3em;
	color:#fff;
	font-weight:bold;
	text-align:center;
	position:absolute;
	left:0; top:50%;
	transform:translateY(-40%);
	width:100%;
	font-family:"微软雅黑";
	text-shadow:0 0 4px rgba(0,0,0,0.6)
}
#smTitle > h2 > span{
	font-size:0.583em;
	color:#fff;
	width:100%;
	display:block;
	padding:6px 0;
	font-family:Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 990px) {

	#smTitle {
		position: relative;
		padding-left: 60px;
		min-height: 60px;
		height: auto !important;
		padding: 20px 0;
	}

	#smTitle > .smicon{
		position:absolute;
		left:0;
		top:0;
		width:60px;
		height:60px;
	}
	
	#smTitle > h2 {
		font-size: 2.2em;
		position: static;
		left: auto;
		top: auto;
		transform: none;
	}
 
	#smTitle > h2 > span{
		width:auto;
		display:inline-block;
		padding:0 0 0 10px;
	}
	#comPage{
		padding: 40px 0;
	}
}
/* ----- smenuNav ----- */
#smenuNav {
	display:none;
}
@media screen and (max-width: 990px) {
	#smenuNav {
		float:left;
		display:block;
		width:100%;
		height:auto;
		border:none;
		background:none;
		margin:0 auto;
	}
	#smenuNav > a {
		position:relative;
		float:left;
		width:100%;
		color:#666;
		font-size:1.9em;
		font-weight:bold;
		vertical-align:middle;
		padding:13px 15px;
		border:1px solid #04bed0;
		box-sizing:border-box;
		background:rgba(255,255,255,1)
	}
	#smenuNav > a.openNav {
		color:#FFF;
		background:#000;
		border:0
	}
	#smenuNav > a:before {
		content: "";
		position: absolute;
		display: block;
		width: 14px;
		height: 2px;
		top: 22px;
		right: 15px;
		margin: -1px 0 0;
		background:#04bed0;
	}
	#smenuNav > a:after {
		content: "";
		position: absolute;
		display: block;
		width: 2px;
		height: 14px;
		top: 23px;
		right: 21px;
		margin: -8px 0 0;
		background:#04bed0;
		-webkit-transition: -webkit-transform .2s linear;
		   -moz-transition: -moz-transform .2s linear;
			-ms-transition: -ms-transform .2s linear;
			 -o-transition: -o-transform .2s linear;
				transition: transform .2s linear;
	}
	#smenuNav > a.openNav:after {
		background:#FFF;
		-webkit-transform: rotate(90deg);
		   -moz-transform: rotate(90deg);
			-ms-transform: rotate(90deg);
			 -o-transform: rotate(90deg);
				transform: rotate(90deg);
	}
}
/* ---------- smemu ---------- */ 
#smenu {
	float:left;	
	width:100%;
}
#smenu > ul {
	float:left;
	width:100%;
	list-style:none;
   }
#smenu > ul > li {
	float:left;
	width:100%;
	margin-bottom:2px;	
 }
 #smenu > ul.unit-now{
	display: none !important;
 }
 
#smenu > ul > li > a {
	float:left;
	width:100%;
	color:#000;
	font-size: 2em;
	font-weight:bold;
	text-decoration: none;	
	padding:25px 30px 25px 12px;
	box-sizing:border-box;
	background-color:#fff;
	position:relative;
	border-bottom: 1px solid #E8E8E8;
}
#smenu > ul > li > a:hover,
#smenu > ul > li > a:focus,
#smenu > ul > li:hover > a{
	color:#fff; background-color:#92701C
}
#smenu > ul > li > a:active,
#smenu > ul > li.unit-now > a {
	color:#ffffff;
	background:#92701C;
}


@media screen and (max-width: 990px) {
	#smenu {
		display:none;
	}
	#smenu > ul > li > a {
		font-size:1.9em;
	}
	#smenu > ul > li > a{
		padding:13px 30px 13px 12px;}
}

/* ---------- navSmenu ---------- */ 
#smenu .navSmenu {
	float:left;
	width:100%;
	list-style:none;
	border:none;
	margin:0px;
	padding:0px;
	background:#FAF2D8;
}
#smenu .navSmenu li {
	float:left;
	width:100%;		
	padding:15px;
	border-bottom: 1px dotted #e2e3dd;
	box-sizing:border-box;
}
#smenu > .navSmenu li.now a{
	color:#B20000;
}
#smenu .navSmenu li:last-child {
	border-bottom:1px solid #DBDAD7;
}
#smenu .navSmenu li a {
	float:left;
	width:100%;
	color: #555;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1.2;
	text-align: left;
	padding:10px 0;
	background:none;
}
#smenu .navSmenu > li a:hover,
#smenu .navSmenu > li a:focus  {
	color:#B20000;
	background:none;
}
#smenu > ul > li:hover > .navSmenu {
	display:block;
	background:#FAF2D8;
}
#smenu > ul > li > .navSmenu {
	background:#FAF2D8;
}
#smenu > ul > li > .navSmenu li:last-child {
	border-bottom:none;
}
#smenu > ul > li.unit-now > .navSmenu {
	display:block;	
	background:#FAF2D8;
}
#smenu > ul > li.unit-now > .navSmenu > li a {
	color:#555;
}
#smenu > ul > li > .navSmenu > li a:hover,
#smenu > ul > li.unit-now > .navSmenu > li a:hover,
#smenu > ul > li.unit-now > .navSmenu > li a:focus {
	color:#B20000 !important;
	text-decoration:none;
}
#smenu > ul > li.unit-now > .navSmenu > li:active a {
	color:#B20000;
	font-weight:bold;
	text-decoration:none;
}
#smenu > ul > li.unit-now > .navSmenu > li.unit-now a {
	color:#B20000;
	font-weight:bold;
	text-decoration:none;
}


@media screen and (min-width: 991px) {

#smenu > ul > li > a:after{
	content:'';	
	width:8px; 
	height:8px;  
	display:block; 
	position:absolute;
	right:17px; 
	top:50%; 
	transform:translateY(-50%) rotate(45deg); 
	z-index:2;
	border-right: 2px solid #000;
    border-top: 2px solid #000;

}
#smenu > ul > li > a:hover:after{
	border-right: 2px solid #fff;
    border-top: 2px solid #fff;
}	
#smenu > ul > li.unit-now > a:after{ display:none}		
	
}
/* ----- page ----- */
#page{
	float:left;
	width:100%;			
	margin:30px auto 0;
	clear:both;
	text-align:center;
	position:relative;
	padding:0;
}
#page .num {
 	width:auto;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
}

#page .num a{
	display: inline-block;
    color: #3f3f3f;
    padding: 0 10px;
    border-left: 1px solid #ccc;
    font-size: 1.7em;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #E8E8E8;
    margin-right: 5px;
}
	
#page .num a:hover{ color:#3F97AB}	
	
#page .num .btn {
	display: inline-block ;
 	width:40px;
	height:40px;
	font-size:0;
	line-height:40px;
	text-align:center;
	text-decoration: none;
	margin:0 8px;
	padding:0;
	background-color:#3F97AB;
	color:#fff;
	vertical-align:middle;
	background-position:center;
	background-repeat:no-repeat;
}
#page .num a.btn:hover{
 	text-decoration: none;
	background-color:#000;
}
#page .num .cur{
	color: #fff;
    display: inline-block;
    padding: 0 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.7em;
    margin-right: 5px;
    background: #7A7A7A;
}	
#page .total{
	display: block;
 	color: #333;	
	font-size:1.6em;
	line-height:27px;
	text-align: center;
	margin-bottom:15px;
}
#page .total > span{
	font-family:Arial, Helvetica, sans-serif;
	padding:0 5px;
	color:#dc1c24;
	font-weight:bold;
}
 #page .num a.btn.first {
 		text-indent:-9999px;
		background-image:url(../images/page-first.svg);
		background-image:url(../images/page-first.png) \9;
		*background-image:url(../images/page-first.png);
		margin:0 5px 0 0 ;
		padding:0;
	}
	#page .num a.btn.prev {
 		text-indent:-9999px;
		background-image:url(../images/page-prev.svg);
		background-image:url(../images/page-prev.png) \9;
		*background-image:url(../images/page-prev.png);
		padding:0;
		margin:0 5px 0 0;
	}
	#page .num a.btn.next {
 		text-indent:-9999px;
		background-image:url(../images/page-next.svg);
		background-image:url(../images/page-next.png) \9;
		*background-image:url(../images/page-next.png);
		padding:0;
		margin:0;
	}	
	#page .num a.btn.last {
 		text-indent:-9999px;
		background-image:url(../images/page-last.svg);
		background-image:url(../images/page-last.png) \9;
		*background-image:url(../images/page-last.png);
		margin:0 0 0 5px ;
		padding:0;
	}
	
@media screen and ( max-width: 767px) {
	#page .total{
 		width:100%;
		color: #000;	
		font-size:1.5em;
		text-align: center;
	}
	#page .num {
 		width:100%;
		text-align:center;
		margin:0 0 20px;	
	}
	#page .num a {
		display:none;
		color: #000;
		font-size:1.0625em;
		vertical-align:middle;
	}
	#page .num .cur{	
		display:inline-block;
		color: #fff;
		font-size:1.0625em;
		font-weight:bold;
		text-align:center;
		vertical-align:middle;
		cursor:text;
		width:40px; height:40px;
		line-height:40px;
		text-align:center;
		background-color:#666;
	}
	#page .num a.btn-prev {
 		padding-left:15px;
		background: url(../images/page-sp-prev.svg) no-repeat 0 50%;
		background-image:url(../images/page-sp-prev.png) \9;
		*background-image:url(../images/page-sp-prev.png);
	}
	#page .num a.btn-next {
 		padding-right: 15px;
		background: url(../images/page-sp-next.svg) no-repeat right 50%;
		background-image:url(../images/page-sp-next.png) \9;
		*background-image:url(../images/page-sp-next.png);
	}
	#page .num a.btn-prev,
	#page .num a.btn-next{
		font-size:1.5em;
		width:auto;
		font-family:"微軟正黑體";
	}
	#page .num a.btn-first,
	#page .num a.btn-last{
		display:none;
	}
}

/** pageBack **/
#pageBack {
	float:left;
	width:100%;
	margin:70px 0 30px 0;
	text-align:center;
}
#pageBack a {
	font-size:1.8em;
	line-height:1;
	border-radius:30px;
	font-weight:bold;
	color:#fff;
	background-color:#333;
	padding:10px 24px;
	padding-left:45px;
	margin:0 auto;
	background-repeat:no-repeat;
	background-position:23px  center;
	background-image: url(../images/share/back_ico.svg);
  }
#pageBack a:hover {
	background-color:#378091;
}
/** footer **/
#footer {
	position:relative;
	width: 100%;
	margin:0 auto;
	background-color: #E8E8E8;
}
#footer .trigger {
	float:left;
	width: 100%;
	height:110px;
	padding:0;
	text-align:center;
	box-sizing: border-box;
	position:relative;
	margin:0 auto;
	border-bottom:1px solid rgba(255, 2550, 255, 1);
}

#footer .trigger.close{
	border-bottom:0;}

#footer .trigger .tit-Panell {
	float: left;
    width: 100%;
    color: #FFF;
    font-size: 2.7em;
    font-weight: bold;
    text-align: left;
    position: absolute;
	text-shadow:0 0 4px rgba(0,0,0,0.9);
    bottom: 10px;
    left: 0;
    line-height: 40px;
    padding: 10px;
    padding-left: 50px;
    background: url(../images/footer-tit-ico.png) left 10px no-repeat;
}

#footer .trigger .tit-Panell > b{
	font-size:1.875em;
 	padding-right:50px;
	padding-left:6px;
	font-weight:bold;
	float:left;
	position:relative;
}
 
#footer .trigger a {
	width:36px;
	height:36px;
	color:#FFF;
	font-size:0;
	font-weight:bold;
	text-align:center;
	margin:0 auto;
	position:absolute;
	border-radius:50%;
	right:0;
	bottom:15px;
}
#footer .trigger a:hover {
	color:#aaff00;
}
#footer .trigger a.open-Panell,
#footer .trigger a.close-Panell {
	display:none;	
}
#footer .trigger a.open-Panell span,
#footer .trigger a.close-Panell span {
	display:block;
	width:100%;
	height:100%;
	padding:0;
	margin:0 auto;
	background-position:50% 50%;
	background-repeat:no-repeat;
	border-radius:50%;
}
#footer .trigger a.open-Panell span {
	background-image: url(../images/footer-sitemap.svg);

}
#footer .trigger a.open-Panell:hover span, #footer .trigger a.close-Panell:hover span  {
	background-color:rgba(0,0,0,0.4)
}
#footer .trigger a.close-Panell span {
	background-image: url(../images/footer-sitemap.svg);
	transform: rotate(45deg);
}
 
#footer .trigger a:hover{
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
/* ----- fatfooter ----- */
.fatfooter {
	width: 100%;
	margin:0 auto;
}
.fatfooter .fat-nav {
	float:left;
	width: 100%;
	padding:40px 0 10px;
	margin:0 auto;
	overflow:hidden;
}
.fatfooter .fat-nav > ul {
	width:100%;
	max-width:100%;
	padding:15px 0;
	padding-bottom:30px;
	list-style:none;
	display: flex;
	justify-content: space-evenly;
}
.fatfooter .fat-nav > ul > li {
	display:table-cell;
 	width: 12.5%;
	box-sizing:border-box;
	margin-bottom:10px;
	min-width:110px;
	padding-left: 15px;
}

.fatfooter .fat-nav > ul > li:last-child {
	padding-right:0;}
.fatfooter .fat-nav > ul > li > a {
	color:#006573;
	font-size:2em;
	font-weight:bold;
	width:100%;
	display:block;
	padding-bottom:20px;
	font-family:"微软雅黑", "微軟正黑體";
}
.fatfooter .fat-nav > ul > li > a:hover {
	color:#FF0000;
}
.fatfooter .fat-nav > ul > li > ul {	
	list-style:none;
 
}
.fatfooter .fat-nav > ul > li > ul > li {	
	margin:5px 0;
	
	
}
.fatfooter .fat-nav > ul > li > ul > li > a {
	color:#3F3F3F;
	font-size:1.6em;
	line-height:120%;
	box-sizing:border-box;
	display:block;
	position:relative;
}

.fatfooter .fat-nav > ul > li > ul > li > a:hover {
	color:#FF0000;
}
 
/* ----- copyright ----- */
.copyright {
	width: 100%;
	padding:20px 0;
	margin:0 auto;
}
.copyright .container{
	position:relative;
	display: flex;
	align-items: center;
}
.copyright .container .CRIcon{width: 35%;}
.copyright .container .wd{width: calc(65% - 160px);}
.copyright .container .CRShare{width: 160px;}
.copyright .container .CRShare:has(.a11yMark){
	align-content:center;
}
.copyright .a11yMark:has(+ul){
	margin-bottom:15px;
}
.copyright .wd {
	width:100%;
	margin:0 auto;
}
.copyright .wd dl {
	float:left;
	width:100%;
}
.copyright .wd dt,.copyright .wd dd{
	width:100%;
	float:left;
	font-weight:normal;
	font-size:1.6em;
	line-height:150%;
}
.enWrap .copyright .wd dt,
.enWrap .copyright .wd dd{
	font-size:1.5em;
}
.copyright .wd dt {
	color:#000;
	font-family: "微软雅黑", "Microsoft YaHei";
	padding:0;
	margin:0px;
}
.copyright .wd dt strong{
	font-size:30px; font-weight:bold; margin-bottom:15px; display:block;}

.copyrightWd{
	width:100%;
	padding-left:83px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	position:relative;
}
.copyrightWd .Ltext{
	position:absolute;
	left:0;
	top:0;
}
.copyrightWd >span{
	display:inline-block;
}
.copyright .wd dt > span{
	font-weight:normal;
}
.copyright .wd dd {
	color:#000;
	padding:0;
}
.copyright .ctbox{
	width:auto;
}
.copyright .ctbox span{
	display:inline-block;
}
.copyright .brline{ width:auto; color:#b3b3b3; padding:0 6px;}
.copyright .wd dd a.btn-map {
	padding:2px 8px 0;
	margin:0;
	width:auto;
	display:inline-block;
	color:#fff;
	position:relative;
	background-color:#8fc845;
	font-size:0.8125em;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	margin-left:6px;
}
.copyright .wd dd a.btn-map:hover,
.copyright .wd dd a.btn-map:focus {
	background-color:#2f845c;
}
.CRFlex{
	display:flex;flex-wrap:wrap;
	align-items:center;
}
.CRFlex > p:has(+ p){padding-right:0.5em;}
.CRFlex > p:has(+ p)::after{
	content:"";
	display:inline-block;
	width:1px; height:16px;
	background-color:#000;
	vertical-align:middle;
	margin-left:0.5em;
}
/* CRshare */
.copyright .CRShare ul{
	list-style: none;
	display: flex;
}
.copyright .CRShare ul li{
	width: 33.3333%;
}
.copyright .CRShare ul li a{
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;
}
.copyright .CRShare ul a.icon-fb{
	background-image: url(../images/share/share-fb.svg);
	background-color: #3b5998;
}
.copyright .CRShare ul a.icon-line{
	background-image: url(../images/share/share-line.svg);
	background-color: #00b900;
}
.copyright .CRShare ul a.icon-tt{
	background-image: url(../images/share/icon-Twitter-X.svg);
	background-color: #000000;
}
.copyright .CRShare ul li a:hover{
	background-color: #000;
}

.copyright .ft_logo{
	width: 100%;
    height: 160px;
	background-image:url(../images/CP_logo.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	text-indent:-9999em;
}
.enWrap .copyright .ft_logo{
	height: 110px;
}
@media screen and (max-width:990px){
	.copyright .container{
		flex-direction: column;
    	align-items: center;
	}
	.copyright .ft_logo {
		width: auto;
    	height: 90px;
	}
	.copyright .container .CRIcon {
		width: 100%;
	}
	.copyright .container .wd {
		width: 100%;
	}
	.copyright .a11yMark:has(+ul){ text-align:center;}
}
@media screen and (max-width: 830px){	
	.copyright .fat-social li{
		margin-top:10px;
		display: inline-block;
	}
	.copyright .wd,.copyright .fat-social{float:left;}
}
@media screen and (max-width: 730px){
	.copyrightWd{padding-left:0;}
	.copyrightWd .Ltext{
		position:relative;
		width:auto;
		display:inline-block;
	}
	.copyrightWd >span:last-child{width:100%;}
	.copyrightWd .brline{ display:none;}
}
@media screen and (max-width: 430px){
	.copyright .fat-social > ul{
		width:100%;
		text-align:center;
	}
	.ctbox span{width:100%;}
	.ctbox .brline{ display:none !important;}
	.copyright .ft_logo {height: 60px;}
}
@media screen and (max-width: 400px){
	.webName{
		font-size:2.6em;
		top:-24px;
	}
}
@media screen and (min-width: 991px){
	.copyright .fat-social{
		width:300px;
	}
	.copyrightWd >span{width:100%;}
	.copyright {padding:30px 0;}
	.copyrightWd .brline{ display:none;}
	.copyright .wd,
	.copyright .fat-social,
	.copyright .ft_logo{
		display:block;	
	}
	.copyright .wd {
		width:auto;
		margin:0;
		padding-right:20px;
	}
	.copyright .fat-social{
 		text-align:right;
	}
	.copyright .fat-social > ul{
		float:left; 
		width:auto;
	}
	.copyright .fat-social li{ float:left;}
	.copyright .wd dl {
		box-sizing:border-box;
		padding-left:20px;
	 
	}	
}
@media screen and (min-width: 1300px){
.copyright .fat-social > ul{
		float:right;		 
	}
}

/* ----- botLink ----- */
.botLink {
	width: 100%;	
	padding:30px 0;
	margin:0 auto;
}
.botLink .wd {
	color:#FFF;
	font-size:1.6em;
	line-height:140%;
	text-align:center;
}
.botLink .wd > span{margin:6px;}
.botLink .wd > a {
	color:#FFF;
	border:1px solid #FFF;
	padding:3px 10px;
	line-height:20px;
	display:inline-block;
	margin:6px;
}
.botLink a:hover,
.botLink a:focus {
	color:#fff468;
	border-color:#fff468;
}
@media screen and (max-width: 990px) {
	.botLink {
		padding:20px 0;
		background:#06c0d2;
	}
	
	.webName{
		margin:0 auto;
		position:relative;
		top:-28px;
		height:0;
		font-family:"微軟正黑體";
	}
	
.copyright .fat-social{
	float:left;
	display:block;
	text-align:center;}
	
.copyright .ft_logo{
	display:block; margin:8px auto;}
.copyrightWd .Ltext{ position:relative; display:inline-block}	
.copyright .wd{
	display:block;
	float:left;
	margin:15px 0;
	text-align:center;}	

.copyright .fat-social > ul{
	display:block;
	float:left;
	width:100%;
	text-align:center;}
	
.copyright .fat-social > ul li{
	display:inline-block; margin:10px;}	


}
@media screen and ( min-width: 991px) {
	.botLink .wd >span{float:left;}
	.botLink .wd >a{float:right;}
	.botLink .wd >a:hover{ background-color:#000;}
}
@media screen and ( max-width: 768px) { 

	
.copyright .fat-social > ul > li{
	width:70px;}
.copyright .fat-social a:before {
    width: 70px;
    height: 70px;}	
.copyright .fat-social a{
	font-size:14px;}	
.copyright .wd dt strong {
    font-size: 22px;}		
}
 

/*#qMenu*/
#qMenu {
	position: fixed;
	/* display:none; */
	left:0px;
	bottom:10px;
	margin-top:-105px;
	z-index:1111;
	cursor:pointer;
	background: rgba(0,0,0,.4);
    padding: 10px;
	border-radius: 0 35px 35px 0;
}
#qMenu a{ display:block;}
#qMenu .ToApi{
	display: flex;
	position: relative;
    width: 50px;
	overflow: hidden;
	transition: all 0.5s;
}
#qMenu:hover .ToApi,
#qMenu .ToApi.over{
	width: 300px;
}
#qMenu .ToApi .icon{
	width: 50px;
	height: 50px;
}
#Qtext{
	width: 250px;
	opacity: 0;
	position: absolute;
	transition: all 1s;
	left: 50px;
}
#qMenu:hover #Qtext,
#qMenu .ToApi.over #Qtext{
	opacity: 1;
}
#qMenu .ToApi .text{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
    justify-content: center;
	padding-left: 10px;
	padding-right: 30px;
	position: relative;
	margin-top: 3px;
}
#qMenu .ToApi .text p{
	font-size: 1.6em;
    color: #fff;
    line-height: 1.5;
    font-weight: bold;
}
#qMenu .ToApi .text p.flex{
	display: flex;
}
#qMenu .ToApi .text::after{
	position: absolute;
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    z-index: 2;
    box-sizing: border-box;
    transition: all 0.5s ease;
    right: 10px;
    top: 50%;
    margin: -4px 4px 0 0;
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
    transform: rotate(45deg);
}
@media screen and (max-width:480px){
	#qMenu{
		display: none;
	}
}
	
.add_share .share_box a{
	background-position:center;
	background-repeat:no-repeat;
	text-indent:-9999em;
	font-size:0em;
	background-size:contain;
}	
.add_share .share_box a.icon-fb{
	background-image: url(../images/share/share-fb.svg);
	background-image: url(../images/share/share-fb.png) \9;
	*background-image: url(../images/share/share-fb.png);
	background-color:#3b5998;
}		
.add_share .share_box a.icon-line{
	background-image: url(../images/share/share-line.svg);
	background-image: url(../images/share/share-line.png) \9;
	*background-image: url(../images/share/share-line.png);
	background-color:#00b900;
}
 
.add_share .share_box a.icon-tt{
	background-image: url(../images/share/icon-Twitter-X.svg);
	background-color:#000000;
}

.add_share .share_box a:hover{
	background-color:#92701C;
}		
/** errorWrap **/
#errorWrap {width:100%;margin:0 auto;}
@media screen and (min-width:991px) {
	#errorWrap{
		display:flex;
		align-items:center;
		min-height:100vh;
	}
}
/** errorPage **/
#errorPage {
	position:relative;
	width:100%;
	margin:0 auto;
}
#errorPage .logo {
    display:block;
    width:270px;height:80px;
	background-image:url(../images/header_logo-m.png);
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:contain;
	margin:20px auto;
}
#errorPage .errorBox{
	position:relative;
    width:100%;
	text-align:center;
    padding:50px 15px;
	box-sizing:border-box;
    margin:0 auto;
	color:#3c3c3c;
	background-color:#efefef;
}
#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 {
	font-family:"微軟正黑體",Arial, Helvetica, sans-serif;
	font-size:4.3em;
	margin:0 0 10px 0;
	        
}
#errorPage .errorBox h3 {
	font-size:2.1em;
	margin:10px 0 25px 0;
}
#errorPage .errorBox p {
	font-size:1.9em;
	line-height:150%;
	font-weight:bold;
}
#errorPage .errorBox p.eng {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.9em;
}
#errorPage .errorBtn {
	width:100%;
	text-align:center;
    margin:2rem auto 1rem auto;
}
#errorPage .errorBtn a {
	display:inline-block;
	width:calc(100% - 10px);
	max-width:180px;color:#000;
    font-size:1.7em;padding:15px 0;
	border:1px solid #000;
	box-sizing:border-box;
	border-radius:4px;
	margin:5px;	
}
#errorPage .errorBtn a:hover,
#errorPage .errorBtn a:focus {
	color:#FFF;
    background:#000;
}
#errorPage .mark {
	text-align:center;
	margin:0 auto;
	padding:1rem 0;
}
#errorPage .mark a {
	display:inline-block;
	vertical-align:middle;
	margin:0 5px;
}
#errorPage .wd {
	text-align:center;
	margin-top:1rem;
	box-sizing:border-box;
	padding:0 15px;
}
.fotLine {
    position: relative;
    margin: 0 0.65em;
}
.fotLine::after{
	content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 16px;
    margin-top: -6px;
	background-color:#666;
}
#errorPage .wd p {
	color:#000;font-size:1rem;
	line-height:165%;margin:0;
}
#errorPage .wd p strong {
    font-family:"微軟正黑體",Arial, Helvetica, sans-serif;
	font-size:1.2rem;
}
#errorPage .wd p span {
	display:inline-block;
	margin:0 10px;
}
.fatLine::before{
	content:"";display:inline-block;
	width:1px; height:16px;
	background-color:#000;
	vertical-align:middle;
}
@media screen and (max-width:480px) {
	#errorPage .errorBox h2 {font-size:3.6em;}
	#errorPage .errorBox h3 {font-size:1.7em;}	
}
@media screen and (min-width:991px) {
	#errorPage{min-height:640px;}
	#errorPage .logo {
		width:600px;height:95px;
		margin:30px auto;
		background-image:url(../images/header_logo.png);
		background-size: contain;
	}
	#errorPage .errorBox {	padding:60px 0;}	
	#errorPage .errorBox .acKey {
		top:30px;left:50%;margin-left:-450px;
		
	}
	#errorPage .errorBox h2 {font-size:4em;}
	#errorPage .errorBox h3 {font-size:2.1em;}
	#errorPage .errorBtn a{ max-width:220px;}
}
@media screen and (min-width:1200px) {
	#errorPage .errorBox h2 {font-size:5em;}
	#errorPage .errorBox h3 {font-size:2.6em;}
}
