#inc02 {
    display: flex;
    flex-direction: column;
        justify-content: center;
    height: 860px;
  text-align: center;
  background: url("./img/inc02_bg.jpg") center center / cover no-repeat;
}
#inc02 .sh_cont_box {
  margin-bottom: 90px;
}
#inc02 .sh_cont_box .s_tit {
  width: max-content;
  padding-bottom: 5px;
  font-size: 22px;
  font-weight: 700;
  color: rgb(17, 17, 17);
  border-bottom: 5px solid var(--primary);
}
#inc02 .sh_cont_box .s_tit {
  margin: 0px auto;
  color: rgb(255, 255, 255);
}
#inc02 .sh_cont_box .txt_group {
  position: relative;
  font-size: 17px;
  color: rgb(136, 136, 136);
}
#inc02 .sh_cont_box .txt_group {
  color: rgba(255, 255, 255, 0.6);
  white-space: pre-line;
}
#inc02 .sh_cont_box .txt_group p {
  font-size: 45px;
  font-weight: 700;
  line-height: 1.3;
  color: rgb(17, 17, 17);
}
#inc02 .sh_cont_box .txt_group p {
  /*margin: 0px 0px 30px;*/
  color: rgb(255, 255, 255);
}
#inc02 .box_wrap {
  position: relative;
  /*max-width: 1600px;*/
  margin: 0 auto;
  padding: 0px 70px;
  /*background-color: rgba(0, 0, 0, 0.2);*/
}
#inc02 .box_wrap .active {
  opacity: 0;
  position: absolute;
  top: 50%;
  z-index: 0;
  transform: translateY(-50%);
  width: 16.666666%;
  height: 100%;
  background: var(--primary);
  transition: all 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0s;
}
#inc02 .box_wrap:hover .active {
  opacity: 1;
}
#inc02 ul {
  position: relative;
  display: flex;
  justify-content: space-between;
        max-width: 1400px;
    margin: 0 auto;
    flex-wrap: wrap;
  /*border: rgba(255, 255, 255, 0.2) 1px solid;*/
  /*padding: 28px;*/
}
#inc02 ul li {
  width: 33%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
  text-align: center;
    border-radius: 20px;
    /*border: rgba(255, 255, 255, 0.1) 1px solid;*/
    background: rgba(255,255,255,0.1);
    transition: all .4s;
}


#inc02 ul li:nth-last-child(-n+3) {
    margin-top: 8px;
}


#inc02 ul li:hover {
    
    background: rgba(1,96,140,0.9);
}



#inc02 ul li + li {
  /*border-left: rgba(255, 255, 255, 0.2) 1px solid;*/
}
#inc02 ul li .probox {
  display: flex;
  justify-content: center;
    gap: 30px;
  align-items: flex-start;
  color: rgb(255, 255, 255);
    margin-top: 40px;
}


#inc02 ul li .right_pro {
text-align: left;
}




#inc02 ul li  .proimg{
margin-bottom: auto;
    width: 70px;
    height: 70px;
    /*border: rgba(255, 255, 255, 0.2) 1px solid;*/
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s;
}

#inc02 ul li:hover  .proimg{

    width: 70px;
    height: 70px;
}





#inc02 ul li  img{
  height: 35px;
}






#inc02 ul li span {
  margin: 35px 0px 10px;
  font-size: 12px;
    text-transform: uppercase; 
}
#inc02 ul li p {
  font-size: 27px;
  font-weight: 700;
  color: rgb(255, 255, 255);
        margin-bottom: 30px;
}

#inc02 ul li .parameter {
  white-space: pre-line;
    line-height: 1.4;
    opacity: 0;
    transition: all .4s;
}

#inc02 ul li:hover .parameter {
    opacity: 0.7;
    margin: 30px 0 40px;
}




#inc02 ul li a{
opacity: 0;
    display: flex;
    position: absolute;

    bottom: 150px;

    width: 68px;
    height: 68px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, .25);
    transition: all .6s cubic-bezier(0.165, 0.840, 0.440, 1)
}



#inc02 ul li:hover a{
opacity: 1;
}

#inc02 ul li:hover a:hover {
    border-color: var(--primary);
    background: #ECAB24;
    
    
}
#inc02 ul li a svg {
    margin: auto;
    color: #fff;
}

.msg_sound_only, .sound_only {
    display: inline-block !important;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0;
    line-height: 0;
    border: 0 !important;
    overflow: hidden !important;
}

