@charset "utf-8";
@import url('http://fonts.googleapis.com/earlyaccess/nanumgothic.css');
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img { border:none; }
body,div,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dd,dt,img,a { font-size:100%; font-weight:normal; font-family:나눔고딕,'Nanum Gothic',돋움; color:#666; margin:0; padding:0; }
address { font-style:normal; }
a { text-decoration:none; }
.hide { height:0; width:0; line-height:0; font-size:0; position:absolute; left:-99999px; }
.clear { height:0; clear:both; }

html { overflow-x:hidden; }
html, body { width:100%; height:100%; }

/* background */
#back { background:url(../img/common/bg.jpg) no-repeat 50% 0; width:100%; height:100%; position:fixed; top:0; left:0; z-index:-1; }


/* layout */
#header { background:url(../img/header/bg.png) repeat-x; min-width:100%; height:120px; position:relative; z-index:1000; }
#container { position:relative; }
#footer { min-width:100%; height:200px; background:url(../img/footer/bg.gif); clear:both; }
#f_wrap { width:1024px; margin:0 auto; position:relative; }



/* header */
#h_wrap { width:1024px; margin:0 auto; position:relative; }

#h_wrap h1 { position:absolute; left:0; top:0; z-index:1000; }
.header_shadow { background:url(../img/header/shadow.png) repeat-x; width:100%; height:9px; position:absolute; left:0; top:120px; }

	
	/* gnb */
	.gnb { position:absolute; right:0; top:30px; }
	.gnb li { float:left; }
	.gnb li a { display:block; width:120px; height:90px; overflow:hidden; }
	.gnb li:hover a img, .gnb li.on a img { margin-left:-120px; }
	
	/* sub_menu */
	.sub_menu_box { position:absolute; left:0; top:120px; z-index:100; width:100%; height:230px; background:#fff; border-bottom:3px solid #46a241; }
	.sub_menu_box > ul { width:1024px; margin:0 auto; height:230px; overflow:hidden; position:relative; }	
	.sub_menu_box > ul > li { position:absolute; left:0; top:0; }
	
	.sub_menu_box li h2 { float:left; margin-left:4px; }
	.sub_menu { width:178px; height:210px; float:left; border-left:1px solid #c0c0c0; border-right:1px solid #c0c0c0; background:#efefef; padding:10px 0; }
	.sub_menu > li { width:178px; }
	
	.sub_menu > li:hover { background-color:#5ad252; background-image:url(../img/header/mouse.png); background-repeat:no-repeat; background-position:right 5px; }
	.sub_menu > li:hover > a > img { margin-left:-178px; }
	.sub_menu > li.on { background-color:#5ad252; background-image:url(../img/header/mouse.png); background-repeat:no-repeat; background-position:right 5px; }
	.sub_menu > li.on a img { margin-left:-178px; }
	
	.sub_menu > li > a { display:block; width:178px; height:30px; line-height:30px; overflow:hidden; }
	.sub_comment { float:left; width:540px; height:230px;overflow:hidden; position:relative; }
	.sub_comment > ul > li { width:540px; height:230px; }
	.sub_comment > ul > li > img { float:left; }
	
	/* ssub */
	.sub_menu > li > ul { width:178px; padding-bottom:10px; float:left; display:none; }
	.sub_menu > li > ul > li > a { display:block; width:89px; text-indent:5px; height:22px; line-height:22px; font-size:.85em; color:#efefef; }
	.sub_menu > li > ul > li { float:left;  }
	.sub_menu > li > ul > li:hover a{ background:#efefef; color:#5ad252; }
	
	.sub_comment > ul > li { position:relative; }
	.sub_comment > ul > li > ul { position:absolute; right:0; top:0; z-index:1000; width:200px; height:220px; padding-top:10px; background:#5ad252; border-right:1px solid #ccc; }
	.sub_comment > ul > li > ul > li > a { display:block; width:85px; padding-left:15px; height:22px; line-height:22px; font-size:.85em; color:#efefef; }
	.sub_comment > ul > li > ul > li { float:left;  }
	.sub_comment > ul > li > ul > li:hover a{ background:#efefef; color:#5ad252; }
	
	
	
	
	
	
/* main */
#main_container { width:1024px; margin:0 auto; z-index:10; padding-top:460px; }

	/* visual */
	#visual { position:absolute; left:0; top:0; width:100%; height:540px; }
	#visual ul.list li { width:100%; height:540px; position:absolute; left:0; top:0;  }
	#visual ul.list li .v_wrap { width:1024px; height:540px; margin:0 auto; position:relative; }
	
	#visual ul.list li.v01 { display:none; }
	#visual ul.list li.v01 .p01 { position:absolute; left:0; top:90px; }
	#visual ul.list li.v01 .p02 { position:absolute; left:0; top:200px; }
	#visual ul.list li.v01 .p03 { position:absolute; left:0; top:280px; }
	#visual ul.list li.v01 .img { position:absolute; right:-190px; bottom:-530px; }
	
	#visual ul.list li.v02 { display:none; }
	#visual ul.list li.v02 .p01 { position:absolute; left:157px; top:70px; }
	#visual ul.list li.v02 .p02 { position:absolute; left:647px; top:85px; }
	#visual ul.list li.v02 .p03 { position:absolute; left:160px; top:326px; }
	#visual ul.list li.v02 .p04 { position:absolute; left:680px; top:326px; }
	
	#visual ul.list li.v03 { display:none; }
	#visual ul.list li.v03 .p01 { position:absolute; left:200px; top:85px; }
	#visual ul.list li.v03 .p02 { position:absolute; left:200px; top:200px; }
	#visual ul.list li.v03 .img { position:absolute; right:60px; bottom:0;  }
	
	
	#visual ul.btn { position:absolute; left:50%; bottom:10px; margin-left:-275px; }
	#visual ul.btn li { float:left; margin-left:5px; }
	#visual ul.btn li.on a img { margin-left:-180px; }
	#visual ul.btn li a { display:block; width:180px; height:125px; overflow:hidden; }

	/* con */
#c_top { width:1024px; height:370px; position:relative; margin-bottom:20px; }
#c_mid { width:1024px; height:328px; margin-bottom:20px; }
#c_bot { width:1024px; height:348px; margin-bottom:20px; }
		/* top */
	#c_top h2 { width:328px; height:80px; background:#b0cc81; overflow:hidden; position:relative; z-index:101; }
	#c_top h2 a span { position:absolute; left:0; top:80px; }
	
	#c_top ul { position:absolute; left:0; top:80px; padding:20px; z-index:100; overflow:hidden; background:#b0cc81; }
	#c_top ul li { float:left; width:318px; height:250px; margin-left:15px; position:relative; }
	#c_top ul li:first-child { margin-left:0; }
	
	#c_top ul li a { display:block; width:318px; height:250px; position:absolute; overflow:hidden; }
	#c_top ul li a span { position:absolute; left:0; top:250px; }

	
		/* mid */
	#c_mid ul {  }
	#c_mid ul li { float:left; width:328px; height:328px; position:relative; margin-left:20px; overflow:hidden; }
	#c_mid ul li:first-child { margin-left:0; }
	#c_mid ul li span { position:absolute; left:0; bottom:-85px; }
	#c_mid ul li.q01 { background:#eed277; }
	#c_mid ul li.q02 { background:#fb7452; }
	#c_mid ul li.q03 { background:#37c4ff; }
		/* bot */
	#c_bot .cs { width:502px; height:348px; float:left; position:relative; margin-left:20px; }
	
	#c_bot .cs iframe{ position:absolute; top:140px; left:50px; }	

	#c_bot .cs .more { position:absolute; right:20px; top:20px; }
	
	#c_bot .cs01 { background:url(../img/main/cs01.gif) no-repeat; margin-left:0; }
	#c_bot .cs02 { background:url(../img/main/cs02.gif) no-repeat; }





/* sub */
#sub_container {  }
#sub_top {  }
#sub_content { width:1024px; margin:0 auto; padding:0 0 20px 0;  }

	/* lnb */
.lnb { background:url(../img/common/lnb_bg.gif) repeat-y 50% 0; }
.lnb dl { width:1024px; height:45px; margin:0 auto; position:relative; background:#f2f2f2; }
.lnb dl dt { width:240px; height:45px; float:left; }
.lnb dl dd { float:left;  }
.lnb dl dd > a { display:block; height:31px; padding:14px 10px 0 10px; }

.lnb dl dd ul { position:absolute; left:0; top:45px; width:100%; background:#fa7771; }
.lnb dl dd ul { display:none; }
.lnb dl dd.on ul { display:block; }
.lnb dl dd ul li { float:left; }
.lnb dl dd ul li:first-child { margin-left:50px; }
.lnb dl dd ul li a { display:block; padding:0 5px; height:32px; color:#efefef; background:#fa7771; line-height:32px; font-size:.85em; }
.lnb dl dd ul li a:hover { color:#fa7771; }


	/* top_area */
.top_area { }
.top_area_inner { width:1024px; height:300px; margin:0 auto; position:relative; background:url(../img/sub/top_bg.png) no-repeat; }
.top_area_inner h3 { position:absolute; right:0; bottom:95px; }
.top_area_inner p { position:absolute; right:0; bottom:30px; }



	/* sub_content */
#sub_content { margin-top:30px; min-height:600px; position:relative; background:#fff; }

	/* map */
#map { position:absolute; left:100px; top:368px;  }
	
iframe#notice { width:984px; margin:50px 20px; }
	
	
/* footer */
#f_wrap h2, #f_wrap p { float:left; }
#f_wrap p { margin-left:60px; }







