@charset "utf-8";       
    /*menu 속성*/   
        .Menu li:nth-child(4){ color:#ec741e;}
        .Menu li:nth-child(4) .line{display: block;}
        
    /*contact.css*/
        .contact01 { width: 100%; height: 220px; }
        .one{width: 20px; height: 20px; border-radius: 50%; border: 3px solid #fff; display: inline-block;  position: absolute; top: 11rem;left: 49%;}
        .one2{ text-align: center; font-size: 30px; color: #fff; position: relative; right: 1rem; bottom: 4rem; font-weight: 500; }
        .map { background:url(../img/map.png)no-repeat center 0;  width: 100%; height: 500px;}
        
       
   

    @media (max-width: 1200px){

        .one{left: 48%;}
    }


    @media (max-width: 767px) {
 
       
        .one{width: 15px; height: 15px;top: 7rem; left: 45%;}
        .one2{ font-size: 20px; bottom: 6rem; }
        .map{background:url(../img/map2.png)no-repeat center 0; margin-top: -50px; }
      
     }
 
     @media (max-width: 500px) {
       
        .one2{bottom: 7rem; }
        .map{background:url(../img/map2.png)no-repeat center 0;}
     }

     @media (max-height:870px) {
         .map{background: url(../img/map4.png)no-repeat center 0;}
     }
