﻿.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;
}
.rwd-postaddresault {
    display: none;
}
.mobile-select-menu {
    display: none;
}
.select-date ul ,
.select-date ul li,
.select-date-note {
    display: inline-block;
}
.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: #5ba4ff;
    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: #0072ff;
    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: #0072ff;
    font-weight: bold;
}

.navsecond-item-current > a::before {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    vertical-align: top;
    border-radius: 999em;
    background-color: #0072ff;
    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: #0072ff;
}

.navthird-item-current > a::before {
    content: "";
    width: 7px;
    height: 1px;
    display: inline-block;
    vertical-align: top;
    background-color: #0072ff;
    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 *****/

#Mobilemenu-mainService,
nav.sb-navbar,
nav #Logo a.Logo_link,
.mobile-select-menu {
    display: none;
}

@media (max-width: 980px) {
    #Header_1 {
        width: 100%;
    }
    #Header_2 {
        width: 100%;
    }
    #Header_3 {
        width: 100%;
    }
    .megamenu_container {
        margin-left: 5px;
    }
    #MainContentContainer {
        width: 100%;
    }
    #MainContentInner {
        padding: 0 15px;
    }
    #HeaderMainMenuContainer {
        width: 100%;
    }
    #InnerBody {
        width: 100%;
    }
    #Footer {
        width: 100%;
    }
    #LocalNavContainer {
        width: 23%;
    }
    #LocalNav {
        width: auto;
        padding: 3px;
        border: 1px solid #dddbd9;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
    }
    #LocalNav .LocalNavBG_Top,
    #LocalNav .LocalNavAreaBG_BTM {
        display: none;
    }
    /* 	#LocalNav .LocalNavBG_BodyContainer {background: none;} */
    #LocalNav .LocalNavBG_Body {
        width: 100%;
    }
    #LocalNav .LocalNavBG_Body .LocalNavGraphic img {
        width: 100%;
    }
    .demo-container {
        width: 100%;
    }
    #MainContainer {
        width: 74%;
    }
    #Main {
        width: auto;
    }
    .megamenu_container {
        width: 92%;
    }
    .megamenu > li .megamenu_fullwidth {
        width: 100%;
        max-width: 920px;
    }
    /*accordion*/
    .accordion_green .accordion,
    .accordion_related .accordion,
    .accordion_grey_gradient .width655px,
    .accordion_grey_gradient .accordion {
        width: auto;
    }
    /*accordion end*/
    /*nesttab*/
    .TabsContainer .wrap,
    .wrap {
        width: auto;
    }
    .TabsStyle2Container .wrap {
        width: auto;
    }
    /*nesttab end*/
    /*文章列表006-連結*/
    .ContentBoxContainer {
        width: auto;
        border: 1px solid #ffffff;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -moz-box-shadow: 0px 0px 5px 0px #a2a2a2;
        -webkit-box-shadow: 0px 0px 5px 0px #a2a2a2;
        box-shadow: 0px 0px 5px 0px #a2a2a2;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(26%, #ffffff), color-stop(100%, #f9f9f9));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #f4f4f4 0%, #ffffff 26%, #f9f9f9 100%);
        /* Chrome10+,Safari5.1+ */
        background: linear-gradient(to bottom, #f4f4f4 0%, #ffffff 26%, #f9f9f9 100%);
        /* W3C */
        padding: 15px;
    }
    .ContentBoxContainer .ContentBox_top,
    .ContentBoxContainer .ContentBox_btm {
        display: none;
    }
    .ContentBoxContainer .ContentBox_md {
        background: none;
        padding: 0px;
        width: 100%;
    }
    .ContentBoxContainer .ContentBox_md .GraphicImg {
        width: 30%;
    }
    .ContentBoxContainer .ContentBox_md .GraphicImg img {
        width: 100%;
    }
    .ContentBoxContainer .ContentBox_md .LinksContainer {
        width: 65%;
    }
    .ContentBoxContainer .ContentBox_md .LinksContainer .List_BTN_Style3 {
        width: 100% !important;
    }
    /*文章列表006-連結 end*/
    .SinglePic_L img {
        width: 100%;
    }
    .faq-btn,
    .faq-content {
        width: inherit;
        padding: 10px 10% 10px 35px;
        float: none;
        color: #333!important;
    }
    #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%;
        margin: 0;
    }

    /*首頁*/
    #ServiceGuideContainer {
        width: auto;
    }
    #ServiceGuideContent a {
        width: 31%;
    }   
    #ServiceGuideContent a img {
        width: 90%;
    }
    #LatestNews ul.tabs {
        width: 100%;
    }
    #LatestNewsContainer {
        width: auto;
    }  
    #LatestNewsContainer #NewsList li {
        padding: 5px;
        text-overflow: ellipsis;
        overflow: hidden;
    }  
    #LatestNewsContainer #NewsList li a {
        width: 100%;
    }   
    #LatestNews ul.tabs a {
        padding: 5px 3%;
    }
    #MainAdContainer {
        width: 100%;
        height: auto;
    }
    #MarqueeContainer {
        width: auto;
        margin: 0;
        background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
        border: 1px solid #dcdcdc;
        border-radius: 10px;
    }
    div#abgne_marquee {
        width: auto;
        background: url('../images/MarqueeBG-s.png') no-repeat 8px 9px;
    }
    div#abgne_marquee ul li a {
        padding: 0 90px 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 {
        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;
    }
    #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%;
    }
    /*首頁 end*/
    /*基金 end*/
    #ProductSearchConatiner {
        width: auto;
    }
    .ProductSearch .Header {
        position: relative;
        margin: 0px 10px;
        padding: 15px 12px;
        width: auto;
        left: 0px;
        background: -moz-linear-gradient(top, #0067b6 0%, #80b4db 2%, #0067b6 5%, #00479d 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0067b6), color-stop(2%, #80b4db), color-stop(5%, #0067b6), color-stop(100%, #00479d));
        background: -webkit-linear-gradient(top, #0067b6 0%, #80b4db 2%, #0067b6 5%, #00479d 100%);
        background: -o-linear-gradient(top, #0067b6 0%, #80b4db 2%, #0067b6 5%, #00479d 100%);
        background: -ms-linear-gradient(top, #0067b6 0%, #80b4db 2%, #0067b6 5%, #00479d 100%);
        background: linear-gradient(to bottom, #0067b6 0%, #80b4db 2%, #0067b6 5%, #00479d 100%);
        border-radius: 3px;
    }
    .ProductSearch .BodyContent {
        position: relative;
        top: 0px;
        margin-top: -30px;
        width: auto;
    }
    .ProductSearch .BodyContent p {
        width: auto;
    }
    .ProductSearch .ProductSearchBTN {
        width: 100%;
        margin: 8px auto 0;
    }
    .ProductSearch .ProductSearchBTN input {
        width: 100%;
        background: url(../images/ProductSearch_InputSearch.png) no-repeat center !important;
        border-radius: 5px;
        -webkit-border-radius: 5px;
    }
    .Step_Style1 p.Describe {
        width: auto;
    }
    .Step_Style1 p.Describe_part {
        width: 25%
    }
    #Warning_Style1 .content {
        width: auto;
        padding: 150px 0 15px;
        background-position: center top;
    }
    /*基金 end*/
    .demo-container {
        width: 100% !important;
    }
}

@media (max-width:959px) {
    #LocationBTNContainer .LocationBTN li a {
        width: 80%;
    }
    #LocationBTNContainer .LocationBTN li {
        width: 25%;
    }
}

@media (max-width:825px) {
    .address_1 {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media (max-width:800px) {
    /** {
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }  */  
    .rwd-back-pc {
        display: block;
    }      
    /*-公債-*/
    .rwd-open800 {
        display: inline-table;
    }
    #Footer .FooterSec_2Container {
        margin: 0px 10px;
    }    
    table.TableStyle_02.rwd-open800.bondinfo {
        margin: 0 0 15px 0;
        line-height: 25px;
    }
   table.TableStyle_02.rwd-open800.bondinfo th {
        width: 150px;
    }
    .management_btn li {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .search_select {
        width: 82%;
        display: inline-block;    
        margin: 0; 
        float: none;   
    }
    .bookmark_content .btn {
        float: none;
        display: inline-block;
        width: auto;
        vertical-align: top;
        text-align:right;
    }    
    .bookmark_content .btn .determine {
        margin: 0;
        padding: 0 10px;
        line-height: 43px;
    } 
    .department-sear-remark {
        display: block;
        margin-bottom: 10px;
        font-size: 14px;
    }
    .your-resault {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .postadd-resault {
        display: none;
    }
    .rwd-postaddresault {
        display: table;
        border-top: 1px solid #ddd;
        border-left: 1px solid #ddd;
        margin-bottom: -1px;
    }
    .rwd-postaddresault:nth-child(odd) {
        background: #eee;
    }    
    .rwd-postaddresault th,
    .rwd-postaddresault td {
        border-bottom: 1px solid #ddd;
        border-right: 1px solid #ddd;
        padding: 10px 8px;
    }
    .rwd-postaddresault th {
        width: 30%;
        text-align: left;
    }
    .rwd-postaddresault td {
        width: 70%;
    }

    .rwd-close800 {
        display: none;
    }
    .rwd-ItemDetail_2 {
        margin-top: -15px;
        font-size: 15px;
        line-height: 20px;
        border-left: 1px solid #eee;
        border-top: 1px solid #eee;
    }
    .rwd-ItemDetail_2 .hd,
    .rwd-ItemDetail_2 td {
        border-right: 1px solid #eee;
        border-bottom: 1px solid #eee;
        padding: 5px 10px;
    }
    .rwd-ItemDetail_2 .hd {
        background: #f4f4f4;
        width: 38%;
    }
    .rwd-compinfo {
        margin: 20px 0;
    }
    .rwd-compinfo .ItemDetail {
        margin: 0 0 20px 0;
    }
    /*-basic-*/
    #Main h1 {
        line-height: 33px;
    }
    input,
    select {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        border-radius: 0;
    }
    select {
        background: url(../images/rwd_select_att.png) 98% center no-repeat #fff;
        padding: 0 10px 0 0;
        font-size: 15px;
    }

    input[type="text"]#keyword,
    input[type="text"]#post_address,
    input[type="text"].office_input {
        border: 1px solid #ddd;
        padding: 7px;
        border-radius: 0;
        font-size: 15px;
    }

    .rwd_Form_Style_Container {
        padding: 15px;
        font-size: 18px;
    }

    .rwd_Form_Style_Container .Topic_Style02_noBlock {
        font-size: 18px;
        margin-bottom: 0;
    }

    .rwd_Form_Style_Container p {
        margin: 10px 0 25px 0!important;
    }
    .rwd_Form_Style_Container select {
        padding: 5px 25px 5px 5px;
        border: 1px solid #ccc;
        background: url(../images/rwd_select_att.png) 95% center no-repeat #fff;
    } 
    .rwd_Form_Style_Container .Padinleft20 {
        padding-left: 0; 
    } 
    .rwd_Form_Style_Container .select-date {
        padding: 10px 0 25px 0;
    }
    .rwd_Form_Style_Container #fromDate,
    .rwd_Form_Style_Container #toDate {
        border: 1px solid #ccc;
        font-size: 16px;
        padding: 5px;
    } 

    .faq-btn h3 {
        font-size: 16px;
    }
    .faq-content {
        width: 100%;
        font-size: 16px;
        padding: 0 5px 10px 40px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
    }
    .faq-list .icon-answer {
        top: 3px;
    }
    /*--*/
    .finance-fee-table2 .rwd_list {
        margin: 0 0 15px 0;
        width: 100%;
        display: inline-block;
    }
    .finance-fee-table2 .rwd_list tr th,
    .finance-fee-table2 .rwd_list tr td {
        padding: 6px 5px;
    }
    .finance-fee-cont {
        margin: 5px 0 0 0;
    }
    .finance-fee-cont3 {
        margin: 0 0 0 78px;
    }
    .finance-fee-cont3 span {
        display: inline-block;
        vertical-align: top;
        line-height: 180%;
        width: 13px;
    }
    .finance-fee-cont3 p {
        display: inline-block;
        vertical-align: top;
        width: 91%;
        margin: 0 !important;
    }
    .finance-fee-cont2 {
        margin: 0 0 0 26px;
    }
    .finance-fee-cont2 span {
        display: inline-block;
        vertical-align: top;
        line-height: 180%;
        width: 48px;
    }
    .finance-fee-cont2 p {
        display: inline-block;
        vertical-align: top;
        width: 91%;
        margin: 0 !important;
    }
    .finance-fee-table,
    .finance-fee-table2 {
        display: inline-block;
        margin: 15px 0;
        width: 100%;
    }
    .finance-fee-cont span {
        width: 25px;
        display: inline-block;
        vertical-align: top;
        line-height: 180%;
    }
    .finance-fee-cont p {
        display: inline-block;
        vertical-align: top;
        margin: 0 !important;
        width: 91%;
    }
    .finance-fee-wrap {
        font-size: 16px;
    }
    .finance-fee-wrap p {
        color: #333333 !important;
    }
    .finance-fee-wrap {
        font-size: 16px;
    }
    table.rwd_list.finance-fee {
        margin: 0 0 10px 0;
        width: 100%;
        display: inline-table;
        font-size: 15px;
        line-height: 24px;
    }
    table.rwd_list.finance-fee tr th,
    table.rwd_list.finance-fee tr td {
        padding: 6px 8px;
    }
    [canvas=container] {
        margin-top: 59px;
        height: -webkit-calc( 100% - 59px);
        height: -moz-calc( 100% - 59px);
        height: calc( 100% - 59px);
    }
    .rwdheader {
        display: block;
    }
    #FooterContainer {
        float: left;
    }
    .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: 15px;
    }
    .FatFooterHeader {
        padding: 0;
    }
    .FatFooterHeader a {
        display: block;
        color: #FFF;
        background: #0072ff;
        padding: 10px;
        -webkit-border-radius: 0px !important;
        -moz-border-radius: 0px !important;
        border-radius: 0px !important;
    }
    .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;
    }
    input[type="checkbox"],
    input[type="radio"] {
        border: 1px solid #ccc;
    }
    #sb-site {
        padding: 50px 0 0;
    }
    #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: 156px;
        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: 100%;
    }
    #MainContentInner {
        padding: 0;
    }
    #MainContentInner #Breadcrumbs {
        border: 0;
        font-size: 15px;
        margin-top: 10px;
        margin-bottom: 10px;
        background: #fff;
    }
    #MainContentLeft {
        float: none;
        width: auto;
    }
    #ServiceGuideContainer {
        width: auto;
        padding: 0 10px;
        background: none;
        height: auto;
        border: 0px;
    }
    #ServiceGuideHeader {
        border: 1px solid #dcdcdc;
    }
    #ServiceGuideContent {
        border: 1px solid #dcdcdc;
        border-top: none;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        background: linear-gradient(to bottom, #ffffff 0%, #fafafa 100%);
    }
    #ServiceGuideContent .pane {
        margin-bottom: 0;
        width: 100%;
    }
    /*
	#ServiceGuideContent a {
		width: 33%;
	}
	#ServiceGuideContent a.ServiceGuide_01, #ServiceGuideContent a.ServiceGuide_02, #ServiceGuideContent a.ServiceGuide_03, #ServiceGuideContent a.ServiceGuide_04, #ServiceGuideContent a.ServiceGuide_05, #ServiceGuideContent a.ServiceGuide_06 {
		background-position: center top;
	}
	#ServiceGuideContent a.ServiceGuide_01:hover, #ServiceGuideContent a.ServiceGuide_02:hover, #ServiceGuideContent a.ServiceGuide_03:hover, #ServiceGuideContent a.ServiceGuide_04:hover, #ServiceGuideContent a.ServiceGuide_05:hover, #ServiceGuideContent a.ServiceGuide_06:hover {
		background-position: center -89px;
	}
	*/
    #ServiceGuideContent ul.tabs {
        width: 100%;
    }
    #IndexNewsContainer {
        margin: 0 10px 20px;
    }
    .TabsContainer_style2 .Width250p {
        width: 100%;
    }
    #LatestNewsContainer {
        width: auto;
        padding: 0 10px;
    }
    #MainContentRight {
        float: none;
        width: auto;
    }
    #MainContentInner_1Container {
        height: auto;
    }
    #MainContentInner_1 {
        width: 100%;
        position: relative;
    }
    #MainBG_L,
    #MainBG_R {
        display: none;
    }
    #NewsContainer {
        position: relative;
        left: 0px;
        top: 0px;
        border: 0px;
        width: 100%;
        background: -moz-linear-gradient(top, #3378c0 0%, #7db9e8 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3378c0), color-stop(100%, #7db9e8));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #3378c0 0%, #7db9e8 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #3378c0 0%, #7db9e8 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #3378c0 0%, #7db9e8 100%);
        /* IE10+ */
        background: linear-gradient(to bottom, #3378c0 0%, #7db9e8 100%);
        /* W3C */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3378c0', endColorstr='#7db9e8', GradientType=0);
        /* IE6-9 */
    }
    #NewsInner {
        width: 95%;
        margin: 0px auto;
        padding: 15px 0;
    }
    #TabsContainer {
        margin: 0 auto;
        width: 100%;
    }
    #TabsContainer ul.TabsMenu li {
        width: 11%;
        text-align: center;
    }
    #TabsContainer ul.TabsMenu li#TabsOthers {
        width: 17%;
    }
    .TabsContent {
        padding-left: 0px;
    }
    .TabsContent.TabsAll,
    .TabsContent.TabsNews,
    .TabsContent.TabsTutorials,
    .TabsContent.TabsLinks,
    .TabsContent.TabsStamp,
    .TabsContent.TabsShop,
    .TabsContent.TabsOthers {
        width: 95%;
    }
    #mcs6_container,
    #mcs6_1_container,
    #mcs6_2_container,
    #mcs6_3_container,
    #mcs6_4_container,
    #mcs6_5_container,
    #mcs6_6_container {
        width: 100%;
    }
    #mcs6_container .customScrollBox .container,
    #mcs6_1_container .customScrollBox .container,
    #mcs6_2_container .customScrollBox .container,
    #mcs6_3_container .customScrollBox .container,
    #mcs6_4_container .customScrollBox .container,
    #mcs6_5_container .customScrollBox .container,
    #mcs6_6_container .customScrollBox .container {
        width: 95%;
    }
    #NewsContainer .StampFocus {
        margin: 0 auto 7px auto;
    }
    #NewsContainer .ShopFocus {
        margin: 0 auto 10px auto;
        width: 263px;
    }
    .ListStyle_3 dd {
        width: 95%;
    }
    #MainAdContainer {
        width: 100%;
        height: auto;
    }
    #flexslider_big .slides > li img,
    #MainAd a img {
        height: auto;
    }
    /*
	#MainAdContainer {
		border-right: 0px solid #ffffff;
		position: relative;
		top: 0px;
		left: 0px;
	}
	#MainAd {
		background: url(../images/MainAdBanner.jpg) no-repeat;
		width: 463px;
		height: 176px;
		margin: 0;
	}
	.slides_container {
		width: 463px;
	}
	.slides_container a {
		width: 463px;
		height: 176px;
	}
	.slides_container a img {
		width: 463px;
		height: 176px;
	}

	#slides .next, #slides .prev {
		top: 70px;
		left: 5px;
		width: 24px;
		height: 43px;
		display: block;
		z-index: 101;
	}
	#slides .next {
		left: 435px;
	}*/
    /*
	#MainAdContainer {
		border-right: 0px solid #ffffff;
		position: relative;
		top: 0px;
		left: 0px;
		width: 100%;
		height: auto;
	}
	#MainAd {
		background: url(../images/MainAdBanner.jpg) no-repeat;
		margin: 0;
	}
	.slides_container {
		width: 100%;
	}
	.slides_container a {
		width: 463px;
		height: 176px;
	}
	.slides_container a img {
		width: 463px;
		height: 176px;
	}
	#slides .next, #slides .prev {
		top: 40%;
		left: 5px;
	}
	#slides .next {
		left: auto;
		right: 20px;
	}
	#slides .pagination {
		margin: 0;
	}
	*/
    #MarqueeContainer {
        width: auto;
        margin: 0 10px;
        background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
        border: 1px solid #dcdcdc;
        border-radius: 10px;
    }
    div#abgne_marquee {
        width: auto;
        background: url('../images/MarqueeBG-s.png') no-repeat 8px 9px;
    }
    #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;
    }
    #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;
	}
	*/
    #Footer {
        width: 100%;
    }
    #Footer .FooterSec_1Container {
        margin: 10px;
    }
    #Footer .FooterSec_1Container .Sec_1 {
        margin-top: 0px;
        float: none;
    }
    #Footer .FooterSec_1Container .Sec_2 {
        float: none;
        margin: 20px 0;
    }
    #Footer .FooterSec_1Container .Sec_2 ul {
        overflow: hidden;
    }
    #Footer .FooterSec_2Container .Sec_1 {
        float: none;
        text-align: center;
    }
    #Footer .FooterSec_2Container .Sec_2 {
        float: none;
    }
    #Footer .FooterSec_2Container .Sec_2 .A_Plus {
        float: left;
    }
    #Footer .FooterSec_2Container .Sec_2 .Traffic {
        float: left;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 15px;
    }
    #Footer .FooterSec_1Container .Sec_1 .Location {
        margin-right: 0px;
        padding: 2px 15px 2px 10px;
    }
    /*
	.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: 0px 10px;
    }
    #MainAdOverView {
        width: 100%;
    }
    #MainAdOverView li {
        background: #eeeeee;
        background-image: none;
        padding-bottom: 0px;
        margin-bottom: 20px;
    }
    #MainAdOverView li .Info {
        width: auto;
        float: none;
    }
    #MainAdOverView li .Info p {
        margin: 0 0 0px 0 !important;
    }
    #MainAdOverView li .IMG {
        float: none;
        width: 100%;
    }
    #MainAdOverView li .IMG a {
        display: block !important;
    }
    #Main_Fullwidth #Section_2 #Breadcrumbs {
        width: 295px;
    }
    .ConditionSearchContainer {
        font-size: 0.9em;
        line-height: 175%;
    }
    .ConditionSearchContainer select {
        width: 130px;
        min-width: 130px;
        font-size: 15px;
        padding: 4px 6px;
        font-family: 微軟正黑體;
        border: 1px solid #ccc;
    }
    .ConditionSearchContainer .Submit_1,
    .ConditionSearchContainer .Submit1,
    .ConditionSearchContainer .Submit2 {
        text-indent: 0;
        background: #0072ff;
        display: inline-block;
        width: 65px;
        height: 32px;
        border: 0;
        cursor: pointer;
        margin-left: 5px;
        font-family: 微軟正黑體;
        font-size: 15px;
        color: #fff;
    }
    #NewsListContainer {
        width: 100%;
    }
    .grid-pager {
        float: none;
    }
    .sort-method-buttons {
        float: right;
        position: relative;
    }
    .sort-method-buttons a {
        border-left: none;
        padding: 12px 10px 0px 20px;
    }
    .NewsList li a {
        padding: 15px 0px 15px 0px;
        background: none;
    }
    .NewsListImage li a {
        padding: 15px 0px 15px 170px;
        background: none;
    }
    .NewsHeadContainer .NewsHeadS {
        width: 215px;
    }
    .NewsHeadContainer .NewsHeadL a {
        width: 100%;
    }
    .NewsHeadContainer .NewsHeadL a .Img {
        width: 100%;
    }
    .NewsHeadContainer .NewsHeadL a .Img td {
        width: 100%;
    }
    .NewsHeadContainer .NewsHeadL a .Img img {
        width: 100%;
        height: auto;
    }
    #LinksPage li a {
        padding-bottom: 20px;
    }
    #LinksPage li a dl dt {
        width: 100%;
    }
    #LinksPage li a .ThumbImg {
        float: left;
    }
    /*置頂圖片輪播*/
    .photosgallery-vertical {
        width: 100%;
    }
    .photosgallery-vertical .sliderkit-nav {
        width: 170px;
    }
    .photosgallery-vertical .sliderkit-nav-clip ul li a {
        width: 150px;
    }
    .photosgallery-vertical .sliderkit-nav-clip .pic {
        display: none;
    }
    .photosgallery-vertical .sliderkit-panel {
        width: 263px;
    }
    .table-cell {
        width: 263px;
    }
    .photosgallery-vertical .sliderkit-panel .sliderkit-panel-textbox {
        width: 263px;
    }
    .topNews-slider .sliderkit img {
        max-width: 263px;
    }
    /*置頂圖片輪播 end*/
    .TabsStyle5Container .wrap {
        /*width: 433px;*/
        width: 100%;
    }
    .TabsStyle5Container ul.tabs a {
        width: 167px;
    }
    #ContentsContainer #FileDownloadContainer .FileDownBox .FileDown {
        width: 100%;
    }
    #ContentsContainer #FileDownloadContainer .FileDownBox .FileDown:first-child {
        margin-bottom: 5px;
    }
    #ContentsContainer #FileDownloadContainer .FileDownBox .FileDown .Info {
        width: 84%;
    }
    #MainAdSmallOverView {
        margin-right: 0px;
    }
    #MainAdSmallOverView li {
        margin: 0 2px 27px 0;
    }
    /*多圖*/
    .MultipleImageContainer {
        /*display: none;*/
        width: auto;
    }
    .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;
        margin: 0 auto 20px auto;;
        width: 94%;
    }
    .mobile-select-menu select {
        padding: 8px 10px;
        border: 1px solid #ccc;
        width: 100%;
        font-size: 18px;
    }
    /* 手機 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 */
    /* responsive table
	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;
    }
    /***************************************Responsive*********************************************/
    /*nav.sb-navbar,
    .mobile-select-menu {
        display: block;
    }*/
    /***************************************Responsive end*********************************************/
    .acc-key {
        display: none;
    }
    /*基金*/
    #slidingDiv,
    #slidingDiv_2 {
        width: auto;
        margin-right: 0px;
    }
    .ProductTabs {
        width: 49%;
        margin: 0 7px 25px 0;
    }
    .ProductTabs .BannerImage {
        text-align: center;
    }
    .ProductTabs .PicViewContent li {
        width: 29%;
        padding-top: 0px;
        margin: 0 6px;
    }
    .ProductTabs .PicViewContent li a .IMG {
        position: relative;
        width: 105px;
    }
    .ProductTabs .PicViewContent li a .IMG table td {
        width: 105px;
        height: 105px;
    }
    .ProductTabs .PicViewContent li a .IMG table td a {
        width: 105px;
    }
    .ProductTabs .PicViewContent li a .IMG img {
        max-height: 105px;
        max-width: 105px;
    }
    .SideBanner img {
        width: auto;
    }
    /*基金 end*/
    .TabsContainer dd .Link {
        width: 675px;
    }
    #LocalNav {
        display: none;
    }
    .FatFooter {
        width: 100%;
    }
    .ConditionSearchContainer .sec_1 {
        text-align: left;
    }
    .ConditionSearchContainer .sec_2 {
        text-align: left;
    }
    .ConditionSearchContainer .sec_1 .sear-wrap, 
    .ConditionSearchContainer .sec_2 .office_sear,
    .ConditionSearchContainer .sec_2 .sear-wrap2 {
        display: inline-block;
    }
    #cityarea {
        margin-right: 5%;
    }
    #bookmark_2 {
        display: none;
    }
    .rwd_print_ctrl {
        display: none;
    }      
}

