.mobile-menu {
    display: block;
    position: relative;
    top: 14px;
    left: 15px;
    z-index: 402;
    width: 32px;
    height: 0px;
    padding: 0px;
    background-color: transparent;
    border: 0;
}
.mobile-menu i {
    font-size: 13px;
}
.menuwrap {
    position: fixed;
    top: 0;
    left: -274px; /* 너비 300px 인 사이드바를 왼쪽으로 300px 이동시켜 화면에 보이지 않게 함 */
    z-index: 400;
    overflow: auto;
    width: 274px; /* 너비 */
    height: 100%;
    padding: 16px 0px;
    box-sizing: border-box;
    transition: left .3s ease-in-out; /* 0.3초 동안 이동 애니메이션 */
    background-color: #1f2326;
	border-right: 1px solid #333232;
}
.menuwrap.on {
    left: 0;
}
#dimmed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 300;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}
.sidebar-breadcrumb {
    border-top: 1px solid rgba(248, 248, 248, 0.30);
    border-bottom: 1px solid rgba(248, 248, 248, 0.10);
    background: #282c2f;
    background: -moz-linear-gradient(top, #282c2f 0%, #1e2225 50%, #161a1d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #282c2f), color-stop(50%, #1e2225), color-stop(100%, #161a1d));
    background: -webkit-linear-gradient(top, #282c2f 0%, #1e2225 50%, #161a1d 100%);
    background: -o-linear-gradient(top, #282c2f 0%, #1e2225 50%, #161a1d 100%);
    background: -ms-linear-gradient(top, #282c2f 0%, #1e2225 50%, #161a1d 100%);
    background: linear-gradient(to bottom, #282c2f 0%, #1e2225 50%, #161a1d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282c2f', endColorstr='#161a1d',GradientType=0 );
    text-align: center;
    font-size: 13px;
	font-weight: bolder;
    padding: 4px;
    margin-top: -1px;
    color: #6f6f6f;
}
.sidebar-wallet ul li:first-child {
    border-top: none;
}
.sidebar-wallet b {
    font-weight: bold;
}
.sidebar-wallet ul li {
    display: block;
    float: none;
    border-top: 1px solid #2a2a2c;
    border-bottom: 1px solid #131315;
    line-height: 40px;
    cursor: default;
    margin-bottom: 0;
    padding-left: 13px;
    color: #ffffff;
    font-size: 12px;
    /* font-family: "DINBla", Arial, sans-serif; */
    font-weight: bold;
}
.sidebar-wallet ul li span {
    color: #c2a848;
    display: inline-block;
    text-align: right;
    width: 155px;
    float: right;
    padding-right: 7px;
}
.sidebar-wallet ul li em {
    color: #555;
    margin-left: 6px;
    text-decoration: none;
    font-style: normal;
}
.sidebar-wallet ul li em.balance {
    /*background-color: #020105;*/
    color: #c2a848;
}
.sidebar-wallet ul li.sidebar-wallet-total {
    border-top: 2px solid #141414;
    border-bottom: none;
    background: #16191c;
}
.sidebar-wallet select {
    border: 1px solid #000000;
    color: #ffffff;
    font-size: 12px;    
    width: 148px;
    height: 31px;
	line-height: 31px;
    background: url(/assets/img/select-arrow.png) right 10px no-repeat #000000;
    border-bottom: 1px solid #2a2d32;
    text-indent: 01px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
	margin-top: 4px;
}
.sidebar-wallet input[type=text] {   
    font-size: 12px;
    height: 31px;
	line-height: 31px;    
    color: #ffffff;
    background: #000000;
    border: 1px solid #000000;
    border-bottom: 1px solid #2a2d32;
    width: 148px;
}
.right-text {
    text-align: right;
}
