﻿@charset "utf-8";
/* CSS Document */
.header h2{
	width:64px;
	height:35px;
	/*text-indent:-2000px;*/
	float:left;
}
.img_zone{ 
	background:url(../images/main_img.jpg) no-repeat top center;
	height:503px;
	background-size:auto 503px;
}
.search-zone{
	border:#e5e5e5 solid 2px;
	padding:13px 25px;
	margin-bottom:30px;
	text-align:right;
	height:34px;
}
.btn_zone{
	float:right;
}
/* 타이틀스타일 01*/
.title_01{
	color:#333333;
	float:left;
	font-size:18px;
	font-family:"Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	padding: 15px 0 8px 0;	
	background:url(../images/bullet/line_03.gif) no-repeat 1px top;
	width:100%;
}
/* 타이틀 스타일 02*/
.title_02{
	color:#333333;
	float:left;
	font-size:18px;
	font-family:"Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	padding: 10px 0 8px 0;	
	background:url(../images/bullet/line_03.gif) no-repeat 1px top;
	width:100%;
}
/* 타이틀 스타일 03*/
.title_03{
	color:#f06600;
	float:left;
	font-size:36px;
	font-family:"Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	padding: 10px 0 8px 0;	
	background:url(../images/bullet/line_03.gif) no-repeat 1px top;
	width:100%;
	margin:30px 0 0 40px;
	font-weight:400;
}
/* 소 타이틀 스타일 */
.title01{
	font-size:18px;
	margin-bottom:35px;
	font-weight:bold;
	line-height:1.5em;
	color:#191919;
}
.title01 span{
	display:block;
	width:auto;
	margin-bottom:35px;
	font-weight:bold;
	line-height:1.4em;
}
.title02{
	font-size:16px;
	margin-bottom:20px;
	font-weight:bold;
	line-height:1.5em;
	color:#191919;
}
.title03{
	font-size:16px;
	margin-bottom:20px;
	font-weight: bold;
	line-height:1.5em;
	color:#191919;
	padding:0 0 0 180px;
}
.img{	
   float:left;
}
.new_concent h3{
	border-bottom:2px #4e4e4e solid;
	width:100%;
	font-size:16px;
	text-align:left;
	color:#4e4e4e;
	padding:40px 0 10px 2px;
	margin-bottom:25px;
}
.new_concent h3 span.home{
	background:url(../images/bullet/icon_home.png) no-repeat left 34px;
	font-weight:100;
	font-size:14px;
	text-align:right;
	position:absolute;
	top:0;
	right:0;
	color:#696969;
	padding:36px 2px 10px 25px;
}
/*컨텐츠 스타일 01*/
ul.style01{
	color:#696969;
	
}
ul.style01 li{
	padding: 10px 0 15px 0;
	letter-spacing:-0.03em;
	line-height:1.6em;
}
/*컨텐츠 스타일 02*/
ul.style02{
	color:#696969;
	float:none;
	margin-bottom:20px;
}
ul.style02 li{
	padding: 0px 0 25px 0;
	letter-spacing:-0.03em;
	line-height:1.8em;
}
/*컨텐츠 스타일 04*/
ul.style04{
	color:#696969;
	float:left;
	margin-bottom:15px;
}
ul.style04 li{
	padding: 0px 0 10px 0;
	letter-spacing:-0.03em;
	line-height:1.8em;
}
/*컨텐츠 스타일 05*/

ul.style05{
	color:#696969;
	margin-bottom:15px;
}
ul.style05 li{
	padding: 0px 0 10px 180px;
	letter-spacing:-0.03em;
	line-height:1.8em;
}
/*컨텐츠 스타일 06*/
ul.style06{
	color:#696969;
	float:left;
	margin-bottom:20px;
}
ul.style06 li{
	padding: 15px 0 10px 8px;
	letter-spacing:-0.03em;
	line-height:1.8em;
	border-bottom:#999999 dotted 1px;
}
ul.style06 li span{
	padding: 5px 0 0px 8px;
	letter-spacing:-0.03em;
	line-height:1.5em;
	display:block;
	width:100%;
}
ul.style06 li strong{
	padding: 0px 0 25px 8px;
	letter-spacing:-0.03em;
	line-height:1.8em;
	font-size:14px;
	background:url(../images/bullet/bullet_05.gif) no-repeat left 5px;
}
ul.style06 li.img01{
	padding: 0px 0 25px 150px;
	letter-spacing:-0.03em;
	line-height:1.8em;
	text-align:center;
}
/*dd*/
dl.style07{
	color:#696969;
	float:left;
	margin:0 0 0px 96px;
	padding: 10px 0 20px 40px;
	position:relative;
	background:url(../images/bullet/icon_about_line.png) no-repeat left top;
}
dl.style07 dt{
	padding: 0px 0 10px 0;
	margin:0;
	letter-spacing:-0.03em;
	font-weight:bold;
	font-size:14px;
	color:#000000;
}
dl.style07 dd{
	padding: 8px 0 5px 8px;
	letter-spacing:-0.03em;
	line-height:1.2em;
	display:block;
	width:490px;
	border-bottom:#999999 dotted 1px;
	background:url(../images/bullet/bullet_03.gif) no-repeat left 12px;
}

/* 상단 탭 위치*/
.top_tab{
	float:left;
	margin-bottom:30px;
	background:url(../images/bullet/bullet_02.gif) repeat-x left bottom;
	border:0px solid red;
	width:100%;
}