@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 ul{
    margin-bottom: 0;
}

#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: 'Malgun Gothic', sans-serif;
    text-align: left;
}

#content_list .txt_wrap .subtit{
	font-family: 'Cormorant Garamond', serif;
	font-weight:600;
	letter-spacing:1px;
    font-size: 20px;
    margin-bottom: 0px;
    text-transform: capitalize;
	color:#7e6056;
}

#content_list .txt_wrap .tit1{
    font-size: 15px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
	color:#7e6056;
}

#content_list .txt_wrap .tit1:after{
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 70px;
    bottom: 0;
    background: #7e6056;
}

#content_list .txt_wrap .tit2{
    font-size: 20px;
    margin-bottom: 40px;
}

#content_list .txt_wrap{
    padding: 25% 0 0 16.533%;
}

#content_list .txt_wrap .txt{
    font-size: 12px;
    color: #959595;
    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;
    }
}

@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) {

}
