
@import url("../fonts/flaticon/flaticon.css");
@import url("../fonts/thin/thin.css");
@import url("../css/all.min.css");
@import url("revise.css");
@import url("header.css");
@import url("footer.css");
@import url("banner.css");


/*========================================================
                      	 標題設定
=========================================================*/

.s-header {
    text-align: center;
    overflow: hidden;
    margin-bottom: 40px;
}

.h2-title {
    border-left: 7px solid #2ca8e1;
    padding-left: 10px;
    font-size: 1.8rem;
    margin-bottom: 30px;
}
.h3-title {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 1.6rem;
}
.h4-title {
    font-size: 1.1rem;
    font-weight: bold;
    color: #333;
}


/*========================================================
                      	 內頁框架
=========================================================*/

.content-wrap {
/*    background: url("../img/content-bg.jpg") no-repeat right top fixed;
    background-size: cover;*/
    padding-top: 80px;
    padding-bottom: 80px;
    min-height: 400px;
}
.content-wrap > .container {
    max-width: 1140px;
}

.inner-box {
    padding: 0 18px;
}
.inner-box h3 {
    display: block;
    color: #333;
	position: relative;
    font-weight: bold;
    font-size: 1.5rem;   
    margin-bottom: 20px;
}
/*.inner-box h3:after {
    font-family: 'Font Awesome 6 free';
    content: "\f0da";
    font-weight: 900;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 2;
    color: #000;
    font-size: 0.9rem;
}*/


/* 麵包屑 */
.breadcrumbs {
    background-color: #e8e8e8;
	text-align: left;
    font-size: 0.9rem;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #111;
}
.breadcrumbs > .container {
    max-width: 1140px;
}
.breadcrumbs a {
	display: inline-block;
	color: #111;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}
.breadcrumbs a.home i {
    display: inline-block;
    margin-right: 3px;
    color: #111;
}
.breadcrumbs span {
	margin: 0 2px 0 4px;
	color: #111;
	font-size: 1rem;
	font-weight: bold;
}


/*========================================================
                      	次選單設定
=========================================================*/

.navsub-sub {
    padding: 0 18px;
	font-size: 0.9rem;
	color: #fff;
}
.navsub-sub ul {
	list-style: none;
    margin: 30px 0;
    padding: 0;
}
.navsub-sub ul li {
	display: inline-block;
}
.navsub-sub ul li a {
    display: inline-block;
	padding: 0 15px;
    margin: 0 15px 15px 0;
	color: #000;
    background-color: #ededed;
    transition: all 0.3s;
}
.navsub-sub ul li a:hover, .navsub-sub ul li a.active {
    background-color: #2ca8e1;
    color: #fff;
}

@media (min-width: 1200px) {
    .navsub-sub {
        font-size: 1rem;
    }
}



/*========================================================
                         回目錄頁
=========================================================*/

.btn-back {
	text-align: right;
    margin-top: 30px;
	margin-bottom: 30px;
}
.btn-back a {
    background-color: #165baa;
	padding: 5px 20px;
	border-radius: 0px;
	color: #fff;
}
.btn-back a:hover {
    background-color: #0c3862;
	text-decoration: none;
}


/*========================================================
                      	關於我們
=========================================================*/

.about-01 {
    font-size: 1.2rem;
    line-height: 44px;
}

.about-02 > div {
    margin-bottom: 4rem;
}
.about-02 h5 {
    background: url("../img/about-02-title.jpg") no-repeat right top / cover;
    color: #fff;
    padding: 8px 20px;
    font-weight: bold;
    position: relative;
    font-size: 1.4rem;
    margin-bottom: 40px;
}
.about-02 h5 span {
    display: none;
}
.about-02 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1.1rem;
}
.about-02 ul.ul-1 {
    margin-bottom: 20px;
    display: block;
}
.about-02 ul li {
    padding: 5px 10px 6px 26px;  
}
.about-02 ul.ul-1 li {
    background: url("../img/about-02-icon1.png") no-repeat left 10px;
}
.about-02 ul.ul-2 li {
    background: url("../img/about-02-icon2.png") no-repeat left 10px;   
}


