.li_listyle ul {
  list-style: disc;
  list-style-position: inside;
}
.li_listyle ol {
  list-style: disc;
  list-style-position: decimal;
}


html,boby{font-family: "Microsoft Jhenghei", "微軟正黑體", "Trebuchet MS", Arial, Helvetica, sans-serif;}

/*---------------按鈕動態-------------------*/
/*.navi ul li a:after, .navi ul li a:hover:after, .navi ul li a:focus:after, .navi ul li a, .navi ul li a:hover, a, a:hover, input, input:hover {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;}
/*---------------定位點-------------------*/

#tabU,#tabL,#tabC,#tabF {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;	
	text-decoration: none;
	z-index: 99999;
}
#tabU {
	position: absolute;
    top: 5px;
    right: 250px;
}
#tabU a:hover { 
	text-decoration: none;
	color: #FFFFFF;}
#tabL {
	position: absolute;
	/*top: 5px;*/
	left: 15px;
}
#tabL a {
	text-decoration: none;
	color: #FFFFFF;
}
#tabL a:hover { color: #FFFFFF;}
#tabC {
	position: absolute;
	left: 0;
	/*top: 17px;*/
}
#tabC a {
	text-decoration: none;
	color: #FFFFFF;
}
#tabC a:hover,#tabC a:focus {color: #fdff5f;}
#tabF {
	top: 10px;
	position: absolute;
	left: 10px;
	}
#tabF a{
	text-decoration: none;
	color: #FFFFFF;
	}
#tabF a:hover,#tabF a:focus {color: #fdff5f;}

@media only screen and (max-width:978px){
	#tabU,#tabL,#tabC,#tabF{display:none;}}

/*---------------定位點結束-------------------*/	


	
/*-------------------------------------------------------------------------------*\
   header
\*-------------------------------------------------------------------------------*/
header{
	width: 100%;
	position:relative;
	border-top:5px #c7e074 solid;
	border-bottom:5px #00a99d solid;
	/*-webkit-box-shadow: 0px 0px 6px #707070; 
    -moz-box-shadow: 0px 0px 6px #707070;*/
	 }
header:after{
	content:"";
	display:table;
	clear:both;
	 position: absolute;
	 bottom:-10px;
	width: 100%;
  box-sizing: border-box;
  background-repeat: no-repeat;
  height: 5px;
  transition-duration: 0.3s;
  transition-property: opacity;
	background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%); }
.Relative-center{
    max-width:1220px;
	margin:0 auto;
	position: relative;
	width: 100%;
	padding:0 10px;
	}
.Relative-center02{
    max-width:1220px;
	margin:0 auto;
	position: relative;
	width: 100%;
	}
.Relative-center:after,.Relative-center02:after,section:after{
	content:"";
	display:table;
	clear:both;}
	
/*---------------上方導覽區-------------------*/	
.toprig{
	position:relative;}
.toprig:after{
	content:"";
	display:table;
	clear:both;}
.toprig ul{
	float:right;
	background-color:#c7e074;
	-webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
	margin-top:-5px;
	}
.toprig ul li{
	display:inline-block;
	}
.toprig ul li:after{
	color:#FFF;
	content:" / ";}
.toprig ul li:last-child:after {
      content: "";}
.toprig ul li a {
	font-family: "微軟正黑體";
	color:#FFF;
    font-size: 0.813em;
	line-height: 2.5;
    padding: 0 .5em;
    }
