
@import url("../fonts/flaticon/flaticon.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 {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    text-transform: uppercase;    
}
.h2-title span {
    display: block;
    font-size: 0.8rem;
    color: #095f8f;
    font-weight: normal;
    margin-bottom: 10px;
}
.h3-title {
    border-left: 7px solid #e71f19;
    padding-left: 10px;
    margin-bottom: 20px;
}
.h4-title {
    font-weight: bold;
    color: #107969;
    font-size: 1.3rem;
    margin-bottom: 20px;
}
.h5-title {
    font-weight: bold;
    color: #000;
    font-size: 1.2rem;
    padding-left: 24px;
    margin: 0;
}

.font1 {
    font-weight: bold;
    color: #D30003;
    font-size: 1.1rem;
    text-decoration: underline;
    margin: 0;
	/*text-align: center;*/
}



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

.content-wrap {
    background: url("../img/content-bg.jpg") no-repeat fixed bottom center;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 60px;
}


/* 麵包屑 */
.breadcrumbs {
    background-color: #52b0a2;
	text-align: left;
    font-size: 1rem;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
}
.breadcrumbs a {
	display: inline-block;
	color: #fff;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}
.breadcrumbs a.home i {
    display: inline-block;
    margin-right: 3px;
    color: #fff;
}
.breadcrumbs span {
	margin: 0 2px 0 4px;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
}


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

.btn-back {
	text-align: right;
	padding-top: 20px;
}
.btn-back a {
	background-color: #4aa89a;
	padding: 5px 20px 7px;
	border-radius: 3px;
	color: #fff;
}
.btn-back a:hover {
	background-color: #1672ab;
	text-decoration: none;
}

/*========================================================
                         共同設定
=========================================================*/

.commonStyle {
    margin-bottom: 80px;
}
.commonStyle-img {
    margin-top: 30px;
    position: relative;
}

/* 尺寸設定 */
@media (max-width: 767px) {
    .commonStyle-img img {
        width: 49%;
        margin-bottom: 20px;
    }
}
@media (min-width: 768px) {
    .commonStyle-img {
        margin-top: 30px;
        position: relative;
        height: 340px;
        overflow: hidden;
    }
    .commonStyle-img img {
        width: 30%;
        clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);
    }
    .commonStyle-img img:nth-of-type(1) { 
        clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
        position: absolute;
        left: -3%;
    }
    .commonStyle-img img:nth-of-type(2) { 
        position: absolute;
        left: 22%;
    }
    .commonStyle-img img:nth-of-type(3) { 
        position: absolute;
        left: 47%;
    }
    .commonStyle-img img:nth-of-type(4) {
        position: absolute;
        left: 72%;
        clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
    .commonStyle-img {
        height: 155px;
    }
}
@media (min-width: 992px) {
    .commonStyle-img {
        height: 210px;
    }
}
@media (min-width: 1200px) {
    .commonStyle-img {
        height: 250px;
    }
}
@media (min-width: 1600px) {
    .commonStyle-img {
        height: 300px;
    }
}

.container p{
	text-align: justify;
}


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

.aboutUs {
    font-size: 1.1rem;
    line-height: 36px;
}

.aboutUs-icon {
    margin-bottom: 30px;
    text-align: center; 
}
.aboutUs-icon img {
    max-width: 80px;
    margin-bottom: 10px;
}
.aboutUs-icon [class*="col-"] {
    background-color: #e3eff7;
    padding: 20px;
    margin-bottom: 20px;
}
.aboutUs-icon [class*="col-"] h4 {
    margin: 0;
}

.about-logo [class*="col-"] {
    margin-bottom: 10px;
}
.about-logo img {
    border: 1px solid #ddd;
    padding: 5px;
}
.aboutUs-bnt{
	text-align: center;
	color: #fff;
	margin: 1.5vh 0;
	padding: 5vh 0;
}
.aboutUs-bnt a{
	color: #fff;
	display: block;
	
}

.about-color-1 {
    background-color: #4472c4; /* First column color */
}
.about-color-1:hover {
    background-color: #507ed1; /* First column color */
}
.about-color-2 {
    background-color: #800000; /* First column color */
}
.about-color-2:hover {
    background-color: #8b0505; /* First column color */
}
.about-color-3 {
    background-color: #548235; /* First column color */
}
.about-color-3:hover {
    background-color: #659743; /* First column color */
}
.about-color-4 {
    background-color: #bf9000; /* First column color */
}
.about-color-4:hover {
    background-color: #cf9e07; /* First column color */
}
.about-color-5 {
    background-color: #4472c4; /* First column color */
}
.about-color-5:hover {
    background-color: #4f7ed1; /* First column color */
}
.about-color-6 {
    background-color: #7030a0; /* First column color */
}
.about-color-6:hover {
    background-color: #803db3; /* First column color */
}
.about-color-7 {
    background-color: #800000; /* First column color */
}
.about-color-7:hover {
    background-color: #8f0505; /* First column color */
}
.about-color-8 {
    background-color: #548235; /* First column color */
}
.about-color-8:hover {
    background-color: #659744; /* First column color */
}
.about-color-9 {
    background-color: #bf9000; /* First column color */
}
.about-color-9:hover {
    background-color: #d19f07; /* First column color */
}
/*========================================================
                         碳風險管理
=========================================================*/
.carbon-txt h3{
	font-weight: bold;
    color: #D30003;
}
.txt-g{
	color: #00b050;
	font-weight: bold;
}
.txt-r{
	color: #D30003;
	font-weight: bold;
}
/*========================================================
                         ESG管理
=========================================================*/

.esg-sasb dl {
	box-shadow: 0 0 10px #adadad;
    padding: 20px;
    background-color: #fff;
}
.esg-sasb dt { 
    margin-right: 20px;
}
.esg-sasb dt i { 
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    color: #fff;
    font-size: 3rem; 
    background-color: #5eb39f;
    border-radius: 50%;
}
.esg-sasb dt i:before { 
	position : absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 9;
}
.esg-sasb dd { 
    overflow: hidden;
}
.esg-sasb dd  h5 { 
    font-weight: bold;
    color: #107969;
}

.esg-03 {
    text-align: left;
}
.esg-03-item {
    margin-bottom: 30px;
}
.esg-03-item h5 {
    font-weight: bold;
    color: #107969;
    font-size: 1.4rem;
}
.esg-03-item ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.esg-03-item ul li {
    position: relative;
    padding: 3px 6px 3px 18px;
    border-bottom: 1px dashed #ccc;
}
.esg-03-item ul li:before {
    font-family: 'Font Awesome 5 free';
    content: "\f0da";
    font-weight: 900;
    display: block;
    position: absolute;
    top: 0;
    left: 6px;
    z-index: 9;
    color: #333;
    font-size: 1rem;
}


/*========================================================
                         環境及碳成本會計管理
=========================================================*/
.accounting1-bg-a1{
	background: #548235;
	color: #fff;
	font-weight: bold;
}
.accounting1-bg-a1 i{
	padding-right: 5px;
}
.accounting1-img-a1{
	border: 1px solid #548235;
}
.accounting1-bg-a2{
	background: #1f4e79;
}
.accounting1-img-a2{
	border: 1px solid #1f4e79;
}
.accounting1-bg-a3{
	background: #bf9000;
}
.accounting1-img-a3{
	border: 1px solid #bf9000;
}
/*========================================================
                         能資源管理
=========================================================*/


.serviceBox{
    color: #339687;
    background: #339687;
    text-align: center;
    padding: 25px 20px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

.serviceBox:before,
.serviceBox:after{
    content: "";
    background: linear-gradient(to right bottom,#fff,#eee);
    border-radius: 10px 10px 80px 10px;
    position: absolute;
    top: 4px;
    left: 4px;
    right: 1px;
    bottom: 1px;
    z-index: -1;
}

.serviceBox:after{
    background: #339687;
    width: 60px;
    height: 60px;
    border-radius: 10px 0 150% 0;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
}

.serviceBox .service-icon {
    background: #fff;
    font-size: 3rem;
    line-height: 87px;
    width: 85px;
    height: 85px;
    margin: 0 auto 15px;
    border-radius: 50%;
    box-shadow: 5px 5px 5px -3px rgba(0,0,0,0.2),0 0 10px rgba(0,0,0,0.15) inset;
}

.serviceBox .title{
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.serviceBox .desc {
    color: #333;
    font-size: 1rem;
    line-height: 23px;
}

.serviceBox.red:after{ background: #339687; }

@media only screen and (max-width: 990px){
    .serviceBox{ margin: 0 0 30px; }
}


@media (min-width: 992px) {
    .serviceBox {
        min-height: 249px;
    }
}




/*========================================================
                         訊息公告
=========================================================*/

.news {	
}
.news img {
    /*width: 100%;*/
    vertical-align: bottom;
}
.news .slider {
    padding-bottom: 80px;
}
.news-item {
    margin: 0 0 50px 0;
    background-color: #fff;
    position: relative;
}
.news-item-img {
    position: relative;
    margin: 0;
    display: block;
    width: 100%;
    text-decoration: none;
    color: #fff;
    background-color: #f0f4f8;
    overflow: hidden
}
.news-item-img:hover {
    color: #fff
}
.news-item-img:hover .news-item-mask {
    opacity: 1;
    visibility: visible
}
.news-item-img:hover .news-item-mask::after {
    height: 100%
}
.news-item-img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}
.news-item-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: .625rem 1rem;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    font-size: 1rem;
    font-weight: 700;
    transition: all .3s
}
.news-item-mask::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 50px;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    transform: translateY(-50%);
    transition: all .3s
}
.news-item-mask span {
    position: relative;
    display: block;
    z-index: 2;
    border: 1px solid #fff;
    padding: 5px 30px;
}
.news-item-info {
    text-align: left;
    border: 1px solid #d8d8d8;
    padding: 20px 30px;
}
.news-item-info time  {
    font-weight: bold;
    color: #000;
    display: block;
}
.news-item-info h3 {
    font-weight: bold;
    font-size: 1.1rem;
    margin: 10px 0;
}
.news-item-info h3:after {
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    background-color: #e51816;
    margin-top: 20px;
}
.news-item-info p {
    margin: 0;
    line-height: 28px;
}
.news-btn {
    text-align: center;
}
.news-btn a {
    display: inline-block;
    color: #000;
    padding: 5px 5%;
    border: 1px solid #a2a2a2;
    font-size: 1rem;
}
.news-btn a:hover {
    color: #fff;
    background-color: #0870c9;
}

/* 尺寸設定 */
@media (min-width: 992px) {
    .news .slider {
        padding-bottom: 40px;
    }
}


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


.news-detail {
	text-align: left;
    border-bottom: 2px dashed #adadad;  
}
.news-detail img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.news-detail-title {
	text-align: left;
	margin: 0 0 20px 0;
	color: #333;
	font-weight: bold;
    font-size: 1.8rem;
}
.news-detail-subtitle {
    font-size: 1.3rem;
    color: #1e8878;
    font-weight: bold;
    margin-bottom: 30px;
}
.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;
}


/* 分類+外連 */
.news .news-detail-row {
    display: flex;
    font-size: 1rem;
    color: #63636b;
    margin: 0 2px 6px 2px;
}
.news .news-detail-row a {
    color: #63636b;
}
.news .news-detail-row a:hover {
    text-decoration: underline;
}
.news .news-detail-row {
    line-height: 24px;
    margin-bottom: 14px;
}
.news .news-detail-row .news-detail-sort {
    background-color: #4aa89a;
    color: #fff;
    padding: 0 10px;
    border-radius: 3px;
    font-size: 0.8rem;
}
.news .news-detail-row .news-detail-date {
    color: #4aa89a;
    padding: 0 10px;
    border-radius: 3px;
    font-size: 1rem;
}
.news .news-detail-row .news-detail-date i {
    margin-right: 6px;
}



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

.contact-info ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.contact-info ul li {
	list-style: none;
/*	padding: 5px 0 5px 60px;*/
	position: relative;
	/*margin-bottom: 10px;*/
    padding-left: 30px;
}
.contact-info ul li i {
    position: absolute;
    left: 0;
    top: 3px;
    z-index: 1;
    display: inline-block;
    width: 20px;
    text-align: center;
	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 #ddd;
	background-color: #fff;
}

.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;
	}
}



