.main-sect { /* main的section */
    padding: 40px;
}
.news-sect-title { /* 最新消息(共用)的標題 - 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%;
}
.news-sect-title::before {
    content: '';
    display: block;
    width: 80%;
    margin: auto;
    padding-top: 27%;
    background: url('../images/title-2a.png') no-repeat;
    background-size: 100%;
}
.news-cont-div { /* 最新消息(共用)的裝文章容器 */
    width: 100%;
    /* max-width: 999px; */
    margin: auto;
}
.news-arti-div { /* 消息文章(共用)的容器 */
    position: relative;
    margin-bottom: 60px;
}
.news-arti-head { /* 消息文章(共用)的標題 */
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    border-bottom: 2px solid #000;
}
.news-unfold-div { /* 文章過長控制div */
    position: relative;
    margin: 10px 0;
}
.news-unfold-div img,
.js-index-unfold-inner img {
    max-width: 100%;
}
.news-unfold-btn { /* 文章過長按鈕 */
    position: relative;
    display: block;
    width: 100%;
    height: 2rem;
    line-height: 2rem;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    text-decoration: none;
}
.news-unfold-btn::before { /* 文章過長按鈕 */
    position: absolute;
    content: '';
    display: block;
    width: 0;
    height: 0;
    top: 12px;
    right: 0;
    left: 0;
    margin: auto;
    border: 12px solid transparent;
    z-index: 2;
}
.news-arti-cont { /* 消息文章(共用)的內文 */
	padding: 0;
}
.news-arti-link { /* 消息文章(共用)的連外連結 */
    display: inline-block;
    padding: 0 8px;
    line-height: 2;
    text-decoration: none;
}
.news-arti-duration { /* 消息文章(共用)的期間 */

}
.news-more-btn { /* 消息文章(共用)的更多文章按鈕 */
    display: block;
    width: 80px;
    margin: auto;
    padding: 0 8px;
    line-height: 2;
    text-decoration: none;
}
.news-more-btn::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 13px;
    margin-left: 4px;
    vertical-align: middle;
    border-radius: 50%;
}
.news-sect-1 {
    background-color: rgba(200, 200, 200, 0.25);
}
.news-sect-1 .news-unfold-btn { /* 優惠訊息的section */

}
.news-sect-1 .news-unfold-btn::after { /* 文章過長按鈕(模擬向下箭頭) */
    
}
.news-sect-title-1 { /* 優惠訊息的標題 */

}
.news-sect-title-1::before { /* 優惠訊息的標題(英文) */
    background-position: 0 0;
}
.news-cont-div-1 { /* 優惠訊息的文章容器 */

}
.news-sect-2 {
    
}
.news-sect-2 .news-unfold-btn { /* 最新消息的section */
	
}
.news-sect-2 .news-unfold-btn::after { /* 文章過長按鈕(模擬向下箭頭) */
    
}
.news-sect-title-2 { /* 最新消息的標題 */

}
.news-sect-title-2::before { /* 最新消息的標題(英文) */
    background-position: 0 -30px;
}
.news-cont-div-2 { /* 最新消息的文章容器 */
    
}

@media screen and (min-width: 1280px) {
    .main-sect { /* main的section */
        padding: 60px 20%;
    }

}
@media screen and (min-width: 1000px) and (max-width: 1279px) {
    .main-sect { /* main的section */
        padding: 60px 12%;
    }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
	.main-sect { /* main的section */
		
	}
	.news-sect-title { /* 最新消息(共用)的標題 */
		
	}
	.news-cont-div { /* 最新消息(共用)的文章容器 */
		
	}
}
@media screen and (min-width: 768px) {
	.main-sect { /* main的section */
		
	}
	.news-sect-title { /* 最新消息(共用)的標題 */
		
	}
	.news-cont-div { /* 最新消息(共用)的文章容器 */
		
	}
}
@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: 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-sect { /* main的section */
		
	}
	.news-sect-title { /* 最新消息(共用)的標題 */
		
	}
	.news-cont-div { /* 最新消息(共用)的文章容器 */

	}
}