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: 'Outfit','Noto Sans TC', Arial, Helvetica, sans-serif;
  line-height: 1.5em;
}

p {
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

* {
  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 {
  font-size: 14px;
  color: #444;
}

@media screen and (max-width: 1024px) {
  body {
    background-size: 120% auto;
  }
}

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

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

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

.containerItem {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 3%;
}

/*-- animation ----------*/
/*floating*/
.floating {
  -webkit-animation-name: floating;
          animation-name: floating;
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@keyframes floating {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(10%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}

/* Icon Wobble Horizontal */
@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
            transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
            transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/*- 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(../iarrow02r_w.html);
  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 {
  border: 1px solid #b1b1b1;
  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;
  border: 1px solid #fff;
}

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

/*font*/
.titleBox {
  font-family: 'Outfit','Noto Sans TC', Arial, Helvetica, sans-serif;
  margin-bottom: 0.2em;
  width: 100%;
  font-size: 42px;
  font-weight: 700;
}

.fSyLine_b, .fSyLine_w {
  color: #005891;
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 600;
  text-transform: uppercase;
}

.fSyLine_b::before, .fSyLine_w::before {
  content: "";
  width: 1.5em;
  height: 4px;
  display: inline-block;
  background-color: #005891;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  margin-right: 0.3em;
}

@media screen and (max-width: 600px) {
  .fSyLine_b, .fSyLine_w {
    font-size: 24px;
  }
}

.fSyLine_w {
  color: #fff;
}

.fSyLine_w::before {
  background-color: #fff;
}

.fSyLine02_w {
  color: #fff;
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 600;
  text-transform: uppercase;
}

.fSyLine02_w::after {
  content: "";
  width: 1.5em;
  height: 4px;
  display: inline-block;
  background-color: #fff;
  display: block;
  margin: 0.5em auto;
}

@media screen and (max-width: 600px) {
  .fSyLine02_w {
    font-size: 24px;
  }
}

.fSy16_b {
  color: #333;
  font-size: 16px;
  font-weight: 700;
}

/*Icon*/
.iArrowR {
  background-image: url(../iarrowright_gy.html);
  background-repeat: no-repeat;
  background-position: left top;
  width: 6px;
  height: 12px;
}

/*Btn*/
.btnSy01_b, .btnSy01_w {
  font-family: 'Outfit','Noto Sans TC', Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 16px;
  height: 42px;
  line-height: 42px;
  border-top-right-radius: 21px;
  border-bottom-right-radius: 21px;
  text-align: center;
  width: 215px;
  padding: 0 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #005b94;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  opacity: 0.9;
}

.btnSy01_b:active, .btnSy01_b:visited, .btnSy01_b:focus, .btnSy01_w:active, .btnSy01_w:visited, .btnSy01_w:focus {
  background-color: #005b94;
  color: #fff;
}

.btnSy01_b .iArrowR, .btnSy01_w .iArrowR {
  position: relative;
  background-image: url(../png/iarrow03r_w.png);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.btnSy01_b:hover, .btnSy01_w:hover {
  opacity: 1;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  color: #fff;
}

.btnSy01_b:hover .iArrowR, .btnSy01_w:hover .iArrowR {
  -webkit-animation-name: hvr-icon-wobble-horizontal;
          animation-name: hvr-icon-wobble-horizontal;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

.btnSy01_w {
  color: #005b94;
  background-color: #fff;
}

.btnSy01_w:active, .btnSy01_w:visited, .btnSy01_w:focus {
  background-color: #fff;
  color: #005b94;
}

.btnSy01_w:hover {
  color: #005b94;
}

.btnSy01_w .iArrowR {
  background-image: url(../png/iarrow03r_b.png);
}

.btnSy02 {
  color: #fff;
  font-size: 16px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  width: 215px;
  padding: 0 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #fff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-weight: 300;
}

.btnSy02:active, .btnSy02:visited, .btnSy02:focus {
  color: #fff;
}

.btnSy02 .iArrowR {
  position: relative;
  background: url(../iarrowright.html) no-repeat left top;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.btnSy02:hover {
  font-weight: 500;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  color: #71130c;
  background-color: #fff;
}

.btnSy02:hover .iArrowR {
  background: url(../iarrowright_r.html) no-repeat left top;
  -webkit-animation-name: hvr-icon-wobble-horizontal;
          animation-name: hvr-icon-wobble-horizontal;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

/*-- bannerBox ----------*/
#bannerBox {
  width: 100%;
  position: relative;
  font-family: 'Roboto','Noto Sans TC', Arial, Helvetica, sans-serif;
}

#bannerBox .iArrowD {
  position: absolute;
  z-index: 2;
  width: 60px;
  height: 59px;
  bottom: 5em;
  left: calc( 50% - 30px);
}

@media screen and (max-width: 700px) {
  #bannerBox .iArrowD {
    width: 40px;
    height: 40px;
    bottom: 3em;
  }
}

#bannerBox .btnScroll {
  right: 2%;
  bottom: -56px;
  z-index: 2;
  position: absolute;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  height: 300px;
  cursor: pointer;
  background-image: url(../jpg/line.jpg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center bottom;
}

@media screen and (max-width: 1024px) {
  #bannerBox .btnScroll {
    display: none;
  }
}

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

#bannerBox .owl-dots {
  position: absolute;
  bottom: 1em;
  text-align: left;
  padding: 0 3%;
}

/*-- aboutIdx ----------*/
#aboutIdx {
  width: 100%;
  padding: 4em 0 0 0;
  margin: 0 auto 4em;
  position: relative;
  overflow: hidden;
}

#aboutIdx::before {
  content: "";
  width: 100%;
  height: calc(100% - 3em);
  background-color: #f1f2f4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

#aboutIdx .pic {
  max-width: 630px;
  width: 40%;
  float: right;
  padding-right: 3%;
  overflow: hidden;
}

#aboutIdx .leftBox {
  float: left;
  width: 60%;
  padding: 0 3em 2em 3%;
}

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

