﻿.hide {
    display: none;
}

/***** RWD Style *****/

.rwd_Postal_Express_TableStyle_02 table {
    margin-bottom: 10px;
}

.rwd_Postal_Express_TableStyle_02 .th {
    width: 120px;
}

.rwd_Postal_Express_TableStyle_02 {
    display: none;
}

table.TableStyle_02.rwd-postaddresault {
    display: none;
}

.rwd-back-pc {
    text-align: center;
    padding-bottom: 12px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
    /*display: none;    */
}

.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-detail {
    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;
    border: 0 !important;
}

.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 */

/*漢堡選單動效*/

.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%;
}

/*漢堡選單動效 end*/

.pc-map {
    display: block;
}

.rwd-map {
    display: none;
}


/***** RWD Style end *****/

@media (max-width: 980px) {

    /*html {height: auto;}
	body {overflow-y: auto;}*/
    #Header {
        width: 100%;
    }

    #Header_VersionContainer {
        left: -5px;
    }

    #Header_2 {
        width: 100%;
    }

    #HeaderMainMenuContainer {
        width: 99.8%;
    }

    #InnerBody,
    #InnerBodyContent {
        width: 100%;
    }

    #Footer {
        width: 100%;
    }

    #MainContentInner_1 {
        width: 100%;
    }

    #NewsContainer {
        left: 0px;
        margin: 0;
        border-left: 0px;
        width: 100%;
    }

    #NewsInner {
        width: auto;
    }

    .news_tabs_wrap {}

    .news_tabs_wrap ul.tabs li {
        margin: 0;
        width: 14%;
    }

    .news_tabs_wrap ul.tabs li:last-child {
        width: 30%;
    }

    .news_tabs_wrap ul.tabs a {
        text-align: center;
    }


    #MainAdContainer {
        margin: 0;
        border: 0px;
        width: 100%;
    }

    #MainAd {
        width: 100%;
        height: auto;
    }

    #flexslider_big .slides > li img,
    #MainAd a img {
        height: auto;
    }

    #MainBG_L,
    #MainBG_R,
    #MainBG2_L,
    #MainBG2_R {
        display: none;
    }

    #Main_2_MiddleContainer {
        margin: 0;
    }

    #MainContentInner_2 {
        width: auto;
    }

    #Main_2_MiddleContainer {
        width: auto;
    }

    #Main_2_Middle_Left {
        width: 30%;
        height: auto;
    }

    #Main_2_Middle_Right {
        width: 67%;
    }


    #RelatedLinks .bx-wrapper {
        width: 75%;
        margin-bottom: 25px;
    }

    .ServiceLinkContainer {
        width: 21.7%;
        padding-left: 10px;
        margin-left: 10px;
    }

    .ServiceLinkHeader,
    .ServiceLinkHeader p,
    .ServiceLinkHeader > img {
        width: 100%;
    }

    .ServiceLinkHeader {
        height: auto;
    }

    .ServiceLinkHeader p {
        margin: 8px 0;
    }

    .ServiceLinkMenuMore select {
        width: 100%;
    }

    #SmallBannerContainer {
        width: 99%;
    }

    .BannerItemContainer {
        width: 50%;
    }

    .BannerItem_1,
    .BannerItem_2 {
        border: 1px solid #e2e2e2;
        border-top: 0px;
        background: none;
        width: 99.6%;
    }

    .BannerItem_1 {
        -webkit-border-bottom-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .BannerItem_2 {
        -webkit-border-bottom-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #SmallBanner .bx-wrapper {
        width: 82%;
    }

    #SmallBanner .flexslider .slides img,
    #SmallBanner .bx-wrapper img {
        width: 100%;
        height: auto;
    }

    #LocalNavContainer {
        width: 23%;
    }

    #LocalNav {
        width: auto;
        padding: 3px;
        border: 1px solid #dddbd9;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
    }

    #LocalNav .LocalNavBG_Top,
    #LocalNav .LocalNavAreaBG_BTM {
        display: none;
    }

    #LocalNav .LocalNavBG_BodyContainer {
        background: none;
    }

    #LocalNav .LocalNavBG_Body {
        width: 100%;
    }

    #LocalNav .LocalNavBG_Body .LocalNavGraphic img {
        width: 100%;
    }

    .demo-container {
        width: 100%;
    }

    #MainContainer {
        width: 70%;
    }

    #Main {
        width: auto;
    }

    .megamenu_container,
    #ServiceDropContainer,
    #AllLocationDropContainer {
        position: relative;
        float: left;
    }

    .megamenu_container {
        width: 57%;
        margin-right: 20px;
    }

    .megamenu > li .megamenu_fullwidth {
        width: 100%;
        max-width: 920px;
    }

    #ServiceDropContainer,
    #AllLocationDropContainer {
        width: 18%;
        right: 0px;
    }

    #MarqueeContainer,
    #MarqueeContainer_noScript,
    div#abgne_marquee {
        width: auto;
    }


    #HeaderMainMenu:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    /*首頁重拆*/
    .MainContent-index > .wrap {
        width: 100%;
    }

    .MainContent-index > .wrap .left-index {
        width: 30%;
    }

    .MainContent-index > .wrap .right-index {
        width: 70%;
    }

    .MainContent-index > .wrap .left-index .deco-bg,
    .MainContent-index > .wrap .right-index .deco-bg {
        display: none;
    }

    /*首頁重拆 end*/
    /*accordion*/
    .accordion_green .accordion,
    .accordion_related .accordion,
    .accordion_grey_gradient .width655px,
    .accordion_grey_gradient .accordion {
        width: auto;
    }

    /*accordion end*/
    /*nesttab*/
    .TabsContainer .wrap,
    .wrap {
        width: auto;
    }

    .TabsStyle2Container .wrap {
        width: auto;
    }

    /*nesttab end*/
    /*文章列表006-連結*/
    .ContentBoxContainer {
        width: auto;
        border: 1px solid #ffffff;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -moz-box-shadow: 0px 0px 5px 0px #a2a2a2;
        -webkit-box-shadow: 0px 0px 5px 0px #a2a2a2;
        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 {
        width: 30%;
    }

    .ContentBoxContainer .ContentBox_md .GraphicImg img {
        width: 100%;
    }

    .ContentBoxContainer .ContentBox_md .LinksContainer {
        width: 65%;
    }

    .ContentBoxContainer .ContentBox_md .LinksContainer .List_BTN_Style3 {
        width: 100% !important;
    }

    /*文章列表006-連結 end*/
    .SinglePic_L img {
        width: 100%;
    }

    .faq-btn,
    .faq-content {
        width: 90%;
    }

    #MainAdOverView li {
        width: 100%;
    }

    #MainAdOverView li .Info {
        width: 28%;
    }

    #MainAdOverView li .IMG {
        width: 65%;
    }

    #MainAdOverView li .IMG img {
        width: 100%;
        height: auto !important;
    }

    #SiteMapContainer .SiteMap_Section ul.SiteMapList {
        width: 26%;
    }

    /*查詢專區*/
    .Postal_TabsContainer .wrap {
        width: auto;
    }

    .Postal_TableStyle_04 {
        width: 100%;
    }

    /*查詢專區 end*/
    /*營業據點*/
    #pageSearch {
        width: auto;
        padding: 0 0 0 0px;
    }

    .Blue {
        background: transparent;
    }

    #pageSearch span {
        /*float: none;*/
    }

    #pageSearch .span2 {
        padding: 0;
    }

    #pageSearchBT,
    #OXSearchBT {
        float: left;
        display: block;
        margin-top: 5px;
    }

    #pageSearch #opensearch {
        clear: both;
        position: static;
    }

    #pageSearch #opensearch .faq-list {
        width: auto;
    }

    #pageSearch #opensearch .faq-btn {
        margin: 10px 0;
        width: auto;
    }

    #pageSearch #opensearch .faq-content {
        left: 0px;
        width: 100%;
    }

    #pageSearch #opensearch .faq-content .TabsContainer {
        width: auto;
        padding-bottom: 0px;
        padding: 10px;
    }

    #pageSearch #opensearch .faq-content .TabsContainer .wrap {
        width: auto;
    }

    #pageSearch #opensearch .faq-content .TabsContainer .TabInnerWarp,
    #Main #ContentsContainer #Contents .citytable #pagemainOX {
        width: auto;
    }

    #pageSearch #opensearch .faq-content .TabsContainer .TabInnerWarp:after,
    #Main #ContentsContainer #Contents .citytable #pagemainOX:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    #pageSearch #opensearch .faq-content .TabsContainer ul.tabs li {
        /*float: none;*/
        width: 49%;
    }

    #pageSearch #opensearch .faq-content .TabsContainer ul.tabs li.long {
        width: 49%;
    }

    #opensearch .faq-content .TabsContainer ul.tabs a {
        text-align: left;
        padding: 0px 10px 0px 25px;
        background: url(../images/point/icon-questions_off.gif) no-repeat 0px 7px #d6d6d6;
    }

    #opensearch .faq-content .TabsContainer ul.tabs a:hover {
        background: url(../images/point/icon-questions.gif) no-repeat 0px 7px #EEE;
    }

    #pageSearch #opensearch .faq-content .TabsContainer ul.tabs a.current,
    #pageSearch #opensearch .faq-content .TabsContainer ul.tabs a.current:hover,
    #pageSearch #opensearch .faq-content .TabsContainer ul.tabs li.current a {
        background: url(../images/point/icon-questions.gif) no-repeat 0px 7px #EEE;
    }

    #pageSearch #opensearch .faq-content .TabsContainer .TabInnerWarp p {
        height: auto;
    }

    #pageSearch #opensearch .faq-list #mainsearchbottom {
        position: relative;
        clear: both;
        width: auto;
        left: auto;
        padding: 0;
        margin-top: 10px;
        float: right;
    }

    #Main #ContentsContainer #Contents .citytable #pagemainOX #mainsearchbottom {
        left: 0px;
    }

    #pageSearch #opensearch .faq-list #mainsearchbottom input.Submit,
    #Main #ContentsContainer #Contents .citytable #pagemainOX #mainsearchbottom input.Submit {
        right: 10px;
    }

    #Main #ContentsContainer #Contents .citytable {
        width: auto;
    }

    #Main #ContentsContainer #Contents .citytable {
        float: none;
        font-size: 17px;
        line-height: 20px;
    }

    #pagemain {
        float: none;
        clear: both;
        margin: 0px;
        width: auto;
    }

    #pagemain h1 {
        float: none;
        width: auto;
        margin-bottom: 0px;
    }

    #pagemain #Section_2 {
        margin-bottom: 20px;
    }

    #pagemain #Section_2 #ShareNav {
        margin-top: 0px;
    }

    #pagemain #table {
        padding: 5px;
    }

    .Pointpagination {
        font-size: 0.7em;
    }

    .Pointpagination a {
        padding: 4px;
    }

    .Pointpagination a.disable,
    .Pointpagination a.disable:hover {
        padding: 0 5px;
    }

    .Pointpagination a.disable2 {
        background: #ffffff;
        padding: 0 5px;
    }

    .Pointpagination a.disable2:hover {
        padding: 0 5px;
        background: #ffffff;
    }

    /*營業據點 end*/
    .demo-container {
        width: 100% !important;
    }
}

