@charset "utf-8";
.lt_review2{padding:50px 10px;width:39%;display: inline-block;}
.lt_review2 h2{text-align: center; font-size: 2em; }
.lt_review2 h2 a{color:#0562af;}
.lt_review2 .lt_rv_wr{max-width:1280px;padding:0 40px;margin:0 auto;position:relative;}
.lt_review2 ul:after {display:block;visibility:hidden;clear:both;content:""}
.lt_review2 li{position:relative;padding-top:5px}
.lt_review2 .lt_wr{background:#fff;padding: 60px 50px 50px}
.lt_review2 .lt_tit {font-size:1.154em;color:#fff;display:block;margin-bottom:10px;}
.lt_review2 .lt_detail{font-size:1.077em}

.lt_review2 .lt_img img{width:100%;height:auto;vertical-align:top}
.lt_review2 .lt_date{display:block;color:#fff;margin-top:20px;font-weight:300}
.lt_review2 .lt_date .sv_member {color:#fff;font-weight:300}
.lt_review2 .bx-prev{display:inline-block;position:absolute;top:45%;left:-20px;width:50px;height:50px;background:url('prev.png') no-repeat;text-indent:-999px;overflow:hidden;margin:2px;opacity:0.5}
.lt_review2 .bx-next{display:inline-block;position:absolute;top:45%;right:-20px;width:50px;height:50px;background:url('next.png') no-repeat;text-indent:-999px;overflow:hidden;margin:2px;opacity:0.5}
.lt_review2 .bx-next:hover,.lt_review2 .bx-prev:hover {opacity:1}

.lt_review2 .card{background: white;position: relative;height:100%;display: flex;align-items: flex-end;transition: 0.4s ease-out;box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.5);}
.lt_review2 .card:before {; content: ""; position: absolute;top: 0; left: 0; display: block; width: 100%; height: 100%;;z-index: 2;transition: 0.5s;opacity: 0;
background:rgba(0,0,0,0.5);
background: -moz-linear-gradient(top, rgba(255,255,255,0) 40%, rgba(255,255,255,0.01) 41%, rgba(0,0,0,0.64) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(40%, rgba(255,255,255,0)), color-stop(41%, rgba(255,255,255,0.01)), color-stop(100%, rgba(0,0,0,0.64)));
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 40%, rgba(255,255,255,0.01) 41%, rgba(0,0,0,0.64) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,0) 40%, rgba(255,255,255,0.01) 41%, rgba(0,0,0,0.64) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,0) 40%, rgba(255,255,255,0.01) 41%, rgba(0,0,0,0.64) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,0) 40%, rgba(255,255,255,0.01) 41%, rgba(0,0,0,0.64) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 )}
.lt_review2 .card:hover:before { opacity: 1;}
.lt_review2 .card:hover { -webkit-transform: translateY(20px); transform: translateY(20px);}
.lt_review2 .card .info {position: absolute;bottom:0;left:0;width:100%;z-index: 3; color: #fff;opacity: 0;-webkit-transform: translateY(30px); transform: translateY(30px); transition: 0.5s;padding:35px;}
.lt_review2 .card:hover .info {opacity: 1;-webkit-transform: translateY(0px);transform: translateY(0px); }
