.section {
	padding: 30px 0;
	scroll-margin-top: 110px;
}

.se-container {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 15px;
}

.promo-primary {
	content-visibility: auto;
}

.sub-title {
	text-align: center;
	font-size: 32px;
	margin: 0 0 26px;
	letter-spacing: .5px;
}

@media (max-width: 992px) {
	.sub-title {
		font-size: 26px;
	}
}

/* CG Tabs */
a {
	text-decoration: none;
}

.cg-tabs {
	display: flex;
	justify-content: center;
	gap: 36px;
	flex-wrap: wrap;
	margin: 30px 0 20px;
}

.cg-tab {
	background: transparent;
	border: 0;
	font-size: 20px;
	position: relative;
}

.cg-tab.active {
	font-weight: 700;
}

.cg-tab::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -6px;
	height: 4px;
}

.cg-tab.active::after {
	background: #235C8B;
}

.cg-empty {
	text-align: center;
	padding: 40px 0;
	color: #666;
	font-weight: 600;
}

.cg-pane {
	display: none;
}

.cg-pane.active {
	display: block;
}

@media (max-width: 992px) {
	.cg-tab {
		font-size: 18px;
	}

	.cg-tabs {
		gap: 18px;
	}
}

/* 基本資料 */
.bi-wrap {
	width: 100%;
	border-top: 1px solid #e6eef7;
}

.bi-row {
	display: flex;
	align-items: stretch;
	border-bottom: 1px solid #e6eef7;
}

.bi-row:nth-child(even) {
	background: #f3f3f3;
}

.bi-cell {
	flex: 1;
	display: flex;
	border-right: 1px solid #e6eef7;
}

.bi-cell:last-child {
	border-right: 0;
}

.bi-title {
	width: 180px;
	min-width: 180px;
	padding: 18px 16px;
	font-weight: 800;
	color: #235C8B;
	display: flex;
	align-items: center;
}

.bi-content {
	flex: 1;
	padding: 18px 16px;
	color: #111;
	white-space: pre-wrap;
}

.bi-cell.is-empty .bi-title,
.bi-cell.is-empty .bi-content {
	color: #999;
	/* 右邊沒資料時，留空格子但保留框線 */
}

.bi-mobile-simple {
	display: none;
}

@media (max-width: 992px) {
	.bi-wrap>.bi-row {
		display: none;
	}

	.bi-mobile-simple {
		display: block;
		border-top: 1px solid #e6eef7;
		width: 90%;
		margin: 0 auto;
	}

	.bi-mobile-simple .bi-item {
		display: flex;
		border-bottom: 1px solid #e6eef7;
	}

	.bi-mobile-simple .bi-item:nth-child(even) {
		background: #f3f3f3;
	}

	.bi-mobile-simple .bi-title {
		width: 120px;
		min-width: 120px;
		padding: 18px 16px;
		font-weight: 800;
		color: #235C8B;
		display: flex;
		align-items: center;
	}

	.bi-mobile-simple .bi-content {
		flex: 1;
		padding: 18px 16px;
		line-height: 1.8;
		white-space: pre-wrap;
	}
}

/* 組織架構 */
@media only screen and (min-width: 992px) {
	.hive {
		clip-path: polygon(50% 0%, 100% 20%, 100% 80%, 50% 100%, 0 80%, 0 20%);
		width: 150px;
		height: 180px;
		background-color: #5D9EDB;
		margin-right: 25px;
		text-decoration: none;
	}

	.hive-1 {
		position: relative;
		left: 80px;
	}

	.hive-all {
		margin-left: 25%;
		margin-bottom: 50px;
		display: block;
	}

	.hive-all-m {
		display: none;
	}

	.hive-title {
		color: #FFF;
		font-weight: 700;
		width: 100%;
		font-size: 18px;
		font-family: '微軟正黑體修正';
		unicode-range: U+7db0, U+78A7, U+7B75;
		/* ASCII (碧筵綰) */
		font-style: normal;
		src: local(Yu Gothic), local(MS Gothic);
	}
}

