/*@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:13px; }*/
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,ul,li,a {
	font-family:"NanumGothic",monospace;
	/*font-family:'NanumBarunGothic',monospace;*/
	font-size:12px;
	/*line-height:20px; */
	color:#626262;
}

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

input[type=text],
input[type=password] { height:26px; line-height:26px; margin:2px; vertical-align:middle; border:1px solid #dfdfdf; }
input[type=button] { margin:2px; }
select { min-width:120px; height:28px; line-height:28px; padding:2px; margin:2px; vertical-align:middle; border:1px solid #dfdfdf; background:#ffffff/* url("../../images/select_arrow.png") 100% 50% no-repeat*/; }
textarea { border:1px solid #cacaca; }