/*========================================================
                           表格
=========================================================*/

.table1 {
	border-collapse: collapse;
	text-align: center;
	margin: 0 0 20px 0;
	font-size: 15px;
	border: 1px solid #c0bebe;
}
.table1 tr:nth-child(2n+1) {
	background-color: #F3F3F3;
}

.table1 th {
	background-color: #2a8174;
	color: #fff;
    font-size: 1.1rem;
	font-weight: bold;
	padding: 10px 10px !important;
	text-align: center;	
	border-top: 0 !important;
	border-bottom: 1px solid #bbb;
    border-right: 1px solid #fff;
}
.table1 th:last-of-type {
    border-right: 1px solid #bbb;
}
.table1 td {
	padding: 5px 5px !important;
	border: 1px solid #bbb;
}
.table1 td.title {
	background-color: #cfebe7;
    vertical-align: middle;
    font-weight: bold;
}
.table1 td.left {
	text-align: left;
}


.table2 {
	border-collapse: collapse;
	margin: 0 0 20px 0;
	font-size: 1rem;
	/*border: 1px solid #c0bebe;*/
}
.table2 tr:nth-child(2n+1) {
	/*background-color: #F3F3F3;*/
	border-bottom: 1px solid #bbb;
}

.table2 th {
	background-color: #2a8174;
	color: #fff;
    font-size: 1.1rem;
	font-weight: bold;
	padding: 10px 10px !important;
	text-align: center;	
	border-top: 0 !important;
	border-bottom: 1px solid #bbb;
    border-right: 1px solid #fff;
}
.table2 th:last-of-type {
    border-right: 1px solid #bbb;
}
.table2 td {
	padding: 5px 5px !important;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	border-top: none!important;
}
.table2 .tr1{
	text-align: right;
	color: #2abdf2;
	font-weight: bold;
}
.table2 .tr2{
	border-bottom: 1px solid transparent;
}
.table2 .tr3{
	border-bottom: 1px solid transparent;
	border-right: 1px solid transparent;
}
.table2 .tr4{
	border-right: 1px solid transparent;
}
.table2 td.title {
	background-color: #cfebe7;
    vertical-align: middle;
    font-weight: bold;
}
.table2 td.left {
	text-align: left;
}

