﻿.hide {
    display: none;
}

/***** RWD Style *****/
.rwd-back-pc {
    text-align: center;
    padding-bottom: 12px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
}
.rwd-back-pc a {
    display: block;
    width: 100px;
    margin: 0 auto;
    padding-left: 13px;
    background: url(../images/back_pc_icon.png) 0 2px no-repeat;
}
.rwd-back-mobile {
    text-align: center;
    padding-bottom: 12px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
    /*display: none;*/
}
.rwd-back-mobile a {
    display: block;
    width: 67px;
    margin: 0 auto;
    padding-left: 13px;
    background: url(../images/back_mobile_icon.png) 0 2px no-repeat;
}
.rwd-registration-table,
.rwd-registration-form,
.rwd-volunteer-type {
    display: none;
}
.rwdheader {
    position: fixed;
    top: 0;
    width: 100%;
    min-width: 320px;
    background: url(../images/rwd_header_bg.png) 0 0;
    z-index: 99999;
    display: none;
}

.rwdnav {
    height: 100%;
    background: #fff;
    padding-top: 59px;
}

.rwdlogo {
    background: url(../images/rwd_logo.png) 0 0 no-repeat;
    display: block;
    font-size: 0;
    width: 220px;
    height: 40px;
    float: left;
    margin: 12px 0px 0 15px;
}


/* rwd nav */

.rwdsearch {
    background: #54cb4d;
    padding: 10px;
    text-align: center;
}

.rwdsearch-textfield {
    border: 0px;
    font-size: 1rem;
    padding: 5px;
    height: 26px;
    border-radius: 0;
    vertical-align: top;
    display: inline-block;
    width: 82%;
    margin-right: -6px;  
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

.rwdsearch-btn {
    border: 0px;
    font-size: 0;
    height: 36px;
    width: 38px;
    vertical-align: top;
    display: inline-block;
    border-radius: 0;
    background: url(../images/rwd_search.png) center center no-repeat #fff;
}

.rwd-lang {
    width: 90%;
    margin: 20px auto;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
}

.rwd-lang li {
    width: 100%;
    display: block;
    /*margin-right: -4px;*/
    text-align: center;
    font-size: 18px;
}

.rwd-lang li a {
    display: block;
    padding: 10px 0 10px 20px;
    color: #666;
}

.rwd-lang li .tw {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.rwd-lang li .en {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.rwd-lang li .current {
    background: #03a200;
    color: #fff;
}

.rwd-lang li .home {
    background: url(../images/home.png) 40% 9px no-repeat;
}

.rwd-arr-close,
.rwdmisc-arr-close {
    background: url(../images/rwd_nav_arr_close.png) 96% center no-repeat;
}

.rwd-arr-open,
.rwdmisc-arr-open {
    background: url(../images/rwd_nav_arr_open.png) 96% center no-repeat;
}

.navfirst {
    border-bottom: 1px solid #e4e4e4;
}

.navsecond {
    display: none;
    background: #f4f4f4;
}

.navthird {
    display: none;
    background: #e2e2e2;
}

.navfirst-item,
.navfirst-item-current,
.navsecond-item,
.navsecond-item-current {
    border-top: 1px solid #e4e4e4;
}

.navfirst-item > a,
.navsecond-item > a,
.navthird-item > a,
.navfirst-item-current > a,
.navsecond-item-current > a,
.navthird-item-current > a {
    display: block;
    text-align: left;
    color: #555;
    padding: 15px 20px;
    font-size: 1.2rem;
    position: relative;
}

.navfirst-item-current > a {
    color: #038c00;
    font-weight: bold;
}

.navsecond-item > a {
    padding: 15px 36px;
}

.navsecond-item > a::before {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    vertical-align: top;
    border-radius: 999em;
    background-color: #aaa;
    margin: 6px 0 0 0;
    position: absolute;
    left: 25px;
}

.navsecond-item-current > a {
    padding: 15px 36px;
    color: #038c00;
    font-weight: bold;
}

.navsecond-item-current > a::before {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    vertical-align: top;
    border-radius: 999em;
    background-color: #038c00;
    margin: 6px 0 0 0;
    position: absolute;
    left: 25px;
}

.navthird-item > a {
    padding: 15px 35px 15px 42px;
    font-size: 1.1rem;
}

.navthird-item > a::before {
    content: "";
    width: 7px;
    height: 1px;
    display: inline-block;
    vertical-align: top;
    background-color: #999;
    margin: 8px 0 0 0;
    position: absolute;
    left: 30px;
}

.navthird-item-current {
    background: #ccc;
}

.navthird-item-current > a {
    color: #fff;
    padding: 15px 35px 15px 42px;
    font-size: 1.1rem;
    font-weight: bold;
    color: #038c00;
}

.navthird-item-current > a::before {
    content: "";
    width: 7px;
    height: 1px;
    display: inline-block;
    vertical-align: top;
    background-color: #038c00;
    margin: 8px 0 0 0;
    position: absolute;
    left: 30px;
}

.rwdbiz {
    background: #efefef;
    padding: 10px 10px;
}

.rwdbiz ul li {
    display: inline-block;
    margin: 10px -4px 10px 0;
    width: 24%;
}

.rwdbiz ul li a {
    font-size: 1rem;
    color: #555;
    display: block;
    text-align: center;
    padding-top: 77%;
}

.rwdbiz ul li .rwdbiz1 {
    background: url(../images/rwd_biz_icon1.png) center 0 no-repeat;
    background-size: 72%;
}

.rwdbiz ul li .rwdbiz2 {
    background: url(../images/rwd_biz_icon2.png) center 0 no-repeat;
    background-size: 72%;
}

.rwdbiz ul li .rwdbiz3 {
    background: url(../images/rwd_biz_icon3.png) center 0 no-repeat;
    background-size: 72%;
}

.rwdbiz ul li .rwdbiz4 {
    background: url(../images/rwd_biz_icon4.png) center 0 no-repeat;
    background-size: 72%;
}

.rwdbiz ul li .rwdbiz5 {
    background: url(../images/rwd_biz_icon5.png) center 0 no-repeat;
    background-size: 72%;
}

.rwdbiz ul li .rwdbiz6 {
    background: url(../images/rwd_biz_icon6.png) center 0 no-repeat;
    background-size: 72%;
}

.rwdbiz ul li .rwdbiz7 {
    background: url(../images/rwd_biz_icon7.png) center 0 no-repeat;
    background-size: 72%;
}

.rwdmisc {
    padding: 5px 0;
}

.rwdmisc li {
    border-bottom: 1px solid #ddd;
}

.rwdmisc li a {
    display: block;
    color: #555;
    text-align: center;
    padding: 12px 10px;
    font-size: 1rem;
}

.rwdmisc-locallist,
.rwdmisc-webservice,
.rwdmisc-cs {
    background: #f4f4f4;
    display: none;
}

.rwdmisc-locallist li.rwdmisc-localnews {
    width: 100%;
}

.rwdmisc-locallist li,
.rwdmisc-webservice li,
.rwdmisc-cs li {
    border-top: 1px solid #ddd;
    border-bottom: none;
}


/* rwd nav end */

.rwd-video-wrap {
    width: 100%;
    margin: 0 auto;
    display: none;
}

.rwd-video-wrap .rwd-video-item {
    float: left;
    margin: 0;
}

.rwd-video-wrap .rwd-video-item a {
    display: block;
}

.rwd-video-wrap .rwd-video-item .pic {
    width: 150px;
    height: 100px;
    margin: 0 auto 5px auto;
}

.rwd-video-wrap .rwd-video-item a img {
    width: 100%;
}

.rwd-video-header .heading {
    margin: 0 0 0 6px;
    padding: 0 0 5px;
    border-bottom: 1px solid #dfdfdf;
    display: block;
    font-size: 16px;
}

.rwd-video-wrap .slick-prev,
.rwd-video-wrap .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 40%;
    display: block;
    width: 27px;
    height: 27px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.rwd-video-wrap .slick-prev {
    background: url(../images/default.png) 0 0 no-repeat;
    left: -15px;
}

.rwd-video-wrap .slick-next {
    background: url(../images/default.png) right 0 no-repeat;
    right: -15px;
}

#ContentsContainer .rwd-video-item h4 {
    width: 86%;
    margin: 0 auto;
    max-height: inherit;
}

/*漢堡選單動效*/

.rwdburger-wrapper {
    position: relative;
    height: 59px;
    width: 78px;
    float: right;
    background: url(../images/rwd_burger_bg.png) 0 0 no-repeat;
}

.rwdburger {
    width: 28px;
    height: 20px;
    top: 18px;
    left: 33px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.rwdburger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.rwdburger span:nth-child(1) {
    top: 0px;
}

.rwdburger span:nth-child(2),
.rwdburger span:nth-child(3) {
    top: 8px;
}

.rwdburger span:nth-child(4) {
    top: 16px;
}

.rwdburger.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.rwdburger.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.rwdburger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.rwdburger.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.video-content .bx-wrapper .bx-prev {
    left: -15px;
    bottom: auto;
    top: 50%;
    background: url(../images/default.png) no-repeat 0 0;
}

.video-content .bx-wrapper .bx-next {
    right: -25px;
    bottom: auto;
    top: 50%;
    background: url(../images/default.png) no-repeat -27px 0;
}

.bx-wrapper .bx-pager {
    display: none;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    bottom: -10px;
    z-index: 10;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #ccc;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #999;
}

.sb-search .sb_input {
    padding: 5px;
    border: 1px solid #aaa;
    width: 100%;
    margin: 0 0 5px;
    box-shadow: 1px 2px 3px #ccc inset;
}

.btn-submit {
    background: #555;
    color: #fff;
    border: 0;
    padding: 6px 0;
    display: block;
    width: 100%;
}

.btn-submit:active {
    background: #888;
}

.searchOptions {
    padding: 0 0 10px;
}

.searchOptions input {
    vertical-align: middle;
    margin: 0 5px 0 0;
}

.searchOptions label {
    display: block;
    width: 100%;
    padding: 5px 0;
}

.searchOptions li {
    position: relative;
    display: inline-block;
    width: 48%;
    vertical-align: top;
}

#Logo_rwd {
    display: none;
}

#ContentsContainer #Contents .article ul.tab_post_list {
    list-style: none;
    padding: 0;
}

.tab_post_list li {
    padding: 5px 2%;
    border: 1px solid #ccc;
    width: 27%;
    float: left;
    margin: 1%;
    min-height: 45px;
}

/***** RWD Style end *****/

@media (max-width: 1267px) {
    #Footer .FooterSec_1Container {
        margin: 5px 2% 10px 2%;
        width: 95%;
    }
}

@media (max-width: 1236px) {
    #Footer .FooterSec_1Container {
        margin: 5px 2% 10px 2%;
        width: 93%;
    }
    #Footer .FooterSec_2Container {
        margin: 5px 2% 0 2%;
        width: 96%;
    }
}
@media (max-width: 1024px) {
.cs-process-tb h3 {
       margin: 35px 0 25px 0;
    padding: 0 !important;
}
    }

