@charset "UTF-8";
i.iSerch_cW {
  background-image: url("../images/icon/iSerch_cW.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

i.iEarth_cGy {
  background-image: url("../images/icon/iEarth_cGy.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

i.iPaper_cGy {
  background-image: url("../images/icon/iPaper_cGy.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

i.iBright_cB {
  background-image: url("../images/icon/iBright_cB.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

/*iArrow_cW*/
i.iArrow_cW {
  background-image: url("../images/icon/iDown_cW.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

i.iArrow_cW.r {
  transform: rotate(-90deg);
}

i.iArrow_cW.l {
  transform: rotate(90deg);
}

/*iArrow_cGy*/
i.iArrow_cGy {
  background-image: url("../images/icon/iDown_cGy.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

i.iArrow_cGy.r {
  transform: rotate(-90deg);
}

i.iArrow_cGy.l {
  transform: rotate(90deg);
}

i.iTopStop_cW {
  background-image: url("../images/icon/iTopStop_cW.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

i.iMessenger {
  background-image: url("../images/icon/iMessenger.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

i.iMail {
  background-image: url("../images/icon/iMail.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

i.iPhone_cBk {
  background-image: url("../images/icon/iPhone_cBk.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

i.iLine {
  background-image: url("../images/icon/iLine.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

i.iAdd_cW {
  background-image: url("../images/icon/iAdd_cW.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

i.iDownload_cW {
  background-image: url("../images/icon/iDownload_cW.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

i.iPin_cW {
  background-image: url("../images/icon/iPin_cW.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

i.iPhone_cW {
  background-image: url("../images/icon/iPhone_cW.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

i.iFax_cW {
  background-image: url("../images/icon/iFax_cW.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

html, body, div, span, object, iframe,
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,
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;
}

::selection {
  background-color: #0068b7;
  color: #ffffff;
}

::-moz-selection {
  background-color: #0068b7;
  color: #ffffff;
}

h1, h2, h3, h4, h5, h6, p, a {
  font-family: "Noto Sans TC", Arial, Helvetica;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  color: #333333;
}

h1 {
  font-size: 36px;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  h1 {
    font-size: 34px;
  }
}

h2 {
  font-size: 32px;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.3em;
}
@media screen and (max-width: 991px) {
  h3 {
    font-size: 28px;
  }
}

h4 {
  font-size: 26px;
  font-weight: 400;
  line-height: 1.5em;
}
@media screen and (max-width: 991px) {
  h4 {
    font-size: 22px;
  }
}

h5 {
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-size: 20px;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  h6 {
    font-size: 18px;
  }
}

p {
  color: #333333;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 991px) {
  p {
    font-size: 16px;
  }
}

b {
  font-weight: 600;
  margin-bottom: 1em;
}

* {
  outline: none;
  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: #333333;
}

#outerWrap {
  width: 100%;
  overflow: hidden;
  padding-top: 87px;
}
@media screen and (max-width: 1600px) {
  #outerWrap {
    padding-top: 70px;
  }
}
@media screen and (max-width: 560px) {
  #outerWrap {
    padding-top: 60px;
  }
}
#outerWrap .pageMain {
  position: relative;
}

.vbox-container img {
  margin: 0 auto;
}

/*- 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%;
  transform: translateY(-50%);
  border: 1px solid #000;
  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: #000;
}
.owl-carousel .owl-nav button.owl-prev {
  left: 2%;
  transform: rotate(180deg);
}

.owl-dots {
  position: absolute;
  bottom: 3%;
  width: 100%;
  display: flex;
  padding: 0 30px;
  justify-content: center;
  flex-direction: row;
}
.owl-dots button.owl-dot {
  width: 0.7em;
  height: 0.7em;
  border-radius: 0.35em;
  margin: 0 0.4em;
  background-color: #ffffff;
}
.owl-dots button.owl-dot:hover {
  background-color: rgba(1, 74, 129, 0.3);
}
.owl-dots button.owl-dot.active, .owl-dots button.owl-dot.active:hover {
  background-color: #0068b7;
}

/*font*/
.titleBox {
  font-family: "Noto Sans TC", Arial, Helvetica;
  margin-bottom: 1em;
  display: block;
}
.titleBox .eyebrow {
  display: flex;
  color: #0068b7;
  align-items: center;
  flex-direction: row;
  margin: 0;
  padding: 0;
}
.titleBox .eyebrow i {
  width: 14px;
  height: 14px;
  margin-right: 0.2em;
}
.titleBox .title {
  color: #333333;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2em;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .titleBox .title {
    font-size: 28px;
    line-height: 1em;
  }
  .titleBox .subTitle {
    font-size: 16px;
  }
  .titleBox .subTitle.rLine::after {
    width: 40px;
  }
}
@media screen and (max-width: 560px) {
  .titleBox .title {
    font-size: 24px;
    line-height: 1.2em;
  }
  .titleBox .subTitle {
    font-size: 12px;
  }
  .titleBox .subTitle.rLine::after {
    width: 20px;
    margin-left: 0.2em;
  }
}

/*img*/
.imgCenter, .imgCenter a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

/*Btn*/
.btnOutline {
  font-family: "Noto Sans TC", Arial, Helvetica;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  vertical-align: top;
  position: relative;
  margin: 0;
  height: 60px;
  width: 220px;
  line-height: 60px;
  border-radius: 30px;
  padding: 0 20px;
  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;
  user-select: none;
  -webkit-user-drag: none;
  transition: all 0.3s;
}
.btnOutline i {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 0 0.2em;
}
.btnOutline:hover {
  padding: 0 30px;
}
@media screen and (max-width: 760px) {
  .btnOutline {
    height: 46px;
    border-radius: 23px;
    line-height: 46px;
    min-width: 60px;
    width: 160px;
    font-size: 16px;
  }
}
@media screen and (max-width: 400px) {
  .btnOutline {
    width: auto;
  }
}

.btnOutline-grey {
  color: #666666;
  border: 1px solid #666666;
}
.btnOutline-grey:active, .btnOutline-grey:visited, .btnOutline-grey:focus {
  color: #666666;
}
.btnOutline-grey:hover {
  color: #666666;
  background: #e9e7e7;
}

.btnRound {
  font-family: "Noto Sans TC", Arial, Helvetica;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  vertical-align: top;
  position: relative;
  margin: 0;
  height: 60px;
  width: 220px;
  line-height: 60px;
  border-radius: 30px;
  padding: 0 20px;
  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;
  user-select: none;
  -webkit-user-drag: none;
  transition: all 0.3s;
}
.btnRound i {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 0 0.2em;
}
.btnRound:hover {
  padding: 0 30px;
}
@media screen and (max-width: 760px) {
  .btnRound {
    height: 46px;
    border-radius: 23px;
    line-height: 46px;
    min-width: 60px;
    font-size: 16px;
    width: 160px;
  }
}
@media screen and (max-width: 400px) {
  .btnRound {
    width: auto;
  }
}

.btnRound.sm {
  height: 36px;
  border-radius: 23px;
  line-height: 36px;
  min-width: 60px;
  font-size: 16px;
}
@media screen and (max-width: 400px) {
  .btnRound.sm {
    height: 30px;
    border-radius: 15px;
    line-height: 30px;
    min-width: 30px;
    font-size: 14px;
    padding: 0 10px;
  }
}

.btnRound-primary {
  color: #ffffff;
  background-color: #0068b7;
}
.btnRound-primary:active, .btnRound-primary:visited, .btnRound-primary:focus {
  color: #ffffff;
}
.btnRound-primary:hover {
  color: #ffffff;
  background: #014a81;
}

.btnRound-grey {
  color: #ffffff;
  background-color: #666;
}
.btnRound-grey:active, .btnRound-grey:visited, .btnRound-grey:focus {
  color: #ffffff;
}
.btnRound-grey:hover {
  color: #ffffff;
  background: #000;
}

.btnTxtBox {
  display: flex;
  flex-direction: row;
  border-radius: 25px;
  width: fit-content;
}
.btnTxtBox a {
  color: #666666;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3em;
  transition: all 0.3s;
  height: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.btnTxtBox a i {
  width: 12px;
  height: 12px;
}
.btnTxtBox a::after {
  content: "|";
  color: #e1e1e1;
}
.btnTxtBox a:last-of-type::after {
  content: "";
}
.btnTxtBox a:hover span {
  color: #0068b7;
}
@media screen and (max-width: 991px) {
  .btnTxtBox a {
    height: 46px;
    font-size: 16px;
  }
}

/*module*/
.moduleMask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.5s ease-in-out;
}

.moduleMask.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.moduleBox {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1002;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition-property: top, opacity, visibility;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  border: 1px solid #000;
}
.moduleBox .moduleWrap {
  position: relative;
  width: 100%;
  max-width: 960px;
  background-color: #fff;
  pointer-events: auto;
  padding-top: 50px;
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.moduleBox .moduleClose {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: none;
  background-color: #0068b7;
  border: none;
  cursor: pointer;
  position: absolute;
  right: -25px;
  top: -25px;
  z-index: 1;
  transition: all 0.3s;
}
.moduleBox .moduleClose::before, .moduleBox .moduleClose::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -0.5px;
  width: 30px;
  height: 2px;
  background-color: #fff;
}
.moduleBox .moduleClose::before {
  transform: rotate(45deg);
}
.moduleBox .moduleClose::after {
  transform: rotate(-45deg);
}
.moduleBox .moduleClose:hover {
  background-color: #014a81;
}
.moduleBox .moduleContent {
  width: 100%;
  max-height: calc(90vh - 50px);
  overflow-y: auto;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 30px;
}
.moduleBox .moduleTitleBox {
  color: #333333;
  font-weight: 700;
  font-size: 30px;
  padding-bottom: 10px;
  text-align: center;
  min-width: 100%;
}
@media screen and (max-width: 560px) {
  .moduleBox .moduleWrap {
    padding-top: 30px;
  }
  .moduleBox .moduleClose {
    width: 50px;
    height: 50px;
  }
  .moduleBox .moduleTitleBox {
    font-size: 24px;
  }
}

.moduleBox.show {
  opacity: 1;
  visibility: visible;
}
.moduleBox.show .moduleWrap {
  opacity: 1;
  transform: translateY(0);
}

/*.moduleBox .search*/
.moduleBox.search .moduleWrap {
  max-width: 600px;
}
.moduleBox.search .moduleContent {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.moduleBox.search .moduleContent input[type=text] {
  height: 50px;
  width: calc(100% - 50px);
  border: 1px solid #e1e1e1;
  padding: 12px 55px 12px 15px;
}
.moduleBox.search .moduleContent .btnGoSerch {
  background-color: #0068b7;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
}
.moduleBox.search .moduleContent .btnGoSerch i {
  width: 40%;
  height: 40%;
}
.moduleBox.search .moduleContent .btnGoSerch:hover {
  background-color: #014a81;
}
@media screen and (max-width: 560px) {
  .moduleBox.search .moduleContent input[type=text] {
    padding: 12px 55px 12px 5px;
  }
}

/*bgBall*/
@keyframes showUp {
  0% {
    transform: translateY(20px);
  }
  50% {
    transform: translateY(70px);
  }
  100% {
    transform: translateY(20px);
  }
}
.bgBall {
  position: absolute;
  z-index: -1;
  animation-direction: alternate;
  animation: showUp 3s infinite;
  background-image: url("../images/bgBall.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.bgBall.lg {
  width: 280px;
  height: 280px;
  top: 70%;
  left: 3%;
}

.bgBall.mm {
  width: 160px;
  height: 160px;
  top: 20%;
  right: 5%;
  animation-duration: 4s;
}

.bgBall.sm {
  width: 130px;
  height: 130px;
  top: 50%;
  right: 3%;
}

.bgBall.xs {
  width: 60px;
  height: 60px;
  top: 30%;
  right: 3%;
  animation-duration: 4s;
}

/*description*/
.description ul.resp-tabs-list {
  margin-bottom: 1em;
  display: flex;
}
.description ul.resp-tabs-list li {
  font-family: "Noto Sans TC", Arial, Helvetica;
  border: none;
  color: #666666;
  display: flex;
  position: relative;
  padding: 0 0.5em;
  margin-right: 0.1em;
  text-transform: uppercase;
  font-size: 18px;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  height: 50px;
  width: 100%;
  font-weight: 500;
  background-color: #e9e7e7;
}
.description ul.resp-tabs-list li:hover {
  background: rgba(0, 0, 0, 0.05);
}
.description ul.resp-tabs-list li.resp-tab-active {
  color: #ffffff;
  background-color: #0068b7;
  position: relative;
}
.description .resp-arrow {
  border-top-color: #ffffff;
}
.description .resp-tabs-container {
  margin-bottom: 0;
}
.description .resp-tab-content {
  padding: 1em 3%;
}
@media screen and (max-width: 900px) {
  .description .resp-tabs-container {
    margin: 0 auto;
  }
  .description ul.resp-tabs-list {
    display: none;
  }
  .description ul.resp-tabs-list li {
    min-width: auto;
  }
  .description .resp-accordion {
    background-color: #e9e7e7;
    color: #333333;
    font-weight: 900;
    border: none;
    font-weight: normal;
    padding: 0 0.5em;
    height: 50px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .description .resp-accordion .resp-arrow {
    border-top-color: rgba(51, 51, 51, 0.8);
    margin-top: 0;
  }
  .description .resp-accordion.resp-tab-active {
    background-color: #0068b7;
    color: #ffffff;
  }
  .description .resp-tab-content {
    background-color: #ffffff;
  }
}

/*formSyA*/
.formSyA {
  padding: 1em 3%;
  background-color: #f3f3f2;
}
.formSyA .title {
  margin-bottom: 1em;
  color: #0068b7;
  font-weight: 500;
  font-size: 20px;
}
.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: flex;
  justify-content: space-between;
  flex-direction: row;
}
.formSyA .rowBox {
  display: flex;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #bbb;
  margin-bottom: 0.5em;
  padding: 0 0.5em;
  width: 100%;
}
.formSyA .rowBox em {
  font-weight: 700;
  color: #0068b7;
  line-height: 36px;
}
.formSyA .rowBox.noBr {
  border: none;
}
.formSyA .rowBox.w30 {
  margin-left: 0.5em;
  width: calc(33.3333333333% - 0.5em);
}
.formSyA .rowBox.w30:first-of-type {
  margin-left: 0;
}
.formSyA .rowBox.w70 {
  margin-left: 0.5em;
  width: calc(100% - (33.3333333333% - 0.5em) - 0.5em);
}
.formSyA .rowBox.w70:first-of-type {
  margin-left: 0;
}

/*UL*/
ul.ulStyle01 {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
}
ul.ulStyle01 li {
  margin: 0;
  padding: 0;
  line-height: normal;
  list-style: none;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 0.2em;
}
ul.ulStyle01 li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #0068b7;
  display: inline-block;
  margin-right: 0.2em;
  transform: translateY(-3px);
}

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

.table_scroll > table {
  min-width: 1000px;
  width: 100%;
}

.datatable {
  margin: 1em auto;
  border-top: 3px solid #0068b7;
}
.datatable tr td {
  color: #666666;
  padding: 0.5em 1em;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}
.datatable tr:nth-child(even) {
  background-color: rgba(233, 231, 231, 0.5);
}
.datatable tr:last-of-type {
  border-bottom: 3px solid #0068b7;
}
.datatable th {
  padding: 0.5em 1em;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 660px) {
  .datatable th {
    padding: 0.3em 0;
  }
}

/*tab*/
.tagBox {
  width: 100%;
  margin: 1em 0;
}
.tagBox ul, .tagBox li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tagBox ul {
  display: flex;
  text-align: center;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
}
.tagBox li {
  overflow: hidden;
  margin: 0 0.2em 0.5em;
}
.tagBox li a {
  font-size: 18px;
  height: 100%;
  width: 100%;
  padding: 0.1em 1em;
  text-align: center;
  color: #666666;
  display: block;
  font-weight: 400;
  position: relative;
  border-radius: 1em;
  border: 1px solid #666;
  opacity: 0.8;
}
.tagBox li a::before {
  content: "#";
}
.tagBox li a:hover {
  background-color: #000;
  border: 1px solid #000;
  color: #ffffff;
  opacity: 1;
}
.tagBox li.current a {
  background-color: #000;
  border: 1px solid #000;
  color: #ffffff;
  opacity: 1;
}
.tagBox li.current a::after {
  display: block;
}
@media screen and (max-width: 900px) {
  .tagBox li a {
    font-size: 14px;
    padding: 0.2em 0.8em;
  }
}

/*icomBox*/
.iconBox {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.iconBox .item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom: 0.5em;
}
.iconBox .item img {
  width: 80px;
}
.iconBox .item .txt {
  width: calc(100% - 80px);
  padding: 0.5em 1em;
}
.iconBox .item .txt .title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1200px) {
  .iconBox .item img {
    width: 60px;
  }
  .iconBox .item .txt {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 400px) {
  .iconBox .item {
    justify-content: center;
  }
  .iconBox .item .txt {
    width: 100%;
    padding: 0.5em 0;
  }
  .iconBox .item .txt .title {
    text-align: center;
    font-size: 20px;
  }
}

/*bgBox*/
.bgBox {
  position: relative;
}
.bgBox .txt {
  position: absolute;
  width: 600px;
  max-width: 90%;
  left: 50%;
  top: 50%;
  transform: translateX(-90%) translateY(-50%);
  padding-bottom: 5em;
}
.bgBox .txt h5, .bgBox .txt p, .bgBox .txt .title {
  color: #ffffff;
}
.bgBox .txt .btnRound {
  margin: 0.8em 0;
}
.bgBox .bg img {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .bgBox .txt {
    width: 700px;
    max-width: 60%;
    left: 5%;
    transform: translateX(0) translateY(-50%);
  }
}
@media screen and (max-width: 800px) {
  .bgBox .txt {
    position: relative;
    padding-bottom: 0;
    width: 100%;
    max-width: none;
    left: 0;
    top: 0;
    background-color: #166716;
    padding: 2em 3% 5em;
    transform: translateX(0) translateY(0);
  }
}
@media screen and (max-width: 500px) {
  .bgBox .txt {
    top: 10%;
    transform: translateX(0) translateY(0);
  }
  .bgBox .txt h5 {
    font-size: 16px;
  }
}

.bgBox.txtR .txt {
  left: auto;
  right: 0%;
  width: 50%;
  max-width: 340px;
  padding-bottom: 0;
  transform: translateX(-50%) translateY(-50%);
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .bgBox.txtR .txt {
    transform: translateX(-15%) translateY(-50%);
  }
}
@media screen and (max-width: 800px) {
  .bgBox.txtR .txt {
    padding: 2em 3%;
    width: 100%;
    max-width: none;
    left: 0;
    top: 0;
    transform: translateX(0) translateY(0);
  }
}

/*-- Pagebanner ----------*/
.pageBanner {
  width: 100%;
  position: relative;
}
.pageBanner .container-fluid {
  padding: 0;
}
.pageBanner .txt {
  width: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 3%;
  padding: 0 3%;
  text-shadow: 0 0 43px #fff, 0 0 5px #fff, 0 0 20px #fff;
}
.pageBanner .txt .title {
  color: #333333;
  font-weight: 600;
  font-size: 48px;
  margin-bottom: 0;
}
.pageBanner .txt .title .cB {
  color: #0068b7;
}
.pageBanner .txt .tEn {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 30px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.pageBanner img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 760px) {
  .pageBanner .txt .title {
    font-size: 36px;
  }
  .pageBanner .txt .tEn {
    font-size: 24px;
  }
}
@media screen and (max-width: 400px) {
  .pageBanner .txt .title {
    font-size: 30px;
  }
  .pageBanner .txt .tEn {
    font-size: 20px;
  }
}

/*-- breadcrumb ----------*/
.path {
  list-style: none;
  width: 100%;
  padding: 0.5em 3%;
}
.path ul, .path li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.path ul {
  display: flex;
  flex-wrap: wrap;
}
.path li {
  display: inline;
  font-size: 14px;
  color: #0068b7;
  font-weight: 500;
}
.path li a {
  font-size: 14px;
  color: #333333;
}
.path li a:hover {
  text-decoration: underline;
  color: #014a81;
}
.path li + li {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
}
.path li + li:before {
  content: "——";
  letter-spacing: -0.05em;
  font-size: 12px;
  font-weight: 500;
  margin: 0 0.5em;
}
@media screen and (max-width: 760px) {
  .path {
    min-height: auto;
    top: 0.5em;
  }
}
@media screen and (max-width: 560px) {
  .path li, .path li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 400px) {
  .path li + li:before {
    content: "—";
  }
}

/*sidMenu*/
.subMenuH {
  width: fit-content;
  margin: 0 auto;
}
.subMenuH ul, .subMenuH li {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
.subMenuH ul {
  display: flex;
  text-align: center;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.subMenuH li {
  overflow: hidden;
  margin: 0;
  height: 100%;
  position: relative;
  margin: 0 0.2em 0.5em;
}
.subMenuH li a {
  font-size: 20px;
  height: 100%;
  text-align: center;
  display: inline-block;
  border-radius: 60px;
  font-weight: 500;
  color: rgba(51, 51, 51, 0.8);
  min-width: 180px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.5em 0.8em;
  line-height: normal;
}
.subMenuH li a:hover {
  background-color: #e9e7e7;
}
.subMenuH li.current a {
  color: #ffffff;
  background-color: #0068b7;
}
@media screen and (max-width: 1200px) {
  .subMenuH {
    min-height: 40px;
  }
  .subMenuH li a {
    min-height: 40px;
    line-height: 40px;
    border-radius: 20px;
    min-width: 100px;
    font-size: 16px;
    padding: 0 1em;
  }
}

.subMenuS {
  margin-bottom: 2em;
}
.subMenuS .mTitle {
  color: #333333;
  font-size: 24px;
  margin-bottom: 0.5em;
  padding-bottom: 0.8em;
  position: relative;
}
.subMenuS .mTitle b {
  font-weight: 700;
  font-size: 30px;
  display: block;
  margin-bottom: 0;
}
.subMenuS .mTitle::before, .subMenuS .mTitle::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  z-index: 1;
  left: 0;
  bottom: 0;
  background-color: #e9e7e7;
}
.subMenuS .mTitle::after {
  width: 60px;
  background-color: #0068b7;
}
.subMenuS .mTitle .btnOpenSidMenu {
  display: none;
  cursor: pointer;
  margin-left: 0.5em;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  float: right;
  transform: rotate(-90deg);
  background-image: url(../images/icon/iDown_cW.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 40% auto;
  background-color: #0068b7;
}
.subMenuS .mTitle .btnOpenSidMenu.btnOpen {
  transform: rotate(0);
  transition: all 0.5s ease 0s;
}
.subMenuS .mBox {
  padding: 0;
  border-bottom: none;
}
.subMenuS .mBox .link {
  position: relative;
  font-size: 18px;
  color: rgba(51, 51, 51, 0.8);
  display: block;
  font-weight: 500;
  padding: 0.5em 40px 0.5em 0.5em;
  width: 100%;
}
.subMenuS .mBox .link::after {
  content: "";
  background-image: url(../images/icon/iDown_cGy.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30% auto;
  width: 45px;
  height: 45px;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(-90deg);
}
.subMenuS .mBox .link:hover {
  color: #333333;
}
.subMenuS .mBox .link.current {
  background-color: #e9e7e7;
}
.subMenuS .mBox .link.current::after {
  background-image: url(../images/icon/iDown_cB.svg);
}
.subMenuS .mBox ul {
  list-style: none;
  margin: 0;
  padding: 0.5em 0;
}
.subMenuS .mBox li {
  list-style: none;
  margin: 0;
  display: flex;
  padding: 0;
  margin-bottom: 0.5em;
}
.subMenuS .mBox li a {
  color: #333333;
  font-size: 16px;
  line-height: 1.2em;
  padding: 0 0.5em;
}
.subMenuS .mBox li a:hover {
  color: #0068b7;
}
.subMenuS .mBox li a.current {
  color: #2fa32f;
}
.subMenuS .mBox li.current a {
  color: #2fa32f;
  background-color: #e9e7e7;
}
@media screen and (max-width: 991px) {
  .subMenuS .mTitle {
    margin: 0;
    background: none;
    border-bottom: solid #ccc 1px;
    padding: 0.5em;
    color: #0068b7;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .subMenuS .mTitle span {
    display: none;
  }
  .subMenuS .mTitle .btnOpenSidMenu {
    display: inline-block;
  }
  .subMenuS .mBox {
    padding: 0;
    visibility: hidden;
    height: 0;
  }
  .subMenuS .mBox:first-of-type {
    border-top: none;
  }
  .subMenuS .menuBox.open {
    border-bottom: 1px solid #ccc;
    margin-bottom: 2em;
    height: 300px;
    overflow-y: auto;
  }
  .subMenuS .menuBox.open .mBox {
    visibility: visible;
    padding: 0;
    height: auto;
  }
}
@media screen and (max-width: 560px) {
  .subMenuS .mTitle b {
    font-size: 22px;
  }
}

.subMenuIcon {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.subMenuIcon a {
  margin: 0 1em 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.subMenuIcon a .title {
  font-size: 22px;
  color: #333333;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.subMenuIcon a .icon {
  position: relative;
  display: flex;
  margin: 0;
  padding: 0;
  width: 158px;
  height: 158px;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5em;
}
.subMenuIcon a .icon::before, .subMenuIcon a .icon::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}
.subMenuIcon a .icon::before {
  width: 88%;
  height: 88%;
}
.subMenuIcon a .icon::after {
  width: 100%;
  height: 100%;
  border: 1px solid #bbb;
}
.subMenuIcon a .icon i {
  width: 50%;
  height: 50%;
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.subMenuIcon a .icon i.iHotel {
  background-image: url("../images/iHotel_cBk.svg");
}
.subMenuIcon a .icon i.iHospital {
  background-image: url("../images/iHospital_cBk.svg");
}
.subMenuIcon a .icon i.iPublicInstitutions {
  background-image: url("../images/iPublicInstitutions_cBk.svg");
}
.subMenuIcon a .icon i.iRestaurant {
  background-image: url("../images/iRestaurant_cBk.svg");
}
.subMenuIcon a:hover .icon::before {
  background-color: #e9e7e7;
  transition: all 0.3s;
}
.subMenuIcon a.current .icon::before {
  background-color: #0068b7;
}
.subMenuIcon a.current .icon i.iHotel {
  background-image: url("../images/iHotel_cW.svg");
}
.subMenuIcon a.current .icon i.iHospital {
  background-image: url("../images/iHospital_cW.svg");
}
.subMenuIcon a.current .icon i.iPublicInstitutions {
  background-image: url("../images/iPublicInstitutions_cW.svg");
}
.subMenuIcon a.current .icon i.iRestaurant {
  background-image: url("../images/iRestaurant_cW.svg");
}
@media screen and (max-width: 960px) {
  .subMenuIcon a .title {
    font-size: 18px;
  }
  .subMenuIcon a .icon {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 460px) {
  .subMenuIcon a {
    margin: 0 0.5em 1em;
  }
  .subMenuIcon a .icon {
    width: 70px;
    height: 70px;
  }
}

/*-- pagination ----------*/
.navPagination {
  position: relative;
  width: 100%;
  margin: 0 auto 2em;
  padding: 0 3%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  clear: both;
}
.navPagination a {
  color: #333333;
  text-align: center;
  line-height: 2em;
  font-size: 16px;
  font-weight: 300;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  margin: 0 0.2em;
}
.navPagination a .iPrev, .navPagination a .iNext {
  width: 100%;
  height: 100%;
  background-image: url(../images/icon/iDown_cGy.svg);
  background-position: center;
  background-size: 36% auto;
  background-repeat: no-repeat;
  display: inline-block;
  transform: rotate(-90deg);
}
.navPagination a .iPrev {
  transform: rotate(90deg);
}
.navPagination a:hover {
  font-weight: 500;
  text-decoration: none;
  transition: all 0.25s ease 0s;
  background-color: #0068b7;
  color: #ffffff;
}
.navPagination a:hover .iPrev, .navPagination a:hover .iNext {
  background-image: url(../images/icon/iDown_cW.svg);
}
.navPagination a.active {
  background-color: #0068b7;
  color: #ffffff;
  font-weight: 500;
}
.navPagination a.active:hover {
  background-color: #0068b7;
  color: #ffffff;
}

/*-- aboutPage ----------*/
#aboutPage {
  position: relative;
  /*navbar*/ 
}
#aboutPage #navbar {
  margin-top: 2em;
}
@media screen and (max-width: 400px) {
  #aboutPage #navbar {
    margin-top: 1em;
  }
}
#aboutPage .about {
  clear: both;
  margin: 0 auto;
  overflow: hidden;
  padding: 3em 0;
}
#aboutPage .about .txt {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#aboutPage .about .photo {
  width: 100%;
  margin-bottom: 1em;
  display: flex;
  justify-content: center;
}
#aboutPage .about .photo img {
  width: 633px;
  max-width: 100%;
}
@media screen and (max-width: 960px) {
  #aboutPage .about {
    padding: 0;
  }
}
#aboutPage .plan .titleBox .title {
  justify-content: center;
}
#aboutPage .plan .imgBox {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 5em;
}
#aboutPage .plan .imgBox img {
  width: 18%;
}
#aboutPage .plan .imgBox img:nth-of-type(2n) {
  transform: translateY(50px);
}
#aboutPage .plan .txt .slogan {
  text-align: center;
  font-size: 50px;
  color: #0068b7;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1200px) {
  #aboutPage .plan .txt .slogan {
    font-size: 36px;
  }
}
@media screen and (max-width: 991px) {
  #aboutPage .plan .imgBox {
    justify-content: space-evenly;
    margin: 0 auto 2em;
    width: 700px;
    max-width: 100%;
  }
  #aboutPage .plan .imgBox img {
    width: 28%;
  }
  #aboutPage .plan .imgBox img:nth-of-type(2n) {
    transform: translateY(0);
  }
}
@media screen and (max-width: 460px) {
  #aboutPage .plan .txt .slogan {
    font-size: 28px;
  }
  #aboutPage .plan .imgBox img {
    width: 45%;
  }
}

/*-- productListPage -------------*/
#productListPage > .container {
  max-width: 1600px;
  padding: 1em 3%;
}
@media screen and (max-width: 460px) {
  #productListPage > .container {
    padding: 0 3%;
  }
}
#productListPage .txtBox {
  margin-bottom: 2em;
  padding: 0 3%;
}
#productListPage .titleBox {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#productListPage .itemBox {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom: 1em;
}
#productListPage .itemBox .item {
  width: calc(25% - 1em);
  float: left;
  margin: 0 0.5em 1em;
  position: relative;
  padding: 0;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #bbb;
}
#productListPage .itemBox .item .pic {
  overflow: hidden;
  margin-bottom: 0.5em;
  width: 100%;
  max-width: 100%;
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 100%;
  line-height: 0;
  transition: all 0.5s ease 0s;
  border-bottom: 1px solid #bbb;
}
#productListPage .itemBox .item .pic img {
  position: relative;
  opacity: 0.95;
  transition: all 0.3s linear;
  max-height: 100%;
  margin: 0 auto;
  width: auto;
}
#productListPage .itemBox .item:hover .pic img {
  transform: scale(1.05);
  opacity: 1;
}
#productListPage .itemBox .item .category {
  text-align: center;
  font-size: 16px;
  color: #0068b7;
  margin: 0;
  padding: 0;
}
#productListPage .itemBox .item .title {
  color: #333333;
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
  padding: 0 8px;
  height: 40px;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  margin: 0;
  line-height: normal;
}
@media screen and (max-width: 1200px) {
  #productListPage .itemBox .item {
    width: calc(33.3333333333% - 1em);
  }
}
@media screen and (max-width: 991px) {
  #productListPage .itemBox .item .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  #productListPage .itemBox .item {
    width: calc(50% - 1em);
  }
  #productListPage .itemBox .item .category {
    font-size: 16px;
  }
  #productListPage .itemBox .item .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 360px) {
  #productListPage .itemBox .item {
    width: calc(100% - 1em);
  }
}

/*-- productDetailtPage -------------*/
#productDetailtPage {
  overflow: hidden;
  padding-top: 1em;
  /*related*/
}
#productDetailtPage .minInfo {
  padding: 2em 3% 0;
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
#productDetailtPage .minInfo > .container {
  max-width: 1600px;
  padding: 0 3%;
  margin: 0 auto 20px;
}
#productDetailtPage .minInfo #photoShow {
  margin-bottom: 5em;
  position: relative;
  width: 45%;
  order: 2;
  border: 1px solid #e1e1e1;
  border-radius: 20px;
  background-color: #ffffff;
}
#productDetailtPage .minInfo #photoShow img {
  margin: 0 auto;
  overflow: hidden;
  border-radius: 20px;
}
#productDetailtPage .minInfo #photoShow .owl-dots {
  padding: 0 1%;
  bottom: -8%;
}
#productDetailtPage .minInfo #photoShow .owl-dots button.owl-dot {
  background-color: rgba(102, 102, 102, 0.3);
}
#productDetailtPage .minInfo #photoShow .owl-dots button.owl-dot:hover {
  background-color: rgba(0, 104, 183, 0.3);
}
#productDetailtPage .minInfo #photoShow .owl-dots button.owl-dot.active, #productDetailtPage .minInfo #photoShow .owl-dots button.owl-dot.active:hover {
  background-color: #0068b7;
}
#productDetailtPage .minInfo .txtBox {
  width: 55%;
  padding: 0 1em;
}
#productDetailtPage .minInfo .titleBox .title {
  line-height: 1.2em;
}
#productDetailtPage .minInfo .info {
  margin-bottom: 1em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#productDetailtPage .minInfo .info .item {
  padding-right: 1em;
  min-width: 120px;
}
#productDetailtPage .minInfo .info .item p {
  margin: 0;
  padding: 0;
}
#productDetailtPage .minInfo .info .item p span.t_cB {
  color: #0068b7;
}
#productDetailtPage .minInfo .info .txt {
  margin: 0;
  padding: 0;
  margin-bottom: 0.5em;
  width: 100%;
}
#productDetailtPage .minInfo .btnTxtBox {
  width: 100%;
  margin-bottom: 1em;
}
#productDetailtPage .minInfo .share {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  position: relative; z-index: 1;
}
#productDetailtPage .minInfo .share p {
  margin: 0;
  padding: 0;
}
#productDetailtPage .minInfo .share b {
  margin-right: 0.5em;
}
#productDetailtPage .minInfo .btnBox {
  margin: 1em 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#productDetailtPage .minInfo .btnBox a {
  margin: 0 0.5em 0.5em 0;
}
#productDetailtPage .minInfo .btnBox .btnInquiry {
  width: 280px;
}
#productDetailtPage .minInfo .btnBox .btnDownload {
  width: 60px;
  padding: 0;
  justify-content: center;
}
@media screen and (max-width: 1160px) {
  #productDetailtPage .minInfo {
    padding: 0;
  }
  #productDetailtPage .minInfo::before {
    display: none;
  }
  #productDetailtPage .minInfo #photoShow, #productDetailtPage .minInfo .txtBox {
    width: 100%;
  }
  #productDetailtPage .minInfo #photoShow {
    order: 0;
  }
}
@media screen and (max-width: 560px) {
  #productDetailtPage .minInfo .txtBox {
    padding: 0;
  }
}
@media screen and (max-width: 400px) {
  #productDetailtPage .minInfo .btnRound {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
  #productDetailtPage .minInfo .btnTxtBox a {
    font-size: 14px;
  }
}
#productDetailtPage .detailInfo {
  overflow: hidden;
  padding: 2em 3%;
}
#productDetailtPage .detailInfo > .container {
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #productDetailtPage .detailInfo {
    padding: 0;
  }
  #productDetailtPage .detailInfo > .container {
    padding: 0;
  }
}
#productDetailtPage .itemBox {
  padding: 1em 0 2em;
  overflow: hidden;
  background-color: #ffffff;
}
#productDetailtPage .itemBox .titleBox {
  text-align: center;
}
#productDetailtPage .itemBox .item {
  position: relative;
  padding: 0 8px;
  background: #fff;
}
#productDetailtPage .itemBox .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;
  transition: all 0.5s ease 0s;
}
#productDetailtPage .itemBox .item .pic img {
  position: relative;
  opacity: 0.95;
  transition: all 0.3s linear;
  max-height: 100%;
  margin: 0 auto;
  width: auto;
}
#productDetailtPage .itemBox .item:hover .pic img {
  transform: scale(1.05);
  opacity: 1;
}
#productDetailtPage .itemBox .item .info {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0.5em;
  padding: 0 8px;
  text-align: left;
  height: 4.5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#productDetailtPage .itemBox .item .title {
  color: #333333;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
  padding: 0 8px 10px;
  height: 40px;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  border-bottom: 2px solid #2fa32f;
}
#productDetailtPage .related {
  background-image: url(../images/bg-stage.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3em 3%;
  overflow: hidden;
}
#productDetailtPage .related .titleBox {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#productDetailtPage .related .owl-carousel {
  margin-bottom: 4em;
}
#productDetailtPage .related .owl-dots {
  bottom: -30px;
}
#productDetailtPage .related .item {
  position: relative;
  padding: 0;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #bbb;
}
#productDetailtPage .related .item .pic {
  overflow: hidden;
  margin-bottom: 0.5em;
  width: 100%;
  max-width: 100%;
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 100%;
  line-height: 0;
  transition: all 0.5s ease 0s;
  border-bottom: 1px solid #bbb;
}
#productDetailtPage .related .item .pic img {
  position: relative;
  opacity: 0.95;
  transition: all 0.3s linear;
  max-height: 100%;
  margin: 0 auto;
  width: auto;
}
#productDetailtPage .related .item:hover .pic img {
  transform: scale(1.05);
  opacity: 1;
}
#productDetailtPage .related .item .category {
  text-align: center;
  font-size: 16px;
  color: #0068b7;
  margin: 0;
  padding: 0;
}
#productDetailtPage .related .item .title {
  color: #333333;
  font-size: 24px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
  padding: 0 8px;
  height: 40px;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  margin: 0;
  line-height: normal;
}
#productDetailtPage .related .btnRound {
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  #productDetailtPage .related .item {
    border-radius: 30px;
  }
  #productDetailtPage .related .item .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 400px) {
  #productDetailtPage .related .item {
    border-radius: 20px;
  }
}

