﻿.hide {
    display: none;
}

/***** RWD Style *****/
.rwd-back-pc {
    text-align: center;
    padding-bottom: 12px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
}

.rwd-back-pc a {
    display: block;
    width: 100px;
    margin: 0 auto;
    padding-left: 13px;
    background: url(../images/back_pc_icon.png) 0 2px no-repeat;
}

.rwd-back-mobile {
    text-align: center;
    padding-bottom: 12px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
    /*display: none;*/
}

.rwd-back-mobile a {
    display: block;
    width: 67px;
    margin: 0 auto;
    padding-left: 13px;
    background: url(../images/back_mobile_icon.png) 0 2px no-repeat;
}

a.BTN_Style01.rwd-open {
    display: none;
}

.rwdheader {
    position: fixed;
    top: 0;
    width: 100%;
    min-width: 320px;
    background: url(../images/rwd_header_bg.png) 0 0;
    z-index: 99999;
    display: none;
}

.rwdnav {
    height: 100%;
    background: #fff;
    padding-top: 59px;
}

.rwdlogo {
    background: url(../images/rwd_logo.png) 0 0 no-repeat;
    display: block;
    font-size: 0;
    width: 220px;
    height: 40px;
    float: left;
    margin: 12px 0px 0 15px;
}


/* rwd nav */

.rwdsearch {
    background: #54cb4d;
    padding: 10px;
    text-align: center;
}

.rwdsearch-textfield {
    border: 0px !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: 18px;
}

.rwd-lang li a {
    display: block;
    padding: 10px 0 10px 20px;
    color: #666;
}

.rwd-lang li .tw {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.rwd-lang li .en {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.rwd-lang li .current {
    background: #03a200;
    color: #fff;
}

.rwd-lang li .home {
    background: url(../images/home.png) 40% 9px no-repeat;
}

.rwd-arr-close,
.rwdmisc-arr-close {
    background: url(../images/rwd_nav_arr_close.png) 96% center no-repeat;
}

.rwd-arr-open,
.rwdmisc-arr-open {
    background: url(../images/rwd_nav_arr_open.png) 96% center no-repeat;
}

.navfirst {
    border-bottom: 1px solid #e4e4e4;
}

.navsecond {
    display: none;
    background: #f4f4f4;
}

.navthird {
    display: none;
    background: #e2e2e2;
}

.navfirst-item,
.navfirst-item-current,
.navsecond-item,
.navsecond-item-current {
    border-top: 1px solid #e4e4e4;
}

.navfirst-item > a,
.navsecond-item > a,
.navthird-item > a,
.navfirst-item-current > a,
.navsecond-item-current > a,
.navthird-item-current > a {
    display: block;
    text-align: left;
    color: #555;
    padding: 15px 20px;
    font-size: 1.2rem;
    position: relative;
}

.navfirst-item-current > a {
    color: #038c00;
    font-weight: bold;
}

.navsecond-item > a {
    padding: 15px 36px;
}

.navsecond-item > a::before {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    vertical-align: top;
    border-radius: 999em;
    background-color: #aaa;
    margin: 6px 0 0 0;
    position: absolute;
    left: 25px;
}

.navsecond-item-current > a {
    padding: 15px 36px;
    color: #038c00;
    font-weight: bold;
}

.navsecond-item-current > a::before {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    vertical-align: top;
    border-radius: 999em;
    background-color: #038c00;
    margin: 6px 0 0 0;
    position: absolute;
    left: 25px;
}

.navthird-item > a {
    padding: 15px 35px 15px 42px;
    font-size: 1.1rem;
}

.navthird-item > a::before {
    content: "";
    width: 7px;
    height: 1px;
    display: inline-block;
    vertical-align: top;
    background-color: #999;
    margin: 8px 0 0 0;
    position: absolute;
    left: 30px;
}

.navthird-item-current {
    background: #ccc;
}

.navthird-item-current > a {
    color: #fff;
    padding: 15px 35px 15px 42px;
    font-size: 1.1rem;
    font-weight: bold;
    color: #038c00;
}

.navthird-item-current > a::before {
    content: "";
    width: 7px;
    height: 1px;
    display: inline-block;
    vertical-align: top;
    background-color: #038c00;
    margin: 8px 0 0 0;
    position: absolute;
    left: 30px;
}

.rwdbiz {
    background: #efefef;
    padding: 10px 10px;
}

.rwdbiz ul li {
    display: inline-block;
    margin: 10px -4px 10px 0;
    width: 24%;
}

.rwdbiz ul li a {
    font-size: 1rem;
    color: #555;
    display: block;
    text-align: center;
    padding-top: 77%;
}

.rwdbiz ul li .rwdbiz1 {
    background: url(../images/rwd_biz_icon1.png) center 0 no-repeat;
    background-size: 72%;
}

.rwdbiz ul li .rwdbiz2 {
    background: url(../images/rwd_biz_icon2.png) center 0 no-repeat;
    background-size: 72%;
}

.rwdbiz ul li .rwdbiz3 {
    background: url(../images/rwd_biz_icon3.png) center 0 no-repeat;
    background-size: 72%;
}

.rwdbiz ul li .rwdbiz4 {
    background: url(../images/rwd_biz_icon4.png) center 0 no-repeat;
    background-size: 72%;
}

.rwdbiz ul li .rwdbiz5 {
    background: url(../images/rwd_biz_icon5.png) center 0 no-repeat;
    background-size: 72%;
}

.rwdbiz ul li .rwdbiz6 {
    background: url(../images/rwd_biz_icon6.png) center 0 no-repeat;
    background-size: 72%;
}

.rwdbiz ul li .rwdbiz7 {
    background: url(../images/rwd_biz_icon7.png) center 0 no-repeat;
    background-size: 72%;
}

.rwdmisc {
    padding: 5px 0;
}

.rwdmisc li {
    border-bottom: 1px solid #ddd;
}

.rwdmisc li a {
    display: block;
    color: #555;
    text-align: center;
    padding: 12px 10px;
    font-size: 1rem;
}

.rwdmisc-locallist,
.rwdmisc-webservice,
.rwdmisc-cs {
    background: #f4f4f4;
    display: none;
}

.rwdmisc-locallist li.rwdmisc-localnews {
    width: 100%;
}

.rwdmisc-locallist li,
.rwdmisc-webservice li,
.rwdmisc-cs li {
    border-top: 1px solid #ddd;
    border-bottom: none;
}


/* rwd nav end */

/*漢堡選單動效*/

.rwdburger-wrapper {
    position: relative;
    height: 59px;
    width: 78px;
    float: right;
    background: url(../images/rwd_burger_bg.png) 0 0 no-repeat;
}

.rwdburger {
    width: 28px;
    height: 20px;
    top: 18px;
    left: 33px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.rwdburger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.rwdburger span:nth-child(1) {
    top: 0px;
}

.rwdburger span:nth-child(2),
.rwdburger span:nth-child(3) {
    top: 8px;
}

.rwdburger span:nth-child(4) {
    top: 16px;
}

.rwdburger.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.rwdburger.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.rwdburger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.rwdburger.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}


/*漢堡選單動效 end*/

/***** RWD Style end *****/

@media (min-width: 1024px) {
    #NewsInner .Header .RWD_pic {
        display: none;
        *display: none;
        display: none\9
    }
}

@media (max-width: 980px) {

    /*html {height: auto;}
	body {overflow-y: auto;}*/
    #Header {
        width: 100%;
    }

    #Header_VersionContainer {
        left: -5px;
    }

    #Header_2 {
        width: 100%;
    }

    #HeaderMainMenuContainer {
        width: 99.8%;
    }

    #InnerBody,
    #InnerBodyContent {
        width: 100%;
    }

    #Footer {
        width: 100%;
    }

    #MainContentInner_1 {
        width: 100%;
    }

    #NewsContainer {
        left: 0px;
        margin: 0;
        border-left: 0px;
        width: 100%;
    }

    #NewsInner {
        width: auto;
    }

    .news_tabs_wrap {}

    .news_tabs_wrap ul.tabs li {
        margin: 0;
        width: 14%;
    }

    .news_tabs_wrap ul.tabs li:last-child {
        width: 30%;
    }

    .news_tabs_wrap ul.tabs a {
        text-align: center;
    }

    #MainAdContainer {
        margin: 0;
        border: 0px;
        width: 100%;
    }

    #MainAd {
        width: 100%;
        height: auto;
    }

    #flexslider_big .slides > li img,
    #MainAd a img {
        height: auto;
    }

    #MainBG_L,
    #MainBG_R,
    #MainBG2_L,
    #MainBG2_R,
    #NewsInner .Header .PC_pic {
        display: none;
    }

    #Main_2_MiddleContainer {
        margin: 0;
    }

    #MainContentInner_2 {
        width: auto;
    }

    #Main_2_MiddleContainer {
        width: auto;
    }

    #Main_2_Middle_Left {
        width: 30%;
        height: auto;
    }

    #Main_2_Middle_Right {
        width: 67%;
    }

    #RelatedLinks .bx-wrapper {
        width: 75%;
        margin-bottom: 25px;
    }

    .ServiceLinkContainer {
        width: 21.7%;
        padding-left: 10px;
        margin-left: 10px;
    }

    .ServiceLinkHeader,
    .ServiceLinkHeader p,
    .ServiceLinkHeader > img {
        width: 100%;
    }

    .ServiceLinkHeader {
        height: auto;
    }

    .ServiceLinkHeader p {
        margin: 8px 0;
    }

    .ServiceLinkMenuMore select {
        width: 100%;
    }

    #SmallBannerContainer {
        width: 99%;
    }

    .BannerItemContainer {
        width: 50%;
    }

    .BannerItem_1,
    .BannerItem_2 {
        border: 1px solid #e2e2e2;
        border-top: 0px;
        background: none;
        width: 99.6%;
    }

    .BannerItem_1 {
        -webkit-border-bottom-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .BannerItem_2 {
        -webkit-border-bottom-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #SmallBanner .bx-wrapper {
        width: 82%;
    }

    #SmallBanner .flexslider .slides img,
    #SmallBanner .bx-wrapper img {
        width: 100%;
        height: auto;
    }

    #LocalNavContainer {
        width: 23%;
    }

    #LocalNav {
        width: auto;
        padding: 3px;
        border: 1px solid #dddbd9;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
    }

    #LocalNav .LocalNavBG_Top,
    #LocalNav .LocalNavAreaBG_BTM {
        display: none;
    }

    #LocalNav .LocalNavBG_BodyContainer {
        background: none;
    }

    #LocalNav .LocalNavBG_Body {
        width: 100%;
    }

    #LocalNav .LocalNavBG_Body .LocalNavGraphic img {
        width: 100%;
    }

    .demo-container {
        width: 100%;
    }

    #MainContainer {
        width: 70%;
    }

    #Main {
        width: auto;
    }

    .megamenu_container,
    #ServiceDropContainer,
    #AllLocationDropContainer {
        position: relative;
        float: left;
    }

    .megamenu_container {
        width: 57%;
        margin-right: 20px;
    }

    .megamenu > li .megamenu_fullwidth {
        width: 100%;
        max-width: 920px;
    }

    #ServiceDropContainer,
    #AllLocationDropContainer {
        width: 18%;
        right: 0px;
    }

    #MarqueeContainer,
    #MarqueeContainer_noScript,
    div#abgne_marquee {
        width: auto;
    }

    #HeaderMainMenu:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    /*首頁重拆*/
    .MainContent-index > .wrap {
        width: 100%;
    }

    .MainContent-index > .wrap .left-index {
        width: 30%;
    }

    .MainContent-index > .wrap .right-index {
        width: 70%;
    }

    .MainContent-index > .wrap .left-index .deco-bg,
    .MainContent-index > .wrap .right-index .deco-bg {
        display: none;
    }

    /*首頁重拆 end*/
    /*accordion*/
    .accordion_green .accordion,
    .accordion_related .accordion,
    .accordion_grey_gradient .width655px,
    .accordion_grey_gradient .accordion {
        width: auto;
    }

    /*accordion end*/
    /*nesttab*/
    .TabsContainer .wrap,
    .wrap {
        width: auto;
    }

    .TabsStyle2Container .wrap {
        width: auto;
    }

    /*nesttab end*/
    /*文章列表006-連結*/
    .ContentBoxContainer {
        width: auto;
        border: 1px solid #ffffff;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -moz-box-shadow: 0px 0px 5px 0px #a2a2a2;
        -webkit-box-shadow: 0px 0px 5px 0px #a2a2a2;
        box-shadow: 0px 0px 5px 0px #a2a2a2;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(26%, #ffffff), color-stop(100%, #f9f9f9));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #f4f4f4 0%, #ffffff 26%, #f9f9f9 100%);
        /* Chrome10+,Safari5.1+ */
        background: linear-gradient(to bottom, #f4f4f4 0%, #ffffff 26%, #f9f9f9 100%);
        /* W3C */
        padding: 15px;
    }

    .ContentBoxContainer .ContentBox_top,
    .ContentBoxContainer .ContentBox_btm {
        display: none;
    }

    .ContentBoxContainer .ContentBox_md {
        background: none;
        padding: 0px;
        width: 100%;
    }

    .ContentBoxContainer .ContentBox_md .GraphicImg {
        width: 30%;
    }

    .ContentBoxContainer .ContentBox_md .GraphicImg img {
        width: 100%;
    }

    .ContentBoxContainer .ContentBox_md .LinksContainer {
        width: 65%;
    }

    .ContentBoxContainer .ContentBox_md .LinksContainer .List_BTN_Style3 {
        width: 100% !important;
    }

    /*文章列表006-連結 end*/
    .SinglePic_L img {
        width: 100%;
    }

    .faq-btn,
    .faq-content {
        width: 90%;
    }

    #MainAdOverView li {
        width: 100%;
    }

    #MainAdOverView li .Info {
        width: 28%;
    }

    #MainAdOverView li .IMG {
        width: 65%;
    }

    #MainAdOverView li .IMG img {
        width: 100%;
        height: auto !important;
    }

    #SiteMapContainer .SiteMap_Section ul.SiteMapList {
        width: 26%;
    }

    /*查詢專區*/
    .Postal_TabsContainer .wrap {
        width: auto;
    }

    .Postal_TableStyle_04 {
        width: 100%;
    }

    /*查詢專區 end*/
    /*營業據點*/
    #pageSearch {
        width: auto;
        padding: 0 0 0 0px;
    }

    .Blue {
        background: transparent;
    }

    #pageSearch span {
        /*float: none;*/
    }

    #pageSearch .span2 {
        padding: 0;
    }

    #pageSearchBT,
    #OXSearchBT {
        float: left;
        display: block;
        margin-top: 5px;
    }

    #pageSearch #opensearch {
        clear: both;
        position: static;
    }

    #pageSearch #opensearch .faq-list {
        width: auto;
    }

    #pageSearch #opensearch .faq-btn {
        margin: 10px 0;
        width: auto;
    }

    #pageSearch #opensearch .faq-content {
        left: 0px;
        width: 100%;
    }

    #pageSearch #opensearch .faq-content .TabsContainer {
        width: auto;
        padding-bottom: 0px;
        padding: 10px;
    }

    #pageSearch #opensearch .faq-content .TabsContainer .wrap {
        width: auto;
    }

    #pageSearch #opensearch .faq-content .TabsContainer .TabInnerWarp,
    #Main #ContentsContainer #Contents .citytable #pagemainOX {
        width: auto;
    }

    #pageSearch #opensearch .faq-content .TabsContainer .TabInnerWarp:after,
    #Main #ContentsContainer #Contents .citytable #pagemainOX:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    #pageSearch #opensearch .faq-content .TabsContainer ul.tabs li {
        /*float: none;*/
        width: 49%;
    }

    #pageSearch #opensearch .faq-content .TabsContainer ul.tabs li.long {
        width: 49%;
    }

    #opensearch .faq-content .TabsContainer ul.tabs a {
        text-align: left;
        padding: 0px 10px 0px 25px;
        background: url(../images/point/icon-questions_off.gif) no-repeat 0px 7px #d6d6d6;
    }

    #opensearch .faq-content .TabsContainer ul.tabs a:hover {
        background: url(../images/point/icon-questions.gif) no-repeat 0px 7px #EEE;
    }

    #pageSearch #opensearch .faq-content .TabsContainer ul.tabs a.current,
    #pageSearch #opensearch .faq-content .TabsContainer ul.tabs a.current:hover,
    #pageSearch #opensearch .faq-content .TabsContainer ul.tabs li.current a {
        background: url(../images/point/icon-questions.gif) no-repeat 0px 7px #EEE;
    }

    #pageSearch #opensearch .faq-content .TabsContainer .TabInnerWarp p {
        height: auto;
    }

    #pageSearch #opensearch .faq-list #mainsearchbottom {
        position: relative;
        clear: both;
        width: auto;
        left: auto;
        padding: 0;
        margin-top: 10px;
        float: right;
    }

    #Main #ContentsContainer #Contents .citytable #pagemainOX #mainsearchbottom {
        left: 0px;
    }

    #pageSearch #opensearch .faq-list #mainsearchbottom input.Submit,
    #Main #ContentsContainer #Contents .citytable #pagemainOX #mainsearchbottom input.Submit {
        right: 10px;
        bottom: 14px;
        top: inherit
    }

    #Main #ContentsContainer #Contents .citytable {
        width: auto;
    }

    #Main #ContentsContainer #Contents .citytable {
        float: none;
    }

    #pagemain {
        float: none;
        clear: both;
        margin: 0px;
        width: auto;
    }

    #pagemain h1 {
        float: none;
        width: auto;
        margin-bottom: 0px;
    }

    #pagemain #Section_2 {
        margin-bottom: 20px;
    }

    #pagemain #Section_2 #ShareNav {
        margin-top: 0px;
    }

    #pagemain #table {
        padding: 5px;
    }

    .Pointpagination {
        font-size: 0.7em;
    }

    .Pointpagination a {
        padding: 4px;
    }

    .Pointpagination a.disable,
    .Pointpagination a.disable:hover {
        padding: 0 5px;
    }

    .Pointpagination a.disable2 {
        background: #ffffff;
        padding: 0 5px;
    }

    .Pointpagination a.disable2:hover {
        padding: 0 5px;
        background: #ffffff;
    }

    /*營業據點 end*/
}