@media (max-width: 768px) {
    .TabsContainer dd .Link {
        width: 640px;
    }
    #SiteMapContainer .SiteMap_Section ul.SiteMapList {
        width: 23%;
    }
}

@media (max-width: 723px) {
    #cityarea {
        margin-right: 3%;
    }
}

@media (max-width: 716px) {
    #LocationBTNContainer .LocationBTN li a {
        width: 80%;
    }
    #LocationBTNContainer .LocationBTN li {
        width: 25%;
    }
}

@media (max-width: 700px) {
    .management_btn {
        padding: 20px 0;
    }
    .management_btn li {
        padding: 10px 4%;
    }
}

@media (max-width: 660px) {
    /*-基金申購手續費-*/
    .finance-fee-cont2 p {
        width: 89%;
    }
    .Step_Style1 .TwoColumn {
        margin: 15px auto;
        overflow: hidden;
        width: 100%;
    }
    .Step_Style1 .TwoColumn .column {
        width: 95%;
        margin: 10px 0;
        padding: 10px 2%;
    }
}

@media (max-width: 638px) {
    .management_btn li a p {
        padding: 17px 0 17px 5%;
        width: 70%;
    }
    .management_btn li a .pic {
        width: 23%;
        float: left;
    }
}

@media (max-width: 612px) {
    .management_btn li a .pic {
        width: 28%;
    }
    .management_btn li a p {
        padding: 0 0 0 5%;
        width: 64%;
        height: 66px;
        display: flex;
        align-items: center;
    }  
}

