.hide {
    display: none;
}

.anti-fraud {
    width: 90%;
    margin: 20px auto;
}

.anti-fraud img {
    display: none;
    width: 100%;
}

/***** 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;
}

.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;
}

.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;
    /*background-size: 5px 9px;*/
}

.rwd-arr-open,
.rwdmisc-arr-open {
    background: url(../images/rwd_nav_arr_open.png) 96% center no-repeat;
    /*background-size: 9px 5px;*/
}

.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 */

/*漢堡選單動效*/

.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: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.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: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.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%;
}

/*漢堡選單動效 end*/

/*首頁*/

.RwdContainer {
    display: none;
}

.marquee {
    display: none;
}

.rwdbiz-index {
    background: #fff;
    padding: 10px 10px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

/**企業社會責任/預約三倍券**/
.rwdbiz-index ul li {
    display: inline-block;
    margin: 10px -4px 10px 0;
    width: 24%;
    vertical-align: top;
}
/*
.rwdbiz-index ul li:nth-child(2) {
    display: inline-block;
    margin: 10px -4px 10px 0;
    width: 48%;
}
*/
.rwdbiz-index ul li .rwdbiz-index10 {
    background: url(../images/rwd_biz_icon10.png) center 4% no-repeat;
    background-size: 72%;
}

.rwdbiz-index ul li .rwdbiz-index11 {
    background: url(../images/rwd_biz_icon11.png) center 4% no-repeat;
    background-size: 72%;
}

/**企業社會責任/預約三倍券 end**/

.rwdbiz-index ul li a {
    font-size: 1rem;
    color: #555;
    display: block;
    text-align: center;
    padding-top: 77%;
}

.rwdbiz-index ul li .rwdbiz-index0 {
    background: url(../images/rwd_biz_icon0.png) center 19% no-repeat;
    background-size: 90%;
    padding-top: 41%;
}

.rwdbiz-index ul li .rwdbiz-index1 {
    background: url(../images/rwd_biz_icon1.png) center 0 no-repeat;
    background-size: 72%;
}

.rwdbiz-index ul li .rwdbiz-index2 {
    background: url(../images/rwd_biz_icon2.png) center 0 no-repeat;
    background-size: 72%;
}

.rwdbiz-index ul li .rwdbiz-index3 {
    background: url(../images/rwd_biz_icon3.png) center 0 no-repeat;
    background-size: 72%;
}

.rwdbiz-index ul li .rwdbiz-index4 {
    background: url(../images/rwd_biz_icon4.png) center 0 no-repeat;
    background-size: 72%;
}

.rwdbiz-index ul li .rwdbiz-index8 {
    background: url(../images/ipost3000logo3.png) center 19% no-repeat;
    background-size: 90%;
    padding-top: 41%;
}

.rwdbiz-index ul li .rwdbiz-index5 {
    background: url(../images/rwd_biz_icon5.png) center 0 no-repeat;
    background-size: 72%;
}

.rwdbiz-index ul li .rwdbiz-index6 {
    background: url(../images/rwd_biz_icon6.png) center 0 no-repeat;
    background-size: 72%;
}

.rwdbiz-index ul li .rwdbiz-index7 {
    background: url(../images/rwd_biz_icon7.png) center 0 no-repeat;
    background-size: 72%;
}

.rwdindex-header {
    padding: 20px 0;
    text-align: center;
    font-size: 1.625rem;
    background: #f5f5f5;
}

.rwdindex-news-more {
    text-align: center;
    width: 100%;
    float: left;
}

.rwdindex-news-more a {
    display: block;
    width: 90%;
    background: #48a516;
    border-radius: 99px;
    color: #fff;
    margin: 10px auto;
    text-align: center;
    padding: 8px 0;
    font-size: 1.05rem;
}

/*
#rwdindex-news-tabs ul.ui-slider-tabs-list,
#rwdindex-news-tabs .ui-slider-left-arrow,
#rwdindex-news-tabs .ui-slider-right-arrow,
#rwdindex-news-tabs .ui-slider-left-arrow.edge:hover,
#rwdindex-news-tabs .ui-slider-right-arrow.edge:hover {
    background: #48a516;
}
*/

.rwdindex-news-nav-wrapper {
    background: #48a516;
    height: 47px;
    text-align: center;
    font-size: 1.125rem;
    line-height: 47px;
}

.rwdindex-news-nav {
    width: 89%;
    margin: 0 auto;
}

.rwdindex-news-nav a {
    color: #fff;
    font-weight: bold;
}

.rwdindex-news-nav .slick-current {
    background: #027300;
}

.rwdindex-news-nav .slick-prev,
.rwdindex-news-nav .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 35px;
    height: 47px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.rwdindex-news-nav .slick-prev {
    background: url(../images/leftArrow.png) center center no-repeat;
    left: -35px;
}

.rwdindex-news-nav .slick-next {
    background: url(../images/rightArrow.png) center center no-repeat;
    right: -35px;
}

/*
.ui-slider-right-arrow div {
    background-image: url(../images/rightArrow.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: inherit;
}

.ui-slider-left-arrow div {
    background-image: url(../images/leftArrow.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: inherit;
}

#rwdindex-news-tabs .ui-slider-tabs-list li {
    width: auto;
    padding: 0 25px;
    font-size: 1.125rem;
    height: 60px;
}

#rwdindex-news-tabs .ui-slider-tabs-list li.selected {
    background: #027300;
}

#rwdindex-news-tabs .ui-slider-tabs-list li a {
    color: #fff;
    line-height: 47px;
}
*/

.rwdindex-news-news-content {
    background: #fff;
    padding: 10px 10px;
}

.rwdindex-news-block {
    width: 44%;
    margin: 10px 3%;
    float: left;
    background: #f4f4f4;
}

.rwdindex-news-block a {
    display: block;
}

.rwdindex-news-block .date {
    display: block;
    color: #fff;
    width: 90%;
    padding: 5px 5%;
    background: #999;
    font-size: 0.9rem;
}

.rwdindex-news-block .txt {
    width: 90%;
    color: #555;
    padding: 10px 5%;
    line-height: 26px;
    font-size: 1rem;
    overflow: hidden;
}

.rwdindex-news-block .txt .label {
    margin-left: 3px;
}

.rwdindex-fastlink {
    padding-bottom: 15px;
    background: #a8ece2;
}

.rwdindex-fastlink-section {
    padding: 15px 15px 0 15px;
}

.rwdindex-fastlink-menu {
    background: #26b8a1;
    padding: 0 4px 4px 4px;
    font-size: 1.02rem;
    display: none;
}

.rwdindex-fastlink-close {
    display: block;
    color: #fff;
    font-size: 1.25rem;
    background: url(../images/rwd_fastlink_close.png) 96% center no-repeat #058a76;
    padding: 15px 10px;
    border: 4px solid #26b8a1;
}

.rwdindex-fastlink-open {
    display: block;
    color: #fff;
    font-size: 1.25rem;
    background: url(../images/rwd_fastlink_open.png) 97% center no-repeat #058a76;
    padding: 15px 10px;
    border: 4px solid #26b8a1;
}

.rwdindex-fastlink-list {
    background: #fff;
}

.rwdindex-fastlink-list li {
    background: #fff;
    padding: 12px 10px;
    border-bottom: 1px solid #ccc;
}

.rwdindex-fastlink-list li a {
    color: #555;
}

.rwdindex-fastlink-icon1,
.rwdindex-fastlink-icon2,
.rwdindex-fastlink-icon3,
.rwdindex-fastlink-icon4,
.rwdindex-fastlink-icon5,
.rwdindex-fastlink-icon6,
.rwdindex-fastlink-icon7,
.rwdindex-fastlink-icon8 {
    padding: 15px 0 15px 50px;
}

.rwdindex-fastlink-icon1 {
    background: url(../images/rwd_fastlink_icon1.png) 0 center no-repeat;
}

.rwdindex-fastlink-icon2 {
    background: url(../images/rwd_fastlink_icon2.png) 7px center no-repeat;
}

.rwdindex-fastlink-icon3 {
    background: url(../images/rwd_fastlink_icon3.png) 7px center no-repeat;
}

.rwdindex-fastlink-icon4 {
    background: url(../images/rwd_fastlink_icon4.png) 7px center no-repeat;
}

.rwdindex-fastlink-icon5 {
    background: url(../images/rwd_fastlink_icon5.png) 7px center no-repeat;
}

.rwdindex-fastlink-icon6 {
    background: url(../images/rwd_fastlink_icon6.png) 7px center no-repeat;
}

.rwdindex-fastlink-icon7 {
    background: url(../images/rwd_fastlink_icon7.png) 10px center no-repeat;
}

.rwdindex-fastlink-icon8 {
    background: url(../images/rwd_fastlink_icon8.png) 3px center no-repeat;
    background-size: 42px;
}

.rwdindex-fastlink-more {
    background: #fff;
    padding: 5px 10px;
}

.rwdindex-fastlink-more select {
    width: 100%;
    background: #fff;
    color: #555;
    border: 1px solid #ccc;
    display: block;
    padding: 5px 10px;
    font-size: 1.02rem;
    -webkit-appearance: none;
    border-radius: 0;
    background: url(../images/rwd_select_att.png) 95% center no-repeat #fff;
    font-family: "微軟正黑體", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.rwdindex-servicelinks {
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

.rwdindex-servicelinks .wrap {
    float: left;
    width: 73%;
    background: #fff;
}

.rwdindex-servicelinks .wrap li {
    float: left;
    text-align: center;
    width: 27%;
    background: #fff;
    margin: 0;
    padding: 11px 3%;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background: #fff;
    vertical-align: top;
    height: 115px;
}

.rwdindex-servicelinks .wrap li img {
    width: 82px
}

.rwdindex-servicelinks .wrap li .icon_name {
    display: block;
    text-align: center;
    color: #333;
    font-size: 1.12rem;
}

.rwdindex-servicelinks .wrap_two {
    float: left;
    width: 26.9%;
}

.rwdindex-servicelinks .wrap_two li {
    float: left;
    text-align: center;
    width: 90%;
    background: #fff;
    margin: 0;
    padding: 11px 5%;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background: #fff;
    vertical-align: top;
}

.rwdindex-servicelinks .wrap_two li:nth-child(1) {
    border-left: none;
}

.rwdindex-servicelinks .wrap_two li img {
    width: inherit;
}

.rwd-relatedlinks,
.rwd-smallbanner {
    background: #fff;
    border-bottom: 1px solid #ccc;
}

.rwd-relatedlinks-wrap,
.rwd-smallbanner-wrap {
    background: #fff;
    padding: 0 30px;
}

.rwd-relatedlinks .rwdindex-header,
.rwd-smallbanner .rwdindex-header {
    font-size: 1.2rem;
    text-align: left;
    background: #fff;
    padding: 15px 15px 10px 15px;
}


.rwd-relatedlinks-ct,
.rwd-smallbanner-ct {
    display: block;
    margin: 5px 12px;
}

.rwd-relatedlinks-ct img,
.rwd-smallbanner-ct img {
    width: 100%;
}

.rwd-relatedlinks-wrap .slick-prev,
.rwd-relatedlinks-wrap .slick-next,
.rwd-smallbanner-wrap .slick-prev,
.rwd-smallbanner-wrap .slick-next {
    z-index: 20;
    width: 27px;
    height: 27px;
    border: none;
    font-size: 0;
    position: absolute;
    top: 30%;
}

.rwd-relatedlinks-wrap .slick-prev,
.rwd-smallbanner-wrap .slick-prev {
    left: -25px;
    background: url(../images/rwd_relatedlinks_prev.png) center center no-repeat;
}

.rwd-relatedlinks-wrap .slick-next,
.rwd-smallbanner-wrap .slick-next {
    right: -25px;
    background: url(../images/rwd_relatedlinks_next.png) center center no-repeat;
}

.rwd-relatedlinks-more,
.rwd-smallbanner-more {
    text-align: center;
    padding: 10px 0;
}

.rwd-relatedlinks-more .more,
.rwd-smallbanner-more .more {
    display: block;
    width: 25%;
    background: #1656a5;
    border-radius: 99px;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    padding: 6px 0;
    font-size: 0.8rem;
}

.rwdindex-confirm {
    width: 90%;
    background: #26b8a1;
    margin: 15px auto;
    border: none;
    border-radius: 99px;
    display: inherit;
    color: #fff;
    padding: 8px 0;
    font-size: 1.05rem;
    font-family: "微軟正黑體", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-appearance: none;
}

/*首頁 end*/

/***** RWD Style end *****/

@media (max-width: 1002px) {

    #HeaderContainer,
    #Header_2Container,
    .MainContent-index,
    #MainContentContainer {
        width: 1002px;
    }

    #HeaderMainMenuContainer {
        width: 1000px;
    }

    .MainContent-index > .wrap {
        width: 1002px;
    }

    #Header_VersionContainer {
        left: 0;
    }
}

