@charset "UTF-8";
/*網頁全共用設定*/
/*網路字體引用CSS設定*/
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
/*思源黑體 套用名字 Noto Sans TC */
/*Bootstrap3.37 官方基礎CSS*/
@import url(https://cdn.jsdelivr.net/npm/bootstrap@3.4.1/dist/css/bootstrap.min.css);
/*股溝的ICONFONT*/
/*@import url("https://fonts.googleapis.com/icon?family=Material+Icons");*/
/*font-awesome4-7 iconfont*/
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);
/*animate動畫CSS*/
@import url(https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css);

html,body {
	font-family: 'Lato',Century Gothic,Arial,'Noto Sans TC','PingFang TC',Microsoft JhengHei,'微軟正黑體',Helvetica,sans-serif;
	position: relative;
	width: 100%;
	padding: 0 !important;
	margin: 0 !important;
	font-size: 17px;
	scroll-behavior: smooth;/*錨點滑動*/
	}
/*font-size:100%是為將網頁字體設定成16px，這個文字大小設定會連動到下面的body的字體設定唷*/

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6 {
	padding: 0;
	margin: 0;
}
	
h5,.h5,h6,.h6{
	font-size: 19px;
}

@media(max-width:767px){
	h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{
		font-size: 2.5em;
	}}

a:hover, a:focus {
	text-decoration: none;
	}	/*超連結統一不要下底線*/
	

/* 應用於GIF和PNG圖片; 防止邊緣模糊 */
img[src$=".gif"], img[src$=".png"] {
	image-rendering: auto;
	}

button, a, input:focus,button:focus{
	outline: none !important;
	}
/*自己常用的共用樣式 結束*/

/*iframe*/
iframe{
	width: 100%;
	height: auto;
	border: none;
}

/*針對IE8*/

.wow{
    visibility: hidden;
}

/*上面設定為一些特殊狀況設定，可再自行修改*/
/*從這裡為客製 網頁自定義樣式*/

/*每頁共用區*/
/*----------------------------------------------*/
/*每頁共用回頂部按鈕*/
.scroll-top {
	z-index: 1049;
	position: fixed;
	right: 2%;
	bottom: 15%;
	width: 50px;
	height: 50px;
	transition: all 0.5s;
}

.scroll-top .btn {
	width: 100%;
	font-size: 18px;
	color: #fff;
	background-color: #008309;
	border-radius:50px;
	white-space: normal;
	padding: 10px 0;
}

.scroll-top a{
	color: #fff;
}

/*主選單*/
nav.navbar{
    border-radius: 0;
    border:0px;
    background: #FFFFFF;
}

nav.navbar .navbar-nav > li > a {
	line-height: 40px;
    color:#565656;
	font-size: 18px;
	font-weight: 400;
}
nav.navbar .navbar-nav > li > a:hover,a:active,a:active {
    color:#343434;
	background-color: #D8D8D8;
}

@media(max-width:767px){
nav.navbar{
    background: #FFFFFF;/*縮小選單背景*/
}
    
nav.navbar-default .navbar-brand {
	/*padding: 5px;*/
}}

/*手機版導覽列改回正常排版位置，避免position:fixed造成與header之間出現空隙或互相遮蓋*/
@media(max-width:991px){
.navbar-fixed-top{
	position: static;
	margin-bottom: 0; /*蓋掉Bootstrap預設的margin-bottom:20px，避免多出間距*/
}}

/*navbar-header改用flexbox讓LOGO跟漢堡選單自動垂直置中對齊，
避免LOGO放大後高度超過Bootstrap預設navbar-brand的固定50px而溢出貼底*/
@media(max-width:991px){
.navbar-header{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	float: none;
}
.navbar-brand{
	height: auto;
	display: flex;
	align-items: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0;
	margin-left: 0!important; /*蓋掉Bootstrap預設的margin-left:-15px，避免LOGO位置被往左邊界外拉偏移*/
}
.navbar-toggle{
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
}}

