@charset "UTF-8";
.contentBox .rightBox {
  transition: all 0.5s;
}

.lg-backdrop {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

/*products共用樣式---start*/
.mainArea {
  overflow: hidden;
  padding: 0;
}
.mainArea > .wrap {
  max-width: 1835px;
  margin-left: initial;
}
.mainArea.pod {
  overflow: initial;
}

.contentBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contentBox .leftBox {
  position: relative;
  width: 280px;
  padding: 70px 31px 103px 0;
}
.contentBox .leftBox::before {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  z-index: -1;
  width: calc(100% + 110px);
  height: 100%;
  border-top-right-radius: 40px;
  background-color: #eee;
}
@media (max-width: 1200px) {
  .contentBox .leftBox {
    width: 100%;
    padding: 50px 0 0;
  }
  .contentBox .leftBox::before {
    display: none;
  }
}
.contentBox .rightBox {
  width: calc(100% - 280px);
  padding: 50px 0 80px 35px;
}
.contentBox .rightBox.ajaxDisabled {
  opacity: 0.15;
  pointer-events: none;
}
@media (max-width: 1200px) {
  .contentBox .rightBox {
    width: 100%;
    padding: 30px 0 60px;
  }
}
@media (min-width: 1201px) {
  .contentBox .titleBox {
    margin-bottom: 52px;
  }
}

.sectionTitle {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 8px 8px 0 0;
  padding: 14px 15px;
  color: #fff;
  background-color: #009944;
  margin-bottom: 0;
  border-bottom: 0;
}
@media (max-width: 1200px) {
  .sectionTitle {
    display: none;
  }
}

.classBoxColumn {
  margin-bottom: 27px;
}
@media (max-width: 1200px) {
  .classBoxColumn {
    margin-bottom: 15px;
  }
}
.classBoxColumn.filter {
  z-index: 3;
}
@media (max-width: 1023px) {
  .classBoxColumn.filter {
    margin-bottom: 20px;
  }
}
.classBoxColumn.filter .classLink .linkHasItems.open + ul > li a {
  padding-left: 45px;
}
.classBoxColumn.filter .classLink .linkHasItems.open + ul > li a::before, .classBoxColumn.filter .classLink .linkHasItems.open + ul > li a::after {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #626262;
  background-color: #fff;
  border-radius: 3px;
  display: block;
  position: absolute;
  top: 50%;
  left: 16px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.classBoxColumn.filter .classLink .linkHasItems.open + ul > li a.selected {
  color: #009944;
}
.classBoxColumn.filter .classLink .linkHasItems.open + ul > li a.selected::before {
  border-color: #009944;
}
.classBoxColumn.filter .classLink .linkHasItems.open + ul > li a.selected::after {
  background-color: #009944;
  border-color: #009944;
}
.classBoxColumn.filter .classLink .linkHasItems.open + ul > li a.forbidden {
  background-color: rgba(248, 248, 248, 0.5);
  color: rgba(47, 47, 47, 0.3);
  pointer-events: none;
}
.classBoxColumn.filter .classLink .linkHasItems.open + ul > li a.forbidden::before, .classBoxColumn.filter .classLink .linkHasItems.open + ul > li a.forbidden::after {
  border-color: rgba(98, 98, 98, 0.1);
}
@media (min-width: 1201px) {
  .classBoxColumn .classLink {
    padding: 5px 15px 30px;
  }
  .classBoxColumn .classLink ul > li > a {
    padding: 3px 10px;
  }
}
.classBox.other {
  z-index: 3;
}
.classBox.other .classLink {
  border-radius: 8px;
}
.classBox.other .classLink ul li a {
  padding: 5px 10px;
}
@media (max-width: 1200px) {
  .classBox.other .classLink {
    display: block;
    position: relative;
    z-index: 0;
  }
  .classBox.other .classLink ul li a {
    padding: 14px 30px 14px 15px;
  }
}

.bread .wrap {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 40px;
}
.bread .wrap::before {
  width: 100%;
}

.classM1List {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -27px;
}
@media (max-width: 640px) {
  .classM1List {
    margin: 0 -12px;
  }
}
.classM1List .classM1Item {
  width: 20%;
  padding: 12px 27px 33px;
  margin-bottom: 24px;
  border-right: 1px solid #ccc;
}
.classM1List .classM1Item:last-child {
  border-right: 0;
}
.classM1List .classM1Item > a {
  display: block;
  font-size: 18px;
  font-weight: 700;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: #333;
}
@media (min-width: 1201px) {
  .classM1List .classM1Item > a:hover {
    color: #009944;
  }
}
@media (min-width: 1201px) {
  .classM1List .classM1Item:nth-child(5n+5) {
    border-right: 0;
  }
}
@media (min-width: 641px) and (max-width: 1200px) {
  .classM1List .classM1Item:nth-child(3n+3) {
    border-right: 0;
  }
}
@media (max-width: 1200px) {
  .classM1List .classM1Item {
    width: 33.3333333333%;
  }
}
@media (max-width: 640px) {
  .classM1List .classM1Item {
    width: 50%;
    padding: 12px 12px 33px;
  }
  .classM1List .classM1Item:nth-child(even) {
    border-right: 0;
  }
}

.classM2List {
  margin-top: 15px;
}
.classM2List .classM2Item {
  padding: 2px 0;
}
.classM2List .classM2Item > a {
  display: block;
  font-weight: 500;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: #5f5f5f;
}
@media (min-width: 1201px) {
  .classM2List .classM2Item > a:hover {
    color: #009944;
  }
}

.contactBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  min-height: 460px;
  padding: 14px 25px 22px;
  background: url(../images/products/contactBg.jpg) no-repeat center/cover;
}
.contactBox .title {
  font-size: 40px;
  font-weight: 700;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  letter-spacing: 2px;
  color: #fff;
}
@media (max-width: 1200px) {
  .contactBox .title {
    font-size: 25px;
  }
}
.contactBox .btn {
  max-width: 190px;
  width: 100%;
  margin-top: 34px;
}
.contactBox .btn a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  min-height: 43px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #fff;
  background-color: #009944;
}
@media (min-width: 1201px) {
  .contactBox .btn a:hover {
    background-color: #f08200;
  }
}