#aboutIdx .txtBox .certified {
  width: 100%;
  margin-bottom: 1em;
}

#aboutIdx .txtBox .certified img {
  padding: 0 0.3em;
  height: auto;
  max-width: 354px;
  width: 50%;
}

@media screen and (max-width: 900px) {
  #aboutIdx .pic {
    float: none;
    width: 60%;
    margin: 0 auto;
    display: block;
    padding: 0;
  }
  #aboutIdx .leftBox {
    width: 100%;
    margin-top: 0;
    padding: 0 3% 2em;
  }
}

@media screen and (max-width: 600px) {
  #aboutIdx .pic {
    width: 94%;
  }
  #aboutIdx .txtBox .certified {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #aboutIdx .txtBox .certified img {
    width: 100%;
  }
}

/*-- appliancesIdx----------*/
#appliancesIdx {
  position: relative;
  /*tab*/
}

#appliancesIdx::before {
  content: "";
  width: 100%;
  height: 30%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #005b94;
  z-index: 0;
}

#appliancesIdx #app-main {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: block;
}

#appliancesIdx .titleBox {
  width: auto;
  float: left;
  margin: 2% 0.5em 0 0;
}

#appliancesIdx .appItemPic {
  float: left;
  max-width: 500px;
  width: 30%;
}

#appliancesIdx .appItemBox {
  padding: 1em 0 1em 2em;
  float: left;
  width: 70%;
}

#appliancesIdx .appItemBox .title {
  font-size: 28px;
  color: #333;
  font-weight: 700;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

#appliancesIdx .appItemBox .title b {
  color: #005b94;
  font-size: 70px;
  margin-right: 0.2em;
}

#appliancesIdx .listBox {
  padding: 0.5em 0 1em 2em;
  float: left;
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#appliancesIdx .listBox .proBox {
  width: calc(100% - 110px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#appliancesIdx .listBox .proList {
  float: left;
  width: 216px;
  margin-right: 1.5em;
}

#appliancesIdx .listBox .proList .pic {
  display: block;
  height: auto;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 0.5em;
}

#appliancesIdx .listBox .proList .pic img {
  display: block;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#appliancesIdx .listBox .proList .txt {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3em;
  font-size: 16px;
  text-align: center;
  color: #fff;
}

#appliancesIdx .listBox .proList .txt:active, #appliancesIdx .listBox .proList .txt:visited, #appliancesIdx .listBox .proList .txt:focus {
  color: #fff;
}

#appliancesIdx .listBox .proList:hover .pic img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#appliancesIdx .listBox .btnMore {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #eeefef;
  position: relative;
  float: left;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

#appliancesIdx .listBox .btnMore::before, #appliancesIdx .listBox .btnMore::after {
  content: "";
  position: absolute;
  background-color: #999;
  z-index: 1;
}

