@charset "utf-8";

.basic-post-slider { overflow:hidden; position:relative; width:100%; line-height:20px; }
.basic-post-slider .txt-normal { letter-spacing:0; }
.basic-post-slider .txt-short { letter-spacing:-1px; padding-right:1px; }
.basic-post-slider .post-vicon { position:absolute; left:6px; top:6px; color: #fff; font-size:20px; z-index:1; text-shadow: 1px 1px 1px #000; }
.basic-post-slider .post-none { padding:50px 10px; text-align:center; color:#888; }
.basic-post-slider .post-image {
    float: left;
    width: 50%;
}
.basic-post-slider .post-content {
    float: left;
    width: 50%;
    padding-top: 50px;
    padding-left: 50px;
}
.basic-post-slider .post-content .post-subject {
    font-size: 30px;
    font-weight: 500;
    margin: 0 0 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    height: auto !important;
    line-height: 1;
}
.basic-post-slider .post-content .desc {
    font-size: 16px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 라인수 */
    -webkit-box-orient: vertical;
    word-wrap:break-word;
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
    margin-bottom: 25px;
}

.basic-post-slider .post-sp { color:#ccc; margin:0px 4px; }
.is-pc .ko .basic-post-slider .post-ko { font-size:11px; }

.owl-controls .owl-pagination {
    right: 0;
    left: inherit;
    text-align: right;
}
.owl-carousel .owl-controls.clickable .owl-buttons div {display: block !important;}
.owl-controls .owl-page span {
    border: none;
    background: #ddd;
    margin: 0;
    margin-right: 10px;
    transition: all 0.3s;
    width: 10px;
    height: 10px;
    display: inline-block;
}
.owl-controls .owl-page:last-child span {margin-right: 0;}
.owl-controls .owl-page.active span {
    width: 20px;
    height: 10px;
    border-radius: 10px;
    margin: 0;
    margin-right: 10px;
    background: #ff3a77;
}
.basic-post-slider .owl-carousel .owl-controls .owl-buttons div {height: 50px !important; line-height: 50px !important; top: 40% !important;}

@media all and (max-width: 991px) {
    .basic-post-slider .post-image {
        float: none;
        width: 100%;
    }
    .basic-post-slider .post-content {
        float: none;
        width: 100%;
        padding: 30px 0 0;
    }
    .basic-post-slider .post-content .post-subject {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .basic-post-slider .post-content .desc {
        font-size: 14px;
        margin-bottom: 20px;
    }
}