/*-- leasePage -------------*/
#leasePage {
  overflow: hidden;
}
#leasePage .minInfo {
  padding: 2em 3% 0;
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
#leasePage .minInfo > .container {
  max-width: 1600px;
  padding: 0 3%;
  margin: 0 auto 20px;
}
#leasePage .minInfo #photoShow {
  margin-bottom: 5em;
  position: relative;
  width: 45%;
  order: 2;
  background-color: #ffffff;
}
#leasePage .minInfo #photoShow img {
  margin: 0 auto;
  overflow: hidden;
  padding: 0 5px;    
}
#leasePage .minInfo #photoShow .owl-dots {
  padding: 0 1%;
  bottom: -30px;
}
#leasePage .minInfo #photoShow .owl-dots button.owl-dot {
  background-color: rgba(102, 102, 102, 0.3);
}
#leasePage .minInfo #photoShow .owl-dots button.owl-dot:hover {
  background-color: rgba(0, 104, 183, 0.3);
}
#leasePage .minInfo #photoShow .owl-dots button.owl-dot.active, #leasePage .minInfo #photoShow .owl-dots button.owl-dot.active:hover {
  background-color: #0068b7;
}
#leasePage .minInfo .txtBox {
  width: 55%;
  padding: 0 1em;
}
#leasePage .minInfo .titleBox .title {
  line-height: 1.2em;
}
#leasePage .minInfo .info {
  margin-bottom: 1em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#leasePage .minInfo .info .itemTitle {
  color: #0068b7;
  font-size: 20px;
  font-weight: 500;
  display: block;
  margin-bottom: 0.5em;
}
#leasePage .minInfo .info .item {
  padding-right: 1em;
  min-width: 120px;
}
#leasePage .minInfo .info .item p span.t_cB {
  color: #0068b7;
}
#leasePage .minInfo .info .txt {
  margin-bottom: 0.5em;
  width: 100%;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1160px) {
  #leasePage .minInfo {
    padding: 0;
  }
  #leasePage .minInfo::before {
    display: none;
  }
  #leasePage .minInfo #photoShow, #leasePage .minInfo .txtBox {
    width: 100%;
  }
  #leasePage .minInfo #photoShow {
    order: 0;
  }
}
#leasePage .detailInfo {
  overflow: hidden;
  padding: 2em 3%;
}
#leasePage .detailInfo > .container {
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #leasePage .detailInfo {
    padding: 0;
  }
  #leasePage .detailInfo > .container {
    padding: 0;
  }
}
#leasePage .itemBox {
  padding: 1em 0 2em;
  overflow: hidden;
  background-color: #ffffff;
}
#leasePage .itemBox .titleBox {
  text-align: center;
}
#leasePage .itemBox .item {
  position: relative;
  padding: 0 8px;
  background: #fff;
}
#leasePage .itemBox .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;
  transition: all 0.5s ease 0s;
}
#leasePage .itemBox .item .pic img {
  position: relative;
  opacity: 0.95;
  transition: all 0.3s linear;
  max-height: 100%;
  margin: 0 auto;
  width: auto;
}
#leasePage .itemBox .item:hover .pic img {
  transform: scale(1.05);
  opacity: 1;
}
#leasePage .itemBox .item .info {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0.5em;
  padding: 0 8px;
  text-align: left;
  height: 4.5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#leasePage .itemBox .item .title {
  color: #333333;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
  padding: 0 8px 10px;
  height: 40px;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  border-bottom: 2px solid #2fa32f;
}

