/* reset 공통스타일시트  */


/*나눔고딕 폰트페이스 적용 범위 ex7, ex8, ex9, ex10, crome, safari, firefox(단 파이어폭스에서는 전체적용할때 body 태그에 font-family:'NanumGothic' 추가 author by 박경오[20131030]*/
@font-face {font-family:ngb; src:url(../font/NanumGothicBold.eot); src:local(※),  url(../cssLibrary/font/NanumGothicBold.woff) format(‘woff’), url(../font/NanumGothicBold.ttf) format("truetype")}
@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:ngz; src:url(../font/NanumBarunGothic.eot); src:local(※),  url(../font/NanumBarunGothic.woff) format(‘woff’), url(../font/NanumBarunGothic.ttf) format("truetype")}

 


caption{ display:none}
/* color값은 디자인가이드에 맞게사용 */
/* reset */
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 {margin:0;padding:0; }
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:'';content:none}
input,select,textarea,button  {vertical-align:middle}
button  {border:0 none;background-color:transparent;cursor:pointer}
body  {background:#fff}
body,th,td,input,select,textarea,button  {font-size:13px;line-height:1.5; font-family:ng, ngb, 'NanumGothic', "NanumGothicBold", "돋움", "dotum" , sans-serif;color:#333} 


/* color값은 디자인가이드에 맞게사용 */

address,caption,cite,code,dfn,em,var  {font-style:normal;font-weight:normal}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {display: block}
audio, canvas,video {display:inline-block}
audio:not([controls]) {display: none; height:0}
[hidden], template {display: none}
html {font-family:ng, ngb, 'Open Sans', sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%}
body {margin: 0}
a {background: transparent}
a:focus {outline: thin dotted;}
a:active,
a:hover {outline: 0}
a  {color:#333;text-decoration:none}
a:active, a:hover, a:focus  {text-decoration:none; color:#032b7b;}

table { 	border-collapse:collapse; }


.clearfix{*zoom:1;}
.clearfix:before,.clearfix:after{display:table;line-height:0;content:"";}
.clearfix:after{clear:both;}