/*把漢堡選單的觸發範圍從Bootstrap預設的768px延伸到991px，
避免平板寬度時LOGO+6個選單項目擠不下同一排而被迫換行*/
@media (max-width: 991px){
nav.navbar .container{
	width: 100%; /*蓋掉Bootstrap預設的container固定寬度，避免兩側留白過多、LOGO跟漢堡選單擠在中間*/
}
.navbar-header{
	float: none;
}
.navbar-toggle{
	display: block;
}
.navbar-collapse.collapse{
	display: none!important;
}
.navbar-collapse.collapse.in{
	display: block!important;
}
.navbar-nav{
	float: none!important;
	margin: 7.5px -15px;
}
.navbar-nav>li{
	float: none;
}
.navbar-nav>li>a{
	padding-top: 10px;
	padding-bottom: 10px;
}}
@media (min-width: 992px){
.navbar-header{
	float: left;
}
.navbar-toggle{
	display: none;
}
.navbar-collapse.collapse{
	display: block!important;
	height: auto!important;
	padding-bottom: 0;
	overflow: visible!important;
}
.navbar-nav{
	float: left;
	margin: 0;
}
.navbar-nav>li{
	float: left;
}}

/*logo*/
@media screen and (max-width: 1920px) and (min-width: 768px){
.navbar-brand img {
	width: 50%;
    margin: 0 auto;
	display: block;
}}
@media screen and (max-width: 768px) and (min-width: 410px){
.navbar-brand img {
	width: 60%;
    margin: 0 auto;
	display: block;
}}
@media screen and (max-width: 410px) and (min-width: 200px){
.navbar-brand img {
	width: 50%;
    margin: 0 auto;
	display: block;
}}

/*footer*/
/*版權宣告*/
footer{
    padding: 30px 15px;
    text-align: center;
    font-size: 14px;
}

.footer2{
    background: #555;
}

.footer2 p{
    color:#fff;
}

/*header*/
.header{
    background:url("../img/bg.png");
    background-size: cover;
    background-position: center center;
    width: 100%;
    position: relative;
    z-index: 2;
    overflow: hidden;
    padding-bottom: 45%;
}

.banner1{
	position: absolute;
    left: 12%;
    top:35%;
    /*transform: translate(-50%,-80%);*/
    width: 32%;
    z-index: 4;
}
@media(max-width:991px){
.header{
    background:url("../img/bg2.png");
    background-size: cover;
    background-position: center center;
    width: 100%;
    position: relative;
    z-index: 2;
    overflow: hidden;
    padding-bottom: 52%;
}
.banner1{
	position: absolute;
    left: 6%;
    top:45%;
    width: 38%;
    z-index: 4;
}}
@media(max-width:870px){
.header{
    background:url("../img/bg2.png");
    background-size: cover;
    background-position: center center;
    width: 100%;
    position: relative;
    z-index: 2;
    overflow: hidden;
    padding-bottom: 50%;
}
.banner1{
	position: absolute;
    left: 10%;
    top:45%;
    width: 40%;
    z-index: 4;
}}

@media(max-width:767px){
.header{
    padding-bottom: 58%;
    /*margin-top: 50px;*/
}
.banner1{
    top: 43%;
    width: 43%;
	left: 4%;
}}

/*各頁客製設定開始*/
/*----------------------------------------------*/
/*各頁客製設定開始*/

/*內容區-A*/
.infoblock{
    background: #FFFFFF;
    background-size: cover;
    background-position: center top;
	margin: 5em auto;
}

@media(max-width:767px){
.infoblock{
    background-size: 100%;
    background-repeat: repeat-y;
}}

.infoblock2{
    position: relative;
    text-align: center;
	margin-bottom: 5em;
}

