@charset "utf-8";
@font-face {
    font-family: NanumGothic;
    src: url('../font/NanumGothic.eot'); /* 저버전 익스플로러 폰트 적용*/
    src: url('../font/NanumGothic.eot?') format('eot'); /* IE 9 폰트 적용 */
}
@font-face {
    font-family: Georgia;
    src: url('../font/NanumGothic.eot'); /* 저버전 익스플로러 폰트 적용*/
    src: url('../font/NanumGothic.eot?') format('eot'); /* IE 9 폰트 적용 */
}
@font-face {
    font-family: NanumMyeongjoBold;
    src: url('../font/NanumMyeongjoBold.eot'); /* 저버전 익스플로러 폰트 적용*/
    src: url('../font/NanumMyeongjoBold.eot?') format('eot'); /* IE 9 폰트 적용 */

}
@font-face {
    font-family: NanumGothicBold;
    src: url('../font/NanumGothicBold.eot'); /* 저버전 익스플로러 폰트 적용*/
    src: url('../font/NanumGothicBold.eot?') format('eot'); /* IE 9 폰트 적용 */
}
/* Common 기본리셋*/ 
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td,p { margin:0; padding:0; font-size:12px; font-family:Helvatica,AppleGothic,sans-serif;}
fieldset,img { border:0; padding:0;}
img{vertical-align:top;}
ul,ol{list-style:none}
address,caption,cite,code,dfn,em,var { font-style:normal; font-weight:normal; }
table { border-collapse:collapse; border-spacing:0; }
a{text-decoration:none; color:#828282;}
a:hover,a:active,a:focus{text-decoration:none;}
hr{display:none;clear:both;}
p{word-break:break-all;word-wrap:break-word;}
.blind, legend,#skipnavi{position:absolute;left:0;top:0;width:0;height:0;font-size:0;line-height:0;text-indent:-9999px;overflow:hidden;visibility:hidden;}
caption{width:0;height:0;font-size:0;line-height:0;text-indent:-9999px;overflow:hidden;visibility:hidden;}

/* 사용자정의 */
.last{clear:both;display:block;content:"";}
.smallInput{width:54px !important;padding:1px;}
