@charset "utf-8";
/* ------------------------------------------
* Filename: reset.css
* Description: 초기화
* Author: Fu:z
------------------------------------------ */

@font-face {
font-family: 'NanumGothic';
font-style: normal;
font-weight: normal;
src: url('../css/font/NanumGothic.eot');
src:local('../css/font/NanumGothic');
src:local(※), url('../css/font/NanumGothic.woff') format('woff');
}
@font-face {
font-family: 'NanumGothicBold';
font-style: normal;
font-weight: normal;
src: url('../css/font/NanumGothicBold.eot');
src:local('../css/font/NanumGothicBold');
src:local(※), url('../css/font/NanumGothicBold.woff') format('woff');
}

body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select{margin:0; padding:0; /*line-height:1*/}
img,fieldset,input{border:0}
ul,ol{list-style:none}
em,address{font-style:normal}
a{text-decoration:none}
/*a:hover,a:active,a:focus{text-decoration:underline}*/
table{padding:0; border-spacing:0px; border:0; border-collapse:collapse; empty-cells:show}
caption{visibility:hidden; height:0; margin:0; padding:0; font-size:0}

.hdd{font-size:0; width:0; height:0; line-height:0; visibility:hidden; position:absolute;}