@media (max-width: 800px) {

    /** {
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }  */
    .rwd-back-pc {
        display: block;
    }

    /*-更多業務宣傳-*/
    #MainAdSmallOverView {
        margin-right: 0;
    }

    #MainAdSmallOverView li a .Info h2 {
        font-size: 16px;
        line-height: 160%;
        margin: 0 0 6px 0;
    }

    #MainAdSmallOverView li a .Info span {
        font-size: 15px;
        line-height: 150%;
    }

    #MainAdSmallOverView li a {
        color: #535353;
        background: none;
        display: inline-block;
        padding: 15px 3%;
        width: 94%;
    }

    #MainAdSmallOverView li {
        display: inline-block;
        zoom: 1;
        vertical-align: top;
        margin: 0 1% 20px 1%;
        width: 30%;
        background: #eeeeee;
    }

    /*-多圖輪播-*/
    #ContentsContainer #Contents .picture_cont p {
        line-height: 150%;
        margin: 0 0 16px 0;
        font-size: 16px;
    }

    .rwd_kv_template .bx-wrapper .bx-pager {

        display: none;
    }

    .rwd_kv_template {
        display: block;
    }

    .rwd_kv_template .bx-wrapper img {
        width: 100%;
        display: block;
        max-height: initial !important;
    }

    a.pc-slider-title {
        background: #03a200;
        color: #fff;
        padding: 10px 19px;
        float: right;
        margin: 0 0 21px 0;
    }

    .MultipleImageContainer.pc_slider {
        display: none;
    }

    [canvas="container"] {
        margin-top: 59px;
        height: -webkit-calc(100% - 59px);
        height: -moz-calc(100% - 59px);
        height: calc(100% - 59px);
    }

    .RwdContainer,
    .rwdheader {
        display: block;
    }

    .page-controls {
        padding: 0 0 15px 0;
        font-size: 15px;
    }

    /*-頁數-*/
    .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%;
        margin: 0 0.5% 15px 0.5%;
        display: inline-block;
    }

    /*-更多最新消息-*/
    .NewsList li a .Date {
        color: #038c00;
        margin-bottom: 5px;
        display: block;
        font-size: 16px;
        font-weight: bold;
    }

    /*FatFooter*/
    .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;
        font-size: 0.92rem;
        line-height: 23px;
    }

    .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;
    }

    .FatFooterHeader a:hover {
        color: #fff;
    }

    .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;
    }

    /*FatFooter end*/
    /*Footer*/
    #Footer {
        width: 100%;
        font-size: 0.85rem;
    }

    #Footer .FooterSec_1Container {
        margin: 0 0 10px 0;
        padding-bottom: 0;
    }

    #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_1Container .Sec_1 p {
        margin-bottom: 9px;
        word-wrap: break-word;
    }

    #Footer .FooterSec_1Container .Sec_1 {
        color: #464648;
        float: none;
        margin: 10px auto;
        width: 95%;
        font-size: 15px;
        line-height: 27px;
    }

    #Footer .FooterSec_1Container .Sec_1 .Mail_icon {
        background: url(../images/Mail_icon.gif) no-repeat right 6px;
    }

    #Footer .FooterSec_2Container .Sec_1 {
        color: #464648;
        float: none;
        text-align: center;
    }

    #Footer .FooterSec_2Container .Sec_2 {
        float: none;
        width: 100%;
        text-align: center;
    }

    #Footer .FooterSec_1Container .Sec_2 ul {
        width: 98%;
        margin: 0 auto;
        overflow: hidden;
    }

    #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_2Container {
        padding-top: 3px;
        padding-bottom: 15px;
    }

    #Footer .FooterSec_2Container .Sec_1 p {
        margin-bottom: 15px;
    }

    #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_2Container .Sec_2 .A_Plus {
        float: none;
        margin-top: 5px;
    }

    #Footer .FooterSec_2Container .Sec_2 .Traffic {
        float: none;
        display: block;
        text-align: center;
        margin-top: 5px;
        width: 100%;
    }

    /*Footer end*/
    /* 首頁 
    **********************/
    /*關閉首頁元素*/
    #RelatedLinksContainer,
    #HeaderContainer,
    #Header_2Container,
    #HeaderMainMenuContainer,
    .MainContent-index {
        display: none;
    }

    /*
    #MainContentContainer,
    .MainContent-index,
    .MainContent-index > .wrap {
        width: 100%;
    }   
    */
    /*關閉首頁元素 end*/
    #MainContentContainer {
        width: 100%;
    }

    .marquee {
        padding: 20px 20px;
        background: #fff;
        display: block;
        overflow: hidden;
    }

    .marquee_title {
        background: #03a200;
        color: #fff;
        padding: 10px 20px;
        float: left;
        border-radius: 5px 0 0 5px;
        font-size: 15px;
    }

    /* 首頁 end 
    **********************/
    #ContentsContainer #Contents .article {
        line-height: 27px;
    }


    /*-三圖一列-*/
    .NewsImageContainer .Single .Description .EnlargeIcon {
        padding: 0 25px 0 0;
        background: url(../images/enlarge_icon_001.png) no-repeat right 2px;
        display: block;
        color: #626262;
        font-size: 15px;
        line-height: 26px;
    }

    .NewsImageContainer .Single {
        width: 45%;
        margin: 0 2% 45px 2%;
        display: inline-block;
        vertical-align: top;
        display: inline-block;
        zoom: 0;
        background: #e5e5e5;
    }

    /*-營業據點-*/
    #Header_2Container_index {
        display: none;
    }

    /*-file-download-*/
    #ContentsContainer #FileDownloadContainer .FileDownBox {
        background: none;
        border: 0;
        padding: 0;
        margin-bottom: 00;
    }

    #ContentsContainer #FileDownloadContainer .FileDownBox .FileDown .Info {
        float: right;
        background: #ffffff;
        width: 86%;
        min-height: initial;
        position: relative;
        padding: 6px 2%;
    }

    #ContentsContainer #FileDownloadContainer .FileDownBox .FileDown {
        float: left;
        width: 96%;
        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;
    }

    #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;
    }

    /*-郵局招考-*/
    .NewsList li a {
        padding: 22px 0 0px 0px;
        background: none;
    }

    /*-毛點nav-*/
    .scrollToNav a {
        padding: 6px 15px;
        font-size: 15px;
    }

    .scrollToNav li {
        margin: 0 2px 15px 0;
    }

    #CompanyInfoContainer #CompanyInfo_3 li {
        width: 46%;
        display: inline-block;
        vertical-align: top;
        float: left;
        margin: 0 2%;
    }

    #CompanyInfoContainer #CompanyInfo_7 li {
        width: 30%;
        display: inline-block;
        vertical-align: top;
        float: left;
        margin: 0 1.5% 25px 1.5%;
    }

    #CompanyInfoContainer #CompanyInfo_7 li .Info {
        width: 90%;
        margin: 0 auto;
        border: 5px solid #eeeeee;
        padding: 0 4%;
    }

    #CompanyInfoContainer #CompanyInfo_3 li .Info {
        font-size: 16px;
        line-height: 26px;
        margin: 0 0 25px 0;
    }

    #ContentsContainer #Contents #CompanyInfoContainer p.brief-foreword {
        margin: 0 0 16px 0;
        font-size: 16px;
        font-weight: bold;
    }

    #CompanyInfoContainer .article_1 .topic {
        background-size: contain;
    }

    #CompanyInfoContainer .BackToTop_2 {
        margin: 30px 0;
    }

    #ContentsContainer #Contents #CompanyInfoContainer p {
        line-height: 29px !important;
        margin: 0 0 14px 0;
        font-size: 16px;
    }

    .HeaderGraphic {
        width: 100%;
        text-align: center;
    }

    /*-企業社會責任-*/
    #LinksPage li a dl dt p.Topic i.btn_link {
        padding: 3px 15px;
        font-size: 0.75em;
        line-height: initial;
        position: relative;
        top: -2px;
        margin-left: 9px;
    }

    #ContentsContainer #Contents .article #LinksPage p.Topic {
        line-height: 160%;
        margin: 0 0 20px 0px;
        font-size: 19px;
    }

    #ContentsContainer #Contents .article #LinksPage p.Description {
        line-height: 160%;
        margin: 0;
        font-size: 15.5px;
        color: #8c8c8c;
    }

    #LinksPage li a {
        min-height: 120px;
        overflow: hidden;
        display: block;
        border-bottom: 1px solid #d9d9d9;
        padding: 20px 0;
    }

    #ContentsContainer #Contents .article #LinksPage dl dt {
        padding-left: 0;
        margin-left: 0;
        margin-bottom: 0;
        background: none;
        color: #666666;
        font-weight: 700;
        width: 73%;
        margin-right: 3%;
    }

    #ContentsContainer #Contents .article #LinksPage dl dd {
        padding-left: 0;
        margin-left: 0;
        margin-bottom: 0;
        background: none;
        padding: 5px;
        background: #e4e4e4;
        border: 0;
    }

    /*-資訊安全政策-*/
    #ContentsContainer #Contents .article ul.measures,
    #ContentsContainer #Contents .article ul.measures li {
        list-style: none;
        padding: 0;
    }

    #ContentsContainer #Contents .article ul.measures li {
        margin-bottom: 4px;
    }

    #ContentsContainer #Contents .article ul.measures li span {
        /* width: 55px; */
        display: inline-block;
        vertical-align: top;
    }

    #ContentsContainer #Contents .article ul.measures li p {
        display: inline-block;
        vertical-align: top;
        margin-bottom: 0;
        width: 93%;
    }

    .i-safty {
        width: 100%;
        line-height: 27px;
    }

    .i-safty .title {
        width: 100%;
        font-weight: bold;
        margin: 0 0 5px 0;
    }

    .i-safty .cont {
        width: 100%;
        margin: 0 0 15px 0;
    }

    /*-檔案下載-*/
    .RelatedContainer .ListContainer li .Inner dl {
        padding: 10px 25px 7px 25px;
        margin: 0px;
        background: url(../images/Download_Icon.jpg) no-repeat 5px center;
        position: relative;
        zoom: 1;
        border-bottom: 1px dotted #038c00;
    }

    .RelatedContainer .ListContainer .FileType {
        position: absolute;
        right: 0px;
        top: 14px;
    }

    .RelatedContainer .Header {
        padding: 9px 22px;
        font-weight: 700;
        font-size: 15px;
        margin: 0px 0px 9px 0px;
    }

    /*-關於我們-年報-*/
    .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;
    }

    /*-隱私權宣告-*/
    .PPCont {
        font-size: 16px !important;
        /* line-height: 27px !important; */
    }

    #ContentsContainer #Contents p.Bold700.foreword {
        line-height: 27px;
    }

    .PPCont .List_Style_Type_on ul li.pp-title {
        margin-left: 0;
        padding: 0 10px 8px 0;
    }

    .PPCont .List_Style_Type_on ul li {
        padding: 0 10px 18px 0;
        margin-left: 27px;
    }

    /*-組織架構-*/
    .SinglePic_L {
        margin: 0 0 10px 0;
    }

    .SinglePic_L img {
        max-width: 100%;
    }

    .post-organization {
        width: 100%;
        line-height: 27px;
    }

    #ContentsContainer #Contents .article .post-organization ol li {
        margin-bottom: 10px;
    }

    /*-版權宣告-*/
    .PrivacyPolicy .img_1 {
        float: right;
        margin: -26px -5px 0px 10px;
    }

    #ContentsContainer #Contents p {
        line-height: 140%;
        margin: 0 0 16px 0;
        font-size: 16px;
    }

    #ContentsContainer #Contents .article .PrivacyPolicy ol {
        list-style-type: decimal;
        padding: 6px 0;
    }

    /*-106經營方針-*/
    #ContentsContainer #Contents .article .manage106 dl dd span {
        display: inline-block;
        width: 49px;
    }

    #ContentsContainer #Contents .article .manage106 dl dt {
        margin-left: 0;
    }

    #ContentsContainer #Contents .article .manage106 dl dd {
        margin-left: 0;
        padding-left: 12px;
        background: url(../images/ListIcon_002.jpg) no-repeat 3px 11px;
    }

    #ContentsContainer #Contents .article ol li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    /*-基本框架-*/
    .RelatedContainer {
        margin: 30px 0 0 0;
    }

    #Post_NavContainer {
        margin: 10px 0 20px 0;
    }

    #ContentsContainer #Contents p.NewsTopic {
        line-height: 140%;
        margin: 0 0 16px 0;
        font-size: 20px;
    }

    div#NewsInnerContainer {
        font-size: 16px;
    }

    #Main #Section_2 #ShareNav {
        float: right;
        font-size: 14.5px;
        margin: 10px 0 0 0;
        color: #333333;
    }

    .BackToTop_2 {
        margin: 30px 0px 0 0;
    }

    .FatFooterHeader {
        padding: 0;
    }

    #InnerBodyContainer {
        padding: 0;
    }

    .Li_BorderBTM ul li {
        border-bottom: 1px solid #dcdcdc;
        padding: 6px 0px;
    }

    .Li_BorderBTM ul li:first-child {
        padding-top: 0;
    }

    .Li_BorderBTM ul li:last-child {
        padding-bottom: 0;
    }

    div#Header_2Container_index {
        display: none;
    }

    #NewsInnerContainer .FloatLeftImg .Description .EnlargeIcon,
    #NewsInnerContainer .FloatRightImg .Description .EnlargeIcon {
        background: url(../images/enlarge_icon_001.png) no-repeat right 2px;
        font-size: 13.5px;
        line-height: 20px;
    }

    /*-董事長簡介-*/
    #LeaderContainer table {
        font-size: 15px;
        line-height: 23px;
    }

    #LeaderContainer .TableStyle_01 th {
        text-align: center;
    }

    #LeaderContainer .Intro .Name em {
        font-size: 16px;
        color: #313131;
        margin-top: 11px;
        display: block;
    }

    #LeaderContainer .Intro .Name .Chinese {
        font-size: 24px;
        font-weight: 700;
        margin: 0 8px 0 0;
    }

    #LeaderContainer .Photo {
        float: left;
        margin: 0 5% 0 0;
        width: 220px;
        background: #eee;
        padding: 14px;
    }

    #LeaderContainer .Intro {
        float: left;
        margin: 0px 0px 20px 0px;
        width: 61%;
    }

    #LeaderContainer .Photo img {
        width: 100%;
    }

    #Main #Section_2 #Breadcrumbs {
        float: left;
        width: 100%;
        color: #b8b2ae;
        font-size: 14.5px;
        word-break: break-all;
        line-height: 21px;
    }

    #Main h1 {
        font-size: 28px;
        font-weight: bold;
        color: #535353;
        line-height: 33px;
        padding-bottom: 8px;
        margin-bottom: 16px;
        border-bottom: 3px solid #eeeeee;
    }

    .NewsImageContainer {
        text-align: left;
        width: 100%;
        position: relative;
    }

    #LocalNav {
        display: none;
    }

    #InnerBody {
        width: 100%;
    }

    #InnerBodyContent {
        width: 100%;
        margin: 0 auto;
        background: #ffffff;
        min-height: 560px;
    }

    #Main {
        width: 100%;
    }

    #MainContainer {
        width: 94%;
        margin: 0 auto;
        float: none;
        padding: 15px 0 20px 0 !important;
    }

    #ContentsContainer {
        width: 100%;
    }

    .NewsImageContainer .Single .IMG {
        background: #f2f2f2;
        width: 100%;
    }

    .NewsImageContainer .Single .IMG td img {
        width: auto;
        height: auto;
        max-height: 100%;
        max-width: 100%;
        display: block;
    }

    .NewsImageContainer .Single .Description {
        padding: 10px;
    }

    .NewsImageContainer .Single .IMG td a {
        width: 100%;
    }

    .NewsImageContainer .Single .IMG td {
        width: 100%;
        height: 100%;
        padding: 0;
    }

    #cboxTitle {
        color: #000;
        background: #fff;
        padding: 0 10px 10px;
        font-size: 15px;
        line-height: 18px;
    }

    .cboxPhoto {
        float: left;
        margin: auto;
        border: 0;
        display: block;
        width: 100%;
        height: auto;
        max-width: 100%;
        max-height: initial;
        min-width: 100% !important;
    }

    #LocalNavContainer {
        padding: 0;
    }

    #MainAdOverView li .Info {
        width: 94%;
        padding: 20px 3%;
    }

    #MainAdOverView li .Info h2 {
        margin-bottom: 0;
    }

    #MainAdOverView li .IMG {
        width: 94%;
        margin: 0 3%;
        padding-bottom: 20px;
    }

    #MainAdOverView li .IMG img {
        width: 100%;
        height: inherit;
        display: block;
    }

    #Main_Fullwidth #Section_2 #Breadcrumbs {
        width: 100%;
    }

    #SiteMapContainer .SiteMap_Section ul.SiteMapList {
        width: 45%;
        margin: 0px 0 20px 2%;
        padding: 15px 1%;
    }

    .rwd_print_ctrl {
        display: none;
    }

    .anti-fraud img {
        display: block;
    }
}

