/* 메뉴 */
.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%;
}
.disBlock{
    display: block;
    
}
.menuImgBox{
    width:100%;
    height:auto;
    border:0;
    display:block;
}
/* 로딩 */
.loddingWhiteBox{
    width:100%;
    height:100%;
    background-color: white;
    position: fixed;
    z-index: 9000;
    visibility: visible;
    opacity: 1;
    transition:all 0.2s;
}