<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.modal100 .chatbotModal {
  width: 360px;
  height: auto;
  min-height: 500px;
  max-height: 600px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 20px 30px 20px;
  background-color: #fafafa;
  border-radius: 16px;
  position: absolute;
  bottom: 30px;
  right: 56px;
}

.modal100 .chatbotModal .modalHead {
  width: 100%;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.modal100 .chatbotModal .modalHead a {
  display: block;
  width: 32px;
  height: 32px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  margin-right: 10px;
  background: #fff;
}

.modal100 .chatbotModal .modalHead a img {
  width: 100%;
}

.modal100 .chatbotModal .modalBody .contentsArea {
  max-height: 498px;
  overflow: auto;
}

.modal100 .chatbotModal .modalBody .contentsArea .userSelect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 20px;
}

.modal100 .chatbotModal .modalBody .contentsArea .userSelect .userText {
  display: inline-block;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #a50034;
  color: #fff !important;
  position: relative;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  border-radius: 8px 0 8px 8px;
  margin-right: 7.7px;
}

.modal100 .chatbotModal .modalBody .contentsArea .userSelect .userText:after {
  position: absolute;
  right: -7.7px;
  top: 0;
  display: block;
  content: '';
  width: 7.7px;
  height: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/chatAdd1.png");
}

.modal100 .chatbotModal .modalBody .contentsArea .companyAnswer {
  margin-top: 30px;
}

.modal100 .chatbotModal .modalBody .contentsArea .companyAnswer .companyProfile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal100 .chatbotModal .modalBody .contentsArea .companyAnswer .companyProfile .left {
  width: 32px;
  height: 32px;
  border-radius: 40px;
}

.modal100 .chatbotModal .modalBody .contentsArea .companyAnswer .companyProfile .left img {
  width: 100%;
}

.modal100 .chatbotModal .modalBody .contentsArea .companyAnswer .companyProfile .right {
  margin-left: 10px;
  width: calc(100% - 42px);
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}

.modal100 .chatbotModal .modalBody .contentsArea .companyAnswer .companyText {
  margin-top: 10px;
  display: inline-block;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 0 8px 8px 8px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  color: #444;
  white-space: pre-line;
  max-width: 240px;
  min-width: 240px;
  position: relative;
  margin-left: 40.7px;
}

.modal100 .chatbotModal .modalBody .contentsArea .companyAnswer .companyText:before {
  position: absolute;
  left: -8.7px;
  top: -1px;
  display: block;
  content: '';
  width: 8.7px;
  height: 11px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/chatAdd2.png");
}

.modal100 .chatbotModal .modalBody .contentsArea .companyAnswer .userChoiceBtn {
  margin-top: 10px;
  margin-left: 40.7px;
  display: block;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid #a50034;
  background-color: #fff;
  background: #fff;
  color: #a50034;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  min-width: 240px;
  text-align: center;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 0;
}

.modal100 .chatbotModal .modalBody .contentsArea .companyAnswer .userBackBtn {
  margin-top: 10px;
  display: block;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  background-color: #ddd;
  color: #666 !important;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  min-width: 240px;
  text-align: center;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 0;
}

.modal8 .applyModal {
  width: 934px;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 60px !important;
}

.modal8 .applyModal a {
  display: block;
  position: absolute;
  top: 40px !important;
  right: 40px !important;
  left: auto !important;
  width: 32px !important;
  height: 32px !important;
}

.modal8 .applyModal a img {
  width: 100%;
}

.modal8 .applyModal .modalHead h5 {
  font-size: 40px !important;
  line-height: 44px !important;
  font-weight: 900 !important;
}

.modal8 .applyModal .modalBody {
  margin-top: 32px;
  width: 814px;
}

.modal8 .applyModal .modalBody .pWrap {
  margin-top: 28px;
}

.modal8 .applyModal .modalBody .pWrap p {
  font-size: 24px !important;
  line-height: 40px !important;
  font-weight: 500 !important;
  color: #000 !important;
}

.modal8 .modalBody .pWrap ul li {
  font-size: 24px;
}

.modal8 .modalBody .pWrap ul li:not(:first-child) {
  margin-top: 14px;
}

.modal8 .modalBody .pWrap ul li:before {
    content: "Â·  ";
    font-size: 40px;
    vertical-align: middle;
    line-height: 20px;
}

.overview .overviewSlideWrap {
  position: relative;
}

.overview .overviewSlideWrap .overviewSlide {
  margin-bottom: 0 !important;
}

