/* CSS Document */
.newsList .Img img, .newsList .Img::before {
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.newsList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-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;
	row-gap: 60px;
}
.newsList .newsItem {
	width: 100%;
}
.newsList .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-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: nowrap;
	    flex-wrap: nowrap;
	-webkit-column-gap: 40px;
	   -moz-column-gap: 40px;
	        column-gap: 40px;
}
@media (max-width: 1180px) {
	.newsList .item {
		-webkit-column-gap: 20px;
		   -moz-column-gap: 20px;
		        column-gap: 20px;
	}
}
@media (max-width: 640px) {
	.newsList .item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		row-gap: 10px;
	}
}
.newsList .Img {
	width: 100%;
	max-width: 450px;
	position: relative;
	overflow: hidden;
}
.newsList .Img::before {
	content: "";
	position: absolute;
	pointer-events: none;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), color-stop(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
	background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
	z-index: 2;
}
.newsList .Img img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
@media (min-width: 1181px) {
	.newsList .Img:hover::before {
		opacity: 0;
	}
	.newsList .Img:hover img {
		-webkit-transform: scale(1.05);
		        transform: scale(1.05);
	}
}
@media (max-width: 1180px) {
	.newsList .Img {
		max-width: 360px;
	}
}
@media (max-width: 840px) {
	.newsList .Img {
		max-width: 250px;
	}
}
@media (max-width: 640px) {
	.newsList .Img {
		max-width: 100%;
	}
}
.newsList .Txt {
	width: 100%;
	max-width: 750px;
}
.newsList .textBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: normal;
	    -ms-flex-align: normal;
	        align-items: normal;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-column-gap: 30px;
	   -moz-column-gap: 30px;
	        column-gap: 30px;
}
@media (max-width: 1180px) {
	.newsList .textBox {
		-webkit-column-gap: 20px;
		   -moz-column-gap: 20px;
		        column-gap: 20px;
	}
}
@media (max-width: 400px) {
	.newsList .textBox {
		-webkit-column-gap: 10px;
		   -moz-column-gap: 10px;
		        column-gap: 10px;
	}
}
.newsList .dateBox {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	font-family: "Outfit", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
	max-width: 74px;
	text-align: center;
	color: #1b1b1b;
	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: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	row-gap: 5px;
}
.newsList .dateBox .date {
	font-weight: 600;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
.newsList .dateBox .date .year {
	font-size: 20px;
	line-height: 1;
	letter-spacing: 0.4px;
}
.newsList .dateBox .date .month {
	font-size: 40px;
	line-height: 1;
	letter-spacing: 0.8px;
}
.newsList .dateBox .line {
	width: 1px;
	height: 100%;
	min-height: 20px;
	background-color: rgba(0, 0, 0, 0.2);
	display: inline-block;
}
.newsList .dateBox .classTitle {
	width: 100%;
	font-weight: 500;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	font-size: 18px;
	line-height: 1.4;
	letter-spacing: 0.36px;
}
@media (max-width: 1180px) {
	.newsList .dateBox .date .year {
		font-size: 18px;
	}
	.newsList .dateBox .date .month {
		font-size: 36px;
	}
	.newsList .dateBox .classTitle {
		font-size: 18px;
	}
}
@media (max-width: 840px) {
	.newsList .dateBox .date .year {
		font-size: 16px;
	}
	.newsList .dateBox .date .month {
		font-size: 32px;
	}
	.newsList .dateBox .classTitle {
		font-size: 16px;
	}
}
.newsList .infoBox .title a {
	display: block;
	font-size: 22px;
	line-height: 1.4;
	letter-spacing: 0.44px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-weight: 500;
}
.newsList .infoBox .text {
	color: #1b1b1b;
	font-size: 16px;
	margin-top: 20px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
@media (max-width: 1180px) {
	.newsList .infoBox .title a {
		font-size: 20px;
	}
}
@media (max-width: 840px) {
	.newsList .infoBox .title a {
		font-size: 18px;
	}
	.newsList .infoBox .text {
		margin-top: 14px;
		font-size: 15px;
	}
}
.newsList .btnBox {
	margin-top: 20px;
}
@media (max-width: 840px) {
	.newsList .btnBox {
		display: none;
	}
}

.topBox {
	margin-top: 80px;
}
@media (max-width: 1180px) {
	.topBox {
		margin-top: 40px;
	}
}
.topBox .dateBox {
	font-family: "Outfit", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
	color: #1b1b1b;
	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;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	row-gap: 4px;
	-webkit-column-gap: 10px;
	   -moz-column-gap: 10px;
	        column-gap: 10px;
	margin-bottom: 10px;
}
.topBox .dateBox .date {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	font-weight: 600;
	font-size: 20px;
	line-height: 1;
	letter-spacing: 0.4px;
}
.topBox .dateBox .line {
	width: 30px;
	height: 1px;
	background-color: rgba(0, 0, 0, 0.2);
	display: inline-block;
}
.topBox .dateBox .classTitle {
	font-weight: 500;
	font-size: 16px;
	line-height: 1.25;
	letter-spacing: 0.32px;
}
.topBox .articleTitle {
	padding: 0;
	margin: 0;
	font-size: 24px;
}
@media (max-width: 1180px) {
	.topBox .articleTitle {
		font-size: 20px;
	}
}
@media (max-width: 640px) {
	.topBox .articleTitle {
		font-size: 18px;
	}
}

.insTextEditor {
	margin-top: 60px;
}
/*# sourceMappingURL=ib_news_charity_000.css.map */