@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

h1, h2, h3, h4, h5, h6, p, a, li {
  font-family: 'Noto Sans TC', Arial, Helvetica, sans-serif;
  line-height: 1.5em;
}

p {
  color: #333;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}

* {
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

a, a:hover {
  text-decoration: none;
}

em {
  font-style: normal;
}

body {
  background-color: #fff;
  font-size: 14px;
  color: #444;
}

.pageMain {
  padding-top: 3em;
}

.container {
  position: relative;
  max-width: 100%;
  width: 1400px;
  margin: 0 auto;
  padding: 0 3% 3em;
  min-height: 400px;
}

#outerWrap {
  padding-top: 0;
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  #outerWrap {
    padding-top: 70px;
  }
}

/*- OWL -*/
.owl-theme .owl-nav .owl-next, .owl-theme .owl-nav .owl-prev {
  opacity: 1;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 3%;
  background-image: url(../images/iArrow02R_w.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #d6d6d6;
  background-size: 6px auto;
  width: 36px;
  height: 36px;
  border-radius: 18px;
}

.owl-theme .owl-nav .owl-next:hover, .owl-theme .owl-nav .owl-prev:hover {
  background-color: #eb6100;
}

.owl-theme .owl-nav .owl-prev {
  left: 3%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.owl-dots {
  margin-top: 0px;
  width: 100%;
  text-align: center;
}

.owl-dots .owl-dot {
  background-color: #fff;
  border: 1px solid #eb6100;
  height: 0.8em;
  width: 0.8em;
  border-radius: 0.4em;
  margin-right: 0.3em;
  display: inline-block;
}

.owl-dots .owl-dot:hover {
  background-color: #1a2739;
  border: 1px solid #1a2739;
}

.owl-dots .owl-dot.active, .owl-dots .owl-dot.active:hover {
  background-color: #eb6100;
  border: 1px solid #eb6100;
}

/*font*/
.titleBox {
  margin-bottom: 2em;
  width: 100%;
  text-align: center;
}

.titleBox:after {
  content: '';
  display: block;
  height: 3px;
  width: 35px;
  background-color: #eb6100;
  margin: 0 auto;
}

.titleBox .tS {
  color: #333;
  font-size: 20px;
  display: block;
  margin-bottom: 0.8em;
  font-weight: 500;
}

.titleBox .tL {
  color: #eb6100;
  font-size: 30px;
  margin-bottom: 0.3em;
  font-weight: 500;
}

@media screen and (max-width: 600px) {
  .titleBox .tS {
    font-size: 18px;
  }
  .titleBox .tL {
    font-size: 24px;
  }
}

.fSy24_b {
  color: #333;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0.5em;
}

.fSy20_b {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0.5em;
}

.fSy20_f {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0.5em;
}

/*Btn*/
.btnSy01 {
  color: #fff;
  font-size: 16px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  min-width: 130px;
  padding: 0 0.5em;
  display: inline-block;
  background-color: #e55e00;
}

.btnSy01:active, .btnSy01:visited, .btnSy01:focus {
  background-color: #e55e00;
  color: #fff;
}

.btnSy01:hover {
  color: #fff;
  background-color: #e55e00;
  opacity: 0.8;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.btnSy02 {
  color: #e55e00;
  border: 1px solid #e55e00;
  background: none;
  font-size: 16px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  min-width: 180px;
  padding: 0 0.5em;
  display: inline-block;
}

.btnSy02:active, .btnSy02:visited, .btnSy02:focus {
  color: #e55e00;
  border: 1px solid #e55e00;
  background: none;
}

.btnSy02:hover {
  background-color: #e55e00;
  color: #fff;
  opacity: 0.8;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.btnSy03 {
  color: #333;
  border: 1px solid #2b3f5d;
  background: none;
  font-size: 16px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  font-weight: 500;
  padding: 0 1em;
  display: inline-block;
  border-radius: 1em;
}

.btnSy03:active, .btnSy03:visited, .btnSy03:focus {
  color: #333;
  border: 1px solid #2b3f5d;
  background: none;
}

.btnSy03:hover {
  background-color: #2b3f5d;
  color: #fff;
  opacity: 0.8;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

/*UL*/
ul.ulStyle01 {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.ulStyle01 li {
  list-style: none;
  margin: 0 0 0.2em 0;
  padding: 0;
}

ul.ulStyle02 {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.ulStyle02 li {
  list-style: decimal;
  margin: 0 0 0.2em 2em;
  padding: 0;
}

/*table*/
.table_scroll {
  overflow-x: auto;
}

.datatable {
  min-width: 1400px;
  margin: 1em 0;
  text-align: center;
  border-top: 1px solid #d0d0d0;
}

.datatable tr {
  border-bottom: 1px solid #d0d0d0;
}

.datatable tr td {
  color: #333;
  padding: 0.3em 1em;
  font-size: 13px;
  font-weight: 500;
}

.datatable tr:nth-child(even) {
  background-color: #fff;
}

.datatable tr:last-of-type {
  border-bottom: 3px solid #2b3f5d;
}

.datatable th {
  background-color: #2b3f5d;
  color: #fff;
  padding: 0.3em 1em;
  font-size: 13px;
}

.longtable {
  min-width: 3250px;
}

/*選取*/
.inputItem {
  display: inline-block;
  position: relative;
  margin: 0;
  cursor: pointer;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 0;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.inputItem input[type=radio], .inputItem input[type=checkbox] {
  z-index: 0;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.inputItem .radiobtn, .inputItem .checkmark {
  z-index: 0;
  left: 0;
  top: -1em;
  right: auto;
  bottom: auto;
  position: absolute;
  height: 1.4em;
  width: 1.4em;
  background-color: #ddd;
  overflow: hidden;
}

.inputItem .radiobtn:after, .inputItem .checkmark:after {
  content: "";
  display: none;
}

.inputItem:hover input ~ .radiobtn, .inputItem:hover input ~ .checkmark {
  background-color: #999;
}

.inputItem input:checked ~ .radiobtn, .inputItem input:checked ~ .checkmark {
  background-color: #e55e00;
}

.inputItem input:checked ~ .radiobtn:after, .inputItem input:checked ~ .checkmark:after {
  display: block;
}

.inputItem .radiobtn {
  border-radius: 50%;
}

.inputItem .radiobtn:after {
  border-radius: 50%;
  width: 0.4em;
  height: 0.4em;
  z-index: 0;
  left: 0.4em;
  top: 0;
  right: auto;
  bottom: auto;
  position: absolute;
  background: #fff;
}

.inputItem .checkmark:after {
  z-index: 0;
  left: 6px;
  top: 0px;
  right: auto;
  bottom: auto;
  position: absolute;
  width: 10px;
  height: 16px;
  border: solid white;
  border-width: 0 4px 4px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #e55e00;
}

/*formSyA*/
.formSyA {
  padding: 0;
}

.formSyA select, .formSyA input, .formSyA textarea {
  width: 100%;
  border: none;
  background: none;
  padding: 0.2em 0.5em;
  min-height: 1.5em;
  color: #333;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0;
  max-width: 100%;
  display: inline-block;
  font-weight: 500;
  line-height: 1.5em;
}

.formSyA button {
  border: none;
}

.formSyA option {
  color: #999;
}

.formSyA .formGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.formSyA .rowBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  background-color: #e8eaed;
  margin-bottom: 0.5em;
  padding: 0 0.5em;
  width: 100%;
}

.formSyA .rowBox em {
  font-weight: 700;
  color: #eb6100;
  line-height: 36px;
}

.formSyA .rowBox.noBr {
  border: none;
}

.formSyA .rowBox.w30 {
  margin-left: 0.5em;
  width: calc((100% /3) - 0.5em);
}

.formSyA .rowBox.w30:first-of-type {
  margin-left: 0;
}

.formSyA .rowBox.w70 {
  margin-left: 0.5em;
  width: calc(100% - ((100% /3) - 0.5em ) - 0.5em);
}

.formSyA .rowBox.w70:first-of-type {
  margin-left: 0;
}

/*-- Pagebanner ----------*/
.pageBanner {
  width: 100%;
  position: relative;
  margin-bottom: 0;
}

.pageBanner img {
  display: block;
  margin: 0 auto;
}

/*-- breadcrumb ----------*/
.path {
  padding: 0.5em 3%;
  list-style: none;
  background: none;
  width: 100%;
  margin: 0 auto;
  background-color: #f0f0f0;
  position: relative;
  z-index: 2;
  border-bottom: 1px solid #d6d6d6;
  -webkit-box-shadow: inset 0 0 0.5em rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 0.5em rgba(0, 0, 0, 0.2);
}

.path ul, .path li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.path li {
  display: inline;
  font-size: 14px;
  color: #eb6100;
  font-weight: 700;
}

.path li a {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  opacity: 0.6;
}

.path li a:hover {
  text-decoration: underline;
  opacity: 1;
}

.path li + li:before {
  padding: 2px 1em;
  color: #999;
  content: " / ";
  font-size: 12px;
  font-weight: 500;
}

@media screen and (max-width: 1200px) {
  .path {
    padding: 0.5em 3%;
  }
}

/*sidMenu*/
.sidMenu {
  margin-bottom: 2em;
}

.sidMenu .mTitle {
  color: #45879c;
  font-weight: 900;
  font-size: 20px;
  padding: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sidMenu .mTitle .btnOpenSidMenu {
  display: none;
  cursor: pointer;
  margin-left: 0.5em;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  float: right;
  background: url(../images/iArrow_w.png) center center no-repeat #3f9dbb;
  background-size: 60% auto;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.sidMenu .mTitle .btnOpenSidMenu.btnOpen {
  background: url(../images/iArrow_w.png) center center no-repeat #dc4e41;
  background-size: 60% auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.sidMenu .mBox {
  padding: 1em 0 0 1em;
  border-bottom: 1px solid #ccc;
}

.sidMenu .mBox .link {
  font-weight: 500;
  font-size: 17px;
  color: #666;
  margin-bottom: 1em;
  display: inline-block;
  width: 100%;
}

.sidMenu .mBox .link.current {
  color: #40b2e5;
}

.sidMenu .mBox .link.current::after {
  float: right;
  content: "";
  background: url(../images/iArrow_lb.png) left top no-repeat;
  background-size: auto 100%;
  width: 16px;
  height: 16px;
  -webkit-transform: translateY(5px) rotate(-90deg);
          transform: translateY(5px) rotate(-90deg);
}

.sidMenu .mBox ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidMenu .mBox li {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 1em 0;
}

.sidMenu .mBox li a {
  color: #333;
  font-weight: 500;
  font-size: 16px;
}

.sidMenu .mBox li a:hover {
  color: #40b2e5;
}

.sidMenu .mBox li a.current {
  color: #40b2e5;
}

/*subMenu*/
.subMenu {
  width: 100%;
  margin-bottom: 5em;
}

.subMenu ul, .subMenu li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.subMenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}

.subMenu li {
  border: solid 1px #8bacc3;
  overflow: hidden;
  width: calc( 100%/3);
  height: 40px;
}

.subMenu li:first-of-type {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.subMenu li:last-of-type {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.subMenu li a {
  font-size: 20px;
  height: 100%;
  width: 100%;
  padding: 0.3em;
  text-align: center;
  color: #9db8cc;
  display: block;
}

.subMenu li a.current {
  background-color: #8bacc3;
  color: #fff;
}

@media screen and (max-width: 600px) {
  .subMenu li a {
    font-size: 18px;
  }
}

.pagination {
  width: 100%;
  margin: 4em auto 2em;
  padding: 0 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination a {
  color: #333;
  text-align: center;
  line-height: 2em;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 500;
  width: 2em;
  height: 2em;
  margin: 0 0.2em;
}

.pagination a .iPrev {
  background: url(../images/iArrow_gyb.png) center center no-repeat;
  background-size: auto 50%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 100%;
  height: 100%;
  display: inline-block;
}

.pagination a .iNext {
  background: url(../images/iArrow_gyb.png) center center no-repeat;
  background-size: auto 50%;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.pagination a:hover {
  text-decoration: none;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  background-color: #e3e3e3;
}

.pagination a img {
  opacity: 0.8;
  width: 0.8em;
  height: 0.8em;
  margin: 0 auto;
  display: inline-block;
}

.pagination a.active {
  background-color: #eb6100;
  color: #fff;
}

/*filter*/
.filter {
  font-family: 'Noto Sans TC',  "微軟正黑體",  sans-serif;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.5em;
  margin-bottom: 2em;
}

.filter label {
  color: #000;
  font-size: 16px;
  margin-right: 0.5em;
  font-weight: 500;
}

.filter ul, .filter li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.filter ul {
  border: solid 1px #d0d0d0;
}

.filter li {
  float: left;
  color: #999;
  padding: 0.2em 1em;
  font-size: 16px;
  cursor: pointer;
}

.filter li:hover {
  color: #000;
}

.filter li.active {
  background-color: #eaeff3;
  color: #000;
}

@media screen and (max-width: 400px) {
  .filter li {
    padding: 0.2em 0.3em;
  }
}

/*-- about --------------------------------------------------------------------------*/
#abA {
  width: 100%;
  padding: 4em 0 0;
  overflow: hidden;
}

#abA img {
  display: block;
  margin: 0 auto;
}

#abA .picSty02 {
  display: inline-block;
}

#abA .txtBox01 {
  text-align: center;
  width: 1010px;
  max-width: 100%;
  margin: 0 auto 2em;
  display: block;
}

#abA .txtBox02 {
  width: calc(100% - 624px);
  padding: 5em 1em 0 0;
  display: inline-block;
}

#abA .videoBox {
  width: 624px;
  background: url(../images/bgO.jpg) right bottom no-repeat;
  padding: 0 33px 33px 1em;
  position: relative;
  display: inline-block;
  float: right;
  margin-top: -5em;
}

#abA .videoBox .iVideo {
  position: absolute;
  background: url(../images/iVideo.png) left top no-repeat;
  background-size: 100%;
  width: 67px;
  height: 46px;
  left: calc( 50% - 33px);
  top: calc( 50% - 23px);
}

#abA .videoBox:hover {
  opacity: 0.8;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

#abA .videoBox:hover .iVideo {
  display: none;
}

#abA .txtBox03 {
  width: calc(100% - 650px);
  padding: 5em 0 0 1em;
  display: inline-block;
  float: right;
}

#abA .txtBox04 {
  background: url(../images/aboutPic03.jpg) left top no-repeat #eb6100;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 3%;
  min-height: 299px;
}

#abA .txtBox04 p {
  color: #fff;
}

@media screen and (max-width: 1100px) {
  #abA .txtBox02, #abA .txtBox03 {
    width: 100%;
    margin: 0 0 2em 0;
    text-align: center;
  }
  #abA .videoBox {
    margin: 0 auto;
    display: block;
    float: none;
    max-width: 100%;
  }
  #abA .picSty02 {
    display: block;
  }
}

