.main-sect { /* main的section */
    /* padding: 40px; */
}
.main::after {
    content: '';
    display: block;
    clear: both;
}
.view-sect-title-1 { /* 房價表的標題 - 2a 圓圓的那顆 */
    width: 125px;
    height: 125px;
    margin: 0 auto 60px;
    padding-top: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.1;
    text-align: center;
    border-radius: 50%;
}
.view-sect-title-1::before {
    content: '';
    display: block;
    width: 80%;
    margin: auto;
    padding-top: 27%;
    background: url('../images/title-2a.png') no-repeat;
    background-size: 100%;
    background-position: 0 -330px;
}
.view-iframe-div {
    width: 100%;
    background-color: #f0f0f0;
}

@media screen and (min-width: 1280px) {
    .main-sect { /* main的section */
        padding: 40px 20%;
    }
}
@media screen and (min-width: 1000px) and (max-width: 1279px) {
    .main-sect { /* main的section */
        padding: 40px 12%;
    }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
    .main { /* main */
        
    }
    .main-sect { /* main的section */
        padding: 40px 5%;
    }
}
@media screen and (min-width: 768px) {
    .view-iframe-div {
        height: 600px;
    }
}
@media screen and (max-width: 767px) {
    /* 2a mob style ▼ - 各頁可以套用(除了首頁和關於我們) */
    header { /* 各頁(除了首頁和關於我們) - 手機版header不滿版 */
        position: fixed;
        height: 72px;
        min-height: 72px;
        background-color: rgba(0, 0, 0, 0.80);
        z-index: 9998;
    }
    h1 { /* 各頁(除了首頁和關於我們) - 民宿名稱 */
        position: absolute;
        width: 100%;
        top:50%;
        left: 50%;
        margin: auto;
        transform:         translate(-50%, -50%);
        transform:     -ms-translate(-50%, -50%);
        transform: -webkit-translate(-50%, -50%);
        /* font-size: 1.5rem; */
        font-size: 5vw;
    }
    header::after {
        display: none;
    }
    .header-logo {
        position: absolute;
        width: 48px;
        height: 48px;
        top: 12px;
        left: 6px;
    }
    .header-logo img {
        width: 100%;
    }
    .swiper-outter-container { /* menu */
        padding-top: 72px;
    }
    h1::before, /* 各頁(除了首頁和關於我們) - 手機版民宿名稱不會有上邊線 */
    h1::after, /* 各頁(除了首頁和關於我們) - 手機版民宿名稱不會有下邊線 */
    .slogan, /* 各頁(除了首頁和關於我們) - 手機版不會有slogan */
    .master-pc-banner { /* 各頁(除了首頁和關於我們) - 不會有首頁的banner */
        display: none;
    }
    .mob-page-banner { /* 各頁(除了首頁和關於我們) - 獨立圖片banner */
        position: relative;
        width: 100%;
        /* padding-top: 123.4375%; */
        padding-top: 134%;
        overflow: hidden;
    }
    .mob-page-banner img {
        position: absolute;
        height: 100%;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
        transform: -webkit-translate(-50%, 0);
        transform: -ms-translate(-50%, 0);
        margin: auto;
    }
    
    /* 2a mob style ▲ - 各頁可以套用(除了首頁和關於我們) */
    
    .main { /* main */
        
    }
    .main-sect { /* main的section */
        padding: 40px 0 0; /* 跟其他頁面不太一樣 */
    }
    .view-iframe-div {
        height: 400px;
    }

}