﻿.hide {
    display: none;
}

/***** RWD Style *****/
.rwd-back-pc {
    text-align: center;
    padding-bottom: 12px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
    /*display: none;    */
}

.rwd-back-pc a {
    display: block;
    width: 100px;
    margin: 0 auto;
    padding-left: 13px;
    background: url(../images/back_pc_icon.png) 0 2px no-repeat;
}
.rwd-back-mobile {
    text-align: center;
    padding-bottom: 12px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
    /*display: none;*/
}
.rwd-back-mobile a {
    display: block;
    width: 67px;
    margin: 0 auto;
    padding-left: 13px;
    background: url(../images/back_mobile_icon.png) 0 2px no-repeat;
}
.rwdheader {
    position: fixed;
    top: 0;
    width: 100%;
    min-width: 320px;
    background: url(../images/rwd_header_bg.png) 0 0;
    z-index: 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: #3b92ff;
    padding: 10px;
    text-align: center;
}

.rwdsearch-textfield {
    border: 0px;
    font-size: 1rem;
    padding: 5px;
    height: 26px;
    border-radius: 0;
    vertical-align: top;
    display: inline-block;
    width: 82%;
    margin-right: -6px;   
}

.rwdsearch-btn {
    border: 0px;
    font-size: 0;
    height: 36px;
    width: 38px;
    vertical-align: top;
    display: inline-block;
    border-radius: 0;
    background: url(../images/rwd_search.png) center center no-repeat #fff;
}

.rwd-lang {
    width: 90%;
    margin: 20px auto;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
}

.rwd-lang li {
    width: 100%;
    display: block;
    /*margin-right: -4px;*/
    text-align: center;
    font-size: 18px;
}

.rwd-lang li a {
    display: block;
    padding: 10px 0 10px 20px;
    color: #666;
}

.rwd-lang li .tw {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.rwd-lang li .en {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.rwd-lang li .current {
    background: #03a200;
    color: #fff;
}

.rwd-lang li .home {
    background: url(../images/home.png) 40% 9px no-repeat;
}

.rwd-arr-close,
.rwdmisc-arr-close {
    background: url(../images/rwd_nav_arr_close.png) 96% center no-repeat;
}

.rwd-arr-open,
.rwdmisc-arr-open {
    background: url(../images/rwd_nav_arr_open.png) 96% center no-repeat;
}

.navfirst {
    border-bottom: 1px solid #e4e4e4;
}

.navsecond {
    display: none;
    background: #f4f4f4;
}

.navthird {
    display: none;
    background: #e2e2e2;
}

.navfirst-item,
.navfirst-item-current,
.navsecond-item,
.navsecond-item-current {
    border-top: 1px solid #e4e4e4;
}

.navfirst-item > a,
.navsecond-item > a,
.navthird-item > a,
.navfirst-item-current > a,
.navsecond-item-current > a,
.navthird-item-current > a {
    display: block;
    text-align: left;
    color: #555;
    padding: 15px 20px;
    font-size: 1.2rem;
    position: relative;
}

.navfirst-item-current > a {
    color: #0059c8;
    font-weight: bold;
}

.navsecond-item > a {
    padding: 15px 36px;
}

.navsecond-item > a::before {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    vertical-align: top;
    border-radius: 999em;
    background-color: #aaa;
    margin: 6px 0 0 0;
    position: absolute;
    left: 25px;
}

.navsecond-item-current > a {
    padding: 15px 36px;
    color: #038c00;
    font-weight: bold;
}

.navsecond-item-current > a::before {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    vertical-align: top;
    border-radius: 999em;
    background-color: #0059c8;
    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: #0059c8;
}

.navthird-item-current > a::before {
    content: "";
    width: 7px;
    height: 1px;
    display: inline-block;
    vertical-align: top;
    background-color: #0059c8;
    margin: 8px 0 0 0;
    position: absolute;
    left: 30px;
}

.rwdbiz {
    background: #efefef;
    padding: 10px 10px;
}

.rwdbiz ul li {
    display: inline-block;
    margin: 10px -4px 10px 0;
    width: 24%;
}

.rwdbiz ul li a {
    font-size: 1rem;
    color: #555;
    display: block;
    text-align: center;
    padding-top: 77%;
}

.rwdbiz ul li .rwdbiz1 {
    background: url(../images/rwd_biz_icon1.png) center 0 no-repeat;
    background-size: 72%;
}

.rwdbiz ul li .rwdbiz2 {
    background: url(../images/rwd_biz_icon2.png) center 0 no-repeat;
    background-size: 72%;
}

.rwdbiz ul li .rwdbiz3 {
    background: url(../images/rwd_biz_icon3.png) center 0 no-repeat;
    background-size: 72%;
}

.rwdbiz ul li .rwdbiz4 {
    background: url(../images/rwd_biz_icon4.png) center 0 no-repeat;
    background-size: 72%;
}

.rwdbiz ul li .rwdbiz5 {
    background: url(../images/rwd_biz_icon5.png) center 0 no-repeat;
    background-size: 72%;
}

.rwdbiz ul li .rwdbiz6 {
    background: url(../images/rwd_biz_icon6.png) center 0 no-repeat;
    background-size: 72%;
}

.rwdbiz ul li .rwdbiz7 {
    background: url(../images/rwd_biz_icon7.png) center 0 no-repeat;
    background-size: 72%;
}

.rwdmisc {
    padding: 5px 0;
}

.rwdmisc li {
    border-bottom: 1px solid #ddd;
}

.rwdmisc li a {
    display: block;
    color: #555;
    text-align: center;
    padding: 12px 10px;
    font-size: 1rem;
}

.rwdmisc-locallist,
.rwdmisc-webservice,
.rwdmisc-cs {
    background: #f4f4f4;
    display: none;
}

.rwdmisc-locallist li.rwdmisc-localnews {
    width: 100%;
}

.rwdmisc-locallist li,
.rwdmisc-webservice li,
.rwdmisc-cs li {
    border-top: 1px solid #ddd;
    border-bottom: none;
}


/* rwd nav end */


/*漢堡選單動效*/

.rwdburger-wrapper {
    position: relative;
    height: 59px;
    width: 78px;
    float: right;
    background: url(../images/rwd_burger_bg.png) 0 0 no-repeat;
}

.rwdburger {
    width: 28px;
    height: 20px;
    top: 18px;
    left: 33px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.rwdburger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.rwdburger span:nth-child(1) {
    top: 0px;
}

.rwdburger span:nth-child(2),
.rwdburger span:nth-child(3) {
    top: 8px;
}

.rwdburger span:nth-child(4) {
    top: 16px;
}

.rwdburger.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.rwdburger.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.rwdburger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.rwdburger.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}


/*漢堡選單動效 end*/


/***** RWD Style end *****/

#Mobilemenu-mainService,
nav.sb-navbar,
nav #Logo a.Logo_link,
.mobile-select-menu {
    display: none;
}

@media (max-width: 980px) {
    #Header_1 {
        width: 100%;
    }
    #Header_2 {
        width: 100%;
    }
    #Header_3 {
        width: 100%;
    }
    .megamenu_container {
        margin-left: 5px;
    }
    #MainContentContainer {
        width: 100%;
    }
    #MainContentInner {
        padding: 0 15px;
    }
    #HeaderMainMenuContainer {
        width: 100%;
    }
    #InnerBody {
        width: 100%;
    }
    #Footer {
        width: 100%;
    }
    #LocalNavContainer {
        width: 23%;
    }
    #LocalNav {
        width: auto;
        padding: 3px;
        border: 1px solid #dddbd9;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
    }
    #LocalNav .LocalNavBG_Top,
    #LocalNav .LocalNavAreaBG_BTM {
        display: none;
    }
    #LocalNav .LocalNavBG_BodyContainer {
        background: none;
    }
    #LocalNav .LocalNavBG_Body {
        width: 100%;
    }
    #LocalNav .LocalNavBG_Body .LocalNavGraphic img {
        width: 100%;
    }
    .demo-container {
        width: 100%;
    }
    #MainContainer {
        width: 74%;
    }
    #Main {
        width: auto;
    }
    .megamenu_container {
        width: 92%;
    }
    .megamenu >li .megamenu_fullwidth {
        width: 100%;
        max-width: 920px;
    }
    /*accordion*/
    .accordion_green .accordion,
    .accordion_related .accordion,
    .accordion_grey_gradient .width655px,
    .accordion_grey_gradient .accordion {
        width: auto;
    }
    /*accordion end*/
    /*nesttab*/
    .TabsContainer .wrap,
    .wrap {
        width: auto;
    }
    .TabsStyle2Container .wrap {
        width: auto;
    }
    /*nesttab end*/
    /*文章列表006-連結*/
    .ContentBoxContainer {
        width: auto;
        border: 1px solid #ffffff;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -moz-box-shadow: 0px 0px 5px 0px #a2a2a2;
        -webkit-box-shadow: 0px 0px 5px 0px #a2a2a2;
        box-shadow: 0px 0px 5px 0px #a2a2a2;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(26%, #ffffff), color-stop(100%, #f9f9f9));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #f4f4f4 0%, #ffffff 26%, #f9f9f9 100%);
        /* Chrome10+,Safari5.1+ */
        background: linear-gradient(to bottom, #f4f4f4 0%, #ffffff 26%, #f9f9f9 100%);
        /* W3C */
        padding: 15px;
    }
    .ContentBoxContainer .ContentBox_top,
    .ContentBoxContainer .ContentBox_btm {
        display: none;
    }
    .ContentBoxContainer .ContentBox_md {
        background: none;
        padding: 0px;
        width: 100%;
    }
    .ContentBoxContainer .ContentBox_md .GraphicImg {
        width: 30%;
    }
    .ContentBoxContainer .ContentBox_md .GraphicImg img {
        width: 100%;
    }
    .ContentBoxContainer .ContentBox_md .LinksContainer {
        width: 65%;
    }
    .ContentBoxContainer .ContentBox_md .LinksContainer .List_BTN_Style3 {
        width: 100% !important;
    }
    /*文章列表006-連結 end*/
    .SinglePic_L img {
        width: 100%;
    }
    .faq-btn,
    .faq-content {
        width: 90%;
    }
    #MainAdOverView li {
        width: 100%;
    }
    #MainAdOverView li .Info {
        width: 28%;
    }
    #MainAdOverView li .IMG {
        width: 65%;
    }
    #MainAdOverView li .IMG img {
        width: 100%;
        height: auto;
    }
    #SiteMapContainer .SiteMap_Section ul.SiteMapList {
        width: 26%;
    }
    #MainContentLeft {
        width: 28%;
    }
    #MainContentRight {
        width: 70%;
    }
    /*首頁*/
    #ServiceGuideContainer {
        width: auto;
    }
    #MainAdContainer {
        width: 100%;
        height: auto;
    }
    #MarqueeContainer {
        width: auto;
        margin: 0;
        background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
        border: 1px solid #dcdcdc;
        border-radius: 10px;
    }
    div#abgne_marquee {
        width: auto;
        background: url('../images/MarqueeBG-s.png') no-repeat 8px 9px;
    }
    div#abgne_marquee ul li a {
        padding: 0 10px 0 115px;
    }
    #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%;
    }
    #LatestNewsContainer {
        width: auto;
        padding: 0 10px;
    }
    #ServiceFeedBackContainer img {
        width: 100%;
    }
    #SearchForRentContainer {
        height: auto;
        margin: 0 10px;
    }
    #SearchForRentHeader {
        position: relative;
        z-index: 20;
    }
    #SearchForRentHeader img {
        width: 100%;
    }
    #SearchForRentContent {
        position: relative;
        top: 0px;
        margin-top: -15px;
    }
    #TabsContainerThree {
        width: auto;
    }
    #TabsContainerThree div {
        text-align: center;
    }
    #TabsContainerThree ul.TabsMenuThree li {
        padding: 5px;
        margin-right: 2px;
    }
    #SearchForRentFill {
        width: auto;
        background: #f6f6f6;
        border-radius: 3px;
        border: 1px solid #cccccc;
    }
    #SearchForRentFill input {
        width: 98%;
    }
    #SearchForRentContent select {
        width: 100%;
    }
    #SearchForRentConfirm {
        text-align: center;
    }
    #ServiceFeedBackContainer {
        text-align: center;
        border-top: 1px solid #eeeeee;
        padding-top: 20px;
    }
    #SearchForRentConfirm .confirm {
        width: 100%;
        background: url(../images/SearchForRentBTN.jpg) no-repeat center;
        border-radius: 3px;
        -webkit-border-radius: 3px;
    }
    #SearchForRentContent a img {
        width: 100%;
    }
    /*首頁 end*/
    /*房地產*/
    .MultipleImageContainer_2,
    .ContactWindowContainer {
        width: 50%;
    }
    .ItemDetail,
    .Note2Container {
        width: 45%;
    }
    .TabsStyle2Container ul.tabs li {
        width: 12.5%;
    }
    .TabsStyle2Container ul.tabs a {
        padding: 0;
    }
    /*房地產 end*/
}

