/* CSS Document */
.ib_news_002 .Txt .title, .ib_news_002 .newsItem, .newsInfoBox .dateBox {
	-webkit-transition: all 0.45s cubic-bezier(0.04, 0.04, 0.12, 0.96);
	transition: all 0.45s cubic-bezier(0.04, 0.04, 0.12, 0.96);
}

.newsInfoBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 10px;
	padding-bottom: 10px;
}
.newsInfoBox .dateBox {
	text-align: center;
	color: #131313;
	font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
	font-weight: bold;
	font-size: 26px;
	line-height: 1;
	letter-spacing: 0px;
}
.newsInfoBox .classTitle {
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.5px;
	padding: 12px 20px;
	border-radius: 30px;
	background-color: #262626;
	color: #fff;
}
@media (max-width: 1180px) {
	.newsInfoBox .dateBox {
		font-size: 22px;
	}
	.newsInfoBox .classTitle {
		padding: 10px 16px;
		font-size: 13px;
	}
}
@media (max-width: 400px) {
	.newsInfoBox .dateBox {
		font-size: 20px;
	}
}

.ib_news_002 .newsList {
	width: 100%;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 40px 1fr 40px 1fr;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}
.ib_news_002 .newsItem {
	background-color: #f4f4f4;
	padding: 30px;
	border-radius: 30px;
}
@media (min-width: 1181px) {
	.ib_news_002 .newsItem:hover {
		background-color: #fff0f0;
		-webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
		        box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
	}
	.ib_news_002 .newsItem:hover .Img {
		background-color: #000;
	}
	.ib_news_002 .newsItem:hover img {
		opacity: 0.8;
		-webkit-transform: scale(1.05);
		        transform: scale(1.05);
	}
	.ib_news_002 .newsItem:hover .classTitle {
		background-color: #a7060c;
	}
	.ib_news_002 .newsItem:hover .title {
		color: #a7060c;
	}
}
.ib_news_002 .item {
	position: relative;
}
.ib_news_002 .Img img {
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: cover;
	   object-fit: cover;
}
.ib_news_002 .Txt {
	overflow: hidden;
	padding-top: 24px;
}
.ib_news_002 .Txt .title {
	padding-top: 10px;
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: 0.36px;
	font-weight: 500;
	color: #131313;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.ib_news_002 .Txt .text {
	margin-top: 7px;
	color: #1a1a1a;
	line-height: 1.8;
	font-size: 15px;
	opacity: 0.8;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
@media (max-width: 1180px) {
	.ib_news_002 > .wrap {
		max-width: 800px;
	}
	.ib_news_002 .newsList {
		margin-top: 30px;
		gap: 24px;
		-ms-grid-columns: 1fr 24px 1fr;
		grid-template-columns: repeat(2, 1fr);
	}
	.ib_news_002 .newsItem {
		padding: 20px;
	}
	.ib_news_002 .Txt .title {
		font-size: 16px;
	}
	.ib_news_002 .Txt .text {
		font-size: 14px;
	}
}
@media (max-width: 640px) {
	.ib_news_002 > .wrap {
		max-width: 450px;
	}
	.ib_news_002 .newsList {
		-ms-grid-columns: (1fr)[1];
		grid-template-columns: repeat(1, 1fr);
	}
}
/*# sourceMappingURL=ib_news_002.css.map */