@media screen and (max-width: 900px) {
  #abA .videoBox .iVideo {
    width: 50px;
    height: 34px;
    left: calc(50% - 40px);
    top: calc(50% - 30px);
  }
}

/*-- productList ----------*/
#prLA {
  background-color: #f0f0f0;
}

#prLA .txtBox {
  width: 1060px;
  max-width: 100%;
  margin: 0 auto 2em;
  padding: 0 3%;
  text-align: center;
  overflow: hidden;
}

#prLA .txtBox h2 {font-size: 135.714%; font-weight: 600; color: rgba(43,63,93,1);}
#prLA .txtBox h3 {font-size: 135.714%; font-weight: 600; color: rgba(43,63,93,0.9);}
#prLA .txtBox h4 {font-size: 128.571%; font-weight: 600; color: rgba(43,63,93,0.8);}
#prLA .txtBox h5 {font-size: 128.571%; font-weight: 600; color: rgba(43,63,93,0.7);}
#prLA .txtBox h6 {font-size: 122.285%; font-weight: 600; color: rgba(43,63,93,0.6);}

#prLA .txtBox > p{
	text-align: left;
}
#prLA ul, #prLA li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#prLA ul {
  display: block;
  overflow: hidden;
  margin: 2em 0;
  padding: 0;
}