.overview .overviewSlideWrap .overviewSlide .slideUnit {
  width: 100%;
  height: 480px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.overview .overviewSlideWrap .overviewSlide .slideUnit .slideContents h6 {
  width: auto;
  height: 40px;
  min-width: 117px;
  display: inline-block;
  background-color: #000;
  border-radius: 40px;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  font-weight: 700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
  margin-top: 150px;
}

.overview .overviewSlideWrap .overviewSlide .slideUnit .slideContents h4 {
  margin-top: 14px;
  font-size: 52px;
  line-height: 64px;
  font-weight: 900;
  color: #fff;
}

.overview .overviewSlideWrap .overviewSlide .slideUnit .slideContents p {
  margin-top: 20px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: #fff;
}

.overview .overviewSlideWrap .mainDotArea {
  position: absolute;
  right: 350px;
  bottom: 30px;
  z-index: 11;
}

.overview .overviewSlideWrap .mainDotArea .mainPauseBtn {
  width: 46px;
  height: 46px;
  border-radius: 46px;
  background-color: rgba(0, 0, 0, 0.35);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: -56px;
}

.overview .overviewSlideWrap .mainDotArea .dotsNum {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 46px;
  border-radius: 46px;
  background-color: rgba(0, 0, 0, 0.35);
}

.overview .overviewSlideWrap .mainDotArea .dotsNum::after {
  content: '/ 3';
  position: absolute;
  right: 53px;
  color: #959595;
  font-size: 20px;
  line-height: 49px;
  font-weight: 900;
}

.overview .overviewSlideWrap .mainDotArea .dotsNum li button::after {
  display: none;
}

.overview .overviewSlideWrap .mainDotArea .dotsNum li.slick-active button::after {
  display: block;
}

.overview .overviewSlideWrap .mainDotArea .dotsNum li.slick-active button span {
  background-color: #fff;
}

.overview .overviewSlideWrap .mainDotArea .dotsNum li button::after {
  content: attr(data-num);
  position: absolute;
  right: 83px;
  top: 0;
  color: #fff;
  font-size: 20px;
  line-height: 49px;
  font-weight: 900;
}

.overview .overviewSlideWrap .mainDotArea .dotsNum li button span {
  display: none;
}

.overview .overviewSlideWrap .arrowArea {
  position: absolute;
  right: 362px;
  bottom: 30px;
  z-index: 11;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 126px;
  height: 46px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.overview .overviewContentsWrap {
  padding: 120px 0;
}

.overview .overviewContentsWrap .overviewContents .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.overview .overviewContentsWrap .overviewContents .top .left {
  width: 814px;
}

.overview .overviewContentsWrap .overviewContents .top .left iframe {
  width: 814px;
  height: 458px;
}

.overview .overviewContentsWrap .overviewContents .top .right {
  width: calc(100% - 874px);
}

.overview .overviewContentsWrap .overviewContents .top .right h4 {
  font-size: 48px;
  line-height: 52px;
  font-weight: 700;
  margin-top: 40px;
}

.overview .overviewContentsWrap .overviewContents .top .right .bar {
  margin-top: 20px;
  width: 32px;
  height: 2px;
  background-color: #99273e;
}

.overview .overviewContentsWrap .overviewContents .top .right p {
  margin-top: 20px;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  color: #888;
}

.overview .overviewContentsWrap .overviewContents .top .right a {
  margin-top: 40px;
  display: inline-block;
  border-radius: 8px;
  background-color: #a50034;
  color: #fff !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 11px 20px 11px 24px;
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
}

.overview .overviewContentsWrap .overviewContents .top .right a img {
  margin-left: 10px;
  margin-top: -2px;
}

.overview .overviewContentsWrap .overviewContents .bottom .productSlide {
  margin-top: 40px;
}

.overview .overviewContentsWrap .overviewContents .bottom .productSlide .slick-slide {
  margin: 0 19.5px;
}

.overview .overviewContentsWrap .overviewContents .bottom .productSlide .slick-arrow {
  position: absolute;
  display: block;
  height: 48px;
  width: 48px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.7);
  top: 40%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  border-radius: 48px;
  z-index: 8000;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
}

.overview .overviewContentsWrap .overviewContents .bottom .productSlide .slick-arrow.slick-disabled i {
  opacity: 0.4;
}

.overview .overviewContentsWrap .overviewContents .bottom .productSlide .custom-prev {
  left: -3px;
}

.overview .overviewContentsWrap .overviewContents .bottom .productSlide .custom-next {
  right: -3px;
}

.overview .overviewContentsWrap .overviewContents .bottom .productSlide li {
  width: 235px;
  height: 235px;
  /* position: relative; */
}
/* .overview .overviewContentsWrap .overviewContents .bottom .productSlide li:before{
	content: "";
    display: block;
    padding-top: 100%;
} */
.overview .overviewContentsWrap .overviewContents .bottom .productSlide li img {
  width: 100%;
  height: calc(100% * 1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ddd;
  background-color: #fff;
  
    /* position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; */
}

.overview .overviewContentsWrap .overviewContents .bottom .productSlide li p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #888;
}

.overview .overviewContentsWrap .overviewContents .bottom .productSlide li h6 {
  margin-top: 4px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
}

.overview .overviewContentsWrap.grey {
  background-color: #f5f6f8;
}

.overview .overviewContentsWrap.grey .overviewContents .top {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.promotionTabWrap {
  border-bottom: 1px solid #ddd;
}

.promotionTabWrap .promotionTab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.promotionTabWrap .promotionTab a {
  display: block;
  width: 25%;
  height: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 4px solid #fff;
  font-size: 28px;
  line-height: 76px;
  font-weight: 300;
  color: #666;
  text-align: center;
}

.promotionTabWrap .promotionTab a.active {
  border-color: #99273e;
  color: #99273e;
  font-weight: 900;
}

.printAds .naviTitle {
  padding-bottom: 100px;
}

.printAds .printAdsSlideWrap {
  padding: 100px 0 200px;
}

.printAds .printAdsSlideWrap .printAdsSlide2 .slick-slide {
  padding: 90px 60px;
  width: 444px !important;
}

.printAds .printAdsSlideWrap .printAdsSlide2 .slick-slide img {
  width: 100%;
}

.printAds .printAdsSlideWrap .printAdsSlide2 .slick-center {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}

.printAds .printAdsSlideWrap .printAdsSlide2 .slick-arrow {
  position: absolute;
  display: block;
  height: 48px;
  width: 48px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.7);
  top: 46%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  border-radius: 48px;
  z-index: 999;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
}

.printAds .printAdsSlideWrap .printAdsSlide2 .slick-arrow.slick-disabled i {
  opacity: 0.4;
}

.printAds .printAdsSlideWrap .printAdsSlide2 .custom-prev {
  left: 10px;
}

.printAds .printAdsSlideWrap .printAdsSlide2 .custom-next {
  right: 10px;
}

.printAds .printAdsSlideWrap .printAdsSlide2 li {
  text-align: center;
}

.printAds .printAdsSlideWrap .printAdsSlide2 li .image{
  width: 444px;
  height: 620px;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  background-color: #d8d8d8;
}

.printAds .printAdsSlideWrap .printAdsSlide2 li img {
  width: 444px;
  height: 620px;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  background-color: #d8d8d8;
}

.printAds .printAdsSlideWrap .printAdsSlide2 li h5 {
  margin-top: 30px;
  font-size: 28px;
  line-height: 40px;
  font-weight: 700;
}

.printAds .printAdsSlideWrap .printAdsSlide2 li h6 {
  margin-top: 4px;
  font-size: 24px;
  line-height: 27px;
  font-weight: 700;
}

.printAds .printAdsSlideWrap .printAdsSlide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 48px);
  overflow: hidden;
  margin: 0 auto;
}

