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 {
  font-family: "Noto Sans TC", Arial, Helvetica;
  line-height: 1.6em;
  color: #333333;
}

h1 {
  font-size: 40px;
  font-weight: 500;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

h2 {
  font-size: 36px;
  font-weight: 500;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

h3 {
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  margin-top: 0.1em;
  margin-bottom: 0.1em;
}

h4 {
  font-size: 26px;
  font-weight: 400;
  line-height: 40px;
  margin-top: 0.1em;
  margin-bottom: 0.1em;
}

h5 {
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}

h6 {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

p {
  color: #333333;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 300;
  letter-spacing: 0.04em;
}

* {
  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;
  display: block;
}

a, a:hover {
  text-decoration: none;
}

em {
  font-style: normal;
}

body {
  font-size: 18px;
  color: #444;
}

#outerWrap {
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 751px) {
  #outerWrap {
    padding-top: 70px;
  }
}

@media screen and (max-width: 400px) {
  #outerWrap {
    padding-top: 44px;
  }
}

/*- OWL -*/
.owl-carousel .owl-item img {
  width: auto;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  opacity: 1;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 2%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #333333;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-image: url(../images/iOwlNav_bl.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 40% auto;
}

.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover {
  background-image: url(../images/iOwlNav_w.png);
  background-color: #333333;
}

.owl-carousel .owl-nav button.owl-prev {
  left: 2%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.owl-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.owl-dots button.owl-dot {
  border: 1px solid #ffffff;
  width: 0.6em;
  height: 0.6em;
  border-radius: 0.3em;
  margin: 0 0.2em;
}

.owl-dots button.owl-dot:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.owl-dots button.owl-dot.active, .owl-dots button.owl-dot.active:hover {
  background-color: #ffffff;
}

/*font*/
.titleBox {
  font-family: "Noto Sans TC", Arial, Helvetica;
  margin-bottom: 0.2em;
  display: block;
}

.titleBox .title {
  color: #333333;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.5em;
}

.titleBox .col-w {
  color: #ffffff;
}

@media screen and (max-width: 960px) {
  .titleBox .title {
    font-size: 30px;
    line-height: 1.2em;
  }
}

@media screen and (max-width: 560px) {
  .titleBox .title {
    font-size: 24px;
    line-height: 1.2em;
  }
}

/*img*/
.imgCenter, .imgCenter a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}

/*Icon*/
i.iArrowSty02_w {
  background-image: url("../images/iArrowSty02_w.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

/*Btn*/
.btnBg {
  font-family: "Noto Sans TC", Arial, Helvetica;
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0;
  height: 23px;
  line-height: 1.2em;
  padding: 0 16px;
  min-width: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0;
  text-decoration: none;
  background-color: #fff;
  border: 0;
  outline: 0;
  cursor: pointer;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btnBg-primary {
  color: #ffffff;
  background-color: #f38d1b;
  border: solid #f38d1b 1px;
  opacity: 0.9;
}

.btnBg-primary:active, .btnBg-primary:visited, .btnBg-primary:focus {
  color: #ffffff;
}

.btnBg-primary:hover {
  background: none;
  color: #f38d1b;
  border: solid #f38d1b 1px;
  opacity: 1;
}

/*-- bannerIdx ----------*/
#bannerIdx {
  width: 100%;
  position: relative;
}

#bannerIdx img {
  width: 100%;
}

/*-- aboutIdx ----------*/
#aboutIdx {
  padding: 0 3%;
  margin: 0 auto;
  background-color: #f38d1b;
}

#aboutIdx .container {
  margin: 0 auto;
}

#aboutIdx .container img {
  margin: 0 auto;
}

#aboutIdx .col-lg-6 {
  padding-right: 0;
  padding-left: 0;
}

#aboutIdx .rightBox {
  background-color: #178eb7;
  padding: 2em;
}

#aboutIdx .titleBox {
  margin-bottom: 2em;
}

#aboutIdx .txt {
  margin-bottom: 1em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 1.5em;
}

#aboutIdx .txt:last-of-type {
  border-bottom: none;
}