@media (max-width: 800px) {

    /** {
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }   */
    .rwd-back-pc {
        display: block;
    }

    .rwd_print_ctrl {
        display: none;
    }

    div#ps {
        float: left;
        width: 100% !important;
        font-size: 15.5px;
        color: #333 !important;
        font-weight: bold;
        margin: 8px 0;
        line-height: 26px;
    }

    .margin {
        float: left;
        width: 100%;
        margin: 25px 0;
    }

    .postagency_sear #pageSearchBT {
        float: left;
        display: block;
        margin-top: 10px;
        width: 100%;
    }

    .postagency_sear li.BT {
        width: 100%;
        float: left;
        text-align: center;
    }

    .postagency_sear #pageSearchBT #sNavi input.Submit {
        background: #f4f4f4 !important;
        display: inline-block !important;
        overflow: hidden;
        white-space: nowrap;
        text-indent: 0 !important;
        margin: 0 !important;
        width: 80px !important;
        height: auto !important;
        border: none !important;
        cursor: pointer;
        letter-spacing: 0;
        font-size: 15px;
        font-family: 微軟正黑體;
        padding: 7px 0;
    }

    /*-進階搜尋-*/
    li.cross-businesssort ul.PointSearch_inputList.drop-cont li input {
        float: left;
        margin: 5px 7px 0 0;
    }

    li.cross-businesssort ul.PointSearch_inputList.drop-cont li label {
        float: left;
        width: 85% !important;
    }

    li.cross-businesssort ul.PointSearch_inputList.drop-cont li {
        border: 0;
        margin: 0 0 11px 0;
    }

    li.cross-businesssort .megamenu2_fullwidth {
        margin: 0 !important;
        width: 90% !important;
        border: solid 1px #03a200;
    }

    li.cross-businesssort #MainMenuContainer {
        display: inline-block;
        width: 75%;
    }

    li.cross-businesssort .megamenu2 li {
        display: inline-block;
        width: 100%;
        padding: 0;
        margin: 0;
        position: relative;
    }

    span.drop.cross-businesssort-select {
        position: initial !important;
        float: left;
        background: #03a200;
        color: #fff !important;
        padding: 5px !important;
        margin: 0 !important;
        width: 136px !important;
        text-align: center;
    }

    li.cross-businesssort .megamenu2_container {
        height: initial;
        width: 100%;
        z-index: 9999;
        position: initial;
        left: -50px;
        top: 0px;
    }

    li.cross-servicetime > h2 > input {
        margin: 0 7px 0 0;
    }

    .adv-search-content li.cross-servicetime > h2 {
        font-size: 16px;
        font-weight: normal;
    }

    li.cross-servicetime label {
        width: 100% !important;
    }

    ul.PointSearch_List.compare-list li p {
        font-weight: normal;
        font-size: 16px !important;
        background: url(../images/ListIcon_002.jpg) no-repeat 3px 10px;
        padding-left: 18px;
        margin: 0 0 4px 0 !important;
    }

    ul.PointSearch_List.compare-list li span {
        border-bottom: 1px solid #dfdfdf;
        padding: 0 0 5px 0;
        margin: 0 0 7px 0 !important;
    }

    ul.PointSearch_List.compare-list li span a {
        padding-left: 18px;
    }

    ul.PointSearch_inputList.service-time > li label {
        display: inline-block;
        width: 87% !important;
        vertical-align: top;
        color: #333333;
    }

    ul.PointSearch_inputList.service-time > li input {
        float: left;
        margin: 6px 8px 0 0;
    }

    ul.PointSearch_inputList.business-sort > li label {
        display: inline-block;
        width: 87% !important;
        vertical-align: top;
        color: #333333;
    }

    ul.PointSearch_inputList.business-sort > li input {
        float: left;
        margin: 6px 8px 0 0;
    }

    .adv-search-content p {
        width: 100% !important;
    }

    .adv-search-content input[type="text"] {
        font-size: 15px;
        padding: 5px 1%;
        width: 150px;
    }

    .adv-search-content label {
        width: 130px !important;
        float: left;
        font-size: 16px !important;
        color: #03a200;
    }

    .adv-search-content .PointSearch_inputList {
        color: #000000;
        font-size: 16px;
        line-height: 24px;
    }

    /*-全國營業據點-備註-*/
    .citytable #table tr.postpoint-remark {
        border-bottom: 0;
    }

    #pagemain #table td.postpoint-remark-cont p {
        margin: 0 !important;
        padding: 15px 0;
        font-size: 16px;
        line-height: 31px;
    }

    #pagemain #table td.postpoint-remark-cont {
        background: #ffffff;
        width: auto !important;
        padding: 0 !important;
    }

    .postpoint-remark-title {
        font-size: 16px;
        font-weight: bold;
        color: #03a200;
    }

    .citytable #table tr.postpoint-remark td:nth-of-type(2):before {
        content: "郵遞區號";
        display: none !important;
    }

    #table tr.postpoint-remark td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 0 !important;
        text-align: left !important;
        min-height: inherit !important;
        font-size: 16px !important;
    }

    /*-營業據點進階查詢-*/
    #pageSearch #opensearch #mainsearchbottom input.Submit,
    #Main #ContentsContainer #Contents .citytable #pagemainOX #mainsearchbottom input.Submit {
        position: initial !important;
        background: #fff;
        color: #333333;
        text-indent: 0 !important;
        line-height: 35px;
        width: 100px;
        height: 35px;
        top: 0;
        right: 0;
        border: none;
        font-size: 15px;
        font-family: 微軟正黑體;
        display: inline-block;
    }

    #pageSearch #opensearch #mainsearchbottom {
        position: initial;
        clear: none;
        width: 100%;
        left: 0;
        padding: 0;
        float: left;
        margin: 20px 0 15px 0;
        text-align: center;
    }

    #pageSearch #opensearch .adv-search-content .TabsContainer ul.tabs a.current {
        background: #03a200 !important;
        color: #fff !important;
    }

    .TabInnerWarp.advsear-cont label {
        width: 130px !important;
        float: left;
    }

    .adv-sear-road input[type="text"] {
        font-size: 15px;
        padding: 5px 1%;
        width: 150px;
    }

    .adv-sear-road label {
        font-size: 16px !important;
        color: #03a200;
    }

    #pageSearch .adv-search-content .TabsContainer .wrap .span1,
    #pageSearch .adv-search-content .TabsContainer .wrap .span2 {
        padding: 0;
        width: 100%;
        margin: 0 0 12px 0;
    }

    #pageSearch #opensearch .adv-search-content .TabsContainer ul.tabs li {
        float: left;
        text-indent: 0;
        padding: 1px;
        margin: 0 !important;
        list-style-image: none !important;
        width: 33%;
    }

    .adv-search-content .TabsContainer .wrap .TabInnerWarp {
        background: none !important;
        border: none !important;
        padding: 0 !important;
        width: 100% !important;
        border-radius: 0 !important;
        margin: 20px 0 0 0 !important;
    }

    #pageSearch #opensearch .adv-search-content {
        padding: 0;
        background: #f4f4f4;
        float: left;
        margin: 13px 0 0 0;
    }

    #pageSearch #opensearch .adv-search-content .TabsContainer ul.tabs a {
        background: #fff !important;
        min-width: 100% !important;
        padding: 0;
    }

    .adv-search-content .TabsContainer .wrap {
        width: 94% !important;
        position: inherit !important;
        padding: 15px 3% !important;
    }

    .adv-search-content .TabsContainer {
        float: left;
        width: 100% !important;
        margin: 0 !important;
    }

    .adv-search-content .TabsContainer {
        padding: 0 !important;
    }

    /*-信筒(箱)設置地點查詢(特色郵筒)-*/
    #pagemain #postbox-point #table .detail_icon.spemailbox {
        display: none;
    }

    /*-信筒(箱)設置地點查詢-*/
    #pageSearch .agency-sear2 select.spmail-sort-select {
        width: 150px !important;
    }

    #pagemain #table .detail_icon img.postbox-icon2,
    #pagemain #table .detail_icon img.postbox-icon3 {
        max-width: 63px;
        padding: 0;
    }

    #pagemain #postbox-point #table .detail_icon {
        vertical-align: middle;
        padding: 6px 0 6px 2% !important;
    }

    #pagemain #postbox-point #table td {
        min-height: 25px !important;
    }

    #pagemain #postbox-point #table td.detail {
        min-height: 28px !important;
    }

    #pagemain #postbox-point #table td.map {
        min-height: 25px !important;
        padding: 9.5px 0;
    }


    /*-營業據點首頁-單獨查詢頁-*/
    #sear-page .span1 {
        float: left;
        width: 155px;
    }

    #sear-page .span2 {
        float: left;
        width: 173px;
    }

    #sear-page label {
        font-size: 16px;
        margin-right: 4px;
    }

    #sear-page select {
        font-size: 15px;
        padding: 5px 1%;
        width: 100px;
        font-family: 微軟正黑體;
    }

    #sear-page #MainPointContainer #table input.Submit {
        background: #fff;
        color: #393939;
        font-weight: 600;
        line-height: 34px !important;
        width: 100px;
        border: none;
        cursor: pointer;
        text-decoration: none;
        vertical-align: middle;
        padding: 0;
        margin: 0 5px;
        height: 34px;
        font-size: 15px;
        display: inline-block;
    }

    #sear-page #MainPointContainer #table a.Submit {
        background: #fff;
        color: #393939;
        font-weight: 600;
        line-height: 34px !important;
        width: 100px;
        border: none;
        cursor: pointer;
        text-decoration: none;
        vertical-align: middle;
        padding: 0;
        margin: 0 5px;
        height: 34px;
        font-size: 15px;
        display: inline-block;
    }

    #sear-page #table tr {
        border-top: 0;
        border-bottom: 0;
    }

    #sear-page #OpenpageBody #table td {
        height: initial;
        /* border-bottom: 0; */
        background: none;
        padding: 0 !important;
        border: 0;
        min-height: initial;
        width: 100%;
        float: left;
        margin: 0 0 20px 0;
        font-size: 18px;
    }

    #sear-page #OpenpageContent {
        width: 88%;
        margin: 30px 3%;
        background: #f2f2f2;
        min-height: auto;
        display: inline-block;
        padding: 25px 3%;
    }

    #sear-page #OpenpageBody {
        margin: 0 auto;
        background: #fff;
        font-size: 16px;
    }

    #sear-page #MainPointContainer #table .searchBT {
        background: none;
        padding: 0 !important;
        border: 0;
        height: auto;
        position: initial;
        text-align: center !important;
        width: 100%;
        margin: 8px 0 0 0;
        min-height: initial;
    }

    /*-臨時郵局-*/
    .goto-rwd {
        display: none;
    }

    .posttemp-input {
        width: 67px;
    }

    .posttemp-input input {
        background: #ffffff;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        margin: 0;
        font-size: 15px;
        width: 80px !important;
        height: 32px;
        border: 0;
        color: #333333;
        width: 66px;
        font-family: 微軟正黑體;
        line-height: 32px;
    }

    a.BTN_Style03.research {
        background: #2695cf;
        color: #fff;
        border: 0;
        padding: 4px 25px;
    }

    strong.sear-resault {
        margin: 25px 0 10px 0 !important;
        padding: 0 !important;
        color: #333333 !important;
    }

    strong.sear-resault p {
        margin: 0 !important;
        font-size: 16px !important;
    }

    .goto {
        float: left;
        color: #333;
        font-size: 16px;
        line-height: 28px;
        margin-right: 8px;
    }

    .posttemp-sear1 {
        float: left;
        width: 285px;
    }

    .posttemp-sear1 span {
        float: left !important;
        width: 87px !important;
        margin: 0 8px 0 0 !important;
    }

    .posttemp-sear1 strong {
        color: #333;
    }

    .posttemp-sear1 select {
        float: left !important;
        width: 65px !important;
        margin: 0 6px 0 0;
    }

    .posttemp-label {
        font-size: 16px;
        color: #03a200;
    }

    .posttemp-sear {
        float: left;
        width: 96%;
        margin: 0 0 1px 0;
        background: #f4f4f4;
        padding: 10px 2%;
    }

    /*-郵政ATM據點查詢-*/
    select.postatm-point {
        width: 206px !important;
        background: url(../images/rwd_select_att.png) 95% center no-repeat #fff !important;
    }

    /*-國內快捷收寄局(含代辦所)-*/
    th.mapdetail2-th {
        height: 28px;
    }

    table.TableStyle_02.rwd-postaddresault td.mapdetail2 > a {
        float: left;
    }

    table.TableStyle_02.rwd-postaddresault td.mapdetail > div {
        width: auto !important;
        float: left;
    }

    table.TableStyle_02.rwd-postaddresault td.mapdetail > a {
        float: left;
    }

    table.TableStyle_02.rwd-postaddresault {
        display: inline-block;
        width: 100%;
        margin: 0 0 20px 0;
        border: 1px solid #d9d9d9;
        border-bottom: 0;
    }

    table.TableStyle_02.rwd-postaddresault tr {
        width: 100%;
        float: left;
        border-bottom: 1px solid #d9d9d9;
    }

    table.TableStyle_02.rwd-postaddresault tr:last-child th,
    table.TableStyle_02.rwd-postaddresault tr:last-child td {
        border: 0;
    }

    table.TableStyle_02.rwd-postaddresault th {
        width: 16%;
        float: left;
        border: 0;
        text-align: left;
        padding: 8px 2%;
        background: #fff;
        color: #333;
    }

    table.TableStyle_02.rwd-postaddresault td {
        width: 76%;
        float: left;
        border: 0;
        padding: 8px 2%;
    }

    table.TableStyle_02.rwd-postaddresault td img {
        display: inline-block;
        vertical-align: middle;
        margin: 0 0 0 8px
    }

    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: 15px;
        width: 80px;
        margin: 0 5px 0 0;
    }

    .postadd-resault input.Submit {
        border: 0;
        background: #f1f1f1;
        height: 30px;
        line-height: 30px;
        font-family: 微軟正黑體;
        font-size: 15px;
        width: 61px;
    }

    .your-resault {
        float: left;
        width: 100%;
        font-size: 16px;
        font-weight: bold;
        margin: 20px 0 15px 0;
        line-height: 25px;
    }

    .ConditionSearchContainer.postaddr {
        margin: 20px 0;
        text-align: left;
        font-size: 1rem !important;
    }

    .ConditionSearchContainer.postaddr select,
    .ConditionSearchContainer.postaddr input {
        font-family: 微軟正黑體;
        font-size: 15px;
        padding: 6px 5px;
        line-height: initial;
        margin: 0 0 0 5px;
        border: #ccc 1px solid;
    }

    .ConditionSearchContainer.postaddr .sec_2 {
        text-align: left;
        margin: 10px 0 0 0;
        float: left;
        width: 100%;
    }

    .ConditionSearchContainer.postaddr .sec_1 {
        text-align: left;
        float: left;
        width: 100%;
        margin: 0;
    }

    .postaddr-sear1,
    .postaddr-sear2,
    .postaddr-sear3,
    .postaddr-sear4 {
        float: none;
        padding: 5px 2%;
        margin: 0 0 1px 0;
    }

    .postaddr-sear-btn {
        float: none;
        display: inline-block;
    }

    .ConditionSearchContainer.postaddr .postaddr-sear-btn input.Submit_1,
    .ConditionSearchContainer.postaddr input.Submit_1.next {
        display: inline-block;
        float: none;
        border: 0;
        background: #03a200;
        text-indent: 0;
        color: #fff;
        line-height: initial;
        height: initial;
        padding: 5px;
        margin: 0;
    }

    .ConditionSearchContainer.postaddr input.Submit_1.next {
        margin: 0 0 0 4px;
    }

    .postaddr-sear2 select {
        min-width: 179px !important;
        width: 179px !important;
    }

    .ConditionSearchContainer.postaddr .GreenBold {
        color: #038c00;
        font-weight: 700;
        font-size: 16px !important;
    }

    /*-全國營業據點一覽表-*/
    .postsch-national #table td img {
        vertical-align: middle;
    }

    .postsch-national #table td.map img {
        padding: 7px 0;
    }

    .abs-tr {
        margin: 15px 0;
        display: inline-block;
        width: 100%;
    }

    .abs-tr input.Submit {
        border: 0;
        background: #e6e6e6;
        padding: 5px 0;
        width: 62px;
        font-size: 14.5px;
        font-family: 微軟正黑體;
        height: 32px;
        margin: 0 0 0 8px;
    }

    .abs-tr select {
        background: url(../images/rwd_select_att.png) 92% center no-repeat #fff;
        padding: 5px 7px;
        font-family: 微軟正黑體;
        font-size: 15px !important;
        width: 90px;
    }

    .postsch-national #table td {
        min-height: 19px !important;
    }

    .postsch-national #table td:before {
        position: absolute;
        left: 6px;
        padding: 0 0 0 2%;
        display: block;
        width: 30%;
        color: #333;
        font-weight: bold;
    }

    .postsch-national {
        width: 95%;
        margin: 0 2.5%;
        font-family: 微軟正黑體 !important;
    }

    .postsch-national #pagemain.w #table td.detail_icon {
        text-align: left;
        height: auto !important;
        vertical-align: top;
        padding: 4px 2% !important;
        min-height: auto !important;
    }

    /*-營業據點一覽-*/
    .place-remark {
        float: left;
        width: 100%;
        font-size: 16px;
        margin: 0 0 8px 0;
        line-height: 26px;
    }

    .place-remark font {
        color: #ff4e00 !important;
    }

    .agency-sear-select {
        width: 418px !important;
        background: url(../images/rwd_select_att.png) 96% center no-repeat #fff !important;
    }

    /*-全國郵局查詢(含代辦所)-*/
    #pagemain .postsch #table .detail_icon {
        vertical-align: top;
        padding: 6px 0 6px 2% !important;
    }

    #pagemain .postsch #table .map {
        vertical-align: top;
        padding: 10.5px 1px;
        width: 25px;
    }

    /*
    body.coda-slider-no-js.loading.postonepage {
        overflow: auto;
    }
*/
    /*-郵政代辦所單獨頁-*/
    #agency_service .BTN_Style01 {
        padding: 7px 30px;
        background: #ededed;
        border: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 0;
        height: 20px;
        line-height: 20px;
        color: #434343;
        font-weight: 700;
        margin: 0 2%;
        display: inline-block;
        font-family: 微軟正黑體;
        font-size: 15.5px;
    }

    #agency_service .bd {
        display: block;
        padding: 0;
        width: 100%;
    }

    #agency_service .bd li {
        list-style: none;
        padding: 5px 0 5px 14px;
        font-size: 16px;
        color: #414141;
        font-family: 微軟正黑體;
    }

    #agency_service .hd h4 {
        background: none;
        font-size: 16px;
        color: #333333;
        width: 100px;
        height: auto;
        padding: 6px 0;
        text-align: left;
        line-height: initial;
        font-weight: 700;
        font-family: 微軟正黑體;
    }

    #agency_service .header {
        background: #03a200;
        background-image: none;
        border-radius: 0;
        margin: 0;
        height: auto;
    }

    #agency_service .header h2 {
        padding: 15px 3%;
        font-size: 18px;
        font-family: 微軟正黑體;
    }

    div#agency_service {
        float: left;
        width: 94%;
        margin: 30px 3%;
    }

    #agency_service #content {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    #agency_service .main {
        background: #efefef;
        border-radius: 0;
        float: left;
        width: 94%;
        padding: 0 3%;
        margin: 0 0 18px 0;
    }

    /*-郵政代辦所-*/
    a.postlist.postsch-btn {
        margin: 0;
        padding: 3px 18px;
        color: #fff;
        background: #03a200;
        border-radius: 0;
        font-size: 15.4px;
        font-weight: bold;
    }

    #pageSearch .agency-sear2 select,
    #pageSearch .agency-sear1 select {
        background: url(../images/rwd_select_att.png) 92% center no-repeat #fff;
        padding: 0 10px 0 0;
        padding: 5px;
        width: 105px;
        font-family: 微軟正黑體;
        font-size: 15px !important;
    }

    .rwd-open {
        display: block;
    }

    #pageSearch .agency-sear1 .span1 {
        padding: 0;
        width: 141px;
        float: left;
    }

    #pageSearch .agency-sear1 .span2 {
        padding: 0;
        width: 233px;
        float: left;
        margin: 0 0 0 11px;
    }

    .agency-sear1,
    .agency-sear2 {
        float: left;
        width: 96%;
        margin: 0 0 1px 0;
        background: #f4f4f4;
        padding: 10px 2%;
    }

    .agency-sear2 label.addr-label {
        line-height: 32px;
        margin: 0;
    }

    .agency-sear2 input[type="text"] {
        font-size: 15px;
        padding: 6.5px 1.5%;
    }

    .agency-sear1 label,
    .agency-sear2 label {
        font-size: 16px;
        color: #03a200;
    }

    #pageSearch .agency-sear-btn .advsearch-btn,
    #pageSearch .agency-sear-btn input.Submit {
        display: inline-block;
        padding: 0;
        background: #f4f4f4;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 0;
        position: relative;
        float: none;
        margin: 0 10px;
        font-size: 15px;
        width: 105px;
        color: #333;
        line-height: 37px;
        vertical-align: top;
        border: 0;
        font-weight: bold;
        font-family: 微軟正黑體;
        height: 37px;
    }

    .agency-sear-btn {
        float: left;
        width: 100%;
        text-align: center;
        margin: 13px 0 0 0 !important;
    }

    div#pageSearchBT a {
        color: #333;
        background: #f4f4f4;
        width: 110px;
        display: inline-block;
        font-size: 15.5px;
        margin: 0;
        height: 35px;
    }

    .citytable.pagency #table td:before {
        position: absolute;
        left: 6px;
        padding-right: 10px;
        display: block;
        width: 30%;
        top: -38px;
    }

    .citytable.pagency #pagemain #table td {
        background: #ffffff;
        width: auto !important;
        min-height: 30px !important;
    }

    .citytable.pagency #pagemain #table a br {
        display: none;
    }

    .Blue.postagency_sear {
        float: left;
        width: 100% !important;
        background: #fff;
        padding: 10px 0 !important;
        margin: 0 0 20px 0;
    }

    span.postagnecy_remark {
        float: left;
        width: 100%;
        font-size: 15.5px;
        color: #ff4e00 !important;
        font-weight: bold;
        margin: 0 0 8px 0;
        line-height: 26px;
    }

    /*-改隸名稱對照表-*/
    .postchange #table td:before {
        position: absolute;
        left: 6px;
        padding-right: 10px;
        display: block;
        width: 30%;
        color: #333;
        font-weight: bold;
    }

    /*-改隸名稱對照表-*/
    h3.postchange-rwd-title {
        float: left;
        width: 100%;
        color: #03a200;
        font-size: 19px;
        margin: 0 0 15px 0;
    }

    div#postchange-rwd {
        display: none;
    }

    .postchange {
        display: block;
    }

    #postchange-rwd table {
        float: left;
        width: 100%;
        margin: 0;
    }

    #postchange-rwd table:nth-child(odd) {
        background: #f3f3f3;
    }

    #postchange-rwd table th,
    #postchange-rwd table td {
        float: left;
        text-align: left;
        font-size: 16px;
        padding: 12px 1%;
        line-height: 23px;
    }

    #postchange-rwd table th {
        width: 20%;
        font-weight: bold;
        padding: 12px 14px;
    }

    #postchange-rwd table tr {
        border-bottom: 1px solid #e7e7e7;
    }

    /*-basic-*/
    #Main h1 {
        font-size: 28px;
        font-weight: bold;
        color: #535353;
        line-height: 33px;
        padding-bottom: 8px;
        margin-bottom: 16px;
        border-bottom: 3px solid #eeeeee;
    }

    /*-頁數-*/
    .pagination_1 a.disable {
        color: #333333;
        border: 1px solid #cacaca;
    }

    .pagination_1 a.current {
        color: #ffffff;
        background: #038c00;
        border: 1px solid #038c00;
    }

    .pagination_1 a {
        padding: 6px 8px;
        color: #333333;
        background: #ffffff;
        border: 1px solid #cacaca;
        font-size: 16px !important;
    }

    /*-自助郵局-局名-*/
    .rwd-close {
        display: none !important;
    }

    .rwd-opne {
        display: block !important;
    }

    #one-page-cont br {
        display: none;
    }

    #one-page-cont div#MapLayer {
        float: none !important;
        margin: 20px auto !important;
    }

    #one-page-cont .PointListStyle_1 {
        margin: 0;
        line-height: 160%;
    }

    #one-page-cont .BlueHighLight {
        font-weight: 700;
        color: #009ae9;
        font-size: 16px !important;
        margin: 0 0 3px 0 !important;
    }

    #one-page-cont .PointMapWrap {
        padding: 0;
        margin: 20px 0;
        text-align: center;
        border-top: 0;
    }

    #one-page-cont .PointListStyle_1 li span.detailIfon {
        padding: 10px 2%;
        width: 96%;
    }

    #one-page-cont .PointListStyle_1 li.fullWidth span.title {
        width: 96% !important;
        border-top: 4px solid #FFF;
        margin: 0;
        padding: 5px 2%;
        border-bottom: 1px solid #fff;
    }

    #one-page-cont .PointListStyle_1 li span {
        width: 66%;
        margin-bottom: 0;
        font-size: 16px;
        padding: 5px 0;
    }

    #one-page-cont .PointListStyle_1 li {
        padding: 0 0 0 0;
        width: 100%;
        display: inline-block;
        vertical-align: top;
        background: #f0f0f0;
        margin: 0 0 1px 0;
    }

    #one-page-cont .PointListStyle_1 li span.title {
        background: #f0f0f0;
        color: #333;
        padding: 5px 10px;
        width: 74px;
        display: inline-block;
        text-align: left;
        font-size: 16px;
        margin: 0 7px 0 0;
    }

    /*-自助郵局-單獨頁面-*/
    #one-page-cont #MainPointContainer #table .detail {
        text-align: left;
        line-height: 33px;
        font-size: 15px;
        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: 15px;
    }

    #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: 15px !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: 26px;
        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;
    }

    /*-自助郵局-*/
    .Blue.self-post-sear {
        margin: 0 0 15px 0;
    }

    .self-post-sear #pageSearchBT #sNavi input.Submit {
        width: 64px !important;
        background: #e3e3e3 !important;
        text-indent: 0 !important;
        font-family: 微軟正黑體;
        font-size: 15px !important;
        margin: 0 !important;
        height: 30px !important;
        line-height: 30px;
        font-weight: normal;
        border: 0 !important;
    }

    .Blue.self-post-sear div#pageSearchBT {
        margin: 0;
    }

    .pc-map,
    .pc-detail {
        display: none;
    }

    .rwd-map,
    .rwd-detail {
        display: block;
    }

    #pageSearch span.self-post-sear-title {
        margin: 0;
        width: 164px;
        line-height: 30px;
    }

    .self-post-sear-btn input {
        width: 70px !important;
        background: #e3e3e3 !important;
        text-indent: 0 !important;
        font-family: 微軟正黑體;
        font-size: 15px !important;
        margin: 0 !important;
        height: 32px !important;
        line-height: 32px;
        font-weight: normal;
        border: 0 !important;
    }

    .Blue.self-post-sear select#search_text {
        float: left;
        line-height: initial;
        height: initial;
        margin: 0 8px 0 0;
    }

    #pageSearch span {
        margin: 0;
        float: left;
        position: relative;
        font-size: 16px !important;
        color: #03a200;
        width: 100%;
    }

    #pageSearch select {
        background: url(../images/rwd_select_att.png) 92% center no-repeat #fff;
        padding: 0 10px 0 0;
        padding: 4px 2%;
        width: 93px;
        font-family: 微軟正黑體;
        font-size: 15px !important;
    }

    #pageSearchBT,
    #OXSearchBT {
        float: left;
        display: block;
        margin-top: 0;
    }

    .citytable #table tr {
        border-top: 0;
        border-bottom: 1px solid #ccc;
    }

    .citytable #table td:before {
        position: absolute;
        left: 17px;
        padding-right: 0;
        display: block;
        width: 110px;
    }

    .citytable #table td:before {
        color: #333333;
        font-weight: bold;
    }

    #pagemain #table {
        padding: 0;
        float: left;
        width: 100%;
    }

    #pagemain strong {
        color: #03a200;
        font-size: 16px;
        font-weight: 700;
        line-height: 26px;
        border: none;
        padding-top: 00;
        display: block;
        float: left;
        margin: 5px 0 15px 0;
        width: 100%;
    }

    #pagemain strong span {
        font-family: 微軟正黑體 !important;
    }

    #Main #Section_2 #Breadcrumbs .current {
        color: #038c00;
        font-size: 15px !important;
    }

    #Main #Section_2 #Breadcrumbs a {
        color: #959595;
        font-size: 15px !important;
    }

    /*-自助郵局end-*/
    #cube2 select.select {
        min-width: 85px;
    }

    input[type="text"],
    input[type="submit"],
    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;
    }

    [canvas=container] {
        margin-top: 59px;
        height: -webkit-calc(100% - 59px);
        height: -moz-calc(100% - 59px);
        height: calc(100% - 59px);
    }

    .rwdheader {
        display: block;
    }

    #Footer .FooterSec_1Container .Sec_1 p {
        margin-bottom: 9px;
    }

    .FatFooter {
        display: block;
        background: #e7e7e7;
        overflow: hidden;
    }

    .FatFooter_section {
        float: left;
        width: 94%;
        margin: 0.5% 3%;
    }

    .FatFooter_section ul.FatFooter_list li.FatFooter_list_unit {
        padding: 7px 0;
        width: 50%;
        float: left;
        font-size: 15.5px;
        line-height: 23px;
    }

    #Footer .FooterSec_1Container .Sec_1 .Mail_icon {
        padding: 0 25px 0 0;
        background: url(../images/Mail_icon.gif) no-repeat right center;
        display: inline-block;
    }

    #Footer .FooterSec_1Container .Sec_1 .ServiceGuide_icon {
        padding: 0 18px 0 0;
        background: url(../images/ServiceGuide_icon.gif) no-repeat right center;
        margin-right: 5px;
    }

    #Footer .FooterSec_1Container .Sec_1 .WebPhone_icon {
        padding: 0 18px 0 0;
        background: url(../images/WebPhone_icon.gif) no-repeat right center;
        margin-left: 5px;
    }

    .FatFooterHeader a {
        display: block;
        color: #FFF;
        background: #03a600 !important;
        padding: 10px;
        margin: 20px 0;
        -webkit-border-radius: 0px !important;
        -moz-border-radius: 0px !important;
        border-radius: 0px !important;
    }

    .FatFooterHeader strong a {
        font-size: 1rem;
        color: #FFF;
        margin: 0;
    }

    .FatFooter_section ul.FatFooter_list li.FatFooter_list_unit a .num {
        width: 3px;
        height: 3px;
        position: relative;
        top: 8px;
        left: 5px;
        background: url(../images/fat_footer_bullet.png) 0 0 no-repeat;
        text-indent: 9999px;
        color: #e7e7e7;
    }

    .FatFooter_section ul.FatFooter_list li.FatFooter_list_unit a {
        color: #535353;
        font-weight: bold;
    }

    #Footer {
        width: 100%;
    }

    #Footer .FooterSec_1Container .Sec_2 {
        float: left;
        padding: 8px 3%;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        width: 94%;
    }

    #Footer .FooterSec_2Container .Sec_1 {
        color: #464648;
        float: left;
        width: 100%;
    }

    #Footer .FooterSec_2Container .Sec_2 {
        float: left;
    }

    #Footer .FooterSec_2Container .Sec_2 {
        float: left;
    }

    .Topic .label img {
        width: 70px
    }

    .BTN_Style03_down,
    .BTN_Style03,
    #Main #ContentsContainer #Contents .citylist li p a.Fcity {
        margin-bottom: 10px
    }

    .Align_Right {
        text-align: left
    }

    .pagination a,
    .pagination_1 a,
    .Pointpagination a {
        margin: 5px;
        display: inline-block;
    }

    #NewsInner .Header img,
    #RelatedLinksHeader img {
        width: 100px
    }

    .ConditionSearchContainer .Submit_1 {
        width: 78px;
        background-size: 100%;
        height: auto
    }

    #NewsContainer .pane .container .content dl dd a .label img {
        width: 70px
    }

    #MainAdSmallOverView li a .Info h2,
    h2.CateSubTitle,
    #NewsListContainer .hd h2,
    .BTN_List_Style02 .Header,
    #ContentsContainer #Contents .Topic_Style02_noBlock,
    #pointbluelineTitle h3,
    #PagepointbluelineTitle {
        font-size: 24px
    }

    .new_16title,
    #ContentsContainer #Contents .Topic_Style02,
    #ContentsContainer #Contents .Topic_Style03 {
        font-size: 24px;
        line-height: 1.4em
    }

    #NewsListContainer .hd {
        padding-top: 5px
    }

    .news_tabs_wrap ul.tabs a,
    .NewsList li a .Date,
    .pagination_1 a,
    .BackToTop_2 a,
    #ContentsContainer #Contents .article b,
    .NewsHeadContainer .NewsHeadL a .Txt .Date,
    .NewsHeadContainer .NewsHeadS a .Txt .Date,
    .NewsListImage li a .Date,
    #PointMenu #LocalNavBGMeun #sNavi li a,
    .Pointpagination a {
        font-size: 18px
    }

    #Main #Section_2 #Breadcrumbs a,
    #Main #Section_2 #Breadcrumbs .current,
    #Main_Fullwidth #Section_2 #Breadcrumbs a,
    #Main_Fullwidth #Section_2 #Breadcrumbs .current,
    #ContentsContainer #Contents p,
    #Post_NavContainer a,
    .scrollToNav a,
    #ContentsContainer #Contents .article ol li,
    #OrgnizationDepartment .Content li,
    .TableStyle_01 td,
    #ContentsContainer #Contents .article dl dd,
    #SiteMapContainer .SiteMap_Section ul.SiteMapList h5 a,
    #MainAdSmallOverView li a,
    .faq-btn h3,
    .faq-content,
    .TableStyle_03 td,
    #NewsListContainer .content dl dd,
    .BoxContainer_Style1 h2,
    .List_Style_Type_on ul li,
    .List_Style_Type_on ol li,
    .article-box-mod,
    .RelatedContainer .ListContainer li .Inner dl .Topic a,
    .NewsImageContainer .Single .Description .EnlargeIcon,
    #pageSearch span,
    #pagemain #table td,
    #Main #ContentsContainer #Contents .citytable #pagemainOX,
    #Main #ContentsContainer #Contents .citytable #pagemainOX h2,
    .PointListStyle_1 li span,
    #pagemain,
    #pagemain select,
    #pointMainContent #cube #mapleft,
    #pointMainContent #cube2 #ListSearchCubeLeft,
    #NewsInnerContainer .FloatLeftImg .Description .EnlargeIcon,
    #NewsInnerContainer .FloatRightImg .Description .EnlargeIcon,
    .NewsImageContainer .Single .Description .EnlargeIcon,
    #ContentsContainer #Contents .article {
        font-size: 18px;
        line-height: 1.8em
    }

    #pageSearch #opensearch .faq-btn h3,
    #opensearch .faq-content .TabsContainer ul.tabs a,
    #pageSearch #opensearch .faq-content .TabsContainer .TabInnerWarp {
        font-size: 18px;
        line-height: 2.2em;
        font-weight: normal
    }

    #NewsListContainer .content dl dd {
        width: 80%
    }

    .NewsList li a h3.Topic,
    #ContentsContainer #Contents #NewsInnerContainer p.NewsTopic,
    #ContentsContainer #Contents .SubTopic,
    #ContentsContainer #Contents .article dl dt,
    .NewsListImage li a h3.Topic,
    .NewsHeadContainer .NewsHeadL a .Txt .Topic,
    .NewsHeadContainer .NewsHeadS a .Txt .Topic,
    #ContentsContainer #Contents p.Topic,
    .ConditionSearchContainer span.GreenBold {
        font-size: 24px;
        line-height: 1.4em
    }

    .SmallBannerHeader h2,
    #ContentsContainer h4,
    #OrgnizationDepartmentTab h2.resp-accordion,
    .TabsContainer_SearchArea ul.tabs a,
    ul.tabs2 a,
    .item-subtitle,
    #LocationBTNContainer .LocationBTN li a {
        font-size: 20px
    }

    .item-subtitle {
        margin: 15px 0
    }

    #NewsContainer .pane .container .content dl dd a,
    #SiteMapContainer .SiteMap_Section h3.Title,
    .BTN_List_Style02 .BTN_List a,
    #ContentsContainer #Contents .Topic_Style01,
    #pagemain h1,
    #Map a {
        font-size: 20px;
        line-height: 1.7em
    }

    .NewsMoreContainer .NewsMore a,
    #NewsContainer .pane .container .content dl dt,
    .notice-btn a span.txt,
    #Eightinner li a,
    #Mobilemenu select,
    #Mobilemenu-onlineservice select,
    #Mobilemenu-localpost select,
    .mobile-select-menu select,
    .TableStyle_03 th,
    .TableStyle_04 .th,
    .BTN_Style03,
    #pageSearch span select,
    #pageSearch #opensearch .faq-content .TabsContainer .TabInnerWarp input,
    #pageSearch #opensearch .faq-content .TabsContainer .TabInnerWarp select,
    .postlist,
    .sharered,
    #pagemain #table td,
    #Main #ContentsContainer #Contents .citytable #pagemainOX input,
    #pagemain #table td,
    #Main #ContentsContainer #Contents .citytable #pagemainOX select,
    #pointMainContent #cube2 #ListSearchCubeLeft select,
    #pointMainContent #cube2 #ListSearchCubeLeft input,
    #Main #ContentsContainer #Contents .citylist li span {
        font-size: 16px
    }

    #Footer .FooterSec_1Container .Sec_1,
    #Footer .FooterSec_2Container .Sec_1 p,
    #Footer .FooterSec_2Container .Sec_2 .Traffic,
    #SiteMapContainer .SiteMap_Section ul.SiteMapList a,
    .ConditionSearchContainer select,
    .ConditionSearchContainer input,
    .ConditionSearchContainer_2 select,
    .ConditionSearchContainer_2 input,
    .TableStyle_02,
    .TableStyle_04 th,
    .TableStyle_04 td,
    .TableStyle_04 input,
    .TableStyle_04 select,
    .TableStyle_bordernone td,
    .DL_Style02 dd,
    .ConditionSearchContainer_2,
    .page-controls-inner,
    .PublishInfo {
        font-size: 16px;
        line-height: 1.8em
    }

    .Submit_Style1 {
        padding: 0 40px;
        font-size: 18px;
        line-height: 1.6em
    }

    input[type="checkbox"],
    input[type="radio"] {
        border: 1px solid #ccc !important;
        /*
    background: #fff;
    width: 15px;
    height: 15px;
    margin: 0 !important;
            padding: 0 !important;
*/
    }

    #HeaderContainer {
        width: 100%;
        height: 83px;
        background: url(../images/mobile-HeaderBG.jpg) repeat-x;
        display: none;
    }

    #Header_2 {
        width: 100%;
    }

    #HeaderNavContainer {
        position: relative;
        left: 0px;
        top: 35px;
        padding: 0px;
        margin-left: 5px;
    }

    #Header_2Container {
        height: auto;
        display: none;
    }

    #Date {
        display: none;
    }

    #SearchContainer {
        position: relative;
        right: 0px;
        top: 0px;
        width: 237px;
        height: 25px;
        background: url(../images/Search_BG.png) no-repeat;
        display: block;
        margin: 0 auto 20px;
    }

    #FontSizeContainer {
        display: none;
    }

    #LogoContainer {
        position: relative;
        left: 0px;
        top: 0px;
        z-index: 99;
        width: 242px;
        margin: 0 auto;
        padding: 20px 0 10px 0;
    }

    .megamenu_container,
    #ServiceDropContainer,
    #AllLocationDropContainer {
        display: none;
    }

    #HeaderMainMenuContainer {
        width: 99%;
        overflow: hidden;
        height: auto;
    }

    #HeaderMainMenu {
        padding: 0 10px;
    }

    #Mobilemenu,
    #Mobilemenu-onlineservice,
    #Mobilemenu-localpost {
        width: 100%;
        display: block;
        height: 30px;
        padding: 7px 0;
        float: left;
    }

    #Mobilemenu-onlineservice {
        width: 30%;
    }

    #Mobilemenu-localpost {
        width: 30%;
        margin-right: 0px;
    }

    #Mobilemenu select,
    #Mobilemenu-onlineservice select,
    #Mobilemenu-localpost select {
        display: block;
        width: 100%;
        padding: 2px;
        /*background-color: transparent;*/
        background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
        border: 1px solid #cbcbcb;
        cursor: pointer;
        outline: none;
    }

    #MainContentInner_1Container {
        height: auto;
    }

    #MainContentInner_1 {
        width: 100%;
        position: relative;
    }

    #NewsContainer {
        position: relative;
        left: 0px;
        top: 0px;
        border: 0px;
        width: 100%;
        background: -moz-linear-gradient(top, #3378c0 0%, #7db9e8 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3378c0), color-stop(100%, #7db9e8));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #3378c0 0%, #7db9e8 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #3378c0 0%, #7db9e8 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #3378c0 0%, #7db9e8 100%);
        /* IE10+ */
        background: linear-gradient(to bottom, #3378c0 0%, #7db9e8 100%);
        /* W3C */
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#3378c0', endColorstr='#7db9e8', GradientType=0);
        /* IE6-9 */
        height: auto;
    }

    #NewsInner {
        width: 95%;
        margin: 0px auto;
        padding: 15px 0;
    }

    #TabsContainer {
        margin: 0 auto;
        width: 100%;
    }

    #TabsContainer ul.TabsMenu li {
        width: 11%;
        text-align: center;
    }

    #TabsContainer ul.TabsMenu li#TabsOthers {
        /*width: 17%;*/
    }

    .TabsContent {
        padding-left: 0px;
    }

    .TabsContent.TabsAll,
    .TabsContent.TabsNews,
    .TabsContent.TabsTutorials,
    .TabsContent.TabsLinks,
    .TabsContent.TabsStamp,
    .TabsContent.TabsShop,
    .TabsContent.TabsOthers {
        width: 95%;
    }

    #mcs6_container,
    #mcs6_1_container,
    #mcs6_2_container,
    #mcs6_3_container,
    #mcs6_4_container,
    #mcs6_5_container,
    #mcs6_6_container {
        width: 100%;
    }

    #mcs6_container .customScrollBox .container,
    #mcs6_1_container .customScrollBox .container,
    #mcs6_2_container .customScrollBox .container,
    #mcs6_3_container .customScrollBox .container,
    #mcs6_4_container .customScrollBox .container,
    #mcs6_5_container .customScrollBox .container,
    #mcs6_6_container .customScrollBox .container {
        width: 95%;
    }

    #NewsContainer .StampFocus {
        margin: 0 auto 7px auto;
    }

    #NewsContainer .ShopFocus {
        margin: 0 auto 10px auto;
        width: 263px;
    }

    .ListStyle_3 dd {
        width: 95%;
    }

    #MainAdContainer {
        border-right: 0px solid #ffffff;
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

    #MainAd {
        background: url(../images/MainAdBanner.jpg) no-repeat;
        width: 100%;
        height: auto;
        margin: 0;
    }

    #slides {
        display: none;
    }

    #MarqueeContainer {
        width: 100%;
    }

    div#abgne_marquee {
        width: 95%;
        margin: 0 auto;
    }

    #MainBG2_L,
    #MainBG2_R {
        display: none;
    }

    #MainContentInner_2 {
        width: 100%;
    }

    #MainContentInner_2Container {
        height: auto;
    }

    #Main_2_MiddleContainer {
        position: relative;
        left: 0px;
        top: 0px;
        width: 100%;
        min-height: 445px;
    }

    #Main_2_Middle_Left {
        width: 100%;
        height: auto;
        background: none;
        float: none;
    }

    #RelatedLinksContainer {
        min-height: 135px;
        border-top: 1px dashed #dadada;
    }

    #slides2 {
        left: 0px;
        top: 30px;
    }

    #slides2 .slides_container {
        margin: 0 auto;
        left: 0px;
    }

    #slides2 .pagination {
        right: 45px;
        top: -12px;
    }

    #slides2 .More {
        right: 25px;
        top: -14px;
    }

    #slides2 .next,
    #slides2 .prev {
        top: 20px;
        left: 20px;
    }

    #slides2 .next {
        left: 420px;
    }

    #Main_2_Middle_Right {
        float: none;
        margin: 0px;
        width: 100%;
    }

    #MainServicesContainer {
        background: linear-gradient(to bottom, #038c00 0%, #04a200 50%, #34b801 100%);
        padding: 55px 15px 10px;
        margin-top: 60px;
    }

    #MainServicesContainer .icon {
        background: linear-gradient(to bottom, #34b801 0%, #04a200 50%, #038c00 100%);
        border: 5px solid #FFFFFF;
        border-radius: 50%;
        color: #FFFFFF;
        display: block;
        font-size: 24px;
        height: 80px;
        margin: -100px auto 10px;
        /*padding: 25px 0;*/
        text-align: center;
        width: 80px;
    }

    #MainServicesContainer .icon i.fa {
        display: block;
        height: 48px;
        text-align: center;
        width: 48px;
        margin: 17px auto;
    }

    #MainServicesContainer .icon i.fa-service {
        background: url(../images/icon_services.png) no-repeat;
    }

    #MainServicesContainer .icon i.fa-logo {
        background: url(../images/icon_logo.png) no-repeat;
    }

    #MainServicesContainer .Header {
        margin: 0 0 15px 0;
        text-align: center;
    }

    #MainServiceContainer {
        /*display: none;*/
    }

    #ServiceLinksContainer {
        position: relative;
        right: 0px;
        top: 0px;
        font-size: 11px;
        margin: 20px auto;
        width: 460px;
        overflow: hidden;
        display: none;
    }

    #ServiceLinks li {
        margin-left: 7px;
    }

    #SmallBannerContainer {
        width: 100%;
        padding-top: 0px;
    }

    #Eight_icon {
        background: #FFF;
        box-shadow: 0 0 5px #CCC;
        width: 95%;
        margin: 0 2.5% 25px;
        float: left;
        height: auto;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
    }

    #Eightinner li {
        width: 12.5%
    }

    #Eightinner li a .img,
    #Eightinner .RealEstate a .img {
        width: 100%
    }

    #Eightinner li a {
        margin-bottom: 10px
    }

    .BannerItemContainer {
        width: 95%;
        margin: 0 auto 10px;
        height: auto;
        float: none;
        background: none
    }

    .BannerItemContainer.right {
        float: none
    }

    .BannerItem_1,
    .BannerItem_2 {
        background: none;
        width: auto;
    }

    .SmallBannerHeader-rt {
        border-left: 1px solid #e2e2e2;
    }

    .SmallBannerHeader img {
        width: 100%;
        height: auto;
    }

    #Footer {
        width: 100%;
    }

    #Footer .FooterSec_1Container {
        margin: 0 0 10px 0;
        padding: 0;
        border: 0;
    }

    #Footer .FooterSec_1Container .Sec_1 {
        color: #464648;
        float: none;
        margin: 10px auto;
        width: 95%;
        font-size: 15px;
        line-height: 27px;
    }

    #Footer .FooterSec_1Container .Sec_2 ul {
        width: 98%;
        margin: 0 auto;
        overflow: hidden;
    }

    #Footer .FooterSec_1Container .Sec_2 li:first-child {
        border-left: 0px;
        margin-left: 0px;
        padding-left: 0px;
    }

    #Footer .FooterSec_1Container .Sec_2 li {
        float: left;
        width: 33.33%;
        margin-left: 0;
        padding-left: 0;
        text-align: center;
        border-left: none;
    }

    #Footer .FooterSec_2Container .Sec_1 {
        float: none;
        text-align: center;
    }

    #Footer .FooterSec_2Container .Sec_2 {
        float: none;
        width: 100%;
        text-align: center;
    }

    #Footer .FooterSec_2Container .Sec_2 .A_Plus {
        float: none;
        text-align: center;
        margin: 0 auto;
        display: block;
    }

    #Footer .FooterSec_2Container .Sec_2 .Traffic {
        float: none;
        display: block;
        text-align: center;
        margin-top: 5px;
        width: 100%;
        font-size: 15px;
    }

    #Footer .FooterSec_1Container .Sec_2 .web20 {
        padding-right: 0px;
        padding-top: 5px;
        padding-bottom: 15px;
        text-align: center;
        font-size: 16px;
        font-family: 微軟正黑體;
    }

    #Footer .FooterSec_2Container .Sec_1 p {
        margin-bottom: 5px;
        font-size: 15px !important;
    }

    #Footer .FooterSec_1Container .Sec_1 .Location {
        margin-right: 5px;
    }

    .jcarousel-skin-tango .jcarousel-container-horizontal {
        width: auto;
    }

    #InnerBody {
        width: 100%;
    }

    #LocalNavContainer {
        display: none;
    }

    #InnerBodyContent {
        padding: 0 0 50px 0;
        width: 100%;
        background: #fff;
    }

    .FatFooterHeader {
        width: 100%;
        float: left;
        padding: 0;
    }

    #InnerBodyContainer {
        background: #e7e7e7;
        padding: 0;
        /* background: url(../images/national_day/content_bg_index.png) center 0 no-repeat; */
    }

    #Main,
    #Main_Fullwidth {
        width: auto;
        margin-top: 15px;
    }

    #Main #Section_2 #Breadcrumbs {
        width: 100%;
        margin-bottom: 15px;
    }

    #Main #Section_2 #ShareNav {
        float: right;
        margin-top: 0px;
    }

    #Main #Section_2 #ShareNav a:first-child {
        margin-left: 0px;
    }

    #Post_NavContainer .Prev {
        margin: 0 0 15px 0;
    }

    #MainContainer {
        width: 94%;
        padding: 0 3%;
    }

    /**公司簡介**/
    #CompanyInfoContainer .HeaderGraphic img {
        width: 100%;
    }

    #CompanyInfoContainer .article_1 img {
        width: 50%;
    }

    #CompanyInfoContainer #CompanyInfo_3 li {
        float: none;
    }

    #CompanyInfoContainer #CompanyInfo_3 li .Info {
        padding: 185px 10px 0px 10px;
    }

    #CompanyInfoContainer .CompanyInfo_4 img {
        width: 100%;
    }

    #CompanyInfoContainer #CompanyInfo_5 li {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        float: none;
        margin: 0px 0px 20px 0px;
    }

    #CompanyInfoContainer .CompanyInfo_5-List_7 {
        width: 100%;
        background: url(../images/CompanyInfo_img005_7-mobile.jpg) no-repeat left center;
    }

    #CompanyInfoContainer .CompanyInfo_6info {
        padding: 15px 15px 15px 75px;
    }

    #CompanyInfoContainer #CompanyInfo_7 li {
        width: 100%;
    }

    #CompanyInfoContainer #CompanyInfo_7 li .Info {
        width: auto;
        min-height: 0px;
    }

    #CompanyInfoContainer #CompanyInfo_8 .Info_1,
    #CompanyInfoContainer #CompanyInfo_8 .Info_2,
    #CompanyInfoContainer #CompanyInfo_8 .Info_3 {
        background: none;
    }

    #CompanyInfoContainer #CompanyInfo_8 .Box {
        padding: 10px 10px 10px 0px;
    }

    /**公司簡介 END**/
    #LeaderContainer .Photo {
        float: none;
        text-align: center;
    }

    #LeaderContainer .Intro {
        width: 100%;
    }

    #LeaderContainer .Intro .Name {
        text-align: center;
    }

    #MainContainer_Fullwidth {
        padding: 0px;
    }

    #MainAdOverView {
        width: 100%;
    }

    #MainAdOverView li {
        background: #eeeeee;
        background-image: none;
        padding-bottom: 0px;
        margin-bottom: 20px;
    }

    #MainAdOverView li .Info {
        width: auto;
        float: none;
    }

    #MainAdOverView li .Info p {
        margin: 0 0 0px 0 !important;
    }

    #MainAdOverView li .IMG {
        float: none;
        width: 100%;
    }

    #MainAdOverView li .IMG a {
        display: block !important;
    }

    #Main_Fullwidth #Section_2 #Breadcrumbs {
        width: 295px;
        margin-bottom: 15px;
    }

    .faq-btn,
    .faq-content {
        width: 82%;
    }

    .ConditionSearchContainer {
        font-size: 0.9em;
        line-height: 175%;
    }

    .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: 45%;
        margin: 0 2.5% 10px;
    }

    .NewsHeadContainer .NewsHeadS .Img {
        width: auto;
    }

    .NewsHeadContainer .NewsHeadS .Img td {
        width: 100%;
    }

    .NewsHeadContainer .NewsHeadL a {
        width: 100%;
        float: none;
    }

    .NewsHeadContainer .NewsHeadL a .Img {
        width: 100%;
    }

    .NewsHeadContainer .NewsHeadL a .Img td {
        width: 100%;
    }

    .NewsHeadContainer .NewsHeadL a .Img img {
        width: 100%;
        height: auto;
    }

    #LinksPage li a {
        padding-bottom: 20px;
    }

    #LinksPage li a dl dt {
        width: 100%;
    }

    #LinksPage li a .ThumbImg {
        float: left;
    }

    /*置頂圖片輪播
	.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*/
    .mobile-select-menu select {
        padding: 8px 10px;
        border: 1px solid #ccc;
        width: 100%;
        font-size: 18px;
    }

    .TabsStyle5Container .wrap {
        /*width: 433px;*/
        width: 100%;
    }

    .TabsStyle5Container ul.tabs a {
        width: 167px;
    }

    #ContentsContainer #FileDownloadContainer .FileDownBox .FileDown {
        width: 100%;
    }

    #ContentsContainer #FileDownloadContainer .FileDownBox .FileDown:first-child {
        margin-bottom: 5px;
    }

    #ContentsContainer #FileDownloadContainer .FileDownBox .FileDown .Info {
        width: 84%;
    }

    #MainAdSmallOverView {
        margin-right: 0px;
    }

    #MainAdSmallOverView li {
        margin: 0 2px 27px 0;
    }

    /*多圖*/
    .MultipleImageContainer {
        /*display: none;*/
    }

    .photosgallery-captions {
        width: 100%;
    }

    .photosgallery-captions .sliderkit-nav {
        width: 100%;
        padding: 10px 0;
        background: #000;
    }

    .photosgallery-captions .sliderkit-nav .sliderkit-nav-prev,
    .photosgallery-captions .sliderkit-nav .sliderkit-nav-next {
        display: none;
    }

    .photosgallery-captions .sliderkit-nav .sliderkit-go-prev {
        left: 10px;
    }

    .photosgallery-captions .sliderkit-nav .sliderkit-go-next {
        right: 10px;
    }

    /*多圖 END*/
    #OrganizationStructure {
        display: none;
    }

    #HeaderNav_Nav a {
        font-size: 0.8em;
    }

    /* 手機 nav */
    .nav {
        position: relative;
        min-height: 25px;
        display: block;
    }

    .nav ul {
        width: 100%;
        padding: 2px 0;
        position: absolute;
        top: 0;
        left: 0;
        border: solid 1px #dcdcdc;
        background: #f5f5f5 url(../images/icon-menu.png) no-repeat 10px 8px;
        border-radius: 3px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
    }

    .nav li {
        display: none;
        /* hide all <li> items */
        margin: 0;
    }

    .nav .current {
        display: block;
        /* show only current <li> item */
    }

    .nav a {
        display: block;
        padding: 5px 5px 5px 32px;
        text-align: left;
    }

    .nav .current a {
        background: none;
        color: #666;
    }

    /* on nav hover */
    .nav ul:hover {
        background-image: none;
    }

    .nav ul:hover li {
        display: block;
        margin: 0 0 5px;
    }

    .nav ul:hover .current {
        background: url(../images/icon-check.png) no-repeat 10px 7px;
    }

    /* right nav */
    .nav.right ul {
        left: auto;
        right: 0;
    }

    /* center nav */
    .nav.center ul {
        left: 50%;
        margin-left: -90px;
    }

    /* 手機 nav end */
    /********全國據點********/
    #PointMenu .LocalNavBG_BodyContainer {
        height: auto;
        border-radius: 0;
        background: #fff;
        width: 100%;
        float: left;
        margin: 12px 0 17px 0;
        display: none;
    }

    #PointMenu #LocalNavBGMeun #sNavi {
        top: 0px;
        left: 0px;
        padding: 0;
        overflow: hidden;
    }

    #PointMenu #LocalNavBGMeun #sNavi li {
        float: left;
        width: 50%;
        display: block;
        margin: 5px 0px;
    }

    #PointMenu #LocalNavBGMeun #sNavi a {
        position: relative;
        background: url(../images/RadioBTN_on.png) no-repeat 0px 0px !important;
        text-indent: 0px;
        font-size: 0.9em;
        padding-left: 20px;
        width: auto !important;
        height: auto !important;
        top: 0px !important;
        left: 0px !important;
    }

    #PointMenu #LocalNavBGMeun #sNavi .point a,
    #PointMenu #LocalNavBGMeun #sNavi .temporary a,
    #PointMenu #LocalNavBGMeun #sNavi .region a,
    #PointMenu #LocalNavBGMeun #sNavi .form a,
    #PointMenu #LocalNavBGMeun #sNavi .self a,
    #PointMenu #LocalNavBGMeun #sNavi .proxy a {
        top: 0px;
        left: 0px;
        width: auto;
        height: auto;
        background-position: 0px 0px;
    }

    #PointMenu #LocalNavBGMeun #sNavi .point a:hover,
    #PointMenu #LocalNavBGMeun #sNavi .temporary a:hover,
    #PointMenu #LocalNavBGMeun #sNavi .region a:hover,
    #PointMenu #LocalNavBGMeun #sNavi .form a:hover,
    #PointMenu #LocalNavBGMeun #sNavi .self a:hover,
    #PointMenu #LocalNavBGMeun #sNavi .proxy a:hover {
        background-position: 0px 0px;
    }

    #pointbluelineTitle h3 {
        color: #333333;
        line-height: initial;
        font-size: 24px;
    }

    #pointbluelineTitle {
        position: relative;
        border-bottom: 0;
        background: url(../images/rwd-title-icon.jpg) no-repeat center top;
        padding: 79px 0 0 0;
        margin: 15px auto;
        width: 900px;
        text-align: center;
        width: 100%;
    }

    #pointMainContent {
        width: auto
    }

    #pointMainContent #cube #mapleft {
        margin: 0;
        float: none;
    }

    #pointMainContent #cube #mapleft img {
        width: 170px;
        margin-bottom: 10px;
        display: none;
    }

    #pointMainContent #cube #mapleft p {
        padding-left: 0px;
        margin-bottom: 6px;
    }

    #pointMainContent #cube #mapleft span {
        color: #333333;
        line-height: initial;
        padding-left: 0px;
        font-size: 16px;
    }

    .place-sort {
        margin: 0 0 16px 0;
    }

    #pointMainContent #cube #mapright {
        float: none;
        width: auto;
        margin: 0;
    }

    #Map {
        margin: 0;
        width: auto;
        float: none;
    }

    #Map a {
        background: transparent;
        font-size: 16px;
        color: #333;
    }

    #Map a:hover {
        color: #333;
        background: transparent;
    }

    #picture {
        width: auto;
        height: auto;
        float: none;
        background: #fff;
        padding: 0;
        border-radius: 0;
        margin: 5px 0 0 0;
    }

    #picture .more {
        position: static;
        float: left;
        width: 24.6%;
        margin: 0 0.2% 3px 0.2%;
        background: #f6f6f6;
        padding: 8px 0;
    }

    #cube #bottom ul {
        float: left;
        width: 100%;
        text-align: center;
    }

    #cube #bottom ul li {
        float: right;
        width: 49%;
    }

    #cube #bottom ul li:first-child {
        float: left;
    }

    #pointMainContent #cube #mapleft #bottom {
        margin: 0;
        position: absolute;
        bottom: 0;
        width: 94%;
    }

    #pointMainContent #cube {
        float: none;
        width: 94%;
        padding: 0 3% 105px 3%;
        border-radius: 0;
        background: #fff;
        position: relative;
        margin: 0 0 20px 0;
    }

    #pointMainContent #cube #mapleft #bottom #map a {
        text-indent: 0px;
        border: 0 !important;
        border-radius: 0 !important;
        padding: 20px 0 !important;
        color: #333 !important;
        position: initial;
        width: 100% !important;
        display: inline-block;
        position: static;
        height: auto !important;
        font-weight: bold;
        font-size: 19px;
    }

    #pointMainContent #cube #mapleft #bottom #map .Emap a {
        background: url(../images/map-btn1.png) no-repeat 26% center #f6f6f6 !important;
    }

    #pointMainContent #cube #mapleft #bottom #map .nationwide a {
        background: url("../images/map-btn2.png") no-repeat 19% center #f6f6f6 !important;
    }

    /*營首頁-條件查詢-*/
    /*信筒條件-*/
    .postbox-condi1,
    .postbox-condi2 {
        float: left;
        width: 100%;
        margin: 10px 0 0 0;
    }

    .postbox-condi1 label,
    .postbox-condi2 label {
        font-size: 16px;
        color: #03a200;
        font-weight: bold
    }

    .postbox-condi #ps {
        float: left;
        width: 100%;
        border-top: 1px solid #ccc;
        margin: 20px 0 0 0;
        padding: 10px 0 0 0;
    }

    .postbox-condi #ps p {
        float: left;
        width: 100%;
        margin: 0 !important;
        padding: 0;
        font-size: 15px;
    }

    .postbox-condi {
        margin: 18px 0 0 0 !important;
    }

    .postbox-condi h1 {
        float: left;
        width: 100%;
        font-size: 19px;
        color: #333;
        margin: 0 0 5px 0;
    }

    /*信筒條件end-*/
    #pointMainContent #cube2 #tabmeun #sNavi .atmActive a {
        background: url(../images/tag-atm.png) no-repeat center 25px #f69938 !important;
    }

    #pointMainContent #cube2 #tabmeun #sNavi .post a,
    #pointMainContent #cube2 #tabmeun #sNavi .post a:hover {
        background: url(../images/tag-post.png) no-repeat center 25px #41bd3f !important;
    }

    #NearTool #sNavi .icon a:hover {
        background-position: initial;
    }

    #NearTool #sNavi .atm a:hover {
        background-position: initial;
    }

    #NearTool #sNavi .posting a:hover {
        background-position: initial;
    }

    #NearTool #sNavi .post a:hover {
        background-position: initial;
    }

    span.place-sort-chose label {
        margin: 0 15px 0 5px;
    }

    .PointSearch_inputList > li label {
        display: inline-block;
        width: 87%;
        vertical-align: top;
        color: #333333;
    }

    .RWDPointMenu .slick-prev {
        background: url(../images/link-arrow2.png) center center no-repeat;
        left: -13px;
    }

    .RWDPointMenu .slick-next {
        background: url(../images/link-arrow.png) center center no-repeat;
        right: -13px;
    }

    .RWDPointMenu {
        background: #f6f6f6;
        padding: 8px 2%;
        width: 96%;
        display: block;
    }

    #PointMenu {
        display: none;
    }

    p.point-subtitle {
        color: #03a200;
        font-size: 16px;
        font-weight: bold;
    }

    #pointMainContent #cube2 #ListSearchCubeLeft span.ListSearchspan_left {
        line-height: 160%;
        margin: 0 0 10px 0;
        color: #333333;
    }

    #ListSearchCubeLeft .faq-content {
        padding: 0;
        float: left;
        position: relative;
        line-height: 160%;
        width: 100%;
        color: #333333;
        font-size: 16px;
    }

    #pointMainContent #cube2 #ListSearchCubeLeft p {
        margin: 20px 0 6px 0;
        color: #03a200;
        font-weight: bold;
    }

    #cube2 select,
    #cube2 input {
        font-family: 微軟正黑體;
        font-size: 15px !important;
        padding: 4px 1%;
        margin: 0 3px;
        border: 1px solid #ccc;
    }

    div#ListSearchCube {
        float: left;
        width: 100%;
    }

    #pointMainContent #cube2 #tabmeun #sNavi a {
        position: static;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-indent: 0;
        width: 100px !important;
        height: 35px !important;
        margin: 0 auto;
        border-radius: 99em;
        text-align: center;
        color: #fff;
        font-size: 15.5px;
        font-weight: bold;
        padding: 65px 0 0 0;
    }

    #pointMainContent #cube2 #tabmeun #sNavi li.postActive a {
        background: url(../images/tag-post.png) no-repeat center 25px #f69938 !important;
    }

    #pointMainContent #cube2 #tabmeun #sNavi li.atm a {
        background: url(../images/tag-atm.png) no-repeat center 25px #41bd3f !important;
    }

    #pointMainContent #cube2 #tabmeun #sNavi li.posting a {
        background: url(../images/tag-postbox.png) no-repeat center 25px #41bd3f !important;
    }

    #pointMainContent #cube2 #tabmeun #sNavi .postingActive a {
        background: url(../images/tag-postbox.png) no-repeat center 25px #f69938 !important;
    }

    div#ListSearchtitle img {
        display: none;
    }

    div#ListSearchtitle p {
        display: block;
        font-size: 21px;
        font-weight: bold;
    }

    div#ListSearchtitle {
        float: left;
        width: 100%;
    }

    #pointMainContent #cube2 {
        width: 87.4%;
        float: none;
        margin: 0 3.2% 30px 3.2%;
        border-radius: 0;
        padding: 25px 3%;
        background: #ececec;
    }

    #pointMainContent #cube2 #ListSearchCubeLeft span {
        line-height: 180%;
    }

    #pointMainContent #cube2 #ListSearchtitle img {
        float: left;
        top: 0;
        left: 0;
        position: static;
        height: auto;
        width: 160px;
    }

    #pointMainContent #cube2 #tabmeun {
        float: left;
        top: 0;
        left: 10px;
        position: relative;
        height: auto;
        width: 100%;
        margin: 15px 0;
    }

    #pointMainContent #cube2 #tabmeun ul {
        float: left;
        width: 100%;
        text-align: center;
    }

    #pointMainContent #cube2 #tabmeun li {
        display: inline-block;
        width: 100px;
        margin: 0 3%;
        vertical-align: top;
    }

    #pointMainContent #cube2 #tabmeun li.postActive a {
        background: url(../images/tag-post.png) no-repeat #47c75c;
    }

    #pointMainContent #cube2 #ListSearchCubeLeft {
        width: 100%;
        padding-left: 0px;
        float: left;
        margin: 0;
        font-size: 16px;
    }

    #ListSearchCubeLeft .faq-list {
        margin: 0 0 15px 0;
        float: left;
        width: 100%;
    }

    #ListSearchCubeLeft .faq-btn {
        display: block;
        padding: 8px 2%;
        border: 1px solid #eee;
        background: #03a200;
        line-height: 160%;
        position: relative;
        float: left;
        cursor: pointer;
        margin: 0;
        font-size: 15px !important;
        width: 96%;
        color: #FFF;
    }

    #ListSearchCubeLeft .faq-btn h3 {
        font-size: 15.5px !important;
        line-height: inherit !important;
    }

    .faq-list .icon-arrow {
        /*top: 5px;*/
    }

    #pointMainContent #cube2 #mainsearchbottom {
        left: 0px;
        top: 0px;
        position: initial;
        width: 100%;
        clear: left;
        text-align: center;
        margin: 20px 0 0 0;
        display: inline-block;
    }

    #pointMainContent #cube2 #mainsearchbottom input.Submit_2,
    #MainPointContainer #table input.Submit,
    .mapBT input.Submit_2,
    .mapBT input.Submit {
        background: #fff;
        color: #393939;
        font-weight: 600;
        line-height: 35px !important;
        width: 120px;
        border: none;
        cursor: pointer;
        text-decoration: none;
        vertical-align: middle;
        padding: 0;
        margin: 0;
        height: 35px;
    }

    #PointsearchContent {
        width: auto;
        margin: 10px 0px;
    }

    #Pointsearchleft {
        width: auto;
        float: none;
    }

    #BusinessLinksContainer {
        height: 110px;
    }

    #Pointsearchright {
        float: none;
        width: auto;
        padding: 0;
    }

    #NearPost {
        width: 89.4%;
        height: auto;
        padding: 15px 2%;
        margin: 0 3.2%;
        border-radius: 0;
    }

    #NearPost #title {
        top: 10px;
        position: static;
        width: auto;
        font-size: 16px;
        line-height: 160%;
        margin: 0 0 15px 0;
        color: #fff;
    }

    #NearPost img {
        display: block;
        float: none;
        width: 149px;
        margin: 0 0 6px 0;
    }

    #NearTool {
        position: static;
        top: 0px;
        right: 0px;
        padding: 0;
        width: auto;
        height: auto;
    }

    #NearTool #sNavi {
        overflow: hidden;
    }

    #NearTool #sNavi li {
        float: left;
        margin: 0 1% 15px 1%;
        width: 23%;
    }

    #NearTool #sNavi a {
        position: static;
    }

    #NearTool #sNavi .post a {
        position: initial;
        width: 100%;
        height: 66px;
        background-position: center center;
        background: url(../images/rwd-near1.png) no-repeat #fff;
        border-radius: 4px;
    }

    #NearTool #sNavi .atm a {
        position: initial;
        width: 100%;
        height: 66px;
        background-position: center center;
        background: url(../images/rwd-near2.png) no-repeat #fff;
        border-radius: 4px;
    }

    #NearTool #sNavi .posting a {
        position: initial;
        width: 100%;
        height: 66px;
        background-position: center center;
        background: url(../images/rwd-near3.png) no-repeat #fff;
        border-radius: 4px;
    }

    #NearTool #sNavi .icon a {
        position: initial;
        width: 100%;
        height: 66px;
        background-position: center center;
        background: url(../images/rwd-near4.png) no-repeat #fff;
        border-radius: 4px;
    }

    #pageSearch #opensearch .faq-list #mainsearchbottom #next .bt a {
        right: 10px;
    }

    #LocationBTNContainer {
        padding: 0;
        float: left;
        width: 100%;
        margin: 15px 0 0 0;
    }

    #LocationBTNContainer .LocationBTN li a {
        width: 90%;
        margin: 0;
        float: left;
        background: #f1f1f1;
        position: initial;
        padding: 0 5%;
        border: 1px solid #d9d9d9;
        font-size: 18px;
    }

    #LocationBTNContainer .LocationBTN li {
        float: left;
        display: block;
        width: 23%;
        margin: 0 1% 15px 1%;
        position: relative;
    }

    #PagepointbluelineTitle {
        width: auto;
    }

    #pagemain #table td {
        background: #ffffff;
        width: auto !important;
    }

    #pagemain #table .list td {
        background: #F8F8F8;
        min-height: 30px;
    }

    .PointSearch_inputList li {
        width: 100%;
        padding: 8px 0;
    }

    #MainMenuContainer {
        display: none;
    }

    .PointSearch_List > li span {
        margin-left: 0 !important;
    }

    #Table4 tr {
        border-bottom: 0px solid #CCCCCC;
        border-top: 0px solid #CCCCCC;
    }

    #Table4 td {
        border-bottom: 0px;
    }

    #Table4 td:before {
        display: none;
    }

    #table td:before {
        color: #499D04;
    }

    #MainPointContainer {
        float: none;
        padding: 0;
        width: auto;
    }

    .PointMapWrap img {
        width: 100%;
    }

    .PointListStyle_1 li {
        width: 100%;
    }

    .PointListStyle_1 li span {
        width: 66%;
        margin-bottom: 5px;
    }

    .PointListStyle_1 li {
        width: 100%;
    }

    .PointListStyle_1 li.fullWidth span {
        width: auto;
        display: block;
    }

    .point_table_ATM td:before {
        width: 40%;
    }

    .point_table_ATM td {
        padding-left: 45% !important;
    }

    .PointSearch_List > li:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    #MainPointContainer #table {
        padding: 0px;
    }

    #MainPointContainer #table .map {
        width: 100%;
    }

    /*td:nth-of-type(1):before { content: ""; }
	td:nth-of-type(2):before { content: "郵遞區號"; }
	td:nth-of-type(3):before { content: "電話號碼"; }
	td:nth-of-type(4):before { content: "局名"; }
	td:nth-of-type(5):before { content: "局址"; }*/
    #table table,
    #table thead,
    #table tbody,
    #table th,
    #table td,
    #table tr {
        display: block;
    }

    #table thead tr,
    #table th {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #table tr {
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }

    #table td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 35% !important;
        text-align: left !important;
        min-height: 22px;
    }

    #pagemain.w #table td {
        min-height: 36px !important;
        vertical-align: middle;
        line-height: 36px !important;
    }

    #table td:before {
        position: absolute;
        left: 6px;
        padding-right: 10px;
        display: block;
        width: 30%;
    }

    /********全國據點 END********/
    #TabsContainer {
        /*display: none;*/
    }

    .ListStyle_2 dl {
        margin-bottom: 5px;
    }

    .ListStyle_2 dl dt {
        margin-bottom: 3px;
        color: #3c80c5;
        font-weight: 700;
    }

    .ListStyle_2 dl dd a {
        margin-bottom: 3px;
        color: #535353;
        font-weight: 700;
    }

    .ListStyle_2 dl dd a {
        color: #535353;
    }

    .ListStyle_2 dl dd a:hover,
    .ListStyle_2 dl dd a:active {
        color: #3d81c5;
    }

    .ListStyle_2 dl dd a .label {
        display: inline-block;
        vertical-align: middle;
        margin-left: 5px;
    }

    .NewsMoreContainer .NewsMore a {
        margin: 10px 0 0 0;
    }

    #sb-site {
        padding: 50px 0 0;
    }

    .ServiceLinkMenu li {
        width: auto;
        display: block;
    }

    .ServiceLinkMenu li a {
        background: url("../images/IconArrow3.gif") no-repeat scroll 7px 11px rgba(238, 238, 238, 1);
        display: block;
        padding: 5px 10px 5px 20px;
        border-radius: 5px;
    }

    .ServiceLinkMenu li a:hover {
        background: url("../images/IconArrow3_on.gif") no-repeat 7px 11px rgba(238, 238, 238, 1);
    }

    .HeaderImg {
        width: 100%;
    }

    .PublishInfo {
        padding: 0 0 10px 0;
    }

    .PublishInfo ul {
        float: none;
    }

    .PublishInfo ul li {
        float: none;
        padding: 0;
        border: 0px;
    }

    /*
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	thead tr, th { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	tr { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; }
	td { 
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 35% !important;
		text-align: left !important;
		min-height: 22px;
	}
	td:before { 
		position: absolute;
		left: 6px;
		padding-right: 10px; 
		display: block;
	}
	*/
    .NewsListImage .ThumbImg td,
    .NewsHead .Img td,
    #LinksPage .ThumbImg td,
    .NewsImageContainer .Single .IMG td {
        padding-left: 0px !important;
    }

    .NewsListImage .ThumbImg tr,
    .NewsHead .Img tr,
    #LinksPage .ThumbImg tr,
    .NewsImageContainer .Single .IMG tr {
        border: none;
    }

    #LinksPage-2 td:before {
        width: auto;
    }

    #OrganizationStructure-mobile img {
        width: 100%;
    }

    .TableStyle_01 td {
        padding-left: 10px !important;
        width: auto;
    }

    .ThumbImg td,
    .Img td,
    .IMG td {
        text-align: center !important;
        display: table;
    }

    a .ThumbImg div,
    a .ThumbImg a,
    a .Img div,
    a .Img a,
    .IMG a {
        display: table-cell !important;
        vertical-align: middle;
        height: 100%;
    }

    .sb-search .sb_input {
        padding: 5px;
        border: 1px solid #aaa;
        width: 95%;
        margin: 0 0 5px;
        box-shadow: 1px 2px 3px #ccc inset;
        font-size: 18px
    }

    .btn-submit {
        background: #555;
        color: #fff;
        border: 0;
        padding: 6px 0;
        display: block;
        width: 100%;
        font-size: 18px
    }

    .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: 12px 0;
    }

    .searchOptions li {
        position: relative;
        display: inline-block;
        width: 48%;
        vertical-align: top;
    }

    .sb-serviceLinks ul {
        overflow: hidden;
    }

    .sb-serviceLinks li {
        width: 50%;
        float: left;
        text-align: center;
    }

    .sb-serviceLinks li a {
        padding: 5px;
        display: block;
    }

    .sb-serviceLinks i {
        width: 40px;
        height: 40px;
        margin: 0 auto;
        display: block;
        background-size: 40px 40px;
    }

    #toTop {
        z-index: 10;
        bottom: 50px;
    }

    .icon-MailActive {
        background: url(../images/icon-MailActive.svg) no-repeat;
    }

    .icon-Saving {
        background: url(../images/icon-Saving.svg) no-repeat;
    }

    .icon-Insurance {
        background: url(../images/icon-Insurance.svg) no-repeat;
    }

    .icon-Stamp {
        background: url(../images/icon-Stamp.svg) no-repeat;
    }

    .icon-Product {
        background: url(../images/icon-Product.svg) no-repeat;
    }

    .icon-Fund {
        background: url(../images/icon-Fund.svg) no-repeat;
    }

    .icon-SellFund {
        background: url(../images/icon-SellFund.svg) no-repeat;
    }

    .icon-RealEstate {
        background: url(../images/icon-RealEstate.svg) no-repeat;
    }

    /***************************************Responsive*********************************************/
    nav.sb-navbar,
    /*#MainServicesContainer, #News_horizontalTab,*/
    #Point-businessSelect,
    #OrganizationStructure-mobile,
    .mobile-select-menu {
        display: block;
    }

    /***************************************Responsive end*********************************************/
    .acc-key {
        display: none;
    }

    .mobile-select-menu {
        padding: 10px 0 0 0;
        width: 95%;
        margin: 0 auto;
    }

    .mainnav_list_wrap {
        display: none;
    }

    /*首頁*/
    #MainAd a img {
        height: auto;
        width: 100%;
    }

    #MainServiceContainer {
        /*position: absolute; left: -999999px;*/
        display: none;
        width: 95%;
        margin: 20px auto;
        padding: 20px;
        border-top: 1px solid #e5e5e5;
    }

    .ServiceLinkContainerWrap {
        width: 100%;
    }

    .ServiceLinkContainerWrap .ServiceLinkContainer:first-child {}

    .ServiceLinkContainerWrap .ServiceLinkContainer {
        width: 22%;
        margin-left: 14px;
    }

    .liquid-slider .panel {
        width: 100%;
    }

    .ServiceLinkMenuMore table {
        width: 100%;
    }

    .ServiceLinkMenuMore select {
        width: 100%;
    }

    .ServiceLinkHeader > img {
        width: 100%;
    }

    .ServiceLinkHeader {
        width: auto;
        height: auto;
    }

    .news_tabs_wrap ul.tabs {
        border: 1px solid #5596d3;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .news_tabs_wrap ul.tabs li {
        margin: 0px;
        width: 15.666667%;
    }

    .news_tabs_wrap ul.tabs li:last-child {
        width: 21.666667%;
    }

    .news_tabs_wrap ul.tabs a {
        text-align: center;
        padding: 6px 1px;
        border-right: 1px solid #1d79cd;
        border-left: 1px solid #5596d3;
        color: #FFF;
        background: -moz-linear-gradient(top, #3f9df6 0%, #3085d4 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3f9df6), color-stop(100%, #3085d4));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #3f9df6 0%, #3085d4 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #3f9df6 0%, #3085d4 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #3f9df6 0%, #3085d4 100%);
        /* IE10+ */
        background: linear-gradient(to bottom, #3f9df6 0%, #3085d4 100%);
        /* W3C */
    }

    .news_tabs_wrap ul.tabs li:first-child a {
        -webkit-border-top-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        border-top-left-radius: 5px;
    }

    .news_tabs_wrap ul.tabs li:last-child a {
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topright: 5px;
        border-top-right-radius: 5px;
    }

    .news_tabs_wrap ul.tabs a:hover {
        background: -moz-linear-gradient(top, #56aafb 0%, #3b8edc 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #56aafb), color-stop(100%, #3b8edc));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #56aafb 0%, #3b8edc 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #56aafb 0%, #3b8edc 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #56aafb 0%, #3b8edc 100%);
        /* IE10+ */
        background: linear-gradient(to bottom, #56aafb 0%, #3b8edc 100%);
        /* W3C */
        top: 0px;
        color: #ffffff;
    }

    .news_tabs_wrap ul.tabs a.current,
    .news_tabs_wrap ul.tabs a.current:hover,
    .news_tabs_wrap ul.tabs li.current a {
        top: 0px;
        color: #ffffff;
        background: -moz-linear-gradient(top, #126abd 0%, #1874ca 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #126abd), color-stop(100%, #1874ca));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #126abd 0%, #1874ca 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #126abd 0%, #1874ca 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #126abd 0%, #1874ca 100%);
        /* IE10+ */
        background: linear-gradient(to bottom, #126abd 0%, #1874ca 100%);
        /* W3C */
    }

    .news_tabs_wrap {
        height: auto;
    }

    .news_tabs_wrap .pane {
        background: #fbfbfb;
        padding: 20px;
        -webkit-border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        -webkit-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.6);
        -moz-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.6);
        box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.6);
    }

    #NewsContainer .pane .container {
        height: auto;
        width: auto;
    }

    #NewsContainer .pane .container .content dl dd a {
        color: #535353
    }

    #NewsContainer .pane .container .content dl dd a:hover,
    #NewsContainer .pane .container .content dl dd a:active {
        color: #1570c5
    }

    .NewsMoreContainer .NewsMore a {
        background: #5094d3 url(../images/NewsMore_Icon.gif) no-repeat 5px 7px;
        color: #ffffff;
        -webkit-border-radius: 2px;
        border-radius: 2px;
    }

    .NewsMoreContainer .NewsMore a:hover {
        background: #ffffff url(../images/NewsMore_Icon.gif) no-repeat -4px 7px;
        color: #5094d3;
    }

    #RelatedLinks .bx-wrapper {
        width: 80%;
    }

    #RelatedLinks .bx-wrapper .bx-pager,
    #RelatedLinks .bx-wrapper .bx-controls-auto {
        top: -37px;
        width: 100%;
        right: 0px;
    }

    /*首頁 end*/
    /*首頁重拆*/
    .MainContent-index {
        width: 100%;
        overflow: hidden;
        padding-top: 0
    }

    .MainContent-index > .wrap .left-index .left-index-bg {
        display: none;
    }

    .MainContent-index > .wrap .left-index,
    .MainContent-index > .wrap .right-index {
        width: 100%;
        float: none;
    }

    .notice-btn {
        bottom: 46px;
        left: 5%;
    }

    #ServiceLinks_index_Container,
    #RelatedLinksContainer {
        background: none
    }

    #ServiceLinks_index_Container .ServiceLinks_index {
        overflow: hidden;
        padding: 25px;
        width: 450px;
        margin: 0 auto;
    }

    .ServiceLinks_index > .wrap {
        float: left;
        border-bottom: none;
        padding: 0;
    }

    .ServiceLinks_index li {
        border: none;
    }

    .ServiceLinks_index li a {
        padding: 0 15px;
    }

    /*首頁重拆 end*/
    #FooterContainer {
        border-top: none;
    }

    #sb-site {
        min-height: 500px !important;
    }

    .sb-slidebar a {
        font-size: 18px;
    }
}

