﻿@charset "utf-8";
/* CSS Document */

/* LEFT-MENU + BODY */
.content-section {
width:1098px; /*왼쪽, 오른쪽 border 2px 빠짐*/
height:570px;
margin: 0 auto 0 auto;
border-width: 0 1px 0 1px;
border-style: solid;
border-color: #cccccc;
background-color:#ffffff;
}

/* LEFT MENU */
.content-section .left-area {
width:204px;
height:570px;
float:left;
border-width: 0 1px 0 0;
border-style: solid;
border-color: #cccccc;
}
.content-section .left-area .left_ttl {
width:204px;
height:148px;
float:left;
border-width: 0 0 1px 0;
border-style: solid;
border-color: #cccccc;
}

/* BODY */
.content-section .right-area {
width:893px;
height:570px;
float:left;
border:none;
}

/* BODY 상단 */
.right-area .con_sub_box {
height:30px;
padding:10px 10px 0 0;
border-width: 0 0 1px 0;
border-style: solid;
border-color: #cccccc;
}
.right-area .con_sub_box .pos{
margin:0 10px 0 0;
float:right;
display:inline;
}
.right-area .con_sub_box .pos .first{
margin-left:20px;
}
.right-area .con_sub_box .pos li{
padding:3px 0 3px 0px;
margin-left:5px;
float:left;
display:inline;
}
.right-area .con_sub_box .pos li span{
margin:0 3px 0 8px;
font-weight:bold;
font-size:11px;
color:#707070;
}
.right-area .con_sub_box .pos{
color:#707070;
font-family:"나눔고딕", Arial, "Arial Black", SansSerif, sans-serif, "나눔고딕 ExtraBold", "돋움";
font-size:11px;
letter-spacing:-0.01em;
list-style:none;
list-style-position:outside;
list-style-type:none;
margin:0 0 0 0;
padding:0 0 0 0;
text-align:left;
background:url(../img/home.gif) 0px 4px no-repeat;
}

/* BODY 하단 */
.mem_cts{ 
	width:100%;
	line-height:1em;
	padding-bottom:15px;
	padding-left:0%;
	margin-bottom:26px;
	float:left;
	display:inline;
	/*min-height:400px;*/
	height:405px
}

.sitemap_paragraph{
	margin-bottom:30px;
	float:left;
	padding:25px 0 0 60px 
}
.sitemap_list{
	width:216px;
	margin-right:50px;
	float:left;
}
.sitemap_list dt{
	width:168px;
	color:#005b92;
	line-height:normal;
	padding:12px 12px 12px 38px;
	font-family:"나눔고딕", Arial, "Arial Black", SansSerif, sans-serif, "나눔고딕 ExtraBold", "돋움";
	font-size:14px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	margin-bottom:5px;
	border-top:1px solid #c1c1c1;
	border-right:1px solid #c1c1c1;
	border-bottom:2px solid #0c70a9;
	border-left:1px solid #c1c1c1;
	float:left;
	font-size-adjust:none;
	font-stretch:normal;
	background-image:url(../img/bul_arrow_first3.gif);
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-position-x:20px;
	background-position-y:16px;
	background-size:auto;
	background-origin:padding-box;
	background-clip:border-box;
	background-color:transparent;
}

.sitemap_list dd{
	width:185px;
	color:#4188b3;
	padding:10px 0 10px 40px;
	font-family:"나눔고딕", Arial, "Arial Black", SansSerif, sans-serif, "나눔고딕 ExtraBold", "돋움";
	font-size:12px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	border-bottom:1px solid #e2e2e2;
	float:left;
	font-size-adjust:none;
	font-stretch:normal;
	background-image:url(../img/bul_arrow_02.gif);
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-position-x:24px;
	background-position-y:13px;
	background-size:auto;
	background-origin:padding-box;
	background-clip:border-box;
	background-color:transparent;
}
.sitemap_list a{
	color:#525252;
}
.sitemap_list a:hover{
	color:#2c8bc5;
}