/*@charset "utf-8";*/
@charset "euc-kr";
/*
@font-face {
  font-family: 'Malgun Gothic';
  font-style: normal;
  font-weight: 400;
  src: local('Malgun Gothic Regular'), local('Malgun Gothic-Regular'), local('NanumBarunGothic Regular');
  src: url(/m/include/font/NanumBarunGothic.eot);
  src: url(/m/include/font/NanumBarunGothic.eot?#iefix) format('embedded-opentype'),
       url(/m/include/font/NanumBarunGothic.woff) format('woff'),
       url(/m/include/font/NanumBarunGothic.ttf) format('truetype');
}
*/
/* 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;}
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:"Malgun Gothic", "arial", "arial";
	font-size:11px;
	line-height:130%;
	color:#414042;
	/*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;border-radius:1px; }
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;border-radius:1px; }
textarea { margin:2px; border:1px solid #dfdfdf;border-radius:1px; }
input[type=checkbox], input[type=radio] { vertical-align:middle;border-radius:1px; }