﻿@charset "utf-8";

/** errorWrap **/
#errorWrap{
	width:100%;	
	margin:0 auto;
}

/** errorPage **/
#errorPage {
	position:relative;
	margin:0 auto;	
	width:100%;
	min-height:640px;
}
#errorPage .logo {
    display:block;
    width:379px;
	height:54px;
	background:url(../images/logo.png) no-repeat 0 50%;
	background-size:auto 54px;
	margin:30px auto;
}
#errorPage .errorBox {
	position:relative;
    width:100%;
	text-align:center;
    padding:50px 0 60px;
	box-sizing:border-box;
    margin:0 auto;
	background:#36842a;
	background-size:cover;
}
#errorPage .errorBox .acKey {
	color:transparent;
	line-height:150%;
}
#errorPage .errorBox .acKey:hover,
#errorPage .errorBox .acKey:focus {
	color:#FFF;
	outline:1px dashed #FF6600;
}
#errorPage .errorBox h2 {
    color:#FFF;
	font-family:"PingFang TC Semibold", "微软雅黑", "Microsoft YaHei";
	font-size:5.9em;
	margin:0 0 10px 0;
	-webkit-text-shadow:0px 1px 5px rgba(0,0,0,.5), 0px 1px 15px rgba(0,0,0,.5);
	   -moz-text-shadow:0px 1px 5px rgba(0,0,0,.5), 0px 1px 15px rgba(0,0,0,.5);
	    -ms-text-shadow:0px 1px 5px rgba(0,0,0,.5), 0px 1px 15px rgba(0,0,0,.5);
	        text-shadow:0px 1px 5px rgba(0,0,0,.5), 0px 1px 15px rgba(0,0,0,.5);
}
#errorPage .errorBox h3 {
	color:#FFF;
	font-size:2.7em;
	margin:10px 0 25px 0;
	-webkit-text-shadow:0px 1px 5px rgba(0,0,0,.5), 0px 1px 15px rgba(0,0,0,.5);
	   -moz-text-shadow:0px 1px 5px rgba(0,0,0,.5), 0px 1px 15px rgba(0,0,0,.5);
	    -ms-text-shadow:0px 1px 5px rgba(0,0,0,.5), 0px 1px 15px rgba(0,0,0,.5);
	        text-shadow:0px 1px 5px rgba(0,0,0,.5), 0px 1px 15px rgba(0,0,0,.5);
}
#errorPage .errorBox p {
	color:#FFF;
	font-size:1.9em;
	line-height:150%;
	font-weight:bold;
	-webkit-text-shadow:0px 1px 5px rgba(0,0,0,.5), 0px 1px 15px rgba(0,0,0,.5);
	   -moz-text-shadow:0px 1px 5px rgba(0,0,0,.5), 0px 1px 15px rgba(0,0,0,.5);
	    -ms-text-shadow:0px 1px 5px rgba(0,0,0,.5), 0px 1px 15px rgba(0,0,0,.5);
	        text-shadow:0px 1px 5px rgba(0,0,0,.5), 0px 1px 15px rgba(0,0,0,.5);
}
#errorPage .errorBox p.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:300px;
    color:#000;
    font-size:1.7em;
	padding:10px 0;
	border:1px solid #000;
	box-sizing:border-box;
	-webkit-border-radius:50px;
	   -moz-border-radius:50px;
			border-radius:50px;
	margin:5px;
}
#errorPage .errorBtn a:hover,
#errorPage .errorBtn a:focus {
	color:#FFF;
    background:#000;
}
#errorPage .mark {
	text-align:center;
	margin-top:1rem;
}
#errorPage .mark a {
	display:inline-block;
	vertical-align:middle;
	margin:0 5px;
}
#errorPage .wd {
	text-align:center;
	margin-top:1rem;
}
#errorPage .wd p {
	color:#000;
	font-size:1rem;
	line-height:165%;
	margin:0;
}
#errorPage .wd p strong {
    font-family:"PingFang TC Semibold", "微软雅黑", "Microsoft YaHei";
	font-size:1.2rem;
}
#errorPage .wd p span {
	display:inline-block;
	margin:0 10px;
}


/*--clearfix start--*/
.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}

/*--clearfix end--*/

.paragraph {
    margin: 20px 0;
}

.seminar-ol {
    padding-left: 34px;
}

.seminar-ol a {
    text-decoration: none;
    color: #ff6600;
}

.seminar-ol a:hover {
    color: #00a0e9;
    position: relative;
    top: 1px;
}

.icon-mail {
    padding-left: 26px;
    background-image: url(../images/mail.gif);
    background-repeat: no-repeat;
    background-position: left center;
}

.icon-mail:hover {
    background-image: url(../images/mail-ov.gif);
}

.btn-orange {
    font-size: 15px;
    color: #ffffff;
    font-weight: bold;
    background-color: #ff6600;
    padding: 2px 10px;
    border-radius: 26px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
}

.btn-orange:hover {
    background-color: #00a0e9;
}

.tab_blue {
    border-collapse: collapse;
}

.tab_blue td,
.tab_blue th {
    border: solid 1px #4583C0;
    padding: 3px 6px;
}

.tab_green {
    border-collapse: collapse;
}

.tab_green th {
    text-align: center;
}

.tab_green td,
.tab_green th {
    border: solid 1px #1daa22;
    padding: 3px 6px;
}

/** pageTop **/
.pageTop {
    /*float: left;*/
    width: 100%;
}

.pageTop h3 {
    font-size: 19px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 17px;
}

.pageTop h3 span {
    color: #00479d;
    padding: 0 12px 1px 12px;
    border: 2px solid #00479d;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}

.pageTop h3 span.color3 {
    color: #3693b2;
    border-color: #3693b2;
}

.pageTop h3 span.color4 {
    color: #3d998a;
    border-color: #3d998a;
}

.pageTop h3 span.color5 {
    color: #99733d;
    border-color: #99733d;
}

.pageTop h3 span.color10 {
    color: #45996f;
    border-color: #45996f;
}

.pageTop h1 {
    float: left;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}

/*h2*/
.pageTop .ptit {
    /*float: left;*/
    width: 100%;
    color: #000;
    font-size: 3em;
    font-weight: bold;
    padding-bottom: 18px;
    border-bottom: 1px solid #333;
}

/*sm8-頁籤式選單下之-h2*/
.pageTop h2.sm8-tabs {
    border-bottom: none;
}


/** searchCriteria **/
.searchCriteria {
    float: left;
    width: 100%;
    padding: 18px 0;
    margin: 0;
    border-bottom: 1px dashed #cacaca;
    background: #f7f7f7;
}
.searchCriteria > form{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.searchCriteria .cbox {
    float: left;
    height: 35px;
    width: auto;
    line-height: 1;
    margin:0;
    padding: 0;
    text-align: right;
}
.searchCriteria .tbox {
    float: left;
    height: 35px;
    width: auto;
    line-height: 1;
    margin: 0 10px 0 0;
    padding: 0;
    text-align: right;
}
.searchCriteria .tbox a.epaper-btn {
    width: 135px;
    height: 35px;
    line-height: 35px;
    border: none;
    cursor: pointer;
    text-align: center;
    font-size: 15px;
    padding: 0 10px 0 20px;
    margin: 0;
    color: #fff;
    font-weight: bold;
    background-color: #b9c80f;
    background-image: url(../images/icon-epaper.png);
    background-position: 10px center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    float: left;
}

.searchCriteria .tbox a.epaper-btn:hover {
    background-color: #c57003;
    background-position: 12px center;
}

.searchCriteria .name {
    font-size: 15px;
    line-height: 35px;
    color: #666;
    padding: 0;
    margin: 0;
    vertical-align: middle;
}

.searchCriteria .listBar {
    width: 86px;
    height: 35px;
    line-height: 19px;
    font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #666;
    cursor: pointer;
    border: 1px solid #dedede;
    padding: 7px;
    margin: 0;
    background: #fff url(../images/icon_drop.png) no-repeat right;
    -webkit-appearance: none;
    /* gets rid of default appearance in Webkit browsers*/
    -moz-appearance: none;
    /* Get rid of default appearance for older Firefox browsers */
    -ms-appearance: none;
    /* get rid of default appearance for IE8, 9 and 10*/
    appearance: none;
}

.searchCriteria .listBar:focus {
    color: #666;
    border: 1px solid #dedede;
    background: url(../images/icon_drop-on.png) no-repeat right;
    outline: 0;
}

.searchCriteria .listBar option {
    color: #666;
    border: none;
    background: #FFF;
    /* style the dropdown bg color */
    cursor: pointer;
}

.searchCriteria .listBar:-ms-expand {
    display: none;
    /* hide default arrow in IE10 */
}

.searchCriteria .sbox {
    float: left;
    width: auto;
    padding: 0;
    margin: 0;
    height: 35px;
}

.searchCriteria .dbox {
    float: left;
    padding: 5px 0 0 70px;
    height: 35px;
}

.searchCriteria .ubox {
    float: left;
    width: 100%;
    text-align: center;
}

.searchCriteria .useInstru-tit {
    font-size: 2em;
    font-weight: bold;
    color: #29ae2d;
    margin: 20px 60px 10px 60px;
    padding-left: 35px;
    background: url(../images/icon_pen.png) no-repeat left 50%;
}

.searchCriteria .useInstru {
    float: left;
    font-size: 1.6em;
    line-height: 1.6;
    margin: 10px 60px 20px 95px;
}

.searchCriteria .useInstru .txt {
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #999;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.searchCriteria .useInstru ul,
.searchCriteria .useInstru ol {
    margin: 0 0 0 20px;
}

.searchCriteria .search-query {
    color: #999;
    font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
    font-size: 15px;
    background-color: #fff;
    line-height: 33px;
    width: 420px;
    height: 33px;
    padding: 0 10px;
    margin: 0;
    outline: 0;
    border: 1px solid #dedede;
}

.searchCriteria .search-query-2 {
    color: #999;
    font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
    font-size: 15px;
    background-color: #fff;
    line-height: 33px;
    width: 607px;
    height: 33px;
    padding: 0 10px;
    margin: 0;
    outline: 0;
    border: 1px solid #dedede;
}

.searchCriteria .cutbox .search-query {
    width: 245px;
}

.searchCriteria .mdbox .search-query {
    width: 145px;
}

.searchCriteria .search-query:focus {
    outline: 0;
}

.searchCriteria .sbox-btn {
    width: 80px;
    height: 35px;
    border: none;
    cursor: pointer;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    background-color: #00416f;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    background: #00416f url(../images/ico-search.png) no-repeat 16px center;
    margin: 0 0 0 7px;
    padding-left: 23px;
}

.searchCriteria .ubox-btn {
    height: 35px;
    border: none;
    cursor: pointer;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    background-color: #29ae2d;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 0 16px;
}

.searchCriteria .sbox-btn:hover,
.searchCriteria .ubox-btn:hover {
    background-color: #000;
}

.searchCriteria .googleLogo {
    float: left;
    margin: 0 15px
}


/** searchCg (counseling_sm9) **/
.searchCg {
	position:absolute;
	right:5px;
	top:49px;
}
.searchCg > form{
	display: flex;
	justify-content: center;
	align-items: center;
}
.searchCg .tbox {
    float: left;
    height: 32px;
    width: auto;
    line-height: 1;
    margin: 0 4px 0 0;
    padding: 0;
    text-align: right;
}
.searchCg .name {
    font-size: 15px;
    line-height: 35px;
    color: #666;
    padding: 0;
    margin: 0;
    vertical-align: middle;
}
.searchCg .listBar {
    height: 32px;
    line-height: 19px;
    font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #666;
    cursor: pointer;
    border: 1px solid #dedede;
	border-radius:2px;	
    padding: 6px 25px 7px 7px;
    margin: 0;
    background: #fff url(../images/icon_drop.png) no-repeat right;
    -webkit-appearance: none;
    /* gets rid of default appearance in Webkit browsers*/
    -moz-appearance: none;
    /* Get rid of default appearance for older Firefox browsers */
    -ms-appearance: none;
    /* get rid of default appearance for IE8, 9 and 10*/
    appearance: none;
}
.searchCg .listBar:focus {
    color: #666;
    border: 1px solid #dedede;
    background: url(../images/icon_drop-on.png) no-repeat right;
    outline: 0;
}
.searchCg .listBar option {
    color: #666;
    border: none;
    background: #FFF;
    /* style the dropdown bg color */
    cursor: pointer;
}
.searchCg .listBar:-ms-expand {
    display: none;
    /* hide default arrow in IE10 */
}
.searchCg .sbox {
    float: left;
    width: auto;
    padding: 0;
    margin: 0;
    height: 32px;
}
.searchCg .ubox-btn {
    height: 32px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    background-color: #29ae2d;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 0 10px;
}
.searchCg .ubox-btn:hover {
    background-color: #000;
}

.comingSoon{
	font-size:25px;
	color:#000;
	padding-top:25px;
	height:300px;
	text-align:center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction :column;
	border:dashed 1px #ddd;
	border-radius:10px;		
}
.comingSoon small{
	margin-top:10px;
	color:#ccc;
	font-size:40px;
	display:block;
}



/** 第一層展開區 樣式 **/
.dmenu {
    display: block;
    float: left;
    width: 100%;
}

.dmenu_head {
    float: left;
    cursor: pointer;
    font-size: 1.6em;
    font-weight: bold;
    color: #fff;
    line-height: 35px;
    margin: 10px 0 10px 8%;
    width: 80%;
    padding-left: 35px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    background: #00416f url(../images/com-ico-5.png) no-repeat 10px 50%;
}

.dmenu_head a {
    color: #fff;
}

.dmenu_head.current {
    font-weight: bold;
}

.dmenu_body {
    float: left;
    width: 82%;
    margin: 0 9% 20px 9%;
}

.dmenu_body article p {
    float: left;
    font-size: 1.6em;
    line-height: 1.6;
    margin-bottom: 10px;
}

.dmenu_btn {
    float: left;
    width: 100%;
    text-align: center;
}

.dmenu_btn a {
    color: #000;
}

.btn-close {
    color: #000;
    cursor: pointer;
    background: url(../images/close-icon.png) no-repeat left center;
    width: 60px;
    height: 25px;
    font-size: 1.5em;
    margin: 0 auto;
    padding: 5px 0 0 12px;
}


/** pageList **/
.pageList {
    float: left;
    width: 100%;
}

.pageList ul {
    float: left;
    width: 100%;
    list-style: none;
}

.pageList li {
    float: left;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px dotted #CCC;
}

.pageList li:hover {
    background-color: #ffffe6;
}

.pageList .no {
    float: left;
    width: 60px;
    color: #999;
    font-size: 15px;
    text-align: center;
    margin: 0 20px 0 0;
}

.pageList .title {
    float: left;
    width: 770px;
    color: #333;
    font-size: 1.8em;
    font-weight: bold;
}

.pageList dl {
    float: left;
    width: 770px;
}

.pageList dt {
    float: left;
    color: #333;
    font-size: 1.8em;
    font-weight: bold;
    width: 85%;
}

.pageList dt > span {
    color: #29ae2d;
    font-size: 0.9em;
    font-weight: bold;
    padding-left: 5px;
    display: inline-block;
}
.pageList.zero dt > span {
    color: #0099cc;
}
.pageList.cv dt > span {
    color: #1b998b;
}
.pageList dd {
    float: right;
    color: #333;
    font-size: 1.5em;
    font-weight: bold;
}
.pageList.fullBot dd{
	width:100%;
}
/**/
.postData{
	width:100%;
	color:#666;
	margin-top:5px;
}
.postData > span{
	display:inline-block;
    font-size: 0.875rem;
    line-height:1.4;
	font-weight:normal;
	margin-right:22px;
}
.postData > span:last-of-type{margin-right: 0;}
.postData > span.view{
    padding-left: 22px;
    background: url(../images/icon-view.png) no-repeat 0 50%;
	min-height:20px;
}
.postData > span.date{
	min-height:20px;
	padding-left: 22px;
    margin-right: 20px;
    background: url(../images/icon-date.png) no-repeat 0 50%;
}
/** actList **/
.actList {
    float: left;
    width: 100%;
}

.actList ul {
    float: left;
    width: 100%;
    list-style: none;
}

.actList li {
    float: left;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px dotted #CCC;
}

.actList .pic {
    position: relative;
    float: left;
    width: 180px;
    margin-top: 3px;
    margin-right: 20px;
}

.actList .pic-pub {
    position: relative;
    float: left;
    width: 160px;
    margin-top: 3px;
    margin-right: 20px;
    border: 1px solid #CCC;
}

.actList dl {
    float: left;
    width: 658px;
}

.actList dl.pub {
    float: left;
    width: 675px;
}

.actList dt {
    color: #333;
    font-size: 1.8em;
    font-weight: bold;
    line-height: 130%;
}

.actList dd {
    color: #666;
    font-size: 1.5em;
    line-height: 150%;
    margin: 5px 0 0 0;
}

.actList dd.date {
    color: #ff6600;
    font-weight: bold;
    margin: 5px 0;
}

.actList dd.pub {
    color: #29ae2d;
}


/** activity Table **/
.at {
    float: left;
    width: 100%;
    padding: 0;
}

.atTable {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.atTable th {
    color: #000;
    font-size: 16px;
    font-size: 1.6em;
    vertical-align: middle;
    padding: 10px 0;
    border-bottom: 1px dashed #CCC;
    width: 12%;
    background-color: #dcf2de;
}

.atTable td {
    color: #333;
    font-size: 15px;
    font-size: 1.5em;
    line-height: 1.5;
    vertical-align: middle;
    padding: 10px;
    border-bottom: 1px dashed #CCC;
    word-break: break-all;
    background-color: #eaf7ec;
}

.atTable td.arrow {
    background: url(../images/icon_arrow3.png) no-repeat center center;
    width: 5%;
}


/** ac-gallery **/
#ac-gallery {
    float: left;
    width: 100%;
    padding: 0;
    margin-top: 10px;
    list-style: none;
    ZOOM: 1;
    overflow: hidden;
}

#ac-gallery li {
    float: left;
    width: 22%;
    margin: 1% 1.5%;
}

#ac-gallery li a {
    color: #000;
}

#ac-gallery li .pic {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    padding-bottom: 52%;
    padding-top: 27px;
    margin: 0 0 0 -5px;
    text-align: center;
    overflow: hidden;
    border: 5px solid #FFF;
    -moz-box-shadow: 0 0px 5px rgba(0%, 0%, 0%, 0.3);
    -webkit-box-shadow: 0 0px 5px rgba(0%, 0%, 0%, 0.3);
    box-shadow: 0 0px 5px rgba(0%, 0%, 0%, 0.3);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

#ac-gallery li .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

#ac-gallery li a:hover .pic img,
#ac-gallery li a:focus .pic img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
    border: 5px solid #1daa22;
    -moz-box-shadow: 0 0px 5px rgba(30, 170, 30, 0.3);
    -webkit-box-shadow: 0 0px 5px rgba(30, 170, 30, 0.3);
    box-shadow: 0 0px 5px rgba(30, 170, 30, 0.3);
}

#ac-gallery li .name {
    float: left;
    width: 100%;
    color: #333333;
    font-size: 14px;
    font-size: 1.4em;
    line-height: 1.2;
    text-align: center;
    margin-top: 10px;
    min-height: 40px;
}

