/*@charset "utf-8";*/
@charset "euc-kr";
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);		/* 나눔고딕 :			font-family:'Nanum Gothic'; */
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothiccoding.css);	/* 나눔고딕 코딩 :		font-family:'Nanum Gothic Coding', monospace; */
@import url(http://fonts.googleapis.com/earlyaccess/nanumbrushscript.css);	/* 나눔붓글씨 웹폰트 :	font-family:'Nanum Brush Script', cursive; */
@import url(http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css);		/* 나눔명조 웹폰트 :	font-family:'Nanum Myeongjo', serif; */
@import url(http://fonts.googleapis.com/earlyaccess/nanumpenscript.css);	/* 나눔펜글씨 웹폰트 :	font-family:'Nanum Pen Script', cursive; */

@import url(http://fonts.googleapis.com/css?family=Droid+Serif);			/* font-family:'Droid Serif', serif; */
@import url(http://fonts.googleapis.com/css?family=Merriweather:300);		/* font-family:'Merriweather', serif; */
@import url(http://fonts.googleapis.com/css?family=Playball);				/* font-family:'Playball', cursive; */

/*
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  src: url("../../include/font/NanumGothic.ttf");
  src: url("../../include/font/NanumGothic.ttf") format('truetype');
}

@font-face {
  font-family: 'Nanum Gothic Bold';
  font-style: normal;
  font-weight: 700;
  src: url("../../include/font/NanumGothicBold.ttf");
  src: url("../../include/font/NanumGothicBold.ttf") format('truetype');
}

@font-face {
  font-family: 'NanumBarunGothic';
  font-style: normal;
  font-weight: 400;
  src: url("../../include/font/NanumBarunGothic.ttf");
  src: url("../../include/font/NanumBarunGothic.ttf") format('truetype');
}

@font-face {
  font-family: 'NanumBarunGothicBold';
  font-style: normal;
  font-weight: 700;
  src: url("../../include/font/NanumBarunGothicBold.ttf");
  src: url("../../include/font/NanumBarunGothicBold.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:0px;}
/*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,tr,ul,li,a {
	font-family:'Nanum Gothic',monospace;
	/*font-family:'NanumBarunGothic',monospace;*/
	font-size:13px;
	line-height:20px;
	color:#383838;
	/*letter-spacing:-1px;
	write-space:normal;
	write-break:normal;
	*/
}

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; }
input[type=text].phone {width:40px;padding-left:5px;}
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; }