@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 ,li{
  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: 1180px) {
  #outerWrap {
    padding-top: 70px;
  }
}

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

.pageMain {
  padding-top: 3em;
}

.container {
  position: relative;
  max-width: 100%;
  width: 1400px;
  margin: 0 auto;
  padding: 0 3% 3em;
  min-height: 400px;
}

/*-- 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: -2%;
  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: #005891;
}

.owl-theme .owl-nav .owl-prev {
  left: -2%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.owl-dots {
  margin-top: 0px;
  width: 100%;
  text-align: center;
}

.owl-dots .owl-dot {
  border: 1px solid #ccc;
  background-color: #ccc;
  height: 0.8em;
  width: 0.8em;
  border-radius: 0.4em;
  margin-right: 0.3em;
  display: inline-block;
}

.owl-dots .owl-dot:hover {
  background-color: #ccc;
  border: 1px solid #005891;
}

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

/*font*/
.titleBox {
  font-family: 'Outfit','Noto Sans TC', Arial, Helvetica, sans-serif;
  width: 100%;
  color: #005891;
  font-size: 30px;
  font-weight: 700;
  position: relative;
  padding-bottom: 0.5em;
  text-align: center;
}

.titleBox::after {
  content: "";
  width: 62px;
  height: 3px;
  background-color: #005891;
  margin: 0 auto;
  display: block;
}

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

.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, .fSyLine02_b {
  color: #fff;
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 600;
  text-transform: uppercase;
}

.fSyLine02_w::after, .fSyLine02_b::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, .fSyLine02_b {
    font-size: 24px;
  }
}

.fSyLine02_b {
  color: #005891;
}

.fSyLine02_b::after {
  background-color: #005891;
}

.fSy20_b {
  color: #005891;
  font-size: 20px;
  font-weight: 500;
}

.fSy18 {
  color: #005891;
  font-size: 18px;
  font-weight: 400;
}

.fSy16 {
  color: #005891;
  font-size: 16px;
  font-weight: 400;
}

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

.iArrowL {
  background: url(../png/iarrowl_gy.png) no-repeat left top;
  width: 6px;
  height: 12px;
}

.iInquiry {
  background: url(../png/iinquiry_w.png) no-repeat left top;
  width: 20px;
  height: 20px;
}

.iSearch {
  background: url(../png/iserch_w.png) no-repeat left top;
  width: 20px;
  height: 20px;
}

/*Btn*/
.btnSy01_b, .btnSy01_w {
  font-family: 'Outfit','Noto Sans TC', Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 16px;
  height: 50px;
  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;
}

/*formSyA*/
.formSyA {
  padding: 0;
}

.formSyA select, .formSyA input, .formSyA textarea {
  width: 100%;
  border: none;
  background: none;
  padding: 0.2em 0.5em;
  min-height: 1.5em;
  color: #666;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0;
  max-width: 100%;
  display: inline-block;
  font-weight: 500;
  line-height: 1.5em;
}

.formSyA button {
  border: none;
}

.formSyA option {
  color: #666;
}

.formSyA .formGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.formSyA .rowBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  background-color: #e8eaed;
  margin-bottom: 0.5em;
  padding: 0 0.5em;
  width: 100%;
}

.formSyA .rowBox em {
  font-weight: 700;
  color: #00558e;
  line-height: 36px;
}

.formSyA .rowBox.noBr {
  border: none;
}

.formSyA .rowBox.w30 {
  margin-left: 0.5em;
  width: calc((100% /3) - 0.5em);
}

.formSyA .rowBox.w30:first-of-type {
  margin-left: 0;
}

.formSyA .rowBox.w70 {
  margin-left: 0.5em;
  width: calc(100% - ((100% /3) - 0.5em ) - 0.5em);
}

.formSyA .rowBox.w70:first-of-type {
  margin-left: 0;
}