.table3{
	padding: 0 5px;
}
.table3 tr:nth-child(2n+1) {
	background-color: #F3F3F3;
}

.table3 th {
	background-color: #2a8174;
	color: #fff;
    font-size: 1.1rem;
	font-weight: bold;
	padding: 10px 10px !important;
	text-align: center;	
	border-top: 0 !important;
	border-bottom: 1px solid #bbb;
    border-right: 1px solid #fff;
}
.table3 th:last-of-type {
    border-right: 1px solid #bbb;
}
.table3 td {
	padding: 5px 5px !important;
	border: 1px solid #bbb;
}
.table3 td.title {
	background-color: #cfebe7;
    vertical-align: middle;
    font-weight: bold;
}
.table3 td.day {
	vertical-align: middle;
    font-weight: bold;
	text-align: center;
}
.table3 td.left {
	text-align: left;
}
.table3 td.cent {
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}



.table4{
	padding: 0 5px;
}
.table4 th {
	background-color: #2a8174;
	color: #fff;
    font-size: 1.1rem;
	font-weight: bold;
	padding: 10px 10px !important;
	text-align: center;	
	border-top: 0 !important;
	border-bottom: 1px solid #bbb;
    border-right: 1px solid #fff;
}
.table4 th:last-of-type {
    border-right: 1px solid #bbb;
}
.table4 td {
	padding: 5px 5px !important;
	border: 1px solid #bbb;
}
.table4 td.title {
	background-color: #cfebe7;
    vertical-align: middle;
    font-weight: bold;
	text-align: center;
}
.table4 td.day {
	background-color: #F3F3F3;
	vertical-align: middle;
    font-weight: bold;
	text-align: center;
}
.table4 td.left {
	text-align: left;
}
.table4 td.cent {
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}

