.hide {
    display: none;
}

/***** RWD Style *****/
.rwd-back-pc {
    text-align: center;
    padding-bottom: 12px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    font-size: 0.938rem;
    /*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: 0.938rem;
    /*display: none;*/
}

.rwd-back-mobile a {
    display: block;
    width: 67px;
    margin: 0 auto;
    padding-left: 13px;
    background: url(../images/back_mobile_icon.png) 0 2px no-repeat;
}

.rwdheader {
    position: fixed;
    top: 0;
    width: 100%;
    min-width: 320px;
    background: url(../images/rwd_header_bg.png) 0 0;
    z-index: 99999;
    display: none;
}

.rwdnav {
    height: 100%;
    background: #fff;
    padding-top: 59px;
}

.rwdlogo {
    background: url(../images/rwd_logo.png) 0 0 no-repeat;
    display: block;
    font-size: 0;
    width: 220px;
    height: 40px;
    float: left;
    margin: 12px 0px 0 15px;
}

/* rwd nav */

.rwdsearch {
    background: #46b544;
    padding: 10px;
    text-align: center;
}

.rwdsearch-textfield {
    border: 0px !important;
    font-size: 1rem;
    padding: 5px;
    height: 26px;
    border-radius: 0;
    vertical-align: top;
    display: inline-block;
    width: 82%;
    margin-right: -6px;
}

.rwdsearch-btn {
    border: 0px;
    font-size: 0;
    height: 36px;
    width: 38px;
    vertical-align: top;
    display: inline-block;
    border-radius: 0;
    background: url(../images/rwd_search.png) center center no-repeat #fff;
}

.rwd-lang {
    width: 90%;
    margin: 20px auto;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
}

.rwd-lang li {
    width: 100%;
    display: block;
    /*margin-right: -4px;*/
    text-align: center;
    font-size: 1.125rem;
}

.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: #027300;
    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: #027300;
    font-weight: bold;
}

.navsecond-item-current>a::before {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    vertical-align: top;
    border-radius: 999em;
    background-color: #027300;
    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: #027300;
}

.navthird-item-current>a::before {
    content: "";
    width: 7px;
    height: 1px;
    display: inline-block;
    vertical-align: top;
    background-color: #027300;
    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*/

.rwd_20persent {
    width: 20%;
}

.rwd_50persent {
    width: 50%;
}

.RnewsList,
.rwd-link {
    float: left;
    width: 96%;
    padding: 0 2% 10px 2%;
    background: #e6e6e6;
}

.RnewsList .title,
.rwd-link .title {
    float: left;
    width: 95%;
    margin: 0 0 2px 0;
    background: #fff;
    padding: 13px 2.5%;
    font-weight: bold;
}

.RnewsList .title p,
.rwd-link .title p {
    float: left;
    width: 115px;
    font-size: 1.156rem;
}

.RnewsList .title a,
.rwd-link .title a {
    float: right;
    font-weight: bold;
    background: url(../images/icon-sortMethodAhover.png) center right no-repeat;
    padding-right: 14px;
    font-size: 0.938rem;
}

.RnewsCont {
    float: left;
    width: 100%;
}

.RnewsCont a {
    color: #333;
    font-size: 0.956rem;
    font-weight: bold;
    padding: 14px 2%;
    background: #fff;
    float: left;
    width: 96%;
    margin: 0 0 2px 0;
}

.RnewsCont a:nth-child(odd) {
    background: #edf5ec;
}

.RnewsCont a span {
    float: left;
    width: 100%;
    color: #46aa34;
    margin: 0 0 7px 0;
}

.RnewsCont a p {
    float: left;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 1rem;
}

.rwd-link-list {
    float: left;
    width: 100%;
    text-align: center;
    background: #fff;
}

.rwd-link-list li {
    float: left;
    width: 50%;
    text-align: center;
    padding: 20px 0;
}

.rwd-link-list li a {
    width: 85%;
    margin: 0 auto;
    display: block;
}

.rwd-link-list li a img {
    width: 100%;
    display: block;
}

.rwd_cont {
    display: none;
}

.rwd_list {
    width: 100%;
}

.rwd_list tr th,
.rwd_list tr td {
    border: 1px solid #ccc;
    padding: 10px 3%;
    line-height: 23px;
}

.rwd_list tr th {
    background: #2cb02a;
    border-right: 1px solid #adf4aa;
    border-bottom: 1px solid #adf4aa;
    color: #ffffff;
}

.rwd_list tr td {
    background: #f2f2f2;
}

.rwd_list tr:nth-child(2n) td {
    background: #fff;
}

.pc_Postal_Express_TableStyle_02 {
    display: block;
}

.rwd_Postal_Express_TableStyle_02 {
    display: none;
}

.rwd_Postal_Express_TableStyle_02 table {
    margin-bottom: 10px;
}

.rwd_Postal_Express_TableStyle_02 .th {
    width: 120px;
}

/***** RWD Style end *****/

@media (max-width: 980px) {
    #Header_1 {
        width: 100%;
    }

    #Header_2 {
        width: 100%;
    }

    #Header_3 {
        width: 100%;
    }

    .megamenu_container {
        margin-left: 5px;
    }

    #MainContentContainer {
        width: 100%;
    }

    #MainContentInner {
        padding: 0 15px;
    }

    #HeaderMainMenuContainer {
        width: 100%;
    }

    #InnerBody {
        width: 100%;
    }

    #Footer {
        width: 100%;
    }

    #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: 74%;
    }

    #Main {
        width: auto;
    }

    .megamenu_container {
        width: 92%;
    }

    .megamenu>li .megamenu_fullwidth {
        width: 100%;
        max-width: 920px;
    }

    /*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;
    }

    #SiteMapContainer .SiteMap_Section ul.SiteMapList {
        width: 26%;
    }

    #MainContentLeft {
        width: 28%;
    }

    #MainContentRight {
        width: 70%;
    }

    /*首頁*/
    #ServiceGuideContainer {
        width: auto;
    }

    #MainAdContainer {
        width: 100%;
        height: auto;
    }

    #MarqueeContainer {
        width: auto;
        margin: 0;
        background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
        border: 1px solid #dcdcdc;
        border-radius: 10px;
    }

    div#abgne_marquee {
        width: auto;
        background: url('../images/MarqueeBG-s.png') no-repeat 8px 9px;
    }

    div#abgne_marquee ul li a {
        padding: 0 10px 0 80px;
    }

    #QuickSearchContainer {
        width: auto;
        margin: 0;
        background: #eeeeee;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ededed));
        background: -webkit-linear-gradient(top, #ffffff 0%, #ededed 100%);
        background: -o-linear-gradient(top, #ffffff 0%, #ededed 100%);
        background: -ms-linear-gradient(top, #ffffff 0%, #ededed 100%);
        background: linear-gradient(to bottom, #ffffff 0%, #ededed 100%);
        border: 1px solid #dcdcdc;
        border-radius: 5px;
        height: auto;
    }

    #QuickSearch {
        padding: 10px;
    }

    #QuickSearchContainer .QuickSearchHeader {
        position: relative;
        top: 0px;
        left: 0px;
        margin-bottom: 10px;
    }

    #QuickSearchContainer #QuickSearchDrop {
        position: relative;
        top: 0px;
        left: 0px;
        padding: 10px 0;
        width: 100%;
        float: none;
        border-right: 0px;
    }

    #QuickSearchContainer #QuickSearchBTN {
        position: relative;
        top: 0px;
        left: 0px;
        /*text-align: center;*/
        border-left: 0px;
        padding: 20px 0 10px;
        float: none;
        border-top: 1px solid #DCDCDC;
    }

    .TabsContainer_style2 .Width400p,
    .TabsContainer_style2 .Width250p,
    #ServiceGuideContent ul.tabs,
    #ServiceGuideContent .pane {
        width: 100%;
        height: auto;
    }

    .TabsContainer_style2 ul.tabs a,
    #ServiceGuideContent ul.tabs a {
        padding: 0 6px;
    }

    .dropdown dd ul {
        width: 100%;
        min-width: 100%;
    }

    .TabsContainer_style2 .wrap .pane {
        margin-bottom: 0px;
    }

    #AdBannerContainer {
        width: auto;
        background: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
        border: 1px solid #dcdcdc;
        border-radius: 5px;
        height: auto;
        padding: 10px;
        overflow: hidden;
        margin: 0;
    }

    #AdBannerHeader {
        position: relative;
        top: 0px;
        left: 0px;
    }

    #AdBannerContainer .AdBanner {
        position: relative;
        top: 0px;
        left: 0px;
        margin-top: 15px;
    }

    #ui-carousel-prev {
        margin-left: 0px;
    }

    #flexslider_small_1 {
        width: 90%;
    }

    #ServiceGuideContent .pane a {
        width: 30%;
    }

    #ServiceGuideContent .pane a img {
        width: 90%;
    }

    #LatestNewsContainer {
        width: auto;
    }

    /*首頁 end*/
}

