@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 {
  font-family: 'Noto Serif TC', serif;
  line-height: 1.5em;
}

p {
  color: #444;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 28px;
}

* {
  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;
}

.wrap {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

#outerWrap {
  margin: 0;
  background: url(../images/bg.jpg) left top repeat;
}

/*- OWL -*/
.owl-next, .owl-prev {
  opacity: 0.5;
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 29px;
  height: 58px;
}

.owl-next:hover, .owl-prev:hover {
  opacity: 1;
}

.owl-theme .owl-nav .owl-prev {
  left: 3%;
  background: url(../images/iArrow02L_w.png) left top no-repeat;
  background-size: 100% auto;
}

.owl-theme .owl-nav .owl-next {
  right: 3%;
  background: url(../images/iArrow02R_w.png) left top no-repeat;
  background-size: 100% auto;
}

.owl-dots {
  margin-top: 0px;
  position: absolute;
  bottom: 1em;
  left: 0px;
  width: 100%;
  text-align: center;
}

.owl-dots .owl-dot {
  background-color: rgba(255, 255, 255, 0.1);
  border: 2px solid #fff;
  height: 0.8em;
  width: 0.8em;
  border-radius: 0.4em;
  margin-right: 0.3em;
  display: inline-block;
}

.owl-dots .owl-dot:hover {
  background-color: #fff;
}

.owl-dots .owl-dot.active {
  background-color: #fff;
}

/*font*/
.titleArea {
  /* background: url(../images/line01.jpg) center bottom no-repeat; */
  margin-bottom: 1em;
  width: 100%;
}

.titleArea .tS {
  color: #666;
  font-size: 20px;
  letter-spacing: 0.2em;
  font-weight: 300;
  display: block;
  margin-bottom: 0.3em;
  font-family: 'Noto Sans TC', sans-serif;
}

.titleArea .tL {
  color: #333;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2em;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 0.3em;
}

@media screen and (max-width: 600px) {
  .titleArea .tS {
    font-size: 18px;
  }
  .titleArea .tL {
    font-size: 24px;
  }
}

/*Btn*/
.btnSy01 {
  font-family: 'Noto Sans TC', sans-serif;
  background-color: #7b7b7b;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  padding: 0 1em;
  width: 260px;
  max-width: 100%;
  display: block;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-weight: 300;
}

.btnSy01:active, .btnSy01:visited, .btnSy01:focus {
  color: #fff;
}

.btnSy01:hover {
  background-color: #333;
  color: #fff;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.btnSy01_w {
  font-family: 'Noto Sans TC', sans-serif;
  background-color: #fff;
  text-transform: uppercase;
  color: #7b7b7b;
  font-size: 18px;
  padding: 0 1em;
  width: 260px;
  max-width: 100%;
  display: block;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-weight: 300;
}

.btnSy01_w:active, .btnSy01_w:visited, .btnSy01_w:focus {
  color: #7b7b7b;
}

.btnSy01_w:hover {
  background-color: #333;
  color: #fff;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

/*-- bannerBox ----------*/
#bannerBox {
  width: 100%;
  position: relative;
}

#bannerBox::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  height: 220px;
  background: url("../images/bgTop.png") left bottom repeat-x;
}

#bannerBox .br9 {
  -webkit-filter: brightness(0.9);
}

#bannerBox .myVideo {
  min-width: 100%;
  min-height: 100%;
}

@media screen and (max-width: 900px) {
  #bannerBox .myVideo {
    min-width: auto;
    min-height: auto;
    max-width: 100%;
    max-height: 100%;
  }
}

#bannerBox ul, #bannerBox li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#bannerBox .owl-dots {
  margin-top: 0px;
  position: absolute;
  bottom: 1em;
  left: 0px;
  width: 100%;
  padding-left: 0.5em;
  text-align: left;
}

#bannerBox .owl-dots .owl-dot {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #fff;
  height: 0.8em;
  width: 0.8em;
  border-radius: 0.4em;
  margin-right: 0.3em;
}

#bannerBox .owl-dots .owl-dot:hover {
  background-color: #fff;
}

#bannerBox .owl-dots .owl-dot.active {
  background-color: #fff;
}

/*-- aboutIdx ----------*/
#aboutIdx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10em 0 0;
  width: 100%;
  margin: 0 auto;
}

