@charset "utf-8";
/* CSS Document */

/************************
*                       *
* 제작자 : blueweber    *
* 소  속 : (주)유비     *
*                       *
************************/

@import "common.css";

/* 전역스타일
***********************************************************************************************/

.container_width
{
	width: 990px;
}


/***********************************************************************************************
* 전체 컨테이너 : body_container
***********************************************************************************************/
#body_container
{
	width: 990px;
}

/* 상단 컨테이너 : body_container - top_container
***********************************************************************************************/
#body_container #top_container
{
	height: 289px;
}

#body_container #top_container #logo
{
	top:26px;
	width: 174px;
	height: 60px;
	position:absolute;
}

/* 사용자메뉴 : body_container - top_container - user_menu_container */
#body_container #top_container #user_menu_container
{
	top: 21px;
	right: 20px;
	width: 90px;
	height: 15px;
}

/* 플래시메뉴 : body_container - top_container - flash_menu_container */
#body_container #top_container #flash_menu_container
{
	top: 40px;
	left: 200px;
	width: 990px;
	height: 100px;
	z-index: 1020;
}
/* 플래시무비 : body_container - top_container - flash_movie_container */
#body_container #top_container #flash_movie_container
{
	top: 105px;
	left: 0px;
	width: 790px;
	height: 160px;
	z-index: 1010;
}
/* 아웃로그인 : body_container - top_container - login_container */
#body_container #top_container #login_container
{
	top: 105px;
	right: 0px;
	width: 260px;
	height: 160px;
	z-index: 1000;
}


/***********************************************************************************************
/* 중단 컨테이너 : body_container - mid_container
***********************************************************************************************/
#body_container #mid_container
{
	
}



/* 하단 컨테이너 : body_container - bottom_container
***********************************************************************************************/
#bottom_container
{
	clear: left;
	height: 200px;
	background: url(/img/_common/bg_pattern_bar.jpg) repeat-x left top;
}

/* 하단 구분점선바 : body_container - bottom_sep_dot_bar */
#bottom_container #bottom_sep_dot_bar
{
	display: block;
}

/* 배너 컨테이너 : body_container - banner_container */
#bottom_container #banner_container
{
	width: 990px;
	height: 40px;
}

/* 카피라이트 : body_container - copyright */
#bottom_container #copyright
{
	display: block;
	margin-top: 22px;
}

