#ContentsContainer #Contents .article {
    overflow: hidden;
}

.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;
    /*display: none;*/
}

.rwd-back-pc a {
    display: block;
    width: 100px;
    margin: 0 auto;
    padding-left: 13px;
    background: url(../images/back_pc_icon.png) 0 2px no-repeat;
}

.rwd-back-mobile {
    text-align: center;
    padding-bottom: 12px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
    /*display: none;*/
}

.rwd-back-mobile a {
    display: block;
    width: 67px;
    margin: 0 auto;
    padding-left: 13px;
    background: url(../images/back_mobile_icon.png) 0 2px no-repeat;
}

.rwdheader {
    position: fixed;
    top: 0;
    width: 100%;
    min-width: 320px;
    background: url(../images/rwd_header_bg.png) 0 0;
    z-index: 999;
    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-kv img {
    height: calc(100vw * 260.0 / 648.0);
}

/* rwd nav */
.rwdsearch {
    background: #ff8058;
    padding: 10px;
    text-align: center;
}

.rwdsearch-textfield {
    border: 0px;
    font-size: 1rem;
    padding: 5px;
    height: 26px;
    border-radius: 0;
    vertical-align: top;
    display: inline-block;
    width: 82%;
    margin-right: -6px;
}

.rwdsearch-btn {
    border: 0px;
    font-size: 0;
    height: 36px;
    width: 38px;
    vertical-align: top;
    display: inline-block;
    border-radius: 0;
    background: url(../images/rwd_search.png) center center no-repeat #fff;
}

.rwd-lang {
    width: 90%;
    margin: 20px auto;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
}

.rwd-lang li {
    width: 100%;
    display: block;
    /*margin-right: -4px;*/
    text-align: center;
    font-size: 18px;
}

.rwd-lang li a {
    display: block;
    padding: 10px 0 10px 20px;
    color: #666;
}

.rwd-lang li .tw {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.rwd-lang li .en {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.rwd-lang li .current {
    background: #03a200;
    color: #fff;
}

.rwd-lang li .home {
    background: url(../images/home.png) 40% 9px no-repeat;
}

.rwd-arr-close,
.rwdmisc-arr-close {
    background: url(../images/rwd_nav_arr_close.png) 96% center no-repeat;
}

.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: #ff3c00;
    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: #ff3c00;
    font-weight: bold;
}

.navsecond-item-current>a::before {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    vertical-align: top;
    border-radius: 999em;
    background-color: #ff3c00;
    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: #ff3c00;
}

.navthird-item-current>a::before {
    content: "";
    width: 7px;
    height: 1px;
    display: inline-block;
    vertical-align: top;
    background-color: #ff3c00;
    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 (max-width:980px) {
    #Header_1 {
        width: 100%;
    }

    #Header_2 {
        width: 100%;
    }

    #Header_3 {
        width: 100%;
    }

    .megamenu_container {
        margin-left: 5px;
    }

    #MainContentContainer {
        width: 100%;
    }

    #MainContentInner {
        padding: 0 15px;
    }

    #HeaderMainMenuContainer {
        width: 100%;
    }

    #InnerBody {
        width: 100%;
    }

    #Footer {
        width: 100%;
    }

    #LocalNavContainer {
        width: 23%;
    }

    #LocalNav {
        width: auto;
        padding: 3px;
        border: 1px solid #dddbd9;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
    }

    #LocalNav .LocalNavBG_Top,
    #LocalNav .LocalNavAreaBG_BTM {
        display: none;
    }

    #LocalNav .LocalNavBG_BodyContainer {
        background: none;
    }

    #LocalNav .LocalNavBG_Body {
        width: 100%;
    }

    #LocalNav .LocalNavBG_Body .LocalNavGraphic img,
    #LocalNav a img {
        width: 100%;
    }

    .demo-container {
        width: 100% !important;
    }

    #MainContainer {
        width: 74%;
    }

    #Main {
        width: auto;
    }

    .megamenu_container {
        width: 92%;
    }

    .megamenu>li .megamenu_fullwidth {
        width: 100%;
        max-width: 920px;
    }

    /*accordion*/
    .accordion_green .accordion,
    .accordion_related .accordion,
    .accordion_grey_gradient .width655px,
    .accordion_grey_gradient .accordion {
        width: auto;
    }

    /*accordion end*/

    /*nesttab*/
    .TabsContainer .wrap,
    .wrap {
        width: auto;
    }

    .TabsStyle2Container .wrap {
        width: auto;
    }

    /*nesttab end*/

    /*文章列表006-連結*/
    .ContentBoxContainer {
        width: auto;
        border: 1px solid #ffffff;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -moz-box-shadow: 0px 0px 5px 0px #a2a2a2;
        -webkit-box-shadow: 0px 0px 5px 0px #a2a2a2;
        box-shadow: 0px 0px 5px 0px #a2a2a2;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(26%, #ffffff), color-stop(100%, #f9f9f9));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #f4f4f4 0%, #ffffff 26%, #f9f9f9 100%);
        /* Chrome10+,Safari5.1+ */
        background: linear-gradient(to bottom, #f4f4f4 0%, #ffffff 26%, #f9f9f9 100%);
        /* W3C */
        padding: 15px;
    }

    .ContentBoxContainer .ContentBox_top,
    .ContentBoxContainer .ContentBox_btm {
        display: none;
    }

    .ContentBoxContainer .ContentBox_md {
        background: none;
        padding: 0px;
        width: 100%;
    }

    .ContentBoxContainer .ContentBox_md .GraphicImg {
        width: 30%;
    }

    .ContentBoxContainer .ContentBox_md .GraphicImg img {
        width: 100%;
    }

    .ContentBoxContainer .ContentBox_md .LinksContainer {
        width: 65%;
    }

    .ContentBoxContainer .ContentBox_md .LinksContainer .List_BTN_Style3 {
        width: 100% !important;
    }

    /*文章列表006-連結 end*/
    .SinglePic_L img {
        width: 100%;
    }

    .faq-btn,
    .faq-content {
        width: 90%;
    }

    #MainAdOverView li {
        width: 100%;
    }

    #MainAdOverView li .Info {
        width: 28%;
    }

    #MainAdOverView li .IMG {
        width: 65%;
    }

    #MainAdOverView li .IMG img {
        width: 100%;
        height: auto;
    }

    #SiteMapContainer .SiteMap_Section ul.SiteMapList {
        width: 26%;
    }

    #MainContentLeft {
        width: 28%;
    }

    #MainContentRight {
        width: 70%;
    }

    /*首頁*/
    #ServiceGuideContainer {
        width: auto;
    }

    #MainAdContainer {
        width: 100%;
        height: auto;
    }

    #MarqueeContainer {
        width: auto;
        margin: 0;
        /* padding-top: 25px; */
        background: url('../images/MarqueeBG-s.png') no-repeat 5px 0px;
        border: 0;
    }

    div#abgne_marquee {
        width: auto;
        background: #ffffff;
        background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
        border: 1px solid #dcdcdc;
        border-radius: 10px;
    }

    div#abgne_marquee ul li a {
        padding: 0 85px 0 10px;
    }

    /*#MarqueeContainer {
            width: auto;
            margin: 0;
            background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 47%,#ededed 100%) ;
            border: 1px solid #dcdcdc;
            border-radius: 10px;
        }
        div#abgne_marquee {
            width: auto;
            background: url('../images/MarqueeBG-s.png') no-repeat 8px 9px;
        }
        div#abgne_marquee ul li a {
            padding: 0 10px 0 80px;
        }*/
    #QuickSearchContainer {
        width: auto;
        margin: 0;
        background: linear-gradient(to bottom, #ffffff 0%, #ededed 100%);
        border: 1px solid #dcdcdc;
        border-radius: 5px;
        height: auto;
    }

    #QuickSearch {
        padding: 10px;
    }

    #QuickSearchContainer .QuickSearchHeader {
        position: relative;
        top: 0px;
        left: 0px;
        margin-bottom: 10px;
    }

    #QuickSearchContainer #QuickSearchDrop {
        position: relative;
        top: 0px;
        left: 0px;
        padding: 10px 0;
        width: 100%;
        float: none;
        border-right: 0px;
    }

    #QuickSearchContainer #QuickSearchBTN {
        position: relative;
        top: 0px;
        left: 0px;
        /*text-align: center;*/
        border-left: 0px;
        padding: 20px 0 10px;
        float: none;
        border-top: 1px solid #DCDCDC;
    }

    .TabsContainer_style2 .Width400p,
    .TabsContainer_style2 .Width250p,
    #ServiceGuideContent ul.tabs,
    #ServiceGuideContent .pane {
        width: 100%;
        height: auto;
    }

    .TabsContainer_style2 ul.tabs a,
    #ServiceGuideContent ul.tabs a {
        padding: 0 6px;
    }

    .dropdown dd ul {
        width: 100%;
        min-width: 100%;
    }

    .TabsContainer_style2 .wrap .pane {
        margin-bottom: 0px;
    }

    #AdBannerContainer {
        width: auto;
        background: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
        border: 1px solid #dcdcdc;
        border-radius: 5px;
        padding: 10px;
        overflow: hidden;
        margin: 0;
    }

    #AdBannerHeader {
        position: relative;
        top: 0px;
        left: 0px;
    }

    #AdBannerContainer .AdBanner {
        position: relative;
        top: 0px;
        left: 0px;
        margin-top: 15px;
    }

    #ui-carousel-prev {
        margin-left: 0px;
    }

    #flexslider_small_1 {
        width: 90%;
    }

    .SideBanner img {
        width: 100%;
    }

    #ServiceGuideContent .pane a {
        width: 30%;
    }

    #ServiceGuideContent .pane a img {
        width: 90%;
    }

    /*首頁 end*/

    /*儲匯 end*/
    #OtherServices {
        margin: 0 10px;
        width: auto;
    }

    #OtherServices .Content li {
        width: 24%;
    }

    #ServiceDescription_Style01 li .IMG {
        width: 25%;
    }

    #ServiceDescription_Style01 li div.Thumb {
        width: 65%;
    }

    /*儲匯 end*/
    #LocalNavContainer img {
        width: 100%;
        height: auto;
    }

}

