/*
@import url("http://fonts.googleapis.com/earlyaccess/notosanskr.css");
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
@import url("http://fonts.googleapis.com/earlyaccess/nanumgothic.css");
*/
/* font-family: 'Noto Sans KR', sans-serif;  */
/* font-family: 'Open Sans', sans-serif; */
/* font-family: 'NanumGothic', '나눔고딕','NanumGothicWeb', '맑은 고딕', 'Malgun Gothic', Dotum; */
/* font-family: "Times New Roman", Times, serif; */
@font-face {
  font-family: 'MalgunGothic';
  font-style: normal;
  font-weight: 300;
  src: url('../font/MalgunGothic.eot');
  src: url('../font/MalgunGothic.eot?#iefix') format('embedded-opentype'),
       url('../font/MalgunGothic.woff') format('woff'),
       url('../font/MalgunGothic.ttf') format('truetype');
}
@font-face {
  font-family: 'MalgunGothic';
  font-style: normal;
  font-weight: 600;
  src: url('../font/MalgunGothicBold.eot');
  src: url('../font/MalgunGothicBold.eot?#iefix') format('embedded-opentype'),
       url('../font/MalgunGothicBold.woff') format('woff'),
       url('../font/MalgunGothicBold.ttf') format('truetype');
}
@font-face {
  font-family: 'BMHANNA';
  font-style: normal;
  font-weight: 600;
  src: url('../font/BMHANNA.ttf') format('truetype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url('../font/NotoSansKR-Regular.eot');
  src: url('../font/NotoSansKR-Regular.eot?#iefix') format('embedded-opentype'),
       url('../font/NotoSansKR-Regular.woff') format('woff'),
       url('../font/NotoSansKR-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 600;
  src: url('../font/NotoSansKR-Bold.eot');
  src: url('../font/NotoSansKR-Bold.eot?#iefix') format('embedded-opentype'),
       url('../font/NotoSansKR-Bold.woff') format('woff'),
       url('../font/NotoSansKR-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  src: url('../font/NotoSansKR-Medium.eot');
  src: url('../font/NotoSansKR-Medium.eot?#iefix') format('embedded-opentype'),
       url('../font/NotoSansKR-Medium.woff') format('woff'),
       url('../font/NotoSansKR-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  src: url('../font/NotoSansKR-Black.eot');
  src: url('../font/NotoSansKR-Black.eot?#iefix') format('embedded-opentype'),
       url('../font/NotoSansKR-Black.woff') format('woff'),
       url('../font/NotoSansKR-Black.ttf') format('truetype');
}

html {
	width: 100%; height: 100%;  font-size:12px; font-weight:400;color:#000;
}
body {
	width: 100%; height: 100%; ;
}

/* default */

@charset "utf-8";
html, body {margin:0; padding:0;font-family: 'Noto Sans KR', sans-serif; }
form, input, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd {margin:0; padding:0;}
ul, ol, li {list-style:none;}
img	{border:0; vertical-align:top}
table {border-collapse:collapse; border-spacing:0 !important; } 
th, td {padding:0;}
textarea {padding:0; margin:0;}
fieldset {display:block; border:none; padding:0; margin:0}
legend, caption	{width:0; height:0; padding:0; margin:0; font-size:0; line-height:0;}
a {text-decoration: none}
button {margin: 0px 1px;  padding: 1px 4px 0px; border: 0px solid #ffffff;  color: rgb(51, 51, 51); line-height: 100%; letter-spacing: 0px; overflow: visible; vertical-align: top; display: inline-block; white-space: nowrap; cursor: pointer;  background-color: none; -webkit-appearance: none;-webkit-text-size-adjust: none; }




