/* 제목 */
h4 {
	font-size: 14px;
	font-weight: bold;
	color:#1A4E71;
	background: url(/img/common/icon_h4.gif) no-repeat left 6px;
	padding-left: 20px;
	line-height: 25px;
	margin: 15px 0 0 10px;
}

h5 {
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	line-height: 22px;
	color:#555;
	background: url(/img/common/icon_h5.gif) no-repeat left 6px;
	margin: 10px 0 0 17px;
}

h6 {
	font-size: 12px;
	padding-left: 10px;
	line-height: 20px;
	background: url(/img/common/icon_h6.gif) no-repeat left 6px;
	margin: 5px 0 0 20px;
}
p{
	padding: 20px 20px 20px 10px;
	width: 90%
	line-height: 1.6em;
}
.foot_btn_sub{
	background:url(/img/common/email_bg.gif) no-repeat left top;
	padding: 60px 50px 50px 35px;
	width: 400px;
	height:328px;
	display: inline-block;
}
.foot_btn_sub p{
	background: url(/img/common/icon_h6.gif) no-repeat 10px 15px;
	padding: 10px 20px 50px 20px;
	max-width: 310px;
	line-height: 1.6em;
	text-align: justify;
}
.foot_btn_call{
	padding: 20px 10px 50px 20px;
	width: 700px;
	display: inline-block;
}
/* 테이블 */
.table {
	border-collapse: collapse;
	margin: 5px 0px 20px 5px;
	width: 99%;
}
.table th,.table td {
	border-bottom: 1px;
	border-style: solid;
	border-width: 1px;
	border-color: #ddd;
	text-align: center;
	font-size: 12px;
	line-height: 1.5em;
}
.table th {
	background-color: #7B90C0;
	line-height: 20px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
}
.table td {
	height: 18px;
	padding: 5px 5px 5px 5px;
	text-align: left;
	line-height: 1.5em;
}
.table caption {
	overflow: hidden;
	width: 0;
	height: 0;
	position: absolute;
	visibility: hidden;
	display: none;
}
.table  .left {
	text-align: left;
}
.table  .center {
	text-align: center;
}
.table .td1 {
	background-color: #F5F5F5;
}
.table .td2 {
	background-color: #F2F2F2;
	text-align:center;
	font-weight: bold;
}
.table .td3 {
	background-color: #F8FCFE;
	text-align:center;
	font-weight: bold;
}
.table_center {
	border-collapse: collapse;
	margin: 5px 0px 20px 5px;
	width: 99%;
}
.table_center th,.table_center td {
	border-bottom: 1px;
	border-style: solid;
	border-width: 1px;
	border-color: #ddd;
	text-align: center;
	font-size: 12px;
	line-height: 1.5em;
}
.table_center th {
	background-color: #7B90C0;
	line-height: 20px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
}
.table_center td {
	height: 18px;
	padding: 5px 5px 5px 5px;
	text-align: center;
	line-height: 1.5em;
}
.table_center caption {
	overflow: hidden;
	width: 0;
	height: 0;
	position: absolute;
	visibility: hidden;
	display: none;
}
.table_center .left {
	text-align: left;
}
.table_center .center {
	text-align: center;
}
.table_center .td1 {
	background-color: #F5F5F5;
	font-weight: bold;
}
.table_center .td2 {
	background-color: #F2F2F2;
	text-align:center;
	font-weight: bold;
}
.table_center .td3 {
	background-color: #F8FCFE;
	text-align:center;
	font-weight: bold;
}