#ac-gallery li a:hover .name,
#ac-gallery li a:focus .name {
    color: #1daa22;
}


/** gallery **/
#gallery {
	width:100%;
	box-sizing:border-box;
	margin:30px auto 0 auto;
}
#gallery ul {
	list-style:none;
	margin:-10px -10px 0 -10px;
	flex-wrap: wrap;
	display: flex;
}
#gallery ul li {
	display:inline-block;
	width:50%;
	letter-spacing:0;
	padding:10px;
	vertical-align:top;
	box-sizing:border-box;
}
#gallery ul li a {
	float:left;
    width:100%;
	height:100%;
	color:#333;
	background-color:#f2f2f2;
}
#gallery ul li a:hover,
#gallery ul li a:focus {
	color:#ec5b2f;
}
#gallery figure {
	margin:0;
	background-color:#f2f2f2;
	height:100%;	
}
#gallery figure .pic{
	width:100%;
	height:32vw;
	overflow:hidden;
}
#gallery figure .pic a{
	display: flex;
	justify-content:center;
	align-items:center;
}
#gallery figure .pic img {
	width:100%;
	height:auto;
	-webkit-transition:0.4s;
	   -moz-transition:0.4s;    
         -o-transition:0.4s;
            transition:0.4s;
}
#gallery a:hover figure .pic img,
#gallery a:focus figure .pic img,
#gallery figure .pic a:hover img,
#gallery figure .pic a:focus img {
    -webkit-transform:scale(1.08);
	   -moz-transform:scale(1.08);
        -ms-transform:scale(1.08);
         -o-transform:scale(1.08);    
            transform:scale(1.08);
}
#gallery figure figcaption {
	font-size:0.9em;
	line-height:130%;
	text-align:center;
	padding:10px;
}
#gallery figure figcaption strong {
	display:inline-block;
	font-family:"微軟雅黑", "Microsoft YaHei", "LiHei Pro Medium";
	font-size:1.3rem;
	margin-bottom:5px;
}
#gallery figure figcaption strong span {
	display:inline-block;
	color:#FFF;
	font-size:0.9rem;
	line-height:100%;
	padding:5px 10px;
	background:#8c3c4a;
	margin-right:10px;
	vertical-align:top;
}
@media screen and (max-width:420px) {
	#gallery ul li{width:100%;}
	#gallery figure .pic{ height:inherit;}
}
@media screen and (min-width:768px) {
	#gallery ul li {width:33.3333%;}
	#gallery figure .pic{ height:22vw;}
}
@media screen and (min-width:991px) {
	#gallery ul li {width:50%;}		
	#gallery figure .pic{ height:275px;}
}


/** topicList **/
.topicList {
    float: left;
    width: 100%;
}

.topicList ul {
    float: left;
    width: 100%;
    list-style: none;
}

.topicList li {
    float: left;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px dotted #CCC;
}

.topicList li:hover {
    background-color: #ffffe6;
}

.topicList .downloadList li {background: url(../images/downloadList-icon.png) no-repeat 10px 18px;}
.topicList .faqList li      {background: url(../images/fqaList-icon.png) no-repeat 10px 18px;}
.topicList .newsList li     {background: url(../images/newsList-icon.png) no-repeat 10px 18px;}
.topicList .techList li     {background: url(../images/techList-icon.svg) no-repeat 10px 18px;}
.topicList .NcarbonList li  {background: url(../images/NcarbonList-icon.svg) no-repeat 10px 18px;}
.topicList .zeroList li     {background: url(../images/zeroList-icon.svg) no-repeat 10px 18px;}
.topicList .carbonReList li {background: url(../images/carbonReList-icon.svg) no-repeat 10px 18px;}
/**/
.topicList .carbonReList.CVCaseList li,
.topicList .carbonReList.ZeroCaseList li{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background-image:none;
}
.topicList .carbonReList.CVCaseList dl{ padding-left:0;}
.topicList .carbonReList.CVCaseList .no + dl{margin-left:15px;}
.topicList .carbonReList.CVCaseList .no{
	width:60px;
	height:60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-size:250%;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color: #999;
	background-color:#f7f7f7;
	background-image:linear-gradient(0deg, #ddd 0%, #eee 100%);
	border-radius:40px;
}
/**/
.topicList .carbonReList.ZeroCaseList dl{
	background: url(../images/carbonReList-icon.svg) no-repeat 10px center;
}
.topicList .carbonReList.ZeroCaseList .no{
	width:40px;
	height:40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-size:160%;
	font-family:Arial, Helvetica, sans-serif;
	color: #999;
	font-weight:bold;
}
/**/
.topicList .cdmNo {
    float: left;
    margin: 0 20px;
}
.topicList .cdmNo div {
    float: left;
    width: 70px;
    height: 70px;
    background: #bbbbbb;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    color: #FFF;
    font-size: 1.3em;
    line-height: 70px;
    text-align: center;
    vertical-align: middle;
}

.topicList dl {
    float: left;
    padding: 0 0 0 70px;
}

.topicList dl.cdm {
    float: left;
    padding: 12px 0 0 0;
}

.topicList dt {
    color: #333;
    font-size: 1.8em;
    font-weight: bold;
    line-height: 130%;
}

.topicList dd {
    color: #666;
    font-size: 1.5em;
    line-height: 150%;
    text-align: justify;
    margin: 3px 0 0 0;
}
.topicList dd .kw{
	display:inline-block;
	padding:1px 8px;
	border-radius:3px;
	color:#fff;
	border:solid 1px rgba(0,153,204,.1);	
	background:rgba(0,153,204,.6);	
}

.topicList .linkList .pic {
    float: left;
    width: 65px;
    height: 65px;
    margin: -8px 20px 3px 10px;
}

.topicList .linkList .pic img {
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #e0deda;
    padding: 5px;;
}

.topicList .linkList dl {
    float: left;
    width: 645px;
    padding: 0;
    margin: 5px 0 0 5px;
}

.entry-date {
    color: #29ae2d;
    margin: 0 10px 0 0;
    padding: 0 0 0 17px;
    background: url(../images/entry-icon1.png) no-repeat 0 50%;
}

.entry-view {
    color: #29ae2d;
    margin: 0 10px 0 0;
    padding: 0 0 0 20px;
    background: url(../images/entry-icon2.png) no-repeat 0 50%;
}
.entry-source {
    color: #29ae2d;
    margin: 0 10px 0 0;
    padding: 0 0 0 17px;
    background: url(../images/entry-icon3.png) no-repeat 0 50%;
}
.entry-view.zero,
.entry-date.zero,
.entry-source.zero{
	color:#0099cc;
}
.entry-view.cv,
.entry-date.cv,
.entry-source.cv{
	color:#1b998b;
}
.psContact {
    float: left;
    width: 90%;
    margin: 20px 0 0 0;
    padding: 10px 5%;
    font-size: 1.5em;
    line-height: 1.6;
    color: #C30;
    background: url(../images/com-bg-1.png) repeat 0 50%;
}

.psContact span {
    font-size: 0.8em;
    margin: 0 0 0 10px;
    padding: 2px 10px 2px 23px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    background: #C30 url(../images/ico-mail.png) no-repeat 10px 50%;
}

.psContact span a {
    color: #fff;
}

.psContact span:hover {
    background: #f60 url(../images/ico-mail.png) no-repeat 10px 50%;
}

.ar {
    float: right;
}

a.btn-com {
    float: left;
    height: 35px;
    line-height: 35px;
    border: 1px solid #29ae2d;
    cursor: pointer;
    text-align: center;
    font-size: 15px;
    padding: 0 32px 0 18px;
    color: #29ae2d;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
}

a.btn-com:hover {
    color: #fff;
    padding: 0 18px 0 32px;
}

.appCase {
    margin: 15px;
    background: #e9f7ea url(../images/com-ico-3.png) 82% center no-repeat;
}

.appCase:hover {
    background: #29ae2d url(../images/com-ico-3-1.png) 18% center no-repeat;
}

.down {
    margin: 5px;
    background: #e9f7ea url(../images/com-ico-6.png) 82% center no-repeat;
}

.down:hover {
    background: #29ae2d url(../images/com-ico-6-1.png) 18% center no-repeat;
}

/* ----- 低碳生產推動輔導頁籤 ----- */
.TxtBox-sm6 {
    float: left;
    width: 100%;
}

.TxtBox-sm6 > .hd {
    width: 100%;
    float: left;
    list-style-type: none;
    font-size: 1.6em;
    padding: 18px 0;
    border-bottom: 1px dotted #CCC;
}

.TxtBox-sm6 > .hd > ul {
    list-style-type: none;
    width: 100%;
}

.TxtBox-sm6 > .hd > ul > li {
    float: left;
    width: auto;
    min-width: 80px;
    text-align: center;
    line-height: 40px;
    background: #eeeeee;
    background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
    background: -webkit-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
    background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
    margin: 0 4px 4px 0;
    padding: 0 14px;
    border: 1px solid #cccccc;
    box-shadow: inset rgba(255, 255, 255, 0.3) 0px 0px 10px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 1.0);
    color: #666666;
    font-weight: bold;
    cursor: pointer;
}