.printAds .printAdsSlideWrap .printAdsSlide li {
  text-align: center;
  margin: 0 22px;
}

.printAds .printAdsSlideWrap .printAdsSlide li img {
  width: 444px;
  height: 620px;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  background-color: #d8d8d8;
}

.printAds .printAdsSlideWrap .printAdsSlide li h5 {
  margin-top: 30px;
  font-size: 28px;
  line-height: 40px;
  font-weight: 700;
}

.printAds .printAdsSlideWrap .printAdsSlide li h6 {
  margin-top: 4px;
  font-size: 24px;
  line-height: 27px;
  font-weight: 700;
}

.printAds .printAdsSlideWrap .printAdsSlide li.big img {
  width: 572px;
  height: 800px;
}

.pageBanner {
  width: 100%;
  margin-bottom: 60px;
}

.pageBanner img {
  width: 100%;
}

.pageBanner2 {
  width: 100%;
  height: 480px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pageBanner2 h3 {
  padding-top: 130px;
  font-size: 48px;
  line-height: 60px;
  font-weight: 700;
  color: #fff;
}

.webinarListWrap li a {
  position: relative;
  display: block;
}

.webinarListWrap li a .category {
  position: absolute;
  top: 0;
  right: 20px;
  background-color: #fff;
  border: 1px solid #bbb;
  color: #888;
}

.webinarListWrap li a .category.ing {
  border: 1px solid #99273e;
  color: #99273e;
}

.webinarListWrap li a .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
}

.webinarListWrap li a .date .left {
  width: 56px;
  height: 56px;
}

.webinarListWrap li a .date .left img {
  width: 100%;
  border: none;
  height: auto;
}

.webinarListWrap li a .date .right {
  margin-left: 16px;
}

.webinarListWrap li a .date .right p {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #666;
}

.viewMoreBtn a {
  width: 300px;
  height: 100px;
  border: 2px solid #ddd;
  border-radius: 100px;
  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;
  margin: 0 auto;
}

.viewMoreBtn a span {
  font-size: 28px;
  line-height: 32px;
  font-weight: 500;
  color: #888;
}

.viewMoreBtn a img {
  margin-left: 15px;
}