/*置頂圖片輪播*/

@media (max-width: 800px) {
    .cs-process-tb br {
        display: none;
    }
    .cs-process-tb .rwd_cont {
       display: inline-block;
   
}
    
    .cs-process-tb .tab_post_list li {
   padding: 5px 2%;
    border: 1px solid #ccc;
    width: 43%;
    float: left;
    margin: 1%;
    min-height: 50px;
    line-height: 25px;
}
    .cs-process-tb .rwd_list {
      margin: 40px 0;
    width: 100%;
}
    /*-安全衛生專區-職業安全衛生法-*/
    .clause-table td {
    padding: 10px 8px;
    font-size: 16px;
    line-height: 27px;
    vertical-align: top;
    border-top: 1px solid #ddd;
    vertical-align: top;
    -webkit-box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 #fff;
}
    .clause-table .hd {
    background: #f5f5f5;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #ececec;
    -webkit-box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 #fff;
    width: 86px !important;
}
    .clause-table .heading {
    font-size: 1.05em;
    background: #2cb02a;
    color: #fff;
    border-top: 0;
    text-shadow: none;
    text-align: center;
    line-height: 1.8em;
    padding: 5px 0;
}
    .RelatedContainer .ListContainer li .Inner dl {
    padding: 8px 25px 8px 25px;
    margin: 0px;
    background: url(../images/Download_Icon.jpg) no-repeat 5px 12px;
    position: relative;
    zoom: 1;
    border-bottom: 1px dotted #038c00;
    line-height: 1.5em;
}
    .RelatedContainer .Header {
    padding: 8px 15px;
    background: #038c00;
    color: #ffffff;
    font-weight: 700;
    font-size: 15px;
    display: inline-block;
    margin: 0px 0px 6px 0px;
}
    .article {
    font-size: 16px;
    line-height: 28px;
}
    .ListContainer {
    margin: 0px 0px 20px;
    font-size: 16px;
}
    .article .col_1 li a {
    padding: 17px 20px 17px 20px;
    border-top: 1px dotted #ccc;
    background: url(../images/ico_link_l.png) no-repeat 0 21px;
    box-shadow: 0 1px 0 #fff inset;
    text-shadow: 0 1px 0 #fff;
    font-size: 17px;
    color: #333333;
}
    .article-box-mod, .tenderNotice-mod {
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #dfdfdf;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin: 1em 0 2em;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: none;
    font-size: 16px;
}
    .rss-subscribeList a {
    padding: 10px 10px 10px 30px;
    background: url(../images/ShareNav_RSS.png) 10px 12px no-repeat #f0f0f0;
    display: inline-block;
    width: 110px;
    margin: 0 0 10px 0;
    color: #444;
    font-size: 16px !important;
}
    .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: 6px 0 15px 0;
}
    .MultipleImageContainer.pc_slider {
        display: none;
    }
    .photosgallery-vertical {
        width: 100%;
    }
    .photosgallery-vertical .sliderkit-nav {
        width: 290px;
    }
    .photosgallery-vertical .sliderkit-nav-clip ul li a {
        width: 270px;
    }
    .photosgallery-vertical .sliderkit-panel,
    .table-cell,
    .photosgallery-vertical .sliderkit-panel .sliderkit-panel-textbox {
        width: 494px;
    }
    .topNews-slider .sliderkit img {
        max-width: 494px;
    }
    .photosgallery-vertical .sliderkit-panel .sliderkit-panel-text p {
        line-height: 120% !important;
        padding: 0;
    }
    textarea#Q436 {
        width: 100%;
        height: 180px;
    }
    .pc_cont {
        display: none;
    }
    .rwd_cont {
        display: block;
    }
    .excStaff-list {
           overflow: inherit;
    height: initial;
    display: inline-block;
    width: 100%;
    border: 0;
    background: none;
    position: initial;
    }
    .excStaff-content {
    overflow: inherit;
    height: initial;
    display: inline-block;
    width: 100%;
    border: 0;
    background: none;
    position: initial;
    padding: 0;
            font-size: 16px;
    }
    .rwd_kv_template {
        display: block;
        /*        background: #000;*/
        padding: 10px;
    }
    .rwd_kv_template .bx-wrapper .bx-viewport {
        /*        background: #000;*/
    }
    .sliderkit-nav {
        display: none;
    }
    table {
        /*width: 98%;*/
    }
    table.DynarchCalendar-topCont {
        width: auto;
    }

    .registration-table select {
        width: 98%;
    }
    .registration-table .textarea {
        width: 98%;
    }
    .registration-table {
        display: none;
    }
    .rwd-registration-table {
        display: block;
        width: 100%;
        font-size: 16px;
    }
    .rwd-registration-table label {
        display: block;
        width: 100%;
        margin-bottom: 5px;
    }
    .rwd-registration-table ul li {
        margin: 15px 0;
    }
    .rwd-registration-table .field-s, 
    .rwd-registration-table .field-m, 
    .rwd-registration-table .field-l {
        height: auto;
        padding: 5px;
        background: #fff;
        width: 100%;
    }
    .rwd-registration-table .registration-btn,
    .rwd-registration-form .registration-btn {
        background: #3a0;
        color: #fff;
        border-radius: 0;
        width: 85px;
        margin: 0 5px;
        height: auto;
        display: inline-block;
        text-indent: 0;
        padding: 8px 0;
        font-size: 15px;
        font-family: 微軟正黑體;
        -webkit-appearance: none;
        font-weight: normal;
    }    
    .rwd-registration-table select {
        width: 98%;
    }
    .rwd-volunteer-type {
        margin-bottom: 10px;
        font-size: 15px;
    }
    .rwd-volunteer-type ul li {
        margin-left: 20px;
        display: inline-block;
    }    
    .rwd-volunteer-type ul li:first-child {
        margin-left: 0;
    } 
    .rwd-registration-form {
        font-size: 16px;
        padding: 20px 0;
    }
    .rwd-registration-form select {
        font-size: 16px;
        padding: 5px 25px 5px 5px;
        border: 1px solid #ccc;
    }    
    .rwd-registration-form li {
        padding: 10px 0;
    }    
    .rwd-registration-form .rwd-label {
        font-size: 16px;
        display: block;
        width: 100%;
        margin-bottom: 5px;
    }
    .rwd-registration-form .field-s, 
    .rwd-registration-form .field-m, 
    .rwd-registration-form .field-l {
        font-size: 16px;
        display: block;
        width: 100%;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        border-radius: 0;
        padding: 5px;
    }   
    #rwd_select_sex,
    #rwd_yyy {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #rwd_select_sex,
    #rwd_select_education,
    #rwd_select_type {
        width: 100%;
        background: url(../images/rwd_select_att.png) 99% center no-repeat #fff;
    }    
    #rwd_yyy,
    #rwd_mm,
    #rwd_dd {
        width: 32%;
        background: url(../images/rwd_select_att.png) 96% center no-repeat #fff;
    }
    .rwd_note {
        display: block;
    }
    .rwd-registration-form .rwd_Va_City,
    .rwd-registration-form .rwd_Va_City_Area {
        display: inline-block;
    }
    .rwd_row {
        margin: 15px 0;
    }
    #rwd_Va_Validity_Duration {
        width: 100px;
        display: inline-block;
    }
    .rwd_Va_Note {
        width: 100%;
        border: 1px solid #ccc;
        height: 150px;
        border-radius: 0;
        background: #fff;
        padding: 10px 2%;
    }
    #rwd_checkImange {
        width: 100px;
    }
    a.pc-slider-title {
        background: #03a200;
        color: #fff;
        padding: 10px 19px;
        float: right;
        margin: 0 0 21px 0;
    }
    .video-header,
    .video-content {
        display: none;
    }
    .rwd-video-header {
        display: block;
    }
    #InnerBodyContent {
        min-height: inherit;
    }
    .rwd-video-wrap {
        display: block;
    }
    .video-page {
        width: 94%;
        padding: 20px 0;
        height: auto;
        margin: 0 auto;
        overflow: hidden;
    }
    .video-player {
        height: auto;
    }
    .video-player-list .video-item a {
        width: auto;
        padding: 0 0 0 65px;
        display: block;
        margin: 0px;
        text-align: left;
    }
}

@media (max-width: 768px) {
    .photosgallery-vertical .sliderkit-panel,
    .table-cell,
    .photosgallery-vertical .sliderkit-panel .sliderkit-panel-textbox {
        width: 462px;
    }
    .topNews-slider .sliderkit img {
        max-width: 462px;
    }
}

@media (max-width: 730px) {
    .anythingSlider.anythingSlider-default {
        width: 96% !important;
    }
}

@media (max-width: 640px) {
    .tab_post_list li {
        width: 26%;
        min-height: 66px;
    }
    .rwd-registration-table-login {
        display: block;
    }

}

@media (max-width: 500px) {
    .tab_post_list li {
        width: 43%;
        min-height: 45px;
    }
}

@media (max-width: 480px) {
.cs-process-tb .tab_post_list li {
    padding: 11px 2%;
    border: 1px solid #ccc;
    width: 95%;
    float: left;
    margin: 0 0 15px 0;
    min-height: auto;
    line-height: 25px;
}
}


@media (max-width: 415px) {
    #ContentsContainer .video-item h4,
    .video-item h4 {
        max-height: inherit;
    }
}

@media (max-width: 390px) {
    .tab_post_list li {
        width: 95%;
        min-height: 45px;
    }
}

@media (max-width: 360px) {
    .photosgallery-vertical .sliderkit-nav {
        width: 100px;
    }
    .photosgallery-vertical .sliderkit-nav-clip ul li a {
        width: 80px;
    }
    .photosgallery-vertical .sliderkit-nav-clip .pic {
        display: none;
    }
    .photosgallery-vertical .sliderkit-panel,
    .table-cell,
    .photosgallery-vertical .sliderkit-panel .sliderkit-panel-textbox {
        width: 245px;
    }
    .topNews-slider .sliderkit img {
        max-width: 245px;
    }
    .photosgallery-vertical .sliderkit-panel .sliderkit-panel-text {
        padding: 9px 15px;
    }
    .photosgallery-vertical .sliderkit-panel .sliderkit-panel-text h4 {
        margin: 0 0 3px 0;
    }
    .photosgallery-vertical .sliderkit-panel .sliderkit-panel-text p {
        line-height: 116% !important;
        max-height: 33px;
    }
}

@media (max-width: 320px) {
    .photosgallery-vertical .sliderkit-panel,
    .table-cell,
    .photosgallery-vertical .sliderkit-panel .sliderkit-panel-textbox {
        width: 205px;
    }
    .topNews-slider .sliderkit img {
        max-width: 205px;
    }
}


/*置頂圖片輪播 end*/

/**********************************************************************************************************/

