﻿@charset "UTF-8";

.fullimg {
   margin:0;padding:0;width:60%;height:auto;
}

.imgtop {
   top:88px; left:-80px;
  }

.tx-green {
  color: #007b74;
}

.tx-red {
  color: #e50012;
}

.tx-gray {
  color: #595757;
}

.tx-light-green {
  color: #d9ecdb;
}

.tx-light-red {
  color: #fbe3d5;
}

.tx-dark-green {
  color: #5d8134;
}

.tx-dark-red {
  color: #c7161e;
}

.tx-blue-green {
  color: #009380;
}

.tx-blue {
  color: #005078;
}

.tx-brown {
  color: #935e29;
}

.tx-orange {
  color: #eea800;
}

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
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;
}

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

body {
  line-height: 1;
}

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;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
  text-decoration: none;
  color: inherit;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

label {
  display: inline-block;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*::before, *::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #666;
  line-height: 1.5;
  width: 100%;
}

body {
  -webkit-text-size-adjust: none;
}

.container {
  position: relative;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.container:after {
  content: " ";
  display: block;
  clear: both;
}
.container.laptop-l {
  max-width: 1440px;
}
.container.laptop-p {
  max-width: 1130px;
}
.container.laptop {
  max-width: 1024px;
}
.container.laptop-s {
  max-width: 930px;
}
.container.tablet {
  max-width: 768px;
}
.container.tablet-s {
  max-width: 600px;
}
.container.mobile {
  max-width: 360px;
}
@media (max-width: 1440px) {
  .container {
    padding: 0 20px;
  }
  .container .no-pd {
    padding: 0;
  }
}
@media (max-width: 425px) {
  .container {
    padding: 0 15px;
  }
  .fullimg {
   margin:0;padding:0;width:50%;height:auto;
  }
  .imgtop {
   top:60px; left:0px;
  }
}

::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

::-webkit-scrollbar-thumb {
  background: #007b74;
}

::-webkit-scrollbar-track {
  background: #7fbdb9;
}

body {
  scrollbar-face-color: #007b74;
  scrollbar-track-color: #7fbdb9;
}

@media (max-width: 1280px) {
  ::-webkit-scrollbar {
    width: 0;
    height: 0;
  }

  ::-webkit-scrollbar-thumb {
    background: #666;
  }

  ::-webkit-scrollbar-track {
    background: #b2b2b2;
  }

  body {
    scrollbar-face-color: #666;
    scrollbar-track-color: #b2b2b2;
  }
}
.page-title {
  margin-bottom: 40px;
  text-align: center;
}
.page-title h1 {
  font-size: 30px;
  color: #007b74;
}
@media (max-width: 425px) {
  .page-title h1 {
    font-size: 25px;
  }
}
.page-title .sub {
  margin-top: 10px;
  font-size: 14px;
  color: #666;
  line-height: 1.2;
}

.web-path .item {
  display: inline-block;
  vertical-align: middle;
}
.web-path .item + .item:before {
  content: '>';
  display: inline-block;
  margin: 0 5px;
}

#page-tabs {
  font-size: 0;
}
#page-tabs .tab {
  display: inline-block;
  padding: 10px 1.5%;
  margin-bottom: 10px;
  border-left: 1px solid #007b74;
  font-size: 21px;
  color: #666;
  background-color: transparent;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#page-tabs .tab:hover {
  color: #009380;
}
#page-tabs .tab.selected {
  background-color: #007b74;
  color: #fff;
}
#page-tabs .tab:last-of-type {
  border-right: 1px solid #007b74;
}
@media (max-width: 1024px) {
  #page-tabs .tab {
    padding: 7px 1.5%;
    margin-bottom: 7px;
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  #page-tabs .tab {
    padding: 4px 1.5%;
    margin-bottom: 4px;
    font-size: 16px;
  }
}
@media (max-width: 425px) {
  #page-tabs .tab {
    display: none;
  }
}
#page-tabs .mobile {
  display: none;
  font-size: 15px;
}
#page-tabs .mobile select {
  width: 80%;
}
@media (max-width: 425px) {
  #page-tabs .mobile {
    display: block;
  }
}
/* 20170725 - 新增右上方語系切換功能 --Start-- */
#page-tabs1 {
  font-size: 0;
}
#page-tabs1 .tab {
  display: inline-block;
  padding: 10px 1.5%;
  margin-bottom: 10px;
  border-left: 1px solid #007b74;
  font-size: 21px;
  color: #666;
  background-color: transparent;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#page-tabs1 .tab:hover {
  color: #009380;
}
#page-tabs1 .tab.selected {
  background-color: #007b74;
  color: #fff;
}
#page-tabs1 .tab:last-of-type {
  border-right: 1px solid #007b74;
}
@media (max-width: 1024px) {
  #page-tabs1 .tab {
    padding: 7px 1.5%;
    margin-bottom: 7px;
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  #page-tabs1 .tab {
    padding: 4px 1.5%;
    margin-bottom: 4px;
    font-size: 16px;
  }
}
@media (max-width: 425px) {
  #page-tabs1 .tab {
    display: none;
  }
}
#page-tabs1 .mobile {
  display: none;
  font-size: 15px;
}
#page-tabs1 .mobile select {
  width: 80%;
}
@media (max-width: 425px) {
  #page-tabs1 .mobile {
    display: block;
  }
}
/* 20170725 - 新增右上方語系切換功能 --End-- */
.hr-template, hr, .sep, .section-title, .article-title {
  position: relative;
  width: 100%;
  border: 0;
  border-bottom: 2px solid #007b74;
}
.hr-template:before, hr:before, .sep:before, .section-title:before, .article-title:before {
  content: '';
  position: absolute;
  height: 2px;
  left: 0;
  bottom: -2px;
  width: 15%;
  background-color: #eea800;
}

hr {
  height: 2px;
}

.sep {
  width: 270px;
}

.section-title {
  position: relative;
  *zoom: 1;
  padding-bottom: 10px;
  margin-bottom: 25px;
  font-size: 30px;
  color: #231815;
}
.section-title:before {
  content: "";
  display: table;
}
.section-title:after {
  content: "";
  display: table;
  clear: both;
}
.section-title .icon {
  margin: 0 10px;
}
.section-title .append {
  float: right;
}
@media (max-width: 1024px) {
  .section-title {
    font-size: 27px;
  }
}
@media (max-width: 768px) {
  .section-title {
    font-size: 24px;
  }
}
@media (max-width: 425px) {
  .section-title {
    font-size: 21px;
  }
}

.section-title.style-tab {
  font-size: 0;
}
.section-title.style-tab:before {
  content: none;
}
.section-title.style-tab .append {
  position: absolute;
  right: 0;
  top: 0;
}
.section-title.style-tab .tab {
  position: relative;
  display: inline-block;
  min-width: 135px;
  font-size: 21px;
  color: #231815;
  text-align: center;
  cursor: pointer;
}
.section-title.style-tab .tab:before {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: -13px;
  width: 0;
  height: 4px;
  background-color: #eea800;
}
.section-title.style-tab .tab.selected:before, .section-title.style-tab .tab:hover:before {
  width: 100%;
  left: 0;
  right: 0;
}
@media (max-width: 768px) {
  .section-title.style-tab .tab {
    font-size: 18px;
    min-width: 110px;
  }
}
@media (max-width: 425px) {
  .section-title.style-tab .tab {
    font-size: 16px;
    min-width: initial;
    width: 33.3333%;
    padding: 0 5px;
  }
}

.article-title {
  position: relative;
  font-size: 24px;
  color: #007b74;
  line-height: 1.6;
}
.article-title .append-date {
  float: right;
  font-size: 0.8em;
  color: #009380;
}
.article-title .fa-chevron-right {
  font-size: 0.85em;
  margin-right: 20px;
}
@media (max-width: 1024px) {
  .article-title {
    font-size: 21px;
  }
  .article-title .fa-chevron-right {
    margin-right: 15px;
  }
}
@media (max-width: 425px) {
  .article-title {
    font-size: 18px;
  }
  .article-title .fa-chevron-right {
    margin-right: 10px;
  }
  .article-title .append-date {
    position: absolute;
    right: 0;
    bottom: -27px;
  }
}

th {
  font-weight: normal;
  white-space: nowrap;
}

