/* @import url('https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i,700&display=swap'); */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700,900&display=swap&subset=korean');

/*
font-family: 'Noto Sans KR', sans-serif;
font-family: 'Libre Baskerville', serif;
*/

#content_list .row{
    margin-bottom: 130px;
}

#content_list .container-fluid .row .owl-carousel .owl-dots{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}

#content_list .img{
    padding-top: 65%;
}

#content_list .txt_wrap{
    margin-top: -200px;
    position: relative;
    z-index: 10;
    padding-left: 15%;
}

#content_list .txt_wrap p{
    margin: 0;
}

#content_list .owl-theme .owl-dots .owl-dot.active span,
#content_list .owl-theme .owl-dots .owl-dot:hover span{
    opacity: 1 !important;
}

#content_list .owl-theme .owl-dots .owl-dot span{
    background: #fff !important;
    opacity: 0.4 !important;
}

/* 큰 기기들 (큰 데스크탑, 1200px 이상) */
@media (max-width: 1200px) {

}

@media (max-width: 992px) {
    #content_list .txt_wrap{
        padding-left: 20px;
        margin-top: -70px;
    }

    #content_list .owl-theme .owl-prev,
    #content_list .owl-theme .owl-next{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        z-index: 50;
        width: 40px;
        height: 40px;
        line-height: 30px;
        background: #fff;
        border-radius: 100%;
        text-align: center;
    }

    #content_list .owl-theme .owl-prev{
        left: 20px;
    }

    #content_list .owl-theme .owl-next{
        right: 20px;
    }
}

@media (max-width: 768px) {

}

@media (max-width: 520px) {
    #content_list .row{
        margin-bottom: 70px;
    }
    
    #content_list .txt_wrap{
        margin-top: -30px;
        padding-left: 10px;
    }

    #content_list .owl-theme .owl-prev img,
    #content_list .owl-theme .owl-next img{
        width: 8px;
    }

    #content_list .owl-theme .owl-prev,
    #content_list .owl-theme .owl-next{
        width: 25px;
        height: 25px;
        line-height: 12px;
        right: 15px;
    }

    #content_list .owl-theme .owl-prev{
        left: 10px;
    }

    #content_list .owl-theme .owl-right{
        right: 10px;
    }
}