@media (max-width:61.25em) {
    #Header {
        width: 100%;
    }
    #Header_VersionContainer {
        left: -5px;
    }
    #Header_2 {
        width: 100%;
    }
    #HeaderMainMenuContainer {
        width: 100%;
    }
    #InnerBody {
        width: 100%;
    }
    #Footer {
        width: 100%;
    }
    #InnerBodyContainer {
        font-size: 1em !important;
        padding: 0;
    }
    /*msg css*/
    .video-slider {
        /*width: 100% !important;
        max-width: 100% !important;*/
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .video-slider li {
        /*width: 100% !important;
        max-width: 100% !important;*/
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #MainAdContainer {
        width: 100%;
    }
    .recruit-Slider {
        width: 100%;
    }
    #MainContentLeft {
        float: none;
        width: 100%;
        padding: 15px 0 0;
    }
    #MainContentRight {
        float: none;
        width: 100%;
        padding: 15px 0;
    }
    .msg-model .tabs {
        height: auto;
        margin: 0 0 6px;
    }
    .msg-model .tabs {
        background: #ddd;
        box-shadow: 0 -1px 0 0 #bbb inset;
    }
    .msgBanner-model {
        width: 100%;
        background: #eee;
        padding: 1em 0;
        text-align: center;
    }
    .msgVideo-bd {
        width: 100%;
    }
    .msgVideo-bd li {
        width: 24%;
    }
    .msgBanner-model a {
        width: 32.6%;
        text-align: center;
    }
    .msgBanner-model img {
        width: auto;
        height: auto;
        max-width: 100%;
    }
    .msg-model .tabs li {
        width: 20%;
        text-align: center;
    }
    .msg-model .tabs li a {
        padding: 10px 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        margin: -1px 0 0;
        box-shadow: 0 -1px 0 0 #bbb inset;
    }
    .msg-model .tabs li:nth-child(5n) a {
        border-bottom: 1px solid #fff;
        border-right: 0;
    }
    .tabs-col2 .tabs li {
        width: 50%;
    }
    .tabs-col2 .tabs li a {
        width: 100%;
    }
    .rssList-mod li {
        width: 49%;
        height: auto;
    }
    .rssList-mod {
        height: auto;
    }
    .tabs-col2 .tabs li a {
        padding: 10px 0;
    }
    .tabs-col2 .tabs li .current,
    .tabs-col2 .tabs li .current:hover {
        background: #3a0;
        padding: 10px 0;
    }
    .msg-model .tabs li .current,
    .msg-model .tabs li .current:hover {
        background: #3a0;
        padding: 10px 0;
    }
    .rssList-mod li a {
        width: 100%;
        height: auto;
    }
    .rssList-mod li:hover {
        background: none;
    }
    .rssList-mod li:nth-child(2n) {
        border-right: 0;
    }
    .msgRecruit-hd {
        background: #f2f2f2;
        padding: 15px 10px;
    }
    .msgRecruit-hd select {
        width: 100%;
        display: block;
        margin: 0 0 8px;
        border: 1px solid #ccc;
        padding: 5px;
    }
    .msg-model .tabs li .current:after {
        position: absolute;
        background: #3a0;
        height: 10px;
        width: 10px;
        bottom: -4px;
        left: 50%;
        margin: 0 0 0 -5px;
        content: " ";
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(9045deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        z-index: 5;
    }
    .msg-model .NewsList li {
        font-size: 1em;
    }
    .img-whatsRss,
    .img-htsRss,
    .img-channelRss {
        float: none;
        margin: 1em auto;
        padding: 0;
        text-align: center;
    }
    .rss-whats-col,
    .RSS-step-block,
    .rss-subscribe-col {
        float: none;
        width: 100%;
    }
    .RSS-step-block {
        padding: 0;
    }
    .rss-subscribeList {
        width: 100%;
    }
    .rss-subscribeList a {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .rss-channel,
    .rss-whats {
        padding: 0;
    }
/*    .recruit-area-bar select {
        width: 100%;
        display: block;
        margin: 0 0 8px;
        border: 1px solid #ccc;
        padding: 5px;
    }*/
    .volunteerStep-menu {
        height: auto;
        padding: 10px;
        border: 1px solid #ddd;
        border-radius: 10px;
        margin: 0 0 1em;
        background: #ffffff;
        /* Old browsers */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
        /* IE10+ */
        background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
        /* W3C */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
        /* IE6-8 */
    }
    .editStepFirst {
        padding: 0;
    }
    .field-s,
    .field-m,
    .field-l {
        height: auto;
        padding: 5px;
        background: #fff;
        font-size: 15px;
    }
    .inform {
        font-size: 1em;
    }
    .msgBox {
        width: 100%;
    }
    .video-group {
        width: 100%;
        padding: 0 0 20px;
    }
    .video-content {
        width: 100%;
    }
/*    .video-item {
        float: none;
        display: inline-block;
        width: 47%;
        vertical-align: top;
        margin: 0 1%;
    }
    .video-slider {
        height: auto;
    }
    .video-content .video-item .pic,
    .video-content .video-item .pic img {
        width: auto;
        max-width: 100%;
        height: auto;
        margin: 0 auto 5px;
    }
    .video-item a {
        width: 100%;
        text-align: center;
    }*/
    .video-content .bx-wrapper .bx-prev {
        left: -5px;
        bottom: auto;
        top: 50%;
        background: url(../images/bx_controls.png) no-repeat 0 -32px;
    }
    .video-content .bx-wrapper .bx-next {
        right: -5px;
        bottom: auto;
        top: 50%;
        background: url(../images/bx_controls.png) no-repeat -43px -32px;
    }
    .msgVideo-inner {
        border: 0;
        padding: 0;
        background: none;
    }
    .msgRecruit-btn {
        background: #3a0;
        color: #fff;
        border-radius: 4px;
        width: 60%;
        margin: 0 auto;
        height: auto;
        display: block;
        text-indent: 0;
        padding: 10px;
    }
    #slides {
        min-height: 100%;
    }
}

