@charset "UTF-8";

@media print {
  .print_no {
    display: none;
  }

  header {
    display: none;
  }

  footer {
    display: none;
  }

  a[href]:after {
    content: none !important;
  }
}

:root {
  /* 主色 */
  --main-color: #bf3634;
  /* 主色輔色 */
  --main-match-color: #992e2e;
  /* 次色 */
  --second-color: #e4e4e4;
  /* 次色輔色 */
  --second-match-color: #9b9b9b;
  /* 不透明度 */
  --alpha: 0.8;
}

body, .page-index .webeditor, .news_in, .slogan{
  overflow-x: hidden!important;
}

.webeditor img {
  margin: 1.5rem 0;
}

main h2 {
  font-family: "moon", "Microsoft JhengHei";
}

[lang="en"] .page-pdt-detail .pro_con_s br:nth-child(even) {
  display: block !important;
}

[lang="zh-TW"] .page-pdt-detail .pro_con_s br:nth-child(even) {
  display: block !important;
}

.page-pdt-detail .pro_con_s br:nth-child(even) {
  display: none;
}

.page-pdt-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  flex-direction: column;
  background-image: none !important;
}

.page-pdt-detail .page-header {
  order: 1;
}

.page-pdt-detail .con {
  order: 2;
  background-color: #fff;
  background-image: url(../images/page-pdt-detail.jpg);
  background-position: right top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.page-pdt-detail .inquiry_in.print_no.prd {
  order: 3;
}

.page-pdt-detail .inquiry_in.print_no {
  order: 4;
}

.page-pdt-detail .download_in {
  order: 5;
}

.page-pdt-detail .center.pt-3.pb50.print_no {
  order: 6;
}

.top_h {
  color: #fff;
  font-size: 16px;
  font-family: "moon", "Microsoft JhengHei";
  padding-left: 10px;
}

.ha {
  cursor: pointer;
}

.index-slider .carousel-item h5 {
  font-size: 45px;
}

.index-slider .carousel-item p {
  font-size: 25px;
}

.dl-list {
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
  list-style-type: disc;
}

.dl-list li {
  border-bottom: 1px dashed hsla(0, 0%, 84%, 1);
  padding-top: 8px;
  display: inline-block;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  list-style-position: inside;
  color: hsla(0, 0%, 16%, 1);
  width: 100%;
  margin-bottom: 20px;
}

.itemLink img {
  width: 20px;
  height: 20px;
}

.itemTitle {
  width: 70%;
  display: inline-block;
  color: hsla(0, 0%, 15%, 1);
}

.itemLink {
  text-align: right;
  font-size: 14px;
  white-space: nowrap;
  color: gray;
  padding-left: 32px;
  float: right;
}

.itemLink {
  display: inline-block;
  background: #fff;
  padding-top: 10px;
  padding-right: 17px;
  padding-left: 17px;
  padding-bottom: 10px;
  border-radius: 20px;
  border-width: 0px;
  border-style: solid;
}

.itemLink:hover {
  color: var(--main-color) !important;
}

.sitemap h2 {
  border-bottom: 1px solid hsla(0, 0%, 63%, 1);
}

.sitemap ul {
  padding-inline-start: 20px;
}

.sitemap1>li {
  border-bottom: 1px dashed hsla(0, 0%, 63%, 1);
  list-style-position: inside;
}

.sitemap1 li::marker {
  color: var(--main-color);
  font-size: 1.2em;
}

.sitemap1 a {
  font-size: 14px;
  line-height: 30px;
  color: #000;
}

.sitemap h2::before {
  content: "";
  width: 28px;
  display: inline-block;
  height: 20px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/sitemap-title-icon.svg);
}

@media (max-width:576px){
  .page-sitemap .col-md-4.col-sm-12 {
    margin: 1.5rem 0;
  }
}

.news_date img {
  width: 15px;
  margin-right: 8px;
  margin-top: 3px;
  margin-bottom: 4px;
}

.h_o1::before {
  content: "";
  width: 28px;
  display: inline-block;
  height: 20px;
  margin-right: 10px;
  background-image: url(../images/t_c2.png);
}

main .center {
  padding-top: 100px;
}

.news_date {
  background-color: #005bb0;
  color: #ffffff;
  padding-right: 13px;
  padding-bottom: -5px;
  padding-left: 14px;
  display: inline-block;
  margin-bottom: 5px;
  border-radius: 41px;
  font-size: 12px;
  line-height: 30px;
}

.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  width: 95%;
}

.red {
  color: hsla(359, 100%, 50%, 1);
  margin-right: 6px;
}

.error2 {
  padding-top: 2px;
  padding-right: 11px;
  padding-left: 10px;
  padding-bottom: 2px;
  color: hsl(0deg 0% 100%);
  background: #f00;
  border-radius: 17px;
  margin-top: 8px;
}

.form-group input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #9c9c9c;
}

.form-group input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #9c9c9c;
}

.form-group input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #9c9c9c;
}

.form-group input::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #9c9c9c;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
  color: #1a1a1a;
  font-family: "moon", "Microsoft JhengHei";
  background-color: hsl(0deg 0% 97%);
  border-radius: 50px;
  padding-right: 10px;
  padding-left: 11px;
  padding-top: 5px;
  padding-bottom: 5px;
}

input {
  height: 0;
  padding: 1.2em 0.5em;
  background-clip: content-box;
}

main h2 {
  font-family: "moon", "Microsoft JhengHei";
}

.tab_ca a {
  position: relative;
  display: block;
  transition: all 0.3s ease;
  z-index: 1;
  color: #015cb1;
  text-align: center;
  border: 1px solid #005eb2;
  margin-left: -1px;
  border-radius: 30px;
  min-width: 180px;
  height: 50px;
  padding: 0 25px;
  line-height: 50px;
  background: rgba(255, 255, 255, 0.9);
}

.tab_ca a:hover {
  position: relative;
  display: block;
  transition: all 0.3s ease;
  z-index: 1;
  color: #fff;
  text-align: center;
  border: 1px solid #005eb2;
  margin-left: -1px;
  border-radius: 30px;
  min-width: 180px;
  height: 50px;
  padding: 0 25px;
  line-height: 50px;
  background: #005bb0;
}

.tab_ca>li {
  display: inline-block;
  padding: 0;
  margin: 0 25px 0 0;
  margin-bottom: 10px;
  vertical-align: top;
  font-size: 1rem;
}

.tab_ca>li a.current {
  color: #fff;
  background: #005bb0;
  box-shadow: 0 0 black;
}

.tab_ca {
  padding-left: 0px;
  border-bottom: 1px solid hsla(0, 0%, 80%, 1);
  margin-bottom: 17px;
  padding-bottom: 25px;
}

.map {
  position: relative;
}

.map .address {
  position: absolute;
  background-color: rgb(0 100 179 / 81%);
  width: 25%;
  right: 65px;
  z-index: 10;
  color: #fff;
  padding: 45px;
  border-radius: 29px;
}

.map .address a {
  color: #fff;
}

