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


/*========================================================
                      	 標題設定
=========================================================*/
.hidden {
    display: contents;
    font-style: normal;
}
.s-header {
    text-align: center;
    overflow: hidden;
    margin-bottom: 40px;
}
.h1-title {
    font-size: 2em;
    color: #000;
	padding-bottom: 10px;
	font-weight: bold;
}
.h2-title {
    /*display: inline-block;*/
    font-size: 1.8rem;
    color: #000;
    /*text-transform: uppercase;*/
    position: relative;
    z-index: 1;
    font-weight: bold;
	padding-bottom: 5%;
}
/*.h2-title:after {
    position: absolute;
    left: -5%;
    bottom: 0;
    height: 50%;
    width: 110%;
    background: #adadad;
    opacity: 0.3;
    content: "";
    z-index: -1;
}*/

.h3-title {
    border-left: 7px solid #0c3862;
    padding-left: 10px;
    margin-bottom: 20px;
    font-size: 1.6rem;
}
.esg-wrap .text-center{
	text-align: center!important;
}

@media (min-width: 768px) {
	.txt-just{
		text-align: justify;
		/*letter-spacing: -0.5px;*/
	}
}
@media (min-width: 992px) {
	.txt-just{
		letter-spacing: 0px;
	}
}
@media (min-width: 1200px) {
	.h1-title {
		font-size: 3em;
	}
	.h2-title {
		font-size: 2.5rem;
	}
}
/*========================================================
                      	 內頁框架
=========================================================*/

.content-wrap {
/*    background: url("../img/content-bg.jpg") no-repeat right top fixed;
    background-size: cover;*/
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #fff;
}


/* 麵包屑 */
.breadcrumbs {
    background-color: #0c3862;
	text-align: left;
    font-size: 1rem!important;
    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: #70d1e4;
	font-size: 1.4rem;
	font-weight: bold;
}
.breadcrumbs > div b {
    font-weight: normal;
    font-size: 1rem !important;
}


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

.navsub {
	margin-bottom: 20px;
	text-align: center;
    display: none;
}
.navsub-select {
    width: 100%;
    display: block;
}

.navsub-list {
	text-align: left;	
	margin-right: 30px;
	padding-bottom: 5px;
	border: 1px solid #ddd;
    background-color: #fff;
}
.navsub-list h2 {
	color: #fff;
	background-color: #197858;
    border-bottom: 3px solid #0c5039;
	padding: 14px 30px;
	text-align: left;
	margin: 0 0 10px 0;
    font-size: 1.5rem;
    position: relative;
}
.navsub-list ul {
	list-style: none;
	margin: 20px 20px 40px 20px;
	padding: 0;
}
.navsub-list ul li {
}
.navsub-list ul li a {
	display: block;
	padding: 7px 10px;
	color: #333;
	font-size: 0.9rem;
	margin: 0 0 10px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-bottom: 1px dashed #ddd;
}
.navsub-list ul li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    top: 0;
    bottom: 0;
    background: #dadada;
    height: 100%;
    -webkit-transition: all 0.3s ease-out;
    transition:  all 0.3s ease-out;
}
.navsub-list ul li a:hover:before, 
.navsub-list ul li a:focus:before, 
.navsub-list ul li a:active:before {
    right: 0;
}



.navsub-select {
    width: 100%;    
	margin-left: 15px;
	margin-right: 15px;
    margin-bottom: 20px;
	}
.navsub-select h2 {
	text-align: center;
	}
.navsub-select .form-control > option {
	text-align: center;
}


@media (min-width: 1200px) {
    .navsub {
        display: block;
    }
    .navsub-select {
        display: none;
    }
}

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

.btn-back {
	text-align: right;
	padding-top: 20px;
}
.btn-back a {
    background-color: #0c3862;
	padding: 5px 20px 7px;
	border-radius: 3px;
	color: #fff;
}
.btn-back a:hover {
    background-color: #007dc3;
	color: #fff;
	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;
    }
}


/*========================================================
                         公司簡介
=========================================================*/

.about-ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.about-ul li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 95px;
    border-bottom: 1px solid #ddd;
}

.about-ul li span {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    background-color: #ddd;
    width: 80px;
    text-align: center;
    color: #111;
    font-weight: bold;

}

