@charset "utf-8";
/* CSS Document */
*{box-sizing:border-box;}
.guide_wrapper{
	font-size:12px;
}
.top{
	width:100%;
	height:42px;
	background:url(../../images/efine/sub/bg_guide_top.gif) repeat-x 0 0;
	position:fixed;
	top:0;
	left:0;
}
.top h1{
	float:left;
	padding:7px 0 0 15px;
}
.top_navi{
	float:right;
}
.top_navi{
	color:#003b9d;
	padding:11px 15px 0 0;
}
.top_navi span{
	font-weight:bold;
	padding:0 5px;
}
ul.dynatree-container{
	background:#d9f1f8;
	width:220px;
	height:calc(100% - 42px);
	position:fixed;
	top:42px;
	left:0;
}
.left_menu .depth{
	height:25px;
	padding-left:10px;
	background:url(../../images/efine/sub/bullet_guide.png) no-repeat 0 3px;
/* 	background:url(../../images/efine/sub/icons.gif) no-repeat 0 3px;	 */
/* 	background-position: 0px -80px; */
}
.left_menu .depth a{
	font-weight:bold;
	color:#093551;
}
.left_menu .depth span{
	font-weight:bold;
	color:#093551;
	cursor:pointer;
}
.left_menu .depth a:hover{
	text-decoration:underline;
}
.left_menu .depth_open p{
	background:none;
}
.left_menu .depth_open p a{
	display:block;
	padding-left:10px;
	font-weight:normal;
}
.menu_contents{
	padding:15px 0 0 15px;
}
.main_contents{
	width:100%;
	padding:calc(42px + 15px) 15px 15px calc(220px + 15px);
}
.main_contents h2{
	font-family:"맑은 고딕";
	font-weight:bold;
	color:#666666;
	font-size:20px;
	margin:10px 0;
}
.img_explain{
	margin:0 auto;
}
.img_explain img{
	width:70%;
	border:1px solid #bdbdbd;
}
.img_explain p{
	text-align:center;
	padding-top:5px;
	font-size:11px;
	color:#7c7c7c;
}
.now_menu_navi{
	font-size:11px;
	color:#003399;
	padding-left:20px;
	padding-top:2px;
	background:url(../../images/efine/sub/bullet_blue.png) no-repeat 0 0;
}
.substance{
	padding-bottom:10px;
	border-bottom:1px solid #CCCCCC
}
.substance h3{
	font-family:"맑은 고딕";
	font-weight:bold;
	color:#666666;
	font-size:15px;
}
.substance p{
	padding-top:8px;
}

.substance2{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
/* 	border-bottom:1px solid #CCCCCC */
}
.substance2 h3{
	font-family:"맑은 고딕";
	font-weight:bold;
	color:#666666;
	font-size:20px;
}
.substance2 p{
	padding-top:10px;
	font-size:14px;
	font-weight:bold;
}

.board table{
	width:100%;
	border-top: 3px solid #d3d3d3;
    border-bottom: 3px solid #d3d3d3;
    font-size: 0.938em;
	line-height:1.5;
	margin-top:10px;
}
.board table th{
    font-weight: bold;
}
.board th{	
	background-color: #f1f1f1;
	width: 130px;
	margin-left: 20px;
	height: 30px;
	text-align: center;
	border-left: 1px solid #ccc;
/* 	border-right: 1px solid #ccc;	 */
	border-bottom: 1px solid #ccc;
	font-size:1.2em;
	color:#797979;
}
.board td{
	border-bottom: 1px solid #ccc;
/* 	border-right: 1px solid #ccc; */
	border-left: 1px solid #ccc;
	font-size:1.0em;
	color:#797979;
	padding-left: 10px;
	
}	
.td_end{
	border-right:1px solid #ccc;
}

.help_list {
    width:652px;
    border-collapse:collapse;
}
.help_list td {
    text-align: center; 
    border-left: 1px solid gray; 
}

.help_list tr td:last-child {
    border-right: 1px solid gray; 
}
.help_list th {
     background-color: #ddebff; 
     text-align: center;
     border-left: 1px solid gray; 
}
.help_list tr th:last-child {
    border-right: 1px solid gray; 
}

.help_list tr {
	border-top: 1px solid gray; 
}
.help_list tr:last-child{
	border-bottom: 1px solid gray;
}
