.main::after {
    content: '';
    display: block;
    clear: both;
}
.resv-sect-1 { /* 只用來裝標題的section */
    
}
.resv-sect-title-1 { /* 大標題 */
    position: relative;
    margin-bottom: 40px;
    padding: 20px 10px;
    font-size: 1.5rem;
    font-weight: bold;
}
.resv-sect-title-1::after {
    content: '';
    position: absolute;
    display: block;
    width: 70px;
    height: 2px;
    left: 10px;
    bottom: 0;
}
.resv-sect-title-1::before {
    content: '';
    position: absolute;
    display: block;
    width: 230px;
    height: 2px;
    left: 10px;
    bottom: 0;
    background-color: #f0f0f0;
}
.main-sect, /* 區塊(公用樣式) */
.v-r-sec {  /* 空房表 */
    position: relative;
}
.resv-sect-title { /* 區塊標題(公用樣式) */
    font-size: 1.25rem;
    font-weight: bold;
}
.resv-sect-title::before { /* 區塊標題(公用樣式)的左側icon */
    position: absolute;
    content: '';
    display: block;
}
.resv-sect-cont { /* 區塊內容(公用樣式) */
    margin-top: 10px;
}
.resv-sect-2 { /* 訂房說明區塊 */
    
}
.resv-sect-title-2 { /* 訂房說明標題 */
    
}
.resv-sect-title-2::before { /* 訂房說明標題的左側icon */
    background: url('../images/t-icon8.png') no-repeat center center;
    background-size: 100% 100%;
}
.resv-sect-cont-2 { /* 訂房說明內容容器 */

}
.resv-sect-3 {  /* 空房表 */

}
.resv-sect-title-3::before { /* 表單標題的左側icon */
    background: url('../images/t-icon5.png') no-repeat center center;
    background-size: 100% 100%;
}
.resv-sect-4 {  /* 預約表單 */

}
.resv-sect-4 { /* 表單區塊 */
    
}
.resv-sect-title-4 { /* 表單標題 */
    
}
.resv-sect-title-4::before { /* 表單標題的左側icon */
    background: url('../images/t-icon7.png') no-repeat center center;
    background-size: 100% 100%;
}
.resv-sect-cont-4 { /* 表單內容容器 */
    
}
.resv-sect-5 { /* 匯款通知區塊 */
    
}
.resv-sect-title-5 { /* 匯款通知標題 */
    
}
.resv-sect-title-5::before { /* 匯款通知標題的左側icon */
    background: url('../images/t-icon6.png') no-repeat center center;
    background-size: 100% 100%;
}
.resv-sect-cont-5 { /* 匯款通知內容容器 */
    line-height: 1.8;
}
.resv-note-div { /* 匯款通知內容 - 匯款備註(不一定會有) */
    margin-top: 10px;
}
.resv-bank-div { /* 匯款通知內容 - 帳戶資料(一定會有) */
    width: 100%;
    max-width: 300px;
    margin: 30px auto;
    padding: 30px 6px;
    text-align: center;
    background-color: #fbfbfb;
}
.resv-bank-div-title { /* 匯款通知內容 - 帳戶資料標題(匯款資訊) */
    padding-bottom: 10px;
}
.resv-bank-div-cont { /* 匯款通知內容 - 帳戶資料標題(帳戶資料) */

}
.resv-sect-6 { /* 預付訂金區塊 */
    
}
.resv-sect-title-6 { /* 預付訂金標題 */
    
}
.resv-sect-title-6::before { /* 預付訂金標題的左側icon */
    background: url('../images/t-icon9.png') no-repeat center center;
    background-size: 100% 100%;
}
.resv-sect-cont-6 { /* 預付訂金內容容器 */
    text-align: center;
}
.resv-sect-7 { /* 立即訂房區塊 */
    
}
.resv-sect-title-7 { /* 立即訂房標題 */
    
}
.resv-sect-title-7::before { /* 立即訂房標題的左側icon */
    background: url('../images/t-icon7.png') no-repeat center center;
    background-size: 100% 100%;
}
.resv-sect-cont-7 { /* 預付訂金內容容器 */
    text-align: center;
}