/*========================================================
                         產品策略
=========================================================*/
.products-item {
    margin-bottom: 2rem;
	box-shadow: 0 0 10px #c0c0c0;
}
.products-item h4 {
    font-weight: bold;
    color: #0c3862;
}
.products-wrap .products-item [class*="col-"]:nth-of-type(1) {
    position: relative;
    overflow: hidden;
}
.products-item-info {
    padding: 40px;
}
.products-item-info p {
    margin: 0;
}

@media (min-width: 768px) {   
    .products-wrap .products-item [class*="col-"]:nth-of-type(1):before {
        content: "";
        position: absolute;
        display: block;
        top: -20%;
        height: 130%;
        width: 50px; 
        background-color: #fff;
        z-index: 5;
        right: -12px !important;
        transform: rotate(6deg);
    }
    .products-wrap .products-item:nth-of-type(2n+2) [class*="col-"]:nth-of-type(1):before {
        left: -12px !important;
    }
    .products-wrap .products-item .products-item-info {
        padding: 30px 40px 30px 0px;
    }
    .products-wrap .products-item:nth-of-type(2n+2) .products-item-info {
        padding: 30px 0px 30px 40px;
    }
}
@media (min-width: 992px) {   
    .products-wrap .products-item .products-item-info {
        padding: 30px 60px 30px 20px;
    }
    .products-wrap .products-item:nth-of-type(2n+2) .products-item-info {
        padding: 30px 20px 30px 60px;
    }
}

.product-link {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

.circle-container {
  position: relative;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/products-item-bg.png) no-repeat center center / cover;
	margin: 0 auto;
}

.circle-container img {
  width: 85%;
    height: auto;
    object-fit: contain;
    background-color: #dddddd;
    border-radius: 50%;
    margin-bottom: 0rem !important;
}

.products-item-mask {
  position: absolute;
  width: 85%;
  height: 85%;
  background-color: rgba(0,0,0,0.5); /* 灰底透明度 */
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;              /* 預設隱藏 */
  transition: opacity 0.3s ease;
  border-radius: 50%;
  z-index: 2;              /* 讓它在圖片上方 */
}
.products-item-mask span i{
    position: relative;
}
.product-link-list:hover .products-item-mask {
  opacity: 1;
}



.product-p{
	text-align: center;
    color: #fff;
    font-weight: bold;
    margin-top: 5px;
	padding-bottom: 6vh;
}
.product-p p{
    background: #0c3862;
    padding: 5px;
	width: 60%;
	display: inline-block;
}

.product-p span {
  position: relative;
  display: block;
  padding: 0 20px; /* 控制線條與文字的距離 */
  color: #ebc992;
}

/* 左線 */
.product-p span::before {
  content: "";
  position: absolute;
  left: 25%;
  top: 50%;
  transform: translateY(-50%);
  width: 30px; /* 線條長度，可自行調整 */
  height: 2px; /* 線條粗細，可自行調整 */
  background-color: #ebc992; /* 線條顏色 */
}

/* 右線 */
.product-p span::after {
  content: "";
  position: absolute;
  right: 25%;
  top: 50%;
  transform: translateY(-50%);
  width: 30px; /* 線條長度，可自行調整 */
  height: 2px; /* 線條粗細，可自行調整 */
  background-color: #ebc992; /* 線條顏色 */
}

/* 點擊或 hover 時顏色變淺藍 */
.product-link-list:active .product-p p,
.product-link-list:hover .product-p p {
  background: #1d5b9b; /* 淺藍色，可依品牌主色微調 */
}


/*----產品內頁------*/
.product-detail h2{
	border-left: 7px solid #164062;
    background-color: #ededed;
    padding: 10px 20px;
    margin: 0 0 40px 0;
    color: #164062;
}
.product-detail h3{
    padding: 10px 0;
	padding-bottom: 10px;
    color: #164062;
	font-weight: bold;
}
.product-block1-img{
    vertical-align: bottom;
    border: 7px solid #ededed!important;
}


.product-detail img {
    vertical-align: bottom;
    border: 3px solid #ededed;
	margin: 5px 0;
}

@media (max-width: 767.99px) {
.prod-n{
	display: none;
}
}
/*========================================================
                         專業認證
=========================================================*/


