@charset "UTF-8";
/* CSS Document */
.contentBox .leftBox {
		padding: 0 50px 0 0;
}
@media (max-width: 1023px) {
		.contentBox .leftBox {
				padding: 0 0 30px 0;
		}
}
.contentBox .rightBox {
		padding: 0;
}

/*新訊列表*/
.newsList {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		margin-top: 80px;
}
.newsList .newsItem {
		width: 25%;
		padding: 0 30px;
}
@media (max-width: 1180px) {
		.newsList .newsItem {
				width: 33.3333333333%;
		}
}
@media (max-width: 960px) {
		.newsList .newsItem {
				width: 50%;
				padding: 0 50px;
		}
}
@media (max-width: 640px) {
		.newsList .newsItem {
				width: 100%;
				margin: 0 0 30px;
		}
}
@media (max-width: 390px) {
		.newsList .newsItem {
				padding: 0 20px;
		}
}
@media (min-width: 1181px) {
		.newsList .item:hover .imh_opacity::before, .newsList .item:hover .imh_opacity::after {
				opacity: 1;
		}
		.newsList .item:hover .imh_opacity a::after {
				opacity: 1;
		}
		.newsList .item:hover a {
				color: #beb98b;
		}
}
.newsList .Img {
		position: relative;
}
.newsList .Img img {
		width: 100%;
		display: block;
		-webkit-backface-visibility: hidden;
		        backface-visibility: hidden;
		border-radius: 140px;
		overflow: hidden;
}
.newsList .Txt {
		position: relative;
		padding: 30px 20px;
		width: 100%;
}
.newsList .Txt .top {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom: 1px solid #dddddd;
}
@media (max-width: 960px) {
		.newsList .Txt .top {
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				padding-bottom: 10px;
				margin-bottom: 10px;
		}
}
.newsList .Txt .top .dateBox {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		width: 50%;
		color: #222222;
		font-family: "DM Serif Display";
		font-size: 18px;
}
@media (max-width: 960px) {
		.newsList .Txt .top .dateBox {
				-webkit-box-orient: unset;
				-webkit-box-direction: unset;
				    -ms-flex-direction: unset;
				        flex-direction: unset;
				width: 100%;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				-webkit-box-pack: start;
				    -ms-flex-pack: start;
				        justify-content: flex-start;
				margin: 0 0 5px 0;
		}
}
.newsList .Txt .top .dateBox .day {
		font-size: 50px;
		font-style: italic;
		letter-spacing: 2px;
		line-height: 0.8;
}
@media (max-width: 960px) {
		.newsList .Txt .top .dateBox .day {
				font-size: 40px;
				margin: 0 5px 0 0;
		}
}
.newsList .Txt .top .classTitle {
		width: 50%;
		text-align: right;
		color: #beb98b;
		font-size: 13px;
		font-family: "Noto Serif TC";
		font-weight: 500;
		letter-spacing: 1.6px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
}
@media (max-width: 960px) {
		.newsList .Txt .top .classTitle {
				width: 100%;
		}
}
.newsList .Txt .title {
		height: 65px;
}
.newsList .Txt .title a {
		display: block;
		font-weight: 400;
		font-size: 18px;
}
.newsList .Txt .text {
		height: 90px;
		font-size: 15px;
		color: #888888;
		line-height: 1.8;
}

.topBox {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		padding-bottom: 20px;
		margin-bottom: 20px;
}
@media (max-width: 960px) {
		.topBox {
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				padding-bottom: 10px;
				margin-bottom: 10px;
		}
}
.topBox .classTitle {
		width: 50%;
		text-align: left;
		color: #b1ab6f;
		font-size: 13px;
		font-family: "Noto Serif TC";
		font-weight: 500;
		letter-spacing: 1.6px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
}
@media (max-width: 960px) {
		.topBox .classTitle {
				width: 100%;
		}
}
.topBox .classTitle .tit {
		text-transform: uppercase;
		font-family: "DM Sans";
}
.topBox .classTitle span.dot {
		width: 4px;
		height: 4px;
		overflow: hidden;
		border-radius: 50%;
		background-color: #beb98b;
		display: block;
		position: relative;
		margin: 0 4px;
}
.topBox .classTitle span.dot:nth-child(2) {
		margin: 0 6px 0 0;
}

/*內頁*/