@charset "utf-8";
.lt_review{text-align:center; padding:0; position: relative;
/*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: 40px;}
.lt_review h2 a{color:#fff;}
.lt_review .lt_rv_wr{max-width:1300px;padding:0;margin:0 auto}
.lt_review ul:after {display:block;visibility:hidden;clear:both;content:""}
.lt_review ul{display: flex;}
.lt_review li{position:relative;padding:20px 30px; border: 1px solid #dddddd;}
.lt_review .lt_wr{padding:0;}
.lt_review .lt_wr img{width: 100%;}
.lt_review .lt_tit {font-size:1.154em;display:block;margin-bottom:10px;}
.lt_review .lt_detail{font-size:1.077em}
.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{max-width: 1400px; margin: 0 auto;}
.lt_review .bx-prev{display:inline-block;width:90px;height:90px;background:url('prev.png') no-repeat;text-indent:-999px;overflow:hidden;margin:2px;position: absolute; left: 0; top: 35%;}
.lt_review .bx-next{display:inline-block;width:90px;height:90px;background:url('next.png') no-repeat;text-indent:-999px;overflow:hidden;margin:2px;position: absolute; right: 0; top: 35%;}
.lt_review .bx-next:hover,.lt_review .bx-prev:hover {opacity:1; cursor: pointer;}

@media(max-width:1300px){
    .lt_review ul{display: block;}
}

@media screen and (max-width:1024px){
    .lt_review .lt_wr img{width: 100%;}
}

@media screen and (max-width:425px){
    .lt_bn .txt_wr b {
    color: #fff;
    
    font-weight: 900;
    width: 100%;
    display: inline-block;
    line-height: 1.2em;
}
}

@media(max-width:690px){
    .lt_review .bx-controls-direction{display: none;}
}