.table4 th.rt {
	background: #a070ad;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}
.table4 th.gt {
	background: #70ad93;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}

.table4 .tr3 {
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
}
.table4 .tr4 {
    background-color: #b3b3b3;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}




.table4 .th4{
	color: #fff;
	background-color: #c00000;
}


.table5{
	padding: 0 5px;
}
/*.table5 tr:nth-child(2n+1) {
	background-color: #F3F3F3;
}*/

.table5 th {
	background-color: #2a8174;
	color: #fff;
    font-size: 1.1rem;
	font-weight: bold;
	padding: 10px 10px !important;
	text-align: center;	
	border-top: 0 !important;
	border-bottom: 1px solid #bbb;
    border-right: 1px solid #fff;
}
.table5 th:last-of-type {
    border-right: 1px solid #bbb;
}
.table5 td {
	padding: 0px 5px !important;
	border: 1px solid #bbb;
}
.table5 td i{
	padding-right: 5px;
	color: #348f5d;
}
.table5 td.title {
	background-color: #cfebe7;
    vertical-align: middle;
    font-weight: bold;
}

.table5 td.day {
	vertical-align: middle;
    font-weight: bold;
	text-align: center;
}
.table5 td.left {
	text-align: left;
}
.table5 td.cent {
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}


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

.ul-s1 {
    list-style: none;
    margin: 10px 0 20px;
    padding: 0;
}
.ul-s1 > li {
    padding: 0 0 0 54px;
    margin-bottom: 2px;
    position: relative;
}
.ul-s1 > li span {
	width: 24px;
	height: 24px;
	border-radius: 12px;
	font-size: 1.1rem;
    font-weight: bold;
	color: #000;
	line-height: 26px;
	text-align: center;
	background: #a2e3d9;
    position: absolute; 
    left: 24px; 
    top: 6px; 
    z-index: 9; 
}

.ul-s2 {
    list-style: none;
    margin: 0 20px;
    padding: 0;
}
.ul-s2 li {
    margin-bottom: 10px;
}
.ul-s2 li i {
    font-weight: bold;
	color: #107969;
    margin-right: 6px;
}
.ul-s2 li > span {
    font-weight: bold;
	color: #000;
	display: block;
}
.ul-s2 li > span + span {
    font-weight: normal;
}

@media (max-width: 991px) {
    .ul-s2 li > span {
        display: block;
    }
}










/*========================================================
                         沿革設定
=========================================================*/

.history dl {
    overflow: hidden;
    display: flex !important; 
    min-height: 100px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #adadad;
}
.history dl dt {
    align-self: center !important;
}
.history dl dt span {
    width: 100px !important;
    height: 100px !important;
    line-height: 84px;
    text-align: center;
    font-size: 1.5rem;
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
    border: 5px solid #429c87;
    background-color: #72bfad;
    float: left;
    margin-right: 20px;
}

.history dl dd {
    overflow: hidden;
    align-self: center !important;
    margin-bottom: 0;
}
.history dl dd p {
    margin: 0;
    padding: 0 0 0 16px;
    position: relative;
}
.history dl dd p:before {
    font-family: 'Font Awesome 5 free';
    content: "\f0da";
    font-weight: 900;
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
    z-index: 4;
    color: #333;
    font-size: 1.2rem;
}




/*
.history dl {
    overflow: hidden;
    display: flex !important; 
    min-height: 100px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #adadad;
}
.history dl dt {
    align-self: center !important;
}
.history dl dt span {
    width: 100px !important;
    height: 100px !important;
    line-height: 78px;
    text-align: center;
    font-size: 1.5rem;
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
    border: 8px solid #7f7f7f;
    background-color: #009d41;
    box-shadow: inset 1px 1px 8px 5px rgba(16,121,105,0.8);
    float: left;
    margin-right: 20px;
}

.history dl:nth-of-type(5n+1) dt span {
    background-color: #00b0f0;
    box-shadow: inset 1px 1px 8px 5px rgba(0,126,176,1);
}
.history dl:nth-of-type(5n+2) dt span {
    background-color: #009d41;
    box-shadow: inset 1px 1px 8px 5px rgba(25,99,54,1);
}
.history dl:nth-of-type(5n+3) dt span {
    background-color: #e5a800;
    box-shadow: inset 1px 1px 8px 5px rgba(138,101,0,1);
}
.history dl:nth-of-type(5n+4) dt span {
    background-color: #005fad;
    box-shadow: inset 1px 1px 8px 5px rgba(22,67,105,1);
}
.history dl:nth-of-type(5n+5) dt span {
    background-color: #e6000c;
    box-shadow: inset 1px 1px 8px 5px rgba(133,0,7,1);
}


.history dl dd {
    overflow: hidden;
    align-self: center !important;
    margin-bottom: 0;
}
.history dl dd p {
    margin: 0;
    padding: 0 0 0 16px;
    position: relative;
}
.history dl dd p:before {
    font-family: 'Font Awesome 5 free';
    content: "\f0da";
    font-weight: 900;
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
    z-index: 4;
    color: #333;
    font-size: 1.2rem;
}
*/



.history2 dl {
    overflow: hidden;
    min-height: 100px;
    margin-bottom: 30px;
    padding: 30px;
    border: 1px dashed #adadad;
/*    box-shadow: 0 0 15px #adadad;*/
    background-color: #e2f3ed;
}
.history2 dl dt {
    align-self: center !important;
    margin-bottom: 10px;
}
.history2 dl dt span {
    display: block;
    width: 100px !important;
    height: 100px !important;
    line-height: 100px;
    text-align: center;
    font-size: 1.3rem;
    color: #fff;
    font-weight: bold;
    background-color: #38a882;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.history2 dl dd {
    overflow: hidden;
    align-self: center !important;
    margin-bottom: 0;
}
.history2 dl dd ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.history2 dl dd ul li {
    position: relative;
    padding-left: 20px;
}
.history2 dl dd ul li:before {
    font-family: 'Font Awesome 5 free';
    content: "\f0da";
    font-weight: 900;
    display: block;
    position: absolute;
    top: 1px;
    left: 4px;
    z-index: 4;
    color: #38a882;
    font-size: 1rem;
}


@media (min-width: 768px) {
    .history2 dl {
        display: flex !important; 
    }
    .history2 dl dt {
        float: left;
        margin-right: 20px;
        margin-bottom: 0;
    }
}
@media (min-width: 992px) {
    .history2 img {
        width: 40%;
        float: right;
    }
}
@media (min-width: 1200px) and (max-width: 1599px) {
    .history2 img {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }
}
@media (min-width: 1600px) {
    .history2 img {
        width: 500px;
    }
}


/*========================================================
                         流程設定
=========================================================*/

.process-wrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.process-wrap ul li {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    background-color: #fff;
    border-width: 3px;
    border-style: solid;
    border-color: #4b9ec0;
    border-radius: 10px;
    width: 100%;
    height: 60px;
    position: relative;
    margin-bottom: 20px;
}
.process-wrap ul li:last-of-type {
    margin-right: 0;
}
.process-wrap ul li:last-of-type:after {
    background: none;
}
.process-wrap ul li span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    width: 80%;
    text-align: center;
    font-size: 1.2rem;
    color: #000;
}
@media (max-width: 767px) {
    .process-wrap ul li:after {
        content: '';
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10;
        display: block;
        width: 40px;
        height: 40px;
        bottom: -40px;
    }
}
@media (min-width: 768px) {
    .process-wrap ul li {
        border-radius: 20px;
        border-width: 3px;
        width: 84px;
        height: 84px;
        margin-right: 10px;
    }
    .process-wrap ul li span {
        font-size: 0.9rem;
        line-height: 18px;
    }
    .process-wrap ul li:after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
        display: block;
        right: -30px;
        width: 30px;
        height: 30px;
    }
}
@media (min-width: 992px) {
    .process-wrap ul li {
        border-width: 3px;
        width: 120px;
        height: 120px;
        margin-right: 16px;
    }
    .process-wrap ul li:after {
        right: -40px;
        width: 40px;
        height: 40px;
    }
    .process-wrap ul li span {
        font-size: 1rem;
        line-height: 24px;
    }
}
@media (min-width: 1200px) {
    .process-wrap ul li {
        border-width: 4px;
        width: 140px;
        height: 140px;
        margin-right: 30px;
    }
    .process-wrap ul li:after {
        right: -50px;
        width: 50px;
        height: 50px; 
    }
    .process-wrap ul li span {
        font-size: 1.1rem;
    }
}
@media (min-width: 1600px) {
    .process-wrap ul li {
        border-width: 5px;
        width: 160px;
        height: 130px;
        margin-right: 30px;
    }
    .process-wrap ul li:after {
        right: -60px;
        width: 60px;
        height: 60px;
    }
    .process-wrap ul li span {
        font-size: 1.3rem;
    }
}

/* 樣式設定 */
.process-1 ul li {
    border-color: #f08848;
}
.process-1 ul li:after {
    background: url(../img/process-1-arrow1.jpg) no-repeat left center;
    background-size: contain;
}
@media (max-width: 767px) {
    .process-1 ul li:after {
        background: url(../img/process-1-arrow2.jpg) no-repeat center top;
        background-size: contain;
    }
}

.process-2 ul li {
    border-color: #00a692;
}
.process-2 ul li:after {
    background: url(../img/process-2-arrow1.jpg) no-repeat left center;
    background-size: contain;
}
@media (max-width: 767px) {
    .process-2 ul li:after {
        background: url(../img/process-2-arrow2.jpg) no-repeat center top;
        background-size: contain;
    }
}

.process-3 ul li {
    border-color: #ea6463;
}
.process-3 ul li:after {
    background: url(../img/process-3-arrow1.jpg) no-repeat left center;
    background-size: contain;
}
@media (max-width: 767px) {
    .process-3 ul li:after {
        background: url(../img/process-3-arrow2.jpg) no-repeat center top;
        background-size: contain;
    }
}

.process-4 ul li {
    border-color: #5b72b8;
}
.process-4 ul li:after {
    background: url(../img/process-4-arrow1.jpg) no-repeat left center;
    background-size: contain;
}
@media (max-width: 767px) {
    .process-4 ul li:after {
        background: url(../img/process-4-arrow2.jpg) no-repeat center top;
        background-size: contain;
    }
}

.process-5 ul li {
    border-color: #a5aeb5;
}
.process-5 ul li:after {
    background: url(../img/process-5-arrow1.jpg) no-repeat left center;
    background-size: contain;
}
@media (max-width: 767px) {
    .process-5 ul li:after {
        background: url(../img/process-5-arrow2.jpg) no-repeat center top;
        background-size: contain;
    }
}


@media (min-width: 1600px) {
    .process-w150 ul li {
        width: 150px;
    }
}



/*========================================================
                         餅圖效果
=========================================================*/

.accounting-chart #pie-chart-container {
    display: flex;
    align-items: center;
}
.accounting-chart #pie-chart {
    background: conic-gradient(#ffffff 0.00%, #ca9d1b 0.00% 46.67%, #4a6ca9 46.67% 53.33%, #6c9c4f 53.33% 60.00%, #98bfe4 60.00% 66.67%, #f4b186 66.67% 73.33%, #c4c4c4 73.33% 80.00%, #ffd561 80.00% 86.67%, #a8d08e 86.67% 93.33%, #85a2d8 93.33%);
    border-radius: 50%;
    width: 350px;
    height: 350px;
}
.accounting-chart #legenda {
  margin-left: 20px;
  background-color: white;
  padding: 5px;
}

