/*reset*/
html, body {
    height:100%;
    padding:0;
    margin:0;
    font-size:13px;
    font-family:"Malgun Gothic", Dotum, Helvetica, sans-serif;
}
div, ul, li {
    padding:0; 
    margin:0;
}
ul, li {
    list-style:none
}
.ff-input,.ff-select {
    /* width:173px; 그리드 틀어짐으로 주석 처리. */
    min-width:173px;
    padding:0;
    padding-left: 5px;
    margin:0;
    box-sizing: border-box;
}

.wrap {
    width:100%;
    height: 100%;;
}
header {
    display:table;
    width:100%;
    background:#000;
    /* box-shadow: 10px 10px 10px #000; */
}
/* header h1 {
    display:inline-block;
    padding:0 20px;
    color:#fff;
    font-size:20px;
} */
header h1 {
    display:inline-block;
    padding:0 20px;
    color:#fff;
    font-size:20px;
    vertical-align: middle;
}
header nav {
    display:inline-block;
}

header ul li {
    position:relative;
    display:inline-block; 
}
header ul li:first-child::before {display:none;}
header ul li:last-child::before {display:none;}
header ul li:before {
    position: absolute;
    top: 6px;
    left: -12px;
    display: inline-block;
    width: 1px;
    height: 10px;
    background: #757575;
    content: '';
}

header ul li a {
    margin-right:20px;
    color:#fff;
    text-decoration: none;
    font-size:12px;
}
header ul li a:hover {
    color:#ccc;
}
.user-menu {
    float: right;
    padding-top: 12px;
    padding-right: 20px;
    color: #fff;
}
.user-menu i {
    padding-left:20px;
    font-size: 18px;
}
.user-menu i:hover {
    color:#999;
    cursor: pointer;;
}
.user-menu span {
    display:inline-block;
    padding:5px 10px;
    margin-right:5px;
    border:1px solid #777;
    cursor: pointer;
}
.user-menu span:hover {
    background:#555;
}
section {
    display:table;
    width:100%;
    height: 100%;
}
.ff-left-tit {
    height: 40px;
    font-size: 16px;
    /* text-align: center; */

    box-sizing: border-box;
    color: #fff;
    background: #464343;
}
.ff-left-tit span {
    display:inline-block;
    padding-left: 15px;
    padding-top: 9px;
}
.ff-left-tit i{
    float: right;
    padding-top: 10px;
    /* padding-right: 10px; */
    width: 40px;
    height: 40px;
    background: #464343;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
}

/* icon 관련 포지션 문제로 추가 */
.ff-left-tit {
    position: relative;
}
.ff-left-tit > fa-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    cursor: pointer;
}


.ff-left {
    display:table-cell;
    width:250px;
    /*min-width:250px;*/
    height:100%;
    vertical-align: top;
    background:#f5f5f5;
}
.ff-left>li>ul>li {
    position: relative;
}
.ff-left>li>ul>li:before {
    position: absolute;
    top: 1px;
    left: 20px;
    display: inline-block;
    content: '-';
    color: #777;
    font-size: 17px;
}
.ff-left>li>a {
    display:inline-block;
    width:100%;
    height:40px;
    line-height: 40px;
    background:#e5e5e5;
    border-top:1px solid #e5e5e5;
    border-bottom:1px solid #e5e5e5;
    padding-left:20px;
    box-sizing: border-box;
    text-shadow: 0.8px 0;
    font-size:15px;
}
.ff-left>li>a>i {
    float: right;
    /* padding-right: 20px; */
    padding-top: 14px;
    font-size: 12px;
    color: #777;
    width: 40px;
    height: 40px;
    text-align: center;
    box-sizing: border-box;
    border-left: 1px solid #e5e5e5;
}
.ff-left>li>ul>li>a {
    display:inline-block;
    width:100%;
    height:30px;
    line-height: 30px;
    /* border-bottom:1px solid #e5e5e5; */
    padding-left:35px;
    box-sizing: border-box;
    text-shadow: 0.5px 0;;
    font-size:13px;
    color:#555;
}

.ff-left>li>ul>li>a.active {
    color: black;
    text-shadow: 0.8px 0;
}


.ff-left>li>ul>li>a:hover {background:#f5f5f5; color:#000; text-shadow:0.5px 0;}

.ff-left li a {
    text-decoration: none;
    color:#333;
}
.ff-content {
    display:table-cell;
    width:calc(100% - 250px);
    height: 100%;
    padding:10px 20px;
    vertical-align: top;
    background:#e5e5e5;
}
.ff-detail-area {
    display:table;
    width:100%;
    background:#fff;
    border:1px solid #ccc;
    margin-top:15px;
    padding:5px 10px;
    font-size:13px;
    box-sizing: border-box;
}
.ff-de-tit {
    color:#999;
    display:inline-block;
    /* width:100%; */
    padding-bottom:5px;
}
.ff-de-tit2 {
    color:#999;
    display:inline-block;
    /* width:100%; */
    padding-left:20px;
    padding-bottom:5px;
}
.ff-img-area {
    display:table-cell;
    width:200px;
    vertical-align:top;
}
.ff-img {
    /* height: 150px; */
    border:1px solid #888;
    margin:0 20px 5px 0;
    box-sizing: border-box;
}
.ff-img img{ width:200px;}
.ff-con-area {
    display:table-cell;
    width:calc(100% - 200px);
    vertical-align:top;
}

.ff-row {
    display:table;
    padding-bottom: 5px;;
}
.ff-row>div.label {
    display:inline-table; 
    width:100px;
}
.ff-row label {
    display: inline-block;;
    width:100px;
    color: #5f5f5f;
    text-shadow: 0.5px 0 0 black;
    padding-left: 20px;
    box-sizing: border-box;
}
.ff-row>div {
    display:table-cell;
    /* width:1%; */
    padding-right: 10px;
}

footer {
    background:#555;
    text-align:center;
    font-size:12px;
    padding: 10px 0;
    color:#999;
}


.sbgrid_fixed_table_st {
    text-shadow: 0 0 black;
    font-size: 13px;
    font-weight: normal;
}
.sbgrid_fixed_table_nohover_st {
    font-weight: normal;
}