@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:80px;  /**/
}

#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.owl-theme .owl-dots .owl-dot {
	display:inline-block;
	background:transparent;
	margin-bottom:20px;
}
#content_list .owl-theme .owl-dots .owl-dot span {
    font-family:'TeXGyreCursor-Regular';
	background:transparent;
	position:relative;
	width:20px;
	height:20px;
	color:#fff;
	border:none;
}
#content_list .owl-theme .owl-dots .owl-dot.active span:before {
	content:"";
	width:30px;
	height:1px;
	background:#fff;
	display:inline-block;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	z-index:1;
}

#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: 'Baloo Chettan 2', cursive;
    font-size: 14px;
    margin-bottom: 0px;
	letter-spacing: 2px;
	color: #8b8b8b;
    text-transform: capitalize;
    font-weight: 100;
}

#content_list .txt_wrap .tit1{
    font-family: 'NEXON Lv1 Gothic OTF';
    font-size: 27px;
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 30px;
}

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

#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-family: 'NEXON Lv1 Gothic OTF Light';
    font-size: 17px;
    color: #8b8b8b;
    font-weight: 100;
    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: 1024px) {
	#content_list .txt_wrap .tit1:after {
		left:50%;
		transform:translate(-50%,0);
	}
}

@media (max-width: 769px) {
    #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;
    }

	#content_list .owl-theme .owl-dots .owl-dot span {
		font-size:10px;
		width:10px;
	}
	#content_list .owl-theme .owl-dots .owl-dot.active span:before {
		width:20px;
		top:35%;
	}
}

@media (max-width: 520px) {

}
