@charset "UTF-8";

html, body {
    font-family: Verdana, Arial, 'Noto Sans TC', 'Microsoft JhengHei', 'PMingLiU', sans-serif;
    font-size: 1rem;
    height: 100%;
    background-color: #d0dcc5 !important;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

h2 {
    font-size: 180%;
    color: #000;
    font-weight: inherit;
}

a:link, a:visited,
a:link:hover, a:visited:hover {
    text-decoration: none;
}

a.greenHref:link,
a.greenHref:visited {
    color: #9bbe35;
}

a.greenHref:link:hover,
a.greenHref:visited:hover {
    color: #8dac31;
    text-decoration: underline;
}

a.greenHref:link:active,
a.greenHref:visited:active {
    color: #7d982c;
}

a.darkGreenHref:link,
a.darkGreenHref:visited {
    color: #29601b;
}

a.darkGreenHref:link:hover,
a.darkGreenHref:visited:hover {
    color: #214f16;
    text-decoration: underline;
}

a.darkGreenHref:link:active,
a.darkGreenHref:visited:active {
    color: #183910;
}

.wapper {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    max-width: 1440px;
    background-color: #FFF;
    border: 20px #d4e997 solid;
    border-width: 0 20px;
}

.header_top {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.header_top_list {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top: 5px;
    border-bottom: 15px #9bbe35 solid;
}

.header_box {
    width: 100%;
    height: auto;
    margin: 0 auto;
    max-width: 1194px;
    max-height: 68px;
}

.logo {
    width: 100%;
    height: auto;
    display: inline-block;
    max-width: 405px;
    margin-right: 6%;
    text-align: left;
    vertical-align: bottom;
}

.logo img {
    width: 100%;
    max-width: 405px;
    padding: 2px 10px;
}

.header_list {
    /* width:100%; */
    height: auto;
    max-width: 784px;
    text-align: right;
    display: inline-block;
}

.header_list ul li {
    display: inline;
}

.header_menu {
    height: 42px;
    padding: 0 20px;
    margin: 0 8px 0 0;
    background: #f8f8e0;
    text-align: center;
    vertical-align: bottom;
    display: inline-block;
    line-height: 36px;
    font-size: 1rem;
    border: 5px #f8f8e0 solid;
    border-bottom: 0;
    border-radius: 10px 10px 0 0;
    color: #3597A0;
}

.header_menu:hover {
    background: #b4d060;
    border-color: #b4d060;
    color: #FFF;
}

/* 當在A頁面時，A葉面上方的Menu會多這一個Class */
.header_menu_select {
    height: 50px;
    line-height: 46px;
    background: #9bbe35;
    border-color: #9bbe35;
    color: #FFF;
}

.header_menu_select:hover {
    background: #9bbe35;
    border-color: #9bbe35;
}

.horizontal {
    width: 100%;
    margin: 0 auto;
    max-width: 1440px;
}

.horizontal img {
    width: 100%;
}

.main {
    height: auto;
    margin: 0 auto;
    padding: 1rem 1rem 0 1rem;
    background: #fff;
    border-bottom: 1px #7e9b2a solid;
}

.main_box {
    width: 100%;
    height: auto;
    margin: 0 auto;
    max-width: 1194px;
}

#div0 {
    padding: 1.5rem 1rem;
}

.main_box_list {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1rem;
    position: relative;
    text-align: center;
    background: #FFF;
}

.main_box_list_title {
    margin: 0;
    padding: 0 1rem;
    position: absolute;
    top: -1.5rem;
    left: 2rem;
    background-color: #FFF;
    font-size: 1.5rem;
    color: #3597A0;
    letter-spacing: 0.2em;
    font-weight: bold;
    z-index: 2;
}

.main_box_list_title>img {
    width: 34px;
    margin-right: 10px;
    vertical-align: middle;
}

.main_box_list_title>span {
    vertical-align: middle;
}

#rwdS770 {
    display: none;
}

.ig0 {
    margin-bottom: 0.4rem;
}

.form-group {
    margin-bottom: 0;
}

/* 進階條件 */
.optionBtn,
#option {
    text-align: left;
    font-size: 0.86rem;
}