.gmap {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.page-contact form {
  padding: 2%;
  margin-bottom: 25px;
  margin-top: 25px;
  border: 3px solid #f1f1f1;
  background-color: #ffffff;
}

.pageBanner:before {
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-image: url(../images/banner-mask-left.svg);
}

.pageBanner:after {
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: url(../images/banner-mask-right.svg);
}

.pageBanner:before,
.pageBanner:after {
  content: "";
  display: block;
  position: absolute;
  width: 110px;
  height: 50px;
  margin-bottom: -10px;
}

.slick-lightbox .slick-slide {
  background-color: hsla(0, 0%, 27%, 0.63) !important;
}

.pt50 {
  padding-top: 50px;
}

.con-ba {
  /* background: #f8f8f8; */
  padding-top: 30px;
  padding-bottom: 30px;
}

.con-f {
  max-width: 80%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.con-f .row .pro_model {
  color: #333;
  font-weight: bold;
  width: 100%;
  text-align: left;
  padding-left: 0;
}

#feedbackcontent::-webkit-input-placeholder {
  color: #000;
}

main.page-index {
  z-index: 1;
  position: relative;
}

.carousel-item {
  position: static;
}

.li p {
  margin-bottom: 1px;
}

.f_title {
  color: hsla(0, 0%, 100%, 1);
}

.index-product .slick-slide {
  background: #fff;
}

.inquiry_in .p_na {
  color: #000;
  font-size: 18px;
}

.inquiry_in .pro_model {
  font-family: "moon", "Microsoft JhengHei";
  margin-bottom: 8px;
  color: #000;
  font-size: 16px;
}

.webeditor {
  overflow-y: auto;
}

.card {
  flex-direction: row !important;
  background: hsl(0deg 0% 100% / 0%);
  padding: 0%;
}

.card:hover {
  flex-direction: row !important;
  background-color: #002b5e;
  padding: 0%;
  background-image: -webkit-linear-gradient(135deg, rgb(255 255 255) 58.54%, rgb(255 255 255) 58.54%);
  background-image: -moz-linear-gradient(135deg, rgb(255 255 255) 58.54%, rgb(255 255 255) 58.54%);
  background-image: -o-linear-gradient(135deg, rgb(255 255 255) 58.54%, rgb(255 255 255) 58.54%);
  background-image: linear-gradient(135deg, rgb(255 255 255) 58.54%, rgb(255 255 255) 58.54%);
}

.form-inline img {
  width: 15px;
  height: 15px;
}

.slogan h1 {
  color: #ffffff;
}

.btn2 i {
  color: #03a9f4;
}

.p_na {
  text-align: center;
  color: var(--main-color);
  margin-top: 8px;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #e0e0e0;
  background-image: linear-gradient(180deg, #ececec 0.52%, white 21.24%, white 81.35%, #f0f0f0 100%);
}

.error {
  margin-bottom: 16px;
}

input:-internal-autofill-selected {
  background: #000 !important;
}

.pin_name {
  font-family: "moon", "Microsoft JhengHei";
  color: var(--main-color);
  font-size: 30px;
  font-weight: bold;
  text-align: left;
}

input:focus {
  outline: none !important;
}

.ar img {
  width: 20px;
  height: 20px;
}

.btn2,
.navbar-toggler {
  outline: none !important;
}

.container img {
  max-width: 100%;
}

.pagination {
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

.pagination li {
  display: inline-block;
}

.pagination li a {
  float: left;
  padding: 6px 13px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #eaeaea;
  color: #222;
  transition: all 0.45s;
  background-image: linear-gradient(132deg, white 48.19%, #f7f7f7 48.19%);
}

.pagination li a:hover {
  float: left;
  padding: 6px 13px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #eaeaea;
  color: #fff;
  transition: all 0.45s;
  background-image: linear-gradient(148deg, var(--main-color) 53%, var(--main-match-color) 49%);
}

.pagination .active a {
  background-image: linear-gradient(148deg, var(--main-color) 53%, var(--main-match-color) 49%);
}

.pagination ul {
  padding-left: 0;
}

.pagination .active a {
  color: #ffffff;
}

body {
  letter-spacing: 1px;
}

#accordion .panel {
  box-shadow: none;
  border: none;
  border-radius: 0;
  margin-bottom: 6px;
}

#accordion .panel-heading {
  padding: 0;
}

#accordion .panel-title a {
  display: block;
  color: var(--main-color);
  font-size: 15px;
  font-weight: bold;
  padding-top: 7px;
  padding-right: 20px;
  padding-left: 33px;
  padding-bottom: 14px;
  position: relative;
  border-bottom: 1px solid #4b4b4b;
}

#accordion .panel-title a.collapsed {
  border-top: 0;
  /* color: #333; */
}

#accordion .panel-title a:before {
  content: "-";
  font-family: "moon", "Microsoft JhengHei";
  position: absolute;
  top: 12px;
  left: 9px;
  font-size: 34px;
  line-height: 24px;
  color: var(--main-color);
}

#accordion .panel-title a.collapsed:before {
  font-family: "moon", "Microsoft JhengHei";
  position: absolute;
  top: 12px;
  left: 9px;
  font-size: 34px;
  line-height: 24px;
  color: var(--main-color);
  content: "+";
}

#accordion .panel-title a:hover {
  color: var(--main-color);
}

#accordion .panel-body {
  color: #666464;
  font-size: 14px;
  line-height: 20px;
  border-top: 0 none;
  background-color: hsla(0, 0%, 98%, 0);
  padding: 15px 20px;
}

aside li {
  list-style-type: none;
  padding-left: 0 !important;
  margin-bottom: 10px;
  border-bottom: 1px dotted #9e9e9e;
  padding-bottom: 9px;
}

aside ul {
  list-style-type: none;
  padding-left: 0 !important;
}

main {
  background: #f8f8f8;
  background-position: left bottom;
  background-repeat: no-repeat;
}

::marker {
  font-size: 1.2em;
}

.address img {
  width: 30px;
  position: absolute;
  left: 25px;
}

.title2 {
  margin-bottom: 35px;
}

.address {
  margin-top: 57px;
  display: block;
}

.address li {
  list-style-type: none;
  margin-top: 15px;
  border-bottom: 1px solid #ffffff;
  font-family: "moon", "Microsoft JhengHei";
  padding-bottom: 10px;
}

.address ul {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 13px;
  list-style-position: inside;
  font-size: 14px;
}

.card-header {
  background-image: -webkit-linear-gradient(30deg, #adadad 2.08%, #adadad 87.05%);
  background-image: -moz-linear-gradient(30deg, #adadad 2.08%, #adadad 87.05%);
  background-image: -o-linear-gradient(30deg, #adadad 2.08%, #adadad 87.05%);
  background-image: linear-gradient(60deg, #adadad 2.08%, #adadad 87.05%);
  border: 0 solid #adadad;
}

.card {
  border: 1px solid rgb(0 0 0 / 0%);
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0) !important;
}

.pageBanner .container {
  text-align: right;
}

.page-header h1 {
  color: white;
  text-align: left;
  float: left;
  z-index: 9;
  display: inline-block;
  position: relative;
  font-family: "moon", "Microsoft JhengHei";
  text-shadow: 2px 1px 2px rgb(0 0 0 / 63%);
}

.big-mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  min-width: 100%;
  width: 100%;
  min-height: 100%;
  background-repeat: repeat;
  background-position: 0 bottom;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0);
}

.page-header {
  /*background-position: right bottom;*/
  padding-top: 170px;
  padding-bottom: 120px;
  position: relative;
  background-size: cover;
}

.copy {
  font-size: 14px;
  margin-top: 10px;
  border-top: 1px solid hsl(0deg 0% 35%);
  border-bottom: 1px solid hsl(0deg 0% 35%);
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: "moon", "Microsoft JhengHei";
}

.iw a {
  color: #000;
  font-family: "moon", "Microsoft JhengHei";
}

.ab_link {
  color: #ffffff;
  display: block;
  margin-top: 15px;
}

.bg-dark {
  background-color: rgba(255, 255, 255, 1) !important;
}

#top-bar .dropdown-toggle::after {
  color: #fff;
}

.dark #top-bar,
#top-bar.dark {
  border-bottom-color: rgba(255, 255, 255, 0.1);
  background-color: #282828;
  padding-top: 5px;
  background-color: var(--second-match-color);
}

#top-bar {
  border-bottom: 1px solid #eee;
  text-align: right;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0rem;
}

.bg-dark {
  border-bottom: 1px solid #ebebeb;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgb(45 45 45);
  background-clip: padding-box;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #ffffff;
  border-radius: 0.25rem;
}

.form-control:hover {
  border-color: var(--main-color);
}

a {
  color: var(--main-color);
  text-decoration: none;
  background-color: transparent;
  letter-spacing: 1px;
  font-family: "moon", "Microsoft JhengHei";
}

a:hover {
  color: var(--main-color);
  color: var(--main-color);
  text-decoration: none;
}

.p10 {
  padding-top: 12px;
  padding-right: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
}

#accordion .link a.collapsed:before {
  content: "";
}

.btn1 {
  color: #ffffff;
  font-size: 14px;
  font-family: "moon", "Microsoft JhengHei";
}

.clear {
  clear: both;
}

.inq {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding-top: 0.1rem;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  padding-bottom: 0.375rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  position: relative;
}

.inq img {
  color: #ffffff;
  width: 30px;
  height: 30px;
}

.inq_q {
  background-color: var(--main-color);
  position: absolute;
  top: 0;
  font-size: 10px;
  color: #fff;
  padding-top: 1px;
  padding-right: 1px;
  padding-bottom: 1px;
  width: 20px;
  height: 20px;
  border-radius: 99em;
  text-align: center;
}

.center {
  text-align: center;
  display: block;
}

a {
  outline: none;
}

.dropdown-menu li {
  margin-right: 0px;
  width: 100%;
  border-bottom: 1px dotted hsla(0, 0%, 62%, 1);
}

.nav-item {
  cursor: pointer;
}

.form-inline {
  position: relative;
}

