
/* support IE10+ */


/* global */
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}/* End hide from IE-mac */

/* ref */


/* file:///D:/note/example/_template/layout/Metro-UI-CSS-master/docs/helpers.html */


/* file:///D:/note/example/_template/layout/Metro-UI-CSS-master/docs/typography.html */

body {
	font-family: "微軟正黑體";
	color: #000000;
	font-size: 100%;
	line-height: 1.2;
}
.br {
	display: none;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

::-moz-focus-inner {
 border: 0;
 padding: 0;
}
a:focus, input:focus {
	outline: none;
}
.no_list {
    padding: 0;
    margin: 0;
    list-style: none;
}
.tl {
    text-align: left;
}
.btn1 {
	display: inline-block;
	background-color: #b09b6a;
	padding: 10px 25px 10px 40px;
	color: #ffffff;
	font-weight: bold;
	position: relative;
}
.btn1:hover {
	text-decoration: none;
	opacity: 0.7;
}
.btn1:before {
	/*	position: absolute;
	content: "";
	height: 100%;
	width: 6px;
	background: #8f7d52;
	left: 0;
	top: 0;*/
	position: absolute;
	content: "";
	border: solid #ffffff;
	border-width: 2px 2px 0 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -4px;
	top: 50%;
	left: 15px;
	width: 6px;
	height: 6px;
}
.btn1:after {
	width: 16px;
	height: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	border: 2px solid #ffffff;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -10px;
}
.inner {
	width: 1028px;
	margin: auto;
}
/*三主題QA頁面*/
.qa { 
/*border-bottom:1px #333333 dotted;*/
}
.qa_title { 
color:#FFF; 
font-family:"微軟正黑體"; 
font-weight:bold; 
font-size:24px; 
background:#444444;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border:#999 1px solid; 
	line-height:1.4;
	padding:10px 20px; 
	margin:10px 20px 10px 70px;
	}
.qa_title:before {
	position: absolute;
	content: "";
	width: 56px;
	height: 56px;
	background: url(../img/more/q.png) no-repeat; margin:-16px 0 0 -82px;
	
	
}
.qa_answer { 
font-family:"微軟正黑體"; 
font-size:15px; 
background:#FFF;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border:#ed623a 1px solid; 
	line-height:1.5;
	padding:10px 20px; 
	margin:10px 20px 10px 70px;
	}
.qa_answer:before {
	position: absolute;
	content: "";
	width: 56px;
	height: 56px;
	background: url(../img/more/a.png) no-repeat; margin:-16px 0 0 -82px;
	
	
}
.qa_answer ul li { list-style-type:disc; margin-left:20px;}

.qa_answer img { width:100%;}
.full2 {
	width: 100%;
	display: block;
	margin-bottom: 40px; 
	margin-top:50px;
}
.qa_table { margin:20px 0;}
.qa_table td { 
margin:0; 
padding:5px 0; 
text-align: center;  
display:table-cell; 
vertical-align:middle; 
border:1px solid #f2eee3; 
background:#fcfcf9;
}
.qa_table th { 
margin:0; 
padding:5px 0; 
text-align: center; 
display:table-cell; 
vertical-align:middle; 
background:#e1dac8;
border:1px solid #f2eee3;
}
.qa_table th.cor01 { background:#c5c0b2; }
.qa_table th:not(:last-of-type) {
	border-right: 1px solid #f2eee3;
}
.qa_table td.cor02 { background:#fdf8ed; }
.cor03 { color:#ed623a;}

.qa_link {
	color: #f25500;/*#8f7d52*/
	position: relative;	
	padding-left: 25px; padding-top:10px; padding-bottom:10px;
	display: inline-block;
	font-size: 1em;
	text-decoration: underline; line-height:1.5em;
	/*display: block;*/
}
.qa_link:before {
	position: absolute;
	content: "";
	background: url(../img/more/q2.png) no-repeat;
	width: 20px;
	height: 20px;
	top: 50%;
	left: 0;
	margin-top: -10px;
	-moz-transition: left .2s linear;
	-webkit-transition: left .2s linear;
	-o-transition: left .2s linear;
	-ms-transition: left .2s linear;
}
.qa_link:hover:before {
	left: 3px;
}

.more2 img { margin:20px 0 60px 0;}
.note01 { color:#ed623a; margin-left:70px; margin-right:20px;}

.youtube01 { min-height:504px; min-width:100%;}
/*三主題QA頁面end*/


/*.main .inner ol{ list-style:decimal;margin-left: 40px;}
.main .inner ul{ list-style:disc;margin-left: 40px;}*/
p {
	margin-left: 15px;
	margin-bottom: 30px;
	/* 0818 by vincent */
	line-height: 1.5;
	text-align: justify;
}
.spacer {
    margin-top: 50px;
}
.ml {
	margin-left: 15px;
}
/* IE not support */
.padding5 {
	padding: 10px;
}
.padding10 {
	padding: 10px;
}
.margin5 {
	margin: 5px;
}
.margin10 {
	margin: 10px;
}
.mr {
	margin-right: 10px;
}
.mb {
	margin-bottom: 10px;
}
.place_right {
	float: right;
}
.place_left {
	float: left;
}
.hidden {
	overflow: hidden;
}
h2, h3, h4, h5, h6 {
	margin: 10px 0;
}
h1, .h1 {
	font-size: 1.625em;
	position: relative;
	font-weight: bold;
	padding-left: 25px;
	margin: 50px 0;
}
h1:before, .h1:before {
	position: absolute;
	content: "";
	width: 17px;
	height: 17px;
	left: 0;
	background: url(../img/title_icon.png) no-repeat;
	top: 50%;
	margin-top: -10px;
}
h2, .h2 {
	font-size: 1.25em;
	position: relative;
	font-weight: bold;
	padding-left: 15px;
	margin-top: 25px;
}
h2:before, .h2:before {
	position: absolute;
	left: 0;
	content: "/";
	color: #e7161a;
	font-weight: bold;
}
h3, .h3 {
	position: relative;
	font-weight: bold;
	padding-left: 15px;
	margin-top: 25px;
}
h3:before, .h3:before {
	position: absolute;
	left: 0;
	content: "/";
	color: #e7161a;
	font-weight: bold;
}
h3.list:before, .h3.list:before {
	position: absolute;
	left: 0;
	content: "•";
	color: #e7161a;
	font-weight: bold;
}
h4 {
	font-size: 18px;
    font-weight: bold;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
.subtext1 { vertical-align:sub; font-size:10px;}
.subtext2 { vertical-align:sub; font-size:15px;}
.subtext3 { vertical-align:super; font-size:10px;}
select {font-family: "微軟正黑體";}
.title2 {
	font-size: 1.25em;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 10px;
}
.title3 {
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 10px;
}
.to_top {
	position: fixed;
	right: 30px;
	bottom: 30px;
}
.to_top:hover {
	opacity: 0.7;
}
.bold {
	font-weight: bold;
}
.i {
	font-style: italic;
}
.align_left {
	text-align: left;
}
.align_right {
	text-align: right;
}
.align_center {
	text-align: center;
}
.align_center img {
	margin-bottom: 50px;
}
/* ul */

.list1 {
	margin-left: 15px;
	margin-bottom: 50px;
	line-height: 1.5;
	list-style-position: inside !important;
	list-style: none;
}
.list1 li {
	margin: 5px 0;
}
ul.circle {
	list-style: disc;
}
ul.decimal {
	list-style: decimal;
}
ul.lr li {
	overflow: hidden;
}
ul.lr li span:first-of-type {
	float: left;
}
ul.lr li span:last-of-type {
	overflow: hidden;
	display: block;
}
.list2 {
	margin-left: 20px;
	margin-bottom: 50px;
	line-height: 1.5;
	list-style-position: inside !important;
	list-style: none;
}
.list2 li {
	margin: 5px 0;
}
ul.no_l {
	margin-left: 0;
}
ul.no_b {
	margin-bottom: 0;
}
hr {
	border-top: 1px solid #cccccc;
	margin-bottom: 50px;
	margin-top: 10px;
}
.full {
	width: 100%;
	display: block;
	margin-bottom: 50px; 
	margin-top:20px;
}
.max100 {
    max-width: 100%;
    margin: 20px auto 50px;
    display: block;
}
header {
	background: url(../img/h_bg.png) repeat-x bottom left;
}
.logo {
	margin: 30px 0;
	display: inline-block;
}

header .right {
	float: right;
	margin-top: 12px;
	margin-right: 25px;
	text-align: right;
}

header .right .pc {
    display: flex;
    align-items: center;
-ms-flex-align: center;
    justify-content: center;
    display: -ms-flexbox;
}
.img-right{ float:right; margin-left:20px; width: 350px;}

header .right .pc .tool-L{ display:inline-table;}
header .right .pc .tool-R{ display:inline-table; width:130px; vertical-align: middle;}
header .right .pc .tool-R .language{ text-align:left;}
header .right .pc .tool-L .wisdom-steel{display:inline-block; font-size:15px; text-align:center; margin-right:15px; border-bottom:1px solid #C00; word-break: keep-all;}
header .right .pc .tool-L a.wisdom-steel:hover{ text-decoration:none;}

.search{ width:115px; text-align:left;}

/*workplace-stuff*/

.staff .benefits { display: grid; grid-template-columns: 15% auto; text-align: center; line-height: 1.6; }
.staff .benefits h4 { text-align: center; color: #b17e76; font-size: 22px; grid-column-start: 1; grid-column-end: 3;}
.staff .benefits .thead { color: #fff; font-size: 22px; background:#b17e76; }
.staff .benefits img { width:50%; margin: 3%;}
.staff .benefits span{ display: block; font-weight: bold; line-height: 2;}
.staff .benefits div{ border:1px solid #e08d7e; color:#b17e76; box-sizing: border-box; padding: 10px; margin: 0 0 -1px -1px;}
.staff .benefits .info{ text-align: left; padding: 20px; display: flex; align-items: center; color:#444;}
.staff .benefits .info section p { margin:0 0 10px;}

@media only screen and (max-width: 769px) {
	header .right .pc{ display:block !important;}
	header .right .pc .tool-L{ display:none;}
	header .right .pc .tool-R{ width:100%;}
	header .right .pc .tool-R .language{display:none;}
	header .right .pc{ width: calc(100% - 40px); display:block; float:left;}
	.search{ position:relative; z-index:9999999; width:100%; left: -120%; margin-left: 25px; margin-top: -3px; }
	.sliding-menu a.back { padding: 1.1em 1em; }
    
}


.line {
	color: #f50303;
	margin: 0 5px;
}
.home {
	position: relative;
	line-height: 23px;
	vertical-align:middle;
	margin-left: 15px;
	width: 26px;
	height: 23px;
}
.home:before {
    position: absolute;
    content: "";
    top: 0;
    left: 1px;
    background: url(../img/to_home.png) no-repeat;
    width: 26px;
    height: 23px;
    background-size: 80%;
}
.h_bottom {
	background: #333333;
	border-bottom: 2px solid #eeeeee;
	position: relative;
}
.h_bottom ul {
    padding: 0;
	list-style: none;
}
.h_bottom ul.inner {
	text-align: center;
}
.h_bottom .inner > * {
    float: left;
}
.h_bottom .inner:after {
	content: '';
	display: table;
	clear: both;
}
.h_bottom a {
	color: #ffffff;
	/*font-weight: bold;*/
	font-size: 1.12em;
}
.h_bottom .inner > li {
	position: relative;
	display: inline-block;
	padding: 15px 0;
}
.h_bottom .inner ul li a {
	font-size: 1em;
	display: block;
	padding: 10px 20px;
}
.h_bottom .inner ul li a:hover {
	text-decoration: none;
	background: #e7161a;
}
.h_bottom .inner > li:not(:last-of-type):before {
	position: absolute;
	content: "";
	background: url(../img/italic.png) no-repeat;
	width: 18px;
	height: 18px;
	right: -37px;
	top: 50%;
	margin-top: -9px;
}
.h_bottom .inner > li:not(:first-of-type) {
	margin-left: 25px;
}
.h_bottom .inner > li.cur:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 5px;
	background: #e7161a;
	bottom: 0;
	left: 0;
}
.h_bottom .inner > li:not(:last-of-type) {
	margin: 0 25px;
}
.h_bottom .inner > li:nth-of-type(1) ul {
	left: -10px;
}
.h_bottom .inner > li:nth-of-type(2) ul {
	left: -10px;
}
.h_bottom .inner > li:nth-of-type(3) ul {
	width: 110px;
}
.h_bottom .inner > li:nth-of-type(4) ul {
	width: 110px;
}
.h_bottom .inner > li:nth-of-type(5) ul {
	left: -20px;
	width: 136px;
}
.h_bottom .inner > li:nth-of-type(6) ul {
	left: -5px;
	width: 140px;
}
.h_bottom .inner > li:hover ul {
	display: inline-block;
}
/*.h_bottom .inner ul li:first-of-type {
    padding-top: 15px;
}*/

.h_bottom .inner ul li:first-of-type:after {
	position: absolute;
	width: 100%;
	height: 1px;
	background: #e60012;
	top: 0;
	left: 0;
	content: "";
}
/*.h_bottom .inner ul li:last-of-type {
    padding-bottom: 15px;
}*/

.h_bottom .inner ul {
	background: rgba(0, 0, 0, 0.8);
	border-top: 2px solid #eeeeee;
	width: 130px;
	display: inline-block;
	position: absolute;
	top: 51px;
	z-index: 9999999;
	left: -15px;
	display: none;
	text-align: left;
}
.h_bottom .inner ul li {
	position: relative;
}
.italic {
	margin: 0 25px;
	vertical-align: bottom;
}
.menu {
	background: #000000;
	opacity: 0.8;
	border-top: 1px solid #e60012;
	position: absolute;
	width: 100%;
	display: none;
	top: 51px;
	z-index: 9999999;
}
.menu a {
	font-size: 1em;
	font-weight: normal;
}
.menu ul {
	display: inline-block;
	float: left;
	padding-right: 65px;
	min-height: 225px;
}
.menu ul:first-of-type {
	padding-right: 75px;
}
.menu ul:nth-of-type(2) {
	padding-left: 30px;
}
.menu ul:nth-of-type(3) {
	padding-left: 30px;
	padding-right: 75px;
}
.menu ul:nth-of-type(4) {
	padding-left: 25px;
	padding-right: 50px;
}
.menu ul:nth-of-type(5) {
	padding-left: 30px;
	padding-right: 30px;
}
.menu ul:last-of-type {
	padding-left: 30px;
}
.menu ul:not(:last-of-type) {
	border-right: 2px solid #aaaaaa;
}
.menu li {
	padding-bottom: 15px;
}
.menu_inner {
	overflow: hidden;
	padding: 20px 0;
	text-align: left;
}
.q_link ul {
    margin: 0;
    padding: 0;
}
.q_link {
	padding: 23px 0;
	background-color: #f4f4f4;
}
.q_link li {
	display: inline-block;
	margin-right: 45px;
}
.q_link li.row2 {
	position: relative;
}
.q_link li:not(.out) a:before {
	background: url(../img/q_link.png) no-repeat;
	width: 21px;
	height: 20px;
	left: 0;
	top: 50%;
	margin-top: -10px;
}
.q_link li.out a:before {
	background: url(../img/out.png) no-repeat;
	width: 20px;
	height: 20px;
	left: 0;
	top: 50%;
	margin-top: -10px;
}
.q_link a {
	position: relative;
	padding-left: 25px;
	color: #333333;
	font-weight: bold;
}
.q_link a:hover {
	text-decoration: none;
}
.q_link a:before {
	position: absolute;
	content: "";
	-moz-transition: left .2s linear;
	-webkit-transition: left .2s linear;
	-o-transition: left .2s linear;
	-ms-transition: left .2s linear;
}
.q_link li:hover a:before {
	left: 3px;
}
.link_inner {
	text-align: center;
}
.link_inner ul {
    margin: 0;
    padding: 0;
}
.q_link .row2 a {
	position: absolute;
	width: 80px;
	top: 50%;
	margin-top: -22px;
	font-size: 0.9em;
}
.q_link .row2:before {
	margin-top: -16px;
}
footer {
	background: #eae8e2;
	padding-top: 35px;
	padding-bottom: 30px;
}
.f_inner {
	overflow: hidden;
}
footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
	display: inline-block;
	float: left;
	font-size: 0.9em;
	margin-bottom: 65px;
}
footer ul:first-of-type {
	padding-left: 40px;
	padding-right: 113px;
}
footer ul:nth-of-type(2) {
	padding-right: 64px;
}
footer ul:nth-of-type(3) {
	padding-right: 110px;
}
footer ul:nth-of-type(4) {
	padding-right: 35px;
}
footer ul:nth-of-type(5) {
	padding-right: 66px;
}
footer li {
	padding-bottom: 15px;
}
footer .border {
	border-bottom: 1px solid #bbbbbb;
	padding: 0 40px;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
footer .border a {
	font-weight: bold;
	display: inline-block;
}
footer .border:not(.other) a:hover {
	text-decoration: none;
}
footer .top a {
	padding-right: 69px;
}
footer .other {
	clear: both;
}
footer .other > a {
	margin-right: 90px;
}
.copy {
	background: #222222;
	border-top: 2px solid #bd1819;
	text-align: center;
	color: #ffffff;
	font-size: 0.75em;
	padding: 20px 0;
	line-height: 2;
}
.copy a {
	color: #ffffff;
}
.copy ul{ padding:12px 0;}
.copy li {
	display: inline-block;
	position: relative;
}
.copy li:not(:first-of-type) {
	padding-left: 10px;
}
.copy li:not(:last-of-type) {
	padding-right: 10px;
}
.copy li:not(:last-of-type):before {
	position: absolute;
	content: "|";
	right: 0;
}
.tabs {
	font-size: 1.1em;
	border-bottom: 2px solid #b09b6a;
	margin-bottom: 50px;
}
.tabs a {
	display: inline-block;
/*	width: 107px;*/
	text-align: center;
	background: #e2d9c3;
	border: solid #cccccc;
	border-width: 1px 1px 0 1px;
	padding: 10px 30px;
	position: relative;
    float: left;
    margin-right: 5px;
}
.tabs a:hover {
	opacity: 0.7;
}
.tabs a:not(:first-of-type) {
/*	margin-right: 5px;*/
}
.tabs a:last-of-type {
    margin-right: 0;
}
.tabs a:hover {
	text-decoration: none;
}
.tabs a:before {
	height: 0;
	width: 0;
	content: " ";
	display: block;
	border: 7px solid transparent;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -3px;
	border-top: 7px solid #e7283d;
	z-index: 2;
}
.tabs .cur {
	background: #b09b6a;
	color: #ffffff;
}
.tabs .cur:before {
/*    content: "";
    position: absolute;
    width: 107px;
    height: 2px;
    background: #b09b6a;
    bottom: -2px;
    left: 0;*/
}
.list_wrap {
	display: block;
	overflow: hidden;
	margin-bottom: 50px;
}
.list_wrap:hover {
	text-decoration: none;
	opacity: 0.8;
}
.list_wrap img {
	float: left;
	margin-right: 25px;
	height: 100px;
}
.list_wrap > div {
	overflow: hidden;
}
.date {
	color: #b09b6a;
	font-weight: bold;
	font-size: 0.9em;
}
.title {
	color: #e7161a;
	font-weight: bold;
}
.list_wrap .date {
	margin-bottom: 5px;
}
.list_wrap .title {
	margin-bottom: 10px;
	font-size: 1.1em;
}
.list_wrap .con {
	line-height: 1.5;
}
.news_title .date {
}
.news_title .title {
	font-size: 1.25em;
	margin-bottom: 30px;
}
.to_main {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
}
.to_main:before {
	position: absolute;
	background: url(../img/to_main.png) no-repeat;
	width: 25px;
	height: 20px;
	content: "";
	left: 0;
	-moz-transition: left .2s linear;
	-webkit-transition: left .2s linear;
	-o-transition: left .2s linear;
	-ms-transition: left .2s linear;
}
.to_main:hover:before {
	left: -2px;
}
.col_title {
	margin-bottom: 10px;
}
.col_img {
	margin-bottom: 10px;
}
.plist .col_img {
	margin-bottom: 0;
}
.col2 {
    padding: 0;
    margin: 0;
	overflow: hidden;
}
.col2 li {
	display: inline-block;
	width: 489px;
	float: left;
}
.col2 li:nth-of-type(odd) {
	margin-right: 50px;
}
.col3 {
    padding: 0;
    margin: 0;
	overflow: hidden;
}
.col3 li {
	display: inline-block;
	width: 326px;
	float: left;
}
.col3 li:nth-of-type(3n-2), .col3 li:nth-of-type(3n-1) {
	margin-right: 25px;
}
.col6 {
	margin-bottom: 50px;
	overflow: hidden;
}
.col6 li {
	display: inline-block;
	width: 135px;
}
.col6 li:not(:last-of-type) {
	margin-right: 40px;
	float: left;
}
.col3 p {
	margin-top: 10px;
}
.ad_title .con {
	margin-bottom: 50px;
}
.rlist h2 {
	margin-bottom: 10px;
}
.rlist .img_wrap {
	position: relative;
	margin-bottom: 25px;
	display: block;
}
.rlist .img_wrap:before {
	position: absolute;
	content: "";
	background: url(../img/go.png) no-repeat;
	width: 20px;
	height: 20px;
	right: 10px;
	top: 10px;
}
.rlist .img_wrap:hover {
	opacity: 0.8;
}
.dtitle {
	display: inline-block;
	margin: 0;
}
.dtitle:after {
	position: absolute;
	content: "";
	background: url(../img/download.png) no-repeat;
	width: 20px;
	height: 20px;
	top: 50%;
	right: -25px;
	margin-top: -10px;
}
.dbox {
	display: block;
	padding: 10px 40px 10px 20px;
	border: 1px solid #cccccc;
	/*    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.25) inset;*/
	background: #eeeeee;
	margin-bottom: 20px;
	position: relative;
	font-weight: bold;
}
.dbox:hover {
	opacity: 0.7;
	text-decoration: none;
}
.dbox:last-of-type {
	margin-bottom: 100px;
}
.dbox:after {
	position: absolute;
	content: "";
	background: url(../img/note.png) no-repeat;
	width: 19px;
	height: 24px;
	right: 10px;
	top: 50%;
	margin-top: -12px;
}
.dbox2 {
	background: #eeeeee;
	border: 1px solid #cccccc;
	display: inline-block;
	position: relative;
	padding: 10px 25px 10px 40px;
	margin-left: 15px;
}
.dbox2:hover {
	opacity: 0.7;
	text-decoration: none;
}
.dbox2:before {
	position: absolute;
	content: "";
	background: url(../img/note.png) no-repeat;
	width: 19px;
	height: 24px;
	left: 10px;
	top: 50%;
	margin-top: -12px;
}
.dbox2:last-of-type {
	margin-bottom: 100px;
}
.pro_tmp .q_link li {
/*margin-right: 37px;*/
}
.fixture hr {
	margin-bottom: 25px;
}
/*.fixture.app .place_right .select1 select {
	width: 95px;
}*/
.fixture > .inner:last-of-type { margin-bottom:20px;}
.fixture .dbox2:last-of-type { margin-bottom:0;}
.factory_tmp .q_link li {
/* margin-right: 140px; */
}
.tlist div {
	font-size: 0.9em;
	margin-top: 10px;
}
table {
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}
thead {
	background: #eeeeee;
}
th, td {
	padding: 10px;
}
th:not(:last-of-type) {
	border-right: 5px solid #ffffff;
}
.img_table {
	margin-bottom: 50px;
}
.img_table img:first-of-type {
	margin-right: 7px;
}
.link {
	color: #8f7d52;
	position: relative;
	display: inline-block;
	padding-left: 25px;
	font-size: 1.1em;
	text-decoration: underline;
	/*display: block;*/
}
.link:before {
	position: absolute;
	content: "";
	background: url(../img/q_link.png) no-repeat;
	width: 20px;
	height: 20px;
	top: 50%;
	left: 0;
	margin-top: -10px;
	-moz-transition: left .2s linear;
	-webkit-transition: left .2s linear;
	-o-transition: left .2s linear;
	-ms-transition: left .2s linear;
}
.link:hover:before {
	left: 3px;
}
.plist li {
	margin-bottom: 50px;
}
.plist div {
	margin-bottom: 15px;
}
.plist p {
	margin-bottom: 0;
}
.left_space {
	margin-left: 20px;
}
.factory_tmp .lr span:first-of-type {
	width: 80px;
}
.name {
	font-size: 1.25em;
	margin-bottom: 30px;
	display: block;
}
.sale_tmp .q_link li {
/*margin-right: 85px;*/
}
.clist {
	margin-bottom: 30px;
}
.clist li {
	background-color: #eeeeee;
	padding: 40px 60px 0 60px;
	width: 369px;
	margin-bottom: 20px;
	min-height:235px;
}
.clist .bold {
	margin-bottom: 40px;
	font-size: 1.2em;
}
.clist .name {
	letter-spacing: 1px;
}
.wlist {
	margin-bottom: 30px;
}
.wlist li {
	background-color: #eeeeee;
	padding: 40px 60px;
	width: 206px;
	margin-bottom: 20px;
}
.wlist .name {
	letter-spacing: 1px;
	font-size: 1em;
}
.windows .clist .bold {
	margin-bottom: 20px;
}
.windows .clist .name {
	margin-bottom: 15px;
}
.windows .wlist li {
padding: 40px 40px;
    width: 246px;
}
.windows .wlist p {
	text-align:left;
}
.relist {
	margin-bottom: 20px;
}
.relist li {
	margin-bottom: 30px;
}
.relist .img_wrap {
	margin-right: 20px;
	position: relative;
}
.relist .img_wrap:hover {
	opacity: 0.7;
}
.relist .img_wrap:before {
	position: absolute;
	background: url(../img/zoom-in.png) no-repeat;
	width: 20px;
	height: 20px;
	content: "";
	right: 5px;
	bottom: 10px;
}
.relist .con {
	color: #e7161a;
	font-weight: bold;
}
.alist li {
	margin-bottom: 50px;
}
.alist p {
	margin-bottom: 0;
}
.lrlist img {
	margin-right: 40px;
	margin-bottom: 10px;
}
.lrlist .btn_wrap {
/*width: 400px;
    display: inline-block;
    text-align: center;*/
}
.lrlist:last-of-type {
	margin-bottom: 30px;
}
.pages {
	text-align: center;
	margin-bottom: 50px;
}
.pages a {
	display: inline-block;
	margin: 0 10px;
	color: rgba(51, 51, 51, 0.5);
	font-size: 1.2em;
}
.pages a.cur {
	color: #333333;
}
.pages a.pre {
	position: relative;
	text-indent: -999999px;
	width: 14px;
}
.pages a.pre.none, .pages a.next.none {
	opacity: 0.5;
}
.pages a.pre:before {
	height: 0;
	width: 0;
	content: " ";
	display: block;
	border: 7px solid transparent;
	position: absolute;
	border-right: 7px solid #333333;
	z-index: 2;
	left: 0;
	top: 50%;
	margin-top: -6px;
}
.pages a.next {
	position: relative;
	text-indent: -999999px;
	width: 14px;
}
.pages a.next:before {
	height: 0;
	width: 0;
	content: " ";
	display: block;
	border: 7px solid transparent;
	position: absolute;
	border-left: 7px solid #333333;
	z-index: 2;
	left: 0;
	top: 50%;
	margin-top: -6px;
}
.about_tmp .intro .list1.circle {
	margin-bottom: 0;
}
.investors_tmp .shareowner.msg .list1 {
	margin-bottom: 0;
}
.investors_tmp .row2 a {
	width: 101px;
}
.pro_tmp .shape.detail .lrlist .top_con .hidden {
	line-height: 1.5;
	text-align: justify;
}
.btable {
	text-align: left;
	width: 850px;
	margin: auto;
	margin-bottom: 50px;
}
.btable td {
	border: 5px solid #ffffff;
	padding: 5px 20px;
	vertical-align: middle;
}
.btable td:first-of-type {
	background: #dddddd;
}
.btable td:last-of-type {
	background: #eeeeee;
}
.bar1 {
	background-color: #dbc48f;
	padding: 10px 10px 10px 30px;
	color: #ffffff;
	font-weight: bold;
	position: relative;
	font-size: 1.1em;
	margin-bottom: 50px;
}
.bar1:before {
	height: 0;
	width: 0;
	content: " ";
	display: block;
	border: 7px solid transparent;
	position: absolute;
	border-left: 13px solid #ffffff;
	z-index: 2;
	left: 10px;
	top: 50%;
	margin-top: -7px;
}
.bar2 {
	background-color: #dbc48f;
	padding: 10px 10px 10px 35px;
	color: #ffffff;
	font-weight: bold;
	position: relative;
	font-size: 1.1em;
	margin-bottom: 10px;
}
.bar2:before {
	position: absolute;
	content: "";
	border: solid #ffffff;
	border-width: 2px 2px 0 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -4px;
	top: 50%;
	left: 15px;
	width: 6px;
	height: 6px;
}
.bar2:after {
	width: 16px;
	height: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	border: 2px solid #ffffff;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -10px;
}
.bar1 .tit, .bar2 .tit {
	line-height: 30px;
}
.place_right .select1 select {
	min-width: 85px;
}
.btn2 {
	color: #ffffff;
	background-color: #b09b6a;
	font-size: 0.9em;
	padding: 5px;
	font-weight: normal;
	display: inline-block;
}
.select1 {
	position: relative;
	display: inline-block;
}
.select1 select {
	font-size: 15px;
	border: 1px solid #cccccc;
	color: #555555;
	display: block;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	background: #ffffff;
	-webkit-appearance: listbox;
	height: 30px;
	width: 100%;
    z-index:1;
    text-shadow: none;
}
.select1 .arrow { 
	border-radius: 0 3px 3px 0;
	position: absolute;
	right: 0;
	top: 0;
    height: 30px;
    /*height: 0px\0/IE8+9;*/
	line-height: 30px;
	pointer-events: none;
	display: none;
}
.ie9 .arrow {
height: 0;
}
.select1 .arrow:before {
	content: "";
	width: 0;
	height: 0;
	border: 7px solid transparent;
	border-top: 7px solid #222222;
    /*border-width: 0px\0/IE8+9;*/
	position: absolute;
	top: 50%;
	margin-top: -3px;
	z-index: 100;
	right: 10px;
}
.ie9 .select1 .arrow:before {
border-width: 0px;
}
 select::-ms-expand {
 display: none;
}
.place_right .select1 {
	float: left;
	margin-right: 10px;
}
.place_right .btn2 {
	float: left;
}
.sub_title {
    padding: 0;
	margin: 0 45px 40px 45px;
}
.sub_title li {
	display: inline-block;
	position: relative;
	margin-bottom: 10px;
}
.sub_title li:not(:last-of-type) {
	padding-right: 10px;
}
.sub_title li:not(:last-of-type):before {
	position: absolute;
	content: "|";
	right: 0;
}
.sub_title a:hover {
	text-decoration: none;
	color: #e7161a;
}
.sub_title .cur {
	color: #e7161a;
}
#rule_select {
	margin-bottom: 25px;
}
.mo {
	display: none;
}
.investors_tmp .rule.org .wlist li {
	min-height: 200px;
	padding: 15px 35px 0 35px;
	width: 256px;
}
.investors_tmp .rule.org .wlist li p { line-height:1.2;
}
.acc .dbox {
	margin-bottom: 0;
}
.investors_tmp .rule.norm h3 {
	margin-bottom: 20px;
}
.investors_tmp .rule.norm h3 span {
	display: inline-block;
	margin-left: 20px;
}
.investors_tmp .rule.norm .dbox {
	margin-left: 15px;
}
.dlist {
	margin-bottom: 50px;
}
.dlist li {
	padding: 10px;
	overflow: hidden;
}
.dlist li:not(:last-of-type) {
	margin-bottom: 10px;
}
.dlist span {
	float: left;
	display: inline-block;
	width: 44%;
	padding: 2%;
	margin: 1%;
}
.dlist span:first-of-type {
	background: #eeeeee;
}
.btitle {
	padding: 10px;
	background: #eeeeee;
	font-size: 1.25em;
}
.dtable th:not(:last-of-type) {
	border: none;
}
.dtable tr:nth-of-type(odd) {
	background: #eeeeee;
}
.dtable tbody td:not(:first-of-type) {
	text-align: right;
}
.ptable td:not(:last-of-type) {
	border-right: 5px solid #ffffff;
}
.ptable tr:not(:last-of-type) {
	border-bottom: 5px solid #ffffff;
}
.ptable tr:nth-of-type(odd) td {
	background: #e5e5e5;
}
.ptable tr:nth-of-type(even) td {
	background: #f5f5f5;
}
.box1 {
	display: block;
	padding: 10px 50px 10px 20px;
	border: 1px solid #cccccc;
	background: #eeeeee;
	margin-bottom: 20px;
	position: relative;
}
.box1:hover {
	text-decoration: none;
	opacity: 0.7;
}
.box1:before {
	position: absolute;
	background: url(../img/q_link.png) no-repeat;
	content: "";
	width: 21px;
	height: 20px;
	top: 50%;
	margin-top: -10px;
	right: 20px;
}
.box1.out:before {
	position: absolute;
	background: url(../img/out.png) no-repeat;
	content: "";
	width: 20px;
	height: 20px;
	top: 50%;
	margin-top: -10px;
	right: 20px;
}
.box1:last-of-type {
	/*margin-bottom: 100px;*/
}
.investors_tmp .shareowner.windows .wlist li {
	padding: 40px 43px;
	width: 240px;
}
.investors_tmp .shareowner.windows .wlist .name {
	padding-bottom: 20px;
	border-bottom: 1px solid;
	margin-bottom: 20px;
}
.investors_tmp .shareowner.windows .wlist a {
	color: #0000ff;
}
.investors_tmp .shareowner.windows .wlist .con {
	line-height: 1.5;
}
.img_two {
	overflow: hidden;
	margin-bottom: 50px;
}
.img_two img:first-of-type {
	margin-right: 1%;
}
.img_two img {
	float: left;
	width: 49.5%;
}
.unit {
	font-size: 0.8em;
	padding-bottom: 5px;
	padding-right: 5px;
}
.index_tmp .home {
	visibility: hidden;
    width: 0;
}
.blank {
	position: relative;
	display: inline-block;
}
.blank:before {
	position: absolute;
	content: "";
	right: -25px;
	top: 50%;
	background: url(../img/out.png) no-repeat;
	width: 20px;
	height: 20px;
	margin-top: -8px;
	background-size: 85%;
}
.investors_tmp .shareowner.resolution .bar_content {
	padding: 0;
}
.adlist a {
	display: block;
}
.adlist a:hover {
	opacity: 0.8;
}
.img_with_txt {
	position: relative;
	display: block;
}
.img_with_txt:hover {
	opacity: 0.8;
}
.img_with_txt:before {
	position: absolute;
	content: "";
	background: url(../img/go.png) no-repeat;
	width: 20px;
	height: 20px;
	right: 10px;
	top: 10px;
}
.img_with_txt img {
	margin-bottom: 25px;
}
.img_with_txt span {
	position: absolute;
	bottom: 0;
	display: block;
	padding: 10px;
	background-color: rgba(0,0,0,0.7);
	color: #fff;
}
.scroll {
	margin-bottom: 30px;
}
.banner {
	display: block;
	width: 100%;
}
.banner.top {
	position: absolute;
	bottom: 0;
}
.scroll_inner {
	position: relative;
	overflow: hidden;
}
.scroll_inner h1 {
	opacity: 0;
	width: 1000px;
	position: relative;
	margin: auto;
	top: 50px;
	z-index: 1;
	font-size: 1.8em;
	animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
	animation: LogoMove 0.5s ease forwards 0.5s;
	-moz-animation: LogoMove 0.5s ease forwards 0.5s;
	-webkit-animation: LogoMove 0.5s ease forwards 0.5s;
}
 @keyframes LogoMove {
 from {
 opacity: 0;
}
to {
	opacity: 1;
}
}
 @-moz-keyframes LogoMove {
 from {
 opacity: 0;
}
to {
	opacity: 1;
}
}
 @-webkit-keyframes LogoMove {
 from {
 opacity: 0;
}
to {
	opacity: 1;
}
}
.white {
	color: #ffffff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.btn3 {
	font-size: 12px;
	color: #ffffff;
	background: #e7161a;
	padding: 10px 35px 10px 12px;
	display: inline-block;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	position: relative;
    line-height: 1;
}
.btn3:hover {
	opacity: 0.8;
	text-decoration: none;
}
.btn3:before {
position: absolute;
    content: "";
    border: solid #ffffff;
    border-width: 2px 2px 0 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -3px;
    top: 50%;
    right: 17px;
    width: 6px;
    height: 6px;
}
.btn3:after {
width: 16px;
    height: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    border: 2px solid #ffffff;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -9px;
}
.index_tmp .desc {
	position: absolute;
	padding: 10px 0;
	text-align: center;
    width: 100%;
	height:20%;
	margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.index_tmp .mo .desc {
height: 32%;
    position: static;
    background-color: rgba(0, 0, 0, 0.6);
}

.index_tmp .pc .d1 {
	background-color: rgba(255,255,255,0.5);
    height: 88px;
        top: 28%;
    bottom: initial;
}
.index_tmp .pc .d1d {
width:417px;
    font-size:18px;
    font-weight:normal; 
    line-height:25px;
    text-shadow:0px 0px 0px rgba(255,255,255,0);
    position: relative;
    margin: auto; 
    text-align: left;
}
.index_tmp .pc .d2 {
	background-color: rgba(46, 33, 30, 0.5);
    height: 133px;
}
.index_tmp .pc .d3 {
	background-color: rgba(0, 0, 0, 0.5);
} 
.index_tmp .pc .d4 {
	background-color: rgba(0, 0, 0, 0.6);
    height: 88px;
    top:auto;
    top: initial;
    bottom: 11%;
} 

.index_tmp .mo .img_item > span {
text-align: center;display:block;margin:10px;
margin-bottom: 50px;
}

.index_tmp .mo .img_item > span .btn3 {
margin-top:10px;
}

.index_tmp .desc .title {
color: #ffffff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	font-size: 2em;
	margin:0 11% 10px 11%;
	width:78%;
}
.index_tmp .mo .desc .title {
font-size: 1em;
}
.main.more { padding: 60px 0; background-color: #f6f4ef;}
.main.more .inner { width:770px;}
.main.more .inner2 { width:1028px;}
.main.more .mtit { margin-bottom:20px;}
.iframe_wrap { position: relative;}
.iframe_wrap img { position: absolute;
    right: 0;}
.iframe_wrap .video-container {
    padding-top: 100px;
}

/* investment */
.contact_box {
    margin-top: -20px;
    margin-bottom: 50px;
}
.investment .tabs a {
/*    width: 116px;*/
/*    padding-left: 39px;*/
}
.investment .table1 td:nth-of-type(1) {
    width: 18%;
}
.investment .table1 td:nth-of-type(2) {
    display: none;
}
.in_list {
    overflow: hidden;
}
.in_list img {
    float: left;
    width: 228px;
    margin-right: 25px;
    margin-bottom: 30px;
}
.in_list img:nth-of-type(4n) {
    margin-right: 0;
}
.investment .sub_title {
    text-align: center;
}

/* staff */
.box2s {
    overflow: hidden;
    margin-top: 40px;
}
.box2s .box2 {
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
    box-sizing: border-box;
}
.box2s .box2:nth-of-type(2n) {
    margin-right: 0;
}
.box2s .full {
    margin: 0;
}
.staff .table1 td:nth-of-type(1) {
    width: 22%;
}
.staff .table1 td:nth-of-type(3) {
    min-width: 150px;
}
.staff .table1 img {
    max-width: 100%;
}

/* client */
.investment .table1 td:nth-of-type(1) {
    width: 24%;
}

/* green */
.table2 {
    border-spacing: 5px 0;
    border-collapse: separate;
    line-height: 1.8;
}
.table2 td {
    vertical-align: middle;
    padding: 20px 10px;
}
.table2 td:not(:last-child) {
    border-right: 5px solid #ffffff;
}
.table2 tr:nth-of-type(even) td {
    background: #efefef;
}
.table2 tr:nth-of-type(odd) td {
    background: #a3a3a3;
    color: #ffffff;
}
.table2 tr td:first-child {
    background: #ffffff;
    text-align: right;
    font-weight: bold;
    color: #333333;
    width: 10%;
    min-width: 55px;
}
.table2 th {
    padding: 50px 25px;
}
.table2 th:first-child {
    background: #ffffff;
}
.table2 th:not(:first-child) {
    position: relative;
    background: #6c6c6c;
    color: #ffffff;
    min-width: 18%;
    font-weight: bold;
}
.table2 th:not(:first-child):after {
    height: 0;
    width: 0;
    content: " ";
    display: block;
    border: 12px solid transparent;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    border-top: 12px solid #6c6c6c;
    z-index: 2;
    bottom: -22px;
}
.table2 tr:first-child td {
    padding-top: 20px;
}
tr.align_left td {
    padding: 20px;
}

/* shareholder */
.shareholder .link {
    margin-top: 10px;
}

/* environment */
.environment .tabs a {
    width: 108px;
    padding-left: 40px;
}
.pdf {
    position: relative;
    color: #b09b6b;
    padding-left: 30px;
    display: inline-block;
    margin-top: 10px;
}
.pdf:before {
    content: '';
    position: absolute;
    top: 50%;
    background: url(../img/pdf.png) no-repeat;
    width: 21px;
    height: 21px;
    margin-top: -11px;
    left: 0;
}

/* pollution */
.environment p+ul {
    margin-top: -30px;
}
.environment .full+.pdf {
    margin-top: -40px;
}
.box2 {
    background: #efefef;
    color: #6c6c6c;
    text-align: center;
    padding: 15px 30px;
}
.box2 h4 {
    margin-top: 0;
}
.table1 {
    font-weight: bold;
    border-spacing: 0 10px;
    border-collapse: separate;
    margin-bottom: 0;
}
.table1 thead {
    color: #333333;
    background: none;
}
.table1 th {
    padding: 0;
    border: 0;
}
.table1 td {
    padding: 20px;
    vertical-align: middle;
    font-size: 18px;
    font-weight: bold;
}
.table1 td:first-child {
    position: relative;
    background: #6c6c6c;
    color: #ffffff;
    width: 16%;
}
@media only screen and (max-width: 721px) {
	.table1 td:first-child { width: auto;}
    .staff .benefits     { grid-template-columns: 30% auto;}
    .staff .benefits h4,.staff .benefits span,.staff .benefits info,.staff .benefits .thead { font-size: 15px;}
    .staff .benefits img { width: 90%;}
    .img-right{ margin:0 0 10px 0; float:none; width: 100%; }
    p { margin-left: 0;}

}

.table1 td:first-child:after {
    height: 0;
    width: 0;
    content: " ";
    display: block;
    border: 12px solid transparent;
    position: absolute;
    right: -22px;
    top: 50%;
    margin-top: -12px;
    border-left: 12px solid #6c6c6c;
    z-index: 2;
}
.table1 tr:nth-of-type(even) td:first-child {
    background: #b09b6b;
}
.table1 tr:nth-of-type(even) td:first-child:after {
    border-left: 12px solid #b09b6b;
}
.table1 td:nth-of-type(2) {
    background: #d1d1d1;
    width: 25%;
}

.mp_table:nth-of-type(2) {
    background: #d1d1d1;
    width: 25%;
	display:none;
}

.table1 td:nth-of-type(3) {
    background: #efefef;
    font-size: 15px;
    color: #333333;
    padding-left: 30px;
    padding-right: 30px;
    text-align: left;
    line-height: 1.8;
    font-weight: normal;
}
.table1 td:nth-of-type(4) {
    background: #efefef;
    text-align: right;
}
.tabs .inner {
    overflow: hidden;
}
.w_list {
    list-style: none;
}
.w_list li {
    overflow: hidden;
}
.w_list font {
    width: 90px;
    float: left;
}
.w_list div {
    overflow: hidden;
}
.main.report .dtitle {
    margin-bottom: 10px;
}

/** magazine **/
.magazine-draft{ width:100%; padding:2% 0; text-align:center;}
.magazine-draft img{ width:100%; max-width:530px; border:1px solid #CCC;}

@media only screen and (max-width: 1440px) {
 .magazine-draft img{ max-width:400px; }
}


@media only screen and (max-width: 1366px) {
 .magazine-draft img{ max-width:340px; }
}

@media only screen and (max-width: 1280px) {
 .magazine-draft img{ max-width:300px; }
}

.page-tool{ text-align:center; margin:20px 0 50px 0;}
.page-tool a{ background:url(../magazine/img/magazine-list-bg.png) no-repeat; color:#b09b6b; display:inline-block; width:60px; padding:0 0 0 25px; margin:0 20px; text-align:left;}


/** 表格響應式 **/
.rwd-table { background: #e1dcb5; overflow: hidden; margin-bottom:50px;}
.rwd-table tr{ background: #fff;}
.rwd-table th, .rwd-table td { margin: 0.5em 1em;}
.rwd-table { min-width: 100%;}
.rwd-table th { display: none;}
.rwd-table td { display: block;}

.rwd-table th, .rwd-table td { text-align: left;}
.rwd-table th{background: #b0a548; color:#FFF; padding:8px 1%;}
.rwd-table td{padding:0; margin:0;}


.rwd-table tr td .magazine-list{ list-style:none; margin:15px 0; padding:0 0 0 15px;}
.rwd-table tr td .magazine-list li{ background:url(../magazine/img/magazine-list-bg.png) no-repeat; padding:0 0 0 30px; margin:8px 0; color:#d8d8d8;}
.rwd-table tr td .magazine-list li a{ color:#8d7338;}

@media (min-width: 640px) {
	.rwd-table td:before { display: none;}
	.rwd-table th{ }
	.rwd-table th, .rwd-table td { display: table-cell; }
	.rwd-table th:last-child, .rwd-table td:last-child { padding-right: 0; }
}



/* for mobile */
@media only screen and (max-width: 1680px) {
.index_tmp .desc {
	height:22%;
}
}
@media only screen and (max-width: 1280px) {
.index_tmp .desc {
	height:30%;
}
}
@media only screen and (max-width: 1028px) {
    footer .top a {
        padding-right: 50px;
    }
    footer .top a:last-of-type {
        padding-right: 0;
    }
    footer ul:first-of-type {
        padding-right: 55px;
        min-width: 96px;
    }

    footer ul:nth-of-type(2) {
        padding-right: 47px;
        min-width: 72px;
    }

    footer ul:nth-of-type(3) {
        padding-right: 52px;
        min-width: 64px;
    }

    footer ul:nth-of-type(4) {
        padding-right: 18px;
        min-width: 100px;
    }

    footer ul:nth-of-type(5) {
        padding-right: 48px;
        min-width: 80px;
    }
}
@media only screen and (max-width: 1025px) {
.index_tmp .desc {
	height:30%;
}
.inner {
	width: auto;
	padding: 10px;
}
.main.more .inner2 {
	width: auto;
	padding: 10px;
}
.q_link .inner {
	padding: 0;
}
.h_bottom > .inner {
	padding: 0;
}
.h_bottom .inner > a:first-of-type {
	margin-left: 10px;
}
.menu_inner {
	padding: 20px 0;
}
header .right {
	margin-right: 0
}


.menu ul:first-of-type {
	padding-left: 10px;
}
.tabs .inner {
	padding: 0;
}
.col3 li {
	width: 311px;
}
.col2 li {
	width: 479px;
}
.investors_tmp .rule.org .wlist li {
	width: 241px;
}
.sub_title {
	margin: 0 25px 50px 25px;
}
.investors_tmp .shareowner.windows .wlist li {
	width: 225px;
}
.investors_tmp .shareowner.windows .wlist .con {
	font-size: 0.9em;
}
.clist li {
	width: 359px;
}
.wlist li {
	width: 191px;
}
.col2 li:nth-of-type(odd) {
	margin-right: 25px;
}
.h_bottom .inner > li:first-of-type {
/*	margin-left: 10px;*/
}
.scroll {
	padding: 0;
}
.scroll_inner h1 {
	width: 90%;
	position: relative;
	margin: auto;
	top: 20px;
	z-index: 1;
	font-size: 1.8em;
}
.index_tmp .desc .title {
	font-size:1.3em;
}
    .index_tmp .pc .d1d {
width:272px;
}
        .index_tmp .pc .d1 {
    height: 75px;
}
    .index_tmp .pc .d2 {
    height: 124px;
    }
    .index_tmp .pc .d4 {
    height: 75px;
}
    .index_tmp .desc .title span:not(.subtitle) {
    font-size: 16px;
    }
    
    .in_list img {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 4%;
    }
     .in_list img:nth-of-type(2n) {
         margin-right: 0;
     }
    .investment .tabs a {
        
     }
     .investment .tabs a:before {
         
     }
}

@media only screen and (max-width: 1000px) {
    .h_bottom .inner > li:first-of-type {
/*        margin-left: 0;*/
    }
    .h_bottom a {
        font-size: 1.01em;
    }
    .h_bottom .inner > li {
        margin: 0 14px;
    }
	.h_bottom .inner > li:not(:last-of-type) {
		margin: 0 14px;
	}
    .h_bottom .inner > li:not(:last-of-type):before {
        right: -25px;
		margin-top: -7px;
    }
    .h_bottom .inner ul li a {
        font-size: 1.01em;
    }
}

 @media only screen and (max-width: 895px) {
.br {
	display: block;
}
.h_bottom .inner > li {
	padding: 10px 0;
}
.h_bottom .inner > li:not(:first-of-type) {
	margin-left: 20px;
}
.h_bottom .inner ul {
	top: 39px;
}
.h_bottom .inner > li:nth-of-type(1) ul {
	left: -5px;
	width: 110px;
}
.h_bottom .inner > li:nth-of-type(2) ul {
	left: -10px;
	width: 120px;
}
.h_bottom .inner > li:nth-of-type(3) ul {
	left: -15px;
	width: 100px;
}
.h_bottom .inner > li:nth-of-type(4) ul {
	left: -15px;
	width: 100px;
}
.h_bottom .inner > li:nth-of-type(5) ul {
	width: 120px;
	left: -15px;
}
.h_bottom .inner > li:nth-of-type(6) ul {
	width: 120px;
	left: 0;
}
.h_bottom .inner ul li a {
	padding: 10px;
}
	 .h_bottom a {
        font-size: 0.9em;
    }
    .h_bottom .inner ul li a {
        font-size: 0.9em;
    }
footer .top a {
	padding-right: 20px;
}
     footer .top a:nth-of-type(4) {
         min-width: 100px;
     }
footer ul:first-of-type {
	padding-right: 25px;
}
footer ul:nth-of-type(2) {
	padding-right: 15px;
}
footer ul:nth-of-type(3) {
	padding-right: 23px;
}
footer ul:nth-of-type(4) {
	padding-right: 25px;
}
footer ul:nth-of-type(5) {
	padding-right: 18px;
}
.index_tmp .desc { height:36%;}
}

@media only screen and (max-width: 815px) {
/*
    .h_bottom a {
        font-size: 0.9em;
    }
    .h_bottom .inner ul li a {
        font-size: 0.9em;
    }
*/
}

 @media only screen and (max-width: 769px) {
.logo {
	margin: 0;
}
.logo img {
	width: 80%;
}
header .right {
	margin: 0;
	position: absolute;
	top: 10px;
	right:20px;
	left:20px;
	text-align:left;
}
header .right img {
/*	width: 50%;*/
	width: 29px;
}
header {
	border-bottom: 2px solid #333333;
	position: relative;
}
.h_inner.inner {
	padding: 10px 20px;
}
.inner {
	width: auto;
	padding: 10px;
}
.inner2 {
	width: auto;
	padding: 10px;
}
h1 {
	margin: 25px 0;
}
.copy li:first-of-type {
	padding: 0;
	display: block;
}
.copy li:first-of-type:before {
	display: none;
}
.copy li:nth-of-type(2) {
	padding-left: 0;
}
.align_center img {
	width: 100%;
}
a:hover {
	text-decoration: none;
}
.tabs .inner {
	padding-bottom: 0;
}
.list_wrap img {
	float: none;
	width: 100%;
	height: auto;
	margin: 0 0 10px 0;
}
.tabs a {
/*	margin: 0;*/
}
.tabs a:first-of-type {
/*	margin-right: 10px;*/
} 
.tabs a:before {
/*	left: 15px;*/
}
p img {
	width: 100%;
}
     p .w50 {
         width: 50%;
     }
.col2, .col3 {
	margin-bottom: 0;
}
.col2 li, .col3 li {
	display: block;
	width: 100%;
	margin-bottom: 30px;
}
.col3 p {
	margin-top: 5px;
	margin-bottom: 0;
}
.col2 li:not(:last-of-type), .col3 li:not(:last-of-type) {
	margin-right: 0;
}
.rlist p {
	margin-bottom: 0;
}
.rlist .img_wrap {
	margin-bottom: 10px;
}
.rlist .full {
	margin-bottom: 0;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ad_title .con {
	margin-bottom: 10px;
}
.col_title {
	margin-bottom: 10px;
}
.col_img {
	margin-bottom: 10px;
}
.flist p {
	margin-bottom: 0;
}
.fixture .dbox:last-of-type {
	margin-bottom: 30px;
}
.col6 li {
	width: 49%;
}
.col6 li:not(:last-of-type) {
	margin-right: 0;
}
.col6 li {
	margin-bottom: 10px;
}
.col6 li:nth-of-type(odd) {
	margin-right: 2%;
}
.tlist div {
	margin-top: 5px;
}
.tlist {
	margin-bottom: 0;
}
.tlist .full {
	margin-bottom: 0;
}
.img_table img {
	width: 100%;
}
.img_table img:first-of-type {
	margin-right: 0;
	margin-bottom: 10px;
}
.factory_tmp .tabs, .pro_tmp .tabs {
	border: none;
}
.factory_tmp .tabs span, .pro_tmp .tabs span {
	display: block;
}
.factory_tmp .tabs a, .pro_tmp .tabs a {
	margin-bottom: 10px;
	margin-right: 0;
}
.factory_tmp .tabs a:nth-of-type(odd), .pro_tmp .tabs a:nth-of-type(odd) {
	margin-right: 5px;
}
.factory_tmp .tabs .cur:before, .pro_tmp .tabs .cur:before {
	left: 15px;
}
.factory_tmp .tabs a:not(.cur), .pro_tmp .tabs a:not(.cur) {
	position: relative;
}
.factory_tmp .tabs a:not(.cur):before, .pro_tmp .tabs a:not(.cur):before {
	content: "";
	position: absolute;
	bottom: -2px;
}
.left_space {
	margin-left: 0;
}
.clist li {
	width: 82%;
	display: block;
	padding: 6% 9%;
}
.clist .bold {
	margin-bottom: 10px;
	font-size: 1.1em;
}
.clist .name {
	margin-bottom: 10px;
}
.clist .contact {
	font-size: 0.9em;
}
.wlist li {
	width: 82%;
	display: block;
	padding: 6% 9%;
}
.wlist .name {
	font-size: 1.1em;
}
.wlist .contact {
	font-size: 0.9em;
}
.lrlist img {
	margin-right: 0;
	float: none;
	width: 100%;
}
.lrlist .btn_wrap {
	display: block;
	width: auto;
	float: none;
	margin-bottom: 10px;
}
.bot_con .dbox {
	margin-bottom: 25px;
}
.sliding-menu ul {
    padding: 0;
    margin: 0;
}

.sliding-menu .lan {
	margin-top: 0;
	text-align: right;
	background-color: #222222;
	margin-left: 0;
	display: flex;
    align-items: center;
    ustify-content: center;
}
.sliding-menu .lan a {
	display: table-cell;
    vertical-align: middle;
}
.sliding-menu .lan a img{vertical-align:-95%;}
.sliding-menu .lan a:first-of-type {
	padding-right: 0.5em;
}
.sliding-menu .lan a:last-of-type {
	padding-left: 0.5em;
}
.pages a {
	margin: 0 5px;
	font-size: 1em;
}
.btable {
	width: 100%;
}
.btable td {
	padding: 10px;
}
.day30 {
	padding: 0;
}
.investors_tmp .rule.norm h3 span {
	margin-left: 0;
	display: block;
}
.img_two img {
	float: none;
	width: 100%;
}
.img_two img:first-of-type {
	margin: 0 0 10px 0;
}
.investors_tmp .rule.org .wlist li {
	width: 100%;
}
.img_item {
	position: relative;
}
.img_item img {
	width: 100%;
	display: block;
}
.img_item .ctitle {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	font-size: 1.2em;
}
.scroll {
	padding: 0;
}
.scroll_inner {
	position: static;
}
.scroll_inner h1 {
	position: relative;
	color: #000000;
	text-shadow: none;
	font-size: 1.625em;
	margin: 25px 0;
	width: auto;
	left: 20px;
	top: 0;
	opacity: 1;
	animation-delay: 0;
	-moz-animation-delay: 0;
	-webkit-animation-delay: 0;
	animation: none;
	-moz-animation: none;
	-webkit-animation: none;
}
.banner.top {
	position: static;
}
.banner.mask {
	display: none;
}
     .box2 {
         padding: 10px;
     }

.main.more .inner { width:auto;}
.main.more .mtit { width: 100%;}
.iframe_wrap img {display: none;}
     .table2 td:first-child, .table2 th:first-child {
         display: none;
     }
     .table2 th, .table2 td {
         padding: 10px;
     }
     .w_list font {
    width: auto;
         display: block;
    float: none;
}

.pc {
	display: none !important;
}

.h_bottom{ display:none;}
.mo {
	display: block;
}
.sub_title{ display:none;}
}
 @media only screen and (max-width: 721px) {
     .table1 thead {
         display: none;
     }
     .table1, .table1 tbody, .table1 tr, .table1 th, .table1 td {
         display: block;
     }
     .investment .table1 td:nth-of-type(1), .investment .table1 td:first-child {
         display: block;
         width: auto;
     }
     .table1 td {
         padding: 10px;
     }
     .table1 td:first-child:after {
         display: none;
     }
     .table1 td:nth-of-type(2) {
         width: auto;
     }
     .table1 td:nth-of-type(3) {
         margin-bottom: 10px;
		 padding-left:20px;
		 padding-right:15px;
     }
     .staff .table1 td:nth-of-type(3) {
         margin-bottom: 0;
     }
     .table1 td:nth-of-type(4) {
         text-align: center;
         padding: 30px;
         padding-top: 0;
     }
     .table1 td:nth-of-type(4) img {
         width: 100%;
     }
}
 @media only screen and (max-width: 321px) {
.tabs a {
	width: 41%;
	padding: 10px;
}
.tabs a:first-of-type {
/*	margin-right: 0;*/
}
.tabs a:before {
	display: none;
}
.factory_tmp .tabs span, .pro_tmp .tabs span {
	display: inherit;
}
.factory_tmp .tabs a:nth-of-type(odd), .pro_tmp .tabs a:nth-of-type(odd) {
	margin-right: 1px;
}
     .environment .tabs a {
         width: 41%;
         padding: 10px;
     }
}

/** 意見調查 **/
.questionnaire{}
.questionnaire .bar1{ margin:25px 0 5px 0;}
.questionnaire .identity{ list-style:none; padding-left:0px; margin:10px 0 25px 0;}
.questionnaire .identity li{ float:left; padding:5px 25px 5px 0;}

.question-list { list-style:none; padding:0; margin:10px 0 35px 0; font-size:15px; line-height:1.6; border-top:1px solid #DDD;}
.question-list>li { clear:both; border-bottom:1px solid #DDD;  }
.question-list li .Item { float:left; width:140px; line-height:25px; display:block; padding:7px 5px; color:#999; }
.question-list li .Item span{ color:#b09b6a; display:inline-block; padding:0 8px; font-weight:bold;}
.question-list li .question-cont { width:calc(100% - 140px); margin:0 0 0 140px; padding:7px 0; font-weight:bold; }

.code{ margin:20px auto; width:300px; text-align:center;}
.code input{ 
    background: none;
    width: 100px;
    border: 1px solid #CCC;
    margin: 0;
    padding: 5px;
    font-size: 14px;
    font-family: "微軟正黑體";
    color: #4E4E4E;
    line-height: 20px;}
.code .code_img{vertical-align: middle; margin:0 5px;}
.code a.send{ background: #222; display:inline-block; padding: 8px 20px; margin:30px 0 0 0; text-align: center; font-size: 15px; color: #fff; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;}

.degree{ list-style:none; font-weight:normal;}
.degree li{ float:left; padding-right:20px; color:#444;}
@media only screen and (max-width: 640px) {
	.question-list>li{ padding:7px 0;}
	.question-list li .Item { float:none; width:100%; padding:0 5px; }
	.question-list li .Item span{ padding:0;}
	.question-list li .question-cont { width:100%; margin:0; padding:0 5px; }	
}

/** 圖表 **/
.chart{ text-align:center; margin-bottom:30px; margin:0; padding:0;}
.chart li{ display:inline-block;}
.chart span{ color:#b17e76; font-weight:bold; font-size:20px;}

.chart-style02{text-align:center; margin-bottom:30px; margin:0; padding:0;}
.chart-style02 li{ width:30%; float:left; list-style:none;}
.chart-style02 span{ color:#5096bf; font-weight:bold; font-size:20px;}


/** 認證 **/
.certification{ background:#FFF; text-align:left;}
.certification th{ background:#f0f4f9; color:#6692d0; font-weight:bold; text-align:center; vertical-align: middle; border:1px solid #d7dfed;}
.certification td{ border:1px solid #d7dfed; vertical-align:middle; line-height:1.7;}
.certification ul{ margin:0 5px 0 20px; line-height:1.7; padding:0;}
.certification ol{ margin:0 5px 0 20px; line-height:1.7; padding:0;}
.certification .item{ width:80px;}

/** 員工 **/
.certification_staff{ background:#FFF; text-align:left;}
.certification_staff th{ background:#be7d69; color:#FFF; font-weight:bold; text-align:center; vertical-align: middle; border:1px solid #e9d1c6;}
.certification_staff td{ border:1px solid #e9d1c6; vertical-align:middle; line-height:1.7;}
.certification_staff ul{ margin:0 5px 0 20px; line-height:1.7; padding:0;}
.certification_staff ol{ margin:0 5px 0 20px; line-height:1.7; padding:0;}
.certification_staff .item{ width:80px;}


/** 企業社會責任政策 **/
.promote_table{ background:#FFF; text-align:left;}
.promote_table th{ background:#ecebf3; font-weight:bold; text-align:center; vertical-align: middle;border:1px solid #b6b3d2; }
.promote_table th:not(:last-of-type){border-right: 1px solid #ffffff;}
.promote_table th.tit { color: #fff; background: #323e4f; font-weight: bold; }
.promote_table td{ border:1px solid #b6b3d2; vertical-align:middle; line-height:1.7;}
.promote_table ul{ margin:0 5px 0 10px; line-height:1.7; padding:0;}
.promote_table li{ list-style:none;  }
.promote_table li span{ color:#7472aa;}
.promote_table ol{ margin:0 5px 0 20px; line-height:1.7; padding:0;}
.promote_table .item{ width:80px;}



/** 文字設定 **/
.txt-center{text-align:center;}
.t-green{}
.t-green .txt-center{ text-align:center; color:#488573; font-size:20px;}

.q_link .duty ul li{ margin-right:32px;}

/** 搜尋 **/
.i-search{ display:block; border-radius: 5px; height: 32px; line-height: 32px; padding:0 15px;}
.i-search-left{float: left; width: calc(100% - 42px); }
.i-search-right{float: left; width:42px; }
.i-search-left .search-field{ border: none; height: 32px;padding: 0 10px;background: #fff;margin: -4px 0 0 0; font-family: 微軟正黑體; font-size: 15px; width: calc(100% - 20px)}
.i-search-right .search-button{ background:#999 url(../img/btn-search.png) no-repeat center center;  border: none; width: 100%;height: 32px; padding: 0 15px; margin:0;}
.search-field::placeholder{ color: #888888; font-family: 微軟正黑體;font-size: 15px;}

/* 無後台mobile menu fixed */
.sliding-menu {
	height: 100vh !important;
}


/* 利害關係人 */
.mp_investment_table th {
    padding: 10px;
}
.mp_investment_table th:not([class]):nth-of-type(1) {
    background: #dcdcdc;
}
.mp_investment_table th:not([class]):nth-of-type(2) {
    background: #d2d2d2;
}

.mp_investment_table .tit {
    background: #b09b6b;
    color: #fff;
    font-size: 18px;
}
.mp_investment_table .table1 {
    border-spacing: 0;
}
.mp_investment_table .table1 tr:nth-of-type(even) td:last-child {
    background: #e9e9e9;
}
@media only screen and (max-width: 721px) {
    .mp_investment_table th:not([class]) {
        display: none;
    }
    .mp_investment_table .table1 td:nth-of-type(3) {
        margin-bottom: 0;
    }
}

/* 經營現況 */
.table_wrap1 {
    overflow-x: auto;
}
.table_wrap1 .no_space {
    padding: 0;
}
.table_wrap1 table {
    margin-bottom: 0;
}
.table_wrap1 + .ps {
    font-size: 80%;
    margin: 5px 0 50px 0;
}
.table3 {
    position: relative;
}
.table3 .unit {
    position: absolute;
    right: 0;
}
.table3 th[colspan] {
    background: #323e4f;
    color: #fff;
    border-bottom: 1px solid #8496b0;
    font-weight: bold;
}
.table3 th:not(colspan) {
    background: #d5dce4;
    border: none;
    border-bottom: 1px solid #8496b0;
    padding: 5px 10px;
}
.table3 td {
    border-bottom: 1px solid #8496b0;
    vertical-align: middle;
}
.table3 td:nth-of-type(1) {
    min-width: 100px;
}

/* 風險管理與對策 */
.risk_wrap {
    padding: 10px;
    border-radius: 10px;
    border: 2px solid #acbcda;
    text-align: center;
    margin: 0 15px;
    line-height: 1.5;
}
.risk_wrap + .ps {
    margin: 5px 0 10px 15px;
    font-size: 80%;
}
@media only screen and (max-width: 721px) {
    .risk_wrap {
        margin: 0;
    }
    .risk_wrap + .ps {
        margin-left: 0;
    }
}
.link2 {
    text-decoration: underline;
}

/* 氣候變遷風險管理與策略(TCFD) */
.risk_table {
/*    display: flex;*/
    justify-content: center;
    align-items: center;
}
.risk_table div:nth-of-type(1) {
    padding-right: 10px;
}
.risk_table div:nth-of-type(2) {
    min-width: 300px;
}
.risk_table p {
    margin-bottom: 5px;
}
.risk_table .ps {
    font-size: 80%;
    margin: 0 0 0 15px;
}
.table_wrap {
    overflow-y: auto;
}
.table4 th {
    color: #689cdb;
    font-weight: bold;
    border: none;
    border-bottom: 3px solid #bfcbe2;
    word-break: keep-all;
    font-size: 18px;
    vertical-align: middle;
}
.table4 th:nth-of-type(2) {
    width: 25%;
}
.table4.t2 th:nth-of-type(2) {
    width: 75%;
}
.table4 td {
    background: #f2f3f8;
    line-height: 1.5;
    text-align: left;
    vertical-align: middle;
    border-bottom: 2px solid #d9dfed;
}
.table4 td:nth-of-type(1) {
    text-align: center;
    line-height: 1.2;
}
.table4 tr:last-of-type td {
    border-bottom: 3px solid #bfcbe2;
}
.table4 img {
    display: block;
    margin: 0 auto 3px;
}
.table4.t2 img {
    display: block;
    margin: 3px auto 0;
}
.table4 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.table4 li {
    position: relative;
    padding-left: 15px;
}
.table4 li:before {
    content: '';
    background: #bfcbe2;
    width: 6px;
    height: 6px;
    display: inline-block;
    margin-right: 5px;
    top: 9px;
    position: absolute;
    left: 0;
}
/* 能資源管理 */
.table_wrap.t2 {
    width: 500px;
}
.chart_img {
    margin-left: 3%;
}
.table5 th {
    color: #6c9587;
    font-weight: bold;
    border: none;
    border-bottom: 3px solid #c0cdc7;
    word-break: keep-all;
    font-size: 18px;
    vertical-align: middle;
}
.table5 th.unit {
    font-weight: normal;
    color: #333;
    font-size: 0.8em;
}
.table5 td {
/*    background: #f2f3f2;*/
    line-height: 1.5;
    vertical-align: middle;
    border-bottom: 2px solid #d9dfed;
}
.table5 .bg {
    background: #f2f3f2;
}
.table5 tr:last-of-type td, .table5 td[rowspan] {
    border-bottom: 3px solid #c3cfc9;
}
.table5 img {
    display: block;
    margin: 0 auto 3px;
}
@media only screen and (max-width: 769px) {
    .risk_table {
        display: block;
    }
    .risk_table div:nth-of-type(1) {
        padding: 0;
    }
    .risk_table .ps {
        margin: 0;
    }
    .table4 {
        font-size: 14px;
    }
    .table4 th {
        font-size: 16px;
    }
    .with_table li {
        display: block;
    }
    .table_wrap.t2 {
        width: auto;
        margin: 0;
    }
    .chart_img {
        margin-left: 0;
    }
}