@media (max-width: 800px) {
    /** {
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }   */  
    [canvas=container] {
        margin-top: 59px;
        height: -webkit-calc( 100% - 59px);
        height: -moz-calc( 100% - 59px);
        height: calc( 100% - 59px);
    }
    .rwd-back-pc {
        display: block;
    }  
    .marquee {
        display: block;
    }
    /*-footer-*/
    .FatFooter_section h2 {
        font-size: 1.15rem;
    }
    #Footer .FooterSec_2Container .Sec_1 p {
    margin-bottom: 2px;
}
    .FatFooterHeader {
    padding: 0;
}
    #Footer .FooterSec_1Container .Sec_1 .Location {
    background: #eeeeee url(../images/Location_BG_arrow.png) no-repeat right center;
  
}
    #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 .WebPhone_icon {
    background: url(../images/WebPhone_icon.gif) no-repeat right center;
    padding: 0 18px 0 0;
}
    #Footer .FooterSec_1Container .Sec_1 .ServiceGuide_icon {
    background: url(../images/ServiceGuide_icon.gif) no-repeat right center;
    padding: 0 18px 0 0;
}
    #FooterContainer {
    background: #fff;
    border-top: 0;
    clear: both;
    padding-top: 1px;
    font-size: 16px;
    line-height: 24px;
}
    /*-2017文章內頁-*/
    #NewsInnerContainer .NewsTopic {
        font-size: 25px !important;
        margin: 0 0 12px 0 !important;
        line-height: 155% !important;
    }
    .PublishInfo {
        background: #f2f2f2 !important;
        color: #6a6a6a !important;
        border-radius: 4px !important;
        padding: 10px 2% !important;
    }
    #ContentsContainer #Contents .article {
        word-break: normal;
        word-wrap: break-word;
        font-size: 15.5px;
        line-height: 30px;
    }
    #Post_NavContainer .Next {
        padding: 0px 33px 0px 0px !important;
        background: url(../images/Next_3.png) no-repeat right 0px !important;
        font-size: 15px !important;
    }
    /*-2017index-*/
    .RwdContainer .bx-wrapper .bx-pager.bx-default-pager a {
        width: 11px;
        height: 11px;
        background: rgba(0, 0, 0, 0.6);
        margin: 0 5px;
    }
    .RwdContainer .bx-wrapper .bx-pager.bx-default-pager a.active {
        background: #98c22a;
        background: rgb(0, 89, 200);
        cursor: default;
    }

    select {
      background: url(../images/rwd_select_att.png) 94% center no-repeat #fff !important;
        padding: 0 10px 0 0;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        border-radius: 0;
        background: #fff;
    }
    .sort-title {
        float: left;
        width: 85%;
        margin: 0 0 2px 0;
        background: #fff;
        padding: 13px 2.5%;
        font-size: 18.5px;
        font-weight: bold;
        margin: 0 5% 2px 5%;
    }
    .ui-slider-tabs-rightPanelArrow {
        position: absolute;
        right: 0px;
        width: 30px;
        height: 35px;
        background-image: url(../images/rightPanelArrow.png) !important;
        background-repeat: no-repeat;
        background-position: center center;
        cursor: pointer;
        opacity: 0.5;
        -moz-opacity: 0.5;
        filter: alpha(opacity=5);
        z-index: 999999;
        display: none;
    }
    .ui-slider-tabs-leftPanelArrow {
        position: absolute;
        left: 0px;
        width: 30px;
        height: 35px;
        background-image: url(../images/leftPanelArrow.png);
        background-repeat: no-repeat;
        background-position: center center;
        cursor: pointer;
        opacity: 0.5;
        -moz-opacity: 0.5;
        filter: alpha(opacity=5);
        display: none;
    }
    .ui-slider-right-arrow div {
        background-image: url(../images/rightArrow.png);
        background-repeat: no-repeat;
        background-position: center center;
        height: inherit;
    }
    .ui-slider-left-arrow div {
        background-image: url(../images/leftArrow.png);
        background-repeat: no-repeat;
        background-position: center center;
        height: inherit;
    }
    .Rnews,
    .RwdContainer {
        display: block;
    }
    .RwdContainer {
        float: left;
        width: 100%;
        background: #e6e6e6;
        padding-bottom: 50px;
    }
    .Rbanner {
        width: 100%;
        float: left;
    }
    .Rbanner img {
        width: 100%;
    }
    .Rnews {
        margin: 0 auto;
        width: 670px;
        border-radius: 4px;
        background: #e9e9e9;
    }
    .Rnews span {
        background: #0051b5;
        width: 120px;
        color: #fff;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        text-align: center;
    }
    .Rnews span {
        float: left;
        padding: 10px 0;
        margin-bottom: 20px;
        font-size: 15.3px;
    }
  
    .Rnews a p {
        float: left;
        margin: 0 3%;
        width: 94%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .Rsear {
        float: left;
        width: 100%;
        background: #0051b5;
        margin: 0 0 25px 0;
    }
    ul.Rsear-tag {
        float: left;
        width: 100%;
        color: #fff;
        font-size: 15.4px;
    }
    ul.Rsear-tag li {
        float: left;
        cursor: pointer;
        padding: 12px 0;
        width: 25%;
        text-align: center;
        background: #0072ff;
        cursor: pointer;
        font-size: 16px;
    }
    ul.Rsear-tag li.current {
        background: #0051b5;
        color: #fff;
        font-weight: bold;
    }
    ul.Rsear-tag li:last-child {
        border-right: 0;
    }
    .Rsear-cont {
        float: left;
        width: 90%;
        margin: 20px 0 0 0;
        padding: 0 5%;
        display: none;
    }
    .Rsear-north select {
        width: 100%;
        font-family: 微軟正黑體;
        font-size: 15px;
        margin: 0 0 15px 0;
        color: #696969;
        background: url(../images/rwd_select_att.png) 97% center no-repeat #fff;
        padding: 6px 10px 6px 2%;
    }
    .Rsear-north input[type="text"] {
        width: 96%;
        padding: 8px 2%;
        font-family: 微軟正黑體;
        font-size: 15px;
        margin: 0 0 15px 0;
        color: #696969;
        border-radius: 0;
        border: 0;
    }
/*
    .Rsear-north select:last-child {
        margin-bottom: 0;
    }
*/
    .Rsear-btn {
     float: left;
    width: 100%;
    text-align: center;
    margin: 5px 0 20px 0;
    }
    .Rsear-btn input {
        background: #ebebeb;
        font-size: 15px;
        font-family: 微軟正黑體;
        padding: 7px 30px;
        margin: 0 6px;
        font-weight: bold;
        border: 0;
    }
    .Rh-list,
    .RnewsList {
        float: left;
        width: 90%;
        margin: 0 5% 25px 5%;
    }
    ul.rhl-tag {
        float: left;
        width: 100%;
        background: #fff;
        font-size: 15px;
        margin: 0 0 2px 0;
    }
    ul.rhl-tag li {
        float: left;
        width: 50%;
        text-align: center;
        padding: 8px 0;
        cursor: pointer;
    }
    ul.rhl-tag li.current {
        background: #0072ff;
        color: #fff;
        font-weight: bold;
    }
     ul.rhl-tag-1 {
        float: left;
        width: 100%;
        background: #fff;
        font-size: 15px;
        margin: 0 0 2px 0;
    }
    ul.rhl-tag-1 li {
        float: left;
        width: 25%;
        text-align: center;
        padding: 8px 0;
        cursor: pointer;
    }
     ul.rhl-tag-1 li a {
      color: #333333;
    }
    .rh1-list2 {
    display: none;
}
    ul.rhl-tag-1 li.current {
        background: #0072ff;
        color: #fff;
        font-weight: bold;
    }
    .Rh-list .title {
        float: left;
        width: 95%;
        margin: 0 0 2px 0;
        background: #fff;
        padding: 13px 2.5%;
        font-size: 18.5px;
        font-weight: bold;
    }
    .rhl-cont {
        float: left;
        width: 94%;
        background: #fff;
        padding: 15px 3%;
        margin: 0 0 2px 0;
        color: #333333;
    }
   
    .h-pic {
        float: left;
        width: 151px;
    }
    .h-pic img {
        width: 100%;
    }
    .h-info {
        float: left;
        width: 70%;
        margin-left: 6%;
    }
    .h-info p {
        float: left;
        width: 100%;
        font-weight: bold;
        font-size: 16px;
        margin: 0 0 9px 0;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .h-info span {
        float: left;
        width: 100%;
        font-size: 15px;
        margin: 0 0 6px 0;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    span.blue-w {
        color: #0072ff;
    }
    .rhl-list,
    .rhl-list2 {
        float: left;
        width: 100%;
        display: none;
    }
    div#sort7 {
    background: #fff;
}
    .SeeMore {
        width: 100%;
        float: left;
        text-align: center;
        padding: 10px 0;
        font-weight: bold;
        font-size: 15px;
        background: #fff;
    }
    .SeeMore p {
        background: url(../images/r-plus.jpg) 152px center no-repeat;
        width: 165px;
        margin: 0 auto;
        font-size: 15.5px;
    }
    .rhl-tag2 {
        float: left;
        width: 100%;
        background: #fff;
        font-size: 15px;
        margin: 0 0 3px 0;
    }
     ul.rsort-tag {
           float: left;
    width: 100%;
    background: #fff;
    font-size: 15px;
    }
    ul.rsort-tag li {
        float: left;
           width: 105px;
        text-align: center;
        padding: 0;
        cursor: pointer;
    }
     ul.rsort-tag li a {
      
    }
    ul.rsort-tag li.current {
        background: #0072ff;
        color: #fff;
        font-weight: bold;
    }
    .rsort-cont {
         border-top: 2px solid #e6e6e6;
    margin-top: 1px;
}
    a.rhl-cont.rb {
    margin: 0;
    border-bottom: 2px solid #e6e6e6;
}
    .RnewsList .title {
        float: left;
        width: 95%;
        margin: 0 0 2px 0;
        background: #fff;
        padding: 13px 2.5%;
        font-weight: bold;
    }
    .RnewsList .title p {
        float: left;
        width: 115px;
        font-size: 18.5px;
    }
    .RnewsList .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: #eef4fc;
    }
    .RnewsCont a p {
        float: left;
        width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 16px;
    }
    .RnewsCont a span {
        float: left;
        width: 100%;
        color: #0059c8;
        margin: 0 0 7px 0;
    }
    .Rservice {
        background: #fff;
        padding: 15px 5%;
        width: 80%;
        float: left;
        margin: 0 5%;
        position: relative;
    }
    .rs-cont {
        float: left;
        width: 67%;
        line-height: 23px;
        margin-right: 4%;
    }
    .rs-pic {
        position: absolute;
        right: 75px;
        top: -19px;
    }
    .rs-cont p {
        font-size: 21px;
        font-weight: bold;
        margin: 0 0 9px 0;
        color: #0051b5;
    }
    .rs-cont p b {
        color: #fe5a00;
    }
    .rs-cont span {
        font-size: 15.5px;
        line-height: 26px;
    }
    .PadinTop20.real_estate {
        display: none;
    }
    /*-2017-*/
    #MainContentInner {
        padding: 0 4%;
    }
    input[type="checkbox"],
    input[type="radio"] {
        border: 1px solid #ccc;
        width: 16px;
        height: 16px !important;
    }
    #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: 255px;
        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: 25px;
        background: 0;
        border: 0;
        padding: 0 3%;
        font-size: 15px;
    }
    #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%;
    }
    #MainContentRight {
        float: none;
        width: auto;
        display: none;
    }
    #MainContentLeft {
        float: none;
        width: auto;
        display: none;
    }
    #MainContentInner_1Container {
        height: auto;
    }
    #MainContentInner_1 {
        width: 100%;
        position: relative;
    }
    #MainBG_L,
    #MainBG_R {
        display: none;
    }
    #NewsContainer {
        position: relative;
        left: 0px;
        top: 0px;
        border: 0px;
        width: 100%;
        background: -moz-linear-gradient(top, #3378c0 0%, #7db9e8 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3378c0), color-stop(100%, #7db9e8));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #3378c0 0%, #7db9e8 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #3378c0 0%, #7db9e8 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #3378c0 0%, #7db9e8 100%);
        /* IE10+ */
        background: linear-gradient(to bottom, #3378c0 0%, #7db9e8 100%);
        /* W3C */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3378c0', endColorstr='#7db9e8', GradientType=0);
        /* IE6-9 */
    }
    #NewsInner {
        width: 95%;
        margin: 0px auto;
        padding: 15px 0;
    }
    #TabsContainer {
        margin: 0 auto;
        width: 100%;
    }
    #TabsContainer ul.TabsMenu li {
        width: 11%;
        text-align: center;
    }
    #TabsContainer ul.TabsMenu li#TabsOthers {
        width: 17%;
    }
    .TabsContent {
        padding-left: 0px;
    }
    .TabsContent.TabsAll,
    .TabsContent.TabsNews,
    .TabsContent.TabsTutorials,
    .TabsContent.TabsLinks,
    .TabsContent.TabsStamp,
    .TabsContent.TabsShop,
    .TabsContent.TabsOthers {
        width: 95%;
    }
    #mcs6_container,
    #mcs6_1_container,
    #mcs6_2_container,
    #mcs6_3_container,
    #mcs6_4_container,
    #mcs6_5_container,
    #mcs6_6_container {
        width: 100%;
    }
    #mcs6_container .customScrollBox .container,
    #mcs6_1_container .customScrollBox .container,
    #mcs6_2_container .customScrollBox .container,
    #mcs6_3_container .customScrollBox .container,
    #mcs6_4_container .customScrollBox .container,
    #mcs6_5_container .customScrollBox .container,
    #mcs6_6_container .customScrollBox .container {
        width: 95%;
    }
    #NewsContainer .StampFocus {
        margin: 0 auto 7px auto;
    }
    #NewsContainer .ShopFocus {
        margin: 0 auto 10px auto;
        width: 263px;
    }
    .ListStyle_3 dd {
        width: 95%;
    }
    #MainAdContainer {
        width: 100%;
        height: auto;
    }
    #flexslider_big .slides > li img,
    #MainAd a img {
        height: auto;
    }
    /*
	#MainAdContainer {
		border-right: 0px solid #ffffff;
		position: relative;
		top: 0px;
		left: 0px;
	}
	#MainAd {
		background: url(../images/MainAdBanner.jpg) no-repeat;
		width: 463px;
		height: 176px;
		margin: 0;
	}
	.slides_container {
		width: 463px;
	}
	.slides_container a {
		width: 463px;
		height: 176px;
	}
	.slides_container a img {
		width: 463px;
		height: 176px;
	}

	#slides .next, #slides .prev {
		top: 70px;
		left: 5px;
		width: 24px;
		height: 43px;
		display: block;
		z-index: 101;
	}
	#slides .next {
		left: 435px;
	}*/
    /*
	#MainAdContainer {
		border-right: 0px solid #ffffff;
		position: relative;
		top: 0px;
		left: 0px;
		width: 100%;
		height: auto;
	}
	#MainAd {
		background: url(../images/MainAdBanner.jpg) no-repeat;
		margin: 0;
	}
	.slides_container {
		width: 100%;
	}
	.slides_container a {
		width: 463px;
		height: 176px;
	}
	.slides_container a img {
		width: 463px;
		height: 176px;
	}
	#slides .next, #slides .prev {
		top: 40%;
		left: 5px;
	}
	#slides .next {
		left: auto;
		right: 20px;
	}
	#slides .pagination {
		margin: 0;
	}
	*/
    #MarqueeContainer {
        width: auto;
        margin: 0 10px;
        background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
        border: 1px solid #dcdcdc;
        border-radius: 10px;
    }
    div#abgne_marquee {
        width: auto;
        background: url('../images/MarqueeBG-s.png') no-repeat 8px 9px;
    }
    div#abgne_marquee ul li a {
        padding: 0 10px 0 110px;
    }
    #QuickSearchContainer {
        width: auto;
        margin: 0 10px;
        background: linear-gradient(to bottom, #ffffff 0%, #ededed 100%);
        border: 1px solid #dcdcdc;
        border-radius: 5px;
        height: auto;
    }
    #QuickSearch {
        padding: 10px;
    }
    #QuickSearchContainer .QuickSearchHeader {
        position: relative;
        top: 0px;
        left: 0px;
        margin-bottom: 10px;
    }
    #QuickSearchContainer #QuickSearchDrop {
        position: relative;
        top: 0px;
        left: 0px;
    }
    #QuickSearchContainer #QuickSearchBTN {
        position: relative;
        top: 0px;
        left: 0px;
        /*text-align: center;*/
    }
    .TabsContainer_style2 .Width400p {
        width: 100%;
    }
    .TabsContainer_style2 ul.tabs a {
        padding: 0 6px;
    }
    .dropdown dd ul {
        width: 100%;
        min-width: 100%;
    }
    .TabsContainer_style2 .wrap .pane {
        margin-bottom: 0px;
    }
    #AdBannerContainer {
        width: auto;
        background: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
        border: 1px solid #dcdcdc;
        border-radius: 5px;
        height: auto;
        padding: 10px;
        overflow: hidden;
        margin: 0 10px;
    }
    #AdBannerHeader {
        position: relative;
        top: 0px;
        left: 0px;
    }
    #AdBannerContainer .AdBanner {
        position: relative;
        top: 0px;
        left: 0px;
        margin-top: 15px;
    }
    #ui-carousel-prev {
        margin-left: 0px;
    }
    #MainContentInner_2 {
        width: 100%;
    }
    #MainContentInner_2Container {
        height: auto;
    }
    #Main_2_MiddleContainer {
        position: relative;
        left: 0px;
        top: 0px;
        width: 100%;
        min-height: 445px;
    }
    #Main_2_Middle_Left {
        width: 100%;
        height: auto;
        background: none;
        float: none;
    }
    /*
	#ServiceLinksContainer_index {
		margin: 0px;
		border-bottom: 1px dashed #dadada;
		overflow: hidden;
	}

	#ServiceLinksContainer_index .ServiceLinks_index {
		border-bottom: none;
	}

	.ServiceLinks_index .CLR {
		clear: none;
	}

	#ServiceLinksContainer_index .ServiceLinks_index .ServiceLinksLeft li {
		border-right: none;
	}

	#ServiceLinksContainer_index .ServiceLinks_index a {
		padding: 0px 16px;
	}
	
	#RelatedLinksContainer {
		min-height: 115px;
		border-bottom: 1px dashed #dadada;
	}
	*/
    /*
	#slides2 {
		left: 0px;
		top: 30px;
	}

	#slides2 .slides_container {
		margin: 0 auto;
		left: 0px;
	}

	#slides2 .pagination {
		right: 45px;
		top: -12px;
	}
	#slides2 .More {
		right: 25px;
		top: -14px;
	}

	#slides2 .next, #slides2 .prev {
		top: 20px;
		left: 20px;
	}
	#slides2 .next {
		left: 420px;
	}
	*/
    #Main_2_Middle_Right {
        float: none;
        margin: 15px 0px 0px 0px;
    }
    #MainServiceContainer {
        display: none;
    }
    #ServiceLinksContainer {
        display: none;
    }
    #ServiceLinks li {
        margin-left: 7px;
    }
    /*
	#SmallBannerContainer {
		width: 100%;
		padding-top: 0px;
	}
	
	.BannerItemContainer {
		width: 100%;
		height: auto;
		float: none;
	}

	.BannerItem_1, .BannerItem_2 {
		background: none;
		width: 100%;
	}

	.SmallBannerHeader img{
		width: 100%;
		height: auto;
	}
	*/
    .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: #0159c8;
        padding: 10px;
        -webkit-border-radius: 0px !important;
        -moz-border-radius: 0px !important;
        border-radius: 0px !important;
    }
    .FatFooterHeader strong a {
        font-size: 1rem;
        color: #FFF;
    }
    .FatFooter_section ul.FatFooter_list li.FatFooter_list_unit a .num {
        width: 3px;
        height: 3px;
        position: relative;
        top: 8px;
        left: 5px;
        background: url(../images/fat_footer_bullet.png) 0 0 no-repeat;
        text-indent: 9999px;
        color: #e7e7e7;
    }
    .FatFooter_section ul.FatFooter_list li.FatFooter_list_unit a {
        color: #535353;
        font-weight: bold;
    }
    #Footer {
        width: 100%;
    }
    #Footer .FooterSec_1Container {
        margin: 10px;
    }
    #Footer .FooterSec_1Container .Sec_1 {
        margin-top: 0px;
        float: none;
    }
    #Footer .FooterSec_1Container .Sec_2 {
        float: none;
        margin: 20px 0;
    }
    #Footer .FooterSec_1Container .Sec_2 ul {
        overflow: hidden;
    }
    #Footer .FooterSec_2Container .Sec_1 {
        float: none;
    }
    #Footer .FooterSec_2Container .Sec_2 {
        float: none;
    }
    #Footer .FooterSec_2Container .Sec_2 .A_Plus {
        float: left;
    }
    #Footer .FooterSec_2Container .Sec_2 .Traffic {
        float: left;
        width: 100%;
        margin: 10px 0;
    }
    #Footer .FooterSec_1Container .Sec_1 .Location {
        margin-right: 0px;
        padding: 2px 15px 2px 10px;
    }
    /*
	.jcarousel-skin-tango .jcarousel-container-horizontal {
		width: auto;
	}
	*/
    #InnerBody {
        width: 100%;
    }
    #LocalNavContainer {
        display: none;
    }
    #InnerBodyContent {
        padding: 0 8px 15px 8px;
        width: auto;
    }
    #Main {
        width: auto;
    }
    #Main #Section_2 #Breadcrumbs {
        width: 100%;
    }
    #Main #Section_2 #ShareNav {
        float: left;
        margin-top: 15px;
    }
    #Main #Section_2 #ShareNav a:first-child {
        margin-left: 0px;
    }
    #Post_NavContainer .Prev {
        margin: 0 0 15px 0;
    }
    #MainContainer {
        width: auto;
        float: none;
        padding: 0 10px;
    }
    /*-2017-*/
    #MainContainer_Fullwidth {
        padding: 0px 3%;
    }
    #MainAdOverView {
        width: 100%;
    }
    #MainAdOverView li {
        background: #eeeeee;
        background-image: none;
        padding-bottom: 0px;
        margin-bottom: 20px;
    }
    #MainAdOverView li .Info {
        width: auto;
        float: none;
    }
    #MainAdOverView li .Info p {
        margin: 0 0 0px 0 !important;
    }
    #MainAdOverView li .IMG {
        float: none;
        width: 100%;
    }
    #MainAdOverView li .IMG a {
        display: block !important;
    }
    #Main_Fullwidth #Section_2 #Breadcrumbs {
        width: 295px;
    }
    .faq-btn,
    .faq-content {
        width: 90%;
    }
    .ConditionSearchContainer {
        font-size: 1.05em;
        line-height: 175%;
    }
    .ConditionSearchContainer select {
        width: 125px;
        min-width: 125px;
    }
    #NewsListContainer {
        width: 100%;
    }
    .grid-pager {
        float: none;
    }
    .sort-method-buttons {
        float: right;
        position: relative;
    }
    .sort-method-buttons a {
        border-left: none;
        padding: 12px 10px 0px 20px;
    }
    .NewsList li a {
        padding: 15px 0px 15px 0px;
        background: none;
    }
    .NewsListImage li a {
        padding: 15px 0px 15px 170px;
        background: none;
    }
    .NewsHeadContainer .NewsHeadS {
        width: 215px;
    }
    .NewsHeadContainer .NewsHeadL a {
        width: 100%;
    }
    .NewsHeadContainer .NewsHeadL a .Img {
        width: 100%;
    }
    .NewsHeadContainer .NewsHeadL a .Img td {
        width: 100%;
    }
    .NewsHeadContainer .NewsHeadL a .Img img {
        width: 100%;
        height: auto;
    }
    #LinksPage li a {
        padding-bottom: 20px;
    }
    #LinksPage li a dl dt {
        width: 100%;
    }
    #LinksPage li a .ThumbImg {
        float: left;
    }
    /*置頂圖片輪播*/
    .photosgallery-vertical {
        width: 100%;
    }
    .photosgallery-vertical .sliderkit-nav {
        width: 170px;
    }
    .photosgallery-vertical .sliderkit-nav-clip ul li a {
        width: 150px;
    }
    .photosgallery-vertical .sliderkit-nav-clip .pic {
        display: none;
    }
    .photosgallery-vertical .sliderkit-panel {
        width: 263px;
    }
    .table-cell {
        width: 263px;
    }
    .photosgallery-vertical .sliderkit-panel .sliderkit-panel-textbox {
        width: 263px;
    }
    .topNews-slider .sliderkit img {
        max-width: 263px;
    }
    /*置頂圖片輪播 end*/
    .TabsStyle5Container .wrap {
        /*width: 433px;*/
        width: 100%;
    }
    .TabsStyle5Container ul.tabs a {
        width: 167px;
    }
    #ContentsContainer #FileDownloadContainer .FileDownBox .FileDown {
        width: 100%;
    }
    #ContentsContainer #FileDownloadContainer .FileDownBox .FileDown:first-child {
        margin-bottom: 5px;
    }
    #ContentsContainer #FileDownloadContainer .FileDownBox .FileDown .Info {
        width: 84%;
    }
    #MainAdSmallOverView {
        margin-right: 0px;
    }
    #MainAdSmallOverView li {
        margin: 0 2px 27px 0;
    }
    /*多圖*/
    .MultipleImageContainer {
        /*display: none;*/
        width: auto;
    }
    .photosgallery-captions {
        width: 100%;
    }
    .photosgallery-captions .sliderkit-nav {
        width: 100%;
        padding: 10px 0;
        background: #000;
    }
    .photosgallery-captions .sliderkit-nav .sliderkit-nav-prev,
    .photosgallery-captions .sliderkit-nav .sliderkit-nav-next {
        display: none;
    }
    .photosgallery-captions .sliderkit-nav .sliderkit-go-prev {
        left: 10px;
    }
    .photosgallery-captions .sliderkit-nav .sliderkit-go-next {
        right: 10px;
    }
    /*多圖 END*/
    #OrganizationStructure {
        display: none;
    }
    .mobile-select-menu {
        display: block;
        padding: 10px 10px 0;
    }
    .mobile-select-menu select {
        padding: 8px 10px;
        border: 1px solid #ccc;
        width: 100%;
        font-size: 18px;
        margin-bottom: 30px;
    }
    /* 手機 nav */
    .nav {
        position: relative;
        min-height: 25px;
        display: block;
    }
    .nav ul {
        width: 100%;
        padding: 2px 0;
        position: absolute;
        top: 0;
        left: 0;
        border: solid 1px #dcdcdc;
        background: #f5f5f5 url(../images/icon-menu.png) no-repeat 10px 8px;
        border-radius: 3px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
    }
    .nav li {
        display: none;
        /* hide all <li> items */
        margin: 0;
    }
    .nav .current {
        display: block;
        /* show only current <li> item */
    }
    .nav a {
        display: block;
        padding: 5px 5px 5px 32px;
        text-align: left;
    }
    .nav .current a {
        background: none;
        color: #666;
    }
    /* on nav hover */
    .nav ul:hover {
        background-image: none;
    }
    .nav ul:hover li {
        display: block;
        margin: 0 0 5px;
    }
    .nav ul:hover .current {
        background: url(../images/icon-check.png) no-repeat 10px 7px;
    }
    /* right nav */
    .nav.right ul {
        left: auto;
        right: 0;
    }
    /* center nav */
    .nav.center ul {
        left: 50%;
        margin-left: -90px;
    }
    /* 手機 nav end */
    /* 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;
	}
	*/
    .TableStyle_02-mobile table,
    .TableStyle_02-mobile thead,
    .TableStyle_02-mobile tbody,
    .TableStyle_02-mobile th,
    .TableStyle_02-mobile td,
    .TableStyle_02-mobile tr {
        display: block;
    }
    .TableStyle_02-mobile thead tr,
    th {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .TableStyle_02-mobile tr {
        border-bottom: 0;
    }
    /*-2017房地產-可供-*/
    .TableStyle_02-mobile.fund-search1 td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 150px !important;
        text-align: left !important;
        min-height: 22px;
    }
    .TableStyle_02-mobile td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 35% !important;
        text-align: left !important;
        min-height: 22px;
    }
    .TableStyle_02-mobile td img {
        max-width: 147%;
        margin-left: -50%;
    }
    .TableStyle_02-mobile td:before {
        position: absolute;
        left: 6px;
        padding-right: 10px;
        display: block;
    }
    .NewsListImage .ThumbImg td,
    .NewsHead .Img td,
    #LinksPage .ThumbImg td,
    .NewsImageContainer .Single .IMG td {
        padding-left: 0px !important;
    }
    .NewsListImage .ThumbImg tr,
    .NewsHead .Img tr,
    #LinksPage .ThumbImg tr,
    .NewsImageContainer .Single .IMG tr {
        border: none;
    }
    #LinksPage-2 td:before {
        width: auto;
    }
    #OrganizationStructure-mobile img {
        width: 100%;
    }
    .TableStyle_01 td {
        padding-left: 10px !important;
        width: auto;
    }
    .ThumbImg td,
    .Img td,
    .IMG td {
        text-align: center !important;
        /*display: table;*/
    }
    a .ThumbImg div,
    a .ThumbImg a,
    a .Img div,
    a .Img a,
    .IMG a {
        display: table-cell !important;
        vertical-align: middle;
        height: 100%;
    }
    .sb-search .sb_input {
        padding: 5px;
        border: 1px solid #aaa;
        width: 95%;
        margin: 0 0 5px;
        box-shadow: 1px 2px 3px #ccc inset;
    }
    .btn-submit {
        background: #555;
        color: #fff;
        border: 0;
        padding: 6px 0;
        display: block;
        width: 100%;
    }
    .btn-submit:active {
        background: #888;
    }
    .searchOptions {
        padding: 0 0 10px;
    }
    .searchOptions input {
        vertical-align: middle;
        margin: 0 5px 0 0;
    }
    .searchOptions label {
        display: block;
        width: 100%;
        padding: 5px 0;
    }
    .searchOptions li {
        position: relative;
        display: inline-block;
        width: 48%;
        vertical-align: top;
    }
    .sb-serviceLinks ul {
        overflow: hidden;
    }
    .sb-serviceLinks li {
        width: 50%;
        float: left;
        text-align: center;
    }
    .sb-serviceLinks li a {
        padding: 5px;
        display: block;
        font-size: 0.9em;
    }
    .sb-serviceLinks i {
        width: 40px;
        height: 40px;
        margin: 0 auto;
        display: block;
        background-size: 40px 40px;
    }
    #toTop {
        z-index: 10;
    }
    .icon-MailActive {
        background: url(../images/icon-MailActive.svg) no-repeat;
    }
    .icon-Saving {
        background: url(../images/icon-Saving.svg) no-repeat;
    }
    .icon-Insurance {
        background: url(../images/icon-Insurance.svg) no-repeat;
    }
    .icon-Stamp {
        background: url(../images/icon-Stamp.svg) no-repeat;
    }
    .icon-Product {
        background: url(../images/icon-Product.svg) no-repeat;
    }
    .icon-Fund {
        background: url(../images/icon-Fund.svg) no-repeat;
    }
    .icon-SellFund {
        background: url(../images/icon-SellFund.svg) no-repeat;
    }
    .icon-RealEstate {
        background: url(../images/icon-RealEstate.svg) no-repeat;
    }
    /***************************************Responsive*********************************************/
    nav.sb-navbar,
    .mobile-select-menu {
        display: block;
    }
    /***************************************Responsive end*********************************************/
    .acc-key {
        display: none;
    }
    .slide-panel {
        display: block;
    }
    /*房地產*/
    #AdBannerContainer {
        margin-bottom: 20px;
    }
    .slide-btn {
        display: none;
    }
    .fund-search1 td:nth-of-type(1):before {
        content: "名稱";
    }
    .fund-search1 td:nth-of-type(2):before {
        content: "位置";
    }
    .fund-search1 td:nth-of-type(3):before {
        content: "連絡人姓名";
    }
    .fund-search1 td:nth-of-type(4):before {
        content: "連絡電話";
    }
    .fund-search1 td:nth-of-type(5):before {
        content: "電子郵件信箱";
    }
    .InnerItemTitle .TitleContain .highLight {
        margin-right: 13px;
        border: 0;
        border-radius: 0;
        padding: 5px 17px;
        color: #5e5e5e;
    }
    .InnerItemTitle .TitleContain {
        width: auto;
        float: none;
        margin: 0 0 15px 0;
    }
    .BackToPrevious {
        float: none;
    }
    /*-2017物件詳細頁-*/
    .TabsStyle2Container ul.tabs {
        min-height: 38px !important;
    }
    .Note2Container .content {
        width: 100%;
        font-size: 16px;
    }
    .ContactWindowContainer .sec_1 .Phone {
        color: #ff711c;
        font-size: 20px;
        font-weight: 700;
        line-height: 150% !important;
        margin: 6px 0 0 0 !important;
    }
    .ContactWindowContainer .sec_2 {
        border-top: 1px solid #ffffff;
        padding: 15px 2%;
        font-size: 15.5px;
    }
    .TabsStyle2Container ul.tabs a {
        padding: 0 !important;
        width: 132px !important;
        font-size: 18px !important;
    }
    .ContactWindowContainer .sec_1 {
        background: url(../images/PhoneIcon_001.png) no-repeat 15px 18px;
        border-bottom: 1px solid #c9c9c9;
        padding: 22px 15px 22px 85px;
    }
    .ContactWindowContainer .sec_1 .Loca {
        display: inline-block;
        margin-bottom: 0;
    }
    .ContactWindowContainer .sec_1 .Title {
        color: #242520;
        display: inline-block;
        font-size: 21px;
        font-weight: 700;
        font-family: 微軟正黑體 !important;
        margin-bottom: 0;
        margin-right: 8px;
    }
    .ContactWindowContainer {
        background: #f7f7f7;
        border-radius: 3px;
        float: left;
        margin-right: 20px;
        moz-border-radius: 3px;
        text-shadow: 1px 1px 1px #fff;
        webkit-border-radius: 3px;
        border: 0;
    }
    .ItemDetail td.hd {
        color: #898989;
        text-align: left;
        width: 139px;
    }
    .ItemDetail {
        font-size: 16px;
    }
    .MultipleImageContainer_2 {
        width: 96% !important;
        float: left;
        margin: 0 0 20px 0 !important;
        padding: 15px 2% !important;
    }
    .MultipleImageContainer_2 img {
        width: 100%;
    }
    .ItemDetail {
        width: 100%;
        line-height: 25px;
    }
    .ItemDetail td {
        border-bottom: 1px solid #d3d3d3;
        padding: 14px 2%;
    }
    .ContactWindowContainer {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .ExternalMap {
        width: auto;
    }
    .ExternalMap img {
        width: 100%;
    }
    /*.MultipleImageContainer_2 .fotorama {display: block;}
	.MultipleImageContainer_2 .photosgallery-captions_2 {display: none !important;}*/
    #SearchForRentHeader img,
    #SearchForRentContent a img,
    #ServiceFeedBackContainer img {
        width: auto;
    }
    /*房地產 end*/
    .TabsContainer dd .Link {
        width: 675px;
    }
    .Note2Container {
        width: 100%;
    }
    #Footer .FooterSec_2Container {
        margin: 0px 10px;
        text-align: center;
    }    
    .rwd_print_ctrl {
        display: none;
    }       
}

