/*@charset "utf-8";*/
@charset "euc-kr";

/* 나눔고딕 */
@font-face {
  font-family:"NanumGothic";
  font-style:normal;  
  font-weight:normal;
  src:	url(/include/font/NanumGothic-Regular.eot);
  src:	url(/include/font/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'),
		url(/include/font/NanumGothic-Regular.ttf) format('truetype');
}

@font-face {
  font-family:"NanumGothicBold";
  font-style:normal;
  font-weight:700;
  src:	url(/include/font/NanumGothic-Bold.eot);
  src:	url(/include/font/NanumGothic-Bold.eot?#iefix) format('embedded-opentype'),
		url(/include/font/NanumGothic-Bold.ttf) format('truetype');
}

/* 나눔명조 */
@font-face {
  font-family:"NanumMyeongjo";
  font-style:normal; 
  font-weight:normal;
  src:	url(/include/font/NanumMyeongjo-Regular.eot);
  src:	url(/include/font/NanumMyeongjo-Regular.eot?#iefix) format('embedded-opentype'),
		url(/include/font/NanumMyeongjo-Regular.ttf) format('truetype');
}

@font-face {
  font-family:"NanumMyeongjoBold";
  font-style:normal;
  font-weight:600;
  src:	url(/include/font/NanumMyeongjo-Bold.eot);
  src:	url(/include/font/NanumMyeongjo-Bold.eot?#iefix) format('embedded-opentype'),
		url(/include/font/NanumMyeongjo-Bold.ttf) format('truetype');
}

/* 나눔붓글씨 */
@font-face {
  font-family:"NanumBrushScript";
  font-style: normal;  
  font-weight:normal;
  src:	url(/include/font/NanumBrushScript-Regular.eot);
  src:	url(/include/font/NanumBrushScript-Regular.eot?#iefix) format('embedded-opentype'),
		url(/include/font/NanumBrushScript-Regular.ttf) format('truetype');
}

/* 나눔펜글씨 */
@font-face {
  font-family:"NanumPenScript";
  font-style: normal;
  font-weight:400;
  src: url(/include/font/NanumPenScript-Regular.eot);
  src: url(/include/font/NanumPenScript-Regular.eot?#iefix) format('embedded-opentype'),
       url(/include/font/NanumPenScript-Regular.ttf) format('truetype');
}


/* Incomms Web Standard UI Part SJC */
/* Common */
html{overflow-y:auto;}
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select{margin:0;padding:0}
body,input,textarea,select,button,table{font-family:NanumBarunGothic;font-size:12px}
img,fieldset{border:0}
img{vertical-align:top}
ul,ol{list-style:none}
em,address{font-style:normal}
legend{*margin-left:-7px}
table{border-collapse:collapse;border-spacing:0}
th{text-align:left}
a{color:#666;text-decoration:none}
a:hover,a:active,a:focus{text-decoration:none}

body,div,input,textarea,select,button,table {
	font-family:"NanumGothic";
}

BODY {
	width:100%;
	margin:0px;
	padding:0px;

	font-size:12px;
	line-height:150%;
	color:#484848;
}

div, ul, ol, li {
	list-style: none;
	box-sizing:border-box;		
}

#warp { width:100%; min-width:1000px; margin:0px auto; overflow:hidden; }
