.main-sect { /* main的section */
    padding: 40px;
    text-align: center;
}
.room-info-sect-1 { /* 客房介紹(清單)的第一個區塊 - 房間清單 */

}
.room-info-sect-title-1 { /* 客房介紹(清單)的第一個區塊 - 房間標題 */
    /*不會有樣式 因為他從一開始就被動態刪除了*/
}
.room-list-txt::after {/* 客房介紹(清單)的房間清單(房間文字主容器) */
    content: '';
    display: block;
    clear: both;
}
.room-list-head { /* 客房介紹(清單)的房間清單(房間文字子標題) */
    float: left;
    position: relative;
    width: 36%;
    line-height: 2.5rem;
    padding-left: 20px;
}
.room-list-head::before { /* 客房介紹(清單)的房間清單(房間文字子標題[偽點點]) */
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    top: 1.1rem;
    left: 7px;
    border-radius: 50%;
}
.room-list-cont { /* 客房介紹(清單)的房間清單(房間文字子內容) */
    float: left;
    width: 64%;
    line-height: 2.5rem;
}
.price-name::after { /* 客房介紹(清單)的房間清單(價格名稱) */
    content: '/ ';
    display: inline;
}
.price { /* 客房介紹(清單)的房間清單(價格) */
    color: #f00;
    font-weight: bold;
}
.price::after { /* 客房介紹(清單)的房間清單(價格單位) */
    color: #000;
    content: '元';
    display: inline;
}
.room-info-sect-2 { /* 客房介紹(清單)的第二個區塊 - 房價表按鈕區 */

}
.room-info-sect-2 a { /* 客房介紹(清單)的第二個區塊 - 房價表按鈕 */
    display: inline-block;
    min-width: 175px;
    padding: 0 20px;
    line-height: 2.5rem;
    background-color: #fff;
}
.room-info-sect-3 { /* 客房介紹(清單)的第三個區塊 - 預付訂金 */
    background-color: #f0f0f0;
}
.room-info-sect-title-3 { /* 客房介紹(清單)的第三個區塊標題 - 預付訂金 */

}
.room-info-sect-4 { /* 客房介紹(清單)的第四個區塊 - 注意事項 */
    background-color: #f6f6f6;
}
.room-info-sect-title-4 { /* 客房介紹(清單)的第四個區塊標題 - 注意事項 */
    
}
.room-info-sect-cont-4 { /* 客房介紹(清單)的第四個區塊內容容器 - 注意事項 */
    text-align: left;
}
.room-info-cont-head { /* 客房介紹(清單)的第四個區塊內容標題 - 注意事項 */
    font-weight: bold;
    line-height: 2rem;
}
.room-info-cont-div { /* 客房介紹(清單)的第四個區塊內容的內容 - 注意事項 */
    padding-top: 10px;
    padding-bottom: 30px;
    line-height: 2;
}
.room-info-cont-div:last-of-type { /* 客房介紹(清單)的第四個區塊內容的內容 - 注意事項 */
    padding-bottom: 0;
}
.room-info-sect-title {
    width: 100%;
    margin-bottom: 40px;  
    font-size: 1.5rem;
    line-height: 2.5rem;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
}

.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%;
} 