span {
  display: inline-block;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.bold {
  font-weight: bold;
}

.al-r {
  text-align: right;
}

.al-c {
  text-align: center;
}

.al-l {
  text-align: left;
}

.fl-r {
  float: right;
}

.fl-l {
  float: left;
}

img.full {
  width: 100%;
}

img.adj {
  max-width: 100%;
}

.bg-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.h400 {
  min-height: 400px;
}

.h600 {
  min-height: 600px;
}

.vl-container-top > * {
  display: inline-block;
  vertical-align: top;
}

.vl-container-middle > * {
  display: inline-block;
  vertical-align: middle;
}

.vl-container-bottom > * {
  display: inline-block;
  vertical-align: bottom;
}

.transition, .pagination, .pagination .page, textarea,
select,
input[type=text],
input[type=password],
input[type=tel],
input[type=url],
input[type=search],
input[type=email] {
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.transition:before, .pagination:before, .pagination .page:before, textarea:before,
select:before,
input[type=text]:before,
input[type=password]:before,
input[type=tel]:before,
input[type=url]:before,
input[type=search]:before,
input[type=email]:before {
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.justify {
  text-align: justify;
  font-size: 0;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
  /*IE9*/
  -moz-text-align-last: justify;
  /*Firefox*/
  -webkit-text-align-last: justify;
  /*Chrome*/
}
.justify:after {
  content: '';
  display: inline-block;
  width: 100%;
}

.mgt-s {
  margin-top: 30px;
}

.mgt-m {
  margin-top: 50px;
}

.mgt-l {
  margin-top: 70px;
}

.mgt-xl {
  margin-top: 100px;
}

.mgb-s {
  margin-bottom: 30px;
}

.mgb-m {
  margin-bottom: 50px;
}

.mgb-l {
  margin-bottom: 70px;
}

.mgb-xl {
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .mgt-s {
    margin-top: 20px;
  }

  .mgt-m {
    margin-top: 40px;
  }

  .mgt-l {
    margin-top: 55px;
  }

  .mgt-xl {
    margin-top: 80px;
  }

  .mgb-s {
    margin-bottom: 20px;
  }

  .mgb-m {
    margin-bottom: 40px;
  }

  .mgb-l {
    margin-bottom: 55px;
  }

  .mgb-xl {
    margin-bottom: 80px;
  }
}
#scrollUp {
  top: 0;
  display: block;
  width: 48px;
  height: 48px;
  background: url("../img/com/top.png") no-repeat;
  background-size: 48px 48px;
  margin-top: 15px;
  cursor: pointer;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#scrollUp:hover {
  position: relative;
  top: -3px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 425px) {
  #scrollUp {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
  }
}

.btn-template, .btn, .btn-r {
  display: inline-block;
  border: 0;
  outline: 0;
  border: 1px solid 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #666;
  line-height: 1;
  margin-bottom: 10px;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.btn-template + .btn-template, .btn + .btn-template, .btn-r + .btn-template, .btn-template + .btn, .btn + .btn, .btn-r + .btn, .btn-template + .btn-r, .btn + .btn-r, .btn-r + .btn-r {
  margin-left: 2%;
}
.btn-template.type-1, .type-1.btn, .type-1.btn-r {
  background-color: #007b74;
  padding: 10px 30px;
  color: #fff;
}
.btn-template.type-1:hover, .type-1.btn:hover, .type-1.btn-r:hover {
  background-color: #eea800;
}

.btn {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.btn-r {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}

.btn-return {
  display: inline-block;
  width: 165px;
  height: 70px;
  background: url("../img/com/btn_return.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 40px;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
@media (max-width: 425px) {
  .btn-return {
    height: 60px;
    padding-top: 35px;
    font-size: 14px;
  }
}

.pagination {
  position: relative;
  text-align: center;
}
.pagination .page, .pagination .prev, .pagination .next {
  display: inline-block;
  vertical-align: bottom;
}
.pagination .page:hover, .pagination .page.current, .pagination .prev:hover, .pagination .prev.current, .pagination .next:hover, .pagination .next.current {
  color: #007b74;
}
.pagination .page {
  padding: 0 8px;
  font-size: 20px;
  color: #595757;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .pagination .page {
    font-size: 18px;
  }
}
.pagination .page-list {
  padding: 0 30px;
}
.pagination .prev, .pagination .next {
  position: absolute;
  top: 0;
}
.pagination .prev path, .pagination .next path {
  fill: #666;
}
.pagination .prev:hover path, .pagination .next:hover path {
  fill: #007b74;
}
.pagination .prev circle, .pagination .next circle {
  stroke: #666;
}
.pagination .prev:hover circle, .pagination .next:hover circle {
  stroke: #007b74;
}
.pagination .prev {
  left: 0;
}
.pagination .next {
  right: 0;
}

.link:hover {
  text-decoration: underline;
}

.underline {
  text-decoration: underline;
}

.arrow-btn {
  cursor: pointer;
  margin: 0 5px;
}
.arrow-btn .svg path {
  fill: #666;
}
.arrow-btn .svg:hover path {
  fill: #007b74;
}
.arrow-btn .svg circle {
  stroke: #666;
}
.arrow-btn .svg:hover circle {
  stroke: #007b74;
}

select, textarea, input {
  outline: 0;
  background-color: transparent;
}

select {
  position: relative;
  background: url("../img/com/select.png") no-repeat transparent;
  background-position: 98% 50%;
  background-size: 10px 10px;
  cursor: pointer;
}

textarea.rh {
  resize: horizontal;
}
textarea.rv {
  resize: vertical;
}
textarea.rn {
  resize: none;
}

textarea,
select,
input[type=text],
input[type=password],
input[type=tel],
input[type=url],
input[type=search],
input[type=email] {
  padding: 5px 10px;
  min-height: 30px;
  border: 1px solid #999;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea:-moz-placeholder,
select:-moz-placeholder,
input[type=text]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=email]:-moz-placeholder {
  color: #aaa;
}
textarea::-moz-placeholder,
select::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=email]::-moz-placeholder {
  color: #aaa;
}
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder {
  color: #aaa;
}
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder {
  color: #aaa;
}
textarea:focus,
select:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=email]:focus {
  border-color: #009380;
}

select::-ms-expand {
  display: none;
}

input[type=radio], input[type=checkbox] {
  margin: 0 5px;
}

.inp-f {
  width: 100%;
}

.inp-adj {
  max-width: 100%;
}

.inp-zip,
.inp-qty {
  width: 50px;
  text-align: center;
}

.inp-dn, .county, .district, .zipcode {
  border: 0;
}

.inp-ds {
  border: 1px solid #ccc;
}

.inp-du {
  border-bottom: 1px solid #333333;
}

.county, .district, .zipcode {
  display: inline-block;
  width: 100%;
}

.table {
  display: table;
}

.tr {
  display: table-row;
}

.td {
  display: table-cell;
}

.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
.table-responsive th, .table-responsive td {
  white-space: nowrap;
}
@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #007b74;
  }
}

@media (max-width: 600px) {
  .table-responsive-seperate tr, .table-responsive-seperate td {
    display: block;
  }
  .table-responsive-seperate th {
    display: none;
  }
  .table-responsive-seperate td {
    position: relative;
    padding: 10px 10px 10px 90px;
    text-align: left;
  }
  .table-responsive-seperate td:first-of-type {
    padding-left: 90px;
  }
  .table-responsive-seperate td:before {
    position: absolute;
    content: attr(data-th);
    left: 10px;
    top: 10px;
    width: 80px;
    display: inline-block;
    white-space: nowrap;
  }
}

.responsive-remind {
  display: none;
  margin: 5px 0;
  color: #007b74;
  font-size: 0.8em;
  text-align: right;
}
@media (max-width: 768px) {
  .responsive-remind {
    display: block;
  }
}