@media (max-width: 800px) {
    .rwd_print_ctrl {
        display: none;
    }

    .rwd-open800.tb-title {
        float: left;
        width: 96%;
        background: #078a3e;
        color: #fff;
        padding: 5px 2%;
        font-size: 1.063rem;
        margin: 12px 0 0 0;
    }

    table.TableStyle_02_s.rwd-open800.d-notfast th {
        width: 150px;
    }

    /*-台灣地圖另開-*/
    table.map2-paging td {
        width: 100% !important;
        display: inline-table;
        margin: 0 0 9px 0;
    }

    table.map2-paging select {
        font-size: 0.938rem !important;
        padding: 5px;
        min-width: 60px;
        margin: 0 3px;
    }

    table.map2-paging {
        font-size: 1rem !important;
        width: 100%;
        text-align: center;
    }

    table.map2-paging select {
        font-size: 1rem !important;
    }

    .map2-resault .TableStyle_02 th,
    .map2-resault .TableStyle_02 td {
        padding: 6px 10px !important;
    }

    .map2-resault .TableStyle_02 td {
        padding: 10px;
        border: 0;
    }

    .map2-resault .TableStyle_02 th {
        font-weight: normal;
        width: 132px;
        text-align: left;
        border-right: 1px solid #e3e3e3;
    }

    .map2-resault .TableStyle_02 tr {
        border-bottom: 1px solid #e3e3e3 !important;
        display: inline-table;
        width: 100%;
    }

    .map2-resault .TableStyle_02 tr:last-child {
        border-bottom: 0 !important;
    }

    a.atop.continue-sear {
        background: #038c00;
        color: #fff;
        padding: 8px 0;
        width: 105px !important;
        font-size: 0.938rem;
        margin: 7px auto 0 auto;
        float: left;
        text-align: center;
    }

    .mrs2 label {
        font-size: 1rem;
    }

    .mrs2,
    .mrs1 {
        float: left;
        width: 96%;
        margin: 0 0 1px 0;
        background: #f3f3f3;
        padding: 9px 2%;
    }

    .map2-resault-sear input[type="submit"] {
        font-size: 0.938rem;
        padding: 6px 5px;
        border: 0;
        min-width: 55px;
        margin: 0 0 0 4px;
    }

    .map2-resault-sear select,
    .map2-resault-sear input {
        font-size: 0.938rem;
        padding: 5px;
        border: #ccc 1px solid;
        min-width: 95px;
    }

    .map2-resault {
        float: left;
        width: 96%;
        margin: 25px 0;
        padding: 0 2%;
    }

    .map2-resault .new_12title {
        float: left;
        width: 100%;
        font-size: 1rem;
        text-align: left;
        margin: 0 0 20px 0;
    }

    table.map2-tb {
        width: 100% !important;
        font-size: 0.813rem;
    }

    .map2-resault-sear {
        width: 100% !important;
        text-align: left !important;
        margin: 0 0 18px 0 !important;
    }

    /** {
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    } */
    /*-未來郵件-*/
    table.TableStyle_02_s.rwd-open800.futable th {
        width: 30%;
        text-align: left;
    }

    .rwd-back-pc {
        display: block;
    }

    .RedHighLight {
        font-size: 1rem;
        line-height: 26px !important;
    }

    .BackToPrev a {
        margin: 0 8px 0 0;
    }

    .PrintInput {
        background: #fff;
    }

    .Align_Right {
        text-align: right;
        display: inline-block;
        width: 100%;
        margin: 0 0 8px 0;
        font-size: 1rem;
    }

    .TabsContainer {
        font-size: 1rem;
    }

    /*--*/
    .Align_Right.country-tags a.BTN_Style03_down.rwd-close800 {
        display: block !important;
    }

    .translate-list .rwd-open800 {
        display: inline-table;
        margin: 0;
    }

    /*-兩岸郵政速遞(快捷)-業務說明-*/
    table.TableStyle_02.ipackage-table2 {
        margin: 15px 0;
    }

    /*-國際函件-國際函件資費表-*/
    #ContentsContainer #Contents .rwd-pane .article strong .Topic_Style01 {
        font-size: 1.188rem;
        display: inline-block;
        margin: 15px 0 0 13px;
    }

    .rwd-pane .accordion_green .accordion a {
        padding: 10px 10px 10px 15px;
        margin-top: 25px;
        background: #ececec;
        text-decoration: none;
        display: block;
        color: #038c00;
        border: 0;
        position: relative;
        text-shadow: 1px 1px 1px #fff;
        font-weight: bold;
    }

    /*-3+2-郵局專用信箱郵遞區號-*/
    .Postal_TabsContainer.zip_code .ListContainer dd {
        line-height: 24px;
    }

    .pts-mailbox-sear select {
        min-width: 180px !important;
    }

    td.resault-remind,
    td.resault-remind2 {
        float: left;
        width: 100%;
        text-align: left !important;
        font-size: 1rem;
        margin: 0 0 8px 0;
        line-height: 25px;
    }

    .resault-wrap {
        float: left;
        width: 100%;
        font-size: 1rem;
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
        margin: 5px 0 26px 0;
    }

    /*-限時郵件投遞區域查詢-*/
    .MapContainer.taiwan .RelatedInfoContainer {
        background: #f8f7f7;
        border: 1px solid #e5e5e5;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 0;
        clear: both;
        margin: 20px 0 30px 0;
    }

    .MapContainer.taiwan #picture {
        position: relative;
        top: 20px;
        width: 100%;
        height: 490px;
        margin: 0px auto;
        background: #FFF url(../images/Map.png);
        overflow: hidden;
        left: -15px;
    }

    /*-國內函件-印刷物與其他有關郵件適用對照表 -*/
    #ContentsContainer #Contents .article dl.rwd-print-remark dd {
        padding-left: 20px;
        margin-left: 0;
        margin-bottom: 10px;
        background: url(../images/ListIcon_002.jpg) no-repeat 3px 11px;
    }

    .rwd_cont.print-mail-list {
        font-size: 1rem !important;
    }

    .rwd_cont.print-mail-list h2 {
        font-size: 1.125rem !important;
        color: #03a700;
    }

    .rwd_cont.print-mail-list h3 {
        font-size: 1rem !important;
    }

    /*-大陸郵件資費表-大陸航空函件-*/
    div#postal-onelist a.print.rwd-open800 {
        background: #2cb02a;
        border: 0;
        padding: 8px 0;
        width: 74px;
        text-shadow: none;
        color: #fff;
        display: inline-block;
        margin: 0;
    }

    #ContentsContainer #Contents .BoxContainer_Style1.china-expense-list .article strong .Topic_Style01 {
        background: url(../images/Topic_Style01.jpg) no-repeat left 9px;
        padding-left: 19px;
        font-size: 1.25rem;
        margin: 18px 3.5% 0 3.5%;
        background-size: 9px;
    }

    span.one-page-remind {
        float: left;
        text-align: right;
        width: 100%;
        margin: 0 0 15px 0;
    }

    .BoxContainer_Style1.china-expense-list .accordion_green .accordion a {
        padding: 10px 10px 10px 40px;
        margin: 25px 0 0 0;
        background: #eee;
        text-decoration: none;
        display: block;
        color: #038c00;
        border: 0;
        position: relative;
        text-shadow: 1px 1px 1px #fff;
        font-weight: bold;
    }

    /*-國際陸空包裹常用資費表-*/
    .TableStyle_02_s.ipackage-onepage {
        font-size: 0.813rem;
        width: 100%;
    }

    .TableStyle_02_s.ipackage-onepage th,
    .TableStyle_02_s.ipackage-onepage td {
        padding: 5px 3px;
    }

    /*-國際快捷郵件簡明資費表 -*/
    h3.dollar-unit {
        display: inline-block;
        width: 100%;
        font-size: 1rem;
        margin: 0 0 16px 0;
    }

    /*-國際快捷-國際快捷封發時刻表 -*/
    .airline-list table:nth-child(6),
    .airline-list table:nth-child(5) {
        display: inline-block;
        width: 100%;
        border: 0;
        line-height: 20px;
        text-align: center;
        font-size: 0.938rem;
    }

    .airline-list table:nth-child(5) {
        font-size: 1rem;
        margin: 0 0 15px 0;
    }

    .airline-list table:nth-child(6) td,
    .airline-list table:nth-child(6) th {
        padding: 5px 2px;
    }

    /*-國際函件-國際函件預計到達時間表-*/
    .TabsContainer.continent-arrival-onepage a.print.rwd-open800 {
        font-size: 0.938rem;
        background: #2eb42c;
        border: 0;
        padding: 8px 30px;
    }

    .TabsContainer.continent-arrival-onepage p {
        margin: 0 0 3px 0 !important;
    }

    #ContentsContainer #Contents .TabsContainer.continent-arrival-onepage .Topic_Style03 {
        font-size: 1.25rem;
        margin: 0 0 15px 0;
        line-height: 27px;
        background: url(../images/Topic_Style03.png) no-repeat left 7px !important;
    }

    /*-學生包裹-優惠方案-*/
    .student-promotion-plan p.NewsTopic {
        margin: 10px 0 !important;
    }

    .padin_15px.rwd-padding {
        padding: 15px 0;
    }

    .student-promotion-plan {
        font-size: 1rem;
    }

    .student-promotion-plan .accordion_grey_gradient .accordion a {
        line-height: 24px;
    }

    /*-簡明國內函件資費表-*/
    .Align_Right.rwd-left {
        text-align: left;
        line-height: 23px;
    }

    /*-兩岸郵政e小包資費試算查詢結果-*/
    table.TableStyle_03.esmall-rtable1 {
        margin: 0 0 15px 0;
    }

    table.TableStyle_03.esmall-rtable1 td {
        text-align: left !important;
        vertical-align: top !important;
        padding: 6px 5px 6px 0;
        line-height: 23px;
    }

    .BoxContainer_Style1.esmall-resault h2 {
        background: #e2ffe1;
        padding: 10px 15px;
        color: #038c00;
        font-size: 1rem;
        margin: 0;
    }

    #ContentsContainer #Contents .BoxContainer_Style1.esmall-resault .Topic_Style03 {
        font-size: 1.25rem;
        margin: 5px 0 8px 0;
        line-height: 27px;
        background: url(../images/Topic_Style03.png) no-repeat left 7px !important;
    }

    .Padinleft20.rwd-padding {
        padding: 0;
    }

    /*-列表頁-*/
    .List_BTN_Style3 .icon-arrow2 {
        width: 8px;
        height: 13px;
        display: inline-block;
        background: url(../images/ArrowIcon_3.png) no-repeat;
        position: absolute;
        top: 17px;
        right: 18px;
    }

    .List_BTN_Style3 li a {
        display: block;
        padding: 8px 25px 8px 35px;
        border: 1px solid #eee;
        background: url(../images/bg_article-lista.png) repeat-x #eee;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        line-height: 160%;
        position: relative;
        font-size: 1.125rem;
        font-weight: 400;
        color: #535353;
    }

    .ContentBoxContainer .ContentBox_md .LinksContainer {
        width: 100%;
    }

    .ContentBoxContainer .ContentBox_md .GraphicImg {
        width: 30%;
        display: none;
    }

    .List_BTN_Style3 li {
        margin: 0 0px 15px 0;
    }

    .List_BTN_Style3 li a:visited {
        color: #535353;
    }

    .List_BTN_Style3 .icon-arrow {
        width: 15px;
        height: 15px;
        display: inline-block;
        background: url(../images/Topic_Style02.png) no-repeat;
        position: absolute;
        top: 14px;
        left: 10px;
    }

    .ContentBoxContainer {
        width: auto;
        border: 0;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 0;
        -moz-box-shadow: 0px 0px 5px 0px #a2a2a2;
        -webkit-box-shadow: 0px 0px 5px 0px #a2a2a2;
        box-shadow: none;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(26%, #ffffff), color-stop(100%, #f9f9f9));
        background: -webkit-linear-gradient(top, #f4f4f4 0%, #ffffff 26%, #f9f9f9 100%);
        background: #fff;
        padding: 0;
    }

    /*-中文地址英譯使用說明-*/
    .back-btn-wrap {
        background: 0;
        clear: both;
        margin: 0;
        padding: 0 0 35px 0;
        text-align: center;
    }

    .back-btn-wrap a {
        border: none;
        background: #2cb02a;
        padding: 9px 42px;
        color: #FFFFFF;
        font-weight: 400;
        text-decoration: none;
        vertical-align: middle;
    }

    .back-btn-wrap a:visited {
        color: #FFFFFF;
    }

    /*-中華快遞文件貨件運費表-中華快遞文件貨件運費表 -*/
    table.TableStyle_02.rwd-open800.file-table th {
        width: 25%;
    }

    /*-國際快捷-國際快捷封發時刻表 -*/
    table.TableStyle_02_s.airtitle {
        margin: 15px 0;
    }

    /*-兩岸郵政e小包-兩岸郵政e小包資費試算查詢-*/
    #ContentsContainer #Contents .esmall-wrap .article strong .Topic_Style01 {
        font-size: 1.2em;
        display: inline-block;
        margin: 10px 0 5px 0;
    }

    .TabsContainer.szaa4 select,
    .TabsContainer.szaa4 input {
        font-size: 0.938rem;
        padding: 5px;
        border: 1px solid #ccc;
    }

    .TabsContainer.szaa4 .szaa4-volume input {
        min-width: 75px;
    }

    .TabsContainer.szaa4 span.RedHighLight {
        float: left;
        width: 100%;
        margin: 7px 0 0 0;
    }

    /*-兩岸郵政e小包-業務說明-*/
    table.TableStyle_02.esmall-contraband {
        margin: 15px 0;
    }

    /*-便利包-*/
    .convenience-package .SinglePic_L {
        margin: 20px 0;
        vertical-align: top;
        text-align: center;
        width: 100%;
    }

    table.TableStyle_02.convpack-table {
        margin: 10px 0;
    }

    table.TableStyle_02.convpack-table th {
        padding: 10px 5px;
    }

    #ContentsContainer #Contents .article .convenience-package ol {
        list-style-type: decimal;
        padding-left: 25px;
        font-size: 1.063rem;
        line-height: 28px;
        margin-left: 27px;
    }

    .convenience-package {
        font-size: 1.063rem;
    }

    .convenience-package br {
        display: none;
    }

    #ContentsContainer #Contents .article .convenience-package ul {
        list-style-type: disc;
        padding-left: 0;
    }

    .convenience-package .release-time {
        text-align: center !important;
    }

    /*-國際函件-國際函件資費表 -*/
    .expense4-explain {
        float: left;
        width: 100%;
        margin: 15px 0;
        line-height: 26px;
    }

    .a-margin3 {
        margin: 5px 0;
        float: left;
        width: 100%;
    }

    .expense4-contactinfo .TableStyle_02_s {
        font-size: 1rem !important;
    }

    .expense4-contactinfo .TableStyle_02_s th,
    .expense4-contactinfo .TableStyle_02_s td {
        font-size: 1rem;
        text-align: left !important;
        line-height: 24px;
        padding: 8px 5px;
        word-wrap: break-word;
        word-break: break-all;
    }

    #ContentsContainer #Contents .expense4-contactinfo .Topic_Style01 {
        font-size: 1.35em;
        margin: 15px 0;
        display: inline-block;
        line-height: 26px;
    }

    table.TableStyle_02.Align_Center.speci-expense4 th {
        padding: 10px 4px;
    }

    .TabsContainer.expense4 .Align_Right {
        margin: 15px 0;
    }

    #ContentsContainer #Contents .TabsContainer.expense4 .article strong .Topic_Style01 {
        font-size: 1.125rem;
    }

    .TabsContainer.expense4 ul.tabs li,
    .TabsContainer.expense4 ul.tabs2 li {
        width: 25%;
    }

    .TabsContainer.expense4 .wrap .pane,
    .TabsContainer.expense4 .wrap .pane2 {
        display: none;
        padding: 20px 13px;
        border: 1px solid #adf4aa;
        border-top: 0;
        margin-bottom: 20px;
    }

    #ContentsContainer #Contents .TabsContainer.expense4 .Topic_Style03 {
        font-size: 1.25rem;
        margin: 0 0 15px 0;
        line-height: 27px;
        background: url(../images/Topic_Style03.png) no-repeat left 7px !important;
    }

    .TabsContainer.expense4 ul.tabs,
    .TabsContainer.expense4 ul.tabs2 {
        overflow: hidden;
        height: auto;
        width: 99.7%;
    }

    .TabsContainer.expense4 ul.tabs a,
    .TabsContainer.expense4 ul.tabs2 a {
        font-size: 1rem;
        padding: 0 0;
        width: 100%;
        border: 0;
    }

    .TabsContainer.expense4 ul.tabs p {
        margin: 0 !important;
        padding: 0 !important;
    }

    /*-國際函件-國際函件預計到達時間表-*/
    .TabsContainer.continent-arrival .wrap .pane,
    .TabsContainer.continent-arrival .wrap .pane2 {
        display: none;
        padding: 20px 13px;
        border: 1px solid #adf4aa;
        border-top: 0;
        margin-bottom: 20px;
    }

    #ContentsContainer #Contents .TabsContainer.continent-arrival .Topic_Style03 {
        font-size: 1.25rem;
        margin: 0 0 15px 0;
        line-height: 27px;
        background: url(../images/Topic_Style03.png) no-repeat left 7px !important;
    }

    .TabsContainer.continent-arrival ul.tabs,
    .TabsContainer.continent-arrival ul.tabs2 {
        overflow: hidden;
        height: auto;
        width: 100%;
    }

    .TabsContainer.continent-arrival ul.tabs a,
    .TabsContainer.continent-arrival ul.tabs2 a {
        font-size: 1rem;
        padding: 0 0;
        width: 100%;
        border: 0;
    }

    .TabsContainer.continent-arrival ul.tabs li,
    .TabsContainer.continent-arrival ul.tabs2 li {
        width: 33%;
    }

    .continent-arrival-foreword {
        float: left;
        width: 100%;
        margin: 0 0 12px 0;
    }

    .TabsContainer.continent-arrival p {
        margin: 0 0 3px 0 !important;
    }

    /*-國際大宗函件郵資折扣 -*/
    table.TableStyle_02.i-bulk-discount th {
        padding: 10px 5px;
    }

    font.bulk-remind {
        font-size: 1rem;
        margin: 15px 0 0 0;
        display: inline-block;
    }

    /*-大宗平常信函明信片郵簡分區捆紮郵資折扣要點 -*/
    table.TableStyle_02.bulk-discount {
        margin: 15px 0;
    }

    table.TableStyle_02.bulk-discount th {
        padding: 10px 5px;
    }

    /*-國內函件-國內普通函件郵遞時效表-*/
    table.TableStyle_02.normal-mail th {
        padding: 10px 4.5px;
    }

    /*-下拉頁數-*/
    table.paging select {
        padding: 4px 5px;
        min-width: 51px;
        font-size: 1rem;
        margin: 0 3px;
    }

    /*-國內函件-郵件轉運郵局（股）局名、地址、電話號碼一覽表 -*/
    tr.ano-resault strong {
        margin: 0 0 11px 0;
        float: left;
        width: 100%;
    }

    .ConditionSearchContainer.ano-list select {
        padding: 4.5px 6px;
        margin: 0 4px 0 0;
    }

    table.TableStyle_02_s.aon-csinfo td {
        width: 96% !important;
        float: left;
        padding: 5px 2%;
        border: 0;
        border-bottom: 1px solid #e3e3e3;
    }

    table.TableStyle_02_s.aon-csinfo td:last-child {
        border-bottom: 0;
    }

    /*-國內函件-信函、明信片或其他具有通信性質文件之認定標準 -*/
    p.table-from {
        font-size: 1rem;
    }

    table.TableStyle_02.rwd-open800.mail-standard dl {
        font-size: 1.063rem !important;
    }

    table.TableStyle_02.rwd-open800.mail-standard th {
        width: 25%;
        padding: 10px 7px;
    }

    /*-特產快遞郵件-*/
    ul.special-offer {
        font-size: 1rem;
        padding: 0 !important;
        list-style: none !important;
    }

    ul.special-offer span {
        display: inline-block;
        vertical-align: top;
        width: 15px;
        line-height: 26px !important;
    }

    ul.special-offer p {
        display: inline-block;
        vertical-align: top;
        width: 92%;
        line-height: 26px !important;
    }

    ul.special-offer .level2 {
        padding: 0 0 0 15px;
    }

    /*-郵件資費表-國際快捷郵件資費表-*/
    .ConditionSearchContainer .weight-select-wrap span.GreenBold {
        float: left;
        width: 66px;
        margin: 0;
        line-height: 34px;
    }

    .weight-select-wrap {
        float: left;
        width: 100%;
        text-align: left;
        margin: 13px 0 0 0;
    }

    .weight-select-wrap select {
        padding: 6px 5px;
        margin: 0 0 0 5px;
    }

    /*-各國國際快捷郵件客服資訊 -*/
    table.TableStyle_02.cs-cont {
        border: 1px solid #e3e3e3;
        font-size: 0.97em;
        word-wrap: break-word;
        word-break: break-all;
    }

    table.TableStyle_02.cs-cont td {
        padding: 10px 2%;
        border: 0;
        line-height: 180%;
        vertical-align: middle;
        width: 96%;
        float: left;
        background: #fff !important;
        border-bottom: 1px solid #e3e3e3;
    }

    /*-國內包裹/快捷資費查詢結果頁-*/
    .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: 1rem;
        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;
    }

    /*-國際快捷郵件預計到達天數表及尺寸重量限制-*/
    table.TableStyle_02.dayweight-condition th,
    table.TableStyle_02.dayweight-condition td {
        padding: 8px 5px;
        line-height: 24px;
    }

    /*-臺北－東京、大阪國際快捷郵件特快定時投遞 -*/
    #ContentsContainer #Contents .article .taipei-tokyo dl dd {
        padding-left: 20px;
        margin-left: 20px;
        margin-bottom: 10px;
        background: url(../images/ListIcon_002.jpg) no-repeat 3px 11px;
        font-size: 1rem;
    }

    .taipei-tokyo {
        font-size: 1rem;
    }

    .taipei-tokyo>p {
        width: 100%;
        display: inline-block;
    }

    .taipei-tokyo>p b {
        width: 32px;
        display: inline-block;
        vertical-align: top;
    }

    .taipei-tokyo>p>span {
        width: 90%;
        display: inline-block;
        vertical-align: top;
    }

    /*-國際快捷通達國家收寄地區一覽表-*/
    td.style1.arrival-td1 {
        width: 25% !important;
    }

    /*-特色業務-存局候領-*/
    .rwd_list {
        width: 100%;
        margin: 18px 0;
    }

    .rwd_title {
        margin: 5px 0;
        float: left;
        width: 100%;
    }

    /*-國際快捷郵件加保服務費-*/
    .BTN_Style03_down,
    .BTN_Style03_down_current {
        margin: 0 5px 9px 0;
    }

    .ConditionSearchContainer {
        font-size: 1rem;
        line-height: 175%;
        background: #fff;
        border: 0;
        padding: 0;
        margin: 15px 0;
    }

    .accordion_green .accordion {
        width: 100% !important;
    }

    /*-兩岸郵政速遞(快捷)-兩岸郵政速遞(快捷)資費查詢-*/
    #ContentsContainer #Contents .TabsContainer.china-service .Topic_Style02_noBlock {
        color: #038c00;
        font-weight: 700;
        background: url(../images/Topic_Style02.png) no-repeat left 6px;
        padding-left: 18px;
        font-size: 1.1em;
        margin: 25px 0 15px 0;
        display: inline-block;
        width: 90%;
        line-height: 25px;
    }

    .TabsContainer.china-service .RedHighLight {
        font-weight: 700;
        color: #ff0000;
        float: left;
        width: 100%;
        margin: 5px 0 0 0;
    }

    .TabsContainer.china-service select,
    .TabsContainer.china-service input {
        font-size: 0.938rem;
        padding: 5px;
        border: 1px solid #ccc;
        border: 1px solid #ccc;
    }

    .TabsContainer.china-service {
        font-size: 1rem;
    }

    table.TableStyle_02_s.china-service-table1 {
        margin: 10px 0 25px 0;
        font-size: 1.063rem !important;
    }

    .Align_Right.china-table-small {
        float: left;
        width: 100%;
        font-size: 1rem;
        margin: 0 0 12px 0;
    }

    /*-香港、澳門快捷資費-*/
    table.TableStyle_02_s.expense7-table td,
    table.TableStyle_02_s.expense7-table th {
        text-align: left !important;
    }

    .expense7-remark {
        display: inline-block;
        width: 100%;
        font-size: 1rem;
        margin: 0 0 15px 0;
    }

    /*--*/
    table.rwd_list.fix-table {
        font-size: 1rem;
    }

    .Align_Center.phone-pic {
        padding-top: 25px;
        width: 263px;
        margin: 0 auto;
    }

    .Align_Center.fix-center-title {
        font-size: 1rem;
    }

    .Align_Right.fix-small-info {
        font-size: 1rem;
        margin: 0 0 8px 0;
    }

    .fix-rwd_title {
        float: left;
        width: 100%;
        line-height: 25px;
        margin: 0 0 8px 0;
        font-weight: bold;
        color: #2cb02a;
        text-align: left;
        font-size: 1rem;
    }

    /*-國際快捷-業務說明-*/
    table.TableStyle_02.i-fastmail-explain {
        width: 100%;
    }

    /*-國際快捷-國際大宗快捷郵件郵資折扣 -*/
    th.th.twotype-table-th1 {
        width: 32%;
    }

    .twotype-cont .HeaderDescription_Style1 .Description p {
        font-size: 1rem;
        line-height: 25px !important;
    }

    .BoxContainer_Style1.twotype-cont .tabs_fake li a {
        font-size: 1rem;
        padding: 0px 25px;
    }

    .twotype-cont .HeaderDescription_Style1 .HeaderTitle {
        border-right: 1px solid #ffffff;
        width: 96%;
        padding: 7px 2%;
        display: inline-block;
        zoom: 1;
        background: #dddddd;
    }

    .twotype-cont .HeaderDescription_Style1 .Description {
        width: 96%;
        display: inline-block;
        zoom: 1;
        vertical-align: top;
        padding: 15px 2%;
    }

    .twotype-cont .HeaderDescription_Style1 .HeaderTitle .Title {
        padding: 4px 0;
        background: none;
        color: #666666;
        font-size: 1.375rem;
        font-weight: 700;
        margin-bottom: 10px;
        line-height: initial !important;
    }

    .twotype-cont table.TableStyle_02 th,
    .twotype-cont table.TableStyle_02 td {
        padding: 10px 8px;
    }

    .twotype-cont .HeaderDescription_Style1 .HeaderTitle .sub_Title {
        color: #666666;
        font-size: 1rem;
        font-weight: 700;
        line-height: initial !important;
    }

    /*-國際快捷-國際大宗快捷郵件郵資折扣-單獨頁-*/
    div#postal-onelist {
        margin: 20px 0;
    }

    /*-國際快捷-國際大宗快捷郵件郵資折扣 -*/
    #twotype-list #LargeBTN_2Container {
        width: 100%;
        margin: 0 !important;
        background: none;
        border: 0;
    }

    #twotype-list #LargeBTN_2Container a .DescripContainer p {
        background: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        padding: 15px 0;
        color: #333;
        font-size: 1rem;
        line-height: 25px !important;
        display: inline-block;
        margin: 0 !important;
        width: 100%;
        text-align: center;
    }

    #twotype-list #LargeBTN_2Container a .TitleContainer {
        padding: 0;
    }

    #twotype-list #LargeBTN_2Container a .DescripContainer {
        margin: 0 !important;
    }

    #twotype-list #LargeBTN_2Container a .TitleContainer .Title {
        font-size: 1.875rem;
        font-weight: 700;
        color: #038c00;
        text-align: center;
        padding: 0;
        background: none;
        margin: 10px 0px 0px 0px !important;
        width: 100%;
        display: inline-block;
    }

    #twotype-list #LargeBTN_2Container a.BTN_L,
    #twotype-list #LargeBTN_2Container a.BTN_R {
        border-right: 0;
        width: 96%;
        vertical-align: top;
        height: initial !important;
        background: #f4fff4;
        padding: 15px 2%;
        margin: 12px 0;
    }

    /*-中華快遞保價貨件費率表-中華快遞保價貨件費率表-*/
    table.TableStyle_02.rwd-open800.premium-ems {
        margin: 12px 0;
    }

    table.TableStyle_02.rwd-open800.premium-ems th {
        width: 25%;
        text-align: left !important;
    }

    table.TableStyle_02.rwd-open800.premium-ems th,
    table.TableStyle_02.rwd-open800.premium-ems td {
        padding: 8px 6px;
    }

    /*-聯邦快遞-業務說明-*/
    table.TableStyle_02.rwd-open800.fedex-table {
        margin: 12px 0;
    }

    table.TableStyle_02.rwd-open800.fedex-table th {
        width: 35%;
        text-align: left !important;
    }

    /*-DHL 國際快遞貨件業務說明-*/
    table.TableStyle_02.rwd-open800.dhl-table {
        margin: 12px 0;
    }

    table.TableStyle_02.rwd-open800.dhl-table th {
        width: 25%;
    }

    /*-國際包裹-國際航空/陸空/海陸包裹常用資費表-*/
    .TabsContainer.box-sear.country ul.tabs a,
    .TabsContainer.box-sear.country ul.tabs2 a {
        font-size: 1rem;
        padding: 0 20px;
    }

    .TabsContainer.box-sear.country .add-sear {
        background: #fff;
        border: 0;
        padding: 0;
        width: 100%;
        margin: 0 0 19px 0;
    }

    .TabsContainer.box-sear.country .add-sear input,
    .TabsContainer.box-sear.country .zipcode-sear input {
        padding: 0px 5px;
        font-size: 0.938rem !important;
        width: 82px !important;
    }

    .box-sear.country .add-sear {
        background: #fff;
        border: 0;
    }

    table.TableStyle_02.rwd-open800.countrytable-weight th {
        width: 25%;
    }

    strong.country-resault-title {
        display: inline-block;
        width: 100%;
    }

    .box-sear.country .ConditionSearchContainer {
        margin: 0;
    }

    .ConditionSearchContainer div#countrysaer .Submit_1 {
        width: 65px;
    }

    #ContentsContainer {
        position: relative;
        float: left;
        width: 100%;
    }

    #MainAdSmallOverView li a {
        width: 88%;
    }

    #MainAdSmallOverView li {
        width: 32%;
        margin: 0 0 27px 0;
    }

    div#countrysaer select {
        font-size: 1rem !important;
        padding: 5px 6px;
        margin: 0 8px 0 0;
    }

    div#countrysaer {
        float: left;
        width: 100%;
        font-size: 1rem;
        margin: 0 0 19px 0;
        border-right: 0;
    }

    div#countrysaer:last-child {
        margin: 0;
    }

    div#countrysaer .GreenBold {
        margin: 0;
        width: 70px;
        float: left;
        line-height: 33px;
    }

    .TabsContainer.box-sear.country {
        margin-top: 20px;
    }

    /*-兩岸郵政速遞(快捷)大宗折扣表-*/
    .middle-time {
        float: left;
        width: 100%;
        font-size: 1rem;
        margin: 5px 0 10px 0;
    }

    /*-兩岸郵政速遞(快捷)商旅包-服務說明-*/
    .only-word,
    .one-sentence {
        font-size: 1.063rem;
        line-height: 29px !important;
    }

    td.remind-table-table {
        padding: 4px 10px;
        background: #2cb02a !important;
    }

    #ContentsContainer #Contents .article .TableStyle_02.remind-table dl {
        margin-top: 10px;
        font-size: 1rem;
        line-height: 28px;
    }

    /*-兩岸郵政速遞(快捷)商旅包-資費表-*/
    .th.twoplace-quickfee-th1 {
        width: 35%;
    }

    .th.twoplace-quickfee-th2 {
        width: 65%;
    }

    /*-快速查詢結果頁-*/
    .postal-resault-page .ds-btn {
        margin: 15px 0;
        display: inline-block;
        text-align: center;
        width: 100%;
    }

    .postal-resault-page .ds-btn a {
        background: #027300;
        color: #fff;
        font-size: 0.938rem;
        padding: 7px 35px;
    }

    .postal-resault-page .TableStyle_04 .hd {
        font-weight: 700;
        white-space: nowrap;
        text-align: left;
        padding: 10px 5px;
    }

    .SearchResult_Style01 .Total .price {
        font-weight: 700;
        font-size: 1.25rem;
        color: #ff0000;
        margin: 0 5px;
    }

    .postal-resault-page .SearchResult_Style01 {
        background: #eeeeee;
        padding: 25px 2%;
        font-size: 1rem;
        float: left;
        width: 96%;
        line-height: 24px;
    }

    .BoxContainer_Style1.postal-resault-page h2 {
        background: #e2ffe1;
        padding: 12px 2%;
        color: #038c00;
        font-size: 1.1em;
        margin: 0;
        font-size: 1.063rem;
        float: left;
        width: 96%;
    }

    /*-大陸函件資費查詢-*/
    .szaa-china-cont2 font {
        font-family: 微軟正黑體;
    }

    .szaa-china-cont1,
    .szaa-china-cont2 {
        line-height: 26px;
    }

    .szaa-china-cont1 select {
        margin: 5px 0 0 0;
    }

    /*-國際快捷/包裹資費查詢-*/
    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;
    }

    /*-國際函件資費查詢-*/
    .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: 0.938rem;
        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: 1rem;
        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: 1.063rem !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: 1rem;
    }

    .Postal_TabsContainer.szaa .wrap select,
    .Postal_TabsContainer.szaa .wrap input {
        font-size: 0.938rem;
        padding: 5px;
        border: 1px solid #ccc;
    }

    .szaa-remind,
    .szaa-remind2 {
        float: left;
        width: 100%;
        margin: 5px 0 0 0;
    }

    .special-fee label font {
        font-family: 微軟正黑體;
    }

    /*-兩岸研修生優惠方案-*/
    table.TableStyle_02.rwd-open800.studystudent-discount {
        margin: 15px 0;
    }

    /*-中文地址英譯使用說明-*/
    div#translate-explain span.title {
        font-size: 1rem;
        font-weight: bold;
        margin: 10px 0 5px 0;
        width: 100%;
        display: inline-block;
    }

    div#translate-explain {
        font-size: 1rem !important;
        font-family: 微軟正黑體;
        margin: 25px 0;
    }

    div#translate-explain table {
        width: 96%;
        margin: 0 2%;
        line-height: 26px;
    }

    div#translate-explain table.table2 {
        width: 100%;
        margin: 0;
        line-height: 28px;
    }

    div#translate-explain table.table2 th {
        color: #fff;
    }

    div#translate-explain table img {
        margin: 9px 0 0 0;
    }

    /*-查無資料-*/
    .NoResult {
        width: 100%;
        display: inline-block;
    }

    /*-中文地址英譯-*/
    .article.notice-cont {
        font-size: 1rem;
    }

    .identify-btn,
    .identify-pic {
        float: left;
        width: 100%;
        margin: 0 0 23px 0;
    }

    a.cantsee,
    a.refresh-btn {
        background: #45c343;
        font-size: 0.938rem;
        padding: 8px 15px;
        border: 0000;
        color: #fff;
        margin: 0 0 0 10px;
        border-radius: 3px;
    }

    a.refresh-btn {
        background: #43c3ae;
    }

    .bigger.no-margin {
        margin-left: 0;
    }

    .roadname-cont-input input {
        margin: 0 5px;
    }

    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;
    }

    span.Topic_Style02_noBlock.roadname {
        position: relative;
    }

    .roadname-cont-input {
        margin: 5px 0 0 0;
        float: left;
        font-size: 1rem !important;
    }

    .roadname-cont-input .bigger {
        font-size: 1rem !important;
    }

    a.BTN_Style03.usebtn {
        background: #45c343;
        font-size: 0.938rem;
        padding: 8px 22px;
        border: 0000;
        color: #fff;
        margin: 0 0 0 4px;
        position: absolute;
        left: 198px;
        top: -6px;
    }

    .wrap.translate select {
        min-width: 150px;
    }

    .wrap.translate input,
    .wrap.translate select {
        font-size: 0.938rem;
        padding: 6px 5px;
        border: 1px solid #ccc;
    }

    .Postal_TabsContainer .wrap.translate {
        width: 100%;
        position: initial;
        font-size: 1rem;
    }

    p.NoteStyle.Align_Center.big-button a {
        background: #fff;
        border: 0;
    }

    p.NoteStyle.Align_Center.big-button a:hover {
        color: #333;
    }

    /*-郵政國名/地區名中英文對照表-單獨頁-*/
    #ench-placename .PrintInput a {
        border: none;
        background: #333333;
        background: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#333333));
        background: #2cb02a;
        background: -moz-linear-gradient(top, #666666, #333333);
        background: -ms-linear-gradient(top, #666666, #333333);
        background: -o-linear-gradient(top, #666666, #333333);
        background-image: -ms-linear-gradient(top, #666666 0%, #333333 100%);
        padding: 9px 42px;
        -webkit-box-shadow: rgba(255, 255, 255, 0.4) 0 0px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
        -moz-box-shadow: rgba(255, 255, 255, 0.4) 0 0px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
        box-shadow: rgba(255, 255, 255, 0.4) 0 0px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
        color: #FFFFFF;
        font-weight: 400;
        text-decoration: none;
        vertical-align: middle;
    }

    #ench-placename .PrintInput {
        background: 0;
        clear: both;
        margin: 0;
        padding: 0 0 35px 0;
        text-align: center;
    }

    div#ench-placename {
        float: left;
        width: 100%;
        margin: 35px 0 0 0;
    }

    #ench-placename #NewsInnerContainer .NewsTopic {
        line-height: 160% !important;
        margin-bottom: 12px;
    }

    table.rwd_list.ench-placename-table {
        margin: 0 0 30px 0;
    }

    /*-快速查詢-交寄貴重物品及重要文件-*/
    .word-only {
        font-size: 1rem;
        line-height: 30px;
    }

    /*-大陸快捷(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: 1rem;
    }

    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: 0.938rem;
        padding: 6px 28px 6px 5px;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        border-radius: 0;
        border: 1px solid #ccc;
    }

    table.rwd_list.ems-sear {
        font-size: 1rem;
    }

    table.rwd_list.ems-sear th {
        width: 96%;
        float: left;
        padding: 8px 2%;
        border: 0;
    }

    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: 1.25rem;
        margin: 5px 0 18px 0;
        color: #027300;
        font-weight: bold;
    }

    /*-兩岸郵政速遞(快捷)商旅包-資費查詢-*/
    .tab-sear input,
    .tab-sear select {
        font-size: 0.938rem;
        padding: 6px 8px;
        border: #ccc 1px solid;
    }

    span.RedHighLight.tab-sear-remind {
        float: left;
        width: 100%;
        margin: 7px 0 0 0;
        font-size: 0.938rem;
        line-height: 23px;
    }

    .tab-sear.china-business-package select {
        min-width: 175px;
    }

    .TabsContainer.tab-sear {
        font-size: 1.063rem;
        margin: 10px 0 0 0;
    }

    #ContentsContainer #Contents .TabsContainer.tab-sear .Topic_Style02_noBlock {
        color: #038c00;
        font-weight: normal;
        background: url(../images/Topic_Style02.png) no-repeat left 6px;
        padding-left: 22px;
        font-size: 1.05em;
        margin: 25px 0 10px 0;
        display: inline-block;
        line-height: 27px;
    }

    /*-國內包裹/快捷資費查詢-*/
    #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: 1rem;
    }

    .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: 1rem;
    }

    .domestic-sear input {
        font-size: 0.938rem;
        padding: 4px 6px;
        border: 1px solid #ccc !important;
    }

    .BoxContainer_Style1 .ds-cont p {
        line-height: 180%;
        margin-bottom: 15px !important;
        display: inline-block;
        width: 100%;
    }

    /*-多圖輪播-*/
    #ContentsContainer #Contents .picture_cont p {
        line-height: 150%;
        margin: 0 0 16px 0;
        font-size: 1rem;
    }

    .rwd_kv_template .bx-wrapper .bx-pager {
        display: none;
    }

    .rwd_kv_template {
        display: block;
    }

    .rwd_kv_template .bx-wrapper img {
        width: 100%;
        display: block;
        max-height: initial !important;
    }

    a.pc-slider-title {
        background: #03a200;
        color: #fff !important;
        padding: 6px 19px;
        float: right;
        margin: 15px 0;
        font-size: 0.938rem;
    }

    .MultipleImageContainer.pc_slider {
        display: none;
    }

    /*-大陸快捷(EMS)-大陸快捷大宗折扣表-*/
    .table-remark {
        line-height: 25px;
        font-size: 1rem;
    }

    /*-大陸快捷(EMS)-大陸快捷開辦局名 -*/
    .sear-wrap2 {
        float: left;
        width: 30px;
        margin: 0 0 0 8px;
    }

    .ConditionSearchContainer .sear-wrap2 input.Submit2 {
        display: inline-block !important;
        height: initial;
        margin: 0 0 0 5px;
        background: #ffffff;
        border: 0;
        padding: 6px 25px;
        color: #333;
        font-size: 1.1em !important;
    }

    .ConditionSearchContainer.department-sear select,
    .ConditionSearchContainer.department-sear input {
        padding: 6px 1%;
        font-size: 0.938rem !important;
        font-family: 微軟正黑體;
        line-height: initial !important;
        border: #ccc 1px solid;
    }

    .ConditionSearchContainer .sear-wrap input.Submit1 {
        display: inline-block !important;
        height: initial;
        margin: 0 !important;
        background: #ffffff;
        border: 0;
        padding: 6px 25px;
        color: #333;
        font-size: 1.1em !important;
        text-indent: 0;
    }

    .ConditionSearchContainer .sec_1 {
        border-bottom: 0;
        margin-bottom: 10px;
        padding: 0;
        width: 100%;
        text-align: left;
        display: inline-block;
    }

    .ConditionSearchContainer .sec_2 {
        display: inline-block;
        width: 97%;
        text-align: left;
        margin: 0 0 1px 0;
        background: #eee;
        padding: 8px 1.5%;
    }

    span.department-sear-remark {
        float: left;
        width: 100%;
        line-height: 28px;
        font-size: 1rem;
        color: #ff4e00 !important;
        font-weight: bold;
    }

    .ConditionSearchContainer .address_1 select {
        width: 115px;
        min-width: 115px;
        float: left;
        margin-right: 10px;
    }

    .address_1 {
        float: left;
        width: 97%;
        text-align: left;
        margin: 0 0 1px 0;
        background: #eee;
        padding: 8px 1.5%;
    }

    .address_1 .d-sear-title {
        float: left;
        color: #333;
        font-size: 1.3em !important;
        width: 78px;
        margin: 0;
        line-height: 34px !important;
    }

    .address_2 input {
        width: 210px;
    }

    .address_2 {
        float: left;
        width: 97%;
        text-align: left;
        margin: 0 0 1px 0;
        background: #eee;
        padding: 8px 1.5%;
    }

    .office_sear {
        float: left;
        width: 239px;
    }

    .address_2 .d-sear-title {
        float: left;
        color: #333;
        font-size: 1.3em !important;
        width: 155px;
        margin: 0;
        line-height: 34px !important;
    }

    .sec_2 .d-sear-title {
        float: left;
        color: #333;
        font-size: 1.3em !important;
        width: 78px;
        margin: 0;
        line-height: 34px !important;
    }

    .sear-wrap {
        float: left;
        width: 97%;
        text-align: center;
        margin: 0 0 1px 0;
        background: #eee;
        padding: 8px 1.5%;
    }

    /*-國內快捷-國內快捷郵件資費表 -*/
    table.TableStyle_02.value-of-fee th {
        width: 22%;
    }

    td.paper-currency-td {
        width: 10%;
    }

    td.paper-currency-td br {
        display: none;
    }

    #ContentsContainer #Contents .article.table-dl dl {
        margin-top: 0;
        font-size: 1.063rem;
        line-height: 28px;
    }

    #ContentsContainer #Contents .article.table-dl dl dd {
        padding-left: 20px;
        margin-left: 0;
        margin-bottom: 10px;
        background: url(../images/ListIcon_002.jpg) no-repeat 3px 11px;
        font-size: 1.063rem;
    }

    p.paddingTopBtm_15.fee-remind-time {
        padding: 0;
        font-size: 1rem;
        margin: 8px 0 3px 0 !important;
    }

    /*-國內快捷-國內快捷投遞區域查詢-*/
    table.TableStyle_02_s.fast-send.rwd-open800 th {
        width: 19%;
        text-align: left;
    }

    table.TableStyle_02_s.fast-send {
        margin: 0 0 15px 0;
        width: 100%;
    }

    .ConditionSearchContainer.postaddr .no-margin {
        margin: 0 !important;
    }

    /*-國內快捷-大宗國內快捷郵資折扣表-*/
    .Postal_RelatedInfoContainer.rwd-relatedinfo {
        font-size: 1rem;
        margin: 0 0 20px 0;
    }

    .Postal_RelatedInfoContainer.rwd-relatedinfo br {
        display: none;
    }

    table.TableStyle_02_s.rwd_list_2 {
        margin: 0 0 15px 0;
        width: 100%;
    }

    table.TableStyle_02_s.rwd_list_2 th {
        text-align: left;
        width: 29%;
    }

    /*-國內快捷-星期六、日窗口停止營業後收寄國內快捷郵件單位一覽表-*/
    table.TableStyle_02_s.rwd-open800.satsunday-list th br {
        display: none;
    }

    table.TableStyle_02_s.rwd-open800.satsunday-list th {
        width: 25%;
    }

    table.TableStyle_02_s.rwd-open800.satsunday-list {
        margin: 0 0 15px 0;
    }

    /*-國內快捷-國內快捷收寄局-*/
    span.postagnecy_remark {
        float: left;
        width: 100%;
        font-size: 0.969rem;
        color: #ff4e00 !important;
        font-weight: bold;
        margin: 0 0 8px 0;
        line-height: 26px;
    }

    .topic-Wrap .tr {
        position: initial;
        top: 0;
        right: 0;
    }

    .postadd-resault input.Submit {
        border: 0;
        background: #f1f1f1;
        height: 30px;
        line-height: 30px;
        font-family: 微軟正黑體;
        font-size: 0.938rem;
        width: 61px;
        text-indent: 0;
    }

    table.TableStyle_02.rwd-postaddresault td.mapdetail2>a {
        float: left;
    }

    table.TableStyle_02.rwd-postaddresault td img {
        display: inline-block;
        vertical-align: middle;
        margin: 0 0 0 8px;
    }

    table.TableStyle_02.rwd-postaddresault tr {
        width: 100%;
        float: left;
        border-bottom: 1px solid #d9d9d9;
    }

    table.TableStyle_02.rwd-postaddresault td {
        width: 76%;
        float: left;
        border: 0;
        padding: 8px 2%;
    }

    table.TableStyle_02.rwd-postaddresault th {
        width: 16%;
        float: left;
        border: 0;
        text-align: left;
        padding: 8px 2%;
        background: #fff;
        color: #333;
        line-height: 180%;
    }

    table.TableStyle_02.rwd-postaddresault {
        display: inline-table;
        width: 100%;
        margin: 0 0 20px 0;
        border: 1px solid #d9d9d9;
        border-bottom: 0;
    }

    table.TableStyle_02.pc-postaddresault {
        display: none;
    }

    .topic-Wrap.postadd-resault {
        float: left;
        width: 100%;
        margin: 20px 0 0 0;
    }

    .postadd-resault select {
        padding: 4px;
        font-family: 微軟正黑體;
        font-size: 0.938rem;
        width: 80px;
        margin: 0 5px 0 0;
    }

    .your-resault {
        float: left;
        width: 100%;
        font-size: 1rem;
        font-weight: bold;
        margin: 20px 0 15px 0;
        line-height: 25px;
    }

    .postaddr-sear2 select {
        min-width: 179px !important;
        width: 179px !important;
    }

    /*-國內快捷-各地郵局快捷郵件截郵時刻查詢-*/
    .TableStyle_02_s .th {
        line-height: 26px;
    }

    table.TableStyle_02_s.ex-send2-tble font {
        font-size: 1rem;
        font-weight: normal;
    }

    .GreenBold.postaddr-forword {
        width: 100% !important;
        margin: 0 0 6px 0 !important;
        float: left !important;
        text-align: left;
    }

    .ConditionSearchContainer.postaddr select {
        background: url(../images/rwd_select_att.png) 92% center no-repeat #fff !important;
    }

    .ConditionSearchContainer.postaddr .sec_1 {
        border-bottom: 0;
        text-align: left;
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .ConditionSearchContainer.postaddr .sec_2 {
        text-align: left;
        margin: 10px 0 0 0;
        float: left;
        width: 100%;
    }

    .postaddr-sear-btn {
        float: left;
        background: #f1f1f1;
        width: 100%;
        text-align: center;
        padding: 5px 0;
    }

    .ConditionSearchContainer select,
    .ConditionSearchContainer input {
        color: #626262;
        font-size: 0.938rem !important;
    }

    .postaddr-sear1,
    .postaddr-sear2,
    .postaddr-sear3,
    .postaddr-sear4 {
        float: left;
        background: #f1f1f1;
        width: 96%;
        padding: 6px 2%;
        margin: 0 0 1px 0;
        text-align: left;
    }

    .ConditionSearchContainer.postaddr .postaddr-sear-btn input.Submit_1,
    .ConditionSearchContainer.postaddr input.Submit_1.next {
        display: inline-block;
        float: none;
        border: 0 !important;
        background: #fff;
        text-indent: 0;
        color: #333;
        line-height: initial;
        height: initial;
        padding: 7px 5px;
        margin: 0;
    }

    .ConditionSearchContainer.postaddr .GreenBold {
        color: #038c00;
        font-weight: 700;
        font-size: 1rem !important;
        margin: 0 0 5px 0 !important;
        line-height: 34px;
    }

    .ConditionSearchContainer.postaddr select,
    .ConditionSearchContainer.postaddr input {
        font-family: 微軟正黑體;
        font-size: 0.938rem !important;
        padding: 6px 5px;
        line-height: initial;
        margin: 0 0 0 5px !important;
        border: #ccc 1px solid;
        background: #fff;
        height: initial !important;
        vertical-align: top !important;
    }

    #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: 1.125rem;
    }

    #LocationBTNContainer {
        padding: 0;
        display: inline-block;
        width: 100%;
        margin: 15px 0 0 0;
    }

    /*-國內快捷-業務說明-*/
    .RelatedInfoContainer .info_disc3 li .txt {
        width: 96%;
        margin-bottom: 3px;
    }

    .RelatedInfoContainer .info_disc3 li .item {
        width: 22px;
    }

    .fastlink.pts {
        width: 300px;
        text-align: center;
        margin: 10px auto 35px auto;
        padding: 12px 0;
        color: #fff;
        background: #2CB02A;
    }

    .fastlink.pts a:visited {
        color: #fff;
    }

    .fastlink.pts span {
        display: none;
    }

    .fastlink.pts a {
        font-size: 1rem;
        font-weight: bold;
    }

    .RelatedInfoContainer ul.info_disc3 {
        font-size: 0.9rem;
    }

    .RelatedInfoContainer ul.info_disc3 dl dd {
        padding-left: 20px;
        margin-left: 2px;
        margin-bottom: 3px;
        background: url(../images/ListIcon_002.jpg) no-repeat 3px 11px;
    }

    #ContentsContainer #Contents .article .RelatedInfoContainer dl {
        font-size: 1.05rem;
        line-height: 29px;
    }

    .ipackage-cont p {
        font-size: 1.2em;
        line-height: 28px !important;
    }

    /*-內裝物品常用詞彙中英文對照表 -*/
    h3.Align_Center.translation-list-title {
        font-size: 1.125rem;
    }

    h4.Align_Center.translation-list-title2 {
        font-size: 1rem;
        margin-bottom: 18px;
        line-height: 22px;
    }

    /*-國際包裹預計到達時間表 -*/
    .expense5list-at-remind {
        float: left;
        width: 100%;
        margin: 15px 0;
    }

    .expense5list-at-remind span {
        float: left;
        width: 100%;
        margin: 0;
        padding: 0 0 0 12px !important;
        font-size: 0.938rem;
        line-height: 25px;
        color: #ff4d00 !important;
    }

    /*-國際包裹加保保費-*/
    th.th2.expanse5cost-th1 {
        width: 30%;
    }

    th.th2.expanse5cost-th2 {
        width: 40%;
    }

    th.th2.expanse5cost-th3 {
        width: 30%;
    }

    /*-大陸包裹資費表-*/
    table.TableStyle_02.china-package-fee td {
        padding: 10px 5px;
        line-height: 24px;
    }

    table.TableStyle_02.china-package-fee th {
        line-height: 24px;
    }

    .accordion_green .accordion a.dcjq-parent,
    .accordion_green .accordion a.dcjq-parent:hover {
        background: #f2f2f2;
        border: 1px solid #e3e3e3;
        font-size: 1rem;
        padding: 15px 10px 15px 40px;
    }

    th.th2.billing-way {
        width: 15%;
    }

    table.TableStyle_02.china-package-fee {
        margin: 18px 0 0 0;
        font-weight: normal !important;
    }

    table.TableStyle_02.china-package-fee strong {
        font-weight: normal;
    }

    /*-basic-*/
    #NewsInnerContainer .NewsTopic {
        line-height: 160% !important;
    }

    .TableStyle_02 .hd {
        white-space: normal !important;
    }

    .TableStyle_02 .th,
    .TableStyle_02 .odd td.th {
        white-space: normal !important;
    }

    #ContentsContainer #Contents .Topic_Style03 {
        font-size: 1.35em;
        margin: 35px 0 15px 0;
        line-height: 27px;
        background: url(../images/Topic_Style03.png) no-repeat left 7px !important;
    }

    table.TableStyle_02.rwd-open800 {
        margin: 0 0 20px 0;
    }

    .TableStyle_02 .th,
    .TableStyle_02 .odd td.th {
        line-height: 24px;
    }

    [canvas=container] {
        margin-top: 59px;
        height: -webkit-calc(100% - 59px);
        height: -moz-calc(100% - 59px);
        height: calc(100% - 59px);
    }

    input[type="text"],
    input[type="submit"],
    input[type="reset"],
    select,
    input[type="button"] {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        border-radius: 0;
    }

    input[type="text"],
    select {
        border: 1px solid #ccc;
    }

    select {
        background: url(../images/rwd_select_att.png) 92% center no-repeat #fff;
        padding: 0 10px 0 0;
    }

    .RwdContent,
    .RwdContainer,
    .rwdheader {
        display: block;
    }

    /*
    .article a:visited {
        color: #333333;
    }
	
    a:visited {
        color: #333333;
    }
	*/
    .rwd-open800 {
        display: inline-table;
        margin: 10px 0;
    }

    .rwd-close800 {
        display: none !important;
    }

    /*-電子地圖單獨頁面-*/
    #one-page-cont .PointListStyle_1 li span.cont {
        margin: 5px 0;
    }

    #one-page-cont .PointListStyle_1 li {
        padding: 0;
        width: 100%;
        display: inline-block;
        vertical-align: top;
    }

    #one-page-cont .PointListStyle_1 {
        margin: 15px 0;
        line-height: initial;
        font-size: 1rem;
    }

    #one-page-cont .PointListStyle_1 li span.title {
        background: #64BB65;
        color: #ffffff;
        padding: 5px 15px;
        margin-right: 5px;
        width: 67px;
        display: inline-block;
        text-align: center;
    }

    #one-page-cont #MainPointContainer {
        padding: 0;
        padding-top: 0px;
        float: left;
        width: 100%;
        margin: 0;
        background: #fff;
    }

    #one-page-cont #InnerBodyContent {
        padding: 0;
        width: 100%;
        background: #fff;
    }

    #one-page-cont #MainPointContainer #table .detail {
        text-align: left;
        line-height: 33px;
        font-size: 0.938rem;
        vertical-align: top;
        padding: 0;
        border: 0;
        float: left;
    }

    #one-page-cont #MainPointContainer #table .title {
        background: #64bb65;
        padding: 7px 0;
        color: #FFF;
        letter-spacing: 0.2em;
        width: 80px;
        border-bottom: solid 1px #FFF;
        float: left;
        text-align: center !important;
        min-height: initial;
        text-align: center;
        margin: 0 12px 0 0;
        font-size: 0.938rem;
    }

    #one-page-cont #FooterContainer {
        border-top: none;
        display: none;
    }

    #one-page-cont #table tr {
        border-top: 0;
        border-bottom: 0;
        float: left;
        width: 100%;
    }

    #one-page-cont input.Submit {
        background: #e7e7e7 !important;
        font-size: 0.938rem !important;
        margin: 0 2% !important;
        width: 105px !important;
        display: inline-block;
    }

    #one-page-cont #MainPointContainer #table .mapBT,
    #one-page-cont .mapBT {
        background: none;
        padding: 0;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
        text-align: center;
        border: 0 !important;
        min-height: initial;
        text-align: center !important;
        margin: 15px 0 0 0;
    }

    #one-page-cont #table td {
        border: none;
        position: relative;
        padding-left: 0 !important;
        text-align: left !important;
        min-height: 22px;
    }

    #one-page-cont #MainPointContainer #table table {
        float: left;
        width: 100%;
    }

    #one-page-cont #MainPointContainer h1 {
        font-size: 1.625rem;
        font-weight: bold;
        color: #535353;
        line-height: 33px;
        padding-bottom: 13px;
        margin-bottom: 20px;
        border-bottom: 3px solid #eeeeee;
    }

    div#one-page-cont {
        width: 94%;
        margin: 0 3%;
        padding: 30px 0 0 0;
    }

    /*-學生包裹/上門收件聯絡-*/
    table.TableStyle_02.rwd-open800.student-service .hd {
        white-space: initial !important;
        border-bottom: 1px solid #e3e3e3;
    }

    table.TableStyle_02.rwd-open800.student-service span {
        font-size: 0.938rem;
        width: 100%;
        float: left;
        line-height: initial;
        text-align: left;
        white-space: initial;
        margin: 7px 0 0 0;
        text-align: left;
        color: #159e13;
    }

    table.TableStyle_02.rwd-open800.student-service th {
        width: 25%;
        text-align: left;
    }

    table.TableStyle_02.rwd-open800.student-service th,
    table.TableStyle_02.rwd-open800.student-service td {
        padding: 5px;
    }

    .DownloadBTNContainer a {
        padding: 7px 20px;
        background: #f7f7f7;
        border: 1px solid #dedede;
        font-size: 0.938rem;
    }

    .box-sear .add-sear,
    .box-sear .zipcode-sear {
        background: #eee;
        padding: 12px 2%;
        width: 96%;
        font-size: 1rem;
        margin: 0 0 1px 0;
        text-align: left;
    }

    .box-sear .add-sear select {
        padding: 6px;
        font-size: 0.938rem !important;
        margin: 0 3px 0 0;
    }

    .box-sear .add-sear input,
    .box-sear .zipcode-sear input {
        padding: 6px 5px;
        font-size: 0.938rem !important;
    }

    /*-國內包裹-國內包裹資費表-*/
    th.th.table-weight {
        width: 23%;
    }

    .fee-remind {
        float: left;
        width: 100%;
        font-size: 1rem;
        margin: 0 0 10px 0;
    }

    /*-存局候領-*/
    th.hd.ps-th {
        width: 28%;
    }

    table.TableStyle_02.saving-post-rwd th,
    table.TableStyle_02.saving-post-rwd td {
        padding: 6px;
    }

    table.TableStyle_02.saving-post-rwd .hd {
        background: #eeeeee !important;
        white-space: initial;
        border: 1px solid #ccc;
        line-height: 23px;
    }

    table.TableStyle_02.saving-post-rwd span {
        font-size: 0.875rem;
        width: 95%;
        float: left;
        line-height: 20px;
        text-align: left;
        white-space: initial;
        margin: 4px 5%;
    }

    table.TableStyle_02.saving-post-rwd {
        width: 100%;
        display: inline-table;
        margin: 15px 0;
    }

    table.TableStyle_02.saving-post-pc {
        display: none;
    }

    /*-未來郵件業務-*/
    table.TableStyle_02.future-table-rwd {
        margin: 0 0 20px 0;
        display: inline-table;
    }

    #ContentsContainer #Contents .article table.TableStyle_02.future-table-rwd dl {
        margin-top: 10px;
        font-size: 1.063rem;
        line-height: 28px;
    }

    .foreword {
        display: inline-block;
        width: 100%;
        font-size: 1rem;
        margin: 0 0 0 18px;
    }

    .Align_Center.table-title {
        float: left;
        width: 100%;
        font-size: 1.25rem;
        color: #faffc8;
        font-weight: bold;
        margin: 8px 0 13px 0;
    }

    #ContentsContainer #Contents .article p.little-remind {
        line-height: 190%;
        margin: 0 0 10px 0px;
        float: right;
        width: 100%;
        text-align: right;
        font-size: 1rem;
    }

    .a-margin {
        margin: 0 0 25px 0;
    }

    table.TableStyle_02.future-table-pc {
        display: none;
    }

    /*-頁數-*/
    .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: 1rem;
        margin: 0 0.5% 15px 0.5%;
        display: inline-block;
    }

    /*-faq-*/
    .faq-list .icon-questions {
        width: 22px;
        height: 22px;
        display: block;
        background: url(../images/icon-questions.png) no-repeat;
        position: absolute;
        top: 13px;
        left: 10px;
    }

    .faq-list .icon-answer {
        width: 22px;
        height: 22px;
        display: block;
        background: url(../images/icon-answer.png) no-repeat;
        position: absolute;
        top: 5px;
        left: 10px;
    }

    .faq-content .PadinTop20 {
        display: none;
    }

    .faq-content .RelatedContainer .ListContainer li .Inner dl {
        padding: 5px 25px 4px 25px;
        margin: 0 0 8px 0;
        background: url(../images/Download_Icon.jpg) no-repeat 5px 10px;
        position: relative;
        zoom: 1;
        border-bottom: 1px dotted #038c00;
        line-height: 1.5em;
        font-size: 1rem;
    }

    .faq-content .RelatedContainer .Header {
        padding: 3px 20px;
        background: #038c00;
        color: #ffffff;
        font-weight: 700;
        font-size: 0.969rem;
        display: inline-block;
        margin: 0px 0px 8px 0px;
    }

    .faq-content .RelatedContainer {
        margin: 15px 0px;
        padding: 0 3% 0 2%;
    }

    .faq-content .article {
        font-size: 1.031rem;
        line-height: 30px;
        padding: 0 0 0 2%;
        width: 98%;
    }

    .faq-content {
        padding: 14px 5% 14px 5%;
        float: left;
        width: 90%;
        position: relative;
        font-size: 0.938rem;
        line-height: 1.8;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .faq-content #NewsInnerContainer {}

    .faq-list .icon-arrow {
        top: 14px;
        right: 16px;
    }

    .faq-btn h3 {
        font-weight: bold !important;
        font-size: 1.063rem;
        color: #333;
        padding: 0 3% 0 2%;
    }

    .faq-btn {
        color: #4b4c4e;
        display: block;
        padding: 14px 5%;
        border: 0;
        background: #f5f5f5;
        border-radius: 5px;
        line-height: 1.3;
        position: relative;
        float: left;
        width: 90%;
        cursor: pointer;
        margin: 0 0 18px 0;
        font-size: 1.063rem;
    }

    .faq-list {
        margin: 0 0 30px;
        float: left;
        width: 100%;
    }

    /*-i郵箱據點查詢-*/
    .add-sear,
    .keyword-sear {
        background: #eee;
        padding: 12px 2%;
        width: 96%;
        font-size: 1rem;
        margin: 0 0 1px 0;
    }

    .keyword-sear input {
        padding: 5px;
        font-size: 0.938rem;
    }

    span.sear-btn {
        width: 100%;
        text-align: center;
        float: left;
        /* background: #eee; */
        margin: 6px 0 0 0;
    }

    div#pageSearch1 {
        width: 100%;
        background: none;
        float: left;
        padding: 0;
        min-height: auto;
        line-height: initial;
        margin: 0 0 22px 0;
    }

    .add-sear select {
        width: 95px;
    }

    .add-sear .span1 {
        margin: 0 5px 0 0;
    }

    div#pageSearch1 select {
        padding: 6px;
        font-size: 0.938rem;
    }

    table.page-table {
        font-size: 1rem;
        margin: 25px 0 0 0;
        font-weight: bold;
    }

    table.page-table select {
        font-size: 0.938rem;
        padding: 4px 1.5%;
        min-width: 70px;
        margin: 0 5px;
    }

    table.page-table a {
        border: 0;
        padding: 6px 8px;
        background: #f5f5f5;
        color: #333;
        margin: 0 5px;
        font-size: 1rem;
        font-weight: bold;
    }

    b.sear-resault {
        float: left;
        width: 100%;
        margin: 0 0 15px 0 !important;
        font-size: 1rem;
    }

    table.TableStyle_02.rwd-ibox-list {
        display: inline-table;
        margin: 0 0 18px 0;
    }

    table.TableStyle_02.pc-ibox-list {
        display: none;
    }

    table.TableStyle_02.rwd-ibox-list th.hd {
        text-align: left !important;
        width: 20%;
    }

    table.TableStyle_02.rwd-ibox-list tr {
        border: 1px solid #e3e3e3;
    }

    table.TableStyle_02.rwd-ibox-list td {
        border: 0;
    }

    table.TableStyle_02.rwd-ibox-list tr {
        padding: 5px;
    }

    table.TableStyle_02.rwd-ibox-list td {
        padding: 5px 10px;
    }

    /*-國際包裹/業務說明-*/
    #ContentsContainer #Contents .article p.remark.margin {
        margin: 0 0 13px 0 !important;
    }

    #ContentsContainer #Contents .article .ipackage dl dt {
        margin-left: 0;
    }

    #ContentsContainer #Contents .article p.remark {
        padding: 0;
        margin: 0;
        font-size: 1.2em;
    }

    .RedHighLight.all {
        font-size: 1rem;
        line-height: 27px !important;
    }

    table.TableStyle_02.ipackage-table {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    #ContentsContainer #Contents .article .ipackage dl dd {
        margin-left: 0;
    }

    /*-i郵箱-業務說明-*/
    #ContentsContainer #Contents .article .ibox-explain dl dd {
        padding-left: 0;
        margin-left: 20px;
        margin-bottom: 20px;
        background: none;
    }

    #ContentsContainer #Contents .article .ibox-explain dl {
        margin-top: 0;
        font-size: 1.2em;
        line-height: 28px;
    }

    /*-國內傳真郵件資費表-*/
    .ConditionSearchContainer .Submit_1,
    .Submit_1 {
        text-indent: 0;
        background: none;
        display: inline-block;
        width: 82px;
        height: 31px;
        border: 0 !important;
        cursor: pointer;
        margin-left: 0;
        background: #eee;
        font-size: 0.938rem !important;
        line-height: 31px;
    }

    .contactnumber {
        display: inline-block;
        vertical-align: top;
        margin: 28px 0 0 0;
        text-align: center;
        width: 100%;
    }

    .right-info {
        font-size: 0.969rem;
        margin: 0 0 10px 0;
    }

    #ContentsContainer #Contents .article .Topic_Style01 {
        background-position: left 9px;
    }

    #ContentsContainer #Contents .article dl dd {
        padding-left: 20px;
        margin-left: 20px;
        margin-bottom: 10px;
        background: url(../images/ListIcon_002.jpg) no-repeat 3px 11px;
    }

    .small-title {
        float: left;
        width: 100%;
        font-size: 1.063rem;
        margin: 0 0 13px 0;
    }

    table.TableStyle_02.dfax-fee {
        margin: 0 0 20px 0;
    }

    /*-業務說明-*/
    #ContentsContainer #Contents .article dl.fax-explain dd {
        padding-left: 20px;
        margin-left: 0;
        margin-bottom: 10px;
        background: url(../images/ListIcon_002.jpg) no-repeat 3px 8px;
    }

    .scrollToNav li {
        margin: 0 1% 10px 0;
        /* float: left; */
        display: inline-block;
        zoom: 1;
    }

    .scrollToNav a {
        background: #ededed;
        color: #666;
        display: block;
        padding: 7px 22px;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 1rem;
        font-weight: bold;
    }

    /*-國內各類郵件服務比較表-*/
    table.TableStyle_02.domestic-postal-pc {
        display: none;
    }

    table.TableStyle_02.domestic-postal-rwd {
        display: block;
        border: 0;
        margin: 0 0 35px 0;
    }

    table.TableStyle_02.domestic-postal-rwd th {
        padding: 6px;
    }

    #ContentsContainer #Contents .article .TableStyle_02.domestic-postal-rwd dl {
        margin-top: 0px;
        font-size: 1.063rem;
    }

    /*-國內橫式信封地址名條之印製及黏貼位置-*/
    .PadinTop20 {
        padding-top: 20px;
        clear: both;
        display: none;
    }

    .SinglePic_L img {
        width: 100%;
        max-width: 100%;
    }

    #ContentsContainer #Contents .article dl dd dd {
        padding-left: 20px;
        margin-left: 0px;
        margin-bottom: 5px;
        background: url(../images/ListIcon_003.jpg) no-repeat 3px 11px;
        font-size: 1.05rem;
        line-height: 30px !important;
    }

    dl.dl_Style02 dl {
        padding-top: 0;
    }

    .SinglePic_L {
        margin: 20px 20%;
        vertical-align: top;
        text-align: center;
        width: 60%;
    }

    /*FatFooter*/
    .FatFooter {
        display: block;
        background: #e7e7e7;
        overflow: hidden;
        margin-top: -20px;
        width: 100%;
    }

    .FatFooter_section {
        float: left;
        width: 94%;
        margin: 0.5% 3%;
    }

    .FatFooter_section h2 {
        font-size: 1.17rem;
        color: #027300;
        border-bottom: solid 2px #ccc;
        padding: 10px 0;
        float: left;
        width: 100%;
    }

    .FatFooter_section ul.FatFooter_list li.FatFooter_list_unit {
        padding: 7px 0;
        width: 50%;
        float: left;
        font-size: 0.92rem;
        line-height: 23px;
    }

    .FatFooterHeader {
        padding: 0;
    }

    .FatFooterHeader a {
        display: block;
        color: #fff;
        background: #027200 !important;
        padding: 10px;
        margin: 0;
        -webkit-border-radius: 0px !important;
        -moz-border-radius: 0px !important;
        border-radius: 0px !important;
    }

    .FatFooterHeader a:hover {
        color: #fff;
    }

    .FatFooterHeader strong a {
        font-size: 1rem;
        color: #fff;
    }

    .FatFooter_section ul.FatFooter_list li.FatFooter_list_unit a .num {
        width: 3px;
        height: 3px;
        position: relative;
        top: 8px;
        left: 5px;
        background: url(../images/fat_footer_bullet.png) 0 0 no-repeat;
        text-indent: 9999px;
        color: #e7e7e7;
    }

    .FatFooter_section ul.FatFooter_list li.FatFooter_list_unit a {
        color: #535353;
        font-weight: bold;
    }

    /*FatFooter end*/
    /*Footer*/
    #Footer {
        width: 100%;
        font-size: 0.85rem;
    }

    #Footer .FooterSec_1Container {
        margin: 10px;
        padding-bottom: 0;
    }

    #Footer .FooterSec_1Container .Sec_1 {
        color: #464648;
        float: none;
        margin: 10px auto;
        width: 95%;
        font-size: 0.938rem;
        line-height: 27px;
    }

    #Footer .FooterSec_1Container .Sec_1 p {
        margin-bottom: 9px;
        word-wrap: break-word;
    }

    #Footer .FooterSec_1Container .Sec_1 .Mail_icon {
        background: url(../images/Mail_icon.gif) no-repeat right 6px;
    }

    #Footer .FooterSec_1Container .Sec_1 .ServiceGuide_icon {
        background: url(../images/ServiceGuide_icon.gif) no-repeat right 7px;
    }

    #Footer .FooterSec_1Container .Sec_1 .WebPhone_icon {
        background: url(../images/WebPhone_icon.gif) no-repeat right 7px;
    }

    #Footer .FooterSec_1Container .A_Plus {
        margin-top: 0;
        margin-bottom: 10px;
    }

    #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 {
        margin: 15px 10px;
    }

    #Footer .FooterSec_2Container .Sec_1 {
        color: #464648;
        float: none;
        text-align: center;
        font-size: 0.9rem;
    }

    #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: 1rem;
        font-family: 微軟正黑體;
    }

    #Footer .FooterSec_2Container .Sec_2 .A_Plus {
        float: none;
        margin-top: 5px;
    }

    #Footer .FooterSec_2Container .Sec_2 .Traffic {
        float: none;
        display: block;
        text-align: center;
        margin-top: 5px;
        width: 100%;
    }

    /*Footer end*/
    .rwd-marquee {
        padding: 20px 21px;
        background: #e6e6e6;
        display: block;
        overflow: hidden;
    }

    .marquee_title {
        background: #027300;
        color: #fff;
        padding: 10px 20px;
        float: left;
        border-radius: 3px 0px 0 3px;
        font-size: 0.938rem;
    }

    input[type="checkbox"],
    input[type="radio"] {
        border: 1px solid #ccc;
    }

    ul.Rsear-tag {
        float: left;
        width: 100%;
        color: #fff;
        font-size: 0.938rem;
        margin-bottom: -1px;
    }

    ul.Rsear-tag li {
        float: left;
        cursor: pointer;
        padding: 12px 0;
        width: 33.33%;
        text-align: center;
        background: #027300;
        cursor: pointer;
        font-size: 1rem;
    }

    ul.Rsear-tag li.current {
        background: #015200;
        color: #fff;
        font-weight: bold;
    }

    .Rsear-cont {
        float: left;
        width: 90%;
        margin: 0;
        padding: 22px 5%;
        display: none;
        background: #027300;
        text-align: center;
    }

    .Rsear-cont select {
        width: 84%;
        padding: 7px 2%;
        font-family: 微軟正黑體;
        font-size: 0.95rem;
        margin: 0;
        color: #696969;
        display: inline-block;
    }

    .Rsear-cont input {
        background: #ebebeb;
        font-family: 微軟正黑體;
        padding: 7px 30px;
        margin: 0 0 0 12px;
        font-weight: bold;
        border: 0;
        font-size: 0.95rem;
        display: inline-block;
    }

    .Rsear-link {
        float: left;
        width: 96%;
        background: #fff;
        margin: 8px 2%;
        display: flex;
    }

    .Rsear-link .rwd-fast,
    .Rsear-link .rwd-zipcode,
    .Rsear-link .rwd-trans {
        width: calc(100% / 3 - 2%);
        padding: 15px 1%;
        text-align: center;
        display: flex;
        align-items: flex-start;
    }

    .Rsear-link .rwd-fast a,
    .Rsear-link .rwd-zipcode a,
    .Rsear-link .rwd-trans a {
        color: #fff;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        align-items: center;
    }

    .Rsear-link .rwd-fast .pic,
    .Rsear-link .rwd-zipcode .pic,
    .Rsear-link .rwd-trans .pic {
        display: inline-block;
    }

    .Rsear-link .rwd-fast p,
    .Rsear-link .rwd-zipcode p,
    .Rsear-link .rwd-trans p {
        display: inline-block;
        font-size: 1.25rem;
        line-height: 48px;
        padding: 0 3%;
        font-size: 1.25rem;
        width: auto;
        vertical-align: top;
    }

    .Rsear-link .rwd-fast {
        background: #3c5cb9;
    }

    .Rsear-link .rwd-zipcode {
        background: #ff7484;
    }

    .Rsear-link .rwd-trans {
        background: #09bfe6;
    }

    .rwd_service {
        float: left;
        width: 96%;
        padding: 10px 2%;
        background: #e6e6e6;
    }

    .rwd_service .rwd_service_tag {
        overflow: hidden;
        width: 100%;
        float: left;
        margin-bottom: 4px;
        font-size: 1.05rem;
    }

    .rwd_service .rwd_service_tag li {
        float: left;
        width: 33.33%;
    }

    .rwd_service .rwd_service_tag .active {
        background: #027300;
        color: #fff;
    }

    .rwd_service .rwd_service_tag .active a {
        color: #fff;
    }

    .rwd_service .rwd_service_tag li:nth-child(3) {
        border-right: 0;
    }

    .rwd_service .rwd_service_tag li a {
        display: block;
        text-align: center;
        padding: 15px 0;
    }

    .rwd_service .service_title {
        margin: 0 0 4px 0;
        background: #fff;
        padding: 16px 2%;
        font-weight: bold;
        font-size: 1.5rem;
    }

    .rwd_service .service_list {
        float: left;
        background: #fff;
        display: none;
        width: 100%;
    }

    .rwd_service .service_list li {
        float: left;
        width: 16.4%;
        background: #fff;
        border-right: 2px solid #e6e6e6;
        /*        border-bottom: 2px solid #e6e6e6;*/
        border-bottom: none;
        text-align: center;
        padding: 15px 0;
        font-size: 1.05rem;
    }

    .rwd_service .service_list li:nth-child(6) {
        border-right: 0;
    }

    .rwd_service .service_list li p {
        padding: 10px 0 0 0;
        font-size: 1rem;
    }

    .Rsear-link p {
        float: none;
        width: 100%;
        font-weight: bold;
        display: block;
        margin: 0 auto;
        line-height: 22px;
    }

    #HeaderContainer,
    #Header_1Container,
    #MainContentLeft,
    #MainContentRight {
        display: none;
    }

    #FontSizeContainer {
        display: none;
    }

    #Header_3Container {
        /*width: auto;*/
        display: none;
    }

    #HeaderMainMenuContainer {
        width: 99.5%;
        overflow: hidden;
    }

    #HeaderMainMenu {
        padding: 0 10px;
    }

    #Mobilemenu {
        width: auto;
        display: block;
        height: 30px;
        padding: 7px 0;
        margin: 0 10px;
    }

    #Mobilemenu select {
        display: block;
        width: 100%;
        padding: 2px;
        background-color: transparent;
        border: 1px solid #bababa;
        cursor: pointer;
        outline: none;
    }

    #MainContentContainer {
        width: 100%;
    }

    #MainContentInner {
        padding: 0;
    }

    #MainContentInner #Breadcrumbs {
        border: 0;
        margin: 10px 0;
        font-size: 0.938rem;
        background: none;
        padding: 5px 0;
        line-height: 22px;
    }

    #MainContentLeft {
        float: none;
        width: auto;
    }

    #ServiceGuideContainer {
        width: auto;
        padding: 0 10px;
        background: none;
        height: auto;
        border: 0px;
    }

    #ServiceGuideHeader {
        border: 1px solid #dcdcdc;
    }

    #ServiceGuideContent {
        border: 1px solid #dcdcdc;
        border-top: none;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        background: linear-gradient(to bottom, #ffffff 0%, #fafafa 100%);
    }

    #ServiceGuideContent .pane {
        margin-bottom: 0;
        width: 100%;
    }

    /*
	#ServiceGuideContent a {
		width: 33%;
	}
	#ServiceGuideContent a.ServiceGuide_01, #ServiceGuideContent a.ServiceGuide_02, #ServiceGuideContent a.ServiceGuide_03, #ServiceGuideContent a.ServiceGuide_04, #ServiceGuideContent a.ServiceGuide_05, #ServiceGuideContent a.ServiceGuide_06 {
		background-position: center top;
	}
	#ServiceGuideContent a.ServiceGuide_01:hover, #ServiceGuideContent a.ServiceGuide_02:hover, #ServiceGuideContent a.ServiceGuide_03:hover, #ServiceGuideContent a.ServiceGuide_04:hover, #ServiceGuideContent a.ServiceGuide_05:hover, #ServiceGuideContent a.ServiceGuide_06:hover {
		background-position: center -89px;
	}
	*/
    #ServiceGuideContent ul.tabs {
        width: 100%;
    }

    .TabsContainer_style2 .Width250p {
        width: 100%;
    }

    #LatestNewsContainer {
        width: auto;
        padding: 0 10px;
    }

    #MainContentRight {
        float: none;
        width: auto;
    }

    #MainContentInner_1Container {
        height: auto;
    }

    #MainContentInner_1 {
        width: 100%;
        position: relative;
    }

    #MainBG_L,
    #MainBG_R {
        display: none;
    }

    #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 */
    }

    #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 {
        width: 100%;
        height: auto;
    }

    #flexslider_big .slides>li img,
    #MainAd a img {
        height: auto;
    }

    /*
	#MainAdContainer {
		border-right: 0px solid #ffffff;
		position: relative;
		top: 0px;
		left: 0px;
	}
	#MainAd {
		background: url(../images/MainAdBanner.jpg) no-repeat;
		width: 463px;
		height: 176px;
		margin: 0;
	}
	.slides_container {
		width: 463px;
	}
	.slides_container a {
		width: 463px;
		height: 176px;
	}
	.slides_container a img {
		width: 463px;
		height: 176px;
	}

	#slides .next, #slides .prev {
		top: 70px;
		left: 5px;
		width: 24px;
		height: 43px;
		display: block;
		z-index: 101;
	}
	#slides .next {
		left: 435px;
	}*/
    /*
	#MainAdContainer {
		border-right: 0px solid #ffffff;
		position: relative;
		top: 0px;
		left: 0px;
		width: 100%;
		height: auto;
	}
	#MainAd {
		background: url(../images/MainAdBanner.jpg) no-repeat;
		margin: 0;
	}
	.slides_container {
		width: 100%;
	}
	.slides_container a {
		width: 463px;
		height: 176px;
	}
	.slides_container a img {
		width: 463px;
		height: 176px;
	}
	#slides .next, #slides .prev {
		top: 40%;
		left: 5px;
	}
	#slides .next {
		left: auto;
		right: 20px;
	}
	#slides .pagination {
		margin: 0;
	}
	*/
    #MarqueeContainer {
        width: auto;
        margin: 0 10px;
        background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
        border: 1px solid #dcdcdc;
        border-radius: 10px;
    }

    div#abgne_marquee {
        width: auto;
        background: url('../images/MarqueeBG-s.png') no-repeat 8px 9px;
    }

    div#abgne_marquee ul li a {
        padding: 0 10px 0 80px;
    }

    #QuickSearchContainer {
        margin: 0 10px;
        display: none;
    }

    #AdBannerContainer {
        width: auto;
        background: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
        border: 1px solid #dcdcdc;
        border-radius: 5px;
        height: auto;
        padding: 10px;
        overflow: hidden;
        margin: 0 10px;
        display: none;
    }

    #AdBannerHeader {
        position: relative;
        top: 0px;
        left: 0px;
    }

    #AdBannerContainer .AdBanner {
        position: relative;
        top: 0px;
        left: 0px;
        margin-top: 15px;
    }

    #ui-carousel-prev {
        margin-left: 0px;
    }

    #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;
    }

    /*
	#ServiceLinksContainer_index {
		margin: 0px;
		border-bottom: 1px dashed #dadada;
		overflow: hidden;
	}

	#ServiceLinksContainer_index .ServiceLinks_index {
		border-bottom: none;
	}

	.ServiceLinks_index .CLR {
		clear: none;
	}

	#ServiceLinksContainer_index .ServiceLinks_index .ServiceLinksLeft li {
		border-right: none;
	}

	#ServiceLinksContainer_index .ServiceLinks_index a {
		padding: 0px 16px;
	}
	
	#RelatedLinksContainer {
		min-height: 115px;
		border-bottom: 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: 15px 0px 0px 0px;
    }

    #MainServiceContainer {
        display: none;
    }

    #ServiceLinksContainer {
        display: none;
    }

    #ServiceLinks li {
        margin-left: 7px;
    }

    /*
	#SmallBannerContainer {
		width: 100%;
		padding-top: 0px;
	}
	
	.BannerItemContainer {
		width: 100%;
		height: auto;
		float: none;
	}

	.BannerItem_1, .BannerItem_2 {
		background: none;
		width: 100%;
	}

	.SmallBannerHeader img{
		width: 100%;
		height: auto;
	}
	*/
    /*
	.jcarousel-skin-tango .jcarousel-container-horizontal {
		width: auto;
	}
	*/
    #InnerBody {
        width: 100%;
    }

    #LocalNavContainer {
        display: none;
    }

    #InnerBodyContent {
        padding: 0 8px 15px 8px;
        width: auto;
    }

    #Main {
        width: auto;
    }

    #Main #Section_2 #Breadcrumbs {
        width: 100%;
    }

    #Main #Section_2 #ShareNav {
        float: right;
        margin-top: 15px;
        font-size: 0.906rem;
    }

    #Main #Section_2 #ShareNav a:first-child {
        margin-left: 0px;
    }

    #Post_NavContainer .Prev {
        margin: 0 0 15px 0;
    }

    #MainContainer_Fullwidth {
        padding: 0px 10px;
    }

    #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;
    }

    .faq-btn,
    .faq-content {
        width: 90%;
    }

    .ConditionSearchContainer select {
        width: 130px;
        min-width: 130px;
    }

    #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: 215px;
    }

    .NewsHeadContainer .NewsHeadL a {
        width: 100%;
    }

    .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;
    }

    /*置頂圖片輪播*/
    .photosgallery-vertical {
        width: 100%;
    }

    .photosgallery-vertical .sliderkit-nav {
        width: 170px;
    }

    .photosgallery-vertical .sliderkit-nav-clip ul li a {
        width: 150px;
    }

    .photosgallery-vertical .sliderkit-nav-clip .pic {
        display: none;
    }

    .photosgallery-vertical .sliderkit-panel {
        width: 263px;
    }

    .table-cell {
        width: 263px;
    }

    .photosgallery-vertical .sliderkit-panel .sliderkit-panel-textbox {
        width: 263px;
    }

    .topNews-slider .sliderkit img {
        max-width: 263px;
    }

    /*置頂圖片輪播 end*/
    .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;
    }

    /*多圖*/
    .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;
    }

    .mobile-select-menu {
        display: block;
    }

    .mobile-select-menu select {
        padding: 8px 10px;
        border: 1px solid #ccc;
        width: 100%;
        font-size: 1.125rem;
        margin-bottom: 20px;
        background: url(../images/rwd_select_att.png) 97% center no-repeat #fff;
    }

    /* 手機 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 */
    /*table responsive
	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;
	}
	*/
    /*首頁*/
    #ServiceGuideContent .pane a {
        width: 78px;
    }

    /*首頁 end*/
    .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;
        font-size: 0.9em;
    }

    .sb-serviceLinks i {
        width: 40px;
        height: 40px;
        margin: 0 auto;
        display: block;
        background-size: 40px 40px;
    }

    #toTop {
        z-index: 10;
    }

    .icon-MailActive {
        background: url(../images/icon-MailActive.svg) no-repeat;
    }

    .icon-Saving {
        background: url(../images/icon-Saving.svg) no-repeat;
    }

    .icon-Insurance {
        background: url(../images/icon-Insurance.svg) no-repeat;
    }

    .icon-Stamp {
        background: url(../images/icon-Stamp.svg) no-repeat;
    }

    .icon-Product {
        background: url(../images/icon-Product.svg) no-repeat;
    }

    .icon-Fund {
        background: url(../images/icon-Fund.svg) no-repeat;
    }

    .icon-SellFund {
        background: url(../images/icon-SellFund.svg) no-repeat;
    }

    .icon-RealEstate {
        background: url(../images/icon-RealEstate.svg) no-repeat;
    }

    /***************************************Responsive*********************************************/
    nav.sb-navbar,
    .mobile-select-menu {
        display: block;
    }

    /***************************************Responsive end*********************************************/
    .acc-key {
        display: none;
    }

    #MainAdContainer .bx-wrapper img {
        height: inherit;
    }

    /*置頂圖片輪播*/
    .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;
    }

    /*-basic-*/
    #ContentsContainer #Contents .article dl dt {
        background: url(../images/Topic_Style03.png) no-repeat left 7px;
    }

    #MainContentInner {
        padding: 0 3%;
        width: 94%;
    }

    .rwd_MainContentInner {
        padding: 0 !important;
        width: 100% !important;
    }

    #MainContainer {
        width: 100%;
        float: left;
        padding: 0;
    }

    #Main h1 {
        line-height: 33px;
    }

    table.TableStyle_02.explain-ibox-table {
        width: 100%;
        margin: 15px 0 25px 0;
    }

    #ContentsContainer #Contents .Topic_Style01 {
        color: #4f549b;
        font-weight: 700;
        background: url(../images/Topic_Style01.jpg) no-repeat left 9px;
        padding-left: 18px;
        font-size: 1.35em;
        margin-bottom: 8px;
        display: block;
        background-size: 8px;
        line-height: 26px;
    }

    .TableStyle_02 {
        border: 1px solid #e3e3e3;
        font-size: 1.063rem;
    }

    .BackToTop_2 {
        margin: 30px 0 20px 0;
        font-size: 1rem;
    }

    .BackToTop_2 a {
        padding: 0 0 0 18px;
        background: url(../images/bullet_top.png) no-repeat 0 5px;
        font-size: 0.95em;
        color: #727171;
        margin: 4px 0 0 0 !important;
        position: absolute;
        top: 5px;
        right: 15px;
    }

    /*-郵局供售各式信封及封裝材料售價詳情表-*/
    td.fee {
        text-align: center;
    }

    th.th.th1 {
        width: 85% !important;
    }

    /*-附加檔案-*/
    .RelatedInfoContainer h3 {
        color: #333333;
        border-bottom: 1px solid #e9e9e9;
        padding: 10px 15px;
        font-size: 1.25em;
        font-weight: 700;
    }

    .RelatedInfoContainer .RelatedInfoList li {
        margin-bottom: 5px;
        padding: 3px 20px;
        background: url(../images/ListIcon_001.png) no-repeat left 10px;
        color: #333333;
        list-style: none;
        background-size: 16px;
        font-size: 1.05em;
        line-height: 29px;
    }

    .RelatedContainer .ListContainer li {
        display: block;
        /* width: 680px; */
        border-bottom: 1px dotted #ccc;
    }

    .RelatedInfoContainer {
        background: #f8f7f7;
        border: 1px solid #e5e5e5;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 0;
        clear: both;
        margin: 20px 0 0 0;
    }

    .RelatedContainer .ListContainer li .Inner dl {
        padding: 5px 25px 7px 25px;
        margin: 0px;
        background: url(../images/Download_Icon.jpg) no-repeat 5px 10px;
        position: relative;
        zoom: 1;
        font-size: 1rem;
    }

    .RelatedContainer .Header {
        padding: 5px 24px;
        background: #038c00;
        color: #ffffff;
        font-weight: 700;
        font-size: 1.15em;
        display: inline-block;
        margin: 0 0 7px 0;
    }

    /*-代收貨款服務-*/
    #ContentsContainer #Contents .article .postal-ship dl.postal-ship-fee dd {
        background: url(../images/ListIcon_002.jpg) no-repeat 3px 10px;
    }

    #ContentsContainer #Contents .article .postal-ship dl dd.remind1 {
        padding: 0;
        /* font-size: 1em; */
        font-size: 0.85em;
        margin-bottom: 3px;
    }

    #ContentsContainer #Contents .article .postal-ship dl dd {
        background: 0;
    }

    #ContentsContainer #Contents .article dl {
        margin-top: 10px;
        font-size: 1.2em;
        line-height: 28px;
    }

    #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: 18px;
        display: block;
        background-size: 9px;
        line-height: 26px;
    }

    /*-貴重物品及重要文件，請作報值或保價郵件交寄-*/
    #ContentsContainer #Contents .article ol li {
        margin: 0 0 4px 0;
    }

    #ContentsContainer #Contents .article ol {
        list-style-type: decimal;
        padding-left: 25px;
        font-size: 1.063rem;
        line-height: 28px;
    }

    #ContentsContainer #Contents .article p {
        line-height: 190%;
        margin: 0 0 10px 0px;
    }

    b.table-title {
        float: left;
        width: 100%;
        font-size: 1.25em;
        margin: 9px 0 10px 0;
        color: #027300;
    }

    .TableStyle_02_s {
        border: 1px solid #e3e3e3;
        font-size: 1.2em;
    }

    td.valuables.remind br,
    td.valuables.remind span {
        display: none;
    }

    td.valuables.remind br,
    td.valuables.remind span,
    td.valuables.remind2 br,
    td.valuables.remind2 span {
        display: none;
    }

    td.valuables.remind {
        background: url(../images/ListIcon_002.jpg) no-repeat 8px 17px;
        padding: 5px 5px 5px 23px;
    }

    td.valuables.remind2 {
        background: url(../images/ListIcon_002.jpg) no-repeat 8px 17px;
        padding: 5px 5px 5px 23px;
    }

    th.th.vth1 {
        width: 25%;
    }

    table.TableStyle_02_s.valuables td.remind3 {
        line-height: 230%;
        font-size: 0.85rem;
    }

    table.TableStyle_02_s.valuables td.remind3 br {
        display: none;
    }

    .remind3-1 {
        display: inline-block;
        width: 100%;
    }

    .remind3-1 br {
        display: block !important;
    }

    /*-明信片規格說明-*/
    .NewsImageContainer .Single .IMG td {
        width: 100%;
        height: auto;
        text-align: center;
    }

    .NewsImageContainer .Single .IMG td a {
        width: 90%;
        display: block !important;
        height: auto !important;
        margin: 0 auto;
    }

    .NewsImageContainer .Single .IMG td img {
        width: 100%;
        height: auto;
        max-height: initial;
        max-width: initial;
    }

    .postcard-explan-pc {
        display: none;
    }

    .postcard-explan-rwd {
        display: block;
        font-size: 1.063rem;
        line-height: 29px;
    }

    .postcard-explan-rwd .title {
        float: left;
        width: 100%;
        margin: 0 0 8px 0;
    }

    .postcard-explan-rwd ul,
    .postcard-explan-rwd ul li {
        float: left;
        width: 100%;
        margin: 0 0 9px 0;
    }

    #ContentsContainer #Contents .article .postcard-explan-rwd ul {
        list-style-type: none;
        padding-left: 0;
    }

    li.point-detail {
        margin: 0 0 0 25px !important;
    }

    .NewsImageContainer .Single .IMG {
        background: #f2f2f2;
        width: 100%;
        display: block;
        position: relative;
        text-align: center;
    }

    .NewsImageContainer .Single .Description .EnlargeIcon {
        padding: 0 25px 0 0;
        background: url(../images/enlarge_icon_001.png) no-repeat right 2px;
        display: block;
        font-size: 0.938rem;
        line-height: 20px;
    }

    li.point-detail p {
        margin: 0 !important;
        line-height: 175% !important;
    }

    .NewsImageContainer {
        margin: 22px 0 0 0;
        text-align: center;
        width: 100%;
        position: relative;
    }

    .NewsImageContainer .Single {
        width: 31%;
        margin: 0 0.8%;
        display: inline-block;
        vertical-align: top;
        display: inline-block;
        zoom: 1;
    }

    .pc_cont {
        display: none;
    }

    .rwd_cont {
        display: block;
    }

    #SiteMapContainer .SiteMap_Section ul.SiteMapList {
        width: 45%;
        margin: 0px 0 20px 2%;
        padding: 15px 1%;
        font-size: 1rem;
    }

    #SiteMapContainer .SiteMap_Section ul.SiteMapList a {
        font-size: 0.875rem;
    }

    .TableStyle_03 .expense_result {
        white-space: normal;
        line-height: 1.3;
        vertical-align: top;
    }

    .Padinleft20 {
        padding-left: 0;
    }
}