.btn2 {
  background-color: rgba(42, 187, 170, 0);
  border: 0 solid var(--main-color);
  position: absolute;
  right: 15px;
  top: 11px;
  width: 15px;
}

.btn2 img {
  z-index: 9999;
  position: absolute;
}

.mt50 {
  margin-top: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.pt100 {
  padding-top: 100px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb25 {
  padding-bottom: 25px;
}

.pt25 {
  padding-top: 25px;
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

.marketing {
  text-align: center;
}

.webeditor {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;
}

.webeditor img {
  max-width: 100% !important;
  height: auto !important;
}

.webeditor table {
    /*max-width: auto !important;
	width: 100% !important;*/
    height: auto;
    text-align: center;
	display: block;
    white-space: nowrap;
}

.webeditor table tr td {
  width:100px;
  min-width:100px;
}

.webeditor table tr td:nth-child(1),
.webeditor table tr td:nth-child(2) {
  width:200px;
  min-width:200px;
}

.skew-neg {
  transform: skew(18deg, 0deg);
  background-color: #9e0003;
}

.skew-neg a {
  transform: skew(0deg, 0deg) !important;
  background-color: #289fc3;
}

@media screen and (min-width: 769px) and (max-width: 1400px) {
  .bg-dark {
    padding-top: 15px;
    padding-bottom: 15px;
    background-image: linear-gradient(130deg,
        rgba(255, 255, 255, 0.91) 17.62%,
        rgba(255, 255, 255, 0.91) 52.85%,
        rgba(255, 255, 255, 0.9) 52.85%,
        rgba(255, 255, 255, 0.9) 80.83%,
        rgba(255, 255, 255, 0.83) 80.83%,
        rgba(255, 255, 255, 0.78) 87.56%);
  }

  
}
@media screen and (max-width: 1400px) {
  .page-header {
    background-position: center center;
    padding-top: 200px;
    padding-bottom: 100px;
  }
}



@media screen and (min-width: 481px) and (max-width: 768px) {
  .pin_name {
    font-size: 22px;
  }

  .slogan h3 {
    color: #ffffff;
    font-family: "moon", "Microsoft JhengHei";
    font-size: 16px;
    max-width: 600px;
    float: none !important;
    font-weight: bolder;
  }

  .dropdown-menu {
    position: static;
    top: 95%;
    left: 0;
    z-index: 9999;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #ffffff;
    text-align: left;
    list-style: none;
    background-color: rgb(255 255 255);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    width: 100%;
  }

  header {
    position: relative;
    width: 100%;
    z-index: 9999;
  }

  .bg-dark {
    padding-top: 15px;
    padding-bottom: 15px;
    background-image: linear-gradient(130deg,
        rgba(255, 255, 255, 0.91) 17.62%,
        rgba(255, 255, 255, 0.91) 52.85%,
        rgba(255, 255, 255, 0.9) 52.85%,
        rgba(255, 255, 255, 0.9) 80.83%,
        rgba(255, 255, 255, 0.83) 80.83%,
        rgba(255, 255, 255, 0.78) 87.56%);
  }

  .page-header h1 {
    color: white;
    text-align: center;
    z-index: 9;
    position: relative;
    font-family: "moon", "Microsoft JhengHei";
  }

  .nb,
  aside {
    display: none !important;
  }

  .page-news .pin .col-md-8 {
    padding-top: 5%;
  }
}

@media screen and (max-width: 480px) {
  .page-news .pin .col-md-8 {
    padding-top: 5%;
  }

  .slogan h3 {
    color: #ffffff;
    font-family: "moon", "Microsoft JhengHei";
    font-size: 16px;
    max-width: 600px;
    float: none !important;
    font-weight: bolder;
  }

  .pin_name {
    font-size: 22px;
  }

  .dropdown-menu {
    position: static;
    top: 95%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #ffffff;
    text-align: left;
    list-style: none;
    background-color: rgb(255 255 255);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    width: 100%;
  }

  header {
    position: relative;
    width: 100%;
    z-index: 9999;
  }

  .bg-dark {
    padding-top: 15px;
    padding-bottom: 15px;
    background-image: linear-gradient(130deg,
        rgba(255, 255, 255, 0.91) 17.62%,
        rgba(255, 255, 255, 0.91) 52.85%,
        rgba(255, 255, 255, 0.9) 52.85%,
        rgba(255, 255, 255, 0.9) 80.83%,
        rgba(255, 255, 255, 0.83) 80.83%,
        rgba(255, 255, 255, 0.78) 87.56%);
  }

  .page-header h1 {
    color: white;
    text-align: center;
    z-index: 9;
    width: 100%;
    position: relative;
    font-family: "moon", "Microsoft JhengHei";
  }

  .breadcrumb1 {
    width: 100%;
  }

  .nb,
  aside {
    display: none !important;
  }
}

@media (max-width: 991.98px) {

  .navbar-expand-lg>.container,
  .navbar-expand-lg>.container-fluid,
  .navbar-expand-lg>.container-lg,
  .navbar-expand-lg>.container-md,
  .navbar-expand-lg>.container-sm,
  .navbar-expand-lg>.container-xl {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media screen and (min-width: 900px) and (max-width: 1400px) {
  .page-header {
    background-position: center center;
    padding-top: 200px;
    padding-bottom: 150px;
  }
}

@media screen and (min-width: 900px) {
  header {
    position: fixed;
    width: 100%;
    z-index: 9999;
  }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  .iqw .dropdown-menu {
    right: 1 !important;
    left: 1 !important;
    width: 290px !important;
  }
}

.header-search-form .btn2 {
  padding-right: 15px;
}

.searchbox-icon {
  width: 15px;
  height: 15px;
  vertical-align: super;
}

.searchbox-icon:hover {
  fill: var(--main-color);
}

.form-control[aria-label="Search"] {
  border: 1px solid #ddd;
}

.form-control[aria-label="Search"]:hover {
  border-color: var(--main-color);
}

@media all and (min-width: 992px) {
  .navbar-nav {
    margin-left: 15px;
  }
}

.collapse_style>ul {
  margin-left: 1rem;
  padding-top: 1rem;
}

.collapse_style>ul>li {
  border-bottom: 0 solid #f0ad4e;
}

.collapse_panel a {
  color: #555a60;
  display: block;
}

.collapse_panel a:hover {
  color: var(--main-color);
}

.has_child {
  position: relative;
}

.has_child>a:after {
  content: "+";
  position: absolute;
  top: 0;
  right: 0;
  font-size: 24px;
}

.has_child.plus>a:after {
  content: "+";
}

.has_child.minus>a:after {
  content: "-";
}

.search-dropdown .icon {
  width: 18px;
  fill: #000;
  cursor: pointer;
}

.search-dropdown .icon:hover {
  fill: var(--main-color);
}

.navbar-dark .navbar-toggler-icon .icon {
  width: 30px;
  height: 30px;
  fill: var(--main-color);
}

@media all and (min-width: 320px) {
  .navbar-brand>img {
    max-width: 200px;
  }
}

@media all and (min-width: 768px) {
  .navbar-brand>img {
    max-width: 100%;
  }
}

.index-slider .carousel-item h5,
.index-slider .carousel-item p {
  text-shadow: 2px 2px 3px #373737;
  font-weight: bold;
  letter-spacing: 1px;
}

.page-index .line-height-limit {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5em;
  max-height: 70px;
  height: auto;
}

.page-ab .line-height-limit {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5em;
  max-height: 70px;
  height: auto;
}

.page-ab .line-height-single-limit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-ab .sidebar-line-height-limit {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5em;
  max-height: 67px;
  height: auto;
}

.page-pdt .sidebar .line-height-limit,
.page-search .sidebar .line-height-limit {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5em;
  max-height: 57px;
  height: auto;
}

.page-news .pli_list .line-height-limit {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5em;
  max-height: 70px;
  height: auto;
}

.page-news .pli_list_s a {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 22px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5em;
  max-height: 70px;
  height: auto;
}

.page-news .description {
  display: -webkit-box;
  color: #5a5a5a;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.5em;
  max-height: 140px;
  height: auto;
  /* margin-bottom: 5em; */
  border-top: 1px solid hsl(0deg 0% 93%);
  margin-top: 20px;
  padding-top: 15px;
}

.page-news .sidebar .line-height-limit {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5em;
  max-height: 63px;
  height: auto;
}

.page-news .row.p_s {
  margin-bottom: 40px;
  background-color: #f3f3f3;
  padding-top: 3%;
  padding-left: 3%;
  padding-bottom: 3%;
}

.page-news .row.p_s:hover {
  margin-bottom: 40px;
  background-color: #ffffff;
  padding-top: 3%;
  padding-bottom: 3%;
}

.page-news .line001+.btn2_2 {
  position: absolute;
  bottom: 0;
}

@media all and (min-width: 1200px) {
  .atop {
    top: -100px;
    position: relative;
    overflow-x: hidden;
  }
}

section.slogan>.container {
  z-index: 2;
  position: relative;
  padding: 50px 0 50px;
}

/*innerpage banner RWD */
/*
@media all and (min-width: 320px) {
  .page-header {
    padding: 0;
  }
  .page-header h1 {
    margin: 0;
  }
}
@media all and (min-width: 375px) {
  .page-header {
    padding: 21px;
  }
}
@media all and (min-width: 415px) {
  .page-header {
    padding: 16px;
  }
}
@media all and (min-width: 576px) {
  .page-header {
    padding: 38px;
  }
}
@media all and (min-width: 768px) {
  .page-header {
    padding-top: 100px;
    padding-bottom: 20px;
  }
}
@media all and (min-width: 992px) {
  .page-header {
    padding: 82px;
  }
}
@media all and (min-width: 1200px) {
  .page-header {
    padding: 104px;
  }
}
@media all and (min-width: 1440px) {
  .page-header {
    padding: 130px;
  }
}
@media all and (min-width: 1600px) {
  .page-header {
    padding: 179px;
  }
}
*/

@media all and (min-width: 768px) {
  .page-pdt .row.pin .col-md-4 {
    display: table-cell;
  }

  .page-pdt .row.pin .col-md-4 .mb-4 {
    margin-bottom: 0rem !important;
  }

  .page-search .row.pin .col-md-4 {
    display: table-cell;
  }

  .page-search .row.pin .col-md-4 .mb-4 {
    margin-bottom: 0rem !important;
  }
}

/*RWD表格start*/
.qq input {
  background-color: hsl(0deg 0% 94%);
  border: 1px solid hsl(0deg 0% 88%);
  padding-top: 20px;
  padding-right: 25px;
  padding-bottom: 20px;
  padding-left: 25px;
  border-radius: 23px;
  width: 150px;
  margin-top: 5px;
}

.btn-danger:hover {
  color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #191a7c;
  border-color: #3f51b5;
}

.in_pic {
  width: 125px;
  height: auto;
}

.rwd-table {
  background: #fff;
  overflow: hidden;
}

.rwd-table tr:nth-of-type(2n) {
  background: #fff;
}

.rwd-table th,
.rwd-table td {
  margin: 0.5em 1em;
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 16px;
  padding-top: 16px;
}

.rwd-table {
  min-width: 100%;
  margin-bottom: 50px;
}

.rwd-table th {
  display: none;
}

.rwd-table td {
  display: block;
}

.rwd-table td:before {
  content: attr(data-th) "  ";
  font-weight: bold;
  width: 100%;
  display: block;
}

.rwd-table th,
.rwd-table td {
  text-align: left;
}

.rwd-table th,
.rwd-table td:before {
  color: #313131;
  font-weight: bold;
}

@media (min-width: 768px) {
  .rwd-table td:before {
    display: none;
  }

  .rwd-table th,
  .rwd-table td {
    display: table-cell;
    padding: 0.25em 0.5em;
  }

  .rwd-table th:first-child,
  .rwd-table td:first-child {
    padding-left: 0;
    width: 150px;
  }

  .rwd-table th:last-child,
  .rwd-table td:last-child {
    padding-right: 0;
  }

  .rwd-table th,
  .rwd-table td {
    padding: 1em !important;
  }
}

@media screen and (max-width: 996px) {
  .iqw .dropdown-menu {
    right: auto;
    left: 1 !important;
    width: 100%;
  }
}

/*RWD表格end*/

/*搜尋*/

#vivo-contain,
#vivo-foot,
#mobile-header,
#mobile-contain {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

body.load #vivo-contain,
body.load #vivo-foot,
body.load #mobile-header,
body.load #mobile-contain {
  opacity: 0;
}

body.loaded #vivo-contain,
body.loaded #vivo-foot,
body.loaded #mobile-header,
body.loaded #mobile-contain {
  opacity: 1;
}

/*--z-reset--*/

/*--a-common--*/
#vivo-airbox {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  overflow: hidden;
}

#vivo-wrap,
#vivo-head,
#vivo-contain,
#vivo-foot {
  z-index: 1;
  position: relative;
  width: 100%;
}

.search-user b {
  background: url(../images/search.png) no-repeat;
  width: 25px;
  height: 25px;
  background-color: #0068b4;
}

/*--a-navigation--*/
#vivo-head {
  /* border-bottom: 1px #e7e7e7 solid;
  border-bottom: 1px rgba(0, 0, 0, 0.05) solid; */
  z-index: 99;
  display: inline-block;
  margin-right: 10px;
  position: relative;
}

