<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ---------- index ---------- */
/* ----- index-banner ----- */
#page__index {
	font-size: 16px;
}
.banner__slider {
	height: 100vh;
	position: relative;
}

.banner__slider__txt {
	width: 100%;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	color: #ffffff;
	font-family: "Roboto", "Noto Sans TC", "Noto Sans SC", sans-serif;
}

.banner__slider .mask {
	background-color: rgba(0, 0, 0, 0.3);
	height: 100vh;
	position: absolute;
	top: 0;
}

.banner__slider .scroll__txt {
	font-size: 16px;
	position: absolute;
	bottom: 24px;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	color: #ffffff;
	font-weight: 600;
}

@media (min-width: 0) and (max-width: 1199px) {
	.banner__slider .scroll__txt {
		display: none;
	}
}

#carouselExampleCaptions .carousel-item {
	height: 100vh;
}

#carouselExampleCaptions .carousel-item div {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position-x: center;
	background-position-y: center;
	background-repeat-x: no-repeat;
	background-repeat-y: no-repeat;
	background-attachment: initial;
	background-origin: initial;
	background-clip: initial;
	background-color: initial;
}

/* ----- index-service ----- */
.index__service {
	position: relative;
}

.index__service .service__bg {
	width: 100%;
	height: 680px;
	position: absolute;
	top: 0;
	z-index: -1;
}

@media (min-width: 576px) and (max-width: 767px) {
	.index__service .icon__item {
		text-align: center;
	}
}

@media (min-width: 0) and (max-width: 575px) {
	.index__service .icon__item {
		text-align: center;
	}
	.line__blue {
		width: 40px;
	}
	.about__img {
		padding: 0 16px;
	}
}

.index__service__icon {
	width: 80px;
}

@media (min-width: 0) and (max-width: 575px) {
	.index__service__btn {
		margin: auto;
	}
}

@media (min-width: 0) and (max-width: 575px) {
	.index__service .btns {
		text-align: center;
	}
}

.index__service .mhn-slide .mhn-item {
	position: relative;
	display: contents;
}

.index__service .mhn-slide .mhn-item:hover .mhn-text {
	bottom: 0;
}

.index__service .mhn-slide .mhn-inner {
	width: 100%;
}

.index__service .mhn-slide .mhn-item img {
	display: none;
}