#prLA ol {
  display: block;
  overflow: hidden;
  margin: 2em 0;
  padding: 0;
}

#prLA ul li{
  list-style: disc;
}
#prLA ol li{
  list-style: decimal;
}

#prLA .remove_point li{
  list-style: none;
  width: calc(100% / 3);
  margin-left: 0;
  float: left;
}

#prLA li {
  padding: 0 0.5em 0.3em;
  text-align: left;
  margin-left: 35px;
}

#prLA li b, #prLA li strong {
  color: #ee7c2b;
  font-size: 30px;
  font-weight: 700;
  margin-right: 0.5em;
}

@media screen and (max-width: 650px) {
  #prLA ul {
    margin: 0;
  }
  #prLA li {
    width: calc(100% - 35px);
    margin-bottom: 2em;
    float: none;
  }
  #prLA .remove_point li{
	width: 100%;
  }
}

#prLA .listBox {
  overflow: hidden;
  /*padding: 5em calc((100% - 1440px)/2);*/
  width: 1060px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 3%;
  text-align: center;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

#prLA .listCard {
  margin: 0 0.4em 1em;
  display: inline-block;
  text-align: center;
  width: calc( (100%/4) - 0.8em);
}

#prLA .listCard .photoBox {
  width: 100%;
  margin: 0 auto 0.8em;
  position: relative;
}