@media (max-width:800px) {

    /** {
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    } */
    .rwd-back-pc {
        display: block;
    }

    /*-頁數-*/
    .pagination_1 a.current {
        color: #fff;
        background: #ff3c00;
        border: 1px solid #ff3c00;
        display: inline-block;
    }

    .pagination_1 a {
        padding: 6px 9px;
        color: #333333;
        background: #ffffff;
        border: 1px solid #cacaca;
        font-size: 16px;
        margin: 0 0.5%;
        margin: 0 0.5% 15px 0.5%;
        display: inline-block;
    }

    [canvas=container] {
        margin-top: 59px;
        height: -webkit-calc(100% - 59px);
        height: -moz-calc(100% - 59px);
        height: calc(100% - 59px);
    }

    input,
    select {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        border-radius: 0;
    }

    select {
        background: url(../images/rwd_select_att.png) 95% center no-repeat #fff;
        padding: 0 10px 0 0;
    }

    .RwdContainer,
    .rwdheader {
        display: block;
    }

    /*FatFooter*/
    #FooterContainer {
        float: left;
        width: 100%;
    }

    .FatFooter {
        display: block;
        background: #e7e7e7;
        overflow: hidden;
    }

    .FatFooter_section {
        float: left;
        width: 94%;
        margin: 0.5% 3%;
    }

    .FatFooter_section ul.FatFooter_list li.FatFooter_list_unit {
        padding: 7px 0;
        width: 50%;
        float: left;
        font-size: 0.92rem;
        line-height: 23px;
    }

    .FatFooterHeader {
        padding: 0;
    }

    .FatFooterHeader a {
        display: block;
        color: #fff;
        background: #fe3c00 !important;
        padding: 10px;
        margin: 0;
        -webkit-border-radius: 0px !important;
        -moz-border-radius: 0px !important;
        border-radius: 0px !important;
    }

    .FatFooterHeader a:hover {
        color: #fff;
    }

    .FatFooterHeader strong a {
        font-size: 1rem;
        color: #fff;
    }

    .FatFooter_section ul.FatFooter_list li.FatFooter_list_unit a .num {
        width: 3px;
        height: 3px;
        position: relative;
        top: 8px;
        left: 5px;
        background: url(../images/fat_footer_bullet.png) 0 0 no-repeat;
        text-indent: 9999px;
        color: #e7e7e7;
    }

    .FatFooter_section ul.FatFooter_list li.FatFooter_list_unit a {
        color: #535353;
        font-weight: bold;
    }

    /*FatFooter end*/

    /*Footer*/
    #Footer {
        width: 100%;
        font-size: 0.85rem;
    }

    #Footer .FooterSec_1Container {
        margin: 10px;
        padding-bottom: 0;
    }

    #Footer .FooterSec_1Container .Sec_1 {
        color: #464648;
        float: none;
        margin: 10px auto;
        width: 95%;
        font-size: 15px;
        line-height: 27px;
    }

    #Footer .FooterSec_1Container .Sec_1 p {
        margin-bottom: 9px;
        word-wrap: break-word;
    }

    #Footer .FooterSec_1Container .Sec_1 .Mail_icon {
        background: url(../images/Mail_icon.gif) no-repeat right 6px;
    }

    #Footer .FooterSec_1Container .Sec_1 .ServiceGuide_icon {
        background: url(../images/ServiceGuide_icon.gif) no-repeat right 7px;
    }

    #Footer .FooterSec_1Container .Sec_1 .WebPhone_icon {
        background: url(../images/WebPhone_icon.gif) no-repeat right 7px;
    }

    #Footer .FooterSec_1Container .cdic {
        margin-top: 0;
    }

    #Footer .FooterSec_1Container .A_Plus {
        margin-top: 0;
    }

    #Footer .FooterSec_1Container .Sec_2 {
        float: left;
        padding: 8px 3%;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        width: 94%;
    }

    #Footer .FooterSec_2Container {
        margin: 15px 10px;
    }

    #Footer .FooterSec_2Container .Sec_1 {
        color: #464648;
        float: none;
        text-align: center;
    }

    #Footer .FooterSec_2Container .Sec_2 {
        float: none;
        width: 100%;
        text-align: center;
    }

    #Footer .FooterSec_1Container .Sec_2 ul {
        width: 98%;
        margin: 0 auto;
        overflow: hidden;
    }

    #Footer .FooterSec_1Container .Sec_2 li {
        float: left;
        width: 33.33%;
        margin-left: 0;
        padding-left: 0;
        text-align: center;
        border-left: none;
    }

    #Footer .FooterSec_2Container .Sec_1 p {
        margin-bottom: 15px;
    }

    #Footer .FooterSec_1Container .Sec_2 .web20 {
        padding-right: 0;
        padding-top: 5px;
        padding-bottom: 15px;
        text-align: center;
        font-size: 16px;
        font-family: 微軟正黑體;
    }

    #Footer .FooterSec_2Container .Sec_2 .A_Plus {
        float: none;
        margin-top: 5px;
    }

    #Footer .FooterSec_2Container .Sec_2 .Traffic {
        float: none;
        display: block;
        text-align: center;
        margin-top: 5px;
        width: 100%;
    }

    /*Footer end*/
    input[type="checkbox"],
    input[type="radio"] {
        border: 1px solid #ccc;
    }

    #HeaderContainer {
        width: 100%;
        height: auto;
    }

    #Header_1Container {
        display: none;
    }

    #Mobilemenu-mainService {
        display: none;
    }

    #Header_2 {
        width: 100%;
        background: none;
        height: 100%;
    }

    #HeaderNavContainer {
        display: none;
    }

    #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;
    }

    #FontSizeContainer {
        display: none;
    }

    #LogoContainer {
        position: relative;
        left: 0px;
        top: 0px;
        z-index: 99;
        padding: 0;
        float: none;
        width: 216px;
        margin: 20px auto 0;
    }

    #Logo {
        top: 0px;
        left: 0px;
    }

    #Header_3Container {

        /*width: auto;*/
        display: none;
    }

    /*
        #MainMenuContainer {
            width: auto;
            margin: 0px;
            position: relative;
            top: 0px;
            left: 0px;
        }

        .megamenu_container, #ServiceDropContainer, #AllLocationDropContainer {
            display: none;
        }
        */
    #HeaderMainMenuContainer {
        width: 99.5%;
        overflow: hidden;
    }

    #HeaderMainMenu {
        padding: 0 10px;
    }

    #Mobilemenu {
        width: auto;
        display: block;
        height: 30px;
        padding: 7px 0;
        margin: 0 10px;
    }

    #Mobilemenu select {
        display: block;
        width: 100%;
        padding: 2px;
        background-color: transparent;
        border: 1px solid #bababa;
        cursor: pointer;
        outline: none;
    }

    #MainContentContainer {
        width: 96%;
    }

    #MainContentInner {
        padding: 0;
    }

    #MainContentInner #Breadcrumbs {
        margin: 10px 0;
        background: #fff;
        border: 0px;
        font-size: 0.95rem;
        line-height: 24px;
    }

    #MainContentLeft {
        float: none;
        width: auto;
    }

    #ServiceGuideContainer {
        width: auto;
        padding: 0 10px;
        background: none;
        height: auto;
        border: 0px;
        margin-bottom: 20px;
    }

    #ServiceGuideHeader {
        border: 1px solid #dcdcdc;
    }

    #ServiceGuideContent {
        border: 1px solid #dcdcdc;
        border-top: none;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        background: linear-gradient(to bottom, #ffffff 0%, #fafafa 100%);
    }

    #ServiceGuideContent .pane {
        margin-bottom: 0;
        width: 100%;
        height: auto;
    }

    /*
        #ServiceGuideContent a {
            width: 33%;
        }
        #ServiceGuideContent a.ServiceGuide_01, #ServiceGuideContent a.ServiceGuide_02, #ServiceGuideContent a.ServiceGuide_03, #ServiceGuideContent a.ServiceGuide_04, #ServiceGuideContent a.ServiceGuide_05, #ServiceGuideContent a.ServiceGuide_06 {
            background-position: center top;
        }
        #ServiceGuideContent a.ServiceGuide_01:hover, #ServiceGuideContent a.ServiceGuide_02:hover, #ServiceGuideContent a.ServiceGuide_03:hover, #ServiceGuideContent a.ServiceGuide_04:hover, #ServiceGuideContent a.ServiceGuide_05:hover, #ServiceGuideContent a.ServiceGuide_06:hover {
            background-position: center -89px;
        }
        */
    #ServiceGuideContent ul.tabs {
        width: 100%;
    }

    .TabsContainer_style2 .Width250p {
        width: 100%;
    }

    #LatestNewsContainer {
        width: auto;
        padding: 0 10px;
    }

    #MainContentRight {
        float: none;
        margin: 0;
        width: 100%;
    }

    #MainContentInner_1Container {
        height: auto;
    }

    #MainContentInner_1 {
        width: 100%;
        position: relative;
    }

    #MainBG_L,
    #MainBG_R {
        display: none;
    }

    #NewsContainer {
        position: relative;
        left: 0px;
        top: 0px;
        border: 0px;
        width: 100%;
        background: -moz-linear-gradient(top, #3378c0 0%, #7db9e8 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3378c0), color-stop(100%, #7db9e8));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #3378c0 0%, #7db9e8 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #3378c0 0%, #7db9e8 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #3378c0 0%, #7db9e8 100%);
        /* IE10+ */
        background: linear-gradient(to bottom, #3378c0 0%, #7db9e8 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3378c0', endColorstr='#7db9e8', GradientType=0);
        /* IE6-9 */
    }

    #NewsInner {
        width: 95%;
        margin: 0px auto;
        padding: 15px 0;
    }

    #TabsContainer {
        margin: 0 auto;
        width: 100%;
    }

    #TabsContainer ul.TabsMenu li {
        width: 11%;
        text-align: center;
    }

    #TabsContainer ul.TabsMenu li#TabsOthers {
        width: 17%;
    }

    .TabsContent {
        padding-left: 0px;
    }

    .TabsContent.TabsAll,
    .TabsContent.TabsNews,
    .TabsContent.TabsTutorials,
    .TabsContent.TabsLinks,
    .TabsContent.TabsStamp,
    .TabsContent.TabsShop,
    .TabsContent.TabsOthers {
        width: 95%;
    }

    #mcs6_container,
    #mcs6_1_container,
    #mcs6_2_container,
    #mcs6_3_container,
    #mcs6_4_container,
    #mcs6_5_container,
    #mcs6_6_container {
        width: 100%;
    }

    #mcs6_container .customScrollBox .container,
    #mcs6_1_container .customScrollBox .container,
    #mcs6_2_container .customScrollBox .container,
    #mcs6_3_container .customScrollBox .container,
    #mcs6_4_container .customScrollBox .container,
    #mcs6_5_container .customScrollBox .container,
    #mcs6_6_container .customScrollBox .container {
        width: 95%;
    }

    #NewsContainer .StampFocus {
        margin: 0 auto 7px auto;
    }

    #NewsContainer .ShopFocus {
        margin: 0 auto 10px auto;
        width: 263px;
    }

    .ListStyle_3 dd {
        width: 95%;
    }

    #MainAdContainer {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    #flexslider_big .slides>li img,
    #MainAd a img {
        height: auto;
    }

    /*
        #MainAdContainer {
            border-right: 0px solid #ffffff;
            position: relative;
            top: 0px;
            left: 0px;
        }
        #MainAd {
            background: url(../images/MainAdBanner.jpg) no-repeat;
            width: 463px;
            height: 176px;
            margin: 0;
        }
        .slides_container {
            width: 463px;
        }
        .slides_container a {
            width: 463px;
            height: 176px;
        }
        .slides_container a img {
            width: 463px;
            height: 176px;
        }

        #slides .next, #slides .prev {
            top: 70px;
            left: 5px;
            width: 24px;
            height: 43px;
            display: block;
            z-index: 101;
        }
        #slides .next {
            left: 435px;
        }*/

    /*
        #MainAdContainer {
            border-right: 0px solid #ffffff;
            position: relative;
            top: 0px;
            left: 0px;
            width: 100%;
            height: auto;
        }
        #MainAd {
            background: url(../images/MainAdBanner.jpg) no-repeat;
            margin: 0;
        }
        .slides_container {
            width: 100%;
        }
        .slides_container a {
            width: 463px;
            height: 176px;
        }
        .slides_container a img {
            width: 463px;
            height: 176px;
        }
        #slides .next, #slides .prev {
            top: 40%;
            left: 5px;
        }
        #slides .next {
            left: auto;
            right: 20px;
        }
        #slides .pagination {
            margin: 0;
        }
        */
    #QuickSearchContainer {
        width: auto;
        margin: 0 10px;
        background: linear-gradient(to bottom, #ffffff 0%, #ededed 100%);
        border: 1px solid #dcdcdc;
        border-radius: 5px;
        height: auto;
    }

    #QuickSearch {
        padding: 10px;
    }

    #QuickSearchContainer .QuickSearchHeader {
        position: relative;
        top: 0px;
        left: 0px;
        margin-bottom: 10px;
    }

    #QuickSearchContainer #QuickSearchDrop {
        position: relative;
        top: 0px;
        left: 0px;
    }

    #QuickSearchContainer #QuickSearchBTN {
        position: relative;
        top: 0px;
        left: 0px;
        /*text-align: center;*/
    }

    .TabsContainer_style2 .Width400p {
        width: 100%;
    }

    .TabsContainer_style2 ul.tabs a {
        padding: 0 6px;
    }

    .dropdown dd ul {
        width: 100%;
        min-width: 100%;
    }

    .TabsContainer_style2 .wrap .pane {
        margin-bottom: 0px;
    }

    #AdBannerContainer {
        width: auto;
        background: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
        border: 1px solid #dcdcdc;
        border-radius: 5px;
        height: auto;
        padding: 10px;
        overflow: hidden;
        margin: 0 10px 20px;
    }

    #AdBannerHeader {
        position: relative;
        top: 0px;
        left: 0px;
    }

    #AdBannerContainer .AdBanner {
        position: relative;
        top: 0px;
        left: 0px;
        margin-top: 15px;
    }

    #ui-carousel-prev {
        margin-left: 0px;
    }

    #MainContentInner_2 {
        width: 100%;
    }

    #MainContentInner_2Container {
        height: auto;
    }

    #Main_2_MiddleContainer {
        position: relative;
        left: 0px;
        top: 0px;
        width: 100%;
        min-height: 445px;
    }

    #Main_2_Middle_Left {
        width: 100%;
        height: auto;
        background: none;
        float: none;
    }

    /*
        #ServiceLinksContainer_index {
            margin: 0px;
            border-bottom: 1px dashed #dadada;
            overflow: hidden;
        }

        #ServiceLinksContainer_index .ServiceLinks_index {
            border-bottom: none;
        }

        .ServiceLinks_index .CLR {
            clear: none;
        }

        #ServiceLinksContainer_index .ServiceLinks_index .ServiceLinksLeft li {
            border-right: none;
        }

        #ServiceLinksContainer_index .ServiceLinks_index a {
            padding: 0px 16px;
        }
        
        #RelatedLinksContainer {
            min-height: 115px;
            border-bottom: 1px dashed #dadada;
        }
        */

    /*
        #slides2 {
            left: 0px;
            top: 30px;
        }

        #slides2 .slides_container {
            margin: 0 auto;
            left: 0px;
        }

        #slides2 .pagination {
            right: 45px;
            top: -12px;
        }
        #slides2 .More {
            right: 25px;
            top: -14px;
        }

        #slides2 .next, #slides2 .prev {
            top: 20px;
            left: 20px;
        }
        #slides2 .next {
            left: 420px;
        }
        */
    #Main_2_Middle_Right {
        float: none;
        margin: 15px 0px 0px 0px;
    }

    #MainServiceContainer {
        display: none;
    }

    #ServiceLinksContainer {
        display: none;
    }

    #ServiceLinks li {
        margin-left: 7px;
    }

    /*
        #SmallBannerContainer {
            width: 100%;
            padding-top: 0px;
        }
        
        .BannerItemContainer {
            width: 100%;
            height: auto;
            float: none;
        }

        .BannerItem_1, .BannerItem_2 {
            background: none;
            width: 100%;
        }

        .SmallBannerHeader img{
            width: 100%;
            height: auto;
        }
        */
    .rwd_index {
        display: block;
        float: left;
    }

    /*
        .jcarousel-skin-tango .jcarousel-container-horizontal {
            width: auto;
        }
        */
    #InnerBody {
        width: 100%;
    }

    #LocalNavContainer {
        display: none;
    }

    #InnerBodyContent {
        padding: 0 8px 15px 8px;
        width: auto;
    }

    #Main {
        width: auto;
    }

    #Main #Section_2 #Breadcrumbs {
        width: 100%;
    }

    #Main #Section_2 #ShareNav {
        float: left;
        margin-top: 15px;
    }

    #Main #Section_2 #ShareNav a:first-child {
        margin-left: 0px;
    }

    #Post_NavContainer .Prev {
        margin: 0 0 15px 0;
    }

    #MainContainer {
        width: auto;
        float: none;
        padding: 0 10px;
    }

    #MainContainer_Fullwidth {
        padding: 0;
    }

    #MainAdOverView {
        width: 100%;
    }

    #MainAdOverView li {
        background: #eeeeee;
        background-image: none;
        padding-bottom: 0px;
        margin-bottom: 20px;
    }

    #MainAdOverView li .Info {
        width: auto;
        float: none;
    }

    #MainAdOverView li .Info p {
        margin: 0 0 0px 0 !important;
    }

    #MainAdOverView li .IMG {
        float: none;
        width: 100%;
    }

    #MainAdOverView li .IMG a {
        display: block !important;
    }

    #Main_Fullwidth #Section_2 #Breadcrumbs {
        width: 295px;
    }

    .faq-btn,
    .faq-content {
        width: 89%;
    }

    .ConditionSearchContainer {
        font-size: 0.9em;
        line-height: 175%;
    }

    .ConditionSearchContainer select {
        width: 110px;
        min-width: 110px;
    }

    #NewsListContainer {
        width: 100%;
    }

    .grid-pager {
        float: none;
    }

    .sort-method-buttons {
        float: right;
        position: relative;
    }

    .sort-method-buttons a {
        border-left: none;
        padding: 12px 10px 0px 20px;
    }

    .NewsList li a {
        padding: 15px 0px 15px 0px;
        background: none;
    }

    .NewsListImage li a {
        padding: 15px 0px 15px 170px;
        background: none;
    }

    .NewsHeadContainer .NewsHeadS {
        width: 215px;
    }

    .NewsHeadContainer .NewsHeadL a {
        width: 100%;
    }

    .NewsHeadContainer .NewsHeadL a .Img {
        width: 100%;
    }

    .NewsHeadContainer .NewsHeadL a .Img td {
        width: 100%;
    }

    .NewsHeadContainer .NewsHeadL a .Img img {
        width: 100%;
        height: auto;
    }

    #LinksPage li a {
        padding-bottom: 20px;
    }

    #LinksPage li a dl dt {
        width: 100%;
    }

    #LinksPage li a .ThumbImg {
        float: left;
    }

    #QuickSearchBTN a {
        margin: 12px 9px 8px;
    }

    #carousel {
        top: 0px;
        margin: 20px auto;
    }

    #ui-carousel-next,
    #ui-carousel-prev {
        margin: 0 auto;
        left: 0px;
        top: 0px;
    }

    #ui-carousel-next {
        top: -175px;
    }

    #ui-carousel-prev {
        margin-left: auto;
        top: 175px;
    }

    .TabsContainer ul.tabs,
    ul.tabs2 {
        overflow: hidden;
    }

    .TabsStyle4Container .wrap {
        width: auto;
    }

    .TabsStyle4Container ul.tabs {
        overflow: hidden;
    }

    .TabsStyle4Container ul.tabs a.current,
    .TabsStyle4Container ul.tabs a.current:hover,
    .TabsStyle4Container ul.tabs li.current a {}

    .OpenAccountStep_Style1 {
        width: auto;
    }

    .OpenAccountStep_Style1 li {
        float: none;
        display: inline-block;
        vertical-align: top;
        margin: 0 0 0 0px;
        width: 49%;
    }

    #MarqueeContainer {
        margin: 0 10px;
    }

    /*置頂圖片輪播*/
    .photosgallery-vertical {
        width: 100%;
    }

    .photosgallery-vertical .sliderkit-nav {
        width: 170px;
    }

    .photosgallery-vertical .sliderkit-nav-clip ul li a {
        width: 150px;
    }

    .photosgallery-vertical .sliderkit-nav-clip .pic {
        display: none;
    }

    .photosgallery-vertical .sliderkit-panel {
        width: 263px;
    }

    .table-cell {
        width: 263px;
    }

    .photosgallery-vertical .sliderkit-panel .sliderkit-panel-textbox {
        width: 263px;
    }

    .topNews-slider .sliderkit img {
        max-width: 263px;
    }

    /*置頂圖片輪播 end*/
    .TabsStyle5Container .wrap {

        /*width: 433px;*/
        width: 100%;
    }

    .TabsStyle5Container ul.tabs a {
        width: 167px;
    }

    #ContentsContainer #FileDownloadContainer .FileDownBox .FileDown {
        width: 100%;
    }

    #ContentsContainer #FileDownloadContainer .FileDownBox .FileDown:first-child {
        margin-bottom: 5px;
    }

    #ContentsContainer #FileDownloadContainer .FileDownBox .FileDown .Info {
        width: 84%;
    }

    #MainAdSmallOverView {
        margin-right: 0px;
    }

    #MainAdSmallOverView li {
        width: 32%;
        margin: 0 0 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;
    }

    .mobile-select-menu {
        display: block;
        padding: 10px 10px 0;
    }

    .mobile-select-menu select {
        padding: 8px 10px;
        border: 1px solid #ccc;
        width: 100%;
        font-size: 18px;
        margin-bottom: 30px;
    }

    /* 手機 nav */
    .nav {
        position: relative;
        min-height: 25px;
        display: block;
    }

    .nav ul {
        width: 100%;
        padding: 2px 0;
        position: absolute;
        top: 0;
        left: 0;
        border: solid 1px #dcdcdc;
        background: #f5f5f5 url(../images/icon-menu.png) no-repeat 10px 8px;
        border-radius: 3px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
    }

    .nav li {
        display: none;
        /* hide all <li> items */
        margin: 0;
    }

    .nav .current {
        display: block;
        /* show only current <li> item */
    }

    .nav a {
        display: block;
        padding: 5px 5px 5px 32px;
        text-align: left;
    }

    .nav .current a {
        background: none;
        color: #666;
    }

    /* on nav hover */
    .nav ul:hover {
        background-image: none;
    }

    .nav ul:hover li {
        display: block;
        margin: 0 0 5px;
    }

    .nav ul:hover .current {
        background: url(../images/icon-check.png) no-repeat 10px 7px;
    }

    /* right nav */
    .nav.right ul {
        left: auto;
        right: 0;
    }

    /* center nav */
    .nav.center ul {
        left: 50%;
        margin-left: -90px;
    }

    /* 手機 nav end */

    /*table, thead, tbody, th, td, tr { 
            display: block; 
        }
        thead tr, th { 
            position: absolute;
            top: -9999px;
            left: -9999px;
        }
        tr { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; }
        td { 
            border: none;
            border-bottom: 1px solid #eee; 
            position: relative;
            padding-left: 35% !important;
            text-align: left !important;
            min-height: 22px;
        }
        td:before { 
            position: absolute;
            left: 6px;
            padding-right: 10px; 
            display: block;
        }
        */
    .NewsListImage .ThumbImg td,
    .NewsHead .Img td,
    #LinksPage .ThumbImg td,
    .NewsImageContainer .Single .IMG td {
        padding-left: 0px !important;
    }

    .NewsListImage .ThumbImg tr,
    .NewsHead .Img tr,
    #LinksPage .ThumbImg tr,
    .NewsImageContainer .Single .IMG tr {
        border: none;
    }

    #LinksPage-2 td:before {
        width: auto;
    }

    #OrganizationStructure-mobile img {
        width: 100%;
    }

    .TableStyle_01 td {
        padding-left: 10px !important;
        width: auto;
    }

    .ThumbImg td,
    .Img td,
    .IMG td {
        text-align: center !important;
        display: table;
    }

    a .ThumbImg div,
    a .ThumbImg a,
    a .Img div,
    a .Img a,
    .IMG a {
        display: table-cell !important;
        vertical-align: middle;
        height: 100%;
    }

    .sb-search .sb_input {
        padding: 5px;
        border: 1px solid #aaa;
        width: 95%;
        margin: 0 0 5px;
        box-shadow: 1px 2px 3px #ccc inset;
    }

    .btn-submit {
        background: #555;
        color: #fff;
        border: 0;
        padding: 6px 0;
        display: block;
        width: 100%;
    }

    .btn-submit:active {
        background: #888;
    }

    .searchOptions {
        padding: 0 0 10px;
    }

    .searchOptions input {
        vertical-align: middle;
        margin: 0 5px 0 0;
    }

    .searchOptions label {
        display: block;
        width: 100%;
        padding: 5px 0;
    }

    .searchOptions li {
        position: relative;
        display: inline-block;
        width: 48%;
        vertical-align: top;
    }

    .sb-serviceLinks ul {
        overflow: hidden;
    }

    .sb-serviceLinks li {
        width: 50%;
        float: left;
        text-align: center;
    }

    .sb-serviceLinks li a {
        padding: 5px;
        display: block;
        font-size: 0.9em;
    }

    .sb-serviceLinks i {
        width: 40px;
        height: 40px;
        margin: 0 auto;
        display: block;
        background-size: 40px 40px;
    }

    #toTop {
        z-index: 10;
    }

    .icon-MailActive {
        background: url(../images/icon-MailActive.svg) no-repeat;
    }

    .icon-Saving {
        background: url(../images/icon-Saving.svg) no-repeat;
    }

    .icon-Insurance {
        background: url(../images/icon-Insurance.svg) no-repeat;
    }

    .icon-Stamp {
        background: url(../images/icon-Stamp.svg) no-repeat;
    }

    .icon-Product {
        background: url(../images/icon-Product.svg) no-repeat;
    }

    .icon-Fund {
        background: url(../images/icon-Fund.svg) no-repeat;
    }

    .icon-SellFund {
        background: url(../images/icon-SellFund.svg) no-repeat;
    }

    .icon-RealEstate {
        background: url(../images/icon-RealEstate.svg) no-repeat;
    }

    .acc-key {
        display: none;
    }

    .Accessibility-detail {
        font-size: 16px;
    }

    /*儲匯*/
    .SideBanner {
        width: 260px;
        margin: 0 auto;
    }

    /*new*/
    #Header_2Container,
    #Header_1Container {
        display: none;
    }

    .mobile-select-menu {
        display: block;
    }

    .TabsStyle4Container ul.tabs li {
        width: 14.25%;
    }

    .TabsStyle4Container ul.tabs a {
        padding: 0;
    }

    #Container {
        width: 100%;
    }

    .accordion_related .accordion {
        width: 100% !important;
    }

    #ContentsContainer #Contents .article img {
        max-width: 100%;
        height: auto !important;
    }

    /*儲匯 end*/
    #ServiceGuideContent .pane a {
        width: 78px;
    }

    #SiteMapContainer .SiteMap_Section ul.SiteMapList {
        width: 45%;
        margin: 0px 0 20px 2%;
        padding: 15px 1%;
        font-size: 16px;
    }

    #SiteMapContainer .SiteMap_Section ul.SiteMapList a {
        font-size: 14px;
    }

    .rwd_print_ctrl {
        display: none;
    }

}

