body {
    /*background: url(../images/chinese_new_year/bg2.png) center 0  repeat-y;*/
    font: 14px/18px Arial, "微軟正黑體", "HelveticaNeue", "Helvetica Neue", Helvetica, sans-serif;
    color: #434343;
    -webkit-font-smoothing: antialiased;
    /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
    margin: 0px;
    padding: 0px;
}

* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #038c00;
}

a:hover {
    color: #04ae00;
}


a:visited {
    color: #959595;
}

a:hover img,
a img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    transition: opacity 0.5s linear;
}

#Contents p {
    margin-bottom: 20px;
}

.CLR {
    clear: both;
}

.PadinTop20 {
    padding-top: 20px !important;
}

.PadinTop30 {
    padding-top: 30px !important;
}

.PadinLeft20 {
    padding-left: 20px !important;
}

.Padin20 {
    padding: 20px;
}

.Align_Center {
    text-align: center;
}

.Align_Right {
    text-align: right;
}

.FloatLeft {
    float: left;
}

.FloatRight {
    float: right;
}

.LineHeight_180 {
    line-height: 180%;
}

.DisplayNone {
    display: none;
}

.GreenBold {
    color: #038c00;
    font-weight: 700;
}

.BTN_Style01 {
    padding: 5px 20px;
    background: url(../images/BTN_BG02.jpg) repeat-x bottom;
    border: 1px solid #bfc0c5;
    border-radius: 3px;
    height: 20px;
    line-height: 20px;
    color: #434343;
    font-weight: 700;
    margin-bottom: 10px;
    display: inline-block;
}

.RedHighLight {
    font-weight: 700;
    color: #ff0000;
}

.BlueHighLight {
    font-weight: 700;
    color: #009ae9;
}

.Submit_2 {
    border: 1px solid #cacaca;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #ededed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #ededed));
    background: -webkit-linear-gradient(top, #fff 0%, #ededed 100%);
    background: -o-linear-gradient(top, #fff 0%, #ededed 100%);
    background: -ms-linear-gradient(top, #fff 0%, #ededed 100%);
    background: linear-gradient(to bottom, #fff 0%, #ededed 100%);
    padding: 3px 8px;
    border-radius: 3px;
    box-shadow: rgba(255, 255, 255, 0.4) 0 0px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
    color: #818181;
    font-size: 12px;
    cursor: pointer;
    text-decoration: none;
    vertical-align: middle;
}

.Submit_2:hover {
    color: #000;
}

.List_Style_Type_on ul {
    list-style-type: disc;
    line-height: 180%;
}

.List_Style_Type_on ul li {
    padding: 0 10px 15px 0;
    margin-left: 20px;
}

.List_Style_Type_on ol {
    list-style-type: decimal;
    line-height: 180%;
}

.List_Style_Type_on ol li {
    padding: 0 10px 15px 0;
    margin-left: 20px;
}

.BTN_Style03 {
    padding: 4px 15px;
    margin: 0 5px 0 0;
    background: #fff url(../images/gradient_grey_01.jpg) repeat-x bottom;
    border: 1px solid #dedede;
    border-radius: 3px;
    display: inline-block;
}

.BTN_Style03 .Icon {
    padding: 0 0 0 20px;
    background: url(../images/ArrowRight_007.png) no-repeat 0 2px;
}

.BTN_Style03:hover {
    color: #fff;
    background: #038c00;
}

.BTN_Style03:hover .Icon {
    background: url(../images/ArrowRight_007_white.png) no-repeat 0 2px;
}

.BTN_Style03_down {
    padding: 3px 5px;
    margin: 0 5px 0 0;
    background: #fff url(../images/gradient_grey_01.jpg) repeat-x bottom;
    border: 1px solid #dedede;
    border-radius: 3px;
    display: inline-block;
}

.BTN_Style03_down .Icon {
    padding: 0 0 0 20px;
    background: url(../images/ArrowDown_007.png) no-repeat 0 2px;
}

.BTN_Style03_down:hover {
    color: #fff;
    background: #038c00;
}

.BTN_Style03_down:hover .Icon {
    background: url(../images/ArrowDown_007_white.png) no-repeat 0 2px;
}

.NoResult {
    width: 460px;
    margin: 0 auto;
}

#HeaderContainer {
    background: url(../images/HeaderContainerBG.jpg) repeat-x;
    width: 100%;
    height: 46px;
}

#Header {
    width: 1002px;
    margin: 0 auto;
    position: relative;
    z-index: 9999999;
}

#Header_VersionContainer {
    position: absolute;
    left: 10px;
    top: 0px;
}

#Header_Version_Nav {
    background: url(../images/Header_Version_BG.jpg) repeat-x;
    height: 27px;
    float: left;
    padding: 13px 0px 0px 15px;
}

#Header_Version_Nav li {
    float: left;
    padding: 0 7px 0 8px;
    background: url('../images/Header_Version_Nav-border.gif') no-repeat 0 3px;
    display: block;
}

#Header_Version_Nav li:first-child {
    background: none;
}

#Header_Version_Nav li a {
    float: left;
    overflow: hidden;
    font-weight: 700;
    color: #ffffff;
    font-size: 90%;
    text-transform: uppercase;
}

#Header_Version_Nav li a:hover {
    color: #ffdb34;
}

.Header_Version_right {
    float: left;
    background: url(../images/Header_Version_right.jpg) no-repeat;
    width: 26px;
    height: 46px;
}

#HeaderNavContainer {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 17px 0px 0px;
}

#HeaderNav_Nav {
    float: left;
}

#HeaderNav_Nav a {
    float: left;
    font-size: 0.96em;
    color: #707070;
    text-decoration: none;
    margin: 0 0 0 10px;

}

#HeaderNav_Nav a:hover {
    color: #038c00;
}

#FontSizeContainer {
    float: left;
    margin-right: 10px;
}

#FontSizeContainer .Header {
    float: left;
    font-size: 0.96em;
    color: #707070;
    text-decoration: none;
    margin: 0 5px 0 10px;
}

#FontSizeContainer .Icon {
    text-indent: -9999px;
    background: url(../images/FontSize_BG.jpg) no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
    margin-bottom: 2px;
}

#FontSizeContainer .Icon_L {
    background: url(../images/FontSize_L.jpg) no-repeat 0px 0px;
}

#FontSizeContainer .Icon_M {
    background: url(../images/FontSize_M.jpg) no-repeat 0px 0px;
}

#FontSizeContainer .Icon_S {
    background: url(../images/FontSize_S.jpg) no-repeat 0px 0px;
}

#FontSizeContainer .Icon_L:hover,
#FontSizeContainer .Icon_M:hover,
#FontSizeContainer .Icon_S:hover,
#FontSizeContainer .current {
    background-position: 0 -15px;
}

#SocialMediaContainer {
    float: left;
    margin: 0px;
}

#SocialMediaContainer a:hover {
    opacity: .7;
    filter: alpha(opacity=70);
}

#CustomerServiceContainer {
    float: left;
    position: relative;
    margin: 0px 0px 0px 10px;
}

#Header_2Container {
    background: url(../images/Header_2BG.jpg) repeat-x;
    width: 100%;
    height: 115px;
    position: relative;
}

#Header_2Container_index {
    background: url(../images/Header_2BG.jpg) repeat-x;
    width: 100%;
    height: 115px;
    position: relative;
    z-index: 99999;
}

#Header_2 {
    /*節慶版*/	
    background: url(../images/national_day/group_header.png) no-repeat 278px 18px;
    width: 1002px;
    margin: 0 auto;
    position: relative;
    height: 115px;
    overflow: hidden;
}

.page_header {
    background: none !important;
    height: inherit !important;
}

#LogoContainer {
    position: absolute;
    left: 20px;
    top: 30px;
    z-index: 99;
}

#Logo a img {
    opacity: 1;
    filter: alpha(opacity=100);
}

#Date {
    position: absolute;
    right: 262px;
    top: 12px;
    color: #898989;
    font-size: 0.9em;
}

#Date_index {
    position: absolute;
    right: 15px;
    top: 5px;
    color: #898989;
    font-size: 0.9em;
}

#HeaderMainMenuContainer {
    position: relative;
    width: 982px;
    height: 39px;
    margin: 0px auto;
    background: url(../images/HeaderMainMenuBG.jpg) repeat-x;
    border: 1px solid #e3e3e3;
    border-bottom: none;
    z-index: 9999;
}

.MainNavBanner {
    margin: 30px 0px 0px 10px;
}

.MainNavBanner img {
    width: 940px;
    height: 130px;
    border: 1px solid #fff;
}

.MainNavBanner img:hover {
    filter: alpha(opacity=70);
    opacity: .7;
}

#ServiceDropContainer {
    position: absolute;
    right: 164px;
    top: 0px;
    z-index: 9999;
}

#MainContentContainer {
    position: relative;
}

/*大BANNER*/

#MainAd {
    width: 684px;
    height: 260px;
    margin: 0 auto;
}

/*大BANNER END*/

#DateNSearch {
    width: 942px;
    border-bottom: 1px solid #dcdcdc;
    margin: 0px auto;
    padding: 20px 0px;
}

#MainContentInner_1Container {
    background: url(../images/MainBG.jpg) repeat-x;
    height: 260px;
    border-bottom: 1px solid #fff;
}

#MainContentInner_1 {
    width: 1002px;
    margin: 0 auto;
    position: relative;
}

#MainBG_L {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 10px;
    height: 260px;
    background: url(../images/MainBG_L.jpg) no-repeat;
}

#MainBG_R {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 10px;
    height: 260px;
    background: url(../images/MainBG_R.jpg) no-repeat;
}

#NewsContainer {
    position: absolute;
    left: 10px;
    top: 0px;
    border: 1px solid #fff;
    border-top: none;
    border-bottom: none;
    width: 295px;
    height: 260px;
    background: url(../images/NewsBG.jpg) no-repeat;
}

#NewsInner {
    width: 280px;
    margin: 15px auto;
}

#NewsContainer .NewsFocus {
    margin-bottom: 15px;
}

#NewsContainer .NewsFocus .ImagePreview {
    float: left;
    margin-right: 5px;
}

#NewsContainer .NewsFocus .ImagePreview img {
    border: 1px solid #d0ccc9;
    background: #fff;
    padding: 2px;
    width: 80px;
    height: 60px;
}

#NewsContainer .NewsFocus .NewsFocusContent .NewsFocusHeader {
    margin-bottom: 3px;
}

#NewsContainer .NewsFocus .NewsFocusContent .NewsFocusHeader a {
    font-weight: 700;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
}

#NewsContainer .NewsFocus .NewsFocusContent .NewsFocusHeader a:hover {
    color: #ffec1c;
}

#NewsContainer .NewsFocus .NewsFocusContent {
    color: #e5e5e5;
}

#NewsContainer .NewsFocus .NewsFocusContent a {
    color: #fff;
    text-decoration: underline;
}

#NewsContainer .NewsFocus .NewsFocusContent a:hover {
    color: #ffec1c;
}

#NewsContainer .StampFocus {
    background: url(../images/StampFocusBG.png) no-repeat;
    width: 272px;
    height: 97px;
    margin-bottom: 10px;
    position: relative;
}

#NewsContainer .StampFocus .ImagePreview {
    background: #fff;
    border: 1px solid #eee;
    padding: 1px;
    position: absolute;
    top: 15px;
    left: 15px;
    width: 75px;
}

#NewsContainer .StampFocus .ImagePreview td {
    width: 75px;
    height: 65px;
    text-align: center;
    background: #e9e9e9;
}

#NewsContainer .StampFocus .ImagePreview td a {
    display: block;
    width: 75px;
    height: 65px;
}

#NewsContainer .StampFocus .ImagePreview img {
    background: #535353;
    width: auto;
    height: auto;
    max-width: 75px;
    max-height: 100%;
    transition: opacity 1s linear;
}

#NewsContainer .StampFocus .NewsFocusContent {
    width: 155px;
    position: absolute;
    top: 15px;
    left: 100px;
}

#NewsContainer .StampFocus .NewsFocusContent .NewsFocusHeader a {
    color: #434343;
    font-weight: 700;
    text-decoration: none;
}

#NewsContainer .StampFocus .NewsFocusContent .NewsFocusHeader a:hover {
    color: #81511c;
}

#NewsContainer .StampFocus .NewsFocusContent .NewsFocusbrBrief a {
    color: #0088dc;
    text-decoration: none;
}

#NewsContainer .StampFocus .NewsFocusContent .NewsFocusbrBrief a:hover {
    color: #81511c;
}

#NewsContainer .ShopFocus {
    margin-bottom: 10px;
}

#NewsContainer .ShopFocus .ImagePreview img {
    width: 263px;
    height: 94px;
}