@media (max-width: 768px) {

    /*#Logo_rwd {
		left: 285px;
	}
	nav #Logo a.Logo_link {
		left: 285px;
	}*/
    #SiteMapContainer .SiteMap_Section ul.SiteMapList {
        width: 23%;
    }

    /*首頁*/
    .ServiceLinkContainerWrap .ServiceLinkContainer {
        margin-left: 13px;
    }

    /*首頁 end*/
    .sharered {
        float: left
    }

    #Main #Section_2 #ShareNav a.postlist {
        margin-left: 5px
    }
}

@media (max-width: 750px) {

    /*-臨時郵局-*/
    .posttemp-input {
        width: 100%;
        margin: 13px 0 0 0 !important;
        text-align: center;
    }

    .posttemp-input input {
        display: inline-block;
    }
}

@media (max-width: 695px) {

    /*-進階搜尋-*/
    #pageSearch #opensearch .adv-search-content .TabsContainer ul.tabs li {
        float: left;
        text-indent: 0;
        padding: 1px;
        margin: 0 !important;
        list-style-image: none !important;
        width: 32.8%;
    }
}

@media (max-width: 675px) {

    /*-臨時郵局-*/
    .posttemp-sear1 {
        float: left;
        width: 100%;
        margin: 0 0 15px 0;
    }

    .goto-rwd {
        color: #333;
        float: left;
        width: 25px;
        display: block;
        line-height: 30px;
        font-size: 16px;
    }

    .goto {
        display: none;
    }

    .posttemp-label {
        font-size: 16px;
        color: #03a200;
        margin: 0 0 5px 0;
    }
}