@media (max-width:768px) {

    .faq-btn,
    .faq-content {
        width: 88%;
    }

}

@media (max-width:700px) {
    .step {
        width: 99%;
    }

    .step_wrapper {
        margin: 20px 2%;
        padding: 0;
    }

    .step_word_m {
        width: 94%;
    }

}

@media (max-width:690px) {

    .faq-btn,
    .faq-content {
        width: 87%;
    }

}

@media (max-width:630px) {

    .faq-btn,
    .faq-content {
        width: 86%;
    }

}

@media (max-width:596px) {
    .step_word_m {
        width: 93%;
    }

}

@media (max-width:580px) {

    .faq-btn,
    .faq-content {
        width: 85%;
    }

}

@media (max-width:555px) {

    /*new*/
    .TabsStyle4Container ul.tabs li {
        width: 25%;
    }

    .TabsStyle4Container ul.tabs li a {
        border-bottom: 1px solid #ffffff;
    }

}

@media (max-width:550px) {

    .faq-btn,
    .faq-content {
        width: 84%;
    }

}

@media (max-width:520px) {

    .faq-btn,
    .faq-content {
        width: 83%;
    }

}

@media (max-width:500px) {
    .step_word_m {
        width: 92%;
    }

}

@media (max-width:480px) {
    a.WebPhone_icon {
        display: none !important;
    }

    #Main h1 {
        font-size: 26px;
        line-height: 34px;
    }

    .bank3_border {
        width: 41%;
    }

    .Accessibility-detail {
        font-size: 15px;
    }

    dl.dl_Style02 dd {
        margin-left: 0px;
        background: url(../images/ListIcon_002.jpg) no-repeat 3px 12px;
        width: 94%;
        padding-left: 6%;
    }

    .BoxContainer_Style1 .tabs_fake {
        display: table;
        width: 100%;
        font-size: 1rem;
        min-height: inherit;
    }

    .BoxContainer_Style1 .tabs_fake li {
        display: table-cell;
        vertical-align: middle;
        width: 100% !important;
    }

    .BoxContainer_Style1 .tabs_fake li a {
        border-right: 0;
        line-height: initial;
        padding: 6px 10px;
        font-size: 16px;
    }

}