.NewsMoreContainer .NewsMore a {
    padding: 1px 10px 1px 15px;
    background: #fff url(../images/NewsMore_Icon.gif) no-repeat -4px 7px;
    color: #5792ce;
    text-decoration: none;
    float: right;
    margin: 10px 15px 0px 0px;
}

.NewsMoreContainer .NewsMore a:hover {
    background: #5792ce url(../images/NewsMore_Icon.gif) no-repeat 5px 7px;
    color: #fff;
}

.GrayBar {
    background: #e7e7e7;
    padding: 5px 0;
    border-bottom: 1px solid #fff;
}

#AllLocationDropContainer {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 99999;
}

#MainContentInner_2Container {
    height: 545px;
    background: #e7e7e7;
}

#MainContentInner_2 {
    width: 1002px;
    margin: 0px auto;
    position: relative;
}

#MainBG2_L {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 10px;
    height: 538px;
    background: url(../images/MainBG2_L.jpg) no-repeat;
}

#MainBG2_R {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 10px;
    height: 538px;
    background: url(../images/MainBG2_R.jpg) no-repeat;
}

#Main_2_MiddleContainer {
    position: absolute;
    left: 10px;
    top: 0px;
    background: url(../images/MainContentInner_2BG.jpg) no-repeat right bottom #fff;
    width: 982px;
    min-height: 545px;
}

#Main_2_Middle_Left {
    width: 296px;
    height: 404px;
    background: url(../images/ContentLeftBG.jpg) no-repeat right bottom #fff;
    float: left;
}

#ServiceLinksContainer_index {
    border-bottom: 1px dashed #dadada;
    margin: 0px 5px 0px 0px
}

#ServiceLinksContainer_index #ServiceLinks_index ul {
    float: left;
}

#ServiceLinksContainer_index #ServiceLinks_index ul li {
    margin: 15px 0px;
}

#ServiceLinksContainer_index #ServiceLinks_index .ServiceLinksLeft li {
    border-right: 1px solid #e3e3e3;
}

#ServiceLinksContainer_index #ServiceLinks_index a {
    padding: 0px 30px;
    display: block;
}

/***業務Links***/

#ServiceLinksContainer {
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 45px;
}

#ServiceLinks .MailActive a .img {
    background: url(../images/icon-MailActive.png) no-repeat center 0px;
}

#ServiceLinks .Saving a .img {
    background: url(../images/icon-Saving.png) no-repeat center 0px;
}

#ServiceLinks .Insurance a .img {
    background: url(../images/icon-Insurance.png) no-repeat center 0px;
}

#ServiceLinks .Stamp a .img {
    background: url(../images/icon-Stamp.png) no-repeat center 0px;
}

#ServiceLinks .Product a .img {
    background: url(../images/icon-Product.png) no-repeat center 0px;
}

#ServiceLinks .Fund a .img {
    background: url(../images/icon-Fund.png) no-repeat center 0px;
}

#ServiceLinks .SellFund a .img {
    background: url(../images/icon-SellFund.png) no-repeat center 0px;
}

#ServiceLinks .RealEstate a .img {
    background: url(../images/icon-RealEstate.png) no-repeat center 0px;
}

#ServiceLinks .Investment a .img {
    background: url(../images/icon-Investment.png) no-repeat center 0px;
    width: 55px;
}

#ServiceLinks a:hover .img {
    background-position: center -40px;
}

#ServiceLinks a:focus {
    background-position: center -40px;
}

#ServiceLinks .img {
    width: 48px;
    height: 40px;
    display: block;
    margin: 0 auto;
}

#ServiceLinks li {
    float: left;
    margin-left: 10px;
    text-align: center;
}

#ServiceLinks a {
    color: #707070;
    display: block;
}

#ServiceLinks a:hover {
    color: #038c00;
}

/***業務Links end***/

#CharityContainer {
    border-bottom: 1px dashed #dadada;
    margin: 0px 5px 0px 0px
}

#CharityContainer a {
    padding: 14px 15px;
    display: block;
}

#RelatedLinksContainer {
    position: relative;
}

#RelatedLinksHeader {
    position: absolute;
    top: 15px;
    left: 15px;
}

#Main_2_Middle_Right {
    float: left;
    margin: 15px 0px 0px 20px;
}

/*業務專區*/

#MainServiceContainer {
    position: relative;
    margin: 0 auto;
    width: 1002px;
}

.ServiceLinkContainer {
    width: 136px;
    float: left;
    padding-right: 14px;
    margin-right: 14px;
    border-right: 1px solid #d1d1d1;
}

.ServiceLinkHeader {
    width: 136px;
    height: 104px;
    cursor: pointer;
    display: block;
    -webkit-transition: background-position .3s ease;
    -moz-transition: background-position .3s ease;
    -o-transition: background-position .3s ease;
    transition: background-position .3s ease;
}

.ServiceLinkHeader > img {
    transition: opacity 1s linear;
}

.ServiceLinkHeader:hover > img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    transition: opacity 0.5s linear;
}

.ServiceLinkHeader p {
    width: 136px;
    height: 15px;
    cursor: pointer;
    display: block;
    margin: 8px 5px;
    background: left top no-repeat;
}

.ServiceLinkHeader_1 p {
    background: url(../images/ServiceTitle_01.jpg);
}

.ServiceLinkHeader_2 p {
    background: url(../images/ServiceTitle_02.jpg);
}

.ServiceLinkHeader_3 p {
    background: url(../images/ServiceTitle_03.jpg);
}

.ServiceLinkHeader_4 p {
    background: url(../images/ServiceTitle_04.jpg);
}

.ServiceLinkHeader_5 p {
    background: url(../images/ServiceTitle_05.jpg);
}

.ServiceLinkHeader_6 p {
    background: url(../images/ServiceTitle_06.jpg);
}

.ServiceLinkHeader_7 p {
    background: url(../images/ServiceTitle_07.jpg);
}

.ServiceLinkHeader_8 p {
    background: url(../images/ServiceTitle_08.jpg);
}

.ServiceLinkHeader:hover > p,
.ServiceLinkHeader:active > p,
.ServiceLinkHeader:focus > p {
    background-position: left bottom;
}

.ServiceLinkImg {
    margin-bottom: 10px;
}

.ServiceLinkDescrip {
    line-height: 180%;
    margin-bottom: 10px;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    padding: 5px 0px 10px 0px;
    min-height: 70px;
}

.ServiceLinkMenu {
    min-height: 112px;
}

.ServiceLinkMenu li {
    margin-bottom: 10px;
    width: 136px;
}

.ServiceLinkMenu li a {
    padding-left: 15px;
    background: url(../images/IconArrow3.jpg) 0px 6px no-repeat;
    text-decoration: none;
    color: #535353;
    font-weight: bold;
}

.ServiceLinkMenu li a:hover {
    background: url(../images/IconArrow3_on.jpg) 0px 6px no-repeat;
    color: #038c00;
}

.ServiceLinkMenuMore select {
    width: 97px;
    background: #038c00;
    color: #fff;
    border: 1px solid #038c00;
}

.ServiceLinkMenuMore .confirm {
    background-image: url(../images/btn_search.gif);
    background-color: transparent;
    border: 0 none;
    height: 20px;
    width: 33px;
    cursor: pointer;
    margin-left: 3px;
}

#MainServiceContainer .DirectLink_1 {
    position: absolute;
    top: 0px;
    left: 29px;
    z-index: 10;
}

#MainServiceContainer .DirectLink_2 {
    position: absolute;
    top: 0px;
    right: 41px;
    z-index: 10;
}

#MainServiceContainer .DirectLink_1 .Link,
#MainServiceContainer .DirectLink_2 .Link {
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    width: 47px;
    height: 18px;
    background: #fff url(../images/MainServiceHeader_1.jpg) no-repeat;
    float: left;
}

#MainServiceContainer .DirectLink_1 .Link1 {
    background-position: -28px 0px;
}

#MainServiceContainer .DirectLink_1 .Link2 {
    background-position: -77px 0px;
}

#MainServiceContainer .DirectLink_1 .Link3 {
    background-position: -125px 0px;
}

#MainServiceContainer .DirectLink_1 .Link4 {
    background-position: -173px 0px;
}

#MainServiceContainer .DirectLink_1 .Link1:hover {
    background-position: -28px -18px;
}

#MainServiceContainer .DirectLink_1 .Link2:hover {
    background-position: -77px -18px;
}

#MainServiceContainer .DirectLink_1 .Link3:hover {
    background-position: -125px -18px;
}

#MainServiceContainer .DirectLink_1 .Link4:hover {
    background-position: -173px -18px;
}

#MainServiceContainer .DirectLink_2 .Link {
    background: #fff url(../images/MainServiceHeader_2.jpg) no-repeat;
}

#MainServiceContainer .DirectLink_2 .Link1 {
    background-position: 1px 0px;
}

#MainServiceContainer .DirectLink_2 .Link2 {
    background-position: -48px 0px;
}

#MainServiceContainer .DirectLink_2 .Link3 {
    background-position: -96px 0px;
}

#MainServiceContainer .DirectLink_2 .Link4 {
    background-position: -144px 0px;
    width: 55px;
}

#MainServiceContainer .DirectLink_2 .Link1:hover {
    background-position: 1px -18px;
}

#MainServiceContainer .DirectLink_2 .Link2:hover {
    background-position: -48px -18px;
}

#MainServiceContainer .DirectLink_2 .Link3:hover {
    background-position: -96px -18px;
}

#MainServiceContainer .DirectLink_2 .Link4:hover {
    background-position: -144px -18px;
}

/*業務專區 END*/

#FooterContainer {
    clear: both;
    padding-top: 15px;
    background: #e7e7e7;
    /*border-top: 1px solid #FFFFFF;*/
}

#Footer {
    margin: 0 auto;
    width: 1002px;

}

#Footer .FooterSec_1Container {
    margin: 5px 15px 10px 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ffffff;
}

#Footer .FooterSec_1Container .Sec_1 {
    font-size: 12px;
    color: #464648;
    float: left;
    margin-top: 10px;
}

#Footer .FooterSec_1Container .Sec_1 .Mail_icon {
    padding: 0 25px 0 0;
    background: url(../images/Mail_icon.gif) no-repeat right 1px;
}

#Footer .FooterSec_1Container .Sec_1 .ServiceGuide_icon {
    padding: 0 18px 0 0;
    background: url(../images/ServiceGuide_icon.gif) no-repeat right 1px;
    margin-right: 5px;
}

#Footer .FooterSec_1Container .Sec_1 .WebPhone_icon {
    padding: 0 18px 0 0;
    background: url(../images/WebPhone_icon.gif) no-repeat right 1px;
    margin-left: 5px;
}

.marginTop20 {
    margin-top: 20px;
}

#Footer .FooterSec_1Container .Sec_1 p {
    margin-bottom: 15px;
}

#Footer .FooterSec_1Container .Sec_1 .Location {
    margin-right: 5px;
    padding: 2px 17px 2px 10px;
    background: #ffffff url(../images/Location_BG_arrow.jpg) no-repeat right center;
    border: 1px solid #dcdcdc;
    font-size: 11px;
    border-radius: 3px;
}

#Footer .FooterSec_1Container .Sec_2 {
    float: right;
    margin-top: 10px;
    background-color: #fff;
    padding: 8px 8px 8px 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 54%;
}

#Footer .FooterSec_1Container .Sec_2 a img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

#Footer .FooterSec_1Container .Sec_2 li {
    float: left;
	margin-left: 3px;
	padding-left: 8px;
	border-left: 1px solid #cbcbcb;
}

#Footer .FooterSec_1Container .Sec_2 li:first-child {	
	border-left: 0px;
	margin-left: 0px;
	padding-left: 0px;
}
#Footer .FooterSec_1Container .Sec_2 .intro {
    width: 65px;
    margin: 0px 0px 0px 10px;
}

#Footer .FooterSec_1Container .Sec_2 li .intro a {
    text-align: center;
    padding-left: 15px;
    background: url(../images/Question_Icon.png) no-repeat 0px 2px;
    color: #038c00;
    font-size: 11px;
}

#Footer .FooterSec_1Container .Sec_2 li .intro a:hover {
    color: #707070;
}

#Footer .FooterSec_2Container {
    margin: 0px 15px 0px 15px;
    padding-bottom: 10px;
}
#Footer .FooterSec_2Container .Sec_1 {
    color: #464648;
    float: left;
}
#Footer .FooterSec_2Container .Sec_1 p {
    margin-bottom: 10px;
}
#Footer .FooterSec_2Container .Sec_1 p a {
    color: #464648;
    text-decoration: none;
}