.bannerWrap {
  margin-top: 120px !important;
  height: 220px;
  padding: 60px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 200px !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bannerWrap .banner {
  text-align: center;
}

.bannerWrap .banner h2 {
  font-size: 24px;
  line-height: 27px;
  font-weight: 700;
  color: #fff;
}

.bannerWrap .banner a {
  display: inline-block;
  margin: 0 auto;
  margin-top: 30px;
  margin-left: 10px;
  margin-right: 10px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 44px;
  font-weight: 500;
  width: auto;
  height: 44px;
  /* border: 1px solid #fff !important; */
  vertical-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px 0 24px;
  /* border-radius: 0; */
  /* background-color: transparent; */
}

.bannerWrap .banner a img {
  margin-left: 10px;
  margin-top: -3px;
}

.categorySelectWrap2 li:nth-of-type(1) button .img {
  background-image: url("../img/ic-60-product-2-1.png");
}

.categorySelectWrap2 li:nth-of-type(1) button.active .img {
  background-image: url("../img/ic-60-product-2-1_active.png");
}

.categorySelectWrap2 li:nth-of-type(2) button .img {
  background-image: url("../img/ic-60-product-2-2.png");
}

.categorySelectWrap2 li:nth-of-type(2) button.active .img {
  background-image: url("../img/ic-60-product-2-2_active.png");
}

.categorySelectWrap2 li:nth-of-type(3) button .img {
  background-image: url("../img/ic-60-product-2-3.png");
}

.categorySelectWrap2 li:nth-of-type(3) button.active .img {
  background-image: url("../img/ic-60-product-2-3_active.png");
}

.categorySelectWrap2 li:nth-of-type(4) button .img {
  background-image: url("../img/ic-60-product-2-4.png");
}

.categorySelectWrap2 li:nth-of-type(4) button.active .img {
  background-image: url("../img/ic-60-product-2-4_active.png");
}

.categorySelectWrap2 li:nth-of-type(5) button .img {
  background-image: url("../img/ic-60-product-2-5.png");
}

.categorySelectWrap2 li:nth-of-type(5) button.active .img {
  background-image: url("../img/ic-60-product-2-5_active.png");
}

.categorySelectWrap2 li:nth-of-type(6) button .img {
  background-image: url("../img/ic-60-product-2-6.png");
}

.categorySelectWrap2 li:nth-of-type(6) button.active .img {
  background-image: url("../img/ic-60-product-2-6_active.png");
}

.categorySelectWrap2 li:nth-of-type(7) button .img {
  background-image: url("../img/ic-60-product-2-7.png");
}

.categorySelectWrap2 li:nth-of-type(7) button.active .img {
  background-image: url("../img/ic-60-product-2-7_active.png");
}

.categorySelectWrap2 li:nth-of-type(8) button .img {
  background-image: url("../img/ic-60-product-2-8.png");
}

.categorySelectWrap2 li:nth-of-type(8) button.active .img {
  background-image: url("../img/ic-60-product-2-8_active.png");
}

.categorySelectWrap2 li:nth-of-type(9) button .img {
  background-image: url("../img/ic-60-product-2-9.png");
}

.categorySelectWrap2 li:nth-of-type(9) button.active .img {
  background-image: url("../img/ic-60-product-2-9_active.png");
}

.categorySelectWrap3 {
  width: 1180px;
  padding-bottom: 90px;
}

.categorySelectWrap3 li {
  margin-bottom: 30px;
}

.categorySelectWrap3 li:nth-of-type(1) button .img {
  background-image: url("../img/ic-60-product-3-1.png");
}

.categorySelectWrap3 li:nth-of-type(1) button.active .img {
  background-image: url("../img/ic-60-product-3-1_active.png");
}

.categorySelectWrap3 li:nth-of-type(2) button .img {
  background-image: url("../img/ic-60-product-3-2.png");
}

.categorySelectWrap3 li:nth-of-type(2) button.active .img {
  background-image: url("../img/ic-60-product-3-2_active.png");
}

.categorySelectWrap3 li:nth-of-type(3) button .img {
  background-image: url("../img/ic-60-product-3-3.png");
}

.categorySelectWrap3 li:nth-of-type(3) button.active .img {
  background-image: url("../img/ic-60-product-3-3_active.png");
}

.categorySelectWrap3 li:nth-of-type(4) button .img {
  background-image: url("../img/ic-60-product-3-4.png");
}

.categorySelectWrap3 li:nth-of-type(4) button.active .img {
  background-image: url("../img/ic-60-product-3-4_active.png");
}

.categorySelectWrap3 li:nth-of-type(5) button .img {
  background-image: url("../img/ic-60-product-3-5.png");
}

.categorySelectWrap3 li:nth-of-type(5) button.active .img {
  background-image: url("../img/ic-60-product-3-5_active.png");
}

.categorySelectWrap3 li:nth-of-type(6) button .img {
  background-image: url("../img/ic-60-product-3-6.png");
}

.categorySelectWrap3 li:nth-of-type(6) button.active .img {
  background-image: url("../img/ic-60-product-3-6_active.png");
}

.categorySelectWrap3 li:nth-of-type(7) button .img {
  background-image: url("../img/ic-60-product-3-7.png");
}

.categorySelectWrap3 li:nth-of-type(7) button.active .img {
  background-image: url("../img/ic-60-product-3-7_active.png");
}

.categorySelectWrap3 li:nth-of-type(8) button .img {
  background-image: url("../img/ic-60-product-3-8.png");
}

.categorySelectWrap3 li:nth-of-type(8) button.active .img {
  background-image: url("../img/ic-60-product-3-8_active.png");
}

.categorySelectWrap3 li:nth-of-type(9) button .img {
  background-image: url("../img/ic-60-product-3-9.png");
}

.categorySelectWrap3 li:nth-of-type(9) button.active .img {
  background-image: url("../img/ic-60-product-3-9_active.png");
}

.categorySelectWrap4 li:nth-of-type(1) button .img {
  background-image: url("../img/ic-60-product-4-1.png");
}

.categorySelectWrap4 li:nth-of-type(1) button.active .img {
  background-image: url("../img/ic-60-product-4-1_active.png");
}

.categorySelectWrap4 li:nth-of-type(2) button .img {
  background-image: url("../img/ic-60-product-4-2.png");
}

.categorySelectWrap4 li:nth-of-type(2) button.active .img {
  background-image: url("../img/ic-60-product-4-2_active.png");
}

.categorySelectWrap4 li:nth-of-type(3) button .img {
  background-image: url("../img/ic-60-product-4-3.png");
}

.categorySelectWrap4 li:nth-of-type(3) button.active .img {
  background-image: url("../img/ic-60-product-4-3_active.png");
}

.categorySelectWrap4 li:nth-of-type(4) button .img {
  background-image: url("../img/ic-60-product-4-4.png");
}

.categorySelectWrap4 li:nth-of-type(4) button.active .img {
  background-image: url("../img/ic-60-product-4-4_active.png");
}

.categorySelectWrap4 li:nth-of-type(5) button .img {
  background-image: url("../img/ic-60-product-4-5.png");
}

.categorySelectWrap4 li:nth-of-type(5) button.active .img {
  background-image: url("../img/ic-60-product-4-5_active.png");
}

.categorySelectWrap4 li:nth-of-type(6) button .img {
  background-image: url("../img/ic-60-product-4-6.png");
}

.categorySelectWrap4 li:nth-of-type(6) button.active .img {
  background-image: url("../img/ic-60-product-4-6_active.png");
}

.categorySelectWrap4 li:nth-of-type(7) button .img {
  background-image: url("../img/ic-60-product-4-7.png");
}

.categorySelectWrap4 li:nth-of-type(7) button.active .img {
  background-image: url("../img/ic-60-product-4-7_active.png");
}

.categorySelectWrap4 li:nth-of-type(8) button .img {
  background-image: url("../img/ic-60-product-4-8.png");
}

.categorySelectWrap4 li:nth-of-type(8) button.active .img {
  background-image: url("../img/ic-60-product-4-8_active.png");
}

.categorySelectWrap4 li:nth-of-type(9) button .img {
  background-image: url("../img/ic-60-product-4-9.png");
}

.categorySelectWrap4 li:nth-of-type(9) button.active .img {
  background-image: url("../img/ic-60-product-4-9_active.png");
}

.overCate {
  padding: 40px 0 0;
  gap:0 !important;
}

.forAddImgCate li button {
	justify-content: center;
}

.forAddImgCate li button .img {
	margin-right: 20px;
}

.forAddImgCate li button span {
	width: auto !important;
}

.categorySelectWrap5 {}

/* .categorySelectWrap5 li {
	width: 25%;
	height: 120px;
	margin: 0;
	
}

.categorySelectWrap5 li button {
	border-radius: 0 !important;
	color: #666;
	height: 100%;
	padding: 0;
}

.categorySelectWrap5 li button:hover span {
	font-weight: 900;
}

.categorySelectWrap5 li button span {
	margin: 0;
	width: 100%;
	font-weight: 300;
}

.categorySelectWrap5 li:nth-of-type(1) ~ li button {
	border-left: none;
} */

.categorySelectWrap5 li:nth-of-type(1) button .img {
  background-image: url("../img/ic-60-product-optical-nor.png");
}

.categorySelectWrap5 li:nth-of-type(1) button.active .img {
  background-image: url("../img/ic-60-product-optical-prs.png");
}

.categorySelectWrap5 li:nth-of-type(1) button:hover {
  background-color: #a50034;
  border-color: #a50034;
  color: #fff;
}

.categorySelectWrap5 li:nth-of-type(1) button:hover .img {
  background-image: url("../img/ic-60-product-optical-prs.png");
}

.categorySelectWrap5 li:nth-of-type(2) button .img {
  background-image: url("../img/ic-60-product-backplane-nor.png");
}

.categorySelectWrap5 li:nth-of-type(2) button.active .img {
  background-image: url("../img/ic-60-product-backplane-prs.png");
}

.categorySelectWrap5 li:nth-of-type(2) button:hover {
  background-color: #a50034;
  border-color: #a50034;
  color: #fff;
}

.categorySelectWrap5 li:nth-of-type(2) button:hover .img {
  background-image: url("../img/ic-60-product-backplane-prs.png");
}

.categorySelectWrap5 li:nth-of-type(3) button .img {
  background-image: url("../img/ic-60-product-vehicle-nor.png");
}

.categorySelectWrap5 li:nth-of-type(3) button.active .img {
  background-image: url("../img/ic-60-product-vehicle-prs.png");
}

.categorySelectWrap5 li:nth-of-type(3) button:hover {
  background-color: #a50034;
  border-color: #a50034;
  color: #fff;
}

.categorySelectWrap5 li:nth-of-type(3) button:hover .img {
  background-image: url("../img/ic-60-product-vehicle-prs.png");
}

.categorySelectWrap5 li:nth-of-type(4) button .img {
  background-image: url("../img/ic-60-product-electronic-nor.png");
}

.categorySelectWrap5 li:nth-of-type(4) button.active .img {
  background-image: url("../img/ic-60-product-electronic-prs.png");
}

.categorySelectWrap5 li:nth-of-type(4) button:hover {
  background-color: #a50034;
  border-color: #a50034;
  color: #fff;
}

.categorySelectWrap5 li:nth-of-type(4) button:hover .img {
  background-image: url("../img/ic-60-product-electronic-prs.png");
}

.solutionWrap article {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 120px 0;
}

.solutionWrap article .segment h3 {
  font-size: 48px;
  line-height: 60px;
  font-weight: 700;
}

.solutionWrap article .segment h3 span {
  font-weight: 500;
}
.solutionWrap article .segment h4 {
  display:block;
  font-size: 36px;
  line-height: 60px;
  margin-top: 60px;
}
.solutionWrap article .segment h4.mt120 {
  margin-top: 120px;
}
.solutionWrap article .segment .line {
  display:block;
  height: 1px;
  width: 100%;
  background: #c7c7c7;
  margin-top: 16px;
  margin-bottom: 40px;
}
.solutionWrap article .segment p {
  margin-top: 40px;
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
  color: #666;
}

.solutionWrap article .segment p strong {
  color: #a50034;
  font-weight: 700;
}
.solutionWrap .pageBanner2.tem {
  width:100%;
  height:100%;
}

.solutionWrap article .segment .desc {
  display: block;
  font-size: 28px;
  line-height: 60px;
  margin-top: 60px;
}
.solutionWrap article .segment .desc .red {
  color: #A50034;
}
.solutionWrap article .segment .imgArea {
  width: calc(100% - 50px);
  margin: 0 auto;
  margin-top: 80px;
}
.solutionWrap article .segment .btnWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}
.solutionWrap article .segment .btnWrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 532px;
  padding: 20px;
  border-radius: 16px;
  background: #a50034;
  color:#fff;
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
}
.solutionWrap.autoDrive article .segment .btnWrap {
  margin-top: 120px;
}
.solutionWrap article .segment .btnWrap.btn-col2 {
  column-gap: 20px;
}
.solutionWrap article .segment .imgArea.ty2 {
  margin-top: 40px;
}
.solutionWrap article .segment .imgArea img {
  width: 100%;
}