@media (max-width: 800px) {

    /** {
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    } */
    .rwd-back-pc {
        display: block;
    }

    .ptsaa3 table.TableStyle_02_s.rwd_list_2.rwd-open800 {
        display: inline-table !important;
        font-size: 16px;
        line-height: 22px;
        margin: 0 0 20px 0 !important;
    }

    .ptsaa3 table.TableStyle_02_s.rwd_list_2.rwd-open800 th {
        width: 145px;
    }

    #ContentsContainer #Contents .Topic_Style03 {
        color: #666666;
        font-weight: 700;
        background: url(../images/Topic_Style03.png) no-repeat left 1px;
        padding-left: 20px;
        font-size: 19px;
        margin: 5px 0 15px 0;
        display: block;
    }

    .rwd-close {
        display: none;
    }

    .rwd-open {
        display: block !important;
    }

    .rwd-close800 {
        display: none;
    }

    table.TableStyle_02_s.rwd_list_2.rwd-open800 {
        display: inline-table;
    }

    #Main h1 {
        font-size: 28px;
        font-weight: bold;
        color: #535353;
        line-height: 33px;
        padding-bottom: 8px;
        margin-bottom: 16px;
        border-bottom: 3px solid #eeeeee;
    }

    #ContentsContainer #Contents .article {
        word-wrap: break-word;
        word-break: normal;
        font-size: 16px;
        line-height: 28px;
    }

    .a-margin {
        margin: 20px 0;
    }

    .translate-list .Topic_Style01 {
        width: 100%;
        margin: 0 0 15px 0 !important;
        display: inline-block !important;
        background: url(../images/Topic_Style01.jpg) no-repeat left 7px !important;
        background-size: 9px !important;
    }

    .translate-list a {
        font-size: 20px;
        color: #50549b !important;
    }

    #ContentsContainer #Contents .Topic_Style01 {
        color: #4f549b;
        font-weight: 700;
        background: url(../images/Topic_Style01.jpg) no-repeat left 7px;
        padding-left: 16px;
        font-size: 19px;
        margin-bottom: 20px;
        display: block;
        background-size: 11px;
        line-height: 26px;
    }

    /*-自動櫃員機(含WebATM)資費及限額表-*/
    .rwd_cont.webatm .rwd_list_2 {
        margin: 15px 0%;
        width: 100%;
        display: table;
        font-size: 16px;
        line-height: 24px;
    }

    .rwd_cont.webatm .rwd_list_2 tr th {
        padding: 10px 5px;
    }

    /*-查無結果-*/
    .Result-Style .Content .title {
        font-size: 1.15em;
        margin: 0;
        background: #fff;
        padding: 0;
        color: #333 !important;
    }

    /*-國際快捷/包裹資費查詢-*/
    table.TableStyle_02.szaa3-table1,
    table.TableStyle_02.szaa3-table2 {
        width: 100%;
        margin: 16px 0;
    }

    table.TableStyle_02.szaa3-table1 th,
    table.TableStyle_02.szaa3-table1 td,
    table.TableStyle_02.szaa3-table2 th,
    table.TableStyle_02.szaa3-table2 td {
        padding: 8px 6px;
    }

    .szaa3 input[type="checkbox"] {
        margin: 0 5px 0 0;
    }

    .szaa3 font {
        line-height: 24px;
    }

    .szaa3-cont1-1,
    .szaa3-cont3-1 {
        float: left;
        width: 100%;
        margin: 0 0 13px 0;
    }

    .szaa3-cont3-1 input {
        min-width: 140px;
    }

    .szaa3-mailvol-cont input {
        min-width: 75px;
    }

    .szaa3-mailvol-cont span.minus-wrap {
        float: left;
        width: 100%;
        margin: 13px 0;
    }

    .szaa3-cont1,
    .szaa3-cont2,
    .szaa3-cont3 {
        padding: 0;
        float: left;
        width: 100%;
    }

    .szaa3-cont1 font,
    .szaa3-cont2 font,
    .szaa3-cont3 font {
        font-family: 微軟正黑體;
    }

    span.szaa-forword {
        float: left;
        width: 100%;
        margin: 0 0 10px 0;
        line-height: 26px;
    }

    .DL_Style02 table td {
        padding: 0 0 5px 0;
        width: 100%;
        float: left;
        text-align: left;
        line-height: 23px;
    }

    /*-國內包裹/快捷資費查詢-*/
    #ContentsContainer #Contents .article.ds-description strong .Topic_Style01 {
        color: #4f549b;
        font-weight: 700;
        background: url(../images/Topic_Style01.jpg) no-repeat left 9px;
        padding-left: 12px;
        font-size: 1.4em;
        margin: 15px 0 0 0;
        display: block;
        background-size: 9px;
        line-height: 26px;
    }

    .ds-btn .Submit_Style1 {
        background: #027300;
        color: #ffffff;
        font-weight: normal;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        border: 0px;
        cursor: pointer;
        text-align: center;
        padding: 7px 35px !important;
        margin: 0 8px;
        font-size: 16px;
    }

    .article.ds-description br {
        display: none;
    }

    table.Postal_TableStyle_bordernone.ds-table1 {
        line-height: 25px;
    }

    .Postal_TableStyle_bordernone.ds-table1 td {
        padding: 0 5px 5px 5px;
    }

    .Postal_TableStyle_bordernone.ds-table1 td input {
        margin-top: 7px;
    }

    .ds-cont .input_style01 {
        min-width: 75px;
    }

    .BoxContainer_Style1 h2 {
        background: #e2ffe1;
        padding: 10px 15px;
        color: #038c00;
        font-size: 1.1em;
        margin: 10px 0 0 0;
    }

    b.mail-size {
        float: left;
        width: 100%;
        margin: 0 0 4px 0;
    }

    #ContentsContainer #Contents .Topic_Style02_noBlock {
        color: #038c00;
        font-weight: 700;
        background: url(../images/Topic_Style02.png) no-repeat left center;
        padding-left: 18px;
        font-size: 1.1em;
        margin: 18px 0;
        display: inline-block;
        width: 90%;
    }

    .BoxContainer_Style1.domestic-sear .Note {
        margin: 9px 0 0 0;
        width: 100%;
        float: left;
        line-height: 24px;
    }

    .domestic-sear {
        font-size: 16px;
    }

    .domestic-sear input {
        font-size: 15px;
        padding: 4px 6px;
        border: 1px solid #ccc !important;
        margin: 0px 5px;
    }

    .BoxContainer_Style1 .ds-cont p {
        line-height: 180%;
        margin-bottom: 15px !important;
        display: inline-block;
        width: 100%;
    }

    /*-國內包裹/快捷資費查詢結果頁-*/
    .postal-resault-page .padin_15px {
        padding: 0;
    }

    #ContentsContainer #Contents .postal-resault-page .Topic_Style03 {
        font-size: 1.35em;
        margin: 15px 0 7px 2%;
        line-height: 27px;
        background: url(../images/Topic_Style03.png) no-repeat left 7px !important;
        float: left;
        width: 90%;
    }

    .SearchResult_Style01 .Total {
        margin: 0 0 15px 0;
        text-align: right;
        padding: 0 0 10px 0;
        border-bottom: 1px solid #cccbcb;
    }

    table.TableStyle_03.resault-title-table {
        float: left;
        width: 96%;
        margin: 0 2% 15px 2%;
        font-size: 16px;
        text-align: left !important;
    }

    table.TableStyle_03.resault-title-table th {
        text-align: left !important;
        vertical-align: top !important;
        padding: 5px;
    }

    table.TableStyle_03.resault-title-table td {
        text-align: left !important;
        vertical-align: top !important;
        padding: 5px;
    }

    /*-大陸快捷(EMS)-大陸快捷/包裹資費查詢-*/
    .ems-sear-resault .query_out {
        width: 100%;
    }

    span#price_text_rwd {
        margin: 0 0 6px 0;
        float: left;
        width: 100%;
    }

    .ems-sear-resault font {
        margin: 0 0 6px 0;
        float: left;
        width: 100%;
    }

    .rwd_cont.rwd800 {
        padding: 0 !important;
    }

    .ems-sear-resault .Postal_TableStyle_04 {
        border: 1px solid #e3e3e3;
        width: 100%;
        line-height: 23px;
    }

    .ems-sear-resault .Postal_TableStyle_04 th,
    .ems-sear-resault .Postal_TableStyle_04 td {
        padding: 10px 5px;
    }

    .ems-sear-resault {
        font-size: 16px;
    }

    td.ds-btn.table-ds {
        margin: 0;
    }

    .volume-cont2-1 {
        display: inline-block;
    }

    .volume-cont {
        margin: 0 0 12px 0;
    }

    .volume-cont input {
        min-width: 150px;
    }

    table.rwd_list.ems-sear span.import {
        float: left;
        width: 100%;
        margin: 9px 0 0 0;
        line-height: 25px;
    }

    table.rwd_list.ems-sear input,
    table.rwd_list.ems-sear select {
        font-size: 15px;
        padding: 6px 5px;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        border-radius: 0;
        border: 1px solid #ccc;
        font-family: 微軟正黑體;
    }

    table.rwd_list.ems-sear {
        font-size: 16px;
        width: 100%;
        margin: 0 0 35px 0;
        display: inline-block;
    }

    table.rwd_list.ems-sear th {
        width: 96%;
        float: left;
        padding: 8px 2%;
        border: 0;
        background: #2cb02a;
        color: #fff;
        text-align: center;
    }

    table.rwd_list.ems-sear td {
        width: 96%;
        float: left;
        padding: 15px 2%;
        background: #f2f2f2 !important;
        border: 0;
    }

    .title.subtitle {
        float: left;
        width: 100%;
        font-size: 20px;
        margin: 5px 0 18px 0;
        color: #027300;
        font-weight: bold;
        background: #fff;
        padding: 0;
    }

    #ContentsContainer #Contents .article strong .Topic_Style01 {
        color: #4f549b;
        font-weight: 700;
        background: url(../images/Topic_Style01.jpg) no-repeat left 9px;
        padding-left: 19px;
        font-size: 1.4em;
        margin-bottom: 0px;
        display: inline-block;
        background-size: 9px;
        line-height: 26px;
    }

    /*-大陸函件資費查詢-*/
    .szaa-china-cont2 font {
        font-family: 微軟正黑體;
    }

    .szaa-china-cont1,
    .szaa-china-cont2 {
        line-height: 26px;
    }

    .szaa-china-cont1 select {
        margin: 5px 0 0 0;
    }

    /*-國際函件資費查詢-*/
    .subtitle {
        font-size: 18px;
        margin: 0 0 15px 0;
        float: left;
    }

    .szaa-red-remind {
        float: left;
        width: 100%;
    }

    tr.szaa2-con3 font {
        font-family: 微軟正黑體;
    }

    select.szaa2-select1 {
        margin: 6px 0 0 0;
    }

    tr.szaa2-con3 label {
        font-family: 微軟正黑體;
    }

    table.Postal_TableStyle_04.szaa2 select,
    table.Postal_TableStyle_04.szaa2 input {
        font-size: 15px;
        padding: 5px;
        border: 1px solid #ccc;
    }

    table.Postal_TableStyle_04.szaa2 select {
        min-width: 200px !important;
    }

    table.Postal_TableStyle_04.szaa2 {
        width: 100%;
        font-size: 16px;
        font-family: 微軟正黑體;
    }

    /*-國內函件資費查詢 -*/
    td.szaa-subtitle {
        font-weight: bold;
        margin: 5px 0 0 0;
        color: #449542;
    }

    .ds-btn {
        margin: 25px 0 0 0;
        display: inline-block;
        width: 100%;
    }

    a.onlyone.current {
        font-size: 17px !important;
        height: 36px;
        line-height: 36px;
    }

    table.back-fee-table {
        margin: 10px 0 0 0;
        display: inline-block;
    }

    table.back-fee-table td {
        padding: 10px 8px !important;
    }

    .Postal_TabsContainer.szaa span.star {
        color: #fc1919;
    }

    span.szaa-remind2 {
        margin: 5px 0 0 17px;
    }

    .Postal_TabsContainer.szaa .Postal_TableStyle_04 {
        border: 1px solid #e3e3e3;
        width: 100%;
    }

    .Postal_TabsContainer.szaa .wrap {
        width: 100%;
        position: relative;
        font-size: 16px;
    }

    .Postal_TabsContainer.szaa .wrap select,
    .Postal_TabsContainer.szaa .wrap input {
        font-size: 15px;
        padding: 5px;
        border: 1px solid #ccc;
        font-family: 微軟正黑體;
    }

    .szaa-remind,
    .szaa-remind2 {
        float: left;
        width: 100%;
        margin: 5px 0 0 0;
    }

    .special-fee label font {
        font-family: 微軟正黑體;
    }

    /*-國內報值保價-*/
    .rwd_cont.rwd_cont--custom .TableStyle_02 {
        border: 1px solid #cccccc;
    }

    .rwd_cont.rwd_cont--custom .rwd_list_2 {
        margin: 15px 0;
        width: 100%;
        vertical-align: top;
        font-size: 15px;
    }

    /*-各式信封及封裝材料售價表-*/
    table.TableStyle_02.materialfee-table {
        font-size: 16px;
    }

    /*-投遞郵局查詢-*/
    .dp-zipcode {
        padding: 6px;
        margin: 0 0 0 5px;
    }

    .dp-sear-wrap1 input.Submit_2,
    .dp-sear-wrap2 input.Submit_2 {
        background: #03a200;
        box-shadow: none;
        border: 0;
        color: #fff;
        border-radius: 0;
        padding: 6px 20px;
        display: inline-block;
        vertical-align: middle;
        margin: 1px 0 0 6px;
    }

    .dp-sear-wrap1 select,
    .dp-sear-wrap2 select {
        padding: 5px;
        min-width: 110px;
        font-size: 15px;
        font-family: 微軟正黑體;
    }

    #ContentsContainer #Contents .dp-sear-wrap1 .Topic_Style01,
    #ContentsContainer #Contents .dp-sear-wrap2 .Topic_Style01 {
        color: #4f549b;
        font-weight: 700;
        background: url(../images/Topic_Style01.jpg) no-repeat left 5px;
        padding-left: 15px;
        font-size: 15px;
        margin-bottom: 15px;
        display: block;
        background-size: 9px;
    }

    .dp-sear-wrap1,
    .dp-sear-wrap2 {
        background: #ebfaeb;
        padding: 15px 2%;
    }

    table.TableStyle_02.rwd-open800.deliverypost-resault {
        margin: 0 0 15px 0;
    }

    table.TableStyle_02.rwd-open800.deliverypost-resault th {
        width: 15%;
        text-align: left;
    }

    .ConditionSearchContainer_2.deliverypost-sear {
        font-size: 1em;
        background: 0;
        border: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        padding: 0;
        margin: 0 0 35px 0;
    }

    table.TableStyle_02.deliverypost-info {
        font-size: 16px;
        line-height: 26px;
    }

    table.TableStyle_02.deliverypost-info th {
        padding: 12px 10px;
        width: 23% !important;
        text-align: left;
    }

    .delivery-post-resault a {
        background: #03a200;
        color: #fff;
        padding: 5px 20px;
        font-size: 15px;
        margin: 0 5px;
        display: inline-block;
    }

    .delivery-post-resault {
        font-size: 16px;
        margin: 0 0 20px 0;
    }

    table.delivery-paging {
        margin: 20px 0 0 0;
        font-size: 16px;
    }

    table.delivery-paging select {
        background: url(../images/rwd_select_att.png) 95% center no-repeat #fff;
        padding: 0 10px 0 0;
        padding: 7.5px 5px;
        display: inline-block;
        vertical-align: middle;
        border: 1px solid #ccc;
        min-width: 39px;
        margin: 0 2px;
    }

    /*-禁寄物品(含各國)及危險物品-*/
    .cont {
        font-size: 16px;
        line-height: 26px;
    }

    .d_list li {
        margin: 0 0 8px 0;
    }

    /*-集郵--*/
    li.end_list {
        background: #f0f6f7;
        padding: 8px 0;
        text-align: center;
    }

    ul.card_list,
    ul.card_list li {
        float: left;
        width: 100%;
        margin: 0 0 1px 0;
        line-height: 21px;
    }

    .rwd_cont ul.card_list .title,
    .rwd_cont ul.card_list .title_7 {
        padding: 10px 1%;
        background: #16b0c5;
        font-size: 16px;
        color: #fff;
        width: 20%;
        float: left;
    }

    .rwd_cont ul.card_list .text,
    .rwd_cont ul.card_list .text_7 {
        padding: 10px 1%;
        float: left;
        width: 76%;
        background: #f0f6f7;
    }

    ul.card_list {
        margin: 0 0 20px 0;
    }

    /*-基金經辦局-*/
    .your-resault {
        font-size: 15px;
        margin: 20px 0 0 0;
        font-size: 16px;
    }

    .tr input.Submit {
        background: #f1f1f1;
        box-shadow: none;
        border: 0;
        font-size: 15px;
        font-family: 微軟正黑體;
        padding: 5px 12px;
    }

    .tr #cityarea {
        background: url(../images/rwd_select_att.png) 95% center no-repeat #fff;
        padding: 4px;
        min-width: 70px;
        font-size: 15px;
        font-family: 微軟正黑體;
        border: 1px solid #ccc;
        margin: 0 5px 0 0;
    }

    table.TableStyle_02.rwd-postaddresault {
        margin: 0 0 15px 0;
        font-size: 0.938rem;
        line-height: 22px;
        display: table;
        border: 1px solid #ddd;
    }

    /*-集郵-臨時郵局一覽表-*/
    table.rwd_list.pointsear {
        font-size: 15.5px;
        line-height: 26px;
    }

    table.rwd_list.pointsear th {
        width: 115px;
        padding: 10px 6px;
    }

    .Philately_ConditionSearchContainer select,
    .Philately_ConditionSearchContainer input {
        color: #878787;
        cursor: pointer;
        padding: 5px;
        font-size: 15px;
        font-family: 微軟正黑體;
    }

    .Philately_ConditionSearchContainer .sec .span2 span.hd,
    .Philately_ConditionSearchContainer .sec .span1 label {
        width: 62px;
        float: left;
        line-height: 32px;
    }

    .Philately_ConditionSearchContainer span.posttemp-sear1 {
        padding: 0 !important;
    }

    .Philately_ConditionSearchContainer .sec .span2 span.hd {
        background: none;
        margin-left: 0;
        padding: 0;
        color: #03a200;
        line-height: 32px;
    }

    .Philately_ConditionSearchContainer .span2 select {
        min-width: 65px;
        background: url(../images/rwd_select_att.png) 90% center no-repeat #fff;
        padding: 5px 4px;
        margin: 0 3px 0 0;
    }

    .Philately_ConditionSearchContainer .Submit {
        width: 65px;
        background: #16b0c5;
        box-shadow: none;
        border: 0;
        padding: 5px 0;
        color: #fff;
        font-size: 15px;
        font-family: 微軟正黑體;
        min-width: 75px;
    }

    #Philately_Stamp_2List {
        font-size: 15px;
    }

    #Philately_Stamp_2List .Header .More {
        background: #0f8aaa;
        border: 0;
        float: right;
        padding: 8px 18px;
        color: #fff;
    }

    .Philately_ConditionSearchContainer .sec span.span1,
    .Philately_ConditionSearchContainer .sec span.span2 {
        padding: 0;
        width: 100%;
        float: left;
        margin: 4px 0;
    }

    .Philately_ConditionSearchContainer #pageSearchBT {
        float: left;
        display: block;
        margin-top: 15px;
        width: 100%;
        text-align: center;
    }

    .Philately_ConditionSearchContainer {
        background: none;
        border: none;
        border-radius: 0;
        font-size: 15px;
        margin: 0 0 20px 0;
        padding: 0;
    }

    .Philately_ConditionSearchContainer .agency-sear1,
    .Philately_ConditionSearchContainer .agency-sear2 {
        float: left;
        width: 96%;
        margin: 0 0 1px 0;
        background: #f2fbfd;
        padding: 10px 2%;
    }

    /*-atm查詢-*/
    .citytable #pagemain #table .map.onlymap {
        vertical-align: top;
        padding: 10px 0 10px 3% !important;
        width: 97% !important;
        margin: 0;
        display: inline-block;
    }

    #pagemain .postsch #table .detail_icon {
        vertical-align: top;
        padding: 6px 0 6px 2% !important;
    }

    .citytable #table td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 135px !important;
        text-align: left !important;
        min-height: 22px;
    }

    .citytable #pagemain #table .map {
        vertical-align: top;
        padding: 1px 0 0 0;
        width: 25px;
        margin: 0 9px;
        display: inline-block;
    }

    .citytable #pagemain #table .map.postself {
        vertical-align: middle;
        padding: 8px;
        width: 25px;
        margin: 0;
        display: inherit;
    }

    .agency-sear1,
    .agency-sear2 {
        float: left;
        width: 96%;
        margin: 0 0 1px 0;
        background: #f4f4f4;
        padding: 10px 2%;
    }

    .agency-sear1 label,
    .agency-sear2 label {
        font-size: 16px;
        color: #03a200;
    }

    .postagency_sear #pageSearchBT {
        float: left;
        display: block;
        margin-top: 10px;
        width: 100%;
    }

    .postagency_sear li.BT {
        width: 100%;
        float: left;
        text-align: center;
    }

    .postagency_sear #pageSearchBT #sNavi input.Submit {
        background: #f4f4f4 !important;
        display: inline-block !important;
        overflow: hidden;
        white-space: nowrap;
        text-indent: 0 !important;
        margin: 0 !important;
        width: 80px !important;
        height: auto !important;
        border: none !important;
        cursor: pointer;
        letter-spacing: 0;
        font-size: 15px;
        font-family: 微軟正黑體;
        padding: 7px 0;
    }

    #pagemain strong {
        color: #03a200;
        font-size: 16px;
        font-weight: 700;
        line-height: 26px;
        border: none;
        padding-top: 00;
        display: block;
        float: left;
        margin: 5px 0 15px 0;
        width: 100%;
    }

    .Blue.postagency_sear {
        float: left;
        width: 100% !important;
        background: #fff;
        padding: 10px 0 !important;
        margin: 0 0 20px 0;
    }

    select.postatm-point {
        width: 206px !important;
        background: url(../images/rwd_select_att.png) 95% center no-repeat #fff !important;
        padding: 4px 6px !important;
    }

    /*-中央登錄公債-*/
    .RelatedInfoContainer h3 {
        margin: 0 0 4px 0;
    }

    .ConditionSearchContainer .bondsear select {
        width: 90px;
        min-width: 90px;
    }

    .ConditionSearchContainer .bondsear span.GreenBold {
        display: inline-block;
        vertical-align: top !important;
        line-height: 34px;
    }

    .Align_Right.bondsear {
        text-align: left;
    }

    .ConditionSearchContainer .bondsear .Submit_1 {
        text-indent: 0;
        background: #03a200;
        display: inline-block;
        width: 60px !important;
        height: 34px;
        border: 0px;
        cursor: pointer;
        margin-left: 5px;
        float: none;
        min-width: 60px;
        color: #fff;
        text-align: center !important;
        padding: 0;
        letter-spacing: 0;
        border-radius: 0;
    }

    .rwd-open800 {
        display: inline-table !important;
        font-size: 15px;
        line-height: 22px;
    }

    table.TableStyle_02.rwd-open800.bondinfo th {
        width: 135px;
    }

    .RelatedInfoContainer {
        line-height: 24px;
        font-size: 15px;
    }

    /*-頁數-*/
    .pagination_1 {
        text-align: center;
        display: block;
        margin: 30px 0px;
        font-size: 15px;
    }

    .pagination_1 select {
        background: url(../images/rwd_select_att.png) 95% center no-repeat #fff;
        padding: 0 10px 0 0;
        padding: 7.5px 5px;
        display: inline-block;
        vertical-align: top;
        border: 1px solid #ccc;
        min-width: 39px;
        margin: 0 2px;
    }

    /*-中央登錄公債-*/
    table.TableStyle_02.rwd-open800.bondinfo {
        margin: 0 0 15px 0;
    }

    /*-郵資票出售機據點查詢-*/
    .ano input,
    .ano a {
        background: #2cb02a;
        border: 0;
        border-radius: 0;
        font-family: 微軟正黑體;
        padding: 0 15px;
        color: #fff;
        box-shadow: none;
        margin: 0 1px;
        display: inline-block;
        height: 30px;
        line-height: 30px;
    }

    .ano select {
        background: url(../images/rwd_select_att.png) 95% center no-repeat #fff;
        padding: 4px 5px;
        border: 1px solid #ccc;
        font-family: 微軟正黑體;
        font-size: 15px;
        margin: 0 3px;
        min-width: 65px;
    }

    /*-自助郵局-*/
    .citytable table {
        line-height: 26px !important;
    }

    #pagemain #table .list td {
        background: #F8F8F8;
        min-height: 30px;
    }

    .citytable #table td:before {
        font-weight: normal !important;
    }

    .Blue.self-post-sear select#search_text {
        float: left;
        line-height: initial;
        height: initial;
        margin: 0 8px 0 0;
    }

    #pageSearch #pageSearchBT #sNavi input.Submit {
        background: #f4f4f4;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-indent: 0;
        margin: 0;
        width: 58px;
        height: 31px;
        border: none;
        cursor: pointer;
        font-size: 15px;
        font-family: 微軟正黑體;
    }

    #pagemain #table {
        padding: 0;
        background: none;
        float: left;
        width: 100%;
    }

    #pageSearchBT {
        float: left;
        display: block;
        margin-top: 0;
    }

    #pageSearch select {
        background: url(../images/rwd_select_att.png) 92% center no-repeat #fff;
        padding: 0 10px 0 0;
        padding: 4px 2%;
        width: 93px;
        font-family: 微軟正黑體;
        font-size: 15px !important;
    }

    span.self-post-sear-title {
        font-size: 16px;
        line-height: 30px !important;
    }

    .citytable #table tr {
        border-top: 0;
        border-bottom: 1px solid #ccc;
        margin: 0;
    }

    .citytable #table td:before {
        position: absolute;
        left: 17px;
        padding-right: 0;
        display: block;
        width: 145px;
    }

    .citytable #table td:before {
        color: #333333;
        font-weight: bold;
    }

    [canvas=container] {
        margin-top: 59px;
        height: -webkit-calc(100% - 59px);
        height: -moz-calc(100% - 59px);
        height: calc(100% - 59px);
    }

    input[type="text"],
    input[type="button"],
    input[type="password"],
    input[type="submit"],
    select,
    input[type="reset"] {
        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;
        font-family: 微軟正黑體;
        border: #ccc 1px solid;
    }

    input[type="text"] {
        border: #ccc 1px solid;
    }

    /*-頁數-*/
    .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;
    }

    .rwd_list {
        width: 99%;
        margin: 0 0 15px 0;
    }

    .rwd-postaddresault th {
        width: 30%;
    }

    .pc-map {
        display: none;
    }

    .rwd-map {
        display: block;
    }

    /*-中文地址英譯-*/
    .bigger.no-margin {
        margin-left: 0;
    }

    .roadname-cont-input p:nth-child(2) {
        display: none;
    }

    p.NoteStyle.Align_Center.big-button a {
        background: #fff;
        border: 0;
    }

    p.NoteStyle.Align_Center.big-button {
        margin: 25px 0 0 0 !important;
        display: inline-block;
        width: 100%;
        padding: 10px 0;
        background: #eeeeee;
    }

    .translate .PadinTop20 {
        padding-top: 20px !important;
        display: none;
    }

    .article.notice-cont {
        font-size: 16px;
    }

    a.cantsee,
    a.refresh-btn {
        background: #45c343;
        font-size: 15px;
        padding: 8px 15px;
        border: 0000;
        color: #fff;
        margin: 0 0 0 10px;
        border-radius: 3px;
    }

    a.refresh-btn {
        background: #43c3ae;
    }

    .ds-btn .Submit_Style1 {
        background: #027300;
        color: #ffffff;
        font-weight: normal;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        border: 0px;
        cursor: pointer;
        text-align: center;
        padding: 7px 35px !important;
        margin: 0 8px;
        font-size: 16px;
        font-family: 微軟正黑體;
    }

    .identify-btn,
    .identify-pic {
        float: left;
        width: 100%;
        margin: 0 0 23px 0;
    }

    .roadname-cont-input input {
        margin: 0 3px;
    }

    .roadname-cont-input .bigger {
        font-size: 16px !important;
        width: 45px;
    }

    .roadname-cont-input {
        margin: 0;
        float: left;
        font-size: 16px !important;
    }

    span.Topic_Style02_noBlock.roadname {
        position: relative;
    }

    #ContentsContainer #Contents .Topic_Style02_noBlock {
        color: #038c00;
        font-weight: 700;
        background: url(../images/Topic_Style02.png) no-repeat left center;
        padding-left: 18px;
        font-size: 17px;
        margin: 18px 0;
        display: inline-block;
        width: 90%;
    }

    p.NoteStyle.Align_Center.big-button {
        margin: 25px 0 0 0 !important;
        display: inline-block;
        width: 100%;
        padding: 10px 0;
    }

    .wrap.translate input,
    .wrap.translate select {
        font-size: 15px;
        padding: 6px 5px;
        border: 1px solid #ccc;
        font-family: 微軟正黑體;
    }

    .wrap.translate select {
        min-width: 150px;
    }

    a.BTN_Style03.usebtn {
        background: #45c343;
        font-size: 15px;
        padding: 8px 22px;
        border: 0000;
        color: #fff;
        margin: 0 0 0 4px;
        position: absolute;
        left: 198px;
        top: -6px;
    }

    /*-郵務業務-郵局專用信箱一覽表-*/
    td.resault-remind,
    td.resault-remind2 {
        float: left;
        width: 100%;
        text-align: left !important;
        font-size: 15px;
        margin: 0 0 8px 0;
    }

    .resault-wrap {
        float: left;
        width: 100%;
        font-size: 16px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
        margin: 5px 0 26px 0;
    }

    td.pts-mailbox-sear .Submit_1 {
        border: 0px;
        padding: 8px 0;
        border-radius: 0;
        font-size: 14px;
        background: #03a200;
        color: #fff;
        font-weight: bolder;
        letter-spacing: 3px;
        font-size: 15px;
        display: inline-block;
        vertical-align: top;
        font-family: 微軟正黑體;
        width: 66px !important;
        margin: 0 0 0 5px;
        text-indent: 0;
        float: none;
        height: initial;
        min-width: 66px;
        text-align: center;
    }

    td.pts-mailbox-sear select {
        padding: 7px 6px;
        font-size: 15px;
        font-family: 微軟正黑體;
        min-width: 180px;
        border: 1px solid #ccc;
        margin: 0;
    }

    td.pts-mailbox-sear {
        margin: 10px 0 35px 0;
        float: left;
        width: 100%;
    }

    td.pts-mailbox-sear .ConditionSearchContainer {
        font-size: 1rem;
        line-height: 175%;
        float: left;
        width: 100%;
        border: 0;
        margin: 0;
        padding: 0;
    }

    center.new_16title {
        font-size: 20px;
        font-weight: bold;
        margin: 0 0 18px 0;
    }

    table.rwd_list.pts-mailbox-table {
        display: inline-table;
        margin: 5px 0 15px 0;
    }

    table.rwd_list.pts-mailbox-table {
        display: inline-table;
        margin: 5px 0 15px 0;
        font-size: 16px;
        line-height: 24px;
    }

    span.zip_code__btn-row {
        display: inline-block;
        width: 66px;
        text-align: center;
        vertical-align: top !important;
    }

    /*-郵務業務-郵件資費查詢-*/
    .BTN_List_Style02 .BTN_List a .Icon {
        width: 32px;
        height: 32px;
        background: url(../images/Arrow_icon_02s.png) no-repeat center center;
        position: absolute;
        top: 6px;
        right: 7px;
    }

    .BTN_List_Style02 .BTN_List a {
        padding: 10px 50px 10px 10px !important;
        width: 22%;
        background: #f8f8f8 !important;
        border: 1px solid #d5d5d5 !important;
        -webkit-border-radius: 3px !important;
        -moz-border-radius: 3px !important;
        border-radius: 3px !important;
        margin: 0 1% 16px 1%;
        line-height: 20px;
        min-height: 40px;
        display: inline-block !important;
        zoom: 1;
        vertical-align: top;
        color: #434343;
        font-size: 16px;
        font-weight: 700 !important;
        position: relative !important;
    }

    .BTN_List_Style02 .Content {
        background: #fff;
        padding: 0;
    }

    /*--*/
    .rwdheader {
        display: block;
    }

    input[type="checkbox"],
    input[type="radio"] {
        border: 1px solid #ccc;
    }

    .FatFooter {
        display: block;
        background: #e7e7e7;
        overflow: hidden;
        width: 100%;
    }

    .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;
    }

    .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;
    }

    /*Footer*/
    #Footer {
        width: 100%;
        font-size: 0.85rem;
    }

    #Footer .FooterSec_1Container {
        margin: 5px 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 {
        color: #464648;
        float: none;
        margin: 10px auto;
        width: 95%;
    }

    #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 .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;
    }

    #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;
        width: 100%;
        margin-top: 5px;
    }

    /*Footer end*/
    #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;
        display: none;
    }

    #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;
    }

    .megamenu_container,
    #ServiceDropContainer,
    #AllLocationDropContainer {
        display: none;
    }

    #HeaderMainMenuContainer {
        width: 99%;
        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: 0px;
    }

    #Mobilemenu select,
    #Mobilemenu-onlineservice select,
    #Mobilemenu-localpost select {
        display: block;
        width: 100%;
        padding: 2px;
        /*background-color: transparent;*/
        background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
        border: 1px solid #cbcbcb;
        cursor: pointer;
        outline: none;
    }

    #MainContentInner_1Container {
        height: auto;
    }

    #MainContentInner_1 {
        width: 100%;
        position: relative;
    }

    #NewsContainer {
        position: relative;
        left: 0px;
        top: 0px;
        border: 0px;
        width: 100%;
        background: -moz-linear-gradient(top, #3378c0 0%, #7db9e8 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3378c0), color-stop(100%, #7db9e8));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #3378c0 0%, #7db9e8 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #3378c0 0%, #7db9e8 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #3378c0 0%, #7db9e8 100%);
        /* IE10+ */
        background: linear-gradient(to bottom, #3378c0 0%, #7db9e8 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3378c0', endColorstr='#7db9e8', GradientType=0);
        /* IE6-9 */
        height: auto;
    }

    #NewsInner {
        width: 95%;
        margin: 0px auto;
        padding: 15px 0;
    }

    #TabsContainer {
        margin: 0 auto;
        width: 100%;
    }

    #TabsContainer ul.TabsMenu li {
        width: 11%;
        text-align: center;
    }

    #TabsContainer ul.TabsMenu li#TabsOthers {
        /*width: 17%;*/
    }

    .TabsContent {
        padding-left: 0px;
    }

    .TabsContent.TabsAll,
    .TabsContent.TabsNews,
    .TabsContent.TabsTutorials,
    .TabsContent.TabsLinks,
    .TabsContent.TabsStamp,
    .TabsContent.TabsShop,
    .TabsContent.TabsOthers {
        width: 95%;
    }

    #mcs6_container,
    #mcs6_1_container,
    #mcs6_2_container,
    #mcs6_3_container,
    #mcs6_4_container,
    #mcs6_5_container,
    #mcs6_6_container {
        width: 100%;
    }

    #mcs6_container .customScrollBox .container,
    #mcs6_1_container .customScrollBox .container,
    #mcs6_2_container .customScrollBox .container,
    #mcs6_3_container .customScrollBox .container,
    #mcs6_4_container .customScrollBox .container,
    #mcs6_5_container .customScrollBox .container,
    #mcs6_6_container .customScrollBox .container {
        width: 95%;
    }

    #NewsContainer .StampFocus {
        margin: 0 auto 7px auto;
    }

    #NewsContainer .ShopFocus {
        margin: 0 auto 10px auto;
        width: 263px;
    }

    .ListStyle_3 dd {
        width: 95%;
    }

    #MainAdContainer {
        border-right: 0px solid #ffffff;
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

    #MainAd {
        background: url(../images/MainAdBanner.jpg) no-repeat;
        width: 100%;
        height: auto;
        margin: 0;
    }

    #slides {
        display: none;
    }

    #MarqueeContainer {
        width: 100%;
    }

    div#abgne_marquee {
        width: 95%;
        margin: 0 auto;
    }

    #MainBG2_L,
    #MainBG2_R {
        display: none;
    }

    #MainContentInner_2 {
        width: 100%;
    }

    #MainContentInner_2Container {
        height: auto;
    }

    #Main_2_MiddleContainer {
        position: relative;
        left: 0px;
        top: 0px;
        width: 100%;
        min-height: 445px;
    }

    #Main_2_Middle_Left {
        width: 100%;
        height: auto;
        background: none;
        float: none;
    }

    #RelatedLinksContainer {
        min-height: 135px;
        border-top: 1px dashed #dadada;
    }

    #slides2 {
        left: 0px;
        top: 30px;
    }

    #slides2 .slides_container {
        margin: 0 auto;
        left: 0px;
    }

    #slides2 .pagination {
        right: 45px;
        top: -12px;
    }

    #slides2 .More {
        right: 25px;
        top: -14px;
    }

    #slides2 .next,
    #slides2 .prev {
        top: 20px;
        left: 20px;
    }

    #slides2 .next {
        left: 420px;
    }

    #Main_2_Middle_Right {
        float: none;
        margin: 0px;
        width: 100%;
    }

    #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;
        /*padding: 25px 0;*/
        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;
    }

    #SmallBannerContainer {
        width: 100%;
        padding-top: 0px;
    }

    .BannerItemContainer {
        width: 95%;
        margin: 0 auto 10px;
        height: auto;
        float: none;
    }

    .BannerItem_1,
    .BannerItem_2 {
        background: none;
        width: auto;
    }

    .SmallBannerHeader-rt {
        border-left: 1px solid #e2e2e2;
    }

    .SmallBannerHeader img {
        width: 100%;
        height: auto;
    }

    /*
    #Footer {
        width: 100%;
    }
    #Footer .FooterSec_1Container {
        margin: 10px;
    }

    #Footer .FooterSec_1Container .Sec_1 {
        margin-top: 0px;
        float: 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 {
        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;
    }
    #Footer .FooterSec_1Container .Sec_1 .Location {
        margin-right: 5px;
    }
    */
    .jcarousel-skin-tango .jcarousel-container-horizontal {
        width: auto;
    }

    #InnerBody {
        width: 100%;
    }

    #LocalNavContainer {
        display: none;
    }

    #InnerBodyContent {
        padding: 0 0 15px 0;
        width: auto;
    }

    #Main,
    #Main_Fullwidth {
        width: auto;
        margin-top: 15px;
    }

    #Main #Section_2 #Breadcrumbs {
        width: 100%;
        margin-bottom: 10px;
    }

    #Main #Section_2 #ShareNav {
        float: right;
        margin-top: 0px;
    }

    #Main #Section_2 #ShareNav a:first-child {
        margin-left: 0px;
    }

    #Post_NavContainer .Prev {
        margin: 0 0 15px 0;
    }

    #MainContainer {
        width: 94%;
        padding: 0 3%;
    }

    /**公司簡介**/
    #CompanyInfoContainer .HeaderGraphic img {
        width: 100%;
    }

    #CompanyInfoContainer .article_1 img {
        width: 50%;
    }

    #CompanyInfoContainer #CompanyInfo_3 li {
        float: none;
    }

    #CompanyInfoContainer #CompanyInfo_3 li .Info {
        padding: 185px 10px 0px 10px;
    }

    #CompanyInfoContainer .CompanyInfo_4 img {
        width: 100%;
    }

    #CompanyInfoContainer #CompanyInfo_5 li {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        float: none;
        margin: 0px 0px 20px 0px;
    }

    #CompanyInfoContainer .CompanyInfo_5-List_7 {
        width: 100%;
        background: url(../images/CompanyInfo_img005_7-mobile.jpg) no-repeat left center;
    }

    #CompanyInfoContainer .CompanyInfo_6info {
        padding: 15px 15px 15px 75px;
    }

    #CompanyInfoContainer #CompanyInfo_7 li {
        width: 100%;
    }

    #CompanyInfoContainer #CompanyInfo_7 li .Info {
        width: auto;
        min-height: 0px;
    }

    #CompanyInfoContainer #CompanyInfo_8 .Info_1,
    #CompanyInfoContainer #CompanyInfo_8 .Info_2,
    #CompanyInfoContainer #CompanyInfo_8 .Info_3 {
        background: none;
    }

    #CompanyInfoContainer #CompanyInfo_8 .Box {
        padding: 10px 10px 10px 0px;
    }

    /**公司簡介 END**/
    #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;
        float: none;
    }

    #MainAdOverView li .Info p {
        margin: 0 0 0px 0 !important;
    }

    #MainAdOverView li .IMG {
        float: none;
        width: 100%;
    }

    #MainAdOverView li .IMG a {
        display: block !important;
    }

    #Main_Fullwidth #Section_2 #Breadcrumbs {
        width: 295px;
        margin-bottom: 15px;
    }

    .faq-btn,
    .faq-content {
        width: 90%;
    }

    .ConditionSearchContainer {
        font-size: 1rem;
        line-height: 175%;
        float: left;
    }

    .ConditionSearchContainer select,
    .ConditionSearchContainer input {
        width: 130px;
        min-width: 130px;
        font-family: 微軟正黑體;
        font-size: 0.938rem;
        padding: 6px 5px;
        line-height: initial;
        margin: 0 0 0 5px;
        border: #ccc 1px solid;
    }

    .ConditionSearchContainer input.Submit1,
    .ConditionSearchContainer input.Submit2 {
        display: inline-block;
        float: none;
        border: 0;
        color: #fff;
        background: #03a200;
        text-indent: 0;
        line-height: initial;
        height: initial;
        padding: 5px;
        margin: 0;
        width: 78px;
        min-width: 78px;
    }

    .department-sear-remark {
        float: left;
        width: 100%;
        font-size: 15.5px;
        color: #ff4e00 !important;
        font-weight: bold;
        margin: 0 0 8px 0;
        line-height: 26px;
    }

    #NewsListContainer {
        width: 100%;
    }

    .grid-pager {
        float: none;
    }

    .sort-method-buttons {
        float: right;
        position: relative;
    }

    .sort-method-buttons a {
        border-left: none;
        padding: 12px 10px 0px 20px;
    }

    .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%;
        height: auto;
    }

    #LinksPage li a {
        padding-bottom: 20px;
    }

    #LinksPage li a dl dt {
        width: 100%;
    }

    #LinksPage li a .ThumbImg {
        float: left;
    }

    .mobile-select-menu {
        display: block;
        padding: 10px 0 0;
        /*border: 1px solid #E3E3E3;
		border-left: none;
		border-right: none;*/
    }

    .mobile-select-menu select {
        padding: 8px 10px;
        border: 1px solid #ccc;
        width: 100%;
        font-size: 18px;
        margin-bottom: 30px;
    }

    .TabsStyle5Container .wrap {
        /*width: 433px;*/
        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%;
    }

    #MainAdSmallOverView {
        margin-right: 0px;
    }

    #MainAdSmallOverView li {
        margin: 0 2px 27px 0;
    }

    /*多圖*/
    .MultipleImageContainer {
        /*display: none;*/
    }

    .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;
        /* hide all <li> items */
        margin: 0;
    }

    .nav .current {
        display: block;
        /* show only current <li> item */
    }

    .nav a {
        display: block;
        padding: 5px 5px 5px 32px;
        text-align: left;
    }

    .nav .current a {
        background: none;
        color: #666;
    }

    /* on nav hover */
    .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 */
    /********全國據點********/
    #PointMenu .LocalNavBG_BodyContainer {
        height: auto;
        border-radius: 10px;
    }

    #PointMenu #LocalNavBGMeun #sNavi {
        top: 0px;
        left: 0px;
        padding: 5px 10px;
        overflow: hidden;
    }

    #PointMenu #LocalNavBGMeun #sNavi li {
        float: left;
        width: 50%;
        display: block;
        margin: 5px 0px;
    }

    #PointMenu #LocalNavBGMeun #sNavi a {
        position: relative;
        background: url(../images/RadioBTN_on.png) no-repeat 0px 0px !important;
        text-indent: 0px;
        font-size: 0.9em;
        padding-left: 20px;
        width: auto !important;
        height: auto !important;
        top: 0px !important;
        left: 0px !important;
    }

    #PointMenu #LocalNavBGMeun #sNavi .point a,
    #PointMenu #LocalNavBGMeun #sNavi .temporary a,
    #PointMenu #LocalNavBGMeun #sNavi .region a,
    #PointMenu #LocalNavBGMeun #sNavi .form a,
    #PointMenu #LocalNavBGMeun #sNavi .self a,
    #PointMenu #LocalNavBGMeun #sNavi .proxy a {
        top: 0px;
        left: 0px;
        width: auto;
        height: auto;
        background-position: 0px 0px;
    }

    #PointMenu #LocalNavBGMeun #sNavi .point a:hover,
    #PointMenu #LocalNavBGMeun #sNavi .temporary a:hover,
    #PointMenu #LocalNavBGMeun #sNavi .region a:hover,
    #PointMenu #LocalNavBGMeun #sNavi .form a:hover,
    #PointMenu #LocalNavBGMeun #sNavi .self a:hover,
    #PointMenu #LocalNavBGMeun #sNavi .proxy a:hover {
        background-position: 0px 0px;
    }

    #pointbluelineTitle h3 {
        color: #777777;
    }

    #pointbluelineTitle {
        width: auto;
    }

    #pointMainContent {
        width: auto;
    }

    #pointMainContent #cube {
        float: none;
        width: auto;
        padding: 10px;
        border-radius: 10px;
        background: #f1f1f1;
    }

    #pointMainContent #cube #mapleft {
        margin: 0;
        float: none;
    }

    #pointMainContent #cube #mapleft img {
        width: 40%;
        margin-bottom: 10px;
    }

    #pointMainContent #cube #mapleft p {
        padding-left: 0px;
    }

    #pointMainContent #cube #mapleft span {
        padding-left: 0px;
    }

    #pointMainContent #cube #mapright {
        float: none;
        width: auto;
    }

    #Map {
        margin: 0;
        width: auto;
        float: none;
    }

    #Map a {
        background: transparent;
    }

    #Map a:hover {
        color: #FFF;
        background: #3a95c6;
    }

    #picture {
        width: auto;
        height: auto;
        float: none;
        background: #f6f6f6;
        padding: 10px 0;
        border-radius: 10px;
    }

    #picture .more {
        position: static;
        float: left;
        width: 23%;
        font-size: 1em;
        margin: 5px 0;
    }

    #pointMainContent #cube #mapleft #bottom #map a {
        text-indent: 0px;
        border: solid 1px #00a7ef;
        border-radius: 8px;
        padding: 5px;
        background: #00a7ef;
        color: #ffffff;
    }

    #pointMainContent #cube #mapleft #bottom #map a:hover {
        text-indent: 0px;
        background: none;
        color: #00a7ef;
    }

    #pointMainContent #cube #mapleft #bottom #map .Emap a {
        bottom: 110px;
        right: 0px;
    }

    #pointMainContent #cube #mapleft #bottom #map .nationwide a {
        right: 0px;
        width: auto;
        height: auto;
    }

    #pointMainContent #cube2 {
        width: auto;
        float: none;
        margin: 0 0 20px 0px;
        border-radius: 10px;
        padding: 10px;
        background: #f1f1f1;
    }

    #pointMainContent #cube2 #ListSearchCubeLeft span {
        line-height: 180%;
    }

    #pointMainContent #cube2 #ListSearchtitle img {
        width: 40%;
    }

    #pointMainContent #cube2 #tabmeun {
        float: none;
        top: 60px;
        left: 10px;
    }

    #pointMainContent #cube2 #ListSearchCubeLeft {
        width: auto;
        padding-left: 0px;
        float: none;
        margin: 80px 0 20px;
    }

    #ListSearchCubeLeft .faq-btn {
        width: auto;
        float: none;
    }

    .faq-list .icon-arrow {
        /*top: 5px;*/
    }

    #pointMainContent #cube2 #mainsearchbottom {
        left: 0px;
        top: 0px;
    }

    #pointMainContent #cube2 #mainsearchbottom input.Submit_2,
    #MainPointContainer #table input.Submit {
        line-height: 28px;
    }

    #PointsearchContent {
        width: auto;
        margin: 10px 0px;
    }

    #Pointsearchleft {
        width: auto;
        float: none;
    }

    #BusinessLinksContainer {
        height: 110px;
    }

    #Pointsearchright {
        float: none;
        width: auto;
        padding: 0;
    }

    #NearPost {
        width: auto;
        height: auto;
        padding: 10px;
    }

    #NearPost #title {
        top: 10px;
        position: static;
        width: auto;
        font-size: 0.8em;
        line-height: 160%;
        margin: 0 0 10px 0;
    }

    #NearPost img {
        display: block;
        float: none;
    }

    #NearTool {
        position: static;
        top: 0px;
        right: 0px;
        padding: 0;
        width: auto;
        height: auto;
    }

    #NearTool #sNavi {
        overflow: hidden;
    }

    #NearTool #sNavi li {
        float: left;
        margin: 0 5px 5px 0;
    }

    #NearTool #sNavi a {
        position: static;
    }



    #pageSearch #opensearch .faq-list #mainsearchbottom #next .bt a {
        right: 10px;
    }

    #LocationBTNContainer {
        padding: 0;
        float: left;
    }

    #LocationBTNContainer .LocationBTN li {
        float: left;
        display: block;
        width: 23%;
        margin: 0 1% 15px 1%;
        position: relative;
    }

    #LocationBTNContainer .LocationBTN li a {
        width: 90%;
        margin: 0;
        float: left;
        background: #f1f1f1;
        position: initial;
        padding: 0 5%;
        border: 1px solid #d9d9d9;
        font-size: 18px;
    }

    #PagepointbluelineTitle {
        width: auto;
    }

    #pagemain #table td {
        background: #ffffff;
        width: auto !important;
    }

    #pagemain #table .list td {
        background: #F8F8F8;
    }

    .PointSearch_inputList li {
        width: 100%;
    }

    #MainMenuContainer {
        display: none;
    }

    .PointSearch_List > li span {
        margin-left: 0 !important;
    }

    #Table4 tr {
        border-bottom: 0px solid #CCCCCC;
        border-top: 0px solid #CCCCCC;
    }

    #Table4 td {
        border-bottom: 0px;
    }

    #Table4 td:before {
        display: none;
    }

    #table td:before {
        color: #499D04;
    }

    #MainPointContainer {
        float: none;
        padding: 0;
        width: auto;
    }

    .PointMapWrap img {
        width: 100%;
    }

    .PointListStyle_1 li {
        width: 100%;
    }

    .PointListStyle_1 li span {
        width: 66%;
        margin-bottom: 5px;
    }

    .PointListStyle_1 li {
        width: 100%;
    }

    .PointListStyle_1 li.fullWidth span {
        width: auto;
        display: block;
    }

    .point_table_ATM td:before {
        width: 40%;
    }

    .point_table_ATM td {
        padding-left: 45% !important;
    }

    .PointSearch_List > li:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    #MainPointContainer #table {
        padding: 0px;
    }

    #MainPointContainer #table .map {
        width: 100%;
    }

    /*td:nth-of-type(1):before { content: ""; }
	td:nth-of-type(2):before { content: "郵遞區號"; }
	td:nth-of-type(3):before { content: "電話號碼"; }
	td:nth-of-type(4):before { content: "局名"; }
	td:nth-of-type(5):before { content: "局址"; }*/
    #table table,
    #table thead,
    #table tbody,
    #table th,
    #table td,
    #table tr {
        display: block;
    }

    #table thead tr,
    #table th {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #table tr {
        margin-bottom: 5px;
    }

    #table td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 35% !important;
        text-align: left !important;
        min-height: 22px;
    }

    #table td:before {
        position: absolute;
        left: 6px;
        padding-right: 10px;
        display: block;
        width: 30%;
    }


    /********全國據點 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;
    }

    .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;
    }

    /*
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	thead tr, th { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	tr { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; }
	td { 
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 35% !important;
		text-align: left !important;
		min-height: 22px;
	}
	td:before { 
		position: absolute;
		left: 6px;
		padding-right: 10px; 
		display: block;
	}
	*/
    .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-search .sb_input {
        padding: 5px;
        border: 1px solid #aaa;
        width: 95%;
        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;
    }

    .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;
        bottom: 50px;
    }

    .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.sb-navbar,
    /*#MainServicesContainer, #News_horizontalTab,*/
    #Point-businessSelect,
    #OrganizationStructure-mobile,
    .mobile-select-menu {
        display: block;
    }

    /***************************************Responsive end*********************************************/
    .acc-key {
        display: none;
    }

    .mainnav_list_wrap {
        display: none;
    }

    /*首頁*/
    #MainAd a img {
        height: auto;
        width: 100%;
    }

    #MainServiceContainer {
        /*position: absolute; left: -999999px;*/
        display: none;
        width: 95%;
        margin: 20px auto;
        padding: 20px;
        border-top: 1px solid #e5e5e5;
    }

    .ServiceLinkContainerWrap {
        width: 100%;
    }

    .ServiceLinkContainerWrap .ServiceLinkContainer:first-child {}

    .ServiceLinkContainerWrap .ServiceLinkContainer {
        width: 22%;
        margin-left: 14px;
    }

    .liquid-slider .panel {
        width: 100%;
    }

    .ServiceLinkMenuMore table {
        width: 100%;
    }

    .ServiceLinkMenuMore select {
        width: 100%;
    }

    .ServiceLinkHeader > img {
        width: 100%;
    }

    .ServiceLinkHeader {
        width: auto;
        height: auto;
    }

    .news_tabs_wrap ul.tabs {
        border: 1px solid #5596d3;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .news_tabs_wrap ul.tabs li {
        margin: 0px;
        width: 16.666666667%;
    }

    .news_tabs_wrap ul.tabs li:last-child {
        width: 16.666666667%;
    }

    .news_tabs_wrap ul.tabs a {
        text-align: center;
        padding: 6px 4px;
        border-right: 1px solid #1d79cd;
        border-left: 1px solid #5596d3;
        background: -moz-linear-gradient(top, #3f9df6 0%, #3085d4 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3f9df6), color-stop(100%, #3085d4));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #3f9df6 0%, #3085d4 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #3f9df6 0%, #3085d4 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #3f9df6 0%, #3085d4 100%);
        /* IE10+ */
        background: linear-gradient(to bottom, #3f9df6 0%, #3085d4 100%);
        /* W3C */
    }

    .news_tabs_wrap ul.tabs li:first-child a {
        -webkit-border-top-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        border-top-left-radius: 5px;
    }

    .news_tabs_wrap ul.tabs li:last-child a {
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topright: 5px;
        border-top-right-radius: 5px;
    }

    .news_tabs_wrap ul.tabs a:hover {
        background: -moz-linear-gradient(top, #56aafb 0%, #3b8edc 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #56aafb), color-stop(100%, #3b8edc));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #56aafb 0%, #3b8edc 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #56aafb 0%, #3b8edc 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #56aafb 0%, #3b8edc 100%);
        /* IE10+ */
        background: linear-gradient(to bottom, #56aafb 0%, #3b8edc 100%);
        /* W3C */
        top: 0px;
        color: #ffffff;
    }

    .news_tabs_wrap ul.tabs a.current,
    .news_tabs_wrap ul.tabs a.current:hover,
    .news_tabs_wrap ul.tabs li.current a {
        top: 0px;
        color: #ffffff;
        background: -moz-linear-gradient(top, #126abd 0%, #1874ca 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #126abd), color-stop(100%, #1874ca));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #126abd 0%, #1874ca 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #126abd 0%, #1874ca 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #126abd 0%, #1874ca 100%);
        /* IE10+ */
        background: linear-gradient(to bottom, #126abd 0%, #1874ca 100%);
        /* W3C */
    }

    .news_tabs_wrap {
        height: auto;
    }

    .news_tabs_wrap .pane {
        background: #fbfbfb;
        padding: 20px;
        -webkit-border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        -webkit-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.6);
        -moz-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.6);
        box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.6);
    }

    #NewsContainer .pane .container {
        height: auto;
        width: auto;
    }

    #NewsContainer .pane .container .content dl dd a {
        color: #535353
    }

    #NewsContainer .pane .container .content dl dd a:hover,
    #NewsContainer .pane .container .content dl dd a:active {
        color: #1570c5
    }

    .NewsMoreContainer .NewsMore a {
        background: #5094d3 url(../images/NewsMore_Icon.gif) no-repeat 5px 7px;
        color: #ffffff;
        -webkit-border-radius: 2px;
        border-radius: 2px;
    }

    .NewsMoreContainer .NewsMore a:hover {
        background: #ffffff url(../images/NewsMore_Icon.gif) no-repeat -4px 7px;
        color: #5094d3;
    }

    #RelatedLinks .bx-wrapper {
        width: 80%;
    }

    #RelatedLinks .bx-wrapper .bx-pager,
    #RelatedLinks .bx-wrapper .bx-controls-auto {
        top: -37px;
        width: 100%;
        right: 0px;
    }

    /*首頁 end*/
    /*首頁重拆*/
    .MainContent-index > .wrap .left-index .left-index-bg {
        display: none;
    }

    .MainContent-index > .wrap .left-index,
    .MainContent-index > .wrap .right-index {
        width: 100%;
        float: none;
    }

    .notice-btn {
        bottom: 15%;
        left: 5%;
    }

    #ServiceLinks_index_Container .ServiceLinks_index {
        overflow: hidden;
        padding: 25px;
        width: 450px;
        margin: 0 auto;
    }

    .ServiceLinks_index > .wrap {
        float: left;
        border-bottom: none;
        padding: 0;
    }

    .ServiceLinks_index li {
        border: none;
    }

    .ServiceLinks_index li a {
        padding: 0 15px;
    }

    /*首頁重拆 end*/
    #FooterContainer {
        border-top: none;
    }

    .list.cont {
        border: 1px solid #ccc;
        padding: 15px 3%;
    }

    .address_1,
    .address_2,
    .office_sear,
    .postaddr-sear4 {
        float: none;
        padding: 5px 0;
        margin: 0 0 1px 0;
        text-align: left;
    }

    .office_sear,
    .sear-wrap,
    .sear-wrap2 {
        display: inline-block;
        text-align: center;
        padding: 5px 0;
    }

    .ConditionSearchContainer .sec_1 {
        text-align: left;
    }

    .ConditionSearchContainer .sec_2 {
        margin: 10px 0 0 0;
        text-align: left;
    }

    .photosgallery-vertical {
        width: 100%;
    }

    .photosgallery-vertical .sliderkit-nav {
        width: 290px;
    }

    .photosgallery-vertical .sliderkit-nav-clip ul li a {
        width: 270px;
    }

    .photosgallery-vertical .sliderkit-panel {
        width: 494px;
    }

    .table-cell {
        width: 494px;
    }

    .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;
    }

    #Header_2Container_index {
        display: none;
    }

    .mobile-select-menu {
        display: none;
    }

    #InnerBody {
        background: transparent;
    }

    #InnerBodyContent {
        background: #fff;
    }

    .rwd_cont {
        display: block;
    }

    .send_list input[type="text"],
    .rwd_list input[type="text"] {
        padding: 5px;
        margin: 5px;
    }

    .send_list select,
    .rwd_list select {
        padding: 5px;
    }

    .pc_cont {
        display: none;
    }

    .rwd_cont .input-label {
        display: inline-block;
    }

    .rwd_cont .Submit_Style1 {
        background: #0e860c;
    }

    .rwd_list_2 {
        margin: 0 1.5% 10px;
        width: 100%;
        vertical-align: top;
    }

    .rwd_list_2 tr th {
        background: #03a200;
        border: 1px solid #ccc;
        padding: 10px;
        text-align: left;
        color: #fff;
    }

    .rwd_list_2 tr td {
        border: 1px solid #ccc;
        padding: 10px;
    }

    .rwd_list tr th.table_title {
        background: #929191;
        color: #fff;
    }

    .list.cont {
        border: 1px solid #ccc;
        padding: 15px 3%;
    }

    .hidden {
        display: none;
    }

    .return_btn {
        background: url(../images/refresh_icon.png) center center no-repeat;
        width: 20px;
        height: 20px;
        display: inline-block;
        padding: 0 5px;
    }

    .verification span,
    .verification img {
        vertical-align: middle;
    }

    .field-s {
        padding: 10px;
    }

    .search_list select {
        background: #fff;
        padding: 6px;
        width: 130px;
    }

    .search_list {
        padding: 5px 0;
    }

    .Submit_1 {
        border: 0px;
        padding: 7px 5%;
        border-radius: 3px;
        font-size: 14px;
        background: #4c7b02;
        color: #fff;
        font-weight: bolder;
        letter-spacing: 4px;
    }

    .search_list input[type="text"] {
        padding: 5px;
    }

    #ContentsContainer #Contents .collapse_infor.close p {
        margin: 12px 0;
    }

    .search_list .rwd_list {
        margin: 10px 1%;
        width: 48%;
        float: left;
    }

    .GreenBold {
        color: #038c00;
        font-weight: 700;
        font-size: 15px;
    }

    .rwd_print_ctrl {
        display: none;
    }

    .rwd-postaddresault th {
        width: 30%;
        text-align: left;
    }
}