article {
  font-size: 17px;
  line-height: 1.6;
  color: #666;
}
article.margin {
  margin: 50px 0;
}
@media (max-width: 1024px) {
  article {
    font-size: 16px;
  }
}
@media (max-width: 425px) {
  article {
    font-size: 15px;
  }
}
article img {
  max-width: 100%;
}
article a {
  text-decoration: underline;
}
article ol {
  list-style-position: inside;
  list-style-type: decimal;
}
article ul {
  padding-left: 20px;
}
article ul.blue li:before {
  /* 繪製三角形 */
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 8px;
  border-color: transparent transparent transparent #005078;
}
article ul.green li:before {
  /* 繪製三角形 */
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 8px;
  border-color: transparent transparent transparent #007b74;
}
article li {
  position: relative;
  line-height: 2;
  text-indent: -19px;
  padding-left: 19px;
}
article li > * {
  text-indent: 0;
}
article li:before {
  content: '';
  position: absolute;
  left: -13px;
  top: 13px;
  margin-right: 15px;
}
article table {
  border: 0;
}
article th {
  color: #fff;
  background-color: #007b74;
}
article th, article td {
  padding: 15px;
  border: 1px solid #fff;
}
article tr:not(:first-of-type):nth-of-type(2n) {
  background-color: #d9ecdb;
}

@font-face {
  font-family: "FontAwesome";
  src: url("fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 100%/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* company info */
.fa-home:before {
  content: "\f015";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-phone:before {
  content: "\f095";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-map-marker:before {
  content: "\f041";
}

/* user interaction */
.fa-bars:before {
  content: "\f0c9";
}

.fa-download:before {
  content: "\f019";
}

.fa-search:before {
  content: "\f002";
}

.fa-close:before {
  content: "\f00d";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-times:before {
  content: "\f00d";
}

.fa-search:before {
  content: "\f002";
}

.fa-globe:before {
  content: "\f0ac";
}

/* card, shopping */
.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

/* direction, arrows */
.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

/* social icons */
.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-wechat:before {
  content: "\f1d7";
}

.sprite {
  background-image: url("../img/sprite.png");
  display: inline-block;
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .sprite {
    background-image: url("../img/sprite2x.png");
    background-size: 50px 334px;
  }
}
.sprite-chemical {
  width: 50px;
  height: 42px;
  background-position: 0 0;
}

.sprite-doc {
  width: 18px;
  height: 20px;
  background-position: 0 -42px;
}

.sprite-graduation {
  width: 26px;
  height: 17px;
  background-position: 0 -62px;
}

.sprite-inquery {
  width: 30px;
  height: 28px;
  background-position: 0 -79px;
}

.sprite-mail {
  width: 27px;
  height: 27px;
  background-position: 0 -107px;
}

.sprite-map-marker {
  width: 30px;
  height: 44px;
  background-position: 0 -134px;
}

.sprite-pdf {
  width: 18px;
  height: 20px;
  background-position: 0 -178px;
}

.sprite-pencil {
  width: 17px;
  height: 17px;
  background-position: 0 -198px;
}

.sprite-ppt {
  width: 18px;
  height: 20px;
  background-position: 0 -215px;
}

.sprite-resume {
  width: 22px;
  height: 19px;
  background-position: 0 -235px;
}

.sprite-sport {
  width: 49px;
  height: 33px;
  background-position: 0 -254px;
}

.sprite-tel {
  width: 27px;
  height: 27px;
  background-position: 0 -287px;
}

.sprite-xls {
  width: 18px;
  height: 20px;
  background-position: 0 -314px;
}

.header {
  position: absolute;
  top: 0;
  right: 0;
  width: 1440px;
  height: 90px;
  z-index: 10;
  -moz-animation-name: dropHeader;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease-out;
  -moz-animation-duration: 0.6s;
  -webkit-animation-name: dropHeader;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-duration: 0.6s;
  animation-name: dropHeader;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.6s;
}
.header .inner-box {
  position: relative;
  height: 100%;
}
.header .logo-holder {
  position: relative;
  float: left;
  width: 270px;
  height: 100%;
  padding-top: 20px;
  text-align: center;
  background-image: url("../img/com/bg_logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
.header .logo-holder a {
  display: inline-block;
}
.header .logo-holder img {
  width: 100%;
  max-width: 140px;
}
@media (max-width: 1280px) {
  .header .logo-holder {
    width: 212px;
    padding-top: 14px;
  }
  .header .logo-holder a {
    width: 55%;
  }
}
@media (max-width: 768px) {
  .header .logo-holder {
    width: 100%;
    background-image: none;
    padding: 12px 20% 0;
  }
  .header .logo-holder img {
    width: auto;
    height: 30px;
  }
}
@media (max-width: 425px) {
  .header .logo-holder {
    padding-right: 40%;
  }
}
.header .search-holder {
  position: relative;
  float: left;
  width: 178px;
  height: 100%;
  padding-top: 15px;
  margin-left: -89px;
  background-image: url("../img/com/bg_search.png");
  background-size: contain;
  text-align: center;
  background-repeat: no-repeat;
  z-index: 2;
}
@media (max-width: 1280px) {
  .header .search-holder {
    width: 138px;
    margin-left: -69px;
  }
}
@media (max-width: 768px) {
  .header .search-holder {
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    background-image: none;
    background-color: #eea800;
  }
  .header .search-holder:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: -50px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 50px 50px;
    border-color: transparent transparent #eea800 transparent;
  }
  .header .search-holder .fa {
    position: relative;
    left: -8px;
    top: -2px;
  }
}
.header .fa {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  color: #fff;
}
@media (max-width: 1280px) {
  .header .fa {
    margin: 0 5px 0 3px;
  }
}
.header .fa-globe {
  font-size: 24px;
}
.header .fa-search {
  font-size: 22px;
}
@media (max-width: 768px) {
  .header .fa-bars {
    position: absolute;
    top: -62px;
    left: 6px;
    font-size: 24px;
  }
}
/* 20170621 - 新增右上方語系切換功能 - Start -*/
.header .lang-select {  
  position: absolute;  
  width: 100%;
  height: 20px;
  padding-top: 0px;    
  margin-left: 460px;  
  z-index: 1;
}
@media (max-width: 1280px) {
  .header .lang-select {	
    width: 88%;		
  }
}
@media (max-width: 1024px) {
  .header .lang-select {	
    width: 67%;		
  }
}	
@media (max-width: 768px) {
  .header .lang-select {	
    display: none;
  }
}	
/* 20170621 - 新增右上方語系切換功能 - End -*/
.header .menu-btn {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 70px 0 0;
  border-color: #007b74 transparent transparent transparent;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 768px) {
  .header .menu-btn {
    display: block;
  }
}
@media (max-width: 1440px) {
  .header {
    width: 1280px;
  }
}
@media (max-width: 1280px) {
  .header {
    width: 96%;
    height: 70px;
  }
}
@media (max-width: 900px) {
  .header {
    width: 98%;
  }
}
@media (max-width: 768px) {
  .header {
    width: 100%;
    height: 50px;
    background-color: #fff;
    -moz-box-shadow: 0 2px 5px #666;
    -webkit-box-shadow: 0 2px 5px #666;
    box-shadow: 0 2px 5px #666;
  }
}

@-moz-keyframes dropHeader {
  0% {
    -moz-transform: translateY(-100px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-webkit-keyframes dropHeader {
  0% {
    -webkit-transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes dropHeader {
  0% {
    transform: translateY(-100px);
  }
  100% {
    transform: translateY(0);
  }
}
#do_search {
  display: none;
  max-width: 96%;
  padding: 40px 80px;
  background-color: #fff;
  text-align: center;
  -moz-box-shadow: 2px 2px 5px #231815;
  -webkit-box-shadow: 2px 2px 5px #231815;
  box-shadow: 2px 2px 5px #231815;
}
#do_search h3 {
  font-size: 22px;
  color: #007b74;
  text-align: center;
  margin-bottom: 20px;
}
#do_search input[type=text] {
  width: 200px;
  outline: 0;
  padding: 10px;
  margin: 0 auto 20px;
  border: 1px solid #007b74;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #231815;
  text-align: center;
}
#do_search .btn {
  font-size: 14px;
}
@media (max-width: 425px) {
  #do_search {
    padding: 40px 10%;
  }
}

#change_lang {
  display: none;
  padding: 40px 80px;
  background-color: #fff;
  text-align: center;
  -moz-box-shadow: 2px 2px 5px #231815;
  -webkit-box-shadow: 2px 2px 5px #231815;
  box-shadow: 2px 2px 5px #231815;
}
#change_lang h3 {
  font-size: 22px;
  color: #007b74;
  text-align: center;
  margin-bottom: 20px;
}
#change_lang > div {
  margin-top: 10px;
}
#change_lang .btn {
  width: 120px;
  font-size: 14px;
}

nav {
  float: right;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 270px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 0;
  white-space: nowrap;
}
nav .banner {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px 20px 10px 95px;
  background-color: #007b74;
  z-index: 0;
}
nav .menu-item {
  position: relative;
  display: inline-block;
  padding: 6px 13px;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
}
nav .menu-item:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0);
  -moz-transform: skewX(0);
  -ms-transform: skewX(0);
  -webkit-transform: skewX(0);
  transform: skewX(0);
}
nav .menu-item:hover:before {
  background-color: rgba(255, 255, 255, 0.3);
  -moz-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
}
nav .menu-item + .menu-item {
  margin-left: 3px;
}
@media (max-width: 1280px) {
  nav {
    left: 212px;
  }
  nav .banner {
    padding: 7px 20px 7px 75px;
  }
  nav .menu-item {
    font-size: 18px;
    padding: 6px 10px;
  }
}
@media (max-width: 1024px) {
  nav .banner {
    padding-left: 65px;
  }
  nav .menu-item {
    font-size: 16px;
    padding: 5px;
  }
}
@media (max-width: 900px) {
  nav .banner {
    padding-left: 50px;
  }
  nav .menu-item {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  nav {
    display: none;
    top: 50px;
    left: 0;
    bottom: auto;
    height: auto;
    -moz-box-shadow: 0 2px 5px 0 #666;
    -webkit-box-shadow: 0 2px 5px 0 #666;
    box-shadow: 0 2px 5px 0 #666;
  }
  nav .menu-item {
    font-size: 18px;
  }
  nav .banner {
    position: static;
    padding: 10px 20px;
    text-align: center;
    -moz-box-shadow: inset 0 5px 5px -3px #666;
    -webkit-box-shadow: inset 0 5px 5px -3px #666;
    box-shadow: inset 0 5px 5px -3px #666;
  }
}
@media (max-width: 425px) {
  nav {
    white-space: initial;
  }
  nav .banner {
    padding: 0;
  }
  nav .menu-item {
    width: 100%;
    padding: 15px;
    font-size: 20px;
  }
  nav .menu-item:before {
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  nav .menu-item:hover:before {
    background-color: rgba(255, 255, 255, 0.3);
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  nav .menu-item + .menu-item {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
  }
}

.footer {
  position: relative;
  background-color: #000;
  padding: 20px 0;
  color: #fff;
  font-size: 13px;
  line-height: 1.8;
}
.footer span {
  padding-right: 20px;
}
.footer .container {
  position: relative;
  z-index: 1;
}
.footer.index {
  border-top: 7px solid #007b74;
}
.footer.index:before {
  content: '';
  position: absolute;
  top: -7px;
  left: 0;
  height: 7px;
  width: 20%;
  background-color: #eea800;
  z-index: 1;
}
.footer.index:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 220px 220px;
  border-color: transparent transparent #000 transparent;
}
@media (max-width: 425px) {
  .footer.index:after {
    content: none;
  }
}

#top-banner {
  position: relative;
  height: 400px;
  margin-bottom: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  overflow: hidden;
}
#top-banner .banner-mask {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
}
@media (max-width: 768px) {
  #top-banner {
    margin-top: 50px;
    height: 250px;
  }
}
@media (max-width: 425px) {
  #top-banner {
    height: 150px;
  }
}

