@charset "utf-8";

@import url('http://fonts.googleapis.com/earlyaccess/nanumgothic.css');

@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');

#wrap{
	width: 1000px;
	margin: 0px auto;
	position: relative;
}

/*header*/
header{
width: 200px;
left: 10px;
margin-right: 20px;
position: fixed;
/*background-color: blue;*/
}


header h1{
width: 110px;
height: 96px;
margin: 120px 0px 70px 50px; 
}

h2{display: none;}

#nav_wrap{
 margin-left: 50px; 
}

#nav_wrap > .gnb li{
	margin: 0px 0px 40px 0px;
	cursor: pointer;
}

.gnb > li a{
	display: block;
}

.gnb li{
text-indent: -9999px;
}

#nav_wrap > .gnb li:first-child a{
	width: 111px;
	height: 16px;
	background-image: url('../img/index/about_off_3.png');
}

#nav_wrap > .gnb li:nth-child(2) a{
	width: 158px;
	height: 16px;
	background-image: url('../img/index/webdesign_on.png');
}

#nav_wrap > .gnb li:last-child a{
	width: 198px;
	height: 16px;
	background-image: url('../img/index/editor_on.png');
}

/*마우스 오버시 해당 이미지 나오게 */
/#nav_wrap > .gnb > li:first-child:hover{
    display: none;
	width: 111px;
	height: 16px;
	background-image: url('../img/index/about_on.png');
}

#nav_wrap > .gnb li:nth-child(2):hover{
	width: 158px;
	height: 16px;
	background-image: url('../img/index/webdesign_off.png');
}

#nav_wrap > .gnb li:last-child:hover{
	width: 198px;
	height: 16px;
	background-image: url('../img/index/editor_off.png');
}


#nav_wrap > .sub{
	margin-top: 70px;
}

.sub li a{
	display: block;
}

.sub li{
text-indent: -9999px;
}

#nav_wrap > .sub li{
	width: 120px;
	height: 60px;
	margin: 10px 0px 20px 0px;
	border-bottom: 1px solid #c4c4c4;
}

#nav_wrap > .sub li:first-child {
	width: 130px;
	height: 19px;
	padding-bottom: 20px;
	background-image: url('../img/index/submenu1_on.png');
	background-repeat: no-repeat;
	/*background-position: center; 중앙*/
}

#nav_wrap > .sub li:nth-child(2) {
	width: 130px;
	height: 19px;
	padding-bottom: 20px;
	background-image: url('../img/index/submenu2_on.png');
	background-repeat: no-repeat;
}

#nav_wrap > .sub li:last-child {
	width: 130px;
	height: 19px;
	padding-bottom: 20px;
	background-image: url('../img/index/submenu3_on.png');
	background-repeat: no-repeat;
	border: none;
}

/*마우스 오버시 해당 이미지 나오게 */
#nav_wrap > .sub li:first-child:hover{
	width: 130px;
	height: 19px;
	padding-bottom: 20px;
	background-image: url('../img/index/submenu1_off_2.png');
	background-repeat: no-repeat;
	/*background-position: center; 중앙*/
}

#nav_wrap > .sub li:nth-child(2):hover{
	width: 130px;
	height: 19px;
	padding-bottom: 20px;
	background-image: url('../img/index/submenu2_off_2.png');
	background-repeat: no-repeat;
}

#nav_wrap > .sub li:last-child:hover{
	width: 130px;
	height: 19px;
	padding-bottom: 20px;
	background-image: url('../img/index/submenu3_off_2.png');
	background-repeat: no-repeat;
	border: none;
}

#pf_about{
 width: 100px;
 height: 2100px;
 /*background-color: #ea1212;*/
}


#pf_about > .ab{
 width: 940px;
 height: 1860px;
 position: absolute;
 margin: 190px 0px 0px 10px; 
 /*background-color: #ea1212;*/
 border-bottom: 2px solid #333;
}


#pf_about > .ab img{
 margin-left: -40px;
 margin-bottom: 120px;
}
 
#pf_about > .ab > .ab_btn{
margin: 700px;
}



/*footer*/

footer{ 
position: absolute;
width: 940px;
height: 145px;
margin-left: 10px;
}

footer h1{
float: left;
width: 660px;
}

.ft_lnb02 > ul > li{
display: block;
float: left;
margin-right: 30px;
margin-top: 0px;
}

.ft_lnb02 > ul > li:last-child{
margin-right: 0px;
}

@media screen and (max-width:1400px) {
		#wrap{
			margin-left:250px;
		}
	}