/*UL*/
ul.ulStyle01 {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.ulStyle01 li {
  font-family: "Outfit", "Noto Sans TC", Arial, Helvetica, sans-serif;
  color: #333;
  list-style: disc outside;
  margin: 0 0 0.5em 1.5em;
  padding: 0;
  line-height: 1.2em;
  font-size: 16px;
  font-weight: 500;
}

ul.ulStyle02 {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.ulStyle02 li {
  list-style: decimal;
  margin: 0 0 0.2em 2em;
  padding: 0;
}

/*table*/
.table_scroll {
  overflow-x: auto;
}

.datatable {
  min-width: 500px;
  margin: 1em 0;
  border-top: 1px solid #d0d0d0;
}

.datatable tr {
  border-bottom: 1px solid #c3c3c3;
  background-color: #ebebeb;
}

.datatable tr td {
  color: #333;
  padding: 0.3em 1em;
  font-size: 16px;
  font-weight: 500;
}

.datatable tr:nth-child(even) {
  background-color: #fff;
}

.datatable tr:last-of-type {
  border-bottom: 3px solid #6498bb;
}

.datatable th {
  background-color: #6498bb;
  color: #fff;
  padding: 0.3em 1em;
  font-size: 16px;
  border-right: 1px solid #d0ecff;
  font-size: 16px;
  text-align: center;
}

.datatable thead tr {
  border-bottom: 1px solid #d0ecff;
}

@media screen and (max-width: 660px) {
  .datatable th {
    padding: 0.3em 0;
  }
}

.datatable02 {
  min-width: 500px;
  margin: 1em 0;
}

.datatable02 thead tr {
  border-bottom: 1px solid #c3c3c3;
}

.datatable02 thead tr td {
  color: #333;
  font-weight: 600;
  font-size: 20px;
  padding: 0.2em 0.5em;
}

.datatable02 thead tr td.tColB {
  color: #00558e;
}

.datatable02 tbody tr {
  border-bottom: 10px solid #f1f2f4;
}

.datatable02 tbody tr td {
  font-size: 20px;
  color: #333;
  padding: 0.2em 0.5em;
  font-weight: 500;
}

.datatable02 tbody tr td:nth-of-type(1) {
  background: #6498bb;
  color: #fff;
  font-weight: 600;
}

.datatable02 tbody tr td:nth-of-type(2) {
  background: #f6f6f6;
}

.datatable02 tbody tr td:nth-of-type(3) {
  background: #eeeded;
}

.datatable02 tbody tr td:nth-of-type(4) {
  background: #e1e1e3;
}

.datatable02 tbody tr td:nth-of-type(5) {
  background: #d6d6d6;
}

.datatable02 tbody tr td:nth-of-type(6) {
  background: #cac9c9;
}

.datatable02 tbody tr td:nth-of-type(7) {
  background: #b9b8b8;
}

/*-- Pagebanner ----------*/
.pageBanner {
  width: 100%;
  position: relative;
  margin-bottom: 0;
}

.pageBanner .txt {
  width: 100%;
  height: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 3%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.pageBanner .txt p {
  font-size: 3rem;
  width: 900px;
  font-size: 2.6rem;
  color: #00558e;
  font-weight: 700;
  text-shadow: 0 0 0.8em #fff;
}

.pageBanner .txt p span.tColLb {
  color: #00ccff;
}

.pageBanner .txt p span.tColW {
  color: #fff;
}

.pageBanner img {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  .pageBanner .txt p {
    font-size: 30px;
  }
}

@media screen and (max-width: 400px) {
  .pageBanner .txt p {
    font-size: 20px;
    line-height: 1em;
  }
}

/*-- breadcrumb ----------*/
.path {
  padding: 0.5em 3%;
  list-style: none;
  width: 100%;
  margin: 0 auto;
  background-color: #f1f2f4;
  position: relative;
}

.path ul, .path li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.path li {
  display: inline;
  font-size: 14px;
  color: #005891;
  font-weight: 500;
}

.path li a {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  opacity: 0.6;
}

.path li a:hover {
  text-decoration: underline;
  opacity: 1;
}

.path li + li:before {
  padding: 2px 1em;
  color: #999;
  content: " / ";
  font-size: 12px;
  font-weight: 500;
}

@media screen and (max-width: 1200px) {
  .path {
    padding: 0.5em 3%;
  }
}

/*sidMenu*/
.subMenu01 {
  width: 100%;
  margin-bottom: 5em;
}

.subMenu01 ul, .subMenu01 li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.subMenu01 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1400px;
  max-width: 100%;
  margin: 3em auto;
}

.subMenu01 li {
  overflow: hidden;
  margin: 0 0.1em 0.5em;
}

.subMenu01 li a {
  background-color: #d9d9d9;
  font-size: 14px;
  height: 100%;
  width: 100%;
  padding: 0.5em 1em;
  text-align: center;
  color: #333;
  display: block;
  font-weight: 500;
  text-transform: uppercase;
  opacity: 0.6;
}

.subMenu01 li a:hover {
  opacity: 1;
}

.subMenu01 li.current a {
  background-color: #005891;
  color: #fff;
  opacity: 1;
  color: #fff;
}

.subMenu02 {
  margin-bottom: 2em;
}

.subMenu02 .mTitle {
  font-family: 'Outfit','Noto Sans TC', Arial, Helvetica, sans-serif;
  color: #005891;
  font-weight: 700;
  font-size: 30px;
  text-align: left;
  padding: 0.5em 5% 0;
  margin: 0.5em 0 1em;
}

.subMenu02 .mTitle::after {
  content: "";
  height: 3px;
  width: 2em;
  background-color: #005891;
  display: block;
}

.subMenu02 .mTitle .btnOpenSidMenu {
  display: none;
  cursor: pointer;
  border: solid 2px #005891;
  margin-left: 0.5em;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  float: right;
  background: url(../png/iarrow_b.png) center center no-repeat;
  background-size: 60% auto;
}

.subMenu02 .mTitle .btnOpenSidMenu.btnOpen {
  background: url(../png/iarrow_w.png) center center no-repeat #005891;
  background-size: 60% auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.subMenu02 .mBox {
  padding: 0.5em 0 0 0.5em;
}

.subMenu02 .mBox .link {
  font-weight: 700;
  font-size: 17px;
  color: #333;
  display: block;
  border-bottom: 1px solid #999;
  padding-bottom: 0.5em;
}
.subMenu02 .mBox .link:hover, .subMenu02 .mBox > .current {color: #9b0404;}

.subMenu02 .mBox ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 0.5em;
}

.subMenu02 .mBox li {
  list-style: none;
  margin-bottom: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -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;
}

.subMenu02 .mBox li::before {
  content: "．";
  color: #333;
  font-weight: 900;
  font-size: 20px;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  height: 0.5em;
  margin-left: -0.2em;
}

.subMenu02 .mBox li a {
  color: #999;
  font-weight: 400;
  font-size: 16px;
}

.subMenu02 .mBox li a:hover {
  color: #000;
}

.subMenu02 .mBox li a.current {
  color: #00a3d7;
}

@media screen and (max-width: 1024px) {
  .subMenu02 .btnOpenSidMenu {
    display: inline-block;
  }
  .subMenu02 .mTitle {
    margin: 0;
    background: none;
    border-bottom: solid #ccc 1px;
    padding: 0 3%;
    color: #aaa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .subMenu02 .mTitle::after {
    display: none;
  }
  .subMenu02 .mBox {
    padding: 0.5em 3%;
  }
  .subMenu02 .menuBox {
    border-top: 1px solid #ccc;
  }
  .subMenu02 .menuBox.open {
    background-color: #e0e0e0;
  }
  .subMenu02 .menuBox.open .mBox {
    display: block;
    height: auto;
  }
  .subMenu02 .menuBox.open .mTitle {
    color: #fff;
    background-color: #333;
  }
}

.pagination {
  width: 100%;
  margin: 4em auto 0;
  padding: 0 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 5em;
}

.pagination a {
  color: #999;
  text-align: center;
  line-height: 2em;
  font-size: 16px;
  font-weight: 300;
  width: 2em;
  height: 2em;
  margin: 0 0.2em;
}

.pagination a .iPrev {
  background: url(../png/iarrow_gy.png) center center no-repeat;
  background-size: auto 50%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 100%;
  height: 100%;
  display: inline-block;
}

.pagination a .iNext {
  background: url(../png/iarrow_gy.png) center center no-repeat;
  background-size: auto 50%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 100%;
  height: 100%;
  display: inline-block;
}

.pagination a:hover {
  color: #000;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}

.pagination a img {
  opacity: 0.8;
  width: 0.8em;
  height: 0.8em;
  margin: 0 auto;
  display: inline-block;
}

.pagination a.active {
  color: #333;
  font-weight: 500;
}

/*-- about --------------------------------------------------------------------------*/
#abA {
  width: 100%;
  padding: 0;
  overflow: hidden;
}

#abA .container01 {
  position: relative;
  width: 100%;
  background: url(../png/bgbot.png) no-repeat left top;
  background-size: auto;
}

#abA .container01 .txtBox {
  background-color: #fff;
  text-align: center;
  width: 1000px;
  margin: 0 auto;
  display: block;
  max-width: 100%;
  padding: 2em 3%;
}

#abA .container01 h1 {
  margin-bottom: 0.5em;
}

