/* ******************** 文章分類 ********************  */
.article-block .swiper_area{
	border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd !important;
    background:#ffffff;
    margin-top:20px;
}
.article-block{
	margin-bottom:30px
}
.theme-text{
	font-size:12px;
	margin-top:8px;
	min-width:55px;
	text-align:center;
}
.br-gray{
	border-right:1px solid #dddddd;	
}
.a_page_type{
	padding:0.82%;
}
.a_page_type{
	padding:0.6% 3.2% 0.82% 3.2%;
}
@media(max-width:1280px){
.a_page_type{
	padding:0.6% 2.8% 0.82% 2.8%;
}
}
.img_page_type{
	width:35px;
	height:35px;
	object-fit:contain;
	margin-top:10%;
}
@media (max-width: 767px) {
	.article-block{margin-bottom:20px}
	.article-block .swiper_area{margin-top:10px; padding-bottom:0px;}
	.article-block .swiper-wrapper{justify-content:flex-start;}
}
@media(max-width:575px){
	.menu-container {padding-top: 60px;}
	.img_page_type{width:40px;margin-top:5%;}
}
/* ******************** 新鮮事 ********************  */
.div_page_new_5{
	display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.div_page_new_5 img:hover{
	opacity:0.8;
	transition: .5s;
}
.div_page_new_4{
	display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.div_page_new_4 img:hover{
	opacity:0.8;
	transition: .5s;
}
.div_page_new_3{
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}
.div_page_new_3 img:hover{
	opacity:0.8;
	transition: .5s;
}
.div_page_new_2{
	display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.div_page_new_2 img:hover{
	opacity:0.8;
	transition: .5s;
}
.banner-wbg{
	background: rgba(0, 0, 0, 0.3);
    padding: 10px;
    backdrop-filter: blur(5px);
}
@media(max-width:575px){
.banner-wbg .font_16{
	font-size:14px!important;
	line-height:1.3!important;
}
}
.mask-block{
	position:absolute;
	top:0;
	left:0;
	background: rgba(0, 0, 0, 0.3);
    padding: 10px;
    height: 100%;
    width:100%;
}
.mask-block .theme-text{
	font-weight:normal;
	font-size:16px;
	color:#ffffff;
	margin-top:0;
	display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
@media (max-width: 767px) {
.mask-block .theme-text{
	font-size:12px;
}
}
.banner__content{
	padding:0px ;
}
.banner__content--bottom {
	bottom:0px;
}
@media (max-width: 767px) {
	.div_page_new_3{
		grid-template-columns: 1fr 1fr;
	}
}
@media (max-width: 580px) {
	.div_page_new_5{
		display: grid;
	    grid-template-columns: 1fr;
	    gap: 10px;
	}
}
/* ******************** 生活誌 ********************  */
.div_page_media_type{
	display: grid;
    grid-template-columns: auto 1fr;
    gap: 16px;
    margin-top:12px;
    margin-bottom:12px;
}
.div_page_media_tag{
	font-size:12px;
	font-weight:bolder;
	color: var(--header_sub_bg_color);
	padding-right:16px;
	border-right:1px solid #c8c8c8;
}
.div_page_media_time{
	font-size:12px;
	font-weight:bolder;	
}
.div_page_media_title{
	font-weight: 500;
	letter-spacing: 1.5px;
	font-size:16px;
	word-break: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
	 display: -webkit-box;
	line-height: 21px; 
	height: 23px; 
	-webkit-line-clamp: 1; 
	-webkit-box-orient: vertical; 
}
h3.div_page_media_title{
	margin-bottom:0.2rem;
}
.div_page_media_desc{		
	font-weight: 400;
	letter-spacing: 1.5px;
	font-size:14px;
	color:#646464;
	line-height:1.5;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	Overflow:hidden;
}
@media(max-width:991px){
	.div_page_media_title{font-size:16px;}
}
@media(max-width:575px){
	.div_page_media_tag{padding-right:8px;}
	.div_page_media_title{font-size:14px;}
	.div_page_media_type{
	    gap: 8px;
	    margin-top:8px;
	    margin-bottom:8px;
	}
}
/* ******************** 品牌搜尋 ********************  */
.div_page_brand_search_tab{
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 4px;
}
.div_page_brand_search_tab div{
	border-bottom:2px solid #d9d9d9;
	padding:16px 8px;
}
@media(max-width:575px){
.div_page_brand_search_tab div{
	padding:8px;
}
}
.div_page_brand_search_tab .active{
	color: var(--header_sub_bg_color);
	border-bottom:2px solid var(--header_sub_bg_color) !important;
}
.div_page_brand_search_9{
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 4px;
    margin-top:30px;
}
@media(max-width:575px){
	.div_page_brand_search_9{ margin-top:20px;}
}
.div_page_brand_search_9 a:hover{
	color:#181818;
}
.div_page_brand_search_9_title{
	color: var(--header_sub_bg_color);
	font-weight: 500;
	letter-spacing: 4px;
	margin-top:6px;
}
.div_page_brand_search_9_brand{
	color: #646464;
 	letter-spacing: 4px;
 	font-size:16px
}
@media(max-width:767px){
.div_page_brand_search_9_title{
 	font-size:14px
}
.div_page_brand_search_9_brand{
	font-size:12px;
}
}
@media(max-width:575px){
.div_page_brand_search_9_title{
	font-size:14px;
	transform:scale(0.83);
	word-break: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
	 display: -webkit-box;
	line-height:21px;
	height: 23px;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical; 
}
.div_page_brand_search_9_brand{
	font-size:10px;
	transform:scale(0.83);
	line-height: 1.3;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	Overflow:hidden;
	letter-spacing:2px
}
}
.div_l1_border{
	display:grid;
	grid-template-rows: 62% auto;
	border-right:1px solid #c8c8c8;
	border-bottom:1px solid #c8c8c8;	
	padding:10% 5%;
}
.div_l2_border{
	display:grid;
	grid-template-rows: 62% auto;
	border-right:1px solid #c8c8c8;
	border-bottom:1px solid #c8c8c8;
    padding:10% 5%;
}
.div_l0_border{
	display:grid;
	grid-template-rows: 62% auto;
	border-bottom:1px solid #c8c8c8;
	padding:10% 5%;
}
.div_l3_border{
	display:grid;
	grid-template-rows: 62% auto;
	border-right:1px solid #c8c8c8;
	padding:10% 5%;
}
.page_brand_category{
	display:grid;
/* 	grid-template-rows: 62% auto; */
	grid-template-rows: 1fr auto;
	padding:12% 5% 5%;;
	gap:8px;
}
.page_brand_category .img_square{
	width: 60%;
	min-height:100px;
    margin: auto;
}
@media(max-width:575px){
.page_brand_category .img_square{
	width: 75%;
}
}
@media(max-width:414px){
.page_brand_category{
	grid-template-rows: 70px auto;
}	
}
.page_brand_category:hover  {
	opacity:0.75;
}
/* ******************** 品牌活動 ********************  */
.div_page_new_4_flex{
	display: flex;
	flex-wrap:wrap;
    gap: 16px;
}
.div_page_new_4_flex .items{
	flex: 1 1 48%;
	width:48%;
	background:#f8f8f8;
	padding:15px;
	border-radius:10px;
}
@media(max-width:575px){
	.div_page_new_4_flex .items{
		flex: 1 1 100%;
		width:100%;
	}
}
.div_page_new_4_flex a:hover{
	color:inherit;
}
.life-block a:hover{
	color:inherit;
}
/* ******************** 分店資訊 ********************  */
.div_page_store{
	letter-spacing: 1.5px;
	background: #f8f8f8;
    border-radius: 10px;
}
.div_page_store a:hover{
	color:inherit;
	opacity:0.8;
	transition: .5s;
}
.div_page_store_address{
	font-weight: 400;
	letter-spacing: 1.5px;
	font-size:14px;
	color:#646464;
	line-height:1.5;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	Overflow:hidden;
	height:45px;
}
.h_30{height:30px;}
.h_40{height:40px;}
.branch-info{
	display:flex;
	gap:10px;
	justify-content:space-between;
	margin-top:10px;
}
@media(max-width:575px){
.branch-info{
	display:grid;
	grid-template-rows:1fr 1fr;
	gap:4px;
}
}
.grid2-addr{
	display:grid;
	grid-template-columns:15px 1fr;
	gap:4px;
	margin-top:6px;
}
.grid2-addr i{
	margin-top:2px;
}
.branch-right{
	text-align:right;
	white-space:nowrap;
	margin-bottom:6px;
	height:24px;
	overflow:hidden;
}
.branch-right .div_store_tag{
	margin-left:8px;
	margin-bottom:4px;
}
/* ******************** 夯品推薦 ********************  */
.hot-sale .product__box{
	padding:0!important;
}
/* ******************** 服務專區 ********************  */
.div_page_service{
	background:#9C8B8A;
	letter-spacing: 1.2px;
    font-weight: 300;
}
.div_page_service a{
	display:flex;
	align-items:center;
	justify-content:center;
	gap:10px;
	font-size:18px;
	color:#ffffff;
	padding:18px;
}
.div_page_service a i{
	font-size:22px;
}
@media(max-width:767px){
	.div_page_service a{
		font-size:16px;
		gap:4px;
	}
	.div_page_service a i{
		font-size:20px;
	}
}
