.product-wrapper {
	width: 80%;
	margin-top:50px;
}
.swiper {
	overflow: hidden;
	position: relative;
}
.list-addr{
	padding-left: 0px!important;
}
.swiper-slide img{
	width: 100%;
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: top;
}
.product-wrapper .columns{
	padding-left: 0px!important;

}
.swiper-pagination {
	position: unset;
	margin-top: 27px;
}
.swiper-pagination .swiper-pagination-bullet{
	width: 58px;
	height: 58px;
}
.swiper-pagination-bullet-active {
	border: 1px solid #F46D13;
	border-radius: 0;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 9px;
}
.pd-lr-40 {
	padding: 0 40px;
}
.product-con {

	text-align: left;
}
.product-title {
	color: #333333;
	font-size: 36px;
	font-weight: bold;
}
.product-txt {
	color: #333333;
	font-size: 18px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
	margin-top: 30px;
}
.product-fg {
	margin-top: 50px;
	/*border: 1px dashed #DBDFE7;*/
}
.sh-hv{
	display: none;

}
.product-connet:hover .sh-hv{
	display: block!important;
	background-color: #f2f2f2;
	/*border: 1px solid #666666;*/
	box-shadow: 5px 0 30px 0px rgb(128 128 128 / 13%);
	position: absolute;
	z-index: 999;
	width: 570px;
	padding: 15px;
	opacity: 1;
}
.product-btn {
	margin-top: 140px;
	display: inline-block;
	background: #FF9954;
	border-radius: 7px;
	font-size: 26px;
	padding: 10px 50px;
	color: #ffffff;
}
.product-tab {
	margin-top: 50px;
}
.product-tab ul {
	margin: 0;
	border-bottom: 2px solid #DBDFE7;
}
.product-tab li {
	padding: 12px 22px;
	display: inline-block;
	font-size: 16px;
	position: relative;
	cursor: pointer;
	pointer-events: none;
}
.product-tab .modcon {
	margin-top: 45px;
	margin-bottom: 70px;
}
.product-tab .product-tab-con {
	text-indent: 2em;
	min-height: 220px;
}
.border-b {
	display: none;
}
.on .border-b{
	display: block;
	border-bottom: 2px solid #F46D13;
	bottom: -2px;
	left: 0px;
	position: absolute;
	width: calc(100%);
}
.on .border-b::after {
	position: absolute;
	top: -5px;
	left: 50%;
	z-index: 0;
	width: 0;
	height: 0;
	border-right: 5px solid transparent;
	border-bottom: 6px solid #F46D13;
	border-left: 5px solid transparent;
	transform: translateX(-50%);
	opacity: inherit;
	content: "";
}
@media only screen and (max-width: 640px) {
	.swiper-pagination {
		position:absolute;
		text-align: center;
		width: 40px;
		left: unset;
		right: 15px;
		color: white;
		background: #70707047;
		border-radius: 12px;
		font-size: 12px;
	}
	.product-connet:hover .sh-hv{
		width: 315px;
	}
	@media only screen and (max-width: 1024px) {
		.product-main {
			background: #F6F7F7;
		}
		.product-wrapper{
			padding-left: 15px;
		}
		.swiper-pagination-clickable{
			display:none;
		}
		.list-addr {
			padding-left: 15px!important;
		}
		.product-wrapper {
			width: 100%;
			margin-top: 0px;
		}

		.pd-lr-40 {
			padding: 0;
		}

		.product-con {
			background: #FFFFFF;
			opacity: 1;
			border-radius: 13px;
			padding: 15px;
		}

		.product-title {
			font-size: 16px;
		}

		.product-txt {
			margin-top: 5px;
			font-size: 12px;
		}

		.product-fg {
			display: none;
		}

		.product-btn {
			margin-top: 12px;
			padding: 5px 8px;
			font-size: 12px;
			float: right;
		}
		
		.product-tab {
			margin-top: 10px;
		}

		.product-tab li {
			padding: 8px;
			font-size: 14px;
		}

		.product-tab {
			padding: 0 0.9375rem;
		}

		.product-mobile {
			background: #ffffff;
			border-radius: 13px;
			transition: all 0.3s;
			-webkit-transition: all 0.3s;
			margin-bottom: 20px;
		}

		.product-tab .product-tab-con {
			font-size: 12px;
		}

		.product-tab .modcon {
			margin-top: 10px;
			margin-bottom: 10px;
		}
	}

}
@media only screen and (min-width: 640px) and (max-width: 1024px){
	.product-wrapper{
		margin-left: 20px!important;
	}
	.list-addr{
		margin-left: 20px!important;
	}
	.product-connet:hover .sh-hv{
		width: 260px;
	}
}
