@charset "UTF-8";
.compareBox .tableHeadItem .deleteBtn, .compareBox .tableHeadItem .ImgWrap img, .contentBox .rightBox, .filterInfoArea .catalogTableBox tbody td.pdf svg {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.listArea {
  padding: 120px 0 70px;
}
@media (max-width: 1180px) {
  .listArea {
    padding: 40px 0;
  }
}
.listArea .wrap {
  max-width: 1500px;
}

.filterTopArea {
  /* 搜尋 */
  /* 清除篩選 */
}
.filterTopArea .topBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border-bottom: solid 1px #e9eae7;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media (max-width: 1180px) {
  .filterTopArea .topBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.filterTopArea .topBox .leftBox {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1180px) {
  .filterTopArea .topBox .leftBox {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.filterTopArea .topBox .rightBox {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1180px) {
  .filterTopArea .topBox .rightBox {
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.filterTopArea .midBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 1180px) {
  .filterTopArea .midBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.filterTopArea .midBox .leftBox {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 1180px) {
  .filterTopArea .midBox .leftBox {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.filterTopArea .midBox .rightBox {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1180px) {
  .filterTopArea .midBox .rightBox {
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.filterTopArea .titleArtBox {
  margin: 0;
}
.filterTopArea .searchProductBox {
  background-color: #6db327;
  width: 450px;
  height: 45px;
  border-radius: 22px;
  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;
  padding: 0 30px;
}
@media (max-width: 1180px) {
  .filterTopArea .searchProductBox {
    width: 100%;
    padding: 0 15px;
    margin: 15px 0;
  }
}
.filterTopArea .searchProductBox .text {
  font-size: 16px;
  color: #fff;
  border-right: 1px solid #fff;
  padding-right: 30px;
  line-height: 1;
}
@media (max-width: 640px) {
  .filterTopArea .searchProductBox .text {
    font-size: 14px;
    padding: 0 10px 0 0px;
    width: 80px;
  }
}
.filterTopArea .searchProductBox input[type=text] {
  width: 100%;
  max-width: 260px;
  height: 45px;
  padding: 0 15px;
  border: none;
  color: #fff;
  text-align: center;
  font-size: 15px;
}
.filterTopArea .searchProductBox input[type=text]::-webkit-input-placeholder {
  color: #fff;
}
.filterTopArea .searchProductBox input[type=text]::-moz-placeholder {
  color: #fff;
}
.filterTopArea .searchProductBox input[type=text]:-ms-input-placeholder {
  color: #fff;
}
.filterTopArea .searchProductBox input[type=text]::-ms-input-placeholder {
  color: #fff;
}
.filterTopArea .searchProductBox input[type=text]::placeholder {
  color: #fff;
}
@media (max-width: 640px) {
  .filterTopArea .searchProductBox input[type=text] {
    max-width: auto;
    width: calc(100% - 80px);
  }
}
.filterTopArea .searchProductBox button {
  color: #fff;
  text-align: center;
}
.filterTopArea .searchProductBox button svg {
  width: 20px;
  height: 20px;
  display: block;
}
.filterTopArea .clearFilter {
  width: 260px;
  margin: 0 0 0 auto;
  background-color: #6db327;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 10px 30px;
  border-radius: 25px;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 1180px) {
  .filterTopArea .clearFilter {
    width: 100%;
    margin: 0;
  }
}
@media (min-width: 1201px) {
  .filterTopArea .clearFilter:hover {
    background-color: #004998;
  }
}

.filterArea {
  /* 篩選表格樣式*/
}
.filterArea .catalogTableBox {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-box-shadow: 0px 0px 17.52px 6.48px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 17.52px 6.48px rgba(0, 0, 0, 0.05);
}
.filterArea .catalogTableBox::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  background-color: #f1f1f1;
}
.filterArea .catalogTableBox::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #f1f1f1;
}
.filterArea .catalogTableBox::-webkit-scrollbar-thumb {
  background: #004998;
}
.filterArea .catalogTableBox::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.filterArea .catalogTableBox::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
.filterArea .catalogTableBox::-webkit-scrollbar-thumb {
  background: #004998;
  /*c1c1c1*/
  border: 0px solid #004998;
  /*c1c1c1*/
  border-radius: 10px;
}
.filterArea .catalogTableBox::-webkit-scrollbar-thumb:active {
  background-color: #004998;
  /*c1c1c1*/
}
.filterArea .catalogTableBox::-webkit-scrollbar-track {
  background: #dfdfdf;
  border: 0px none #ffffff;
  border-radius: 10px;
}
.filterArea .catalogTableBox::-webkit-scrollbar-track:hover {
  background: #dfdfdf;
}
.filterArea .catalogTableBox::-webkit-scrollbar-track:active {
  background: #dfdfdf;
}
.filterArea .catalogTableBox::-webkit-scrollbar-corner {
  background: transparent;
}
.filterArea .catalogTableBox.dragscroll table {
  cursor: move;
}
.filterArea .catalogTableBox table {
  border-radius: 0px;
  overflow: hidden;
  min-width: 100%;
  width: 100% !important;
}
.filterArea .catalogTableBox table .icon {
  width: 25px;
  height: 25px;
  margin: auto;
  fill: #fff;
}
.filterArea .catalogTableBox thead td {
  padding: 15px 30px 15px 30px;
  position: relative;
  white-space: nowrap;
  vertical-align: top;
  font-size: 15px;
  font-weight: 600;
}
.filterArea .catalogTableBox thead td::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #336dad;
}
.filterArea .catalogTableBox thead td.secondTop::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #336dad;
}
.filterArea .catalogTableBox thead td.first-col {
  text-align: left;
}
.filterArea .catalogTableBox thead td .unit {
  background-color: #6db327;
  border-radius: 14px;
  display: inline-block;
  vertical-align: middle;
  padding: 2px 10px;
  margin: 0 5px;
  font-size: 15px;
}
.filterArea .catalogTableBox .bgMain {
  background-color: #004998;
}
.filterArea .catalogTableBox .bgMain td {
  padding: 15px 25px 15px 25px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #fff;
  vertical-align: middle;
  text-align: center;
}
.filterArea .catalogTableBox .bgMain a {
  color: #fff;
}
.filterArea .catalogTableBox .sbox {
  padding: 20px 20px 30px 30px;
  overflow-y: auto;
  border-right: 1px solid #c2c2c2;
  height: 100%;
  vertical-align: top;
  /* 多選 */
  /* 滑稈 */
}
.filterArea .catalogTableBox .sbox .solutionList {
  width: 100%;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow-y: auto;
  white-space: nowrap;
  height: 240px;
}
.filterArea .catalogTableBox .sbox .solutionList::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  background-color: #f1f1f1;
}
.filterArea .catalogTableBox .sbox .solutionList::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #f1f1f1;
}
.filterArea .catalogTableBox .sbox .solutionList::-webkit-scrollbar-thumb {
  background: #004998;
}
.filterArea .catalogTableBox .sbox .solutionList .solutionItem {
  width: 100%;
  margin: 5px 0;
  /* 共用樣式 checkbox */
}
.filterArea .catalogTableBox .sbox .solutionList .solutionItem .txt {
  margin-left: 10px;
}
.filterArea .catalogTableBox .sbox .solutionList .solutionItem .checkStyle {
  width: 100%;
  position: relative;
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.filterArea .catalogTableBox .sbox .solutionList .solutionItem .checkStyle .dot {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #c2c2c2;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .filterArea .catalogTableBox .sbox .solutionList .solutionItem .checkStyle .dot {
    margin-right: 15px;
  }
}
@media (max-width: 480px) {
  .filterArea .catalogTableBox .sbox .solutionList .solutionItem .checkStyle .dot {
    margin-right: 10px;
    width: 20px;
    height: 20px;
  }
}
.filterArea .catalogTableBox .sbox .solutionList .solutionItem .checkStyle .dot:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 8.5px;
  height: 8.5px;
  margin: auto;
  -webkit-transform: scale(0);
          transform: scale(0);
  background-color: #6db327;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .filterArea .catalogTableBox .sbox .solutionList .solutionItem .checkStyle .dot:before {
   
    width: 10px;
    height: 10px;
  }
}
.filterArea .catalogTableBox .sbox .solutionList .solutionItem .checkStyle input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.filterArea .catalogTableBox .sbox .solutionList .solutionItem .checkStyle input[type=checkbox]:checked + span:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.filterArea .catalogTableBox .sbox .solutionList .solutionItem .checkStyle .txt {
  color: #3e3e3e;
  font-size: 16px;
}
.filterArea .catalogTableBox .sbox .solutionList .solutionItem.disabled {
  cursor: revert;
}
.filterArea .catalogTableBox .sbox .solutionList .solutionItem.disabled .checkStyle .dot {
  background-color: #e9ecef;
}
.filterArea .catalogTableBox .sbox .solutionList .solutionItem.disabled .checkStyle .txt {
  color: #adb5bd;
}
.filterArea .catalogTableBox .sbox .rangeBox {
  height: 245px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.filterArea .catalogTableBox .sbox .rangeBox .rangeBar {
  position: relative;
  padding: 8px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.filterArea .catalogTableBox .sbox .rangeBox .slider_process {
  height: 100%;
}
.filterArea .catalogTableBox .sbox .rangeBox .slider_process .noUi-base,
.filterArea .catalogTableBox .sbox .rangeBox .slider_process .noUi-connects {
  width: 6px;
}
.filterArea .catalogTableBox .sbox .rangeBox .slider_process .noUi-connects {
  cursor: pointer;
}
.filterArea .catalogTableBox .sbox .rangeBox .slider_process .noUi-connect {
  background: -webkit-gradient(linear, left top, left bottom, from(#6db327), to(#004998));
  background: linear-gradient(to bottom, #6db327, #004998);
}
.filterArea .catalogTableBox .sbox .rangeBox .slider_process.noUi-target {
  width: 7px;
}
.filterArea .catalogTableBox .sbox .rangeBox .slider_process.noUi-target .noUi-handle {
  cursor: pointer;
  width: 14px;
  height: 14px;
  top: -5px;
  right: -4px;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 50%;
  border: 0;
  -webkit-box-shadow: 0px 0px 5.16px 0.84px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 5.16px 0.84px rgba(0, 0, 0, 0.16);
}
.filterArea .catalogTableBox .sbox .rangeBox .slider_process.noUi-target .noUi-handle::before {
  display: none;
}
.filterArea .catalogTableBox .sbox .rangeBox .slider_process.noUi-target .noUi-handle::after {
  display: none;
}
.filterArea .catalogTableBox .sbox .rangeBox .slider_process.noUi-target .noUi-tooltip {
  right: auto;
  left: 120%;
  font-size: 12px;
  padding: 2px 3px;
  border: none;
  display: none;
}
.filterArea .catalogTableBox .sbox .rangeBox .slider_process.noUi-target .noUi-active .noUi-tooltip {
  display: block;
}
.filterArea .catalogTableBox .sbox .rangeBox .slider_process.noUi-target {
  width: 6px;
  background-color: #c0c0c0;
  border: none;
}
.filterArea .catalogTableBox .sbox .rangeBox .rangeInput {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 5px;
}
.filterArea .catalogTableBox .sbox .rangeBox .rangeInput input {
  max-width: 58px;
  color: #6a6a6a;
  font-size: 13px;
  border: 1px solid #dddddd;
  background-color: #fff;
  padding: 0 5px;
  border-radius: 23px;
  text-align: center;
}
.filterArea .catalogTableBox .sbox .rangeBox.disabled .slider_process {
  pointer-events: none;
}
.filterArea .catalogTableBox .sbox .rangeBox.disabled .slider_process .noUi-connect {
  background: rgba(44, 76, 84, 0.168627451) !important;
}
.filterArea .catalogTableBox .sbox .rangeBox.disabled .rangeInput input {
  border: 1px solid #e9ecef;
  background-color: #e9ecef;
  color: #adb5bd;
}

.filterInfoArea {
  width: 100%;
  padding-top: 100px;
  position: relative;
  /* 篩選結果表格樣式*/
}
.filterInfoArea .catalogTopBox {
  width: 100%;
  padding: 30px 0 30px;
}
@media (max-width: 1180px) {
  .filterInfoArea .catalogTopBox {
    top: 0;
    position: relative;
  }
}
.filterInfoArea .catalogTopBox .topBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media (max-width: 1180px) {
  .filterInfoArea .catalogTopBox .topBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.filterInfoArea .catalogTopBox .topBox .leftBox {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1180px) {
  .filterInfoArea .catalogTopBox .topBox .leftBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.filterInfoArea .catalogTopBox .topBox .rightBox {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1180px) {
  .filterInfoArea .catalogTopBox .topBox .rightBox {
    margin: 0 auto;
  }
}
@media (max-width: 960px) {
  .filterInfoArea .catalogTopBox .topBox .rightBox {
    width: 60%;
    margin: 0 auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 490px) {
  .filterInfoArea .catalogTopBox .topBox .rightBox {
    width: 100%;
  }
}
.filterInfoArea .catalogTopBox .topBox .titleArtBox {
  width: auto;
  padding-right: 40px;
}
@media (max-width: 1180px) {
  .filterInfoArea .catalogTopBox .topBox .titleArtBox {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 1180px) {
  .filterInfoArea .catalogTopBox .topBox .pageInfoBox {
    margin: 20px auto 0;
  }
}
.filterInfoArea .catalogBottomBox {
  position: relative;
  width: 100%;
  background-color: #fff;
}
.filterInfoArea .titleArtBox {
  width: 100%;
  margin: 0;
}
.filterInfoArea .titleArtBox .subTitleTw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 22px;
  color: #3e3e3e;
  font-weight: 500;
  width: 100%;
  line-height: 1;
}
@media (max-width: 1180px) {
  .filterInfoArea .titleArtBox .subTitleTw {
    -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;
    margin-bottom: 10px;
  }
}
@media (max-width: 640px) {
  .filterInfoArea .titleArtBox .subTitleTw {
    font-size: 18px;
  }
}
@media (max-width: 390px) {
  .filterInfoArea .titleArtBox .subTitleTw {
    font-size: 16px;
  }
}
.filterInfoArea .titleArtBox .subTitleTw .left {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 2px solid #3e3e3e;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1180px) {
  .filterInfoArea .titleArtBox .subTitleTw .left {
    border-right: unset;
    margin: 0 0 10px 0;
    padding: 0;
  }
}
.filterInfoArea .titleArtBox .subTitleTw .right {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filterInfoArea .titleArtBox .subTitleTw .classTw {
  margin-right: 10px;
}
.filterInfoArea .titleArtBox .subTitleTw .num {
  padding: 6px 12px;
  border-radius: 3px;
  background-color: #004998;
  color: #fff;
  font-size: 22px;
  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;
  margin: 0 5px;
}
.filterInfoArea .titleArtBox .subTitleEn {
  font-size: 30px;
  color: #004998;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  margin-top: 5px;
}
@media (max-width: 1180px) {
  .filterInfoArea .titleArtBox .subTitleEn {
    -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;
    font-size: 22px;
    display: none;
  }
}
.filterInfoArea .titleArtBox .subTitleEn .classEn {
  margin-right: 10px;
}
.filterInfoArea .btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0 30px;
}
@media (max-width: 1180px) {
  .filterInfoArea .btnBox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 30px 0 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.filterInfoArea .btnBox .headerIconBtn {
  position: relative;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 30px;
}
@media (max-width: 1180px) {
  .filterInfoArea .btnBox .headerIconBtn {
    width: 50%;
    margin: 10px 0;
  }
}
@media (min-width: 1181px) {
  .filterInfoArea .btnBox .headerIconBtn:not(:nth-last-child(1)) {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 1180px) {
  .filterInfoArea .btnBox .headerIconBtn:not(:nth-last-child(2n)) {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.filterInfoArea .btnBox .headerIconBtn .txt {
  width: 100%;
  margin-top: 10px;
  text-align: center;
}
.filterInfoArea .btnBox .headerIconBtn .txt.header {
  display: none;
}
.filterInfoArea .btnBox .headerIconBtn .txt.float {
  display: none;
}
.filterInfoArea .btnBox .headerIconBtn .icon {
  width: 30px;
  margin: 0 auto;
}
.filterInfoArea .btnBox .headerIconBtn .icon svg {
  width: 30px;
  height: 30px;
  display: block;
}
.filterInfoArea .btnBox .headerIconBtn .num {
  width: 22px;
  height: 22px;
  background-color: #6db327;
  border-radius: 50%;
  font-size: 12px;
  color: #fff;
  margin-left: 5px;
  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;
  position: absolute;
  top: 0;
  right: 30px;
}
.filterInfoArea .catalogBox {
  position: relative;
  width: 100%;
}
.filterInfoArea .catalogBox::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  background-color: #f1f1f1;
}
.filterInfoArea .catalogBox::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #f1f1f1;
}
.filterInfoArea .catalogBox::-webkit-scrollbar-thumb {
  background: #004998;
}
.filterInfoArea .catalogTableBox {
  position: relative;
  white-space: nowrap;
  -webkit-box-shadow: 0px 0px 17.52px 6.48px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 17.52px 6.48px rgba(0, 0, 0, 0.05);
  width: 100% !important;
  height: 500px;
  min-width: 100%;
  overflow-x: auto;
  width: 100%;
}
.filterInfoArea .catalogTableBox::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  background-color: #f1f1f1;
}
.filterInfoArea .catalogTableBox::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #f1f1f1;
}
.filterInfoArea .catalogTableBox::-webkit-scrollbar-thumb {
  background: #004998;
}
.filterInfoArea .catalogTableBox::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.filterInfoArea .catalogTableBox::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
.filterInfoArea .catalogTableBox::-webkit-scrollbar-thumb {
  background: #004998;
  /*c1c1c1*/
  border: 0px solid #004998;
  /*c1c1c1*/
  border-radius: 10px;
}
.filterInfoArea .catalogTableBox::-webkit-scrollbar-thumb:active {
  background-color: #004998;
  /*c1c1c1*/
}
.filterInfoArea .catalogTableBox::-webkit-scrollbar-track {
  background: #dfdfdf;
  border: 0px none #ffffff;
  border-radius: 10px;
}
.filterInfoArea .catalogTableBox::-webkit-scrollbar-track:hover {
  background: #dfdfdf;
}
.filterInfoArea .catalogTableBox::-webkit-scrollbar-track:active {
  background: #dfdfdf;
}
.filterInfoArea .catalogTableBox::-webkit-scrollbar-corner {
  background: transparent;
}
.filterInfoArea .catalogTableBox.dragscroll table {
  cursor: move;
}
.filterInfoArea .catalogTableBox table {
  position: relative;
  width: 100% !important;
}
.filterInfoArea .catalogTableBox table .icon {
  width: 25px;
  height: 25px;
  margin: auto;
  fill: #fff;
}
.filterInfoArea .catalogTableBox .dataTables_scrollHead {
  position: sticky !important;
  top: 0;
  left: 0;
  z-index: 99;
}
.filterInfoArea .catalogTableBox thead {
  position: relative;
}
.filterInfoArea .catalogTableBox thead.sticky {
  position: sticky !important;
  top: 0;
  z-index: 98;
  background-color: rgba(0, 73, 152, 0);
}
.filterInfoArea .catalogTableBox thead td {
  padding: 15px 30px 15px 30px;
  position: relative;
  white-space: nowrap;
  vertical-align: top;
  font-size: 15px;
  font-weight: 600;
}
@media (max-width: 1536px) {
  .filterInfoArea .catalogTableBox thead td {
    top: 0;
  }
}
.filterInfoArea .catalogTableBox thead td::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #336dad;
}
.filterInfoArea .catalogTableBox thead td.secondTop::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #336dad;
}
.filterInfoArea .catalogTableBox thead td.first-col {
  text-align: left;
  z-index: 99;
  left: 0;
  position: sticky;
  background-color: #004998;
}
.filterInfoArea .catalogTableBox thead td .unit {
  background-color: #6db327;
  border-radius: 14px;
  display: inline-block;
  vertical-align: middle;
  padding: 2px 10px;
  margin: 0 5px;
  font-size: 15px;
}
.filterInfoArea .catalogTableBox tbody {
  /* checkStyle */
}
.filterInfoArea .catalogTableBox tbody tr {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.filterInfoArea .catalogTableBox tbody tr:nth-child(even) {
  background-color: #f4f4f4;
}
.filterInfoArea .catalogTableBox tbody tr:nth-child(even) td {
  background-color: #f4f4f4;
}
@media (min-width: 1201px) {
  .filterInfoArea .catalogTableBox tbody tr:hover {
    background-color: rgba(109, 179, 39, 0.2) !important;
  }
  .filterInfoArea .catalogTableBox tbody tr:hover td {
    background-color: rgba(109, 179, 39, 0.2) !important;
  }
}
.filterInfoArea .catalogTableBox tbody td {
  padding: 10px 25px 10px 25px;
  text-align: center;
}
.filterInfoArea .catalogTableBox tbody td:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
}
.filterInfoArea .catalogTableBox tbody td.first-col {
  text-align: left;
  position: relative;
  position: sticky;
  left: 0px;
  z-index: 2;
  background-color: #fff;
}
.filterInfoArea .catalogTableBox tbody td.first-col::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #c2c2c2;
}
.filterInfoArea .catalogTableBox tbody td.first-col .title {
  position: relative;
  display: inline-block;
}
.filterInfoArea .catalogTableBox tbody td.sticky {
  position: sticky;
  left: 0px;
  z-index: 1;
}
.filterInfoArea .catalogTableBox tbody td.pdf {
  cursor: pointer;
}
@media (min-width: 1201px) {
  .filterInfoArea .catalogTableBox tbody td.pdf:hover svg {
    color: #6db327;
  }
}
.filterInfoArea .catalogTableBox tbody .checkStyle {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.filterInfoArea .catalogTableBox tbody .checkStyle.disabled {
  cursor: revert;
}
.filterInfoArea .catalogTableBox tbody .checkStyle.disabled .dot {
  background-color: #f8f8f8;
}
.filterInfoArea .catalogTableBox tbody .checkStyle.disabled .txt {
  color: #cfcfcf;
}
.filterInfoArea .catalogTableBox tbody .checkStyle .dot {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #c2c2c2;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .filterInfoArea .catalogTableBox tbody .checkStyle .dot {
    margin-right: 15px;
  }
}
@media (max-width: 480px) {
  .filterInfoArea .catalogTableBox tbody .checkStyle .dot {
    margin-right: 10px;
    width: 20px;
    height: 20px;
  }
}
.filterInfoArea .catalogTableBox tbody .checkStyle .dot:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 8.5px;
  height: 8.5px;
  margin: auto;
  -webkit-transform: scale(0);
          transform: scale(0);
  background-color: #6db327;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .filterInfoArea .catalogTableBox tbody .checkStyle .dot:before {
    
    width: 10px;
    height: 10px;
  }
}
.filterInfoArea .catalogTableBox tbody .checkStyle input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.filterInfoArea .catalogTableBox tbody .checkStyle input[type=checkbox]:checked + span:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.filterInfoArea .catalogTableBox tbody .fileList {
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -10px);
          transform: translate(-50%, -10px);
  padding: 10px;
  width: 120px;
  background-color: #ddd;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
}
.filterInfoArea .catalogTableBox tbody .fileList.show {
  pointer-events: auto;
  opacity: 1;
}
.filterInfoArea .catalogTableBox tbody .fileList::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #ddd transparent transparent transparent;
}
.filterInfoArea .catalogTableBox tbody .fileList.reverseList {
  top: 100%;
  bottom: auto;
  -webkit-transform: translate(-50%, 10px);
          transform: translate(-50%, 10px);
}
.filterInfoArea .catalogTableBox tbody .fileList.reverseList::before {
  top: auto;
  bottom: 100%;
  border-width: 0px 6px 8px 6px;
  border-color: transparent transparent #ddd transparent;
}
.filterInfoArea .catalogTableBox tbody .fileItem a {
  padding: 2px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  color: #000;
}
.filterInfoArea .catalogTableBox tbody .fileItem i {
  margin-right: 5px;
}
.filterInfoArea .catalogTableBox .bgMain {
  background-color: #004998;
}
.filterInfoArea .catalogTableBox .bgMain td {
  padding: 15px 25px 15px 25px;
  font-size: 18px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #fff;
  vertical-align: middle;
  text-align: center;
}
.filterInfoArea .catalogTableBox .bgMain a {
  color: #fff;
}
.filterInfoArea .catalogTableBox label {
  cursor: pointer;
  display: block;
}

.contentBox .rightBox.ajaxDisabled {
  opacity: 0.15;
  pointer-events: none;
}

.noData {
  color: #2f2f2f;
  font-size: 16px;
  letter-spacing: 0.05rem;
  line-height: 1.5;
}

.insIntroBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media (max-width: 767px) {
  .insIntroBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.insIntroBox .leftBox {
  width: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.insIntroBox .leftBox .Img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.insIntroBox .leftBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.insIntroBox .rightBox {
  width: 67%;
  padding: 0 50px;
}
.insIntroBox .albumBox {
  width: 100%;
}

.specTableBox .specTable {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.specTableBox .specTable .specTableRow {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.specTableBox .specTable .specTableRowHead {
  background-color: #004998;
}
.specTableBox .specTable .specTableRowHead .specTableColumn {
  color: #fff;
  font-size: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px 15px;
}
@media (max-width: 1024px) {
  .specTableBox .specTable .specTableRowHead .specTableColumn {
    padding: 10px 12px;
  }
}
.specTableBox .specTable .specTableRowContent:nth-child(odd) {
  background-color: #f8f8f8;
}
.specTableBox .specTable .specTableRowContent:last-child .specTableColumn {
  border-bottom: none;
}
.specTableBox .specTable .specTableRowContent .specTableColumn {
  font-size: 14px;
  padding: 15px;
}
.specTableBox .specTable .specTableRowContent .specTableColumn:first-child {
  color: #000;
  font-weight: 500;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
}
.specTableBox .specTable .specTableRowContent .specTableColumn:not(:first-child) {
  color: #4a4a4a;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1024px) {
  .specTableBox .specTable .specTableRowContent .specTableColumn {
    padding: 10px 12px;
  }
  .specTableBox .specTable .specTableRowContent .specTableColumn:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
            flex: 0 0 160px;
  }
}
@media (max-width: 640px) {
  .specTableBox .specTable .specTableRowContent .specTableColumn:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
  }
}
.specTableBox .btnBox {
  margin-top: 30px;
}

.compareArea {
  padding: 80px 0;
}
.compareArea .topBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border-bottom: solid 1px #e9eae7;
  padding-bottom: 30px;
  margin-bottom: 50px;
}
.compareArea .topBox .titleBox {
  margin: 0;
}
.compareArea .topBox .btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1180px) {
  .compareArea .topBox .btnBox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 30px 0 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.compareArea .topBox .btnBox .headerIconBtn {
  position: relative;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 30px;
}
@media (max-width: 1180px) {
  .compareArea .topBox .btnBox .headerIconBtn {
    width: 50%;
    margin: 10px 0;
  }
}
@media (min-width: 1181px) {
  .compareArea .topBox .btnBox .headerIconBtn:not(:nth-last-child(1)) {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 1180px) {
  .compareArea .topBox .btnBox .headerIconBtn:not(:nth-last-child(2n)) {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.compareArea .topBox .btnBox .headerIconBtn .txt {
  width: 100%;
  margin-top: 10px;
  text-align: center;
}
.compareArea .topBox .btnBox .headerIconBtn .txt.header {
  display: none;
}
.compareArea .topBox .btnBox .headerIconBtn .txt.float {
  display: none;
}
.compareArea .topBox .btnBox .headerIconBtn .icon {
  width: 30px;
  margin: 0 auto;
}
.compareArea .topBox .btnBox .headerIconBtn .icon svg {
  width: 30px;
  height: 30px;
  display: block;
}
.compareArea .topBox .btnBox .headerIconBtn .num {
  width: 22px;
  height: 22px;
  background-color: #6db327;
  border-radius: 50%;
  font-size: 12px;
  color: #fff;
  margin-left: 5px;
  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;
  position: absolute;
  top: 0;
  right: 30px;
}

.compareBox {
  width: 100%;
  position: relative;
}
.compareBox .note {
  text-align: center;
  padding: 20px 0;
}
.compareBox .tableWrap {
  width: 100%;
  overflow: auto;
}
.compareBox .tableWrap.dragscroll {
  cursor: move;
}
.compareBox .tableWrap.dragscroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  background-color: #f1f1f1;
}
.compareBox .tableWrap.dragscroll::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #f1f1f1;
}
.compareBox .tableWrap.dragscroll::-webkit-scrollbar-thumb {
  background: #004998;
}
.compareBox .compareTable {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 20px;
  text-align: center;
  position: relative;
  border-top: solid 1px #e9eae7;
  border-left: solid 1px #e9eae7;
  border-right: solid 1px #e9eae7;
}
.compareBox [scope=row] {
  width: 200px;
  min-width: 120px;
  background-color: #f1f1f1;
  vertical-align: middle;
  font-weight: 400;
}
.compareBox .stickyField {
  position: sticky;
  z-index: 2;
  left: 0;
  top: auto;
}
.compareBox th,
.compareBox td {
  padding: 5px 10px;
}
.compareBox th:not(:last-child),
.compareBox td:not(:last-child) {
  border-right: 1px solid #ccc;
}
.compareBox tbody tr {
  border-top: 1px solid #ccc;
}
.compareBox tbody tr:nth-child(odd) {
  background-color: #f4f4f4;
}
.compareBox tbody .tdContent {
  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;
  min-height: 60px;
}
.compareBox .tableHeadWrap {
  counter-reset: index;
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 3;
}
.compareBox .tableHeadItem {
  min-width: 200px;
  counter-increment: index;
  position: relative;
  padding: 10px 20px;
}
.compareBox .tableHeadItem::before {
  content: counter(index, decimal-leading-zero);
  display: block;
  padding: 10px 0;
}
.compareBox .tableHeadItem .ImgWrap {
  width: 100%;
  max-width: 200px;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}
.compareBox .tableHeadItem .ImgWrap img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (min-width: 1201px) {
  .compareBox .tableHeadItem .ImgWrap:hover img {
    opacity: 0.8;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.compareBox .tableHeadItem .title {
  width: 100%;
  color: #333;
  display: block;
  line-height: 1.5;
  letter-spacing: 1px;
  margin: 10px 0;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.compareBox .tableHeadItem .title a {
  display: block;
}
.compareBox .tableHeadItem .deleteBtn {
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  color: #333;
  font-size: 18px;
  outline: none;
  padding: 0;
  position: absolute;
  top: 5px;
  right: 0;
  z-index: 1;
}
@media (min-width: 1201px) {
  .compareBox .tableHeadItem .deleteBtn:hover {
    color: #004998;
  }
}
.compareBox .btnBox {
  padding-top: 30px;
}