.solutionWrap article .segment .segmentContents {
  width: calc(100% - 268px);
  margin: 0 auto;
  margin-top: 80px;
}

.solutionWrap article .segment .segmentContents .textArea {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid #ddd;
  padding: 56px;
  text-align: center;
}

.solutionWrap article .segment .segmentContents .textArea h5 {
  font-size: 28px;
  line-height: 44px;
  font-weight: 700;
}

.solutionWrap article .segment .segmentContents .imgArea {
  margin-top: 80px;
  width: 100%;
}

.solutionWrap article .segment .segmentContents .imgArea img {
  width: 100%;
}

.solutionWrap article .segment .tabContentsWrap {
  padding-top: 120px;
}

.solutionWrap article .segment .tabContentsWrap .tabBody {
  padding-top: 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 268px);
  margin: 0 auto;
  display: none;
}

.solutionWrap article .segment .tabContentsWrap .tabBody .tabImgArea {
  text-align: center;
  position: relative;
}

.solutionWrap article .segment .tabContentsWrap .tabBody .tabImgArea .parts {
  border-radius: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 3px solid #a50034;
  background-color: #fff;
  padding: 0;
  width: 30px;
  height: 30px;
  position: absolute;
  cursor: pointer;
  /*-webkit-transition: all 1s;*/
  /*transition: all 1s;*/
  z-index: 1;
  /*overflow: hidden;*/
}

.solutionWrap article .segment .tabContentsWrap .tabBody .tabImgArea .parts:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0px;
  height: 0px;
  border: 1px solid #A50034;
  border-radius: 50%;
  opacity: 0.2;
  transform: translate(-50%, -50%);
  animation: expand 2s ease infinite;
}
@keyframes expand {
  0% {
    width: 24px;
    height: 24px;
    opacity: 1;
  }
  100% {
    width: 80px;
    height: 80px;
    opacity: 0;
  }
}
.solutionWrap article .segment .tabContentsWrap .tabBody .tabImgArea .parts .partsCon {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
  z-index:3;
  /*-webkit-transition: 0.3s;*/
  /*transition: 0.3s;*/
}

