@charset "utf-8";
    /*menu 속성*/   
        .Menu li:nth-child(2){ color:#ec741e;}
        .Menu li:nth-child(2) .line{display: block;}
    /*business.css*/
        .con1{height: 200px; width: 300px;border: 1px solid rgba(255, 255, 255, 0.774); border-bottom: 15px solid #ec741e;}
        .con1{background:url(../img/con01.png)no-repeat 0 0;}
        .con1 h4{text-align: center; color: #fff;  font-size: 17px; font-weight: 500; position: relative; top: 60px;}
        .con1 h4 p{font-size: 30px; padding: 5px; font-weight: bold;}
        .con2{height: 230px; width: 300px;border: 1px solid  rgba(255, 255, 255, 0.774); border-bottom: 15px solid #ec741e;}
        .con2 {background: url(../img/con02.png)no-repeat 0 0;}
        .con2 h4{text-align: center; color: #fff;  font-size: 17px; font-weight: 500; line-height: 20px;; position: relative; top:60px;}
        .con2 h4 p{font-size: 30px; padding: 5px; font-weight: bold;}
        .con3{height: 300px; width: 300px;border: 1px solid  rgba(255, 255, 255, 0.774); border-bottom: 15px solid #ec741e;}
        .con3 {background: url(../img/con03.png)no-repeat 0 0;}
        .con3 h4{text-align: center;  color: #fff;  font-size: 17px; font-weight: 500; position: relative; top: 110px;}
        .con3 h4 p{font-size: 30px; padding: 5px; font-weight: bold;}
        .con4{height: 400px; width: 300px;border: 1px solid  rgba(255, 255, 255, 0.774); border-bottom: 15px solid #ec741e;}
        .con4 {background: url(../img/con04.png)no-repeat 0 0;}
        .con4 h4{text-align: center;  color: #fff;  font-size: 17px; font-weight: 500; position: relative; bottom: 230px; top:170px;}
        .con4 h4 p{font-size: 30px; padding: 5px; font-weight: bold;}
        #con{  margin-top: 8rem; display: flex; justify-content: space-around; }
        .bottom {padding: 5px; color: #fff; text-align: center; font-size: 15px; font-weight: 300; margin-top: 5rem;}
        .bottom1{display: none;}
        


    @media(max-width: 1200px){

        .con1{height: 200px; width: 250px;}
        .con1 h4{  font-size: 15px; top: 70px;}
        .con1 h4 p{font-size: 25px; }
        .con2{height: 230px;width: 250px;}
        .con2 h4{font-size: 15px;  top:70px;}
        .con2 h4 p{font-size: 25px;}
        .con3{height: 280px; width: 250px;}
        .con3 h4{ font-size: 15px;  top: 110px;}
        .con3 h4 p{font-size: 25px;}
        .con4{height: 350px; width: 250px;}
        .con4 h4{  font-size: 15px;  top:150px;}
        .con4 h4 p{font-size: 25px; }
        .bottom1{display: none;}
       
    }
   

    @media (max-width: 767px) {
    
        .con1{height: 100px; margin-bottom: 10px; }
        .con1 h4{top: 20px;}
        .con2{height: 100px; margin-bottom: 10px;}
        .con2 h4{ top:5px;}
        .con3{height: 100px; margin-bottom:10px;}
        .con3 h4{top: 20px; }
        .con4{height: 100px; margin-bottom: 10px;}
        .con4 h4{top:20px;}
        #con{   margin-top: 4rem; flex-direction: column; align-items: center;}
        .bottom{display: none;}
        .bottom1{display: block;}
        .bottom1 {padding: 5px; color: #fff; text-align: center; font-size: 13px; margin-top: 2rem; font-weight: 300; line-height: 25px;}

    }

    @media (max-width: 500px) {
     
       .bottom1{display: none;}
       
     
   }

   @media(max-height:870px) {

    .bottom{display: none;}
   }