.index__service .mhn-slide .mhn-img {
	min-height: 200px;
	overflow: hidden;
	height: 500px;
	width: 100%;
	color: white;
	background-image: url(/images/index/service/service-01.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

@media (min-width: 1200px) and (max-width: 1399px) {
	.index__service .mhn-slide .mhn-img {
		height: 430px !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.index__service .mhn-slide .mhn-img {
		height: 390px !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.index__service .mhn-slide .mhn-img {
		height: 410px !important;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.index__service .mhn-slide .mhn-img {
		height: 305px !important;
	}
}

@media (min-width: 0) and (max-width: 575px) {
	.index__service .mhn-slide .mhn-img {
		height: 460px !important;
	}
}

.index__service .mhn-slide .mhn-text {
	height: 94px;
	width: 100%;
	text-align: center;
	padding: 0 10px;
	background-color: #072178;
	color: #ffffff;
	position: absolute;
	bottom: -1000px;
	-webkit-transition: bottom 0.5s ease-in-out;
	transition: bottom 0.5s ease-in-out;
}

@media (min-width: 0px) and (max-width: 1199px) {
	.index__service .mhn-slide .mhn-text {
		bottom: 0px;
	}
}
.index__service .mhn-slide .mhn-text p {
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	width: 100%;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.index__service .mhn-slide .owl-stage-outer {
	z-index: 1;
}

.index__service .mhn-slide .owl-nav {
	color: #333;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.index__service .mhn-slide .owl-nav svg {
	color: #ffffff;
}

.index__service .mhn-slide .owl-nav .disabled {
	background-color: #C1C7DD;
}

.index__service .mhn-slide .owl-nav .disabled:hover {
	background-color: #C1C7DD;
}

.index__service .mhn-slide .owl-nav .disabled:active {
	background-color: #C1C7DD;
}

.index__service .mhn-slide .owl-prev,
.index__service .mhn-slide .owl-next {
	z-index: 2;
	width: 76px;
	height: 76px;
	font-size: 16px;
	position: absolute;
	border-radius: 50%;
	background-color: #072178;
	color: #ffffff;
	text-align: center;
}

.index__service .mhn-slide .owl-prev:hover,
.index__service .mhn-slide .owl-next:hover {
	background-color: #193DB2;
}

.index__service .mhn-slide .owl-prev:active,
.index__service .mhn-slide .owl-next:active {
	background-color: #193DB2;
}

@media (min-width: 0) and (max-width: 991px) {

	.index__service .mhn-slide .owl-prev,
	.index__service .mhn-slide .owl-next {
		margin-bottom: 40px;
	}
}

@media (min-width: 0) and (max-width: 575px) {

	.index__service .mhn-slide .owl-prev,
	.index__service .mhn-slide .owl-next {
		margin-bottom: 40px;
	}
}

.index__service .mhn-slide .owl-prev {
	right: 100px;
	bottom: -120px;
}

@media (min-width: 768px) and (max-width: 991px) {
	.index__service .mhn-slide .owl-prev {
		bottom: -120px;
	}
}

@media (min-width: 0) and (max-width: 575px) {
	.index__service .mhn-slide .owl-prev {
		bottom: -80px;
		right: 0;
		left: -80px;
		margin: auto;
	}
}

.index__service .mhn-slide .owl-next {
	right: 0px;
	bottom: -120px;
}

@media (min-width: 768px) and (max-width: 991px) {
	.index__service .mhn-slide .owl-next {
		bottom: -120px;
	}
}

@media (min-width: 0) and (max-width: 575px) {
	.index__service .mhn-slide .owl-next {
		bottom: -80px;
		right: -80px;
		left: 0;
		margin: auto;
	}
}

.index__service .owl-item {
	width: 420px !important;
}

@media (min-width: 1200px) and (max-width: 1399px) {
	.index__service .owl-item {
		width: 360px !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.index__service .owl-item {
		width: 300px !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.index__service .owl-item {
		width: 338px !important;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.index__service .owl-item {
		width: 248px !important;
	}
}

@media (min-width: 0) and (max-width: 575px) {
	.index__service .owl-item {
		width: 100vw !important;
	}
}

.index__service .owl-carousel .owl-stage {
	height: 500px !important;
	overflow: hidden;
}

@media (min-width: 1200px) and (max-width: 1399px) {
	.index__service .owl-carousel .owl-stage {
		height: 430px !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.index__service .owl-carousel .owl-stage {
		height: 390px !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.index__service .owl-carousel .owl-stage {
		height: 410px !important;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.index__service .owl-carousel .owl-stage {
		height: 305px !important;
	}
}

@media (min-width: 0) and (max-width: 575px) {
	.index__service .owl-carousel .owl-stage {
		height: 460px !important;
	}
}

.index__service .owl-carousel,
.index__service .owl-carousel .owl-item {
	position: relative;
}

.index__service .owl-carousel .owl-stage {
	position: relative;
}

/* ----- index-advantage ----- */
.index__advantage {
	width: 100%;
	height: 640px;
	background: url(../images/index/banner-6.jpg) center center no-repeat;
	background-size: 100% auto;
	color: #ffffff;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (min-width: 0) and (max-width: 991px) {
	.index__advantage {
		display: none;
	}
}

/* ----- index-news ----- */
.index__news .news__bg {
	background-color: #072178;
}

.index__news .carousel {
	height: 100%;
}

.index__news .carousel-inner {
	width: 60%;
	margin: auto;
	height: 100%;
}

.index__news .carousel-inner .carousel-item {
	width: 100%;
	height: 100%;
}

.index__news .carousel-inner .carousel-item .carousel-caption {
	text-align: left;
}

.index__news .carousel-inner .carousel-item .text__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	color: #ffffff;
}

.index__news .carousel-inner .carousel-item .category {
	color: #ED6C00;
	margin-left: 20px;
}

.index__news .carousel-inner .carousel-item .title {
	font-size: 22px;
}

.index__news .carousel-indicators {
	bottom: 50px !important;
}

.index__news .carousel-indicators [data-bs-target] {
	width: 5px;
	height: 5px;
	border-radius: 100% !important;
}

.index__news .news__img {
	background: url(../images/index/news/news.jpg) center center no-repeat;
	background-size: cover;
}

.index__news .news__img,
.index__news .news__news {
	height: 566px;
}

@media (min-width: 0) and (max-width: 991px) {

	.index__news .news__img,
	.index__news .news__news {
		height: 366px;
	}
}

/* ----- summary ----- */

#page__summary section img {
	width: 100%;
}

#page__summary .color__item__title {
	font-size: 20px;
	font-weight: 600;
}

#page__summary .color__item img {
	height: 65px;
	width: 65px;
}

#page__summary .summary__member .grid .row p {
    font-size: 0.9rem;
}

.summary__member .row p:last-child {
	margin: 0;
}

/* ----- summary-history ----- */
#page__summary__history .logo__item {
	margin-bottom: 30px;
}
#page__summary__history .logo__item .row {
	align-items: center;
}
#page__summary__history .logo__item span {
	font-size: 24px;
}
@media (min-width: 0) and (max-width: 575px) {
	#page__summary__history .logo__item span {
		font-size: 16px;
	}
}

#page__summary__history section img {
	width: 100%;
}
#page__summary__history .list-group-item {
	cursor: initial;
	color: #111111;
}
#page__summary__history .list-group-item:hover {
	color: #111111;
}
#page__summary__history .list-group-item:nth-child(1) {
	color: #fff;
}
#page__summary__history .list-group-item:nth-child(1):hover {
	color: #fff;
}
#page__summary__global td,
#page__summary__global th {
	border-color: #C1C7DD;
}