#prLA .listCard .photoBox a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

#prLA .listCard .photoBox img {
  position: relative;
  opacity: 0.95;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  max-width: 360px;
  margin: 0 auto;
  width: 100%;
}

#prLA .listCard .title {
  font-size: 18px;
  display: block;
  position: relative;
  color: #666;
  height: 3em;
  margin-bottom: 0.5em;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-align: center;
}

#prLA .listCard .title b {
  display: block;
  color: #333;
  font-size: 20px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 1.5em;
}

#prLA .listCard:hover .photoBox img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 1;
}

#prLA .listCard:hover .txtBox a.title {
  font-weight: 500;
  color: #91abc0;
}

@media screen and (max-width: 1050px) {
  #prLA .listCard {
    width: calc( (100%/3) - 1em);
  }
}

@media screen and (max-width: 650px) {
  #prLA .listCard {
    width: calc( (100%/2) - 1em);
  }
}

/*-- product-detail ----------*/
#prdA {
  overflow: hidden;
  padding-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #d7d7d7;
  position: relative;
}

#prdA::before {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 1;
  background-color: #d7d7d7;
  top: 0;
  left: 50%;
}

#prdA #photoShow {
  width: 50%;
}

#prdA #photoShow ul, #prdA #photoShow li {
  list-style: none;
}

