@charset "UTF-8";
@font-face {
  font-family: 'moon';
  src: /*url('css/fonts/Moon2-0-Light-3.woff') format("woff"), url('css/fonts/Moon2-0-Light-3.ttf') format("truetype"),*/ url('css/fonts/Moon2-0-Light-3.eot') format("embedded-opentype");
}
:root {
  /* 主色 */
  /* rgba: 需不透明 */
  --main-color: #ee3226;

  /* --main-color: rgb(242, 15, 21); */
  
  --main-color-rgba: 242, 15, 21;
  /* darken: 較深 */
  --main-color-darken: rgb(205, 27, 33);
  --main-color-darken-rgba: 205, 27, 33;
  /* lighten: 較淺 */
  --main-color-lighten: rgb(254, 54, 61);
  --main-color-lighten-rgba: 254, 54, 61;
  /* 第 2 色 */
  --second-color: rgb(252, 222, 76);
  --second-color-rgba: 252, 222, 76;
  /* lighten: 較淺 */
  --second-color-lighten: rgb(254, 235, 141);
  --second-color-lighten-rgba: 254, 235, 141;
  --footer-copyright-bg: rgba(0, 0, 0, 0);
  /* 不透明度 */
  --alpha: 0.8;

  --color-white:#fff;
}

::-moz-selection {
  background: #ccc;
}

::selection {
  background: #ccc;
}

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

img {
  max-width: 100%;
}

.card {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          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:#666666;
  margin-top: 8px;
}

.to-top {
  background-color: var(--main-color);
  color: #fff;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
          align-items: center;
  padding-left: 2px;
  width: 40px;
  height: 40px;
  font-size: 28px;
  padding-bottom: 3px ;
  position: relative;
  z-index: 90;
  border: 2px solid whitesmoke;
}
.to-top:hover {
  color: var(--main-color);
  background: var(--color-white) !important;
  border: 2px solid var(--main-color);
  background-color: var(--main-color);
}

.advbox {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  color: var(--footer-copyright);
  background: rgba(255, 255, 255, 0.9);

}
.advbox .advpic {
  width: 90%;
  margin: 0 auto;
  padding: 20px 5%;
}
.advbox .advpic .cookies_3 {
  display: inline-block;
  border: 1px solid #666666;
  margin-top: 10px;
  padding: 5px;
  color: #666666;
}
.advbox .advpic .btn3 {
  color: var(--main-color);
  padding: 5px;
  margin-top: 10px;
  border: 1px solid var(--main-color);
  background-color: transparent;
}
.advbox .advpic .btn3:hover,.advbox .advpic .cookies_3:hover {
  color: #fff;
  background: var(--main-color);
  border: 1px solid var(--main-color);

  transition: all .2s ease-in-out;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #e0e0e0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.52%, #ececec), color-stop(21.24%, white), color-stop(81.35%, white), to(#f0f0f0));
  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 !important;
  border-bottom: 4px solid transparent !important;
  border-top: 4px solid transparent !important;
}
.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: #555;
}
.dropdown-menu > li.show > a {
  color: #555;
}

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

@media (min-width: 768px) {
  .dropdown-menu .dropdown .dropdown-menu {
    margin: 0;
    border-width: 1px;
  }
}
/*選單結束*/
.pin_name {
  color: #333;
  margin-bottom: 30px;
}

.copy{
  font-size: 14px;
  padding-top: 16px !important;
}

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

footer a:hover{
  color: var(--main-color-darken);
}

input:focus {
  outline: none !important;
}

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

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

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

.pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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;
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
}
.pagination li a:hover {
  float: left;
  padding: 6px 13px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #eaeaea;
  color: #fff;
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
  background: var(--main-color);
}
.pagination .active a {
  background: var(--main-color);
}
.pagination ul {
  padding-left: 0;
}
.pagination .active a {
  color: #ffffff;
}

body {
  letter-spacing: 1px;
  color: #666;
}