.toprig ul li a:hover{
	color:#fdff5f;}	
/*---------------上方導覽區結束-------------------*/	
.logo{
	float:left;
	margin-bottom:35px;
	padding-left:10px;}
	
@media screen and (max-width:360px) {
	.logo a img{
		width:90%;
		height:auto;}
	}
/*-------------------------------------------------------------------------------*\
   main-第一區塊banner
\*-------------------------------------------------------------------------------*/	
.main-bg{
	background: url("../../images/main-bg.jpg") no-repeat center top;
    min-height: 195px;
	}
.main-bg:after{
	content: "";
    position: relative;
    bottom: 6px;
    width: 100%;
    box-sizing: border-box;
    height: 7px;
    transition-duration: 0.3s;
    transition-property: opacity;
    background: radial-gradient(at 50% 150%, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 60%);
	}
.main-bgtit{
	height:195px;}
.main-bgtit h3{
	position:absolute;
	top:43%;
	left:9%;
	padding-left: 1.6em;
	font-size: 2em;
    color: #39b54a;
	letter-spacing:10px;
    background: url("../../images/in-icon01.svg") no-repeat left center;
	}
	
/*-------------------------------------------------------------------------------*\
  第二區塊content star
\*-------------------------------------------------------------------------------*/	
.contbg{
	background-color:#fefefe;}
.maincontbox{
	max-width:960px;
	margin:0 auto;
	position: relative;
	width: 100%;
	}
.maincontbox:after{
	content:"";
	display:table;
	clear:both;}
 /*---------------中間內容區-------------------*/
 
.com-box {
    width: 100%;
    float: left;
	/*padding:0 1.5em 0 1.5em;*/}

/*---------------麵包屑-------------------*/
.breadcrumbs{
    float: left;
    width: 100%;
    padding: 20px  0 20px 0px;}
.breadcrumbs ul li{
	display:inline-block;}
.breadcrumbs a {
    color: #545454;
    font-size: 0.938em;
    padding: 0 10px 0 18px;
    background: url("../../images/lm-icon03.png")left 5px no-repeat;;}
.breadcrumbs a:hover,.breadcrumbs a:focus {
	color: #00A99D;
}

@media (max-width:480px) {
	.breadcrumbs{
		display:none;}
	 }

/*---------------主標題-------------------*/
.Cen-Titandtime:after{
	content:"";
	display:table;
	clear:both;}
.Cen-Tit {
	position:relative;
    width: 100%;
    float: left;
    /*border-left: 5px #2f8ace solid;
	border-radius: 2px;*/
    color: #111111;
    font-size: 1.375em;
    padding: 0 0 0 .8em;
    line-height: 1.4;
    letter-spacing: 1px;
	margin-bottom: 1em;
}
.Cen-Tit:before{
	position: absolute;
    top: 0;
    left: 0;
	background-color:#00A99D;
    width: 7px;
    height: 32px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    content: '';
	}
@media (max-width:900px) { 
.com-box { 
width:100%;
/*padding:1em;*/

}
} 

/*---------------分享鈕-------------------*/
.social-links{
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80%;
}
.social-links:after {
    content: ".";
    display: table;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.social-links-tooltip{
	float:right;
	width:auto;}
.social-links a {
    background-color: #797979;
    height: 38px;
    width: 38px;
    font-size: 0em;
    float: left;
    margin-right: 1px;
    text-align: center;
    line-height: 38px;
    color: #FFFFFF;
	-webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    border-radius: 19px;}
.social-links a.switcher-fontlevel {
    font-size: 0.938em;}
.social-links a.is-active {
    background-color: #0B68AD;
}
.social-links a.switcher-print {
    background-color: #8422a9;
    background-image: url(../../images/print.svg);
}
a.social-mail {
    background-color: #2188aa;
    background-image: url(../../images/mail.svg);
}
a.social-fb{
    background-color: #2a4275;
    background-image: url(../../images/fb.svg);
	
}
a.social-gg{
    background-color: #be2e19;
    background-image: url(../../images/gl.svg);
}
a.social-tt{
    background-color: #2aaae0;
    background-image: url(../../images/tr.svg);
}
a.social-pl{
    background-color: #e34d00;
    background-image: url(../../images/pk.svg);
}
a.social-le{
    background-color: #3CA922;
    background-image: url(../../images/le.svg);
}
.social-links a:hover,.social-links a:focus { opacity:0.75;}	

@media (max-width:481px) { 
    .social-links-tooltip{
	float:left;}
   .social-links a.switcher-print{
	   display:none;}
   .social-links a {
    height: 34px;
    width: 34px;
    font-size: 0em;
    float: left;
    margin-right: 1px;
    text-align: center;
    line-height: 34px;
	-webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;}
}

@media (max-width:360px) { 
.social-links a{
	height: 30px;
    width: 30px;
	line-height: 30px;}
}
.breadcrumbs,.social-links,.Cen-Titandtime{
	padding-left:2.5%;
	padding-right:2.5%;}
/*---------------資料內容-------------------*/	
.CenData{	
    float: left;
    width: 100%;
    line-height: 180%;
    color: #333333;
	margin: 1em 0;	}
/*-------------------------------------------------------------------------------*\
  線上報名
\*-------------------------------------------------------------------------------*/	
.reg-listtable{
	display: table;
    width: 100%;
    border-collapse: collapse;
	font: 0.9375em "Microsoft Jhenghei", "微軟正黑體", "Trebuchet MS", Arial, Helvetica, sans-serif;}
.reg-listthead{
	display:table-header-group;
	border-top:2px #00A99D solid;
	border-bottom:1px #00A99D solid;
	}
.reg-listtbody{
	display: table-row-group;
	}
.reg-listtr{
	display: table-row;
    vertical-align: inherit;
	border-bottom: 1px dashed silver;
	}
.reg-listth,.reg-listtd{
	display: table-cell;
    padding: 1em 1%;
    vertical-align: middle;
    text-align:center;
}
.reg-listtd.reg-number{
	width:15%;}
.reg-listtd.reg-tit{
	width:70%;
	line-height:1.5;
	text-align:left;
	}
.reg-listtd.reg-date{
	width:15%;
	}
.reg-listth{
	color:#00A99D;
	}
.reg-listtable a{
	display:block;}
.reg-listtable a:hover {
    color: #00968b;}
.reg-listtable .reg-listtbody .reg-listtr:hover {
  background:#dbf0ef;
}
@media (max-width:641px) { 

.reg-listth{
	display:none;}
.reg-listtd{
	display:block;}
.reg-listtd:before {
	content: attr(data-title);}
.reg-listtd{
	position:relative;
    border-bottom: 1px solid #eee ;
    position: relative;
    padding-left: 35% !important;
    white-space: normal;
    text-align: left;}
.reg-listtd:before{
position: absolute;
   /* top: 6px;*/
    left: 6px;
    width: 30%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
    color: #00A99D;}
.reg-listtd.reg-number,.reg-listtd.reg-tit{
	width:100%;}
.reg-listtd:last-child{
	border: none!important;}
.reg-listtr{
	border-bottom: 1px solid #00A99D;}
}
   
/*-------------------------------------------------------------------------------*\
   footer
\*-------------------------------------------------------------------------------*/		
footer{
	background-color:#00a99d;}
footer:after{
	content:"";
	display:table;
	clear:both;}
footer:before {
  content:"";
  display: block;
  position:relative;
  z-index:99;
  top:0px;
  width: 100%;
  box-sizing: border-box;
  background-repeat: no-repeat;
  height: 7px;
  transition-duration: 0.3s;
  transition-property: opacity;
  background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 70%);
}
.footerbox{
	padding:30px 10px;
	font-size:0.938em;
	color:#FFF;}
.footerbox a{
	color:#fffd70;}
.foot-logo{
	float:left;
	width:23.166666666667%;
	padding-right:2em;}
.foot-txt{
	float:left;
	width:43.83333333333333%;
	line-height:1.5;
	padding:0 2em;
	border-left:1px #FFF dashed;
	border-right:1px #FFF dashed;}
.foot-time{
	float:left;
	width:33%;
	padding-left:2em;
	padding-right: 10px;
	}
.foot-time p{
	float:right;
	line-height:1.5;}
.foot-time p i{
	float:right;
	display:inline-block;}
.foot-mark{
	float:right;
	display:block;
	padding-top:1em;
	
	}
.foot-mark img{
	float:left;
	display:block;
	margin-left:0.5em;}
@media screen  and (max-width:1001px){
	.foot-logo{
		width:30%;
		padding-right:1em;}
	.foot-txt{
		width:70%;
		border-right:none;
		padding:0 1em;}	
	.foot-time{
		display:none;}
	}
@media screen  and (max-width:641px){
	.foot-logo{
		width:100%;
		text-align:center;
		margin-bottom:2em;
		}
	.foot-txt{
	    width:100%;
		border-left:none;
		text-align:center;
		}
	.foot-txt a{
		display:inline-block;}
	}
@media screen  and (max-width:480px){
	footer:before{
		display:none;}
	}
@media screen  and (max-width:400px){
	.footerbox{
		padding: 30px 2px;}
	.foot-logo{
		padding-right:0;}
	.foot-txt{
		padding:0;
		}
	}

.kf_invisible{
    display:none;
}