html.index {
  height: 100%;
}
html.index body {
  height: 100%;
  background-color: #000;
}
html.index .main {
  height: 95%;
  z-index: 0;
}
html.index .footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
html.index .outer-wrapper {
  height: 100%;
}
@media (max-width: 768px) {
  html.index {
    height: auto;
  }
  html.index .footer {
    position: relative;
  }
  html.index .outer-wrapper {
    height: auto;
  }
}

.outer-wrapper {
  position: relative;
  overflow-x: hidden;
  overflow-y: visible;
}

.main .intro-box {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 960px;
  z-index: 1;
  -moz-animation-name: pullTitle;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease-out;
  -moz-animation-duration: 0.6s;
  -webkit-animation-name: pullTitle;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-duration: 0.6s;
  animation-name: pullTitle;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.6s;
}
.main .intro-box:hover .left-triangle {
  right: 200px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
@media (max-width: 1024px) {
  .main .intro-box {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .main .intro-box {
    position: relative;
    width: 100%;
    -moz-animation-name: popUp;
    -moz-animation-duration: 2s;
    -webkit-animation-name: popUp;
    -webkit-animation-duration: 2s;
    animation-name: popUp;
    animation-duration: 2s;
  }
}
.main .left-triangle {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1040px;
  background-image: url("../img/com/bg.png");
  background-size: 1040px 960px;
  background-position: left top;
  background-repeat: no-repeat;
  z-index: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
@media (max-width: 768px) {
  .main .left-triangle {
    background-image: none;
  }
}
.main .intro-content {
  position: absolute;
  top: 20%;
  left: 10%;
  width: 450px;
  color: #fff;
  z-index: 2;
  line-height: 2;
  font-size: 18px;
}
.main .intro-content h2 {
  font-size: 2em;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 768px) {
  .main .intro-content {
    font-size: 24px;
    left: 0;
    right: 0;
    top: 200px;
    width: 100%;
    padding: 0 7%;
    color: #231815;
    text-align: center;
    text-shadow: 1px 1px 1px #fff;
  }
  .main .intro-content h2 {
    color: #007b74;
  }
}
@media (max-width: 425px) {
  .main .intro-content {
    font-size: 16px;
    top: 100px;
  }
  .main .intro-content h2 {
    font-size: 24px;
  }
}
.main .index-news {
  position: absolute;
  right: -340px;
  bottom: 50px;
  width: 440px;
  height: 200px;
  z-index: 4;
  -moz-transition: right 0.5s ease-out;
  -o-transition: right 0.5s ease-out;
  -webkit-transition: right 0.5s ease-out;
  transition: right 0.5s ease-out;
}
.main .index-news.open {
  right: 0;
}
@media (max-width: 425px) {
  .main .index-news {
    right: -300px;
    bottom: 150px;
    height: 150px;
    width: 375px;
  }
  .main .index-news .triangle {
    border-width: 75px 75px 75px 0;
  }
}
@media (max-width: 320px) {
  .main .index-news {
    right: -320px;
    width: 395px;
  }
}
.main .index-news-head {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  float: left;
  width: 100px;
  height: 200px;
  padding-right: 15px;
  text-align: right;
  color: #fff;
  cursor: pointer;
}
.main .index-news-head:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.main .index-news-head > * {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 425px) {
  .main .index-news-head {
    width: 75px;
    height: 150px;
    padding-right: 8px;
  }
}
.main .triangle {
  position: absolute;
  left: 0;
  top: 0;
  /* 繪製三角形 */
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 100px 100px 0;
  border-color: transparent #e50012 transparent transparent;
  z-index: -1;
}
.main .index-news-list {
  float: left;
  padding: 10px;
  height: 200px;
  width: 340px;
  line-height: 0;
  background-color: #fff;
}
@media (max-width: 425px) {
  .main .index-news-list {
    width: 300px;
    height: 150px;
    padding: 0;
  }
}
@media (max-width: 320px) {
  .main .index-news-list {
    width: 320px;
  }
}
.main .index-news-item {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  padding: 5px 15px;
  border-bottom: 1px solid #F0F0F0;
  font-size: 15px;
  line-height: 1.7;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main .index-news-item:hover {
  background-color: #F5F5F5;
}
@media (max-width: 425px) {
  .main .index-news-item {
    padding: 0 15px;
    font-size: 13px;
    line-height: 29px;
  }
}
.main .index-news-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
}

#index-slide {
  height: 100%;
  z-index: 0;
}
#index-slide .swiper-slide {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  #index-slide {
    height: 800px;
  }
}
@media (max-width: 425px) {
  #index-slide {
    height: 450px;
  }
}

