@charset "UTF-8";
.informationList .fileLink svg, .topReportList .downloadBtn::after, .downReportList .downloadBtn::after, .topReportList .downloadBtn, .downReportList .downloadBtn, .documentList .documentItem .item, .fileBox .fileColumn .downLink svg, .fileBox .fileColumn .downLink .title, .classDownload a svg, .commissionerList .commissionerItem .title::before, .commissionerList .commissionerItem, .informationBox .infoRowContent .infoColumnDownload svg, .newsArea.landingPage .newsList .title, .newsArea.landingPage .filterBox .currentFilter::before, .landingLinkMapList .linkBox > ul li::before, .downloadArea .slick-slide, .mainArea.investors .numList .btn a::before {
	transition: all 0.5s;
}

.articleTitle {
	color: #545454;
	border-bottom: none;
	margin-bottom: 0;
}

.mainArea .topBox {
	margin-bottom: 40px;
	text-align: center;
}
@media (max-width: 1200px) {
	.mainArea .topBox {
		margin-bottom: 30px;
	}
}
.mainArea .topBox .title {
	font-size: 36px;
	color: #2d2d8f;
	line-height: 1.5;
}
@media (max-width: 640px) {
	.mainArea .topBox .title {
		font-size: 28px;
	}
}
.mainArea .topBox p {
	margin-top: 10px;
	font-size: 20px;
	color: #3a3a3a;
}

.bgArea .wrap {
	padding: 0;
	max-width: none;
}

