.contentBox .rightBox, .strongholdMapBox .mapBlockBg .mapBlock, .compareBox .compareDataBox .compareDataList .deleteBtn, .moduleBoxFilter .filterBox .filterList .filterItem a::before, .moduleBoxFilter .filterBox .filterList .filterItem a::after, .rangeBox {
  -webkit-transition: all .5s;
  transition: all .5s;
}

.contentBox {
  min-height: 1400px;
}

@media (min-width: 1181px) {
  .contentBox {
    position: relative;
  }
}

.contentBox .leftBox {
  background-color: #f1f1f1;
  position: relative;
}

@media (max-width: 1180px) {
  .contentBox .leftBox {
    background-color: transparent;
  }
}

.contentBox .leftBox::before {
  content: "";
  position: absolute;
  background-image: url("../images/section_bg_gary.png");
  background-position: center;
  background-repeat: repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

@media (max-width: 1180px) {
  .contentBox .leftBox::before {
    display: none;
  }
}

.contentBox .rightBox {
  padding: 40px;
  background-color: #fff;
}

@media (max-width: 1536px) {
  .contentBox .rightBox {
    padding: 40px 20px;
  }
}

@media (max-width: 1180px) {
  .contentBox .rightBox {
    background-color: transparent;
    padding: 0 20px;
  }
}

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

.topMenu {
  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;
  max-width: 435px;
  width: 100%;
  margin: 60px auto;
}

@media (max-width: 1180px) {
  .topMenu {
    margin: 40px auto 20px;
  }
}

@media (max-width: 640px) {
  .topMenu {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 20px;
  }
}

.classBox {
  position: relative;
  z-index: 4;
  padding: 0px;
  margin: 0;
  width: calc(100% / 2 - 5px);
}

.classBox .classCurrent {
  color: #1e1e1e;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.25);
  cursor: pointer;
  font-size: 15px;
  letter-spacing: 1px;
  padding: 10px 30px 10px 20px;
  position: relative;
  z-index: 1;
  text-align: center;
}

.classBox .classCurrent::before {
  content: "\f107";
  color: #1e1e1e;
  font-size: 15px;
  font-family: FontAwesome;
  line-height: 1;
  margin-top: -6px;
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 1;
}

@media (min-width: 1024px) {
  .classBox .classCurrent {
    display: block;
    opacity: 1;
    pointer-events: all;
    visibility: inherit;
  }
}

.classBoxRow .classLink {
  text-align: left;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 50;
}

.classBoxRow .classLink li {
  margin-bottom: 0;
  margin-right: 0;
}

.classBoxRow .classLink a {
  color: #2f2f2f;
  background-color: #fff;
  display: block;
  font-size: 15px;
  padding: 10px 0px;
  position: relative;
  border: none;
  text-align: center;
  border-bottom: 1px solid #ccc;
}

@media (min-width: 1024px) {
  .classBoxRow .classLink a {
    border-radius: 0;
  }
}

.classBoxRow .classLink.open {
  display: block;
  z-index: 100;
}

.classBoxRow .classLink > li:not(:first-child) {
  border-top: 1px solid #fff;
}

.classBoxRow .classLink > li > a.current {
  color: #2d95fc;
  background: #fff;
}

.classBoxRow .classLink > li ul {
  display: none;
}

.strongholdMapBox {
  width: 100%;
  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: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 2;
}

@media (max-width: 1180px) {
  .strongholdMapBox {
    display: none;
  }
}

.strongholdMapBox .Img {
  width: 371px;
  height: 716px;
}

.strongholdMapBox .Img img {
  width: 100%;
  display: block;
}

.strongholdMapBox .mapBlockBg {
  width: 371px;
  height: 716px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
}

.strongholdMapBox .mapBlockBg .mapBlock {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  pointer-events: none;
}

.strongholdMapBox .mapBlockBg .mapBlock.current, .strongholdMapBox .mapBlockBg .mapBlock.hover {
  opacity: 1;
}

.strongholdMapBox .mapBlockBg .Txt {
  position: absolute;
  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;
  width: 100%;
  padding-bottom: 10px;
  z-index: 2;
}

.strongholdMapBox .mapBlockBg .Txt::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 25px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #8d8d8d;
}

.strongholdMapBox .mapBlockBg .Txt::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #8d8d8d;
  bottom: 0;
  left: 25px;
}

.strongholdMapBox .mapBlockBg .TitleMap {
  color: #181818;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 1px;
}

.strongholdMapBox .mapBlockBg .text {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #2d95fc;
  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;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 1px;
  margin: 0 10px;
}

.strongholdMapBox .mapBlockBg .mapKeelungBox {
  right: -35%;
}

