.mr_product_geum3 {
  position: relative;
  width: 350px;
  height: 200px;
  display: inline-block;
  box-sizing: border-box;
  background: linear-gradient( 127deg, #eee, #ccc );
  transition: background 0.2s ease;
}
.mr_product_geum3:hover {
  background: transparent;
}
.mr_product_wrap_geum3 {
  display: inline-block;
  width: 346px;  
  height: 194px;
  line-height: 1;
  border: 2px solid transparent;
  transition: border-color 0.2s ease;
}
.mr_product_wrap_geum3:hover {
  border-color: #10305c;
}
.mr_product_wrap_geum3 .move2product_geum3 {
  position: absolute;
  font-size: 14px;
  bottom: 10px;
  right: 10px;
  color: #fff;
  /* border: 1px solid #fff; */
  padding: 5px 5px 5px 8px;
  transition: color 0.2s ease;
  background-color:#000;
 	font-weight:bold;
  	border-radius:25px;




}
.mr_product_wrap_geum3 .move2product_geum3 i {
  font-size: 10px;
}
.mr_product_wrap_geum3:hover .move2product_geum3 {
 /* color: #10305c;*/
}
.mr_product_wrap_geum3 > p {
  position: absolute;
  top: 6px;
  left: 0;
  width: 350px;
  z-index: 3;
  color: #333;
  text-shadow: 0px 0px 5px #fff;
  font-size: 16px;
  box-sizing: border-box;
  padding: 8px 14px;
  transition: opacity 0.2s ease;
  line-height: 1.4;

}
.mr_product_geum3:hover .mr_product_wrap_geum3 > p {
  width: 346px;
  padding-left: 14px;
  opacity: 0.4;
}
.mr_product_wrap_geum3 > img {
  opacity: 0.75;
  position: absolute;
  z-index: 1;
  top: 0%;
  left: 0%;
  margin: 0 0 0 0px;
  width: 350px;
  height: 200px;
  transition: opacity 0.2s ease;
}
.mr_product_geum3:hover .mr_product_wrap_geum3 > img {
/*  opacity: 0.9;*/

}