@media (max-width: 768px) {

    /*#Logo_rwd {
		left: 285px;
	}
	nav #Logo a.Logo_link {
		left: 285px;
	}*/
    #SiteMapContainer .SiteMap_Section ul.SiteMapList {
        width: 23%;
    }

    /*首頁*/
    .ServiceLinkContainerWrap .ServiceLinkContainer {
        margin-left: 13px;
    }

    /*首頁 end*/
    .photosgallery-vertical {
        width: 100%;
    }

    .photosgallery-vertical .sliderkit-nav {
        width: 290px;
    }

    .photosgallery-vertical .sliderkit-nav-clip ul li a {
        width: 270px;
    }

    .photosgallery-vertical .sliderkit-panel {
        width: 462px;
    }

    .table-cell {
        width: 462px;
    }

    .photosgallery-vertical .sliderkit-panel .sliderkit-panel-textbox {
        width: 462px;
    }

    .topNews-slider .sliderkit img {
        max-width: 462px;
    }

    .photosgallery-vertical .sliderkit-panel .sliderkit-panel-text p {
        line-height: 120% !important;
        padding: 0;
    }
}

@media (max-width: 750px) {

    /*-郵務業務-郵件資費查詢-*/
    .BTN_List_Style02 .BTN_List a {
        padding: 10px 50px 10px 10px !important;
        width: 37%;
        background: #f8f8f8 !important;
        border: 1px solid #d5d5d5 !important;
        -webkit-border-radius: 3px !important;
        -moz-border-radius: 3px !important;
        border-radius: 3px !important;
        margin: 0 1.5% 16px 1.5%;
        line-height: 22px;
        min-height: 40px;
        display: inline-block !important;
        zoom: 1;
        vertical-align: top;
        color: #434343;
        font-size: 16px;
        font-weight: 700 !important;
        position: relative !important;
    }

    /*-中文地址英譯-*/
    .roadname-cont-input span {
        float: left;
        width: 100%;
        margin: 0 0 13px 0;
    }

    .bigger.no-margin2 {
        margin-left: 0;
    }
}