.infoblock2-body{
    position: relative;
    z-index: 3;
	margin-bottom: 2em;
}
.infoblock2-body h5{
	font-size: 2.5em;
	text-align: left;
}
.infoblock2-body h6{
	text-align: left;
	font-size: 24px;
	line-height: 1.5em;
}
.infoblock2-body p .gary{
	text-align: left;
	text-indent: 2em;
}
.infoblock2-body img{
    width: 100%;
    max-width: 100%;
}
.gary{
	text-align: left;
	/*text-indent: 2em;文字往後推*/
	line-height: 2.5em;
	color: #555555;
}

.pink{
	text-align: left;
	color: #9e3030;
	font-weight: 600;
	line-height: 2.2em;
}

@media(max-width:767px){
/*圖片連結放大*/
.infoblock2-body img{
    width: 40%;
    max-width: 400px;
}}
/*end*/
.infoblock2 h5{
    font-size: 2.5em;
}

@media(max-width:992px){
.infoblock2 h5 a{
    font-size: 2.5em;
    color:#268abc;
    padding: 10px 20px;
}
.infoblock2 h5 a:hover{
    color:#f40097;
}}
@media(max-width:991px){
.infoblock2-body img{
    max-width: 100%;
	width: 100%;
}}

/*文字區塊*/
.infoblock-body{
	text-align: center;
}
@media(max-width:762px){
.infoblock-body{
	text-align: center;
	margin: 1em 2em;
}}
h5{
    font-size: 2.5em;
	text-align: center;
	padding: .7em 0em;
	color: #0092bb;
}
p{
	font-size: 1.2em;
}
.infoblock-body h5{
	font-weight: 500;
    font-size: 2.5em;
	text-align: left;
	padding-bottom: 1.5em;
}
.infoblock-body p{
	text-align: left;
	line-height: 35px;
	margin-left: 10px;
}
.ofc {/*多元檢舉圖*/
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
	font-family: "object-fit: cover; ";}

/*表格*/
.tg  {border-collapse:collapse;border-spacing:0;width: 100%;}
.tg td{border-color:black;border-style:solid;border-width:1px;overflow:hidden;padding:10px 5px;word-break:normal;}
.tg th{border-color:black;border-style:solid;border-width:1px;overflow:hidden;padding:10px 5px;word-break:normal;}
.tg .tg-cjtp{background-color:#ecf4ff;border-color:inherit;text-align:left;}
.tg .tg-c3ow{border-color:inherit;text-align:center;}
.tg .tg-5w3z{background-color:#ecf4ff;border-color:inherit;text-align:center;}
.tg .tg-0pky{border-color:inherit;text-align:left;}
@media screen and (max-width: 767px) {
.tg {width: auto !important;}.tg-wrap {overflow-x: auto;-webkit-overflow-scrolling: touch;}}
.co2{
	font-size: 14px;
}

.btn a{
    font-size: 1.5em;
	background: #315899;
    text-align: center;
	color: #FFFFFF;
	padding: 0.8em .3em;
}
/*download 期貨 報告書*/
.ft-download{
    padding: 0;
    margin: 0;
}
.ft-download li {
    width: 30%;
    height: auto;
    float: left;
    text-align: center;
    margin: 0 1% 20px 1%;
	list-style-type: none;
}
.ft-download .pic {
    border: 1px solid #00A0CD;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}
.ft-download .pic img {
    width: 100%;
    height: auto;
}
.ft-download .pic .cover_txt {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 10px;
    color: #008cb3;
    background-color: rgba(255, 255, 255, 0.8);
    line-height: 140%; 
}
.ft-download a {
    background-color: #00A0CD;
    padding: 9px 0;
    width: 100%;
    display: block;
    color: #fff;
    box-sizing: border-box;
}
.ft-download span.dw {
	margin: 2px;
}
  

  /* 下拉選單record */
ul.record {
	/* 取消ul預設的內縮及樣式 */
	margin: 0;
	padding: 0;
	list-style: none;
  }
 table{
	width: 100%;
	margin: 0 auto;
 }
 tr{
	margin: .3em;
 }
 td{
	margin: .3em;
 }