.rwd:after {
	content: 'ALL';
	display: none;
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
}

:root {
	/*第一組*/
	--color_black: #222;
	--color_dark: #080808;
	--color_light: #fff;
	--color_deco: #ec2d00;

	/*第二組*/
	/*	--color_black: #222;
	--color_dark: #DA622D;
	--color_light: #fff;
	--color_deco: #0099d9;*/

	/*第三組*/
	/*	--color_black: #222;
	--color_dark: #7d704a;
	--color_light: #fff;
	--color_deco: #0099d9;*/
}

body {
	font-family: 'Noto Sans TC', sans-serif;
	/*font-family: "Helvetica", "Arial","LiHei Pro","黑體-繁","微軟正黑體", sans-serif;*/
	/*font-family: roboto, "noto sans tc", "思源黑體 tc", "思源黑體 tw", 思源黑體, 微軟正黑體, 繁黑體, "microsoft jhenghei", lato, arial, "segoe ui emoji", "segoe ui symbol", 新細明體, sans-serif;*/
}

section {
	padding: 40px 0px;
}

img {
	vertical-align: middle;
	width: 100%;
}

.pic {
	position: relative;
}

.img_txt {
	position: absolute;
	left: 2%;
	bottom: 2%;
	z-index: 99;
	color: #fff;
	font-size: 12px;
}

/* 全站容器規範已移至 modern-layout.css */
/* 統一使用 max-width: 1280px (在 1440px 螢幕下，左右各 80px 邊距) */
/* 此設定已被 modern-layout.css 覆蓋，保留僅供參考 */
@media (min-width: 1400px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1280px; /* 全站統一 1280px */
	}
}

/*============slick-slide============*/
/* the slides */
.slick-slide {
	/*margin: 0 5px;*/
}

/* the parent */
.slick-list {
	/*margin: 0 -5px;*/
}

.slick-dotted.slick-slider {
	margin-bottom: 0px;
}

.slick-dots {
	/*bottom: 60px;*/
}

.slick-dots li button:before {
	font-size: 14px;
	color: #ccc;
	opacity: 1;
}

.slick-dots li.slick-active button:before {
	color: var(--color_deco);
	opacity: 1;
}

.slick-one .img {
	position: relative;
}

/**/
.search_block {
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100vh;
	background-color: rgba(255, 255, 255, .95);
	position: fixed;
	z-index: 9999;
	display: flex;
	transform: translateY(-100%);
	opacity: 0;
	transition: opacity .3s;
}

.search_block .form {
	width: 80%;
	max-width: 1000px;
	margin: 0 auto;
}

.search_block .n {
	margin-top: 15px;
	display: flex;
	justify-content: flex-end;
	gap: 10px;
}

.search_block input {
	width: 100%;
	border: 0px !important;
	border-bottom: 1px solid #333 !important;
	font-size: 26px;
	background-color: rgba(0, 0, 0, 0);
	color: #333;
	border-radius: 0;
}

.search_block select {
	width: 150px;
	height: 40px;
	font-size: 18px;
	border: 1px solid #333;
	border-radius: 0;
	color: #000;
}

.search_block button {
	height: 40px;
	background-color: #333;
	color: #fff;
	font-size: 18px;
	border: 1px solid #333;
	padding: 0px 20px;
	transition: all .3s;
}

.search_block button:hover {
	background-color: #EC2D00;
}

.search_block.active {
	transform: translateY(0%);
	opacity: 1;
}

/* ===========選單=========== */
.main_header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9;
	background-color: #fff;
	border-bottom: 1px #d2d2d2 solid;
	box-shadow: 0 5px 10px #d2d2d2;
}

.main_header .menu_block {
	display: none;
}

.main_header .top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 0px;
}

.main_header .top .logo {
	width: 230px;
}

.main_header .main_nav .extra {
	display: flex;
	align-items: center;
	gap: 10px;
}

.main_header .main_nav .extra a .pic {
	border: 1px solid #333;
	border-radius: 50%;
	transition: all .3s;
}

.main_header .main_nav .extra a:hover .pic {
	border: 1px solid #ec2d00;
}

.main_header .main_nav .extra a:hover .pic svg {
	/*fill: #ec2d00;*/
}