@media (max-width: 570px) {
    #LocationBTNContainer .LocationBTN li {
        width: 33%;
    }
}

@media (max-width: 550px) {
    /*-基金申購手續費-*/
    .finance-fee-cont2 p {
        width: 87%;
    }
}


@media (max-width: 490px) {
    .management_btn li a .pic {
        width: 31%;
    }
    .management_btn li a p {
        height: 60px;
    }
}


/*@media screen and (max-width: 340px) {*/

@media (max-width: 479px) {
    body {
        font-size: 1.05rem;
    }
    input[type="checkbox"],
    input[type="radio"] {
        border: 1px solid #ccc;
    }
    .Padin20 {
        padding: 10px;
    }
    /*--*/
    .ConditionSearchContainer select.mast-select {
        width: 100%;
        min-width: 100%;
        font-size: 15px;
        padding: 6px 2%;
    }
    /*文章列表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*/
    #ContentsContainer #Contents {
        overflow-x: hidden;
        overflow-y: hidden;
    }
    #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;
    }
    .TableStyle_02 a {
        display: inline-block;
    }
    .topNews-slider {
        /*display: none;*/
    }
    #NewsInnerContainer .FloatRightImg,
    #NewsInnerContainer .FloatLeftImg {
        float: none;
        margin: 0 auto 15px;
    }
    .NewsImageContainer {
        width: auto;
    }
    .NewsImageContainer .Single {
        display: block;
        margin: 5px auto;
    }
    #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: auto;
    }
    #LocationBTNContainer {
        padding: 0;
    }
    .TabsContainer ul.tabs a,
    ul.tabs2 a {
        font-size: 17px;
        padding: 0 9px;
        border: 0;
    }
    .SaveContainer {
        background: #ffffff transparent;
        background-image: none;
        padding: 20px;
    }
    .Result-Style-2 .img,
    .Result-Style-2 .txt {
        display: block;
    }
    .Result-Style-2 .img {
        width: 100%;
        padding: 0px;
    }
    .Result-Style-2 .txt {
        width: 100%
    }
    #ServiceGuideContent a img {
        width: 100%;
    }
    #QuickSearchContainer #QuickSearchDrop {
        padding: 10px 0;
        width: 100%;
        float: none;
        border-right: 0px;
    }
    .TabsContainer_style2 ul.tabs a {
        font-size: 12px;
    }
    #QuickSearchContainer #QuickSearchBTN {
        border-left: 0px;
        padding: 20px 0 10px;
        float: none;
        border-top: 1px solid #DCDCDC;
    }
    .BTN_List_Style02 .BTN_List a {
        width: 85px;
    }
    .TabsStyle2Container .wrap {
        width: auto;
    }
    .TabsStyle2Container ul.tabs a {
        font-size: 17px;
        padding: 12px 15px;
        height: auto;
        line-height: 100%;
    }
    .TabsStyle2Container ul.tabs a br {
        display: none;
    }
    .TabsStyle2Container ul.tabs li {
        width: 33.33%;
    }
    .TabsStyle2Container ul.tabs a.current,
    .TabsStyle2Container ul.tabs a.current:hover,
    .TabsStyle2Container ul.tabs li.current a {
        border: none;
        background: #0072ff;
        color: #ffffff !important;
        top: 0;
    }
    .TabsStyle2Container ul.tabs {
        border: 0px;
        min-height: auto;
        overflow: hidden;
    }
    .Form_Style01 textarea,
    textarea#content,
    input#address {
        width: 100%;
    }
    .Form_Style01 .RedHighLight {
        display: block;
    }
    .Form_Style01 p br {
        display: none;
    }
    /* .ConditionSearchContainer span.GreenBold {display: block; padding: 0;} */
    .ConditionSearchContainer .sec span.hd {
        background: none;
        margin: 5px 0 0 0
    }
    .ConditionSearchContainer .FloatLeft,
    .ConditionSearchContainer .FloatRight {
        float: none !important;
    }
    .ConditionSearchContainer .Submit {
        float: none;
        margin-top: 10px;
    }
    .ConditionSearchContainer .Submit_1 {
        margin: 5px auto 0 auto;
        display: block;
    }
    .ConditionSearchContainer .Align_Right,
    .ConditionSearchContainer .sec_1,
    .ConditionSearchContainer .sec_2 {
        text-align: left;
    }
    #InnerItemTitle .SearchNew input.Submit_2 {
        margin: 5px 0 0 0;
    }
    #InnerItemTitle .SearchNew form {
        float: none !important;
    }
    .faq-btn,
    .faq-content {
        /*width: 75%;*/
    }
    dl.dl_Style02FloatLeft {
        float: none;
        width: auto;
    }
    .TabsContainer_style2 .Width500p {
        width: auto;
    }
    .TabsContainer dd .Link {
        width: 230px;
    }
    #SiteMapContainer .SiteMap_Section ul.SiteMapList {
        width: 37%;
    }
    #CompanyInfo .ItemDetail .odd td {
        background-color: #fff;
    }  
    #CompanyInfo .ItemDetail tr:nth-child(even) td {
        background-color: #f5f5f5;
    }
    .rwd-compinfo .ItemDetail td.hd,  
    .rwd-compinfo .ItemDetail td {
        border-bottom: 1px solid #e4e4e4;
        padding: 10px 2%!important;
        width: 96%!important;
        display: block;
        line-height: 20px;
        font-size: 16px;
    }
    .rwd-compinfo .ItemDetail td.hd {
        border-bottom: 0!important;
        padding-bottom: 0!important;
    }    
    /*基金*/
    .TabsContainer ul.tabs,
    ul.tabs2 {
       /* overflow: hidden;*/
    }
    .TabsContainer ul.tabs li,
    ul.tabs2 li {
        width: auto;
        float: none;
        display: inline-block;
        margin-right: -4px!important;
        vertical-align: top;
        line-height: 24px!important;
    }
    .TabsContainer ul.tabs a, ul.tabs2 a {
        height: auto;
        line-height: 20px!important;
        top: 0;
        padding: 10px 8px;
    }
    .Step_Style1 p.Describe {
        line-height: 24px!important;
    }
    /* 	.TabsContainer ul.tabs a.current, .TabsContainer ul.tabs a.current:hover, .TabsContainer ul.tabs li.current a, .TabsContainer ul.tabs2 a.current, .TabsContainer ul.tabs2 a.current:hover, .TabsContainer ul.tabs2 li.current a {
		background: #0072ff !important;
		color: #ffffff !important;
	} */
    .BoxContainer_Style1 .tabs_fake {
        overflow: hidden;
    }
    .BoxContainer_Style1 .tabs_fake li {
        width: 100%;
    }
    .BoxContainer_Style1 .tabs_fake li.current a {
        background: #0072ff !important;
        color: #ffffff !important;
    }
    /*基金 end*/
}