@media (max-width: 778px) {

    /*-董事長簡介-*/
    #LeaderContainer .Intro {
        width: 59%;
    }

    .rwd_MarqueeContainer {
        width: 84% !important;
    }
}

@media (max-width: 750px) {

    /*-董事長簡介-*/
    #LeaderContainer .Intro {
        width: 56%;
    }

    #LeaderContainer .TableStyle_01 th {
        width: 16% !important;
        padding: 10px 5px;
    }

    #LeaderContainer .TableStyle_01 td {
        width: 84% !important;
    }

}

@media (max-width: 740px) {

    /*-企業社會責任-*/
    .HeaderGraphic img {
        width: 100%;
    }
}

@media (max-width: 730px) {

    /*-更多業務宣傳-*/
    #MainAdSmallOverView li {
        margin: 0 1% 20px 1%;
        width: 47%;
    }
}


@media (max-width: 715px) {

    /*-filedownload-*/
    #ContentsContainer #FileDownloadContainer .FileDownBox .FileDown .Info {
        width: 84%;
    }
}

@media (max-width: 710px) {

    /*-企業社會責任-*/
    #ContentsContainer #Contents .article #LinksPage dl dt {
        width: 70%;
    }


}

@media (max-width: 700px) {

    /*-董事長簡介-*/
    #LeaderContainer .Photo {
        width: 211px;
    }

    .rwd_MarqueeContainer {
        width: 82% !important;
    }

}

