/* slidebanner-1-sql 배너 */
.slidebanner-1-sql {
	background-color: #f9f9f9;
}
.slidebanner-1-sql .slidebanner-1-sql-flex {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.slidebanner-1-sql .slidebanner-1-sql-flex > div:first-child {
	width: 25%;
}
.slidebanner-1-sql .slidebanner-1-sql-flex > div:last-child {
	width: 70%;
}
.slidebanner-1-sql .item-cont {position: relative;}
.slidebanner-1-sql .item-cont .text-box {padding: 1.2em 3px 0;}
.slidebanner-1-sql .item-cont .text-con {display: flex;flex-wrap: wrap;gap: 0.5em;}
.slidebanner-1-sql .item-cont .text-con .title-zone {width: 100%;}
.slidebanner-1-sql .item-cont .text-con .title-zone h6 {overflow: hidden;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;font-weight: 500;}
.slidebanner-1-sql .item-cont .text-con p {
	width: 100%;
}
.slidebanner-1-sql .item-cont .text-con p.category span {
	display: inline-block;
	color: #fff;
	padding: 3px 10px;
	background-color: #dbdbdb;
	border-radius: min(0.2vw,4px);;
}
.slidebanner-1-sql .item-cont .text-con p.content {
	color: #909090;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 1.1;
}
.slidebanner-1-sql.text-white .item-cont .text-con .title-zone h6 {color: #fff;font-weight: 300;}
.slidebanner-1-sql.text-white .item-cont .text-con p {color: rgba(255,255,255,0.5);}

.slidebanner-1-sql .animation-btn {
    margin-top: 50px;
}
.slidebanner-1-sql .owl-dots {
	bottom: -8%;
	position: absolute;
    width: 100%;
    text-align: right;
	margin-top:0
}
.slidebanner-1-sql .owl-dots span {
	display: block;
    width: 10px;
    height: 10px;
    background-color: rgba(0,0,0, .1);
	border-radius: 2px;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}
.slidebanner-1-sql .owl-dot {
	display: inline-block;
    margin: 0 0.15rem;
}
.slidebanner-1-sql .owl-dot.active span {
	width: 20px;
	background-color: rgba(0,0,0, .3);
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}
@media only screen and (max-width: 1199px) {
	.slidebanner-1-sql .slidebanner-1-sql-flex > div:first-child,
	.slidebanner-1-sql .slidebanner-1-sql-flex > div:last-child {
		width: 100%;
	}
}
@media only screen and (max-width: 991px) {
	.slidebanner-1-sql.section .container {
		padding-top: min(14.75vw, 100px);
		padding-bottom: min(5.25vw, 50px);
	}
}