#Footer .FooterSec_2Container .Sec_1 p a:hover {
    color: #038c00;
}

#Footer .FooterSec_2Container .Sec_1 p .divide {
    margin: 0px 5px;
}

#Footer .FooterSec_2Container .Sec_2 {
    float: right;
}

#Footer .FooterSec_2Container .Sec_2 .A_Plus {
    float: right;
}

#Footer .FooterSec_2Container .Sec_2 .Traffic {
    float: right;
    font-size: 12px;
    color: #464648;
    margin-right: 15px;
    margin-top: 20px;
}

.DateTime {
    width: 150px;
    margin: 25px auto;
}

ul.ServiceMainNav .Nav1,
ul.ServiceMainNav .Nav2,
ul.ServiceMainNav .Nav3,
ul.ServiceMainNav .Nav4,
ul.ServiceMainNav .Nav5,
ul.ServiceMainNav .Nav6 {
    float: left;
    width: 190px;
    height: 31px;
    text-indent: -999px;
    overflow: hidden;
    margin: 3px 6px;
    border-bottom: 1px solid #e2d3d3;
}

ul.ServiceMainNav .Nav1 {
    background: url(../images/MenuService01.jpg) no-repeat;
}

ul.ServiceMainNav .Nav2 {
    background: url(../images/MenuService02.jpg) no-repeat;
}

ul.ServiceMainNav .Nav3 {
    background: url(../images/MenuService03.jpg) no-repeat;
}

ul.ServiceMainNav .Nav4 {
    background: url(../images/MenuService04.jpg) no-repeat;
}

ul.ServiceMainNav .Nav5 {
    background: url(../images/MenuService05.jpg) no-repeat;
}

ul.ServiceMainNav .Nav6 {
    background: url(../images/MenuService06.jpg) no-repeat;
}

ul.ServiceMainNav .Nav1:hover {
    background: url(../images/MenuService01on.jpg) no-repeat;
}

ul.ServiceMainNav .Nav2:hover {
    background: url(../images/MenuService02on.jpg) no-repeat;
}

ul.ServiceMainNav .Nav3:hover {
    background: url(../images/MenuService03on.jpg) no-repeat;
}

ul.ServiceMainNav .Nav4:hover {
    background: url(../images/MenuService04on.jpg) no-repeat;
}

ul.ServiceMainNav .Nav5:hover {
    background: url(../images/MenuService05on.jpg) no-repeat;
}

#QuickMenu {
    z-index: 99999;
    position: relative;
    top: 736px;
    left: 863px;
    width: 83px;
    height: 602px;
    margin-top: -602px;
}

#QuickMenu img {
    display: block;
}

#QuickMenu .Content {
    width: 81px;
    min-height: 560px;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
}

ul.QuickNav .Nav1,
ul.QuickNav .Nav2,
ul.QuickNav .Nav3,
ul.QuickNav .Nav4,
ul.QuickNav .Nav5,
ul.QuickNav .Nav6,
ul.QuickNav .Nav7,
ul.QuickNav .Nav8,
ul.QuickNav .Nav9 {
    float: left;
    width: 69px;
    height: 61px;
    text-indent: -999px;
    overflow: hidden;
    margin: 0px 6px;
    border-bottom: 1px solid #dfdfdf;
}

ul.QuickNav .Nav1 {
    background: url(../images/QuickMenu_001.jpg) no-repeat;
}

ul.QuickNav .Nav2 {
    background: url(../images/QuickMenu_002.jpg) no-repeat;
}

ul.QuickNav .Nav3 {
    background: url(../images/QuickMenu_003.jpg) no-repeat;
}

ul.QuickNav .Nav4 {
    background: url(../images/QuickMenu_004.jpg) no-repeat;
}

ul.QuickNav .Nav5 {
    background: url(../images/QuickMenu_005.jpg) no-repeat;
}

ul.QuickNav .Nav6 {
    background: url(../images/QuickMenu_006.jpg) no-repeat;
}

ul.QuickNav .Nav7 {
    background: url(../images/QuickMenu_007.jpg) no-repeat;
}

ul.QuickNav .Nav8 {
    background: url(../images/QuickMenu_008.jpg) no-repeat;
}

ul.QuickNav .Nav9 {
    background: url(../images/QuickMenu_009.jpg) no-repeat;
}

ul.QuickNav .Nav1:hover {
    background: url(../images/QuickMenu_001on.jpg) no-repeat;
}

ul.QuickNav .Nav2:hover {
    background: url(../images/QuickMenu_002on.jpg) no-repeat;
}

ul.QuickNav .Nav3:hover {
    background: url(../images/QuickMenu_003on.jpg) no-repeat;
}

ul.QuickNav .Nav4:hover {
    background: url(../images/QuickMenu_004on.jpg) no-repeat;
}

ul.QuickNav .Nav5:hover {
    background: url(../images/QuickMenu_005on.jpg) no-repeat;
}

ul.QuickNav .Nav6:hover {
    background: url(../images/QuickMenu_006on.jpg) no-repeat;
}

ul.QuickNav .Nav7:hover {
    background: url(../images/QuickMenu_007on.jpg) no-repeat;
}

ul.QuickNav .Nav8:hover {
    background: url(../images/QuickMenu_008on.jpg) no-repeat;
}

ul.QuickNav .Nav9:hover {
    background: url(../images/QuickMenu_009on.jpg) no-repeat;
}

/*News*/

#NewsHeader {
    margin-bottom: 10px;
}

#QuickMenuContainer {
    float: left;
    margin-right: 23px;
}

#ShoppingContainer {
    float: left;
    margin-right: 23px;
}

#AdBannerContainer {
    float: left;
    width: 215px;
    height: 288px;
    background: url(../images/AdBanner.jpg) no-repeat 0 0;
    position: relative;
}

#GovBannerContainer {
    float: left;
    margin-right: 23px;
}

#InvestmentContainer {
    float: left;
    margin-right: 23px;
}

#RelatedBannerContainer {
    float: left;
}

#InnerBodyContainer {
    background: #e7e7e7;
    padding: 0 0 20px;
    /*節慶版*/
    /*background: url(../images/national_day/content_bg_index.png) center 0 no-repeat;*/
}

#InnerBody {
    width: 1002px;
    margin: 0 auto;
    /*節慶版時關閉*/
    /*background:url(../images/InnerBodyBG.jpg) no-repeat center top;*/
}

#InnerBodyContent {
    width: 980px;
    margin: 0 auto;
    background: #fff url(../images/MainContentInner_2BG.jpg) no-repeat right bottom;
    min-height: 560px;
}

#LocalNavContainer {
    padding: 20px;
    padding-top: 0px;
    /*******無障礙*******/
    float: left;
}

#LocalNav {
    width: 232px;
}

#LocalNav .LocalNavBG_Top {
    background: url(../images/LocalNavAreaBG_Top.png) no-repeat bottom center;
    width: 232px;
    height: 5px;
}

#LocalNav .LocalNavAreaBG_BTM {
    background: url(../images/LocalNavAreaBG_BTM.png) no-repeat top center;
    width: 232px;
    height: 7px;
}

#LocalNav .LocalNavBG_BodyContainer {
    background: url(../images/LocalNavAreaBG_Body.png) repeat-y;
}

#LocalNav .LocalNavBG_Body {
    width: 224px;
    margin: 0 auto;
}

#LocalNav .LocalNavBG_Body .LocalNavGraphic img {
    display: block;
}

#LocalNav .LocalNavBG_Body .LocalNavTopic {
    padding: 15px;
    color: #fff;
    text-shadow: 0px -1px 2px #000;
    font-size: 16px;
    font-weight: 700;
    background: #01731c url(../images/LocalNavTopicBG.jpg) repeat-x;
}

#LocalNav .LocalNavBG_Body .LocalNavTopic a {
    color: #fff;
}

#LocalNav .LocalNavBG_Body .LocalNavTopic a:hover {
    color: #ffec1c;
}

#MainContainer {
    padding: 20px 0px 20px 0px;
    padding-top: 0px;
    /*******無障礙*******/
    float: left;
}

#Main {
    width: 680px;
}

#Main h1 {
    font-size: 28px;
    font-weight: bold;
    color: #535353;
    line-height: 28px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 3px solid #eee;
}

#Main h1 .CurrentTitle {
    margin-left: 10px;
    padding-left: 10px;
    background: url(../images/h1_Divide.jpg) no-repeat 0px 3px;
    font-weight: normal;
    font-size: 26px;
}

#Main h2 {
    font-size: 28px;
    font-weight: bold;
    color: #535353;
    line-height: 28px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 3px solid #eee;
}

#Main h2 .CurrentTitle {
    margin-left: 10px;
    padding-left: 10px;
    background: url(../images/h1_Divide.jpg) no-repeat 0px 3px;
    font-weight: normal;
    font-size: 26px;
}

#Main #Section_2 {
    margin-bottom: 30px;
}

.BackToPrev a {
    display: inline-block;
    padding: 0 0 0 27px;
    height: 22px;
    line-height: 22px;
    background: url(../images/BackToPrev.png) no-repeat;
    font-size: 15px;
    font-weight: 700;
    color: #535353;
    margin: -15px 0 15px 0;
}

.BackToPrev a:hover {
    color: #000;
}

#Main #Section_2 #Breadcrumbs {
    float: left;
    width: 570px;
    color: #b8b2ae;
}

#Main #Section_2 #Breadcrumbs .HomeBTN {
    background: url(../images/Breadcrumbs_Home.gif) no-repeat left center;
    padding-left: 15px;
}

#Main #Section_2 #Breadcrumbs a {
    color: #959595;
}

#Main #Section_2 #Breadcrumbs a:hover {
    color: #038c00;
}

#Main #Section_2 #Breadcrumbs .current {
    color: #038c00;
}

#Main #Section_2 #ShareNav {
    float: right;
}

#Main #Section_2 #ShareNav a {
    margin-left: 5px;
}

#Main #Section_2 #ShareNav a img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

#Contents {
    color: #434343;
}

#Contents p {
    line-height: 180%;
    margin: 0 0 20px 0;
}

#ContentsContainer .ImgFloLeft {
    float: left;
    margin: 0px 20px 20px 0px;
}

#ContentsContainer .ImgFloRight {
    float: right;
    margin: 0px 0px 20px 20px;
}

#ContentsContainer .ImgNote {
    text-align: right;
    font-size: 11px;
    color: #9e9e9e;
}

#ContentsContainer h4 {
    color: #038c00;
    font-size: 16px;
    line-height: 190%;
}

#ContentsContainer #Contents .article {
    word-wrap: break-word;
    word-break: normal;
}

#ContentsContainer #Contents .article b {
    line-height: 190%;
}

#ContentsContainer #Contents .article p {
    line-height: 190%;
    margin: 0 0 20px 0px;
}

#ContentsContainer #Contents .article ol {
    list-style-type: decimal;
    padding-left: 25px;
}

#ContentsContainer #Contents .article ul {
    list-style-type: disc;
    padding-left: 25px;
}

#ContentsContainer .SubTopic {
    font-size: 17px;
    font-weight: 700;
    border-bottom: 2px solid #038c00;
    padding-bottom: 5px;
    margin-bottom: 20px;
    line-height: 140%;
}

#ContentsContainer .DL_Style01 {
    line-height: 180%;
}

#ContentsContainer .DL_Style01 dl {
    margin: 0px 0px 20px 0px;
}

#ContentsContainer .DL_Style01 dl dt {
    color: #038c00;
    font-weight: 700;
}

#ContentsContainer .DL_Style01 dl dd {
    padding-left: 20px;
}

#ContentsContainer .DL_Style01 dl dl dt {
    color: #000;
}

#ContentsContainer .DL_Style01 dl dl dd {
    padding-left: 42px;
}

#ContentsContainer p.Align_R {
    text-align: right;
}

#ContentsContainer .Signature {
    font: 17px "標楷體";
    font-weight: 700;
    padding-top: 20px;
}

#LeaderContainer .Photo {
    float: left;
    margin: 0px 20px 20px 0px;
}

#LeaderContainer .Photo img {
    width: 292px;
}

#LeaderContainer .Intro {
    float: left;
    margin: 0px 0px 20px 0px;
    width: 365px;
}

#LeaderContainer .Intro .Name {
    margin-bottom: 20px;
}

#LeaderContainer .Intro .Name .Chinese {
    font-size: 18px;
    font-weight: 700;
    margin-right: 5px;
}

#LeaderContainer .Intro .Name .Eng {
    font-size: 16px;
    color: #959595;
}

#LeaderContainer .Intro .Name em {
    font-size: 12px;
    color: #313131;
    margin-top: 5px;
    display: block;
}

#LeaderContainer .Intro .Brief strong {
    font-weight: 700;
}