.moreOption {
    margin-top: 10px;
    padding: 5px 10px 5px 10px;
    border: 0;
    border-left: 10px #8cac30 solid;
    background: #9bbe35;
    color: #FFF;
    text-align: left;
}

.moreOption:hover,
.moreOption:active {
    background: #95b830;
}

#chooseOption::before {
    content: '－ 目前選擇條件：';
    margin-left: 10px;
}

#option {
    padding: 10px;
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    border-left: 10px #9bbe35 solid;
    background: #f8f8e0;
}

.option {
    padding: 1rem;
    display: inline-block;
    vertical-align: top;
}

.optionsDivTitle {
    text-align: center;
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
    color: #3597A0;
    letter-spacing: 0.2em;
}

.optionsDivTitle::after {
    content: '－';
    display: block;
    color: #AAA;
}

.optionLine {
    width: 1px;
    margin: 1.8rem 0;
    background-color: #d1e791;
}

ul.options>li {
    margin-bottom: 3px;
}

ul.options>li.custom {
    margin-top: 2rem;
}

ul.options label {
    margin-left: 4px;
}

ul.options>li>div.input-group {
    max-width: 160px;
}

#rentPrice-min,
#rentPrice-max {
    width: 82px;
}

.residential_title_box {
    width: 100%;
    height: auto;
    margin: 5px 0 0 0;
    padding: 0;
    text-align: center;
    max-height: 93px;
}

.residential_title_box img {
    width: 100%;
    max-width: 291px;
}

.residential_title {
    width: 8%;
    margin: 0 0 4px 0;
    padding: 2px 0;
    border-bottom: 3px #226cb2 solid;
    font-size: 180%;
}

.residential_box1,
.residential_box2,
.residential_box3,
.residential_box4 {
    width: 100%;
    height: auto;
    max-width: 275px;
    margin: 5px;
    padding: 15px 10px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    border: 1px #FFF solid;
    border-bottom-color: #EEE;
}

.residential_box1:hover,
.residential_box2:hover,
.residential_box3:hover,
.residential_box4:hover {
    background: #f9f9f9;
    border-color: #EEE;
}

.residential_box1:hover .residential_box_none,
.residential_box2:hover .residential_box_none,
.residential_box3:hover .residential_box_none,
.residential_box4:hover .residential_box_none {
    border-color: #f9f9f9;
}

.residential_box1 img,
.residential_box2 img,
.residential_box3 img,
.residential_box4 img {
    width: 100%;
    max-height: 100%;
    border-radius: 5px;
}

.residential_text1,
.residential_text2 {
    width: 100%;
    display: inline-block;
    font-size: 1.2rem;
    text-align: left;
    border-left: 10px #9bbe35 solid;
    margin-top: 3px;
    padding-left: 19px;
}

.residential_box1>a,
.residential_box2>a {
    display: block;
    height: 170px;
}

/* 區域 */
.residential_box_dist {
    padding: 3px 6px;
    position: absolute;
    top: 23px;
    left: 18px;
    border: 1px #d4e997 solid;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    color: #307c29;
    letter-spacing: 0.1em;
}

/* X房  */
.residential_box_room {
    color: #3597A0;
}

.residential_box_room::after {
    content: '．';
}

/* 房屋類型:獨套、公寓... */
.residential_box_houseType {
    color: #3597A0;
}

/* 價格 */
.residential_box_price {
    color: #f14343;
    font-size: 1.4rem;
    font-weight: bold;
}

/* 元 */
.residential_box_money {
    margin-right: 6px;
    color: #f14343;
    font-size: 0.9rem;
    font-weight: bold;
}

/* 包租 */
.residential_box_rent {
    margin-left: 5px;
    background-color: #f7ffe0;
    font-size: 0.8rem;
    padding: 2px 4px;
    border: 1px #9bbe35 solid;
    border-radius: 5px;
    color: #3597A0;
    font-weight: normal;
    letter-spacing: 0;
    white-space: nowrap;
}

/* 尚未追蹤 / 比較 */
.residential_box_none {
    margin-left: -4px;
    padding: 1px 4px;
    color: #AAA;
    border: 2px #FFF solid;
    border-radius: 5px;
    font-size: 0.8rem;
    white-space: nowrap;
    cursor: pointer;
}

