#cc-main-view-header {
    position: fixed;
    width: 100%;
    height: 60px;
    left: 0;
    top: 0;
    border-bottom: 1px solid #e6e6e6;
    background: #fff;
    z-index: 1000;
}



#cc-main-view-header
.logo {
    display: block;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    height: 22px;
}





#cc-main-view-header
.menu-button {
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}



#cc-main-view-header
.menu-button
img {
    display: block;
    position: absolute;
    width: 32px;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


















