@font-face{font-family:"Nanum Gothic"; src: url('NanumGothic.ttf') format('truetype')}
@font-face{font-family:"Exo-Regular"; src: url('Exo-Regular.ttf') format('truetype');}
@font-face{font-family:"Exo-Thin"; src: url('Exo-Thin.ttf') format('truetype');}
@font-face{font-family:"Exo-Black"; src: url('Exo-Black.ttf') format('truetype');}
@font-face{font-family:"NotoSansKR-Bold"; src: url('NotoSansKR-Bold.otf') format('opentype');}
@font-face{font-family:"NotoSansKR-Light"; src: url('NotoSansKR-Light.otf') format('opentype');}
@font-face{font-family:"NotoSansKR-Regular"; src: url('NotoSansKR-Regular.otf') format('opentype');}
@font-face{font-family:"NotoSansKR-Thin"; src: url('NotoSansKR-Thin.otf') format('opentype');}


/*body,html{width:100%; height:100%;}*/
*{
	font-family:"NotoSansKR-Regular";
	font-size:13px;
	color:#666;
	line-height:160%;
	margin:0;
	padding:0;
}


li{list-style:none;}
a{text-decoration:none;}
/*a:hover{text-decoration:underline;}*/
img{border:none}
table{
	border-spacing:0;
	border-collapse:collapse;
}
input,select,textarea,button{box-sizing:border-box;}
button{border:none;background:none;cursor:pointer; outline:none;}
h1,h2,h3,h4,h5,h6{margin:0; padding:0; font-weight:normal;}

.clearfix:after{content:"";clear:both;display:block;}
.center{width:100%; max-width:700px; margin:0 auto;}
