@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 .container-fluid{
    /* padding:0; */
}

#content_list .row{
    margin:0;
}

#content_list .row .row_img,
#content_list .row .row_txt{
    padding:0;
}

#content_list .row:last-child{
    border-bottom: none;
}

#content_list .container-fluid .row{
    /* margin-bottom:21px; */
}

#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: 35px;
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 30px;
}

#content_list .txt_wrap .tit1:after{
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 70px;
    right: 0;
    bottom: 0;
    background: #7f7f7f;
}

#content_list .txt_wrap .tit2{
    font-size: 20px;
    margin-bottom: 40px;
}

#content_list .txt_wrap{
    padding: 25% 0 10% 0;
}

#content_list .container-fluid .row.even .txt_wrap{
    text-align: right;
    padding-right: 0;
    padding-left: 15px;
}

#content_list .container-fluid .row.even .owl-carousel{
    padding-left: 10%;
}

#content_list .container-fluid .row.odd .owl-carousel{
    padding-right: 10%;
}

#content_list .container-fluid .row ul{
    margin-top: -7%;
}

#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) {
    #content_list .txt_wrap,
    #content_list .container-fluid .row:nth-child(2n) .txt_wrap{
        text-align: center;
        padding: 10% 0 20% 0;
    }

    #content_list .container-fluid .row{
        margin-bottom: 0;
    }

    #content_list .row#wr_id3 .txt_wrap{
        padding: 10% 0 20% 0;
    }

    #content_list .container-fluid .row.odd .txt_wrap{
        text-align: center;
    }

    #content_list .container-fluid .row.odd .owl-carousel{
        padding-left: 0;
    }

    #content_list .container-fluid .row.even .owl-carousel{
        padding-right: 0;
    }

    #content_list .container-fluid .row.odd .txt_wrap .tit1:after,
    #content_list .txt_wrap .tit1:after{
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }


}

@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) {

}