/*-- applicationPage -------------*/
#applicationPage .detail {
  clear: both;
  margin: 0 auto 2em;
  overflow: hidden;
  position: relative;
}
#applicationPage .detail .titleBox {
  display: flex;
  justify-content: center;
}
#applicationPage .detail .txt {
  display: flex;
  flex-direction: column;
}
#applicationPage .detail .photo {
  width: 100%;
  margin-bottom: 1em;
  display: flex;
  justify-content: center;
}
#applicationPage .detail .photo img {
  border-radius: 20px;
  width: 500px;
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  #applicationPage .detail > .container {
    padding: 1em 3% 0;
  }
}
#applicationPage .itemBox {
  background-color: #f3f8fb;
  position: relative;
  clear: both;
  overflow: hidden;
  padding: 4em 0;
}
#applicationPage .itemBox .titleBox {
  display: flex;
  justify-content: center;
}
#applicationPage .itemBox .item {
  width: calc(25% - 1em);
  float: left;
  margin: 0 0.5em 1em;
  position: relative;
  padding: 0;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #bbb;
}
#applicationPage .itemBox .item .pic {
  overflow: hidden;
  margin-bottom: 0.5em;
  width: 100%;
  max-width: 100%;
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 100%;
  line-height: 0;
  transition: all 0.5s ease 0s;
  border-bottom: 1px solid #bbb;
}
#applicationPage .itemBox .item .pic img {
  position: relative;
  opacity: 0.95;
  transition: all 0.3s linear;
  max-height: 100%;
  margin: 0 auto;
  width: auto;
}
#applicationPage .itemBox .item:hover .pic img {
  transform: scale(1.05);
  opacity: 1;
}
#applicationPage .itemBox .item .category {
  text-align: center;
  font-size: 16px;
  color: #0068b7;
  margin: 0;
  padding: 0;
}
#applicationPage .itemBox .item .title {
  color: #333333;
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
  padding: 0 8px;
  height: 40px;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  margin: 0;
  line-height: normal;
}
@media screen and (max-width: 1200px) {
  #applicationPage .itemBox .item {
    width: calc(33.3333333333% - 1em);
  }
}
@media screen and (max-width: 991px) {
  #applicationPage .itemBox {
    padding: 2em 0;
  }
  #applicationPage .itemBox .item .category {
    font-size: 16px;
  }
  #applicationPage .itemBox .item .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  #applicationPage .itemBox .item {
    width: calc(50% - 1em);
  }
  #applicationPage .itemBox .item .category {
    font-size: 16px;
  }
  #applicationPage .itemBox .item .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 360px) {
  #applicationPage .itemBox .item {
    width: 100%;
    margin: 0 0 1em 0;
  }
}