@media (max-width: 700px) {

    /*-集郵-*/
    .rwd_cont ul.card_list .title,
    .rwd_cont ul.card_list .title_7 {
        width: 25%;
    }

    .rwd_cont ul.card_list .text,
    .rwd_cont ul.card_list .text_7 {
        width: 71%;
    }
}

@media (max-width: 695px) {

    /*-郵務業務-郵件資費查詢-*/
    .BTN_List_Style02 .BTN_List a {
        width: 36%;
    }
}

@media (max-width: 635px) {

    /*-郵務業務-郵件資費查詢-*/
    .BTN_List_Style02 .BTN_List a {
        width: 35%;
    }
}

@media (max-width: 600px) {
    .article ul.d_list {
        list-style: none !important;
        margin: 0 0 0 0;
    }

    /*-集郵-臨時郵局一覽表-*/
    .Philately_ConditionSearchContainer span.posttemp-sear1 {
        padding: 0 !important;
        width: 220px;
        float: left;
    }

    .Philately_ConditionSearchContainer span.posttemp-sear1:last-child {
        margin: 10px 0 0 62px;
    }

    .Philately_ConditionSearchContainer .sec span.goto-rwd {
        padding: 0 5px;
        line-height: 31px;
    }

    /*-投遞郵局查詢-*/
    table.TableStyle_02.rwd-open800.deliverypost-resault th {
        width: 22%;
        text-align: left;
    }

}