@media (max-width: 768px) {
    #SiteMapContainer .SiteMap_Section ul.SiteMapList {
        width: 23%;
    }
    .TabsContainer dd .Link {
        width: 640px;
    }
}


/*@media screen and (max-width: 340px) {*/

@media (max-width: 479px) {
    /*
    body {
        font-size: 0.9em;
    }
*/
    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;
    }
    .pagination_1 a {
        padding: 3px;
        display: inline-block;
    }
    /*
	.jcarousel-skin-tango .jcarousel-item-horizontal {
		margin-right: 5px;
	}
	.jcarousel-skin-tango .jcarousel-container-horizontal {
		padding: 0px 28px;
	}	
	.jcarousel-skin-tango .jcarousel-item {
		width: 127px;
		height: 36px;
	}
	.jcarousel-skin-tango .jcarousel-item a img {
		width: 127px;
	}
	.BannerItem_1 {
		height: 53px;
	}
	.jcarousel-skin-tango .jcarousel-prev-horizontal, .jcarousel-skin-tango .jcarousel-next-horizontal {
		top: 4px;
	}
	*/
    #Post_NavContainer .Prev,
    #Post_NavContainer .Next {
        width: auto;
    }
    #ContentsContainer #FileDownloadContainer .FileDownBox .FileDown .Info {
        width: 76%;
    }
    .Submit_2 {
        display: inline-block;
    }
    .TableStyle_02 a {
        display: inline-block;
        word-break: break-all;
    }
    .topNews-slider {
        /*display: none;*/
    }
    #NewsInnerContainer .FloatRightImg,
    #NewsInnerContainer .FloatLeftImg {
        float: none;
        margin: 0 auto 15px;
    }
    .NewsImageContainer {
        width: auto;
    }
    .NewsImageContainer .Single {
        display: block;
        margin: 5px auto;
    }
    #OrganizationStructure {
        display: none;
    }
    #SocialMediaContainer {
        display: none;
    }
    #toTop {
        right: 10px;
    }
    #RelatedLinksContainer {
        min-height: 115px;
    }
    #ContentsContainer .ImgFloLeft {
        float: none;
    }
    #ContentsContainer .ImgFloLeft img {
        width: 100%
    }
    .NewsListImage li a {
        padding: 15px 5px;
    }
    .NewsListImage li a .ThumbImg {
        position: relative;
        top: 0;
        margin-bottom: 10px;
    }
    .NewsListImage li a p.Thumbs {
        margin: 0px !important;
    }
    .Align_Center img {
        width: auto;
    }
    #LocationBTNContainer {
        padding: 0;
    }
    #LocationBTNContainer .LocationBTN li a {
        width: 117px;
    }
    .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%
    }
    #ServiceGuideContent a img {
        width: 100%;
    }
    #QuickSearchContainer #QuickSearchDrop {
        padding: 10px 0;
        width: 100%;
        float: none;
        border-right: 0px;
    }
    .TabsContainer_style2 ul.tabs a {
        font-size: 12px;
    }
    #QuickSearchContainer #QuickSearchBTN {
        border-left: 0px;
        padding: 20px 0 10px;
        float: none;
        border-top: 1px solid #DCDCDC;
    }
    .BTN_List_Style02 .BTN_List a {
        width: 85px;
    }
    .TabsStyle2Container .wrap {
        width: auto;
    }
    .TabsStyle2Container ul.tabs a {
        font-size: 15px;
        padding: 5px 15px;
        height: auto;
        line-height: 100%;
    }
    .TabsStyle2Container ul.tabs a br {
        display: none;
    }
    .TabsStyle2Container ul.tabs li {
        margin-bottom: 1px !important;
        width: 50%
    }
    .TabsStyle2Container ul.tabs a.current,
    .TabsStyle2Container ul.tabs a.current:hover,
    .TabsStyle2Container ul.tabs li.current a {
        border: none;
        background: #0072ff;
        color: #ffffff !important;
    }
    .TabsStyle2Container ul.tabs {
        border: 0px;
        overflow: hidden;
    }
    .TabsStyle2Container .TabInnerWarp {
        padding: 15px 0;
    }
    .TabsStyle2Container ul.tabs2 {
        min-height: 25px;
    }
    .TabsStyle2Container ul.tabs2 a {
        height: 25px;
        line-height: 25px;
        font-weight: normal;
    }
    .Form_Style01 textarea,
    textarea#content,
    input#address {
        width: 100%;
    }
    .Form_Style01 .RedHighLight {
        display: block;
    }
    .Form_Style01 p br {
        display: none;
    }
    .ConditionSearchContainer span.GreenBold {
        display: block;
        padding: 0;
    }
    .ConditionSearchContainer .sec span.hd {
        background: none;
        margin: 5px 0 0 0
    }
    .ConditionSearchContainer .FloatLeft,
    .ConditionSearchContainer .FloatRight {
        float: none !important;
    }
    .ConditionSearchContainer .Submit {
        float: none;
        margin-top: 10px;
    }
    .ConditionSearchContainer .Submit_1 {
        margin: 5px 0 0 0;
        display: block;
    }
    .ConditionSearchContainer .Align_Right,
    .ConditionSearchContainer .sec_1,
    .ConditionSearchContainer .sec_2 {
        text-align: left;
    }
    #InnerItemTitle .SearchNew input.Submit_2 {
        margin: 5px 0 0 0;
    }
    #InnerItemTitle .SearchNew form {
        float: none !important;
    }
    .faq-btn,
    .faq-content {
        width: 75%;
    }
    dl.dl_Style02FloatLeft {
        float: none;
        width: auto;
    }
    .TabsContainer_style2 .Width500p {
        width: auto;
    }
    .TabsContainer dd .Link {
        width: 230px;
    }
    #SiteMapContainer .SiteMap_Section ul.SiteMapList {
        width: 37%;
    }
    /*房地產*/
    .tabs_position {
        position: relative;
        border-top: 1px solid #ffffff;
    }
    .TabsContainer ul.tabs {
        float: none;
        overflow: hidden;
    }
    .TabsContainer ul.tabs_position a.current,
    .TabsContainer ul.tabs_position a.current:hover,
    .TabsContainer ul.tabs_position li.current a {
        background: #0072ff;
        color: #ffffff !important;
    }
    .TabsContainer ul.tabs_position li a {
        border-bottom: 1px solid #ffffff;
    }
    .ContactWindowContainer .sec_2 .Title {
        display: block;
    }
    .ExternalMap {
        padding: 10px;
    }
    .ProductContainer_2 li {
        margin: 0 0 13px;
    }
    .TabsContainer ul.tabs li {
        width: 25%;
    }
    /*房地產 end*/
}

