﻿@charset "UTF-8";
/*Noto Serif TC*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@300;400;500;600;700;900&display=swap");
body {
  font-family: 'Noto Serif TC','微軟正黑體',Arial,sans-serif;
  color: #333;
  font-size: 15px;
  font-weight: 500;
  width: 100%;
  overflow-x: hidden;
}

ul {
  list-style: none;
}

#footer ul, #webEnterPage ul {
    list-style: unset;
}

a:hover, a {
  color: inherit;
  text-decoration: none;
}

.btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn:focus, .btn:active {
  outline: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

p {
	line-height: 22px;
	font-family: 'Noto Serif TC','微軟正黑體';
}

table {
	font-family: 'Noto Serif TC','微軟正黑體';
}

hr {
  border-color: #999;
}

.card {
  border-color: #ccc;
}

.color-red {
  color: tomato;
}

.bg-light {
  background-color: #f0f0f0;
}

.btn-primary, .btn-secondary {
  border-radius: 0px;
  min-width: 150px;
  height: 50px;
  position: relative;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

@media (max-width: 992px) {
  .btn-primary, .btn-secondary {
    min-width: 100px;
  }
}

.btn-primary {
  background-color: transparent;
  border: 1px solid #666;
  color: #333;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active {
  background-color: rgba(102, 102, 102, 0.7);
  border: none;
  color: #fff;
}

.btn-secondary {
  background-color: #666666;
  border: 1px solid #666;
  color: #fff;
}

.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  background-color: rgba(102, 102, 102, 0);
  color: #666666;
}

.btn-secondary2 {
  background-color: #c1c1c1;
  border: 1px solid #c1c1c1;
}

.btn-social.input-box, .btn-social.input-box label {
	color: #fff;
	font-family: 'Noto Serif TC','微軟正黑體';
	border-color: #fff;
}

.btn-social.input-box:hover, .btn-social.input-box label:hover {
  opacity: 0.7;
  color: #fff;
}

header {
  position: relative;
}

.navbar__brand {
  max-width: 50%;
}

.navbar {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 12px 0;
}

.navbar-toggler {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: right;
  font-weight: 700;
  text-decoration: none;
}

.navbar-toggler span {
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 1.2rem;
  background: #333;
  height: 2px;
  margin: 2px 0;
}

.navbar-toggler[aria-expanded="true"] span:last-child {
  width: .5rem;
}

.navbar-toggler[aria-expanded="true"] span:nth-child(even) {
  width: .8rem;
}

.navbar-nav .nav-link {
  color: #fff;
  font-weight: 600;
  padding: .5rem 1rem;
  cursor: pointer;
  position: relative;
}

.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
  color: #eee706;
  font-weight: 700;
}

.white-navbar.navbar {
  border-bottom: 1px solid #333;
  position: relative;
}

.white-navbar .navbar-nav > li > .nav-link {
  color: #333;
}


.white-navbar .navbar-nav > li > .nav-link:hover, .white-navbar .navbar-nav > li > .nav-link.active {
  color: #666666;
  font-weight: 700;
}

@media (min-width: 992px) {
  .index_body .navbar-nav > li > a:not([href]):not([tabindex]).nav-link {
    color: #fff;
  }
  .navbar-expand-lg .navbar-nav .scroll-wrapper .nav-link {
    padding: .5rem 1.25rem;
  }
}

@media (max-width: 992px) {
  .navbar {
    padding: .5rem 0;
    position: relative;
  }
  .navbar-nav .nav-link, .navbar-nav a:not([href]):not([tabindex]).nav-link {
    color: #333;
  }
}

/*多層下拉*/
.scroll-wrapper {
  position: absolute;
}

.scroll-wrapper .nav-link {
  position: relative;
}

.dropdown-menu-scroll {
	width: 250px;
	max-height: 70vh;
	overflow-x: hidden;
	overflow-y: auto;
	list-style: none;
	padding: 0;
	border-radius: 0px;
	-webkit-box-shadow: 0px 3.2px 10px rgba(0, 0, 0, 0.13), 0px 0px 3.8px rgba(0, 0, 0, 0.11);
	box-shadow: 0px 3.2px 10px rgba(0, 0, 0, 0.13), 0px 0px 3.8px rgba(0, 0, 0, 0.11);
	background-color: rgba(102, 102, 102, 0.8);
	color: #fff;
}