@media (max-width: 610px) {

    /*-進階搜尋-*/
    li.cross-businesssort #MainMenuContainer {
        display: inline-block;
        width: 70%;
    }
}

@media (max-width: 530px) {

    /*-國內快捷收寄局(含代辦所)-*/
    #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;
    }
}

@media (max-width: 510px) {

    /*-進階搜尋-*/
    li.cross-businesssort #MainMenuContainer {
        display: inline-block;
        width: 66%;
    }
}

@media (max-width: 483px) {

    /*-進階查詢-*/
    #pageSearch #opensearch .adv-search-content .TabsContainer ul.tabs li.long {
        width: 66%;
    }
}

@media (max-width: 479px) {

    input[type="checkbox"],
    input[type="radio"] {
        border: 1px solid #ccc;
    }

    .Padin20 {
        padding: 10px;
    }

    /*文章列表006-連結*/
    .ContentBoxContainer .ContentBox_md .GraphicImg {
        display: none;
    }

    .ContentBoxContainer .ContentBox_md .LinksContainer {
        width: 100%;
    }

    .ContentBoxContainer .ContentBox_md .LinksContainer .List_BTN_Style3 {
        width: 100% !important;
    }

    /*文章列表006-連結 end*/
    #Header_VersionContainer {
        left: 5px;
    }

    #ServiceLinksContainer {
        display: none;
    }

    /*
	#Mobilemenu-mainService {
		display: block;
	}
	#Mobilemenu-mainService select {
		width: 237px;
		padding: 3px;
		border: 1px solid #dcdcdc;
		border-radius: 3px;
		color: #038c00;
		background: #ffffff;
	}
	*/
    #slides {
        display: none;
    }

    #TabsContainer ul.TabsMenu li {
        width: 9%;
        text-align: center;
        font-size: 12px;
    }

    #TabsContainer ul.TabsMenu li#TabsOthers {
        /*width: 17%;*/
    }

    #slides2 .next {
        left: auto;
        right: 20px;
    }

    .jcarousel-skin-tango .jcarousel-clip-horizontal {
        width: auto;
    }

    #Footer .FooterSec_1Container .Sec_2 li {
        margin-left: 0px;
    }

    .jcarousel-skin-tango .jcarousel-item-horizontal {
        margin-right: 5px;
    }

    .jcarousel-skin-tango .jcarousel-container-horizontal {
        padding: 0px 28px;
    }

    .jcarousel-skin-tango .jcarousel-item {
        width: 127px;
        height: 36px;
    }

    .jcarousel-skin-tango .jcarousel-item a img {
        width: 127px;
    }

    .BannerItem_1 {
        /*height: 53px;*/
    }

    .jcarousel-skin-tango .jcarousel-prev-horizontal,
    .jcarousel-skin-tango .jcarousel-next-horizontal {
        top: 4px;
    }

    #Post_NavContainer .Prev,
    #Post_NavContainer .Next {
        width: auto;
    }

    #ContentsContainer #FileDownloadContainer .FileDownBox .FileDown .Info {
        width: 76%;
    }

    .TableStyle_02 th,
    .TableStyle_02 td {
        padding: 5px;
    }

    .topNews-slider {
        /*display: none;*/
    }

    #NewsInnerContainer .FloatRightImg,
    #NewsInnerContainer .FloatLeftImg {
        float: none;
    }

    .NewsImageContainer {
        width: auto;
    }

    .NewsImageContainer .Single {
        display: block;
        margin: 0 auto 10px;
    }

    .NewsHeadContainer .NewsHeadS {
        width: 100%;
        margin-bottom: 10px;
    }

    #OrganizationStructure {
        display: none;
    }

    #SocialMediaContainer {
        display: none;
    }

    #HeaderNav_Nav a {
        margin: 0px 3px;
        font-size: 0.7em;
    }

    #toTop {
        right: 10px;
    }

    #RelatedLinksContainer {
        min-height: 115px;
        border: 0;
    }

    #ContentsContainer .ImgFloLeft {
        float: none;
    }

    #ContentsContainer .ImgFloLeft img {
        width: 100%
    }

    .NewsListImage li a {
        padding: 15px 5px;
    }

    .NewsListImage li a .ThumbImg {
        position: relative;
        top: 0;
        margin-bottom: 10px;
    }

    .NewsListImage li a p.Thumbs {
        margin: 0px !important;
    }

    .faq-btn,
    .faq-content {
        width: 75%;
    }

    #ContentsContainer #Contents {
        overflow-x: hidden;
        overflow-y: hidden;
    }

    .ConditionSearchContainer select,
    .ConditionSearchContainer input {
        margin-bottom: 5px;
    }

    .ConditionSearchContainer_2 .FloatRight {
        float: none;
    }

    .ConditionSearchContainer_2 select,
    .ConditionSearchContainer_2 input {
        display: inline-block;
    }

    .point_table_ATM td:before {
        width: 40%;
    }

    .point_table_ATM td {
        padding-left: 50% !important;
    }

    #SiteMapContainer .SiteMap_Section ul.SiteMapList {
        width: 37%;
    }

    /*營業據點*/
    #pageSearch #opensearch .faq-content .TabsContainer ul.tabs li,
    #pageSearch #opensearch .faq-content .TabsContainer ul.tabs li.long {
        width: 99%;
    }

    #opensearch .faq-content .TabsContainer ul.tabs a {
        height: auto;
        line-height: 100%;
        padding: 5px 10px 5px 25px;
        background: url(../images/point/icon-questions_off.gif) no-repeat 0px 2px #d6d6d6;
    }

    #opensearch .faq-content .TabsContainer ul.tabs a:hover,
    #pageSearch #opensearch .faq-content .TabsContainer ul.tabs a.current,
    #pageSearch #opensearch .faq-content .TabsContainer ul.tabs a.current:hover,
    #pageSearch #opensearch .faq-content .TabsContainer ul.tabs li.current a {
        background: url(../images/point/icon-questions.gif) no-repeat 0px 2px #EEE;
    }

    .agency table td:nth-of-type(8),
    .agency table td:nth-of-type(9) {
        height: 30px;
    }

    /*營業據點 end*/
    /*首頁*/
    #MainServiceContainer {
        width: auto;
    }

    .ServiceLinkContainerWrap .ServiceLinkContainer {
        margin: 0 0 15px 0;
        padding: 0px 10px;
        width: 43%;
        border: 0;
    }

    .ServiceLinkContainerWrap .ServiceLinkContainer:first-child {
        margin: 0;
        padding: 0px 10px;
    }

    #MainServiceContainer .DirectLink_1 {
        margin: 0 0 15px;
    }

    .news_tabs_wrap ul.tabs li {
        width: 14%;
    }

    .news_tabs_wrap ul.tabs li:last-child {
        width: 30%;
    }

    #SmallBanner .bx-wrapper {
        width: 77%;
    }

    #RelatedLinks .bx-wrapper {
        width: 191px
    }

    #Eightinner li {
        width: 25%;
    }

    /*首頁 end*/
    /*首頁重拆*/
    #ServiceLinks_index_Container .ServiceLinks_index {
        width: auto;
        padding: 0;
    }

    .ServiceLinks_index > .wrap {
        padding: 25px 15px;
        border-bottom: 1px dashed #dadada;
        float: none;
    }

    .ServiceLinks_index li {
        border-left: 1px solid #e3e3e3;
    }

    .ServiceLinks_index li a {
        padding: 0;
        display: block;
        width: 110px
    }

    .ServiceLinks_index li a img {
        width: 100%
    }

    .notice-btn {
        left: 6%;
    }

    /*首頁重拆 end*/
    .NoResult {
        width: 90%;
    }

    .NoResult img {
        width: 100%;
    }

    .ConditionSearchContainer .FloatLeft,
    .ConditionSearchContainer .FloatRight {
        float: none;
    }

    .BackToPrev a {
        margin-top: 0px;
    }

    #ContentsContainer #FileDownloadContainer .FileDownBox .FileDown .Info .FileName a {
        display: block;
        width: 82%
    }

    #MainAdSmallOverView li {
        margin: 0 2px 27px 0;
        width: 90%
    }

    #MainAdSmallOverView li a {
        width: 100%;
        display: block
    }

    #MainAdSmallOverView li a .IMG img,
    #MainAdOverView li .IMG {
        width: 100%
    }

    .BTN_List_Style02 .BTN_List a {
        width: 75%
    }
}