#accordion {
  border: 3px dotted #ccc;
  padding: 15px;
}
#accordion .panel {
  -webkit-box-shadow: none;
          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: #555;
  font-size: 15px;
  font-weight: bold;
  padding-top: 14px;
  padding-right: 20px;
  padding-left: 55px;
  padding-bottom: 14px;
  position: relative;
  border-bottom: 1px dotted #ccc;
}
#accordion .panel-title a.collapsed {
  color: #333;
}
#accordion .panel-title a:before {
  content: "-";
  font-family: "moon", "Microsoft JhengHei";
  position: absolute;
  top: 10px;
  left: 23px;
  font-size: 34px;
  line-height: 24px;
  color: #555;
}
#accordion .panel-title a.collapsed:before {
  font-family: "moon", "Microsoft JhengHei";
  position: absolute;
  top: 10px;
  left: 23px;
  font-size: 34px;
  line-height: 24px;
  content: "+";
}
#accordion .panel-body {
  color: #666464;
  font-size: 14px;
  line-height: 20px;
  border-top: 0 none;
  background: #f5f5f5;
  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 {
  position: relative;
  background-attachment: fixed;
  background-image: none !important;
  background-color: transparent !important;
}

.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: linear-gradient(60deg, #adadad 2.08%, #adadad 87.05%);
  border: 0 solid #adadad;
}

.card {
  border: 0 solid #adadad;
}

.breadcrumb1 {
  font-weight: bold;
}
.breadcrumb1 .breadcrumb {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.75rem 0;
  background: transparent;
  border-bottom: 1px solid #eee;
}
.breadcrumb1 .breadcrumb li {
  color: var(--main-color);
}
.breadcrumb1 .breadcrumb li + li::before {
  content: "•";
  color: #666666;
  margin: 0 5px;
}
.breadcrumb1 .breadcrumb li a {
  color: #666666;
  text-align: center;
}
.breadcrumb1 .breadcrumb li a:hover {
  text-decoration: underline;
}

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

.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 top;
  padding: 200px 0 120px;
  position: relative;
  background-size: cover;
}
.page-header h1 {
  color: white;
  display: flex;
  justify-content: center;
  z-index: 9;
  position: relative;
  font-family: "moon", "Microsoft JhengHei";
  text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.63);
}

.dropdown-menu {
  margin-top: 0;
}
.dropdown-menu .dropdown-toggle::after {
  vertical-align: middle;
  border-left: 4px solid !important;
  border-bottom: 4px solid transparent !important;
  border-top: 4px solid transparent !important;
  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(var(--main-color-rgba), 0.85);
  color: white;
  display: block !important;
}
.dropdown-menu > li a:hover:first-letter {
  color: white;
}
.dropdown-menu > li.show {
  background-color: var(--main-color);
  color: white;
  display: block !important;
}
.dropdown-menu > li.show > a {
  color: white;
}
.dropdown-menu > li.show > a::first-letter {
  color: #fff;
}
.dropdown-menu > li.show > a::after {
  color: #fff;
}

.copy {
  position: relative;
  z-index: 2;
  background-color: var(--footer-copyright-bg);
  padding-top: 5px;
  padding-bottom: 5px;
  color: #777;
  text-align: center;
}
.copy a {
  color: var(--main-color);
}

