@charset "utf-8";

/*****************************************************************/
/* 공통 */
/*****************************************************************/
/* html, body { height:100%; } */
table { text-align: left; }

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,form,fieldset,button { font-size:12px;font-weight:normal;font-Family:"돋음","dotum","AppleGothic","Albatross","arial","helvetica","sans-serif"; }
body,div,form,fieldset,button { margin:0;padding:0; }
img,fieldset{ border:0 none; }

input, select, textarea {
    scrollbar-face-color:#e2e2e2;
    scrollbar-highlisht-color:#ffffff;
    scrollbar-face-color: #FFFFFf;
    scrollbar-shadow-color: #cccccc;
    scrollbar-highlight-color: #cccccc;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-track-color: #F6F6F6;
    scrollbar-arrow-color: #cccccc;
}

/* Reset CSS New */
/*
* { margin:0; padding:0; border:0; outline:0; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; }
ul, ol, dl { list-style:none; }
a { text-decoration:none; }
table { border-collapse:collapse; border-spacing:0; }
input, select { vertical-align:middle; }
body { font-size:100%; line-height:1; }
label { cursor:pointer; }
.blind,legend,hr,caption { display:block; overflow:hidden; position:absolute; top:0; left:-1000em; }
i,em,address { font-style:normal; font-weight:normal; }
*/

/*****************************************************************/
/* 롤오버 */
/*****************************************************************/
a.rollover img { border-width:0px; display:inline; }
a.rollover img.over { display:none; }
a.rollover:hover { border:0px }
a.rollover:hover img { display:none; }
a.rollover:hover img.over { display:inline; }

/*****************************************************************/
/* link blur */
/*****************************************************************/
a, area, { behavior:expression(this.hideFocus=true); }
a:active, a:focus, area:active, area:focus { outline:none; }

/*****************************************************************/
/* 링크 */
/*****************************************************************/
a:link {font-size:12px; color:#000000; font-Family:"돋음","dotum","AppleGothic","Albatross","arial","helvetica","sans-serif"; text-decoration:none;}
a:visited {font-size:12px; color:#000000; font-Family:"돋음","dotum","AppleGothic","Albatross","arial","helvetica","sans-serif"; text-decoration:none;}
a:active {font-size:12px; color:#000000; font-Family:"돋음","dotum","AppleGothic","Albatross","arial","helvetica","sans-serif"; text-decoration:none;}
a:hover {font-size:12px; color:#000000; font-Family:"돋음","dotum","AppleGothic","Albatross","arial","helvetica","sans-serif"; text-decoration:none;}