.TxtBox-sm6 > .hd > ul > li.on {
    background: #ff6600;
    background: -moz-linear-gradient(top, #ff9933 0%, #ff6600 100%);
    background: -webkit-linear-gradient(top, ##ff9933 0%, #ff6600 100%);
    background: linear-gradient(to bottom, #ff9933 0%, #ff6600 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6600', endColorstr='#44a41c', GradientType=0);
    border: 1px solid #ff6600;
    box-shadow: inset rgba(255, 255, 190, 0.3) 0px 0px 10px;
    text-shadow: none;
    color: #ffffff;
}

.TxtBox-sm6 .bd {
    width: 100%;
}

.TxtBox-sm6 .bd > ul {
    zoom: 1;
    margin: 0px;
    padding: 0px;
    width: 100%;
    float: left;
}

.TxtBox-sm6 .bd > ul > li {
    list-style-type: none;
    width: 100%;
    float: left;
}

/* -----Start 能效提升推動輔導頁籤 ----- */
.TxtBox-sm5 {
    float: left;
    width: 100%;
}

.TxtBox-sm5 > .hd {
    width: 100%;
    float: left;
    list-style-type: none;
    font-size: 1.6em;
    padding: 18px 0;
    border-bottom: 1px dotted #CCC;
}

.TxtBox-sm5 > .hd > ul {
    list-style-type: none;
    width: 100%;
}

.TxtBox-sm5 > .hd > ul > li {
    float: left;
    width: auto;
    min-width: 80px;
    text-align: center;
    line-height: 40px;
    background: #eeeeee;
    background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
    background: -webkit-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
    background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
    margin: 0 4px 4px 0;
    padding: 0 14px;
    border: 1px solid #cccccc;
    box-shadow: inset rgba(255, 255, 255, 0.3) 0px 0px 10px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 1.0);
    color: #666666;
    font-weight: bold;
    cursor: pointer;
}

.TxtBox-sm5 > .hd > ul > li.on {
    background: #ff6600;
    background: -moz-linear-gradient(top, #ff9933 0%, #ff6600 100%);
    background: -webkit-linear-gradient(top, ##ff9933 0%, #ff6600 100%);
    background: linear-gradient(to bottom, #ff9933 0%, #ff6600 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6600', endColorstr='#44a41c', GradientType=0);
    border: 1px solid #ff6600;
    box-shadow: inset rgba(255, 255, 190, 0.3) 0px 0px 10px;
    text-shadow: none;
    color: #ffffff;
}

.TxtBox-sm5 .bd {
    width: 100%;
}

.TxtBox-sm5 .bd > ul {
    zoom: 1;
    margin: 0px;
    padding: 0px;
    width: 100%;
    float: left;
}

.TxtBox-sm5 .bd > ul > li {
    list-style-type: none;
    width: 100%;
    float: left;
}

/* -----END 能效提升推動輔導頁籤 ----- */

.seminar_dl {
    width: 100%;
    float: left;
    border-bottom: 1px dashed #333;
}

.sm-box .seminar_dl:last-child {
    border-bottom: none;
}

.seminarInfo {
    width: 100%;
    list-style-type: none;
    padding: 0;
    margin: 0 0 20px 0 !important;

}

.seminarInfo > li {
    background-image: url(../images/seminarInfo_li.gif);
    background-repeat: no-repeat;
    background-position: left 14px;
    padding: 6px 0 6px 20px;
    float: left;
}

.seminarInfo > li h4 {
    color: #000 !important;
    float: left;
    width: 100%;
    margin: 0 !important;
}

.seminarWd {
    width: 100%;
}

.seminarWd .st01,
.seminarWd .st02,
.seminarWd .st03 {
    width: 100%;
    margin-bottom: 10px;
}

.seminarWd .st01 > b {
    color: #0095ff;
}

.seminarWd .st02 > b {
    color: #ff4ebc;
}

.seminarWd .st03 > b {
    color: #00bc70;
}

.sm-btn {
    background-color: #ff6600;
    padding: 2px 10px;
    font-size: 14px;
    color: #fff;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}

.seminarWd .st01 > .sm-btn {
    background-color: #0095ff;
}

.seminarWd .st02 > .sm-btn {
    background-color: #ff4ebc;
}

.seminarWd .st03 > .sm-btn {
    background-color: #00bc70;
}

.sm-btn:hover,
.seminarWd .st01 > .sm-btn:hover,
.seminarWd .st02 > .sm-btn:hover,
.seminarWd .st03 > .sm-btn:hover {
    background-color: #000;
    color: #fff100;
}

.sm-files {
    background-image: url(../images/sm-files.jpg);
    background-repeat: no-repeat;
    background-position: 2px 11px;
    padding: 6px 0 6px 26px;
}

.sm-files:hover {
    background-image: url(../images/sm-files-ov.jpg);
}

.seminarTab {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #30bf48;
    margin-top: 10px;
}

.seminarTab thead th {
    background-color: #30bf48;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    padding: 6px 2px;
}

.seminarTab thead th.Tabtop {
    background-color: #238c35;
}

.seminarTab thead th.Tabtop a {
    color: #fff;
}

.seminarTab tbody td {
    border-bottom: 1px solid #30bf48;
    border-left: 1px solid #30bf48;
    text-align: center;
    vertical-align: middle;
    padding: 6px 2px;
}

.sm-mail {
    font-size: 0.8em;
    margin: 0 0 0 10px;
    padding: 2px 10px 2px 23px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    background: #30bf48 url(../images/ico-mail.png) no-repeat 10px 50%;
    color: #fff;
}

.sm-mail:hover {
    color: #fff100;
    background-color: #000;
    background-image: url(../images/ico-mail-ov.png);
}

.downloadWd {
    width: 100%;
}

.downloadWd > .seminarInfo > li {
    border-bottom: 1px dashed #333;
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.downloadWd > .seminarInfo > li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.sm-iframe {
    border: 3px solid #000;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}



/** sort_mark **/
ul.sort_mark {
    width: 100%;
    float: left;
    list-style-type: none;
    font-size: 1.6em;
    padding: 18px 0;
    border-bottom: 1px dotted #CCC;
}

ul.sort_mark .tit {
    float: left;
    margin: 13px 5px 0 0;
}

ul.sort_mark li {
    float: left;
    width: auto;
    min-width: 80px;
    text-align: center;
    line-height: 40px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,cccccc+100 */
    background: #eeeeee;
    /* Old browsers */
    background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
    /* IE6-9 */
    margin: 0 4px 4px 0;
    padding: 0 16px;
    border: 1px solid #cccccc;
    box-shadow: inset rgba(255, 255, 255, 0.3) 0px 0px 10px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 1.0);
}

ul.sort_mark li.year {
    min-width: 30px;
}

ul.sort_mark li a {
    color: #666666;
    font-weight: bold;
	display: block;
}

ul.sort_mark li.on {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#99cc33+0,44a41c+100 */
    background: #99cc33;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ff9933 0%, #ff6600 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, ##ff9933 0%, #ff6600 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ff9933 0%, #ff6600 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6600', endColorstr='#44a41c', GradientType=0);
    /* IE6-9 */
    border: 1px solid #ff6600;
    box-shadow: inset rgba(255, 255, 190, 0.3) 0px 0px 10px;
    text-shadow: none;
}

ul.sort_mark li.on a {
    color: #ffffff;
}


/** sort_mark_cs **/
ul.sort_mark_cs {
    width: 100%;
    float: left;
    list-style-type: none;
    font-size: 1.6em;
    padding: 18px 0;
    border-bottom: 1px dotted #CCC;
}

ul.sort_mark_cs .tit {
    float: left;
    margin: 13px 5px 0 0;
}

ul.sort_mark_cs li {
    float: left;
    width: auto;
    min-width: 80px;
    text-align: center;
    line-height: 40px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,cccccc+100 */
    background: #eeeeee;
    /* Old browsers */
    background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
    /* IE6-9 */
    margin: 0 4px 4px 0;
    padding: 0 14px;
    border: 1px solid #cccccc;
    box-shadow: inset rgba(255, 255, 255, 0.3) 0px 0px 10px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 1.0);
}

ul.sort_mark_cs li.year {
    min-width: 30px;
}

ul.sort_mark_cs li a {
    color: #666666;
    font-weight: bold;
}

ul.sort_mark_cs li.on {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#99cc33+0,44a41c+100 */
    background: #99cc33;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ff9933 0%, #ff6600 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, ##ff9933 0%, #ff6600 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ff9933 0%, #ff6600 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6600', endColorstr='#44a41c', GradientType=0);
    /* IE6-9 */
    border: 1px solid #ff6600;
    box-shadow: inset rgba(255, 255, 190, 0.3) 0px 0px 10px;
    text-shadow: none;
}

ul.sort_mark_cs li.on a {
    color: #ffffff;
}

/*cs default-sm8 sort_2nd*/
.pageTop .sort_tit {
    width: 100%;
}

.pageTop .sort_tit h3.sort_2nd {}

.pageTop .sort_tit span.ico {}

ul.sm8-lvone-ul {
    border: none;
    padding-bottom: 0;
}

ul.sm8-lvone-ul li {
    min-width: 62px;
}

/** pageTit **/
.pageTit {
    float:left;
    width:100%;
    padding:18px 12px;
    border-bottom: 1px dashed #cacaca;
    background: #f7f7f7;
	box-sizing:border-box;
}
.pageTit h3 {
    font-size: 3.2em;
    line-height: 130%;
    font-weight: bold;
    color: #1daa22;
}
.pageTit h3.zero{
    color: #0099cc;	
}
.pageTit h3.cv{
    color: #1b998b;	
}
.pageTit ul {
    position: relative;
    float: left;
    width: 100%;
    list-style: none;
    color: #666;
    margin-top: 5px;
}

.pageTit ul li {
    float: left;
    font-size: 1.4em;
    line-height: 1.4;
}

.pageTit ul li.date {
    padding-left: 22px;
    margin-right: 20px;
    background: url(../images/icon-date.png) no-repeat 0 0;
}

.pageTit ul li.source {
    padding-left: 22px;
    margin-right: 20px;
    background: url(../images/icon-source.png) no-repeat 0 0;
}

.pageTit ul li.author {
    padding-left: 22px;
    margin-right: 20px;
    background: url(../images/icon-author2.png) no-repeat 0 0;
}

.pageTit ul li.view {
    padding-left: 22px;
    margin-right: 0;
    background: url(../images/icon-view.png) no-repeat 0 0;
}

.pageTit ul li.btn {
    float: right;
}

.pageTit ul li.btn a {
    position: absolute;
    right: 0;
    bottom: 3px;
    display: block;
    height: 18px;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    color: #FFF;
    padding: 12px 22px 12px 45px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #F00 url(../images/icon-register.png) no-repeat 20px 50%;
}

.pageTit ul li.btn a:hover {
    color: #FFF;
    background: #ff6600 url(../images/icon-register.png) no-repeat 20px 50%;
}

.pageWord {
    float: left;
    width: 100%;
    color: #000;
    font-size: 1.6em;
    line-height: 180%;
    text-align: justify;
}
.pageWord.zero a{color:#0099cc;}
.pageWord.cv a{color: #1b998b;}
.pageWord.zero a:hover,
.pageWord.zero a:focus,
.pageWord.cv a:hover,
.pageWord.cv a:focus {
	color:#ff6600;
}
.pageWord.qa {
    width: 650px;
    padding-left: 70px;
    background: url(../images/qaList-icon2.png) no-repeat 10px 0;
}

.pageWord h3 {
    color: #000;
    font-size: 1.2em;
    font-weight: normal;
    padding: 25px 0 0 0;
    display: inline-block;
}

.pageWord .noscriptBox {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.pageWord .sm-nstit {
    width: auto;
    padding: 6px 15px;
    background-color: #ff6600;
    color: #ffffff;
    font-size: 1.625em;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.pageWord h3 span.comt {
    color: #CCC;
    font-size: 0.85em;
    display: inline-block;
    margin-left: 2px;
}

.pageWord span.ico {
	position:relative;	
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/cs_h3_icon.png) right 2px no-repeat;
    text-indent: -9999px;
}
.pageWord span.arr {
	position:relative;	
}
.pageWord span.arr:after {
	content:"";
	position:absolute;
	left: 3px;
    top: -1px;
    width: 30px;
    height: 30px;
    background: url(../images/cs_h3_icon.png) 50% 50% no-repeat;	
}

.pageWord h4 {
    color: #000;
    font-size: 1em;
    font-weight: bold;
    padding: 0;
    margin: 20px 0 -20px 0;
}

.pageWord h4.sm8-04 {
    color: #000;
    font-size: 1em;
    font-weight: bold;
    padding: 0;
    margin: 20px 0 0 0;
}

.pageWord h5 {
    color: #000;
    font-size: 1em;
    font-weight: normal;
    padding: 0;
    margin: 0;
}

.pageWord h5.sm7-6 {
    color: #000;
    font-size: 1em;
    font-weight: normal;
    padding: 0;
    margin: 0;
}

.pageWord h5.sm8-04 {
    color: #000;
    font-size: 1em;
    font-weight: normal;
    padding: 5px 0;
    margin-bottom: -25px;
}

.pageWord > ul {
    padding: 0 0 0 0;
    margin: 0 0 0 42px;
    width: 816px;
}

.pageWord > ul li p {
    margin-top: 0;
}

.pageWord ul.website {
    margin-top: 10px;
}

.pageWord ul.website li {
    line-height: 1.35em;
}

.pageWord ul.website li p {
    margin: 0 0 10px 0;
}

.ga-tit {
    color: #30bf48 !important;
    float: left;
    width: 100%;
    margin: 10px 0 0 0 !important;
}

.pageWord ul.ga-ul {
    list-style-type: upper-alpha;
    margin: 0 0 0 42px;
}

.pageWord ul.ga-ul li {
    width: 100%;
    float: left;
}

.pageWord ul.ga-ul li > h4 {}


.pageWord ul.sm8-03-h5 {}

.pageWord ul.sm8-03-h5 li {
    margin: 10px 0;
}

.pageWord ul.sm8-03-h5 li:nth-child(1) {
    margin: 0;
}

.pageWord ul.sm8-03-h5 ul li {
    margin: 0 0;
}

.pageWord ul.sm8-03-h5 ul.lower-roman li {
    margin: 10px 0;
}

.pageWord ul.sm8-03-h5 .npic {
    margin-top: 10px;
}

.pageWord > p {
    margin: 20px 0;
}
.pageWord img {
    height: auto;
    max-width: 100%;
    margin: 0 auto;
}

.pageWord.sp ol,
.pageWord.sp ul {
    margin-left: 2em;
}

.pageWord.sp li {
    margin: 10px 0;
}

.pageWord.smap ol,
.pageWord.smap ul {
    list-style: none;
}

.pageWord.smap li {
    padding: 5px 0 5px 20px;
    border-bottom: 1px dotted #CCC;
    background: url(../images/mapinfo-icon.png) 0 12px no-repeat;
}

.pageWord.smap .btn-map {
    float: right;
    color: #3f7bd3;
    font-size: 13px;
    font-weight: bold;
    line-height: 100%;
    padding: 4px 10px 5px 10px;
    border: 2px solid #3f7bd3;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}

.pageWord.smap .btn-map:hover {
    color: #FFF;
    background: #3f7bd3;
}

.pageWord.smap dl {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
}

.pageWord.smap dt {
    float: left;
    width: 80px;
    text-align: center;
}

.pageWord.smap dd {
    float: left;
    width: 630px;
    margin: 0 0 0 10px;
    padding: 3px 0 10px 0;
    border-bottom: 1px dotted #CCC;
}

.pageWord .npic {
    border: 1px solid #ddd;
    float: left;
    width: 96%;
    padding: 2%;
    text-align: center;
    margin-bottom: 25px;
}

.pageWord .npic img {
    max-width: 100%;
}

.pageWord .npic p {
    font-size: 0.9em;
    margin-top: 10px;
    line-height: 1;
}

/*(圖n)*/

.pageWord .nchart_txt {
    overflow: auto;
    clear: both;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.pageWord .nchart_txt p {
    font-size: 0.9em;
}

/* ----- bookmarkWrap ----- */
.bookmarkWrap {
	/*position: relative;
	float: left;*/	
	width: 100%;
	font-size: 1.6em;
	margin:0 auto;
	padding-top:20px;
}
.bookmarkWrap ul,.bookmarkWrap ol{ margin-left:1.5em;}
.bookmarkWrap > dl {
	position:relative;
	width:100%;
	height:auto;
}
.bookmarkWrap > dl > dt {
	float:left;
	width:100%;
}
.bookmarkWrap > dl > dt{
	position:absolute;
	top:0;
	width: 15%;
	margin: 0 4px 4px 0;
	text-align:center;
	box-sizing: border-box;
	font-weight:bold;
}
.bookmarkWrap > dl:nth-of-type(1)> .other{
	width: 35%;
}

.bookmarkWrap > dl:nth-of-type(2)> .other{
	width: 33%;
}
.bookmarkWrap > dl:nth-of-type(3)> .other{
	width: 15%;
}
.bookmarkWrap > dl:nth-of-type(1) > .other{left:0%;}
.bookmarkWrap > dl:nth-of-type(2) > .other{left:35%;}
.bookmarkWrap > dl:nth-of-type(3) > .other{left:68%;}


/* 「低碳生產推廣輔導」原5項，刪除1項，餘4項。計畫簡介、資料下載、數位課程、低碳製程技術資料庫 */
.bookmarkWrap > dl:nth-of-type(1) > dt{left:0;margin-right:5px;}
.bookmarkWrap > dl:nth-of-type(2) > dt{left:15%;}
.bookmarkWrap > dl:nth-of-type(3) > dt{left:30%;}
.bookmarkWrap > dl:nth-of-type(4) > dt{left:45%; width:30%;}
/* .bookmarkWrap > dl:nth-of-type(5) > dt{left:60%; width:20%;} */

.bookmarkWrap > dl > dt a{
	width:100%;
	/* font-size: 1.6em; */
	line-height:130%;
	border: 1px solid #cccccc;
	font-weight:normal;
	padding:5px;
	margin:0;
	box-shadow: inset rgba(255, 255, 255, 0.3) 0px 0px 10px;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 1.0);
	cursor: pointer;
	color: #555555;
	border-radius:2px 2px 0 0;
	box-sizing: border-box;
	text-decoration:none;
	height:42px;
	flex-wrap: wrap;
	display: flex;
	justify-content: center;
	align-items: center;
	border-left:1px solid #ffffff;
	border-right:1px solid rgba(0,0,0,0.1);
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e6e6e6+0,d2d0d1+100 */
	background: #e6e6e6; /* Old browsers */
	background: -moz-linear-gradient(top,  #e6e6e6 0%, #d2d0d1 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #e6e6e6 0%,#d2d0d1 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #e6e6e6 0%,#d2d0d1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#d2d0d1',GradientType=0 ); /* IE6-9 */
	position:relative;
	z-index:1;
	/* margin: 0 4px 4px 0; */
	font-weight:bold;
}
.bookmarkWrap > dl:nth-of-type(5) > dt a{
    color: #30bf48;}

.bookmarkWrap > dl:nth-of-type(5) > dt a:hover {
	text-decoration: none;
	color: #ff6600;}
.bookmarkWrap > dl > dt a > span{ display:inline-block;}

.bookmarkWrap > dl > dt a:hover::before,
.bookmarkWrap > dl > dt a:focus::before{
	height:3px;
}
.bookmarkWrap > dl > dt.saTabOn a{
    color: #ffffff;
    position:relative;
    font-weight:bold;
    z-index: 5;
    border-color:transparent;
    background: #ff6600;
    text-shadow: none;
    background: -moz-linear-gradient(top, #ff9933 0%, #ff6600 100%);
    background: -webkit-linear-gradient(top, ##ff9933 0%, #ff6600 100%);
    background: linear-gradient(to bottom, #ff9933 0%, #ff6600 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6600', endColorstr='#44a41c', GradientType=0);
}
.bookmarkWrap > dl > dd.hide{ display:none !important;}
.bookmarkWrap > dl > dd.mTop {
    margin-top: 65px;
}
.bookmarkWrap > dl > dd {
	position:relative;
	float:left;
	width:100%;
	border-top: 1px #ccc dotted;
	line-height:160%;
}
.bookmarkWrap .note{
	font-size:0.8125em;
	line-height:120%;
}
@media screen and (max-width:700px) {
	.bookmarkWrap > dl > dt a{ font-size:1.4em; height:60px;}
	.bookmarkWrap > dl > dd.mTop {margin-top:60px;}
    
}
.bookmarkWrap ul.ga-ul li {
    width: 100%;
    float: left;
}

.bookmarkWrap .npic {
    border: 1px solid #ddd;
    float: left;
    width: 96%;
    padding: 2%;
    text-align: center;
    margin-bottom: 25px;
}
.bookmarkWrap .npic  a:hover img,
.bookmarkWrap .npic  a:focus img{
	display: inline-block;
	border: 5px solid #ff0000;
	box-sizing: border-box;
}
.bookmarkWrap h3 {
    color: #000;
    font-size: 1.2em;
    font-weight: normal;
    padding: 25px 0 0 0;
    display: inline-block;
}
.bookmarkWrap .saCont > ul {
    zoom: 1;
    margin: 0px;
    padding: 0px;
    width: 100%;
    float: left;
}
.bookmarkWrap span.ico {
	position:relative;
}
.bookmarkWrap span.ico:after {
	content:"";
	position:absolute;
	left: 3px;
    top: -1px;
    width: 30px;
    height: 30px;
    background: url(../images/cs_h3_icon.png) 50% 50% no-repeat;	
}
.bookmarkWrap ul.ga-ul {
    list-style-type: upper-alpha;
    margin: 0 0 0 42px;
}
.bookmarkWrap p {
    margin: 20px 0;
}
/*(表n)*/
/*default-tb*/
.pageWord table.default-tb {
    width: 100%;
    margin: 20px 0 10px 0;
}

.pageWord table.default-tb th {
    color: #FFF;
    font-family: Verdana, Geneva, sans-serif, "微軟雅黑", "微軟正黑體";
    background: #3d823d;
    padding: 12px 0;
    border: 3px #FFF solid;
}

.pageWord table.default-tb tr.odd td {
    padding: 8px 0;
    border: 3px #FFF solid;
}

.pageWord table.default-tb tr.even td {
    padding: 8px 0;
    border: 3px #FFF solid;
    background: #ECECEC;
}

/*sm8-02-tb*/
.pageWord table.sm802-tb {
    width: 100%;
}
.flowNext{
	text-align:left;
	margin-left:40px;
	line-height:40px;
}

.pageWord table.sm802-tb th {
    color: #FFF;
    font-family: Verdana, Geneva, sans-serif, "微軟雅黑", "微軟正黑體";
    background: #3d823d;
    padding: 8px 0;
    border: 1px #000000 solid;
}

.pageWord table.sm802-tb tr.odd td {
    padding: 8px 0;
    border: 1px #000000 solid;
}

.pageWord table.sm802-tb tr.even td {
    padding: 8px 0;
    vertical-align: middle;
    border: 1px #000000 solid;
    background: #ECECEC;
}

/*sm8-02-tb*/
/*--sm8-04-2-tb--*/
.pageWord table.sm8042b-tb {
    width: 100%;
}

.pageWord table.sm8042b-tb th {
    color: #FFF;
    font-family: Verdana, Geneva, sans-serif, "微軟雅黑", "微軟正黑體";
    background: #3d823d;
    padding: 12px 0;
    border: 3px #FFF solid;
}

.pageWord table.sm8042b-tb td {
    line-height: 1.30em;
    padding: 8px 0;
    vertical-align: middle;
}

.pageWord table.sm8042b-tb th.second {
    width: 100px;
}

.pageWord table.sm8042b-tb tr.odd td {
    border: 3px #FFF solid;
    background: #ECECEC;
}

.pageWord table.sm8042b-tb tr.even td {
    border: 3px #FFF solid;
}

/*--sm80-4-4-a-tb--*/
.pageWord table.sm8044a-tb {
    width: 100%;
    margin: 20px 0 10px 0;
}

.pageWord table.sm8044a-tb th {
    color: #FFF;
    font-family: Verdana, Geneva, sans-serif, "微軟雅黑", "微軟正黑體";
    background: #3d823d;
    padding: 12px 0;
    border: 1px #FFF solid;
}

.pageWord table.sm8044a-tb tr.odd td {
    border: 1px #FFF solid;
}

.pageWord table.sm8044a-tb tr.even td {
    border: 1px #FFF solid;
    background: #ECECEC;
}

/*--sm80-4-4-b-tb--*/
.pageWord table.sm8044b-tb {
    width: 100%;
    margin: 20px 0 10px 0;
    font-size: 0.85em;
}

.pageWord table.sm8044b-tb th {
    color: #FFF;
    font-family: Verdana, Geneva, sans-serif, "微軟雅黑", "微軟正黑體";
    font-weight: bold;
    background: #3d823d;
    padding: 12px 0;
    border: 1px #FFF solid;
}

.pageWord table.sm8044b-tb td {
    padding: 3px 1px;
    vertical-align: middle;
}

.pageWord table.sm8044b-tb tr.odd td {
    border: 1px #FFF solid;
}

.pageWord table.sm8044b-tb tr.even td {
    border: 1px #FFF solid;
    background: #ECECEC;
}

/*--sm80-6-a-tb--*/
.pageWord table.sm806a-tb {
    width: 100%;
    margin: 20px 0 10px 0;
    font-size: 1em;
}

.pageWord table.sm806a-tb ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pageWord table.sm806a-tb ul li {
    margin: 0 0 8px 0;
}

.pageWord table.sm806a-tb th.first-row {
    width: 180px;
}

.pageWord table.sm806a-tb th {
    color: #FFF;
    font-family: Verdana, Geneva, sans-serif, "微軟雅黑", "微軟正黑體";
    font-weight: bold;
    background: #3d823d;
    padding: 12px 0;
    border: 1px #FFF solid;
    vertical-align: middle;
}

.pageWord table.sm806a-tb td {
    text-align: left;
    line-height: 1.30em;
    padding: 10px;
    vertical-align: middle;
}

.pageWord table.sm806a-tb tr.odd td {
    border: 1px #FFF solid;
    background: #ECECEC;
}

.pageWord table.sm806a-tb tr.even td {
    border: 1px #FFF solid;
}

/*--sm80-6-b-tb--*/
.pageWord table.sm806b-tb {
    width: 100%;
    margin: 20px 0 10px 0;
    font-size: 1em;
}

.pageWord table.sm806b-tb th {
    line-height: 1.25em;
    padding: 12px 10px;
    color: #FFF;
    font-family: Verdana, Geneva, sans-serif, "微軟雅黑", "微軟正黑體";
    font-weight: bold;
    background: #3d823d;
    border: 1px #FFF solid;
    vertical-align: middle;
}

.pageWord table.sm806b-tb td {
    line-height: 1.30em;
    padding: 10px;
    vertical-align: middle;
    text-align: left;
}

.pageWord table.sm806b-tb td.first-row {
    width: 220px;
    text-align: center;
}

.pageWord table.sm806b-tb tr.odd td {
    border: 1px #FFF solid;
}

.pageWord table.sm806b-tb tr.even td {
    border: 1px #FFF solid;
    background: #ECECEC;
}

/*--sm80-6-c-tb--*/
.pageWord table.sm806c-tb {
    width: 100%;
    margin: 20px 0 10px 0;
    font-size: 1em;
}

.pageWord table.sm806c-tb tr.title th,
.pageWord table.sm806c-tb tr th.tit {
    line-height: 1.25em;
    padding: 12px 10px;
    color: #FFF;
    font-family: Verdana, Geneva, sans-serif, "微軟雅黑", "微軟正黑體";
    font-weight: bold;
    background: #3d823d;
    border: 1px #FFF solid;
    vertical-align: middle;
}

.pageWord table.sm806c-tb tr.title th.row-1 {
    width: 80px;
}

.pageWord table.sm806c-tb tr.title th.row-2 {
    width: 120px;
}

.pageWord table.sm806c-tb tr.title th,
.pageWord table.sm806c-tb tr.title td {
    padding: 12px;
    vertical-align: middle;
}

.pageWord table.sm806c-tb th,
.pageWord table.sm806c-tb td {
    padding: 10px;
    vertical-align: middle;
}

.pageWord table.sm806c-tb tr th.sub {
    line-height: 1.25em;
    padding: 12px 10px;
    color: #FFF;
    font-family: Verdana, Geneva, sans-serif, "微軟雅黑", "微軟正黑體";
    font-weight: bold;
    background: #6eb96e;
    border: 1px #FFF solid;
    vertical-align: middle;
}

.pageWord table.sm806c-tb tr.title td {
    line-height: 1.30em;
    padding: 10px;
    vertical-align: middle;
    text-align: left;
}

.pageWord table.sm806c-tb td {
    border: 1px #FFF solid;
    line-height: 1.35em;
}

.pageWord table.sm806c-tb tr.gray td {
    border: 1px #FFF solid;
    background: #ECECEC;
}

/*--sm80-7-1-a-tb--*/
.pageWord table.sm8071a-tb {
    width: 100%;
    margin: 20px 0 10px 0;
    font-size: 1em;
}

.pageWord table.sm8071a-tb th {
    line-height: 1.25em;
    padding: 12px 10px;
    color: #FFF;
    font-family: Verdana, Geneva, sans-serif, "微軟雅黑", "微軟正黑體";
    font-weight: bold;
    background: #3d823d;
    border: 1px #FFF solid;
    vertical-align: middle;
}

.pageWord table.sm8071a-tb td {
    line-height: 1.30em;
    padding: 10px;
    vertical-align: middle;
    text-align: left;
}

.pageWord table.sm8071a-tb th.first-row {
    width: 480px;
}

.pageWord table.sm8071a-tb tr.odd td {
    border: 1px #FFF solid;
    background: #ECECEC;
}

.pageWord table.sm8071a-tb tr.even td {
    border: 1px #FFF solid;
}

.pageWord table.single th,
.pageWord table.single td {
    text-align: center;
}

/*--sm80-7-1-b-tb--*/
.pageWord table.sm8071b-tb {
    width: 100%;
    margin: 20px 0 10px 0;
    font-size: 1em;
}

.pageWord table.sm8071b-tb th {
    line-height: 1.25em;
    padding: 12px;
    color: #FFF;
    font-family: Verdana, Geneva, sans-serif, "微軟雅黑", "微軟正黑體";
    font-weight: bold;
    background: #3d823d;
    border: 1px #FFF solid;
    vertical-align: middle;
}

.pageWord table.sm8071b-tb td {
    line-height: 1.30em;
    padding: 12px;
    vertical-align: middle;
    text-align: left;
    border: 1px #CCCCCC solid;
}

.pageWord table.sm8071b-tb tr.chapter th {
    text-align: left;
}

.pageWord table.sm8071b-tb tr.section th {
    color: #d5ffd5;
    font-size: 0.8em;
    text-align: center;
}

.pageWord table.sm8071b-tb tr.chapter td {
    background: #ECECEC;
}

.pageWord table.sm8071b-tb tr.chapter td:nth-child(odd) {
    color: #555;
    font-size: 0.9em;
}

.pageWord table.sm8071b-tb tr.chapter td:nth-child(even) {
    color: #555;
    font-size: 1.2em;
    font-weight: bold;
    font-family: Verdana, Geneva, sans-serif, "微軟雅黑", "微軟正黑體";
}

/*--sm80-7-2-a-tb--*/
.pageWord table.sm8072a-tb {
    width: 100%;
    margin: 20px 0 10px 0;
    font-size: 1em;
}

.pageWord table.sm8072a-tb {
    width: 100%;
    margin: 20px 0 10px 0;
    font-size: 1em;
}

.pageWord table.sm8072a-tb th {
    line-height: 1.25em;
    padding: 12px 10px;
    color: #FFF;
    font-family: Verdana, Geneva, sans-serif, "微軟雅黑", "微軟正黑體";
    font-weight: bold;
    background: #3d823d;
    border: 1px #FFF solid;
    vertical-align: middle;
}

.pageWord table.sm8072a-tb td {
    line-height: 1.30em;
    padding: 10px;
    vertical-align: middle;
    text-align: left;
}

.pageWord table.sm8072a-tb td.first-row {
    width: 220px;
    text-align: center;
}

.pageWord table.sm8072a-tb tr:nth-child(even) td {
    border: 1px #FFF solid;
    background: #ECECEC;
}

.pageWord table.sm8072a-tb tr:nth-child(odd) td {
    border: 1px #FFF solid;
}

/*--sm80-7-2-b-tb--*/
.pageWord table.sm8072b-tb {
    width: 100%;
    margin: 20px 0 10px 0;
    font-size: 1em;
}

.pageWord table.sm8072b-tb {
    width: 100%;
    margin: 20px 0 10px 0;
    font-size: 1em;
}

.pageWord table.sm8072b-tb th {
    line-height: 1.25em;
    padding: 12px 10px;
    color: #FFF;
    font-family: Verdana, Geneva, sans-serif, "微軟雅黑", "微軟正黑體";
    font-weight: bold;
    background: #3d823d;
    border: 1px #FFF solid;
    vertical-align: middle;
}

.pageWord table.sm8072b-tb td {
    line-height: 1.30em;
    padding: 10px;
    vertical-align: middle;
    text-align: left;
}

.pageWord table.sm8072b-tb td.first-row {
    width: 220px;
    text-align: center;
}

.pageWord table.sm8072b-tb tr:nth-child(odd) td {
    border: 1px #FFF solid;
    background: #ECECEC;
}

.pageWord table.sm8072b-tb tr:nth-child(even) td {
    border: 1px #FFF solid;
}

/*--sm80-7-2-c-tb--*/
.pageWord table.sm8072c-tb {
    width: 100%;
    margin: 20px 0 10px 0;
    font-size: 1em;
}

.pageWord table.sm8072c-tb {
    width: 100%;
    margin: 20px 0 10px 0;
    font-size: 1em;
}

.pageWord table.sm8072c-tb th {
    line-height: 1.25em;
    padding: 12px 10px;
    color: #FFF;
    font-family: Verdana, Geneva, sans-serif, "微軟雅黑", "微軟正黑體";
    font-weight: bold;
    background: #3d823d;
    border: 1px #FFF solid;
    vertical-align: middle;
}

.pageWord table.sm8072c-tb td {
    line-height: 1.30em;
    padding: 10px;
    vertical-align: middle;
    text-align: center;
}

.pageWord table.sm8072c-tb td.first-row {
    width: 220px;
    text-align: center;
}

.pageWord table.sm8072c-tb tr:nth-child(even) td {
    border: 1px #FFF solid;
    background: #ECECEC;
}

.pageWord table.sm8072c-tb tr:nth-child(odd) td {
    border: 1px #FFF solid;
}

/*--sm80-7-3-a-tb--*/
.pageWord table.sm8073a-tb {
    width: 100%;
    margin: 20px 0 10px 0;
    font-size: 1em;
}

.pageWord table.sm8073a-tb {
    width: 100%;
    margin: 20px 0 10px 0;
    font-size: 1em;
}

.pageWord table.sm8073a-tb th {
    line-height: 1.25em;
    padding: 12px 10px;
    color: #FFF;
    font-family: Verdana, Geneva, sans-serif, "微軟雅黑", "微軟正黑體";
    font-weight: bold;
    background: #3d823d;
    border: 1px #FFF solid;
    vertical-align: middle;
}

.pageWord table.sm8073a-tb td {
    line-height: 1.30em;
    padding: 10px;
    vertical-align: middle;
    text-align: center;
}

.pageWord table.sm8073a-tb td.first-row {
    width: 220px;
    text-align: center;
}

.pageWord table.sm8073a-tb tr:nth-child(even) td {
    border: 1px #FFF solid;
    background: #ECECEC;
}

.pageWord table.sm8073a-tb tr:nth-child(odd) td {
    border: 1px #FFF solid;
}

/*--sm80-7-3-c-tb--*/
.pageWord table.sm8073c-tb {
    width: 100%;
    margin: 20px 0 10px 0;
    font-size: 1em;
}

.pageWord table.sm8073c-tb {
    width: 100%;
    margin: 20px 0 10px 0;
    font-size: 1em;
}

.pageWord table.sm8073c-tb th {
    line-height: 1.25em;
    padding: 12px 10px;
    color: #FFF;
    font-family: Verdana, Geneva, sans-serif, "微軟雅黑", "微軟正黑體";
    font-weight: bold;
    background: #3d823d;
    border: 1px #FFF solid;
    vertical-align: middle;
}

.pageWord table.sm8073c-tb td {
    line-height: 1.30em;
    padding: 10px;
    vertical-align: middle;
    text-align: center;
}

.pageWord table.sm8073c-tb td.first-row {
    width: 220px;
    text-align: center;
}

.pageWord table.sm8073c-tb tr:nth-child(odd) td {
    border: 1px #FFF solid;
    background: #ECECEC;
}

.pageWord table.sm8073c-tb tr:nth-child(even) td {
    border: 1px #FFF solid;
}

/*--sm80-7-4-a-tb--*/
.pageWord table.sm8074a-tb {
    width: 100%;
    margin: 20px 0 10px 0;
    font-size: 1em;
}

.pageWord table.sm8074a-tb {
    width: 100%;
    margin: 20px 0 10px 0;
    font-size: 1em;
}

.pageWord table.sm8074a-tb th {
    line-height: 1.25em;
    padding: 12px 10px;
    color: #FFF;
    font-family: Verdana, Geneva, sans-serif, "微軟雅黑", "微軟正黑體";
    font-weight: bold;
    background: #3d823d;
    border: 1px #FFF solid;
    vertical-align: middle;
}

.pageWord table.sm8074a-tb td {
    line-height: 1.30em;
    padding: 12px;
    vertical-align: middle;
    text-align: left;
}

.pageWord table.sm8074a-tb td.first-row {
    width: 220px;
    text-align: center;
}

.pageWord table.sm8074a-tb tr:nth-child(odd) td {
    border: 1px #FFF solid;
    background: #ECECEC;
}

.pageWord table.sm8074a-tb tr:nth-child(even) td {
    border: 1px #FFF solid;
}

/*--sm80-7-4-b-tb--*/
.pageWord table.sm8074b-tb {
    width: 100%;
    margin: 20px 0 10px 0;
    font-size: 1em;
}

.pageWord table.sm8074b-tb {
    width: 100%;
    margin: 20px 0 10px 0;
    font-size: 1em;
}

.pageWord table.sm8074b-tb th {
    line-height: 1.25em;
    padding: 12px 10px;
    color: #FFF;
    font-family: Verdana, Geneva, sans-serif, "微軟雅黑", "微軟正黑體";
    font-weight: bold;
    background: #3d823d;
    border: 1px #FFF solid;
    vertical-align: middle;
}

.pageWord table.sm8074b-tb td {
    line-height: 1.30em;
    padding: 12px;
    vertical-align: middle;
    text-align: left;
}

.pageWord table.sm8074b-tb td.first-row {
    width: 220px;
    text-align: center;
}

.pageWord table.sm8074b-tb tr:nth-child(even) td {
    border: 1px #FFF solid;
    background: #ECECEC;
}

.pageWord table.sm8074b-tb tr:nth-child(odd) td {
    border: 1px #FFF solid;
}

/*--sm80-7-4-c-tb--*/
.pageWord table.sm8074c-tb {
    width: 100%;
    margin: 20px 0 10px 0;
    font-size: 1em;
}

.pageWord table.sm8074c-tb {
    width: 100%;
    margin: 20px 0 10px 0;
    font-size: 1em;
}

.pageWord table.sm8074c-tb th {
    line-height: 1.25em;
    padding: 12px 10px;
    color: #FFF;
    font-family: Verdana, Geneva, sans-serif, "微軟雅黑", "微軟正黑體";
    font-weight: bold;
    background: #3d823d;
    border: 1px #FFF solid;
    vertical-align: middle;
}

.pageWord table.sm8074c-tb td {
    line-height: 1.30em;
    padding: 12px;
    vertical-align: middle;
    text-align: center;
}

.pageWord table.sm8074c-tb td.first-row {
    width: 220px;
    text-align: center;
}

.pageWord table.sm8074c-tb tr:nth-child(even) td {
    border: 1px #FFF solid;
    background: #ECECEC;
}

.pageWord table.sm8074c-tb tr:nth-child(odd) td {
    border: 1px #FFF solid;
}

/*--sm80-7-4-d-tb--*/
.pageWord table.sm8074d-tb {
    width: 100%;
    margin: 20px 0 10px 0;
    font-size: 1em;
}

.pageWord table.sm8074d-tb th {
    line-height: 1.25em;
    padding: 12px;
    color: #FFF;
    font-family: Verdana, Geneva, sans-serif, "微軟雅黑", "微軟正黑體";
    font-weight: bold;
    background: #3d823d;
    border: 1px #FFF solid;
    vertical-align: middle;
}

.pageWord table.sm8074d-tb td {
    line-height: 1.30em;
    padding: 12px;
    vertical-align: middle;
    text-align: left;
    border: 1px #CCCCCC solid;
}

.pageWord table.sm8074d-tb tr.chapter th {
    text-align: left;
}

.pageWord table.sm8074d-tb tr.section th {
    color: #d5ffd5;
    font-size: 0.8em;
    text-align: center;
}

.pageWord table.sm8074d-tb tr.chapter td {
    background: #ECECEC;
}

.pageWord table.sm8074d-tb tr.chapter td:nth-child(odd) {
    color: #333;
    font-size: 1em;
}

.pageWord table.sm8074d-tb tr.chapter td:nth-child(2) {
    color: #555;
    font-size: 1.2em;
    font-weight: bold;
    font-family: Verdana, Geneva, sans-serif, "微軟雅黑", "微軟正黑體";
}

.toptitle > td {
    line-height: 1.25em;
    padding: 12px;
    color: #FFF;
    font-family: Verdana, Geneva, sans-serif, "微軟雅黑", "微軟正黑體";
    font-weight: bold;
    background: #3d823d;
    border: 1px #FFF solid !important;
    vertical-align: middle;
    text-align: center !important;
}

.leftfirst > td:first-child {
    background-color: #3d823d;
}

.section.leftfirst > td:first-child {
    color: #d5ffd5;
    font-size: 0.8em;
    text-align: center;
    border-color: #FFF !important;
}

.chapter.leftfirst > td:first-child {
    line-height: 1.25em;
    padding: 12px;
    color: #FFF !important;
    font-family: Verdana, Geneva, sans-serif, "微軟雅黑", "微軟正黑體";
    font-weight: bold;
    background: #3d823d !important;
    border-color: #FFF !important;
    vertical-align: middle;
    text-align: left;
}

.gbgTit {
    line-height: 1.25em;
    padding: 12px;
    color: #FFF !important;
    font-family: Verdana, Geneva, sans-serif, "微軟雅黑", "微軟正黑體";
    font-weight: bold;
    background: #3d823d !important;
    border-color: #FFF !important;
    vertical-align: middle;
    text-align: center !important;
}

/*--sm80-7-5-a-tb--*/
.pageWord table.sm8075a-tb {
    width: 100%;
    margin: 20px 0 10px 0;
    font-size: 1em;
}

.pageWord table.sm8075a-tb {
    width: 100%;
    margin: 20px 0 10px 0;
    font-size: 1em;
}

.pageWord table.sm8075a-tb th {
    line-height: 1.25em;
    padding: 12px 10px;
    color: #FFF;
    font-family: Verdana, Geneva, sans-serif, "微軟雅黑", "微軟正黑體";
    font-weight: bold;
    background: #3d823d;
    border: 1px #FFF solid;
    vertical-align: middle;
}

.pageWord table.sm8075a-tb td {
    line-height: 1.30em;
    padding: 12px;
    vertical-align: middle;
    text-align: center;
}

.pageWord table.sm8075a-tb td.first-row {
    width: 220px;
    text-align: center;
}

.pageWord table.sm8075a-tb tr:nth-child(odd) td {
    border: 1px #FFF solid;
    background: #ECECEC;
}

.pageWord table.sm8075a-tb tr:nth-child(even) td {
    border: 1px #FFF solid;
}

/*--sm80-7-6-a-tb--*/
.pageWord table.sm8076a-tb {
    width: 100%;
    margin: 20px 0 10px 0;
    font-size: 1em;
}

.pageWord table.sm8076a-tb th {
    line-height: 1.25em;
    padding: 12px 10px;
    color: #FFF;
    font-family: Verdana, Geneva, sans-serif, "微軟雅黑", "微軟正黑體";
    font-weight: bold;
    background: #3d823d;
    border: 1px #FFF solid;
    vertical-align: middle;
}

.pageWord table.sm8076a-tb td {
    line-height: 1.30em;
    padding: 12px;
    vertical-align: middle;
    text-align: left;
}

.pageWord table.sm8076a-tb td.first-row {
    width: 220px;
    text-align: center;
}

.pageWord table.sm8076a-tb tr:nth-child(odd) td {
    border: 1px #FFF solid;
    background: #ECECEC;
}

.pageWord table.sm8076a-tb tr:nth-child(even) td {
    border: 1px #FFF solid;
}

/*--sm80-7-6-b-tb--*/
.pageWord table.sm8076b-tb {
    width: 100%;
    margin: 20px 0 10px 0;
    font-size: 1em;
}

.pageWord table.sm8076b-tb th {
    line-height: 1.25em;
    padding: 12px 10px;
    color: #FFF;
    font-family: Verdana, Geneva, sans-serif, "微軟雅黑", "微軟正黑體";
    font-weight: bold;
    background: #3d823d;
    border: 1px #FFF solid;
    vertical-align: middle;
}

.pageWord table.sm8076b-tb td {
    line-height: 1.30em;
    padding: 12px;
    vertical-align: middle;
    text-align: center;
}

.pageWord table.sm8076b-tb td.first-row {
    width: 220px;
    text-align: center;
}

.pageWord table.sm8076b-tb tr:nth-child(odd) td {
    border: 1px #FFF solid;
    background: #ECECEC;
}

.pageWord table.sm8076b-tb tr:nth-child(even) td {
    border: 1px #FFF solid;
}

/*--sm8_7_7Tab--*/
.pageWord table.sm8_7_7Tab {
    width: 100%;
    margin: 20px 0 10px 0;
    font-size: 0.75em;
}

.pageWord table.sm8_7_7Tab th {
    line-height: 1.25em;
    padding: 12px 5px;
    color: #FFF;
    font-family: Verdana, Geneva, sans-serif, "微軟雅黑", "微軟正黑體";
    font-weight: bold;
    background: #3d823d;
    border: 1px #FFF solid;
    vertical-align: middle;
}

.pageWord table.sm8_7_7Tab td {
    line-height: 1.30em;
    padding: 12px 5px;
    vertical-align: middle;
    text-align: left;
}

.pageWord table.sm8_7_7Tab td.first-row {
    width: 220px;
    text-align: center;
}

.pageWord table.sm8_7_7Tab tr:nth-child(odd) td {
    border: 1px #FFF solid;
    background: #ECECEC;
}

.pageWord table.sm8_7_7Tab tr:nth-child(even) td {
    border: 1px #FFF solid;
}



.pageWord .exampleBox {
    width: 100%;
    text-align: center;
    clear: both;
    margin: 40px 0;
}

.pageWord .exampleBox ul li {
    width: 80%;
    display: inline-block;
    border: #99bb00 6px solid;
    border-radius: 6px;
    padding: 15px;
    margin: 0 0 20px 0;
    text-align: left;
    font-size: 0.9em;
    line-height: 1.45em;
    background: #EEFFCC;
}

.pageWord .exampleBox ul li:nth-last-child {
    margin: 0 0 0 0;
}

.pageWord .exampleBox ul li .boldt {
    font-size: 1.35em;
    font-weight: bold;
    letter-spacing: -0.08em;
}

.pageWord .exampleBox ul li .udl {
    font-style: italic;
    font-weight: bold;
}

/*sm7-5表格*/
.pageWord .cs-sm7-5 {
    color: #000;
    width: 100%;
    margin-top: 20px;
}

.pageWord .cs-sm7-5 th {
    color: #FFF;
    font-size: 1.05em;
    font-weight: bold;
    font-family: Verdana, Geneva, sans-serif, "微軟雅黑", "微軟正黑體";
    text-align: center;
    background: #3d823d;
    padding: 5px 0;
}

.pageWord .cs-sm7-5 th,
.pageWord .cs-sm7-5 td {
    border: 1px #FFFFFF solid;
}

.pageWord .cs-sm7-5 td {
    padding: 5px 15px 5px 15px;
    background: #F1F1F1;
}

.pageWord .cs-sm7-5 td.ct {
    text-align: center;
}

.pageWord .cs-sm7-5 td.row-1 {
    color: #FFF;
    font-size: 1.05em;
    font-weight: bold;
    font-family: Verdana, Geneva, sans-serif, "微軟雅黑", "微軟正黑體";
    background: #6eb96e;
    vertical-align: middle;
    padding-left: 0;
}

.pageWord .cs-sm7-5 td.row-2 {
    font-size: 1em;
    font-family: Verdana, Geneva, sans-serif, "微軟正黑體";
    vertical-align: middle;
    padding-left: 0;
}

.pageWord .cs-sm7-5 td.row-3 {
    line-height: 1.35em;
    text-align: left;
    padding-bottom: 10px;
}

.pageWord .cs-sm7-5 td.row-4 {
    padding-left: 0;
    vertical-align: middle;
}

.pageWord .cs-sm7-5 td.row-4 a {
    color: #3d823d;
    font-family: Verdana, Geneva, sans-serif, "微軟雅黑", "微軟正黑體";
    display: inline-block;
    text-decoration: underline;
}

.pageWord .cs-sm7-5 td.row-4 a:hover {
    color: #ff6600;
    text-decoration: none;
}

.pageWord .cs-sm7-5 td.lg {
    background: #d5ECD5;
}

.pageWord .sm7-sec2 .ss_img {
    display: inline-block;
    float: left;
    margin: 0 20px 0 0;
    padding: 10px 0 0 0;
}

.pageWord .sm7-sec2 .ss_img img {
    border: 1px #CCCCCC solid;
    padding: 8px;
}

.pageWord .sm7-sec2 .ss_img p {
    margin: 10px 0;
}

.pageWord .sm7-sec2 .ss_txt {
    display: inline-block;
    width: 500px;
    float: right;
    margin: 0 0 20px 0;
}

.pageWord .sm7-sec2 .ss_txt ul {
    margin: 20px 35px 0;
}

/*FAKE頁籤 Counseling/default-sm8*/
.pageWord .hd {
    position: relative;
    width: 858px;
    background: url(../images/tabs_hd_1x1bg.png) repeat-x 0 100%;
    margin: 12px 0 40px 0;
}

.pageWord .hd ul.tabs {
    width: 858px;
    height: 38px;
    /*key*/
    list-style: none;
    padding: 0;
    margin: 0;

    /*debug-2017.5.12*/
    float: none;
    max-width: none;
}

.pageWord .hd li {
    float: left;
}

.pageWord .hd li a {
    display: block;
    padding: 3px 0 4px;
    width: 120px;
    height: 29px;
    color: #666;
    font-size: 0.9em;
    font-weight: bold;
    text-align: center;
    background: #EEE;
    border-top: 1px #dcdcdc solid;
    border-right: 1px #dcdcdc solid;
}

.pageWord .hd li a:nth-child(1) {
    border-left: 1px #dcdcdc solid;
}

.pageWord .hd li a.active {
    color: #666;
    border: 1px #ff6600 solid;
    border-bottom: none;
    background: #FFF;
    height: 30px;
}

.pageWord .hd li a:hover {
    color: #FFF;
    background: #ff6600;
}

.pageWord .bd {
    clear: both;
}

/*subs次*/
.pageWord .hd ul.tabs ul.subs {
    position: absolute;
    list-style: none;
    left: 0;
    top: 40px;
    margin: 0;
    padding: 0;
    width: 100%;
    border-bottom: 1px #ccc dotted;
}

.pageWord .hd ul.tabs ul.subs li {
    float: left;
}

.pageWord .hd ul.tabs ul.subs li a {
    display: inline-block;
    padding: 2px 0 3px;
    width: auto;
    height: 29px;
    color: #999;
    font-size: 0.85em;
    font-weight: bold;
    text-align: center;
    background: #FFF;
    border: none;
    margin: 0 38px 0;
}

.pageWord .hd ul.tabs ul.subs li a.active {
    color: #f60;
}

.pageWord .hd ul.tabs ul.subs li a.active:hover {
    color: #f60;
}

.pageWord .hd ul.tabs ul.subs li a:hover {
    color: #666;
}

/*subs次 07*/
.pageWord .hd ul.tabs ul.subs_07 {
    position: absolute;
    list-style: none;
    left: 0;
    top: 40px;
    margin: 0;
    padding: 0;
    width: 100%;
    border-bottom: 1px #ccc dotted;
}

.pageWord .hd ul.tabs ul.subs_07 li {
    float: left;
}

.pageWord .hd ul.tabs ul.subs_07 li a {
    display: inline-block;
    padding: 2px 0 3px;
    width: auto;
    height: 29px;
    color: #999;
    font-size: 0.85em;
    font-weight: bold;
    text-align: center;
    background: #FFF;
    border: none;
    margin: 0 8px;
}
ul.subs_07 li a.first {
    margin: 0 18px 0 36px;
}
.pageWord .hd ul.tabs ul.subs_07 li a.active {
    color: #f60;
}
.pageWord .hd ul.tabs ul.subs_07 li a.active:hover {
    color: #f60;
}
.pageWord .hd ul.tabs ul.subs_07 li a:hover {
    color: #666;
}

/** counseling_sm9 .btn **/
.pageWord .hd ul.tabs ul.subs_07.btn li a {
	color:#479947;
    background: #d7eeaf;
    padding: 1px 12px;	
    margin: 10px 2px;
	border-radius:2px;
}
.pageWord .hd ul.tabs ul.subs_07.btn li a.active {
	color:#fff;
    background: #ff8533;
}
.pageWord .hd ul.tabs ul.subs_07.btn li a.active:hover {
    color: #fff;
	background: #ff8533;
}
.pageWord .hd ul.tabs ul.subs_07.btn li a:hover,
.pageWord .hd ul.tabs ul.subs_07.btn li a:focus {
	color:#ffff33;
    background: #ff8533;
}






.infoWord {
    float: left;
    width: 718px;
    color: #000;
    font-size: 16px;
    line-height: 170%;
    text-align: justify;
    padding: 0 0 0 140px;
    margin: 30px 0;
    background: url(../images/askquestion-icon.png) no-repeat 27px 0;
    min-height: 74px;
}

.infoWord .tit {
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 5px;
}

.ePaperWord {
    float: left;
    width: 718px;
    color: #000;
    font-size: 16px;
    line-height: 170%;
    text-align: justify;
    padding: 0 0 0 140px;
    margin: 30px 0;
    background: url(../images/epaper-icon.png) no-repeat 27px 0;
}

.ePaperWord ul {
    font-size: 14px;
}

.ePaperWord ul span {
    padding: 2px 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    background-color: #1daa22;
}

.ePaperWord ul li {
    margin: 0 20px;

}

.ePaperWord ul li em,.infoWord p em {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    font-size: 0;
    background: #1daa22;
    vertical-align: middle;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-clip-path: polygon(50% 0%, 64% 30%, 98% 35%, 70% 58%, 80% 93%, 50% 74%, 20% 93%, 30% 58%, 2% 35%, 36% 30%);
    clip-path: polygon(50% 0%, 64% 30%, 98% 35%, 70% 58%, 80% 93%, 50% 74%, 20% 93%, 30% 58%, 2% 35%, 36% 30%);
}

.pageTable {
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
}

.pageTable table {
    width: 100%;
    font-size: 1.5em;
    line-height: 150%;
    border: 1px solid #C4CDD0;
    border-collapse: collapse;
}

.pageTable table th {
    color: #FFF;
    font-size: 1.1em;
    padding: 15px 0;
    border: 1px dotted #C4CDD0;
    background: #29ae2d;
    text-align: center;
}

.pageTable table td {
    color: #000;
    padding: 10px 15px;
    border: 1px dotted #C4CDD0;
    background: #F9F9F9;
}

.pageTable table td.txtcen {
    text-align: center;
}

.pageTable table td.wbg {
    background: #e9f7ea;
}

.pageTable table td ul,
.pageTable table td ol {
    margin-left: 1.5em;
}

.pageTable table td ul li span {
    color: #999;
    font-size: 0.9em;
    padding-left: 10px;
}
.linkStack{
	width:100%;
	padding-left:30px;
	box-sizing:border-box;
	position:relative;
	background: url(../images/icon-links.png) no-repeat 0 0;
	clear: both;
	word-break: break-word;
    line-height: 150%;
	font-size: 19px;
}
.pageDownload {
    float: left;
    width: 100%;
    padding: 0;
    margin-top: 30px;
}

.pageDownload dt {
    color: #333;
    font-size: 19px;
    line-height: 25px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-left: 30px;
    background: url(../images/icon-file.png) no-repeat 0 0;
}

.dnTable {
    width: 100%;
    border: 1px solid #CCC;
    border-collapse: collapse;
}

.dnTable th {
    color: #FFF;
    font-size: 15px;
    padding: 10px;
    border: 1px solid #CCC;
    background: #999;
    vertical-align: middle;
}

.dnTable th.w10 {
    width: 12%;
}

.dnTable th.w12 {
    width: 14%;
}

.dnTable td {
    color: #666;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
    border: 1px solid #CCC;
    word-break: break-all;
}

.dnTable td.file-name {
    text-align: left;
    font-size: 15px;
    color: #000;
}

.dnTable td a {
    color: #000;
}

.dnTable td a:hover {
    color: #ff6600;
}

.dnTable td a.btn-download {
    display: block;
    width: 26px;
    height: 28px;
    text-indent: -9999px;
    margin: 0 auto;
    background: url(../images/btn-download.png) no-repeat 50% 50%;
}

.dnTable td a.btn-download:hover {
    background: url(../images/btn-download-hover.png) no-repeat 50% 50%;
}

.dnInfo {
    position: absolute;
    left: 50%;
    top: 15px;
    width: 590px;
    height: 440px;
    margin-left: -295px;
    border: 1px solid #CCC;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.dnInfo dl {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding-top: 170px;
    margin-top: 40px;
    background: url(../images/dnInfo.png) no-repeat 50% top;
}

.dnInfo dt {
    color: #000;
    font-size: 17px;
    font-weight: bold;
    line-height: 150%;
}

.dnInfo dd {
    color: #FF0000;
    font-size: 15px;
    line-height: 150%;
    margin-top: 10px;
}

.dnInfo dd .btn_agree {
    display: block;
    width: 150px;
    height: 40px;
    color: #000;
    font-size: 17px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #000;
    cursor: pointer;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.dnInfo dd .btn_agree:hover {
    color: #FFF;
    border: 1px solid #FF0000;
    background: #FF0000;
}

.dnInfo dd .btn_agree span {
    padding-left: 25px;
    background: url(../images/btn_agree.png) no-repeat left 50%;
}

.dnInfo dd .btn_agree:hover span {
    background: url(../images/btn-send-icon.png) no-repeat left 50%;
}


.pageBack {
    float: left;
    width: 100%;
    margin-top: 40px;
    text-align: center;
}

.pageBack a {
    display: inline;
    height: 24px;
    font-size: 19px;
    line-height: 24px;
    font-weight: bold;
    color: #000;
    padding: 5px 0 5px 23px;
    background: url(../images/btn-pageBack.png) no-repeat 0 50%;
    margin: 0 auto;
}

.pageBack a:hover {
    color: #ff6600;
    background: url(../images/btn-pageBack-hover.png) no-repeat 0 50%;
}


/** page **/
#page {
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
}

#page .total {
    display: inherit;
    float: right;
    width: 22%;
    color: #999;
    font-size: 13px;
    line-height: 30px;
    text-align: right;
}

#page .num {
    float: left;
    width: 78%;
}

#page .num a {
    display: inline-block;
    width: 30px;
    height: 30px;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    margin-left: 5px;
}

#page .num a:hover {
    color: #ff6600;
}

#page .num .cur {
    display: inline-block;
    width: 30px;
    height: 30px;
    color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    cursor: text;
    padding: 0;
    margin-left: 5px;
    background: #1daa22;
}

#page .num a.btn-first {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background: url(../images/page-first.png) no-repeat 50% 50%;
}

#page .num a.btn-prev {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background: url(../images/page-prev.png) no-repeat 50% 50%;
    padding: 0;
    margin-right: 5px;
}

#page .num a.btn-next {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background: url(../images/page-next.png) no-repeat 50% 50%;
    padding: 0;
    margin-left: 5px;
}

#page .num a.btn-last {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background: url(../images/page-last.png) no-repeat 50% 50%;
}

#page .num a.btn-first:hover {
    background: url(../images/page-first-hover.png) no-repeat 50% 50%;
}

#page .num a.btn-prev:hover {
    background: url(../images/page-prev-hover.png) no-repeat 50% 50%;
}

#page .num a.btn-next:hover {
    background: url(../images/page-next-hover.png) no-repeat 50% 50%;
}

#page .num a.btn-last:hover {
    background: url(../images/page-last-hover.png) no-repeat 50% 50%;
}


.registerForm {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.registerForm.form1 {
    margin-top: 0;
    border-top: 1px dotted #CCC;
}

.registerForm .stit {
    float: left;
    width: 100%;
    padding: 10px 0;
}

.registerForm .stit strong {
    font-size: 23px;
    color: #333;
    line-height: 35px;
    padding: 0 0 0 35px;
    background: url(../images/signTable-list2.png) 0 50% no-repeat;
}

.registerForm .stit .fsp {
    float: right;
    font-size: 15px;
    line-height: 35px;
    color: #E15315;
}

.registerForm .stit .fsp span {
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    background: url(../images/must-icon.png) 50% 50% no-repeat;
}

.registerForm .rule {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 160%;
    text-align: justify;
}

.registerForm .rule p {
    margin: 15px 0;
}

.registerForm .rule strong {
    color: #00479d;
}

.registerForm .rule ol,
.registerForm .rule ul {
    margin-left: 1em;
}

.registerForm .rule li {
    margin: 10px 0;
}

.registerForm .check {
    float: left;
    width: 688px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 150%;
    padding: 15px;
    background: #FFF;
    border: 1px solid #CCC;
    margin: 10px 0 0 0;
}

.registerForm table {
    float: left;
    width: 100%;
    font-size: 1.6em;
    border-collapse: collapse;
}

.registerForm th {
    width: 140px;
    color: #1daa22;
    padding: 12px 0;
    vertical-align: middle;
    text-align: left;
    border-bottom: 1px dotted #CCC;
    position: relative;
}

.registerForm th span {
    padding-right: 25px;
    position: relative;
    margin-left: 35px;
    height: 100%;
}

.registerForm .tit {
    color: #FFF;
    font-weight: bold;
    text-align: center;
    background: #999;
    padding: 15px 0;
    border: none;
}

.registerForm .sp {
    background: url(../images/com-ico-1.png) no-repeat 15px 50%;
}

.registerForm .wd {
    height: 36px;
}

.registerForm td {
    width: 710px;
    color: #333;
    padding: 12px 0;
    vertical-align: middle;
    border-bottom: 1px dotted #CCC;
    word-break: break-all;
    line-height: 1.5;
}

.registerForm td .textbox {
    width: 97%;
    font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
    color: #333;
    font-size: 15px;
    border: none;
    padding: 7px 1%;
    border: 1px solid #CCC;
    background: #F2F2F2;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.registerForm td .textbox:focus {
    background-color: #FFFFFF;
    border-color: #FF9933;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 153, 51, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 153, 51, 0.6);
}

.registerForm td .listBar {
    font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
    width: 99%;
    color: #333;
    font-size: 15px;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: "";
    padding: 9px 1%;
    border: 1px solid #CCC;
    background: #F2F2F2 url(../images/select-bg.png) no-repeat right;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-appearance: none;
    /* gets rid of default appearance in Webkit browsers*/
    -moz-appearance: none;
    /* Get rid of default appearance for older Firefox browsers */
    -ms-appearance: none;
    /* get rid of default appearance for IE8, 9 and 10*/
    appearance: none;
}

.registerForm td .listBar:focus {
    color: #FF6A00;
    border: 1px solid #FF6A00;
    background: #FFF url(../images/select-bg-on.png) no-repeat right;
}

.registerForm td .filebox {
    font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
    width: 300px;
    height: 27px;
    color: #333;
    font-size: 15px;
    padding: 4px 5px;
    border: 1px solid #CCC;
    margin-right: 5px;
    background: #FFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    vertical-align: middle;
}

.registerForm td .filebox:focus {
    background-color: #FFFFFF;
    border-color: #FF9933;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 153, 51, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 153, 51, 0.6);
}

.registerForm td .filebtn {
    font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
    color: #FFF;
    height: 35px;
    font-size: 15px;
    padding: 0 20px;
    border: none;
    background: #000;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer;
}

.captcha table {
    float: left;
}

.captcha td {
    width: 35px;
    padding: 5px 0 0 0;
    vertical-align: middle;
    border-bottom: none;
    line-height: 0;
}

.registerForm .btn {
    float: left;
    width: 100%;
    text-align: center;
    margin: 30px 0 0 0;
}

.btn-send {
    font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #FFF;
    font-weight: bold;
    background: #1daa22 url(../images/btn-send-icon.png) no-repeat 17px 50%;
    border: none;
    padding: 8px 23px 10px 43px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer;
    margin: 0 5px;
}

.btn-send:hover {
    background-color: #FF6A00;
}

.btn-reset {
    font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #FFF;
    font-weight: bold;
    background: #999 url(../images/btn-reset-icon.png) no-repeat 17px 50%;
    border: none;
    padding: 8px 23px 10px 43px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer;
    margin: 0 5px;
}

.btn-reset:hover {
    background-color: #555;
}


.registerForm .captcha-img {
    float: left;
    margin-top: 0px;
}

.registerForm .btnVoice,
.registerForm .btnReload {
    float: left;
    position: relative;
    color: #FFF;
    font-size: 0;
    width: 40px;
    height: 40px;
    background: #36842a;
    vertical-align: middle;
    margin-left: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.registerForm .btnVoice:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 40px;
    height: 40px;
    background: url(../images/btnVoice-icon.svg) 50% 50% no-repeat;
}

.registerForm .btnReload:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 40px;
    height: 40px;
    background: url(../images/btnReload-icon.svg) 50% 50% no-repeat;
}

.registerForm .btnVoice:hover,
.registerForm .btnVoice:focus,
.registerForm .btnReload:hover,
.registerForm .btnReload:focus {
    background: #FF6A00;
}


.registerForm label {
    padding: 12.5px 0;
}

.registerForm em {
    content: "";
    display: block;
    position: absolute;
    top: 52%;
    vertical-align: middle;
    right: 5px;
    width: 13px;
    height: 13px;
    font-size: 0;
    background: #1daa22;
    margin: -6.5px 0 0 0;
    z-index: 2;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-clip-path: polygon(50% 0%, 64% 30%, 98% 35%, 70% 58%, 80% 93%, 50% 74%, 20% 93%, 30% 58%, 2% 35%, 36% 30%);
    clip-path: polygon(50% 0%, 64% 30%, 98% 35%, 70% 58%, 80% 93%, 50% 74%, 20% 93%, 30% 58%, 2% 35%, 36% 30%);
}

.registerForm label input {
    margin-top: 0;
}

/** sitemap  **/
#sm-acKey {
    float: left;
    width: 100%;
    color: #000;
    font-size: 1.6em;
    line-height: 1.7;
    margin-top: 35px;
}

#sm-acKey h1 {
    font-size: 1em;
    display: inline;
    font-weight: normal;
}

#sm-acKey h1 a,
#sm-acKey h1 a:hover {
    color: #000;
}

