/* 메뉴 */
.menuArea{
    position: fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    z-index:500;
    visibility: hidden;
    overflow: auto;
}
.cilckMenu{
    cursor: pointer;
}
.menuClose{
    cursor: pointer;
}
.menuHeadImg1{
    width:25%;
    height:auto;
}
.menuHeadImg1>img{
    width:100%;
}
.menuHeadImg2{
    width:75%;
    height:auto;
}
.menuHeadImg2>img{
    width:100%;
}
a{
    display: block;
}
img{
    display: block;
    width:100%;
    height:auto;
    border: 0;
}