@-moz-keyframes pullTitle {
  0% {
    -moz-transform: translateX(-200px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-webkit-keyframes pullTitle {
  0% {
    -webkit-transform: translateX(-200px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes pullTitle {
  0% {
    transform: translateX(-200px);
  }
  100% {
    transform: translateY(0);
  }
}
@-moz-keyframes popUp {
  0% {
    -moz-transform: scale(0);
  }
  70% {
    -moz-transform: scale(0);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-webkit-keyframes popUp {
  0% {
    -webkit-transform: scale(0);
  }
  70% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes popUp {
  0% {
    transform: scale(0);
  }
  70% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@-moz-keyframes pullNews {
  0% {
    -moz-transform: translateX(-200px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-webkit-keyframes pullNews {
  0% {
    -webkit-transform: translateX(-200px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes pullNews {
  0% {
    transform: translateX(-200px);
  }
  100% {
    transform: translateY(0);
  }
}
#about-timeline {
  position: relative;
}
#about-timeline:before {
  position: absolute;
  left: 50%;
  top: 10px;
  bottom: 0;
  content: '';
  width: 2px;
  border-right: 2px dashed #8d8f98;
}
@media (max-width: 600px) {
  #about-timeline:before {
    left: 40px;
    border-right-width: 1px;
  }
}
#about-timeline .event-item {
  position: relative;
  margin-bottom: 20px;
}
#about-timeline .event-item:nth-of-type(2n+1) .timeline-post {
  margin-left: 50%;
  padding-left: 80px;
}
#about-timeline .event-item:nth-of-type(2n+1) .timeline-post .post-bubble:before {
  top: 35px;
  left: -19px;
  border-width: 13px 19px 13px 0;
  border-color: transparent #007b74;
  z-index: 0;
}
#about-timeline .event-item:nth-of-type(2n+1) .timeline-post .post-bubble:after {
  top: 36px;
  left: -18px;
  border-width: 12px 18px 12px 0;
  border-color: transparent #ffffff;
  z-index: 1;
}
#about-timeline .event-item:nth-of-type(2n) .timeline-post {
  margin-right: 50%;
  padding-right: 80px;
}
#about-timeline .event-item:nth-of-type(2n) .timeline-post .post-bubble:before {
  top: 35px;
  right: -19px;
  border-width: 13px 0 13px 19px;
  border-color: transparent #007b74;
  z-index: 0;
}
#about-timeline .event-item:nth-of-type(2n) .timeline-post .post-bubble:after {
  top: 36px;
  right: -18px;
  border-width: 12px 0 12px 18px;
  border-color: transparent #ffffff;
  z-index: 1;
}
@media (max-width: 600px) {
  #about-timeline .event-item:nth-of-type(2n+1) .timeline-post, #about-timeline .event-item:nth-of-type(2n) .timeline-post {
    margin: 0 0 0 90px;
    padding: 0 0 0 20px;
  }
  #about-timeline .event-item:nth-of-type(2n+1) .timeline-post .post-bubble:before, #about-timeline .event-item:nth-of-type(2n) .timeline-post .post-bubble:before {
    top: 19px;
    left: -19px;
    border-width: 13px 19px 13px 0;
  }
  #about-timeline .event-item:nth-of-type(2n+1) .timeline-post .post-bubble:after, #about-timeline .event-item:nth-of-type(2n) .timeline-post .post-bubble:after {
    top: 20px;
    left: -18px;
    border-width: 12px 18px 12px 0;
  }
}
@media (max-width: 425px) {
  #about-timeline .event-item:nth-of-type(2n+1) .timeline-post, #about-timeline .event-item:nth-of-type(2n) .timeline-post {
    margin-left: 80px;
  }
  #about-timeline .event-item:nth-of-type(2n+1) .timeline-post .post-bubble:before, #about-timeline .event-item:nth-of-type(2n) .timeline-post .post-bubble:before {
    top: 22px;
    left: -16px;
    border-width: 11px 16px 11px 0;
  }
  #about-timeline .event-item:nth-of-type(2n+1) .timeline-post .post-bubble:after, #about-timeline .event-item:nth-of-type(2n) .timeline-post .post-bubble:after {
    top: 23px;
    left: -15px;
    border-width: 10px 15px 10px 0;
  }
}
#about-timeline .date {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  top: 10px;
  width: 90px;
  height: 90px;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #007b74;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#about-timeline .date:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
#about-timeline .date > * {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 768px) {
  #about-timeline .date {
    width: 80px;
    height: 80px;
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  #about-timeline .date {
    top: -7px;
    left: 40px;
  }
}
@media (max-width: 425px) {
  #about-timeline .date {
    top: 0;
    width: 70px;
    height: 70px;
    font-size: 16px;
  }
}
#about-timeline .month {
  position: relative;
  top: 6px;
  font-size: 0.9em;
  font-weight: normal;
}
#about-timeline .timeline-post {
  position: relative;
  padding-top: 5px;
}
#about-timeline .post-bubble {
  position: relative;
  min-height: 100px;
  padding: 20px 3%;
  border: 1px solid #007b74;
}
#about-timeline .post-bubble:before, #about-timeline .post-bubble:after {
  content: "";
  position: absolute;
  border-style: solid;
  display: block;
  width: 0;
}
#about-timeline .post-bubble li {
  position: relative;
  padding-left: 20px;
  font-size: 20px;
  line-height: 1.6;
}
#about-timeline .post-bubble li:before {
  content: '';
  position: absolute;
  left: 5px;
  top: 12px;
  display: inline-block;
  height: 8px;
  width: 8px;
  background-color: #007b74;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
@media (max-width: 1024px) {
  #about-timeline .post-bubble {
    min-height: 120px;
  }
  #about-timeline .post-bubble li {
    font-size: 18px;
  }
  #about-timeline .post-bubble li:before {
    top: 9px;
  }
}
@media (max-width: 768px) {
  #about-timeline .post-bubble {
    min-height: 90px;
    padding: 10px 10px 10px 3%;
  }
  #about-timeline .post-bubble li {
    font-size: 16px;
  }
  #about-timeline .post-bubble li:before {
    top: 9px;
  }
}
@media (max-width: 425px) {
  #about-timeline .post-bubble {
    min-height: 70px;
  }
  #about-timeline .post-bubble li {
    font-size: 14px;
  }
}

#about-team {
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
  font-size: 18px;
}
@media (max-width: 1024px) {
  #about-team {
    font-size: 16px;
  }
}
@media (max-width: 425px) {
  #about-team {
    font-size: 14px;
  }
}
#about-team .staff {
  position: relative;
  background-color: rgba(0, 123, 116, 0.1);
  border-left: 2px solid #eea800;
  padding: 15px 40px 15px 20px;
  margin: 10px 0;
  cursor: pointer;
  white-space: nowrap;
}
@media (max-width: 768px) {
  #about-team .staff {
    white-space: initial;
    font-size: 0.9em;
  }
}
@media (max-width: 425px) {
  #about-team .staff {
    padding: 12px 30px 12px 15px;
  }
}
#about-team .job-title {
  width: 30%;
  color: #007b74;
}
@media (max-width: 600px) {
  #about-team .job-title {
    width: 100%;
    margin-right: 20px;
    margin-bottom: 5px;
  }
}
#about-team .name {
  width: 20%;
  font-size: 1.15em;
  color: #000;
}
@media (max-width: 768px) {
  #about-team .name {
    width: 100%;
    font-size: 1.4em;
    margin-bottom: 5px;
  }
}
#about-team .graduation {
  position: relative;
  width: 50%;
  padding-left: 40px;
  color: #231815;
}
@media (max-width: 768px) {
  #about-team .graduation {
    width: 100%;
  }
}
#about-team .switch-btn {
  position: absolute;
  right: 24px;
  top: 23px;
  width: 15px;
  height: 15px;
  border-right: 2px solid #007b74;
  border-bottom: 2px solid #007b74;
  -moz-transform-origin: 60% 60%;
  -webkit-transform-origin: 60% 60%;
  transform-origin: 60% 60%;
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  -moz-transition: rotateZ 0.3s linear;
  -o-transition: rotateZ 0.3s linear;
  -webkit-transition: rotateZ 0.3s linear;
  transition: rotateZ 0.3s linear;
}
#about-team .switch-btn.open {
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
@media (max-width: 1024px) {
  #about-team .switch-btn {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 768px) {
  #about-team .switch-btn {
    width: 10px;
    height: 10px;
    right: 15px;
    top: 17px;
  }
}
#about-team .icon {
  position: absolute;
  top: 2px;
  left: 0;
  width: 30px;
  text-align: center;
}
#about-team .resume {
  display: none;
  margin-top: 10px;
  padding: 15px 40px 15px 20px;
  border-left: 2px solid #aaa;
  color: #262626;
}
#about-team .resume .table {
  width: 100%;
}
#about-team .resume .td:nth-of-type(1) {
  width: 30%;
}
#about-team .resume .td:nth-of-type(2) {
  width: 20%;
  font-size: 1.15em;
  color: #007b74;
}
#about-team .resume .td {
  position: relative;
  padding-left: 40px;
}
@media (max-width: 768px) {
  #about-team .resume {
    padding: 12px 15px;
  }
  #about-team .resume .no-content {
    display: none;
  }
  #about-team .resume .tr {
    display: block;
    width: 100%;
  }
  #about-team .resume .td {
    display: block;
    width: 100% !important;
  }
  #about-team .resume .td:nth-of-type(3) {
    margin-top: 5px;
  }
}