@media (max-width: 800px) {
    /** {
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    } */  
    .rwd-back-pc {
        display: block;
    }  
    .rwd-registration-form,
    .rwd-volunteer-type {
        display: block;
    }
    .rwd-registration-form {
        border-top: 3px solid #3a0;
    }    
    .article a:visited {
        color: #333333;
    }
    a:visited {
        color: #333333;
    }
    /*-郵政志工招募-*/
    .recruit-area-bar select {
        width: 100%;
        display: block;
        margin: 0 0 10px 0;
        border: 1px solid #ccc;
        padding: 6px 5px;
        font-size: 15px;
        font-family: 微軟正黑體;
        -webkit-appearance: none;
        font-size: 16px;
        background: url(../images/rwd_select_att.png) 95% center no-repeat #fff;
    }
    .msgRecruit-btn {
        background: #3a0;
        color: #fff;
        border-radius: 4px;
        width: 85px;
        margin: 0 auto;
        height: auto;
        display: block;
        text-indent: 0;
        padding: 8px 0;
        font-size: 15px;
        font-family: 微軟正黑體;
        -webkit-appearance: none;
    }
    /*-faq-*/
    .faq-list .icon-questions {
        width: 22px;
        height: 22px;
        display: block;
        background: url(../images/icon-questions.png) no-repeat;
        position: absolute;
        top: 13px;
        left: 10px;
    }
    .faq-list .icon-answer {
        width: 22px;
        height: 22px;
        display: block;
        background: url(../images/icon-answer.png) no-repeat;
        position: absolute;
        top: 17px;
        left: 10px;
    }
    .faq-content .PadinTop20 {
        display: none;
    }
    .faq-content .RelatedContainer .ListContainer li .Inner dl {
        padding: 5px 25px 4px 25px;
        margin: 0 0 8px 0;
        background: url(../images/Download_Icon.jpg) no-repeat 5px 10px;
        position: relative;
        zoom: 1;
        border-bottom: 1px dotted #038c00;
        line-height: 1.5em;
        font-size: 16px;
    }
    .faq-content .RelatedContainer .Header {
        padding: 3px 20px;
        background: #038c00;
        color: #ffffff;
        font-weight: 700;
        font-size: 15.5px;
        display: inline-block;
        margin: 0px 0px 8px 0px;
    }
    .faq-content .RelatedContainer {
        margin: 15px 0px;
        padding: 0 3% 0 2%;
    }
    .faq-content .article {
        font-size: 16.5px;
        line-height: 30px;
        padding: 0 0 0 2%;
        width: 98%;
    }
    .faq-content {
        padding: 14px 5% 14px 5%;
        float: left;
        width: 90%;
        position: relative;
        font-size: 15px;
        line-height: 1.8;
    }
    .faq-content #NewsInnerContainer {}
    .faq-list .icon-arrow {
        top: 14px;
        right: 16px;
    }
    .faq-btn h3 {
        font-weight: bold !important;
        font-size: 17px;
        color: #333;
        padding: 0 3% 0 2%;
    }
    .faq-btn {
        color: #4b4c4e;
        display: block;
        padding: 14px 5%;
        border: 0;
        background: #f5f5f5;
        border-radius: 5px;
        line-height: 1.3;
        position: relative;
        float: left;
        width: 90%;
        cursor: pointer;
        margin: 0 0 18px 0;
        font-size: 17px;
    }
    .faq-list {
        margin: 0 0 30px;
        float: left;
        width: 100%;
    }
    /*-檔案應用服務區首頁-*/
    .website-link-rwd {
        display: block;
    }
    #ContentsContainer #Contents .article .website-link-rwd p {
        line-height: 155%;
        margin: 0;
        font-size: 17px;
    }
    ol.file-service-index {
        font-size: 18px;
    }
    ol.file-service-index li a {
        color: #03a200 !important;
        text-decoration: underline;
    }
    ol.file-service-index li {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .website-link .loc-post-table.table-border {
        display: none;
    }
    .website-link-rwd a {
        display: inline-block;
        width: 32%;
        text-align: center;
        color: #333;
        vertical-align: top;
    }
    .website-link-rwd a span {
        min-height: 66px !important;
        display: inline-block;
        margin: 0 0 10px 0;
    }
    #ContentsContainer .article .website-link .title {
        font-weight: 700;
        color: #333;
        font-size: 22px;
    }
    /*-最新消息-*/
    .page-controls {
        padding: 0 0 20px;
        font-size: 16px;
    }
    #Contents p {
        font-size: 16px;
    }
    /*-頁數-*/
    .pagination_1 a.current {
        color: #fff;
        background: #038c00;
        border: 1px solid #038c00;
        display: inline-block;
    }
    .pagination_1 a {
        padding: 6px 9px;
        color: #333333;
        background: #ffffff;
        border: 1px solid #cacaca;
        font-size: 16px;
        margin: 0 0.5% 15px 0.5%;
        display: inline-block;
    }
    .NewsList li a .Date {
        font-size: 16px;
    }
    .NewsList li a {
        display: block;
        padding: 15px 0 0 0;
        background: none;
        border-bottom: 1px solid #d9d9d9;
    }
    /*-法定公開揭露事項-本公司兼任法律顧問及法律諮詢委員-*/
    .law-mod .hd {
        background: #f4f7e6;
        font-size: 14.5px;
        color: #333;
        padding: 10px .6em;
        border-top: 0;
        border-bottom: 0;
        font-weight: 700;
        text-align: left;
        text-shadow: none;
        /* margin-bottom: 7px; */
    }
    .law-mod td {
        font-size: 14.5px;
        line-height: 26px;
        padding: 15px .6em;
    }
    /*-basic-*/
    #Main h1 {
        line-height: 33px;
    }
    /*-file-download-*/
    #Contents .aar_cont a {
        font-size: 15.5px;
        text-decoration: underline;
        line-height: 27px;
    }
    #ContentsContainer #Contents .Topic_Style01 {
        color: #4f549b;
        font-weight: 700;
        background: url(../images/Topic_Style01.jpg) no-repeat left 6px;
        padding-left: 15px;
        font-size: 1.3em;
        margin-bottom: 15px;
        display: block;
        line-height: 1.3em;
        background-size: 8px;
    }
    #Contents .aar_cont p {
        line-height: 28px;
        margin: 0 0 6px 0;
        font-size: 15.5px;
    }
    .aar_img {
        margin: 0 0 9px 0;
    }
    #ContentsContainer #FileDownloadContainer .FileDownBox {
        background: none;
        border: 0;
        padding: 0;
        margin-bottom: 00;
    }
    #ContentsContainer #FileDownloadContainer .FileDownBox .FileDown .Info {
        float: right;
        background: #ffffff;
        width: 86% !important;
        min-height: initial;
        position: relative;
        padding: 6px 2%;
        font-size: 15px;
    }
    #ContentsContainer #FileDownloadContainer .FileDownBox .FileDown {
        float: left;
        width: 96% !important;
        background: #e7e7e7;
        padding: 10px 2%;
        border-bottom: 8px solid #fff;
    }
    #ContentsContainer #FileDownloadContainer .FileDownBox .FileDown .FileType {
        float: left;
        margin: 0 16px 0 0;
    }
    #ContentsContainer #FileDownloadContainer .FileDownBox .FileDown .Info .FileName {
        max-width: 100%;
        margin: 0 0 5px 0;
        line-height: 25px;
    }
    #ContentsContainer #FileDownloadContainer .FileDownBox .FileDown .Info .FileSize {
        position: initial;
        top: 0;
        right: 0;
        background: none;
        padding: 0;
        font-size: 1em;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        margin: 0;
        line-height: initial;
    }
    /*-關於我們-年報-*/
    .download-table-mod.bulletin {
        background: 0;
        border: 0;
        padding: 0;
    }
    .Content.no-Result.bulletin {
        border: 1px solid #ccc;
        margin-bottom: 24px;
    }
    .download-table-mod.bulletin .hd,
    .download-table-mod .hd {
        background: #f4f7e6;
        color: #333;
        padding: 11px 2%;
        border-top: 0;
        border-bottom: 0;
        font-weight: 700;
        text-align: left;
        text-shadow: none;
        font-size: 15px;
    }
    .download-table-mod.bulletin .download-table-inner {
        padding: 0;
        background: #fff;
        border-bottom: 0;
    }
    .download-table-mod.bulletin td {
        border-top: 0;
        padding: 18px 2.5%;
        font-size: 15px;
        box-shadow: none;
        line-height: 24px;
    }
    [canvas=container] {
        margin-top: 59px;
        height: -webkit-calc( 100% - 59px);
        height: -moz-calc( 100% - 59px);
        height: calc( 100% - 59px);
    }
    .rwdheader {
        display: block;
    }
    input[type="text"],
    input[type="button"],
    input[type="reset"],
    input[type="submit"],
    textarea, select {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        border-radius: 0;
    }
    select {
        background: url(../images/rwd_select_att.png) 95% center no-repeat #fff;
        padding: 0 10px 0 0;
    }
    .mobile-select-menu {
          display: block;
    padding: 25px 10px 0 10px;
    }    
    .mobile-select-menu select {
      padding: 8px 10px;
    border: 1px solid #ccc;
    width: 100%;
    font-size: 18px;
    margin-bottom: 0;
    font-family: 微軟正黑體;
    background: url(../images/rwd_select_att.png) 97% center no-repeat #fff;
    }
    .FatFooter {
        display: block;
        background: #e7e7e7;
        overflow: hidden;
    }
    .FatFooter_section {
        float: left;
        width: 94%;
        margin: 0.5% 3%;
    }
    .FatFooter_section ul.FatFooter_list li.FatFooter_list_unit {
        padding: 7px 0;
        width: 50%;
        float: left;
    }
    .FatFooterHeader a {
        display: block;
        color: #FFF;
        background: #03a600 !important;
        padding: 10px;
        margin: 0;
        -webkit-border-radius: 0px !important;
        -moz-border-radius: 0px !important;
        border-radius: 0px !important;
    }
    #Footer .FooterSec_1Container .Sec_1 .Location {
        margin-right: 5px;
        padding: 4px 20px 4px 10px;
        background: #ffffff url(../images/Location_BG_arrow.jpg) no-repeat right center;
        border: 1px solid #dcdcdc;
        font-size: 15px;
        border-radius: 3px;
    }
    #Footer .FooterSec_1Container {
        margin: 0 0 10px 0;
        padding-bottom: 0;
    }
    #Footer .FooterSec_1Container .Sec_1 p {
        margin-bottom: 9px;
    }
    #Footer .FooterSec_1Container .Sec_2 .web20 {
        padding-right: 0;
        padding-top: 5px;
        padding-bottom: 15px;
        text-align: center;
        font-size: 16px;
        font-family: 微軟正黑體;
    }
    #Footer .FooterSec_1Container .Sec_2 ul {
        width: 98%;
        margin: 0 auto;
        overflow: hidden;
    }
    #Footer .FooterSec_2Container .Sec_2 .A_Plus {
        float: left;
        width: 100%;
    }
    #Footer .FooterSec_2Container .Sec_2 .Traffic {
        float: none;
        display: inline-block;
        text-align: center;
        margin: 5px 0 0 0;
        width: 100%;
        font-size: 14px;
    }
    #Footer .FooterSec_1Container .Sec_2 li:first-child {
        border-left: 0px;
        margin-left: 0px;
        padding-left: 0px;
    }
    #Footer .FooterSec_1Container .Sec_2 li {
        float: left;
        width: 33.33%;
        margin-left: 0;
        padding-left: 0;
        text-align: center;
        border-left: none;
    }
    #Footer .FooterSec_1Container .Sec_2 {
        float: left;
        padding: 8px 3%;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        width: 94%;
    }
    #Footer .FooterSec_2Container .Sec_1 {
        color: #464648;
        float: none;
        text-align: center;
        font-size: 14px;
    }
    #Footer .FooterSec_2Container .Sec_2 {
        float: none;
        width: 100%;
        text-align: center;
    }
    #Footer .FooterSec_2Container .Sec_1 p {
        margin-bottom: 8px;
    }
    .FatFooterHeader {
        width: 100%;
        float: left;
        padding: 0;
    }
    #FooterContainer {
        clear: both;
        padding-top: 15px;
        background: #e7e7e7;
        border-top: 0;
    }
    #Footer .FooterSec_1Container .Sec_1 {
        color: #464648;
        float: none;
        margin: 10px auto;
        width: 95%;
        font-size: 15px;
        line-height: 27px;
    }
    #Footer .FooterSec_1Container {
        margin: 0 0 10px 0;
        padding-bottom: 0;
        border-bottom: 0;
        width: 100%;
    }
    .FatFooterHeader strong a {
        font-size: 1rem;
        color: #FFF;
    }
    .FatFooter_section ul.FatFooter_list li.FatFooter_list_unit a .num {
        width: 3px;
        height: 3px;
        position: relative;
        top: 8px;
        left: 5px;
        background: url(../images/fat_footer_bullet.png) 0 0 no-repeat;
        text-indent: 9999px;
        color: #e7e7e7;
    }
    .FatFooter_section ul.FatFooter_list li.FatFooter_list_unit a {
        color: #535353;
        font-weight: bold;
    }
    .photosgallery-captions .sliderkit-panel {
        width: 100% !important;
    }
    .photosgallery-captions .sliderkit-panel td {
        width: 100% !important;
        height: auto !important;
    }
    .photosgallery-captions {
        width: 100% !important;
    }
    #Header_2Container_index,
    #HeaderMainMenuContainer,
    #HeaderContainer,
    #LocalNavContainer {
        display: none;
    }
    #MainContainer {
        padding: 20px 2%;
        width: 96%;
    }
    #survey-cont #MainContainer {
     padding: 40px 2% 20px 2%;
    width: 96%;
    }
    .survey-mod-content {
    padding: 0;
    font-size: 16px;
}
    .survey-mod-hd {
    background: url(../images/bg-surveymodhd.png) repeat-x #f0f0f0;
    padding: 9px 2%;
    border: 1px solid #ddd;
    /* border-bottom: 0; */
    box-shadow: none;
    letter-spacing: 1px;
    text-shadow: 0 1px 0 #fff;
    margin: 0 0 12px 0;
    float: left;
    width: 96%;
}
    .survey-mod-bd {
    padding: 7px 2% 20px 2%;
    border-top: 0;
    background: url(../images/bg-surveyitem.png);
    float: left;
    width: 96%;
}
    .survey-mod .btn-row {
    padding: 20px 0;
    text-align: center;
    background: 0;
    border-top: 0;
    box-shadow: 0 1px 0 #fff inset;
}
    .survey-mod .btn-row .btn {
    padding: 9px 30px;
    border: 0;
    background: #0ac;
    cursor: pointer;
    font-size: 16px;
    margin: 0 5px;
    font-weight: 700;
    border-radius: 2px;
    color: #fff;
}
    #Main {
        width: 100%;
    }
    #InnerBodyContent {
        width: 100%;
        background: #fff;
    }
    .NewsImageContainer {
        width: 100%;
    }
    #Main #Section_2 #Breadcrumbs {
        width: 100%;
    }
    .web20 {
        padding-right: 0;
    }
    .rss-number {
        margin: 0 0 0 -2%;
    }
    .rss-depiction {
        width: 98%;
        padding: 0 0 0 2%;
    }
    .excStaff-mod {
      background: url(../images/title.png) center 46px no-repeat #eee;
    padding: 128px 1.5% 0 1.5%;
    width: 97%;
    position: relative;
    background-size: 310px;
    }
    .excStaff-left,
    .excStaff-right {
        display: none;
    }
    .excStaff-list li {
        width: 29%;
        height: auto;
    }
    .excStaff-list .img img {
        min-height: auto;
        width: 100%;
        height: auto;
        max-width: 100%;
        max-height: 100%;
    }
    .photosgallery-captions .sliderkit-panel table {
        width: 100%;
    }
    .photosgallery-captions .sliderkit-panel img {
        max-width: 70% !important;
    }
    .photosgallery-captions .sliderkit-panel {
        height: auto !important;
    }
    .photosgallery-captions .sliderkit-panel .sliderkit-panel-textbox {
        width: 100% !important;
        height: 22% !important;
    }
    .registration-btn {
        background: #59a51c;
        border: 0px;
        padding: 8px 20px;
        color: #fff;
    }
    .registration-table th, .registration-table td {
        /* display: block; */
        /* width: 100%; */
        text-align: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 8px 0;
    }
    .rwd_print_ctrl {
        display: none;
    }  
}

