﻿@charset "UTF-8";/*mixin*/
/*color*/
img { max-width: 100%; height: auto;} 

/* util-section common으로 이동 2022/04/13 */
.con-wrap {overflow-x: hidden;}
.con-wrap .con-box { width: 100%; max-width: 1920px; /*main-con*/
 /*제품 리스트 이동 페이지*/
 /*제품 뉴스 페이지*/
 /*인더스트리-슬라이드*/
 /*트레이드 쇼*/
 /*배너 섹션*/}
.con-wrap .con-box:first-child {max-width:100%;}
.con-wrap .con-box .main-con { width: 100%; height: 100vh; display: block;position: relative;} 
.con-wrap .con-box .main-con .main-con-slide{width: 100%;height: 100%;position: relative;overflow: hidden;}
.con-wrap .con-box .main-con .main-con-slide .swiper-pagination {display: flex; justify-content: center;bottom:4%;}
.con-wrap .con-box .main-con .main-con-slide .swiper-pagination .swiper-pagination-bullet {opacity:1; background: #5c5a5a ; width:14px; height:14px;}
.con-wrap .con-box .main-con .main-con-slide .swiper-pagination .swiper-pagination-bullet-active {background: #ED1C24;}
.con-wrap .con-box .main-con .swiper-slide{background: #fff;}
.con-wrap .con-box .main-con .swiper-slide img{width: 100%;height: calc(100% + 6px); position: absolute;left: 0;top: -6px; object-fit: cover;}

.con-wrap .con-box .main-con span { font-size: 32px; font-weight: 400; display: block; letter-spacing:-0.02em;} 

.con-wrap .con-box .main-con h4 { font-size: 96px; font-weight: 700;  position: absolute; right: 14%; top: 50%; } 

.con-wrap .con-box .main-con h4 .emphasis-color { font-size: 96px; font-weight: 700;  display: inline-block; } 

.con-wrap .con-box .product-list-wrap { padding: 8.75% 0 7.3%; } 

.con-wrap .con-box .product-list-wrap h4 { font-size: 48px; font-weight: 700; text-align: center; margin-bottom: 80px; line-height:1.25} 

.con-wrap .con-box .product-list-wrap ul { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } 

.con-wrap .con-box .product-list-wrap ul li:nth-last-child(1) { z-index: 1; } 

.con-wrap .con-box .product-list-wrap ul li:nth-last-child(2) { z-index: 2; } 

.con-wrap .con-box .product-list-wrap ul li:nth-last-child(3) { z-index: 3; } 

.con-wrap .con-box .product-list-wrap ul li:nth-last-child(4) { z-index: 4; } 

.con-wrap .con-box .product-list-wrap ul li:nth-last-child(5) { z-index: 5; } 

.con-wrap .con-box .product-list-wrap ul li { margin-right: -12%; -webkit-clip-path: polygon(40% 0%, 100% 0%, 60% 100%, 0% 100%); clip-path: polygon(40% 0%, 100% 0%, 60% 100%, 0% 100%); } 

.con-wrap .con-box .product-list-wrap ul li a { width: 100%; position: relative; } 

.con-wrap .con-box .product-list-wrap ul li a span { font-size: 32px; font-weight: 700; color: #fff; position: absolute; bottom: 0; right: 49%; z-index: 6; text-align
:right;} 

.con-wrap .con-box .product-list-wrap ul li a::after { content: ''; width: 100%; height: 100%; background-image: url(../../images/main/product-bg.png); background-size: cover; background-repeat: no-repeat; background-position: center center; position: absolute; top: 0; left: 0; opacity: 0; -webkit-transition: opacity 0.3s; transition: opacity 0.3s; } 

.con-wrap .con-box .product-list-wrap ul li a:hover::after { opacity: 1; } 

.con-wrap .con-box .product-list-wrap ul li:last-child { margin-right: 0; } 

.con-wrap .con-box.product-news { max-width: 100%; background-color: #F5F6FA;} 
.con-wrap .con-box .product-news-wrap { width: calc(100% - 40px); margin: 0 auto; padding: 120px 0; } 


.con-wrap .con-box .product-news-wrap .more-btn-wrap {max-width: 1440px; margin:0 auto; text-align: right;}

.con-wrap .con-box .product-news-wrap .more-btn-wrap .more-btn {width: 155px; font-weight: 600; text-align: left; position: relative; margin-bottom: 20px;}

.con-wrap .con-box .product-news-wrap .more-btn-wrap .more-btn::before {content: ''; width: 100%; height: 2px; background-color: #000; position: absolute;
 left: 0; bottom: -4px;}

.con-wrap .con-box .product-news-wrap .more-btn-wrap .more-btn::after {    content: '';
    width: 5px;
    height: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../../images/main/arrow.png);
    display: inline-block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    right: 0;
    top: 50%;}

.con-wrap .con-box .product-news-wrap .con-box {border: 1px solid red;}
.con-wrap .con-box .product-news-wrap > .txt-wrap { margin-bottom: 60px; } 

.con-wrap .con-box .product-news-wrap > .txt-wrap h4 {  line-height:1.25; letter-spacing:-0.02em; text-align: center; font-size: 48px; font-weight: 700; } 

.con-wrap .con-box .product-news-wrap > .txt-wrap span { width: 100%; display: inline-block; text-align: center; } 

.con-wrap .con-box .product-news-wrap .news-sub-wrap { margin-bottom: 60px; } 

.con-wrap .con-box .product-news-wrap .news-sub-wrap ul { width: 100%; max-width: 1440px; margin: 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } 

.con-wrap .con-box .product-news-wrap .news-sub-wrap ul li { width: calc(100% / 3 - 24px); } 
.con-wrap .con-box .product-news-wrap .news-sub-wrap ul li a {display: block;}
.con-wrap .con-box .product-news-wrap .news-sub-wrap ul li a .img-wrap { position: relative; } 
.con-wrap .con-box .product-news-wrap .news-sub-wrap ul li a .img-wrap div {overflow: hidden;max-height: 275px;isolation: isolate;}
.con-wrap .con-box .product-news-wrap .news-sub-wrap ul li a .img-wrap img { width: 100%; max-width: 100% !important;height: 100%; object-fit: cover;display: block;-webkit-transition: all 0.3s; transition: all 0.3s; } 

.con-wrap .con-box .product-news-wrap .news-sub-wrap ul li a .img-wrap span { font-size: 14px; font-weight: 600; color: #fff; background-color: #ED1C24; padding: 6px 16px; position: absolute; bottom: -16px; left: 0px; } 

.con-wrap .con-box .product-news-wrap .news-sub-wrap ul li .txt-wrap { padding-top: 24px; } 
.con-wrap .con-box .product-news-wrap .news-sub-wrap ul li .txt-wrap div {overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* 라인수 */
  -webkit-box-orient: vertical;
  word-wrap:break-word;
  border-bottom: 1px solid #ddd;
  margin-bottom: 12px;
  line-height: 2.5;
}
.con-wrap .con-box .product-news-wrap .news-sub-wrap ul li .txt-wrap h4 { font-weight: 600; font-size: 20px;overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 라인수 */
  -webkit-box-orient: vertical;
  word-wrap:break-word; } 

.con-wrap .con-box .product-news-wrap .news-sub-wrap ul li .txt-wrap p { border-bottom: 1px solid #ddd; padding-bottom: 6px; margin-bottom: 6px; } 

.con-wrap .con-box .product-news-wrap .news-sub-wrap ul li .txt-wrap span { color: #656565; font-size: 14px; text-transform: uppercase;} 

.con-wrap .con-box .product-news-wrap .news-sub-wrap ul li .txt-wrap span b { color: #ED1C24; font-weight: 700; font-size: 14px; margin-left: 8px; } 

.con-wrap .con-box .product-news-wrap .news-sub-wrap ul li:hover a .img-wrap img { -webkit-transform: scale(1.05); transform: scale(1.05); } 

.con-wrap .con-box .product-news-wrap .news-list-wrap { width: 100%; max-width: 1440px; display: -webkit-box; display: -ms-flexbox; display: flex; margin: 0 auto; } 

.con-wrap .con-box .product-news-wrap .news-list-wrap .news-list { width: 46%; background-color: #fff; padding: 24px; } 

.con-wrap .con-box .product-news-wrap .news-list-wrap .news-list a > p{margin-bottom:8px; color: transparent;}

.con-wrap .con-box .product-news-wrap .news-list-wrap .news-list strong { font-size: 14px; font-weight: 600; color: #fff; background-color: #ED1C24; padding: 6px 16px; display: inline-block; margin-bottom: 12px; } 

.con-wrap .con-box .product-news-wrap .news-list-wrap .news-list ul { display: block; } 

.con-wrap .con-box .product-news-wrap .news-list-wrap .news-list ul li { width: 100%; border-bottom: 1px solid #ddd; margin-bottom: 6px; padding-bottom: 6px; } 

.con-wrap .con-box .product-news-wrap .news-list-wrap .news-list ul li .txt-wrap { display: block; } 

.con-wrap .con-box .product-news-wrap .news-list-wrap .news-list ul li .txt-wrap h4 { font-weight: 600; font-size: 20px; margin-bottom: 0; width: 84%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } 

.con-wrap .con-box .product-news-wrap .news-list-wrap .news-list ul li .txt-wrap span { color: #656565; font-size: 14px; text-transform: uppercase;} 

.con-wrap .con-box .product-news-wrap .news-list-wrap .news-list ul li .txt-wrap span b { color: #ED1C24; font-weight: 700; font-size: 14px; margin-left: 8px;} 

.con-wrap .con-box .product-news-wrap .news-list-wrap .news-list ul li:last-child { margin-bottom: 0; } 

.con-wrap .con-box .product-news-wrap .news-list-wrap .img-wrap { /*max-width: 780px;*/ max-height: 390px; overflow: hidden;isolation: isolate;} 
.con-wrap .con-box .product-news-wrap .news-list-wrap .img-wrap:hover img {transform: scale(1.05);}
.con-wrap .con-box .product-news-wrap .news-list-wrap .img-wrap img { width: 100%;height: 100%;object-fit: cover; display: block;transition: transform 0.3s;} 

.con-wrap .con-box .industry-slide-wrap { padding: 160px 0 80px; } 
.con-wrap .con-box .industry-slide-wrap .industry-slide-cont{width: 100%;} 

.con-wrap .con-box .industry-slide-wrap h4 {  font-weight: 700; font-size: 40px; margin-bottom: 64px; text-align: center; } 

.con-wrap .con-box .industry-slide-wrap .industry-slide {width: 100%; position: relative; padding: 74px 0 100px; overflow: visible; } 

.con-wrap .con-box .industry-slide-wrap .industry-slide .swiper-wrapper { -webkit-box-align: center; -ms-flex-align: center; align-items: center; } 

.con-wrap .con-box .industry-slide-wrap .industry-slide .swiper-wrapper .swiper-slide { position: relative;opacity: 0.3;border: 1px solid #DDDDDD; -webkit-backface-visibility: hidden; -webkit-transform: translate3d(0,0,0);} 

.con-wrap .con-box .industry-slide-wrap .industry-slide .swiper-wrapper .swiper-slide-active {opacity: 1;}

.con-wrap .con-box .industry-slide-wrap .industry-slide .swiper-wrapper .swiper-slide .img-wrap img { width: 100%; max-height: 400px; -webkit-filter: grayscale(100%); filter: grayscale(100%); display: block;} 

.con-wrap .con-box .industry-slide-wrap .industry-slide .swiper-wrapper .swiper-slide .txt-wrap { max-width: 350px; position: absolute; color: #fff; bottom: -25px; left: -5%;background: linear-gradient(218deg, rgba(230,2,17,1) 0%, rgba(243,66,43,1) 100%); box-shadow: 10px 10px 30px rgba(0,0,0,0.2); display: none; z-index: 10;} 

.con-wrap .con-box .industry-slide-wrap .industry-slide .swiper-wrapper .swiper-slide .txt-wrap a { padding: 40px 32px; color: #fff;position: relative; z-index: 10;} 

.con-wrap .con-box .industry-slide-wrap .industry-slide .swiper-wrapper .swiper-slide .txt-wrap a h4 { font-size: 24px; font-weight: 600; margin-bottom: 5px; text-align: left;} 
.con-wrap .con-box .industry-slide-wrap .industry-slide .swiper-wrapper .swiper-slide .txt-wrap a p { 
  width: 94%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* 라인수 */
  -webkit-box-orient: vertical;
  word-wrap:break-word;} 

.con-wrap .con-box .industry-slide-wrap .industry-slide .swiper-wrapper .swiper-slide .txt-wrap::after { content: ''; width: 48px; height: 48px; background-image: url(../../images/main/plus-icon.png); background-size: cover; background-repeat: no-repeat; background-position: center center; bottom: 0; right: 0; display: block; position: absolute; } 


/* .con-wrap .con-box .industry-slide-wrap .industry-slide .swiper-wrapper .swiper-slide .swiper-button-next { right: 10%; }  */

.con-wrap .con-box .industry-slide-wrap .industry-slide .swiper-wrapper .swiper-slide.swiper-slide-active .img-wrap img { max-width: 100%; width: 100%; max-height: 532px; -webkit-filter: none; filter: none; display: block;} 

.con-wrap .con-box .industry-slide-wrap .industry-slide .swiper-wrapper .swiper-slide.swiper-slide-active .txt-wrap { display: block; } 

.con-wrap .con-box .industry-slide-wrap .industry-slide .swiper-pagination { /*position: static; */max-width: 856px; margin: 0 auto; padding-bottom: 48px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center;bottom: auto;top:0;left: 50%;transform: translateX(-50%); } 

.con-wrap .con-box .industry-slide-wrap .industry-slide .swiper-pagination .swiper-pagination-bullet { width: calc(25% - 24px); height: auto; background: none; border-bottom: 2px solid #ddd; border-radius: 0; opacity: 1; color: #ddd; margin-right: 24px; padding-bottom:8px} 

/* .con-wrap .con-box .industry-slide-wrap .industry-slide .swiper-pagination .swiper-pagination-bullet:nth-child(5), .con-wrap .con-box .industry-slide-wrap .industry-slide .swiper-pagination .swiper-pagination-bullet:nth-child(6) { display: none; } 

.con-wrap .con-box .industry-slide-wrap .industry-slide .swiper-pagination .swiper-pagination-bullet:last-child { margin-right: 0; }  */

.con-wrap .con-box .industry-slide-wrap .industry-slide .swiper-pagination .swiper-pagination-bullet-active { font-weight: 600; color: #000; border-color: #ED1C24; } 

/* .con-wrap .con-box .industry-slide-wrap .industry-slide .swiper-controls{max-width: 1000px;width: 100%;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);} */
.con-wrap .con-box .industry-slide-wrap .industry-slide .swiper-button-next, 
.con-wrap .con-box .industry-slide-wrap .industry-slide .swiper-button-prev { color: #DDDDDD; top: 46%;} 

.con-wrap .con-box .industry-slide-wrap .industry-slide .swiper-button-next { right: 23%; } 
.con-wrap .con-box .industry-slide-wrap .industry-slide .swiper-button-prev { left: 23%; } 

.con-wrap .con-box .trade-show-wrap { width: calc(100% - 40px);max-width: 1248px; margin: 0 auto; padding: 0 0px 126px; } 

.con-wrap .con-box .trade-show-wrap h4 {  font-size: 40px; font-weight: 700; text-align: center; margin-bottom: 60px; } 

.con-wrap .con-box .trade-show-wrap .trade-show-list { width: 100%; text-align: right; } 
.con-wrap .con-box .trade-show-wrap .trade-show-list .trade-show-slide{width: 100%;}
.con-wrap .con-box .trade-show-wrap .trade-show-list > a { width: 155px; font-weight: 600; text-align: left; position: relative; margin-bottom: 20px; } 

.con-wrap .con-box .trade-show-wrap .trade-show-list > a::before { content: ''; width: 100%; height: 2px; background-color: #000; position: absolute; left: 0; bottom: -4px; } 

.con-wrap .con-box .trade-show-wrap .trade-show-list > a::after { content: ''; width: 5px; height: 10px; background-size: cover; background-repeat: no-repeat; background-position: center center; background-image: url(../../images/main/arrow.png); display: inline-block; -webkit-transform: translateY(-50%); transform: translateY(-50%); position: absolute; right: 0; top: 50%; } 

/* .con-wrap .con-box .trade-show-wrap .trade-show-list .trade-show-slide .swiper-wrapper { -ms-flex-wrap: wrap; flex-wrap: wrap;}  */

.con-wrap .con-box .trade-show-wrap .trade-show-list .trade-show-slide .swiper-wrapper .swiper-slide {height: auto;border: 4px solid #ddd; padding: 24px 24px 53px;} 
.con-wrap .con-box .trade-show-wrap .trade-show-list .trade-show-slide .swiper-wrapper .swiper-slide a{width: 100%;}
.con-wrap .con-box .trade-show-wrap .trade-show-list .trade-show-slide .swiper-wrapper .swiper-slide .img-wrap img { max-width: 252px;width: 100%; max-height: 100px;margin: 0 auto; display: block; } 

.con-wrap .con-box .trade-show-wrap .trade-show-list .trade-show-slide .swiper-wrapper .swiper-slide .txt-wrap { text-align: center; margin-top:24px;} 

.con-wrap .con-box .trade-show-wrap .trade-show-list .trade-show-slide .swiper-wrapper .swiper-slide .txt-wrap h4 { font-family: 'Play', sans-serif; font-size: 24px; margin-bottom: 0; display: -webkit-box; overflow: hidden ; word-break: keep-all; text-overflow: ellipsis; -webkit-box-orient: vertical; -webkit-line-clamp: 3; min-height: 108px;} 

.con-wrap .con-box .trade-show-wrap .trade-show-list .trade-show-slide .swiper-wrapper .swiper-slide .txt-wrap strong { color: #ED1C24; text-decoration: underline; text-underline-position: under; display: inline-block; margin-bottom: 12px; } 

.con-wrap .con-box .trade-show-wrap .trade-show-list .trade-show-slide .swiper-wrapper .swiper-slide .txt-wrap p {height:83px } 
.con-wrap .con-box .trade-show-wrap .trade-show-list .trade-show-slide .swiper-wrapper .swiper-slide .txt-wrap span {text-transform: uppercase;}
.con-wrap .con-box .trade-show-wrap .trade-show-list .trade-show-slide .swiper-wrapper .swiper-slide .txt-wrap span::before {content: ''; width: 24px; height: 24px; display: inline-block; background-image: url(../../images/calendar-icon.png); background-repeat: no-repeat; background-size: cover; background-position: center center;vertical-align: -4px;}

.con-wrap .con-box .trade-show-wrap .trade-show-list .trade-show-slide .swiper-wrapper .swiper-slide:nth-child(4n) { margin-right: 0 !important; } 

.con-wrap .con-box .trade-show-wrap .trade-show-list .trade-show-slide .swiper-wrapper .swiper-slide:nth-child(n + 5) { margin-top: 16px; } 

.con-wrap .con-box .trade-show-wrap .trade-show-list .trade-show-slide .swiper-pagination { display: none; } 

.con-wrap .con-box .banner-wrap { width: 100%; background-image: url(../../images/main/banner-bg.png); background-size: cover; background-repeat: no-repeat; background-position: center center; padding: 98px 20px 60px; } 

.con-wrap .con-box .banner-wrap > div { 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; margin-right: 10%; } 

.con-wrap .con-box .banner-wrap > div .img-wrap { margin-right: 10%; } 

.con-wrap .con-box .banner-wrap > div .txt-wrap { color: #fff; } 

.con-wrap .con-box .banner-wrap > div .txt-wrap h4 {  font-size: 48px; font-weight: 600; position: relative; margin-bottom: 12px; } 

.con-wrap .con-box .banner-wrap > div .txt-wrap h4::before { content: ''; width: 38px; height: 3px; background-color: #ED1C24; position: absolute; bottom: 0; left: 0; } 

.con-wrap .con-box .banner-wrap > div .txt-wrap p { margin-bottom: 40px; } 

.con-wrap .con-box .banner-wrap > div .txt-wrap a { color: #fff; font-weight: 600; width: 155px; position: relative; } 

.con-wrap .con-box .banner-wrap > div .txt-wrap a::before { content: ''; width: 100%; height: 2px; background-color: #fff; position: absolute; left: 0; bottom: -4px; } 

.con-wrap .con-box .banner-wrap > div .txt-wrap a::after { content: ''; width: 5px; height: 10px; background-size: cover; background-repeat: no-repeat; background-position: center center; background-image: url(../../images/main/arrow-w.png); display: inline-block; -webkit-transform: translateY(-50%); transform: translateY(-50%); position: absolute; right: 0; top: 50%; } 

@media (max-width:1700px) {
  .con-wrap .con-box .main-con h4 {top:28%}
}

@media screen and (max-width:1200px) {
  .con-wrap .con-box .product-list-wrap ul li a span {font-size: 20px;}
}

 @media screen and (max-width:1100px) {
  .con-wrap .con-box .industry-slide-wrap .industry-slide .swiper-wrapper .swiper-slide .txt-wrap {width: 80%;left: -10%;}
 }

/*반응형*/
@media screen and (max-width: 768px){
 .con-wrap { overflow: hidden; } 
 .con-wrap .con-box { /*main-con*/
 /*제품 리스트 이동 페이지*/}
 .con-wrap .con-box .main-con { background-image: url(../../images/main/main-thumb-m.png); margin-top: 60px; } 
 .con-wrap .con-box .main-con span { margin-bottom: 4%; font-size: 16px; } 
 .con-wrap .con-box .main-con h4 { top: 7%; right: 7%; line-height: 1; font-size: 56px; } 
 .con-wrap .con-box .main-con h4 .emphasis-color { font-size: 56px; } 
 .con-wrap .con-box .product-list-wrap { padding: 126px 0 60px; }
 .con-wrap .con-box .product-list-wrap h4 {line-height:52px;}
 .con-wrap .con-box .product-list-wrap ul { display: block; } 
 .con-wrap .con-box .product-list-wrap ul li { width: 100%; -webkit-clip-path: none; clip-path: none; margin-bottom: 20px; } 
 .con-wrap .con-box .product-list-wrap ul li img { width: 100%; } 
 .con-wrap .con-box .product-list-wrap ul li a { display: block; } 
 .con-wrap .con-box .product-list-wrap ul li a span { right: 20px; bottom: 12px; font-size: 32px;} 
 .con-wrap .con-box .product-list-wrap ul li a::after { display: none; } 
 .con-wrap .con-box .product-list-wrap ul li:last-child { margin-bottom: 0; } 
 .con-wrap .con-box .product-news-wrap { padding: 80px 0; } 
.con-wrap .con-box .product-news-wrap .more-btn-wrap {margin: 0; padding-top:20px;}
.con-wrap .con-box .product-news-wrap .flex-box {display:flex; flex-direction:column-reverse;}
 .con-wrap .con-box .product-news-wrap .news-sub-wrap { margin-bottom: 40px; display:flex; flex-direction: column-reverse;}
 .con-wrap .con-box .product-news-wrap .news-sub-wrap { margin-bottom: 40px; } 
 .con-wrap .con-box .product-news-wrap .news-sub-wrap ul { display: block; } 
 .con-wrap .con-box .product-news-wrap .news-sub-wrap ul li { width: 100%; margin-bottom: 40px; } 
 .con-wrap .con-box .product-news-wrap .news-sub-wrap ul li a .img-wrap div {max-height: none;}
 .con-wrap .con-box .product-news-wrap .news-sub-wrap ul li a .img-wrap img { max-width: 100% !important;width: 100%;display: block; } 
 .con-wrap .con-box .product-news-wrap .news-sub-wrap ul li a .txt-wrap h4 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } 
 .con-wrap .con-box .product-news-wrap .news-sub-wrap ul li:last-child { margin-bottom: 0; } 
 .con-wrap .con-box .product-news-wrap .news-sub-wrap ul li:hover a .img-wrap img { -webkit-transform: scale(1); transform: scale(1); } 
 .con-wrap .con-box .product-news-wrap .news-list-wrap .img-wrap:hover img {transform: scale(1);}
 .con-wrap .con-box .product-news-wrap .news-list-wrap { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; } 
 .con-wrap .con-box .product-news-wrap .news-list-wrap .news-list { width: 100%; } 
 .con-wrap .con-box .industry-slide-wrap h4{margin-bottom: 40px;}
.con-wrap .con-box .industry-slide-wrap .industry-slide-cont {width: calc(100% - 40px);margin: 0 auto;}
 .con-wrap .con-box .industry-slide-wrap .industry-slide { overflow: visible;padding: 0; }
 .con-wrap .con-box .industry-slide-wrap .industry-slide .swiper-wrapper .swiper-slide{opacity: 1;} 
 .con-wrap .con-box .industry-slide-wrap .industry-slide .swiper-wrapper .swiper-slide:not(:first-child){margin-top: 20px;}
 
 .con-wrap .con-box .industry-slide-wrap .industry-slide .swiper-wrapper { width: 100%; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-transform: translate3d(0, 0px, 0px) !important; transform: translate3d(0, 0px, 0px) !important; } 
 .con-wrap .con-box .industry-slide-wrap{padding: 100px 0;}
 .con-wrap .con-box .industry-slide-wrap .industry-slide .swiper-wrapper .swiper-slide .img-wrap { width: 100%;min-height: 204px;} 
 .con-wrap .con-box .industry-slide-wrap .industry-slide .swiper-wrapper .swiper-slide .img-wrap img { max-width: 100%; width: 100%;display: block;filter: none;} 
 .con-wrap .con-box .industry-slide-wrap .industry-slide .swiper-wrapper .swiper-slide .txt-wrap { width: 100%;max-width: 100%; position: static; display: block !important; }
 .con-wrap .con-box .industry-slide-wrap .industry-slide .swiper-wrapper .swiper-slide .txt-wrap > a {padding:24px 24px 44px}
 .con-wrap .con-box .industry-slide-wrap .industry-slide .swiper-wrapper .swiper-slide-duplicate {display: none;}
 .con-wrap .con-box .industry-slide-wrap .industry-slide .swiper-button-next, .con-wrap .con-box .industry-slide-wrap .industry-slide .swiper-button-prev { display: none; } 
 .con-wrap .con-box .industry-slide-wrap .industry-slide .swiper-pagination { display: none; } 
 .con-wrap .con-box .trade-show-wrap .trade-show-list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; } 
 .con-wrap .con-box .trade-show-wrap .trade-show-list > a { -ms-flex-item-align: end; align-self: flex-end; margin-top: 40px; margin-right: 20px; } 
 .con-wrap .con-box .trade-show-wrap .trade-show-list .trade-show-slide .swiper-wrapper { -ms-flex-wrap: nowrap; flex-wrap: nowrap; } 
 .con-wrap .con-box .banner-wrap { background-image: url(../../images/main/banner-bg-m.png); padding: 98px 20px 130px; background-size: 100% 100%; } 
 .con-wrap .con-box .banner-wrap > div { display: block; } 
 .con-wrap .con-box .banner-wrap > div .img-wrap { margin-right: 0; } 
 .con-wrap .con-box .banner-wrap > div .img-wrap img { display: block; margin: 0 auto; } 
 .con-wrap .con-box .banner-wrap > div .txt-wrap h4 { line-height: 1.2; } 
 .con-wrap .con-box .banner-wrap > div .txt-wrap h4::before { bottom: -8px; } 
 .con-wrap .con-box .banner-wrap > div .txt-wrap P { margin-top: 10px; }  
 .con-wrap .con-box .trade-show-wrap{padding: 0;}
  }
/*# sourceMappingURL=main.css.map */