#abA .container01 .picBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#abA .container01 .picBox img {
  width: 50%;
}

#abA .itemBox {
  clear: both;
  overflow: hidden;
  padding: 5em 0;
  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;
}

#abA .itemBox .item {
  width: calc( 100%/5);
  text-align: center;
  margin-bottom: 2em;
  padding: 0 1em;
}

#abA .itemBox p {
  font-size: 18px;
  font-weight: 500;
  color: #333;
}

@media screen and (max-width: 800px) {
  #abA .container01 .txtBox {
    text-align: left;
  }
  #abA .container01 .picBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #abA .container01 .picBox img {
    width: 100%;
  }
  #abA .itemBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #abA .itemBox .item {
    width: calc( 100%/3);
    padding: 0 3%;
  }
}

@media screen and (max-width: 500px) {
  #abA .itemBox {
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
  }
  #abA .itemBox p {
    font-size: 16px;
    line-height: 1.3em;
  }
  #abA .itemBox .item {
    width: calc( 100%/2);
  }
}

/*-- productList01 ----------*/
#prLA {
  background: url(../png/bgbot.png) no-repeat -10em 8em;
  background-size: auto;
}

#prLA h1, #prLA .txtBox {
  width: 1140px;
  max-width: 100%;
  margin: 0 auto 1em;
  padding: 1em 3%;
  text-align: left;
  overflow: hidden;
}

#prLA h1 {
  text-align: center;
}

#prLA .txtBox {
  background: #fff;
}

#prLA .productsBox {
  margin: 0 auto 5em;
  width: 1400px;
  max-width: 100%;
  padding: 0 3%;
  clear: both;
}

#prLA .productsBox .titleBox {
  margin: 1em 0;
}

#prLA .listCard {
  display: table;
  margin: 2em 0 10em 1em;
  padding-bottom: 3em;
  width: 100%;
  background-color: #f1f2f4;
}