#sm-acKey p {
    margin: 0;
}

#sm-acKey ul {
    color: #ff6600;
    margin: 10px 0;
}

#sm-acKey ul li {
    color: #333;
    margin-left: 0.9em;
    list-style: none;
}

#sm-acKey ul li a {
    text-decoration: none;
}

.sitemapWord {
    float: left;
    width: 100%;
}

.sitemapWord ul {
    float: left;
    width: 100%;
    list-style: none;
    margin: 20px 0 0 0;
	display: flex;
	flex-wrap: wrap;
}

.sitemapWord li {
    float: left;
    width: 33.3%;
}

.sitemapWord li dl {
    width: 100%;
    margin: 0 auto;
}

.sitemapWord li dt {
    color: #fff;
    font-size: 1.7em;
    font-weight: bold;
    padding: 12px 15px;
    margin: 5px;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    background: url(../images/aside-unitBg.jpg) repeat;
}

.sitemapWord li dt a {
    color: #fff;
}

.sitemapWord li dd {
    color: #555;
    font-size: 15px;
    margin: 10px 0;
}

.sitemapWord li dd a {
    color: #1daa22;
    padding: 0 0 0 20px;
	margin-left: 2em;
    text-indent: -2em;
    box-sizing: border-box;
    display: block;
}
.sitemapWord li:nth-child(n+10):nth-child(-n+99) dd a {
	margin-left: 3em;
    text-indent: -2.65em;
}
.sitemapWord li dd a:hover {
    color: #ff6600;
}