.accounting-chart .entry-color {
    height: 10px;
    width: 30px;
}
.accounting-chart .entry-text {
  margin-left: 5px;
}
.accounting-chart #color-1 {
  background-color: #ca9d1b;
}
.accounting-chart #color-2 {
  background-color: #4a6ca9;
}
.accounting-chart #color-3 {
  background-color: #6c9c4f;
}
.accounting-chart #color-4 {
  background-color: #98bfe4;
}
.accounting-chart #color-5 {
  background-color: #f4b186;
}
.accounting-chart #color-6 {
  background-color: #c4c4c4;
}
.accounting-chart #color-7 {
  background-color: #ffd561;
}
.accounting-chart #color-8 {
  background-color: #a8d08e;
}
.accounting-chart #color-9 {
  background-color: #85a2d8;
}

@media (min-width: 768px) {
    .accounting-chart .entry {
      display: flex;
      align-items: center;
    }
}





.esg-chart #pie-chart {
	background: conic-gradient(#ffffff 0.00%, #0e9ed4 0.00% 8%, #155f82 8% 38%, #e97031 38% 82%, #186b23 82% 100%);
    border-radius: 50%;
    width: 300px;
    height: 300px;
    margin: 0 auto 20px;
}
.esg-chart #legenda {
    margin-left: 20px;
    box-shadow: 0 0 5px #adadad;
    background-color: #fff;
    padding: 20px;
}

