@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_off_3.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{
	width: 111px;
	height: 16px;
	background-image: url('../img/index/about_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_wd{
 width: 100px;
 height: 5360px;
 /*background-color: #ea1212;*/
}

#pf_wd > .wd_main{
 width: 935px;
 position: absolute;
 margin: 100px 0px 0px 0px; 
 /*background-color: #ea1212;*/
 border-bottom: 2px solid #333;
 padding-bottom: 30px;
}

#pf_wd > .wd_main > p{
	padding-bottom: 60px;
	border-bottom: 2px solid #333;
}

#pf_wd > .wd_main > p img{
	margin-top: 20px;
}

#pf_wd > .wd_main > li{
 margin-bottom: 5px;
}


/*스르륵*/
.wd_main > ul > li{
 position: relative; /*1.캡션 공식*/
 
 margin-bottom: 10px; /*그림 높이 좌우 맞추기*/
}

.wd_main > ul > li a > .caption_1{
	width: 590px;
	height: 590px;
	line-height: 590px;
	text-align: center;
	background-color:rgba(0, 0, 0, 0.7);
	margin: 20px 50px 0px 200px;
	position: absolute;
	top:0px;
	opacity: 0;
	border-radius: 600px;
	box-sizing: border-box; /*박스 커지지 말라고*/
	font-size: 30px;
	color: #fff;
	transition: 0.5s;
	text-transform: uppercase;
}

.wd_main > ul > li:hover .caption_1{
	opacity: 1;
}

.wd_text{
 width: 938px;
 height: 270px;
 margin-top: 50px;
 border-bottom: 2px solid #333;
}

.wd_fp1{
 margin-top: 50px;
}














/*footer*/

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

footer h1{
float: left;
width: 667px;
padding-top: 40px;
}

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

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


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