@charset "utf-8";
/*------------------------------------------------------------------------------
 * Reset

 * CSS    : reset.css
 * Date   : 2019.02.07 updated
------------------------------------------------------------------------------*/
@font-face {
    font-family:'NanumGothic';
    src: url('/libs/font/NanumGothic.eot');
    src: url('/libs/font/NanumGothic.eot?#iefix') format('embedded-opentype'),
         url('/libs/font/NanumGothic.woff') format('woff'),
         url('/libs/font/NanumGothic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family:'NanumBarunGothic';
    src: url('/libs/font/NanumBarunGothic.eot');
    src: url('/libs/font/NanumBarunGothic.eot?#iefix') format('embedded-opentype'),
         url('/libs/font/NanumBarunGothic.woff') format('woff'),
         url('/libs/font/NanumBarunGothic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family:'NanumBarunGothic-UltraLight';
    src: url('/libs/font/NanumBarunGothic-UltraLight.eot');
    src: url('/libs/font/NanumBarunGothic-UltraLight.eot?#iefix') format('embedded-opentype'),
         url('/libs/font/NanumBarunGothic-UltraLight.woff') format('woff'),
         url('/libs/font/NanumBarunGothic-UltraLight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {margin:0px; padding:0px; border:0px; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline;}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th,td,div,select,input,textarea {font-weight::normal; font-size:12px;}
input,textarea {height:18px; font-weight::normal; font-size:12px; color:#666; border:#DDD 1px solid; padding:0 0 0 5px;}
article,aside,footer,header,hgroup,nav,section,figure,figcaption {display:block;}
table {border-collapse:collapse; border-spacing:0;}

.png24 {expression(setPng24(this))}
a {color:#666; font:normal 1em 'NanumBarunGothic','³ª´®¹Ù¸¥°íµñ','NanumGothic','³ª´®°íµñ','Dotum','helvetica','Arial'; text-decoration:none;}
a:hover {color:#96cfe5; text-decoration:none;}
:focus {outline: 0;}
strong, b {font-weight:bold;}
ol, ul {list-style: none;}
body {width:100%; height:100%; background:#EBEBEB; color:#666666; font-family:'NanumBarunGothic','³ª´®¹Ù¸¥°íµñ','NanumGothic','³ª´®°íµñ','dotum','Arial';}