@media (max-width: 360px) {
    #QuickSearch .ListSelect p.InputWrap select {
        min-width: 260px;
        width: auto;
    }
    #SiteMapContainer .SiteMap_Section ul.SiteMapList {
        width: 80%;
    }
}
@media (max-width: 333px) {
.marquee_title {
       padding: 10px 10px !important;
}
}
@media (max-width: 326px) {
    select,
    input {
        font-size: 14px !important;
    }
    .rwdsearch-btn {
        font-size: 0 !important;
    }
}

@media (max-width: 320px) {
    .TabsContainer_style2 ul.tabs li {
        margin-right: 3px;
    }
    .TabsContainer_style2 ul.tabs a {
        padding: 0 3px;
    }
    #QuickSearch .ListSelect p.InputWrap select {
        min-width: 220px;
    }
    .BTN_List_Style02 .BTN_List a {
        width: 66px;
    }
    .faq-btn,
    .faq-content {
        width: 73%;
    }
    .TabsContainer dd .Link {
        width: 195px;
    }
    /*房地產*/
    .TabsContainer .TabInnerWarp {
        padding: 10px;
    }
    .ProductContainer li {
        margin: 0 7px;
    }
    .ExternalMap {
        padding: 5px;
    }
    .ProductContainer_2 li a {
        padding: 5px;
        width: 135px;
    }
    /*房地產 end*/
}


