@import url(main.css);
@import url(sub.css);
@import url(nv.css);

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

@font-face {
	font-family:nanumR;
	font-weight:normal;
	font-style:normal;
	src:url('/font/NanumGothic-Regular.eot');
	src:url('/font/NanumGothic-Regular.eot?#iefix') format('embedded-opentype'),
		url('/font/NanumGothic-Regular.ttf') format('truetype');
}



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size:13px;
	font-family: Dotum;
	list-style: none;
	color:#444;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	width:100%;
	height:100%;
	font-size:13px;
	font-family: Dotum;
}*{font-size:13px;}*
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{vertical-align:top;}
/**************************************************/

a {
	color:#6d6d6d;
	text-decoration:none;
}
a:focus, a:hover, a:active {
	text-decoration:none;
}




#wrap{width:100%;overflow:hidden;background:#fff;}

/*상단*/
#header{width:100%;height:137px;margin:0 auto;background:url('/image/common/bg.png') repeat-x 0 0; position:fixed;top:0;z-index:1000;}
#header .quick_menu{width:1260px;margin:0 auto;position:relative;}
#header .quick_menu ul{position:absolute;right:0;margin-top:15px;}
#header .quick_menu ul li{float:left;margin-left:10px;padding-left:10px;background:url('/image/common/bl_utill2.gif') no-repeat 0 0;}
#header .menu{width:1260px;margin:0 auto;padding-top:36px;}
#header .menu .logo_img{width:190px;height:101px;float:left;}
#header .menu .top .top_menu{width:760px;left:0px;height:25px;float:right;padding-top:40px;text-align:right;}
#header .menu .top .top_menu li{float:left;position:relative;}
#header .menu .top .top_menu li:hover ul{ display:block}  
#header .menu .top .top_menu .menu1{height:70px;padding-right:50px;padding-left:40px;}
#header .menu .top .top_menu .menu2{height:70px;padding-right:50px;padding-left:40px;}
#header .menu .top .top_menu .menu3{height:70px;padding-right:50px;padding-left:40px;}
#header .menu .top .top_menu .menu4{height:70px;padding-right:50px;padding-left:40px;}
#header .menu .top .top_menu .menu5{height:70px;padding-right:0px;padding-left:40px;}
#header .menu .top .top_menu a{font-size:18px;font-family: 'nanumR',sans-serif;display:block;color:#fff;}


/* /상단 */

/*내용*/
#content{width:100%;overflow:hidden;}

/*/내용*/




/*하단*/
#footer-center{width:100%;height:410px;margin:0 auto;background:#222222;overflow:hidden;}
#footer-center .center{width:1260px;height:410px;background:url('/image/common/customer_bg.jpg') repeat-x 0 0;margin:0 auto;}
#footer-center .center h2{text-align:center;padding:135px 0 30px;}
#footer-center .center .btn_2{width:196px;height:50px;margin:0 auto;}
#footer-center .center p{color:#cccccc;padding-bottom:45px;text-align:center;}

#footer{width:100%;margin:0 auto;background-color:#121214;overflow:hidden;}
#footer .copy{width:1260px;margin:0 auto;padding:35px 0;}
#footer .copy .copy_logo{float:left;}
#footer .end{width:925px;margin:0 auto;overflow:hidden;}
#footer .end .copy_menu li{float:left;margin-left:10px;padding-left:10px;background:url('/image/common/bl_utill1.png') no-repeat 0 2px;}
#footer .end .copy_menu li:first-child{margin-left:0;padding-left:0;background:none;}
#footer .end .copy_menu li a{color:#babec8;}
#footer .end p{color:#86888a;font-size:13px;}
/*/하단*/
