/* CSS Document */
.facList {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 40px 1fr 40px 1fr;
	grid-template-columns: repeat(3, 1fr);
	gap: 60px 40px;
}
.facList .item {
	border: 1px solid #003057;
	-webkit-box-shadow: 5px 5px 20px 0px rgba(140, 140, 140, 0.2);
	        box-shadow: 5px 5px 20px 0px rgba(140, 140, 140, 0.2);
}
.facList .Img {
	overflow: hidden;
}
.facList .Img img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
@media (min-width: 1181px) {
	.facList .Img:hover img {
		-webkit-transform: scale(1.1);
		        transform: scale(1.1);
	}
}
.facList .Txt {
	padding: 20px 25px;
}
.facList .Txt .title {
	font-size: 20px;
	font-weight: 500;
	font-family: "Noto Sans TC", "Microsoft JhengHei, sans-serif";
	color: #003057;
	letter-spacing: 1.2px;
}
.facList .Txt .title a {
	display: block;
	font-size: 20px;
	font-weight: 500;
	font-family: "Noto Sans TC", "Microsoft JhengHei, sans-serif";
	color: #003057;
	letter-spacing: 1.2px;
}
.facList .Txt .title::after {
	content: "";
	width: 20px;
	height: 2px;
	background-color: #003057;
	display: block;
	margin-top: 10px;
}
@media (min-width: 1181px) {
	.facList .Txt .title:hover a {
		color: #42BBD8;
	}
}
.facList .Txt .address {
	display: block;
	margin-top: 15px;
	font-size: 16px;
	font-weight: 500;
	font-family: "Noto Sans TC", "Microsoft JhengHei, sans-serif";
	color: #5e5e5e;
	letter-spacing: 0.96px;
}
.facList .Txt .address svg {
	width: 16px;
	height: 16px;
	margin-right: 5px;
}
@media (min-width: 1181px) {
	.facList .Txt .address:hover {
		color: #42BBD8;
	}
}
@media (max-width: 1180px) {
	.facList {
		gap: 40px 30px;
	}
}
@media (max-width: 840px) {
	.facList {
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 540px) {
	.facList {
		gap: 30px 0;
		-ms-grid-columns: 1fr;
		grid-template-columns: repeat(1, 1fr);
	}
}

.insPage {
	padding-top: 100px;
}
.insPage .insIntroBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
.insPage .insIntroBox .Img {
	width: 50%;
}
.insPage .insIntroBox .Img img {
	display: block;
	width: 100%;
	height: auto;
}
.insPage .insIntroBox .Txt {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding-left: 40px;
}
.insPage .insIntroBox .Txt .articleTitle {
	font-size: 24px;
	font-weight: 500;
	font-family: "Noto Sans TC", "Microsoft JhengHei, sans-serif";
	color: #003057;
	letter-spacing: 1.44px;
	border: none;
	padding: 0;
	margin-bottom: 40px;
}
.insPage .insIntroBox .Txt .articleTitle::after {
	content: "";
	width: 50px;
	height: 2px;
	background-color: #003057;
	display: block;
	margin-top: 15px;
}
.insPage .insIntroBox .Txt .contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 20px;
	font-size: 18px;
	font-weight: 500;
	font-family: "Noto Sans TC", "Microsoft JhengHei, sans-serif";
	color: #000;
	letter-spacing: 1.08px;
	margin-bottom: 20px;
}
.insPage .insIntroBox .Txt .contact svg {
	width: 30px;
	height: 30px;
}
@media (min-width: 1181px) {
	.insPage .insIntroBox .Txt .contact:hover {
		color: #42BBD8;
	}
}
.insPage .insIntroBox .Txt .text {
	font-size: 18px;
	font-weight: 500;
	font-family: "Noto Sans TC", "Microsoft JhengHei, sans-serif";
	color: #5e5e5e;
	letter-spacing: 1.44px;
	margin-top: 40px;
}
/*# sourceMappingURL=fac.css.map */