.main_header .main_nav {
	width: 100%;
	/*background-color: var(--color_dark);*/
	/*padding: 0 30px;*/
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #333;
}

.main_header .main_nav .nav_list {
	display: flex;
	align-items: center;
	gap: 20px;
}

.main_header .main_nav .nav_list .item {
	display: block;
	padding: 20px 0px;
	text-decoration: none;
	color: var(--color_dark);
	font-size: 16px;
	font-weight: 550;
	transition: color .3s;
	position: relative;
}

.main_header .main_nav .nav_list .nav_item .sub {
	position: absolute;
	visibility: hidden;
	background-color: #fff;
	padding: 10px 20px;
	transform: scaleY(0);
	transform-origin: top center;
	transition: all .2s;
}

.main_header .main_nav .nav_list .nav_item:hover .sub {
	visibility: visible;
	transform: scaleY(1);
}

.main_header .main_nav .nav_list .sub .item {
	padding: 10px 0px;
}

/*.main_header .main_nav .nav_list .item:after{
	content: '';
	width: 0%;
	height: 1px;
	background-color: var(--color_dark);
	position: absolute;
	bottom: 15px;
	left: 15%;
	transition: width .3s;
}*/
.main_header .main_nav .nav_list .item:hover,
.main_header .main_nav .nav_list .item.active {
	color: #ec2d00;
}

.main_header .main_nav .nav_list .item:hover:after {
	width: 70%;
}

.main_header .main_nav .search_block input {
	border-radius: 3px;
	border: 1px solid var(--color_dark);
	font-size: 14px;
	color: var(--color_dark);
	background: transparent;
	height: 30px;
}

::placeholder {
	color: #666;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #666;
}

::-ms-input-placeholder {
	color: #666;
}

.main_header .main_nav .search_block i {
	color: var(--color_dark);
	margin-left: 8px;
}

/*============單元============*/
.kv {
	padding-top: 160px;
	padding-bottom: 0px;
}

.kv .item {
	position: relative;
}

.kv .desc {
	position: absolute;
	z-index: 9;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 15px;
	background-color: rgba(0, 0, 0, .6);
}

.kv .desc h2 {
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
}

.kv .m {
	display: none;
}

.kv .slick-dots {
	bottom: 60px;
}

.kv .slick-dots li button:before {
	color: #fff;
}

.kv .slick-dots li.slick-active button:before {
	color: var(--color_deco);
}

/*按鈕*/
.fbs_btn {
	display: block;
	width: 150px;
	text-align: center;
	background-color: var(--color_deco);
	color: var(--color_light);
	padding: 10px 20px;
	margin: auto;
	text-decoration: none;
	margin-top: 30px;
}

/*區塊 共用樣式*/
.block_card:last-child {
	margin-bottom: 50px;
}

.block_card {
	margin-bottom: 80px;
}

.block_card h2.title {
	font-weight: 500;
	color: var(--color_dark);
	border-bottom: 1px solid var(--color_dark);
	margin-bottom: 20px;
	display: flex;
	/*justify-content: space-between;*/
	align-items: flex-end;
}

.block_card h2.title span {
	display: inline-block;
	/*background-color: var(--color_dark);*/
	padding: 10px 0px;
	/*margin-bottom: 5px;*/
	border-bottom: 6px solid var(--color_dark);
	font-family: 'Noto Serif TC', sans-serif;
}

.block_card h2.title span:nth-child(1) {
	font-size: 40px;
}

.block_card h2.title span:nth-child(2) {
	font-size: 30px;
	padding-left: 10px;
}

.block_card h2.title span.plus a {
	display: inline-block;
	font-size: 40px;
	padding-left: 10px;
	color: #333;
	transition: all .3s;
}

.block_card h2.title span.plus:hover a {
	color: #E54E53;
}

.block_card h2.title a {
	text-decoration: none;
	font-size: 14px;
	color: #E54E53;
}

.block_card .item {
	margin-bottom: 10px;
}

.block_card a.item,
.block_card a.item_list {
	text-decoration: none;
	display: block;
}

.block_card .item h3.item_title,
.block_card .item_list h3.item_title {
	font-size: 16px;
	font-weight: 450;
	color: var(--color_black);
	line-height: 1.5;
}

