/* 메뉴 */
.menuArea{
    display: flex;
    justify-content: start;
    flex-flow: column nowrap;
    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%;
}
/* .menuImgBox{
    background-color: rgba(0, 0, 0, 0.7);
    float:left;
} */
a{
    display: block;
}
img{
    display: block;
    width:100%;
    height:auto;
    border: 0;
}