.hide {
    display: none;
}

/***** RWD Style *****/
.rwd_insu_detail,
.rwd_open_520 {
    display: none;
}

.rwd_insu_detail th,
.rwd_insu_detail td {
    border-bottom: 1px solid #f5789d;
    border-right: 1px solid #f5789d;
    padding: 10px;
}

.rwd_insu_detail th {
    background: #c8013b;
    color: #ffffff;
}

.rwd_insu_detail th:first-child {
    width: 40%;
}

.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;
}

.insurance_remark {
    display: inline-block;
    width: 100%;
    border-top: 1px dotted #ccc;
    margin: 19px 0 0 0;
}

#ContentsContainer #Contents .article .insurance_remark p.title {
    float: left;
    width: 100%;
    margin: 8px 0 2px 0;
}

#ContentsContainer #Contents .article .insurance_remark p {
    float: left;
    width: 100%;
    margin: 0 0 2px 0;
}

.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: #f95e82;
    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 !important;
    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: #c8013b;
    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: #c8013b;
    font-weight: bold;
}

.navsecond-item-current>a::before {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    vertical-align: top;
    border-radius: 999em;
    background-color: #c8013b;
    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: #c8013b;
}

.navthird-item-current>a::before {
    content: "";
    width: 7px;
    height: 1px;
    display: inline-block;
    vertical-align: top;
    background-color: #c8013b;
    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 {
        width: 100%;
    }

    .demo-container {
        width: 100%;
    }

    #MainContainer {
        width: 74%;
    }

    #Main {
        width: auto;
    }

    .megamenu_container {
        width: 92%;
    }

    .megamenu>li .megamenu_fullwidth {
        width: 100%;
        max-width: 920px;
    }

    /*accordion*/
    .accordion_green .accordion,
    .accordion_related .accordion,
    .accordion_grey_gradient .width655px,
    .accordion_grey_gradient .accordion {
        width: auto;
    }

    /*accordion end*/
    /*nesttab*/
    .TabsContainer .wrap,
    .wrap {
        width: auto;
    }

    .TabsStyle2Container .wrap {
        width: auto;
    }

    /*nesttab end*/
    /*文章列表006-連結*/
    .ContentBoxContainer {
        width: auto;
        border: 1px solid #ffffff;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -moz-box-shadow: 0px 0px 5px 0px #a2a2a2;
        -webkit-box-shadow: 0px 0px 5px 0px #a2a2a2;
        box-shadow: 0px 0px 5px 0px #a2a2a2;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(26%, #ffffff), color-stop(100%, #f9f9f9));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #f4f4f4 0%, #ffffff 26%, #f9f9f9 100%);
        /* Chrome10+,Safari5.1+ */
        background: linear-gradient(to bottom, #f4f4f4 0%, #ffffff 26%, #f9f9f9 100%);
        /* W3C */
        padding: 15px;
    }

    .ContentBoxContainer .ContentBox_top,
    .ContentBoxContainer .ContentBox_btm {
        display: none;
    }

    .ContentBoxContainer .ContentBox_md {
        background: none;
        padding: 0px;
        width: 100%;
    }

    .ContentBoxContainer .ContentBox_md .GraphicImg {
        width: 30%;
    }

    .ContentBoxContainer .ContentBox_md .GraphicImg img {
        width: 100%;
    }

    .ContentBoxContainer .ContentBox_md .LinksContainer {
        width: 65%;
    }

    .ContentBoxContainer .ContentBox_md .LinksContainer .List_BTN_Style3 {
        width: 100% !important;
    }

    /*文章列表006-連結 end*/
    .SinglePic_L img {
        width: 100%;
    }

    .faq-btn,
    .faq-content {
        width: 90%;
    }

    #MainAdOverView li {
        width: 100%;
    }

    #MainAdOverView li .Info {
        width: 28%;
    }

    #MainAdOverView li .IMG {
        width: 65%;
    }

    #MainAdOverView li .IMG img {
        width: 100%;
        height: auto;
    }

    #SiteMapContainer .SiteMap_Section ul.SiteMapList {
        width: 26%;
    }

    /*壽險*/
    #ProductList_2 li {
        width: 49%;
    }

    #ProductList_2 li dl dt.ThumbImg {
        width: 45%;
    }

    #ProductList_2 li dl dt.ThumbImg td,
    #ProductList_2 li dl dt.ThumbImg td a,
    #ProductList_2 li dl dt.ThumbImg img {
        width: 100%;
    }

    #ProductList_2 li dl dd {
        width: 45%;
    }

    #ProductList_2 .ListStyle03 li {
        width: 85%;
    }

    #InnerProductContainer .ProductDetail .IMGContainer {
        width: 40%;
    }

    #InnerProductContainer .ProductDetail .IMGContainer .IMG img {
        width: 100%;
    }

    #IndexNewsContainer .Content dd .Link {
        width: 100%;
    }

    /*壽險 end*/
    #ProductList li dl dt.ThumbImg {
        width: 23%;
    }

    #ProductList li dl dd {
        width: 73%;
    }

    #ProductList li dl dt.ThumbImg td,
    #ProductList li dl dt.ThumbImg td a,
    #ProductList li dl dt.ThumbImg img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    #MainContentLeft {
        width: 28%;
    }

    #MainContentRight {
        width: 70%;
    }

    /*首頁*/
    #ServiceGuideContainer {
        width: auto;
    }

    #MainAdContainer {
        width: 100%;
        height: auto;
    }

    #flexslider_big .slides>li img,
    #MainAd a img {
        height: auto;
    }

    #MarqueeContainer {
        width: auto;
        margin: 0;
        background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
        border: 1px solid #dcdcdc;
        border-radius: 10px;
    }

    div#abgne_marquee {
        width: auto;
        background: url('../images/MarqueeBG-s.png') no-repeat 8px 9px;
    }

    div#abgne_marquee ul li a {
        padding: 0 10px 0 80px;
    }

    #QuickSearchContainer {
        width: auto;
        margin: 0;
        background: 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%;
    }

    /*首頁 end*/
}