.room-list-link { /* 客房介紹(清單)的房間清單(房間連結) */
    position: absolute;
    display: block;
    width: 120px;
    right: 0;
    bottom: 30px;
    left: 0;
    margin: auto;
    text-align: center;
}
.room-list-link::after {
    content: '';
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    top: -1px;
    margin-left: 4px;
    vertical-align: middle;
    border-radius: 50%;
}
@media screen and (min-width: 1280px) {
    .main-sect { /* main的section */
        padding: 40px 20%;
    }
    .room-list-item { /* 客房介紹(清單)的房間清單(li) */
        padding: 40px 20%;
    }
}
@media screen and (min-width: 1000px) and (max-width: 1279px) {
    .main-sect { /* main的section */
        padding: 40px 12%;
    }
    .room-list-item { /* 客房介紹(清單)的房間清單(li) */
        padding: 40px 12%;
    }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
    .main-sect { /* main的section */
        padding: 40px 5%;
    }
    .room-list-item { /* 客房介紹(清單)的房間清單(li) */
        padding: 40px 5%;
    }
}
@media screen and (min-width: 768px) {
    .mob-room-list,
    .mob-room-list.owl-carousel.owl-loaded { /* 房間清單 - 1a的清單手機版是slider 桌機是區塊排列 */
        display: none;
    }
    .room-list { /* 客房介紹(清單)的房間清單 */
        
    }
    .room-list-item { /* 客房介紹(清單)的房間清單(li) */
        position: relative;
        width: 100%;
        padding-bottom: 80px;
    }
    .room-list-item::after { /* 客房介紹(清單)的房間清單(li) */
        content: '';
        display: block;
        clear: both;
    }
    .room-list-img { /* 客房介紹(清單)的房間清單(房間照片容器) */
        position: relative;
        width: 50%;
        padding-top: 31.25%;
        overflow: hidden;
    }
    .room-list-img img { /* 客房介紹(清單)的房間清單(房間照片) */
        position: absolute;
        height: 100%;
        top: 0;
        right: 0;
        left: 0;
        margin: auto;
    }
    .room-list-txt { /* 客房介紹(清單)的房間清單(房間文字主容器) */
        width: 50%;
        padding: 0 3%;
    }
    .room-list-name { /* 客房介紹(清單)的房間清單(房間名稱) */
        height: 50px;
        margin-bottom: 20px;
        line-height: 50px;
        font-size: 1.1rem;
        font-weight: bold;
        text-align: left;
        border-bottom: 1px solid #ddd;
    }
    .room-list-item:first-of-type {
        padding-top: 90px;
    }
    .room-list-item:nth-of-type(odd) {
        background-color: #FFF;
    }
    .room-list-item:nth-of-type(even) {
        background-color: #F8F8F8;
    }
    .room-list-item:nth-of-type(odd) .room-list-img {
        float: left;
        background-color: #FFF;
    }
    .room-list-item:nth-of-type(even) .room-list-img {
        float: right;
        background-color: #F8F8F8;
    }
    .room-list-item:nth-of-type(odd) .room-list-txt {
        float: left;
    }
    .room-list-item:nth-of-type(even) .room-list-txt {
        float: right;
    }
    .room-list-item:nth-of-type(odd) .room-list-link {
        left: 0;
    }
    .room-list-item:nth-of-type(even) .room-list-link {
        right: 0;
    }
    
    /* online-payment(bookingcom, agoda) */
    .online-payment-btn { /* 客房介紹(清單)的第三個區塊的連結區塊 - 預付訂金 */
        width: 318px;
    }

}
@media screen and (max-width: 767px) {
    .main { /* 週邊導覽 - 空出header的空間 */
        padding-top: 44px;
    }
    .main-sect { /* main的section */
        padding: 40px 5%;
    }
    .master-pc-banner { /* 客房介紹(清單) - 不會有首頁的banner */
        display: none;
    }
    .room-list { /* 房間清單 - 1a的清單手機版是slider 桌機是區塊排列 */
        display: none;
    }

    /* room-list(slider) */
    .room-list-item { /* 客房介紹(清單)的房間清單(li) */
        position: relative;
        width: 100%;
        padding-bottom: 80px;
    }
    .room-list-item::after { /* 客房介紹(清單)的房間清單(li) */
        content: '';
        display: block;
        clear: both;
    }
    .room-list-name { /* 客房介紹(清單)的房間清單(房間名稱) */
        height: 60px;
        line-height: 60px;
        font-size: 1.1rem;
        text-align: center;
    }
    .room-info-sect-title {
        font-size: 1.2rem;
    }
    .room-list-img { /* 客房介紹(清單)的房間清單(房間照片容器) */
        position: relative;
        width: 100%;
        padding-top: 62.5%;
        background-color: #f0f0f0;
        overflow: hidden;
    }
    .room-list-img img { /* 客房介紹(清單)的房間清單(房間照片) */
        position: absolute;
        height: 100%;
        top: 0;
        right: 0;
        left: 0;
        margin: auto;
    }
    .room-list-txt { /* 客房介紹(清單)的房間清單(房間文字主容器) */
        width: 100%;
        padding: 5% 5% 0;
    }
    /* owl btns */
    .mob-room-list {
        position: relative;
        width: 100%;
    }
    .mob-room-list .owl-dots {
        display: table;
        width: 100%;
        height: 5px;
        line-height: 5px;
        overflow: hidden;
    }
    .mob-room-list .owl-dots .owl-dot {
        float: left;
        height: 5px;
        background-color: #E1E1E1;
    }
    .mob-room-list .owl-dots .owl-dot.active {
        background-color: #7F7F7F;
    }
    .mob-room-list .owl-nav {
        position: relative;
        width: 100%;
        z-index: 100;
    }
    .mob-room-list .owl-prev {
        position: absolute;
        width: 13px;
        height: 13px;
        top: 30px;
        left: 10px;
        background: none;
    }
    .mob-room-list .owl-next {
        position: absolute;
        width: 13px;
        height: 13px;
        top: 30px;
        right: 10px;
        background: none;
    }

    /* online-payment(bookingcom, agoda) */
    .online-payment-btn { /* 客房介紹(清單)的第三個區塊的連結區塊 - 預付訂金 */
        width: 175px;
    }
    .online-payment-btn span { /* 客房介紹(清單)的第三個區塊的文字 - 預付訂金 */
        font-size: 0.9rem;
    }
}