@charset "UTF-8";
.nav-item > .nav-link:first-letter, .control-label:first-letter, .title01:first-letter, .dropdown-menu > li:first-letter {
  color: #0068b7;
}

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

.webeditor {
  overflow-y: auto;
}

.card {
  flex-direction: row !important;
}

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

.slogan h1 {
  color: #FFFFFF;
}

.btn2 i {
  color: #03a9f4;
}

.p_na {
  text-align: center;
  color: #0068b7;
  margin-top: 8px;
}

.to-top {
  background-color: #0068b7;
  color: #fff;
  border-radius: 99px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: flex;
  justify-content: center;
  padding-left: 2px;
}
.to-top:hover {
  color: #fff;
  background-color: #0068b7;
}

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

.advbox {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  color: white;
  background-image: linear-gradient(132deg, #dcc29c 0%, #0068b7 100%);
}

.advpic {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 20px;
  padding-bottom: 11px;
}

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

/*選單開始*/
.dropdown-menu {
  margin-top: 0;
}
.dropdown-menu .dropdown-toggle::after {
  vertical-align: middle;
  border-left: 4px solid;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
}
.dropdown-menu .dropdown .dropdown-menu {
  left: 100%;
  top: 0;
  margin: 0 20px;
  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;
}

@media (min-width: 768px) {
  .dropdown-menu .dropdown .dropdown-menu {
    margin: 0;
    border-width: 1px;
  }
}
.slogan h2 {
  color: #FFFFFF;
  font-family: "moon", "Microsoft JhengHei";
  font-size: 36px;
  font-weight: bolder;
  margin-bottom: 20px;
}
.slogan h3 {
  color: #FFFFFF;
  font-family: "moon", "Microsoft JhengHei";
  font-size: 16px;
  max-width: 600px;
  float: right;
  font-weight: bolder;
}
/*選單結束*/
.pin_name {
  font-family: "moon", "Microsoft JhengHei";
  color: #0068b7;
  font-weight: bolder;
}
.pin_name::after {
  content: "";
  width: 200px;
  height: 2px;
  display: block;
  position: absolute;
  margin-top: 12px;
  background-image: linear-gradient(90deg, #C8A063 77.73%, #0068b7 77.73%);
}

.copy a {
  margin-right: 11px;
}

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: #222;
  transition: all 0.45s;
  background-image: linear-gradient(303deg, #f7f7f7 49.23%, #e7e7e7 49.23%);
}
.pagination .active a {
  background-image: linear-gradient(303deg, #0068b7 33.69%, #870000 49.23%);
}
.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;
  background-color: #fff;
}
#accordion .panel-title a {
  display: block;
  color: #333;
  font-size: 15px;
  font-weight: bold;
  padding-top: 14px;
  padding-right: 20px;
  padding-left: 55px;
  padding-bottom: 14px;
  position: relative;
  background-image: linear-gradient(300deg, #0068b7 9.33%, #e3e3e3 9.33%, #ededed 18.13%, whitesmoke 18.13%, whitesmoke 90.15%);
}
#accordion .panel-title a.collapsed {
  border-top: 0;
  color: #333;
  background-image: linear-gradient(300deg, #0068b7 9.33%, #e3e3e3 9.33%, #ededed 18.13%, whitesmoke 18.13%, whitesmoke 90.15%, rgba(245, 245, 245, 0) 90.15%);
  border-bottom: 1px solid transparent;
}
#accordion .panel-title a:before {
  content: "-";
  font-family: "moon", "Microsoft JhengHei";
  position: absolute;
  top: 10px;
  left: 23px;
  font-size: 34px;
  line-height: 24px;
  color: #0068b7;
}
#accordion .panel-title a.collapsed:before {
  font-family: "moon", "Microsoft JhengHei";
  position: absolute;
  top: 10px;
  left: 23px;
  font-size: 34px;
  line-height: 24px;
  color: #0068b7;
  content: "+";
}
#accordion .panel-body {
  color: #666464;
  font-size: 14px;
  line-height: 20px;
  border-top: 0 none;
  background: #fbfbfb;
  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-attachment: fixed;
  background-color: #f7f7f7;
}

.address img {
  width: 15px;
  height: 15px;
  position: absolute;
  left: 15px;
  margin-top: 5px;
}

.title2 {
  margin-bottom: 35px;
}

.address {
  margin-top: 29px;
  display: block;
}
.address li {
  list-style-type: none;
  margin-top: 15px;
  border-bottom: 1px dashed #C3C3C3;
  padding-bottom: 10px;
}
.address ul {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 30px;
  list-style-position: inside;
}