@media (max-width: 775px) {
    .rwd_MarqueeContainer {
        width: 84% !important;
    }
}

@media (max-width: 768px) {
    .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) {
    .Rsear-cont select {
        width: 80%;
    }
}

@media (max-width: 735px) {

    /*-兩岸郵政速遞(快捷)-兩岸郵政速遞(快捷)資費查詢-*/
    span.china-minus {
        float: left;
        width: 100%;
        margin: 8px 0 0 0;
    }
}

@media (max-width: 710px) {

    /*-國內快捷-業務說明-*/
    .RelatedInfoContainer .info_disc3 li .txt {
        width: 94%;
        margin-bottom: 3px;
    }
}

@media (max-width: 700px) {

    /*-兩岸郵政e小包-兩岸郵政e小包資費試算查詢-*/
    span.szaa4-minus {
        float: left;
        width: 100%;
        margin: 6px 0 0 0;
    }
}

@media (max-width: 684px) {

    /*-明信片規格說明-*/
    li.point-detail {
        margin: 0 !important;
    }

    #MainAdSmallOverView li {
        width: 48%;
    }
}

@media (max-width: 683px) {
    .rwd_MarqueeContainer {
        width: 82% !important;
    }

    .rwd_service .service_list li {
        float: left;
        width: 32.9%;
        background: #fff;
        border-right: 2px solid #e6e6e6;
        border-bottom: 2px solid #e6e6e6;
        text-align: center;
        padding: 15px 0;
    }

    .rwd_service .service_list li:nth-child(3) {
        border-right: 0;
    }

    .rwd_service .service_list li:nth-child(6),
    .rwd_service .service_list li:nth-child(9) {
        border-right: none;
    }

    .rwd_service .service_list li:nth-child(7),
    .rwd_service .service_list li:nth-child(8),
    .rwd_service .service_list li:nth-child(9) {
        border-bottom: none;
    }

    /*--*/
    .roadname-cont-input span {
        float: left;
        width: 100%;
        margin: 0 0 13px 0;
    }

    .bigger.no-margin2 {
        margin-left: 0;
    }
}