@media (max-width:479px) {
    body {
        font-size: 1.05rem;
    }

    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*/
    #Mobilemenu-mainService {
        display: block;
    }

    #Mobilemenu-mainService select {
        width: 100%;
        padding: 3px;
        border: 1px solid #dcdcdc;
        border-radius: 3px;
        color: #038c00;
        background: #ffffff;
    }

    .slides_container a {
        width: 340px;
        height: 129px;
    }

    .slides_container a img {
        width: 340px;
        height: 129px;
    }

    #slides .next,
    #slides .prev {
        top: 43%;
        left: 5px;
        width: 15px;
        height: 27px;
    }

    #slides .next {
        left: auto;
        right: 10px;
    }

    #slides .next img,
    #slides .prev img {
        width: 15px;
        height: 27px;
    }

    #TabsContainer ul.TabsMenu li {
        width: 9%;
        text-align: center;
        font-size: 12px;
    }

    #TabsContainer ul.TabsMenu li#TabsOthers {
        width: 17%;
    }

    /*
        #ServiceLinksContainer_index .ServiceLinks_index a {
            padding: 0px 5px;
        }
        
        #ServiceLinksContainer_index .ServiceLinks_index ul {
            width: 50%;
            text-align: center;
        }
        */

    /*
        #slides2 .next {
            left: auto;
            right: 20px;
        }
        .jcarousel-skin-tango .jcarousel-clip-horizontal {
            width: auto;
        }
        */
    #Footer .FooterSec_1Container .Sec_2 li {
        margin-left: 15px;
    }

    /*
    .pagination_1 {
        font-size: 12px;
    }
    .pagination_1 a {
        padding: 3px;
        display: inline-block;
    }
    */

    /*
        .jcarousel-skin-tango .jcarousel-item-horizontal {
            margin-right: 5px;
        }
        .jcarousel-skin-tango .jcarousel-container-horizontal {
            padding: 0px 28px;
        }   
        .jcarousel-skin-tango .jcarousel-item {
            width: 127px;
            height: 36px;
        }
        .jcarousel-skin-tango .jcarousel-item a img {
            width: 127px;
        }
        .BannerItem_1 {
            height: 53px;
        }
        .jcarousel-skin-tango .jcarousel-prev-horizontal, .jcarousel-skin-tango .jcarousel-next-horizontal {
            top: 4px;
        }
        */
    #Post_NavContainer .Prev,
    #Post_NavContainer .Next {
        width: auto;
    }

    #ContentsContainer #FileDownloadContainer .FileDownBox .FileDown .Info {
        width: 76%;
    }

    .Submit_2 {
        display: inline-block;
    }

    .TableStyle_02 th,
    .TableStyle_02 td {
        padding: 5px;
    }

    .topNews-slider {

        /*display: none;*/
    }

    #NewsInnerContainer .FloatRightImg,
    #NewsInnerContainer .FloatLeftImg {
        float: none;
        margin: 0 auto 15px;
    }

    .NewsImageContainer {
        width: auto;
    }

    .NewsImageContainer .Single {
        display: block;
    }

    #OrganizationStructure {
        display: none;
    }

    #SocialMediaContainer {
        display: none;
    }

    #toTop {
        right: 10px;
    }

    #RelatedLinksContainer {
        min-height: 115px;
    }

    #ContentsContainer .ImgFloLeft {
        float: none;
    }

    #ContentsContainer .ImgFloLeft img {
        width: 100%
    }

    .NewsListImage li a {
        padding: 15px 5px;
    }

    .NewsListImage li a .ThumbImg {
        position: relative;
        top: 0;
        margin-bottom: 10px;
    }

    .NewsListImage li a p.Thumbs {
        margin: 0px !important;
    }

    .Align_Center img {
        width: 100%;
    }

    #LocationBTNContainer .LocationBTN li a {
        width: 117px;
    }

    .SaveContainer {
        background: #ffffff transparent;
        background-image: none;
        padding: 20px;
    }

    #QuickSearchBTN a {
        margin: 12px 3px 8px;
    }

    .TabsStyle4Container ul.tabs li {
        width: 33%;
    }

    .TabsStyle4Container ul.tabs a {
        padding: 5px;
        height: auto;
        border-bottom: 1px solid #FFFFFF;
    }

    .TabsStyle4Container ul.tabs a p {
        margin: 0px !important;
    }

    .TabsStyle4Container ul.tabs a img {
        display: none;
    }

    .TabsStyle5Container ul.tabs li {
        display: inline-block;
        margin: 0 0 5px 0 !important;
    }

    .TabsStyle5Container ul.tabs a {
        height: auto;
        line-height: 100%;
        margin: 0px;
        padding: 5px;
        width: auto;
    }

    .TabsContainer ul.tabs li,
    ul.tabs2 li {
        width: 33%;
    }

    .TabsContainer ul.tabs a,
    ul.tabs2 a {
        height: auto;
        line-height: 100%;
        padding: 8% 5%;
        text-align: center;
        font-size: 1.05rem;
    }

    .TabsContainer ul.tabs,
    ul.tabs2 {
        min-height: 10px;
    }

    .ConditionSearchContainer .sec span {
        display: block;
    }

    #MainPointContainer {
        padding: 0px;
    }

    .faq-btn {
        width: 82%;
    }

    .faq-content {
        width: 86% !important;
        padding: 10px 0 10px 39px !important;
        box-sizing: content-box !important;
    }

    #ContentsContainer #Contents {
        overflow-x: hidden;
        overflow-y: hidden;
    }

    #SiteMapContainer .SiteMap_Section ul.SiteMapList {
        width: 37%;
    }

    /*儲匯*/
    #QuickSearchContainer #QuickSearchBTN {
        padding: 3px;
    }

    #OtherServices .Content p.HeadDco {
        display: none;
    }

    #OtherServices {
        background: none;
        border: none;
        padding: 0;
    }

    #OtherServices .Content {
        background: none;
    }

    #OtherServices .Content li {
        width: 48%;
        padding: 6px 3px;
        border: 0;
    }

    #OtherServices .Content li a {
        display: block;
        border: 1px solid #dcdcdc;
        border-radius: 3px;
        moz-border-radius: 3px;
        webkit-border-radius: 3px;
        min-height: 55px;
        background: #f7f5f6;
        background: linear-gradient(to bottom, #f7f5f6 0%, #eeeeee 100%);
        background: -moz-linear-gradient(top, #f7f5f6 0%, #eeeeee 100%);
        background: -ms-linear-gradient(top, #f7f5f6 0%, #eeeeee 100%);
        background: -o-linear-gradient(top, #f7f5f6 0%, #eeeeee 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f5f6), color-stop(100%, #eeeeee));
        background: -webkit-linear-gradient(top, #f7f5f6 0%, #eeeeee 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f5f6', endColorstr='#eeeeee', GradientType=0);
    }

    #ServiceDescription_Style01 li .IMG {
        display: none;
    }

    #ServiceDescription_Style01 li div.Thumb {
        width: 100%;
        float: none;
    }

    #ServiceDescription_Style01 dt,
    #ServiceDescription_Style01 dd {
        margin-left: 0px;
    }

    #ServiceDescription_Style01 li div.Thumb .BTN {
        margin-left: 0px;
    }

    #ServiceDescription_Style01 li div.Thumb .BTN a {
        font-size: 1em;
    }

    /*儲匯 end*/
}

