@charset "utf-8";

/* 최근게시물 갤러리 탭 슬라이더 스킨 (latest) */

.pic_ul {
    padding:20px 20px 12px;
    display:block;
}
.pic_ul li {
    position:relative;
    float:left;
    width:50%;
    padding:4px;
    box-sizing:border-box;
    text-align:center;
}

.pic_ul li:nth-child(2n+1){
    clear:both;
}
.pic_ul li .lt_img {
    height:420px;
    overflow:hidden;
}

.pic_ul li .lt_img img {
    width:100%;
    height:420px;
    object-fit:cover;
}

.pic_ul li:hover .pic_cnt {
    display:flex;
}
.pic_ul li .pic_cnt {
    display:none;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(255,74,73,0.5);
    color:#fff;
    align-items:center;
    justify-content:center;
}
.pic_ul li .fa-lock {display:inline-block;width:16px;line-height:14px;margin-right:5px;font-size:0.833em;color:#fff;background:#000;text-align:center;border-radius:2px;font-size:12px;border:1px solid #000}


@media (max-width:720px){
	 .pic_ul li{
        width:50%;
    }
}
.lt_subject{
    display:block;
    width:100%;
    margin:7px 0 0;
    padding:0 2px;

    font-size:13.5px;
    font-weight:700;
    font-family:'Pretendard', sans-serif;

    line-height:1.38;
    color:#1f2329;

    text-align:left;

    word-break:break-word;

    overflow:hidden;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    text-decoration:none;
}
.pic_tab_wrap {
    margin-bottom: 120px;
}

/* Let the latest skin PHP/admin thumbnail size control the display. */
.pic_ul {display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px 10px;align-items:start}
.pic_ul li {float:none;clear:none !important;width:auto;max-width:none;box-sizing:border-box}
.pic_ul li:nth-child(2n+1) {clear:none}
.pic_ul li .lt_img {display:block;height:auto;overflow:hidden}
.pic_ul li .lt_img img {width:auto;height:auto;max-width:100%;object-fit:cover}

/* KHOT latest gallery polish */
.pic_tab {background:#f5efe7}
.pic_ul {gap:12px 10px;padding:12px 10px 8px}
.pic_ul li {padding:0 5px 10px;box-sizing:border-box}
.pic_ul li .lt_img {border-radius:8px;background:#fffaf3;box-shadow:0 1px 4px rgba(72,50,34,.10)}
.pic_ul li .lt_img img {display:block;border-radius:8px}
.pic_ul li .pic_cnt {border-radius:8px;background:rgba(117,83,61,.30);font-size:12px;font-weight:600}
.pic_ul li .lt_date {color:#fff}
.lat_title {padding:10px 12px 4px;margin:0;color:#28231f;font-size:15px;font-weight:700;line-height:1.3}
.lat_title a {color:inherit;text-decoration:none}
.lt_subject,
.pic_cnt {
    font-family:"Pretendard","Noto Sans KR","Apple SD Gothic Neo","Malgun Gothic",sans-serif;
    letter-spacing:0;
}
@media (max-width:1024px) {
    .pic_ul {display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 10px;padding:12px 8px 8px}
    .pic_ul li {width:auto;max-width:none;padding:0;box-sizing:border-box}
    .pic_ul li .lt_img {width:100%;border-radius:8px !important;overflow:hidden}
    .pic_ul li .lt_img img {width:100%;height:100%;border-radius:8px !important}
}