@media (max-width: 800px) {
    .rwd_print_ctrl {
        display: none;
    }
	
	.rule_container{
		display:initial;
	}
	.rule_item{
		width:100%;
	}
	
	.rule_item2{
		display:none;
	}

    /*-法拍屋查詢-*/
    .ItemDetail_2 td.hd {
        width: 40%;
        text-align: left;
        font-size: 16px;
    }

    .ItemDetail_2 td {
        line-height: 29px;
        padding: 8px;
        font-size: 16px;
    }

    table.TableStyle_02.law_table {
        display: none;
    }

    table.TableStyle_02.rwd_list.acution {
        display: inline-table;
        width: 100%;
        font-size: 16px;
        text-align: left;
        line-height: 24px;
    }

    table.TableStyle_02.rwd_list.acution th {
        width: 135px !important;
    }

    /** {
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }  */
    .rwd-back-pc {
        display: block;
    }

    .topic-Wrap .tr {
        display: none;
    }

    .marquee {
        display: block;
    }

    #MainContentLeft,
    #MainContentRight {
        display: none;
    }

    .Topic_Style02 {
        font-size: 1.2em !important;
    }

    /*-footer-*/
    .FatFooterHeader {
        padding: 0;
    }

    #Footer .FooterSec_1Container .Sec_1 .Mail_icon {
        background: url(../images/Mail_icon.gif) no-repeat right center;
        padding: 0 25px 0 0;
    }

    #Footer .FooterSec_1Container .Sec_1 .ServiceGuide_icon {
        background: url(../images/ServiceGuide_icon.gif) no-repeat right center;
        padding: 0 18px 0 0;
    }

    #Footer .FooterSec_1Container .Sec_1 .WebPhone_icon {
        background: url(../images/WebPhone_icon.gif) no-repeat right center;
        padding: 0 18px 0 0;
    }

    #Footer .FooterSec_2Container {
        margin: 0px 10px 0px 10px;
        text-align: center;
    }

    /*-單獨html頁面-*/
    .html-cont {
        display: inline-block;
        width: 100%;
        margin-top: 25px;
    }

    .html-cont table {
        display: inline-block;
        width: 100%;
        margin: 0 0 15px 0;
    }

    .html-cont table td {
        padding: 5px 0;
    }

    .html-cont table font {
        font-family: 微軟正黑體;
        font-size: 16px !important;
    }

    p.InuptWrap {
        margin: 10px 0 25px 0 !important;
        display: inline-block;
        width: 100%;
    }

    p.InuptWrap select {
        width: 49%;
        margin-right: 8px;
        padding: 5px 1.5%;
    }

    p.InuptWrap input {
        background: #c8013b;
        border: 0;
        border-radius: 0;
        text-shadow: none;
        padding: 6px 20px;
        box-shadow: none;
    }

    .html-cont .NewsTopic {
        line-height: 180%;
        margin: 0 0 20px 0;
        color: #333;
        font-size: 22px;
        font-weight: bold;
        background: #ececec;
        padding: 6px 2%;
        width: 96%;
    }

    /*-保障型保險專區-*/
    a.pd-insurance-rate {
        color: #fff;
        background: #ee4173;
        padding: 7px 16px;
        font-size: 15.5px;
        margin: 5px 0 0 0;
        display: inline-block;
        font-weight: bold;
    }

    /*-微型保險專區-*/
    a.Rcolor {
        background: #f74b7d !important;
    }

    .ToolBTN2 {
        display: inline-block;
        text-align: center;
        width: 100%;
        margin: 0 0 15px 0;
    }

    .ToolBTN2 a {
        /* background: url(../images/BTN_BG_003.jpg) no-repeat; */
        display: inline-block;
        font-size: 12px;
        padding: 7px 0;
        width: 120px;
        background: #c8013b;
        color: #fff;
        text-align: center;
        font-size: 15px;
        font-weight: bold;
        margin: 0 0 0 6px;
    }

    .Brief {
        display: inline-block;
        text-align: right;
        width: 100%;
        margin: 0 0 15px 0;
    }

    .ToolBTN a {
        float: right;
        width: 120px;
        background: #c8013b;
        color: #fff;
        margin: 0;
        padding: 7px 0;
    }

    .ToolBTN a img {
        display: none;
    }

    .ToolBTN a p {
        line-height: initial !important;
        width: 100%;
        text-align: center;
        color: #fff !important;
        font-size: 15px !important;
        font-weight: bold;
        margin: 0 !important;
        padding: 0;
        display: block;
    }

    /*-銀髮族保險商品-*/
    .Topic_Style02_noBlock {
        background: url(../images/Topic_Style02.png) no-repeat left 11px;
        color: #c8013b;
        display: inline-block;
        font-size: 1.1em;
        font-weight: 700;
        margin-bottom: 8px;
        margin-right: 10px;
        padding-left: 22px;
        background-size: 14px;
        line-height: 1.5em !important;
    }

    #Main h1 {
        line-height: 34px;
    }

    #ContentsContainer #Contents #ProductList_2 li dl dd p.Topic {
        font-size: 19px !important;
        color: #333333 !important;
    }

    #ProductList_2 li dl dt.ThumbImg {
        width: 200px;
        margin: 0 4% 0 0;
    }

    #ProductList_2 li dl dt.ThumbImg img {
        background: #ffffff;
        height: auto;
        max-height: initial;
        max-width: initial;
        transition: opacity 1s linear;
        width: 100%;
    }

    ul#ProductList_2,
    #ProductList_2 li {
        display: inline-block;
        width: 100%;
        margin-bottom: 10px;
    }

    /*-文章樣板-*/
    .SinglePic_L {
        text-align: center;
        width: 100%;
        margin: 0 auto 20px 0;
        display: inline-block;
        vertical-align: top;
    }

    .SinglePic_L img {
        width: 100%;
    }

    .NewsImageContainer .Single .IMG td {
        width: 100%;
        height: initial;
        text-align: center;
    }

    .NewsImageContainer .Single .IMG td a {
        width: 100%;
        height: initial;
    }

    .NewsImageContainer .Single .IMG td img {
        width: 100%;
        height: auto;
        max-height: initial;
        max-width: initial;
    }

    #Post_NavContainer {
        margin: 30px 0;
    }

    .NewsImageContainer .Single .Description .EnlargeIcon {
        padding: 0 0 18px 0;
        background: url(../images/enlarge_icon_001.png) no-repeat right bottom;
        display: block;
        color: #333;
    }

    .NewsImageContainer .Single .IMG table,
    .NewsImageContainer .Single .IMG {
        width: 100%;
    }

    .NewsImageContainer .Single .Description {
        background: #e5e5e5;
        padding: 10px 8%;
        font-size: 0.95em;
        text-align: left;
        float: left;
        width: 84%;
        line-height: 175%;
    }

    .NewsImageContainer .Single {
        width: 31%;
        margin: 0 0.9% 20px 0.9%;
        display: inline-block;
        vertical-align: top;
    }

    .NewsImageContainer {
        margin: 45px auto 15px auto;
        text-align: center;
        width: 100%;
        position: relative;
    }

    .PublishInfo {
        background: #f2f2f2 !important;
        color: #6a6a6a !important;
        border-radius: 4px !important;
        padding: 10px 2% !important;
    }

    #NewsInnerContainer .NewsTopic {
        font-size: 25px !important;
        margin: 0 0 12px 0 !important;
        line-height: 155% !important;
    }

    /*-保險單借款服務-業務說明-*/
    #ContentsContainer #Contents .article .RelatedContainer ul {
        list-style-type: disc;
        padding-left: 0;
    }

    /*-首頁-小新聞輪播-*/
    .marquee {
        padding: 0 21px 20px 21px;
        background: #fff;
        display: block;
        overflow: hidden;
    }

    .marquee_title {
        background: #c8013b;
        color: #fff;
        padding: 10px 20px;
        float: left;
        border-radius: 3px 0px 0 3px;
        font-size: 15px;
    }

    /*-首頁-*/
    .PadinTop20.FooetrPadin {
        display: none;
    }

    .Rpromotion .cont {
        float: left;
        width: 88%;
        background: #fff;
        padding: 22px 6%;
        text-align: center;
    }

    .Rservice .cont {
        float: left;
        width: 100%;
        background: #fff;
        text-align: center;
    }

    .Rservice a {
        float: left;
        width: 33%;
        border-right: 1px solid #e6e6e6;
        text-align: center;
        padding: 17px 0;
        color: #333;
        font-size: 16px;
        border-bottom: 1px solid #e6e6e6;
    }

    .Rservice a p {
        float: left;
        width: 100%;
        text-align: center;
        font-weight: bold;
        margin: 15px 0 0 0;
    }

    .Rservice a:nth-child(3n) {
        border-right: 0;
    }

    .RS-pic {
        width: 65px;
        margin: 0 auto;
    }

    .RS-pic img {
        width: 100%;
    }

    .Rpromotion .cont a {
        width: 215px;
        display: inline-block;
        margin: 0 5%;
    }

    .Rpromotion .cont a img {
        width: 100%;
    }

    .RwdContent {
        float: left;
        width: 100%;
        background: #e6e6e6;
        /*padding-bottom: 50px;*/
        display: block;
    }

    ul.Rsear-tag {
        float: left;
        width: 100%;
        color: #fff;
        font-size: 15px;
        background: #c8013b;
    }

    ul.Rsear-tag li {
        float: left;
        cursor: pointer;
        padding: 12px 0;
        width: 33%;
        text-align: center;
        background: #c8013b;
        cursor: pointer;
        font-size: 16px;
    }

    ul.Rsear-tag li.current {
        background: #a2002f;
        color: #fff;
        font-weight: bold;
    }

    .Rsear-cont {
        float: left;
        width: 90%;
        margin: 0;
        padding: 22px 5%;
        display: none;
        background: #c8013b;
        text-align: center;
    }

    .Rsear-cont select {
        width: 84%;
        padding: 6px 2%;
        font-family: 微軟正黑體;
        font-size: 15px;
        margin: 0;
        color: #696969;
        display: inline-block;
    }

    .Rsear-cont input {
        background: #ebebeb;
        font-family: 微軟正黑體;
        padding: 7px 30px;
        margin: 0 0 0 12px;
        font-weight: bold;
        border: 0;
        display: inline-block;
    }

    .Rsear-link {
        float: left;
        width: 100%;
        background: #fff;
        margin: 0 0 30px 0;
    }

    .Rsear-link a {
        float: left;
        width: 33%;
        border-right: 1px solid #ccc;
        text-align: center;
        padding: 17px 0;
        color: #333;
        font-size: 16px;
    }

    .Rsear-link a:last-child {
        border-right: 0;
    }

    .RL-pic {
        margin: 0 auto 9px auto;
        width: 49px;
    }

    .RL-pic img {
        width: 100%;
    }

    .Rh-list,
    .RnewsList,
    .Rpromotion,
    .Rservice {
        float: left;
        width: 90%;
        margin: 0 5% 25px 5%;
    }

    .RnewsList .title,
    .Rpromotion .title,
    .Rservice .title {
        float: left;
        width: 95%;
        margin: 0 0 2px 0;
        background: #fff;
        padding: 13px 2.5%;
        font-weight: bold;
    }

    .RnewsList .title p,
    .Rpromotion .title p,
    .Rservice .title p {
        float: left;
        width: 115px;
        font-size: 18.5px;
    }

    .RnewsList .title a,
    .Rpromotion .title a {
        float: right;
        font-weight: bold;
        background: url(../images/icon-sortMethodAhover.png) center right no-repeat;
        padding-right: 14px;
        font-size: 15px;
    }

    .RnewsCont {
        float: left;
        width: 100%;
    }

    .RnewsCont a {
        color: #333;
        font-size: 15.3px;
        font-weight: bold;
        padding: 14px 2%;
        background: #fff;
        float: left;
        width: 96%;
        margin: 0 0 2px 0;
    }

    .RnewsCont a:nth-child(odd) {
        background: #fff8fa;
    }

    .RnewsCont a span {
        float: left;
        width: 100%;
        color: #c8013b;
        margin: 0 0 7px 0;
    }

    .RnewsCont a p {
        float: left;
        width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 16px;
    }

    .RL-pic img {}

    .Rsear-link p {
        float: left;
        width: 100%;
        font-weight: bold;
    }

    #MainContainer {
        width: auto;
        float: none;
        padding: 0 3%;
    }

    .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;
    }

    .insurance_housedebt .Topic_Style02 {
        background: url(../images/Topic_Style02.png) no-repeat left 7px;
        color: #c8013b;
        display: block;
        font-weight: 700;
        margin-bottom: 5px;
        padding-left: 18px;
        font-size: 1.15em !important;
        background-size: 12px !important;
        margin-top: 25px !important;
    }

    .insurance_housedebt dl.dl_Style02 dd {
        background: url(../images/ListIcon_002.jpg) no-repeat 3px 8px;
        margin-bottom: 8px;
        padding-left: 20px;
        font-size: 16px;
    }

    /*-保戶服務-保戶須知-*/
    table.rwd-insrule-table.sixteen {
        margin-top: 20px
    }

    table.rwd-insrule-table.fifteen {
        margin: 0;
        border-top: 0;
    }

    table.rwd-insrule-table.fifteen:first-child {
        border-top: 1px solid #f5789d;
    }

    table.rwd-insrule-table {
        display: block;
        width: 100%;
        border: 1px solid #f5789d;
        margin: 0 0 20px 0;
    }

    table.rwd-insrule-table th {
        background: #c8013b;
        border-top: 1px solid #f5789d;
        border-right: 1px solid #f5789d;
        color: #ffffff;
        padding: 10px 5px;
        line-height: 145%;
    }

    table.rwd-insrule-table td {
        border-bottom: 1px dotted #c9c9c9;
        width: 81%;
        padding: 10px 2%;
    }

    table.rwd-insrule-table tr:last-child td {
        border-bottom: 0;
    }

    table.rwd-insrule-table tr:first-child th {
        border-top: 0;
    }

    table.TableStyle_03.ins-rule-table {
        display: none;
    }

    /*-保戶郵好康-郵政醫院保戶優惠 -*/
    .SinglePic_L img {
        width: 100%;
        max-width: 100%;
    }

    .SinglePic_L {
        text-align: center;
        width: 557px;
        margin: 0 auto;
    }

    table.post-hospital-table td {
        padding: 4px 2%;
        border: 1px dotted #b6b6b6;
        text-align: center;
    }

    table.post-hospital-table {
        border-collapse: collapse;
        border-spacing: 0;
        border: 1px solid #c8013b;
        width: 100% !important;
    }

    table.post-hospital-table th {
        background: #c8013b;
        color: #fff;
    }

    table.post-hospital-table td {}

    .ph-info p {
        margin: 0 0 8px 0 !important;
    }

    /*-金融友善服務專區-保險業金融友善服務準則-*/
    .insurance-friendly-title {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 23px;
        font-weight: bold;
        margin: 0 0 6px 0;
    }

    .insurance-friendly-date {
        text-align: center !important;
        margin: 0 0 20px 0;
        float: left;
        width: 100%;
        line-height: 165%;
    }

    /*-商品內頁-*/
    #InnerProductContainer .ProductDetail .IMGContainer {
        width: 50%;
        padding: 10px;
    }

    #InnerProductContainer .Brief .ToolBTN a,
    #ProductList li div.ToolBTN a {
        padding: 9px 0;
        background-size: 100px;
        width: 106px;
        height: initial;
        text-align: center;
        margin: 0 15px 0 0;
        background: #c8013b;
        color: #fff;
    }

    #InnerProductContainer .TabsStyle2Container {
        margin: 20px 0 20px 0;
    }

    #InnerProductContainer .TabsStyle2Container ul.tabs {
        border-bottom: 1px solid #c8013b;
        min-height: 40px;
    }

    #NewsInnerContainer {
        line-height: 195%;
        font-size: 16px;
    }

    #InnerProductContainer .TabsStyle2Container ul.tabs li {
        width: 177px;
    }

    #InnerProductContainer .BTN_Style03 {
        background: #f6f6f6;
        border: 1px solid #dedede;
        border-radius: 3px;
        display: inline-block;
        margin: 0 10px 0 0;
        moz-border-radius: 3px;
        padding: 6px 15px;
        webkit-border-radius: 3px;
        width: 160px;
        /* color: #333; */
        font-size: 15.5px !important;
        font-weight: bold;
    }

    #InnerProductContainer .TabsStyle2Container ul.tabs a {
        background: #efefef;
        font-weight: 700;
        font-size: 16px;
        display: block;
        height: 39px;
        line-height: 35px;
        color: #898989;
        padding: 0px 33px;
        margin: 0 22px 0 0;
        position: relative;
        top: 0px;
        border-right: 1px solid #ffffff;
        float: left;
        width: 110px;
    }

    #InnerProductContainer .BTN_Style03:hover {
        background: #C8013A !important;
        color: #ffffff;
    }

    #InnerProductContainer .TabsStyle2Container ul.tabs a.current,
    #InnerProductContainer .TabsStyle2Container ul.tabs a.current:hover,
    #InnerProductContainer .TabsStyle2Container ul.tabs li.current a {
        cursor: default !important;
        color: #333 !important;
        border-top: 3px solid #c8013b !important;
        border-left: 1px solid #c8013b !important;
        border-right: 1px solid #c8013b !important;
        top: 0 !important;
        background: #fff !important;
        margin: 1px -2px 0 0;
    }

    #InnerProductContainer .Brief .ToolBTN a:last-child {
        background: #f14d7d;
    }

    #InnerProductContainer .Header h2 {
        font-size: 25px;
        line-height: 1.4em;
    }

    #InnerProductContainer .Header .DateRelease {
        color: #333;
        display: block;
        float: right;
        line-height: 35px !important;
        height: 35px;
        font-size: 0.95rem !important;
    }

    #InnerProductContainer .Brief .ToolBTN {
        position: relative;
        text-align: center;
    }

    /*-保戶須知-*/
    .ins-rules .Topic_Style02 {
        margin: 25px 0 5px 0;
    }

    .dd_wrap {
        margin-left: 40px;
    }

    .ins-remark {
        margin-left: 15px;
        font-size: 15.5px;
        line-height: 190%;
    }

    .ins_title {
        margin: 15px 0 0 15px;
        font-size: 15.5px;
    }

    .ins-rules dl.dl_Style02 {
        line-height: 190%;
        margin-top: 10px;
        font-size: 15.5px;
    }

    .ins-rules dl.dl_Style02 dt {
        background: url(../images/Topic_Style03.png) no-repeat left 9px;
    }

    .ins-rules dl.dl_Style02 dt:last-child {
        margin-bottom: 0px;
    }

    .ins-rules dl.dl_Style02 dd {
        margin-bottom: 0;
    }

    /*-各類壽險(含停售)商品-*/
    .TableStyle_02.insaur-pd-table th:first-child {
        width: 20% !important;
    }

    .TableStyle_02.insaur-pd-table th:nth-child(2) {
        width: 65% !important;
    }

    .TableStyle_02.insaur-pd-table th:nth-child(3) {
        width: 15% !important;
    }

    table.TableStyle_02.insaur-pd-table {
        font-size: 15px;
    }

    /*-實質課稅原則-*/
    .TableStyle_02 th {
        line-height: 150%;
    }

    .TableStyle_02 td {
        border-bottom: 1px dotted #c9c9c9;
        border-left: 1px dotted #c9c9c9;
        padding: 10px;
    }

    table.TableStyle_02.tax-table {
        font-size: 15px;
        line-height: 190%;
    }

    b.table-remark {
        float: left;
        width: 100%;
        margin: 0 0 12px 0;
        font-size: 18px;
        line-height: 165%;
    }

    /*-最低稅負制faq-*/
    .faq-list .icon-answer {
        background: url(../images/icon-answer-rwd.png) no-repeat;
        display: inline-block;
        height: 27px;
        left: 10px;
        position: absolute;
        top: 10px;
        width: 27px;
    }

    .faq-btn h3 {
        font-size: 1.2em;
        font-weight: 400;
        float: left;
        width: 94%;
        margin-left: 2%;
    }

    .faq-content dl.dl_Style02 {
        line-height: 180%;
        margin: 0 0 0 2%;
        width: 98%;
    }

    .faq-list .icon-arrow {
        background: url(../images/icon-faqArrow.png) no-repeat;
        display: inline-block;
        height: 22px;
        position: absolute;
        right: 20px;
        top: 13px;
        width: 22px;
    }

    .faq-list .icon-questions {
        background: url(../images/icon-questions-rwd.png) no-repeat;
        display: inline-block;
        height: 22px;
        left: 10px;
        position: absolute;
        top: 13px;
        width: 22px;
        background-size: 22px;
    }

    .faq-btn,
    .faq-content {
        width: 90%;
        padding: 12px 5%;
        background: #f5f5f5;
        border: 0;
        margin: 0 0 15px 0;
        font-size: 14.5px;
        border-radius: 0;
        line-height: 180%;
    }

    .faq-content {
        margin: 0 0 30px 0;
    }

    /*-壽險年報-*/
    .Topic_Style01 {
        background: url(../images/Topic_Style01.jpg) no-repeat left 8px;
        color: #4f549b;
        display: block;
        font-size: 1.35em;
        font-weight: 700;
        margin-bottom: 18px;
        padding-left: 18px;
        background-size: 9px;
    }

    #ContentsContainer #Contents .Info p.FileSize {
        background: #fff;
        border-radius: 3px;
        font-size: 1.1em !important;
        moz-border-radius: 3px;
        padding: 0 !important;
        position: initial;
        webkit-border-radius: 3px;
        width: 80px;
        text-align: left;
        margin: 0px 0 0 0 !important;
        float: left;
    }

    #ContentsContainer #Contents .Info p {
        line-height: 160%;
        font-size: 18px;
        max-width: 100%;
        padding: 0;
        margin: 0 !important;
    }

    #ContentsContainer #FileDownloadContainer .FileDownBox .FileDown {
        width: 96%;
        background: #ececec;
        padding: 10px 2%;
        margin: 0 0 10px 0;
    }

    #ContentsContainer #FileDownloadContainer .FileDownBox .FileDown:first-child {
        margin-bottom: 10px;
    }

    #FileDownloadContainer .FileDownBox {
        margin-bottom: 0;
        padding: 0;
        width: 100%;
        background: #fff;
        border: 0;
    }

    #FileDownloadContainer .FileDownBox .FileDown .FileType {
        float: left;
        margin: 0 15px 0 0;
    }

    #ContentsContainer #FileDownloadContainer .FileDownBox .FileDown .Info {
        width: 87%;
        padding: 5px 2%;
        min-height: 47px;
        float: right;
    }

    /*-郵政壽險蒐集處理及利用個人資料告知書-*/
    .RelatedContainer .Header {
        padding: 5px 18px !important;
        font-size: 1em;
        display: inline-block;
        margin: 0px 0px 9px 0px;
    }

    .RelatedContainer .ListContainer li .Inner dl {
        padding: 5px 25px 5px 25px;
        margin: 9px 0 0 0;
        background: url(../images/Download_Icon.jpg) no-repeat 5px 10px;
        position: relative;
        zoom: 1;
        font-size: 16px;
    }

    .RelatedContainer .ListContainer li {
        display: block;
        /* width: 680px; */
        border-bottom: 1px dotted #9c9c9c;
    }

    .RelatedContainer {
        margin: 25px 0 45px 0;
        line-height: 180%;
    }

    /*-房貸經辦郵局-*/
    #LocationBTNContainer {
        padding: 0;
        display: inline-block;
        width: 100%;
        margin: 8px 0 0 0;
    }

    ul.LocationBTN {
        float: left;
        width: 100%;
    }

    #LocationBTNContainer .LocationBTN li {
        display: initial;
        float: left;
        vertical-align: top;
        width: 22%;
        margin: 0 1.3% 23px 1.3%;
    }

    #LocationBTNContainer .LocationBTN li a {
        background: #f7f7f7;
        border: 1px solid #e0e0e0;
        border-radius: 3px;
        color: #434343;
        display: inline-block;
        font-size: 1.15em;
        font-weight: 700;
        line-height: 50px;
        margin: 0;
        moz-border-radius: 3px;
        padding: 0 4%;
        position: relative;
        webkit-border-radius: 3px;
        width: 92%;
        background: cover;
    }

    /*-頁數-*/
    .pagination_1 a {
        padding: 4px 6px;
        display: inline-block;
        font-size: 15px !important;
        /* border: 0 !important; */
    }

    /*-房貸業務相關網站-*/
    #ContentsContainer #Contents p {
        line-height: 185%;
        font-size: 16px;
    }

    #ContentsContainer #Contents #LinksPage p {
        line-height: 185%;
        font-size: 19px;
    }

    /*-獲獎紀錄-*/
    /*-錨點-*/
    .scrollToNav {
        display: none;
    }

    .TableStyle_03 td {
        border: 1px solid #c9c9c9;
        padding: 10px;
    }

    .TableStyle_03 {
        border: 0;
        font-size: 15px;
    }

    .TableStyle_03 td:last-child {
        border-right: 1px solid #c9c9c9;
    }

    .TableStyle_03 td:first-child {
        border-left: 1px solid #c9c9c9;
    }

    .scrollToNav a {
        padding: 7px 20px !important;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: bold;
        border-radius: 2px;
    }

    .TableStyle_03 {
        border: 1px solid #f5789d;
        font-size: 15px;
    }

    .scrollToNav li {
        margin: 0 0.5% 15px 0 !important;
        display: inline-block;
        zoom: 0 !important;
    }

    [canvas=container] {
        margin-top: 59px;
        height: -webkit-calc(100% - 59px);
        height: -moz-calc(100% - 59px);
        height: calc(100% - 59px);
    }

    .rwdheader {
        display: block;
    }

    .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: 6px 0;
        width: 50%;
        float: left;
        font-size: 15px;
        line-height: 23px;
    }

    .FatFooterHeader a {
        display: block;
        color: #FFF;
        background: #c8013b;
        padding: 10px;
        margin: 0;
        -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;
    }

    #ServiceGuideHeader img,
    #QuickSearch .Header img,
    #AdBannerHeader img {
        width: 100px
    }

    #ServiceGuideContent a img {
        display: block;
        margin: 0 auto
    }

    #IndexNewsContainer .Header h2 {
        background-size: 100px;
        width: 100px;
        height: 28px
    }

    .ConditionSearchContainer .Submit_1,
    .topic-Wrap .Submit {
        width: 80px;
        background-size: 100%;
        height: 30px
    }

    #ServiceGuideContent a,
    #IndexNewsContainer .Header .more,
    #IndexNewsContainer .Content dd .Date {
        font-size: 16px;
        width: 100px
    }

    div#abgne_marquee ul li a {
        font-size: 16px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    div#abgne_marquee ul li a {
        width: 350px
    }

    #IndexNewsContainer .Header .more {
        padding: 4px 10px
    }

    #IndexNewsContainer .Content dd .Link a {
        font-size: 20px
    }

    #IndexNewsContainer .Content dd .Link {
        width: 100%;
        margin: 5px 0
    }

    #QuickSearchBTN a,
    #QuickSearch .ListSelect p.InputWrap select,
    .Submit_3,
    .TabsContainer_style2 ul.tabs a,
    #InnerProductContainer .Brief .ToolBTN a,
    .BTN_Style03,
    .BTN_Style01,
    #ProductList li div.ToolBTN a {
        font-size: 16px
    }

    #Footer .FooterSec_1Container .Sec_1 .Line_1 span,
    #Footer .FooterSec_2Container .Sec_1 p,
    #Footer .FooterSec_2Container .Sec_2 .Traffic,
    #Footer .FooterSec_1Container .Sec_1 p,
    #InnerProductContainer .Header .DateRelease,
    #ContentsContainer #Contents p select,
    #ContentsContainer #Contents input,
    .ConditionSearchContainer select,
    .topic-Wrap select,
    .page-controls-inner {
        font-size: 0.85rem;
        line-height: 1.8em;
    }

    /*-線上好讀-*/
    .aar_img {
        float: left;
        width: 100%;
        margin: 0 0 6px 0;
    }

    .aar_cont p {
        float: left;
        width: 100%;
        margin: 0 0 10px 0 !important;
        line-height: 175% !important;
    }

    .aar_cont a {
        font-size: 16px;
        text-decoration: underline;
        font-weight: bold;
        line-height: 175% !important;
    }

    /*-壽險資訊公開-*/
    input[type="text"],
    input[type="password"],
    select {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        border-radius: 0;
    }

    select {
        background: url(../images/rwd_select_att.png) 96% center no-repeat #fff;
        padding: 0 10px 0 0;
    }

    .Topic_Style06 {
        padding: 0 0 14px 0;
    }

    .TabsStyle2Container ul.tabs a.current,
    .TabsStyle2Container ul.tabs a.current:hover,
    .TabsStyle2Container ul.tabs li.current a {
        background: #ffffff;
        cursor: default !important;
        color: #fff !important;
        border-top: 0 !important;
        border-left: 0 !important;
        border-right: 0 !important;
        top: 0 !important;
        background: #fae5eb !important;
    }

    .TabsStyle2s ul.tabs a {
        font-size: 14.5px !important;
        height: 45px !important;
        line-height: 45px !important;
        padding: 0 !important;
        float: left;
        width: 100%;
    }

    .TabsStyle2s ul.tabs {
        min-height: 48px !important;
        float: left;
        width: 100%;
        margin-bottom: 25px;
        border-bottom: 0 !important;
    }

    .TabsStyle2s ul.tabs a.breakLine {
        line-height: 20px !important;
        padding-top: 0 !important;
        height: 45px !important;
    }

    .TabsStyle2Container ul.tabs li {
        float: left;
        text-indent: 0;
        padding: 0;
        margin: 0 !important;
        list-style-image: none !important;
        width: 33%;
        margin: 0 0 1px 0 !important;
        border-bottom: 1px #fff solid;
        border-right: 1px #fff solid;
    }

    #ContentsContainer #Contents .article p {
        line-height: 170%;
        margin: 0 0 20px 0;
        font-size: 16px;
    }

    dl.dl_Style02 dd {
        background: url(../images/ListIcon_002.jpg) no-repeat 3px 11px;
        margin-bottom: 14px;
        margin-left: 0;
        padding-left: 20px;
        font-size: 16px;
    }

    .TabsStyle2Container .wrap {
        width: 100% !important;
        position: relative;
    }

    #InnerProductContainer .Header h2,
    .Topic_Style01,
    .Topic_Style02,
    #MainAdSmallOverView li a .Info h2,
    #ContentsContainer #Contents p.NewsTopic,
    #ContentsContainer #Contents p.Topic_Style06,
    .NewsList li a h3.Topic,
    .NewsListImage li a h3.Topic,
    .NewsHeadContainer .NewsHeadS a .Txt .Topic,
    .NewsHeadContainer .NewsHeadL a .Txt .Topic,
    .BTN_List_Style02 .Header,
    .TitleStyle_2Contain .TitleStyle_2 h2 {
        font-size: 19.5px;
        line-height: 1.4em;
    }

    #ContentsContainer #Contents .Topic_Style04 {
        font-size: 22px
    }

    #SiteMapContainer .SiteMap_Section h3.Title,
    .TabsStyle2Container .TabInnerWarp .dl_Style02 dt,
    .BTN_Style04,
    .Topic_Style02_noBlock,
    .ConditionSearchContainer span.GreenBold,
    .Topic_Style03,
    .BTN_List_Style02 .BTN_List,
    #ContentsContainer #Contents #ProductList_2 li dl dd p.Topic,
    #ContentsContainer #Contents #ProductList li dl dd p.Topic {
        font-size: 20px;
        line-height: 1.7em
    }

    .pagination a,
    .pagination_1 a {
        margin: 5px;
        display: inline-block;
    }

    .pagination_1 a,
    .ItemDetail_2 td.hd,
    .NewsList li a .Date,
    .NewsListImage li a .Date,
    .NewsHeadContainer .NewsHeadL a .Txt .Date,
    .NewsHeadContainer .NewsHeadS a .Txt .Date {
        font-size: 18px
    }

    .BackToTop_2 a {
        font-size: 15px
    }

    #InnerProductContainer .Brief {
        width: 100%
    }

    #InnerProductContainer .ProductDetail .IMGContainer {
        margin: 0 auto;
        float: none;
        margin-bottom: 20px;
    }

    #InnerProductContainer .Brief .ToolBTN {
        position: relative
    }

    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: 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: 100%;
    }

    #MainContentInner {
        padding: 0;
    }

    #MainContentInner #Breadcrumbs {
        border-left: none;
        border-right: none;
        margin-top: 15px;
        margin-bottom: 15px;
        background: 0;
        border: 0;
        padding: 0 3%;
        font-size: 15px;
        line-height: 155%;
    }

    #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: 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;
    }

    /*
	#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;
	}
	*/
    #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;
	}
	*/
    .FatFooter_section h2 {
        font-size: 1.15rem;
    }

    #Footer {
        width: 100%;
    }

    #Footer .FooterSec_2Container .Sec_1 p {
        margin-bottom: 2px;
    }

    #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;
    }

    #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: 0 0 15px 0;
        width: 100%;
        text-align: center;
    }

    #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: right;
        margin-top: 5px;
        clear: both;
    }

    #Main #Section_2 {
        margin-bottom: 15px;
    }

    .BackToPrev {
        display: block;
        margin-bottom: 30px;
    }

    #Main #Section_2 #ShareNav a:first-child {
        margin-left: 0px;
    }

    #Post_NavContainer .Prev {
        margin: 0;
        width: 156px !important;
        height: auto;
        line-height: 170% !important;
        padding: 0px 0px 0px 32px;
        font-size: 15.5px;
        font-weight: bold;
        background: url(../images/Previous_3.png) no-repeat left center;
    }

    #Post_NavContainer .Next {
        margin: 0;
        width: 156px !important;
        height: auto;
        line-height: 170% !important;
        padding: 0 32px 0 0;
        font-size: 15.5px;
        font-weight: bold;
        background: url(../images/Next_3.png) no-repeat right center;
    }

    #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;
    }

    /*-房貸經辦局-*/
    span.department-sear-remark {
        float: left;
        width: 100%;
        line-height: 28px;
        font-size: 16px;
        color: #c8013b !important;
        font-weight: bold;
    }

    select,
    input {
        padding: 6px 1%;
        font-size: 15px !important;
        font-family: 微軟正黑體;
        line-height: initial !important;
        border: #ccc 1px solid;
    }

    .ConditionSearchContainer .address_1 select {
        width: 115px;
        min-width: 115px;
        float: left;
        margin-right: 10px;
    }

    .address_1 {
        float: left;
        width: 100%;
        text-align: left;
        margin: 0 0 17px 0;
    }

    .address_1 .d-sear-title {
        float: left;
        color: #333;
        font-size: 1.3em !important;
        width: 78px;
        margin: 0;
        line-height: 34px !important;
    }

    .address_2 input {
        width: 210px;
    }

    .address_2 {
        float: left;
        width: 100%;
        text-align: left;
        margin: 0;
    }

    .office_sear {
        float: left;
        width: 239px;
    }

    .address_2 .d-sear-title {
        float: left;
        color: #333;
        font-size: 1.3em !important;
        width: 155px;
        margin: 0;
        line-height: 34px !important;
    }

    .sec_2 .d-sear-title {
        float: left;
        color: #333;
        font-size: 1.3em !important;
        width: 78px;
        margin: 0;
        line-height: 34px !important;
    }

    .sear-wrap {
        display: inline-block;
        text-align: center;
        margin: 20px 0 0 0;
    }

    .ConditionSearchContainer .sear-wrap input.Submit1 {
        display: inline-block !important;
        height: initial;
        margin: 0 !important;
        background: #9d9d9d;
        border: 0;
        padding: 6px 25px;
        color: #fff;
        font-size: 1.1em !important;
    }

    .ConditionSearchContainer input.Submit2 {
        display: inline-block !important;
        height: initial;
        margin: 0 0 0 5px;
        background: #9d9d9d;
        border: 0;
        padding: 6px 25px;
        color: #fff;
        font-size: 1.1em !important;
    }

    .sear-wrap input {
        display: inline-block;
        text-align: center;
        margin: 10px 0 0 0;
    }

    .ConditionSearchContainer {
        font-size: 0.9em;
        line-height: 175%;
        padding: 0;
        float: left;
        width: 100%;
        margin: 25px 0;
        background: none;
        border: 0;
    }

    .ConditionSearchContainer .sec_1,
    .ConditionSearchContainer .sec_2 {
        border-bottom: 0;
        margin-bottom: 3px;
        padding: 15px 2%;
        background: #eee;
        width: 96%;
    }

    .ConditionSearchContainer .sec_1 {
        text-align: center;
    }

    .ConditionSearchContainer .sec_2 {
        text-align: left;
    }

    .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: 45%;
        margin: 0 2.5% 10px;
    }

    .NewsHeadContainer .NewsHeadL a,
    .NewsHeadContainer .NewsHeadS .Img,
    .NewsHeadContainer .NewsHeadS .Img td {
        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 .Info {
        width: 84%;
    }

    #MainAdSmallOverView {
        margin-right: 0px;
    }

    #MainAdSmallOverView li {
        margin: 0 2px 27px 0;
    }

    /*多圖*/
    .MultipleImageContainer {
        /*display: none;*/
    }

    .photosgallery-captions {
        width: 100%;
    }

    .photosgallery-captions .sliderkit-nav {
        width: 100%;
        padding: 10px 0;
        background: #000;
    }

    .photosgallery-captions .sliderkit-nav .sliderkit-nav-prev,
    .photosgallery-captions .sliderkit-nav .sliderkit-nav-next {
        display: none;
    }

    .photosgallery-captions .sliderkit-nav .sliderkit-go-prev {
        left: 10px;
    }

    .photosgallery-captions .sliderkit-nav .sliderkit-go-next {
        right: 10px;
    }

    /*多圖 END*/
    #OrganizationStructure {
        display: none;
    }

    .mobile-select-menu {
        display: block;
        padding: 0 10px 25px 10px;
    }

    .mobile-select-menu select {
        padding: 8px 10px;
        border: 1px solid #ccc;
        width: 100%;
        font-size: 18px !important;
        ;
    }

    /* 手機 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;
        font-size: 18px
    }

    .btn-submit {
        background: #555;
        color: #fff;
        border: 0;
        padding: 6px 0;
        display: block;
        width: 100%;
        font-size: 18px
    }

    .btn-submit:active {
        background: #888;
    }

    .searchOptions {
        padding: 0 0 10px;
    }

    .searchOptions input {
        vertical-align: middle;
        margin: 0 5px 0 0;
    }

    .searchOptions label {
        display: block;
        width: 100%;
        padding: 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;
        font-size: 18px
    }

    .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;
    }

    #MarqueeContainer,
    #QuickSearchContainer,
    #AdBannerContainer {
        margin: 0 10px;
    }

    .rwd-close800 {
        display: none;
    }

    .rwd-postaddresault {
        display: block;
    }

    .info li label,
    .info li b,
    .gender a span,
    .info li input,
    .info li select,
    .bottomBtn a {
        font-size: 0.8rem !important;
    }

    .infoInner {
        justify-content: flex-start;
    }

    .info li label {
        width: 70px;
    }

    .gender {
        margin-bottom: 10px;
    }

    .info li {
        margin: 0 0 5px 0;
    }

    .info li input,
    .info li select {
        width: 40%;
        padding: 6px 9px;
    }

    .info li select {
        min-width: 120px;
    }

    .bottomBtn {
        margin-top: 12px;
    }

    .bottomBtn a {
        padding: 7px 30px;
    }

    ul.routeFont {
        top: 50%;
        width: 86%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding-top: 30px;
    }

    ul.routeFont li::before {
        width: 70%;
        height: 1px;
        position: absolute;
        content: "";
        background: #6a3906;
        left: 50%;
        bottom: 0px;
        transform: translateX(-50%);
    }
}

@media (max-width: 780px) {

    /*-線上好讀-*/
    #ContentsContainer #FileDownloadContainer .FileDownBox .FileDown .Info {
        width: 85.5% !important;
    }
}