/*-- newsPage -------------*/
#newsPage #navbar {
  margin-bottom: 2em;
}
#newsPage .itemBox {
  position: relative;
  overflow: hidden;
}
#newsPage .itemBox .titleBox {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#newsPage .itemBox > .container {
  display: flex;
  flex-wrap: wrap;
}
#newsPage .itemBox .item {
  width: calc(25% - 1em);
  text-align: center;
  margin: 0 0.5em 2em;
  overflow: hidden;
}
#newsPage .itemBox .item .pic {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 63%;
  line-height: 0;
  transition: all 0.5s ease 0s;
  border: 1px solid #666;
  border-radius: 20px;
}
#newsPage .itemBox .item .pic img {
  max-height: 100%;
  position: relative;
  opacity: 0.95;
  transition: all 0.3s linear;
  margin: 0 auto;
}
#newsPage .itemBox .item .txt {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0.5em 0.2em;
}
#newsPage .itemBox .item .txt .date {
  color: #0068b7;
  font-size: 18px;
  margin-bottom: 0.2em;
  font-weight: 500;
  text-align: left;
  margin: 0;
  display: block;
}
#newsPage .itemBox .item .txt .title, #newsPage .itemBox .item .txt .title a {
  color: #333333;
  font-size: 20px;
  font-weight: 500;
  height: 56px;
  text-align: left;
  line-height: normal;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#newsPage .itemBox .item:hover .pic img {
  transform: scale(1.05);
  opacity: 1;
}
@media screen and (max-width: 960px) {
  #newsPage .itemBox .item {
    width: calc(50% - 1em);
  }
}
@media screen and (max-width: 520px) {
  #newsPage .itemBox .item {
    width: 80%;
    margin: 0 auto 0.5em;
  }
  #newsPage .itemBox .item .txt {
    padding: 0;
  }
  #newsPage .itemBox .item .txt .title, #newsPage .itemBox .item .txt .title a {
    height: auto;
    margin-bottom: 0.5em;
    -webkit-box-orient: initial;
  }
}
@media screen and (max-width: 400px) {
  #newsPage .itemBox .item {
    width: 100%;
  }
  #newsPage .itemBox .item .txt .title, #newsPage .itemBox .item .txt .title a {
    font-size: 16px;
  }
}