.certification-info {
    margin-top: 40px;
}
.certification-info h4 {
    font-weight: bold;
    position: relative;
    font-size: 1.4rem;
}
.certification-info span {
    position: relative;
    display: inline-block;
    padding-left: 28px;
}

.certification-info h4 i {
    color: #f74103;
    position: absolute;
    left: 0;
    font-size: 1rem;
    top: 4px;
    z-index: 2;
}
.certification-info p {
    padding-left: 28px;
}

.certification-img {
    margin-top: 20px;
}
.certification-img [class*="col-"] {
    margin-bottom: 30px;
}
.certification-img [class*="col-"] img {
    border: 5px solid #111;
    transform: scale(1);
    transition: all 0.3s;
    overflow: hidden;
}
.certification-img [class*="col-"] img:hover {
    transform: scale(1.03);   
}
.certification-txt {
    font-size: 1.4rem;
    text-align: center;
}

@media (min-width: 992px) {
    .certification-info {
        margin-left: 15px;
        margin-right: 15px;
    }
    .certification-info span {
        padding-left: 24px;
    }
    .certification-info p {
        padding-left: 24px;
    }
    .certification-img [class*="col-"] {
        padding: 0 30px;
    }
}
/*
@media (min-width: 1200px) {
    .certification-info {
        text-align: center;
    }
}
*/


/*========================================================
                         新聞中心
=========================================================*/

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

/* 框架 */
.news-item {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	transform: translateY(0);
	transition: .3s ease-out transform;
    box-shadow: 0 4px 21px -12px rgb(0 0 0 / 66%);
    overflow: hidden;
}
.news-item:hover {
	transform: translateY(-5px);
}
.news-item + .news-item {
	margin-top: 35px;
}
.news-item-img {
    height: 240px;
}

/* 內容 */
.news-item-info {
	padding: 0 20px 20px 20px;
	background-color: #fff;
	transition: .3s ease-out box-shadow;
    position: relative;
}
.news-item-info > div {
	margin-top: 0;
	padding-top: 20px;
	border-top: 1px solid rgba(127, 127, 127, 0.2);
}
.news-item-info h4 {
    font-weight: bold;
}
.news-item-info p {
    margin: 0;
}

@media (min-width: 768px) {   
    .news-item-info:before {
        content: "";
        position: absolute;
        display: block;
        top: -20%;
        height: 130%;
        width: 30px; 
        background-color: #fff;
        z-index: 5;
        left: -12px !important;
        transform: rotate(4deg);
    }
}

/* 時間+外連 */
.news-wrap .news-item-info-row {
    display: flex;
    font-size: 1rem;
    color: #63636b;
    margin: 0 2px 6px 2px;
}
.news-wrap .news-item-info-row > div {
    margin-right: 20px;
}
.news-wrap .news-item-info-row a {
    color: #63636b;
}
.news-wrap .news-item-info-row a:hover {
    text-decoration: underline;
}
.news-wrap .news-item-info-row {
    line-height: 24px;
    margin-bottom: 14px;
}
.news-wrap .news-item-date {
    background-color: #c5880d;
    color: #fff;
    padding: 0 10px;
    border-radius: 3px;
    font-size: 0.8rem;
    margin-right: 20px;
}
.news-wrap .news-item-info-row i {
    margin-right: 5px;
}

/* 了解更多 */
.news-wrap .news-item-more {
    text-align: right;
}
.news-wrap .news-item-more a {
    font-weight: bold;
    color: #c5880d;
    padding: 3px 10px;
    border-radius: 3px;
    font-size: 0.95rem;
}
.news-wrap .news-item-more a:hover {
    color: #a81c09;
}
.news-wrap .news-item-more i {
    position: relative;
    left: -10px;
    opacity: 0;
	animation: btn-more 1.5s infinite;
}


