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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  font-family: Microsoft JhengHei;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

@media screen and (min-width: 1201px) {
  h1 {
    font-size: 33px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 21px;
  }
  h5 {
    font-size: 19px;
  }
  h6,
  p,
  div,
  button,
  li,
  th,
  td {
    font-size: 17px;
  }
  p.notice {
    font-size: 14px;
  }
}

@media screen and (min-width: 993px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 27px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 20.5px;
  }
  h5 {
    font-size: 18.5px;
  }
  h6,
  p,
  div,
  button,
  li,
  th,
  td {
    font-size: 17px;
  }
  p.notice {
    font-size: 14px;
  }
}

@media screen and (max-width: 992px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 27px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 20.5px;
  }
  h5 {
    font-size: 18.3px;
  }
  h6,
  p,
  div,
  button,
  li,
  th,
  td {
    font-size: 16.8px;
  }
  p.notice {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 25px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 19px;
  }
  h5 {
    font-size: 17px;
  }
  h6,
  p,
  div,
  button,
  li,
  th,
  td {
    font-size: 15.5px;
  }
  p.notice {
    font-size: 13.5px;
  }
}

@media screen and (max-width: 585px) {
  h1 {
    font-size: 28.8px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 19.2px;
  }
  h4 {
    font-size: 18.3px;
  }
  h5 {
    font-size: 16.3px;
  }
  h6,
  p,
  div,
  button,
  li,
  th,
  td {
    font-size: 15px;
  }
  p.notice {
    font-size: 13px;
  }
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 27px;
  }
  h2 {
    font-size: 22.5px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 17px;
  }
  h5 {
    font-size: 15.3px;
  }
  h6,
  p,
  div,
  button,
  li,
  th,
  td {
    font-size: 14px;
  }
  p.notice {
    font-size: 12.5px;
  }
}

@media screen and (max-width: 376px) {
  h1 {
    font-size: 25px;
  }
  h2 {
    font-size: 21px;
  }
  h3 {
    font-size: 17px;
  }
  h4 {
    font-size: 16px;
  }
  h5 {
    font-size: 14.5px;
  }
  h6,
  p,
  div,
  button,
  li,
  th,
  td {
    font-size: 13.5px;
  }
  p.notice {
    font-size: 12px;
  }
}

h1 {
  font-weight: 900;
}

h2 {
  font-weight: 800;
}

h3 {
  font-weight: 700;
}

h4,
h5,
h6 {
  font-weight: 600;
}

h1 {
  color: #1a1b18;
}

h2,
h3,
h4 {
  color: #42443c;
}

h5,
h6 {
  color: #5c5f54;
}

p,
td,
th,
ul,
li {
  color: #5c5f54;
}

p a,
td a,
th a,
ul a,
li a {
  color: #5c5f54;
}

div.lightBox .turnOff a {
  color: #5c5f54;
}

a:hover {
  color: #42443c;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

header {
  background: -webkit-gradient(linear, left top, left bottom, from(#ecf0db), to(#d8e0b8));
  background: linear-gradient(#ecf0db, #d8e0b8);
}

header#forMeta {
  width: 100%;
  display: none;
}

header#fixedHeader {
  width: 100%;
  opacity: 1.0;
  -webkit-filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.2));
  position: fixed;
  top: 0px;
  left: 0px;
}

ul.topIcons img#Phone {
  -webkit-filter: grayscale(0.87);
          filter: grayscale(0.87);
}

ul.topIcons img#Phone:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
}

@media screen and (min-width: 993px) {
  ul.topIcons {
    height: 20px;
  }
  ul.topIcons li {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  ul.topIcons {
    padding: 10px 0px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  ul.topIcons li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 900;
  }
  ul.topIcons li a {
    text-decoration: none;
    color: #282828;
  }
  ul.topIcons li a img#Logo {
    width: 36px;
    position: relative;
    top: 3px;
  }
  ul.topIcons li img {
    margin: 0px 10px;
    width: 32px;
  }
  ul.topIcons li img#Phone {
    width: 40px;
  }
  ul.topIcons li img#Menu_x {
    display: none;
  }
  ul.topIcons li:last-child {
    text-align: right;
  }
}

@media screen and (min-width: 993px) {
  ul.topIcons li {
    font-size: 26px;
  }
  ul.topIcons li div p {
    font-size: 19px;
  }
}