/*-- newsDetailPage -------------*/
#newsDetailPage {
  background-color: #f3f8fb;
  position: relative;
  overflow: hidden;
  padding-bottom: 2em;
}
#newsDetailPage .titleBox {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#newsDetailPage .mBox {
  width: 1000px;
  margin: 0 auto;
  max-width: 100%;
  border-radius: 30px;
  background-color: #ffffff;
  border: 1px solid #bbb;
  padding-bottom: 1em;
}
#newsDetailPage .topInfo {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 1em 3%;
  width: 100%;
  border-bottom: 1px solid #bbb;
}
#newsDetailPage .topInfo .newsTitle p {
  margin: 0;
  padding: 0;
}
#newsDetailPage .topInfo .newsTitle h1 {
  color: #333333;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2em;
}
@media screen and (max-width: 991px) {
  #newsDetailPage .topInfo .newsTitle h1 {
      font-size: 28px;
      line-height: 1em;
    }
}
@media screen and (max-width: 560px) {
  #newsDetailPage .topInfo .newsTitle h1 {
      font-size: 24px;
      line-height: 1.2em;
    }
}
#newsDetailPage .topInfo .newsTitle .date {
  color: #0068b7;
}
#newsDetailPage .topInfo .share {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
#newsDetailPage .topInfo .share p {
  margin: 0;
  padding: 0;
  margin-right: 0.5em;
  width: 100%;
}
#newsDetailPage .txt {
  padding: 1em 3%;
}
#newsDetailPage .btnBox {
  padding: 1em 3%;
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
}