@media (max-width: 433px) {

    /*-進階搜尋-*/
    li.cross-businesssort #MainMenuContainer {
        display: inline-block;
        width: 63%;
    }
}



@media (max-width: 422px) {

    /*-進階查詢-*/
    #pageSearch #opensearch .adv-search-content .TabsContainer ul.tabs li {
        width: 49%;
    }

    #pageSearch #opensearch .adv-search-content .TabsContainer ul.tabs li.cross-sear,
    #pageSearch #opensearch .adv-search-content .TabsContainer ul.tabs li.long {
        width: 98.5%;
    }

}


@media (max-width: 400px) {

    /*-進階搜尋-*/
    li.cross-businesssort .megamenu2_fullwidth {
        margin: 0 !important;
        width: 95.5% !important;
        border: solid 1px #03a200;
        padding: 10px 2%;
        top: 41px;
    }

    span.drop.cross-businesssort-select {
        position: initial !important;
        float: left;
        background: #03a200;
        color: #fff !important;
        padding: 5px 2% !important;
        margin: 3px 0 0 0 !important;
        width: 96% !important;
        text-align: center;
    }

    li.cross-businesssort #MainMenuContainer {
        display: inline-block;
        width: 100%;
    }

    /*-footer-*/
    #Footer .FooterSec_1Container .Sec_1 .Location {
        margin: 0 0 6px 0;
        padding: 3px 2%;
        background: #ffffff;
        border: 1px solid #dcdcdc;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        width: 96%;
        float: left;
    }

    #Footer .FooterSec_1Container .Sec_2 li {
        width: 33%;
        margin: 6px auto;
    }

    #Footer .FooterSec_1Container .Sec_2 {
        padding: 0;
        width: 100%;
        background: none;
        border: 0;
    }

    #Footer .FooterSec_1Container .Sec_2 li {
        width: 100%;
        margin: 0 0 1px 0;
        background: #fff;
        padding: 8px 0;
    }

    #Footer .FooterSec_1Container .Sec_2 ul {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }

    #Footer .FooterSec_1Container {
        margin: 5px 0 10px 0;
        padding-bottom: 0;
        border: 0;
    }

    #Footer .FooterSec_1Container .Sec_2 .web20 {
        padding-right: 0;
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center;
        font-size: 16px;
        background: #fff;
        margin: 0 0 1px 0;
    }

    /*-國內快捷收寄局(含代辦所)-*/
    #LocationBTNContainer .LocationBTN li {
        width: 46%;
    }

    .ConditionSearchContainer.postaddr .GreenBold {
        color: #038c00;
        font-weight: 700;
        font-size: 16px !important;
        width: 100%;
        float: left;
        line-height: initial;
        margin: 0 0 5px 0;
    }

    .ConditionSearchContainer.postaddr select,
    .ConditionSearchContainer.postaddr input {
        margin: 0;
        padding: 6px 1% !important;
    }

    .postaddr-sear1 select {
        width: 49%;
    }

    .postaddr-sear2 select {
        min-width: 99% !important;
        width: 99% !important;
        background: url(../images/rwd_select_att.png) 96.5% center no-repeat #fff;
    }

    .ConditionSearchContainer.postaddr .postaddr-sear3 input {
        width: 97%;
    }

    .ConditionSearchContainer.postaddr .postaddr-sear4 input[type="text"] {
        width: 72%;
    }

    .postaddr-sear1,
    .postaddr-sear2,
    .postaddr-sear3,
    .postaddr-sear4 {
        padding: 7px 2%;
    }
}

