@charset "utf-8";

/* 새글 스킨 (latest) */
.card-slide-2  .thumb-item {
    display: inline-block;
    font-size: 0.7rem;
    background: transparent;
    width: 100%;
    transition: all 0.3s ease-in-out;
}
.card-slide-2  .thumb-item:nth-of-type(3n) {
    margin-right: 0px;
}
.card-slide-2  .thumb-item .img-full {
    position: relative;
    overflow: hidden;
    max-width: 100%;
}
.card-slide-2  .thumb-item .img-full .no-img {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2em;
    font-weight: 600;
    color: #000;
    border-top: 2px solid #FFF;
}

.card-slide-2  .thumb-item .cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 0 0;
    align-items: center;
    column-gap: 20px;
    row-gap: 0;
}
/*.card-slide-2  .thumb-item:hover {
    border-color: rgba(0, 0, 0, 0.3);
}
.card-slide-2  .thumb-item:hover .cont,
.card-slide-2  .thumb-item:hover .cont * {
    color: #FFF !important;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}*/
.card-slide-2  .thumb-item .cont > * {
    /*text-align: center;*/
}
.card-slide-2  .thumb-item .cont .date {
    display: block;
    color: #555;
    text-align: left;
    font-weight: 400;
    font-size: 12pt;
}
.card-slide-2  .thumb-item .cont .cate {
    font-size: 12.7pt;
}
.card-slide-2  .thumb-item .cont .title {
    display: block !important;
    font-weight: 700;
    font-size: 13.5pt;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.card-slide-2  .thumb-item .cont .text {
    display: -webkit-box !important;
    font-weight: 400;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap:break-word;
    line-height: 1.7em;
    height: 3.4em;
    margin-bottom: 13px;
    font-size: 1.3em;
    text-align: left;
}
.card-slide-2  .thumb-item .cont .read-more {
    display: block;
    font-size: 1em;
    color: #000;
    text-align: left;
}

.card-slide-2  .owl-nav {
    position: absolute;
    width: 100%;
    height: 0px;
    top: 50%;
    z-index: 999;
    display: block !important;
}
.card-slide-2  .owl-nav > * {
    position: absolute;
    top: 0;
    font-size: 1.5em !important;
    -webkit-transition: all 0.3s ease-out !important;
    -moz-transition: all 0.3s ease-out !important;
    -o-transition: all 0.3s ease-out !important;
    transition: all 0.3s ease-out !important;
    font-weight: 300 !important;
    background-color: rgba(0, 102, 184, 0) !important;
    width: 50px;
    height: 80px;
    border-radius: 50%;
    color: #333 !important;
    font-family: 'Pretendard', sans-serif !important;
}
.card-slide-2  .owl-nav .owl-prev {
    transform: translate(-150%, -50%);
}
.card-slide-2  .owl-nav .owl-next {
    right: 0;
    transform: translate(150%, -50%);
}
.card-slide-2  .owl-nav > *:hover {
    color: rgba(0, 0, 0, 1) !important;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.card-slide-2 .owl-dots {
    display: flex;
    max-width: 215px;
    margin: 60px auto 0;
}
.card-slide-2 .owl-dots > * {
    flex: 1 1 auto;
    height: 3px;
    background-color: #333 !important;
    transition: all 0.3s ease-in-out;
}
.card-slide-2 .owl-dots > *.active {
    background-color: #B9B9B9 !important;
}

@media (max-width: 1600px) {
    .card-slide-2  .owl-nav .owl-prev {
        transform: translate(0, -50%);
    }
    .card-slide-2  .owl-nav .owl-next {
        transform: translate(0, -50%);
    }
}
@media (max-width: 640px) {
    .card-slide-2 .thumb-item .cont .title {
        font-size: 11.5pt;
    }
    .card-slide-2 .thumb-item .cont .title {
        font-size: 10pt;
    }
}