#appliancesIdx .listBox .btnMore::before {
  width: 28px;
  height: 2px;
  top: calc( 50% - 1px);
  left: calc( 50% - 14px);
}

#appliancesIdx .listBox .btnMore::after {
  width: 2px;
  height: 28px;
  top: calc( 50% - 14px);
  left: calc( 50% - 1px);
}

#appliancesIdx .listBox .btnMore:hover {
  background-color: #00abff;
  -webkit-box-shadow: 0 0 0 0.5em rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0 0.5em rgba(0, 0, 0, 0.2);
}

#appliancesIdx .listBox .btnMore:hover::before, #appliancesIdx .listBox .btnMore:hover::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: #fff;
}

#appliancesIdx .btnMoreList {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5em 3%;
  border-bottom: 1px solid #999;
}

#appliancesIdx .btnMoreList b {
  color: #333;
  padding: 0 0.5em;
  line-height: 22px;
  font-size: 18px;
}

#appliancesIdx .btnMoreList img {
  width: 50px;
  height: 50px;
}

#appliancesIdx ul.resp-tabs-list {
  margin-bottom: 3em;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

#appliancesIdx .resp-tabs-list li {
  padding: 0 0.2em 0.2em;
  line-height: normal;
  opacity: 0.6;
}

#appliancesIdx .resp-tabs-list li b {
  display: none;
}

#appliancesIdx .resp-tabs-list li:hover {
  background: none;
  opacity: 1;
}

#appliancesIdx .resp-tabs-list li.resp-tab-active {
  opacity: 1;
  background: url(../png/iarrow03_b.png) no-repeat center bottom;
}

#appliancesIdx .resp-tabs-list .btnMore {
  opacity: 0.6;
}

#appliancesIdx .resp-tabs-list .btnMore:hover {
  opacity: 1;
}

#appliancesIdx .resp-tabs-container {
  min-height: 200px;
  margin: 0 auto;
}

@media only screen and (max-width: 960px) {
  #appliancesIdx {
    padding: 0;
    /*tab*/
  }
  #appliancesIdx .containerItem {
    padding: 0;
  }
  #appliancesIdx::before {
    display: none;
  }
  #appliancesIdx .titleBox {
    width: 100%;
    display: block;
    padding: 0 3%;
    margin-bottom: 0.5em;
  }
  #appliancesIdx .appItemBox {
    padding: 1em;
  }
  #appliancesIdx .appItemBox .title {
    display: none;
  }
  #appliancesIdx .listBox {
    width: 100%;
    float: none;
    clear: both;
    padding: 2em 0 2em 0;
    -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;
  }
  #appliancesIdx .listBox .proList {
    margin-right: 0.3em;
  }
  #appliancesIdx .listBox .proList .txt {
    color: #333;
  }
  #appliancesIdx .listBox .proList .txt:active, #appliancesIdx .listBox .proList .txt:visited, #appliancesIdx .listBox .proList .txt:focus {
    color: #333;
  }
  #appliancesIdx .listBox .proBox {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #appliancesIdx .listBox .btnMore {
    width: 50px;
    height: 50px;
    background-color: #fff;
  }
  #appliancesIdx .btnMoreList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #appliancesIdx .resp-accordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #999;
    margin: 0;
    padding: 0.5em 3%;
  }
  #appliancesIdx .resp-accordion b {
    display: inline-block;
    color: #333;
    padding: 0 0.5em;
    line-height: 22px;
  }
  #appliancesIdx .resp-accordion img {
    width: 50px;
    height: 50px;
  }
  #appliancesIdx .resp-accordion:first-of-type {
    border-top: 1px solid #999;
  }
  #appliancesIdx .resp-arrow {
    float: none;
    position: absolute;
    right: 3%;
    border-top: 12px solid #333;
  }
  #appliancesIdx .resp-tab-active {
    background-color: #eee;
    border-bottom: none;
  }
  #appliancesIdx .resp-tab-active .resp-arrow {
    border-top: none;
    border-bottom: 12px solid #333;
  }
  #appliancesIdx .resp-tab-content {
    background-color: #eee;
    padding: 2em 3%;
  }
}

@media only screen and (max-width: 660px) {
  #appliancesIdx .appItemPic, #appliancesIdx .appItemBox {
    width: 100%;
    float: none;
    margin: 0 auto;
    padding: 1em 0;
  }
}