.strongholdMapBox .mapBlockBg .mapKeelungBox .Txt {
  top: -0.3%;
  right: 0%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.strongholdMapBox .mapBlockBg .mapKeelungBox .Txt::after {
  left: unset;
  right: 15%;
}

.strongholdMapBox .mapBlockBg .mapKeelungBox .Txt::before {
  width: 21%;
  left: unset;
  right: 15%;
}

.strongholdMapBox .mapBlockBg .mapTaipeiBox .Txt {
  top: -2%;
  left: 46%;
}

.strongholdMapBox .mapBlockBg .mapTaipeiBox .Txt::before {
  width: 26%;
}

.strongholdMapBox .mapBlockBg .mapNewTaipeiBox .Txt {
  top: 2%;
  left: 20%;
}

.strongholdMapBox .mapBlockBg .mapNewTaipeiBox .Txt::before {
  width: 45%;
}

.strongholdMapBox .mapBlockBg .mapTaoyuanBox {
  right: -30%;
}

.strongholdMapBox .mapBlockBg .mapTaoyuanBox .Txt {
  top: 9%;
  right: 2%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.strongholdMapBox .mapBlockBg .mapTaoyuanBox .Txt::after {
  left: unset;
  right: 15%;
}

.strongholdMapBox .mapBlockBg .mapTaoyuanBox .Txt::before {
  width: 30%;
  left: unset;
  right: 15%;
}

.strongholdMapBox .mapBlockBg .mapYilanBox {
  right: -30%;
}

.strongholdMapBox .mapBlockBg .mapYilanBox .Txt {
  top: 17%;
  right: 0%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.strongholdMapBox .mapBlockBg .mapYilanBox .Txt::after {
  left: unset;
  right: 15%;
}

.strongholdMapBox .mapBlockBg .mapYilanBox .Txt::before {
  width: 25%;
  left: unset;
  right: 15%;
}

.strongholdMapBox .mapBlockBg .mapHsinchuCityBox .Txt {
  top: 9%;
  left: 20%;
}

.strongholdMapBox .mapBlockBg .mapHsinchuCityBox .Txt::before {
  width: 20%;
}

.strongholdMapBox .mapBlockBg .mapHsinchuBox .Txt {
  top: 12%;
  left: -9%;
}

.strongholdMapBox .mapBlockBg .mapHsinchuBox .Txt::before {
  width: 65%;
}

.strongholdMapBox .mapBlockBg .mapMiaoliBox .Txt {
  top: 19%;
  left: 5%;
}

.strongholdMapBox .mapBlockBg .mapMiaoliBox .Txt::before {
  width: 35%;
}

.strongholdMapBox .mapBlockBg .mapTaichungBox .Txt {
  top: 26%;
  left: -3%;
}

.strongholdMapBox .mapBlockBg .mapTaichungBox .Txt::before {
  width: 55%;
}

.strongholdMapBox .mapBlockBg .mapChanghuaBox .Txt {
  top: 34%;
  left: -11%;
}

.strongholdMapBox .mapBlockBg .mapChanghuaBox .Txt::before {
  width: 30%;
}

.strongholdMapBox .mapBlockBg .mapNantouBox {
  right: -30%;
}

.strongholdMapBox .mapBlockBg .mapNantouBox .Txt {
  top: 30%;
  right: 0%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.strongholdMapBox .mapBlockBg .mapNantouBox .Txt::after {
  left: unset;
  right: 15%;
}

.strongholdMapBox .mapBlockBg .mapNantouBox .Txt::before {
  width: 43%;
  left: unset;
  right: 15%;
}

.strongholdMapBox .mapBlockBg .mapChiayiCityBox .Txt {
  top: 48%;
  left: -25%;
}

.strongholdMapBox .mapBlockBg .mapChiayiCityBox .Txt::before {
  width: 40%;
}

.strongholdMapBox .mapBlockBg .mapChiayiBox .Txt {
  top: 54%;
  left: -44%;
}

.strongholdMapBox .mapBlockBg .mapChiayiBox .Txt::before {
  width: 65%;
}

.strongholdMapBox .mapBlockBg .mapYunlinBox .Txt {
  top: 41%;
  left: -18%;
}

.strongholdMapBox .mapBlockBg .mapYunlinBox .Txt::before {
  width: 40%;
}

.strongholdMapBox .mapBlockBg .mapTainanBox .Txt {
  top: 61.5%;
  left: -30%;
}

.strongholdMapBox .mapBlockBg .mapTainanBox .Txt::before {
  width: 40%;
}

.strongholdMapBox .mapBlockBg .mapKaohsiungBox .Txt {
  top: 70%;
  left: -22%;
}

.strongholdMapBox .mapBlockBg .mapKaohsiungBox .Txt::before {
  width: 40%;
}

.strongholdMapBox .mapBlockBg .mapPingtungBox .Txt {
  top: 79%;
  left: -15%;
}

.strongholdMapBox .mapBlockBg .mapPingtungBox .Txt::before {
  width: 40%;
}

.strongholdMapBox .mapBlockBg .mapTaitungBox {
  right: -30%;
}

.strongholdMapBox .mapBlockBg .mapTaitungBox .Txt {
  top: 70%;
  right: 0%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.strongholdMapBox .mapBlockBg .mapTaitungBox .Txt::after {
  left: unset;
  right: 15%;
}

.strongholdMapBox .mapBlockBg .mapTaitungBox .Txt::before {
  width: 47%;
  left: unset;
  right: 15%;
}

.strongholdMapBox .mapBlockBg .mapHualienBox {
  right: -30%;
}

.strongholdMapBox .mapBlockBg .mapHualienBox .Txt {
  top: 45%;
  right: 0%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.strongholdMapBox .mapBlockBg .mapHualienBox .Txt::after {
  left: unset;
  right: 15%;
}

.strongholdMapBox .mapBlockBg .mapHualienBox .Txt::before {
  width: 35%;
  left: unset;
  right: 15%;
}

.bread .wrap {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0;
}

.classNote {
  padding-bottom: 10px;
  line-height: 1.8;
  font-size: 15px;
  color: #222;
  text-align: center;
}

.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;
}

.catalogList .catalogItem {
  width: 100%;
  padding: 25px 0;
}

@media (max-width: 767px) {
  .catalogList .catalogItem {
    padding: 15px 0;
  }
}

.catalogList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}

@media (max-width: 767px) {
  .catalogList .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.catalogList .Img {
  position: relative;
  width: 390px;
}

@media (max-width: 1536px) {
  .catalogList .Img {
    width: 300px;
  }
}

@media (max-width: 1280px) {
  .catalogList .Img {
    width: 250px;
  }
}

@media (max-width: 1180px) {
  .catalogList .Img {
    width: 30%;
  }
}

@media (max-width: 767px) {
  .catalogList .Img {
    width: 100%;
  }
}

.catalogList .Img a {
  display: block;
  overflow: hidden;
}

.catalogList .Img img {
  display: block;
  width: 100%;
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: auto;
}

.catalogList .Txt {
  width: calc(100% - 390px);
  padding: 0 15px;
}

@media (max-width: 1536px) {
  .catalogList .Txt {
    width: calc(100% - 300px);
  }
}

@media (max-width: 1280px) {
  .catalogList .Txt {
    width: calc(100% - 250px);
  }
}

@media (max-width: 1180px) {
  .catalogList .Txt {
    width: 70%;
  }
}

@media (max-width: 767px) {
  .catalogList .Txt {
    width: 100%;
    padding: 20px 0;
  }
}

.catalogList .Txt .classTitleBox {
  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;
  width: 100%;
  margin: 0 -5px;
}

.catalogList .Txt .classTitleBox .classTitle {
  background-color: #2d95fc;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 1px;
  padding: 5px 18px;
  margin: 0 5px;
}

.catalogList .Txt .title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin: 20px 0;
}

@media (max-width: 1536px) {
  .catalogList .Txt .title {
    margin: 10px 0;
    padding-bottom: 10px;
  }
}

.catalogList .Txt .title a {
  display: block;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 1536px) {
  .catalogList .Txt .title a {
    font-size: 18px;
  }
}

.catalogList .Txt .text {
  height: 135px;
  color: #696969;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 1px;
}

@media (max-width: 1536px) {
  .catalogList .Txt .text {
    height: 90px;
  }
}

@media (max-width: 1180px) {
  .catalogList .Txt .text {
    height: 100px;
  }
}

@media (max-width: 767px) {
  .catalogList .Txt .text {
    height: auto;
  }
}

.catalogList .Txt .btnBox {
  margin-top: 15px;
}

.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;
}

.insIntroBox .introBox .btnBox {
  margin-top: 30px;
}

/*--------------------------*/
.specTableBox .specTable {
  width: 100%;
  border: 1px solid #ccc;
}

.specTableBox .specTable .specTableRow {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.specTableBox .specTable .specTableRowHead {
  background-color: #2d95fc;
}

.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: #ccc;
  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: #2d95fc;
}

.compareBox .compareDataBox .compareDataList {
  border-left: 1px solid #ccc;
  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 #ccc;
}

.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: #2d95fc;
}

.compareBox .btnBox {
  padding-top: 30px;
}

.filterFuncList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

@media (max-width: 1023px) {
  .filterFuncList:not(.pop) {
    display: none;
  }
}

.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: calc(100% / 4);
  line-height: 1.2;
  letter-spacing: 0.5px;
}

@media (max-width: 1024px) {
  .moduleBoxFilter .filterBox .filterList .filterItem {
    width: calc(100% / 3);
  }
}

@media (max-width: 640px) {
  .moduleBoxFilter .filterBox .filterList .filterItem {
    width: calc(100% / 2);
  }
}

@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: #2d95fc;
}

.moduleBoxFilter .filterBox .filterList .filterItem a.selected::before {
  border-color: #2d95fc;
}

.moduleBoxFilter .filterBox .filterList .filterItem a.selected::after {
  background-color: #2d95fc;
  border-color: #2d95fc;
}

.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: #2d95fc;
}

.rangeBox label.selected::before {
  background-color: #2d95fc;
}

.rangeBox label.selected::after {
  background-color: #2d95fc;
  border-color: #2d95fc;
}

.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: #2d95fc;
}

.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: #2d95fc;
  -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: #2d95fc;
  -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: #2d95fc;
}

.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;
}
