@charset "utf-8";

/* 새글 스킨 (latest) */
.card-slide .owl-stage {
    border: 1px solid #B8B8B8;
    border-right-width: 0;
    border-left-width: 0;
}
.card-slide .thumb-item {
    display: grid;
    font-size: 0.7rem;
    background: transparent;
    border-right: 1px solid #B8B8B8;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
}
.card-slide .thumb-item:nth-of-type(3n) {
    margin-right: 0px;
}
.card-slide .thumb-item .img-full {
    position: relative;
    overflow: hidden;
    max-width: 500px;
    margin: 0 auto;
    padding: 10%;
}
.card-slide .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 .thumb-item .cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 35px;
    border-top: 1px solid #B8B8B8;
    align-items: center;
    column-gap: 20px;
    row-gap: 0;
}

html[lang="en"] .card-slide .thumb-item .cont span{width:100%}

.card-slide .thumb-item:hover {
    background-color: #d2d2d2;
}
/*.card-slide .thumb-item:hover {
    border-color: rgba(0, 0, 0, 0.3);
}
.card-slide .thumb-item:hover .cont,
.card-slide .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 .thumb-item .cont > * {
    /*text-align: center;*/
}
.card-slide .thumb-item .cont .date {
    display: block;
    font-size: 1.2em;
    color: #000;
    text-align: left;
    font-weight: 400;
}
.card-slide .thumb-item .cont .cate {
    font-size: 12.7pt;
    color: #555;
}
.card-slide .thumb-item .cont .title {
    display: block !important;
    font-weight: 700;
    /*margin: 10px 0 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap:break-word;
    height: 74px;
    line-height: 37px;
    text-align: left;*/
    font-size: 16.5pt;
    color: #333;
}
.card-slide .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 .thumb-item .cont .read-more {
    display: block;
    font-size: 1em;
    color: #000;
    text-align: left;
}

.card-slide .owl-nav {
    position: absolute;
    width: 100%;
    height: 0px;
    top: 50%;
    z-index: 999;
    display: block !important;
}
.card-slide .owl-nav > * {
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    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 .owl-nav .owl-next {
    right: 0;
}
.card-slide .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;
}

@media (max-width: 640px) {
    .card-slide .thumb-item .cont {
        display: grid;
        padding: 20px 35px;
    }
    .card-slide .thumb-item .cont .cate {
        font-size: 8.7pt;
    }
    .card-slide .thumb-item .cont .title {
        font-size: 11.5pt;
    }
}