/*置頂圖片輪播*/

@media (max-width: 800px) {
  /*-*/
    .marquee {
     padding: 0 21px 20px 21px;
    background: #fff;
    display: block;
    overflow: hidden;
}
    .marquee_title {
  background: #0059c8;
    color: #fff;
    padding: 10px 20px;
    float: left;
    border-radius: 3px 0px 0 3px;
    font-size: 15px;
}
    /*-2017頁數/top-*/
    #Breadcrumbs p {
        margin-bottom: 0;
    }
    .BackToTop_2 a {
        font-size: 1.03em;
    }
    .pagination_1 a {
        background: #ffffff;
        border: 1px solid #aad2ff;
        color: #006ee9;
        padding: 5px 1.5%;
        margin: 0 0.5%;
        font-size: 15px;
    }
    /*-2017房地產-用途分類-*/
    .TabsStyle2Container .tag-7 ul.tabs li {
        width: 14.27%;
    }
    .TabsStyle2Container .tag-7 ul.tabs li a {
           padding: 0 !important;
    width: 100% !important;
    font-size: 15px !important;
    }
    .TabsStyle2Container .tag-7 ul.tabs a.current,
    .TabsStyle2Container .tag-7 ul.tabs a.current:hover,
    .TabsStyle2Container .tag-7 ul.tabs li.current a {
            background: #0059c8;
    cursor: default !important;
    color: #fff !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    top: 1px;
    font-weight: bold;
    padding: 0 !important;
    width: 100% !important;
    font-size: 15px !important;
    }
    .TabsStyle2Container .wrap {
        width: 100% !important;
    }
    .NoResult {
        display: inline-block;
        width: 100%;
        vertical-align: top;
    }
    .NoResult img {
        width: 100%;
    }
    /*-2017房地產-出租訊息公告-*/
    .NewsList li a .Date {
        color: #006ee9;
        margin-bottom: 3px;
        font-weight: bold;
        float: left;
        width: 100%;
        font-size: 15px;
    }
    .NewsList li a h3.Topic {
        margin-bottom: 5px !important;
        line-height: 29px;
    }
    .sort-method-buttons a:hover,
    .sort-method-buttons .current {
        font-weight: bold;
    }
    #ContentsContainer #Contents p {
        font-size: 15px;
    }
    .NewsList li a {
        padding: 15px 0 0 0 !important;
        background: none !important;
    }
    /*-2017房地產-熱門物件-*/
    .TabsStyle2Container_fake .tabs2_fake {
        margin: 20px 0 0 0;
        float: left;
        width: 100%;
    }
    .ProductContainer_2 li a .IMG {
        width: 100%;
    }
    .ProductContainer_2 li a .IMG img {
        width: 100%;
        max-height: initial;
        height: initial;
    }
    .ProductContainer_2 li a .IMG table td {
        height: initial;
        width: 100%;
    }
    #ContentsContainer #Contents p.Price {
        margin: 0;
    }
    .ProductContainer_2 li {
        display: inline-block;
        margin: 0 1% 13px 1%;
        zoom: 1;
        width: 22.6%;
    }
    .ProductContainer_2 li a {
        padding: 10px 4%;
        width: 92%;
        height: 295px;
        overflow: hidden;
    }
    /*-2017房地產-可供-*/
    .sear-resault {
        font-size: 15px;
    }
    #ContentsContainer #Contents .Topic_Style03 {
        font-size: 1.4em;
        padding-left: 21px;
    }
    .TableStyle_02 .odd td {
        background: #f2f2f2;
        border-bottom: 1px solid #d4d4d4 !important;
    }
    /*-2017房地產-搜尋塊-*/
    span.GreenBold.hd.lh27 {
        line-height: 27px !important;
    }
    .use_way .GreenBold,
    .floor_info .GreenBold,
    label.GreenBold.street,
    span.GreenBold.sear-title {
        margin-top: 0 !important;
        line-height: 36px
    }
    .fi-chose input[type="radio"] {
        margin: 0 4px 0 0;
    }
    .fi-chose.no-limited label {
        height: 34px;
        line-height: 34px;
    }
    .fi-chose {
        float: left;
        margin: 0 14px 0 0;
    }
    .sec {
        float: left;
        width: 100%;
    }
    .floor_info {
        width: 100%;
        margin: 0 0 12px 0;
    }
    .use_way {
        width: 100%;
        margin: 0 0 7px 0;
    }
    .use_way .GreenBold,
    .floor_info .GreenBold {
        padding: 0 14px 0 0 !important;
        float: left;
    }
    .ConditionSearchContainer .sec span.hd {
        background: none;
        margin-left: 0;
    }
    .TabsStyle2Container_fake ul.tabs_fake a {
        font-size: 16px;
        height: 35px;
        width: 65px;
    }
    .TabsStyle2Container_fake ul.tabs_fake a.current,
    .TabsStyle2Container_fake ul.tabs_fake a.current:hover,
    .TabsStyle2Container_fake ul.tabs_fake li.current a {
        height: 32px;
    }
    .ConditionSearchContainer .Submit_1 {
        background: url(../images/r-search.jpg) no-repeat center center;
        margin-left: 0;
        width: 100%;
        height: 36px;
        padding: 0;
    }
    .street_wrap {
        width: 100%;
        margin: 11px 0 0 0;
    }
    label.GreenBold.street {
        margin: 0 6px 0 0;
    }
    .ConditionSearchContainer .sec {
        border-bottom: 1px solid #aad2ff;
        margin-bottom: 22px;
        padding-bottom: 13px;
        text-align: left;
    }
    select,
    input {
        padding: 7px 5px;
        border: 1px #ccc solid;
        font-size: 14.5px;
        font-family: 微軟正黑體;
    }
    .FloatLeft {
        float: left;
        width: 100%;
    }
    .ConditionSearchContainer .Submit {
        width: 100%;
        float: left;
        text-align: center;
        margin: 20px 0 0 0;
    }
    span.GreenBold.sear-title {
        width: 100%;
        float: left;
        padding: 0 !important;
        line-height: initial;
        margin: 0 0 10px 0;
    }
    .TableStyle_02.fund-search1 {
        border: 1px solid #ccc;
        font-size: 14.5px;
        border-bottom: 0;
    }
    .photosgallery-vertical {
        width: 100%;
    }
    .photosgallery-vertical .sliderkit-nav {
        width: 290px;
    }
    .photosgallery-vertical .sliderkit-nav-clip ul li a {
        width: 270px;
    }
    .photosgallery-vertical .sliderkit-panel {
        width: 494px;
    }
    .table-cell {
        width: 494px;
    }
    .photosgallery-vertical .sliderkit-panel .sliderkit-panel-textbox {
        width: 494px;
    }
    .topNews-slider .sliderkit img {
        max-width: 494px;
    }
    .photosgallery-vertical .sliderkit-panel .sliderkit-panel-text p {
        line-height: 120% !important;
        padding: 0;
    }
}