@media (max-width:470px) {

    /*new*/
    .faq-btn,
    .faq-content {
        width: 80%;
    }

}

@media (max-width:445px) {

    /*new*/
    .faq-btn,
    .faq-content {
        width: 79%;
    }

}

@media (max-width:430px) {
    .step_word_m {
        width: 91%;
    }

}

@media (max-width:422px) {

    /*new*/
    .faq-btn,
    .faq-content {
        width: 78%;
    }

    .bank3_border {
        width: 44%;
        margin: 10px 2%;
    }

}

@media (max-width:418px) {
    .bank3_border {
        width: 43%;
    }

}

@media (max-width:402px) {

    /*new*/
    .faq-btn,
    .faq-content {
        width: 76%;
    }

    .step_word_m {
        width: 90%;
    }

}

@media (max-width:384px) {

    /*new*/
    .faq-btn,
    .faq-content {
        width: 77%;
    }

}

@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;*/
    }

}

@media (max-width:370px) {

    /*new*/
    .step_word_m {
        width: 89%;
    }

}

@media (max-width:367px) {

    /*new*/
    .faq-btn,
    .faq-content {
        width: 76%;
    }

}

@media (max-width:360px) {
    #QuickSearch .ListSelect p.InputWrap select {
        min-width: 260px;
    }

    #SiteMapContainer .SiteMap_Section ul.SiteMapList {
        width: 80%;
    }

}

