@charset "utf-8";
.history{
	width:100%;
	color:#666666;
	line-height:150%;
}
.history .box{
	border-bottom:1px dashed #dddddd;
	padding:15px 0;
	box-sizing:border-box;
}
.history .box strong{
	position:relative;
	box-sizing:border-box;
	padding-left:26px;
	display: flex;
	align-items: center;
	margin-bottom:5px;
	font-size:1.125em;
}
.history .box strong:first-of-type::before{
	content: "";
    position: absolute;
    left:11px;
    top: 50%;
    width: 6px;
    height: 6px;
    display: inline-block;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(45deg);
    margin-left: -5px;
	margin-top:-4px;
	z-index:1;
}
.history .box strong:first-of-type::after{
	content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    border-radius:11px;
    background-color:#6ab67c;
    box-sizing: border-box;
    margin-top: -11px;
	z-index:0;
	visibility:inherit;
}
/* inside CSS Document */
.in-main-bg{
	width:100%;
	height:auto;
	padding:223px 0 90px 0;
	background-image:url(../images/ins-list-bg.jpg);
	background-attachment:fixed;
	background-position:center top;
	background-size:cover;
	background-repeat:no-repeat;
	background-color:#357f28;
	position: relative;
	left:0;
	top:0}
	
.in-main-txt{
	text-align:center}
	
