@charset "utf-8";

@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(http://fonts.googleapis.com/css?family=Coda);

/*---------------------------------------------------
	reset/common
---------------------------------------------------*/
h1,
ul,
body,
html {
	margin: 0;
	padding: 0;
}
body,
html {
	height: 100%;
}
ul {
	list-style: none;
}
.float {
	*zoom: 1;
}
.float > * {
	float: left;
}
.float:after {
	content: "";
	clear: both;
	display: block;
}
body {
	font-family: "돋움",Dotum, "굴림",Gulim, AppleGothic, Sans-serif, 'Nanum Gothic';
	font-size: 1em;
	background-image: url(../img/bg_body.png);	
}
a {
	border:none;
	outline:none;
	text-decoration:none;
	/*color: #464646;*/
}
/*
a:hover,
a:focus	{
	color:#3e929c;
}*/

#shadowBG {
	position: relative;
	bottom: 0;
	width: 100%;
	min-height: 100%;	
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.26) 5%, rgba(0,0,0,0.08) 17%, rgba(0,0,0,0) 24%, rgba(0,0,0,0) 25%, rgba(255,255,255,0) 75%, rgba(0,0,0,0) 76%, rgba(0,0,0,0.08) 83%, rgba(0,0,0,0.26) 95%, rgba(0,0,0,0.3) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.3)), color-stop(5%,rgba(0,0,0,0.26)), color-stop(17%,rgba(0,0,0,0.08)), color-stop(24%,rgba(0,0,0,0)), color-stop(25%,rgba(0,0,0,0)), color-stop(75%,rgba(255,255,255,0)), color-stop(76%,rgba(0,0,0,0)), color-stop(83%,rgba(0,0,0,0.08)), color-stop(95%,rgba(0,0,0,0.26)), color-stop(100%,rgba(0,0,0,0.3))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.26) 5%,rgba(0,0,0,0.08) 17%,rgba(0,0,0,0) 24%,rgba(0,0,0,0) 25%,rgba(255,255,255,0) 75%,rgba(0,0,0,0) 76%,rgba(0,0,0,0.08) 83%,rgba(0,0,0,0.26) 95%,rgba(0,0,0,0.3) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.26) 5%,rgba(0,0,0,0.08) 17%,rgba(0,0,0,0) 24%,rgba(0,0,0,0) 25%,rgba(255,255,255,0) 75%,rgba(0,0,0,0) 76%,rgba(0,0,0,0.08) 83%,rgba(0,0,0,0.26) 95%,rgba(0,0,0,0.3) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.26) 5%,rgba(0,0,0,0.08) 17%,rgba(0,0,0,0) 24%,rgba(0,0,0,0) 25%,rgba(255,255,255,0) 75%,rgba(0,0,0,0) 76%,rgba(0,0,0,0.08) 83%,rgba(0,0,0,0.26) 95%,rgba(0,0,0,0.3) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.26) 5%,rgba(0,0,0,0.08) 17%,rgba(0,0,0,0) 24%,rgba(0,0,0,0) 25%,rgba(255,255,255,0) 75%,rgba(0,0,0,0) 76%,rgba(0,0,0,0.08) 83%,rgba(0,0,0,0.26) 95%,rgba(0,0,0,0.3) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#4d000000',GradientType=1 ); /* IE6-9 */
}

*html #shadowBG {
	height: 100%;
}
/*---------------------------------------------------
	headeer
---------------------------------------------------*/
#header {
	height: 136px;
	padding-top: 14px;
	background: url(../img/bg_header.png) repeat-x;
}
#header .Hcontents {
	position: relative;
	width: 876px;
	margin: 0 auto;
}
#header .topShelf {
	position: absolute;
	top: 10px;
	left: 208px;
}
#header #topMenu li {
	position: absolute;
	top: 10px;
	font-family: 'Coda', cursive;
	font-size: 0.8em;
}
#topMenu li a {
	color: #b1b1b1;
}
#topMenu li.sitemap {
	right: 90px;
}
#topMenu li.contact {
	right: 0;
}
/*---------------------------------------------------
	footer
---------------------------------------------------*/
#footer {
	position:absolute;
	bottom: 0;
	width: 100%;	
	height: 68px;
	background-color: #000;
}

.FContent {
	position: relative;
	width: 876px;
	height: 100%;
	margin: 0 auto;
}
.FContent .footerLogo {
	position: absolute;
	top: 18px;
	left: 200px
}
.FContent .companyInfo {
	position: absolute;
	top: 18px;
	left: 412px;
	height: 28px;
	padding: 2px 5px;
	border-left: 1px solid #464646;
	color: #616161;
	font-family: 'Nanum Gothic', Sans-serif;
	font-size: 0.8em;
	font-weight: bold;
}
.FContent .companyInfo a {
	color: #616161;
	font-family: 'Nanum Gothic', Sans-serif;
	font-size: 0.8em;
	font-weight: bold;
}
.FContent .companyInfo span {
	padding: 0 8px;
	border-right: 1px solid #464646;
}
.FContent .companyInfo span.RBordernone {
	border-right: none;
}
.FContent .companyInfo span.copyright {
	position: absolute;
	left: 7px;
	bottom: 0;
	font-size: 0.8em;
}

/*---------------------------------------------------
	main
---------------------------------------------------*/
#main {
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin-top: -5px;
}

#wrapper {
	width: 876px;
	margin: 0 auto;
}

/*---------------------------------------------------
	left menu
---------------------------------------------------*/
#leftMenu {
	position: absolute;
	width: 147px;
	height: 410px;
	background-color: #000;
	opacity:0.7;
  	filter:alpha(opacity=70); /* For IE8 and earlier */
}

#leftMenu h2 img {
	display: block;
    margin-left: auto;
    margin-right: auto;
}

#leftMenu ul {
	margin-top: 11px;
} 
#leftMenu ul li {
	height: 21px;
	padding: 8px 0 8px 25px;
	border-bottom: 1px solid #565656;
	font-family: 'Coda', cursive;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
}
#leftMenu ul li#defaultList {
	background: url(../img/bg_selectList.png);
}

#content {
	position: relative;
	width: 668px;
	margin-left: 147px;
	padding-top: 52px;
	padding-left: 60px;
	padding-bottom: 98px;
}