#vivo-head .vivo-nav {
  width: 100%;
  height: 25px;
  margin: auto;
  position: relative;
  z-index: 999;
  display: inline-block;
}

.vivo-nav a.vivo-logo {
  width: 95px;
  height: 45px;
  display: block;
  float: left;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.vivo-nav ul {
  display: table;
  float: left;
  width: 680px;
  height: 60px;
  margin-left: 50px;
  overflow: hidden;
}

.vivo-nav ul li {
  display: table-cell;
  width: 16%;
  height: 60px;
  overflow: hidden;
  text-align: center;
  border-right: 1px #f2f2f2 solid;
}

.vivo-nav ul li:first-child {
  border-left: 1px #f2f2f2 solid;
}

.vivo-nav ul li a {
  display: block;
  line-height: 60px;
  font-size: 16px;
  color: #666;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.vivo-nav ul li a:hover,
.vivo-nav ul li.current a,
.vivo-nav ul li.current a:hover,
.vivo-nav ul li.active a,
.vivo-nav ul li.active a:hover {
  background: url(../images/search.png) no-repeat;
  width: 25px;
  height: 25px;
}

.vivo-nav .search-user {
  float: right;
  height: 25px;
}

.search-user a {
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-left: 15px;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.search-user a:hover,
.search-user a.current {
  background: url(../images/search.png) no-repeat;
  width: 25px;
  height: 25px;
  background-color: #a8a8a8;
}

.search-user a b {
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.search-user a.search b {
  background-position: 0 0;
}

.search-user a.search:hover b,
.search-user a.search.current b {
  background-position: 0 -43px;
}

.search-user a.user b {
  background-position: -43px 0;
}

.search-user a.user b img {
  width: 42px;
  height: 42px;
}

.search-user a.user:hover b,
.search-user a.user.current b {
  background-position: -43px -43px;
}

#vivo-head .vivo-search {
  height: 80px;
  width: 100%;
  top: 0;
  left: 0;
  background: #202223;
  position: fixed;
  z-index: 9999;
  display: none;
}

.vivo-search .search-box {
  width: 70%;
  height: 40px;
  position: absolute;
  top: 20px;
  -webkit-box-shadow: 0 1px 2px rgb(0 0 0);
  -moz-box-shadow: 0 1px 2px rgb(0, 0, 0);
  -ms-box-shadow: 0 1px 2px rgb(0, 0, 0);
  box-shadow: 0 1px 2px rgb(0 0 0);
  z-index: 9999;
}

.vivo-search .search-box input {
  width: 55%;
  height: 20px;
  padding: 20px 20px;
  font-size: 14px;
  color: #555;
  border: none;
  background: #fff;
  overflow: hidden;
  vertical-align: middle;
}

.vivo-search .search-box button {
  width: 85px;
  font-family: "moon", "Microsoft JhengHei";
  height: 40px;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  color: #fff;
  border: none;
  overflow: hidden;
  vertical-align: middle;
  background: #008cd6;
  outline: none;
  cursor: pointer;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.vivo-search .search-box button:hover {
  background: var(--main-match-color);
}

.vivo-search .search-box button:active {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
  -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
}

.search {
  cursor: pointer;
}

.vivo-search .search-box span.close {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 8px;
  cursor: pointer;
  right: -33px;
  opacity: 1 !important;
  background: url(../images/vivo-head-ico.png) -86px 0 no-repeat;
  _background-image: url(../images/vivo-head-ico.gif);
}

.vivo-search .search-box span.close:hover {
  background-position: -86px -25px;
}

.vivo-search .search-box .qk-results {
  width: 588px;
  position: absolute;
  left: 0;
  top: 40px;
  border: 1px #eee solid;
  border-top: none;
  display: none;
}

.vivo-search .search-box .qk-results ul li {
  display: block;
  position: relative;
  background: #fff;
  border-top: 1px #eee solid;
}

.vivo-search .search-box .qk-results ul li a {
  display: block;
  padding: 10px;
  position: relative;
  color: #666;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.search-box {
  margin-left: auto;
  margin-right: auto;
}

.vivo-search .search-box .qk-results ul li a b {
  width: 60px;
  height: 60px;
  float: left;
  overflow: hidden;
  margin-right: 10px;
}

.vivo-search .search-box .qk-results ul li a h2 {
  font-weight: bold;
  padding-bottom: 2px;
  margin-top: 12px;
}

.vivo-search .search-box .qk-results ul li a span {
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 30px;
  font-size: 14px;
}

.vivo-search .search-box .qk-results ul li a:hover {
  color: #fff;
  background: #00aaff;
}

.vivo-search .search-box .qk-results .other-results {
  padding: 10px;
  background: #fff;
  border-top: 1px #eee solid;
}

.vivo-search .search-box .qk-results .other-results a {
  font-size: 14px;
  color: #00aaff;
}

@media screen and (min-width: 991px) {
  .nav-item {
    position: relative;
  }

  .navbar-nav>li:not(:last-child):before {
    content: "";
    width: 1px;
    background: #c8c8c8;
    height: 16px;
    display: block;
    position: absolute;
    right: 0;
    margin-top: 13px;
  }

  .vivo-search .search-box {
    width: 40%;
    height: 40px;
    position: absolute;
    top: 20px;
    -webkit-box-shadow: 0 1px 2px rgb(0 0 0);
    -moz-box-shadow: 0 1px 2px rgb(0, 0, 0);
    -ms-box-shadow: 0 1px 2px rgb(0, 0, 0);
    box-shadow: 0 1px 2px rgb(0 0 0);
    position: relative;
    z-index: 9999;
    margin-left: auto;
    margin-right: auto;
  }

  .vivo-search .search-box a.close {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 8px;
    right: -37px;
    background: url(../images/vivo-head-ico.png) -86px 0 no-repeat;
    _background-image: url(../images/vivo-head-ico.gif);
  }
}

#top-bar .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  .top_h {
    color: #fff;
    font-size: 16px;
    font-family: "moon", "Microsoft JhengHei";
    padding-left: 10px;
    text-align: center;
    width: 100%;
  }

  .itemTitle {
    width: 100% !important;
    display: inline-block;
    color: hsla(0, 0%, 15%, 1);
  }

  .dropdown,
  .dropleft,
  .dropright,
  .dropup {
    position: static;
  }

  .dropdown-menu {
    position: absolute;
  }
}

@media screen and (max-width: 480px) {
  .top_h {
    color: #fff;
    font-size: 16px;
    font-family: "moon", "Microsoft JhengHei";
    padding-left: 10px;
    text-align: center;
    width: 100%;
  }

  .top_h {
    color: #fff;
    font-size: 16px;
    font-family: "moon", "Microsoft JhengHei";
    padding-left: 10px;
    text-align: center;
    width: 100%;
  }

  .itemTitle {
    width: 100% !important;
    display: inline-block;
    color: hsla(0, 0%, 15%, 1);
  }

  .tab_ca {
    display: none;
  }

  .dropdown,
  .dropleft,
  .dropright,
  .dropup {
    position: static;
  }

  .dropdown-menu {
    position: absolute;
  }
}

@media screen and (max-width: 1000px) {
  .address {
    margin-top: 0px;
    display: block;
  }

  .map .address {
    position: static;
    background-color: rgb(0 100 179 / 81%);
    width: 100%;
    right: 65px;
    z-index: 10;
    color: #fff;
    padding: 45px;
    border-radius: 0px;
    margin-bottom: 0px;
  }
}

/*按鈕*/
.sim-button {
  line-height: 50px;
  height: 50px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  cursor: pointer;
}

.pdt_bu {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .page-pdt .col-md-9 .pin .col-md-4 {
    width: 48%;
  }

  .page-search .col-md-9 .pin .col-md-4 {
    width: 48%;
  }

  .d-md-block {
    display: block !important;
  }
}

/*20211006檔案下載列表開始*/
.itemLink {
  text-align: right;
  font-size: 14px;
  white-space: nowrap;
  color: gray;
  padding-left: 32px;
  float: right;
}

.dl-list li {
  border-bottom: 1px dashed hsla(0, 0%, 84%, 1);
  padding-top: 8px;
  display: inline-block;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  list-style-position: inside;
  color: hsla(0, 0%, 16%, 1);
  width: 100%;
  margin-bottom: 20px;
}

.dl-list {
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
  /* border: 1px dashed hsla(0, 0%, 84%, 1); */
  background-color: hsla(0, 0%, 100%, 0.2);
  list-style-type: disc;
}

.dl-list a {
  color: #000;
  font-family: Arial, "微軟正黑體";
}

.dl-list a:hover {
  color: #0271e5;
  font-family: Arial, "微軟正黑體";
}

.itemLink img {
  width: 20px;
  height: 20px;
}

.itemTitle {
  width: 70%;
  display: inline-block;
}

.itemLink {
  display: inline-block;
  background: #ebeef3;
  padding-top: 10px;
  padding-right: 17px;
  padding-left: 17px;
  padding-bottom: 10px;
  border-radius: 20px;
  border-width: 0px;
  border-style: solid;
}

.itemLink:hover {
  display: inline-block;
  background-color: #e9e9e9;
  padding-top: 10px;
  padding-right: 17px;
  padding-left: 17px;
  padding-bottom: 10px;
  border-radius: 20px;
  color: hsla(0, 0%, 100%, 1);
}

.download-des {
  color: hsl(0deg 0% 70%);
}

.dl-list span {
  color: #fff;
  font-family: Arial, "微軟正黑體";
  font-size: 18px;
}

@media screen and (max-width: 740px) {
  .itemTitle {
    width: 95%;
    display: inline-block;
  }
}

/*20211006檔案下載列表結束*/

/*20211029修改語系問題開始*/
@media screen and (max-width: 960px) {
  .inq {
    display: inline-block;
  }

  .dropdown,
  .dropleft,
  .dropright,
  .dropup {
    position: static;
  }

  .btn2 {
    background-color: rgba(42, 187, 170, 0);
    border: 0 solid var(--main-color);
    position: absolute;
    right: 15px;
    top: 20px;
  }

  .header .form-control {
    display: inline-block;
  }
}

/*20211029修改語系問題結束*/

/*20211104頁尾加上信箱複製及電話開始*/

.disable-select {
  user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

/*20211104頁尾加上信箱複製及電話結束*/
@media screen and (min-width: 768px) {
  .page-pdt .col-md-9 .pin .col-md-4 {
    -ms-flex: 0 0 30.333333%;
    flex: 0 0 30.333333%;
    max-width: 30.333333%;
    padding: 0;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 1%;
  }

  .page-search .col-md-9 .pin .col-md-4 {
    -ms-flex: 0 0 30.333333%;
    flex: 0 0 30.333333%;
    max-width: 30.333333%;
    padding: 0;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 1%;
  }
}

/*20220118 banner手機出現字開始*/
@media screen and (max-width: 990px) {
  .news_in .container {
    max-width: 90%;
    padding-top: 0px;
  }

  .news_in .pb100 {
    padding-bottom: 30px;
  }

  .carousel-inner {
    background: #fff;
  }

  header .form-inline .form-control {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    background: #d6d6d6;
    color: #fb602d;
    border-radius: 26px;
  }

  .d-none {
    display: block !important;
    width: 100% !important;
    position: relative !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    color: #58585a !important;
    right: 0%;
    left: 0% !important;
  }

  .page-index .carousel-item h5 {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    text-shadow: 2px 2px 3px #fff;
    font-size: 16px;
    color: #575757;
  }

  .page-index .carousel-item p {
    padding-left: 10px;
    text-shadow: 2px 2px 3px #fff;
    font-size: 14px;
    color: #575757;
    margin-bottom: 30px;
  }

  .carousel-indicators li {
    background-color: #ffffff;
  }
}

/*20220118 banner手機出現字結束*/
/*20230711側選單active開始*/
h4 a.active.line-height-limit {
  color: var(--main-match-color) !important;
  font-weight: bolder;
}

h4 a.line-height-limit.collapsed.active {
  color: var(--main-match-color) !important;
  font-weight: bolder;
}

h4 a.sidebar-line-height-limit.collapsed.active {
  color: var(--main-match-color) !important;
  font-weight: bolder;
}

.has_child>a.line-height-limit.active {
  color: var(--main-match-color);
  font-weight: bolder;
}

.collapse_style a.line-height-limit.active {
  color: var(--main-match-color);
  font-weight: bolder;
}

.panel-heading h4.panel-title a.active.line-height-limit {
  background: var(--main-match-color);
  color:#fff !important;
}
#accordion .panel-title a.active.line-height-limit:before{
  color:#fff !important;
}

.panel-collapse .panel-body .collapse_panel li>a.active.line-height-limit {
  background: var(--main-match-color);
  color:#fff;
  font-weight: bolder;
  padding:10px;
}

/*20230711側選單active結束*/
/*20231128列表頁產品增加描述開始*/
@media screen and (min-width: 768px) {
  /* .page-pdt-list .con .col-sm-12 .col-md-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
        margin-left: 1%;
        margin-right: 1%;
        margin-bottom: 1%;
    }

    .page-pdt-list .con .col-sm-12 .col-md-4 .pro_in1>a {
        width: 30%;
        float: left;
    }

    .page-pdt-list .con .col-sm-12 .col-md-4 .pro_in1>.pli_list {
        width: 70%;
        float: right;
        text-align: left;
    } */

  .des_list {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.5em;
    max-height: 100px;
    height: auto;
    padding-right: 14px !important;
    padding-left: 14px !important;
  }

  .card {
    border-radius: 20px !important;
    flex-direction: row !important;
    background-color: #002b5e;
    padding: 0%;
    background-image: -webkit-linear-gradient(135deg, rgb(255 255 255) 58.54%, rgb(255 255 255) 58.54%);
    background-image: -moz-linear-gradient(135deg, rgb(255 255 255) 58.54%, rgb(255 255 255) 58.54%);
    background-image: -o-linear-gradient(135deg, rgb(255 255 255) 58.54%, rgb(255 255 255) 58.54%);
    background-image: linear-gradient(135deg, rgb(255 255 255) 58.54%, rgb(255 255 255) 58.54%);
  }
}

.des_list {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.5em;
  max-height: 100px;
  height: auto;
  padding-right: 14px !important;
  padding-left: 14px !important;
}

/*20231128列表頁產品增加描述結束*/

#slider360 .carousel-inner .carousel-item:before {
  content: "";
  position: absolute;
  z-index: 99999;
  color: #fff;
  right: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 10px;
  margin-left: auto;
  background-image: url(../images/360.png);
  width: 97px;
  height: 77px;
  bottom: 15px;
  background-repeat: no-repeat;
}

@media screen and (max-width: 480px) {
  #slider360 .carousel-inner .carousel-item:before {
    content: "";
    position: absolute;
    z-index: 99999;
    color: #fff;
    right: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 10px;
    margin-left: auto;
    background-image: url(../images/360.png);
    width: 87px;
    height: 67px;
    bottom: 15px;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }

  ul.pf {
    padding-left: 0px !important;
    display: block !important;
  }
}