.residential_box_none:hover {
    border-color: #CCC !important;
}

/* 已追蹤 / 比較  */
.residential_box_done {
    margin-left: -4px;
    padding: 1px 4px;
    border: 2px #f96544 solid;
    border-radius: 5px;
    color: #f96544;
    font-size: 0.8rem;
    white-space: nowrap;
    cursor: pointer;
}

.residential_box_done::before {
    content: 'v';
    margin-right: 2px;
}

.residential_box_done:hover {
    border-color: #f96544;
}

.lease_main {
    width: 100%;
    height: auto;
    margin: 0 auto;
    max-width: 1194px;
}

.lease_box_list {
    width: 100%;
    height: auto;
    margin: 0 0 35px 0;
    padding: 13px 0;
    border-radius: 20px;
    background: #FFF;
    border: 4px #90c739 solid;
}

.lease_main_title_box {
    width: 100%;
    border-bottom: 1px #dedbd5 solid;
    margin: 0 0 15px 0;
}

.lease_main_title {
    width: 8.5%;
    margin: 0 0 4px 0;
    padding: 2px 0;
    border-bottom: 3px #226cb2 solid;
    font-size: 104%;
    background: #FFF;
}

.news_main {
    width: 100%;
    height: auto;
    margin: 0 auto;
    max-width: 1194px;
}

.news_box_list {
    width: 100%;
    height: auto;
    margin: 0 0 35px 0;
    padding: 13px 0;
    border-radius: 20px;
    background: #FFF;
    border: 1px #b1b1b1 solid;
}

.news_main_title_box {
    width: 100%;
    border-bottom: 1px #dedbd5 solid;
    margin: 0 0 15px 0;
}

.news_main_title {
    width: 8.5%;
    margin: 0 0 4px 0;
    padding: 2px 0;
    border-bottom: 3px #226cb2 solid;
    font-size: 104%;
    background: #FFF;
}

.login_box_list {
    width: 100%;
    height: auto;
    margin: 0 0 35px 0;
    padding: 13px 0;
    text-align: center;
    border-radius: 20px;
    background: #eff6d0;
}

.login_box_1 {
    width: 24%;
    height: auto;
    display: inline-block;
    font-size: 120%;
}

.login_box_1 img {
    width: 100%;
    max-width: 211px;
}

.login_box_2 {
    width: 24%;
    height: auto;
    display: inline-block;
    font-size: 120%;
}

.login_box_2 img {
    width: 100%;
    max-width: 211px;
}

.login_box_3 {
    width: 24%;
    height: auto;
    display: inline-block;
    font-size: 120%;
}

.login_box_3 img {
    width: 100%;
    max-width: 211px;
}

.login_box_4 {
    width: 24%;
    height: auto;
    display: inline-block;
    font-size: 120%;
}

.login_box_4 img {
    width: 100%;
    max-width: 211px;
}

.footer {
    width: 100%;
    padding: 15px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-top: 15px #9bbe35 solid;
    background: #f8f8e0;
    font-size: 0.9rem;
}

.footer>img {
    height: 70px;
}

.noBr {
    white-space: nowrap;
}

.footer_box {
    display: inline-block;
    line-height: 1.7;
    text-align: left;
}

.wid-home-contact.contact-box {
    width: 100%;
    margin: 40px auto 0 auto;
    min-height: 168px;
    border: 1px solid #ccc;
    background-size: auto auto, 100% 100%;
    background-repeat: no-repeat;
    background-position: right 10px bottom, center top;
    max-width: 1194px;
}

.wid-home-contact.contact-box h2 {
    width: 98%;
    margin: -20px auto 20px;
}

.piaofutiao img {
    width: 100%;
    max-width: 113px;
}

#abgne_float_ad {
    width: 4.4rem;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 0;
    top: calc(50% - 50px);
    z-index: 50;
    box-shadow: 4px 4px 12px -1px rgba(0, 0, 0, 0.6);
    border-radius: 10px 0 0 10px;
    background-color: #f96544;
    color: #FFF;
    line-height: 1.3;
    letter-spacing: .1em;
}

#abgne_float_ad:hover {
    background-color: #ec5d3d;
}