.solutionWrap article .segment .tabContentsWrap .tabBody .tabImgArea .parts .partsCon img {
  width: 194px;
  height: 194px;
}

.solutionWrap article .segment .tabContentsWrap .tabBody .tabImgArea .parts .partsCon p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  margin-top: -10px;
  color: #000;
}

.solutionWrap article .segment .tabContentsWrap .tabBody .tabImgArea .parts .partsCon.active {
  opacity: 1;
}


.solutionWrap article .segment .tabContentsWrap .tabBody .tabImgArea .parts .partsCon.noImg p {
  font-size: 28px;
  line-height: 40px;
  font-weight: 700;
  margin-top: 0;
}

.solutionWrap article .segment .tabContentsWrap .tabBody .tabImgArea .parts.active {
  padding: 20px;
  width: 296px;
  height: 296px;
  /*-webkit-transition: all 1s;*/
  /*transition: all 1s;*/
  z-index: 2;
  overflow:hidden;
}
.solutionWrap article .segment .tabContentsWrap .tabBody .tabImgArea .parts.active:after {
  opacity:0 !important;
}
.solutionWrap article .segment .tabContentsWrap .tabBody h5 {
  text-align: center;
  font-size: 28px;
  line-height: 40px;
  font-weight: 700;
  margin-top: 40px;
  display: none;
}

.solutionWrap article .segment .tabContentsWrap .tabBody h5.active {
  display: block;
}

.solutionWrap article .segment .tabContentsWrap .tabBody .toggleTab {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 24px 40px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  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;
  margin-top: 120px;
}

.solutionWrap article .segment .tabContentsWrap .tabBody .toggleTab span {
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
}

.solutionWrap article .segment .tabContentsWrap .tabBody .toggleTab a {
  display: block;
  width: 32px;
  height: 32px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.solutionWrap article .segment .tabContentsWrap .tabBody .toggleTab a img {
  width: 100%;
}

.solutionWrap article .segment .tabContentsWrap .tabBody .toggleTab.active a {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.solutionWrap article .segment .tabContentsWrap .tabBody .toggleBodyWrap {
  padding-bottom: 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 2px solid #bbb;
}

.solutionWrap article .segment .tabContentsWrap .tabBody .toggleBodyWrap .toggleBody.mt160 {
  margin-top: 160px;
}

.solutionWrap article .segment .tabContentsWrap .tabBody .toggleBodyWrap .toggleBody1 {
  margin-top: 60px;
}

.solutionWrap article .segment .tabContentsWrap .tabBody .toggleBodyWrap .toggleBody1 .top {
  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;
}

.solutionWrap article .segment .tabContentsWrap .tabBody .toggleBodyWrap .toggleBody1 .top .left {
  width: 374px;
  margin-left: 40px;
}

.solutionWrap article .segment .tabContentsWrap .tabBody .toggleBodyWrap .toggleBody1 .top .left img {
  width: 100%;
}

.solutionWrap article .segment .tabContentsWrap .tabBody .toggleBodyWrap .toggleBody1 .top .right {
  width: calc(100% - 454px);
}

.solutionWrap article .segment .tabContentsWrap .tabBody .toggleBodyWrap .toggleBody1 .top .right h5 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  text-align: left;
}

.solutionWrap article .segment .tabContentsWrap .tabBody .toggleBodyWrap .toggleBody1 .top .right p {
  margin-top: 20px;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  color: #848484;
}

.solutionWrap article .segment .tabContentsWrap .tabBody .toggleBodyWrap .toggleBody1 .bottom {
  margin-top: 60px;
}

.solutionWrap article .segment .tabContentsWrap .tabBody .toggleBodyWrap .toggleBody1 .bottom h6 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}

.solutionWrap article .segment .tabContentsWrap .tabBody .toggleBodyWrap .toggleBody1 .bottom .imgArea {
  margin-top: 20px;
  width: 100%;
}

.solutionWrap article .segment .tabContentsWrap .tabBody .toggleBodyWrap .toggleBody2 {
  padding: 80px 0;
}

.solutionWrap article .segment .tabContentsWrap .tabBody .toggleBodyWrap .toggleBody2 .top {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; */
          display: block;
}

.solutionWrap article .segment .tabContentsWrap .tabBody .toggleBodyWrap .toggleBody2 .top .left {
  width: 300px;
  margin-right: 40px;
}

.solutionWrap article .segment .tabContentsWrap .tabBody .toggleBodyWrap .toggleBody2 .top .center {
  width: calc(100% - 880px);
}

.solutionWrap article .segment .tabContentsWrap .tabBody .toggleBodyWrap .toggleBody2 .top .center h5 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  text-align: left;
}

.solutionWrap article .segment .tabContentsWrap .tabBody .toggleBodyWrap .toggleBody2 .top .center p {
  margin-top: 20px;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  color: #848484;
}

.solutionWrap article .segment .tabContentsWrap .tabBody .toggleBodyWrap .toggleBody2 .top .right {
  width: 100%;
  margin-top: 40px;
}
.solutionWrap article .segment .tabContentsWrap .tabBody .toggleBodyWrap .toggleBody2 .top .topFlex{
	display: flex;
}

.solutionWrap article .segment .tabContentsWrap .tabBody .toggleBodyWrap .toggleBody2 .top .right h6 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}

.solutionWrap article .segment .tabContentsWrap .tabBody .toggleBodyWrap .toggleBody2 .top .right .imgArea {
  margin-top: 20px;
  width: 100%;
}

.solutionWrap article .segment .tabContentsWrap .tabBody .toggleBodyWrap .toggleBody2:first-of-type {
  border-bottom: 1px solid #ddd;
}

