/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

a:focus {
  outline: thin dotted;
}
a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="checkbox"]
 {
  height: 20px;
  width: 20px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

header, .footer, .sec .main, .Tabs, .index, .index #wrapper, .index section, .index header, .index .logo, footer, .sec, .sec #wrapper, table, .sec section, .sec article, .sec header, .sec .logo {
  zoom: 1;
}
header:before, .footer:before, .sec .main:before, .Tabs:before, .index:before, .index #wrapper:before, .index section:before, .index header:before, .index .logo:before, footer:before, .sec:before, .sec #wrapper:before, table:before, .sec section:before, .sec article:before, .sec header:before, .sec .logo:before {
  content: "";
  display: table;
}
header:after, .footer:after, .sec .main:after, .Tabs:after, .index:after, .index #wrapper:after, .index section:after, .index header:after, .index .logo:after, footer:after, .sec:after, .sec #wrapper:after, table:after, .sec section:after, .sec article:after, .sec header:after, .sec .logo:after {
  content: "";
  display: table;
  clear: both;
}

.index #wrapper > section > article h1 > a, .index #wrapper > section:nth-child(1) > article > header > .logo > h1 a, .sec #wrapper > section > article h1 > a, .sec #wrapper > section:nth-child(1) > article > header > .logo > h1 a {
  text-indent: -9999px;
}

.flt_left {
  float: left;
}

.flt_right {
  float: right;
}

/*==default begine==*/
body {
	letter-spacing: 0px;
	color: #323232;
	font-family: "Microsoft JhengHei", Verdana, Arial;
	font-size: 16px;
}

body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body.sec {
	background-color: #F4F8F9;
}

/*==layout begine==*/
.index, .index #wrapper, .index section, .index header, .index .logo, footer, .sec, .sec #wrapper, table, .sec section, .sec article, .sec header, .sec .logo {
  width: 100%;
}

#wrapper {
  margin: 0px auto;
  position: relative;
}
#wrapper > section > article {
  margin: 0px auto;
	width: 950px;
}
#wrapper > section > article h1 {
  line-height: 1;
  /*text-align: center;*/
}
#wrapper > section > article h1 > a {
  display: inline-block;
	font-size: 30px;
	font-weight: 700;
	color: #2E44AA;
	text-decoration: none;
}
#wrapper > section > article h1 > a span{
  font-weight: 400;
}

#wrapper > section:nth-child(1) article {
  height: 636px;
}

#wrapper > section:nth-child(1) > article:after {
  content: "";
  display: table;
  clear: both;
}

#wrapper > section:nth-child(1) > article > header{
  display: flex;
}

#wrapper > section:nth-child(1) > article > header > .logo {
  width: 35%;
  /*height: 116px;*/
  display: inline-block;
	line-height: 1;
	padding-top: 12px;
}

#wrapper > section:nth-child(1) > article > header > .logo > h1:first-of-type a {
  width: 134px;
  height: 34px;
  background-image: url("../images/itri_logo1.svg");
  background-repeat: no-repeat;
  background-position: left top;
  display: inline-block;
  margin-bottom: 17px;
}

#wrapper > section:nth-child(1) > article > header > .logo > h1:last-of-type a {
  text-indent: 0px;
}

#wrapper > section:nth-child(1) > article > nav {
  position: relative;
}
#wrapper > section:nth-child(1) > article > nav ul {
  *zoom: 1;
  width: 100%;
  padding-left: 1.4%;
  padding-right: 1.4%;
  margin-left: auto;
  margin-right: auto;
  margin: 0px auto;
  height: 40px;
  clear: both;
}
#wrapper > section:nth-child(1) > article > nav ul:after {
  content: "";
  display: table;
  clear: both;
}
#wrapper > section:nth-child(1) {
  height: 636px;
  position: relative;
  /*background-color: #efeee8;*/
  background-image: url("../images/bg_header_SafetyEducation.png");
  background-repeat: no-repeat;
  background-position: top center;
}

#wrapper > section:nth-child(1) article > header {
  width: 950px;
  margin: 0px auto;
}

.index #wrapper > section:nth-child(2) {
	position: relative;
	background-image: url("../images/bg-index-section2.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	min-height: 612px;
}
.index #wrapper > section:nth-child(2) article {
	padding-top: 25px;
}
.index #wrapper > section:nth-child(2) article:after {
	content: "";
	display: table;
	clear: both;
}

.index #wrapper > section:nth-child(2) article .Qualified-Personnel,
.index #wrapper > section:nth-child(2) article .Personnel-info{
	display: flex;
}

.index #wrapper > section:nth-child(2) article .Qualified-Personnel{
	margin-bottom: 50px;
}

.index #wrapper > section:nth-child(2) article .Personnel-info{
	margin-bottom: 70px;
}

.index #wrapper > section:nth-child(2) article .Qualified-Personnel div:first-of-type{
	width: 340px;
}

.index #wrapper > section:nth-child(2) article .Qualified-Personnel div:last-of-type{
	width: calc(100% - 340px);
	padding-top: 50px;
}

.index #wrapper > section:nth-child(2) article .Qualified-Personnel div:last-of-type .Qualified-Personnel__title{
	color: #394C37;
	font-size: 36px;
	font-weight: 700;
	line-height: normal; 
}

.index #wrapper > section:nth-child(2) article .Qualified-Personnel div:last-of-type .Qualified-Personnel__abstract{
	color: #323232;
	font-size: 20px;
	font-weight: 400;
	line-height: 160%;
}

.index #wrapper > section:nth-child(2) article .Qualified-Personnel div:last-of-type .btn1b{
	float: right;
}

