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: 18px;
  line-height: 1.5em;
  font-weight: 400;
  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;
  padding-top: 90px;
}

@media screen and (max-width: 1200px) {
  #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: 40px;
  font-weight: 700;
  line-height: 1.5em;
}

.titleBox .title span {
  color: #c60909;
}

.titleBox .title.bLine {
  position: relative;
  padding-bottom: 10px;
}

.titleBox .title.bLine::after {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #c60909;
  position: absolute;
  left: 0;
  bottom: 0;
}

.titleBox .subTitle {
  color: #333333;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2em;
  text-transform: uppercase;
  margin: 0;
}

@media screen and (max-width: 1200px) {
  .titleBox .title {
    font-size: 36px;
    line-height: 1.2em;
  }
  .titleBox .subTitle {
    font-size: 28px;
  }
}

@media screen and (max-width: 960px) {
  .titleBox .title {
    font-size: 30px;
    line-height: 1.2em;
  }
  .titleBox .subTitle {
    font-size: 22px;
  }
}

@media screen and (max-width: 560px) {
  .titleBox .title {
    font-size: 24px;
    line-height: 1.2em;
  }
  .titleBox .subTitle {
    font-size: 18px;
  }
}

/*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*/
.btnOutline {
  font-family: "Noto Sans TC", Arial, Helvetica;
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0;
  height: 50px;
  line-height: 50px;
  padding: 0 16px;
  min-width: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 20px;
  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;
}

@media screen and (max-width: 960px) {
  .btnOutline {
    height: 46px;
    line-height: 46px;
    min-width: 60px;
    font-size: 16px;
  }
}

.btnOutline-primary {
  color: #c60909;
  border: 1px solid #c60909;
}

.btnOutline-primary:active, .btnOutline-primary:visited, .btnOutline-primary:focus {
  color: #c60909;
}

.btnOutline-primary:hover {
  color: #ffffff;
  background: #c60909;
}

.btnRound {
  font-family: "Noto Sans TC", Arial, Helvetica;
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  padding: 0 16px;
  min-width: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 20px;
  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;
}

.btnRound i {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 0 0.2em;
}

@media screen and (max-width: 400px) {
  .btnRound {
    height: 46px;
    border-radius: 23px;
    line-height: 46px;
    min-width: 60px;
    font-size: 16px;
  }
}

.btnRound-primary {
  color: #ffffff;
  background-color: #c60909;
}

.btnRound-primary:active, .btnRound-primary:visited, .btnRound-primary:focus {
  color: #ffffff;
}

.btnRound-primary:hover {
  color: #ffffff;
  background: #333333;
}

.btnRound-secondary {
  color: #ffffff;
  background-color: #002e73;
}

.btnRound-secondary:active, .btnRound-secondary:visited, .btnRound-secondary:focus {
  color: #ffffff;
}

.btnRound-secondary:hover {
  color: #ffffff;
  background: #333333;
}

/*-- bannerIdx ----------*/
#bannerIdx {
  width: 100%;
  position: relative;
}

#bannerIdx img {
  width: 100%;
}

/*-- aboutIdx ----------*/
#aboutIdx {
  padding: 3em 3% 1em;
  margin: 0 auto;
  background-image: url("../images/bgLine_r.png");
  background-repeat: no-repeat;
  background-position: left 90%;
  background-size: 10% auto;
  background-color: #f7f7f7;
}

#aboutIdx .titleBox {
  margin-bottom: 2em;
}

#aboutIdx .txt {
  margin-bottom: 1em;
}

#aboutIdx .applications {
  text-align: center;
  margin: 2em 0;
}

#aboutIdx .applications .itemBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#aboutIdx .applications .itemBox .item {
  margin: 0 1em 1em;
}

#aboutIdx .applications .itemBox .item a{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#aboutIdx .applications .itemBox .item .pic {
  width: 160px;
  height: 160px;
  background-color: #e7e7e7;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 2em;
}

#aboutIdx .applications .itemBox .item .pic::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 140px;
  height: 140px;
  border: 1px dashed #999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#aboutIdx .applications .itemBox .item .pic i {
  width: 60%;
  height: 60%;
  max-height: 85px;
  max-width: 85px;
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

#aboutIdx .applications .itemBox .item .pic i.iBicycle {
  background-image: url("../images/iAppBicycle_gy.png");
}

#aboutIdx .applications .itemBox .item .pic i.iCar {
  background-image: url("../images/iAppCar_gy.png");
}

#aboutIdx .applications .itemBox .item .pic i.iAerospace {
  background-image: url("../images/iAppAerospace_gy.png");
}

#aboutIdx .applications .itemBox .item .pic i.iElectron {
  background-image: url("../images/iAppElectron_gy.png");
}

#aboutIdx .applications .itemBox .item .pic i.iOtherParts {
  background-image: url("../images/iAppOther_gy.png");
}

#aboutIdx .applications .itemBox .item p {
  font-size: 20px;
  font-weight: 500;
}

#aboutIdx .applications .itemBox .item:hover .pic {
  background-color: #002e73;
}