#prLA .listCard .photoBox {
  width: calc(45% - 2em);
  margin: -2em 0 0 -1em;
  display: inline-block;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  max-width: 700px;
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
}

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

#prLA .listCard .photoBox a img {
  position: relative;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  display: block;
}

#prLA .listCard .listTxt {
  float: right;
  width: 55%;
  padding: 2em 3% 3em;
}

#prLA .listCard .listTxt .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0.5em;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-transform: uppercase;
}

#prLA .listCard .listTxt .txt {
  font-size: 18px;
  font-weight: 400;
  overflow: hidden;
  margin-bottom: 1.5em;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

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

#prLA .listCard:nth-of-type(2n) {
  margin: 2em 1em 10em 0;
}

#prLA .listCard:nth-of-type(2n) .photoBox {
  float: right;
  margin: -2em -1em 0 0;
}

#prLA .listCard:nth-of-type(2n) .listTxt {
  float: left;
}

@media screen and (max-width: 900px) {
  #prLA h1 {
    margin: 0 auto;
  }
  #prLA .productsBox {
    padding: 0;
    margin: 0 auto;
  }
  #prLA .listCard, #prLA .listCard:nth-of-type(2n) {
    margin: 0 auto 5em;
    clear: both;
    width: 100%;
  }
  #prLA .listCard .photoBox, #prLA .listCard:nth-of-type(2n) .photoBox {
    position: relative;
    width: 70%;
    margin: -2em auto 0;
    float: none;
    display: block;
  }
  #prLA .listCard .listTxt, #prLA .listCard:nth-of-type(2n) .listTxt {
    float: none;
    text-align: center;
    width: 100%;
  }
  #prLA .listCard .listTxt .txt, #prLA .listCard:nth-of-type(2n) .listTxt .txt {
    text-align: left;
  }
  #prLA .listCard:last-of-type {
    margin: 0 auto;
  }
  #prLA .btnSy01_b {
    border-top-left-radius: 21px;
    border-bottom-left-radius: 21px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 660px) {
  #prLA .listCard .photoBox, #prLA .listCard:nth-of-type(2n) .photoBox {
    width: 80%;
  }
}

/*-- productList02 ----------*/
.prL02A .subMenu02 {
  float: left;
  display: inline-block;
  width: 225px;
  margin-left: 3%;
}

.prL02A .main {
  float: right;
  width: calc( 100% - 240px - 6%);
  padding: 5em 3% 5em 3%;
}

.prL02A .main .titleBox {
  margin: 0 auto;
  text-align: left;
  overflow: hidden;
}

.prL02A .main .titleBox::after {
  margin: 0.2em 0 0;
}

.prL02A .main .txtBox {
  margin-bottom: 2em;
}
.prL02A .main .txtBox ul li{
  font-size: 16px;
}

.prL02A .listCard {
  padding: 0;
  width: calc(100% / 4);
  display: inline-block;
  float: left;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

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

.prL02A .listCard .photoBox a {
  display: block;
}

/*
.prL02A .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;
}
*/

.prL02A .listCard .photoBox a img {
  display: block;
  position: relative;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.prL02A .listCard .listTxt {
  width: 100%;
  height: 20%;
  padding: 3%;
  position: absolute;
  z-index: 2;
  top: 45%;
  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;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.prL02A .listCard .listTxt .title {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.prL02A .listCard .listTxt .title a {
  font-family: 'Noto Sans TC', Arial, Helvetica, sans-serif;
  color: #005b94;
  text-shadow: 1px 1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff;
  height: 100%;
  display: block;    
}

.prL02A .listCard .listTxt .title a:active, .prL02A .listCard .listTxt .title a:visited, .prL02A .listCard .listTxt .title a:focus {
  color: #005b94;
}

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

.prL02A .listCard:hover .photoBox a::before {
  opacity: 0;
/*  display: none;*/
}

/*
.prL02A .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;
}
*/

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

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

@media screen and (max-width: 1300px) {
  .prL02A .listCard {
    width: calc(100%/3);
  }
}

@media screen and (max-width: 1024px) {
  .prL02A .subMenu02, .prL02A .main {
    width: 100%;
  }
  .prL02A .main {
    padding: 3em 3% 2em;
  }
  .prL02A .subMenu02 {
    margin-left: 0;
    background-color: #f1f1f1;
  }
  .prL02A .subMenu02 .mTitle .btnOpenSidMenu {
    display: inline-block;
  }
  .prL02A .subMenu02 .mBox {
    display: none;
    height: 0;
  }
  .prL02A .subMenu02 .mBox ul {
    overflow: hidden;
  }
  .prL02A .subMenu02 .mBox li {
    float: left;
    margin-right: 2em;
  }
  .prL02A .listCard {
    width: calc(100%/3);
  }
}

@media screen and (max-width: 700px) {
  .prL02A .listCard {
    width: calc(100%/2);
  }
}

@media screen and (max-width: 500px) {
  .prL02A .listCard {
    width: 100%;
  }
}

/*-- product-detail ----------*/
#prdA {
  overflow: hidden;
  padding-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  background: url(../png/bgbot.png) no-repeat left top;
  background-size: auto;
}

#prdA .container {
  padding-top: 4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#prdA .leftBox {
  width: 600px;
  position: relative;
  z-index: 2;
}

#prdA .leftBox #photoShow {
  width: 100%;
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
  margin-bottom: 3em;
}

#prdA .leftBox #photoShow ul, #prdA .leftBox #photoShow li {
  list-style: none;
}

