
.relation_product .Img img, .relation_product .Img a::before, .relation_product .Img a::after, .relation_product .topBox .arrowBox .arrow, .catalogList .Img img, .catalogList .Img a::before, .catalogList .Img a::after, .moduleBoxFilter .filterBox .filterList .filterItem a::before, .moduleBoxFilter .filterBox .filterList .filterItem a::after, .classListBox .Img a::before, .classListBox .Img a::after, .classListBox .Img img, .tagBox .item .Img img, .tagBox .item .Img, .tagBox .topBox .arrowBox .arrow {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.bannerArea .insTitleBox .titleEn {
  max-width: 600px;
  line-height: 0.98;
}
@media (max-width: 1080px) {
  .bannerArea .insTitleBox .titleEn {
    max-width: 80%;
    font-size: 55px;
  }
}
@media (max-width: 800px) {
  .bannerArea .insTitleBox .titleEn {
    font-size: 45px;
  }
}
@media (max-width: 640px) {
  .bannerArea .insTitleBox .titleEn {
    font-size: 35px;
    max-width: 100%;
  }
}
@media (max-width: 420px) {
  .bannerArea .insTitleBox .titleEn {
    font-size: 16px;
  }
}
.bannerArea .insTitleBox .titleTw {
  letter-spacing: 2.5px;
}
@media (max-width: 480px) {
  .bannerArea .insTitleBox .titleTw {
    font-size: 20px;
  }
}
.bannerArea .insTitleBox .bread {
  margin-top: 45px;
}
@media (max-width: 1080px) {
  .bannerArea .insTitleBox .bread {
    margin-top: 20px;
  }
}

.contentBox {
  position: relative;
  /*padding-top: 50px;*/
  max-width: 1080px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .contentBox {
    padding-top: 0px;
  }
}

.topIntroBox {
  padding-bottom: 50px;
}
.topIntroBox .titleBox {
  text-align: center;
}
.topIntroBox .titleBox .titleTw {
  font-size: 28px;
  color: #1a1a1d;
}
.topIntroBox p {
  text-align: center;
  font-size: 16px;
  color: #53535b;
  letter-spacing: 1.2px;
  line-height: 2;
}

.tagBox {
  padding: 90px 0;
}
@media (max-width: 640px) {
  .tagBox {
    padding: 25px 0;
  }
}
.tagBox .topBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 35px 0;
}
.tagBox .topBox .solutionTitleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccd2de;
}
.tagBox .topBox .h2Title, .tagBox .topBox .titleEn {
  display: inline-block;
}
@media (max-width: 360px) {
  .tagBox .topBox .h2Title, .tagBox .topBox .titleEn {
    display: block;
  }
}
.tagBox .topBox .h2Title {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  margin: initial;
  margin-right: 10px;
  width: initial;
  color: #000000;
}
.tagBox .topBox .titleEn {
  font-family: Poppins;
  font-weight: 500;
  font-size: 28px;
  color: #40a8df;
}
@media (max-width: 480px) {
  .tagBox .topBox .titleEn {
    font-size: 20px;
  }
}
.tagBox .topBox .arrowBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}
@media (max-width: 1280px) {
  .tagBox .topBox .arrowBox {
    display: none;
  }
}
@media (max-width: 480px) {
  .tagBox .topBox .arrowBox {
    margin-right: 0;
  }
}
.tagBox .topBox .arrowBox .arrow {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.tagBox .topBox .arrowBox .arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 15px;
  height: 20px;
  fill: #a9b6c9;
  stroke: #a9b6c9;
}
.tagBox .topBox .arrowBox .arrowPrev {
  margin-right: auto;
  pointer-events: all;
}
.tagBox .topBox .arrowBox .arrowPrev::after {
  content: "";
  position: absolute;
  right: -5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 20px;
  background-color: #a9b6c9;
}
.tagBox .topBox .arrowBox .arrowPrev:hover svg {
  fill: #40a8df;
  stroke: #40a8df;
}
.tagBox .topBox .arrowBox .arrowNext {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  margin-left: 5px;
  pointer-events: all;
}
.tagBox .topBox .arrowBox .arrowNext:hover svg {
  fill: #40a8df;
  stroke: #40a8df;
}
.tagBox .topBox .arrowBox.mobile {
  display: none;
}
@media (max-width: 1280px) {
  .tagBox .topBox .arrowBox.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.tagBox .topListBox {
  display: block;
  width: 600px;
}
@media (max-width: 1280px) {
  .tagBox .topListBox {
    display: none;
  }
}
.tagBox .listBox {
  display: block;
}
@media (max-width: 1280px) {
  .tagBox .listBox {
    display: none;
  }
}
.tagBox .mobileListBox {
  display: none;
  margin: 0 -20px;
}
@media (max-width: 1280px) {
  .tagBox .mobileListBox {
    display: block;
  }
}
@media (max-width: 768px) {
  .tagBox .mobileListBox {
    margin: 0;
  }
}
.tagBox .tagMobileList:not(.slick-slider) {
  position: relative;
}
.tagBox .tagMobileList:not(.slick-slider) > div, .tagBox .tagMobileList:not(.slick-slider) li {
  position: relative;
  z-index: 2;
}
.tagBox .tagMobileList:not(.slick-slider) > div:not(:first-child), .tagBox .tagMobileList:not(.slick-slider) li:not(:first-child) {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.tagBox .tagMobileList .tagItem {
  max-width: 560px;
  margin-bottom: 35px;
}
.tagBox .tagMobileList .tagItem:nth-of-type(odd) .Img {
 
}
.tagBox .tagMobileList .tagItem:nth-of-type(odd) .Img img {
filter: brightness(0) invert(1);
}
.tagBox .listGroup {
  width: 100%;
  margin: 0 -20px;
}
.tagBox .listGroup .groupItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tagBox .listGroup .tagItem {
  margin-bottom: 35px;
}

.tagBox .listGroup .tagItem:nth-of-type(1) .Img img, .tagBox .listGroup .tagItem:nth-of-type(2) .Img img {
     -webkit-filter: brightness(0) invert(1);
}
.tagBox .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .tagBox .item {
    padding: 0 10px;
  }
}
@media (max-width: 640px) {
  .tagBox .item {
    -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;
  }
}
@media (max-width: 480px) {
  .tagBox .item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 360px) {
  .tagBox .item {
    -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;
  }
}
.tagBox .item .Img {
  background: #40a8df;
  border-radius: 50px;
  padding: 7px;
  margin-right: 20px;
}
@media (max-width: 640px) {
  .tagBox .item .Img {
    padding: 10px;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .tagBox .item .Img {
    margin-right: 15px;
    margin-bottom: 0;
  }
}
@media (max-width: 360px) {
  .tagBox .item .Img {
    padding: 10px;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.tagBox .item .Img img {
  display: block;
  width: 50px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.tagBox .item .Txt {
  width: 243px;
}
@media (max-width: 640px) {
  .tagBox .item .Txt {
    width: 100%;
    text-align: center;
    padding: 0 10px;
  }
}
@media (max-width: 480px) {
  .tagBox .item .Txt {
    width: initial;
    text-align: left;
    padding: 0;
  }
}
@media (max-width: 360px) {
  .tagBox .item .Txt {
    width: 100%;
    text-align: center;
    padding: 0 10px;
  }
}
.tagBox .item .title {
  font-size: 15px;
  font-weight: 300;
  
}
.tagBox .item p {
  font-size: 16px;
  color: #53535b;
  letter-spacing: 1px;
  line-height: 2;
}

.middleIntroBox .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
@media (max-width: 640px) {
  .middleIntroBox .wrap {
    display: block;
  }
}
.middleIntroBox .left {
  max-width: 600px;
}
@media (max-width: 640px) {
  .middleIntroBox .left {
    max-width: 480px;
    margin: 0 auto;
  }
}
.middleIntroBox .Img {
  position: relative;
  pointer-events: none;
  overflow: hidden;
}
@-webkit-keyframes circle {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes circle {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
.middleIntroBox .Img::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 80%;
  height: 80%;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#abbdd9), to(#40a8df));
  background: linear-gradient(#abbdd9, #40a8df);
  -webkit-animation: circle 3s linear infinite;
          animation: circle 3s linear infinite;
}
.middleIntroBox .Img::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 79%;
  height: 79%;
  border-radius: 50%;
  background: url(../image/Bg.png) #eeedf3;
}
.middleIntroBox .Img img {
  position: relative;
  z-index: 5;
  display: block;
  width: 100%;
}
.middleIntroBox .Txt {
  position: relative;
  z-index: 6;
  max-width: 720px;
  margin-left: -85px;
  padding: 85px 0 70px 70px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0px;
}
@media (max-width: 1080px) {
  .middleIntroBox .Txt {
    padding: 45px 0 45px 45px;
  }
}
@media (max-width: 640px) {
  .middleIntroBox .Txt {
    margin-left: 0;
    margin-top: -85px;
  }
}
@media (max-width: 360px) {
  .middleIntroBox .Txt {
    margin-top: -45px;
  }
}
@media (max-width: 480px) {
  .middleIntroBox .Txt {
    padding: 30px 0 30px 30px;
  }
}
@media (max-width: 360px) {
  .middleIntroBox .Txt {
    padding: 30px 0 30px 20px;
  }
}
.middleIntroBox .Txt .content {
  font-size: 16px;
  color: #53535b;
  letter-spacing: 1.2px;
  padding-right: 50px;
  max-height: 215px;
  overflow-y: auto;
}
.middleIntroBox .Txt .content::-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: #ffffff;
}
.middleIntroBox .Txt .content::-webkit-scrollbar {
  border: 1px solid #000;
  width: 5px;
  height: 10px;
  background-color: #ffffff;
}
.middleIntroBox .Txt .content::-webkit-scrollbar-thumb {
  background: #40a8df;
}
@media (max-width: 480px) {
  .middleIntroBox .Txt .content {
    padding-right: 30px;
  }
}
@media (max-width: 360px) {
  .middleIntroBox .Txt .content {
    padding-right: 20px;
  }
}
.middleIntroBox .titleInsBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 35px;
}
.middleIntroBox .h2Title, .middleIntroBox .titleEn {
  display: inline-block;
}
@media (max-width: 360px) {
  .middleIntroBox .h2Title, .middleIntroBox .titleEn {
    display: block;
  }
}
.middleIntroBox .h2Title {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  margin: initial;
  margin-right: 10px;
  width: initial;
  color: #000000;
}
.middleIntroBox .titleEn {
  font-family: Poppins;
  font-weight: 500;
  font-size: 28px;
  color: #40a8df;
}
@media (max-width: 480px) {
  .middleIntroBox .titleEn {
    font-size: 20px;
  }
}

.classListBox {
  position: relative;
  z-index: 5;
}
.classListBox li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 60px 0;
  -webkit-filter: drop-shadow(0 25px 20px rgba(187, 187, 187, 0.1));
          filter: drop-shadow(0 25px 20px rgba(187, 187, 187, 0.1));
}
@media (max-width: 1080px) {
  .classListBox li {
    background: #ffffff;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 0px;
    padding: 35px 60px;
    margin: 30px 0;
  }
}
@media (max-width: 768px) {
  .classListBox li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 480px) {
  .classListBox li {
    padding: 35px;
  }
}
@media (max-width: 360px) {
  .classListBox li {
    padding: 25px 20px;
  }
}
.classListBox li:nth-child(even) .Txt {
  margin-left: 0;
  margin-right: auto;
}
.classListBox li:nth-child(even) .TxtWrap {
  margin-left: 0;
  margin-right: auto;
}
.classListBox li:nth-child(even) .Img {
  left: initial;
  right: 0;
}
@media (max-width: 1080px) {
  .classListBox li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .classListBox li:nth-child(even) .TxtWrap {
    padding-left: 0;
    padding-right: 40px;
  }
}
@media (max-width: 768px) {
  .classListBox li:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .classListBox li:nth-child(even) .Txt {
    margin-left: 0;
    margin-right: 0;
  }
  .classListBox li:nth-child(even) .TxtWrap {
    padding-right: 0;
  }
}
.classListBox .Txt {
  width: 100%;
  max-width: 980px;
  border-radius: 0px;
  padding: 35px 60px;
  margin-left: auto;
  background: #ffffff;
}
@media (max-width: 1080px) {
  .classListBox .Txt {
    max-width: 50%;
    margin: 0 auto;
    padding: 0;
    background: transparent;
  }
}
@media (max-width: 768px) {
  .classListBox .Txt {
    max-width: 580px;
    margin-top: 30px;
  }
}
@media (max-width: 360px) {
  .classListBox .Txt {
    margin-top: 10px;
  }
}
.classListBox .TxtWrap {
  max-width: 485px;
  width: 50%;
  margin-left: auto;
}
@media (max-width: 1080px) {
  .classListBox .TxtWrap {
    padding-left: 40px;
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .classListBox .TxtWrap {
    padding-left: 0;
    max-width: initial;
  }
}
.classListBox .classTitle {
  font-size: 25px;
  color: #000000;
  font-weight: 500;
}
@media (max-width: 360px) {
  .classListBox .classTitle {
    font-size: 20px;
  }
}
.classListBox .titleEn {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 500;
  color: #40a8df;
}
@media (max-width: 360px) {
  .classListBox .titleEn {
    font-size: 16px;
  }
}
.classListBox .content {
  margin-top: 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #53535b;
}
@media (max-width: 360px) {
  .classListBox .content {
    margin-top: 15px;
  }
}
.classListBox .btn.more {
  display: block;
  max-width: 180px;
  margin-top: 30px;
  padding: 5px 25px;
  background: #ffffff;
  border: 1px solid #c9c9c9;
}
.classListBox .btn.more .text {
  color: #000000;
}
.classListBox .btn.more .arrow::after {
  background: #000000;
}
.classListBox .btn.more svg {
  fill: #000000;
}
.classListBox .btn:hover {
  background: #40a8df;
  border: 1px solid transparent;
}
.classListBox .btn:hover .text {
  color: #ffffff;
}
.classListBox .btn:hover .arrow::after {
  background: #ffffff;
}
.classListBox .btn:hover svg {
  fill: #ffffff;
}
.classListBox .Img {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 5;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 580px;
  border-radius: 0px;
  overflow: hidden;
}
.classListBox .Img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.classListBox .Img:hover a::after {
  opacity: 0.5;
}
.classListBox .Img:hover a::before {
  opacity: 1;
}
@media (max-width: 1180px) {
  .classListBox .Img {
    width: 50%;
  }
}
@media (max-width: 1080px) {
  .classListBox .Img {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}
@media (max-width: 768px) {
  .classListBox .Img {
    width: 100%;
  }
}
.classListBox .Img img {
  display: block;
  width: 100%;
}
.classListBox .Img a {
  position: relative;
}
.classListBox .Img a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #40a8df;
  opacity: 0;
}
.classListBox .Img a::before {
  content: "READ MORE";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  color: #ffffff;
  font-weight: 500;
  font-size: 15px;
  opacity: 0;
}

.filterFuncList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.filterFuncList li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.filterFuncList li + li::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.filterFuncList li a {
  background-color: #40a8df;
  color: #fff;
  display: block;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 15px 0;
  text-align: center;
}
.filterFuncList li a span {
  display: inline-block;
  padding-left: 10px;
}
.filterFuncList li a:hover {
  background-color: #1f3c68;
}

.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;
  padding: 0 20px;
}
@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%;
    padding: 5px 0 10px;
  }
}
@media (max-width: 480px) {
  .moduleBoxFilter .filterBox .filterList .filterItem {
    width: 100%;
  }
}
.moduleBoxFilter .filterBox .filterList .filterItem a {
  display: inline-block;
  position: relative;
  padding: 10px 15px 10px 45px;
}
.moduleBoxFilter .filterBox .filterList .filterItem a::before, .moduleBoxFilter .filterBox .filterList .filterItem a::after {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #626262;
  border-radius: 0px;
  display: block;
  position: absolute;
  top: 12px;
  left: 16px;
  z-index: 1;
}
.moduleBoxFilter .filterBox .filterList .filterItem a.selected {
  color: #40a8df;
}
.moduleBoxFilter .filterBox .filterList .filterItem a.selected::before {
  border-color: #40a8df;
}
.moduleBoxFilter .filterBox .filterList .filterItem a.selected::after {
  background-color: #40a8df;
  border-color: #40a8df;
}
.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;
}

