.main-sect { /* main的section */
	padding: 40px;
	text-align: center;
}
.news-sect-title { /* 最新消息(共用)的標題 */
    width: 180px;
    font-size: 1.5rem;
    line-height: 1.8;
    border-width: 1px;
    border-style: solid;
    text-align: center;
}
.news-cont-div { /* 最新消息(共用)的裝文章容器 */
	width: 100%;
	text-align: left;
}
/* === 這邊適用news開頭 === */
.news-arti-div { /* 消息文章(共用)的容器 */
	margin-bottom: 20px;
}
.news-arti-head { /* 消息文章(共用)的標題 */
	font-size: 1.1rem;
    font-weight: bold;
    line-height: 40px;
	border-bottom: 1px solid #e0e0e0;
}
.news-unfold-div { /* 文章過長控制div */
    position: relative;
    margin-top: 10px;
}
.news-unfold-div img,
.js-index-unfold-inner img {
    max-width: 100%;
}
.news-unfold-btn { /* 文章過長按鈕 */
    position: absolute;
    display: block;
    width: 100%;
    height: 24px;
    right: 0;
    bottom: 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-unfold-btn::after { /* 文章過長按鈕 */
    position: absolute;
    content: '';
    display: block;
    width: 0;
    height: 0;
    top: 9px;
    right: 0;
    left: 0;
    margin: auto;
    border: 13px solid transparent;
    z-index: 3;
}
.news-arti-cont { /* 消息文章(共用)的內文 */
	padding: 0 10px 5px 0;
}
.news-arti-link { /* 消息文章(共用)的連外連結 */
	display: inline-block;
    font-size: 0.9rem;
    margin-bottom: 5px;
    padding: 0 4px;
    line-height: 1.8;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    text-decoration: none;
}
.news-arti-duration { /* 消息文章(共用)的期間 */
	font-size: 0.9rem;
}
.news-more-btn { /* 消息文章(共用)的更多文章按鈕 */
    display: inline-block;
    width: 120px;
    text-align: center;
}
.news-more-btn::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-top: 6px;
    margin-left: 4px;
    vertical-align: top;
    border-radius: 50%;
}
.news-sect-1,
.news-sect-1 .news-unfold-btn { /* 優惠訊息的section */
	background-color: #fff;
}
.news-sect-1 .news-unfold-btn::after { /* 文章過長按鈕(模擬向下箭頭) */
    border-top-color: #fff;
}
.news-sect-title-1 { /* 優惠訊息的標題 */

}
.news-cont-div-1 { /* 優惠訊息的文章容器 */

}
.news-sect-2,
.news-sect-2 .news-unfold-btn { /* 最新消息的section */
	background-color: #f8f8f8;
}
.news-sect-2 .news-unfold-btn::after { /* 文章過長按鈕(模擬向下箭頭) */
    border-top-color: #f8f8f8;
}
.news-sect-title-2 { /* 最新消息的標題 */

}
.news-cont-div-2 { /* 最新消息的文章容器 */
    
}


@media screen and (min-width: 1280px) {
    .main-sect { /* main的section */
        padding: 40px 20%;
    }
    .news-sect-title { /* 最新消息(共用)的標題 */
        left: 20%;
    }
}
@media screen and (min-width: 1000px) and (max-width: 1279px) {
    .main-sect { /* main的section */
        padding: 40px 12%;
    }
    .news-sect-title { /* 最新消息(共用)的標題 */
        left: 12%;
    }
}
@media screen and (min-width: 1000px) {
	.main-sect { /* main的section */
		padding: 40px 12%;
	}
	.news-sect-title { /* 最新消息(共用)的標題 */
		left: 12%;
	}
	.news-cont-div { /* 最新消息(共用)的文章容器 */
		
	}
}
@media screen and (min-width: 768px) and (max-width: 999px) {
	.main-sect { /* main的section */
		padding: 40px 5%;
	}
	.news-sect-title { /* 最新消息(共用)的標題 */
		left: 5%;
	}
	.news-cont-div { /* 最新消息(共用)的文章容器 */
		
	}
}
@media screen and (min-width: 768px) {
	.main-sect { /* main的section */
		position: relative;
	}
	.news-sect-title { /* 最新消息(共用)的標題 */
		position: absolute;
		top: 50px; /* 40+10 */
	}
	.news-cont-div { /* 最新消息(共用)的文章容器 */
		padding-left: 200px;
	}
    .no-news-img {
        position: relative;
        width: 100%;
        top: 10px;
    }
}
@media screen and (max-width: 767px) {
    .master-pc-banner { /* 最新消息 - 不會有首頁的banner */
        display: none;
    }
    .main { /* 最新消息 - 空出header的空間 */
        padding-top: 44px;
    }
	.main-sect { /* main的section */
		padding: 0;
	}
	.news-sect-title { /* 最新消息(共用)的標題 */
		display: none;
	}
	.news-cont-div { /* 最新消息(共用)的文章容器 */
        padding: 40px 10%;
	}
    .m-news-sect-title-div-1 { /* 最新消息(優惠) 手機才會出現的banner */
        background-image: url('../images/news-m-bg-1.jpg');
    }
    .m-news-sect-title-div-2 { /* 最新消息(消息) 手機才會出現的banner */
        background-image: url('../images/news-m-bg-2.jpg');
    }
    .m-news-sect-title-div { /* 最新消息(兩個單元共用) 手機才會出現的banner */
        position: relative;
        width: 100%;
        padding-top: 46.875%;
        background-size: 100% 100%;
        text-align: center;
    }
    .m-news-sect-title-div::before {/* 最新消息 手機才會出現的banner的遮罩 */
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, .5);
        z-index: 2;
    }
    .m-news-sect-icon { /* 最新消息 手機才會出現的banner的icon */
        position: absolute;
        width: 32px;
        height: 32px;
        top: 33%;
        right: 0;
        left: 0;
        margin: auto;
        background: url('../images/mob-page-icons.png') scroll no-repeat;
        background-size: 224px 32px;
        z-index: 3;
    }
    .m-news-sect-icon-1 { /* 好康優惠 */
        background-position: -160px 0;
    }
    .m-news-sect-icon-2 { /* 最新消息 */
        background-position: -192px 0;
    }
    .m-news-sect-title { /* 最新消息 手機才會出現的banner的文字 */
        position: absolute;
        top: 62%;
        right: 0;
        left: 0;
        margin: auto;
        color: #FFF;
        font-size: 1.25rem;
        font-weight: bold;
        z-index: 3;
    }
    .news-more-btn { /* 消息文章(共用)的更多文章按鈕：main的section的間距在手機版有調整 所以改由這裡控制 */
        margin-bottom: 40px;
    }
}