.kn-shop {
	padding-bottom: 80px;
}

.kn-shop.container {
	max-width: 1200px;
}

.kn-shop-wrap {
	margin-top: 303px;
}

.kn-shop-box {
	display: flex;
}

.kn-shop-list {
	margin-left: 40px;
}

.kn-shop-list p {
	margin-bottom: 0;
	margin-top: 27px;
}

.kn-shop-text p {
	margin-right: 180px;
	margin-bottom: 52px;
}

.kn-shop-list-place-list {
	padding: 40px;
	background: #FFFFFF;
	box-shadow: 0px 0px 24px 4px rgba(0, 0, 0, 0.05);
	border-radius: 20px;
	margin-left: -190px;
}

.kn-shop-list-place {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px dashed #00000080;
	font-size: 16px;
	line-height: normal;
	font-weight: 500;
	color: #40302A;
	padding: 8px 20px;
}

.kn-shop-list-place span {
	font-size: 16px;
	line-height: normal;
	font-weight: 500;
	color: #40302A;
	margin-left: 20px;
	text-align: right;
}

.kn-shop-list-place:nth-of-type(2n) {
	background: #d9d9d980;
}

.kn-shop-img {
	border-radius: 20px;
	overflow: hidden;
	width: 608px;
}

.kn-more-shop {
	display: none;
}

.kn-more-products {
	display: none;
}

@media only screen
and (max-width: 1024px){
	.kn-shop-box {
		flex-wrap: wrap;
		justify-content: center;
	}

	.kn-shop-text {
		max-width: 600px;
	}

	.kn-shop-text p {
		margin-right: 0;
	}

	.kn-shop-img {
		margin: 0 auto 30px;
	}

	.kn-shop-list {
		margin-left: 0;
	}

	.kn-shop-list-place-list {
		margin-left: 0;
	}
}

@media only screen
and (max-width: 767px){
	.kn-shop-img {
		width: 100%;
	}

	.kn-shop-list-place {
		flex-wrap: wrap;
	}

	.kn-shop-list-place-list {
		padding: 20px;
	}

	.kn-shop {
		padding-bottom: 30px;
	}
	
	.kn-shop-list-place {
		display: none;
	}

	.kn-shop-list-place span {
		width: 100%;
		text-align: left;
		margin-left: 0;
	}

	.kn-shop-list-place.kn-shop-list-show {
		display: flex;
	}
	
	.kn-shop-list-place.kn-active {
		display: flex;
	}

	.kn-more-products {
		width: 100%;
		display: block;
	}
	
	.kn-less-shop-text, .kn-more-shop-text {
		font-weight: 600;
		font-size: 15px;
		line-height: 26px;
		color: #F76D16;
		text-decoration: underline;
		margin-top: 20px;
		display: block;
		text-align: center;
		width: 100%;

	}
	
	.kn-less-shop-text, .kn-more-shop.kn-active .kn-more-shop-text {
		display: none;
	}
	
	.kn-more-shop.kn-active .kn-less-shop-text, .kn-more-shop {
		display: block;
	}
}