@charset "euc-kr";
/* base */
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/font/notokr-regular.eot');
  src: url('/font/notokr-regular.eot?#iefix') format('embedded-opentype'),
       url('/font/notokr-regular.woff2') format('woff2'),
       url('/font/notokr-regular.woff') format('woff'),
       url('/font/notokr-regular.ttf') format('truetype');
}
@font-face {
    font-family: 'no200';
    src: url('/font/notokr-light.eot');
    src: url('/font/notokr-light.eot?#iefix') format('embedded-opentype'),
         url('/font/notokr-light.woff2') format('woff2'),
         url('/font/notokr-light.woff') format('woff'),
         url('/font/notokr-light.ttf') format('truetype'),
         url('/font/notokr-light.svg#notokr-light') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'no300';
    src: url('/font/notokr-regular.eot');
    src: url('/font/notokr-regular.eot?#iefix') format('embedded-opentype'),
         url('/font/notokr-regular.woff2') format('woff2'),
         url('/font/notokr-regular.woff') format('woff'),
         url('/font/notokr-regular.ttf') format('truetype'),
         url('/font/notokr-regular.svg#notokr-regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'no400';
    src: url('/font/notokr-medium.eot');
    src: url('/font/notokr-medium.eot?#iefix') format('embedded-opentype'),
         url('/font/notokr-medium.woff2') format('woff2'),
         url('/font/notokr-medium.woff') format('woff'),
         url('/font/notokr-medium.ttf') format('truetype'),
         url('/font/notokr-medium.svg#notokr-medium') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html,body { }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, input, textarea, p, blockquote, th, td, textfield, select, img{
	margin:0;
	padding:0;
}

body {color:#666;font-size:12px; font-family:'no300', '³ª´®°íµñ', 'Nanum Gothic',NanumGothic, 'µ¸¿ò',Dotum,'±¼¸²',Gulim,Helvetica,sans-serif !important; letter-spacing: 0px;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;	font-size:1em;}
ol, ul, li, dd, dl, dt  {list-style:none;}
fieldset, legend {border:0;	margin:0;padding:0;}
img {border:0;vertical-align:top; }
label{cursor:pointer;}
address, caption, em{font-weight:normal;font-style:normal;}

*:hover {

}
a {cursor: pointer;}
strong{letter-spacing:-1px}

table {border-collapse:collapse;}
/*a[href*="/"]:focus {outline: none;background-color: #ff9022!important; color: #fff!important; border-color:#ff9022!important }*/