@media (max-width: 775px) {

    /*-首頁-*/
    .rwd_MarqueeContainer {
        width: 84% !important;
    }
}

@media (max-width: 768px) {
    #SiteMapContainer .SiteMap_Section ul.SiteMapList {
        width: 23%;
    }

    /*壽險*/
    /*壽險 end*/
}

@media (max-width: 750px) {

    /*-首頁-*/
    .Rsear-cont select {
        width: 80%;
    }
}

@media (max-width: 705px) {

    /*-首頁-*/
    .Rpromotion .cont a {
        width: 215px;
        display: inline-block;
        margin: 0 3%;
    }
}

@media (max-width: 700px) {

    /*-文章樣板-*/
    #Post_NavContainer {
        margin: 30px 0;
        width: 100%;
        display: inline-block;
        text-align: center;
    }
}

@media (max-width: 683px) {

    /*-首頁-*/
    .rwd_MarqueeContainer {
        width: 82% !important;
    }
}

@media (max-width: 672px) {

    /*-線上好讀-*/
    #ContentsContainer #FileDownloadContainer .FileDownBox .FileDown .Info {
        width: 84.5% !important;
    }
}

@media (max-width: 638px) {

    /*-首頁-*/
    .Rpromotion .cont a {
        width: 215px;
        display: inline-block;
        margin: 0 1.5%;
    }
}