@media (max-width: 375px) {
    .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;*/
    }

    /*-自助郵局-*/
    .citytable #table td:before {
        position: absolute;
        left: 10px;
        padding-right: 0;
        display: block;
        width: 100px;
    }

    #pageSearch select {
        width: 85px;
    }

    #pageSearch #pageSearchBT #sNavi input.Submit {
        width: 65px;
    }

    /*-國內快捷收寄局(含代辦所)-*/
    .ConditionSearchContainer.postaddr .postaddr-sear4 input[type="text"] {
        width: 70%;
    }
}

@media (max-width: 360px) {

    /*#Logo_rwd {
		left: 80px;
	}
	nav #Logo a.Logo_link {
		left: 80px;
	}*/
    #SiteMapContainer .SiteMap_Section ul.SiteMapList {
        width: 80%;
    }

    /*-臨時郵局-*/
    .posttemp-input {
        width: 100%;
        margin: 6px 0 0 0 !important;
        text-align: center;
    }

    .goto-rwd {
        color: #333;
        float: left;
        width: 100%;
        display: block;
        line-height: initial;
        font-size: 16px;
        margin: 8px 0 0 0;
        text-align: center;
    }

    .posttemp-sear1 {
        float: left;
        width: 100%;
        margin: 0 0 8px 0;
    }
}

