@charset "utf-8";

.widgets-post-slick {
    position: relative;
    margin-bottom: 40px;
    background: #fff;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
}

.post-slick {
    border-radius: 10px;
    overflow: hidden;
    display: -ms-flexbox;
    /* display: flex; */
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.post-slick .editor-picked-left {
    border-right: 1px solid #c8e5ea;
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.15);
}

.col-left {
    position: relative;
    /* background: #d4f4f9;
    width: 100%; */
    padding-right: 0px;
    padding-left: 0px;
    /* -ms-flex: 0 0 15%; */
    /* flex: 0 0 15%;
    max-width: 15%; */
}

.col-right {
    position: relative;
    width: 100%;
    display: flex;
    height: calc(100% - 36px) !important;
}

.editor-picked {
    /* padding: 30px */
}

.editor-picked h4 {
    font-size: 18px;
}

.editor-picked p {
    font-size: 13px;
    color: #889097;
    margin-top: 20px !important;
    margin-bottom: 30px !important;
}

.editor-picked a.read-more {
    font-size: 12px;
    border: 1px solid;
    padding: 6px 8px;
}

/*.editor-picked a.read-more:hover{color:rgb(233, 27, 35);}*/
.post-slick-arrow {
    float: right;
}

button.slick-arrow {
    background: none;
    border: 0;
    position: relative;
    /* padding: 20px;
    border-radius: 50%; */
}

button.slick-arrow i {
    padding: 20px;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.1);
}


button.slick-arrow [class^="flaticon-"]::before {
    font-size: 15px;
}

.slick-dots button {
    cursor: pointer;
}

/* .slick-dots li.slick-active button {
    background: #ef3f48;
}

.slick-dots li.slick-active button {
    border-color: #ef3f48;
} */

.slick-dots {
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none !important;
    padding-top: 30px !important;
    text-align: center !important;
}

.slick-dots li {
    margin: 0 2px;
}

.slick-dots button {
    /* display: block !important;
    height: 10px !important;
    width: 10px !important;
    background: #fff !important;
    text-indent: -9999px !important;
    padding: 0 !important;
    border-radius: 6px !important;
    opacity: 1.0 !important; */
}

.slick-dots li.slick-active button {
    /* width: 20px !important;
    border: none; */
}

.post-slick-items {
    /* padding: 4px; */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* margin-right: -15px;
    margin-left: -15px */
}

.post-slick-items .slider-single {
    position: relative ;
    max-width: 100%;
    width: 100% !important;
    padding-right: 0px;
    padding-left: 0px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 100%;
}

.post-slick-items .slider-single .info {
    position: absolute;
    z-index: 1;
    color: #fff;
    width: 100%;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.1);
    transition: all 0.3s;
}

.post-slick-items .slider-single .info:hover {
    background: rgba(0,0,0,0.3);
}

.post-slick-items .slider-single .info:hover .gogo {
    background-color: rgba(var(--maincolor3),1.0) !important;
}

.post-slick-items .slider-single .info a {
    color: #fff;
    width: 100%;
}



.post-slick-items .slider-single .info .sub {
    color: #fff;
}

#traffic .sub2 {
    margin-top: 20px;
}

.post-slick-items .slider-single .info .sub2 small {
    color: #fff;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    margin-bottom: 0;
    width: 100%;
    padding: 8px 12px;
    max-width: 120px;
    /* background-color: rgba(var(--maincolor2),1.0); */
    /* margin: 30px auto 0; */
}

/* .post-slick-items .slider-single .info:hover .sub2 small {
    background-color: rgba(var(--maincolor1),1.0);
} */

.post-slick-items .post-title {
    /* font-size: 32px; */
    padding-right: 5px;
    padding-left: 5px;
    /* margin-bottom: 10px; */
    /* letter-spacing: -1px; */
    padding-right: 1px;
}

.post-slick-items .text-limit-2-row {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical;
}

.post-slick-items .lt_img img,
.post-slick-items.lt_img video {
    max-width: 100%;
    width: 100%;
    height: auto;
    /* border-radius: 5px; */
    overflow: hidden;
}

.post-slick-items .entry-meta {
    font-size: 12px;
    /* color: #889097; */
    margin-top: 10px;
    padding-right: 5px;
    padding-left: 5px;
}

.post-slick-items .entry-meta.meta-1 span {
    margin-right: 10px;
}

.post-slick-items .fa-lock {
    display: inline-block;
    line-height: 14px;
    width: 16px;
    font-size: 0.833em;
    color: #4f818c;
    background: #cbe3e8;
    text-align: center;
    border-radius: 2px;
    font-size: 12px;
    border: 1px solid #cbe3e8;
    vertical-align: middle
}

.post-slick-items .new_icon {
    display: inline-block;
    width: 16px;
    line-height: 16px;
    font-size: 0.833em;
    color: #23db79;
    background: #b9ffda;
    text-align: center;
    border-radius: 2px;
    margin-left: 2px;
    font-weight: bold;
    vertical-align: middle
}