#prdA .leftBox #photoShow .owl-carousel {
  padding: 0;
}

#prdA .leftBox #photoShow .owl-carousel .owl-item img {
  margin: 0 auto;
  display: block;
}

#prdA .leftBox #photoShow .owl-carousel .owl-dots {
  position: absolute;
  margin-top: 0px;
  bottom: 1em;
  left: 1.5em;
  width: 100%;
  text-align: left;
}

#prdA .leftBox .btnSy{
  display: flex;
  flex-wrap: wrap;
  gap:8px 0;
}

#prdA .leftBox .btnSy01_b {
  width: 400px;
  margin-left: 1em;
}

#prdA .leftBox .btnSy02_b {
  width: 400px;
  margin-left: 16px;
  display: block;
  color: #333;
  font-size: 13px;
  height: 50px;
  border-top-right-radius: 21px;
  border-bottom-right-radius: 21px;
  text-align: center;
  background: #E7EFF6 url(../svg/vaimedi-logo.svg) no-repeat center 7px / 85px;
  padding: 26px 5px 5px 5px;
  font-weight: 400;
}

#prdA .leftBox .btnSy02_b:hover{
  background: #e0e3ee url(../svg/vaimedi-logo.svg) no-repeat center 7px / 85px;
  transition: all 0.5s ease 0s;
}

#prdA .leftBox .btnBox {
  margin: 1em 0;
  padding: 0.5em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

#prdA .leftBox .btnBox .btnSy03 {
  color: #333;
  width: auto;
  margin-right: 0.5em;
  min-width: 100px;
  padding: 0 3%;
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#prdA .leftBox .btnBox .btnSy03:hover {
  text-decoration: underline;
}

#prdA .leftBox .btnBox .btnSy03:nth-of-type(2) {
  border-left: 1px solid #999;
  border-right: 1px solid #999;
}

#prdA .rightBox {
  width: calc(100% - 600px + 5em);
  margin-left: -5em;
}

#prdA .rightBox .titleBox {
  text-align: left;
  overflow: hidden;
  margin: 0 0 1em 4em;
  padding: 0.5em 4em 0.5em 0;
  font-size: 22px;
}

#prdA .rightBox .titleBox::after {
  margin: 0.2em 0 0;
}

#prdA .rightBox .function img {
  margin: 0;
}

#prdA .detailInfo {
  padding: 1em 3% 2em calc(3% + 5em);
  background-color: #f1f2f4;
}

#prdA .detailInfo .txtBox {
  margin-bottom: 1em;
  border-bottom: solid 1px #dedede;
  padding-bottom: 20px;
}

#prdA .detailInfo p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#prdA .detailInfo p img {
  margin: 0;
  padding: 0;
  margin-right: 0.2em;
}

#prdA .detailInfo p.title {
  margin-bottom: 0.5em;
  font-size: 20px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
}

#prdA .detailInfo .colorBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5em;
}

#prdA .detailInfo .colorBox span {
  margin: 0 0.2em;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  overflow: hidden;
}

@media screen and (max-width: 1400px) {
  #prdA .leftBox {
    width: 500px;
  }
  #prdA .rightBox {
    width: calc(100% - 500px + 5em);
  }
}

@media screen and (max-width: 1120px) {
  #prdA .leftBox {
    width: 400px;
  }
  #prdA .rightBox {
    width: calc(100% - 400px + 5em);
  }
}

@media screen and (max-width: 900px) {
  #prdA .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #prdA .leftBox, #prdA .rightBox {
    width: 100%;
    margin-left: 0;
  }
  #prdA .leftBox #photoShow {
    max-width: 600px;
    margin: 0 auto 3em;
  }
  #prdA .leftBox .btnSy{
	justify-content: center;
	gap:8px 13px;
  }
  #prdA .leftBox .btnSy01_b {
    width: 100%;
	max-width: 400px;
	margin-left: 0;
  }
  #prdA .leftBox .btnSy02_b {
    width: 100%;
	max-width: 400px;
	margin-left: 0;
	min-height: 50px;
    height: auto;
  }
  #prdA .leftBox .btnBox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #prdA .rightBox .titleBox {
    text-align: center;
    margin: 0 0 1em 0;
  }
  #prdA .rightBox .titleBox::after {
    margin: 0 auto;
  }
  #prdA .detailInfo {
    padding: 1em 3% 2em;
  }
}

#prdB {
  clear: both;
  padding: 0;
  overflow: hidden;
  background-color: #fff;
}

#prdB .container {
  min-height: auto;
}

#prdB .table_scroll {
  margin-bottom: 20px;
}