.esg-chart .entry {
    display: flex;
    align-items: center;
}
.esg-chart .entry-color {
    height: 10px;
    width: 30px;
}
.esg-chart .entry-text {
  margin-left: 5px;
}
.esg-chart #color-1 {
  background-color: #0e9ed4;
}
.esg-chart #color-2 {
  background-color: #155f82;
}
.esg-chart #color-3 {
  background-color: #e97031;
}
.esg-chart #color-4 {
  background-color: #186b23;
}
.esg-chart #color-5 {
  background-color: #f4b186;
}
.esg-chart #color-6 {
  background-color: #c4c4c4;
}
.esg-chart #color-7 {
  background-color: #ffd561;
}
.esg-chart #color-8 {
  background-color: #a8d08e;
}
.esg-chart #color-9 {
  background-color: #85a2d8;
}

@media (min-width: 768px) {
    .esg-chart #pie-chart-container {
        display: flex;
        align-items: center;
    }
    .esg-chart #pie-chart {
        margin: 0 20px;
    }
}
@media (min-width: 1600px) {
    .esg-chart #pie-chart {
        width: 350px;
        height: 350px;
    }
}
#end{
	z-index: -1!important;
}



.csreport {
    position: relative;
	overflow: hidden;
}
.csreport .csreport-bg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}
.csreport .csreport-bg * {
    height: 100%
}
.csreport .csreport-bg .imgouter {
    height: 120%
}
.csreport .pagetitle {
    line-height: 1.35
}
.csreport .pagetitle:before {
    top: .575em
}
.csrslider .slick-slide {
    margin-right: 30px
}
.csrslider .slick-list {
    padding-right: 40vw
}
.csrdoc,.csrslider img {
    display: block
}