@media screen and (max-width: 992px) {
  ul.topIcons li {
    font-size: 25px;
  }
  ul.topIcons li div p {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  ul.topIcons li {
    font-size: 24px;
  }
}

@media screen and (max-width: 585px) {
  ul.topIcons li {
    font-size: 23px;
  }
}

ul.nav {
  padding: 2px;
}

ul.nav li a {
  color: #3d443c;
}

ul.nav li div {
  display: none;
}

ul.nav li:hover {
  font-weight: 700;
}

ul.nav li:hover div {
  display: block;
}

ul.nav li:hover div p {
  text-shadow: none;
  font-weight: normal;
}

ul.nav li.focus {
  font-weight: 700;
}

ul.nav li.focus a {
  color: #2d7227;
}

ul.nav li.focus p {
  font-weight: normal;
}

ul.nav li.focus p a {
  color: #3d443c;
}

ul.nav li.focus p.focus {
  font-weight: 700;
}

ul.nav li.focus p.focus a {
  color: #7b1e1e;
}

ul.nav li.focus:hover {
  font-weight: 0;
}

ul.nav li.focus:hover a {
  text-shadow: none;
}

ul.nav li div p:hover {
  font-weight: 700;
}

ul.nav li#liLogo {
  font-weight: 900;
}

ul.nav li#liLogo img {
  height: 40px;
}

@media screen and (min-width: 993px) {
  ul.nav {
    height: 26px;
    padding: 10px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  ul.nav li {
    padding: 0px 10px;
  }
  ul.nav li div {
    background-color: rgba(244, 245, 240, 0.9);
    padding: 10px  10px 0px 10px;
  }
  ul.nav li div p {
    padding: 10px 0px;
    border-bottom: 1px dashed #c8c8c8;
  }
  ul.nav li div p:last-child {
    border-bottom: none;
  }
  ul.nav li#liLogo {
    position: relative;
    top: -20px;
  }
  ul.nav li#liLogo:hover img {
    -webkit-filter: drop-shadow(4px 4px 2px #9c9e94);
            filter: drop-shadow(4px 4px 2px #9c9e94);
  }
  ul.nav li#phoneDesk {
    position: absolute;
    top: 2px;
    right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  ul.nav li#phoneDesk img {
    height: 32px;
  }
  ul.nav li#phoneDesk a {
    color: #7b1e1e;
    font-weight: 600;
  }
}

@media screen and (max-width: 992px) {
  ul.nav li {
    margin: 0 auto;
    width: 60%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 1px dashed #c8c8c8;
    padding: 10px 0px;
    text-align: center;
  }
  ul.nav li div {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  ul.nav li div p {
    padding-top: 10px;
    font-weight: normal;
  }
  ul.nav li#liLogo {
    display: none;
  }
  ul.nav li:last-child {
    border-bottom: none;
  }
  ul.nav li#phoneDesk {
    display: none;
  }
}

ul.nav li.dropDown div p:hover {
  font-weight: 600;
}

@media screen and (min-width: 993px) {
  ul.nav li {
    font-size: 23px;
  }
  ul.nav li div p {
    font-size: 19px;
  }
  ul.nav li a.red {
    font-size: 16.5px;
  }
  ul.nav li#liLogo {
    font-size: 26px;
  }
}

@media screen and (max-width: 992px) {
  ul.nav li {
    font-size: 22px;
  }
  ul.nav li div p {
    font-size: 18px;
  }
  ul.nav li#liLogo {
    font-size: 25px;
  }
}

@media screen and (max-width: 768px) {
  ul.nav li {
    font-size: 21px;
  }
  ul.nav li div p {
    font-size: 17px;
  }
  ul.nav li#liLogo {
    font-size: 24.5px;
  }
}

@media screen and (max-width: 585px) {
  ul.nav li {
    font-size: 20px;
  }
  ul.nav li div p {
    font-size: 16px;
  }
  ul.nav li#liLogo {
    font-size: 23.4px;
  }
}

@media screen and (max-width: 480px) {
  ul.nav li {
    font-size: 19px;
  }
  ul.nav li div p {
    font-size: 16px;
  }
  ul.nav li#liLogo {
    font-size: 22.2px;
  }
}

@media screen and (max-width: 376px) {
  ul.nav li {
    font-size: 18px;
  }
  ul.nav li div p {
    font-size: 16px;
  }
  ul.nav li#liLogo {
    font-size: 21px;
  }
}

h1,
h2 {
  text-align: center;
}

.MarginTop30 {
  margin-top: 30px;
}

