sidebar {
    /* display: none;    */
    background-color: #fff;
    /* border-left:1px solid #aaa; */
    width:0;
    position: fixed;
    top: 0px;
    width: 680px;
    bottom: 0;
    right: -680px;
    box-shadow: -2px 0px 2px 0px #ddd;
    z-index: 999;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding-top: 4px;
    transition: all 0.5s ease-in-out;
}
sidebar.side{
    transition: all 0.5s ease-in-out;
    right:0
}

sidebar>.side-head {
    padding: 3px 14px;
    border-bottom: 1px solid #ddd;
    height: 40px;
    font-size: 1.2em;
    font-weight: bold;
    display: flex;
}

sidebar .form-viewstyle {
    
}

sidebar .fa-angle-double-right {
    cursor: pointer;
    margin-top: 4px;
}

sidebar>.side-body {
    padding: 10px 14px;
}

.page-wrapper.side {
    transition: all 0.5s ease-in-out;
    margin-right: 650px;
    margin-left:-20px;
}
.page-wrapper {
    transition: all 0.5s ease-in-out;
    margin-right: inherit;
}

sidebar::-webkit-scrollbar {
    width: 4px;
}

sidebar::-webkit-scrollbar-thumb {
    background: #9e9e9e;
    /* 스크롤바 색상 */
    border-radius: 10px;
    /* 스크롤바 둥근 테두리 */
}

sidebar::-webkit-scrollbar-track {
    background: #d6d6d6;
    /*스크롤바 뒷 배경 색상*/
}

.form-viewstyle button {
    background: transparent;
    border:none;
    margin-left:4px;
    margin-top:3px;
}