#aboutIdx .txt h3 {
  font-size: 25px;
  color: #ffffff;
}

#aboutIdx .txt p {
  color: rgba(255, 255, 255, 0.9);
}

@media screen and (max-width: 991px) {
  #aboutIdx .titleBox {
    text-align: center;
  }
  #aboutIdx .txt h3 {
    font-size: 20px;
  }
}

/*newsIdx----------*/
#newsIdx {
  width: 100%;
  padding: 3em 3%;
  background-color: #333333;
  background-image: url(../images/idxBgNews.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

#newsIdx .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#newsIdx .owl-dots {
  bottom: -30px;
}

#newsIdx .titleBox {
  text-align: center;
}

#newsIdx .itemBox {
  width: 100%;
  margin: 0.5em 0 2em;
}

#newsIdx .itemBox .item {
  width: 100%;
  text-align: center;
  background-color: #178eb7;
  overflow: hidden;
}

#newsIdx .itemBox .item .pic {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 68%;
  line-height: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

#newsIdx .itemBox .item .pic img {
  max-height: 100%;
  position: relative;
  opacity: 0.95;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin: 0 auto;
}

#newsIdx .itemBox .item:hover .pic img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 1;
}

#newsIdx .itemBox .itemTxt {
  text-align: left;
  padding: 0;
  border: 1px solid #f38d1b;
  margin: 1em;
  display: block;
  padding: 1em;
}

#newsIdx .itemBox .txt {
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  width: 100%;
  height: 4em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin: 0;
}

#newsIdx .itemBox .title {
  color: #f38d1b;
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  height: 1.3em;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  margin: 0;
}

@media screen and (max-width: 960px) {
  #newsIdx .itemBox .title {
    margin-top: 0.2em;
  }
}

@media screen and (max-width: 560px) {
  #newsIdx {
    padding: 1em 3%;
  }
}

/*otherTxtBox----------*/
#otherTxtBox {
  background-color: #333333;
  overflow: hidden;
  padding: 2em 3%;
}

#otherTxtBox h3 {
  color: #f38d1b;
  margin-bottom: 1em;
}

#otherTxtBox p {
  color: #ffffff;
}

/*-- productIdx ----------*/
#productIdx {
  width: 100%;
  position: relative;
  padding: 4em 3% 2em;
  text-align: center;
}

#productIdx .owl-dots {
  bottom: -10px;
}

#productIdx .owl-dots button.owl-dot {
  border: 1px solid #f38d1b;
}

#productIdx .owl-dots button.owl-dot:hover {
  background-color: rgba(243, 141, 27, 0.5);
}

#productIdx .owl-dots button.owl-dot.active, #productIdx .owl-dots button.owl-dot.active:hover {
  background-color: #f38d1b;
}

#productIdx .txtBox {
  display: inline-block;
  margin-bottom: 20px;
  border-bottom: solid 5px #178eb7;
  width: 100%;
}

#productIdx .listBox {
  margin-bottom: 3em;
}

#productIdx .item {
  position: relative;
  padding: 0 8px;
}

#productIdx .item .pic {
  overflow: hidden;
  margin-bottom: 0.5em;
  width: 100%;
  max-width: 100%;
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 63.15%;
  line-height: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

#productIdx .item .pic img {
  position: relative;
  opacity: 0.95;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  max-height: 100%;
  margin: 0 auto;
  width: auto;
}

#productIdx .item:hover .pic img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 1;
}

#productIdx .item .info {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0.5em;
  padding: 0 0.2em;
  text-align: left;
  line-height: 1.7;
}

#productIdx .item .title {
  color: #333333;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  height: 40px;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  border-bottom: 2px solid #178eb7;
  padding-bottom: 10px;
}

@media screen and (max-width: 991px) {
  #productIdx {
    padding: 1em 3%;
  }
  #productIdx .txtBox {
    width: 100%;
    text-align: center;
  }
  #productIdx .txtBox .titleBox {
    margin-bottom: 1em;
  }
}

@media screen and (max-width: 560px) {
  #productIdx {
    padding: 0 3%;
  }
}