@media (max-width: 675px) {

    /*-公司簡介-*/
    #CompanyInfoContainer #CompanyInfo_5 li {
        width: 45%;
    }

    #CompanyInfoContainer .CompanyInfo_5-List_7 {
        width: 70% !important;
    }
}

@media (max-width: 669px) {

    /*-董事長簡介-*/
    #LeaderContainer .Intro {
        width: 53%;
    }

}

@media (max-width: 648px) {

    /*-企業社會責任-*/
    #ContentsContainer #Contents .article #LinksPage dl dt {
        width: 67%;
    }

    /*-公司簡介-*/
    /*
    #CompanyInfoContainer #CompanyInfo_7 li .Info {
        min-height: 386px;
    }
    */
    .rwdindex-servicelinks .wrap li .icon_name {
        font-size: 1rem;
    }
}

@media (max-width: 625px) {

    /*-董事長簡介-*/
    #LeaderContainer .Photo {
        width: 94%;
        margin: 0;
        padding: 15px 3%;
        background: #fff;
    }

    #LeaderContainer .Photo img {
        width: 211px;
        margin: 0 auto;
        display: block;
    }

    #LeaderContainer .Intro {
        width: 100%;
        margin: 28px 0 0 0;
    }

    .rwd_MarqueeContainer {
        width: 80% !important;
    }
}