#prdA #photoShow .owl-carousel .owl-item img {
  width: 440px;
  max-width: 100%;
  margin: 0 auto;
}

#prdA .detailInfo {
  width: 50%;
  padding: 2em 3% 0;
}

#prdA .detailInfo .titleBox {
  text-align: left;
}

#prdA .detailInfo .titleBox::after {
  margin: 0;
}

#prdA .shareBox {
  margin-bottom: 1em;
}

#prdA .shareBox p {
  font-weight: 500;
  margin-bottom: 10px;
}

#prdA .btnBox {
  margin: 1em 0;
  padding: 0.5em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

#prdA .btnBox .btnSy01, #prdA .btnBox .btnSy02 {
  width: calc((100%/3) - 0.5em);
  margin-right: 0.5em;
  min-width: auto;
}

#prdA .btnBox .btnSy01:hover {
  background-color: #2b3f5d;
}
#prdA .txtBox ol{
  list-style: none;
  margin: 0;
  padding: 0;
}
#prdA .txtBox ol li {
  list-style: none;
  margin: 0 0 0.2em 0;
  padding: 0;
}

@media screen and (max-width: 900px) {
  #prdA {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #prdA::before {
    display: none;
  }
  #prdA #photoShow, #prdA .detailInfo {
    width: 100%;
  }
}

.prdB {
  clear: both;
  padding: 0;
  overflow: hidden;
  background-color: #f2f2f2;
}