.block_card .item p.item_con {
	font-size: 14px;
	color: var(--color_black);
	line-height: 1.5;
	text-align: justify;
	text-justify: inter-ideograph;
}

.block_card .item .category {
	font-size: 14px;
	color: var(--color_deco);
}

/*最新新聞*/
.news.block_card {
	padding-top: 40px;
}

.news.block_card .item h3.item_title {
	margin-top: 5px;
}

.news.block_card .item p.item_con {
	margin-top: 8px;
}

.news.block_card .item .info {
	display: flex;
	/*justify-content: space-between;*/
}

.news.block_card .item .category {
	margin-top: 15px;
}

.news.block_card .item time {
	margin-top: 15px;
	color: #aaa;
	font-size: 14px;
	margin-left: 10px;
}

.news.block_card a.item {
	opacity: 1;
	transition: all .5s;
}

.news.block_card a.item:hover img {
	opacity: .1;
	animation: ItemImgLight 1s forwards;
}

/*FBS TV*/
.fbstv.block_card .item h3.item_title {
	margin-top: 5px;
	color: var(--color_light);
}

.fbstv.block_card .item .category {
	color: #ccc;
}

.fbstv.block_card .item {
	position: relative;
	margin-bottom: 0px;
	width: 100%;
	padding-top: 56%;
	background-position: center center;
	background-size: cover;
}

/*.fbstv.block_card .item .pic{
	position: relative;
}*/
.fbstv.block_card .item i {
	position: absolute;
	top: 50%;
	left: 50%;
	color: var(--color_deco);
	font-size: 50px;
	transform: translateX(-50%) translateY(-30%) scale(1);
	opacity: 0;
	transition: all .5s;
}

.fbstv.block_card .item .desc {
	position: absolute;
	z-index: 3;
	bottom: 0px;
	width: 100%;
	padding: 20px 15px;
	background-color: rgba(0, 0, 0, .7);
}

.fbstv.block_card a.item:hover i {
	transform: translateX(-50%) translateY(-100%) scale(1.2);
	opacity: 0.9;
}

/*最新建案*/
.case.block_card .item {
	padding: 10px;
	border: 1px solid #ccc;
}

.case.block_card .item .desc {
	margin-top: 10px;
	padding: 0 5px;
}

.case.block_card .item .desc .txt_1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.case.block_card .item .desc .txt_1 span {
	color: var(--color_deco);
	font-size: 14px;
}

.case.block_card .item .desc .txt_2 {
	margin-top: 10px;
}

.case.block_card .item .desc .txt_2 span {
	font-size: 14px;
	color: #333;
}

.case.block_card a.item {
	opacity: 1;
	transition: all .5s;
}

.case.block_card a.item:hover img {
	opacity: .1;
	animation: ItemImgLight 1s forwards;
}

/*專題*/
.special.block_card .item h3.item_title {
	margin-top: 5px;
}

.special.block_card .item .category {
	margin-top: 15px;
}

.special.block_card a.item {
	opacity: 1;
	transition: all .5s;
}

.special.block_card a.item:hover img {
	opacity: .1;
	animation: ItemImgLight 1s forwards;
}

.special.block_card .special_pic {
	width: 100%;
	height: 100%;
	background-image: url(../img/Demo_img/special.jpg);
	background-size: cover;
	position: relative;
	opacity: 1;
	transition: all .5s;
}

.special.block_card .special_pic:hover {
	opacity: .1;
	animation: ItemImgLight 1s forwards;
}

.special.block_card .special_pic .title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, .7);
	padding: 20px;
}

.special.block_card .special_pic .title h3 {
	font-size: 20px;
	color: #fff;
	text-align: center;
}











/*右側*/

/*右側區塊 樣式覆蓋*/
.right_block .block_card {
	/*margin-bottom: 30px;*/
}

.right_block .block_card h2.title {
	font-size: 16px;
	background-color: var(--color_dark);
	border-bottom: 0px solid var(--color_dark);
}

.right_block .block_card h2.title span {
	background-color: var(--color_dark);
	margin-bottom: 0px;
	padding: 10px;
}

/*熱門議題*/
.right_block .news.block_card .item {
	margin-bottom: 10px;
}