.bgBox {
	position: relative;
}
@media (min-width: 1921px) {
	.bgBox img {
		width: 100%;
	}
}
.bgBox .item {
	position: relative;
}
@media (max-width: 1200px) {
	.bgBox .Img {
		height: 460px;
	}
}
.bgBox .Img img {
	display: block;
	width: 100%;
}
@media (max-width: 1200px) {
	.bgBox .Img img {
		-o-object-fit: cover;
		   object-fit: cover;
		height: 100%;
	}
}
.bgBox .Txt {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.bgBox .Txt .textEditor {
	color: #fff;
}
.bgBox .title {
	line-height: 1.3;
	font-size: 36px;
	color: #fff;
}
.bgBox .subTitle {
	font-size: 20px;
	color: #fff;
}
.bgBox .text {
	margin: 15px auto 0;
	padding-top: 20px;
	padding-left: 35px;
	padding-right: 35px;
	width: 100%;
	max-width: 760px;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	font-size: 15px;
	color: rgba(255, 255, 255, 0.9);
	letter-spacing: 0.5px;
}
@media (max-width: 480px) {
	.bgBox .text {
		padding-left: 0;
		padding-right: 0;
	}
}
.bgBox .code {
	font-size: 30px;
	font-weight: 500;
}
.bgBox .btn {
	margin-top: 25px;
}
.bgBox .btn a {
	display: inline-block;
	padding: 10px 20px;
	min-width: 200px;
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
	background-image: url(../images/bg_company_title.jpg);
	background-size: cover;
}
@media (min-width: 1201px) {
	.bgBox .btn a:hover {
		opacity: 0.95;
	}
}
.bgBox img {
	-o-object-fit: cover;
	   object-fit: cover;
	height: 100%;
}

.leaderList::after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.leaderList.sortCenter {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.leaderList li {
	float: left;
	width: 50%;
	padding: 10px;
}
@media (max-width: 640px) {
	.leaderList li {
		width: 100%;
	}
}
@media (min-width: 641px) {
	.leaderList li:nth-of-type(1) {
		text-align: right;
	}
	.leaderList li:nth-of-type(1) .item {
		display: inline-block;
		text-align: left;
	}
	.leaderList li:nth-of-type(2) .item {
		display: flex;
		flex-direction: column-reverse;
	}
	.leaderList li:nth-of-type(2) .Txt {
		padding-top: 27px;
		padding-bottom: 20px;
	}
	.leaderList li:nth-of-type(2) .Txt::before {
		top: auto;
		bottom: -30px;
	}
	.leaderList li:nth-of-type(3) .item {
		text-align: right;
	}
	.leaderList li:nth-of-type(3) .Txt {
		padding-left: 0;
		padding-right: 40px;
		padding-bottom: 27px;
	}
	.leaderList li:nth-of-type(3) .Txt::before {
		content: "";
		position: absolute;
		left: auto;
		right: 30px;
	}
	.leaderList li:nth-of-type(4) .item {
		display: flex;
	}
	.leaderList li:nth-of-type(4) .Txt {
		padding-left: 20px;
		padding-top: 55px;
		padding-bottom: 25px;
	}
	.leaderList li:nth-of-type(4) .Txt::before {
		top: 30px;
		left: -30px;
		height: 2px;
		width: 77px;
	}
}
.leaderList .Txt {
	padding-top: 20px;
	padding-left: 40px;
	padding-bottom: 27px;
	position: relative;
	letter-spacing: 1px;
	line-height: 1.5;
}
@media (max-width: 767px) {
	.leaderList .Txt {
		padding-top: 10px;
		padding-left: 25px;
		padding-bottom: 10px;
	}
}
.leaderList .Txt:before {
	content: "";
	position: absolute;
	top: -30px;
	left: 30px;
	width: 2px;
	height: 100%;
	background-color: #a59784;
}
@media (max-width: 767px) {
	.leaderList .Txt:before {
		top: -13px;
		left: 15px;
	}
}
.leaderList .Txt .title {
	margin-bottom: 5px;
	font-size: 20px;
	color: #000;
}
@media (max-width: 1200px) {
	.leaderList .Txt .title {
		font-size: 16px;
	}
}
.leaderList .Txt p {
	font-size: 15px;
	color: rgba(0, 0, 0, 0.7);
}
.leaderList img {
	display: block;
	max-width: 100%;
}

.pressArea {
	padding: 85px 0;
}
@media (max-width: 1200px) {
	.pressArea {
		padding: 30px 0;
	}
}
.pressArea li:nth-of-type(1) .date,
.pressArea li:nth-of-type(1) .Txt,
.pressArea li:nth-of-type(1) .link {
	font-size: 16px;
	color: #2d2d8f;
	border-bottom: 3px solid #2d2d8f;
	background-color: transparent;
}
@media (max-width: 640px) {
	.pressArea li:nth-of-type(1) {
		display: none;
	}
}
@media (max-width: 640px) {
	.pressArea li:nth-of-type(2) {
		border-top: 3px solid #2d2d8f;
	}
}
.pressArea .item {
	display: flex;
}
.pressArea .date {
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 160px;
	min-height: 65px;
	text-align: center;
	border-bottom: 1px solid #c7c9c9;
	background-color: rgba(235, 236, 236, 0.5);
}
@media (max-width: 640px) {
	.pressArea .date {
		display: none;
		padding: 10px;
		width: 100px;
	}
}
.pressArea .Txt {
	padding: 20px;
	margin: 0 10px;
	display: flex;
	align-items: center;
	width: calc(100% - 275px);
	min-height: 65px;
	border-bottom: 1px solid #c7c9c9;
}
@media (max-width: 640px) {
	.pressArea .Txt {
		flex-direction: column;
		align-items: start;
		justify-content: center;
		padding: 15px 0;
		margin: 0;
		width: 100%;
	}
}
.pressArea .Txt .mDate {
	font-size: 15px;
	font-weight: 300;
	color: #000;
}
@media (min-width: 641px) {
	.pressArea .Txt .mDate {
		display: none;
	}
}
@media (max-width: 640px) {
	.pressArea .Txt .mDate {
		display: block;
	}
}
.pressArea .Txt .title {
	font-weight: 300;
}
.pressArea .Txt .title a {
	color: #414141;
}
@media (min-width: 1201px) {
	.pressArea .Txt .title a:hover {
		color: #2d2d8f;
	}
}
.pressArea .link {
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 95px;
	min-height: 65px;
	border-bottom: 1px solid #c7c9c9;
}
@media (max-width: 640px) {
	.pressArea .link {
		display: none;
	}
}
.pressArea .link svg {
	width: 16px;
	height: 16px;
	color: #2d2d8f;
}
.pressArea .btn {
	margin-top: 65px;
	display: flex;
	justify-content: center;
}
@media (max-width: 640px) {
	.pressArea .btn {
		margin-top: 30px;
	}
}
.pressArea .btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 215px;
	height: 45px;
	font-size: 15px;
	font-weight: 300;
	color: #fff;
	letter-spacing: 2px;
	background-image: url(../images/bg_company_title.jpg);
	background-size: cover;
}
@media (min-width: 1201px) {
	.pressArea .btn a:hover {
		opacity: 0.95;
	}
}

.classBoxRow {
	margin: 0 0 50px;
}
@media (max-width: 1200px) {
	.classBoxRow {
		margin: 50px 0 30px;
	}
}

/***** 投資人全域 *****/
.mainArea {
	background-color: #fff;
	padding: 0px 0 75px;
	overflow: hidden;
}
@media (max-width: 1200px) {
	.mainArea {
		padding: 0px 0 50px;
	}
}
.mainArea.investors {
	overflow: hidden;
}
.mainArea.investors .landingSectionBox {
	position: relative;
	z-index: 1;
	padding-top: 87px;
	padding-bottom: 106px;
}
@media (max-width: 1200px) {
	.mainArea.investors .landingSectionBox {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}
.mainArea.investors .landingSectionBox::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	width: 100vw;
	height: 100%;
	background-color: #f5f7f8;
}
.mainArea.investors .landingSectionBox .areaTitle {
	text-align: center;
	font-size: 39px;
	font-weight: 700;
	line-height: 1.2;
	color: #1f1f1f;
}
.mainArea.investors .landingSectionBox .subtitle {
	text-align: center;
	font-size: 23px;
	font-weight: 700;
	margin-top: 38px;
	color: #2d2d8f;
}
.mainArea.investors .landingSectionBox .text {
	text-align: center;
	max-width: 990px;
	font-size: 17px;
	font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
	line-height: 2;
	margin: 10px auto 0;
}
.mainArea.investors .landingSectionBox .flexBox {
	display: flex;
	flex-wrap: wrap;
	padding-right: 8px;
	margin-top: 66px;
}
@media (max-width: 1200px) {
	.mainArea.investors .landingSectionBox .flexBox {
		padding-right: 0;
		margin-top: 40px;
	}
}
.mainArea.investors .landingSectionBox .Txt {
	width: 71.45%;
}
@media (max-width: 1200px) {
	.mainArea.investors .landingSectionBox .Txt {
		width: 100%;
	}
}
.mainArea.investors .landingSectionBox .Img {
	width: 28.55%;
	padding-left: 7px;
}
.mainArea.investors .landingSectionBox .Img img {
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: cover;
	   object-fit: cover;
}
@media (max-width: 1200px) {
	.mainArea.investors .landingSectionBox .Img {
		display: none;
	}
}
.mainArea.investors.landing > .wrap {
	width: 100%;
	max-width: 1468px;
	margin: 0 auto;
	padding-left: 30px;
	padding-right: 30px;
}
.mainArea.investors .numList {
	display: flex;
	flex-wrap: wrap;
	margin: -9px;
}
@media (max-width: 1200px) {
	.mainArea.investors .numList {
		margin: 0;
	}
}
.mainArea.investors .numList .numItem {
	width: 33.3333333333%;
	padding: 9px 11px;
}
@media (min-width: 768px) {
	.mainArea.investors .numList .numItem:nth-child(1) {
		width: 50%;
	}
	.mainArea.investors .numList .numItem:nth-child(1) .item {
		padding: 113px 30px 65px;
	}
	.mainArea.investors .numList .numItem:nth-child(1) .num {
		font-size: 54px;
	}
	.mainArea.investors .numList .numItem:nth-child(2) {
		width: 50%;
	}
	.mainArea.investors .numList .numItem:nth-child(2) .item {
		padding: 98px 30px 50px;
	}
}
@media (max-width: 767px) {
	.mainArea.investors .numList .numItem {
		width: 100%;
	}
}
.mainArea.investors .numList .item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 119px 30px 52px;
	background-color: #fff;
}
@media (max-width: 767px) {
	.mainArea.investors .numList .item {
		padding: 100px 20px 50px;
	}
}
.mainArea.investors .numList .title {
	position: absolute;
	top: 19px;
	left: -17px;
	z-index: 1;
	width: 197px;
	min-height: 39px;
	font-size: 18px;
	font-weight: 700;
	padding: 4px 16px;
	color: #fff;
	background: linear-gradient(to right, #8315a4, #083391 80%);
}
.mainArea.investors .numList .num {
	font-size: 37px;
	font-weight: 700;
	color: #373737;
	line-height: 1;
}
.mainArea.investors .numList .remark {
	margin-top: 10px;
}
.mainArea.investors .numList .btn a {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 1;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.5px;
	color: #373737;
}
.mainArea.investors .numList .btn a::before {
	content: url(../images/investor/link.png);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 87px;
	height: 87px;
	border-radius: 50%;
	margin-bottom: 10px;
	padding-top: 10px;
	border: 1px solid rgba(74, 137, 237, 0.3);
}
.mainArea.investors .numList .btn a::after {
	content: "";
	position: absolute;
	top: 13px;
	left: 13px;
	z-index: -1;
	width: 62px;
	height: 62px;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
}
@media (min-width: 1201px) {
	.mainArea.investors .numList .btn a:hover {
		color: #2d2d8f;
	}
	.mainArea.investors .numList .btn a:hover::before {
		border-color: #2d2d8f;
	}
}
.mainArea.esg {
	overflow: hidden;
}
.mainArea.esg .landingSectionBox {
	position: relative;
	z-index: 1;
	padding-top: 108px;
	padding-bottom: 135px;
}
@media (max-width: 1200px) {
	.mainArea.esg .landingSectionBox {
		padding-top: 60px;
		padding-bottom: 30px;
	}
}
.mainArea.esg .landingSectionBox::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	width: 100vw;
	height: 100%;
	background: url(../images/esg/bg1.jpg) no-repeat center/cover;
}
.mainArea.esg .landingSectionBox .areaTitle {
	text-align: center;
	font-size: 39px;
	font-weight: 700;
	line-height: 1.2;
	color: #1f1f1f;
}
.mainArea.esg .landingSectionBox .subtitle {
	text-align: center;
	font-size: 23px;
	font-weight: 700;
	margin-top: 38px;
	color: #2d2d8f;
}
.mainArea.esg .landingSectionBox .text {
	text-align: center;
	max-width: 990px;
	font-size: 17px;
	font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
	line-height: 2;
	margin: 17px auto 0;
}
.mainArea.esg .numList {
	display: flex;
	flex-wrap: wrap;
	margin: 90px -50px 0;
}
@media (max-width: 1440px) {
	.mainArea.esg .numList {
		margin: 90px 0 0;
	}
}
@media (max-width: 767px) {
	.mainArea.esg .numList {
		margin: 50px 0 0;
	}
}
.mainArea.esg .numList .numItem {
	width: 33.3333333333%;
	padding: 8px 50px;
	margin-bottom: 30px;
}
@media (min-width: 768px) {
	.mainArea.esg .numList .numItem:not(:nth-child(3n+3)) {
		border-right: 1px solid #d3d3d3;
	}
}
@media (max-width: 1400px) {
	.mainArea.esg .numList .numItem {
		padding: 8px 0;
	}
}
@media (max-width: 767px) {
	.mainArea.esg .numList .numItem {
		width: 100%;
		padding: 0 0 22px;
		margin-bottom: 22px;
	}
	.mainArea.esg .numList .numItem:not(:last-child) {
		border-bottom: 1px solid #d3d3d3;
	}
}
.mainArea.esg .numList .item {
	max-width: 175px;
	margin: 0 auto;
}
@media (max-width: 1200px) {
	.mainArea.esg .numList .item {
		max-width: 138px;
	}
}
.mainArea.esg .numList .icon img {
	display: block;
}
.mainArea.esg .numList .numBox {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	margin-top: 23px;
}
.mainArea.esg .numList .num {
	font-size: 90px;
	font-weight: 700;
	line-height: 0.8;
	color: #2d2d8f;
}
@media (max-width: 1200px) {
	.mainArea.esg .numList .num {
		font-size: 60px;
	}
}
.mainArea.esg .numList em {
	font-size: 30px;
	font-weight: 700;
	font-style: initial;
	margin-left: 15px;
	color: #2d2d8f;
}
.mainArea.esg .numList .title {
	text-align: center;
	font-size: 17px;
	font-weight: 500;
	font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
	margin-top: 28px;
}
.mainArea.esg.landing {
	padding: 0;
}

.contentBox.flex > .leftBox {
	min-height: 50vh;
}
@media (max-width: 1200px) {
	.contentBox.flex > .leftBox {
		min-height: auto;
	}
}
@media (min-width: 1201px) {
	.contentBox.flex {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
	}
	.contentBox.flex > .leftBox {
		flex-grow: 1;
		width: calc(100% - 330px);
		padding-right: 30px;
	}
	.contentBox.flex > .rightBox {
		flex-shrink: 0;
		width: 330px;
		padding-left: 30px;
	}
	.contentBox.flex > .classNote {
		width: 100%;
	}
}
.contentBox > .leftBox > .classNote {
	width: 100%;
	margin-top: 20px;
}
@media (min-width: 1201px) {
	.contentBox > .rightBox {
		border-left: 1px solid #efefef;
	}
}
@media (max-width: 1200px) {
	.contentBox > .rightBox {
		margin-top: 50px;
		padding-top: 30px;
		border-top: 1px solid #efefef;
	}
}
@media (max-width: 640px) {
	.contentBox > .rightBox {
		margin-top: 40px;
		padding-top: 20px;
	}
}