.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: 0 solid #adadad;
}

.breadcrumb1 {
  background-color: #143399;
  font-family: "moon", "Microsoft JhengHei";
  font-weight: bold;
  margin-bottom: 45px;
}

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

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

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 0.75rem;
  padding-right: 10px;
  padding-left: 1px;
  justify-content: flex-end;
  list-style: none;
  background-color: #039;
  border-radius: 0.25rem;
  z-index: 9999;
  text-align: right;
}

.page-header h1 {
  color: white;
  text-align: right;
  z-index: 9;
  position: relative;
  font-family: "moon", "Microsoft JhengHei";
  text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.63);
}

.breadcrumb li {
  color: #f2f2f2;
}
.breadcrumb li a {
  color: #f2f2f2;
  text-align: center;
}
.breadcrumb li a::after {
  content: " •  ";
  color: #f2f2f2;
  margin-right: 3px;
}

.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 0;
}

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

.page-header {
  background-position: center;
  background-size: cover !important;
  padding-top: 150px;
  padding-bottom: 200px;
  position: relative;
}

.dropdown-menu {
  margin-top: 0;
}
.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 .dropdown-toggle:hover:after {
  color: #fff;
}
.dropdown-menu .dropdown .dropdown-menu {
  left: 100%;
  top: 0;
}
.dropdown-menu > li a:hover {
  background-color: rgba(145, 0, 0, 0.78);
  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;
}

.copy {
  background-color: #767676;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #adadad;
  text-align: center;
}
.copy a {
  color: #0068b7;
}

