* {
	margin:0; padding:0; font-family:"±¼¸²", "µ¸¿ò", 'Malgun Gothic', sans-serif; font-size:12px; color:#333; line-height: 1.5;
}
html {
	overflow-y: scroll;
}
img {
	border:none;
}
a:link{
	color:#00f;text-decoration:none;
}
a:active{
	color:#00f;text-decoration:none;
}
a:visited{
	color:#00f;text-decoration:none;
}
a:hover{
	color:#4f81bd;text-decoration:underline;
}

.sitemapList a:link{
	color:#525252;text-decoration:none;
}
.sitemapList a:active{
	color:#525252;text-decoration:none;
}
.sitemapList a:visited{
	color:#525252;text-decoration:none;
}
.sitemapList a:hover{
	color:#1a4a75;text-decoration:underline;
}

.impact{
	color:#5293b1;
}
.impact2{
	color:#cb0012;
}

.hidden {
	display: none !important;
}

/* °Ô½ÃÆÇ ÆäÀÌÂ¡, °Ë»öÃ¢ */

.pagings{
	width:720px; text-align:center; padding-top:20px;
}
.boardSearch{
	width:720px; text-align:center; padding-top:20px;
}
.boardSearch .btnSearchs{
	margin-bottom:-5px;
}

/* ¹öÆ° */

.sBtns{
	border:none; padding:0px 4px; height:18px; background-color:#b3b3b3; color:#FFF; font-family:"µ¸¿ò", "±¼¸²"; font-size:11px;
}
.btns{
	width:720px; text-align:center; padding-top:20px;
}
.btns img{
	cursor:pointer;
}
.btns input{
	border:none; padding:5px; background-color:#b3b3b3; font-weight:bold; color:#FFF; cursor:hand;
}
.btns input[type^="submit"]{
	border:none; padding:5px; background-color:#326497; font-weight:bold; color:#FFF;
}
.btns input[type^="button"]{
	border:none; padding:5px; background-color:#999; font-weight:bold; color:#FFF;
}

/* Å×ÀÌºí ½ºÅ¸ÀÏ */

.tTypeList,.tTypeView{
	width:640px; border-top:1px solid #275380; border-bottom:1px solid #CCC; border-collapse:collapse;
}
.tTypeList caption,.tTypeView caption{
	text-align:left; padding-bottom:10px;
}
.tTypeList th,.tTypeView th{
	border-bottom:1px solid #CCC; text-align:center; padding:7px 2px; background-color:#f7f7f7;
}
.tTypeList td{
	border-bottom:1px dotted #CCC; text-align:center; padding:7px 2px;
}
.tTypeView td{
	border-bottom:1px solid #CCC; text-align:left; padding:7px 5px;
}
.tTypeList td p,.tTypeView td p{
	padding:0px; margin:0px; padding-bottom:5px;
}
.tTypeList input,.tTypeView input{
	background-color:#fafafa; border:1px solid #ebebeb; padding:1px;
}
.tTypeList textarea, .tTypeView textarea{
	width:500px; padding:10px;
}
.tTypeList .btns,.tTypeView .btns{
	width:100%; padding:0px;
}
.tTypeList .btns input,.tTypeView .btns input{
	border:none; padding:3px 5px; background-color:#b3b3b3; color:#FFF;
}
.tTypeList .sBtns,.tTypeView .sBtns{
	border:none; padding:0px 4px; height:18px; background-color:#b3b3b3; color:#FFF; font-family:"µ¸¿ò", "±¼¸²"; font-size:11px;
}
.tTypeList .contents,.tTypeView .contents{
	vertical-align:top; line-height:18px;
}
.tTypeList .subject{
	text-align:left; color:#333;
}
.tTypeList .noData{
	padding:20px 0px;
}
.tTypeList .memo{
	border-bottom:1px dotted #CCC;
}

/**************************************
 common style : gnb, snb, constitle
***************************************/
/* gnb */
div.gnb_area {
	width: 995px;
	height: 69px;
	overflow: hidden;
	background: url(/images/bg_gnb.png) left top no-repeat;
}
div#gnb {
	width: 685px;
	margin: 0 0 25px 310px;
	padding: 0;
	
	position: relative;
}
	ul.main_nav {
		width: 635px;
		list-style: none;
		overflow: hidden;
		margin-left: 23px;
	}
		li.main_txt {
			float: left;
		}
		li.main_txt a {
			display: block;
			font-family: '¸¼Àº °íµñ',sans-serif;
			font-size: 15px;
			font-weight: bold;
			color: #f5f5f5;
			letter-spacing: -0.7px;
			text-decoration: none;
			
			margin: 5px 0 0;
			padding: 6px 18px 18px;
		}
		li.main_txt a:hover,
		li.main_txt a.on {
			color: #fff;
			background: url(/images/bullet_gnb.png) center 34px no-repeat;
		}
		li.main_txt a.hover {
			background: url(/images/bullet_gnb.png) center 34px no-repeat;
		}
		
	ul.sub_nav {
		position: absolute;
		left: 0;
		bottom: -25px;
		*bottom: 0; /* ie7 fix */
		*width: 100%; /* ie7 fix */
		display: none;
		list-style: none;
	}
		ul.sub_nav.smenu0 {  }
		ul.sub_nav.smenu1 {  }
		ul.sub_nav.smenu2 { *margin-left: -180px !important; /* ie7 fix */ }
		ul.sub_nav.smenu3 { *margin-left: -160px !important; /* ie7 fix */ }
		ul.sub_nav.smenu4 { *margin-left: -300px !important; /* ie7 fix */ }
		ul.sub_nav.smenu5 { *margin-left: -360px !important; /* ie7 fix */ }
		
		li.sub_txt {
			float: left;
		}
			li.sub_txt a {
				margin: 0 10px;
				padding: 4px 0 8px;
				display: block;
			
				font-family: '¸¼Àº °íµñ',sans-serif;
				font-size: 13px;
				font-weight: bold;
				color: #676767;
				letter-spacing: -0.7px;
				text-decoration: none;
			}
			li.sub_txt a:hover {
				color: #4498ff;
			}
			