@media (max-width: 670px) {

    /*-國內快捷-各地郵局快捷郵件截郵時刻查詢-*/
    #LocationBTNContainer .LocationBTN li {
        float: left;
        display: block;
        width: 29%;
        margin: 0 2% 15px 2%;
        position: relative;
    }

    .posttemp-input {
        width: 100%;
        margin: 0 !important;
        text-align: center;
    }

    /*-兩岸郵政速遞(快捷)-兩岸郵政速遞(快捷)資費查詢-*/
    .Padinleft20.chinaservice-vol span {
        float: left;
        width: 100%;
        margin: 0 0 12px 0;
    }

    span.china-minus {
        margin: 0 !important;
    }
}

@media (max-width: 665px) {

    /*-國內快捷-國內快捷投遞區域查詢-內頁-*/
    table.TableStyle_02_s.fast-send th {
        width: 28%
    }
}

@media (max-width: 645px) {

    /*-國內快捷-星期六、日窗口停止營業後收寄國內快捷郵件單位一覽表-*/
    table.TableStyle_02_s.rwd-open800.satsunday-list th {
        width: 30%;
    }

    /*-國內快捷-國內快捷投遞區域查詢-*/
    table.TableStyle_02_s.fast-send.rwd-open800 th {
        width: 25%;
        text-align: left;
    }
}