#page-product .species-list {
  font-size: 0;
}
#page-product .species-box {
  display: inline-block;
  width: 33.3333%;
  padding: 0 1%;
  font-size: 26px;
  margin-bottom: 20px;
}
@media (max-width: 1280px) {
  #page-product .species-box {
    font-size: 23px;
  }
}
@media (max-width: 1024px) {
  #page-product .species-box {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  #page-product .species-box {
    width: 50%;
  }
}
@media (max-width: 425px) {
  #page-product .species-box {
    width: 100%;
  }
}
#page-product .species-name {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  background-color: #007b74;
  color: #fff;
  white-space: nowrap;
}
#page-product .species-name:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: -33px;
  top: 0;
  border-style: solid;
  border-width: 0 0 46px 33px;
  border-color: transparent transparent #007b74 transparent;
}
#page-product .img-holder {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 47.5%;
  border: 1px solid #b7b7b7;
}
#page-product .img-holder a {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}
#page-product .txt-holder {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  #page-product .txt-holder {
    margin-top: 15px;
  }
}
#page-product .species-item {
  position: relative;
  color: #231815;
  font-weight: 400;
  padding-left: 60px;
}
#page-product .species-item:before {
  position: absolute;
  top: 7px;
  left: 30px;
  content: '';
  /* 繪製三角形 */
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent #007b74;
}
#page-product .species-item > * {
  vertical-align: middle;
}
#page-product .species-item a:hover {
  color: #007b74;
}
#page-product .species-item + .species-item {
  margin-top: 20px;
}
@media (max-width: 1024px) {
  #page-product .species-item:before {
    top: 6px;
  }
}
@media (max-width: 768px) {
  #page-product .species-item {
    padding-left: 40px;
  }
  #page-product .species-item:before {
    left: 20px;
    border-width: 7px 0 7px 12px;
  }
}
@media (max-width: 425px) {
  #page-product .species-item {
    padding-left: 30px;
  }
  #page-product .species-item:before {
    left: 10px;
    border-width: 6px 0 6px 10px;
  }
}

#page-product-list .product-list {
  font-size: 0;
  text-align: left;
}
#page-product-list .product-item {
  display: inline-block;
  width: 20%;
  min-width: 230px;
  margin-bottom: 60px;
  padding: 0 10px;
  font-size: 19px;
  text-align: left;
}
#page-product-list .product-item img {
  width: 100%;
}
#page-product-list .series {
  margin-top: 10px;
}
#page-product-list h3 {
  margin-top: 25px;
}
@media (max-width: 425px) {
  #page-product-list h3 {
    margin-top: 15px;
  }
  #page-product-list .product-item {
    width: 50%;
    min-width: initial;
    padding: 0 5px;
    margin-bottom: 35px;
    font-size: 14px;
  }
}

#page-product-page .product-list {
  font-size: 0;
  text-align: center;
}
#page-product-page .product-item {
  margin: 0 0.2%;
  border: 4px solid transparent;
  width: 16%;
  position: relative;
  overflow: hidden;
  line-height: 0;
}
#page-product-page .product-item img {
  display: block;
  width: 100%;
  height: 100%;
  -moz-transform-origin: 50%;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition: -moz-transform 0.4s ease-out;
  -o-transition: -o-transform 0.4s ease-out;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  z-index: 2;
}
#page-product-page .product-item:hover img {
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  -moz-transition: -moz-transform 0.4s ease-out;
  -o-transition: -o-transform 0.4s ease-out;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
}
#page-product-page .product-item:hover {
  border-color: #eea800;
}
@media (max-width: 600px) {
  #page-product-page .product-item {
    width: 30%;
  }
}
@media (max-width: 425px) {
  #page-product-page .product-item {
    width: 48%;
  }
}

#page-product-view .product-info {
  margin-top: 20px;
  font-size: 18px;
}
@media (max-width: 1024px) {
  #page-product-view .product-info {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  #page-product-view .product-info {
    font-size: 15px;
  }
}
#page-product-view .product-info .sep {
  display: inline-block;
  margin: 20px 0;
}
@media (max-width: 425px) {
  #page-product-view .product-info .sep {
    width: 100%;
    margin-top: 10px;
  }
}
#page-product-view h2 {
  margin-top: 15px;
  font-size: 1.6em;
  color: #231815;
  overflow: hidden;
}
@media (max-width: 425px) {
  #page-product-view h2 {
    max-height: 40px;
    font-size: 20px;
    margin-top: 25px;
  }
}
#page-product-view .web-path {
  font-size: 14px;
  color: #666;
}
#page-product-view .prod-main-img {
  float: left;
  width: 30%;
  max-width: 400px;
  max-height: 400px;
  overflow: hidden;
  border: 1px solid #007b74;
  font-size: 0;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  #page-product-view .prod-main-img {
    width: 40%;
  }
}
@media (max-width: 425px) {
  #page-product-view .prod-main-img {
    float: none;
    position: absolute;
    top: 105px;
    left: 50%;
    width: 320px;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (max-width: 375px) {
  #page-product-view .prod-main-img {
    width: 300px;
  }
}
@media (max-width: 320px) {
  #page-product-view .prod-main-img {
    width: 250px;
  }
}
#page-product-view .prod-txt-holder {
  position: relative;
  margin-left: 33%;
}
@media (max-width: 768px) {
  #page-product-view .prod-txt-holder {
    margin-left: 43%;
  }
}
@media (max-width: 425px) {
  #page-product-view .prod-txt-holder {
    margin-left: 0;
  }
}
#page-product-view .prod-desc {
  line-height: 1.8;
  color: #666;
}
@media (max-width: 425px) {
  #page-product-view .prod-desc {
    padding-top: 430px;
  }
}
@media (max-width: 375px) {
  #page-product-view .prod-desc {
    padding-top: 400px;
  }
}
@media (max-width: 320px) {
  #page-product-view .prod-desc {
    padding-top: 340px;
  }
}
#page-product-view .prod-img-list {
  margin-top: 15px;
  overflow: hidden;
}
@media (max-width: 425px) {
  #page-product-view .prod-img-list {
    position: absolute;
    top: 430px;
    width: 100%;
    text-align: center;
    margin-top: 0;
  }
}
@media (max-width: 425px) {
  #page-product-view .prod-img-list {
    top: 440px;
    height: 100px;
  }
}
@media (max-width: 375px) {
  #page-product-view .prod-img-list {
    top: 415px;
  }
}
@media (max-width: 320px) {
  #page-product-view .prod-img-list {
    top: 370px;
  }
}
#page-product-view .prod-img-list .img-holder {
  position: relative;
  display: inline-block;
  width: 20%;
  overflow: hidden;
  max-width: 140px;
  max-height: 140px;
  margin: 0 20px 20px 0;
  font-size: 0;
  cursor: pointer;
}
#page-product-view .prod-img-list .img-holder:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#page-product-view .prod-img-list .img-holder:hover:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
@media (max-width: 768px) {
  #page-product-view .prod-img-list .img-holder {
    margin-right: 15px;
  }
}
@media (max-width: 425px) {
  #page-product-view .prod-img-list .img-holder {
    margin: 0 10px;
  }
}
#page-product-view .product-details article {
  display: none;
}
#page-product-view .product-details article.show {
  display: block;
}
#page-product-view .product-other {
  font-size: 16px;
}
#page-product-view .product-other .prod-item {
  padding: 0 10px;
  font-size: 1.2em;
  color: #231815;
}
#page-product-view .product-other .prod-item img {
  width: 100%;
  height: 100%;
}
#page-product-view .product-other .img-holder {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
#page-product-view .product-other .img-holder .txt {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 100%;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  line-height: 1.5;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
@media (max-width: 768px) {
  #page-product-view .product-other .img-holder .txt {
    padding: 15px;
  }
}
@media (max-width: 425px) {
  #page-product-view .product-other .img-holder .txt {
    padding: 10px;
  }
}
#page-product-view .product-other .img-holder:hover .txt {
  bottom: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#page-product-view .product-other h3 {
  margin-top: 20px;
}
#page-product-view .product-other .series {
  margin-top: 10px;
}
@media (max-width: 768px) {
  #page-product-view .product-other .append {
    margin-top: -7px;
  }
}
@media (max-width: 425px) {
  #page-product-view .product-other .append {
    margin-top: -9px;
  }
}
@media (max-width: 1024px) {
  #page-product-view .product-other {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  #page-product-view .product-other {
    font-size: 12px;
  }
}