@media (min-width: 0) and (max-width: 575px) {
	#page__summary__history .history__awards img {
		display: none;
	}
}

/* ----- service ----- */


#page__service .card:hover .card-title{
	color: #072178;
}

#page__service .card-body {
	padding-left: 0;
	padding-right: 0;
	padding: 24px 0 0 0;
}

@media (min-width: 0) and (max-width: 575px) {
	.service__advantage .icon__item {
		text-align: center;
		/* margin: 30px 0; */
	}
	.advantage__title {
		text-align: center;
	}
}

.service__advantage .icon {
	width: 100%;
}

@media (min-width: 0) and (max-width: 575px) {
	.service__advantage .text-24 {
		/* text-align: center; */
	}
	#page__service .card:hover .card-title {
		color: initial;
	}
}

.img__item {
	color: #ffffff;
	text-align: center;
	margin-top: 100%;
}

@media (min-width: 0) and (max-width: 1199px) {
	.img__item {
		margin-top: 0;
	}
}

.img__item:hover .img__item__text {
	display: block;
	transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.img__item__main {
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	position: absolute;
	left: calc(var(--bs-gutter-x) * 0.5);
	right: calc(var(--bs-gutter-x) * 0.5);
	top: calc(var(--bs-gutter-x) * 0.5);
	bottom: calc(var(--bs-gutter-x) * 0.5);
	margin: auto;
	padding: 80px 0px;
	pointer-events: none;
}

@media (min-width: 0) and (max-width: 1199px) {
	.img__item__main {
		position: relative;
		left: 0;
		right: 0;
		padding: 16px 0px 24px 0;
	}
}

.img__item__text {
	display: none;
	color: #ffffff;
	text-align: center;
	padding: 0 48px;
}

@media (min-width: 0) and (max-width: 1199px) {
	.img__item__text {
		display: block;
		text-align: left;
		color: #4E5357;
		padding: 0;
	}
}

.img__item__title {
	color: #ffffff;
	text-align: center;
}

@media (min-width: 0) and (max-width: 1199px) {
	.img__item__title {
		color: #111111;
		text-align: left;
	}
}

.img__item__img {
	position: absolute;
	left: calc(var(--bs-gutter-x) * 0.5);
	right: calc(var(--bs-gutter-x) * 0.5);
	top: calc(var(--bs-gutter-x) * 0.5);
	bottom: calc(var(--bs-gutter-x) * 0.5);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, 0.3);
	background-blend-mode: multiply;
	transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@media (min-width: 992px) and (max-width: 1199px) {
	.img__item__img {
		position: relative;
		width: 100%;
		height: 235px;
		background-color: rgba(0, 0, 0, 0);
		left: 0;
		right: 0;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.img__item__img {
		position: relative;
		width: 100%;
		height: 172px;
		background-color: rgba(0, 0, 0, 0);
		left: 0;
		right: 0;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.img__item__img {
		position: relative;
		width: 100%;
		height: 270px;
		background-color: rgba(0, 0, 0, 0);
		left: 0;
		right: 0;
	}
}

@media (min-width: 0) and (max-width: 575px) {
	.img__item__img {
		position: relative;
		width: 100%;
		height: 185px;
		background-color: rgba(0, 0, 0, 0);
		left: 0;
		right: 0;
	}
}

.img__item__hover:hover .img__item__img {
	background-color: rgba(7, 33, 120, 0.8);
	background-blend-mode: multiply;
}

@media (min-width: 0) and (max-width: 1199px) {
	.img__item__hover:hover .img__item__img {
		background-color: transparent;
	}
}

.img__item__hover:hover .img__item__text {
	display: block;
}

.h__425 {
	height: 425px;
}

@media (min-width: 0) and (max-width: 1199px) {
	.h__425 {
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
	}
}

/* ----- service-sea ----- */
#page__service__sea section img {
	width: 100%;
	max-height: 150px;
}

#page__service__sea .btn_icon_primary_l span {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	padding-right: 27px;
	position: relative;
}

#page__service__sea .btn_icon_primary_l span::after {
	width: 27px;
	height: 20px;
	content: "";
	display: inline-block;
	background: url(../images/service/sea/download.png) center center no-repeat;
	background-size: contain;
	position: absolute;
	right: 0px;
	top: 0;
	bottom: 0;
	margin: auto;
}