#prdB .datatable {
  width: 100%;
}

#prdB #description .txtBox {
  padding: 0 0.5em;
}

#prdB #description .txtBox p {
  /*max-height: 100px;*/
  display: block;
  overflow: hidden;
}

#prdB #description .itemBox {
  border-bottom: 1px solid #d0d0d0;
  padding: 0em;
  cursor: pointer;
}

#prdB #description .itemBox:first-of-type {
  border-top: 1px solid #d0d0d0;
}

#prdB #description .itemBox .title {
  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;
  padding: 0.5em;
  color: #005b94;
  font-size: 26px;
  line-height: 1.2em;
  font-weight: 600;
  position: relative;
}

#prdB #description .itemBox .title::before {
  content: "";
  width: 1.5em;
  height: 4px;
  display: inline-block;
  background-color: #005b94;
  margin-right: 0.5em;
}

#prdB #description .itemBox .title i.iArrow {
  background: url(../png/iarrow03_bl.png) no-repeat left top;
  background-size: auto;
  width: 19px;
  height: 11px;
  position: absolute;
  right: 0.5em;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

#prdB #description .itemBox .txtBox {
  overflow: hidden;
  padding: 0;
  height: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

#prdB #description .itemBox.open .title i.iArrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#prdB #description .itemBox.open .txtBox {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  height: auto;
  padding: 2em 0;
}

#prdB #description .videoBox {
  width: 100%;
  display: block;
  overflow: hidden;
}

#prdB #description .videoBox .vList {
  width: calc(100%/3);
  display: inline-block;
  float: left;
  position: relative;
}

#prdB #description .videoBox .vList img {
  -webkit-filter: brightness(0.5);
  width: 100%;
  height: auto;
  margin: 0;
  display: block;
}

#prdB #description .videoBox .vList p {
  color: #fff;
  position: absolute;
  z-index: 5;
  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;
  width: 100%;
  height: 100%;
  font-size: 20px;
  font-weight: 500;
  max-height: none;
}

#prdB #description .videoBox .vList p .iVideo {
  background: url(../png/ivideo.png) left top no-repeat;
  background-size: 100%;
  width: 94px;
  height: 94px;
}

#prdB #description .videoBox .vList:hover img {
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  -webkit-filter: brightness(1);
}

#prdB #description .videoBox .vList:hover p {
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  opacity: 0;
}

@media screen and (max-width: 980px) {
  #prdB #description .videoBox .vList {
    width: 500px;
    float: none;
    clear: both;
    max-width: 100%;
    margin: 0 auto 1em;
    display: block;
  }
  #prdB #description .videoBox .vList p {
    font-size: 16px;
    font-weight: 300;
  }
  #prdB #description .videoBox .vList p .iVideo {
    width: 60px;
    height: 60px;
  }
}

#prdC {
  background-color: #f1f0ef;
}

#prdC .container {
  padding: 3em 3%;
}

#prdC .qaBox {
  margin-bottom: 0.5em;
}

#prdC .qaBox .q {
  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;
  padding: 1em 3%;
  font-size: 20px;
  color: #333;
  font-weight: 700;
}

#prdC .qaBox .q::before {
  content: "Q";
  color: #005b94;
  font-size: 30px;
  font-weight: 100;
  margin-right: 0.2em;
  width: 30px;
}

#prdC .qaBox .a {
  font-size: 18px;
  color: #333;
  overflow: hidden;
  padding: 0 calc(3% + 30px);
  height: auto;
}

#prdC .qaBox .a::before {
  content: "A:";
  width: 20px;
}

#prdD {
  padding: 3em 0 0;
  background-color: #f6f5f4;
}

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

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

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

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

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

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

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

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

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

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

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

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

/*
#prdD .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;
}

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

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

#prdD .owl-dots {
  display: none;
}

/*-- application ----------*/
#application {
  padding-top: 5em;
}

#application .filterBox {
  width: 100%;
  padding: 0 5%;
  margin: 0 auto;
}

#application .filterBox .fSyLine_b {
  font-weight: 700;
  text-transform: none;
  display: inline-block;
  margin-right: 0.5em;
  float: left;
}

#application .filterBox .itemList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5em;
}

#application .filterBox .itemList select, #application .filterBox .itemList button {
  margin-right: 0.5em;
  height: 42px;
  margin-bottom: 0.5em;
}

#application .filterBox .itemList select {
  border: solid 1px #bbb;
  background-color: #fff;
}

#application .filterBox .itemList button.btnSy01_b {
  border: none;
  padding: 0 2%;
  width: auto;
}

#application .filterBox .itemList button.btnSy01_b i {
  margin: 0 0.2em;
}

#application .main {
  position: relative;
  overflow: hidden;
  padding: 3em 0 0;
}

#application .main::before {
  content: "";
  background-color: #f1f2f4;
  position: absolute;
  width: 100%;
  z-index: 0;
  left: 5%;
  top: 0;
  height: 100%;
  display: block;
}

#application .listBox {
  margin-top: 2em;
}