/* 尺寸設定 */
@media (min-width: 768px) {
	.news-item {
		display: flex;
	}
	.news-item-img {
		display: flex;
		width: 200px;
		flex-shrink: 0;
	}
	.news-item-img img {
		object-fit: cover;
		width: 100%;
		height: 100% !important;
	}
    .news-item-info {
        width: calc(100% - 200px);
        border-left: none;
    }
    .news-item-info > div {
        width: 100%;
    }
}
@media (min-width: 992px) {
	.news-item-img {
		width: 320px;
	}
	.news-item-info {
		display: flex;
		padding: 20px 20px 20px 0;
        width: calc(100% - 320px);
	}
	.news-item-info > div {
        padding: 10px 30px 0 40px;
		margin: 0;
		border-top: 0;
		border-left: 1px solid rgba(127, 127, 127, 0.2);
	}
	.news-item + .news-item {
		margin-top: 50px;
	}
}
@media (min-width: 1600px) {
    .news-item {
        max-height: 190px;
        overflow: hidden;
    }
}















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

.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: 600px;
        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;
}



/*========================================================
                         技術製程
=========================================================*/

.technology-item {
    margin-bottom: 2rem;
}

.technology-item h4 {
    font-weight: bold;
    color: #0c3862;
    font-size: 1.4rem;
}
@media (max-width: 1199px) {
    .technology-item [class*="col-"]:nth-of-type(2) {
        padding: 30px 15px;
    }
}
@media (min-width: 1200px) {
    .technology-item {
        margin-bottom: 3rem;
    }
    .technology-item [class*="col-"]:nth-of-type(2) {
        padding-left: 15px;
        padding-right: 30px;
    }
}

/*========================================================
                        esg
=========================================================*/
.esg-wrap{
	overflow: hidden;
}
.esg-list{
	margin: 2% 0;	
}
.esg-ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.esg-ul li {
    position: relative;
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
}
.esg-ul li:nth-child(even){
	background-color:#efefefc2;
}

.esg-list p{
	margin:0;	
}
.esg-list p span{
	font-weight: bold;
}

.contact-bg{
    background: #e6f5ffc2;
    padding: 5% 20px 34%;
    border: 1px dashed #4a7d9f;
}
.content-list{
	margin: 2% 0;
}
.content-list .h3-title{
    border-bottom: 1px solid #adadad;
    text-align: center;
    font-weight: bold;
    margin: 0 0 30px 0;
	border-left: 7px solid transparent;
}
.content-list .h3-title span{
    display: inline-block;
    text-transform: uppercase;
    border-bottom: 3px solid #406f9d;
    padding-bottom: 10px;
	font-size: 1.5rem;
}
.content-ul {
    list-style: none;
    margin: 0;
    padding: 0;

}
.content-ul li {
    list-style: none;
	padding: 0!important;
	position: relative;
	margin-bottom: 5px!important;
    /*padding-left: 30px!important;*/
	font-size: 0.85rem;
}
.content-ul li i{
    color: #555!important;
	padding: 0 5px 0 0 ;
}
/*.content-ul li span{
	display: inline-block;
}*/
.content-ul li span{
	position: absolute;
	top: 0px;
	left: 70px;
	z-index: 1;
	display: flex;
}
@media (min-width: 480px) {
	.contact-bg{
		padding: 5% 20px 22%;
	}
}
@media (min-width: 640px) {
	.content-center{
			padding: 0 0vh;
	}
	.content-center2{
		padding: 0 11vh;
	}
}
@media (min-width: 768px) {
	.contact-bg{
		padding: 5% 20px 9%;
	}
	.content-ul li {
		font-size: 1rem;
	}
	.content-ul li span{
		left: 85px;
	}
	.content-center{
			padding: 0 7vh;
	}
	.content-center2{
		padding: 0 19vh;
	}
}
@media (min-width: 992px) {
	.contact-bg{
		padding: 5% 20px 22%;
	}
	.content-center{
		padding: 0 0vh;
	}
	.content-center2{
		padding: 0 1vh;
	}
}
@media (min-width: 1200px) {
	.contact-bg{
		padding: 5% 20px 12%;
	}
	.content-center{
		padding: 0 2vh;
	}
	.content-center2{
		padding: 0 5vh;
	}
}
@media (min-width: 1400px) {
	.content-center{
		padding: 0 2vh;
	}
	.content-center2{
		padding: 0 6vh;
	}
}
@media (min-width: 1600px) {
	.content-center{
		padding: 0 5vh;
	}
	.content-center2{
		padding: 0 15vh;
	}
}
.esg02-rba-02_row [class*="col-"]{
    margin: 10px 0;
	list-style: none;
}
.esg02-rba-02{
	height: 100%;
    text-align: left;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    moz-box-shadow: 0 4px 15px -2px gray;
    -webkit-box-shadow: 0 4px 15px -2px gray;
    box-shadow: 0 4px 15px -2px gray;
    position: relative;
}
.esg02-rba-02-title{
	width: 72px;
    height: 100%;
    min-height: 80px;
    float: left;
    position: relative;
    top: 0;
    left: 0;
    padding: 15px;
    color: #fff;
}

