@CHARSET "UTF-8";
					
@font-face { 
	font-family: LGSmHaR; 
	src: url(fonts/LG_Font/LGSmHaR.ttf) format('truetype'); 
}
* {
	padding:0;
	margin:0;
	box-sizing:border-box;
	font-family: LGSmHaR;
	font-style: normal;
	font-weight: normal;
}
a {	
	text-decoration:none;
	list-style:none;
	border:none;
}
ul, li {
	list-style:none;
}
p {
	margin:0px;	
}
.total_wrap {
	margin:auto;
}
.title_wrap {
	text-align: center;
	position:relative;
}
				
.title_wrap .userGuide {
	position:absolute;
	right:0;	
}
.title_wrap .title1{	
	padding-top:40px;
	font-size: 1.8em;
	color: #D90049;
}
.title_wrap .title1 b { 
	font-weight:600 !important;
}
.title_wrap .title2 {
	padding-top:2vh;
	font-weight: 300;
	font-size:0.8em;
	color: #999999;
}