@charset "utf-8";
.lt_gallery{padding:0;max-width:1400px;margin:0 auto}
.lt_gallery ul{display: flex; flex-wrap: wrap;justify-content: space-between;}
.lt_gallery ul:after {display:block;visibility:hidden;clear:both;content:""}
.lt_gallery li {float:left;width:29%;position:relative;text-align:center;padding:0 5px; margin-bottom:20px; 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:first-child, .lt_gallery li:last-child{width: 41%; }

.lt_gallery li:hover {opacity: 0.6}
.lt_gallery li .lt_img img {height: 240px; width: 100%; vertical-align:top;border-radius:15px}

.lt_gallery li .lt_bo_title {display: none; font-size:18px; color:#8695a7; margin-top:25px; font-weight:300;}
.lt_gallery li .lt_tit {display:none;margin:15px 0;font-size:19px;font-weight:500; word-break:keep-all;}
.lt_gallery li .lt_price {display:none;font-size:18px; color:#777;}
.lt_gallery li .lt_price span {color:#1964bc;}

 
@media (max-width: 1199px){

 }

@media (max-width: 1023px){
    .lt_gallery li:first-child, .lt_gallery li:last-child{width: 33.333%}
	.lt_gallery li {width: 33.333%; margin-bottom:10px;}
    .lt_gallery li .lt_img img{height: auto}
	.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;}
 }
 
 @media (max-width:769px){
     .lt_gallery li:first-child, .lt_gallery li:last-child{width: 50%}
	.lt_gallery li {width:50%; margin-bottom:10px;}
     .lt_gallery li .lt_img img{border-radius: 10px}
	.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;}
 }