.right_block .news.block_card .item_list {
	margin: 0;
	padding: 10px 0;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #ddd;
}

.right_block .news.block_card .item_list:last-of-type {
	border-bottom: 0px solid #ddd;
	padding-bottom: 0px;
}

.right_block .news.block_card .item_list .pic {
	width: 25%;
}

.right_block .news.block_card .item_list .desc {
	width: 73%;
}

.right_block .news.block_card a.item_list .desc h3 {
	transition: all .5s;
}

.right_block .news.block_card a.item_list:hover .desc h3 {
	color: #e54e53;
}

/*焦點影音*/
.right_block .video.block_card .item {
	margin-bottom: 0px;
}

/*區域新聞*/
.right_block .topic.block_card .item {
	margin: 0;
	padding: 10px 0;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #ddd;
}

.right_block .topic.block_card .item:first-child {
	padding-top: 0px;
}

.right_block .topic.block_card .item:last-child {
	border-bottom: 0px solid #ddd;
	padding-bottom: 0px;
}

.right_block .topic.block_card .item .pic {
	width: 25%;
}

.right_block .topic.block_card .item .desc {
	width: 73%;
}

.right_block .topic.block_card a.item .desc h3 {
	transition: all .5s;
}

.right_block .topic.block_card a.item:hover .desc h3 {
	color: #e54e53;
}

@keyframes ItemImgLight {
	from {
		opacity: .1;
	}

	to {
		opacity: 1;
	}
}













/*內頁*/

/*新聞列表*/
.news_list.block_card:last-child {
	margin-bottom: 0px;
}

.news_list.block_card .item {
	display: flex;
	gap: 20px;
	padding-bottom: 20px;
	padding-top: 10px;
	border-bottom: 1px solid #ccc;
}

.news_list.block_card .row:nth-child(2) .col-lg-12:last-child .item {
	border-bottom: 0px solid #ccc;
}

.news_list.block_card .item .pic {
	width: 40%;
	aspect-ratio: 940 / 600; /* 符合 940×600 比例 */
	overflow: hidden;
}

.news_list.block_card .item .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.news_list.block_card .item .desc {
	width: 60%;
}

.news_list.block_card .item h3.item_title {
	margin-top: 5px;
	font-size: 20px;
}

.news_list.block_card .item p.item_con {
	margin-top: 8px;
	font-size: 16px;
	line-height: 1.8;
}

.news_list.block_card .item .category {
	margin-top: 15px;
	display: inline-block;
}

.news_list.block_card .item time {
	display: inline-block;
	font-size: 14px;
	color: #aaa;
}

.news_list.block_card a.item {
	opacity: 1;
	transition: all .5s;
}

.news_list.block_card a.item:hover img {
	opacity: .1;
	animation: ItemImgLight 1s forwards;
}

/*FBS TV 列表*/
.fbstv.block_card {
	padding-top: 40px;
}

.fbstv.block_card h2.title {
	/*display: block;*/
}

.fbstv.block_card h2.title a span {
	font-size: 24px;
	color: var(--color_dark);
	background-color: var(--color_light);
	border-bottom: 6px solid #fff;
	transition: all .3s;
}

.fbstv.block_card h2.title a+a {
	margin-left: 20px;
}

.fbstv.block_card h2.title a span:hover,
.fbstv.block_card h2.title a span.active {
	font-size: 30px;
	color: var(--color_deco);
	border-bottom: 6px solid var(--color_dark);
}

.fbstv.block_card .item.big {
	padding-top: 113.7%;
}

.fbstv.block_card .item.big .desc {
	height: 100%;
	background-color: rgba(0, 0, 0, .3);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	transition: all .3s;
}

.fbstv.block_card .item.big:hover .desc {
	background-color: rgba(0, 0, 0, .5);
}

.fbstv.block_card .item.big h3.item_title {
	font-size: 20px;
	text-align: center;
}

.fbstv.block_card .item.big .category {
	color: #fff;
}