@media (max-width: 430px) {
    .management_btn li a p {
        height: 50px;
    }
}

@media (max-width: 400px) {
    #LocationBTNContainer .LocationBTN li {
        width: 50%;
    }
    /*-footer-*/
    #Footer .FooterSec_1Container .Sec_1 .Location {
        margin-right: 0px;
        padding: 3px 2%;
        width: 95%;
        float: left;
               background: #eeeeee;
    }
    #Footer .FooterSec_1Container .Sec_1 .Location {
        margin: 0 0 6px 0 !important;
    }
}

@media (max-width: 360px) {
    #QuickSearch .ListSelect p.InputWrap select {
        min-width: 260px;
        width: auto;
    }
    #SiteMapContainer .SiteMap_Section ul.SiteMapList {
        width: 80%;
    }
}

@media (max-width: 320px) {
    .TabsContainer_style2 ul.tabs li {
        margin-right: 3px;
    }
    .TabsContainer_style2 ul.tabs a {
        padding: 0 3px;
    }
    #QuickSearch .ListSelect p.InputWrap select {
        min-width: 220px;
    }
    .BTN_List_Style02 .BTN_List a {
        width: 66px;
    }
    .TabsContainer dd .Link {
        width: 195px;
    }
}


/*置頂圖片輪播*/