.c_a_1{
    background-color: #1d4f7d;
}
.c_t_1{
    color: #1d4f7d;
}
.c_a_2{
    background-color: #2e679c;
}
.c_t_2{
    color: #2e679c;
}
.c_a_3{
    background-color: #4e7dab;
}
.c_t_3{
    color: #4e7dab;
}
.c_a_4{
    background-color: #619bd1;
}
.c_t_4{
    color: #619bd1;
}
.c_a_5{
    background-color: #7caad5;
}
.c_t_5{
    color: #7caad5;
}


.esg02-rba-02-title i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 2rem;
}
.esg02-rba-02-txt{
	padding: 35px 15px 0px 96px;
    margin: 0;
}
.esg02-rba-02-txt-a{
	padding: 15px 0;
	margin: 0;
	font-weight: bold;
}
.esg02-rba-02-txt-a h6{
	font-weight: bold;
	font-size: 1.2rem;
}
.esg02-rba-02-txt h5{
	font-weight: bold;
}
.esg02-rba-02-txt h5 i {
    padding: 0 10px 0 0;
}
.esg02-rba-02-txt h6{
	font-weight: bold;
	font-size: 1.2rem;
}

.esg02-ul-02{
	margin-left: 4vh;
	padding: 0;
    color: #555;
	list-style: none;
}
.esg02-ul-02 li span{
	margin-left: -27px;
    color: #406f9d;
	font-weight: bold;
	display: block;
}

.esg02-ul-02-1 li{
	margin: 1vh 0;
}
.esg02-ul-02-2 li{
	margin: 1vh 0;
}

.esg02-rba-03{
	padding: 5% 0;
}

@media (max-width: 991.98px) {
	.esg02-ul-02-2{
		margin: -3% 0!important;
	}
}

@media (min-width: 992px) {
	.esg02-rba-03{
		padding: 1% 0;
	}
	.esg02-rba-02-txt-a h6{
		font-size: 1.4rem;
	}
	.esg02-ul-02{
		/*text-align:justify;*/
		margin-right: 3.8vh;
	}
	.esg02-ul-02 li span{
		margin-left: -27px;
	}
	.esg02-ul-02-1 li{
		margin: 1vh 6vh 1vh 0vh;
	}
	.esg02-ul-02-2 li{
		margin: 1vh 6vh 1vh 0vh;
	}
}
/*========================================================
                        利害關係人
=========================================================*/

/* 左側選單 */
.investor-nav {
	margin-bottom: 20px;
    display: none;
}
.investor-nav > div {
    margin-right: 30px;
    padding-bottom: 30px;
	text-align: left;
    background-color: #fff;
}
.investor-nav > div h2 {
	color: #fff;
    border-bottom: 3px solid #017bc1;
	padding: 14px 20px;
	text-align: left;
	margin: 0 0 10px 0;
    font-size: 1.5rem;
    position: relative;
    background-color: #0c3862;
}
.investor-nav-style {
	margin: 0 20px 20px;
	border-bottom: 1px dashed #adadad;
	padding-bottom: 20px;
}
.investor-nav-style:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
}
.investor-nav-style h3 {
	color: #0c3862;
	font-weight: bold;
    font-size: 1.3rem;
    margin-top: 20px;
}
.investor-nav-style a {
	color: #333;
}
.investor-nav-style ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.navsub-style ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.investor-nav-style ul li a {
	display: block;
	color: #333;
	font-size: 1rem;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-left: 15px;
}
.investor-nav-style ul li a:before {
    font-family: 'Font Awesome 5 free';
    content: "\f0da";
    font-weight: 900;
	position: absolute;
	left: 5px;
	top: 0;
	z-index: 9;
}
.investor-nav-style ul li a:after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    top: 0;
    bottom: 0;
    background: #dadada;
    height: 100%;
    -webkit-transition: all 0.3s ease-out;
    transition:  all 0.3s ease-out;
}
.investor-nav-style ul li a:hover:after, 
.investor-nav-style ul li a:focus:after, 
.investor-nav-style ul li a:active:after {
    left: 0;
    right: 0;
}