@media (min-width: 992px) {
    .about-02 h5 span {
        position: absolute;
        right: 240px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 3;
        font-size: 1.1rem;
        font-weight: normal;
        display: block;
    }
    .about-02 ul.ul-1 {
        display: none;
    }    
}

.about-04 {
    margin-top: 3rem;
}
.about-04 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.about-04 ul li {
    margin-bottom: 16px;

}
.about-04 ul li span {
    display: inline-block;
    background-color: #477cbf;
    color: #fff;
    width: 120px;
    margin-right: 10px;
    text-align: center;
    padding: 4px;
}

@media (max-width: 991px) {
    .about-04 {
        font-size: 0.9rem;
    }
    .about-04 ul li {
        padding-left: 0;
        padding-right: 0;
        background-color: #ededed;    
    }
    .about-04 ul li span {
        width: 100px;
        margin-right: 6px;
    }
}


/*.about-04 {
    margin-top: 3rem;
}
.about-04 [class*="col-"] {
    margin-bottom: 20px;
}
.about-04 [class*="col-"] h4 {
    background-color: #477cbf;
    color: #fff;
    font-size: 1.2rem;
    padding: 5px;
    text-align: center; 
}
.about-04 [class*="col-"]:nth-of-type(2) h4 {
    background-color: #e7231b;
    
}*/


/*========================================================
                        產品服務
=========================================================*/

.products-s1 {
    margin-bottom: 60px;
}
.products-s1 h3 {
    color: #1976bc;
}
.products-s1 h4 {
    font-weight: bold;
    font-size: 1.4rem;
}
.products-s1 ul {
    margin-left: -16px;
}
.products-s1 img {
    width: 100%;
    vertical-align: bottom;
    border: 1px solid #ededed;
}

@media (max-width: 991px) {
    .products-s1 img {
        margin-bottom: 20px;
    }
}

/*========================================================
                        投資人專區
=========================================================*/

/* 右側內容 */
.investor-main > div {
	margin-bottom: 50px;
}
.investor-main h4 {
    font-size: 1.1rem;
    font-weight: bold;
    color: #333;
}
.investor-main img {
	max-width: 100%;
}