@media (max-width: 800px) {
    /*-頁數-*/
    .pagination_1 a.current {
        color: #fff;
        background: #0072ff;
        border: 1px solid #0072ff;
        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;
    }
    /*-代銷基金/公開說明書公開說明書下載-*/
    p.ResultState {
        float: left;
        width: 100%;
        font-size: 16px;
        margin: 0 0 12px 0 !important;
    }
    .downloaddmast .card_list li.end_list {
        border: 0px;
        text-align: center;
        margin: 0;
    }
    .downloaddmast .card_list .text a img {
        margin: 0px 0 0 6px;
    }
    .downloaddmast .card_list li {
        width: 96%;
        border-bottom: 1px dashed #ccc;
        display: block;
        overflow: hidden;
        padding: 10px 2%;
    }
    .downloaddmast .card_list {
        padding: 6px 0;
        background: #ecf5ff;
        margin: 0 0 15px 0;
        width: 100%;
        display: inline-block;
        vertical-align: top;
        font-size: 16px;
        line-height: 23px;
    }
    .padin_15px.downloaddmast {
        padding: 25px 0;
    }
    .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;
    }
    .law_table {
        display: none;
    }
    .rwd_list {
        display: block;
        font-size: 16px;
    }
    .rwd_list tr th {
        background: #eeeeee;
        border: 1px solid #ccc;
        padding: 10px;
        text-align: left;
    }
    .rwd_list tr td {
        border: 1px solid #ccc;
        padding: 10px;
    }
    .rwd_list {
        margin: 0 1.5% 10px;
        width: 46%;
        display: inline-block;
    }

    .rwd_list_single_table {
        font-size: 16px;
        width: 100%;
        margin: 0 0 15px 0;
        text-align: left;
    }
    .rwd_list_single_table .rwd_list_single_table_fund {
        background: #2f8cff;
        color: #fff;
        border: 1px solid #2f8cff;
    }
    .rwd_list_single_table th {
        background: #eee;
        border: 1px solid #ccc;
        padding: 6px 5px;
    }
    .rwd_list_single_table td {
        border: 1px solid #ccc;
        padding: 6px 5px;
    }
    .rwd_cont {
        display: block;
    }
    .card_list {
        padding: 10px;
        background: #ecf5ff;
        margin: 0 1% 10px;
        width: 44%;
        display: inline-block;
        vertical-align: top;
    }
    .card_list li {
        width: 96%;
        border-bottom: 1px dashed #ccc;
        display: block;
        overflow: hidden;
        padding: 5px 2%;
    }
    .card_list li.end_list {
        border: 0px;
        text-align: center;
        margin: 10px 0 0;
    }
    .card_list .title {
        float: left;
    }
    .card_list .text {
        float: left;
        width: 76%;
        text-align: left;
    }
    .card_list li.end_list .btn {
        padding: 10px;
        border-radius: 5px;
        background: #0072ff;
        color: #fff;
        width: 32%;
        margin: 0 5px;
        float: none;
        display: inline-block;
    }
    .pc_list {
        display: none;
    }
    .TabsContainer .wrap {
        width: 100% !important;
    }
    .marquee_title {
        background: #0072ff;
        color: #fff;
        padding: 10px 20px;
        float: left;
        border-radius: 5px 0px 0 5px;
        font-size: 16px;
    }
    .marquee {
        padding: 20px 21px;
        background: #e6e6e6;
        display: block;
        overflow: hidden;
    }
    .TabsStyle2Container .wrap {
        width: 100% !important;
    }
    .collapse_infor {
        display: none;
    }
    .collapse_list {
        background: #0051b5;
		color:#fff;
    }
    #Main .collapse_list h1 {
        border-bottom: 0px;
        font-size: 16px;
        color: #fff;
        padding: 6px 2%;
        margin-bottom: 8px;
    }
    #Main .collapse_list h1.close_collapse_list {
        background: url(../images/open_btn.png) 98% center no-repeat;
    }
    #Main .collapse_list h1.open_collapse_list {
        background: url(../images/close_btn.png) 98% center no-repeat;
    }
    .rwd_list tr th.fund {
        background: #2f8cff;
        color: #fff;
        border: 1px solid #2f8cff;
    }
    .pc_index {
        display: none;
    }
    .rwd_index {
        display: block;
        background: #e6e6e6;
        padding-bottom: 20px;
    }
    .PadinTop20 {
        display: none;
    }
    #ContentsContainer #Contents p {
        margin: 20px 0 20px 0;
    }
    .ConditionSearchContainer {
        width: inherit;
        margin: 0 auto 20px auto;
        padding: 10px 2%;
        font-size: 16px;
    }
    .ConditionSearchContainer .DownloadBTN a {
        background: #fff;
        border: 1px solid #d2d2d2;
        color: #666666;
        display: inline-block;
        margin-right: 5px;
        padding: 3px 10px;
    }
    /*.BoxContainer_Style1 {
        width: 98%;
    }*/
    .TabsContainer {
        width: 100%;
    }
    #MainContainer {
        width: 94%;
        padding: 0;
        margin: 0 auto;
    }

}