#aboutIdx .pic {
  width: 30%;
  max-width: 459px;
  margin: 1em 1em 2em 1em;
}

#aboutIdx .txtBox {
  padding: 2em;
}

#aboutIdx .txtBox p {
  font-family: 'Noto Sans TC', sans-serif;
  margin-bottom: 1.5em;
  font-size: 18px;
  line-height: 34px;
  font-weight: 300;
}

@media screen and (max-width: 860px) {
  #aboutIdx {
    padding: 5em 0 5em 0;
  }
  #aboutIdx .pic {
    width: 50%;
  }
  #aboutIdx .txtBox {
    padding: 2em;
    text-align: center;
  }
  #aboutIdx .btnSy01 {
    margin: 0 auto;
  }
}

@media screen and (max-width: 400px) {
  #aboutIdx .pic {
    margin: 1em 0 2em 0;
  }
}

/*producrsIdx----------*/
#productIdx {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 10em 3% 5em;
  position: relative;
}

#productIdx::before {
  content: '';
  width: 100%;
  height: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 0;
}

#productIdx .titleArea {
  margin-top: 4em;
  width: 230px;
  text-align: right;
  padding-right: 1em;
}

#productIdx .itemBox {
  position: relative;
  width: calc(100% - 230px);
  padding: 1em 0;
  margin-bottom: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 1160px) {
  #productIdx .titleArea {
    margin-top: 0;
    width: 100%;
    text-align: center;
  }
  #productIdx .itemBox {
    width: 100%;
  }
}

@media screen and (max-width: 860px) {
  #productIdx {
    padding: 5em 3%;
  }
  #productIdx .itemBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#productIdx .btnSy01 {
  position: absolute;
  left: calc(3% + 230px + 0.5em);
  bottom: 2em;
}

@media screen and (max-width: 1360px) {
  #productIdx .btnSy01 {
    margin: 0 auto;
    left: 0;
    position: relative;
  }
}

#productIdx .listCard {
  margin-bottom: 2em;
  padding: 0;
  display: inline-block;
  position: relative;
  padding: 0 0.5em;
  width: calc( 100%/3 - 5em);
  height: 30em;
  overflow: hidden;
}

#productIdx .listCard .photoBox {
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 100%;
  overflow: hidden;
}

#productIdx .listCard .photoBox a::before {
  position: absolute;
  content: '';
  background: url(../images/bgBottom.png) left top repeat-x;
  bottom: 0;
  left: 0;
  height: 260px;
  width: 100%;
  display: block;
  z-index: 1;
}

#productIdx .listCard .photoBox img {
  height: 100%;
  max-width: none;
  left: 0;
  width: auto;
  position: absolute;
  opacity: 0.95;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: translateX(-15%) scale(1);
          transform: translateX(-15%) scale(1);
}

#productIdx .listCard .txtBox {
  position: absolute;
  min-height: 110px;
  width: 100%;
  padding: 1em 1.5em;
  display: block;
  bottom: 0;
  z-index: 2;
  left: 0;
}

#productIdx .listCard .txtBox span {
  color: #cdcdcd;
  font-size: 16px;
  line-height: 26px;
  display: block;
  font-family: 'Noto Sans TC',  "微軟正黑體",  sans-serif;
  height: 3em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#productIdx .listCard .txtBox span.title {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0.5em;
  overflow: hidden;
  height: 1.5em;
  text-overflow: ellipsis;
}

#productIdx .listCard:first-of-type {
  width: calc( 100%/3 + 10em);
}

#productIdx .listCard:first-of-type .photoBox a {
  width: 100%;
}

#productIdx .listCard:first-of-type .photoBox img {
  left: 0;
  height: auto;
  width: 100%;
  -webkit-transform: translateX(0) scale(1);
          transform: translateX(0) scale(1);
}

#productIdx .listCard:hover .photoBox img {
  -webkit-transform: translateX(-15%) scale(1.1);
          transform: translateX(-15%) scale(1.1);
  opacity: 1;
}

#productIdx .listCard:hover:first-of-type .photoBox img {
  -webkit-transform: translateX(0) scale(1.1);
          transform: translateX(0) scale(1.1);
}

#productIdx .listCard:hover .txtBox a.title {
  font-weight: 500;
  color: #91abc0;
}

