﻿.brst {
    display:none;
}

.Mtit {
    color: #444343 !important;
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    margin: 50px auto;
}


.Mtit2 {
    color: #444343 !important;
    font-size: 1.7rem;
    font-weight: 500;
    text-align: center;
    margin: auto ;
    margin-top:159px;
    line-height: 1.5em;
}

.cultureWrap{
    position:relative;
    height:100%;
    margin-bottom:139px;
    margin-top:100px;
}



.cultureImg{
    width:983px;
    height:656px;
    background:url(/common/image/company/culture/culture_image.png) no-repeat center;
    background-size:cover;
    margin:auto;
}

.cultureTxt{
    width:56%;
    height:100%;
    position:absolute;
    top:200px;
    left:50px;
    background-color:transparent;
}


.cultureTxt:before{
    content:'';
    display:inline-block;
    width:100%;
    background:#FFFFFF;
    height:100%;
    position:absolute;
    opacity:0.6;
    box-shadow:5px 5px 20px rgba(0,0,0,0.5);
    left:0;
    top:0; 
}


    .culturetit{
    position:relative;
    font-size:36px;
    font-weight:600;
    text-align:center;
    margin-top:40px;
    color: #3b3b3b;
    margin-bottom:40px;

    }

    .cultureTxt *{
     position:relative;
    }

    .cultureTxt div{
        padding-left:40px;
        padding-right:40px;
        font-size:18px;
        letter-spacing:1px;
        line-height:28px;
        color:#191919;
    }

    
     .cultureIcon{
         display:flex;
     }

    .cultureIcon div{
        flex:1;
        text-align:center;
        margin-bottom:40px;
    }
    .sec2{
        margin-top:0px;
    }

    
    .cultureIcon span{
        display:inline-block;
        padding:5px;
        box-sizing:border-box;
    }


    .cultureIcon h2{
        margin-top:30px;
        margin-bottom:30px;
        font-size:24px;
    }

    .cultureIcon p{
        width:63%;
        margin:0 auto;
        line-height:32px;
            font-weight: 500;
    }

    
@media all and (max-width:1179px) {
 .cultureTxt{
     width:60% ;
     left:0;
     top:-20px;
     position:relative;
 }

 .cultureTxt:before{
     content:none;
 }


 .cultureImg{
     width:85%;
 }

 .culturetit{
     font-size:1.6em;
     padding:0;
     letter-spacing:1px;
     position:relative;
 }

 .culturetit:before{
     content:'';
     display:inline-block;
     width:35px;
     height:35px;
     background:url(/common/image/company/culture/quote.png) no-repeat;
     background-size:cover;
     position:absolute;
     left:0px;
 }

 .culturetit::first-letter{
  font-size:30px
 }


  .culturetit:after{
     content:'';
     display:inline-block;
       width:35px;
     height:35px;
     background:url(/common/image/company/culture/quote.png) no-repeat;
         background-size:cover;
     background-position-x:-35px ;
      position:absolute;
      right:0;
     }



 .cultureTxt >div{
     padding:10px;
 }

  .cultureTxt >div >br:last-of-type{
      display:none;
  }

  .cultureWrap {
      margin-bottom:50px;
  }

  .sec2{
      margin-top:50px;
  }

}

@media all and (max-width:920px){
    .brst{
        display:block;
    }

    .culturetit{
        line-height:39px;
    }
}


@media all and (max-width:767px) { 
      .cultureTxt{
     width:100% ;
     left:0;
     top:0;
     position:relative;
     height:auto;
     float:none;
     margin-top:50px;
 }

 .cultureImg{
     float:none;
    height:500px;
     width:100%;
 }

 .cultureTxt >div{
     font-size:1em;
     color:#797979;
     text-align:center;
     border: 1px solid #ddd;
     position:relative;
 }

 .cultureTxt >div:after{
     content:'';
     display:inline-block;
     width:100px;
     height:1px;
     background:#fa1105;
     position:absolute;
     right:0;
     bottom:0;
 }

 .cultureTxt >div:before{
      content:'';
     display:inline-block;
     width:100px;
     height:1px;
     background:#fa1105;
     position:absolute;
     left:0;
     top:0;
 }



 .culturetit{
     margin-bottom:40px;
     font-weight:500;
     font-size:1.5rem;
     color:#515151
 }

  .cultureIcon{
      display:block;

  }

  .cultureIcon >div:nth-of-type(1){
      /*border-bottom:1px solid #ddd;*/
      padding-bottom:40px;
  }


  .cultureIcon >div:after{
      content:'';
      display:block;
      clear:both;
  }

  .cultureIcon >div >span{
      float:left;
  }

    .cultureIcon >div >span img{
        width:90px;
    }

    .cultureIcon >div > h2{
        text-align:left;
        display:inline-block;
        width: calc(100% - 132px);
        float:right;
        margin:0;
    }

    .cultureIcon p{
        text-align:left;
         width: calc(100% - 132px);
        display:inline-block  ;
         float:right;
         padding-top:10px;
         color:#797979;
    }

    .cultureWrap{
        margin-bottom:0;
        padding-bottom:40px;
    }

   .sec2{
       margin-top:40px;
   }

   br{
       display:block;
   }

    }


@media all and (max-width:488px){
     .cultureWrap{
         margin-top:40px;
     }
     .cultureTxt{
         margin-top:30px;
     }

     .culturetit{
         margin-top:10px;
         font-size:1.3em ;

     }
     .brst{
         display:block;
     }

     }
