@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: 'Libre Baskerville', serif;
font-family: 'Noto Sans KR', sans-serif;
*/

#content_list{
    text-align: center;
}

#content_list .row{
    margin-bottom: 60px;
}

#content_list .row:last-child{
    border-bottom: none;
}

#content_list .container-fluid .row.odd .txt_wrap .tit1:after{
    left: 0;
    right: auto;
}

#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: 76.717%;
}

#content_list .txt_wrap{
    font-family: 'Noto Sans KR', sans-serif;
    text-align: left;
}

#content_list .txt_wrap .subtit{
    font-family: 'Libre Baskerville', serif;
    font-size: 20px;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-weight: bold;
}

#content_list .txt_wrap .tit1{
    font-size: 30px;
    position: relative;
    margin-bottom: 15px;
}

#content_list .txt_wrap .tit2{
    font-size: 20px;
    margin-bottom: 40px;
}

#content_list .txt_wrap{
    padding: 30px 15px;
}

#content_list .container-fluid .row.even .txt_wrap{
    text-align: right;
}

#content_list .container-fluid .row:first-child ul{
    margin-top: 0;
}

#content_list .txt_wrap .txt{
    font-size: 17px;
    color: #333;
    font-weight: 300;
    line-height: 1.5;
}

#content_list .txt_wrap p{
    margin: 0;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span{
    background: #fff;
    border: 1px solid #fff;
}

.owl-theme .owl-dots .owl-dot span{
    background: none;
    border: 1px solid #fff;
}

/* 큰 기기들 (큰 데스크탑, 1200px 이상) */
@media (max-width: 1200px) {

}

@media (max-width: 992px) {

}

@media (max-width: 768px) {
    #content_list .txt_wrap .tit1{
        font-size: 27px;
    }

    #content_list .txt_wrap .tit2 {
        font-size: 16px;
        margin-bottom: 20px;
    }

    #content_list .txt_wrap .txt{
        font-size: 14px;
    }
}

@media (max-width: 520px) {

}
