@charset "utf-8";
.lt_gallery{padding:0;max-width:1400px;margin:0 auto}
.lt_gallery ul:after {display:block;visibility:hidden;clear:both;content:""}
.lt_gallery ul{display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap}
.lt_gallery li {float:left;width:25%;position:relative;text-align:center;padding:0 5px; margin-bottom:50px; transform:translateY(0px);
-webkit-transition:all .2s ease-in;
-moz-transition: all .2s ease-in;
-ms-transition:all .2s ease-in;
-o-transition: all .2s ease-in;
transition: all .2s ease-in}

.lt_gallery li:hover {transform:translateY(-20px);}
.lt_gallery li .lt_img img {max-width:100%;height:auto;vertical-align:top;border-radius:0px}
.lt_gallery li .lt_bo_title {font-size:18px; color:#8695a7; margin-top:25px; font-weight:300;}
.lt_gallery li .lt_tit {display:block;margin:10px 0;font-size:19px;font-weight:500; word-break:keep-all;}
.lt_gallery li .lt_price {font-size:18px; color:#777;}
.lt_gallery li .lt_price span {color:#1964bc;}
.lt_gallery li .lt_resnum, .lt_gallery li .lt_old {font-size:16px; color:#777;}
.lt_gallery li .lt_resnum span, .lt_gallery li .lt_old span {color:#444;}

 
@media (max-width: 1199px){
	.lt_gallery li {width:33.3333%;}

 }

@media (max-width: 969px){
	.lt_gallery li {margin-bottom:30px;}
	.lt_gallery li .lt_bo_title {font-size:16px; margin-top:20px;}
	.lt_gallery li .lt_tit {margin:5px 0;font-size:17px; letter-spacing:-0.05em; line-height:22px;}
	.lt_gallery li .lt_price {font-size:16px;}
    .lt_gallery li .lt_resnum, .lt_gallery li .lt_old {font-size:15px; }
 }
 
 @media (max-width:639px){
	.lt_gallery li {width:50%; margin-bottom:20px;}
	.lt_gallery li:hover {transform:translateY(0px);}
	.lt_gallery li .lt_bo_title {font-size:13px; margin-top:20px;}
	.lt_gallery li .lt_tit {margin:5px 0;font-size:14px; line-height:18px;}
	.lt_gallery li .lt_price {font-size:13px;}
     .lt_gallery li .lt_resnum, .lt_gallery li .lt_old {font-size:13px; }
 }