@CHARSET "UTF-8";

/* NotoSansCJKkr http://www.google.com/fonts/earlyaccess */

@font-face {
  font-family: 'Noto Sans KR';
  src: url('../../../asset/fonts/NotoSans-Light.eot');
  src: url('../../../asset/fonts/NotoSans-Light.woff') format('woff'),
	   url('../../../asset/fonts/NotoSans-Light.woff2') format('woff2'),
	   url('../../../asset/fonts/NotoSans-Light.ttf') format('truetype'),
       url('../../../asset/fonts/NotoSans-Light.eot?#iefix') format('embedded-opentype'),
	   url('../../../asset/fonts/NotoSans-Light.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Noto Sans KR';
  src: url('../../../asset/fonts/NotoSans-DemiLight.eot');
  src: url('../../../asset/fonts/NotoSans-DemiLight.woff') format('woff'),
       url('../../../asset/fonts/NotoSans-DemiLight.woff2') format('woff2'),
       url('../../../asset/fonts/NotoSans-DemiLight.ttf') format('truetype'),
       url('../../../asset/fonts/NotoSans-DemiLight.eot?#iefix') format('embedded-opentype'),
	   url('../../../asset/fonts/NotoSans-DemiLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Noto Sans KR';
  src: url('../../../asset/fonts/NotoSans-Regular.eot');
  src: url('../../../asset/fonts/NotoSans-Regular.woff') format('woff'),
	   url('../../../asset/fonts/NotoSans-Regular.woff2') format('woff2'),
	   url('../../../asset/fonts/NotoSans-Regular.ttf') format('truetype'),
	   url('../../../asset/fonts/NotoSans-Regular.eot?#iefix') format('embedded-opentype'),
	   url('../../../asset/fonts/NotoSans-Regular.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
  font-family: 'Noto Sans KR';
  src: url('../../../asset/fonts/NotoSans-Medium.eot');
  src: url('../../../asset/fonts/NotoSans-Medium.woff') format('woff'),
	   url('../../../asset/fonts/NotoSans-Medium.woff2') format('woff2'),
	   url('../../../asset/fonts/NotoSans-Medium.ttf') format('truetype'),
	   url('../../../asset/fonts/NotoSans-Medium.eot?#iefix') format('embedded-opentype'),
	   url('../../../asset/fonts/NotoSans-Medium.otf') format('opentype');
	font-weight: 500;
	font-style: normal;
}
@font-face {
  font-family: 'Noto Sans KR';
  src: url('../../../asset/fonts/NotoSans-Bold.eot');
  src: url('../../../asset/fonts/NotoSans-Bold.woff') format('woff'),
	   url('../../../asset/fonts/NotoSans-Bold.woff2') format('woff2'),
	   url('../../../asset/fonts/NotoSans-Bold.ttf') format('truetype'),
	   url('../../../asset/fonts/NotoSans-Bold.eot?#iefix') format('embedded-opentype'),
	   url('../../../asset/fonts/NotoSans-Bold.otf') format('opentype');
	font-weight: 600;
	font-style: normal;
}

html { width: 100%; height: 100%; font-family: 'Noto Sans KR', Dotum, Gulim, sans-serif; font-size: 16px; font-weight: 400;}
body { width: 100%; height: 100%; background: #fff; }



/* default */
html, body {margin:0; padding:0;}
html, body *{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;letter-spacing: -0.025em;}
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{max-width: 100%; border:0; vertical-align:top;}
table {border-collapse:collapse; border-spacing:0 !important; width: 100%} 
th, td {padding:0;}
th {font-weight: normal}
textarea {padding:0; margin:0; resize: none}
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; color: #000; outline:0;}
input, select {vertical-align: middle;outline:0;}
input, select, textarea {border: 1px solid #dbdbdb; background: #fff; color:#6d6d6d; font-family: 'Noto Sans KR','맑은고딕'; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing:border-box;}
i {font-style: normal}
button {margin: 0; padding:0; overflow: visible; text-transform: none; -webkit-appearance: button; cursor: pointer; border: 0; outline: 0; background: none;font-family: 'Noto Sans KR', '돋움', Dotum, '굴림', Gulim, sans-serif;}
textarea{border-radius:0;}