.fixed-aside {
  position: fixed;
  bottom: 12%;
  right: 0;
  z-index: 10;
}
@media (max-width: 425px) {
  .fixed-aside {
    bottom: 0;
  }
}

.inquiry-panel {
  position: relative;
  display: block;
  width: 60px;
  padding: 15px 22px;
  background-color: #007b74;
  color: #fff;
  font-size: 16px;
  text-align: center;
  -webkit-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  cursor: pointer;
}
.inquiry-panel + .inquiry-panel {
  margin-top: 7px;
}
.inquiry-panel:hover {
  background-color: #eea800;
}
.inquiry-panel .sprite-inquery {
  position: absolute;
  top: 15px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  .inquiry-panel {
    width: 48px;
    padding-right: 17px;
    padding-left: 17px;
  }
}
@media (max-width: 425px) {
  .inquiry-panel {
    width: 40px;
    font-size: 14px;
    padding-right: 14px;
    padding-left: 14px;
  }
}

#cart-inquiry {
  padding-top: 50px;
}

#page-inquiry {
  font-size: 21px;
}
@media (max-width: 1024px) {
  #page-inquiry {
    font-size: 18px;
  }
}
@media (max-width: 425px) {
  #page-inquiry {
    font-size: 15px;
  }
}
#page-inquiry .msg {
  margin: 30px 0;
  text-align: center;
  line-height: 1.5;
}
#page-inquiry .inquiry-list {
  width: 100%;
}
#page-inquiry .inquiry-list th {
  color: #fff;
  background-color: #007b74;
}
#page-inquiry .inquiry-list th, #page-inquiry .inquiry-list td {
  padding: 15px;
}
#page-inquiry .inquiry-list tr:not(:last-of-type) {
  border-bottom: 1px solid #009380;
}
#page-inquiry .inquiry-list img {
  width: 100%;
  max-width: 130px;
  min-width: 80px;
}
#page-inquiry .inquiry-list .qty {
  width: 65px;
  padding: 3px 5px;
  text-align: center;
  border: 1px solid #009380;
}
#page-inquiry .inquiry-list .unit {
  padding-left: 5px;
  font-size: 0.9em;
}
#page-inquiry .inquiry-list .fa-trash {
  font-size: 27px;
  cursor: pointer;
}
@media (max-width: 768px) {
  #page-inquiry .inquiry-list th, #page-inquiry .inquiry-list td {
    padding: 10px 15px;
  }
  #page-inquiry .inquiry-list .qty {
    width: 50px;
  }
  #page-inquiry .inquiry-list .fa-trash {
    font-size: 24px;
  }
}
@media (max-width: 425px) {
  #page-inquiry .inquiry-list th, #page-inquiry .inquiry-list td {
    padding: 7px;
  }
  #page-inquiry .inquiry-list .fa-trash {
    font-size: 20px;
  }
}
#page-inquiry .inquiry-form {
  font-size: 18px;
}
#page-inquiry .inquiry-form li {
  float: left;
  display: flex;
  align-items: center;
  position: relative;
  padding: 7px 1%;
}
#page-inquiry .inquiry-form li.full {
  width: 100%;
}
#page-inquiry .inquiry-form li.half {
  width: 50%;
}
#page-inquiry .inquiry-form label {
  flex: 0 0 100px;
  width: 100px;
  padding-left: 8px;
  margin-right: 20px;
  color: #000;
  white-space: nowrap;
}
#page-inquiry .inquiry-form label.star:before {
  content: "*";
  position: absolute;
  left: 4px;
  color: #007b74;
}
#page-inquiry .inquiry-form .input-holder {
  flex: 1 0 200px;
}
#page-inquiry .inquiry-form input:not(.btn), #page-inquiry .inquiry-form textarea {
  padding: 8px 10px;
}
#page-inquiry .inquiry-form input.verify {
  width: 45%;
  margin-right: 2%;
}
#page-inquiry .inquiry-form img.code {
  width: 30%;
  height: 39px;
}
@media (max-width: 768px) {
  #page-inquiry .inquiry-form {
    font-size: 16px;
  }
  #page-inquiry .inquiry-form label {
    flex-basis: 70px;
    width: 70px;
  }
}
@media (max-width: 600px) {
  #page-inquiry .inquiry-form li {
    display: block;
    font-size: 0;
  }
  #page-inquiry .inquiry-form li.half {
    width: 100%;
  }
  #page-inquiry .inquiry-form label {
    display: inline-block;
    vertical-align: top;
    width: 26%;
    font-size: 16px;
    margin-right: 0;
    margin-top: 10px;
  }
  #page-inquiry .inquiry-form .input-holder {
    display: inline-block;
    vertical-align: top;
    width: 74%;
    font-size: 16px;
  }
}
@media (max-width: 425px) {
  #page-inquiry .inquiry-form {
    font-size: 14px;
  }
  #page-inquiry .inquiry-form label {
    margin-bottom: 3px;
    font-size: 14px;
  }
  #page-inquiry .inquiry-form .input-holder {
    font-size: 14px;
  }
  #page-inquiry .inquiry-form .btn.type-1 {
    padding: 10px 15px;
  }
}

.news-list {
  margin: 20px 0 40px;
}
.news-list .news-item {
  display: block;
  padding: 20px 35px;
  font-size: 24px;
  line-height: 1.4;
}
.news-list .news-item:hover {
  background-color: #009380;
  color: #fff;
}
.news-list .news-item:hover .news-date, .news-list .news-item:hover .fa-chevron-right {
  color: inherit;
}
@media (max-width: 1024px) {
  .news-list .news-item {
    font-size: 20px;
    padding: 15px 25px;
  }
}
@media (max-width: 768px) {
  .news-list .news-item {
    font-size: 17px;
  }
}
@media (max-width: 425px) {
  .news-list .news-item {
    font-size: 15px;
    padding: 12px 10px;
  }
}
.news-list .fa-chevron-right {
  font-size: 0.85em;
  margin-right: 15px;
  color: #009380;
}
@media (max-width: 768px) {
  .news-list .fa-chevron-right {
    margin-right: 10px;
  }
}
@media (max-width: 425px) {
  .news-list .fa-chevron-right {
    margin-right: 7px;
  }
}
.news-list .news-date {
  float: right;
  margin-left: 10px;
  color: #009380;
}

