@charset "utf-8";
/* CSS Document */

#bgimg {
	position: fixed;	
	width: 100%;
	height: 100%;
	overflow: none;
	background-image: url('../image/common/ascenter_mainimg.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	background-attachment: fixed;
	z-index: 1;
	padding: 0 0 0 0;
	margin: 0;
	padding: 0;
	border: 0;
	display: block;		
	/*overflow: hidden !important;*/
}

#cont_title_wrap {
	position: relative;
	margin: 108px 0 0 94px;
}
#cont_title_wrap:before,#cont_title_wrap:after{content:'';display:table}
#cont_title_wrap:after{clear:both}

#cont_title_wrap>div{display:inline-block;float:left;width:460px;margin-right:10px}
#cont_title_wrap>.cont_title{padding-top:30px}
#noti_desc{font-family:'Nanum Gothic';font-size:12px;color:#fff;background-color:rgba(255,255,255,.1);line-height:1.2;padding:10px 15px;border:1px solid rgba(255,255,255,0.2);
-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75)}
#noti_desc>h4{font-size:12px;font-weight:bold;margin:0;line-height:1.7}
#noti_desc>p{margin:3px 0;font-size:11px;color:rgba(255,255,255,.5)}

#dealer_container {
	margin: 10px 0 0 89px;
	position: relative;
	z-index: 3;
	overflow:hidden;
}

#dealer_container .contarea {
	position: relative;
	float: left;
	width: 470px;
	height: 120px;
	overflow: hidden !important;
	background-image: url('../image/common/dealer_cont_bg.png');	
}

#dealer_container .title {
	position: relative;
	height: 30px;
	margin: 17px 0 0 15px;
	font-family: 'Nanum Gothic';
	font-size: 18px;
	color: #FFF;
	font-weight:800;
}

#dealer_container .address {
	position: relative;
	float: left;
	width: 200px;
	height: 45px;
	margin: 25px 0 0 15px;
	font-family: 'Nanum Gothic';
	font-size: 12px;
	color: #FFF;
	line-height: 16px;
}

#dealer_container .etctxt {
	position: relative;
	float: left;
	margin: 25px 0 0 50px;
	width: 200px;
	height: 45px;
	font-family: tahoma;
	font-size: 11px;
	color: #999;
	line-height: 16px;
}

#dealer_container ul,li {	
	margin: 0;
	padding: 0;
	list-style-type:none;
}

a, a:link, a:visited, a:active {
	color: #999;
	text-decoration: none;
}

a:hover {
	color: #ff4e00;
	text-decoration: underline;
}