@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_on.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_off_3.png');
}

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

#nav_wrap > .gnb li:nth-child(2):hover{
	width: 158px;
	height: 16px;
	background-image: url('../img/index/webdesign_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;
}

#ed_sn{
width: 960px;
height: 19470px;
background-color: #d3d3d3;
}

.sn_text{
	background-color: #fff;
	height: 170px;
	padding-top: 120px;
	text-transform: uppercase;
}

.sn_text > dl > dt{
	width: 250px;
	height: 30px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #333;
	margin-bottom: 5px;
	border-bottom: 1px solid #b5b5b5;
}

.sn_text > dl > dd{
	font-size: 13px;
	font-weight: bold;
	line-height: 28px;
	color: #a09f9f;
	letter-spacing: 0.5px;
}

.sn_text > dl > dd > .bb{
 font-weight: bolder;
 color: #797979;
}

.sn_text dl{
	width: 250px;
	float: right;
}
.ed_sn_img{
		padding-top: 10px;
}
.ed_sn_img li{
	float: left;
	text-align: center;
	padding-top: 10px;
	padding-left: 15px;
}

.ed_sn_img li:last-child a{
	font-size: 13px;
	font-weight: bold;
	color: #333;
	letter-spacing: 1px;
	margin-left: 710px;
    text-transform: uppercase;
}

.ed_sn_img li:last-child a:hover{
	color: #da1f3c;
}

#ed_sn > .ed_back{
	clear: both;
	width: 100px;
	height: 30px;
	padding-top: 60px;
	padding-left: 930px;
	}



/*footer*/

footer{ 
position: absolute;
width: 960px;
height: 145px;
margin-top: 80px;
border-top: 2px solid #333;	
}

footer h1{
float: left;
width: 678px;
padding-top: 45px;
}

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

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


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