@charset "utf-8";
div,p,span,table,th,td,ul,li,ol,dl,dt,dd,form,fieldset,input,textarea,select{ margin:0; padding:0;}
h1,h2,h3,h4,h5,h6{ margin:0; padding:0; font-size:16px; font-weight:normal;}
*{
	margin:0;
	padding:0;
	list-style:none;
	font-family:"Noto Sans Korean", 맑은 고딕, sans-serif, 微软雅黑;
	transition:
	transform 0.5s, top 0.5s, right 0.5s, bottom 0.5s, left 0.5s, margin 0.5s, padding 0.5s,
	width 0.5s, height 0.5s, border 0.5s, background 0.5s, color 0.5s, opacity 0.5s, line-height 0.5s;
}
a{ text-decoration:none !important; display:block; cursor: pointer !important;}

/* layout:start */