@charset "utf-8";
@import "common.css";
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

* {
	font-family: 'Nanum Gothic', dotum, gulim, sans-serif;
	}
body{
	width:100%;
	margin:0 auto;
	height:auto;
	}
#wrap{
	width:100%;
	min-width:1100px;
	margin:0 auto;
	height:auto;
	}

#visual{
	width:100%;
	height:409px;
	overflow:hidden;
	background:#fff;
	border-top:3px solid #333333;
	border-bottom:1px solid #333333;
	}
#visual > .v_img{
	width:100%;
	height:250px;
	margin:0 auto;f
	overflow:hidden;
	position:relative;
	}
#visual > .v_img > img{
/*	width:100%;*/
width:1903px
	position:absolute;
	left:0;
	}
.box{
	width:100%;
	height:836px;
	position:absolute;
	z-index:1000;
	}
.box_img{
	width:1100px;
	margin:auto;
	text-align:left;
	padding-top:36px;
	}
.img_Box{
	width:100%;
	height:836px;
	position:absolute;
	z-index:2000;
	}
.t_img01{
	width:1400px;
	margin:auto;
	text-align:right;
	}
.t_img01 > img{
	padding-top:46px;
	}
#container:after{
	clear:both;
	content:"";
	display:block;
	
	}
#container{
	width:100%;
	height:auto;
	margin:0 auto;
	background:#fff;
	clear:both;
	}
#contents{
	width:100%;
	height:auto;
	margin:auto;
	padding-top:10px;
	}
.contents01{
	width:1100px;
	height:230px;
	margin:0 auto;
	}
.con_txt{
	padding-bottom:10px;
	}
.con01{
	width:280px;
	height:203px;
	float:left;
	margin-right:80px;

	}
.con02{
	width:280px;
	height:203px;
	float:left;
	margin-left:30px;
	margin-right:80px;
	}
.con03{
	width:280px;
	height:203px;
	float:left;
	margin-left:50px;
	}
.m_conTop{
	width:290px;
	height:35px;
	padding-bottom:15px;
	}
.m_conTop > p{
	float:left;
	width:129px;
	height:27px;
	color:#fff;
	font-size:16px;
	font-weight:700;
	background:#b4b4b4;
	padding-left:5px;
	padding-top:6px;
	}
.m_conTop > span{
	float:right;
	padding-top:15px;
	font-weight:700;
	}
.m_conTop > span > a{
	font-size:13px;
	color:#3f3e3e;
	}
.boxImg02{
	width:373px;
	height:140px;
	background:url("../img/con02.jpg")
	}
.boxImg03{
	width:373px;
	height:140px;
	background:url("../img/con03.jpg")
	}
 p.p01{
	padding-left:6px;
	}
.span01{
	font-size:15px;
	font-weight:700;
	color:#314d63;
	line-height:30px;
	}
.span02{
	font-size:13px;
	line-height:21px;
	}
.contents02_wrap{
	padding:18px 0;
	width:100%;
	height:170px;
	background:url('../img/contents02Bg.jpg') repeat;
	}
.contents02{
	width:1100px;
	margin:0 auto;
	}
.con2Img div{
	float:left;
	width:180px;
	height:130px;
	position:relative;
	margin-left:35px;
	}
.con2Img div a > img{
	width:180px;
	height:130px;
	position:absolute;
	}
.con2Img div  a> img.noneImg{
	opacity:0;
	filter:alpha(opacity=0);
	}
.con2Img div:hover a img.noneImg{
	opacity:1;
	filter:alpha(opacity=100);
	}