@media (max-width: 618px) {

    /*-線上好讀-*/
    #ContentsContainer #FileDownloadContainer .FileDownBox .FileDown .Info {
        width: 83% !important;
    }
}

@media (max-width: 614px) {

    /*-首頁-*/
    .rwd_MarqueeContainer {
        width: 80% !important;
    }
}

@media (max-width: 605px) {

    /*-首頁-*/
    .Rsear-cont select {
        width: 75%;
    }

    .Rpromotion .cont {
        float: left;
        width: 95%;
        background: #fff;
        padding: 22px 2.5%;
        text-align: center;
    }
}

@media (max-width: 560px) {
    #LocationBTNContainer .LocationBTN li {
        width: 30% !important;
        margin: 0 1.5% 23px 1.5% !important;
    }

    /*-首頁-*/
    .rwd_MarqueeContainer {
        width: 78% !important;
    }

    .Rpromotion .cont a {
        width: 200px;
        display: inline-block;
        margin: 0 1.5%;
    }

    .pc_insur_detail,
    .pc_close_520 {
        display: none;
    }

    .rwd_insu_detail,
    .rwd_open_520 {
        display: table;
    }
}

@media (max-width: 555px) {

    /*-銀髮族專區-*/
    #ProductList_2 li dl dt.ThumbImg {
        width: 185px;
        margin: 0 4% 0 0;
    }

    #ProductList_2 li dl dd {
        width: 56%;
    }
}