@media only screen and (max-width: 460px) {
  #appliancesIdx .listBox .proBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #appliancesIdx .listBox .proList {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 1em;
  }
}

/*producrsIdx----------*/
#productIdx {
  width: 100%;
  padding: 5em 0 0;
  margin: 0 auto;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-color: #005b94;
}

#productIdx .txtBox {
  text-align: center;
  width: 800px;
  padding: 0 3% 5em;
  max-width: 100%;
}

#productIdx .titleBox {
  margin-bottom: 1em;
  text-align: center;
  background-position: center bottom;
}

#productIdx #productsBox {
  position: relative;
  width: 100%;
  padding: 0;
}

#productIdx .owl-dots {
  position: absolute;
  z-index: 3;
  bottom: 0;
  display: none;
}

#productIdx .listCard {
  padding: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#productIdx .listCard .photoBox {
  width: 100%;
  position: relative;
  overflow: hidden;
}

#productIdx .listCard .photoBox a {
  display: block;
}

#productIdx .listCard .photoBox a::before {
  content: "";
  background-color: #022a44;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  opacity: 0.6;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#productIdx .listCard .photoBox a img {
  position: relative;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#productIdx .listCard .listTxt {
  width: 100%;
  height: 100%;
  padding: 3%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
}

#productIdx .listCard .listTxt .title {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#productIdx .listCard .listTxt .title a {
  color: #fff;
  font-family: 'Noto Sans TC', Arial, Helvetica, sans-serif;
}

#productIdx .listCard .listTxt .title a:active, #productIdx .listCard .listTxt .title a:visited, #productIdx .listCard .listTxt .title a:focus {
  color: #fff;
}

#productIdx .listCard:hover .photoBox a img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

#productIdx .listCard:hover .photoBox a::before {
  opacity: 0;
}

/*
#productIdx .listCard:hover .listTxt {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#productIdx .listCard:hover .listTxt .title {
  text-align: left;
  height: 100%;
}
*/

#productIdx .listCard:hover .listTxt .title a {
  color: #005b94;
  text-shadow: 1px 1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff;
  height: 100%;
  display: block;
}

/*partenrsIdx----------*/
#partenrsIdx {
  padding: 3em 0 5em;
  width: 100%;
}

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

#partenrsIdx #partenrBox {
  width: 100%;
}

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

#partenrsIdx #partenrBox ul {
  width: 100%;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#partenrsIdx #partenrBox li {
  padding: 0 2%;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 1024px) {
  #partenrsIdx #partenrBox li {
    max-height: 70px;
    text-align: center;
  }
}

@media screen and (max-width: 960px) {
  #partenrsIdx {
    padding: 3em 0;
  }
  #partenrsIdx #partenrBox li {
    padding: 0;
    text-align: center;
    padding: 0.5em;
  }
}

@media screen and (max-width: 960px) {
  #partenrsIdx #partenrBox li {
    width: calc(100%/4);
  }
}

@media screen and (max-width: 560px) {
  #partenrsIdx #partenrBox li {
    max-height: 50px;
    width: calc(100%/3);
  }
}

@media screen and (max-width: 320px) {
  #partenrsIdx #partenrBox li {
    width: calc(100%/2);
  }
}

/*branchesIdx----------*/
#branchesIdx {
  width: 100%;
  background-color: #f3f3f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#branchesIdx .leftBox {
  background: url(../jpg/bgb.jpg) no-repeat left top;
  background-size: cover;
  width: calc( 100% - 800px);
  min-width: 40%;
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 5%;
}

#branchesIdx .leftBox .txt {
  margin-bottom: 1.5em;
}

#branchesIdx .leftBox .txt p {
  color: #fff;
}

#branchesIdx .rightBox {
  width: 980px;
  max-width: 60%;
}

#branchesIdx .rightBox img {
  display: block;
}

@media screen and (max-width: 960px) {
  #branchesIdx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #branchesIdx .leftBox, #branchesIdx .rightBox {
    width: 100%;
    max-width: none;
    min-width: auto;
  }
  #branchesIdx .rightBox img {
    max-width: 100%;
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
}

@media screen and (max-width: 660px) {
  #branchesIdx .rightBox img {
    max-width: 120%;
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
}

@media screen and (max-width: 660px) {
  #branchesIdx .rightBox img {
    max-width: 124%;
    -webkit-transform: translateX(-19%);
            transform: translateX(-19%);
  }
}
