
/* 쇼핑몰메인 rows */
.new_product{float:left; border-bottom:2px solid #e3e3e3; position:relative}
.new_product .img_mask{position: absolute;top: 0;left: 0;right: 0;bottom: 0;border: 1px solid #000; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";filter: alpha(opacity=20); -khtml-opacity: 0.2;-moz-opacity: 0.2; opacity: 0.2; z-index:100}
.new_product:hover .img_mask{position: absolute;top: 0;left: 0;right: 0;bottom: 0;border: 1px solid #000; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";filter: alpha(opacity=90); -khtml-opacity: 0.9;-moz-opacity: 0.9; opacity: 0.9;}


.rows_over .img_mask{position: absolute;top: 0;left: 0;right: 0;bottom: 0;border: 1px solid #000; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";filter: alpha(opacity=20); -khtml-opacity: 0.2;-moz-opacity: 0.2; opacity: 0.2; z-index:95}
.rows_over:hover .img_mask{position: absolute;top: 0;left: 0;right: 0;bottom: 0;border: 1px solid #000; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";filter: alpha(opacity=90); -khtml-opacity: 0.9;-moz-opacity: 0.9; opacity: 0.9;}


.img_over3{position:absolute; top:0; left:0; width:250px; height:250px; display:block; background:url('../../img/mall/bg_img_250.png') 0 0 no-repeat; z-index:10}
.img_over3:hover{background:url('../../img/mall/bg_img_250_on.png') 0 0 no-repeat;}
.img_over4{position:absolute; top:0; left:0; width:171px; height:171px; display:block; background:url('../../img/mall/bg_img_171.png') 0 0 no-repeat; z-index:10}
.img_over4:hover{background:url('../../img/mall/bg_img_171_on.png') 0 0 no-repeat;}


.keyword_tab td:first-child .keyword_product{margin-left:0}
.keyword_product{width:233px; float:left; margin-top:20px; position:relative}