@media (max-width: 545px) {

    /*-線上好讀-*/
    #ContentsContainer #FileDownloadContainer .FileDownBox .FileDown .Info {
        width: 81.5% !important;
    }
}

@media (max-width: 542px) {

    /*-文章樣板-*/
    .NewsImageContainer .Single {
        width: 46% !important;
        margin: 0 1.5% 20px 1.5% !important;
        float: left;
    }
}

@media (max-width: 536px) {

    /*-實質課稅原則-*/
    .TableStyle_02 th:first-child {
        width: 11% !important;
    }

    .TableStyle_02 th:nth-child(3) {
        width: 29% !important;
    }

    /*-郵政醫院保戶優惠-*/
    table.TableStyle_02.post-hospital-table2 th {
        width: 50% !important;
    }

    table.TableStyle_02.post-hospital-table3 th:first-child {
        width: 25% !important;
    }
}

@media (max-width: 520px) {

    /*-首頁-*/
    .Rpromotion .cont {
        width: 100%;
        padding: 22px 0;
    }

    .Rservice a p {
        float: none;
        width: 109px;
        text-align: center;
        font-weight: bold;
        margin: 13px auto 0 auto;
        height: 35px;
        font-size: 15.5px;
        line-height: 22px;
        display: inline-block;
    }

    /*-銀髮族專區-*/
    #ProductList_2 li dl dd {
        width: 55%;
    }
}

