.ccm-toolbar-visible header {
    margin-top: 49px;
}

.ccm-edit-mode #header {
    position: unset;
}

.c5j_none {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    margin-top: 10px;
    background: #f8f8f8;
    padding: 10px 12px;
    box-sizing: border-box;
}

.c5j_none .txt {
    color: #555;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.7;
}

.hideNew {
    display: none;
}

#header .hdInr .accountBtn-hide .change {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 6px 20px;
    border-bottom: 2px solid #00c4af;
    background: #fff;
    cursor: default;
}
#header .hdInr .accountBtn-hide .change .txt {
    display: inline-flex;
    align-items: center;
    color: #00c4af;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.3;
}
#header .hdInr .accountBtn-hide .accountMenu {
    display: none;
}