#LeaderContainer .Intro .Brief strong span.ColorGN {
    color: #038c00;
}

#LeaderContainer .Intro .Brief p {
    line-height: 170%;
}

.TableStyle_01 {
    border: 1px solid #dcdcdc;
    border-bottom: none;
    border-right: none;
}

.TableStyle_01 td {
    padding: 10px;
    border-bottom: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    margin: 0px;
}

.TableStyle_01 .Title {
    background: #eee;
    font-weight: 700;
}

.TableStyle_03 {
    border: 1px solid #d5d6dc;
}

.TableStyle_03 th,
.TableStyle_03 td {
    padding: 10px;
    border-left: 1px solid #fff;
    vertical-align: top;
}

.TableStyle_03 th:first-child,
.TableStyle_03 td:first-child {
    border-left: 0px;
}

.TableStyle_03 th {
    background: #e8e8e8;
    font-weight: 700;
}

.TableStyle_03 .odd td {
    background: #eee;
}

h2.CateSubTitle {
    padding: 5px 0 10px 15px;
    border-bottom: 1px solid #ebebeb;
    font-size: 18px;
    color: #464646;
    background: url(../images/TitleIcon_002.jpg) no-repeat 0 0;
}

.FileDownBox {
    background: #e7e7e7;
    border: 1px solid #d2d2d2;
    padding: 5px 5px 5px 0px;
    margin-bottom: 10px;
}

.FileDownBox .FileDown {
    float: left;
    width: 334px;
}

.FileDownBox .FileType {
    float: left;
    margin: 0px 10px;
}

.FileDownBox .Info {
    float: left;
    background: #fff;
    width: 267px;
    min-height: 50px;
    position: relative;
}

#Contents .FileDownBox .FileName {
    max-width: 150px;
    margin: 5px;
    line-height: 1.3em;
}

.FileDownBox .FileName a {
    color: #009ae9;
    font-weight: 700;
    display: block;
}

.FileDownBox .FileName a:hover {
    color: #fcb631;
}

.FileDownBox .FileSize {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #f1f1f1;
    padding: 2px 10px;
    font-size: 13px;
    border-radius: 3px;
}

.FileDownBox .FileSize a {
    color: #666;
}

#CompanyInfoContainer .HeaderGraphic {
    margin-bottom: 20px;
}

#CompanyInfoContainer .Brief {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 180%;
}

#CompanyInfoContainer .article .topic {
    color: #038c00;
    font-size: 24px;
    font-weight: 700;
    padding: 10px 0px;
    background: url(../images/Topic_BG01.jpg) no-repeat left top;
    line-height: 160%;
}

#CompanyInfoContainer .article_1 .topic {
    color: #038c00;
    font-size: 24px;
    font-weight: 700;
    padding: 10px 0px;
    background: url(../images/Topic_BG01.jpg) no-repeat left top;
    line-height: 160%;
}

#CompanyInfoContainer .CompanyInfo_img002 {
    float: right;
    margin: 0px 0px 15px 15px;
}

#CompanyInfoContainer #CompanyInfo_3 {
    margin-bottom: 20px;
}

#CompanyInfoContainer #CompanyInfo_3 li {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    float: left;
}

#CompanyInfoContainer #CompanyInfo_3 li .Info {
    padding: 185px 10px 0px 20px;
}

#CompanyInfoContainer #CompanyInfo_3 li .List_1 {
    background: url(../images/CompanyInfo_img003_1.jpg) no-repeat top center;
}

#CompanyInfoContainer #CompanyInfo_3 li .List_2 {
    background: url(../images/CompanyInfo_img003_2.jpg) no-repeat center top;
}

#CompanyInfoContainer #CompanyInfo_3 li .List_3 {
    background: url(../images/CompanyInfo_img003_3.jpg) no-repeat center top;
}

#CompanyInfoContainer #CompanyInfo_3 li .List_4 {
    background: url(../images/CompanyInfo_img003_4.jpg) no-repeat center top;
}

#CompanyInfoContainer #CompanyInfo_3 li .List_5 {
    background: url(../images/CompanyInfo_img003_5.jpg) no-repeat center top;
}

#CompanyInfoContainer #CompanyInfo_3 li .List_6 {
    background: url(../images/CompanyInfo_img003_6.jpg) no-repeat center top;
}

#CompanyInfoContainer .CompanyInfo_4 {
    width: 680px;
    height: 360px;
    display: block;
    text-indent: -9999px;
    background: url(../images/CompanyInfo_img004.jpg) no-repeat center top;
    margin-bottom: 20px;
}

#CompanyInfoContainer #CompanyInfo_5 {
    margin-bottom: 20px;
}

#CompanyInfoContainer #CompanyInfo_5 li {
    width: 31%;
    display: inline-block;
    vertical-align: top;
    float: left;
    text-indent: -9999px;
    margin: 0px 15px 20px 0px;
}

#CompanyInfoContainer #CompanyInfo_5 li .Info {
    width: 214px;
    height: 91px;
}

#CompanyInfoContainer #CompanyInfo_5 li .List_1 {
    background: url(../images/CompanyInfo_img005_1.jpg) no-repeat left center;
}

#CompanyInfoContainer #CompanyInfo_5 li .List_2 {
    background: url(../images/CompanyInfo_img005_2.jpg) no-repeat left center;
}

#CompanyInfoContainer #CompanyInfo_5 li .List_3 {
    background: url(../images/CompanyInfo_img005_3.jpg) no-repeat left center;
}

#CompanyInfoContainer #CompanyInfo_5 li .List_4 {
    background: url(../images/CompanyInfo_img005_4.jpg) no-repeat left center;
}

#CompanyInfoContainer #CompanyInfo_5 li .List_5 {
    background: url(../images/CompanyInfo_img005_5.jpg) no-repeat left center;
}

#CompanyInfoContainer #CompanyInfo_5 li .List_6 {
    background: url(../images/CompanyInfo_img005_6.jpg) no-repeat left center;
}

#CompanyInfoContainer .CompanyInfo_6info {
    padding: 15px 95px 15px 75px;
    margin-bottom: 30px;
    background: #eee url(../images/CompanyInfo_img006_2.jpg) no-repeat 10px center;
    display: inline-block;
}

#CompanyInfoContainer #CompanyInfo_7 {
    margin-bottom: 20px;
}

#CompanyInfoContainer #CompanyInfo_7 li {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    float: left;
    margin: 0px 0px 15px 0px;
}

#CompanyInfoContainer #CompanyInfo_7 li .Info {
    width: 185px;
    height: 340px;
    margin: 0 auto;
    border: 5px solid #eee;
    padding: 10px;
}

#CompanyInfoContainer #CompanyInfo_7 li .Info .topic {
    background: none;
    border-bottom: 1px solid #dcdada;
    padding: 5px 0px;
    font-size: 20px;
    margin-bottom: 10px;
}

#CompanyInfoContainer #CompanyInfo_7 li .Info .persons {
    background: url(../images/CompanyInfo_img007_1.jpg) no-repeat left bottom;
    padding: 40px 0px 0px 35px;
    margin: 10px;
}

#CompanyInfoContainer #CompanyInfo_7 li .Info .persons .times,
#CompanyInfoContainer #CompanyInfo_7 li .Info .persons .units,
#CompanyInfoContainer #CompanyInfo_7 li .Info .department_2 .times,
#CompanyInfoContainer #CompanyInfo_7 li .Info .department_2 .units {
    font-size: 15px;
    font-weight: 700;
    margin-right: 5px;
}

#CompanyInfoContainer #CompanyInfo_7 li .Info .persons .numbers,
#CompanyInfoContainer #CompanyInfo_7 li .Info .department_2 .numbers {
    font-size: 25px;
    font-weight: 700;
    margin-right: 5px;
}

#CompanyInfoContainer #CompanyInfo_7 li .Info p {
    border-top: 1px solid #dcdada;
    padding: 10px 0px 0px 0px;
}

#CompanyInfoContainer #CompanyInfo_7 li .Info .department_1 {
    background: url(../images/CompanyInfo_img007_2.jpg) no-repeat center center;
    padding: 32px;
    margin: 10px;
}

#CompanyInfoContainer #CompanyInfo_7 li .Info .department_2 {
    background: url(../images/CompanyInfo_img007_3.jpg) no-repeat left bottom;
    padding: 40px 0px 0px 80px;
    margin: 10px;
}

#CompanyInfoContainer #CompanyInfo_8 .Box {
    padding: 10px 10px 10px 220px;
}

#CompanyInfoContainer #CompanyInfo_8 .Info_1 {
    background: url(../images/CompanyInfo_img008_1.jpg) no-repeat 38px center;
}

#CompanyInfoContainer #CompanyInfo_8 .Info_2 {
    background: url(../images/CompanyInfo_img008_2.jpg) no-repeat 0px center;
}

#CompanyInfoContainer #CompanyInfo_8 .Info_3 {
    background: url(../images/CompanyInfo_img008_3.jpg) no-repeat 35px center;
}

#CompanyInfoContainer #CompanyInfo_8 .textContain {
    border-left: 1px solid #cac8c8;
    padding: 0px 0px 0px 20px;
}

.MapContainer {
    width: 380px;
    height: 490px;
    position: relative;
    background: url(../images/Map.png) no-repeat center center;
    float: left;
    margin: 0px 0px 0px 0px;
}

.sweet-tooltip {
    display: block;
    text-indent: -9999px;
    width: 28px;
    height: 28px;
}

.House_Icon {
    background: url(../images/House_icon.png) no-repeat center center;
}

.ATM_Icon {
    background: url(../images/ATM_icon.png) no-repeat center center;
}

.MailBox_Icon {
    background: url(../images/MailBox_icon.png) no-repeat center center;
}

.Ecpost_Icon {
    background: url(../images/ecpost_icon.png) no-repeat center center;
}

.MapContainer .position_1 {
    position: absolute;
    top: 25px;
    left: 35px;
}

.MapContainer .position_2 {
    position: absolute;
    top: 90px;
    left: 25px;
}

.MapContainer .position_3 {
    position: absolute;
    top: 195px;
    left: 50px;
}

.MapContainer .position_4 {
    position: absolute;
    top: 50px;
    left: 260px;
}

.MapContainer .position_5 {
    position: absolute;
    top: 45px;
    left: 290px;
}

.MapContainer .position_6 {
    position: absolute;
    top: 55px;
    left: 205px;
}

.MapContainer .position_7 {
    position: absolute;
    top: 81px;
    left: 259px;
}

.MapContainer .position_8 {
    position: absolute;
    top: 89px;
    left: 173px;
}

.MapContainer .position_9 {
    position: absolute;
    top: 80px;
    left: 212px;
}

.MapContainer .position_10 {
    position: absolute;
    top: 115px;
    left: 285px;
}

.MapContainer .position_11 {
    position: absolute;
    top: 126px;
    left: 184px;
}

.MapContainer .position_12 {
    position: absolute;
    top: 165px;
    left: 160px;
}

.MapContainer .position_13 {
    position: absolute;
    top: 205px;
    left: 260px;
}

.MapContainer .position_14 {
    position: absolute;
    top: 205px;
    left: 202px;
}

.MapContainer .position_15 {
    position: absolute;
    top: 200px;
    left: 130px;
}

.MapContainer .position_16 {
    position: absolute;
    top: 230px;
    left: 110px;
}

.MapContainer .position_17 {
    position: absolute;
    top: 250px;
    left: 145px;
}

.MapContainer .position_18 {
    position: absolute;
    top: 264px;
    left: 106px;
}

.MapContainer .position_19 {
    position: absolute;
    top: 310px;
    left: 225px;
}

.MapContainer .position_20 {
    position: absolute;
    top: 300px;
    left: 120px;
}

.MapContainer .position_21 {
    position: absolute;
    top: 355px;
    left: 130px;
}

.MapContainer .position_22 {
    position: absolute;
    top: 400px;
    left: 165px;
}

.LocationList {
    float: left;
    width: 140px;
    background: #ffffff;
    border-radius: 5px;
    padding: 10px;
    margin: 15px 0px 0px 0px;
}

.LocationList a {
    display: block;
    color: #707070 !important;
    /*text-align: center;*/
    margin: 0 8px 2px 0;
    padding: 0 0 0 15px;
    background: url(../images/RoundIcon.png) no-repeat left 50%;

    float: left;
}

.LocationList a:hover {
    color: #038c00 !important;
}

.pagination_1 {
    text-align: center;
    display: block;
    margin: 30px 0px;
}

.pagination_1 a {
    padding: 5px;
    color: #038c00;
    background: #fff;
    border: 1px solid #adf4aa;
}

.pagination_1 a:hover {
    color: #fff;
    background: #038c00;
    border: 1px solid #adf4aa;
}

