﻿/*******************************************************************************************/
/*  작 성 자 : (주)익스코어
/*  작 성 일 :  2008.04.01
/*  수 정 일 :  2008.04.01
/*  버     전 :  0.0.1
/*  설     명 :  전체 사이트 기본 스타일 설정
/*  위     치 :  /css/common/layout.css
/*******************************************************************************************/

/* 전체 적용 */
.index_1
{
	z-index: 1;
}

h1, h2, hr
{
	display: none;
}

div.skipNav
{
	display: none;
}

h1, hr
{
	display: none;
}

p.section_introduction
{
	display: none;
}

/* 스킵 네비게이션 */
ul#skip_navigation
{
	display: none;
}

/* 본문 다시읽기 */
ul#Review
{
	display: none;
}

/* 리뷰 네비게이션 */
ul#Review_navigation
{
	display: none;
}

/* 전체크기 설정 */
div#MainWrapper
{
	z-index: 20;
	position: absolute;
	
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
