@charset "utf-8";

.pic_lt ul { display: flex; justify-content: space-between; gap: 8px; }
.pic_lt ul li { width: 100%; max-width: 186px;}
.pic_lt ul li .lt_img { display: block; width: 100%; margin-bottom: 10px; }
.pic_lt ul li > p {position: relative; color: #606060;font-size: 10px;font-weight: 500;letter-spacing: -0.1px;padding-bottom: 5px;margin-bottom: 5px;}
.pic_lt ul li > p::after { content: ""; display: block; width: 100%; height: 0.5px; background: #C5C5C5; position: absolute; left: 0; bottom: 0; }
.pic_lt ul li .title {margin-bottom: 10px; color: #1B1B1B;font-size: 16px;font-weight: 500;line-height: 150%; /* 21px */letter-spacing: -0.14px;}
.pic_lt ul li .desc {margin-bottom: 15px; color: #B3B3B3;font-size: 10px;font-weight: 300;line-height: 150%; /* 15px */letter-spacing: -0.1px; height: 60px; }
.pic_lt ul li .lt_more {color: #B3B3B3;font-size: 10px;font-weight: 500;line-height: normal;letter-spacing: -0.1px;}