#abgne_float_ad:active {
    background-color: #d75538;
}

#abgne_float_ad>a:link,
#abgne_float_ad>a:visited {
    width: 100%;
    margin-top: 0;
    padding: 1rem;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    font-size: 1rem;
}

#abgne_float_ad>a>img {
    width: 30px;
    margin: -2px 0;
    border: none;
}

/* 物件資訊 */
.residential_info_basic {
    margin: 1rem 0;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}

/* 物件資訊  圖片區塊 */
.residential_info_img {
    text-align: center;
}

/* 物件資訊  主圖 */
.residential_info_img_main {
    width: 100%;
    max-width: 550px;
    border-radius: 5px;
}

/* 物件資訊  其他圖片區塊 */
.residential_info_img_more {
    margin: 0 auto;
    padding: 0.5rem 0 1rem 0;
    text-align: left;
}

/* 物件資訊  其他圖片 */
.residential_info_img_more img.moreImg {
    width: 85px;
    border-radius: 5px;
    cursor: pointer;
}

/* 物件資訊  其他圖片 第一章預設隱藏 */
.residential_info_img_more img.moreImg:first-child {
    display: none;
}

/* 物件資訊  基本資訊區塊 */
.residential_info {
    width: 500px;
    padding-left: 2%;
}

/* 物件資訊  基本資訊區塊 表格 */
.residential_info table {
    width: 100%;
    border-collapse: unset;
    border-spacing: 2px;
}

.residential_info table th,
.residential_info table td {
    padding: 0.5rem;
    border-bottom: 1px #EEE solid;
    text-align: left;
}

.residential_info table th {
    background-color: #f8f8e0;
    color: #7e9b2a;
    text-align: right;
    font-weight: normal;
}

.residential_info table tr:first-child>td {
    color: #f14343;
    font-size: 1.5rem;
    font-weight: bold;
}

/* 追蹤/比較按鈕 */
.trackCompare {
    padding: 1rem 0;
    text-align: right;
}

.trackCompare button>img {
    width: 20px;
    margin-right: 5px;
    vertical-align: middle;
}

.trackCompare>span {
    vertical-align: middle;
}

.trackCompare #btnSend1 {
    background-color: #f8ae26;
    color: #FFF;
}

.trackCompare #btnSend1:hover {
    background-color: #e9a424;
}

.trackCompare #btnSend1:active {
    background-color: #d69620;
}

.trackCompare #btnSend2 {
    background-color: #f96544;
    color: #FFF;
}

.trackCompare #btnSend2:hover {
    background-color: #ec5d3d;
}

.trackCompare #btnSend2:active {
    background-color: #d75538;
}

/* 小區塊 */
.sub_box_list {
    margin-bottom: 2rem;
}

/* 小區塊　標題 */
.sub_box_list_title {
    margin: 0 0 0.6rem 0;
    padding: 0.6rem 1rem;
    border-left: 10px #9bbe35 solid;
    background-color: #f9f9f9;
    text-align: left;
    color: #13747c;
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
}

/* 物件資訊  地圖 */
.residential_info_map {
    width: 100%;
    height: 350px;
    margin: 0 auto;
}

.residential_info_map div,
.residential_info_map iframe {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

/* 物件資訊  頁框 */
.residential_info_iframe {
    width: 100%;
    height: 600px;
    margin: 0 auto;
}

/* 申辦方案查詢 */
/* 申辦方案查詢 題目 */
.houselistQA {
    width: 650px;
    margin-bottom: 1rem;
    padding: 0 2rem 1rem 2rem;
    display: inline-block;
    border-bottom: 1px #d1e791 solid;
    text-align: left;
}

.content>ul>li:last-child>.houselistQA {
    margin-bottom: 0;
	padding: 0;
    border-bottom: 0;
}

/* 申辦方案查詢 題目 Q */
.houselistQA_Q {
    color: #9bbe35;
    font-weight: bold;
}

.houselistQA_Q::after {
    content: '：';
}

/* 申辦方案查詢 題目 標題 */
.houselistQA_title {
    color: #3597a0;
    font-size: Large;
    letter-spacing: 0.1rem;
}

.houselistQA h4 {
    margin-bottom: 0.8rem;
    padding-left: 2rem;
    text-indent: -2rem;
}

.houselistQA h4>small {
    font-size: 0.9rem;
}

.houselistQA .answer {
    padding-left: 2rem;
}

.houselistQA strong {
    font-weight: bold;
}

.answer_label {
    margin-right: 1rem;
    padding: 0.2rem 0.8rem;
    border: 2px #EEE solid;
    border-radius: 5px;
    background-color: #f9f9f9;
    color: #666;
    cursor: pointer;
}

.answer_label>input[type="radio"] {
    margin: 0 0.5rem 0 0;
}

.answer_label:hover {
    background-color: #EEE;
}

.answer_label_checked {
    border: 2px #d55235 solid;
    background-color: #f96544;
    color: #FFF;
}

.answer_label_checked:hover {
    background-color: #f96544;
}

/* 申辦方案查詢 家庭年所得試算 表格 */
div#income{
	margin-top: 16px;
}
.houselistQA table {
    width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
    text-align: center;
}