#application h1, #application .txtBox{
  width: 1140px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 3%;
  text-align: left;
  overflow: hidden;
}

#application h1{
  text-align: center;
  padding: 0 3% 0.5em 3%;
}

@media screen and (max-width: 960px) {
  #application .filterBox .itemList {
    width: 100%;
    padding: 2em 0 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 660px) {
  #application {
    padding-top: 2em;
  }
  #application .filterBox .itemList {
    margin-bottom: 2em;
  }
  #application .filterBox .itemList select {
    width: 100%;
  }
  #application .filterBox .itemList button.btnSy01_b {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#application .listCard {
  padding: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: calc(100% / 4);
  display: inline-block;
  float: left;
  overflow: hidden;
  position: relative;
}

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

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

#application .listCard .photoBox a::before {
  content: "";
  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;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 42, 68, 0)), color-stop(75%, rgba(2, 42, 68, 0)), color-stop(90%, rgba(2, 42, 68, 0.9)), color-stop(99%, rgba(2, 42, 68, 0.9)));
  background: linear-gradient(to bottom, rgba(2, 42, 68, 0) 0%, rgba(2, 42, 68, 0) 75%, rgba(2, 42, 68, 0.9) 90%, rgba(2, 42, 68, 0.9) 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00022a44', endColorstr='#e6022a44',GradientType=0 );
}

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

#application .listCard .listTxt {
  width: 100%;
  height: 100%;
  padding: 3%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}

#application .listCard .listTxt img {
  width: 50px;
  height: 50px;
  margin-right: 0.2em;
}

#application .listCard .listTxt a.title {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.3s linear;
  color: #fff;
  font-family: 'Outfit','Noto Sans TC', Arial, Helvetica, sans-serif;
  height: 100%;
  width: 100%;
}

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

#application .listCard .listTxt a.title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

#application .listCard:hover .photoBox a::before {
  opacity: 0;
  display: none;
}

/*
#application .listCard:hover .listTxt {
  opacity: 0;
}
*/

@media screen and (max-width: 1024px) {
  #application .listCard {
    width: calc(100% / 3);
  }
}

@media screen and (max-width: 800px) {
  #application .listCard {
    width: calc(100% / 2);
  }
}

@media screen and (max-width: 460px) {
  #application .listCard {
    width: 100%;
  }
}

/*-- Cross Reference Number ----------*/
#crn {
  width: 100%;
  padding: 0;
  overflow: hidden;
  background: url(../png/bgbot.png) no-repeat left top;
  background-size: auto;
}

#crn .container01 {
  max-width: 1400px;
  margin: 0 auto;
  padding: 2em 3% 3em;
  position: relative;
  width: 100%;
}

#crn .txtBox {
  overflow: hidden;
  background-color: #fff;
  padding: 0.5em 0.5em 1em 0.5em;
}

#crn .container02 {
  background-color: #f1f2f4;
  padding: 3em 3%;
}

#crn .container02 .datatable02 {
  margin: 0 auto;
  display: table;
  min-width: 1000px;
}

#crn .container02 .datatable02 td {
  min-width: 5em;
}

#crn .container02 .datatable02 .note {
  border-bottom: 3px solid #59595a;
}

#crn .container02 .datatable02 .note td {
  font-size: 18px;
  font-weight: 300;
  padding: 0.5em;
}

@media screen and (max-width: 660px) {
  #crn .container02 .datatable02 {
    min-width: 800px;
  }
  #crn .container02 .datatable02 thead tr td, #crn .container02 .datatable02 tbody tr td {
    min-width: auto;
    padding: 0 0.3em;
  }
}

/*-- cotact us ----------*/
#contact {
  height: 100%;
  overflow: hidden;
  padding: 0;
}

#contact .container01 {
  max-width: 1400px;
  margin: 0 auto;
  padding: 2em 3% 3em;
  position: relative;
  width: 100%;
  background: url(../png/bgbot.png) no-repeat left top;
  background-size: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#contact .container01 .leftBox {
  width: 400px;
  position: relative;
  padding: 0.5em;
  background-color: #fff;
}

#contact .container01 .leftBox .titleBox {
  text-align: left;
}

#contact .container01 .leftBox .titleBox::after {
  margin: 0;
}

#contact .container01 .rightBox {
  width: calc(100% - 400px);
  padding: 0;
}

#contact .container01 .rightBox .formSyA {
  width: 850px;
  max-width: 100%;
  margin: 2em auto;
  padding-right: 3%;
}

#contact .container01 .rightBox p {
  width: 850px;
  max-width: 100%;
  margin: 0 auto;
  padding-right: 3%;
}

#contact .container01 .rightBox .pagingBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#contact .container01 .rightBox .pagingBar button.btnSy01_b {
  margin: 0.5em 0;
}

#contact .container01 .txt a {
  color: #333;
}

