@CHARSET "UTF-8";

.mainLeftNavi .cl-placeholder {
    color: #fff !important;
}
.left_menu {
    background-color: #fff;
    border-right: 1px solid #e7e7e7;
}

.btn_menuGbn {
    background-color: #757575;
    background-image: none;
    border-radius: 17px;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 100%;
    border : 0px none;
}

.btn_menuGbn.cl-disabled {
    color: #fff;
    border : 0px none;
}

.btn_menuGbn:not(.cl-disabled):hover
,.btn_menuGbn:not(.cl-disabled):active
,.btn_menuGbn:focus, .btn_menuGbn.cl-focus {
    color: #fff;
    border : 0px none;
    text-decoration: underline;
}

.btn_menuGbn_select {
    background-color: #febe37;
    background-image: url(images/deco-left/tab_active.png);
    background-position: 10% 50%;
    background-repeat: no-repeat;
    border-radius: 17px;
    color: #000000;
    font-size: 13px;
    font-weight: 400;
    padding-left: 20px;
    text-align: center;
    border : 0px none;
}
.btn_menuGbn_select:not(.cl-disabled):hover
,.btn_menuGbn_select:not(.cl-disabled):active
,.btn_menuGbn_select.cl-disabled
,.btn_menuGbn_select:focus, .btn_menuGbn_select.cl-focus {
    background-color: #febe37;
    background-image: url(images/deco-left/tab_active.png);
    background-position: 11% 50%;
    background-repeat: no-repeat;
    color: #000000;
    border : 0px none;
    text-decoration: underline;
}

.btn_grp_add {
    background-color: transparent;
    background: url(images/deco-left/btn_tree_add_ic.png) right center no-repeat;
    border : 0px none;
    color: #7a7a7a;
    font-size: 12px;
    padding-right: 22px;
    padding-left: 0px;
    text-align: center;
}

.btn_grp_add:not(.cl-disabled):hover
,.btn_grp_add:not(.cl-disabled):active
,.btn_grp_add:focus, .btn_grp_add.cl-focus {
    background-color: transparent;
    background: url(images/deco-left/btn_tree_add_ic.png) right center no-repeat;
    color: #0047ba;
    border : 0px none;
}

.btn_grp_del {
    background-color: transparent;
    background: url(images/deco-left/btn_tree_del_ic.png) right center no-repeat;
    border : 0px none;
    color: #7a7a7a;
    font-size: 12px;
    padding-right: 22px;
    padding-left: 0px;
    text-align: center;
}

.btn_grp_del:not(.cl-disabled):hover
,.btn_grp_del:not(.cl-disabled):active
,.btn_grp_del:focus, .btn_grp_del.cl-focus  {
    background-color: transparent;
    background: url(images/deco-left/btn_tree_del_ic.png) right center no-repeat;
    color: #0047ba;
    border : 0px none;
}

.btn_grp_fold {
    border : none;
}

.btn_grp_fold:not(.cl-disabled):hover
,.btn_grp_fold:not(.cl-disabled):active
,.btn_grp_fold:focus, .btn_grp_fold.cl-focus  {
    border : 1px solid #757575;
}

.btn_left_com,
.btn_left_com.cl-button:not(.cl-disabled).cl-activated,
.btn_left_com.cl-button:not(.cl-disabled):active,
.btn_left_com.cl-button:not(.cl-disabled):hover {
    border: none;
}

.btn_left_com.cl-button.cl-focus {
    border: 2px solid #fff;
    border-radius: 2px;
}

/* leftNavi body */
/*
.mainLeftNavi {
    background-color: #F2F2F2;
    font-size: 14px;
    line-height: 1.5;
}
*/

/*  /* grp_logo */  */
/*  .div-logo {  */
/*      width: 205px;  */
/*      height: 66px;  */
/*  }  */
/*    */
/*  /* grp_porfBox */  */
/*  .porf-box {  */
/*      border-radius: 50%;  */
/*  }  */
/*    */
/*  /* user-porf */  */
/*  .more-btn{display:block;position:absolute;top:0;left:3px;width:30px;height:22px;}  */
/*  .more-btn i{display:block;width:4px;height:4px;margin:0 auto;border-radius:50%;background:#fff}  */
/*  .more-btn i + i{margin-top:5px}  */
/*    */
/*  /***************** 마이메뉴 *****************/  */
/*  /* grp_myMenu */  */
/*  .my-menu {  */
/*      /*padding: 30px 15px;*/  */
/*      padding: 8px 5px;  */
/*  }  */
/*    */
/*  /* grp_myMenuBtn */  */
/*  .my-menu-btn {  */
/*      height: 42px;  */
/*      background: #DFDFDF;  */
/*      border-radius: 50px;  */
/*  }  */
/*    */
/*  /* grp_myMenuSerach */  */
/*  .menu-search {  */
/*      height: 37px;  */
/*      background: #fff;  */
/*      border: 1px solid #00AEEF;  */
/*      /*margin: 10px 0px;*/  */
/*      margin: 8px 0px;  */
/*  }  */
/*    */
/*  /* img_search */  */
/*  .img-search {  */
/*      width: 30px;  */
/*      height: 35px;  */
/*      padding: 6px 8px;  */
/*  }  */
/*    */
/*  /***************** 왼쪽메뉴 *****************/  */
/*  /* grp_leftMenu */  */
/*  .left-menu {  */
/*      /*padding: 30px 15px;*/  */
/*      padding: 8px 5px;  */
/*  }  */
/*    */
/*  /* grp_treeBtn에 있는 버튼 */  */
/*  .tree-on-btn {  */
/*      width: 20px;  */
/*      height: 15px;  */
/*  }  */
