/* 사이드메뉴 */
#sidebar{
    transition: ease-out 0.3s;
}

.side-menu{
    position: fixed;
    width: 260px;
    height: 100%;
    background-color: #fff;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    padding: 20px 15px;
    z-index: 10;
}

#opencard{
    display: block;
}

#closecard{
    display: none;
    cursor: pointer;
}

.open-arrow{
    display: none;
}

.close-arrow{
    display: block;
}


.open-arrow,
.close-arrow{
    padding-top: 19px;
    padding-left: 4px;
    color: #333;
}

.open-arrow::before{
    content: "\f054";
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.close-arrow::before{
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

/* .open-arrow{
    display: none;
}
 */

.link-title{
    display: inline-block;
    width: 185px;
}

.btn-link{
    height: 44px;
    color: #000;
    text-align: left;
    letter-spacing: -0.5px;
    font-size: 15px;
    font-family: 'SpoqaHanSansNeo-Medium';
    margin-top: 8px;
    width: 100%;
}

.btn-link .fa-h-square{
    font-size: 15px;
    margin-left: 3px;
}

.btn-link .fa-chevron-right{
    font-size: 13px;
    margin-left: 6px;
    vertical-align: 1px;
}

.card{
    border: none;
}

.card-header{
    padding: 0;
    background-color: transparent;
    border-bottom: none;
}

.card-body{
    padding: 0 15px;
    letter-spacing: -0.5px;
    margin-top: 5px;
}

.card-body a{
    height: 35px;
    line-height: 35px;
    display: block;
    color: #000;
}

.card:first-child .btn-link{
    margin-top: 0px;
}

.btn-link:hover,
.card-body a:hover{
    opacity: .8;
    color: #000;
}

.side-click {
    background-color: #e6f0fc;
    color: #3391f5;
    font-family: 'SpoqaHanSansNeo-bold';
}

.side-click:hover{
    background-color: #e6f0fc;
    color: #3391f5;
}

.click-name{
    color: #3391f5 !important;
}

.menu-btn{
    width: 30px;
    height: 60px;
    border-radius: 0 30px 30px 0;
    background-color: #fff;
    border-right: 1px solid #e5e5e5;
    border-left: transparent;
    position: absolute;
    top: 45%;
    left: 100%;
}