.mClassLink ul ul > li {
	border-top: 1px solid #efefef;
}

.classItemBox {
	position: relative;
	z-index: 3;
	margin-bottom: 20px;
}
.classItemBox .classLink {
	display: flex;
	flex-wrap: wrap;
}
.classItemBox .classLink li {
	display: block;
	width: 33.33%;
	padding: 5px;
}
.classItemBox .classLink a {
	position: relative;
	display: block;
	padding: 17px 15px;
	font-size: 15px;
	font-weight: 500;
	color: #595959;
	letter-spacing: 0.5px;
	text-align: center;
	background-color: rgba(45, 45, 143, 0.2);
}
.classItemBox .classLink a::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 3px;
	background-color: #2d2d8f;
	transition: all 0.4s ease;
}
.classItemBox .classLink a.current {
	color: #000;
	background-color: #fff;
}
.classItemBox .classLink a.current::before {
	width: 100%;
}
@media (min-width: 1201px) {
	.classItemBox .classLink a:hover {
		color: #000;
		background-color: #fff;
	}
	.classItemBox .classLink a:hover::before {
		width: 100%;
	}
}
@media (max-width: 1200px) {
	.classItemBox .classLink {
		width: 100%;
		background-color: #fff;
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 1;
		text-align: center;
	}
	.classItemBox .classLink.open {
		display: block;
	}
	.classItemBox .classLink > li {
		width: 100%;
	}
	.classItemBox .classLink > li:not(:first-child) {
		border-top: 1px solid #ccc;
	}
	.classItemBox .classLink > li > a.current {
		color: #1f1f1f;
	}
	.classItemBox .classLink > li ul {
		display: none;
	}
	.classItemBox .classLink a {
		color: #111111;
		background-color: #fff;
		display: block;
		font-size: 18px;
		font-weight: 500;
		letter-spacing: 0.9px;
		line-height: 1.66;
		padding: 14px 15px;
		position: relative;
	}
	.classItemBox .classLink a::before {
		display: none;
	}
}
@media (max-width: 1200px) and (max-width: 640px) {
	.classItemBox .classLink a {
		font-size: 16px;
		line-height: 1.5;
	}
}
@media (max-width: 1200px) and (max-width: 400px) {
	.classItemBox .classLink a {
		font-size: 15px;
	}
}
.classItemBox .wrap {
	padding: 0;
}
@media (max-width: 480px) {
	.classItemBox .wrap {
		max-width: 360px;
	}
	.classItemBox .wrap .classLink {
		width: 100%;
		max-width: 360px;
		left: 50%;
		transform: translateX(-50%);
	}
}

.focusArea {
	padding: 80px 0 66px;
	background: url(../images/esg/bg3.png) no-repeat bottom center/cover;
}
@media (max-width: 1200px) {
	.focusArea {
		background: initial;
		padding: 60px 0 10px;
	}
}
.focusArea .wrap {
	width: 100%;
	max-width: 1350px;
	margin: 0 auto;
	padding-left: 30px;
	padding-right: 30px;
}
.focusArea .areaTitle {
	text-align: center;
	font-size: 39px;
	font-weight: 700;
	line-height: 1.2;
	color: #1f1f1f;
}
.focusArea .focusList {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 54px -25px 0;
}
.focusArea .focusItem {
	width: 25%;
	padding: 0 25px 50px;
}
@media (min-width: 961px) {
	.focusArea .focusItem:nth-child(1) {
		padding-top: 60px;
	}
	.focusArea .focusItem:nth-child(3) {
		padding-top: 57px;
	}
	.focusArea .focusItem:nth-child(4) {
		padding-top: 46px;
	}
}
@media (max-width: 960px) {
	.focusArea .focusItem {
		width: 50%;
	}
}
@media (max-width: 480px) {
	.focusArea .focusItem {
		width: 100%;
	}
}
.focusArea .Img {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	width: 142px;
	height: 142px;
	border-radius: 50%;
	margin: 0 auto;
	border: 1px dashed #bfbfbf;
}
.focusArea .Img::before, .focusArea .Img::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
}
.focusArea .Img::before {
	z-index: -2;
	width: 78.9%;
	height: 78.9%;
	background: linear-gradient(to right, #8315a4, #083391 87%);
}
.focusArea .Img::after {
	z-index: -1;
	width: 66.2%;
	height: 66.2%;
	background-color: #fff;
}
.focusArea .Img img {
	width: 100%;
	display: block;
	backface-visibility: hidden;
	max-width: 60px;
}
.focusArea .Txt {
	margin-top: 32px;
}
.focusArea .title {
	text-align: center;
	font-size: 19px;
	font-weight: 700;
	color: #2d2d8f;
}
.focusArea .text {
	text-align: center;
	font-size: 15px;
	line-height: 2;
	margin-top: 15px;
}

.downloadArea {
	position: relative;
	z-index: 1;
	padding: 72px 0 110px;
}
.downloadArea::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 38.54%;
	height: 100%;
	background-color: #f5f5f9;
}
@media (max-width: 1200px) {
	.downloadArea {
		padding: 60px 0;
	}
}
@media (max-width: 960px) {
	.downloadArea::before {
		width: 100%;
	}
}
.downloadArea .wrap {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1345px;
	margin: 0 auto;
	padding-left: 30px;
	padding-right: 30px;
}
.downloadArea .leftBox {
	width: 30.7%;
	padding-top: 47px;
	padding-right: 70px;
}
@media (max-width: 960px) {
	.downloadArea .leftBox {
		width: 100%;
		padding-top: 0;
		padding-right: 0;
	}
}
.downloadArea .rightBox {
	width: 69.3%;
}
@media (max-width: 960px) {
	.downloadArea .rightBox {
		width: 100%;
		padding-top: 50px;
	}
}
.downloadArea .areaTitle {
	max-width: 240px;
	font-size: 39px;
	font-weight: 700;
	line-height: 1.35;
	color: #1f1f1f;
}
.downloadArea .infoBox {
	font-size: 15px;
	line-height: 2;
	margin-top: 31px;
}
.downloadArea .pageArrowBox {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-top: 110px;
}
@media (max-width: 1200px) {
	.downloadArea .pageArrowBox {
		margin-top: 30px;
	}
}
.downloadArea .slidePageBox {
	display: flex;
	align-items: center;
	width: 107px;
}
.downloadArea .slidePage {
	font-size: 14px;
	letter-spacing: 2px;
	color: #2d2d8f;
}
.downloadArea .total {
	position: relative;
	padding-left: 41px;
	margin-left: 14px;
}
.downloadArea .total::before {
	content: "";
	position: absolute;
	top: calc(50% - 0.5px);
	left: 0;
	width: 28px;
	height: 1px;
	background-color: #b5b5b5;
}
.downloadArea .downloadList {
	margin: 0 -14px;
}
.downloadArea .slick-slide {
	padding-top: 40px;
}
.downloadArea .slick-slide.current {
	padding-top: 0;
}
@media (max-width: 767px) {
	.downloadArea .slick-slide {
		padding-top: 0;
	}
}
.downloadArea .downloadItem {
	padding: 0 14px;
}
.downloadArea .Img {
	position: relative;
	border: 8px solid #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}
.downloadArea .Img::before {
	content: url(../images/esg/download.png);
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	position: absolute;
	z-index: 1;
	top: -8px;
	right: -8px;
	width: 46px;
	height: 46px;
	background-color: #2d2d8f;
}
.downloadArea .Img img {
	width: 100%;
	display: block;
	backface-visibility: hidden;
}
.downloadArea .Txt {
	margin-top: 20px;
}
.downloadArea .title a {
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.8px;
	font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
	color: #1f1f1f;
}
@media (min-width: 1201px) {
	.downloadArea .title a:hover {
		color: #2d2d8f;
	}
}

.dropDownBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 20px;
	margin-bottom: 10px;
}
.dropDownBox .dropDownTitle {
	font-size: 20px;
	font-weight: 400;
	line-height: 0.5px;
	line-height: 1.5;
	padding-right: 20px;
	padding: 10px 20px 10px 0;
}
.dropDownBox .dropDownTitle.m1Title {
	font-size: 22px;
}
.dropDownBox .classBox.dropDownStyle {
	width: 100%;
	margin: 0 0 0 auto;
}

/***** 側邊選單 *****/
.sideBox .Img {
	margin-bottom: 30px;
}
.sideBox .Img img {
	width: 100%;
	display: block;
	backface-visibility: hidden;
}