.index #wrapper > section:nth-child(2) article .Personnel-info{
	gap: 2rem;
}

.index #wrapper > section:nth-child(2) article .Personnel-info div{
	width: 50%;
}

.index #wrapper > section:nth-child(2) article .Personnel-info div img{
	position: relative;
	z-index: 20;
	margin: 0px 0px 0px 30px;
}

.index #wrapper > section:nth-child(2) article .Personnel-info div div{
	width: 100%;
	padding: 40px 48px;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.70);
	box-shadow: 4px 4px 25px 0 rgba(17, 118, 244, 0.24);
	position: relative;
	top: -34px;
	height: calc(100% - 34px);
}

.index #wrapper > section:nth-child(2) article .Personnel-info div div h3{
	text-align: center;
}

.index #wrapper > section:nth-child(2) article .Personnel-info div div h3 span{
	display: inline-block;
	color: #000;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: normal;
	padding-bottom: 6px;
	margin-bottom: 10px;
	background: linear-gradient(to bottom, transparent calc(100% - 4px), #FBC92E 0);
}

.index #wrapper > section:nth-child(2) article .Personnel-info div div ul li{
	padding: 10px 24px;
	border-bottom: 1px solid #EAEADE;
	line-height: 200%;
	font-size: 1.25rem;
}

/*.index #wrapper > section:nth-child(2) article .Personnel-info div div h3::after{
	content:"";
	background: linear-gradient(to bottom, transparent calc(100% - 4px), #FBC92E 0);
	width: 100%;
	height: 4px;
 	display: block;
}*/

#wrapper > section:nth-child(3) {
  position: relative;
  background-color: #ffffff;
}

#wrapper section:nth-child(3) .company_logo {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	
}
#wrapper section:nth-child(3) .company_logo a{
	display: inline-block;
	width: calc(100% / 3);
	text-align: center;
	margin: 10px 0px;
}
#wrapper section:nth-child(3) .company_logo a:nth-child(3n+2){
	border-right: 1px solid #B0B0B6;
	border-left: 1px solid #B0B0B6;
}

.sec #wrapper > section:nth-child(1) {
  height: 116px;
  position: relative;
  /*background-color: #efeee8;*/
  background-image: url("../images/bg_header_SafetyEducation2.png");
  background-repeat: no-repeat;
  background-position: top center;
}

.sec #wrapper > section:nth-child(1) article {
  height: auto;
}

/*.sec #wrapper {
  margin: 0px auto;
  position: relative;
}
.sec #wrapper > section > article {
  margin: 0px auto;
}
.sec #wrapper > section > article h1 {
  font-size: 42px;
  color: #101010;
  line-height: 1.523;
  text-align: center;
}
.sec #wrapper > section > article h1 > a {
  display: inline-block;
}*/
/*.sec #wrapper > section:nth-child(1) > article {
  *zoom: 1;
  width: 100%;
  padding-left: 1.4%;
  padding-right: 1.4%;
  margin-left: auto;
  margin-right: auto;
}
.sec #wrapper > section:nth-child(1) > article:after {
  content: "";
  display: table;
  clear: both;
}
.sec #wrapper > section:nth-child(1) > article > header > .logo {
  width: 50%;
  height: 116px;
  display: inline-block;
  background-image: url("../images/bg_logo.png");
  background-repeat: no-repeat;
  background-position: top left;
}
.sec #wrapper > section:nth-child(1) > article > header > .logo > h1 a {
  width: 100%;
  height: 58px;
  display: inline-block;
}
.sec #wrapper > section:nth-child(1) > article > nav {
  position: relative;
}
.sec #wrapper > section:nth-child(1) > article > nav ul {
  *zoom: 1;
  width: 100%;
  padding-left: 1.4%;
  padding-right: 1.4%;
  margin-left: auto;
  margin-right: auto;
  margin: 0px auto;
  height: 40px;
  clear: both;
}
.sec #wrapper > section:nth-child(1) > article > nav ul:after {
  content: "";
  display: table;
  clear: both;
}*/
/*.sec #wrapper > section:nth-child(2) {
  position: relative;
  background-color: white;
}
.sec #wrapper > section:nth-child(2) article {
  *zoom: 1;
  width: 100%;
  padding-left: 1.4%;
  padding-right: 1.4%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2%;
}*/
.sec #wrapper > section:nth-child(2) article:after {
  content: "";
  display: table;
  clear: both;
}
.sec #wrapper > section:nth-child(2) article article {
  width: 100%;
  padding: 0px 2.5% 2.125rem 2.5%;
}

.sec #wrapper aside {
  width: 15.2%;
  margin-top: 1.125rem;
}
.sec #wrapper .main {
  width: 83.4%;
  height: 100%;
}
.sec #wrapper .main > article {
  width: 100%;
  background-color: white;
  padding: 0px 2.5%;
  line-height: 2;
}

/*@import "btn";*/
footer {
  background-color: #434340;
}
footer .copyright {
	width: 950px;
	margin: 0px auto;
	color: white;
	text-align: center;
	padding: 18px 0px;
	font-size: 0.9375rem;
	line-height: 1.5;
}

.copyright > a,
.copyright > a:hover,
.copyright > a:visited{
	color: #FFFFFF;
}

/*footer address > figure {
  float: left;
  width: 540px;
  padding: 64px 0px;
}
footer address > figure a {
  display: inline-block;
}
footer address > span {
  text-align: center;
  width: 950px;
}
footer address >span > img {
  float: right;
  vertical-align: bottom;
}*/