/* 【maintain setting】 */
/* 《header setting》 */
header {
  position: fixed;
  width: 100%;
  z-index: 9999;
}

.header_top {
  padding-top: 5px;
  padding-bottom: 5px;
}

.header_s {
  position: absolute;
  z-index: 9;
  text-align: center;
  height: 81px;
  width: 100%;
}

/* 主選單選項 */
.navbar-dark .navbar-nav .nav-link {
  font-family: "moon", "Microsoft JhengHei";
  letter-spacing: 1px;
  font-size: 16px;
  margin: 0 0.5rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #333;
  white-space: nowrap;
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: var(--main-color);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: var(--main-match-color);
}

.navbar-dark .navbar-nav .active>.nav-link {
  color: var(--main-color);
}

.navbar-dark .navbar-nav .show>.nav-link {
  color: var(--main-color);
}

/* 偽元素箭頭 */
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.5rem;
  vertical-align: 1px;
  content: "";
  border-top: 0.4em solid;
  border-right: 0.4em solid transparent;
  border-bottom: 0;
  border-left: 0.4em solid transparent;
  color: #333;
}

.navbar-dark .navbar-nav .nav-item:hover .dropdown-toggle::after {
  color: var(--main-match-color);
}

/* 下拉式選單 */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 44;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0 0.5rem 0.3rem;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #f5f5f5 !important;
  background-clip: padding-box;
  border: 0px solid rgba(0, 0, 0, 0.15) !important;
  border-radius: 0.25rem;
}
.dropdown-menu {
  /*width: min-content;*/
}
@media screen and (max-width: 991px) {
  .dropdown-menu.show {
    max-height: 60vh;
    overflow-y: auto;
    li {
      .dropdown-menu.show {
        .dropdown-item {
          &:before {
            content: "-";
            margin-right: 3px;
          }
        }
        li:last-child {
          border-bottom: none;
        }
      }
    }
  }
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.7rem .4rem 0.7rem .8rem;
  clear: both;
  color: #333;
  text-align: inherit;
  white-space: normal;
  background-color: transparent;
  border: 0;
  font-size: 15px;
  font-weight: 700;
}

