@charset "utf-8";


@font-face {
	font-family: 'OSeongandHanEumR'; font-style: normal; font-weight: 500;
	src: url(OSeongandHanEum-Regular.ttf) format('truetype');
}

@font-face {
	font-family: 'OSeongandHanEumB'; font-style: normal; font-weight: 500;
	src: url(OSeongandHanEum-Bold.ttf) format('truetype');
}

@font-face {
	font-family: 'NanumGothic'; font-style: normal; font-weight: 500;
	src: url(NanumGothic.ttf) format('truetype');
}



* {margin:0; padding:0;}

html {height:100%;}
body {
	height:100%;
	font-size:15px;
	font-family:'NanumGothic';
	color:#333;
	background: #fff;
	padding-top: 109px;
}

a {text-decoration-line:none}
ul, li {list-style-type: none;}

