.title {
	background: none!important;
	padding-right: 0!important;
}


.a2e .list {
	gap: 40px 20px;
}
.a2e .list .item {
	width: calc(25% - 15px);
}
.a2e .list .item button {
	width: 100%;
	gap: 20px;
	text-align: left;
}
.a2e .list .item .thumb {
	position: relative;
	width: 100%;
	height: 240px;
	border-radius: 25px;
	overflow: hidden;
}
.a2e .list .item .thumb img,
.a2e .list .item .thumb iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.a2e .list .item .txt {
	padding: 0 20px;
	gap: 10px;
	box-sizing: border-box;
}
.a2e .list .item .txt h4 {
	font-size: 20px;
	font-weight: 900;
	letter-spacing: 0.5px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.a2e .list .item .txt p {
	line-height: 1;
	letter-spacing: 0.375px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

#store_pop .modal_cont {
	max-width: 920px;
}
#store_pop .form {
	gap: 20px;
	margin-bottom: 40px;
}
#store_pop .form > div {
	width: calc(50% - 10px);
}
#store_pop .form .slide .swiper-slide img {
	width: 100%;
}
#store_pop .form .gallery_slide {
	margin-bottom: 10px;
}
#store_pop .form .gallery_slide .swiper-slide {
	height: 240px;
	border-radius: 25px;
	overflow: hidden;
}
#store_pop .form .gallery_slide .swiper-slide img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#store_pop .form .thumb_slide .swiper-slide {
	height: 56px;
	border-radius: 13px;
	overflow: hidden;
}
#store_pop .form .thumb_slide .swiper-slide img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#store_pop .form .info {
	gap: 10px;
}
#store_pop .form .info > * {
	padding: 10px 0;
	border-bottom: 2px solid #D3D3D3;
	box-sizing: border-box;
}
#store_pop .form .info h3 {
	font-size: 20px;
	letter-spacing: 0.5px;
}
#store_pop .form .info > div {
	gap: 10px;
	letter-spacing: 0.375px;
}
#store_pop .form .info > div strong {
	min-width: 55px;
}
#store_pop .form .info > div p {
	flex: 1;
	width: 100%;
	line-height: 1.4;
}
#store_pop .form .info > div p button {
    display: inline-block;
    vertical-align: middle;
    height: 22px;
    line-height: 22px;
    padding: 0 8px;
    border-radius: 5px;
    margin-left: 5px;
    font-size: 12px;
}



@media screen and (max-width: 1560px) {
}
@media screen and (max-width: 1440px) {
	.a2e .list .item {
		width: calc(33.333% - 14px);
	}
}
@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1024px) {
	.a2e .list .item {
		width: calc(50% - 10px);
	}
	.a2e .list .item .txt h4 {
    	font-size: 17px;
	}
	.a2e .list .item .txt p {
		font-size: 14px;
	}
}
@media screen and (max-width: 768px) {
	.a2e .list .item {
		width: 100%;
	}
	.a2e .list .item .thumb {
        height: 0;
        padding-bottom: 50%;
    }
	.a2e .list .item .txt {
    	padding: 0 10px;
	}


	#store_pop .form > div {
		width: 100%;
	}
	#store_pop .form .gallery_slide .swiper-slide {
		height: 0;
		padding-bottom: 60%;
	}
	#store_pop .form .thumb_slide .swiper-slide {
		height: 0;
		padding-bottom: 14%;
	}
}
@media screen and (max-width: 480px) {
}
@media screen and (max-width: 380px) {
	#store_pop .form .info > div strong {
		min-width: auto;
		width: 100%;
	}
}