@media (max-width: 600px) {

    /*-filedownload-*/
    #ContentsContainer #FileDownloadContainer .FileDownBox .FileDown .Info {
        width: 82%;
    }

    #SiteMapContainer .SiteMap_Section ul.SiteMapList {
        width: 94%;
        margin: 0px 0 20px 0;
        padding: 15px 3%;
    }
}

@media (max-width: 598px) {

    /*-公司簡介-*/
    #CompanyInfoContainer #CompanyInfo_3 li {
        width: 41%;
        margin: 0 4%;
    }
}

@media (max-width: 590px) {

    /*-企業社會責任-*/
    #ContentsContainer #Contents .article #LinksPage dl dt {
        width: 64%;
    }
}

@media (max-width: 585px) {

    /*-公司簡介-*/
    #CompanyInfoContainer #CompanyInfo_7 li {
        width: 44%;
        display: inline-block;
        vertical-align: top;
        float: left;
        margin: 0 3% 25px 3%;
    }

    /*-更多最新消息-*/
    .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;
    }
}

@media (max-width: 560px) {

    /*-公司簡介-*/
    #CompanyInfoContainer #CompanyInfo_5 li .List_1 img,
    #CompanyInfoContainer #CompanyInfo_5 li .List_2 img,
    #CompanyInfoContainer #CompanyInfo_5 li .List_3 img,
    #CompanyInfoContainer #CompanyInfo_5 li .List_4 img,
    #CompanyInfoContainer #CompanyInfo_5 li .List_5 img,
    #CompanyInfoContainer #CompanyInfo_5 li .List_6 img,
    #CompanyInfoContainer .CompanyInfo_5-List_7 {
        display: none;
        /*20200108 修改*/
    }

    #CompanyInfoContainer #CompanyInfo_5 li .List_1,
    #CompanyInfoContainer #CompanyInfo_5 li .List_2,
    #CompanyInfoContainer #CompanyInfo_5 li .List_3,
    #CompanyInfoContainer #CompanyInfo_5 li .List_4,
    #CompanyInfoContainer #CompanyInfo_5 li .List_5,
    #CompanyInfoContainer #CompanyInfo_5 li .List_6,
    #CompanyInfoContainer .CompanyInfo_5-List_7 {
        height: auto;
        padding: 104px 0 0 0;
        width: 100%;
        margin: 0;
        line-height: 25px;
        font-size: 1rem;
        text-align: center;
    }

    #CompanyInfoContainer #CompanyInfo_5 li .List_1 {
        background: url(../images/CompanyInfo_img005_rwd1.png) no-repeat center top;
    }

    #CompanyInfoContainer #CompanyInfo_5 li .List_2 {
        background: url(../images/CompanyInfo_img005_rwd2.png) no-repeat center top;
    }

    #CompanyInfoContainer #CompanyInfo_5 li .List_3 {
        background: url(../images/CompanyInfo_img005_rwd3.png) no-repeat center top;
    }

    #CompanyInfoContainer #CompanyInfo_5 li .List_4 {
        background: url(../images/CompanyInfo_img005_rwd4.png) no-repeat center top;
    }

    #CompanyInfoContainer #CompanyInfo_5 li .List_5 {
        background: url(../images/CompanyInfo_img005_rwd5.png) no-repeat center top;
    }

    #CompanyInfoContainer #CompanyInfo_5 li .List_6 {
        background: url(../images/CompanyInfo_img005_rwd6.png) no-repeat center top;
    }

    #CompanyInfoContainer .CompanyInfo_5-List_7 {
        background: url(../images/CompanyInfo_img005_rwd7.png) no-repeat center top;
        width: 80% !important;
        line-height: 25px;
        padding: 20px 0 20px 106px !important;
    }

    #CompanyInfoContainer .CompanyInfo_5-List_7 {
        background: url(../images/CompanyInfo_img005_rwd7.png) no-repeat center top;
        width: 80% !important;
        line-height: 27px;
        padding: 104px 0 0 0 !important;
        margin: 0 10%;
    }

    .rwd_MarqueeContainer {
        width: 78% !important;
    }
}

