@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700,900&display=swap&css');
@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900&display=swap&css');
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap&css');
@import url('https://fonts.googleapis.com/css2?family=Black+Han+Sans&display=swap');

html,body{height:100%}
*{box-sizing:border-box}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,button,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,select,keygen,xmp,plaintext,listing{
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-sizing: border-box; 
	margin:0; 
	padding:0; 
	font-family:'Noto Sans KR','Lato','Malgun Gothic',dotum,'Helvetica Neue',Helvetica,Arial,sans-serif;
	/*font-family:'dabangu',sans-serif;*/
}
a {text-decoration: none;}
i,img {vertical-align:middle;}
ul li {list-style:none;}

.ellip {white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ellip_line_1 {overflow: hidden; text-overflow: ellipsis; display: -webkit-box !important; /* number of lines to show */ -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.ellip_line_2 {overflow: hidden; text-overflow: ellipsis; display: -webkit-box !important; /* number of lines to show */ -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.ellip_line_3 {overflow: hidden; text-overflow: ellipsis; display: -webkit-box !important; /* number of lines to show */ -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.ellip_line_4 {overflow: hidden; text-overflow: ellipsis; display: -webkit-box !important; /* number of lines to show */ -webkit-line-clamp: 4; -webkit-box-orient: vertical;}
.ellip_line_5 {overflow: hidden; text-overflow: ellipsis; display: -webkit-box !important; /* number of lines to show */ -webkit-line-clamp: 5; -webkit-box-orient: vertical;}