.classBox .sectionTitle strong {
  position: relative;
  display: inline-block;
  font-size: 22px;
  font-weight: 500;
  color: #40a8df;
  padding-right: 10px;
}
.classBox .sectionTitle strong::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 15px;
  background: #a9b6c9;
}
.classBox .sectionTitle em {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  font-family: Poppins;
  color: #40a8df;
  padding-left: 10px;
}
.classBoxColumn.filter {
  z-index: 3;
}
@media (max-width: 1023px) {
  .classBoxColumn.filter {
    margin-bottom: 20px;
  }
}
.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: 0px;
  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: #40a8df;
}
.classBoxColumn.filter .classLink .linkHasItems.open + ul > li a.selected::before {
  border-color: #40a8df;
}
.classBoxColumn.filter .classLink .linkHasItems.open + ul > li a.selected::after {
  background-color: #40a8df;
  border-color: #40a8df;
}
.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: 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;
}

.catalogList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
  padding-top: 170px;
}
@media (max-width: 1024px) {
  .catalogList {
    margin: 0;
  }
}
.catalogList .catalogItem {
  width: 100%;
  margin-bottom: 25px;
}
.catalogList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ffffff;
  border-radius: 0px;
  padding: 25px;
}
@media (max-width: 640px) {
  .catalogList .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 25px 15px;
    margin: 0 10px;
  }
}
.catalogList .Img {
  position: relative;
  max-width: 360px;
}
@media (max-width: 640px) {
  .catalogList .Img {
    width: 100%;
  }
}
.catalogList .Img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.catalogList .Img:hover a::after {
  opacity: 0.5;
}
.catalogList .Img:hover a::before {
  opacity: 1;
}
.catalogList .Img a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 0px;
}
.catalogList .Img a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #40a8df;
  opacity: 0;
}
.catalogList .Img a::before {
  content: "READ MORE";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  color: #ffffff;
  font-weight: 500;
  font-size: 15px;
  opacity: 0;
}
.catalogList .Img img {
  display: block;
  width: 100%;
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.catalogList .Txt {
  width: 51%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 30px;
}
@media (max-width: 640px) {
  .catalogList .Txt {
    max-width: 360px;
    padding-left: 0;
    padding-top: 25px;
  }
}
.catalogList .Txt .no {
  font-size: 14px;
  color: #40a8df;
  font-size: Poppins, "Noto Sans TC", "Microsoft YaHei", sans-serif;
}
.catalogList .Txt .title {
  margin-bottom: 5px;
}
.catalogList .Txt .title a {
  display: block;
  font-size: 20px;
  font-weight: 500;
  word-break: break-all;
}
.catalogList .infoItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  line-height: 1.3;
  font-size: 16px;
  font-family: "Noto Sans TC", "Microsoft YaHei", sans-serif;
  font-weight: 400;
  color: #53535b;
}
.catalogList .infoItem span {
  min-width: 120px;
  display: inline-block;
  position: relative;
}
.catalogList .infoItem span::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 5px;
  height: 5px;
  background: #40a8df;
  border-radius: 50%;
  vertical-align: middle;
}
.catalogList .btnBox {
  margin: 10px 0 0 -5px;
}
.catalogList .btnBox > a {
  margin-top: 15px;
}
.catalogList .btnBox .more {
  padding: 8px 11px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #bac0c8;
}
@media (min-width: 1181px) {
  .catalogList .btnBox .more:hover {
    background: #40a8df;
    border: 1px solid transparent;
  }
  .catalogList .btnBox .more:hover .arrow::after {
    background: #ffffff;
  }
  .catalogList .btnBox .more:hover svg {
    fill: #ffffff;
  }
}
.catalogList .btnBox .more .arrow {
  margin-left: 0;
  vertical-align: middle;
}
.catalogList .btnBox .more .arrow::after {
  background: #000000;
  -webkit-transform: none;
          transform: none;
}
.catalogList .btnBox .more svg {
  height: 15px;
  fill: #000000;
}
.catalogList .price {
  margin-top: 10px;
}
.catalogList .price strong {
  display: inline-block;
  margin: 0 5px;
}
.catalogList .price .discount b {
  font-style: italic;
  font-size: 18px;
  color: #000;
}