.soc {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
.soc img {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.soc a {
  display: inline-block;
  text-align: center;
}
.soc a:hover img {
  opacity: .8;

  transition: .2s;
}

.footer_info {
  margin-top: 15px;
  padding-left: 0px;
  color: #555;
  letter-spacing: 2px;
  font-size: 16px;
}
.footer_info a {
  color: #555;
  letter-spacing: 2px;
  font-size: 14px;
  word-wrap: break-word;
}
.footer_info li {
  list-style-type: none;
  text-align: center;
}

.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: var(--main-color);
  font-weight: bold;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
}

.bg-dark {
  padding: 8px 48px;
  background-color: #D3D3D3 !important;
  box-shadow: 3px 3px 5px #6464641a;
}

.container-xl {
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 1px 1px 3px #898989;
          box-shadow: 1px 1px 3px #898989;
}

.dropdown-toggle::after {
  color: #555;
  margin-left: 5px;
}

.dropdown-item.dropdown-toggle::after {
  color: #555;
}

.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.mr-auto {
  margin-left: auto !important;
  margin-right: 0 !important;
  display: flex;
  flex-wrap: wrap;
}
.navbar-dark .navbar-nav .nav-link {
  color: #555;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid rgb(185, 185, 185);
  margin: 0px 5px;
  letter-spacing: 1px;
  transition: all 0s ease-in-out;
  position: relative;
}

.navbar-dark .navbar-nav .nav-item.active .nav-link{
  border-color: transparent;
}

.navbar-dark .navbar-nav .nav-link::before,.navbar-dark .navbar-nav .nav-link::after {
  position: absolute;
  content: "";
  width: 00%;
  height: 1px;
  bottom: 0px;
  border-bottom: 1px solid var(--main-color);
  z-index: 10;

  transition: all .4s ease-in-out;

} 

.navbar-dark .navbar-nav .nav-link::before{
  left: 0px;
} 

.navbar-dark .navbar-nav .nav-link::after{
  right: 0px;
} 


.navbar-dark .navbar-nav .nav-link:hover {
  color: var(--main-color);
  border-bottom: 0px solid rgb(185, 185, 185);

  transition: all 0s ease-in-out;
}

.navbar-dark .navbar-nav .nav-link:hover::before,.navbar-dark .navbar-nav .nav-link:hover::after{
  width: 50%;

  transition: all .4s ease-in-out;
}

.navbar-dark .navbar-nav .nav-item.active .nav-link::before,.navbar-dark .navbar-nav .nav-item.active .nav-link::after{
  width: 50%;

  transition: all .4s ease-in-out;
}
.navbar-dark .navbar-nav .active > .nav-link {
  color: var(--main-color);
}
.navbar-dark .navbar-nav .show > .nav-link {
  color: var(--main-color);
}

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

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #666666;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ececec;
  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";
}

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

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

.title01 {
  padding: 40px 0 20px 0;
  letter-spacing: 3px;
  font-weight: bold;
  text-align: center;
  color: #333;
  padding-bottom: 0 !important;
}
.title01::after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 2px;
  height: 80px;
  margin-top: 10px;
  background: var(--main-color-darken);
}

.btn:hover {
  color: inherit;
}

.btn2_2 {
  display: inline-block;
  padding: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 300px;
  text-align: center;
  color: #fff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  background: var(--main-color);
  border-radius: 30px;
}
.btn2_2:hover {
  background: var(--main-color-lighten);
  color: #fff;
}

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

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

.bbt {
  display: inline-block;
  margin: 30px 0;
}

.btn1 {
  background: var(--main-color);
  color: #ffffff;
  font-size: 16px;
  border-radius: 30px;
}
.btn1:hover {
  color: #fff;
  background: var(--main-color-darken);
}

.navbar-dark .navbar-nav .nav-link {
  font-family: "moon", "Microsoft JhengHei";
  /* letter-spacing: 1px; */
}

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 + 0.75rem + 2px);
  padding: 0.375rem 0.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  position: relative;
}
.inq img {
  width: 20px;
  height: 20px;
  -webkit-filter: invert(31%) sepia(2%) saturate(5%) hue-rotate(315deg) brightness(98%) contrast(84%);
          filter: invert(31%) sepia(2%) saturate(5%) hue-rotate(315deg) brightness(98%) contrast(84%);
}

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

.nav-item {
  margin-right: 2px;
  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;
}

footer {
  position: relative;
  padding-top: 50px;
  padding-bottom: 16px;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/footer.jpg") !important;
}
footer::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #fff;
  opacity: .7;
}
footer > .container {
  position: relative;
  z-index: 2;
}

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

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

  .dropdown-menu {
    position: static;
    float: none;
    width: 100%;
  }

  .page-header {
    background-position: center center;
    padding-top: 75px;
    padding-bottom: 75px;
    position: relative;
  }
  .page-header h1 {
    color: white;
    text-align: center;
    position: relative;
  }

  .nb,