@media (max-width:778px) {
    .excStaff-list li {
        width: 28.9%;
        height: auto;
    }
}

@media (max-width:775px) {
    /*-法定公開揭露事項-本公司兼任法律顧問及法律諮詢委員-*/
    .law-mod {
        display: none;
    }
    .rwd-law-table {
        display: block;
    }
    .rwd-law-table th {
        background: #f4f7e6;
        width: 130px !important;
    }
    .rwd-law-table th,
    .rwd-law-table td {
        text-align: left;
        padding: 11px 2%;
        border-bottom: 1px solid #dcdcdc;
    }
    .rwd-law-table tr:last-child th,
    .rwd-law-table tr:last-child td {
        border-bottom: 0;
    }
    .rwd-law-table table {
        margin-bottom: 20px;
    }
}

@media (max-width:768px) {
    /*
	select,textarea,input[type=text],.field-s, .field-m, .field-l{
	  width: 100%;
	  padding: 5px;
	  box-shadow: 0 4px 5px -5px rgba(0, 0, 0, 0.3) inset;
	  line-height: normal;
	  border-radius: 3px;
	  -webkit-box-sizing: border-box;
	     -moz-box-sizing: border-box;
	          box-sizing: border-box;
	}
    */
    #HeaderContainer {
        width: 100%;
        height: 83px;
        background: url(../images/mobile-HeaderBG.jpg) repeat-x;
        display: none;
    }
    #Header_2 {
        width: 100%;
    }
    #HeaderNavContainer {
        position: relative;
        left: 0px;
        top: 35px;
        padding: 0px;
        margin-left: 5px;
    }
    #Header_2Container {
        height: auto;
    }
    #Date {
        display: none;
    }
    #SearchContainer {
        position: relative;
        right: 0px;
        top: 0px;
        width: 237px;
        height: 25px;
        background: url(../images/Search_BG.png) no-repeat;
        display: block;
        margin: 0 auto 20px;
    }
    #FontSizeContainer {
        display: none;
    }
    #LogoContainer {
        position: relative;
        left: 0px;
        top: 0px;
        z-index: 99;
        width: 242px;
        margin: 0 auto;
        padding: 20px 0 10px 0;
    }
    #ServiceDropContainer,
    #AllLocationDropContainer {
        display: none;
    }
    #HeaderMainMenuContainer {
        width: 99.5%;
        overflow: hidden;
        height: auto;
    }
    #HeaderMainMenu {
        padding: 0 10px;
    }
    #Mobilemenu,
    #Mobilemenu-onlineservice,
    #Mobilemenu-localpost {
        width: 100%;
        display: block;
        height: 30px;
        padding: 7px 0;
        float: left;
    }
    #Mobilemenu-onlineservice {
        width: 30%;
    }
    #Mobilemenu-localpost {
        width: 30%;
        margin-right: 0;
    }
    #Mobilemenu select,
    #Mobilemenu-onlineservice select,
    #Mobilemenu-localpost select {
        display: block;
        width: 100%;
        padding: 2px;
        background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
        border: 1px solid #cbcbcb;
        cursor: pointer;
        outline: none;
    }
    #MainBG_L,
    #MainBG_R {
        display: none;
    }
    #NewsInner {
        width: 95%;
        margin: 0px auto;
        padding: 15px 0;
    }
    .ListStyle_3 dd {
        width: 95%;
    }
    #RelatedLinksContainer {
        min-height: 135px;
    }
    #MainServicesContainer {
        background: linear-gradient(to bottom, #038c00 0%, #04a200 50%, #34b801 100%);
        padding: 55px 15px 10px;
        margin-top: 60px;
    }
    #MainServicesContainer .icon {
        background: linear-gradient(to bottom, #34b801 0%, #04a200 50%, #038c00 100%);
        border: 5px solid #FFFFFF;
        border-radius: 50%;
        color: #FFFFFF;
        display: block;
        font-size: 24px;
        height: 80px;
        margin: -100px auto 10px;
        text-align: center;
        width: 80px;
    }
    #MainServicesContainer .icon i.fa {
        display: block;
        height: 48px;
        text-align: center;
        width: 48px;
        margin: 17px auto;
    }
    #MainServicesContainer .icon i.fa-service {
        background: url(../images/icon_services.png) no-repeat;
    }
    #MainServicesContainer .icon i.fa-logo {
        background: url(../images/icon_logo.png) no-repeat;
    }
    #MainServicesContainer .Header {
        margin: 0 0 15px 0;
        text-align: center;
    }
    #MainServiceContainer {
        display: none;
    }
    #ServiceLinksContainer {
        position: relative;
        right: 0px;
        top: 0px;
        font-size: 11px;
        margin: 20px auto;
        width: 460px;
        overflow: hidden;
        display: none;
    }
    #ServiceLinks li {
        margin-left: 7px;
    }
    /*footer*/
    #Footer {
        width: 100%;
    }
    #Footer .FooterSec_1Container .Sec_1 {
        margin-top: 0px;
        float: none;
    }
    #Footer .FooterSec_1Container .Sec_2 {
        float: none;
        margin: 20px 0;
    }
    #Footer .FooterSec_1Container .Sec_2 ul {
        overflow: hidden;
    }
    #Footer .FooterSec_2Container .Sec_1 {
        float: none;
    }
    #Footer .FooterSec_2Container .Sec_2 {
        float: none;
    }
    #Footer .FooterSec_2Container .Sec_2 .A_Plus {
        float: left;
    }
    #Footer .FooterSec_2Container .Sec_2 .Traffic {
        float: left;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 15px;
    }
    #InnerBody {
        width: 100%;
    }
    #LocalNavContainer {
        display: none;
    }
    #InnerBodyContent {
        padding: 0 8px 15px 8px;
        width: auto;
    }
    #Main {
        width: auto;
    }
    #Main #Section_2 #Breadcrumbs {
        width: 100%;
    }
    #Main #Section_2 #ShareNav {
        float: left;
        margin-top: 15px;
    }
    #Main #Section_2 #ShareNav a:first-child {
        margin-left: 0px;
    }
    #Post_NavContainer .Prev {
        margin: 0 0 15px 0;
    }
    #LeaderContainer .Photo {
        float: none;
        text-align: center;
    }
    #LeaderContainer .Intro {
        width: 100%;
    }
    #LeaderContainer .Intro .Name {
        text-align: center;
    }
    #MainContainer_Fullwidth {
        padding: 0px;
    }
    #MainAdOverView {
        width: 100%;
    }
    #MainAdOverView li {
        background: #eeeeee;
        background-image: none;
        padding-bottom: 0px;
        margin-bottom: 20px;
    }
    #MainAdOverView li .Info {
        width: auto;
    }
    #C#MainAdOverView li .Info p {
        margin: 0 0 0px 0 !important;
    }
    #MainAdOverView li .IMG img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    #Main_Fullwidth #Section_2 #Breadcrumbs {
        width: 295px;
    }

    .ConditionSearchContainer {
        font-size: 0.9em;
        line-height: 175%;
    }
    .ConditionSearchContainer select {
        width: 110px;
        min-width: 110px;
    }
    #NewsListContainer {
        width: 100%;
    }
    /*-更多最新消息-*/
    .grid-pager {
        float: left;
        width: 100%;
    }
    .sort-method-buttons a {
        border-left: 0;
        padding: 0 15px;
        display: block;
        color: #424242;
        background: url(../images/icon-sortMethodA.png) 4px center no-repeat;
    }
    .sort-method-buttons a:hover,
    .sort-method-buttons .current {
        color: #038c00;
        background: url(../images/icon-sortMethodAhover.png) 4px center no-repeat;
    }
    .sort-method-buttons {
        float: left;
        position: initial;
        top: 0;
        right: 0;
        width: 100%;
        margin: 11px 0 0 0;
    }
    .NewsList li a {
        padding: 15px 0px 15px 0px;
        background: none;
    }
    .NewsListImage li a {
        padding: 15px 0px 15px 170px;
        background: none;
    }
    .NewsHeadContainer .NewsHeadS {
        width: 100%;
        margin-bottom: 10px;
    }
    .NewsHeadContainer .NewsHeadS .Img {
        width: auto;
    }
    .NewsHeadContainer .NewsHeadS .Img td {
        width: 100%;
    }
    .NewsHeadContainer .NewsHeadL a {
        width: 100%;
        float: none;
    }
    .NewsHeadContainer .NewsHeadL a .Img {
        width: 100%;
    }
    .NewsHeadContainer .NewsHeadL a .Img td {
        width: 100%;
    }
    .NewsHeadContainer .NewsHeadL a .Img img {
        width: 100%;
    }
    #LinksPage li a {
        padding-bottom: 20px;
    }
    #LinksPage li a dl dt {
        width: 100%;
    }
    #LinksPage li a .ThumbImg {
        float: left;
    }
    /*文章列表006-連結*/
    .ContentBoxContainer {
        width: auto;
        border: 1px solid #ffffff;
        border-radius: 5px;
        box-shadow: 0px 0px 5px 0px #a2a2a2;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(26%, #ffffff), color-stop(100%, #f9f9f9));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #f4f4f4 0%, #ffffff 26%, #f9f9f9 100%);
        /* Chrome10+,Safari5.1+ */
        background: linear-gradient(to bottom, #f4f4f4 0%, #ffffff 26%, #f9f9f9 100%);
        /* W3C */
        padding: 15px;
    }
    .ContentBoxContainer .ContentBox_top,
    .ContentBoxContainer .ContentBox_btm {
        display: none;
    }
    .ContentBoxContainer .ContentBox_md {
        background: none;
        padding: 0px;
        width: 100%;
    }
    .ContentBoxContainer .ContentBox_md .GraphicImg {
        display: none;
    }
    .ContentBoxContainer .ContentBox_md .LinksContainer {
        width: 100%;
    }
    .ContentBoxContainer .ContentBox_md .LinksContainer .List_BTN_Style3 {
        width: 100% !important;
    }
    /*文章列表006-連結 end*/
    .SinglePic_L img {
        width: 100%;
    }
    .TabsStyle5Container .wrap {
        width: 100%;
    }
    .TabsStyle5Container ul.tabs a {
        width: 167px;
    }
    #ContentsContainer #FileDownloadContainer .FileDownBox .FileDown {
        width: 100%;
    }
    #ContentsContainer #FileDownloadContainer .FileDownBox .FileDown:first-child {
        margin-bottom: 5px;
    }
    #ContentsContainer #FileDownloadContainer .FileDownBox .FileDown .Info {
        width: 84%;
    }
    #SiteMapContainer .SiteMap_Section ul.SiteMapList {
        width: 80%;
    }
    #MainAdSmallOverView {
        margin-right: 0px;
    }
    #MainAdSmallOverView li {
        margin: 0 2px 27px 0;
    }
    .photosgallery-captions {
        width: 100%;
    }
    .photosgallery-captions .sliderkit-nav {
        width: 100%;
        padding: 10px 0;
        background: #000;
    }
    .photosgallery-captions .sliderkit-nav .sliderkit-nav-prev,
    .photosgallery-captions .sliderkit-nav .sliderkit-nav-next {
        display: none;
    }
    .photosgallery-captions .sliderkit-nav .sliderkit-go-prev {
        left: 10px;
    }
    .photosgallery-captions .sliderkit-nav .sliderkit-go-next {
        right: 10px;
    }
    /*多圖 END*/
    #OrganizationStructure {
        display: none;
    }
    #HeaderNav_Nav a {
        font-size: 0.8em;
    }
    /* 手機 nav */
    .nav {
        position: relative;
        min-height: 25px;
        display: block;
    }
    .nav ul {
        width: 100%;
        padding: 2px 0;
        position: absolute;
        top: 0;
        left: 0;
        border: solid 1px #dcdcdc;
        background: #f5f5f5 url(../images/icon-menu.png) no-repeat 10px 8px;
        border-radius: 3px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
    }
    .nav li {
        display: none;
        margin: 0;
    }
    .nav .current {
        display: block;
    }
    .nav a {
        display: block;
        padding: 5px 5px 5px 32px;
        text-align: left;
    }
    .nav .current a {
        background: none;
        color: #666;
    }
    .nav ul:hover {
        background-image: none;
    }
    .nav ul:hover li {
        display: block;
        margin: 0 0 5px;
    }
    .nav ul:hover .current {
        background: url(../images/icon-check.png) no-repeat 10px 7px;
    }
    /* right nav */
    .nav.right ul {
        left: auto;
        right: 0;
    }
    /* center nav */
    .nav.center ul {
        left: 50%;
        margin-left: -90px;
    }
    /* 手機 nav end */
    #TabsContainer {
        display: none;
    }
    .ListStyle_2 dl {
        margin-bottom: 5px;
    }
    .ListStyle_2 dl dt {
        margin-bottom: 3px;
        color: #3c80c5;
        font-weight: 700;
    }
    .ListStyle_2 dl dd a {
        margin-bottom: 3px;
        color: #535353;
        font-weight: 700;
    }
    .ListStyle_2 dl dd a {
        color: #535353;
    }
    .ListStyle_2 dl dd a:hover,
    .ListStyle_2 dl dd a:active {
        color: #3d81c5;
    }
    .ListStyle_2 dl dd a .label {
        display: inline-block;
        vertical-align: middle;
        margin-left: 5px;
    }
    .NewsMoreContainer .NewsMore a {
        margin: 10px 0 0 0;
    }
    #sb-site {
        padding: 50px 0 0;
    }
    .ServiceLinkMenu li {
        width: auto;
        display: block;
    }
    .ServiceLinkMenu li a {
        background: url("../images/IconArrow3.gif") no-repeat scroll 7px 11px rgba(238, 238, 238, 1);
        display: block;
        padding: 5px 10px 5px 20px;
        border-radius: 5px;
    }
    .ServiceLinkMenu li a:hover {
        background: url("../images/IconArrow3_on.gif") no-repeat 7px 11px rgba(238, 238, 238, 1);
    }
    .HeaderImg {
        width: 100%;
    }
    .PublishInfo {
        padding: 0 0 10px 0;
    }
    .PublishInfo ul {
        float: none;
    }
    .PublishInfo ul li {
        float: none;
        padding: 0;
        border: 0px;
    }
    .NewsListImage .ThumbImg td,
    .NewsHead .Img td,
    #LinksPage .ThumbImg td,
    .NewsImageContainer .Single .IMG td {
        padding-left: 0px !important;
    }
    .NewsListImage .ThumbImg tr,
    .NewsHead .Img tr,
    #LinksPage .ThumbImg tr,
    .NewsImageContainer .Single .IMG tr {
        border: none;
    }
    #LinksPage-2 td:before {
        width: auto;
    }
    #OrganizationStructure-mobile img {
        width: 100%;
    }
    .TableStyle_01 td {
        padding-left: 10px !important;
        width: auto;
    }
    .ThumbImg td,
    .Img td,
    .IMG td {
        text-align: center !important;
        display: table;
    }
    a .ThumbImg div,
    a .ThumbImg a,
    a .Img div,
    a .Img a,
    .IMG a {
        display: table-cell !important;
        vertical-align: middle;
        height: 100%;
    }
    .sb-serviceLinks ul {
        overflow: hidden;
    }
    .sb-serviceLinks li {
        width: 50%;
        float: left;
        text-align: center;
    }
    .sb-serviceLinks li a {
        padding: 5px;
        display: block;
    }
    .sb-serviceLinks i {
        width: 40px;
        height: 40px;
        margin: 0 auto;
        display: block;
        background-size: 40px 40px;
    }
    #toTop {
        z-index: 10;
    }
    .icon-MailActive {
        background: url(../images/icon-MailActive.svg) no-repeat;
    }
    .icon-Saving {
        background: url(../images/icon-Saving.svg) no-repeat;
    }
    .icon-Insurance {
        background: url(../images/icon-Insurance.svg) no-repeat;
    }
    .icon-Stamp {
        background: url(../images/icon-Stamp.svg) no-repeat;
    }
    .icon-Product {
        background: url(../images/icon-Product.svg) no-repeat;
    }
    .icon-Fund {
        background: url(../images/icon-Fund.svg) no-repeat;
    }
    .icon-SellFund {
        background: url(../images/icon-SellFund.svg) no-repeat;
    }
    .icon-RealEstate {
        background: url(../images/icon-RealEstate.svg) no-repeat;
    }
    /***************************************Responsive*********************************************/
    nav.navbar,
    #MainServicesContainer,
    #News_horizontalTab,
    #Point-businessSelect,
    #OrganizationStructure-mobile {
        display: block;
    }
    /***************************************Responsive end*********************************************/
    #MainAdOverView .FloatLeft,
    #MainAdOverView .FloatRight {
        float: none;
    }
    #MainAdOverView .IMG a {
        display: block !important;
    }
    .registration-form {
        padding: 0;
        border: 0;
        border-top: 3px solid #3a0;
        background: none;
        width: 100%;
        display: none;
    }
    .registration-table .textarea {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .registration-table td.Align_Center {
        text-align: center;
    }
    #MarqueeContainer {
        margin: 0 -10px;
        padding: 5px 8px;
    }
    #abgne_marquee {
        width: auto;
    }
    .recruit-area-list {
        display: block;
        overflow: inherit;
        max-height: inherit;
    }
    .recruit-area-list .join-btn,
    .recruit-area-list .recruit-btn {
        margin: 0;
    }
    .registration-table select {
        padding: 5px;
        margin: .5em 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #Footer .FooterSec_1Container .Sec_2 ul {
        overflow: hidden;
        display: inline-block;
    }
    #Footer .FooterSec_1Container .Sec_2 {
        float: none;
        margin: 20px 0;
        width: 96%;
        padding: 8px 2%;
    }
    #Main {
        width: 100%;
    }
    #Footer .FooterSec_1Container .Sec_1 p {
        word-break: break-all;
    }
    .excStaff-list li {
        width: 28.8%;
        height: auto;
    }
}

