@charset "utf-8";
.lt_review{text-align:center; padding:50px 0;
background: rgba(73,208,213,1);
background: -moz-linear-gradient(-45deg, rgba(73,208,213,1) 0%, rgba(38,121,223,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(73,208,213,1)), color-stop(100%, rgba(38,121,223,1)));
background: -webkit-linear-gradient(-45deg, rgba(73,208,213,1) 0%, rgba(38,121,223,1) 100%);
background: -o-linear-gradient(-45deg, rgba(73,208,213,1) 0%, rgba(38,121,223,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(73,208,213,1) 0%, rgba(38,121,223,1) 100%);
background: linear-gradient(135deg, rgba(73,208,213,1) 0%, rgba(38,121,223,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49d0d5', endColorstr='#2679df', GradientType=1 );}

.lt_review h2{text-align: center; font-size: 2.5em; margin-bottom: 30px;}
.lt_review h2 a{color:#fff;}
.lt_review .lt_rv_wr{ width:100%;height:100%; padding:0 40px;margin:0 auto; }
.lt_review ul:after {display:block;visibility:hidden;clear:both;content:""}
.lt_review li{position:relative;padding-top:0px}

.lt_review .lt_wr { font-size:1.7em; font-weight: 300; color:#222; background:#fff;padding: 40px 40px 40px; }
.lt_review .lt_wr strong {  }

.lt_review .lt_wr_title { display:block; font-size:0.9em; margin-bottom:10px; color:#4391ff; font-weight: 400; }

.lt_review .lt_tit { font-size:1.354em;display:block; margin-bottom:10px; }
.lt_review .lt_detail { font-size:0.8em; color:#555; margin-top:10px; }

.lt_review .lt_img{position:absolute;top:0;left:50%;width:64px;height:64px;margin-left:-32px;border:4px solid #fff;border-radius:50px;overflow:hidden;
-webkit-box-shadow: 0 3px 14px rgba(0,0,0,0.3);
-moz-box-shadow:  0 3px 14px rgba(0,0,0,0.3) ;
box-shadow: 0 3px 14px rgba(0,0,0,0.3)}
.lt_review .lt_img img{width:100%;height:auto;vertical-align:top}
.lt_review .lt_date{display:block;color:#9f9f9f;margin-top:20px;font-weight:300}
.lt_review .lt_date .sv_member {color:#9f9f9f;font-weight:300}
.lt_review .bx-controls-direction{margin-top:60px;}
.lt_review .bx-prev{display:inline-block;width:50px;height:50px;background:url('prev.png') no-repeat;text-indent:-999px;overflow:hidden;margin:2px;opacity:0.5}
.lt_review .bx-next{display:inline-block;width:50px;height:50px;background:url('next.png') no-repeat;text-indent:-999px;overflow:hidden;margin:2px;opacity:0.5}
.lt_review .bx-next:hover,.lt_review .bx-prev:hover {opacity:1}
