.contents_greeting {
	margin:0 auto;
	padding-bottom:10px;
	width:90%;
	height:100%;
	border:1px solid #eee;
	border-top:3px solid #424953;
}
.contents_greeting > img {
	display:block;
	margin:15px auto;
	width:98%;
}
.contents_greeting > p.txt {
	margin:15px;
	width:95%;
	font-size:.8em;
	line-height:20px;
	color:#999;
}
/*개요*/
table.tbl_05 {
	margin-top:10px;
	margin-left:1%;
	width:98%;
	table-layout:fixed;
	border-collapse:collapse;
	margin-bottom:15px;
}
table.tbl_05 thead{
	font:13px/30px'NGothicB';
	color:#fff;
	border-bottom:2px solid #666;
	background:#424953;
}
table.tbl_05 tbody th{
	font:12px'NGothicB';
	color:#fff;
	border:1px solid #7f8181;
	border-right:none;
	border-left:none;
	padding-top:13px;
	background:#424953;
}
table.tbl_05 td{
	border:1px solid #ddd;
	border-left:none;
	border-right:none;
	color:#666;
	padding:3px 0;
	vertical-align:middle;
	line-height:22px;
	font-size:13px;
	height:35px;
}
table.tbl_05 td strong {
	font-weight:bold;
}
table.tbl_05 tbody tr:nth-child(2n){
	background:#fcfcfc;
}

/*텝메뉴*/
ul.tabs-nav {
	clear:both;
	padding-top:30px;
	margin:0 auto;
	width:90%;
}
ul.tabs-nav li {
	float:left;
	width:10%;
	text-align:center;
	color:#fff;
	font:14px/30px 'NGothicB';
	letter-spacing:-2px;
	list-style:none;
	background-color:#fdfdfd;
	padding:0;
	margin:0;
	border-bottom:3px solid #fdce66;
}
ul.tabs-nav li:first-child {
	margin-left:0;
}
ul.tabs-nav li:hover {
	background:#fdce66;
}
ul.tabs-nav li a:hover {
	color:#fff;
}
ul.tabs-nav li a {
	display:inline;
	padding:20%;
	text-align:center;
	text-decoration:none;
	font-size:0.8em;
	color:#fdce66;
}
ul.tabs-nav li.active {
	background:#fdce66;
}
ul.tabs-nav li.active a {
	color:#fff;
}

/*탭컨텐츠*/
div.tab_content {
	margin:0 auto;
	width:90%;
	display:none;
}
div.tabs-content div:first-child {
  display:block;
}
div.tab_content > p {
	margin-bottom:4px;
	font-size:0.8em;
	line-height:20px;
	color:#999;
}
div.tab_content > img {
	margin-top:16px;
	margin-bottom:10px;
}

/*전체탭테이블*/

table.tbl_04 {
	width:100%;
	border-top:3px solid #424953;
}
table.tbl_04 tr {
	width:100%;
	border-bottom:1px solid #eee;
}
table.tbl_04 tr th {
	background-color:#f9f9f9;
	padding:10px 0;
	font-size:0.8em;
}
table.tbl_04 tr td {
	padding:10px 0;
	text-align:center;
	border-bottom:none;
	font-size:0.8em;
}
table.tbl_04 tr td:first-child {
	background-color:#f9f9f9;
}
table.tbl_04 tr td a {
	text-decoration:none;
	color:#333;
}
table.tbl_04 tr td a:hover {
	text-decoration:underline;
}
h2.title_03 > span {
	font-size:0.5em;
	color:#999;
}

/*시설안내*/
div.clubhouse {
	margin:0 auto;
	width:90%;
}
div.clubhouse > img {
	display:block;
	margin:0 auto;
	margin-top:10px;
	width:90%;
}