@media (max-width: 640px) {

    /*-國內包裹-國內包裹資費表-*/
    th.th.size-th {
        width: 27%;
    }

    /*-兩岸郵政e小包-兩岸郵政e小包資費試算查詢-*/
    .szaa4-volume span {
        float: left;
        width: 100%;
        margin: 0 0 12px 0;
    }

    span.szaa4-minus {
        margin: 0 !important;
    }
}

@media (max-width: 632px) {

    /*-大陸包裹資費表-*/
    th.th2.billing-way {
        width: 15%;
        padding: 10px 25px;
        line-height: 23px;
    }
}

@media (max-width: 621px) {

    /*-大陸包裹資費表-*/
    th.th2.billing-way {
        width: 15%;
        padding: 10px 17px;
    }
}

@media (max-width: 614px) {
    .rwd_MarqueeContainer {
        width: 80% !important;
    }
}

@media (max-width: 605px) {
    .Rsear-cont select {
        width: 75%;
    }

    .SinglePic_L {
        margin: 20px 15%;
        vertical-align: top;
        text-align: center;
        width: 70%;
    }

    #SiteMapContainer .SiteMap_Section ul.SiteMapList {
        width: 94%;
        margin: 0px 0 20px 0;
        padding: 15px 3%;
    }
}

@media (max-width: 590px) {

    /*-兩岸郵政速遞(快捷)商旅包-資費表-*/
    .th.twoplace-quickfee-th1 {
        width: 40%;
    }

    .th.twoplace-quickfee-th2 {
        width: 60%;
    }

    /*-國際快捷-業務說明-*/
    table.TableStyle_02.i-fastmail-explain th:first-child {
        width: 35%;
    }
}

