﻿/*******************************************************************************************/
/*  작 성 자 : 한명찬
/*  작 성 일 : 2016.
/*  수 정 일 : 2016.
/*  버     전 : 0.0.1
/*  설     명 : 공용 설정
/*  위     치 : /css/contents/layout.css
/*******************************************************************************************/

/*******************************************************************************************/
/* 공동 컨텐츠 설정 시작
/*******************************************************************************************/
h1, h2, hr
{
	display: none;
}

body
{
    background: #fff;
    -webkit-overflow-scrolling: touch !important;
    /*background: url('/images/contents/main/bg_main.png') center top repeat #fff;*/
}

div#MainWrapper 
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	
	width: 100%;
    min-width: 1200px;
	min-height: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
    text-align: center;
}

/* 스킵 네비게이션 */
ul#SkipNavigation
{
	display: none;
}

/* 본문 다시읽기 */
div#ReviewContents
{
	display: none;
}

/* 리뷰 네비게이션 */
ul#ReviewNavigation
{
	display: none;
}

@media only screen and ( min-width: 1201px ) {
    div#MainWrapper 
    {
	    position: absolute;
	    top: 0;
	    left: 0;
	    z-index: 100;
	
	    width: 100%;
        min-width: 1px;
	    height: 100%;
	    margin: 0 0 0 0;
	    padding: 0 0 0 0;
        text-align: center;
    }
}

@media only screen and ( max-width: 1200px ) {
    div#MainWrapper 
    {
	    position: absolute;
	    top: 0;
	    left: 0;
	    z-index: 100;
	
	    width: 100%;
        min-width: 1px;
	    height: 100%;
	    /*min-height: 100%;*/
	    margin: 0 0 0 0;
	    padding: 0 0 0 0;
        text-align: center;
    }
}

/*******************************************************************************************/
/* 공용 컨텐츠 설정 종료
/*******************************************************************************************/


/*******************************************************************************************/
/* 메인메뉴 컨텐츠 설정 시작
/*******************************************************************************************/
/*******************************************************************************************/
/* 메인메뉴 컨텐츠 설정 종료
/*******************************************************************************************/


/*******************************************************************************************/
/* 사이드메뉴 컨텐츠 설정 시작
/*******************************************************************************************/
/* 사이드메뉴 컨텐츠 */
/*******************************************************************************************/
/* 사이드메뉴 컨텐츠 설정 종료
/*******************************************************************************************/


/*******************************************************************************************/
/* 메인 컨텐츠 설정 시작
/*******************************************************************************************/
/*******************************************************************************************/
/* 메인 컨텐츠 설정 종료
/*******************************************************************************************/


/*******************************************************************************************/
/* 하단 컨텐츠 설정 시작
/*******************************************************************************************/
/*******************************************************************************************/
/* 하단 컨텐츠 설정 종료
/*******************************************************************************************/