@media (max-width: 348px) {

    /*-國內快捷收寄局(含代辦所)-*/
    .ConditionSearchContainer.postaddr .postaddr-sear4 input[type="text"] {
        width: 68%;
    }
}

@media (max-width: 330px) {
    .NewsImageContainer .Single {
        width: 94%;
        margin: 5px 3%;
    }

    .rwdbiz ul li a {
        font-size: 0.85rem;
    }

    /*--*/
    #one-page-cont .PointListStyle_1 li span {
        width: 62%;
        margin-bottom: 0;
        font-size: 16px;
        padding: 5px 0;
    }
}

@media (max-device-width: 324px) {

    /*-國內快捷收寄局(含代辦所)-*/
    .ConditionSearchContainer.postaddr .postaddr-sear4 input[type="text"] {
        width: 67%;
    }
}

@media (max-device-width: 320px) {

    /*#Logo_rwd {
		left: 60px;
	}
	nav #Logo a.Logo_link {
		left: 60px;
	}*/
    .faq-btn,
    .faq-content {
        width: 73%;
    }

    /*首頁*/
    .ServiceLinkContainerWrap .ServiceLinkContainer {
        margin: 0 0 15px 0;
        padding: 0px 8px;
        width: 44%;
        border: 0;
    }

    .ServiceLinkContainerWrap .ServiceLinkContainer:first-child {
        margin: 0;
        padding: 0px 8px;
    }

    .ServiceLinkHeader p {
        width: auto;
    }

    /*首頁 end*/
}


