﻿/* 관광가이드-숙박 본문 설정 */
div.mainBackground
{
	position: absolute;
	z-index: 10;
	top: 20.5em;
	left: 20.5em;
}
div#MainWrapper div#MainContents div#Contents ul
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: justify;
	list-style-type: none;
}

div#MainWrapper div#MainContents div#Contents ul.depth01
{
	margin: 0 0 0 0;
	padding: 10em 2em 0 0;
}

div#MainWrapper div#MainContents div#Contents ul.depth01 li
{
	margin: 0 0 0 0;
	padding: 0 0 0.5em 1.2em;
	line-height: 1.5em;
	font-weight: bold;
	background: url(/images/open_content/common/icon_02.png) no-repeat 0 0.4em;
}

/* 표양식 설정 */
div#MainWrapper div#MainContents div#Contents ul.depth01 li table
{
	color: #000;	
	text-align: center;
	font-size: 1em;
	font-weight: normal;
	
	margin: 0.5em 0 0.5em 0;
	padding: 0 0 0 0;
	width: 51.5em;
	border: 1px solid #D7D7D7;
	border-top: 2px solid #92BBDC;
	border-collapse: collapse;
}

div#MainWrapper div#MainContents div#Contents ul.depth01 li table caption
{
	display: none;
}

div#MainWrapper div#MainContents div#Contents ul.depth01 li table thead tr th
{
	height: 2.2em;
	color: #597E9C;
	background-color: #F3F6EF;
	border: 1px solid #D7D7D7;
}

div#MainWrapper div#MainContents div#Contents ul.depth01 li table tbody tr td
{
	height: 1.8em;
	font-weight: normal;
	background-color: #FFF;
	border: 1px solid #D7D7D7;
}

/* 이미지 사이즈 조정 */
div.mainBackground img
{
	width: 52.75em;
	height: 7.25em;
}
