@charset "utf-8";
/* INTLAB default css */
/* 폰트 */
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  src: url('/resource/font/NanumGothic-Regular.eot');
  src: url('/resource/font/NanumGothic-Regular.eot?#iefix') format('embedded-opentype'), url('/resource/font/NanumGothic-Regular.woff2') format('woff2'), url('/resource/font/NanumGothic-Regular.woff') format('woff'), url('/resource/font/NanumGothic-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Nanum Gothic Bold';
  font-style: normal;
  font-weight: normal;
  src: url('/resource/font/NanumGothic-Bold.eot');
  src: url('/resource/font/NanumGothic-Bold.eot?#iefix') format('embedded-opentype'), url('/resource/font/NanumGothic-Bold.woff2') format('woff2'), url('/resource/font/NanumGothic-Bold.woff') format('woff'), url('/resource/font/NanumGothic-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Nanum Gothic ExBold';
  font-style: normal;
  font-weight: normal;
  src: url('/resource/font/NanumGothic-ExtraBold.eot');
  src: url('/resource/font/NanumGothic-ExtraBold.eot?#iefix') format('embedded-opentype'), url('/resource/font/NanumGothic-ExtraBold.woff2') format('woff2'), url('/resource/font/NanumGothic-ExtraBold.woff') format('woff'), url('/resource/font/NanumGothic-ExtraBold.ttf') format('truetype');
}

@font-face {
  font-family: 'Nanum Square ExBold';
  font-style: normal;
  font-weight: normal;
  src: url('/resource/font/NanumSquareEB.eot');
  src: url('/resource/font/NanumSquareEB.eot?#iefix') format('embedded-opentype'), url('/resource/font/NanumSquareEB.woff2') format('woff2'), url('/resource/font/NanumSquareEB.woff') format('woff'), url('/resource/font/NanumSquareEB.ttf') format('truetype');
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, big, cite, code, del, dfn, em, font, img, ins, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{margin:0; padding:0; font-family:"Nanum Gothic", '돋움', dotum, Arial,Trebuchet MS, Helvetica, sans-serif;}

html{line-height:0; height:100%;} /* opera 10 */
body{height:100%; font-size:0.75em; line-height:1.3; background:#fff; color:#333; font-family:"Nanum Gothic", '돋움', dotum, Arial,Trebuchet MS, Helvetica, sans-serif; -webkit-print-color-adjust: exact;-webkit-text-size-adjust:none;}

/* -webkit-text-size-adjust:none; 아이폰 외 세로 방향 전환시 폰트 변화 없음 지정 */

table{border-collapse:collapse; border-spacing:0;}
table caption{
/* width:0; height:0; overflow:hidden; font-size:0; line-height:0;*/
position: absolute;
top: -9999px;
left: -9999px;
}

h1, h2, h3, h4, h5, h6{font-size:100%; margin:0; padding:0;}

img, fieldset, button{border:0 solid transparent;}
button img{display:none;}

ol, ul{list-style:none;}
blockquote, q{quotes:none;}
hr{display:none;}

a:link, a:visited{color:#444; text-decoration:none;}
a:hover{color:#333; text-decoration:none;}
a:active{color:#333; text-decoration:none;}

textarea{overflow:auto;}
html:first-child select{padding-right:6px; height:20px;} /* Opera 9 & Below Fix */
option{padding-right:6px;} /* Firefox Fix */
legend{position:absolute; top:0; left:0; width:0; height:0; overflow:hidden; visibility:hidden; font-size:0; line-height:0;}

/* 보이지 않는 텍스트 */
.blindtext {visibility:visible; width:0; height:0; overflow:hidden; font-size:0; line-height:0; text-indent:-3000em; position:absolute;}
.blind{visibility:visible; width:0; height:0; overflow:hidden; font-size:0; line-height:0; text-indent:-3000em; position:absolute;}