aside {
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  .bg-dark {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .page-header {
    background-position: left center;
    padding-top: 150px;
    padding-bottom: 150px;
    position: relative;
  }
}
.footer-brand img {
  margin-bottom: 10px;
  width: auto !important;
  height: 115px !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: 20px;
  fill: #555;
  cursor: pointer;
}
.search-dropdown .icon:hover {
  fill: var(--main-color);
}

.navbar-brand{
  padding: 0px;
  margin-bottom: 8px;
}
.navbar-dark .navbar-toggler-icon .icon {
  width: 30px;
  height: 30px;
  fill: var(--main-color);
}

.navbar-brand > img {
  width: 60px;
}

.navbar-collapse{
  align-items: flex-end;
}
@media all and (min-width: 992px) {
  .navbar-brand > img {
    width: 230px;
    height: auto;
  }
}

.index-slider .carousel-caption {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-right: 5%;
  padding-left: 5%;
}
.index-slider .carousel-caption h5,
.index-slider .carousel-caption p {
  letter-spacing: 1px;
  margin-bottom: 0;
  text-shadow: 1px 1px 3px #000;
}
.index-slider .carousel-caption h5 {
  font-size: 60px;
  margin-bottom: 10px;
}
.index-slider .carousel-caption p {
  font-size: 26px;
}

.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,
.page-search .pli_list {
  text-align: center;
}
.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: 2;
  line-height: 1.5em;
  max-height: 140px;
  height: auto;
  min-height: 48px;
  color: #777;
}
.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: 30px;
  padding: 20px 10px 10px;
  background-image: none !important;
  background: #f2f2f2;
}
.page-news .row .news_date {
  color: #9f9f9f;
  font-size: 14px;
}
.page-news .row .pli_list_s {
  margin: 10px 0;
  font-size: 18px;
  font-weight: bold;
}
.page-news .row img {
  /* margin-bottom: 15px; */
}