.dropdown-menu-scroll li {
  position: static !important;
  -webkit-transition: all .3s;
  transition: all .3s;
  padding: .5rem 0;
  cursor: pointer;
}

.dropdown-menu-scroll li .nav-link {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.dropdown-menu-scroll li .nav-link:hover, .dropdown-menu-scroll li .nav-link.active {
  color: #eee706;
  font-weight: 700;
  border-bottom: 2px solid #EEE706;
  /*
  -webkit-box-shadow: inset 0px -2px 0px 0px #eee706;
          box-shadow: inset 0px -2px 0px 0px #eee706;
          */
}

.dropdown-menu-scroll .parent:hover > .nav-link {
  color: #eee706 /*!important*/;
  font-weight: 700;
  border-bottom: 2px solid #EEE706;
  /*
  -webkit-box-shadow: inset 0px -2px 0px 0px #eee706;
          box-shadow: inset 0px -2px 0px 0px #eee706;
          */
}

.dropdown-menu-scroll .parent > a {
  padding: .5rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (min-width: 992px) {
  .navbar-nav__dropdown > .scroll-wrapper {
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    visibility: hidden;
  }
  .navbar-nav__dropdown:hover > .scroll-wrapper {
    opacity: 1;
    visibility: visible;
  }
  /*控制第二層以後的下拉選單*/
  .dropdown-menu-scroll li .scroll-wrapper {
    position: absolute;
    z-index: 10;
    display: none;
  }
  .dropdown-menu-scroll li:hover > .scroll-wrapper {
    display: block;
  }
}

@media (max-width: 992px) {
  .scroll-wrapper, .dropdown-menu-scroll li .scroll-wrapper {
    position: relative;
  }
  .navbar-nav__dropdown .scroll-wrapper {
    display: none;
  }
  .dropdown-menu-scroll {
    max-height: 800px;
    width: 100%;
  }
  .dropdown-menu-scroll .nav-link i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .dropdown-menu-scroll .nav-link.active i {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.navbar-nav > li > .nav-link:after {
  position: absolute;
  content: "";
  background-color: #eee706;
  height: 2px;
  width: 0%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.white-navbar .navbar-nav .nav-link:after {
  background-color: #666666;
}

.navbar-nav > li > .nav-link:hover:after, .navbar-nav > li > .active:after {
  width: 70%;
}

@media (max-width: 992px) {
  .navbar-nav > li > .nav-link:hover:after, .navbar-nav .nav-link.active:after {
    width: 100%;
    left: 0;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    background-color: #666;
  }
  .navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
    color: #666;
  }
}

.dropdown-menu .nav-link:after, .dropdown-menu-scroll li:after {
  left: 0%;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.dropdown-menu .nav-link:hover:after, .dropdown-menu-scroll li:after:hover {
  width: 100%;
}

.carousel-item {
  height: 100%;
  background: no-repeat center center scroll;
  background-size: cover;
  position: relative;
}

@media (min-width: 1025px) {
  .carousel-item {
    /*height: 90vh;*/
  }
}

.carousel-item a {
  cursor: pointer;
}

.carousel-item img {
  width: 100vw;
  height: auto;
  position: relative;
}

.carousel-caption {
  background-color: rgba(255, 255, 255, 0.7);
  color: #333;
  left: calc(30px +  2rem);
  bottom: 30%;
  max-width: 500px;
  width: 100%;
  padding: 2rem;
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.carousel-caption-r {
  left: 80%;
  -webkit-transform: translateX(calc(-50% - 2rem));
          transform: translateX(calc(-50% - 2rem));
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  display: inline-block;
  width: 30px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.7);
}

.carousel-control-prev-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: 0;
}

.carousel-control-next-icon {
  right: 0;
}

/*$跑馬燈*/
.marquee {
  overflow: hidden;
  position: relative;
  padding: 0.2rem 0.75rem;
  background-color: #333;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.marquee ul {
  margin-bottom: 0;
}

.marquee .marquee-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

/*nacbar-search*/
.top-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #333;
  position: relative;
}

.marquee {
  width: 80%;
}

.dropdown-menu li {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.dropdown-menu li:hover {
  background-color: #eee;
}

a.navbar-search {
  cursor: pointer;
  padding: 8px 1rem;
  margin-left: auto;
  color: #fff;
}

a.navbar-search:hover, a.navbar-search:not([href]):hover {
  color: #fff;
}

.navbar-form__search {
  background: #fff;
  color: #fff;
  position: absolute;
  top: 0%;
  right: 6px;
  z-index: 200;
  border: none;
  -ms-flex-flow: nowrap;
  flex-flow: nowrap;
}

.navbar-form {
  min-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: #fff;
}

.navbar-form > .btn {
  color: #fff;
}

@media (max-width: 992px) {
  .top-header {
    display: block;
  }
  .marquee {
    width: 100%;
  }
  .navbar-form {
    position: static;
  }
  .navbar-form__search {
    color: #333;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 65px;
  }
  .navbar-form__search .form-control {
    width: 100%;
  }
}

/*search*/
input[type=text], input[type=email], input[type=password] {
	/*background: transparent none repeat scroll 0 0;*/
	border: 1px solid rgba(102, 102, 102, 0.5);
	color: #000;
	font-size: 14px;
	height: 40px;
	padding: 2px 55px 2px 18px;
}

input[type=text]:focus, input[type=email]:focus, input[type=password]:focus {
  outline: none;
  -webkit-box-shadow: 0px 0px 10px rgba(102, 102, 102, 0.2);
          box-shadow: 0px 0px 10px rgba(102, 102, 102, 0.2);
}

.search {
  position: relative;
  display: inline-block;
}

.input-box {
  position: relative;
  display: block;
}

.input-box input, .btn-social {
  width: 100%;
  padding: 2px 8px 2px 60px;
}

.search button, .input-box label, .btn-social label {
  width: 45px;
  background: transparent none repeat scroll 0 0;
  border-color: rgba(102, 102, 102, 0.6);
  -o-border-image: none;
     border-image: none;
  border-style: none none none solid;
  border-width: medium medium medium 1px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  color: #000;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  font-size: 20px;
}

.search button:hover, .input-box label:hover, .btn-social label:hover {
  color: rgba(102, 102, 102, 0.6);
  background-color: transparent;
}

.input-box label, .btn-social label {
  border-style: none  solid none;
  border-width: medium 1px medium;
  left: 0;
}

/*麵包屑*/
.container {
  position: relative;
}

.breadcrumb {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 370px;
}

@media (max-width: 992px) {
  .breadcrumb {
    position: relative;
    margin-bottom: 1rem;
    padding-top: 1rem;
  }
}

.breadcrumb li {
  padding: 0 .25rem 0 0;
}

.breadcrumb a {
  text-decoration: none;
  color: inherit;
}

.breadcrumb a:hover, .breadcrumb li:last-child a {
  color: #999;
}

.breadcrumb li + li:before {
  content: "/";
  margin-right: .25rem;
}

/*側邊欄*/
#wrapper-sidebar {
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}

.wrapper-sidebar__menu-toggle {
  border: 1px solid #666;
  width: 100%;
}

.wrapper-sidebar__menu-toggle:hover {
  background-color: inherit;
  color: inherit;
  border-color: inherit;
}

.arrow-down {
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  font-size: 17px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.arrow-down:before {
  content: "\f107";
}

[aria-expanded="true"] .arrow-down {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.wrapper-sidebar__sidebar {
  min-height: 100vh;
}

.wrapper-sidebar__sidebar .list-group-item {
  padding-left: 0;
}

.wrapper-sidebar__sidebar .list-group-item:hover {
  color: rgba(51, 51, 51, 0.8);
}

.wrapper-sidebar__sidebar .dropdown-item {
  padding: .5rem 1rem;
  color: #333;
}

.wrapper-sidebar__sidebar .dropdown-item:hover {
  color: rgba(51, 51, 51, 0.7);
  background-color: transparent;
}

.list-group-item a {
  text-decoration: none;
  color: inherit;
}

.dropdown-item:active, .dropdown-item:focus {
  color: inherit;
  background-color: inherit;
}

@media (min-width: 768px) {
  .list-group {
    max-height: 1000px;
    overflow-y: auto;
  }
}

.btn-link {
	font-family: 'Noto Serif TC','微軟正黑體';
	position: fixed;
	right: 2rem;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 1px solid #666;
	background-color: #fff;
	opacity: 0.7;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	color: #666;
	font-size: 17px;
	line-height: 1;
	z-index: 1;
}

.btn-link:hover, .btn-link.active {
  text-decoration: none;
  opacity: 1;
  background-color: rgba(102, 102, 102, 0.6);
  color: #fff;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.btn-link:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.goTop-btn {
    bottom: calc(1rem + 48px);
}

.shopCart-btn {
  bottom: calc(1.25rem + 48px * 2);
}

.client-btn {
  bottom: calc(1.5rem + 48px * 3);
}
.shopQuotationBtn {
    bottom: calc(1.25rem + 48px * 2);
    right:85px;
}

.share.dropdown {
  position: relative;
}

.share button:hover {
  color: rgba(102, 102, 102, 0.7);
}

.share .dropdown-menu {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  background-color: transparent;
  border: none;
}

.share .dropdown-menu a {
  width: 40px;
  padding: 6px 12px;
  text-align: center;
  background-color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #666666;
}

.share .dropdown-menu a:hover {
  color: #fff;
  background-color: #666666;
}

/**/
img {
    /*
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;*/
}

.img-hover {
	overflow: hidden;
	/*height: 100%;*/
	cursor: pointer;
}

.img-hover:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: .7;
}

.page-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  letter-spacing: 0.2rem;
}

.page-title > span {
  font-size: .5rem;
  letter-spacing: normal;
  font-weight: 300;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.page-title .title, .page-title .page-title__title {
  padding: 2px 0 .8rem 0;
  position: relative;
}

.page-title .page-title__title:after {
  position: absolute;
  content: "";
  background-color: #333;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90%;
  height: 2px;
}

figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product {
  text-align: center;
  display: block;
}

.product .img-hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
}

.product__product-content {
  position: relative;
  padding-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product__product-content p {
  max-width: 80%;
}

.product .btn {
  position: absolute;
  right: 0;
  padding: 0 6px;
  line-height: 0;
}

.news-bg:before {
  position: absolute;
  content: "";
  background-color: #f2f2f2;
  width: 250px;
  height: 80%;
  max-width: 100%;
  bottom: 0;
  left: 0;
}

@media (max-width: 576px) {
  .news-bg:before {
    width: 100%;
    height: 50%;
  }
}

footer {
  background-color: #dbdbdb;
}

footer .footer-top, footer .footer-bottom {
  text-align: center;
}

footer .footer-top__item {
  margin-bottom: .5rem;
}

footer .footer-top__item.num span {
  position: relative;
}

footer .footer-top__item.num span + span:before {
  content: "/";
  margin-right: .25rem;
}

footer .footer__qr img {
  width: 120px;
}

footer .footer__qr__text {
  padding: 4px 0;
}

@media all and (max-width: 576px) {
  footer .footer__qr img {
    width: 90px;
  }
}

.rounded-border-icon {
  vertical-align: bottom;
  background-color: #666;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  margin: 0 4px;
  line-height: 2rem;
  display: inline-block;
  position: relative;
  text-align: center;
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.rounded-border-icon:hover {
  color: #666;
  background-color: #fff;
}

/*fancybox*/
@media all and (min-width: 768px) {
  .fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 95px;
    padding: 10px 10px 5px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 95px;
  }
}

/*checkbox自定義*/
label.checkbox-controller {
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
}

label.checkbox-controller input[type="checkbox"], label.checkbox-controller input[type="radio"] {
  position: absolute;
  left: -999em;
}

label.checkbox-controller input[type="checkbox"] + span:before, label.checkbox-controller input[type="radio"] + span:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  margin: -4px 0 0 0;
  vertical-align: middle;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 1px 2px 0px rgba(119, 119, 119, 0.3);
          box-shadow: inset 1px 1px 2px 0px rgba(119, 119, 119, 0.3);
  border-radius: 3px;
  background-color: #fff;
}

label.checkbox-controller input[type="checkbox"]:checked + span:before {
  content: "\f00c";
  color: rgba(102, 102, 102, 0.5);
  border: 1px solid rgba(102, 102, 102, 0.3);
  -webkit-box-shadow: 0px 0px 3px rgba(102, 102, 102, 0.8);
          box-shadow: 0px 0px 3px rgba(102, 102, 102, 0.8);
}

label.checkbox-controller input[type="radio"] + span:before {
  border-radius: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 1px 2px 0px rgba(119, 119, 119, 0.3);
          box-shadow: inset 1px 1px 2px 0px rgba(119, 119, 119, 0.3);
}

label.checkbox-controller input[type="radio"]:checked + span:before {
  content: "";
  background: rgba(102, 102, 102, 0.5);
  border-color: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 1px 2px white, 0px 0px 3px rgba(102, 102, 102, 0.8);
          box-shadow: inset 0 0 1px 2px white, 0px 0px 3px rgba(102, 102, 102, 0.8);
}

/*頁碼*/
.pagination ul {
  padding: 0;
}

@media (max-width: 768px) {
  .pagination ul {
    white-space: nowrap;
    overflow-x: auto;
    padding: 0;
    padding: 8px 0;
  }
}

.pagination ul li {
  display: inline-block;
}

.pagination__num a, .pagination__prev, .pagination__next {
  margin: 0 4px;
  display: inline-block;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 43px;
  height: 43px;
  text-align: center;
  line-height: 43px;
  border-radius: 100%;
  color: #666;
  -webkit-box-shadow: 0 0px 12px 0.8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 12px 0.8px rgba(0, 0, 0, 0.1);
}

.pagination__num:hover a,.pagination__num.active a, .pagination__prev:hover, .pagination__next:hover {
  color: #eee706;
  text-decoration: none;
  background-color: #666;
}


.pagination__prev, .pagination__next, .PagedList-skipToNext a, .PagedList-skipToPrevious a {
	background-color: #f6f6f6;
	color: #666;
	font-size: 17px;
	line-height: 43px;
	font-family: 'Noto Serif TC','微軟正黑體';
	text-align: center;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/*購物頁面*/
.add-to-cart:hover {
  background-color: #f6f6f6;
}

.product-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	width: 100%;
}

.product-nav.nav-tabs {
  border: none;
}

.product-nav .img-hover {
  display: block;
}

.product-nav .img-hover:hover {
  -webkit-box-shadow: inset 0px 0px 0 4px #666;
          box-shadow: inset 0px 0px 0 4px #666;
}

.product-nav .img-hover:hover img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.product-nav li:nth-child(even) {
  padding: 0 1rem;
}

.product-tab {
  margin-bottom: 1rem;
  cursor: pointer;
  width: 100%;
}

.product-tab img {
  width: 100%;
}

.product-details__price {
  font-weight: 800;
  font-size: 20px;
}

.buy-table .product-img img {
    width: 50px;
   /* height: 70px;*/
    overflow: hidden;
    padding: 4px;
}

.buy-blockquote {
    min-height: 116px;
    background-color: #eee;
}

@media (max-width: 768px) {
    .buy-table thead {
        display: none;
    }
}

@media (min-width: 768px) {
    .buy-table .product-quantity {
        width: 120px;
    }

    .buy-table .product-subtotal {
        width: 80px;
        overflow-x: auto;
    }
}

.product-details__input-quantity {
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.09);
  padding: 0;
  width:100%;
}

.product-details__input-quantity input {
  margin: 0;
  padding: 0;
  width: 50px;
  border: none;
  text-align: center;
  cursor: text;
  border-radius: 0;
}

.product-details__input-quantity button {
  border-radius: 2px;
  background: transparent;
  color: rgba(0, 0, 0, 0.8);
  width: 40px;
  height: 40px;
  line-height: 1;
  border-right: 1px solid rgba(0, 0, 0, 0.09);
  text-align: center;
}

.product-details__input-quantity button:last-child {
  border: none;
  border-left: 1px solid rgba(0, 0, 0, 0.09);
}

.fancybox-thumbs__list a:before {
  border-color: #fff;
}

.owl-carousel {
  position: relative;
}

.owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #eee;
  color: inherit;
  text-decoration: none;
}

.owl-theme .owl-nav [class*=owl-]:hover:focus {
  outline: none;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  height: 50px;
  width: 25px;
  line-height: 1;
  border-radius: 0;
  text-align: center;
  border: 1px solid #999;
  font-size: 2rem;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.owl-carousel .owl-nav button.owl-prev {
  margin-left: -5rem;
  border-left: none;
}

.owl-carousel .owl-nav button.owl-next {
  margin-right: -5rem;
  border-right: none;
}

.other-product-title {
  display: inline-block;
  border-radius: 5px 5px 0 0;
  border: 1px solid #999;
  border-bottom: none;
  padding: 6px 2rem;
  background-color: #e7e7e7;
}

.other-product {
  border: 1px solid #999;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.other-product .owl-carousel {
  width: calc(100% - 8rem);
}

.other-product .item {
  cursor: pointer;
}

.other-product__img {
  height: 120px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

p.other-product__name {
  color: #333;
  padding-bottom: 0;
  margin-bottom: 0;
  padding: 0;
}

.other-product__price {
  font-weight: 800;
  padding: 0;
  margin-bottom: 0;
}

/*Zoom*/
.zoom {
  display: inline-block;
  position: relative;
}

/* magnifying glass icon */
.zoom:after {
  content: '';
  display: block;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/icon.png);
}

.zoom img {
  display: block;
}

.zoom img::-moz-selection {
  background-color: transparent;
}

.zoom img::selection {
  background-color: transparent;
}

/*rwdtable*/
tfoot tr {
  background-color: rgba(102, 102, 102, 0.1);
}

.table-bordered td, .table-bordered th {
  border: none;
}

.table td, .table th {
  padding: .5rem;
  vertical-align: middle;
}

.table thead th {
  vertical-align: middle;
}

.table-rwd .product-img a, .table-rwd .check, .table-rwd .product-remove a {
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) {
  .table-rwd .check, .table-rwd .product-remove a, .table-rwd .product-img a,
  .table-rwd .product-price div, .table-rwd .product-subtotal div,
  .table-rwd .product-quantity {
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

    .table-rwd .product-name a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (max-width: 768px) {
  .table-rwd thead th {
    display: none;
  }
  .table-rwd thead th.checkAll {
    display: block;
  }
  .table-rwd {
    min-width: 100%;
  }
  tr.tr-only-hide {
    display: none !important;
  }
  .table-rwd tr {
    display: block;
    border: 1px solid #999;
    margin-top: 5px;
  }
  .card .table-rwd tr {
    border: none;
  }
  .table-rwd td {
    text-align: left;
    font-size: 15px;
    overflow: hidden;
    width: 100%;
    display: block;
  }
  .table-rwd td:before {
    content: attr(data-th) "";
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 10px;
  }
  .table-rwd.table-bordered td, .table-rwd.table-bordered th, .table-rwd.table-bordered {
    border: 0;
  }
  .table-rwd .product-quantity .d-flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .table-rwd .product-name a, .table-rwd .product-price div, .table-rwd .product-subtotal div {
    float: right;
    text-align: right;
  }
  .table-rwd .product-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .table-rwd .product-img a {
    width: 120px;
  }
  .table-rwd .product-img img {
    width: 100%;
    height: auto;
  }
}

.table-tr-hover tr {
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.table-tr-hover tr:hover {
  background-color: rgba(102, 102, 102, 0.1);
  text-decoration: underline !important;
}

/*購物車小畫面*/
.shopCart-card, .client-card {
  width: 400px;
  max-width: 100%;
  height: 100%;
  position: fixed;
  right: 0;
  bottom: calc(2rem + 48px * 2);
  max-height: 420px;
  z-index: 10;
  border: none;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.client-card {
  height: 100%;
  bottom: calc(2rem + 48px * 3);
  max-height: 420px;
}

.client-card .chat {
  max-height: 300px;
  overflow-y: auto;
}

.client-card .card-body {
  padding: 6px 1.25rem;
}

.client-card .form-group {
  margin-bottom: 6px;
}

.client-card input[type=text] {
  height: 30px;
}

@media (max-width: 768px) {
  .shopCart-card {
    opacity: 0;
    visibility: hidden;
  }
  .client-card {
    bottom: 0;
  }
  .client-card .chat {
    max-height: 200px;
    overflow-y: auto;
  }
}

.shopCart-card .btn-secondary:hover {
  padding: inherit;
}

.shopCart-card .card-footer {
  background-color: #fff;
}

.bubble:after {
  z-index: 20;
  position: absolute;
  content: "";
  bottom: -40px;
  right: 2.25rem;
  width: 0;
  height: 0;
  border-width: 20px;
  border-style: solid;
  border-top-color: #fff;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

.shopCart-card .product-img, .buy-table .product-img {
  width: 50px;
  height: 50px;
  overflow: hidden;
  padding: 4px;
}

.shopCart-card .product-name .ellipsis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ellipsis {
  position: relative;
}

.ellipsis:before {
  content: '&nbsp;';
  visibility: hidden;
}

.ellipsis > span {
  position: absolute;
  left: 0;
  right: 0;
  padding: 0 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.shopCart-card__num {
  padding: 0 4px;
  font-size: .5rem;
}

.box__content__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.box__content__top .ellipsis {
  width: 70%;
}

.news-box {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.news-box a {
  width: 100%;
}

.news-box:hover .news-box__content__title span {
  text-decoration: underline;
  color: rgba(102, 102, 102, 0.7);
}

.news-box:hover {
  opacity: .9;
}

.news-box__img {
  height: 300px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.news-box__img img {
  height: auto;
}

.news-box__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news-box__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #999;
  color: #fff;
  width: 30%;
  font-size: 2rem;
  height: calc(1rem * 4 * 1.42 + 20px + .5rem);
  margin-top: 1rem;
}

.news-box__date small {
  font-size: 1rem;
  color: #fff;
}

    .news-box__date .news-box__date-year {
        font-size: 18px;
    }

.news-box__content {
    padding: 1rem;
    width: 70%;
}

.news-box__content__p {
  height: calc(1rem * 4 * 1.42);
  overflow: hidden;
  position: relative;
}

.news-box__content__p:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, rgba(255, 255, 255, 0.6)), to(#fff));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 5%, #fff);
  width: 100%;
  height: 1rem;
}

.index-news .news-box__content__p:after {
  height: 0;
}

.index-news .news-box__date {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  height: calc(1rem * 2* 1.42 + 20px + .5rem);
  font-size: 1.8rem;
}

.index-news .news-box__date small {
  font-size: 1rem;
}

.index-news .news-box__content__p {
  height: calc(1rem * 2 * 1.42);
}

.index-news .news-box__img {
  height: 100%;
}

.article-list, .member-list {
				   
  border-radius: 4px;
  margin-bottom: 30px;
  font-size: 18px;
}

.article-list .card, .member-list .card {
  border-radius: 0px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-color: rgba(102, 102, 102, 0.7);
}

.article-list .card:hover, .article-list .card.active, .member-list .card:hover, .member-list .card.active {
  background-color: rgba(102, 102, 102, 0.6);
  color: #fff;
}

@media screen and (max-width: 768px) {
  .article-list {
    max-height: 70vh;
    overflow: auto;
  }
}

.order-detail, .login-btn, a.link {
  color: #666;
}

.order-detail:hover, .login-btn:hover, a.link:hover {
  text-decoration: underline;
}

.buy-blockquote {
  min-height: 116px;
  background-color: #eee;
}

.order-detail-delivery__title, .order-detail-payMay__title {
  display: inline-block;
  min-width: calc(1rem * 5);
  margin-right: 10px;
  text-align: right;
  vertical-align: top;
}

.tr-progress {
  position: relative;
}

.tr-progress__line {
  width: 2px;
  height: 100%;
  background-color: #eee;
  position: absolute;
  top: 0;
  left: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.tr-progress__group li {
  margin-bottom: 1rem;
}

.tr-progress__item {
  position: relative;
  width: calc(100% - 16px);
}

.tr-progress__item:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #eee;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: -16px;
}

.tr-progress__group li:first-child .tr-progress__item:before {
  background-color: tomato;
}
/*# sourceMappingURL=style.css.map */
.product-nav .img-fluid{
    max-height:100px;
}

.albumList .albumCoverImg{
    height: 250px;
    object-fit: contain;
    object-position: center;
}
.albumSubTitle{
    font-size: 14px;
    color: #7c7c7c;
}

@media (max-width: 992px){
    .navbar-nav__dropdown .scroll-wrapper {
        /*display: none !important;*/
    }
}
/*0201新增*/
.dropdownSitSet{
    -webkit-transition:all .3s;
    transition:all .3s;
    color:#000000;
    display: none ;
}

@media (max-width: 992px){
    .dropdownSitSet {
        position:absolute;
        right:10px;
        z-index:0;
        padding:5px;
        display: inline ;
    }
    .dropdownSitSet.active,.dropdownSitSet.active2{
        color: #eee706;
    }
    .parent>.dropdownSitSet{
        margin:0px
    }
}

/*相簿*/
#navbarCat {
    display: inline-flex;
}

#navbarCat .nav {
    flex-direction: row;
}

#navbarCat .nav-link {
    color: #333;
    background-color: #ffffff;
}
#navbarCat .scroll-wrapper {
    z-index: 99;
}

#navbarCat .dropdown-menu-scroll {
    width: auto;
    background-color: #fff;
    text-align: left;
}

#navbarCat .navbar-nav > li > .nav-link:after {
    background-color: #666666;
}

#navbarCat .nav-link:hover {
    border-bottom: 0px;
}
