.jcarousel-wrapper {
    position: relative;
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.jcarousel ul {
    width: calc(100% - 30px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    position: relative;
    margin: 0 auto;
    left: 0 !important;
    top: 0 !important; 
}

.jcarousel li {
    
}

.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
    margin: 0 auto;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    margin-top: -57px;   
    text-align: center;
    color: #707070;
    text-decoration: none;
    font-size: 58px;
    height:35px;
    width: 30px;
    line-height: 15px;
    border: 1px solid #d2d2d2;
    background-color: #fff;
}

.jcarousel-control-prev {
    right: 45px;
}

.jcarousel-control-next {
    right: 5px;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;

    background: #fff;
    color: #4E443C !important;
    text-indent: -9999px;

    margin-right: 7px;


    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;

    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}

p.latest_wr_1 {padding-top:15px; text-align:left; color:#5d5d5d; font-size: 15px; letter-spacing: -0.3px; font-family: 'NanumGothic'; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

p.latest_title {width:90%; padding-top:9px; text-align:left; color:#141414; font-size: 16px; font-family: 'NanumGothicBold', '돋음'; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}


@media (max-width: 1200px){
    .jcarousel ul {}
}

@media (max-width: 960px){
    .jcarousel ul {}
    .jcarousel-wrapper {}
}

@media (max-width: 680px){
    .jcarousel ul {}
    .jcarousel-wrapper {}

}

@media (max-width: 500px){
    .jcarousel ul {}
    .jcarousel li { width: calc((100% - 20px) / 2) !important; }
    .jcarousel-wrapper {}
}