@media (max-width: 683px) {

    /*-郵務業務-郵件資費查詢-*/
    .BTN_List_Style02 .BTN_List a {
        width: 34%;
    }

}

@media (max-width: 572px) {

    /*-國內包裹/快捷資費查詢-*/
    .ds-cont .input_style01 {
        min-width: 110px;
    }

    .ds-cont > p span {
        width: 100%;
        float: left;
        margin: 0 0 10px 0;
    }

    /*-國際快捷/包裹資費查詢-*/
    b.szaa3-mailvol {
        float: left;
        width: 100%;
        margin: 0 0 5px 0;
    }

    .szaa3-mailvol-cont span {
        float: left;
        width: 100%;
        margin: 0 0 13px 0;
    }

    .szaa3-mailvol-cont span.minus-wrap {
        float: left;
        width: 100%;
        margin: 0 0 13px 0;
    }

    .pc_Postal_Express_TableStyle_02 {
        display: none;
    }

    .rwd_Postal_Express_TableStyle_02 {
        display: block;
    }
}

@media (max-width: 562px) {

    .rwd_cont ul.card_list .title,
    .rwd_cont ul.card_list .title_7 {
        width: 30%;
    }

    .rwd_cont ul.card_list .text,
    .rwd_cont ul.card_list .text_7 {
        width: 66%;
    }
}