.prdB .table_scroll {
  margin-bottom: 20px;
}

.prdB .datatable {
  width: 100%;
}

.prdB .datatable tr td:nth-child(1) > input{
	width: 20px;
	height: 20px;
	position: absolute;
    top: 11px;
    left: 20px;
}

.prdB .datatable tr td:nth-child(1){
	position: relative;
}

.prdB .iCheck {
  background-color: #e55e00;
  position: relative;
  height: 1.2em;
  width: 1.2em;
  display: inline-block;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  margin-left: 0.2em;
  overflow: hidden;
}

.prdB .iCheck::after {
  content: "";
  z-index: 0;
  left: 5px;
  top: 0px;
  right: auto;
  bottom: auto;
  position: absolute;
  width: 10px;
  height: 16px;
  border: solid white;
  border-width: 0 4px 4px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #e55e00;
  display: block;
}

.prdB #description .txtBox {
  padding: 0 0.5em;
}

.prdB #description .txtBox p {
  max-height: 100px;
  display: block;
  overflow: hidden;
}

.prdB #description ul.resp-tabs-list {
  background-color: #fff;
  margin-bottom: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 calc((100% - 1500px)/2);
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.prdB #description ul.resp-tabs-list li {
  font-family: 'Noto Sans TC',  sans-serif;
  border: none;
  background: none;
  color: #333333;
  display: inline-block;
  position: relative;
  padding: 0 0.5em;
  margin-right: 0.3em;
  width: 100%;
  font-size: 20px;
  line-height: 65px;
  letter-spacing: 1px;
  font-weight: 500;
}

.prdB #description ul.resp-tabs-list li span {
  border-radius: 1em;
  background-color: #eb6100;
  color: #fff;
  font-size: 14px;
  padding: 0 0.6em;
  margin-left: 0.3em;
}

.prdB #description ul.resp-tabs-list li.resp-tab-active {
  color: #eb6100;
  position: relative;
}

.prdB #description ul.resp-tabs-list li.resp-tab-active::after {
  content: "";
  width: 36px;
  height: 3px;
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(50% - 18px);
  background-color: #eb6100;
}

.prdB #description .resp-arrow {
  border-top-color: #fff;
}

.prdB #description .resp-tabs-container {
  padding: 0 calc((100% - 1400px)/2);
}

.prdB #description .resp-tab-content {
  padding: 1em 3%;
}

@media screen and (max-width: 900px) {
  .prdB .wrap {
    padding: 0;
  }
  .prdB #description .resp-tabs-container {
    margin: 0 auto;
  }
  .prdB #description ul.resp-tabs-list {
    display: none;
  }
  .prdB #description ul.resp-tabs-list li {
    min-width: auto;
  }
  .prdB #description .resp-accordion {
    background-color: #999;
    color: #fff;
    font-weight: 900;
    border: none;
    font-weight: normal;
  }
  .prdB #description .resp-accordion.resp-tab-active {
    background-color: #e55e00;
    color: #fff;
  }
}

#prdC {
  padding: 3em 0;
}

#prdC .fSy24_b {
  text-align: center;
  margin-bottom: 2em;
}

#prdC .listCard {
  margin: 0 0.4em 1em;
  display: inline-block;
  text-align: center;
}

#prdC .listCard .photoBox {
  width: 100%;
  margin: 0 auto 0.8em;
  position: relative;
}

#prdC .listCard .photoBox a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

#prdC .listCard .photoBox img {
  position: relative;
  opacity: 0.95;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  max-width: 360px;
  margin: 0 auto;
  width: 100%;
}

#prdC .listCard .title {
  font-size: 18px;
  display: block;
  position: relative;
  color: #666;
  height: 3em;
  margin-bottom: 0.5em;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-align: center;
}

#prdC .listCard .title b {
  display: block;
  color: #333;
  font-size: 20px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 1.5em;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
}

#prdC .listCard:hover .photoBox img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 1;
}

#prdC .listCard:hover .txtBox a.title {
  font-weight: 500;
  color: #91abc0;
}

@media screen and (max-width: 1600px) {
  #prdC {
    padding: 3em 3%;
  }
}