@media (max-width: 768px) {
    .photosgallery-vertical {
        width: 100%;
    }
    .photosgallery-vertical .sliderkit-nav {
        width: 290px;
    }
    .photosgallery-vertical .sliderkit-nav-clip ul li a {
        width: 270px;
    }
    .photosgallery-vertical .sliderkit-panel {
        width: 462px;
    }
    .table-cell {
        width: 462px;
    }
    .photosgallery-vertical .sliderkit-panel .sliderkit-panel-textbox {
        width: 462px;
    }
    .topNews-slider .sliderkit img {
        max-width: 462px;
    }
    .photosgallery-vertical .sliderkit-panel .sliderkit-panel-text p {
        line-height: 120% !important;
        padding: 0;
    }
}

@media (max-width: 760px) {
    /*-2017房地產rwd首頁-*/
    .h-info {
        width: 67%;
    }
}

@media (max-width: 715px) {
    /*-2017房地產rwd首頁-*/
    .Rnews a {
        width: 480px;
    }
    .Rnews {
        width: 600px;
    }
}

@media (max-width: 707px) {
    /*-2017房地產-熱門物件-*/
    .ProductContainer_2 li {
        width: 22.5%;
    }
}
@media (max-width: 694px) {
/*-最新消息輪播-*/
    .rwd_MarqueeContainer {
    width: 82% !important;
}
}
@media (max-width: 680px) {
    /*-2017房地產-熱門物件-*/
    .ProductContainer_2 li {
        width: 30.9%;
    }
    .IMG table {
        width: 100%;
    }
}