@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;
    }
}

@media (max-width:570px) {

    /*-faq-*/
    .faq-btn h3 {
        font-weight: bold !important;
        font-size: 1.063rem;
        color: #333;
        padding: 0 5% 0 3%;
    }

    .faq-content .article {
        padding: 0 0 0 3%;
        width: 97%;
    }

    .faq-content .RelatedContainer {
        margin: 15px 0px;
        padding: 0 5% 0 3%;
    }

    .pc_Postal_Express_TableStyle_02 {
        display: none;
    }

    .rwd_Postal_Express_TableStyle_02 {
        display: block;
    }
}

@media (max-width: 560px) {
    .rwd_MarqueeContainer {
        width: 78% !important;
    }

    .Rsear-link .rwd-fast p,
    .Rsear-link .rwd-zipcode p,
    .Rsear-link .rwd-trans p {
        width: 94%;
        line-height: 1.5;
        font-size: 90%;
        padding: 10px 3% 0 3%;
    }

    .pagination_1 {
        text-align: center;
        display: block;
        margin: 45px 0 10px 0;
    }

    /*-學生包裹/上門收件聯絡-*/
    .BoxContainer_Style1.box-sear.student-parcel .tabs_fake li a {
        background: #e2ffe1;
        font-weight: 700;
        font-size: 1rem;
        display: block;
        height: 36px;
        line-height: 36px;
        text-align: center;
        text-decoration: none;
        color: #45c343;
        padding: 0px 20px;
        margin: 0px;
        position: relative;
        top: 1px;
        border-right: 1px solid #ffffff;
    }

    .BoxContainer_Style1.box-sear.student-parcel .tabs_fake li.current a {
        background: #ffffff;
        cursor: default !important;
        color: #038c00 !important;
    }

    table.TableStyle_02.rwd-open800.student-service th {
        width: 30%;
    }

    /*-國內快捷-大宗國內快捷郵資折扣表-*/
    table.TableStyle_02_s.rwd_list_2 th {
        text-align: left;
        width: 35%;
    }
}

@media (max-width: 540px) {

    /*-國際快捷-國際大宗快捷郵件郵資折扣 -*/
    th.th.twotype-table-th1 {
        width: 42%;
    }

    /*-國內快捷-星期六、日窗口停止營業後收寄國內快捷郵件單位一覽表-*/
    table.TableStyle_02_s.rwd-open800.satsunday-list th {
        width: 33%;
    }

    /*-快速查詢結果頁-*/
    .postal-resault-page .padin_15px {
        padding: 0;
    }

    .postal-resault-page .ds-btn a {
        background: #027300;
        color: #fff;
        font-size: 0.938rem;
        padding: 7px 35px;
        display: inline-block;
    }

    .postal-resault-page .ds-btn {
        margin: 18px 0;
        display: inline-block;
        text-align: center;
        width: 100%;
    }

    .postal-resault-page .TableStyle_04 td {
        padding: 6px !important;
        border-bottom: 0;
        float: left;
        width: 100% !important;
        text-align: left;
    }

    .postal-resault-page .TableStyle_04 tr {
        border-bottom: 1px solid #fff;
        margin: 0 0 15px 0 !important;
        float: left;
        width: 100%;
    }

    .postal-resault-page .TableStyle_04 .price {
        font-weight: 700;
        color: #ff0000;
        margin: 0;
    }
}

@media (max-width: 515px) {
    .rwd_MarqueeContainer {
        width: 76% !important;
    }

    /*-國內快捷郵件郵遞時效表 -*/
    .RelatedInfoContainer .info_disc3 li .txt {
        width: 92%;
        margin-bottom: 3px;
    }
}

@media (max-width: 508px) {

    /*-存局候領-*/
    th.hd.ps-th {
        width: 30%;
    }
}

@media (max-width: 507px) {

    /*-大陸包裹資費表-*/
    th.th2.billing-way {
        width: 15%;
        padding: 10px 9px;
    }
}

@media (max-width: 500px) {

    /*-國際大宗函件郵資折扣 -*/
    table.TableStyle_02.i-bulk-discount th {
        padding: 10px 5px;
        width: 28%
    }

    /*-聯邦快遞-業務說明-*/
    table.TableStyle_02.rwd-open800.fedex-table th {
        width: 41%;
        text-align: left !important;
    }

    table.TableStyle_02.rwd-open800.fedex-table th,
    table.TableStyle_02.rwd-open800.fedex-table td {
        padding: 8px 6px;
    }

    /*-明信片規格說明-*/
    .NewsImageContainer .Single .IMG td a {
        width: 80%;
    }

    .NewsImageContainer .Single {
        width: 46%;
        margin: 0 1% 20px 1%;
        display: inline-block;
        vertical-align: top;
        display: inline-block;
        zoom: 1;
    }

    .NewsImageContainer {
        text-align: left;
    }

    /*-國內快捷-各地郵局快捷郵件截郵時刻查詢-*/
    #LocationBTNContainer .LocationBTN li {
        width: 46%;
    }

    /*-中文地址英譯-*/
    .roadname-cont-input input {
        margin: 0 3px;
    }

    .Postal_TabsContainer .wrap .pane,
    .Postal_TabsContainer .wrap .pane2 {
        padding: 20px 13px;
    }
}

@media (max-width: 495px) {

    /*-國內快捷-國內快捷投遞區域查詢-*/
    table.TableStyle_02_s.fast-send.rwd-open800 th {
        width: 30%;
        text-align: left;
    }
}

@media (max-width: 490px) {

    /*-學生包裹/上門收件聯絡-*/
    table.TableStyle_02.rwd-open800.student-service th {
        width: 31%;
        text-align: left;
    }

    #MainAdSmallOverView li {
        width: 100%;
    }

    #MainAdSmallOverView li a {
        width: 96%;
        padding: 10px 2%;
    }

    #MainAdSmallOverView li a .IMG img {
        width: 100%;
        height: auto;
    }

    #MainAdSmallOverView li a .Info {
        float: left;
        margin-left: 0;
        width: 100%;
    }
}

@media (max-width: 486px) {
    .Rsear-cont select {
        width: 72%;
    }

    .Rsear-cont input {
        padding: 8px 15px;
        margin: 0 0 0 7px;
    }
}

