﻿#background {
	background:transparent url('/resource/images/flights/bg_body.jpg') no-repeat center top;
}
#content_header img {	
	margin-left:40px;
}
#content_header h1 {
	padding-top:80px;
	padding-bottom:10px;
}
#content_header .btn {
	float:right;
	margin-top:20px;
}
* {
	line-height:18px;
}
.board .cc{padding:20px;}
/* home */
.category {
	position:relative;
}
.category .cc {	
	width:910px;
	height:200px;
}
.category img {
	display:block;
	margin:0; padding:0;
}
.category div {
	display:inline-block;
}
.category .head {
	width:160px;
	padding-left:10px;
	float:left;
}
.category .head img {
	padding:10px 0 0 0;
}
.category .description {
	width:350px; vertical-align:top;
	padding-top:10px;
}
.category .description p {
	text-align:justify;
	line-height:18px;
	padding-bottom:10px;
}
.category table {
	position:absolute;
	top:20px;
	right:20px;
	width:360px;
	text-align:center;
	border-collapse:collapse;
}
.category thead td {
	background:#99cc52;
	border-right:1px solid #99cc52;
	border-bottom:1px solid #8da66b;
	border-left:1px solid #8da66b;
	background-image:url('/resource/images/flights/bg_td.jpg');
	background-position:right center;
	background-repeat:no-repeat;
	height:30px; width:23%;
	font-weight:bold; color:white; font-size:11px;
}
.category thead td.flt {
	width:16%;
}
.category thead td.brdoff {
	width:19%;
}
.category tbody img {
	display:inline;
	margin:0; padding:0;
	vertical-align:middle;
}
.category .last {
	background-image:none;
}
.category tbody td {
	border:1px solid #d1dbc4;
	height:30px;
}
.category caption {
	color:#e58545; font-family:dotum; font-size:14px; font-weight:bold; text-align:left;
	position:absolute;
	left:0;
	bottom:-25px;
}