.csrdoc {
    position: relative;
    width: 100%
}
.csrdoc .imgouter {
    position: relative
}

.csrdoc .imgouter img {
    max-width: unset;
    width: 100%
}
.csrdoc .txtouter {
    color: #fff;
    padding: .8em 1em
}
.csrdoc .txtouter:after {
    background-color: #51afa1;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.csrdoc .num {
    display: block;
    line-height: 1;
	font-size:0.9rem;
	font-weight: bold;
}
.csrdoc .title {
    margin-top: .25em;
	font-size: 0.8rem;
	font-weight: bold;
}
.csrdoc:hover .num,.csrdoc:hover .title,.csrdoc:hover .txtouter,.csrdoc:hover .txtouter:after {
    animation-fill-mode: forwards;
    animation-timing-function: ease
}

@media (min-width: 768px) {
	.csrslider {
        margin-left:-20px;
        margin-right: -20px
    }
    .csrslider .slick-slide {
        margin-left:20px;
        margin-right: 20px
    }
	.csrdoc {
        margin:0 auto
    }
	.csrdoc .imgouter:after {
        background-color:rgba(0,0,0,.7);
        content: "";
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }
	.csrdoc .txtouter {
        left:50%;
        padding: 1.2em 1.5em 1.35em;
        position: absolute;
        text-align: center;
        top: 50%;
        transform: translate(-50%,-50%);
        width: 110%
    }
	.csrdoc .txtouter:hover{
        transform: translate(-50%,-15%);
    }
	.csrdoc .title {
        margin-top:.5em;
    }

    .csrdoc:hover .imgouter:after {
        opacity: 0
    }
	.csrdoc .num {
        font-size:1.6rem;
    }
	.csrdoc .title {
		font-size:1rem;
    }
	.csrdoc:hover .txtouter {
        animation-delay:0s;
        animation-duration: .5s;
        animation-name: txtouterHover
    }

    .csrdoc:hover .txtouter:after {
        animation-delay: 0s;
        animation-duration: .5s;
        animation-name: afterHover
    }

    .csrdoc:hover .num,.csrdoc:hover .title {
        animation-delay: .25s;
        animation-duration: .5s;
        opacity: 0
    }

    .csrdoc:hover .num {
        animation-name: numHover
    }

    .csrdoc:hover .title {
        animation-name: titleHover
    }
}
@media (min-width: 992px) {
    .csrdoc {
        width:100%
    }
	.csrdoc .num {
        font-size:1.6rem;
    }
	.csrdoc .title {
		font-size:1rem;
    }
	.csrdoc .txtouter {
		transition: transform 0.5s ease, opacity 0.5s ease;
	}

	.csrdoc:hover .txtouter {
		transform: translate(-50%, -15%);
		opacity: 1;
	}

	.csrdoc .num, .csrdoc .title {
		transition: transform 0.5s ease, opacity 0.5s ease;
	}

	.csrdoc:hover .num, .csrdoc:hover .title {
		opacity: 0;
		transform: translateY(30px);
	}
}
@media (min-width: 1200px) {
	.csreport .arrows {
        bottom:0;
        position: absolute;
        right: -35px
    }
    .csrslider .slick-list {
        padding-right:10vw
    }
}
@media (min-width: 576px) and (max-width:1199px) {
    .csreport .csreport-hero {
        align-items:flex-end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between
    }
}
@media (max-width: 767px) {
    .csrdoc .txtouter {
        background-color:#51afa1;
    }
	.csrdoc .txtouter:hover{
        background-color:#3f998c;
    }
}
@media (max-width: 1199px) {
    .csreport .csreport-bg {
        display:none
    }
}

@keyframes txtouterHover {
    0% {
        opacity: 1
    }
    35% {
        opacity: 0
    }
    40% {
        opacity: 0;
        text-align: left
    }
    to {
        opacity: 1;
        text-align: left;
        top: 70%
    }
}

@keyframes numHover {
    0% {
        opacity: 0;
        transform: translateY(-30px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes titleHover {
    0% {
        opacity: 0;
        transform: translateY(30px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes afterHover {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.tcfd-txt {
	padding-top: 3vh;
}
.tcfd-txt h5{
	font-weight: bold;
	padding-bottom: 1vh;
}
@media (min-width: 1200px) {
	.tcfd-txt {
		padding-left: 6vh;
		padding-top: 0vh;
	}
}
/*========================================================
                         圖片效果
=========================================================*/

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

.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(252, 200, 58, 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);
}