.invest-sort {
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
  line-height: 1.4;
}
.invest-sort .category {
  position: relative;
  background-color: rgba(0, 123, 116, 0.1);
  border-left: 2px solid #eea800;
  padding: 12px 40px 12px 20px;
  margin: 10px 0;
  cursor: pointer;
}
@media (max-width: 425px) {
  .invest-sort .category {
    padding: 10px 30px 10px 15px;
  }
}
.invest-sort h3 {
  min-width: 200px;
  color: #007b74;
  font-size: 21px;
}
@media (max-width: 1024px) {
  .invest-sort h3 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .invest-sort h3 {
    font-size: 16px;
  }
}
.invest-sort .switch-btn {
  position: absolute;
  right: 24px;
  top: 19px;
  width: 15px;
  height: 15px;
  border-right: 2px solid #007b74;
  border-bottom: 2px solid #007b74;
  -moz-transform-origin: 60% 60%;
  -webkit-transform-origin: 60% 60%;
  transform-origin: 60% 60%;
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  -moz-transition: rotateZ 0.3s linear;
  -o-transition: rotateZ 0.3s linear;
  -webkit-transition: rotateZ 0.3s linear;
  transition: rotateZ 0.3s linear;
}
.invest-sort .switch-btn.open {
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
@media (max-width: 1024px) {
  .invest-sort .switch-btn {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 768px) {
  .invest-sort .switch-btn {
    width: 10px;
    height: 10px;
    top: 18px;
    right: 18px;
  }
}
@media (max-width: 425px) {
  .invest-sort .switch-btn {
    top: 16px;
  }
}
.invest-sort .category-details {
  display: none;
  padding: 0 3% 15px;
  margin: 10px 0;
  border-left: 2px solid #aaa;
  color: #007b74;
}
.invest-sort .category-item {
  *zoom: 1;
  padding: 30px 0 15px;
  border-bottom: 1px solid #a3d1cd;
  font-size: 18px;
}
.invest-sort .category-item:before {
  content: "";
  display: table;
}
.invest-sort .category-item:after {
  content: "";
  display: table;
  clear: both;
}
.invest-sort .category-item a:hover {
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .invest-sort .category-item {
    font-size: 17px;
    padding: 20px 0 10px;
  }
}
@media (max-width: 768px) {
  .invest-sort .category-item {
    font-size: 16px;
  }
}
.invest-sort .file-info {
  position: relative;
  top: -3px;
  float: right;
  margin-left: 15px;
  font-size: 0.9em;
}
.invest-sort .file-info .format {
  display: inline-block;
  width: 30px;
  text-align: right;
}
.invest-sort .file-info .size {
  border-left: 1px solid #007b74;
  padding-left: 15px;
  margin-left: 15px;
}
@media (max-width: 1024px) {
  .invest-sort .file-info .size {
    padding-left: 12px;
    margin-left: 12px;
  }
}
@media (max-width: 768px) {
  .invest-sort .file-info .size {
    padding-left: 10px;
    margin-left: 10px;
  }
}
@media (max-width: 425px) {
  .invest-sort .file-info .size {
    display: block;
    margin-top: 5px;
    border-left: 0;
    text-align: right;
  }
}
.invest-sort .file-info .sprite {
  position: relative;
  top: 4px;
  margin-right: 7px;
}
@media (max-width: 768px) {
  .invest-sort .file-info {
    font-size: 0.8em;
  }
}
@media (max-width: 425px) {
  .invest-sort .file-info {
    font-size: 0.7em;
    text-align: right;
  }
  .invest-sort .file-info .sprite {
    margin-right: 2px;
  }
}

#page-contact .company-location {
  float: left;
  width: 50%;
  margin-top: 40px;
  font-size: 0;
}
@media (max-width: 768px) {
  #page-contact .company-location {
    float: none;
    width: 100%;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}
#page-contact .company-location .img-holder {
  position: relative;
  width: 40%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #007b74;
  max-width: 200px;
  line-height: 0;
  overflow: hidden;
}
#page-contact .company-location .img-holder:hover .map-mask {
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
}
@media (max-width: 1024px) {
  #page-contact .company-location .img-holder {
    width: 30%;
  }
}
@media (max-width: 768px) {
  #page-contact .company-location .img-holder {
    width: 25%;
  }
}
@media (max-width: 600px) {
  #page-contact .company-location .img-holder {
    min-width: 160px;
    margin-bottom: 10px;
  }
}
#page-contact .company-location .map-mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-block;
  vertical-align: middle;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #007b74;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform-origin: 50% top;
  -webkit-transform-origin: 50% top;
  transform-origin: 50% top;
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#page-contact .company-location .map-mask:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
#page-contact .company-location .map-mask > * {
  display: inline-block;
  vertical-align: middle;
}
#page-contact .company-location .map-mask .fa-map-marker {
  font-size: 2.5em;
}
#page-contact .company-location .txt-holder {
  width: 60%;
  padding: 0 4%;
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
}
@media (max-width: 1024px) {
  #page-contact .company-location .txt-holder {
    width: 70%;
    font-size: 15px;
  }
}
@media (max-width: 425px) {
  #page-contact .company-location .txt-holder {
    width: 100%;
    text-align: center;
  }
}
#page-contact .company-location h3 {
  color: #e50012;
  font-size: 1.3em;
}
#page-contact .company-location .addr {
  color: #007b74;
}
#page-contact .company-location .addr, #page-contact .company-location .tel, #page-contact .company-location .fax {
  position: relative;
  padding-left: 30px;
}
@media (max-width: 425px) {
  #page-contact .company-location .addr, #page-contact .company-location .tel, #page-contact .company-location .fax {
    padding-left: 0;
  }
}
#page-contact .company-location .fa-chevron-right {
  position: relative;
  bottom: 1px;
  margin-right: 15px;
  font-size: 0.8em;
}
#page-contact .company-location .small-icon {
  position: absolute;
  left: 0;
  top: 6px;
  width: 20px;
  margin-right: 10px;
  text-align: center;
  color: #b2b2b2;
}
@media (max-width: 425px) {
  #page-contact .company-location .small-icon {
    display: none;
  }
}
#page-contact .welcome-msg {
  line-height: 1.8;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  #page-contact .welcome-msg {
    font-size: 15px;
  }
}
#page-contact .contact-list {
  font-size: 0;
}
#page-contact .contact-item {
  display: inline-block;
  width: 50%;
  font-size: 17px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  #page-contact .contact-item {
    width: 100%;
    font-size: 15px;
  }
}
@media (max-width: 425px) {
  #page-contact .contact-item {
    font-size: 15px;
  }
}
#page-contact .contact-item h3 {
  width: 100%;
  font-size: 1.1em;
  color: #007b74;
  margin-bottom: 5px;
}
#page-contact .contact-item .img-holder {
  float: left;
  width: 95px;
  height: 95px;
  margin-right: 10px;
}
#page-contact .contact-item .txt-holder {
  float: left;
  width: 400px;
  padding-top: 15px;
}
@media (max-width: 768px) {
  #page-contact .contact-item .txt-holder {
    width: 300px;
  }
}
@media (max-width: 425px) {
  #page-contact .contact-item .txt-holder {
    padding: 0 0 0 10px;
  }
}
#page-contact .contact-item li {
  position: relative;
  line-height: 1.7;
  padding-left: 35px;
}
#page-contact .contact-item li + li {
  margin-top: 10px;
}
#page-contact .contact-item .sprite {
  position: absolute;
  left: 0;
}
#page-contact .contact-form .col {
  float: left;
  width: 50%;
}
@media (max-width: 768px) {
  #page-contact .contact-form .col {
    width: 100%;
  }
}
#page-contact .contact-form li {
  position: relative;
  padding: 7px 1%;
  font-size: 0;
}
#page-contact .contact-form label {
  display: inline-block;
  width: 20%;
  margin-right: 5%;
  font-size: 17px;
  color: #000;
  white-space: nowrap;
}
#page-contact .contact-form label.star:before {
  content: "*";
  position: absolute;
  left: -5px;
  color: #007b74;
}
@media (max-width: 768px) {
  #page-contact .contact-form label {
    font-size: 16px;
  }
}
@media (max-width: 425px) {
  #page-contact .contact-form label {
    font-size: 15px;
  }
}
#page-contact .contact-form input, #page-contact .contact-form textarea {
  display: inline-block;
  width: 75%;
  max-width: 300px;
  padding: 8px 10px;
  font-size: 16px;
}
#page-contact .contact-form .msg-content {
  min-height: 197px;
}
#page-contact .contact-form input.verify {
  width: 38%;
  max-width: 150px;
  margin-right: 2%;
}
#page-contact .contact-form img.code {
  width: 35%;
  max-width: 140px;
  height: 39px;
}

#page-recruit #widget-104 > div > div {
  margin-bottom: 20px;
}
#page-recruit #widget-104 > div > div > a:first-of-type {
  display: block;
  width: 100%;
  margin: 20px 0 10px;
}
#page-recruit #widget-104 > div > div > a:first-of-type:hover {
  text-decoration: underline;
}
#page-recruit #widget-104 .qjob104_hidn {
  color: #007b74;
}
#page-recruit #widget-104 .qjob104_powby {
  width: 100% !important;
}
#page-recruit .qjob104_powby a:not(:first-of-type) {
  display: none;
}
#page-recruit #__be104MoreThing_div_ {
  display: none;
}
