@charset "utf-8";
/* CSS Document */
@font-face {
    font-family:'NanumGothic';
    src: url('/res/font/NanumGothic.eot');
    src: url('/res/font/NanumGothic.eot?#iefix') format('embedded-opentype'),
         url('/res/font/NanumGothic.woff') format('woff'),
         url('/res/font/NanumGothic.ttf') format('truetype');       
}
@font-face {
		font-family: 'NanumGothicExtraBold'; 
		src: url('/res/font/NanumGothicExtraBold.eot');
		src: url('/res/font/NanumGothicExtraBold.eot?#iefix') format('embedded-opentype'),
				 url('/res/font/NanumGothicExtraBold.woff') format('woff'),
         url('/res/font/NanumGothicExtraBold.ttf') format('truetype');
}

html, body { margin:0px; padding:0px; font-family: '돋움', Dotum, Tahoma; font-size:12px; color:#888; line-height:16px}
body {overflow-x:auto; overflow-y: scroll}
body.popstat {overflow-y: hidden}
* { background-color: transparent; margin:0; padding:0; }
img, fieldset { border:0px; vertical-align: top}
form {border:0px;padding:0px;margin:0px;}
p, div, h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd, ol, input, textarea {list-style-type:none; padding:0; margin:0; font:12px '돋움'; color:#888; vertical-align: middle;}
address, caption, cite, code, dfn, em, var {font-style:normal; font-weight:normal;}
caption, legend, #skipNavi ,hr{width:0; height:0; line-height:0; overflow:hidden; visibility:hidden; font-size:0; border:0 none;}
table {display: table; border-collapse: separate; border-spacing: 0px}
select, input, li {vertical-align: middle; text-align: left}
input[type="checkbox"] {margin: 0 !important;}
select, input {font-family: '돋움', Dotum, Tahoma}

a, a:link, a:visited, a:active { color:#888; text-decoration:none; }
a:hover { color:#888; text-decoration:none; }

.clear{clear:both;}