/***** sitemap *****/
.mapArea {
	padding: 10px 0 70px;
}
@media (max-width: 1200px) {
	.mapArea {
		padding: 10px 0 50px;
	}
}
@media (max-width: 640px) {
	.mapArea {
		padding: 10px 0 30px;
	}
}
.mapArea.investors {
	background-color: #f6f6f6;
}

/***** sitemap END *****/
/***** landing *****/
.landingSectionArea.esg.link {
	padding: 63px 0 47px;
	background: url(../images/esg/bg2.jpg) no-repeat center/cover;
}
@media (max-width: 960px) {
	.landingSectionArea.esg.link {
		padding: 60px 0 5px;
	}
}
.landingSectionArea.esg.link .wrap {
	width: 100%;
	max-width: 1484px;
	margin: 0 auto;
	padding-left: 30px;
	padding-right: 30px;
}
.landingSectionArea.esg.link .wrap > .pageArrowBox {
	display: none;
}
.landingSectionArea.esg.link .wrap > .moreBtn {
	display: none;
}

.landingSectionBox.landingLinkBox, .landingSectionBox.insLinkBox {
	padding-bottom: 104px;
}
@media (max-width: 1200px) {
	.landingSectionBox.landingLinkBox, .landingSectionBox.insLinkBox {
		padding-bottom: 50px;
	}
}
.landingSectionBox.landingLinkBox .landingLinkList, .landingSectionBox.insLinkBox .landingLinkList {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -14px;
}
.landingSectionBox.landingLinkBox .guideItem, .landingSectionBox.insLinkBox .guideItem {
	width: 33.3333333333%;
	padding: 14px;
}
@media (max-width: 960px) {
	.landingSectionBox.landingLinkBox .guideItem, .landingSectionBox.insLinkBox .guideItem {
		width: 50%;
	}
}
@media (max-width: 640px) {
	.landingSectionBox.landingLinkBox .guideItem, .landingSectionBox.insLinkBox .guideItem {
		width: 100%;
	}
}
.landingSectionBox.landingLinkBox .item, .landingSectionBox.insLinkBox .item {
	height: 100%;
	background-color: #f5f7f8;
}
.landingSectionBox.landingLinkBox .Img img, .landingSectionBox.insLinkBox .Img img {
	width: 100%;
	display: block;
	backface-visibility: hidden;
}
.landingSectionBox.landingLinkBox .Txt, .landingSectionBox.insLinkBox .Txt {
	padding: 17px 19px 41px 19px;
	border-top: 3px solid #2d2d8f;
}
@media (max-width: 640px) {
	.landingSectionBox.landingLinkBox .Txt, .landingSectionBox.insLinkBox .Txt {
		padding: 17px 19px;
	}
}
.landingSectionBox.landingLinkBox h3.title, .landingSectionBox.insLinkBox h3.title {
	font-size: 19px;
	font-weight: 700;
	color: #2d2d8f;
}
.landingSectionBox.landingLinkBox .linkList, .landingSectionBox.insLinkBox .linkList {
	display: flex;
	flex-wrap: wrap;
	margin-top: 13px;
	padding-top: 16px;
	border-top: 1px solid #e0e0e0;
}
.landingSectionBox.landingLinkBox .linkList .linkItem, .landingSectionBox.insLinkBox .linkList .linkItem {
	position: relative;
	width: 50%;
	padding-left: 17px;
	margin-bottom: 5px;
}
.landingSectionBox.landingLinkBox .linkList .linkItem::before, .landingSectionBox.insLinkBox .linkList .linkItem::before {
	content: "";
	position: absolute;
	top: 9px;
	left: 0;
	width: 5px;
	height: 5px;
	background-color: #2d2d8f;
}
@media (max-width: 375px) {
	.landingSectionBox.landingLinkBox .linkList .linkItem, .landingSectionBox.insLinkBox .linkList .linkItem {
		width: 100%;
	}
}
.landingSectionBox.landingLinkBox .linkList .description, .landingSectionBox.insLinkBox .linkList .description {
	display: none;
}
.landingSectionBox.esgLandingLinkBox .guideItem {
	padding-bottom: 55px;
}
.landingSectionBox.esgLandingLinkBox .guideItem:nth-child(odd) .item {
	padding-left: 153px;
	padding-right: 67px;
}
.landingSectionBox.esgLandingLinkBox .guideItem:nth-child(odd) .Img {
	border-bottom-right-radius: 100px;
}
.landingSectionBox.esgLandingLinkBox .guideItem:nth-child(odd) .Txt {
	left: 0;
}
.landingSectionBox.esgLandingLinkBox .guideItem:nth-child(even) .item {
	padding-left: 67px;
	padding-right: 153px;
}
.landingSectionBox.esgLandingLinkBox .guideItem:nth-child(even) .Img {
	border-bottom-left-radius: 100px;
}
.landingSectionBox.esgLandingLinkBox .guideItem:nth-child(even) .Txt {
	right: 0;
}
@media (max-width: 1200px) {
	.landingSectionBox.esgLandingLinkBox .guideItem:nth-child(odd) .item {
		padding-left: 80px;
		padding-right: 0;
	}
	.landingSectionBox.esgLandingLinkBox .guideItem:nth-child(even) .item {
		padding-left: 0;
		padding-right: 80px;
	}
}
@media (max-width: 960px) {
	.landingSectionBox.esgLandingLinkBox .guideItem:nth-child(odd) .item {
		padding-left: 0;
	}
	.landingSectionBox.esgLandingLinkBox .guideItem:nth-child(odd) .Img {
		border-radius: 0;
	}
	.landingSectionBox.esgLandingLinkBox .guideItem:nth-child(even) .item {
		padding-right: 0;
	}
	.landingSectionBox.esgLandingLinkBox .guideItem:nth-child(even) .Img {
		border-radius: 0;
	}
}
.landingSectionBox.esgLandingLinkBox .item {
	position: relative;
	padding-top: 35px;
}
@media (max-width: 960px) {
	.landingSectionBox.esgLandingLinkBox .item {
		padding-top: 0;
	}
}
.landingSectionBox.esgLandingLinkBox .Img {
	overflow: hidden;
	height: 535px;
}
.landingSectionBox.esgLandingLinkBox .Img img {
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: cover;
	   object-fit: cover;
}
@media (max-width: 960px) {
	.landingSectionBox.esgLandingLinkBox .Img {
		height: auto;
	}
}
.landingSectionBox.esgLandingLinkBox .Txt {
	position: absolute;
	top: 0;
	z-index: 1;
	max-width: 446px;
	width: 100%;
	padding: 75px 60px 58px 50px;
	background-color: rgba(255, 255, 255, 0.95);
}
@media (max-width: 960px) {
	.landingSectionBox.esgLandingLinkBox .Txt {
		position: relative;
		max-width: 100%;
		padding: 30px 30px 50px;
	}
}
.landingSectionBox.esgLandingLinkBox .title a {
	font-size: 27px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.5px;
	color: #2d2d8f;
}
@media (min-width: 1201px) {
	.landingSectionBox.esgLandingLinkBox .title a:hover {
		color: #1f1f1f;
	}
}
.landingSectionBox.esgLandingLinkBox .description {
	height: 122px;
	line-height: 1.9;
	margin-top: 14px;
}
@media (max-width: 960px) {
	.landingSectionBox.esgLandingLinkBox .description {
		max-height: 122px;
		height: auto;
	}
}
.landingSectionBox.esgLandingLinkBox .pageArrowBox {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-top: 24px;
}
.landingSectionBox.esgLandingLinkBox .slidePageBox {
	display: flex;
	align-items: center;
	width: 107px;
}
.landingSectionBox.esgLandingLinkBox .slidePage {
	font-size: 14px;
	letter-spacing: 2px;
	color: #2d2d8f;
}
.landingSectionBox.esgLandingLinkBox .total {
	position: relative;
	padding-left: 41px;
	margin-left: 14px;
}
.landingSectionBox.esgLandingLinkBox .total::before {
	content: "";
	position: absolute;
	top: calc(50% - 0.5px);
	left: 0;
	width: 28px;
	height: 1px;
	background-color: #b5b5b5;
}
.landingSectionBox.esgLandingLinkBox .moreBtn {
	margin-top: 40px;
}
.landingSectionBox.esgLandingLinkBox .moreBtn a {
	max-width: 206px;
}

@media (max-width: 960px) {
	.textEditor .contentBuilder .column.landingDataImg, .textEditor .contentBuilder .column.landingDataTxt {
		width: 100%;
	}
}
@media (max-width: 960px) {
	.textEditor .contentBuilder .column.landingDataImg {
		padding-right: 0 !important;
		padding-bottom: 15px;
	}
}