.sideBtnBox {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  z-index: 10;
}
@media (max-width: 1200px) {
  .sideBtnBox {
    display: none;
  }
}
.sideBtnBox .btn {
  margin: 6px 0;
}
.sideBtnBox .btn a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-align: center;
  min-width: 45px;
  min-height: 141px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  letter-spacing: 3px;
  padding: 16px 5px;
  color: #fff;
}
.sideBtnBox .btn a em {
  display: inline-block;
  -webkit-writing-mode: initial;
      -ms-writing-mode: initial;
          writing-mode: initial;
  letter-spacing: initial;
  margin-top: 2px;
}
.sideBtnBox .btn.compareBtn a {
  background-color: #009944;
}
@media (min-width: 1201px) {
  .sideBtnBox .btn.compareBtn a:hover {
    background-color: #007534;
  }
}
.sideBtnBox .btn.inquiryBtn a {
  background-color: #f08200;
}
@media (min-width: 1201px) {
  .sideBtnBox .btn.inquiryBtn a:hover {
    background-color: #cc6f00;
  }
}

/*products共用樣式---end*/
.packageBox {
  padding-top: 10px;
}
.packageBox .topBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 31px;
}
.packageBox .topBox .title {
  font-size: 24px;
  font-weight: 700;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: #333;
}
@media (max-width: 767px) {
  .packageBox .topBox .title {
    width: 100%;
  }
}
.packageBox .topBox .searchBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 767px) {
  .packageBox .topBox .searchBox {
    width: 100%;
    margin-top: 10px;
  }
}
.packageBox .topBox .searchTitle {
  font-size: 16px;
  font-weight: 700;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  letter-spacing: 0.2px;
  margin-right: 16px;
  color: #333;
}
.packageBox .topBox .listBox {
  position: relative;
}
.packageBox .topBox .classCurrent {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  pointer-events: auto;
  visibility: initial;
  cursor: pointer;
  width: 169px;
  min-height: 42px;
  padding: 10px 10px;
  opacity: 1;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #d8d8d8;
}
.packageBox .topBox .classCurrent::before {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 60%;
  right: 13px;
  border-style: solid;
  border-width: 6px 3px 0 3px;
  border-color: #333 transparent transparent transparent;
}
.packageBox .topBox .classLink {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 5px 0;
  background-color: #f5f5f5;
  border-bottom: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
}
.packageBox .topBox .classLink.open {
  display: block;
}
.packageBox .topBox .classLink a {
  display: block;
  font-size: 16px;
  padding: 5px 10px;
  color: #333;
}
.packageBox .topBox .classLink a.current {
  color: #009944;
}
@media (min-width: 1201px) {
  .packageBox .topBox .classLink a:hover {
    color: #009944;
  }
}
.packageBox .packageList {
  border-top: 4px solid #009944;
}
.packageBox .packageItem {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  padding: 11px 0 14px;
  background-color: #f4f4f4;
}
.packageBox .packageItem:not(:last-child):not(.topTitle) {
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
.packageBox .packageItem.topTitle {
  padding: 10px 0;
  background-color: #e2e2e2;
}
.packageBox .packageItem.topTitle .Img,
.packageBox .packageItem.topTitle .title,
.packageBox .packageItem.topTitle .specifications,
.packageBox .packageItem.topTitle .method {
  font-size: 16px;
  font-weight: 700;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: #333;
}
@media (max-width: 767px) {
  .packageBox .packageItem.topTitle {
    display: none;
  }
}
.packageBox .packageItem .Img,
.packageBox .packageItem .title,
.packageBox .packageItem .specifications,
.packageBox .packageItem .method {
  text-align: center;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .packageBox .packageItem .Img,
.packageBox .packageItem .title,
.packageBox .packageItem .specifications,
.packageBox .packageItem .method {
    padding: 10px;
  }
}
.packageBox .packageItem .Img {
  width: 21.2053571429%;
}
.packageBox .packageItem .Img img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  max-width: 265px;
  border-radius: 5px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .packageBox .packageItem .Img {
    -ms-flex-order: 2;
        order: 2;
    width: 100%;
  }
}
.packageBox .packageItem .title {
  width: 31.8452380952%;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.8px;
  color: #5f5f5f;
}
@media (min-width: 1441px) {
  .packageBox .packageItem .title {
    padding-right: 170px;
  }
}
@media (max-width: 767px) {
  .packageBox .packageItem .title {
    -ms-flex-order: 1;
        order: 1;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    color: #333;
  }
}
.packageBox .packageItem .specifications {
  width: 21.7261904762%;
}
.packageBox .packageItem .specifications a {
  display: inline-block;
}
@media (min-width: 1201px) {
  .packageBox .packageItem .specifications a:hover {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  }
}
.packageBox .packageItem .specifications img {
  display: block;
}
@media (max-width: 767px) {
  .packageBox .packageItem .specifications {
    -ms-flex-order: 3;
        order: 3;
    width: 100%;
    margin-left: initial;
  }
  .packageBox .packageItem .specifications::before {
    content: attr(data-title);
    display: block;
    font-size: 15px;
    font-weight: 500;
    font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    color: #333;
    margin-bottom: 5px;
  }
  .packageBox .packageItem .specifications img {
    padding-top: 5px;
  }
}
.packageBox .packageItem .method {
  width: 25.1488095238%;
  margin-left: auto;
}
.packageBox .packageItem .method a {
  display: block;
  color: #009944;
  padding: 3px 0;
}
@media (min-width: 1201px) {
  .packageBox .packageItem .method a:hover {
    color: #f08200;
  }
}
@media (max-width: 767px) {
  .packageBox .packageItem .method {
    -ms-flex-order: 4;
        order: 4;
    width: 100%;
    margin-left: initial;
  }
  .packageBox .packageItem .method::before {
    content: attr(data-title);
    display: block;
    font-size: 15px;
    font-weight: 500;
    font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    color: #333;
    margin-bottom: 5px;
  }
}