.soc {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
.soc img {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  margin-left: 5px;
}
.soc a {
  display: inline-block;
  text-align: center;
}

.footer_info {
  color: #adadad;
  font-family: "moon", "Microsoft JhengHei";
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 14px;
}
.footer_info a {
  color: #adadad;
  font-family: "moon", "Microsoft JhengHei";
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 14px;
  word-wrap: break-word;
}
.footer_info li {
  list-style-type: none;
  text-align: center;
}

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

.lang a {
  color: #000;
  font-family: "moon", "Microsoft JhengHei";
  font-weight: bold;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
}
.lang a:hover {
  color: #0068b7;
  font-weight: bold;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
}

.bg-dark {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: linear-gradient(130deg, rgba(34, 34, 34, 0) 17.62%, 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%, rgba(255, 255, 255, 0) 87.56%);
  background-color: rgba(255, 255, 255, 0) !important;
}

.dropdown-toggle::after {
  color: #000;
}

.dropdown-menu {
  position: absolute;
  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: rgba(255, 254, 254, 0.82);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.navbar-dark .navbar-nav .nav-link {
  color: #000;
}
.navbar-dark .navbar-nav .nav-link:hover {
  color: #0068b7;
}
.navbar-dark .navbar-nav .active > .nav-link {
  color: #0068b7;
}
.navbar-dark .navbar-nav .show > .nav-link {
  color: #0068b7;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  color: #000;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6c7985;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ececec;
  border-radius: 0.25rem;
}

a {
  color: #0068b7;
  text-decoration: none;
  background-color: transparent;
  letter-spacing: 1px;
  font-family: "moon", "Microsoft JhengHei";
}

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

a:hover {
  color: #0068b7;
  text-decoration: none;
}

.title01 {
  padding: 39px 0 20px 0;
  font-family: "moon", "Microsoft JhengHei";
  letter-spacing: 3px;
  font-weight: bold;
  text-align: center;
}
.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, black 77.2%, #ff2b2b);
}

.btn:hover {
  color: inherit;
}

.bbt {
  background-color: #0068b7;
  transform: skew(-30deg, 0deg);
  display: inline-block;
  border-right: 5px solid #450000;
  margin-bottom: 50px;
}
.bbt:hover {
  color: #fff;
}

.btn2_2 {
  background-image: linear-gradient(70deg
, blue, #2db2dc);
  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;
  font-weight: bold;
  transition: background 1s;
}
.btn2_2:hover {
  background-image: linear-gradient(70deg, blue, #blue);
  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;
}

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

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

.bbt:hover {
  border-right: 5px solid rgba(255, 255, 255, 0);
}

.btn1 {
  transform: skew(30deg, 0deg);
  color: #FFFFFF;
  font-size: 16px;
  font-family: "moon", "Microsoft JhengHei";
}

.cookies_3 {
  border: 1px solid #e3e3e3;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  margin-top: 10px;
  display: inline-block;
  color: white;
  margin-bottom: 10px;
}

.btn3 {
  color: #0068b7;
  font-size: 16px;
  font-family: "moon", "Microsoft JhengHei";
  border-width: 0;
  background-image: linear-gradient(110deg, rgba(255, 255, 255, 0) 16.58%, white 16.58%, white 81.35%, #cbcbcb 81.35%, #cbcbcb 86.01%, rgba(255, 0, 0, 0) 86.01%);
  background-color: rgba(0, 0, 0, 0.02);
  padding-right: 40px;
  padding-left: 30px;
  margin-top: 7px;
}

.navbar-dark .navbar-nav .nav-link {
  font-family: "moon", "Microsoft JhengHei";
  letter-spacing: 3px;
  font-weight: bold;
}

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

.clear {
  clear: both;
}

.inq {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: 0.375rem 0.75rem;
  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: 20px;
  height: 20px;
}

.inq_q {
  background-color: #0068b7;
  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;
}

.nav-item {
  margin-right: 2px;
  cursor: pointer;
}
.form-inline {
  position: relative;
}

.btn2 {
  background-color: rgba(42, 187, 170, 0);
  border: 0 solid #0068b7;
  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;
}

footer {
  background-color: #fffff;
  padding-top: 50px;
  padding-bottom: 15px;
  background-position: center bottom;
  background-attachment: fixed;
}

.webeditor {
  margin-top: 25px;
  margin-bottom: 25px;
}
.webeditor img {
  max-width: 100% !important;
  height: auto !important;
  width: 100% !important;
}
.webeditor table {
  max-width: 100% !important;
  height: auto;
  width: 100% !important;
}

.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%);
  }

  .page-header {
    background-position: center;
    background-size: cover !important;
    padding-top: 150px;
    padding-bottom: 150px;
    position: relative;
  }
}
@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: 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: rgba(203, 203, 203, 0.82); */
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    width: 100%;
  }

  header {
    position: static;
    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 {
    background-position: center;
    background-size: cover !important;
    padding-top: 150px;
    padding-bottom: 150px;
    position: relative;
  }
  .page-header h1 {
    color: white;
    text-align: center;
    z-index: 9;
    position: relative;
    font-family: "moon", "Microsoft JhengHei";
  }

  .nb, aside {
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  .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: #039; */
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    width: 100%;
  }

  header {
    position: static;
    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 {
    background-position: center;
    background-size: cover !important;
    padding-top: 150px;
    padding-bottom: 150px;
    position: relative;
  }
  .page-header h1 {
    color: white;
    text-align: center;
    z-index: 9;
    position: relative;
    font-family: "moon", "Microsoft JhengHei";
  }

  .nb, aside {
    display: none !important;
  }
}
.footer-brand img {
  margin-bottom: 10px;
}
@media all and (min-width: 320px) {
  .footer-brand img {
    max-width: 100%;
  }
}
@media all and (min-width: 415px) {
  .footer-brand img {
    max-width: 350px;
  }
}

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

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

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

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

.has_child:first-letter {
  font-weight: bold;
  color: #0068b7;
}

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

.sidebar.right {
  order: 2;
}

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

.navbar-dark .navbar-toggler-icon .icon {
  width: 30px;
  height: 30px;
  fill: #0068b7;
}

@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 #000;
  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: 63px;
  height: auto;
}

.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;
}
.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: 63px;
  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;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5em;
  max-height: 70px;
  height: auto;
}
.page-news .description {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  line-height: 1.5em;
  max-height: 140px;
  height: auto;
}
.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;
}
/*20211104頁尾加上信箱複製及電話開始*/