@media (max-width: 558px) {

    /*-隱私權保護政策-*/
    p.pp-titile-image {
        width: 100%;
    }

    p.pp-titile-image img {
        width: 100%;
    }
}

@media (max-width: 535px) {

    /*-企業社會責任-*/
    #ContentsContainer #Contents .article #LinksPage dl dt {
        width: 61%;
    }

    .rwdindex-news-nav {
        width: 85%;
    }
}

@media (max-width: 532px) {
    /*-公司簡介-*/
    /*
#CompanyInfoContainer #CompanyInfo_7 li .Info {
    min-height: 328px;
}
*/
}

@media (max-width: 515px) {

    /*-關於我們-年報-*/
    .download-table-mod.bulletin .hd {
        padding: 11px 6px;
    }

    /*-filedownload-*/
    #ContentsContainer #FileDownloadContainer .FileDownBox .FileDown .Info {
        width: 80%;
    }

    .rwdindex-servicelinks .wrap,
    .rwdindex-servicelinks .wrap_two {
        float: left;
        width: 100%;
    }

    .rwdindex-servicelinks .wrap_two li {
        width: 39.8%;
    }

    .rwd_MarqueeContainer {
        width: 76% !important;
    }
}

@media (max-width: 500px) {

    /*-單圖置右-*/
    #NewsInnerContainer .FloatRightImg,
    #NewsInnerContainer .FloatLeftImg {
        float: left;
        padding: 1%;
        width: 98%;
        border: 1px solid #dcdcdc;
        margin: 0 0 15px 0;
    }

    #NewsInnerContainer .FloatLeftImg .IMG,
    #NewsInnerContainer .FloatRightImg .IMG {
        background: #ffffff;
        padding: 0;
        display: block;
        width: 232px;
        margin: 0 auto;
        border: 0;
    }

    /*-更多業務宣傳-*/
    #MainAdSmallOverView li {
        margin: 0 1% 20px 1%;
        width: 98%;
    }
}