.pagination_1 a.disable {
    color: #999;
    background: #fff;
    border: 1px solid #bfbfbf;
}

.pagination_1 a.disable:hover {
    color: #999;
    background: #fff;
    border: 1px solid #bfbfbf;
}

.pagination_1 a.current {
    color: #fff;
    background: #038c00;
    border: 1px solid #adf4aa;
}

#MainContainer_Fullwidth {
    padding: 20px;
    padding-top: 0px;
    /*******無障礙*******/
}

#Main_Fullwidth h1 {
    font-size: 28px;
    font-weight: bold;
    color: #535353;
    line-height: 28px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 3px solid #eee;
}

#Main_Fullwidth h1 .CurrentTitle {
    margin-left: 10px;
    padding-left: 10px;
    background: url(../images/h1_Divide.jpg) no-repeat 0px 3px;
    font-weight: normal;
    font-size: 26px;
}

#Main_Fullwidth h2 {
    font-size: 28px;
    font-weight: bold;
    color: #535353;
    line-height: 28px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 3px solid #eee;
}

#Main_Fullwidth h2 .CurrentTitle {
    margin-left: 10px;
    padding-left: 10px;
    background: url(../images/h1_Divide.jpg) no-repeat 0px 3px;
    font-weight: normal;
    font-size: 26px;
}

#Main_Fullwidth #Section_2 {
    margin-bottom: 30px;
}

#Main_Fullwidth #Section_2 #Breadcrumbs {
    float: left;
    width: 700px;
    color: #b8b2ae;
}

#Main_Fullwidth #Section_2 #Breadcrumbs .HomeBTN {
    background: url(../images/Breadcrumbs_Home.gif) no-repeat left center;
    padding-left: 15px;
}

#Main_Fullwidth #Section_2 #Breadcrumbs a {
    color: #959595;
}

#Main_Fullwidth #Section_2 #Breadcrumbs a:hover {
    color: #038c00;
}

#Main_Fullwidth #Section_2 #Breadcrumbs .current {
    color: #038c00;
}

#Main_Fullwidth #Section_2 #ShareNav {
    float: right;
}

#Main_Fullwidth #Section_2 #ShareNav a {
    margin-left: 5px;
}

#Main_Fullwidth #Section_2 #ShareNav a img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

#SiteMapContainer .SiteMap_Section {
    margin-bottom: 15px;
    clear: both;
}

#SiteMapContainer .SiteMap_Section h3.Title {
    background: #2cb02a;
    color: #fff;
    padding: 3px 15px 0;
    height: 39px;
    line-height: 39px;
    font-size: 17px;
    margin: 0 0 15px 0;
    border-radius: 3px;
}

#SiteMapContainer .SiteMap_Section h3.Title a {
    color: #fff;
}

#SiteMapContainer .SiteMap_Section h3.Title a:hover {
    color: #fc9a31;
}

#SiteMapContainer .SiteMap_Section ul.SiteMapList {
    width: 260px;
    margin: 0px 10px 20px 10px;
    background: #f5f4f4;
    padding: 15px;
    border-radius: 3px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    *float: left;
    vertical-align: top;
}

#SiteMapContainer .SiteMap_Section ul.SiteMapList h5 a {
    border-bottom: 1px dotted #e8e8e8;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-top: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    background: none;
    color: #038c00;
}

#SiteMapContainer .SiteMap_Section ul.SiteMapList h5 a:hover {
    color: #fc9a31;
}

#SiteMapContainer .SiteMap_Section ul.SiteMapList li {
    clear: both;
    float: left;
    position: relative;
}

#SiteMapContainer .SiteMap_Section ul.SiteMapList a {
    margin: 10px 0;
    display: block;
    color: #666666;
    padding-left: 15px;
    background: url(../images/RoundIcon.png) no-repeat 0 4px;
}

#SiteMapContainer .SiteMap_Section ul.SiteMapList a:hover {
    color: #fc9a31;
}

.Li_BorderBTM ul li {
    border-bottom: 1px solid #dcdcdc;
    padding: 5px 0px;
}

.Li_BorderBTM ul li:last-child {
    border-bottom: none !important;
}

.BackToTop_2 {
    display: block;
    background: #eee;
    border-radius: 5px;
    margin: 15px 0px;
    position: relative;
    height: 35px;
}

.BackToTop_2 a,
.article .BackToTop_2 a {
    padding: 0 0 0 15px;
    background: url(../images/bullet_top.png) no-repeat 0 3px;
    font-size: 0.9em;
    color: #727171;
    margin: 4px 0 0 0 !important;
    position: absolute;
    top: 5px;
    right: 15px;
    line-height: 1em;
}

.BackToTop_2 a:hover {
    color: #038c00;
}

#MainAdOverView li {
    background: #eee url(../images/MainAdShadow.jpg) no-repeat bottom center;
    padding-bottom: 45px;
    overflow: hidden;
    clear: both;
    display: inline-block;
}

#MainAdOverView li a {
    color: #535353;
    cursor: pointer;
}

#MainAdOverView li:hover a {
    color: #038c00;
}

#MainAdOverView li .Info {
    display: block;
    width: 216px;
    padding: 20px;
}

#MainAdOverView li .Info h2 {
    font-size: 22px;
    line-height: 130%;
    margin-bottom: 15px;
}

#MainAdOverView li .Info p {
    color: #989898;
}

#MainAdOverView li .IMG img {
    width: 684px;
    display: block;
}

#MainAdSmallOverView {
    margin-right: -28px;
}

#MainAdSmallOverView li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    margin: 0 27px 27px 0;
    width: 212px;
}

#MainAdSmallOverView li a {
    color: #535353;
    background: #eee;
    display: inline-block;
    padding: 10px;
}

#MainAdSmallOverView li a:hover {
    color: #038c00;
}

#MainAdSmallOverView li a .Info {
    display: block;
}

#MainAdSmallOverView li a .Info h2 {
    font-size: 14px;
    line-height: 130%;
    margin-bottom: 10px;
}

#MainAdSmallOverView li a .IMG {
    margin-bottom: 10px;
}

#MainAdSmallOverView li a .IMG img {
    width: 191px;
    display: block;
}

#OrganizationStructure {
    width: 690px;
    height: 860px;
    position: relative;
    background: url(../images/OrganizationChartLineBG.jpg) no-repeat;
    color: #fff;
    font-size: 90%;
}

#OrganizationStructure p {
    position: absolute;
    border-radius: 5px;
    padding: 5px 10px;
    margin-bottom: 0px !important;
    line-height: 150% !important;
}

#OrganizationStructure p.BoxStyle1 {
    background: #038c00;
}

#OrganizationStructure p.BoxStyle2 {
    background: #69ab00;
}

#OrganizationStructure p.BoxStyle3 {
    background: #db6357;
    width: 80px;
}

#OrganizationStructure p.BoxStyle4 {
    background: #96c44e;
    width: 80px;
}

#OrganizationStructure p.BoxStyle5 {
    background: #e5e5e5;
    color: #434343;
    width: 100px;
}

#OrganizationStructure p.BoxStyle6 {
    background: #ff7e00;
    width: 65px;
}

#OrganizationStructure p.BoxStyle7 {
    background: #d2814c;
    width: 65px;
}

#OrganizationStructure p.pos_1 {
    top: 435px;
    left: 0px;
    width: 50px;
    text-align: center;
}

#OrganizationStructure p.pos_1 span {
    display: block;
    border-top: 1px solid #82d080;
    padding-top: 5px;
}

#OrganizationStructure p.pos_1 span:first-child {
    border-top: 0px;
    padding-top: 0px;
}

#OrganizationStructure p.pos_2 {
    top: 260px;
    left: 40px;
    width: 50px;
}

#OrganizationStructure p.pos_3 {
    top: 4px;
    left: 227px;
    width: 80px;
}

#OrganizationStructure p.pos_4 {
    top: 4px;
    left: 380px;
    width: 100px;
}

#OrganizationStructure p.pos_5 {
    top: 827px;
    left: 380px;
    width: 100px;
}

#OrganizationStructure p.pos_6 {
    top: 446px;
    left: 125px;
    width: 50px;
    text-align: center;
}

#OrganizationStructure p.pos_7 {
    top: 600px;
    left: 125px;
    width: 50px;
}

#OrganizationStructure p.pos_8 {
    top: 63px;
    left: 227px;
}

#OrganizationStructure p.pos_9 {
    top: 63px;
    left: 380px;
    width: 100px;
}

#OrganizationStructure p.pos_10 {
    top: 150px;
    left: 227px;
}

#OrganizationStructure p.pos_11 {
    top: 120px;
    left: 380px;
}

#OrganizationStructure p.pos_12 {
    top: 176px;
    left: 380px;
}

#OrganizationStructure p.pos_13 {
    top: 325px;
    left: 227px;
}

#OrganizationStructure p.pos_14 {
    top: 236px;
    left: 380px;
}

#OrganizationStructure p.pos_15 {
    top: 295px;
    left: 380px;
}

#OrganizationStructure p.pos_16 {
    top: 354px;
    left: 380px;
}

#OrganizationStructure p.pos_17 {
    top: 413px;
    left: 380px;
}

#OrganizationStructure p.pos_18 {
    top: 507px;
    left: 227px;
}

#OrganizationStructure p.pos_19 {
    top: 472px;
    left: 380px;
}

#OrganizationStructure p.pos_20 {
    top: 530px;
    left: 380px;
}

#OrganizationStructure p.pos_21 {
    top: 593px;
    left: 227px;
}

#OrganizationStructure p.pos_22 {
    top: 591px;
    left: 380px;
}

#OrganizationStructure p.pos_23 {
    top: 709px;
    left: 227px;
}

#OrganizationStructure p.pos_24 {
    top: 650px;
    left: 380px;
}

#OrganizationStructure p.pos_25 {
    top: 707px;
    left: 380px;
}

#OrganizationStructure p.pos_26 {
    top: 767px;
    left: 380px;
}

#OrganizationStructure p.pos_27 {
    top: 330px;
    left: 576px;
}

#OrganizationStructure p.pos_28 {
    top: 397px;
    left: 576px;
}

#OrganizationStructure p.pos_29 {
    top: 511px;
    left: 576px;
}

#OrgnizationDepartment ul {
    list-style-type: none !important;
    padding-left: 0px !important;
}

#OrgnizationDepartment .Navi {
    width: 690px;
}

#OrgnizationDepartment .Navi li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    margin: 0 10px 10px 0;
}

#OrgnizationDepartment .Navi li a {
    border: 1px solid #545454;
    background: url(../images/Gradient_Style03.jpg) repeat-x #545454 bottom;
    width: 180px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-shadow: 0px -1px 2px #000;
    display: block;
    padding-left: 35px;
    border-radius: 3px;
    position: relative;
}

#OrgnizationDepartment .Navi li a:hover,
#OrgnizationDepartment .Navi li a.current {
    border: 1px solid #038c00;
    background: url(../images/Gradient_Style03_on.jpg) repeat-x #038c00 bottom;
}

#OrgnizationDepartment .Navi li a i {
    position: absolute;
    top: 8px;
    left: 6px;
    width: 23px;
    height: 22px;
    display: block;
}

#OrgnizationDepartment .Navi li a.Nav_1 i {
    background: url(../images/Branch_Icon_1.png) no-repeat;
}

#OrgnizationDepartment .Navi li a.Nav_2 i {
    background: url(../images/Branch_Icon_2.png) no-repeat;
}

#OrgnizationDepartment .Navi li a.Nav_3 i {
    background: url(../images/Branch_Icon_3.png) no-repeat;
}

#OrgnizationDepartment .Navi li a.Nav_4 i {
    background: url(../images/Branch_Icon_4.png) no-repeat;
}

#OrgnizationDepartment .Navi li a.Nav_5 i {
    background: url(../images/Branch_Icon_5.png) no-repeat;
}

#OrgnizationDepartment .Navi li a.Nav_6 i {
    background: url(../images/Branch_Icon_6.png) no-repeat;
}

#OrgnizationDepartment .Navi li a.Nav_7 i {
    background: url(../images/Branch_Icon_7.png) no-repeat;
}

#OrgnizationDepartment .Navi li a.Nav_8 i {
    background: url(../images/Branch_Icon_8.png) no-repeat;
}

#OrgnizationDepartment .Navi li a.Nav_9 i {
    background: url(../images/Branch_Icon_9.png) no-repeat;
}

#OrgnizationDepartment .Navi li a.Nav_10 i {
    background: url(../images/Branch_Icon_10.png) no-repeat;
}

#OrgnizationDepartment .Navi li a.Nav_11 i {
    background: url(../images/Branch_Icon_11.png) no-repeat;
}

