.compareBox .compareDataBox .compareDataList .deleteBtn, .productTableBox table tbody tr td, .productTableBox table tbody tr, .productTableBox .btnaddInquriry svg, .rangeBox, .moduleBoxFilter .filterBox .filterList .filterItem a::before, .moduleBoxFilter .filterBox .filterList .filterItem a::after, .categoryBox .categoryList .Txt .more::before, .categoryBox .categoryList .Txt .more, .categoryBox .categoryList .Txt .text, .categoryBox .categoryList .Txt .infoTopBox .subTitle, .categoryBox .categoryList .Txt .infoTopBox .title, .categoryBox .categoryList .Img img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.mainArea.index .contentBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mainArea.index .contentBox .leftBox {
  width: 300px;
}
.mainArea.index .contentBox .rightBox {
  width: calc(100% - 300px);
  padding-left: 50px;
}
@media (max-width: 1280px) {
  .mainArea.index .contentBox .leftBox {
    width: 250px;
  }
  .mainArea.index .contentBox .rightBox {
    width: calc(100% - 250px);
    padding-left: 30px;
  }
}
@media (max-width: 1023px) {
  .mainArea.index .contentBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mainArea.index .contentBox .leftBox {
    width: 100%;
  }
  .mainArea.index .contentBox .rightBox {
    width: 100%;
    padding-left: 0;
  }
}

.downloadIcon {
  width: 20px;
  height: 20px;
  border-bottom: 2px solid #2f2f2f;
  position: relative;
  margin: 0 auto;
}
.downloadIcon::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 90%;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #2f2f2f;
}
.downloadIcon::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid #2f2f2f;
  border-bottom: 2px solid #2f2f2f;
  -webkit-transform: translate(-50%, -30%) rotate(45deg);
          transform: translate(-50%, -30%) rotate(45deg);
}

.searchBox {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 21px;
  background-color: #f9f9f9;
  position: relative;
  overflow: hidden;
}
.searchBox input {
  width: 100%;
  height: 41px;
  padding: 0 160px 0 60px;
  border: none;
  color: #9a9a9a;
  font-size: 15px;
  background-image: url(../images/icon_search.svg);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: 28px center;
}
.searchBox .searchBtn {
  position: absolute;
  right: -1px;
  top: -1px;
  bottom: -1px;
  margin: auto;
  display: block;
  width: 80px;
  height: 43px;
  line-height: 43px;
  color: #000;
  font-size: 15px;
  border-radius: 21px;
  text-align: center;
  background-color: #e7e7e7;
  z-index: 2;
}
@media (min-width: 1181px) {
  .searchBox .searchBtn:hover {
    color: #fff;
    background-color: #0da4d3;
    -webkit-box-shadow: 0px 1px 9px 0px rgba(4, 0, 0, 0.26);
            box-shadow: 0px 1px 9px 0px rgba(4, 0, 0, 0.26);
  }
}

.categoryBox {
  padding-top: 50px;
}
.categoryBox .categoryList {
  width: 100%;
}
@media (max-width: 1180px) {
  .categoryBox .categoryList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -15px;
  }
}
@media (max-width: 640px) {
  .categoryBox .categoryList {
    margin: 0;
  }
}
.categoryBox .categoryList .categoryItem {
  width: 100%;
  padding: 20px 0;
}
@media (max-width: 1180px) {
  .categoryBox .categoryList .categoryItem {
    width: 50%;
    margin: 0;
    padding: 15px;
  }
}
@media (max-width: 640px) {
  .categoryBox .categoryList .categoryItem {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
}
@media (min-width: 1181px) {
  .categoryBox .categoryList .categoryItem:nth-child(even) .Img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .categoryBox .categoryList .categoryItem:nth-child(even) .Txt {
    padding: 0 40px 0 0;
  }
}
.categoryBox .categoryList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
@media (max-width: 1180px) {
  .categoryBox .categoryList .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1181px) {
  .categoryBox .categoryList .item:hover .Img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .categoryBox .categoryList .item:hover .Txt .title {
    color: #0da4d3;
  }
  .categoryBox .categoryList .item:hover .Txt .more {
    color: #0da4d3;
    border-bottom: 1px solid #0da4d3;
  }
  .categoryBox .categoryList .item:hover .Txt .more::before {
    border-color: transparent transparent transparent #0da4d3;
  }
}
.categoryBox .categoryList .Img {
  width: 40%;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .categoryBox .categoryList .Img {
    width: 100%;
  }
}
.categoryBox .categoryList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.categoryBox .categoryList .Txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 60%;
  padding: 0 0 0 40px;
}
@media (max-width: 1180px) {
  .categoryBox .categoryList .Txt {
    width: 100%;
    padding: 20px 0;
  }
}
.categoryBox .categoryList .Txt .infoTopBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 1180px) {
  .categoryBox .categoryList .Txt .infoTopBox {
    -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;
  }
}
.categoryBox .categoryList .Txt .infoTopBox .title {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1;
  color: #000;
  margin-right: 20px;
}
@media (max-width: 1180px) {
  .categoryBox .categoryList .Txt .infoTopBox .title {
    margin: 0 0 10px 0;
    font-size: 20px;
  }
}
.categoryBox .categoryList .Txt .infoTopBox .subTitle {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1;
  color: #0da4d3;
}
.categoryBox .categoryList .Txt .text {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1.8px;
  line-height: 2;
  color: #000;
}
.categoryBox .categoryList .Txt .more {
  color: #909090;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1.8px;
  position: relative;
  border-bottom: 1px solid #909090;
  padding-bottom: 5px;
  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;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 120px;
  margin-top: 25px;
}
.categoryBox .categoryList .Txt .more::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 5px;
  margin: auto 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #909090;
}
.categoryBox .categoryList .linkWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.filterFuncList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  padding-top: 0;
}
@media (max-width: 1023px) {
  .filterFuncList:not(.pop) {
    display: none;
  }
}
.filterFuncList .btn {
  padding: 13px 20px;
  cursor: pointer;
}
.filterFuncList .btn .btnText {
  margin: 0;
}
.filterFuncList .btn .btnText i {
  margin-right: 10px;
}