@media (max-width: 515px) {

    /*-首頁-*/
    .Rpromotion .cont a {
        width: 180px;
        display: inline-block;
        margin: 0 2%;
    }

    .rwd_MarqueeContainer {
        width: 76% !important;
    }
}

@media (max-width: 510px) {

    /*-銀髮族專區-*/
    #ProductList_2 li dl dt.ThumbImg {
        width: 180px;
        margin: 0 4% 0 0;
    }

    #ProductList_2 li dl dd {
        width: 53.5%;
    }
}

@media (max-width: 502px) {

    /*-實質課稅原則-*/
    .TableStyle_02 th:first-child {
        width: 12% !important;
    }

    .TableStyle_02 th:nth-child(3) {
        width: 28% !important;
    }
}

@media (max-width: 490px) {

    /*-線上好讀-*/
    #ContentsContainer #FileDownloadContainer .FileDownBox .FileDown .Info {
        width: 80% !important;
    }
}

@media (max-width: 486px) {

    /*-首頁-*/
    .Rservice a {
        width: 33%;
    }

    .Rsear-cont select {
        width: 72%;
    }

    .Rsear-cont input {
        padding: 7px 22px;
        margin: 0 0 0 7px;
    }
}

@media (max-width: 480px) {
    .Accessibility-detail {
        font-size: 15px;
    }

    #Main_Fullwidth #Section_2 #ShareNav {
        float: left;
        font-size: 14.5px;
        margin: 10px 0 0 0;
        color: #7b7b7b;
        background: url(../images/refresh-time.png) no-repeat left center;
        padding-left: 15px;
    }

    /*-上一篇下一篇-*/
    #Post_NavContainer .Prev {
        width: 37% !important;
        padding: 8px 2% 8px 36px;
        font-size: 15.5px;
        background: url(../images/Previous_3.png) no-repeat 6px center #eee;
    }

    #Post_NavContainer .Next {
        width: 37% !important;
        padding: 8px 36px 8px 2%;
        font-size: 15.5px;
        text-align: left;
        background: url(../images/Next_3.png) no-repeat 95% center #eee;
    }

    /*-保障型保險專區-*/
    p.Padinleft20.pd-insurance-rate-wrap {
        padding: 0;
        width: 100%;
        display: inline-block;
        text-align: center;
    }

    a.pd-insurance-rate {
        color: #fff;
        background: #ee4173;
        padding: 7px 0;
        font-size: 15.5px;
        margin: 9px 0 0 0;
        display: inline-block;
        font-weight: bold;
        width: 90%;
    }

    /*-商品內頁-*/
    #InnerProductContainer .Brief .ToolBTN a,
    #ProductList li div.ToolBTN a {
        padding: 9px 0;
        background-size: 100px;
        width: 106px;
        height: initial;
        text-align: center;
        margin: 0 10px 0 0;
        background: #c8013b;
        color: #fff;
        display: inline-block;
        float: none;
    }

    /*-首頁-*/
    .Rh-list,
    .RnewsList,
    .Rpromotion,
    .Rservice {
        float: left;
        width: 100%;
        margin: 0 0 20px 0;
    }

    .Rsear-link {
        margin: 0 0 20px 0;
    }

    .Rsear-link p {
        float: none;
        width: 124px;
        font-weight: bold;
        display: block;
        margin: 0 auto;
        line-height: 22px;
        height: 44px;
    }

    /*-文章樣板-*/
    .PublishInfo ul {
        float: left;
        width: 100%;
    }

    #NewsInnerContainer .NewsTopic {
        font-size: 21.5px !important;
        margin: 0 0 12px 0 !important;
        line-height: 140% !important;
    }

    .PublishInfo {
        background: 0 !important;
        color: #6a6a6a !important;
        padding: 0 !important;
        font-size: 15.4px !important;
    }

    .PublishInfo ul li {
        float: left;
        padding: 0 15px 0 0 !important;
        width: 100%;
        border: 0 !important;
        margin: 0 0 9px 0;
    }

    /*-線上好讀-*/
    span.Topic_Style01.aar {
        font-size: 18px;
    }

    #ContentsContainer #Contents .Info p {
        font-size: 17px !important;
    }

    /*-獲獎紀錄-*/
    .TableStyle_03 th:first-child {
        width: 12% !important;
    }

    .TableStyle_03 th:nth-child(2) {
        width: 60% !important;
    }

    /*-壽險資訊公開-*/
    #Main h1 {
        border-bottom: 3px solid #eeeeee;
        color: #535353;
        font-size: 26px;
        font-weight: bold;
        line-height: 36px;
        margin-bottom: 10px;
        padding-bottom: 8px;
    }

    .TabsStyle2s ul.tabs a {
        padding: 0 5% !important;
        float: left;
        width: 90%;
    }

    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*/
    #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;
    }

    /*
	.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;
	}
	*/
    #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;
    }

    .NewsImageContainer .Single {
        width: 100% !important;
        margin: 0 0 20px 0 !important;
        float: left;
    }

    .NewsHeadContainer .NewsHeadS {
        width: 100%;
        margin-bottom: 10px;
    }

    #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: 92%;
    }

    .TabsContainer ul.tabs a,
    ul.tabs2 a {
        font-size: 14px;
        padding: 0 9px;
    }

    .SaveContainer {
        background: #ffffff transparent;
        background-image: none;
        padding: 20px;
    }

    .Result-Style-2 .img,
    .Result-Style-2 .txt {
        display: block;
    }

    .Result-Style-2 .img {
        width: 100%;
        padding: 0px;
    }

    .Result-Style-2 .txt {
        width: 100%
    }

    #SiteMapContainer .SiteMap_Section ul.SiteMapList {
        width: 37%;
    }

    /*壽險*/
    #ProductList li div.ToolBTN {
        position: static;
        bottom: 0;
        margin: 0 0 20px 0;
        display: inline-block;
        text-align: center;
        width: 100%;
    }

    #InnerProductContainer .Brief {
        float: none;
        width: auto;
    }

    #InnerProductContainer .Brief .ToolBTN {
        position: relative;
        bottom: 0;
        margin: 0 0 20px;
        clear: both;
    }

    #InnerProductContainer .ProductDetail .IMGContainer {
        width: 80%;
    }

    #InnerProductContainer .Header h2 {
        float: none;
        margin-bottom: 10px;
    }

    #InnerProductContainer .Header .DateRelease {
        float: none;
    }

    #JournalListContainer li {
        margin: 0 10px 10px 0;
        padding: 10px 10px 90px;
    }

    #JournalListContainer li .Link {
        left: 10px;
        top: 10px;
        padding: 0 10px 0 0
    }

    #JournalListContainer li .Link .LinkCover {
        width: 134px;
    }

    #JournalListContainer li .IMG {
        width: auto;
    }

    #JournalListContainer li .IMG td {
        width: 134px;
        height: auto;
    }

    #JournalListContainer li .IMG td img {
        width: 100%;
    }

    #JournalListContainer li .Link .FileType {
        position: absolute;
        bottom: 8px;
        right: 5px
    }

    .ItemDetail_2 td.hd {
        width: 40%;
    }

    /*壽險 end*/
    #ServiceGuideContent a img {
        width: 100%;
    }

    .ConditionSearchContainer .FloatRight {
        float: left
    }

    #FileDownloadContainer .FileDownBox .FileDown .FileType {
        margin: 0 5px
    }

    .BTN_List_Style02 .BTN_List a {
        width: 85px;
    }

    .TabsStyle2Container .wrap {
        width: auto;
    }

    .TabsStyle2Container ul.tabs a {
        font-size: 18px;
        padding: 5px 15px;
        height: auto;
        line-height: 100%;
    }

    .TabsStyle2Container ul.tabs a br {
        display: none;
    }

    .TabsStyle2Container ul.tabs li {
        float: none;
        margin-bottom: 1px !important;
    }

    .TabsContainer_style2 ul.tabs li {
        float: none;
        margin: 5px 0;
        border: none
    }

    .TabsContainer_style2 .wrap .pane {
        border: none
    }

    .TabsContainer_style2 ul.tabs a {
        border-radius: 10px;
        box-shadow: 1px 1px 1px #D2D2D2
    }

    .TabsStyle2Container ul.tabs a.current,
    .TabsStyle2Container ul.tabs a.current:hover,
    .TabsStyle2Container ul.tabs li.current a {
        border: none;
        background: #b90137;
        color: #ffffff !important;
    }

    .TabsStyle2Container ul.tabs {
        border: 0px;
    }

    .TabsStyle2s ul.tabs a.breakLine {
        height: auto;
    }

    .Form_Style01 textarea,
    textarea#content,
    input#address {
        width: 100%;
    }

    .Form_Style01 .RedHighLight {
        display: inline-table;
    }

    .Form_Style01 p br {
        display: none;
    }

    .ConditionSearchContainer span.GreenBold {
        display: block;
    }

    .ConditionSearchContainer .FloatLeft {
        float: none;
    }

    .ConditionSearchContainer .Submit {
        float: none;
        margin-top: 10px;
    }

    .faq-btn,
    .faq-content {
        width: 90%;
    }

    #QuickSearch .ListSelect p.InputWrap select {
        width: auto;
    }

    #ProductList_2 li {
        width: 100%;
    }

    #ProductList_2 li dl dt.ThumbImg td {
        height: auto;
        margin: 0 auto;
    }

    #ProductList_2 li dl dd {
        width: 100%;
    }

    #ProductList_2 li dl dt.ThumbImg {
        width: 98%;
        float: none;
        margin: 0 auto 10px auto;
        border: 0;
        background: 0;
    }

    #ProductList_2 li {
        width: 100%;
        margin: 15px 0;
        padding: 0;
    }

    #ProductList_2 li dl dd {
        width: 90%;
        margin: 0 5%;
    }

    #ProductList_2 li dl dt.ThumbImg img {
        max-width: 200px;
        width: 100%;
    }

    #ProductList_2 li dl dt.ThumbImg table {
        width: 150px;
    }

    #ProductList li {
        padding-bottom: 0;
    }

    #ProductList li dl dt.ThumbImg {
        width: 45%;
    }

    #ProductList li dl dd {
        width: 45%;
    }

    #flexslider_small_1 {
        width: 80%;
    }

    div#abgne_marquee ul li a {
        width: 230px
    }

    .ListSelect {
        overflow: inherit
    }

    #ServiceGuideContent a {
        width: 24%
    }

    #MainAdSmallOverView li {
        margin: 0 2px 27px 0;
        width: 90%
    }

    #MainAdSmallOverView li a {
        width: 100%;
        display: block
    }

    #MainAdSmallOverView li a .IMG img,
    #MainAdOverView li .IMG {
        width: 100%
    }

    .BTN_List_Style02 .BTN_List a {
        width: 75%
    }

    .BTN_Style04 {
        width: 70%
    }

    .NoResult {
        width: 100%
    }

    .NoResult img {
        max-width: 100%
    }

    .BTN_Style03 {
        margin-bottom: 10px
    }

    #ProductList_2 li div.ToolBTN2 a:first-child {
        margin-left: 0;
    }
}

