.design_pr-001 .catalogList .catalogItem .Img::before, .compareBox .tableHeadItem .deleteBtn, .compareBox .tableHeadItem .ImgWrap img, .catalogList .Txt .title a, .catalogList .Img::after, .rangeBox, .moduleBoxFilter .filterBox .filterList .filterItem a::before, .moduleBoxFilter .filterBox .filterList .filterItem a::after, .contentBox .rightBox {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

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

.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: 1180px) {
  .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: 25%;
  line-height: 1.2;
  letter-spacing: 0.5px;
}
@media (max-width: 1180px) {
  .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: #78c6e0;
}
.moduleBoxFilter .filterBox .filterList .filterItem a.selected::before {
  border-color: #78c6e0;
}
.moduleBoxFilter .filterBox .filterList .filterItem a.selected::after {
  background-color: #78c6e0;
  border-color: #78c6e0;
}
.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;
}
@media (min-width: 1181px) {
  .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;
}
@media (min-width: 1181px) {
  .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: #78c6e0;
}
.rangeBox label.selected::before {
  background-color: #78c6e0;
}
.rangeBox label.selected::after {
  background-color: #78c6e0;
  border-color: #78c6e0;
}
.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: #78c6e0;
}
.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: #78c6e0;
  -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: #78c6e0;
  -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: #78c6e0;
}
.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: 1180px) {
  .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: #78c6e0;
}
.classBoxColumn.filter .classLink .linkHasItems.open + ul > li a.selected::before {
  border-color: #78c6e0;
}
.classBoxColumn.filter .classLink .linkHasItems.open + ul > li a.selected::after {
  background-color: #78c6e0;
  border-color: #78c6e0;
}
.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);
}

.noData {
  color: #8B8B8B;
}