.disable-select {
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.email-link a {
    color: #adadad;
}
.email-link svg {
    width: 20px;
    height: auto;
    fill: #adadad;
}
.f_m {
    display: inline-block;
}
.f_m svg {
    margin-right: 5px
}
/*20211104頁尾加上信箱複製及電話結束*/
/*# sourceMappingURL=style.css.map */
/* 2021.12.22 修正0000版SaaS Header Menu 字數多跑版 START */
/* 字太多變兩行(container內容總寬小於1440px適用) START */
/*
@media (min-width: 900px){
  .navbar .container-xl {
    flex-wrap: wrap;
  }
  .navbar .navbar-collapse {
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .navbar .navbar-collapse {
    margin-top: 0;
  }
}
/**!*/
/* 字太多變兩行 END */
/*縮減字距、搜尋欄寬度、字大小(container內容總寬大於1440px不適用) START*/
/*!**/
@media all and (min-width: 992px) {
    .navbar-dark .navbar-nav .nav-link {
        font-size: 13px;
    }
    .header-search-form input[type=text] {
        width: 100px;
        font-size: 14px;
    }
    .navbar-nav {
        margin-left: 0;
    }
    .navbar-brand > img {
        max-width: 120px;
    }
}

@media all and (min-width: 1200px) {
    .navbar-dark .navbar-nav .nav-link {
        font-size: inherit;
    }
    .header-search-form input[type=text] {
        width: inherit;
        font-size: inherit;
    }
    .navbar-nav {
        margin-left: inherit;
    }
    .navbar-brand > img {
        max-width: inherit;
    }

    .navbar-dark .navbar-nav .nav-link{
      letter-spacing: 0px;
    }
}
/**!*/
/*縮減字距、搜尋欄寬度、字大小 END*/
/* 2021.12.22 修正0000版SaaS Header Menu 字數多跑版 END */
/*2021.12.22 修正0000版電腦版搜尋框放大鏡與搜尋文字重疊 START*/
.header-search-form input[type=text] {
    padding: 0.375rem 33px 0.375rem 0.75rem;
}

/*2021.12.22 修正0000版電腦版搜尋框放大鏡與搜尋文字重疊 END*/
/*2021.12.22 修正0000版手機版搜尋圖示往下掉 START*/
.header-search-form button[type=submit] {
    position: absolute;
    right: 14px;
    }
@media screen and (min-width: 576px) {
    .header-search-form button[type=submit] {
       display: inline-block;
        position: static;
        line-height: 0;
    }
    .searchbox-icon {
        fill: black;
        width: 20px;
        height: 20px;
        margin-left: 5px;
    }
}

@media screen and (min-width: 992px) {
    .header-search-form button[type=submit] {
		position: absolute;
        line-height: inherit;
        height: 100%;
        width: 17px;
        top: 0;
    }
    .searchbox-icon {
        fill: red;
        width: inherit;
        height: inherit;
        margin-left: inherit;
    }
}
/*2021.12.22 修正0000版手機版搜尋圖示往下掉 END*/
/*2021.12.22 SaaS v0000: remove webeditor overflow-y START*/
.webeditor {
    overflow-y: inherit;
}
/*2021.12.22 SaaS v0000: remove webeditor overflow-y END*/
/* 210917 seo section */
.index-seo_h {
  padding: 15px 0;
  text-align: right;
  
  /*background: var(--main-color-darken);*/
}
.index-seo_h h1 {
  color: #333;
  font-size: 18px;
  font-weight:900;
  margin-bottom: 0;
  text-shadow:
        /* 文字外框，上邊增加 0.3px */
        -0.5px -0.8px 0 #ffffff,
        0.5px -0.8px 0 #ffffff,
        -0.5px 0.5px 0 #ffffff,
        0.5px 0.5px 0 #ffffff,
        /* 額外增加的上邊緣效果 */
        0px -0.3px 0 #ffffff,
        /* 陰影保持不變 */
        0px 0px 6px #ffffff;

}

/* 210917 seo section */

.page-pdt-detail .row.in_con{
	margin-top:50px;
}
@media (max-width: 1366px) {
	.page-pdt-detail .btn2_2.addInquiryCart{
		width:100%;
	}
}
@media (max-width: 991px) {
	.form-inline .form-control{
		width:100%;
	}
	.header-search-form button[type=submit]{
		position: absolute;
	}
}
@media (max-width: 768px) {
	.page-ab .col-md-9.col-sm-12,
	.page-news .col-md-9.col-sm-12,
	.page-pdt .col-md-9.col-sm-12,
	.page-search .col-md-9.col-sm-12{
		flex: 0 0 100%;
        max-width: 100%;
	}
}

@media screen and (max-width:480px) {
  .btn2_2{
    width: 100%;
  }
}


.page-news .pin .col-md-12{
  margin-top: 24px;
}

.page-news .pin .p_s{
  background-size: cover;
  padding: 8px;
}

.page-news .pin .col-md-12:nth-child(1){
  margin-top: 0;
}

.news_date{
  margin: 5px 0px;
}

.pli_list_s{
  margin-bottom: 10px;
}

.sitemap{
  margin: 10px 0px;
}

.sitemap h2{
  background-color: #0068b7;
  color: #fff;
  font-size: 20px;
  padding: 8px;
}