@media (max-width:352px) {

    /*new*/
    .faq-btn,
    .faq-content {
        width: 75%;
    }

}

@media (max-width:340px) {

    /*new*/
    .step_word_m {
        width: 88%;
    }

}

@media (max-width:338px) {

    /*new*/
    .faq-btn,
    .faq-content {
        width: 73%;
    }

}

@media (max-width:330px) {
    .rwdbiz ul li a {
        font-size: 0.85rem;
    }

    .bank3_flow_block {
        width: 100%;
    }

    .bank3_flow_block:first-child {
        width: 100%;
    }

}

@media (max-width:326px) {

    /*new*/
    .faq-btn,
    .faq-content {
        width: 72%;
    }

}

@media (max-width:320px) {
    .TabsContainer_style2 ul.tabs li {
        margin-right: 3px;
    }

    #QuickSearch .ListSelect p.InputWrap select {
        min-width: 220px;
    }

    .faq-btn,
    .faq-content {
        width: 70%;
    }

    #OtherServices .Content li {
        width: 98%;
    }

    dl.dl_Style02 dd {
        margin-left: 0;
    }

    .step_word_m {
        width: 87%;
    }

    .bank3_border {
        width: 95%;
    }

    .agency-sear1 #post_address {
        width: 70%;
    }

    .title_bar_org {
        width: 98.6%;
    }

}

/*置頂圖片輪播*/
@media (max-width:800px) {
    .BackToPrev a {
        background: url(../images/BackToPrev.png)no-repeat 8px center;
        color: #535353;
        display: inline-block;
        font-size: 1em;
        font-weight: 700;
        height: initial;
        line-height: initial;
        border: 1px solid #ccc;
        padding: 8px 18px 8px 38px;
        border-radius: 4px;
    }

    .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;
    }

    table {
        max-width: 100% !important;
        width: 99% !important;
    }

    .OpenAccountStep_Style1 li .Description {
        margin: 10px;
    }

    .OpenAccountStep_Style1 li .Description .StepArwow {
        left: -23px;
    }

    .OpenAccountStep_Style1 li.Step3 .Description .StepArwow {
        left: -40px;
    }

    .TabsStyle5Container ul.tabs a {
        width: 20%;
    }

    .BTN_Style02 {
        background: #FB966E;
        color: #fff;
        border: 0px;
        padding: 0 3%;
    }

    .BTN_Style02 .Icon {
        display: none;
    }

    #ServiceDescription_Style01 li div.Thumb .BTN {
        margin-left: 15px;
        align-items: center;
        display: flex;
        height: 195px;
    }

    .TabsContainer ul.tabs a {
        border-right: 0px;
    }

    #ContentsContainer #Contents .article ul {
        padding-left: 0;
    }

    .pc_cont {
        display: none;
    }

    .rwd_cont {
        display: block;
        font-size: 15px;
    }

    .rwd_list th,
    .rwd_list_2 th {
        background: #fd982c;
        border-bottom: 1px solid #fcc65e;
        border-right: 1px solid #fcc65e;
        color: #ffffff;
        padding: 10px;
    }

    .rwd_list td,
    .rwd_list_2 td {
        border: 1px solid #e3e3e3;
        line-height: 180%;
        padding: 5px;
        vertical-align: top;
        word-wrap: break-word;
    }

    .intro_main,
    .title_1,
    .title_2,
    .title_3,
    .title_big {
        width: 98%;
        height: auto;
    }

    .title_big_word {
        width: 93%;
    }

    .title_big2_word.title_big2_word_org,
    .non_sign_word,
    .title_big2_word {
        width: 92%;
        height: auto;
    }

    .title_small,
    .title_small_word {
        width: 93%;
        height: auto;
    }

    .title_big2 {
        width: 97%;
    }

    .title_4 {
        width: 98%;
    }

    .org_btn_active {
        background: transparent;
    }

    .title_bar_org {
        background-image: none;
        background-color: #ffffff;
    }

    .org_btn_active a {
        color: #fff;
        font-weight: bold;
        font-size: 18px;
    }

    .step {
        width: 98%;
        background: url(../images/e_pay/step_bg_bg.png) right top no-repeat #f4f4f4;
        padding: 5px 0;
        font-size: 16px;
    }

    .step_m {
        background: url(../images/e_pay/step_bg_bg3.png) right bottom no-repeat #fff !IMPORTANT;
    }

    .step_wrapper {

        /* background: url(../images/e_pay/epay_wrap_arr.png) center top no-repeat; */
        overflow: hidden;
        margin: 20px 0;
        padding: 0;
    }

    .step_pic {
        float: left;
        height: auto;
        margin-top: 20px;
        margin-left: 40px;
        cursor: default;
        display: none;
    }

    .step_chin {
        height: auto;
        width: 75%;
    }

    .title_bar_org,
    .webatm_main_border {
        width: auto;
    }

    .ps {
        width: 97.4%;
        padding-left: 2%;
    }

    .step_mom {
        width: 100%;
    }

    .step_word {
        width: 88%;
        margin-bottom: 4px;
    }

    .step_pic_show {
        display: block;
        width: 80%;
        margin-left: 14%;
    }

    .webatm_main {
        width: 100%
    }

    .TabsStyle4Container ul#menu2 li a {
        height: auto;
    }

    .TabsStyle4Container ul.tabs li a {
        border-bottom: 0px solid #ffffff;
    }

    table tr td a {
        word-break: break-all;
    }

    .title_bar_org {
        height: auto;
        width: 99%;
        border: 2px solid #ff8766;
    }

    .org_btn:first-child {
        border-top: 1px solid #ff8766;
    }

    .org_btn {
        background: #ffeec6;
        width: 93%;
        margin-bottom: 1%;
        color: #333;
    }

    .org_btn_active {
        background-color: #ff8766;
        color: #fff;
        width: 96%;
        padding: 0 2%;
        margin-bottom: 0;
    }

    .rwd_list_2 {
        margin: 2% 0;
    }

    .step_word_m {
        width: 94%;
    }

    .online_counter {
        width: 100% !important;
    }

    .pc_index {
        display: none;
    }

    .rwd_MarqueeContainer {
        position: relative;
        float: left;
        width: 86%;
    }

    select,
    input {
        margin-bottom: 5px;
    }

    #MainAdSmallOverView li a {
        width: 88%;
    }

    .TableStyle_02 td {
        vertical-align: middle;
    }

    #ServiceDescription_Style01 li {
        width: 100%;
        display: block;
    }

    .BoxContainer_Style1 .tabs_fake li {
        width: 50%;
    }

    .BoxContainer_Style1 .tabs_fake {
        background: #fff;
    }

    .BoxContainer_Style1 .tabs_fake li.current a {
        background: #ff3c00;
        display: block;
        overflow: hidden;
        color: #fff !important;
    }

    .BoxContainer_Style1 .tabs_fake li a {
        top: 0;
    }

    .TabsContainer ul.tabs {
        background: #fff;
    }

    .TabsContainer ul.tabs li {
        width: 33.3%;
    }

    .TabsContainer ul.tabs a {
        top: 0;
    }

    .TabsContainer ul.tabs a.current {
        background: #fc9a31 !important;
        color: #fff !important;
    }

    .NoResult img {
        max-width: 100%;
    }

    .agency-sear1,
    .agency-sear2 {
        float: left;
        width: 96%;
        margin: 0 0 1px 0;
        background: #f4f4f4;
        padding: 10px 2%;
        font-size: 15px;
    }

    .ConditionSearchContainer {
        background: transparent;
        border: 0px;
        padding: 0;
    }

    .Last .FloatLeft {
        width: 100%;
    }

    .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;
    }

    .agency-sear1 input[type="text"] {
        padding: 0 10px 0 0;
        padding: 5px;
        border: 1px solid #ccc;
    }

    .span2 {
        margin-top: 6px;
    }

    .agency-sear-btn {
        float: left;
        display: block;
        text-align: center;
        margin: 13px 0 0 0 !important;
    }

    .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;
    }

}

