/* CSS Document */
.anchorArea .item, .facList .Txt .textBox, .facList .Txt .hoverBox, .facList .Img .memberBg {
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.bannerArea.hide {
	display: none;
}

.classNote {
	padding-bottom: 10px;
	font-size: 15px;
	line-height: 1.8;
	color: #222;
	text-align: center;
}

.facList {
	padding-top: 15px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	max-width: 1355px;
	width: 100%;
}
.facList .facItem {
	padding: 40px 15px;
	width: 33.3333333333%;
}
@media (max-width: 1023px) {
	.facList .facItem {
		width: 50%;
	}
}
@media (max-width: 640px) {
	.facList .facItem {
		padding: 40px 0;
		width: 100%;
	}
}
.facList .item:hover .Img .memberBg {
	-webkit-filter: grayscale(0);
	        filter: grayscale(0);
	opacity: 1;
}
.facList .item:hover .Txt .hoverBox {
	opacity: 0;
	pointer-events: none;
}
.facList .item:hover .Txt .textBox {
	opacity: 1;
	pointer-events: fill;
}
.facList .Img {
	position: relative;
}
.facList .Img .memberBg {
	position: absolute;
	top: 54%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	z-index: -2;
	display: block;
	max-width: 300px;
	margin: 0 auto;
	-webkit-filter: grayscale(1);
	        filter: grayscale(1);
	opacity: 0.1;
}
@media (max-width: 1200px) {
	.facList .Img .memberBg {
		-webkit-filter: grayscale(0);
		        filter: grayscale(0);
	}
}
@media (max-width: 640px) {
	.facList .Img .memberBg {
		width: 250px;
	}
}
.facList .Img .memberBg img {
	display: block;
	width: 100%;
}
.facList .Img a {
	display: block;
	width: auto;
	height: 450px;
}
@media (max-width: 640px) {
	.facList .Img a {
		height: 400px;
	}
}
.facList .Img img {
	display: block;
	margin: 0 auto;
	height: 100%;
}
.facList .Txt {
	position: relative;
	max-width: 305px;
	width: 100%;
	margin: 0 auto;
	margin-top: 15px;
}
.facList .Txt .hoverBox {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	color: #202020;
}
@media (max-width: 1200px) {
	.facList .Txt .hoverBox {
		opacity: 0;
		pointer-events: none;
	}
}
.facList .Txt .hoverBox .title {
	font-size: 26px;
	font-weight: 400;
	letter-spacing: 1px;
}
.facList .Txt .hoverBox .title a {
	color: #202020;
}
.facList .Txt .hoverBox .title a:hover {
	color: #f39800;
}
.facList .Txt .hoverBox .subtitle {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	letter-spacing: 0.8px;
}
.facList .Txt .textBox {
	opacity: 0;
	pointer-events: none;
}
@media (max-width: 1200px) {
	.facList .Txt .textBox {
		opacity: 1;
		pointer-events: fill;
	}
}
.facList .Txt .textBox .title {
	position: relative;
	padding-bottom: 14px;
	border-bottom: 1px solid #132b88;
	font-size: 26px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #202020;
}
.facList .Txt .textBox .title a {
	color: #202020;
}
.facList .Txt .textBox .title a:hover {
	color: #f39800;
}
.facList .Txt .textBox .title::before {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	display: block;
	width: 25%;
	height: 2px;
	background: #f39800;
}
.facList .Txt .textBox .introduction {
	padding-top: 15px;
	font-size: 22px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 1.25;
	color: #414040;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.mainInsArea {
	position: relative;
	padding: 0;
}
.mainInsArea .bread {
	position: absolute;
	top: 12px;
	left: 0;
	z-index: 1;
	width: 100%;
}

.insBannerArea {
	position: relative;
	overflow-x: clip;
	background-size: 100%;
	background-position: bottom left;
	background-repeat: no-repeat;
}
@media (max-width: 1920px) {
	.insBannerArea {
		background-size: cover;
	}
}
.insBannerArea .wrap {
	max-width: 100%;
	padding: 0;
}
.insBannerArea .Txt {
	margin: auto;
	padding: 0 20px;
	padding-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	max-width: 1230px;
	width: 100%;
}
@media (max-width: 1200px) {
	.insBannerArea .Txt {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}
.insBannerArea .Txt.show .leftBox {
	-webkit-animation: teamLeftAnimation 0.9s ease-in-out forwards;
	        animation: teamLeftAnimation 0.9s ease-in-out forwards;
}
.insBannerArea .Txt.show .rightBox {
	-webkit-animation: teamRightAnimation 0.9s ease-in-out 0.5s forwards;
	        animation: teamRightAnimation 0.9s ease-in-out 0.5s forwards;
}
.insBannerArea .Txt .leftBox {
	position: relative;
	z-index: 1;
	opacity: 0;
	-webkit-transform: translateX(60px);
	        transform: translateX(60px);
}
@media (max-width: 1200px) {
	.insBannerArea .Txt .lawyer {
		max-width: 480px;
		width: 100%;
	}
}
.insBannerArea .Txt img {
	display: block;
	max-height: 705px;
	height: 100%;
}
@media (max-width: 1200px) {
	.insBannerArea .Txt img {
		max-height: none;
		height: auto;
		width: 100%;
	}
}
.insBannerArea .Txt .rightBox {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	height: 100%;
	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-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 60px;
	margin-bottom: 12%;
	opacity: 0;
	-webkit-transform: translateX(-60px);
	        transform: translateX(-60px);
}
@media (max-width: 1200px) {
	.insBannerArea .Txt .rightBox {
		width: 100%;
		margin-top: 100px;
		margin-bottom: 30px;
	}
}
.insBannerArea .Txt .textBox {
	position: relative;
	margin-left: -8px;
	padding-right: 27%;
	min-height: 335px;
	border-right: 6px solid #f39800;
	border-bottom: 6px solid #f39800;
}
@media (max-width: 1200px) {
	.insBannerArea .Txt .textBox {
		margin: 0;
		min-height: unset;
		height: auto;
	}
}
@media (max-width: 960px) {
	.insBannerArea .Txt .textBox {
		padding-right: 40px;
	}
}
@media (max-width: 640px) {
	.insBannerArea .Txt .textBox {
		padding: 0;
		padding-left: 10px;
		border: none;
	}
}
.insBannerArea .Txt .textBox::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	height: 6px;
	width: 19.5%;
	background: #f39800;
}
@media (max-width: 960px) {
	.insBannerArea .Txt .textBox::before {
		width: 30px;
	}
}
@media (max-width: 640px) {
	.insBannerArea .Txt .textBox::before {
		display: none;
	}
}
.insBannerArea .Txt .textBox::after {
	content: "";
	position: absolute;
	bottom: -6px;
	right: 100%;
	display: block;
	height: 6px;
	width: 150px;
	background: #f39800;
}
@media (max-width: 640px) {
	.insBannerArea .Txt .textBox::after {
		display: none;
	}
}
.insBannerArea .Txt .nameBox {
	position: relative;
	z-index: 1;
	margin-top: -40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
	color: #202020;
}
.insBannerArea .Txt .nameTw {
	padding-right: 10px;
	font-size: 50px;
	font-weight: 400;
	letter-spacing: 9px;
}
@media (max-width: 960px) {
	.insBannerArea .Txt .nameTw {
		font-size: 36px;
	}
}
.insBannerArea .Txt .jobTitle {
	position: relative;
	padding: 0 20px;
	font-size: 30px;
	letter-spacing: 1px;
}
@media (max-width: 960px) {
	.insBannerArea .Txt .jobTitle {
		font-size: 20px;
	}
}
.insBannerArea .Txt .jobTitle::before {
	content: "";
	position: absolute;
	bottom: 1px;
	left: 3px;
	-webkit-transform: rotate(17deg);
	        transform: rotate(17deg);
	display: block;
	width: 1px;
	height: 30px;
	background: #202020;
}
.insBannerArea .Txt .nameEn {
	position: relative;
	z-index: 1;
	font-size: 30px;
	letter-spacing: 1.5px;
}
@media (max-width: 960px) {
	.insBannerArea .Txt .nameEn {
		font-size: 20px;
	}
}
.insBannerArea .Txt .slogan {
	position: relative;
	z-index: 1;
	padding-top: 60px;
	font-size: 26px;
	letter-spacing: 1px;
}
@media (max-width: 960px) {
	.insBannerArea .Txt .slogan {
		padding-top: 20px;
		font-size: 20px;
	}
}
.insBannerArea .Txt .sideShare {
	position: relative;
	z-index: 2;
	padding-right: 10px;
	margin-top: 70px;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
@media (max-width: 1200px) {
	.insBannerArea .Txt .sideShare {
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		margin-bottom: 30px;
	}
}
@media (max-width: 960px) {
	.insBannerArea .Txt .sideShare {
		margin-top: 20px;
	}
}

.anchorArea {
	padding: 62px 0 78px;
}
@media (max-width: 960px) {
	.anchorArea {
		padding: 20px 0 50px;
	}
}
.anchorArea .wrap {
	max-width: 1645px;
	width: 100%;
}
.anchorArea .anchorList {
	margin: 0 -10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.anchorArea .anchorItem {
	padding: 0 10px;
	width: 25%;
}
@media (max-width: 960px) {
	.anchorArea .anchorItem {
		padding: 30px 10px 0;
		width: 50%;
	}
}
.anchorArea .item {
	padding-bottom: 18px;
	font-size: 26px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 1px;
	color: #202020;
	border-bottom: 2px solid #202020;
	cursor: pointer;
}
@media (max-width: 960px) {
	.anchorArea .item {
		font-size: 22px;
	}
}
.anchorArea .item:hover {
	color: #132b88;
	border-bottom: 2px solid #132b88;
}

.contentArea {
	padding-bottom: 165px;
}
@media (max-width: 960px) {
	.contentArea {
		padding-bottom: 50px;
	}
}
.contentArea .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 1630px;
	width: 100%;
}
@media (max-width: 1200px) {
	.contentArea .wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
}
.contentArea .leftBox {
	padding-top: 7px;
	padding-right: 20px;
	width: 71.8%;
}
@media (max-width: 1200px) {
	.contentArea .leftBox {
		padding-top: 40px;
		width: 100%;
	}
}
@media (max-width: 840px) {
	.contentArea .leftBox {
		padding: 0;
		padding-top: 40px;
	}
}
.contentArea .leftBox.full {
	width: 100%;
}
.contentArea .profileBox {
	padding-bottom: 60px;
}
@media (max-width: 840px) {
	.contentArea .profileBox {
		padding-bottom: 30px;
	}
}
.contentArea .profileBox .profile .shelfWrap {
	padding: 0;
}
.contentArea .educationalBox {
	padding-bottom: 67px;
}
@media (max-width: 840px) {
	.contentArea .educationalBox {
		padding-bottom: 30px;
	}
}
.contentArea .educationalBox .educational .shelfWrap {
	padding: 0;
}
.contentArea .awardsBox {
	padding-bottom: 80px;
}
@media (max-width: 840px) {
	.contentArea .awardsBox {
		padding-bottom: 30px;
	}
}
.contentArea .awardsBox .awardsTitle {
	padding-top: 4px;
	padding-bottom: 23px;
	position: relative;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 1.3px;
	line-height: 1.3;
	color: #414040;
}
.contentArea .awardsBox .awardsTitle::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 40px;
	height: 3px;
	background: #f39800;
}
.contentArea .awardsBox .awardsTitle::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 20px;
	height: 3px;
	background: #132b88;
}
.contentArea .awardsBox .awardsListBox {
	position: relative;
	max-width: 1050px;
	width: 100%;
}
.contentArea .awardsBox .awardsList {
	padding: 0 40px;
	padding-top: 50px;
	width: 100%;
}
@media (max-width: 460px) {
	.contentArea .awardsBox .awardsList {
		padding: 0 25px;
		padding-top: 50px;
	}
}
.contentArea .awardsBox .awardsItem {
	padding: 0 10px;
}
.contentArea .awardsBox .item {
	max-width: 300px;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
.contentArea .awardsBox .Img {
	max-width: 200px;
	width: 100%;
	margin: 0 auto;
}
.contentArea .awardsBox .Img img {
	display: block;
	width: 100%;
}
.contentArea .awardsBox .title {
	padding-top: 12px;
	font-size: 22px;
	font-weight: 400;
	color: #131212;
}
.contentArea .awardsBox .subtitle {
	letter-spacing: 1px;
}
.contentArea .awardsBox .arrowBox {
	top: 50%;
}
@media (max-width: 460px) {
	.contentArea .awardsBox .arrowBox {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
.contentArea .certificateBox {
	padding-bottom: 10px;
}
.contentArea .certificateBox .certificateTitle {
	padding-top: 4px;
	padding-bottom: 23px;
	position: relative;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 1.3px;
	line-height: 1.3;
	color: #414040;
}
.contentArea .certificateBox .certificateTitle::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 40px;
	height: 3px;
	background: #f39800;
}
.contentArea .certificateBox .certificateTitle::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 20px;
	height: 3px;
	background: #132b88;
}
.contentArea .certificateBox .certificateListBox {
	position: relative;
	max-width: 900px;
	width: 100%;
}
.contentArea .certificateBox .certificateList {
	padding: 0 40px;
	padding-top: 50px;
	width: 100%;
}
.contentArea .certificateBox .certificateItem {
	padding: 0 10px;
}
.contentArea .certificateBox .item {
	max-width: 300px;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
.contentArea .certificateBox .Img {
	max-width: 150px;
	width: 100%;
	margin: 0 auto;
}
.contentArea .certificateBox .Img img {
	display: block;
	width: 100%;
}
.contentArea .certificateBox .arrowBox {
	top: 50%;
}
@media (max-width: 460px) {
	.contentArea .certificateBox .arrowBox {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
.contentArea .rightBox {
	position: relative;
	padding-left: 6%;
	width: 28.2%;
	border-left: 1px solid rgba(204, 204, 204, 0.3);
}
@media (max-width: 1440px) {
	.contentArea .rightBox {
		padding-left: 20px;
	}
}
@media (max-width: 1200px) {
	.contentArea .rightBox {
		width: 100%;
	}
}
.contentArea .expertise {
	position: sticky;
	top: 150px;
	font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1200px) {
	.contentArea .expertise {
		position: static;
	}
}
.contentArea .expertise .title {
	font-size: 22px;
	letter-spacing: 2px;
}
.contentArea .expertise img {
	margin-right: 8px;
}
.contentArea .expertise .text {
	padding-top: 5px;
	font-size: 20px;
}
.contentArea .expertise .BooksMediaSpeeches {
	padding-top: 50px;
}
.contentArea .expertise .booksList {
	padding-top: 5px;
}
.contentArea .expertise .booksItem {
	position: relative;
	padding-left: 10px;
	font-size: 20px;
}
.contentArea .expertise .booksItem::before {
	content: "";
	position: absolute;
	top: 12px;
	left: -5px;
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #f39800;
}
/*# sourceMappingURL=fac.css.map */