/* ----- service-sky ----- */
#page__service__sky section img {
	width: 100%;
}

#page__service__sky .btn_icon_primary_l span {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	padding-right: 27px;
	position: relative;
}

#page__service__sky .btn_icon_primary_l span::after {
	width: 27px;
	height: 20px;
	content: "";
	display: inline-block;
	background: url(../images/service/sea/download.png) center center no-repeat;
	background-size: contain;
	position: absolute;
	right: 0px;
	top: 0;
	bottom: 0;
	margin: auto;
}

/* ----- service-railway ----- */
#page__service__railway section img {
	width: 100%;
}

@media (min-width: 0) and (max-width: 575px) {
	#page__service__railway .text-24 {
		text-align: left;
	}
}

@media (min-width: 0) and (max-width: 575px) {
	#page__service__railway .icon__item {
		margin: 0;
	}
}

/* ----- service-trade ----- */
#page__service__trade section img {
	width: 100%;
}

#page__service__trade .h__425 {
	height: auto;
}

@media (min-width: 1200px) and (max-width: 1399px) {
	#page__service__trade .h__425 {
		height: 365px;
	}
}

/* ----- service-finance ----- */
#page__service__finance section img {
	width: 100%;
}

/* ----- investors ----- */
.investors__mg {
	margin-bottom: 120px;
}
.page__top__tab-wrap .me-lg-5 {
	margin-right: 2.5rem !important;
}
.card__stock {
	width: 100%;
	border: 1px solid #C1C7DD;
	border-radius: 8px;
	padding: 20px 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-line-pack: distribute;
	align-content: space-around;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

@media (min-width: 0) and (max-width: 575px) {
	.card__stock {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.card__stock__item .stock__number {
	color: #838B93;
	font-weight: 500;
	font-size: 20px;
	margin: 0 10px;
}

.card__stock__item .type {
	background-color: #F5FAFF;
	color: #193DB2;
	padding: 5px 10px;
	border-radius: 40%;
}

.card__stock__item .general {
	color: #072178;
}

.card__stock__item .general__item {
	margin: 0 20px;
	font-size: 22px;
	position: relative;
	font-weight: bold;
}

	.card__stock__item .general__item::before {
		width: 20px;
		height: 20px;
		content: "";
		display: inline-block;
		background-size: contain;
		margin: 0 5px 0 0;
	}


.card__stock__item .up {
	color: #E60012;
}

.card__stock__item .up__item {
	margin: 0 20px;
	font-size: 22px;
	position: relative;
	font-weight: bold;
}

.card__stock__item .up__item::before {
	width: 20px;
	height: 20px;
	content: "";
	display: inline-block;
	background: url(../images/investors/up.png) center center no-repeat;
	background-size: contain;
	margin: 0 5px 0 0;
}

.card__stock__item .down {
	color: #007C36;
}

.card__stock__item .down__item {
	margin: 0 20px;
	font-size: 22px;
	position: relative;
	font-weight: bold;
}

.card__stock__item .down__item::before {
	width: 20px;
	height: 20px;
	content: "";
	display: inline-block;
	background: url(../images/investors/down.png) center center no-repeat;
	background-size: contain;
	margin: 0 5px 0 0;
	vertical-align: middle;
}

.card__stock__item .number,
.card__stock__item .deal {
	font-family: "Roboto", "Noto Sans TC", "Noto Sans SC", sans-serif;
}

.card__stock__item .deal {
	font-size: 22px;
}

@media (min-width: 0) and (max-width: 575px) {
	.card__stock__item .deal {
		margin-top: 20px;
	}
}

.download {
	width: 24px;
	height: 24px;
	display: block;
	background: url(../images/investors/download.png) center center no-repeat;
	background-size: contain;
	cursor: pointer;
}

.download:hover {
	background: url(../images/investors/download_hover.png) center center no-repeat;
	background-size: contain;
}
.navbar-collapse::-webkit-scrollbar {
	display: none;
}

#month,
#year,
#season,
#manual,
#connect,
#info,
#shareholder__manual,
#shareholder__meeting,
#shareholder__list,
#shareholder__bonus {
	display: none;
}

#month.active,
#year.active,
#season.active,
#manual.active,
#connect.active,
#info.active,
#shareholder__manual.active,
#shareholder__meeting.active,
#shareholder__list.active,
#shareholder__bonus.active {
	display: block;
}

/* ----- shareholder-bonus ----- */
#shareholder__bonus .table {
	text-align: center;
}

