@charset "utf-8";


@font-face {
font-family: "noto";
font-style: normal;
font-weight: 400;
src: local('notokr-regular'), local('notoKR-Regular'), local('NotoKR Regular');
src: url(../fonts/notokr-regular.eot);/*A*/
src: url(../fonts/notokr-regular.eot?#iefix) format('embedded-opentype'),/*B*/
		url(../fonts/notokr-regular.woff) format('woff'),/*C*/
		url(../fonts/notokr-regular.woff2) format('woff2'),/*C*/
		url(../fonts/notokr-regular.ttf) format('truetype');/*D*/
		url(../fonts/notokr-regular.svg) format('svg');/*E*/
}

@font-face {
font-family: "noto";
font-style: normal;
font-weight: 600;
src: local('notokr-medium'), local('notoKR-Medium'), local('NotoKR Medium');
src: url(../fonts/notokr-medium.eot);/*A*/
src: url(../fonts/notokr-medium.eot?#iefix) format('embedded-opentype'),/*B*/
		url(../fonts/notokr-medium.woff) format('woff'),/*C*/
		url(../fonts/notokr-medium.woff2) format('woff2'),/*C*/
		url(../fonts/notokr-medium.ttf) format('truetype');/*D*/
		url(../fonts/notokr-medium.svg) format('svg');/*E*/
}
@font-face {
font-family: "noto";
font-style: normal;
font-weight: 900;
src: local('notokr-bold'), local('notoKR-Bold'), local('NotoKR Bold');
src: url(../fonts/notokr-bold.eot);/*A*/
src: url(../fonts/notokr-bold.eot?#iefix) format('embedded-opentype'),/*B*/
		url(../fonts/notokr-bold.woff) format('woff'),/*C*/
		url(../fonts/notokr-bold.woff2) format('woff2'),/*C*/
		url(../fonts/notokr-bold.ttf) format('truetype');/*D*/
		url(../fonts/notokr-bold.svg) format('svg');/*E*/
}


BODY {font-size:13px; color:#666666; font-family: "noto", 'Noto Sans SC', Dotum, "돋움", Batang, "바탕", Verdana, Arial, sans-serif !important;}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

html {
	margin:0;
	padding:0;	
	width:100%;
	height:100%;

}

body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}

table {
	border-collapse:collapse;
	border-spacing:0;
	padding:0;
	margin:0;
	width:100%;
}
fieldset,img { 
	border:0;
}

address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
a {
text-decoration:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	font-family:inherit;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

button,
input[type="button"],
input[type="submit"] {
	font-family:inherit;
}
/* CSS reset End*/
