@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 { }
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;
}

/*****************************************************************/
/* 롤오버 */
/*****************************************************************/
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 { text-decoration:none; }
a:visited { text-decoration:none; }
a:active { text-decoration:none; }
a:hover { text-decoration:none; }

/*****************************************************************/
/* 업로드 파일 리스트 */
/*****************************************************************/
.file_btn { height:25px; }
.file_list { margin:0 0 0 0; }

.file_list ul {list-style:none; padding:0; margin:0;}
.file_list ul li {list-style:none;}

.file_list li { margin:5px 0 5px 0;position: relative; }
.file_list li .file_txt { position: relative;width:300px;height:22px;border:1px solid #CCCCCC; }
.file_list li .file_txt .file_name { position: absolute;top:4px;left:4px; }
.file_list li .file_txt .file_size { top:4px;right:20px;position: absolute; }
.file_list li .file_btn { top:0;left:305px;position: absolute; }
.file_list li .file_msg { width:100%;}

/* swfuplod */
.swfupload {vertical-align: middle;}

@font-face { 
    font-family: 'Noto Sans KR'; font-style: normal; 
    font-weight: 100; 
    src: url(fonts/NotoSansKR-Thin.woff2) format('woff2'),
         url(fonts/NotoSansKR-Thin.woff) format('woff'), 
         url(fonts/NotoSansKR-Thin.otf) format('opentype'); 
} 

@font-face { 
    font-family: 'Noto Sans KR'; 
    font-style: normal; font-weight: 300; 
    src: url(fonts/NotoSansKR-Light.woff2) format('woff2'), 
         url(fonts/NotoSansKR-Light.woff) format('woff'), 
         url(fonts/NotoSansKR-Light.otf) format('opentype'); 
} 
@font-face { 
    font-family: 'Noto Sans KR'; 
    font-style: normal; font-weight: 400; 
    src: url(fonts/NotoSansKR-Regular.woff2) format('woff2'), 
         url(fonts/NotoSansKR-Regular.woff) format('woff'), 
         url(fonts/NotoSansKR-Regular.otf) format('opentype'); 
}

@font-face { 
    font-family: 'Noto Sans KR'; 
    font-style: normal; font-weight: 500; 
    src: url(fonts/NotoSansKR-Medium.woff2) format('woff2'), 
        url(fonts/NotoSansKR-Medium.woff) format('woff'), 
        url(fonts/NotoSansKR-Medium.otf) format('opentype'); 
} 

@font-face { 
    font-family: 'Noto Sans KR'; 
    font-style: normal; font-weight: 700; 
    src: url(fonts/NotoSansKR-Bold.woff2) format('woff2'), 
        url(fonts/NotoSansKR-Bold.woff) format('woff'), 
        url(fonts/NotoSansKR-Bold.otf) format('opentype'); 
} 

@font-face { 
    font-family: 'Noto Sans KR'; 
    font-style: normal; font-weight: 900; 
    src: url(fonts/NotoSansKR-Black.woff2) format('woff2'), 
        url(fonts/NotoSansKR-Black.woff) format('woff'), 
        url(fonts/NotoSansKR-Black.otf) format('opentype'); 
} 