#shareholder__bonus th {
	border: 1px solid #193DB2;
}

#shareholder__bonus tr,
#shareholder__bonus td {
	border: 1px solid #C1C7DD;
}

/* ----- news ----- */
#page__news figure {
	margin: 0;
}
#page__news figure img {
	width: 100%;
	height: 12rem;
}
@media (min-width: 0) and (max-width: 575px) {
	#page__news figure {
		margin: 0 0 20px 0;
	}
}

.row.news {
	justify-content: space-between;
}

/* #page__news .news__images__pre {
	background-position: center center;
	background-size: cover;
	background-origin: content-box;
    background-repeat: no-repeat;
	background-image: url(../images/news/bg.png);
} */

#page__news article .date {
	vertical-align: middle;
}

#page__news .category {
	color: #ED6C00;
}

#page__news .news__item a{
	color: #000;
	text-decoration: none;
}

.page-link {
	color: #193DB2;
	text-decoration: 0;
	font-weight: 400;
}

/* ----- news-content ----- */
#page__news__content figure img {
	width: 100%;
	height: auto;
}

/* ----- connect__us ----- */
#page__sconnect__us .line__orange {
	margin-bottom: 30px;
}

/* ----- search ----- */
#page__search .searchbar {
	margin: 0;
}

#page__search a {
	text-decoration: none;
}

#page__search .search__result a:hover {
	text-decoration: underline;
}
#page__search .search__result__title {
	font-weight: 700!important;
}
/* ----- error ----- */
#page__error {
	background-color: #F5FAFF;
}

#page__error section {
	height: 90vh;
	position: relative;
}

#page__error .message {
	text-align: center;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

/* ----- operate ----- */

p.mb-5,
ul.mb-5,
ol.mb-5,
.table__content.mb-5,
.display3.tc__bold.mb-5,
.display8.tc__bold.mb-5,
.display11.tc__bold.mb-5,
.article-photo.mb-5 {
	margin-bottom: 40px !important;
}
.operate__tab-wrap .me-lg-5 {
	margin-right: 2.5rem !important;
}
#management,
#governance,
#stakeholder,
#ethical,
#information,
#risk,
#framework,
#audit,
#policies {
	display: none;
}