@media (max-width:760px) {
    .excStaff-list li {
        width: 28.7%;
        height: auto;
    }
}

@media (max-width:743px) {
    .excStaff-list li {
        width: 28.6%;
        height: auto;
    }
}

@media (max-width:728px) {
    .excStaff-list li {
        width: 28.5%;
        height: auto;
    }
}

@media (max-width: 715px) {
    /*-filedownload-*/
    #ContentsContainer #FileDownloadContainer .FileDownBox .FileDown .Info {
        width: 84% !important;
    }
}

@media (max-width:713px) {
    .excStaff-list li {
        width: 28.4%;
        height: auto;
    }
}

@media (max-width: 700px) {
    /*-檔案應用服務區首頁-*/
    .website-link-rwd a span {
        min-height: 57px !important;
        display: inline-block;
        margin: 0 0 10px 0;
        width: 175px;
    }
    .website-link-rwd a span img {
        width: 100%;
    }
    #ContentsContainer #Contents .article .website-link-rwd p {
        line-height: 145% !important;
        margin: 0 auto !important;
        font-size: 17px !important;
        width: 90%;
    }
}

@media (max-width:699px) {
    .excStaff-list li {
        width: 28.3%;
        height: auto;
    }
}

@media (max-width:686px) {
    .excStaff-list li {
        width: 28.2%;
        height: auto;
    }
}

