@charset "utf-8";

/* 최근게시물 스킨 (latest) */
.owl-carousel .owl-stage-outer {
    overflow: initial;
}
.lt {
    position: relative;
}
.lt .lt_title {
    display: block;
    font-size: 1.3em;
    padding: 15px 15px 0;
    line-height: 24px;
    background: #fff;
}
.lt ul {
    list-style: none;
    /* padding: 0 15px; */
    background: #fff;
    border-bottom: 1px solid #e5ecee;
}
.lt ul li {
    padding: 16px !important;
    height: 376px;
    gap: 0 !important;
    border-bottom: 1px solid #e5ecee;
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
}
.lt ul li:last-child {
    border-bottom: 0;
}
.lt ul li:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}
.lt ul li:hover a.lt_tit {
    color: #3a8afd;
}
.no_img {
    min-width: 97px;
    height: 100%;
}
.lt .lt_thumb {
    min-width: 97px;
    margin-right: 0 !important;
    margin-left: auto;
    display: inline-block;
}
.lt .lt_thumb img,
.lt .lt_thumb video {
    width: 138px;
    max-width: 138px;
    height: auto;
    overflow: hidden;
}
.lt .lt_thumb img {
    border: 1px solid #dcdcdc;
    border-radius: 10px;
}
.lt .item .title_wrap .lt_thumb{
    border-radius: 50%;
    width: 62px;
    height: 62px;
    border: 1px solid #f5f5f5;
    min-width: 60px;
}
.lt .lt_tit {
    display: block;
    font-size: 1.2em;
    font-weight: 800;
    max-height: 60px;
    overflow: hidden;
    padding-bottom: 10px;
}
.lt .lt_info {
    display: inline-block;
    position: relative;
    line-height: 20px;
    color: #828282;
    font-size: 0.925em;
    vertical-align: top;
}
.lt .lt_date {
    color: #828282;
}
.lt .latest-sel {
    margin-top: 1px;
}

.lt .lt_more {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #3a8afd;
    background: #fff;
    border: 1px solid #d1d7e5;
    font-size: 0.925em;
    border-radius: 3px;
    padding: 4px 5px;
    z-index: 1;
}
.lt .lt_cmt {
    background: #e9eff5;
    color: #3a8afd;
    font-size: 11px;
    height: 16px;
    line-height: 16px;
    padding: 0 5px;
    border-radius: 3px;
    vertical-align: middle;
}

.lt .profile_img img {
    border-radius: 50%;
    vertical-align: top;
}
.lt li .fa-lock {
    display: inline-block;
    line-height: 14px;
    width: 16px;
    color: #4f818c;
    background: #cbe3e8;
    text-align: center;
    border-radius: 2px;
    font-size: 12px;
    border: 1px solid #cbe3e8;
    vertical-align: middle;
}
.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;
}
.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;
}
.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;
}
.lt li .fa-heart {
    color: #ff0000;
}
.lt li .new_icon {
    display: inline-block;
    width: 16px;
    line-height: 16px;
    font-size: 0.75em;
    color: #23db79;
    background: #b9ffda;
    text-align: center;
    border-radius: 2px;
    margin-left: 2px;
    font-weight: 800;
    vertical-align: middle;
}
.lt .lt_tit .fa-heart {
    color: #fe4560;
    margin-left: 5px;
}

.lt .comment_icon {
    background: url("./img/icon_comment.png") no-repeat 50% 50%;
    display: inline-block;
    width: 20px;
    height: 28px;
    text-indent: -999px;
    overflow: hidden;
    vertical-align: top;
    background-size: 70%;
    margin: 0 0 0 5px;
}
.lt .empty_li {
    text-align: center;
    padding: 40px 0;
    color: #777;
}

.lt .owl-carousel .owl-item .profile_img img {
    width: auto;
    display: inline;
}

.tooltipster-content .sv a {
    display: block;
    padding: 0 10px;
    line-height: 30px;
    font-weight: normal;
    color: #bbb;
}
.tooltipster-content .sv a:hover {
    background: #000;
    color: #fff;
}
.tooltipster-sidetip.tooltipster-sir .tooltipster-content {
    padding: 0;
}
.tooltipster-sidetip.tooltipster-sir .tooltipster-box {
    border: 0 none;
    background: #333;
    border-radius: 0;
}
.tooltipster-sidetip.tooltipster-sir.tooltipster-bottom .tooltipster-arrow-background,
.tooltipster-sidetip.tooltipster-sir.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: #333;
}

.lt_page {
    background: #fff;
    text-align: center;
    padding: 10px 15px;
    line-height: 25px;
    border-bottom: 1px solid #e5ecee;
    display: none;
}
.lt_page button {
    display: inline-block;
    background: #fff;
    width: 25px;
    height: 25px;
    border: 1px solid #dbdee6;
    text-align: center;
    color: #cdcdce;
}
.lt_page span {
    color: #6e6e6e;
}
.lt_page b {
    color: #000;
}
.lt_page_prev {
    float: left;
}
.lt_page_next {
    float: right;
}
/* 커스텀 css */
.cate_info {
    font-weight: 300 !important;
    margin-bottom: 10px;
}
.review_info {
    display: flex;
    gap: 5px;
    align-items: center;
    padding-top: 15px;
}
.cate {
    display: inline-block;
    color: #32D1D4 !;
    border: 1px solid #32D1D4;
    border-radius: 30px;
    padding: 4px 6px;
    box-sizing: border-box;
    font-size: 12px;
}
.dDay {
    font-size: 12px;
    color: #FF8787;
    margin-left: 5px;
}
.title {
    font-weight: 800;
    font-size: 18px;
}
.ellipsis {
    width: 200px;
    /* overflow: hidden; */
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.hash_tag {
    color: #a7a7a7;
    font-size: 12px;
}
.write_tit {display: flex; align-items: center; gap: 2px;}
.write_tit div {width: 19px;}
.view_text {color: #8E8E8E;}
.write_tit p {font-weight: bold; font-size: 1.1rem; color: #1D1D1D;}
.title_wrap {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-direction: column;
    margin-top: 15px;
}
.title_wrap .name {
    display: flex;
    gap: 5px;
}