/* 하단 영역 */
#bottomarea {
	clear:both;
	position:relative;
	left: 0;
	top: 0;
	width: 100%;
	height:380px;
	background: url("/images/bottom/bottom_bg.jpg");
}

#bottomareabg{
	position:relative;
	left: 0;
	top: 0;
	width: 1200px;
	height:380px;
	margin:0 auto;
	background: url("/images/bottom/bottom_bg.jpg");
}

/*하단 제휴배너*/
#bottomarea .bannerarea{
	width:1200px;
	height:120px;
	margin : 0 auto;
	text-align:center;
}

#bottomarea .bannerarea p{
	float:left;
	padding:30px 30px 30px 30px;
}


/*하단 카피라아터*/
#bottomarea .copyrightarea{
	position:relative;
	width: 100%;
}

#bottomarea .copyrightarea .bottommenu{
	width:100%;
	height:60px;
	text-align:center;
}

#bottomarea .copyrightarea .bottommenu .bottommenubg{
	width:1200px;
	margin:0 auto;
	padding-top:18px;
	text-align:center;
}


#bottomarea .copyrightarea .bottommenu span{
	padding: 0 28px 0 28px;
	font-size:0.9em;
	color:#e0e0e0;
	font-weight:bold;
}

#bottomarea .copyrightarea .bottommenu span a{
	color:#e0e0e0;
	font-weight:bold;
}



#bottomarea .copyrightarea .copyright{
	position:relative;
	width: 1200px;
	height: 111px;
	margin : 0 auto;
}

#bottomarea .copyrightarea .copyright .bottomlogo{
	position: absolute;
	top: 50px;
	left: 0px;
}


#bottomarea .copyrightarea .copyright .bottomcopyright{
	position: absolute;
	top: 30px;
	left: 220px;
	font-size:0.72em;
	line-height:200%;
	color:#cccccc;
}

#bottomarea .copyrightarea .copyright .bottomcopyright span{
	color:#ffffff;
	font-weight:bold;
}

#bottomarea .copyrightarea .copyright .bottomcopyright span.copytext{
	color:#647d92;
	font-size:0.7em;
}

#bottomarea .copyrightarea .copyright .bottomtel{
	position: absolute;
	top: 20px;
	right: 0px;
	font-size:1.3em;
	font-weight:bold;
	color:#e0e0e0;
}

#bottomarea .copyrightarea .copyright .bottomtel span{
	font-size:0.7em;
	font-weight:bold;
	padding:0 18px 0 15px;
}

#bottomarea .copyrightarea .copyright .bottomsocial{
	position: absolute;
	top: 60px;
	right: 0px;
}

#bottomarea .copyrightarea .copyright .bottomsocial img{
	margin-left:8px;
}


#rightbanner{
	position:fixed;
	left:50%;
	margin-left:650px;
	top:10px;
	z-index:999999999999;
}