.solutionWrap article .segment .tabContentsWrap .tabBody .toggleBodyWrap .toggleBody2:last-of-type {
  padding-bottom: 0;
}

.solutionWrap article .segment .tabContentsWrap .tabBody .bottomContents {
  margin-top: 120px;
}

.solutionWrap article .segment .tabContentsWrap .tabBody .bottomContents h4 {
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
}

.solutionWrap article .segment .tabContentsWrap .tabBody .bottomContents p {
  margin-top: 40px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  color: #848484;
}

.solutionWrap article .segment .tabContentsWrap .tabBody .bottomContents .imgArea {
  width: 100%;
}

/* .solutionWrap article .segment .tabContentsWrap .tabBody .btnWrap a {
  display: inline-block;
  width: 532px;
  height: 80px;
  margin: 0 auto;
  border-radius: 16px;
  background-color: #a50034;
  color: #fff !important;
  font-size: 28px;
  line-height: 30px;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
} */

.solutionWrap article .segment .tabContentsWrap .tabBody.active {
  display: block;
}

.solutionWrap article .segment .tabContentsWrap .tabBody:nth-of-type(1) .tabImgArea .parts:nth-of-type(1) {
  top: 21%;
  left: 41%;
}

.solutionWrap article .segment .tabContentsWrap .tabBody:nth-of-type(1) .tabImgArea .parts:nth-of-type(1).active {
  top: -7%;
  left: 27.5%;
}

/* solutionWrap article .segment .tabContentsWrap .tabBody .tabImgArea .parts.parts2{
  top: 50%;
  left: 50%;
}

.solutionWrap article .segment .tabContentsWrap .tabBody .tabImgArea .parts.parts2.active {
  top: 50%;
  left: 50%;
} */

.solutionWrap article .segment .tabContentsWrap .tabBody:nth-of-type(1) .tabImgArea .parts:nth-of-type(2) {
  top: 32%;
  left: 47%;
}

.solutionWrap article .segment .tabContentsWrap .tabBody:nth-of-type(1) .tabImgArea .parts:nth-of-type(2).active {
  top: 21%;
  left: 36.5%;
}

.solutionWrap article .segment .tabContentsWrap .tabBody:nth-of-type(1) .tabImgArea .parts:nth-of-type(3) {
  top: 37%;
  left: 68%;
}

.solutionWrap article .segment .tabContentsWrap .tabBody:nth-of-type(1) .tabImgArea .parts:nth-of-type(3).active {
  top: 36%;
  left: 59.5%;
}

.solutionWrap article .segment .tabContentsWrap .tabBody:nth-of-type(1) .tabImgArea .parts:nth-of-type(4) {
  top: 27%;
  left: 73%;
}

.solutionWrap article .segment .tabContentsWrap .tabBody:nth-of-type(1) .tabImgArea .parts:nth-of-type(4).active {
  top: -10%;
  left: 72%;
}

.solutionWrap article .segment .tabContentsWrap .tabBody:nth-of-type(2) .parts:nth-of-type(1) {
  top: 46%;
  left: 49%; 
  
}

.solutionWrap article .segment .tabContentsWrap .tabBody:nth-of-type(2) .parts:nth-of-type(1).active {
  top: 38%;
  left: 38%;
}

.solutionWrap article .segment .tabContentsWrap .tabBody:nth-of-type(2) .parts:nth-of-type(2) {
  /* top: 31%;
  left: 50.4%; */
    top: 53%;
    left: 85.4%;
}

.solutionWrap article .segment .tabContentsWrap .tabBody:nth-of-type(2) .parts:nth-of-type(2).active {
  /* top: 20%;
  left: 49.3%; */
    top: 37.5%;
    left: initial;
  right:0%;
}
.solutionWrap article .segment .tabContentsWrap .tabBody:nth-of-type(2) .parts:nth-of-type(2) .partsCon {
  display:none;
}
.solutionWrap article .segment .tabContentsWrap .tabBody:nth-of-type(2) .parts:nth-of-type(2).active .partsCon {
  display:block
}
.solutionWrap article .segment .tabContentsWrap .tabBody:nth-of-type(2) .parts:nth-of-type(2).active {

}
.solutionWrap article .segment .tabContentsWrap .tabBody:nth-of-type(2) .parts:nth-of-type(3) {
  top: 70%;
  left: 50%; 
  
}

.solutionWrap article .segment .tabContentsWrap .tabBody:nth-of-type(2) .parts:nth-of-type(3).active {
  top: 51%;
  left: 39%;
}
.solutionWrap article .segment .tabContentsWrap .tabBody:nth-of-type(2) .parts:nth-of-type(4) {
  top: 57%;
  left: 28.1%; 
  
}
.solutionWrap article .segment .tabContentsWrap .tabBody:nth-of-type(2) .parts:nth-of-type(4).active {
  top: 44%;
  left: 19%;
}
.solutionWrap article .segment .tabContentsWrap .tabBody:nth-of-type(3) .parts:nth-of-type(1) {
  /* top: 46%;
  left: 49%; */
    top: 27.6%;
    left: 50.1%;
}

.solutionWrap article .segment .tabContentsWrap .tabBody:nth-of-type(3) .parts:nth-of-type(1).active {
  top: 6%;
  left: 39%;
}

.solutionWrap article .segment .tabSlideWrap .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.solutionWrap article .segment .tabSlideWrap .title h4 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
}

.solutionWrap article .segment .tabSlideWrap .title ul {
  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;
}

.solutionWrap article .segment .tabSlideWrap .title ul li {
  margin-left: 34px;
}

.solutionWrap article .segment .tabSlideWrap .title ul li a {
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  color: #888;
  border-bottom: 2px solid transparent;
}

.solutionWrap article .segment .tabSlideWrap .title ul li.active a {
  color: #000;
  border-color: #a50034;
}