/*置頂圖片輪播*/

@media (max-width: 800px) {
    .photosgallery-vertical {
        width: 100%;
    }

    .photosgallery-vertical .sliderkit-nav {
        width: 290px;
    }

    .photosgallery-vertical .sliderkit-nav-clip ul li a {
        width: 270px;
    }

    .photosgallery-vertical .sliderkit-panel {
        width: 494px;
    }

    .table-cell {
        width: 494px;
    }

    .photosgallery-vertical .sliderkit-panel .sliderkit-panel-textbox {
        width: 494px;
    }

    .topNews-slider .sliderkit img {
        max-width: 494px;
    }

    .photosgallery-vertical .sliderkit-panel .sliderkit-panel-text p {
        line-height: 120% !important;
        padding: 0;
    }

    /*-營首頁-*/
    #Header_2Container_index {
        display: none;
    }
}

@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: 665px) {

    /*-營首頁-*/
    #pointMainContent #cube #mapleft #bottom #map .Emap a {
        background: url(../images/map-btn1.png) no-repeat 24% center #f6f6f6 !important;
    }

    #pointMainContent #cube #mapleft #bottom #map .nationwide a {
        background: url(../images/map-btn2.png) no-repeat 17% center #f6f6f6 !important;
    }
}

@media (max-width: 620px) {

    /*-營首頁-*/
    #pointMainContent #cube #mapleft #bottom #map .Emap a {
        background: url(../images/map-btn1.png) no-repeat 21% center #f6f6f6 !important;
    }

    #pointMainContent #cube #mapleft #bottom #map .nationwide a {
        background: url(../images/map-btn2.png) no-repeat 13% center #f6f6f6 !important;
    }
}

@media (max-width: 550px) {

    /*-營首頁-*/
    #pointMainContent #cube #mapleft #bottom #map .Emap a {
        background: url(../images/map-btn1.png) no-repeat 17% center #f6f6f6 !important;
    }

    #pointMainContent #cube #mapleft #bottom #map .nationwide a {
        background: url(../images/map-btn2.png) no-repeat 9% center #f6f6f6 !important;
    }

    #NearTool #sNavi li {
        float: left;
        margin: 0 1.5% 15px 1.5%;
        width: 47%;
    }
}

@media (max-width: 560px) {
    .agency-sear-select {
        width: 100% !important;
        background: url(../images/rwd_select_att.png) 96% center no-repeat #fff !important;
        padding: 5px 2% !important;
    }

    .agency-sear2 label {
        font-size: 16px;
        color: #03a200;
        line-height: initial;
        margin: 0 0 7px 0;
        float: left;
    }

    label.postatm-point-label {
        line-height: 32px;
        margin: 0;
    }

    label.post-jurisdiction {
        margin: 0;
        line-height: 32px;
    }
}

@media (max-width: 510px) {

    /*-營首頁-*/
    #pointMainContent #cube #mapleft #bottom #map .Emap a {
        background: url(../images/map-btn1.png) no-repeat 15% center #f6f6f6 !important;
    }

    #pointMainContent #cube #mapleft #bottom #map .nationwide a {
        background: url(../images/map-btn2.png) no-repeat 7% center #f6f6f6 !important;
    }

    /*-改隸名稱對照表-*/
    #postchange-rwd table th {
        width: 22%;
        font-weight: bold;
        padding: 12px 12px;
    }

    #postchange-rwd table td {
        float: left;
        text-align: left;
        font-size: 16px;
        padding: 12px 1%;
        width: 62%;
    }
}

@media (max-width: 490px) {

    /*-營首頁-*/
    #cube #bottom ul li {
        display: inline-block;
        width: 48%;
        margin: 0 0.5%;
    }
}

@media (max-width: 480px) {

    a.WebPhone_icon,
    .footer-line {
        display: none !important;
    }

    .Accessibility-detail {
        font-size: 15px;
    }

    /*-信筒(箱)設置地點查詢(特色郵筒)單獨頁-*/
    #one-page-cont div#MapLayer {
        /*overflow-x: auto !important;*/
    }

    /*-首頁搜尋單獨頁-*/
    #sear-page #OpenpageContent {
        width: 94%;
        margin: 0;
        display: inline-block;
        padding: 25px 3%;
    }

    /*-國內快捷收寄局(含代辦所)-*/
    table.TableStyle_02.rwd-postaddresault {
        width: 99%;

    }

    table.TableStyle_02.rwd-postaddresault th {
        width: 20%;
    }

    table.TableStyle_02.rwd-postaddresault td {
        width: 72%;
        float: left;
        border: 0;
        padding: 8px 2%;
    }

    /*-自助郵局-*/
    .citytable #table td:before {
        font-weight: normal;
    }

    /*-basic-*/
    .BackToPrev a {
        display: inline-block;
        padding: 8px 18px 8px 38px;
        height: 22px;
        line-height: 22px;
        background: url(../images/BackToPrev.png) no-repeat 8px center;
        font-size: 15px;
        font-weight: 700;
        color: #535353;
        margin: 0 8px 15px 0;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

    .pagination_1 a {
        font-size: 15px !important;
    }

    .pagination a,
    .pagination_1 a,
    .Pointpagination a {
        margin: 5px 5px 15px 5px;
        display: inline-block;
    }

    #Main #Section_2 #Breadcrumbs {
        width: 100%;
        margin-bottom: 10px;
    }

    #Main #Section_2 #ShareNav {
        float: left;
        font-size: 14.5px;
        margin: 0;
        color: #7b7b7b;
        background: url(../images/refresh-time.png) no-repeat left center;
        padding-left: 15px;
    }

    #Main h1,
    #Main h1 .CurrentTitle {
        font-size: 25px;
    }

    /*-營首頁-*/
    div#ListSearchtitle p {
        display: block;
        font-size: 18px;
        font-weight: bold;
        margin: 0 0 8px 0;
    }

    #pointMainContent #cube #mapleft #bottom #map a {
        padding: 8px 0 !important;
    }

    #pointMainContent #cube #mapleft #bottom #map .Emap a,
    #pointMainContent #cube #mapleft #bottom #map .nationwide a {
        background: #03a200 !important;
        color: #fff !important;
        padding: 4x 0 !important;
        font-size: 16px;
        font-weight: normal;
    }

    #pointMainContent #cube {
        padding: 0 3% 86px 3%;
    }

    .RWDPointMenu {
        background: #f6f6f6;
        padding: 8px 4%;
        width: 92%;
        display: block;
    }

    /*-信筒(箱)設置地點查詢(特色郵筒)-*/
    .agency-sear2 label.spmail-label {
        line-height: 32px;
        margin: 0;
    }
}

@media (max-width: 450px) {

    /*-臨時郵局-*/
    .post-temp #table td {
        padding-left: 40% !important;
    }
}

@media (max-width: 430px) {

    /*-營首頁-*/
    #pointMainContent #cube2 #tabmeun #sNavi a {
        position: initial;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-indent: 0;
        width: 90px !important;
        height: 33px !important;
        margin: 0 auto;
        border-radius: 99em;
        text-align: center;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        padding: 57px 0 0 0;
    }

    #pointMainContent #cube2 #tabmeun li {
        display: inline-block;
        width: 90px;
        margin: 0 2.5%;
        vertical-align: top;
    }

    #pointMainContent #cube2 #tabmeun #sNavi .post a,
    #pointMainContent #cube2 #tabmeun #sNavi .post a:hover {
        background: url(../images/tag-post.png) no-repeat center 17px #41bd3f !important;
    }

    #pointMainContent #cube2 #tabmeun #sNavi li.postActive a {
        background: url(../images/tag-post.png) no-repeat center 17px #f69938 !important;
    }

    #pointMainContent #cube2 #tabmeun #sNavi li.atm a {
        background: url(../images/tag-atm.png) no-repeat center 17px #41bd3f !important;
    }

    #pointMainContent #cube2 #tabmeun #sNavi li.posting a {
        background: url(../images/tag-postbox.png) no-repeat center 17px #41bd3f !important;
    }

    #pointMainContent #cube2 #tabmeun #sNavi .atmActive a {
        background: url(../images/tag-atm.png) no-repeat center 17px #f69938 !important;
    }

    #pointMainContent #cube2 #tabmeun #sNavi .postingActive a {
        background: url(../images/tag-postbox.png) no-repeat center 17px #f69938 !important;
    }

    /*-郵政代辦所-*/
    #pageSearch .agency-sear1 .span2 {
        padding: 0;
        width: 100%;
        float: left;
        margin: 13px 0 0 0;
    }

    #pageSearch .agency-sear1 .span1 {
        padding: 0;
        width: 100%;
        float: left;
    }

    .agency-sear1,
    .agency-sear2 {
        float: left;
        width: 93%;
        margin: 0 0 1px 0;
        background: #f4f4f4;
        padding: 10px 3.5%;
    }
}

@media (max-width: 420px) {

    /*-營首頁-信筒條件-*/
    .postbox-condi1 .span1,
    .postbox-condi1 .span2 {
        float: left;
        width: 100%;
        margin: 0 !important;
    }

    .postbox-condi1 .span1 {
        margin: 0 0 10px 0 !important;
    }
}

@media (max-width: 409px) {

    /*-營首頁-*/
    #pointMainContent #cube2 #ListSearchCubeLeft span {
        line-height: 180%;
        width: 100%;
        float: left;
        margin: 0 0 10px 0;
    }

    #pointMainContent #cube2 #ListSearchCubeLeft p {
        margin: 10px 0 6px 0;
        color: #03a200;
        font-weight: bold;
        float: left;
        width: 100%;
    }

    #cube2 select.select {
        min-width: 95px;
    }
}

@media (max-width: 400px) {

    /*-改隸名稱對照表-*/
    #postchange-rwd table th {
        width: 27%;
        font-weight: bold;
        padding: 12px 8px;
    }

    /*-營首頁-*/
    #pointMainContent #cube2 #ListSearchCubeLeft span {
        line-height: 180%;
        width: 100%;
        float: left;
        margin: 0 0 10px 0;
    }

    #pointMainContent #cube2 #ListSearchCubeLeft p {
        margin: 10px 0 6px 0;
        color: #03a200;
        font-weight: bold;
        float: left;
        width: 100%;
    }

    #cube2 select.select {
        min-width: 95px;
    }

    #pointbluelineTitle {
        position: relative;
        border-bottom: 0;
        background: url(../images/rwd-title-icon.jpg) no-repeat center top;
        padding: 76px 0 0 0;
        margin: 18px auto;
        width: 900px;
        text-align: center;
        width: 100%;
    }

    #pointbluelineTitle h3 {
        color: #333333;
        line-height: initial;
        font-size: 21px;
    }
}

@media (max-width: 385px) {

    /*-郵政代辦所-*/
    .citytable.pagency #pagemain #table td {
        background: #ffffff;
        width: auto !important;
        min-height: 30px !important;
        padding-left: 35% !important;
    }

    /*-首頁單獨查詢頁-*/
    #sear-page select {
        font-size: 15px;
        padding: 5px 1%;
        width: 110px;
        font-family: 微軟正黑體;
    }

    #sear-page label {
        font-size: 16px;
        margin-right: 4px;
        width: 70px;
        float: left;
    }

    #sear-page .span1 {
        float: left;
        width: 100%;
        margin: 0 0 14px 0;
    }

    #sear-page .span2 {
        float: left;
        width: 100%;
    }
}

@media (max-width: 380px) {

    /*-郵政代辦所-*/
    table.TableStyle_02.rwd-postaddresault th {
        width: 24%;
    }

    table.TableStyle_02.rwd-postaddresault td {
        width: 68%;
    }
}

@media (max-width: 375px) {

    /*-營首頁-*/
    #pointMainContent #cube2 #tabmeun #sNavi .post a,
    #pointMainContent #cube2 #tabmeun #sNavi .post a:hover {
        background: url(../images/tag-post.png) no-repeat center 17px #41bd3f !important;
        background-size: 37px !important;
    }

    #pointMainContent #cube2 #tabmeun #sNavi li.postActive a {
        background: url(../images/tag-post.png) no-repeat center 17px #f69938 !important;
        background-size: 37px !important;
    }

    #pointMainContent #cube2 #tabmeun #sNavi li.atm a {
        background: url(../images/tag-atm.png) no-repeat center 17px #41bd3f !important;
        background-size: 30px !important;
    }

    #pointMainContent #cube2 #tabmeun #sNavi li.posting a {
        background: url(../images/tag-postbox.png) no-repeat center 17px #41bd3f !important;
        background-size: 32px !important;
    }

    #pointMainContent #cube2 #tabmeun #sNavi .atmActive a {
        background: url(../images/tag-atm.png) no-repeat center 17px #f69938 !important;
        background-size: 30px !important;
    }

    #pointMainContent #cube2 #tabmeun #sNavi .postingActive a {
        background: url(../images/tag-postbox.png) no-repeat center 17px #f69938 !important;
        background-size: 32px !important;
    }

    #pointMainContent #cube2 #tabmeun #sNavi a {
        position: initial;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-indent: 0;
        width: 85px !important;
        height: 31px !important;
        margin: 0 auto;
        border-radius: 99em;
        text-align: center;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        padding: 54px 0 0 0;
    }

    #pointMainContent #cube2 #tabmeun li {
        display: inline-block;
        width: 90px;
        margin: 0 1.5%;
        vertical-align: top;
    }

    #pointMainContent #cube2 {
        width: 89.4%;
        float: none;
        margin: 0 3.2% 30px 3.2%;
        border-radius: 0;
        padding: 25px 2%;
        background: #ececec;
    }

    /*-臨時郵局-*/
    .citytable .post-temp #table td:before {
        width: 112px;
    }
}

@media (max-device-width: 360px) {
    .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;
    }

    /*-郵政代辦所-*/
    .citytable.pagency #table td:before {
        width: 35%;
    }

    .citytable.pagency #pagemain #table td {
        padding-left: 43% !important;
    }
}

@media (max-device-width: 355px) {

    /*-臨時郵局-*/
    .post-temp #table td {
        padding-left: 45% !important;
    }
}

@media (max-device-width: 345px) {

    /*-自助郵局-*/
    .Blue.self-post-sear select {
        width: 98%;
    }

    #pageSearch span {
        margin: 0 0 8px 0;
        float: left;
        position: relative;
        font-size: 16px !important;
        color: #03a200;
        width: 100%;
    }

    #pageSearch span.self-post-sear-title {
        margin: 0;
        float: left;
        width: 100%;
        margin: 0 0 4px 0;
    }

    .Blue.self-post-sear select {
        width: 75% !important;
        background: url(../images/rwd_select_att.png) 96% center no-repeat #fff !important;
    }

    #pagemain strong {
        margin: 24px 0 12px 0;
    }
}

@media (max-device-width: 340px) {

    /*-營首頁-*/
    #pointMainContent #cube2 #tabmeun #sNavi a {
        position: initial;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-indent: 0;
        width: 80px !important;
        height: 28px !important;
        margin: 0 auto;
        border-radius: 99em;
        text-align: center;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        padding: 52px 0 0 0;
    }

    #pointMainContent #cube2 #tabmeun li {
        display: inline-block;
        width: 90px;
        margin: 0 1%;
        vertical-align: top;
    }

    /*-改隸名稱對照表-*/
    #postchange-rwd table th {
        width: 30%;
        font-weight: bold;
        padding: 12px 8px;
    }
}

@media (max-device-width: 331px) {

    /*-營首頁-*/
    .Blue.self-post-sear select {
        width: 73% !important;
        background: url(../images/rwd_select_att.png) 96% center no-repeat #fff !important;
    }
}

@media (max-device-width: 330px) {

    /*-營首頁-*/
    #pointMainContent #cube2 #tabmeun li {
        display: inline-block;
        width: 90px;
        margin: 0 0.5%;
        vertical-align: top;
    }
}

@media (max-device-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;
    }
}


/*置頂圖片輪播 end*/