@media screen and (min-width: 1201px) {
  h1 {
    margin-top: 60px;
  }
  h2 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 1200px) {
  h1 {
    margin-top: 58.5px;
  }
  h2 {
    margin-top: 39px;
  }
}

@media screen and (max-width: 992px) {
  h1 {
    margin-top: 57px;
  }
  h2 {
    margin-top: 38px;
  }
}

@media screen and (max-width: 768px) {
  h1 {
    margin-top: 56px;
  }
  h2 {
    margin-top: 37px;
  }
}

@media screen and (max-width: 585px) {
  h1 {
    margin-top: 54px;
  }
  h2 {
    margin-top: 36px;
  }
}

@media screen and (max-width: 480px) {
  h1 {
    margin-top: 53px;
  }
  h2 {
    margin-top: 35px;
  }
}

.bold {
  font-weight: 700;
  color: #3d443c;
}

ul.footer {
  background: -webkit-gradient(linear, left top, left bottom, from(#ecf0db), to(#d8e0b8));
  background: linear-gradient(#ecf0db, #d8e0b8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 16px;
  padding: 14px 0px;
}

ul.footer li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

ul.footer li a {
  color: #42443c;
}

ul.footer li a img {
  height: 30px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

ul.footer li a img#footerPhone {
  margin-right: 0;
}

ul.footer li a:hover {
  font-weight: 700;
}

ul.footer li a:hover img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  -webkit-filter: drop-shadow(6px 6px 2px #9c9e94);
          filter: drop-shadow(6px 6px 2px #9c9e94);
}

ul.footer li.logo {
  width: 100%;
  text-align: center;
  font-weight: 900;
}

ul.footer li.logo a {
  color: #1a1b18;
}

ul.footer li.logo a img {
  margin-right: 0px;
  position: relative;
  top: 3px;
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

ul.footer li.logo a:hover {
  -webkit-filter: drop-shadow(6px 6px 2px #9c9e94);
          filter: drop-shadow(6px 6px 2px #9c9e94);
}

@media screen and (min-width: 377px) {
  ul.footer li {
    padding: 10px;
  }
  ul.footer li a img {
    margin: 2px 4px;
    height: 30px;
  }
  ul.footer li.logo img {
    width: 44px;
    height: 44px;
  }
}

@media screen and (max-width: 376px) {
  ul.footer li {
    padding: 10px 0px;
  }
  ul.footer li a img {
    margin: 2px;
    height: 26px;
  }
  ul.footer li.logo img {
    width: 38px;
    height: 38px;
  }
}

@media screen and (min-width: 993px) {
  ul.footer li.logo {
    font-size: 23px;
  }
}

@media screen and (max-width: 992px) {
  ul.footer li.logo {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  ul.footer li.logo {
    font-size: 21px;
  }
}

@media screen and (max-width: 585px) {
  ul.footer li.logo {
    font-size: 20px;
  }
}

@media screen and (max-width: 480px) {
  ul.footer li.logo {
    font-size: 19px;
  }
}

@media screen and (max-width: 376px) {
  ul.footer li.logo {
    font-size: 18px;
  }
}

div.principle {
  margin: 10px auto 0 auto;
  width: 94%;
  max-width: 900px;
}

div.principle p {
  margin-bottom: 16px;
  text-indent: 16px;
  line-height: 1.4;
}

div.principle p span.bold {
  font-weight: 900;
  color: #2d7227;
}

.ulLicense {
  margin: 0px auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ulLicense li {
  margin-bottom: 20px;
  width: 220px;
}

.ulLicense li img {
  display: block;
  margin: 0 auto;
  width: 80%;
}

.ulLicense li p {
  margin-top: 10px;
  text-align: center;
}

.ulLicense li:hover img {
  -webkit-filter: drop-shadow(3px 12px 2px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(3px 12px 2px rgba(0, 0, 0, 0.3));
}

.ulLicense li:hover p {
  font-weight: 800;
}

.licenseHide {
  display: none;
}

.ltBxLicense {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ecf0db;
  width: 100%;
  height: 100%;
}

.ltBxLicense h3.licenseTurnOff {
  color: #2d7227;
}

.ltBxLicense h3.Upper {
  padding: 10px 20px;
  text-align: right;
}

.ltBxLicense h3.Lower {
  position: fixed;
  right: 0px;
  bottom: 0px;
  padding: 20px;
  text-align: right;
}

.ltBxLicense img#mainImg {
  display: block;
  margin: 0 auto;
  width: 96%;
  max-width: 480px;
}

.ltBxLicense div.icons {
  width: 40%;
}

.ltBxLicense div.icons img {
  width: 20px;
  height: 100%;
  opacity: 0.5;
}

.ltBxLicense div.icons:hover img {
  opacity: 1.0;
  -webkit-filter: drop-shadow(0px 10px 4px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(0px 10px 4px rgba(0, 0, 0, 0.6));
}

.ltBxLicense div#Pre {
  position: fixed;
  top: 90px;
}

.ltBxLicense div#Pre img {
  position: absolute;
  top: 0;
  left: 10%;
}

.ltBxLicense div#Next {
  position: fixed;
  top: 90px;
  right: 0px;
}

.ltBxLicense div#Next img {
  position: absolute;
  top: 0;
  right: 10%;
}

div#displayArea {
  width: 100%;
  position: relative;
}

#slideBoard {
  margin: 0 auto 20px auto;
  overflow: hidden;
  position: relative;
}

#slideBoard #content {
  position: relative;
  left: 15px;
}

#slideBoard #content li {
  width: 300px;
  height: 450px;
  overflow: hidden;
  float: left;
}

#slideBoard #content li img {
  width: 90%;
  border-radius: 3px;
}

#slideBoard #content li:hover {
  -webkit-filter: drop-shadow(3px 12px 2px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(3px 12px 2px rgba(0, 0, 0, 0.3));
}

div.Control {
  height: 450px;
  position: absolute;
  top: 0px;
}

div.Control img {
  width: 30px;
  height: 100%;
  opacity: 0.5;
}

div.Control:hover img {
  opacity: 1.0;
  -webkit-filter: drop-shadow(0px 10px 4px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(0px 10px 4px rgba(0, 0, 0, 0.6));
}

#btnRight {
  right: 0px;
}

#btnRight img {
  display: block;
  position: absolute;
  right: 0;
}

