@charset "UTF-8";
* {box-sizing:border-box;}
html, body {width:100%;height:100%;margin:0;padding:0;overflow:hidden;}
body {font-size:18px;font-family: "Malgun Gothic", gulim, Dotum, Tahoma, "sans-serif";margin:0px;padding:0px;}
table {table-layout: fixed;}
.wrap {position:relative;width:100%;height:100%;}
.container {height:100%;background-color:#EBEBEB;}
.container::after {content:"";clear:both;display:block;}
.side {width:300px;height:100%;float:left;padding:10px 0 0px 5px;}
.content {height:100%;overflow:hidden;}
.path {width:100%;padding:2px 0;background-color:#aebfff;border:0px solid #3380D1;display:none;}
.side_nav {background-color:#fff;height:100%;border:1px solid #ddd;overflow:auto;}
.side_nav_root {margin-left:3px;color:#000;font-weight:bold;}
.view {border:none;width:100%;height:100%;overflow:auto;}

/* tree */
.dtree {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;font-size: 13px;color: #666;white-space: nowrap;margin:5px 0 0 5px;}
.dtree img {border: 0px;vertical-align: middle;}
.dtree a {color: #333;text-decoration: none;word-spacing:-.2em;}
.dtree a.node, .dtree a.nodeSel {white-space: nowrap;padding: 1px 2px 1px 2px;}
.dtree a.node:hover, .dtree a.nodeSel:hover {color: #333;text-decoration: underline;}
.dtree a.nodeSel {background-color: #c0d2ec;}
.dtree .dTreeNode {display:block;}
/*.dtree .dTreeNode:first-child {display:none;}
.dtree .clip {overflow: hidden;} */