#functional_2-1,
#functional_2-2,
#functional_2-3,
#functional_2-4,
#functional_2-5,
#functional_2-6 {
	display: none;
}

#page__operate .operate__navbar-nav {
	flex-direction: row;
	padding-left: 12px;
}

#page__operate .operate__navbar-collapse {
	border-bottom: 1px solid #C1C7DD;

}

#page__operate .operate__navbar-nav .nav-link {
	color: #838B93;
	font-weight: 700;
	font-size: 16px;
}

#page__operate .operate__navbar-nav .nav-link.active,
#page__operate .operate__navbar-nav .nav-link:hover {
	color: #072178;
	border-bottom: 2px solid #072178;
}

#page__operate .mb-6,
#page__news__content .mb-6 {
	margin-bottom: 3.5rem;
}

/* #page__operate .operate__container .row {
	justify-content: space-between;

} */

#page__operate .operate__article-nav {
	padding-right: 80px;
	list-style: none;
}

#page__operate .operate__article-nav li {
	position: relative;
}

#page__operate .operate__article-nav li a {
	color: #838B93;
	font-weight: 500;
	text-decoration: none;

}

#page__operate .operate__article-nav li a.active,
#page__operate .operate__article-nav li a:hover {
	color: #072178;
}

#page__operate .color-con {
	color: #072178 !important;
}

/*#page__operate .sub-nav {
	display: none;
}*/

#side_nav .d {
	display: block;
}

#page__operate .operate__article-nav li a.active::after {
	content: "";
	background-image: url(../images/operate/arrow.png);
	width: 7px;
	height: 13px;
	margin: 0 20px;
	background-size: cover;
	display: block;
	position: absolute;
	right: 0px;
	bottom: 50%;
	transform: translateY(50%);
}

#page__operate .article-photo {
	width: 100%;
}

#page__operate .article-photo img {
	width: 100%;
}

#page__operate .article-text {
	font-size: 16px;
}

#page__operate .mb120 {
	margin-bottom: 120px;
}

#page__operate .lh30 {
	line-height: 30px;
}

#page__operate .table .table-item {
	border-bottom: 1px solid #C1C7DD;
}

#page__operate .merger {
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #C1C7DD;

}

#page__operate .merger.last {
	border-bottom: 1px solid #C1C7DD !important;
}

#page__operate .merger.last span {
	position: absolute;
	top: -120%;
}

#page__operate .por {
	position: relative;
}

#page__operate .w100 {
	width: 100%;
}

#page__operate .col10 {
	width: 9%;
}
.table_scroll .table th,
.table_scroll .table td {
	width: 10%;
	vertical-align: top;
	text-align: center;
	padding: 24px 20px !important;
	border-right: 1px solid var(--bs-border-color);
}

.table_scroll .table th {
	border-right: 1px solid #193DB2;
}

.table_scroll .table td:nth-child(1) {
	background-color: #F5FAFF;
}

.table_scroll .table th:nth-last-child(1),
.table_scroll .table td:nth-last-child(1) {
	border-right: none;
}

#page__operate .table_scroll .table {
	width: 145%;
}

#page__operate .ol_ml-10 li {
	margin-left: 10px;
}

#page__operate .vt {
	vertical-align: top;
}

#page__operate .articles .active {
	display: block;
}

#page__operate .sub-nav {
	list-style: none;
}

#page__operate .sub-nav li {
	padding: 10px 0;
}

#page__operate .sub-nav li a {
	display: block;
	position: relative;
}

#page__operate .sub-nav li a.active::after {
	bottom: auto;
	top: calc(50% - 7px);
	right: -8px;
	transform: none;
}

#page__operate .sub-nav li:nth-child(1) {
	padding-top: 20px;
}

#page__operate .default {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
}

#page__operate .display7 {
	font-size: 24px;
	line-height: 140%;
	font-weight: 700;
	font-family: "Roboto", "Noto Sans TC", "Noto Sans SC", sans-serif;
}

#page__operate .bold {
	font-weight: 700;
}

#page__operate .orange-txt {
	color: #ED6C00;
}

#stakeholder ul li {
	list-style: none;
}