/* 預付訂金 */
.pay-tool-icon {
    position: relative;
    display: inline-block;
    width: 200px;
    height: 200px;
    margin: 0 20px 20px;
    background: url('../../../images/pay-tool.png') no-repeat;
    background-size: 400px 400px;
}
.pay-tool-icon.paypal {background-position: 0 0;}
.pay-tool-icon.paypal:hover {background-position: 0 -200px;}
.pay-tool-icon.other-tool-1 {background-position: -200px 0;}
.pay-tool-icon.other-tool-2 {background-position: -200px -200px;}
.pay-tool-icon.other-tool-1 img,
.pay-tool-icon.other-tool-2 img {
    position: absolute; 
    width: 120px;
    height: 120px;
    top: 60px;
    right: 0;
    left: 0;
    margin: auto;
}
.pay-tool-icon.other-tool-3 {
    display: block;
    width: 200px;
    height: 55px;
    margin: auto;
    background: none;
}
.pay-tool-icon.other-tool-3 a {
    display: block;
}
/* online-payment(bookingcom, agoda) */
.online-payment-btn { /* 客房介紹(清單)的第三個區塊的連結區塊 - 預付訂金 */
    display: block;
    margin: auto;
    color: #000;
    margin-bottom: 20px;
}
.online-payment-btn:last-of-type {
    margin-bottom: 0;
}
.online-payment-btn img { /* 客房介紹(清單)的第三個區塊的按鈕圖片 - 預付訂金 */
    width: 100%;
}

@media screen and (min-width: 1000px) {
    .main { /* 聯絡我們 main */
        padding: 0 12% 40px;
    }
    .main-sect { /* main的section */
        float: left;
        width: 50%;
        padding-right: 20px;
        padding-bottom: 80px;
    }
    .resv-sect-2 { /* 訂房說明區塊 */
        width: 100%;
    }
    .contact-sect-3 { /* 表單區塊 */
        width: 100%;
    }
    .v-r-sec { /* 空房表區塊 */
        float: left;
        width: 100%;
    }
    /* online-payment(bookingcom, agoda) */
    .online-payment-btn { /* 客房介紹(清單)的第三個區塊的連結區塊 - 預付訂金 */
        width: 318px;
    }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
    .main { /* 聯絡我們 main */
        padding: 0 5% 40px;
    }
    .main-sect { /* main的section */
        width: 100%;
        padding-bottom: 80px;
    }
    /* online-payment(bookingcom, agoda) */
    .online-payment-btn { /* 客房介紹(清單)的第三個區塊的連結區塊 - 預付訂金 */
        width: 175px; /* 3a 提早縮小 */
    }
    .online-payment-btn span { /* 客房介紹(清單)的第三個區塊的文字 - 預付訂金 */
        font-size: 0.9rem;
    }

}
@media screen and (min-width: 768px) {
    .main-sect { /* main的section */
    }
    .resv-sect-title { /* 區塊標題(公用樣式) */
        height: 64px;
        padding-left: 74px;
        line-height: 64px;
    }
    .resv-sect-title::before { /* 區塊標題(公用樣式)的左側icon */
        width: 60px;
        height: 60px;
        top: 0;
        left: 0;
    }
}
@media screen and (max-width: 767px) {
    .main { /* 聯絡我們 main */
        padding: 0 5% 40px;
    }
    .main-sect { /* main的section */
        float: none;
        width: 100%;
        margin-bottom: 40px;
    }
    .main-sect:last-of-type { /* main的section */
        margin-bottom: 0;
    }
    .resv-sect-title { /* 區塊標題(公用樣式) */
        height: 50px;
        padding-left: 60px;
        line-height: 50px;
    }
    .resv-sect-title::before { /* 區塊標題(公用樣式)的左側icon */
        width: 45px;
        height: 45px;
        top: 0;
        left: 0;
    }
    /* online-payment(bookingcom, agoda) */
    .online-payment-btn { /* 客房介紹(清單)的第三個區塊的連結區塊 - 預付訂金 */
        width: 175px; /* 3a 提早縮小 */
    }
    .online-payment-btn span { /* 客房介紹(清單)的第三個區塊的文字 - 預付訂金 */
        font-size: 0.9rem;
    }
}

