/*@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; overflow-x: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; }
div, ul, ol, li, td {box-sizing:border-box;}
img,fieldset{border:0;}
img{vertical-align:top;}
ul,ol{list-style:none;}
em,address{font-style:normal;}
legend{margin-left:-7px;}
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";
	font-size:13px;
	line-height:150%;
	color:#545454;
	/*letter-spacing:-1px;
	write-space:normal;
	write-break:normal;
	*/
}

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; }
textarea { border:1px solid #cacaca; }