.packageTableBox {
  max-height: calc(100vh - 90px);
  overflow-x: auto;
}
.packageTableBox::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  background-color: #f1f1f1;
}
.packageTableBox::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #f1f1f1;
}
.packageTableBox::-webkit-scrollbar-thumb {
  background: #009944;
}
@media (max-width: 1200px) {
  .packageTableBox {
    max-height: calc(100vh - 65px);
  }
}
.packageTableBox .packageTableList {
  table-layout: fixed;
  width: 100%;
}
.packageTableBox thead {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
  background-color: #e2e2e2;
}
.packageTableBox th {
  padding: 10px;
  border-top: 4px solid #009944;
  font-size: 16px;
  font-weight: 700;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: #333;
}
.packageTableBox tbody tr {
  background-color: #f4f4f4;
}
.packageTableBox tbody tr:not(:last-child) td {
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
.packageTableBox td {
  padding: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.8px;
  color: #5f5f5f;
  vertical-align: middle;
}
.packageTableBox td .title {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.8px;
  color: #5f5f5f;
}
.packageTableBox td .method a {
  display: inline-block;
  color: #009944;
  padding: 3px 0;
}
@media (min-width: 1201px) {
  .packageTableBox td .method a:hover {
    color: #f08200;
  }
}
.packageTableBox .ImgBox {
  width: 285px;
}
.packageTableBox .ImgBox img {
  display: block;
  width: 100%;
}