.indexTitle {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #282828;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 2%;
}

.indexTitle h3 {
  font-size: 36px;
}

.indexTitle a {
  font-size: 18px;
}
@media (max-width: 1200px) {
    .indexTitle h3 {
        font-size: 32px;
    }
}
@media (max-width: 992px) {
    .indexTitle h3 {
        font-size: 28px;
    }

    .indexTitle a {
        font-size: 15px;
    }
}
@media (max-width: 768px) {
    .indexTitle h3 {
        font-size: 24px;
    }
}
@media (max-width: 480px) {
  .indexTitle h3 {
    font-size: 20px;
  }
  .indexTitle a {
    font-size: 14px;
  }
}

#topSwiper {
  position: relative;
}

#topSwiper .txt {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #282828;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#topSwiper .txt h2 {
  font-size: 60px;
}

#topSwiper .txt p {
  font-size: 36px;
  margin-top: 2%;
}

@media (max-width: 1200px) {
  #topSwiper .txt h2 {
    font-size: 48px;
  }
  #topSwiper .txt p {
    font-size: 29px;
  }
}

@media (max-width: 996px) {
  #topSwiper .txt h2 {
    font-size: 38px;
  }
  #topSwiper .txt p {
    font-size: 23px;
  }
}

@media (max-width: 768px) {
  #topSwiper .txt h2 {
    font-size: 30px;
  }
  #topSwiper .txt p {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  #topSwiper .txt h2 {
    font-size: 24px;
  }
  #topSwiper .txt p {
    font-size: 15px;
  }
  #topSwiper.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 1px;
  }
}