/* 右側內容 */
.investor-main {
	padding-bottom: 50px;
}
.investor-info {
    margin-bottom: 50px;
}

/* 主選單區塊列表設定 */
.finance-box {
	background-color: #fff;
}
.finance-box h3 {
	position: relative;
	background-color: #66ae95;
	color: #fff;
    font-size: 1.3rem;
	padding: 10px 10px 10px 40px;
}
.finance-box h3:before {
    font-family: 'Font Awesome 5 free';
    content: "\f080";
    font-weight: 900;
    display: block;
    position: absolute;
	left: 12px;
	top: 10px;
    z-index: 3;
    font-size: 1.2rem;
}
.finance-box ul {
	list-style: none;
	margin: 20px 30px 20px;
	padding: 0;
}
.finance-box ul li {
	padding: 3px;
}
.finance-box ul li:before {
    font-family: 'Font Awesome 5 free';
    content: "\f0da";
    font-weight: 900;
    display: inline-block;
	margin-right: 5px;
	color: #333;
    font-size: 0.8rem;
}
.finance-box ul li a {
	color: #333;
}
.finance-box ul li a:hover {
	text-decoration: underline;
}

.finance-box .more a {
	display: block;
	text-align: center;
	background-color: #cde4dc;
	padding: 5px 0;
    color: #333;
}
.finance-box .more a:hover {
	background-color: #78b39f;
	color: #fff;
}
.finance-box .info {
	margin: 10px 20px;
	padding-bottom: 20px;
	min-height: 160px;
}


/* 次選單 */
.finance-item > div {
    width: 17.5%;
    margin-right: 10px;
	margin-bottom: 10px;
}
.finance-item > div a {
	display: block;
	background-color: #ddd;
    color: #333;
    padding: 7px 5px;
    text-align: center;
}
.finance-item > div a:hover, .finance-item > div a.active  {
	background-color: #017bc1;
    color: #fff;
}

/* 次次選單 */
.finance-year {
	margin-bottom: 30px;
}
.finance-year ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.finance-year ul li {
	float: left;
}
.finance-year ul li a {
    color: #666;
	display: inline-block;
	padding-left: 10px;
	font-weight: bold;
}
.finance-year ul li:first-of-type a {
	padding-left: 0;
}
.finance-year ul li a:after {
	content: '|';
	padding-left: 10px;
	color: #333;
}
.finance-year ul li:first-of-type a:before {
	content: '|';
	padding-right: 10px;
	color: #333;
}
.finance-year ul li a:hover, .finance-year ul li a.active {
	color: #b60005;
}

.revenue_bar { 
	background-color: #ddd; 
	height: 1rem; 
	float: left; 
	margin-right: 10px; 
	margin-top: 4px;
}

/* 股東會 */
.finance-meeting h3 {
	background-color: #28634f;
	color: #fff;
	padding: 10px;
    font-size: 1.4rem;
}
.meeting-box {
	background-color: #e6f4ef;
	padding: 30px 40px;
	margin-bottom: 40px;
    border: 1px solid #a6cdc0;
}
.meeting-box h3 {
	font-size: 1.3rem;
    font-weight: bold;
}
.meeting-date {
	text-align: right;
	font-weight: bold;
}

/* 法說會*/
.law-list dl {
	background-color: #fff;
	padding: 30px 30px 20px;
	margin-bottom: 40px;
    border: 1px solid #adadad;
}
.law-list dl dt {
	color: #0c3862;
	font-weight: bold;
	font-size: 1.2rem;
	margin-bottom: 20px;
}
.law-list dl dt span {
	background-color: #0c3862;
	color: #fff;
	font-size: 1rem;
	margin-right: 6px;
	padding: 3px 10px;
}
.law-list dl dd p {
	margin-bottom: 20px;
	line-height: 30px;
}
.law-down {
	border-top: 2px dashed #adadad;
	text-align: right;
	padding-top: 20px;
}