.solutionWrap article .segment .tabSlideWrap .productSlide1,
.solutionWrap article .segment .tabSlideWrap .productSlide2,
.solutionWrap article .segment .tabSlideWrap .productSlide3 {
  margin-top: 40px;
}

.solutionWrap article .segment .tabSlideWrap .productSlide1 .slick-slide,
.solutionWrap article .segment .tabSlideWrap .productSlide2 .slick-slide,
.solutionWrap article .segment .tabSlideWrap .productSlide3 .slick-slide {
  margin: 0 19.5px;
}

.solutionWrap article .segment .tabSlideWrap .productSlide1 .slick-arrow,
.solutionWrap article .segment .tabSlideWrap .productSlide2 .slick-arrow,
.solutionWrap article .segment .tabSlideWrap .productSlide3 .slick-arrow {
  position: absolute;
  display: block;
  height: 48px;
  width: 48px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.7);
  top: 40%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  border-radius: 48px;
  z-index: 99999;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
}

.solutionWrap article .segment .tabSlideWrap .productSlide1 .slick-arrow.slick-disabled i,
.solutionWrap article .segment .tabSlideWrap .productSlide2 .slick-arrow.slick-disabled i,
.solutionWrap article .segment .tabSlideWrap .productSlide3 .slick-arrow.slick-disabled i {
  opacity: 0.4;
}

.solutionWrap article .segment .tabSlideWrap .productSlide1 .custom-prev,
.solutionWrap article .segment .tabSlideWrap .productSlide2 .custom-prev,
.solutionWrap article .segment .tabSlideWrap .productSlide3 .custom-prev {
  left: -3px;
}

.solutionWrap article .segment .tabSlideWrap .productSlide1 .custom-next,
.solutionWrap article .segment .tabSlideWrap .productSlide2 .custom-next,
.solutionWrap article .segment .tabSlideWrap .productSlide3 .custom-next {
  right: -3px;
}

.solutionWrap article .segment .tabSlideWrap .productSlide1 li,
.solutionWrap article .segment .tabSlideWrap .productSlide2 li,
.solutionWrap article .segment .tabSlideWrap .productSlide3 li {
  width: 235px;
}

.solutionWrap article .segment .tabSlideWrap .productSlide1 li img,
.solutionWrap article .segment .tabSlideWrap .productSlide2 li img,
.solutionWrap article .segment .tabSlideWrap .productSlide3 li img {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ddd;
  background-color: #fff;
}

.solutionWrap article .segment .tabSlideWrap .productSlide1 li p,
.solutionWrap article .segment .tabSlideWrap .productSlide2 li p,
.solutionWrap article .segment .tabSlideWrap .productSlide3 li p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #888;
}

.solutionWrap article .segment .tabSlideWrap .productSlide1 li h6,
.solutionWrap article .segment .tabSlideWrap .productSlide2 li h6,
.solutionWrap article .segment .tabSlideWrap .productSlide3 li h6 {
  margin-top: 4px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
}

.solutionWrap article .segment:first-of-type ~ .segment {
  margin-top: 160px;
}

.solutionWrap article .bottomBanner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 120px 0 50px;
}

.solutionWrap article .bottomBanner a {
  display: block;
  width: calc(50% - 17px);
  height: 220px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.solutionWrap article .bottomBanner a span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 40px;
  line-height: 43px;
  font-weight: 900;
  color: #fff !important;
}

.solutionWrap article.grey {
  background-color: #f5f6f8;
}

.twinSmart article .segment p b {
  font-weight: 700;
}

.twinSmart article .segment .imgArea.small {
  width: calc(100% - 268px);
}

.twinSmart article .segment .arrowImg {
  padding: 78px 0;
  text-align: center;
}

.twinSmart article .segment .arrowP {
  margin-top: 0;
}

.twinSmart article .segment .autoImg {
  text-align: center;
}

.twinSmart article .segment .autoImg img {
  width: auto;
}

.twinSmart article .segment .flexContents {
  width: calc(100% - 268px);
  margin: 0 auto;
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.twinSmart article .segment .flexContents li {
  width: 442px;
}

.twinSmart article .segment .flexContents li h5 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  margin-top: 30px;
}

.twinSmart article .segment .flexContents li p {
  margin-top: 12px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #888;
}

.twinSmart article .segment:first-of-type ~ .segment {
  margin-top: 120px;
}

/*.twinSmart article .btnWrap {
  margin-top: 74px;
}
.twinSmart article .btnWrap a {
  display: inline-block;
  width: 532px;
  height: 80px;
  margin: 0 auto;
  border-radius: 16px;
  background-color: #a50034;
  color: #fff !important;
  font-size: 28px;
  line-height: 30px;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}*/

.productDataWrap .productData .segment .tableSlide {
  overflow-x: auto;
}

.productDataWrap .productData .segment .tableSlide .specTableA {
  width: 1640px;
  margin-bottom: 20px;
  border-top: 2px solid #000;
}

.productDataWrap .productData .segment .tableSlide .specTableA img {
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.productDataWrap .productData .segment .tableSlide .specTableA .pcImg {
  display: inline;
}

.productDataWrap .productData .segment .tableSlide .specTableA .mobImg {
  display: none;
}

.productDataWrap .productData .segment .tableSlide::-webkit-scrollbar {
  width: 10px;
  height: 4px;
}

.productDataWrap .productData .segment .tableSlide::-webkit-scrollbar-thumb {
  background-color: #a50034;
  background-clip: padding-box;
}

.productDataWrap .productData .segment .tableSlide::-webkit-scrollbar-track {
  background-clip: #ddd;
  background-color: #ddd;
}

.specWrap .specContents .specUnit .specTableB .top .left {
  border-right: none !important;
  height: 196.86px;
}

.specWrap .specContents .specUnit .specTableB .top .right {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.specWrap .specContents .specUnit .specTableB .top .right img {
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.forMobBox2 {
	border-bottom: 1px solid #ddd;
}

.tableSafe {
	line-height: 32.5px !important;
}
</pre></body></html>