@media (max-width: 560px) {

    /*-郵務業務-郵件資費查詢-*/
    .BTN_List_Style02 .BTN_List a {
        width: 33%;
    }

    /*-投遞郵局查詢-*/
    th.hd.squ span {
        width: 100%;
        float: left;
    }

    table.TableStyle_02.deliverypost-info th {
        padding: 12px 10px;
        width: 28% !important;
        text-align: left;
    }

}



@media (max-width: 530px) {
    #LocationBTNContainer .LocationBTN li {
        float: left;
        display: block;
        width: 29%;
        margin: 0 2% 15px 2%;
        position: relative;
    }

    /*-中文地址英譯-*/
    .roadname-cont-input .bigger {
        font-size: 16px !important;
        width: 38px;
    }
}


@media (max-width: 525px) {

    /*-郵務業務-郵局專用信箱一覽表-*/
    table.rwd_list.pts-mailbox-table tr th {
        background: #eeeeee;
        border: 1px solid #ccc;
        padding: 10px;
        text-align: left;
        width: 32%;
    }

    table.rwd_list.pts-mailbox-table tr th,
    table.rwd_list.pts-mailbox-table tr td {
        padding: 7px;
    }

}

@media (max-width: 501px) {

    /*-郵務業務-郵件資費查詢-*/
    .BTN_List_Style02 .BTN_List a {
        width: 32%;
    }

    /*-中文地址英譯-*/
    .roadname-cont-input input {
        margin: 0 3px;
    }

    .Postal_TabsContainer .wrap .pane,
    .Postal_TabsContainer .wrap .pane2 {
        padding: 20px 13px;
    }
}