@media only screen and (max-width: 992px) {
	.hive-m {
		clip-path: polygon(50% 0%, 100% 20%, 100% 80%, 50% 100%, 0 80%, 0 20%);
		width: 100px;
		height: 120px;
		background-color: #5D9EDB;
		margin-right: 5px;
		text-decoration: none;
	}

	.img-block {
		margin: 10px 0 30px 0;
		text-align: center;
	}

	.hive-all {
		margin-left: 25%;
		display: block;
	}

	.hive-all {
		display: none;
	}

	.hive-all-m {
		display: block;
	}

	.hive-title {
		color: #FFF;
		font-weight: 700;
		width: 100%;
		font-family: '微軟正黑體修正';
		unicode-range: U+7db0, U+78A7, U+7B75;
		/* ASCII (碧筵綰) */
		font-style: normal;
		src: local(Yu Gothic), local(MS Gothic);
	}
}

.profile-block {
	display: flex;
	margin: auto;
	background-color: #F5F5F5;
	padding: 20px;
	min-height: 400px;
}

.profile-block img {
	max-width: 100%;
}

.profile-block .description {
	line-height: 30px;
	font-family: '微軟正黑體修正';
	unicode-range: U+7db0, U+78A7, U+7B75;
	/* ASCII (碧筵綰) */
	font-style: normal;
	src: local(Yu Gothic), local(MS Gothic);
}

.description-border {
	border: 2px solid #5D9EDB;
	padding: 20px 10px 20px 10px;
	border-radius: 4px;
	background-color: #FFF;
}

.margin-auto {
	margin: auto;
}

.description-border .description ul.fix-list {
	list-style: disc outside;
	padding-left: 1.8em;
	margin: 0;
}

.description-border .description ul.fix-list li::marker {
	color: #111;
}

h3 {
	color: #333333;
}

li {
	color: #333333;
}

/* 修正粗體 */
@font-face {
	font-family: '微軟正黑體修正';
	unicode-range: U+7db0, U+78A7, U+7B75;
	/* ASCII (碧筵綰) */
	font-style: normal;
	font-weight: bold;
	src: local(Yu Gothic), local(MS Gothic);
}

/* 一般粗細的時候改回微軟正黑 */
@font-face {
	font-family: '微軟正黑體修正';
	unicode-range: U+7db0, U+78A7, U+7B75;
	/* ASCII (碧筵綰) */
	font-style: normal;
	font-weight: normal;
	src: local(微軟正黑體);
}

/* 董事會列表 */
.dir-acc {
	border: 1px solid #dfe6ef;
	border-radius: 4px;
	overflow: hidden;
}

.dir-item+.dir-item {
	border-top: 1px solid #dfe6ef;
}

.dir-head {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 14px 16px;
	border: 0;
	background: #f6f7f9;
	cursor: pointer;
	text-align: left;
}

.dir-item.is-open .dir-head {
	background: #4a4a4a;
	color: #fff;
}

.dir-icon {
	width: 28px;
	height: 28px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	line-height: 1;
	font-weight: 700;
	color: #111;
}

.dir-item.is-open .dir-icon {
	color: #fff;
}

.dir-title {
	flex: 1;
	font-weight: 700;
}

.dir-pos {
	margin-left: 8px;
	font-weight: 700;
	color: #0b74b8;
}

.dir-item.is-open .dir-pos {
	color: #48b6ff;
}

.dir-arrow {
	font-size: 24px;
	line-height: 1;
	opacity: .9;
}

.dir-item.is-open .dir-arrow {
	transform: rotate(90deg);
}

.dir-body {
	background: #fff;
}

.dir-body-inner {
	padding: 18px 18px 22px;
	color: #222;
	line-height: 1.9;
}

/* 董事會成員落實多元化政策 */
.bd-vertical {
	writing-mode: vertical-rl;
	text-orientation: upright;
	white-space: nowrap;
	line-height: 1;
	margin: 0 auto;
}

/* 表格基本 */
.board-diversity-table {
	width: 100%;
	border-collapse: collapse;
}