.hardwareDes {
  max-width: 1350px;
  margin: 5% auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.hardwareDes li {
  width: 48%;
  height: 420px;
  border-radius: 4px;
  color: white;
  position: relative;
}

.hardwareDes li img {
  border-radius: 4px;
  height: 100%;
}

.hardwareDes li .txt {
  position: absolute;
  top: 0;
  left: 5%;
  width: 45%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hardwareDes li .txt p {
  font-size: 14px;
  margin-bottom: 5%;
  line-height: 30px;
}

.hardwareDes li .txt h2 {
  font-size: 30px;
  height: 20%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}

.hardwareDes li .txt span {
  font-size: 16px;
  margin: 10% 0;
  height: 10%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all .6s ease;
  -webkit-transition: all .6s ease;
}

.hardwareDes li .txt a {
  font-size: 24px;
  transition: all .9s ease;
  -webkit-transition: all .9s ease;
}

.hardwareDes li:hover a, .hardwareDes li:hover span, .hardwareDes li:hover h2 {
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
}

@media (max-width: 1200px) {
  .hardwareDes li {
    width: 50%;
  }
}

@media (max-width: 996px) {
  .hardwareDes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hardwareDes li {
    width: 85%;
    margin: 0 auto 1%;
  }
}

@media (max-width: 768px) {
  .hardwareDes li .txt h2 {
    font-size: 24px;
    height: 15%;
  }
  .hardwareDes li .txt span {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .hardwareDes li {
    width: 100%;
  }
}

.lowTension {
  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-bottom: 5%;
}

.lowTension li {
  width: 31%;
  height: 540px;
  border: 1px solid #e0e0e0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8% 2% 0;
  text-align: center;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

.lowTension li img {
  width: 65%;
  margin: 0 auto;
  display: block;
  height: 33%;
  -o-object-fit: contain;
     object-fit: contain;
}

.lowTension li h3 {
  font-size: 30px;
  color: #282828;
  margin: 18% 0 5%;
}

.lowTension li p {
  font-size: 16px;
  color: #666;
  line-height: 24px;
  margin-bottom: 10%;
  height: 10.5%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.lowTension li a {
  display: block;
  color: #282828;
  font-size: 16px;
  background: transparent;
  width: 180px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: 1px solid #666;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

.lowTension li:hover {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
}

.lowTension li a:hover {
  background: #282828;
  color: white;
}

@media (max-width: 1200px) {
  .lowTension li {
    height: 432px;
  }
  .lowTension li p {
    height: 15%;
  }
}

@media (max-width: 996px) {
  .lowTension li {
    height: 346px;
  }
  .lowTension li h3 {
    font-size: 24px;
  }
  .lowTension li p {
    font-size: 15px;
  }
  .lowTension li a {
    width: 144px;
    height: 36px;
    line-height: 36px;
  }
}

@media (max-width: 768px) {
  .lowTension {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lowTension li {
    width: 45%;
    margin-bottom: 5%;
  }
  .lowTension li h3 {
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .lowTension li p {
    font-size: 14px;
    height: 14%;
  }
}

@media (max-width: 480px) {
  .lowTension li {
    width: 100%;
    padding: 8% 8% 0;
  }
  .lowTension li h3 {
    margin: 5% 0;
  }
}

.ggw {
  padding: 5% 0 3%;
  margin-bottom: 5%;
}

.ggw .w {
  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;
}

.ggw .w .left {
  width: 50%;
  color: white;
}

.ggw .w .left h3 {
  font-size: 60px;
}

.ggw .w .left p {
  font-size: 36px;
  margin-top: 2%;
}

.ggw .w .right {
  width: 42%;
}

@media (max-width: 1200px) {
  .ggw .w .left h3 {
    font-size: 48px;
  }
  .ggw .w .left p {
    font-size: 29px;
    margin-top: 2%;
  }
}

@media (max-width: 996px) {
  .ggw .w .left h3 {
    font-size: 38px;
  }
  .ggw .w .left p {
    font-size: 23px;
    margin-top: 2%;
  }
}

@media (max-width: 768px) {
  .ggw .w .left h3 {
    font-size: 30px;
  }
  .ggw .w .left p {
    font-size: 18px;
    margin-top: 3%;
  }
}

@media (max-width: 480px) {
  .ggw .w .left h3 {
    font-size: 20px;
  }
  .ggw .w .left p {
    font-size: 14px;
    margin-top: 3%;
  }
}



@media (max-width: 480px){
    #topSwiper img{
        height:250px;
    }
}



.topBanner {
    width: 100%;
    height: 560px;
    position: relative;
}

@media (max-width: 1200px) {
    .topBanner {
        height: 450px;
    }
}

@media (max-width: 996px) {
    .topBanner {
        height: 385px;
    }
}

@media (max-width: 768px) {
    .topBanner {
        height: 308px;
    }
}

@media (max-width: 480px) {
    .topBanner {
        height: 265px;
    }
}



/*//°¸Àý¹ÊÊÂ*/
.caseTit {
    max-width: 1200px;
    margin: 5% auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #282828;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 2%;
}

    .caseTit h3 {
        font-size: 36px;
    }

    .caseTit a {
        font-size: 18px;
    }

        .caseTit a i {
            transition: all .5s ease;
            -webkit-transition: all .5s ease;
        }

        .caseTit a:hover i {
            transform: translateX(5px);
            -webkit-transform: translateX(5px);
        }

@media (max-width: 1200px) {
    .caseTit h3 {
        font-size: 32px;
    }
}

@media (max-width: 992px) {
    .caseTit h3 {
        font-size: 28px;
    }

    .caseTit a {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .caseTit h3 {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .caseTit h3 {
        font-size: 20px;
    }

    .caseTit a {
        font-size: 14px;
    }
}

.caseList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom:5%;
}

    .caseList li {
        height: 590px;
        width: 40%;
        transition: all .5s ease;
        -webkit-transition: all .5s ease;
    }

        .caseList li img {
            height: 43%;
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
        }

        .caseList li .txt {
            height: 57%;
            background: #e9e9e9;
            padding: 8%;
            box-sizing: border-box;
        }

            .caseList li .txt span {
                font-size: 14px;
            }

            .caseList li .txt p {
                font-size: 22px;
                line-height: 36px;
                margin: 5% 0 30% 0;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                overflow: hidden;
                height: 25%
            }

            .caseList li .txt a {
                font-size: 18px;
            }

                .caseList li .txt a i {
                    transition: all .5s ease;
                    -webkit-transition: all .5s ease;
                }

                .caseList li .txt a:hover i {
                    transform: translateX(5px);
                    -webkit-transform: translateX(5px);
                }

        .caseList li:hover {
            transform: translateY(-5px);
            -webkit-transform: translateY(-5px);
        }

            .caseList li:hover p {
                color: #da4545;
            }

@media(max-width:1200px) {
    .caseList li {
        height: 472px;
    }

        .caseList li .txt p {
            font-size: 21px;
            line-height: 28px;
        }
}

@media(max-width:996px) {
    .caseList li {
        height: 377px;
    }

        .caseList li .txt p {
            font-size: 20px;
            margin: 5% 0 23% 0;
            height: 33%;
        }
}

@media(max-width:768px) {
    .caseList li {
        height: 300px;
        width: 46%;
    }

        .caseList li .txt p {
            font-size: 18px;
            margin: 5% 0 10% 0;
            height: 39%;
            line-height: 26px;
        }

        .caseList li .txt a {
            font-size: 17px;
        }
}

@media(max-width:480px) {
    .caseList li {
        height: 300px;
        width: 100%;
        margin-bottom: 4%;
    }

        .caseList li .txt {
            padding: 6%;
        }
}