@media (max-width: 490px) {

    /*-資訊安全-*/
    #ContentsContainer #Contents .article ul.measures li p {
        width: 85%;
    }

    /*-企業社會責任-*/
    #ContentsContainer #Contents .article #LinksPage dl dt {
        width: 59%;
    }

    /**2020**/
    .rwdbiz-index ul li a {

        font-size: 0.9rem;
    }
}

@media (max-width: 489px) {
    /*-公司簡介-*/
    /*
#CompanyInfoContainer #CompanyInfo_7 li .Info {
    min-height: 357px;
}
*/
}

@media screen and (max-width: 480px) {

    a.WebPhone_icon,
    .footer-line {
        /*display: none;*/
    }

    .Accessibility-detail {
        font-size: 15px;
    }

    .scrollToNav li {
        margin: 0 0 11px 0;
        width: 100%;
    }

    #CompanyInfoContainer #CompanyInfo_8 .Box {
        width: 100%;
    }

    /*-首頁-*/
    #rwdindex-news-tabs .ui-slider-tabs-list li {
        width: auto;
        padding: 0 50px;
        font-size: 1.125rem;
        height: 60px;
    }

    /*-更多業務宣傳-*/
    #MainAdSmallOverView li {
        margin: 0 1% 20px 1%;
        width: 98%;
        height: auto !important;
    }

    /*-更多最新消息-*/
    .sort-method-buttons {
        float: left;
        position: relative;
        width: 100%;
        margin: 15px 0 0 0;
    }

    .sort-method-buttons li {
        float: left;
        position: relative;
        width: 24.5%;
        margin: 0;
        padding: 7px 0;
        border: 1px solid #ccc;
        border-left: 0;
    }

    .sort-method-buttons li:first-child {
        border-left: 1px solid #ccc;
    }

    .sort-method-buttons ul {
        float: left;
        width: 99.5%;
        border: 0;
        border-right: 0;
    }

    .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%;
    }

    /*-filedownload-*/
    #ContentsContainer #FileDownloadContainer .FileDownBox .FileDown .FileType {
        float: left;
        margin: 0 12px 0 0;
    }

    .NewsImageContainer .Single {
        width: 96%;
        margin: 0 2% 25px 2%;
        height: auto !important;
    }

    #CompanyInfoContainer #CompanyInfo_8 .textContain {
        border-left: 0;
        padding: 0;
        width: 100%;
    }

    #Footer .FooterSec_1Container .Sec_2 {
        padding: 8px 0;
        width: 100%;
    }

    /*-企業簡介-*/
    #ContentsContainer .ImgFloRight.briefpic {
        float: left;
        margin: 0 6% 20px 6%;
        width: 88%;
    }

    #CompanyInfoContainer #CompanyInfo_7 li .Info {
        min-height: auto !important;
        background: #fff;
        border: 0;
        margin: 1%;
        width: 92%;
        padding: 15px 3%;
        height: auto !important;
    }

    #ContentsContainer h4 {
        font-size: 18px;
    }

    #CompanyInfoContainer #CompanyInfo_8 .Info_1,
    #CompanyInfoContainer #CompanyInfo_8 .Info_2,
    #CompanyInfoContainer #CompanyInfo_8 .Info_3 {
        padding: 15px 0;
    }

    #CompanyInfoContainer #CompanyInfo_8 .img {
        width: 100%;
        text-align: center;
    }

    /*
    #CompanyInfoContainer #CompanyInfo_8 .Info_1 {
        background: url(../images/CompanyInfo_img008_1.jpg) no-repeat top center;
    }
    #CompanyInfoContainer #CompanyInfo_8 .Info_2 {
        background: url(../images/CompanyInfo_img008_2.jpg) no-repeat top center;
    }
    #CompanyInfoContainer #CompanyInfo_8 .Info_3 {
        background: url(../images/CompanyInfo_img008_3.jpg) no-repeat top center;
    }
*/
    #CompanyInfoContainer #CompanyInfo_7 li {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        float: left;
        margin: 0 0 20px 0;
        background: #eeeeee;
    }

    #CompanyInfoContainer #CompanyInfo_3 li {
        width: 96%;
        margin: 0 2%;
    }

    /*-企業社會責任-*/
    #LinksPage li a dl dt p.Topic i.btn_link {
        padding: 3px 15px;
        font-size: 0.75em;
        line-height: initial;
        position: absolute;
        top: 0;
        margin-left: 0;
        left: 0;
    }

    #ContentsContainer #Contents .article #LinksPage dl {
        position: relative;
        margin: 0;
    }

    #ContentsContainer #Contents .article #LinksPage dl dd {
        margin: 0;
        background: none;
        padding: 0;
        background: 0;
        border: 0;
        width: 100%;
    }

    #LinksPage li a .ThumbImg td {
        text-align: left;
        background: 0;
    }

    #ContentsContainer #Contents .article #LinksPage dl dt {
        width: 100%;
        margin: 0 0 11px 0;
        padding: 30px 0 0 0;
    }

    /*-大標-*/
    #Main h1,
    #Main h1 .CurrentTitle {
        font-size: 25px;
    }

    /*-關於我們-年報-*/
    .icon-folder-mini {
        display: inline-block;
        width: 16px;
        height: 16px;
        margin: 0;
        vertical-align: middle;
        background: none;
        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;
    }

    /*-董事長簡介-*/
    #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;
    }

    #Main #Section_2 #Breadcrumbs a {
        color: #7b7b7b;
    }

    /*-基本框架-*/
    .PublishInfo {
        color: #919191;
        overflow: hidden;
        padding: 0;
        border-bottom: 0;
    }

    .PublishInfo ul {
        float: left;
        width: 100%;
    }

    .PublishInfo ul li {
        float: left;
        padding: 0;
        border-left: 0;
        width: 100%;
        margin: 0 0 7px 0;
        font-size: 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: -15px 0 15px 0;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

    /*-106經營方針-*/
    #ContentsContainer #Contents .article .manage106 dl dd p {
        display: inline-block;
        width: 83%;
        margin: 0 !important;
        vertical-align: top;
    }
}