.dropdown-menu>li a:hover {
  background-color: var(--main-color);
  color: white;
  display: block !important;
}

.dropdown-menu>li a:hover:first-letter {
  color: white;
}

.dropdown-menu>li.show {
  background-color: #333333;
  color: white;
  display: block !important;
}

.dropdown-menu>li.show>a {
  color: white;
}

/* 第二層偽元素 */
.dropdown-menu .dropdown-toggle::after {
  vertical-align: middle;
  border-left: 4px solid;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  margin-left: 0.35em;
}

.dropdown-menu>li .dropdown-item:hover::after {
  color: #fff !important;
}

/* 第二層下拉式選單 */
.dropdown-menu .dropdown .dropdown-menu {
  left: 100%;
  top: 0;
  border-width: 0;
}

.dropdown-menu .dropdown .dropdown-menu.left {
  right: 100%;
  left: auto;
}

.dropdown-menu>li a:hover {
  color: white;
}

.dropdown-menu>li.show {
  color: white;
}

.dropdown-menu>li.show>a {
  color: white;
}

/* 語系選擇 */
.lang {
  padding: 0.7rem 1rem;
}

.lang a {
  color: #000;
  font-family: "moon", "Microsoft JhengHei";
  font-size: 14px;
  margin: 0 0.5rem;
}

.lang a:hover {
  color: var(--main-color);
  font-size: 14px;
}

/* 詢問車 */
.in_all {
  font-family: "moon", "Microsoft JhengHei";
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
  display: block;
  background: var(--main-color);
  padding: 0.5rem 0;
  color: #fff !important;
  font-weight: 700;
}

.in_all:hover {
  background-color: var(--main-match-color);
}

.del_0 img {
  width: 20px;
  text-align: right;
}

.iw .row {
  border-bottom: 1px solid hsla(0, 0%, 77%, 1);
  margin-bottom: 20px;
  padding-bottom: 7px;
}

.del_0 {
  float: right;
}

.iqw .iw {
  width: auto;
  padding: 15px;
  background: #fff;
  z-index: 9999;
}

.iw span {
  color: hsla(0, 0%, 29%, 1);
  font-family: Arial, "微軟正黑體";
  font-size: 14px;
}

.iqw .dropdown-menu {
  right: 0 !important;
  left: auto !important;
  width: 290px;
}

.iw .col-md-9 a {
  font-size: 14px;
}

.inq {
  cursor: pointer;
}

.inq2 {
  position: relative;
}

.inq_qu {
  font-size: 14px;
  color: #ffffff;
  width: 21px;
  height: 21px;
  border-radius: 98em;
  display: inline-block;
  margin-left: 4px;
  background: var(--main-color);
  text-align: center;
}

/* header rwd */
/* hover 效果 */
@media all and (min-width: 992px) {
  .navbar-nav li::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    width: 0%;
    height: 1px;
    bottom: 0;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    background-color: var(--main-color);
  }

  .navbar-nav li:hover::after {
    width: 100%;
  }

  .dropdown-menu .dropdown .dropdown-menu {
    left: 100%;
    top: 0;
    padding: 0 0px;
    border-width: 0;
  }
}

@media (min-width: 768px) {
  .dropdown-menu .dropdown .dropdown-menu {
    margin: 0;
    border-width: 1px;
  }

  .itemTitle {
    width: 100% !important;
    display: inline-block;
    color: hsla(0, 0%, 15%, 1);
  }
}

/* footer setting */
footer {
  background-image: none !important;
  background-color: #fff;
  padding: 70px 0 15px 0;
  position: relative;
}