@media (max-width: 480px) {

    a.WebPhone_icon,
    .footer-line {
        display: none !important;
    }

    .BTN_List_Style02 .Header {
        border-bottom: 3px solid #038c00;
        font-size: 20px;
        font-weight: 700;
        color: #038c00;
        padding: 10px 0;
        float: left;
        width: 100%;
        margin: 0 0 18px 0;
    }

    /*-國內包裹/快捷資費查詢-*/
    .ds-btn {
        width: 100%;
        margin: 30px 0 15px 0;
        display: inline-block;
    }

    .mail-size-check {
        line-height: 23px;
        float: left;
        width: 100%;
    }

    .mail-size-check input[type="checkbox"] {
        margin: 0 4px 0 0;
    }

    .mail-size-check label {}

    .padin_15px {
        padding: 13px;
    }

    #ContentsContainer #Contents .article.ds-description strong .Topic_Style01 {
        font-size: 19px;
    }

    /*-國際函件資費查詢-*/
    table.Postal_TableStyle_04.szaa2 th {
        width: 96%;
        float: left;
        padding: 10px 2%;
        border: 0;
    }

    table.Postal_TableStyle_04.szaa2 td {
        width: 96%;
        float: left;
        padding: 10px 2%;
        border: 0;
    }

    /*-國內函件-國內函件資費查詢-*/
    table.back-fee-table td:first-child {
        padding: 10px 4px !important;
        width: 34% !important;
        text-align: left !important;
    }

    .Postal_TabsContainer.szaa .Form_Style01 p {
        line-height: 23px !important;
        margin-bottom: 0 !important;
    }

    .Postal_TabsContainer.szaa .Postal_TableStyle_04 th {
        width: 23%;
        white-space: initial !important;
        padding: 10px 4px;
        line-height: 23px !important;
    }

    .Postal_TabsContainer.szaa .Postal_TableStyle_04 td {
        width: 94%;
    }

    /*-集郵-臨時郵局一覽表-*/
    .Philately_ConditionSearchContainer {
        margin: 0 0 30px 0;
    }

    .Accessibility-detail {
        font-size: 15px;
    }

    /*-中文地址英譯-*/
    .translate-list a {
        font-size: 19px;
        color: #50549b !important;
    }

    .Postal_TabsContainer .wrap.translate ul.tabs a {

        font-size: 16px;
    }

    .translate-list {
        margin: 12px 0 !important;
        display: inline-block !important;
    }

    .translate-list span {
        display: inline-block !important;
        width: 90% !important;
        margin: 0 0 15px 0 !important;
        background: url(../images/Topic_Style01.jpg) no-repeat left 8px !important;
        background-size: 9px !important;
        line-height: initial !important;
        font-size: 19px !important;
    }

    .translate-list span a {
        padding: 0 !important;
        margin: 0 !important;
    }

    .translate .Padinleft20 {
        padding-left: 0px;
    }

    .roadname-cont-input input {
        margin: 0 3px;
        width: 30px;
    }

    /*-footer-*/
    #Footer .FooterSec_1Container .Sec_1 .Location {
        margin: 0 0 5px 0;
        padding: 4px 2%;
        background: #ffffff;
        border: 1px solid #dcdcdc;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        width: 96%;
        float: left;
    }

    body {
        font-size: 0.9rem;
    }

    input[type="checkbox"],
    input[type="radio"] {
        border: 1px solid #ccc;
    }

    .Padin20 {
        padding: 10px;
    }

    /*文章列表006-連結*/
    .ContentBoxContainer .ContentBox_md .GraphicImg {
        display: none;
    }

    .ContentBoxContainer .ContentBox_md .LinksContainer {
        width: 100%;
    }

    .ContentBoxContainer .ContentBox_md .LinksContainer .List_BTN_Style3 {
        width: 100% !important;
    }

    /*文章列表006-連結 end*/
    #Header_VersionContainer {
        left: 5px;
    }

    #ServiceLinksContainer {
        display: none;
    }

    /*
	#Mobilemenu-mainService {
		display: block;
	}
	#Mobilemenu-mainService select {
		width: 237px;
		padding: 3px;
		border: 1px solid #dcdcdc;
		border-radius: 3px;
		color: #038c00;
		background: #ffffff;
	}
	*/
    #slides {
        display: none;
    }

    #TabsContainer ul.TabsMenu li {
        width: 9%;
        text-align: center;
        font-size: 12px;
    }

    #TabsContainer ul.TabsMenu li#TabsOthers {
        /*width: 17%;*/
    }

    #slides2 .next {
        left: auto;
        right: 20px;
    }

    .jcarousel-skin-tango .jcarousel-clip-horizontal {
        width: auto;
    }

    #Footer .FooterSec_1Container .Sec_2 li {
        margin-left: 15px;
    }

    .jcarousel-skin-tango .jcarousel-item-horizontal {
        margin-right: 5px;
    }

    .jcarousel-skin-tango .jcarousel-container-horizontal {
        padding: 0px 28px;
    }

    .jcarousel-skin-tango .jcarousel-item {
        width: 127px;
        height: 36px;
    }

    .jcarousel-skin-tango .jcarousel-item a img {
        width: 127px;
    }

    .BannerItem_1 {
        /*height: 53px;*/
    }

    .jcarousel-skin-tango .jcarousel-prev-horizontal,
    .jcarousel-skin-tango .jcarousel-next-horizontal {
        top: 4px;
    }

    #Post_NavContainer .Prev,
    #Post_NavContainer .Next {
        width: auto;
    }

    #ContentsContainer #FileDownloadContainer .FileDownBox .FileDown .Info {
        width: 76%;
    }

    .Submit_2 {
        display: block;
    }

    .TableStyle_02 th,
    .TableStyle_02 td {
        padding: 10px 5px;
    }

    #Main h1,
    #Main h1 .CurrentTitle {
        font-size: 25px;
    }

    .topNews-slider {
        /*display: none;*/
    }

    #NewsInnerContainer .FloatRightImg,
    #NewsInnerContainer .FloatLeftImg {
        float: none;
    }

    .NewsImageContainer {
        width: auto;
    }

    .NewsImageContainer .Single {
        display: block;
        margin: 0 auto 10px;
    }

    #OrganizationStructure {
        display: none;
    }

    #SocialMediaContainer {
        display: none;
    }

    #HeaderNav_Nav a {
        margin: 0px 3px;
        font-size: 0.7em;
    }

    #toTop {
        right: 10px;
    }

    #RelatedLinksContainer {
        min-height: 115px;
        border: 0;
    }

    #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;
    }

    .faq-btn,
    .faq-content {
        width: 75%;
    }

    #ContentsContainer #Contents {
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .ConditionSearchContainer select,
    .ConditionSearchContainer input {
        margin-bottom: 5px;
    }

    .ConditionSearchContainer_2 .FloatRight {
        float: none;
    }

    .ConditionSearchContainer_2 select,
    .ConditionSearchContainer_2 input {
        display: inline-block;
    }

    .point_table_ATM td:before {
        width: 40%;
    }

    .point_table_ATM td {
        padding-left: 50% !important;
    }

    #SiteMapContainer .SiteMap_Section ul.SiteMapList {
        width: 37%;
    }

    /*營業據點*/
    #pageSearch #opensearch .faq-content .TabsContainer ul.tabs li,
    #pageSearch #opensearch .faq-content .TabsContainer ul.tabs li.long {
        width: 99%;
    }

    #opensearch .faq-content .TabsContainer ul.tabs a {
        height: auto;
        line-height: 100%;
        padding: 5px 10px 5px 25px;
        background: url(../images/point/icon-questions_off.gif) no-repeat 0px 2px #d6d6d6;
    }

    #opensearch .faq-content .TabsContainer ul.tabs a:hover,
    #pageSearch #opensearch .faq-content .TabsContainer ul.tabs a.current,
    #pageSearch #opensearch .faq-content .TabsContainer ul.tabs a.current:hover,
    #pageSearch #opensearch .faq-content .TabsContainer ul.tabs li.current a {
        background: url(../images/point/icon-questions.gif) no-repeat 0px 2px #EEE;
    }

    .agency table td:nth-of-type(8),
    .agency table td:nth-of-type(9) {
        height: 30px;
    }

    /*營業據點 end*/
    /*首頁*/
    #MainServiceContainer {
        width: auto;
    }

    .ServiceLinkContainerWrap .ServiceLinkContainer {
        margin: 0 0 15px 0;
        padding: 0px 10px;
        width: 43%;
        border: 0;
    }

    .ServiceLinkContainerWrap .ServiceLinkContainer:first-child {
        margin: 0;
        padding: 0px 10px;
    }

    #MainServiceContainer .DirectLink_1 {
        margin: 0 0 15px;
    }


    .news_tabs_wrap ul.tabs li {
        width: 14%;
    }

    .news_tabs_wrap ul.tabs li:last-child {
        width: 30%;
    }

    #SmallBanner .bx-wrapper {
        width: 77%;
    }

    /*首頁 end*/
    /*首頁重拆*/
    #ServiceLinks_index_Container .ServiceLinks_index {
        width: auto;
        padding: 0;
    }

    .ServiceLinks_index > .wrap {
        padding: 25px 15px;
        border-bottom: 1px dashed #dadada;
        float: none;
    }

    .ServiceLinks_index li {
        border-left: 1px solid #e3e3e3;
    }

    .ServiceLinks_index li a {
        padding: 0;
    }

    .notice-btn {
        left: 6%;
    }

    /*首頁重拆 end*/
    .NoResult {
        width: 90%;
    }

    .NoResult img {
        width: 100%;
    }

    .ConditionSearchContainer span.GreenBold {
        display: block;
    }

    .ConditionSearchContainer .FloatLeft,
    .ConditionSearchContainer .FloatRight {
        float: none;
    }

    .BackToPrev a {
        margin-top: 0px;
    }

    #Main #Section_2 #ShareNav {
        float: left;
        font-size: 14.5px;
        margin: 0;
        color: #7b7b7b;
        background: url(../images/refresh-time.png) no-repeat left center;
        padding-left: 15px;
    }

    .rwd_list_2 {
        margin: 10px 0%;
        width: 100%;
        display: table;
    }

    .search_list .rwd_list {
        margin: 5px 0%;
        width: 100%;
        float: left;
    }

    #Footer .FooterSec_1Container .Sec_2 li {
        width: 30%;
    }
}

