
@import url(main.css);
@import url(header.css);
@import url(footer.css);
@import url(sub.css);

/*reset*/
* {margin:0; padding:0;}
body, table, tr, td, select, textarea, input  { font-family: "Nanum Gothic", "vardana", "arial"; font-size: 12px;  color: #6b6b6b;}
BODY  {
margin:0px; 
scrollbar-face-color:#eaeaea;
scrollbar-highlight-color:#FFFFFF;
scrollbar-3dlight-color:#C0C0C0;
scrollbar-darkshadow-color:#F6F6F6;
scrollbar-shadow-color:#8C8C8C;
scrollbar-arrow-color:#FFFFFF;
scrollbar-track-color:#E0E0E0;
}
select { height:20px; }
input[type=text] { height:16px !important }


/* html5 Áö¿øÇÏÁö ¾Ê´Â ºê¶ó¿ìÀú µ¿ÀÏÇÏ°Ôº¸ÀÌ±âÀ§ÇØ*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; }
#skipnavigation,.skip,legend,caption{position:absolute; left:-999px; width:1px; height:1px; font-size:0; line-height:0; overflow:hidden; visibility:hidden;}
img,a,fieldset{border:0 none;}
ul,ol{list-style-type:none;}
a:link,a:visited{text-decoration:none; color:#444;}
a:hover,a:active{text-decoration:underline; color:#00a3da;}
i,em,address { font-style:normal; font-weight:normal;}
table { border-spacing:0; }
input[type=button] {border:none;}
textarea {font-family:"Nanum Gothic",dotum,arial;}
td img {vertical-align:bottom;}
a{display:inline-block}
 
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  src: url(../font/NanumGothic.eot);
  src: url(../font/NanumGothic.eot?#iefix) format('embedded-opentype'),
       url(../font/NanumGothic.woff) format('woff'),
       url(../font/NanumGothic.ttf) format('truetype');
}

@font-face {
  font-family: 'Nanum Gothic Bold';
  font-style: normal;
  font-weight: 700;
  src: url(../font/NanumGothicBold.eot);
  src: url(../font/NanumGothicBold.eot?#iefix) format('embedded-opentype'),
       url(../font/NanumGothicBold.woff) format('woff'),
       url(../font/NanumGothicBold.ttf) format('truetype');
}

h1,h2,h3,h4,h5,h6,strong,b,.nBold { font-family: 'Nanum Gothic Bold'; }


/* :active, :focus °¡»óÅ¬·¡½º ¾Æ¿ô¶óÀÎ ¼³Á¤ Á¦°Å */
:active, :focus { outline: 0; }

/* insert, delete */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* claerfix */
.clear:after{display:block;clear:both;height:0;content:'';}


.bullut { padding-top:4px }