.catalogBox {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.catalogBox.hide {
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.catalogList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
.catalogList .catalogItem {
  width: 33.3333333333%;
  padding: 0 15px 30px;
}
@media (max-width: 1180px) {
  .catalogList .catalogItem {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .catalogList .catalogItem {
    width: 100%;
  }
}
.catalogList .catalogItem .tagBox {
  padding: 0;
  margin-top: 20px;
}
.catalogList .catalogItem .tagBox li {
  background-color: #191717;
  color: #fff;
  margin-right: 5px;
  padding: 3px 0px;
  letter-spacing: 2.25px;
}
.catalogList .catalogItem .tagBox li a {
  font-size: 12px;
}
@media (max-width: 768px) {
  .catalogList .catalogItem .tagBox li {
    font-size: 12px;
  }
}
.catalogList .item {
  position: relative;
  overflow: hidden;
  padding: 30px;
  background-color: #fff;
}
@media (min-width: 1181px) {
  .catalogList .item .Txt .title:hover .catalogList .item .Txt .title:hover ~ .Img::after {
    opacity: 1;
  }
}
@media (min-width: 1181px) {
  .catalogList .item .Img:hover ~ .Txt .title a {
    color: #78c6e0;
  }
  .catalogList .item .Img:hover ~ .Txt .btn {
    color: #78c6e0;
  }
  .catalogList .item .Img:hover ~ .Txt .btn::before {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  .catalogList .item .Img:hover ~ .Txt .circle {
    background-color: #78c6e0;
    border: 1px solid #78c6e0;
  }
  .catalogList .item .Img:hover ~ .Txt .circle .arrow {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}
@media (max-width: 1180px) {
  .catalogList .item {
    padding: 20px;
  }
}
.catalogList .Img {
  border: 1px solid #ccc;
  position: relative;
}
.catalogList .Img::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 3;
  opacity: 1;
  opacity: 0;
  pointer-events: none;
}
.catalogList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.catalogList .Txt {
  position: relative;
  padding: 20px 0 10px;
  text-align: left;
}
@media (max-width: 1180px) {
  .catalogList .Txt {
    padding: 10px 0 0px;
  }
}
.catalogList .Txt .title {
  font-size: 16px;
  letter-spacing: 1.84px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
  font-weight: 700;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1181px) {
  .catalogList .Txt .title.btnBox:hover + a {
    color: #78c6e0;
    display: none;
  }
}
@media (min-width: 1181px) {
  .catalogList .Txt .title:hover .title a {
    color: #78c6e0;
  }
  .catalogList .Txt .title:hover .btn {
    color: #78c6e0;
  }
  .catalogList .Txt .title:hover .btn::before {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  .catalogList .Txt .title:hover .circle {
    background-color: #78c6e0;
    border: 1px solid #78c6e0;
  }
  .catalogList .Txt .title:hover .circle .arrow {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}
@media (max-width: 840px) {
  .catalogList .Txt .title {
    font-size: 16px;
  }
}
.catalogList .Txt .title a {
  display: block;
  font-family: "Noto Serif TC", serif;
}
.catalogList .Txt .text {
  font-size: 16px;
  margin-top: 10px;
}
.catalogList .Txt .btnBox {
  margin: 0;
}
.catalogList .Txt .btnBox .circle {
  width: 30px;
  height: 30px;
}
.catalogList .Txt .btnBox .circle .arrow {
  width: 5px;
  height: 5px;
  border-right: 1px solid #232323;
  border-bottom: 1px solid #232323;
}

.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 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 30px;
}
.insIntroBox .introBox .btnBox .btn {
  max-width: 180px;
}

.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: #000;
}
.specTableBox .specTable .specTableRowHead .specTableColumn {
  color: #fff;
  font-size: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px 15px;
}
@media (max-width: 1180px) {
  .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: 1180px) {
  .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 {
  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: #78c6e0;
}
.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;
}
.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: #f8f8f8;
}
.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: 1181px) {
  .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: 1181px) {
  .compareBox .tableHeadItem .deleteBtn:hover {
    color: #78c6e0;
  }
}
.compareBox .btnBox {
  padding-top: 30px;
}

.design_pr-001 {
  padding: 64px 0;
}
.design_pr-001 .bread {
  border: none;
  margin-bottom: 7px;
}
.design_pr-001 .bread .wrap {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.design_pr-001 .bread .homeBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
}
.design_pr-001 .bread .homeBox .icon {
  margin-right: 7px;
  width: 16px;
}
.design_pr-001 .bread .homeBox .home {
  color: #000;
}
@media (min-width: 1181px) {
  .design_pr-001 .bread .homeBox:hover {
    opacity: 0.5;
  }
}
.design_pr-001 .contentBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.design_pr-001 .contentBox > .leftBox {
  width: 26%;
}
@media (max-width: 1023px) {
  .design_pr-001 .contentBox > .leftBox {
    width: 100%;
  }
}
.design_pr-001 .contentBox > .rightBox {
  width: 74%;
  padding-left: 40px;
}
@media (max-width: 1023px) {
  .design_pr-001 .contentBox > .rightBox {
    width: 100%;
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .design_pr-001 .classBoxColumn .classLink {
    border-bottom: 1px solid #ccc;
  }
  .design_pr-001 .classBoxColumn .classLink a {
    width: 100%;
    font-size: 16px;
    padding: 20px 0;
    position: relative;
    color: #000;
    letter-spacing: 0;
    font-weight: 600;
    position: relative;
  }
  .design_pr-001 .classBoxColumn .classLink a::before {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    top: auto;
    right: auto;
    z-index: 1;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .design_pr-001 .classBoxColumn .classLink a.current, .design_pr-001 .classBoxColumn .classLink a:hover {
    background-color: rgba(0, 0, 0, 0);
    font-weight: bold;
  }
  .design_pr-001 .classBoxColumn .classLink a.current::before, .design_pr-001 .classBoxColumn .classLink a:hover::before {
    width: 100%;
  }
  .design_pr-001 .classBoxColumn .classLink .linkHasItems.open {
    color: #000;
  }
  .design_pr-001 .classBoxColumn .classLink .linkHasItems.open::before {
    background-color: #000;
  }
  .design_pr-001 .classBoxColumn .classLink .linkHasItems.open + ul > li a, .design_pr-001 .classBoxColumn .classLink .linkHasItems.open + ul > li span {
    background-color: rgba(0, 0, 0, 0);
    padding: 13px 0 12px;
    font-weight: normal;
  }
}
@media (max-width: 1180px) {
  .design_pr-001 .classBoxColumn .classLink a {
    padding: 20px 10px;
  }
}
.design_pr-001 .catalogList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
.design_pr-001 .catalogList .catalogItem {
  width: 33.3333333333%;
  padding: 0 10px 37px;
}
@media (max-width: 1023px) {
  .design_pr-001 .catalogList .catalogItem {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .design_pr-001 .catalogList .catalogItem {
    width: 100%;
  }
}
.design_pr-001 .catalogList .catalogItem .Img {
  position: relative;
  overflow: hidden;
}
.design_pr-001 .catalogList .catalogItem .Img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
}
.design_pr-001 .catalogList .catalogItem .Img img {
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media (min-width: 1181px) {
  .design_pr-001 .catalogList .catalogItem .Img:hover::before {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .design_pr-001 .catalogList .catalogItem .Img:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.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;
  padding: 0 10px;
}
.topBox .titleBox .titleTw {
  font-size: 32px;
  font-weight: bold;
}
.topBox .bread {
  margin: 0;
  padding: 20px 0 32px;
  border: none;
}
.topBox .bread .wrap {
  padding: 0;
}
.topBox .bread .wrap img {
  opacity: 0.5;
}
@media (min-width: 1181px) {
  .topBox .bread .wrap img:hover {
    opacity: 1;
  }
}

.catalogIns {
  padding: 64px 0;
}