﻿/*******************************************************************************************/
/*  작 성 자 : (주)익스코어
/*  작 성 일 :  2009.
/*  수 정 일 :  2009.
/*  버     전 :  0.0.1
/*  설     명 :  전체 사이트 기본 레이아웃 스타일 설정
/*  위     치 :  /css/layout.css
/*******************************************************************************************/
/* 공용 사용 */
h1, h2, hr
{
	display: none;
}

div.index_1
{
	z-index: 1;
}

div#globalWrapper
{
	width: 100%;
	
	margin: 0 0 0 0;
	padding: 0 0 0 0;

	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}

/* 스킵 네비게이션 */
div#skipNavigation,
div#reviewContents
{
	display: none;
}

/* 본문 다시읽기 */
ul#Review
{
	display: none;
}

/* 리뷰 네비게이션 */
ul#Review_navigation
{
	display: none;
}

/* 이미지 구성요소 */
p.section_introduction
{
	display: none;
}

div.visual
{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 80.33em;
}

div.visual_flash
{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

div.visual_flash object#visual-flash
{
	width: 80.33em;
	height: 18.17em;
}

div.visual img
{
	width: 80.33em;
	height: 32.5em;
}