@media (max-width: 460px) {

    /*-首頁-*/
    .rwd_MarqueeContainer {
        width: 74% !important;
    }
}

@media (max-width: 445px) {

    /*-獲獎紀錄-*/
    .TableStyle_03 th:first-child {
        width: 13.5% !important;
    }

    .TableStyle_03 th:nth-child(2) {
        width: 58.5% !important;
    }
}

@media (max-width: 429px) {

    /*-線上好讀-*/
    #ContentsContainer #FileDownloadContainer .FileDownBox .FileDown .Info {
        width: 78.5% !important;
    }
}

@media (max-width: 426px) {

    /*-首頁-*/
    .rwd_MarqueeContainer {
        width: 70% !important;
    }
}

@media (max-width: 420px) {

    /*-房貸經辦郵局-*/
    .address_2 input {
        width: 190px;
    }
}

@media (max-width: 400px) {

    /*-首頁-*/
    ul.Rsear-tag li {
        font-size: 15px;
    }

    /*-上一篇下一篇-*/
    #Post_NavContainer .Next {
        width: 35% !important;
        padding: 8px 36px 8px 2%;
        font-size: 15.3px;
        text-align: left;
        background: url(../images/Next_3.png) no-repeat 95% center #eee;
    }

    #Post_NavContainer .Prev {
        width: 35% !important;
        padding: 8px 2% 8px 36px;
        font-size: 15.3px;
        background: url(../images/Previous_3.png) no-repeat 6px center #eee;
    }

    /*-首頁-*/
    .Rpromotion .cont a {
        width: 170px;
    }

    .rwd_MarqueeContainer {
        width: 70% !important;
    }

    /*-房貸經辦郵局-*/
    .ConditionSearchContainer .sec_2 {
        text-align: center;
    }

    #LocationBTNContainer .LocationBTN li {
        width: 46% !important;
        margin: 0 2% 23px 2% !important;
    }

    .address_2 .d-sear-title {
        width: 100%;
        margin: 0 0 2px 0;
        line-height: 34px !important;
    }

    .address_2 input {
        width: 97%;
    }

    .sec_2 .d-sear-title {
        width: 100%;
        margin: 0 0 2px 0;
        line-height: 34px !important;
        text-align: left;
    }

    .Submit2 {
        margin: 0 !important;
    }

    .office_input {
        float: left;
        width: 97%;
    }

    .address_1 .d-sear-title {
        font-size: 1.3em !important;
        width: 100%;
        margin: 0 0 3px 0;
        line-height: 34px !important;
    }

    .sear-wrap,
    .sear-wrap2 {
        margin: 10px 0 0 0;
        display: inline-block;
        width: 100%;
    }

    .office_sear {
        float: left;
        width: 100%;
    }

    .address_1 {
        float: left;
        width: 100%;
        text-align: left;
        margin: 0 0 9px 0;
    }
}

@media (max-width: 395px) {
    .TableStyle_03 th:first-child {
        width: 15% !important;
    }

    .TableStyle_03 th:nth-child(2) {
        width: 57% !important;
    }
}

@media (max-width: 392px) {

    /*-線上好讀-*/
    #ContentsContainer #FileDownloadContainer .FileDownBox .FileDown .Info {
        width: 77% !important;
    }
}

@media (max-width: 375px) {

    /*-首頁-*/
    ul.Rsear-tag li {
        padding: 8px 7%;
        width: 33%;
        line-height: 21px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .Rpromotion .cont a {
        width: 160px;
    }

    .Rservice a p {
        width: 90%;
        font-size: 15px;
        line-height: 20px;
    }

    .Rsear-link p {
        width: 90%;
        font-size: 15px;
        line-height: 20px;
    }

    .rwd_MarqueeContainer {
        width: 68% !important;
    }

    .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: 360px) {
    #ServiceGuideContent a {
        width: 45%
    }

    #SiteMapContainer .SiteMap_Section ul.SiteMapList {
        width: 80%;
    }

    #ContentsContainer #Contents p select,
    #ContentsContainer #Contents input {
        margin-bottom: 10px
    }
}

@media (max-width: 356px) {

    /*-獲獎紀錄-*/
    .TableStyle_03 th:first-child {
        width: 16.5% !important;
    }

    .TableStyle_03 th:nth-child(2) {
        width: 55.5% !important;
    }

    /*-首頁-*/
    .rwd_MarqueeContainer {
        width: 66% !important;
    }

    .Rpromotion .cont a {
        width: 150px;
    }
}

@media (max-width: 350px) {

    /*-郵政醫院保戶優惠-*/
    table.TableStyle_02.post-hospital-table3 th:first-child {
        width: 35% !important;
    }
}

@media (max-width: 336px) {

    /*-首頁-*/
    .Rsear-cont select {
        width: 70%;
    }

    .rwd_MarqueeContainer {
        width: 64% !important;
    }
}

@media (max-width: 330px) {
    .rwdbiz ul li a {
        font-size: 0.85rem;
    }

    /*-首頁-*/
    .Rpromotion .cont a {
        width: 145px;
    }
}

@media (max-width: 325px) {

    /*-獲獎紀錄-*/
    .TableStyle_03 th:first-child {
        width: 17% !important;
    }

    .TableStyle_03 th:nth-child(2) {
        width: 55% !important;
    }
}

@media (max-width: 320px) {
    .TabsContainer_style2 ul.tabs li {
        margin-right: 3px;
    }

    .TabsContainer_style2 ul.tabs a {
        padding: 0 3px;
    }

    /*壽險*/
    #JournalListContainer li {
        padding: 10px 10px 90px;
    }

    #JournalListContainer li {
        padding: 10px 10px 110px;
    }

    #JournalListContainer li .Link .LinkCover {
        width: 114px;
    }

    #JournalListContainer li .IMG td {
        width: 114px;
    }

    /*壽險 end*/
    .BTN_List_Style02 .BTN_List a {
        width: 66px;
    }

    .faq-btn,
    .faq-content {
        width: 73%;
    }

    div#abgne_marquee ul li a {
        width: 200px
    }
}

@media (max-width: 680px) {

    /*-faq-*/
    .faq-btn h3 {
        font-size: 1.2em;
        font-weight: 400;
        float: left;
        width: 93%;
        margin-left: 3%;
    }

    .faq-content dl.dl_Style02 {
        line-height: 180%;
        margin: 0 0 0 3%;
        width: 97%;
    }

    /*-商品內頁-*/
    #InnerProductContainer .Header h2 {
        font-size: 23px;
        line-height: 1.5em;
        width: 100%;
    }
}

@media (max-width: 635px) {

    /*-獲獎紀錄-*/
    .scrollToNav a {
        padding: 7px 18px !important;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: bold;
        border-radius: 2px;
    }
}

@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: 600px) {

    /*-faq-*/
    .faq-btn h3 {
        font-size: 1.2em;
        font-weight: 400;
        float: left;
        width: 92%;
        margin-left: 4%;
    }

    .faq-content dl.dl_Style02 {
        line-height: 180%;
        margin: 0 0 0 4%;
        width: 96%;
    }

    /*-郵政醫院保戶優惠-*/
    .SinglePic_L {
        width: 100%;
    }

    #SiteMapContainer .SiteMap_Section ul.SiteMapList {
        width: 94%;
        margin: 0px 0 20px 0;
        padding: 15px 3%;
    }
}

@media (max-width: 595px) {

    /*-各類壽險(含停售)商品-*/
    .TableStyle_02.insaur-pd-table th:nth-child(2) {
        width: 63% !important;
    }

    .TableStyle_02.insaur-pd-table th:nth-child(3) {
        width: 17% !important;
    }
}

