    @charset "utf-8";   
 
    /*menu 속성*/   
        .Menu li:first-child{ color:#ec741e;}
        .Menu li:first-child .line{display: block;}
    /*about css*/
        .leftcon, .rightcon{ height: 650px; float: left;}
        .leftcon{width: 46%; overflow: hidden;}
        .rightcon{width: 50%;}
        .leftcon {background: url(../img/leftimg.png)no-repeat center right;}
        .rightcon{color: #fff;}
        .rightcon h2{padding-top: 15rem; padding-bottom: 10px; padding-left:3rem; font-weight: 600;  font-size: 25px;}
        .line2{content: ""; width: 100%; height: 1px; background-color: #ec741e; display: block ; margin-bottom: 10px; margin-left:3rem;}
        .rightcon h4 { line-height:30px; font-size: 17px; padding-left:3rem; font-weight: 400;}
        

    @media (max-width: 1200px){

        .leftcon{width: 41%;}
        .rightcon{width: 50%;}
        .rightcon h2{padding-top: 13rem;  font-size: 20px;}
        .rightcon h4 {font-size: 15px;}
  
    }


    @media (max-width: 767px) {
    
        .leftcon{display: none;}
        .rightcon{width: 100%;}
        .line2{margin-left: 0;}
        .rightcon h2 {padding-top: 10rem;  font-size: 17px; padding-left:0; text-align: center;}
        .rightcon h4 {font-size: 15px;  padding-left:0; text-align: center;}
    }

     @media (max-width: 500px) {
    
       .rightcon h2 {padding-top: 9rem;}

    }
 

    @media (max-height:870px){

        .leftcon{background: url(../img/leftimg2.png)no-repeat center right;}
    }
