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.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: 108px;
}

@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 #334021;
  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: #334021;
}

.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 #334021;
  width: 0.6em;
  height: 0.6em;
  border-radius: 0.3em;
  margin: 0 0.2em;
}

.owl-dots button.owl-dot:hover {
  background-color: rgba(152, 156, 110, 0.5);
}

.owl-dots button.owl-dot.active, .owl-dots button.owl-dot.active:hover {
  background-color: #334021;
}

/*font*/
.titleBox {
  font-family: "Noto Serif TC", serif;
  margin-bottom: 0.2em;
  display: block;
}

.titleBox .title {
  color: #334021;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5em;
}

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

.titleBox .subTitle.rLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.titleBox .subTitle.rLine::after {
  content: "";
  width: 66px;
  height: 1px;
  margin-left: 16px;
  background-color: #334021;
}

@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;
}

/*Btn*/
.btnOutline {
  font-family: "Noto Serif TC", serif;
  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: #334021;
  border: 1px solid #334021;
}

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

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

.btnRound {
  font-family: "Noto Serif TC", serif;
  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;
}

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

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

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

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

.btnVideo {
  width: 136px;
  height: 136px;
  border-radius: 50%;
  background-color: rgba(256, 256, 256, 1);
  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;
}

.btnVideo::before {
  content: "";
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background-color: #f00;
}

.btnVideo::after {
  content: "";
  background: url("../images/iArrow04_w.png") 0 0 no-repeat;
  background-size: 100% auto;
  width: 20px;
  height: 24px;
  display: block;
  position: absolute;
  left: calc(50% - 10px);
  top: calc( 50% - 12px);
}

.btnVideo:hover::before {
  transform: scale(0.9);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

@media screen and (max-width: 1200px) {
  .btnVideo {
    width: 100px;
    height: 100px;
  }
  .btnVideo::before {
    width: 70px;
    height: 70px;
  }
  .btnVideo::after {
    width: 14px;
    height: 20px;
    left: calc(50% - 7px);
    top: calc( 50% - 10px);
  }
}

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

#bannerIdx .titleBox {
  position: absolute;
  z-index: 2;
  width: 38%;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#bannerIdx .titleBox .logoS {
  width: 37px;
  height: 37px;
}

#bannerIdx .titleBox .title, #bannerIdx .titleBox .subTitle {
  text-shadow: 0 0 0.5em white;
  text-align: center;
}

#bannerIdx ul, #bannerIdx li {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 1200px) {
  #bannerIdx .titleBox {
    width: 60%;
  }
}

@media screen and (max-width: 960px) {
  #bannerIdx .titleBox {
    width: 90%;
  }
}

@media screen and (max-width: 400px) {
  #bannerIdx .titleBox .logoS {
    display: none;
  }
  #bannerIdx .titleBox .title {
    font-size: 18px;
    line-height: 1em;
  }
  #bannerIdx .titleBox .subTitle {
    font-size: 14px;
  }
}

/*newsIdx----------*/
#newsIdx {
  width: 100%;
  background-image: url(../images/bgMaterial.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3em 3%;
}

#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 .titleBox {
  text-align: center;
}

#newsIdx .itemBox {
  width: 100%;
  margin: 0.5em 0 2em;
}

#newsIdx .itemBox .item {
  width: 100%;
  text-align: center;
  padding: 0.5em;
}

#newsIdx .itemBox .item .pic {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1em;
  overflow: hidden;
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 63%;
  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 .txtBox {
  text-align: left;
  padding: 0;
}

#newsIdx .itemBox .txt {
  color: #333333;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  width: 100%;
  height: 4.5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin: 0;
}

#newsIdx .itemBox .date .day {
  color: #334021;
  font-weight: 700;
  font-size: 60px;
  float: left;
  width: 80px;
  height: 60px;
  line-height: 40px;
}

#newsIdx .itemBox .date .year, #newsIdx .itemBox .date .month {
  float: left;
  width: calc(100% - 80px);
  display: inline-block;
  color: #334021;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

#newsIdx .itemBox .title {
  color: #333333;
  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;
}

#newsIdx .btnRound {
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  #newsIdx .itemBox .title {
    margin-top: 0.2em;
  }
  #newsIdx .itemBox .date .day {
    font-size: 40px;
    width: 50px;
    height: 40px;
    line-height: 18px;
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
  #newsIdx .itemBox .date .year, #newsIdx .itemBox .date .month {
    font-size: 16px;
    line-height: 18px;
  }
}

@media screen and (max-width: 560px) {
  #newsIdx {
    padding: 1em 3%;
  }
}

/*-- aboutIdx ----------*/
#aboutIdx {
  padding: 3em 3%;
  margin: 0 auto;
  background-image: url(../images/bgFlower01.png), url(../images/bgFlower02.png);
  background-position: left center,right bottom;
  background-repeat: no-repeat;
  background-size: auto,auto;
}

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

#aboutIdx .btnVideo {
  position: absolute;
  left: 0;
  bottom: 10%;
}

@media screen and (max-width: 1600px) {
  #aboutIdx {
    background-position: left top,right bottom;
    background-size: 14% auto,14% auto;
  }
}

@media screen and (max-width: 767px) {
  #aboutIdx .titleBox {
    text-align: center;
  }
  #aboutIdx .titleBox .subTitle.rLine {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #aboutIdx .titleBox .subTitle.rLine:after {
    display: none;
  }
  #aboutIdx .txt {
    text-align: center;
  }
  #aboutIdx .btnRound-primary {
    margin: 0 auto;
    display: table;
  }
}

@media screen and (max-width: 560px) {
  #aboutIdx {
    padding: 1em 3%;
  }
}

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

/*-- productIdx ----------*/
#productIdx {
  width: 100%;
  position: relative;
  padding: 4em 3% 2em;
}

#productIdx .txtBox {
  display: inline-block;
  margin-bottom: 20px;
}

#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;
}

#productIdx .item .info .classTitle {
  color: #c06c40;
  margin-bottom: 0.5em;
}

#productIdx .item .info .title {
  color: #333333;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  height: 26px;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

@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%;
  }
}
