	
	@charset "utf-8";
   img{border: 0 none;}
   body{font-size:12px; line-height:1.5em; font-family:"NanumGothic", Arial,dotum, sans-serif; width:100%; margin:0 auto;}  
   dl, ol, ul, li {padding: 0; margin: 0;}
   li {list-style-type: none;}ul, ol { list-style-type:none; }
   p, h1, h2, h3, h4, h5, h6 {font-size:12px; padding: 0; margin: 0;}
   a:link, a:visited{color:#333;  text-decoration:none;}
   a:hover,a:focus{ color:#333; text-decoration:none;}

    /*
	 * Nanum Gothic (Korean) http://www.google.com/fonts/earlyaccess
	*/
	@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
	@import url(http://fonts.googleapis.com/earlyaccess/nanumbrushscript.css);
	@import url(http://fonts.googleapis.com/earlyaccess/nanumgothiccoding.css);
	@import url(http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css);
	@import url(http://fonts.googleapis.com/earlyaccess/nanumpenscript.css);

	@font-face{
		font-family:"Nanum Gothic"; 
		src:url('/include/fonts/NanumGothic.eot'),
		url('/include/fonts/NanumGothic.eot?#iefix') format('embedded-opentype'),
		url('/include/fonts/NanumGothic.woff') format('woff'),
		url('/include/fonts/NanumGothic.ttf') format('truetype'),
		url('/include/fonts/NanumGothic.svg#NanumGothic') format('svg');
		src:local(※), url('/include/fonts/NanumGothic.woff') format('woff');
	}
	
	#iframe_main_box {text-align:center;margin:0 auto; width:1000px;}

	#iframe_recommand_nav{ width:1000px; padding-top:5px; overflow: hidden;}
	#iframe_recommand_nav ul li {margin-top:4px;}
	#iframe_recommand_nav ul li.selected { background: #757487;color: #fff;}

	#iframe_recommand_nav .iframe_car_list {
		float: left;
		width: 978px;
		padding:10px; 
		margin-bottom:10px; 
		border:solid 1px #c8c8c8;
	}
	#iframe_recommand_nav .iframe_car_list ul {overflow: hidden; margin-left: 45px;}

	#iframe_recommand_nav .iframe_car_list ul li {
		background: #ffffff;
		display: inline-block;
		vertical-align: top;
		margin-right: 10px;
	}
	#iframe_recommand_nav .iframe_car_list ul li .RT_img	{margin-bottom:5px; padding:2px; border:1px solid #999999; width:160px; height:111x;}
	#iframe_recommand_nav .iframe_car_list ul li .RT_txt	{padding:0;}
	

	
	.price1	{color:#333333; font-family:Verdana; font-weight:bold; letter-spacing:-1px; font-size: 12px;} 
	.price2	{color:#c22a27; font-family:Verdana; font-weight:bold; letter-spacing:-1px; font-size: 12px;} 
	.price3	{color:#0000FF; font-family:Verdana; font-weight:bold; letter-spacing:-1px; font-size: 12px;} 
	.price4	{color:#333333; font-family:Verdana; font-weight:bold; letter-spacing:-1px; font-size: 16px;} 
	.price5	{color:#c22a27; font-family:Verdana; font-weight:bold; letter-spacing:-1px; font-size: 16px;} 
	.price6	{color:#0000FF; font-family:Verdana; font-weight:bold; letter-spacing:-1px; font-size: 16px;} 
	.price7	{color:#FF3636; font-family:Verdana; font-weight:bold; letter-spacing:-1px; font-size: 14px;} 

	.hiddenText{text-indent:-10000px;overflow:hidden;}

	#iframe_recommand_nav .tab{overflow: hidden;}
	#iframe_recommand_nav .tab li{
		float:left;
		width:142px;
		height:40px;
	}
	#iframe_recommand_nav .tab li.border-r{
		border-right:1px solid #bdbdbd;
		width:147px;
	}
	#iframe_recommand_nav .tab li a{
		display:block;
		background:#f3f3f3;
		font-weight:bold;
		line-height:40px;
		color:#585858;
		text-align:center;
		border:solid #bdbdbd;
		border-width:1px 0 0 1px;
		font-size:13px;
		border-bottom: :1px solid #bdbdbd;
	}
	#iframe_recommand_nav .tab li a.selected{
		background:#757487;
		color:#fff;
	}
	.fl{float:left}