@media screen and (max-width: 960px) {
  #prdC .owl-theme .owl-nav .owl-prev, #prdC .owl-theme .owl-nav .owl-next {
    display: none;
  }
}

/*-- product-detail ----------*/
#planning {
  width: 1048px;
  max-width: 100%;
  padding: 4em 3%;
  margin: 0 auto;
}

#planning .plaBox {
  width: 100%;
}

#planning .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 2em;
  margin-bottom: 2em;
  border-bottom: 1px solid #d4d4d4;
}

#planning .item:last-of-type {
  border: none;
}

#planning .item .num {
  color: #ee7c2b;
  font-size: 30px;
  font-weight: 700;
}

#planning .item img {
  margin: 0 0.5em;
}

#planning .item .txt {
  padding: 0.5em;
}

#planning .item .txt b, #planning .item .txt strong {
  font-weight: 500;
  color: #333;
  display: block;
}

@media screen and (max-width: 900px) {
  #planning .item img {
    width: 90px;
  }
}

/*-- cotact us ----------*/
#contact {
  height: 100%;
  overflow: hidden;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#contact .leftBox {
  width: 648px;
  padding: 4em 1em 320px calc((100% - 1400px) /2);
  background-color: #eb6100;
  position: relative;
}

#contact .leftBox .mainBox {
  width: 100%;
  padding-left: 3%;
}

#contact .leftBox .pic {
  position: absolute;
  bottom: 0;
  left: 0;
}

#contact .rightBox {
  width: calc(100% - 648px);
  padding: 4em calc((100% - 1400px) /2) 2em 2em;
}

#contact .rightBox .formSyA {
  width: 850px;
  max-width: 100%;
  margin: 2em auto;
  padding-right: 3%;
}

#contact .rightBox p {
  width: 850px;
  max-width: 100%;
  margin: 0 auto;
  padding-right: 3%;
}

#contact .rightBox .btnSy01 {
  margin: 2em auto 1em;
  display: block;
  width: 200px;
}

#contact .titleBox {
  text-align: left;
}

#contact .titleBox .tL, #contact .titleBox .tS {
  color: #fff;
}

#contact .titleBox::after {
  margin: 0;
  background-color: #fff;
}

#contact .txt p {
  color: #fff;
}

#contact .txt a {
  color: #fff;
}

#contact .txt a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1300px) {
  #contact .leftBox {
    width: 400px;
    padding: 4em 1em 200px calc((100% - 1400px) /2);
  }
  #contact .rightBox {
    width: calc(100% - 400px);
    padding: 4em calc((100% - 1400px) /2) 2em 2em;
  }
}

@media screen and (max-width: 960px) {
  #contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #contact .titleBox {
    text-align: center;
  }
  #contact .titleBox::after {
    margin: auto;
  }
  #contact .leftBox {
    width: 100%;
    padding: 4em 3%;
  }
  #contact .leftBox .mainBox {
    text-align: center;
    padding: 0 0 3em 0;
  }
  #contact .leftBox .pic {
    position: initial;
    display: block;
    margin: 0 auto;
  }
  #contact .rightBox {
    width: 100%;
    padding: 4em 3%;
  }
  #contact .rightBox .formSyA, #contact .rightBox p {
    padding: 0;
  }
}

/* transform */
.box_btn_case .left a,
.box_btn_case .right a{
  background: #eb6100;
  color: #fff;
  border: 1px solid #eb6100;
  border-radius: 5px;
  padding: 10px 10px;
  box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2);
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.box_btn_case .left a:hover,
.box_btn_case .right a:hover{
  box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
}
.box_btn_case .left a:before,
.box_btn_case .right a:after{
  content: '';
  font: normal normal normal 16px/1 FontAwesome;
  display: inline-block;
}
.box_btn_case .left a:before{ content: '◀'; margin-right: 5px; font-size: 10px; }
.box_btn_case .right a:after{ content: '▶'; margin-left: 5px; font-size: 10px; }

#base {
  width: 1048px;
  max-width: 100%;
  padding: 4em 3%;
  margin: 0 auto;
}