.in-main-txt h1{
	font-size:40px;
	font-family: 微软雅黑;
    font-weight: bold;
	color:#fff;
	text-shadow:0 0 5px #000}	
	
.in-main-txt p{
	max-width:662px;
	margin:0 auto;
	display:block;
	color:#fff;
	font-size:16px;
	line-height:25px;
	margin-top:18px;
	margin-bottom:65px;
	font-weight:bold;
	text-shadow:0 0 3px #000
	}	
	
.mask_bg{
	/*background-color:rgba(0,0,0,0.25)*/}	
	
	
/*aside*/	
.data_box {
	position:relative;
}
.data_box.container{display: flex;flex-wrap: wrap;}
.data_box aside.snav {
    width:250px;
	float:left;
	display: block;
    background-color: rgba(0,0,0,0.25);
	border-top-left-radius:15px;
	border-bottom-left-radius:15px
}
	
.data_box aside.snav h2{
	display:block;
	height:75px;
	background-color:rgba(0,0,0,0.35);
	color:#fff;
	font-family: 微软雅黑;
    font-weight: bold;
	padding-left:22px;
	box-sizing:border-box;
	line-height:1;
	padding-top:22px;
	font-size:30px;
	border-top-left-radius:15px
	}	
	
.data_box aside.snav .smenu{
	padding:15px 13px;
	box-sizing:border-box;
	display:block}			

.data_box aside.snav .smenu a{
	display:block;
	box-sizing:border-box;
	border:1px solid rgba(255,255,255,0.5);
	padding:8px 15px;
	padding-right:20px;
	color:#fff;
	font-size:20px;
	line-height:1.3;
	border-radius:25px;
	margin-bottom:10px;
	position:relative
	}

.data_box aside.snav .smenu a:hover, .data_box aside.snav .smenu a:focus{
	background-color:#fff !important;color:#000 !important}
	
.data_box aside.snav .smenu a:after{
	content:'';
	display:block;
	width:6px;
	height:12px;
	background-image: url(../images/main-right.png);
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;
	position:absolute;
	right:12px;
	top:50%;
	margin-top:-6px;
	}	
.data_box aside.snav .smenu a.now:after, 
.data_box aside.snav .smenu a:hover:after, 
.data_box aside.snav .smenu a:focus:after{
	background-image: url(../images/next-bk.png);
	}
	
.data_box aside.snav .smenu a.now{
	background-color: rgba(255,255,255,0.5);
	color:#000
	}

.data_box article.in-data{
	display:block;
	float:right;
	width:calc(100% - 250px);
}	
.data_box article.in-data .web_add{
	height:75px;
	line-height:75px;
	box-sizing:border-box;
	background-color:rgba(255,255,255,0.7);
	padding:0 20px;
	font-size:14px;
	border-top-right-radius:15px}
	
.data_box article.in-data .web_add	.add_home{
	margin-right:8px}

.data_box article.in-data .web_add a{
	color:#000;
	}	

.data_box article.in-data .web_add a:hover, .data_box article.in-data .web_add a:focus{
	color:#F30; font-weight:bold
	}	 
	
.data_box article.in-data .web_add .div{
	width:24px;
	height:14px;
	background:url(../images/header-nav-icont.png) center no-repeat;
	display:inline-block;
    vertical-align: middle;
}	
	
 .web_add	.share{
	float:right;
	width:130px;
	margin-top:17.5px}
 
.web_add .printBtn, .web_add .shareBtn, .web_add .share .backBtn{
	  width:40px;
	  height:40px;
	  border-radius:50%;
	  float:left;
 	  display:block;
	  line-height:1;
	  font-size:0;
 	  background-position:center;
	  background-repeat:no-repeat;
	  background-size:contain}	
	  
.web_add .printBtn:hover, .web_add .shareBtn:hover{
	background-color:#000}
	
.web_add .printBtn{
	background-color:#999;
	background-image: url(../images/icons/web-add-print.svg);
	margin-right:5px}	
	
.web_add .shareBtn{
	background-image: url(../images/icons/web-add-share.svg);
	background-color:#4d4d4d}		

.web_add .share .backBtn{
	background-image: url(../images/icons/web-add-back.svg);
	background-color:#1a1a1a;
	margin-left:5px}
		
.web_add .share .backBtn:hover, .web_add .share .backBtn:focus{
	background-color:#F60}	
	
.web_add .shareBtn:hover{
	cursor:pointer}	
.web_add .shareBtn 	{
	position:relative}
	
.web_add .shareBtn ul{
	height:0;
	overflow:hidden;
	position:absolute;
	transition:all 0.5s;
	width:40px;
	top: 40px;
	left:0;
}	
	
.web_add .shareBtn:hover ul{
	
	height:160px;
	z-index:5}
	
.web_add .shareBtn ul li, .web_add .shareBtn ul li a{
	width:40px;
	height:40px;
	display:block;
}
	
.web_add .shareBtn ul li a{
	border-radius:50%;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;}	
	
.web_add .shareBtn ul li a.icon_fb{
	background-image:url(../images/icons/share-fb-on.svg)}	
	
.web_add .shareBtn ul li a.icon_tt{
	background-image: url(../images/icons/share-tt-on.svg)}		
	
.web_add .shareBtn ul li a.icon_gg{
	background-image: url(../images/icons/share-gg-on.svg)}		
	
	
.web_add .shareBtn ul li a.icon_pp{
	background-image: url(../images/icons/share-pp-on.svg)}		
.web_add .shareBtn ul li a.icon_line{
	background-image: url(../images/icons/share-line-on.svg)}			
.data_box article.in-data .data_box{
	box-sizing:border-box;
	padding:30px 35px;
	background-color:#fff;
	min-height:400px;
	border-bottom-right-radius:15px}	
	
.in-list-search{
	float:right;
	clear:both;
	display: block;
	position:relative}	

.in-list-search .search-txt{
	width:247px;
	height:35px;
	line-height:35px;
	color:#808080;
	font-size:14px;
	padding-left:15px;
	padding-right:35px;
	box-sizing:border-box;
	border-radius:30px;
	border:1px solid #ccc}
	
.in-list-search .search-txt:focus{
	outline: none;
	box-shadow:0 0 10px #FF6600}	
	
.in-list-search .list-search-btn{
	width:26px;
	height:26px;
	display: inline-block;
	float:right;
 	background:#666 url(../images/icons/head-search.svg) center no-repeat;
	background-size:contain;
	border:0;
	border-radius:50%;
	position:absolute;
	right:5px;
	top:50%;
	margin-top:-13px;
	cursor:pointer;
	}	
	
.in-list-search .list-search-btn:hover,
.in-list-search .list-search-btn:focus{
	background-color:#000;
	outline:0px}	
	
	
/**
 * TABS
 *
 * -------------------------------------------------------------------------------------------------
 */
 
.tabs{
	/*float:left;*/
	width:100%;
	margin-top:-15px}
	
.tabs > DIV {
 }
 

.tabs  >  UL.horizontal {
	list-style: none outside none;
	margin: 0;
	padding:0;
	-webkit-padding-start: 0px;
	height:30px; width:60px;
	display:block;
	border-radius:15px;
	overflow:hidden;
	background:#b3b3b3;
	margin-left:3px
 	
}

 

.tabs > UL.horizontal > LI {
	background:#b3b3b3;
   	margin: 0  ;
	border-radius:15px;
	height:30px;
	width:30px;
	display:block;
	float:left;
 	box-sizing:border-box;
	width:auto !important;
 	
}
 
	 
.tabs > UL.horizontal >  LI a {
	color: #fff;
	display: block;
	font-size: 0px;
 	border-radius:15px;
	height:30px;
	width:30px;
	background-color:#b3b3b3;
	text-decoration: none;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	transition:all 0.8s
}

.tabs > UL.horizontal >  LI a:hover, 
.tabs > UL.horizontal >  LI a:focus{
	background-color:#999}

.tabs > UL.horizontal >  LI a.list-a{
	background-image:url(../images/icons/list-a.svg)} 

.tabs > UL.horizontal >  LI a.list-b{
	background-image:url(../images/icons/list-b.svg)} 

.tabs > UL.horizontal >  LI.active a{
	background-color:#666666 !important;
	} 

.tabs > UL.horizontal >  LI:hover {
	background: #F60;
}
.tabs .list-box  ul{
	display: flex;
	flex-wrap: wrap;
	margin:20px -6px 0;
}
.tabs .list-box  ul li{
	display: inline-block;
	vertical-align: top;
 	box-sizing:border-box;
	padding:6px;
	position:relative;
}
	
.tabs .list-box  ul li .in-box{
	height:100%;
	border:#e6e6e6 1px solid;
	padding:18px;
	box-sizing:border-box;
	box-shadow:2px 2px 4px rgba(0,0,0,0.25);
	position:relative}
	
	
.tabs .list-box	 .zoom-box, .tabs .list-box .txt-box{
	float:left}
	
.tabs  .list-txt  ul li{
	width:100%; } 
	
.tabs  .list-txt .zoom-box{
	width:18%}	
	
.tabs  .list-txt .txt-box{
	width:82%;
	padding-left:18px;
	box-sizing:border-box}


.tabs  .list-photo .zoom-box{
	width:100%;
	margin-bottom:14px}	
	
.tabs  .list-photo .txt-box{
	width:100%;
	padding-left:0px;
	}	
	
.tabs  .list-photo ul li{
	width:33.33%} 	
	
.list-txt .zoom-pic{
	height:90px;}	
.download .list-txt .zoom-pic{
	background-image: url(../images/download-noimg.jpg);
}
.list-photo .zoom-pic{
	height:180px;}	
.download .list-photo .zoom-pic{
	background-image: url(../images/download-noimg.jpg);
}	
	
.list-txt .zoom-box:after {
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
}		
	
.list-box h3 a{
	font-size:18px;
	color:#000;
	font-weight:bold;}	
	
.list-box h3 a:hover, .list-box h3 a:focus{
	color:#F60} 	
	
.list-box time, .list-box .tel{
	color:#f7931e;
	margin:8px 0;
	font-size:13px;
	display:block}	
	
.list-box .txt-box p{
 	font-size:15px;
	color:#666;
	line-height:1.53}
	
	
	
/*--------------PAGE-----------------------*/
.page-num{
	padding-left:0 !important;
	margin-top:35px
	
	/*float: left*/}

.page-num span{
	float:right;
	line-height:27px;
 	font-size:14px}	
	
.page-num li{
	list-style:none;
	float:left;
	margin-right:4px;
	color:#666;
	font-size:14px;
	line-height:25px;
	height:25px;
	min-width:25px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
		border:1px solid #e6e6e6 !important;
		
}
.page-num li, .page-num li a, .page-num .btn{
	border-radius:50%  !important
	}
	
.page-num a:focus .clo, .page-num a:hover .clo{
	background-color:#ccc;
	color:#000;
	}	
 
			
.page-num .page-txt{
	display:inline-block;
	float: right;
	color:#808080;
	font-size:13px;
	line-height:26px;
	height:25px;
	border-radius:20px;
	border:1px solid #ccc;
	padding:0px 8px}
	
.page-num .cur{
 	background: #999; color:#fff; font-weight:bold
		}
.page-num .btn{
	width:38.6px;
	height:25px;
	overflow:hidden;
	border:0;
	text-indent:-9999px;
	background-position:center;
	background-repeat:no-repeat;	 
	background-color:#b3b3b3 ;
	border-radius:12.5px !important;
	background-size: contain  ;
	border:none  !important
		}

.page-num .btn-first{
	background-image: url(../images/icons/page-pre.svg);}		

.page-num .btn-prev{
	background-image: url(../images/icons/page-pre-.svg);}

.page-num .btn-next{
	background-image: url(../images/icons/page-nex-.svg);}

.page-num .btn-last{
	background-image: url(../images/icons/page-nex.svg) ;}

.page-num a:hover .btn, .page-num a:focus .btn{
	background-color:#333 !important 	} 
	
.page-txt{
	display:block;
	float:right;
	color:#666;
	font-size:14px;}		
	
	
/* Details 詳細頁*/	
	
.details .tit-infobox{
	width: 100%;
	padding-bottom:30px;
	border-bottom:4px solid #ccc;
	display:block;
	margin-bottom:30px;}	
	
.details .tit-infobox .tit-img{
	width:23%;
	float:left;
	height:125px;
	background-position:center top;
	background-repeat: no-repeat;
	background-size:cover;
	background-image:url(../images/no-img.jpg)/*gif*/;
	border-radius:10px}	
	
.details .tit-infobox .info-box{
	width:77%;
	box-sizing:border-box;
	padding-left:23px;
	float:left}	
	
.details .tit-infobox .info-box	h2{
	display:block;
	font-size:25px;
	line-height:1.3;
	color:#000;
	font-weight:bold;
	padding-bottom:13px;
	margin-bottom:13px;
	border-bottom:1px dashed #ccc}
	
.details .tit-infobox .info-box	p{
	font-size:16px;
	line-height:25px;
	color:#666;
	margin-bottom:15px;
	display:block}	
	
.details .tit-infobox .info-box	ul li{
	display: inline-block;
	color:#4d4d4d;
	font-size:13px;
	border:1px solid #ccc;
	margin-right:4px;
	padding:8px 12px;
	padding-left:30px;
	background-position:10px center;
	background-repeat:no-repeat;
	background-size:auto 16px ;
	border-radius:20px;
	margin-bottom:7px
 }
	
.details .tit-infobox .info-box	ul li.icon-date{
	background-image: url(../images/icons/detail-date.svg)}	
	
.details .tit-infobox .info-box	ul li.icon-data{
	background-image: url(../images/icons/detail-datas.svg)}		
	
.details .tit-infobox .info-box	ul li.icon-visit{
	background-image: url(../images/icons/detail-visits.svg);
	background-size:auto 13px ;
	background-position:8px center;}	
	
.details .html-editer{
	padding-bottom:30px;
	border-bottom:4px solid #ccc;
	margin-bottom:30px}	
.details .html-editer.noBorder{border-bottom:none;}
.details .html-editer img{
	max-width:100%;}
@media screen and ( min-width: 768px) {
	.rightPic{ width:40%; text-align:center; float:right;}
	.leftPic{ width:40%; text-align:center; float:left;}
}
 .html-editer p{
	font-size:16px;
	line-height:30px;
	margin:16px 0;
	color:#666;
	text-align:justify}		
.comingSoon {
    width: 100%;
    float: left;
    padding:4vw 0;
    font-size: 8vmin !important;
    font-family: Arial, "微軟正黑體", Helvetica, sans-serif;
    line-height: 1.2;
    color: #ddd !important;
    text-align: center !important;
    margin: 0;
}
.idea li{text-align:justify}	
.idea div{text-align:justify}	
/*相簿 photos */	
	
.details .photos{
	margin:30px 0;
	padding-bottom:20px;
	border-bottom:4px solid #ccc;}	
	

	
.details .icon-h3{
	font-size:24px;
	font-weight:bold;
	color:#000;
	padding-left:35px;
	background-image: ;
	background-repeat:no-repeat;
	background-position:left center;
  	background-size:24px auto ;
	margin-bottom:10px
	}	
	
.details .photos,.details .files{ width:100%; overflow:hidden;}
.details .photos h3.icon-h3	{
 	background-image:url(../images/icons/detail-photo.svg)  ;
}	

.details .files h3.icon-h3	{
 	background-image: url(../images/icons/detail-files.svg) ;
}	
	
/* files 附件*/	
	
.dnTable {
	width:100%;
 	border-collapse:collapse;
	border-bottom:1px solid #ccc
}

.dnTable tr{
	border-bottom:1px solid #ccc} 

.dnTable th {
	color:#000;
	background-color:#f2f2f2;
	font-size:17px;
	font-weight:bold;
	line-height:150%;
	padding:15px 5px;
  	vertical-align:middle;
	box-sizing:border-box;
	text-align:left;
	border-top:1px solid #ccc 
}
.dnTable th:first-child{
	padding-left:17px}
	
 

.dnTable th.w10 {
	width:14%;
}
.dnTable th.w12 {
	width:15%;
}
.dnTable td {
	color:#666;
	font-size:15px;
	line-height:150%;
 	vertical-align:middle;
	padding:10px 5px;
 	word-break:break-all;
	box-sizing:border-box;
	border:0px !important 
}
.dnTable td.file-name {
	color:#000;
	text-align:left;
	padding:10px;
	font-weight:bold;	
}
.dnTable td a{
	display:inline-block;
	line-height:1;
	position:relative;
 	color:#FFF !important;
	font-size:14px;
	font-weight:bold;
	padding:0px 10px 0px 30px;
	background:#f15a24;
	line-height:26px;
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
			border-radius: 15px;
}



.dnTable td a:hover,
.dnTable td a:focus{
	background: #000;
}

.dnTable td a:after{
	content:'';
	display:block;
	border-radius:50%;
	position:absolute;
	width:18px; height:18px;
	left:4px;
	top:50%;
	margin-top:-9px;
 	background-image: url(../images/icons/detail-download-w.svg) ;
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain}	
	
	
.details .back-btn	{
	border:1px solid #000;
 	line-height:1;
	padding:7px 10px 7px 35px;
	background-image:url(../images/icons/detail-back.svg);
	background-size:23.8px;
	background-position:4px center;
	background-repeat:no-repeat;
	border-radius:20px;
	color:#000;
	font-size:16px;
	font-weight:bold;
	display: inline-block;
	margin-top:40px}
	
	
.details .back-btn:hover{
	background-color:#000;
	color:#fff;
	background-image: url(../images/icons/detail-back-on.svg);
}	
	
	
/* service */

.data_box ul.sitemap{}	

.data_box ul.sitemap > li{
	display:inline-block;
	width:30.5%;
	vertical-align:top;
	margin:0 8px;
	margin-bottom:20px;

	}	
	
.data_box ul.sitemap > li > a{
	color:#333;
	font-size:18px;
	line-height:1.6;
	display:block;
	padding:5px 15px;
	background-color:#999;
	color:#fff;
	margin-bottom:15px;
	border-radius:20px}	
	
.data_box ul.sitemap > li > a:hover, .data_box ul.sitemap > li > a:focus{
	background-color:#333}	
	

.data_box ul.sitemap > li > ul > li{
	display:block
}
	
.data_box ul.sitemap > li > ul > li a{
	color:#666	;
	font-size:15px;
	line-height:1.5;
	display:block;
	padding:10px;
	border-bottom:1px dashed #ccc;
}
.data_box ul.sitemap > li > ul > li a:hover, .data_box ul.sitemap > li > ul > li a:focus{
	background-color:#f2f2f2	}
	
	
/*contact*/	
/* ----- Contactpage ----- */
#Contactpage{
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
}
#Contactpage a{color:#ea5d4b;}
#Contactpage a:hover{color:#c31d31;}
#Contactpage .msgBox{
	width:96%;
	float:left;
	margin:0;
	padding:20px 2%;
}
#Contactpage .msgBox dt{
	width:15%;
	float:left;
	text-align:center;
}

#Contactpage .msgBox dt img{
	width:90%;
	height:auto;
	max-width:180px;
	border-radius: 500px;
	-webkit-border-radius:500px;
	-moz-border-radius:500px;
}
#Contactpage .msgBox dd{
	width:82%;
	float: right;
	padding:3px 0 0 3%;
	font-size:16px;
	line-height:1.7;
}

#Contactpage .msgBox dd a{
	vertical-align:baseline}

#Contactpage .msgBox dd ul{
	list-style-type: none;
}
#Contactpage .msgBox dd ol li{
	list-style-type: none;
	text-align:justify
}
#Contactpage .msgBox dd ul li{
	text-indent: -2em;
	padding-left: 2em;
}
#Contactpage .msgBox dd ul li span{
	color: #8484d0;
	font-weight: bold;
}
#Contactpage .msgBox dd.tit{
	font-size:20px;
	font-weight: bold;
}
#Contactpage .msgBox dd span{
	color:#ea5d4b;
}
#Contactpage .msgBox dd p{
	padding:2px 0;
	margin:0;
}
#Contactpage .msgBox dd .bt{
	font-size:20px;
	color:#000;
	font-weight:bold;
	margin-bottom:15px
}
/* ----- member login ----- */
.mbLog {
    background-color: #ededed;
    padding: 20px;
    display: inline-block;
    width: 41.5%;
    vertical-align: top;
    position: relative;
    margin: 30px 1%;
	border-radius:25px
}

 
.mbLog h4 {
	font-family: "å¾®è»Ÿé›…é»‘","Microsoft YaHei",Helvetica, Verdana, Arial, sans-serif;
	font-size: 25px;
	color: #f77;
	line-height: 2em;
	margin: 0 auto;
	font-weight: 800; }
.mbLog.fb h4 {color: #648cc8;}
.mbLog p {font-size: 14px; color: #000; margin-bottom:15px}
.mbLog .memIco	{float:left; width:48px; margin:12px 10px 0 5px;}		
.mbLog .vs-icon {
	background-image: url("../images/or_icon.png");
	background-image: -webkit-image-set(url("../images/or_icon.png") 1x, url("../images/or_icon@2x.png") 2x);
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	position: absolute;
	right: -27px;
	top: 90px;
	z-index: 2; }
.mbLog ul {
	float:left;
	width:100%;
	list-style:none;}
.mbLog ul.LA {
	float:left;
	width:72%;}
.mbLog ul.RA {
	float:right;
	width:24%;}			
.mbLog li {
	float:left;
	width:100%;
	margin:6px 0;}
.mbLog li a.txt {
	font-size: 15px;
	text-align: center;
	display: inline-block;
	width: 100%;
	margin-top: 5px;
}	
.mbLog li .input-box {
	position:relative;
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;}
	
 
	
.mbLog li .input-box span {
	position:absolute;
	top:1px;
	left:1px;
	width:40px;
	height:39px;
	padding:0;
	margin:0;
	text-indent:-9999px;
	background:#f59196;
	line-height: 39px;}
.mbLog .input-box .icon1 {	
	background:url(../images/mbLog-icon1.png) 50% 50% no-repeat;}
.mbLog .input-box .icon2 {
	background:url(../images/mbLog-icon2.png) 50% 50% no-repeat;}
.mbLog .input-box .icon3 {
	background:url(../images/mbLog-icon3.png) 50% 50% no-repeat;}
.mbLog li .input-box .input-text {
	float: left;
	font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
	width: 77%;
	height: 39px;
	color: #333333;
	font-size: 16px;
	line-height: 39px;
	margin: 0;
	background: #FFF;
	border: 1px solid #daa5aa;
	padding:0 1% 0 22%;}

.mbLog li .input-box .input-text:focus {
	color: #b4373c;
	background-color: #FFFFFF;
    border-color:#b4373c;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(180,55,68,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(180,55,68,0.6);}

.mbLog .login-btn {
	font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
	width:100%;
	color:#FFF !important;
	font-size:18px;
	text-align: center;
	font-weight:bold;
	line-height:92px;
	margin:0 auto;
	border:none;
	cursor:pointer;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius: 2px;
	background: #f77;
	display:block;
	border-radius:20px;
   
    color: #fff;}
	
.mbLog .login-btn:hover {
	background: #cc0000;} 
	
.mbLog .fb-btn {
	font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
	width: 100%;
	color: #FFF;
	font-size:18px;
	font-weight: bold;
	line-height: 92px;
	border: none;
	cursor: pointer;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin: 0 auto;
	padding-left: 82px;
	background: #395692 url(../images/mbLog-fb.png) no-repeat 16% center;}
.mbLog .fb-btn:hover {
	background: #648cc8 url(../images/mbLog-fb.png) no-repeat 16% center;}		
 
/*member*/ 
.LogIn {
 	width: 100%;
	font-size:15px;
}
.LogIn *{
	box-sizing:border-box;
	font-family:"微軟正黑體", Arial}
.LogIn > form > ul {
 	width:100%;
	list-style:none;
	padding:4% 5%;
	background:#F2F2F2;
	display:block;
	margin-bottom:20px;
	box-sizing:border-box;
	border-radius:20px
}
.LogIn ul.groupBox{
	padding:0 5% 4% 5%;
}
.LogIn li {
 	width:98.5%;
	color:#555; 
	margin:6px 0;
	display: inline-block;
	position:relative;
 
	
}

/*.LogIn li:after {  visibility:hidden;  display:block ;  font-size:0;  content:" ";  clear:both !important;  height:0; } 
*/
.hr_Dashline{
	margin:25px 0 !important;
 	border-top:1px dashed #999}

.LogIn li.sort{
	font-size:1.5em;
	color:#464646;
	font-weight:bold;
	line-height:1.5;
	background:url(../images/icon_joinform.png) no-repeat 0 50%;
	padding-left:30px;
}

.LogIn li.sort1{
	font-size:18px;
	color:#464646;
	font-weight:bold;
	line-height:1.5;
	background: url(../images/icon-eventpoint.png) no-repeat 0 50% ;
	background-size: 25px;
	padding-left:30px;
}

.LogIn li.PASS{
	font-size:15PX;
	line-height:1.5}
.LogIn li a{
	color:#F60}
.LogIn li.login_icon{
	background:url(../images/if_Padlock_2638323.png)no-repeat 0 50%;
	background-size:20px auto}
 

.LogIn li.sort span{
	font-size:16px;
	color:#c31d31;
	font-weight:bold;
	line-height:1.5;
	display:inline-block;
}
.LogIn li .remark {
    width: 100%;
    padding: 10px 2% 0 120px;
    float: right;
    line-height: 1.2;
    font-size: 13px;
}
.LogIn li .Law{
	font-size: 1em;
	border: 1px dashed #ea5d4b;
	padding: 10px;
}
.memberStepBox{
	float: left;
	width: 96%;
	padding: 20px 2%;
	margin:20px 0;
	border: 1px dashed #CCC;
}
.memberStep{
	text-align: center;
	background: url(../images/member-step1.png) no-repeat 50% 50%;
	background-size: 100%;
	height:220px;	
}
.LogIn li .input-box {
	position:relative;
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}

.LogIn li .part, .LogIn li.part{
	width:49% !important;
	display:inline-block;
	vertical-align:top;
	/*float:left*/}

.LogIn li .input-box span.labup {
    position: absolute;
    top: 7px;
    left: 7px;
    width: 110px;
    color: #FFF;
    padding: 0 0 0 34px;
    background: #999 url(../images/member-list.png) no-repeat 12px 50%;
    line-height: 39px;
    z-index: 99;
    border-radius: 20px;
}

.LogIn li .input-box span.labup.must{
	background-color:#F77 !important} 


.LogIn li .input-box span.show-tit {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 110px;
    color: #FFF;
    padding: 0 0 0 30px;
    background: #999 url(../images/member-list.png) no-repeat 10px 50%;
    line-height: 39px;
    z-index: 99;	
}
 
.LogIn li .input-box .input-text {
    float: left;
     width: 100%;
    height: 54px;
    color: #333333;
    font-size: 16px;
    line-height: 52px;
    margin: 0;
    background: #FFF;
    border: 1px solid #999;
    padding: 0px 45px 0px 125px;
    border-radius: 40px;
 }
.LogIn li .input-box .formGender{
	float: left;
     width: 100%;
    height: 54px;
    color: #333333;
    font-size: 16px;
    line-height: 52px;
	margin: 0;
    background: #FFF;
    border: 1px solid #999;
    padding: 0px 45px 0px 125px;
    border-radius: 40px;
}
/*--radio--*/
.input-radio[type="radio"] {
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -moz-appearance: none;
    appearance: none;
    opacity: 0;
    margin: 0;
    width: 0;
    height: 0;
    border-color: transparent;
    background-color: transparent;
}
.input-radio[type="radio"] + label {
	vertical-align: middle;
    display: inline-block;
	padding-left:36px;
    background:url(../images/radio-box.png) no-repeat 0 50%;
	cursor:pointer;
	width:auto;
	margin:0 15px 0 0;
}
.input-radio.check,
.input-radio[type="radio"]:checked + label{
	background:url(../images/radio-check.png) no-repeat 0 50%;
}
.input-radio[type="radio"]:focus + label {
	background:url(../images/radio-ov.png) no-repeat 0 50%;
	color:#F77;
}
.input-radio[type="radio"]:checked:focus + label{
	background:url(../images/radio-focus.png) no-repeat 0 50%;
	color:#F77;
}
*::-webkit-input-placeholder {  font-family:"微軟正黑體", Arial; font-size:14px; }
*:-moz-placeholder {  font-family:"微軟正黑體", Arial; font-size:14px; }
*::-moz-placeholder {  font-family:"微軟正黑體", Arial; font-size:14px; }
*:-ms-input-placeholder {  font-family:"微軟正黑體", Arial; font-size:14px; }

 
	
 
 
.LogIn li .input-box .input-text.captcha {
	width: 30%;
}

.LogIn li .input-box .input-text:focus,  .formText:focus{
	color: #333;
	background-color:#FF9;
     outline: 0;
     box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(179,127,54,0.6);*/
}
.LogIn li .memPic {
	padding-left: 25%;
	font-size: 0.9em;
	line-height: 60px;
}
 
 
 
 
 
.LogIn li .input-box .show-text {
	float: left;
 	width: 100%;
	height: 39px;
	color: #333333;
	font-size: 16px;
	line-height: 39px;
	margin: 0;
	background: #FFF;
	border: 1px solid #999;
	padding:0 20px 0 120px;
}

 
 
.LogIn .txt-btn {
	float:left;
	width: 100%;
	text-align:right;
	margin-top:10px;
}
 
 
.LogIn li .input-box .show-text[disabled], .LogIn li .input-box .input-text[disabled]{
	color:#999; 
	background-color:#eee;
}

 
	
	
.formText {
    width: 100% !important;
    min-height: 100px;
    color: #333333;
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
    background: #FFF;
    border: 1px solid #999;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 25px;
    padding-top: 55px;
}
	
 
.LogIn .selecter {
    margin-left: 119px;
    box-sizing: border-box;
    width: calc(100% - 135px);
    height: 52px;
    padding: 0 15px;
    border: 0;
    font-size: 16px;
    color: #666;
    background: transparent;
}

.LogIn .selecter:focus{
	outline:0}

.LogIn .bod-line{
	float: left;
    width: 100%;
    height: 54px;
    color: #333333;
    font-size: 16px;
    line-height: 39px;
    margin: 0;
    background: #FFF;
    border: 1px solid #999;
    padding: 0px 20px 0px 125px;
    border-radius: 40px;
	}

.LogIn li .input-box.money:after {
    content: '萬元';
    display: block;
    position: absolute;
    right: 10px;
    
}
.LogIn li .people:after {
    content: '人';
    display: block;
    position: absolute;
    right: 10px;

}

.LogIn li .input-box:after{top: 20px;}
 .form-btn{
	 text-align:center;
	 margin-top:35px}

.form-btn input{
	border:0;
	cursor:pointer}
.form-btn .btn-reset{
	background-color:#666
	}
.form-btn .btn-save{
	background-color:#333}
	
 .form-btn .btn-reset{
	 background-image: url(../images/icon-X.png) !important;
	 }
	 
 .form-btn .btn-save{
	 background-image: url(../images/pouse.png) !important;
	  }	 
	 
.form-btn .btn-reset:hover,  .form-btn .btn-save:hover{
	background-color:#000
	}	 

.form-btn .btnSend{
	 background-image: url(../images/icon-v.png) !important}
	 
.code-img {
    border: 1px solid #999 !important;
    margin-left: 15px;
    float: left;
    border-radius: 30px;
    overflow: hidden;
    height: 39px;
	position:absolute;
	right:7px;
	top:7px
}

.code-img img{
	height:100% ;
	width:auto
}

.tb1 th, .tb1 td{
	border:#999 1px solid}	
	
.last-back {
    height: 40px;
    line-height: 40px;
    color: #fff;
    border-radius: 25px;
    display: inline-block;
    position: relative;
	background-color: #65c8d0;
    padding: 0;
	padding-right:12px;
	padding-left: 35px;
    background-size: 19px;
    background-image: url(../images/webadd-back.png);
    background-repeat: no-repeat;
    background-position: 10px center;
	margin-bottom:20px;
	font-size: 1em;
}	
	

.btnSend:hover, .btnSend:focus{
	background-color:#F60}	
	
.info-contact{
	margin-bottom:40px;
	line-height:1.5;
	font-size:16px;
	color:#666;}

.info-contact .logo{
	margin-bottom:20px;}
	
		
.info-contact .info-c{
	padding:15px 0;
	border-bottom:1px solid #ccc;
	font-size:17px;
	padding-left:60px;
	display:block;
	margin-bottom:35px;
	background:url(../images/icon-service.png) left 15px no-repeat;
	background-size:50px auto;
	 }
	 
.map-add .gmap{
	border:1px solid #ccc; float:left; width:46%; height:200px; 	box-sizing:border-box;

	}	
		
/**/	

.contact-info {
	margin:15px 0;}

.contact-info dt {
    font-size: 23px;
    margin-bottom: 20px;
    font-weight: bold;
}
	
.contact-info dd {
    margin-bottom: 12px;
    padding-left: 20px;
    font-size: 17px;
    background: url(../images/icon2/icon-dot-R-1.png) left center no-repeat;
}
	
.google-map	{
	width:100%;
	height:300px;
	margin:30px 0}
	
.search_zone{
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:3px solid #ccc;
	}	
	
.search_zone form{
	display:block;
 	border:1px solid #999;
	padding:3px;
	padding-right:5px;
	border-radius:25px;
	box-sizing:border-box;
	padding-left:15px;
	position:relative;
	float:right}	
	
.search_zone form .search-txt{
	width:180px;
	height:30px;
	border:0;
	font-family:"微軟正黑體", Arial  !important  
 	}	
	
.search_zone form .search-txt:focus{
	outline:none}	
	
.search_zone form .search-btn{
	width:30px;
	height:30px;
	border-radius:50%;
	background-color:#666;
	background-image:url(../images/icons/head-search.svg);
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
	cursor:pointer;
	border:0;
	font-size:0}	
	
.search_zone form .search-btn:focus{
	outline: none;}
	
.search_zone form .search-btn:hover{
	background-color:#000}
			
.in-tit-h2{
	font-size: 35px;
    color: #000;
    font-weight: bold;
	width: 100%;
}	

.editer {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}
.editer a{
	color:#F60; font-weight:bold; font-size:16px; vertical-align:baseline}
	
.editer p {
    text-indent: 2em;
    margin-bottom: 20px;
	text-align:justify
}	
	
	
.editer > ul > li {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 2.4em;
	text-align:justify
}	
.editer .stit {
    color: #F60;
    font-size: 20px;
    margin: 40px 0 10px 0;
    clear: both;
    text-indent:1em;
}	
	
	
.editer > UL > li > ol li {
    list-style: decimal;
    list-style-position: outside;
    margin-left: 1.2em;
    line-height: 1.7;
}	
	
.in-tit-h2.bline{
	border-bottom:3px solid #ccc;
	padding-bottom:15px;
	margin-bottom:40px}	

/*links*/
.links  *{box-sizing: border-box}

.links dl{
	display: inline-block;
	margin-bottom:20px;
	border:1px solid #ccc;
	border-radius:30px;
	padding:15px;
	width:48%;
	vertical-align:top;
 	}
	
.links dl:nth-child(odd){
	margin-right:15px}	

.links .dmenu_head{
	cursor:pointer;
	display:block;
	padding:8px 20px;
	background-color:#999;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	border-radius:20px;
	position:relative}	
	
.links .dmenu_head:after, .links .dmenu_body .btn-close-s:after{
	content:'';
	width:24px;
	height:20px;
	position:absolute;
	right:10px;
	top:50%;
	margin-top:-10px;
	background:url(../images/scroll-A2-on.png)
	}	

.links .dmenu_body{
 	padding:15px  0px 0 0px
	 }
	
.links .dmenu_body	a{
	display:block;
 	padding:10px 15px;
	border: solid #ccc 1px;
	margin-bottom:8px;
	color:#666;
	font-size:16px;
	position:relative;
	border-radius:20px}
	
.links .dmenu_body	a:after{
	content:'';
	display:block;
	width:15px;
	height:15px;
	position:absolute;
	right:50px;
	top:50%;
	margin-top:-7.5px;
	background: url(../images/header-nav-icont-w.png) right center no-repeat;
	background-size:contain;
	opacity:0;
	transition:all 0.5s}	
	
.links .dmenu_body	a:hover, .links .dmenu_body	a:focus{
	background-color:#666;
	color:#fff}	
	
.links .dmenu_body	a:hover:after{
	opacity:1;right:10px;}	
	
.links .dmenu_body .btn-close-s{
   	padding-right:40px;
 	border-radius:20px;
	position:relative;
	cursor:pointer;
 	height:0;
	font-size:0;
	transition:all 0.5s}
	
.links .dmenu_body .btn-close-s{
	background-color:#f2f2f2;
	border:1px solid #ccc;
	padding:8px 12px;
	height:auto;
	margin-top:15px;
	font-size:16px;
	display:block
 }	


.links .dmenu_body .btn-close-s:hover{
	background-color:#ccc}
	
.links .dmenu_body .btn-close-s:after{
	background:url(../images/scroll-A2.png);
	transform:rotate(180deg);
 	}	
	
.idea{
	line-height:1.8}
.idea > OL{
	margin-left: 15%;
    margin-bottom: 20px;
}
.idea > OL > OL{
	margin-left: 0;
    margin-bottom:0;
}		
.idea h3{
	font-size:22px;
	font-weight:bold;
	color:#F30;
	margin:30px 0 10px 0}	
	
.idea h4{
	display:block;
	font-size:16px;
	font-weight:normal;
	margin-top:20px}	
	
.idea h4 > b{
	font-size:18px;
	font-weight:bold;
	width:13%;
	display:inline-block;
	vertical-align:top}	
	
.idea h4 > div	{
	width:87%;
	padding-left:15px;
	font-size:16px;
	box-sizing:border-box;
	display:inline-block;
	vertical-align:top;
	text-align:justify}
	
.idea > ol{
	margin-left:15%;
	margin-bottom:20px}	
	
.idea > ol > li > OL li{
	text-indent: -1.5em;
    margin-left: 1.5em;
	}	
.ind2 li{
	text-indent: -2em;
    margin-left: 2em;
	}	
.idea p{
	margin-left:15%}	
	
.idea .m2 > li{
	text-indent:-2em;
	margin-left:2em}	
	
.idea .m2   .m3 > li{
	text-indent: -5.5em !important;
    margin-left: 5.5em !important;
	}	
	
.main-data ol li{
	margin:5px 0;
	list-style:decimal;
	font-size:15px;
	line-height:1.66;
	margin-left:1.5em}	
	
.fullwidth{
	width:100% !important;
	padding-left:0 !important}	
	
.nobline{
	border:0px !important}	
	
/*委員會*/	

.comt{
	line-height:1.6}

.comt h3{
	margin-bottom:10px;
	font-size:20px;}	
	
.comt ul > li{
	list-style:outside disc;
	margin-left:1.5em}	
	
.comt ol > li{
	list-style:outside decimal;
	margin-left:1.2em}	
		
.lawsicon .zoom-pic{
	background-image:url(../images/no-img-law.gif)}	
	
.tb-m td, .tb-m th{
	border:1px solid #999;
	padding:6px 8px}

.tb-m th{
	background-color:#f1f1f1}
	
.mem-h2{
	margin-bottom:15px;
	}	
	
/*team*/	

.comtxt li{
	margin-bottom: 10px;
    list-style: none;
    padding-left: 20px;
    display: block;
    padding-bottom: 10px;
    background: url(../images/icon2/icon-dot-R-1.png) left 3px no-repeat;
    border-bottom: 1px dashed #ccc;
}

.comtxt li b{
	margin-right:8px}	
.comtxt li a{
	color:#F60}	
.comtxt li a:hover{
	color:#09C}		

.main3-tit{
	font-size:18px;
	font-weight:bold;
	display:block;
	height:22px;
	line-height:22px;
	padding-left:26px;
	margin-left:10px;
	background:url(../images/member-joinico-2.png) left top no-repeat;
	background-size:auto 22px ;

}

ul.man3{
	display:block;
	margin:15px 0;}
	
ul.man3 li{
	width:calc(33.3% - 20px);
	margin:0 10px;
	border-radius:5px;
	padding:10px;
	box-sizing:border-box;
	background-color:#f2f2f2;
	border:1px solid #ccc;
	line-height:1.5;
	font-size:16px;
	float:left
	}	
	
ul.man3 li h4{
	font-size:18px;
	margin-bottom:15px;
		padding-bottom:12px;
	border-bottom:1px dashed #ccc}
	
/*tables*/

.radios{
	width:20px; height:20px; margin-top:-3px; margin-left:5px} 
	

/*manager*/

.manager{
	line-height:1.8}

.manager h3{
	font-size:20px;
	color:#C00;
	margin-bottom:15px}
	
.manager h4{
	font-size:18px;
	padding-left:18px;
 	background: url(../images/icon1/btn-next-b.png) no-repeat left center;
}

.manager .ml{
	padding-left:18px;text-indent: -4.7em;margin-left: 5em;}
		
.manager .imgs{
	padding:8px;
	box-shadow:2px 2px 8px #999}
	
.manager .fr{
	float:right; margin-left:20px}
	
.manager .fr .NAM{
	margin-top:8PX;
	text-align:center;
	font-size:13PX}	
	
.manager UL.DIS LI{
	list-style: disc;
	margin-left:18PX}
	
.manager UL, .manager OL{
	font-size:15PX !important}	
	
				
.manager .ml ul li span{ }	


/*0802*/				
 
.file-dd {
    display: block;
    float: right;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    background-color: #999;
    padding: 8px 10px;
    border-radius: 20px;
    padding-right: 30px;
    background-image: url(../images/icon1/head-icon-download.png);
    background-position: 85px center;
    background-repeat: no-repeat;
    background-size: auto 50%;
}

.file-dd:hover, .file-dd:focus{
	background-color:#000}
	
	

/*0803*/
dl.event-nbox{
	border:1px solid #999;
	display:block;
	border-radius:6px;
	position:relative;
	padding:15px;
	padding-top:25px;
	box-sizing:border-box;
	margin-bottom:40px;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.25);
    position: relative;
	background-color:#f5f5f5
	
	 }
	
dl.event-nbox dt{
	position: absolute;
    padding: 10px 12px;
    padding-left: 45px;
    border-radius: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    top: -18px;
    background-color: #666;
    background-image: url(../images/calendar.png);
    background-position: 15px center;
    background-repeat: no-repeat;
    background-size: auto 65%;}
	
dl.event-nbox dd{
	display:block;
	padding:10px 0;
	border-bottom:1px dashed #ccc;
	position:relative}		
	
dl.event-nbox dd:last-child{
	border-bottom:0}
	
dl.event-nbox dd a{
	display: inline-block;
    width: 85%;
    padding-left: 18px;
    background: url(../images/header-nav-icont.png) 5px center no-repeat;
    color: #000;
    font-size: 16px;
    font-weight: bold;
	transition:all 0.4s}
	
dl.event-nbox dd a:hover,
dl.event-nbox dd a:focus{
	color:#F60;padding-left: 20px;
	background: url(../images/header-nav-icont.png) 8px center no-repeat;
	}	
		
	
dl.event-nbox dd time{
	color: #F90;
    font-size: 14px;
    position: absolute;
    text-align: right;
    top: 50%;
    margin-top: -7px;
    right: 0;
    display: inline-block;}	
		