@media (max-width: 785px) {
    .card_list {
        padding: 10px;
        background: #ecf5ff;
        margin: 0 1% 10px 0;
        width: 45.5%;
        display: inline-block;
    }
}

@media (max-width: 772px) {
    .service_list li {
        width: 33.05%;
    }
    .rwd_MarqueeContainer {
        width: 85% !important;
    }
}

@media (max-width: 768px) {
    .photosgallery-vertical {
        width: 100%;
    }
    .photosgallery-vertical .sliderkit-nav {
        width: 290px;
    }
    .photosgallery-vertical .sliderkit-nav-clip ul li a {
        width: 270px;
    }
    .photosgallery-vertical .sliderkit-panel {
        width: 462px;
    }
    .table-cell {
        width: 462px;
    }
    .photosgallery-vertical .sliderkit-panel .sliderkit-panel-textbox {
        width: 462px;
    }
    .topNews-slider .sliderkit img {
        max-width: 462px;
    }
    .photosgallery-vertical .sliderkit-panel .sliderkit-panel-text p {
        line-height: 120% !important;
        padding: 0;
    }
}

@media (max-width: 760px) {
    .card_list .text {
        width: 74%;
    }
}

@media (max-width: 750px) {
    .card_list .text {
        width: 71%;
    }
}