/*.fbstv.block_card .item.big .pic i{
	display: none;
}*/
/*建案 列表*/
.kv.case .kv_case {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.kv.case .kv_case>a {
	display: block;
	height: 49%;
}

.kv.case .kv_case>a>div {
	background-size: cover;
	background-color: #fff;
	height: 100%;
}

.kv.case .kv_case.m {
	display: none;
}

/*.kv.case .kv_case > div:nth-child(1){
	background-image: url(../img/Demo_img/case_kv_1.jpg);
}
.kv.case .kv_case > div:nth-child(2){
	background-image: url(../img/Demo_img/case_kv_2.jpg);
}*/
.case_search {
	margin-bottom: 30px;
}

.case_search form {
	padding: 30px 20px;
	background-color: #f0f0f0;
}

.case_search form input {
	color: #333;
	border: 0px solid #333;
	background-color: transparent;
	border-bottom: 1px solid #4d4d4d;
	height: 40px;
	outline: 0px;
	margin-right: 10px;
}

.case_search form select {
	color: #333;
	border: 0px solid #4d4d4d;
	background-color: transparent;
	border-bottom: 1px solid #4d4d4d;
	width: 150px;
	height: 40px;
	outline: 0px;
	margin-right: 10px;
}

.case_search form button {
	color: #fff;
	border: 1px solid var(--color_deco);
	background-color: var(--color_deco);
	height: 40px;
	width: 100px;
}

.case.block_card h2.title {
	/*display: block;*/
}

/*.case.block_card h2.title a span{
	font-size: 30px;
	color: var(--color_dark);
	background-color: var(--color_light);
	border-bottom: 6px solid #fff;
	transition: all .3s;
}
.case.block_card h2.title a + a{
	margin-left: 20px;
}
.case.block_card h2.title a span:hover,
.case.block_card h2.title a span.active{
	font-size: 40px;
	color: var(--color_deco);
	border-bottom: 6px solid var(--color_dark);
}*/
/*建案詳細頁*/
.detail_head {
	padding-top: 160px;
	padding-bottom: 0px;
}

.detail_head .slick-detail .item {
	position: relative;
}

.detail_head .slick-detail .desc {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	background-color: rgba(0, 0, 0, .5);
	padding: 15px;
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
}

.detail_head .slick-dots {
	bottom: auto;
	top: 10px;
	right: 10px;
	width: auto;
}

.detail_head .info .case_name {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 20px;
}

.detail_head .info .pin_price {
	font-size: 24px;
	font-weight: 500;
	color: #f00;
	margin-bottom: 10px;
}

.detail_head .info .pin_price span {
	font-size: 16px;
}

.detail_head .info .total_price {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 30px;
}

.detail_head .info .other_info .item {
	display: flex;
	font-size: 16px;
	margin-bottom: 20px;
}

.detail_head .info .other_info .t {
	width: 80px;
	font-weight: 600;
}

.case_detail .other_info {
	margin-top: 20px;
}

.case_detail .other_info .item {
	display: flex;
	font-size: 16px;
	margin-bottom: 20px;
	gap: 15px;
}

.case_detail .other_info .t {
	width: 80px;
	font-weight: 600;
	white-space: nowrap;
	line-height: 1.5;
}

.case_detail .other_info .con {
	width: 100%;
	line-height: 1.5;
}

.case_detail .feature {
	margin-top: 20px;
}

.case_detail .feature p {
	font-size: 16px;
	line-height: 1.5;
}

.case_detail .feature p+p {
	margin-top: 15px;
}

.case_detail .feature h2 {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 15px;
}

.case_detail .feature h3 {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 15px;
}

.case_detail .feature b {
	font-weight: 600;
}

.case_detail .tags {
	font-size: 16px;
	margin-top: 40px;
}

.case_detail .tags a {
	text-decoration: none;
	color: #014896;
}

.case_detail .tags i {
	color: #014896;
	font-size: 18px;
}

.case_detail.news {
	padding-top: 0;
}

/*影音內頁*/
.video_detail {
	padding-top: 0px;
	padding-bottom: 0px;
}

.video_detail .row {
	margin-bottom: 80px;
}

.video_detail h2.title {
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 10px;
	margin-top: 20px;
}

.video_detail p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	text-align: justify;
	text-justify: inter-ideograph;
}

.video_detail .date {
	font-size: 14px;
	color: #9a9999;
	margin-bottom: 20px;
}

/*相關*/
.video_detail .head_title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
	/*margin-top: 20px;*/
}

