/* slidebanner-1-sql 배너 */
.slidebanner-1-sql {
	position: relative;
	background-color: transparent;
}

.slidebanner-1-sql .bg-cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.0);
}

.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.custom-1 .item-cont {
	position: relative;
	transition: all 0.3s ease;
}
.slidebanner-1-sql.custom-1 .item-cont:hover {
	margin-top: -30px;
}

.slidebanner-1-sql.custom-1 .item-cont .img-con {
	overflow: hidden;
	border-radius: 0;
}

.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 .title {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	font-weight: 500;
	color: #dbdbdb;
}

.slidebanner-1-sql.white-bg .item-cont .text-con .title-zone .title {
	color: #323232;
	text-align: center;
}

.slidebanner-1-sql .item-cont .text-con p {
	width: 100%;
	text-align: center;
}

.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.section .owl-dots {
	display: none;
}

.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;
}

.wr_2_summary {
	width: 100%;
	padding: 20px;
	border: 1px solid #efefef;
	border-radius: 10px;
}
.wr_2_summary p {
	width: 100%;
    color: #525252;
    line-height: 1.4;
}
.wr_2_summary p.price {
    color: #fa5001;
    font-weight: 600;
    font-size: 150%;
    letter-spacing: -0.03em;
	text-align: center;
}
.wr_2_summary p.padding {
    padding-left: 10px;
    padding-right: 10px;
}
.wr_2_summary ul.limodel-1 {
    list-style: disc;
    margin-bottom: 0;
    row-gap: 0.13em;
    padding-left: 19px;
}
.wr_2_summary ul.limodel-1.margin {
    margin-left: 10px;
    margin-right: 10px;
}
.wr_2_summary ul.limodel-1.style1 {
    list-style: disc;
}
.wr_2_summary ul.limodel-1.style2 li::marker {
    content: "○ ";
    color: #999;;
}
.wr_2_summary ul.limodel-1.style3 li::marker {
    content: "□ ";
    color: #999;;
}
.wr_2_summary ul.limodel-1.style4 {
    list-style: decimal;
}
.wr_2_summary ul.limodel-1 li {
    margin: 0;
    line-height: 1.4;
    font-size: min(2.9166666666666665vw,16px);
    color: #525252;
    letter-spacing: -0.03em;
}
.btn-box {
	position: relative;
	display: block;
	width: 100%;
	padding: 5px 10px 1px 10px;
	text-align: center;
}
.btn-box > span.item-btn {
	padding: 5px 20px;
	background-color: #323232;
	color: #fff;
	border-radius: 30px;
}

@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);
	}
}

@media only screen and (max-width: 840px) {
}


@media only screen and (max-width: 480px) {
    .wr_2_summary ul.limodel-1 {
        padding-left: 17px;
    }

    .wr_2_summary ul.limodel-1 li {
        font-size: min(3.611111111111111vw,14px);
    }
}

@media screen and (max-width: 360px) {
    .wr_2_summary ul.limodel-1 li {
        font-size: min(3.611111111111111vw,13px);
    }
}