@media (max-width: 515px) {

    /*-各類壽險(含停售)商品-*/
    .TableStyle_02.insaur-pd-table th:first-child {
        width: 13% !important;
    }

    .TableStyle_02.insaur-pd-table th:nth-child(2) {
        width: 60% !important;
    }

    .TableStyle_02.insaur-pd-table th:nth-child(3) {
        width: 27% !important;
    }
}

@media (max-width: 500px) {

    /*-faq-*/
    .faq-btn h3 {
        font-size: 1.2em;
        font-weight: 400;
        float: left;
        width: 91%;
        margin-left: 5%;
    }

    .faq-content dl.dl_Style02 {
        line-height: 180%;
        margin: 0 0 0 5%;
        width: 95%;
    }
}

@media (max-width: 480px) {
    a.WebPhone_icon {
        display: none !important;
    }

    .Rservice a p {
        font-weight: normal;
    }

    /*-保戶須知-*/
    table.rwd-insrule-table th,
    table.rwd-insrule-table td {
        padding-top: 7px;
        padding-bottom: 7px;
    }

    table.rwd-insrule-table td {
        border-bottom: 1px dotted #c9c9c9;
        width: 77%;
        padding: 10px 4%;
    }

    table.rwd-insrule-table {
        display: block;
        width: 99.5%;
        border: 1px solid #f5789d;
    }

    /*-金融友善服務專區-保險業金融友善服務準則-*/
    .insurance-friendly-title {
        font-size: 22px;
        font-weight: bold;
        margin: 0 0 5px 0;
    }

    /*-商品內頁-*/
    #InnerProductContainer .TabsStyle2Container ul.tabs a {
        padding: 0;
        margin: 0;
        width: 99.5%;
    }

    #InnerProductContainer .TabsStyle2Container ul.tabs li {
        width: 49%;
    }

    #InnerProductContainer .TabsStyle2Container ul.tabs a.current,
    #InnerProductContainer .TabsStyle2Container ul.tabs a.current:hover,
    #InnerProductContainer .TabsStyle2Container ul.tabs li.current a {
        margin: 0;
    }

    #InnerProductContainer .Header .DateRelease {
        color: #333;
        display: block;
        float: left;
        line-height: initial !important;
        height: 35px;
        font-size: 1rem !important;
        width: 100%;
        font-weight: bold;
        height: initial;
    }

    #InnerProductContainer .ProductDetail .IMGContainer {
        width: 95%;
        padding: 10px 2%;
        text-align: center;
    }

    #InnerProductContainer .ProductDetail .IMGContainer .IMG {
        background: #eeeeee;
        width: auto !important;
        display: inline-block;
    }

    /*-保戶須知-*/
    .ins-rules .Topic_Style02 {
        margin: 25px 0 5px 0;
        font-size: 19px;
        line-height: 160%;
    }

    v

    /*-各類壽險(含停售)商品-*/
    .TableStyle_02.insaur-pd-table th:nth-child(2) {
        width: 65% !important;
    }

    .TableStyle_02.insaur-pd-table th:nth-child(3) {
        width: 17% !important;
    }

    .TableStyle_02.insaur-pd-table th:first-child {
        width: 18% !important;
    }

    table.TableStyle_02.insaur-pd-table td {
        padding: 8px 3%;
        line-height: 165%;
    }

    table.TableStyle_02.insaur-pd-table th {
        padding: 6px 1%;
    }

    /*-faq-*/
    .faq-btn h3 {
        font-size: 1.2em;
        font-weight: 400;
        float: left;
        width: 89%;
        margin-left: 6.5%;
        line-height: 180%;
    }

    .faq-content dl.dl_Style02 {
        line-height: 180%;
        margin: 0 0 0 6.5%;
        width: 93.5%;
    }

    .faq-list .icon-questions {
        top: 16px;
    }

    .faq-content dl.dl_Style02 dd:last-child {
        margin-bottom: 0px;
    }

    /*-實質課稅原則-*/
    table.TableStyle_02.rwd-tax-table td {
        border-bottom: 1px dotted #c9c9c9;
        border-left: 0;
        padding: 6px 2.5%;
    }

    table.TableStyle_02.rwd-tax-table tr:last-child td {
        border-bottom: 0;
    }

    table.TableStyle_02.rwd-tax-table {
        display: inline-block;
        margin: 0 0 25px 0;
        width: 99% !important;
    }

    .TableStyle_02 th:first-child {
        width: 15% !important;
        padding: 6px 1%;
    }

    .TableStyle_02 th {
        padding: 6px 2%;
    }

    table.TableStyle_02.tax-table {
        font-size: 15px;
        line-height: 190%;
        display: none;
    }

    .TableStyle_02 td {
        border-bottom: 1px dotted #c9c9c9;
        border-left: 1px dotted #c9c9c9;
        padding: 10px 13px;
    }
}

@media (max-width: 440px) {

    /*-商品內頁-*/
    #InnerProductContainer .BTN_Style03 {
        margin: 0 1.5%;
        width: 38%;
    }
}

@media (max-width: 415px) {
    .TabsStyle2Container ul.tabs li {
        width: 49.5%;
    }

    /*-商品櫥窗-*/
    .TableStyle_02.insaur-pd-table th:nth-child(2) {
        width: 58% !important;
    }

    .TableStyle_02.insaur-pd-table th:first-child {
        width: 21% !important;
    }

    .TableStyle_02.insaur-pd-table th:nth-child(3) {
        width: 21% !important;
    }
}

@media (max-width: 401px) {

    /*-商品內頁-*/
    #InnerProductContainer .BTN_Style03 {
        margin: 0 1.5%;
        width: 37%;
    }
}

@media (max-width: 400px) {

    /*-faq-*/
    .faq-btn h3 {
        font-size: 1.2em;
        font-weight: 400;
        float: left;
        width: 83%;
        margin-left: 7.5%;
        line-height: 180%;
    }

    .faq-content dl.dl_Style02 {
        line-height: 180%;
        margin: 0 0 0 7.5%;
        width: 92.5%;
    }

    .faq-list .icon-questions {
        top: 16px;
    }

    /*-保護須知-*/
    table.rwd-insrule-table {
        display: block;
        width: 99%;
        border: 1px solid #f5789d;
    }

    table.rwd-insrule-table td {
        border-bottom: 1px dotted #c9c9c9;
        width: 66%;
        padding: 10px 4%;
    }

    /*-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) {

    /*-實質課稅原則-*/
    .TableStyle_02 th:first-child {
        width: 16.5% !important;
    }
}

@media (max-width: 361px) {

    /*-商品內頁-*/
    #InnerProductContainer .BTN_Style03 {
        margin: 0 1.5%;
        width: 36%;
    }

    /*-線上好讀-*/
    #ContentsContainer #FileDownloadContainer .FileDownBox .FileDown .Info {
        width: 75.5% !important;
    }
}

@media (max-width: 360px) {

    /*-faq-*/
    .faq-btn h3 {
        font-size: 1.2em;
        font-weight: 400;
        float: left;
        width: 80%;
        margin-left: 8.5%;
        line-height: 180%;
    }

    .faq-content dl.dl_Style02 {
        line-height: 180%;
        margin: 0 0 0 8.5%;
        width: 91.5%;
    }

    .faq-list .icon-questions {
        top: 16px;
    }

    .photosgallery-vertical {
        width: 100%;
    }

    .photosgallery-vertical .sliderkit-nav {
        width: 100px;
    }

    .photosgallery-vertical .sliderkit-nav-clip ul li a {
        width: 80px;
    }

    .photosgallery-vertical .sliderkit-nav-clip .pic {
        display: none;
    }

    .photosgallery-vertical .sliderkit-panel {
        width: 245px;
    }

    .table-cell {
        width: 245px;
    }

    .photosgallery-vertical .sliderkit-panel .sliderkit-panel-textbox {
        width: 245px;
    }

    .topNews-slider .sliderkit img {
        max-width: 245px;
    }

    .photosgallery-vertical .sliderkit-panel .sliderkit-panel-text {
        padding: 9px 15px;
    }

    .photosgallery-vertical .sliderkit-panel .sliderkit-panel-text h4 {
        margin: 0 0 3px 0;
    }

    .photosgallery-vertical .sliderkit-panel .sliderkit-panel-text p {
        line-height: 116% !important;
        padding: 0;
        max-height: 33px;
    }

    /*-商品櫥窗-*/
    .TableStyle_02.insaur-pd-table th:nth-child(2) {
        width: 56% !important;
    }

    .TableStyle_02.insaur-pd-table th:first-child {
        width: 22% !important;
    }

    .TableStyle_02.insaur-pd-table th:nth-child(3) {
        width: 22% !important;
    }
}

@media (max-width: 340px) {

    /*-實質課稅原則-*/
    .TableStyle_02 th:first-child {
        width: 18.5% !important;
    }

    /*-上一篇下一篇-*/
    #Post_NavContainer .Next {
        width: 32% !important;
    }

    #Post_NavContainer .Prev {
        width: 32% !important;
    }
}

@media (max-width: 334px) {
    #ContentsContainer #FileDownloadContainer .FileDownBox .FileDown .Info {
        width: 74% !important;
    }
}

@media (max-width: 330px) {

    /*-商品內頁-*/
    #InnerProductContainer .BTN_Style03 {
        margin: 0 1%;
        width: 36%;
    }

    /*-商品櫥窗-*/
    .TableStyle_02.insaur-pd-table th:nth-child(2) {
        width: 54% !important;
    }

    .TableStyle_02.insaur-pd-table th:first-child {
        width: 23% !important;
    }

    .TableStyle_02.insaur-pd-table th:nth-child(3) {
        width: 23% !important;
    }
}

@media (max-width: 320px) {

    /*-商品內頁-*/
    #InnerProductContainer .TabsStyle2Container ul.tabs a {
        padding: 0;
        margin: 0;
        width: 99%;
    }

    .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*/