.moduleBoxFilter .moduleTitle {
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0.5px;
  text-align: center;
}
.moduleBoxFilter .filterBox {
  margin: 30px 0 40px;
  position: relative;
}
@media (max-width: 640px) {
  .moduleBoxFilter .filterBox {
    margin: 15px 0 20px;
  }
}
.moduleBoxFilter .filterBox .filterTitle {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  line-height: 1.2;
  letter-spacing: 0.5px;
  margin: 15px 0;
  padding-bottom: 15px;
}
@media (max-width: 640px) {
  .moduleBoxFilter .filterBox .filterTitle {
    margin: 10px 0;
    padding-bottom: 10px;
  }
}
.moduleBoxFilter .filterBox .filterList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 640px) {
  .moduleBoxFilter .filterBox .filterList {
    padding: 0;
  }
}
.moduleBoxFilter .filterBox .filterList .filterItem {
  width: 25%;
  line-height: 1.2;
  letter-spacing: 0.5px;
}
@media (max-width: 1024px) {
  .moduleBoxFilter .filterBox .filterList .filterItem {
    width: 33.3333333333%;
  }
}
@media (max-width: 640px) {
  .moduleBoxFilter .filterBox .filterList .filterItem {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .moduleBoxFilter .filterBox .filterList .filterItem {
    width: 100%;
  }
}
.moduleBoxFilter .filterBox .filterList .filterItem a {
  display: block;
  position: relative;
  padding: 10px 10px 10px 35px;
}
.moduleBoxFilter .filterBox .filterList .filterItem a::before, .moduleBoxFilter .filterBox .filterList .filterItem a::after {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #626262;
  border-radius: 3px;
  display: block;
  position: absolute;
  top: 12px;
  left: 10px;
  z-index: 1;
}
.moduleBoxFilter .filterBox .filterList .filterItem a.selected {
  color: #0da4d3;
}
.moduleBoxFilter .filterBox .filterList .filterItem a.selected::before {
  border-color: #0da4d3;
}
.moduleBoxFilter .filterBox .filterList .filterItem a.selected::after {
  background-color: #0da4d3;
  border-color: #0da4d3;
}
.moduleBoxFilter .filterBox .filterList .filterItem a.forbidden {
  background-color: rgba(248, 248, 248, 0.5);
  color: rgba(47, 47, 47, 0.3);
  pointer-events: none;
}
.moduleBoxFilter .filterBox .filterList .filterItem a.forbidden::before, .moduleBoxFilter .filterBox .filterList .filterItem a.forbidden::after {
  border-color: rgba(98, 98, 98, 0.1);
}
@media (max-width: 480px) {
  .moduleBoxFilter .filterBox .filterList .filterItem a {
    padding-left: 30px;
  }
  .moduleBoxFilter .filterBox .filterList .filterItem a::before, .moduleBoxFilter .filterBox .filterList .filterItem a::after {
    left: 5px;
  }
}
.moduleBoxFilter .filterFuncList {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.sideClassList {
  width: 100%;
}
.sideClassList .rangeBox {
  background-color: #fff;
}
.sideClassList .rangeBox:hover {
  background-color: #fff;
}

.rangeBox {
  background-color: #f1f1f1;
  -webkit-animation: aniSlideLeft 0.5s 0.3s ease-out both;
          animation: aniSlideLeft 0.5s 0.3s ease-out both;
}
.rangeBox:hover {
  background-color: #e8e8e8;
}
.rangeBox label {
  cursor: pointer;
  position: relative;
  padding: 15px 15px 15px;
  padding-left: 45px;
  display: block;
  line-height: 1.2;
  letter-spacing: 0.5px;
}
.rangeBox label input {
  display: none;
}
.rangeBox label.selected {
  color: #0da4d3;
}
.rangeBox label.selected::before {
  background-color: #0da4d3;
}
.rangeBox label.selected::after {
  background-color: #0da4d3;
  border-color: #0da4d3;
}
.rangeBox label::before {
  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%);
}
.rangeBox label::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%);
}
.rangeBox .rangeBar {
  padding: 10px 22px;
  height: 100%;
}
.rangeBox .rangeBar.selected .noUi-connects {
  background-color: #0da4d3;
}
.rangeBox .rangeBar.selected .noUi-connect {
  cursor: pointer;
  background-color: #fff;
}
.rangeBox .noUi-vertical {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 4px;
}
.rangeBox .noUi-vertical .noUi-handle {
  cursor: pointer;
  width: 12px;
  height: 12px;
  top: -6px;
  right: -4px;
  background-color: #0da4d3;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 50%;
  border: 1px solid #fff;
}
.rangeBox .noUi-vertical .noUi-handle::before, .rangeBox .noUi-vertical .noUi-handle::after {
  display: none;
}
.rangeBox .noUi-horizontal {
  height: 4px;
}
.rangeBox .noUi-horizontal .noUi-handle {
  cursor: pointer;
  width: 12px;
  height: 12px;
  top: -4px;
  right: -6px;
  background-color: #0da4d3;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 50%;
  border: 1px solid #fff;
}
.rangeBox .noUi-horizontal .noUi-handle::before, .rangeBox .noUi-horizontal .noUi-handle::after {
  display: none;
}
.rangeBox .noUi-target {
  border-radius: 0;
  border: none;
}
.rangeBox .noUi-tooltip {
  right: auto;
  left: 120%;
  font-size: 12px;
  padding: 2px 3px;
  border: none;
  display: none;
}
.rangeBox .noUi-active .noUi-tooltip {
  display: block;
}
.rangeBox.noUi-target {
  background-color: #d2d2d2;
  border: none;
}
.rangeBox .noUi-connects {
  cursor: pointer;
}
.rangeBox .noUi-connect {
  background-color: #0da4d3;
}
.rangeBox .rangeInput {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.rangeBox .rangeInput input {
  padding: 5px;
  width: calc(50% - 10px);
  border: 1px solid #bbb;
}

.classBoxColumn.filter {
  z-index: 3;
}
@media (max-width: 1023px) {
  .classBoxColumn.filter {
    margin-bottom: 20px;
  }
  .classBoxColumn.filter:not(.pop) {
    display: none;
  }
}
.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: #0da4d3;
}
.classBoxColumn.filter .classLink .linkHasItems.open + ul > li a.selected::before {
  border-color: #0da4d3;
}
.classBoxColumn.filter .classLink .linkHasItems.open + ul > li a.selected::after {
  background-color: #0da4d3;
  border-color: #0da4d3;
}
.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);
}

