/* 반응형 태블릿 */

@media all and (max-width : 1200px) and (min-width : 601px){



}



/* 반응형 모바일 */
@media all and (max-width : 600px){

    #header .h_cont {
        height: 13rem;
        padding-bottom: 2%;
    }
    
      #header .gnb {
            height: 13rem;
            padding-top: 5%;
        }
    
      #header .gnb ul {
        flex-direction: column;
        align-items: start;
      }
      
      #header .gnb ul li a {
          font-size: 2rem;
        line-height: 2rem;
      }
    
      #header .gnb ul .menu_about a {
        font-size: 2rem;
    
    }

    #container .c_cont #section1 .placeholder {
      width: 100vw;
      height: 100vh;
      /* z-index: 99999; */
    }

}