.houselistQA table td {
    padding: 0.5rem 1rem;
    border-bottom: 1px #EEE solid;
    text-align: center;
}

.houselistQA table .money {
    text-align: right;
}

.houselistQA table th {
    border-bottom: 5px #f8f8e0 solid;
}

.houselistQA table th,
.houselistQA table td {
    padding: 0.8rem 0.6rem;
    text-align: center;
    font-weight: normal;
}

.houselistQA table th.title {
    border-bottom: 0;
    border-left: 10px #9bbe35 solid;
    background: #f9f9f9;
    color: #666;
    font-weight: bold;
    letter-spacing: 0.2rem;
}

.title {
    border-bottom: 0;
    border-left: 10px #9bbe35 solid;
    background: #f9f9f9;
    color: #666;
    font-weight: bold;
    letter-spacing: 0.2rem;
    padding: 0.5rem 1rem;
    text-align: center;
}

.houselistQA table tr.memberTotal {
    background-color: #f8f8e0;
}

.houselistQA table tr.memberTotal th {
    padding-top: 1rem;
    border-bottom-color: #d4e997;
}

.houselistQA table tr.memberTotal td {
    border-bottom-color: #DDD;
}

/* 登入頁 主區塊 */
.login {
    display: flex;
    justify-content: space-around;
    align-items: stretch;
}

/* 登入頁 帳號區塊 */
.login_account {
    margin: 0 1rem;
}

/* 登入頁 自然人憑證區塊 */
.login_moica {
    margin: 0 1rem;
    /* flex: auto; */
}

.login .form-group {
    margin-bottom: 1rem;
}

.login .alert-warning {
    font-size: 0.9rem;
}

/* 登入頁 帳號區塊 驗證碼圖片 */
#vcode,
#vcode_byGetAccount,
#vcode_byResetPW {
    height: 40px;
}

/* 登入頁 帳號區塊 登入按鈕 */
#btnLogin {
    margin-bottom: 1rem;
}

/* 登入頁 帳號區塊 註冊區塊 */
.sign {
    text-align: right;
}

/* 檔案下載  區塊*/
.content {
    margin: 1.5rem 2rem;
}

/* 檔案下載  表格*/
.contact_table {
    width: 100%;
}

.contact_table th {
    padding: 0.6rem 1rem;
    background: #f8f8e0;
    text-align: center;
    color: #3597a0;
    font-weight: normal;
    letter-spacing: 0.1rem;
}

.contact_table th:nth-child(1) {
    width: auto;
    text-align: left;
}

.contact_table th:nth-child(2) {
    width: 150px;
}

.contact_table th:nth-child(3) {
    width: 150px;
}

.contact_table td {
    padding: 0.6rem 1rem;
    text-align: center;
    border-bottom: 1px #eee solid;
    word-break: break-all;
}

.contact_table tr:last-child td {
    border-bottom: 0;
}

.contact_table td:nth-child(1) {
    text-align: left;
}

.contact_download {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 50%;
    background-color: #f14343;
    cursor: pointer;
}

.contact_download:hover {
    background-color: #d03838;
}

.contact_download:active {
    background-color: #b42f2f;
}

