@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);

@font-face {
font-family: 'NotoKrL';
font-style: normal;
font-weight: 100;
src: local('Noto Sans Light'), local('notokr-light'), url(/include/font/notokr-light.eot);
src: url(/include/font/notokr-light.eot?#iefix) format('embedded-opentype'),
url(/include/font/notokr-light.woff2) format('woff2'),
url(/include/font/notokr-light.woff) format('woff');;
}
@font-face {
font-family: 'NotoKrR';
font-style: normal;
font-weight: 300;
src: local('Noto Sans Regular'), local('notokr-regular'), url(/include/font/notokr-regular.eot);
src: url(/include/font/notokr-regular.eot?#iefix) format('embedded-opentype'),
url(/include/font/notokr-regular.woff2) format('woff2'),
url(/include/font/notokr-regular.woff) format('woff');
}
@font-face {
font-family: 'NotoKrM';
font-style: normal;
font-weight: 500;
src: local('Noto Sans Medium'), local('notokr-medium'), url(/include/font/notokr-medium.eot);
src: url(/include/font/notokr-medium.eot?#iefix) format('embedded-opentype'),
url(/include/font/notokr-medium.woff2) format('woff2'),
url(/include/font/notokr-medium.woff) format('woff');
}
@font-face {
font-family: 'NotoKrB';
font-style: normal;
font-weight: 700;
src: local('Noto Sans Bold'), local('notokr-black'), url(/include/font/notokr-black.eot);
src: url(/include/font/notokr-black.eot?#iefix) format('embedded-opentype'),
url(/include/font/notokr-black.woff2) format('woff2'),
url(/include/font/notokr-black.woff) format('woff');
}
/* 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:"NotoKrR";
	font-size:9pt;
	line-height:150%;
	color:#212121;
	/*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; }

