/* @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;*/
	position:relative;
	padding-bottom:10%;
}
#content_list .row .row_img {
	width:100%;
}
#content_list .container-fluid .row .owl-carousel .owl-dots{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}
#content_list .owl-carousel {
	width:90%;
	margin:0 auto;
}
#content_list .img{
    padding-top: 45%;
}

#content_list .txt_wrap{
    margin-top: -2.5%;
    position: absolute;
	left:-55%;
    z-index: 10;
	transform:translateX(0);
}
#content_list .title4__tit {
	margin-bottom:0;
	color:#fff;
	font-family: 'NanumSquareRound';
}
#content_list .title4__txt {
	color:#fff;
	font-family: 'NanumSquareRound';
}

#content_list .txt_wrap p{
    margin: 0;
}

#content_list .owl-nav {
	display:block;
	position: absolute;
    width: 100px;
    right: 2%;
    bottom: -15%;
    z-index: 500;
	transform:translate(-50%, -50%);
}
#content_list .owl-nav .owl-prev,
#content_list .owl-nav .owl-next {
    background: #fff;
    opacity: 1;
    border-radius: 100%;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 28px;
}
#content_list .owl-nav i {
	vertical-align: middle;
	color: #000;
	font-size: 20px;
	transition: .5s ease;
}
#content_list .owl-nav .owl-prev,
#content_list .owl-nav .owl-next {
	box-shadow:0px 5px 4.8px 0.3px rgba(0,0,0,0.3)
}

#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;
}
#content_list #wr_id51 {
	background:#e89414;
}
#content_list #wr_id52 {
	background:#4c593f;
}
#content_list #wr_id53 {
	background:#596677;
}
#content_list #wr_id54 {
	background:#a9a8ac;
}

/* 큰 기기들 (큰 데스크탑, 1200px 이상) */
@media (max-width: 1200px) {
	#content_list .owl-nav {
		right:-4%;
		bottom:0;
	}
}

@media (max-width: 992px) {
   



}

@media (max-width: 768px) {
	.servicecon {
		padding-bottom:15%;
	}
	#content_list .txt_wrap {
		left:10%;
	}
	#content_list .title4__tit {
		font-size:27px;
		font-weight:bold;
	}
	#content_list .title4__txt {
		font-size:15px;
	}
}

@media (max-width: 520px) {
	#content_list .row {
		padding-bottom:17%;
	}
	#content_list .title4__tit {
		font-size:16px;
	}
	.tour #content_list .title4__tit {
		color:#000;
		font-size:12px;
		margin-top:20px;
	}
	#content_list .title4__txt {
		font-size:10px;
	}
	#content_list .txt_wrap {
		left:6%;
		margin-top:2%;
		position:relative;
	}
    #content_list .owl-nav {
		display:none;
	}
    .row_txt {
		width:90%;
	}
}