/*-- contactPage ----------*/
#contactPage .contact {
  clear: both;
  padding: 3em 3% 5em;
  margin: 0 auto;
  overflow: hidden;
  background-image: url(../images/bg-dot.png), url(../images/bg-logo.png);
  background-position: left top, 90% bottom;
  background-repeat: repeat, no-repeat;
  background-size: 3% auto;
}
@media screen and (max-width: 600px) {
  #contactPage .contact {
    padding: 1em 3% 3em;
  }
}
#contactPage .txtBox {
  margin-bottom: 1em;
}
#contactPage .infoBox {
  background-color: rgba(233, 231, 231, 0.5);
  padding: 1.5em 1em;
  margin-bottom: 1em;
}
#contactPage .infoBox .infoTitle {
  color: #0068b7;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0.5em;
}
#contactPage .infoBox .item {
  display: flex;
  margin-bottom: 0.2em;
  flex-direction: row;
}
#contactPage .infoBox .item .icon {
  width: 28px;
  height: 28px;
  background-color: #0068b7;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: 0.5em;
  transform: translateY(3px);
}
#contactPage .infoBox .item .icon i {
  width: 50%;
  height: 50%;
}
#contactPage .infoBox .item p {
  width: calc(100% - 28px - 0.5em);
}
#contactPage .infoBox .item p, #contactPage .infoBox .item b {
  font-size: 16px;
  color: #333;
  margin: 0;
}
#contactPage .infoBox .item a {
  color: #333;
}
#contactPage .infoBox .item a:active, #contactPage .infoBox .item a:visited, #contactPage .infoBox .item a:focus {
  color: #333;
}
#contactPage .formSyA {
  width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
  padding: 2em;
  border-radius: 30px;
}
#contactPage .formSyA .btnBox {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 1em 0 0;
}
#contactPage .formSyA .txt {
  margin-bottom: 1em;
}
#contactPage .formSyA .txt .title {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  #contactPage .formSyA {
    padding: 2em 1em;
  }
  #contactPage .formSyA .formGroup {
    flex-wrap: wrap;
  }
  #contactPage .formSyA .rowBox.w30, #contactPage .formSyA .rowBox.w70 {
    width: 100%;
    margin-left: 0;
  }
}/*# sourceMappingURL=cms-index.css.map */

/*-- download List  樣式參考公版 b02 ----------*/

.download-list {
  border: 1px solid #e2e2e2;
  padding: 0 0 15px 0;
  margin-bottom: 30px;
  position: relative;
}
.download-list:after {
  content: "";
  position: absolute;
  bottom: -3px;
  right: -35px;
  width: 34px;
  height: 83px;
  background: url(../images/download-bg.png) no-repeat;
}
@media (max-width: 575px) {
  .download-list:after {
    content: none;
  }
  .download-list {max-width: 270px; margin: 0 auto 30px auto;}
}
.download-list .download-pic {
  overflow: hidden;
  position: relative;
  padding-bottom: 139.3%;
}
.download-list .download-pic .img-center {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.download-list .download-pic .img-center img {
  max-height: 100%;
  transition: all 0.5s;
}
.download-list .download-pic .img-center:hover img {
  transform: scale(0.97);
}
.download-list .download-title {
  font-size: 1rem;
  text-align: center;
  margin-top: 10px;
}