@media (max-width: 748px) {
    .service_list li {
        width: 33.04%;
    }
}

@media (max-width: 735px) {
    .rwd_MarqueeContainer {
        width: 84% !important;
    }
}

@media (max-width: 726px) {
    .card_list .text {
        float: left;
        width: 74%;
        text-align: left;
    }
}

@media (max-width: 721px) {
    .service_list li {
        width: 33.03%;
    }
}

@media (max-width: 695px) {
    .service_list li {
        width: 33.02%;
    }
    .card_list {
        width: 45%;
    }
}

@media (max-width: 691px) {
    .rwd_MarqueeContainer {
        width: 83% !important;
    }
}

@media (max-width: 677px) {
    .card_list {
        padding: 10px;
        background: #ecf5ff;
        margin: 0 1% 10px 0;
        width: 45%;
        display: inline-block;
    }
    .card_list .text {
        float: left;
        width: 72%;
        text-align: left;
    }
}

@media (max-width: 674px) {
    .service_list li {
        width: 33%;
    }
}

@media (max-width: 653px) {
    .rwd_MarqueeContainer {
        width: 82% !important;
    }
}

@media (max-width: 636px) {
    .service_list li {
        width: 32.9%;
    }
    .card_list .text {
        width: 67%;
    }
    .card_list .text {
        float: left;
        width: 70%;
        text-align: left;
    }    
}

@media (max-width: 619px) {
    .rwd_MarqueeContainer {
        width: 80% !important;
    }
    .card_list {
        width: 44%;
    }
    .ConditionSearchContainer select {
        width: 35%;
        min-width: auto;
    }    
    .ConditionSearchContainer .sec .FloatLeft {
        width: 100%;
    }
    .ConditionSearchContainer .Submit_1 {
        margin: 5px auto 0 auto;
        display: block;
    }
    .ConditionSearchContainer .DownloadBTN {
        width: 100%;
    }     
    .ConditionSearchContainer .DownloadBTN a {
        margin-right: 0;
        width: 95.5%;
        padding: 3px 2%;
        margin-bottom: 10px;
    }  
}

@media (max-width: 600px) {
    .rwd_list {
        margin: 0 1.5% 10px;
        width: 97%;
        display: inline-block;
    }
    .card_list {
        padding: 10px;
        background: #ecf5ff;
        margin: 0 0 10px 0;
        width: 96%;
        display: inline-block;
    }
    .card_list .text {
        float: left;
        width: 85%;
        text-align: left;
    }
}

@media (max-width: 575px) {
    .card_list .text {
        width: 82%;
    }
}

@media (max-width: 561px) {
    .rwd_MarqueeContainer {
        width: 78% !important;
    }
}

@media (max-width: 558px) {
    .card_list .text {
        float: left;
        width: 84%;
        text-align: left;
    }
}

@media (max-width: 540px) {
    .card_list .text {
        width: 81%;
    }
}

@media (max-width: 531px) {
    /*-代銷基金/公開說明書公開說明書下載-*/
    .ConditionSearchContainer .DownloadBTN a:first-child {
        margin: 0 0 8px 0;
    }
    .ConditionSearchContainer .DownloadBTN a {
        margin: 0;
    }
}