#stakeholder .number-group {
	/* font-size: 1.25rem; */
	align-items: center;
	justify-content: start !important;
}

#stakeholder .number {
	height: 28px;
	width: 28px;
	border-radius: 100%;
	background-color: #000;
	font-size: 1.25rem;
	color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
}

#page__operate .f2-3_table .padding {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

#page__operate .f2-3_table th {
	vertical-align: top;
}

#page__operate .f2-3_table td:nth-child(1) {

	background-color: #F5FAFF;

}

#page__operate .f2-3_table td {
	border-right: 1px solid var(--bs-border-color);
}

#page__operate .f2-3_table th,
#page__operate .f2-3_table td {
	padding: 20px 20px !important;
}

#page__operate .f2-3_table ol {
	padding-left: 12px !important;
}

#page__operate .download_btn .btn_icon_primary_l span::after {
	background: url(../images/icon/box-arrow-in-down.png) center center no-repeat;
	background-size: cover;
	width: 20px;
	height: 20px;
}
#page__operate .dl_card .card:hover{
	border-color: #FF8A27;
	cursor: pointer;
}
#page__operate .card_icon {
	background-image: url(../images/investors/download.png);
	background-size: cover;
}

#page__operate .dl_card .card:hover .card_icon {
	background-image: url(../images/icon/box-arrow-in-down-2.png);
}

#page__operate .download_btn {
	background-color: transparent;
}

#page__operate .download_btn img {
	width: 100%;
	height: 100%;
}

#page__operate .rowspan_left {
	background-color: #F5FAFF;
	border-right: 1px solid var(--bs-border-color);
}

#page__operate .care_table th,
#page__operate .care_table td {
	text-align: center;
}

#page__operate .padding-table th,
#page__operate .padding-table td {
	padding: 20px 20px !important;
}

#page__operate .card_img {
	padding-bottom: 100%;
	width: 120%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}


@media (min-width: 0) and (max-width: 575px) {
	#page__operate .card_img {
		height: 215px;
		width: 100%;
		background-size: cover;
	}
}

#page__operate .card {
	border-top: 1px solid var(--bs-border-color);
	border-bottom: 1px solid var(--bs-border-color);
}

#page__operate .card:nth-last-child(1) {
	border-bottom: 1px solid transparent;
}


#page__operate .dl_card {
	padding: 20px 40px;
	margin: 0;
}

@media (min-width: 0) and (max-width: 991px) {
	#page__operate .dl_card {
		padding-right: calc(var(--bs-gutter-x) * 0.5);
		padding-left: calc(var(--bs-gutter-x) * 0.5);
		margin: 0;
	}
	#page__operate .dl_card {
		padding: 12px;
	}
}
#page__operate .dl_card .card {
	border: 1px solid #C1C7DD;
}

#page__operate .dl_card .card {
	/* height: 400px; */
}

#page__operate .dl_card .card-body {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1.5rem;
}

#page__operate .dl_card .card_image {
	width: 62%;
	margin: 0 auto;
	padding-top: 1.3rem;
}

#page__operate .dl_card .card-title {
	font-weight: 500;
	padding: 0 8px 0 0;
	margin: 0;
	text-align: left;
}

#page__operate .dl_card .card_icon {
	width: 24px;
	height: 24px;
}

#page__operate .card_row::after {
	content: '';
	display: block;
	width: 33.333%;
}

#page__operate .number_list {
	padding-left: 12px;
}

.framework_border {
	border-left:1px solid #B2C7DD ;
}

#page__map .section__pd a {
	text-decoration: none;
	color: #212529;
}

#page__map .bottom__item a {
	color: #FFF;
}

#page__operate .display4 {
	font-size: 2.5rem !important;
	line-height: 140% !important;
	font-weight: 700 !important;
}

#page__operate .display5 {
	font-size: 2rem !important;
	line-height: 140% !important;
	font-weight: 700 !important;
}
#page__operate .award_group {
	align-items: center;
}

.arrow-rotate::after {
	transform: rotate(270deg) !important;
}

/* ----- Privacy ----- */

#page__privacy h3 {
	font-weight: 700 !important;
	margin-bottom: 24px;
}
</pre></body></html>