
@import url(../fonts/font-awesome/font-awesome.min.css);
@import url(../fonts/flaticon/flaticon.css);
@import url(index_header.css);
@import url(index_footer.css);
@import url(page_banner.css);
/*@import url(page_navsub.css);*/



/*========================================================
                      	 共同設定
=========================================================*/
.h2-style {
	margin-top: 30px;
	color: #b57c37;
	font-size: 30px;
	font-weight:bold;
	text-align:center;
}
.title_line{
	width:120px;
	height:7px;
	background-color:#e2ac6b;
	margin:30px auto;
}

@media (min-width: 992px) {
	.pl50 {
		padding-left: 50px;
	}
}

.h3-title {
	background-color: #ededed;
	border-left: 9px solid #b57c37;
	margin: 0 0 20px 0;
	font-weight: bold;
	padding: 10px 10px;
}

.h1-title {
	font-size: 24px;
    background: #8c6536;
	color: #fff;
	text-align: center;
	padding: 15px;
	margin: 0 0 20px 0;
}


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

.content {
	/*padding-bottom: 30px;*/
}
.content-box {
}


/* 麵包屑 */
.breadcrumbs {
	text-align: right;
}
.breadcrumbs a {
	display: inline-block;
	text-decoration: underline;
	color: #000;
	padding: 20px 0 10px 0;
}
.breadcrumbs a.home {
	font-weight: bold;
}
.breadcrumbs span {
	margin: 0 2px 0 4px;
	color: #000;
	font-size: 100%;
	font-weight: bold;
}


/*========================================================
                   		產品內頁
=========================================================*/
.product-page h2{
	background: #8c6536;
	color:#FFF;
	text-align:center;
}

/*產品頁目錄*/
.product-page .product-list{
	padding: 20px;
}
.product-page .product-list div{
	text-align: center;
	padding: 15px;
	background: #8c6536;
	color:#FFF;
	border:1px solid #FFF;
}
.product-page .product-list div a{ 
	color:#FFF;
}
.product-page .product-list div:hover{
	background: #2b566f;
}

/*產品頁內容*/
.product-box{
	overflow:auto;
	padding:20px 0;

}
.product-box img{
	display:block;
	margin:0 auto;
	width:100%;
}

/*.product-page .table1{
	overflow: scroll;
}*/



/*========================================================
                   		左側副選單
=========================================================*/
.investor-nav {
	margin-bottom: 50px;
	background-color: #F5F5F5;
}
.investor-nav h2 {
	background: #b57c37;
	color: #fff;
	margin-bottom: 10px;
	padding: 10px 20px;
}
.navsub-style {
	margin: 0 20px 20px;
	border-bottom: 1px dashed #adadad;
	padding-bottom: 20px;
}
.navsub-style:last-of-type {
	border-bottom: none;
	/*padding-bottom: 0;*/
}
.navsub-style h3 a {
	color: #166251;
	font-weight: bold;
}
.navsub-style h3 a:hover {
	color: #a9690c;
}
.navsub-style a {
	color: #333;
}
.navsub-style ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.navsub-style ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.navsub-style ul li a {
	display: block;
	position: relative;
	padding: 2px 0 2px 20px;
	font-size: 18px;
}
.navsub-style ul li a:before {
	content: '\f0da';
	font-family: 'FontAwesome';
	position: absolute;
	left: 8px;
	top: 3px;
	z-index: 9;
}
.navsub-style ul li a:hover {
	background-color: #2b566f;
	color: #fff;
}
.navsub-style ul li a:hover:before {
	left: 5px;
}

/* 內容設定 */
.investor-main {
	padding-bottom: 50px;
}
.investor-main h2 {
	border-left: 7px solid #166251;
	background-color: #ededed;
	padding: 10px 20px;
	margin: 0 0 40px 0;
	color: #166251;
}
.investor-main h3 {
	color: #166251;
	/*	border-bottom: 1px solid #ededed;*/
	position: relative;
}
.investor-main h3:after {
	width: 30px;
	height: 2px;
	background-color: #166251;
	position: absolute;
	left: 0;
	bottom: -1px;
	z-index: 9;
}

.investor-main img {
	max-width: 100%;
}




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

.table1 {
	border-collapse: collapse;
	/*text-align: center;*/
	margin: 10px 0;
	width:100%;
	
	white-space:nowrap;
	/*overflow:scroll;
	text-overflow: ellipsis;
	word-break: break-all;*/
}
.table1 caption {
	color: #333;
	font-weight: bold;
}
.table1 tr:nth-of-type(2n+1) {
	background-color: #f2f2f2;
}
.table1 th {
	background: #579ba5;
	color: #fff;
	font-weight: bold;
	padding: 10px 5% !important;
	/*text-align: center;	*/
	border-top: 0 !important;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.table1 td {
	padding: 0 5px;
	border: 1px solid #bbb;
	/*padding: 10px 5% !important;*/
}


	
.table2 {
}
.table2 th {
	background: #e49d47;
	color: #fff;
	font-weight: bold;
	padding: 15px 5px !important;
	text-align: center;	
	border-top: 0 !important;
	border-right: 1px solid #bab9bb;
}
.table2 td {
	padding: 0 5px;
	border: 1px solid #cccccc;
	text-align: center;
	background-color: #fff;
}
.table2 td img {
	max-width: 100px;
	max-height: 100px;
}
.table2 td.left {
	text-align: left;
}
.table2 td.left b {
	display: block;
	color: #D40101;
}
	


/* 手機表格提示 */
.table-text {
	color: #D40101;
	text-align: right;
	/*margin-bottom: -20px !important;*/
}	
@media (min-width: 768px) {
	.table-text {
		display: 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;
	z-index: 10;
	content: '';
	display: inline-block;
	background: rgba(0,0,0,0.05) url(../images/magnifier.png) no-repeat center center;
	opacity: 0;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	transition: .3s;
}



/*========================================================
                         收合展開
=========================================================*/

.flip{
	margin:0px;
	padding:5px;
	text-align:center;
	background:#b57c37;
	color:#FFF;
	cursor:pointer;
}
.panel{
	margin:0px;
	padding:5px;
	text-align:center;
	background:#ededed;
	border:solid 1px #c3c3c3;
	display:none;
}



/* 展開收合效果 */
.for-toggle{
	margin-bottom:15px;
}
.slide_toggle {
	padding: 5px;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	line-height: 170%;
	background-color: #b57c37;
	color:#FFF;
}
.slide_toggle i{
	padding-left:5px;
}
.slide_box{
	padding: 15px;
	margin-bottom: 20px;
	text-align:center;
	background:#ededed;
	border:solid 1px #c3c3c3;
	display:none;
}
.slide_box h3{
	font-weight: bold;
	font-size: 20px;
	color:#663902;
}