@media (max-width:793px) {
    .service_list li {
        width: 33%;
    }

    .rwd_MarqueeContainer {
        width: 84% !important;
    }

}

@media (max-width:768px) {
    .photosgallery-vertical {
        width: 100%;
    }

    .photosgallery-vertical .sliderkit-nav {
        width: 290px;
    }

    .photosgallery-vertical .sliderkit-nav-clip ul li a {
        width: 270px;
    }

    .photosgallery-vertical .sliderkit-panel {
        width: 462px;
    }

    .table-cell {
        width: 462px;
    }

    .photosgallery-vertical .sliderkit-panel .sliderkit-panel-textbox {
        width: 462px;
    }

    .topNews-slider .sliderkit img {
        max-width: 462px;
    }

    .photosgallery-vertical .sliderkit-panel .sliderkit-panel-text p {
        line-height: 120% !important;
        padding: 0;
    }

    .pc_cont {
        display: none;
    }

    .rwd_list tr th {
        background: #fd982c;
        border-bottom: 1px solid #fcc65e;
        border-right: 1px solid #fcc65e;
        color: #ffffff;
    }

    .rwd_list tr td {
        border-bottom: 1px dotted #c9c9c9;
        background: #f2f2f2;
        border: 1px solid #e3e3e3;
    }

}

@media (max-width:765px) {
    #ServiceDescription_Style01 li div.Thumb .BTN {
        height: 186px;
    }

}

@media (max-width:760px) {
    .TabsStyle5Container ul.tabs a {
        width: 28%;
    }

}

@media (max-width:750px) {
    #ServiceDescription_Style01 li div.Thumb .BTN {
        height: 182px;
    }

    .management_btn li a p {
        line-height: 28px;
        height: 58px;
    }

}

@media (max-width:730px) {
    .rwd_index .service_list li a p {
        line-height: 28px;
        height: 58px;
    }

}

@media (max-width:720px) {
    #ServiceDescription_Style01 li div.Thumb .BTN {
        height: 174px;
    }

}

@media (max-width:710px) {
    .TabsStyle5Container ul.tabs a {
        width: 27%;
    }

}

@media (max-width:700px) {
    #ServiceDescription_Style01 li .IMG {
        width: 28%;
    }

    #ServiceDescription_Style01 li div.Thumb .BTN {
        height: 190px;
    }

    #ServiceDescription_Style01 li div.Thumb {
        width: 61%;
    }

    .rwd_index .service_list li {
        padding: 6% 0;
    }

    .management_btn li {
        padding: 6% 0;
    }

    .rwd_index .service_list li a p {
        padding: 20px 20px 0;
    }

    .management_btn li a p {
        padding: 20px 20px 0;
    }

    .rwd_MarqueeContainer {
        width: 81% !important;
    }

}

@media (max-width:680px) {
    #ServiceDescription_Style01 li div.Thumb .BTN {
        height: 180px;
    }

    #MainAdSmallOverView li {
        width: 48%;
    }

}

@media (max-width:650px) {
    #ServiceDescription_Style01 li div.Thumb .BTN {
        height: 172px;
    }

    .rwd_index .service_list li {
        width: 32.9%;
    }

}

@media (max-width:630px) {
    .instructions_list li {
        width: 50%;
        float: left;
        text-align: center;
        margin-bottom: 14px;
    }

}

@media (max-width:610px) {
    #ServiceDescription_Style01 li div.Thumb .BTN {
        height: 165px;
    }

}

@media (max-width:600px) {
    .TabsStyle5Container ul.tabs a {
        width: 26%;
    }

    .management_btn li {
        width: 49.6%;
    }

    .rwd_index .service_list li {
        width: 49.5%;
    }

    .rwd_MarqueeContainer {
        width: 78% !important;
    }

    #SiteMapContainer .SiteMap_Section ul.SiteMapList {
        width: 94%;
        margin: 0px 0 20px 0;
        padding: 15px 3%;
    }

}

@media (max-width:590px) {
    #ServiceDescription_Style01 li div.Thumb .BTN {
        height: 160px;
    }

    .step_word_m {
        width: 93%;
    }

}

@media (max-width:570px) {
    .step_word {
        width: 88%;
    }

    .service_list>li {
        width: 31% !important;
    }

    .rwd_index .service_list li {
        width: 49.5% !important;
    }

}

@media (max-width:560px) {
    #ServiceDescription_Style01 li div.Thumb .BTN {
        height: 151px;
    }

    .BTN_Style02 {
        padding: 0 8%;
        line-height: 42px;
    }

}

@media (max-width:555px) {
    .step_word {
        width: 86%;
    }

    .step_chin_many {
        width: 87%;
    }

    .step_word_m {
        width: 92%;
    }

}

@media (max-width:530px) {
    .service_list_2 li a p {
        width: 56%;
    }

}

@media (max-width:525px) {
    .TabsStyle5Container ul.tabs a {
        width: 25%;
    }

    .step_chin_many {
        width: 85%;
    }

    .rwd_MarqueeContainer {
        width: 76% !important;
    }

    .ic-card-tab li {
        width: 100%;
    }

    .ic-card-tab li a {
        padding: 8px 0;
    }

}

@media (max-width:500px) {
    .management_btn li {
        width: 49.4%;
    }

    .rwd_MarqueeContainer {
        width: 76% !important;
    }

}

@media (max-width:490px) {
    .TabsStyle5Container ul.tabs a {
        width: 41%;
    }

    #ServiceDescription_Style02 .IMG {
        float: none;
        margin: 0 auto 10px auto;
    }

    /* dl.dl_Style02 dd dd{
            padding-left: 14px;
        } */
    .step_chin_m {
        width: 85%;
    }

    .service_list_2 li {
        width: 91.5%;
    }

    .service_list_2 li a p {
        width: 73%;
    }

    #MainAdSmallOverView li {
        width: 100%;
    }

    #MainAdSmallOverView li a {
        width: 96%;
        padding: 10px 2%;
    }

    #MainAdSmallOverView li a .IMG {
        float: left;
        width: 100%;
    }

    #MainAdSmallOverView li a .IMG img {
        display: block;
        width: 100%;
        height: auto;
    }

    #MainAdSmallOverView li a .Info {
        float: left;
        margin-left: 0;
        width: 100%
    }

    .Mobile_Post {
        width: 100%;
    }

    #mobile_postoffice .feature-btn {
        flex-basis: calc(100% / 2 - 10px);
        background: url(../images/ListIcon_004.jpg) no-repeat 0px 12px;
      }
      
}

