.main-sect { /* main的section */
    /* padding: 40px; */
}
.about-sect-1 {  /* 只用來裝標題的section */

}
.about-sect-title-1, /* 關於我們 大標題 (這頁設計時階層錯亂所以很亂) */
.about-sect-title-5 { /* 民宿設施 大標題 (這頁設計時階層錯亂所以很亂) */
    position: relative;
    margin-bottom: 40px;
    padding: 20px 0;
    font-size: 1.5rem;
    font-weight: bold;
}
.about-sect-title-1::after,
.about-sect-title-5::after {
    content: '';
    position: absolute;
    display: block;
    width: 70px;
    height: 2px;
    left: 0;
    bottom: 0;
}
.about-sect-title-1::before,
.about-sect-title-5::before {
    content: '';
    position: absolute;
    display: block;
    width: 230px;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: #f0f0f0;
}
.about-sect-2 { /* 關於我們的第二個區塊 - 關於我們(被降階) */
    position: relative;
}
.about-sect-3 { /* 關於我們的第三個區塊 - 民宿特色(被降階) */
    position: relative;
}
.about-sect-4 { /* 關於我們的第四個區塊 - 主人的話(被降階) */
    position: relative;
}
.about-sect-title-2,  /* 關於我們的第二個區塊 - 關於我們的標題 */
.about-sect-title-3,  /* 關於我們的第三個區塊 - 民宿特色的標題 */
.about-sect-title-4 { /* 關於我們的第四個區塊 - 主人的話的標題 */
    position: relative;
    font-size: 1.25rem;
    font-weight: bold;  
}
.about-sect-title-2::before { /* 關於我們的第二個區塊 - 關於我們的左側icon */
    position: absolute;
    content: '';
    display: block;
    background: url('../images/t-icon11.png') no-repeat center center;
    background-size: 100% 100%;
}
.about-sect-title-3::before { /* 關於我們的第三個區塊 - 民宿特色的左側icon */
    position: absolute;
    content: '';
    display: block;
    background: url('../images/t-icon12.png') no-repeat center center;
    background-size: 100% 100%;
}
.about-sect-title-4::before { /* 關於我們的第四個區塊 - 主人的話的左側icon */
    position: absolute;
    content: '';
    display: block;
    background: url('../images/t-icon10.png') no-repeat center center;
    background-size: 100% 100%;
}
.js-about-unfold-inner img {
    max-width: 100%;
}
/* unfold-btn 的設定 */
.about-unfold-div { /* 文章過長控制div */
    position: relative;
    margin-top: 10px;
}
.about-unfold-btn { /* 文章過長按鈕 */
    position: absolute;
    display: block;
    width: 100%;
    height: 24px;
    line-height: 24px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: center;
    text-decoration: none;
    background-color: #fff;
}
.about-unfold-btn::before { /* 文章過長按鈕 */
    position: absolute;
    content: '';
    display: block;
    width: 0;
    height: 0;
    top: 3px;
    right: 0;
    left: 0;
    margin: auto;
    border: 12px solid transparent;
    z-index: 2;
}
.about-unfold-btn::after { /* 文章過長按鈕 */
    position: absolute;
    content: '';
    display: block;
    width: 0;
    height: 0;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    border: 13px solid transparent;
    border-top-color: #fff; /* 底色是白色 */ 
    z-index: 3;
}
/* slider */
.bnb-intro-photos.owl-carousel .owl-item .img-item{
    position: relative;
    width: 100%;
    padding-top: 62.57143%;
    background-color: #e0e0e0;
}
.bnb-intro-photos.owl-carousel .owl-item .img-item img {
    position: absolute;
    width: auto;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    cursor: pointer;
    margin: auto;
}
@media screen and (min-width: 1000px) {
    .main { /* main */

    }
    .main-sect { /* main的section */
        padding: 40px 20px 40px 12%;
    }
    .about-sect-1 { /* 關於我們的第一個區塊(3a只剩標題) */
        padding: 0 12%;
    }
    .about-sect-2,  /* 關於我們的第二個區塊 - 關於我們 */
    .about-sect-3,  /* 關於我們的第三個區塊 - 民宿特色 */
    .about-sect-4 { /* 關於我們的第四個區塊 - 主人的話 */
        padding-top: 0;
    }
    .about-sect-5 { /* 關於我們的第五個區塊 - 民宿設施 */
        padding: 40px 12%;
    }
    .about-sect-6 { /* 關於我們的第六個區塊 - 民宿標章 */
        padding: 40px 12%;
    }
    .about-sect-img-1 { /* 3a獨有圖片 */
        float: right;
        width: 36%;
        max-width: 600px;
        margin-right: 12%;
    }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
    .main { /* main */

    }
    .main-sect { /* main的section */
        padding: 40px 20px 40px 5%;
    }
    .about-sect-1 { /* 關於我們的第一個區塊(3a只剩標題) */
        padding: 0 5%;
    }
    .about-sect-2,  /* 關於我們的第二個區塊 - 關於我們 */
    .about-sect-3,  /* 關於我們的第三個區塊 - 民宿特色 */
    .about-sect-4 { /* 關於我們的第四個區塊 - 主人的話 */
        padding-top: 0;
    }
    .about-sect-5 { /* 關於我們的第五個區塊 - 民宿設施 */
        padding: 40px 5%;
    }
    .about-sect-6 { /* 關於我們的第六個區塊 - 民宿標章 */
        padding: 40px 5%;
    }
    .about-sect-img-1 { /* 3a獨有圖片 */
        float: right;
        width: 36%;
        max-width: 600px;
        margin-right: 5%;
    }
}
@media screen and (min-width: 768px) {
    .main-sect { /* main的section */ 

    }
    .about-sect-1 { /* 關於我們的第一個區塊(3a只剩標題) */
        width: 100%;
    }
    .about-sect-2,  /* 關於我們的第二個區塊 - 關於我們 */
    .about-sect-3,  /* 關於我們的第三個區塊 - 民宿特色 */
    .about-sect-4 { /* 關於我們的第四個區塊 - 主人的話 */
        width: 50%;
    }
    .about-sect-5::before { /* 關於我們的第五個區塊 - 民宿設施 - 清除float */
        content: '';
        display: block;
        clear: both;
    }
    .about-sect-5 { /* 關於我們的第五個區塊 - 民宿設施 */

    }
    .about-sect-title-2,  /* 關於我們的第二個區塊 - 關於我們的標題 */
    .about-sect-title-3,  /* 關於我們的第三個區塊 - 民宿特色的標題 */
    .about-sect-title-4 { /* 關於我們的第四個區塊 - 主人的話的標題 */
        height: 64px;
        padding-left: 74px;
        line-height: 64px;
    }
    .about-sect-title-2::before,  /* 關於我們的第二個區塊 - 關於我們標題的左側icon */
    .about-sect-title-3::before,  /* 關於我們的第三個區塊 - 民宿特色標題的左側icon */
    .about-sect-title-4::before { /* 關於我們的第四個區塊 - 主人的話標題的左側icon */
        width: 60px;
        height: 60px;
        top: 0;
        left: 0;
    }
    .main::after {
        content: '';
        display: block;
        clear: both;
    }
    /* slider */
    .bnb-intro-photos.owl-carousel .owl-controls {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .main { /* main */
        padding: 0 5% 40px;
    }
    .main-sect { /* main的section */

    }
    .about-sect-1 {  /* 關於我們的第一個區塊 */
        width: 100%;
    }
    .about-sect-2,  /* 關於我們的第二個區塊 - 關於我們 */
    .about-sect-3,  /* 關於我們的第三個區塊 - 民宿特色 */
    .about-sect-4 { /* 關於我們的第四個區塊 - 主人的話 */
        width: 100%;
        padding-bottom: 20px;  
    }
    .about-sect-5 { /* 關於我們的第五個區塊 - 民宿設施 */
        padding: 40px 0; 
    }
    .about-sect-6 { /* 關於我們的第六個區塊 - 民宿標章 */
        padding: 40px 0; 
    }
    .about-sect-title-2,  /* 關於我們的第二個區塊 - 關於我們的標題 */
    .about-sect-title-3,  /* 關於我們的第三個區塊 - 民宿特色的標題 */
    .about-sect-title-4 { /* 關於我們的第四個區塊 - 主人的話的標題 */
        height: 50px;
        padding-left: 60px;
        line-height: 50px;
    }
    .about-sect-title-2::before,  /* 關於我們的第二個區塊 - 關於我們標題的左側icon */
    .about-sect-title-3::before,  /* 關於我們的第三個區塊 - 民宿特色標題的左側icon */
    .about-sect-title-4::before { /* 關於我們的第四個區塊 - 主人的話標題的左側icon */
        width: 45px;
        height: 45px;
        top: 0;
        left: 0;
    }
    .about-sect-img-1 { /* 3a獨有圖片 */
        display: none;
    }
    /* slider */
    .bnb-intro-photos.owl-carousel .owl-controls {
        width: 100%;
        position: static;
    }
    .bnb-intro-photos.owl-carousel .owl-dots {
        width: 100%;
        padding: 10px;
        text-align: center;
    }
    .bnb-intro-photos.owl-carousel .owl-dot {
        display: inline-block;
        width: 16px;
        height: 16px;
        margin-right: 8px;
        margin-bottom: 8px;
        border: 1px solid #e0e0e0;
        background-color: #fff;
    }
}