/*--- openData ---*/
.openData {
    float: left;
    width: 100%;
    margin-top: 25px;
}

.openData dl {
    float: left;
    width: 100%;
    border-top: 1px dashed #dddddd;
    padding: 15px 0;
}

.openData dl:first-child {
    border-top: none;
}

.openData dt {
    color: #1daa22;
    font-size: 1.8em;
    font-weight: normal;
    line-height: 1.3;
    padding-bottom: 6px;
    margin-left: 2em;
    text-indent: -2em;
}

.openData dd {
    font-size: 1.6em;
    color: #333;
    line-height: 150%;
    padding-left: 35px;
}

.openData dd ol {
    margin: 0px;
    padding-left: 20px;
}

.openData dd p {
    margin-left: 2em;
    text-indent: -2em;
}


/*--- inventory ---*/
.inventory {
    float: left;
    width: 96%;
    border-top: 1px dashed #dddddd;
    padding: 2%;
    background-color: #f7f7f7;
}

.inventory dt {
    float: left;
    width: 25%;
    font-size: 1.8em;
    font-weight: bold;
    background: url(../images/bullet_tit2.gif) no-repeat;
    padding-top: 10px;
}

.inventory dt span {
    color: #2475d0;
    padding-right: 10px;
}

.inventory dd {
    float: left;
    width: 75%;
    font-size: 1.6em;
    line-height: 1.6;
}