.landingDataBox {
	display: flex;
	flex-wrap: wrap;
}
.landingDataBox .landingDataImg > img {
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: cover;
	   object-fit: cover;
}
.landingDataBox .landingDataTxt .landingStockBox {
	display: flex;
	flex-wrap: wrap;
	height: calc(100% + 16px);
	margin-top: -8px;
	margin-bottom: -8px;
}
@media (min-width: 961px) {
	.landingDataBox .landingDataTxt .stockItem {
		flex-grow: 1;
	}
}
@media (min-width: 501px) and (max-width: 640px) {
	.landingDataBox .landingDataTxt .stockItem {
		width: 50%;
	}
}
@media (max-width: 500px) {
	.landingDataBox .landingDataTxt .stockItem {
		width: 100%;
	}
}

.landingLinkMapList {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -45px;
}
@media (max-width: 1440px) {
	.landingLinkMapList {
		margin: 0 -30px;
	}
}
@media (max-width: 1280px) {
	.landingLinkMapList {
		margin: 0 -20px;
	}
}
@media (max-width: 1200px) {
	.landingLinkMapList {
		justify-content: center;
	}
}
.landingLinkMapList .guideItem {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	padding: 30px 45px 20px;
	width: 33.33%;
}
@media (max-width: 1440px) {
	.landingLinkMapList .guideItem {
		padding: 30px 30px 20px;
	}
}
@media (max-width: 1280px) {
	.landingLinkMapList .guideItem {
		padding: 30px 20px 20px;
	}
}
@media (max-width: 1200px) {
	.landingLinkMapList .guideItem {
		width: 50%;
		max-width: 460px;
		margin: 0 auto;
	}
}
@media (max-width: 768px) {
	.landingLinkMapList .guideItem {
		width: 100%;
	}
}
.landingLinkMapList .guideItem > .Txt {
	flex-grow: 1;
}
.landingLinkMapList .Img {
	position: relative;
	width: 100%;
	max-width: 420px;
	margin: 0 auto;
}
.landingLinkMapList .Img img {
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: cover;
	   object-fit: cover;
}
.landingLinkMapList .Txt {
	padding: 0;
}
.landingLinkMapList .title {
	padding: 15px 0;
	border-bottom: 1px solid #e3e3e3;
	font-size: 18px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.8);
}
.landingLinkMapList .title a {
	display: block;
}
.landingLinkMapList .title a.current {
	color: #2d2d8f;
}
@media (min-width: 1201px) {
	.landingLinkMapList .title:hover a {
		transform: translateX(5px);
	}
}
@media (min-width: 641px) {
	.landingLinkMapList .linkBox {
		display: flex;
		flex-wrap: wrap;
	}
}
@media (min-width: 641px) {
	.landingLinkMapList .linkBox > ul {
		flex-grow: 1;
		width: 50%;
		padding-right: 10px;
	}
}
.landingLinkMapList .linkBox > ul li {
	position: relative;
	border-bottom: 1px solid #e3e3e3;
}
.landingLinkMapList .linkBox > ul li::before {
	content: "";
	display: block;
	width: 0%;
	height: 1px;
	background-color: #2d2d8f;
	position: absolute;
	top: auto;
	left: 0;
	bottom: -1px;
	right: auto;
}
@media (min-width: 1201px) {
	.landingLinkMapList .linkBox > ul li:hover::before {
		width: 100%;
	}
	.landingLinkMapList .linkBox > ul li:hover a {
		color: #2d2d8f;
		padding-left: 5px;
	}
	.landingLinkMapList .linkBox > ul li:hover a::before, .landingLinkMapList .linkBox > ul li:hover a::after {
		background-color: #2d2d8f;
	}
}
.landingLinkMapList .linkBox > ul li.current::before {
	width: 100%;
}
.landingLinkMapList .linkBox > ul li.current a {
	color: #2d2d8f;
	padding-left: 5px;
}
.landingLinkMapList .linkBox > ul li.current a::before, .landingLinkMapList .linkBox > ul li.current a::after {
	background-color: #2d2d8f;
}
.landingLinkMapList .linkBox a {
	color: #3b3b3b;
	display: block;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.5;
	padding: 15px 30px 15px 0;
	position: relative;
}
.landingLinkMapList .linkBox a::before {
	content: "";
	display: block;
	width: 7px;
	height: 2px;
	background-color: #8c8c8c;
	position: absolute;
	top: calc(50% - 2px);
	left: auto;
	bottom: auto;
	right: 18px;
	transform: rotate(45deg);
}
.landingLinkMapList .linkBox a::after {
	content: "";
	display: block;
	width: 7px;
	height: 2px;
	background-color: #8c8c8c;
	position: absolute;
	top: calc(50% + 2px);
	left: auto;
	bottom: auto;
	right: 18px;
	transform: rotate(-45deg);
}

.landingTopBox {
	display: flex;
	flex-wrap: wrap;
}
.landingTopBox .leftBox {
	width: 100%;
	flex-shrink: 1;
}
@media (max-width: 1200px) {
	.landingTopBox .leftBox {
		text-align: center;
	}
}
.landingTopBox .leftBox .expStyle {
	color: rgba(0, 0, 0, 0.8);
}
.landingTopBox .rightBox {
	border: none;
	display: flex;
	align-items: center;
	flex-shrink: 0;
	flex-grow: 1;
	padding: 20px 0 0;
}
@media (max-width: 1200px) {
	.landingTopBox .rightBox {
		margin-top: 0;
		padding: 0;
		width: 100%;
		flex-direction: column;
	}
}
.landingTopBox .rightBox .stock {
	width: 310px;
	padding-right: 20px;
	display: flex;
	align-items: center;
	flex-shrink: 0;
}
@media (max-width: 1200px) {
	.landingTopBox .rightBox .stock {
		width: auto;
		padding: 10px 0 20px;
	}
}
.landingTopBox .rightBox .stock span {
	display: inline-block;
	vertical-align: sub;
	color: #585858;
}
.landingTopBox .rightBox .stock .text {
	font-size: 22px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.6;
	padding-right: 10px;
}
@media (max-width: 1200px) {
	.landingTopBox .rightBox .stock .text {
		font-size: 20px;
	}
}
@media (max-width: 640px) {
	.landingTopBox .rightBox .stock .text {
		font-size: 18px;
	}
}
.landingTopBox .rightBox .stock .num {
	font-size: 46px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.5;
}
@media (max-width: 1200px) {
	.landingTopBox .rightBox .stock .num {
		font-size: 40px;
	}
}
@media (max-width: 640px) {
	.landingTopBox .rightBox .stock .num {
		font-size: 36px;
	}
}
@media (max-width: 400px) {
	.landingTopBox .rightBox .stock .num {
		font-size: 32px;
	}
}
.landingTopBox .rightBox .btnBox {
	max-width: 200px;
}
.landingTopBox .rightBox .btnBox .btn {
	padding: 10px 5px;
}
.landingTopBox .rightBox .btnBox .text {
	font-size: 20px;
	padding-right: 3px;
}