/*RWD*/
@media screen and (max-width: 1440px) {
    .wapper {
        border: 0;
    }
}

@media screen and (max-width: 1225px) {
    .lease_box_list {
        width: 98%;
    }

    #abgne_float_ad {
        width: 3.4rem;
    }

    #abgne_float_ad>a>img {
        width: 26px;
    }

    #abgne_float_ad>a:link,
    #abgne_float_ad>a:visited {
        padding: 17px 5px;
    }
}

@media screen and (max-width: 1217px) {
    .header_list {
        width: 60%;
    }

    .news_box_list {
        width: 99%;
    }
}

@media screen and (max-width: 1230px) {
    .header_box {
        max-height: inherit;
    }

    .logo {
        max-width: inherit;
        text-align: center;
        margin-right: 0;
    }

    .header_list {
        width: 100%;
        max-width: inherit;
        text-align: center;
    }
}

@media screen and (max-width: 1000px) {

    /* footer 轉向 */
    .footer {
        flex-direction: column;
    }

    .footer>img {
        max-width: 90%;
        max-height: 70px;
        height: auto;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 955px) {
    .residential_box1, .residential_box2, .residential_box3, .residential_box4 {
        width: 46%;
        max-width: none;
    }

    .residential_box1>a, .residential_box2>a {
        height: auto;
    }
}

@media screen and (max-width: 900px) {
    .header_list {
        display: none;
    }

    .piaofutiao img {
        max-width: 58px;
    }
}

@media screen and (max-width: 860px) {

    /* 進階條件 */
    #option {
        flex-direction: column;
    }

    .option {
        padding: 0.5em;
    }

    .optionsDivTitle::after {
        font-size: 0.8em;
    }

    .optionLine {
        width: auto;
        margin: 1rem;
        height: 1px;
    }

    ul.options {
        text-align: center;
    }

    ul.options>li {
        display: inline-block;
    }

    ul.options>li.custom {
        margin-top: 1rem;
        display: block;
    }

    .main {
        padding: 0.5rem 0.5rem 0 0.5rem;
    }

    #datamainbox>.main_box_list {
        padding: 2.4rem 1rem 1.2rem 1rem;
    }

    .houselistQA {
        width: 100%;
        padding: 0 0.5rem 1rem 0.5rem;
    }

    .main_box_list_title {
        max-width: 92%;
        padding: 0 0.6rem;
        left: 4%;
    }

    .residential_info {
        width: 100%;
        padding-left: 0;
    }

    /* 物件資訊 */
    .residential_info_basic {
        display: block;
    }

    .residential_info_img {
        width: 100%;
    }

    .residential_info_img_main {
        width: 100%;
        max-width: none;
    }

    /* 登入頁 主區塊 */
    .login {
        padding: 0 0 1.5rem 0;
        flex-direction: column;
    }

    /* 登入頁 帳號區塊 */
    .login_account {
        width: 100%;
        margin: 0;
        order: 1;
    }

    .login>.optionLine {
        order: 2;
    }

    /* 登入頁 自然人憑證區塊 */
    .login_moica {
        width: 100%;
        margin: 0;
        order: 3;
    }

    .content {
        margin: 0;
    }

    .contact_table th:nth-child(2) {
        width: auto;
        font-size: 0.9rem;
    }

    .contact_table th:nth-child(3) {
        width: auto;
        font-size: 0.9rem;
    }

    .contact_table td {
        padding: 0.4rem;
    }

    .contact_table td:nth-child(2) {
        font-size: 0.9rem;
    }
}

@media screen and (max-width: 770px) {
    #rwdB770 {
        display: none;
    }

    #rwdS770 {
        display: block;
    }

    .login_box_1,
    .login_box_2 {
        width: 49%;
    }

    .login_box_3,
    .login_box_4 {
        width: 49%;
        margin: 25px 0 0 0;
    }
}

@media screen and (max-width: 660px) {

    /* 物件照片 */
    .residential_box1, .residential_box2, .residential_box3, .residential_box4 {
        width: 100%;
    }

    .residential_text1,
    .residential_text2 {
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 595px) {
    .lease_box_list {
        width: 98%;
    }
}

@media screen and (max-width: 517px) {
    .news_box_list {
        width: 99%;
    }
}