.inventory li {
    list-style-type: none;
}



/*--- tools ---*/
.tools {
    float: left;
    width: 98%;
    border-top: 1px dashed #dddddd;
    padding: 2% 2% 2% 0;
    background-color: #f7f7f7;
}

.tools dt {
    float: left;
    width: 18%;
    font-size: 1.8em;
    color: #36842a;
    font-weight: bold;
    padding: 10px 2% 0 0;
    text-align: center;
}

.tools dd {
    float: left;
    width: 80%;
    font-size: 1.6em;
    line-height: 1.6;
    font-weight: bold;
}

.tools dd a {
    color: #000;
}

.tools dd a:hover {
    color: #ff6600;
}

.tools li {
    margin-top: 10px;
}

.tools li p {
    font-size: 0.9em;
    color: #1daa22;
    font-weight: normal;
}

.tools li > ul li {
    margin: 0 0 0 20px;
    font-weight: normal;
}

.tools .tools-ico1 {
    background: url(../images/tools-ico-1.png) no-repeat 50% 0;
    height: 75px;
}

.tools .tools-ico2 {
    background: url(../images/tools-ico-2.png) no-repeat 50% 0;
    height: 75px;
}

.tools .tools-ico3 {
    background: url(../images/tools-ico-3.png) no-repeat 50% 0;
    height: 75px;
}

.tools .tools-ico4 {
    background: url(../images/tools-ico-4.png) no-repeat 50% 0;
    height: 75px;
}


/** dataList **/
.dataList {
    float: left;
    width: 100%;
    overflow: hidden;
    margin: 30px 0;
}

.dataList ul {
    float: left;
    width: 858px;
    list-style: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.dataList li {
    float: left;
    border: 1px solid #ddd;
    width: 420px;
    margin-right: 7px;
    background-color: #FFF;
    background-image: url(../images/dataBg-1.jpg);
    background-repeat: no-repeat;
    background-position: left top;
}

.dataList dl {
    float: left;
    padding: 30px 15px 15px 15px;
}

.dataList dt {
    height: 70px;
    color: #fff;
    font-size: 2.5em;
    font-weight: bold;
    background: url(../images/bullet_tit1.gif) no-repeat 0 5px;
    padding-top: 20px;
    height: 80px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}

.dataList dt span {
    color: #fff;
    padding-right: 10px;
}

.dataList dd {
    width: 390px;
    color: #666;
    font-size: 1.6em;
    line-height: 3;
    text-align: justify;
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #666;
}


/** illus **/
.illus {
    line-height: 1.45em;
    font-size: 1.6em;
}

.illus dl {
    float: left;
    width: 94%;
    margin-top: 30px;
    background-color: #f1f1f1;
    border-bottom: 1px solid #cccccc;
    padding: 3%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.illus dt {
    color: #1daa22;
    font-size: 1.5em;
    font-weight: bold;
    padding-bottom: 10px;
}

.illus dd {
    color: #333;
    line-height: 190%;
    padding-left: 35px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #dddddd;
}

.illus dd ol {
    margin: 0px;
    padding-left: 0px;
}

.illus dd ul {
    padding-left: 0px;
}

.illus dd h3 {
    color: #81511C;
    font-size: 1.05em;
    margin-left: -20px;
    margin-bottom: 5px;
}

.illus dd h4 {
    font-size: 1.05em;
    font-weight: bold;
    margin-left: -20px;
}

.es-illusbox {
    width: 94%;
    margin-top: 30px;
    background-color: #f1f1f1;
    border-bottom: 1px solid #cccccc;
    padding: 3%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    float: left;
}

.es-illusbox div.txt {
    width: 100%;
}

.es-illusbox div.txt h3 {
    font-size: 2em;
    margin: 0 0 15px 0;
    line-height: 1.25em;
}

.es-illusbox div.txt h4 {
    font-size: 2em;
    margin: 0 0 15px 0;
    line-height: 1.25em;
    color: #1daa22;
}

.es-illusbox div.txt p {
    margin: 10px 0;
}

.es-illusbox dl {
    width: 100%;
    padding: 0;
    border: none;
    margin-top: 10px;
}

.es-illusbox div.txt ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.es-illusbox div.txt .sq-ul {
    list-style-type: square;
    margin-bottom: 15px;
    padding-left: 35px;
}

.es-illusbox div.txt .sq-ul li {
    line-height: 180%;
}

.es-illusbox div.txt ol {
    padding-left: 1em;
}

.pl-35 {
    padding-left: 35px;
}

.g-ol {
    color: #1daa22;
    padding-left: 1em;
    font-weight: bold;
}

.g-ol li h5 {
    color: #1daa22;
    font-weight: bold;
}

.g-ol li p {
    color: #000;
    font-weight: normal;
    margin-top: 0px;
}

/*normal_pic*/
.normal_pic {
    display: inline-block;
    padding: 10px;
    border: 1px #CCCCCC solid;
}

/*cs_績優廠商表格*/
.cs_download_tit {
    color: #555;
    font-size: 1.5em;
    font-family: "微軟雅黑", "Microsoft YaHei", "微軟正黑體";
    font-weight: bold;
}

.cs_download_tit a {
    display: block;
    height: 32px;
    position: relative;
}

.cs_download_tit a .dlico {
    position: absolute;
    right: 0;
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../images/cs_download_icon.png) right top no-repeat;
    text-indent: -9999px;
}

.cs_download_tit a:hover .dlico {
    background-position: 0 -32px;
}

/*一般表格*/
.cs_prizelist,
.cs_prizelist dt,
.cs_prizelist dd {
    float: left;
}

.cs_prizelist dt,
.cs_prizelist dd {
    float: left;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px #CCCCCC solid;
}

.cs_prizelist {
    width: 100%;
    border-top: 1px #CCCCCC solid;
    border-left: 1px #CCCCCC solid;
    border-right: 1px #CCCCCC solid;
}

.cs_prizelist dt {
    width: 178px;
    text-align: center;
    padding: 10px;
    background: #6eb96e;
    font-weight: bold;
    color: #FFF;
    font-family: Verdana, Geneva, sans-serif, "微軟雅黑體", "微軟正黑體";
    font-weight: bold;
    letter-spacing: 0.06em;
    line-height: 1.45em;
    clear: both;
    vertical-align: middle;
}

.cs_prizelist dd {
    width: 640px;
    padding-left: 20px;
}

.cs_prizelist dd ul {
    margin: 0;
    padding: 4px 20px;
}

.cs_prizelist dd ul li {
    line-height: 1.5em;
    margin: 0 0 10px 0;
}

.cs_prizelist dd ul li:nth-last-child(1) {
    margin-bottom: 0;
}

.cs_prizelist dd a {
    color: #30bf48;
    font-weight: bold;
}

.cs_prizelist dd a:hover {
    color: #f60;
    font-weight: bold;
}

.cs_prizelist dd span.ico_pdf {
    text-indent: -9999px;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/pdf_icon.png) left top no-repeat;
    background-position: 0px 3px;
}

.cs_prizelist dt.tit,
.cs_prizelist dd.tit {
    color: #FFF;
    font-family: Verdana, Geneva, sans-serif, "微軟雅黑體", "微軟正黑體";
    text-align: center;
    background: #3d823d;
}

.cs_prizelist ul.sm8-4 li {
    line-height: 1.2em;
}

/*編碼表格(表n)*/
.cs_datalist,
.cs_datalist dt,
.cs_datalist dd {
    float: left;
}

.cs_datalist dt,
.cs_datalist dd {
    float: left;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px #CCCCCC solid;
    line-height: 1.40em;
}

.cs_datalist {
    width: 100%;
    border-top: 1px #CCCCCC solid;
    border-left: 1px #CCCCCC solid;
    border-right: 1px #CCCCCC solid;
}

.cs_datalist dt {
    width: 238px;
    text-align: left;
    padding: 10px 10px;
    background: #6eb96e;
    font-weight: normal;
    color: #FFF;
    font-family: Verdana, Geneva, sans-serif, "微軟正黑體";
    font-weight: normal;
    letter-spacing: 0.06em;
    clear: both;
}

.cs_datalist dt.number {
    text-indent: -20px;
    padding-left: 40px;
    padding-right: 20px;
}

.cs_datalist dd {
    width: 520px;
    padding: 10px 20px;
}

.cs_datalist dt.tit,
.cs_datalist dd.tit {
    color: #FFF;
    font-family: Verdana, Geneva, sans-serif, "微軟雅黑體", "微軟正黑體";
    text-align: center;
    background: #3d823d;
}

/** Layout **/
sup {
    vertical-align: super;
    font-size: smaller;
}

sub {
    vertical-align: sub;
    font-size: smaller;
}

.font-illustrate {
    font-size: 0.9em;
    margin-top: 10px;
    line-height: 1;
    display: inline-block;
}

.font-full-Btag {
    width: 100%;
    font-size: 0.9em;
    line-height: 1;
    display: inline-block;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

/** 區域能資源整合推動 **/
.counseling-bottomInfo {
    width: 100%;
    float: left;
    padding: 15px 0;
    border-top: 1px dashed #cacaca;
}

.counseling-paragraph {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.Limg {
    width: 34%;
    margin-right: 10px;
    float: left;
}

.Rimg {
    width: 34%;
    margin-left: 10px;
    float: right;
}

.Limg > p,
.Rimg > p {
    font-size: 0.9em;
    margin: 10px 0;
}

.Limg img,
.Rimg img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px;
    border: 1px #ddd solid;
    width: 100%;
    height: auto;
}

.Limg_s {
    width: auto;
    margin-right: 10px;
    float: left;
}

.Rimg_s {
    width: auto;
    margin-left: 10px;
    float: right;
}

.Limg_s > p,
.Rimg_s > p {
    font-size: 0.9em;
    margin: 10px 0;
}

.Limg_s img,
.Rimg_s img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px;
    border: 1px #ddd solid;
    width: auto;
    height: auto;
}

.twoImg {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.twoImg > dt {
    width: 49%;
    float: left;
    padding: 1%;
    *width: 47%;
}

.twoImg > dd {
    width: 49%;
    float: right;
    padding: 1%;
    *width: 47%;
}

.twoImg > dt,
.twoImg > dd {
    border: 1px solid #ddd;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.twoImg p {
    font-size: 0.9em;
    margin: 10px 0;
}

.twoImg img {
    max-width: 100%;
    height: auto;
}


.re-illus dt,
.re-illus dd {
    width: 100%;
    float: left;
}

.reBox-ul {
    list-style-type: none;
    width: 100%;
    float: left;
    margin-top: 20px;
}

.reBox-ul > li {
    width: 18%;
    *width: 16%;
    margin-right: 2%;
    margin-bottom: 10px;
    padding: 30px 1%;
    float: left;
    border: 2px solid #1daa22;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-align: center;
}

.reBox-ul2 {
    list-style-type: none;
    width: 100%;
    float: left;
    margin-top: 20px;
}

.reBox-ul2 > li {
    width: 23%;
    *width: 21%;
    margin-right: 2%;
    margin-bottom: 10px;
    padding: 30px 1%;
    float: left;
    border: 2px solid #1daa22;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-align: center;
}

.reBox-ul3 {
    list-style-type: none;
    width: 100%;
    float: left;
    margin-top: 20px;
}

.reBox-ul3 > li {
    width: 31.33%;
    *width: 29.33%;
    margin-right: 2%;
    margin-bottom: 10px;
    padding: 30px 1%;
    float: left;
    border: 2px solid #1daa22;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-align: center;
}

.reBox-ul > li b,
.reBox-ul2 > li b,
.reBox-ul3 > li b {
    color: #1daa22;
    font-size: 1.071em;
}

.es-cText {
    width: 100%;
    float: left;
}

.es-cText > dt {
    width: 100%;
}

.es-cText > dd {
    width: 100%;
    padding-left: 1.65em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.es-cText > dd > p {
    margin-top: 0;
}

.es-cText > dd > ul li p,
.es-cText > dd > ol li p {
    margin: 0;
}

.es-cText > dd > ul li .normal_pic,
.es-cText > dd > ol li .normal_pic,
.es-cText > dd > ul li .npic,
.es-cText > dd > ol li .npic {
    margin-top: 10px;
}

.es-cText > dd ol,
.es-cText > dd ul {
    padding-left: 1em;
    display: inline-block;
}

.es-cText > dd ol li,
.es-cText > dd ul li {
    width: 100%;
    margin-bottom: 10px;
}



.cs_tab {
    width: 100%;
    float: left;
    border-bottom: 1px #CCCCCC solid;
    border-right: 1px #CCCCCC solid;
}

.cs_tab dl {
    width: 100%;
    display: table;
    border-collapse: collapse;
}

.cs_tab dt,
.cs_tab dd {
    display: table-cell;
    border-top: 1px #CCCCCC solid;
}

.cs_tab dt {
    width: 178px;
    background-color: #6eb96e;
    text-align: center;
    vertical-align: middle;
    color: #FFF;
    font-family: Verdana, Geneva, sans-serif, "微軟雅黑體", "微軟正黑體";
    font-weight: bold;
    letter-spacing: 0.06em;
    line-height: 150%;
    padding: 10px;
}

.cs_tab dd {
    width: auto;
    vertical-align: top;
    padding: 0;
}

.cs_tab dd > div {
    width: 100%;
    border-top: 1px #CCCCCC solid;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cs_tab dd > div:first-child {
    border-top: none;
}

.cs_tab dd > ul {
    padding: 10px;
    margin-left: 20px;
}

.cs_tabBg dl:nth-child(even) dd {
    background-color: #EEFFCC;
}

.cs_tab2 {
    width: 100%;
    float: left;
    border-bottom: 1px #CCCCCC solid;
    border-right: 1px #CCCCCC solid;
}

.cs_tab2 dl {
    width: 100%;
    display: table;
    border-collapse: collapse;
}

.cs_tab2 dt,
.cs_tab2 dd {
    display: table-cell;
    border-top: 1px #CCCCCC solid;
}

.cs_tab2 dt {
    width: 260px;
    background-color: #6eb96e;
    text-align: left;
    vertical-align: top;
    color: #FFF;
    font-family: Verdana, Geneva, sans-serif, "微軟雅黑體", "微軟正黑體";
    font-weight: bold;
    letter-spacing: 0.06em;
    line-height: 150%;
    padding: 10px;
}

.cs_tab2 dt > p {
    margin-left: 1.5em;
    text-indent: -1.15em;
}

.cs_tab2 dd {
    width: auto;
    vertical-align: top;
    padding: 0;
}

.cs_tab2 dd > div {
    width: 100%;
    border-top: 1px #CCCCCC solid;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cs_tab2 dd > div:first-child {
    border-top: none;
}

.cs_tabTit dt,
.cs_tabTit dd {
    background-color: #3d823d;
    color: #fff;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
}

.cs_tab span.ico_pdf,
.cs_tab2 span.ico_pdf {
    text-indent: -9999px;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/pdf_icon.png) left top no-repeat;
    background-position: 0px 3px;
}

/* geeenTab */
.geeenTab {
    width: 100%;
    float: left;
    border: 1px #CCCCCC solid;
    border-collapse: collapse;
}

.geeenTab thead {
    background-color: #3d823d;
}

.geeenTab thead th,
.geeenTab thead td {
    color: #fff;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
}

.geeenTab tbody {
    background-color: #ffffff;
}

.geeenTab tbody .titbg {
    background-color: #6eb96e;
    vertical-align: top;
    color: #FFF;
    font-family: Verdana, Geneva, sans-serif, "微軟雅黑體", "微軟正黑體";
    font-weight: bold;
    letter-spacing: 0.06em;
    line-height: 150%;
    padding: 10px;
    border-bottom: 1px #CCCCCC solid;
    text-align: left;
    vertical-align: middle;
}

.geeenTab tbody td {
    padding: 0;
    border-bottom: 1px #CCCCCC solid;
}

/* geeenTab2 */
.geeenTab2 {
    width: 100%;
    float: left;
    border: 1px #CCCCCC solid;
    border-collapse: collapse;
}

.geeenTab2 thead {
    background-color: #3d823d;
}

.geeenTab2 thead th,
.geeenTab2 thead td {
    color: #fff;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
}

.geeenTab2 tbody {
    background-color: #ffffff;
}

.geeenTab2 tbody .titbg {
    background-color: #6eb96e;
    vertical-align: top;
    color: #FFF;
    font-family: Verdana, Geneva, sans-serif, "微軟雅黑體", "微軟正黑體";
    font-weight: bold;
    letter-spacing: 0.06em;
    line-height: 150%;
    padding: 10px;
    border-bottom: 1px #CCCCCC solid;
    text-align: center;
    vertical-align: middle;
}

.geeenTab2 tbody td {
    padding: 10px;
    border-bottom: 1px #CCCCCC solid;
}

.geeenTab2 tbody td > ul {
    margin-left: 20px;
}

/* gTab-ul */
.gTab-ul {
    list-style-type: none;
    width: 100%;
    float: left;
}

.gTab-ul > li {
    padding: 10px;
    *padding: 10px 0;
    width: 100%;
    float: left;
    border-top: 1px #CCCCCC solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.gTab-ul > li:first-child {
    border-top: none;
}

.gtab-Bg tbody tr:nth-child(even) td:last-child {
    background-color: #EEFFCC;
}

.p20-ul {
    margin-left: 20px;
}

.p42-ul {
    margin-left: 42px;
}

/* ----- promoTable ----- */
.promoTable {
    float: left;
    width: 100%;
    border: 1px solid #24c92e;
    border-collapse: collapse;
}

.promoTable tr {
    background: #FFF;
}

.promoTable tr:nth-of-type(2n) {
    background: #e8faeb;
}

.promoTable caption {
    color: #000;
    font-size: 20px;
    line-height: 150%;
    padding: 15px 0;
    box-sizing: border-box;
    font-weight: bold;
    background: #24c92e;
}

.promoTable th {
    color: #FFF;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    padding: 15px 0;
    border: 1px dotted #fff;
    background: #7cd888;
    box-sizing: border-box;
}

.promoTable td {
    color: #000;
    font-size: 16px;
    line-height: 150%;
    padding: 15px;
    border: 1px dotted #7cd888;
    word-break: break-all;
    box-sizing: border-box;
}

.promoTable td ul,
.promoTable td ol {
    margin-left: 1.5em;
}


/* ----- photoList ----- */ 
#photoList{
	width:100%;
	float:left;
	margin-top:20px;
}
#photoList > ul{
	margin:0 -12px;
	padding:0;
	list-style-type:none;
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#photoList > ul > li{
	float:left;
	width:50%;
	padding:12px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#photoList .oneBox{
	background-color:#fff;
	width:100%;
	float:left;
	position:relative;
} 
#photoList .oneBox.new:before{
	content:'N';
	display:block;
	position:absolute;
	width:26px; height:26px;
	right:8px; top:8px;
	border-radius:50%;
	background-color:#dc1c24;
	color:#fff;
	line-height:28px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:20px;
	z-index:1;
}
#photoList .oneBox a{
	width:100%;
	height:100%;
	display:block;
}
#photoList .oneBox .pic {
	width:100%;
	height:0;
	padding-bottom:60%;
	position: relative;
	float:left;
	overflow:hidden;
	position:relative;
	border:solid 1px #ccc;
	box-sizing: border-box;
	background-image: url(../images/nopic.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	background-color:#f2f2f2;
}
#photoList .oneBox .pic .img{
	position:absolute;
	left:0; top:0;
	width:100%;
	height:100%;
	display:block;
	background-image: url(../images/nopic.jpg);	
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	transition:all 0.4s;
}
#photoList .oneBox a:hover .pic .img{transform:scale(1.1);}
#photoList .oneBox .pic .cover{
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(0,172,232,0.7);
	position:absolute;
	left:0;
	top:0;
	opacity:0;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
	background-image: url(../images/cover-icon.svg);
	background-repeat:no-repeat;
	background-position:center bottom;
}
#photoList.cvphoto .oneBox .pic .cover{
	background-color:rgba(30,190,170,0.7);
}
#photoList.movies .oneBox .pic .cover{ background-image:none; background-color:rgba(0,0,0,0.3);}
#photoList.movies .oneBox .pic:before{
	content:'';
	display:block;
	position:absolute;
	left:50%; top:50%;
	transform:translate(-50%,-50%);
	width:70px; height:70px;
	background:rgba(0,0,0,0.3) url(../images/movie.svg) center no-repeat;
	background-size:contain;
	z-index:3;
	border-radius:50%;
}
#photoList.movies .oneBox a:hover .pic:before{
	background:rgba(255,102,0,0.8) url(../images/movie.svg) center no-repeat;
}	
#photoList .oneBox:hover .pic .cover{
	opacity:1;
	background-position:center center;
}
#photoList .oneBox .text{
	width:100%;
	float:left;
	margin-top:10px;
}
#photoList .oneBox .text strong{
	font-size:1.8em;
 	color:#333;
	line-height:130%;
	margin-bottom:6px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