#OrgnizationDepartment .Navi li a.Nav_12 i {
    background: url(../images/Branch_Icon_12.png) no-repeat;
}

#OrgnizationDepartment .Navi li a.Nav_13 i {
    background: url(../images/Branch_Icon_13.png) no-repeat;
}

#OrgnizationDepartment .Navi li a.Nav_14 i {
    background: url(../images/Branch_Icon_14.png) no-repeat;
}

#OrgnizationDepartment .Navi li a.Nav_15 i {
    background: url(../images/Branch_Icon_15.png) no-repeat;
}

#OrgnizationDepartment .Content li {
    border-top: 1px solid #d2d2d2;
    padding: 15px;
    overflow: hidden;
}

#OrgnizationDepartment .Content li:first-child {
    border-top: 0px;
}

#OrgnizationDepartment .Content li span {
    display: block;
    float: left;
    width: 600px;
}

#OrgnizationDepartment .Content li .hd {
    border-right: 1px solid #d2d2d2;
    padding: 0 15px 0 0;
    margin-right: 15px;
    color: #038c00;
    font-weight: 700;
    width: 17px;
}

.faq-list {
    margin: 0 0 30px;
}

.faq-btn {
    display: block;
    padding: 10px 40px 10px 35px;
    border: 1px solid #eee;
    background: url(../images/bg_article-lista.png) repeat-x #eee;
    border-radius: 5px;
    line-height: 160%;
    position: relative;
    float: left;
    cursor: pointer;
    margin: 0 0 10px;
    font-size: 85%;
    width: 610px;
}

.faq-btn:hover {
    color: #038c00;
}

.faq-btn h3 {
    font-weight: 400;
    font-size: 14px;
}

.faq-content {
    padding: 10px 35px;
    float: left;
    position: relative;
    line-height: 160%;
}

.faq-list .on .icon-arrow {
    background: url(../images/icon-faqArrow-on.png) no-repeat;
}

.faq-list .over .icon-arrow,
.faq-list a:hover {
    opacity: 0.7;
}

.faq-list .icon-arrow {
    width: 22px;
    height: 22px;
    display: inline-block;
    background: url(../images/icon-faqArrow.png) no-repeat;
    position: absolute;
    top: 10px;
    right: 10px;
}

.faq-list .icon-questions {
    width: 22px;
    height: 22px;
    display: inline-block;
    background: url(../images/icon-questions.png) no-repeat;
    position: absolute;
    top: 10px;
    left: 10px;
}

.faq-list .icon-answer {
    width: 22px;
    height: 22px;
    display: inline-block;
    background: url(../images/icon-answer.png) no-repeat;
    position: absolute;
    top: 10px;
    left: 10px;
}



/*************************************************消息-上方4則廣告輪撥版本************************************************************/

.topNews-slider {
    background: url(../images/bg-sliderkit-btm.png) center bottom no-repeat;
    padding: 0 0 27px;
}

.page-controls {
    padding: 0 0 20px;
}

.page-controls-inner {
    background: url(../images/bg-pageControls-inner.png) repeat-x #f5f5f5;
    border: 1px solid #ddd;
    padding: 12px 10px;
    position: relative;
    overflow: hidden;
}

.grid-pager {
    float: left;
}

.sort-method-buttons {
    float: right;
    position: absolute;
    top: 0;
    right: 0;
}

.sort-method-buttons li {
    position: relative;
    float: left;
}

.sort-method-buttons a {
    border-left: 1px solid #ddd;
    padding: 12px 10px 12px 20px;
    display: block;
    color: #424242;
    background: url(../images/icon-sortMethodA.png) 8px 16px no-repeat;
}

.sort-method-buttons a:hover,
.sort-method-buttons .current {
    color: #038c00;
    background: url(../images/icon-sortMethodAhover.png) 9px 16px no-repeat;
}

.msg-list {
    line-height: 180%;
}

.msg-list li a {
    display: block;
    border-bottom: 1px solid #d9d9d9;
    padding: 15px 30px 0;
}

.msg-list .Date {
    color: #038c00;
    margin: 0 0 5px;
}

.msg-list .Topic {
    color: #434343;
    font-size: 18px;
    margin: 0 0 10px;
    position: relative;
}

.Topic .label {
    padding: 0 0 0 10px;
    vertical-align: middle;
}

.msg-list a:hover .Topic {
    color: #038c00;
}

.msg-list .Thumbs {
    color: #7c7c7c;
    font-size: 15px;
    padding: 0 0 15px;
}

/**********************************************消息-上方4則廣告輪撥版本 END***************************************************************/

.ConditionSearchContainer {
    padding: 10px 0px;
    margin: 10px 0px 20px;
    border-bottom: 1px solid #ebebeb;
    overflow: hidden;
}

.ConditionSearchContainer .Form {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 290px;
    border-right: 1px solid #adf4aa;
    margin-right: 10px;
    padding-right: 10px;
}

.ConditionSearchContainer span,
.ConditionSearchContainer select,
.ConditionSearchContainer .Submit_1,
.ConditionSearchContainer input {
    vertical-align: middle !important;
}

.ConditionSearchContainer span.Title {
    font-weight: 700;
}

.ConditionSearchContainer select {
    padding: 2px;
    width: 140px;
    min-width: 140px;
}

.ConditionSearchContainer .Submit_1 {
    text-indent: -9999px;
    background: url(../images/QuickSearchBTN.jpg) no-repeat left center;
    display: inline-block;
    width: 65px;
    height: 23px;
    border: 0px;
    cursor: pointer;
    margin-left: 5px;
    float: right;
}

.ConditionSearchContainer .Submit_1:hover {
    opacity: 0.85;
    filter: alpha(opacity=85);
}

.ConditionSearchContainer .sec_1 {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #adf4aa;
    text-align: right;
}

.ConditionSearchContainer .sec_2 {
    text-align: right;
}

.ConditionSearchContainer select,
.ConditionSearchContainer input {
    color: #626262;
}

.ConditionSearchContainer select {
    border: 1px solid #d2d2d2;
}

input.input_style01 {
    padding: 2px;
    border: 1px solid #d2d2d2;
    font: 14px/18px "微軟正黑體", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.ConditionSearchContainer_2 {
    font-size: 13px;
    background: #e2ffe1;
    border: 1px solid #adf4aa;
    border-radius: 3px;
    padding: 10px;
    margin: 0px 0px 20px;
}

.ConditionSearchContainer_2 .Form {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 290px;
    border-right: 1px solid #adf4aa;
    margin-right: 10px;
    padding-right: 10px;
}

.ConditionSearchContainer_2 span,
.ConditionSearchContainer_2 select,
.ConditionSearchContainer_2 .Submit_1,
.ConditionSearchContainer_2 input {
    vertical-align: middle !important;
}

.ConditionSearchContainer_2 .Submit_1 {
    text-indent: -9999px;
    background: url(../images/QuickSearchBTN.jpg) no-repeat left center;
    display: inline-block;
    width: 65px;
    height: 23px;
    border: 0px;
    cursor: pointer;
    margin-left: 5px;
}

.ConditionSearchContainer_2 .Submit_1:hover {
    opacity: 0.85;
}

.ConditionSearchContainer_2 .sec_1 {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #adf4aa;
    text-align: right;
}

.ConditionSearchContainer_2 .sec_2 {
    text-align: right;
}

.ConditionSearchContainer_2 select,
.ConditionSearchContainer_2 input {
    color: #626262;
}

/*******************首頁新聞列表***********************/

#NewsListContainer {
    width: 680px;
    float: left;
    margin-right: 20px;
}

#NewsListContainer .hd {
    overflow: hidden;
    border-bottom: 1px solid #eaeaea;
    padding: 0 0 10px 15px;
    background: url(../images/TitleIcon_001.jpg) no-repeat 0 0;
}

#NewsListContainer .hd h2 {
    float: left;
    font-size: 120%;
    color: #464646;
}

#NewsListContainer .hd .More a {
    float: right;
    width: 30px;
    height: 11px;
    display: block;
    background: url(../images/MoreIcon_001.png) no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    margin-top: 5px;
}

#NewsListContainer .hd .More a:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;
}

#NewsListContainer .content dl {
    border-bottom: 1px dashed #dcdcdc;
    padding: 10px 0px 10px 10px;
    overflow: hidden;
    clear: both;
}

#NewsListContainer .content dl dd {
    float: left;
    display: block;
    width: 565px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #636363;
    margin-right: 5px;
}

#NewsListContainer .content dl dd:hover {
    color: #038c00;
}

#NewsListContainer .content dl dd span.Cate {
    color: #4791b4;
    padding-left: 10px;
    background: url(../images/List_Icon_02.png) no-repeat 0 5px;
    font-weight: 700;
    margin-right: 10px;
}

#NewsListContainer .content dl dd a {
    color: #636363;
}

#NewsListContainer .content dl dd a:hover {
    color: #038c00;
}

#NewsListContainer .content dl dd.FileType {
    width: 25px;
    text-align: center;
}

#NewsListContainer .content dl dd.FileSize {
    width: 55px;
    color: #636363;
}

/********************首頁新聞列表 END**********************/

#ContentsContainer #Contents .Topic_Style01 {
    color: #4f549b;
    font-weight: 700;
    background: url(../images/Topic_Style01.jpg) no-repeat left 2px;
    padding-left: 18px;
    font-size: 1.05em;
    margin-bottom: 20px;
    display: block;
    line-height: 1.3em;
}

#ContentsContainer #Contents .Topic_Style02 {
    color: #ff7e00;
    font-weight: 700;
    background: url(../images/Topic_Style02.png) no-repeat left center;
    padding-left: 18px;
    font-size: 1.05em;
    margin-bottom: 15px;
    display: block;
}

#ContentsContainer #Contents .Topic_Style02_noBlock {
    color: #ff7e00;
    font-weight: 700;
    background: url(../images/Topic_Style02.png) no-repeat left center;
    padding-left: 18px;
    font-size: 1.05em;
    margin-bottom: 15px;
    display: inline-block;
}

#ContentsContainer #Contents .Topic_Style03 {
    color: #666666;
    font-weight: 700;
    background: url(../images/Topic_Style03.png) no-repeat left center;
    padding-left: 18px;
    font-size: 1.05em;
    margin-bottom: 15px;
    display: block;
}

#ContentsContainer #Contents .Topic_Style03_noBlock {
    color: #666666;
    font-weight: 700;
    background: url(../images/Topic_Style03.png) no-repeat left center;
    padding-left: 18px;
    font-size: 1.05em;
    margin-bottom: 15px;
}

#ContentsContainer #Contents .Topic_Style04 {
    color: #666666;
    background: url(../images/Topic_Style04.jpg) no-repeat left center;
    padding-left: 18px;
}

.PrintInput {
    background: #eee;
    clear: both;
    margin: 15px 0 0;
    padding: 15px;
    text-align: center;
}

