
.main .con{
    padding:56px 0 140px 0
    
}
.main .con .tit{
    font-weight: 600;
    text-align: center;
    color: #000000;
    line-height: 1.2;
    letter-spacing: 0.9px;
    
}
.main .con hr{
    
        width: 100%;
    height: 1px;
    opacity: 0.1;
    background: #000000;
    border: none;
    margin: 38px 0 34px 0;
}
.main .con .mes{

    font-weight: 400;
    text-align: left;
    color: #666666;
    line-height: 2;
}
@media only screen and (max-width: 1920px){
  .main .con{
        padding:2.9vw 0 7.29vw 0;
    }
   .main .con hr{
        margin:1.97vw 0 1.77vw 0 ;
    }
    
}
@media only screen and (max-width: 768px){
    .main .con{padding:40px 0;}
       .main .con hr{margin:10px 0;}
    
}