#contact .container01 .txt a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 960px) {
  #contact .container01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #contact .container01 .titleBox {
    text-align: center;
  }
  #contact .container01 .titleBox::after {
    margin: auto;
  }
  #contact .container01 .leftBox {
    width: 100%;
    padding: 4em 3%;
  }
  #contact .container01 .rightBox {
    width: 100%;
    padding: 4em 3%;
  }
  #contact .container01 .rightBox .formSyA, #contact .container01 .rightBox p {
    padding: 0;
  }
}

@media screen and (max-width: 660px) {
  #contact .container01 {
    padding: 2em 3% 0;
  }
  #contact .container01 .leftBox, #contact .container01 .rightBox {
    padding: 2em 0;
  }
}

#contact .container02 {
  background-color: #f1f2f4;
  padding: 3em 3%;
}

#contact .container02 .listBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2em 0;
  margin-bottom: 3em;
}

#contact .container02 .listBox::after {
  content: "";
  height: 100%;
  position: absolute;
  z-index: 0;
  display: block;
  right: 0;
  top: 0;
  background-color: #fff;
  width: 90%;
}

#contact .container02 .listBox .picBox, #contact .container02 .listBox .txtBox {
  position: relative;
  z-index: 1;
}

#contact .container02 .listBox .picBox img {
  display: block;
}

#contact .container02 .listBox .txtBox {
  width: 400px;
  max-width: 100%;
  padding: 1em;
}

#contact .container02 .listBox .txtBox .tabName {
  color: #00558e;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}

#contact .container02 .listBox .txtBox .name {
  color: #333;
  font-weight: 600;
  margin-bottom: 0.5em;
}

#contact .container02 .listBox .txtBox a {
  color: #333;
}

#contact .container02 .listBox .txtBox a:hover {
  text-decoration: underline;
}

#contact .container02 ul.resp-tabs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1400px;
  max-width: 100%;
  margin: 3em auto;
}

#contact .container02 ul.resp-tabs-list li {
  background-color: #d9d9d9;
  font-size: 14px;
  height: 100%;
  padding: 0.5em 1em;
  text-align: center;
  color: #333;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0.6;
  overflow: hidden;
  margin: 0 0.1em 0.5em;
}

#contact .container02 ul.resp-tabs-list li:hover {
  opacity: 1;
}

#contact .container02 ul.resp-tabs-list li.resp-tab-active {
  color: #fff;
  position: relative;
  background: #005891;
  opacity: 1;
}

#contact .container02 .resp-arrow {
  border-top-color: #fff;
}

#contact .container02 .resp-tabs-container {
  padding: 0 calc((100% - 1400px)/2);
}

#contact .container02 .resp-tab-content {
  padding: 1em 3%;
}

@media screen and (max-width: 900px) {
  #contact .container02 {
    padding: 3em 0;
  }
  #contact .container02 .listBox {
    background-color: #fff;
    border-bottom: solid 1px #ccc;
    padding: 2em 3%;
    margin-bottom: 0;
  }
  #contact .container02 .listBox::after {
    display: none;
  }
  #contact .container02 .resp-tab-content {
    padding: 0;
  }
  #contact .container02 ul.resp-tabs-list {
    display: none;
  }
  #contact .container02 .resp-accordion {
    border: none;
    background-color: #aaa;
    color: #333;
  }
  #contact .container02 .resp-tab-active {
    background: #005891;
    color: #fff;
    border: none;
  }
}

@media screen and (max-width: 660px) {
  #contact .container02 .listBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #contact .container02 .listBox .picBox {
    margin: 0 auto;
  }
  #contact .container02 .listBox .txtBox {
    padding: 1em 0;
    margin: 0 auto;
  }
}

.btn-prevent{
  opacity: 0.5;
  cursor: not-allowed;
}

/* Hashtag ===================================================================== */
.hashtag-common {
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
  margin-top: 20px;
}
.hashtag-common-icon {
  position: absolute;
  left: 5px;
  top: 0px;
}
.hashtag-common ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: 5px;
  margin-bottom: 5px;
  padding: 0;
}
.hashtag-common li {
  list-style: none;
}
.hashtag-common li a {
  display: block;
  font-size: 0.9rem;
  background-color: #e7e7e7;
  border: 1px solid #d9d9d9;
  padding: 5px 7px;
  margin-bottom: 10px;
  border-radius: 3px;
  margin-left: 10px;
  color: #8b8b8b;
  transition: all 0.5s;
}
.hashtag-common li a:hover, .hashtag-common li a.selected {
  color: #fff;
  font-weight: bold;
  background-color: #a3a3a3;
}

#description .txtBox .vaimedi-btn{
  width: 100%;
  max-width: 400px;
  margin-bottom: 5px;
  display: block;
  color: #333;
  font-size: 13px;
  height: auto;
  border-top-right-radius: 21px;
  border-bottom-right-radius: 21px;
  text-align: center;
  background: #E7EFF6 url(../svg/vaimedi-logo.svg) no-repeat center 7px / 85px;
  padding: 26px 5px 5px 5px;
  font-weight: 400;
}

#description .txtBox .vaimedi-btn:hover{
  background: #e0e3ee url(../svg/vaimedi-logo.svg) no-repeat center 7px / 85px;
  transition: all 0.5s ease 0s;
}