@charset "utf-8";

/* 새글 스킨 (latest) */
.pic_card_lt {
    top: 210px;
    left: 200px;
    width: 350px;
    position: absolute;
    margin-bottom: 0;
    background: #fff;
    z-index: 1;
    overflow: hidden;

}

.pop_swiper-pagination {
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 10;
    display: flex;
    justify-content: center;
    bottom: 40px !important;
}

.pop_swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #2d4783 !important;
    width: 30px;
    border-radius: 50px;
}

.pop_swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}

.pic_card_lt .lat_title {
    background: #009fe3;
    font-size: 13px;
    color: #fff;
    letter-spacing: 2px;
    padding: 15px;
    position: relative;
}

.lat_title span {
    position: absolute;
    right: 0;
    top: 0;
    background: #023671;
    cursor: pointer;
}

.lat_title span img {
    display: block;
    width: 46px;
    padding: 15px;
}

.pic_card_lt .lat_title a {
    color: #000;
    display: inline-block;
    position: relative
}

.pic_card_lt .lt_more {
    display: none;
    position: absolute;
    top: 11px;
    right: 10px;
    width: 25px;
    line-height: 25px;
    color: #aaa;
    border-radius: 3px;
    text-align: center;
}

.pic_card_lt .lt_more:hover {
    color: #777
}

.pic_card_lt ul:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.pic_card_lt ul {
    width: 100%;
    height: 400px;
}

.pic_card_lt li {
    width: 100%;
}

.pic_card_lt li.galley_li:nth-child(3n+1) {
    clear: both !important
}

.pic_card_lt li .lt_img {
    display: block
}

.pic_card_lt li .lt_img img,
.pic_card_lt li .lt_img video {
    width: 100%;
    height: auto
}

.pic_card_lt li a:hover {
    color: #a22121
}

.pic_card_lt li .fa-heart {
    color: #ff0000
}

.pic_card_lt li .fa-lock {
    display: inline-block;
    line-height: 14px;
    width: 16px;
    font-size: 0.833em;
    color: #4f818c;
    background: #cbe3e8;
    text-align: center;
    border-radius: 2px;
    font-size: 12px;
    border: 1px solid #cbe3e8;
    vertical-align: middle
}

.pic_card_lt li .new_icon {
    display: inline-block;
    width: 16px;
    line-height: 16px;
    font-size: 0.833em;
    color: #23db79;
    background: #b9ffda;
    text-align: center;
    border-radius: 2px;
    margin-left: 2px;
    font-weight: bold;
    vertical-align: middle
}

.pic_card_lt li .hot_icon {
    display: inline-block;
    width: 16px;
    line-height: 16px;
    font-size: 0.833em;
    color: #ff0000;
    background: #ffb9b9;
    text-align: center;
    border-radius: 2px;
    vertical-align: middle
}

.pic_card_lt li .fa-caret-right {
    color: #bbb
}

.pic_card_lt li .fa-download {
    display: inline-block;
    width: 16px;
    line-height: 16px;
    font-size: 0.833em;
    color: #daae37;
    background: #ffefb9;
    text-align: center;
    border-radius: 2px;
    vertical-align: middle
}

.pic_card_lt li .fa-link {
    display: inline-block;
    width: 16px;
    line-height: 16px;
    font-size: 0.833em;
    color: #b451fd;
    background: #edd3fd;
    text-align: center;
    border-radius: 2px;
    vertical-align: middle
}

.pic_card_lt .card {
    width: 100%;
    height: 400px;
    border-radius: 0;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    color: #f0f0f0;
}

.pic_card_lt .card img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.pic_card_lt .card h2 {
    position: absolute;
    inset: auto 20px 30px 20px;
    margin: 0;
    transition: inset 0.3s 0.3s ease-out;
    font-weight: 600;
    text-transform: uppercase;
}

.pic_card_lt .card h2 {
    display: inline-block;
    word-break: break-all;
    font-size: 16px;
    line-height: 22px;
    overflow: hidden;
}

.pic_card_lt .card h2 a {
    color: #fff;
}

.pic_card_lt .card p,
.pic_card_lt .card .lt_info {
    position: absolute;
    opacity: 0;
    max-width: 80%;
    transition: opacity 0.3s ease-out;
}

.pic_card_lt .card p {
    inset: auto auto 50px 20px;
}

.pic_card_lt .card p {
    cursor: none;
}

.pic_card_lt .card .lt_info {
    inset: auto auto 10px 20px;
    color: inherit;
    text-decoration: none;
}

.pic_card_lt .card:hover h2 {
    inset: auto 20px 125px 20px;
    transition: inset 0.3s ease-out;
}

.pic_card_lt .card:hover p,
.pic_card_lt .card:hover .lt_info {
    opacity: 1;
    transition: opacity 0.5s 0.1s ease-in;
}

.pic_card_lt .card:hover img {
    transition: opacity 0.3s ease-in;
    opacity: 1;
}

.pic_card_lt .profile_img img {
    border-radius: 50%
}

.pic_card_lt .lt_info {
    padding: 10px 0
}

.pic_card_lt .lt_info .lt_nick .sv_member {
    color: #fff;
}

.pic_card_lt .lt_info .lt_date {
    color: #fff;
}

.pic_card_lt .empty_li {
    line-height: 145px;
    color: #666;
    text-align: center;
    padding: 0
}

.pic_card_lt .empty_li:before {
    background: none;
    padding: 0
}

.pic_card_lt .lt_cmt {
    background: #e9eff5;
    color: #3a8afd;
    font-size: 11px;
    height: 16px;
    line-height: 16px;
    padding: 0 5px;
    border-radius: 3px;
    vertical-align: middle
}

.pic_card_lt .lt_more {
    position: absolute;
    top: 11px;
    right: 0;
    width: 40px;
    line-height: 25px;
    color: #3a8afd;
    border-radius: 3px;
    text-align: center
}

.pic_card_lt .lt_more:hover {
    color: #777
}


@media screen and (max-width:799px) {
    .pic_card_lt {
        top: 445px;
        left: 50%;
        width: 90%;
        transform: translateX(-50%);
        z-index: 999;
        position: absolute;
    }
    
    .pic_card_lt ul{height:auto;}

    .pic_card_lt .card {
        height: auto;
    }

    .pic_card_lt li .lt_img img,
    .pic_card_lt li .lt_img video {
        width: 100%;
        height: auto;
        position: relative;
    }
    
    .pop_swiper-pagination {
        bottom: auto !important;
    top: 19px !Important;
    left: 52px !important;
}
}