@media (max-width: 480px) {
    .map2-tb table.TableStyle_02.rwd-open800 {
        border: 1px solid #e3e3e3;
        font-size: 1rem;
    }

    a.WebPhone_icon {
        display: none !important;
    }

    .Accessibility-detail {
        font-size: 0.938rem;
    }

    .MapContainer {
        width: 100%;
        margin: 0 auto;
    }

    /*-國際函件-國際函件資費表-*/
    .pane.DisplayBlock.rwd-pane {
        display: block !important;
    }

    /*-限時郵件投遞區域查詢-*/
    .MapContainer.taiwan #Map {
        width: 100%;
    }

    .MapContainer.taiwan .acc-links {
        width: 100%;
        margin: 30px 0 15px 0;
    }

    .MapContainer.taiwan .acc-links a {
        display: inline-block;
        padding: 6px 0 6px 20px;
        margin: 2px 1%;
        background: url(../images/ArrowIcon_2_on.png) no-repeat 0 9px;
        width: 17%;
    }

    .MapContainer.taiwan span.arrival-countryname {
        float: left;
        width: 100%;
        margin: 5px 0 15px 0;
    }

    /*-大陸郵件資費表-大陸航空函件-*/
    .TabsContainer .wrap .BoxContainer_Style1.china-expense-list .pane {
        border: 0 !important;
        display: block;
    }

    /*-國際快捷-國際快捷封發時刻表 -*/
    table.TableStyle_02_s.airtitle {
        margin: 15px 0;
        float: left;
        width: 100%;
    }

    table.TableStyle_02_s.airtitle td {
        width: 30%;
    }

    table.TableStyle_02_s.airtitle td {
        width: 22.5%;
        float: left;
        border: 0;
        border-right: 1px solid #e3e3e3;
        border-bottom: 1px solid #e3e3e3;
    }

    table.TableStyle_02_s.airtitle td:nth-child(4) {
        border-right: 0;
    }

    table.TableStyle_02_s.airtitle td:nth-last-child(2),
    table.TableStyle_02_s.airtitle td:nth-last-child(3),
    table.TableStyle_02_s.airtitle td:last-child {
        border-bottom: 0;
    }

    /*-國內郵件資費表-國內快捷郵件資費表-*/
    table.TableStyle_02.value-of-fee th {
        width: 45%;
    }

    /*-中文地址英譯-*/
    .Postal_TabsContainer .wrap.translate ul.tabs a {
        font-size: 1rem;
    }

    .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: 1.188rem !important;
    }

    .translate-list span a {
        padding: 0 !important;
        margin: 0 !important;
    }

    /*-兩岸郵政e小包-兩岸郵政e小包資費試算查詢-*/
    .TabsContainer.szaa4 ul.tabs a,
    .TabsContainer.szaa4 ul.tabs2 a {
        font-size: 1rem;
        padding: 0 15px;
    }

    /*-國際函件-國際函件資費表 -*/
    .TabsContainer.expense4 ul.tabs li,
    .TabsContainer.expense4 ul.tabs2 li {
        width: 50%;
        min-height: 38px;
    }

    /*-大陸郵件資費表-大陸航空函件-*/
    .TabsContainer.chinaexpense .wrap .pane,
    .TabsContainer.chinaexpense .wrap .pane2 {
        display: none;
        padding: 20px 13px;
        border: 1px solid #adf4aa;
        border-top: 0;
        margin-bottom: 20px;
    }

    .TabsContainer.chinaexpense ul.tabs li,
    .TabsContainer.chinaexpense ul.tabs2 li {
        width: 100%;
        text-align: left;
    }

    .TabsContainer.chinaexpense ul.tabs a,
    ul.tabs2 a {
        font-size: 1rem;
        padding: 0 9px;
        text-align: left;
        height: 39px;
        line-height: 39px;
    }

    /*-國內包裹資費表-*/
    #ContentsContainer #Contents .Topic_Style03 {
        font-size: 1.25rem;
        margin: 35px 0 15px 0;
        line-height: 27px;
        background: url(../images/Topic_Style03.png) no-repeat left 7px !important;
    }

    #ContentsContainer #Contents .postal-resault-page .Topic_Style03 {
        font-size: 1.25em;
    }

    /*-傳真業務-國內傳真郵件資費表 -*/
    table.rwd_list.fix-table th:first-child {
        width: 40%;
    }

    /*-國際快捷-國際大宗快捷郵件郵資折扣 -*/
    .BoxContainer_Style1.twotype-cont {
        display: inline-block;
    }

    .BackToTop_2 {
        margin: 15px 0 25px 0;
        font-size: 1rem;
        float: left;
        width: 100%;
    }

    .SinglePic_L {
        margin: 20px 10%;
        vertical-align: top;
        text-align: center;
        width: 80%;
    }

    #Main h1 {
        line-height: 33px;
        font-size: 1.563rem;
    }

    #Main h1 .CurrentTitle {
        font-size: 1.563rem;
    }

    /*-兩岸郵政速遞(快捷)商旅包-資費表-*/
    #ContentsContainer #Contents .article dl.dl_Style02.no-style dd {
        margin-left: 0;
    }

    .th.twoplace-quickfee-th1 {
        width: 50%;
    }

    .th.twoplace-quickfee-th2 {
        width: 50%;
    }

    table.TableStyle_02.rwd-open800.twoplace-quickfee th,
    table.TableStyle_02.rwd-open800.twoplace-quickfee td {
        padding: 10px 5px;
    }

    /*-國際函件資費查詢-*/
    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%;
    }

    /*-大陸快捷(EMS)-大陸快捷開辦局名 -*/
    .ConditionSearchContainer .sear-wrap2 input.Submit2 {
        margin: 0;
        font-size: 0.938rem !important;
    }

    .ConditionSearchContainer .sear-wrap input.Submit1 {
        font-size: 0.938rem !important;
    }

    .address_1 .d-sear-title,
    .address_2 .d-sear-title,
    .sec_2 .d-sear-title {
        font-size: 1rem !important;
    }

    /*-首頁-*/
    .rwd_service .service_list li {
        width: calc(100% / 3 - 22px);
        padding: 15px 10px;
    }

    .rwd_service .service_list li p {
        padding: 10px 0 0 0;
        font-size: 0.85rem;
    }

    /*-中文地址英譯-*/
    .translate .Padinleft20 {
        padding-left: 0px;
    }

    .roadname-cont-input input {
        margin: 0 3px;
        width: 30px;
    }

    /*-兩岸郵政速遞(快捷)商旅包-資費查詢-*/
    .tab-sear.china-business-package select {
        min-width: 150px;
        width: 96%;
        padding: 6px 2%;
    }

    a.china-business-package.current {
        font-size: 1rem !important;
    }

    .TabsContainer .wrap .pane,
    .TabsContainer .wrap .pane2 {
        display: none;
        padding: 5px 13px;
        border: 1px solid #adf4aa;
        border-top: 0;
        margin-bottom: 20px;
    }

    .TabsContainer .wrap .pane,
    .TabsContainer .wrap .pane2 {
        display: none;
        padding: 5px 13px;
        border: 1px solid #adf4aa;
        border-top: 0;
        margin-bottom: 20px;
    }

    .TabsContainer.continent-arrival-onepage .wrap .pane,
    .TabsContainer.continent-arrival-onepage .wrap .pane2 {
        display: block !important;
    }

    .TabsContainer.continent-arrival-onepage ul.tabs a,
    .TabsContainer.continent-arrival-onepage ul.tabs2 a {
        font-size: 1rem;
        padding: 0 9px;
    }

    /*-國內包裹/快捷資費查詢-*/
    .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: 1.188rem;
    }

    /*-國內快捷-國內快捷郵件資費表 -*/
    #ContentsContainer #Contents .article.table-dl dl dd {
        font-size: 0.97em;
    }

    /*-國內快捷-大宗國內快捷郵資折扣表-*/
    #ContentsContainer #Contents .Topic_Style03.discount {
        font-size: 1.35em;
        margin: 7px 0 13px 0;
        display: inline-block;
        line-height: 30px;
        background: url(../images/Topic_Style03.png) no-repeat left 8px;
        padding-left: 20px;
    }

    /*-國內快捷-星期六、日窗口停止營業後收寄國內快捷郵件單位一覽表-*/
    table.TableStyle_02_s.rwd-open800.satsunday-list th {
        width: 38%;
    }

    /*-國內快捷郵件郵遞時效表 -*/
    .fastlink.pts {
        width: 100%;
        text-align: center;
        margin: 0 auto 30px auto;
        padding: 10px 0;
        color: #fff;
        background: #2CB02A;
    }

    .RelatedInfoContainer ul.info_disc3 {
        font-size: 1.05rem;
    }

    .RelatedInfoContainer .info_disc3 li .txt {
        width: 93%;
        margin-bottom: 3px;
    }

    /*-國內包裹-國內包裹資費表-*/
    th.th.otherfee-table-th1 {
        width: 35%
    }

    th.th.otherfee-table-th2 {
        width: 30%
    }

    th.th.otherfee-table-th3 {
        width: 35%
    }

    th.th.table-weight {
        width: 29%;
    }

    /*-列表頁-*/
    .NewsList li a h3.Topic {
        color: #434343;
        font-size: 1.25em;
    }

    /*-faq-*/
    .faq-btn h3 {
        padding: 0 6% 0 5%;
        width: 89%;
    }

    .faq-content .article,
    .faq-content .RelatedContainer {
        padding: 0 0 0 5%;
        width: 95%;
    }

    /*-i郵箱據點查詢-*/
    div#pageSearch1 {
        margin: 0 0 26px 0;
    }

    span.sear-btn a.rwd-open {
        font-size: 0.938rem;
        color: #333;
        background: #eee;
        width: 101px;
        padding: 6px 0;
        display: inline-block;
    }

    /*-國際包裹/業務說明-*/
    #ContentsContainer #Contents .article p.remark {
        font-size: 1.03em;
    }

    /*-i郵箱-*/
    #ContentsContainer #Contents .article .ibox-explain dl dd {
        padding-left: 0;
        margin-left: 20px;
        margin-bottom: 20px;
        background: none;
        font-size: 1.063rem;
        line-height: 28px;
    }

    table.TableStyle_02.explain-ibox-table {
        width: 100%;
        margin: 15px 0;
        border: 0;
        font-size: 0.969rem;
    }

    table.TableStyle_02.explain-ibox-table th {
        width: 22%;
        padding: 8px 10px;
    }

    table.TableStyle_02.explain-ibox-table td {
        width: 75%;
        padding: 8px 10px;
    }

    /*-國內傳真郵件資費表-*/
    table.TableStyle_02.dfax-fee th {
        padding: 10px 5px;
        line-height: 23px;
    }

    .Align_Center.contactnumber img {
        width: auto;
    }

    /*-明信片規格說明-*/
    .NewsImageContainer .Single .IMG td a {
        width: 190px;
    }

    .NewsImageContainer .Single {
        width: 100%;
    }

    /*-明信片規格說明end-*/
    .rwd-close {
        display: none;
    }

    .rwd-open {
        display: block;
    }

    body {
        font-size: 1.05rem;
    }

    input[type="checkbox"],
    input[type="radio"] {
        border: 1px solid #ccc;
    }

    .Padin20 {
        padding: 10px;
    }

    /*-貴重物品及重要文件，請作報值或保價郵件交寄-*/
    th.th.vth1 {
        width: 24%;
    }

    .TableStyle_02_s {
        border: 1px solid #e3e3e3;
        font-size: 1.06rem;
    }

    table.TableStyle_02_s.valuables td.remind3 {
        line-height: 175%;
        font-size: 1.15rem;
    }

    #ContentsContainer #Contents .article .remind3 ol {
        list-style-type: decimal;
        padding-left: 25px;
        font-size: 1.06rem;
    }

    table.TableStyle_02_s.valuables {
        display: inline-block;
        width: 99%;
        margin: 0 0 20px 0;
        border: 0;
        border-right: 1px solid #e3e3e3;
    }

    #ContentsContainer #Contents .article ol {
        list-style-type: decimal;
        padding-left: 25px;
        font-size: 1.05rem;
    }

    .ipackage-cont p {
        font-size: 1.03em;
        line-height: 28px !important;
    }

    ol.no-style-ol {
        font-size: 1.031rem !important;
    }

    b.table-title {
        font-size: 1.2rem;
        line-height: 24px;
    }

    /*-代收貨款服務-*/
    .RelatedInfoContainer .RelatedInfoList li {
        margin-bottom: 5px;
        padding: 3px 25px;
        background: url(../images/ListIcon_001.png) no-repeat left 9px;
        color: #333333;
        list-style: none;
        background-size: 16px;
        font-size: 1em;
        line-height: 33px;
    }

    #ContentsContainer #Contents .article .postal-ship dl dd.remind1 {
        padding: 0;
        font-size: 1.05rem;
        margin-bottom: 3px;
    }

    #ContentsContainer #Contents .article dl dt {
        background: url(../images/Topic_Style03.png) no-repeat left 7px;
        font-size: 1.1rem;
        margin-bottom: 5px;
    }

    .RelatedInfoContainer h3 {
        padding: 6px 15px;
        font-size: 1.1em;
    }

    .RelatedContainer .Header {
        padding: 3px 24px;
        font-weight: 700;
        font-size: 0.96em;
        display: inline-block;
        margin: 0 0 7px 0;
    }

    #ContentsContainer #Contents .article dl {
        margin-top: 10px;
        font-size: 1.03em;
        line-height: 28px;
    }

    #ContentsContainer #Contents .article strong .Topic_Style01 {
        font-size: 1.2em;
        display: inline-block;
    }

    /*-郵務個資蒐集告知事項-*/
    #ContentsContainer #Contents .article p.marginp {
        line-height: 190%;
        margin: 0;
    }

    /*-basic-*/
    #Main #Section_2 {
        margin-bottom: 13px;
    }

    .BackToPrev {
        display: block;
        margin-bottom: 20px;
        float: left;
        width: 100%;
    }

    .BackToPrev a {
        float: left;
        padding: 8px 18px 8px 38px;
        height: initial;
        line-height: initial;
        background: url(../images/BackToPrev.png) no-repeat 8px center;
        font-size: 0.938rem;
        font-weight: 700;
        color: #535353;
        margin: 0 8px 0 0;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

    #Main #Section_2 #ShareNav {
        float: left;
        font-size: 0.906rem;
        margin: 10px 0 0 0;
        color: #7b7b7b;
        background: url(../images/refresh-time.png) no-repeat left center;
        padding-left: 15px;
    }

    .TableStyle_02 {
        border: 1px solid #e3e3e3;
        font-size: 0.97em;
    }

    #ContentsContainer #Contents .Topic_Style01 {
        font-size: 1.15em;
    }

    /*文章列表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*/
    #Mobilemenu-mainService {
        display: block;
    }

    #Mobilemenu-mainService select {
        width: 100%;
        padding: 3px;
        border: 1px solid #dcdcdc;
        border-radius: 3px;
        color: #038c00;
        background: #ffffff;
    }

    .slides_container a {
        width: 340px;
        height: 129px;
    }

    .slides_container a img {
        width: 340px;
        height: 129px;
    }

    #slides .next,
    #slides .prev {
        top: 43%;
        left: 5px;
        width: 15px;
        height: 27px;
    }

    #slides .next {
        left: auto;
        right: 10px;
    }

    #slides .next img,
    #slides .prev img {
        width: 15px;
        height: 27px;
    }

    #TabsContainer ul.TabsMenu li {
        width: 9%;
        text-align: center;
        font-size: 0.75rem;
    }

    #TabsContainer ul.TabsMenu li#TabsOthers {
        width: 17%;
    }

    /*
	#ServiceLinksContainer_index .ServiceLinks_index a {
		padding: 0px 5px;
	}
	
	#ServiceLinksContainer_index .ServiceLinks_index ul {
		width: 50%;
		text-align: center;
	}
	*/
    /*
	#slides2 .next {
		left: auto;
		right: 20px;
	}
	.jcarousel-skin-tango .jcarousel-clip-horizontal {
		width: auto;
	}
	*/
    #Footer .FooterSec_1Container .Sec_2 li {
        margin-left: 15px;
    }

    #Post_NavContainer .Prev,
    #Post_NavContainer .Next {
        width: auto;
    }

    #ContentsContainer #FileDownloadContainer .FileDownBox .FileDown .Info {
        width: 76%;
    }

    .Submit_2 {
        display: inline-block;
    }

    .topNews-slider {
        /*display: none;*/
    }

    #NewsInnerContainer .FloatRightImg,
    #NewsInnerContainer .FloatLeftImg {
        float: none;
    }

    .NewsImageContainer {
        width: auto;
    }

    .NewsImageContainer .Single {
        display: block;
    }

    #OrganizationStructure {
        display: none;
    }

    #SocialMediaContainer {
        display: none;
    }

    #toTop {
        right: 10px;
    }

    #RelatedLinksContainer {
        min-height: 115px;
    }

    #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;
    }

    .Align_Center img {
        width: 100%;
    }

    .TabsContainer ul.tabs a,
    ul.tabs2 a {
        font-size: 0.875rem;
        padding: 0 9px;
    }

    .TabsContainer.china-service ul.tabs a {
        font-size: 1rem;
        padding: 0 9px;
    }

    .SaveContainer {
        background: #ffffff transparent;
        background-image: none;
        padding: 20px;
    }

    .Result-Style-2 .img,
    .Result-Style-2 .txt {
        display: block;
    }

    .Result-Style-2 .img {
        width: 100%;
        padding: 0px;
    }

    .Result-Style-2 .txt {
        width: 100%
    }

    #ContentsContainer #Contents {
        overflow-x: hidden;
        overflow-y: hidden;
    }

    #ContentsContainer #Contents .Topic_Style03_noBlock {
        display: block;
    }

    .Search_style02 {
        display: block;
        margin: 0;
    }

    .LargeBanner_inner img {
        width: 100%;
    }

    .ConditionSearchContainer span.GreenBold {
        display: block;
    }

    .ConditionSearchContainer div.Align_Right {
        text-align: left;
    }

    #LargeBTN_2Container a.Button {
        width: 100%;
    }

    .TabsContainer ul.tabs,
    .TabsContainer ul.tabs2 {
        overflow: hidden;
        height: auto;
    }

    .TabsContainer ul.tabs li,
    .TabsContainer ul.tabs2 li {}

    #SiteMapContainer .SiteMap_Section ul.SiteMapList {
        /*width: 37%;*/
    }

    .TabsContainer_style2 ul.tabs a,
    #ServiceGuideContent ul.tabs a {
        font-size: 90%;
    }

    #QuickSearch .ListSelect p.InputWrap {
        width: 70%;
    }

    #QuickSearch .ListSelect p.submitWrap {
        width: 20%;
    }

    #QuickSearch .ListSelect p.InputWrap select {
        width: 100%;
        min-width: 0px;
    }

    #flexslider_small_1 {
        width: 80%;
    }
}

@media (max-width: 470px) {

    /*-國內快捷-各地郵局快捷郵件截郵時刻查詢-*/
    table.TableStyle_02_s.ex-send2-tble th {
        padding: 5px 19px;
    }
}

@media (max-width: 465px) {

    /*-i郵箱據點查詢-*/
    table.TableStyle_02.rwd-ibox-list th.hd {
        text-align: left !important;
        width: 27%;
    }
}

@media (max-width: 460px) {
    .rwd_MarqueeContainer {
        width: 74% !important;
    }

    /*-國際快捷通達國家收寄地區一覽表-*/
    td.style1.arrival-td1 {
        width: 18% !important;
    }

    /*-國際快捷-國際快捷封發時刻表 -*/
    table.TableStyle_02_s.airtitle td {
        width: 22.2%;
    }
}

@media (max-width: 453px) {

    /*-國內快捷郵件郵遞時效表 -*/
    .RelatedInfoContainer .info_disc3 li .txt {
        width: 91%;
        margin-bottom: 3px;
    }
}

@media (max-width: 450px) {

    /*-國內傳真郵件資費表-*/
    table.TableStyle_02.dfax-fee th.th.dfax-fee-th1 {
        padding: 10px 6px;
    }

    table.TableStyle_02.dfax-fee th.th.dfax-fee-th2 {
        padding: 10px 6px;
    }

    /*-國際快捷/包裹資費查詢-*/
    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;
    }

    /*-兩岸郵政速遞(快捷)-業務說明-*/
    table.TableStyle_02.ipackage-table2 th:first-child {
        width: 30%;
    }
}

@media (max-width: 441px) {

    /*-i郵箱據點查詢-*/
    .add-sear select {
        width: 85px;
    }

    /*-存局候領-*/
    th.hd.ps-th {
        width: 32%;
    }
}

@media (max-width: 436px) {

    /*-國內快捷-國內快捷收寄局-*/
    table.TableStyle_02.rwd-postaddresault th {
        width: 20%;
    }

    table.TableStyle_02.rwd-postaddresault td {
        width: 72%;
    }
}

@media (max-width: 435px) {

    /*-國內傳真郵件資費表-*/
    table.TableStyle_02.dfax-fee th.th.dfax-fee-th1,
    table.TableStyle_02.dfax-fee th.th.dfax-fee-th2 {
        padding: 10px 23px;
        line-height: 23px;
    }

    /*-限時郵件投遞區域查詢-*/
    .MapContainer.taiwan .acc-links a {
        width: 25%;
    }
}

@media (max-width: 430px) {

    /*-國內快捷-國內快捷投遞區域查詢-內頁-*/
    table.TableStyle_02_s.fast-send th {
        width: 35%;
    }
}

@media (max-width: 426px) {
    .rwd_MarqueeContainer {
        width: 72% !important;
    }

    /*-國內快捷郵件郵遞時效表 -*/
    .info_disc3 li .txt {
        width: 91%;
        margin-bottom: 3px;
    }
}

@media (max-width: 420px) {

    /*-國內包裹-國內包裹資費表-*/
    th.th.size-th {
        width: 35%;
    }
}

