/* header */
#header{
    width: 100%;
    height: 50px;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,0.05);
}
#header .headerItem01{
    width: 60px;
    height: 100%;
}
#header .headerItem01 .backBtn{
    width: 100%;
    height: 100%;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
}
#header .headerItem02 .admin{
    margin-right: 5px;
    font-size: 20px;
    color: #FFCE00;
}
#header .headerItem02{
    width: calc(100% - 120px);
    height: 100%;
    font-weight: 500;
}
#header .headerItem03{
    width: 60px;
    height: 100%;
    font-size: 25px;
    cursor: pointer;
}
/* header End */