.video_detail .item {
	display: flex;
	gap: 10px;
	text-decoration: none;
	padding-top: 10px;
	border-top: 1px solid #ccc;
	margin-bottom: 10px;
}

.video_detail .pic {
	width: 40%;
	padding-top: 22%;
	background-size: cover;
	background-position: center center;
}

.video_detail .desc {
	width: 60%;
}

.video_detail .desc h3 {
	font-size: 14px;
	color: #080808;
	line-height: 1.2;
}

.video_detail .desc .category {
	font-size: 12px;
	color: var(--color_deco);
	margin-bottom: 8px;
}

/*新聞內頁*/
.news_content {
	padding-top: 40px;
	padding-bottom: 0px;
}

.news_content .row {
	margin-bottom: 20px;
}

.news_content h1.title,
.news_content h2.title {
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 10px;
	margin-top: 20px;
}

.news_content h1.title {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
}

.news_content p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	text-align: justify;
	text-justify: inter-ideograph;
}

.news_content h3 {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 10px;
}

.news_content time {
	display: block;
	font-size: 14px;
	color: #9a9999;
	margin-bottom: 20px;
}

.news_content article img {
	width: 100% !important;
	height: unset !important;
}

.news_content article iframe {
	width: 100% !important;
}

.news_content article p {
	font-size: 16px !important;
	line-height: 1.8 !important;
	font-family: 'Noto Sans TC', sans-serif !important;
}

.news_content article p span {
	font-family: 'Noto Sans TC', sans-serif !important;
}

.news_content .tags {
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 30px;
}

.news_content .tags a {
	text-decoration: none;
	color: #014896;
}

.news_content .tags i {
	color: #014896;
	font-size: 18px;
}

/*相關*/
.news_content .head_title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
	margin-top: 20px;
}

.news_content .item {
	display: flex;
	gap: 10px;
	text-decoration: none;
	padding-top: 10px;
	border-top: 1px solid #ccc;
	margin-bottom: 10px;
}

.news_content .pic {
	width: 40%;
}

.news_content .desc {
	width: 60%;
}

.news_content .desc h3 {
	font-size: 16px;
	color: #080808;
	line-height: 1.2;
}

.news_content .desc .category {
	font-size: 14px;
	color: var(--color_deco);
	margin-bottom: 8px;
}


/*房產星叫室*/
.podcast.block_card {
	padding-top: 40px;
}

.podcast .podcast_block .item {
	display: flex;
	gap: 30px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 40px;
	padding-top: 40px;
}

.podcast .podcast_block .item .pic {
	width: 150px;
}

.podcast .podcast_block .item .txt {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.podcast .podcast_block .item .button {
	width: 80px;
}

.podcast .podcast_block .item .button .btn_inner {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.podcast .podcast_block .item .button i {
	font-size: 50px;
	color: #1CA9E1;
}

.podcast .podcast_block .item .txt h2 {
	font-size: 20px;
	margin-bottom: 15px;
}

.podcast .podcast_block .item .txt p {
	font-size: 16px;
	color: #9a9999;
	line-height: 1.6;
	text-align: justify;
	text-justify: inter-ideograph;
}

.podcast .podcast_block .item .txt .pdate {
	font-size: 12px;
	color: #9a9999;
}

.podcast audio {
	display: none;
}


/*頁數導覽列*/
.item_nav {
	display: flex;
	justify-content: center;
	border-top: 1px solid #ccc;
	padding-top: 30px;
}

.item_nav a {
	font-size: 20px;
	padding: 5px 10px;
	color: #333;
	text-decoration: none;
	transition: all .3s;
}

.item_nav a+a {
	margin-left: 10px;
}

.item_nav a:hover,
.item_nav a.active {
	background-color: var(--color_deco);
	color: #fff;
}

.item_nav .point {
	font-size: 20px;
	padding: 5px 10px;
	color: #333;
	margin-left: 10px;
}

/* =====================================================
   FBS-20: 封面圖片尺寸統一規範 - 940×600
   統一網站中所有封面圖片的顯示尺寸為 940×600 像素
   ===================================================== */

/* 通用封面圖片容器樣式 */
.cover-image-container {
	width: 100%;
	aspect-ratio: 940 / 600;
	overflow: hidden;
	position: relative;
}

.cover-image-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}