/* 表單(所有版本都一樣？ - 3a 有微調) */
.list-table {
    width: 100%;
    color: #999;
}
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.contact-btn {
    display: block;
    width: 180px;
    height: 60px;
    margin-top: 30px;
    border: none;
    font-size: 1.2rem;
    font-weight: bold;
    /* background-color: #E0E0E0; */
    letter-spacing: 2px;
}
.captchaCode-demo {
    width: 250px;
    height: 50px;
    background-color: #f00;
}
.ttd {
    text-align: left;
}
.item-col-h {
    display: block;
    margin: 16px 0 8px;
}
input.item-col-d,
select.item-col-d,
textarea.item-col-d {
    min-height: 40px;
    padding: 2px 6px;
    line-height: 1.5em;
    color: #999;
    border: 1px solid #999;
}
.add-btn-box {
    position: relative;
}
.add-btn {
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
}
.reserve-room-table {
    vertical-align: top;
    color: #999;
}
.add-room-btn {
    display: block;
    width: 90px;
    margin-top: 8px;    
    font-size: 14px;
    height: 40px;
    line-height: 38px;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    text-align: center;
    cursor: pointer;
}
.reserve-room-table td input,
.reserve-room-table td select {
    width: 100%;
    min-height: 40px;
    padding: 2px 6px;
    line-height: 1.5em;
    color: #999;
    border: 1px solid #999;
}
.more-room-tr {
    height: 36px;
}
.more-room-tr td {
    padding-top: 3px;
}
.reserve-room-table .room-select-td select {
    position: relative;
    top: -1px;
}
.reserve-room-table .qty-select-td select {
    text-align: center;
}
.qty-txt-td {
    text-align: center
}
.del-btn-td {
    position: relative;
}
.del-btn {
    position: absolute;
    width: 21px;
    height: 21px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border-width: 2px;
    border-style: solid;
    border-radius: 50%;
    border-color: #d00;
    background-color: #fff;
    cursor: pointer;
}
.del-btn::before,
.del-btn::after {
    content: '';
    position: absolute;
    width: 13px;
    height: 3px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    background-color: #d00;
}
.del-btn::before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.del-btn::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}
.captcha-code-input {margin-bottom: 6px;}
#txtCheckinDate, #txtCheckoutDate, #txtRemitAt, .alert-h { cursor: pointer; }
.fake-select, .fake-select-more { cursor: pointer; }
.fake-triangle { top: 13px; }
.fake-triangle-more { top: 16px; }
.room-select-td,
.qty-select-td {
    position: relative;
    cursor: pointer;
}
.fake-triangle,
.fake-triangle-more {
    position: absolute;
    width: 0;
    height: 0;
    top: 16px;
    right: 8px;
    border-top: 7px solid #999;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    cursor: pointer;
}
.fake-option-list {
    display: none;
    position: absolute;
    width: 100%;
    top: 40px;
    left: 0;
    background-color: #FFF;
    color: #999;
    z-index: 10;
    border: 1px solid #999;
    border-top-color: transparent;
}
.fake-option-list-more {
    display: none;
    position: absolute;
    width: 100%;
    top: 43px;
    left: 0;
    background-color: #FFF;
    color: #999;
    z-index: 10;
    border: 1px solid #999;
    border-top-color: transparent;
}
.fake-option-list li,
.fake-option-list-more li {
    width: 100%;
    padding: 0 2px 0 4px;
    font-size: 14px;
    line-height: 1.5em;
}
.fake-option-list li:hover,
.fake-option-list-more li:hover {
    background-color: #EFEFEF;
}
.fake-select.qty-select~.fake-option-list,
.fake-select-more.qty-select~.fake-option-list-more {
    text-align: center;
}
.fake-option-list.active,
.fake-option-list-more.active {
    display: block;
}
.reserve-room-table tr:first-of-type {
    height: 33px;
}
.alert-block {
    display: none;
    width: 100%;
    margin: 20px auto 0;
    text-align: left;
    line-height: 1.8em;
    color: #ED0000;
    border: 1px solid #ed0000;
    padding: 6px;
}
.alert-err {background-color: #b03939 !important;}
.alert-block .alert-h {
    border: 1px solid #ED0000;
    margin-right: 10px;
    padding: 2px;
    cursor: pointer;
}
.red-hl {font-size: 1.2em;}
@media screen and (min-width: 768px) {
    .ttr { width: 100%; }
    .ttr::after {
        content: '';
        display: block;
        clear: both;
        height: 0;
    }
    .ttd.col1 { width: 100%; }
    .ttd.col2 {
        float: left;
        width: 50%;
    }
    .item-col-h, .item-col-d { width: 90%; }
    textarea.item-col-d { width: 100%; }
    .add-btn {
        top: 16px;
        right: 41%;
    }
    table.reserve-room-table.item-col-d { width: 100%; }
    .room-select-td { width: 70%; }
    .qty-txt-td { width: 10%; }
    .qty-select-td { width: 10%; }
    .del-btn-td { width: 10%; }
}
@media screen and (max-width: 767px) {
    .ttr, .ttd.col1, .ttd.col2, .item-col-h, .item-col-d { width: 100%; }
    .room-select-td { width: 55%; }
    .qty-txt-td { width: 15%; }
    .qty-select-td { width: 15%; }
    .del-btn-td { width: 15%; }
}