.post-slick-items .hot_icon {
    display: inline-block;
    width: 16px;
    line-height: 16px;
    font-size: 0.833em;
    color: #ff0000;
    background: #ffb9b9;
    text-align: center;
    border-radius: 2px;
    vertical-align: middle
}

.post-slick-items .fa-caret-right {
    color: #bbb
}

.post-slick-items .fa-download {
    display: inline-block;
    width: 16px;
    line-height: 16px;
    font-size: 0.833em;
    color: #daae37;
    background: #ffefb9;
    text-align: center;
    border-radius: 2px;
    vertical-align: middle
}

.post-slick-items .fa-link {
    display: inline-block;
    width: 16px;
    line-height: 16px;
    font-size: 0.833em;
    color: #b451fd;
    background: #edd3fd;
    text-align: center;
    border-radius: 2px;
    vertical-align: middle
}

.widgets-post-slick .img-hover-scale {
    overflow: hidden;
    position: relative;
}

.widgets-post-slick .img-hover-scale img {
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
}

/* .widgets-post-slick .img-hover-scale:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
} */

.widgets-post-slick .top-right-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    z-index: 3;
    color: #fff;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition-duration: 0.4s;
    -ms-transition: all 0.4s ease;
}

.widgets-post-slick .top-right-icon i {
    top: 2px;
}

/* .widgets-post-slick .img-hover-scale:hover .top-right-icon,
.widgets-post-slick .img-hover-slide:hover .top-right-icon {
    margin-top: -3px;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.18), 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition-duration: 0.4s;
    -ms-transition: all 0.4s ease;
} */

.widgets-post-slick .hover-box-shadow {
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition-duration: 0.4s;
    -ms-transition: all 0.4s ease;
}

/* .widgets-post-slick .hover-box-shadow:hover {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.18), 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition-duration: 0.4s;
    -ms-transition: all 0.4s ease;
} */

.ellipsis {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
}

.bg-red {
    background-color: rgb(233, 27, 35);
    color: #fff;
}

.bg-darkred {
    background-color: rgb(170, 60, 63);
    color: #fff;
}

.bg-green {
    background-color: rgb(140, 195, 70);
    color: #fff;
}

.bg-blue {
    background-color: rgb(52, 152, 219);
    color: #fff;
}

.bg-violet {
    background-color: rgb(85, 60, 125);
    color: #fff;
}

.bg-yellow {
    background-color: rgb(241, 196, 15);
    color: #fff;
}

.bg-navy {
    background-color: rgb(50, 60, 70);
    color: #fff;
}

.bg-black {
    background-color: #333;
    color: #fff;
}



/* 추가, 수정 css  */
.latest_wr {
    width: 100%;
}
.widgets-post-slick .img-hover-scale img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
.editor-picked p {
    /* display: none; */
}
.col-left {
    /* background: #099CF4; */
    box-shadow: none;
}
.widgets-post-slick {
    margin-bottom: 10px;
    box-shadow: none;
}


.post-slick-items .entry-meta {
    /* display: none; */
}
.post-slick .editor-picked-left {
    border-right: 0;
    box-shadow: none;
    display: flex;
    align-items: center;
    /* display: none; */
}
.editor-picked h4 {
    margin-bottom: 0;
    padding-left: 0 !important;
}
.editor-picked {
    /* padding: 10px 20px; */
    height: 36px;
}
.widgets-post-slick .post-title {
    height: auto;
    line-height: normal;
    margin-bottom: 20px;
    color: #fff;
}
.post-slick {
    border-radius: 0px;
}
.widgets-post-slick .img-hover-scale {
    /* display: none; */
}
.post-slick-items {
    width: 100%;
}
.slick-track {
    display: flex;
    align-items: center;
    justify-content: center;
}
#traffic .slick-track {
    min-width: 100% !important;
}
.post-slick-items {
    justify-content: center;
    align-items: center;
}
.editor-picked a.read-more {
    position: absolute;
    top: 6px;
    left: 110px;
}
.post-slick-arrow {
    position: absolute;
    top: 50%;
    color: #fff;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
    transform: translateY(-50%);
    height: auto !important;
}
.editor-picked a.read-more  {
    background-color: #2aaced;
    color: #fff;
    border: 0px solid;
    border-bottom: 2px solid #036596;
    border-right: 2px solid #036596;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    border-radius: 2px;
    transition: all 0.2s;
}

/* .editor-picked a.read-more:hover  {
    margin-top: 2px;
    background-color: #2390c7;
} */
.editor-picked h6 {
    margin-bottom: 0;
}

/* new_wrap_left */
.new_wrap_left {

}

.new_wrap_left .slick-slide::before {
    content: none;
}

/* <!-- col-lg- : 1200px 이상  -->
<!-- col-md- : 992px 이상  -->
<!-- col-sm- : 768px 이상  -->
<!-- col-xs- : 기본  --> */

@media (max-width:767px) {
    .post-slick-items .post-title {
        font-size: 20px;
    }
    .post-slick-items .slider-single .info .sub {
        color: #fff;
        font-size: 14px;
    }
}
#traffic h5, #traffic h6 {
    margin-bottom: 0;
}