@media (max-width: 677px) {
    /*-2017房地產rwd首頁-*/
    .h-info {
        width: 64%;
    }
}

@media (max-width: 650px) {
    /*-2017房地產rwd首頁-*/
    .ui-slider-tabs-list li {
        width: 100px;
    }
}

@media (max-width: 640px) {
    /*-2017房地產rwd首頁-*/
    .Rnews a {
        width: 400px;
    }
    .Rnews {
        width: 520px;
    }
}
@media (max-width: 634px) {
.rwd_MarqueeContainer {
    width: 80% !important;
}
}
@media (max-width: 611px) {
    /*-2017房地產rwd首頁-*/
    .h-info {
        width: 60%;
    }
}

@media (max-width: 600px) {
    /*-2017房地產-搜尋塊-*/
    .street_input {
        width: 68% !important;
    }
    /*-2017房地產-用途分類-*/
    .TabsStyle2Container .tag-7 ul.tabs li a {
        font-size: 15px;
    }
    /*-2017房地產rwd首頁-*/
    .rs-cont {
        width: 70%;
    }
    .rs-pic {
        right: 45px;
        top: -19px;
    }
}

@media (max-width: 585px) {
    /*-2017房地產-熱門物件-*/
    .ProductContainer_2 li {
        width: 30.8%;
    }
}
@media (max-width: 572px) {
.rwd_MarqueeContainer {
    width: 78% !important;
}
}
@media (max-width: 565px) {
    /*-2017房地產rwd首頁-*/
    .Rnews a {
        width: 350px;
    }
    .Rnews {
        width: 470px;
    }
}

@media (max-width: 541px) {
    /*-2017房地產rwd首頁-*/
    .h-info {
        width: 57%;
    }
}

@media (max-width: 525px) {
    /*-2017房地產rwd首頁-*/
    .rs-pic {
        right: 30px;
        top: -19px;
    }
}
@media (max-width: 521px) {
.rwd_MarqueeContainer {
    width: 76% !important;
}
}
@media (max-width: 520px) {
    /*-2017房地產-搜尋塊-*/
    .street_input {
        width: 64% !important;
    }
}

@media (max-width: 510px) {
    /*-2017房地產rwd首頁-*/
    .Rnews a {
        width: 300px;
    }
    .Rnews {
        width: 420px;
    }
}

@media (max-width: 500px) {
    /*-2017房地產rwd首頁-*/
    .h-info {
        width: 56%;
        margin-left: 5%;
    }
    .ui-slider-tabs-list li {
        width: 90px;
    }
    ul.rsort-tag li {
    width: 90px;
}
}

@media (max-width: 482px) {
    /*-2017房地產-搜尋塊-*/
    .street_input {
        width: 62% !important;
    }
}

@media (max-width: 480px) {
    a.WebPhone_icon {
    display: none !important;
}
    #Footer .FooterSec_1Container .Sec_1 .WebPhone_icon {
    background: url(../images/WebPhone_icon.gif) no-repeat right 5px;
    padding: 0 18px 0 0;
}
    select,
    input {
        padding: 7px 2px;
        border: 1px #ccc solid;
        font-size: 15px;
        font-family: 微軟正黑體;
    }
    .Accessibility-detail {
        font-size: 15px;
    }    
    /*-2017詳細頁-*/
    .InnerItemTitle .TitleContain .Title {
        color: #535353;
        font-size: 25px;
        font-weight: 700;
        vertical-align: middle;
        width: 100%;
        float: left;
        margin: 9px 0 20px 0;
    }
    .ItemDetail tr {
        margin: 0 0 2px 0;
        float: left;
        width: 100%;
        padding: 0;
    }
    .ItemDetail td.hd {
        text-align: left;
        padding: 7px 2%;
        width: 96%;
        color: #333333;
        background: #ebebeb;
    }
    .ItemDetail td {
        border-bottom: 0;
        padding: 0;
        float: left;
        color: #333333;
        background: #f7f7f7;
        padding: 7px 2%;
        width: 96%;
    }
    .ContactWindowContainer .sec_2 .Title {
        color: #626262;
        font-weight: 700;
        margin: 0 0 7px 0;
        width: 100%;
        float: left;
    }
    .ContactWindowContainer .sec_1 .Title {
        color: #fff;
        display: inline-block;
        font-size: 19px;
        font-weight: 700;
        font-family: 微軟正黑體 !important;
        margin-bottom: 0;
        margin-right: 8px;
        text-shadow: none;
    }
    .Note2Container {
        border-top: 1px solid #e3e3e3;
    }
    .Note2Container {
        width: 99.5%;
    }
    .ContactWindowContainer .sec_1 {
        background: url(../images/rwd-phone-icon.png) no-repeat 16px 14px #0059c8;
        border-bottom: 0;
        padding: 16px 4% 16px 79px;
    }
    .ContactWindowContainer .sec_1 .Loca {
        display: inline-block;
        margin-bottom: 0;
        color: #fff;
        text-shadow: none;
        font-size: 16px;
    }
    .ContactWindowContainer .sec_1 .Phone {
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        line-height: 150% !important;
        margin: 6px 0 0 0 !important;
        text-shadow: none;
    }
    .ContactWindowContainer .sec_2 {
        border-top: 1px solid #ffffff;
        padding: 16px 4%;
        font-size: 15.5px;
        background: #edf7ff;
    }
    .ContactWindowContainer .sec_2 a {
        color: #626262;
    }
    /*-2017文章版型-*/
    #NewsInnerContainer .NewsTopic {
    font-size: 24px !important;
    margin: 0 0 12px 0 !important;
    line-height: 145% !important;
}
    #Main_Fullwidth #Section_2 {
        margin-bottom: 10px;
    }
    .BackToPrev {
        display: block;
        margin-bottom: 20px;
    }
    .PublishInfo {
        background: 0 !important;
        color: #6a6a6a !important;
        padding: 0 !important;
        font-size: 15.4px !important;
    }
    .PublishInfo ul {
        float: left;
        width: 100%;
    }
    .PublishInfo ul li {
        float: left;
        padding: 0 15px 0 0 !important;
        width: 100%;
        border: 0 !important;
        margin: 0 0 9px 0;
    }
    .PublishInfo ul li:last-child {
        margin: 0;
    }
    /*-2017房地產rwd首頁-*/
    input[type="checkbox"],
    input[type="radio"] {
        border: 1px solid #ccc;
        width: 16px;
        height: auto !important;
    }
    .use_way .GreenBold,
    .floor_info .GreenBold,
    label.GreenBold.street,
    span.GreenBold.sear-title {
        padding: 0 12px 0 0 !important;
        float: left;
        font-size: 15.5px;
        margin-top: 0 !important;
    }
    .Rsear-btn input {
        font-size: 15px;
        padding: 6px 25px;
    }
    .ConditionSearchContainer .sec span {
        padding: 0 3px;
    }
    /*-各塊間距-*/
    .Rsear,
    .Rh-list,
    .RnewsList {
        margin: 0 0 20px 0;
    }
    .sort-title {
        width: 95%;
        padding: 13px 2.5%;
        margin: 0 0 2px 0;
    }
    .SeeMore {
        padding: 12px 0;
    }
    .rs-cont p {
        font-size: 19px;
    }
    .Rh-list .title {
        font-size: 17.5px;
    }
    .Rsear-north select {
        padding: 6.5px 2%;
        font-size: 14.5px;
        margin: 0 0 13px 0;
    }
    ul.Rsear-tag li {
        padding: 10px 0;
    }
    .Rh-list,
    .RnewsList {
        float: left;
        width: 100%;
        margin: 0 0 25px 0;
    }
    .Rservice {
        width: 81%;
        margin: 10px 3.5% 0 3.5%;
    }
    /*-2017房地產-用途分類-*/
    .TabsStyle2Container .TabInnerWarp {
        padding: 20px 0 !important;
    }
    /*-2017房地產-可供-*/
    .TableStyle_02.fund-search1 {
        line-height: 21px;
    }
    .TableStyle_02 th,
    .TableStyle_02 td {
        padding: 7px;
    }
    .TableStyle_02-mobile.fund-search1 td {
        padding-left: 130px !important;
    }
    /*-2017房地產-熱門物件-*/
    .ProductContainer_2 li a {
        height: 309px;
        overflow: hidden;
    }
    .ProductContainer_2 li {
        width: 44.4%;
        margin: 0 2.5% 13px 2.5%;
    }
    /*-2017房地產-搜尋塊-*/
    .slide-panel {
        display: block;
        margin: 0 0 38px 0;
    }
    .use_way {
        margin: 0 0 12px 0;
    }
    .floor_info {
        margin: 0 0 16px 0;
    }
    /*-2017房地產-出租訊息公告-*/
    /*-頁數-*/
    .pagination_1 a {
        padding: 5px 8px;
        margin: 0 3px;
        font-size: 15px;
    }
    .page-controls {
        padding: 0 0 15px 0;
    }
    .NewsList li a h3.Topic {
        margin-bottom: 5px !important;
        line-height: 28px;
        font-size: 1.35em !important;
    }
    #ContentsContainer #Contents p {
        line-height: 180%;
        margin: 0 0 13px 0;
    }
    .grid-pager {
        float: none;
        background: url(../images/bg-pageControls-inner.png) repeat-x #f5f5f5;
        padding: 9px 2%;
    }
    .page-controls-inner {
        background: none;
        border: 0;
        overflow: hidden;
        padding: 0;
        position: relative;
    }
    .sort-method-buttons {
        float: left;
        position: relative;
        width: 100%;
        margin: 15px 0 0 0;
    }
    .sort-method-buttons ul {
          float: left;
    width: 99.5%;
    border: 0;
    border-right: 0;
    }
    .sort-method-buttons li {
          float: left;
    position: relative;
    width: 24.5%;
    margin: 0;
    padding: 7px 0;
    border: 1px solid #ccc;
    border-left: 0;
    }
    .sort-method-buttons li:first-child {
    border-left: 1px solid #ccc;
}
    .sort-method-buttons a {
        border: 0;
        padding: 0 0 0 19%;
        width: 81%;
        margin: 0;
        background: url(../images/icon-sortMethodA.png) 9% center no-repeat;
    }
    .sort-method-buttons a:hover,
    .sort-method-buttons .current {
        background: url(../images/icon-sortMethodAhover.png) 9% center no-repeat;
        color: #006ee9;
    }
}