.relation_product {
  padding: 80px 0;
}
.relation_product .wrap {
  max-width: 1240px;
  padding: 0;
}
.relation_product .topBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1180px;
  margin: 0 auto 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccd2de;
}
.relation_product .topBox .h2Title, .relation_product .topBox .titleEn {
  display: inline-block;
}
@media (max-width: 360px) {
  .relation_product .topBox .h2Title, .relation_product .topBox .titleEn {
    display: block;
  }
}
.relation_product .topBox .h2Title {
  position: relative;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
  margin: initial;
  margin-right: 10px;
  width: initial;
  color: #000000;
}
.relation_product .topBox .titleEn {
  font-family: Poppins;
  font-weight: 500;
  font-size: 28px;
  color: #40a8df;
}
@media (max-width: 480px) {
  .relation_product .topBox .titleEn {
    font-size: 20px;
  }
}
.relation_product .topBox .arrowBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: 20px;
}
@media (max-width: 480px) {
  .relation_product .topBox .arrowBox {
    margin-right: -10px;
  }
}
.relation_product .topBox .arrowBox .arrow {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.relation_product .topBox .arrowBox .arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 15px;
  height: 20px;
  fill: #a9b6c9;
  stroke: #a9b6c9;
}
.relation_product .topBox .arrowBox .arrowPrev {
  margin-right: auto;
  pointer-events: all;
}
.relation_product .topBox .arrowBox .arrowPrev::after {
  content: "";
  position: absolute;
  right: -5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 20px;
  background-color: #a9b6c9;
}
.relation_product .topBox .arrowBox .arrowPrev:hover svg {
  fill: #40a8df;
  stroke: #40a8df;
}
.relation_product .topBox .arrowBox .arrowNext {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  margin-left: 5px;
  pointer-events: all;
}
.relation_product .topBox .arrowBox .arrowNext:hover svg {
  fill: #40a8df;
  stroke: #40a8df;
}
@media (max-width: 640px) {
  .relation_product .topBox .pageBox {
    display: none;
  }
}
.relation_product .topBox .slidePage {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  font-family: Poppins;
  color: #a9b6c9;
}
.relation_product .topBox .slidePage.total {
  position: relative;
  margin-left: 10px;
}
.relation_product .topBox .slidePage.total::after {
  content: "/";
  position: absolute;
  left: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
}
.relation_product .listbox {
  border: 1px solid #000;
  margin: 0 -20px;
}
@media (max-width: 480px) {
  .relation_product .listbox {
    margin: 0;
  }
}
.relation_product .relationList:not(.slick-slider) {
  position: relative;
}
.relation_product .relationList:not(.slick-slider) > div, .relation_product .relationList:not(.slick-slider) li {
  position: relative;
  z-index: 2;
}
.relation_product .relationList:not(.slick-slider) > div:not(:first-child), .relation_product .relationList:not(.slick-slider) li:not(:first-child) {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.relation_product .catalogItem {
  width: 100%;
  margin-bottom: 25px;
}
.relation_product .item {
  background: #ffffff;
  border-radius: 0px;
  padding: 25px;
  margin: 0 15px;
}
@media (max-width: 640px) {
  .relation_product .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 25px 15px;
    margin: 0 10px;
  }
}
.relation_product .Img {
  position: relative;
}
@media (max-width: 640px) {
  .relation_product .Img {
    width: 100%;
  }
}
.relation_product .Img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.relation_product .Img:hover a::after {
  opacity: 0.5;
}
.relation_product .Img:hover a::before {
  opacity: 1;
}
.relation_product .Img a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 0px;
}
.relation_product .Img a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #40a8df;
  opacity: 0;
}
.relation_product .Img a::before {
  content: "READ MORE";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  color: #ffffff;
  font-weight: 500;
  font-size: 15px;
  opacity: 0;
}
.relation_product .Img img {
  display: block;
  width: 100%;
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.relation_product .Txt {
  padding-top: 30px;
}
@media (max-width: 640px) {
  .relation_product .Txt {
    max-width: 360px;
    padding-left: 0;
    padding-top: 25px;
  }
}
.relation_product .Txt .no {
  font-size: 14px;
  color: #40a8df;
  font-size: Poppins, "Noto Sans TC", "Microsoft YaHei", sans-serif;
}
.relation_product .Txt .title {
  margin-bottom: 5px;
}
.relation_product .Txt .title a {
  display: block;
  font-size: 20px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.relation_product .infoItem {
  display: block;
  width: 100%;
  padding-top: 10px;
  line-height: 1.3;
  font-size: 16px;
  font-family: "Noto Sans TC", "Microsoft YaHei", sans-serif;
  font-weight: 400;
  color: #53535b;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.relation_product .infoItem span {
  min-width: 120px;
  display: inline-block;
  position: relative;
}
.relation_product .infoItem span::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 5px;
  height: 5px;
  background: #40a8df;
  border-radius: 50%;
  vertical-align: middle;
}
.relation_product .btnBox {
  margin: 10px 0 0 -5px;
}
.relation_product .btnBox > a {
  margin-top: 15px;
}
.relation_product .btnBox .btn_compare, .relation_product .btnBox .btn_inquiry {
  padding: 8px 15px;
  margin-left: 0;
  margin-right: 0;
  background: #40a8df;
  border: 1px solid transparent;
}
.relation_product .btnBox .btn_compare .text, .relation_product .btnBox .btn_inquiry .text {
  color: #ffffff;
  font-size: 12px;
}
.relation_product .btnBox .btn_compare .icon svg, .relation_product .btnBox .btn_inquiry .icon svg {
  fill: #ffffff;
  width: 15px;
}
@media (max-width: 360px) {
  .relation_product .btnBox .btn_compare, .relation_product .btnBox .btn_inquiry {
    padding: 8px;
  }
}
.relation_product .btnBox .btn_compare.active, .relation_product .btnBox .btn_inquiry.active {
  border: 1px solid transparent;
  background: #727476;
}
@media (min-width: 1181px) {
  .relation_product .btnBox .btn_compare, .relation_product .btnBox .btn_inquiry {
    margin: 0;
    margin-right: 5px;
  }
  .relation_product .btnBox .btn_compare:hover, .relation_product .btnBox .btn_inquiry:hover {
    border: 1px solid #bac0c8;
    background: transparent;
  }
  .relation_product .btnBox .btn_compare:hover .text, .relation_product .btnBox .btn_inquiry:hover .text {
    color: #53535b;
  }
  .relation_product .btnBox .btn_compare:hover .icon svg, .relation_product .btnBox .btn_inquiry:hover .icon svg {
    fill: #53535b;
  }
}
.relation_product .btnBox .more {
  padding: 8px 11px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #bac0c8;
}
@media (min-width: 1181px) {
  .relation_product .btnBox .more:hover {
    background: #40a8df;
    border: 1px solid transparent;
  }
  .relation_product .btnBox .more:hover .arrow::after {
    background: #ffffff;
  }
  .relation_product .btnBox .more:hover svg {
    fill: #ffffff;
  }
}
.relation_product .btnBox .more .arrow {
  margin-left: 0;
  vertical-align: middle;
}
.relation_product .btnBox .more .arrow::after {
  background: #000000;
  -webkit-transform: none;
          transform: none;
}
.relation_product .btnBox .more svg {
  height: 15px;
  fill: #000000;
}