footer .webeditor {
  overflow-y: hidden !important;
}

footer address {
  margin-bottom: 2rem;
}

/* info */
.footer-info {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.footer-part {
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.footer-box.icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--second-color);
  width: 60px;
  height: 60px;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  margin-bottom: 2rem;
}

.footer-box.icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-box.word {
  text-align: center;
  font-family: "moon", "Microsoft JhengHei"!important;
}

.footer-box.word h4 {
  color: var(--main-color);
}

.footer-box.word a {
  color: #333;
  font-family: "moon", "Microsoft JhengHei"!important;
}

.footer-box.word a:hover {
  text-decoration: underline;
}

@media (max-width:1199px){
  .footer-box.word{
    word-break: break-word;
  }
}

/* 社群 */
.soc {
  margin: 1rem 0.5rem;
}

.soc img {
  width: 25px;
  height: 25px;
  transform: rotate(0);
  transition: 0.3s ease-in-out;
}

.soc a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: var(--second-match-color);
  border-radius: 50%;
  padding: 7px;
  width: 35px;
  height: 35px;
}

.soc a:hover img {
  transform: rotate(358deg);
}

.soc li {
  display: inline-block;
}

/* footer bot info */
.foo_inf {
  color: #333;
  font-size: 14px;
}

.foo_inf a {
  color: #333;
  font-size: 14px;
  transition: all 0.3s;
}

.foo_inf a:hover {
  color: var(--main-color);
}

.footer_info {
  color: #adadad;
  font-family: "moon", "Microsoft JhengHei";
  letter-spacing: 2px;
  font-size: 14px;
}

.footer_info a {
  color: #adadad;
  font-family: "moon", "Microsoft JhengHei";
  letter-spacing: 2px;
  font-size: 14px;
  word-wrap: break-word;
}

.footer_info li {
  list-style-type: none;
  text-align: center;
}

footer p {
  color: #333;
  margin-top: 10px;
  font-size: 14px;
}

footer ul {
  padding: 0px;
}

/* 信箱 */

.email-link a {
  fill: #333;
}

.email-link svg {
  width: 20px;
  height: auto;
  fill: #333;
}

.f_m {
  display: inline-block;
  color: #333;
}

.f_m svg {
  margin-right: 5px;
}

/* footer rwd */
@media (min-width: 992px) {
  footer .container {
    max-width: 1460px;
  }
}

@media screen and (max-width: 991px) {
  .footer_info {
    border-left: 0px solid hsl(15deg 96% 58%);
    padding-left: 0px;
    text-align: center;
  }

  footer address #finf li {
    width: 100%;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-bottom: 5px;
  }
}

@media all and (min-width: 415px) {
  .footer-brand img {
    max-width: 350px;
  }
}

@media all and (min-width: 320px) {
  .footer-brand img {
    max-width: 100%;
  }
}

/* to top setting */

.to-top {
  background-color: var(--second-match-color);
  color: #fff;
  border-radius: 99px;
  display: flex;
  justify-content: center;
  padding-left: 2px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  top: -18px;
  z-index: 9;
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute !important;
}

.to-top:hover {
  color: #fff;
  transition-duration: 1s;
  background-color: var(--main-color);
}

.to-top img {
  margin-top: 7px;
  /* text-align: center; */
}

/* cookies setting */
.advbox {
  position: fixed;
  bottom: 10px;
  width: 280px;
  font-size: 12px;
  right: 10px;
  z-index: 9999;
  color: white;
  background-color: hsla(0, 0%, 0%, 0.72);
  border: 1px solid hsla(0, 0%, 34%, 1);
  font-family: "moon", "Microsoft JhengHei";
  font-weight: normal;
}

.advpic {
  width: 90%;
  margin: 0 auto;
  padding: 20px 5% 11px 5%;
}

.cookies_3 {
  background: #525252;
  padding: 5px;
  margin-top: 10px;
  display: inline-block;
  color: white;
  margin-bottom: 10px;
  transition-duration: 0.5s;
}

.cookies_3:hover {
  background-color: var(--main-match-color);
  color: #fff;
}

.btn3 {
  color: #fff;
  font-size: 14px;
  font-family: "moon", "Microsoft JhengHei";
  border-width: 0;
  background: #181818;
  padding-right: 40px;
  padding-left: 30px;
  margin-top: 7px;
  width: 100%;
  transition-duration: 0.5s;
}

.btn3:hover {
  color: #fff;
  background-color: var(--second-match-color);
}

/* title setting */
.title01 {
  letter-spacing: 3px;
  text-align: center;
  font-weight: 700;
  font-size: 38px;
  color: #333;
}

/* .title01::before {
    content: '';
    width: 28px;
    display: inline-block;
    height: 20px;
    margin-right: 10px;
    background-image: url(../images/t_c.png);
} */

/* .title01:after {
    margin: 10px auto 0;
    content: "";
    display: block;
    width: 210px;
    height: 1px;
    background-color: #000;
    transform: translate(0, 12%);
    background-image: linear-gradient(90deg, #17aeca 77.2%, var(--main-color));
} */

.title2::before {
  content: "";
  width: 28px;
  display: inline-block;
  height: 20px;
  margin-right: 10px;
  background-image: url(../images/t_c.png);
}

/* btn setting */
.btn:hover {
  color: inherit;
}

.bbt {
  display: inline-block;
  margin-bottom: 50px;
  padding: 0.5rem 1.5rem;
  color: #fff;
  background-color: var(--main-color);
}

.bbt:hover {
  background-color: var(--main-match-color);
}

.btn2_2 {
  display: inline-block;
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 300px;
  text-align: center;
  color: #fff;
  transition: background 1s;
  background-color: var(--main-color);
}

.btn2_2:hover {
  display: inline-block;
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 300px;
  text-align: center;
  color: #ffffff !important;
  font-weight: bold;
  background-color: var(--main-match-color);
}

.button28 a {
  color: var(--second-color) !important;
}

.button28 {
  color: var(--second-color);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}

.button28 span {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.button28 a {
  color: rgba(51, 51, 51, 1);
  text-decoration: none;
  display: block;
}

.button28::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: var(--main-color);
  border-bottom-color: var(--main-color);
  -webkit-transform: scale(0.1, 1);
  transform: scale(0.1, 1);
}

.button28:hover span {
  letter-spacing: 2px;
}

.button28:hover::before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.button28::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: hsl(0deg 0% 83% / 16%);
  border: 1px solid #f3f3f3;
}

.button28:hover::after {
  opacity: 0;
  -webkit-transform: scale(0.1, 1);
  transform: scale(0.1, 1);
}

/* 麵包屑 setting */

.breadcrumb {
  margin-bottom: 0;
}

ul .breadcrumb {
  margin-right: auto;
  margin-left: auto;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  padding-right: 0;
  padding-left: 1px;
  /*justify-content: flex-end;*/
  list-style: none;
  background-color: rgba(234, 237, 240, 0);
  border-radius: 0.25rem;
  z-index: 9999;
}

.breadcrumb1 {
  background-color: var(--second-match-color);
  font-family: "moon", "Microsoft JhengHei";
  border-radius: 16px;
  display: flex;
  width: fit-content;
}

.breadcrumb li {
  color: #fff;
  font-size: 14px;
}