@media all and (min-width: 768px) {
  .page-pdt .row.pin .col-md-4 {
    /* 產品模組一排 2 個 */
    /* flex: 0 0 50%; */
    /* max-width: 50%; */
  }
}
.card {
  background: transparent;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.pro_in1 {
  position: relative;
  margin-bottom: 16px;
}
.pro_in1 > a {
  display: block;
  overflow: hidden;
}
.pro_in1 > a img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pro_in1:hover > a img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.pro_in1 .pli_list{
  position: relative;
  /* border-bottom: 2px solid rgba(var(--main-color-darken-rgba), 0.9); */
}

.pro_in1 .pli_list::after{
  content: "";
  width: 100%;
  height: 2px;
  left: 0px;
  bottom: 0px;
  position: absolute;
  background: rgba(var(--main-color-darken-rgba), 0.9);
  transition: all .4s ease-in-out;
}

.pro_in1:hover .pli_list::after{
  height: 100%;
  transition: all .4s ease-in-out;
}
/* .pro_in1:hover .pli_list {
  background: rgba(var(--main-color-darken-rgba), 0.9);
} */
.pro_in1:hover .pli_list a {
  color: #fff;
  position: relative;
  z-index: 10;
}
.pro_in1 .pli_list {
  text-align: center;
  padding: 10px 0;
  background: #fff;
}
.pro_in1 .pli_list p {
  margin-bottom: 0;
}
.pro_in1 .pli_list a {
  color: #777;
}
.pro_in1 .pli_list span a {
  padding: 5px 0;
}

.back {
  text-align: center;
}

/*RWD表格start*/
.qq input {
  background-color: #f0f0f0;
  border: 1px solid #e0e0e0;
  padding-top: 9px;
  padding-right: 25px;
  padding-bottom: 9px;
  padding-left: 25px;
  border-radius: 23px;
  width: 150px;
  margin-top: 5px;
}

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

.btn-danger {
  color: #fff;
  background-color: var(--main-color-darken);
  border-color: var(--main-color-darken);
}

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

h2 {
  margin-bottom: 30px;
}

.page-contact section {
  padding: 60px 0 80px;
}

.page-pdt .row.pin {
  margin-top: 30px;
}

.con.pt50 {
  padding-top: 40px;
}

.header-container{
  width: 100% !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
}

body{
  background: #f9f9f9 !important;
}

.pdt-type-card{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 48px;
}

.pdt-type-card:nth-child(2n){
  flex-direction: row-reverse;
}

.pdt-pic img{
  border-radius: 2px;
}

.pdt-type-card .pdt-title{
  font-size:28px;
  font-weight: 600;
  letter-spacing: 1px;
  color: var(--main-color);
  margin-bottom: 24px;
}

.pdt-type-card .pdt-text p{
  margin-bottom: 8px;
}

.pdt-type-card .pdt-link a{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 18px;
  margin-top: 16px;
  color: #666666;
  font-weight: 600;
}

.pdt-type-card .pdt-link .arrow{
  width: 80px;
  height: 100%;
  position: relative;
  display: flex;
  margin-right: 16px;
  margin-top: 3px;
}

.pdt-type-card .pdt-link a:hover{
  color: var(--main-color-darken);
}

.pdt-type-card .pdt-link .arrow::before,.pdt-type-card .pdt-link .arrow::after{
  content: "";
  background-color: #666666;
}

.pdt-type-card .pdt-link .arrow::before{
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translate(0%,-50%);
  width: 100%;
  height: 2px;

  transition: all .3s ease-in-out;

}

.pdt-type-card .pdt-link a:hover .arrow::before,.pdt-type-card .pdt-link a:hover .arrow::after{
  background-color: var(--main-color-darken);
}

.pdt-type-card .pdt-link a:hover .arrow::before{
  width: 60%;

  transition: all .3s ease-in-out;
}


.pdt-type-card .pdt-link .arrow::after{
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translate(0%,-50%);  
  width: 8px;
  height: 10px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

body{
  position: relative;
  overflow-x: hidden;
}
.email-link svg{
  width: 20px;
  fill: gray;
}

.page-ab .pdt-link{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 16px;
}

.page-ab .pdt-link a{
  margin-top: 0px;
}

.page-ab .pdt-link{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 16px;
}

.page-ab .pdt-type-card .pdt-link:hover{
  color: var(--main-color-darken);
}

.page-ab .pdt-type-card .pdt-link:hover .arrow::before,.page-ab .pdt-type-card .pdt-link:hover .arrow::after{
  background-color: var(--main-color-darken);
}

.page-ab .pdt-type-card .pdt-link:hover .arrow::before{
  width: 60%;

  transition: all .3s ease-in-out;
}

.page-contact .col-md-5 iframe{
  width: 100% !important;
}

.page-contact h2{
  margin-bottom: 35px;
}

@media all and (min-width: 768px) {
  .con.pt50 {
    padding-top: 80px;
  }
}

.con.pb50 {
  padding-bottom: 40px;
}
@media all and (min-width: 768px) {
  .con.pb50 {
    padding-bottom: 80px;
  }
}

@media screen and (max-width:1600px) {
  .bg-dark{
    padding: 8px 15px;
  }
}

@media screen and (max-width:991px) {
  .header-container{
    flex-direction: row;
  }
  .navbar-brand > img{
    width: 250px;
  }
  .navbar-dark .navbar-toggler{
    margin-left: auto;
  }
}

@media screen and (max-width:768px) {
  .title01::after{
    width: 80px;
    height: 2px;
  }
  .pb100{
    padding-bottom: 48px;
  }
  h2{
    font-size: 1.8rem;
  }
  .pdt-pic,.pdt-type-card .pdt-title{
    margin-bottom: 15px;
  }
}

.page-news .news_date{
  display: none !important;
}