@media (max-width: 415px) {

    /*-學生包裹-上門收件-*/
    table.TableStyle_02.rwd-open800.student-service th {
        width: 34%;
        text-align: left;
    }

    /*-i郵箱業務說明-*/
    table.TableStyle_02.explain-ibox-table th {
        width: 23%;
    }

    /*-國內快捷-星期六、日窗口停止營業後收寄國內快捷郵件單位一覽表-*/
    table.TableStyle_02_s.rwd-open800.satsunday-list th {
        width: 42%;
    }

    /*-國際大宗函件郵資折扣 -*/
    table.TableStyle_02.i-bulk-discount th {
        padding: 10px 13px;
        width: 28%;
    }

    /*-中華快遞文件貨件運費表-中華快遞文件貨件運費表 -*/
    table.TableStyle_02.rwd-open800.file-table th {
        width: 31%;
    }
}

@media (max-width: 414px) {

    /*-i郵箱據點查詢-*/
    .add-sear select {
        width: 100px;
    }

    .add-sear .span1 {
        margin: 0;
        float: left;
        width: 100%;
        margin: 0 0 8px 0;
    }

    /*-存局候領-*/
    th.hd.ps-th {
        width: 34%;
    }

    /*-學生收件-*/
    .box-sear .add-sear select {
        padding: 6px 1.5%;
        font-size: 0.938rem !important;
        width: 43%;
    }

    .box-sear .add-sear select,
    .box-sear .add-sear input,
    .box-sear .zipcode-sear input {
        padding: 6px 1.5%;
        font-size: 0.938rem !important;
        width: 46%;
    }

    /*-大陸快捷(EMS)-大陸快捷開辦局名 -*/
    .office_sear {
        float: left;
        width: 97%;
        text-align: left;
        margin: 0 0 1px 0;
        background: #eee;
        padding: 8px 1.5%;
    }

    .ConditionSearchContainer .sec_2 {
        display: inline-block;
        width: 100%;
        text-align: left;
        margin: 0 0 1px 0;
        background: #fff;
        padding: 8px 0;
    }

    .sear-wrap2 {
        float: left;
        width: 97%;
        text-align: left;
        margin: 0 0 1px 0;
        background: #eee;
        padding: 8px 1.5%;
        text-align: center;
    }

    .ConditionSearchContainer .sec_2 input[type="text"] {
        width: 72% !important;
    }

    .address_1 .d-sear-title,
    .address_2 .d-sear-title {
        width: 100%;
    }

    .ConditionSearchContainer.department-sear input[type="text"] {
        padding: 6px 1.5%;
        width: 96%;
    }

    .ConditionSearchContainer .sec_1 {
        margin-bottom: 5px;
    }
}

@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;
    }

    /*-中文地址英譯-*/
    span.identify-img {
        float: left;
        width: 100%;
        margin: 0 0 5px 0;
    }

    a.cantsee {
        margin: 0 !important;
    }

    /*-國際快捷-國際快捷封發時刻表 -*/
    table.TableStyle_02_s.airtitle td {
        width: 22%;
    }
}

@media (max-width: 405px) {

    /*-國內快捷-國內快捷投遞區域查詢-*/
    table.TableStyle_02_s.fast-send.rwd-open800 th {
        width: 35%;
        text-align: left;
    }

    /*-限時郵件投遞區域查詢-*/
    .MapContainer.taiwan .acc-links a {
        width: 24%;
    }

    .MapContainer.taiwan #picture {
        left: -32px;
    }

    #Keelung {
        top: 35px;
        left: 318px;
    }

    #taiwanmap #MainContentInner {
        padding: 0 1%;
        width: 98%;
    }
}

@media (max-width: 400px) {
    .rwd_MarqueeContainer {
        width: 70% !important;
    }

    table.TableStyle_02_s.rwd-open800.d-notfast th {
        width: 130px;
    }

    /*-兩岸郵政速遞(快捷)郵件資費表-*/
    .accordion_green .accordion .TableStyle_02 td {
        padding: 10px 5px;
    }

    /*-國際快捷-國際大宗快捷郵件郵資折扣 -*/
    th.th.twotype-table-th1 {
        width: 50%;
    }

    /*-聯邦快遞-業務說明-*/
    table.TableStyle_02.rwd-open800.fedex-table th {
        width: 45%;
        text-align: left !important;
    }

    /*-DHL 國際快遞貨件業務說明-*/
    table.TableStyle_02.rwd-open800.dhl-table th {
        width: 35%;
    }

    /*-國際包裹-國際航空包裹常用資費表-*/
    table.TableStyle_02.rwd-open800.countrytable-weight th {
        width: 35%;
    }

    /*-footer-*/
    #Footer .FooterSec_1Container .Sec_1 .Location {
        margin: 0 0 5px 0 !important;
        padding: 2px 2%;
        background: #eeeeee;
        border: 1px solid #dcdcdc;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        display: inline-block;
        width: 95%;
    }

    /*-中文地址英譯-*/
    #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 34px 0;
    }

    a.BTN_Style03.usebtn {
        background: #45c343;
        font-size: 0.938rem;
        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;
    }

    /*-國內快捷-大宗國內快捷郵資折扣表-*/
    table.TableStyle_02_s.rwd_list_2 th {
        text-align: left;
        width: 43%;
    }

    /*-faq-*/
    .faq-btn h3 {
        padding: 0 8% 0 6%;
        width: 86%;
    }

    .faq-content .article,
    .faq-content .RelatedContainer {
        padding: 0 0 0 6%;
        width: 94%;
    }

    /*-明信片規格說明-*/
    .NewsImageContainer .Single .IMG td a {
        width: 170px;
    }

    /*-國內快捷-各地郵局快捷郵件截郵時刻查詢-*/
    .ConditionSearchContainer.postaddr .GreenBold {
        color: #038c00;
        font-weight: 700;
        font-size: 1rem !important;
        width: 100%;
        float: left;
        line-height: initial;
        margin: 0 0 5px 0 !important;
    }

    .postaddr-sear1 select {
        width: 49%;
    }

    .ConditionSearchContainer.postaddr .postaddr-sear3 input {
        width: 97%;
    }

    .ConditionSearchContainer.postaddr select,
    .ConditionSearchContainer.postaddr input {
        margin: 0 !important;
        padding: 6px 1% !important;
    }

    .ConditionSearchContainer.postaddr .postaddr-sear4 input[type="text"] {
        width: 72%;
    }

    .ConditionSearchContainer.postaddr input.Submit_1.next {
        margin: 0 0 0 4px !important;
        width: 64px;
    }
}

@media (max-width: 397px) {

    /*-i郵箱業務說明-*/
    table.TableStyle_02.explain-ibox-table th {
        width: 24%;
    }
}

@media (max-width: 392px) {

    /*-存局候領-*/
    th.hd.ps-th {
        width: 37%;
    }

    /*-國內快捷-各地郵局快捷郵件截郵時刻查詢-*/
    table.TableStyle_02_s.ex-send2-tble th {
        padding: 5px 12px;
    }

    /*-國內限時郵件郵遞時效表 -*/
    .lm-th {
        width: 27%;
    }
}

@media (max-width: 385px) {

    /*-i郵箱業務說明-*/
    table.TableStyle_02.explain-ibox-table th {
        width: 25%;
    }

    /*-大陸郵件資費表-大陸航空函件-*/
    table.TableStyle_02.spec-chinaexpense th {
        padding: 10px 18px;
    }

    /*-國際快捷-國際快捷封發時刻表 -*/
    table.TableStyle_02_s.airtitle td {
        width: 21.6%;
    }

    /*-限時郵件投遞區域查詢-*/
    .MapContainer.taiwan #picture {
        position: relative;
        top: 20px;
        width: 105%;
        height: 490px;
        margin: 0px auto;
        background: #FFF url(../images/Map.png) no-repeat;
        overflow: hidden;
        left: -15px;
        background-size: 415px;
    }

    .MapContainer.taiwan #picture {
        left: -30px;
    }
}

@media (max-width: 379px) {

    /*-國內快捷郵件郵遞時效表 -*/
    .RelatedInfoContainer .info_disc3 li .txt {
        width: 89%;
        margin-bottom: 3px;
    }
}

@media (max-width: 376px) {

    /*-學生包裹-上門收件-*/
    table.TableStyle_02.rwd-open800.student-service th {
        width: 37%;
        text-align: left;
    }
}

@media (max-width: 375px) {

    /*-台灣地圖另開-*/
    .mrs2 input#NA_road {
        width: 140px;
    }

    .rwdbiz ul li a {
        font-size: 0.89rem;
        padding-top: 75%;
    }

    .navfirst-item>a,
    .navsecond-item>a,
    .navthird-item>a {
        font-size: 1.05rem;
        line-height: 22px;
    }

    .navsecond-item>a::before {
        margin: 7px 0 0 0;
    }

    .navthird-item>a::before {
        margin: 10px 0 0 0;
    }

    .rwd-lang li {
        /*font-size: 1rem;*/
    }

    .rwd_MarqueeContainer {
        width: 68% !important;
    }

    /*-國內快捷-星期六、日窗口停止營業後收寄國內快捷郵件單位一覽表-*/
    table.TableStyle_02_s.rwd-open800.satsunday-list th {
        width: 45%;
    }

    /*-中華快遞保價貨件費率表-中華快遞保價貨件費率表-*/
    table.TableStyle_02.rwd-open800.premium-ems th {
        width: 30%;
        text-align: left !important;
    }

    /*-國際快捷-業務說明-*/
    table.TableStyle_02.i-fastmail-explain th:first-child {
        width: 40%;
    }

    /*-便利包-*/
    table.TableStyle_02.convpack-table th {
        padding: 10px 20px;
    }

    .TableStyle_03 .expense_result {
        float: left;
        white-space: normal;
        line-height: 1.3;
        vertical-align: top;
    }
}

@media (max-width: 371px) {

    /*-國內傳真郵件資費表-*/
    table.TableStyle_02.dfax-fee th.th.dfax-fee-th1,
    table.TableStyle_02.dfax-fee th.th.dfax-fee-th2 {
        padding: 10px 21px;
        line-height: 23px;
    }

    /*-i郵箱據點查詢-*/
    table.TableStyle_02.rwd-ibox-list th.hd {
        text-align: left !important;
        width: 31%;
    }

    /*-國內函件-國內函件資費查詢-*/
    .Postal_TabsContainer.szaa .Postal_TableStyle_04 th {
        width: 26%;
        white-space: initial !important;
        padding: 10px 4px;
        line-height: 23px !important;
    }

    /*-聯邦快遞-業務說明-*/
    table.TableStyle_02.rwd-open800.fedex-table th {
        width: 50%;
        text-align: left !important;
    }
}

@media (max-width: 368px) {

    /*-i郵箱業務說明-*/
    table.TableStyle_02.explain-ibox-table th {
        width: 26%;
    }

    /*-限時郵件投遞區域查詢-*/
    #Keelung {
        top: 30px;
        left: 311px;
    }
}

@media (max-width: 365px) {

    /*-faq-*/
    .faq-btn {
        padding: 14px 2%;
        width: 96%;
    }

    .faq-list .icon-questions {
        left: 7px;
    }

    .faq-list .icon-arrow {
        top: 14px;
        right: 11px;
    }

    .faq-btn h3 {
        padding: 0 10% 0 9%;
        width: 81%;
    }

    .faq-content .article,
    .faq-content .RelatedContainer {
        padding: 0 0 0 9%;
        width: 91%;
    }

    /*-國內快捷-各地郵局快捷郵件截郵時刻查詢-*/
    .ConditionSearchContainer.postaddr .postaddr-sear4 input[type="text"] {
        width: 70%;
    }

    /*-國際快捷通達國家收寄地區一覽表-*/
    td.style1.arrival-td1 {
        width: 13% !important;
    }
}

@media (max-width: 361px) {

    /*-存局候領-*/
    th.hd.ps-th {
        width: 39%;
    }
}

@media (max-width: 360px) {

    /*-未來郵件-*/
    table.TableStyle_02_s.rwd-open800.futable th {
        width: 35%;
        text-align: left;
    }

    /*-限時郵件投遞區域查詢-*/
    #Taipei {
        top: 40px;
        left: 246px;
    }

    #Keelung {
        top: 30px;
        left: 300px;
    }

    /*-國內傳真郵件資費表-*/
    table.TableStyle_02.dfax-fee th.th.dfax-fee-th1,
    table.TableStyle_02.dfax-fee th.th.dfax-fee-th2 {
        padding: 10px 16px;
        line-height: 23px;
    }

    #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;
    }

    /*-國際快捷/包裹資費查詢-*/
    .TableStyle_02.szaa3-table2 tr td:first-child {
        width: 35% !important;
    }
}

@media (max-width: 356px) {
    .rwd_MarqueeContainer {
        width: 66% !important;
    }

    .Rsear-link .rwd-zipcode p {
        width: 100px;
        line-height: 20px;
        font-size: 1.05rem;
        height: inherit;
        padding: 10px 0 0 0;
    }

    .Rsear-link .rwd-trans p {
        width: 94%;
        line-height: 20px;
        font-size: 1.05rem;
        height: 40px;
        padding: 10px 3% 0 3%;
    }
}

@media (max-width: 355px) {

    /*-國內包裹-國內包裹資費表-*/
    th.th.table-weight {
        width: 33%;
    }

    /*-i郵箱業務說明-*/
    table.TableStyle_02.explain-ibox-table th {
        width: 27%;
    }

    /*-國際快捷/包裹資費查詢-*/
    table.TableStyle_02.szaa3-table1 th {
        padding: 7px 16px;
        line-height: 23px;
    }
}

@media (max-width: 352px) {

    /*-國內快捷郵件郵遞時效表 -*/
    .info_disc3 li .txt {
        width: 89%;
        margin-bottom: 3px;
    }

    /*-大宗函件-國內大宗小包郵資折讓標準表 -*/
    table.TableStyle_02.smallpack-standlist th {
        padding: 10px 18px;
    }
}

@media (max-width: 350px) {

    /*-學生包裹-上門收件-*/
    table.TableStyle_02.rwd-open800.student-service th {
        width: 41%;
        text-align: left;
    }

    /*-國內快捷-各地郵局快捷郵件截郵時刻查詢-*/
    #LocationBTNContainer .LocationBTN li .Icon {
        width: 28px;
        height: 28px;
        background: url(../images/Arrow_icon_02.png) no-repeat center center;
        position: absolute;
        top: 13px;
        right: 6px;
        background-size: 28px;
    }

    /*-國內快捷-國內快捷收寄局-*/
    table.TableStyle_02.rwd-postaddresault th {
        width: 24%;
    }

    table.TableStyle_02.rwd-postaddresault td {
        width: 68%;
    }

    /*-國內快捷-國內快捷投遞區域查詢-*/
    table.TableStyle_02_s.fast-send th {
        width: 38%;
    }

    /*--*/
    th.th-first {
        display: none;
    }
}

@media (max-width: 345px) {

    /*-國內快捷-國內快捷投遞區域查詢-*/
    table.TableStyle_02_s.fast-send.rwd-open800 th {
        width: 38%;
        text-align: left;
    }

    /*-中文地址英譯-*/
    .bigger.no-margin3 {
        margin: 9px 3px 0 0;
    }

    .roadname-cont-input input {
        margin: 0 3px;
        width: 47px;
    }

    /*-信函、明信片或其他具有通信性質文件之認定標準 -*/
    table.TableStyle_02.rwd-open800.mail-standard th {
        width: 25%;
        padding: 10px 18px;
    }

    /*-國內限時郵件郵遞時效表 -*/
    table.TableStyle_02.rwd-open800.limited-mail th {
        padding: 10px 19px;
    }
}

@media (max-width: 342px) {

    /*-i郵箱業務說明-*/
    table.TableStyle_02.explain-ibox-table th {
        width: 28%;
    }

    /*-340首頁-*/
    .Rsear-cont select {
        width: 70%;
    }

    /*-國際包裹-國際航空/陸空/海陸包裹常用資費表-*/
    div#countrysaer .GreenBold {
        margin: 0 0 7px 0;
        width: 100%;
        float: left;
        line-height: initial;
    }

    /*-國際快捷-國際大宗快捷郵件郵資折扣 -*/
    th.th.twotype-table-th1 {
        width: 54%;
    }

    /*-臺北－東京、大阪國際快捷郵件特快定時投遞 -*/
    .taipei-tokyo>p>span {
        width: 87%;
    }

    /*-大宗平常信函明信片郵簡分區捆紮郵資折扣要點 -*/
    table.TableStyle_02.bulk-discount th {
        padding: 10px 22px;
    }

    /*-國際快捷-國際快捷封發時刻表 -*/
    table.TableStyle_02_s.airtitle td {
        width: 21.3%;
    }

    /*-限時郵件投遞區域查詢-*/
    .MapContainer.taiwan .acc-links a {
        width: 23%;
    }
}

@media (max-width: 336px) {
    .rwdbiz ul li a {
        font-size: 0.85rem;
    }

    .rwd_MarqueeContainer {
        width: 64% !important;
    }

    .Rsear-cont select {
        width: 70%;
    }

    /*-國內快捷-各地郵局快捷郵件截郵時刻查詢-*/
    .ConditionSearchContainer.postaddr .postaddr-sear4 input[type="text"] {
        width: 68%;
    }

    /*-中華快遞文件貨件運費表-*/
    table.TableStyle_02.rwd-open800.file-table th {
        width: 35%;
    }
}

@media (max-width: 332px) {

    /*-國內傳真郵件資費表-*/
    table.TableStyle_02.dfax-fee th.th.dfax-fee-th1,
    table.TableStyle_02.dfax-fee th.th.dfax-fee-th2 {
        padding: 10px 14px;
        line-height: 23px;
    }

    /*-內裝物品常用詞彙中英文對照表 -*/
    table.TableStyle_02.rwd-open800.en-compare-list .th,
    table.TableStyle_02.rwd-open800.en-compare-list .odd td.th {
        line-height: 24px;
        padding: 10px 5px;
    }

    /*-國內快捷郵件郵遞時效表 -*/
    .RelatedInfoContainer .info_disc3 li .txt {
        width: 87%;
        margin-bottom: 3px;
    }

    /*-國內函件-國內函件資費查詢-*/
    .Postal_TabsContainer.szaa .Postal_TableStyle_04 th {
        width: 29%;
        white-space: initial !important;
        padding: 10px 4px;
        line-height: 23px !important;
    }

    /*-學生包裹-優惠方案-*/
    .BoxContainer_Style1.box-sear.student-parcel .add-sear input {
        width: 42%;
    }
}

@media (max-width: 330px) {

    /*-i郵箱業務說明-*/
    table.TableStyle_02.explain-ibox-table th {
        width: 29%;
    }
}

@media (max-width: 325px) {

    /*-國內傳真郵件資費表-*/
    table.TableStyle_02.dfax-fee th {
        padding: 10px 5px;
        line-height: 23px;
    }

    table.TableStyle_02.dfax-fee th.th.dfax-fee-th1,
    table.TableStyle_02.dfax-fee th.th.dfax-fee-th2 {
        padding: 10px 13px;
        line-height: 23px;
    }

    /*-國際包裹加保保費-*/
    th.th2.expanse5cost-th1 {
        width: 33%;
    }

    th.th2.expanse5cost-th2 {
        width: 37%;
    }

    th.th2.expanse5cost-th3 {
        width: 30%;
    }
}

@media (max-width: 320px) {
    .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;
    }

    .TabsContainer_style2 ul.tabs li {
        margin-right: 3px;
    }

    /*-i郵箱業務說明-*/
    table.TableStyle_02.explain-ibox-table th {
        width: 30%;
    }
}


/*置頂圖片輪播 end*/