@media (max-width:479px) {
    .TabsStyle5Container ul.tabs a {
        width: 100%;
        padding: 10px 0;
    }

    .TabsStyle5Container ul.tabs li {
        display: inline-block;
        margin: 0 1% 5px !important;
        width: 46%;
    }

    #ServiceDescription_Style01 li div.Thumb {
        width: 96%;
    }

    #ServiceDescription_Style01 li .BTN_Style02 {
        border-radius: 10px;
        font-size: 20px !important;
        padding: 0 5% 0 130px;
        height: 154px;
        display: flex;
        align-items: center;
        line-height: 26px;
    }

	#ServiceDescription_Style01 li div.Thumb .BTN {
        height: 100%;
    }
	
    #ServiceDescription_Style01 li:first-child .BTN_Style02 {
        background: url(../images/icon_1.png) 20px 20px no-repeat #FB966E;
    }

    #ServiceDescription_Style01 li:nth-child(2) .BTN_Style02 {
        background: url(../images/icon_2.png) 20px 20px no-repeat #FB966E;
    }

	#ServiceDescription_Style01 li:nth-child(3) .BTN_Style02 {
        background: url(../images/icon_4.png) 20px 20px no-repeat #FB966E;
    }

	#ServiceDescription_Style01 li:last-child .BTN_Style02 {
        background: url(../images/icon_3.png) 20px 20px no-repeat #FB966E;
    }
	

    .rwd_MarqueeContainer {
        width: 74% !important;
    }

    .TabsStyle4Container ul.tabs a.current,
    .TabsStyle4Container ul.tabs a.current:hover {
        background: #fc9a31 !important;
        color: #ffffff !important;
    }

    .TabsStyle4Container ul.tabs a {
        top: 0;
    }

}

@media (max-width:461px) {

    .title_big2_word.title_big2_word_org,
    .title_big2_word {
        width: 95%;
        height: auto;
    }

    .non_sign_word {
        width: 93%;
    }

    .title_small,
    .title_small_word {
        width: 92%;
        height: auto;
    }

    .step_chin_many {
        width: 83%;
    }

    .exchange_btn a .icon {
        width: 18%;
    }

    .exchange_btn a .icon img {
        width: 100%;
    }

    .exchange_btn a .text .title {
        padding: 4% 0;
        font-size: 28px;
    }

    .exchange_btn a .text p {
        font-size: 20px;
    }

    .link_list li {
        float: left;
        width: 44%;
        text-align: center;
        padding: 20px 3%;
    }

    .link_list li img {
        width: 100%;
    }

    .tabs_fake {
        display: block;
        overflow: hidden;
    }

}

@media (max-width:450px) {
    .rwd_MarqueeContainer {
        width: 70% !important;
    }

}

@media (max-width:440px) {
    .step_word_m {
        width: 91%;
    }

    .service_list>li {
        width: 48% !important;
    }

    .rwd_index .service_list li {
        width: 49.3% !important;
    }

}

@media (max-width:430px) {

    .agency-sear1,
    .agency-sear2 {
        float: left;
        width: 100%;
        margin: 0 0 1px 0;
        background: #f4f4f4;
        padding: 10px 3.5%;
    }

}

@media (max-width:420px) {
    .step_chin_m {
        width: 83%;
    }

}

@media (max-width:410px) {
    .step_chin_many {
        width: 81%;
    }

    .instructions_list li {
        width: 100%;
    }

    .rwd_MarqueeContainer {
        width: 68% !important;
    }

    #MainAdSmallOverView li a .Info {
        width: 40%;
    }

    .four_table tr th {
        width: 30%;
    }

}

@media (max-width:400px) {

    .title_big2_word.title_big2_word_org,
    .title_big2_word {
        width: 93%;
        height: auto;
    }

    .step_word_m {
        width: 90%;
    }

    .step_chin_m {
        width: 81%;
    }

    .TabsContainer ul.tabs li {
        width: 50%;
    }

    .rwd_list_2.other_1 tr th {
        min-width: 68px;
    }

    /*-footer-*/
    #Footer .FooterSec_1Container .Sec_1 .Location {
        margin: 0px 5px 0px 0px !important;
        padding: 2px 2%;
        width: 95%;
        float: left;
        background: #eeeeee;
    }

}

@media (max-width:380px) {
    .OpenAccountStep_Style1 li {
        width: 99%;
    }

    .OpenAccountStep_Style1 li .Description .StepArwow {
        left: -40px;
    }

    .step_chin_many {
        width: 78%;
    }

    .step_chin {
        width: 78%;
    }

    .step_chin_m {
        width: 79%;
    }

    .step_word_m {
        width: 89%;
    }

    .service_list_2 li a p {
        width: 68%;
    }

    .exchange_btn a .text .title {
        padding: 2% 0;
        font-size: 26px;
    }

    .exchange_btn a .text p {
        font-size: 18px;
    }

    .exchange_btn a .icon {
        width: 19%;
    }

    .exchange_btn a.go_btn {
        background-size: 10%;
    }

    .rwd_MarqueeContainer {
        width: 67% !important;
    }

    #MainAdSmallOverView li a .Info {
        float: none;
        margin-left: 0%;
        width: 96%;
        margin: 10px 0;
    }

    #MainAdSmallOverView li a .IMG {
        float: none;
        text-align: center;
        width: 210px;
        margin: 0 auto;
    }

}

@media (max-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;
    }

    .step_chin {
        width: 75%;
        height: auto;
    }

    .step_chin_many {
        width: 75%;
    }

    .TabsStyle4Container ul#menu2 li {
        float: left;
        width: 96%;
        margin: 1% 2% !important;
    }

    .TabsStyle4Container ul#menu2 li a {
        padding: 5px 3%;
    }

    .TabsStyle4Container ul.tabs a.current,
    .TabsStyle4Container ul.tabs a.current:hover {
        background: #fc9a31 !important;
        color: #ffffff !important;
    }

    .TabsStyle4Container ul.tabs a {
        top: 0px;
    }

    .TabsStyle4Container ul.tabs {
        background: #fff;
    }

    .rwd_MarqueeContainer {
        width: 65% !important;
    }

    .BoxContainer_Style1 .tabs_fake {
        min-height: 72px;
    }

    .BoxContainer_Style1 .tabs_fake li {
        width: 100%;
    }

    .TabsContainer ul.tabs li {
        width: 100%;
        border-bottom: 1px solid #fff;
    }

    .TabsContainer ul.tabs li a {
        text-align: center;
        padding: 7px 10px;
        font-size: 18px;
        color: #333;
    }

    .TabsStyle4Container ul.tabs li {
        width: 50%;
    }

}

@media (max-width:350px) {
    .four_table tr th {
        width: 34%;
    }

}

@media (max-width:344px) {
    .title_big_word {
        width: 91%;
    }

    .non_sign_word {
        width: 90%;
    }

    .step_chin {
        width: 73%;
    }

    .step_chin_many {
        width: 73%;
    }

    .service_list>li {
        width: 98% !important;
    }

    .rwd_MarqueeContainer {
        width: 63% !important;
    }

    .rwd_abgne_marquee ul li a {
        width: 94% !important;
    }

    .management_btn li {
        width: 49.2%;
    }

    dl.dl_Style02 dd {
        width: 92%;
    }

}

@media (max-width:330px) {
    .rwd_MarqueeContainer {
        width: 61% !important;
    }

}

@media (max-width:320px) {
    .photosgallery-vertical {
        width: 100%;
    }

    .photosgallery-vertical .sliderkit-nav {
        width: 100px;
    }

    .photosgallery-vertical .sliderkit-nav-clip ul li a {
        width: 80px;
    }

    .photosgallery-vertical .sliderkit-nav-clip .pic {
        display: none;
    }

    .photosgallery-vertical .sliderkit-panel {
        width: 205px;
    }

    .table-cell {
        width: 205px;
    }

    .photosgallery-vertical .sliderkit-panel .sliderkit-panel-textbox {
        width: 205px;
    }

    .topNews-slider .sliderkit img {
        max-width: 205px;
    }

    .photosgallery-vertical .sliderkit-panel .sliderkit-panel-text {
        padding: 9px 15px;
    }

    .photosgallery-vertical .sliderkit-panel .sliderkit-panel-text h4 {
        margin: 0 0 3px 0;
    }

    .photosgallery-vertical .sliderkit-panel .sliderkit-panel-text p {
        line-height: 116% !important;
        padding: 0;
    }

}

/*置頂圖片輪播 end*/