/*@import url("default.css");*/

@charset "euc-kr";

/* �׸��� css */
/* clearfix */
.clearfix {
	clear:both;
}

/* wrapper css */
#gridWrapper{
	margin: 0 auto;
	width:755px;
	margin-right:25px;
}

#gridWrapper h2{
	margin:5px 0;
	color:#FF6D99;
	text-shadow:1px 1px 2px #A50031;
	font-size:33px;
	font-family:Arial Narrow, Arial, sans-serif;
}
#gridWrapper h3{
	font-style:italic;
	font-weight:normal;
	font-size:18px;
	text-shadow:1px 1px 0 #fff;
	color:#888;
	margin:5px 0;
}

#gridContainer{
	position:relative;
	width:755px;
	top: -10px;
	padding-bottom: 0px;
}



.grid{
	width:188px;
	height:305px;
	min-height:100px;
	padding:5px;
	/*background:#fff;*/
	margin-left:8px;
	/*margin-bottom:50px;*/
	font-size:12px;
	float:left;
/*	box-shadow: 0 1px 2px rgba(34,25,25,0.4);  
	-moz-box-shadow: 0 1px 2px rgba(34,25,25,0.4);
	-webkit-box-shadow: 0 1px 2px rgba(34,25,25,0.4);*/

	-webkit-transition: top 1s ease, left 1s ease;
	-moz-transition: top 1s ease, left 1s ease;
	-o-transition: top 1s ease, left 1s ease;
	-ms-transition: top 1s ease, left 1s ease;
	position:relative;
}

.grid .subscript{
	margin-left: 7px;
	position:absolute;
	bottom:10px;
	left:10px;
}


/*.grid .esti{
	width: 46px;
	height: 46px;
	background-color: #c5c5c5;
	margin: 15px 9px 10px 0;
}*/
.grid .esti{
	width: 67px;
	height: 28px;	
	position:absolute;
	bottom:15px;
	right:10px;
}

.grid strong {
	margin:20px 0 0 0;
	display:block;
	padding:0 0 5px 0;
	font-size:13px;
	color:#fff
}
.grid .meta{
	text-align:right;
	color:#777;
}
.grid .imgholder img{
	max-width:100%;
	background:#ccc;
	display:block;
}

/* �׸��� ���̾ƿ� ��*/

.popEstimateBtn{position:absolute;bottom:-40px;right:10px;z-index:10000}

#pop_advertise{margin-top:10px;padding-bottom:80px}
#pop_advertise p{text-align:center}
#pop_advertise p.tit{margin-bottom:5px}

#pop_manufacture{margin-top:10px;padding-bottom:80px}
#pop_manufacture p{text-align:center}
#pop_manufacture p.tit{margin-bottom:5px}

#company_content{margin-top:10px;padding-bottom:80px}
#company_content p{text-align:center}
#company_content p.tit{margin-bottom:5px}

#menu2_1{margin-top:10px;padding-bottom:80px}
#menu2_1 p{text-align:center}
#menu2_1 p.tit{margin-bottom:15px}
#menu2_1 p.btn{text-align:center;margin-top:45px}