@media (max-width: 530px) {
/*    .faq-btn,
    .faq-content {
        width: 84%;
        padding: 10px 40px 10px 30px;
    }*/
}

@media (max-width: 525px) {
    .card_list .text {
        float: left;
        width: 79%;
        text-align: left;
    }
}

@media (max-width: 514px) {
    .rwd_MarqueeContainer {
        width: 76% !important;
    }
}

@media (max-width: 487px) {
    .service_list li {
        width: 49.5%;
    }
}

@media (max-width: 483px) {
    .DownloadBTN a {
        margin: 5px;
    }
    .management_btn li a .pic {
        width: 30%;
    }
}

@media (max-width: 480px) {
     a.WebPhone_icon {
    display: none !important;
}
    .Accessibility-detail {
        font-size: 15px;
    }    
    .card_list .text {
        float: left;
        width: 74%;
        text-align: left;
    }
    #LinksPage li a {
        min-height: auto;
    }
    .ConditionSearchContainer .sec span.GreenBold {
        display: block;
        width: 100%;
    }
    .ConditionSearchContainer select {
        width: 100%;
        margin-bottom: 5px;
        font-size: 15px;
    }
    .GreenBold {
        display: block;
        width: 100%;
    }
    .address_1, .address_2,.office_sear {
        width: 100%;
        margin-right: -4px;
    }
    input[type="text"]#keyword, 
    input[type="text"]#post_address, 
    input[type="text"].office_input {
        border: 1px solid #ddd;
        padding: 7px 2%;
        border-radius: 0;
        font-size: 15px;
        width: 95%;
        display: inline-block;
    }
    .ConditionSearchContainer .sec_1 .sear-wrap, 
    .ConditionSearchContainer .sec_2 .sear-wrap2 {
        text-align: center;
        width: 100%;
        padding-top: 5px;
    }
    .Topic_Style02 {
        font-size: 20px;
        margin-bottom: 0;
    }
    .rwd_Form_Style_Container select {
        width: 100%;
    }

    .select-date ul li {
        margin-bottom: 5px;
    }
}

@media (max-width: 475px) {
    .rwd_MarqueeContainer {
        width: 74% !important;
    }
    .link_list li img {
        width: 100%
    }
    .link_list li {
        float: left;
        width: 44%;
        text-align: center;
        padding: 20px 3%;
    }
}

@media (max-width: 460px) {
    .faq-btn,
    .faq-content {
        /*width: 80%;*/
    }
    .BoxContainer_Style1 {
        width: 98%;
    }
    /*-基金申購手續費-*/
    .finance-fee-cont2 p {
        width: 84%;
    }

}

@media (max-width: 441px) {
    .rwd_MarqueeContainer {
        width: 72% !important;
    }
}

@media (max-width: 438px) {
    .card_list .text {
        float: left;
        width: 70%;
        text-align: left;
    }
}

@media (max-width: 423px) {
    .service_list li {
        width: 49.4%;
    }
}

@media (max-width: 413px) {
    .rwd_MarqueeContainer {
        width: 70% !important;
    }
    .management_btn li {
        width: 100%;
    }
    .management_btn li a .pic {
        width: 24%;
    }
    .management_btn li a p {
        height: 95px;
    }
}

@media (max-width: 401px) {
    .card_list .text {
        float: left;
        width: 67%;
        text-align: left;
    }
    .link_list li {
        float: none;
        width: 72%;
        text-align: center;
        padding: 10px 0;
        margin: 0 auto;
    }
}

@media (max-width: 400px) {
    /*-代銷基金/公開說明書公開說明書下載-*/
    .downloaddmast .card_list .text {
        float: left;
        width: 76%;
        text-align: left;
    }
    .faq-btn,
    .faq-content {
        /*width: 76%;*/
    }
    #showdiv0,
    #showdiv1,
    #showdiv2 {
        margin-top: 0px;
    }
    .Align_Center img {
        width: 96%;
    }
    .management_btn li a p {
        height: 90px;
    }

    table.rwd_list.finance-fee tr th {
        padding: 6px 8px;
        width: 30%;
    }
}

@media (max-width: 388px) {
    .rwd_MarqueeContainer {
        width: 68% !important;
    }
    .rwd_abgne_marquee ul li a {
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 92% !important;
    }
}

@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;*/
    }
    .management_btn li a p {
        height: 86px;
    }
    /*-基金申購手續費-*/
    .finance-fee-cont2 p {
        width: 82%;
    }
    .bookmark_list li,
    .bookmark_list li.active a {
        font-size: 15px;
    }

}

@media (max-width: 370px) {
    .card_list .text {
        float: left;
        width: 65%;
        text-align: left;
    }
}

@media (max-width: 366px) {
    .rwd_MarqueeContainer {
        width: 67% !important;
    }
}

@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;
    }
    .bookmark_list li {
        padding: 0;
        background: #0051b5;
        width: 50%;
    }
    .service_list li {
        width: 49%;
    }
    .rwd_MarqueeContainer {
        width: 66% !important;
    }
    .management_btn li a p {
        height: 82px;
    }
}

@media (max-width: 347px) {
    .rwd_MarqueeContainer {
        width: 64% !important;
    }
    .rwd_abgne_marquee ul li a {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 90% !important;
    }
    .management_btn li a p {
        height: 82px;
    }
    .management_btn li {
        padding: 15px 4%;
    }
    /*-代銷基金/公開說明書公開說明書下載-*/
    .downloaddmast .card_list .text {
        float: left;
        width: 73%;
        text-align: left;
        padding: 0;
    }
}

@media (max-width: 345px) {
    .card_list .text {
        float: left;
        width: 60%;
        text-align: left;
    }
    /*-基金申購手續費-*/
    .finance-fee-cont p {
        width: 89%;
    }
}

@media (max-width: 340px) {
    .faq-btn,
    .faq-content {
        /*width: 74%;*/
    }
    .management_btn li a p {
        height: 76px;
    }
}

@media (max-width: 335px) {
    /*-基金申購手續費-*/
    .finance-fee-cont2 p {
        width: 80%;
    }
}

@media (max-width: 330px) {
    .rwdbiz ul li a {
        font-size: 0.85rem;
    }
    .rwd_MarqueeContainer {
        width: 63% !important;
    }
}

@media (max-width: 323px) {
    .rwd_MarqueeContainer {
        width: 62% !important;
    }
}

@media (max-width: 321px) {
    .card_list .text {
        float: left;
        width: 98%;
        text-align: left;
        padding: 6px 0;
    }
    .TabsContainer ul.tabs a, ul.tabs2 a {
        padding: 10px 3px;
    }
}

@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;
    }
    .ui-slider-tabs-list li {
        width: 231px;
    }
    .management_btn li a p {
        height: 72px;
    }
}

/*置頂圖片輪播 end*/