.newsArea.landingPage {
	margin-top: 45px;
}
.newsArea.landingPage .filterBox {
	width: 100%;
	max-width: 200px;
	margin-left: auto;
}
@media (max-width: 640px) {
	.newsArea.landingPage .filterBox {
		margin-top: 20px;
	}
}
.newsArea.landingPage .filterBox .filter {
	position: relative;
}
.newsArea.landingPage .filterBox .currentFilter {
	color: #2d2d8f;
	display: block;
	width: 100%;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.5;
	padding: 10px 24px 10px 10px;
	position: relative;
}
.newsArea.landingPage .filterBox .currentFilter::before {
	content: "";
	border-right: 2px solid #2d2d8f;
	border-bottom: 2px solid #2d2d8f;
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: calc(50% - 6px);
	left: auto;
	bottom: auto;
	right: 10px;
	transform: rotate(45deg);
}
.newsArea.landingPage .filterBox .currentFilter::after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-color: #2d2d8f;
	position: absolute;
	top: auto;
	left: 0;
	bottom: 0;
	right: auto;
}
.newsArea.landingPage .filterBox .currentFilter.open::before {
	transform: scaleY(-1) rotate(45deg);
}
.newsArea.landingPage .filterList {
	background-color: white;
	display: none;
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	bottom: auto;
	right: auto;
	z-index: 2;
}
.newsArea.landingPage .filterList a {
	border-bottom: 1px solid rgba(45, 45, 143, 0.4);
	color: #2d2d8f;
	display: block;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.875;
	padding: 5px 10px;
}
@media (min-width: 1201px) {
	.newsArea.landingPage .filterList a:hover {
		background-color: #2d2d8f;
		color: #fff;
	}
}
.newsArea.landingPage .filterList a.current {
	background-color: #2d2d8f;
	color: #fff;
}
.newsArea.landingPage .newsList {
	width: 100%;
	padding-top: 24px;
}
.newsArea.landingPage .newsList .newsItem {
	padding: 24px 0 22px;
	border-bottom: 1px solid #d7d7d7;
	position: relative;
}
@media (max-width: 840px) {
	.newsArea.landingPage .newsList .newsItem {
		padding: 20px 0 10px;
	}
}
.newsArea.landingPage .newsList .newsItem::before {
	content: "";
	display: block;
	width: 0%;
	height: 1px;
	background-color: #2d2d8f;
	position: absolute;
	top: auto;
	left: auto;
	bottom: 0;
	right: 0;
	transition: all 0.75s;
}
.newsArea.landingPage .newsList .newsItem.titleItem {
	border-bottom: none;
}
@media (max-width: 840px) {
	.newsArea.landingPage .newsList .newsItem.titleItem {
		display: none;
	}
}
.newsArea.landingPage .newsList .newsItem.titleItem::before {
	opacity: 0;
}
.newsArea.landingPage .newsList .newsItem.titleItem .item {
	align-items: initial;
}
.newsArea.landingPage .newsList .newsItem.titleItem .classTitle,
.newsArea.landingPage .newsList .newsItem.titleItem .day {
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
}
.newsArea.landingPage .newsList .newsItem.titleItem .classTitle,
.newsArea.landingPage .newsList .newsItem.titleItem .day,
.newsArea.landingPage .newsList .newsItem.titleItem .title {
	padding-bottom: 18px;
}
.newsArea.landingPage .newsList .newsItem.titleItem .classTitle::before,
.newsArea.landingPage .newsList .newsItem.titleItem .day::before,
.newsArea.landingPage .newsList .newsItem.titleItem .title::before {
	display: none;
}
.newsArea.landingPage .newsList .newsItem.titleItem .classTitle::after,
.newsArea.landingPage .newsList .newsItem.titleItem .day::after,
.newsArea.landingPage .newsList .newsItem.titleItem .title::after {
	content: "";
	display: block;
	width: calc(100% - 10px);
	height: 2px;
	background-color: #2d2d8f;
	position: absolute;
	top: auto;
	left: 5px;
	bottom: 0;
	right: auto;
}
@media (min-width: 1201px) {
	.newsArea.landingPage .newsList .newsItem.titleItem .title:hover {
		transform: translateX(0);
	}
}
@media (min-width: 1201px) {
	.newsArea.landingPage .newsList .newsItem:hover::before {
		width: 100%;
		left: 0;
		right: auto;
	}
}
.newsArea.landingPage .newsList .item {
	display: flex;
	align-items: center;
}
@media (max-width: 840px) {
	.newsArea.landingPage .newsList .item {
		flex-wrap: wrap;
	}
}
.newsArea.landingPage .newsList .classTitle {
	width: 100px;
	position: relative;
	padding: 0 10px;
	text-align: center;
}
.newsArea.landingPage .newsList .classTitle::before {
	content: "";
	display: block;
	width: 1px;
	height: 20px;
	background-color: #d7d7d7;
	position: absolute;
	top: 0;
	left: auto;
	bottom: auto;
	right: 0;
}
@media (max-width: 840px) {
	.newsArea.landingPage .newsList .classTitle {
		text-align: left;
		padding-left: 0;
		padding-right: 20px;
		width: auto;
	}
	.newsArea.landingPage .newsList .classTitle.noText {
		display: none;
	}
	.newsArea.landingPage .newsList .classTitle.noText::before {
		display: none;
	}
	.newsArea.landingPage .newsList .classTitle.noText + .day {
		padding-left: 0;
	}
}
.newsArea.landingPage .newsList .day {
	width: 120px;
	position: relative;
	padding: 0 10px;
	text-align: center;
}
.newsArea.landingPage .newsList .day::before {
	content: "";
	display: block;
	width: 1px;
	height: 20px;
	background-color: #d7d7d7;
	position: absolute;
	top: 0;
	left: auto;
	bottom: auto;
	right: 0;
}
@media (max-width: 840px) {
	.newsArea.landingPage .newsList .day {
		text-align: left;
		padding-left: 20px;
		padding-right: 0;
		width: auto;
	}
	.newsArea.landingPage .newsList .day::before {
		display: none;
	}
}
.newsArea.landingPage .newsList .title {
	width: calc(100% - 220px);
	padding: 0 10px 0 20px;
	position: relative;
}
.newsArea.landingPage .newsList .title a {
	display: block;
}
.newsArea.landingPage .newsList .title.ellipsis {
	height: 30px;
}
@media (max-width: 840px) {
	.newsArea.landingPage .newsList .title.ellipsis {
		height: auto;
		max-height: 65px;
	}
}
@media (min-width: 1201px) {
	.newsArea.landingPage .newsList .title:hover {
		transform: translateX(5px);
	}
}
@media (max-width: 840px) {
	.newsArea.landingPage .newsList .title {
		width: 100%;
		padding: 5px 0 0;
	}
}
.newsArea.landingPage > .btnBox {
	margin: 70px auto 16px;
	text-align: center;
}
@media (max-width: 640px) {
	.newsArea.landingPage > .btnBox {
		margin: 40px 0 0px;
	}
}

/***** landing END *****/
/***** article *****/
.articleBox .Txt {
	margin-top: 30px;
}
@media (max-width: 1200px) {
	.articleBox .Txt {
		margin-top: 20px;
	}
}
.articleBox .btnBox {
	padding-top: 40px;
	text-align: center;
}

.articleList {
	margin-top: 30px;
	padding-top: 10px;
}
@media (max-width: 1200px) {
	.articleList {
		margin-top: 20px;
		padding-top: 0;
	}
}
.articleList .title {
	display: flex;
	align-items: flex-start;
}
.articleList .title .num {
	flex-shrink: 0;
	padding: 0 10px;
	margin-right: 10px;
	color: #fff;
	line-height: 24px;
	background-color: #606060;
}
.articleList li {
	padding: 20px;
	margin-bottom: 22px;
	border: 1px solid #efefef;
	background-color: #f6f6f6;
}
.articleList h3 {
	font-size: 16px;
	font-weight: 300;
}

table.tableBasicInfo tr:first-child {
	border-top-color: #ddd;
}
table.tableBasicInfo tr td {
	padding: 15px 20px;
}

.horizontalTable .horizontalTableInner {
	overflow-x: auto;
	cursor: move;
}

.horizontalTable {
	position: relative;
}
.horizontalTable table {
	min-width: 850px;
}

.m_horizontalTable {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	text-align: center;
}
@media (min-width: 1025px) {
	.m_horizontalTable {
		display: none;
	}
}
.m_horizontalTable .cloned {
	padding: 10px 8px;
	background-color: #fff;
}
.m_horizontalTable .cloned:nth-of-type(odd) {
	background-color: #f7f7f7;
}
.m_horizontalTable .cloned:first-child {
	color: #fff;
	background-color: #2d2d8f;
}

.noteTxt {
	padding: 15px 0 0 20px;
	color: #747474;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0.05em;
}

/***** article END*****/
/***** information *****/
.articleTitle.informationArea {
	margin-bottom: 0;
	padding-top: 0;
}