@media (max-width: 460px) {
    .rwd_MarqueeContainer {
        width: 74% !important;
    }
}

@media (max-width: 426px) {
    .rwd_MarqueeContainer {
        width: 72% !important;
    }
}

@media (max-width: 408px) {

    /*-filedownload-*/
    #ContentsContainer #FileDownloadContainer .FileDownBox .FileDown .Info {
        width: 78%;
    }
}

@media (max-width: 400px) {

    /*-footer-*/
    #Footer .FooterSec_1Container .Sec_2 li {
        width: 33%;
        margin: 6px auto;
    }

    #Footer .FooterSec_1Container .Sec_2 {
        padding: 0;
        width: 100%;
        background: none;
        border: 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;
    }

    /*-footer-*/
    #Footer .FooterSec_1Container .Sec_1 .Location {
        margin: 0 0 3px 0;
        padding: 2px 2%;
        background: #fff;
        border: 1px solid #dcdcdc;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        width: 95%;
        float: left;
    }

    /*-關於我們-年報-*/
    .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_MarqueeContainer {
        width: 70% !important;
    }

    /*-更多最新消息-*/
    .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;
    }
}

@media (max-width: 395px) {

    /*-資訊安全-*/
    #ContentsContainer #Contents .article ul.measures li p {
        width: 88%;
    }
}

@media (max-width: 375px) {

    .rwdbiz ul li a,
    .rwdbiz-index ul li a {
        font-size: 0.89rem;
        padding-top: 75%;
    }

    .navfirst-item > a,
    .navsecond-item > a,
    .navthird-item > a {
        font-size: 1.05rem;
        line-height: 22px;
    }

    .navsecond-item > a::before {
        margin: 7px 0 0 0;
    }

    .navthird-item > a::before {
        margin: 10px 0 0 0;
    }

    .rwd-lang li {
        /*font-size: 1rem;*/
    }

    .rwdindex-servicelinks .wrap li img {
        width: 72px;
    }

    .rwdindex-servicelinks .wrap li {
        height: 100px;
    }

    .rwd_MarqueeContainer {
        width: 68% !important;
    }

    /*-首頁-*/
    #rwdindex-news-tabs .ui-slider-tabs-list li {
        width: auto;
        padding: 0 34px;
        font-size: 1.125rem;
        height: 60px;
    }

    .rwdindex-servicelinks .wrap li.benefit img,
    .rwdindex-servicelinks .wrap li.expo img {
        width: 100px;
    }

    .rwdindex-servicelinks .wrap li.benefit,
    .rwdindex-servicelinks .wrap li.expo {
        height: inherit;
    }

    .rwdindex-news-nav {
        width: 80%;
    }
}

@media (max-width: 370px) {

    /*-106經營方針-*/
    #ContentsContainer #Contents .article .manage106 dl dd p {
        width: 81%;
    }
}

@media (max-width: 363px) {

    /*-filedownload-*/
    #ContentsContainer #FileDownloadContainer .FileDownBox .FileDown .Info {
        width: 76%;
    }

    .rwd_MarqueeContainer {
        width: 66% !important;
    }
}

@media (max-width: 355px) {

    /*-首頁-*/
    .rwdindex-servicelinks .wrap li .icon_name {
        font-size: 0.96rem;
    }

    .rwdindex-servicelinks .wrap li {
        width: 29%;
        padding: 11px 2%;
    }

    .rwdindex-servicelinks .wrap.wrap_two li {
        width: 39.8%;
        padding: 11px 5%;
    }
}

@media only screen (max-width: 346px) {

    /*-106經營方針-*/
    #ContentsContainer #Contents .article .manage106 dl dd p {
        width: 80%;
    }
}

@media only screen (max-width: 336px) {

    .rwdbiz ul li a,
    .rwdbiz-index ul li a {
        font-size: 0.85rem;
    }

    .rwd_MarqueeContainer {
        width: 64% !important;
    }
}

@media (max-width: 326px) {

    /*-filedownload-*/
    #ContentsContainer #FileDownloadContainer .FileDownBox .FileDown .Info {
        width: 74%;
    }
}

@media print {

    html {
        height: auto;
    }

    .rwdheader {
        position: absolute;
        top: 0;
        width: 100%;
        background: url(../images/rwd_header_bg.png) 0 0 #03a200;
    }

    #CompanyInfoContainer #CompanyInfo_3 li .Info {
        font-size: 16px;
        line-height: 26px;
        margin: 0;
        padding: 0 15px 0 15px;
    }
}