#photoList .oneBox:hover .text strong,
#photoList .oneBox:focus .text strong{
	color: #ff6600;
}
/**/
.filmFrame{
	width:100%;
	clear:both;
	margin-top:30px;
	overflow:hidden;
}
.filmFrame > a{
	width:100%;
	height:auto;
	padding-bottom:56%;
	display:block;
	position:relative;
}
.filmFrame .img{
	width:100%;
	height:100%;
	display:block;
	position:absolute;
	left:0;
	top:0;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	transition:all 0.4s ease;
	background-color:#000;
}
.filmFrame > a:before{
	content:'';
	display:block;
	position:absolute;
	left:50%; top:50%;
	transform:translate(-50%,-50%);
	width:70px; height:70px;
	background:rgba(0,0,0,0.3) url(../images/movie.svg) center no-repeat;
	background-size:contain;
	z-index:3;
	border-radius:50%;
}
.filmFrame > a:before{
	background-color:rgba(255,102,0,0.8);
	background-image:url(../images/movie.svg);
	background-position:center;
	background-repeat:no-repeat;
}
.filmFrame > a:hover .img{transform:scale(1.1);}	
.filmFrame > a::after{
	content:"";
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(0,0,0,0);
	transition:all 0.4s ease;
	position:absolute;
	left:0;
	top:0;
}
.filmFrame > a:hover::after{
	background-color:rgba(0,0,0,0.3);
}
/* ----- threeColumns ----- */ 
#threeColumns{
	width:100%;
	float:left;
	margin-top:20px;
}
#threeColumns > ul{
	margin:0 -12px;
	padding:0;
	list-style-type:none;
    display: flex;
    flex-wrap: wrap;
}
#threeColumns > ul > li{
	float:left;
	width:33.3333%;
	padding:12px;
	box-sizing: border-box;
}
#threeColumns .oneBox{
	background-color:#fff;
	width:100%;
	float:left;
	position:relative;
} 
#threeColumns .oneBox.new:before{
	content:'N';
	display:block;
	position:absolute;
	width:26px; height:26px;
	right:8px; top:8px;
	border-radius:50%;
	background-color:#dc1c24;
	color:#fff;
	line-height:28px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:20px;
	z-index:1;
}
#threeColumns .oneBox a{
	width:100%;
	height:100%;
	display:block;
}
#threeColumns .oneBox .pic {
	width:100%;
	height:0;
	padding-bottom:60%;
	position: relative;
	float:left;
	overflow:hidden;
	position:relative;
	border:solid 1px #ccc;
	box-sizing: border-box;
}
#threeColumns .oneBox .pic .img{
	position:absolute;
	left:0; top:0;
	width:100%;
	height:100%;
	display:block;
	background-color:#f2f2f2;
	background-image: url(../images/nopic.jpg);	
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	transition:all 0.4s;
}
#threeColumns .oneBox a:hover .pic .img{transform:scale(1.1);}
#threeColumns .oneBox .pic .cover{
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(0,172,232,0.7);
	position:absolute;
	left:0;
	top:0;
	opacity:0;
	transition:all 0.4s ease;
	background-image: url(../images/cover-icon.svg);
	background-repeat:no-repeat;
	background-position:center bottom;
	background-color:rgba(0,0,0,0.3);
}
#threeColumns.cvphoto .oneBox .pic .cover{
	background-color:rgba(30,190,170,0.7);
}
#threeColumns .oneBox:hover .pic .cover{
	opacity:1;
	background-position:center center;
}
#threeColumns.movies .oneBox .pic .cover{
	background-image:none; background-color:rgba(0,0,0,0.3);
}
#threeColumns.movies .oneBox .pic:before{
	content:'';
	display:block;
	position:absolute;
	left:50%; top:50%;
	transform:translate(-50%,-50%);
	width:60px; height:60px;
	background:rgba(0,0,0,0.3) url(../images/movie.svg) center no-repeat;
	background-size:contain;
	z-index:3;
	border-radius:50%;
}
#threeColumns.movies .oneBox a:hover .pic:before{
	background-color:rgba(255,102,0,0.8);
	background-image:url(../images/movie.svg);
	background-position:center;
	background-repeat:no-repeat;
}
#threeColumns .oneBox .text{
	width:100%;
	float:left;
	margin-top:10px;
}
#threeColumns .oneBox .text strong{
	font-size:1.8em;
 	color:#333;
	line-height:130%;
	margin-bottom:6px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
#threeColumns .oneBox:hover .text strong,
#threeColumns .oneBox:focus .text strong{
	color: #ff6600;
}
/** slideShow **/
#slideShow {
	float:left;
	width:100%;
	margin-top:30px;
}
#slideShow > ul {
	width:auto;
	list-style:none;
	margin:-10px;
}
#slideShow > ul > li {
	float:left;
	width:33.33%;	
	padding:10px;
	box-sizing:border-box;
}
#slideShow > ul > li > img {
	max-width:100%;
	height:auto;
}
#slideShow div.pgwSlideshow,
#slideShow div.pgwSlider{
	width:100%;
	margin:0 auto;
}
#slideShow div.pgwSlideshow .ps-list,
#slideShow div.pgwSlider .ps-list{
	width:100%;
	margin:0 auto;
}
#slideShow .pgwSlider .ps-current{
	float:none;
	width:100%;
}
#slideShow .pgwSlider .ps-list{
	display:flex;flex-wrap:wrap;
	justify-content:center;
	margin-top:10px;
}
#slideShow .pgwSlider .ps-list li{
	width:123px !important;
	height:auto !important;
}
#slideShow .pgwSlider .ps-list li img {
    display: block;
    width:105px;
    height:70px;
}
#slideShow .pgwSlider .ps-list li a{
    display: block;
    margin: 15px 5px 0 5px;
    background: #000;
    border: 4px solid #999;
}
#slideShow .pgwSlider .ps-list li.ps-selected a{
	border-color:#70bf60;
}
#slideShow .pgwSlider > .ps-list > li span{
	display:none;
}
.pgwSlider .ps-current .ps-prev,
.pgwSlider .ps-current .ps-next{
	opacity:1 !important;
	display:block !important;
	padding:0 !important;
	background-color:#fff !important;
	border:2px solid #9b9b9a !important;
    border-radius:30px !important;
}
.pgwSlider .ps-current .ps-prev .ps-prevIcon,
.pgwSlider .ps-current .ps-next .ps-nextIcon{
    position: relative;
    display: block;
	width: 40px;
    height: 40px;
	border:none;
    background: url(../images/ps-prevIcon.png) no-repeat 50% 50%;
}
.pgwSlider .ps-current .ps-next .ps-nextIcon {
    background: url(../images/ps-nextIcon.png) no-repeat 50% 50%;
}
.pgwSlider .sr-only{ position:absolute;}
/**/
.pageWord.CVhome{
	box-sizing:border-box;
	padding:0 100px;
}
.cvLink{
	width:100%;
	margin-top:40px;
}
.cvLink ul{
	list-style:none;
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
}
.cvLink ul li{
	width:25%;
	margin-bottom:15px;
	text-align:center;
}
.cvLink ul li a{
	width:100%;
	display:block;
	text-align:center;
	overflow:hidden;
	margin:0 auto;
	max-width:180px;
}
.cvLink ul li a strong{font-size:1.25em; display:block;}
.cvLink ul li a strong span{display:inline-block;}
.cvLink .icon{
	width:120px;
	height:120px;
	border-radius:80px;
	display:inline-block;
	overflow:hidden;
	position:relative;
	transition: all 0.4s ease-in-out;
	background-color:#666666;
	box-shadow: inset 0 0 0 0 rgba(102,102,102,0.4),
	inset 0 0 0 8px rgba(255,255,255,0.1);
}
.cvLink .icon::before{
	content:"";
	width:100%;
	height:100%;
	display:block;
	position:absolute;
	right:0;
	top:0;
	background-repeat:no-repeat;
	background-position:center;
	background-size:80% auto;
	transition:all 0.4s ease;
}
.cvLink ul li .icon.cv1::before{
	background-image:url(../images/CVhome1.svg);}
.cvLink ul li .icon.cv2::before{
	background-image:url(../images/CVhome2.svg);}
.cvLink ul li .icon.cv3::before{
	background-image:url(../images/CVhome3.svg);}
.cvLink ul li .icon.cv4::before{
	background-image:url(../images/CVhome4.svg);}
.cvLink ul li .icon.cv5::before{
	background-image:url(../images/CVhome5.svg);}
.cvLink ul li .icon.cv6::before{
	background-image:url(../images/CVhome6.svg);}
.cvLink ul li .icon.cv7::before{
	background-image:url(../images/CVhome7.svg);}
.cvLink ul li .icon.cv8::before{
	background-image:url(../images/CVhome8.svg);}
.cvLink ul li .icon.cv9::before{
	background-image:url(../images/CVhome9.svg);}
