@charset "utf-8";
/* CSS Document */



#container{text-align: center;}
#container .visual img{width:100%;padding-top:60px;}

.kakao{position: fixed; bottom:10px; right:10px; }
.kakao img{display: block; width: 3vw; margin-top: 10px;}




/*기본값끝*/



@media screen and (min-width:768px){
    
    
}




@media all and (min-width:1024px){
    .m_visual{display: none;}
    .p_visual{display: block;} 
    
    .gnbP{position:absolute; right:0; top:25px;}
    .gnbP li{float:left; margin-left:40px; }
    .gnbP li a{font-weight: 500; font-size:20px;}
    .gnbP li a:hover{color:#f78221;}
    .visual{background:#0fb359; }
    .visual img{max-width: 1180px; margin:0 auto;}
    
    
    
    #footer{box-sizing: border-box;}
    .footerIn{max-width:1180px; margin:0 auto;}
    .kakao{position: fixed; bottom:40px; right:40px;}
}
/*1024끝*/