.breadcrumb li a {
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.breadcrumb li a::after {
  content: " > ";
  color: #fff;
  margin-right: 3px;
}

.breadcrumb li a:hover {
  color: var(--main-color);
}

/* pdt setting */
.page-pdt .con.pt50.pb50>.container>.row>aside {
  order: 0;
}

/* pdt item */
.page-pdt .con.pt50.pb50 .card.mb-4.shadow-sm {
  border-radius: 0 !important;
  background-color: transparent;
  background-image: none;
}

.page-pdt .con.pt50.pb50 .pin .col-md-4 {
  padding-left: 5px;
  padding-right: 5px;
}
.page-pdt .con.pt50.pb50 .card.mb-4.shadow-sm .pro_in1 {
  padding: 10px 0;
}
.page-pdt-list.page-pdt .con.pt50.pb50 .card.mb-4.shadow-sm .pro_in1 {
  padding: 10px;
}

.pro_in1 {
  padding: 10px;
  width: 100%;
}

.pro_in1 img {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
}

.pro_in1 img:hover {
  opacity: 0.8;
}

/* word box */
.pli_list a {
  padding-top: 5px !important;
  padding-right: 14px !important;
  padding-bottom: 5px !important;
  padding-left: 14px !important;
  display: block;
}

.pli_list p a {
  font-size: 12px;
  color: #fff;
  background: var(--main-match-color);
  display: inline-block;
}

.pli_list p {
  padding-bottom: 0;
}

.page-pdt .pli_list,
.page-search .pli_list {
  text-align: center;
  margin: 1rem 0;
}

.page-pdt .pli_list .line-height-limit,
.page-search .pli_list .line-height-limit {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5em;
  max-height: 70px;
  height: auto;
  color: #333;
}







/* pdt detail setting */
@media (max-width:991px){
  .page-pdt-detail .con-ba .con-f>.row{
    flex-direction: column;
  }

  .page-pdt-detail .con-ba .con-f .col-md-6.col-sm-12 {
    max-width: 100%;
  }
}

@media screen and (max-width: 740px) {
  .itemTitle{
    width: fit-content;
  }

  .page-pdt-detail .dl-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media screen and (max-width: 480px) {
  .page-pdt-detail .dl-list li{
    flex-direction: column;
  }

  .dl-list a{
    text-align: center;
    margin: 1rem 0;
  }
}






.pro_model {
  font-family: "Arial", "Microsoft JhengHei";
  margin-bottom: 8px;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 0;
}

/* btn */
.page-pdt .button28 {
  color: #FFF;
  background-color: var(--main-color);
}

.web_title {
  color: #6f6f6f;
  font-size: 26px;
  font-weight: 700;
  border-radius: 0;
  padding: 1rem;
}

.pc {
  margin-top: 50px;
}

.pc img {
  width: 35px;
  height: 35px;
  margin: 10px;
  background-color: var(--main-color);
  border-radius: 98em;
  padding-top: 4px;
  padding-right: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
}

.pc img:hover {
  background-color: var(--main-match-color);
}

.pc::before {
  content: " ";
  height: 1px;
  display: inline-block;
  width: 30%;
  background-color: hsl(0deg 0% 83%);
}

.pc::after {
  content: " ";
  height: 1px;
  display: inline-block;
  width: 30%;
  background-color: hsl(0deg 0% 83%);
}

.slick-next:before,
.slick-prev:before {
  color: var(--second-match-color) !important;
}

/* download */
.download_in.print_no {
  background-color: #2b2b2b;
  background-image: url(../images/download_bg.webp) !important;
}

.download_in.print_no .title01 {
  color: #fff;
}







/* news setting */
/* news deatil */
.page-news .back{
  display: flex;
  align-items: center;
  justify-content: center;
}






















/* contact css setting */
.iframe {
  max-width: 100%;
}

.page-contact .new_area .col-sm-6 .webeditor{
  display: none;
}

.page-contact .contact ul {
  list-style: none;
  padding: 0;
}

.page-contact .contact ul li {
  padding: 1rem 0;
  color: #000;
  display: flex;
  align-items: center;
  border-bottom: 1px dotted #eee;
  width: 100%;
}

.page-contact .contact ul li .icon {
  width: 10%;
}

.page-contact .contact ul li span {
  width: 90%;
}

.page-contact .contact ul li img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.page-contact .contact ul li a {
  color: var(--main-color);
}

.page-contact .contact ul li a:hover {
  color: var(--main-match-color);
}








/* search setting */
.page-search .con .container>.row{
  display: flex;
}

.page-search .con .container>.row .col-md-9.col-sm-12{
  order: 1;
}

.page-search .con .container>.row .col-sm-12.col-md-3.sidebar.right{
  order: 0;
}

.page-search .card{
  background-image: none;
  background-color: transparent;
}







/* inquiry setting */
.page-contact .col-md-12.col-sm-12{
  padding-top: 70px;
}

.page-contact .rwd-table .btn-danger{
  background-color: var(--main-color);
  transition: all 0.3s;
}

.page-contact .rwd-table .btn-danger:hover{
  background-color: var(--main-match-color);
  color: #FFF!important;
}

.carousel-control-prev{
  z-index: 999;
}

.page-pdt-list .pin .col-md-4,.page-search .pin .col-md-4{
  width: 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
  margin-bottom: 2% !important;
}
.page-pdt-list .pro_in1,.page-search .pro_in1{
  display: flex;
  background-color: #fff;
  box-shadow: 3px 3px 3px #ccc;
}

.page-pdt-list .pro_in1 .pli_list,.page-search .pro_in1 .pli_list{
  width: 60%;
}

.page-pdt-list .pro_in1 img,.page-search .pro_in1 img {
  width: 100%;
}

.page-pdt-list .pro_in1 a,.page-search .pro_in1 a {
  width: 40%;
}

.page-pdt-list .pro_in1 .pli_list a,.page-search .pro_in1 .pli_list a{
  width: max-content;
  display: flex;
  margin-left: 14px;
}

.page-pdt-list .pro_in1 .pli_list{
  text-align: left;
}

.page-pdt-list .pro_in1 .pli_list a.line-height-limit,.page-search .pro_in1 .pli_list a.line-height-limit{
  margin-left: 0;
  font-weight: 600;
  font-size: 20px;
}

.page-pdt-list .pro_in1 .pli_list a.line-height-limit,.page-search a.line-height-limit{
  width: 100% !important;
}

@media screen and (max-width:768px) {
  .page-pdt-list .pro_in1,.page-search .pro_in1{
    flex-direction: column;
  }
  
  .page-pdt-list .pro_in1 .pli_list,.page-pdt-list .pro_in1 a,.page-search .pro_in1 a{
    width: 100%;
  }

  .page-pdt-list .pro_in1 .pli_list .des_list,.page-pdt-list .pro_in1 .pli_list a.line-height-limit,.page-search a.line-height-limit{
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 100% !important;
  }

  .page-pdt-list .pro_in1 .pli_list, .page-search .pro_in1 .pli_list{
    width: 100% !important;
  }

  .page-pdt-list .pro_in1 .pli_list a,.page-search .pro_in1 .pli_list a{
    margin-left: 0px;
  }
  
}








/*about us table style*/
.page-ab .table_style1 p,
.page-ab .table_style2 p{
	margin:1rem;
}
.page-ab .table_style1 td,
.page-ab .table_style2 td:nth-child(1),
.page-ab .table_style3 td:nth-child(1){
	text-align:left;
}
.page-ab .table_style2 td:nth-child(2){
	width: 100px !important;
	min-width: 100px !important;
}
.page-ab .table_style3 td{
	width: 50px !important;
	min-width: 50px !important;
}
.page-ab .table_style3 td:nth-child(1){
	width: 200px !important;
	min-width: 200px !important;
}

@media screen and (min-width:922px) {
  .bg-dark{
    padding-top: 0 !important;
    padding-bottom: 0;
  }
  .navbar-nav>li:not(:last-child):before{
    margin-top:28px !important;
  }

  .navbar-dark .navbar-nav .nav-link{
    padding-bottom: 24px !important;
    padding-top: 24px;
  }

 
}

@media screen and (min-width:992px) {
   .navbar-expand-lg .navbar-nav .nav-item:nth-child(3) {
    position: relative;
  }

  .navbar-expand-lg .navbar-nav .nav-item:nth-child(3) li::after {
    background-color: transparent
  }

  .navbar-expand-lg .navbar-nav .nav-item:nth-child(3) .dropdown-menu{
    position: fixed;
    top: 25px;
    left: 50%;
    width: calc(100% - 20vw);
    transform: translate(-50%,90px);
    height:max-content;
    max-height:  calc(100vh - 250px);
    overflow-y: auto;
  }

  .change-height .navbar-expand-lg .navbar-nav .nav-item:nth-child(3) .dropdown-menu{
    top: 73px;
    max-height:  calc(100vh - 250px);
  }

  .less-change-height .navbar-expand-lg .navbar-nav .nav-item:nth-child(3) .dropdown-menu{
    top: 54px;
    max-height:  calc(90vh - 250px);
  }

  .navbar-expand-lg .navbar-nav .nav-item:nth-child(3) .dropdown-menu li{

    width: calc(100% / 2);
  }

  .navbar-expand-lg .navbar-nav .nav-item:nth-child(3) .dropdown-menu ul{
    position: absolute;
    left:calc(150%);
    top: -90px !important;
    max-height: max-content;
    width: calc((100% / 3) * 2);
    width: 100%;
    overflow: unset;
  }

  .navbar-expand-lg .navbar-nav .nav-item:nth-child(3) .dropdown-menu ul li{
    width: calc(100%) !important;
  }
}

.con-f .row .pro_model{
  position: relative;
  margin-left: -30px;
}

.con-f .row .pro_model::after{
  content: '';
  width: 10px;
  height: 21px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #FFF;
}