@media screen and (max-width: 1360px) {
  #productIdx .listCard {
    width: calc( 100%/3);
  }
  #productIdx .listCard .photoBox img {
    -webkit-transform: translateX(-5%) scale(1);
            transform: translateX(-5%) scale(1);
  }
  #productIdx .listCard:first-of-type {
    width: calc( 100%/3);
  }
  #productIdx .listCard:first-of-type .photoBox img {
    height: 100%;
    width: auto;
    -webkit-transform: translateX(-5%) scale(1);
            transform: translateX(-5%) scale(1);
  }
  #productIdx .listCard:hover .photoBox img, #productIdx .listCard:hover:first-of-type .photoBox img {
    -webkit-transform: translateX(-5%) scale(1.1);
            transform: translateX(-5%) scale(1.1);
  }
}

@media screen and (max-width: 860px) {
  #productIdx .listCard {
    width: 500px;
    max-width: 96%;
  }
  #productIdx .listCard .photoBox img {
    height: auto;
    width: 100%;
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
  #productIdx .listCard:first-of-type {
    width: 500px;
    max-width: 96%;
  }
  #productIdx .listCard:first-of-type .photoBox img {
    height: auto;
    width: 100%;
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
  #productIdx .listCard:hover .photoBox img, #productIdx .listCard:hover:first-of-type .photoBox img {
    -webkit-transform: translateX(0) scale(1.1);
            transform: translateX(0) scale(1.1);
  }
}

@media screen and (max-width: 420px) {
  #productIdx .listCard {
    height: 25em;
  }
}

/*newsIdx----------*/
#newsIdx {
  width: 100%;
  padding: 3em 0 5em;
  background-color: #fff;
}

#newsIdx .titleArea {
  text-align: center;
}

#newsIdx .itemBox {
  width: 1200px;
  max-width: 100%;
  padding: 2em 3%;
  margin: 0 auto;
}

#newsIdx .item {
  border-bottom: solid 1px #e2e2e2;
  background: url(../images/iArrow03_gy.png) right 1em no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: calc(100% - 1px);
  padding: 0.5em 1em 1.5em 0;
  margin-bottom: 1em;
}

#newsIdx .item p {
  color: #666;
  font-size: 18px;
}

#newsIdx .item p.date {
  background-color: #ececec;
  text-align: center;
  padding: 0 0.8em;
  width: 140px;
}

#newsIdx .item p.txt {
  width: calc(100% - 140px);
  padding-left: 1em;
}

#newsIdx .item:hover p.date {
  background-color: #666;
  color: #fff;
}

#newsIdx .item:hover p.txt {
  color: #000;
}

#newsIdx .btnSy01 {
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  #newsIdx {
    padding: 2em 3%;
  }
}

@media screen and (max-width: 600px) {
  #newsIdx .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: url(../images/iArrow03_gy.png) right 2em no-repeat;
  }
  #newsIdx .item p.date {
    margin-bottom: 0.5em;
  }
  #newsIdx .item p.txt {
    width: 100%;
    padding-left: 0.8em;
  }
}

/*newsIdx----------*/
#technologyIdx {
  width: 100%;
  padding: 3em 3% 5em;
  background: url(../images/technology.jpg) center top no-repeat;
  background-size: cover;
  text-align: center;
}

#technologyIdx .txtBox {
  padding: 1em 0 2em;
}

#technologyIdx .txtBox p {
  font-family: 'Noto Sans TC', sans-serif;
  color: #fff;
  margin-bottom: 0.5em;
}

#technologyIdx .titleArea .tL, #technologyIdx .titleArea .tS {
  color: #fff;
}

#technologyIdx .iconItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  list-style: none;
  padding: 0;
}

#technologyIdx .iconItem .item {
  width: calc( 100% /6);
  margin-bottom: 2em;
}

#technologyIdx .iconItem .item p {
  font-family: 'Noto Sans TC', sans-serif;
  color: #fff;
  font-size: 18px;
}

#technologyIdx .iconItem .item img {
  width: 80px;
}

#technologyIdx .btnSy01_w {
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  #technologyIdx .iconItem {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #technologyIdx .iconItem .item {
    width: calc( 100% /3);
  }
}

@media screen and (max-width: 460px) {
  #technologyIdx .iconItem .item {
    width: calc( 100% /2);
  }
}
/*# sourceMappingURL=index.css.map */