/* #snb */
#snb {
	width: 194px;
	margin: 0 0 20px;
	overflow: hidden;
}
	#snb h2 {
		width: 180px;
		height: 51px;
		line-height: 40px;
		margin: 0 0 10px;
		padding: 0 0 0 14px;		
		font-family: '¸¼Àº °íµñ',sans-serif;
		font-size: 15px;
		font-weight: bold;
		letter-spacing: -0.7px;
		color: #fff;
		text-align: left;
		
		background: url(/images/snb_title_bg.gif) left top no-repeat;
	}
	
	#snb ul {
		margin: 0 0 0 15px;
		padding: 0 0 5px;
		list-style: none;
		background: url(/images/snb_bottom_boarder.gif) left bottom no-repeat;
	}
		#snb ul li {
			margin: 0 0 10px 2px;
			padding-left: 20px;
			background: url(/images/bullet_snb.gif) left 6px no-repeat;
		}
		#snb ul li a {
			padding-right: 12px;
			font-family: '¸¼Àº °íµñ',sans-serif;
			font-size: 14px;
			font-weight: bold;
			color: #333;
			letter-spacing: -0.7px;
			text-decoration: none;
		}
		#snb ul li a:hover {
			color: #4498ff;
		}

/* .constitle */
.constitle {
	width: 683px;
	padding: 5px 0;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #315c84;
}
	.constitle h3 {
		margin: 0;
		margin: 5px 0 0 !important;
		padding: 0 0 0 12px !important;
		font-family: '¸¼Àº °íµñ',sans-serif;
		font-size: 16px;
		font-weight: bold;
		letter-spacing: -0.7px;
		color: #000;
		background: url(/images/bullet_constitle.gif) left 5px no-repeat;
	}
	
	.constitle ul.bc {
		position: absolute;
		right: 0;
		top: 14px;
		list-style: none;
	}
		.constitle ul.bc li {
			float: left;
			margin-left: 7px;
			
			font-family: '¸¼Àº °íµñ',sans-serif;
			font-size: 12px;
			letter-spacing: -0.7px;
			color: #767676;
		}
		.constitle ul.bc li.divline {
			color: #999;
		}
		.constitle ul.bc li.highlight {
			color: #4d4d4d;
		}
		
/* sitemap */
.sitemap_area {
	width: 683px;
	margin: 0 auto;
	overflow: hidden;
}
	.sitemap_main {
		width: 227px;
		min-height: 250px;
		margin: 0 0 20px;
		padding: 0;
		float: left;
		list-style: none;
	}
		.sitemap_main li.sitemap_list {
			margin-left: 20px;
			text-align: left;
		}
			.sitemap_main li.sitemap_list a.sitemap_title {
				display: block;
				width: 150px;
				padding: 0 0 5px;
				font-family: '¸¼Àº °íµñ',sans-serif;
				font-weight: bold;
				font-size: 15px;
				letter-spacing: -0.7px;
				text-decoration: none;
				color: #333;
				border-bottom: 1px solid #dfdfdf;
			}
			.sitemap_main li.sitemap_list a.sitemap_title:hover {
				color: #4192ca;
			}
			
			.sitemap_main li.sitemap_list .sitemap_nav {
				width: 150px;
				margin: 0;
				padding: 0;
				list-style: none;
				border-top: 2px solid #eee;
			}
				.sitemap_main li.sitemap_list .sitemap_nav li.sitemap_txt {
					margin: 5px 0;
					text-align: left;
				}
					.sitemap_main li.sitemap_list .sitemap_nav li.sitemap_txt a {
						font-family: '¸¼Àº °íµñ',sans-serif;
						font-size: 13px;
						letter-spacing: -0.7px;
						color: #333;
					}
					.sitemap_main li.sitemap_list .sitemap_nav li.sitemap_txt a:hover {
						color: #4192ca;
					}
					
/* main_links */
.main_links {
	width: 168px;
	margin: 0 0 20px;
	overflow: hidden;
}
	.main_links ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
		.main_links ul li {
			margin: 0 0 5px;
			padding: 0 0 5px;
			border-bottom: 1px dashed #dfdfdf;
		}
		.main_links ul li.no_bd {
			border-bottom: 0;
		}
		.main_links ul li a {
			padding-right: 12px;
			font-family: '¸¼Àº °íµñ',sans-serif;
			font-size: 12px;
			font-weight: normal;
			color: #4d4d4d;
			letter-spacing: -0.7px;
			text-decoration: none;
			background: url(/image/bullet_snb_basic.jpg) right 5px no-repeat;
		}
		.main_links ul li a:hover {
			color: #4192ca;
			background: url(/image/bullet_snb.jpg) right 5px no-repeat;
		}
		
.totop {
	margin: 5px 0 30px;
	text-align: right;
}
.totop a {
	
}

#copyright a.btn-privacy {
	position: absolute;
	right: 10px;
	top: 15px;
	display: block;
	width: 120px;
	height: 24px;
	line-height: 28px;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	color: #666;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-color: #fff;
	transition: all 0.25s;
}
#copyright a.btn-privacy:hover {
	text-decoration: none;
	color: #1b4976;
	border: 1px solid #1b4976;
	background-color: #fafafa;
}