@charset "utf-8";


/* pc */
@media (min-width: 970px){

.lt_review{}
.lt_review .lt_rv_wr{max-width:1200px;padding:0px;margin:0 auto}
.lt_review dl:after {display:block;visibility:hidden;clear:both;content:""}
.lt_review dl {width:1200px;margin:0px auto;display:flex;}
.lt_review dd {display:inline-block;float:left;flex:1;width:24%;height:350px;margin:0px 1.3% 0px 0px;border:1px solid #ddd;border-radius:3px;padding:25px;box-sizing:border-box;font-family:'S-CoreDream-4Regular';font-size:12px;color:#6a6a6a;overflow:hidden; text-overflow:ellipsis;}
.lt_review dd:last-child {margin:0px;}
.lt_review dd:hover {background:#f8f8f8;border:1px solid #8da8df;cursor:pointer;}
.lt_review dd h1 {text-align:left;color:#4f74bf;font-size:12px;font-family:'S-CoreDream-7ExtraBold';line-height:1.0display:block;width:100%;clear:both;margin-bottom:20px;}
.lt_review dd span {width:100%;display:block;text-align:left;line-height:1.5;margin:0px;padding:0px;}
.lt_review p {width:100%;height:50px;font-family:'S-CoreDream-5Medium';font-size:14px;color:#333;text-align:left;line-height:1.6;margin:0px 0px 15px 0px;padding:0px;}
.lt_review .lt_cont {width:100%;height:190px;clear:both;display:block;}
.lt_review .lt_date {font-size:10px;color:#6a6a6a;}
}



/* mobile */
@media (max-width: 969px){

.lt_review{}
.lt_review .lt_rv_wr{max-width:100%;padding:0px;margin:0 auto}
.lt_review dl:after {display:block;visibility:hidden;clear:both;content:""}
.lt_review dl {width:100%;margin:0px auto;}
.lt_review dd {display:block;width:100%;margin:0px 0px 15px 0px;border:1px solid #ddd;border-radius:3px;padding:20px;box-sizing:border-box;font-family:'S-CoreDream-4Regular';font-size:12px;color:#6a6a6a;overflow:hidden; text-overflow:ellipsis;}
.lt_review dd:last-child {margin:0px;}
.lt_review dd h1 {text-align:left;color:#4f74bf;font-size:12px;font-family:'S-CoreDream-7ExtraBold';line-height:1.0display:block;width:100%;clear:both;margin-bottom:20px;}
.lt_review dd span {width:100%;display:block;text-align:left;line-height:1.5;margin:0px;padding:0px;}
.lt_review p {width:100%;font-family:'S-CoreDream-5Medium';font-size:14px;color:#333;text-align:left;line-height:1.6;margin:0px 0px 15px 0px;padding:0px;}
.lt_review .lt_cont {width:100%;clear:both;display:block;margin-bottom:15px;
.lt_review .lt_date {font-size:10px;color:#6a6a6a;}}

}
/*
.lt_review .lt_wr{background:#fff;padding: 60px 50px 50px}
.lt_review .lt_tit {font-size:1.154em;display:block;margin-bottom:10px;}
.lt_review .lt_detail{font-size:14px;}
.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}
*/