@media (max-width:680px) {
    .video-page {
        height: auto;
        overflow: inherit;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .video-page .pull-left,
    .video-page .pull-right {
        float: none;
        width: 96%;
        margin: 0 auto;
    }
    .video-page .pane {
        padding: 0;
        max-height: inherit;
        overflow: auto;
        margin: 10px 15px;
        position: relative;
    }
    .video-heading {
        font-size: 1.4em;
    }
    .video-tabs,
    .video-tabs .tabs,
    .video-tabs .tabs li a,
    .video-date {
        font-size: 16px;
    }
    .video-tabs .tabs {
        padding: 20px 15px 0 15px;
    }  
    .video-date {
        margin-bottom: 5px;
    }    
    .video-player-main {
        width: 100%;
    }
    .video-player-list {
        height: auto;
        padding: 0;
        font-size: 16px;
    }
    .video-player-list .video-item {
        width: 47%;
        display: inline-block;
        padding: 0 0 10px;
    }
    .video-player-list .video-item img {
        width: 100%;
        height: 100%;
    }
    .video-player-list .pic {
        width: 120px;
        height: 80px;
        position: absolute;
        top: 0;
        left: 0;
    }  
    .video-player-list .video-item a {
        width: auto;
        height: 85px;
        padding: 0 0 0 135px;
        display: block;
        margin: 0px;
        text-align: left;
    }
    .video-player {
        height: auto;
        margin: 0 0 20px;
    }
    .video-format {
        float: none;
        position: inherit;
    }
    .video-player-main embed {
        max-width: 100%;
        max-height: auto;
    }
    .video-btn {
        text-align: center;
        padding: 20px 0;
    }
    .video-btn a {
        display: inline-block;
        background: #2cb02a;
        color: #fff;
        padding: 10px 20px;
        border-radius: 3px;
    }        
}

@media (max-width:673px) {
    .excStaff-list li {
        width: 28.1%;
        height: auto;
    }
}

@media (max-width:672px) {
    .infoStep1 span {
        width: 212px;
    }
}

@media (max-width:670px) {
    .volunteerStep-menu li {
        float: none;
    }
    .infoStep1 .current {
        background-position: -214px 0;
    }
    .volunteerStep-menu span {
        width: 180px;
        margin: 0 auto;
    }
    .volunteerStep-menu li:after {
        border-left: 8px solid rgba(0, 0, 0, 0);
        border-right: 8px solid rgba(0, 0, 0, 0);
        border-top: 8px solid #aaa;
        content: "";
        height: 0;
        left: 50%;
        margin-left: -8px;
        position: absolute;
        top: -6px;
        width: 0;
    }
    .editStepFirst:after {
        display: none;
    }
}

@media (max-width:660px) {
    .excStaff-list li {
        width: 28%;
        height: auto;
    }
}

@media (max-width:648px) {
    .excStaff-list li {
        width: 27.9%;
        height: auto;
    }
}

@media (max-width:640px) {

    .excStaff-list li {
        width: 27.5%;
        height: auto;
    }
    .registration-form .registration-table,
    .registration-form .registration-table {
        width: 100%!important;
        position: relative;
    }
    .registration-form .registration-table th,
    .registration-form .registration-table td {
        width: 100%!important;
        display: block!important;
        position: relative;
    }


}

@media (max-width:633px) {
    .excStaff-list li {
        width: 27.3%;
        height: auto;
    }
}

@media (max-width:612px) {
    .excStaff-list li {
        width: 27.1%;
        height: auto;
    }
}

@media (max-width: 610px) {
    /*-檔案應用服務區首頁-*/
    .website-link-rwd a {
        display: inline-block;
        width: 100%;
        text-align: left;
        color: #333;
        vertical-align: top;
        background: #ffffff;
        padding: 0;
        margin: 0 0 12px 0;
    }
    .website-link-rwd a span {
        min-height: initial !important;
        display: inline-block;
        margin: 0 0 2px 0;
        width: 100%;
        background: #f6f6f6;
    }
    .website-link-rwd a span img {
        width: 200px;
        margin: 0 auto;
        display: block;
        padding: 10px;
    }
    #ContentsContainer #Contents .article .website-link-rwd p {
        line-height: 145% !important;
        margin: 0 auto !important;
        font-size: 16.5px !important;
        width: 94%;
        background: #f6f6f6;
        padding: 6px 3%;
        text-align: center;
    }
}

@media (max-width:600px) {
    .rss-number {
        margin: 0 0 0 -3%;
    }
    .rss-depiction {
        width: 97%;
        padding: 0 0 0 3%;
    }
    /*-filedownload-*/
    #ContentsContainer #FileDownloadContainer .FileDownBox .FileDown .Info {
        width: 82% !important;
    }
}

@media (max-width:593px) {
    .excStaff-list li {
        width: 27%;
        height: auto;
    }
}

@media (max-width:585px) {
    .excStaff-list li {
        width: 26.8%;
        height: auto;
    }
}

@media (max-width:570px) {
    /*-faq-*/
    .faq-btn h3 {
        font-weight: bold !important;
        font-size: 17px;
        color: #333;
        padding: 0 5% 0 3%;
    }
    .faq-content .article {
        padding: 0 0 0 3%;
        width: 97%;
    }
    .faq-content .RelatedContainer {
        margin: 15px 0px;
        padding: 0 5% 0 3%;
    }
}

@media (max-width:567px) {
    .excStaff-list li {
        width: 43%;
        height: auto;
    }
    .excStaff-list .img img {
        min-height: 100%;
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
    }
}

@media (max-width:530px) {
    .excStaff-list li {
        width: 42.8%;
        height: auto;
    }
    /*-問卷-*/
    .survey-mod-bd label {
    vertical-align: middle;
    margin: 6px 0 6px 2%;
    width: 93%;
    display: inline-block;
}
}

@media (max-width:516px) {
    .excStaff-list li {
        width: 42.7%;
        height: auto;
    }
    /*-filedownload-*/
    #ContentsContainer #FileDownloadContainer .FileDownBox .FileDown .Info {
        width: 80% !important;
    }
    /*-財務業務資訊-資產負債表-*/
    .download-table-mod.bulletin .hd {
        padding: 11px 6px;
    }
}

@media (max-width:509px) {
    .excStaff-list li {
        width: 42.5%;
        height: auto;
    }
}

@media (max-width:500px) {
    .rss-number {
        margin: 0 0 0 -4%;
    }
    .rss-depiction {
        width: 96%;
        padding: 0 0 0 4%;
    }
}

@media (max-width:496px) {
    .excStaff-list li {
        width: 42.3%;
        height: auto;
    }
    .NewsImageContainer .Single {
        width: 70%;
    }
    .NewsImageContainer .Single .IMG {
        width: 100%;
    }
}

@media (max-width:484px) {
    .excStaff-list li {
        width: 42.2%;
        height: auto;
    }
}
@media (max-width:480px) {
        a.WebPhone_icon, .footer-line {
    display: none !important;
}
    /*-問卷-*/
    .survey-mod-bd {
    padding: 0 0 15px 0;
    border-top: 0;
    background: url(../images/bg-surveyitem.png);
    float: left;
    width: 100%;
}
    .survey-mod-bd label {
    vertical-align: middle;
    margin: 6px 0 6px 2%;
    width: 92%;
    display: inline-block;
}
    .excStaff-mod {
    background: url(../images/title.png) center 28px no-repeat #eee;
    padding: 105px 3% 0 3%;
    width: 94%;
    position: relative;
    background-size: 290px;
}
    .Padin20 {
        padding: 10px;
    }
    #Header_VersionContainer {
        left: 5px;
    }
    #ServiceLinksContainer {
        display: none;
    }
    #InnerBodyContent {
        background: none #fff;
    }
    #ServiceLinksContainer_index .ServiceLinks_index a {
        padding: 0px 5px;
    }
    .pagination_1 {
        font-size: 12px;
    }
    .pagination_1 a {
        padding: 5px 10px;
        display: inline-block;
    }
    #Post_NavContainer .Prev,
    #Post_NavContainer .Next {
        width: auto;
    }
    #ContentsContainer #FileDownloadContainer .FileDownBox .FileDown .Info {
        width: 76%;
    }
    .Submit_2 {
        display: inline-block;
    }
    .TableStyle_02 th,
    .TableStyle_02 td {
        padding: 5px;
    }
    #NewsInnerContainer .FloatRightImg,
    #NewsInnerContainer .FloatLeftImg {
        float: none;
    }
    .NewsImageContainer {
        width: auto;
    }
    /* .NewsImageContainer .Single {
        display: block;
    } */
    #OrganizationStructure {
        display: none;
    }
    #SocialMediaContainer {
        display: none;
    }
    #HeaderNav_Nav a {
        margin: 0px 3px;
        font-size: 0.7em;
    }
    #toTop {
        right: 10px;
    }
    #ContentsContainer .ImgFloLeft {
        float: none;
    }
    #ContentsContainer .ImgFloLeft img {
        width: 100%;
    }
    .NewsListImage li a {
        padding: 15px 5px;
    }
    .NewsListImage li a .ThumbImg {
        position: relative;
        top: 0;
        margin-bottom: 10px;
    }
    .NewsListImage li a p.Thumbs {
        margin: 0px !important;
    }
    /*msg css*/
    .msgVideo-bd li {
        width: 48%;
    }
    .video-player-list .video-item {
        width: 98%;
    }
    .recruit-table {
        border: 5px solid #F2F2F2;
    }
    .recruit-table th {
        display: none;
    }
    .recruit-table td {
        display: block;
        position: relative;
        padding: 5px 10px;
        border: 0;
        box-shadow: none;
        min-height: inherit;
    }
    .recruit-table td:before {
        font-size: 12px;
        color: #444;
        font-weight: 700;
        padding: 5px 0;
        display: block;
        border-bottom: 1px solid #038c00;
        margin: 0 0 .5em;
    }
    .recruit-table td:nth-child(3n-2):before {
        content: "局名:";
    }
    .recruit-table td:nth-child(3n-1):before {
        content: "徵求服務時段:";
    }
    .recruit-table td:nth-child(3n):before {
        content: "擔任志工:";
        display: none;
    }
    .join-btn {
        width: 60%;
        height: auto;
        padding: 10px;
        text-indent: 0;
        display: block;
        text-align: center;
        color: #fff;
        background: #6a6a6a;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 auto .5em;
        border-radius: 4px;
        font-weight: 700;
    }
    .join-btn:hover {
        opacity: 1;
        color: #fff;
        background: #3a0;
    }
    .recruit-btn {
        background: #ddd;
        height: auto;
        text-indent: 0;
        width: 100%;
        padding: 10px;
        text-align: center;
        color: #333;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 0 .5em;
        border-radius: 4px;
    }
    .volunteerStep-menu ul {
        display: table;
        margin: 0 auto;
    }
    .volunteerStep-menu li {
        float: none;
    }
    .volunteerStep-menu li:first-child:after {
        display: none;
    }
    .volunteerStep-menu li:after {
        border-left: 8px solid rgba(0, 0, 0, 0);
        border-right: 8px solid rgba(0, 0, 0, 0);
        border-top: 8px solid #aaa;
        content: "";
        height: 0;
        left: 50%;
        margin-left: -8px;
        position: absolute;
        top: -6px;
        width: 0;
    }
    .volunteerStep-menu span {
        width: 180px;
        margin: 0 auto
    }
    .thumbnail,
    .care-mod img {
        max-width: 100%;
        display: block;
        margin: 0 auto 5px;
    }
    .imgLeft,
    .imgRight {
        margin: 1em auto;
        float: none;
    }
    .article .col_2 li {
        width: 100%;
    }
    .article .col_5 li,
    .article .col_10 li,
    .article .col_3 li,
    .article .col_8 li {
        width: 48%;
    }
    .NewsList-ft .more-btn {
        background: none;
        float: none;
        height: auto;
        padding: 10px 0;
        overflow: inherit;
        color: #333;
        border: 1px solid #333;
        text-indent: 0;
        width: inherit;
        display: block;
        margin: 0 4em;
        font-weight: 700;
        text-align: center;
    }
    .NewsList-ft .more-btn:hover,
    .NewsList-ft .more-btn:active {
        background: #3a0;
        border: 1px solid #3a0;
        color: #fff;
        opacity: 1;
    }
    .msg-model .NewsList .BgColor {
        background: #eee;
    }
    .msgRecruit-ft li {
        width: 50%;
    }
    .rssList-mod li a {
        padding: 15px 0;
    }
    .msgBanner-model a {
        text-align: center;
        float: none;
        padding: 0;
        margin: 0 auto .5em;
        display: inline-block;
        width: auto;
    }
    .msgBanner-model img {
        max-width: 100%;
        box-shadow: 0 3px 3px -3px rgba(0, 0, 0, .5);
    }
    .recruit-list-table tr {
        border: 5px solid #eee;
    }
    .recruit-list-table th {
        display: none;
    }
    .recruit-list-table td {
        display: block;
        position: relative;
        padding: 10px 10px 10px 80px;
    }
    .recruit-list-table td:before {
        font-size: 12px;
        color: #222;
        font-weight: 700;
        content: attr(data-th)":";
        width: 70px;
        position: absolute;
        top: 10px;
        left: 10px;
    }
    .recruit-details-map .heading {
        margin: 0;
    }
    .recruit-details-map {
        padding: 0;
    }
    .bx-wrapper .bx-pager {
        display: block;
    }
    .Accessibility-detail {
        font-size: 15px;
    }    
    /*-faq-*/
    .faq-btn h3 {
        padding: 0 6% 0 5%;
        width: 89%;
    }
    .faq-content .article,
    .faq-content .RelatedContainer {
        padding: 0 0 0 5%;
        width: 95%;
    }
    /*-更多最新消息-*/
    .sort-method-buttons {
        float: left;
        position: relative;
        width: 100%;
        margin: 15px 0 0 0;
    }
    .sort-method-buttons li {
        float: left;
        position: relative;
        width: 46%;
        margin: 5px 2%;
        padding: 7px 0;
        /*border-right: 1px solid #ccc;*/
        background: #f4f4f4;
    }
    .sort-method-buttons ul {
        float: left;
        width: 100%;
    }
    .sort-method-buttons a:hover,
    .sort-method-buttons .current {
        color: #038c00;
        background: url(../images/icon-sortMethodAhover.png) 9% center no-repeat;
    }
    .sort-method-buttons a {
        border: 0;
        padding: 0 0 0 19%;
        width: 81%;
        margin: 0;
        background: url(../images/icon-sortMethodA.png) 9% center no-repeat;
    }
    .page-controls-inner {
        background: none;
        border: 0;
        overflow: hidden;
        padding: 0;
        position: relative;
    }
    .grid-pager {
        float: none;
        background: url(../images/bg-pageControls-inner.png) repeat-x #f5f5f5;
        padding: 9px 2%;
    }
    #NewsInnerContainer .FloatRightImg,
    #NewsInnerContainer .FloatLeftImg {
        float: none;
        margin: 0 auto 15px auto;
    }
    /*-財務業務資訊-資產負債表-*/
    .icon-folder-mini {
        display: none;
    }
    .download-table-mod.bulletin table th:first-child {
        width: 60% !important;
    }
    .download-table-mod.bulletin table th:nth-child(2) {
        width: 20% !important;
    }
    .download-table-mod.bulletin table th:nth-child(3) {
        width: 20% !important;
    }
    /*-filedownload-*/
    #ContentsContainer #FileDownloadContainer .FileDownBox .FileDown .FileType {
        float: left;
        margin: 0 12px 0 0;
    }
    /*-basic-*/
    #Main h1,
    #Main h1 .CurrentTitle {
        font-size: 25px;
    }
    #Main #Section_2 #ShareNav {
        float: left;
        font-size: 14.5px;
        margin: 10px 0 0 0;
        color: #7b7b7b;
        background: url(../images/refresh-time.png) no-repeat left center;
        padding-left: 15px;
    }
    .BackToPrev a {
        display: inline-block;
        padding: 8px 18px 8px 38px;
        height: 22px;
        line-height: 22px;
        background: url(../images/BackToPrev.png) no-repeat 8px center;
        font-size: 15px;
        font-weight: 700;
        color: #535353;
        margin: 0 0 20px 0;
        border: 1px solid #ccc;
        border-radius: 4px;
    }
    #Main #Section_2 {
        margin-bottom: 18px;
    }
}