#aboutIdx .applications .itemBox .item:hover .pic::before {
  width: 180px;
  height: 180px;
}

#aboutIdx .applications .itemBox .item:hover .pic i.iBicycle {
  background-image: url("../images/iAppBicycle_w.png");
}

#aboutIdx .applications .itemBox .item:hover .pic i.iCar {
  background-image: url("../images/iAppCar_w.png");
}

#aboutIdx .applications .itemBox .item:hover .pic i.iAerospace {
  background-image: url("../images/iAppAerospace_w.png");
}

#aboutIdx .applications .itemBox .item:hover .pic i.iElectron {
  background-image: url("../images/iAppElectron_w.png");
}

#aboutIdx .applications .itemBox .item:hover .pic i.iOtherParts {
  background-image: url("../images/iAppOther_w.png");
}

@media screen and (max-width: 1700px) {
  #aboutIdx {
    background-size: 8% auto;
    background-position: left 90%;
  }
}

@media screen and (max-width: 960px) {
  #aboutIdx .applications .itemBox .item {
    margin: 0 0.8em 1em;
  }
  #aboutIdx .applications .itemBox .item .pic {
    width: 140px;
    height: 140px;
    margin-bottom: 1em;
  }
  #aboutIdx .applications .itemBox .item .pic::before {
    width: 130px;
    height: 130px;
  }
  #aboutIdx .applications .itemBox .item:hover .pic::before {
    width: 150px;
    height: 150px;
  }
}

@media screen and (max-width: 768px) {
  #aboutIdx .applications .itemBox .item{
	width: 48%;
	margin: 0 1% 1em 1%;
  }
}

@media screen and (max-width: 991px) {
  #aboutIdx {
    background: none;
  }
  #aboutIdx .titleBox {
    text-align: center;
  }
  #aboutIdx .titleBox .title.bLine::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #aboutIdx .photo img {
    margin: 0 auto 2em;
  }
  #aboutIdx .btnRound {
    margin: 0 auto;
    display: table;
  }
}

@media screen and (max-width: 560px) {
  #aboutIdx {
    padding: 1em 3% 0;
  }
  #aboutIdx .applications .itemBox .item {
    margin: 0 0.4em 1em;
	width: 100%;
  }
  #aboutIdx .applications .itemBox .item .pic {
    width: 110px;
    height: 110px;
    margin-bottom: 0.5em;
  }
  #aboutIdx .applications .itemBox .item .pic::before {
    width: 100px;
    height: 100px;
  }
  #aboutIdx .applications .itemBox .item p {
    font-size: 16px;
  }
  #aboutIdx .applications .itemBox .item:hover .pic::before {
    display: none;
  }
}

/*-- qualityIdx ----------*/
#qualityIdx {
  position: relative;
  padding: 3em 3%;
}

#qualityIdx::before {
  content: "";
  height: 65%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  display: block;
  background-image: url(../images/idxQuality.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
}

#qualityIdx .titleBox {
  margin-bottom: 1em;
}

#qualityIdx .titleBox .title {
  color: #ffffff;
}

#qualityIdx .btnRound {
  clear: both;
  display: table;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  #qualityIdx::before {
    height: 100%;
  }
}

#qualityIdx .quality {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 2em;
  padding-bottom: 2em;
}

#qualityIdx .quality .itemBox {
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#qualityIdx .quality .itemBox ul, #qualityIdx .quality .itemBox li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#qualityIdx .quality .itemBox ul {
  padding-right: 1em;
}

#qualityIdx .quality .itemBox li {
  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;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 0.5em;
  position: relative;
  padding-left: 25px;
}

#qualityIdx .quality .itemBox li::before {
  content: "";
  margin-right: 0.2em;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
  width: 20px;
  height: 20px;
  background-image: url(../images/iOk_r.svg);
  background-position: left top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 991px) {
  #qualityIdx .quality {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  #qualityIdx .quality .itemBox ul:nth-child(2){
	padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  #qualityIdx .quality .itemBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #qualityIdx .quality .itemBox ul{
	padding-right: 0;
  }
}

@media screen and (max-width: 400px) {
  #qualityIdx .quality .itemBox li::before {
    width: 16px;
    height: 16px;
    -webkit-transform: translateY(11px);
            transform: translateY(11px);
  }
}

#qualityIdx .certification {
  margin-bottom: 2em;
}

#qualityIdx .certification p {
  color: #ffffff;
}

#qualityIdx .picBox {
  margin-bottom: 1em;
  display: block;
  overflow: hidden;
}

#qualityIdx .picBox .item {
  float: left;
  width: calc(100%/4);
  padding: 0 0.5em;
}

#qualityIdx .picBox .pic {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1em;
  overflow: hidden;
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 73.2%;
  line-height: 0;
  border-radius: 20px;
}

#qualityIdx .picBox .pic img {
  max-height: 100%;
  position: relative;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #qualityIdx .picBox .item {
    width: calc(100%/2);
    padding: 0 0.2em;
  }
}
