@charset "utf-8";
/* CSS Document */

/*나눔고딕 폰트페이스 적용 범위 ex7, ex8, ex9, ex10, crome, safari, firefox(단 파이어폭스에서는 전체적용할때 body 태그에 font-family:'NanumGothic' 추가 author by 박경오[20131030]*/
@font-face {font-family:ng; src:url("../font/NanumGothic.eot"); src:local(※),  url(../font/NanumGothic.woff) format(‘woff’), url(../font/NanumGothic.ttf) format("truetype")}
@font-face {font-family:ngb; src:url("../font/NanumGothicBold.eot"); src:local(※),  url(/dbimage/bnuedamunhwa/WebData/cssLibrary/font/NanumGothicBold.woff) format(‘woff’), url(../font/NanumGothicBold.ttf) format("truetype")}
@font-face {font-family:ngz; src:url("../font/NanumBarunGothic.eot"); src:local(※),  url(../font/NanumBarunGothic.woff) format(‘woff’), url(../font/NanumBarunGothic.ttf) format("truetype")}

/*
body {font-size:12px;  background:#fff;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button,section {margin:0; padding-left:0; }
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, main { display: block; }
body,th,td,input,select,textarea,button {color:#444; font-family:ng, ngb, ngz, NanumGothic;} 
fieldset,img {border:0 none}
dl,ul,ol,menu,li {list-style:none}
blockquote, q {quotes: none}
blockquote:before, blockquote:after,q:before, q:after {content:none}
input,select,textarea,button  {vertical-align:middle}
button  {border:0 none; background-color:transparent; cursor:pointer}
/*table {border-collapse:collapse; }*/
/*
address,caption,cite,code,dfn,em,var  {font-style:normal; font-weight:normal;}


#header { position:relative; z-index:10; height:70px;}
#header-inner-wrap{ position:fixed; top:0; transition:top 0.5s ease 0s, right 400ms ease 0s; width: 100%; margin:0 auto; background-color:#de4d7e;}
#header-wrap { margin:0 auto; width:1068px;}

.style1 #navigation {}
#navigation { float:left;color: #ffffff; font:600 14px/51px "NanumGothic"; letter-spacing:1px; text-transform:uppercase;line-height: 70px;}
#navigation ul li{display:inline-block; float:left; line-height:inherit; margin-bottom:0; position:relative;}
#navigation a { color:inherit; padding: 0 45px; position:relative;}
a, a:visited, a:hover { text-decoration:none;}
#menu { background-color:#de4d7e;}
#navigation .sub-menu { background-color:#000;}




#back-to-top {cursor:pointer; display:none; bottom:20px; font-size:10px; color:#fff; font-weight:bold; height:40px; line-height:40px; position:fixed; right:20px; text-align:center; width:40px; z-index:9; background: #000000 none repeat scroll 0 0 !important;}

