@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(http://fonts.googleapis.com/earlyaccess/nanumpenscript.css);
@import url(http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css);

/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
}

img {
	vertical-align: top;
}

/***********************     top        ************************************/

article {
	position: relative;
	width: 1090px;
	margin: 0 auto;
}

header {
	position: relative;
	width: 100%;
	height: 104px;
}

header div#logo {
	padding-top: 8px;
}

section {
	position: relative;
}

/***********************     home_menu        ************************************/

#home_menu {
}

#home_menu ul {
	position: absolute;
	top: 19px;
	right: 106px;
}

#home_menu ul li {
	float: left;
	padding-right: 15px;
}

#home_menu ul li a {
	color: #b3b3b3;
	font-size: 11px;
}

/***********************     quick        ************************************/

#gotop {
	position: absolute;
	right: 0;
	width: 90px;
	z-index: 100;
	float: right
}

#gotop ul {
	background-color: #e0e1e1;
	border: 1px solid #cfcfcf;
	z-index: 100;
	float: right;

}

#gotop p {
	position: absolute;
	top:702px;*top:811px;
	left: 30px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { #gotop p {
	position: absolute;
	top:692px;
	left: 30px;} }
	
#gotop ul li.logo {
	padding: 0;
}

#gotop ul li {
	color: #919191;
	font-size: 12px;
	font-weight:600;
	text-align: center;
	letter-spacing: -1px;
	line-height: 150%;
	background: url(../../images/common/quick_line.png) center bottom no-repeat;
	padding: 10px 0;
}

#gotop ul li span {
	color: #528cd8;
	display: block;
}

#gotop span.img {
	float: right;
	display: inline-block;
}

#gotop ul li.skill {
	text-align: right; 
	font-size: 10px;
}

#left_menu {
	position: absolute;
	top:129px;
	z-index: 100;
}






|/***********************      foot         ************************************/
footer {
	margin-top: 48px;
	position: relative;
	height: 84px;
}

p.copy {
	width: 1090px;
	margin: 0 auto;
	color: #cfcfcf;
	font-size: 11px;
}

p.family {
	position: absolute;
	right: 0;
}


p.copy a {
	color: #cfcfcf;
	font-size: 11px;
}


/***********************      클리어         ************************************/

aside {
	*zoom: 1;
}

aside:after {
	content: "";
	display: block;
	clear: both;
}