
@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.6rem;
    margin-bottom: 30px;
}
.h3-title {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 1.4rem;
}
.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.4rem;   
    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.3rem;
}
.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.3rem;
	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;
    padding: 10px 0 10px 0;
    position: relative;
    border-left: 80px solid #14558d;
    min-height: 84px;
}
.careers-item span {
    display: inline-block;
    background-color: #14558d;
    padding: 20px 20px 0;
    position: absolute;
    left: -80px;
    top: 0;
    z-index: 2;
}
.careers-item span img {
    width: 40px;
    height: 40px;
}
.careers-item p {
    display: inline-block;
    padding: 0 15px;
    margin: 0;
    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;
    padding-left: 30px;
}
.contact-info ul li i {
    display: inline-block;
    width: 20px;
    text-align: center;
	margin: 0 5px;
	padding: 5px 0;
    position: absolute;
    left: 0;
    top: 4px;
    z-index: 2;
}
.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.bg1 {
    background-color: #f4faff;
    text-align: center;
}
.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);
}


