@CHARSET "UTF-8";

.dropdown_menu{
	position:absolute;
	border-top:1px solid #e5e5e5;
	top:78px; left:0;
	height:182px; width:100%;
	background:url('/images/mainpage/navi_bg.png'); 
	z-index:999;
}

.container{
	width:1000px;
	margin:0 auto;
}


.container .top_menu{
	width:1000px;
	height:78px;
	margin:0 auto;
	z-index:999;
}

.container .top_menu .logo{
	position:relative;
	float:left;
	width:141px; height:55px;
	padding:15px 0px 10px 0;
}

.container .top_menu .main_menu li{
	float:left;
	font-size:16px;
	color:#333333;
	margin-top:30px;
	margin-left:0px;
	list-style: none;
}

.container .top_menu .main_menu_sitemap {
	float:right;
}

.container .top_menu .main_menu_sitemap li {
	float:left;
	margin:32px 0 0 0px;
	color:#888888;
	font-size:12px;
	list-style-type:none;	
}
	
.displaynone {display:none}


.content_container{
	position:relative;
	width:1000px; height:822px;
	margin:0 auto;
}

.content_container .mainNavi{
	position:absolute;
	top:200px;left:0;
}

.content_container .left_arrow{
	position:absolute;
	top:308px; left:-293px;
}

.content_container .right_arrow{
	position:absolute;
	top:308px; left:1213px;
}


.content_container .background2000{
	position:absolute;
	width:2000px; height:822px;
	left:-500px;
	background-repeat:no-repeat;
	z-index:-100;
}

.content_container .body_white_mask
{
	position:absolute;
	width:2000px; height:822px;
	left:-500px;
	z-index:-1;
	background-color:white;

	opacity: 0.5;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}

.content_container .mainNavi .viewDetails{
	position:absolute;
	top:170px; left:478px;
	width:108px; height:29px;
	border:0;
	cursor:pointer;
}

.footer {
	position:absolute;
	top:854px; 
	width:100%;height:46px;
	z-index:10;
	background-color:black;
	
	opacity: 0.6;
	/* For IE  */
	/* filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100) progid:DXImageTransform.Microsoft.dropShadow(PixelRadius='2',MakeShadow='true',ShadowOpacity='0.40'); */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
}

.footer_btn {
	position:absolute;
	top:854px; 
	width:100%;height:46px;
	z-index:100;
}

.footer_btn .footer_btn_content{
	width:1000px;
	margin:0 auto;
}

.footer .footer_content{
	width:1000px;
	margin:0 auto;
}

.footer .footer_content .copyright{
	float:left;
	font-family:Dotum,NanumGothic;
	font-size:12px;
	color:#999;
	margin-top:14px;
}