.informationBox > .m2Title {
	border-bottom: 1px solid #efefef;
	color: #2d2d8f;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.5px;
	line-height: 1.5;
	padding: 30px 0 10px;
	position: relative;
}
.informationBox .infoRow {
	align-items: center;
	display: flex;
	padding: 15px 10px;
}
@media (max-width: 640px) {
	.informationBox .infoRow {
		flex-direction: column;
		padding-left: 0;
		padding-right: 0;
	}
}
@media (min-width: 641px) {
	.informationBox .infoRow .infoColumn {
		line-height: 1.2;
	}
	.informationBox .infoRow .infoColumn:not(:last-child) {
		border-right: 1px solid;
		margin-right: 15px;
	}
	.informationBox .infoRow .infoColumnDate {
		width: 100px;
		color: #333;
		font-size: 15px;
	}
	.informationBox .infoRow .infoColumnTitle {
		flex: 1;
	}
	.informationBox .infoRow .infoColumnDownload {
		width: 80px;
		text-align: center;
	}
	.informationBox .infoRow .infoColumnVideo {
		width: 60px;
	}
}
@media (max-width: 640px) {
	.informationBox .infoRow .infoColumnDate, .informationBox .infoRow .infoColumnTitle, .informationBox .infoRow .infoColumnDownload, .informationBox .infoRow .infoColumnVideo {
		display: flex;
		align-items: center;
		width: 100%;
		padding: 8px 0;
	}
	.informationBox .infoRow .infoColumnTitle {
		padding-right: 8px;
		overflow: hidden;
	}
	.informationBox .infoRow .infoColumnVideo.noVideo {
		display: none;
	}
}
.informationBox .infoRowHead {
	background-color: #343536;
}
.informationBox .infoRowHead .infoColumn {
	color: #fff;
}
.informationBox .infoRowHead .infoColumn:not(:last-child) {
	border-color: rgba(255, 255, 255, 0.3);
}
@media (max-width: 640px) {
	.informationBox .infoRowHead {
		display: none;
	}
}
@media (min-width: 641px) {
	.informationBox .infoRowContent:not(:last-child) {
		border-bottom: 1px solid #efefef;
	}
}
.informationBox .infoRowContent .infoColumn:not(:last-child) {
	border-color: #efefef;
}
@media (max-width: 640px) {
	.informationBox .infoRowContent .infoColumn {
		border: 1px solid #efefef;
		position: relative;
	}
	.informationBox .infoRowContent .infoColumn::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 110px;
		height: 100%;
		background-color: #343536;
	}
}
.informationBox .infoRowContent .infoColumnDownload svg {
	width: 25px;
	height: 35px;
	cursor: pointer;
	display: inline-block;
	fill: #2d2d8f;
	vertical-align: middle;
}
@media (min-width: 1201px) {
	.informationBox .infoRowContent .infoColumnDownload svg:hover {
		transform: scale(1.1);
	}
}
.informationBox .infoRowContent .infoColumnVideo a {
	display: block;
	width: 30px;
	font-size: 25px;
	color: #2d2d8f;
}
@media (min-width: 641px) {
	.informationBox .infoRowContent .infoColumnVideo a {
		margin: 0 auto;
	}
}
.informationBox .infoRowContent .infoColumn .columnName {
	display: none;
	position: relative;
	width: 110px;
	padding: 8px 12px 8px 8px;
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	background-color: #343536;
}
@media (max-width: 640px) {
	.informationBox .infoRowContent .infoColumn .columnName {
		display: block;
		flex-shrink: 0;
		margin-right: 12px;
		margin-top: -8px;
		margin-bottom: -8px;
	}
}

/***** information END *****/
/***** commissioner *****/
.commissionerList .commissionerItem {
	padding: 20px;
	margin-bottom: 22px;
	border: 1px solid #2d2d8f;
	background-color: #fff;
}
.commissionerList .commissionerItem .title {
	position: relative;
	padding: 0 15px 0 0;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.5;
	cursor: pointer;
}
.commissionerList .commissionerItem .title::before {
	content: "+";
	color: #2d2d8f;
	cursor: pointer;
	font-size: 20px;
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	transform: translateY(-50%);
}
.commissionerList .commissionerItem > .textBox.textEditor {
	border-top: 2px solid rgba(45, 45, 143, 0.3);
	background-color: #f8f8f8;
	display: none;
	padding: 10px 15px;
	margin-top: 20px;
}
.commissionerList .commissionerItem.open .title::before {
	content: "-";
}

.classDownload {
	padding-top: 30px;
	display: flex;
}
.classDownload a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}
@media (min-width: 1201px) {
	.classDownload a:hover {
		transform: translateY(-5px);
	}
	.classDownload a:hover .text {
		background-color: #2d2d8f;
	}
}
.classDownload a svg {
	width: 36px;
	height: 44px;
	display: inline-block;
	fill: #2d2d8f;
	vertical-align: middle;
}
.classDownload a .text {
	background-color: #000;
	border-radius: 30px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 0.5px;
	margin-top: 10px;
	padding: 6px 15px;
}