.PrintInput a {
    border: 1px solid #222222;
    background: #333333;
    background: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#333333));
    background: -webkit-linear-gradient(top, #666666, #333333);
    background: -moz-linear-gradient(top, #666666, #333333);
    background: -ms-linear-gradient(top, #666666, #333333);
    background: -o-linear-gradient(top, #666666, #333333);
    background-image: -ms-linear-gradient(top, #666666 0%, #333333 100%);
    padding: 3px 15px;
    box-shadow: rgba(255, 255, 255, 0.4) 0 0px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    vertical-align: middle;
}

.PrintInput a:hover {
    text-shadow: #222222 0 1px 0;
    background: #222222;
    background: -webkit-gradient(linear, left top, left bottom, from(#555555), to(#222222));
    background: -webkit-linear-gradient(top, #555555, #222222);
    background: -moz-linear-gradient(top, #555555, #222222);
    background: -ms-linear-gradient(top, #555555, #222222);
    background: -o-linear-gradient(top, #555555, #222222);
    background-image: -ms-linear-gradient(top, #555555 0%, #222222 100%);
}

.BTN_List_Style02 .Header {
    border-bottom: 3px solid #038c00;
    font-size: 17px;
    font-weight: 700;
    color: #038c00;
    padding: 10px 0;
}

.BTN_List_Style02 .Header a {
    color: #626262;
}

.BTN_List_Style02 .Header a:hover {
    color: #038c00;
}

.BTN_List_Style02 .Content {
    background: #eee;
    padding: 5px;
}

.BTN_List_Style02 .BTN_List a {
    padding: 5px 50px 5px 10px !important;
    width: 92px;
    background: #fff url(../images/BTN_BG02.jpg) repeat-x bottom !important;
    border: 1px solid #bfc0c5 !important;
    border-radius: 3px !important;
    margin: 5px;
    line-height: 20px;
    min-height: 40px;
    display: inline-block !important;
    *display: inline !important;
    zoom: 1;
    vertical-align: top;
    color: #434343;
    font-size: 14px;
    font-weight: 700 !important;
    position: relative !important;
}

.BTN_List_Style02 .BTN_List a:hover {
    background: #038c00 url(../images/BTN_BG02_color.jpg) repeat-x bottom !important;
    border: 1px solid #04b500 !important;
    color: #fff;
}

.BTN_List_Style02 .BTN_List a .Icon {
    width: 32px;
    height: 32px;
    background: url(../images/Arrow_icon_02s.png) no-repeat center center;
    position: absolute;
    top: 10px;
    right: 10px;
}

.BTN_List_Style02 .BTN_List a:hover .Icon {
    background: url(../images/Arrow_icon_02s_white.png) no-repeat center center;
}

.ResultStats {
    padding: 3px 10px;
    background: #eee;
    margin-bottom: 0px !important;
}

.ResultStats span {
    margin: 0 3px;
}

.TableStyle_02 {
    border: 1px solid #adf4aa;
}

.TableStyle_02 th {
    background: #2cb02a;
    border-right: 1px solid #adf4aa;
    border-bottom: 1px solid #adf4aa;
    padding: 10px;
    color: #fff;
}

.TableStyle_02 th.last {
    border-right: none;
}

.TableStyle_02 .hd_2,
.TableStyle_02 .odd .hd_2 {
    background: #ffead3;
}

.TableStyle_02 td {
    border-left: 1px solid #fff;
    padding: 10px;
    border-bottom: 1px dotted #c9c9c9;
}

.TableStyle_02 td:first-child {
    border-left: 0px;
}

.TableStyle_02 .odd td {
    background: #f2f2f2;
}

.TableStyle_02 td.Last {
    border-bottom: none;
}

.TableStyle_02 .BorderRight {
    border-right: 1px solid #dcdcdc;
}

.Hot_Keyword .RedHighLight {
    margin-right: 10px;
}

.Hot_Keyword a {
    margin: 0 5px 0 0;
}

.PrivacyPolicy {
    background: #e8ebe6;
    padding: 15px;
    border-radius: 5px;
}

.PrivacyPolicy .img_1 {
    float: right;
    margin: -26px -5px 0px 20px;
}

.megaMapList {
    float: left;
    width: 200px;
}

.megaMapList .SubNav {
    width: 200px !important;
}

.article dl {
    margin-top: 10px;
}

.article dl dt {
    padding-left: 20px;
    margin-bottom: 10px;
    background: url(../images/Topic_Style03.png) no-repeat left .2em;
    color: #666;
    font-weight: 700;
}

.article dl dd {
    padding-left: 20px;
    margin-left: 20px;
    margin-bottom: 10px;
    background-image: url(../images/ListIcon_002.jpg);
    background-repeat: no-repeat;
    background-position: 3px 9px;
}

#Mobilemenu-mainService,
nav.navbar,
#MainServicesContainer,
#News_horizontalTab,
#OrganizationStructure-mobile,
nav #Logo a.Logo_link,
.sb-navbar {
    display: none;
}

#slides {
    position: relative;
}

.MoreWrap {
    position: absolute;
    right: 8px;
    bottom: 8px;
    z-index: 10;
}

.MoreWrap a.More {
    width: 20px;
    height: 20px;
    display: block;
    background: #e5e5e5 url(../images/MainAdMore.jpg) no-repeat 0px 0px;
    border: 1px solid #b9b9b9;
    line-height: 999px;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    border-radius: 3px;
}

.MoreWrap a.More:hover,
.MoreWrap a.More:active {
    background-position: -21px 0;
}



.ConditionSearchContainer_2 {
    font-size: 1em;
    background: #e2ffe1;
    border: 1px solid #adf4aa;
    border-radius: 3px;
    padding: 10px;
    margin: 0px 0px 20px;
}

.ConditionSearchContainer_2 .Form {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 290px;
    border-right: 1px solid #adf4aa;
    margin-right: 10px;
    padding-right: 10px;
}

.ConditionSearchContainer_2 span,
.ConditionSearchContainer_2 select,
.ConditionSearchContainer_2 .Submit_1,
.ConditionSearchContainer_2 input {
    vertical-align: middle !important;
}

.ConditionSearchContainer_2 .Submit_1 {
    text-indent: -9999px;
    background: url(../images/QuickSearchBTN.jpg) no-repeat left center;
    display: inline-block;
    width: 65px;
    height: 23px;
    border: 0px;
    cursor: pointer;
    margin-left: 5px;
}

.ConditionSearchContainer_2 .Submit_1:hover {
    opacity: 0.85;
    filter: alpha(opacity=85);
}

.ConditionSearchContainer_2 .sec_1 {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #adf4aa;
    text-align: right;
}

.ConditionSearchContainer_2 .sec_2 {
    text-align: right;
}

.ConditionSearchContainer_2 select,
.ConditionSearchContainer_2 input {
    color: #626262;
}

.ConditionSearchContainer_2 li,
.ConditionSearchContainer_2 .input-group {
    vertical-align: middle;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
}

.ConditionSearchContainer_2 .input-group {
    padding-right: 20px;
    margin-right: .5em;
}

.ConditionSearchContainer_2 .icon-calendar {
    position: absolute;
    top: 1px;
    right: 0;
    margin: 0;
}


.excStaff-mod {
    background: url(../images/bg-excellentMod.jpg) no-repeat #eee;
    padding: 225px 15px 20px;
    width: 650px;
    position: relative;
}

.excStaff-list {
    background: #eee;
    border: 1px solid #ccc;
    overflow: auto;
    margin: 0 0 20px;
    height: 420px;
    position: relative;
    z-index: 10;
}

.excStaff-list ul {
    position: relative;
    top: 1px;
}

.excStaff-list li {
    background: url(../images/bg-excStaffli.jpg) left 115% repeat-x #fff;
    padding: 15px;
    position: relative;
    float: left;
    width: 179px;
    height: 180px;
    border: 1px solid #e5e5e5;
    border-left: 0;
    margin: -1px 0 0 0;
}

.excStaff-list a {
    position: relative;
    text-decoration: none;
    color: #222;
    line-height: 150%;
    display: block;
}

.excStaff-list a:hover {
    color: #038c00;
}

.excStaff-list a:before {
    position: absolute;
    top: 135px;
    right: 0;
    background: url(../images/icon-excStaffarrow.png);
    width: 10px;
    height: 6px;
    content: "";
}

.excStaff-list .img,
.block-img .img {
    height: 120px;
    margin: 0 auto 10px;
    position: relative;
    display: block;
}

.excStaff-list .img img {
    min-height: 120px;
}

.excStaff-list .name {
    font-weight: 700;
    font-size: 1.07em;
}

.excStaff-list .office {
    font-size: .85em;
}

.excStaff-content {
    padding: 0 15px 15px;
    background: #fff;
    border: 1px solid #ccc;
    overflow: auto;
    height: 340px;
    position: relative;
    line-height: 180%;
}

.excStaff-section {
    margin: 0 0 2em;
    min-height: 350px;
}

.section-hd {
    color: #038c00;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    padding: 15px 0 10px;
    margin: 0 0 10px;
    font-size: 1.14em;
}

.section-content-hd {
    font-weight: 700;
    color: #54940f;
}

.excStaff-list img,
.section-img img {
    max-height: 120px;
    max-width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.section-img {
    padding: 15px 0;
}

.section-img .img {
    margin: 0 15px 0 0;
    float: left;
    width: 100px;
    height: 120px;
    position: relative;
    border: 1px solid #ccc;
    background: #f7f7f6;
}

.section-img .lifePhoto {
    height: 120px;
    margin: 0 auto 10px;
    position: relative;
    display: block;
}

.section-img .lifePhoto img {
    width: 180px;
}

.excStaff-left,
.excStaff-right {
    position: absolute;
    top: 15px;
    width: 180px;
    height: 240px;
    z-index: 1;
    overflow: hidden;
}

.excStaff-left {
    left: 15px;
}

.excStaff-right {
    right: 15px;
}

.excStaff-slider {
    width: 195px;
}

.ContentBoxContainer {
    width: 724px;
    margin: 0 auto;
}

.ContentBox_top {
    width: 724px;
    height: 30px;
    display: block;
    background: url(../images/ContentBox_BGtop.jpg) no-repeat;
}

.ContentBox_btm {
    width: 724px;
    height: 30px;
    display: block;
    background: url(../images/ContentBox_BGbtm.jpg) no-repeat;
}

.ContentBox_md {
    background: url(../images/ContentBox_BGmd.jpg) repeat-y;
    display: inline-block;
    padding: 0 20px;
    overflow: hidden;
}

.ContentBox_md .GraphicImg {
    display: block;
    float: left;
    width: 230px;
    margin-right: 20px;
}

.ContentBox_md .GraphicImg img {
    width: 230px;
}

.ContentBox_md .LinksContainer {
    display: block;
    float: left;
    width: 400px;
}

.ContentBox_md .LinksContainer .List_BTN_Style3 {
    width: 400px;
}

.List_BTN_Style3 {
    width: 725px;
}

.List_BTN_Style3 ul {
    list-style-type: none !important;
    padding-left: 0px !important;
}

.List_BTN_Style3 li {
    margin: 0 0px 10px 0;
}

.List_BTN_Style3 li a {
    display: block;
    padding: 5px 25px 5px 35px;
    border: 1px solid #eee;
    background: url(../images/bg_article-lista.png) repeat-x #eee;
    border-radius: 3px;
    line-height: 160%;
    position: relative;
    font-size: 100%;
    font-weight: 400;
    color: #535353;
    text-decoration: none;
}

.List_BTN_Style3 .icon-arrow,
.List_BTN_Style3 li a:hover {
    opacity: 0.7;
}

.List_BTN_Style3 li a:hover {
    color: #009ae9;
}

.List_BTN_Style3 li a:visited {
    color: #392277;
}

.List_BTN_Style3 li a .hd {
    font-weight: 700;
    color: #69ab00;
    margin-right: 10px;
}

.List_BTN_Style3 .icon-arrow {
    width: 15px;
    height: 15px;
    display: inline-block;
    background-image: url(../images/Topic_Style02.png);
    background-position: no-repeat;
    position: absolute;
    top: 8px;
    left: 10px;
}

.List_BTN_Style3 .icon-arrow2 {
    width: 8px;
    height: 13px;
    display: inline-block;
    background-image: url(../images/ArrowIcon_3.png);
    background-position: no-repeat;
    position: absolute;
    top: 10px;
    right: 10px;
}

.web20 {
    font-family: "微軟正黑體";
    font-size: 1em;
    font-weight: bold;
    color: #333;
    float: left;
    height: auto;
    width: 100%;
    padding-bottom: 10px;
    padding-right: 156px;
}

/************ Header 節慶專區 Start ************/

.header_festival {
    float: left;
    color: #ff7800!important;
    font-size: 0.96em;
}

.header_festival:hover {
    color: #e91d26;
}

.HeaderNav_Nav_fix a {
    margin: 0 0 0 17px!important;
}

.FontSizeContainer_fix .Header {
    margin: 0px 5px 0px 17px !important;
}

/************ Header 節慶專區 End ************/

/************ 網路問卷 ************/

.survey-mod-pos {
    float: left;
    width: 680px;
}

.survey-mod {
    padding: 4px 6px;
    background: #f0f0f0;
    line-height: 1.6em;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #ddd;
    border-radius: 4px;
    position: relative;
}

.survey-mod-dec {
    background: url(../images/bg-surveyModdec.png);
    width: 111px;
    height: 36px;
    display: block;
    position: absolute;
    top: -23px;
    left: 50%;
    margin: 0 0 0 -55px;
    z-index: 10;
}

.survey-mod-inner {
    background: url(../images/bg-surveyitem.png);
    border: 1px solid #ddd;
    border-bottom: 1px solid #bbb;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    min-height: 500px;
    padding: 20px;
}

.survey-header {
    padding: .3em 8px;
    color: #545454;
    border-bottom: 1px solid #69ad00;
    font-weight: 700;
    font-size: .928em;
}

.survey-number,
.survey-name,
.survey-item {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    padding: 0 1em 0 0;
}

.survey-number {
    width: 30px;
    text-align: center;
    margin: 0 0 0 -.5em;
}

.survey-list .item .survey-number {
    border-right: 1px solid #ccc;
    margin: 5px 10px 0 0;
    width: 30px;
    padding: 0;
    line-height: 1em;
    text-align: center;
    color: #888;
}

.survey-name {
    width: 240px;
}

.survey-name .heading {
    font-size: 1.28em;
}

.survey-item {
    width: 315px;
    padding: 0;
}

.survey-mod-text {
    text-align: center;
    padding: 0 0 1.4em;
    box-shadow: 0 1px 0 #fff;
}

.survey-mod-text .heading {
    color: #0ac;
    font-size: 1.5em;
    line-height: 1.3em;
    display: block;
    padding: .5em;
}

.survey-mod-text .hd {
    color: #f60;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0 0 .2em;
}

.survey-mod-hd {
    background: url(../images/bg-surveymodhd.png) repeat-x #f0f0f0;
    padding: .7em 1em;
    border: 1px solid #ddd;
    border-bottom: 1px solid #2CB02A;
    box-shadow: 0 1px 0 #fff;
    letter-spacing: 1px;
    text-shadow: 0 1px 0 #fff;
}

.survey-mod-hd h3 {
    font-size: 1.142em;
}

.survey-mod-bd {
    padding: .5em 2em 1em;
    border-top: 1px solid #ddd;
    background: url(../images/bg-surveyitem.png);
}

.survey-mod-bd label {
    vertical-align: middle;
    margin: 0 1em 0 0;
}

.survey-mod-bd input {
    vertical-align: middle;
}

.survey-mod-content {
    padding: 0;
}

.survey-mod .link-row {
    text-align: right;
    padding: .5em 0 1em;
}

.survey-mod .btn-row {
    padding: 1em 0;
    text-align: center;
    background: #f8f8f8;
    border-top: 1px solid #ddd;
    box-shadow: 0 1px 0 #fff inset;
}

.survey-complete {
    text-align: center;
    color: #038c00;
    font-size: 1.285em;
    font-weight: 700;
    margin: 0 auto 1.5em;
}

.icon-surveyComplete {
    background: url(../images/icon-surveyComplete.png);
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto 1.5em;
}

.survey-mod .link-row .btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: .5em 1em;
    margin-bottom: 0;
    *margin-left: .3em;
    line-height: 1em;
    color: #555;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #ccc;
    *border: 0;
    border-radius: 4px;
    font-size: .928em;
    font-weight: 700;
    background: #ffffff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
    background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}

.survey-mod .link-row .btn:hover {
    color: #333;
}

.survey-mod .btn-row .btn {
    padding: 4px 15px;
    border: 1px solid #aaa;
    background: url(../images/bg-recruitBtn.png) repeat-x left bottom #fff;
    cursor: pointer;
    font-size: .857em;
    margin: 0 5px;
    font-weight: 700;
    border-radius: 4px;
    color: #444;
}

.survey-mod .btn-row .btn:hover {
    padding: 4px 15px;
    border: 1px solid #aaa;
    background: #ddd;
    cursor: pointer;
    font-size: .857em;
}

.survey-history-menu li {
    background: url(../images/icon-surveyMenuli.png) 0 2px no-repeat;
    padding: 0 0 .5em 20px;
    margin: 0 0 .3em;
    display: block;
    font-size: 1.142em;
}

.survey-history-menu li a {
    line-height: 1.3em;
}

.survey-list .item {
    padding: 1em 0;
    border-bottom: 1px solid #ddd;
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 100%;
    box-shadow: 0 1px 0 #fff, 0 1px 0 #fff inset;
    background: transparent;
}

.survey-list .item:hover {
    box-shadow: none;
}

.survey-list .title {
    position: relative;
    padding: 0 100px 0 30px;
    display: block;
    font-size: 1.142em;
    font-weight: 700;
}

.survey-list .title a {
    color: #038c00!important;
}

.survey-list .title a:hover {
    color: #fc9a31!important;
}

.survey-list .number {
    position: absolute;
    top: 5px;
    left: 0;
    font-size: .928em;
    border-right: 1px solid #ccc;
    width: 20px;
    text-align: center;
    line-height: 1em;
    color: #999;
}

.survey-list .view-results {
    position: absolute;
    top: 11px;
    right: 80px;
}

.survey-list .old-qus {
    position: absolute;
    top: 10px;
    right: 0;
}

.survey-list .view-results .btn,
.survey-list .old-qus .btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 2px 10px;
    margin-bottom: 0;
    *margin-left: .3em;
    line-height: 20px;
    color: #fff!important;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background: #2a2;
    border: 1px solid #2a0;
    *border: 0;
    *zoom: 1;
    border-radius: 4px;
    font-size: .928em;
}

.survey-list .old-qus .btn {
    background: none;
    border: 1px solid #ccc;
    color: #555!important;
}

.survey-list .view-results .btn:hover,
.survey-list .old-qus .btn:hover {
    opacity: 0.7;
}

.graph {
    float: left;
    background-color: #cecece;
    position: relative;
    width: 280px;
    padding: 0;
    margin: -2px 0 0;
}

.graph .bar {
    display: block;
    position: relative;
    background-image: url(../images/bargraph.gif);
    background-position: right center;
    background-repeat: repeat-x;
    border-right: #538e02 1px solid;
    text-align: center;
    color: #fff;
    height: 25px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .857em;
    line-height: 1.9em;
}

.graph .bar span {
    position: absolute;
    left: 1em;
}

.graph-mod {
    padding: .5em 0;
}

.graph-mod .hd {
    float: left;
    width: 100px;
    padding: 0 1em 0 0;
}

/************ 網路問卷 End ************/

/* 無障礙使用 */

.input-label {
    display: none;
}

.hyperlink-txt {
    display: none;
}

/* end of 無障礙 */

/*-法定公開揭露事項-本公司兼任法律顧問及法律諮詢委員-*/
.rwd-law-table {
    display: none;
}

/*-檔案應用服務區首頁-*/
.website-link-rwd {
    display: none;
}

/*檔案應用外部顧客滿意度問卷調查*/
.btn_list {
    text-align: center;
}

.back_btn {
    display: inline-block;
    padding: 10px 6%;
    margin: 2%;
    background: #ccc;
    border-radius: 3px;
    color: #333;
}

.rwd_cont{
    display: none;
}
.sub_table {
    border: 1px solid #ddd;
    margin: 2%;
    width: 96%;
}
.sub_table tr th{
    background: #f1efef;
}
.sub_table tr th,.sub_table tr td{
    border: 1px solid #ddd;
    padding: 10px;
    word-break: break-all;
}
.rwd_list {
    border: 1px solid #ddd;
    margin: 0 2%;
    width: 96%;
}
.rwd_list tr th{
    background: #f1efef;
}
.rwd_list tr th,.rwd_list tr td{
    border: 1px solid #ddd;
    padding: 10px;
    word-break: break-all;
}
.input_list {
    margin: 2% 0;
}
.rwd_list textarea{
    width: 94%;
    height: 100px;
}

/*多圖輪播*/
.rwd_kv_template {
    display: none;
}

.mobile-select-menu {
    display: none;
}

a:focus {
    outline: 3px solid #0086d8;
}
.acc-key a:focus {
	outline: 3px solid #0086d8;
	border: 0 !important;
}

/*檢舉信箱*/
.feedback {
    line-height: 1.5em;
}

.feedback p {
    color: #545454;
    padding: 0 0 15px;
}

.feedback .error,
.feedback .completed {
    text-align: center;
}

.feedback .error-pic {
    background: url(../images/img-captchaError.jpg) center top no-repeat;
    height: 180px;
}

.feedback .completed-pic {
    background: url(../images/img-feedbackCompleted.jpg) center top no-repeat;
    height: 180px;
}

.feedback .error-title,
.feedback .completed-title {
    font-size: 1.142em;
    margin: 0 0 .5em;
}

.feedback .btn-row {
    text-align: center;
    padding: 1em 0;
}

.feedback .col {
    width: auto;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.agreement {
    background: #f0fff0;
    padding: 20px 30px;
    border-radius: 10px;
    line-height: 150%;
    margin: 0 0 20px;
}

.agreement li {
    position: relative;
    display: block;
    padding: 0 0 10px 10px;
}

.agreement li li {
    padding: 5px 0 0 5px;
    clear: both;
}

.agreement .icon {
    width: 5px;
    height: 5px;
    background: #038c00;
    position: absolute;
    left: 0;
    top: 6px;
}

.agreement-heading {
    color: #038c00;
    font-size: 1.142em;
    font-weight: 700;
    padding: 0 0 10px;
    position: relative;
}

.alert {
    margin-bottom: 20px;
}

.feedback .alert {
    margin-bottom: 6px;
}

.feedback-form {
    background: url(../images/bg-feedbackForm.png) repeat-x left bottom;
    border: 1px solid #ddd;
    border-top: 3px solid #038c00;
    padding: 20px 0 40px;
}

.feedback-table th {
    text-align: right;
    padding: 5px 10px;
    vertical-align: top;
}

.feedback-table img {
    vertical-align: middle;
    padding: 2px;
    background: #eee;
    border: 1px solid #ddd;
}

.feedback-table input {
    border: 1px solid #ccc;
    padding: 3px 5px;
}

.feedback-table textarea {
    border: 1px solid #ccc;
    padding: 3px 5px;
    width: 360px;
    height: 150px;
}

.feedback-check {
    padding: 10px;
    background: #f5f5f5;
    border-radius: 5px;
    margin: 0 10px;
    display: block;
    color: #2284a5;
    font-size: .857em;
}

.feedback-check input {
    vertical-align: middle;
}

.feedback-block {
    text-align: center;
}

.feedback-table td {
    padding: 5px 10px;
    vertical-align: top;
    display:
}

.feedback-table .feedback-btn,
.feedback-btn {
    padding: 4px 15px;
    border: 1px solid #aaa;
    background: url(../images/bg-recruitBtn.png) repeat-x left bottom #fff;
    cursor: pointer;
    font-size: 1em;
    margin: 0 5px;
    border-radius: 4px;
    color: #444;
    font-weight: 700;
}

.feedback-btn:hover {
    background: #eee;
}

.field-s,
.field-m,
.field-l {
    border: 1px solid #ccc;
    padding: 2px;
    height: 17px;
}

.field-s {
    width: 80px;
}

.field-m {
    width: 160px;
}

.field-l {
    width: 350px;
}

.feedback .textarea {
    border: 1px solid #ccc;
    width: 350px;
    height: 100px;
    vertical-align: top;
}

.feedback-shadow {
    background: url(../images/bg-feedbackShadow.png) center -5px no-repeat;
    height: 30px;
    display: none;
}

.field-required {
    color: #FF2D73;
}


/*-補寄確認信-*/
section.cfmail {
    /*float: left;*/
    width: 100%;
	font-size: 1.2em;
}
.cfmail-intro {
   float: left;
    width: 92%;
    background: #f6f6f6;
    border-top: 4px solid #05b700;
    padding: 30px 4%;
}
.cfmail-intro i {
    float: left;
    width: 77px;
    margin: 0 3% 0 0;
}
.cfmail-intro i img {
 width: 100%;
}
ul.cfmail-intro-cont {
    float: left;
    width: 84%;
    line-height: 29px;
    font-size: 16px;
}
ul.cfmail-intro-cont li {
    float: left;
    width: 100%;
    margin: 6px 0;
}
ul.cfmail-intro-cont li span {
    float: left;
    width: 20px;
}
ul.cfmail-intro-cont li p {
    float: left;
    width: 95%;
}
ul.cfmail-form {
    float: left;
    width: 92%;
    padding: 30px 4%;
    background: #f6f6f6;
    margin-top: 2px;
}
ul.cfmail-form li { 
     float: left;
    width: 100%;
    margin: 0 0 20px 0;
}
.cfmail-form input {
    border: 1px solid #ccc;
    padding: 5px 5px;
    float: left;
    font-size: 15px;
}
.cfmail-form label {
      float: left;
    width: 85px;
    line-height: 32px;
    background: url(../images/cf-dot.png) center left no-repeat;
    padding-left: 16px;
}
.btn-wrap {
    display: inline-block;
    width: 100%;
    background: #f6f6f6;
    padding: 0 0 25px 0;
    text-align: center;
}
.btn-wrap input {
        background: #05b700;
    border: 0;
    padding: 9px 0;
    font-size: 15px;
    color: #fff;
    width: 110px;
}
.vf .identify-pic {
    float: left;
    width: 250px;
}
.vf .cantsee {
   text-decoration: underline;
    margin-left: 7px;
    font-size: 15px;
    background: none;
    color: #038c00 !important;
    padding: 0;
}
.vf .identify-btn {
    float: left;
    width: 309px;
    margin: 15px 0 0 0;
}
.vf .field-s {
    width: 95px;
    height: 20px !important;
}
.vf a.refresh-btn {
        text-decoration: underline;
    margin-left: 7px;
    font-size: 15px;
    line-height: 32px;
    background: none;
    color: #038c00 !important;
    padding: 0;
}