/* 董事會 */
.director-box {
	background-color: #fff;
	padding: 30px 30px 20px;
    border: 1px solid #ccc;
	border-bottom: 2px solid #0c3862;
	margin-bottom: 50px;
    font-size: 0.9
}
.director-box h3 {
	font-weight: bold;
	margin: 0 0 20px 0;
    font-size: 1.4rem;
}
.director-box h3 span {
	background-color: #0c3862;
	color: #fff;
	margin-right: 10px;
	padding: 2px 10px;
}
.director-box h4 {
    font-size: 1rem;

}

@media (min-width: 1200px) {
    .investor-nav {
        display: block;
    }
}








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

.contact-info {
    
}
.contact-info ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.contact-info ul li {
    list-style: none;
    /* padding: 0px 0 15px; */
    position: relative;
    margin-bottom: 10px;
    /* line-height: 1.5rem; */
    padding-left: 30px;
}
.contact-info ul li i {
    position: absolute;
    left: 0;
    top: 1px;
    z-index: 2;
    width: 20px;
    text-align: center;
	margin: 0 5px;
	padding: 5px 0;
    
/*
    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;
	}
}




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

.table1 {
	border-collapse: collapse;
	text-align: left;
	margin: 10px 0 20px 0 !important;
	font-size: 1rem;
	border: 1px solid #c0bebe;
    background-color: #fff;
}
.table1 th a, .table1 td a {
	color: #111;
}
.table1 th a:hover, .table1 td a:hover {
	color: #0c3862;
}
.table1 caption {
    caption-side: top;
    color: #000;
    font-weight: bold;
    margin-bottom: 6px;
}
/*
.table1 tr:nth-child(2n+1) {
	background-color: #F3F3F3;
}
*/
.table1 th {
	background-color: #0c3862;
	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;
}
.table1 tr.subtitle td {
    background-color: #c8dae7;
    font-weight: bold;
}
.table2 td:nth-of-type(2){
	text-align: center;
}
.table3 td:nth-of-type(2),
.table3 td:nth-of-type(3){
	text-align: center;
}
.table4 td {
	text-align: center;
}
.table4 tfoot {
	background-color: #e1edea;
}
.table4 td {
	padding: 10px 15px !important;
}


.table5 td ol, .table5 td ul {
    margin-bottom: 0;
    margin-left: -20px;
}
.table5 td:first-of-type {
    text-align: center;
    background-color: #ebf1f5;
    font-weight: bold;
    vertical-align: middle;
}


/* 去除上下左右空白 */
.spec-table {
  width: 100%;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
}

.spec-title-header {
	background-color: #0c3862;
    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;
}
/* 每一列資料 */
.spec-item {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

/* 每個欄位 */
.spec-col{
  padding: 5px;
  margin: 0;
  border: 1px solid #ccc;
}
.spec-col:nth-of-type(2n+1) {
	background-color: #f4fafe;
    vertical-align: middle;
    font-weight: bold;
}
/* 桌機版兩組：已經是兩組格式 */
@media (max-width: 767px) {
  /* 手機版單列，每組兩欄拆開 */
  .spec-item {
    grid-template-columns: repeat(2, 1fr);
  }

}

/*========================================================
                         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-s5 {
	list-style: none;
	margin: 20px 0 0 2em;
	padding: 0;
	}
.ul-s5 * {
	list-style: none;
	margin: 0;
	padding: 0;
	}
.ul-s5 > li {
	margin: 0 0 10px 0;	
	}
.ul-s5 > li span {
    font-weight: bold;

	}
.ul-s5 li:first-letter {
    margin-left: -2em;
	}	
.ul-s5 li ul {
	margin: 0 0 10px 1.6em;
	}	
.ul-s5 li ul li:first-letter {
    margin-left: -1.6em;
	}	


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

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(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);
}


/* 檔案下載 */
.download {
    
}
.download ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.download ul li a {
    display: block;
    color: #333;
    border-bottom: 1px solid #ddd;
    padding: 5px;
}
.download ul li a:hover {
    background-color: #ededed;
}
.download ul li a:before {
    font-family: 'Font Awesome 5 free';
    content: "\f1c1";
    font-weight: 900;
    display: inline-block;
    color: #E90003;
    margin-right: 6px;
}