.classNote {
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 2.3;
  color: #000;
}
.classNote img {
  max-width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

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

.tableView {
  max-width: 100%;
  margin: auto;
  overflow-x: auto;
}

.productTableBox {
  position: relative;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.productTableBox::-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: #fff;
}
.productTableBox::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #fff;
}
.productTableBox::-webkit-scrollbar-thumb {
  background: #0da4d3;
}
.productTableBox .sticky-col {
  position: sticky;
  top: 0;
  background-color: #f9fafa;
}
.productTableBox .first-col {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  left: 0px;
}
.productTableBox .last-col {
  width: 60px;
  min-width: 60px;
  max-width: 60px;
  right: 0;
  padding: 0;
}
.productTableBox .btnaddInquriry {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #e7e7e7;
  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;
}
.productTableBox .btnaddInquriry svg {
  width: 18px;
  height: 18px;
}
.productTableBox .btnaddInquriry .btn_close {
  position: relative;
  width: 100%;
  height: 100%;
}
.productTableBox .btnaddInquriry .btn_close:before, .productTableBox .btnaddInquriry .btn_close:after {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -9px;
  margin-top: 0.5px;
  content: "";
  width: 18px;
  height: 1px;
  background-color: #0da4d3;
}
.productTableBox .btnaddInquriry .btn_close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.productTableBox .btnaddInquriry .btn_close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.productTableBox table {
  width: 100%;
  background-color: #fff;
}
.productTableBox table tr th,
.productTableBox table tr td {
  vertical-align: middle;
  text-align: center;
}
.productTableBox table thead tr th {
  color: #353535;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.32px;
  line-height: 1.375;
  border-bottom: 1px solid #e0e0e0;
  padding: 30px 10px;
  background-color: #f9fafa;
}
.productTableBox table tbody tr {
  position: relative;
}
.productTableBox table tbody tr:nth-child(even) {
  background-color: #f9fafa;
}
@media (min-width: 1181px) {
  .productTableBox table tbody tr:hover {
    background-color: #0da4d3;
  }
  .productTableBox table tbody tr:hover td,
  .productTableBox table tbody tr:hover a {
    color: #fff;
  }
}
.productTableBox table tbody tr td {
  color: #0a0404;
  font-size: 17px;
  letter-spacing: 0.34px;
  line-height: 1.705;
  padding: 25px 10px;
  border-bottom: 1px solid #e0e0e0;
}
.productTableBox table tbody tr a {
  color: #0a0404;
  font-size: 17px;
  letter-spacing: 0.34px;
  line-height: 1.705;
}

.insIntroBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .insIntroBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.insIntroBox .introBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .insIntroBox .introBox {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.insIntroBox .introBox .articleTitle {
  margin-bottom: 15px;
  padding: 0 0 15px 0;
}
.insIntroBox .introBox .code {
  color: #666;
  display: block;
  font-size: 14px;
  font-weight: 400;
}
.insIntroBox .introBox .tagBox {
  padding: 15px 0 0;
}
.insIntroBox .introBox .tagBox ul {
  margin: 0 -3px;
}
.insIntroBox .introBox .tagBox ul li {
  padding: 0 3px;
  position: relative;
}
.insIntroBox .introBox .tagBox ul li::before {
  content: "#";
  display: inline-block;
  font-style: italic;
  padding-right: 3px;
}
.insIntroBox .introBox .Txt {
  margin-top: 20px;
  line-height: 1.6;
  font-size: 15px;
  color: #6c6c6c;
}

.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: #0da4d3;
}
.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;
}

.compareBox .compareTable {
  width: 100%;
  position: relative;
}
.compareBox .compareTitleList,
.compareBox .compareDataList {
  max-width: 360px;
  height: 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;
  text-align: center;
}
.compareBox .compareTitleList li,
.compareBox .compareDataList li {
  min-height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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;
  padding: 5px 10px;
}
.compareBox .compareTitleList li:first-child,
.compareBox .compareDataList li:first-child {
  height: 225px;
}
.compareBox .compareTitleList {
  width: 200px;
  position: absolute;
  top: 0;
  left: 1px;
  z-index: 2;
}
.compareBox .compareTitleList::after {
  content: "";
  height: 60px;
  background-color: #fff;
  display: none;
}
.compareBox .compareTitleList li {
  background-color: #f1f1f1;
  color: #000;
  letter-spacing: 1px;
  position: relative;
}
.compareBox .compareTitleList li:not(:last-child)::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 1024px) {
  .compareBox .compareTitleList {
    width: 160px;
  }
}
@media (max-width: 640px) {
  .compareBox .compareTitleList {
    width: 120px;
  }
}
.compareBox .compareDataBox {
  border-left: 1px solid #fff;
  counter-reset: list;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 200px;
}
@media (max-width: 1024px) {
  .compareBox .compareDataBox {
    padding-left: 160px;
  }
}
@media (max-width: 640px) {
  .compareBox .compareDataBox {
    padding-left: 120px;
  }
}
.compareBox .compareDataBox.dragscroll {
  cursor: move;
  overflow-x: auto;
}
.compareBox .compareDataBox.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 .compareDataBox.dragscroll::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #f1f1f1;
}
.compareBox .compareDataBox.dragscroll::-webkit-scrollbar-thumb {
  background: #0da4d3;
}
.compareBox .compareDataBox .compareDataList {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  counter-increment: list;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 200px;
          flex: 1 0 200px;
}
.compareBox .compareDataBox .compareDataList:nth-child(-n+9) li:first-child::before {
  content: "0" counter(list);
}
.compareBox .compareDataBox .compareDataList li:first-child {
  position: relative;
}
.compareBox .compareDataBox .compareDataList li:first-child::before {
  content: counter(list);
  width: 100%;
  height: 40px;
  display: block;
  line-height: 40px;
  text-align: center;
}
.compareBox .compareDataBox .compareDataList li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.compareBox .compareDataBox .compareDataList li:nth-child(even) {
  background-color: #f8f8f8;
}
.compareBox .compareDataBox .compareDataList img {
  width: 100%;
  max-width: 200px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: block;
}
.compareBox .compareDataBox .compareDataList h3 {
  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 .compareDataBox .compareDataList .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;
}
.compareBox .compareDataBox .compareDataList .deleteBtn:hover {
  color: #0da4d3;
}
.compareBox .btnBox {
  padding-top: 30px;
}