.container{
	width:1248px;
	margin:0 auto;
	text-align:center;
	min-height:800px;
}


.txt_title{
font-family:'Noto Sans KR';
font-weight:400;
font-size:15pt;
color:#222;
}

.top_nav{
min-width:1248px;
border-bottom:1px solid #ddd;
height:81px;
}

.top_nav_container{
width:1248px;
margin:0 auto;
}

.top_nav_l{
width:16%;
font-family:'Noto Sans KR';
font-weight:500;
font-size:17pt;
text-align:left;
float:left;
color:#666;
}

.top_nav_r{
width:84%;
float:left;
text-align:right;
font-size:11pt;
margin-top:50px;
color:#777;
}

.top_nav_title{
color:#555;
margin-top:34px;
padding-bottom:10px;
padding-left:10px;
}

.top_nav_bar{
height:4px;
background-color:#555;
}