@media (max-width: 475px) {
    /*-2017房地產-搜尋塊-*/
    label.GreenBold.street {
        margin: 0 0 6px 0;
        width: 100%;
        line-height: initial;
    }
    .street_input {
        width: 97.5% !important;
        padding: 6px 1%;
    }
    /*-2017房地產-用途分類-*/
    .TabsStyle2Container .tag-7 ul.tabs li {
        width: 24.7%;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }
    .TabsStyle2Container .tag-7 ul.tabs {
        border-bottom: 0;
        min-height: initial;
    }
    ul.tabs2.h-sort {
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }
    ul.tabs2.h-sort li {
        float: left;
        width: 25%;
    }
    ul.tabs2.h-sort li a {
        float: left;
        width: 100%;
        padding: 0;
        background: 0;
        border-right: 2px #ccc solid;
        height: initial;
        line-height: initial;
    }
    .TabsStyle2Container ul.tabs2.h-sort a.current,
    .TabsStyle2Container ul.tabs2.h-sort a.current:hover,
    .TabsStyle2Container ul.tabs2.h-sort li.current a {
        background: 0;
        color: #0059c8 !important;
        cursor: default !important;
    }
}
@media (max-width: 462px) {
.rwd_MarqueeContainer {
    width: 74% !important;
}
}
@media (max-width: 460px) {
    /*-2017房地產rwd首頁-*/
    .h-pic {
        width: 134px;
    }
    .h-info {
        width: 58%;
        margin-left: 5%;
    }
}

@media (max-width: 448px) {
    .fi-chose-wrap {
        float: left;
        width: 285px;
    }
    .fi-chose {
        float: left;
        margin: 0 0 6px 0;
    }
    .fi-chose:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 445px) {
    /*-2017房地產rwd首頁-*/
    .Rnews span {
        width: 105px;
    }
    .Rnews a {
        width: 270px;
    }
    .Rnews {
        width: 375px;
    }
}

@media (max-width: 441px) {
    /*-2017房地產rwd首頁-*/
    .rs-pic {
        right: 25px;
        top: -19px;
    }
    .ui-slider-tabs-list li {
        width: 84px;
    }
}

@media (max-width: 431px) {
    /*-2017房地產rwd首頁-*/
    .h-info {
        width: 56%;
        margin-left: 5%;
    }
}
@media (max-width: 427px) {
.rwd_MarqueeContainer {
    width: 72% !important;
}
}
@media (max-width: 414px) {
    /*-2017房地產-熱門物件-*/
    .TabsStyle2Container_fake ul.tabs_fake li {
        width: 50%;
    }
    .TabsStyle2Container_fake ul.tabs_fake a {
        font-size: 16px;
        height: 35px;
        width: 99.3%;
        padding: 0;
    }
    .TabsStyle2Container_fake .tabs2_fake li {
        float: left;
        width: 25%;
    }
    .TabsStyle2Container_fake .tabs2_fake li a {
        font-size: 1.05em;
        font-weight: 700;
        height: 33px;
        line-height: 33px;
    }
}

@media (max-width: 406px) {
    /*-2017房地產rwd首頁-*/
    .h-pic {
        width: 125px;
    }
    .h-info p {
        font-size: 15.5px;
        margin: 0 0 8px 0;
    }
}

@media (max-width: 400px) {
    .marquee_title {
    background: #0059c8;
    color: #fff;
    padding: 10px 15px;
    float: left;
    border-radius: 3px 0px 0 3px;
    font-size: 15px;
}
    /*-footer-*/
    #Footer .FooterSec_1Container .Sec_1 .Location {
    margin-right: 0px;
    padding: 2px 2%;
    float: left;
    width: 96%;
    margin: 0 0 4px 0 !important;
               background: #eeeeee;
}
    /*-2017詳細頁-*/
    .ContactWindowContainer .sec_1 .Title {
        width: 100%;
        margin: 0 0 8px 0;
    }
    /*-2017房地產-出租訊息公告-*/
    .Rnews span,
    .Rnews a {
        float: left;
        padding: 9px 0;
        margin-bottom: 20px;
        font-size: 14.5px;
    }
    .sort-method-buttons a {
        border: 0;
        padding: 0;
        width: 100%;
        margin: 0;
        background: none;
        text-align: center;
    }
    .sort-method-buttons a:hover,
    .sort-method-buttons .current {
        background: none;
        color: #006ee9;
    }
    #Main_Fullwidth h1 {
        font-size: 26px;
    }
    /*-2017房地產-熱門物件-*/
    .ProductContainer_2 li a {
        height: 285px;
        overflow: hidden;
    }
    /*-2017房地產rwd首頁-*/
    .Rnews span {
        width: 95px;
    }
    .Rnews a {
        width: 255px;
    }
    .Rnews {
        width: 350px;
    }
    .rs-pic {
        right: 20px;
        top: -19px;
        width: 90px;
    }
    .rs-pic img {
        width: 100%;
    }
    .RnewsCont a {
        font-size: 14px;
    }
}

@media (max-width: 380px) {
    /*-2017房地產rwd首頁-*/
    .h-pic {
        width: 120px;
    }
    .h-info span {
        font-size: 14.2px;
        margin: 0 0 4px 0;
    }
}

@media (max-width: 377px) {
    /*-2017房地產-熱門物件-*/
    .ProductContainer_2 li {
        width: 44%;
        margin: 0 2.5% 13px 2.5%;
    }
}
@media (max-width: 357px) {
.rwd_MarqueeContainer {
    width: 70% !important;
}
}
@media (max-width: 375px) {
    .rwdbiz ul li a {
        font-size: 0.89rem;
        padding-top: 75%;
    }
    .navfirst-item > a,
    .navsecond-item > a,
    .navthird-item > a {
        font-size: 1.05rem;
        line-height: 22px;
    }
    .navsecond-item > a::before {
        margin: 7px 0 0 0;
    }
    .navthird-item > a::before {
        margin: 10px 0 0 0;
    }
    .rwd-lang li {
        /*font-size: 1rem;*/
    }
    /*-2017房地產-搜尋塊-*/
    .fl-input {
        width: 85px;
    }
    .fi-chose-wrap {
        float: left;
        width: 257px;
    }
    .f-input {
        width: 85px;
    }
}

@media (max-width: 370px) {
    /*-2017房地產rwd首頁-*/
    .Rnews {
        width: 330px;
    }
    .Rnews a {
        width: 240px;
    }
    .Rnews span {
        width: 90px;
    }
}

@media (max-width: 363px) {
    /*-2017房地產rwd首頁-*/
    .h-info {
        width: 55%;
        margin-left: 4%;
    }
    .h-info p {
        font-size: 15px;
        margin: 0 0 7px 0;
    }
    .h-pic {
        width: 118px;
    }
}

@media (max-width: 360px) {
    /*-2017房地產-熱門物件-*/
    .ProductContainer_2 li a {
        height: 300px;
        overflow: hidden;
    }
    .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;
    }
}

@media (max-width: 355px) {
    /*-2017房地產-搜尋塊-*/
    .street_input {
        width: 97.5% !important;
        padding: 6px 1%;
    }
}

@media (max-width: 351px) {
    /*-2017房地產-出租訊息公告-*/
    .sort-method-buttons li {
        width: 24.6%;
    }
    /*-2017房地產-分類推薦-*/
    .TabsStyle2Container .tag-7 ul.tabs li {
        width: 24.6%;
    }
}

@media (max-width: 350px) {
    /*-2017房地產rwd首頁-*/
    .Rnews span {
        width: 88px;
    }
    .Rnews a {
        width: 230px;
    }
    .Rnews {
        width: 318px;
    }
}

@media (max-width: 349px) {
    /*-2017房地產-用途分類-*/
    .TabsStyle2Container .tag-7 ul.tabs li {
        width: 24.6%;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }
}

@media (max-width: 344px) {
    /*-2017房地產-搜尋塊-*/
    .fl-input {
        width: 77px;
    }
    .fi-chose-wrap {
        float: left;
        width: 241px;
    }
}

@media (max-width: 336px) {
    /*-2017房地產rwd首頁-*/
    .rs-cont {
        width: 66%;
    }
    .h-info {
        width: 52%;
        margin-left: 3%;
    }
}

@media (max-width: 326px) {
    /*-2017房地產-搜尋塊-*/
    .f-input {
        width: 80px;
    }
    .fl-input {
        width: 71px;
    }
    .fi-chose-wrap {
        float: left;
        width: 229px;
    }
}

@media (max-width: 320px) {
    .photosgallery-vertical {
        width: 100%;
    }
    .photosgallery-vertical .sliderkit-nav {
        width: 100px;
    }
    .photosgallery-vertical .sliderkit-nav-clip ul li a {
        width: 80px;
    }
    .photosgallery-vertical .sliderkit-nav-clip .pic {
        display: none;
    }
    .photosgallery-vertical .sliderkit-panel {
        width: 205px;
    }
    .table-cell {
        width: 205px;
    }
    .photosgallery-vertical .sliderkit-panel .sliderkit-panel-textbox {
        width: 205px;
    }
    .topNews-slider .sliderkit img {
        max-width: 205px;
    }
    .photosgallery-vertical .sliderkit-panel .sliderkit-panel-text {
        padding: 9px 15px;
    }
    .photosgallery-vertical .sliderkit-panel .sliderkit-panel-text h4 {
        margin: 0 0 3px 0;
    }
    .photosgallery-vertical .sliderkit-panel .sliderkit-panel-text p {
        line-height: 116% !important;
        padding: 0;
    }
}


/*置頂圖片輪播 end*/