/* 年度選擇 */
.year-wrap {
    max-width: 540px;
    width: 100%;
    margin-left: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
.year-wrap .input-group-prepend label {
    background-color: #999;
    color: #fff;
    border-color: #999;
    padding: 0 20px;
}

/* 檔案下載 */
.finance-down {
    list-style: none;
    margin: 20px 0;
    padding: 0;
}
.finance-down li:first-of-type {
    border-top: 1px solid #ddd;
}
.finance-down li {
    border-bottom: 1px solid #ddd;
    padding: 10px 40px;
}
.finance-down li strong {
    display: inline-block;
    margin-top: 6px;
}
.finance-down li a {
    display: block;
    background: url("../img/icon-down.png") no-repeat;
    background-position: 10px 12px;
    padding: 7px 40px;
    color: #333;
    margin: -10px -40px;
}
.finance-down li a:hover {
    background-color: #ededed;
    color: #f44336;
    background-position: 20px 12px;    
    padding-left: 50px;
}

@media (min-width: 992px) {
    .year-wrap {
        margin-top: -20px;
        margin-bottom: 0px;
    }
}


/*========================================================
                         最新消息
=========================================================*/

.news-post {
	text-align: center;
    font-size: 1rem;
}

/* 目錄頁設定 */
.news-post .post-minimal {
	position: relative;
	overflow: hidden;
    padding-bottom: 30px;
	margin-bottom: 40px;
	text-align: left;
    border-bottom: 2px dashed #adadad;
}
.news-post .post-minimal .post-body {
	padding: 0 30px;
}
.news-post .post-minimal * + .post-text {
	margin-top: 8px;
}
.news-post .post-minimal .post-meta {
	font-size: 0.9rem;
}
.news-post .post-minimal .post-meta time {
    display: inline-block;
	color: #fff;
    margin-right: 10px;
    width: 100px;
    min-height: 26px;
    line-height: 26px;
    text-align: center;
    background-color: #0c3862;
}
.news-post .post-minimal .post-meta span a {
	color: #333;
}
.news-post .post-minimal .post-meta span a:hover {
	color: #0c3862;
}
.news-post .post-minimal .post-body h2 a {
	font-size: 1.4rem;
	color: #333;
    font-weight: bold;
    margin: 10px 0;
}
.news-post .post-minimal .post-body h2 a:hover {
	color: #0c3862;
}
.news-post .post-minimal .more a {
	display: inline-block;
	margin-top: 10px;
	font-weight: bold;
	color: #0c3862;
}


/* 尺寸設定 */
@media (max-width: 991px) {
	.news-post .post-minimal {
		display: inline-block;
		width: 100%;
		max-width: 800px;
        background-color: #f1f1f1;
	}
    .news-post .post-minimal .post-body {
        padding: 10px 30px 0;
    }
	.news-post .post-minimal .post-image img {
		width: 100%;
		vertical-align: bottom;
	}
}
@media (min-width: 992px) {
	.news-post .post-minimal {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-align-items: top;
		-ms-flex-align: top;
		align-items: top;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
    .news-post .post-minimal .post-left img {
        width: 280px;
	}
	.news-post .post-minimal .post-body {
		padding: 0 30px;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	.news-post .post-minimal .post-left img {
		width: 320px;
	}
	.news-post .post-minimal .post-body {
		padding: 0 30px;
	}
}
@media (min-width: 1200px) {
	.news-post .post-minimal {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
@media (min-width: 1600px) {
	.news-post .post-minimal .post-left img {
		width: 360px;
	}
}

/*========================================================
                   	最新消息內頁
=========================================================*/


.news-detail {
	text-align: left;
    border-bottom: 2px dashed #adadad;  
}
.news-detail img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.news-detail time {
    color: #333;
}
.news-detail-title {
	text-align: left;
	margin: 0 0 20px 0;
	color: #0c3862;
	font-weight: bold;
    font-size: 1.8rem;
}
.news-detail-content {
    margin-bottom: 40px;
}
.news-detail-link {
    border-top: 2px dashed #adadad;
    padding: 1rem;
    font-size: 0.9rem;
    background-color: #ededed;
}
.news-detail-link h4 {
    font-size: 1.1rem;
    font-weight: bold;
}
.news-detail-link a {
    display: inline-block;
    color: #333;
    text-decoration: underline;
    margin-left: 10px;
}
.news-detail-link a:hover {
    text-decoration: none;
}


/*========================================================
                         人力資源
=========================================================*/

.careers-inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.careers-item {
	box-shadow: 0 0 10px #adadad;
    margin: 0 0 30px 0;
    background-color: #fff;
}
.careers-item span {
    display: inline-block;
    background-color: #14558d;
    padding: 15px 20px;
}
.careers-item span img {
    width: 40px;
    height: 40px;
}
.careers-item p {
    display: inline-block;
    padding: 0 15px;
    margin: 0;
    font-size: 1.2rem;
    vertical-align: middle;
}

.careers-btn {
    text-align: left;
}
.careers-btn a {
    display: inline-block;
    background: #1e5799;
    background: -moz-linear-gradient(-45deg,  #1e5799 0%, #2b77db 100%);
    background: -webkit-linear-gradient(-45deg,  #1e5799 0%,#2b77db 100%);
    background: linear-gradient(135deg,  #1e5799 0%,#2b77db 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#2b77db',GradientType=1 );
    color: #fff;
    padding: 5px 20px;
}
.careers-btn a:hover {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b52424+1,ea2e2e+100 */
background: #b52424; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #b52424 1%, #ea2e2e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #b52424 1%,#ea2e2e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #b52424 1%,#ea2e2e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b52424', endColorstr='#ea2e2e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

/*========================================================
                         聯絡我們
=========================================================*/


.contact-info h4 {
    font-size: 1.2rem;
    font-weight: bold;
    color: #333;
}
.contact-info ul {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
    min-height: 140px;
}
.contact-info ul li {
	list-style: none;
/*	padding: 5px 0 5px 60px;*/
	position: relative;
	margin-bottom: 4px;
}
.contact-info ul li i {
    display: inline-block;
    width: 20px;
    text-align: center;
	margin: 0 5px;
	padding: 5px 0;
}
.contact-info ul li:nth-of-type(1) i {
    color: #e71c30;
}
.contact-info ul li:nth-of-type(2) i {
    color: #028ad3;
}
.contact-info ul li:nth-of-type(3) i {
    color: #2e9876;
}
.contact-info ul li:nth-of-type(4) i {
    color: #cd7f0c;
}

.contact-info ul li [class^="flaticon-"]:before, 
.contact-info ul li [class*=" flaticon-"]:before, 
.contact-info ul li [class^="flaticon-"]:after, 
.contact-info ul li [class*=" flaticon-"]:after {
    margin-right: 0px;
}



/*========================================================
                         各類表單
=========================================================*/



/* 表單設定 */
.form-horizontal {
	margin-bottom: 40px;
}
.form-horizontal label {
	margin-bottom: 0;
    font-weight: bold;
    color: #666;
}
.form-horizontal label:before {
    font-family: 'Font Awesome 5 free';
    content: "\f044";
    font-weight: 900;
    display: inline-block;
    margin-right: 5px;
    color: #111;
}
.form-horizontal .form-control {
	border: 1px solid #ededed;
	background-color: #ddd;
}

.form-control::-moz-placeholder {
	color: #666;
	opacity: 1;
	font-size: 16px;
	font-weight: bold;
}
.form-control:-ms-input-placeholder {
	  color: #666;
}
.form-control::-webkit-input-placeholder {
	  color: #666;
}

/* 意見表單 */
.contact-form {
	margin-bottom: 20px;
}
.contact-form [class *= col-] {
	position: relative;
	margin-bottom: 10px;
}


.form-group {
	padding: 10px 15px;
	margin-bottom: 0 !important;
}
.form-group:nth-of-type(2n+2) {
	background-color: #ededed;
}
.form-group b {
	display: block;
	font-size: 15px;
}
.input {
	text-decoration: none;
	border: 1px solid #c7c7c7;
	width: 100%;
	padding: 2px 2px;
}

/* 尺寸設定 */
@media (min-width: 768px) {
	.form-info {
		padding: 20px 20px 20px 70px;
		background: #f7f7f7 url(../images/warning2.png) no-repeat 20px center;
	}
	.form-info {
		margin-right: 15px;
	}
	.input {
		width: 40%;
	}
	.form-group b {
		display: inline-block;
	}
}



/*========================================================
                         表格設定
=========================================================*/

.table thead th, .table th {
    vertical-align: middle;
    border-bottom: 1px solid #dee2e6;
}

.table1 {
	border-collapse: collapse;
	text-align: center;
	margin: 0 0 20px 0 !important;
	font-size: 1rem;
    background-color: #fff;
    border: 1px solid #c0bebe;
}
.table1 caption {
    caption-side: top;
    color: #000;
    font-weight: bold;
    padding: 0;
    margin-bottom: 0;
}
.table1 th {
	background-color: #3479ad;
	color: #fff;
	font-weight: bold;
	padding: 7px 10px !important;
	text-align: center;	
	border-top: 0 !important;
	border-bottom: 1px solid #c0bebe;
    border-right: 1px solid #fff;
}
.table1 th:last-of-type {
    border-right: 1px solid #c0bebe;
}
.table1 td {
	padding: 6px 15px !important;
    border-right: 1px solid #ccc;
    vertical-align: middle;
}
.table1 td.bg1 {
    background-color: #f4faff;
}
.table1 td.left {
    text-align: left;
}
.table2 td {
	text-align: left;
}
.table4 td {
	text-align: center;
}
.table4 tfoot {
	background-color: #e8f4fd;
}
.table4 td {
	padding: 10px 15px !important;
}



/*========================================================
                         ul設定
=========================================================*/

.ul-s1 {
    list-style: none;
    margin: 20px 0;
    padding: 0;
    text-align: left;
}
.ul-s1 > li {
    padding: 0 0 0 40px;
    margin-bottom: 10px;
    position: relative;
}
.ul-s1 > li span {
	width: 30px;
	height: 30px;
	border-radius: 15px;
	font-size: 1rem;
	color: #000;
	line-height: 30px;
	text-align: center;
	background-color: #9abdd2;
    position: absolute; 
    left: 0; 
    top: 2px; 
    z-index: 9; 
}

.ul-s2 {
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
}
.ul-s2 li {
    border-bottom: 1px solid #ddd;
    padding: 3px 10px;
}
.ul-s2 li:nth-child(2n+1) {
    background-color: #ededed;
}
.ul-s2 li:before {
    font-family: 'Font Awesome 5 free';
    content: "\f0da";
    font-weight: 900;
    display: inline-block;
    margin-right: 6px;
}

.ul-s3 {
    margin: 0 0 0 20px;
    padding: 0;
}



.download {
	list-style: none;
    margin: 10px 0;
    padding: 0;
}
.download li a {
    display: inline-block;
	background: url(../img/down.png) no-repeat left 6px;
    padding: 3px 0 3px 30px;
    color: #333;
    font-weight: bold;
    text-decoration: underline;
}
.download li a:hover {
    text-decoration: none;
}


/*========================================================
                         圖片效果
=========================================================*/

a.figure {
	display: block;
	position: relative;
}
a.figure:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
a.figure:before {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    content: '';
    display: inline-block;
    background: rgba(255,255,255,0.15) url(../img/magnifier.png) no-repeat center center;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: .3s;
}


.picture-effect {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.picture-effect img {
	transform: scale(1);
	transition: .3s ease-out all;
}
.picture-effect a {
	display: inline-block;
	position: relative;
}
.picture-effect a:before {
	content: '了解更多';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(206, 26, 26, 0.4);
	pointer-events: none;
	z-index: 1;
	opacity: 0;
	transition: .3s ease-out all;
    color: #fff;
    text-align: center;
    vertical-align: middle;
}
.picture-effect a:hover:before {
	opacity: 1;
}
.picture-effect a:hover img {
	transform: scale(1.1);
}


/*========================================================
                      ESG頁面相關css
=========================================================*/

.investment-1-3-flow-wrapper {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 16px;
}
.investment-1-3-flow {
	display: flex;
	align-items: stretch;
	justify-content: center;
	gap: 0;
}
.investment-1-3-step {
	flex: 1 1 0;
	min-width: 140px;
	min-height: 110px;
	padding: 20px 28px;
	border-radius: 12px;
	background: linear-gradient(135deg,  #2ca8e1 0%,#5db9dd 100%);
	color: #ffffff;
	text-align: center;
	font-size: 16px;
	line-height: 1.6;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.investment-1-3-step-title {
  font-weight: 700;
  margin-bottom: 6px;
}
.investment-1-3-step-body {
  font-weight: 400;
}
.investment-1-3-arrow {
  width: 60px;
  min-width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.investment-1-3-arrow::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 26px solid #c5d9f1; 
}
@media (max-width: 767px) {
  .investment-1-3-flow {
	flex-direction: column;
	align-items: stretch;
  }
  .investment-1-3-arrow {
	width: 100%;
	min-width: 0;
	height: 40px;
	  align-self: center; 
  }
  .investment-1-3-arrow::before {
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
	border-top: 24px solid #c5d9f1;
	border-bottom: 0;
  }
}

/* 環境永續 > 氣候變遷及溫室氣體管理 > 氣候風險鑑別流程 */
.investment-3-1-flow-wrapper {
  max-width: 1200px;
  margin: 40px auto 0;
  padding: 0;
}

.investment-3-1-flow {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 0;
}

.investment-3-1-step {
  position: relative;
  flex: 1 1 0;
  border: 2px solid #3479ad;
  padding: 42px 24px 28px;
  background: #ffffff;
  min-height: 200px;
}

.investment-3-1-step-header {
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 26px;
  border: 2px solid #3479ad;
  background: #3479ad;
	color: #fff;
  font-weight: 700;
  font-size: 18px;
  white-space: nowrap;
}

.investment-3-1-step p {
  margin: 0;
  line-height: 1.8;
  font-size: 15px;
}

.investment-3-1-arrow {
  width: 60px;
  min-width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.investment-3-1-arrow::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 30px solid #adadad;
}
@media (max-width: 768px) {
	.investment-3-1-flow-wrapper {
	  margin: 0 auto;
	}
  .investment-3-1-flow {
	flex-direction: column;
	align-items: stretch;
  }
  .investment-3-1-step {
	margin-top: 36px;
	  min-height: auto;
  }

  .investment-3-1-step:first-of-type {
	margin-top: 48px;
  }

  .investment-3-1-step-header {
	top: -24px;
  }

  .investment-3-1-arrow {
	width: 100%;
	min-width: 0;
	height: 50px;
  }

  .investment-3-1-arrow::before {
	border-top: 28px solid #adadad;
	border-left: 22px solid transparent;
	border-right: 22px solid transparent;
	border-bottom: 0;
  }
}

/* 環境永續 > 氣候變遷及溫室氣體管理 > 氣候風險鑑別及策略因應 */
  .risk-matrix {
	  width: 100%;
    border-collapse: collapse;
    text-align: left;
  }
  .risk-matrix th {
    padding: 8px 10px;
    vertical-align: top;
	  text-align: center;
    border: 1px solid #111;
	  background-color: #3479ad;
	  color: #fff;
  }
  .risk-matrix td {
    border: 1px solid #111;
    padding: 8px 10px;
    vertical-align: top;
  }
  .risk-matrix .highlight {
    background-color: #f4faff;
  }
  .risk-matrix .y-axis {
    writing-mode: vertical-rl;
    text-align: center;
	  border: none;
	  background-color: transparent;
	  color: #000;
  }
  .risk-matrix .x-axis {
    text-align: center;
	 border: none; 
	  background-color: transparent;
	  color: #000;
  }



/* 環境永續 > 能資源管理 > 環境永續相關指標與目標 */
.esg-3-2-2 ul {
    list-style: none;
	margin: 0;
	padding: 0;
}
@media (max-width: 767px) {
	.esg-3-2-2-1 {
		margin-bottom: 20px;
	}
	.esg-3-2-2-1 p, .esg-3-2-2-2 p {
		background-size: 100% 220%;
		margin-bottom: 10px;
		color: #fff;
		font-size: 1.2rem;
		font-weight: 900;
		padding-left: 20px;
	}
	.esg-3-2-2-1 p {
		background: url(../img/esg-3-2-b02.jpg) no-repeat right center;
	}
	.esg-3-2-2-2 p {
		background: url(../img/esg-3-2-b03.jpg) no-repeat right center;
	}
}
@media (min-width: 768px) {
	.esg-3-2-2 {
		background: url(../img/esg-3-2-b01.jpg) no-repeat top center;
		background-size: 100% auto;
		padding-top: 140px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.esg-3-2-2-1 {
		margin-top: -30px;
	}
	.esg-3-2-2-1 p, .esg-3-2-2-2 p {
		display: none;
	}
}


/* 友善職場 > 人才發展與培育 > 人才培育與發展 */
.training-container {
}

.training-container [class*="col-"] .training-box .title {
	font-weight: 900;
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 1.3rem;
	color: #111;
	padding: 3px;
}	
.training-container [class*="col-"]:nth-of-type(1) .training-box .title {
	background-color: #9bc7f4;
}
.training-container [class*="col-"]:nth-of-type(2) .training-box .title {
	background-color: #f4b77e;
}
.training-container [class*="col-"]:nth-of-type(3) .training-box .title {
	background-color: #f6d763;
}
.training-container [class*="col-"]:nth-of-type(4) .training-box .title {
	background-color: #acee46;
}
.training-container [class*="col-"] .training-box .line {
	width: 100%;
	border-width: 1px;
	border-style: dashed;
	border-color: #82cac2;
	margin: 16px auto;
}
.training-container [class*="col-"]:nth-of-type(1) .training-box .line {
	border-color: #9bc7f4;
}
.training-container [class*="col-"]:nth-of-type(2) .training-box .line {
	border-color: #f4b77e;
}
.training-container [class*="col-"]:nth-of-type(3) .training-box .line {
	border-color: #f6d763;
}
.training-container [class*="col-"]:nth-of-type(4) .training-box .line {
	border-color: #acee46;
}
.training-img {
  width: 220px;
  height: 200px;
  margin: 0 auto;
  overflow: hidden;
}
.training-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.training-box .desc {
	min-height: 130px;
	text-align: left;
}
.training-box .stat {
  font-weight: 700;
}
@media (max-width: 575.98px) {
  .training-box .desc {
    min-height: auto;
  }
}

/* 友善職場 > 人才發展與培育 > 接班人培育 */
.esg-4-3-c > div h5 {
	color: #fff;
	font-weight: bold;
	padding: 5px;
	font-size: 1.2rem;
}
.esg-4-3-c > div:nth-of-type(1) h5 {
	background-color: #dc9881;
}
.esg-4-3-c > div:nth-of-type(2) h5 {
	background-color: #a0dc82;
}
.esg-4-3-c > div:nth-of-type(3) h5 {
	background-color: #80dccf;
}
.esg-4-3-c > div:nth-of-type(4) h5 {
	background-color: #dbc27f;
}


/* 友善職場 > 人才發展與培育 > 接班人培育 */
.esg-features {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 30px
}
.esg-features .features {
	flex: 1 1 250px;
	display: flex;
	flex-direction: column;
	gap: 30px
}
.esg-features .feature {
	display: flex;
	align-items: center;
	gap: 15px;
	text-align: left
}

.esg-features .features.left .feature {
	flex-direction: row-reverse;
	text-align: right
}
.esg-features .feature > div {
	padding: 20px;
	border: 2px solid #137bc5;
	border-radius: 10px;
	text-align: left;
	width: 300px;
}
.esg-features .feature h5 {
	font-weight: bold;
	font-size: 1.2rem;
	margin: 0;
}
.esg-features .feature ul {
	list-style: none;
	margin: 0;
	padding: 0px;
}
.esg-features .center-img {
	flex: 1 1 300px;
	display: flex;
	justify-content: center;
	align-items: center
}
.esg-features .center-img img {
	max-width: 100%;
	height: auto
}

@media (max-width: 991px) {
.esg-features {
	flex-direction: column;
	align-items: center
}
.esg-features .center-img {
	order: -1
}
.esg-features .features {
	flex: 1 1 100%
}
.esg-features .feature {
	flex-direction: row;
	text-align: left
}
.esg-features .features.left .feature {
	flex-direction: row !important;
	text-align: left !important;
}
.esg-features .feature {
	width: 100%;
}
.esg-features .feature > div {
	width: 100%;
}
}


/*========================================================
                      ESG頁面-社會參與
=========================================================*/

.society-wrap {
	background: url(../img/esg-5-bg.jpg) repeat-y center top;
	background-size: 100% auto;
}


.investment-news {
    margin-bottom: 40px;
}
.investment-news-item {
    margin-bottom: 40px;
/*	box-shadow: 0 0 10px #ccc;*/
}
.investment-news-item img {
    width: 100%;
    vertical-align: bottom;
}
.investment-news-item .investment-news-item-info {
    overflow: hidden;
    padding: 25px 0 15px 0;
    background-color: #fff;
    color:#111;
    font-size: 0.9rem;
    line-height: 28px;
}
.investment-news-item .investment-news-item-info h3 {
    font-weight: bold;
    font-size: 1.4rem;
    color:#000;
}
.investment-news-item-more {
    border-top: 1px solid #ccc;
    padding-top: 20px;
    text-align: right;
}
.investment-news-item-more a {
    display: inline-block;
    color: #fff;
    background-color: #2ca8e1;
    padding: 0 20px;
}
.investment-news-item-more a:hover {
    background-color: #0c3862;
}



/*========================================================
                     圖片特效
=========================================================*/

.picture-effect {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.picture-effect img {
	transform: scale(1);
	transition: .3s ease-out all;
}
.picture-effect a {
	display: inline-block;
	position: relative;
}
.picture-effect a:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(44, 168, 225, 0.4);
	pointer-events: none;
	z-index: 1;
	opacity: 0;
	transition: .3s ease-out all;
}
.picture-effect a:hover:before {
	opacity: 1;
}
.picture-effect a:hover img {
	transform: scale(1.1);
}