.board-diversity-table th,
.board-diversity-table td {
	border: 1px solid #ddd;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}

.board-diversity-table thead th {
	background: #4f9cc7;
	color: #111;
	font-weight: 700;
}

.board-diversity-table .left {
	text-align: left;
}

/* 委員會 */
.ac-wrap {
	display: flex;
	gap: 34px;
	align-items: flex-start;
	max-width: 1100px;
	margin: 0 auto 40px;
}

.ac-left {
	flex: 0 0 320px;
	display: flex;
	justify-content: center;
}

.ac-icon {
	width: 300px;
	height: 300px;
}

.ac-icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.ac-right {
	flex: 1 1 auto;
	min-width: 0;
}

.ac-title {
	font-size: 20px;
	font-weight: 700;
	color: #2A3551;
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 10px;
}

.ac-ico-img {
	width: 26px;
	height: auto;
	display: block;
}

.ac-text {
	font-size: 16px;
	line-height: 1.9;
	color: #333;
	margin-bottom: 10px;
}

.ac-text ol {
	margin: 8px 0 0 1.2em;
	padding: 0;
}

.ac-text li {
	margin: 6px 0;
}

/* 名單表格 */
.ac-table-wrap {
	margin-top: 6px;
	border-top: 1px solid #eee;
}

.ac-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 15px;
}

.ac-table thead th {
	text-align: left;
	font-weight: 700;
	color: #111;
	padding: 12px 10px;
	border-bottom: 1px solid #e5e5e5;
}

.ac-table tbody td {
	padding: 14px 10px;
	border-bottom: 1px solid #efefef;
	color: #111;
}

.ac-table tbody tr:nth-child(even) {
	background: #f7f7f7;
}

@media (max-width: 992px) {
	.ac-wrap {
		flex-direction: column;
		gap: 18px;
	}

	.ac-left {
		flex: 0 0 auto;
		width: 100%;
		justify-content: center;
	}

	.ac-icon {
		width: 220px;
		height: 220px;
	}
}

/* 下載列表 */
.report-section {
	background-color: #235C8B;
	color: #fff;
	text-align: center;
	font-size: 25px;
	padding: 10px;
	margin: 0;
}

.report-item {
	text-align: center;
	font-size: 20px;
	color: #2A3551;
	padding: 10px;
	border-bottom: 1px solid #d9d9d9;
	background: #fff;
}

.report-item:hover {
	background-color: #D3DEE8;
	color: #2A3551;
	cursor: pointer;
}

.download-list a,
a.report-link {
	display: block;
	text-decoration: none !important;
	color: inherit;
}

@media (max-width: 768px) {
	.report-section {
		font-size: 20px;
		padding: 14px 10px;
	}

	.report-item {
		font-size: 20px;
		padding: 14px 10px;
	}
}

/* 內部稽核 */
.ia-layout {
	max-width: 1100px;
	margin: 0;
	display: flex;
	gap: 40px;
	align-items: flex-start;
}

.ia-left {
	flex: 1 1 auto;
	min-width: 0;
}

.ia-right {
	flex: 0 0 520px;
	display: flex;
	justify-content: flex-end;
}

.ia-fixed-img {
	width: 100%;
	max-width: 520px;
	height: auto;
	display: block;
}

.ia-item {
	margin: 0 0 26px;
}

.ia-title {
	font-size: 19px;
	font-weight: 700;
	color: #2A6EBB;
	margin: 0 0 10px;
	line-height: 1.35;
}

.ia-text {
	font-size: 16px;
	line-height: 1.85;
	color: #333;
}

.ia-text p {
	margin: 0 0 10px;
	color: #333;
}

.ia-text p:last-child {
	margin-bottom: 0;
}

.ia-full {
	margin-top: 26px;
}

@media (max-width: 992px) {
	.ia-layout {
		flex-direction: column;
		gap: 18px;
	}

	.ia-right {
		flex: 0 0 auto;
		justify-content: center;
	}

	.ia-fixed-img {
		max-width: 100%;
	}
}