@charset "UTF-8";
.resultContent .filterList .checkLabel .labelText::before, .resultContent .filterList .filterCategoryTitle::after, .resultContent .filterList .filterCategoryTitle::before, .resultContent .categoryBox .categoryItem a::before, .searchContent .conditionBox .titleBox .link::after {
  transition: all 0.5s;
}

.resultContent .filterList .checkLabel .labelText::after {
  transition: all 0.75s;
}

.searchContent {
  background-color: #f3f5f7;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
  padding: 50px 100px;
  position: relative;
  margin-bottom: 70px;
}
@media (max-width: 1480px) {
  .searchContent {
    padding: 40px 60px;
  }
}
@media (max-width: 1180px) {
  .searchContent {
    padding: 40px 30px;
  }
}
@media (max-width: 960px) {
  .searchContent {
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .searchContent {
    padding: 40px 20px;
  }
}
@media (max-width: 400px) {
  .searchContent {
    margin: 0 -20px;
  }
}
.searchContent::before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 100px);
  background-color: #ccc;
  position: absolute;
  top: 50px;
  left: 560px;
  bottom: auto;
  right: auto;
}
@media (max-width: 1480px) {
  .searchContent::before {
    left: 520px;
  }
}
@media (max-width: 1280px) {
  .searchContent::before {
    left: 500px;
  }
}
@media (max-width: 1180px) {
  .searchContent::before {
    left: 310px;
  }
}
@media (max-width: 960px) {
  .searchContent::before {
    display: none;
  }
}
.searchContent .tab {
  width: 460px;
  padding-right: 75px;
  margin-top: 0;
}
.searchContent .tab .tabItem a.current {
  color: #0070e6;
}
@media (max-width: 1280px) {
  .searchContent .tab {
    width: 440px;
    padding-right: 40px;
  }
}
@media (max-width: 1180px) {
  .searchContent .tab {
    width: 280px;
  }
}
@media (max-width: 960px) {
  .searchContent .tab {
    width: 100%;
    padding-right: 0;
  }
}
.searchContent .conditionBox {
  width: calc(100% - 460px);
  border-top: none;
  padding-top: 0;
  padding-left: 75px;
  padding-bottom: 0;
}
.searchContent .conditionBox .titleBox {
  border-bottom: 1px solid #ccc;
  padding: 15px 55px 15px 0;
  padding-left: 55px;
  position: relative;
}
.searchContent .conditionBox .titleBox::before {
  border-radius: 50%;
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  background-color: #0070e6;
  position: absolute;
  top: 50%;
  left: 0;
  bottom: auto;
  right: auto;
  transform: translateY(-50%);
}
.searchContent .conditionBox .titleBox::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 12px;
  bottom: auto;
  right: auto;
  transform: translateY(-50%) rotate(45deg);
}
.searchContent .conditionBox .titleBox .listTitleStyle {
  margin-top: -2px;
  line-height: 1;
}
.searchContent .conditionBox .titleBox .link {
  font-family: "Inter", sans-serif;
  color: #666;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.64px;
  line-height: 1.375;
  position: relative;
  text-decoration: underline;
}
@media (max-width: 1180px) {
  .searchContent .conditionBox .titleBox .link {
    font-size: 15px;
  }
}
.searchContent .conditionBox .titleBox .link::after {
  background-image: url(../png/icon_link2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: contrast(0);
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: transparent;
  display: inline-block;
  margin-left: 5px;
  transform: translateY(3px);
}
@media (min-width: 1181px) {
  .searchContent .conditionBox .titleBox .link:hover {
    color: #0070e6;
  }
  .searchContent .conditionBox .titleBox .link:hover::after {
    filter: none;
  }
}
@media (max-width: 480px) {
  .searchContent .conditionBox .titleBox {
    padding-left: 48px;
  }
}
@media (max-width: 1280px) {
  .searchContent .conditionBox {
    width: calc(100% - 440px);
    padding-left: 40px;
  }
}
@media (max-width: 1180px) {
  .searchContent .conditionBox {
    width: calc(100% - 280px);
  }
}
@media (max-width: 960px) {
  .searchContent .conditionBox {
    width: 100%;
    padding-left: 0;
    padding-top: 40px;
  }
  .searchContent .conditionBox .titleBox {
    padding-top: 17px;
  }
}

.formList {
  padding-top: 20px;
}
.formList .formItem {
  display: flex;
  align-items: flex-start;
  padding-bottom: 20px;
}
@media (max-width: 840px) {
  .formList .formItem {
    padding-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .formList .formItem {
    flex-wrap: wrap;
  }
}
.formList .formItem:last-of-type {
  padding-bottom: 0;
}
.formList .formItem .leftBox {
  width: 180px;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1.3px;
  line-height: 44px;
}
@media (max-width: 1180px) {
  .formList .formItem .leftBox {
    font-size: 21px;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .formList .formItem .leftBox {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .formList .formItem .leftBox {
    font-size: 20px;
  }
}
.formList .formItem .rightBox {
  width: calc(100% - 180px);
  position: relative;
}
.formList .formItem .rightBox::before {
  content: "";
  border-bottom: 2px solid #222;
  border-right: 2px solid #222;
  display: block;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 7px);
  left: auto;
  bottom: auto;
  right: 20px;
  z-index: 2;
}
@media (max-width: 768px) {
  .formList .formItem .rightBox {
    width: 100%;
  }
}
.formList .formItem .rightBox.radioBox {
  display: flex;
  align-items: center;
  align-self: center;
  gap: 15px;
}
@media (max-width: 768px) {
  .formList .formItem .rightBox.radioBox {
    padding: 5px 0;
  }
}
.formList .formItem .rightBox.radioBox::before, .formList .formItem .rightBox.radioBox::after {
  display: none;
}
.formList .formItem .rightBox.radioBox .radioItem {
  display: flex;
  align-items: center;
  gap: 6px;
}
.formList .formItem .rightBox.radioBox .radio {
  width: 18px;
  height: 18px;
  margin: 0;
}
.formList .formItem .rightBox.radioBox label {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.formList .formItem select {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #666;
  display: block;
  height: 44px;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.68px;
  line-height: 44px;
  width: 100%;
  padding: 0 36px 0 16px;
  position: relative;
  /*移除箭頭樣式*/
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.formList .formItem input {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #666;
  display: block;
  height: 44px;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.68px;
  line-height: 44px;
  width: 100%;
  padding: 0 16px;
  position: relative;
}
@media (max-width: 400px) {
  .formList .formItem input {
    padding: 0 10px;
  }
}
.formList .formItem input::-moz-placeholder {
  color: #aaa;
}
.formList .formItem input::placeholder {
  color: #aaa;
}
@media (max-width: 400px) {
  .formList .formItem input::-moz-placeholder {
    font-size: 14px;
    letter-spacing: 0;
  }
  .formList .formItem input::placeholder {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.formList .formItem .buttonBox {
  margin-top: 10px;
  margin-left: auto;
}
.formList .formItem .select2-container {
  display: block;
}
.formList .formItem .select2-selection {
  height: 44px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
}
.formList .formItem .select2-selection .select2-selection__rendered {
  color: #666;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.68px;
  line-height: 44px;
  padding: 0 36px 0 16px;
}
.formList .formItem .select2-selection__arrow {
  display: none;
}

.select2-search__field {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.68px;
  line-height: 24px;
}

.select2-results__option {
  font-family: "Inter", sans-serif;
}

.resultContent {
  border-top: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
  margin-top: 35px;
  padding-top: 60px;
}
@media (max-width: 1180px) {
  .resultContent {
    margin-top: 20px;
    padding-top: 40px;
  }
}
@media (max-width: 640px) {
  .resultContent {
    margin-top: 10px;
    padding-top: 30px;
  }
}
.resultContent .leftContent {
  width: 360px;
  padding-right: 60px;
}
@media (max-width: 1480px) {
  .resultContent .leftContent {
    width: 300px;
    padding-right: 40px;
  }
}
@media (max-width: 1180px) {
  .resultContent .leftContent {
    width: 100%;
    padding-right: 0;
  }
}
.resultContent .rightContent {
  width: calc(100% - 360px);
}
@media (max-width: 1480px) {
  .resultContent .rightContent {
    width: calc(100% - 300px);
  }
}
@media (max-width: 1180px) {
  .resultContent .rightContent {
    width: 100%;
  }
}
.resultContent .categoryBox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 60px;
}
@media (max-width: 1180px) {
  .resultContent .categoryBox {
    justify-content: flex-start;
    margin-left: -10px;
    padding-bottom: 30px;
  }
}
@media (max-width: 640px) {
  .resultContent .categoryBox {
    padding-bottom: 20px;
  }
}
@media (max-width: 400px) {
  .resultContent .categoryBox {
    justify-content: center;
    margin-left: 0;
  }
}
.resultContent .categoryBox .categoryItem {
  width: 140px;
  height: 140px;
  position: relative;
}
.resultContent .categoryBox .categoryItem a {
  border: 1px solid #ccc;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.resultContent .categoryBox .categoryItem a::before {
  border: 1px solid #0070e6;
  content: "";
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background-color: transparent;
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: auto;
  right: auto;
  opacity: 0;
  transform: scale(1.1);
}
.resultContent .categoryBox .categoryItem a img {
  display: block;
  width: 100%;
  filter: contrast(0);
}
.resultContent .categoryBox .categoryItem a.current img {
  filter: none;
}
.resultContent .categoryBox .categoryItem a.current::before {
  opacity: 1;
  transform: scale(1);
}
@media (min-width: 1181px) {
  .resultContent .categoryBox .categoryItem a:hover::before {
    opacity: 1;
    transform: scale(1);
  }
}
@media (max-width: 1480px) {
  .resultContent .categoryBox .categoryItem {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 1180px) {
  .resultContent .categoryBox .categoryItem {
    margin: 0 10px;
  }
}
@media (max-width: 400px) {
  .resultContent .categoryBox .categoryItem {
    width: 110px;
    height: 110px;
    margin: 5px;
  }
}
@media (max-width: 1180px) {
  .resultContent .filterSec {
    display: none;
  }
}
.resultContent .secTitle {
  color: #222;
  font-size: 44px;
  font-weight: 400;
  letter-spacing: 1.3px;
  line-height: 1.36;
}
@media (max-width: 1180px) {
  .resultContent .secTitle {
    background-color: #222;
    color: #fff;
    font-size: 34px;
    height: 60px;
    line-height: 60px;
    padding: 0 60px 0 30px;
    position: relative;
  }
}
@media (max-width: 640px) {
  .resultContent .secTitle {
    font-size: 30px;
  }
}
@media (min-width: 1181px) {
  .resultContent .secTitle .mCloseBtn {
    display: block;
  }
}
.resultContent .secTitle .mCloseBtn {
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: auto;
  bottom: auto;
  right: 10px;
}
.resultContent .secTitle .mCloseBtn::before {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: calc(50% - 0px);
  left: calc(50% - 14px);
  bottom: auto;
  right: auto;
  transform: rotate(45deg);
}
.resultContent .secTitle .mCloseBtn::after {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: calc(50% - 0px);
  left: calc(50% - 14px);
  bottom: auto;
  right: auto;
  transform: rotate(-45deg);
}
.resultContent .selectTextBox {
  border-bottom: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 2px 0 5px;
  position: relative;
}
@media (max-width: 1180px) {
  .resultContent .selectTextBox {
    padding: 20px 30px 10px;
  }
}
.resultContent .selectTextBox a {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.68px;
  line-height: 20px;
  order: 1;
  display: block;
  padding-right: 40px;
  padding: 5px 40px 5px 0;
  position: relative;
}
.resultContent .selectTextBox a::before {
  content: "";
  display: block;
  width: 2px;
  height: 12px;
  background-color: #0070e6;
  position: absolute;
  top: calc(50% - 6px);
  left: auto;
  bottom: auto;
  right: 26px;
  transform: rotate(45deg);
}
.resultContent .selectTextBox a::after {
  content: "";
  display: block;
  width: 2px;
  height: 12px;
  background-color: #0070e6;
  position: absolute;
  top: calc(50% - 6px);
  left: auto;
  bottom: auto;
  right: 26px;
  transform: rotate(-45deg);
}
.resultContent .selectTextBox .clearAll {
  order: 2;
  position: relative;
  width: 100%;
}
.resultContent .selectTextBox .clearAll span {
  display: block;
  color: #666;
  cursor: pointer;
  margin-top: 10px;
  padding: 0px 10px;
  text-align: right;
}
.resultContent .selectTextBox .clearAll.hide {
  opacity: 0;
  position: absolute;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  pointer-events: none;
}
@media (min-width: 1181px) {
  .resultContent .selectTextBox .clearAll:hover {
    color: #0070e6;
  }
}
.resultContent .filterList {
  padding: 15px 0 20px;
}
@media (max-width: 1180px) {
  .resultContent .filterList {
    padding: 15px 30px 20px;
  }
}
.resultContent .filterList .filterItem {
  border-bottom: 1px solid #ccc;
  padding-top: 15px;
}
@media (max-width: 1180px) {
  .resultContent .filterList .filterItem {
    padding-top: 10px;
  }
}
.resultContent .filterList .filterItem.open .filterCategoryTitle::before {
  background-color: #ccc;
}
.resultContent .filterList .filterItem.open .filterCategoryTitle::after {
  background-color: #ccc;
  transform: rotate(90deg);
}
.resultContent .filterList .filterCategoryTitle {
  cursor: pointer;
  color: #222;
  font-family: "Bebas Neue", "微軟正黑體", sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1.32px;
  line-height: 1.2;
  position: relative;
  padding-bottom: 10px;
}
.resultContent .filterList .filterCategoryTitle::before {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  background-color: #222;
  position: absolute;
  top: 12px;
  left: auto;
  bottom: auto;
  right: 0;
}
.resultContent .filterList .filterCategoryTitle::after {
  content: "";
  display: block;
  width: 2px;
  height: 14px;
  background-color: #222;
  position: absolute;
  top: 6px;
  left: auto;
  bottom: auto;
  right: 6px;
}
@media (min-width: 1181px) {
  .resultContent .filterList .filterCategoryTitle:hover {
    color: #0070e6;
  }
}
@media (max-width: 1180px) {
  .resultContent .filterList .filterCategoryTitle {
    padding-bottom: 5px;
  }
}
.resultContent .filterList .labelBox {
  padding: 0px 0 15px;
  display: none;
}
@media (max-width: 1180px) {
  .resultContent .filterList .labelBox {
    margin-left: -10px;
    padding-bottom: 10px;
  }
}
.resultContent .filterList .checkLabel {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  padding: 4px 0;
  position: relative;
}
@media (max-width: 1180px) {
  .resultContent .filterList .checkLabel {
    display: inline-flex;
    padding: 5px 10px;
  }
}
.resultContent .filterList .checkLabel input[type=checkbox] {
  opacity: 0;
  position: absolute;
}
.resultContent .filterList .checkLabel input[type=checkbox]:checked + .labelText::before {
  background-color: #0070e6;
}
.resultContent .filterList .checkLabel input[type=checkbox]:checked + .labelText::after {
  opacity: 1;
}
.resultContent .filterList .checkLabel .labelText {
  color: #666;
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.64px;
  line-height: 1.5;
  padding-left: 30px;
  position: relative;
}
.resultContent .filterList .checkLabel .labelText::before {
  border: 1px solid #ccc;
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  background-color: transparent;
  position: absolute;
  top: 1px;
  left: 0;
  bottom: auto;
  right: auto;
}
.resultContent .filterList .checkLabel .labelText::after {
  content: "";
  background-image: url(../png/icon_tick.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 15px;
  height: 10px;
  position: absolute;
  top: 6px;
  left: 3px;
  bottom: auto;
  right: auto;
  opacity: 0;
}
@media (min-width: 1181px) {
  .resultContent .filterList .checkLabel .labelText:hover {
    color: #0070e6;
  }
}
.resultContent .conditionBox {
  padding-bottom: 30px;
}
@media (max-width: 1180px) {
  .resultContent .conditionBox {
    padding-top: 20px;
  }
}
.resultContent .conditionBox .titleBox .mediumTitle {
  margin-top: -7px;
}
@media (max-width: 1180px) {
  .resultContent .conditionBox .titleBox .mediumTitle {
    margin-top: 0;
  }
}
.resultContent .conditionBox .titleBox .link {
  color: #666;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.64px;
  line-height: 1.375;
}
@media (min-width: 1181px) {
  .resultContent .conditionBox .titleBox .link:hover {
    color: #0070e6;
  }
}
@media (max-width: 1180px) {
  .resultContent .conditionBox .titleBox .link {
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  .resultContent .conditionBox .titleBox .link {
    font-size: 14px;
    letter-spacing: 0.3px;
  }
}
.resultContent .conditionBox .formList {
  display: flex;
  flex-wrap: wrap;
  margin-left: -13px;
}
@media (max-width: 1180px) {
  .resultContent .conditionBox .formList {
    padding-top: 5px;
  }
}
@media (max-width: 840px) {
  .resultContent .conditionBox .formList {
    align-items: flex-end;
  }
}
.resultContent .conditionBox .formList .formItem {
  width: 33.33%;
  flex-direction: column;
  padding-left: 13px;
}
.resultContent .conditionBox .formList .formItem.whole {
  width: 100%;
}
.resultContent .conditionBox .formList .formItem:last-of-type {
  width: 100%;
}
.resultContent .conditionBox .formList .formItem .leftBox, .resultContent .conditionBox .formList .formItem .rightBox {
  width: 100%;
}
.resultContent .conditionBox .formList .formItem .leftBox {
  padding-bottom: 5px;
}
@media (max-width: 840px) {
  .resultContent .conditionBox .formList .formItem {
    width: 50%;
  }
  .resultContent .conditionBox .formList .formItem .leftBox {
    padding-bottom: 0;
  }
  .resultContent .conditionBox .formList .formItem:last-of-type {
    padding-bottom: 10px;
  }
}
@media (max-width: 540px) {
  .resultContent .conditionBox .formList .formItem {
    width: 100%;
  }
  .resultContent .conditionBox .formList .formItem:last-of-type {
    width: 100%;
    padding-bottom: 0px;
  }
}
.resultContent .conditionBox .formList .buttonBox {
  width: 150px;
}
.resultContent .conditionBox .formList .buttonBox svg {
  height: 44px;
}
.resultContent .conditionBox .formList.product .formItem {
  width: calc(100% - 170px);
}
.resultContent .conditionBox .formList.product .formItem + .formItem {
  width: 170px;
}
.resultContent .conditionBox .formList.product .buttonBox {
  margin-top: 0;
}
@media (max-width: 540px) {
  .resultContent .conditionBox .formList.product .formItem {
    width: 100%;
  }
  .resultContent .conditionBox .formList.product .formItem + .formItem {
    width: 100%;
  }
}

.resultWrap {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.resultWrap .resultTitle {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1.3px;
  line-height: 1.5;
  padding-bottom: 10px;
}

.resultBox {
  background-color: #f3f5f7;
  padding: 36px 20px;
  width: 100%;
}
.resultBox .tableWrap {
  overflow-y: auto;
  overflow-x: auto;
}

.resultList {
  background-color: #f3f5f7;
  width: 100%;
  border: none;
}
.resultList thead .item {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 20px;
  padding-bottom: 16px;
  white-space: nowrap;
}
.resultList thead .item::before {
  content: "";
  display: block;
  width: calc(100% - 2px);
  height: 2px;
  background-color: #444;
  position: absolute;
  top: auto;
  left: 1px;
  bottom: 0;
  right: auto;
}
.resultList thead .item:first-of-type {
  text-align: left;
}
@media (max-width: 1180px) {
  .resultList thead .item {
    padding-bottom: 12px;
  }
}
.resultList .resultItem {
  position: relative;
}
.resultList tbody .item {
  color: #666;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 1.4;
  vertical-align: middle;
  text-align: center;
  padding: 20px 15px;
  position: relative;
}
.resultList tbody .item::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  right: auto;
}
.resultList tbody .item + .item::after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background-color: #ccc;
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
  bottom: auto;
  right: auto;
}
.resultList tbody .item:first-child {
  padding-left: 0;
}
@media (max-width: 1180px) {
  .resultList tbody .item {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .resultList tbody .item {
    font-size: 15px;
    letter-spacing: 0px;
  }
}
.resultList .productBox {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}
.resultList .Img {
  background-color: #fff;
  border: 1px solid #ccc;
  width: 70px;
  height: 70px;
}
.resultList .Img a {
  display: block;
  width: 100%;
  height: 100%;
}
.resultList .Img img {
  display: block;
  width: 100%;
}
.resultList .titleBox {
  width: calc(100% - 70px);
  padding-left: 12px;
}
@media (max-width: 640px) {
  .resultList .titleBox {
    padding-left: 10px;
  }
}
.resultList .titleBox .title {
  font-family: "Bebas Neue", "微軟正黑體", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.2;
}
.resultList .titleBox .productNo {
  color: #666;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.6px;
  line-height: 1.2;
  padding-top: 8px;
}
.resultList.specTable {
  border: none;
  border-collapse: collapse;
}
.resultList.specTable .specSortable {
  padding-bottom: 20px;
}
.resultList.specTable .resultItem {
  width: 100%;
  border-color: #f3f5f7;
}
.resultList.specTable .resultItem .item {
  vertical-align: middle;
  text-align: center;
}
.resultList.specTable .resultItem .item.primary {
  background-color: #f9f9f9;
}
.resultList.specTable .resultItem .item.secondary {
  background-color: #f3f5f7;
}
.resultList.specTable .resultItem .item.tertiary {
  background-color: #f3f5f7;
}
@media (max-width: 1180px) {
  .resultList.specTable .resultItem .item {
    white-space: nowrap;
  }
}
.resultList.specTable thead .resultItem {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 2;
}
.resultList.specTable thead .resultItem .item {
  background-color: #f3f5f7;
  border: none;
  padding: 5px 20px;
  position: sticky;
  top: 0;
  z-index: 2;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1.27;
}
.resultList.specTable thead .resultItem .item > * {
  font-family: "Bebas Neue", "微軟正黑體", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1.27;
}
@media (max-width: 1180px) {
  .resultList.specTable thead .resultItem .item {
    padding: 5px 15px 5px 10px;
  }
}
.resultList.specTable tbody .resultItem {
  background-color: #f3f5f7;
}
.resultList.specTable tbody .resultItem.ui-sortable-helper {
  background-color: #f3f5f7;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
}
.resultList.specTable tbody .resultItem .item {
  background-color: #f3f5f7;
  color: #666;
  font-family: "Inter", sans-serif;
  position: relative;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1.4;
  padding: 13px 8px;
}
.resultList.specTable tbody .resultItem .item::before {
  display: none;
}
.resultList.specTable tbody .resultItem .item::after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background-color: #e2e2e2;
  position: absolute;
  top: calc(50% - 10px);
  left: 0px;
  bottom: auto;
  right: auto;
}
.resultList.specTable tbody .resultItem .item:first-child::after {
  opacity: 0;
}
@media (max-width: 1024px) {
  .resultList.specTable tbody .resultItem .item {
    padding: 10px 12px;
  }
}

@media (min-width: 1181px) {
  .mFilterSec {
    display: none;
  }
}
@media (max-width: 1180px) {
  .mFilterSec {
    background-color: #fff;
    height: calc(100vh - 60px);
    width: 100%;
    padding-right: 0;
    position: fixed;
    top: 60px;
    right: 0;
    overflow-x: hidden;
    overflow-y: auto;
    pointer-events: none;
    transition: 0.5s all;
    transform: translateX(100%);
    z-index: 6;
  }
  .mFilterSec.open {
    pointer-events: auto;
    transform: translateX(0%);
  }
}

.mFunctionBox {
  display: flex;
  justify-content: flex-end;
  position: relative;
  margin-right: -5px;
}
@media (min-width: 1181px) {
  .mFunctionBox {
    display: none;
  }
}
.mFunctionBox .mFunctionBtn {
  border: 2px solid #000000;
  cursor: pointer;
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
.mFunctionBox .mFunctionBtn img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}