@media screen and (min-width: 1501px) {
  #slideBoard {
    width: 1500px;
  }
  div.Control {
    width: 100px;
  }
}

@media screen and (max-width: 1500px) {
  #slideBoard {
    width: 1200px;
  }
  div.Control {
    width: 100px;
  }
}

@media screen and (max-width: 1200px) {
  #slideBoard {
    width: 900px;
  }
  div.Control {
    width: 90px;
  }
}

@media screen and (max-width: 900px) {
  #slideBoard {
    width: 600px;
  }
  div.Control {
    width: 80px;
  }
}

@media screen and (max-width: 600px) {
  #slideBoard {
    width: 300px;
  }
  div.Control {
    width: 70px;
  }
}

@media screen and (max-width: 480px) {
  div.Control {
    width: 60px;
  }
}

@media screen and (max-width: 376px) {
  div.Control {
    width: 40px;
  }
}

div.lightBox {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ecf0db;
  width: 100%;
}

div.lightBox h3.turnOff {
  color: #2d7227;
  text-align: right;
}

div.lightBox h3.Upper {
  padding: 10px 20px;
}

div.lightBox h3.Lower {
  padding: 40px 20px 10px 20px;
  color: #5c5f54;
  position: fixed;
  bottom: 0px;
  right: 0px;
}

div.lightBox div.dashBoard {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

div.lightBox div.dashBoard ul#imgList {
  margin: 0 auto;
}

div.lightBox div.dashBoard ul#imgList li {
  width: 100%;
  display: none;
}

div.lightBox div.dashBoard ul#imgList li img {
  width: 100%;
}

div.lightBox div.dashBoard ul#imgList li.show {
  display: block;
}

.LBxCtrl {
  width: 33%;
}

.LBxCtrl img {
  height: 100%;
  opacity: 0.5;
}

.LBxCtrl:hover img {
  opacity: 1.0;
  -webkit-filter: drop-shadow(0px 10px 4px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(0px 10px 4px rgba(0, 0, 0, 0.6));
}

#toLeft {
  z-index: 1;
  position: relative;
}

#toLeft img {
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
}

#toRight {
  position: relative;
}

#toRight img {
  display: block;
  position: fixed;
  top: 0px;
  right: 0px;
}

.hide {
  display: none;
}

@media screen and (min-width: 377px) {
  ul#imgList {
    width: 450px;
  }
  .LBxCtrl img {
    width: 30px;
  }
}

@media screen and (max-width: 376px) {
  ul#imgList {
    width: 90%;
  }
  .LBxCtrl {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .LBxCtrl img {
    width: 20px;
  }
}
/*# sourceMappingURL=about.css.map */