@charset "utf-8";

/* 새글 스킨 (latest) */
.card-slide ul {
    font-size: 0px;
}
.card-slide .thumb-item {
    display: inline-block;
    font-size: 0.7rem;
    width: 31%;
    margin-right: 3.5%;
    background-color: #FFF;
    padding-top: 20px;
}
.card-slide-wrap .thumb-item {
    width: 100%;
}
.card-slide .thumb-item:nth-of-type(3n) {
    margin-right: 0px;
}
.card-slide .thumb-item .img-full {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    max-width: 70%;
    margin: 0px auto;
}
.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;
}

.card-slide .thumb-item .cont {
    padding: 30px 20px 20px;
}
.card-slide .thumb-item:hover {
    background-color: rgba(53, 53, 55, 1);
}
.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.3em;
    color: #AAA;
}
.card-slide .thumb-item .cont .title {
    display: block;
    font-weight: 300;
    font-size: 1.25em;
    margin: 10px 0px 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 23px;
    line-height: 23px;
    white-space: nowrap;
}
.card-slide .thumb-item .cont .text {
    display: block;
    font-weight: 300;
    color: #555;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-wrap:break-word;
    line-height: 1.5em;
    height: 4.5em;
    margin-bottom: 10px;
}
.card-slide .thumb-item .cont .read-more {
    display: block;
    font-size: 1em;
    color: #2584d5;
}

.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: 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 .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 .owl-nav .owl-prev {
    left: 0px;
}
.card-slide .owl-nav .owl-prev:before {
    content: '<';
    transform: translate(-60%, -50%);
}
.card-slide .owl-nav .owl-next {
    right: 0px;
}
.card-slide .owl-nav .owl-next:before {
    content: '>';
    transform: translate(-40%, -50%);
}

.card-slide .owl-nav .owl-prev:before,
.card-slide .owl-nav .owl-next:before {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 3rem;
    text-indent: 0px;
}