@media (max-width: 455px) {

    /*-投遞郵局查詢-*/
    .dp-sear-wrap1 select,
    .dp-sear-wrap2 select {
        padding: 5px;
        min-width: 110px;
        font-size: 15px;
        font-family: 微軟正黑體;
        width: 64%;
        margin: 0 0 14px 0;
    }

    .dp-sear-wrap1 .GreenBold {
        color: #038c00;
        font-weight: 700;
        font-size: 15px;
        width: 73px;
        float: left;
    }

    .dp-sear-wrap2 .GreenBold {
        color: #038c00;
        font-weight: 700;
        font-size: 15px;
        width: 105px;
        float: left;
        line-height: 31px;
    }

    .dp-zipcode {
        padding: 6px;
        margin: 0 0 15px 10px;
        width: 140px;
    }

    .dp-sear-wrap1 input.Submit_2,
    .dp-sear-wrap2 input.Submit_2 {
        background: #03a200;
        box-shadow: none;
        border: 0;
        color: #fff;
        border-radius: 0;
        padding: 6px 20px;
        display: block;
        vertical-align: middle;
        margin: 0 auto;
    }
}

@media (max-width: 450px) {

    /*-國際快捷/包裹資費查詢-*/
    td.szaa3-countryname,
    td.szaa3-countryname1 {
        float: left !important;
        width: 100% !important;
    }

    td.szaa3-countryname {
        margin: 13px 0 0 0;
    }

    td.szaa3-countryname input {
        padding: 5px 2% !important;
        width: 96%;
    }

    .szaa3-cont1-1 .select_country {
        padding: 5px 2% !important;
        width: 100%;
        margin: 13px 0 0 0;
        background: url(../images/rwd_select_att.png) 96% center no-repeat #fff;
    }
}

@media (max-width: 453px) {

    /*-郵務業務-郵件資費查詢-*/
    .BTN_List_Style02 .BTN_List a {
        width: 31%;
    }

    /*-中文地址英譯-*/
    .roadname-cont-input input {
        margin: 0 1px;
        width: 30px;
    }

    /*-投遞郵局查詢-*/
    table.TableStyle_02.deliverypost-info th {
        padding: 12px 8px;
        width: 35% !important;
        text-align: left;
    }

}

@media (max-width: 430px) {

    /*-atm查詢-*/
    .agency-sear1,
    .agency-sear2 {
        float: left;
        width: 93%;
        margin: 0 0 1px 0;
        background: #f4f4f4;
        padding: 10px 3.5%;
    }

    #pageSearch .agency-sear1 .span2 {
        padding: 0;
        width: 100%;
        float: left;
        margin: 13px 0 0 0;
    }
}

@media (max-width: 424px) {

    /*-郵務業務-郵件資費查詢-*/
    .BTN_List_Style02 .BTN_List a {
        width: 30.5%;
        margin: 0 1.2% 16px 1.2%;
    }

    /*-中文地址英譯-*/
    .roadname-cont-input .bigger {
        font-size: 16px !important;
        width: 36px;
    }
}

@media (max-width: 410px) {

    /*-國內函件-國內函件資費查詢-*/
    table.back-fee-table {
        margin: 10px 0 0 0;
        display: inline-block;
        padding: 0 !important;
    }

    td.new_tb_t5.special-fee input {
        float: left;
        width: 90%;
    }

    td.new_tb_t5.special-fee input[type="checkbox"] {
        float: none;
        width: 15px;
    }

    span.szaa-remind2 {
        margin: 5px 0 0 0;
    }

    /*-郵資票出售機據點查詢-*/
    .ano select {
        background: url(../images/rwd_select_att.png) 95% center no-repeat #fff;
        padding: 4px 2%;
        font-size: 15px;
        margin: 8px 0;
        width: 100%;
    }

    .ConditionSearchContainer_2.ano {
        text-align: center;
    }

    .ConditionSearchContainer_2.ano span.GreenBold {
        float: left;
    }

    /*-中文地址英譯-*/
    span.identify-img {
        float: left;
        width: 100%;
        margin: 0 0 5px 0;
    }

    a.cantsee {
        margin: 0 !important;
    }

    #ContentsContainer #Contents .Topic_Style02_noBlock.roadname {
        background: url(../images/Topic_Style02.png) no-repeat left top;
    }

    .roadname-title {
        float: left;
        width: 100%;
        padding: 0 0 40px 0;
    }

    a.BTN_Style03.usebtn {
        background: #45c343;
        font-size: 15px;
        padding: 8px 22px;
        border: 0000;
        color: #fff;
        margin: 0 0 0 -19px;
        position: absolute;
        left: 19px;
        top: 27px;
    }

    .bigger.no-margin4 {
        margin: 9px 0 0 0;
    }

    input#checkImange {
        width: 105px;
    }

    .roadname-cont-input input {
        margin: 0 3px;
        width: 36px;
    }

    .roadname-cont-input .bigger {
        font-size: 16px !important;
        width: 43px;
    }
}

@media (max-width: 400px) {

    /*-投遞郵局查詢-*/
    table.TableStyle_02.rwd-open800.deliverypost-resault th {
        width: 28%;
        text-align: left;
    }

    /*-中文地址英譯-*/
    #LocationBTNContainer .LocationBTN li {
        width: 46%;
    }

    /*-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: 5px;
        padding-bottom: 15px;
        text-align: center;
        font-size: 16px;
        background: #fff;
        margin: 0 0 1px 0;
    }

}

@media (max-width: 397px) {

    /*-郵務業務-郵件資費查詢-*/
    .BTN_List_Style02 .BTN_List a {
        width: 30%;
        margin: 0 1% 16px 1%;
    }
}

@media (max-width: 380px) {

    /*-郵務業務-郵件資費查詢-*/
    .BTN_List_Style02 .BTN_List a .Icon {
        width: 32px;
        height: 32px;
        background: url(../images/Arrow_icon_02s.png) no-repeat center center;
        position: absolute;
        top: 10px;
        right: 7px;
    }

    .BTN_List_Style02 .BTN_List a {
        width: 80%;
        margin: 0 1% 16px 1%;
        min-height: auto;
        padding: 15px 50px 15px 10px !important;
        font-size: 16.5px;
    }

    /*-集郵-臨時郵局一覽表-*/
    .Philately_ConditionSearchContainer .sec .span2 span.hd {
        background: none;
        margin-left: 0;
        padding: 0;
        color: #03a200;
        line-height: initial;
        width: 100%;
        margin: 0 0 5px 0;
    }

    .Philately_ConditionSearchContainer span.posttemp-sear1:last-child {
        margin: 10px 0 0 0;
    }

    .sec.Last .agency-sear2 label.GreenBold {
        width: 100%;
        float: left;
        margin: 0 0 5px 0;
    }

    .Philately_ConditionSearchContainer .sec.Last .agency-sear2 input {
        padding: 5px 1%;
        width: 97%;
    }
}

@media (max-width: 375px) {

    /*-郵務業務-郵局專用信箱一覽表-*/
    table.rwd_list.pts-mailbox-table tr th {
        width: 36%;
    }

    /*-中文地址英譯-*/
    .bigger.no-margin3 {
        margin: 9px 3px 0 0;
    }

    .roadname-cont-input input {
        margin: 0 3px;
        width: 47px;
    }

}

@media (max-width: 371px) {

    /*-國內函件-國內函件資費查詢-*/
    .Postal_TabsContainer.szaa .Postal_TableStyle_04 th {
        width: 26%;
        white-space: initial !important;
        padding: 10px 4px;
        line-height: 23px !important;
    }
}

@media (max-width: 360px) {

    /*-國際快捷/包裹資費查詢-*/
    .TableStyle_02.szaa3-table2 tr td:first-child {
        width: 35% !important;
    }

    /*-自助郵局-*/
    #pageSearch span.self-post-sear-title {
        margin: 0;
        float: left;
        width: 100%;
        margin: 0 0 4px 0;
    }

    .Blue.self-post-sear select {
        width: 75% !important;
        background: url(../images/rwd_select_att.png) 96% center no-repeat #fff !important;
    }

    span.Greentype.citysearwrap {
        width: 100%;
        margin: 0 0 8px 0 !important;
    }

    /*-郵務業務-郵件資費查詢-*/
    .BTN_List_Style02 .BTN_List a {
        width: 77%;
        margin: 0 1% 16px 1%;
        min-height: auto;
        padding: 15px 50px 15px 10px !important;
    }

    /*#Logo_rwd {
		left: 80px;
	}
	nav #Logo a.Logo_link {
		left: 80px;
	}*/
    #SiteMapContainer .SiteMap_Section ul.SiteMapList {
        width: 80%;
    }

    .photosgallery-vertical {
        width: 100%;
    }

    .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 {
        width: 245px;
    }

    .table-cell {
        width: 245px;
    }

    .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;
        padding: 0;
        max-height: 33px;
    }

}

@media (max-width: 355px) {

    /*-國際快捷/包裹資費查詢-*/
    table.TableStyle_02.szaa3-table1 th {
        padding: 7px 16px;
        line-height: 23px;
    }
}

@media (max-width: 350px) {

    /*-投遞郵局查詢-*/
    table.TableStyle_02.deliverypost-info th {
        padding: 12px 8px;
        width: 38% !important;
        text-align: left;
    }
}

@media (max-width: 340px) {

    /*-郵務業務-郵局專用信箱一覽表-*/
    table.rwd_list.pts-mailbox-table tr th {
        width: 40%;
    }

    /*-郵務業務-郵件資費查詢-*/
    .BTN_List_Style02 .BTN_List a {
        width: 75%;
        margin: 0 1% 16px 1%;
        min-height: auto;
        padding: 15px 50px 15px 10px !important;
    }
}

@media (max-width: 332px) {

    /*-國內函件-國內函件資費查詢-*/
    .Postal_TabsContainer.szaa .Postal_TableStyle_04 th {
        width: 29%;
        white-space: initial !important;
        padding: 10px 4px;
        line-height: 23px !important;
    }
}

@media (max-width: 330px) {
    .NewsImageContainer .Single {
        width: 94%;
        margin: 5px 3%;
    }

    .rwdbiz ul li a {
        font-size: 0.85rem;
    }
}




@media (max-device-width: 320px) {

    .faq-btn,
    .faq-content {
        width: 73%;
    }

    /*首頁*/
    .ServiceLinkContainerWrap .ServiceLinkContainer {
        margin: 0 0 15px 0;
        padding: 0px 8px;
        width: 44%;
        border: 0;
    }

    .ServiceLinkContainerWrap .ServiceLinkContainer:first-child {
        margin: 0;
        padding: 0px 8px;
    }

    .ServiceLinkHeader p {
        width: auto;
    }

    /*首頁 end*/
    .photosgallery-vertical {
        width: 100%;
    }

    .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 {
        width: 205px;
    }

    .table-cell {
        width: 205px;
    }

    .photosgallery-vertical .sliderkit-panel .sliderkit-panel-textbox {
        width: 205px;
    }

    .topNews-slider .sliderkit img {
        max-width: 205px;
    }

    .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;
        padding: 0;
    }
}

/*置頂圖片輪播 end*/