.cvLink ul li .icon.cv10::before{
background-image:url(../images/CVhome10.svg);}
.cvLink ul li .icon.cv11::before{
background-image:url(../images/CVhome11.svg);}
.cvLink ul li .icon.cv12::before{
background-image:url(../images/CVhome12.svg);}
.cvLink ul li .icon.cv13::before{
background-image:url(../images/CVhome13.svg);}
.cvLink ul li .icon.cv14::before{
background-image:url(../images/CVhome14.svg);}
.cvLink ul li:nth-of-type(1) .icon{background-color:#f26a8d;}
.cvLink ul li:nth-of-type(1) a strong{color:#f26a8d;}
.cvLink ul li:nth-of-type(2) .icon{background-color:#d7263d;}
.cvLink ul li:nth-of-type(2) a strong{color:#d7263d;}
.cvLink ul li:nth-of-type(3) .icon{background-color:#f3722c;}
.cvLink ul li:nth-of-type(3) a strong{color:#f3722c;}
.cvLink ul li:nth-of-type(4) .icon{background-color:#ee9b00;}
.cvLink ul li:nth-of-type(4) a strong{color:#ee9b00;}
.cvLink ul li:nth-of-type(5) .icon{background-color:#8ac926;}
.cvLink ul li:nth-of-type(5) a strong{color:#8ac926;}
.cvLink ul li:nth-of-type(6) .icon{background-color:#43aa8b;}
.cvLink ul li:nth-of-type(6) a strong{color:#43aa8b;}
.cvLink ul li:nth-of-type(7) .icon{background-color:#048ba8;}
.cvLink ul li:nth-of-type(7) a strong{color:#048ba8;}
/* ver20221021*/
.cvLink ul li:nth-of-type(8) .icon{background-color:#00b4d8;}
.cvLink ul li:nth-of-type(8) a strong{color:#00b4d8;}
.cvLink ul li:nth-of-type(9) .icon{background-color:#2c699a;}
.cvLink ul li:nth-of-type(9) a strong{color:#2c699a;}
.cvLink ul li:nth-of-type(10) .icon{background-color:#5d9ae6;}
.cvLink ul li:nth-of-type(10) a strong{color:#5d9ae6;}
.cvLink ul li:nth-of-type(11) .icon{background-color:#757bc8;}
.cvLink ul li:nth-of-type(11) a strong{color:#757bc8;}
.cvLink ul li:nth-of-type(12) .icon{background-color:#6247aa;}
.cvLink ul li:nth-of-type(12) a strong{color:#6247aa;}
/**/
.cvLink ul li a:hover .icon,
.cvLink ul li a:focus .icon{
	box-shadow: inset 0 0 0 8px rgba(255,255,255,0.1),
	inset 0 0 0 150px rgba(54,132,42, 1);
	background-color:#eee;
}
.cvLink ul li a:hover .icon::before,
.cvLink ul li a:focus .icon::before{
	transform:scale(0.9);
}
.cvLink ul li a:hover strong,
.cvLink ul li a:focus strong{
	color:#36842a;
}

/**/
.editor{
	float:left;
    width: 100%;
    font-size: 1.2em;
    line-height: 180%;
	margin-top:40px;
}

/*展開圖說*/
.noteBtn{
	text-align:center;
	margin-bottom:20px;
}
.noteBtn a.ill{
    color: #000;
}
.noteBtn .ill{
	color:#000;
	padding:5px 10px;
	border:1px solid #000000;
	text-decoration:none;
}
.noteZone{
	width:100%;
	float:left;
	color: #333;
	font-size:1em;	
	padding:15px;
	border: 1px solid #dce6f0;
	margin-bottom:40px;
	box-sizing:border-box;
}
.noteZone ol,.noteZone ul{
	padding:0 0 30px 30px;
}
.noteZone > ul > li > ul > li{
	list-style-type:disc !important;
}
.noteZone > ul > li > ul > li > ul > li{
	list-style-type:circle !important;
}
.noteZone ul li ul li{
	padding-left:0 !important;
	background:none !important;
}
.noteZone > strong{
	color:#1b4977;
	font-size:1.15em;
	font-weight:bold;
	margin-bottom:10px;
	display: block;
}
.noteZone p{
	width:100%;
	display:block;
}
.noteZone p.box{
	display:inline-block;
	font-weight:bold;	
	color:#fff;
	background:#1b4977;
	border-radius:3px;
	padding:2px 10px;
	box-sizing:border-box;
}



/* ----- agendaTable ----- */
.agendaTable {
	float:left;
	width: 100%;
	border:1px solid #000;
	border-collapse: collapse;
}
.agendaTable tr {
    background:#FFF;
}
.agendaTable th {	
	color:#000;
	font-size:1.1em;
	line-height:1.5;
	text-align: center;
	border:none;	
	border-left:1px solid  #000;	
	border-bottom:1px solid  #000;
	background:#d9d9d9;	
	box-sizing:border-box;
}
.agendaTable td {
	color: #000;
	font-size:1em;
	line-height:1.1;
	border:none;	
	border-left:1px solid #000;	
	border-bottom:1px solid #000;
	word-break:break-all;
	box-sizing:border-box;
	text-align:center;	
}
.agendaTable td ul,
.agendaTable td ol {
	margin-left:1em;
}


/* ----- marqueeCV ----- */
.marqueeCV{
    font-family:"PingFang TC Semibold", "微软雅黑", "Microsoft YaHei";
	font-size:2em;
	font-weight:bold;
	background:#faf0f5;
	display:flex;
	margin-bottom:30px;
}
.marqueeCV .tit{
	position:relative;	
	width:150px;
	color:#fff;
	background:#d30705;
	padding:15px 0;
	padding-left:48px;
	box-sizing:border-box;	
	line-height:1.6;
}
.marqueeCV .tit:before{
	content: "";
	display: block;
	position: absolute;
	left: 15px;
	top: 20px;
	width: 24px;
	height: 24px;
	z-index: 1;
	background: url(../images/marqueeIco.svg) no-repeat 50% 50%;
}
.marqueeCV .txt{
    position: relative;	
	width:calc(100% - 150px);	
	padding:15px;
	box-sizing:border-box;	
	overflow: hidden;		
}
.marquee-container {
	width: 100%;
	overflow: hidden;
	display: flex;
}
.marquee-content {
	display: inline-block;
	white-space: nowrap;
	animation: marquee 40s linear infinite;
}
.mq a{
	position:relative;
	color:#006699;	
	margin-right:80px;
	line-height:1.6;
}
.mq a + a{
	color:#339999;	
}
.mq a + a + a{
	color:#663399;	
}
.mq a:hover,
.mq a:focus{
	color:#d30705;
}
.mq a:before{
	content: "";
	display: block;
	position: absolute;
	left: -18px;
	top: 4px;
	width: 20px;
	height: 20px;
	z-index: 1;
	background: #006699 url(../images/marqueeArr.svg) no-repeat 50% 50%;
	border-radius: 100%;
}
.mq a + a:before{
	background-color: #339999;
}
.mq a + a + a:before{
	background-color: #663399;
}
.mq a:hover:before,
.mq a:focus:before{
	background-color: #d30705;
}		
.marquee-content2 {
	display: inline-block;
	white-space: nowrap;
	animation: marquee2 50s linear infinite;
}
.marquee-content3 {
	display: inline-block;
	white-space: nowrap;
	animation: marquee3 50s linear infinite;
}
@keyframes marquee {
	0% {transform: translateX(0);}
	100% {transform: translateX(-100%);}
}

@keyframes marquee2 {
	0% {transform: translateX(0);}
	100% {transform: translateX(-100%);}
}
@keyframes marquee3 {
	0% {transform: translateX(0);}
	100% {transform: translateX(-100%);}
}





.cvH_news{
	width:100%;
	margin:0 auto;
}
.cvH_content{
	max-width:1170px;
	margin:0 auto;
	padding:70px 0;
}
.cvH_content.pd0{
	padding:0;
}
.cvH_content.pdt0{
	padding-top:0;
}
.cvH_global{
	position:relative;	
	width: 100%;	
}
.cvH_global:after{
	content: "";
	width: 100%;
	height: 80%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,baf2ee+70 */
	background: linear-gradient(to bottom,  #ffffff 0%,#baf2ee 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	position: absolute;
	left: 0;
	bottom: 39px;
	z-index:-3;
    visibility: visible;
}
.cvH_links{
	width: 100%;
	background:#f7f7f7;		
}






/* -----  淨零專區小首頁 ----- */
.zeroH {
	width: 1168px;
    margin: 70px auto 0;
    padding: 0;
	float:none;	
}
.zeroH.main {
	margin-top:-10px;
}
.zeroH p {
	color: #000;
    font-size: 1.2em;
    line-height: 180%;
    text-align: justify;	
}

/** zeroH_main **/
.zeroH_main{
	position:relative;	
	width: 100%;
	padding-bottm:70px;
}
.zeroH_main:after{
	content: "";
	width: 100%;
	height: 80%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,baf2ee+70 */
	background: linear-gradient(to bottom,  #ffffff 0%,#baf2ee 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	position: absolute;
	left: 0;
	bottom: 40px;
	z-index:-3;
    visibility: visible;
}

/** zeroH_news **/
.zeroH_news{
	width:100%;
	margin-top:30px;
}
.zeroH_news ul{
  	display: flex;
    flex-wrap: wrap;
 	padding:0;
	margin: 0 -15px;	
	list-style:none;	
} 
.zeroH_news li{
	width:calc(33.33% - 30px);
	margin:0 15px;
	box-sizing:border-box;
	border:solid 1px #ccc;
	border-radius:15px;
	text-align:center;
}
.zeroH_news li h3{
	position:relative;	
	display:block;
	height:108px;	
	font-size:2.8em;
	color:#fff;
	text-align:center;	
	padding-top:60px;
	box-sizing:border-box;
	border-radius:15px 15px 0 0;					
} 
.zeroH_news li h3 i{
	display:block;
	content:'';
	width:84px;
	height:84px;
	position:absolute;
	top:-30px;	
	left:calc(50% - 42px);
	border-radius:100%;
	background-size:60%;
	background-position:center;
	background-repeat:no-repeat;
	background-color:#4d4d4d;	
	z-index:2;	
}
.zeroH_news li:nth-child(1) h3{ background:#14b7a9;}
.zeroH_news li:nth-child(2) h3{ background:#14a8b7; }
.zeroH_news li:nth-child(3) h3{ background:#148eb7; }
.zeroH_news li:nth-child(1) h3 i{ background-image:url(../images/zeroH_newsIco1.svg); }
.zeroH_news li:nth-child(2) h3 i{ background-image:url(../images/zeroH_newsIco2.svg); }
.zeroH_news li:nth-child(3) h3 i{ background-image:url(../images/zeroH_newsIco3.svg); }

.zeroH_news li .nbox{
	text-align:left;	
	padding:22px 25px 15px 25px;
	box-sizing:border-box;
}	
.zeroH_news li .nbox a{
	width:100%;
	display: inline-block;
	box-sizing: border-box;
	border-bottom: 1px dotted #cdc7c0;
	margin-bottom:10px;
	padding-bottom:10px;
	line-height:1.6;		
}	
.zeroH_news li .nbox.zero a{
	line-height:1.7;	
}
.zeroH_news li .nbox a strong{
	display:block;
	color:#071c37;
	font-size:2em;
	font-weight:normal;	
	overflow:hidden;
}	
.zeroH_news li .nbox a:hover strong,
.zeroH_news li .nbox a:focus strong{
	color:#F60;
}
.zeroH_news li .nbox a time{
	font-size:1.6em;
	color:#14b7a9;
}
.zeroH_news li .nbox a .tag {
    display: block;
	color:#071c37;	
	font-size:1.5em;
	margin-top:2px;	
}
.zeroH_news li .nbox a .tag span{
    display: inline-block;
    padding: 0 8px;
    border-radius: 3px;
    color: #fff;
    background: #148eb7;
}
.zeroH_news li a.more{
	position:relative;
	display:inline-block;
	color:#14b7a9;
	font-size:1.6em;
	font-weight:bold;
	padding:0 0 25px 25px;
	box-sizing:border-box;
}
.zeroH_news li a.more:before{
	position: absolute;
    content: "";
    display:inline-block;
    left:5px;
    top:4px;
    width: 5px;
    height: 5px;
    border-left: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    z-index: 2;
    -webkit-transform: rotate(-135deg);
		-ms-transform: rotate(-135deg);
			transform: rotate(-135deg);
}
.zeroH_news li a.more:after {
 	content:"";
	display:inline-block;
	position:absolute;	
    left:0;
	top:-2px;
	width:19px;
	height:19px;
	z-index:1;
	-webkit-border-radius:100%;
	   -moz-border-radius:100%;
            border-radius:100%;
} 
.zeroH_news li:nth-child(1) a.more{ color:#14b7a9;}
.zeroH_news li:nth-child(2) a.more{ color:#14a8b7; }
.zeroH_news li:nth-child(3) a.more{ color:#148eb7; }
.zeroH_news li:nth-child(1) a.more:hover,
.zeroH_news li:nth-child(1) a.more:focus,
.zeroH_news li:nth-child(2) a.more:hover,
.zeroH_news li:nth-child(2) a.more:focus,
.zeroH_news li:nth-child(3) a.more:hover,
.zeroH_news li:nth-child(3) a.more:focus{
	color:#f60;
}
.zeroH_news li:nth-child(1) a.more:after{ background:#14b7a9;}
.zeroH_news li:nth-child(2) a.more:after{ background:#14a8b7; }
.zeroH_news li:nth-child(3) a.more:after{ background:#148eb7; }
.zeroH_news li a.more:hover:after,
.zeroH_news li a.more:focus:after{
	background:#f60;
}

/** zeroH_nav **/
.zeroH_nav {
	width:100%;
	margin:0 auto;
}
.zeroH_nav ul {
	max-width:1110px;
	list-style:none;
    padding: 0px;
    margin: 0 auto;
}
.zeroH_nav ul li {
	display:inline-block;
	width:20%;
	vertical-align:top;
}
.zeroH_nav ul li a {
	position:relative;
	display:block;
	width:100%;
	height:100%;
}
.zeroH_nav ul li .box {
	position:relative;
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	box-sizing:border-box;
}
.zeroH_nav ul li em {
	font-style:normal;
}
.zeroH_nav ul li .img {
	position:relative;
    display:block;
	width:165px;
	height:0;
	padding-bottom:165px;
	margin:0 auto;
	-webkit-transition:all 0.4s ease;
	   -moz-transition:all 0.4s ease;
	     -o-transition:all 0.4s ease;
	        transition:all 0.4s ease;				
}
.zeroH_nav ul li a:hover .img,
.zeroH_nav ul li a:focus .img {
    -webkit-transform:scale(0.95);
        -ms-transform:scale(0.95);
            transform:scale(0.95);			
}
.zeroH_nav ul li .img:before {
	content:"";
	display:block; 
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#e5faf9;	
    -webkit-border-radius:100%;
       -moz-border-radius:100%;
            border-radius:100%;
	z-index:1;
}
.zeroH_nav ul li .img span {
	position:absolute;
	left:0;
	top:0;
    display:block;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:contain;
	z-index:2;
}
.zeroH_nav ul li strong {
	display:block;
	color:#000;
    font-size:2.2em;
    font-weight:bold;
	line-height:135%;
	margin-top:20px;		
}
.zeroH_nav ul li a:hover strong,
.zeroH_nav ul li a:focus strong {
	color:#ff6600;
}
.zeroH_nav ul li a:hover .img:before,
.zeroH_nav ul li a:focus .img:before {
	background:rgba(255,102,0,1);	
}


/* ----- zeroH_kbag ----- */ 
#zeroH_kbag{
	width:100%;
	margin-bottom:70px;
}
/**
#zeroH_kbag > ul{
	margin:0 -12px;
	padding:0;
	list-style:none;
    display: flex;
    flex-wrap: wrap;
}
#zeroH_kbag > ul > li{
	width:33.33%;
	padding:0 12px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#zeroH_kbag .oneBox{
	background-color:#fff;
	width:100%;
	float:left;
	position:relative;
} 
#zeroH_kbag .oneBox.new:before{
	content:'N';
	display:block;
	position:absolute;
	width:26px; height:26px;
	right:8px; top:8px;
	border-radius:50%;
	background-color:#dc1c24;
	color:#fff;
	line-height:28px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:20px;
	z-index:1;
}
#zeroH_kbag .oneBox a{
	width:100%;
	height:100%;
	display:block;
}
#zeroH_kbag .oneBox .pic {
	width:100%;
	height:0;
	padding-bottom:60%;
	position: relative;
	float:left;
	overflow:hidden;
	position:relative;
	border:solid 1px #ccc;
	box-sizing: border-box;
	background-image: url(../images/nopic.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	background-color:#f2f2f2;
}
#zeroH_kbag .oneBox .pic .img{
	position:absolute;
	left:0; top:0;
	width:100%;
	height:100%;
	display:block;
	background-image: url(../images/nopic.jpg);	
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	transition:all 0.4s;

}
#zeroH_kbag .oneBox a:hover .pic .img{transform:scale(1.1);}
#zeroH_kbag .oneBox .pic .cover{
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(0,172,232,0.7);
	position:absolute;
	left:0;
	top:0;
	opacity:0;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
	background-image: url(../images/cover-icon.svg);
	background-repeat:no-repeat;
	background-position:center bottom;
}
#zeroH_kbag.cvphoto .oneBox .pic .cover{
	background-color:rgba(30,190,170,0.7);
}
#zeroH_kbag.movies .oneBox .pic .cover{ background-image:none; background-color:rgba(0,0,0,0.3);}
#zeroH_kbag.movies .oneBox .pic:before{
	content:'';
	display:block;
	position:absolute;
	left:50%; top:50%;
	transform:translate(-50%,-50%);
	width:70px; height:70px;
	background:rgba(0,0,0,0.3) url(../images/movie.svg) center no-repeat;
	background-size:contain;
	z-index:3;
	border-radius:50%;
}
#zeroH_kbag.movies .oneBox a:hover .pic:before{
	background:rgba(255,102,0,0.8) url(../images/movie.svg) center no-repeat;
}	
#zeroH_kbag .oneBox:hover .pic .cover{
	opacity:1;
	background-position:center center;
}
#zeroH_kbag .oneBox .text{
	width:100%;
	float:left;
	margin-top:10px;
}
#zeroH_kbag .oneBox .text strong{
	font-size:2.2em;
	font-weight:normal;
 	color:#000;
	line-height:130%;
	margin-bottom:6px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
#zeroH_kbag .oneBox:hover .text strong,
#zeroH_kbag .oneBox:focus .text strong{
	color: #ff6600;
}
**/


/** v2 **/
#zeroH_kbag ul {
	margin:0 -12px;
	padding:0;
	list-style:none;
    display: flex;
    flex-wrap: wrap;
}
#zeroH_kbag ul li {
	display:inline-block;
	width:33.33%;
	padding:0 12px;
	vertical-align:top;
	box-sizing:border-box;
}
#zeroH_kbag ul li a {
	/*float:left;*/
    width:100%;
	height:100%;
	/*color:#333;
	background-color:#f2f2f2;*/
	display:block;
	border:solid 1px #ccc;
	box-sizing:border-box;
}
#zeroH_kbag ul li a:hover,
#zeroH_kbag ul li a:focus {
	color:#ec5b2f;
}
#zeroH_kbag figure {
	margin:0;
	height:100%;	
}
#zeroH_kbag figure .pic{
	width:100%;
	height:auto;
	overflow:hidden;
}
#zeroH_kbag figure .pic a{
	display: flex;
	justify-content:center;
	align-items:center;
}
#zeroH_kbag figure .pic img {
	width:100%;
	height:auto;
	-webkit-transition:0.4s;
	   -moz-transition:0.4s;    
         -o-transition:0.4s;
            transition:0.4s;
}
#zeroH_kbag a:hover figure .pic img,
#zeroH_kbag a:focus figure .pic img,
#zeroH_kbag figure .pic a:hover img,
#zeroH_kbag figure .pic a:focus img {
    -webkit-transform:scale(0.95);
	   -moz-transform:scale(0.95);
        -ms-transform:scale(0.95);
         -o-transform:scale(0.95);    
            transform:scale(0.95);
}
#zeroH_kbag figure figcaption {
	font-size:2em;
	line-height:130%;
	text-align:center;
	padding:10px;
}
#zeroH_kbag figure figcaption strong {
	display:inline-block;
	font-family:"微軟雅黑", "Microsoft YaHei", "LiHei Pro Medium";
	font-size:2rem;
	margin-bottom:5px;
}
#zeroH_kbag figure figcaption strong span {
	display:inline-block;
	color:#FFF;
	font-size:2rem;
	line-height:100%;
	padding:5px 10px;
	background:#8c3c4a;
	margin-right:10px;
	vertical-align:top;
}



/* ----- zeroH_ad ----- */
.zeroH_adBox {
	display:block;
	width: 100%;
	padding-bottom: 70px;
	background: #f7f7f7;
	border-top: 1px solid #dddddd;
}
.zeroH_ad {
	position:relative;
	width: 100%;
	margin:0;
}
.zeroH_ad .box{
	width:1110px;
	padding:0px;
	margin:0 auto;
}
.zeroH_ad .box ul{
	overflow:hidden;
	zoom:1;
	list-style:none;
}
.zeroH_ad .box ul li{
	width: 210px;
	height: 60px;
	margin: 5px;
	text-align: center;
	float: left;
	cursor: pointer;
	border: 1px solid #ddd;
}


.zeroH_ad button,
.zeroH_nav button {
	overflow:hidden;
	width:100%;
}
.zeroH_ad button.slick-prev,
.zeroH_ad button.slick-next,
.zeroH_nav button.slick-prev,
.zeroH_nav button.slick-next{
	position:absolute;
	display:block;
	width:13px;
	height:25px;
	top:50%;
	cursor:pointer;
	z-index:50;
	background:url(../images/adbanner-btn.png) no-repeat;
}
.zeroH_ad button.slick-prev,
.zeroH_nav button.slick-prev{
	left:-20px;
	background-position:0 0;
}
.zeroH_ad button.slick-next,
.zeroH_nav button.slick-next{
	right:-20px;
	background-position:-13px 0;
}
.zeroH_ad button.slick-prev:hover,
.zeroH_ad button.slick-prev:focus,
.zeroH_nav button.slick-prev:hover,
.zeroH_nav button.slick-prev:focus{
	background-position:0 -25px;
}
.zeroH_ad button.slick-next:hover,
.zeroH_ad button.slick-next:focus,
.zeroH_nav button.slick-next:hover,
.zeroH_nav button.slick-next:focus{
	background-position:-13px -25px;
}

/** zeroH_tit **/
.zeroH_tit{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.zeroH_tit strong{
	position:relative;
	font-weight:bold;	
	font-size:3em;
	color:#148eb7;
	padding-left:25px;
	margin-bottom:20px;	
}
.zeroH_tit strong:before{
    position: absolute;	
	content: "";
    display: block;
    left: 0;
    width: 16px;
    height: 30px;
    background: #148eb7;
	border-radius: 3px;	
}
.more-btn {
    position: relative;	
}
.more-btn a {
	position:relative;
	display:block;
	width:30px;
	height:30px;
	border:solid 1px #148eb7;
    box-sizing: border-box;
	-webkit-transition:all 0.3s ease;
	   -moz-transition:all 0.3s ease;
	     -o-transition:all 0.3s ease;
	        transition:all 0.3s ease;
}
.more-btn a:before {
	content: "";
	position: absolute;
	display: block;
	width: 17px;
	height: 3px;
	top: 13px;
	left: 6px;
	background:#148eb7;
	-webkit-transition:all 0.3s ease;
	   -moz-transition:all 0.3s ease;
	     -o-transition:all 0.3s ease;
	        transition:all 0.3s ease;	
}
.more-btn a:after {
	content:"";
	position: absolute;
	display: block;
	width: 3px;
	height: 17px;
	top: 6px;
	left: 13px;
	background:#148eb7;
	-webkit-transition:all 0.3s ease;
	   -moz-transition:all 0.3s ease;
	     -o-transition:all 0.3s ease;
	        transition:all 0.3s ease;	
}
.more-btn a:hover,
.more-btn a:focus {
	border:solid 1px #ff6600;
}
.more-btn a:hover:before,
.more-btn a:focus:before,
.more-btn a:hover:after,
.more-btn a:focus:after {
	background:#ff6600;
	-webkit-transform:rotate(180deg);
	   -moz-transform:rotate(180deg);
        -ms-transform:rotate(180deg);
         -o-transform:rotate(180deg);
            transform:rotate(180deg);
}
