.compareBox .tableHeadItem .deleteBtn, .compareBox .tableHeadItem .ImgWrap img, .catalogTableBox tbody td.pdf svg, .catalogTopBox .unitBox .unitList .unit::before, .contentBox .rightBox, .classSolutionBox a,
.classSolutionBox span, .solutionList .bgImg, .solutionList .Img img, .solutionList .item {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.mainArea {
  padding: 0;
}

.solutionArea {
  position: relative;
  padding: 60px 0;
}
.solutionArea .wrap {
  max-width: 1760px;
  padding: 0 40px;
}
@media (max-width: 1180px) {
  .solutionArea .wrap {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .solutionArea .wrap {
    padding: 0 20px;
  }
}
.solutionArea .titleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
@media (max-width: 768px) {
  .solutionArea .titleBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 4px;
  }
}
.solutionArea .titleBox .title {
  color: #3e3e3e;
}
.solutionArea .titleBox .title.en {
  font-size: 34px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .solutionArea .titleBox .title.en {
    font-size: 30px;
  }
}
.solutionArea .titleBox .title.tw {
  font-size: 30px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .solutionArea .titleBox .title.tw {
    font-size: 26px;
  }
}

.solutionBox {
  position: relative;
}
.solutionBox:not(:has(.slick-hidden)) {
  padding: 0 85px;
}
@media (max-width: 1536px) {
  .solutionBox:not(:has(.slick-hidden)) {
    padding: 0 60px;
  }
}
@media (max-width: 1180px) {
  .solutionBox:not(:has(.slick-hidden)) {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .solutionBox:not(:has(.slick-hidden)) {
    padding: 0;
  }
}
.solutionBox .controlBox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
@media (max-width: 768px) {
  .solutionBox .controlBox {
    position: relative;
    margin-bottom: 24px;
  }
}
.solutionBox .controlBox .arrowBox {
  width: 98%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
}
@media (max-width: 1536px) {
  .solutionBox .controlBox .arrowBox {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .solutionBox .controlBox .arrowBox {
    position: relative;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    left: unset;
    translate: unset;
  }
}
.solutionBox .controlBox .arrowBox .arrow {
  pointer-events: auto;
}
@media (max-width: 768px) {
  .solutionBox .controlBox .arrowBox .arrow {
    width: 24px;
    height: 24px;
  }
}

.solutionList {
  border-radius: 15px;
  overflow: clip;
}
@media (max-width: 480px) {
  .solutionList {
    border-radius: 12px;
  }
}
.solutionList:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.solutionList:not(.slick-slider) .solutionItem {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.6666666667%;
}
@media (max-width: 1440px) {
  .solutionList:not(.slick-slider) .solutionItem {
    width: 20%;
  }
}
@media (max-width: 1180px) {
  .solutionList:not(.slick-slider) .solutionItem {
    width: 25%;
  }
}
@media (max-width: 991px) {
  .solutionList:not(.slick-slider) .solutionItem {
    width: 33.3333333333%;
  }
}
@media (max-width: 575px) {
  .solutionList:not(.slick-slider) .solutionItem {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .solutionList:not(.slick-slider) .solutionItem {
    width: 100%;
  }
}
.solutionList .slick-list {
  margin: 0 -2px;
  padding-bottom: 20px;
}
.solutionList .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.solutionList .slick-track .slick-slide {
  height: auto;
}
.solutionList .slick-track .slick-slide > div {
  height: 100%;
}
.solutionList .solutionItem {
  position: relative;
  height: 100%;
  padding: 0 2px;
}
.solutionList .solutionItem.current .item {
  background-color: #004998;
}
.solutionList .solutionItem.current .Img img {
  translate: 0 -60px;
  -webkit-filter: drop-shadow(0 60px 0 #fff);
          filter: drop-shadow(0 60px 0 #fff);
}
.solutionList .solutionItem.current .bgImg {
  opacity: 1;
}
.solutionList .solutionItem.current .Txt .title {
  color: #fff;
}
.solutionList .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 20px;
  height: 100%;
  min-height: 150px;
  background-color: #F2F6FA;
  padding: 24px 10px;
}
@media (max-width: 1440px) {
  .solutionList .item {
    row-gap: 16px;
  }
}
@media (max-width: 1180px) {
  .solutionList .item {
    padding: 16px 10px;
  }
}
@media (min-width: 1201px) {
  .solutionList .item:hover {
    background-color: #004998;
  }
  .solutionList .item:hover .Img img {
    translate: 0 -60px;
    -webkit-filter: drop-shadow(0 60px 0 #fff);
            filter: drop-shadow(0 60px 0 #fff);
  }
  .solutionList .item:hover .bgImg {
    opacity: 1;
  }
  .solutionList .item:hover .Txt .title {
    color: #fff;
  }
}
.solutionList .Img {
  position: relative;
  width: 25%;
  margin: 0 auto;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 480px) {
  .solutionList .Img {
    width: 100%;
    max-width: 42px;
  }
}
.solutionList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: translate, filter;
  -webkit-filter: drop-shadow(0 60px 0 transparent);
          filter: drop-shadow(0 60px 0 transparent);
}
.solutionList .bgImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.solutionList .bgImg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(18, 18, 18, 0.2);
  backdrop-filter: blur(2px);
}
.solutionList .bgImg img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.solutionList .Txt {
  position: relative;
  text-align: center;
}
.solutionList .Txt .title {
  font-size: 17px;
  font-weight: 400;
  color: #3e3e3e;
}
@media (max-width: 1536px) {
  .solutionList .Txt .title {
    font-size: 16px;
  }
}
@media (max-width: 1180px) {
  .solutionList .Txt .title {
    font-size: 15px;
  }
}
.solutionList .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.listBannerBox {
  position: relative;
  max-width: 1500px;
  margin: 0 auto;
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 480px) {
  .listBannerBox {
    border-radius: 12px;
  }
}
.listBannerBox .Img {
  height: 400px;
}
@media (max-width: 1180px) {
  .listBannerBox .Img {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .listBannerBox .Img {
    height: auto;
  }
}
.listBannerBox .Img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.listBannerBox .Txt {
  width: 27%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  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: 24px 64px;
  background: rgba(18, 18, 18, 0.2);
  backdrop-filter: blur(8.5px);
  left: unset;
  right: 0;
}
@media (max-width: 1536px) {
  .listBannerBox .Txt {
    padding: 20px 40px;
  }
}
@media (max-width: 1440px) {
  .listBannerBox .Txt {
    width: 100%;
    max-width: 330px;
    padding: 16px 32px;
  }
}
@media (max-width: 768px) {
  .listBannerBox .Txt {
    position: relative;
    max-width: none;
    background-color: #004998;
    padding: 20px 24px;
  }
}
@media (max-width: 480px) {
  .listBannerBox .Txt {
    padding: 16px 20px;
  }
}
.listBannerBox .Txt .title {
  position: relative;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
@media (max-width: 1536px) {
  .listBannerBox .Txt .title {
    padding-bottom: 16px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1440px) {
  .listBannerBox .Txt .title {
    font-size: 22px;
  }
}
@media (max-width: 1180px) {
  .listBannerBox .Txt .title {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .listBannerBox .Txt .title {
    font-size: 18px;
  }
}
.listBannerBox .Txt .title::before {
  content: "";
  position: absolute;
  width: 30%;
  height: 2px;
  background-color: #fff;
  bottom: 0;
  left: 0;
  translate: 0 50%;
}
@media (max-width: 1440px) {
  .listBannerBox .Txt .title::before {
    width: 20%;
  }
}
@media (max-width: 768px) {
  .listBannerBox .Txt .title::before {
    width: 60px;
  }
}
.listBannerBox .Txt .text {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
  color: #fff;
}
@media (max-width: 1440px) {
  .listBannerBox .Txt .text {
    font-size: 16px;
  }
}
@media (max-width: 1180px) {
  .listBannerBox .Txt .text {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .listBannerBox .Txt .text {
    font-size: 14px;
  }
}

.classOuterBox {
  position: relative;
  max-width: 1500px;
  margin: 45px auto 0;
}

.classSolutionBox {
  position: relative;
  width: 100%;
  border-radius: 10px 10px 0 0;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  background-color: #F6F6F6;
  z-index: 6;
}
@media (max-width: 1180px) {
  .classSolutionBox {
    max-width: none;
  }
}
.classSolutionBox .classCurrent {
  position: relative;
  width: 100%;
  font-size: 16px;
  letter-spacing: 1px;
  color: #fff;
  background-color: #004998;
  padding: 16px 40px 16px 20px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .classSolutionBox .classCurrent {
    font-size: 15px;
    padding: 16px 32px 16px 16px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
}
.classSolutionBox .classCurrent::before {
  content: "\f107";
  color: #fff;
  font-size: 16px;
  font-family: FontAwesome;
  line-height: 1;
  margin-top: -6px;
  position: absolute;
  right: 20px;
  top: 50%;
  z-index: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .classSolutionBox .classCurrent::before {
    right: 16px;
  }
}
@media (min-width: 1181px) {
  .classSolutionBox .classCurrent {
    display: none;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
}
.classSolutionBox .classCurrent.open::before {
  rotate: 180deg;
}
.classSolutionBox a,
.classSolutionBox span {
  cursor: pointer;
}
.classSolutionBox .classLink .dataList li {
  position: relative;
}
.classSolutionBox .classLink .dataList li + li {
  border-top: 1px solid #929292;
}
@media (min-width: 1181px) {
  .classSolutionBox .classLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .classSolutionBox .classLink > li {
    position: relative;
    min-width: 250px;
  }
}
@media (min-width: 1181px) and (max-width: 1440px) {
  .classSolutionBox .classLink > li {
    min-width: 230px;
  }
}
@media (min-width: 1181px) {
  .classSolutionBox .classLink > li:first-child > a {
    border-top-left-radius: 15px;
  }
  .classSolutionBox .classLink > li:last-child > a {
    border-top-right-radius: 15px;
  }
  .classSolutionBox .classLink .hasThirdMenu {
    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;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
  .classSolutionBox .classLink a,
  .classSolutionBox .classLink span {
    display: block;
    font-size: 17px;
    letter-spacing: 0.02rem;
    color: #3e3e3e;
    text-align: center;
    padding: 20px 30px;
  }
}
@media (min-width: 1181px) and (max-width: 1440px) {
  .classSolutionBox .classLink a,
  .classSolutionBox .classLink span {
    font-size: 16px;
    padding: 16px 24px;
  }
}
@media (min-width: 1181px) {
  .classSolutionBox .classLink a.open .arrow,
  .classSolutionBox .classLink span.open .arrow {
    rotate: 225deg;
  }
  .classSolutionBox .classLink a.current,
  .classSolutionBox .classLink span.current {
    background-color: #004998;
    color: #fff;
  }
  .classSolutionBox .classLink a.current .arrow,
  .classSolutionBox .classLink span.current .arrow {
    border-color: #fff;
  }
}
@media (min-width: 1181px) and (min-width: 1201px) {
  .classSolutionBox .classLink a:hover,
  .classSolutionBox .classLink span:hover {
    background-color: #004998;
    color: #fff;
  }
  .classSolutionBox .classLink a:hover .arrow,
  .classSolutionBox .classLink span:hover .arrow {
    border-color: #fff;
  }
}
@media (min-width: 1181px) {
  .classSolutionBox .classLink a .arrow,
  .classSolutionBox .classLink span .arrow {
    position: relative;
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 12px;
    height: 12px;
    border-right: 1px solid #3e3e3e;
    border-bottom: 1px solid #3e3e3e;
    rotate: 45deg;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
}
@media (min-width: 1181px) and (max-width: 1440px) {
  .classSolutionBox .classLink a .arrow,
  .classSolutionBox .classLink span .arrow {
    width: 10px;
    height: 10px;
  }
}
@media (min-width: 1181px) {
  .classSolutionBox .classLink .dataList {
    position: absolute;
    display: none;
    width: 100%;
    background-color: #F6F6F6;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    top: 100%;
    left: 0;
    z-index: 2;
    overflow: clip;
  }
}
@media (max-width: 1180px) {
  .classSolutionBox .classLink {
    width: 100%;
    max-height: 90vh;
    background-color: #F6F6F6;
    -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;
    overflow-y: auto;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .classSolutionBox .classLink.open {
    display: block;
  }
  .classSolutionBox .classLink > li:not(:first-child) {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .classSolutionBox .classLink > li > a.current,
  .classSolutionBox .classLink > li span.current {
    color: #fff;
  }
  .classSolutionBox .classLink > li ul {
    display: none;
  }
  .classSolutionBox .classLink .dataList {
    position: relative;
    display: none;
  }
  .classSolutionBox .classLink a,
  .classSolutionBox .classLink span {
    position: relative;
    display: block;
    font-size: 15px;
    color: #464545;
    background-color: #fff;
    padding: 16px 20px;
  }
}
@media (max-width: 1180px) and (max-width: 768px) {
  .classSolutionBox .classLink a,
  .classSolutionBox .classLink span {
    font-size: 15px;
    padding: 12px 16px;
  }
}
@media (max-width: 1180px) {
  .classSolutionBox .classLink a.open .arrow,
  .classSolutionBox .classLink span.open .arrow {
    right: 20px;
    rotate: 180deg;
  }
}
@media (max-width: 1180px) and (max-width: 768px) {
  .classSolutionBox .classLink a.open .arrow,
  .classSolutionBox .classLink span.open .arrow {
    right: 16px;
  }
}
@media (max-width: 1180px) {
  .classSolutionBox .classLink a.current,
  .classSolutionBox .classLink span.current {
    background-color: #004998;
    color: #fff;
  }
  .classSolutionBox .classLink a.current .arrow::before,
  .classSolutionBox .classLink span.current .arrow::before {
    color: #fff;
  }
  .classSolutionBox .classLink a .arrow,
  .classSolutionBox .classLink span .arrow {
    position: absolute;
    top: 50%;
    right: 20px;
    translate: 0 -50%;
    -webkit-transform: skewX(15deg);
            transform: skewX(15deg);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .classSolutionBox .classLink a .arrow::before,
  .classSolutionBox .classLink span .arrow::before {
    position: relative;
    content: "\f107";
    font-family: FontAwesome;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #3e3e3e;
    z-index: 1;
  }
}

.classBoxRowPc .classCurrent {
  background-color: #fff;
}

.detailBox {
  position: relative;
  background-color: #EDEDED;
  border-radius: 15px;
  padding: 50px 0;
}
@media (max-width: 1536px) {
  .detailBox {
    border-top-left-radius: 0;
  }
}
@media (max-width: 1180px) {
  .detailBox {
    padding: 30px 0;
    border-top-right-radius: 0;
  }
}
.detailBox .wrap {
  max-width: 1580px;
}
.detailBox .pageListBox {
  padding-top: 20px;
}

.insPage {
  padding: 80px 0;
}
.insPage .wrap {
  max-width: 1500px;
}

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

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

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

.catalogTopBox {
  max-width: 100%;
  margin-bottom: 30px;
  z-index: 1;
}
@media (max-width: 1180px) {
  .catalogTopBox {
    top: 0;
    position: relative;
  }
}
.catalogTopBox .topBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media (max-width: 1180px) {
  .catalogTopBox .topBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 24px;
  }
}
.catalogTopBox .topBox .leftBox {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media (max-width: 1180px) {
  .catalogTopBox .topBox .leftBox {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .catalogTopBox .topBox .leftBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 20px;
  }
}
.catalogTopBox .topBox .rightBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
@media (max-width: 1180px) {
  .catalogTopBox .topBox .rightBox {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .catalogTopBox .topBox .rightBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
}
.catalogTopBox .topBox .rightBox .btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  margin-top: 0;
}
.catalogTopBox .topBox .rightBox .btnBox .headerIconBtn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.catalogTopBox .topBox .rightBox .btnBox .headerIconBtn + .headerIconBtn {
  padding-left: 30px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.catalogTopBox .topBox .rightBox .btnBox .headerIconBtn .txt {
  width: 100%;
  margin-top: 10px;
  text-align: center;
}
.catalogTopBox .topBox .rightBox .btnBox .headerIconBtn .txt.header {
  display: none;
}
.catalogTopBox .topBox .rightBox .btnBox .headerIconBtn .txt.float {
  display: none;
}
.catalogTopBox .topBox .rightBox .btnBox .headerIconBtn .icon {
  width: 30px;
  margin: 0 auto;
}
.catalogTopBox .topBox .rightBox .btnBox .headerIconBtn .icon svg {
  width: 30px;
  height: 30px;
  display: block;
}
.catalogTopBox .topBox .rightBox .btnBox .headerIconBtn .num {
  width: 22px;
  height: 22px;
  background-color: #6db327;
  border-radius: 50%;
  font-size: 12px;
  color: #fff;
  margin-left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 2px;
  right: 4px;
}
.catalogTopBox .unitBox {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  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-right: 0;
}
@media (max-width: 768px) {
  .catalogTopBox .unitBox {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.catalogTopBox .unitBox .unitList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 290px;
  background-color: #ededed;
  border-radius: 23px;
}
@media (max-width: 768px) {
  .catalogTopBox .unitBox .unitList {
    width: unset;
    -webkit-column-gap: 6px;
       -moz-column-gap: 6px;
            column-gap: 6px;
  }
}
.catalogTopBox .unitBox .unitList .unit {
  position: relative;
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 1.5;
  padding: 0.7em 1.5625em;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 768px) {
  .catalogTopBox .unitBox .unitList .unit {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .catalogTopBox .unitBox .unitList .unit {
    font-size: 14px;
  }
}
.catalogTopBox .unitBox .unitList .unit::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #6db327;
  top: 0;
  right: 0;
  border-radius: 23px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  opacity: 0;
}
.catalogTopBox .unitBox .unitList .unit .unitText {
  font-size: 1em;
  color: #969696;
  position: relative;
  z-index: 1;
}
.catalogTopBox .unitBox .unitList .unit.current .unitText {
  color: #fff;
}
.catalogTopBox .unitBox .unitList .unit.current::before {
  opacity: 1;
}
.catalogTopBox .classSelect {
  background-color: #f3f2f2;
  color: #737373;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 10px 30px 10px 30px;
  position: relative;
  border-radius: 25px;
  text-align: center;
  margin-bottom: 30px;
  width: 100%;
  border: 1px solid transparent;
}
.catalogTopBox .classSelect option {
  color: #464545;
  background-color: #fff;
  display: block;
  padding: 14px 15px;
  position: relative;
}
.catalogTopBox .pageInfoBox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.catalogTopBox .pageInfoBox .formBox .select .columnSelect {
  background-color: #fff;
}
.catalogTopBox .classBoxRowPc {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: unset;
  max-width: 300px;
  margin: 0;
}
@media (max-width: 768px) {
  .catalogTopBox .classBoxRowPc {
    width: 100%;
    max-width: none;
  }
}

.catalogBottomBox {
  position: relative;
  width: 100%;
}
.catalogBottomBox .catalogBox {
  background-color: #fff;
}

.catalogTableBox {
  position: relative;
  white-space: nowrap;
  -webkit-box-shadow: 0px 0px 17.52px 6.48px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 17.52px 6.48px rgba(0, 0, 0, 0.05);
  height: 500px;
  min-width: 100%;
  overflow-x: auto;
  width: 100%;
}
.catalogTableBox::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  background-color: #f1f1f1;
}
.catalogTableBox::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #f1f1f1;
}
.catalogTableBox::-webkit-scrollbar-thumb {
  background: #004998;
}
.catalogTableBox::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.catalogTableBox::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
.catalogTableBox::-webkit-scrollbar-thumb {
  background: #004998;
  /*c1c1c1*/
  border: 0px solid #004998;
  /*c1c1c1*/
  border-radius: 10px;
}
.catalogTableBox::-webkit-scrollbar-thumb:active {
  background-color: #004998;
  /*c1c1c1*/
}
.catalogTableBox::-webkit-scrollbar-track {
  background: #dfdfdf;
  border: 0px none #ffffff;
  border-radius: 10px;
}
.catalogTableBox::-webkit-scrollbar-track:hover {
  background: #dfdfdf;
}
.catalogTableBox::-webkit-scrollbar-track:active {
  background: #dfdfdf;
}
.catalogTableBox::-webkit-scrollbar-corner {
  background: transparent;
}
.catalogTableBox.dragscroll table {
  cursor: move;
}
.catalogTableBox table {
  position: relative;
  width: 100% !important;
}
.catalogTableBox table .icon {
  width: 25px;
  height: 25px;
  margin: auto;
  fill: #fff;
}
.catalogTableBox .dataTables_scrollHead {
  position: sticky !important;
  top: 0;
  left: 0;
  z-index: 99;
}
.catalogTableBox thead {
  position: relative;
}
.catalogTableBox thead.sticky {
  position: sticky !important;
  top: 0;
  z-index: 98;
  background-color: rgba(0, 73, 152, 0);
}
@media (max-width: 1536px) {
  .catalogTableBox thead.sticky {
    top: 0;
  }
}
.catalogTableBox thead td {
  padding: 15px 30px 15px 30px;
  position: relative;
  white-space: nowrap;
  vertical-align: top;
  font-size: 15px;
  font-weight: 600;
}
.catalogTableBox thead td::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #336dad;
}
.catalogTableBox thead td.secondTop::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #336dad;
}
.catalogTableBox thead td.first-col {
  text-align: left;
  z-index: 99;
  left: 0;
  position: sticky;
  background-color: #004998;
  padding-left: 15px;
  padding-right: 15px;
}
.catalogTableBox thead td .unit {
  background-color: #6db327;
  border-radius: 14px;
  display: inline-block;
  vertical-align: middle;
  padding: 2px 10px;
  margin: 0 5px;
  font-size: 15px;
}
.catalogTableBox tbody tr:nth-child(even) {
  background-color: #f4f4f4;
}
.catalogTableBox tbody tr:nth-child(even) td {
  background-color: #f4f4f4;
}
@media (min-width: 1201px) {
  .catalogTableBox tbody tr:hover {
    background-color: rgba(109, 179, 39, 0.2) !important;
  }
  .catalogTableBox tbody tr:hover td {
    background-color: rgba(109, 179, 39, 0.2) !important;
  }
}
.catalogTableBox tbody td {
  padding: 10px 5px 10px 5px;
  text-align: center;
  background-color: #fff;
}
.catalogTableBox tbody td:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
}
.catalogTableBox tbody td.first-col {
  text-align: left;
  position: sticky;
  left: 0px;
  z-index: 1;
  padding-left: 15px;
  padding-right: 15px;
}
.catalogTableBox tbody td.first-col::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #c2c2c2;
}
.catalogTableBox tbody td.first-col .title {
  position: relative;
  display: inline-block;
}
.catalogTableBox tbody td.pdf {
  cursor: pointer;
}
@media (min-width: 1201px) {
  .catalogTableBox tbody td.pdf:hover svg {
    color: #6db327;
  }
}
.catalogTableBox tbody {
  /* checkStyle */
}
.catalogTableBox tbody .checkStyle {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.catalogTableBox tbody .checkStyle.disabled {
  cursor: revert;
}
.catalogTableBox tbody .checkStyle.disabled .dot {
  background-color: #f8f8f8;
}
.catalogTableBox tbody .checkStyle.disabled .txt {
  color: #cfcfcf;
}
.catalogTableBox tbody .checkStyle .dot {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #c2c2c2;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .catalogTableBox tbody .checkStyle .dot {
    margin-right: 15px;
  }
}
@media (max-width: 480px) {
  .catalogTableBox tbody .checkStyle .dot {
    margin-right: 10px;
    width: 20px;
    height: 20px;
  }
}
.catalogTableBox tbody .checkStyle .dot:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 8.5px;
  height: 8.5px;
  margin: auto;
  -webkit-transform: scale(0);
          transform: scale(0);
  background-color: #6db327;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .catalogTableBox tbody .checkStyle .dot:before {
    width: 10px;
    height: 10px;
  }
}
.catalogTableBox tbody .checkStyle input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.catalogTableBox tbody .checkStyle input[type=checkbox]:checked + span:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.catalogTableBox tbody .fileList {
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -10px);
          transform: translate(-50%, -10px);
  padding: 10px;
  width: 120px;
  background-color: #ddd;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
}
.catalogTableBox tbody .fileList.show {
  pointer-events: auto;
  opacity: 1;
}
.catalogTableBox tbody .fileList::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #ddd transparent transparent transparent;
}
.catalogTableBox tbody .fileList.reverseList {
  top: 100%;
  bottom: auto;
  -webkit-transform: translate(-50%, 10px);
          transform: translate(-50%, 10px);
}
.catalogTableBox tbody .fileList.reverseList::before {
  top: auto;
  bottom: 100%;
  border-width: 0px 6px 8px 6px;
  border-color: transparent transparent #ddd transparent;
}
.catalogTableBox tbody .fileItem a {
  padding: 2px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  color: #000;
}
.catalogTableBox tbody .fileItem i {
  margin-right: 5px;
}
.catalogTableBox .bgMain {
  background-color: #004998;
}
.catalogTableBox .bgMain td {
  padding: 15px 5px 15px 5px;
  font-size: 18px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #fff;
  vertical-align: middle;
  text-align: center;
}
.catalogTableBox .bgMain a {
  color: #fff;
}
.catalogTableBox label {
  cursor: pointer;
  display: block;
}

.productBox {
  width: 100%;
}
.productBox .productList {
  width: 100%;
}
.productBox .productList .productItem {
  width: 100%;
  display: block;
  text-align: left;
}

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

.compareBox {
  width: 100%;
  position: relative;
}
.compareBox .note {
  text-align: center;
  padding: 20px 0;
}
.compareBox .tableWrap {
  width: 100%;
  overflow: auto;
}
.compareBox .tableWrap.dragscroll {
  cursor: move;
}
.compareBox .tableWrap.dragscroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  background-color: #f1f1f1;
}
.compareBox .tableWrap.dragscroll::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #f1f1f1;
}
.compareBox .tableWrap.dragscroll::-webkit-scrollbar-thumb {
  background: #004998;
}
.compareBox .compareTable {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 20px;
  text-align: center;
  position: relative;
}
.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: 1201px) {
  .compareBox .tableHeadItem .ImgWrap:hover img {
    opacity: 0.8;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.compareBox .tableHeadItem .title {
  width: 100%;
  color: #333;
  display: block;
  line-height: 1.5;
  letter-spacing: 1px;
  margin: 10px 0;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.compareBox .tableHeadItem .title a {
  display: block;
}
.compareBox .tableHeadItem .deleteBtn {
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  color: #333;
  font-size: 18px;
  outline: none;
  padding: 0;
  position: absolute;
  top: 5px;
  right: 0;
  z-index: 1;
}
@media (min-width: 1201px) {
  .compareBox .tableHeadItem .deleteBtn:hover {
    color: #004998;
  }
}
.compareBox .btnBox {
  padding-top: 30px;
}