@charset "utf-8";

/* 새글 스킨 (latest) */
.card-slide-2 ul {
    font-size: 0px;
}
.card-slide-2 .thumb-item {
    display: inline-block;
    background-color: #FFF;
    border: 1px solid #cccccc;
    margin: 0 3px;
    width: 100%;
    border-radius: var(--default-border-radius);
    overflow: hidden;
    transition: all 0.3s ease-out;
}
.card-slide-2 .thumb-item:nth-of-type(3n) {
    margin-right: 0;
}
.card-slide-2 .thumb-item .img-full {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 328 / 220;
}
.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;
}
.card-slide-2 .thumb-item .img-full img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-slide-2 .thumb-item .cont {
    padding: 20px 25px;
}
.card-slide-2 .thumb-item:hover {
    border-color: var(--default-color);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.07);
}
/*.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 .date {
    display: block;
    font-size: 0.85em;
    color: #AAA !important;
}
.card-slide-2 .thumb-item .cont .title {
    display: block;
    font-weight: 700;
    font-size: 1.1em;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5em !important;
    height: 1.5em;
    white-space: nowrap;
}
.card-slide-2 .thumb-item .cont .text {
    display: block;
    font-weight: 300;
    color: #555;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.5em !important;
    height: 1.5em;
    margin-bottom: 10px;
    font-size: 0.85em;
}
.card-slide-2 .thumb-item .cont .read-more {
    display: block;
    font-size: 1em;
    color: #2584d5;
}

.card-slide-2 .owl-nav {
    position: absolute;
    width: 100%;
    height: 0px;
    top: 50%;
    z-index: 999;
}
.card-slide-2 .owl-nav > * {
    position: absolute;
    top: 0px;
    transform: translateY(-50%);
    font-size: 5em !important;
    color: rgba(0, 0, 0, 0.3) !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-family: "Nanum Gothic", "나눔고딕", "Noto Sans KR", "Lato","Apple SD Gothic Neo", "Malgun Gothic", dotum, sans-serif !important;
    font-weight: 300 !important;
    background-color: rgba(0, 102, 184, 0) !important;
    color: rgb(46, 130, 201) !important;
    width: 50px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    text-indent: 9999px;
}
.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-nav .owl-prev {
    left: 0px;
}
.card-slide-2 .owl-nav .owl-prev:before {
    content: '<';
    transform: translate(-60%, -50%);
}
.card-slide-2 .owl-nav .owl-next {
    right: 0px;
}
.card-slide-2 .owl-nav .owl-next:before {
    content: '>';
    transform: translate(-40%, -50%);
}

.card-slide-2 .owl-nav .owl-prev:before,
.card-slide-2 .owl-nav .owl-next:before {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 3rem;
    text-indent: 0px;
}

@media (max-width: 640px) {
    .card-slide-2 .owl-stage-outer {
        overflow: visible !important;
    }
    .card-slide-2 .thumb-item {
        margin: 0;
    }
}