@media (max-width:478px) {
    .excStaff-list li {
        width: 42%;
        height: auto;
    }
}

@media (max-width:466px) {
    .excStaff-list li {
        width: 41.7%;
        height: auto;
    }
}

@media (max-width: 457px) {
    #Footer .FooterSec_1Container .Sec_2 {
        float: none;
        margin: 20px 0;
        width: 96%;
        padding: 8px 2%;
    }
    .Mail_icon {
        display: inline-block;
    }
}

@media (max-width:450px) {
    .excStaff-list li {
        width: 41.4%;
        height: auto;
    }
}

@media (max-width:440px) {
    .excStaff-list li {
        width: 41.2%;
        height: auto;
    }
    .excStaff-list .img img {
        min-height: auto;
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
    }

}

@media (max-width:425px) {
    .excStaff-list li {
        width: 41%;
        height: auto;
    }
    .DynarchCalendar-topCont {
        left: 30% !important;
    }
}

@media (max-width:416px) {
    .excStaff-list li {
        width: 40.7%;
        height: auto;
    }
}

@media (max-width: 408px) {
    /*-filedownload-*/
    #ContentsContainer #FileDownloadContainer .FileDownBox .FileDown .Info {
        width: 78% !important;
    }
}

@media (max-width:403px) {
    .excStaff-list li {
        width: 90%;
        height: auto;
        padding: 15px 5%;
    }
}

@media (max-width:400px) {
     /*-安全衛生專區-職業安全衛生法-*/
    .clause-table .hd {
    width: 60px !important;
}
    /*-footer-*/
    #Footer .FooterSec_1Container .Sec_1 .Location {
        margin: 0 0 4px 0;
        padding: 3px 2%;
        background: #ffffff;
        border: 1px solid #dcdcdc;
        font-size: 15px;
        border-radius: 3px;
        width: 96%;
        float: left;
    }
    #Footer .FooterSec_1Container .Sec_2 li {
        width: 33%;
        margin: 6px auto;
    }
    #Footer .FooterSec_1Container .Sec_2 {
        padding: 0;
        width: 100%;
        background: none;
        border: 0;
        margin: 20px 0 13px 0;
    }
    #Footer .FooterSec_1Container .Sec_2 li {
        width: 100%;
        margin: 0 0 1px 0;
        background: #fff;
        padding: 8px 0;
    }
    #Footer .FooterSec_1Container .Sec_2 ul {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }
    #Footer .FooterSec_1Container {
        margin: 5px 0 10px 0;
        padding-bottom: 0;
        border: 0;
    }
    #Footer .FooterSec_1Container .Sec_2 .web20 {
        padding-right: 0;
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center;
        font-size: 16px;
        background: #fff;
        margin: 0 0 1px 0;
    }

    .rss-number {
        margin: 0 0 0 -5%;
    }
    .rss-depiction {
        width: 95%;
        padding: 0 0 0 5%;
    }

    .faq-btn h3 {
        padding: 0 8% 0 6%;
        width: 86%;
    }
    .faq-content .article,
    .faq-content .RelatedContainer {
        padding: 0 0 0 6%;
        width: 94%;
    }
    /*-關於我們-年報-*/
    .download-table-mod.bulletin table th:first-child {
        width: 50% !important;
    }
    .download-table-mod.bulletin table th:nth-child(2) {
        width: 25% !important;
    }
    .download-table-mod.bulletin table th:nth-child(3) {
        width: 25% !important;
    }
    /*-法定公開揭露事項-本公司兼任法律顧問及法律諮詢委員-*/
    .rwd-law-table th {
        background: #f4f7e6;
        width: 80px !important;
    }
    .rwd-law-table th,
    .rwd-law-table td {
        text-align: left;
        padding: 11px 3%;
        border-bottom: 1px solid #dcdcdc;
    }
    /*-更多最新消息-*/
    .sort-method-buttons a:hover,
    .sort-method-buttons .current {
        color: #038c00;
        background: none;
        padding: 0;
        width: 100%;
        text-align: center;
    }
    .sort-method-buttons a {
        border: 0;
        padding: 0;
        width: 100%;
        margin: 0;
        background: none;
        text-align: center;
    }
    .field-l {
        width: 94%;
        padding: 5px 2%;
    }
    .field-s {
        width: 94%;
        margin: 3% 0;
    }
    .registration-table {
        width: 96%;
    }
    .registration-table select {
        width: 96%;
    }
    .registration-table .textarea {
        width: 96%;
    }
}

@media (max-width: 370px) {
    .field-l {
        width: 96%;
    }
}

@media (max-width: 365px) {
    /*-faq-*/
    .faq-btn {
        padding: 14px 2%;
        width: 96%;
    }
    .faq-list .icon-questions {
        left: 7px;
    }
    .faq-list .icon-arrow {
        top: 14px;
        right: 11px;
    }
    .faq-btn h3 {
        padding: 0 10% 0 9%;
        width: 81%;
    }
    .faq-content .article,
    .faq-content .RelatedContainer {
        padding: 0 0 0 9%;
        width: 91%;
    }
}

@media (max-width: 363px) {
    /*-filedownload-*/
    #ContentsContainer #FileDownloadContainer .FileDownBox .FileDown .Info {
        width: 76% !important;
    }
}
@media (max-width: 337px) {
.survey-mod-bd label {
    vertical-align: middle;
    margin: 6px 0 6px 2%;
    width: 88%;
    display: inline-block;
}
}
@media (max-width: 330px) {
    .NewsImageContainer .Single {
        width: 94%;
        margin: 5px 3%;
    }
    .rwdbiz ul li a {
        font-size: 0.85rem;
    }
    .NewsImageContainer .Single .IMG {
        width: 100%;
    }
}

@media (max-width:20em) {
    #MainContentLeft,
    #MainContentRight {
        padding: 1px 0 0;
    }
    #MainAdContainer {
        padding: 0;
    }
    #MarqueeContainer {
        margin: 0;
        padding: 5px 6px;
    }
    #abgne_marquee {
        width: auto;
        padding: 0 0 0 30px;
        background-position: 5px 8px;
    }
    #abgne_marquee h3 {
        display: none;
    }
    .article-box-mod .inner,
    .tenderNotice-mod .inner {
        padding: .5em;
    }
    .msg-model .NewsList li a {
        padding: 10px;
    }
    #InnerBodyContent {
        padding: 0;
    }
    .msg-model .NewsList li a .date {
        padding-left: 0;
    }
    .msgVideo-model {
        padding: 15px 0 20px;
    }
    .msg-model .tabs {
        margin: 0;
    }
    #Main,
    #Main_Fullwidth {
        padding: 0 10px;
    }
    .recruit-details {
        padding: 10px;
    }
    .video-item a {
        text-align: left;
    }
}

@media (max-width: 326px) {
    /*-filedownload-*/
    #ContentsContainer #FileDownloadContainer .FileDownBox .FileDown .Info {
        width: 74% !important;
    }
}

@media (max-width: 320px) {
    #Main {
        width: 96%;
        padding: 0 2%;
    }
    .rss-number {
        margin: 0 0 0 -6%;
    }
    .rss-depiction {
        width: 94%;
        padding: 0 0 0 6%;
    }
}
.rwd-inf {
	display:none;
}
@media (max-width: 775px){
	.inf {
		display:none
	}
	.rwd-inf {
		display:inline-block
	}
}