/***** commissioner END *****/
/***** faq *****/
.faqList {
	margin-top: 20px;
	padding: 20px 0 0;
}
.faqList .faqItem {
	padding: 20px;
	margin-bottom: 22px;
	border: 1px solid #efefef;
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
@media (max-width: 640px) {
	.faqList .faqItem {
		padding: 15px;
	}
}
.faqList .faqItem .num {
	color: #2d2d8f;
	display: inline-block;
	flex-shrink: 0;
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
	width: 30px;
}
.faqList .faqItem .title {
	position: relative;
	padding: 0 15px 0 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	width: calc(100% - 30px);
	cursor: pointer;
}
.faqList .faqItem .title::before {
	content: "+";
	color: #333;
	cursor: pointer;
	font-size: 20px;
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	transform: translateY(-50%);
}
.faqList .faqItem > .textBox.textEditor {
	border-top: 2px solid #5858ca;
	background-color: #f8f8f8;
	display: none;
	width: 100%;
	padding: 10px 15px;
	margin-top: 20px;
}

/***** faq END *****/
/***** finance *****/
.fileBox {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 40px;
}
.fileBox .fileColumn {
	padding: 30px;
	border: 1px solid #2d2d8f;
	background-color: #fff;
}
.fileBox .fileColumnQuarter {
	width: 100%;
	margin-bottom: 20px;
}
.fileBox .fileColumnIndividual, .fileBox .fileColumnYear {
	width: calc(50% - 10px);
}
@media (max-width: 1280px) {
	.fileBox .fileColumn {
		padding: 30px 20px;
	}
}
@media (max-width: 768px) {
	.fileBox .fileColumnIndividual, .fileBox .fileColumnYear {
		width: 100%;
		margin-bottom: 30px;
	}
}
.fileBox .fileColumn .fileQuarterList {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 -5px;
	padding: 20px 50px;
}
.fileBox .fileColumn .fileQuarterList .fileQuarterItem {
	width: 25%;
	padding: 0 5px;
}
@media (max-width: 640px) {
	.fileBox .fileColumn .fileQuarterList {
		padding: 20px 0;
	}
	.fileBox .fileColumn .fileQuarterList .fileQuarterItem {
		width: 50%;
	}
	.fileBox .fileColumn .fileQuarterList .fileQuarterItem:first-child, .fileBox .fileColumn .fileQuarterList .fileQuarterItem:nth-child(2) {
		margin-bottom: 35px;
	}
}
.fileBox .fileColumn .columnTitle {
	color: #333;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0.5px;
	margin-bottom: 30px;
	text-align: center;
}
.fileBox .fileColumn .downLink {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.fileBox .fileColumn .downLink .title {
	color: #2d2d8f;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.5px;
	margin-top: 10px;
}
.fileBox .fileColumn .downLink svg {
	width: 36px;
	height: 44px;
	display: inline-block;
	fill: #2d2d8f;
	vertical-align: middle;
}
.fileBox .fileColumn .downLink .text {
	background-color: #000;
	border-radius: 30px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 0.5px;
	margin-top: 10px;
	padding: 6px 15px;
}
.fileBox .fileColumn .downLink.noFile {
	cursor: initial;
	pointer-events: none;
}
.fileBox .fileColumn .downLink.noFile .title {
	color: #bbb;
}
.fileBox .fileColumn .downLink.noFile svg {
	fill: #bbb;
}
.fileBox .fileColumn .downLink.noFile .text {
	background-color: #bbb;
	color: #fff;
}
@media (min-width: 1201px) {
	.fileBox .fileColumn .downLink:hover:not(.noFile) {
		transform: translateY(-5px);
	}
	.fileBox .fileColumn .downLink:hover:not(.noFile) .text {
		background-color: #2d2d8f;
	}
}

/***** finance END *****/
/***** document *****/
.documentList {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -8px;
}
@media (max-width: 640px) {
	.documentList {
		margin: 0;
	}
}
.documentList .documentItem {
	width: 33.3333333333%;
	align-items: flex-start;
	padding: 0 8px 40px;
	position: relative;
	display: block;
}
@media (max-width: 800px) {
	.documentList .documentItem {
		width: 50%;
	}
}
@media (max-width: 500px) {
	.documentList .documentItem {
		width: 100%;
		padding: 0 0 30px;
	}
}
@media (min-width: 1201px) {
	.documentList .documentItem .item:hover {
		transform: translateY(-2px);
		box-shadow: 0 2px 8px 3px rgba(30, 2, 32, 0.2);
	}
}
.documentList .documentItem .Img {
	width: 100%;
}
.documentList .documentItem .Img img {
	width: 100%;
	display: block;
	backface-visibility: hidden;
}
.documentList .documentItem .Txt {
	width: 100%;
	padding: 20px 10px;
	background-color: rgba(45, 45, 143, 0.1);
}
@media (max-width: 640px) {
	.documentList .documentItem .Txt {
		padding-top: 10px;
	}
}
.documentList .documentItem .title {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.5;
}
.documentList .documentItem .title a {
	display: block;
}
.documentList .documentItem .text {
	max-height: 80px;
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 20px;
	margin: 10px 0;
	overflow: hidden;
}

/***** document END*****/
/***** responsibility *****/
.resBox .btnBox {
	padding-top: 40px;
	text-align: center;
}

.resList {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -8px;
}
@media (max-width: 640px) {
	.resList {
		margin: 0;
	}
}
.resList .resItem {
	width: 50%;
	padding: 0 8px 30px;
}
@media (max-width: 640px) {
	.resList .resItem {
		width: 100%;
		padding: 0 0 30px;
	}
}
.resList .resItem .Img img {
	width: 100%;
	display: block;
	backface-visibility: hidden;
}
.resList .resItem .Txt {
	padding-top: 20px;
}
.resList .resItem .Txt .title {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.2;
}
.resList .resItem .Txt .title a {
	display: block;
}
.resList .resItem .Txt .text {
	max-height: 80px;
	margin: 15px 0;
	color: #333;
	line-height: 1.5;
}

/***** responsibility END *****/
/***** contact *****/
.formBox.contactForm .formList {
	display: flex;
	flex-wrap: wrap;
}
.formBox.contactForm .formList li {
	display: block;
	width: 50%;
	padding: 10px;
}
.formBox.contactForm .formList li.full {
	width: 100%;
}
.formBox.contactForm .formList li select {
	width: 100%;
}

/***** contact END *****/
/***** report *****/
.topReportList h3, .downReportList h3 {
	font-size: 18px;
}
.topReportList h3 span, .downReportList h3 span {
	display: block;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 24px;
	color: #2d2d8f;
	letter-spacing: 2px;
}
.topReportList .downloadBtn, .downReportList .downloadBtn {
	display: block;
	width: 100px;
	margin-top: 30px;
	padding-top: 13px;
	padding-bottom: 13px;
	border: 1px solid #f0f0f0;
}
@media (min-width: 1181px) {
	.topReportList .downloadBtn:hover, .downReportList .downloadBtn:hover {
		transform: translateY(-5px);
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	}
	.topReportList .downloadBtn:hover::after, .downReportList .downloadBtn:hover::after {
		color: #2d2d8f;
		border-color: #2d2d8f;
		background-color: transparent;
	}
}
.topReportList .downloadBtn::after, .downReportList .downloadBtn::after {
	content: "下載";
	display: block;
	width: 65px;
	height: 20px;
	line-height: 20px;
	margin-top: 7px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	font-size: 12px;
	text-align: center;
	text-indent: 3px;
	color: #fff;
	letter-spacing: 3px;
	border: 1px solid transparent;
	background-color: #2d2d8f;
	font-weight: 300;
}
.topReportList .downloadBtn svg, .downReportList .downloadBtn svg {
	display: block;
	width: 31px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
}

.topReportList {
	display: flex;
}
@media (max-width: 960px) {
	.topReportList {
		flex-direction: column;
	}
}
@media (min-width: 961px) {
	.topReportList li {
		width: 50%;
	}
}
@media (max-width: 960px) {
	.topReportList li {
		width: 100%;
	}
	.topReportList li + li {
		margin-top: 30px;
	}
}
.topReportList .item {
	display: flex;
	align-items: center;
	height: 100%;
}
@media (max-width: 960px) {
	.topReportList .item {
		justify-content: center;
	}
}
.topReportList .Img {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 960px) {
	.topReportList .Img {
		max-width: 200px;
	}
}
.topReportList .Img img {
	width: 100%;
	display: block;
	backface-visibility: hidden;
}
.topReportList .Txt {
	margin-left: 20px;
}
.topReportList h3 {
	padding-top: 45px;
}

.downReportBox {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #f0f0f0;
}
@media (max-width: 960px) {
	.downReportBox {
		margin-top: 20px;
		padding-top: 20px;
	}
}
.downReportBox > h2 {
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 1px;
}
@media (max-width: 960px) {
	.downReportBox > h2 {
		text-align: center;
	}
}

.downReportList {
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
}
.downReportList > li {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
}
@media (min-width: 769px) {
	.downReportList > li {
		width: 25%;
	}
}
@media (max-width: 768px) {
	.downReportList > li {
		width: 33.3333333333%;
	}
}
@media (max-width: 480px) {
	.downReportList > li {
		width: 50%;
	}
}

/***** report END *****/
.textEditor table {
	width: 100%;
	letter-spacing: 1px;
}

.textEditor table th {
	padding: 14px;
	font-size: 15px;
	text-align: center;
	background-color: #2d2d8f;
	color: #fff;
	font-weight: 400;
	box-sizing: border-box;
}

.textEditor table tr:nth-child(even) td {
	background-color: #f7f7f7;
}

.textEditor table td {
	padding: 13px;
	font-size: 16px;
	background-color: #fff;
	box-sizing: border-box;
}

.checkArea .btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px 40px;
	width: 200px;
	height: 40px;
	font-size: 15px;
	color: #fff;
	background-image: url(../images/bg_company_title.jpg);
	background-size: cover;
}
@media (min-width: 1201px) {
	.checkArea .btn a:hover {
		opacity: 0.95;
	}
}

.informationList {
	padding-bottom: 30px;
}
.informationList li:nth-of-type(1) .date,
.informationList li:nth-of-type(1) .Txt,
.informationList li:nth-of-type(1) .videoLink,
.informationList li:nth-of-type(1) .fileLink {
	font-size: 16px;
	color: #2d2d8f;
	border-bottom: 3px solid #2d2d8f;
	background-color: transparent;
}
@media (max-width: 640px) {
	.informationList li:nth-of-type(1) {
		display: none;
	}
}
@media (max-width: 640px) {
	.informationList li:nth-of-type(2) {
		border-top: 3px solid #2d2d8f;
	}
}
.informationList .item {
	display: flex;
}
.informationList .date {
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 160px;
	min-height: 65px;
	text-align: center;
	border-bottom: 1px solid #c7c9c9;
	background-color: #e7e7e8;
}
@media (max-width: 640px) {
	.informationList .date {
		display: none;
		padding: 10px;
		width: 100px;
	}
}
.informationList .Txt {
	padding: 20px;
	margin: 0 10px;
	display: flex;
	align-items: center;
	width: calc(100% - 275px);
	width: calc(100% - 410px);
	min-height: 65px;
	border-bottom: 1px solid #c7c9c9;
}
@media (max-width: 640px) {
	.informationList .Txt {
		flex-direction: column;
		align-items: start;
		justify-content: center;
		padding: 15px 0;
		margin: 0;
		width: 100%;
	}
}
.informationList .Txt .mDate {
	font-size: 15px;
	font-weight: 300;
	color: #000;
}
@media (min-width: 641px) {
	.informationList .Txt .mDate {
		display: none;
	}
}
@media (max-width: 640px) {
	.informationList .Txt .mDate {
		display: block;
	}
}
.informationList .Txt .linkBox {
	display: flex;
	align-items: center;
}
.informationList .Txt .videoLink,
.informationList .Txt .fileLink {
	padding: 0;
	margin: 10px 0 0;
	width: 50px;
	border-bottom: none;
	min-height: auto;
	color: #2d2d8f;
}
@media (min-width: 641px) {
	.informationList .Txt .videoLink,
.informationList .Txt .fileLink {
		display: none;
	}
}
@media (max-width: 640px) {
	.informationList .Txt .videoLink,
.informationList .Txt .fileLink {
		display: flex;
	}
}
.informationList .Txt .title {
	font-weight: 300;
}
.informationList .Txt .title a {
	color: #414141;
}
@media (min-width: 1201px) {
	.informationList .Txt .title a:hover {
		color: #2d2d8f;
	}
}
.informationList .videoLink {
	padding: 20px;
	margin-right: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 110px;
	min-height: 65px;
	border-bottom: 1px solid #c7c9c9;
}
@media (max-width: 640px) {
	.informationList .videoLink {
		display: none;
	}
}
.informationList .videoLink a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	font-size: 25px;
	color: #2d2d8f;
}
.informationList .fileLink {
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 110px;
	min-height: 65px;
	border-bottom: 1px solid #c7c9c9;
}
@media (max-width: 640px) {
	.informationList .fileLink {
		display: none;
	}
}
.informationList .fileLink svg {
	width: 25px;
	height: 35px;
	cursor: pointer;
	display: inline-block;
	fill: #2d2d8f;
	vertical-align: middle;
}
@media (min-width: 1201px) {
	.informationList .fileLink svg:hover {
		transform: scale(1.1);
	}
}
.informationList .btn {
	margin-top: 65px;
	display: flex;
	justify-content: center;
}
@media (max-width: 640px) {
	.informationList .btn {
		margin-top: 30px;
	}
}
.informationList .btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 215px;
	height: 45px;
	font-size: 15px;
	font-weight: 300;
	color: #fff;
	letter-spacing: 2px;
	background-color: #ab9e8c;
}